@redneckz/wildless-cms-uni-blocks 0.14.554 → 0.14.555

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.
@@ -6141,7 +6141,7 @@
6141
6141
  };
6142
6142
  const TableCarouselContainer = JSX(({ children, activeIndex, columnWidth, version = 'comparison' }) => (jsx("div", { className: "flex flex-1 overflow-hidden", children: jsx("div", { className: carouselContainerClassesMap[version], style: { transform: `translateX(-${activeIndex * columnWidth}px)` }, children: children }) })));
6143
6143
 
6144
- const TableInnerButton = JSX(({ className = '', isOpen, onClick }) => (jsx(LinkButton, { className: className, appendRight: jsx(Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "20", height: "20" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
6144
+ const TableInnerButton = JSX(({ className = '', isOpen, onClick }) => (jsx(LinkButton, { className: className, appendRight: jsx(Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "24", height: "24" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
6145
6145
 
6146
6146
  const renderButtonsCellData = ({ buttons }) => renderButtonsSection(buttons, {
6147
6147
  buttonClassName: 'basis-0',
@@ -6554,7 +6554,7 @@
6554
6554
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6555
6555
  });
6556
6556
 
6557
- const packageVersion = "0.14.553";
6557
+ const packageVersion = "0.14.554";
6558
6558
 
6559
6559
  exports.Blocks = Blocks;
6560
6560
  exports.ContentPage = ContentPage;