@sledge-app/react-instant-search 1.0.103 → 1.0.104
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.
|
@@ -6706,7 +6706,7 @@ const ResultProduct = (props) => {
|
|
|
6706
6706
|
withClearField: true
|
|
6707
6707
|
}
|
|
6708
6708
|
);
|
|
6709
|
-
const
|
|
6709
|
+
const renderFilterLayoutOnMobile = () => {
|
|
6710
6710
|
var _a2;
|
|
6711
6711
|
switch ((_a2 = displaySettings == null ? void 0 : displaySettings.filter) == null ? void 0 : _a2.mobile_layout) {
|
|
6712
6712
|
case "flyout":
|
|
@@ -6769,7 +6769,7 @@ const ResultProduct = (props) => {
|
|
|
6769
6769
|
}
|
|
6770
6770
|
),
|
|
6771
6771
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "sledge__hide-element-lg-on-mobile sledge-instant-search__search-field-lg", children: searchInputFieldComponent }),
|
|
6772
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "sledge__hide-element-mobile-on-lg sledge-instant-search__filter-horizontal-block-mobile", children:
|
|
6772
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "sledge__hide-element-mobile-on-lg sledge-instant-search__filter-horizontal-block-mobile", children: renderFilterLayoutOnMobile() }),
|
|
6773
6773
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "sledge-instant-search__result-data-summary-item sledge-instant-search__result-data-summary-select-field", children: [
|
|
6774
6774
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "sledge-instant-search__result-data-summary-select-field-item", children: [
|
|
6775
6775
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "sledge-instant-search__result-data-summary-select-field-sort", children: [
|