@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
@@ -21,17 +21,20 @@ import { jsx, jsxs } from "react/jsx-runtime";
21
21
  var Textarea = forwardRef((originalProps, ref) => {
22
22
  var _a, _b;
23
23
  const [props, variantProps] = mapPropsVariants(originalProps, textareaStyle.variantKeys);
24
- const { classNames, label, helperMessage, errorMessage, ...textareaProps } = props;
24
+ const { classNames, label, helperMessage, errorMessage, rows = 3, ...textareaProps } = props;
25
25
  const [length, setLength] = useState(((_b = (_a = originalProps.value) == null ? void 0 : _a.toString()) != null ? _b : "").length);
26
26
  const innerRef = useRef(null);
27
27
  useImperativeHandle(ref, () => innerRef.current);
28
28
  const autoResize = useCallback(() => {
29
29
  const el = innerRef.current;
30
- if (el) {
31
- el.style.height = "auto";
32
- el.style.height = el.scrollHeight + "px";
33
- }
34
- }, []);
30
+ if (!el) return;
31
+ el.style.height = "auto";
32
+ const computed = window.getComputedStyle(el);
33
+ const lineHeight = parseFloat(computed.lineHeight);
34
+ const minRows = el.rows || rows || 1;
35
+ const minHeight = lineHeight * minRows;
36
+ el.style.height = Math.max(el.scrollHeight, minHeight) + "px";
37
+ }, [rows]);
35
38
  const handleChange = useCallback(
36
39
  (e) => {
37
40
  var _a2;
@@ -67,13 +70,14 @@ var Textarea = forwardRef((originalProps, ref) => {
67
70
  {
68
71
  ref: innerRef,
69
72
  ...textareaProps,
73
+ rows,
70
74
  readOnly: props.readOnly,
71
75
  onChange: handleChange,
72
76
  className: slots.textarea({ class: classNames == null ? void 0 : classNames.textarea })
73
77
  }
74
78
  ),
75
79
  /* @__PURE__ */ jsxs("div", { className: "flex justify-between", children: [
76
- helperMessage && !(errorMessage !== void 0) && /* @__PURE__ */ jsx(
80
+ helperMessage && errorMessage === void 0 && /* @__PURE__ */ jsx(
77
81
  "p",
78
82
  {
79
83
  className: clsx(
@@ -119,7 +123,6 @@ var textareaStyle = tv({
119
123
  wrapper: ["flex", "flex-col"],
120
124
  textarea: [
121
125
  "w-full",
122
- "h-full",
123
126
  "bg-transparent",
124
127
  "text-neutral-main",
125
128
  "placeholder:!text-neutral-main",
@@ -187,7 +190,7 @@ var textareaStyle = tv({
187
190
  base: ["text-sm", "gap-[4px]"],
188
191
  label: ["text-sm"],
189
192
  wrapper: ["gap-[4px]"],
190
- textarea: ["w-[240px]", "h-[24px]", "rounded-sm", "p-[8px]", "gap-[4px]"],
193
+ textarea: ["w-[240px]", "rounded-sm", "p-[8px]"],
191
194
  helperMessage: ["text-sm"],
192
195
  errorMessage: ["text-sm"]
193
196
  },
@@ -195,7 +198,7 @@ var textareaStyle = tv({
195
198
  base: ["text-md", "gap-[6px]"],
196
199
  label: ["text-md"],
197
200
  wrapper: ["gap-[6px]"],
198
- textarea: ["w-[240px]", "h-[32px]", "rounded-md", "p-[8px]", "gap-[6px]"],
201
+ textarea: ["w-[240px]", "rounded-md", "p-[8px]"],
199
202
  helperMessage: ["text-sm"],
200
203
  errorMessage: ["text-sm"]
201
204
  },
@@ -203,7 +206,7 @@ var textareaStyle = tv({
203
206
  base: ["text-lg", "gap-[8px]"],
204
207
  label: ["text-lg"],
205
208
  wrapper: ["gap-[8px]"],
206
- textarea: ["w-[240px]", "h-[40px]", "rounded-lg", "p-[10px]", "gap-[8px]"],
209
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
207
210
  helperMessage: ["text-md"],
208
211
  errorMessage: ["text-md"]
209
212
  },
@@ -211,7 +214,7 @@ var textareaStyle = tv({
211
214
  base: ["text-xl", "gap-[10px]"],
212
215
  label: ["text-xl"],
213
216
  wrapper: ["gap-[10px]"],
214
- textarea: ["w-[240px]", "h-[50px]", "rounded-lg", "p-[10px]", "gap-[10px]"],
217
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
215
218
  helperMessage: ["text-md"],
216
219
  errorMessage: ["text-md"]
217
220
  }
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-NDNIAALB.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-AXWICOKO.mjs";
7
+ } from "./chunk-6AID2NLT.mjs";
8
8
  import {
9
9
  tv
10
10
  } from "./chunk-U4DJHAM5.mjs";
@@ -7,10 +7,10 @@ import {
7
7
  } from "./chunk-3IBJXQTJ.mjs";
8
8
  import {
9
9
  input_default
10
- } from "./chunk-JI3WAAZV.mjs";
10
+ } from "./chunk-EJ4GDC6K.mjs";
11
11
  import {
12
12
  Icon_default
13
- } from "./chunk-AXWICOKO.mjs";
13
+ } from "./chunk-6AID2NLT.mjs";
14
14
  import {
15
15
  mapPropsVariants
16
16
  } from "./chunk-E3G5QXSH.mjs";
@@ -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
 
6
6
  // src/components/icon/Icon.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-ZOTHPHXA.mjs";
5
5
  import {
6
6
  toast_default
7
- } from "./chunk-3HANNN76.mjs";
7
+ } from "./chunk-YMXYJUOP.mjs";
8
8
 
9
9
  // src/components/toast/use-toast.tsx
10
10
  import { createContext, useContext, useState, useCallback, useEffect, useRef } from "react";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import {
3
- ripple_default
4
- } from "./chunk-LXHUO6VM.mjs";
5
2
  import {
6
3
  useRipple
7
4
  } from "./chunk-SZL743JC.mjs";
5
+ import {
6
+ ripple_default
7
+ } from "./chunk-LXHUO6VM.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-AXWICOKO.mjs";
10
+ } from "./chunk-6AID2NLT.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  pagination_default
4
- } from "./chunk-VSVBYQF4.mjs";
5
- import {
6
- checkbox_default
7
- } from "./chunk-3DCUMRYP.mjs";
4
+ } from "./chunk-TE5JU3WA.mjs";
8
5
  import {
9
6
  scrollArea_default
10
7
  } from "./chunk-EWS3FESG.mjs";
8
+ import {
9
+ checkbox_default
10
+ } from "./chunk-3DCUMRYP.mjs";
11
11
  import {
12
12
  clsx
13
13
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
5
  import {
6
6
  clsx
7
7
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ backdrop_default
4
+ } from "./chunk-4X35QQTI.mjs";
2
5
  import {
3
6
  button_default
4
- } from "./chunk-PLR4DZBN.mjs";
7
+ } from "./chunk-SKX5QPUD.mjs";
5
8
  import {
6
9
  Icon_default
7
- } from "./chunk-AXWICOKO.mjs";
8
- import {
9
- backdrop_default
10
- } from "./chunk-4X35QQTI.mjs";
10
+ } from "./chunk-6AID2NLT.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
5
  import {
6
6
  clsx
7
7
  } from "./chunk-27Y6K5NK.mjs";
@@ -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 {
6
6
  tv
7
7
  } from "./chunk-U4DJHAM5.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  icon_button_default
4
- } from "./chunk-4MTXDUV3.mjs";
4
+ } from "./chunk-BBRO35V3.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-AXWICOKO.mjs";
7
+ } from "./chunk-6AID2NLT.mjs";
8
8
  import {
9
9
  clsx
10
10
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- avatar_default
4
- } from "./chunk-QAXRJ3EH.mjs";
5
2
  import {
6
3
  Icon_default
7
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
+ import {
6
+ avatar_default
7
+ } from "./chunk-HFOHFBZH.mjs";
8
8
  import {
9
9
  mapPropsVariants
10
10
  } from "./chunk-E3G5QXSH.mjs";
@@ -4,10 +4,10 @@ import {
4
4
  } from "./chunk-ACZ3DQVT.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-JI3WAAZV.mjs";
7
+ } from "./chunk-EJ4GDC6K.mjs";
8
8
  import {
9
9
  button_default
10
- } from "./chunk-PLR4DZBN.mjs";
10
+ } from "./chunk-SKX5QPUD.mjs";
11
11
 
12
12
  // src/components/fileUpload/fileUpload.tsx
13
13
  import { useRef, useState, useEffect } from "react";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
5
  import {
6
6
  mapPropsVariants
7
7
  } from "./chunk-E3G5QXSH.mjs";
@@ -1737,6 +1737,39 @@ var template = {
1737
1737
  }
1738
1738
  );
1739
1739
  },
1740
+ "new-window": ({ className }) => {
1741
+ return /* @__PURE__ */ jsxs(
1742
+ "svg",
1743
+ {
1744
+ width: "24",
1745
+ height: "24",
1746
+ viewBox: "0 0 24 24",
1747
+ fill: "none",
1748
+ xmlns: "http://www.w3.org/2000/svg",
1749
+ className,
1750
+ children: [
1751
+ /* @__PURE__ */ jsx(
1752
+ "path",
1753
+ {
1754
+ 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",
1755
+ stroke: "currentColor",
1756
+ strokeLinecap: "round",
1757
+ strokeLinejoin: "round"
1758
+ }
1759
+ ),
1760
+ /* @__PURE__ */ jsx(
1761
+ "path",
1762
+ {
1763
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
1764
+ stroke: "currentColor",
1765
+ strokeLinecap: "round",
1766
+ strokeLinejoin: "round"
1767
+ }
1768
+ )
1769
+ ]
1770
+ }
1771
+ );
1772
+ },
1740
1773
  // ----------------------------------- old ---------------------------------
1741
1774
  // ** Status **
1742
1775
  "plus-circle": ({ className, fill }) => {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "./chunk-UT4SXNWB.mjs";
4
+ } from "./chunk-EVJ46M3U.mjs";
5
5
 
6
6
  // src/components/modal/GlobalModalProvider.tsx
7
7
  import { createContext, useState, useCallback, useMemo } from "react";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  GlobalModalContext
4
- } from "./chunk-UA524JN4.mjs";
4
+ } from "./chunk-R2XKPG4K.mjs";
5
5
 
6
6
  // src/components/modal/useGlobalModal.tsx
7
7
  import { useContext } from "react";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
- import {
3
- ripple_default
4
- } from "./chunk-LXHUO6VM.mjs";
5
2
  import {
6
3
  useRipple
7
4
  } from "./chunk-SZL743JC.mjs";
5
+ import {
6
+ ripple_default
7
+ } from "./chunk-LXHUO6VM.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-AXWICOKO.mjs";
10
+ } from "./chunk-6AID2NLT.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -8,19 +8,19 @@ import {
8
8
  } from "./chunk-XZYQFBCT.mjs";
9
9
  import {
10
10
  input_default
11
- } from "./chunk-JI3WAAZV.mjs";
11
+ } from "./chunk-EJ4GDC6K.mjs";
12
12
  import {
13
13
  text_button_default
14
14
  } from "./chunk-NDNIAALB.mjs";
15
15
  import {
16
16
  button_default
17
- } from "./chunk-PLR4DZBN.mjs";
17
+ } from "./chunk-SKX5QPUD.mjs";
18
18
  import {
19
19
  icon_button_default
20
- } from "./chunk-4MTXDUV3.mjs";
20
+ } from "./chunk-BBRO35V3.mjs";
21
21
  import {
22
22
  Icon_default
23
- } from "./chunk-AXWICOKO.mjs";
23
+ } from "./chunk-6AID2NLT.mjs";
24
24
  import {
25
25
  mapPropsVariants
26
26
  } from "./chunk-E3G5QXSH.mjs";
@@ -4,10 +4,10 @@ import {
4
4
  } from "./chunk-F3HENRVM.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-JI3WAAZV.mjs";
7
+ } from "./chunk-EJ4GDC6K.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-AXWICOKO.mjs";
10
+ } from "./chunk-6AID2NLT.mjs";
11
11
  import {
12
12
  clsx
13
13
  } from "./chunk-27Y6K5NK.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
5
  import {
6
6
  mapPropsVariants
7
7
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-AXWICOKO.mjs";
4
+ } from "./chunk-6AID2NLT.mjs";
5
5
  import {
6
6
  clsx
7
7
  } from "./chunk-27Y6K5NK.mjs";
@@ -1844,6 +1844,39 @@ var template = {
1844
1844
  }
1845
1845
  );
1846
1846
  },
1847
+ "new-window": ({ className }) => {
1848
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1849
+ "svg",
1850
+ {
1851
+ width: "24",
1852
+ height: "24",
1853
+ viewBox: "0 0 24 24",
1854
+ fill: "none",
1855
+ xmlns: "http://www.w3.org/2000/svg",
1856
+ className,
1857
+ children: [
1858
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1859
+ "path",
1860
+ {
1861
+ 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",
1862
+ stroke: "currentColor",
1863
+ strokeLinecap: "round",
1864
+ strokeLinejoin: "round"
1865
+ }
1866
+ ),
1867
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1868
+ "path",
1869
+ {
1870
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
1871
+ stroke: "currentColor",
1872
+ strokeLinecap: "round",
1873
+ strokeLinejoin: "round"
1874
+ }
1875
+ )
1876
+ ]
1877
+ }
1878
+ );
1879
+ },
1847
1880
  // ----------------------------------- old ---------------------------------
1848
1881
  // ** Status **
1849
1882
  "plus-circle": ({ className, fill }) => {
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import {
3
3
  avatar_default
4
- } from "../../chunk-QAXRJ3EH.mjs";
5
- import "../../chunk-JYW3GEH6.mjs";
4
+ } from "../../chunk-HFOHFBZH.mjs";
5
+ import "../../chunk-P5L4YI54.mjs";
6
6
  import "../../chunk-U4DJHAM5.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
8
8
  export {
@@ -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,8 +2,8 @@
2
2
  import "../../chunk-7DLOYKVC.mjs";
3
3
  import {
4
4
  avatar_default
5
- } from "../../chunk-QAXRJ3EH.mjs";
6
- import "../../chunk-JYW3GEH6.mjs";
5
+ } from "../../chunk-HFOHFBZH.mjs";
6
+ import "../../chunk-P5L4YI54.mjs";
7
7
  import "../../chunk-U4DJHAM5.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
@@ -2091,6 +2091,39 @@ var template = {
2091
2091
  }
2092
2092
  );
2093
2093
  },
2094
+ "new-window": ({ className }) => {
2095
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
2096
+ "svg",
2097
+ {
2098
+ width: "24",
2099
+ height: "24",
2100
+ viewBox: "0 0 24 24",
2101
+ fill: "none",
2102
+ xmlns: "http://www.w3.org/2000/svg",
2103
+ className,
2104
+ children: [
2105
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2106
+ "path",
2107
+ {
2108
+ 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",
2109
+ stroke: "currentColor",
2110
+ strokeLinecap: "round",
2111
+ strokeLinejoin: "round"
2112
+ }
2113
+ ),
2114
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2115
+ "path",
2116
+ {
2117
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2118
+ stroke: "currentColor",
2119
+ strokeLinecap: "round",
2120
+ strokeLinejoin: "round"
2121
+ }
2122
+ )
2123
+ ]
2124
+ }
2125
+ );
2126
+ },
2094
2127
  // ----------------------------------- old ---------------------------------
2095
2128
  // ** Status **
2096
2129
  "plus-circle": ({ className, fill }) => {
@@ -1,18 +1,18 @@
1
1
  "use client";
2
2
  import {
3
3
  breadcrumb_default
4
- } from "../../chunk-6CTMLHLK.mjs";
4
+ } from "../../chunk-4IEHQI5B.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
6
  import "../../chunk-NDNIAALB.mjs";
7
7
  import "../../chunk-5VTYO3RF.mjs";
8
- import "../../chunk-PLR4DZBN.mjs";
9
- import "../../chunk-4MTXDUV3.mjs";
8
+ import "../../chunk-SKX5QPUD.mjs";
9
+ import "../../chunk-BBRO35V3.mjs";
10
10
  import "../../chunk-6WSACUIB.mjs";
11
- import "../../chunk-LXHUO6VM.mjs";
12
11
  import "../../chunk-SZL743JC.mjs";
12
+ import "../../chunk-LXHUO6VM.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
- import "../../chunk-AXWICOKO.mjs";
15
- import "../../chunk-JYW3GEH6.mjs";
14
+ import "../../chunk-6AID2NLT.mjs";
15
+ import "../../chunk-P5L4YI54.mjs";
16
16
  import "../../chunk-27Y6K5NK.mjs";
17
17
  import "../../chunk-E3G5QXSH.mjs";
18
18
  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,18 +2,18 @@
2
2
  import "../../chunk-KYIODWXL.mjs";
3
3
  import {
4
4
  breadcrumb_default
5
- } from "../../chunk-6CTMLHLK.mjs";
5
+ } from "../../chunk-4IEHQI5B.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
7
  import "../../chunk-NDNIAALB.mjs";
8
8
  import "../../chunk-5VTYO3RF.mjs";
9
- import "../../chunk-PLR4DZBN.mjs";
10
- import "../../chunk-4MTXDUV3.mjs";
9
+ import "../../chunk-SKX5QPUD.mjs";
10
+ import "../../chunk-BBRO35V3.mjs";
11
11
  import "../../chunk-6WSACUIB.mjs";
12
- import "../../chunk-LXHUO6VM.mjs";
13
12
  import "../../chunk-SZL743JC.mjs";
13
+ import "../../chunk-LXHUO6VM.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";