@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
@@ -1765,6 +1765,84 @@ var template = {
1765
1765
  }
1766
1766
  );
1767
1767
  },
1768
+ tag: ({ className }) => {
1769
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1770
+ "svg",
1771
+ {
1772
+ xmlns: "http://www.w3.org/2000/svg",
1773
+ width: "18",
1774
+ height: "18",
1775
+ viewBox: "0 0 18 18",
1776
+ fill: "none",
1777
+ className,
1778
+ children: [
1779
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1780
+ "path",
1781
+ {
1782
+ 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",
1783
+ stroke: "currentColor",
1784
+ strokeLinecap: "round",
1785
+ strokeLinejoin: "round"
1786
+ }
1787
+ ),
1788
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1789
+ "path",
1790
+ {
1791
+ 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",
1792
+ stroke: "currentColor",
1793
+ strokeLinecap: "round"
1794
+ }
1795
+ ),
1796
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1797
+ "path",
1798
+ {
1799
+ d: "M9.92607 12.9198L12.9261 9.9198",
1800
+ stroke: "currentColor",
1801
+ strokeMiterlimit: "10",
1802
+ strokeLinecap: "round",
1803
+ strokeLinejoin: "round"
1804
+ }
1805
+ )
1806
+ ]
1807
+ }
1808
+ );
1809
+ },
1810
+ "check-page": ({ className }) => {
1811
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1812
+ "svg",
1813
+ {
1814
+ xmlns: "http://www.w3.org/2000/svg",
1815
+ width: "13",
1816
+ height: "16",
1817
+ viewBox: "0 0 13 16",
1818
+ fill: "none",
1819
+ className,
1820
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1821
+ "path",
1822
+ {
1823
+ 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",
1824
+ stroke: "currentColor",
1825
+ strokeLinecap: "round",
1826
+ strokeLinejoin: "round"
1827
+ }
1828
+ )
1829
+ }
1830
+ );
1831
+ },
1832
+ rectangle: ({ className }) => {
1833
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1834
+ "svg",
1835
+ {
1836
+ xmlns: "http://www.w3.org/2000/svg",
1837
+ width: "24",
1838
+ height: "24",
1839
+ viewBox: "0 0 24 24",
1840
+ fill: "none",
1841
+ className,
1842
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
1843
+ }
1844
+ );
1845
+ },
1768
1846
  // ----------------------------------- old ---------------------------------
1769
1847
  // ** Status **
1770
1848
  "plus-circle": ({ className, fill }) => {
@@ -2536,28 +2614,6 @@ var template = {
2536
2614
  }
2537
2615
  );
2538
2616
  },
2539
- tag: ({ className }) => {
2540
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2541
- "svg",
2542
- {
2543
- width: "24",
2544
- height: "24",
2545
- viewBox: "0 0 24 24",
2546
- fill: "none",
2547
- xmlns: "http://www.w3.org/2000/svg",
2548
- className,
2549
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2550
- "path",
2551
- {
2552
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2553
- stroke: "currentColor",
2554
- strokeLinecap: "round",
2555
- strokeLinejoin: "round"
2556
- }
2557
- )
2558
- }
2559
- );
2560
- },
2561
2617
  clip: ({ className }) => {
2562
2618
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2563
2619
  "svg",
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-3RTVVQA3.mjs";
5
+ } from "../../chunk-PQ2A52BQ.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-YEYUS6DW.mjs";
7
+ import "../../chunk-2GF7FJBM.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
- import "../../chunk-5BT37SLM.mjs";
9
+ import "../../chunk-Q6H3TAWM.mjs";
10
10
  import "../../chunk-U4DJHAM5.mjs";
11
11
  import "../../chunk-27Y6K5NK.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
@@ -2084,6 +2084,84 @@ var template = {
2084
2084
  }
2085
2085
  );
2086
2086
  },
2087
+ tag: ({ className }) => {
2088
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
2089
+ "svg",
2090
+ {
2091
+ xmlns: "http://www.w3.org/2000/svg",
2092
+ width: "18",
2093
+ height: "18",
2094
+ viewBox: "0 0 18 18",
2095
+ fill: "none",
2096
+ className,
2097
+ children: [
2098
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2099
+ "path",
2100
+ {
2101
+ 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",
2102
+ stroke: "currentColor",
2103
+ strokeLinecap: "round",
2104
+ strokeLinejoin: "round"
2105
+ }
2106
+ ),
2107
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2108
+ "path",
2109
+ {
2110
+ 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",
2111
+ stroke: "currentColor",
2112
+ strokeLinecap: "round"
2113
+ }
2114
+ ),
2115
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2116
+ "path",
2117
+ {
2118
+ d: "M9.92607 12.9198L12.9261 9.9198",
2119
+ stroke: "currentColor",
2120
+ strokeMiterlimit: "10",
2121
+ strokeLinecap: "round",
2122
+ strokeLinejoin: "round"
2123
+ }
2124
+ )
2125
+ ]
2126
+ }
2127
+ );
2128
+ },
2129
+ "check-page": ({ className }) => {
2130
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2131
+ "svg",
2132
+ {
2133
+ xmlns: "http://www.w3.org/2000/svg",
2134
+ width: "13",
2135
+ height: "16",
2136
+ viewBox: "0 0 13 16",
2137
+ fill: "none",
2138
+ className,
2139
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2140
+ "path",
2141
+ {
2142
+ 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",
2143
+ stroke: "currentColor",
2144
+ strokeLinecap: "round",
2145
+ strokeLinejoin: "round"
2146
+ }
2147
+ )
2148
+ }
2149
+ );
2150
+ },
2151
+ rectangle: ({ className }) => {
2152
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2153
+ "svg",
2154
+ {
2155
+ xmlns: "http://www.w3.org/2000/svg",
2156
+ width: "24",
2157
+ height: "24",
2158
+ viewBox: "0 0 24 24",
2159
+ fill: "none",
2160
+ className,
2161
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2162
+ }
2163
+ );
2164
+ },
2087
2165
  // ----------------------------------- old ---------------------------------
2088
2166
  // ** Status **
2089
2167
  "plus-circle": ({ className, fill }) => {
@@ -2855,28 +2933,6 @@ var template = {
2855
2933
  }
2856
2934
  );
2857
2935
  },
2858
- tag: ({ className }) => {
2859
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2860
- "svg",
2861
- {
2862
- width: "24",
2863
- height: "24",
2864
- viewBox: "0 0 24 24",
2865
- fill: "none",
2866
- xmlns: "http://www.w3.org/2000/svg",
2867
- className,
2868
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2869
- "path",
2870
- {
2871
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2872
- stroke: "currentColor",
2873
- strokeLinecap: "round",
2874
- strokeLinejoin: "round"
2875
- }
2876
- )
2877
- }
2878
- );
2879
- },
2880
2936
  clip: ({ className }) => {
2881
2937
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2882
2938
  "svg",
@@ -5,12 +5,12 @@ import {
5
5
  } from "../../chunk-NGRGAY42.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-K3M3QEEV.mjs";
8
+ } from "../../chunk-YZMOQORK.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-YEYUS6DW.mjs";
10
+ import "../../chunk-2GF7FJBM.mjs";
11
11
  import "../../chunk-E3G5QXSH.mjs";
12
- import "../../chunk-JQ5C2U5I.mjs";
13
- import "../../chunk-5BT37SLM.mjs";
12
+ import "../../chunk-S5C55OPB.mjs";
13
+ import "../../chunk-Q6H3TAWM.mjs";
14
14
  import "../../chunk-U4DJHAM5.mjs";
15
15
  import "../../chunk-AC6TWLRT.mjs";
16
16
  export {
@@ -2034,6 +2034,84 @@ var template = {
2034
2034
  }
2035
2035
  );
2036
2036
  },
2037
+ tag: ({ className }) => {
2038
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2039
+ "svg",
2040
+ {
2041
+ xmlns: "http://www.w3.org/2000/svg",
2042
+ width: "18",
2043
+ height: "18",
2044
+ viewBox: "0 0 18 18",
2045
+ fill: "none",
2046
+ className,
2047
+ children: [
2048
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2049
+ "path",
2050
+ {
2051
+ 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",
2052
+ stroke: "currentColor",
2053
+ strokeLinecap: "round",
2054
+ strokeLinejoin: "round"
2055
+ }
2056
+ ),
2057
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2058
+ "path",
2059
+ {
2060
+ 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",
2061
+ stroke: "currentColor",
2062
+ strokeLinecap: "round"
2063
+ }
2064
+ ),
2065
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2066
+ "path",
2067
+ {
2068
+ d: "M9.92607 12.9198L12.9261 9.9198",
2069
+ stroke: "currentColor",
2070
+ strokeMiterlimit: "10",
2071
+ strokeLinecap: "round",
2072
+ strokeLinejoin: "round"
2073
+ }
2074
+ )
2075
+ ]
2076
+ }
2077
+ );
2078
+ },
2079
+ "check-page": ({ className }) => {
2080
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2081
+ "svg",
2082
+ {
2083
+ xmlns: "http://www.w3.org/2000/svg",
2084
+ width: "13",
2085
+ height: "16",
2086
+ viewBox: "0 0 13 16",
2087
+ fill: "none",
2088
+ className,
2089
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2090
+ "path",
2091
+ {
2092
+ 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",
2093
+ stroke: "currentColor",
2094
+ strokeLinecap: "round",
2095
+ strokeLinejoin: "round"
2096
+ }
2097
+ )
2098
+ }
2099
+ );
2100
+ },
2101
+ rectangle: ({ className }) => {
2102
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2103
+ "svg",
2104
+ {
2105
+ xmlns: "http://www.w3.org/2000/svg",
2106
+ width: "24",
2107
+ height: "24",
2108
+ viewBox: "0 0 24 24",
2109
+ fill: "none",
2110
+ className,
2111
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2112
+ }
2113
+ );
2114
+ },
2037
2115
  // ----------------------------------- old ---------------------------------
2038
2116
  // ** Status **
2039
2117
  "plus-circle": ({ className, fill }) => {
@@ -2805,28 +2883,6 @@ var template = {
2805
2883
  }
2806
2884
  );
2807
2885
  },
2808
- tag: ({ className }) => {
2809
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2810
- "svg",
2811
- {
2812
- width: "24",
2813
- height: "24",
2814
- viewBox: "0 0 24 24",
2815
- fill: "none",
2816
- xmlns: "http://www.w3.org/2000/svg",
2817
- className,
2818
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2819
- "path",
2820
- {
2821
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2822
- stroke: "currentColor",
2823
- strokeLinecap: "round",
2824
- strokeLinejoin: "round"
2825
- }
2826
- )
2827
- }
2828
- );
2829
- },
2830
2886
  clip: ({ className }) => {
2831
2887
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2832
2888
  "svg",
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  listItem_default
4
- } from "../../chunk-K3M3QEEV.mjs";
4
+ } from "../../chunk-YZMOQORK.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-JQ5C2U5I.mjs";
9
- import "../../chunk-5BT37SLM.mjs";
8
+ import "../../chunk-S5C55OPB.mjs";
9
+ import "../../chunk-Q6H3TAWM.mjs";
10
10
  import "../../chunk-U4DJHAM5.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
12
12
  export {
@@ -2034,6 +2034,84 @@ var template = {
2034
2034
  }
2035
2035
  );
2036
2036
  },
2037
+ tag: ({ className }) => {
2038
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2039
+ "svg",
2040
+ {
2041
+ xmlns: "http://www.w3.org/2000/svg",
2042
+ width: "18",
2043
+ height: "18",
2044
+ viewBox: "0 0 18 18",
2045
+ fill: "none",
2046
+ className,
2047
+ children: [
2048
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2049
+ "path",
2050
+ {
2051
+ 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",
2052
+ stroke: "currentColor",
2053
+ strokeLinecap: "round",
2054
+ strokeLinejoin: "round"
2055
+ }
2056
+ ),
2057
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2058
+ "path",
2059
+ {
2060
+ 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",
2061
+ stroke: "currentColor",
2062
+ strokeLinecap: "round"
2063
+ }
2064
+ ),
2065
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2066
+ "path",
2067
+ {
2068
+ d: "M9.92607 12.9198L12.9261 9.9198",
2069
+ stroke: "currentColor",
2070
+ strokeMiterlimit: "10",
2071
+ strokeLinecap: "round",
2072
+ strokeLinejoin: "round"
2073
+ }
2074
+ )
2075
+ ]
2076
+ }
2077
+ );
2078
+ },
2079
+ "check-page": ({ className }) => {
2080
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2081
+ "svg",
2082
+ {
2083
+ xmlns: "http://www.w3.org/2000/svg",
2084
+ width: "13",
2085
+ height: "16",
2086
+ viewBox: "0 0 13 16",
2087
+ fill: "none",
2088
+ className,
2089
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2090
+ "path",
2091
+ {
2092
+ 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",
2093
+ stroke: "currentColor",
2094
+ strokeLinecap: "round",
2095
+ strokeLinejoin: "round"
2096
+ }
2097
+ )
2098
+ }
2099
+ );
2100
+ },
2101
+ rectangle: ({ className }) => {
2102
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2103
+ "svg",
2104
+ {
2105
+ xmlns: "http://www.w3.org/2000/svg",
2106
+ width: "24",
2107
+ height: "24",
2108
+ viewBox: "0 0 24 24",
2109
+ fill: "none",
2110
+ className,
2111
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
2112
+ }
2113
+ );
2114
+ },
2037
2115
  // ----------------------------------- old ---------------------------------
2038
2116
  // ** Status **
2039
2117
  "plus-circle": ({ className, fill }) => {
@@ -2805,28 +2883,6 @@ var template = {
2805
2883
  }
2806
2884
  );
2807
2885
  },
2808
- tag: ({ className }) => {
2809
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2810
- "svg",
2811
- {
2812
- width: "24",
2813
- height: "24",
2814
- viewBox: "0 0 24 24",
2815
- fill: "none",
2816
- xmlns: "http://www.w3.org/2000/svg",
2817
- className,
2818
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2819
- "path",
2820
- {
2821
- d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
2822
- stroke: "currentColor",
2823
- strokeLinecap: "round",
2824
- strokeLinejoin: "round"
2825
- }
2826
- )
2827
- }
2828
- );
2829
- },
2830
2886
  clip: ({ className }) => {
2831
2887
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2832
2888
  "svg",
@@ -2,21 +2,21 @@
2
2
  import "../../chunk-DJOG6Z35.mjs";
3
3
  import {
4
4
  modal_default
5
- } from "../../chunk-D72ILS4A.mjs";
5
+ } from "../../chunk-MTZQZQD6.mjs";
6
6
  import "../../chunk-SE5TU755.mjs";
7
7
  import "../../chunk-IH3BJRTV.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
- import "../../chunk-4LUASWAN.mjs";
10
9
  import "../../chunk-5VTYO3RF.mjs";
11
- import "../../chunk-FFUZAOFL.mjs";
12
- import "../../chunk-TB2DOWSM.mjs";
10
+ import "../../chunk-L24D3ZSW.mjs";
11
+ import "../../chunk-GZ7A7CWU.mjs";
12
+ import "../../chunk-4LUASWAN.mjs";
13
13
  import "../../chunk-6WSACUIB.mjs";
14
14
  import "../../chunk-LXHUO6VM.mjs";
15
15
  import "../../chunk-SZL743JC.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
- import "../../chunk-YEYUS6DW.mjs";
17
+ import "../../chunk-2GF7FJBM.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
- import "../../chunk-5BT37SLM.mjs";
19
+ import "../../chunk-Q6H3TAWM.mjs";
20
20
  import "../../chunk-U4DJHAM5.mjs";
21
21
  import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-AC6TWLRT.mjs";
@@ -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",
@@ -1,21 +1,21 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "../../chunk-D72ILS4A.mjs";
4
+ } from "../../chunk-MTZQZQD6.mjs";
5
5
  import "../../chunk-SE5TU755.mjs";
6
6
  import "../../chunk-IH3BJRTV.mjs";
7
7
  import "../../chunk-MY5U63QO.mjs";
8
- import "../../chunk-4LUASWAN.mjs";
9
8
  import "../../chunk-5VTYO3RF.mjs";
10
- import "../../chunk-FFUZAOFL.mjs";
11
- import "../../chunk-TB2DOWSM.mjs";
9
+ import "../../chunk-L24D3ZSW.mjs";
10
+ import "../../chunk-GZ7A7CWU.mjs";
11
+ import "../../chunk-4LUASWAN.mjs";
12
12
  import "../../chunk-6WSACUIB.mjs";
13
13
  import "../../chunk-LXHUO6VM.mjs";
14
14
  import "../../chunk-SZL743JC.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-YEYUS6DW.mjs";
16
+ import "../../chunk-2GF7FJBM.mjs";
17
17
  import "../../chunk-E3G5QXSH.mjs";
18
- import "../../chunk-5BT37SLM.mjs";
18
+ import "../../chunk-Q6H3TAWM.mjs";
19
19
  import "../../chunk-U4DJHAM5.mjs";
20
20
  import "../../chunk-27Y6K5NK.mjs";
21
21
  import "../../chunk-AC6TWLRT.mjs";