@nextui-org/theme 2.1.9 → 2.1.10
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-77O7KLUI.mjs → chunk-362LGETO.mjs} +1 -1
- package/dist/{chunk-23KK2ZAZ.mjs → chunk-5GLH2ERS.mjs} +2 -2
- package/dist/{chunk-RYOZQSNI.mjs → chunk-6XG3Y4GM.mjs} +12 -7
- package/dist/chunk-76A2UI6G.mjs +243 -0
- package/dist/chunk-AQDGQGUV.mjs +391 -0
- package/dist/{chunk-NAY2XKLY.mjs → chunk-B6QMTIF2.mjs} +1 -1
- package/dist/{chunk-LGRQRHJJ.mjs → chunk-BR6V72YY.mjs} +6 -3
- package/dist/{chunk-PJV3MWBL.mjs → chunk-C3KZKKPN.mjs} +182 -49
- package/dist/{chunk-5VJPQADB.mjs → chunk-CLW3JMFF.mjs} +2 -2
- package/dist/{chunk-NW5W5ANO.mjs → chunk-DGMET46Q.mjs} +4 -3
- package/dist/{chunk-WBNF66V7.mjs → chunk-F36W5Y6O.mjs} +1 -1
- package/dist/{chunk-GNLIYZAQ.mjs → chunk-FUMNSN2H.mjs} +1 -1
- package/dist/{chunk-KPK2JQIF.mjs → chunk-G3PB7L4N.mjs} +10 -0
- package/dist/{chunk-4DKVPW5Z.mjs → chunk-HBLCAYSX.mjs} +2 -2
- package/dist/{chunk-XPLXQDB3.mjs → chunk-HYA3WURA.mjs} +1 -1
- package/dist/{chunk-UHF2F2WJ.mjs → chunk-I5E37FAL.mjs} +4 -4
- package/dist/{chunk-RPMLQF4Y.mjs → chunk-J6EGGODL.mjs} +5 -5
- package/dist/{chunk-XY766PDD.mjs → chunk-J7FVLFSZ.mjs} +1 -1
- package/dist/{chunk-GKYVNUGL.mjs → chunk-JMOQB2OS.mjs} +3 -3
- package/dist/{chunk-EUS2SEYI.mjs → chunk-JX6O4KJS.mjs} +2 -2
- package/dist/{chunk-YSXRNNDV.mjs → chunk-N7N2LONM.mjs} +1 -1
- package/dist/{chunk-RHIZZ5XX.mjs → chunk-ODGTGSNM.mjs} +2 -2
- package/dist/{chunk-EC4F6RJF.mjs → chunk-PFGLTKGJ.mjs} +1 -1
- package/dist/{chunk-FZZINZOQ.mjs → chunk-QF56VSRK.mjs} +23 -6
- package/dist/{chunk-YKWIBFFV.mjs → chunk-QWYWYOG6.mjs} +18 -4
- package/dist/{chunk-Y32IWEMZ.mjs → chunk-S7W5DQP2.mjs} +3 -3
- package/dist/{chunk-F76574GG.mjs → chunk-SCQJ4BM3.mjs} +105 -39
- package/dist/{chunk-TIMHSW45.mjs → chunk-TUUOVVH3.mjs} +2 -2
- package/dist/{chunk-B55QBA5E.mjs → chunk-VD4MGTVP.mjs} +1 -1
- package/dist/{chunk-4JBYJQSP.mjs → chunk-VGHVBXXT.mjs} +1 -1
- package/dist/{chunk-WM43BKYH.mjs → chunk-VOTIIGIW.mjs} +3 -3
- package/dist/{chunk-O24TFHPZ.mjs → chunk-VPYXYIZ5.mjs} +2 -2
- package/dist/{chunk-ADNJ6GPZ.mjs → chunk-VU5TSYMO.mjs} +2 -2
- package/dist/{chunk-7MCHEQXT.mjs → chunk-VZI6SR6H.mjs} +4 -1
- package/dist/chunk-WBUVHAJX.mjs +37 -0
- package/dist/chunk-WHT6K6RC.mjs +58 -0
- package/dist/chunk-WNVF6X3M.mjs +171 -0
- package/dist/{chunk-EQIZ7W7V.mjs → chunk-WYVG7NY6.mjs} +3 -3
- package/dist/{chunk-LQGOKGQV.mjs → chunk-XHQNEGB6.mjs} +1 -1
- package/dist/{chunk-T7JNS25F.mjs → chunk-XHQUSKIE.mjs} +10 -1
- package/dist/{chunk-MOHT4OBR.mjs → chunk-XNF3KCH7.mjs} +2 -2
- package/dist/{chunk-XJU7LDVX.mjs → chunk-Y5WLFHBC.mjs} +74 -9
- package/dist/{chunk-XCWQAA5D.mjs → chunk-YRDQW7V4.mjs} +5 -5
- package/dist/components/accordion.js +27 -34
- package/dist/components/accordion.mjs +3 -3
- package/dist/components/autocomplete.d.ts +180 -0
- package/dist/components/autocomplete.js +165 -0
- package/dist/components/autocomplete.mjs +8 -0
- package/dist/components/avatar.js +28 -35
- package/dist/components/avatar.mjs +3 -3
- package/dist/components/badge.d.ts +7 -7
- package/dist/components/badge.js +29 -36
- package/dist/components/badge.mjs +3 -3
- package/dist/components/breadcrumbs.d.ts +816 -0
- package/dist/components/breadcrumbs.js +357 -0
- package/dist/components/breadcrumbs.mjs +14 -0
- package/dist/components/button.d.ts +7 -7
- package/dist/components/button.js +104 -39
- package/dist/components/button.mjs +3 -3
- package/dist/components/card.js +26 -33
- package/dist/components/card.mjs +3 -3
- package/dist/components/checkbox.js +25 -32
- package/dist/components/checkbox.mjs +3 -3
- package/dist/components/chip.js +26 -33
- package/dist/components/chip.mjs +3 -3
- package/dist/components/circular-progress.js +25 -32
- package/dist/components/circular-progress.mjs +2 -2
- package/dist/components/code.js +25 -32
- package/dist/components/code.mjs +3 -3
- package/dist/components/divider.js +25 -32
- package/dist/components/divider.mjs +2 -2
- package/dist/components/drip.d.ts +29 -3
- package/dist/components/drip.js +25 -32
- package/dist/components/drip.mjs +2 -2
- package/dist/components/dropdown.d.ts +103 -35
- package/dist/components/dropdown.js +25 -32
- package/dist/components/dropdown.mjs +3 -3
- package/dist/components/image.js +25 -32
- package/dist/components/image.mjs +2 -2
- package/dist/components/index.d.ts +4 -1
- package/dist/components/index.js +1189 -208
- package/dist/components/index.mjs +62 -48
- package/dist/components/input.d.ts +34 -41
- package/dist/components/input.js +205 -79
- package/dist/components/input.mjs +3 -3
- package/dist/components/kbd.js +25 -32
- package/dist/components/kbd.mjs +2 -2
- package/dist/components/link.js +25 -32
- package/dist/components/link.mjs +3 -3
- package/dist/components/listbox.d.ts +1 -1
- package/dist/components/listbox.js +41 -34
- package/dist/components/listbox.mjs +3 -3
- package/dist/components/menu.d.ts +119 -40
- package/dist/components/menu.js +41 -34
- package/dist/components/menu.mjs +3 -3
- package/dist/components/modal.js +25 -32
- package/dist/components/modal.mjs +3 -3
- package/dist/components/navbar.js +29 -33
- package/dist/components/navbar.mjs +3 -3
- package/dist/components/pagination.js +46 -36
- package/dist/components/pagination.mjs +3 -3
- package/dist/components/popover.d.ts +136 -132
- package/dist/components/popover.js +98 -94
- package/dist/components/popover.mjs +3 -3
- package/dist/components/progress.js +25 -32
- package/dist/components/progress.mjs +2 -2
- package/dist/components/radio.js +26 -33
- package/dist/components/radio.mjs +3 -3
- package/dist/components/scroll-shadow.js +25 -32
- package/dist/components/scroll-shadow.mjs +2 -2
- package/dist/components/select.d.ts +30 -51
- package/dist/components/select.js +128 -69
- package/dist/components/select.mjs +3 -3
- package/dist/components/skeleton.js +26 -33
- package/dist/components/skeleton.mjs +2 -2
- package/dist/components/slider.d.ts +1024 -0
- package/dist/components/slider.js +504 -0
- package/dist/components/slider.mjs +12 -0
- package/dist/components/snippet.js +25 -32
- package/dist/components/snippet.mjs +3 -3
- package/dist/components/spacer.js +25 -32
- package/dist/components/spacer.mjs +2 -2
- package/dist/components/spinner.js +25 -32
- package/dist/components/spinner.mjs +2 -2
- package/dist/components/table.js +25 -32
- package/dist/components/table.mjs +3 -3
- package/dist/components/tabs.js +25 -32
- package/dist/components/tabs.mjs +3 -3
- package/dist/components/toggle.js +25 -32
- package/dist/components/toggle.mjs +3 -3
- package/dist/components/user.d.ts +45 -29
- package/dist/components/user.js +25 -32
- package/dist/components/user.mjs +3 -3
- package/dist/default-layout.js +4 -1
- package/dist/default-layout.mjs +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.js +1323 -321
- package/dist/index.mjs +69 -53
- package/dist/plugin.js +24 -5
- package/dist/plugin.mjs +6 -6
- package/dist/types.d.ts +8 -0
- package/dist/utilities/index.d.ts +10 -0
- package/dist/utilities/index.js +10 -0
- package/dist/utilities/index.mjs +2 -2
- package/dist/utilities/transition.d.ts +10 -0
- package/dist/utilities/transition.js +10 -0
- package/dist/utilities/transition.mjs +1 -1
- package/dist/utils/classes.d.ts +13 -1
- package/dist/utils/classes.js +10 -0
- package/dist/utils/classes.mjs +3 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +10 -0
- package/dist/utils/index.mjs +3 -1
- package/dist/utils/theme.js +4 -3
- package/dist/utils/theme.mjs +1 -1
- package/dist/utils/tv.d.ts +2 -2
- package/dist/utils/tv.js +25 -32
- package/dist/utils/tv.mjs +1 -1
- package/package.json +9 -9
- package/dist/chunk-6AEINX52.mjs +0 -44
- package/dist/chunk-SN5GEHHN.mjs +0 -160
- /package/dist/{chunk-RH7YHIQY.mjs → chunk-T6HAGWX5.mjs} +0 -0
|
@@ -1,127 +1,140 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-T6HAGWX5.mjs";
|
|
2
|
+
import {
|
|
3
|
+
slider
|
|
4
|
+
} from "../chunk-AQDGQGUV.mjs";
|
|
5
|
+
import {
|
|
6
|
+
snippet
|
|
7
|
+
} from "../chunk-VD4MGTVP.mjs";
|
|
8
|
+
import {
|
|
9
|
+
spacer
|
|
10
|
+
} from "../chunk-PFGLTKGJ.mjs";
|
|
2
11
|
import {
|
|
3
12
|
spinner
|
|
4
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-B6QMTIF2.mjs";
|
|
5
14
|
import {
|
|
6
15
|
table
|
|
7
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-VU5TSYMO.mjs";
|
|
8
17
|
import {
|
|
9
18
|
tabs
|
|
10
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-ODGTGSNM.mjs";
|
|
11
20
|
import {
|
|
12
21
|
toggle
|
|
13
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-TUUOVVH3.mjs";
|
|
14
23
|
import {
|
|
15
24
|
user
|
|
16
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-VPYXYIZ5.mjs";
|
|
26
|
+
import {
|
|
27
|
+
navbar
|
|
28
|
+
} from "../chunk-BR6V72YY.mjs";
|
|
29
|
+
import {
|
|
30
|
+
pagination
|
|
31
|
+
} from "../chunk-QF56VSRK.mjs";
|
|
17
32
|
import {
|
|
18
33
|
popover
|
|
19
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-WNVF6X3M.mjs";
|
|
20
35
|
import {
|
|
21
36
|
progress
|
|
22
|
-
} from "../chunk-
|
|
37
|
+
} from "../chunk-XHQNEGB6.mjs";
|
|
23
38
|
import {
|
|
24
39
|
radio,
|
|
25
40
|
radioGroup
|
|
26
|
-
} from "../chunk-
|
|
41
|
+
} from "../chunk-WYVG7NY6.mjs";
|
|
27
42
|
import {
|
|
28
43
|
scrollShadow
|
|
29
|
-
} from "../chunk-
|
|
44
|
+
} from "../chunk-VGHVBXXT.mjs";
|
|
30
45
|
import {
|
|
31
46
|
select
|
|
32
|
-
} from "../chunk-
|
|
47
|
+
} from "../chunk-SCQJ4BM3.mjs";
|
|
33
48
|
import {
|
|
34
49
|
skeleton
|
|
35
|
-
} from "../chunk-
|
|
36
|
-
import {
|
|
37
|
-
snippet
|
|
38
|
-
} from "../chunk-B55QBA5E.mjs";
|
|
50
|
+
} from "../chunk-JX6O4KJS.mjs";
|
|
39
51
|
import {
|
|
40
|
-
|
|
41
|
-
} from "../chunk-
|
|
52
|
+
image
|
|
53
|
+
} from "../chunk-F36W5Y6O.mjs";
|
|
42
54
|
import {
|
|
43
55
|
input
|
|
44
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-C3KZKKPN.mjs";
|
|
45
57
|
import {
|
|
46
58
|
kbd
|
|
47
|
-
} from "../chunk-
|
|
59
|
+
} from "../chunk-J7FVLFSZ.mjs";
|
|
48
60
|
import {
|
|
49
61
|
link,
|
|
50
62
|
linkAnchorClasses
|
|
51
|
-
} from "../chunk-
|
|
63
|
+
} from "../chunk-XNF3KCH7.mjs";
|
|
52
64
|
import "../chunk-YJLQTC7L.mjs";
|
|
53
65
|
import {
|
|
54
66
|
menu,
|
|
55
67
|
menuItem,
|
|
56
68
|
menuSection
|
|
57
|
-
} from "../chunk-
|
|
69
|
+
} from "../chunk-QWYWYOG6.mjs";
|
|
58
70
|
import {
|
|
59
71
|
modal
|
|
60
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-HBLCAYSX.mjs";
|
|
61
73
|
import {
|
|
62
|
-
|
|
63
|
-
} from "../chunk-
|
|
74
|
+
card
|
|
75
|
+
} from "../chunk-JMOQB2OS.mjs";
|
|
64
76
|
import {
|
|
65
|
-
|
|
66
|
-
|
|
77
|
+
checkbox,
|
|
78
|
+
checkboxGroup
|
|
79
|
+
} from "../chunk-CLW3JMFF.mjs";
|
|
67
80
|
import {
|
|
68
81
|
chip
|
|
69
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-VOTIIGIW.mjs";
|
|
70
83
|
import {
|
|
71
84
|
circularProgress
|
|
72
|
-
} from "../chunk-
|
|
85
|
+
} from "../chunk-HYA3WURA.mjs";
|
|
73
86
|
import {
|
|
74
87
|
code
|
|
75
|
-
} from "../chunk-
|
|
88
|
+
} from "../chunk-362LGETO.mjs";
|
|
76
89
|
import {
|
|
77
90
|
divider
|
|
78
|
-
} from "../chunk-
|
|
91
|
+
} from "../chunk-N7N2LONM.mjs";
|
|
79
92
|
import {
|
|
80
93
|
drip
|
|
81
|
-
} from "../chunk-
|
|
94
|
+
} from "../chunk-FUMNSN2H.mjs";
|
|
82
95
|
import {
|
|
83
96
|
dropdown,
|
|
84
97
|
dropdownItem,
|
|
85
98
|
dropdownMenu,
|
|
86
99
|
dropdownSection
|
|
87
|
-
} from "../chunk-
|
|
88
|
-
import {
|
|
89
|
-
image
|
|
90
|
-
} from "../chunk-WBNF66V7.mjs";
|
|
100
|
+
} from "../chunk-5GLH2ERS.mjs";
|
|
91
101
|
import {
|
|
92
102
|
accordion,
|
|
93
103
|
accordionItem
|
|
94
|
-
} from "../chunk-
|
|
104
|
+
} from "../chunk-I5E37FAL.mjs";
|
|
105
|
+
import {
|
|
106
|
+
autocomplete
|
|
107
|
+
} from "../chunk-WHT6K6RC.mjs";
|
|
95
108
|
import {
|
|
96
109
|
avatar,
|
|
97
110
|
avatarGroup
|
|
98
|
-
} from "../chunk-
|
|
111
|
+
} from "../chunk-J6EGGODL.mjs";
|
|
99
112
|
import {
|
|
100
113
|
badge
|
|
101
|
-
} from "../chunk-
|
|
114
|
+
} from "../chunk-YRDQW7V4.mjs";
|
|
115
|
+
import {
|
|
116
|
+
breadcrumbItem,
|
|
117
|
+
breadcrumbs
|
|
118
|
+
} from "../chunk-76A2UI6G.mjs";
|
|
102
119
|
import {
|
|
103
120
|
button,
|
|
104
121
|
buttonGroup
|
|
105
|
-
} from "../chunk-
|
|
106
|
-
import {
|
|
107
|
-
card
|
|
108
|
-
} from "../chunk-GKYVNUGL.mjs";
|
|
109
|
-
import {
|
|
110
|
-
checkbox,
|
|
111
|
-
checkboxGroup
|
|
112
|
-
} from "../chunk-5VJPQADB.mjs";
|
|
122
|
+
} from "../chunk-Y5WLFHBC.mjs";
|
|
113
123
|
import "../chunk-CMYR6AOY.mjs";
|
|
114
124
|
import "../chunk-K7LK7NCE.mjs";
|
|
115
125
|
import "../chunk-2PIR7DFM.mjs";
|
|
116
|
-
import "../chunk-
|
|
117
|
-
import "../chunk-
|
|
126
|
+
import "../chunk-WBUVHAJX.mjs";
|
|
127
|
+
import "../chunk-XHQUSKIE.mjs";
|
|
118
128
|
import "../chunk-WA5F6AED.mjs";
|
|
119
129
|
export {
|
|
120
130
|
accordion,
|
|
121
131
|
accordionItem,
|
|
132
|
+
autocomplete,
|
|
122
133
|
avatar,
|
|
123
134
|
avatarGroup,
|
|
124
135
|
badge,
|
|
136
|
+
breadcrumbItem,
|
|
137
|
+
breadcrumbs,
|
|
125
138
|
button,
|
|
126
139
|
buttonGroup,
|
|
127
140
|
card,
|
|
@@ -157,6 +170,7 @@ export {
|
|
|
157
170
|
scrollShadow,
|
|
158
171
|
select,
|
|
159
172
|
skeleton,
|
|
173
|
+
slider,
|
|
160
174
|
snippet,
|
|
161
175
|
spacer,
|
|
162
176
|
spinner,
|
|
@@ -33,6 +33,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
33
33
|
};
|
|
34
34
|
underlined: {
|
|
35
35
|
inputWrapper: string[];
|
|
36
|
+
innerWrapper: string;
|
|
36
37
|
};
|
|
37
38
|
};
|
|
38
39
|
color: {
|
|
@@ -92,6 +93,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
92
93
|
inside: {
|
|
93
94
|
label: string;
|
|
94
95
|
inputWrapper: string;
|
|
96
|
+
innerWrapper: string;
|
|
95
97
|
};
|
|
96
98
|
};
|
|
97
99
|
fullWidth: {
|
|
@@ -99,11 +101,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
99
101
|
base: string;
|
|
100
102
|
};
|
|
101
103
|
};
|
|
102
|
-
isLabelPlaceholder: {
|
|
103
|
-
true: {
|
|
104
|
-
label: string;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
104
|
isClearable: {
|
|
108
105
|
true: {
|
|
109
106
|
input: string;
|
|
@@ -130,12 +127,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
130
127
|
};
|
|
131
128
|
isMultiline: {
|
|
132
129
|
true: {
|
|
130
|
+
label: string;
|
|
133
131
|
inputWrapper: string;
|
|
134
132
|
input: string;
|
|
135
133
|
};
|
|
136
134
|
};
|
|
137
135
|
disableAnimation: {
|
|
138
136
|
true: {
|
|
137
|
+
input: string;
|
|
139
138
|
inputWrapper: string;
|
|
140
139
|
label: string;
|
|
141
140
|
};
|
|
@@ -147,11 +146,11 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
147
146
|
};
|
|
148
147
|
}, {
|
|
149
148
|
base: string;
|
|
150
|
-
label: string;
|
|
149
|
+
label: string[];
|
|
151
150
|
mainWrapper: string;
|
|
152
151
|
inputWrapper: string;
|
|
153
152
|
innerWrapper: string;
|
|
154
|
-
input: string;
|
|
153
|
+
input: string[];
|
|
155
154
|
clearButton: string[];
|
|
156
155
|
helperWrapper: string;
|
|
157
156
|
description: string;
|
|
@@ -169,6 +168,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
169
168
|
};
|
|
170
169
|
underlined: {
|
|
171
170
|
inputWrapper: string[];
|
|
171
|
+
innerWrapper: string;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
174
|
color: {
|
|
@@ -228,6 +228,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
228
228
|
inside: {
|
|
229
229
|
label: string;
|
|
230
230
|
inputWrapper: string;
|
|
231
|
+
innerWrapper: string;
|
|
231
232
|
};
|
|
232
233
|
};
|
|
233
234
|
fullWidth: {
|
|
@@ -235,11 +236,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
235
236
|
base: string;
|
|
236
237
|
};
|
|
237
238
|
};
|
|
238
|
-
isLabelPlaceholder: {
|
|
239
|
-
true: {
|
|
240
|
-
label: string;
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
239
|
isClearable: {
|
|
244
240
|
true: {
|
|
245
241
|
input: string;
|
|
@@ -266,12 +262,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
266
262
|
};
|
|
267
263
|
isMultiline: {
|
|
268
264
|
true: {
|
|
265
|
+
label: string;
|
|
269
266
|
inputWrapper: string;
|
|
270
267
|
input: string;
|
|
271
268
|
};
|
|
272
269
|
};
|
|
273
270
|
disableAnimation: {
|
|
274
271
|
true: {
|
|
272
|
+
input: string;
|
|
275
273
|
inputWrapper: string;
|
|
276
274
|
label: string;
|
|
277
275
|
};
|
|
@@ -294,6 +292,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
294
292
|
};
|
|
295
293
|
underlined: {
|
|
296
294
|
inputWrapper: string[];
|
|
295
|
+
innerWrapper: string;
|
|
297
296
|
};
|
|
298
297
|
};
|
|
299
298
|
color: {
|
|
@@ -353,6 +352,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
353
352
|
inside: {
|
|
354
353
|
label: string;
|
|
355
354
|
inputWrapper: string;
|
|
355
|
+
innerWrapper: string;
|
|
356
356
|
};
|
|
357
357
|
};
|
|
358
358
|
fullWidth: {
|
|
@@ -360,11 +360,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
360
360
|
base: string;
|
|
361
361
|
};
|
|
362
362
|
};
|
|
363
|
-
isLabelPlaceholder: {
|
|
364
|
-
true: {
|
|
365
|
-
label: string;
|
|
366
|
-
};
|
|
367
|
-
};
|
|
368
363
|
isClearable: {
|
|
369
364
|
true: {
|
|
370
365
|
input: string;
|
|
@@ -391,12 +386,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
391
386
|
};
|
|
392
387
|
isMultiline: {
|
|
393
388
|
true: {
|
|
389
|
+
label: string;
|
|
394
390
|
inputWrapper: string;
|
|
395
391
|
input: string;
|
|
396
392
|
};
|
|
397
393
|
};
|
|
398
394
|
disableAnimation: {
|
|
399
395
|
true: {
|
|
396
|
+
input: string;
|
|
400
397
|
inputWrapper: string;
|
|
401
398
|
label: string;
|
|
402
399
|
};
|
|
@@ -419,6 +416,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
419
416
|
};
|
|
420
417
|
underlined: {
|
|
421
418
|
inputWrapper: string[];
|
|
419
|
+
innerWrapper: string;
|
|
422
420
|
};
|
|
423
421
|
};
|
|
424
422
|
color: {
|
|
@@ -478,6 +476,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
478
476
|
inside: {
|
|
479
477
|
label: string;
|
|
480
478
|
inputWrapper: string;
|
|
479
|
+
innerWrapper: string;
|
|
481
480
|
};
|
|
482
481
|
};
|
|
483
482
|
fullWidth: {
|
|
@@ -485,11 +484,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
485
484
|
base: string;
|
|
486
485
|
};
|
|
487
486
|
};
|
|
488
|
-
isLabelPlaceholder: {
|
|
489
|
-
true: {
|
|
490
|
-
label: string;
|
|
491
|
-
};
|
|
492
|
-
};
|
|
493
487
|
isClearable: {
|
|
494
488
|
true: {
|
|
495
489
|
input: string;
|
|
@@ -516,12 +510,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
516
510
|
};
|
|
517
511
|
isMultiline: {
|
|
518
512
|
true: {
|
|
513
|
+
label: string;
|
|
519
514
|
inputWrapper: string;
|
|
520
515
|
input: string;
|
|
521
516
|
};
|
|
522
517
|
};
|
|
523
518
|
disableAnimation: {
|
|
524
519
|
true: {
|
|
520
|
+
input: string;
|
|
525
521
|
inputWrapper: string;
|
|
526
522
|
label: string;
|
|
527
523
|
};
|
|
@@ -533,11 +529,11 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
533
529
|
};
|
|
534
530
|
}, {
|
|
535
531
|
base: string;
|
|
536
|
-
label: string;
|
|
532
|
+
label: string[];
|
|
537
533
|
mainWrapper: string;
|
|
538
534
|
inputWrapper: string;
|
|
539
535
|
innerWrapper: string;
|
|
540
|
-
input: string;
|
|
536
|
+
input: string[];
|
|
541
537
|
clearButton: string[];
|
|
542
538
|
helperWrapper: string;
|
|
543
539
|
description: string;
|
|
@@ -555,6 +551,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
555
551
|
};
|
|
556
552
|
underlined: {
|
|
557
553
|
inputWrapper: string[];
|
|
554
|
+
innerWrapper: string;
|
|
558
555
|
};
|
|
559
556
|
};
|
|
560
557
|
color: {
|
|
@@ -614,6 +611,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
614
611
|
inside: {
|
|
615
612
|
label: string;
|
|
616
613
|
inputWrapper: string;
|
|
614
|
+
innerWrapper: string;
|
|
617
615
|
};
|
|
618
616
|
};
|
|
619
617
|
fullWidth: {
|
|
@@ -621,11 +619,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
621
619
|
base: string;
|
|
622
620
|
};
|
|
623
621
|
};
|
|
624
|
-
isLabelPlaceholder: {
|
|
625
|
-
true: {
|
|
626
|
-
label: string;
|
|
627
|
-
};
|
|
628
|
-
};
|
|
629
622
|
isClearable: {
|
|
630
623
|
true: {
|
|
631
624
|
input: string;
|
|
@@ -652,12 +645,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
652
645
|
};
|
|
653
646
|
isMultiline: {
|
|
654
647
|
true: {
|
|
648
|
+
label: string;
|
|
655
649
|
inputWrapper: string;
|
|
656
650
|
input: string;
|
|
657
651
|
};
|
|
658
652
|
};
|
|
659
653
|
disableAnimation: {
|
|
660
654
|
true: {
|
|
655
|
+
input: string;
|
|
661
656
|
inputWrapper: string;
|
|
662
657
|
label: string;
|
|
663
658
|
};
|
|
@@ -669,11 +664,11 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
669
664
|
};
|
|
670
665
|
}, {
|
|
671
666
|
base: string;
|
|
672
|
-
label: string;
|
|
667
|
+
label: string[];
|
|
673
668
|
mainWrapper: string;
|
|
674
669
|
inputWrapper: string;
|
|
675
670
|
innerWrapper: string;
|
|
676
|
-
input: string;
|
|
671
|
+
input: string[];
|
|
677
672
|
clearButton: string[];
|
|
678
673
|
helperWrapper: string;
|
|
679
674
|
description: string;
|
|
@@ -691,6 +686,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
691
686
|
};
|
|
692
687
|
underlined: {
|
|
693
688
|
inputWrapper: string[];
|
|
689
|
+
innerWrapper: string;
|
|
694
690
|
};
|
|
695
691
|
};
|
|
696
692
|
color: {
|
|
@@ -750,6 +746,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
750
746
|
inside: {
|
|
751
747
|
label: string;
|
|
752
748
|
inputWrapper: string;
|
|
749
|
+
innerWrapper: string;
|
|
753
750
|
};
|
|
754
751
|
};
|
|
755
752
|
fullWidth: {
|
|
@@ -757,11 +754,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
757
754
|
base: string;
|
|
758
755
|
};
|
|
759
756
|
};
|
|
760
|
-
isLabelPlaceholder: {
|
|
761
|
-
true: {
|
|
762
|
-
label: string;
|
|
763
|
-
};
|
|
764
|
-
};
|
|
765
757
|
isClearable: {
|
|
766
758
|
true: {
|
|
767
759
|
input: string;
|
|
@@ -788,12 +780,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
788
780
|
};
|
|
789
781
|
isMultiline: {
|
|
790
782
|
true: {
|
|
783
|
+
label: string;
|
|
791
784
|
inputWrapper: string;
|
|
792
785
|
input: string;
|
|
793
786
|
};
|
|
794
787
|
};
|
|
795
788
|
disableAnimation: {
|
|
796
789
|
true: {
|
|
790
|
+
input: string;
|
|
797
791
|
inputWrapper: string;
|
|
798
792
|
label: string;
|
|
799
793
|
};
|
|
@@ -816,6 +810,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
816
810
|
};
|
|
817
811
|
underlined: {
|
|
818
812
|
inputWrapper: string[];
|
|
813
|
+
innerWrapper: string;
|
|
819
814
|
};
|
|
820
815
|
};
|
|
821
816
|
color: {
|
|
@@ -875,6 +870,7 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
875
870
|
inside: {
|
|
876
871
|
label: string;
|
|
877
872
|
inputWrapper: string;
|
|
873
|
+
innerWrapper: string;
|
|
878
874
|
};
|
|
879
875
|
};
|
|
880
876
|
fullWidth: {
|
|
@@ -882,11 +878,6 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
882
878
|
base: string;
|
|
883
879
|
};
|
|
884
880
|
};
|
|
885
|
-
isLabelPlaceholder: {
|
|
886
|
-
true: {
|
|
887
|
-
label: string;
|
|
888
|
-
};
|
|
889
|
-
};
|
|
890
881
|
isClearable: {
|
|
891
882
|
true: {
|
|
892
883
|
input: string;
|
|
@@ -913,12 +904,14 @@ declare const input: tailwind_variants.TVReturnType<{
|
|
|
913
904
|
};
|
|
914
905
|
isMultiline: {
|
|
915
906
|
true: {
|
|
907
|
+
label: string;
|
|
916
908
|
inputWrapper: string;
|
|
917
909
|
input: string;
|
|
918
910
|
};
|
|
919
911
|
};
|
|
920
912
|
disableAnimation: {
|
|
921
913
|
true: {
|
|
914
|
+
input: string;
|
|
922
915
|
inputWrapper: string;
|
|
923
916
|
label: string;
|
|
924
917
|
};
|