@plasmicpkgs/commerce 0.0.101 → 0.0.103
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 +1 -0
- 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 +1 -0
- package/dist/commerce.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/commerce.esm.js
CHANGED
|
@@ -1696,6 +1696,7 @@ var productBoxMeta = {
|
|
|
1696
1696
|
onSearch: function onSearch(props, ctx) {
|
|
1697
1697
|
return ctx == null ? void 0 : ctx.onSearch;
|
|
1698
1698
|
},
|
|
1699
|
+
showInput: true,
|
|
1699
1700
|
options: function options(props, ctx) {
|
|
1700
1701
|
var _ctx$products$map;
|
|
1701
1702
|
return (_ctx$products$map = ctx == null ? void 0 : ctx.products.map(function (product) {
|