@redneckz/wildless-cms-uni-blocks 0.14.923 → 0.14.924

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.
@@ -10613,7 +10613,7 @@
10613
10613
  const link = useLink();
10614
10614
  const filteredItems = navigationItems?.filter(isVisibleItem(FOOTER_AREA_KEYS))?.map(link) ?? [];
10615
10615
  const [firstItem] = filteredItems;
10616
- return (jsx("div", { className: "space-y-2", children: IS_SINGLE_SEARCH_INDEX$1 && isSearchPanel ? (jsx("div", { children: jsx(LinkList, { className: "block columns-3 space-y-3 gap-x-6xl", items: firstItem?.items }) })) : (jsx("div", { role: "menu", className: style('w-full flex items-start justify-between flex-col md:flex-row gap-m lg:order-2', className), children: filteredItems?.map(renderColumn) })) }));
10616
+ return (jsx("div", { className: "space-y-2 lg:order-2", children: IS_SINGLE_SEARCH_INDEX$1 && isSearchPanel ? (jsx("div", { children: jsx(LinkList, { className: "block columns-3 space-y-3 gap-x-6xl", items: firstItem?.items }) })) : (jsx("div", { role: "menu", className: style('w-full flex items-start justify-between flex-col md:flex-row gap-m', className), children: filteredItems?.map(renderColumn) })) }));
10617
10617
  });
10618
10618
  const renderColumn = (menuItem, index) => {
10619
10619
  const { text, items = [], href, target = '_self', onClick, dataFooter } = menuItem;
@@ -12196,7 +12196,7 @@
12196
12196
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12197
12197
  });
12198
12198
 
12199
- const packageVersion = "0.14.922";
12199
+ const packageVersion = "0.14.923";
12200
12200
 
12201
12201
  exports.Blocks = Blocks;
12202
12202
  exports.ContentPage = ContentPage;