@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.js +1 -1
- package/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/package.json +1 -1
- package/src/icons/IconName.ts +4 -4
- package/src/ui-kit/Sitemap/Sitemap.tsx +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -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
|
|
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.
|
|
12199
|
+
const packageVersion = "0.14.923";
|
|
12200
12200
|
|
|
12201
12201
|
exports.Blocks = Blocks;
|
|
12202
12202
|
exports.ContentPage = ContentPage;
|