@plasmicpkgs/commerce 0.0.101 → 0.0.102
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 +2 -2
|
@@ -1703,6 +1703,7 @@ var productBoxMeta = {
|
|
|
1703
1703
|
onSearch: function onSearch(props, ctx) {
|
|
1704
1704
|
return ctx == null ? void 0 : ctx.onSearch;
|
|
1705
1705
|
},
|
|
1706
|
+
showInput: true,
|
|
1706
1707
|
options: function options(props, ctx) {
|
|
1707
1708
|
var _ctx$products$map;
|
|
1708
1709
|
return (_ctx$products$map = ctx == null ? void 0 : ctx.products.map(function (product) {
|