@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.
@@ -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.918";
12200
+ const packageVersion = "0.14.919";
12201
12201
 
12202
12202
  exports.Blocks = Blocks;
12203
12203
  exports.ContentPage = ContentPage;