@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
package/dist/commerce.esm.js
CHANGED
|
@@ -1872,7 +1872,8 @@ var productBoxMeta = {
|
|
|
1872
1872
|
}
|
|
1873
1873
|
},
|
|
1874
1874
|
importPath: "@plasmicpkgs/commerce",
|
|
1875
|
-
importName: "ProductBox"
|
|
1875
|
+
importName: "ProductBox",
|
|
1876
|
+
providesData: true
|
|
1876
1877
|
};
|
|
1877
1878
|
function ProductBox(props) {
|
|
1878
1879
|
var className = props.className,
|
|
@@ -2071,7 +2072,8 @@ var productCollectionMeta = {
|
|
|
2071
2072
|
maxWidth: "100%"
|
|
2072
2073
|
},
|
|
2073
2074
|
importPath: "@plasmicpkgs/commerce",
|
|
2074
|
-
importName: "ProductCollection"
|
|
2075
|
+
importName: "ProductCollection",
|
|
2076
|
+
providesData: true
|
|
2075
2077
|
};
|
|
2076
2078
|
function ProductCollection(props) {
|
|
2077
2079
|
var _categoryCtx$id;
|
|
@@ -2280,7 +2282,8 @@ var productMediaCollectionMeta = {
|
|
|
2280
2282
|
maxWidth: "100%"
|
|
2281
2283
|
},
|
|
2282
2284
|
importPath: "@plasmicpkgs/commerce",
|
|
2283
|
-
importName: "ProductMediaCollection"
|
|
2285
|
+
importName: "ProductMediaCollection",
|
|
2286
|
+
providesData: true
|
|
2284
2287
|
};
|
|
2285
2288
|
function ProductMediaCollection(props) {
|
|
2286
2289
|
var media = props.media,
|