@plasmicpkgs/commerce 0.0.46 → 0.0.49
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 +6 -3
- 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 +6 -3
- package/dist/commerce.esm.js.map +1 -1
- package/package.json +3 -3
|
@@ -1879,7 +1879,8 @@ var productBoxMeta = {
|
|
|
1879
1879
|
}
|
|
1880
1880
|
},
|
|
1881
1881
|
importPath: "@plasmicpkgs/commerce",
|
|
1882
|
-
importName: "ProductBox"
|
|
1882
|
+
importName: "ProductBox",
|
|
1883
|
+
providesData: true
|
|
1883
1884
|
};
|
|
1884
1885
|
function ProductBox(props) {
|
|
1885
1886
|
var className = props.className,
|
|
@@ -2078,7 +2079,8 @@ var productCollectionMeta = {
|
|
|
2078
2079
|
maxWidth: "100%"
|
|
2079
2080
|
},
|
|
2080
2081
|
importPath: "@plasmicpkgs/commerce",
|
|
2081
|
-
importName: "ProductCollection"
|
|
2082
|
+
importName: "ProductCollection",
|
|
2083
|
+
providesData: true
|
|
2082
2084
|
};
|
|
2083
2085
|
function ProductCollection(props) {
|
|
2084
2086
|
var _categoryCtx$id;
|
|
@@ -2287,7 +2289,8 @@ var productMediaCollectionMeta = {
|
|
|
2287
2289
|
maxWidth: "100%"
|
|
2288
2290
|
},
|
|
2289
2291
|
importPath: "@plasmicpkgs/commerce",
|
|
2290
|
-
importName: "ProductMediaCollection"
|
|
2292
|
+
importName: "ProductMediaCollection",
|
|
2293
|
+
providesData: true
|
|
2291
2294
|
};
|
|
2292
2295
|
function ProductMediaCollection(props) {
|
|
2293
2296
|
var media = props.media,
|