@deepnoid/ui 0.1.156 → 0.1.157

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 (110) hide show
  1. package/.turbo/turbo-build.log +161 -161
  2. package/dist/{chunk-KKHOCWXJ.mjs → chunk-5KOTQEFC.mjs} +1 -1
  3. package/dist/{chunk-UIRHCS6B.mjs → chunk-73NBUI4Y.mjs} +1 -1
  4. package/dist/{chunk-2DAIOZ7N.mjs → chunk-ACFDUCPL.mjs} +2 -2
  5. package/dist/{chunk-47MQPUEY.mjs → chunk-BFC4VP3B.mjs} +1 -1
  6. package/dist/{chunk-6YTT5ACI.mjs → chunk-DQ3ZRNX4.mjs} +1 -1
  7. package/dist/{chunk-7RG7CQQM.mjs → chunk-DSEF7GGB.mjs} +1 -1
  8. package/dist/{chunk-R2USZD77.mjs → chunk-HLWNJLRZ.mjs} +1 -1
  9. package/dist/{chunk-URJA4W4R.mjs → chunk-IN6M25YL.mjs} +2 -2
  10. package/dist/{chunk-ZY3HNPPG.mjs → chunk-JJAPJQUD.mjs} +1 -1
  11. package/dist/{chunk-Q2YLULZH.mjs → chunk-LBJN5TAP.mjs} +1 -1
  12. package/dist/{chunk-ZNQML73F.mjs → chunk-MGGBCCZL.mjs} +2 -2
  13. package/dist/{chunk-HP4ARKW3.mjs → chunk-NB45YSED.mjs} +1 -1
  14. package/dist/{chunk-LFALITPU.mjs → chunk-PO4H65C3.mjs} +1 -1
  15. package/dist/{chunk-KX6WG4VG.mjs → chunk-QJUPHJN6.mjs} +1 -1
  16. package/dist/{chunk-ZGUTKE5H.mjs → chunk-SHI7P4DQ.mjs} +1 -1
  17. package/dist/{chunk-5VVNAW4E.mjs → chunk-T6V6BJOT.mjs} +2 -2
  18. package/dist/chunk-T7IJB3N4.mjs +449 -0
  19. package/dist/{chunk-WHU5VP5G.mjs → chunk-VUMESK5D.mjs} +20 -0
  20. package/dist/{chunk-4YVZ3XKA.mjs → chunk-ZUAOUHWS.mjs} +3 -3
  21. package/dist/components/avatar/avatar.js +20 -0
  22. package/dist/components/avatar/avatar.mjs +2 -2
  23. package/dist/components/avatar/index.js +20 -0
  24. package/dist/components/avatar/index.mjs +2 -2
  25. package/dist/components/breadcrumb/breadcrumb.js +20 -0
  26. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  27. package/dist/components/breadcrumb/index.js +20 -0
  28. package/dist/components/breadcrumb/index.mjs +5 -5
  29. package/dist/components/button/button.js +20 -0
  30. package/dist/components/button/button.mjs +3 -3
  31. package/dist/components/button/icon-button.js +20 -0
  32. package/dist/components/button/icon-button.mjs +3 -3
  33. package/dist/components/button/index.js +20 -0
  34. package/dist/components/button/index.mjs +4 -4
  35. package/dist/components/chip/chip.js +20 -0
  36. package/dist/components/chip/chip.mjs +3 -3
  37. package/dist/components/chip/index.js +20 -0
  38. package/dist/components/chip/index.mjs +3 -3
  39. package/dist/components/fileUpload/fileUpload.js +20 -0
  40. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  41. package/dist/components/fileUpload/index.js +20 -0
  42. package/dist/components/fileUpload/index.mjs +6 -6
  43. package/dist/components/icon/Icon.d.mts +4 -0
  44. package/dist/components/icon/Icon.d.ts +4 -0
  45. package/dist/components/icon/Icon.js +20 -0
  46. package/dist/components/icon/Icon.mjs +2 -2
  47. package/dist/components/icon/index.js +20 -0
  48. package/dist/components/icon/index.mjs +2 -2
  49. package/dist/components/icon/template.d.mts +1 -0
  50. package/dist/components/icon/template.d.ts +1 -0
  51. package/dist/components/icon/template.js +20 -0
  52. package/dist/components/icon/template.mjs +1 -1
  53. package/dist/components/input/index.js +20 -0
  54. package/dist/components/input/index.mjs +3 -3
  55. package/dist/components/input/input.js +20 -0
  56. package/dist/components/input/input.mjs +3 -3
  57. package/dist/components/list/index.js +20 -0
  58. package/dist/components/list/index.mjs +4 -4
  59. package/dist/components/list/listItem.js +20 -0
  60. package/dist/components/list/listItem.mjs +4 -4
  61. package/dist/components/modal/index.js +20 -0
  62. package/dist/components/modal/index.mjs +5 -5
  63. package/dist/components/modal/modal.js +20 -0
  64. package/dist/components/modal/modal.mjs +5 -5
  65. package/dist/components/pagination/index.js +20 -0
  66. package/dist/components/pagination/index.mjs +4 -4
  67. package/dist/components/pagination/pagination.js +20 -0
  68. package/dist/components/pagination/pagination.mjs +4 -4
  69. package/dist/components/picker/datePicker.d.mts +35 -4
  70. package/dist/components/picker/datePicker.d.ts +35 -4
  71. package/dist/components/picker/datePicker.js +201 -47
  72. package/dist/components/picker/datePicker.mjs +6 -6
  73. package/dist/components/picker/index.d.mts +1 -1
  74. package/dist/components/picker/index.d.ts +1 -1
  75. package/dist/components/picker/index.js +201 -47
  76. package/dist/components/picker/index.mjs +8 -8
  77. package/dist/components/picker/timePicker.js +20 -0
  78. package/dist/components/picker/timePicker.mjs +4 -4
  79. package/dist/components/radio/index.d.mts +1 -1
  80. package/dist/components/radio/index.d.ts +1 -1
  81. package/dist/components/select/index.js +20 -0
  82. package/dist/components/select/index.mjs +3 -3
  83. package/dist/components/select/select.js +20 -0
  84. package/dist/components/select/select.mjs +3 -3
  85. package/dist/components/table/index.js +20 -0
  86. package/dist/components/table/index.mjs +5 -5
  87. package/dist/components/table/table-body.js +20 -0
  88. package/dist/components/table/table-body.mjs +5 -5
  89. package/dist/components/table/table-head.js +20 -0
  90. package/dist/components/table/table-head.mjs +5 -5
  91. package/dist/components/table/table.js +20 -0
  92. package/dist/components/table/table.mjs +5 -5
  93. package/dist/components/timePicker/calendar.js +20 -0
  94. package/dist/components/timePicker/calendar.mjs +2 -2
  95. package/dist/components/toast/index.js +20 -0
  96. package/dist/components/toast/index.mjs +4 -4
  97. package/dist/components/toast/toast.js +20 -0
  98. package/dist/components/toast/toast.mjs +3 -3
  99. package/dist/components/toast/use-toast.js +20 -0
  100. package/dist/components/toast/use-toast.mjs +4 -4
  101. package/dist/components/tree/index.js +20 -0
  102. package/dist/components/tree/index.mjs +3 -3
  103. package/dist/components/tree/tree.js +20 -0
  104. package/dist/components/tree/tree.mjs +3 -3
  105. package/dist/index.d.mts +2 -2
  106. package/dist/index.d.ts +2 -2
  107. package/dist/index.js +201 -47
  108. package/dist/index.mjs +19 -19
  109. package/package.json +1 -1
  110. package/dist/chunk-TCURFCQ2.mjs +0 -315
@@ -1,20 +1,20 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "../../chunk-ZY3HNPPG.mjs";
4
+ } from "../../chunk-JJAPJQUD.mjs";
5
5
  import "../../chunk-7B7LRG5J.mjs";
6
- import "../../chunk-ZNQML73F.mjs";
6
+ import "../../chunk-MGGBCCZL.mjs";
7
7
  import "../../chunk-F3HENRVM.mjs";
8
8
  import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-47MQPUEY.mjs";
9
+ import "../../chunk-BFC4VP3B.mjs";
10
10
  import "../../chunk-DQRAFUDA.mjs";
11
11
  import "../../chunk-EWS3FESG.mjs";
12
12
  import "../../chunk-QZ3LVYJW.mjs";
13
13
  import "../../chunk-H6JGLPPF.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-Q2YLULZH.mjs";
15
+ import "../../chunk-LBJN5TAP.mjs";
16
16
  import "../../chunk-E3G5QXSH.mjs";
17
- import "../../chunk-WHU5VP5G.mjs";
17
+ import "../../chunk-VUMESK5D.mjs";
18
18
  import "../../chunk-CDXBML6O.mjs";
19
19
  import "../../chunk-27Y6K5NK.mjs";
20
20
  import "../../chunk-AC6TWLRT.mjs";
@@ -2248,6 +2248,26 @@ var template = {
2248
2248
  }
2249
2249
  );
2250
2250
  },
2251
+ question: ({ className = "text-white" }) => {
2252
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
2253
+ "svg",
2254
+ {
2255
+ xmlns: "http://www.w3.org/2000/svg",
2256
+ width: "24",
2257
+ height: "24",
2258
+ viewBox: "0 0 24 24",
2259
+ fill: "none",
2260
+ className,
2261
+ children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
2262
+ "path",
2263
+ {
2264
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
2265
+ fill: "currentColor"
2266
+ }
2267
+ )
2268
+ }
2269
+ );
2270
+ },
2251
2271
  // ----------------------------------- old ---------------------------------
2252
2272
  // ** Status **
2253
2273
  "plus-circle": ({ className, fill }) => {
@@ -1,20 +1,20 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-ZY3HNPPG.mjs";
4
+ } from "../../chunk-JJAPJQUD.mjs";
5
5
  import "../../chunk-7B7LRG5J.mjs";
6
- import "../../chunk-ZNQML73F.mjs";
6
+ import "../../chunk-MGGBCCZL.mjs";
7
7
  import "../../chunk-F3HENRVM.mjs";
8
8
  import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-47MQPUEY.mjs";
9
+ import "../../chunk-BFC4VP3B.mjs";
10
10
  import "../../chunk-DQRAFUDA.mjs";
11
11
  import "../../chunk-EWS3FESG.mjs";
12
12
  import "../../chunk-QZ3LVYJW.mjs";
13
13
  import "../../chunk-H6JGLPPF.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-Q2YLULZH.mjs";
15
+ import "../../chunk-LBJN5TAP.mjs";
16
16
  import "../../chunk-E3G5QXSH.mjs";
17
- import "../../chunk-WHU5VP5G.mjs";
17
+ import "../../chunk-VUMESK5D.mjs";
18
18
  import "../../chunk-CDXBML6O.mjs";
19
19
  import "../../chunk-27Y6K5NK.mjs";
20
20
  import "../../chunk-AC6TWLRT.mjs";
@@ -2294,6 +2294,26 @@ var template = {
2294
2294
  }
2295
2295
  );
2296
2296
  },
2297
+ question: ({ className = "text-white" }) => {
2298
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2299
+ "svg",
2300
+ {
2301
+ xmlns: "http://www.w3.org/2000/svg",
2302
+ width: "24",
2303
+ height: "24",
2304
+ viewBox: "0 0 24 24",
2305
+ fill: "none",
2306
+ className,
2307
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2308
+ "path",
2309
+ {
2310
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
2311
+ fill: "currentColor"
2312
+ }
2313
+ )
2314
+ }
2315
+ );
2316
+ },
2297
2317
  // ----------------------------------- old ---------------------------------
2298
2318
  // ** Status **
2299
2319
  "plus-circle": ({ className, fill }) => {
@@ -2,20 +2,20 @@
2
2
  import {
3
3
  getCellStyle,
4
4
  table_default
5
- } from "../../chunk-ZY3HNPPG.mjs";
5
+ } from "../../chunk-JJAPJQUD.mjs";
6
6
  import "../../chunk-7B7LRG5J.mjs";
7
- import "../../chunk-ZNQML73F.mjs";
7
+ import "../../chunk-MGGBCCZL.mjs";
8
8
  import "../../chunk-F3HENRVM.mjs";
9
9
  import "../../chunk-2GCSFWHD.mjs";
10
- import "../../chunk-47MQPUEY.mjs";
10
+ import "../../chunk-BFC4VP3B.mjs";
11
11
  import "../../chunk-DQRAFUDA.mjs";
12
12
  import "../../chunk-EWS3FESG.mjs";
13
13
  import "../../chunk-QZ3LVYJW.mjs";
14
14
  import "../../chunk-H6JGLPPF.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-Q2YLULZH.mjs";
16
+ import "../../chunk-LBJN5TAP.mjs";
17
17
  import "../../chunk-E3G5QXSH.mjs";
18
- import "../../chunk-WHU5VP5G.mjs";
18
+ import "../../chunk-VUMESK5D.mjs";
19
19
  import "../../chunk-CDXBML6O.mjs";
20
20
  import "../../chunk-27Y6K5NK.mjs";
21
21
  import "../../chunk-AC6TWLRT.mjs";
@@ -1898,6 +1898,26 @@ var template = {
1898
1898
  }
1899
1899
  );
1900
1900
  },
1901
+ question: ({ className = "text-white" }) => {
1902
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1903
+ "svg",
1904
+ {
1905
+ xmlns: "http://www.w3.org/2000/svg",
1906
+ width: "24",
1907
+ height: "24",
1908
+ viewBox: "0 0 24 24",
1909
+ fill: "none",
1910
+ className,
1911
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1912
+ "path",
1913
+ {
1914
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1915
+ fill: "currentColor"
1916
+ }
1917
+ )
1918
+ }
1919
+ );
1920
+ },
1901
1921
  // ----------------------------------- old ---------------------------------
1902
1922
  // ** Status **
1903
1923
  "plus-circle": ({ className, fill }) => {
@@ -6,11 +6,11 @@ import {
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import {
8
8
  Icon_default
9
- } from "../../chunk-Q2YLULZH.mjs";
9
+ } from "../../chunk-LBJN5TAP.mjs";
10
10
  import {
11
11
  mapPropsVariants
12
12
  } from "../../chunk-E3G5QXSH.mjs";
13
- import "../../chunk-WHU5VP5G.mjs";
13
+ import "../../chunk-VUMESK5D.mjs";
14
14
  import {
15
15
  tv
16
16
  } from "../../chunk-CDXBML6O.mjs";
@@ -1901,6 +1901,26 @@ var template = {
1901
1901
  }
1902
1902
  );
1903
1903
  },
1904
+ question: ({ className = "text-white" }) => {
1905
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1906
+ "svg",
1907
+ {
1908
+ xmlns: "http://www.w3.org/2000/svg",
1909
+ width: "24",
1910
+ height: "24",
1911
+ viewBox: "0 0 24 24",
1912
+ fill: "none",
1913
+ className,
1914
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1915
+ "path",
1916
+ {
1917
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1918
+ fill: "currentColor"
1919
+ }
1920
+ )
1921
+ }
1922
+ );
1923
+ },
1904
1924
  // ----------------------------------- old ---------------------------------
1905
1925
  // ** Status **
1906
1926
  "plus-circle": ({ className, fill }) => {
@@ -3,15 +3,15 @@ import "../../chunk-LUWGOKLG.mjs";
3
3
  import {
4
4
  ToastProvider,
5
5
  useToast
6
- } from "../../chunk-KX6WG4VG.mjs";
6
+ } from "../../chunk-QJUPHJN6.mjs";
7
7
  import "../../chunk-ZOTHPHXA.mjs";
8
8
  import {
9
9
  toast_default
10
- } from "../../chunk-6YTT5ACI.mjs";
10
+ } from "../../chunk-DQ3ZRNX4.mjs";
11
11
  import "../../chunk-ZYIIXWVY.mjs";
12
- import "../../chunk-Q2YLULZH.mjs";
12
+ import "../../chunk-LBJN5TAP.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
- import "../../chunk-WHU5VP5G.mjs";
14
+ import "../../chunk-VUMESK5D.mjs";
15
15
  import "../../chunk-CDXBML6O.mjs";
16
16
  import "../../chunk-27Y6K5NK.mjs";
17
17
  import "../../chunk-AC6TWLRT.mjs";
@@ -1897,6 +1897,26 @@ var template = {
1897
1897
  }
1898
1898
  );
1899
1899
  },
1900
+ question: ({ className = "text-white" }) => {
1901
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1902
+ "svg",
1903
+ {
1904
+ xmlns: "http://www.w3.org/2000/svg",
1905
+ width: "24",
1906
+ height: "24",
1907
+ viewBox: "0 0 24 24",
1908
+ fill: "none",
1909
+ className,
1910
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1911
+ "path",
1912
+ {
1913
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1914
+ fill: "currentColor"
1915
+ }
1916
+ )
1917
+ }
1918
+ );
1919
+ },
1900
1920
  // ----------------------------------- old ---------------------------------
1901
1921
  // ** Status **
1902
1922
  "plus-circle": ({ className, fill }) => {
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-6YTT5ACI.mjs";
4
+ } from "../../chunk-DQ3ZRNX4.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-Q2YLULZH.mjs";
6
+ import "../../chunk-LBJN5TAP.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
- import "../../chunk-WHU5VP5G.mjs";
8
+ import "../../chunk-VUMESK5D.mjs";
9
9
  import "../../chunk-CDXBML6O.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -1937,6 +1937,26 @@ var template = {
1937
1937
  }
1938
1938
  );
1939
1939
  },
1940
+ question: ({ className = "text-white" }) => {
1941
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1942
+ "svg",
1943
+ {
1944
+ xmlns: "http://www.w3.org/2000/svg",
1945
+ width: "24",
1946
+ height: "24",
1947
+ viewBox: "0 0 24 24",
1948
+ fill: "none",
1949
+ className,
1950
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1951
+ "path",
1952
+ {
1953
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1954
+ fill: "currentColor"
1955
+ }
1956
+ )
1957
+ }
1958
+ );
1959
+ },
1940
1960
  // ----------------------------------- old ---------------------------------
1941
1961
  // ** Status **
1942
1962
  "plus-circle": ({ className, fill }) => {
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  ToastProvider,
4
4
  useToast
5
- } from "../../chunk-KX6WG4VG.mjs";
5
+ } from "../../chunk-QJUPHJN6.mjs";
6
6
  import "../../chunk-ZOTHPHXA.mjs";
7
- import "../../chunk-6YTT5ACI.mjs";
7
+ import "../../chunk-DQ3ZRNX4.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-Q2YLULZH.mjs";
9
+ import "../../chunk-LBJN5TAP.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
- import "../../chunk-WHU5VP5G.mjs";
11
+ import "../../chunk-VUMESK5D.mjs";
12
12
  import "../../chunk-CDXBML6O.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-AC6TWLRT.mjs";
@@ -1879,6 +1879,26 @@ var template = {
1879
1879
  }
1880
1880
  );
1881
1881
  },
1882
+ question: ({ className = "text-white" }) => {
1883
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1884
+ "svg",
1885
+ {
1886
+ xmlns: "http://www.w3.org/2000/svg",
1887
+ width: "24",
1888
+ height: "24",
1889
+ viewBox: "0 0 24 24",
1890
+ fill: "none",
1891
+ className,
1892
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1893
+ "path",
1894
+ {
1895
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1896
+ fill: "currentColor"
1897
+ }
1898
+ )
1899
+ }
1900
+ );
1901
+ },
1882
1902
  // ----------------------------------- old ---------------------------------
1883
1903
  // ** Status **
1884
1904
  "plus-circle": ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-MBLZYQCN.mjs";
3
3
  import {
4
4
  tree_default
5
- } from "../../chunk-R2USZD77.mjs";
5
+ } from "../../chunk-HLWNJLRZ.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-Q2YLULZH.mjs";
8
- import "../../chunk-WHU5VP5G.mjs";
7
+ import "../../chunk-LBJN5TAP.mjs";
8
+ import "../../chunk-VUMESK5D.mjs";
9
9
  import "../../chunk-CDXBML6O.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -1878,6 +1878,26 @@ var template = {
1878
1878
  }
1879
1879
  );
1880
1880
  },
1881
+ question: ({ className = "text-white" }) => {
1882
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1883
+ "svg",
1884
+ {
1885
+ xmlns: "http://www.w3.org/2000/svg",
1886
+ width: "24",
1887
+ height: "24",
1888
+ viewBox: "0 0 24 24",
1889
+ fill: "none",
1890
+ className,
1891
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1892
+ "path",
1893
+ {
1894
+ d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
1895
+ fill: "currentColor"
1896
+ }
1897
+ )
1898
+ }
1899
+ );
1900
+ },
1881
1901
  // ----------------------------------- old ---------------------------------
1882
1902
  // ** Status **
1883
1903
  "plus-circle": ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  Tree,
4
4
  tree_default
5
- } from "../../chunk-R2USZD77.mjs";
5
+ } from "../../chunk-HLWNJLRZ.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-Q2YLULZH.mjs";
8
- import "../../chunk-WHU5VP5G.mjs";
7
+ import "../../chunk-LBJN5TAP.mjs";
8
+ import "../../chunk-VUMESK5D.mjs";
9
9
  import "../../chunk-CDXBML6O.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
package/dist/index.d.mts CHANGED
@@ -15,7 +15,7 @@ export { default as DefinitionTable, DefinitionTableRow, DefinitionTableRowCell
15
15
  export { default as Select, SelectOption, SelectProps } from './components/select/select.mjs';
16
16
  export { default as CheckBox } from './components/checkbox/checkbox.mjs';
17
17
  export { default as Chip } from './components/chip/chip.mjs';
18
- export { default as Radio } from './components/radio/radio.mjs';
18
+ export { default as Radio, RadioProps } from './components/radio/radio.mjs';
19
19
  export { default as Icon, IconName, iconTemplate } from './components/icon/Icon.mjs';
20
20
  export { default as Switch } from './components/switch/switch.mjs';
21
21
  export { default as Pagination } from './components/pagination/pagination.mjs';
@@ -27,7 +27,7 @@ export { default as ListItem, ListItemProps } from './components/list/listItem.m
27
27
  export { default as Toast } from './components/toast/toast.mjs';
28
28
  export { ToastProvider, useToast } from './components/toast/use-toast.mjs';
29
29
  export { default as Day } from './components/picker/day.mjs';
30
- export { default as DatePicker, DatePickerProps } from './components/picker/datePicker.mjs';
30
+ export { default as DatePicker, DatePickerProps, DateRangeValue, DateValue } from './components/picker/datePicker.mjs';
31
31
  export { default as TimePicker, TimePickerProps } from './components/picker/timePicker.mjs';
32
32
  export { default as ScrollArea } from './components/scroll/scrollArea.mjs';
33
33
  export { default as Tree, TreeNode } from './components/tree/tree.mjs';
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ export { default as DefinitionTable, DefinitionTableRow, DefinitionTableRowCell
15
15
  export { default as Select, SelectOption, SelectProps } from './components/select/select.js';
16
16
  export { default as CheckBox } from './components/checkbox/checkbox.js';
17
17
  export { default as Chip } from './components/chip/chip.js';
18
- export { default as Radio } from './components/radio/radio.js';
18
+ export { default as Radio, RadioProps } from './components/radio/radio.js';
19
19
  export { default as Icon, IconName, iconTemplate } from './components/icon/Icon.js';
20
20
  export { default as Switch } from './components/switch/switch.js';
21
21
  export { default as Pagination } from './components/pagination/pagination.js';
@@ -27,7 +27,7 @@ export { default as ListItem, ListItemProps } from './components/list/listItem.j
27
27
  export { default as Toast } from './components/toast/toast.js';
28
28
  export { ToastProvider, useToast } from './components/toast/use-toast.js';
29
29
  export { default as Day } from './components/picker/day.js';
30
- export { default as DatePicker, DatePickerProps } from './components/picker/datePicker.js';
30
+ export { default as DatePicker, DatePickerProps, DateRangeValue, DateValue } from './components/picker/datePicker.js';
31
31
  export { default as TimePicker, TimePickerProps } from './components/picker/timePicker.js';
32
32
  export { default as ScrollArea } from './components/scroll/scrollArea.js';
33
33
  export { default as Tree, TreeNode } from './components/tree/tree.js';