@sledge-app/react-instant-search 2.0.27 → 2.0.28

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.
@@ -4495,7 +4495,16 @@ const ProductCard = React__default.memo((props) => {
4495
4495
  forLoopIndexWithPage,
4496
4496
  optionSelectedValue: optionSelectedValue || null
4497
4497
  };
4498
- component = /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: isComponentJsVersion ? /* @__PURE__ */ jsxRuntimeExports.jsx("div", { "data-for-loop-index": forLoopIndex, "data-for-loop-index-with-page": forLoopIndexWithPage, dangerouslySetInnerHTML: { __html: CardsComponent({ ...CardsProps }) } }) : /* @__PURE__ */ jsxRuntimeExports.jsx(CardsComponent, { ...CardsProps }) });
4498
+ component = /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: isComponentJsVersion ? /* @__PURE__ */ jsxRuntimeExports.jsx(
4499
+ "div",
4500
+ {
4501
+ "data-for-loop-index": forLoopIndex,
4502
+ "data-for-loop-index-with-page": forLoopIndexWithPage,
4503
+ "data-product-id": id,
4504
+ "data-option-selected-value": encodeURIComponent(optionSelectedValue),
4505
+ dangerouslySetInnerHTML: { __html: CardsComponent({ ...CardsProps }) }
4506
+ }
4507
+ ) : /* @__PURE__ */ jsxRuntimeExports.jsx(CardsComponent, { ...CardsProps }) });
4499
4508
  } else {
4500
4509
  component = /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: isFlyout ? /* @__PURE__ */ jsxRuntimeExports.jsxs(
4501
4510
  "div",