@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.
- package/bundle/bundle.umd.js +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
- package/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/InnerTable/InnerTableButton.js +1 -1
- package/mobile/lib/ui-kit/InnerTable/InnerTableButton.js +1 -1
- package/mobile/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/InnerTable/InnerTableButton.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -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: "
|
|
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.
|
|
6557
|
+
const packageVersion = "0.14.554";
|
|
6558
6558
|
|
|
6559
6559
|
exports.Blocks = Blocks;
|
|
6560
6560
|
exports.ContentPage = ContentPage;
|