@deepnoid/ui 0.1.211 → 0.1.213

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 (108) hide show
  1. package/.turbo/turbo-build.log +225 -225
  2. package/README.md +99 -9
  3. package/dist/{chunk-YEYUS6DW.mjs → chunk-2GF7FJBM.mjs} +1 -1
  4. package/dist/{chunk-4F7SIDZB.mjs → chunk-5XPKK7JV.mjs} +1 -1
  5. package/dist/{chunk-W3V4SZV5.mjs → chunk-7EOGSS7L.mjs} +1 -1
  6. package/dist/{chunk-K2RW5KLO.mjs → chunk-GMVZJPB5.mjs} +2 -2
  7. package/dist/{chunk-TB2DOWSM.mjs → chunk-GZ7A7CWU.mjs} +1 -1
  8. package/dist/{chunk-OX4T7OBC.mjs → chunk-HGHQHZVM.mjs} +1 -1
  9. package/dist/{chunk-SSGCTWWW.mjs → chunk-IDAHJ4G4.mjs} +1 -1
  10. package/dist/{chunk-FFUZAOFL.mjs → chunk-L24D3ZSW.mjs} +1 -1
  11. package/dist/{chunk-XPFBM2RK.mjs → chunk-LUJSGNQI.mjs} +1 -1
  12. package/dist/{chunk-D72ILS4A.mjs → chunk-MTZQZQD6.mjs} +2 -2
  13. package/dist/{chunk-EMQML6YB.mjs → chunk-P2M2CTIU.mjs} +1 -1
  14. package/dist/{chunk-3RTVVQA3.mjs → chunk-PQ2A52BQ.mjs} +1 -1
  15. package/dist/{chunk-5BT37SLM.mjs → chunk-Q6H3TAWM.mjs} +78 -22
  16. package/dist/{chunk-JQ5C2U5I.mjs → chunk-S5C55OPB.mjs} +1 -1
  17. package/dist/{chunk-5JRZQLXQ.mjs → chunk-SFQCENX3.mjs} +2 -2
  18. package/dist/{chunk-F6BQCZ54.mjs → chunk-UMCWKBW6.mjs} +1 -1
  19. package/dist/{chunk-XKWKJQEF.mjs → chunk-WZOVARNL.mjs} +2 -2
  20. package/dist/{chunk-VVCSY7DG.mjs → chunk-X6XRYX46.mjs} +2 -2
  21. package/dist/{chunk-K3M3QEEV.mjs → chunk-YZMOQORK.mjs} +2 -2
  22. package/dist/{chunk-JPNMYMDN.mjs → chunk-ZS7ILCNA.mjs} +7 -7
  23. package/dist/components/avatar/avatar.js +78 -22
  24. package/dist/components/avatar/avatar.mjs +2 -2
  25. package/dist/components/avatar/index.js +78 -22
  26. package/dist/components/avatar/index.mjs +2 -2
  27. package/dist/components/breadcrumb/breadcrumb.js +78 -22
  28. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  29. package/dist/components/breadcrumb/index.js +78 -22
  30. package/dist/components/breadcrumb/index.mjs +6 -6
  31. package/dist/components/button/button.js +78 -22
  32. package/dist/components/button/button.mjs +3 -3
  33. package/dist/components/button/icon-button.js +78 -22
  34. package/dist/components/button/icon-button.mjs +3 -3
  35. package/dist/components/button/index.js +78 -22
  36. package/dist/components/button/index.mjs +7 -7
  37. package/dist/components/chip/chip.js +78 -22
  38. package/dist/components/chip/chip.mjs +3 -3
  39. package/dist/components/chip/index.js +78 -22
  40. package/dist/components/chip/index.mjs +3 -3
  41. package/dist/components/fileUpload/fileUpload.js +78 -22
  42. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  43. package/dist/components/fileUpload/index.js +78 -22
  44. package/dist/components/fileUpload/index.mjs +7 -7
  45. package/dist/components/icon/Icon.d.mts +12 -4
  46. package/dist/components/icon/Icon.d.ts +12 -4
  47. package/dist/components/icon/Icon.js +78 -22
  48. package/dist/components/icon/Icon.mjs +2 -2
  49. package/dist/components/icon/index.js +78 -22
  50. package/dist/components/icon/index.mjs +2 -2
  51. package/dist/components/icon/template.d.mts +3 -1
  52. package/dist/components/icon/template.d.ts +3 -1
  53. package/dist/components/icon/template.js +78 -22
  54. package/dist/components/icon/template.mjs +1 -1
  55. package/dist/components/input/index.js +78 -22
  56. package/dist/components/input/index.mjs +3 -3
  57. package/dist/components/input/input.js +78 -22
  58. package/dist/components/input/input.mjs +3 -3
  59. package/dist/components/list/index.js +78 -22
  60. package/dist/components/list/index.mjs +4 -4
  61. package/dist/components/list/listItem.js +78 -22
  62. package/dist/components/list/listItem.mjs +4 -4
  63. package/dist/components/modal/index.js +78 -22
  64. package/dist/components/modal/index.mjs +6 -6
  65. package/dist/components/modal/modal.js +78 -22
  66. package/dist/components/modal/modal.mjs +6 -6
  67. package/dist/components/pagination/index.js +78 -22
  68. package/dist/components/pagination/index.mjs +4 -4
  69. package/dist/components/pagination/pagination.js +78 -22
  70. package/dist/components/pagination/pagination.mjs +4 -4
  71. package/dist/components/picker/datePicker.js +78 -22
  72. package/dist/components/picker/datePicker.mjs +7 -7
  73. package/dist/components/picker/index.js +78 -22
  74. package/dist/components/picker/index.mjs +8 -8
  75. package/dist/components/picker/timePicker/Panel.mjs +5 -5
  76. package/dist/components/picker/timePicker/index.js +78 -22
  77. package/dist/components/picker/timePicker/index.mjs +7 -7
  78. package/dist/components/select/index.js +78 -22
  79. package/dist/components/select/index.mjs +6 -6
  80. package/dist/components/select/select.js +78 -22
  81. package/dist/components/select/select.mjs +6 -6
  82. package/dist/components/starRating/index.js +78 -22
  83. package/dist/components/starRating/index.mjs +3 -3
  84. package/dist/components/starRating/starRating.js +78 -22
  85. package/dist/components/starRating/starRating.mjs +3 -3
  86. package/dist/components/table/index.js +78 -22
  87. package/dist/components/table/index.mjs +9 -9
  88. package/dist/components/table/table-body.js +78 -22
  89. package/dist/components/table/table-body.mjs +7 -7
  90. package/dist/components/table/table-head.js +78 -22
  91. package/dist/components/table/table-head.mjs +7 -7
  92. package/dist/components/table/table.js +78 -22
  93. package/dist/components/table/table.mjs +7 -7
  94. package/dist/components/timePicker/calendar.js +78 -22
  95. package/dist/components/timePicker/calendar.mjs +2 -2
  96. package/dist/components/toast/index.js +78 -22
  97. package/dist/components/toast/index.mjs +4 -4
  98. package/dist/components/toast/toast.js +78 -22
  99. package/dist/components/toast/toast.mjs +3 -3
  100. package/dist/components/toast/use-toast.js +78 -22
  101. package/dist/components/toast/use-toast.mjs +4 -4
  102. package/dist/components/tree/index.js +78 -22
  103. package/dist/components/tree/index.mjs +3 -3
  104. package/dist/components/tree/tree.js +78 -22
  105. package/dist/components/tree/tree.mjs +3 -3
  106. package/dist/index.js +78 -22
  107. package/dist/index.mjs +63 -63
  108. package/package.json +1 -1
@@ -2032,6 +2032,84 @@ var template = {
2032
2032
  }
2033
2033
  );
2034
2034
  },
2035
+ tag: ({ className }) => {
2036
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2037
+ "svg",
2038
+ {
2039
+ xmlns: "http://www.w3.org/2000/svg",
2040
+ width: "18",
2041
+ height: "18",
2042
+ viewBox: "0 0 18 18",
2043
+ fill: "none",
2044
+ className,
2045
+ children: [
2046
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2047
+ "path",
2048
+ {
2049
+ d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
2050
+ stroke: "currentColor",
2051
+ strokeLinecap: "round",
2052
+ strokeLinejoin: "round"
2053
+ }
2054
+ ),
2055
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2056
+ "path",
2057
+ {
2058
+ d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
2059
+ stroke: "currentColor",
2060
+ strokeLinecap: "round"
2061
+ }
2062
+ ),
2063
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2064
+ "path",
2065
+ {
2066
+ d: "M9.92607 12.9198L12.9261 9.9198",
2067
+ stroke: "currentColor",
2068
+ strokeMiterlimit: "10",
2069
+ strokeLinecap: "round",
2070
+ strokeLinejoin: "round"
2071
+ }
2072
+ )
2073
+ ]
2074
+ }
2075
+ );
2076
+ },
2077
+ "check-page": ({ className }) => {
2078
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2079
+ "svg",
2080
+ {
2081
+ xmlns: "http://www.w3.org/2000/svg",
2082
+ width: "13",
2083
+ height: "16",
2084
+ viewBox: "0 0 13 16",
2085
+ fill: "none",
2086
+ className,
2087
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2088
+ "path",
2089
+ {
2090
+ d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
2091
+ stroke: "currentColor",
2092
+ strokeLinecap: "round",
2093
+ strokeLinejoin: "round"
2094
+ }
2095
+ )
2096
+ }
2097
+ );
2098
+ },
2099
+ rectangle: ({ className }) => {
2100
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2101
+ "svg",
2102
+ {
2103
+ xmlns: "http://www.w3.org/2000/svg",
2104
+ width: "24",
2105
+ height: "24",
2106
+ viewBox: "0 0 24 24",
2107
+ fill: "none",
2108
+ className,
2109
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2110
+ }
2111
+ );
2112
+ },
2035
2113
  // ----------------------------------- old ---------------------------------
2036
2114
  // ** Status **
2037
2115
  "plus-circle": ({ className, fill }) => {
@@ -2803,28 +2881,6 @@ var template = {
2803
2881
  }
2804
2882
  );
2805
2883
  },
2806
- tag: ({ className }) => {
2807
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2808
- "svg",
2809
- {
2810
- width: "24",
2811
- height: "24",
2812
- viewBox: "0 0 24 24",
2813
- fill: "none",
2814
- xmlns: "http://www.w3.org/2000/svg",
2815
- className,
2816
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2817
- "path",
2818
- {
2819
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2820
- stroke: "currentColor",
2821
- strokeLinecap: "round",
2822
- strokeLinejoin: "round"
2823
- }
2824
- )
2825
- }
2826
- );
2827
- },
2828
2884
  clip: ({ className }) => {
2829
2885
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2830
2886
  "svg",
@@ -6,11 +6,11 @@ import {
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import {
8
8
  Icon_default
9
- } from "../../chunk-YEYUS6DW.mjs";
9
+ } from "../../chunk-2GF7FJBM.mjs";
10
10
  import {
11
11
  mapPropsVariants
12
12
  } from "../../chunk-E3G5QXSH.mjs";
13
- import "../../chunk-5BT37SLM.mjs";
13
+ import "../../chunk-Q6H3TAWM.mjs";
14
14
  import {
15
15
  tv
16
16
  } from "../../chunk-U4DJHAM5.mjs";
@@ -2035,6 +2035,84 @@ var template = {
2035
2035
  }
2036
2036
  );
2037
2037
  },
2038
+ tag: ({ className }) => {
2039
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2040
+ "svg",
2041
+ {
2042
+ xmlns: "http://www.w3.org/2000/svg",
2043
+ width: "18",
2044
+ height: "18",
2045
+ viewBox: "0 0 18 18",
2046
+ fill: "none",
2047
+ className,
2048
+ children: [
2049
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2050
+ "path",
2051
+ {
2052
+ d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
2053
+ stroke: "currentColor",
2054
+ strokeLinecap: "round",
2055
+ strokeLinejoin: "round"
2056
+ }
2057
+ ),
2058
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2059
+ "path",
2060
+ {
2061
+ d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
2062
+ stroke: "currentColor",
2063
+ strokeLinecap: "round"
2064
+ }
2065
+ ),
2066
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2067
+ "path",
2068
+ {
2069
+ d: "M9.92607 12.9198L12.9261 9.9198",
2070
+ stroke: "currentColor",
2071
+ strokeMiterlimit: "10",
2072
+ strokeLinecap: "round",
2073
+ strokeLinejoin: "round"
2074
+ }
2075
+ )
2076
+ ]
2077
+ }
2078
+ );
2079
+ },
2080
+ "check-page": ({ className }) => {
2081
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2082
+ "svg",
2083
+ {
2084
+ xmlns: "http://www.w3.org/2000/svg",
2085
+ width: "13",
2086
+ height: "16",
2087
+ viewBox: "0 0 13 16",
2088
+ fill: "none",
2089
+ className,
2090
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2091
+ "path",
2092
+ {
2093
+ d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
2094
+ stroke: "currentColor",
2095
+ strokeLinecap: "round",
2096
+ strokeLinejoin: "round"
2097
+ }
2098
+ )
2099
+ }
2100
+ );
2101
+ },
2102
+ rectangle: ({ className }) => {
2103
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2104
+ "svg",
2105
+ {
2106
+ xmlns: "http://www.w3.org/2000/svg",
2107
+ width: "24",
2108
+ height: "24",
2109
+ viewBox: "0 0 24 24",
2110
+ fill: "none",
2111
+ className,
2112
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2113
+ }
2114
+ );
2115
+ },
2038
2116
  // ----------------------------------- old ---------------------------------
2039
2117
  // ** Status **
2040
2118
  "plus-circle": ({ className, fill }) => {
@@ -2806,28 +2884,6 @@ var template = {
2806
2884
  }
2807
2885
  );
2808
2886
  },
2809
- tag: ({ className }) => {
2810
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2811
- "svg",
2812
- {
2813
- width: "24",
2814
- height: "24",
2815
- viewBox: "0 0 24 24",
2816
- fill: "none",
2817
- xmlns: "http://www.w3.org/2000/svg",
2818
- className,
2819
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2820
- "path",
2821
- {
2822
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2823
- stroke: "currentColor",
2824
- strokeLinecap: "round",
2825
- strokeLinejoin: "round"
2826
- }
2827
- )
2828
- }
2829
- );
2830
- },
2831
2887
  clip: ({ className }) => {
2832
2888
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2833
2889
  "svg",
@@ -3,15 +3,15 @@ import "../../chunk-LUWGOKLG.mjs";
3
3
  import {
4
4
  ToastProvider,
5
5
  useToast
6
- } from "../../chunk-SSGCTWWW.mjs";
6
+ } from "../../chunk-IDAHJ4G4.mjs";
7
7
  import "../../chunk-ZOTHPHXA.mjs";
8
8
  import {
9
9
  toast_default
10
- } from "../../chunk-4F7SIDZB.mjs";
10
+ } from "../../chunk-5XPKK7JV.mjs";
11
11
  import "../../chunk-ZYIIXWVY.mjs";
12
- import "../../chunk-YEYUS6DW.mjs";
12
+ import "../../chunk-2GF7FJBM.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
- import "../../chunk-5BT37SLM.mjs";
14
+ import "../../chunk-Q6H3TAWM.mjs";
15
15
  import "../../chunk-U4DJHAM5.mjs";
16
16
  import "../../chunk-27Y6K5NK.mjs";
17
17
  import "../../chunk-AC6TWLRT.mjs";
@@ -2031,6 +2031,84 @@ var template = {
2031
2031
  }
2032
2032
  );
2033
2033
  },
2034
+ tag: ({ className }) => {
2035
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2036
+ "svg",
2037
+ {
2038
+ xmlns: "http://www.w3.org/2000/svg",
2039
+ width: "18",
2040
+ height: "18",
2041
+ viewBox: "0 0 18 18",
2042
+ fill: "none",
2043
+ className,
2044
+ children: [
2045
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2046
+ "path",
2047
+ {
2048
+ d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
2049
+ stroke: "currentColor",
2050
+ strokeLinecap: "round",
2051
+ strokeLinejoin: "round"
2052
+ }
2053
+ ),
2054
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2055
+ "path",
2056
+ {
2057
+ d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
2058
+ stroke: "currentColor",
2059
+ strokeLinecap: "round"
2060
+ }
2061
+ ),
2062
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2063
+ "path",
2064
+ {
2065
+ d: "M9.92607 12.9198L12.9261 9.9198",
2066
+ stroke: "currentColor",
2067
+ strokeMiterlimit: "10",
2068
+ strokeLinecap: "round",
2069
+ strokeLinejoin: "round"
2070
+ }
2071
+ )
2072
+ ]
2073
+ }
2074
+ );
2075
+ },
2076
+ "check-page": ({ className }) => {
2077
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2078
+ "svg",
2079
+ {
2080
+ xmlns: "http://www.w3.org/2000/svg",
2081
+ width: "13",
2082
+ height: "16",
2083
+ viewBox: "0 0 13 16",
2084
+ fill: "none",
2085
+ className,
2086
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2087
+ "path",
2088
+ {
2089
+ d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
2090
+ stroke: "currentColor",
2091
+ strokeLinecap: "round",
2092
+ strokeLinejoin: "round"
2093
+ }
2094
+ )
2095
+ }
2096
+ );
2097
+ },
2098
+ rectangle: ({ className }) => {
2099
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2100
+ "svg",
2101
+ {
2102
+ xmlns: "http://www.w3.org/2000/svg",
2103
+ width: "24",
2104
+ height: "24",
2105
+ viewBox: "0 0 24 24",
2106
+ fill: "none",
2107
+ className,
2108
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2109
+ }
2110
+ );
2111
+ },
2034
2112
  // ----------------------------------- old ---------------------------------
2035
2113
  // ** Status **
2036
2114
  "plus-circle": ({ className, fill }) => {
@@ -2802,28 +2880,6 @@ var template = {
2802
2880
  }
2803
2881
  );
2804
2882
  },
2805
- tag: ({ className }) => {
2806
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2807
- "svg",
2808
- {
2809
- width: "24",
2810
- height: "24",
2811
- viewBox: "0 0 24 24",
2812
- fill: "none",
2813
- xmlns: "http://www.w3.org/2000/svg",
2814
- className,
2815
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2816
- "path",
2817
- {
2818
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2819
- stroke: "currentColor",
2820
- strokeLinecap: "round",
2821
- strokeLinejoin: "round"
2822
- }
2823
- )
2824
- }
2825
- );
2826
- },
2827
2883
  clip: ({ className }) => {
2828
2884
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2829
2885
  "svg",
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-4F7SIDZB.mjs";
4
+ } from "../../chunk-5XPKK7JV.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-YEYUS6DW.mjs";
6
+ import "../../chunk-2GF7FJBM.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
- import "../../chunk-5BT37SLM.mjs";
8
+ import "../../chunk-Q6H3TAWM.mjs";
9
9
  import "../../chunk-U4DJHAM5.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -2071,6 +2071,84 @@ var template = {
2071
2071
  }
2072
2072
  );
2073
2073
  },
2074
+ tag: ({ className }) => {
2075
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2076
+ "svg",
2077
+ {
2078
+ xmlns: "http://www.w3.org/2000/svg",
2079
+ width: "18",
2080
+ height: "18",
2081
+ viewBox: "0 0 18 18",
2082
+ fill: "none",
2083
+ className,
2084
+ children: [
2085
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2086
+ "path",
2087
+ {
2088
+ d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
2089
+ stroke: "currentColor",
2090
+ strokeLinecap: "round",
2091
+ strokeLinejoin: "round"
2092
+ }
2093
+ ),
2094
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2095
+ "path",
2096
+ {
2097
+ d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
2098
+ stroke: "currentColor",
2099
+ strokeLinecap: "round"
2100
+ }
2101
+ ),
2102
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2103
+ "path",
2104
+ {
2105
+ d: "M9.92607 12.9198L12.9261 9.9198",
2106
+ stroke: "currentColor",
2107
+ strokeMiterlimit: "10",
2108
+ strokeLinecap: "round",
2109
+ strokeLinejoin: "round"
2110
+ }
2111
+ )
2112
+ ]
2113
+ }
2114
+ );
2115
+ },
2116
+ "check-page": ({ className }) => {
2117
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2118
+ "svg",
2119
+ {
2120
+ xmlns: "http://www.w3.org/2000/svg",
2121
+ width: "13",
2122
+ height: "16",
2123
+ viewBox: "0 0 13 16",
2124
+ fill: "none",
2125
+ className,
2126
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2127
+ "path",
2128
+ {
2129
+ d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
2130
+ stroke: "currentColor",
2131
+ strokeLinecap: "round",
2132
+ strokeLinejoin: "round"
2133
+ }
2134
+ )
2135
+ }
2136
+ );
2137
+ },
2138
+ rectangle: ({ className }) => {
2139
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2140
+ "svg",
2141
+ {
2142
+ xmlns: "http://www.w3.org/2000/svg",
2143
+ width: "24",
2144
+ height: "24",
2145
+ viewBox: "0 0 24 24",
2146
+ fill: "none",
2147
+ className,
2148
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2149
+ }
2150
+ );
2151
+ },
2074
2152
  // ----------------------------------- old ---------------------------------
2075
2153
  // ** Status **
2076
2154
  "plus-circle": ({ className, fill }) => {
@@ -2842,28 +2920,6 @@ var template = {
2842
2920
  }
2843
2921
  );
2844
2922
  },
2845
- tag: ({ className }) => {
2846
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2847
- "svg",
2848
- {
2849
- width: "24",
2850
- height: "24",
2851
- viewBox: "0 0 24 24",
2852
- fill: "none",
2853
- xmlns: "http://www.w3.org/2000/svg",
2854
- className,
2855
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2856
- "path",
2857
- {
2858
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2859
- stroke: "currentColor",
2860
- strokeLinecap: "round",
2861
- strokeLinejoin: "round"
2862
- }
2863
- )
2864
- }
2865
- );
2866
- },
2867
2923
  clip: ({ className }) => {
2868
2924
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2869
2925
  "svg",
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  ToastProvider,
4
4
  useToast
5
- } from "../../chunk-SSGCTWWW.mjs";
5
+ } from "../../chunk-IDAHJ4G4.mjs";
6
6
  import "../../chunk-ZOTHPHXA.mjs";
7
- import "../../chunk-4F7SIDZB.mjs";
7
+ import "../../chunk-5XPKK7JV.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-YEYUS6DW.mjs";
9
+ import "../../chunk-2GF7FJBM.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
- import "../../chunk-5BT37SLM.mjs";
11
+ import "../../chunk-Q6H3TAWM.mjs";
12
12
  import "../../chunk-U4DJHAM5.mjs";
13
13
  import "../../chunk-27Y6K5NK.mjs";
14
14
  import "../../chunk-AC6TWLRT.mjs";
@@ -2013,6 +2013,84 @@ var template = {
2013
2013
  }
2014
2014
  );
2015
2015
  },
2016
+ tag: ({ className }) => {
2017
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2018
+ "svg",
2019
+ {
2020
+ xmlns: "http://www.w3.org/2000/svg",
2021
+ width: "18",
2022
+ height: "18",
2023
+ viewBox: "0 0 18 18",
2024
+ fill: "none",
2025
+ className,
2026
+ children: [
2027
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2028
+ "path",
2029
+ {
2030
+ d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
2031
+ stroke: "currentColor",
2032
+ strokeLinecap: "round",
2033
+ strokeLinejoin: "round"
2034
+ }
2035
+ ),
2036
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2037
+ "path",
2038
+ {
2039
+ d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
2040
+ stroke: "currentColor",
2041
+ strokeLinecap: "round"
2042
+ }
2043
+ ),
2044
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2045
+ "path",
2046
+ {
2047
+ d: "M9.92607 12.9198L12.9261 9.9198",
2048
+ stroke: "currentColor",
2049
+ strokeMiterlimit: "10",
2050
+ strokeLinecap: "round",
2051
+ strokeLinejoin: "round"
2052
+ }
2053
+ )
2054
+ ]
2055
+ }
2056
+ );
2057
+ },
2058
+ "check-page": ({ className }) => {
2059
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2060
+ "svg",
2061
+ {
2062
+ xmlns: "http://www.w3.org/2000/svg",
2063
+ width: "13",
2064
+ height: "16",
2065
+ viewBox: "0 0 13 16",
2066
+ fill: "none",
2067
+ className,
2068
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2069
+ "path",
2070
+ {
2071
+ d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
2072
+ stroke: "currentColor",
2073
+ strokeLinecap: "round",
2074
+ strokeLinejoin: "round"
2075
+ }
2076
+ )
2077
+ }
2078
+ );
2079
+ },
2080
+ rectangle: ({ className }) => {
2081
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2082
+ "svg",
2083
+ {
2084
+ xmlns: "http://www.w3.org/2000/svg",
2085
+ width: "24",
2086
+ height: "24",
2087
+ viewBox: "0 0 24 24",
2088
+ fill: "none",
2089
+ className,
2090
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2091
+ }
2092
+ );
2093
+ },
2016
2094
  // ----------------------------------- old ---------------------------------
2017
2095
  // ** Status **
2018
2096
  "plus-circle": ({ className, fill }) => {
@@ -2784,28 +2862,6 @@ var template = {
2784
2862
  }
2785
2863
  );
2786
2864
  },
2787
- tag: ({ className }) => {
2788
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2789
- "svg",
2790
- {
2791
- width: "24",
2792
- height: "24",
2793
- viewBox: "0 0 24 24",
2794
- fill: "none",
2795
- xmlns: "http://www.w3.org/2000/svg",
2796
- className,
2797
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2798
- "path",
2799
- {
2800
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2801
- stroke: "currentColor",
2802
- strokeLinecap: "round",
2803
- strokeLinejoin: "round"
2804
- }
2805
- )
2806
- }
2807
- );
2808
- },
2809
2865
  clip: ({ className }) => {
2810
2866
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2811
2867
  "svg",
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-MBLZYQCN.mjs";
3
3
  import {
4
4
  tree_default
5
- } from "../../chunk-F6BQCZ54.mjs";
5
+ } from "../../chunk-UMCWKBW6.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-YEYUS6DW.mjs";
8
- import "../../chunk-5BT37SLM.mjs";
7
+ import "../../chunk-2GF7FJBM.mjs";
8
+ import "../../chunk-Q6H3TAWM.mjs";
9
9
  import "../../chunk-U4DJHAM5.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";