@sledge-app/react-instant-search 1.0.26 → 1.0.27
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.
|
@@ -4762,7 +4762,7 @@ const ResultProduct = (props) => {
|
|
|
4762
4762
|
if (display.toLowerCase() === "swatch" && (items == null ? void 0 : items.length)) {
|
|
4763
4763
|
classesUlElement.push("sledge-instant-search__result-filter-item-color-swatches");
|
|
4764
4764
|
}
|
|
4765
|
-
return isRender ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4765
|
+
return isRender ? /* @__PURE__ */ jsxRuntimeExports.jsx(React__default.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4766
4766
|
Popover,
|
|
4767
4767
|
{
|
|
4768
4768
|
trigger: /* @__PURE__ */ jsxRuntimeExports.jsxs(Button, { type: "button", onClick: () => setClickedOpenFilterId(value), children: [
|
|
@@ -4885,7 +4885,7 @@ const ResultProduct = (props) => {
|
|
|
4885
4885
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "sledge__hide-element-mobile-on-lg sledge-instant-search__filter-horizontal-block-mobile", children: filterHorizontalBlockComponent }),
|
|
4886
4886
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "sledge-instant-search__result-data-summary-item sledge-instant-search__result-data-summary-select-field", children: [
|
|
4887
4887
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "sledge-instant-search__result-data-summary-select-field-item", children: [
|
|
4888
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
|
|
4888
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "sledge-instant-search__result-data-summary-select-field-sort", children: [
|
|
4889
4889
|
language_sort_by || "Sort by",
|
|
4890
4890
|
":"
|
|
4891
4891
|
] }),
|