@deepnoid/ui 0.1.155 → 0.1.156
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 +162 -162
- package/dist/{chunk-7HWPWDYW.mjs → chunk-2DAIOZ7N.mjs} +2 -2
- package/dist/{chunk-WWSQIDWW.mjs → chunk-47MQPUEY.mjs} +1 -1
- package/dist/{chunk-ZF25F457.mjs → chunk-4YVZ3XKA.mjs} +3 -3
- package/dist/{chunk-CSZQLOP5.mjs → chunk-5VVNAW4E.mjs} +2 -2
- package/dist/{chunk-EOP4227J.mjs → chunk-6YTT5ACI.mjs} +1 -1
- package/dist/{chunk-WYEUAXY7.mjs → chunk-7RG7CQQM.mjs} +1 -1
- package/dist/{chunk-H3UI2ZNK.mjs → chunk-HP4ARKW3.mjs} +1 -1
- package/dist/{chunk-6EMUORXZ.mjs → chunk-KKHOCWXJ.mjs} +1 -1
- package/dist/{chunk-UMMZ7NI5.mjs → chunk-KX6WG4VG.mjs} +1 -1
- package/dist/{chunk-LWSGRTWO.mjs → chunk-LFALITPU.mjs} +1 -1
- package/dist/{chunk-Q6BXFXQM.mjs → chunk-Q2YLULZH.mjs} +1 -1
- package/dist/{chunk-UOVPR2VJ.mjs → chunk-R2USZD77.mjs} +1 -1
- package/dist/{chunk-5MQZ7SDK.mjs → chunk-TCURFCQ2.mjs} +4 -4
- package/dist/{chunk-6F4GD2PP.mjs → chunk-UIRHCS6B.mjs} +1 -1
- package/dist/{chunk-J64OQUOI.mjs → chunk-URJA4W4R.mjs} +2 -2
- package/dist/{chunk-NX4FTFY3.mjs → chunk-WHU5VP5G.mjs} +46 -0
- package/dist/{chunk-5HMTKXVV.mjs → chunk-ZGUTKE5H.mjs} +1 -1
- package/dist/{chunk-67A5TV7C.mjs → chunk-ZNQML73F.mjs} +2 -2
- package/dist/{chunk-63IEPEKU.mjs → chunk-ZY3HNPPG.mjs} +1 -1
- package/dist/components/avatar/avatar.js +46 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +46 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +46 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +46 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +46 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +46 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +46 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +46 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +46 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +46 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +46 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +8 -0
- package/dist/components/icon/Icon.d.ts +8 -0
- package/dist/components/icon/Icon.js +46 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +46 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +2 -0
- package/dist/components/icon/template.d.ts +2 -0
- package/dist/components/icon/template.js +46 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +46 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +46 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +46 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +46 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +46 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +46 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +46 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +46 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +46 -0
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/index.js +46 -0
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +46 -0
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/select/index.js +46 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +46 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +46 -0
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +46 -0
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +46 -0
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +46 -0
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +46 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +46 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +46 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +46 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +46 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +46 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +46 -0
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KX6WG4VG.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-6YTT5ACI.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
12
12
|
import "../../chunk-CDXBML6O.mjs";
|
|
13
13
|
import "../../chunk-27Y6K5NK.mjs";
|
|
14
14
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -772,6 +772,29 @@ var template = {
|
|
|
772
772
|
}
|
|
773
773
|
);
|
|
774
774
|
},
|
|
775
|
+
["home-outline"]: ({ className }) => {
|
|
776
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
777
|
+
"svg",
|
|
778
|
+
{
|
|
779
|
+
width: "21",
|
|
780
|
+
height: "21",
|
|
781
|
+
viewBox: "0 0 21 21",
|
|
782
|
+
fill: "none",
|
|
783
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
784
|
+
className,
|
|
785
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
786
|
+
"path",
|
|
787
|
+
{
|
|
788
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
789
|
+
stroke: "#5B5E62",
|
|
790
|
+
strokeWidth: "1.25",
|
|
791
|
+
strokeLinecap: "round",
|
|
792
|
+
strokeLinejoin: "round"
|
|
793
|
+
}
|
|
794
|
+
)
|
|
795
|
+
}
|
|
796
|
+
);
|
|
797
|
+
},
|
|
775
798
|
exclamation: ({ className, fill }) => {
|
|
776
799
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
777
800
|
"svg",
|
|
@@ -1617,6 +1640,29 @@ var template = {
|
|
|
1617
1640
|
}
|
|
1618
1641
|
);
|
|
1619
1642
|
},
|
|
1643
|
+
["chat-outline"]: ({ className }) => {
|
|
1644
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1645
|
+
"svg",
|
|
1646
|
+
{
|
|
1647
|
+
width: "21",
|
|
1648
|
+
height: "21",
|
|
1649
|
+
viewBox: "0 0 21 21",
|
|
1650
|
+
fill: "none",
|
|
1651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1652
|
+
className,
|
|
1653
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1654
|
+
"path",
|
|
1655
|
+
{
|
|
1656
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1657
|
+
stroke: "#5B5E62",
|
|
1658
|
+
strokeWidth: "1.25",
|
|
1659
|
+
strokeLinecap: "round",
|
|
1660
|
+
strokeLinejoin: "round"
|
|
1661
|
+
}
|
|
1662
|
+
)
|
|
1663
|
+
}
|
|
1664
|
+
);
|
|
1665
|
+
},
|
|
1620
1666
|
calendar: ({ className, fill }) => {
|
|
1621
1667
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1622
1668
|
"svg",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-R2USZD77.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
8
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -771,6 +771,29 @@ var template = {
|
|
|
771
771
|
}
|
|
772
772
|
);
|
|
773
773
|
},
|
|
774
|
+
["home-outline"]: ({ className }) => {
|
|
775
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
776
|
+
"svg",
|
|
777
|
+
{
|
|
778
|
+
width: "21",
|
|
779
|
+
height: "21",
|
|
780
|
+
viewBox: "0 0 21 21",
|
|
781
|
+
fill: "none",
|
|
782
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
783
|
+
className,
|
|
784
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
785
|
+
"path",
|
|
786
|
+
{
|
|
787
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
788
|
+
stroke: "#5B5E62",
|
|
789
|
+
strokeWidth: "1.25",
|
|
790
|
+
strokeLinecap: "round",
|
|
791
|
+
strokeLinejoin: "round"
|
|
792
|
+
}
|
|
793
|
+
)
|
|
794
|
+
}
|
|
795
|
+
);
|
|
796
|
+
},
|
|
774
797
|
exclamation: ({ className, fill }) => {
|
|
775
798
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
776
799
|
"svg",
|
|
@@ -1616,6 +1639,29 @@ var template = {
|
|
|
1616
1639
|
}
|
|
1617
1640
|
);
|
|
1618
1641
|
},
|
|
1642
|
+
["chat-outline"]: ({ className }) => {
|
|
1643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1644
|
+
"svg",
|
|
1645
|
+
{
|
|
1646
|
+
width: "21",
|
|
1647
|
+
height: "21",
|
|
1648
|
+
viewBox: "0 0 21 21",
|
|
1649
|
+
fill: "none",
|
|
1650
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1651
|
+
className,
|
|
1652
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1653
|
+
"path",
|
|
1654
|
+
{
|
|
1655
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1656
|
+
stroke: "#5B5E62",
|
|
1657
|
+
strokeWidth: "1.25",
|
|
1658
|
+
strokeLinecap: "round",
|
|
1659
|
+
strokeLinejoin: "round"
|
|
1660
|
+
}
|
|
1661
|
+
)
|
|
1662
|
+
}
|
|
1663
|
+
);
|
|
1664
|
+
},
|
|
1619
1665
|
calendar: ({ className, fill }) => {
|
|
1620
1666
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1621
1667
|
"svg",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Tree,
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-R2USZD77.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
8
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.js
CHANGED
|
@@ -1468,6 +1468,29 @@ var template = {
|
|
|
1468
1468
|
}
|
|
1469
1469
|
);
|
|
1470
1470
|
},
|
|
1471
|
+
["home-outline"]: ({ className }) => {
|
|
1472
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1473
|
+
"svg",
|
|
1474
|
+
{
|
|
1475
|
+
width: "21",
|
|
1476
|
+
height: "21",
|
|
1477
|
+
viewBox: "0 0 21 21",
|
|
1478
|
+
fill: "none",
|
|
1479
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1480
|
+
className,
|
|
1481
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1482
|
+
"path",
|
|
1483
|
+
{
|
|
1484
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
1485
|
+
stroke: "#5B5E62",
|
|
1486
|
+
strokeWidth: "1.25",
|
|
1487
|
+
strokeLinecap: "round",
|
|
1488
|
+
strokeLinejoin: "round"
|
|
1489
|
+
}
|
|
1490
|
+
)
|
|
1491
|
+
}
|
|
1492
|
+
);
|
|
1493
|
+
},
|
|
1471
1494
|
exclamation: ({ className, fill }) => {
|
|
1472
1495
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1473
1496
|
"svg",
|
|
@@ -2313,6 +2336,29 @@ var template = {
|
|
|
2313
2336
|
}
|
|
2314
2337
|
);
|
|
2315
2338
|
},
|
|
2339
|
+
["chat-outline"]: ({ className }) => {
|
|
2340
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2341
|
+
"svg",
|
|
2342
|
+
{
|
|
2343
|
+
width: "21",
|
|
2344
|
+
height: "21",
|
|
2345
|
+
viewBox: "0 0 21 21",
|
|
2346
|
+
fill: "none",
|
|
2347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2348
|
+
className,
|
|
2349
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2350
|
+
"path",
|
|
2351
|
+
{
|
|
2352
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
2353
|
+
stroke: "#5B5E62",
|
|
2354
|
+
strokeWidth: "1.25",
|
|
2355
|
+
strokeLinecap: "round",
|
|
2356
|
+
strokeLinejoin: "round"
|
|
2357
|
+
}
|
|
2358
|
+
)
|
|
2359
|
+
}
|
|
2360
|
+
);
|
|
2361
|
+
},
|
|
2316
2362
|
calendar: ({ className, fill }) => {
|
|
2317
2363
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2318
2364
|
"svg",
|
package/dist/index.mjs
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
import "./chunk-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-R2USZD77.mjs";
|
|
6
6
|
import "./chunk-LUWGOKLG.mjs";
|
|
7
7
|
import {
|
|
8
8
|
ToastProvider,
|
|
9
9
|
useToast
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KX6WG4VG.mjs";
|
|
11
11
|
import "./chunk-ZOTHPHXA.mjs";
|
|
12
12
|
import {
|
|
13
13
|
toast_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-6YTT5ACI.mjs";
|
|
15
15
|
import "./chunk-HIE2YRGA.mjs";
|
|
16
16
|
import {
|
|
17
17
|
tooltip_default
|
|
@@ -21,7 +21,7 @@ import "./chunk-WSIADHVC.mjs";
|
|
|
21
21
|
import "./chunk-DX3KXNP6.mjs";
|
|
22
22
|
import {
|
|
23
23
|
table_default
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-ZY3HNPPG.mjs";
|
|
25
25
|
import "./chunk-3MY6LO7N.mjs";
|
|
26
26
|
import {
|
|
27
27
|
tabs_default
|
|
@@ -48,22 +48,22 @@ import {
|
|
|
48
48
|
import "./chunk-7B7LRG5J.mjs";
|
|
49
49
|
import {
|
|
50
50
|
pagination_default
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-ZNQML73F.mjs";
|
|
52
52
|
import "./chunk-F3HENRVM.mjs";
|
|
53
53
|
import "./chunk-4VWG4726.mjs";
|
|
54
54
|
import {
|
|
55
55
|
datePicker_default
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-TCURFCQ2.mjs";
|
|
57
57
|
import {
|
|
58
58
|
day_default
|
|
59
59
|
} from "./chunk-4DESGO3D.mjs";
|
|
60
60
|
import {
|
|
61
61
|
timePicker_default
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-5VVNAW4E.mjs";
|
|
63
63
|
import "./chunk-QCEKPS7U.mjs";
|
|
64
64
|
import {
|
|
65
65
|
select_default
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-ZGUTKE5H.mjs";
|
|
67
67
|
import "./chunk-FWFEKWWD.mjs";
|
|
68
68
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
69
69
|
import {
|
|
@@ -71,15 +71,15 @@ import {
|
|
|
71
71
|
} from "./chunk-3IILPVRA.mjs";
|
|
72
72
|
import {
|
|
73
73
|
listItem_default
|
|
74
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-2DAIOZ7N.mjs";
|
|
75
75
|
import "./chunk-DJOG6Z35.mjs";
|
|
76
76
|
import {
|
|
77
77
|
modal_default
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-URJA4W4R.mjs";
|
|
79
79
|
import "./chunk-MGEWSREV.mjs";
|
|
80
80
|
import {
|
|
81
81
|
chip_default
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-KKHOCWXJ.mjs";
|
|
83
83
|
import "./chunk-32GA3YW4.mjs";
|
|
84
84
|
import {
|
|
85
85
|
drawer_default
|
|
@@ -87,7 +87,7 @@ import {
|
|
|
87
87
|
import "./chunk-RLXOHILK.mjs";
|
|
88
88
|
import {
|
|
89
89
|
fileUpload_default
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-4YVZ3XKA.mjs";
|
|
91
91
|
import "./chunk-7VOQKIIK.mjs";
|
|
92
92
|
import {
|
|
93
93
|
progress_default
|
|
@@ -95,7 +95,7 @@ import {
|
|
|
95
95
|
import "./chunk-2GCSFWHD.mjs";
|
|
96
96
|
import {
|
|
97
97
|
input_default
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-47MQPUEY.mjs";
|
|
99
99
|
import "./chunk-VYNBJBXD.mjs";
|
|
100
100
|
import {
|
|
101
101
|
areaChart_default
|
|
@@ -124,7 +124,7 @@ import {
|
|
|
124
124
|
import "./chunk-KYIODWXL.mjs";
|
|
125
125
|
import {
|
|
126
126
|
breadcrumb_default
|
|
127
|
-
} from "./chunk-
|
|
127
|
+
} from "./chunk-LFALITPU.mjs";
|
|
128
128
|
import "./chunk-MY5U63QO.mjs";
|
|
129
129
|
import {
|
|
130
130
|
text_button_default
|
|
@@ -134,10 +134,10 @@ import {
|
|
|
134
134
|
} from "./chunk-ITWKPTSD.mjs";
|
|
135
135
|
import {
|
|
136
136
|
button_default
|
|
137
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-UIRHCS6B.mjs";
|
|
138
138
|
import {
|
|
139
139
|
icon_button_default
|
|
140
|
-
} from "./chunk-
|
|
140
|
+
} from "./chunk-7RG7CQQM.mjs";
|
|
141
141
|
import "./chunk-6WSACUIB.mjs";
|
|
142
142
|
import "./chunk-LXHUO6VM.mjs";
|
|
143
143
|
import "./chunk-SZL743JC.mjs";
|
|
@@ -145,7 +145,7 @@ import "./chunk-ZYIIXWVY.mjs";
|
|
|
145
145
|
import {
|
|
146
146
|
Icon_default,
|
|
147
147
|
iconTemplate
|
|
148
|
-
} from "./chunk-
|
|
148
|
+
} from "./chunk-Q2YLULZH.mjs";
|
|
149
149
|
import "./chunk-NMSDSEBD.mjs";
|
|
150
150
|
import {
|
|
151
151
|
accordion_default
|
|
@@ -157,8 +157,8 @@ import "./chunk-E3G5QXSH.mjs";
|
|
|
157
157
|
import "./chunk-7DLOYKVC.mjs";
|
|
158
158
|
import {
|
|
159
159
|
avatar_default
|
|
160
|
-
} from "./chunk-
|
|
161
|
-
import "./chunk-
|
|
160
|
+
} from "./chunk-HP4ARKW3.mjs";
|
|
161
|
+
import "./chunk-WHU5VP5G.mjs";
|
|
162
162
|
import {
|
|
163
163
|
deepnoidUi,
|
|
164
164
|
tv
|