@deepnoid/ui 0.1.105 → 0.1.107
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/.turbo/turbo-build.log +208 -208
- package/dist/{chunk-42ZEP5KO.mjs → chunk-33DLD2L6.mjs} +1 -1
- package/dist/{chunk-KXM3JHFI.mjs → chunk-3OGCIOPA.mjs} +4 -4
- package/dist/{chunk-5DYEKMAC.mjs → chunk-46SXEYRN.mjs} +1 -1
- package/dist/{chunk-CAWVV3GB.mjs → chunk-75HYUFO3.mjs} +8 -8
- package/dist/{chunk-BE4A7KUB.mjs → chunk-7K463ANW.mjs} +1 -1
- package/dist/{chunk-MWVT5W6Z.mjs → chunk-B63UYKLA.mjs} +3 -3
- package/dist/{chunk-FNAIQBDP.mjs → chunk-BYJ3Z7PZ.mjs} +4 -4
- package/dist/{chunk-EDHKXJQT.mjs → chunk-EQWU2F5T.mjs} +1 -1
- package/dist/{chunk-LX4634YV.mjs → chunk-HSAJH6UM.mjs} +4 -4
- package/dist/{chunk-JBF2S7ME.mjs → chunk-IPC7UITJ.mjs} +4 -4
- package/dist/{chunk-VAAET4UC.mjs → chunk-JJQG3RQD.mjs} +1 -1
- package/dist/{chunk-INLPDQPX.mjs → chunk-MC2FHSPZ.mjs} +5 -5
- package/dist/{chunk-5QBCGJ6F.mjs → chunk-O6EN3EJT.mjs} +3 -3
- package/dist/{chunk-ZAZRIZES.mjs → chunk-Q36C7WNH.mjs} +1 -1
- package/dist/{chunk-SQWI56YC.mjs → chunk-R3W5QCDK.mjs} +5 -5
- package/dist/{chunk-N76ZJ5R6.mjs → chunk-SRQFTE6O.mjs} +4 -4
- package/dist/{chunk-SCKSEIJH.mjs → chunk-U3JGOEX6.mjs} +4 -4
- package/dist/{chunk-CJBDNGGA.mjs → chunk-V7CAGWII.mjs} +4 -4
- package/dist/{chunk-EVS5XU5X.mjs → chunk-XEEDMB5O.mjs} +22 -0
- package/dist/{chunk-M6OU3WU5.mjs → chunk-Y4W76B42.mjs} +1 -1
- package/dist/components/accordion/index.mjs +3 -3
- package/dist/components/avatar/avatar.js +22 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +22 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +22 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +22 -0
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button.js +22 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +22 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +22 -0
- package/dist/components/button/index.mjs +8 -8
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/charts/index.mjs +3 -3
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.js +22 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +22 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +22 -0
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +22 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +22 -0
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +22 -0
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +22 -0
- package/dist/components/fileUpload/fileUpload.mjs +10 -10
- package/dist/components/fileUpload/index.js +22 -0
- package/dist/components/fileUpload/index.mjs +10 -10
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +22 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +22 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +22 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +22 -0
- package/dist/components/input/index.mjs +4 -4
- package/dist/components/input/input.js +22 -0
- package/dist/components/input/input.mjs +4 -4
- package/dist/components/list/index.js +22 -0
- package/dist/components/list/index.mjs +6 -6
- package/dist/components/list/listItem.js +22 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +22 -0
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +22 -0
- package/dist/components/modal/modal.mjs +8 -8
- package/dist/components/pagination/index.js +22 -0
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +22 -0
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/progress/progress.mjs +2 -2
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +22 -0
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/select.js +22 -0
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.js +22 -0
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table-body.js +22 -0
- package/dist/components/table/table-body.mjs +9 -9
- package/dist/components/table/table-head.js +22 -0
- package/dist/components/table/table-head.mjs +9 -9
- package/dist/components/table/table.js +22 -0
- package/dist/components/table/table.mjs +9 -9
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/toast/index.js +22 -0
- package/dist/components/toast/index.mjs +5 -5
- package/dist/components/toast/toast.js +22 -0
- package/dist/components/toast/toast.mjs +4 -4
- package/dist/components/toast/use-toast.js +22 -0
- package/dist/components/toast/use-toast.mjs +5 -5
- package/dist/components/tree/index.js +22 -0
- package/dist/components/tree/index.mjs +4 -4
- package/dist/components/tree/tree.js +22 -0
- package/dist/components/tree/tree.mjs +4 -4
- package/dist/index.js +22 -0
- package/dist/index.mjs +74 -74
- package/package.json +1 -1
- package/dist/{chunk-3CRSSRCH.mjs → chunk-3HXNAVAN.mjs} +3 -3
- package/dist/{chunk-FF56E2UQ.mjs → chunk-AS2CSVBQ.mjs} +3 -3
- package/dist/{chunk-2CLPU5LR.mjs → chunk-AZ5SQYZE.mjs} +3 -3
- package/dist/{chunk-3M6VYLOU.mjs → chunk-KY3W7MBV.mjs} +3 -3
- package/dist/{chunk-S7Y7XUBL.mjs → chunk-NO6RDCY7.mjs} +3 -3
- package/dist/{chunk-AF4I7ZQS.mjs → chunk-NUELPELQ.mjs} +3 -3
- package/dist/{chunk-H6JGLPPF.mjs → chunk-TMI3QBKD.mjs} +3 -3
- package/dist/{chunk-Q364C3FI.mjs → chunk-XHSTRFLS.mjs} +3 -3
|
@@ -1646,6 +1646,28 @@ var template = {
|
|
|
1646
1646
|
}
|
|
1647
1647
|
);
|
|
1648
1648
|
},
|
|
1649
|
+
chat: ({ className }) => {
|
|
1650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1651
|
+
"svg",
|
|
1652
|
+
{
|
|
1653
|
+
width: "28",
|
|
1654
|
+
height: "28",
|
|
1655
|
+
viewBox: "0 0 28 28",
|
|
1656
|
+
fill: "none",
|
|
1657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1658
|
+
className,
|
|
1659
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1660
|
+
"path",
|
|
1661
|
+
{
|
|
1662
|
+
fillRule: "evenodd",
|
|
1663
|
+
clipRule: "evenodd",
|
|
1664
|
+
d: "M5.9045 24.8495C6.34853 24.9294 6.79884 24.9693 7.25 24.9688C8.6759 24.9707 10.0733 24.5694 11.2809 23.8111C12.1516 24.0159 13.0629 24.125 14 24.125C19.9873 24.125 24.9688 19.6588 24.9688 14C24.9688 8.34125 19.9873 3.875 14 3.875C8.01275 3.875 3.03125 8.34125 3.03125 14C3.03125 16.7101 4.18437 19.1604 6.0395 20.966C6.3005 21.2202 6.35112 21.4475 6.32525 21.5769C6.18622 22.2767 5.87104 22.9295 5.4095 23.4736C5.31368 23.5867 5.24936 23.7231 5.22301 23.869C5.19666 24.0149 5.2092 24.1651 5.25939 24.3046C5.30957 24.4441 5.39562 24.5679 5.50887 24.6636C5.62213 24.7592 5.75858 24.8234 5.9045 24.8495ZM9.78125 12.7344C9.44559 12.7344 9.12367 12.8677 8.88632 13.1051C8.64897 13.3424 8.51562 13.6643 8.51562 14C8.51562 14.3357 8.64897 14.6576 8.88632 14.8949C9.12367 15.1323 9.44559 15.2656 9.78125 15.2656C10.1169 15.2656 10.4388 15.1323 10.6762 14.8949C10.9135 14.6576 11.0469 14.3357 11.0469 14C11.0469 13.6643 10.9135 13.3424 10.6762 13.1051C10.4388 12.8677 10.1169 12.7344 9.78125 12.7344ZM12.7344 14C12.7344 13.6643 12.8677 13.3424 13.1051 13.1051C13.3424 12.8677 13.6643 12.7344 14 12.7344C14.3357 12.7344 14.6576 12.8677 14.8949 13.1051C15.1323 13.3424 15.2656 13.6643 15.2656 14C15.2656 14.3357 15.1323 14.6576 14.8949 14.8949C14.6576 15.1323 14.3357 15.2656 14 15.2656C13.6643 15.2656 13.3424 15.1323 13.1051 14.8949C12.8677 14.6576 12.7344 14.3357 12.7344 14ZM18.2188 12.7344C17.8831 12.7344 17.5612 12.8677 17.3238 13.1051C17.0865 13.3424 16.9531 13.6643 16.9531 14C16.9531 14.3357 17.0865 14.6576 17.3238 14.8949C17.5612 15.1323 17.8831 15.2656 18.2188 15.2656C18.5544 15.2656 18.8763 15.1323 19.1137 14.8949C19.351 14.6576 19.4844 14.3357 19.4844 14C19.4844 13.6643 19.351 13.3424 19.1137 13.1051C18.8763 12.8677 18.5544 12.7344 18.2188 12.7344Z",
|
|
1665
|
+
fill: "white"
|
|
1666
|
+
}
|
|
1667
|
+
)
|
|
1668
|
+
}
|
|
1669
|
+
);
|
|
1670
|
+
},
|
|
1649
1671
|
// ----------------------------------- old ---------------------------------
|
|
1650
1672
|
// ** Status **
|
|
1651
1673
|
check: ({ className, fill }) => {
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-JJQG3RQD.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-SRQFTE6O.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-33DLD2L6.mjs";
|
|
10
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
11
|
+
import "../../chunk-XEEDMB5O.mjs";
|
|
10
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-EVS5XU5X.mjs";
|
|
12
13
|
import "../../chunk-CDXBML6O.mjs";
|
|
13
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
15
15
|
export {
|
|
16
16
|
ToastProvider,
|
|
@@ -1588,6 +1588,28 @@ var template = {
|
|
|
1588
1588
|
}
|
|
1589
1589
|
);
|
|
1590
1590
|
},
|
|
1591
|
+
chat: ({ className }) => {
|
|
1592
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1593
|
+
"svg",
|
|
1594
|
+
{
|
|
1595
|
+
width: "28",
|
|
1596
|
+
height: "28",
|
|
1597
|
+
viewBox: "0 0 28 28",
|
|
1598
|
+
fill: "none",
|
|
1599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1600
|
+
className,
|
|
1601
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1602
|
+
"path",
|
|
1603
|
+
{
|
|
1604
|
+
fillRule: "evenodd",
|
|
1605
|
+
clipRule: "evenodd",
|
|
1606
|
+
d: "M5.9045 24.8495C6.34853 24.9294 6.79884 24.9693 7.25 24.9688C8.6759 24.9707 10.0733 24.5694 11.2809 23.8111C12.1516 24.0159 13.0629 24.125 14 24.125C19.9873 24.125 24.9688 19.6588 24.9688 14C24.9688 8.34125 19.9873 3.875 14 3.875C8.01275 3.875 3.03125 8.34125 3.03125 14C3.03125 16.7101 4.18437 19.1604 6.0395 20.966C6.3005 21.2202 6.35112 21.4475 6.32525 21.5769C6.18622 22.2767 5.87104 22.9295 5.4095 23.4736C5.31368 23.5867 5.24936 23.7231 5.22301 23.869C5.19666 24.0149 5.2092 24.1651 5.25939 24.3046C5.30957 24.4441 5.39562 24.5679 5.50887 24.6636C5.62213 24.7592 5.75858 24.8234 5.9045 24.8495ZM9.78125 12.7344C9.44559 12.7344 9.12367 12.8677 8.88632 13.1051C8.64897 13.3424 8.51562 13.6643 8.51562 14C8.51562 14.3357 8.64897 14.6576 8.88632 14.8949C9.12367 15.1323 9.44559 15.2656 9.78125 15.2656C10.1169 15.2656 10.4388 15.1323 10.6762 14.8949C10.9135 14.6576 11.0469 14.3357 11.0469 14C11.0469 13.6643 10.9135 13.3424 10.6762 13.1051C10.4388 12.8677 10.1169 12.7344 9.78125 12.7344ZM12.7344 14C12.7344 13.6643 12.8677 13.3424 13.1051 13.1051C13.3424 12.8677 13.6643 12.7344 14 12.7344C14.3357 12.7344 14.6576 12.8677 14.8949 13.1051C15.1323 13.3424 15.2656 13.6643 15.2656 14C15.2656 14.3357 15.1323 14.6576 14.8949 14.8949C14.6576 15.1323 14.3357 15.2656 14 15.2656C13.6643 15.2656 13.3424 15.1323 13.1051 14.8949C12.8677 14.6576 12.7344 14.3357 12.7344 14ZM18.2188 12.7344C17.8831 12.7344 17.5612 12.8677 17.3238 13.1051C17.0865 13.3424 16.9531 13.6643 16.9531 14C16.9531 14.3357 17.0865 14.6576 17.3238 14.8949C17.5612 15.1323 17.8831 15.2656 18.2188 15.2656C18.5544 15.2656 18.8763 15.1323 19.1137 14.8949C19.351 14.6576 19.4844 14.3357 19.4844 14C19.4844 13.6643 19.351 13.3424 19.1137 13.1051C18.8763 12.8677 18.5544 12.7344 18.2188 12.7344Z",
|
|
1607
|
+
fill: "white"
|
|
1608
|
+
}
|
|
1609
|
+
)
|
|
1610
|
+
}
|
|
1611
|
+
);
|
|
1612
|
+
},
|
|
1591
1613
|
// ----------------------------------- old ---------------------------------
|
|
1592
1614
|
// ** Status **
|
|
1593
1615
|
check: ({ className, fill }) => {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import "../../chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BYJ3Z7PZ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-EVS5XU5X.mjs";
|
|
9
|
-
import "../../chunk-CDXBML6O.mjs";
|
|
7
|
+
import "../../chunk-33DLD2L6.mjs";
|
|
10
8
|
import "../../chunk-27Y6K5NK.mjs";
|
|
9
|
+
import "../../chunk-XEEDMB5O.mjs";
|
|
10
|
+
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
tree_default as Tree
|
|
@@ -1587,6 +1587,28 @@ var template = {
|
|
|
1587
1587
|
}
|
|
1588
1588
|
);
|
|
1589
1589
|
},
|
|
1590
|
+
chat: ({ className }) => {
|
|
1591
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1592
|
+
"svg",
|
|
1593
|
+
{
|
|
1594
|
+
width: "28",
|
|
1595
|
+
height: "28",
|
|
1596
|
+
viewBox: "0 0 28 28",
|
|
1597
|
+
fill: "none",
|
|
1598
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1599
|
+
className,
|
|
1600
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1601
|
+
"path",
|
|
1602
|
+
{
|
|
1603
|
+
fillRule: "evenodd",
|
|
1604
|
+
clipRule: "evenodd",
|
|
1605
|
+
d: "M5.9045 24.8495C6.34853 24.9294 6.79884 24.9693 7.25 24.9688C8.6759 24.9707 10.0733 24.5694 11.2809 23.8111C12.1516 24.0159 13.0629 24.125 14 24.125C19.9873 24.125 24.9688 19.6588 24.9688 14C24.9688 8.34125 19.9873 3.875 14 3.875C8.01275 3.875 3.03125 8.34125 3.03125 14C3.03125 16.7101 4.18437 19.1604 6.0395 20.966C6.3005 21.2202 6.35112 21.4475 6.32525 21.5769C6.18622 22.2767 5.87104 22.9295 5.4095 23.4736C5.31368 23.5867 5.24936 23.7231 5.22301 23.869C5.19666 24.0149 5.2092 24.1651 5.25939 24.3046C5.30957 24.4441 5.39562 24.5679 5.50887 24.6636C5.62213 24.7592 5.75858 24.8234 5.9045 24.8495ZM9.78125 12.7344C9.44559 12.7344 9.12367 12.8677 8.88632 13.1051C8.64897 13.3424 8.51562 13.6643 8.51562 14C8.51562 14.3357 8.64897 14.6576 8.88632 14.8949C9.12367 15.1323 9.44559 15.2656 9.78125 15.2656C10.1169 15.2656 10.4388 15.1323 10.6762 14.8949C10.9135 14.6576 11.0469 14.3357 11.0469 14C11.0469 13.6643 10.9135 13.3424 10.6762 13.1051C10.4388 12.8677 10.1169 12.7344 9.78125 12.7344ZM12.7344 14C12.7344 13.6643 12.8677 13.3424 13.1051 13.1051C13.3424 12.8677 13.6643 12.7344 14 12.7344C14.3357 12.7344 14.6576 12.8677 14.8949 13.1051C15.1323 13.3424 15.2656 13.6643 15.2656 14C15.2656 14.3357 15.1323 14.6576 14.8949 14.8949C14.6576 15.1323 14.3357 15.2656 14 15.2656C13.6643 15.2656 13.3424 15.1323 13.1051 14.8949C12.8677 14.6576 12.7344 14.3357 12.7344 14ZM18.2188 12.7344C17.8831 12.7344 17.5612 12.8677 17.3238 13.1051C17.0865 13.3424 16.9531 13.6643 16.9531 14C16.9531 14.3357 17.0865 14.6576 17.3238 14.8949C17.5612 15.1323 17.8831 15.2656 18.2188 15.2656C18.5544 15.2656 18.8763 15.1323 19.1137 14.8949C19.351 14.6576 19.4844 14.3357 19.4844 14C19.4844 13.6643 19.351 13.3424 19.1137 13.1051C18.8763 12.8677 18.5544 12.7344 18.2188 12.7344Z",
|
|
1606
|
+
fill: "white"
|
|
1607
|
+
}
|
|
1608
|
+
)
|
|
1609
|
+
}
|
|
1610
|
+
);
|
|
1611
|
+
},
|
|
1590
1612
|
// ----------------------------------- old ---------------------------------
|
|
1591
1613
|
// ** Status **
|
|
1592
1614
|
check: ({ className, fill }) => {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Tree,
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BYJ3Z7PZ.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-EVS5XU5X.mjs";
|
|
9
|
-
import "../../chunk-CDXBML6O.mjs";
|
|
7
|
+
import "../../chunk-33DLD2L6.mjs";
|
|
10
8
|
import "../../chunk-27Y6K5NK.mjs";
|
|
9
|
+
import "../../chunk-XEEDMB5O.mjs";
|
|
10
|
+
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
13
13
|
Tree,
|
package/dist/index.js
CHANGED
|
@@ -2282,6 +2282,28 @@ var template = {
|
|
|
2282
2282
|
}
|
|
2283
2283
|
);
|
|
2284
2284
|
},
|
|
2285
|
+
chat: ({ className }) => {
|
|
2286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2287
|
+
"svg",
|
|
2288
|
+
{
|
|
2289
|
+
width: "28",
|
|
2290
|
+
height: "28",
|
|
2291
|
+
viewBox: "0 0 28 28",
|
|
2292
|
+
fill: "none",
|
|
2293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
|
+
className,
|
|
2295
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2296
|
+
"path",
|
|
2297
|
+
{
|
|
2298
|
+
fillRule: "evenodd",
|
|
2299
|
+
clipRule: "evenodd",
|
|
2300
|
+
d: "M5.9045 24.8495C6.34853 24.9294 6.79884 24.9693 7.25 24.9688C8.6759 24.9707 10.0733 24.5694 11.2809 23.8111C12.1516 24.0159 13.0629 24.125 14 24.125C19.9873 24.125 24.9688 19.6588 24.9688 14C24.9688 8.34125 19.9873 3.875 14 3.875C8.01275 3.875 3.03125 8.34125 3.03125 14C3.03125 16.7101 4.18437 19.1604 6.0395 20.966C6.3005 21.2202 6.35112 21.4475 6.32525 21.5769C6.18622 22.2767 5.87104 22.9295 5.4095 23.4736C5.31368 23.5867 5.24936 23.7231 5.22301 23.869C5.19666 24.0149 5.2092 24.1651 5.25939 24.3046C5.30957 24.4441 5.39562 24.5679 5.50887 24.6636C5.62213 24.7592 5.75858 24.8234 5.9045 24.8495ZM9.78125 12.7344C9.44559 12.7344 9.12367 12.8677 8.88632 13.1051C8.64897 13.3424 8.51562 13.6643 8.51562 14C8.51562 14.3357 8.64897 14.6576 8.88632 14.8949C9.12367 15.1323 9.44559 15.2656 9.78125 15.2656C10.1169 15.2656 10.4388 15.1323 10.6762 14.8949C10.9135 14.6576 11.0469 14.3357 11.0469 14C11.0469 13.6643 10.9135 13.3424 10.6762 13.1051C10.4388 12.8677 10.1169 12.7344 9.78125 12.7344ZM12.7344 14C12.7344 13.6643 12.8677 13.3424 13.1051 13.1051C13.3424 12.8677 13.6643 12.7344 14 12.7344C14.3357 12.7344 14.6576 12.8677 14.8949 13.1051C15.1323 13.3424 15.2656 13.6643 15.2656 14C15.2656 14.3357 15.1323 14.6576 14.8949 14.8949C14.6576 15.1323 14.3357 15.2656 14 15.2656C13.6643 15.2656 13.3424 15.1323 13.1051 14.8949C12.8677 14.6576 12.7344 14.3357 12.7344 14ZM18.2188 12.7344C17.8831 12.7344 17.5612 12.8677 17.3238 13.1051C17.0865 13.3424 16.9531 13.6643 16.9531 14C16.9531 14.3357 17.0865 14.6576 17.3238 14.8949C17.5612 15.1323 17.8831 15.2656 18.2188 15.2656C18.5544 15.2656 18.8763 15.1323 19.1137 14.8949C19.351 14.6576 19.4844 14.3357 19.4844 14C19.4844 13.6643 19.351 13.3424 19.1137 13.1051C18.8763 12.8677 18.5544 12.7344 18.2188 12.7344Z",
|
|
2301
|
+
fill: "white"
|
|
2302
|
+
}
|
|
2303
|
+
)
|
|
2304
|
+
}
|
|
2305
|
+
);
|
|
2306
|
+
},
|
|
2285
2307
|
// ----------------------------------- old ---------------------------------
|
|
2286
2308
|
// ** Status **
|
|
2287
2309
|
check: ({ className, fill }) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
|
-
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import
|
|
4
|
+
tree_default
|
|
5
|
+
} from "./chunk-BYJ3Z7PZ.mjs";
|
|
6
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
7
|
+
import {
|
|
8
|
+
textarea_default
|
|
9
|
+
} from "./chunk-3HXNAVAN.mjs";
|
|
8
10
|
import "./chunk-LUWGOKLG.mjs";
|
|
9
11
|
import {
|
|
10
12
|
ToastProvider,
|
|
11
13
|
useToast
|
|
12
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-JJQG3RQD.mjs";
|
|
13
15
|
import "./chunk-ZOTHPHXA.mjs";
|
|
14
16
|
import {
|
|
15
17
|
toast_default
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import {
|
|
19
|
-
tree_default
|
|
20
|
-
} from "./chunk-FNAIQBDP.mjs";
|
|
21
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
22
|
-
import {
|
|
23
|
-
tabs_default
|
|
24
|
-
} from "./chunk-NBJHZ4X2.mjs";
|
|
25
|
-
import "./chunk-RRAZM5D3.mjs";
|
|
18
|
+
} from "./chunk-SRQFTE6O.mjs";
|
|
19
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
26
20
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
21
|
+
tooltip_default
|
|
22
|
+
} from "./chunk-6KH2UQRM.mjs";
|
|
23
|
+
import "./chunk-ZMOAFSYE.mjs";
|
|
24
|
+
import "./chunk-WSIADHVC.mjs";
|
|
29
25
|
import "./chunk-DX3KXNP6.mjs";
|
|
30
26
|
import {
|
|
31
27
|
definition_table_default
|
|
32
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-KY3W7MBV.mjs";
|
|
33
29
|
import {
|
|
34
30
|
table_default
|
|
35
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-75HYUFO3.mjs";
|
|
32
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
33
|
+
import {
|
|
34
|
+
tabs_default
|
|
35
|
+
} from "./chunk-NBJHZ4X2.mjs";
|
|
36
|
+
import "./chunk-DQRAFUDA.mjs";
|
|
37
|
+
import {
|
|
38
|
+
scrollArea_default
|
|
39
|
+
} from "./chunk-M37VBNB3.mjs";
|
|
36
40
|
import "./chunk-QCEKPS7U.mjs";
|
|
37
41
|
import {
|
|
38
42
|
select_default
|
|
39
|
-
} from "./chunk-
|
|
40
|
-
import "./chunk-KYIODWXL.mjs";
|
|
41
|
-
import {
|
|
42
|
-
breadcrumb_default
|
|
43
|
-
} from "./chunk-CJBDNGGA.mjs";
|
|
43
|
+
} from "./chunk-IPC7UITJ.mjs";
|
|
44
44
|
import "./chunk-MZ76AA76.mjs";
|
|
45
45
|
import {
|
|
46
46
|
skeleton_default
|
|
@@ -52,42 +52,55 @@ import {
|
|
|
52
52
|
import "./chunk-TPFN22HR.mjs";
|
|
53
53
|
import {
|
|
54
54
|
radio_default
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import "./chunk-DQRAFUDA.mjs";
|
|
57
|
-
import {
|
|
58
|
-
scrollArea_default
|
|
59
|
-
} from "./chunk-M37VBNB3.mjs";
|
|
55
|
+
} from "./chunk-AS2CSVBQ.mjs";
|
|
60
56
|
import "./chunk-DJOG6Z35.mjs";
|
|
61
57
|
import {
|
|
62
58
|
modal_default
|
|
63
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-O6EN3EJT.mjs";
|
|
64
60
|
import "./chunk-7B7LRG5J.mjs";
|
|
65
61
|
import {
|
|
66
62
|
pagination_default
|
|
67
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-MC2FHSPZ.mjs";
|
|
68
64
|
import "./chunk-F3HENRVM.mjs";
|
|
69
|
-
import "./chunk-MGEWSREV.mjs";
|
|
70
|
-
import {
|
|
71
|
-
chip_default
|
|
72
|
-
} from "./chunk-BE4A7KUB.mjs";
|
|
73
|
-
import "./chunk-75HLCORR.mjs";
|
|
74
65
|
import "./chunk-32GA3YW4.mjs";
|
|
75
66
|
import {
|
|
76
67
|
drawer_default
|
|
77
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-NO6RDCY7.mjs";
|
|
78
69
|
import "./chunk-RLXOHILK.mjs";
|
|
79
70
|
import {
|
|
80
71
|
fileUpload_default
|
|
81
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-HSAJH6UM.mjs";
|
|
82
73
|
import "./chunk-7VOQKIIK.mjs";
|
|
83
74
|
import {
|
|
84
75
|
progress_default
|
|
85
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-AZ5SQYZE.mjs";
|
|
86
77
|
import "./chunk-2GCSFWHD.mjs";
|
|
87
78
|
import {
|
|
88
79
|
input_default
|
|
89
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-3OGCIOPA.mjs";
|
|
81
|
+
import "./chunk-MGEWSREV.mjs";
|
|
82
|
+
import {
|
|
83
|
+
chip_default
|
|
84
|
+
} from "./chunk-7K463ANW.mjs";
|
|
85
|
+
import "./chunk-75HLCORR.mjs";
|
|
86
|
+
import {
|
|
87
|
+
dateTimePicker_default
|
|
88
|
+
} from "./chunk-R3W5QCDK.mjs";
|
|
89
|
+
import "./chunk-Y4W76B42.mjs";
|
|
90
|
+
import "./chunk-B63UYKLA.mjs";
|
|
91
|
+
import "./chunk-7MVEAQ7Z.mjs";
|
|
92
|
+
import {
|
|
93
|
+
listItem_default
|
|
94
|
+
} from "./chunk-U3JGOEX6.mjs";
|
|
95
|
+
import {
|
|
96
|
+
list_default
|
|
97
|
+
} from "./chunk-3IILPVRA.mjs";
|
|
98
|
+
import "./chunk-FWJ2ZKH6.mjs";
|
|
99
|
+
import "./chunk-P732YGHO.mjs";
|
|
90
100
|
import "./chunk-VYNBJBXD.mjs";
|
|
101
|
+
import {
|
|
102
|
+
areaChart_default
|
|
103
|
+
} from "./chunk-WIZDHK4O.mjs";
|
|
91
104
|
import {
|
|
92
105
|
barChart_default
|
|
93
106
|
} from "./chunk-GAZ472ZU.mjs";
|
|
@@ -100,35 +113,28 @@ import {
|
|
|
100
113
|
import "./chunk-QZ3LVYJW.mjs";
|
|
101
114
|
import {
|
|
102
115
|
checkbox_default
|
|
103
|
-
} from "./chunk-
|
|
104
|
-
import {
|
|
105
|
-
dateTimePicker_default
|
|
106
|
-
} from "./chunk-SQWI56YC.mjs";
|
|
107
|
-
import "./chunk-MWVT5W6Z.mjs";
|
|
108
|
-
import "./chunk-7MVEAQ7Z.mjs";
|
|
109
|
-
import {
|
|
110
|
-
list_default
|
|
111
|
-
} from "./chunk-3IILPVRA.mjs";
|
|
112
|
-
import {
|
|
113
|
-
listItem_default
|
|
114
|
-
} from "./chunk-SCKSEIJH.mjs";
|
|
115
|
-
import "./chunk-FWJ2ZKH6.mjs";
|
|
116
|
-
import "./chunk-M6OU3WU5.mjs";
|
|
117
|
-
import "./chunk-P732YGHO.mjs";
|
|
116
|
+
} from "./chunk-TMI3QBKD.mjs";
|
|
118
117
|
import "./chunk-SE5TU755.mjs";
|
|
119
118
|
import {
|
|
120
119
|
backdrop_default
|
|
121
|
-
} from "./chunk-
|
|
120
|
+
} from "./chunk-NUELPELQ.mjs";
|
|
121
|
+
import "./chunk-KYIODWXL.mjs";
|
|
122
|
+
import {
|
|
123
|
+
breadcrumb_default
|
|
124
|
+
} from "./chunk-V7CAGWII.mjs";
|
|
122
125
|
import "./chunk-MY5U63QO.mjs";
|
|
126
|
+
import {
|
|
127
|
+
text_button_default
|
|
128
|
+
} from "./chunk-XHSTRFLS.mjs";
|
|
123
129
|
import {
|
|
124
130
|
button_group_default
|
|
125
131
|
} from "./chunk-ITWKPTSD.mjs";
|
|
126
132
|
import {
|
|
127
133
|
button_default
|
|
128
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-Q36C7WNH.mjs";
|
|
129
135
|
import {
|
|
130
136
|
icon_button_default
|
|
131
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-46SXEYRN.mjs";
|
|
132
138
|
import "./chunk-6WSACUIB.mjs";
|
|
133
139
|
import "./chunk-LXHUO6VM.mjs";
|
|
134
140
|
import "./chunk-6PNKRBUT.mjs";
|
|
@@ -136,32 +142,26 @@ import "./chunk-ZYIIXWVY.mjs";
|
|
|
136
142
|
import {
|
|
137
143
|
Icon_default,
|
|
138
144
|
iconTemplate
|
|
139
|
-
} from "./chunk-
|
|
140
|
-
import {
|
|
141
|
-
text_button_default
|
|
142
|
-
} from "./chunk-Q364C3FI.mjs";
|
|
143
|
-
import {
|
|
144
|
-
areaChart_default
|
|
145
|
-
} from "./chunk-WIZDHK4O.mjs";
|
|
145
|
+
} from "./chunk-33DLD2L6.mjs";
|
|
146
146
|
import "./chunk-NMSDSEBD.mjs";
|
|
147
|
-
import {
|
|
148
|
-
accordion_default
|
|
149
|
-
} from "./chunk-EKLA6ZR4.mjs";
|
|
150
147
|
import {
|
|
151
148
|
accordionItem_default
|
|
152
149
|
} from "./chunk-I3ADJOUT.mjs";
|
|
153
|
-
import "./chunk-
|
|
150
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
154
151
|
import "./chunk-7DLOYKVC.mjs";
|
|
155
152
|
import {
|
|
156
153
|
avatar_default
|
|
157
|
-
} from "./chunk-
|
|
158
|
-
import "./chunk-
|
|
154
|
+
} from "./chunk-EQWU2F5T.mjs";
|
|
155
|
+
import "./chunk-XEEDMB5O.mjs";
|
|
156
|
+
import "./chunk-3V4HT2K5.mjs";
|
|
157
|
+
import {
|
|
158
|
+
accordion_default
|
|
159
|
+
} from "./chunk-EKLA6ZR4.mjs";
|
|
160
|
+
import "./chunk-E3G5QXSH.mjs";
|
|
159
161
|
import {
|
|
160
162
|
deepnoidUi,
|
|
161
163
|
tv
|
|
162
164
|
} from "./chunk-CDXBML6O.mjs";
|
|
163
|
-
import "./chunk-3V4HT2K5.mjs";
|
|
164
|
-
import "./chunk-27Y6K5NK.mjs";
|
|
165
165
|
import "./chunk-AC6TWLRT.mjs";
|
|
166
166
|
export {
|
|
167
167
|
accordion_default as Accordion,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-CDXBML6O.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/radio/radio.tsx
|
|
13
13
|
import { forwardRef, useMemo } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
useIsMounted
|
|
4
|
+
} from "./chunk-3V4HT2K5.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-CDXBML6O.mjs";
|
|
8
|
-
import {
|
|
9
|
-
useIsMounted
|
|
10
|
-
} from "./chunk-3V4HT2K5.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/progress/progress.tsx
|
|
13
13
|
import { useMemo } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-CDXBML6O.mjs";
|
|
5
2
|
import {
|
|
6
3
|
clsx
|
|
7
4
|
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-CDXBML6O.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/table/definition-table.tsx
|
|
10
10
|
import { forwardRef, useMemo } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-CDXBML6O.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/drawer/drawer.tsx
|
|
13
13
|
import { forwardRef, useMemo, useEffect, useState } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-CDXBML6O.mjs";
|
|
5
2
|
import {
|
|
6
3
|
clsx
|
|
7
4
|
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-CDXBML6O.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/backdrop/backdrop.tsx
|
|
10
10
|
import { useEffect, useState } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-CDXBML6O.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/checkbox/checkbox.tsx
|
|
13
13
|
import { forwardRef, useMemo } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-CDXBML6O.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/button/text-button.tsx
|
|
13
13
|
import {
|