@sledge-app/react-instant-search 2.0.42 → 2.0.43

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.
@@ -4492,6 +4492,11 @@ const ProductCard = React__default.memo((props) => {
4492
4492
  objectKey: "vendor",
4493
4493
  callbackValue: product == null ? void 0 : product.vendor
4494
4494
  }),
4495
+ handle: translate({
4496
+ ...translateDefaultProps,
4497
+ objectKey: "handle",
4498
+ callbackValue: product == null ? void 0 : product.handle
4499
+ }),
4495
4500
  product_type: translate({
4496
4501
  ...translateDefaultProps,
4497
4502
  objectKey: "product_type",