@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
package/dist/index.js CHANGED
@@ -2796,6 +2796,39 @@ var template = {
2796
2796
  }
2797
2797
  );
2798
2798
  },
2799
+ "new-window": ({ className }) => {
2800
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
2801
+ "svg",
2802
+ {
2803
+ width: "24",
2804
+ height: "24",
2805
+ viewBox: "0 0 24 24",
2806
+ fill: "none",
2807
+ xmlns: "http://www.w3.org/2000/svg",
2808
+ className,
2809
+ children: [
2810
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
2811
+ "path",
2812
+ {
2813
+ 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",
2814
+ stroke: "currentColor",
2815
+ strokeLinecap: "round",
2816
+ strokeLinejoin: "round"
2817
+ }
2818
+ ),
2819
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
2820
+ "path",
2821
+ {
2822
+ d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
2823
+ stroke: "currentColor",
2824
+ strokeLinecap: "round",
2825
+ strokeLinejoin: "round"
2826
+ }
2827
+ )
2828
+ ]
2829
+ }
2830
+ );
2831
+ },
2799
2832
  // ----------------------------------- old ---------------------------------
2800
2833
  // ** Status **
2801
2834
  "plus-circle": ({ className, fill }) => {
@@ -7763,17 +7796,20 @@ var import_jsx_runtime15 = require("react/jsx-runtime");
7763
7796
  var Textarea = (0, import_react13.forwardRef)((originalProps, ref) => {
7764
7797
  var _a, _b;
7765
7798
  const [props, variantProps] = mapPropsVariants(originalProps, textareaStyle.variantKeys);
7766
- const { classNames, label, helperMessage, errorMessage, ...textareaProps } = props;
7799
+ const { classNames, label, helperMessage, errorMessage, rows = 3, ...textareaProps } = props;
7767
7800
  const [length, setLength] = (0, import_react13.useState)(((_b = (_a = originalProps.value) == null ? void 0 : _a.toString()) != null ? _b : "").length);
7768
7801
  const innerRef = (0, import_react13.useRef)(null);
7769
7802
  (0, import_react13.useImperativeHandle)(ref, () => innerRef.current);
7770
7803
  const autoResize = (0, import_react13.useCallback)(() => {
7771
7804
  const el = innerRef.current;
7772
- if (el) {
7773
- el.style.height = "auto";
7774
- el.style.height = el.scrollHeight + "px";
7775
- }
7776
- }, []);
7805
+ if (!el) return;
7806
+ el.style.height = "auto";
7807
+ const computed = window.getComputedStyle(el);
7808
+ const lineHeight = parseFloat(computed.lineHeight);
7809
+ const minRows = el.rows || rows || 1;
7810
+ const minHeight = lineHeight * minRows;
7811
+ el.style.height = Math.max(el.scrollHeight, minHeight) + "px";
7812
+ }, [rows]);
7777
7813
  const handleChange = (0, import_react13.useCallback)(
7778
7814
  (e) => {
7779
7815
  var _a2;
@@ -7809,13 +7845,14 @@ var Textarea = (0, import_react13.forwardRef)((originalProps, ref) => {
7809
7845
  {
7810
7846
  ref: innerRef,
7811
7847
  ...textareaProps,
7848
+ rows,
7812
7849
  readOnly: props.readOnly,
7813
7850
  onChange: handleChange,
7814
7851
  className: slots.textarea({ class: classNames == null ? void 0 : classNames.textarea })
7815
7852
  }
7816
7853
  ),
7817
7854
  /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("div", { className: "flex justify-between", children: [
7818
- helperMessage && !(errorMessage !== void 0) && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
7855
+ helperMessage && errorMessage === void 0 && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
7819
7856
  "p",
7820
7857
  {
7821
7858
  className: clsx(
@@ -7861,7 +7898,6 @@ var textareaStyle = (0, import_tailwind_variants13.tv)({
7861
7898
  wrapper: ["flex", "flex-col"],
7862
7899
  textarea: [
7863
7900
  "w-full",
7864
- "h-full",
7865
7901
  "bg-transparent",
7866
7902
  "text-neutral-main",
7867
7903
  "placeholder:!text-neutral-main",
@@ -7929,7 +7965,7 @@ var textareaStyle = (0, import_tailwind_variants13.tv)({
7929
7965
  base: ["text-sm", "gap-[4px]"],
7930
7966
  label: ["text-sm"],
7931
7967
  wrapper: ["gap-[4px]"],
7932
- textarea: ["w-[240px]", "h-[24px]", "rounded-sm", "p-[8px]", "gap-[4px]"],
7968
+ textarea: ["w-[240px]", "rounded-sm", "p-[8px]"],
7933
7969
  helperMessage: ["text-sm"],
7934
7970
  errorMessage: ["text-sm"]
7935
7971
  },
@@ -7937,7 +7973,7 @@ var textareaStyle = (0, import_tailwind_variants13.tv)({
7937
7973
  base: ["text-md", "gap-[6px]"],
7938
7974
  label: ["text-md"],
7939
7975
  wrapper: ["gap-[6px]"],
7940
- textarea: ["w-[240px]", "h-[32px]", "rounded-md", "p-[8px]", "gap-[6px]"],
7976
+ textarea: ["w-[240px]", "rounded-md", "p-[8px]"],
7941
7977
  helperMessage: ["text-sm"],
7942
7978
  errorMessage: ["text-sm"]
7943
7979
  },
@@ -7945,7 +7981,7 @@ var textareaStyle = (0, import_tailwind_variants13.tv)({
7945
7981
  base: ["text-lg", "gap-[8px]"],
7946
7982
  label: ["text-lg"],
7947
7983
  wrapper: ["gap-[8px]"],
7948
- textarea: ["w-[240px]", "h-[40px]", "rounded-lg", "p-[10px]", "gap-[8px]"],
7984
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
7949
7985
  helperMessage: ["text-md"],
7950
7986
  errorMessage: ["text-md"]
7951
7987
  },
@@ -7953,7 +7989,7 @@ var textareaStyle = (0, import_tailwind_variants13.tv)({
7953
7989
  base: ["text-xl", "gap-[10px]"],
7954
7990
  label: ["text-xl"],
7955
7991
  wrapper: ["gap-[10px]"],
7956
- textarea: ["w-[240px]", "h-[50px]", "rounded-lg", "p-[10px]", "gap-[10px]"],
7992
+ textarea: ["w-[240px]", "rounded-lg", "p-[10px]"],
7957
7993
  helperMessage: ["text-md"],
7958
7994
  errorMessage: ["text-md"]
7959
7995
  }
package/dist/index.mjs CHANGED
@@ -8,43 +8,39 @@ import "./chunk-WSIADHVC.mjs";
8
8
  import "./chunk-MBLZYQCN.mjs";
9
9
  import {
10
10
  tree_default
11
- } from "./chunk-G4G6YXZH.mjs";
12
- import "./chunk-DX3KXNP6.mjs";
11
+ } from "./chunk-GDHLN463.mjs";
12
+ import "./chunk-3MY6LO7N.mjs";
13
13
  import {
14
- table_default
15
- } from "./chunk-54FDYAUN.mjs";
14
+ tabs_default
15
+ } from "./chunk-DW3BX4M2.mjs";
16
+ import "./chunk-RRAZM5D3.mjs";
17
+ import {
18
+ textarea_default
19
+ } from "./chunk-44FMPRHV.mjs";
16
20
  import "./chunk-LUWGOKLG.mjs";
17
21
  import {
18
22
  ToastProvider,
19
23
  useToast
20
- } from "./chunk-5UCNLY2A.mjs";
24
+ } from "./chunk-6S6PH233.mjs";
21
25
  import "./chunk-ZOTHPHXA.mjs";
22
26
  import {
23
27
  toast_default
24
- } from "./chunk-3HANNN76.mjs";
28
+ } from "./chunk-YMXYJUOP.mjs";
25
29
  import "./chunk-LVFI2NOH.mjs";
26
30
  import {
27
31
  switch_default
28
32
  } from "./chunk-AGE57VDD.mjs";
29
- import "./chunk-3MY6LO7N.mjs";
30
- import {
31
- tabs_default
32
- } from "./chunk-DW3BX4M2.mjs";
33
- import "./chunk-RRAZM5D3.mjs";
34
- import {
35
- textarea_default
36
- } from "./chunk-WOSAQELA.mjs";
33
+ import "./chunk-DX3KXNP6.mjs";
37
34
  import {
38
35
  definition_table_default
39
36
  } from "./chunk-BH3I4LIZ.mjs";
40
- import "./chunk-TPFN22HR.mjs";
41
37
  import {
42
- radio_default
43
- } from "./chunk-H6ZQDMYU.mjs";
38
+ table_default
39
+ } from "./chunk-DQHNPDVN.mjs";
44
40
  import "./chunk-QCEKPS7U.mjs";
45
41
  import {
46
42
  select_default
47
- } from "./chunk-APQE3TRN.mjs";
43
+ } from "./chunk-KWHCUAFU.mjs";
48
44
  import "./chunk-MZ76AA76.mjs";
49
45
  import {
50
46
  skeleton_default
@@ -52,50 +48,55 @@ import {
52
48
  import "./chunk-OLQOLLKG.mjs";
53
49
  import {
54
50
  starRating_default
55
- } from "./chunk-AZYWRRZY.mjs";
51
+ } from "./chunk-OXJX5G3O.mjs";
56
52
  import "./chunk-4VWG4726.mjs";
57
53
  import {
58
54
  timePicker_default
59
- } from "./chunk-74MC7B4K.mjs";
55
+ } from "./chunk-4S4AAZFC.mjs";
60
56
  import "./chunk-FZYZSMSS.mjs";
61
57
  import "./chunk-RKHH3CUS.mjs";
58
+ import "./chunk-TPFN22HR.mjs";
59
+ import {
60
+ radio_default
61
+ } from "./chunk-H6ZQDMYU.mjs";
62
62
  import "./chunk-NNVGYR5T.mjs";
63
63
  import {
64
64
  useGlobalModal
65
- } from "./chunk-YXQSMRNH.mjs";
65
+ } from "./chunk-RH3AHG52.mjs";
66
66
  import "./chunk-7B7LRG5J.mjs";
67
67
  import {
68
68
  pagination_default
69
- } from "./chunk-VSVBYQF4.mjs";
69
+ } from "./chunk-TE5JU3WA.mjs";
70
70
  import "./chunk-F3HENRVM.mjs";
71
71
  import {
72
72
  datePicker_default
73
- } from "./chunk-PFZTJUE5.mjs";
73
+ } from "./chunk-SX3JDFTH.mjs";
74
74
  import "./chunk-3IBJXQTJ.mjs";
75
75
  import {
76
76
  day_default
77
77
  } from "./chunk-XZYQFBCT.mjs";
78
- import "./chunk-32GA3YW4.mjs";
79
- import {
80
- drawer_default
81
- } from "./chunk-ZFC5O2V3.mjs";
82
78
  import "./chunk-7MVEAQ7Z.mjs";
83
79
  import {
84
80
  list_default
85
81
  } from "./chunk-NGRGAY42.mjs";
86
82
  import {
87
83
  listItem_default
88
- } from "./chunk-HAYCXHPR.mjs";
84
+ } from "./chunk-MTT24BLX.mjs";
89
85
  import {
90
86
  GlobalModalProvider
91
- } from "./chunk-UA524JN4.mjs";
87
+ } from "./chunk-R2XKPG4K.mjs";
92
88
  import {
93
89
  modal_default
94
- } from "./chunk-UT4SXNWB.mjs";
90
+ } from "./chunk-EVJ46M3U.mjs";
91
+ import "./chunk-QZ3LVYJW.mjs";
92
+ import "./chunk-MGEWSREV.mjs";
93
+ import {
94
+ chip_default
95
+ } from "./chunk-V2YH54JQ.mjs";
95
96
  import "./chunk-RLXOHILK.mjs";
96
97
  import {
97
98
  fileUpload_default
98
- } from "./chunk-QECR6VMW.mjs";
99
+ } from "./chunk-OC5C42CB.mjs";
99
100
  import "./chunk-7VOQKIIK.mjs";
100
101
  import {
101
102
  progress_default
@@ -103,19 +104,12 @@ import {
103
104
  import "./chunk-2GCSFWHD.mjs";
104
105
  import {
105
106
  input_default
106
- } from "./chunk-JI3WAAZV.mjs";
107
- import "./chunk-MGEWSREV.mjs";
108
- import {
109
- chip_default
110
- } from "./chunk-MYUAX3Z5.mjs";
111
- import "./chunk-QZ3LVYJW.mjs";
107
+ } from "./chunk-EJ4GDC6K.mjs";
108
+ import "./chunk-32GA3YW4.mjs";
112
109
  import {
113
- checkbox_default
114
- } from "./chunk-3DCUMRYP.mjs";
110
+ drawer_default
111
+ } from "./chunk-ZFC5O2V3.mjs";
115
112
  import "./chunk-3OCNT22V.mjs";
116
- import {
117
- simpleBarChart_default
118
- } from "./chunk-6WD32ERF.mjs";
119
113
  import {
120
114
  areaChart_default
121
115
  } from "./chunk-LH6Z7SDZ.mjs";
@@ -133,14 +127,20 @@ import {
133
127
  import {
134
128
  radarChart_default
135
129
  } from "./chunk-U7SYKG2C.mjs";
136
- import "./chunk-7DLOYKVC.mjs";
137
130
  import {
138
- avatar_default
139
- } from "./chunk-QAXRJ3EH.mjs";
131
+ simpleBarChart_default
132
+ } from "./chunk-6WD32ERF.mjs";
133
+ import {
134
+ checkbox_default
135
+ } from "./chunk-3DCUMRYP.mjs";
136
+ import "./chunk-SE5TU755.mjs";
137
+ import {
138
+ backdrop_default
139
+ } from "./chunk-4X35QQTI.mjs";
140
140
  import "./chunk-KYIODWXL.mjs";
141
141
  import {
142
142
  breadcrumb_default
143
- } from "./chunk-6CTMLHLK.mjs";
143
+ } from "./chunk-4IEHQI5B.mjs";
144
144
  import "./chunk-MY5U63QO.mjs";
145
145
  import {
146
146
  text_button_default
@@ -150,32 +150,32 @@ import {
150
150
  } from "./chunk-5VTYO3RF.mjs";
151
151
  import {
152
152
  button_default
153
- } from "./chunk-PLR4DZBN.mjs";
153
+ } from "./chunk-SKX5QPUD.mjs";
154
154
  import {
155
155
  icon_button_default
156
- } from "./chunk-4MTXDUV3.mjs";
156
+ } from "./chunk-BBRO35V3.mjs";
157
157
  import "./chunk-6WSACUIB.mjs";
158
- import "./chunk-LXHUO6VM.mjs";
159
158
  import "./chunk-SZL743JC.mjs";
159
+ import "./chunk-LXHUO6VM.mjs";
160
160
  import "./chunk-ZYIIXWVY.mjs";
161
161
  import {
162
162
  Icon_default,
163
163
  iconTemplate
164
- } from "./chunk-AXWICOKO.mjs";
165
- import "./chunk-JYW3GEH6.mjs";
164
+ } from "./chunk-6AID2NLT.mjs";
166
165
  import "./chunk-NMSDSEBD.mjs";
167
- import "./chunk-SE5TU755.mjs";
168
- import {
169
- backdrop_default
170
- } from "./chunk-4X35QQTI.mjs";
171
- import "./chunk-3V4HT2K5.mjs";
172
- import "./chunk-27Y6K5NK.mjs";
173
166
  import {
174
167
  accordion_default
175
168
  } from "./chunk-JGG3ZUNG.mjs";
176
169
  import {
177
170
  accordionItem_default
178
171
  } from "./chunk-NTNF5T5I.mjs";
172
+ import "./chunk-7DLOYKVC.mjs";
173
+ import {
174
+ avatar_default
175
+ } from "./chunk-HFOHFBZH.mjs";
176
+ import "./chunk-P5L4YI54.mjs";
177
+ import "./chunk-3V4HT2K5.mjs";
178
+ import "./chunk-27Y6K5NK.mjs";
179
179
  import "./chunk-E3G5QXSH.mjs";
180
180
  import {
181
181
  deepnoidUi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.1.220",
3
+ "version": "0.1.222",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {