@redneckz/wildless-cms-uni-blocks 0.14.923 → 0.14.925
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 +3 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js +1 -1
- package/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.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 +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/mobile/dist/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js +1 -1
- package/mobile/lib/retail/components/ConsentBkiDialog/ConsentBkiDialog.js.map +1 -1
- package/mobile/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +1 -1
- package/package.json +1 -1
- package/src/icons/IconName.ts +4 -4
- package/src/retail/components/ConsentBkiDialog/ConsentBkiDialog.tsx +1 -1
- package/src/ui-kit/Sitemap/Sitemap.tsx +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -5902,7 +5902,7 @@
|
|
|
5902
5902
|
const ConsentBkiDialog = JSX(({ onSubmit = noop, onClose = noop }) => {
|
|
5903
5903
|
const [confirmStatus, setConfirmStatus] = useState('');
|
|
5904
5904
|
const [showRefuseContent, setShowRefuseContent] = useState(false);
|
|
5905
|
-
const openDocument = useDocumentDialog(CONSENT_BKI_ID);
|
|
5905
|
+
const { openDocument } = useDocumentDialog(CONSENT_BKI_ID);
|
|
5906
5906
|
const handleSubmit = useCallback(() => {
|
|
5907
5907
|
onSubmit(confirmStatus);
|
|
5908
5908
|
}, [onSubmit, confirmStatus]);
|
|
@@ -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.924";
|
|
12200
12200
|
|
|
12201
12201
|
exports.Blocks = Blocks;
|
|
12202
12202
|
exports.ContentPage = ContentPage;
|