@redneckz/wildless-cms-uni-blocks 0.14.303 → 0.14.304
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/common.css +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/mobile/dist/ui-kit/Sitemap/Sitemap.js +1 -1
- package/mobile/dist/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js +1 -1
- package/mobile/lib/ui-kit/Sitemap/Sitemap.js.map +1 -1
- package/mobile/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/Sitemap/Sitemap.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -4083,7 +4083,7 @@
|
|
|
4083
4083
|
const isAnotherPortal = projectSettings.BASE_PATH && basePath ? !projectSettings.BASE_PATH.startsWith(basePath) : false;
|
|
4084
4084
|
const link = useLink({ isRemote: isAnotherPortal, basePath });
|
|
4085
4085
|
const { href, target, onClick } = link(rest);
|
|
4086
|
-
return (jsx("a", { className: style('text-l font-light text-secondary-text hover:text-primary-main no-underline', '
|
|
4086
|
+
return (jsx("a", { className: style('text-l font-light text-secondary-text hover:text-primary-main no-underline', 'whitespace-wrap'), href: href, target: target || '_self', onClick: onClick, children: text || `Раздел ${index}` }));
|
|
4087
4087
|
});
|
|
4088
4088
|
const isVisibleItem$1 = (_) => !_.displayArea || FOOTER_AREA_KEYS.includes(_.displayArea.toLowerCase());
|
|
4089
4089
|
|
|
@@ -6187,7 +6187,7 @@
|
|
|
6187
6187
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6188
6188
|
});
|
|
6189
6189
|
|
|
6190
|
-
const packageVersion = "0.14.
|
|
6190
|
+
const packageVersion = "0.14.303";
|
|
6191
6191
|
|
|
6192
6192
|
exports.Blocks = Blocks;
|
|
6193
6193
|
exports.ContentPage = ContentPage;
|