@nextui-org/theme 2.1.8 → 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-2T5RQ7SK.mjs → chunk-CLW3JMFF.mjs} +36 -6
- 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-Y33ZY7KH.mjs → chunk-WYVG7NY6.mjs} +34 -5
- 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.d.ts +163 -36
- package/dist/components/checkbox.js +59 -36
- 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 +1271 -231
- 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.d.ts +135 -36
- package/dist/components/radio.js +57 -35
- 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 +1381 -320
- 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
|
@@ -5,86 +5,87 @@ import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
|
5
5
|
/**
|
|
6
6
|
* Popover wrapper **Tailwind Variants** component
|
|
7
7
|
*
|
|
8
|
-
* const { base, trigger, backdrop
|
|
8
|
+
* const { base, content, trigger, backdrop } = popover({...})
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* <div>
|
|
12
12
|
* <div className={backdrop()} />
|
|
13
13
|
* <button className={trigger()} aria-expanded="true/false">your trigger</button>
|
|
14
14
|
* <div className={base()}>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* <div className={content()} />
|
|
16
|
+
* // popover content
|
|
17
|
+
* </div>
|
|
17
18
|
* </div>
|
|
18
19
|
* </div>
|
|
19
20
|
*/
|
|
20
21
|
declare const popover: tailwind_variants.TVReturnType<{
|
|
21
22
|
size: {
|
|
22
23
|
sm: {
|
|
23
|
-
|
|
24
|
+
content: string;
|
|
24
25
|
};
|
|
25
26
|
md: {
|
|
26
|
-
|
|
27
|
+
content: string;
|
|
27
28
|
};
|
|
28
29
|
lg: {
|
|
29
|
-
|
|
30
|
+
content: string;
|
|
30
31
|
};
|
|
31
32
|
};
|
|
32
33
|
color: {
|
|
33
34
|
default: {
|
|
34
35
|
base: string;
|
|
35
|
-
|
|
36
|
+
content: string;
|
|
36
37
|
};
|
|
37
38
|
foreground: {
|
|
38
39
|
base: string;
|
|
39
|
-
|
|
40
|
+
content: string;
|
|
40
41
|
};
|
|
41
42
|
primary: {
|
|
42
43
|
base: string;
|
|
43
|
-
|
|
44
|
+
content: string;
|
|
44
45
|
};
|
|
45
46
|
secondary: {
|
|
46
47
|
base: string;
|
|
47
|
-
|
|
48
|
+
content: string;
|
|
48
49
|
};
|
|
49
50
|
success: {
|
|
50
51
|
base: string;
|
|
51
|
-
|
|
52
|
+
content: string;
|
|
52
53
|
};
|
|
53
54
|
warning: {
|
|
54
55
|
base: string;
|
|
55
|
-
|
|
56
|
+
content: string;
|
|
56
57
|
};
|
|
57
58
|
danger: {
|
|
58
59
|
base: string;
|
|
59
|
-
|
|
60
|
+
content: string;
|
|
60
61
|
};
|
|
61
62
|
};
|
|
62
63
|
radius: {
|
|
63
64
|
none: {
|
|
64
|
-
|
|
65
|
+
content: string;
|
|
65
66
|
};
|
|
66
67
|
sm: {
|
|
67
|
-
|
|
68
|
+
content: string;
|
|
68
69
|
};
|
|
69
70
|
md: {
|
|
70
|
-
|
|
71
|
+
content: string;
|
|
71
72
|
};
|
|
72
73
|
lg: {
|
|
73
|
-
|
|
74
|
+
content: string;
|
|
74
75
|
};
|
|
75
76
|
full: {
|
|
76
|
-
|
|
77
|
+
content: string;
|
|
77
78
|
};
|
|
78
79
|
};
|
|
79
80
|
shadow: {
|
|
80
81
|
sm: {
|
|
81
|
-
|
|
82
|
+
content: string;
|
|
82
83
|
};
|
|
83
84
|
md: {
|
|
84
|
-
|
|
85
|
+
content: string;
|
|
85
86
|
};
|
|
86
87
|
lg: {
|
|
87
|
-
|
|
88
|
+
content: string;
|
|
88
89
|
};
|
|
89
90
|
};
|
|
90
91
|
backdrop: {
|
|
@@ -109,77 +110,78 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
109
110
|
};
|
|
110
111
|
}, {
|
|
111
112
|
base: string[];
|
|
113
|
+
content: string[];
|
|
112
114
|
trigger: string[];
|
|
113
115
|
backdrop: string[];
|
|
114
|
-
arrow:
|
|
116
|
+
arrow: never[];
|
|
115
117
|
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
116
118
|
size: {
|
|
117
119
|
sm: {
|
|
118
|
-
|
|
120
|
+
content: string;
|
|
119
121
|
};
|
|
120
122
|
md: {
|
|
121
|
-
|
|
123
|
+
content: string;
|
|
122
124
|
};
|
|
123
125
|
lg: {
|
|
124
|
-
|
|
126
|
+
content: string;
|
|
125
127
|
};
|
|
126
128
|
};
|
|
127
129
|
color: {
|
|
128
130
|
default: {
|
|
129
131
|
base: string;
|
|
130
|
-
|
|
132
|
+
content: string;
|
|
131
133
|
};
|
|
132
134
|
foreground: {
|
|
133
135
|
base: string;
|
|
134
|
-
|
|
136
|
+
content: string;
|
|
135
137
|
};
|
|
136
138
|
primary: {
|
|
137
139
|
base: string;
|
|
138
|
-
|
|
140
|
+
content: string;
|
|
139
141
|
};
|
|
140
142
|
secondary: {
|
|
141
143
|
base: string;
|
|
142
|
-
|
|
144
|
+
content: string;
|
|
143
145
|
};
|
|
144
146
|
success: {
|
|
145
147
|
base: string;
|
|
146
|
-
|
|
148
|
+
content: string;
|
|
147
149
|
};
|
|
148
150
|
warning: {
|
|
149
151
|
base: string;
|
|
150
|
-
|
|
152
|
+
content: string;
|
|
151
153
|
};
|
|
152
154
|
danger: {
|
|
153
155
|
base: string;
|
|
154
|
-
|
|
156
|
+
content: string;
|
|
155
157
|
};
|
|
156
158
|
};
|
|
157
159
|
radius: {
|
|
158
160
|
none: {
|
|
159
|
-
|
|
161
|
+
content: string;
|
|
160
162
|
};
|
|
161
163
|
sm: {
|
|
162
|
-
|
|
164
|
+
content: string;
|
|
163
165
|
};
|
|
164
166
|
md: {
|
|
165
|
-
|
|
167
|
+
content: string;
|
|
166
168
|
};
|
|
167
169
|
lg: {
|
|
168
|
-
|
|
170
|
+
content: string;
|
|
169
171
|
};
|
|
170
172
|
full: {
|
|
171
|
-
|
|
173
|
+
content: string;
|
|
172
174
|
};
|
|
173
175
|
};
|
|
174
176
|
shadow: {
|
|
175
177
|
sm: {
|
|
176
|
-
|
|
178
|
+
content: string;
|
|
177
179
|
};
|
|
178
180
|
md: {
|
|
179
|
-
|
|
181
|
+
content: string;
|
|
180
182
|
};
|
|
181
183
|
lg: {
|
|
182
|
-
|
|
184
|
+
content: string;
|
|
183
185
|
};
|
|
184
186
|
};
|
|
185
187
|
backdrop: {
|
|
@@ -205,71 +207,71 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
205
207
|
}, {
|
|
206
208
|
size: {
|
|
207
209
|
sm: {
|
|
208
|
-
|
|
210
|
+
content: string;
|
|
209
211
|
};
|
|
210
212
|
md: {
|
|
211
|
-
|
|
213
|
+
content: string;
|
|
212
214
|
};
|
|
213
215
|
lg: {
|
|
214
|
-
|
|
216
|
+
content: string;
|
|
215
217
|
};
|
|
216
218
|
};
|
|
217
219
|
color: {
|
|
218
220
|
default: {
|
|
219
221
|
base: string;
|
|
220
|
-
|
|
222
|
+
content: string;
|
|
221
223
|
};
|
|
222
224
|
foreground: {
|
|
223
225
|
base: string;
|
|
224
|
-
|
|
226
|
+
content: string;
|
|
225
227
|
};
|
|
226
228
|
primary: {
|
|
227
229
|
base: string;
|
|
228
|
-
|
|
230
|
+
content: string;
|
|
229
231
|
};
|
|
230
232
|
secondary: {
|
|
231
233
|
base: string;
|
|
232
|
-
|
|
234
|
+
content: string;
|
|
233
235
|
};
|
|
234
236
|
success: {
|
|
235
237
|
base: string;
|
|
236
|
-
|
|
238
|
+
content: string;
|
|
237
239
|
};
|
|
238
240
|
warning: {
|
|
239
241
|
base: string;
|
|
240
|
-
|
|
242
|
+
content: string;
|
|
241
243
|
};
|
|
242
244
|
danger: {
|
|
243
245
|
base: string;
|
|
244
|
-
|
|
246
|
+
content: string;
|
|
245
247
|
};
|
|
246
248
|
};
|
|
247
249
|
radius: {
|
|
248
250
|
none: {
|
|
249
|
-
|
|
251
|
+
content: string;
|
|
250
252
|
};
|
|
251
253
|
sm: {
|
|
252
|
-
|
|
254
|
+
content: string;
|
|
253
255
|
};
|
|
254
256
|
md: {
|
|
255
|
-
|
|
257
|
+
content: string;
|
|
256
258
|
};
|
|
257
259
|
lg: {
|
|
258
|
-
|
|
260
|
+
content: string;
|
|
259
261
|
};
|
|
260
262
|
full: {
|
|
261
|
-
|
|
263
|
+
content: string;
|
|
262
264
|
};
|
|
263
265
|
};
|
|
264
266
|
shadow: {
|
|
265
267
|
sm: {
|
|
266
|
-
|
|
268
|
+
content: string;
|
|
267
269
|
};
|
|
268
270
|
md: {
|
|
269
|
-
|
|
271
|
+
content: string;
|
|
270
272
|
};
|
|
271
273
|
lg: {
|
|
272
|
-
|
|
274
|
+
content: string;
|
|
273
275
|
};
|
|
274
276
|
};
|
|
275
277
|
backdrop: {
|
|
@@ -295,71 +297,71 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
295
297
|
}>, {
|
|
296
298
|
size: {
|
|
297
299
|
sm: {
|
|
298
|
-
|
|
300
|
+
content: string;
|
|
299
301
|
};
|
|
300
302
|
md: {
|
|
301
|
-
|
|
303
|
+
content: string;
|
|
302
304
|
};
|
|
303
305
|
lg: {
|
|
304
|
-
|
|
306
|
+
content: string;
|
|
305
307
|
};
|
|
306
308
|
};
|
|
307
309
|
color: {
|
|
308
310
|
default: {
|
|
309
311
|
base: string;
|
|
310
|
-
|
|
312
|
+
content: string;
|
|
311
313
|
};
|
|
312
314
|
foreground: {
|
|
313
315
|
base: string;
|
|
314
|
-
|
|
316
|
+
content: string;
|
|
315
317
|
};
|
|
316
318
|
primary: {
|
|
317
319
|
base: string;
|
|
318
|
-
|
|
320
|
+
content: string;
|
|
319
321
|
};
|
|
320
322
|
secondary: {
|
|
321
323
|
base: string;
|
|
322
|
-
|
|
324
|
+
content: string;
|
|
323
325
|
};
|
|
324
326
|
success: {
|
|
325
327
|
base: string;
|
|
326
|
-
|
|
328
|
+
content: string;
|
|
327
329
|
};
|
|
328
330
|
warning: {
|
|
329
331
|
base: string;
|
|
330
|
-
|
|
332
|
+
content: string;
|
|
331
333
|
};
|
|
332
334
|
danger: {
|
|
333
335
|
base: string;
|
|
334
|
-
|
|
336
|
+
content: string;
|
|
335
337
|
};
|
|
336
338
|
};
|
|
337
339
|
radius: {
|
|
338
340
|
none: {
|
|
339
|
-
|
|
341
|
+
content: string;
|
|
340
342
|
};
|
|
341
343
|
sm: {
|
|
342
|
-
|
|
344
|
+
content: string;
|
|
343
345
|
};
|
|
344
346
|
md: {
|
|
345
|
-
|
|
347
|
+
content: string;
|
|
346
348
|
};
|
|
347
349
|
lg: {
|
|
348
|
-
|
|
350
|
+
content: string;
|
|
349
351
|
};
|
|
350
352
|
full: {
|
|
351
|
-
|
|
353
|
+
content: string;
|
|
352
354
|
};
|
|
353
355
|
};
|
|
354
356
|
shadow: {
|
|
355
357
|
sm: {
|
|
356
|
-
|
|
358
|
+
content: string;
|
|
357
359
|
};
|
|
358
360
|
md: {
|
|
359
|
-
|
|
361
|
+
content: string;
|
|
360
362
|
};
|
|
361
363
|
lg: {
|
|
362
|
-
|
|
364
|
+
content: string;
|
|
363
365
|
};
|
|
364
366
|
};
|
|
365
367
|
backdrop: {
|
|
@@ -384,77 +386,78 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
384
386
|
};
|
|
385
387
|
}, {
|
|
386
388
|
base: string[];
|
|
389
|
+
content: string[];
|
|
387
390
|
trigger: string[];
|
|
388
391
|
backdrop: string[];
|
|
389
|
-
arrow:
|
|
392
|
+
arrow: never[];
|
|
390
393
|
}, tailwind_variants.TVReturnType<{
|
|
391
394
|
size: {
|
|
392
395
|
sm: {
|
|
393
|
-
|
|
396
|
+
content: string;
|
|
394
397
|
};
|
|
395
398
|
md: {
|
|
396
|
-
|
|
399
|
+
content: string;
|
|
397
400
|
};
|
|
398
401
|
lg: {
|
|
399
|
-
|
|
402
|
+
content: string;
|
|
400
403
|
};
|
|
401
404
|
};
|
|
402
405
|
color: {
|
|
403
406
|
default: {
|
|
404
407
|
base: string;
|
|
405
|
-
|
|
408
|
+
content: string;
|
|
406
409
|
};
|
|
407
410
|
foreground: {
|
|
408
411
|
base: string;
|
|
409
|
-
|
|
412
|
+
content: string;
|
|
410
413
|
};
|
|
411
414
|
primary: {
|
|
412
415
|
base: string;
|
|
413
|
-
|
|
416
|
+
content: string;
|
|
414
417
|
};
|
|
415
418
|
secondary: {
|
|
416
419
|
base: string;
|
|
417
|
-
|
|
420
|
+
content: string;
|
|
418
421
|
};
|
|
419
422
|
success: {
|
|
420
423
|
base: string;
|
|
421
|
-
|
|
424
|
+
content: string;
|
|
422
425
|
};
|
|
423
426
|
warning: {
|
|
424
427
|
base: string;
|
|
425
|
-
|
|
428
|
+
content: string;
|
|
426
429
|
};
|
|
427
430
|
danger: {
|
|
428
431
|
base: string;
|
|
429
|
-
|
|
432
|
+
content: string;
|
|
430
433
|
};
|
|
431
434
|
};
|
|
432
435
|
radius: {
|
|
433
436
|
none: {
|
|
434
|
-
|
|
437
|
+
content: string;
|
|
435
438
|
};
|
|
436
439
|
sm: {
|
|
437
|
-
|
|
440
|
+
content: string;
|
|
438
441
|
};
|
|
439
442
|
md: {
|
|
440
|
-
|
|
443
|
+
content: string;
|
|
441
444
|
};
|
|
442
445
|
lg: {
|
|
443
|
-
|
|
446
|
+
content: string;
|
|
444
447
|
};
|
|
445
448
|
full: {
|
|
446
|
-
|
|
449
|
+
content: string;
|
|
447
450
|
};
|
|
448
451
|
};
|
|
449
452
|
shadow: {
|
|
450
453
|
sm: {
|
|
451
|
-
|
|
454
|
+
content: string;
|
|
452
455
|
};
|
|
453
456
|
md: {
|
|
454
|
-
|
|
457
|
+
content: string;
|
|
455
458
|
};
|
|
456
459
|
lg: {
|
|
457
|
-
|
|
460
|
+
content: string;
|
|
458
461
|
};
|
|
459
462
|
};
|
|
460
463
|
backdrop: {
|
|
@@ -479,77 +482,78 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
479
482
|
};
|
|
480
483
|
}, {
|
|
481
484
|
base: string[];
|
|
485
|
+
content: string[];
|
|
482
486
|
trigger: string[];
|
|
483
487
|
backdrop: string[];
|
|
484
|
-
arrow:
|
|
488
|
+
arrow: never[];
|
|
485
489
|
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
486
490
|
size: {
|
|
487
491
|
sm: {
|
|
488
|
-
|
|
492
|
+
content: string;
|
|
489
493
|
};
|
|
490
494
|
md: {
|
|
491
|
-
|
|
495
|
+
content: string;
|
|
492
496
|
};
|
|
493
497
|
lg: {
|
|
494
|
-
|
|
498
|
+
content: string;
|
|
495
499
|
};
|
|
496
500
|
};
|
|
497
501
|
color: {
|
|
498
502
|
default: {
|
|
499
503
|
base: string;
|
|
500
|
-
|
|
504
|
+
content: string;
|
|
501
505
|
};
|
|
502
506
|
foreground: {
|
|
503
507
|
base: string;
|
|
504
|
-
|
|
508
|
+
content: string;
|
|
505
509
|
};
|
|
506
510
|
primary: {
|
|
507
511
|
base: string;
|
|
508
|
-
|
|
512
|
+
content: string;
|
|
509
513
|
};
|
|
510
514
|
secondary: {
|
|
511
515
|
base: string;
|
|
512
|
-
|
|
516
|
+
content: string;
|
|
513
517
|
};
|
|
514
518
|
success: {
|
|
515
519
|
base: string;
|
|
516
|
-
|
|
520
|
+
content: string;
|
|
517
521
|
};
|
|
518
522
|
warning: {
|
|
519
523
|
base: string;
|
|
520
|
-
|
|
524
|
+
content: string;
|
|
521
525
|
};
|
|
522
526
|
danger: {
|
|
523
527
|
base: string;
|
|
524
|
-
|
|
528
|
+
content: string;
|
|
525
529
|
};
|
|
526
530
|
};
|
|
527
531
|
radius: {
|
|
528
532
|
none: {
|
|
529
|
-
|
|
533
|
+
content: string;
|
|
530
534
|
};
|
|
531
535
|
sm: {
|
|
532
|
-
|
|
536
|
+
content: string;
|
|
533
537
|
};
|
|
534
538
|
md: {
|
|
535
|
-
|
|
539
|
+
content: string;
|
|
536
540
|
};
|
|
537
541
|
lg: {
|
|
538
|
-
|
|
542
|
+
content: string;
|
|
539
543
|
};
|
|
540
544
|
full: {
|
|
541
|
-
|
|
545
|
+
content: string;
|
|
542
546
|
};
|
|
543
547
|
};
|
|
544
548
|
shadow: {
|
|
545
549
|
sm: {
|
|
546
|
-
|
|
550
|
+
content: string;
|
|
547
551
|
};
|
|
548
552
|
md: {
|
|
549
|
-
|
|
553
|
+
content: string;
|
|
550
554
|
};
|
|
551
555
|
lg: {
|
|
552
|
-
|
|
556
|
+
content: string;
|
|
553
557
|
};
|
|
554
558
|
};
|
|
555
559
|
backdrop: {
|
|
@@ -575,71 +579,71 @@ declare const popover: tailwind_variants.TVReturnType<{
|
|
|
575
579
|
}, {
|
|
576
580
|
size: {
|
|
577
581
|
sm: {
|
|
578
|
-
|
|
582
|
+
content: string;
|
|
579
583
|
};
|
|
580
584
|
md: {
|
|
581
|
-
|
|
585
|
+
content: string;
|
|
582
586
|
};
|
|
583
587
|
lg: {
|
|
584
|
-
|
|
588
|
+
content: string;
|
|
585
589
|
};
|
|
586
590
|
};
|
|
587
591
|
color: {
|
|
588
592
|
default: {
|
|
589
593
|
base: string;
|
|
590
|
-
|
|
594
|
+
content: string;
|
|
591
595
|
};
|
|
592
596
|
foreground: {
|
|
593
597
|
base: string;
|
|
594
|
-
|
|
598
|
+
content: string;
|
|
595
599
|
};
|
|
596
600
|
primary: {
|
|
597
601
|
base: string;
|
|
598
|
-
|
|
602
|
+
content: string;
|
|
599
603
|
};
|
|
600
604
|
secondary: {
|
|
601
605
|
base: string;
|
|
602
|
-
|
|
606
|
+
content: string;
|
|
603
607
|
};
|
|
604
608
|
success: {
|
|
605
609
|
base: string;
|
|
606
|
-
|
|
610
|
+
content: string;
|
|
607
611
|
};
|
|
608
612
|
warning: {
|
|
609
613
|
base: string;
|
|
610
|
-
|
|
614
|
+
content: string;
|
|
611
615
|
};
|
|
612
616
|
danger: {
|
|
613
617
|
base: string;
|
|
614
|
-
|
|
618
|
+
content: string;
|
|
615
619
|
};
|
|
616
620
|
};
|
|
617
621
|
radius: {
|
|
618
622
|
none: {
|
|
619
|
-
|
|
623
|
+
content: string;
|
|
620
624
|
};
|
|
621
625
|
sm: {
|
|
622
|
-
|
|
626
|
+
content: string;
|
|
623
627
|
};
|
|
624
628
|
md: {
|
|
625
|
-
|
|
629
|
+
content: string;
|
|
626
630
|
};
|
|
627
631
|
lg: {
|
|
628
|
-
|
|
632
|
+
content: string;
|
|
629
633
|
};
|
|
630
634
|
full: {
|
|
631
|
-
|
|
635
|
+
content: string;
|
|
632
636
|
};
|
|
633
637
|
};
|
|
634
638
|
shadow: {
|
|
635
639
|
sm: {
|
|
636
|
-
|
|
640
|
+
content: string;
|
|
637
641
|
};
|
|
638
642
|
md: {
|
|
639
|
-
|
|
643
|
+
content: string;
|
|
640
644
|
};
|
|
641
645
|
lg: {
|
|
642
|
-
|
|
646
|
+
content: string;
|
|
643
647
|
};
|
|
644
648
|
};
|
|
645
649
|
backdrop: {
|