@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.
@@ -1896,7 +1896,8 @@ var productBoxMeta = {
1896
1896
 
1897
1897
  return {
1898
1898
  imgUrl: product.images[0].url,
1899
- value: (_product$slug = product.slug) != null ? _product$slug : product.name,
1899
+ value: product.id,
1900
+ label: (_product$slug = product.slug) != null ? _product$slug : product.name,
1900
1901
  footer: React.createElement("div", null, React.createElement("div", null, React.createElement("strong", null, product.name)), React.createElement("div", null, product.slug))
1901
1902
  };
1902
1903
  })) != null ? _ctx$products$map : [];