@deepnoid/ui 0.1.221 → 0.1.223

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 (123) hide show
  1. package/.turbo/turbo-build.log +225 -225
  2. package/dist/{chunk-3HANNN76.mjs → chunk-2URJGQFC.mjs} +2 -2
  3. package/dist/{chunk-6CTMLHLK.mjs → chunk-4IEHQI5B.mjs} +1 -1
  4. package/dist/{chunk-74MC7B4K.mjs → chunk-4S4AAZFC.mjs} +2 -2
  5. package/dist/{chunk-AXWICOKO.mjs → chunk-6AID2NLT.mjs} +1 -1
  6. package/dist/{chunk-4MTXDUV3.mjs → chunk-BBRO35V3.mjs} +4 -4
  7. package/dist/{chunk-JI3WAAZV.mjs → chunk-EJ4GDC6K.mjs} +1 -1
  8. package/dist/{chunk-I4LNWIIV.mjs → chunk-EVJ46M3U.mjs} +2 -2
  9. package/dist/{chunk-G4G6YXZH.mjs → chunk-GDHLN463.mjs} +1 -1
  10. package/dist/{chunk-QAXRJ3EH.mjs → chunk-HFOHFBZH.mjs} +1 -1
  11. package/dist/{chunk-APQE3TRN.mjs → chunk-KWHCUAFU.mjs} +2 -2
  12. package/dist/{chunk-US5NY7UP.mjs → chunk-MTT24BLX.mjs} +2 -2
  13. package/dist/{chunk-QECR6VMW.mjs → chunk-OC5C42CB.mjs} +2 -2
  14. package/dist/{chunk-AZYWRRZY.mjs → chunk-OXJX5G3O.mjs} +1 -1
  15. package/dist/{chunk-JYW3GEH6.mjs → chunk-P5L4YI54.mjs} +33 -0
  16. package/dist/{chunk-54FDYAUN.mjs → chunk-Q3KBMVJS.mjs} +1 -1
  17. package/dist/{chunk-Q5MFMWG7.mjs → chunk-R2XKPG4K.mjs} +1 -1
  18. package/dist/{chunk-QPEZ7SFU.mjs → chunk-RH3AHG52.mjs} +1 -1
  19. package/dist/chunk-RY5VVXQ4.mjs +163 -0
  20. package/dist/{chunk-PLR4DZBN.mjs → chunk-SKX5QPUD.mjs} +4 -4
  21. package/dist/{chunk-SNXIHIQG.mjs → chunk-SX3JDFTH.mjs} +10 -10
  22. package/dist/{chunk-VSVBYQF4.mjs → chunk-TE5JU3WA.mjs} +2 -2
  23. package/dist/{chunk-MYUAX3Z5.mjs → chunk-V2YH54JQ.mjs} +1 -1
  24. package/dist/components/avatar/avatar.js +33 -0
  25. package/dist/components/avatar/avatar.mjs +2 -2
  26. package/dist/components/avatar/index.js +33 -0
  27. package/dist/components/avatar/index.mjs +2 -2
  28. package/dist/components/breadcrumb/breadcrumb.js +33 -0
  29. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  30. package/dist/components/breadcrumb/index.js +33 -0
  31. package/dist/components/breadcrumb/index.mjs +7 -7
  32. package/dist/components/button/button.js +33 -0
  33. package/dist/components/button/button.mjs +4 -4
  34. package/dist/components/button/icon-button.js +33 -0
  35. package/dist/components/button/icon-button.mjs +4 -4
  36. package/dist/components/button/index.js +33 -0
  37. package/dist/components/button/index.mjs +8 -8
  38. package/dist/components/charts/index.mjs +3 -3
  39. package/dist/components/chip/chip.js +33 -0
  40. package/dist/components/chip/chip.mjs +3 -3
  41. package/dist/components/chip/index.js +33 -0
  42. package/dist/components/chip/index.mjs +3 -3
  43. package/dist/components/fileUpload/fileUpload.js +33 -0
  44. package/dist/components/fileUpload/fileUpload.mjs +8 -8
  45. package/dist/components/fileUpload/index.js +33 -0
  46. package/dist/components/fileUpload/index.mjs +8 -8
  47. package/dist/components/icon/Icon.d.mts +4 -0
  48. package/dist/components/icon/Icon.d.ts +4 -0
  49. package/dist/components/icon/Icon.js +33 -0
  50. package/dist/components/icon/Icon.mjs +2 -2
  51. package/dist/components/icon/index.js +33 -0
  52. package/dist/components/icon/index.mjs +2 -2
  53. package/dist/components/icon/template.d.mts +1 -0
  54. package/dist/components/icon/template.d.ts +1 -0
  55. package/dist/components/icon/template.js +33 -0
  56. package/dist/components/icon/template.mjs +1 -1
  57. package/dist/components/input/index.js +33 -0
  58. package/dist/components/input/index.mjs +3 -3
  59. package/dist/components/input/input.js +33 -0
  60. package/dist/components/input/input.mjs +3 -3
  61. package/dist/components/list/index.js +33 -0
  62. package/dist/components/list/index.mjs +4 -4
  63. package/dist/components/list/listItem.js +33 -0
  64. package/dist/components/list/listItem.mjs +4 -4
  65. package/dist/components/modal/GlobalModalProvider.js +33 -0
  66. package/dist/components/modal/GlobalModalProvider.mjs +8 -8
  67. package/dist/components/modal/index.js +33 -0
  68. package/dist/components/modal/index.mjs +9 -9
  69. package/dist/components/modal/modal.js +33 -0
  70. package/dist/components/modal/modal.mjs +7 -7
  71. package/dist/components/modal/useGlobalModal.mjs +9 -9
  72. package/dist/components/pagination/index.js +33 -0
  73. package/dist/components/pagination/index.mjs +4 -4
  74. package/dist/components/pagination/pagination.js +33 -0
  75. package/dist/components/pagination/pagination.mjs +4 -4
  76. package/dist/components/picker/datePicker.js +33 -0
  77. package/dist/components/picker/datePicker.mjs +9 -9
  78. package/dist/components/picker/index.js +33 -0
  79. package/dist/components/picker/index.mjs +10 -10
  80. package/dist/components/picker/timePicker/Panel.mjs +6 -6
  81. package/dist/components/picker/timePicker/index.js +33 -0
  82. package/dist/components/picker/timePicker/index.mjs +8 -8
  83. package/dist/components/ripple/index.mjs +3 -3
  84. package/dist/components/select/index.js +33 -0
  85. package/dist/components/select/index.mjs +7 -7
  86. package/dist/components/select/select.js +33 -0
  87. package/dist/components/select/select.mjs +7 -7
  88. package/dist/components/starRating/index.js +33 -0
  89. package/dist/components/starRating/index.mjs +3 -3
  90. package/dist/components/starRating/starRating.js +33 -0
  91. package/dist/components/starRating/starRating.mjs +3 -3
  92. package/dist/components/table/index.js +33 -0
  93. package/dist/components/table/index.mjs +6 -6
  94. package/dist/components/table/table-body.js +33 -0
  95. package/dist/components/table/table-body.mjs +6 -6
  96. package/dist/components/table/table-head.js +33 -0
  97. package/dist/components/table/table-head.mjs +6 -6
  98. package/dist/components/table/table.js +33 -0
  99. package/dist/components/table/table.mjs +6 -6
  100. package/dist/components/timePicker/calendar.js +33 -0
  101. package/dist/components/timePicker/calendar.mjs +2 -2
  102. package/dist/components/toast/index.d.mts +1 -1
  103. package/dist/components/toast/index.d.ts +1 -1
  104. package/dist/components/toast/index.js +137 -12
  105. package/dist/components/toast/index.mjs +4 -4
  106. package/dist/components/toast/toast.d.mts +1 -0
  107. package/dist/components/toast/toast.d.ts +1 -0
  108. package/dist/components/toast/toast.js +34 -1
  109. package/dist/components/toast/toast.mjs +3 -3
  110. package/dist/components/toast/use-toast.d.mts +17 -3
  111. package/dist/components/toast/use-toast.d.ts +17 -3
  112. package/dist/components/toast/use-toast.js +137 -12
  113. package/dist/components/toast/use-toast.mjs +4 -4
  114. package/dist/components/tree/index.js +33 -0
  115. package/dist/components/tree/index.mjs +3 -3
  116. package/dist/components/tree/tree.js +33 -0
  117. package/dist/components/tree/tree.mjs +3 -3
  118. package/dist/index.d.mts +1 -1
  119. package/dist/index.d.ts +1 -1
  120. package/dist/index.js +137 -12
  121. package/dist/index.mjs +64 -64
  122. package/package.json +2 -1
  123. package/dist/chunk-5UCNLY2A.mjs +0 -71
@@ -68,6 +68,7 @@ declare const template: {
68
68
  tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
69
69
  "check-page": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
70
70
  rectangle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
71
+ "new-window": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
71
72
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
72
73
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
73
74
  "close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -68,6 +68,7 @@ declare const template: {
68
68
  tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
69
69
  "check-page": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
70
70
  rectangle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
71
+ "new-window": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
71
72
  "plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
72
73
  "minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
73
74
  "close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -1760,6 +1760,39 @@ var template = {
1760
1760
  }
1761
1761
  );
1762
1762
  },
1763
+ "new-window": ({ className }) => {
1764
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1765
+ "svg",
1766
+ {
1767
+ width: "24",
1768
+ height: "24",
1769
+ viewBox: "0 0 24 24",
1770
+ fill: "none",
1771
+ xmlns: "http://www.w3.org/2000/svg",
1772
+ className,
1773
+ children: [
1774
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1775
+ "path",
1776
+ {
1777
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
1778
+ stroke: "currentColor",
1779
+ strokeLinecap: "round",
1780
+ strokeLinejoin: "round"
1781
+ }
1782
+ ),
1783
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1784
+ "path",
1785
+ {
1786
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
1787
+ stroke: "currentColor",
1788
+ strokeLinecap: "round",
1789
+ strokeLinejoin: "round"
1790
+ }
1791
+ )
1792
+ ]
1793
+ }
1794
+ );
1795
+ },
1763
1796
  // ----------------------------------- old ---------------------------------
1764
1797
  // ** Status **
1765
1798
  "plus-circle": ({ className, fill }) => {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "../../chunk-JYW3GEH6.mjs";
4
+ } from "../../chunk-P5L4YI54.mjs";
5
5
  import "../../chunk-AC6TWLRT.mjs";
6
6
  export {
7
7
  template
@@ -1846,6 +1846,39 @@ var template = {
1846
1846
  }
1847
1847
  );
1848
1848
  },
1849
+ "new-window": ({ className }) => {
1850
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1851
+ "svg",
1852
+ {
1853
+ width: "24",
1854
+ height: "24",
1855
+ viewBox: "0 0 24 24",
1856
+ fill: "none",
1857
+ xmlns: "http://www.w3.org/2000/svg",
1858
+ className,
1859
+ children: [
1860
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1861
+ "path",
1862
+ {
1863
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
1864
+ stroke: "currentColor",
1865
+ strokeLinecap: "round",
1866
+ strokeLinejoin: "round"
1867
+ }
1868
+ ),
1869
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1870
+ "path",
1871
+ {
1872
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
1873
+ stroke: "currentColor",
1874
+ strokeLinecap: "round",
1875
+ strokeLinejoin: "round"
1876
+ }
1877
+ )
1878
+ ]
1879
+ }
1880
+ );
1881
+ },
1849
1882
  // ----------------------------------- old ---------------------------------
1850
1883
  // ** Status **
1851
1884
  "plus-circle": ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-JI3WAAZV.mjs";
5
+ } from "../../chunk-EJ4GDC6K.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-AXWICOKO.mjs";
8
- import "../../chunk-JYW3GEH6.mjs";
7
+ import "../../chunk-6AID2NLT.mjs";
8
+ import "../../chunk-P5L4YI54.mjs";
9
9
  import "../../chunk-27Y6K5NK.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
11
  import "../../chunk-U4DJHAM5.mjs";
@@ -1845,6 +1845,39 @@ var template = {
1845
1845
  }
1846
1846
  );
1847
1847
  },
1848
+ "new-window": ({ className }) => {
1849
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1850
+ "svg",
1851
+ {
1852
+ width: "24",
1853
+ height: "24",
1854
+ viewBox: "0 0 24 24",
1855
+ fill: "none",
1856
+ xmlns: "http://www.w3.org/2000/svg",
1857
+ className,
1858
+ children: [
1859
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1860
+ "path",
1861
+ {
1862
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
1863
+ stroke: "currentColor",
1864
+ strokeLinecap: "round",
1865
+ strokeLinejoin: "round"
1866
+ }
1867
+ ),
1868
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1869
+ "path",
1870
+ {
1871
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
1872
+ stroke: "currentColor",
1873
+ strokeLinecap: "round",
1874
+ strokeLinejoin: "round"
1875
+ }
1876
+ )
1877
+ ]
1878
+ }
1879
+ );
1880
+ },
1848
1881
  // ----------------------------------- old ---------------------------------
1849
1882
  // ** Status **
1850
1883
  "plus-circle": ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-JI3WAAZV.mjs";
5
+ } from "../../chunk-EJ4GDC6K.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-AXWICOKO.mjs";
8
- import "../../chunk-JYW3GEH6.mjs";
7
+ import "../../chunk-6AID2NLT.mjs";
8
+ import "../../chunk-P5L4YI54.mjs";
9
9
  import "../../chunk-27Y6K5NK.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
11
  import "../../chunk-U4DJHAM5.mjs";
@@ -2164,6 +2164,39 @@ var template = {
2164
2164
  }
2165
2165
  );
2166
2166
  },
2167
+ "new-window": ({ className }) => {
2168
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
2169
+ "svg",
2170
+ {
2171
+ width: "24",
2172
+ height: "24",
2173
+ viewBox: "0 0 24 24",
2174
+ fill: "none",
2175
+ xmlns: "http://www.w3.org/2000/svg",
2176
+ className,
2177
+ children: [
2178
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2179
+ "path",
2180
+ {
2181
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2182
+ stroke: "currentColor",
2183
+ strokeLinecap: "round",
2184
+ strokeLinejoin: "round"
2185
+ }
2186
+ ),
2187
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
2188
+ "path",
2189
+ {
2190
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2191
+ stroke: "currentColor",
2192
+ strokeLinecap: "round",
2193
+ strokeLinejoin: "round"
2194
+ }
2195
+ )
2196
+ ]
2197
+ }
2198
+ );
2199
+ },
2167
2200
  // ----------------------------------- old ---------------------------------
2168
2201
  // ** Status **
2169
2202
  "plus-circle": ({ className, fill }) => {
@@ -5,11 +5,11 @@ import {
5
5
  } from "../../chunk-NGRGAY42.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-US5NY7UP.mjs";
8
+ } from "../../chunk-MTT24BLX.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-AXWICOKO.mjs";
11
- import "../../chunk-QAXRJ3EH.mjs";
12
- import "../../chunk-JYW3GEH6.mjs";
10
+ import "../../chunk-6AID2NLT.mjs";
11
+ import "../../chunk-HFOHFBZH.mjs";
12
+ import "../../chunk-P5L4YI54.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
14
  import "../../chunk-U4DJHAM5.mjs";
15
15
  import "../../chunk-AC6TWLRT.mjs";
@@ -2114,6 +2114,39 @@ var template = {
2114
2114
  }
2115
2115
  );
2116
2116
  },
2117
+ "new-window": ({ className }) => {
2118
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2119
+ "svg",
2120
+ {
2121
+ width: "24",
2122
+ height: "24",
2123
+ viewBox: "0 0 24 24",
2124
+ fill: "none",
2125
+ xmlns: "http://www.w3.org/2000/svg",
2126
+ className,
2127
+ children: [
2128
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2129
+ "path",
2130
+ {
2131
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2132
+ stroke: "currentColor",
2133
+ strokeLinecap: "round",
2134
+ strokeLinejoin: "round"
2135
+ }
2136
+ ),
2137
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2138
+ "path",
2139
+ {
2140
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2141
+ stroke: "currentColor",
2142
+ strokeLinecap: "round",
2143
+ strokeLinejoin: "round"
2144
+ }
2145
+ )
2146
+ ]
2147
+ }
2148
+ );
2149
+ },
2117
2150
  // ----------------------------------- old ---------------------------------
2118
2151
  // ** Status **
2119
2152
  "plus-circle": ({ className, fill }) => {
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  listItem_default
4
- } from "../../chunk-US5NY7UP.mjs";
4
+ } from "../../chunk-MTT24BLX.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-AXWICOKO.mjs";
7
- import "../../chunk-QAXRJ3EH.mjs";
8
- import "../../chunk-JYW3GEH6.mjs";
6
+ import "../../chunk-6AID2NLT.mjs";
7
+ import "../../chunk-HFOHFBZH.mjs";
8
+ import "../../chunk-P5L4YI54.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-U4DJHAM5.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -2117,6 +2117,39 @@ var template = {
2117
2117
  }
2118
2118
  );
2119
2119
  },
2120
+ "new-window": ({ className }) => {
2121
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2122
+ "svg",
2123
+ {
2124
+ width: "24",
2125
+ height: "24",
2126
+ viewBox: "0 0 24 24",
2127
+ fill: "none",
2128
+ xmlns: "http://www.w3.org/2000/svg",
2129
+ className,
2130
+ children: [
2131
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2132
+ "path",
2133
+ {
2134
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2135
+ stroke: "currentColor",
2136
+ strokeLinecap: "round",
2137
+ strokeLinejoin: "round"
2138
+ }
2139
+ ),
2140
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2141
+ "path",
2142
+ {
2143
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2144
+ stroke: "currentColor",
2145
+ strokeLinecap: "round",
2146
+ strokeLinejoin: "round"
2147
+ }
2148
+ )
2149
+ ]
2150
+ }
2151
+ );
2152
+ },
2120
2153
  // ----------------------------------- old ---------------------------------
2121
2154
  // ** Status **
2122
2155
  "plus-circle": ({ className, fill }) => {
@@ -3,21 +3,21 @@
3
3
  import {
4
4
  GlobalModalContext,
5
5
  GlobalModalProvider
6
- } from "../../chunk-Q5MFMWG7.mjs";
7
- import "../../chunk-I4LNWIIV.mjs";
6
+ } from "../../chunk-R2XKPG4K.mjs";
7
+ import "../../chunk-EVJ46M3U.mjs";
8
8
  import "../../chunk-SE5TU755.mjs";
9
9
  import "../../chunk-4X35QQTI.mjs";
10
10
  import "../../chunk-MY5U63QO.mjs";
11
+ import "../../chunk-NDNIAALB.mjs";
11
12
  import "../../chunk-5VTYO3RF.mjs";
12
- import "../../chunk-PLR4DZBN.mjs";
13
- import "../../chunk-4MTXDUV3.mjs";
13
+ import "../../chunk-SKX5QPUD.mjs";
14
+ import "../../chunk-BBRO35V3.mjs";
14
15
  import "../../chunk-6WSACUIB.mjs";
15
- import "../../chunk-LXHUO6VM.mjs";
16
16
  import "../../chunk-SZL743JC.mjs";
17
- import "../../chunk-NDNIAALB.mjs";
17
+ import "../../chunk-LXHUO6VM.mjs";
18
18
  import "../../chunk-ZYIIXWVY.mjs";
19
- import "../../chunk-AXWICOKO.mjs";
20
- import "../../chunk-JYW3GEH6.mjs";
19
+ import "../../chunk-6AID2NLT.mjs";
20
+ import "../../chunk-P5L4YI54.mjs";
21
21
  import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-E3G5QXSH.mjs";
23
23
  import "../../chunk-U4DJHAM5.mjs";
@@ -2117,6 +2117,39 @@ var template = {
2117
2117
  }
2118
2118
  );
2119
2119
  },
2120
+ "new-window": ({ className }) => {
2121
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2122
+ "svg",
2123
+ {
2124
+ width: "24",
2125
+ height: "24",
2126
+ viewBox: "0 0 24 24",
2127
+ fill: "none",
2128
+ xmlns: "http://www.w3.org/2000/svg",
2129
+ className,
2130
+ children: [
2131
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2132
+ "path",
2133
+ {
2134
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2135
+ stroke: "currentColor",
2136
+ strokeLinecap: "round",
2137
+ strokeLinejoin: "round"
2138
+ }
2139
+ ),
2140
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2141
+ "path",
2142
+ {
2143
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2144
+ stroke: "currentColor",
2145
+ strokeLinecap: "round",
2146
+ strokeLinejoin: "round"
2147
+ }
2148
+ )
2149
+ ]
2150
+ }
2151
+ );
2152
+ },
2120
2153
  // ----------------------------------- old ---------------------------------
2121
2154
  // ** Status **
2122
2155
  "plus-circle": ({ className, fill }) => {
@@ -2,27 +2,27 @@
2
2
  import "../../chunk-NNVGYR5T.mjs";
3
3
  import {
4
4
  useGlobalModal
5
- } from "../../chunk-QPEZ7SFU.mjs";
5
+ } from "../../chunk-RH3AHG52.mjs";
6
6
  import {
7
7
  GlobalModalContext,
8
8
  GlobalModalProvider
9
- } from "../../chunk-Q5MFMWG7.mjs";
9
+ } from "../../chunk-R2XKPG4K.mjs";
10
10
  import {
11
11
  modal_default
12
- } from "../../chunk-I4LNWIIV.mjs";
12
+ } from "../../chunk-EVJ46M3U.mjs";
13
13
  import "../../chunk-SE5TU755.mjs";
14
14
  import "../../chunk-4X35QQTI.mjs";
15
15
  import "../../chunk-MY5U63QO.mjs";
16
+ import "../../chunk-NDNIAALB.mjs";
16
17
  import "../../chunk-5VTYO3RF.mjs";
17
- import "../../chunk-PLR4DZBN.mjs";
18
- import "../../chunk-4MTXDUV3.mjs";
18
+ import "../../chunk-SKX5QPUD.mjs";
19
+ import "../../chunk-BBRO35V3.mjs";
19
20
  import "../../chunk-6WSACUIB.mjs";
20
- import "../../chunk-LXHUO6VM.mjs";
21
21
  import "../../chunk-SZL743JC.mjs";
22
- import "../../chunk-NDNIAALB.mjs";
22
+ import "../../chunk-LXHUO6VM.mjs";
23
23
  import "../../chunk-ZYIIXWVY.mjs";
24
- import "../../chunk-AXWICOKO.mjs";
25
- import "../../chunk-JYW3GEH6.mjs";
24
+ import "../../chunk-6AID2NLT.mjs";
25
+ import "../../chunk-P5L4YI54.mjs";
26
26
  import "../../chunk-27Y6K5NK.mjs";
27
27
  import "../../chunk-E3G5QXSH.mjs";
28
28
  import "../../chunk-U4DJHAM5.mjs";
@@ -2112,6 +2112,39 @@ var template = {
2112
2112
  }
2113
2113
  );
2114
2114
  },
2115
+ "new-window": ({ className }) => {
2116
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2117
+ "svg",
2118
+ {
2119
+ width: "24",
2120
+ height: "24",
2121
+ viewBox: "0 0 24 24",
2122
+ fill: "none",
2123
+ xmlns: "http://www.w3.org/2000/svg",
2124
+ className,
2125
+ children: [
2126
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2127
+ "path",
2128
+ {
2129
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2130
+ stroke: "currentColor",
2131
+ strokeLinecap: "round",
2132
+ strokeLinejoin: "round"
2133
+ }
2134
+ ),
2135
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2136
+ "path",
2137
+ {
2138
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2139
+ stroke: "currentColor",
2140
+ strokeLinecap: "round",
2141
+ strokeLinejoin: "round"
2142
+ }
2143
+ )
2144
+ ]
2145
+ }
2146
+ );
2147
+ },
2115
2148
  // ----------------------------------- old ---------------------------------
2116
2149
  // ** Status **
2117
2150
  "plus-circle": ({ className, fill }) => {
@@ -1,20 +1,20 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "../../chunk-I4LNWIIV.mjs";
4
+ } from "../../chunk-EVJ46M3U.mjs";
5
5
  import "../../chunk-SE5TU755.mjs";
6
6
  import "../../chunk-4X35QQTI.mjs";
7
7
  import "../../chunk-MY5U63QO.mjs";
8
+ import "../../chunk-NDNIAALB.mjs";
8
9
  import "../../chunk-5VTYO3RF.mjs";
9
- import "../../chunk-PLR4DZBN.mjs";
10
- import "../../chunk-4MTXDUV3.mjs";
10
+ import "../../chunk-SKX5QPUD.mjs";
11
+ import "../../chunk-BBRO35V3.mjs";
11
12
  import "../../chunk-6WSACUIB.mjs";
12
- import "../../chunk-LXHUO6VM.mjs";
13
13
  import "../../chunk-SZL743JC.mjs";
14
- import "../../chunk-NDNIAALB.mjs";
14
+ import "../../chunk-LXHUO6VM.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
- import "../../chunk-AXWICOKO.mjs";
17
- import "../../chunk-JYW3GEH6.mjs";
16
+ import "../../chunk-6AID2NLT.mjs";
17
+ import "../../chunk-P5L4YI54.mjs";
18
18
  import "../../chunk-27Y6K5NK.mjs";
19
19
  import "../../chunk-E3G5QXSH.mjs";
20
20
  import "../../chunk-U4DJHAM5.mjs";
@@ -2,22 +2,22 @@
2
2
  "use client";
3
3
  import {
4
4
  useGlobalModal
5
- } from "../../chunk-QPEZ7SFU.mjs";
6
- import "../../chunk-Q5MFMWG7.mjs";
7
- import "../../chunk-I4LNWIIV.mjs";
5
+ } from "../../chunk-RH3AHG52.mjs";
6
+ import "../../chunk-R2XKPG4K.mjs";
7
+ import "../../chunk-EVJ46M3U.mjs";
8
8
  import "../../chunk-SE5TU755.mjs";
9
9
  import "../../chunk-4X35QQTI.mjs";
10
10
  import "../../chunk-MY5U63QO.mjs";
11
+ import "../../chunk-NDNIAALB.mjs";
11
12
  import "../../chunk-5VTYO3RF.mjs";
12
- import "../../chunk-PLR4DZBN.mjs";
13
- import "../../chunk-4MTXDUV3.mjs";
13
+ import "../../chunk-SKX5QPUD.mjs";
14
+ import "../../chunk-BBRO35V3.mjs";
14
15
  import "../../chunk-6WSACUIB.mjs";
15
- import "../../chunk-LXHUO6VM.mjs";
16
16
  import "../../chunk-SZL743JC.mjs";
17
- import "../../chunk-NDNIAALB.mjs";
17
+ import "../../chunk-LXHUO6VM.mjs";
18
18
  import "../../chunk-ZYIIXWVY.mjs";
19
- import "../../chunk-AXWICOKO.mjs";
20
- import "../../chunk-JYW3GEH6.mjs";
19
+ import "../../chunk-6AID2NLT.mjs";
20
+ import "../../chunk-P5L4YI54.mjs";
21
21
  import "../../chunk-27Y6K5NK.mjs";
22
22
  import "../../chunk-E3G5QXSH.mjs";
23
23
  import "../../chunk-U4DJHAM5.mjs";
@@ -2141,6 +2141,39 @@ var template = {
2141
2141
  }
2142
2142
  );
2143
2143
  },
2144
+ "new-window": ({ className }) => {
2145
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2146
+ "svg",
2147
+ {
2148
+ width: "24",
2149
+ height: "24",
2150
+ viewBox: "0 0 24 24",
2151
+ fill: "none",
2152
+ xmlns: "http://www.w3.org/2000/svg",
2153
+ className,
2154
+ children: [
2155
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2156
+ "path",
2157
+ {
2158
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2159
+ stroke: "currentColor",
2160
+ strokeLinecap: "round",
2161
+ strokeLinejoin: "round"
2162
+ }
2163
+ ),
2164
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2165
+ "path",
2166
+ {
2167
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2168
+ stroke: "currentColor",
2169
+ strokeLinecap: "round",
2170
+ strokeLinejoin: "round"
2171
+ }
2172
+ )
2173
+ ]
2174
+ }
2175
+ );
2176
+ },
2144
2177
  // ----------------------------------- old ---------------------------------
2145
2178
  // ** Status **
2146
2179
  "plus-circle": ({ className, fill }) => {
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-7B7LRG5J.mjs";
3
3
  import {
4
4
  pagination_default
5
- } from "../../chunk-VSVBYQF4.mjs";
5
+ } from "../../chunk-TE5JU3WA.mjs";
6
6
  import "../../chunk-F3HENRVM.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-JI3WAAZV.mjs";
8
+ import "../../chunk-EJ4GDC6K.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
- import "../../chunk-AXWICOKO.mjs";
11
- import "../../chunk-JYW3GEH6.mjs";
10
+ import "../../chunk-6AID2NLT.mjs";
11
+ import "../../chunk-P5L4YI54.mjs";
12
12
  import "../../chunk-27Y6K5NK.mjs";
13
13
  import "../../chunk-E3G5QXSH.mjs";
14
14
  import "../../chunk-U4DJHAM5.mjs";
@@ -2139,6 +2139,39 @@ var template = {
2139
2139
  }
2140
2140
  );
2141
2141
  },
2142
+ "new-window": ({ className }) => {
2143
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2144
+ "svg",
2145
+ {
2146
+ width: "24",
2147
+ height: "24",
2148
+ viewBox: "0 0 24 24",
2149
+ fill: "none",
2150
+ xmlns: "http://www.w3.org/2000/svg",
2151
+ className,
2152
+ children: [
2153
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2154
+ "path",
2155
+ {
2156
+ d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2157
+ stroke: "currentColor",
2158
+ strokeLinecap: "round",
2159
+ strokeLinejoin: "round"
2160
+ }
2161
+ ),
2162
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2163
+ "path",
2164
+ {
2165
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2166
+ stroke: "currentColor",
2167
+ strokeLinecap: "round",
2168
+ strokeLinejoin: "round"
2169
+ }
2170
+ )
2171
+ ]
2172
+ }
2173
+ );
2174
+ },
2142
2175
  // ----------------------------------- old ---------------------------------
2143
2176
  // ** Status **
2144
2177
  "plus-circle": ({ className, fill }) => {