@wallarm-org/design-system 0.4.0 → 0.4.1-rc-fix-table-width.1
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.
|
@@ -3,7 +3,7 @@ import { Popover } from "@ark-ui/react/popover";
|
|
|
3
3
|
import { cva } from "class-variance-authority";
|
|
4
4
|
import { cn } from "../../../utils/cn.js";
|
|
5
5
|
import { useTableContext } from "../TableContext/index.js";
|
|
6
|
-
const tableActionBarAnchorVariants = cva(cn('relative outline-none'), {
|
|
6
|
+
const tableActionBarAnchorVariants = cva(cn('w-full relative outline-none'), {
|
|
7
7
|
variants: {
|
|
8
8
|
virtualized: {
|
|
9
9
|
true: 'h-full'
|
package/dist/icons/Undo.js
CHANGED
|
@@ -1,26 +1,12 @@
|
|
|
1
|
-
import { jsx
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
-
const Undo = (props)=>/*#__PURE__*/
|
|
3
|
+
const Undo = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
|
|
4
4
|
...props,
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
|
-
children:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
strokeWidth: "2",
|
|
11
|
-
strokeLinecap: "round",
|
|
12
|
-
strokeLinejoin: "round",
|
|
13
|
-
fill: "none"
|
|
14
|
-
}),
|
|
15
|
-
/*#__PURE__*/ jsx("path", {
|
|
16
|
-
d: "M21 17a9 9 0 0 1-9 9 9 9 0 0 1-6-2.3L3 21",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
strokeWidth: "2",
|
|
19
|
-
strokeLinecap: "round",
|
|
20
|
-
strokeLinejoin: "round",
|
|
21
|
-
fill: "none"
|
|
22
|
-
})
|
|
23
|
-
]
|
|
6
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
7
|
+
d: "M20 17C20 14.8783 19.1575 12.8431 17.6572 11.3428C16.1569 9.84248 14.1217 9 12 9C10.0316 9.00225 8.13336 9.73062 6.66797 11.0449L6.66699 11.0439L5.60547 12H9C9.55228 12 10 12.4477 10 13C10 13.5523 9.55228 14 9 14H3C2.44772 14 2 13.5523 2 13V7C2 6.44772 2.44772 6 3 6C3.55228 6 4 6.44772 4 7V10.7539L5.33105 9.55664L5.33203 9.55566C7.16409 7.91251 9.53805 7.00251 11.999 7H12L12.4961 7.0127C14.9676 7.13537 17.3132 8.17061 19.0713 9.92871C20.9467 11.8041 22 14.3478 22 17C22 17.5523 21.5523 18 21 18C20.4477 18 20 17.5523 20 17Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
})
|
|
24
10
|
});
|
|
25
11
|
Undo.displayName = 'UndoIcon';
|
|
26
12
|
export { Undo };
|
package/dist/icons/Undo2.js
CHANGED
|
@@ -1,26 +1,12 @@
|
|
|
1
|
-
import { jsx
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
-
const Undo2 = (props)=>/*#__PURE__*/
|
|
3
|
+
const Undo2 = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
|
|
4
4
|
...props,
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
|
-
children:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
strokeWidth: "2",
|
|
11
|
-
strokeLinecap: "round",
|
|
12
|
-
strokeLinejoin: "round",
|
|
13
|
-
fill: "none"
|
|
14
|
-
}),
|
|
15
|
-
/*#__PURE__*/ jsx("path", {
|
|
16
|
-
d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5v0a5.5 5.5 0 0 1-5.5 5.5H11",
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
strokeWidth: "2",
|
|
19
|
-
strokeLinecap: "round",
|
|
20
|
-
strokeLinejoin: "round",
|
|
21
|
-
fill: "none"
|
|
22
|
-
})
|
|
23
|
-
]
|
|
6
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
7
|
+
d: "M19 14.5C19 13.9091 18.8833 13.3242 18.6573 12.7783C18.4311 12.2324 18.0996 11.7362 17.6817 11.3184C17.2638 10.9005 16.7677 10.5689 16.2217 10.3428C15.6758 10.1167 15.0909 10 14.5 10H6.41411L9.70708 13.293C10.0976 13.6835 10.0976 14.3165 9.70708 14.707C9.31655 15.0976 8.68354 15.0976 8.29302 14.707L3.29302 9.70703C2.90249 9.31651 2.90249 8.68349 3.29302 8.29297L8.29302 3.29297C8.68354 2.90244 9.31655 2.90244 9.70708 3.29297C10.0976 3.68349 10.0976 4.31651 9.70708 4.70703L6.41411 8H14.5C15.3536 8 16.1987 8.16846 16.9874 8.49512C17.776 8.82177 18.4931 9.29974 19.0967 9.90332C19.7003 10.5069 20.1783 11.2241 20.5049 12.0127C20.8316 12.8013 21 13.6464 21 14.5L20.9922 14.8193C20.9556 15.5638 20.7908 16.2972 20.5049 16.9873C20.1783 17.7759 19.7003 18.4931 19.0967 19.0967C18.4931 19.7003 17.776 20.1782 16.9874 20.5049C16.1987 20.8315 15.3536 21 14.5 21H11C10.4478 21 10 20.5523 10 20C10 19.4477 10.4478 19 11 19H14.5C15.0909 19 15.6758 18.8833 16.2217 18.6572C16.7677 18.4311 17.2638 18.0995 17.6817 17.6816C18.0996 17.2638 18.4311 16.7676 18.6573 16.2217C18.855 15.7442 18.9688 15.2368 18.9942 14.7217L19 14.5Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
})
|
|
24
10
|
});
|
|
25
11
|
Undo2.displayName = 'Undo2Icon';
|
|
26
12
|
export { Undo2 };
|
package/dist/icons/UndoDot.js
CHANGED
|
@@ -1,36 +1,12 @@
|
|
|
1
|
-
import { jsx
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
-
const UndoDot = (props)=>/*#__PURE__*/
|
|
3
|
+
const UndoDot = (props)=>/*#__PURE__*/ jsx(SvgIcon, {
|
|
4
4
|
...props,
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
|
-
children:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
r: "1",
|
|
11
|
-
stroke: "currentColor",
|
|
12
|
-
strokeWidth: "2",
|
|
13
|
-
strokeLinecap: "round",
|
|
14
|
-
strokeLinejoin: "round",
|
|
15
|
-
fill: "none"
|
|
16
|
-
}),
|
|
17
|
-
/*#__PURE__*/ jsx("path", {
|
|
18
|
-
d: "M3 7v6h6",
|
|
19
|
-
stroke: "currentColor",
|
|
20
|
-
strokeWidth: "2",
|
|
21
|
-
strokeLinecap: "round",
|
|
22
|
-
strokeLinejoin: "round",
|
|
23
|
-
fill: "none"
|
|
24
|
-
}),
|
|
25
|
-
/*#__PURE__*/ jsx("path", {
|
|
26
|
-
d: "M21 17a9 9 0 0 1-9 9 9 9 0 0 1-6-2.3L3 21",
|
|
27
|
-
stroke: "currentColor",
|
|
28
|
-
strokeWidth: "2",
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round",
|
|
31
|
-
fill: "none"
|
|
32
|
-
})
|
|
33
|
-
]
|
|
6
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
7
|
+
d: "M10 17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17C14 18.1046 13.1046 19 12 19C10.8954 19 10 18.1046 10 17ZM20 17C20 14.8783 19.1575 12.8431 17.6572 11.3428C16.1569 9.84248 14.1217 9 12 9C10.0316 9.00225 8.13336 9.73062 6.66797 11.0449L6.66699 11.0439L5.60547 12H9C9.55228 12 10 12.4477 10 13C10 13.5523 9.55228 14 9 14H3C2.44772 14 2 13.5523 2 13V7C2 6.44772 2.44772 6 3 6C3.55228 6 4 6.44772 4 7V10.7539L5.33105 9.55664L5.33203 9.55566C7.16409 7.91251 9.53805 7.00251 11.999 7H12L12.4961 7.0127C14.9676 7.13537 17.3132 8.17061 19.0713 9.92871C20.9467 11.8041 22 14.3478 22 17C22 17.5523 21.5523 18 21 18C20.4477 18 20 17.5523 20 17Z",
|
|
8
|
+
fill: "currentColor"
|
|
9
|
+
})
|
|
34
10
|
});
|
|
35
11
|
UndoDot.displayName = 'UndoDotIcon';
|
|
36
12
|
export { UndoDot };
|
package/package.json
CHANGED