@deepnoid/ui 0.0.105 → 0.0.107
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/README.md +1 -1
- package/dist/{chunk-S4DTK5GI.mjs → chunk-BEPW5BXD.mjs} +1 -1
- package/dist/{chunk-FNPWLOGV.mjs → chunk-HFJF2TTY.mjs} +337 -336
- package/dist/chunk-L3EXRVWC.mjs +12813 -0
- package/dist/chunk-LXPWTJ3F.mjs +58 -0
- package/dist/{chunk-R2E7UZZO.mjs → chunk-QGZEHOKA.mjs} +2 -1
- package/dist/components/accordion/accordion.test.js +337 -335
- package/dist/components/accordion/accordion.test.mjs +1 -1
- package/dist/components/button/button-group.test.js +337 -335
- package/dist/components/button/button-group.test.mjs +2 -2
- package/dist/components/button/button.test.js +7296 -443
- package/dist/components/button/button.test.mjs +2 -2
- package/dist/components/card/card.test.js +337 -335
- package/dist/components/card/card.test.mjs +1 -1
- package/dist/components/checkbox/checkbox.test.js +337 -335
- package/dist/components/checkbox/checkbox.test.mjs +2 -2
- package/dist/components/dateTimePicker/dateTimePicker.mjs +2 -2
- package/dist/components/dateTimePicker/index.mjs +2 -2
- package/dist/components/dropdown/dropdown.d.mts +121 -0
- package/dist/components/dropdown/dropdown.d.ts +121 -0
- package/dist/components/dropdown/dropdown.js +122 -0
- package/dist/components/dropdown/dropdown.mjs +10 -0
- package/dist/components/dropdown/dropdown.test.d.mts +2 -0
- package/dist/components/dropdown/dropdown.test.d.ts +2 -0
- package/dist/components/dropdown/dropdown.test.js +12997 -0
- package/dist/components/dropdown/dropdown.test.mjs +25 -0
- package/dist/components/dropdown/index.d.mts +5 -0
- package/dist/components/dropdown/index.d.ts +5 -0
- package/dist/components/dropdown/index.js +128 -0
- package/dist/components/dropdown/index.mjs +10 -0
- package/dist/components/input/input.test.js +7296 -443
- package/dist/components/input/input.test.mjs +2 -2
- package/dist/components/list/list.test.js +337 -335
- package/dist/components/list/list.test.mjs +1 -1
- package/dist/components/modal/modal.test.js +337 -335
- package/dist/components/modal/modal.test.mjs +1 -1
- package/dist/components/pagination/pagination.test.js +337 -335
- package/dist/components/pagination/pagination.test.mjs +1 -1
- package/dist/components/progress/progress.test.js +337 -335
- package/dist/components/progress/progress.test.mjs +1 -1
- package/dist/components/radio/radio.test.js +337 -335
- package/dist/components/radio/radio.test.mjs +1 -1
- package/dist/components/select/select.test.js +337 -335
- package/dist/components/select/select.test.mjs +2 -2
- package/dist/components/slider/slider.test.js +337 -335
- package/dist/components/slider/slider.test.mjs +1 -1
- package/dist/components/switch/switch.test.js +337 -335
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/index.js +2 -1
- package/dist/components/table/index.mjs +1 -1
- package/dist/components/table/table.js +2 -1
- package/dist/components/table/table.mjs +1 -1
- package/dist/components/table/table.test.js +339 -336
- package/dist/components/table/table.test.mjs +2 -2
- package/dist/components/tabs/tabs.test.js +337 -335
- package/dist/components/tabs/tabs.test.mjs +2 -2
- package/dist/components/textarea/textarea.test.js +7296 -443
- package/dist/components/textarea/textarea.test.mjs +2 -2
- package/dist/components/toast/toast.test.js +337 -335
- package/dist/components/toast/toast.test.mjs +1 -1
- package/dist/components/tooltip/tooltip.test.js +337 -335
- package/dist/components/tooltip/tooltip.test.mjs +1 -1
- package/dist/index.js +3 -2
- package/dist/index.mjs +40 -40
- package/package.json +1 -1
- package/dist/chunk-H7BLXC5M.mjs +0 -5965
- package/dist/{chunk-466PGIGU.mjs → chunk-C2FQHRLB.mjs} +3 -3
package/dist/index.js
CHANGED
|
@@ -5609,7 +5609,8 @@ var table = (0, import_tailwind_variants8.tv)({
|
|
|
5609
5609
|
"text-white",
|
|
5610
5610
|
"transition-opacity",
|
|
5611
5611
|
"duration-200",
|
|
5612
|
-
"ease-in-out"
|
|
5612
|
+
"ease-in-out",
|
|
5613
|
+
"cursor-default"
|
|
5613
5614
|
]
|
|
5614
5615
|
},
|
|
5615
5616
|
variants: {
|
|
@@ -8985,7 +8986,7 @@ var getSemanticColors = (colorChip, role) => {
|
|
|
8985
8986
|
light: `${colorChip[50]}, 0.1`,
|
|
8986
8987
|
main: `${colorChip[50]}, 0.2`,
|
|
8987
8988
|
dark: `${colorChip[50]}, 0.3`,
|
|
8988
|
-
strong: `${colorChip[
|
|
8989
|
+
strong: `${colorChip[900]}, 1 `
|
|
8989
8990
|
}
|
|
8990
8991
|
};
|
|
8991
8992
|
break;
|
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-HIE2YRGA.mjs";
|
|
3
|
-
import {
|
|
4
|
-
tooltip_default
|
|
5
|
-
} from "./chunk-U74WK5VI.mjs";
|
|
6
|
-
import "./chunk-KCBBBRSF.mjs";
|
|
7
|
-
import "./chunk-ODMRJXLJ.mjs";
|
|
8
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
9
|
-
import {
|
|
10
|
-
tabs_default
|
|
11
|
-
} from "./chunk-KRI5IALM.mjs";
|
|
12
|
-
import "./chunk-RRAZM5D3.mjs";
|
|
13
|
-
import {
|
|
14
|
-
textarea_default
|
|
15
|
-
} from "./chunk-OJ2OEI5B.mjs";
|
|
16
2
|
import "./chunk-LUWGOKLG.mjs";
|
|
17
3
|
import {
|
|
18
4
|
ToastProvider,
|
|
@@ -22,54 +8,65 @@ import "./chunk-ZOTHPHXA.mjs";
|
|
|
22
8
|
import {
|
|
23
9
|
toast_default
|
|
24
10
|
} from "./chunk-PXUBPWKU.mjs";
|
|
25
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
26
12
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
13
|
+
tooltip_default
|
|
14
|
+
} from "./chunk-U74WK5VI.mjs";
|
|
15
|
+
import "./chunk-KCBBBRSF.mjs";
|
|
16
|
+
import "./chunk-ODMRJXLJ.mjs";
|
|
29
17
|
import "./chunk-2UUH2MBF.mjs";
|
|
30
18
|
import {
|
|
31
19
|
table_default
|
|
32
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-QGZEHOKA.mjs";
|
|
33
21
|
import "./chunk-VWD26TIQ.mjs";
|
|
34
22
|
import "./chunk-PO3ADNA5.mjs";
|
|
23
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
24
|
+
import {
|
|
25
|
+
textarea_default
|
|
26
|
+
} from "./chunk-OJ2OEI5B.mjs";
|
|
27
|
+
import "./chunk-MV2WCFK7.mjs";
|
|
28
|
+
import {
|
|
29
|
+
slider_default
|
|
30
|
+
} from "./chunk-A3RWT3JJ.mjs";
|
|
35
31
|
import "./chunk-LVFI2NOH.mjs";
|
|
36
32
|
import {
|
|
37
33
|
switch_default
|
|
38
34
|
} from "./chunk-S3O52LLG.mjs";
|
|
39
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
40
36
|
import {
|
|
41
|
-
|
|
42
|
-
} from "./chunk-
|
|
43
|
-
import "./chunk-S3QS5B7F.mjs";
|
|
44
|
-
import "./chunk-RZZWHI6O.mjs";
|
|
37
|
+
tabs_default
|
|
38
|
+
} from "./chunk-KRI5IALM.mjs";
|
|
45
39
|
import "./chunk-7VOQKIIK.mjs";
|
|
46
40
|
import {
|
|
47
41
|
progress_default
|
|
48
42
|
} from "./chunk-N2JULHST.mjs";
|
|
49
|
-
import "./chunk-
|
|
50
|
-
import {
|
|
51
|
-
radio_default
|
|
52
|
-
} from "./chunk-QWFOYO3D.mjs";
|
|
53
|
-
import "./chunk-DJOG6Z35.mjs";
|
|
43
|
+
import "./chunk-QCEKPS7U.mjs";
|
|
54
44
|
import {
|
|
55
|
-
|
|
56
|
-
} from "./chunk-
|
|
45
|
+
select_default
|
|
46
|
+
} from "./chunk-2BCJZILI.mjs";
|
|
47
|
+
import "./chunk-S3QS5B7F.mjs";
|
|
48
|
+
import "./chunk-RZZWHI6O.mjs";
|
|
57
49
|
import "./chunk-7B7LRG5J.mjs";
|
|
58
50
|
import {
|
|
59
51
|
pagination_default
|
|
60
52
|
} from "./chunk-UZL66GNP.mjs";
|
|
61
53
|
import "./chunk-F3HENRVM.mjs";
|
|
62
|
-
import "./chunk-
|
|
54
|
+
import "./chunk-TPFN22HR.mjs";
|
|
55
|
+
import {
|
|
56
|
+
radio_default
|
|
57
|
+
} from "./chunk-QWFOYO3D.mjs";
|
|
63
58
|
import "./chunk-2GCSFWHD.mjs";
|
|
64
59
|
import {
|
|
65
60
|
input_default
|
|
66
61
|
} from "./chunk-ZNEEYSIK.mjs";
|
|
67
|
-
import "./chunk-
|
|
62
|
+
import "./chunk-DJOG6Z35.mjs";
|
|
63
|
+
import {
|
|
64
|
+
modal_default
|
|
65
|
+
} from "./chunk-PRLGHYFO.mjs";
|
|
68
66
|
import "./chunk-75HLCORR.mjs";
|
|
69
67
|
import {
|
|
70
68
|
dateTimePicker_default
|
|
71
|
-
} from "./chunk-
|
|
72
|
-
import "./chunk-FDKT4IBP.mjs";
|
|
69
|
+
} from "./chunk-C2FQHRLB.mjs";
|
|
73
70
|
import "./chunk-BCN5F2MN.mjs";
|
|
74
71
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
75
72
|
import {
|
|
@@ -79,21 +76,24 @@ import {
|
|
|
79
76
|
listItem_default
|
|
80
77
|
} from "./chunk-V77MALL4.mjs";
|
|
81
78
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
82
|
-
import "./chunk-
|
|
79
|
+
import "./chunk-VUYUQGLF.mjs";
|
|
80
|
+
import "./chunk-QZ3LVYJW.mjs";
|
|
83
81
|
import {
|
|
84
82
|
checkbox_default
|
|
85
83
|
} from "./chunk-ANYPMQH4.mjs";
|
|
84
|
+
import "./chunk-FDKT4IBP.mjs";
|
|
85
|
+
import "./chunk-P732YGHO.mjs";
|
|
86
86
|
import "./chunk-NMSDSEBD.mjs";
|
|
87
|
-
import "./chunk-
|
|
87
|
+
import "./chunk-HAOK24MK.mjs";
|
|
88
|
+
import {
|
|
89
|
+
card_default
|
|
90
|
+
} from "./chunk-2ALY3PH5.mjs";
|
|
88
91
|
import {
|
|
89
92
|
button_group_default
|
|
90
93
|
} from "./chunk-NGQ3MK2J.mjs";
|
|
91
94
|
import {
|
|
92
95
|
button_default
|
|
93
96
|
} from "./chunk-UR64ZUAU.mjs";
|
|
94
|
-
import {
|
|
95
|
-
card_default
|
|
96
|
-
} from "./chunk-2ALY3PH5.mjs";
|
|
97
97
|
import "./chunk-27Y6K5NK.mjs";
|
|
98
98
|
import {
|
|
99
99
|
accordion_default
|
|
@@ -402,7 +402,7 @@ var getSemanticColors = (colorChip, role) => {
|
|
|
402
402
|
light: `${colorChip[50]}, 0.1`,
|
|
403
403
|
main: `${colorChip[50]}, 0.2`,
|
|
404
404
|
dark: `${colorChip[50]}, 0.3`,
|
|
405
|
-
strong: `${colorChip[
|
|
405
|
+
strong: `${colorChip[900]}, 1 `
|
|
406
406
|
}
|
|
407
407
|
};
|
|
408
408
|
break;
|