@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.
@@ -4,5 +4,5 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Img_1 = require("../Img/Img");
6
6
  const LinkButton_1 = require("../LinkButton/LinkButton");
7
- exports.TableInnerButton = (0, uni_jsx_1.JSX)(({ className = '', isOpen, onClick }) => ((0, jsx_runtime_1.jsx)(LinkButton_1.LinkButton, { className: className, appendRight: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "20", height: "20" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
7
+ exports.TableInnerButton = (0, uni_jsx_1.JSX)(({ className = '', isOpen, onClick }) => ((0, jsx_runtime_1.jsx)(LinkButton_1.LinkButton, { className: className, appendRight: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: { icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }, width: "24", height: "24" }), text: isOpen ? 'Скрыть' : 'Показать', version: "gray", onClick: onClick })));
8
8
  //# sourceMappingURL=InnerTableButton.js.map
@@ -2,5 +2,5 @@ import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
3
  import { Img } from '../Img/Img.js';
4
4
  import { LinkButton } from '../LinkButton/LinkButton.js';
5
- export 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 })));
5
+ export 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 })));
6
6
  //# sourceMappingURL=InnerTableButton.js.map
@@ -17,7 +17,7 @@ export const TableInnerButton = JSX<InnerTableButtonProps>(
17
17
  <LinkButton
18
18
  className={className}
19
19
  appendRight={
20
- <Img image={{ icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }} width="20" height="20" />
20
+ <Img image={{ icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }} width="24" height="24" />
21
21
  }
22
22
  text={isOpen ? 'Скрыть' : 'Показать'}
23
23
  version="gray"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redneckz/wildless-cms-uni-blocks",
3
- "version": "0.14.554",
3
+ "version": "0.14.555",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "ЦК",
@@ -17,7 +17,7 @@ export const TableInnerButton = JSX<InnerTableButtonProps>(
17
17
  <LinkButton
18
18
  className={className}
19
19
  appendRight={
20
- <Img image={{ icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }} width="20" height="20" />
20
+ <Img image={{ icon: isOpen ? 'ArrowUpIcon' : 'ArrowDownIcon' }} width="24" height="24" />
21
21
  }
22
22
  text={isOpen ? 'Скрыть' : 'Показать'}
23
23
  version="gray"