@deepnoid/ui 0.1.220 → 0.1.222

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 (119) hide show
  1. package/.turbo/turbo-build.log +211 -211
  2. package/dist/{chunk-WOSAQELA.mjs → chunk-44FMPRHV.mjs} +15 -12
  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-5UCNLY2A.mjs → chunk-6S6PH233.mjs} +1 -1
  7. package/dist/{chunk-4MTXDUV3.mjs → chunk-BBRO35V3.mjs} +4 -4
  8. package/dist/{chunk-54FDYAUN.mjs → chunk-DQHNPDVN.mjs} +4 -4
  9. package/dist/{chunk-JI3WAAZV.mjs → chunk-EJ4GDC6K.mjs} +1 -1
  10. package/dist/{chunk-UT4SXNWB.mjs → chunk-EVJ46M3U.mjs} +5 -5
  11. package/dist/{chunk-G4G6YXZH.mjs → chunk-GDHLN463.mjs} +1 -1
  12. package/dist/{chunk-QAXRJ3EH.mjs → chunk-HFOHFBZH.mjs} +1 -1
  13. package/dist/{chunk-APQE3TRN.mjs → chunk-KWHCUAFU.mjs} +2 -2
  14. package/dist/{chunk-HAYCXHPR.mjs → chunk-MTT24BLX.mjs} +4 -4
  15. package/dist/{chunk-QECR6VMW.mjs → chunk-OC5C42CB.mjs} +2 -2
  16. package/dist/{chunk-AZYWRRZY.mjs → chunk-OXJX5G3O.mjs} +1 -1
  17. package/dist/{chunk-JYW3GEH6.mjs → chunk-P5L4YI54.mjs} +33 -0
  18. package/dist/{chunk-UA524JN4.mjs → chunk-R2XKPG4K.mjs} +1 -1
  19. package/dist/{chunk-YXQSMRNH.mjs → chunk-RH3AHG52.mjs} +1 -1
  20. package/dist/{chunk-PLR4DZBN.mjs → chunk-SKX5QPUD.mjs} +4 -4
  21. package/dist/{chunk-PFZTJUE5.mjs → chunk-SX3JDFTH.mjs} +4 -4
  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/{chunk-3HANNN76.mjs → chunk-YMXYJUOP.mjs} +1 -1
  25. package/dist/components/avatar/avatar.js +33 -0
  26. package/dist/components/avatar/avatar.mjs +2 -2
  27. package/dist/components/avatar/index.js +33 -0
  28. package/dist/components/avatar/index.mjs +2 -2
  29. package/dist/components/breadcrumb/breadcrumb.js +33 -0
  30. package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
  31. package/dist/components/breadcrumb/index.js +33 -0
  32. package/dist/components/breadcrumb/index.mjs +6 -6
  33. package/dist/components/button/button.js +33 -0
  34. package/dist/components/button/button.mjs +4 -4
  35. package/dist/components/button/icon-button.js +33 -0
  36. package/dist/components/button/icon-button.mjs +4 -4
  37. package/dist/components/button/index.js +33 -0
  38. package/dist/components/button/index.mjs +5 -5
  39. package/dist/components/charts/index.mjs +3 -3
  40. package/dist/components/chip/chip.js +33 -0
  41. package/dist/components/chip/chip.mjs +3 -3
  42. package/dist/components/chip/index.js +33 -0
  43. package/dist/components/chip/index.mjs +3 -3
  44. package/dist/components/fileUpload/fileUpload.js +33 -0
  45. package/dist/components/fileUpload/fileUpload.mjs +7 -7
  46. package/dist/components/fileUpload/index.js +33 -0
  47. package/dist/components/fileUpload/index.mjs +7 -7
  48. package/dist/components/icon/Icon.d.mts +4 -0
  49. package/dist/components/icon/Icon.d.ts +4 -0
  50. package/dist/components/icon/Icon.js +33 -0
  51. package/dist/components/icon/Icon.mjs +2 -2
  52. package/dist/components/icon/index.js +33 -0
  53. package/dist/components/icon/index.mjs +2 -2
  54. package/dist/components/icon/template.d.mts +1 -0
  55. package/dist/components/icon/template.d.ts +1 -0
  56. package/dist/components/icon/template.js +33 -0
  57. package/dist/components/icon/template.mjs +1 -1
  58. package/dist/components/input/index.js +33 -0
  59. package/dist/components/input/index.mjs +3 -3
  60. package/dist/components/input/input.js +33 -0
  61. package/dist/components/input/input.mjs +3 -3
  62. package/dist/components/list/index.js +33 -0
  63. package/dist/components/list/index.mjs +4 -4
  64. package/dist/components/list/listItem.js +33 -0
  65. package/dist/components/list/listItem.mjs +4 -4
  66. package/dist/components/modal/GlobalModalProvider.js +33 -0
  67. package/dist/components/modal/GlobalModalProvider.mjs +9 -9
  68. package/dist/components/modal/index.js +33 -0
  69. package/dist/components/modal/index.mjs +10 -10
  70. package/dist/components/modal/modal.js +33 -0
  71. package/dist/components/modal/modal.mjs +8 -8
  72. package/dist/components/modal/useGlobalModal.mjs +10 -10
  73. package/dist/components/pagination/index.js +33 -0
  74. package/dist/components/pagination/index.mjs +4 -4
  75. package/dist/components/pagination/pagination.js +33 -0
  76. package/dist/components/pagination/pagination.mjs +4 -4
  77. package/dist/components/picker/datePicker.js +33 -0
  78. package/dist/components/picker/datePicker.mjs +7 -7
  79. package/dist/components/picker/index.js +33 -0
  80. package/dist/components/picker/index.mjs +8 -8
  81. package/dist/components/picker/timePicker/Panel.mjs +5 -5
  82. package/dist/components/picker/timePicker/index.js +33 -0
  83. package/dist/components/picker/timePicker/index.mjs +7 -7
  84. package/dist/components/ripple/index.mjs +3 -3
  85. package/dist/components/select/index.js +33 -0
  86. package/dist/components/select/index.mjs +6 -6
  87. package/dist/components/select/select.js +33 -0
  88. package/dist/components/select/select.mjs +6 -6
  89. package/dist/components/starRating/index.js +33 -0
  90. package/dist/components/starRating/index.mjs +3 -3
  91. package/dist/components/starRating/starRating.js +33 -0
  92. package/dist/components/starRating/starRating.mjs +3 -3
  93. package/dist/components/table/index.js +33 -0
  94. package/dist/components/table/index.mjs +9 -9
  95. package/dist/components/table/table-body.js +33 -0
  96. package/dist/components/table/table-body.mjs +7 -7
  97. package/dist/components/table/table-head.js +33 -0
  98. package/dist/components/table/table-head.mjs +7 -7
  99. package/dist/components/table/table.js +33 -0
  100. package/dist/components/table/table.mjs +7 -7
  101. package/dist/components/textarea/index.js +15 -12
  102. package/dist/components/textarea/index.mjs +1 -1
  103. package/dist/components/textarea/textarea.js +16 -12
  104. package/dist/components/textarea/textarea.mjs +2 -1
  105. package/dist/components/timePicker/calendar.js +33 -0
  106. package/dist/components/timePicker/calendar.mjs +2 -2
  107. package/dist/components/toast/index.js +33 -0
  108. package/dist/components/toast/index.mjs +4 -4
  109. package/dist/components/toast/toast.js +33 -0
  110. package/dist/components/toast/toast.mjs +3 -3
  111. package/dist/components/toast/use-toast.js +33 -0
  112. package/dist/components/toast/use-toast.mjs +4 -4
  113. package/dist/components/tree/index.js +33 -0
  114. package/dist/components/tree/index.mjs +3 -3
  115. package/dist/components/tree/tree.js +33 -0
  116. package/dist/components/tree/tree.mjs +3 -3
  117. package/dist/index.js +48 -12
  118. package/dist/index.mjs +57 -57
  119. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-54FDYAUN.mjs";
4
+ } from "../../chunk-DQHNPDVN.mjs";
5
5
  import "../../chunk-7B7LRG5J.mjs";
6
- import "../../chunk-VSVBYQF4.mjs";
6
+ import "../../chunk-TE5JU3WA.mjs";
7
7
  import "../../chunk-F3HENRVM.mjs";
8
- import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-JI3WAAZV.mjs";
10
8
  import "../../chunk-QZ3LVYJW.mjs";
11
- import "../../chunk-3DCUMRYP.mjs";
9
+ import "../../chunk-2GCSFWHD.mjs";
10
+ import "../../chunk-EJ4GDC6K.mjs";
12
11
  import "../../chunk-DQRAFUDA.mjs";
13
12
  import "../../chunk-EWS3FESG.mjs";
13
+ import "../../chunk-3DCUMRYP.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
- import "../../chunk-AXWICOKO.mjs";
16
- import "../../chunk-JYW3GEH6.mjs";
15
+ import "../../chunk-6AID2NLT.mjs";
16
+ import "../../chunk-P5L4YI54.mjs";
17
17
  import "../../chunk-27Y6K5NK.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
19
19
  import "../../chunk-U4DJHAM5.mjs";
@@ -2583,6 +2583,39 @@ var template = {
2583
2583
  }
2584
2584
  );
2585
2585
  },
2586
+ "new-window": ({ className }) => {
2587
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
2588
+ "svg",
2589
+ {
2590
+ width: "24",
2591
+ height: "24",
2592
+ viewBox: "0 0 24 24",
2593
+ fill: "none",
2594
+ xmlns: "http://www.w3.org/2000/svg",
2595
+ className,
2596
+ children: [
2597
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2598
+ "path",
2599
+ {
2600
+ 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",
2601
+ stroke: "currentColor",
2602
+ strokeLinecap: "round",
2603
+ strokeLinejoin: "round"
2604
+ }
2605
+ ),
2606
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
2607
+ "path",
2608
+ {
2609
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2610
+ stroke: "currentColor",
2611
+ strokeLinecap: "round",
2612
+ strokeLinejoin: "round"
2613
+ }
2614
+ )
2615
+ ]
2616
+ }
2617
+ );
2618
+ },
2586
2619
  // ----------------------------------- old ---------------------------------
2587
2620
  // ** Status **
2588
2621
  "plus-circle": ({ className, fill }) => {
@@ -2,19 +2,19 @@
2
2
  import {
3
3
  getCellStyle,
4
4
  table_default
5
- } from "../../chunk-54FDYAUN.mjs";
5
+ } from "../../chunk-DQHNPDVN.mjs";
6
6
  import "../../chunk-7B7LRG5J.mjs";
7
- import "../../chunk-VSVBYQF4.mjs";
7
+ import "../../chunk-TE5JU3WA.mjs";
8
8
  import "../../chunk-F3HENRVM.mjs";
9
- import "../../chunk-2GCSFWHD.mjs";
10
- import "../../chunk-JI3WAAZV.mjs";
11
9
  import "../../chunk-QZ3LVYJW.mjs";
12
- import "../../chunk-3DCUMRYP.mjs";
10
+ import "../../chunk-2GCSFWHD.mjs";
11
+ import "../../chunk-EJ4GDC6K.mjs";
13
12
  import "../../chunk-DQRAFUDA.mjs";
14
13
  import "../../chunk-EWS3FESG.mjs";
14
+ import "../../chunk-3DCUMRYP.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";
@@ -94,17 +94,20 @@ var import_jsx_runtime = require("react/jsx-runtime");
94
94
  var Textarea = (0, import_react.forwardRef)((originalProps, ref) => {
95
95
  var _a, _b;
96
96
  const [props, variantProps] = mapPropsVariants(originalProps, textareaStyle.variantKeys);
97
- const { classNames, label, helperMessage, errorMessage, ...textareaProps } = props;
97
+ const { classNames, label, helperMessage, errorMessage, rows = 3, ...textareaProps } = props;
98
98
  const [length, setLength] = (0, import_react.useState)(((_b = (_a = originalProps.value) == null ? void 0 : _a.toString()) != null ? _b : "").length);
99
99
  const innerRef = (0, import_react.useRef)(null);
100
100
  (0, import_react.useImperativeHandle)(ref, () => innerRef.current);
101
101
  const autoResize = (0, import_react.useCallback)(() => {
102
102
  const el = innerRef.current;
103
- if (el) {
104
- el.style.height = "auto";
105
- el.style.height = el.scrollHeight + "px";
106
- }
107
- }, []);
103
+ if (!el) return;
104
+ el.style.height = "auto";
105
+ const computed = window.getComputedStyle(el);
106
+ const lineHeight = parseFloat(computed.lineHeight);
107
+ const minRows = el.rows || rows || 1;
108
+ const minHeight = lineHeight * minRows;
109
+ el.style.height = Math.max(el.scrollHeight, minHeight) + "px";
110
+ }, [rows]);
108
111
  const handleChange = (0, import_react.useCallback)(
109
112
  (e) => {
110
113
  var _a2;
@@ -140,13 +143,14 @@ var Textarea = (0, import_react.forwardRef)((originalProps, ref) => {
140
143
  {
141
144
  ref: innerRef,
142
145
  ...textareaProps,
146
+ rows,
143
147
  readOnly: props.readOnly,
144
148
  onChange: handleChange,
145
149
  className: slots.textarea({ class: classNames == null ? void 0 : classNames.textarea })
146
150
  }
147
151
  ),
148
152
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex justify-between", children: [
149
- helperMessage && !(errorMessage !== void 0) && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
153
+ helperMessage && errorMessage === void 0 && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
150
154
  "p",
151
155
  {
152
156
  className: clsx(
@@ -192,7 +196,6 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
192
196
  wrapper: ["flex", "flex-col"],
193
197
  textarea: [
194
198
  "w-full",
195
- "h-full",
196
199
  "bg-transparent",
197
200
  "text-neutral-main",
198
201
  "placeholder:!text-neutral-main",
@@ -260,7 +263,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
260
263
  base: ["text-sm", "gap-[4px]"],
261
264
  label: ["text-sm"],
262
265
  wrapper: ["gap-[4px]"],
263
- textarea: ["w-[240px]", "h-[24px]", "rounded-sm", "p-[8px]", "gap-[4px]"],
266
+ textarea: ["w-[240px]", "rounded-sm", "p-[8px]"],
264
267
  helperMessage: ["text-sm"],
265
268
  errorMessage: ["text-sm"]
266
269
  },
@@ -268,7 +271,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
268
271
  base: ["text-md", "gap-[6px]"],
269
272
  label: ["text-md"],
270
273
  wrapper: ["gap-[6px]"],
271
- textarea: ["w-[240px]", "h-[32px]", "rounded-md", "p-[8px]", "gap-[6px]"],
274
+ textarea: ["w-[240px]", "rounded-md", "p-[8px]"],
272
275
  helperMessage: ["text-sm"],
273
276
  errorMessage: ["text-sm"]
274
277
  },
@@ -276,7 +279,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
276
279
  base: ["text-lg", "gap-[8px]"],
277
280
  label: ["text-lg"],
278
281
  wrapper: ["gap-[8px]"],
279
- textarea: ["w-[240px]", "h-[40px]", "rounded-lg", "p-[10px]", "gap-[8px]"],
282
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
280
283
  helperMessage: ["text-md"],
281
284
  errorMessage: ["text-md"]
282
285
  },
@@ -284,7 +287,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
284
287
  base: ["text-xl", "gap-[10px]"],
285
288
  label: ["text-xl"],
286
289
  wrapper: ["gap-[10px]"],
287
- textarea: ["w-[240px]", "h-[50px]", "rounded-lg", "p-[10px]", "gap-[10px]"],
290
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
288
291
  helperMessage: ["text-md"],
289
292
  errorMessage: ["text-md"]
290
293
  }
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-RRAZM5D3.mjs";
3
3
  import {
4
4
  textarea_default
5
- } from "../../chunk-WOSAQELA.mjs";
5
+ } from "../../chunk-44FMPRHV.mjs";
6
6
  import "../../chunk-27Y6K5NK.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
  "use strict";
3
+ "use client";
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -92,17 +93,20 @@ var import_jsx_runtime = require("react/jsx-runtime");
92
93
  var Textarea = (0, import_react.forwardRef)((originalProps, ref) => {
93
94
  var _a, _b;
94
95
  const [props, variantProps] = mapPropsVariants(originalProps, textareaStyle.variantKeys);
95
- const { classNames, label, helperMessage, errorMessage, ...textareaProps } = props;
96
+ const { classNames, label, helperMessage, errorMessage, rows = 3, ...textareaProps } = props;
96
97
  const [length, setLength] = (0, import_react.useState)(((_b = (_a = originalProps.value) == null ? void 0 : _a.toString()) != null ? _b : "").length);
97
98
  const innerRef = (0, import_react.useRef)(null);
98
99
  (0, import_react.useImperativeHandle)(ref, () => innerRef.current);
99
100
  const autoResize = (0, import_react.useCallback)(() => {
100
101
  const el = innerRef.current;
101
- if (el) {
102
- el.style.height = "auto";
103
- el.style.height = el.scrollHeight + "px";
104
- }
105
- }, []);
102
+ if (!el) return;
103
+ el.style.height = "auto";
104
+ const computed = window.getComputedStyle(el);
105
+ const lineHeight = parseFloat(computed.lineHeight);
106
+ const minRows = el.rows || rows || 1;
107
+ const minHeight = lineHeight * minRows;
108
+ el.style.height = Math.max(el.scrollHeight, minHeight) + "px";
109
+ }, [rows]);
106
110
  const handleChange = (0, import_react.useCallback)(
107
111
  (e) => {
108
112
  var _a2;
@@ -138,13 +142,14 @@ var Textarea = (0, import_react.forwardRef)((originalProps, ref) => {
138
142
  {
139
143
  ref: innerRef,
140
144
  ...textareaProps,
145
+ rows,
141
146
  readOnly: props.readOnly,
142
147
  onChange: handleChange,
143
148
  className: slots.textarea({ class: classNames == null ? void 0 : classNames.textarea })
144
149
  }
145
150
  ),
146
151
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex justify-between", children: [
147
- helperMessage && !(errorMessage !== void 0) && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
152
+ helperMessage && errorMessage === void 0 && /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
148
153
  "p",
149
154
  {
150
155
  className: clsx(
@@ -190,7 +195,6 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
190
195
  wrapper: ["flex", "flex-col"],
191
196
  textarea: [
192
197
  "w-full",
193
- "h-full",
194
198
  "bg-transparent",
195
199
  "text-neutral-main",
196
200
  "placeholder:!text-neutral-main",
@@ -258,7 +262,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
258
262
  base: ["text-sm", "gap-[4px]"],
259
263
  label: ["text-sm"],
260
264
  wrapper: ["gap-[4px]"],
261
- textarea: ["w-[240px]", "h-[24px]", "rounded-sm", "p-[8px]", "gap-[4px]"],
265
+ textarea: ["w-[240px]", "rounded-sm", "p-[8px]"],
262
266
  helperMessage: ["text-sm"],
263
267
  errorMessage: ["text-sm"]
264
268
  },
@@ -266,7 +270,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
266
270
  base: ["text-md", "gap-[6px]"],
267
271
  label: ["text-md"],
268
272
  wrapper: ["gap-[6px]"],
269
- textarea: ["w-[240px]", "h-[32px]", "rounded-md", "p-[8px]", "gap-[6px]"],
273
+ textarea: ["w-[240px]", "rounded-md", "p-[8px]"],
270
274
  helperMessage: ["text-sm"],
271
275
  errorMessage: ["text-sm"]
272
276
  },
@@ -274,7 +278,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
274
278
  base: ["text-lg", "gap-[8px]"],
275
279
  label: ["text-lg"],
276
280
  wrapper: ["gap-[8px]"],
277
- textarea: ["w-[240px]", "h-[40px]", "rounded-lg", "p-[10px]", "gap-[8px]"],
281
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
278
282
  helperMessage: ["text-md"],
279
283
  errorMessage: ["text-md"]
280
284
  },
@@ -282,7 +286,7 @@ var textareaStyle = (0, import_tailwind_variants.tv)({
282
286
  base: ["text-xl", "gap-[10px]"],
283
287
  label: ["text-xl"],
284
288
  wrapper: ["gap-[10px]"],
285
- textarea: ["w-[240px]", "h-[50px]", "rounded-lg", "p-[10px]", "gap-[10px]"],
289
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
286
290
  helperMessage: ["text-md"],
287
291
  errorMessage: ["text-md"]
288
292
  }
@@ -1,7 +1,8 @@
1
1
  "use client";
2
+ "use client";
2
3
  import {
3
4
  textarea_default
4
- } from "../../chunk-WOSAQELA.mjs";
5
+ } from "../../chunk-44FMPRHV.mjs";
5
6
  import "../../chunk-27Y6K5NK.mjs";
6
7
  import "../../chunk-E3G5QXSH.mjs";
7
8
  import "../../chunk-AC6TWLRT.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 }) => {
@@ -6,8 +6,8 @@ import {
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import {
8
8
  Icon_default
9
- } from "../../chunk-AXWICOKO.mjs";
10
- import "../../chunk-JYW3GEH6.mjs";
9
+ } from "../../chunk-6AID2NLT.mjs";
10
+ import "../../chunk-P5L4YI54.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "../../chunk-E3G5QXSH.mjs";
@@ -2115,6 +2115,39 @@ var template = {
2115
2115
  }
2116
2116
  );
2117
2117
  },
2118
+ "new-window": ({ className }) => {
2119
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2120
+ "svg",
2121
+ {
2122
+ width: "24",
2123
+ height: "24",
2124
+ viewBox: "0 0 24 24",
2125
+ fill: "none",
2126
+ xmlns: "http://www.w3.org/2000/svg",
2127
+ className,
2128
+ children: [
2129
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2130
+ "path",
2131
+ {
2132
+ 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",
2133
+ stroke: "currentColor",
2134
+ strokeLinecap: "round",
2135
+ strokeLinejoin: "round"
2136
+ }
2137
+ ),
2138
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2139
+ "path",
2140
+ {
2141
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2142
+ stroke: "currentColor",
2143
+ strokeLinecap: "round",
2144
+ strokeLinejoin: "round"
2145
+ }
2146
+ )
2147
+ ]
2148
+ }
2149
+ );
2150
+ },
2118
2151
  // ----------------------------------- old ---------------------------------
2119
2152
  // ** Status **
2120
2153
  "plus-circle": ({ className, fill }) => {
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
3
3
  import {
4
4
  ToastProvider,
5
5
  useToast
6
- } from "../../chunk-5UCNLY2A.mjs";
6
+ } from "../../chunk-6S6PH233.mjs";
7
7
  import "../../chunk-ZOTHPHXA.mjs";
8
8
  import {
9
9
  toast_default
10
- } from "../../chunk-3HANNN76.mjs";
10
+ } from "../../chunk-YMXYJUOP.mjs";
11
11
  import "../../chunk-ZYIIXWVY.mjs";
12
- import "../../chunk-AXWICOKO.mjs";
13
- import "../../chunk-JYW3GEH6.mjs";
12
+ import "../../chunk-6AID2NLT.mjs";
13
+ import "../../chunk-P5L4YI54.mjs";
14
14
  import "../../chunk-27Y6K5NK.mjs";
15
15
  import "../../chunk-E3G5QXSH.mjs";
16
16
  import "../../chunk-U4DJHAM5.mjs";
@@ -2111,6 +2111,39 @@ var template = {
2111
2111
  }
2112
2112
  );
2113
2113
  },
2114
+ "new-window": ({ className }) => {
2115
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2116
+ "svg",
2117
+ {
2118
+ width: "24",
2119
+ height: "24",
2120
+ viewBox: "0 0 24 24",
2121
+ fill: "none",
2122
+ xmlns: "http://www.w3.org/2000/svg",
2123
+ className,
2124
+ children: [
2125
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2126
+ "path",
2127
+ {
2128
+ 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",
2129
+ stroke: "currentColor",
2130
+ strokeLinecap: "round",
2131
+ strokeLinejoin: "round"
2132
+ }
2133
+ ),
2134
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2135
+ "path",
2136
+ {
2137
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2138
+ stroke: "currentColor",
2139
+ strokeLinecap: "round",
2140
+ strokeLinejoin: "round"
2141
+ }
2142
+ )
2143
+ ]
2144
+ }
2145
+ );
2146
+ },
2114
2147
  // ----------------------------------- old ---------------------------------
2115
2148
  // ** Status **
2116
2149
  "plus-circle": ({ className, fill }) => {
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  toast_default
4
- } from "../../chunk-3HANNN76.mjs";
4
+ } from "../../chunk-YMXYJUOP.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-AXWICOKO.mjs";
7
- import "../../chunk-JYW3GEH6.mjs";
6
+ import "../../chunk-6AID2NLT.mjs";
7
+ import "../../chunk-P5L4YI54.mjs";
8
8
  import "../../chunk-27Y6K5NK.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-U4DJHAM5.mjs";
@@ -2151,6 +2151,39 @@ var template = {
2151
2151
  }
2152
2152
  );
2153
2153
  },
2154
+ "new-window": ({ className }) => {
2155
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2156
+ "svg",
2157
+ {
2158
+ width: "24",
2159
+ height: "24",
2160
+ viewBox: "0 0 24 24",
2161
+ fill: "none",
2162
+ xmlns: "http://www.w3.org/2000/svg",
2163
+ className,
2164
+ children: [
2165
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2166
+ "path",
2167
+ {
2168
+ 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",
2169
+ stroke: "currentColor",
2170
+ strokeLinecap: "round",
2171
+ strokeLinejoin: "round"
2172
+ }
2173
+ ),
2174
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2175
+ "path",
2176
+ {
2177
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2178
+ stroke: "currentColor",
2179
+ strokeLinecap: "round",
2180
+ strokeLinejoin: "round"
2181
+ }
2182
+ )
2183
+ ]
2184
+ }
2185
+ );
2186
+ },
2154
2187
  // ----------------------------------- old ---------------------------------
2155
2188
  // ** Status **
2156
2189
  "plus-circle": ({ className, fill }) => {
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  ToastProvider,
4
4
  useToast
5
- } from "../../chunk-5UCNLY2A.mjs";
5
+ } from "../../chunk-6S6PH233.mjs";
6
6
  import "../../chunk-ZOTHPHXA.mjs";
7
- import "../../chunk-3HANNN76.mjs";
7
+ import "../../chunk-YMXYJUOP.mjs";
8
8
  import "../../chunk-ZYIIXWVY.mjs";
9
- import "../../chunk-AXWICOKO.mjs";
10
- import "../../chunk-JYW3GEH6.mjs";
9
+ import "../../chunk-6AID2NLT.mjs";
10
+ import "../../chunk-P5L4YI54.mjs";
11
11
  import "../../chunk-27Y6K5NK.mjs";
12
12
  import "../../chunk-E3G5QXSH.mjs";
13
13
  import "../../chunk-U4DJHAM5.mjs";
@@ -2093,6 +2093,39 @@ var template = {
2093
2093
  }
2094
2094
  );
2095
2095
  },
2096
+ "new-window": ({ className }) => {
2097
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2098
+ "svg",
2099
+ {
2100
+ width: "24",
2101
+ height: "24",
2102
+ viewBox: "0 0 24 24",
2103
+ fill: "none",
2104
+ xmlns: "http://www.w3.org/2000/svg",
2105
+ className,
2106
+ children: [
2107
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2108
+ "path",
2109
+ {
2110
+ 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",
2111
+ stroke: "currentColor",
2112
+ strokeLinecap: "round",
2113
+ strokeLinejoin: "round"
2114
+ }
2115
+ ),
2116
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2117
+ "path",
2118
+ {
2119
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2120
+ stroke: "currentColor",
2121
+ strokeLinecap: "round",
2122
+ strokeLinejoin: "round"
2123
+ }
2124
+ )
2125
+ ]
2126
+ }
2127
+ );
2128
+ },
2096
2129
  // ----------------------------------- old ---------------------------------
2097
2130
  // ** Status **
2098
2131
  "plus-circle": ({ className, fill }) => {
@@ -2,10 +2,10 @@
2
2
  import "../../chunk-MBLZYQCN.mjs";
3
3
  import {
4
4
  tree_default
5
- } from "../../chunk-G4G6YXZH.mjs";
5
+ } from "../../chunk-GDHLN463.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-U4DJHAM5.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -2093,6 +2093,39 @@ var template = {
2093
2093
  }
2094
2094
  );
2095
2095
  },
2096
+ "new-window": ({ className }) => {
2097
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2098
+ "svg",
2099
+ {
2100
+ width: "24",
2101
+ height: "24",
2102
+ viewBox: "0 0 24 24",
2103
+ fill: "none",
2104
+ xmlns: "http://www.w3.org/2000/svg",
2105
+ className,
2106
+ children: [
2107
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2108
+ "path",
2109
+ {
2110
+ 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",
2111
+ stroke: "currentColor",
2112
+ strokeLinecap: "round",
2113
+ strokeLinejoin: "round"
2114
+ }
2115
+ ),
2116
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2117
+ "path",
2118
+ {
2119
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2120
+ stroke: "currentColor",
2121
+ strokeLinecap: "round",
2122
+ strokeLinejoin: "round"
2123
+ }
2124
+ )
2125
+ ]
2126
+ }
2127
+ );
2128
+ },
2096
2129
  // ----------------------------------- old ---------------------------------
2097
2130
  // ** Status **
2098
2131
  "plus-circle": ({ className, fill }) => {
@@ -3,10 +3,10 @@ import {
3
3
  Tree,
4
4
  TreeNodeItem,
5
5
  tree_default
6
- } from "../../chunk-G4G6YXZH.mjs";
6
+ } from "../../chunk-GDHLN463.mjs";
7
7
  import "../../chunk-ZYIIXWVY.mjs";
8
- import "../../chunk-AXWICOKO.mjs";
9
- import "../../chunk-JYW3GEH6.mjs";
8
+ import "../../chunk-6AID2NLT.mjs";
9
+ import "../../chunk-P5L4YI54.mjs";
10
10
  import "../../chunk-27Y6K5NK.mjs";
11
11
  import "../../chunk-U4DJHAM5.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";