@sledge-app/react-instant-search 0.0.19 → 0.0.20
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.
- package/dist/components/SearchIconWidget/SearchIconWidgetPopup.d.ts +1 -1
- package/dist/components/SearchIconWidget/SearchIconWidgetPopup.d.ts.map +1 -1
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +5 -5
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/package.json +1 -1
|
@@ -2312,8 +2312,8 @@ const SearchIconWidgetPopup = () => {
|
|
|
2312
2312
|
onAfterRenderProduct: (state) => {
|
|
2313
2313
|
},
|
|
2314
2314
|
productCardsComponent: null,
|
|
2315
|
-
|
|
2316
|
-
|
|
2315
|
+
suggestionKeywordListsComponent: null,
|
|
2316
|
+
otherIndexListsComponent: null
|
|
2317
2317
|
});
|
|
2318
2318
|
const searchFieldRef = React__default.useRef(null);
|
|
2319
2319
|
const previousState = usePrevious({ keyword });
|
|
@@ -2403,8 +2403,8 @@ const SearchIconWidgetPopup = () => {
|
|
|
2403
2403
|
}, onAfterRemoveWishlist = () => {
|
|
2404
2404
|
}, onAfterRenderProduct = () => {
|
|
2405
2405
|
}, productCardsComponent = () => {
|
|
2406
|
-
}, otherIndexListsComponent = () => {
|
|
2407
2406
|
}, suggestionKeywordListsComponent = () => {
|
|
2407
|
+
}, otherIndexListsComponent = () => {
|
|
2408
2408
|
}) => {
|
|
2409
2409
|
setShowInfo(true);
|
|
2410
2410
|
setHandleFunctions({
|
|
@@ -2413,8 +2413,8 @@ const SearchIconWidgetPopup = () => {
|
|
|
2413
2413
|
onAfterRemoveWishlist,
|
|
2414
2414
|
onAfterRenderProduct,
|
|
2415
2415
|
productCardsComponent,
|
|
2416
|
-
|
|
2417
|
-
|
|
2416
|
+
suggestionKeywordListsComponent,
|
|
2417
|
+
otherIndexListsComponent
|
|
2418
2418
|
});
|
|
2419
2419
|
setTimeout(() => {
|
|
2420
2420
|
if (searchFieldRef == null ? void 0 : searchFieldRef.current) {
|