@plasmicpkgs/commerce 0.0.51 → 0.0.52

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.
@@ -1903,7 +1903,8 @@ var productBoxMeta = {
1903
1903
 
1904
1904
  return {
1905
1905
  imgUrl: product.images[0].url,
1906
- value: (_product$slug = product.slug) != null ? _product$slug : product.name,
1906
+ value: product.id,
1907
+ label: (_product$slug = product.slug) != null ? _product$slug : product.name,
1907
1908
  footer: React__default.createElement("div", null, React__default.createElement("div", null, React__default.createElement("strong", null, product.name)), React__default.createElement("div", null, product.slug))
1908
1909
  };
1909
1910
  })) != null ? _ctx$products$map : [];