@deepnoid/ui 0.0.95 → 0.0.97
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.
- package/dist/{chunk-JWFWFBQM.mjs → chunk-PNFR2J4Q.mjs} +62 -27
- package/dist/{chunk-VG4644BG.mjs → chunk-PO3ADNA5.mjs} +6 -6
- package/dist/{chunk-PR277HT5.mjs → chunk-QDDEQY63.mjs} +15 -8
- package/dist/components/accordion/accordion.test.mjs +3 -3
- package/dist/components/button/button-group.test.mjs +3 -3
- package/dist/components/button/button.test.mjs +3 -3
- package/dist/components/checkbox/checkbox.test.mjs +3 -3
- package/dist/components/input/input.test.mjs +1 -1
- package/dist/components/modal/modal.test.mjs +1 -1
- package/dist/components/select/select.test.mjs +3 -3
- package/dist/components/table/index.js +80 -38
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table-body.d.mts +7 -4
- package/dist/components/table/table-body.d.ts +7 -4
- package/dist/components/table/table-body.js +15 -8
- package/dist/components/table/table-body.mjs +1 -1
- package/dist/components/table/table-head.d.mts +4 -4
- package/dist/components/table/table-head.d.ts +4 -4
- package/dist/components/table/table-head.js +6 -6
- package/dist/components/table/table-head.mjs +1 -1
- package/dist/components/table/table.d.mts +51 -7
- package/dist/components/table/table.d.ts +51 -7
- package/dist/components/table/table.js +80 -38
- package/dist/components/table/table.mjs +3 -3
- package/dist/components/table/table.test.js +80 -38
- package/dist/components/table/table.test.mjs +3 -3
- package/dist/components/tabs/tabs.test.mjs +3 -3
- package/dist/components/textarea/textarea.test.mjs +1 -1
- package/dist/components/tooltip/tooltip.test.mjs +3 -3
- package/dist/index.js +80 -38
- package/dist/index.mjs +32 -32
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import {
|
|
4
|
-
ToastProvider,
|
|
5
|
-
useToast
|
|
6
|
-
} from "./chunk-7HHFRKJU.mjs";
|
|
7
|
-
import "./chunk-ZOTHPHXA.mjs";
|
|
8
|
-
import {
|
|
9
|
-
toast_default
|
|
10
|
-
} from "./chunk-PXUBPWKU.mjs";
|
|
11
|
-
import "./chunk-2UUH2MBF.mjs";
|
|
2
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
12
3
|
import {
|
|
13
|
-
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-PR277HT5.mjs";
|
|
16
|
-
import "./chunk-VG4644BG.mjs";
|
|
4
|
+
textarea_default
|
|
5
|
+
} from "./chunk-OJ2OEI5B.mjs";
|
|
17
6
|
import "./chunk-HIE2YRGA.mjs";
|
|
18
7
|
import {
|
|
19
8
|
tooltip_default
|
|
20
9
|
} from "./chunk-P6AZMYVR.mjs";
|
|
21
10
|
import "./chunk-DSBSLSJW.mjs";
|
|
22
11
|
import "./chunk-ODMRJXLJ.mjs";
|
|
23
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-2UUH2MBF.mjs";
|
|
24
13
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
14
|
+
table_default
|
|
15
|
+
} from "./chunk-PNFR2J4Q.mjs";
|
|
16
|
+
import "./chunk-QDDEQY63.mjs";
|
|
17
|
+
import "./chunk-PO3ADNA5.mjs";
|
|
18
|
+
import "./chunk-TPFN22HR.mjs";
|
|
19
|
+
import {
|
|
20
|
+
radio_default
|
|
21
|
+
} from "./chunk-QWFOYO3D.mjs";
|
|
27
22
|
import "./chunk-3MY6LO7N.mjs";
|
|
28
23
|
import {
|
|
29
24
|
tabs_default
|
|
30
25
|
} from "./chunk-KRI5IALM.mjs";
|
|
31
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-LUWGOKLG.mjs";
|
|
32
27
|
import {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
28
|
+
ToastProvider,
|
|
29
|
+
useToast
|
|
30
|
+
} from "./chunk-7HHFRKJU.mjs";
|
|
31
|
+
import "./chunk-ZOTHPHXA.mjs";
|
|
36
32
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
33
|
+
toast_default
|
|
34
|
+
} from "./chunk-PXUBPWKU.mjs";
|
|
39
35
|
import "./chunk-LVFI2NOH.mjs";
|
|
40
36
|
import {
|
|
41
37
|
switch_default
|
|
42
38
|
} from "./chunk-S3O52LLG.mjs";
|
|
39
|
+
import "./chunk-MV2WCFK7.mjs";
|
|
40
|
+
import {
|
|
41
|
+
slider_default
|
|
42
|
+
} from "./chunk-A3RWT3JJ.mjs";
|
|
43
43
|
import "./chunk-7VOQKIIK.mjs";
|
|
44
44
|
import {
|
|
45
45
|
progress_default
|
|
@@ -63,7 +63,7 @@ import "./chunk-2GCSFWHD.mjs";
|
|
|
63
63
|
import {
|
|
64
64
|
input_default
|
|
65
65
|
} from "./chunk-ZNEEYSIK.mjs";
|
|
66
|
-
import "./chunk-
|
|
66
|
+
import "./chunk-HAOK24MK.mjs";
|
|
67
67
|
import "./chunk-QZ3LVYJW.mjs";
|
|
68
68
|
import {
|
|
69
69
|
checkbox_default
|
|
@@ -83,24 +83,24 @@ import {
|
|
|
83
83
|
import {
|
|
84
84
|
listItem_default
|
|
85
85
|
} from "./chunk-V77MALL4.mjs";
|
|
86
|
+
import "./chunk-NMSDSEBD.mjs";
|
|
86
87
|
import "./chunk-VUYUQGLF.mjs";
|
|
87
|
-
import
|
|
88
|
+
import {
|
|
89
|
+
button_group_default
|
|
90
|
+
} from "./chunk-NGQ3MK2J.mjs";
|
|
91
|
+
import {
|
|
92
|
+
button_default
|
|
93
|
+
} from "./chunk-UR64ZUAU.mjs";
|
|
88
94
|
import {
|
|
89
95
|
card_default
|
|
90
96
|
} from "./chunk-2ALY3PH5.mjs";
|
|
97
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
91
98
|
import {
|
|
92
99
|
accordion_default
|
|
93
100
|
} from "./chunk-SWR7E3NU.mjs";
|
|
94
101
|
import {
|
|
95
102
|
accordionItem_default
|
|
96
103
|
} from "./chunk-L6BQA6GI.mjs";
|
|
97
|
-
import "./chunk-27Y6K5NK.mjs";
|
|
98
|
-
import {
|
|
99
|
-
button_group_default
|
|
100
|
-
} from "./chunk-NGQ3MK2J.mjs";
|
|
101
|
-
import {
|
|
102
|
-
button_default
|
|
103
|
-
} from "./chunk-UR64ZUAU.mjs";
|
|
104
104
|
import "./chunk-ZYIIXWVY.mjs";
|
|
105
105
|
import {
|
|
106
106
|
Icon_default,
|