@sledge-app/react-instant-search 0.0.28 → 0.0.29
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.
|
@@ -2281,10 +2281,7 @@ const RenderSuggestionKeywordLists = ({ listsComponent, keywords }) => {
|
|
|
2281
2281
|
};
|
|
2282
2282
|
const RenderOtherIndexLists = ({ listsComponent, name, items }) => {
|
|
2283
2283
|
return listsComponent ? listsComponent({ name, items }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
2284
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
2285
|
-
name,
|
|
2286
|
-
" testttt"
|
|
2287
|
-
] }),
|
|
2284
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "sledge-instant-search__icon-widget-search-form-result-title", children: name }),
|
|
2288
2285
|
(items == null ? void 0 : items.length) ? /* @__PURE__ */ jsxRuntimeExports.jsx("ul", { className: "sledge-instant-search__icon-widget-search-form-result-list", children: items.map((hit, index) => {
|
|
2289
2286
|
const { title, url } = hit;
|
|
2290
2287
|
return /* @__PURE__ */ jsxRuntimeExports.jsx("li", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("a", { href: url, className: "sledge-instant-search__icon-widget-search-form-result-list-link", children: title }) }, index);
|