@fea-ui/react 0.1.0-alpha.6 → 0.1.0-alpha.7
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/index.cjs +145 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +743 -484
- package/dist/index.d.mts +267 -8
- package/dist/index.mjs +143 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
2
|
import { VariantProps, cn } from "tailwind-variants";
|
|
3
|
-
import * as
|
|
4
|
-
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Progress as Progress$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
|
|
5
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
4
|
+
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, Popover as Popover$1, Progress as Progress$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps } from "@base-ui/react";
|
|
5
|
+
import * as tailwind_merge29 from "tailwind-merge";
|
|
6
6
|
|
|
7
7
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
8
|
-
declare const accordionVariants:
|
|
8
|
+
declare const accordionVariants: tailwind_variants1.TVReturnType<{
|
|
9
9
|
[key: string]: {
|
|
10
|
-
[key: string]:
|
|
11
|
-
content?:
|
|
12
|
-
header?:
|
|
13
|
-
item?:
|
|
14
|
-
panel?:
|
|
15
|
-
root?:
|
|
16
|
-
trigger?:
|
|
17
|
-
triggerIcon?:
|
|
10
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
11
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
12
|
+
header?: tailwind_merge29.ClassNameValue;
|
|
13
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
14
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
15
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
16
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
17
|
+
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
} | {
|
|
21
21
|
[x: string]: {
|
|
22
|
-
[x: string]:
|
|
23
|
-
content?:
|
|
24
|
-
header?:
|
|
25
|
-
item?:
|
|
26
|
-
panel?:
|
|
27
|
-
root?:
|
|
28
|
-
trigger?:
|
|
29
|
-
triggerIcon?:
|
|
22
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
23
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
24
|
+
header?: tailwind_merge29.ClassNameValue;
|
|
25
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
26
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
27
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
28
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
29
|
+
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
} | {}, {
|
|
@@ -39,14 +39,14 @@ declare const accordionVariants: tailwind_variants63.TVReturnType<{
|
|
|
39
39
|
triggerIcon: string;
|
|
40
40
|
}, undefined, {
|
|
41
41
|
[key: string]: {
|
|
42
|
-
[key: string]:
|
|
43
|
-
content?:
|
|
44
|
-
header?:
|
|
45
|
-
item?:
|
|
46
|
-
panel?:
|
|
47
|
-
root?:
|
|
48
|
-
trigger?:
|
|
49
|
-
triggerIcon?:
|
|
42
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
43
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
44
|
+
header?: tailwind_merge29.ClassNameValue;
|
|
45
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
46
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
47
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
48
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
49
|
+
triggerIcon?: tailwind_merge29.ClassNameValue;
|
|
50
50
|
};
|
|
51
51
|
};
|
|
52
52
|
} | {}, {
|
|
@@ -57,7 +57,7 @@ declare const accordionVariants: tailwind_variants63.TVReturnType<{
|
|
|
57
57
|
root: string;
|
|
58
58
|
trigger: string;
|
|
59
59
|
triggerIcon: string;
|
|
60
|
-
},
|
|
60
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
61
61
|
content: string;
|
|
62
62
|
header: string;
|
|
63
63
|
item: string;
|
|
@@ -74,32 +74,32 @@ declare const Accordion: {
|
|
|
74
74
|
({
|
|
75
75
|
className,
|
|
76
76
|
...props
|
|
77
|
-
}: AccordionProps):
|
|
77
|
+
}: AccordionProps): react_jsx_runtime8.JSX.Element;
|
|
78
78
|
Content: ({
|
|
79
79
|
className,
|
|
80
80
|
...props
|
|
81
|
-
}: AccordionContentProps) =>
|
|
81
|
+
}: AccordionContentProps) => react_jsx_runtime8.JSX.Element;
|
|
82
82
|
Header: ({
|
|
83
83
|
className,
|
|
84
84
|
...props
|
|
85
|
-
}: AccordionHeaderProps) =>
|
|
85
|
+
}: AccordionHeaderProps) => react_jsx_runtime8.JSX.Element;
|
|
86
86
|
Item: ({
|
|
87
87
|
className,
|
|
88
88
|
...props
|
|
89
|
-
}: AccordionItemProps) =>
|
|
89
|
+
}: AccordionItemProps) => react_jsx_runtime8.JSX.Element;
|
|
90
90
|
Panel: ({
|
|
91
91
|
className,
|
|
92
92
|
...props
|
|
93
|
-
}: AccordionPanelProps) =>
|
|
93
|
+
}: AccordionPanelProps) => react_jsx_runtime8.JSX.Element;
|
|
94
94
|
Root: /*elided*/any;
|
|
95
95
|
Trigger: ({
|
|
96
96
|
className,
|
|
97
97
|
...props
|
|
98
|
-
}: AccordionTriggerProps) =>
|
|
98
|
+
}: AccordionTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
99
99
|
TriggerIcon: ({
|
|
100
100
|
className,
|
|
101
101
|
...props
|
|
102
|
-
}: AccordionTriggerIconProps) =>
|
|
102
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime8.JSX.Element;
|
|
103
103
|
};
|
|
104
104
|
interface AccordionItemProps extends Accordion$1.Item.Props {}
|
|
105
105
|
interface AccordionHeaderProps extends Accordion$1.Header.Props {}
|
|
@@ -109,32 +109,32 @@ interface AccordionPanelProps extends Accordion$1.Panel.Props {}
|
|
|
109
109
|
interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
110
110
|
//#endregion
|
|
111
111
|
//#region src/components/alert-dialog/alert-dialog.variants.d.ts
|
|
112
|
-
declare const alertDialogVariants:
|
|
112
|
+
declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
|
|
113
113
|
[key: string]: {
|
|
114
|
-
[key: string]:
|
|
115
|
-
root?:
|
|
116
|
-
trigger?:
|
|
117
|
-
title?:
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
popup?:
|
|
122
|
-
portal?:
|
|
123
|
-
viewport?:
|
|
114
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
115
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
116
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
117
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
118
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
119
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
120
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
121
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
122
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
123
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
124
124
|
};
|
|
125
125
|
};
|
|
126
126
|
} | {
|
|
127
127
|
[x: string]: {
|
|
128
|
-
[x: string]:
|
|
129
|
-
root?:
|
|
130
|
-
trigger?:
|
|
131
|
-
title?:
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
popup?:
|
|
136
|
-
portal?:
|
|
137
|
-
viewport?:
|
|
128
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
129
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
130
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
131
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
132
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
133
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
134
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
135
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
136
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
137
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
138
138
|
};
|
|
139
139
|
};
|
|
140
140
|
} | {}, {
|
|
@@ -149,16 +149,16 @@ declare const alertDialogVariants: tailwind_variants63.TVReturnType<{
|
|
|
149
149
|
viewport: string;
|
|
150
150
|
}, undefined, {
|
|
151
151
|
[key: string]: {
|
|
152
|
-
[key: string]:
|
|
153
|
-
root?:
|
|
154
|
-
trigger?:
|
|
155
|
-
title?:
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
popup?:
|
|
160
|
-
portal?:
|
|
161
|
-
viewport?:
|
|
152
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
153
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
154
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
155
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
156
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
157
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
158
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
159
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
160
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
161
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
164
164
|
} | {}, {
|
|
@@ -171,7 +171,7 @@ declare const alertDialogVariants: tailwind_variants63.TVReturnType<{
|
|
|
171
171
|
title: string;
|
|
172
172
|
trigger: string;
|
|
173
173
|
viewport: string;
|
|
174
|
-
},
|
|
174
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
175
175
|
backdrop: string;
|
|
176
176
|
close: string;
|
|
177
177
|
description: string;
|
|
@@ -189,41 +189,41 @@ interface AlertDialogProps extends AlertDialogVariants, AlertDialog$1.Root.Props
|
|
|
189
189
|
declare const AlertDialog: {
|
|
190
190
|
({
|
|
191
191
|
...props
|
|
192
|
-
}: AlertDialogProps):
|
|
192
|
+
}: AlertDialogProps): react_jsx_runtime8.JSX.Element;
|
|
193
193
|
Root: /*elided*/any;
|
|
194
194
|
Trigger: ({
|
|
195
195
|
className,
|
|
196
196
|
...props
|
|
197
|
-
}: AlertDialogTriggerProps) =>
|
|
197
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
198
198
|
Portal: ({
|
|
199
199
|
className,
|
|
200
200
|
...props
|
|
201
|
-
}: AlertDialogPortalProps) =>
|
|
201
|
+
}: AlertDialogPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
202
202
|
Backdrop: ({
|
|
203
203
|
className,
|
|
204
204
|
...props
|
|
205
|
-
}: AlertDialogBackdropProps) =>
|
|
205
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
206
206
|
Viewport: ({
|
|
207
207
|
className,
|
|
208
208
|
...props
|
|
209
|
-
}: AlertDialogViewportProps) =>
|
|
209
|
+
}: AlertDialogViewportProps) => react_jsx_runtime8.JSX.Element;
|
|
210
210
|
Popup: ({
|
|
211
211
|
className,
|
|
212
212
|
...props
|
|
213
|
-
}: AlertDialogPopupProps) =>
|
|
213
|
+
}: AlertDialogPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
214
214
|
Title: ({
|
|
215
215
|
className,
|
|
216
216
|
...props
|
|
217
|
-
}: AlertDialogTitleProps) =>
|
|
217
|
+
}: AlertDialogTitleProps) => react_jsx_runtime8.JSX.Element;
|
|
218
218
|
Description: ({
|
|
219
219
|
className,
|
|
220
220
|
...props
|
|
221
|
-
}: AlertDialogDescriptionProps) =>
|
|
221
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
222
222
|
Close: ({
|
|
223
223
|
className,
|
|
224
224
|
children,
|
|
225
225
|
...props
|
|
226
|
-
}: AlertDialogCloseProps) =>
|
|
226
|
+
}: AlertDialogCloseProps) => react_jsx_runtime8.JSX.Element;
|
|
227
227
|
};
|
|
228
228
|
interface AlertDialogTriggerProps extends AlertDialog$1.Trigger.Props {}
|
|
229
229
|
interface AlertDialogPortalProps extends AlertDialog$1.Portal.Props {}
|
|
@@ -235,7 +235,7 @@ interface AlertDialogDescriptionProps extends AlertDialog$1.Description.Props {}
|
|
|
235
235
|
interface AlertDialogCloseProps extends AlertDialog$1.Close.Props {}
|
|
236
236
|
//#endregion
|
|
237
237
|
//#region src/components/avatar/avatar.variants.d.ts
|
|
238
|
-
declare const avatarVariants:
|
|
238
|
+
declare const avatarVariants: tailwind_variants1.TVReturnType<{
|
|
239
239
|
size: {
|
|
240
240
|
lg: {
|
|
241
241
|
root: string;
|
|
@@ -267,7 +267,7 @@ declare const avatarVariants: tailwind_variants63.TVReturnType<{
|
|
|
267
267
|
fallback: string;
|
|
268
268
|
image: string;
|
|
269
269
|
root: string;
|
|
270
|
-
},
|
|
270
|
+
}, tailwind_variants1.TVReturnType<{
|
|
271
271
|
size: {
|
|
272
272
|
lg: {
|
|
273
273
|
root: string;
|
|
@@ -293,22 +293,22 @@ declare const Avatar: {
|
|
|
293
293
|
className,
|
|
294
294
|
size,
|
|
295
295
|
...props
|
|
296
|
-
}: AvatarProps):
|
|
296
|
+
}: AvatarProps): react_jsx_runtime8.JSX.Element;
|
|
297
297
|
Fallback: ({
|
|
298
298
|
className,
|
|
299
299
|
...props
|
|
300
|
-
}: AvatarFallbackProps) =>
|
|
300
|
+
}: AvatarFallbackProps) => react_jsx_runtime8.JSX.Element;
|
|
301
301
|
Image: ({
|
|
302
302
|
className,
|
|
303
303
|
...props
|
|
304
|
-
}: AvatarImageProps) =>
|
|
304
|
+
}: AvatarImageProps) => react_jsx_runtime8.JSX.Element;
|
|
305
305
|
Root: /*elided*/any;
|
|
306
306
|
};
|
|
307
307
|
interface AvatarImageProps extends Avatar$1.Image.Props {}
|
|
308
308
|
interface AvatarFallbackProps extends Avatar$1.Fallback.Props {}
|
|
309
309
|
//#endregion
|
|
310
310
|
//#region src/components/button/button.variants.d.ts
|
|
311
|
-
declare const buttonVariants:
|
|
311
|
+
declare const buttonVariants: tailwind_variants1.TVReturnType<{
|
|
312
312
|
isIconOnly: {
|
|
313
313
|
true: string;
|
|
314
314
|
};
|
|
@@ -340,7 +340,7 @@ declare const buttonVariants: tailwind_variants63.TVReturnType<{
|
|
|
340
340
|
primary: string;
|
|
341
341
|
secondary: string;
|
|
342
342
|
};
|
|
343
|
-
}, undefined,
|
|
343
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
344
344
|
isIconOnly: {
|
|
345
345
|
true: string;
|
|
346
346
|
};
|
|
@@ -367,10 +367,10 @@ declare const Button: ({
|
|
|
367
367
|
size,
|
|
368
368
|
isIconOnly,
|
|
369
369
|
...props
|
|
370
|
-
}: ButtonProps) =>
|
|
370
|
+
}: ButtonProps) => react_jsx_runtime8.JSX.Element;
|
|
371
371
|
//#endregion
|
|
372
372
|
//#region src/components/button-group/button-group.variants.d.ts
|
|
373
|
-
declare const buttonGroupVariants:
|
|
373
|
+
declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
|
|
374
374
|
type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
|
|
375
375
|
//#endregion
|
|
376
376
|
//#region src/components/button-group/button-group.d.ts
|
|
@@ -378,10 +378,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
|
|
|
378
378
|
declare const ButtonGroup: ({
|
|
379
379
|
className,
|
|
380
380
|
...props
|
|
381
|
-
}: ButtonGroupProps) =>
|
|
381
|
+
}: ButtonGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
382
382
|
//#endregion
|
|
383
383
|
//#region src/components/card/card.variants.d.ts
|
|
384
|
-
declare const cardVariants:
|
|
384
|
+
declare const cardVariants: tailwind_variants1.TVReturnType<{
|
|
385
385
|
variant: {
|
|
386
386
|
default: {
|
|
387
387
|
root: string;
|
|
@@ -413,7 +413,7 @@ declare const cardVariants: tailwind_variants63.TVReturnType<{
|
|
|
413
413
|
header: string;
|
|
414
414
|
root: string;
|
|
415
415
|
title: string;
|
|
416
|
-
},
|
|
416
|
+
}, tailwind_variants1.TVReturnType<{
|
|
417
417
|
variant: {
|
|
418
418
|
default: {
|
|
419
419
|
root: string;
|
|
@@ -439,29 +439,29 @@ declare const Card: {
|
|
|
439
439
|
className,
|
|
440
440
|
variant,
|
|
441
441
|
...props
|
|
442
|
-
}: CardProps):
|
|
442
|
+
}: CardProps): react_jsx_runtime8.JSX.Element;
|
|
443
443
|
/** Exports */
|
|
444
444
|
Body: ({
|
|
445
445
|
className,
|
|
446
446
|
...props
|
|
447
|
-
}: CardBodyProps) =>
|
|
447
|
+
}: CardBodyProps) => react_jsx_runtime8.JSX.Element;
|
|
448
448
|
Description: ({
|
|
449
449
|
className,
|
|
450
450
|
...props
|
|
451
|
-
}: CardDescriptionProps) =>
|
|
451
|
+
}: CardDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
452
452
|
Footer: ({
|
|
453
453
|
className,
|
|
454
454
|
...props
|
|
455
|
-
}: CardFooterProps) =>
|
|
455
|
+
}: CardFooterProps) => react_jsx_runtime8.JSX.Element;
|
|
456
456
|
Header: ({
|
|
457
457
|
className,
|
|
458
458
|
...props
|
|
459
|
-
}: CardHeaderProps) =>
|
|
459
|
+
}: CardHeaderProps) => react_jsx_runtime8.JSX.Element;
|
|
460
460
|
Root: /*elided*/any;
|
|
461
461
|
Title: ({
|
|
462
462
|
className,
|
|
463
463
|
...props
|
|
464
|
-
}: CardTitle) =>
|
|
464
|
+
}: CardTitle) => react_jsx_runtime8.JSX.Element;
|
|
465
465
|
};
|
|
466
466
|
interface CardHeaderProps extends React.ComponentProps<"div"> {}
|
|
467
467
|
interface CardBodyProps extends React.ComponentProps<"div"> {}
|
|
@@ -470,22 +470,22 @@ interface CardTitle extends React.ComponentProps<"h2"> {}
|
|
|
470
470
|
interface CardDescriptionProps extends React.ComponentProps<"p"> {}
|
|
471
471
|
//#endregion
|
|
472
472
|
//#region src/components/checkbox/checkbox.variants.d.ts
|
|
473
|
-
declare const checkboxVariants:
|
|
473
|
+
declare const checkboxVariants: tailwind_variants1.TVReturnType<{
|
|
474
474
|
[key: string]: {
|
|
475
|
-
[key: string]:
|
|
476
|
-
root?:
|
|
477
|
-
label?:
|
|
478
|
-
checkboxIcon?:
|
|
479
|
-
indicator?:
|
|
475
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
476
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
477
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
478
|
+
checkboxIcon?: tailwind_merge29.ClassNameValue;
|
|
479
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
482
|
} | {
|
|
483
483
|
[x: string]: {
|
|
484
|
-
[x: string]:
|
|
485
|
-
root?:
|
|
486
|
-
label?:
|
|
487
|
-
checkboxIcon?:
|
|
488
|
-
indicator?:
|
|
484
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
485
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
486
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
487
|
+
checkboxIcon?: tailwind_merge29.ClassNameValue;
|
|
488
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
489
489
|
};
|
|
490
490
|
};
|
|
491
491
|
} | {}, {
|
|
@@ -495,11 +495,11 @@ declare const checkboxVariants: tailwind_variants63.TVReturnType<{
|
|
|
495
495
|
root: string;
|
|
496
496
|
}, undefined, {
|
|
497
497
|
[key: string]: {
|
|
498
|
-
[key: string]:
|
|
499
|
-
root?:
|
|
500
|
-
label?:
|
|
501
|
-
checkboxIcon?:
|
|
502
|
-
indicator?:
|
|
498
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
499
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
500
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
501
|
+
checkboxIcon?: tailwind_merge29.ClassNameValue;
|
|
502
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
503
503
|
};
|
|
504
504
|
};
|
|
505
505
|
} | {}, {
|
|
@@ -507,7 +507,7 @@ declare const checkboxVariants: tailwind_variants63.TVReturnType<{
|
|
|
507
507
|
indicator: string;
|
|
508
508
|
label: string;
|
|
509
509
|
root: string;
|
|
510
|
-
},
|
|
510
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
511
511
|
checkboxIcon: string;
|
|
512
512
|
indicator: string;
|
|
513
513
|
label: string;
|
|
@@ -521,17 +521,17 @@ declare const Checkbox: {
|
|
|
521
521
|
({
|
|
522
522
|
className,
|
|
523
523
|
...props
|
|
524
|
-
}: CheckboxProps):
|
|
524
|
+
}: CheckboxProps): react_jsx_runtime8.JSX.Element;
|
|
525
525
|
Indicator: ({
|
|
526
526
|
className,
|
|
527
527
|
...props
|
|
528
|
-
}: CheckboxIndicatorProps) =>
|
|
528
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
529
529
|
Root: /*elided*/any;
|
|
530
530
|
};
|
|
531
531
|
interface CheckboxIndicatorProps extends Checkbox$1.Indicator.Props {}
|
|
532
532
|
//#endregion
|
|
533
533
|
//#region src/components/checkbox-group/checkbox-group.variants.d.ts
|
|
534
|
-
declare const checkboxGroupVariants:
|
|
534
|
+
declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
|
|
535
535
|
type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
|
|
536
536
|
//#endregion
|
|
537
537
|
//#region src/components/checkbox-group/checkbox-group.d.ts
|
|
@@ -539,10 +539,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
|
|
|
539
539
|
declare const CheckboxGroup: ({
|
|
540
540
|
className,
|
|
541
541
|
...props
|
|
542
|
-
}: CheckboxGroupProps) =>
|
|
542
|
+
}: CheckboxGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
543
543
|
//#endregion
|
|
544
544
|
//#region src/components/chip/chip.variants.d.ts
|
|
545
|
-
declare const chipVariants:
|
|
545
|
+
declare const chipVariants: tailwind_variants1.TVReturnType<{
|
|
546
546
|
size: {
|
|
547
547
|
lg: string;
|
|
548
548
|
md: string;
|
|
@@ -568,7 +568,7 @@ declare const chipVariants: tailwind_variants63.TVReturnType<{
|
|
|
568
568
|
secondary: string;
|
|
569
569
|
success: string;
|
|
570
570
|
};
|
|
571
|
-
}, undefined,
|
|
571
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
572
572
|
size: {
|
|
573
573
|
lg: string;
|
|
574
574
|
md: string;
|
|
@@ -591,10 +591,10 @@ declare const Chip: ({
|
|
|
591
591
|
variant,
|
|
592
592
|
size,
|
|
593
593
|
...props
|
|
594
|
-
}: ChipProps) =>
|
|
594
|
+
}: ChipProps) => react_jsx_runtime8.JSX.Element;
|
|
595
595
|
//#endregion
|
|
596
596
|
//#region src/components/container/container.variants.d.ts
|
|
597
|
-
declare const containerVariants:
|
|
597
|
+
declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
598
598
|
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
599
599
|
//#endregion
|
|
600
600
|
//#region src/components/container/container.d.ts
|
|
@@ -602,35 +602,35 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
|
|
|
602
602
|
declare const Container: ({
|
|
603
603
|
className,
|
|
604
604
|
...props
|
|
605
|
-
}: ContainerProps) =>
|
|
605
|
+
}: ContainerProps) => react_jsx_runtime8.JSX.Element;
|
|
606
606
|
//#endregion
|
|
607
607
|
//#region src/components/dialog/dialog.variants.d.ts
|
|
608
|
-
declare const dialogVariants:
|
|
608
|
+
declare const dialogVariants: tailwind_variants1.TVReturnType<{
|
|
609
609
|
[key: string]: {
|
|
610
|
-
[key: string]:
|
|
611
|
-
root?:
|
|
612
|
-
trigger?:
|
|
613
|
-
title?:
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
popup?:
|
|
618
|
-
portal?:
|
|
619
|
-
viewport?:
|
|
610
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
611
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
612
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
613
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
614
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
615
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
616
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
617
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
618
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
619
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
} | {
|
|
623
623
|
[x: string]: {
|
|
624
|
-
[x: string]:
|
|
625
|
-
root?:
|
|
626
|
-
trigger?:
|
|
627
|
-
title?:
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
popup?:
|
|
632
|
-
portal?:
|
|
633
|
-
viewport?:
|
|
624
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
625
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
626
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
627
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
628
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
629
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
630
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
631
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
632
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
633
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
634
634
|
};
|
|
635
635
|
};
|
|
636
636
|
} | {}, {
|
|
@@ -645,16 +645,16 @@ declare const dialogVariants: tailwind_variants63.TVReturnType<{
|
|
|
645
645
|
viewport: string;
|
|
646
646
|
}, undefined, {
|
|
647
647
|
[key: string]: {
|
|
648
|
-
[key: string]:
|
|
649
|
-
root?:
|
|
650
|
-
trigger?:
|
|
651
|
-
title?:
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
popup?:
|
|
656
|
-
portal?:
|
|
657
|
-
viewport?:
|
|
648
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
649
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
650
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
651
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
652
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
653
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
654
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
655
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
656
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
657
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
658
658
|
};
|
|
659
659
|
};
|
|
660
660
|
} | {}, {
|
|
@@ -667,7 +667,7 @@ declare const dialogVariants: tailwind_variants63.TVReturnType<{
|
|
|
667
667
|
title: string;
|
|
668
668
|
trigger: string;
|
|
669
669
|
viewport: string;
|
|
670
|
-
},
|
|
670
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
671
671
|
backdrop: string;
|
|
672
672
|
close: string;
|
|
673
673
|
description: string;
|
|
@@ -685,40 +685,40 @@ interface DialogProps extends DialogVariants, Dialog$1.Root.Props {}
|
|
|
685
685
|
declare const Dialog: {
|
|
686
686
|
({
|
|
687
687
|
...props
|
|
688
|
-
}: DialogProps):
|
|
688
|
+
}: DialogProps): react_jsx_runtime8.JSX.Element;
|
|
689
689
|
Backdrop: ({
|
|
690
690
|
className,
|
|
691
691
|
...props
|
|
692
|
-
}: DialogBackdropProps) =>
|
|
692
|
+
}: DialogBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
693
693
|
Close: ({
|
|
694
694
|
className,
|
|
695
695
|
...props
|
|
696
|
-
}: DialogCloseProps) =>
|
|
696
|
+
}: DialogCloseProps) => react_jsx_runtime8.JSX.Element;
|
|
697
697
|
Description: ({
|
|
698
698
|
className,
|
|
699
699
|
...props
|
|
700
|
-
}: DialogDescriptionProps) =>
|
|
700
|
+
}: DialogDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
701
701
|
Popup: ({
|
|
702
702
|
className,
|
|
703
703
|
...props
|
|
704
|
-
}: DialogPopupProps) =>
|
|
704
|
+
}: DialogPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
705
705
|
Portal: ({
|
|
706
706
|
className,
|
|
707
707
|
...props
|
|
708
|
-
}: DialogPortalProps) =>
|
|
708
|
+
}: DialogPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
709
709
|
Root: /*elided*/any;
|
|
710
710
|
Title: ({
|
|
711
711
|
className,
|
|
712
712
|
...props
|
|
713
|
-
}: DialogTitleProps) =>
|
|
713
|
+
}: DialogTitleProps) => react_jsx_runtime8.JSX.Element;
|
|
714
714
|
Trigger: ({
|
|
715
715
|
className,
|
|
716
716
|
...props
|
|
717
|
-
}: DialogTriggerProps) =>
|
|
717
|
+
}: DialogTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
718
718
|
Viewport: ({
|
|
719
719
|
className,
|
|
720
720
|
...props
|
|
721
|
-
}: DialogViewportProps) =>
|
|
721
|
+
}: DialogViewportProps) => react_jsx_runtime8.JSX.Element;
|
|
722
722
|
};
|
|
723
723
|
interface DialogTriggerProps extends Dialog$1.Trigger.Props {}
|
|
724
724
|
interface DialogPortalProps extends Dialog$1.Portal.Props {}
|
|
@@ -730,7 +730,7 @@ interface DialogDescriptionProps extends Dialog$1.Description.Props {}
|
|
|
730
730
|
interface DialogCloseProps extends Dialog$1.Close.Props {}
|
|
731
731
|
//#endregion
|
|
732
732
|
//#region src/components/drawer/drawer.variants.d.ts
|
|
733
|
-
declare const drawerVariants:
|
|
733
|
+
declare const drawerVariants: tailwind_variants1.TVReturnType<{
|
|
734
734
|
position: {
|
|
735
735
|
bottom: {
|
|
736
736
|
popup: string;
|
|
@@ -780,7 +780,7 @@ declare const drawerVariants: tailwind_variants63.TVReturnType<{
|
|
|
780
780
|
title: string;
|
|
781
781
|
trigger: string;
|
|
782
782
|
viewport: string;
|
|
783
|
-
},
|
|
783
|
+
}, tailwind_variants1.TVReturnType<{
|
|
784
784
|
position: {
|
|
785
785
|
bottom: {
|
|
786
786
|
popup: string;
|
|
@@ -814,41 +814,41 @@ declare const Drawer: {
|
|
|
814
814
|
({
|
|
815
815
|
position,
|
|
816
816
|
...props
|
|
817
|
-
}: DrawerProps):
|
|
817
|
+
}: DrawerProps): react_jsx_runtime8.JSX.Element;
|
|
818
818
|
Root: /*elided*/any;
|
|
819
819
|
Trigger: ({
|
|
820
820
|
className,
|
|
821
821
|
...props
|
|
822
|
-
}: DrawerTriggerProps) =>
|
|
822
|
+
}: DrawerTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
823
823
|
Portal: ({
|
|
824
824
|
className,
|
|
825
825
|
...props
|
|
826
|
-
}: DrawerPortalProps) =>
|
|
826
|
+
}: DrawerPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
827
827
|
Backdrop: ({
|
|
828
828
|
className,
|
|
829
829
|
...props
|
|
830
|
-
}: DrawerBackdropProps) =>
|
|
830
|
+
}: DrawerBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
831
831
|
Viewport: ({
|
|
832
832
|
className,
|
|
833
833
|
...props
|
|
834
|
-
}: DrawerViewportProps) =>
|
|
834
|
+
}: DrawerViewportProps) => react_jsx_runtime8.JSX.Element;
|
|
835
835
|
Popup: ({
|
|
836
836
|
className,
|
|
837
837
|
...props
|
|
838
|
-
}: DrawerPopupProps) =>
|
|
838
|
+
}: DrawerPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
839
839
|
Title: ({
|
|
840
840
|
className,
|
|
841
841
|
...props
|
|
842
|
-
}: DrawerTitleProps) =>
|
|
842
|
+
}: DrawerTitleProps) => react_jsx_runtime8.JSX.Element;
|
|
843
843
|
Description: ({
|
|
844
844
|
className,
|
|
845
845
|
...props
|
|
846
|
-
}: DrawerDescriptionProps) =>
|
|
846
|
+
}: DrawerDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
847
847
|
Close: ({
|
|
848
848
|
className,
|
|
849
849
|
children,
|
|
850
850
|
...props
|
|
851
|
-
}: DrawerCloseProps) =>
|
|
851
|
+
}: DrawerCloseProps) => react_jsx_runtime8.JSX.Element;
|
|
852
852
|
};
|
|
853
853
|
interface DrawerTriggerProps extends Dialog$1.Trigger.Props {}
|
|
854
854
|
interface DrawerPortalProps extends Dialog$1.Portal.Props {}
|
|
@@ -860,7 +860,7 @@ interface DrawerDescriptionProps extends Dialog$1.Description.Props {}
|
|
|
860
860
|
interface DrawerCloseProps extends Dialog$1.Close.Props {}
|
|
861
861
|
//#endregion
|
|
862
862
|
//#region src/components/field/field.variants.d.ts
|
|
863
|
-
declare const fieldVariants:
|
|
863
|
+
declare const fieldVariants: tailwind_variants1.TVReturnType<{
|
|
864
864
|
size: {
|
|
865
865
|
lg: {
|
|
866
866
|
control: string;
|
|
@@ -896,7 +896,7 @@ declare const fieldVariants: tailwind_variants63.TVReturnType<{
|
|
|
896
896
|
error: string;
|
|
897
897
|
label: string;
|
|
898
898
|
root: string;
|
|
899
|
-
},
|
|
899
|
+
}, tailwind_variants1.TVReturnType<{
|
|
900
900
|
size: {
|
|
901
901
|
lg: {
|
|
902
902
|
control: string;
|
|
@@ -924,23 +924,23 @@ declare const Field: {
|
|
|
924
924
|
className,
|
|
925
925
|
size,
|
|
926
926
|
...props
|
|
927
|
-
}: FieldProps):
|
|
927
|
+
}: FieldProps): react_jsx_runtime8.JSX.Element;
|
|
928
928
|
Control: ({
|
|
929
929
|
className,
|
|
930
930
|
...props
|
|
931
|
-
}: FieldControlProps) =>
|
|
931
|
+
}: FieldControlProps) => react_jsx_runtime8.JSX.Element;
|
|
932
932
|
Description: ({
|
|
933
933
|
className,
|
|
934
934
|
...props
|
|
935
|
-
}: FieldDescriptionProps) =>
|
|
935
|
+
}: FieldDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
936
936
|
Error: ({
|
|
937
937
|
className,
|
|
938
938
|
...props
|
|
939
|
-
}: FieldErrorProps) =>
|
|
939
|
+
}: FieldErrorProps) => react_jsx_runtime8.JSX.Element;
|
|
940
940
|
Label: ({
|
|
941
941
|
className,
|
|
942
942
|
...props
|
|
943
|
-
}: FieldLabelProps) =>
|
|
943
|
+
}: FieldLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
944
944
|
Root: /*elided*/any;
|
|
945
945
|
};
|
|
946
946
|
interface FieldLabelProps extends React.ComponentProps<typeof Field$1.Label> {}
|
|
@@ -949,18 +949,18 @@ interface FieldControlProps extends React.ComponentProps<typeof Field$1.Control>
|
|
|
949
949
|
interface FieldErrorProps extends React.ComponentProps<typeof Field$1.Error> {}
|
|
950
950
|
//#endregion
|
|
951
951
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
952
|
-
declare const fieldsetVariants:
|
|
952
|
+
declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
|
|
953
953
|
[key: string]: {
|
|
954
|
-
[key: string]:
|
|
955
|
-
root?:
|
|
956
|
-
legend?:
|
|
954
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
955
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
956
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
957
957
|
};
|
|
958
958
|
};
|
|
959
959
|
} | {
|
|
960
960
|
[x: string]: {
|
|
961
|
-
[x: string]:
|
|
962
|
-
root?:
|
|
963
|
-
legend?:
|
|
961
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
962
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
963
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
964
964
|
};
|
|
965
965
|
};
|
|
966
966
|
} | {}, {
|
|
@@ -968,15 +968,15 @@ declare const fieldsetVariants: tailwind_variants63.TVReturnType<{
|
|
|
968
968
|
root: string;
|
|
969
969
|
}, undefined, {
|
|
970
970
|
[key: string]: {
|
|
971
|
-
[key: string]:
|
|
972
|
-
root?:
|
|
973
|
-
legend?:
|
|
971
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
972
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
973
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
974
974
|
};
|
|
975
975
|
};
|
|
976
976
|
} | {}, {
|
|
977
977
|
legend: string;
|
|
978
978
|
root: string;
|
|
979
|
-
},
|
|
979
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
980
980
|
legend: string;
|
|
981
981
|
root: string;
|
|
982
982
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -988,17 +988,17 @@ declare const Fieldset: {
|
|
|
988
988
|
({
|
|
989
989
|
className,
|
|
990
990
|
...props
|
|
991
|
-
}: FieldsetProps):
|
|
991
|
+
}: FieldsetProps): react_jsx_runtime8.JSX.Element;
|
|
992
992
|
Root: /*elided*/any;
|
|
993
993
|
Legend: ({
|
|
994
994
|
className,
|
|
995
995
|
...props
|
|
996
|
-
}: FieldsetLegendProps) =>
|
|
996
|
+
}: FieldsetLegendProps) => react_jsx_runtime8.JSX.Element;
|
|
997
997
|
};
|
|
998
998
|
interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
|
|
999
999
|
//#endregion
|
|
1000
1000
|
//#region src/components/form/form.variants.d.ts
|
|
1001
|
-
declare const formVariants:
|
|
1001
|
+
declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
1002
1002
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
1003
1003
|
//#endregion
|
|
1004
1004
|
//#region src/components/form/form.d.ts
|
|
@@ -1006,10 +1006,122 @@ interface FormProps extends FormVariants, React.ComponentProps<"form"> {}
|
|
|
1006
1006
|
declare const Form: ({
|
|
1007
1007
|
className,
|
|
1008
1008
|
...props
|
|
1009
|
-
}: FormProps) =>
|
|
1009
|
+
}: FormProps) => react_jsx_runtime8.JSX.Element;
|
|
1010
|
+
//#endregion
|
|
1011
|
+
//#region src/components/icon-button/icon-button.variants.d.ts
|
|
1012
|
+
declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
1013
|
+
isIconOnly: {
|
|
1014
|
+
true: tailwind_merge29.ClassNameValue | {
|
|
1015
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1016
|
+
};
|
|
1017
|
+
};
|
|
1018
|
+
size: {
|
|
1019
|
+
lg: tailwind_merge29.ClassNameValue | {
|
|
1020
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1021
|
+
};
|
|
1022
|
+
md: tailwind_merge29.ClassNameValue | {
|
|
1023
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1024
|
+
};
|
|
1025
|
+
sm: tailwind_merge29.ClassNameValue | {
|
|
1026
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
1029
|
+
variant: {
|
|
1030
|
+
danger: tailwind_merge29.ClassNameValue | {
|
|
1031
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1032
|
+
};
|
|
1033
|
+
ghost: tailwind_merge29.ClassNameValue | {
|
|
1034
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1035
|
+
};
|
|
1036
|
+
outline: tailwind_merge29.ClassNameValue | {
|
|
1037
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1038
|
+
};
|
|
1039
|
+
primary: tailwind_merge29.ClassNameValue | {
|
|
1040
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1041
|
+
};
|
|
1042
|
+
secondary: tailwind_merge29.ClassNameValue | {
|
|
1043
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1044
|
+
};
|
|
1045
|
+
};
|
|
1046
|
+
}, undefined, "icon-button", {
|
|
1047
|
+
isIconOnly: {
|
|
1048
|
+
true: string;
|
|
1049
|
+
};
|
|
1050
|
+
size: {
|
|
1051
|
+
lg: string;
|
|
1052
|
+
md: string;
|
|
1053
|
+
sm: string;
|
|
1054
|
+
};
|
|
1055
|
+
variant: {
|
|
1056
|
+
danger: string;
|
|
1057
|
+
ghost: string;
|
|
1058
|
+
outline: string;
|
|
1059
|
+
primary: string;
|
|
1060
|
+
secondary: string;
|
|
1061
|
+
};
|
|
1062
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1063
|
+
isIconOnly: {
|
|
1064
|
+
true: string;
|
|
1065
|
+
};
|
|
1066
|
+
size: {
|
|
1067
|
+
lg: string;
|
|
1068
|
+
md: string;
|
|
1069
|
+
sm: string;
|
|
1070
|
+
};
|
|
1071
|
+
variant: {
|
|
1072
|
+
danger: string;
|
|
1073
|
+
ghost: string;
|
|
1074
|
+
outline: string;
|
|
1075
|
+
primary: string;
|
|
1076
|
+
secondary: string;
|
|
1077
|
+
};
|
|
1078
|
+
}, undefined, "button", {
|
|
1079
|
+
isIconOnly: {
|
|
1080
|
+
true: string;
|
|
1081
|
+
};
|
|
1082
|
+
size: {
|
|
1083
|
+
lg: string;
|
|
1084
|
+
md: string;
|
|
1085
|
+
sm: string;
|
|
1086
|
+
};
|
|
1087
|
+
variant: {
|
|
1088
|
+
danger: string;
|
|
1089
|
+
ghost: string;
|
|
1090
|
+
outline: string;
|
|
1091
|
+
primary: string;
|
|
1092
|
+
secondary: string;
|
|
1093
|
+
};
|
|
1094
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1095
|
+
isIconOnly: {
|
|
1096
|
+
true: string;
|
|
1097
|
+
};
|
|
1098
|
+
size: {
|
|
1099
|
+
lg: string;
|
|
1100
|
+
md: string;
|
|
1101
|
+
sm: string;
|
|
1102
|
+
};
|
|
1103
|
+
variant: {
|
|
1104
|
+
danger: string;
|
|
1105
|
+
ghost: string;
|
|
1106
|
+
outline: string;
|
|
1107
|
+
primary: string;
|
|
1108
|
+
secondary: string;
|
|
1109
|
+
};
|
|
1110
|
+
}, undefined, "button", unknown, unknown, undefined>>>;
|
|
1111
|
+
type IconButtonVariants = VariantProps<typeof iconButtonVariants>;
|
|
1112
|
+
//#endregion
|
|
1113
|
+
//#region src/components/icon-button/icon-button.d.ts
|
|
1114
|
+
type IconButtonProps = IconButtonVariants & ButtonProps;
|
|
1115
|
+
declare const IconButton: ({
|
|
1116
|
+
className,
|
|
1117
|
+
variant,
|
|
1118
|
+
size,
|
|
1119
|
+
isIconOnly,
|
|
1120
|
+
...props
|
|
1121
|
+
}: IconButtonProps) => react_jsx_runtime8.JSX.Element;
|
|
1010
1122
|
//#endregion
|
|
1011
1123
|
//#region src/components/input/input.variants.d.ts
|
|
1012
|
-
declare const inputVariants:
|
|
1124
|
+
declare const inputVariants: tailwind_variants1.TVReturnType<{
|
|
1013
1125
|
inputSize: {
|
|
1014
1126
|
lg: string;
|
|
1015
1127
|
md: string;
|
|
@@ -1021,7 +1133,7 @@ declare const inputVariants: tailwind_variants63.TVReturnType<{
|
|
|
1021
1133
|
md: string;
|
|
1022
1134
|
sm: string;
|
|
1023
1135
|
};
|
|
1024
|
-
}, undefined,
|
|
1136
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1025
1137
|
inputSize: {
|
|
1026
1138
|
lg: string;
|
|
1027
1139
|
md: string;
|
|
@@ -1036,10 +1148,10 @@ declare const Input: ({
|
|
|
1036
1148
|
className,
|
|
1037
1149
|
inputSize,
|
|
1038
1150
|
...props
|
|
1039
|
-
}: InputProps) =>
|
|
1151
|
+
}: InputProps) => react_jsx_runtime8.JSX.Element;
|
|
1040
1152
|
//#endregion
|
|
1041
1153
|
//#region src/components/label/label.variants.d.ts
|
|
1042
|
-
declare const labelVariants:
|
|
1154
|
+
declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
1043
1155
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
1044
1156
|
//#endregion
|
|
1045
1157
|
//#region src/components/label/label.d.ts
|
|
@@ -1047,10 +1159,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
1047
1159
|
declare const Label: ({
|
|
1048
1160
|
className,
|
|
1049
1161
|
...props
|
|
1050
|
-
}: LabelProps) =>
|
|
1162
|
+
}: LabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1051
1163
|
//#endregion
|
|
1052
1164
|
//#region src/components/link/link.variants.d.ts
|
|
1053
|
-
declare const linkVariants:
|
|
1165
|
+
declare const linkVariants: tailwind_variants1.TVReturnType<{
|
|
1054
1166
|
variant: {
|
|
1055
1167
|
"no-underline": string;
|
|
1056
1168
|
underline: string;
|
|
@@ -1060,7 +1172,7 @@ declare const linkVariants: tailwind_variants63.TVReturnType<{
|
|
|
1060
1172
|
"no-underline": string;
|
|
1061
1173
|
underline: string;
|
|
1062
1174
|
};
|
|
1063
|
-
}, undefined,
|
|
1175
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1064
1176
|
variant: {
|
|
1065
1177
|
"no-underline": string;
|
|
1066
1178
|
underline: string;
|
|
@@ -1074,21 +1186,21 @@ declare const Link: ({
|
|
|
1074
1186
|
className,
|
|
1075
1187
|
variant,
|
|
1076
1188
|
...props
|
|
1077
|
-
}: LinkProps) =>
|
|
1189
|
+
}: LinkProps) => react_jsx_runtime8.JSX.Element;
|
|
1078
1190
|
//#endregion
|
|
1079
1191
|
//#region src/components/list/list.variants.d.ts
|
|
1080
|
-
declare const listVariants:
|
|
1192
|
+
declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
1081
1193
|
[key: string]: {
|
|
1082
|
-
[key: string]:
|
|
1083
|
-
item?:
|
|
1084
|
-
root?:
|
|
1194
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1195
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1196
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1085
1197
|
};
|
|
1086
1198
|
};
|
|
1087
1199
|
} | {
|
|
1088
1200
|
[x: string]: {
|
|
1089
|
-
[x: string]:
|
|
1090
|
-
item?:
|
|
1091
|
-
root?:
|
|
1201
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1202
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1203
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1092
1204
|
};
|
|
1093
1205
|
};
|
|
1094
1206
|
} | {}, {
|
|
@@ -1096,15 +1208,15 @@ declare const listVariants: tailwind_variants63.TVReturnType<{
|
|
|
1096
1208
|
root: string;
|
|
1097
1209
|
}, undefined, {
|
|
1098
1210
|
[key: string]: {
|
|
1099
|
-
[key: string]:
|
|
1100
|
-
item?:
|
|
1101
|
-
root?:
|
|
1211
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1212
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1213
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1102
1214
|
};
|
|
1103
1215
|
};
|
|
1104
1216
|
} | {}, {
|
|
1105
1217
|
item: string;
|
|
1106
1218
|
root: string;
|
|
1107
|
-
},
|
|
1219
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1108
1220
|
item: string;
|
|
1109
1221
|
root: string;
|
|
1110
1222
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1116,56 +1228,56 @@ declare const List: {
|
|
|
1116
1228
|
({
|
|
1117
1229
|
className,
|
|
1118
1230
|
...props
|
|
1119
|
-
}: ListProps):
|
|
1231
|
+
}: ListProps): react_jsx_runtime8.JSX.Element;
|
|
1120
1232
|
Root: /*elided*/any;
|
|
1121
1233
|
Item: ({
|
|
1122
1234
|
className,
|
|
1123
1235
|
...props
|
|
1124
|
-
}: ListItemProps) =>
|
|
1236
|
+
}: ListItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1125
1237
|
};
|
|
1126
1238
|
interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
1127
1239
|
//#endregion
|
|
1128
1240
|
//#region src/components/menu/menu.variants.d.ts
|
|
1129
|
-
declare const menuVariants:
|
|
1241
|
+
declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
1130
1242
|
[key: string]: {
|
|
1131
|
-
[key: string]:
|
|
1132
|
-
item?:
|
|
1133
|
-
root?:
|
|
1134
|
-
trigger?:
|
|
1135
|
-
radioGroup?:
|
|
1136
|
-
backdrop?:
|
|
1137
|
-
popup?:
|
|
1138
|
-
portal?:
|
|
1139
|
-
arrow?:
|
|
1140
|
-
checkboxItem?:
|
|
1141
|
-
group?:
|
|
1142
|
-
groupLabel?:
|
|
1143
|
-
positioner?:
|
|
1144
|
-
radioItem?:
|
|
1145
|
-
separator?:
|
|
1146
|
-
submenu?:
|
|
1147
|
-
submenuTrigger?:
|
|
1243
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1244
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1245
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1246
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1247
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1248
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1249
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1250
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1251
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1252
|
+
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1253
|
+
group?: tailwind_merge29.ClassNameValue;
|
|
1254
|
+
groupLabel?: tailwind_merge29.ClassNameValue;
|
|
1255
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1256
|
+
radioItem?: tailwind_merge29.ClassNameValue;
|
|
1257
|
+
separator?: tailwind_merge29.ClassNameValue;
|
|
1258
|
+
submenu?: tailwind_merge29.ClassNameValue;
|
|
1259
|
+
submenuTrigger?: tailwind_merge29.ClassNameValue;
|
|
1148
1260
|
};
|
|
1149
1261
|
};
|
|
1150
1262
|
} | {
|
|
1151
1263
|
[x: string]: {
|
|
1152
|
-
[x: string]:
|
|
1153
|
-
item?:
|
|
1154
|
-
root?:
|
|
1155
|
-
trigger?:
|
|
1156
|
-
radioGroup?:
|
|
1157
|
-
backdrop?:
|
|
1158
|
-
popup?:
|
|
1159
|
-
portal?:
|
|
1160
|
-
arrow?:
|
|
1161
|
-
checkboxItem?:
|
|
1162
|
-
group?:
|
|
1163
|
-
groupLabel?:
|
|
1164
|
-
positioner?:
|
|
1165
|
-
radioItem?:
|
|
1166
|
-
separator?:
|
|
1167
|
-
submenu?:
|
|
1168
|
-
submenuTrigger?:
|
|
1264
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1265
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1266
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1267
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1268
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1269
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1270
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1271
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1272
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1273
|
+
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1274
|
+
group?: tailwind_merge29.ClassNameValue;
|
|
1275
|
+
groupLabel?: tailwind_merge29.ClassNameValue;
|
|
1276
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1277
|
+
radioItem?: tailwind_merge29.ClassNameValue;
|
|
1278
|
+
separator?: tailwind_merge29.ClassNameValue;
|
|
1279
|
+
submenu?: tailwind_merge29.ClassNameValue;
|
|
1280
|
+
submenuTrigger?: tailwind_merge29.ClassNameValue;
|
|
1169
1281
|
};
|
|
1170
1282
|
};
|
|
1171
1283
|
} | {}, {
|
|
@@ -1187,23 +1299,23 @@ declare const menuVariants: tailwind_variants63.TVReturnType<{
|
|
|
1187
1299
|
trigger: string;
|
|
1188
1300
|
}, undefined, {
|
|
1189
1301
|
[key: string]: {
|
|
1190
|
-
[key: string]:
|
|
1191
|
-
item?:
|
|
1192
|
-
root?:
|
|
1193
|
-
trigger?:
|
|
1194
|
-
radioGroup?:
|
|
1195
|
-
backdrop?:
|
|
1196
|
-
popup?:
|
|
1197
|
-
portal?:
|
|
1198
|
-
arrow?:
|
|
1199
|
-
checkboxItem?:
|
|
1200
|
-
group?:
|
|
1201
|
-
groupLabel?:
|
|
1202
|
-
positioner?:
|
|
1203
|
-
radioItem?:
|
|
1204
|
-
separator?:
|
|
1205
|
-
submenu?:
|
|
1206
|
-
submenuTrigger?:
|
|
1302
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1303
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1304
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1305
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1306
|
+
radioGroup?: tailwind_merge29.ClassNameValue;
|
|
1307
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1308
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1309
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1310
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1311
|
+
checkboxItem?: tailwind_merge29.ClassNameValue;
|
|
1312
|
+
group?: tailwind_merge29.ClassNameValue;
|
|
1313
|
+
groupLabel?: tailwind_merge29.ClassNameValue;
|
|
1314
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1315
|
+
radioItem?: tailwind_merge29.ClassNameValue;
|
|
1316
|
+
separator?: tailwind_merge29.ClassNameValue;
|
|
1317
|
+
submenu?: tailwind_merge29.ClassNameValue;
|
|
1318
|
+
submenuTrigger?: tailwind_merge29.ClassNameValue;
|
|
1207
1319
|
};
|
|
1208
1320
|
};
|
|
1209
1321
|
} | {}, {
|
|
@@ -1223,7 +1335,7 @@ declare const menuVariants: tailwind_variants63.TVReturnType<{
|
|
|
1223
1335
|
submenu: string;
|
|
1224
1336
|
submenuTrigger: string;
|
|
1225
1337
|
trigger: string;
|
|
1226
|
-
},
|
|
1338
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1227
1339
|
arrow: string;
|
|
1228
1340
|
backdrop: string;
|
|
1229
1341
|
checkboxItem: string;
|
|
@@ -1248,67 +1360,67 @@ interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
|
|
|
1248
1360
|
declare const Menu: {
|
|
1249
1361
|
({
|
|
1250
1362
|
...props
|
|
1251
|
-
}: MenuProps):
|
|
1363
|
+
}: MenuProps): react_jsx_runtime8.JSX.Element;
|
|
1252
1364
|
Arrow: ({
|
|
1253
1365
|
className,
|
|
1254
1366
|
...props
|
|
1255
|
-
}: MenuArrowProps) =>
|
|
1367
|
+
}: MenuArrowProps) => react_jsx_runtime8.JSX.Element;
|
|
1256
1368
|
Backdrop: ({
|
|
1257
1369
|
className,
|
|
1258
1370
|
...props
|
|
1259
|
-
}: MenuBackdropProps) =>
|
|
1371
|
+
}: MenuBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
1260
1372
|
CheckboxItem: ({
|
|
1261
1373
|
className,
|
|
1262
1374
|
...props
|
|
1263
|
-
}: MenuCheckboxItemProps) =>
|
|
1375
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1264
1376
|
Group: ({
|
|
1265
1377
|
className,
|
|
1266
1378
|
...props
|
|
1267
|
-
}: MenuGroupProps) =>
|
|
1379
|
+
}: MenuGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
1268
1380
|
GroupLabel: ({
|
|
1269
1381
|
className,
|
|
1270
1382
|
...props
|
|
1271
|
-
}: MenuGroupLabelProps) =>
|
|
1383
|
+
}: MenuGroupLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1272
1384
|
Item: ({
|
|
1273
1385
|
className,
|
|
1274
1386
|
...props
|
|
1275
|
-
}: MenuItemProps) =>
|
|
1387
|
+
}: MenuItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1276
1388
|
Popup: ({
|
|
1277
1389
|
className,
|
|
1278
1390
|
...props
|
|
1279
|
-
}: MenuPopupProps) =>
|
|
1391
|
+
}: MenuPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
1280
1392
|
Portal: ({
|
|
1281
1393
|
className,
|
|
1282
1394
|
...props
|
|
1283
|
-
}: MenuPortalProps) =>
|
|
1395
|
+
}: MenuPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
1284
1396
|
Positioner: ({
|
|
1285
1397
|
className,
|
|
1286
1398
|
...props
|
|
1287
|
-
}: MenuPositionerProps) =>
|
|
1399
|
+
}: MenuPositionerProps) => react_jsx_runtime8.JSX.Element;
|
|
1288
1400
|
RadioGroup: ({
|
|
1289
1401
|
className,
|
|
1290
1402
|
...props
|
|
1291
|
-
}: MenuRadioGroupProps) =>
|
|
1403
|
+
}: MenuRadioGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
1292
1404
|
RadioItem: ({
|
|
1293
1405
|
className,
|
|
1294
1406
|
...props
|
|
1295
|
-
}: MenuRadioItemProps) =>
|
|
1407
|
+
}: MenuRadioItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1296
1408
|
Root: /*elided*/any;
|
|
1297
1409
|
Separator: ({
|
|
1298
1410
|
className,
|
|
1299
1411
|
...props
|
|
1300
|
-
}: MenuSeparatorProps) =>
|
|
1412
|
+
}: MenuSeparatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1301
1413
|
Submenu: ({
|
|
1302
1414
|
...props
|
|
1303
|
-
}: MenuSubmenuProps) =>
|
|
1415
|
+
}: MenuSubmenuProps) => react_jsx_runtime8.JSX.Element;
|
|
1304
1416
|
SubmenuTrigger: ({
|
|
1305
1417
|
className,
|
|
1306
1418
|
...props
|
|
1307
|
-
}: MenuSubmenuTriggerProps) =>
|
|
1419
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
1308
1420
|
Trigger: ({
|
|
1309
1421
|
className,
|
|
1310
1422
|
...props
|
|
1311
|
-
}: MenuTriggerProps) =>
|
|
1423
|
+
}: MenuTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
1312
1424
|
};
|
|
1313
1425
|
interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
|
|
1314
1426
|
interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
|
|
@@ -1327,7 +1439,7 @@ interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
|
|
|
1327
1439
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
|
|
1328
1440
|
//#endregion
|
|
1329
1441
|
//#region src/components/meter/meter.variants.d.ts
|
|
1330
|
-
declare const meterVariants:
|
|
1442
|
+
declare const meterVariants: tailwind_variants1.TVReturnType<{
|
|
1331
1443
|
size: {
|
|
1332
1444
|
lg: {
|
|
1333
1445
|
root: string;
|
|
@@ -1391,7 +1503,7 @@ declare const meterVariants: tailwind_variants63.TVReturnType<{
|
|
|
1391
1503
|
root: string;
|
|
1392
1504
|
track: string;
|
|
1393
1505
|
value: string;
|
|
1394
|
-
},
|
|
1506
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1395
1507
|
size: {
|
|
1396
1508
|
lg: {
|
|
1397
1509
|
root: string;
|
|
@@ -1434,24 +1546,24 @@ declare const Meter: {
|
|
|
1434
1546
|
size,
|
|
1435
1547
|
variant,
|
|
1436
1548
|
...props
|
|
1437
|
-
}: MeterProps):
|
|
1549
|
+
}: MeterProps): react_jsx_runtime8.JSX.Element;
|
|
1438
1550
|
Indicator: ({
|
|
1439
1551
|
className,
|
|
1440
1552
|
...props
|
|
1441
|
-
}: MeterIndicatorProps) =>
|
|
1553
|
+
}: MeterIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1442
1554
|
Label: ({
|
|
1443
1555
|
className,
|
|
1444
1556
|
...props
|
|
1445
|
-
}: MeterLabelProps) =>
|
|
1557
|
+
}: MeterLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1446
1558
|
Root: /*elided*/any;
|
|
1447
1559
|
Track: ({
|
|
1448
1560
|
className,
|
|
1449
1561
|
...props
|
|
1450
|
-
}: MeterTrackProps) =>
|
|
1562
|
+
}: MeterTrackProps) => react_jsx_runtime8.JSX.Element;
|
|
1451
1563
|
Value: ({
|
|
1452
1564
|
className,
|
|
1453
1565
|
...props
|
|
1454
|
-
}: MeterValueProps) =>
|
|
1566
|
+
}: MeterValueProps) => react_jsx_runtime8.JSX.Element;
|
|
1455
1567
|
};
|
|
1456
1568
|
interface MeterLabelProps extends Meter$1.Label.Props {}
|
|
1457
1569
|
interface MeterValueProps extends Meter$1.Value.Props {}
|
|
@@ -1459,30 +1571,30 @@ interface MeterTrackProps extends Meter$1.Track.Props {}
|
|
|
1459
1571
|
interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
|
|
1460
1572
|
//#endregion
|
|
1461
1573
|
//#region src/components/navbar/navbar.variants.d.ts
|
|
1462
|
-
declare const navbarVariants:
|
|
1574
|
+
declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
1463
1575
|
[key: string]: {
|
|
1464
|
-
[key: string]:
|
|
1465
|
-
content?:
|
|
1466
|
-
root?:
|
|
1467
|
-
menu?:
|
|
1468
|
-
container?:
|
|
1469
|
-
list?:
|
|
1470
|
-
listItem?:
|
|
1471
|
-
menuItem?:
|
|
1472
|
-
toggle?:
|
|
1576
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1577
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1578
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1579
|
+
menu?: tailwind_merge29.ClassNameValue;
|
|
1580
|
+
container?: tailwind_merge29.ClassNameValue;
|
|
1581
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
1582
|
+
listItem?: tailwind_merge29.ClassNameValue;
|
|
1583
|
+
menuItem?: tailwind_merge29.ClassNameValue;
|
|
1584
|
+
toggle?: tailwind_merge29.ClassNameValue;
|
|
1473
1585
|
};
|
|
1474
1586
|
};
|
|
1475
1587
|
} | {
|
|
1476
1588
|
[x: string]: {
|
|
1477
|
-
[x: string]:
|
|
1478
|
-
content?:
|
|
1479
|
-
root?:
|
|
1480
|
-
menu?:
|
|
1481
|
-
container?:
|
|
1482
|
-
list?:
|
|
1483
|
-
listItem?:
|
|
1484
|
-
menuItem?:
|
|
1485
|
-
toggle?:
|
|
1589
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1590
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1591
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1592
|
+
menu?: tailwind_merge29.ClassNameValue;
|
|
1593
|
+
container?: tailwind_merge29.ClassNameValue;
|
|
1594
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
1595
|
+
listItem?: tailwind_merge29.ClassNameValue;
|
|
1596
|
+
menuItem?: tailwind_merge29.ClassNameValue;
|
|
1597
|
+
toggle?: tailwind_merge29.ClassNameValue;
|
|
1486
1598
|
};
|
|
1487
1599
|
};
|
|
1488
1600
|
} | {}, {
|
|
@@ -1496,15 +1608,15 @@ declare const navbarVariants: tailwind_variants63.TVReturnType<{
|
|
|
1496
1608
|
toggle: string;
|
|
1497
1609
|
}, undefined, {
|
|
1498
1610
|
[key: string]: {
|
|
1499
|
-
[key: string]:
|
|
1500
|
-
content?:
|
|
1501
|
-
root?:
|
|
1502
|
-
menu?:
|
|
1503
|
-
container?:
|
|
1504
|
-
list?:
|
|
1505
|
-
listItem?:
|
|
1506
|
-
menuItem?:
|
|
1507
|
-
toggle?:
|
|
1611
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1612
|
+
content?: tailwind_merge29.ClassNameValue;
|
|
1613
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1614
|
+
menu?: tailwind_merge29.ClassNameValue;
|
|
1615
|
+
container?: tailwind_merge29.ClassNameValue;
|
|
1616
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
1617
|
+
listItem?: tailwind_merge29.ClassNameValue;
|
|
1618
|
+
menuItem?: tailwind_merge29.ClassNameValue;
|
|
1619
|
+
toggle?: tailwind_merge29.ClassNameValue;
|
|
1508
1620
|
};
|
|
1509
1621
|
};
|
|
1510
1622
|
} | {}, {
|
|
@@ -1516,7 +1628,7 @@ declare const navbarVariants: tailwind_variants63.TVReturnType<{
|
|
|
1516
1628
|
menuItem: string;
|
|
1517
1629
|
root: string;
|
|
1518
1630
|
toggle: string;
|
|
1519
|
-
},
|
|
1631
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1520
1632
|
container: string;
|
|
1521
1633
|
content: string;
|
|
1522
1634
|
list: string;
|
|
@@ -1539,37 +1651,37 @@ declare const Navbar: {
|
|
|
1539
1651
|
isOpen,
|
|
1540
1652
|
onOpenChange,
|
|
1541
1653
|
...props
|
|
1542
|
-
}: NavbarProps):
|
|
1654
|
+
}: NavbarProps): react_jsx_runtime8.JSX.Element;
|
|
1543
1655
|
Root: /*elided*/any;
|
|
1544
1656
|
Container: ({
|
|
1545
1657
|
className,
|
|
1546
1658
|
...props
|
|
1547
|
-
}: NavbarContainerProps) =>
|
|
1659
|
+
}: NavbarContainerProps) => react_jsx_runtime8.JSX.Element;
|
|
1548
1660
|
Content: ({
|
|
1549
1661
|
className,
|
|
1550
1662
|
...props
|
|
1551
|
-
}: NavbarContentProps) =>
|
|
1663
|
+
}: NavbarContentProps) => react_jsx_runtime8.JSX.Element;
|
|
1552
1664
|
List: ({
|
|
1553
1665
|
className,
|
|
1554
1666
|
...props
|
|
1555
|
-
}: NavbarListProps) =>
|
|
1667
|
+
}: NavbarListProps) => react_jsx_runtime8.JSX.Element;
|
|
1556
1668
|
ListItem: ({
|
|
1557
1669
|
className,
|
|
1558
1670
|
...props
|
|
1559
|
-
}: NavbarListItemProps) =>
|
|
1671
|
+
}: NavbarListItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1560
1672
|
Toggle: ({
|
|
1561
1673
|
className,
|
|
1562
1674
|
...props
|
|
1563
|
-
}: NavbarToggleProps) =>
|
|
1675
|
+
}: NavbarToggleProps) => react_jsx_runtime8.JSX.Element;
|
|
1564
1676
|
Menu: ({
|
|
1565
1677
|
className,
|
|
1566
1678
|
header,
|
|
1567
1679
|
...props
|
|
1568
|
-
}: NavbarMenuProps) =>
|
|
1680
|
+
}: NavbarMenuProps) => react_jsx_runtime8.JSX.Element;
|
|
1569
1681
|
MenuItem: ({
|
|
1570
1682
|
className,
|
|
1571
1683
|
...props
|
|
1572
|
-
}: NavbarMenuItemProps) =>
|
|
1684
|
+
}: NavbarMenuItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1573
1685
|
};
|
|
1574
1686
|
interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
|
|
1575
1687
|
interface NavbarContentProps extends React.ComponentProps<"div"> {}
|
|
@@ -1581,25 +1693,172 @@ interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
|
1581
1693
|
}
|
|
1582
1694
|
interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
|
|
1583
1695
|
//#endregion
|
|
1696
|
+
//#region src/components/popover/popover.variants.d.ts
|
|
1697
|
+
declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
1698
|
+
[key: string]: {
|
|
1699
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1700
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1701
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1702
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1703
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1704
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1705
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
1706
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1707
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1708
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
1709
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1710
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1711
|
+
};
|
|
1712
|
+
};
|
|
1713
|
+
} | {
|
|
1714
|
+
[x: string]: {
|
|
1715
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1716
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1717
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1718
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1719
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1720
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1721
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
1722
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1723
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1724
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
1725
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1726
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1727
|
+
};
|
|
1728
|
+
};
|
|
1729
|
+
} | {}, {
|
|
1730
|
+
arrow: string;
|
|
1731
|
+
backdrop: string;
|
|
1732
|
+
close: string;
|
|
1733
|
+
description: string;
|
|
1734
|
+
popup: string;
|
|
1735
|
+
portal: string;
|
|
1736
|
+
positioner: string;
|
|
1737
|
+
root: string;
|
|
1738
|
+
title: string;
|
|
1739
|
+
trigger: string;
|
|
1740
|
+
viewport: string;
|
|
1741
|
+
}, undefined, {
|
|
1742
|
+
[key: string]: {
|
|
1743
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1744
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1745
|
+
trigger?: tailwind_merge29.ClassNameValue;
|
|
1746
|
+
title?: tailwind_merge29.ClassNameValue;
|
|
1747
|
+
description?: tailwind_merge29.ClassNameValue;
|
|
1748
|
+
backdrop?: tailwind_merge29.ClassNameValue;
|
|
1749
|
+
close?: tailwind_merge29.ClassNameValue;
|
|
1750
|
+
popup?: tailwind_merge29.ClassNameValue;
|
|
1751
|
+
portal?: tailwind_merge29.ClassNameValue;
|
|
1752
|
+
viewport?: tailwind_merge29.ClassNameValue;
|
|
1753
|
+
arrow?: tailwind_merge29.ClassNameValue;
|
|
1754
|
+
positioner?: tailwind_merge29.ClassNameValue;
|
|
1755
|
+
};
|
|
1756
|
+
};
|
|
1757
|
+
} | {}, {
|
|
1758
|
+
arrow: string;
|
|
1759
|
+
backdrop: string;
|
|
1760
|
+
close: string;
|
|
1761
|
+
description: string;
|
|
1762
|
+
popup: string;
|
|
1763
|
+
portal: string;
|
|
1764
|
+
positioner: string;
|
|
1765
|
+
root: string;
|
|
1766
|
+
title: string;
|
|
1767
|
+
trigger: string;
|
|
1768
|
+
viewport: string;
|
|
1769
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1770
|
+
arrow: string;
|
|
1771
|
+
backdrop: string;
|
|
1772
|
+
close: string;
|
|
1773
|
+
description: string;
|
|
1774
|
+
popup: string;
|
|
1775
|
+
portal: string;
|
|
1776
|
+
positioner: string;
|
|
1777
|
+
root: string;
|
|
1778
|
+
title: string;
|
|
1779
|
+
trigger: string;
|
|
1780
|
+
viewport: string;
|
|
1781
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
1782
|
+
type PopoverVariants = VariantProps<typeof popoverVariants>;
|
|
1783
|
+
//#endregion
|
|
1784
|
+
//#region src/components/popover/popover.d.ts
|
|
1785
|
+
interface PopoverProps extends PopoverVariants, Popover$1.Root.Props {}
|
|
1786
|
+
declare const Popover: {
|
|
1787
|
+
({
|
|
1788
|
+
...props
|
|
1789
|
+
}: PopoverProps): react_jsx_runtime8.JSX.Element;
|
|
1790
|
+
Root: /*elided*/any;
|
|
1791
|
+
Trigger: ({
|
|
1792
|
+
className,
|
|
1793
|
+
...props
|
|
1794
|
+
}: PopoverTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
1795
|
+
Portal: ({
|
|
1796
|
+
className,
|
|
1797
|
+
...props
|
|
1798
|
+
}: PopoverPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
1799
|
+
Backdrop: ({
|
|
1800
|
+
className,
|
|
1801
|
+
...props
|
|
1802
|
+
}: PopoverBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
1803
|
+
Positioner: ({
|
|
1804
|
+
className,
|
|
1805
|
+
...props
|
|
1806
|
+
}: PopoverPositionerProps) => react_jsx_runtime8.JSX.Element;
|
|
1807
|
+
Popup: ({
|
|
1808
|
+
className,
|
|
1809
|
+
...props
|
|
1810
|
+
}: PopoverPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
1811
|
+
Arrow: ({
|
|
1812
|
+
className,
|
|
1813
|
+
...props
|
|
1814
|
+
}: PopoverArrowProps) => react_jsx_runtime8.JSX.Element;
|
|
1815
|
+
Viewport: ({
|
|
1816
|
+
className,
|
|
1817
|
+
...props
|
|
1818
|
+
}: PopoverViewportProps) => react_jsx_runtime8.JSX.Element;
|
|
1819
|
+
Title: ({
|
|
1820
|
+
className,
|
|
1821
|
+
...props
|
|
1822
|
+
}: PopoverTitleProps) => react_jsx_runtime8.JSX.Element;
|
|
1823
|
+
Description: ({
|
|
1824
|
+
className,
|
|
1825
|
+
...props
|
|
1826
|
+
}: PopoverDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
1827
|
+
Close: ({
|
|
1828
|
+
className,
|
|
1829
|
+
...props
|
|
1830
|
+
}: PopoverCloseProps) => react_jsx_runtime8.JSX.Element;
|
|
1831
|
+
};
|
|
1832
|
+
interface PopoverTriggerProps extends Popover$1.Trigger.Props {}
|
|
1833
|
+
interface PopoverPortalProps extends Popover$1.Portal.Props {}
|
|
1834
|
+
interface PopoverBackdropProps extends Popover$1.Backdrop.Props {}
|
|
1835
|
+
interface PopoverPositionerProps extends Popover$1.Positioner.Props {}
|
|
1836
|
+
interface PopoverPopupProps extends Popover$1.Popup.Props {}
|
|
1837
|
+
interface PopoverArrowProps extends Popover$1.Arrow.Props {}
|
|
1838
|
+
interface PopoverViewportProps extends Popover$1.Viewport.Props {}
|
|
1839
|
+
interface PopoverTitleProps extends Popover$1.Title.Props {}
|
|
1840
|
+
interface PopoverDescriptionProps extends Popover$1.Description.Props {}
|
|
1841
|
+
interface PopoverCloseProps extends Popover$1.Close.Props {}
|
|
1842
|
+
//#endregion
|
|
1584
1843
|
//#region src/components/progress/progress.variants.d.ts
|
|
1585
|
-
declare const progressVariants:
|
|
1844
|
+
declare const progressVariants: tailwind_variants1.TVReturnType<{
|
|
1586
1845
|
[key: string]: {
|
|
1587
|
-
[key: string]:
|
|
1588
|
-
root?:
|
|
1589
|
-
label?:
|
|
1590
|
-
track?:
|
|
1591
|
-
value?:
|
|
1592
|
-
indicator?:
|
|
1846
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1847
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1848
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
1849
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1850
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1851
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1593
1852
|
};
|
|
1594
1853
|
};
|
|
1595
1854
|
} | {
|
|
1596
1855
|
[x: string]: {
|
|
1597
|
-
[x: string]:
|
|
1598
|
-
root?:
|
|
1599
|
-
label?:
|
|
1600
|
-
track?:
|
|
1601
|
-
value?:
|
|
1602
|
-
indicator?:
|
|
1856
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1857
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1858
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
1859
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1860
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1861
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1603
1862
|
};
|
|
1604
1863
|
};
|
|
1605
1864
|
} | {}, {
|
|
@@ -1610,12 +1869,12 @@ declare const progressVariants: tailwind_variants63.TVReturnType<{
|
|
|
1610
1869
|
value: string;
|
|
1611
1870
|
}, undefined, {
|
|
1612
1871
|
[key: string]: {
|
|
1613
|
-
[key: string]:
|
|
1614
|
-
root?:
|
|
1615
|
-
label?:
|
|
1616
|
-
track?:
|
|
1617
|
-
value?:
|
|
1618
|
-
indicator?:
|
|
1872
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1873
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1874
|
+
label?: tailwind_merge29.ClassNameValue;
|
|
1875
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1876
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1877
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1619
1878
|
};
|
|
1620
1879
|
};
|
|
1621
1880
|
} | {}, {
|
|
@@ -1624,7 +1883,7 @@ declare const progressVariants: tailwind_variants63.TVReturnType<{
|
|
|
1624
1883
|
root: string;
|
|
1625
1884
|
track: string;
|
|
1626
1885
|
value: string;
|
|
1627
|
-
},
|
|
1886
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1628
1887
|
indicator: string;
|
|
1629
1888
|
label: string;
|
|
1630
1889
|
root: string;
|
|
@@ -1639,28 +1898,28 @@ declare const Progress: {
|
|
|
1639
1898
|
({
|
|
1640
1899
|
className,
|
|
1641
1900
|
...props
|
|
1642
|
-
}: ProgressProps):
|
|
1901
|
+
}: ProgressProps): react_jsx_runtime8.JSX.Element;
|
|
1643
1902
|
Label: ({
|
|
1644
1903
|
className,
|
|
1645
1904
|
...props
|
|
1646
|
-
}: Progress$1.Label.Props) =>
|
|
1905
|
+
}: Progress$1.Label.Props) => react_jsx_runtime8.JSX.Element;
|
|
1647
1906
|
Value: ({
|
|
1648
1907
|
className,
|
|
1649
1908
|
...props
|
|
1650
|
-
}: Progress$1.Value.Props) =>
|
|
1909
|
+
}: Progress$1.Value.Props) => react_jsx_runtime8.JSX.Element;
|
|
1651
1910
|
Track: ({
|
|
1652
1911
|
className,
|
|
1653
1912
|
...props
|
|
1654
|
-
}: Progress$1.Track.Props) =>
|
|
1913
|
+
}: Progress$1.Track.Props) => react_jsx_runtime8.JSX.Element;
|
|
1655
1914
|
Indicator: ({
|
|
1656
1915
|
className,
|
|
1657
1916
|
...props
|
|
1658
|
-
}: Progress$1.Indicator.Props) =>
|
|
1917
|
+
}: Progress$1.Indicator.Props) => react_jsx_runtime8.JSX.Element;
|
|
1659
1918
|
Root: /*elided*/any;
|
|
1660
1919
|
};
|
|
1661
1920
|
//#endregion
|
|
1662
1921
|
//#region src/components/separator/separator.variants.d.ts
|
|
1663
|
-
declare const separatorVariants:
|
|
1922
|
+
declare const separatorVariants: tailwind_variants1.TVReturnType<{
|
|
1664
1923
|
orientation: {
|
|
1665
1924
|
horizontal: string;
|
|
1666
1925
|
vertical: string;
|
|
@@ -1670,7 +1929,7 @@ declare const separatorVariants: tailwind_variants63.TVReturnType<{
|
|
|
1670
1929
|
horizontal: string;
|
|
1671
1930
|
vertical: string;
|
|
1672
1931
|
};
|
|
1673
|
-
}, undefined,
|
|
1932
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1674
1933
|
orientation: {
|
|
1675
1934
|
horizontal: string;
|
|
1676
1935
|
vertical: string;
|
|
@@ -1684,29 +1943,29 @@ declare const Separator: ({
|
|
|
1684
1943
|
className,
|
|
1685
1944
|
orientation,
|
|
1686
1945
|
...props
|
|
1687
|
-
}: SeparatorProps) =>
|
|
1946
|
+
}: SeparatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1688
1947
|
//#endregion
|
|
1689
1948
|
//#region src/components/slider/slider.variants.d.ts
|
|
1690
|
-
declare const sliderVariants:
|
|
1949
|
+
declare const sliderVariants: tailwind_variants1.TVReturnType<{
|
|
1691
1950
|
[key: string]: {
|
|
1692
|
-
[key: string]:
|
|
1693
|
-
root?:
|
|
1694
|
-
track?:
|
|
1695
|
-
value?:
|
|
1696
|
-
indicator?:
|
|
1697
|
-
control?:
|
|
1698
|
-
thumb?:
|
|
1951
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1952
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1953
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1954
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1955
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1956
|
+
control?: tailwind_merge29.ClassNameValue;
|
|
1957
|
+
thumb?: tailwind_merge29.ClassNameValue;
|
|
1699
1958
|
};
|
|
1700
1959
|
};
|
|
1701
1960
|
} | {
|
|
1702
1961
|
[x: string]: {
|
|
1703
|
-
[x: string]:
|
|
1704
|
-
root?:
|
|
1705
|
-
track?:
|
|
1706
|
-
value?:
|
|
1707
|
-
indicator?:
|
|
1708
|
-
control?:
|
|
1709
|
-
thumb?:
|
|
1962
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1963
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1964
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1965
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1966
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1967
|
+
control?: tailwind_merge29.ClassNameValue;
|
|
1968
|
+
thumb?: tailwind_merge29.ClassNameValue;
|
|
1710
1969
|
};
|
|
1711
1970
|
};
|
|
1712
1971
|
} | {}, {
|
|
@@ -1718,13 +1977,13 @@ declare const sliderVariants: tailwind_variants63.TVReturnType<{
|
|
|
1718
1977
|
value: string;
|
|
1719
1978
|
}, undefined, {
|
|
1720
1979
|
[key: string]: {
|
|
1721
|
-
[key: string]:
|
|
1722
|
-
root?:
|
|
1723
|
-
track?:
|
|
1724
|
-
value?:
|
|
1725
|
-
indicator?:
|
|
1726
|
-
control?:
|
|
1727
|
-
thumb?:
|
|
1980
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1981
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
1982
|
+
track?: tailwind_merge29.ClassNameValue;
|
|
1983
|
+
value?: tailwind_merge29.ClassNameValue;
|
|
1984
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
1985
|
+
control?: tailwind_merge29.ClassNameValue;
|
|
1986
|
+
thumb?: tailwind_merge29.ClassNameValue;
|
|
1728
1987
|
};
|
|
1729
1988
|
};
|
|
1730
1989
|
} | {}, {
|
|
@@ -1734,7 +1993,7 @@ declare const sliderVariants: tailwind_variants63.TVReturnType<{
|
|
|
1734
1993
|
thumb: string;
|
|
1735
1994
|
track: string;
|
|
1736
1995
|
value: string;
|
|
1737
|
-
},
|
|
1996
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1738
1997
|
control: string;
|
|
1739
1998
|
indicator: string;
|
|
1740
1999
|
root: string;
|
|
@@ -1750,32 +2009,32 @@ declare const Slider: {
|
|
|
1750
2009
|
({
|
|
1751
2010
|
className,
|
|
1752
2011
|
...props
|
|
1753
|
-
}: SliderProps):
|
|
2012
|
+
}: SliderProps): react_jsx_runtime8.JSX.Element;
|
|
1754
2013
|
Value: ({
|
|
1755
2014
|
className,
|
|
1756
2015
|
...props
|
|
1757
|
-
}: Slider$1.Value.Props) =>
|
|
2016
|
+
}: Slider$1.Value.Props) => react_jsx_runtime8.JSX.Element;
|
|
1758
2017
|
Control: ({
|
|
1759
2018
|
className,
|
|
1760
2019
|
...props
|
|
1761
|
-
}: Slider$1.Control.Props) =>
|
|
2020
|
+
}: Slider$1.Control.Props) => react_jsx_runtime8.JSX.Element;
|
|
1762
2021
|
Track: ({
|
|
1763
2022
|
className,
|
|
1764
2023
|
...props
|
|
1765
|
-
}: Slider$1.Track.Props) =>
|
|
2024
|
+
}: Slider$1.Track.Props) => react_jsx_runtime8.JSX.Element;
|
|
1766
2025
|
Indicator: ({
|
|
1767
2026
|
className,
|
|
1768
2027
|
...props
|
|
1769
|
-
}: Slider$1.Indicator.Props) =>
|
|
2028
|
+
}: Slider$1.Indicator.Props) => react_jsx_runtime8.JSX.Element;
|
|
1770
2029
|
Thumb: ({
|
|
1771
2030
|
className,
|
|
1772
2031
|
...props
|
|
1773
|
-
}: Slider$1.Thumb.Props) =>
|
|
2032
|
+
}: Slider$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
|
|
1774
2033
|
Root: /*elided*/any;
|
|
1775
2034
|
};
|
|
1776
2035
|
//#endregion
|
|
1777
2036
|
//#region src/components/switch/switch.variants.d.ts
|
|
1778
|
-
declare const switchVariants:
|
|
2037
|
+
declare const switchVariants: tailwind_variants1.TVReturnType<{
|
|
1779
2038
|
size: {
|
|
1780
2039
|
lg: {
|
|
1781
2040
|
root: string;
|
|
@@ -1805,7 +2064,7 @@ declare const switchVariants: tailwind_variants63.TVReturnType<{
|
|
|
1805
2064
|
}, {
|
|
1806
2065
|
root: string;
|
|
1807
2066
|
thumb: string;
|
|
1808
|
-
},
|
|
2067
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1809
2068
|
size: {
|
|
1810
2069
|
lg: {
|
|
1811
2070
|
root: string;
|
|
@@ -1830,37 +2089,37 @@ declare const Switch: {
|
|
|
1830
2089
|
className,
|
|
1831
2090
|
size,
|
|
1832
2091
|
...props
|
|
1833
|
-
}: SwitchProps):
|
|
2092
|
+
}: SwitchProps): react_jsx_runtime8.JSX.Element;
|
|
1834
2093
|
Thumb: ({
|
|
1835
2094
|
className,
|
|
1836
2095
|
...props
|
|
1837
|
-
}: Switch$1.Thumb.Props) =>
|
|
2096
|
+
}: Switch$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
|
|
1838
2097
|
Root: /*elided*/any;
|
|
1839
2098
|
};
|
|
1840
2099
|
//#endregion
|
|
1841
2100
|
//#region src/components/table/table.variants.d.ts
|
|
1842
|
-
declare const tableVariants:
|
|
2101
|
+
declare const tableVariants: tailwind_variants1.TVReturnType<{
|
|
1843
2102
|
[key: string]: {
|
|
1844
|
-
[key: string]:
|
|
1845
|
-
root?:
|
|
1846
|
-
tbody?:
|
|
1847
|
-
td?:
|
|
1848
|
-
tfoot?:
|
|
1849
|
-
th?:
|
|
1850
|
-
thead?:
|
|
1851
|
-
tr?:
|
|
2103
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2104
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2105
|
+
tbody?: tailwind_merge29.ClassNameValue;
|
|
2106
|
+
td?: tailwind_merge29.ClassNameValue;
|
|
2107
|
+
tfoot?: tailwind_merge29.ClassNameValue;
|
|
2108
|
+
th?: tailwind_merge29.ClassNameValue;
|
|
2109
|
+
thead?: tailwind_merge29.ClassNameValue;
|
|
2110
|
+
tr?: tailwind_merge29.ClassNameValue;
|
|
1852
2111
|
};
|
|
1853
2112
|
};
|
|
1854
2113
|
} | {
|
|
1855
2114
|
[x: string]: {
|
|
1856
|
-
[x: string]:
|
|
1857
|
-
root?:
|
|
1858
|
-
tbody?:
|
|
1859
|
-
td?:
|
|
1860
|
-
tfoot?:
|
|
1861
|
-
th?:
|
|
1862
|
-
thead?:
|
|
1863
|
-
tr?:
|
|
2115
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
2116
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2117
|
+
tbody?: tailwind_merge29.ClassNameValue;
|
|
2118
|
+
td?: tailwind_merge29.ClassNameValue;
|
|
2119
|
+
tfoot?: tailwind_merge29.ClassNameValue;
|
|
2120
|
+
th?: tailwind_merge29.ClassNameValue;
|
|
2121
|
+
thead?: tailwind_merge29.ClassNameValue;
|
|
2122
|
+
tr?: tailwind_merge29.ClassNameValue;
|
|
1864
2123
|
};
|
|
1865
2124
|
};
|
|
1866
2125
|
} | {}, {
|
|
@@ -1873,14 +2132,14 @@ declare const tableVariants: tailwind_variants63.TVReturnType<{
|
|
|
1873
2132
|
tr: string;
|
|
1874
2133
|
}, undefined, {
|
|
1875
2134
|
[key: string]: {
|
|
1876
|
-
[key: string]:
|
|
1877
|
-
root?:
|
|
1878
|
-
tbody?:
|
|
1879
|
-
td?:
|
|
1880
|
-
tfoot?:
|
|
1881
|
-
th?:
|
|
1882
|
-
thead?:
|
|
1883
|
-
tr?:
|
|
2135
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2136
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2137
|
+
tbody?: tailwind_merge29.ClassNameValue;
|
|
2138
|
+
td?: tailwind_merge29.ClassNameValue;
|
|
2139
|
+
tfoot?: tailwind_merge29.ClassNameValue;
|
|
2140
|
+
th?: tailwind_merge29.ClassNameValue;
|
|
2141
|
+
thead?: tailwind_merge29.ClassNameValue;
|
|
2142
|
+
tr?: tailwind_merge29.ClassNameValue;
|
|
1884
2143
|
};
|
|
1885
2144
|
};
|
|
1886
2145
|
} | {}, {
|
|
@@ -1891,7 +2150,7 @@ declare const tableVariants: tailwind_variants63.TVReturnType<{
|
|
|
1891
2150
|
th: string;
|
|
1892
2151
|
thead: string;
|
|
1893
2152
|
tr: string;
|
|
1894
|
-
},
|
|
2153
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1895
2154
|
root: string;
|
|
1896
2155
|
tbody: string;
|
|
1897
2156
|
td: string;
|
|
@@ -1908,32 +2167,32 @@ declare const Table: {
|
|
|
1908
2167
|
({
|
|
1909
2168
|
className,
|
|
1910
2169
|
...props
|
|
1911
|
-
}: TableProps):
|
|
2170
|
+
}: TableProps): react_jsx_runtime8.JSX.Element;
|
|
1912
2171
|
Root: /*elided*/any;
|
|
1913
2172
|
Head: ({
|
|
1914
2173
|
className,
|
|
1915
2174
|
...props
|
|
1916
|
-
}: TableHeadProps) =>
|
|
2175
|
+
}: TableHeadProps) => react_jsx_runtime8.JSX.Element;
|
|
1917
2176
|
Row: ({
|
|
1918
2177
|
className,
|
|
1919
2178
|
...props
|
|
1920
|
-
}: TableRowProps) =>
|
|
2179
|
+
}: TableRowProps) => react_jsx_runtime8.JSX.Element;
|
|
1921
2180
|
HeaderCell: ({
|
|
1922
2181
|
className,
|
|
1923
2182
|
...props
|
|
1924
|
-
}: TableHeaderCellProps) =>
|
|
2183
|
+
}: TableHeaderCellProps) => react_jsx_runtime8.JSX.Element;
|
|
1925
2184
|
Body: ({
|
|
1926
2185
|
className,
|
|
1927
2186
|
...props
|
|
1928
|
-
}: TableBodyProps) =>
|
|
2187
|
+
}: TableBodyProps) => react_jsx_runtime8.JSX.Element;
|
|
1929
2188
|
DataCell: ({
|
|
1930
2189
|
className,
|
|
1931
2190
|
...props
|
|
1932
|
-
}: TableDataCellProps) =>
|
|
2191
|
+
}: TableDataCellProps) => react_jsx_runtime8.JSX.Element;
|
|
1933
2192
|
Footer: ({
|
|
1934
2193
|
className,
|
|
1935
2194
|
...props
|
|
1936
|
-
}: TableFooterProps) =>
|
|
2195
|
+
}: TableFooterProps) => react_jsx_runtime8.JSX.Element;
|
|
1937
2196
|
};
|
|
1938
2197
|
interface TableHeadProps extends React.ComponentProps<"thead"> {}
|
|
1939
2198
|
interface TableRowProps extends React.ComponentProps<"tr"> {}
|
|
@@ -1943,24 +2202,24 @@ interface TableDataCellProps extends React.ComponentProps<"td"> {}
|
|
|
1943
2202
|
interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
1944
2203
|
//#endregion
|
|
1945
2204
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
1946
|
-
declare const tabsVariants:
|
|
2205
|
+
declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
1947
2206
|
[key: string]: {
|
|
1948
|
-
[key: string]:
|
|
1949
|
-
panel?:
|
|
1950
|
-
root?:
|
|
1951
|
-
indicator?:
|
|
1952
|
-
list?:
|
|
1953
|
-
tab?:
|
|
2207
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2208
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2209
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2210
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
2211
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
2212
|
+
tab?: tailwind_merge29.ClassNameValue;
|
|
1954
2213
|
};
|
|
1955
2214
|
};
|
|
1956
2215
|
} | {
|
|
1957
2216
|
[x: string]: {
|
|
1958
|
-
[x: string]:
|
|
1959
|
-
panel?:
|
|
1960
|
-
root?:
|
|
1961
|
-
indicator?:
|
|
1962
|
-
list?:
|
|
1963
|
-
tab?:
|
|
2217
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
2218
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2219
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2220
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
2221
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
2222
|
+
tab?: tailwind_merge29.ClassNameValue;
|
|
1964
2223
|
};
|
|
1965
2224
|
};
|
|
1966
2225
|
} | {}, {
|
|
@@ -1971,12 +2230,12 @@ declare const tabsVariants: tailwind_variants63.TVReturnType<{
|
|
|
1971
2230
|
tab: string;
|
|
1972
2231
|
}, undefined, {
|
|
1973
2232
|
[key: string]: {
|
|
1974
|
-
[key: string]:
|
|
1975
|
-
panel?:
|
|
1976
|
-
root?:
|
|
1977
|
-
indicator?:
|
|
1978
|
-
list?:
|
|
1979
|
-
tab?:
|
|
2233
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
2234
|
+
panel?: tailwind_merge29.ClassNameValue;
|
|
2235
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
2236
|
+
indicator?: tailwind_merge29.ClassNameValue;
|
|
2237
|
+
list?: tailwind_merge29.ClassNameValue;
|
|
2238
|
+
tab?: tailwind_merge29.ClassNameValue;
|
|
1980
2239
|
};
|
|
1981
2240
|
};
|
|
1982
2241
|
} | {}, {
|
|
@@ -1985,7 +2244,7 @@ declare const tabsVariants: tailwind_variants63.TVReturnType<{
|
|
|
1985
2244
|
panel: string;
|
|
1986
2245
|
root: string;
|
|
1987
2246
|
tab: string;
|
|
1988
|
-
},
|
|
2247
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1989
2248
|
indicator: string;
|
|
1990
2249
|
list: string;
|
|
1991
2250
|
panel: string;
|
|
@@ -2000,23 +2259,23 @@ declare const Tabs: {
|
|
|
2000
2259
|
({
|
|
2001
2260
|
className,
|
|
2002
2261
|
...props
|
|
2003
|
-
}: TabsProps):
|
|
2262
|
+
}: TabsProps): react_jsx_runtime8.JSX.Element;
|
|
2004
2263
|
List: ({
|
|
2005
2264
|
className,
|
|
2006
2265
|
...props
|
|
2007
|
-
}: TabsListProps) =>
|
|
2266
|
+
}: TabsListProps) => react_jsx_runtime8.JSX.Element;
|
|
2008
2267
|
Tab: ({
|
|
2009
2268
|
className,
|
|
2010
2269
|
...props
|
|
2011
|
-
}: TabsTabProps) =>
|
|
2270
|
+
}: TabsTabProps) => react_jsx_runtime8.JSX.Element;
|
|
2012
2271
|
Indicator: ({
|
|
2013
2272
|
className,
|
|
2014
2273
|
...props
|
|
2015
|
-
}: TabsIndicatorProps) =>
|
|
2274
|
+
}: TabsIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
2016
2275
|
Panel: ({
|
|
2017
2276
|
className,
|
|
2018
2277
|
...props
|
|
2019
|
-
}: TabsPanelProps) =>
|
|
2278
|
+
}: TabsPanelProps) => react_jsx_runtime8.JSX.Element;
|
|
2020
2279
|
Root: /*elided*/any;
|
|
2021
2280
|
};
|
|
2022
2281
|
interface TabsListProps extends Tabs$1.List.Props {}
|
|
@@ -2025,7 +2284,7 @@ interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
|
|
|
2025
2284
|
interface TabsPanelProps extends Tabs$1.Panel.Props {}
|
|
2026
2285
|
//#endregion
|
|
2027
2286
|
//#region src/components/text/text.variants.d.ts
|
|
2028
|
-
declare const textVariants:
|
|
2287
|
+
declare const textVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
|
|
2029
2288
|
type TextVariants = VariantProps<typeof textVariants>;
|
|
2030
2289
|
//#endregion
|
|
2031
2290
|
//#region src/components/text/text.d.ts
|
|
@@ -2033,19 +2292,19 @@ interface TextProps extends TextVariants, React.ComponentProps<"div"> {}
|
|
|
2033
2292
|
declare const Text: ({
|
|
2034
2293
|
className,
|
|
2035
2294
|
...props
|
|
2036
|
-
}: TextProps) =>
|
|
2295
|
+
}: TextProps) => react_jsx_runtime8.JSX.Element;
|
|
2037
2296
|
//#endregion
|
|
2038
2297
|
//#region src/components/textarea/textarea.variants.d.ts
|
|
2039
|
-
declare const textareaVariants:
|
|
2298
|
+
declare const textareaVariants: tailwind_variants1.TVReturnType<{} | {
|
|
2040
2299
|
inputSize: {
|
|
2041
|
-
lg:
|
|
2042
|
-
base?:
|
|
2300
|
+
lg: tailwind_merge29.ClassNameValue | {
|
|
2301
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2043
2302
|
};
|
|
2044
|
-
md:
|
|
2045
|
-
base?:
|
|
2303
|
+
md: tailwind_merge29.ClassNameValue | {
|
|
2304
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2046
2305
|
};
|
|
2047
|
-
sm:
|
|
2048
|
-
base?:
|
|
2306
|
+
sm: tailwind_merge29.ClassNameValue | {
|
|
2307
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2049
2308
|
};
|
|
2050
2309
|
};
|
|
2051
2310
|
}, undefined, "textarea", {
|
|
@@ -2054,7 +2313,7 @@ declare const textareaVariants: tailwind_variants63.TVReturnType<{} | {
|
|
|
2054
2313
|
md: string;
|
|
2055
2314
|
sm: string;
|
|
2056
2315
|
};
|
|
2057
|
-
}, undefined,
|
|
2316
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2058
2317
|
inputSize: {
|
|
2059
2318
|
lg: string;
|
|
2060
2319
|
md: string;
|
|
@@ -2066,7 +2325,7 @@ declare const textareaVariants: tailwind_variants63.TVReturnType<{} | {
|
|
|
2066
2325
|
md: string;
|
|
2067
2326
|
sm: string;
|
|
2068
2327
|
};
|
|
2069
|
-
}, undefined,
|
|
2328
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2070
2329
|
inputSize: {
|
|
2071
2330
|
lg: string;
|
|
2072
2331
|
md: string;
|
|
@@ -2080,41 +2339,41 @@ interface TextareaProps extends TextareaVariants, React.ComponentProps<"textarea
|
|
|
2080
2339
|
declare const Textarea: ({
|
|
2081
2340
|
className,
|
|
2082
2341
|
...props
|
|
2083
|
-
}: TextareaProps) =>
|
|
2342
|
+
}: TextareaProps) => react_jsx_runtime8.JSX.Element;
|
|
2084
2343
|
//#endregion
|
|
2085
2344
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
2086
|
-
declare const toggleButtonVariants:
|
|
2345
|
+
declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
2087
2346
|
isIconOnly: {
|
|
2088
|
-
true:
|
|
2089
|
-
base?:
|
|
2347
|
+
true: tailwind_merge29.ClassNameValue | {
|
|
2348
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2090
2349
|
};
|
|
2091
2350
|
};
|
|
2092
2351
|
size: {
|
|
2093
|
-
lg:
|
|
2094
|
-
base?:
|
|
2352
|
+
lg: tailwind_merge29.ClassNameValue | {
|
|
2353
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2095
2354
|
};
|
|
2096
|
-
md:
|
|
2097
|
-
base?:
|
|
2355
|
+
md: tailwind_merge29.ClassNameValue | {
|
|
2356
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2098
2357
|
};
|
|
2099
|
-
sm:
|
|
2100
|
-
base?:
|
|
2358
|
+
sm: tailwind_merge29.ClassNameValue | {
|
|
2359
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2101
2360
|
};
|
|
2102
2361
|
};
|
|
2103
2362
|
variant: {
|
|
2104
|
-
danger:
|
|
2105
|
-
base?:
|
|
2363
|
+
danger: tailwind_merge29.ClassNameValue | {
|
|
2364
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2106
2365
|
};
|
|
2107
|
-
ghost:
|
|
2108
|
-
base?:
|
|
2366
|
+
ghost: tailwind_merge29.ClassNameValue | {
|
|
2367
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2109
2368
|
};
|
|
2110
|
-
outline:
|
|
2111
|
-
base?:
|
|
2369
|
+
outline: tailwind_merge29.ClassNameValue | {
|
|
2370
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2112
2371
|
};
|
|
2113
|
-
primary:
|
|
2114
|
-
base?:
|
|
2372
|
+
primary: tailwind_merge29.ClassNameValue | {
|
|
2373
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2115
2374
|
};
|
|
2116
|
-
secondary:
|
|
2117
|
-
base?:
|
|
2375
|
+
secondary: tailwind_merge29.ClassNameValue | {
|
|
2376
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
2118
2377
|
};
|
|
2119
2378
|
};
|
|
2120
2379
|
}, undefined, "toggle-button", {
|
|
@@ -2133,7 +2392,7 @@ declare const toggleButtonVariants: tailwind_variants63.TVReturnType<{} | {
|
|
|
2133
2392
|
primary: string;
|
|
2134
2393
|
secondary: string;
|
|
2135
2394
|
};
|
|
2136
|
-
}, undefined,
|
|
2395
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2137
2396
|
isIconOnly: {
|
|
2138
2397
|
true: string;
|
|
2139
2398
|
};
|
|
@@ -2165,7 +2424,7 @@ declare const toggleButtonVariants: tailwind_variants63.TVReturnType<{} | {
|
|
|
2165
2424
|
primary: string;
|
|
2166
2425
|
secondary: string;
|
|
2167
2426
|
};
|
|
2168
|
-
}, undefined,
|
|
2427
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2169
2428
|
isIconOnly: {
|
|
2170
2429
|
true: string;
|
|
2171
2430
|
};
|
|
@@ -2191,7 +2450,7 @@ declare const ToggleButton: ({
|
|
|
2191
2450
|
variant,
|
|
2192
2451
|
size,
|
|
2193
2452
|
...props
|
|
2194
|
-
}: ToggleButtonProps) =>
|
|
2453
|
+
}: ToggleButtonProps) => react_jsx_runtime8.JSX.Element;
|
|
2195
2454
|
//#endregion
|
|
2196
|
-
export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Progress, ProgressVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
|
|
2455
|
+
export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonProps, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, Drawer, DrawerVariants, Field, FieldVariants, Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, List, ListVariants, Menu, MenuVariants, Meter, MeterVariants, Navbar, NavbarVariants, Popover, PopoverVariants, Progress, ProgressVariants, Separator, SeparatorVariants, Slider, SliderVariants, Switch, SwitchVariants, Table, TableVariants, Tabs, TabsVariants, Text, TextVariants, Textarea, TextareaVariants, ToggleButton, ToggleButtonVariants, accordionVariants, alertDialogVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, separatorVariants, sliderVariants, switchVariants, tableVariants, tabsVariants, textVariants, textareaVariants, toggleButtonVariants };
|
|
2197
2456
|
//# sourceMappingURL=index.d.cts.map
|