Skip to content

Commit

Permalink
Merge pull request #24 from vtex-apps/release/0.10.2
Browse files Browse the repository at this point in the history
fix manifest
  • Loading branch information
gsasouza authored Apr 20, 2021
2 parents 935b42c + e8768dc commit dd8bb22
Show file tree
Hide file tree
Showing 43 changed files with 2,941 additions and 326 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
coverage/
*.snap.ts
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "vtex",
"root": true,
"env": {
"node": true
}
}
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@vtex/prettier-config"
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"vtex.list-context": "0.x",
"vtex.product-list-context": "0.x",
"vtex.flex-layout": "0.x",
"vtex.pixel-manager": "1.x"
"vtex.pixel-manager": "1.x",
"vtex.apps-graphql": "2.x"
},
"settingsSchema": {
Expand Down
102 changes: 51 additions & 51 deletions messages/context.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"admin/editor.product-summary-row.title":"Comparison row",
"admin/editor.product-summary-row.description":"",
"editor.countdown.title": "Countdown",
"editor.countdown.description": "Countdown component",
"admin/editor.comparison-grid.title": "Comparison Grid",
"admin/editor.comparison-grid.description": "Product Comparison Grid Row Collect information",
"admin/editor.comparison-grid.product-specifications-to-be-removed.title": "Hide Product Specifications",
"admin/editor.comparison-grid.product-specifications-to-be-removed.description": "Names of product specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.title": "Hide SKU Specifications",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.description": "Names of sku specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.product-fields-to-be-removed.title": "Hide product fields",
"admin/editor.comparison-grid.product-fields-to-be-removed.description": "Product fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-fields-to-be-removed.title": "Hide sku fields",
"admin/editor.comparison-grid.sku-fields-to-be-removed.description": "Sku fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid-row.title": "Comparison Grid Row",
"admin/editor.comparison-grid-row.description": "Row meta data for grid",
"admin/editor.comparison-grid-row.field.title": "Field",
"admin/editor.comparison-grid-row.field.description": "This is the field we need to add to comparison detail page",
"admin/editor.comparison-grid-row.field.fieldType.title": "Field type",
"admin/editor.comparison-grid-row.field.fieldType.description": "Field type of the row",
"admin/editor.comparison-grid-row.field.name.title": "Field Name",
"admin/editor.comparison-grid-row.field.name.description": "Comparison field name (name of the product field, name of product specification or sku specification)",
"admin/editor.comparison-grid-row.field.display-value.title": "Display Name",
"admin/editor.comparison-grid-row.field.display-value.description": "Display name of the field in comparison page",
"admin/editor.comparison-grid-row.styles.title": "Cell styles",
"admin/editor.comparison-grid-row.styles.width.title": "Width",
"admin/editor.comparison-grid-row.styles.width.description": "Width of the cell as a percentage",
"admin/editor.comparison-grid.titleText.title": "Title",
"store/product-comparison.product-selector.product": "Product:",
"store/product-comparison.product-selector.product-added": "added to compare",
"store/product-comparison.product-selector.product-removed": "removed from compare",
"store/product-comparison.product-selector.compare": "Compare",
"store/product-comparison.drawer.products": "Products",
"store/product-comparison.drawer.compare": "Compare",
"store/product-comparison.drawer.remove-all-message": "All products removed from comparison",
"store/product-comparison.drawer.remove-all": "Remove All",
"store/product-comparison.drawer.hide": "hide",
"store/product-comparison.drawer.show": "show",
"store/product-comparison.drawer.min-items-message": "You need to add at least two products to compare",
"store/product-comparison.drawer.max-items-message-1": "You can compare up to",
"store/product-comparison.drawer.max-items-message-2": "products at a time",
"store/product-comparison.main-page.back-to-products": "Back to products list",
"store/product-comparison.main-page.sort-by": "Sort by",
"store/product-comparison.main-page.order-added": "Order added",
"store/product-comparison.main-page.title": "Compare {productsLength} products",
"store/product-comparison.product-summary-row.show-differences": "Show only differences",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.title": "Hide Product Specification Group",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.description": "Names of product specification groups which needs to be hidden in comparison page (separate them by comma `,`)",
"store/product-comparison.product-selector.upper-limit-exceeded": "Can't add this item to compare, bucket size exceeded"
}
{
"admin/editor.product-summary-row.title": "Comparison row",
"admin/editor.product-summary-row.description": "",
"editor.countdown.title": "Countdown",
"editor.countdown.description": "Countdown component",
"admin/editor.comparison-grid.title": "Comparison Grid",
"admin/editor.comparison-grid.description": "Product Comparison Grid Row Collect information",
"admin/editor.comparison-grid.product-specifications-to-be-removed.title": "Hide Product Specifications",
"admin/editor.comparison-grid.product-specifications-to-be-removed.description": "Names of product specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.title": "Hide SKU Specifications",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.description": "Names of sku specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.product-fields-to-be-removed.title": "Hide product fields",
"admin/editor.comparison-grid.product-fields-to-be-removed.description": "Product fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-fields-to-be-removed.title": "Hide sku fields",
"admin/editor.comparison-grid.sku-fields-to-be-removed.description": "Sku fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid-row.title": "Comparison Grid Row",
"admin/editor.comparison-grid-row.description": "Row meta data for grid",
"admin/editor.comparison-grid-row.field.title": "Field",
"admin/editor.comparison-grid-row.field.description": "This is the field we need to add to comparison detail page",
"admin/editor.comparison-grid-row.field.fieldType.title": "Field type",
"admin/editor.comparison-grid-row.field.fieldType.description": "Field type of the row",
"admin/editor.comparison-grid-row.field.name.title": "Field Name",
"admin/editor.comparison-grid-row.field.name.description": "Comparison field name (name of the product field, name of product specification or sku specification)",
"admin/editor.comparison-grid-row.field.display-value.title": "Display Name",
"admin/editor.comparison-grid-row.field.display-value.description": "Display name of the field in comparison page",
"admin/editor.comparison-grid-row.styles.title": "Cell styles",
"admin/editor.comparison-grid-row.styles.width.title": "Width",
"admin/editor.comparison-grid-row.styles.width.description": "Width of the cell as a percentage",
"admin/editor.comparison-grid.titleText.title": "Title",
"store/product-comparison.product-selector.product": "Product:",
"store/product-comparison.product-selector.product-added": "added to compare",
"store/product-comparison.product-selector.product-removed": "removed from compare",
"store/product-comparison.product-selector.compare": "Compare",
"store/product-comparison.drawer.products": "Products",
"store/product-comparison.drawer.compare": "Compare",
"store/product-comparison.drawer.remove-all-message": "All products removed from comparison",
"store/product-comparison.drawer.remove-all": "Remove All",
"store/product-comparison.drawer.hide": "hide",
"store/product-comparison.drawer.show": "show",
"store/product-comparison.drawer.min-items-message": "You need to add at least two products to compare",
"store/product-comparison.drawer.max-items-message-1": "You can compare up to",
"store/product-comparison.drawer.max-items-message-2": "products at a time",
"store/product-comparison.main-page.back-to-products": "Back to products list",
"store/product-comparison.main-page.sort-by": "Sort by",
"store/product-comparison.main-page.order-added": "Order added",
"store/product-comparison.main-page.title": "Compare {productsLength} products",
"store/product-comparison.product-summary-row.show-differences": "Show only differences",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.title": "Hide Product Specification Group",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.description": "Names of product specification groups which needs to be hidden in comparison page (separate them by comma `,`)",
"store/product-comparison.product-selector.upper-limit-exceeded": "Can't add this item to compare, bucket size exceeded"
}
98 changes: 49 additions & 49 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"editor.countdown.title": "Countdown",
"editor.countdown.description": "Countdown component",
"admin/editor.comparison-grid.title": "Comparison Grid",
"admin/editor.comparison-grid.description": "Product Comparison Grid Row Collect information",
"admin/editor.comparison-grid.product-specifications-to-be-removed.title": "Hide Product Specifications",
"admin/editor.comparison-grid.product-specifications-to-be-removed.description": "Names of product specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.title": "Hide SKU Specifications",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.description": "Names of sku specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.product-fields-to-be-removed.title": "Hide product fields",
"admin/editor.comparison-grid.product-fields-to-be-removed.description": "Product fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-fields-to-be-removed.title": "Hide sku fields",
"admin/editor.comparison-grid.sku-fields-to-be-removed.description": "Sku fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid-row.title": "Comparison Grid Row",
"admin/editor.comparison-grid-row.description": "Row meta data for grid",
"admin/editor.comparison-grid-row.field.title": "Field",
"admin/editor.comparison-grid-row.field.description": "This is the field we need to add to comparison detail page",
"admin/editor.comparison-grid-row.field.fieldType.title": "Field type",
"admin/editor.comparison-grid-row.field.fieldType.description": "Field type of the row",
"admin/editor.comparison-grid-row.field.name.title": "Field Name",
"admin/editor.comparison-grid-row.field.name.description": "Comparison field name (name of the product field, name of product specification or sku specification)",
"admin/editor.comparison-grid-row.field.display-value.title": "Display Name",
"admin/editor.comparison-grid-row.field.display-value.description": "Display name of the field in comparison page",
"admin/editor.comparison-grid-row.styles.title": "Cell styles",
"admin/editor.comparison-grid-row.styles.width.title": "Width",
"admin/editor.comparison-grid-row.styles.width.description": "Width of the cell as a percentage",
"admin/editor.comparison-grid.titleText.title": "Title",
"store/product-comparison.product-selector.product": "Product:",
"store/product-comparison.product-selector.product-added": "added to compare",
"store/product-comparison.product-selector.product-removed": "removed from compare",
"store/product-comparison.product-selector.compare": "Compare",
"store/product-comparison.drawer.products": "Products",
"store/product-comparison.drawer.compare": "Compare",
"store/product-comparison.drawer.remove-all-message": "All products removed from comparison",
"store/product-comparison.drawer.remove-all": "Remove All",
"store/product-comparison.drawer.hide": "hide",
"store/product-comparison.drawer.show": "show",
"store/product-comparison.drawer.min-items-message": "You need to add at least two products to compare",
"store/product-comparison.drawer.max-items-message-1": "You can compare up to",
"store/product-comparison.drawer.max-items-message-2": "products at a time",
"store/product-comparison.main-page.back-to-products": "Back to products list",
"store/product-comparison.main-page.sort-by": "Sort by",
"store/product-comparison.main-page.order-added": "Order added",
"store/product-comparison.main-page.title": "Compare {productsLength} products",
"store/product-comparison.product-summary-row.show-differences": "Show only differences",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.title": "Hide Product Specification Group",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.description": "Names of product specification groups which needs to be hidden in comparison page (separate them by comma `,`)",
"store/product-comparison.product-selector.upper-limit-exceeded": "Can't add this item to compare, bucket size exceeded"
}
{
"editor.countdown.title": "Countdown",
"editor.countdown.description": "Countdown component",
"admin/editor.comparison-grid.title": "Comparison Grid",
"admin/editor.comparison-grid.description": "Product Comparison Grid Row Collect information",
"admin/editor.comparison-grid.product-specifications-to-be-removed.title": "Hide Product Specifications",
"admin/editor.comparison-grid.product-specifications-to-be-removed.description": "Names of product specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.title": "Hide SKU Specifications",
"admin/editor.comparison-grid.sku-specifications-to-be-removed.description": "Names of sku specifications which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.product-fields-to-be-removed.title": "Hide product fields",
"admin/editor.comparison-grid.product-fields-to-be-removed.description": "Product fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid.sku-fields-to-be-removed.title": "Hide sku fields",
"admin/editor.comparison-grid.sku-fields-to-be-removed.description": "Sku fields which needs to be hidden in comparison page (separate them by comma `,`)",
"admin/editor.comparison-grid-row.title": "Comparison Grid Row",
"admin/editor.comparison-grid-row.description": "Row meta data for grid",
"admin/editor.comparison-grid-row.field.title": "Field",
"admin/editor.comparison-grid-row.field.description": "This is the field we need to add to comparison detail page",
"admin/editor.comparison-grid-row.field.fieldType.title": "Field type",
"admin/editor.comparison-grid-row.field.fieldType.description": "Field type of the row",
"admin/editor.comparison-grid-row.field.name.title": "Field Name",
"admin/editor.comparison-grid-row.field.name.description": "Comparison field name (name of the product field, name of product specification or sku specification)",
"admin/editor.comparison-grid-row.field.display-value.title": "Display Name",
"admin/editor.comparison-grid-row.field.display-value.description": "Display name of the field in comparison page",
"admin/editor.comparison-grid-row.styles.title": "Cell styles",
"admin/editor.comparison-grid-row.styles.width.title": "Width",
"admin/editor.comparison-grid-row.styles.width.description": "Width of the cell as a percentage",
"admin/editor.comparison-grid.titleText.title": "Title",
"store/product-comparison.product-selector.product": "Product:",
"store/product-comparison.product-selector.product-added": "added to compare",
"store/product-comparison.product-selector.product-removed": "removed from compare",
"store/product-comparison.product-selector.compare": "Compare",
"store/product-comparison.drawer.products": "Products",
"store/product-comparison.drawer.compare": "Compare",
"store/product-comparison.drawer.remove-all-message": "All products removed from comparison",
"store/product-comparison.drawer.remove-all": "Remove All",
"store/product-comparison.drawer.hide": "hide",
"store/product-comparison.drawer.show": "show",
"store/product-comparison.drawer.min-items-message": "You need to add at least two products to compare",
"store/product-comparison.drawer.max-items-message-1": "You can compare up to",
"store/product-comparison.drawer.max-items-message-2": "products at a time",
"store/product-comparison.main-page.back-to-products": "Back to products list",
"store/product-comparison.main-page.sort-by": "Sort by",
"store/product-comparison.main-page.order-added": "Order added",
"store/product-comparison.main-page.title": "Compare {productsLength} products",
"store/product-comparison.product-summary-row.show-differences": "Show only differences",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.title": "Hide Product Specification Group",
"admin/editor.comparison-grid.product-specification-groups-to-be-removed.description": "Names of product specification groups which needs to be hidden in comparison page (separate them by comma `,`)",
"store/product-comparison.product-selector.upper-limit-exceeded": "Can't add this item to compare, bucket size exceeded"
}
Loading

0 comments on commit dd8bb22

Please sign in to comment.