@deepnoid/ui 0.1.13 → 0.1.16
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/.turbo/turbo-build.log +157 -147
- package/dist/{chunk-TTY3EEXX.mjs → chunk-2PKM7SLZ.mjs} +4 -4
- package/dist/{chunk-56VCX2QR.mjs → chunk-33LANVZV.mjs} +3 -3
- package/dist/{chunk-2KAR2PTQ.mjs → chunk-36JC3WXM.mjs} +3 -3
- package/dist/{chunk-YQGZRSUQ.mjs → chunk-3MPMVCR7.mjs} +3 -3
- package/dist/{chunk-2ZT6V4QR.mjs → chunk-4ZJFD3L3.mjs} +54 -7
- package/dist/{chunk-ZMJYDLTS.mjs → chunk-CU6CIHC2.mjs} +5 -5
- package/dist/chunk-DQRAFUDA.mjs +1 -0
- package/dist/{chunk-O5UA4WDU.mjs → chunk-EDRRWKRE.mjs} +10 -7
- package/dist/{chunk-OQS4LGZK.mjs → chunk-H4UNPIQJ.mjs} +1 -1
- package/dist/{chunk-NEUCUEIG.mjs → chunk-IB424QKO.mjs} +4 -4
- package/dist/{chunk-U2YKMXVG.mjs → chunk-IL5ENWCR.mjs} +3 -3
- package/dist/{chunk-T5LK5CJS.mjs → chunk-KCPPDCLS.mjs} +4 -5
- package/dist/{chunk-56RN6YOP.mjs → chunk-LNNTSCMC.mjs} +3 -3
- package/dist/{chunk-WB24YDE2.mjs → chunk-LPZOH3RP.mjs} +1 -1
- package/dist/chunk-M37VBNB3.mjs +44 -0
- package/dist/{chunk-6G7GOPSB.mjs → chunk-OKLT5ESS.mjs} +5 -5
- package/dist/{chunk-HJZWSGUX.mjs → chunk-P5QCU457.mjs} +3 -3
- package/dist/{chunk-NJ4PBW65.mjs → chunk-P6NVCCBZ.mjs} +1 -1
- package/dist/{chunk-GQS6V47G.mjs → chunk-QEXS35XA.mjs} +1 -1
- package/dist/{chunk-4GLKWK3Z.mjs → chunk-S6DHANZX.mjs} +3 -3
- package/dist/{chunk-ZEZ6ZA3N.mjs → chunk-SSMMWMQC.mjs} +3 -3
- package/dist/{chunk-VVOOYDJS.mjs → chunk-UFVQPPPW.mjs} +3 -3
- package/dist/{chunk-7R4QY3TA.mjs → chunk-UYPVP36M.mjs} +1 -1
- package/dist/{chunk-M2IRRTFM.mjs → chunk-V3DWFAL7.mjs} +18 -15
- package/dist/{chunk-7R4NOC2G.mjs → chunk-VBY63YVZ.mjs} +4 -4
- package/dist/{chunk-57WBWSSL.mjs → chunk-XBIHKPK4.mjs} +4 -4
- package/dist/{chunk-LP724WOP.mjs → chunk-XKEXTBMD.mjs} +3 -3
- package/dist/{chunk-GXWSYM7Z.mjs → chunk-YD7UPDCV.mjs} +4 -4
- package/dist/{chunk-J5WJD6XZ.mjs → chunk-YLRYHUTW.mjs} +3 -3
- package/dist/{chunk-AHTNXGAY.mjs → chunk-ZQFIB7ZW.mjs} +2 -2
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +3 -4
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +3 -4
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button-group.mjs +2 -2
- package/dist/components/button/button.mjs +2 -2
- package/dist/components/button/icon-button.d.mts +1 -1
- package/dist/components/button/icon-button.d.ts +1 -1
- package/dist/components/button/icon-button.js +2 -2
- package/dist/components/button/icon-button.mjs +2 -2
- package/dist/components/button/index.js +3 -3
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/button/text-button.js +1 -1
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.mjs +2 -2
- package/dist/components/chip/index.mjs +2 -2
- package/dist/components/dateTimePicker/calendar.mjs +2 -2
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/input/index.mjs +2 -2
- package/dist/components/input/input.mjs +2 -2
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/list.mjs +2 -2
- package/dist/components/list/listItem.mjs +3 -3
- package/dist/components/modal/index.mjs +6 -6
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/pagination/index.mjs +3 -3
- package/dist/components/pagination/pagination.mjs +3 -3
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/scroll/index.d.mts +3 -0
- package/dist/components/scroll/index.d.ts +3 -0
- package/dist/components/scroll/index.js +108 -0
- package/dist/components/scroll/index.mjs +10 -0
- package/dist/components/scroll/scrollArea.d.mts +15 -0
- package/dist/components/scroll/scrollArea.d.ts +15 -0
- package/dist/components/scroll/scrollArea.js +102 -0
- package/dist/components/scroll/scrollArea.mjs +9 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/option.mjs +2 -2
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +63 -24
- package/dist/components/table/index.mjs +9 -7
- package/dist/components/table/table-body.js +17 -14
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table-head.mjs +3 -3
- package/dist/components/table/table.js +63 -24
- package/dist/components/table/table.mjs +9 -7
- package/dist/components/tabs/index.mjs +2 -2
- package/dist/components/tabs/tabs.mjs +2 -2
- package/dist/components/toast/index.mjs +3 -3
- package/dist/components/toast/toast.mjs +2 -2
- package/dist/components/toast/use-toast.mjs +3 -3
- package/dist/components/tooltip/index.mjs +2 -2
- package/dist/components/tooltip/tooltip.mjs +2 -2
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +222 -135
- package/dist/index.mjs +47 -42
- package/dist/utils/tailwind-variants.mjs +1 -1
- package/package.json +1 -1
- package/tailwind.config.ts +1 -4
package/dist/index.mjs
CHANGED
|
@@ -1,123 +1,127 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import "./chunk-LUWGOKLG.mjs";
|
|
3
|
+
import {
|
|
4
|
+
ToastProvider,
|
|
5
|
+
useToast
|
|
6
|
+
} from "./chunk-QEXS35XA.mjs";
|
|
7
|
+
import "./chunk-ZOTHPHXA.mjs";
|
|
8
|
+
import {
|
|
9
|
+
toast_default
|
|
10
|
+
} from "./chunk-LNNTSCMC.mjs";
|
|
2
11
|
import "./chunk-HIE2YRGA.mjs";
|
|
3
12
|
import {
|
|
4
13
|
tooltip_default
|
|
5
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-IL5ENWCR.mjs";
|
|
6
15
|
import "./chunk-ZMOAFSYE.mjs";
|
|
7
16
|
import "./chunk-WSIADHVC.mjs";
|
|
17
|
+
import "./chunk-2UUH2MBF.mjs";
|
|
18
|
+
import {
|
|
19
|
+
table_default
|
|
20
|
+
} from "./chunk-EDRRWKRE.mjs";
|
|
21
|
+
import "./chunk-V3DWFAL7.mjs";
|
|
22
|
+
import "./chunk-H4UNPIQJ.mjs";
|
|
8
23
|
import "./chunk-3MY6LO7N.mjs";
|
|
9
24
|
import {
|
|
10
25
|
tabs_default
|
|
11
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-SSMMWMQC.mjs";
|
|
12
27
|
import "./chunk-RRAZM5D3.mjs";
|
|
13
28
|
import {
|
|
14
29
|
textarea_default
|
|
15
30
|
} from "./chunk-BKE6QF6W.mjs";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import {
|
|
18
|
-
ToastProvider,
|
|
19
|
-
useToast
|
|
20
|
-
} from "./chunk-GQS6V47G.mjs";
|
|
21
|
-
import "./chunk-ZOTHPHXA.mjs";
|
|
31
|
+
import "./chunk-DQRAFUDA.mjs";
|
|
22
32
|
import {
|
|
23
|
-
|
|
24
|
-
} from "./chunk-
|
|
33
|
+
scrollArea_default
|
|
34
|
+
} from "./chunk-M37VBNB3.mjs";
|
|
25
35
|
import "./chunk-QCEKPS7U.mjs";
|
|
26
36
|
import {
|
|
27
37
|
select_default
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
38
|
+
} from "./chunk-IB424QKO.mjs";
|
|
39
|
+
import "./chunk-P6NVCCBZ.mjs";
|
|
30
40
|
import "./chunk-S3QS5B7F.mjs";
|
|
31
41
|
import "./chunk-LVFI2NOH.mjs";
|
|
32
42
|
import {
|
|
33
43
|
switch_default
|
|
34
44
|
} from "./chunk-Z74QNVPG.mjs";
|
|
35
|
-
import "./chunk-2UUH2MBF.mjs";
|
|
36
|
-
import {
|
|
37
|
-
table_default
|
|
38
|
-
} from "./chunk-O5UA4WDU.mjs";
|
|
39
|
-
import "./chunk-M2IRRTFM.mjs";
|
|
40
|
-
import "./chunk-OQS4LGZK.mjs";
|
|
41
45
|
import "./chunk-7B7LRG5J.mjs";
|
|
42
46
|
import {
|
|
43
47
|
pagination_default
|
|
44
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-VBY63YVZ.mjs";
|
|
45
49
|
import "./chunk-F3HENRVM.mjs";
|
|
46
50
|
import "./chunk-TPFN22HR.mjs";
|
|
47
51
|
import {
|
|
48
52
|
radio_default
|
|
49
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-33LANVZV.mjs";
|
|
50
54
|
import "./chunk-2GCSFWHD.mjs";
|
|
51
55
|
import {
|
|
52
56
|
input_default
|
|
53
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-36JC3WXM.mjs";
|
|
54
58
|
import "./chunk-DJOG6Z35.mjs";
|
|
55
59
|
import {
|
|
56
60
|
modal_default
|
|
57
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-XBIHKPK4.mjs";
|
|
58
62
|
import "./chunk-MGEWSREV.mjs";
|
|
59
63
|
import "./chunk-75HLCORR.mjs";
|
|
60
64
|
import {
|
|
61
65
|
dateTimePicker_default
|
|
62
|
-
} from "./chunk-
|
|
63
|
-
import "./chunk-
|
|
64
|
-
import "./chunk-
|
|
66
|
+
} from "./chunk-OKLT5ESS.mjs";
|
|
67
|
+
import "./chunk-S6DHANZX.mjs";
|
|
68
|
+
import "./chunk-ZQFIB7ZW.mjs";
|
|
65
69
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
66
70
|
import {
|
|
67
71
|
list_default
|
|
68
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-UFVQPPPW.mjs";
|
|
69
73
|
import {
|
|
70
74
|
listItem_default
|
|
71
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-YD7UPDCV.mjs";
|
|
72
76
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
73
77
|
import "./chunk-P732YGHO.mjs";
|
|
74
78
|
import "./chunk-QZ3LVYJW.mjs";
|
|
75
79
|
import {
|
|
76
80
|
checkbox_default
|
|
77
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-YLRYHUTW.mjs";
|
|
78
82
|
import {
|
|
79
83
|
chip_default
|
|
80
|
-
} from "./chunk-
|
|
81
|
-
import "./chunk-SE5TU755.mjs";
|
|
82
|
-
import {
|
|
83
|
-
backdrop_default
|
|
84
|
-
} from "./chunk-HJZWSGUX.mjs";
|
|
84
|
+
} from "./chunk-3MPMVCR7.mjs";
|
|
85
85
|
import "./chunk-7DLOYKVC.mjs";
|
|
86
86
|
import {
|
|
87
87
|
avatar_default
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-UYPVP36M.mjs";
|
|
89
|
+
import "./chunk-SE5TU755.mjs";
|
|
90
|
+
import {
|
|
91
|
+
backdrop_default
|
|
92
|
+
} from "./chunk-P5QCU457.mjs";
|
|
89
93
|
import "./chunk-KYIODWXL.mjs";
|
|
90
94
|
import {
|
|
91
95
|
breadcrumb_default
|
|
92
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-KCPPDCLS.mjs";
|
|
93
97
|
import "./chunk-MY5U63QO.mjs";
|
|
94
98
|
import {
|
|
95
99
|
button_group_default
|
|
96
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-LPZOH3RP.mjs";
|
|
97
101
|
import {
|
|
98
102
|
button_default
|
|
99
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-XKEXTBMD.mjs";
|
|
100
104
|
import {
|
|
101
105
|
icon_button_default
|
|
102
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-CU6CIHC2.mjs";
|
|
103
107
|
import "./chunk-6WSACUIB.mjs";
|
|
104
108
|
import "./chunk-6PNKRBUT.mjs";
|
|
105
109
|
import "./chunk-LXHUO6VM.mjs";
|
|
106
110
|
import {
|
|
107
111
|
text_button_default
|
|
108
|
-
} from "./chunk-
|
|
112
|
+
} from "./chunk-2PKM7SLZ.mjs";
|
|
109
113
|
import "./chunk-ZYIIXWVY.mjs";
|
|
110
114
|
import {
|
|
111
115
|
Icon_default,
|
|
112
116
|
iconTemplate
|
|
113
117
|
} from "./chunk-DADMVOYI.mjs";
|
|
114
118
|
import "./chunk-A7OXEUCC.mjs";
|
|
119
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
120
|
+
import "./chunk-E3G5QXSH.mjs";
|
|
115
121
|
import {
|
|
116
122
|
deepnoidUi,
|
|
117
123
|
tv
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import "./chunk-27Y6K5NK.mjs";
|
|
120
|
-
import "./chunk-E3G5QXSH.mjs";
|
|
124
|
+
} from "./chunk-4ZJFD3L3.mjs";
|
|
121
125
|
import "./chunk-AC6TWLRT.mjs";
|
|
122
126
|
export {
|
|
123
127
|
avatar_default as Avatar,
|
|
@@ -136,6 +140,7 @@ export {
|
|
|
136
140
|
modal_default as Modal,
|
|
137
141
|
pagination_default as Pagination,
|
|
138
142
|
radio_default as Radio,
|
|
143
|
+
scrollArea_default as ScrollArea,
|
|
139
144
|
select_default as Select,
|
|
140
145
|
switch_default as Switch,
|
|
141
146
|
table_default as Table,
|
package/package.json
CHANGED