@fea-ui/react 0.1.0-alpha.4 → 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 +293 -27
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +866 -474
- package/dist/index.d.mts +401 -9
- package/dist/index.mjs +290 -30
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -5
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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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_variants0.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 {}
|
|
@@ -729,8 +729,138 @@ interface DialogTitleProps extends Dialog$1.Title.Props {}
|
|
|
729
729
|
interface DialogDescriptionProps extends Dialog$1.Description.Props {}
|
|
730
730
|
interface DialogCloseProps extends Dialog$1.Close.Props {}
|
|
731
731
|
//#endregion
|
|
732
|
+
//#region src/components/drawer/drawer.variants.d.ts
|
|
733
|
+
declare const drawerVariants: tailwind_variants1.TVReturnType<{
|
|
734
|
+
position: {
|
|
735
|
+
bottom: {
|
|
736
|
+
popup: string;
|
|
737
|
+
};
|
|
738
|
+
left: {
|
|
739
|
+
popup: string;
|
|
740
|
+
};
|
|
741
|
+
right: {
|
|
742
|
+
popup: string;
|
|
743
|
+
};
|
|
744
|
+
top: {
|
|
745
|
+
popup: string;
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
}, {
|
|
749
|
+
backdrop: string;
|
|
750
|
+
close: string;
|
|
751
|
+
description: string;
|
|
752
|
+
popup: string;
|
|
753
|
+
portal: string;
|
|
754
|
+
root: string;
|
|
755
|
+
title: string;
|
|
756
|
+
trigger: string;
|
|
757
|
+
viewport: string;
|
|
758
|
+
}, undefined, {
|
|
759
|
+
position: {
|
|
760
|
+
bottom: {
|
|
761
|
+
popup: string;
|
|
762
|
+
};
|
|
763
|
+
left: {
|
|
764
|
+
popup: string;
|
|
765
|
+
};
|
|
766
|
+
right: {
|
|
767
|
+
popup: string;
|
|
768
|
+
};
|
|
769
|
+
top: {
|
|
770
|
+
popup: string;
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
}, {
|
|
774
|
+
backdrop: string;
|
|
775
|
+
close: string;
|
|
776
|
+
description: string;
|
|
777
|
+
popup: string;
|
|
778
|
+
portal: string;
|
|
779
|
+
root: string;
|
|
780
|
+
title: string;
|
|
781
|
+
trigger: string;
|
|
782
|
+
viewport: string;
|
|
783
|
+
}, tailwind_variants1.TVReturnType<{
|
|
784
|
+
position: {
|
|
785
|
+
bottom: {
|
|
786
|
+
popup: string;
|
|
787
|
+
};
|
|
788
|
+
left: {
|
|
789
|
+
popup: string;
|
|
790
|
+
};
|
|
791
|
+
right: {
|
|
792
|
+
popup: string;
|
|
793
|
+
};
|
|
794
|
+
top: {
|
|
795
|
+
popup: string;
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
}, {
|
|
799
|
+
backdrop: string;
|
|
800
|
+
close: string;
|
|
801
|
+
description: string;
|
|
802
|
+
popup: string;
|
|
803
|
+
portal: string;
|
|
804
|
+
root: string;
|
|
805
|
+
title: string;
|
|
806
|
+
trigger: string;
|
|
807
|
+
viewport: string;
|
|
808
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
809
|
+
type DrawerVariants = VariantProps<typeof drawerVariants>;
|
|
810
|
+
//#endregion
|
|
811
|
+
//#region src/components/drawer/drawer.d.ts
|
|
812
|
+
interface DrawerProps extends DrawerVariants, Dialog$1.Root.Props {}
|
|
813
|
+
declare const Drawer: {
|
|
814
|
+
({
|
|
815
|
+
position,
|
|
816
|
+
...props
|
|
817
|
+
}: DrawerProps): react_jsx_runtime8.JSX.Element;
|
|
818
|
+
Root: /*elided*/any;
|
|
819
|
+
Trigger: ({
|
|
820
|
+
className,
|
|
821
|
+
...props
|
|
822
|
+
}: DrawerTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
823
|
+
Portal: ({
|
|
824
|
+
className,
|
|
825
|
+
...props
|
|
826
|
+
}: DrawerPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
827
|
+
Backdrop: ({
|
|
828
|
+
className,
|
|
829
|
+
...props
|
|
830
|
+
}: DrawerBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
831
|
+
Viewport: ({
|
|
832
|
+
className,
|
|
833
|
+
...props
|
|
834
|
+
}: DrawerViewportProps) => react_jsx_runtime8.JSX.Element;
|
|
835
|
+
Popup: ({
|
|
836
|
+
className,
|
|
837
|
+
...props
|
|
838
|
+
}: DrawerPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
839
|
+
Title: ({
|
|
840
|
+
className,
|
|
841
|
+
...props
|
|
842
|
+
}: DrawerTitleProps) => react_jsx_runtime8.JSX.Element;
|
|
843
|
+
Description: ({
|
|
844
|
+
className,
|
|
845
|
+
...props
|
|
846
|
+
}: DrawerDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
847
|
+
Close: ({
|
|
848
|
+
className,
|
|
849
|
+
children,
|
|
850
|
+
...props
|
|
851
|
+
}: DrawerCloseProps) => react_jsx_runtime8.JSX.Element;
|
|
852
|
+
};
|
|
853
|
+
interface DrawerTriggerProps extends Dialog$1.Trigger.Props {}
|
|
854
|
+
interface DrawerPortalProps extends Dialog$1.Portal.Props {}
|
|
855
|
+
interface DrawerBackdropProps extends Dialog$1.Backdrop.Props {}
|
|
856
|
+
interface DrawerViewportProps extends Dialog$1.Viewport.Props {}
|
|
857
|
+
interface DrawerPopupProps extends Dialog$1.Popup.Props {}
|
|
858
|
+
interface DrawerTitleProps extends Dialog$1.Title.Props {}
|
|
859
|
+
interface DrawerDescriptionProps extends Dialog$1.Description.Props {}
|
|
860
|
+
interface DrawerCloseProps extends Dialog$1.Close.Props {}
|
|
861
|
+
//#endregion
|
|
732
862
|
//#region src/components/field/field.variants.d.ts
|
|
733
|
-
declare const fieldVariants:
|
|
863
|
+
declare const fieldVariants: tailwind_variants1.TVReturnType<{
|
|
734
864
|
size: {
|
|
735
865
|
lg: {
|
|
736
866
|
control: string;
|
|
@@ -766,7 +896,7 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
|
|
|
766
896
|
error: string;
|
|
767
897
|
label: string;
|
|
768
898
|
root: string;
|
|
769
|
-
},
|
|
899
|
+
}, tailwind_variants1.TVReturnType<{
|
|
770
900
|
size: {
|
|
771
901
|
lg: {
|
|
772
902
|
control: string;
|
|
@@ -794,23 +924,23 @@ declare const Field: {
|
|
|
794
924
|
className,
|
|
795
925
|
size,
|
|
796
926
|
...props
|
|
797
|
-
}: FieldProps):
|
|
927
|
+
}: FieldProps): react_jsx_runtime8.JSX.Element;
|
|
798
928
|
Control: ({
|
|
799
929
|
className,
|
|
800
930
|
...props
|
|
801
|
-
}: FieldControlProps) =>
|
|
931
|
+
}: FieldControlProps) => react_jsx_runtime8.JSX.Element;
|
|
802
932
|
Description: ({
|
|
803
933
|
className,
|
|
804
934
|
...props
|
|
805
|
-
}: FieldDescriptionProps) =>
|
|
935
|
+
}: FieldDescriptionProps) => react_jsx_runtime8.JSX.Element;
|
|
806
936
|
Error: ({
|
|
807
937
|
className,
|
|
808
938
|
...props
|
|
809
|
-
}: FieldErrorProps) =>
|
|
939
|
+
}: FieldErrorProps) => react_jsx_runtime8.JSX.Element;
|
|
810
940
|
Label: ({
|
|
811
941
|
className,
|
|
812
942
|
...props
|
|
813
|
-
}: FieldLabelProps) =>
|
|
943
|
+
}: FieldLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
814
944
|
Root: /*elided*/any;
|
|
815
945
|
};
|
|
816
946
|
interface FieldLabelProps extends React.ComponentProps<typeof Field$1.Label> {}
|
|
@@ -819,18 +949,18 @@ interface FieldControlProps extends React.ComponentProps<typeof Field$1.Control>
|
|
|
819
949
|
interface FieldErrorProps extends React.ComponentProps<typeof Field$1.Error> {}
|
|
820
950
|
//#endregion
|
|
821
951
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
822
|
-
declare const fieldsetVariants:
|
|
952
|
+
declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
|
|
823
953
|
[key: string]: {
|
|
824
|
-
[key: string]:
|
|
825
|
-
root?:
|
|
826
|
-
legend?:
|
|
954
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
955
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
956
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
827
957
|
};
|
|
828
958
|
};
|
|
829
959
|
} | {
|
|
830
960
|
[x: string]: {
|
|
831
|
-
[x: string]:
|
|
832
|
-
root?:
|
|
833
|
-
legend?:
|
|
961
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
962
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
963
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
834
964
|
};
|
|
835
965
|
};
|
|
836
966
|
} | {}, {
|
|
@@ -838,15 +968,15 @@ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
|
|
|
838
968
|
root: string;
|
|
839
969
|
}, undefined, {
|
|
840
970
|
[key: string]: {
|
|
841
|
-
[key: string]:
|
|
842
|
-
root?:
|
|
843
|
-
legend?:
|
|
971
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
972
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
973
|
+
legend?: tailwind_merge29.ClassNameValue;
|
|
844
974
|
};
|
|
845
975
|
};
|
|
846
976
|
} | {}, {
|
|
847
977
|
legend: string;
|
|
848
978
|
root: string;
|
|
849
|
-
},
|
|
979
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
850
980
|
legend: string;
|
|
851
981
|
root: string;
|
|
852
982
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -858,17 +988,17 @@ declare const Fieldset: {
|
|
|
858
988
|
({
|
|
859
989
|
className,
|
|
860
990
|
...props
|
|
861
|
-
}: FieldsetProps):
|
|
991
|
+
}: FieldsetProps): react_jsx_runtime8.JSX.Element;
|
|
862
992
|
Root: /*elided*/any;
|
|
863
993
|
Legend: ({
|
|
864
994
|
className,
|
|
865
995
|
...props
|
|
866
|
-
}: FieldsetLegendProps) =>
|
|
996
|
+
}: FieldsetLegendProps) => react_jsx_runtime8.JSX.Element;
|
|
867
997
|
};
|
|
868
998
|
interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
|
|
869
999
|
//#endregion
|
|
870
1000
|
//#region src/components/form/form.variants.d.ts
|
|
871
|
-
declare const formVariants:
|
|
1001
|
+
declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
872
1002
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
873
1003
|
//#endregion
|
|
874
1004
|
//#region src/components/form/form.d.ts
|
|
@@ -876,10 +1006,122 @@ interface FormProps extends FormVariants, React.ComponentProps<"form"> {}
|
|
|
876
1006
|
declare const Form: ({
|
|
877
1007
|
className,
|
|
878
1008
|
...props
|
|
879
|
-
}: 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;
|
|
880
1122
|
//#endregion
|
|
881
1123
|
//#region src/components/input/input.variants.d.ts
|
|
882
|
-
declare const inputVariants:
|
|
1124
|
+
declare const inputVariants: tailwind_variants1.TVReturnType<{
|
|
883
1125
|
inputSize: {
|
|
884
1126
|
lg: string;
|
|
885
1127
|
md: string;
|
|
@@ -891,7 +1133,7 @@ declare const inputVariants: tailwind_variants0.TVReturnType<{
|
|
|
891
1133
|
md: string;
|
|
892
1134
|
sm: string;
|
|
893
1135
|
};
|
|
894
|
-
}, undefined,
|
|
1136
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
895
1137
|
inputSize: {
|
|
896
1138
|
lg: string;
|
|
897
1139
|
md: string;
|
|
@@ -906,10 +1148,10 @@ declare const Input: ({
|
|
|
906
1148
|
className,
|
|
907
1149
|
inputSize,
|
|
908
1150
|
...props
|
|
909
|
-
}: InputProps) =>
|
|
1151
|
+
}: InputProps) => react_jsx_runtime8.JSX.Element;
|
|
910
1152
|
//#endregion
|
|
911
1153
|
//#region src/components/label/label.variants.d.ts
|
|
912
|
-
declare const labelVariants:
|
|
1154
|
+
declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
913
1155
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
914
1156
|
//#endregion
|
|
915
1157
|
//#region src/components/label/label.d.ts
|
|
@@ -917,10 +1159,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
917
1159
|
declare const Label: ({
|
|
918
1160
|
className,
|
|
919
1161
|
...props
|
|
920
|
-
}: LabelProps) =>
|
|
1162
|
+
}: LabelProps) => react_jsx_runtime8.JSX.Element;
|
|
921
1163
|
//#endregion
|
|
922
1164
|
//#region src/components/link/link.variants.d.ts
|
|
923
|
-
declare const linkVariants:
|
|
1165
|
+
declare const linkVariants: tailwind_variants1.TVReturnType<{
|
|
924
1166
|
variant: {
|
|
925
1167
|
"no-underline": string;
|
|
926
1168
|
underline: string;
|
|
@@ -930,7 +1172,7 @@ declare const linkVariants: tailwind_variants0.TVReturnType<{
|
|
|
930
1172
|
"no-underline": string;
|
|
931
1173
|
underline: string;
|
|
932
1174
|
};
|
|
933
|
-
}, undefined,
|
|
1175
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
934
1176
|
variant: {
|
|
935
1177
|
"no-underline": string;
|
|
936
1178
|
underline: string;
|
|
@@ -944,21 +1186,21 @@ declare const Link: ({
|
|
|
944
1186
|
className,
|
|
945
1187
|
variant,
|
|
946
1188
|
...props
|
|
947
|
-
}: LinkProps) =>
|
|
1189
|
+
}: LinkProps) => react_jsx_runtime8.JSX.Element;
|
|
948
1190
|
//#endregion
|
|
949
1191
|
//#region src/components/list/list.variants.d.ts
|
|
950
|
-
declare const listVariants:
|
|
1192
|
+
declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
951
1193
|
[key: string]: {
|
|
952
|
-
[key: string]:
|
|
953
|
-
item?:
|
|
954
|
-
root?:
|
|
1194
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1195
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1196
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
955
1197
|
};
|
|
956
1198
|
};
|
|
957
1199
|
} | {
|
|
958
1200
|
[x: string]: {
|
|
959
|
-
[x: string]:
|
|
960
|
-
item?:
|
|
961
|
-
root?:
|
|
1201
|
+
[x: string]: tailwind_merge29.ClassNameValue | {
|
|
1202
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1203
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
962
1204
|
};
|
|
963
1205
|
};
|
|
964
1206
|
} | {}, {
|
|
@@ -966,15 +1208,15 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
|
|
|
966
1208
|
root: string;
|
|
967
1209
|
}, undefined, {
|
|
968
1210
|
[key: string]: {
|
|
969
|
-
[key: string]:
|
|
970
|
-
item?:
|
|
971
|
-
root?:
|
|
1211
|
+
[key: string]: tailwind_merge29.ClassNameValue | {
|
|
1212
|
+
item?: tailwind_merge29.ClassNameValue;
|
|
1213
|
+
root?: tailwind_merge29.ClassNameValue;
|
|
972
1214
|
};
|
|
973
1215
|
};
|
|
974
1216
|
} | {}, {
|
|
975
1217
|
item: string;
|
|
976
1218
|
root: string;
|
|
977
|
-
},
|
|
1219
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
978
1220
|
item: string;
|
|
979
1221
|
root: string;
|
|
980
1222
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -986,56 +1228,56 @@ declare const List: {
|
|
|
986
1228
|
({
|
|
987
1229
|
className,
|
|
988
1230
|
...props
|
|
989
|
-
}: ListProps):
|
|
1231
|
+
}: ListProps): react_jsx_runtime8.JSX.Element;
|
|
990
1232
|
Root: /*elided*/any;
|
|
991
1233
|
Item: ({
|
|
992
1234
|
className,
|
|
993
1235
|
...props
|
|
994
|
-
}: ListItemProps) =>
|
|
1236
|
+
}: ListItemProps) => react_jsx_runtime8.JSX.Element;
|
|
995
1237
|
};
|
|
996
1238
|
interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
997
1239
|
//#endregion
|
|
998
1240
|
//#region src/components/menu/menu.variants.d.ts
|
|
999
|
-
declare const menuVariants:
|
|
1241
|
+
declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
1000
1242
|
[key: string]: {
|
|
1001
|
-
[key: string]:
|
|
1002
|
-
item?:
|
|
1003
|
-
root?:
|
|
1004
|
-
trigger?:
|
|
1005
|
-
radioGroup?:
|
|
1006
|
-
backdrop?:
|
|
1007
|
-
popup?:
|
|
1008
|
-
portal?:
|
|
1009
|
-
arrow?:
|
|
1010
|
-
checkboxItem?:
|
|
1011
|
-
group?:
|
|
1012
|
-
groupLabel?:
|
|
1013
|
-
positioner?:
|
|
1014
|
-
radioItem?:
|
|
1015
|
-
separator?:
|
|
1016
|
-
submenu?:
|
|
1017
|
-
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;
|
|
1018
1260
|
};
|
|
1019
1261
|
};
|
|
1020
1262
|
} | {
|
|
1021
1263
|
[x: string]: {
|
|
1022
|
-
[x: string]:
|
|
1023
|
-
item?:
|
|
1024
|
-
root?:
|
|
1025
|
-
trigger?:
|
|
1026
|
-
radioGroup?:
|
|
1027
|
-
backdrop?:
|
|
1028
|
-
popup?:
|
|
1029
|
-
portal?:
|
|
1030
|
-
arrow?:
|
|
1031
|
-
checkboxItem?:
|
|
1032
|
-
group?:
|
|
1033
|
-
groupLabel?:
|
|
1034
|
-
positioner?:
|
|
1035
|
-
radioItem?:
|
|
1036
|
-
separator?:
|
|
1037
|
-
submenu?:
|
|
1038
|
-
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;
|
|
1039
1281
|
};
|
|
1040
1282
|
};
|
|
1041
1283
|
} | {}, {
|
|
@@ -1057,23 +1299,23 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1057
1299
|
trigger: string;
|
|
1058
1300
|
}, undefined, {
|
|
1059
1301
|
[key: string]: {
|
|
1060
|
-
[key: string]:
|
|
1061
|
-
item?:
|
|
1062
|
-
root?:
|
|
1063
|
-
trigger?:
|
|
1064
|
-
radioGroup?:
|
|
1065
|
-
backdrop?:
|
|
1066
|
-
popup?:
|
|
1067
|
-
portal?:
|
|
1068
|
-
arrow?:
|
|
1069
|
-
checkboxItem?:
|
|
1070
|
-
group?:
|
|
1071
|
-
groupLabel?:
|
|
1072
|
-
positioner?:
|
|
1073
|
-
radioItem?:
|
|
1074
|
-
separator?:
|
|
1075
|
-
submenu?:
|
|
1076
|
-
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;
|
|
1077
1319
|
};
|
|
1078
1320
|
};
|
|
1079
1321
|
} | {}, {
|
|
@@ -1093,7 +1335,7 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1093
1335
|
submenu: string;
|
|
1094
1336
|
submenuTrigger: string;
|
|
1095
1337
|
trigger: string;
|
|
1096
|
-
},
|
|
1338
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1097
1339
|
arrow: string;
|
|
1098
1340
|
backdrop: string;
|
|
1099
1341
|
checkboxItem: string;
|
|
@@ -1118,67 +1360,67 @@ interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
|
|
|
1118
1360
|
declare const Menu: {
|
|
1119
1361
|
({
|
|
1120
1362
|
...props
|
|
1121
|
-
}: MenuProps):
|
|
1363
|
+
}: MenuProps): react_jsx_runtime8.JSX.Element;
|
|
1122
1364
|
Arrow: ({
|
|
1123
1365
|
className,
|
|
1124
1366
|
...props
|
|
1125
|
-
}: MenuArrowProps) =>
|
|
1367
|
+
}: MenuArrowProps) => react_jsx_runtime8.JSX.Element;
|
|
1126
1368
|
Backdrop: ({
|
|
1127
1369
|
className,
|
|
1128
1370
|
...props
|
|
1129
|
-
}: MenuBackdropProps) =>
|
|
1371
|
+
}: MenuBackdropProps) => react_jsx_runtime8.JSX.Element;
|
|
1130
1372
|
CheckboxItem: ({
|
|
1131
1373
|
className,
|
|
1132
1374
|
...props
|
|
1133
|
-
}: MenuCheckboxItemProps) =>
|
|
1375
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1134
1376
|
Group: ({
|
|
1135
1377
|
className,
|
|
1136
1378
|
...props
|
|
1137
|
-
}: MenuGroupProps) =>
|
|
1379
|
+
}: MenuGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
1138
1380
|
GroupLabel: ({
|
|
1139
1381
|
className,
|
|
1140
1382
|
...props
|
|
1141
|
-
}: MenuGroupLabelProps) =>
|
|
1383
|
+
}: MenuGroupLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1142
1384
|
Item: ({
|
|
1143
1385
|
className,
|
|
1144
1386
|
...props
|
|
1145
|
-
}: MenuItemProps) =>
|
|
1387
|
+
}: MenuItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1146
1388
|
Popup: ({
|
|
1147
1389
|
className,
|
|
1148
1390
|
...props
|
|
1149
|
-
}: MenuPopupProps) =>
|
|
1391
|
+
}: MenuPopupProps) => react_jsx_runtime8.JSX.Element;
|
|
1150
1392
|
Portal: ({
|
|
1151
1393
|
className,
|
|
1152
1394
|
...props
|
|
1153
|
-
}: MenuPortalProps) =>
|
|
1395
|
+
}: MenuPortalProps) => react_jsx_runtime8.JSX.Element;
|
|
1154
1396
|
Positioner: ({
|
|
1155
1397
|
className,
|
|
1156
1398
|
...props
|
|
1157
|
-
}: MenuPositionerProps) =>
|
|
1399
|
+
}: MenuPositionerProps) => react_jsx_runtime8.JSX.Element;
|
|
1158
1400
|
RadioGroup: ({
|
|
1159
1401
|
className,
|
|
1160
1402
|
...props
|
|
1161
|
-
}: MenuRadioGroupProps) =>
|
|
1403
|
+
}: MenuRadioGroupProps) => react_jsx_runtime8.JSX.Element;
|
|
1162
1404
|
RadioItem: ({
|
|
1163
1405
|
className,
|
|
1164
1406
|
...props
|
|
1165
|
-
}: MenuRadioItemProps) =>
|
|
1407
|
+
}: MenuRadioItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1166
1408
|
Root: /*elided*/any;
|
|
1167
1409
|
Separator: ({
|
|
1168
1410
|
className,
|
|
1169
1411
|
...props
|
|
1170
|
-
}: MenuSeparatorProps) =>
|
|
1412
|
+
}: MenuSeparatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1171
1413
|
Submenu: ({
|
|
1172
1414
|
...props
|
|
1173
|
-
}: MenuSubmenuProps) =>
|
|
1415
|
+
}: MenuSubmenuProps) => react_jsx_runtime8.JSX.Element;
|
|
1174
1416
|
SubmenuTrigger: ({
|
|
1175
1417
|
className,
|
|
1176
1418
|
...props
|
|
1177
|
-
}: MenuSubmenuTriggerProps) =>
|
|
1419
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
1178
1420
|
Trigger: ({
|
|
1179
1421
|
className,
|
|
1180
1422
|
...props
|
|
1181
|
-
}: MenuTriggerProps) =>
|
|
1423
|
+
}: MenuTriggerProps) => react_jsx_runtime8.JSX.Element;
|
|
1182
1424
|
};
|
|
1183
1425
|
interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
|
|
1184
1426
|
interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
|
|
@@ -1197,7 +1439,7 @@ interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
|
|
|
1197
1439
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
|
|
1198
1440
|
//#endregion
|
|
1199
1441
|
//#region src/components/meter/meter.variants.d.ts
|
|
1200
|
-
declare const meterVariants:
|
|
1442
|
+
declare const meterVariants: tailwind_variants1.TVReturnType<{
|
|
1201
1443
|
size: {
|
|
1202
1444
|
lg: {
|
|
1203
1445
|
root: string;
|
|
@@ -1261,7 +1503,7 @@ declare const meterVariants: tailwind_variants0.TVReturnType<{
|
|
|
1261
1503
|
root: string;
|
|
1262
1504
|
track: string;
|
|
1263
1505
|
value: string;
|
|
1264
|
-
},
|
|
1506
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1265
1507
|
size: {
|
|
1266
1508
|
lg: {
|
|
1267
1509
|
root: string;
|
|
@@ -1304,24 +1546,24 @@ declare const Meter: {
|
|
|
1304
1546
|
size,
|
|
1305
1547
|
variant,
|
|
1306
1548
|
...props
|
|
1307
|
-
}: MeterProps):
|
|
1549
|
+
}: MeterProps): react_jsx_runtime8.JSX.Element;
|
|
1308
1550
|
Indicator: ({
|
|
1309
1551
|
className,
|
|
1310
1552
|
...props
|
|
1311
|
-
}: MeterIndicatorProps) =>
|
|
1553
|
+
}: MeterIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1312
1554
|
Label: ({
|
|
1313
1555
|
className,
|
|
1314
1556
|
...props
|
|
1315
|
-
}: MeterLabelProps) =>
|
|
1557
|
+
}: MeterLabelProps) => react_jsx_runtime8.JSX.Element;
|
|
1316
1558
|
Root: /*elided*/any;
|
|
1317
1559
|
Track: ({
|
|
1318
1560
|
className,
|
|
1319
1561
|
...props
|
|
1320
|
-
}: MeterTrackProps) =>
|
|
1562
|
+
}: MeterTrackProps) => react_jsx_runtime8.JSX.Element;
|
|
1321
1563
|
Value: ({
|
|
1322
1564
|
className,
|
|
1323
1565
|
...props
|
|
1324
|
-
}: MeterValueProps) =>
|
|
1566
|
+
}: MeterValueProps) => react_jsx_runtime8.JSX.Element;
|
|
1325
1567
|
};
|
|
1326
1568
|
interface MeterLabelProps extends Meter$1.Label.Props {}
|
|
1327
1569
|
interface MeterValueProps extends Meter$1.Value.Props {}
|
|
@@ -1329,30 +1571,30 @@ interface MeterTrackProps extends Meter$1.Track.Props {}
|
|
|
1329
1571
|
interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
|
|
1330
1572
|
//#endregion
|
|
1331
1573
|
//#region src/components/navbar/navbar.variants.d.ts
|
|
1332
|
-
declare const navbarVariants:
|
|
1574
|
+
declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
1333
1575
|
[key: string]: {
|
|
1334
|
-
[key: string]:
|
|
1335
|
-
content?:
|
|
1336
|
-
root?:
|
|
1337
|
-
menu?:
|
|
1338
|
-
container?:
|
|
1339
|
-
list?:
|
|
1340
|
-
listItem?:
|
|
1341
|
-
menuItem?:
|
|
1342
|
-
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;
|
|
1343
1585
|
};
|
|
1344
1586
|
};
|
|
1345
1587
|
} | {
|
|
1346
1588
|
[x: string]: {
|
|
1347
|
-
[x: string]:
|
|
1348
|
-
content?:
|
|
1349
|
-
root?:
|
|
1350
|
-
menu?:
|
|
1351
|
-
container?:
|
|
1352
|
-
list?:
|
|
1353
|
-
listItem?:
|
|
1354
|
-
menuItem?:
|
|
1355
|
-
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;
|
|
1356
1598
|
};
|
|
1357
1599
|
};
|
|
1358
1600
|
} | {}, {
|
|
@@ -1366,15 +1608,15 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
1366
1608
|
toggle: string;
|
|
1367
1609
|
}, undefined, {
|
|
1368
1610
|
[key: string]: {
|
|
1369
|
-
[key: string]:
|
|
1370
|
-
content?:
|
|
1371
|
-
root?:
|
|
1372
|
-
menu?:
|
|
1373
|
-
container?:
|
|
1374
|
-
list?:
|
|
1375
|
-
listItem?:
|
|
1376
|
-
menuItem?:
|
|
1377
|
-
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;
|
|
1378
1620
|
};
|
|
1379
1621
|
};
|
|
1380
1622
|
} | {}, {
|
|
@@ -1386,7 +1628,7 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
1386
1628
|
menuItem: string;
|
|
1387
1629
|
root: string;
|
|
1388
1630
|
toggle: string;
|
|
1389
|
-
},
|
|
1631
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1390
1632
|
container: string;
|
|
1391
1633
|
content: string;
|
|
1392
1634
|
list: string;
|
|
@@ -1409,64 +1651,214 @@ declare const Navbar: {
|
|
|
1409
1651
|
isOpen,
|
|
1410
1652
|
onOpenChange,
|
|
1411
1653
|
...props
|
|
1412
|
-
}: NavbarProps):
|
|
1654
|
+
}: NavbarProps): react_jsx_runtime8.JSX.Element;
|
|
1413
1655
|
Root: /*elided*/any;
|
|
1414
1656
|
Container: ({
|
|
1415
1657
|
className,
|
|
1416
1658
|
...props
|
|
1417
|
-
}: NavbarContainerProps) =>
|
|
1659
|
+
}: NavbarContainerProps) => react_jsx_runtime8.JSX.Element;
|
|
1418
1660
|
Content: ({
|
|
1419
1661
|
className,
|
|
1420
1662
|
...props
|
|
1421
|
-
}: NavbarContentProps) =>
|
|
1663
|
+
}: NavbarContentProps) => react_jsx_runtime8.JSX.Element;
|
|
1422
1664
|
List: ({
|
|
1423
1665
|
className,
|
|
1424
1666
|
...props
|
|
1425
|
-
}: NavbarListProps) =>
|
|
1667
|
+
}: NavbarListProps) => react_jsx_runtime8.JSX.Element;
|
|
1426
1668
|
ListItem: ({
|
|
1427
1669
|
className,
|
|
1428
1670
|
...props
|
|
1429
|
-
}: NavbarListItemProps) =>
|
|
1671
|
+
}: NavbarListItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1430
1672
|
Toggle: ({
|
|
1431
1673
|
className,
|
|
1432
1674
|
...props
|
|
1433
|
-
}: NavbarToggleProps) =>
|
|
1675
|
+
}: NavbarToggleProps) => react_jsx_runtime8.JSX.Element;
|
|
1434
1676
|
Menu: ({
|
|
1435
1677
|
className,
|
|
1678
|
+
header,
|
|
1436
1679
|
...props
|
|
1437
|
-
}: NavbarMenuProps) =>
|
|
1680
|
+
}: NavbarMenuProps) => react_jsx_runtime8.JSX.Element;
|
|
1438
1681
|
MenuItem: ({
|
|
1439
1682
|
className,
|
|
1440
1683
|
...props
|
|
1441
|
-
}: NavbarMenuItemProps) =>
|
|
1684
|
+
}: NavbarMenuItemProps) => react_jsx_runtime8.JSX.Element;
|
|
1442
1685
|
};
|
|
1443
1686
|
interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
|
|
1444
1687
|
interface NavbarContentProps extends React.ComponentProps<"div"> {}
|
|
1445
1688
|
interface NavbarListProps extends React.ComponentProps<"ul"> {}
|
|
1446
1689
|
interface NavbarListItemProps extends React.ComponentProps<"li"> {}
|
|
1447
1690
|
interface NavbarToggleProps extends React.ComponentProps<"button"> {}
|
|
1448
|
-
interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
1691
|
+
interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
1692
|
+
header: React.ReactNode;
|
|
1693
|
+
}
|
|
1449
1694
|
interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
|
|
1450
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
|
|
1451
1843
|
//#region src/components/progress/progress.variants.d.ts
|
|
1452
|
-
declare const progressVariants:
|
|
1844
|
+
declare const progressVariants: tailwind_variants1.TVReturnType<{
|
|
1453
1845
|
[key: string]: {
|
|
1454
|
-
[key: string]:
|
|
1455
|
-
root?:
|
|
1456
|
-
label?:
|
|
1457
|
-
track?:
|
|
1458
|
-
value?:
|
|
1459
|
-
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;
|
|
1460
1852
|
};
|
|
1461
1853
|
};
|
|
1462
1854
|
} | {
|
|
1463
1855
|
[x: string]: {
|
|
1464
|
-
[x: string]:
|
|
1465
|
-
root?:
|
|
1466
|
-
label?:
|
|
1467
|
-
track?:
|
|
1468
|
-
value?:
|
|
1469
|
-
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;
|
|
1470
1862
|
};
|
|
1471
1863
|
};
|
|
1472
1864
|
} | {}, {
|
|
@@ -1477,12 +1869,12 @@ declare const progressVariants: tailwind_variants0.TVReturnType<{
|
|
|
1477
1869
|
value: string;
|
|
1478
1870
|
}, undefined, {
|
|
1479
1871
|
[key: string]: {
|
|
1480
|
-
[key: string]:
|
|
1481
|
-
root?:
|
|
1482
|
-
label?:
|
|
1483
|
-
track?:
|
|
1484
|
-
value?:
|
|
1485
|
-
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;
|
|
1486
1878
|
};
|
|
1487
1879
|
};
|
|
1488
1880
|
} | {}, {
|
|
@@ -1491,7 +1883,7 @@ declare const progressVariants: tailwind_variants0.TVReturnType<{
|
|
|
1491
1883
|
root: string;
|
|
1492
1884
|
track: string;
|
|
1493
1885
|
value: string;
|
|
1494
|
-
},
|
|
1886
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1495
1887
|
indicator: string;
|
|
1496
1888
|
label: string;
|
|
1497
1889
|
root: string;
|
|
@@ -1506,28 +1898,28 @@ declare const Progress: {
|
|
|
1506
1898
|
({
|
|
1507
1899
|
className,
|
|
1508
1900
|
...props
|
|
1509
|
-
}: ProgressProps):
|
|
1901
|
+
}: ProgressProps): react_jsx_runtime8.JSX.Element;
|
|
1510
1902
|
Label: ({
|
|
1511
1903
|
className,
|
|
1512
1904
|
...props
|
|
1513
|
-
}: Progress$1.Label.Props) =>
|
|
1905
|
+
}: Progress$1.Label.Props) => react_jsx_runtime8.JSX.Element;
|
|
1514
1906
|
Value: ({
|
|
1515
1907
|
className,
|
|
1516
1908
|
...props
|
|
1517
|
-
}: Progress$1.Value.Props) =>
|
|
1909
|
+
}: Progress$1.Value.Props) => react_jsx_runtime8.JSX.Element;
|
|
1518
1910
|
Track: ({
|
|
1519
1911
|
className,
|
|
1520
1912
|
...props
|
|
1521
|
-
}: Progress$1.Track.Props) =>
|
|
1913
|
+
}: Progress$1.Track.Props) => react_jsx_runtime8.JSX.Element;
|
|
1522
1914
|
Indicator: ({
|
|
1523
1915
|
className,
|
|
1524
1916
|
...props
|
|
1525
|
-
}: Progress$1.Indicator.Props) =>
|
|
1917
|
+
}: Progress$1.Indicator.Props) => react_jsx_runtime8.JSX.Element;
|
|
1526
1918
|
Root: /*elided*/any;
|
|
1527
1919
|
};
|
|
1528
1920
|
//#endregion
|
|
1529
1921
|
//#region src/components/separator/separator.variants.d.ts
|
|
1530
|
-
declare const separatorVariants:
|
|
1922
|
+
declare const separatorVariants: tailwind_variants1.TVReturnType<{
|
|
1531
1923
|
orientation: {
|
|
1532
1924
|
horizontal: string;
|
|
1533
1925
|
vertical: string;
|
|
@@ -1537,7 +1929,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
|
|
|
1537
1929
|
horizontal: string;
|
|
1538
1930
|
vertical: string;
|
|
1539
1931
|
};
|
|
1540
|
-
}, undefined,
|
|
1932
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1541
1933
|
orientation: {
|
|
1542
1934
|
horizontal: string;
|
|
1543
1935
|
vertical: string;
|
|
@@ -1551,29 +1943,29 @@ declare const Separator: ({
|
|
|
1551
1943
|
className,
|
|
1552
1944
|
orientation,
|
|
1553
1945
|
...props
|
|
1554
|
-
}: SeparatorProps) =>
|
|
1946
|
+
}: SeparatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1555
1947
|
//#endregion
|
|
1556
1948
|
//#region src/components/slider/slider.variants.d.ts
|
|
1557
|
-
declare const sliderVariants:
|
|
1949
|
+
declare const sliderVariants: tailwind_variants1.TVReturnType<{
|
|
1558
1950
|
[key: string]: {
|
|
1559
|
-
[key: string]:
|
|
1560
|
-
root?:
|
|
1561
|
-
track?:
|
|
1562
|
-
value?:
|
|
1563
|
-
indicator?:
|
|
1564
|
-
control?:
|
|
1565
|
-
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;
|
|
1566
1958
|
};
|
|
1567
1959
|
};
|
|
1568
1960
|
} | {
|
|
1569
1961
|
[x: string]: {
|
|
1570
|
-
[x: string]:
|
|
1571
|
-
root?:
|
|
1572
|
-
track?:
|
|
1573
|
-
value?:
|
|
1574
|
-
indicator?:
|
|
1575
|
-
control?:
|
|
1576
|
-
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;
|
|
1577
1969
|
};
|
|
1578
1970
|
};
|
|
1579
1971
|
} | {}, {
|
|
@@ -1585,13 +1977,13 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
|
|
|
1585
1977
|
value: string;
|
|
1586
1978
|
}, undefined, {
|
|
1587
1979
|
[key: string]: {
|
|
1588
|
-
[key: string]:
|
|
1589
|
-
root?:
|
|
1590
|
-
track?:
|
|
1591
|
-
value?:
|
|
1592
|
-
indicator?:
|
|
1593
|
-
control?:
|
|
1594
|
-
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;
|
|
1595
1987
|
};
|
|
1596
1988
|
};
|
|
1597
1989
|
} | {}, {
|
|
@@ -1601,7 +1993,7 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
|
|
|
1601
1993
|
thumb: string;
|
|
1602
1994
|
track: string;
|
|
1603
1995
|
value: string;
|
|
1604
|
-
},
|
|
1996
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1605
1997
|
control: string;
|
|
1606
1998
|
indicator: string;
|
|
1607
1999
|
root: string;
|
|
@@ -1617,32 +2009,32 @@ declare const Slider: {
|
|
|
1617
2009
|
({
|
|
1618
2010
|
className,
|
|
1619
2011
|
...props
|
|
1620
|
-
}: SliderProps):
|
|
2012
|
+
}: SliderProps): react_jsx_runtime8.JSX.Element;
|
|
1621
2013
|
Value: ({
|
|
1622
2014
|
className,
|
|
1623
2015
|
...props
|
|
1624
|
-
}: Slider$1.Value.Props) =>
|
|
2016
|
+
}: Slider$1.Value.Props) => react_jsx_runtime8.JSX.Element;
|
|
1625
2017
|
Control: ({
|
|
1626
2018
|
className,
|
|
1627
2019
|
...props
|
|
1628
|
-
}: Slider$1.Control.Props) =>
|
|
2020
|
+
}: Slider$1.Control.Props) => react_jsx_runtime8.JSX.Element;
|
|
1629
2021
|
Track: ({
|
|
1630
2022
|
className,
|
|
1631
2023
|
...props
|
|
1632
|
-
}: Slider$1.Track.Props) =>
|
|
2024
|
+
}: Slider$1.Track.Props) => react_jsx_runtime8.JSX.Element;
|
|
1633
2025
|
Indicator: ({
|
|
1634
2026
|
className,
|
|
1635
2027
|
...props
|
|
1636
|
-
}: Slider$1.Indicator.Props) =>
|
|
2028
|
+
}: Slider$1.Indicator.Props) => react_jsx_runtime8.JSX.Element;
|
|
1637
2029
|
Thumb: ({
|
|
1638
2030
|
className,
|
|
1639
2031
|
...props
|
|
1640
|
-
}: Slider$1.Thumb.Props) =>
|
|
2032
|
+
}: Slider$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
|
|
1641
2033
|
Root: /*elided*/any;
|
|
1642
2034
|
};
|
|
1643
2035
|
//#endregion
|
|
1644
2036
|
//#region src/components/switch/switch.variants.d.ts
|
|
1645
|
-
declare const switchVariants:
|
|
2037
|
+
declare const switchVariants: tailwind_variants1.TVReturnType<{
|
|
1646
2038
|
size: {
|
|
1647
2039
|
lg: {
|
|
1648
2040
|
root: string;
|
|
@@ -1672,7 +2064,7 @@ declare const switchVariants: tailwind_variants0.TVReturnType<{
|
|
|
1672
2064
|
}, {
|
|
1673
2065
|
root: string;
|
|
1674
2066
|
thumb: string;
|
|
1675
|
-
},
|
|
2067
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1676
2068
|
size: {
|
|
1677
2069
|
lg: {
|
|
1678
2070
|
root: string;
|
|
@@ -1697,37 +2089,37 @@ declare const Switch: {
|
|
|
1697
2089
|
className,
|
|
1698
2090
|
size,
|
|
1699
2091
|
...props
|
|
1700
|
-
}: SwitchProps):
|
|
2092
|
+
}: SwitchProps): react_jsx_runtime8.JSX.Element;
|
|
1701
2093
|
Thumb: ({
|
|
1702
2094
|
className,
|
|
1703
2095
|
...props
|
|
1704
|
-
}: Switch$1.Thumb.Props) =>
|
|
2096
|
+
}: Switch$1.Thumb.Props) => react_jsx_runtime8.JSX.Element;
|
|
1705
2097
|
Root: /*elided*/any;
|
|
1706
2098
|
};
|
|
1707
2099
|
//#endregion
|
|
1708
2100
|
//#region src/components/table/table.variants.d.ts
|
|
1709
|
-
declare const tableVariants:
|
|
2101
|
+
declare const tableVariants: tailwind_variants1.TVReturnType<{
|
|
1710
2102
|
[key: string]: {
|
|
1711
|
-
[key: string]:
|
|
1712
|
-
root?:
|
|
1713
|
-
tbody?:
|
|
1714
|
-
td?:
|
|
1715
|
-
tfoot?:
|
|
1716
|
-
th?:
|
|
1717
|
-
thead?:
|
|
1718
|
-
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;
|
|
1719
2111
|
};
|
|
1720
2112
|
};
|
|
1721
2113
|
} | {
|
|
1722
2114
|
[x: string]: {
|
|
1723
|
-
[x: string]:
|
|
1724
|
-
root?:
|
|
1725
|
-
tbody?:
|
|
1726
|
-
td?:
|
|
1727
|
-
tfoot?:
|
|
1728
|
-
th?:
|
|
1729
|
-
thead?:
|
|
1730
|
-
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;
|
|
1731
2123
|
};
|
|
1732
2124
|
};
|
|
1733
2125
|
} | {}, {
|
|
@@ -1740,14 +2132,14 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
|
|
|
1740
2132
|
tr: string;
|
|
1741
2133
|
}, undefined, {
|
|
1742
2134
|
[key: string]: {
|
|
1743
|
-
[key: string]:
|
|
1744
|
-
root?:
|
|
1745
|
-
tbody?:
|
|
1746
|
-
td?:
|
|
1747
|
-
tfoot?:
|
|
1748
|
-
th?:
|
|
1749
|
-
thead?:
|
|
1750
|
-
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;
|
|
1751
2143
|
};
|
|
1752
2144
|
};
|
|
1753
2145
|
} | {}, {
|
|
@@ -1758,7 +2150,7 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
|
|
|
1758
2150
|
th: string;
|
|
1759
2151
|
thead: string;
|
|
1760
2152
|
tr: string;
|
|
1761
|
-
},
|
|
2153
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1762
2154
|
root: string;
|
|
1763
2155
|
tbody: string;
|
|
1764
2156
|
td: string;
|
|
@@ -1775,32 +2167,32 @@ declare const Table: {
|
|
|
1775
2167
|
({
|
|
1776
2168
|
className,
|
|
1777
2169
|
...props
|
|
1778
|
-
}: TableProps):
|
|
2170
|
+
}: TableProps): react_jsx_runtime8.JSX.Element;
|
|
1779
2171
|
Root: /*elided*/any;
|
|
1780
2172
|
Head: ({
|
|
1781
2173
|
className,
|
|
1782
2174
|
...props
|
|
1783
|
-
}: TableHeadProps) =>
|
|
2175
|
+
}: TableHeadProps) => react_jsx_runtime8.JSX.Element;
|
|
1784
2176
|
Row: ({
|
|
1785
2177
|
className,
|
|
1786
2178
|
...props
|
|
1787
|
-
}: TableRowProps) =>
|
|
2179
|
+
}: TableRowProps) => react_jsx_runtime8.JSX.Element;
|
|
1788
2180
|
HeaderCell: ({
|
|
1789
2181
|
className,
|
|
1790
2182
|
...props
|
|
1791
|
-
}: TableHeaderCellProps) =>
|
|
2183
|
+
}: TableHeaderCellProps) => react_jsx_runtime8.JSX.Element;
|
|
1792
2184
|
Body: ({
|
|
1793
2185
|
className,
|
|
1794
2186
|
...props
|
|
1795
|
-
}: TableBodyProps) =>
|
|
2187
|
+
}: TableBodyProps) => react_jsx_runtime8.JSX.Element;
|
|
1796
2188
|
DataCell: ({
|
|
1797
2189
|
className,
|
|
1798
2190
|
...props
|
|
1799
|
-
}: TableDataCellProps) =>
|
|
2191
|
+
}: TableDataCellProps) => react_jsx_runtime8.JSX.Element;
|
|
1800
2192
|
Footer: ({
|
|
1801
2193
|
className,
|
|
1802
2194
|
...props
|
|
1803
|
-
}: TableFooterProps) =>
|
|
2195
|
+
}: TableFooterProps) => react_jsx_runtime8.JSX.Element;
|
|
1804
2196
|
};
|
|
1805
2197
|
interface TableHeadProps extends React.ComponentProps<"thead"> {}
|
|
1806
2198
|
interface TableRowProps extends React.ComponentProps<"tr"> {}
|
|
@@ -1810,24 +2202,24 @@ interface TableDataCellProps extends React.ComponentProps<"td"> {}
|
|
|
1810
2202
|
interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
1811
2203
|
//#endregion
|
|
1812
2204
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
1813
|
-
declare const tabsVariants:
|
|
2205
|
+
declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
1814
2206
|
[key: string]: {
|
|
1815
|
-
[key: string]:
|
|
1816
|
-
panel?:
|
|
1817
|
-
root?:
|
|
1818
|
-
indicator?:
|
|
1819
|
-
list?:
|
|
1820
|
-
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;
|
|
1821
2213
|
};
|
|
1822
2214
|
};
|
|
1823
2215
|
} | {
|
|
1824
2216
|
[x: string]: {
|
|
1825
|
-
[x: string]:
|
|
1826
|
-
panel?:
|
|
1827
|
-
root?:
|
|
1828
|
-
indicator?:
|
|
1829
|
-
list?:
|
|
1830
|
-
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;
|
|
1831
2223
|
};
|
|
1832
2224
|
};
|
|
1833
2225
|
} | {}, {
|
|
@@ -1838,12 +2230,12 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
1838
2230
|
tab: string;
|
|
1839
2231
|
}, undefined, {
|
|
1840
2232
|
[key: string]: {
|
|
1841
|
-
[key: string]:
|
|
1842
|
-
panel?:
|
|
1843
|
-
root?:
|
|
1844
|
-
indicator?:
|
|
1845
|
-
list?:
|
|
1846
|
-
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;
|
|
1847
2239
|
};
|
|
1848
2240
|
};
|
|
1849
2241
|
} | {}, {
|
|
@@ -1852,7 +2244,7 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
1852
2244
|
panel: string;
|
|
1853
2245
|
root: string;
|
|
1854
2246
|
tab: string;
|
|
1855
|
-
},
|
|
2247
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1856
2248
|
indicator: string;
|
|
1857
2249
|
list: string;
|
|
1858
2250
|
panel: string;
|
|
@@ -1867,23 +2259,23 @@ declare const Tabs: {
|
|
|
1867
2259
|
({
|
|
1868
2260
|
className,
|
|
1869
2261
|
...props
|
|
1870
|
-
}: TabsProps):
|
|
2262
|
+
}: TabsProps): react_jsx_runtime8.JSX.Element;
|
|
1871
2263
|
List: ({
|
|
1872
2264
|
className,
|
|
1873
2265
|
...props
|
|
1874
|
-
}: TabsListProps) =>
|
|
2266
|
+
}: TabsListProps) => react_jsx_runtime8.JSX.Element;
|
|
1875
2267
|
Tab: ({
|
|
1876
2268
|
className,
|
|
1877
2269
|
...props
|
|
1878
|
-
}: TabsTabProps) =>
|
|
2270
|
+
}: TabsTabProps) => react_jsx_runtime8.JSX.Element;
|
|
1879
2271
|
Indicator: ({
|
|
1880
2272
|
className,
|
|
1881
2273
|
...props
|
|
1882
|
-
}: TabsIndicatorProps) =>
|
|
2274
|
+
}: TabsIndicatorProps) => react_jsx_runtime8.JSX.Element;
|
|
1883
2275
|
Panel: ({
|
|
1884
2276
|
className,
|
|
1885
2277
|
...props
|
|
1886
|
-
}: TabsPanelProps) =>
|
|
2278
|
+
}: TabsPanelProps) => react_jsx_runtime8.JSX.Element;
|
|
1887
2279
|
Root: /*elided*/any;
|
|
1888
2280
|
};
|
|
1889
2281
|
interface TabsListProps extends Tabs$1.List.Props {}
|
|
@@ -1892,7 +2284,7 @@ interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
|
|
|
1892
2284
|
interface TabsPanelProps extends Tabs$1.Panel.Props {}
|
|
1893
2285
|
//#endregion
|
|
1894
2286
|
//#region src/components/text/text.variants.d.ts
|
|
1895
|
-
declare const textVariants:
|
|
2287
|
+
declare const textVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "text", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "text", unknown, unknown, undefined>>;
|
|
1896
2288
|
type TextVariants = VariantProps<typeof textVariants>;
|
|
1897
2289
|
//#endregion
|
|
1898
2290
|
//#region src/components/text/text.d.ts
|
|
@@ -1900,19 +2292,19 @@ interface TextProps extends TextVariants, React.ComponentProps<"div"> {}
|
|
|
1900
2292
|
declare const Text: ({
|
|
1901
2293
|
className,
|
|
1902
2294
|
...props
|
|
1903
|
-
}: TextProps) =>
|
|
2295
|
+
}: TextProps) => react_jsx_runtime8.JSX.Element;
|
|
1904
2296
|
//#endregion
|
|
1905
2297
|
//#region src/components/textarea/textarea.variants.d.ts
|
|
1906
|
-
declare const textareaVariants:
|
|
2298
|
+
declare const textareaVariants: tailwind_variants1.TVReturnType<{} | {
|
|
1907
2299
|
inputSize: {
|
|
1908
|
-
lg:
|
|
1909
|
-
base?:
|
|
2300
|
+
lg: tailwind_merge29.ClassNameValue | {
|
|
2301
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1910
2302
|
};
|
|
1911
|
-
md:
|
|
1912
|
-
base?:
|
|
2303
|
+
md: tailwind_merge29.ClassNameValue | {
|
|
2304
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1913
2305
|
};
|
|
1914
|
-
sm:
|
|
1915
|
-
base?:
|
|
2306
|
+
sm: tailwind_merge29.ClassNameValue | {
|
|
2307
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1916
2308
|
};
|
|
1917
2309
|
};
|
|
1918
2310
|
}, undefined, "textarea", {
|
|
@@ -1921,7 +2313,7 @@ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
1921
2313
|
md: string;
|
|
1922
2314
|
sm: string;
|
|
1923
2315
|
};
|
|
1924
|
-
}, undefined,
|
|
2316
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1925
2317
|
inputSize: {
|
|
1926
2318
|
lg: string;
|
|
1927
2319
|
md: string;
|
|
@@ -1933,7 +2325,7 @@ declare const textareaVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
1933
2325
|
md: string;
|
|
1934
2326
|
sm: string;
|
|
1935
2327
|
};
|
|
1936
|
-
}, undefined,
|
|
2328
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1937
2329
|
inputSize: {
|
|
1938
2330
|
lg: string;
|
|
1939
2331
|
md: string;
|
|
@@ -1947,41 +2339,41 @@ interface TextareaProps extends TextareaVariants, React.ComponentProps<"textarea
|
|
|
1947
2339
|
declare const Textarea: ({
|
|
1948
2340
|
className,
|
|
1949
2341
|
...props
|
|
1950
|
-
}: TextareaProps) =>
|
|
2342
|
+
}: TextareaProps) => react_jsx_runtime8.JSX.Element;
|
|
1951
2343
|
//#endregion
|
|
1952
2344
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
1953
|
-
declare const toggleButtonVariants:
|
|
2345
|
+
declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
1954
2346
|
isIconOnly: {
|
|
1955
|
-
true:
|
|
1956
|
-
base?:
|
|
2347
|
+
true: tailwind_merge29.ClassNameValue | {
|
|
2348
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1957
2349
|
};
|
|
1958
2350
|
};
|
|
1959
2351
|
size: {
|
|
1960
|
-
lg:
|
|
1961
|
-
base?:
|
|
2352
|
+
lg: tailwind_merge29.ClassNameValue | {
|
|
2353
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1962
2354
|
};
|
|
1963
|
-
md:
|
|
1964
|
-
base?:
|
|
2355
|
+
md: tailwind_merge29.ClassNameValue | {
|
|
2356
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1965
2357
|
};
|
|
1966
|
-
sm:
|
|
1967
|
-
base?:
|
|
2358
|
+
sm: tailwind_merge29.ClassNameValue | {
|
|
2359
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1968
2360
|
};
|
|
1969
2361
|
};
|
|
1970
2362
|
variant: {
|
|
1971
|
-
danger:
|
|
1972
|
-
base?:
|
|
2363
|
+
danger: tailwind_merge29.ClassNameValue | {
|
|
2364
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1973
2365
|
};
|
|
1974
|
-
ghost:
|
|
1975
|
-
base?:
|
|
2366
|
+
ghost: tailwind_merge29.ClassNameValue | {
|
|
2367
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1976
2368
|
};
|
|
1977
|
-
outline:
|
|
1978
|
-
base?:
|
|
2369
|
+
outline: tailwind_merge29.ClassNameValue | {
|
|
2370
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1979
2371
|
};
|
|
1980
|
-
primary:
|
|
1981
|
-
base?:
|
|
2372
|
+
primary: tailwind_merge29.ClassNameValue | {
|
|
2373
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1982
2374
|
};
|
|
1983
|
-
secondary:
|
|
1984
|
-
base?:
|
|
2375
|
+
secondary: tailwind_merge29.ClassNameValue | {
|
|
2376
|
+
base?: tailwind_merge29.ClassNameValue;
|
|
1985
2377
|
};
|
|
1986
2378
|
};
|
|
1987
2379
|
}, undefined, "toggle-button", {
|
|
@@ -2000,7 +2392,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2000
2392
|
primary: string;
|
|
2001
2393
|
secondary: string;
|
|
2002
2394
|
};
|
|
2003
|
-
}, undefined,
|
|
2395
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2004
2396
|
isIconOnly: {
|
|
2005
2397
|
true: string;
|
|
2006
2398
|
};
|
|
@@ -2032,7 +2424,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2032
2424
|
primary: string;
|
|
2033
2425
|
secondary: string;
|
|
2034
2426
|
};
|
|
2035
|
-
}, undefined,
|
|
2427
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2036
2428
|
isIconOnly: {
|
|
2037
2429
|
true: string;
|
|
2038
2430
|
};
|
|
@@ -2058,7 +2450,7 @@ declare const ToggleButton: ({
|
|
|
2058
2450
|
variant,
|
|
2059
2451
|
size,
|
|
2060
2452
|
...props
|
|
2061
|
-
}: ToggleButtonProps) =>
|
|
2453
|
+
}: ToggleButtonProps) => react_jsx_runtime8.JSX.Element;
|
|
2062
2454
|
//#endregion
|
|
2063
|
-
export { Accordion, AccordionVariants, AlertDialog, AlertDialogVariants, Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, Card, CardVariants, Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, Container, ContainerVariants, Dialog, DialogVariants, 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, 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 };
|
|
2064
2456
|
//# sourceMappingURL=index.d.cts.map
|