@deepnoid/ui 0.1.87 → 0.1.89

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.
@@ -102,7 +102,7 @@ var accordionItem = tv({
102
102
  "select-none",
103
103
  "gap-[8px]"
104
104
  ],
105
- headerTitle: ["truncate", "w-full", "font-bold", "text-body-foreground"],
105
+ headerTitle: ["w-full", "font-bold", "text-body-foreground"],
106
106
  content: [
107
107
  "overflow-hidden",
108
108
  "transition-all",
@@ -156,7 +156,7 @@ var Select = forwardRef((originalProps, ref) => {
156
156
  ref,
157
157
  className: clsx(
158
158
  slots.select({ class: classNames == null ? void 0 : classNames.select }),
159
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
159
+ inputProps.readOnly ? "!placeholder:text-body-foreground" : ""
160
160
  ),
161
161
  name: void 0,
162
162
  value: displayValue,
@@ -244,7 +244,7 @@ var select = tv({
244
244
  "w-full",
245
245
  "outline-none",
246
246
  "placeholder:text-neutral-main",
247
- "text-neutral-dark",
247
+ "text-body-foreground",
248
248
  "group-has-[p.error]/select:text-danger-main",
249
249
  "group-has-[p.error]/select:placeholder:text-danger-main"
250
250
  ],
@@ -258,13 +258,11 @@ var select = tv({
258
258
  color: {
259
259
  primary: {
260
260
  selectWrapper: ["text-primary-main"],
261
- select: ["text-primary-main"],
262
261
  option: ["hover:bg-primary-soft", "hover:text-primary-main"],
263
262
  helperMessage: ["text-primary-main"]
264
263
  },
265
264
  secondary: {
266
265
  selectWrapper: ["text-secondary-main"],
267
- select: ["text-secondary-main"],
268
266
  option: ["hover:bg-secondary-soft", "hover:text-secondary-main"],
269
267
  helperMessage: ["text-secondary-main"]
270
268
  }
@@ -453,7 +453,7 @@ var accordionItem = tv({
453
453
  "select-none",
454
454
  "gap-[8px]"
455
455
  ],
456
- headerTitle: ["truncate", "w-full", "font-bold", "text-body-foreground"],
456
+ headerTitle: ["w-full", "font-bold", "text-body-foreground"],
457
457
  content: [
458
458
  "overflow-hidden",
459
459
  "transition-all",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  accordionItem_default
4
- } from "../../chunk-NBLCM4J2.mjs";
4
+ } from "../../chunk-I3ADJOUT.mjs";
5
5
  import "../../chunk-E3G5QXSH.mjs";
6
6
  import "../../chunk-CDXBML6O.mjs";
7
7
  import "../../chunk-AC6TWLRT.mjs";
@@ -522,7 +522,7 @@ var accordionItem = tv({
522
522
  "select-none",
523
523
  "gap-[8px]"
524
524
  ],
525
- headerTitle: ["truncate", "w-full", "font-bold", "text-body-foreground"],
525
+ headerTitle: ["w-full", "font-bold", "text-body-foreground"],
526
526
  content: [
527
527
  "overflow-hidden",
528
528
  "transition-all",
@@ -5,7 +5,7 @@ import {
5
5
  } from "../../chunk-EKLA6ZR4.mjs";
6
6
  import {
7
7
  accordionItem_default
8
- } from "../../chunk-NBLCM4J2.mjs";
8
+ } from "../../chunk-I3ADJOUT.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-CDXBML6O.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
@@ -3,13 +3,13 @@ import {
3
3
  breadcrumb_default
4
4
  } from "../../chunk-RE2WH26E.mjs";
5
5
  import "../../chunk-MY5U63QO.mjs";
6
+ import "../../chunk-JBSV7GCL.mjs";
6
7
  import "../../chunk-ITWKPTSD.mjs";
7
8
  import "../../chunk-V5OCV42N.mjs";
8
9
  import "../../chunk-P6CRHHI3.mjs";
9
10
  import "../../chunk-6WSACUIB.mjs";
10
11
  import "../../chunk-LXHUO6VM.mjs";
11
12
  import "../../chunk-6PNKRBUT.mjs";
12
- import "../../chunk-JBSV7GCL.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-JP4TEWP7.mjs";
15
15
  import "../../chunk-E3G5QXSH.mjs";
@@ -4,13 +4,13 @@ import {
4
4
  breadcrumb_default
5
5
  } from "../../chunk-RE2WH26E.mjs";
6
6
  import "../../chunk-MY5U63QO.mjs";
7
+ import "../../chunk-JBSV7GCL.mjs";
7
8
  import "../../chunk-ITWKPTSD.mjs";
8
9
  import "../../chunk-V5OCV42N.mjs";
9
10
  import "../../chunk-P6CRHHI3.mjs";
10
11
  import "../../chunk-6WSACUIB.mjs";
11
12
  import "../../chunk-LXHUO6VM.mjs";
12
13
  import "../../chunk-6PNKRBUT.mjs";
13
- import "../../chunk-JBSV7GCL.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
15
15
  import "../../chunk-JP4TEWP7.mjs";
16
16
  import "../../chunk-E3G5QXSH.mjs";
@@ -1,5 +1,8 @@
1
1
  "use client";
2
2
  import "../../chunk-MY5U63QO.mjs";
3
+ import {
4
+ text_button_default
5
+ } from "../../chunk-JBSV7GCL.mjs";
3
6
  import {
4
7
  button_group_default
5
8
  } from "../../chunk-ITWKPTSD.mjs";
@@ -12,9 +15,6 @@ import {
12
15
  import "../../chunk-6WSACUIB.mjs";
13
16
  import "../../chunk-LXHUO6VM.mjs";
14
17
  import "../../chunk-6PNKRBUT.mjs";
15
- import {
16
- text_button_default
17
- } from "../../chunk-JBSV7GCL.mjs";
18
18
  import "../../chunk-ZYIIXWVY.mjs";
19
19
  import "../../chunk-JP4TEWP7.mjs";
20
20
  import "../../chunk-E3G5QXSH.mjs";
@@ -7,13 +7,13 @@ import {
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
8
  import "../../chunk-MVL7HJSH.mjs";
9
9
  import "../../chunk-MY5U63QO.mjs";
10
+ import "../../chunk-JBSV7GCL.mjs";
10
11
  import "../../chunk-ITWKPTSD.mjs";
11
12
  import "../../chunk-V5OCV42N.mjs";
12
13
  import "../../chunk-P6CRHHI3.mjs";
13
14
  import "../../chunk-6WSACUIB.mjs";
14
15
  import "../../chunk-LXHUO6VM.mjs";
15
16
  import "../../chunk-6PNKRBUT.mjs";
16
- import "../../chunk-JBSV7GCL.mjs";
17
17
  import "../../chunk-ZYIIXWVY.mjs";
18
18
  import "../../chunk-JP4TEWP7.mjs";
19
19
  import "../../chunk-E3G5QXSH.mjs";
@@ -6,13 +6,13 @@ import {
6
6
  import "../../chunk-2GCSFWHD.mjs";
7
7
  import "../../chunk-MVL7HJSH.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
+ import "../../chunk-JBSV7GCL.mjs";
9
10
  import "../../chunk-ITWKPTSD.mjs";
10
11
  import "../../chunk-V5OCV42N.mjs";
11
12
  import "../../chunk-P6CRHHI3.mjs";
12
13
  import "../../chunk-6WSACUIB.mjs";
13
14
  import "../../chunk-LXHUO6VM.mjs";
14
15
  import "../../chunk-6PNKRBUT.mjs";
15
- import "../../chunk-JBSV7GCL.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
17
  import "../../chunk-JP4TEWP7.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
@@ -6,13 +6,13 @@ import {
6
6
  import "../../chunk-SE5TU755.mjs";
7
7
  import "../../chunk-AF4I7ZQS.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
+ import "../../chunk-JBSV7GCL.mjs";
9
10
  import "../../chunk-ITWKPTSD.mjs";
10
11
  import "../../chunk-V5OCV42N.mjs";
11
12
  import "../../chunk-P6CRHHI3.mjs";
12
13
  import "../../chunk-6WSACUIB.mjs";
13
14
  import "../../chunk-LXHUO6VM.mjs";
14
15
  import "../../chunk-6PNKRBUT.mjs";
15
- import "../../chunk-JBSV7GCL.mjs";
16
16
  import "../../chunk-ZYIIXWVY.mjs";
17
17
  import "../../chunk-JP4TEWP7.mjs";
18
18
  import "../../chunk-E3G5QXSH.mjs";
@@ -5,13 +5,13 @@ import {
5
5
  import "../../chunk-SE5TU755.mjs";
6
6
  import "../../chunk-AF4I7ZQS.mjs";
7
7
  import "../../chunk-MY5U63QO.mjs";
8
+ import "../../chunk-JBSV7GCL.mjs";
8
9
  import "../../chunk-ITWKPTSD.mjs";
9
10
  import "../../chunk-V5OCV42N.mjs";
10
11
  import "../../chunk-P6CRHHI3.mjs";
11
12
  import "../../chunk-6WSACUIB.mjs";
12
13
  import "../../chunk-LXHUO6VM.mjs";
13
14
  import "../../chunk-6PNKRBUT.mjs";
14
- import "../../chunk-JBSV7GCL.mjs";
15
15
  import "../../chunk-ZYIIXWVY.mjs";
16
16
  import "../../chunk-JP4TEWP7.mjs";
17
17
  import "../../chunk-E3G5QXSH.mjs";
@@ -5188,7 +5188,7 @@ var Select = (0, import_react.forwardRef)((originalProps, ref) => {
5188
5188
  ref,
5189
5189
  className: clsx(
5190
5190
  slots.select({ class: classNames == null ? void 0 : classNames.select }),
5191
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
5191
+ inputProps.readOnly ? "!placeholder:text-body-foreground" : ""
5192
5192
  ),
5193
5193
  name: void 0,
5194
5194
  value: displayValue,
@@ -5276,7 +5276,7 @@ var select = tv({
5276
5276
  "w-full",
5277
5277
  "outline-none",
5278
5278
  "placeholder:text-neutral-main",
5279
- "text-neutral-dark",
5279
+ "text-body-foreground",
5280
5280
  "group-has-[p.error]/select:text-danger-main",
5281
5281
  "group-has-[p.error]/select:placeholder:text-danger-main"
5282
5282
  ],
@@ -5290,13 +5290,11 @@ var select = tv({
5290
5290
  color: {
5291
5291
  primary: {
5292
5292
  selectWrapper: ["text-primary-main"],
5293
- select: ["text-primary-main"],
5294
5293
  option: ["hover:bg-primary-soft", "hover:text-primary-main"],
5295
5294
  helperMessage: ["text-primary-main"]
5296
5295
  },
5297
5296
  secondary: {
5298
5297
  selectWrapper: ["text-secondary-main"],
5299
- select: ["text-secondary-main"],
5300
5298
  option: ["hover:bg-secondary-soft", "hover:text-secondary-main"],
5301
5299
  helperMessage: ["text-secondary-main"]
5302
5300
  }
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-QCEKPS7U.mjs";
3
3
  import {
4
4
  select_default
5
- } from "../../chunk-54342D4Z.mjs";
5
+ } from "../../chunk-MPZKOT6P.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import "../../chunk-JP4TEWP7.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
@@ -26,13 +26,11 @@ declare const select: tailwind_variants.TVReturnType<{
26
26
  color: {
27
27
  primary: {
28
28
  selectWrapper: string[];
29
- select: string[];
30
29
  option: string[];
31
30
  helperMessage: string[];
32
31
  };
33
32
  secondary: {
34
33
  selectWrapper: string[];
35
- select: string[];
36
34
  option: string[];
37
35
  helperMessage: string[];
38
36
  };
@@ -120,13 +118,11 @@ declare const select: tailwind_variants.TVReturnType<{
120
118
  color: {
121
119
  primary: {
122
120
  selectWrapper: string[];
123
- select: string[];
124
121
  option: string[];
125
122
  helperMessage: string[];
126
123
  };
127
124
  secondary: {
128
125
  selectWrapper: string[];
129
- select: string[];
130
126
  option: string[];
131
127
  helperMessage: string[];
132
128
  };
@@ -214,13 +210,11 @@ declare const select: tailwind_variants.TVReturnType<{
214
210
  color: {
215
211
  primary: {
216
212
  selectWrapper: string[];
217
- select: string[];
218
213
  option: string[];
219
214
  helperMessage: string[];
220
215
  };
221
216
  secondary: {
222
217
  selectWrapper: string[];
223
- select: string[];
224
218
  option: string[];
225
219
  helperMessage: string[];
226
220
  };
@@ -26,13 +26,11 @@ declare const select: tailwind_variants.TVReturnType<{
26
26
  color: {
27
27
  primary: {
28
28
  selectWrapper: string[];
29
- select: string[];
30
29
  option: string[];
31
30
  helperMessage: string[];
32
31
  };
33
32
  secondary: {
34
33
  selectWrapper: string[];
35
- select: string[];
36
34
  option: string[];
37
35
  helperMessage: string[];
38
36
  };
@@ -120,13 +118,11 @@ declare const select: tailwind_variants.TVReturnType<{
120
118
  color: {
121
119
  primary: {
122
120
  selectWrapper: string[];
123
- select: string[];
124
121
  option: string[];
125
122
  helperMessage: string[];
126
123
  };
127
124
  secondary: {
128
125
  selectWrapper: string[];
129
- select: string[];
130
126
  option: string[];
131
127
  helperMessage: string[];
132
128
  };
@@ -214,13 +210,11 @@ declare const select: tailwind_variants.TVReturnType<{
214
210
  color: {
215
211
  primary: {
216
212
  selectWrapper: string[];
217
- select: string[];
218
213
  option: string[];
219
214
  helperMessage: string[];
220
215
  };
221
216
  secondary: {
222
217
  selectWrapper: string[];
223
- select: string[];
224
218
  option: string[];
225
219
  helperMessage: string[];
226
220
  };
@@ -5186,7 +5186,7 @@ var Select = (0, import_react.forwardRef)((originalProps, ref) => {
5186
5186
  ref,
5187
5187
  className: clsx(
5188
5188
  slots.select({ class: classNames == null ? void 0 : classNames.select }),
5189
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
5189
+ inputProps.readOnly ? "!placeholder:text-body-foreground" : ""
5190
5190
  ),
5191
5191
  name: void 0,
5192
5192
  value: displayValue,
@@ -5274,7 +5274,7 @@ var select = tv({
5274
5274
  "w-full",
5275
5275
  "outline-none",
5276
5276
  "placeholder:text-neutral-main",
5277
- "text-neutral-dark",
5277
+ "text-body-foreground",
5278
5278
  "group-has-[p.error]/select:text-danger-main",
5279
5279
  "group-has-[p.error]/select:placeholder:text-danger-main"
5280
5280
  ],
@@ -5288,13 +5288,11 @@ var select = tv({
5288
5288
  color: {
5289
5289
  primary: {
5290
5290
  selectWrapper: ["text-primary-main"],
5291
- select: ["text-primary-main"],
5292
5291
  option: ["hover:bg-primary-soft", "hover:text-primary-main"],
5293
5292
  helperMessage: ["text-primary-main"]
5294
5293
  },
5295
5294
  secondary: {
5296
5295
  selectWrapper: ["text-secondary-main"],
5297
- select: ["text-secondary-main"],
5298
5296
  option: ["hover:bg-secondary-soft", "hover:text-secondary-main"],
5299
5297
  helperMessage: ["text-secondary-main"]
5300
5298
  }
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  select_default
4
- } from "../../chunk-54342D4Z.mjs";
4
+ } from "../../chunk-MPZKOT6P.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
6
  import "../../chunk-JP4TEWP7.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import "../../chunk-DX3KXNP6.mjs";
3
- import {
4
- table_default
5
- } from "../../chunk-AI4YKKH4.mjs";
6
- import "../../chunk-MZ76AA76.mjs";
7
- import "../../chunk-6PN3DGOE.mjs";
8
3
  import {
9
4
  definition_table_default
10
5
  } from "../../chunk-3M6VYLOU.mjs";
6
+ import {
7
+ table_default
8
+ } from "../../chunk-A4PXPLDI.mjs";
11
9
  import "../../chunk-DQRAFUDA.mjs";
12
10
  import "../../chunk-M37VBNB3.mjs";
11
+ import "../../chunk-MZ76AA76.mjs";
12
+ import "../../chunk-6PN3DGOE.mjs";
13
13
  import "../../chunk-7B7LRG5J.mjs";
14
14
  import "../../chunk-LMHSWLH2.mjs";
15
15
  import "../../chunk-F3HENRVM.mjs";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  table_body_default
4
- } from "../../chunk-AI4YKKH4.mjs";
5
- import "../../chunk-MZ76AA76.mjs";
6
- import "../../chunk-6PN3DGOE.mjs";
4
+ } from "../../chunk-A4PXPLDI.mjs";
7
5
  import "../../chunk-DQRAFUDA.mjs";
8
6
  import "../../chunk-M37VBNB3.mjs";
7
+ import "../../chunk-MZ76AA76.mjs";
8
+ import "../../chunk-6PN3DGOE.mjs";
9
9
  import "../../chunk-7B7LRG5J.mjs";
10
10
  import "../../chunk-LMHSWLH2.mjs";
11
11
  import "../../chunk-F3HENRVM.mjs";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  table_head_default
4
- } from "../../chunk-AI4YKKH4.mjs";
5
- import "../../chunk-MZ76AA76.mjs";
6
- import "../../chunk-6PN3DGOE.mjs";
4
+ } from "../../chunk-A4PXPLDI.mjs";
7
5
  import "../../chunk-DQRAFUDA.mjs";
8
6
  import "../../chunk-M37VBNB3.mjs";
7
+ import "../../chunk-MZ76AA76.mjs";
8
+ import "../../chunk-6PN3DGOE.mjs";
9
9
  import "../../chunk-7B7LRG5J.mjs";
10
10
  import "../../chunk-LMHSWLH2.mjs";
11
11
  import "../../chunk-F3HENRVM.mjs";
@@ -2,11 +2,11 @@
2
2
  import {
3
3
  getCellStyle,
4
4
  table_default
5
- } from "../../chunk-AI4YKKH4.mjs";
6
- import "../../chunk-MZ76AA76.mjs";
7
- import "../../chunk-6PN3DGOE.mjs";
5
+ } from "../../chunk-A4PXPLDI.mjs";
8
6
  import "../../chunk-DQRAFUDA.mjs";
9
7
  import "../../chunk-M37VBNB3.mjs";
8
+ import "../../chunk-MZ76AA76.mjs";
9
+ import "../../chunk-6PN3DGOE.mjs";
10
10
  import "../../chunk-7B7LRG5J.mjs";
11
11
  import "../../chunk-LMHSWLH2.mjs";
12
12
  import "../../chunk-F3HENRVM.mjs";
package/dist/index.js CHANGED
@@ -904,7 +904,7 @@ var accordionItem = tv({
904
904
  "select-none",
905
905
  "gap-[8px]"
906
906
  ],
907
- headerTitle: ["truncate", "w-full", "font-bold", "text-body-foreground"],
907
+ headerTitle: ["w-full", "font-bold", "text-body-foreground"],
908
908
  content: [
909
909
  "overflow-hidden",
910
910
  "transition-all",
@@ -9065,7 +9065,7 @@ var Select = (0, import_react19.forwardRef)((originalProps, ref) => {
9065
9065
  ref,
9066
9066
  className: clsx(
9067
9067
  slots.select({ class: classNames == null ? void 0 : classNames.select }),
9068
- inputProps.readOnly ? "!text-body-foreground placeholder:text-body-foreground" : ""
9068
+ inputProps.readOnly ? "!placeholder:text-body-foreground" : ""
9069
9069
  ),
9070
9070
  name: void 0,
9071
9071
  value: displayValue,
@@ -9153,7 +9153,7 @@ var select = tv({
9153
9153
  "w-full",
9154
9154
  "outline-none",
9155
9155
  "placeholder:text-neutral-main",
9156
- "text-neutral-dark",
9156
+ "text-body-foreground",
9157
9157
  "group-has-[p.error]/select:text-danger-main",
9158
9158
  "group-has-[p.error]/select:placeholder:text-danger-main"
9159
9159
  ],
@@ -9167,13 +9167,11 @@ var select = tv({
9167
9167
  color: {
9168
9168
  primary: {
9169
9169
  selectWrapper: ["text-primary-main"],
9170
- select: ["text-primary-main"],
9171
9170
  option: ["hover:bg-primary-soft", "hover:text-primary-main"],
9172
9171
  helperMessage: ["text-primary-main"]
9173
9172
  },
9174
9173
  secondary: {
9175
9174
  selectWrapper: ["text-secondary-main"],
9176
- select: ["text-secondary-main"],
9177
9175
  option: ["hover:bg-secondary-soft", "hover:text-secondary-main"],
9178
9176
  helperMessage: ["text-secondary-main"]
9179
9177
  }
package/dist/index.mjs CHANGED
@@ -3,25 +3,12 @@ import "./chunk-MBLZYQCN.mjs";
3
3
  import {
4
4
  tree_default
5
5
  } from "./chunk-Y5QV7T6D.mjs";
6
- import "./chunk-LUWGOKLG.mjs";
7
- import {
8
- ToastProvider,
9
- useToast
10
- } from "./chunk-D3HZG3CH.mjs";
11
- import "./chunk-ZOTHPHXA.mjs";
12
- import {
13
- toast_default
14
- } from "./chunk-4BJPJ54Q.mjs";
15
6
  import "./chunk-HIE2YRGA.mjs";
16
7
  import {
17
8
  tooltip_default
18
9
  } from "./chunk-6KH2UQRM.mjs";
19
10
  import "./chunk-ZMOAFSYE.mjs";
20
11
  import "./chunk-WSIADHVC.mjs";
21
- import "./chunk-DX3KXNP6.mjs";
22
- import {
23
- table_default
24
- } from "./chunk-AI4YKKH4.mjs";
25
12
  import "./chunk-3MY6LO7N.mjs";
26
13
  import {
27
14
  tabs_default
@@ -30,33 +17,46 @@ import "./chunk-RRAZM5D3.mjs";
30
17
  import {
31
18
  textarea_default
32
19
  } from "./chunk-6Q2BXHJL.mjs";
33
- import "./chunk-MZ76AA76.mjs";
34
- import {
35
- skeleton_default
36
- } from "./chunk-6PN3DGOE.mjs";
37
20
  import "./chunk-LVFI2NOH.mjs";
38
21
  import {
39
22
  switch_default
40
23
  } from "./chunk-AJUQBMSV.mjs";
41
- import "./chunk-TPFN22HR.mjs";
24
+ import "./chunk-LUWGOKLG.mjs";
42
25
  import {
43
- radio_default
44
- } from "./chunk-GH4EPD35.mjs";
26
+ ToastProvider,
27
+ useToast
28
+ } from "./chunk-D3HZG3CH.mjs";
29
+ import "./chunk-ZOTHPHXA.mjs";
30
+ import {
31
+ toast_default
32
+ } from "./chunk-4BJPJ54Q.mjs";
33
+ import "./chunk-DX3KXNP6.mjs";
45
34
  import {
46
35
  definition_table_default
47
36
  } from "./chunk-3M6VYLOU.mjs";
48
- import "./chunk-7VOQKIIK.mjs";
49
37
  import {
50
- progress_default
51
- } from "./chunk-5FFTHFBX.mjs";
38
+ table_default
39
+ } from "./chunk-A4PXPLDI.mjs";
52
40
  import "./chunk-DQRAFUDA.mjs";
53
41
  import {
54
42
  scrollArea_default
55
43
  } from "./chunk-M37VBNB3.mjs";
44
+ import "./chunk-MZ76AA76.mjs";
45
+ import {
46
+ skeleton_default
47
+ } from "./chunk-6PN3DGOE.mjs";
48
+ import "./chunk-7VOQKIIK.mjs";
49
+ import {
50
+ progress_default
51
+ } from "./chunk-5FFTHFBX.mjs";
52
+ import "./chunk-TPFN22HR.mjs";
53
+ import {
54
+ radio_default
55
+ } from "./chunk-GH4EPD35.mjs";
56
56
  import "./chunk-QCEKPS7U.mjs";
57
57
  import {
58
58
  select_default
59
- } from "./chunk-54342D4Z.mjs";
59
+ } from "./chunk-MPZKOT6P.mjs";
60
60
  import "./chunk-DJOG6Z35.mjs";
61
61
  import {
62
62
  modal_default
@@ -94,6 +94,16 @@ import "./chunk-P732YGHO.mjs";
94
94
  import {
95
95
  drawer_default
96
96
  } from "./chunk-S7Y7XUBL.mjs";
97
+ import "./chunk-XOH6GWRD.mjs";
98
+ import {
99
+ areaChart_default
100
+ } from "./chunk-WIZDHK4O.mjs";
101
+ import {
102
+ barChart_default
103
+ } from "./chunk-GAZ472ZU.mjs";
104
+ import {
105
+ circularProgress_default
106
+ } from "./chunk-7VS6YXNB.mjs";
97
107
  import "./chunk-QZ3LVYJW.mjs";
98
108
  import {
99
109
  checkbox_default
@@ -110,6 +120,9 @@ import {
110
120
  breadcrumb_default
111
121
  } from "./chunk-RE2WH26E.mjs";
112
122
  import "./chunk-MY5U63QO.mjs";
123
+ import {
124
+ text_button_default
125
+ } from "./chunk-JBSV7GCL.mjs";
113
126
  import {
114
127
  button_group_default
115
128
  } from "./chunk-ITWKPTSD.mjs";
@@ -122,31 +135,18 @@ import {
122
135
  import "./chunk-6WSACUIB.mjs";
123
136
  import "./chunk-LXHUO6VM.mjs";
124
137
  import "./chunk-6PNKRBUT.mjs";
125
- import {
126
- text_button_default
127
- } from "./chunk-JBSV7GCL.mjs";
128
138
  import "./chunk-ZYIIXWVY.mjs";
129
139
  import {
130
140
  Icon_default,
131
141
  iconTemplate
132
142
  } from "./chunk-JP4TEWP7.mjs";
133
- import "./chunk-XOH6GWRD.mjs";
134
- import {
135
- areaChart_default
136
- } from "./chunk-WIZDHK4O.mjs";
137
- import {
138
- barChart_default
139
- } from "./chunk-GAZ472ZU.mjs";
140
- import {
141
- circularProgress_default
142
- } from "./chunk-7VS6YXNB.mjs";
143
143
  import "./chunk-NMSDSEBD.mjs";
144
144
  import {
145
145
  accordion_default
146
146
  } from "./chunk-EKLA6ZR4.mjs";
147
147
  import {
148
148
  accordionItem_default
149
- } from "./chunk-NBLCM4J2.mjs";
149
+ } from "./chunk-I3ADJOUT.mjs";
150
150
  import "./chunk-E3G5QXSH.mjs";
151
151
  import "./chunk-7DLOYKVC.mjs";
152
152
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.1.87",
3
+ "version": "0.1.89",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -1,10 +1,10 @@
1
1
  "use client";
2
- import {
3
- skeleton_default
4
- } from "./chunk-6PN3DGOE.mjs";
5
2
  import {
6
3
  scrollArea_default
7
4
  } from "./chunk-M37VBNB3.mjs";
5
+ import {
6
+ skeleton_default
7
+ } from "./chunk-6PN3DGOE.mjs";
8
8
  import {
9
9
  pagination_default
10
10
  } from "./chunk-LMHSWLH2.mjs";