@deepnoid/ui 0.1.50 → 0.1.52

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.
Files changed (128) hide show
  1. package/.turbo/turbo-build.log +181 -181
  2. package/dist/{chunk-PXIVYA5G.mjs → chunk-3EROF2VZ.mjs} +2 -2
  3. package/dist/{chunk-WLNLVX7Q.mjs → chunk-5UFV47RQ.mjs} +4 -4
  4. package/dist/{chunk-UB4YBFOT.mjs → chunk-BW4QUMCG.mjs} +4 -4
  5. package/dist/{chunk-25QOEKXS.mjs → chunk-DCIZU2DY.mjs} +3 -3
  6. package/dist/{chunk-MCNCHQ33.mjs → chunk-DPCEHGJC.mjs} +5 -5
  7. package/dist/{chunk-A7RU3FU5.mjs → chunk-FSGVH7KY.mjs} +4 -4
  8. package/dist/{chunk-SP3JVQY3.mjs → chunk-GC3GYCKY.mjs} +1 -1
  9. package/dist/{chunk-KYJTZPXY.mjs → chunk-GHZUVGYG.mjs} +2 -2
  10. package/dist/{chunk-IBI3OVQI.mjs → chunk-GTXDVT7F.mjs} +1 -1
  11. package/dist/{chunk-ZYWQWFVT.mjs → chunk-HDIEELUV.mjs} +4 -4
  12. package/dist/{chunk-GH6CPGFN.mjs → chunk-IMVNZ5OM.mjs} +4 -4
  13. package/dist/{chunk-BPEMHZH3.mjs → chunk-KJMJIFPS.mjs} +1 -1
  14. package/dist/{chunk-7TAGGLNY.mjs → chunk-LCJSQR42.mjs} +4 -4
  15. package/dist/{chunk-2TKEWFGH.mjs → chunk-LTNDSCRA.mjs} +1 -1
  16. package/dist/{chunk-NFQMXW4Z.mjs → chunk-O4IL6C6D.mjs} +4 -4
  17. package/dist/{chunk-C7AFIF2M.mjs → chunk-PW4A5MUX.mjs} +6 -6
  18. package/dist/{chunk-IC25OKBJ.mjs → chunk-QCDUDDK4.mjs} +7 -6
  19. package/dist/{chunk-MEY4IL7D.mjs → chunk-RV2E2SQ4.mjs} +4 -4
  20. package/dist/{chunk-P7YYNA6L.mjs → chunk-SBL6IHEW.mjs} +1 -1
  21. package/dist/{chunk-RIW4TT6V.mjs → chunk-WKJSGBXL.mjs} +3 -3
  22. package/dist/{chunk-RT3S3VVJ.mjs → chunk-XOB33IZY.mjs} +5 -5
  23. package/dist/{chunk-2SDYFOZL.mjs → chunk-ZVGVLD3T.mjs} +23 -0
  24. package/dist/components/avatar/avatar.js +23 -0
  25. package/dist/components/avatar/avatar.mjs +2 -2
  26. package/dist/components/avatar/index.js +23 -0
  27. package/dist/components/avatar/index.mjs +2 -2
  28. package/dist/components/backdrop/backdrop.mjs +2 -2
  29. package/dist/components/backdrop/index.mjs +2 -2
  30. package/dist/components/breadcrumb/breadcrumb.js +23 -0
  31. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  32. package/dist/components/breadcrumb/index.js +23 -0
  33. package/dist/components/breadcrumb/index.mjs +7 -7
  34. package/dist/components/button/button.js +23 -0
  35. package/dist/components/button/button.mjs +4 -4
  36. package/dist/components/button/icon-button.js +23 -0
  37. package/dist/components/button/icon-button.mjs +4 -4
  38. package/dist/components/button/index.js +23 -0
  39. package/dist/components/button/index.mjs +6 -6
  40. package/dist/components/button/text-button.mjs +2 -2
  41. package/dist/components/charts/areaChart.mjs +2 -2
  42. package/dist/components/charts/barChart.mjs +2 -2
  43. package/dist/components/charts/circularProgress.mjs +2 -2
  44. package/dist/components/charts/index.mjs +4 -4
  45. package/dist/components/checkbox/checkbox.mjs +2 -2
  46. package/dist/components/checkbox/index.mjs +2 -2
  47. package/dist/components/chip/chip.js +23 -0
  48. package/dist/components/chip/chip.mjs +4 -4
  49. package/dist/components/chip/index.js +23 -0
  50. package/dist/components/chip/index.mjs +4 -4
  51. package/dist/components/dateTimePicker/calendar.js +23 -0
  52. package/dist/components/dateTimePicker/calendar.mjs +4 -4
  53. package/dist/components/dateTimePicker/dateTimePicker.js +23 -0
  54. package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
  55. package/dist/components/dateTimePicker/index.js +23 -0
  56. package/dist/components/dateTimePicker/index.mjs +9 -9
  57. package/dist/components/dateTimePicker/timePicker.js +23 -0
  58. package/dist/components/dateTimePicker/timePicker.mjs +7 -7
  59. package/dist/components/fileUpload/fileUpload.js +23 -0
  60. package/dist/components/fileUpload/fileUpload.mjs +8 -8
  61. package/dist/components/fileUpload/index.js +23 -0
  62. package/dist/components/fileUpload/index.mjs +8 -8
  63. package/dist/components/icon/Icon.d.mts +4 -0
  64. package/dist/components/icon/Icon.d.ts +4 -0
  65. package/dist/components/icon/Icon.js +23 -0
  66. package/dist/components/icon/Icon.mjs +2 -2
  67. package/dist/components/icon/index.js +23 -0
  68. package/dist/components/icon/index.mjs +2 -2
  69. package/dist/components/icon/template.d.mts +1 -0
  70. package/dist/components/icon/template.d.ts +1 -0
  71. package/dist/components/icon/template.js +23 -0
  72. package/dist/components/icon/template.mjs +1 -1
  73. package/dist/components/input/index.js +23 -0
  74. package/dist/components/input/index.mjs +4 -4
  75. package/dist/components/input/input.js +23 -0
  76. package/dist/components/input/input.mjs +4 -4
  77. package/dist/components/list/index.js +23 -0
  78. package/dist/components/list/index.mjs +6 -6
  79. package/dist/components/list/list.mjs +2 -2
  80. package/dist/components/list/listItem.js +23 -0
  81. package/dist/components/list/listItem.mjs +5 -5
  82. package/dist/components/modal/index.js +24 -0
  83. package/dist/components/modal/index.mjs +8 -8
  84. package/dist/components/modal/modal.js +24 -0
  85. package/dist/components/modal/modal.mjs +8 -8
  86. package/dist/components/pagination/index.js +23 -0
  87. package/dist/components/pagination/index.mjs +5 -5
  88. package/dist/components/pagination/pagination.js +23 -0
  89. package/dist/components/pagination/pagination.mjs +5 -5
  90. package/dist/components/radio/index.mjs +2 -2
  91. package/dist/components/radio/radio.mjs +2 -2
  92. package/dist/components/select/index.js +23 -0
  93. package/dist/components/select/index.mjs +4 -4
  94. package/dist/components/select/select.js +23 -0
  95. package/dist/components/select/select.mjs +4 -4
  96. package/dist/components/table/index.js +23 -0
  97. package/dist/components/table/index.mjs +11 -11
  98. package/dist/components/table/table-body.mjs +3 -3
  99. package/dist/components/table/table-head.mjs +3 -3
  100. package/dist/components/table/table.js +23 -0
  101. package/dist/components/table/table.mjs +9 -9
  102. package/dist/components/tabs/index.mjs +2 -2
  103. package/dist/components/tabs/tabs.mjs +2 -2
  104. package/dist/components/toast/index.js +23 -0
  105. package/dist/components/toast/index.mjs +5 -5
  106. package/dist/components/toast/toast.js +23 -0
  107. package/dist/components/toast/toast.mjs +4 -4
  108. package/dist/components/toast/use-toast.js +23 -0
  109. package/dist/components/toast/use-toast.mjs +5 -5
  110. package/dist/components/tooltip/index.mjs +2 -2
  111. package/dist/components/tooltip/tooltip.mjs +2 -2
  112. package/dist/components/tree/index.js +23 -0
  113. package/dist/components/tree/index.mjs +4 -4
  114. package/dist/components/tree/tree.js +23 -0
  115. package/dist/components/tree/tree.mjs +4 -4
  116. package/dist/index.js +24 -0
  117. package/dist/index.mjs +46 -46
  118. package/package.json +1 -1
  119. package/dist/{chunk-WFMFC7R6.mjs → chunk-2PKM7SLZ.mjs} +3 -3
  120. package/dist/{chunk-QIRL6HY6.mjs → chunk-33LANVZV.mjs} +3 -3
  121. package/dist/{chunk-U2NPH2O3.mjs → chunk-4SDLHEKS.mjs} +3 -3
  122. package/dist/{chunk-Z2537DF6.mjs → chunk-IL5ENWCR.mjs} +3 -3
  123. package/dist/{chunk-LL6F3WDX.mjs → chunk-P5QCU457.mjs} +3 -3
  124. package/dist/{chunk-76B5LZBM.mjs → chunk-QEPJICMO.mjs} +3 -3
  125. package/dist/{chunk-2YMAKIZ6.mjs → chunk-SSMMWMQC.mjs} +3 -3
  126. package/dist/{chunk-HIVPDIEP.mjs → chunk-UFVQPPPW.mjs} +3 -3
  127. package/dist/{chunk-ZOENHWSZ.mjs → chunk-VGFGIXS6.mjs} +3 -3
  128. package/dist/{chunk-D6QI3DJG.mjs → chunk-YLRYHUTW.mjs} +3 -3
@@ -3,23 +3,23 @@ import {
3
3
  FileUpload,
4
4
  fileUploadStyle,
5
5
  fileUpload_default
6
- } from "../../chunk-25QOEKXS.mjs";
6
+ } from "../../chunk-DCIZU2DY.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-GH6CPGFN.mjs";
8
+ import "../../chunk-IMVNZ5OM.mjs";
9
9
  import "../../chunk-MY5U63QO.mjs";
10
10
  import "../../chunk-LPZOH3RP.mjs";
11
- import "../../chunk-UB4YBFOT.mjs";
12
- import "../../chunk-7TAGGLNY.mjs";
11
+ import "../../chunk-BW4QUMCG.mjs";
12
+ import "../../chunk-LCJSQR42.mjs";
13
13
  import "../../chunk-6WSACUIB.mjs";
14
14
  import "../../chunk-LXHUO6VM.mjs";
15
15
  import "../../chunk-6PNKRBUT.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
- import "../../chunk-2TKEWFGH.mjs";
18
- import "../../chunk-WFMFC7R6.mjs";
19
- import "../../chunk-2SDYFOZL.mjs";
20
- import "../../chunk-4ZJFD3L3.mjs";
17
+ import "../../chunk-LTNDSCRA.mjs";
18
+ import "../../chunk-2PKM7SLZ.mjs";
19
+ import "../../chunk-ZVGVLD3T.mjs";
21
20
  import "../../chunk-27Y6K5NK.mjs";
22
21
  import "../../chunk-E3G5QXSH.mjs";
22
+ import "../../chunk-4ZJFD3L3.mjs";
23
23
  import "../../chunk-AC6TWLRT.mjs";
24
24
  export {
25
25
  FileUpload,
@@ -684,6 +684,29 @@ var template = {
684
684
  }
685
685
  );
686
686
  },
687
+ circle: ({ className }) => {
688
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
689
+ "svg",
690
+ {
691
+ xmlns: "http://www.w3.org/2000/svg",
692
+ width: "28",
693
+ height: "28",
694
+ viewBox: "0 0 28 28",
695
+ fill: "none",
696
+ className,
697
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
698
+ "path",
699
+ {
700
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
701
+ stroke: "currentColor",
702
+ strokeWidth: "1.5",
703
+ strokeLinecap: "round",
704
+ strokeLinejoin: "round"
705
+ }
706
+ )
707
+ }
708
+ );
709
+ },
687
710
  // ----------------------------------- old ---------------------------------
688
711
  // ** Status **
689
712
  check: ({ className, fill }) => {
@@ -2,23 +2,23 @@
2
2
  import "../../chunk-RLXOHILK.mjs";
3
3
  import {
4
4
  fileUpload_default
5
- } from "../../chunk-25QOEKXS.mjs";
5
+ } from "../../chunk-DCIZU2DY.mjs";
6
6
  import "../../chunk-2GCSFWHD.mjs";
7
- import "../../chunk-GH6CPGFN.mjs";
7
+ import "../../chunk-IMVNZ5OM.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
9
  import "../../chunk-LPZOH3RP.mjs";
10
- import "../../chunk-UB4YBFOT.mjs";
11
- import "../../chunk-7TAGGLNY.mjs";
10
+ import "../../chunk-BW4QUMCG.mjs";
11
+ import "../../chunk-LCJSQR42.mjs";
12
12
  import "../../chunk-6WSACUIB.mjs";
13
13
  import "../../chunk-LXHUO6VM.mjs";
14
14
  import "../../chunk-6PNKRBUT.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-2TKEWFGH.mjs";
17
- import "../../chunk-WFMFC7R6.mjs";
18
- import "../../chunk-2SDYFOZL.mjs";
19
- import "../../chunk-4ZJFD3L3.mjs";
16
+ import "../../chunk-LTNDSCRA.mjs";
17
+ import "../../chunk-2PKM7SLZ.mjs";
18
+ import "../../chunk-ZVGVLD3T.mjs";
20
19
  import "../../chunk-27Y6K5NK.mjs";
21
20
  import "../../chunk-E3G5QXSH.mjs";
21
+ import "../../chunk-4ZJFD3L3.mjs";
22
22
  import "../../chunk-AC6TWLRT.mjs";
23
23
  export {
24
24
  fileUpload_default as FileUpload
@@ -96,6 +96,10 @@ declare const iconTemplate: {
96
96
  className?: string;
97
97
  fill?: boolean;
98
98
  }) => react_jsx_runtime.JSX.Element;
99
+ circle: ({ className }: {
100
+ className?: string;
101
+ fill?: boolean;
102
+ }) => react_jsx_runtime.JSX.Element;
99
103
  check: ({ className, fill }: {
100
104
  className?: string;
101
105
  fill?: boolean;
@@ -96,6 +96,10 @@ declare const iconTemplate: {
96
96
  className?: string;
97
97
  fill?: boolean;
98
98
  }) => react_jsx_runtime.JSX.Element;
99
+ circle: ({ className }: {
100
+ className?: string;
101
+ fill?: boolean;
102
+ }) => react_jsx_runtime.JSX.Element;
99
103
  check: ({ className, fill }: {
100
104
  className?: string;
101
105
  fill?: boolean;
@@ -597,6 +597,29 @@ var template = {
597
597
  }
598
598
  );
599
599
  },
600
+ circle: ({ className }) => {
601
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
602
+ "svg",
603
+ {
604
+ xmlns: "http://www.w3.org/2000/svg",
605
+ width: "28",
606
+ height: "28",
607
+ viewBox: "0 0 28 28",
608
+ fill: "none",
609
+ className,
610
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
611
+ "path",
612
+ {
613
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
614
+ stroke: "currentColor",
615
+ strokeWidth: "1.5",
616
+ strokeLinecap: "round",
617
+ strokeLinejoin: "round"
618
+ }
619
+ )
620
+ }
621
+ );
622
+ },
600
623
  // ----------------------------------- old ---------------------------------
601
624
  // ** Status **
602
625
  check: ({ className, fill }) => {
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Icon_default,
4
4
  iconTemplate
5
- } from "../../chunk-2TKEWFGH.mjs";
6
- import "../../chunk-2SDYFOZL.mjs";
5
+ } from "../../chunk-LTNDSCRA.mjs";
6
+ import "../../chunk-ZVGVLD3T.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  Icon_default as default,
@@ -597,6 +597,29 @@ var template = {
597
597
  }
598
598
  );
599
599
  },
600
+ circle: ({ className }) => {
601
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
602
+ "svg",
603
+ {
604
+ xmlns: "http://www.w3.org/2000/svg",
605
+ width: "28",
606
+ height: "28",
607
+ viewBox: "0 0 28 28",
608
+ fill: "none",
609
+ className,
610
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
611
+ "path",
612
+ {
613
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
614
+ stroke: "currentColor",
615
+ strokeWidth: "1.5",
616
+ strokeLinecap: "round",
617
+ strokeLinejoin: "round"
618
+ }
619
+ )
620
+ }
621
+ );
622
+ },
600
623
  // ----------------------------------- old ---------------------------------
601
624
  // ** Status **
602
625
  check: ({ className, fill }) => {
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
4
  Icon_default,
5
5
  iconTemplate
6
- } from "../../chunk-2TKEWFGH.mjs";
7
- import "../../chunk-2SDYFOZL.mjs";
6
+ } from "../../chunk-LTNDSCRA.mjs";
7
+ import "../../chunk-ZVGVLD3T.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  Icon_default as Icon,
@@ -28,6 +28,7 @@ declare const template: {
28
28
  plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
29
29
  minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
30
30
  pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
+ circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
32
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
33
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
34
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -28,6 +28,7 @@ declare const template: {
28
28
  plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
29
29
  minus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
30
30
  pencil: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
+ circle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
31
32
  check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
32
33
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
33
34
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -594,6 +594,29 @@ var template = {
594
594
  }
595
595
  );
596
596
  },
597
+ circle: ({ className }) => {
598
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
599
+ "svg",
600
+ {
601
+ xmlns: "http://www.w3.org/2000/svg",
602
+ width: "28",
603
+ height: "28",
604
+ viewBox: "0 0 28 28",
605
+ fill: "none",
606
+ className,
607
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
608
+ "path",
609
+ {
610
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
611
+ stroke: "currentColor",
612
+ strokeWidth: "1.5",
613
+ strokeLinecap: "round",
614
+ strokeLinejoin: "round"
615
+ }
616
+ )
617
+ }
618
+ );
619
+ },
597
620
  // ----------------------------------- old ---------------------------------
598
621
  // ** Status **
599
622
  check: ({ className, fill }) => {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "../../chunk-2SDYFOZL.mjs";
4
+ } from "../../chunk-ZVGVLD3T.mjs";
5
5
  import "../../chunk-AC6TWLRT.mjs";
6
6
  export {
7
7
  template
@@ -680,6 +680,29 @@ var template = {
680
680
  }
681
681
  );
682
682
  },
683
+ circle: ({ className }) => {
684
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
685
+ "svg",
686
+ {
687
+ xmlns: "http://www.w3.org/2000/svg",
688
+ width: "28",
689
+ height: "28",
690
+ viewBox: "0 0 28 28",
691
+ fill: "none",
692
+ className,
693
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
694
+ "path",
695
+ {
696
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
697
+ stroke: "currentColor",
698
+ strokeWidth: "1.5",
699
+ strokeLinecap: "round",
700
+ strokeLinejoin: "round"
701
+ }
702
+ )
703
+ }
704
+ );
705
+ },
683
706
  // ----------------------------------- old ---------------------------------
684
707
  // ** Status **
685
708
  check: ({ className, fill }) => {
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-GH6CPGFN.mjs";
5
+ } from "../../chunk-IMVNZ5OM.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-2TKEWFGH.mjs";
8
- import "../../chunk-2SDYFOZL.mjs";
9
- import "../../chunk-4ZJFD3L3.mjs";
7
+ import "../../chunk-LTNDSCRA.mjs";
8
+ import "../../chunk-ZVGVLD3T.mjs";
10
9
  import "../../chunk-27Y6K5NK.mjs";
11
10
  import "../../chunk-E3G5QXSH.mjs";
11
+ import "../../chunk-4ZJFD3L3.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
13
13
  export {
14
14
  input_default as Input
@@ -679,6 +679,29 @@ var template = {
679
679
  }
680
680
  );
681
681
  },
682
+ circle: ({ className }) => {
683
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
684
+ "svg",
685
+ {
686
+ xmlns: "http://www.w3.org/2000/svg",
687
+ width: "28",
688
+ height: "28",
689
+ viewBox: "0 0 28 28",
690
+ fill: "none",
691
+ className,
692
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
693
+ "path",
694
+ {
695
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
696
+ stroke: "currentColor",
697
+ strokeWidth: "1.5",
698
+ strokeLinecap: "round",
699
+ strokeLinejoin: "round"
700
+ }
701
+ )
702
+ }
703
+ );
704
+ },
682
705
  // ----------------------------------- old ---------------------------------
683
706
  // ** Status **
684
707
  check: ({ className, fill }) => {
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-GH6CPGFN.mjs";
5
+ } from "../../chunk-IMVNZ5OM.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-2TKEWFGH.mjs";
8
- import "../../chunk-2SDYFOZL.mjs";
9
- import "../../chunk-4ZJFD3L3.mjs";
7
+ import "../../chunk-LTNDSCRA.mjs";
8
+ import "../../chunk-ZVGVLD3T.mjs";
10
9
  import "../../chunk-27Y6K5NK.mjs";
11
10
  import "../../chunk-E3G5QXSH.mjs";
11
+ import "../../chunk-4ZJFD3L3.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
13
13
  export {
14
14
  input_default as default,
@@ -968,6 +968,29 @@ var template = {
968
968
  }
969
969
  );
970
970
  },
971
+ circle: ({ className }) => {
972
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
973
+ "svg",
974
+ {
975
+ xmlns: "http://www.w3.org/2000/svg",
976
+ width: "28",
977
+ height: "28",
978
+ viewBox: "0 0 28 28",
979
+ fill: "none",
980
+ className,
981
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
982
+ "path",
983
+ {
984
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
985
+ stroke: "currentColor",
986
+ strokeWidth: "1.5",
987
+ strokeLinecap: "round",
988
+ strokeLinejoin: "round"
989
+ }
990
+ )
991
+ }
992
+ );
993
+ },
971
994
  // ----------------------------------- old ---------------------------------
972
995
  // ** Status **
973
996
  check: ({ className, fill }) => {
@@ -2,16 +2,16 @@
2
2
  import "../../chunk-7MVEAQ7Z.mjs";
3
3
  import {
4
4
  list_default
5
- } from "../../chunk-HIVPDIEP.mjs";
5
+ } from "../../chunk-UFVQPPPW.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-RT3S3VVJ.mjs";
9
- import "../../chunk-SP3JVQY3.mjs";
8
+ } from "../../chunk-XOB33IZY.mjs";
9
+ import "../../chunk-GC3GYCKY.mjs";
10
10
  import "../../chunk-ZYIIXWVY.mjs";
11
- import "../../chunk-2TKEWFGH.mjs";
12
- import "../../chunk-2SDYFOZL.mjs";
13
- import "../../chunk-4ZJFD3L3.mjs";
11
+ import "../../chunk-LTNDSCRA.mjs";
12
+ import "../../chunk-ZVGVLD3T.mjs";
14
13
  import "../../chunk-E3G5QXSH.mjs";
14
+ import "../../chunk-4ZJFD3L3.mjs";
15
15
  import "../../chunk-AC6TWLRT.mjs";
16
16
  export {
17
17
  list_default as List,
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  list_default
4
- } from "../../chunk-HIVPDIEP.mjs";
5
- import "../../chunk-4ZJFD3L3.mjs";
4
+ } from "../../chunk-UFVQPPPW.mjs";
6
5
  import "../../chunk-E3G5QXSH.mjs";
6
+ import "../../chunk-4ZJFD3L3.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
9
9
  list_default as default
@@ -918,6 +918,29 @@ var template = {
918
918
  }
919
919
  );
920
920
  },
921
+ circle: ({ className }) => {
922
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
923
+ "svg",
924
+ {
925
+ xmlns: "http://www.w3.org/2000/svg",
926
+ width: "28",
927
+ height: "28",
928
+ viewBox: "0 0 28 28",
929
+ fill: "none",
930
+ className,
931
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
932
+ "path",
933
+ {
934
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
935
+ stroke: "currentColor",
936
+ strokeWidth: "1.5",
937
+ strokeLinecap: "round",
938
+ strokeLinejoin: "round"
939
+ }
940
+ )
941
+ }
942
+ );
943
+ },
921
944
  // ----------------------------------- old ---------------------------------
922
945
  // ** Status **
923
946
  check: ({ className, fill }) => {
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  listItem_default
4
- } from "../../chunk-RT3S3VVJ.mjs";
5
- import "../../chunk-SP3JVQY3.mjs";
4
+ } from "../../chunk-XOB33IZY.mjs";
5
+ import "../../chunk-GC3GYCKY.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-2TKEWFGH.mjs";
8
- import "../../chunk-2SDYFOZL.mjs";
9
- import "../../chunk-4ZJFD3L3.mjs";
7
+ import "../../chunk-LTNDSCRA.mjs";
8
+ import "../../chunk-ZVGVLD3T.mjs";
10
9
  import "../../chunk-E3G5QXSH.mjs";
10
+ import "../../chunk-4ZJFD3L3.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
12
12
  export {
13
13
  listItem_default as default
@@ -918,6 +918,29 @@ var template = {
918
918
  }
919
919
  );
920
920
  },
921
+ circle: ({ className }) => {
922
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
923
+ "svg",
924
+ {
925
+ xmlns: "http://www.w3.org/2000/svg",
926
+ width: "28",
927
+ height: "28",
928
+ viewBox: "0 0 28 28",
929
+ fill: "none",
930
+ className,
931
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
932
+ "path",
933
+ {
934
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
935
+ stroke: "currentColor",
936
+ strokeWidth: "1.5",
937
+ strokeLinecap: "round",
938
+ strokeLinejoin: "round"
939
+ }
940
+ )
941
+ }
942
+ );
943
+ },
921
944
  // ----------------------------------- old ---------------------------------
922
945
  // ** Status **
923
946
  check: ({ className, fill }) => {
@@ -4913,6 +4936,7 @@ var modal = tv({
4913
4936
  base: [
4914
4937
  "group/modal",
4915
4938
  "absolute",
4939
+ "fixed",
4916
4940
  "top-1/2",
4917
4941
  "-translate-y-1/2",
4918
4942
  "left-1/2",
@@ -2,23 +2,23 @@
2
2
  import "../../chunk-DJOG6Z35.mjs";
3
3
  import {
4
4
  modal_default
5
- } from "../../chunk-IC25OKBJ.mjs";
5
+ } from "../../chunk-QCDUDDK4.mjs";
6
6
  import "../../chunk-SE5TU755.mjs";
7
- import "../../chunk-LL6F3WDX.mjs";
7
+ import "../../chunk-P5QCU457.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
9
  import "../../chunk-LPZOH3RP.mjs";
10
- import "../../chunk-UB4YBFOT.mjs";
11
- import "../../chunk-7TAGGLNY.mjs";
10
+ import "../../chunk-BW4QUMCG.mjs";
11
+ import "../../chunk-LCJSQR42.mjs";
12
12
  import "../../chunk-6WSACUIB.mjs";
13
13
  import "../../chunk-LXHUO6VM.mjs";
14
14
  import "../../chunk-6PNKRBUT.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-2TKEWFGH.mjs";
17
- import "../../chunk-WFMFC7R6.mjs";
18
- import "../../chunk-2SDYFOZL.mjs";
19
- import "../../chunk-4ZJFD3L3.mjs";
16
+ import "../../chunk-LTNDSCRA.mjs";
17
+ import "../../chunk-2PKM7SLZ.mjs";
18
+ import "../../chunk-ZVGVLD3T.mjs";
20
19
  import "../../chunk-27Y6K5NK.mjs";
21
20
  import "../../chunk-E3G5QXSH.mjs";
21
+ import "../../chunk-4ZJFD3L3.mjs";
22
22
  import "../../chunk-AC6TWLRT.mjs";
23
23
  export {
24
24
  modal_default as Modal
@@ -916,6 +916,29 @@ var template = {
916
916
  }
917
917
  );
918
918
  },
919
+ circle: ({ className }) => {
920
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
921
+ "svg",
922
+ {
923
+ xmlns: "http://www.w3.org/2000/svg",
924
+ width: "28",
925
+ height: "28",
926
+ viewBox: "0 0 28 28",
927
+ fill: "none",
928
+ className,
929
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
930
+ "path",
931
+ {
932
+ d: "M21.5 14C21.5 14.9849 21.306 15.9602 20.9291 16.8701C20.5522 17.7801 19.9997 18.6069 19.3033 19.3033C18.6069 19.9997 17.7801 20.5522 16.8701 20.9291C15.9602 21.306 14.9849 21.5 14 21.5C13.0151 21.5 12.0398 21.306 11.1299 20.9291C10.2199 20.5522 9.39314 19.9997 8.6967 19.3033C8.00026 18.6069 7.44781 17.7801 7.0709 16.8701C6.69399 15.9602 6.5 14.9849 6.5 14C6.5 12.0109 7.29018 10.1032 8.6967 8.6967C10.1032 7.29018 12.0109 6.5 14 6.5C15.9891 6.5 17.8968 7.29018 19.3033 8.6967C20.7098 10.1032 21.5 12.0109 21.5 14Z",
933
+ stroke: "currentColor",
934
+ strokeWidth: "1.5",
935
+ strokeLinecap: "round",
936
+ strokeLinejoin: "round"
937
+ }
938
+ )
939
+ }
940
+ );
941
+ },
919
942
  // ----------------------------------- old ---------------------------------
920
943
  // ** Status **
921
944
  check: ({ className, fill }) => {
@@ -4911,6 +4934,7 @@ var modal = tv({
4911
4934
  base: [
4912
4935
  "group/modal",
4913
4936
  "absolute",
4937
+ "fixed",
4914
4938
  "top-1/2",
4915
4939
  "-translate-y-1/2",
4916
4940
  "left-1/2",
@@ -1,23 +1,23 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "../../chunk-IC25OKBJ.mjs";
4
+ } from "../../chunk-QCDUDDK4.mjs";
5
5
  import "../../chunk-SE5TU755.mjs";
6
- import "../../chunk-LL6F3WDX.mjs";
6
+ import "../../chunk-P5QCU457.mjs";
7
7
  import "../../chunk-MY5U63QO.mjs";
8
8
  import "../../chunk-LPZOH3RP.mjs";
9
- import "../../chunk-UB4YBFOT.mjs";
10
- import "../../chunk-7TAGGLNY.mjs";
9
+ import "../../chunk-BW4QUMCG.mjs";
10
+ import "../../chunk-LCJSQR42.mjs";
11
11
  import "../../chunk-6WSACUIB.mjs";
12
12
  import "../../chunk-LXHUO6VM.mjs";
13
13
  import "../../chunk-6PNKRBUT.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-2TKEWFGH.mjs";
16
- import "../../chunk-WFMFC7R6.mjs";
17
- import "../../chunk-2SDYFOZL.mjs";
18
- import "../../chunk-4ZJFD3L3.mjs";
15
+ import "../../chunk-LTNDSCRA.mjs";
16
+ import "../../chunk-2PKM7SLZ.mjs";
17
+ import "../../chunk-ZVGVLD3T.mjs";
19
18
  import "../../chunk-27Y6K5NK.mjs";
20
19
  import "../../chunk-E3G5QXSH.mjs";
20
+ import "../../chunk-4ZJFD3L3.mjs";
21
21
  import "../../chunk-AC6TWLRT.mjs";
22
22
  export {
23
23
  modal_default as default