@redneckz/wildless-cms-uni-blocks 0.14.919 → 0.14.920
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/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/lib/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/mobile/dist/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js +1 -1
- package/mobile/lib/ui-kit/SearchDialog/SearchDialog.js.map +1 -1
- package/mobile/src/ui-kit/SearchDialog/SearchDialog.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/SearchDialog/SearchDialog.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -10830,7 +10830,7 @@
|
|
|
10830
10830
|
initialQuery,
|
|
10831
10831
|
});
|
|
10832
10832
|
const searchItems = useMemo(() => combineTopItemsAndSearchResult(navigationItems)(searchResult), [navigationItems, searchResult]);
|
|
10833
|
-
return (jsx(Dialog, { maxWidth: "none", head: jsx(SearchInput, { className: "mt-s", autoFocus: true, ...searchInputProps }), onClose: onClose, children: jsx(Sitemap, { navigationItems: searchItems }) }));
|
|
10833
|
+
return (jsx(Dialog, { maxWidth: "none", head: jsx(SearchInput, { className: "mt-s", autoFocus: true, ...searchInputProps }), onClose: onClose, children: jsx(Sitemap, { navigationItems: searchItems, isSearchPanel: true }) }));
|
|
10834
10834
|
});
|
|
10835
10835
|
const combineTopItemsAndSearchResult = (topItems) => (searchResult) => topItems?.length && searchResult?.length
|
|
10836
10836
|
? zip(topItems, searchResult).map(([_, portalSearchResult]) => ({
|
|
@@ -12197,7 +12197,7 @@
|
|
|
12197
12197
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12198
12198
|
});
|
|
12199
12199
|
|
|
12200
|
-
const packageVersion = "0.14.
|
|
12200
|
+
const packageVersion = "0.14.919";
|
|
12201
12201
|
|
|
12202
12202
|
exports.Blocks = Blocks;
|
|
12203
12203
|
exports.ContentPage = ContentPage;
|