@deepnoid/ui 0.0.88 → 0.0.89

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 (170) hide show
  1. package/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
  2. package/dist/{chunk-IXFP2WQ4.mjs → chunk-6YE26GOI.mjs} +10 -8
  3. package/dist/{chunk-K6HPMTN4.mjs → chunk-7HHFRKJU.mjs} +1 -1
  4. package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
  5. package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
  6. package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
  7. package/dist/{chunk-KHWFCTPX.mjs → chunk-DWROPKZW.mjs} +6 -6
  8. package/dist/{chunk-YGTJU3GD.mjs → chunk-HFVZFUC3.mjs} +9 -16
  9. package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
  10. package/dist/{chunk-4VIEZ5FT.mjs → chunk-JN7EGKJL.mjs} +8 -7
  11. package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
  12. package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
  13. package/dist/{chunk-IZOMH2SL.mjs → chunk-MOINJECK.mjs} +16 -15
  14. package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
  15. package/dist/chunk-OJ2OEI5B.mjs +202 -0
  16. package/dist/{chunk-QRHT7MSO.mjs → chunk-PXUBPWKU.mjs} +1 -1
  17. package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
  18. package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
  19. package/dist/chunk-UR64ZUAU.mjs +671 -0
  20. package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
  21. package/dist/components/accordion/accordion.d.mts +1 -1
  22. package/dist/components/accordion/accordion.d.ts +1 -1
  23. package/dist/components/accordion/accordion.test.mjs +1 -1
  24. package/dist/components/accordion/accordionItem.d.mts +1 -1
  25. package/dist/components/accordion/accordionItem.d.ts +1 -1
  26. package/dist/components/accordion/accordionItem.js +31 -1
  27. package/dist/components/accordion/accordionItem.mjs +3 -3
  28. package/dist/components/accordion/index.js +31 -1
  29. package/dist/components/accordion/index.mjs +3 -3
  30. package/dist/components/button/button-group.test.js +4103 -167
  31. package/dist/components/button/button-group.test.mjs +5 -1
  32. package/dist/components/button/button.d.mts +360 -12
  33. package/dist/components/button/button.d.ts +360 -12
  34. package/dist/components/button/button.js +4054 -110
  35. package/dist/components/button/button.mjs +5 -1
  36. package/dist/components/button/button.test.js +4059 -125
  37. package/dist/components/button/button.test.mjs +5 -1
  38. package/dist/components/button/index.d.mts +3 -0
  39. package/dist/components/button/index.d.ts +3 -0
  40. package/dist/components/button/index.js +4046 -112
  41. package/dist/components/button/index.mjs +5 -1
  42. package/dist/components/card/card.d.mts +1 -1
  43. package/dist/components/card/card.d.ts +1 -1
  44. package/dist/components/checkbox/checkbox.d.mts +69 -69
  45. package/dist/components/checkbox/checkbox.d.ts +69 -69
  46. package/dist/components/checkbox/checkbox.js +28 -21
  47. package/dist/components/checkbox/checkbox.mjs +1 -1
  48. package/dist/components/checkbox/checkbox.test.js +28 -21
  49. package/dist/components/checkbox/checkbox.test.mjs +2 -2
  50. package/dist/components/checkbox/index.js +28 -21
  51. package/dist/components/checkbox/index.mjs +1 -1
  52. package/dist/components/icon/Icon.d.mts +4 -0
  53. package/dist/components/icon/Icon.d.ts +4 -0
  54. package/dist/components/icon/Icon.js +30 -0
  55. package/dist/components/icon/Icon.mjs +2 -2
  56. package/dist/components/icon/index.js +30 -0
  57. package/dist/components/icon/index.mjs +2 -2
  58. package/dist/components/icon/template.d.mts +1 -0
  59. package/dist/components/icon/template.d.ts +1 -0
  60. package/dist/components/icon/template.js +30 -0
  61. package/dist/components/icon/template.mjs +1 -1
  62. package/dist/components/input/index.js +36 -4
  63. package/dist/components/input/index.mjs +3 -3
  64. package/dist/components/input/input.d.mts +7 -2
  65. package/dist/components/input/input.d.ts +7 -2
  66. package/dist/components/input/input.js +36 -4
  67. package/dist/components/input/input.mjs +3 -3
  68. package/dist/components/input/input.test.js +36 -4
  69. package/dist/components/input/input.test.mjs +5 -5
  70. package/dist/components/list/list.d.mts +1 -1
  71. package/dist/components/list/list.d.ts +1 -1
  72. package/dist/components/list/list.test.mjs +1 -1
  73. package/dist/components/list/listItem.d.mts +1 -1
  74. package/dist/components/list/listItem.d.ts +1 -1
  75. package/dist/components/modal/index.js +505 -127
  76. package/dist/components/modal/index.mjs +6 -5
  77. package/dist/components/modal/modal.js +505 -127
  78. package/dist/components/modal/modal.mjs +6 -5
  79. package/dist/components/modal/modal.test.js +497 -129
  80. package/dist/components/modal/modal.test.mjs +6 -5
  81. package/dist/components/pagination/index.js +16 -16
  82. package/dist/components/pagination/index.mjs +1 -1
  83. package/dist/components/pagination/pagination.js +16 -16
  84. package/dist/components/pagination/pagination.mjs +1 -1
  85. package/dist/components/pagination/pagination.test.js +16 -16
  86. package/dist/components/pagination/pagination.test.mjs +2 -2
  87. package/dist/components/progress/index.js +9 -9
  88. package/dist/components/progress/index.mjs +1 -1
  89. package/dist/components/progress/progress.d.mts +33 -33
  90. package/dist/components/progress/progress.d.ts +33 -33
  91. package/dist/components/progress/progress.js +9 -9
  92. package/dist/components/progress/progress.mjs +1 -1
  93. package/dist/components/progress/progress.test.js +9 -9
  94. package/dist/components/progress/progress.test.mjs +1 -1
  95. package/dist/components/radio/index.js +37 -19
  96. package/dist/components/radio/index.mjs +1 -1
  97. package/dist/components/radio/radio.d.mts +33 -33
  98. package/dist/components/radio/radio.d.ts +33 -33
  99. package/dist/components/radio/radio.js +37 -19
  100. package/dist/components/radio/radio.mjs +1 -1
  101. package/dist/components/radio/radio.test.js +37 -19
  102. package/dist/components/radio/radio.test.mjs +2 -2
  103. package/dist/components/select/index.js +36 -5
  104. package/dist/components/select/index.mjs +4 -4
  105. package/dist/components/select/option.js +30 -0
  106. package/dist/components/select/option.mjs +3 -3
  107. package/dist/components/select/select.d.mts +2 -2
  108. package/dist/components/select/select.d.ts +2 -2
  109. package/dist/components/select/select.js +36 -5
  110. package/dist/components/select/select.mjs +4 -4
  111. package/dist/components/select/select.test.js +36 -5
  112. package/dist/components/select/select.test.mjs +6 -6
  113. package/dist/components/slider/index.js +9 -4
  114. package/dist/components/slider/index.mjs +1 -1
  115. package/dist/components/slider/slider.d.mts +26 -0
  116. package/dist/components/slider/slider.d.ts +26 -0
  117. package/dist/components/slider/slider.js +9 -4
  118. package/dist/components/slider/slider.mjs +1 -1
  119. package/dist/components/slider/slider.test.js +9 -4
  120. package/dist/components/slider/slider.test.mjs +1 -1
  121. package/dist/components/switch/index.js +16 -15
  122. package/dist/components/switch/index.mjs +1 -1
  123. package/dist/components/switch/switch.d.mts +48 -48
  124. package/dist/components/switch/switch.d.ts +48 -48
  125. package/dist/components/switch/switch.js +16 -15
  126. package/dist/components/switch/switch.mjs +1 -1
  127. package/dist/components/switch/switch.test.js +16 -15
  128. package/dist/components/switch/switch.test.mjs +2 -2
  129. package/dist/components/table/index.js +66 -27
  130. package/dist/components/table/index.mjs +7 -7
  131. package/dist/components/table/table-body.js +60 -23
  132. package/dist/components/table/table-body.mjs +5 -5
  133. package/dist/components/table/table-head.js +28 -21
  134. package/dist/components/table/table-head.mjs +2 -2
  135. package/dist/components/table/table.d.mts +21 -7
  136. package/dist/components/table/table.d.ts +21 -7
  137. package/dist/components/table/table.js +66 -27
  138. package/dist/components/table/table.mjs +7 -7
  139. package/dist/components/table/table.test.js +66 -27
  140. package/dist/components/table/table.test.mjs +8 -8
  141. package/dist/components/tabs/tabs.d.mts +1 -1
  142. package/dist/components/tabs/tabs.d.ts +1 -1
  143. package/dist/components/tabs/tabs.test.mjs +1 -1
  144. package/dist/components/textarea/index.d.mts +3 -0
  145. package/dist/components/textarea/index.d.ts +3 -0
  146. package/dist/components/textarea/index.js +89 -30
  147. package/dist/components/textarea/index.mjs +2 -1
  148. package/dist/components/textarea/textarea.d.mts +510 -9
  149. package/dist/components/textarea/textarea.d.ts +510 -9
  150. package/dist/components/textarea/textarea.js +89 -30
  151. package/dist/components/textarea/textarea.mjs +2 -1
  152. package/dist/components/textarea/textarea.test.js +89 -30
  153. package/dist/components/textarea/textarea.test.mjs +2 -1
  154. package/dist/components/toast/index.js +30 -0
  155. package/dist/components/toast/index.mjs +4 -4
  156. package/dist/components/toast/toast.js +30 -0
  157. package/dist/components/toast/toast.mjs +3 -3
  158. package/dist/components/toast/toast.test.js +30 -0
  159. package/dist/components/toast/toast.test.mjs +5 -5
  160. package/dist/components/toast/use-toast.js +30 -0
  161. package/dist/components/toast/use-toast.mjs +4 -4
  162. package/dist/components/tooltip/tooltip.test.js +4034 -118
  163. package/dist/components/tooltip/tooltip.test.mjs +5 -2
  164. package/dist/index.d.mts +1 -1
  165. package/dist/index.d.ts +1 -1
  166. package/dist/index.js +2771 -2332
  167. package/dist/index.mjs +38 -38
  168. package/package.json +1 -1
  169. package/dist/chunk-66WCZEEU.mjs +0 -320
  170. package/dist/chunk-WOX3SLJB.mjs +0 -162
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-QZ3LVYJW.mjs";
3
3
  import {
4
4
  checkbox_default
5
- } from "../../chunk-BE2OG6M4.mjs";
5
+ } from "../../chunk-ANYPMQH4.mjs";
6
6
  import "../../chunk-E3G5QXSH.mjs";
7
7
  import "../../chunk-J725QONZ.mjs";
8
8
  import "../../chunk-IZ6II3QA.mjs";
@@ -47,6 +47,10 @@ declare const iconTemplate: {
47
47
  className?: string;
48
48
  fill?: boolean;
49
49
  }) => react_jsx_runtime.JSX.Element;
50
+ loading: ({ className, fill }: {
51
+ className?: string;
52
+ fill?: boolean;
53
+ }) => react_jsx_runtime.JSX.Element;
50
54
  "user-circle": ({ className, fill }: {
51
55
  className?: string;
52
56
  fill?: boolean;
@@ -47,6 +47,10 @@ declare const iconTemplate: {
47
47
  className?: string;
48
48
  fill?: boolean;
49
49
  }) => react_jsx_runtime.JSX.Element;
50
+ loading: ({ className, fill }: {
51
+ className?: string;
52
+ fill?: boolean;
53
+ }) => react_jsx_runtime.JSX.Element;
50
54
  "user-circle": ({ className, fill }: {
51
55
  className?: string;
52
56
  fill?: boolean;
@@ -312,6 +312,36 @@ var template = {
312
312
  }
313
313
  );
314
314
  },
315
+ loading: ({ className, fill }) => {
316
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
317
+ "svg",
318
+ {
319
+ width: "24",
320
+ height: "24",
321
+ viewBox: "0 0 24 24",
322
+ fill: "none",
323
+ xmlns: "http://www.w3.org/2000/svg",
324
+ className,
325
+ children: [
326
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
327
+ "path",
328
+ {
329
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
330
+ fill: "currentColor",
331
+ fillOpacity: "0.1"
332
+ }
333
+ ),
334
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
335
+ "path",
336
+ {
337
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
338
+ fill: "currentColor"
339
+ }
340
+ )
341
+ ]
342
+ }
343
+ );
344
+ },
315
345
  // ** User **
316
346
  "user-circle": ({ className, fill }) => {
317
347
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -2,8 +2,8 @@
2
2
  import {
3
3
  Icon_default,
4
4
  iconTemplate
5
- } from "../../chunk-PRUAIZTU.mjs";
6
- import "../../chunk-IOV7MEPG.mjs";
5
+ } from "../../chunk-LCI6RPWE.mjs";
6
+ import "../../chunk-IOCRFIQF.mjs";
7
7
  import "../../chunk-IZ6II3QA.mjs";
8
8
  export {
9
9
  Icon_default as default,
@@ -312,6 +312,36 @@ var template = {
312
312
  }
313
313
  );
314
314
  },
315
+ loading: ({ className, fill }) => {
316
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
317
+ "svg",
318
+ {
319
+ width: "24",
320
+ height: "24",
321
+ viewBox: "0 0 24 24",
322
+ fill: "none",
323
+ xmlns: "http://www.w3.org/2000/svg",
324
+ className,
325
+ children: [
326
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
327
+ "path",
328
+ {
329
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
330
+ fill: "currentColor",
331
+ fillOpacity: "0.1"
332
+ }
333
+ ),
334
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
335
+ "path",
336
+ {
337
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
338
+ fill: "currentColor"
339
+ }
340
+ )
341
+ ]
342
+ }
343
+ );
344
+ },
315
345
  // ** User **
316
346
  "user-circle": ({ className, fill }) => {
317
347
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
4
  Icon_default,
5
5
  iconTemplate
6
- } from "../../chunk-PRUAIZTU.mjs";
7
- import "../../chunk-IOV7MEPG.mjs";
6
+ } from "../../chunk-LCI6RPWE.mjs";
7
+ import "../../chunk-IOCRFIQF.mjs";
8
8
  import "../../chunk-IZ6II3QA.mjs";
9
9
  export {
10
10
  Icon_default as Icon,
@@ -16,6 +16,7 @@ declare const template: {
16
16
  "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
17
17
  "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
18
18
  "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
+ loading: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
20
  "user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
21
  "user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
22
  "user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -16,6 +16,7 @@ declare const template: {
16
16
  "question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
17
17
  "exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
18
18
  "exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
+ loading: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
19
20
  "user-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
20
21
  "user-plus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
21
22
  "user-minus": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -309,6 +309,36 @@ var template = {
309
309
  }
310
310
  );
311
311
  },
312
+ loading: ({ className, fill }) => {
313
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
314
+ "svg",
315
+ {
316
+ width: "24",
317
+ height: "24",
318
+ viewBox: "0 0 24 24",
319
+ fill: "none",
320
+ xmlns: "http://www.w3.org/2000/svg",
321
+ className,
322
+ children: [
323
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
324
+ "path",
325
+ {
326
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
327
+ fill: "currentColor",
328
+ fillOpacity: "0.1"
329
+ }
330
+ ),
331
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
332
+ "path",
333
+ {
334
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
335
+ fill: "currentColor"
336
+ }
337
+ )
338
+ ]
339
+ }
340
+ );
341
+ },
312
342
  // ** User **
313
343
  "user-circle": ({ className, fill }) => {
314
344
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "../../chunk-IOV7MEPG.mjs";
4
+ } from "../../chunk-IOCRFIQF.mjs";
5
5
  import "../../chunk-IZ6II3QA.mjs";
6
6
  export {
7
7
  template
@@ -363,6 +363,36 @@ var template = {
363
363
  }
364
364
  );
365
365
  },
366
+ loading: ({ className, fill }) => {
367
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
368
+ "svg",
369
+ {
370
+ width: "24",
371
+ height: "24",
372
+ viewBox: "0 0 24 24",
373
+ fill: "none",
374
+ xmlns: "http://www.w3.org/2000/svg",
375
+ className,
376
+ children: [
377
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
378
+ "path",
379
+ {
380
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
381
+ fill: "currentColor",
382
+ fillOpacity: "0.1"
383
+ }
384
+ ),
385
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
386
+ "path",
387
+ {
388
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
389
+ fill: "currentColor"
390
+ }
391
+ )
392
+ ]
393
+ }
394
+ );
395
+ },
366
396
  // ** User **
367
397
  "user-circle": ({ className, fill }) => {
368
398
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -3743,12 +3773,13 @@ var inputStyle = tv({
3743
3773
  inputWrapper: [
3744
3774
  "flex",
3745
3775
  "items-center",
3776
+ "transition",
3777
+ "duration-200",
3746
3778
  "group-has-[p]/input:border-danger-main",
3747
- "group-has-[p]/input:bg-danger-soft",
3748
- "transition duration-200"
3779
+ "group-has-[p]/input:bg-danger-soft"
3749
3780
  ],
3750
3781
  input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
3751
- content: ["flex", "items-center", "group-has-[p]/input:text-danger-main", "select-none"],
3782
+ content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
3752
3783
  errorMessage: ["text-danger-main"]
3753
3784
  },
3754
3785
  variants: {
@@ -3827,7 +3858,8 @@ var inputStyle = tv({
3827
3858
  label: ["text-neutral-light"],
3828
3859
  inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
3829
3860
  input: ["text-neutral-light", "placeholder:text-neutral-light"],
3830
- content: ["text-neutral-light"]
3861
+ content: ["text-neutral-light"],
3862
+ errorMessage: ["text-danger-light"]
3831
3863
  }
3832
3864
  },
3833
3865
  isRequired: {
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-4DLTBZUQ.mjs";
5
+ } from "../../chunk-3DRIHQOM.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-PRUAIZTU.mjs";
8
- import "../../chunk-IOV7MEPG.mjs";
7
+ import "../../chunk-LCI6RPWE.mjs";
8
+ import "../../chunk-IOCRFIQF.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-J725QONZ.mjs";
11
11
  import "../../chunk-IZ6II3QA.mjs";
@@ -84,6 +84,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
84
84
  inputWrapper: string[];
85
85
  input: string[];
86
86
  content: string[];
87
+ errorMessage: string[];
87
88
  };
88
89
  };
89
90
  isRequired: {
@@ -102,11 +103,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
102
103
  }, undefined, {
103
104
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
104
105
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
105
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
106
106
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
107
- radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
107
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
108
108
  fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
109
109
  isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
110
+ radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
110
111
  isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
111
112
  } | undefined;
112
113
  } & tailwind_variants_dist_config.TWMConfig & {
@@ -193,6 +194,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
193
194
  inputWrapper: string[];
194
195
  input: string[];
195
196
  content: string[];
197
+ errorMessage: string[];
196
198
  };
197
199
  };
198
200
  isRequired: {
@@ -272,6 +274,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
272
274
  inputWrapper: string[];
273
275
  input: string[];
274
276
  content: string[];
277
+ errorMessage: string[];
275
278
  };
276
279
  };
277
280
  isRequired: {
@@ -351,6 +354,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
351
354
  inputWrapper: string[];
352
355
  input: string[];
353
356
  content: string[];
357
+ errorMessage: string[];
354
358
  };
355
359
  };
356
360
  isRequired: {
@@ -422,6 +426,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
422
426
  inputWrapper: string[];
423
427
  input: string[];
424
428
  content: string[];
429
+ errorMessage: string[];
425
430
  };
426
431
  };
427
432
  isRequired: {
@@ -84,6 +84,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
84
84
  inputWrapper: string[];
85
85
  input: string[];
86
86
  content: string[];
87
+ errorMessage: string[];
87
88
  };
88
89
  };
89
90
  isRequired: {
@@ -102,11 +103,11 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
102
103
  }, undefined, {
103
104
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
104
105
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
105
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
106
106
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
107
- radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
107
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
108
108
  fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
109
109
  isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
110
+ radius?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
110
111
  isRequired?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
111
112
  } | undefined;
112
113
  } & tailwind_variants_dist_config.TWMConfig & {
@@ -193,6 +194,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
193
194
  inputWrapper: string[];
194
195
  input: string[];
195
196
  content: string[];
197
+ errorMessage: string[];
196
198
  };
197
199
  };
198
200
  isRequired: {
@@ -272,6 +274,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
272
274
  inputWrapper: string[];
273
275
  input: string[];
274
276
  content: string[];
277
+ errorMessage: string[];
275
278
  };
276
279
  };
277
280
  isRequired: {
@@ -351,6 +354,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
351
354
  inputWrapper: string[];
352
355
  input: string[];
353
356
  content: string[];
357
+ errorMessage: string[];
354
358
  };
355
359
  };
356
360
  isRequired: {
@@ -422,6 +426,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
422
426
  inputWrapper: string[];
423
427
  input: string[];
424
428
  content: string[];
429
+ errorMessage: string[];
425
430
  };
426
431
  };
427
432
  isRequired: {
@@ -362,6 +362,36 @@ var template = {
362
362
  }
363
363
  );
364
364
  },
365
+ loading: ({ className, fill }) => {
366
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
367
+ "svg",
368
+ {
369
+ width: "24",
370
+ height: "24",
371
+ viewBox: "0 0 24 24",
372
+ fill: "none",
373
+ xmlns: "http://www.w3.org/2000/svg",
374
+ className,
375
+ children: [
376
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
377
+ "path",
378
+ {
379
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
380
+ fill: "currentColor",
381
+ fillOpacity: "0.1"
382
+ }
383
+ ),
384
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
385
+ "path",
386
+ {
387
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
388
+ fill: "currentColor"
389
+ }
390
+ )
391
+ ]
392
+ }
393
+ );
394
+ },
365
395
  // ** User **
366
396
  "user-circle": ({ className, fill }) => {
367
397
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -3742,12 +3772,13 @@ var inputStyle = tv({
3742
3772
  inputWrapper: [
3743
3773
  "flex",
3744
3774
  "items-center",
3775
+ "transition",
3776
+ "duration-200",
3745
3777
  "group-has-[p]/input:border-danger-main",
3746
- "group-has-[p]/input:bg-danger-soft",
3747
- "transition duration-200"
3778
+ "group-has-[p]/input:bg-danger-soft"
3748
3779
  ],
3749
3780
  input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
3750
- content: ["flex", "items-center", "group-has-[p]/input:text-danger-main", "select-none"],
3781
+ content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
3751
3782
  errorMessage: ["text-danger-main"]
3752
3783
  },
3753
3784
  variants: {
@@ -3826,7 +3857,8 @@ var inputStyle = tv({
3826
3857
  label: ["text-neutral-light"],
3827
3858
  inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
3828
3859
  input: ["text-neutral-light", "placeholder:text-neutral-light"],
3829
- content: ["text-neutral-light"]
3860
+ content: ["text-neutral-light"],
3861
+ errorMessage: ["text-danger-light"]
3830
3862
  }
3831
3863
  },
3832
3864
  isRequired: {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-4DLTBZUQ.mjs";
5
+ } from "../../chunk-3DRIHQOM.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-PRUAIZTU.mjs";
8
- import "../../chunk-IOV7MEPG.mjs";
7
+ import "../../chunk-LCI6RPWE.mjs";
8
+ import "../../chunk-IOCRFIQF.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-J725QONZ.mjs";
11
11
  import "../../chunk-IZ6II3QA.mjs";
@@ -19149,6 +19149,36 @@ var template = {
19149
19149
  }
19150
19150
  );
19151
19151
  },
19152
+ loading: ({ className, fill }) => {
19153
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
19154
+ "svg",
19155
+ {
19156
+ width: "24",
19157
+ height: "24",
19158
+ viewBox: "0 0 24 24",
19159
+ fill: "none",
19160
+ xmlns: "http://www.w3.org/2000/svg",
19161
+ className,
19162
+ children: [
19163
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
19164
+ "path",
19165
+ {
19166
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
19167
+ fill: "currentColor",
19168
+ fillOpacity: "0.1"
19169
+ }
19170
+ ),
19171
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
19172
+ "path",
19173
+ {
19174
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
19175
+ fill: "currentColor"
19176
+ }
19177
+ )
19178
+ ]
19179
+ }
19180
+ );
19181
+ },
19152
19182
  // ** User **
19153
19183
  "user-circle": ({ className, fill }) => {
19154
19184
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -22529,12 +22559,13 @@ var inputStyle = tv({
22529
22559
  inputWrapper: [
22530
22560
  "flex",
22531
22561
  "items-center",
22562
+ "transition",
22563
+ "duration-200",
22532
22564
  "group-has-[p]/input:border-danger-main",
22533
- "group-has-[p]/input:bg-danger-soft",
22534
- "transition duration-200"
22565
+ "group-has-[p]/input:bg-danger-soft"
22535
22566
  ],
22536
22567
  input: ["w-full", "h-full", "bg-transparent", "placeholder:text-neutral-main", "focus-visible:outline-none"],
22537
- content: ["flex", "items-center", "group-has-[p]/input:text-danger-main", "select-none"],
22568
+ content: ["flex", "items-center", "select-none", "group-has-[p]/input:text-danger-main"],
22538
22569
  errorMessage: ["text-danger-main"]
22539
22570
  },
22540
22571
  variants: {
@@ -22613,7 +22644,8 @@ var inputStyle = tv({
22613
22644
  label: ["text-neutral-light"],
22614
22645
  inputWrapper: ["bg-neutral-soft", "border-neutral-light", "pointer-events-none"],
22615
22646
  input: ["text-neutral-light", "placeholder:text-neutral-light"],
22616
- content: ["text-neutral-light"]
22647
+ content: ["text-neutral-light"],
22648
+ errorMessage: ["text-danger-light"]
22617
22649
  }
22618
22650
  },
22619
22651
  isRequired: {
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  input_default
4
- } from "../../chunk-4DLTBZUQ.mjs";
5
- import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-PRUAIZTU.mjs";
7
- import "../../chunk-IOV7MEPG.mjs";
8
- import "../../chunk-E3G5QXSH.mjs";
4
+ } from "../../chunk-3DRIHQOM.mjs";
9
5
  import "../../chunk-H7BLXC5M.mjs";
10
6
  import {
11
7
  render,
12
8
  waitForWrapper
13
9
  } from "../../chunk-FNPWLOGV.mjs";
10
+ import "../../chunk-ZYIIXWVY.mjs";
11
+ import "../../chunk-LCI6RPWE.mjs";
12
+ import "../../chunk-IOCRFIQF.mjs";
13
+ import "../../chunk-E3G5QXSH.mjs";
14
14
  import "../../chunk-J725QONZ.mjs";
15
15
  import "../../chunk-IZ6II3QA.mjs";
16
16
 
@@ -30,8 +30,8 @@ declare const list: tailwind_variants.TVReturnType<{
30
30
  }, undefined, {
31
31
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
32
32
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
33
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
34
33
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
34
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
35
35
  } | undefined;
36
36
  } & tailwind_variants_dist_config.TWMConfig & {
37
37
  twMergeConfig: {
@@ -30,8 +30,8 @@ declare const list: tailwind_variants.TVReturnType<{
30
30
  }, undefined, {
31
31
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
32
32
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
33
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
34
33
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
34
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
35
35
  } | undefined;
36
36
  } & tailwind_variants_dist_config.TWMConfig & {
37
37
  twMergeConfig: {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  list_default
4
4
  } from "../../chunk-EYY4CRRR.mjs";
5
- import "../../chunk-E3G5QXSH.mjs";
6
5
  import {
7
6
  render
8
7
  } from "../../chunk-FNPWLOGV.mjs";
8
+ import "../../chunk-E3G5QXSH.mjs";
9
9
  import "../../chunk-J725QONZ.mjs";
10
10
  import "../../chunk-IZ6II3QA.mjs";
11
11
 
@@ -51,8 +51,8 @@ declare const listItem: tailwind_variants.TVReturnType<{
51
51
  }, undefined, {
52
52
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
53
53
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
54
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
55
54
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
55
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
56
56
  isInGroup?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
57
57
  } | undefined;
58
58
  } & tailwind_variants_dist_config.TWMConfig & {
@@ -51,8 +51,8 @@ declare const listItem: tailwind_variants.TVReturnType<{
51
51
  }, undefined, {
52
52
  responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
53
53
  size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
54
- color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
55
54
  variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
55
+ color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
56
56
  isInGroup?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
57
57
  } | undefined;
58
58
  } & tailwind_variants_dist_config.TWMConfig & {