@deepnoid/ui 0.1.27 → 0.1.29

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 (131) hide show
  1. package/.turbo/turbo-build.log +174 -164
  2. package/dist/{chunk-UNH3BCGN.mjs → chunk-26MNALVL.mjs} +1 -1
  3. package/dist/{chunk-3IU2RPSM.mjs → chunk-2SDYFOZL.mjs} +46 -35
  4. package/dist/{chunk-HWL7TPUN.mjs → chunk-2TKEWFGH.mjs} +1 -1
  5. package/dist/chunk-3KVZDFMV.mjs +132 -0
  6. package/dist/{chunk-PMMTMYRI.mjs → chunk-6K3E5BVO.mjs} +7 -7
  7. package/dist/{chunk-BQUZRVYW.mjs → chunk-7J3KVOTS.mjs} +7 -7
  8. package/dist/{chunk-OUAKGMDW.mjs → chunk-7W2ZI2DD.mjs} +4 -4
  9. package/dist/{chunk-XRC5OUYQ.mjs → chunk-A5KQHWS3.mjs} +1 -1
  10. package/dist/{chunk-YBDA3WQP.mjs → chunk-BB7MFKNQ.mjs} +1 -1
  11. package/dist/{chunk-SCFTSNCK.mjs → chunk-ECMBAKSJ.mjs} +6 -6
  12. package/dist/{chunk-GRA2LU42.mjs → chunk-EHRFXDSN.mjs} +6 -5
  13. package/dist/{chunk-IRAHS4WS.mjs → chunk-III2QUWF.mjs} +2 -2
  14. package/dist/{chunk-E4UUZOR4.mjs → chunk-KLUC2BV6.mjs} +4 -4
  15. package/dist/{chunk-C7OF5HJF.mjs → chunk-KXA73VTJ.mjs} +5 -5
  16. package/dist/{chunk-B3DFSXGC.mjs → chunk-LR3SWRB4.mjs} +6 -6
  17. package/dist/{chunk-DLQFMOBN.mjs → chunk-QJJKJYNR.mjs} +4 -4
  18. package/dist/{chunk-XA6PVFTW.mjs → chunk-RCJOJPRS.mjs} +6 -6
  19. package/dist/chunk-RLXOHILK.mjs +1 -0
  20. package/dist/{chunk-XQGD4ZIX.mjs → chunk-SP3JVQY3.mjs} +1 -1
  21. package/dist/{chunk-QY7LYAXT.mjs → chunk-W45H2ZMW.mjs} +5 -5
  22. package/dist/{chunk-PX4PFLJ3.mjs → chunk-X4F7JYBA.mjs} +18 -33
  23. package/dist/{chunk-Q72LZAPG.mjs → chunk-X6D7C7QZ.mjs} +4 -4
  24. package/dist/{chunk-6HX3PPL6.mjs → chunk-Y6XQTWB5.mjs} +4 -4
  25. package/dist/components/avatar/avatar.js +46 -35
  26. package/dist/components/avatar/avatar.mjs +2 -2
  27. package/dist/components/avatar/index.js +46 -35
  28. package/dist/components/avatar/index.mjs +2 -2
  29. package/dist/components/backdrop/backdrop.mjs +2 -2
  30. package/dist/components/backdrop/index.mjs +2 -2
  31. package/dist/components/breadcrumb/breadcrumb.js +46 -35
  32. package/dist/components/breadcrumb/breadcrumb.mjs +8 -8
  33. package/dist/components/breadcrumb/index.js +46 -35
  34. package/dist/components/breadcrumb/index.mjs +8 -8
  35. package/dist/components/button/button.js +46 -35
  36. package/dist/components/button/button.mjs +5 -5
  37. package/dist/components/button/icon-button.js +46 -35
  38. package/dist/components/button/icon-button.mjs +5 -5
  39. package/dist/components/button/index.js +46 -35
  40. package/dist/components/button/index.mjs +7 -7
  41. package/dist/components/button/text-button.mjs +2 -2
  42. package/dist/components/checkbox/checkbox.mjs +2 -2
  43. package/dist/components/checkbox/index.mjs +2 -2
  44. package/dist/components/chip/chip.js +46 -35
  45. package/dist/components/chip/chip.mjs +4 -4
  46. package/dist/components/chip/index.js +46 -35
  47. package/dist/components/chip/index.mjs +4 -4
  48. package/dist/components/dateTimePicker/calendar.js +46 -35
  49. package/dist/components/dateTimePicker/calendar.mjs +4 -4
  50. package/dist/components/dateTimePicker/dateTimePicker.js +46 -35
  51. package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
  52. package/dist/components/dateTimePicker/index.js +46 -35
  53. package/dist/components/dateTimePicker/index.mjs +9 -9
  54. package/dist/components/dateTimePicker/timePicker.js +46 -35
  55. package/dist/components/dateTimePicker/timePicker.mjs +7 -7
  56. package/dist/components/fileUpload/fileUpload.d.mts +92 -0
  57. package/dist/components/fileUpload/fileUpload.d.ts +92 -0
  58. package/dist/components/fileUpload/fileUpload.js +5648 -0
  59. package/dist/components/fileUpload/fileUpload.mjs +28 -0
  60. package/dist/components/fileUpload/index.d.mts +5 -0
  61. package/dist/components/fileUpload/index.d.ts +5 -0
  62. package/dist/components/fileUpload/index.js +5647 -0
  63. package/dist/components/fileUpload/index.mjs +25 -0
  64. package/dist/components/icon/Icon.d.mts +9 -5
  65. package/dist/components/icon/Icon.d.ts +9 -5
  66. package/dist/components/icon/Icon.js +46 -35
  67. package/dist/components/icon/Icon.mjs +2 -2
  68. package/dist/components/icon/index.js +46 -35
  69. package/dist/components/icon/index.mjs +2 -2
  70. package/dist/components/icon/template.d.mts +3 -2
  71. package/dist/components/icon/template.d.ts +3 -2
  72. package/dist/components/icon/template.js +46 -35
  73. package/dist/components/icon/template.mjs +1 -1
  74. package/dist/components/input/index.js +48 -36
  75. package/dist/components/input/index.mjs +4 -4
  76. package/dist/components/input/input.js +48 -36
  77. package/dist/components/input/input.mjs +4 -4
  78. package/dist/components/list/index.js +46 -35
  79. package/dist/components/list/index.mjs +8 -8
  80. package/dist/components/list/list.mjs +2 -2
  81. package/dist/components/list/listItem.js +46 -35
  82. package/dist/components/list/listItem.mjs +5 -5
  83. package/dist/components/modal/index.js +46 -35
  84. package/dist/components/modal/index.mjs +9 -9
  85. package/dist/components/modal/modal.js +46 -35
  86. package/dist/components/modal/modal.mjs +9 -9
  87. package/dist/components/pagination/index.js +48 -36
  88. package/dist/components/pagination/index.mjs +5 -5
  89. package/dist/components/pagination/pagination.js +48 -36
  90. package/dist/components/pagination/pagination.mjs +5 -5
  91. package/dist/components/radio/index.mjs +2 -2
  92. package/dist/components/radio/radio.mjs +2 -2
  93. package/dist/components/ripple/index.mjs +3 -3
  94. package/dist/components/select/index.js +46 -35
  95. package/dist/components/select/index.mjs +4 -4
  96. package/dist/components/select/select.js +46 -35
  97. package/dist/components/select/select.mjs +4 -4
  98. package/dist/components/table/index.js +48 -36
  99. package/dist/components/table/index.mjs +12 -12
  100. package/dist/components/table/table-body.mjs +3 -3
  101. package/dist/components/table/table-head.mjs +3 -3
  102. package/dist/components/table/table.js +48 -36
  103. package/dist/components/table/table.mjs +9 -9
  104. package/dist/components/tabs/index.mjs +2 -2
  105. package/dist/components/tabs/tabs.mjs +2 -2
  106. package/dist/components/toast/index.js +46 -35
  107. package/dist/components/toast/index.mjs +5 -5
  108. package/dist/components/toast/toast.js +46 -35
  109. package/dist/components/toast/toast.mjs +4 -4
  110. package/dist/components/toast/use-toast.js +46 -35
  111. package/dist/components/toast/use-toast.mjs +5 -5
  112. package/dist/components/tooltip/index.mjs +2 -2
  113. package/dist/components/tooltip/tooltip.mjs +2 -2
  114. package/dist/components/tree/index.js +60 -64
  115. package/dist/components/tree/index.mjs +4 -4
  116. package/dist/components/tree/tree.d.mts +10 -5
  117. package/dist/components/tree/tree.d.ts +10 -5
  118. package/dist/components/tree/tree.js +60 -64
  119. package/dist/components/tree/tree.mjs +4 -4
  120. package/dist/index.d.mts +1 -0
  121. package/dist/index.d.ts +1 -0
  122. package/dist/index.js +180 -65
  123. package/dist/index.mjs +54 -49
  124. package/package.json +1 -1
  125. package/dist/{chunk-WFMFC7R6.mjs → chunk-2PKM7SLZ.mjs} +3 -3
  126. package/dist/{chunk-QIRL6HY6.mjs → chunk-33LANVZV.mjs} +3 -3
  127. package/dist/{chunk-Z2537DF6.mjs → chunk-IL5ENWCR.mjs} +3 -3
  128. package/dist/{chunk-LL6F3WDX.mjs → chunk-P5QCU457.mjs} +3 -3
  129. package/dist/{chunk-2YMAKIZ6.mjs → chunk-SSMMWMQC.mjs} +3 -3
  130. package/dist/{chunk-HIVPDIEP.mjs → chunk-UFVQPPPW.mjs} +3 -3
  131. package/dist/{chunk-D6QI3DJG.mjs → chunk-YLRYHUTW.mjs} +3 -3
@@ -1265,22 +1265,61 @@ var template = {
1265
1265
  }
1266
1266
  );
1267
1267
  },
1268
- // ----------------------------------- old ---------------------------------
1269
- // ** Status **
1270
- plus: ({ className, fill }) => {
1268
+ plus: ({ className }) => {
1269
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1270
+ "svg",
1271
+ {
1272
+ xmlns: "http://www.w3.org/2000/svg",
1273
+ width: "18",
1274
+ height: "18",
1275
+ viewBox: "0 0 18 18",
1276
+ fill: "none",
1277
+ className,
1278
+ children: [
1279
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
1280
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1281
+ ]
1282
+ }
1283
+ );
1284
+ },
1285
+ minus: ({ className }) => {
1271
1286
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1272
1287
  "svg",
1273
1288
  {
1274
- width: "24",
1275
- height: "24",
1276
- viewBox: "0 0 24 24",
1289
+ xmlns: "http://www.w3.org/2000/svg",
1290
+ width: "18",
1291
+ height: "18",
1292
+ viewBox: "0 0 18 18",
1277
1293
  fill: "none",
1294
+ className,
1295
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1296
+ }
1297
+ );
1298
+ },
1299
+ pencil: ({ className }) => {
1300
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1301
+ "svg",
1302
+ {
1278
1303
  xmlns: "http://www.w3.org/2000/svg",
1304
+ width: "18",
1305
+ height: "18",
1306
+ viewBox: "0 0 18 18",
1307
+ fill: "none",
1279
1308
  className,
1280
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1309
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1310
+ "path",
1311
+ {
1312
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
1313
+ stroke: "currentColor",
1314
+ strokeLinecap: "round",
1315
+ strokeLinejoin: "round"
1316
+ }
1317
+ )
1281
1318
  }
1282
1319
  );
1283
1320
  },
1321
+ // ----------------------------------- old ---------------------------------
1322
+ // ** Status **
1284
1323
  check: ({ className, fill }) => {
1285
1324
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1286
1325
  "svg",
@@ -2927,34 +2966,6 @@ var template = {
2927
2966
  }
2928
2967
  );
2929
2968
  },
2930
- pencil: ({ className, fill }) => {
2931
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2932
- "svg",
2933
- {
2934
- width: "24",
2935
- height: "24",
2936
- viewBox: "0 0 24 24",
2937
- fill: "none",
2938
- xmlns: "http://www.w3.org/2000/svg",
2939
- className,
2940
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2941
- "path",
2942
- {
2943
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2944
- fill: "currentColor"
2945
- }
2946
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2947
- "path",
2948
- {
2949
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2950
- stroke: "currentColor",
2951
- strokeLinecap: "round",
2952
- strokeLinejoin: "round"
2953
- }
2954
- )
2955
- }
2956
- );
2957
- },
2958
2969
  "pencil-square": ({ className, fill }) => {
2959
2970
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2960
2971
  "svg",
@@ -4807,9 +4818,10 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4807
4818
  {
4808
4819
  ...inputProps,
4809
4820
  ref: ref || inputRef,
4821
+ readOnly: props.readOnly,
4810
4822
  className: clsx(
4811
4823
  slots.input({ class: classNames == null ? void 0 : classNames.input }),
4812
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
4824
+ inputProps.readOnly ? "!text-body-foreground placeholder:!text-body-foreground" : ""
4813
4825
  ),
4814
4826
  size: 0
4815
4827
  }
@@ -1,28 +1,28 @@
1
1
  "use client";
2
2
  import "../../chunk-DX3KXNP6.mjs";
3
+ import {
4
+ definition_table_default
5
+ } from "../../chunk-6TIIBU7J.mjs";
3
6
  import {
4
7
  table_default
5
- } from "../../chunk-XA6PVFTW.mjs";
6
- import "../../chunk-XRC5OUYQ.mjs";
7
- import "../../chunk-UNH3BCGN.mjs";
8
+ } from "../../chunk-RCJOJPRS.mjs";
8
9
  import "../../chunk-DQRAFUDA.mjs";
9
10
  import "../../chunk-M37VBNB3.mjs";
10
- import {
11
- definition_table_default
12
- } from "../../chunk-6TIIBU7J.mjs";
11
+ import "../../chunk-A5KQHWS3.mjs";
12
+ import "../../chunk-26MNALVL.mjs";
13
13
  import "../../chunk-7B7LRG5J.mjs";
14
- import "../../chunk-C7OF5HJF.mjs";
14
+ import "../../chunk-KXA73VTJ.mjs";
15
15
  import "../../chunk-F3HENRVM.mjs";
16
16
  import "../../chunk-2GCSFWHD.mjs";
17
- import "../../chunk-GRA2LU42.mjs";
17
+ import "../../chunk-EHRFXDSN.mjs";
18
18
  import "../../chunk-QZ3LVYJW.mjs";
19
- import "../../chunk-D6QI3DJG.mjs";
19
+ import "../../chunk-YLRYHUTW.mjs";
20
20
  import "../../chunk-ZYIIXWVY.mjs";
21
- import "../../chunk-HWL7TPUN.mjs";
22
- import "../../chunk-3IU2RPSM.mjs";
23
- import "../../chunk-4ZJFD3L3.mjs";
21
+ import "../../chunk-2TKEWFGH.mjs";
22
+ import "../../chunk-2SDYFOZL.mjs";
24
23
  import "../../chunk-27Y6K5NK.mjs";
25
24
  import "../../chunk-E3G5QXSH.mjs";
25
+ import "../../chunk-4ZJFD3L3.mjs";
26
26
  import "../../chunk-AC6TWLRT.mjs";
27
27
  export {
28
28
  definition_table_default as DefinitionTable,
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "../../chunk-XRC5OUYQ.mjs";
4
+ } from "../../chunk-A5KQHWS3.mjs";
5
5
  import "../../chunk-QZ3LVYJW.mjs";
6
- import "../../chunk-D6QI3DJG.mjs";
7
- import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-YLRYHUTW.mjs";
8
7
  import "../../chunk-27Y6K5NK.mjs";
9
8
  import "../../chunk-E3G5QXSH.mjs";
9
+ import "../../chunk-4ZJFD3L3.mjs";
10
10
  import "../../chunk-AC6TWLRT.mjs";
11
11
  export {
12
12
  table_body_default as default
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-UNH3BCGN.mjs";
4
+ } from "../../chunk-26MNALVL.mjs";
5
5
  import "../../chunk-QZ3LVYJW.mjs";
6
- import "../../chunk-D6QI3DJG.mjs";
7
- import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-YLRYHUTW.mjs";
8
7
  import "../../chunk-27Y6K5NK.mjs";
9
8
  import "../../chunk-E3G5QXSH.mjs";
9
+ import "../../chunk-4ZJFD3L3.mjs";
10
10
  import "../../chunk-AC6TWLRT.mjs";
11
11
  export {
12
12
  table_head_default as default
@@ -1262,22 +1262,61 @@ var template = {
1262
1262
  }
1263
1263
  );
1264
1264
  },
1265
- // ----------------------------------- old ---------------------------------
1266
- // ** Status **
1267
- plus: ({ className, fill }) => {
1265
+ plus: ({ className }) => {
1266
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
1267
+ "svg",
1268
+ {
1269
+ xmlns: "http://www.w3.org/2000/svg",
1270
+ width: "18",
1271
+ height: "18",
1272
+ viewBox: "0 0 18 18",
1273
+ fill: "none",
1274
+ className,
1275
+ children: [
1276
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
1277
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1278
+ ]
1279
+ }
1280
+ );
1281
+ },
1282
+ minus: ({ className }) => {
1268
1283
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1269
1284
  "svg",
1270
1285
  {
1271
- width: "24",
1272
- height: "24",
1273
- viewBox: "0 0 24 24",
1286
+ xmlns: "http://www.w3.org/2000/svg",
1287
+ width: "18",
1288
+ height: "18",
1289
+ viewBox: "0 0 18 18",
1274
1290
  fill: "none",
1291
+ className,
1292
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1293
+ }
1294
+ );
1295
+ },
1296
+ pencil: ({ className }) => {
1297
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1298
+ "svg",
1299
+ {
1275
1300
  xmlns: "http://www.w3.org/2000/svg",
1301
+ width: "18",
1302
+ height: "18",
1303
+ viewBox: "0 0 18 18",
1304
+ fill: "none",
1276
1305
  className,
1277
- children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
1306
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1307
+ "path",
1308
+ {
1309
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
1310
+ stroke: "currentColor",
1311
+ strokeLinecap: "round",
1312
+ strokeLinejoin: "round"
1313
+ }
1314
+ )
1278
1315
  }
1279
1316
  );
1280
1317
  },
1318
+ // ----------------------------------- old ---------------------------------
1319
+ // ** Status **
1281
1320
  check: ({ className, fill }) => {
1282
1321
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
1283
1322
  "svg",
@@ -2924,34 +2963,6 @@ var template = {
2924
2963
  }
2925
2964
  );
2926
2965
  },
2927
- pencil: ({ className, fill }) => {
2928
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2929
- "svg",
2930
- {
2931
- width: "24",
2932
- height: "24",
2933
- viewBox: "0 0 24 24",
2934
- fill: "none",
2935
- xmlns: "http://www.w3.org/2000/svg",
2936
- className,
2937
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2938
- "path",
2939
- {
2940
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2941
- fill: "currentColor"
2942
- }
2943
- ) : /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2944
- "path",
2945
- {
2946
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2947
- stroke: "currentColor",
2948
- strokeLinecap: "round",
2949
- strokeLinejoin: "round"
2950
- }
2951
- )
2952
- }
2953
- );
2954
- },
2955
2966
  "pencil-square": ({ className, fill }) => {
2956
2967
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2957
2968
  "svg",
@@ -4804,9 +4815,10 @@ var Input = (0, import_react5.forwardRef)((originalProps, ref) => {
4804
4815
  {
4805
4816
  ...inputProps,
4806
4817
  ref: ref || inputRef,
4818
+ readOnly: props.readOnly,
4807
4819
  className: clsx(
4808
4820
  slots.input({ class: classNames == null ? void 0 : classNames.input }),
4809
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
4821
+ inputProps.readOnly ? "!text-body-foreground placeholder:!text-body-foreground" : ""
4810
4822
  ),
4811
4823
  size: 0
4812
4824
  }
@@ -1,24 +1,24 @@
1
1
  "use client";
2
2
  import {
3
3
  table_default
4
- } from "../../chunk-XA6PVFTW.mjs";
5
- import "../../chunk-XRC5OUYQ.mjs";
6
- import "../../chunk-UNH3BCGN.mjs";
4
+ } from "../../chunk-RCJOJPRS.mjs";
7
5
  import "../../chunk-DQRAFUDA.mjs";
8
6
  import "../../chunk-M37VBNB3.mjs";
7
+ import "../../chunk-A5KQHWS3.mjs";
8
+ import "../../chunk-26MNALVL.mjs";
9
9
  import "../../chunk-7B7LRG5J.mjs";
10
- import "../../chunk-C7OF5HJF.mjs";
10
+ import "../../chunk-KXA73VTJ.mjs";
11
11
  import "../../chunk-F3HENRVM.mjs";
12
12
  import "../../chunk-2GCSFWHD.mjs";
13
- import "../../chunk-GRA2LU42.mjs";
13
+ import "../../chunk-EHRFXDSN.mjs";
14
14
  import "../../chunk-QZ3LVYJW.mjs";
15
- import "../../chunk-D6QI3DJG.mjs";
15
+ import "../../chunk-YLRYHUTW.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
- import "../../chunk-HWL7TPUN.mjs";
18
- import "../../chunk-3IU2RPSM.mjs";
19
- import "../../chunk-4ZJFD3L3.mjs";
17
+ import "../../chunk-2TKEWFGH.mjs";
18
+ import "../../chunk-2SDYFOZL.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
  table_default as default
@@ -2,9 +2,9 @@
2
2
  import "../../chunk-3MY6LO7N.mjs";
3
3
  import {
4
4
  tabs_default
5
- } from "../../chunk-2YMAKIZ6.mjs";
6
- import "../../chunk-4ZJFD3L3.mjs";
5
+ } from "../../chunk-SSMMWMQC.mjs";
7
6
  import "../../chunk-E3G5QXSH.mjs";
7
+ import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  tabs_default as Tabs
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  tabs,
4
4
  tabs_default
5
- } from "../../chunk-2YMAKIZ6.mjs";
6
- import "../../chunk-4ZJFD3L3.mjs";
5
+ } from "../../chunk-SSMMWMQC.mjs";
7
6
  import "../../chunk-E3G5QXSH.mjs";
7
+ import "../../chunk-4ZJFD3L3.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  tabs_default as default,
@@ -866,22 +866,61 @@ var template = {
866
866
  }
867
867
  );
868
868
  },
869
- // ----------------------------------- old ---------------------------------
870
- // ** Status **
871
- plus: ({ className, fill }) => {
869
+ plus: ({ className }) => {
870
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
871
+ "svg",
872
+ {
873
+ xmlns: "http://www.w3.org/2000/svg",
874
+ width: "18",
875
+ height: "18",
876
+ viewBox: "0 0 18 18",
877
+ fill: "none",
878
+ className,
879
+ children: [
880
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
881
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
882
+ ]
883
+ }
884
+ );
885
+ },
886
+ minus: ({ className }) => {
872
887
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
873
888
  "svg",
874
889
  {
875
- width: "24",
876
- height: "24",
877
- viewBox: "0 0 24 24",
890
+ xmlns: "http://www.w3.org/2000/svg",
891
+ width: "18",
892
+ height: "18",
893
+ viewBox: "0 0 18 18",
878
894
  fill: "none",
895
+ className,
896
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
897
+ }
898
+ );
899
+ },
900
+ pencil: ({ className }) => {
901
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
902
+ "svg",
903
+ {
879
904
  xmlns: "http://www.w3.org/2000/svg",
905
+ width: "18",
906
+ height: "18",
907
+ viewBox: "0 0 18 18",
908
+ fill: "none",
880
909
  className,
881
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
910
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
911
+ "path",
912
+ {
913
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
914
+ stroke: "currentColor",
915
+ strokeLinecap: "round",
916
+ strokeLinejoin: "round"
917
+ }
918
+ )
882
919
  }
883
920
  );
884
921
  },
922
+ // ----------------------------------- old ---------------------------------
923
+ // ** Status **
885
924
  check: ({ className, fill }) => {
886
925
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
887
926
  "svg",
@@ -2528,34 +2567,6 @@ var template = {
2528
2567
  }
2529
2568
  );
2530
2569
  },
2531
- pencil: ({ className, fill }) => {
2532
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2533
- "svg",
2534
- {
2535
- width: "24",
2536
- height: "24",
2537
- viewBox: "0 0 24 24",
2538
- fill: "none",
2539
- xmlns: "http://www.w3.org/2000/svg",
2540
- className,
2541
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2542
- "path",
2543
- {
2544
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2545
- fill: "currentColor"
2546
- }
2547
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2548
- "path",
2549
- {
2550
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2551
- stroke: "currentColor",
2552
- strokeLinecap: "round",
2553
- strokeLinejoin: "round"
2554
- }
2555
- )
2556
- }
2557
- );
2558
- },
2559
2570
  "pencil-square": ({ className, fill }) => {
2560
2571
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2561
2572
  "svg",
@@ -3,17 +3,17 @@ import "../../chunk-LUWGOKLG.mjs";
3
3
  import {
4
4
  ToastProvider,
5
5
  useToast
6
- } from "../../chunk-YBDA3WQP.mjs";
6
+ } from "../../chunk-BB7MFKNQ.mjs";
7
7
  import "../../chunk-ZOTHPHXA.mjs";
8
8
  import {
9
9
  toast_default
10
- } from "../../chunk-OUAKGMDW.mjs";
10
+ } from "../../chunk-7W2ZI2DD.mjs";
11
11
  import "../../chunk-ZYIIXWVY.mjs";
12
- import "../../chunk-HWL7TPUN.mjs";
13
- import "../../chunk-3IU2RPSM.mjs";
14
- import "../../chunk-4ZJFD3L3.mjs";
12
+ import "../../chunk-2TKEWFGH.mjs";
13
+ import "../../chunk-2SDYFOZL.mjs";
15
14
  import "../../chunk-27Y6K5NK.mjs";
16
15
  import "../../chunk-E3G5QXSH.mjs";
16
+ import "../../chunk-4ZJFD3L3.mjs";
17
17
  import "../../chunk-AC6TWLRT.mjs";
18
18
  export {
19
19
  toast_default as Toast,
@@ -862,22 +862,61 @@ var template = {
862
862
  }
863
863
  );
864
864
  },
865
- // ----------------------------------- old ---------------------------------
866
- // ** Status **
867
- plus: ({ className, fill }) => {
865
+ plus: ({ className }) => {
866
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
867
+ "svg",
868
+ {
869
+ xmlns: "http://www.w3.org/2000/svg",
870
+ width: "18",
871
+ height: "18",
872
+ viewBox: "0 0 18 18",
873
+ fill: "none",
874
+ className,
875
+ children: [
876
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
877
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
878
+ ]
879
+ }
880
+ );
881
+ },
882
+ minus: ({ className }) => {
868
883
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
869
884
  "svg",
870
885
  {
871
- width: "24",
872
- height: "24",
873
- viewBox: "0 0 24 24",
886
+ xmlns: "http://www.w3.org/2000/svg",
887
+ width: "18",
888
+ height: "18",
889
+ viewBox: "0 0 18 18",
874
890
  fill: "none",
891
+ className,
892
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
893
+ }
894
+ );
895
+ },
896
+ pencil: ({ className }) => {
897
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
898
+ "svg",
899
+ {
875
900
  xmlns: "http://www.w3.org/2000/svg",
901
+ width: "18",
902
+ height: "18",
903
+ viewBox: "0 0 18 18",
904
+ fill: "none",
876
905
  className,
877
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
906
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
907
+ "path",
908
+ {
909
+ d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
910
+ stroke: "currentColor",
911
+ strokeLinecap: "round",
912
+ strokeLinejoin: "round"
913
+ }
914
+ )
878
915
  }
879
916
  );
880
917
  },
918
+ // ----------------------------------- old ---------------------------------
919
+ // ** Status **
881
920
  check: ({ className, fill }) => {
882
921
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
883
922
  "svg",
@@ -2524,34 +2563,6 @@ var template = {
2524
2563
  }
2525
2564
  );
2526
2565
  },
2527
- pencil: ({ className, fill }) => {
2528
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2529
- "svg",
2530
- {
2531
- width: "24",
2532
- height: "24",
2533
- viewBox: "0 0 24 24",
2534
- fill: "none",
2535
- xmlns: "http://www.w3.org/2000/svg",
2536
- className,
2537
- children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2538
- "path",
2539
- {
2540
- d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2541
- fill: "currentColor"
2542
- }
2543
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2544
- "path",
2545
- {
2546
- d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2547
- stroke: "currentColor",
2548
- strokeLinecap: "round",
2549
- strokeLinejoin: "round"
2550
- }
2551
- )
2552
- }
2553
- );
2554
- },
2555
2566
  "pencil-square": ({ className, fill }) => {
2556
2567
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2557
2568
  "svg",
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-OUAKGMDW.mjs";
4
+ } from "../../chunk-7W2ZI2DD.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-HWL7TPUN.mjs";
7
- import "../../chunk-3IU2RPSM.mjs";
8
- import "../../chunk-4ZJFD3L3.mjs";
6
+ import "../../chunk-2TKEWFGH.mjs";
7
+ import "../../chunk-2SDYFOZL.mjs";
9
8
  import "../../chunk-27Y6K5NK.mjs";
10
9
  import "../../chunk-E3G5QXSH.mjs";
10
+ import "../../chunk-4ZJFD3L3.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
12
12
  export {
13
13
  toast_default as default