@plasmicpkgs/commerce 0.0.53 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commerce.cjs.development.js +3 -1
- package/dist/commerce.cjs.development.js.map +1 -1
- package/dist/commerce.cjs.production.min.js +1 -1
- package/dist/commerce.cjs.production.min.js.map +1 -1
- package/dist/commerce.esm.js +3 -1
- package/dist/commerce.esm.js.map +1 -1
- package/package.json +5 -5
|
@@ -1648,7 +1648,8 @@ var categoryCollectionMeta = {
|
|
|
1648
1648
|
maxWidth: "100%"
|
|
1649
1649
|
},
|
|
1650
1650
|
importPath: "@plasmicpkgs/commerce",
|
|
1651
|
-
importName: "CategoryCollection"
|
|
1651
|
+
importName: "CategoryCollection",
|
|
1652
|
+
providesData: true
|
|
1652
1653
|
};
|
|
1653
1654
|
function CategoryCollection(props) {
|
|
1654
1655
|
var _categories$findIndex;
|
|
@@ -2449,6 +2450,7 @@ function registerProductQuantity(loader, customProductQuantityMeta) {
|
|
|
2449
2450
|
var productSliderMeta = {
|
|
2450
2451
|
name: "plasmic-commerce-product-slider",
|
|
2451
2452
|
displayName: "Product Slider",
|
|
2453
|
+
providesData: true,
|
|
2452
2454
|
props: {
|
|
2453
2455
|
thumbsVisible: {
|
|
2454
2456
|
type: "number",
|