@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.
@@ -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', 'overflow-x-hidden overflow-ellipsis whitespace-nowrap'), href: href, target: target || '_self', onClick: onClick, children: text || `Раздел ${index}` }));
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.302";
6190
+ const packageVersion = "0.14.303";
6191
6191
 
6192
6192
  exports.Blocks = Blocks;
6193
6193
  exports.ContentPage = ContentPage;