@sledge-app/react-instant-search 0.0.43 → 0.0.44

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.
@@ -629,7 +629,7 @@ const addToCartTrigger$1 = async (data) => {
629
629
  };
630
630
  const ButtonDetail = "";
631
631
  const Trigger$1 = "";
632
- const Trigger = (props) => {
632
+ const Trigger = React__default.memo((props) => {
633
633
  var _a, _b, _c;
634
634
  const { data, forceActive = false, hidden = false, onAfterAddWishlist, onAfterRemoveWishlist } = props;
635
635
  const { productId, productVariantId } = data || {};
@@ -779,7 +779,7 @@ const Trigger = (props) => {
779
779
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(HeartIcon, { width: 16.67, height: 15.83, type: typeIcon, color: colorIcon })
780
780
  }
781
781
  ) }) });
782
- };
782
+ });
783
783
  const Widget$1 = "";
784
784
  const WidgetHeaderClearTrigger = ({ buttonText, shareId, dataSettings, isFirstLoading }) => {
785
785
  var _a, _b, _c, _d, _e;