@ztwoint/z-ui 0.1.99 → 0.1.101
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/dist/components/assets/icons/chain.d.ts +7 -0
- package/dist/components/assets/icons/chain.js +44 -0
- package/dist/components/assets/icons/descending.d.ts +8 -0
- package/dist/components/assets/icons/descending.js +96 -0
- package/dist/components/assets/icons/filter-icon.d.ts +6 -0
- package/dist/components/assets/icons/filter-icon.js +36 -0
- package/dist/components/assets/icons/index.d.ts +3 -0
- package/dist/components/popover/popover.d.ts +7 -0
- package/dist/css/styles/tailwind.css +1 -1
- package/dist/index.js +44 -38
- package/dist/types/components/assets/icons/chain.d.ts +7 -0
- package/dist/types/components/assets/icons/descending.d.ts +8 -0
- package/dist/types/components/assets/icons/filter-icon.d.ts +6 -0
- package/dist/types/components/assets/icons/index.d.ts +3 -0
- package/dist/types/components/popover/popover.d.ts +7 -0
- package/package.json +2 -2
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
type IconProps = SVGProps<SVGSVGElement> & {
|
|
3
|
+
secondaryfill?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
};
|
|
6
|
+
declare function Link({ fill, secondaryfill, width, height, title, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default Link;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { jsxs as r, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
function l({
|
|
3
|
+
fill: C = "currentColor",
|
|
4
|
+
secondaryfill: e,
|
|
5
|
+
width: d = "1em",
|
|
6
|
+
height: n = "1em",
|
|
7
|
+
title: L = "badge 13",
|
|
8
|
+
...o
|
|
9
|
+
}) {
|
|
10
|
+
return e = e || C, /* @__PURE__ */ r(
|
|
11
|
+
"svg",
|
|
12
|
+
{
|
|
13
|
+
height: n,
|
|
14
|
+
width: d,
|
|
15
|
+
viewBox: "0 0 18 18",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
...o,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ t("title", { children: L }),
|
|
20
|
+
/* @__PURE__ */ r("g", { fill: C, children: [
|
|
21
|
+
/* @__PURE__ */ t(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M9.03166 6.54197C9.22575 6.9079 9.08644 7.36188 8.72052 7.55597C8.47184 7.68787 8.24717 7.85851 8.04832 8.05733C6.96021 9.14544 6.96021 10.9086 8.04832 11.9967L10.2233 14.1717C11.3114 15.2598 13.0746 15.2598 14.1627 14.1717C15.2507 13.0836 15.2608 11.3104 14.1727 10.2223L13.4103 9.45993C13.1174 9.16703 13.1174 8.69216 13.4103 8.39927C13.7032 8.10638 14.178 8.10638 14.4709 8.39927L15.2333 9.16167C16.9072 10.8356 16.9072 13.5484 15.2333 15.2223C13.5594 16.8962 10.8365 16.9062 9.16266 15.2323L6.98766 13.0573C5.31377 11.3834 5.31377 8.67056 6.98766 6.99667C7.29576 6.68747 7.64975 6.42597 8.01766 6.23083C8.38359 6.03674 8.83757 6.17604 9.03166 6.54197Z",
|
|
25
|
+
fill: e,
|
|
26
|
+
fillRule: "evenodd"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ t(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M2.77868 2.76766C4.45257 1.09376 7.16544 1.09376 8.83934 2.76766L11.0143 4.94266C12.6882 6.61655 12.6882 9.32942 11.0143 11.0033C10.7101 11.3075 10.3647 11.5674 9.98433 11.7692C9.6184 11.9633 9.16442 11.824 8.97033 11.458C8.77624 11.0921 8.91554 10.6381 9.28147 10.444C9.53006 10.3122 9.7549 10.1414 9.95368 9.94267C11.0418 8.85455 11.0418 7.09142 9.95368 6.00332L7.77868 3.82832C6.69057 2.74021 4.92744 2.74021 3.83934 3.82832C2.76193 4.90573 2.74775 6.69607 3.82934 7.77766L4.59174 8.54006C4.88463 8.83295 4.88463 9.30782 4.59174 9.60072C4.29884 9.89361 3.82397 9.89361 3.53108 9.60072L2.76868 8.83832C1.10903 7.17867 1.1232 4.42314 2.77868 2.76766Z",
|
|
33
|
+
fill: C,
|
|
34
|
+
fillRule: "evenodd"
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
] })
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export {
|
|
43
|
+
l as default
|
|
44
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
type IconProps = SVGProps<SVGSVGElement> & {
|
|
3
|
+
secondaryfill?: string;
|
|
4
|
+
strokewidth?: number;
|
|
5
|
+
title?: string;
|
|
6
|
+
};
|
|
7
|
+
declare function DescendingSorting({ fill, secondaryfill, strokewidth, width, height, title, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default DescendingSorting;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
function x({
|
|
3
|
+
fill: e = "currentColor",
|
|
4
|
+
secondaryfill: r,
|
|
5
|
+
strokewidth: o = 1,
|
|
6
|
+
width: t = "1em",
|
|
7
|
+
height: s = "1em",
|
|
8
|
+
title: k = "badge 13",
|
|
9
|
+
...d
|
|
10
|
+
}) {
|
|
11
|
+
return r = r || e, /* @__PURE__ */ i(
|
|
12
|
+
"svg",
|
|
13
|
+
{
|
|
14
|
+
height: s,
|
|
15
|
+
width: t,
|
|
16
|
+
viewBox: "0 0 18 18",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...d,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ n("title", { children: k }),
|
|
21
|
+
/* @__PURE__ */ i("g", { fill: e, children: [
|
|
22
|
+
/* @__PURE__ */ n(
|
|
23
|
+
"polyline",
|
|
24
|
+
{
|
|
25
|
+
fill: "none",
|
|
26
|
+
points: "10.25 12.75 12.75 15.25 15.25 12.75",
|
|
27
|
+
stroke: r,
|
|
28
|
+
strokeLinecap: "round",
|
|
29
|
+
strokeLinejoin: "round",
|
|
30
|
+
strokeWidth: o
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ n(
|
|
34
|
+
"line",
|
|
35
|
+
{
|
|
36
|
+
fill: "none",
|
|
37
|
+
stroke: r,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
strokeWidth: o,
|
|
41
|
+
x1: "12.75",
|
|
42
|
+
x2: "12.75",
|
|
43
|
+
y1: "15.25",
|
|
44
|
+
y2: "6.25"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ n(
|
|
48
|
+
"line",
|
|
49
|
+
{
|
|
50
|
+
fill: "none",
|
|
51
|
+
stroke: e,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round",
|
|
54
|
+
strokeWidth: o,
|
|
55
|
+
x1: "2.75",
|
|
56
|
+
x2: "9.25",
|
|
57
|
+
y1: "9.75",
|
|
58
|
+
y2: "9.75"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ n(
|
|
62
|
+
"line",
|
|
63
|
+
{
|
|
64
|
+
fill: "none",
|
|
65
|
+
stroke: e,
|
|
66
|
+
strokeLinecap: "round",
|
|
67
|
+
strokeLinejoin: "round",
|
|
68
|
+
strokeWidth: o,
|
|
69
|
+
x1: "2.75",
|
|
70
|
+
x2: "9.25",
|
|
71
|
+
y1: "6.25",
|
|
72
|
+
y2: "6.25"
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ n(
|
|
76
|
+
"line",
|
|
77
|
+
{
|
|
78
|
+
fill: "none",
|
|
79
|
+
stroke: e,
|
|
80
|
+
strokeLinecap: "round",
|
|
81
|
+
strokeLinejoin: "round",
|
|
82
|
+
strokeWidth: o,
|
|
83
|
+
x1: "2.75",
|
|
84
|
+
x2: "12.75",
|
|
85
|
+
y1: "2.75",
|
|
86
|
+
y2: "2.75"
|
|
87
|
+
}
|
|
88
|
+
)
|
|
89
|
+
] })
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
export {
|
|
95
|
+
x as default
|
|
96
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
function d({
|
|
3
|
+
fill: o = "currentColor",
|
|
4
|
+
width: r = "1em",
|
|
5
|
+
height: n = "1em",
|
|
6
|
+
title: t = "badge 13",
|
|
7
|
+
...i
|
|
8
|
+
}) {
|
|
9
|
+
return /* @__PURE__ */ s(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
height: n,
|
|
13
|
+
width: r,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
...i,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ e("title", { children: t }),
|
|
19
|
+
/* @__PURE__ */ e("g", { fill: o, children: /* @__PURE__ */ e(
|
|
20
|
+
"polygon",
|
|
21
|
+
{
|
|
22
|
+
fill: "none",
|
|
23
|
+
points: "4 3 8 9 8 17 12 15 12 9 16 3 4 3",
|
|
24
|
+
stroke: o,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: "2"
|
|
28
|
+
}
|
|
29
|
+
) })
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
d as default
|
|
36
|
+
};
|
|
@@ -38,3 +38,6 @@ export { default as Vector3Icon } from './vector_3';
|
|
|
38
38
|
export { default as TableCols2Icon } from './table-cols-2';
|
|
39
39
|
export { default as TriangleWarningIcon } from './triangle-warning';
|
|
40
40
|
export { default as ArrowLeftIcon } from './arrow-left';
|
|
41
|
+
export { default as FilterIcon } from './filter-icon';
|
|
42
|
+
export { default as DescendingSortingIcon } from './descending';
|
|
43
|
+
export { default as ChainIcon } from './chain';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
3
|
+
declare function Popover({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
declare function PopoverTrigger({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare function PopoverContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof PopoverPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
declare function PopoverAnchor({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
|