@fea-ui/react 0.0.0-canary.6 → 0.0.0
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.d.cts +902 -902
- package/dist/index.d.mts +902 -902
- package/dist/index.mjs +146 -146
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/index.cjs +0 -2716
- package/dist/index.cjs.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants245 from "tailwind-variants";
|
|
2
2
|
import { VariantProps, cn } from "tailwind-variants";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime655 from "react/jsx-runtime";
|
|
4
|
+
import * as _base_ui_react5 from "@base-ui/react";
|
|
5
5
|
import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } from "@base-ui/react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as tailwind_merge1403 from "tailwind-merge";
|
|
7
7
|
import { Slot } from "@radix-ui/react-slot";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react11 from "react";
|
|
9
9
|
import React$1 from "react";
|
|
10
|
-
import * as
|
|
10
|
+
import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite2 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
|
|
11
11
|
|
|
12
12
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
13
|
-
declare const accordionVariants:
|
|
13
|
+
declare const accordionVariants: tailwind_variants245.TVReturnType<{
|
|
14
14
|
[key: string]: {
|
|
15
|
-
[key: string]:
|
|
16
|
-
content?:
|
|
17
|
-
header?:
|
|
18
|
-
item?:
|
|
19
|
-
panel?:
|
|
20
|
-
root?:
|
|
21
|
-
trigger?:
|
|
22
|
-
triggerIcon?:
|
|
15
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
16
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
17
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
18
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
19
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
20
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
21
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
22
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
} | {
|
|
26
26
|
[x: string]: {
|
|
27
|
-
[x: string]:
|
|
28
|
-
content?:
|
|
29
|
-
header?:
|
|
30
|
-
item?:
|
|
31
|
-
panel?:
|
|
32
|
-
root?:
|
|
33
|
-
trigger?:
|
|
34
|
-
triggerIcon?:
|
|
27
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
28
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
29
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
30
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
31
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
32
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
33
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
34
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
} | {}, {
|
|
@@ -44,14 +44,14 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
|
|
|
44
44
|
triggerIcon: string;
|
|
45
45
|
}, undefined, {
|
|
46
46
|
[key: string]: {
|
|
47
|
-
[key: string]:
|
|
48
|
-
content?:
|
|
49
|
-
header?:
|
|
50
|
-
item?:
|
|
51
|
-
panel?:
|
|
52
|
-
root?:
|
|
53
|
-
trigger?:
|
|
54
|
-
triggerIcon?:
|
|
47
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
48
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
49
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
50
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
51
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
52
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
53
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
54
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
} | {}, {
|
|
@@ -62,7 +62,7 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
|
|
|
62
62
|
root: string;
|
|
63
63
|
trigger: string;
|
|
64
64
|
triggerIcon: string;
|
|
65
|
-
},
|
|
65
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
66
66
|
content: string;
|
|
67
67
|
header: string;
|
|
68
68
|
item: string;
|
|
@@ -84,39 +84,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
|
84
84
|
declare const _default: (({
|
|
85
85
|
className,
|
|
86
86
|
...props
|
|
87
|
-
}: AccordionProps) =>
|
|
87
|
+
}: AccordionProps) => react_jsx_runtime655.JSX.Element) & {
|
|
88
88
|
Content: ({
|
|
89
89
|
className,
|
|
90
90
|
...props
|
|
91
|
-
}: AccordionContentProps) =>
|
|
91
|
+
}: AccordionContentProps) => react_jsx_runtime655.JSX.Element;
|
|
92
92
|
Header: ({
|
|
93
93
|
className,
|
|
94
94
|
...props
|
|
95
|
-
}: AccordionHeaderProps) =>
|
|
95
|
+
}: AccordionHeaderProps) => react_jsx_runtime655.JSX.Element;
|
|
96
96
|
Item: ({
|
|
97
97
|
className,
|
|
98
98
|
...props
|
|
99
|
-
}: AccordionItemProps) =>
|
|
99
|
+
}: AccordionItemProps) => react_jsx_runtime655.JSX.Element;
|
|
100
100
|
Panel: ({
|
|
101
101
|
className,
|
|
102
102
|
...props
|
|
103
|
-
}: AccordionPanelProps) =>
|
|
103
|
+
}: AccordionPanelProps) => react_jsx_runtime655.JSX.Element;
|
|
104
104
|
Root: ({
|
|
105
105
|
className,
|
|
106
106
|
...props
|
|
107
|
-
}: AccordionProps) =>
|
|
107
|
+
}: AccordionProps) => react_jsx_runtime655.JSX.Element;
|
|
108
108
|
Trigger: ({
|
|
109
109
|
className,
|
|
110
110
|
...props
|
|
111
|
-
}: AccordionTriggerProps) =>
|
|
111
|
+
}: AccordionTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
112
112
|
TriggerIcon: ({
|
|
113
113
|
className,
|
|
114
114
|
...props
|
|
115
|
-
}: AccordionTriggerIconProps) =>
|
|
115
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime655.JSX.Element;
|
|
116
116
|
};
|
|
117
117
|
//#endregion
|
|
118
118
|
//#region src/components/alert/alert.variants.d.ts
|
|
119
|
-
declare const alertVariants:
|
|
119
|
+
declare const alertVariants: tailwind_variants245.TVReturnType<{
|
|
120
120
|
variant: {
|
|
121
121
|
danger: {
|
|
122
122
|
root: string;
|
|
@@ -164,7 +164,7 @@ declare const alertVariants: tailwind_variants0.TVReturnType<{
|
|
|
164
164
|
indicator: string;
|
|
165
165
|
root: string;
|
|
166
166
|
title: string;
|
|
167
|
-
},
|
|
167
|
+
}, tailwind_variants245.TVReturnType<{
|
|
168
168
|
variant: {
|
|
169
169
|
danger: {
|
|
170
170
|
root: string;
|
|
@@ -201,58 +201,58 @@ declare const _default$1: (({
|
|
|
201
201
|
className,
|
|
202
202
|
variant,
|
|
203
203
|
...props
|
|
204
|
-
}: AlertProps) =>
|
|
204
|
+
}: AlertProps) => react_jsx_runtime655.JSX.Element) & {
|
|
205
205
|
Content: ({
|
|
206
206
|
className,
|
|
207
207
|
...props
|
|
208
|
-
}: AlertContentProps) =>
|
|
208
|
+
}: AlertContentProps) => react_jsx_runtime655.JSX.Element;
|
|
209
209
|
Description: ({
|
|
210
210
|
className,
|
|
211
211
|
...props
|
|
212
|
-
}: AlertDescriptionProps) =>
|
|
212
|
+
}: AlertDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
213
213
|
Indicator: ({
|
|
214
214
|
className,
|
|
215
215
|
children,
|
|
216
216
|
...props
|
|
217
|
-
}: AlertIndicatorProps) =>
|
|
217
|
+
}: AlertIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
218
218
|
Root: ({
|
|
219
219
|
className,
|
|
220
220
|
variant,
|
|
221
221
|
...props
|
|
222
|
-
}: AlertProps) =>
|
|
222
|
+
}: AlertProps) => react_jsx_runtime655.JSX.Element;
|
|
223
223
|
Title: ({
|
|
224
224
|
className,
|
|
225
225
|
...props
|
|
226
|
-
}: AlertTitleProps) =>
|
|
226
|
+
}: AlertTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
227
227
|
};
|
|
228
228
|
//#endregion
|
|
229
229
|
//#region src/components/alert-dialog/alert-dialog.variants.d.ts
|
|
230
|
-
declare const alertDialogVariants:
|
|
230
|
+
declare const alertDialogVariants: tailwind_variants245.TVReturnType<{
|
|
231
231
|
[key: string]: {
|
|
232
|
-
[key: string]:
|
|
233
|
-
root?:
|
|
234
|
-
trigger?:
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
backdrop?:
|
|
238
|
-
close?:
|
|
239
|
-
popup?:
|
|
240
|
-
portal?:
|
|
241
|
-
viewport?:
|
|
232
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
233
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
234
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
235
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
236
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
237
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
238
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
239
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
240
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
241
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
242
242
|
};
|
|
243
243
|
};
|
|
244
244
|
} | {
|
|
245
245
|
[x: string]: {
|
|
246
|
-
[x: string]:
|
|
247
|
-
root?:
|
|
248
|
-
trigger?:
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
backdrop?:
|
|
252
|
-
close?:
|
|
253
|
-
popup?:
|
|
254
|
-
portal?:
|
|
255
|
-
viewport?:
|
|
246
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
247
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
248
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
249
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
250
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
251
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
252
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
253
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
254
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
255
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
256
256
|
};
|
|
257
257
|
};
|
|
258
258
|
} | {}, {
|
|
@@ -267,16 +267,16 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
267
267
|
viewport: string;
|
|
268
268
|
}, undefined, {
|
|
269
269
|
[key: string]: {
|
|
270
|
-
[key: string]:
|
|
271
|
-
root?:
|
|
272
|
-
trigger?:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
backdrop?:
|
|
276
|
-
close?:
|
|
277
|
-
popup?:
|
|
278
|
-
portal?:
|
|
279
|
-
viewport?:
|
|
270
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
271
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
272
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
273
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
274
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
275
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
276
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
277
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
278
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
279
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
282
|
} | {}, {
|
|
@@ -289,7 +289,7 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
289
289
|
title: string;
|
|
290
290
|
trigger: string;
|
|
291
291
|
viewport: string;
|
|
292
|
-
},
|
|
292
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
293
293
|
backdrop: string;
|
|
294
294
|
close: string;
|
|
295
295
|
description: string;
|
|
@@ -314,47 +314,47 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
|
|
|
314
314
|
interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
|
|
315
315
|
declare const _default$2: (({
|
|
316
316
|
...props
|
|
317
|
-
}: AlertDialogProps) =>
|
|
317
|
+
}: AlertDialogProps) => react_jsx_runtime655.JSX.Element) & {
|
|
318
318
|
Backdrop: ({
|
|
319
319
|
className,
|
|
320
320
|
...props
|
|
321
|
-
}: AlertDialogBackdropProps) =>
|
|
321
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime655.JSX.Element;
|
|
322
322
|
Close: ({
|
|
323
323
|
className,
|
|
324
324
|
children,
|
|
325
325
|
...props
|
|
326
|
-
}: AlertDialogCloseProps) =>
|
|
326
|
+
}: AlertDialogCloseProps) => react_jsx_runtime655.JSX.Element;
|
|
327
327
|
Description: ({
|
|
328
328
|
className,
|
|
329
329
|
...props
|
|
330
|
-
}: AlertDialogDescriptionProps) =>
|
|
330
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
331
331
|
Popup: ({
|
|
332
332
|
className,
|
|
333
333
|
...props
|
|
334
|
-
}: AlertDialogPopupProps) =>
|
|
334
|
+
}: AlertDialogPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
335
335
|
Portal: ({
|
|
336
336
|
className,
|
|
337
337
|
...props
|
|
338
|
-
}: AlertDialogPortalProps) =>
|
|
338
|
+
}: AlertDialogPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
339
339
|
Root: ({
|
|
340
340
|
...props
|
|
341
|
-
}: AlertDialogProps) =>
|
|
341
|
+
}: AlertDialogProps) => react_jsx_runtime655.JSX.Element;
|
|
342
342
|
Title: ({
|
|
343
343
|
className,
|
|
344
344
|
...props
|
|
345
|
-
}: AlertDialogTitleProps) =>
|
|
345
|
+
}: AlertDialogTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
346
346
|
Trigger: ({
|
|
347
347
|
className,
|
|
348
348
|
...props
|
|
349
|
-
}: AlertDialogTriggerProps) =>
|
|
349
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
350
350
|
Viewport: ({
|
|
351
351
|
className,
|
|
352
352
|
...props
|
|
353
|
-
}: AlertDialogViewportProps) =>
|
|
353
|
+
}: AlertDialogViewportProps) => react_jsx_runtime655.JSX.Element;
|
|
354
354
|
};
|
|
355
355
|
//#endregion
|
|
356
356
|
//#region src/components/avatar/avatar.variants.d.ts
|
|
357
|
-
declare const avatarVariants:
|
|
357
|
+
declare const avatarVariants: tailwind_variants245.TVReturnType<{
|
|
358
358
|
size: {
|
|
359
359
|
lg: {
|
|
360
360
|
root: string;
|
|
@@ -386,7 +386,7 @@ declare const avatarVariants: tailwind_variants0.TVReturnType<{
|
|
|
386
386
|
fallback: string;
|
|
387
387
|
image: string;
|
|
388
388
|
root: string;
|
|
389
|
-
},
|
|
389
|
+
}, tailwind_variants245.TVReturnType<{
|
|
390
390
|
size: {
|
|
391
391
|
lg: {
|
|
392
392
|
root: string;
|
|
@@ -413,24 +413,24 @@ declare const _default$3: (({
|
|
|
413
413
|
className,
|
|
414
414
|
size,
|
|
415
415
|
...props
|
|
416
|
-
}: AvatarProps) =>
|
|
416
|
+
}: AvatarProps) => react_jsx_runtime655.JSX.Element) & {
|
|
417
417
|
Fallback: ({
|
|
418
418
|
className,
|
|
419
419
|
...props
|
|
420
|
-
}: AvatarFallbackProps) =>
|
|
420
|
+
}: AvatarFallbackProps) => react_jsx_runtime655.JSX.Element;
|
|
421
421
|
Image: ({
|
|
422
422
|
className,
|
|
423
423
|
...props
|
|
424
|
-
}: AvatarImageProps) =>
|
|
424
|
+
}: AvatarImageProps) => react_jsx_runtime655.JSX.Element;
|
|
425
425
|
Root: ({
|
|
426
426
|
className,
|
|
427
427
|
size,
|
|
428
428
|
...props
|
|
429
|
-
}: AvatarProps) =>
|
|
429
|
+
}: AvatarProps) => react_jsx_runtime655.JSX.Element;
|
|
430
430
|
};
|
|
431
431
|
//#endregion
|
|
432
432
|
//#region src/components/button/button.variants.d.ts
|
|
433
|
-
declare const buttonVariants:
|
|
433
|
+
declare const buttonVariants: tailwind_variants245.TVReturnType<{
|
|
434
434
|
isIconOnly: {
|
|
435
435
|
true: string;
|
|
436
436
|
};
|
|
@@ -462,7 +462,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
|
|
|
462
462
|
primary: string;
|
|
463
463
|
secondary: string;
|
|
464
464
|
};
|
|
465
|
-
}, undefined,
|
|
465
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
466
466
|
isIconOnly: {
|
|
467
467
|
true: string;
|
|
468
468
|
};
|
|
@@ -489,10 +489,10 @@ declare const Button: ({
|
|
|
489
489
|
size,
|
|
490
490
|
isIconOnly,
|
|
491
491
|
...props
|
|
492
|
-
}: ButtonProps) =>
|
|
492
|
+
}: ButtonProps) => react_jsx_runtime655.JSX.Element;
|
|
493
493
|
//#endregion
|
|
494
494
|
//#region src/components/button-group/button-group.variants.d.ts
|
|
495
|
-
declare const buttonGroupVariants:
|
|
495
|
+
declare const buttonGroupVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
|
|
496
496
|
type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
|
|
497
497
|
//#endregion
|
|
498
498
|
//#region src/components/button-group/button-group.d.ts
|
|
@@ -500,10 +500,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
|
|
|
500
500
|
declare const ButtonGroup: ({
|
|
501
501
|
className,
|
|
502
502
|
...props
|
|
503
|
-
}: ButtonGroupProps) =>
|
|
503
|
+
}: ButtonGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
504
504
|
//#endregion
|
|
505
505
|
//#region src/components/card/card.variants.d.ts
|
|
506
|
-
declare const cardVariants:
|
|
506
|
+
declare const cardVariants: tailwind_variants245.TVReturnType<{
|
|
507
507
|
variant: {
|
|
508
508
|
default: {
|
|
509
509
|
root: string;
|
|
@@ -533,7 +533,7 @@ declare const cardVariants: tailwind_variants0.TVReturnType<{
|
|
|
533
533
|
header: string;
|
|
534
534
|
root: string;
|
|
535
535
|
title: string;
|
|
536
|
-
},
|
|
536
|
+
}, tailwind_variants245.TVReturnType<{
|
|
537
537
|
variant: {
|
|
538
538
|
default: {
|
|
539
539
|
root: string;
|
|
@@ -562,43 +562,43 @@ declare const _default$4: (({
|
|
|
562
562
|
className,
|
|
563
563
|
variant,
|
|
564
564
|
...props
|
|
565
|
-
}: CardProps) =>
|
|
565
|
+
}: CardProps) => react_jsx_runtime655.JSX.Element) & {
|
|
566
566
|
Content: ({
|
|
567
567
|
className,
|
|
568
568
|
...props
|
|
569
|
-
}: CardBodyProps) =>
|
|
569
|
+
}: CardBodyProps) => react_jsx_runtime655.JSX.Element;
|
|
570
570
|
Description: ({
|
|
571
571
|
className,
|
|
572
572
|
...props
|
|
573
|
-
}: CardDescriptionProps) =>
|
|
573
|
+
}: CardDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
574
574
|
Header: ({
|
|
575
575
|
className,
|
|
576
576
|
...props
|
|
577
|
-
}: CardHeaderProps) =>
|
|
577
|
+
}: CardHeaderProps) => react_jsx_runtime655.JSX.Element;
|
|
578
578
|
Root: ({
|
|
579
579
|
className,
|
|
580
580
|
variant,
|
|
581
581
|
...props
|
|
582
|
-
}: CardProps) =>
|
|
582
|
+
}: CardProps) => react_jsx_runtime655.JSX.Element;
|
|
583
583
|
Title: ({
|
|
584
584
|
className,
|
|
585
585
|
...props
|
|
586
|
-
}: CardTitle) =>
|
|
586
|
+
}: CardTitle) => react_jsx_runtime655.JSX.Element;
|
|
587
587
|
};
|
|
588
588
|
//#endregion
|
|
589
589
|
//#region src/components/checkbox/checkbox.variants.d.ts
|
|
590
|
-
declare const checkboxVariants:
|
|
590
|
+
declare const checkboxVariants: tailwind_variants245.TVReturnType<{
|
|
591
591
|
[key: string]: {
|
|
592
|
-
[key: string]:
|
|
593
|
-
root?:
|
|
594
|
-
indicator?:
|
|
592
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
593
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
594
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
595
595
|
};
|
|
596
596
|
};
|
|
597
597
|
} | {
|
|
598
598
|
[x: string]: {
|
|
599
|
-
[x: string]:
|
|
600
|
-
root?:
|
|
601
|
-
indicator?:
|
|
599
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
600
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
601
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
602
602
|
};
|
|
603
603
|
};
|
|
604
604
|
} | {}, {
|
|
@@ -606,15 +606,15 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
606
606
|
root: string;
|
|
607
607
|
}, undefined, {
|
|
608
608
|
[key: string]: {
|
|
609
|
-
[key: string]:
|
|
610
|
-
root?:
|
|
611
|
-
indicator?:
|
|
609
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
610
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
611
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
612
612
|
};
|
|
613
613
|
};
|
|
614
614
|
} | {}, {
|
|
615
615
|
indicator: string;
|
|
616
616
|
root: string;
|
|
617
|
-
},
|
|
617
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
618
618
|
indicator: string;
|
|
619
619
|
root: string;
|
|
620
620
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -626,20 +626,20 @@ interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
|
|
|
626
626
|
declare const _default$5: (({
|
|
627
627
|
className,
|
|
628
628
|
...props
|
|
629
|
-
}: CheckboxProps) =>
|
|
629
|
+
}: CheckboxProps) => react_jsx_runtime655.JSX.Element) & {
|
|
630
630
|
Indicator: ({
|
|
631
631
|
className,
|
|
632
632
|
children,
|
|
633
633
|
...props
|
|
634
|
-
}: CheckboxIndicatorProps) =>
|
|
634
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
635
635
|
Root: ({
|
|
636
636
|
className,
|
|
637
637
|
...props
|
|
638
|
-
}: CheckboxProps) =>
|
|
638
|
+
}: CheckboxProps) => react_jsx_runtime655.JSX.Element;
|
|
639
639
|
};
|
|
640
640
|
//#endregion
|
|
641
641
|
//#region src/components/checkbox-group/checkbox-group.variants.d.ts
|
|
642
|
-
declare const checkboxGroupVariants:
|
|
642
|
+
declare const checkboxGroupVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
|
|
643
643
|
type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
|
|
644
644
|
//#endregion
|
|
645
645
|
//#region src/components/checkbox-group/checkbox-group.d.ts
|
|
@@ -647,10 +647,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
|
|
|
647
647
|
declare const CheckboxGroup: ({
|
|
648
648
|
className,
|
|
649
649
|
...props
|
|
650
|
-
}: CheckboxGroupProps) =>
|
|
650
|
+
}: CheckboxGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
651
651
|
//#endregion
|
|
652
652
|
//#region src/components/chip/chip.variants.d.ts
|
|
653
|
-
declare const chipVariants:
|
|
653
|
+
declare const chipVariants: tailwind_variants245.TVReturnType<{
|
|
654
654
|
size: {
|
|
655
655
|
lg: string;
|
|
656
656
|
md: string;
|
|
@@ -676,7 +676,7 @@ declare const chipVariants: tailwind_variants0.TVReturnType<{
|
|
|
676
676
|
secondary: string;
|
|
677
677
|
success: string;
|
|
678
678
|
};
|
|
679
|
-
}, undefined,
|
|
679
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
680
680
|
size: {
|
|
681
681
|
lg: string;
|
|
682
682
|
md: string;
|
|
@@ -699,10 +699,96 @@ declare const Chip: ({
|
|
|
699
699
|
variant,
|
|
700
700
|
size,
|
|
701
701
|
...props
|
|
702
|
-
}: ChipProps) =>
|
|
702
|
+
}: ChipProps) => react_jsx_runtime655.JSX.Element;
|
|
703
|
+
//#endregion
|
|
704
|
+
//#region src/components/collapsible/collapsible.variants.d.ts
|
|
705
|
+
declare const collapsibleVariants: tailwind_variants245.TVReturnType<{
|
|
706
|
+
[key: string]: {
|
|
707
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
708
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
709
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
710
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
711
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
712
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
} | {
|
|
716
|
+
[x: string]: {
|
|
717
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
718
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
719
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
720
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
721
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
722
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
723
|
+
};
|
|
724
|
+
};
|
|
725
|
+
} | {}, {
|
|
726
|
+
content: string;
|
|
727
|
+
panel: string;
|
|
728
|
+
root: string;
|
|
729
|
+
trigger: string;
|
|
730
|
+
triggerIcon: string;
|
|
731
|
+
}, undefined, {
|
|
732
|
+
[key: string]: {
|
|
733
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
734
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
735
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
736
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
737
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
738
|
+
triggerIcon?: tailwind_merge1403.ClassNameValue;
|
|
739
|
+
};
|
|
740
|
+
};
|
|
741
|
+
} | {}, {
|
|
742
|
+
content: string;
|
|
743
|
+
panel: string;
|
|
744
|
+
root: string;
|
|
745
|
+
trigger: string;
|
|
746
|
+
triggerIcon: string;
|
|
747
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
748
|
+
content: string;
|
|
749
|
+
panel: string;
|
|
750
|
+
root: string;
|
|
751
|
+
trigger: string;
|
|
752
|
+
triggerIcon: string;
|
|
753
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
754
|
+
type CollapsibleVariants = VariantProps<typeof collapsibleVariants>;
|
|
755
|
+
//#endregion
|
|
756
|
+
//#region src/components/collapsible/collapsible.d.ts
|
|
757
|
+
interface CollapsibleProps extends CollapsibleVariants, Collapsible.Root.Props {}
|
|
758
|
+
interface CollapsibleTriggerProps extends Collapsible.Trigger.Props {}
|
|
759
|
+
interface CollapsibleTriggerIconProps extends React.ComponentProps<"svg"> {}
|
|
760
|
+
interface CollapsiblePanelProps extends Collapsible.Panel.Props {}
|
|
761
|
+
interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
762
|
+
declare const _default$6: (({
|
|
763
|
+
className,
|
|
764
|
+
...props
|
|
765
|
+
}: CollapsibleProps) => react_jsx_runtime655.JSX.Element) & {
|
|
766
|
+
Content: ({
|
|
767
|
+
className,
|
|
768
|
+
...props
|
|
769
|
+
}: CollapsibleContentProps) => react_jsx_runtime655.JSX.Element;
|
|
770
|
+
Panel: ({
|
|
771
|
+
className,
|
|
772
|
+
children,
|
|
773
|
+
...props
|
|
774
|
+
}: CollapsiblePanelProps) => react_jsx_runtime655.JSX.Element;
|
|
775
|
+
Root: ({
|
|
776
|
+
className,
|
|
777
|
+
...props
|
|
778
|
+
}: CollapsibleProps) => react_jsx_runtime655.JSX.Element;
|
|
779
|
+
Trigger: ({
|
|
780
|
+
className,
|
|
781
|
+
children,
|
|
782
|
+
...props
|
|
783
|
+
}: CollapsibleTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
784
|
+
TriggerIcon: ({
|
|
785
|
+
className,
|
|
786
|
+
...props
|
|
787
|
+
}: CollapsibleTriggerIconProps) => react_jsx_runtime655.JSX.Element;
|
|
788
|
+
};
|
|
703
789
|
//#endregion
|
|
704
790
|
//#region src/components/container/container.variants.d.ts
|
|
705
|
-
declare const containerVariants:
|
|
791
|
+
declare const containerVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
706
792
|
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
707
793
|
//#endregion
|
|
708
794
|
//#region src/components/container/container.d.ts
|
|
@@ -710,35 +796,35 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
|
|
|
710
796
|
declare const Container: ({
|
|
711
797
|
className,
|
|
712
798
|
...props
|
|
713
|
-
}: ContainerProps) =>
|
|
799
|
+
}: ContainerProps) => react_jsx_runtime655.JSX.Element;
|
|
714
800
|
//#endregion
|
|
715
801
|
//#region src/components/dialog/dialog.variants.d.ts
|
|
716
|
-
declare const dialogVariants:
|
|
802
|
+
declare const dialogVariants: tailwind_variants245.TVReturnType<{
|
|
717
803
|
[key: string]: {
|
|
718
|
-
[key: string]:
|
|
719
|
-
root?:
|
|
720
|
-
trigger?:
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
backdrop?:
|
|
724
|
-
close?:
|
|
725
|
-
popup?:
|
|
726
|
-
portal?:
|
|
727
|
-
viewport?:
|
|
804
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
805
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
806
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
807
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
808
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
809
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
810
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
811
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
812
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
813
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
728
814
|
};
|
|
729
815
|
};
|
|
730
816
|
} | {
|
|
731
817
|
[x: string]: {
|
|
732
|
-
[x: string]:
|
|
733
|
-
root?:
|
|
734
|
-
trigger?:
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
backdrop?:
|
|
738
|
-
close?:
|
|
739
|
-
popup?:
|
|
740
|
-
portal?:
|
|
741
|
-
viewport?:
|
|
818
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
819
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
820
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
821
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
822
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
823
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
824
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
825
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
826
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
827
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
742
828
|
};
|
|
743
829
|
};
|
|
744
830
|
} | {}, {
|
|
@@ -753,16 +839,16 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
753
839
|
viewport: string;
|
|
754
840
|
}, undefined, {
|
|
755
841
|
[key: string]: {
|
|
756
|
-
[key: string]:
|
|
757
|
-
root?:
|
|
758
|
-
trigger?:
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
backdrop?:
|
|
762
|
-
close?:
|
|
763
|
-
popup?:
|
|
764
|
-
portal?:
|
|
765
|
-
viewport?:
|
|
842
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
843
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
844
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
845
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
846
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
847
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
848
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
849
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
850
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
851
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
766
852
|
};
|
|
767
853
|
};
|
|
768
854
|
} | {}, {
|
|
@@ -775,7 +861,7 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
775
861
|
title: string;
|
|
776
862
|
trigger: string;
|
|
777
863
|
viewport: string;
|
|
778
|
-
},
|
|
864
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
779
865
|
backdrop: string;
|
|
780
866
|
close: string;
|
|
781
867
|
description: string;
|
|
@@ -800,46 +886,46 @@ interface DialogDescriptionProps extends Dialog.Description.Props {}
|
|
|
800
886
|
interface DialogCloseProps extends Dialog.Close.Props {}
|
|
801
887
|
declare const _default$7: (({
|
|
802
888
|
...props
|
|
803
|
-
}: DialogProps) =>
|
|
889
|
+
}: DialogProps) => react_jsx_runtime655.JSX.Element) & {
|
|
804
890
|
Backdrop: ({
|
|
805
891
|
className,
|
|
806
892
|
...props
|
|
807
|
-
}: DialogBackdropProps) =>
|
|
893
|
+
}: DialogBackdropProps) => react_jsx_runtime655.JSX.Element;
|
|
808
894
|
Close: ({
|
|
809
895
|
className,
|
|
810
896
|
...props
|
|
811
|
-
}: DialogCloseProps) =>
|
|
897
|
+
}: DialogCloseProps) => react_jsx_runtime655.JSX.Element;
|
|
812
898
|
Description: ({
|
|
813
899
|
className,
|
|
814
900
|
...props
|
|
815
|
-
}: DialogDescriptionProps) =>
|
|
901
|
+
}: DialogDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
816
902
|
Popup: ({
|
|
817
903
|
className,
|
|
818
904
|
...props
|
|
819
|
-
}: DialogPopupProps) =>
|
|
905
|
+
}: DialogPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
820
906
|
Portal: ({
|
|
821
907
|
className,
|
|
822
908
|
...props
|
|
823
|
-
}: DialogPortalProps) =>
|
|
909
|
+
}: DialogPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
824
910
|
Root: ({
|
|
825
911
|
...props
|
|
826
|
-
}: DialogProps) =>
|
|
912
|
+
}: DialogProps) => react_jsx_runtime655.JSX.Element;
|
|
827
913
|
Title: ({
|
|
828
914
|
className,
|
|
829
915
|
...props
|
|
830
|
-
}: DialogTitleProps) =>
|
|
916
|
+
}: DialogTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
831
917
|
Trigger: ({
|
|
832
918
|
className,
|
|
833
919
|
...props
|
|
834
|
-
}: DialogTriggerProps) =>
|
|
920
|
+
}: DialogTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
835
921
|
Viewport: ({
|
|
836
922
|
className,
|
|
837
923
|
...props
|
|
838
|
-
}: DialogViewportProps) =>
|
|
924
|
+
}: DialogViewportProps) => react_jsx_runtime655.JSX.Element;
|
|
839
925
|
};
|
|
840
926
|
//#endregion
|
|
841
927
|
//#region src/components/drawer/drawer.variants.d.ts
|
|
842
|
-
declare const drawerVariants:
|
|
928
|
+
declare const drawerVariants: tailwind_variants245.TVReturnType<{
|
|
843
929
|
position: {
|
|
844
930
|
bottom: {
|
|
845
931
|
popup: string;
|
|
@@ -889,7 +975,7 @@ declare const drawerVariants: tailwind_variants0.TVReturnType<{
|
|
|
889
975
|
title: string;
|
|
890
976
|
trigger: string;
|
|
891
977
|
viewport: string;
|
|
892
|
-
},
|
|
978
|
+
}, tailwind_variants245.TVReturnType<{
|
|
893
979
|
position: {
|
|
894
980
|
bottom: {
|
|
895
981
|
popup: string;
|
|
@@ -930,65 +1016,65 @@ interface DrawerCloseProps extends Dialog.Close.Props {}
|
|
|
930
1016
|
declare const _default$8: (({
|
|
931
1017
|
position,
|
|
932
1018
|
...props
|
|
933
|
-
}: DrawerProps) =>
|
|
1019
|
+
}: DrawerProps) => react_jsx_runtime655.JSX.Element) & {
|
|
934
1020
|
Backdrop: ({
|
|
935
1021
|
className,
|
|
936
1022
|
...props
|
|
937
|
-
}: DrawerBackdropProps) =>
|
|
1023
|
+
}: DrawerBackdropProps) => react_jsx_runtime655.JSX.Element;
|
|
938
1024
|
Close: ({
|
|
939
1025
|
className,
|
|
940
1026
|
children,
|
|
941
1027
|
...props
|
|
942
|
-
}: DrawerCloseProps) =>
|
|
1028
|
+
}: DrawerCloseProps) => react_jsx_runtime655.JSX.Element;
|
|
943
1029
|
Description: ({
|
|
944
1030
|
className,
|
|
945
1031
|
...props
|
|
946
|
-
}: DrawerDescriptionProps) =>
|
|
1032
|
+
}: DrawerDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
947
1033
|
Popup: ({
|
|
948
1034
|
className,
|
|
949
1035
|
...props
|
|
950
|
-
}: DrawerPopupProps) =>
|
|
1036
|
+
}: DrawerPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
951
1037
|
Portal: ({
|
|
952
1038
|
className,
|
|
953
1039
|
...props
|
|
954
|
-
}: DrawerPortalProps) =>
|
|
1040
|
+
}: DrawerPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
955
1041
|
Root: ({
|
|
956
1042
|
position,
|
|
957
1043
|
...props
|
|
958
|
-
}: DrawerProps) =>
|
|
1044
|
+
}: DrawerProps) => react_jsx_runtime655.JSX.Element;
|
|
959
1045
|
Title: ({
|
|
960
1046
|
className,
|
|
961
1047
|
...props
|
|
962
|
-
}: DrawerTitleProps) =>
|
|
1048
|
+
}: DrawerTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
963
1049
|
Trigger: ({
|
|
964
1050
|
className,
|
|
965
1051
|
...props
|
|
966
|
-
}: DrawerTriggerProps) =>
|
|
1052
|
+
}: DrawerTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
967
1053
|
Viewport: ({
|
|
968
1054
|
className,
|
|
969
1055
|
...props
|
|
970
|
-
}: DrawerViewportProps) =>
|
|
1056
|
+
}: DrawerViewportProps) => react_jsx_runtime655.JSX.Element;
|
|
971
1057
|
};
|
|
972
1058
|
//#endregion
|
|
973
1059
|
//#region src/components/field/field.variants.d.ts
|
|
974
|
-
declare const fieldVariants:
|
|
1060
|
+
declare const fieldVariants: tailwind_variants245.TVReturnType<{
|
|
975
1061
|
[key: string]: {
|
|
976
|
-
[key: string]:
|
|
977
|
-
root?:
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
control?:
|
|
981
|
-
error?:
|
|
1062
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1063
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1064
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1065
|
+
label?: tailwind_merge1403.ClassNameValue;
|
|
1066
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
1067
|
+
error?: tailwind_merge1403.ClassNameValue;
|
|
982
1068
|
};
|
|
983
1069
|
};
|
|
984
1070
|
} | {
|
|
985
1071
|
[x: string]: {
|
|
986
|
-
[x: string]:
|
|
987
|
-
root?:
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
control?:
|
|
991
|
-
error?:
|
|
1072
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1073
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1074
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1075
|
+
label?: tailwind_merge1403.ClassNameValue;
|
|
1076
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
1077
|
+
error?: tailwind_merge1403.ClassNameValue;
|
|
992
1078
|
};
|
|
993
1079
|
};
|
|
994
1080
|
} | {}, {
|
|
@@ -999,12 +1085,12 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
|
|
|
999
1085
|
root: string;
|
|
1000
1086
|
}, undefined, {
|
|
1001
1087
|
[key: string]: {
|
|
1002
|
-
[key: string]:
|
|
1003
|
-
root?:
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
control?:
|
|
1007
|
-
error?:
|
|
1088
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1089
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1090
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1091
|
+
label?: tailwind_merge1403.ClassNameValue;
|
|
1092
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
1093
|
+
error?: tailwind_merge1403.ClassNameValue;
|
|
1008
1094
|
};
|
|
1009
1095
|
};
|
|
1010
1096
|
} | {}, {
|
|
@@ -1013,7 +1099,7 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
|
|
|
1013
1099
|
error: string;
|
|
1014
1100
|
label: string;
|
|
1015
1101
|
root: string;
|
|
1016
|
-
},
|
|
1102
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1017
1103
|
control: string;
|
|
1018
1104
|
description: string;
|
|
1019
1105
|
error: string;
|
|
@@ -1034,43 +1120,43 @@ declare const _default$9: (({
|
|
|
1034
1120
|
className,
|
|
1035
1121
|
required,
|
|
1036
1122
|
...props
|
|
1037
|
-
}: FieldRootProps) =>
|
|
1123
|
+
}: FieldRootProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1038
1124
|
Control: ({
|
|
1039
1125
|
className,
|
|
1040
1126
|
...props
|
|
1041
|
-
}: FieldControlProps) =>
|
|
1127
|
+
}: FieldControlProps) => react_jsx_runtime655.JSX.Element;
|
|
1042
1128
|
Description: ({
|
|
1043
1129
|
className,
|
|
1044
1130
|
...props
|
|
1045
|
-
}: FieldDescriptionProps) =>
|
|
1131
|
+
}: FieldDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
1046
1132
|
Error: ({
|
|
1047
1133
|
className,
|
|
1048
1134
|
...props
|
|
1049
|
-
}: FieldErrorProps) =>
|
|
1135
|
+
}: FieldErrorProps) => react_jsx_runtime655.JSX.Element;
|
|
1050
1136
|
Label: ({
|
|
1051
1137
|
className,
|
|
1052
1138
|
...props
|
|
1053
|
-
}: FieldLabelProps) =>
|
|
1139
|
+
}: FieldLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
1054
1140
|
Root: ({
|
|
1055
1141
|
className,
|
|
1056
1142
|
required,
|
|
1057
1143
|
...props
|
|
1058
|
-
}: FieldRootProps) =>
|
|
1144
|
+
}: FieldRootProps) => react_jsx_runtime655.JSX.Element;
|
|
1059
1145
|
};
|
|
1060
1146
|
//#endregion
|
|
1061
1147
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
1062
|
-
declare const fieldsetVariants:
|
|
1148
|
+
declare const fieldsetVariants: tailwind_variants245.TVReturnType<{
|
|
1063
1149
|
[key: string]: {
|
|
1064
|
-
[key: string]:
|
|
1065
|
-
root?:
|
|
1066
|
-
legend?:
|
|
1150
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1151
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1152
|
+
legend?: tailwind_merge1403.ClassNameValue;
|
|
1067
1153
|
};
|
|
1068
1154
|
};
|
|
1069
1155
|
} | {
|
|
1070
1156
|
[x: string]: {
|
|
1071
|
-
[x: string]:
|
|
1072
|
-
root?:
|
|
1073
|
-
legend?:
|
|
1157
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1158
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1159
|
+
legend?: tailwind_merge1403.ClassNameValue;
|
|
1074
1160
|
};
|
|
1075
1161
|
};
|
|
1076
1162
|
} | {}, {
|
|
@@ -1078,15 +1164,15 @@ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
|
|
|
1078
1164
|
root: string;
|
|
1079
1165
|
}, undefined, {
|
|
1080
1166
|
[key: string]: {
|
|
1081
|
-
[key: string]:
|
|
1082
|
-
root?:
|
|
1083
|
-
legend?:
|
|
1167
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1168
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1169
|
+
legend?: tailwind_merge1403.ClassNameValue;
|
|
1084
1170
|
};
|
|
1085
1171
|
};
|
|
1086
1172
|
} | {}, {
|
|
1087
1173
|
legend: string;
|
|
1088
1174
|
root: string;
|
|
1089
|
-
},
|
|
1175
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1090
1176
|
legend: string;
|
|
1091
1177
|
root: string;
|
|
1092
1178
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1098,19 +1184,19 @@ interface FieldsetLegendProps extends Fieldset.Legend.Props {}
|
|
|
1098
1184
|
declare const _default$10: (({
|
|
1099
1185
|
className,
|
|
1100
1186
|
...props
|
|
1101
|
-
}: FieldsetProps) =>
|
|
1187
|
+
}: FieldsetProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1102
1188
|
Legend: ({
|
|
1103
1189
|
className,
|
|
1104
1190
|
...props
|
|
1105
|
-
}: FieldsetLegendProps) =>
|
|
1191
|
+
}: FieldsetLegendProps) => react_jsx_runtime655.JSX.Element;
|
|
1106
1192
|
Root: ({
|
|
1107
1193
|
className,
|
|
1108
1194
|
...props
|
|
1109
|
-
}: FieldsetProps) =>
|
|
1195
|
+
}: FieldsetProps) => react_jsx_runtime655.JSX.Element;
|
|
1110
1196
|
};
|
|
1111
1197
|
//#endregion
|
|
1112
1198
|
//#region src/components/form/form.variants.d.ts
|
|
1113
|
-
declare const formVariants:
|
|
1199
|
+
declare const formVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
1114
1200
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
1115
1201
|
//#endregion
|
|
1116
1202
|
//#region src/components/form/form.d.ts
|
|
@@ -1118,41 +1204,41 @@ interface FormProps extends FormVariants, Form$1.Props {}
|
|
|
1118
1204
|
declare const Form: ({
|
|
1119
1205
|
className,
|
|
1120
1206
|
...props
|
|
1121
|
-
}: FormProps) =>
|
|
1207
|
+
}: FormProps) => react_jsx_runtime655.JSX.Element;
|
|
1122
1208
|
//#endregion
|
|
1123
1209
|
//#region src/components/icon-button/icon-button.variants.d.ts
|
|
1124
|
-
declare const iconButtonVariants:
|
|
1210
|
+
declare const iconButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
1125
1211
|
isIconOnly: {
|
|
1126
|
-
true:
|
|
1127
|
-
base?:
|
|
1212
|
+
true: tailwind_merge1403.ClassNameValue | {
|
|
1213
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1128
1214
|
};
|
|
1129
1215
|
};
|
|
1130
1216
|
size: {
|
|
1131
|
-
lg:
|
|
1132
|
-
base?:
|
|
1217
|
+
lg: tailwind_merge1403.ClassNameValue | {
|
|
1218
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1133
1219
|
};
|
|
1134
|
-
md:
|
|
1135
|
-
base?:
|
|
1220
|
+
md: tailwind_merge1403.ClassNameValue | {
|
|
1221
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1136
1222
|
};
|
|
1137
|
-
sm:
|
|
1138
|
-
base?:
|
|
1223
|
+
sm: tailwind_merge1403.ClassNameValue | {
|
|
1224
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1139
1225
|
};
|
|
1140
1226
|
};
|
|
1141
1227
|
variant: {
|
|
1142
|
-
danger:
|
|
1143
|
-
base?:
|
|
1228
|
+
danger: tailwind_merge1403.ClassNameValue | {
|
|
1229
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1144
1230
|
};
|
|
1145
|
-
ghost:
|
|
1146
|
-
base?:
|
|
1231
|
+
ghost: tailwind_merge1403.ClassNameValue | {
|
|
1232
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1147
1233
|
};
|
|
1148
|
-
outline:
|
|
1149
|
-
base?:
|
|
1234
|
+
outline: tailwind_merge1403.ClassNameValue | {
|
|
1235
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1150
1236
|
};
|
|
1151
|
-
primary:
|
|
1152
|
-
base?:
|
|
1237
|
+
primary: tailwind_merge1403.ClassNameValue | {
|
|
1238
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1153
1239
|
};
|
|
1154
|
-
secondary:
|
|
1155
|
-
base?:
|
|
1240
|
+
secondary: tailwind_merge1403.ClassNameValue | {
|
|
1241
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
1156
1242
|
};
|
|
1157
1243
|
};
|
|
1158
1244
|
}, undefined, "icon-button", {
|
|
@@ -1171,7 +1257,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
1171
1257
|
primary: string;
|
|
1172
1258
|
secondary: string;
|
|
1173
1259
|
};
|
|
1174
|
-
}, undefined,
|
|
1260
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
1175
1261
|
isIconOnly: {
|
|
1176
1262
|
true: string;
|
|
1177
1263
|
};
|
|
@@ -1203,7 +1289,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
1203
1289
|
primary: string;
|
|
1204
1290
|
secondary: string;
|
|
1205
1291
|
};
|
|
1206
|
-
}, undefined,
|
|
1292
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
1207
1293
|
isIconOnly: {
|
|
1208
1294
|
true: string;
|
|
1209
1295
|
};
|
|
@@ -1230,10 +1316,10 @@ declare const IconButton: ({
|
|
|
1230
1316
|
size,
|
|
1231
1317
|
isIconOnly,
|
|
1232
1318
|
...props
|
|
1233
|
-
}: IconButtonProps) =>
|
|
1319
|
+
}: IconButtonProps) => react_jsx_runtime655.JSX.Element;
|
|
1234
1320
|
//#endregion
|
|
1235
1321
|
//#region src/components/input/input.variants.d.ts
|
|
1236
|
-
declare const inputVariants:
|
|
1322
|
+
declare const inputVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
|
|
1237
1323
|
type InputVariants = VariantProps<typeof inputVariants>;
|
|
1238
1324
|
//#endregion
|
|
1239
1325
|
//#region src/components/input/input.d.ts
|
|
@@ -1241,10 +1327,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
|
|
|
1241
1327
|
declare const Input: ({
|
|
1242
1328
|
className,
|
|
1243
1329
|
...props
|
|
1244
|
-
}: InputProps) =>
|
|
1330
|
+
}: InputProps) => react_jsx_runtime655.JSX.Element;
|
|
1245
1331
|
//#endregion
|
|
1246
1332
|
//#region src/components/label/label.variants.d.ts
|
|
1247
|
-
declare const labelVariants:
|
|
1333
|
+
declare const labelVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
1248
1334
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
1249
1335
|
//#endregion
|
|
1250
1336
|
//#region src/components/label/label.d.ts
|
|
@@ -1252,10 +1338,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
1252
1338
|
declare const Label: ({
|
|
1253
1339
|
className,
|
|
1254
1340
|
...props
|
|
1255
|
-
}: LabelProps) =>
|
|
1341
|
+
}: LabelProps) => react_jsx_runtime655.JSX.Element;
|
|
1256
1342
|
//#endregion
|
|
1257
1343
|
//#region src/components/link/link.variants.d.ts
|
|
1258
|
-
declare const linkVariants:
|
|
1344
|
+
declare const linkVariants: tailwind_variants245.TVReturnType<{
|
|
1259
1345
|
variant: {
|
|
1260
1346
|
"no-underline": string;
|
|
1261
1347
|
underline: string;
|
|
@@ -1265,7 +1351,7 @@ declare const linkVariants: tailwind_variants0.TVReturnType<{
|
|
|
1265
1351
|
"no-underline": string;
|
|
1266
1352
|
underline: string;
|
|
1267
1353
|
};
|
|
1268
|
-
}, undefined,
|
|
1354
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
1269
1355
|
variant: {
|
|
1270
1356
|
"no-underline": string;
|
|
1271
1357
|
underline: string;
|
|
@@ -1279,21 +1365,21 @@ declare const Link: ({
|
|
|
1279
1365
|
className,
|
|
1280
1366
|
variant,
|
|
1281
1367
|
...props
|
|
1282
|
-
}: LinkProps) =>
|
|
1368
|
+
}: LinkProps) => react_jsx_runtime655.JSX.Element;
|
|
1283
1369
|
//#endregion
|
|
1284
1370
|
//#region src/components/list/list.variants.d.ts
|
|
1285
|
-
declare const listVariants:
|
|
1371
|
+
declare const listVariants: tailwind_variants245.TVReturnType<{
|
|
1286
1372
|
[key: string]: {
|
|
1287
|
-
[key: string]:
|
|
1288
|
-
item?:
|
|
1289
|
-
root?:
|
|
1373
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1374
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1375
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1290
1376
|
};
|
|
1291
1377
|
};
|
|
1292
1378
|
} | {
|
|
1293
1379
|
[x: string]: {
|
|
1294
|
-
[x: string]:
|
|
1295
|
-
item?:
|
|
1296
|
-
root?:
|
|
1380
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1381
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1382
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1297
1383
|
};
|
|
1298
1384
|
};
|
|
1299
1385
|
} | {}, {
|
|
@@ -1301,15 +1387,15 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
|
|
|
1301
1387
|
root: string;
|
|
1302
1388
|
}, undefined, {
|
|
1303
1389
|
[key: string]: {
|
|
1304
|
-
[key: string]:
|
|
1305
|
-
item?:
|
|
1306
|
-
root?:
|
|
1390
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1391
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1392
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1307
1393
|
};
|
|
1308
1394
|
};
|
|
1309
1395
|
} | {}, {
|
|
1310
1396
|
item: string;
|
|
1311
1397
|
root: string;
|
|
1312
|
-
},
|
|
1398
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1313
1399
|
item: string;
|
|
1314
1400
|
root: string;
|
|
1315
1401
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1321,58 +1407,58 @@ interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
|
1321
1407
|
declare const _default$11: (({
|
|
1322
1408
|
className,
|
|
1323
1409
|
...props
|
|
1324
|
-
}: ListProps) =>
|
|
1410
|
+
}: ListProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1325
1411
|
Item: ({
|
|
1326
1412
|
className,
|
|
1327
1413
|
...props
|
|
1328
|
-
}: ListItemProps) =>
|
|
1414
|
+
}: ListItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1329
1415
|
Root: ({
|
|
1330
1416
|
className,
|
|
1331
1417
|
...props
|
|
1332
|
-
}: ListProps) =>
|
|
1418
|
+
}: ListProps) => react_jsx_runtime655.JSX.Element;
|
|
1333
1419
|
};
|
|
1334
1420
|
//#endregion
|
|
1335
1421
|
//#region src/components/menu/menu.variants.d.ts
|
|
1336
|
-
declare const menuVariants:
|
|
1422
|
+
declare const menuVariants: tailwind_variants245.TVReturnType<{
|
|
1337
1423
|
[key: string]: {
|
|
1338
|
-
[key: string]:
|
|
1339
|
-
item?:
|
|
1340
|
-
root?:
|
|
1341
|
-
trigger?:
|
|
1342
|
-
radioGroup?:
|
|
1343
|
-
backdrop?:
|
|
1344
|
-
popup?:
|
|
1345
|
-
portal?:
|
|
1346
|
-
arrow?:
|
|
1347
|
-
checkboxItem?:
|
|
1348
|
-
group?:
|
|
1349
|
-
groupLabel?:
|
|
1350
|
-
positioner?:
|
|
1351
|
-
radioItem?:
|
|
1352
|
-
separator?:
|
|
1353
|
-
submenu?:
|
|
1354
|
-
submenuTrigger?:
|
|
1424
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1425
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1426
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1427
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1428
|
+
radioGroup?: tailwind_merge1403.ClassNameValue;
|
|
1429
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1430
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1431
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1432
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1433
|
+
checkboxItem?: tailwind_merge1403.ClassNameValue;
|
|
1434
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
1435
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
1436
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1437
|
+
radioItem?: tailwind_merge1403.ClassNameValue;
|
|
1438
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
1439
|
+
submenu?: tailwind_merge1403.ClassNameValue;
|
|
1440
|
+
submenuTrigger?: tailwind_merge1403.ClassNameValue;
|
|
1355
1441
|
};
|
|
1356
1442
|
};
|
|
1357
1443
|
} | {
|
|
1358
1444
|
[x: string]: {
|
|
1359
|
-
[x: string]:
|
|
1360
|
-
item?:
|
|
1361
|
-
root?:
|
|
1362
|
-
trigger?:
|
|
1363
|
-
radioGroup?:
|
|
1364
|
-
backdrop?:
|
|
1365
|
-
popup?:
|
|
1366
|
-
portal?:
|
|
1367
|
-
arrow?:
|
|
1368
|
-
checkboxItem?:
|
|
1369
|
-
group?:
|
|
1370
|
-
groupLabel?:
|
|
1371
|
-
positioner?:
|
|
1372
|
-
radioItem?:
|
|
1373
|
-
separator?:
|
|
1374
|
-
submenu?:
|
|
1375
|
-
submenuTrigger?:
|
|
1445
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1446
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1447
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1448
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1449
|
+
radioGroup?: tailwind_merge1403.ClassNameValue;
|
|
1450
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1451
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1452
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1453
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1454
|
+
checkboxItem?: tailwind_merge1403.ClassNameValue;
|
|
1455
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
1456
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
1457
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1458
|
+
radioItem?: tailwind_merge1403.ClassNameValue;
|
|
1459
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
1460
|
+
submenu?: tailwind_merge1403.ClassNameValue;
|
|
1461
|
+
submenuTrigger?: tailwind_merge1403.ClassNameValue;
|
|
1376
1462
|
};
|
|
1377
1463
|
};
|
|
1378
1464
|
} | {}, {
|
|
@@ -1394,23 +1480,23 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1394
1480
|
trigger: string;
|
|
1395
1481
|
}, undefined, {
|
|
1396
1482
|
[key: string]: {
|
|
1397
|
-
[key: string]:
|
|
1398
|
-
item?:
|
|
1399
|
-
root?:
|
|
1400
|
-
trigger?:
|
|
1401
|
-
radioGroup?:
|
|
1402
|
-
backdrop?:
|
|
1403
|
-
popup?:
|
|
1404
|
-
portal?:
|
|
1405
|
-
arrow?:
|
|
1406
|
-
checkboxItem?:
|
|
1407
|
-
group?:
|
|
1408
|
-
groupLabel?:
|
|
1409
|
-
positioner?:
|
|
1410
|
-
radioItem?:
|
|
1411
|
-
separator?:
|
|
1412
|
-
submenu?:
|
|
1413
|
-
submenuTrigger?:
|
|
1483
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1484
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
1485
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1486
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1487
|
+
radioGroup?: tailwind_merge1403.ClassNameValue;
|
|
1488
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1489
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1490
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1491
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1492
|
+
checkboxItem?: tailwind_merge1403.ClassNameValue;
|
|
1493
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
1494
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
1495
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1496
|
+
radioItem?: tailwind_merge1403.ClassNameValue;
|
|
1497
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
1498
|
+
submenu?: tailwind_merge1403.ClassNameValue;
|
|
1499
|
+
submenuTrigger?: tailwind_merge1403.ClassNameValue;
|
|
1414
1500
|
};
|
|
1415
1501
|
};
|
|
1416
1502
|
} | {}, {
|
|
@@ -1430,7 +1516,7 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1430
1516
|
submenu: string;
|
|
1431
1517
|
submenuTrigger: string;
|
|
1432
1518
|
trigger: string;
|
|
1433
|
-
},
|
|
1519
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1434
1520
|
arrow: string;
|
|
1435
1521
|
backdrop: string;
|
|
1436
1522
|
checkboxItem: string;
|
|
@@ -1469,74 +1555,74 @@ interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
|
|
|
1469
1555
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
|
|
1470
1556
|
declare const _default$12: (({
|
|
1471
1557
|
...props
|
|
1472
|
-
}: MenuProps) =>
|
|
1558
|
+
}: MenuProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1473
1559
|
Arrow: ({
|
|
1474
1560
|
className,
|
|
1475
1561
|
children,
|
|
1476
1562
|
...props
|
|
1477
|
-
}: MenuArrowProps) =>
|
|
1563
|
+
}: MenuArrowProps) => react_jsx_runtime655.JSX.Element;
|
|
1478
1564
|
Backdrop: ({
|
|
1479
1565
|
className,
|
|
1480
1566
|
...props
|
|
1481
|
-
}: MenuBackdropProps) =>
|
|
1567
|
+
}: MenuBackdropProps) => react_jsx_runtime655.JSX.Element;
|
|
1482
1568
|
CheckboxItem: ({
|
|
1483
1569
|
className,
|
|
1484
1570
|
...props
|
|
1485
|
-
}: MenuCheckboxItemProps) =>
|
|
1571
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1486
1572
|
Group: ({
|
|
1487
1573
|
className,
|
|
1488
1574
|
...props
|
|
1489
|
-
}: MenuGroupProps) =>
|
|
1575
|
+
}: MenuGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
1490
1576
|
GroupLabel: ({
|
|
1491
1577
|
className,
|
|
1492
1578
|
...props
|
|
1493
|
-
}: MenuGroupLabelProps) =>
|
|
1579
|
+
}: MenuGroupLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
1494
1580
|
Item: ({
|
|
1495
1581
|
className,
|
|
1496
1582
|
...props
|
|
1497
|
-
}: MenuItemProps) =>
|
|
1583
|
+
}: MenuItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1498
1584
|
Popup: ({
|
|
1499
1585
|
className,
|
|
1500
1586
|
...props
|
|
1501
|
-
}: MenuPopupProps) =>
|
|
1587
|
+
}: MenuPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
1502
1588
|
Portal: ({
|
|
1503
1589
|
className,
|
|
1504
1590
|
...props
|
|
1505
|
-
}: MenuPortalProps) =>
|
|
1591
|
+
}: MenuPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
1506
1592
|
Positioner: ({
|
|
1507
1593
|
className,
|
|
1508
1594
|
...props
|
|
1509
|
-
}: MenuPositionerProps) =>
|
|
1595
|
+
}: MenuPositionerProps) => react_jsx_runtime655.JSX.Element;
|
|
1510
1596
|
RadioGroup: ({
|
|
1511
1597
|
className,
|
|
1512
1598
|
...props
|
|
1513
|
-
}: MenuRadioGroupProps) =>
|
|
1599
|
+
}: MenuRadioGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
1514
1600
|
RadioItem: ({
|
|
1515
1601
|
className,
|
|
1516
1602
|
...props
|
|
1517
|
-
}: MenuRadioItemProps) =>
|
|
1603
|
+
}: MenuRadioItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1518
1604
|
Root: ({
|
|
1519
1605
|
...props
|
|
1520
|
-
}: MenuProps) =>
|
|
1606
|
+
}: MenuProps) => react_jsx_runtime655.JSX.Element;
|
|
1521
1607
|
Separator: ({
|
|
1522
1608
|
className,
|
|
1523
1609
|
...props
|
|
1524
|
-
}: MenuSeparatorProps) =>
|
|
1610
|
+
}: MenuSeparatorProps) => react_jsx_runtime655.JSX.Element;
|
|
1525
1611
|
Submenu: ({
|
|
1526
1612
|
...props
|
|
1527
|
-
}: MenuSubmenuProps) =>
|
|
1613
|
+
}: MenuSubmenuProps) => react_jsx_runtime655.JSX.Element;
|
|
1528
1614
|
SubmenuTrigger: ({
|
|
1529
1615
|
className,
|
|
1530
1616
|
...props
|
|
1531
|
-
}: MenuSubmenuTriggerProps) =>
|
|
1617
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
1532
1618
|
Trigger: ({
|
|
1533
1619
|
className,
|
|
1534
1620
|
...props
|
|
1535
|
-
}: MenuTriggerProps) =>
|
|
1621
|
+
}: MenuTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
1536
1622
|
};
|
|
1537
1623
|
//#endregion
|
|
1538
1624
|
//#region src/components/meter/meter.variants.d.ts
|
|
1539
|
-
declare const meterVariants:
|
|
1625
|
+
declare const meterVariants: tailwind_variants245.TVReturnType<{
|
|
1540
1626
|
size: {
|
|
1541
1627
|
lg: {
|
|
1542
1628
|
root: string;
|
|
@@ -1600,7 +1686,7 @@ declare const meterVariants: tailwind_variants0.TVReturnType<{
|
|
|
1600
1686
|
root: string;
|
|
1601
1687
|
track: string;
|
|
1602
1688
|
value: string;
|
|
1603
|
-
},
|
|
1689
|
+
}, tailwind_variants245.TVReturnType<{
|
|
1604
1690
|
size: {
|
|
1605
1691
|
lg: {
|
|
1606
1692
|
root: string;
|
|
@@ -1646,56 +1732,56 @@ declare const _default$13: (({
|
|
|
1646
1732
|
size,
|
|
1647
1733
|
variant,
|
|
1648
1734
|
...props
|
|
1649
|
-
}: MeterProps) =>
|
|
1735
|
+
}: MeterProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1650
1736
|
Indicator: ({
|
|
1651
1737
|
className,
|
|
1652
1738
|
...props
|
|
1653
|
-
}: MeterIndicatorProps) =>
|
|
1739
|
+
}: MeterIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
1654
1740
|
Label: ({
|
|
1655
1741
|
className,
|
|
1656
1742
|
...props
|
|
1657
|
-
}: MeterLabelProps) =>
|
|
1743
|
+
}: MeterLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
1658
1744
|
Root: ({
|
|
1659
1745
|
className,
|
|
1660
1746
|
size,
|
|
1661
1747
|
variant,
|
|
1662
1748
|
...props
|
|
1663
|
-
}: MeterProps) =>
|
|
1749
|
+
}: MeterProps) => react_jsx_runtime655.JSX.Element;
|
|
1664
1750
|
Track: ({
|
|
1665
1751
|
className,
|
|
1666
1752
|
...props
|
|
1667
|
-
}: MeterTrackProps) =>
|
|
1753
|
+
}: MeterTrackProps) => react_jsx_runtime655.JSX.Element;
|
|
1668
1754
|
Value: ({
|
|
1669
1755
|
className,
|
|
1670
1756
|
...props
|
|
1671
|
-
}: MeterValueProps) =>
|
|
1757
|
+
}: MeterValueProps) => react_jsx_runtime655.JSX.Element;
|
|
1672
1758
|
};
|
|
1673
1759
|
//#endregion
|
|
1674
1760
|
//#region src/components/navbar/navbar.variants.d.ts
|
|
1675
|
-
declare const navbarVariants:
|
|
1761
|
+
declare const navbarVariants: tailwind_variants245.TVReturnType<{
|
|
1676
1762
|
[key: string]: {
|
|
1677
|
-
[key: string]:
|
|
1678
|
-
content?:
|
|
1679
|
-
root?:
|
|
1680
|
-
menu?:
|
|
1681
|
-
container?:
|
|
1682
|
-
list?:
|
|
1683
|
-
listItem?:
|
|
1684
|
-
menuItem?:
|
|
1685
|
-
toggle?:
|
|
1763
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1764
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1765
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1766
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
1767
|
+
container?: tailwind_merge1403.ClassNameValue;
|
|
1768
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
1769
|
+
listItem?: tailwind_merge1403.ClassNameValue;
|
|
1770
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
1771
|
+
toggle?: tailwind_merge1403.ClassNameValue;
|
|
1686
1772
|
};
|
|
1687
1773
|
};
|
|
1688
1774
|
} | {
|
|
1689
1775
|
[x: string]: {
|
|
1690
|
-
[x: string]:
|
|
1691
|
-
content?:
|
|
1692
|
-
root?:
|
|
1693
|
-
menu?:
|
|
1694
|
-
container?:
|
|
1695
|
-
list?:
|
|
1696
|
-
listItem?:
|
|
1697
|
-
menuItem?:
|
|
1698
|
-
toggle?:
|
|
1776
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1777
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1778
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1779
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
1780
|
+
container?: tailwind_merge1403.ClassNameValue;
|
|
1781
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
1782
|
+
listItem?: tailwind_merge1403.ClassNameValue;
|
|
1783
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
1784
|
+
toggle?: tailwind_merge1403.ClassNameValue;
|
|
1699
1785
|
};
|
|
1700
1786
|
};
|
|
1701
1787
|
} | {}, {
|
|
@@ -1709,15 +1795,15 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
1709
1795
|
toggle: string;
|
|
1710
1796
|
}, undefined, {
|
|
1711
1797
|
[key: string]: {
|
|
1712
|
-
[key: string]:
|
|
1713
|
-
content?:
|
|
1714
|
-
root?:
|
|
1715
|
-
menu?:
|
|
1716
|
-
container?:
|
|
1717
|
-
list?:
|
|
1718
|
-
listItem?:
|
|
1719
|
-
menuItem?:
|
|
1720
|
-
toggle?:
|
|
1798
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1799
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1800
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1801
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
1802
|
+
container?: tailwind_merge1403.ClassNameValue;
|
|
1803
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
1804
|
+
listItem?: tailwind_merge1403.ClassNameValue;
|
|
1805
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
1806
|
+
toggle?: tailwind_merge1403.ClassNameValue;
|
|
1721
1807
|
};
|
|
1722
1808
|
};
|
|
1723
1809
|
} | {}, {
|
|
@@ -1729,7 +1815,7 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
1729
1815
|
menuItem: string;
|
|
1730
1816
|
root: string;
|
|
1731
1817
|
toggle: string;
|
|
1732
|
-
},
|
|
1818
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1733
1819
|
container: string;
|
|
1734
1820
|
content: string;
|
|
1735
1821
|
list: string;
|
|
@@ -1760,77 +1846,77 @@ declare const _default$14: (({
|
|
|
1760
1846
|
isOpen,
|
|
1761
1847
|
onOpenChange,
|
|
1762
1848
|
...props
|
|
1763
|
-
}: NavbarProps) =>
|
|
1849
|
+
}: NavbarProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1764
1850
|
Container: ({
|
|
1765
1851
|
className,
|
|
1766
1852
|
...props
|
|
1767
|
-
}: NavbarContainerProps) =>
|
|
1853
|
+
}: NavbarContainerProps) => react_jsx_runtime655.JSX.Element;
|
|
1768
1854
|
Content: ({
|
|
1769
1855
|
className,
|
|
1770
1856
|
...props
|
|
1771
|
-
}: NavbarContentProps) =>
|
|
1857
|
+
}: NavbarContentProps) => react_jsx_runtime655.JSX.Element;
|
|
1772
1858
|
List: ({
|
|
1773
1859
|
className,
|
|
1774
1860
|
...props
|
|
1775
|
-
}: NavbarListProps) =>
|
|
1861
|
+
}: NavbarListProps) => react_jsx_runtime655.JSX.Element;
|
|
1776
1862
|
ListItem: ({
|
|
1777
1863
|
className,
|
|
1778
1864
|
...props
|
|
1779
|
-
}: NavbarListItemProps) =>
|
|
1865
|
+
}: NavbarListItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1780
1866
|
Menu: ({
|
|
1781
1867
|
className,
|
|
1782
1868
|
header,
|
|
1783
1869
|
...props
|
|
1784
|
-
}: NavbarMenuProps) =>
|
|
1870
|
+
}: NavbarMenuProps) => react_jsx_runtime655.JSX.Element;
|
|
1785
1871
|
MenuItem: ({
|
|
1786
1872
|
className,
|
|
1787
1873
|
...props
|
|
1788
|
-
}: NavbarMenuItemProps) =>
|
|
1874
|
+
}: NavbarMenuItemProps) => react_jsx_runtime655.JSX.Element;
|
|
1789
1875
|
Root: ({
|
|
1790
1876
|
className,
|
|
1791
1877
|
isOpen,
|
|
1792
1878
|
onOpenChange,
|
|
1793
1879
|
...props
|
|
1794
|
-
}: NavbarProps) =>
|
|
1880
|
+
}: NavbarProps) => react_jsx_runtime655.JSX.Element;
|
|
1795
1881
|
Toggle: ({
|
|
1796
1882
|
className,
|
|
1797
1883
|
...props
|
|
1798
|
-
}: NavbarToggleProps) =>
|
|
1884
|
+
}: NavbarToggleProps) => react_jsx_runtime655.JSX.Element;
|
|
1799
1885
|
};
|
|
1800
1886
|
//#endregion
|
|
1801
1887
|
//#region src/components/popover/popover.variants.d.ts
|
|
1802
|
-
declare const popoverVariants:
|
|
1888
|
+
declare const popoverVariants: tailwind_variants245.TVReturnType<{
|
|
1803
1889
|
[key: string]: {
|
|
1804
|
-
[key: string]:
|
|
1805
|
-
content?:
|
|
1806
|
-
root?:
|
|
1807
|
-
trigger?:
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
backdrop?:
|
|
1811
|
-
close?:
|
|
1812
|
-
popup?:
|
|
1813
|
-
portal?:
|
|
1814
|
-
viewport?:
|
|
1815
|
-
arrow?:
|
|
1816
|
-
positioner?:
|
|
1890
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1891
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1892
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1893
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1894
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1895
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
1896
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1897
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
1898
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1899
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1900
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
1901
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1902
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1817
1903
|
};
|
|
1818
1904
|
};
|
|
1819
1905
|
} | {
|
|
1820
1906
|
[x: string]: {
|
|
1821
|
-
[x: string]:
|
|
1822
|
-
content?:
|
|
1823
|
-
root?:
|
|
1824
|
-
trigger?:
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
backdrop?:
|
|
1828
|
-
close?:
|
|
1829
|
-
popup?:
|
|
1830
|
-
portal?:
|
|
1831
|
-
viewport?:
|
|
1832
|
-
arrow?:
|
|
1833
|
-
positioner?:
|
|
1907
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
1908
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1909
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1910
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1911
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1912
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
1913
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1914
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
1915
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1916
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1917
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
1918
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1919
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1834
1920
|
};
|
|
1835
1921
|
};
|
|
1836
1922
|
} | {}, {
|
|
@@ -1848,19 +1934,19 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
|
|
|
1848
1934
|
viewport: string;
|
|
1849
1935
|
}, undefined, {
|
|
1850
1936
|
[key: string]: {
|
|
1851
|
-
[key: string]:
|
|
1852
|
-
content?:
|
|
1853
|
-
root?:
|
|
1854
|
-
trigger?:
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
backdrop?:
|
|
1858
|
-
close?:
|
|
1859
|
-
popup?:
|
|
1860
|
-
portal?:
|
|
1861
|
-
viewport?:
|
|
1862
|
-
arrow?:
|
|
1863
|
-
positioner?:
|
|
1937
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
1938
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
1939
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
1940
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
1941
|
+
description?: tailwind_merge1403.ClassNameValue;
|
|
1942
|
+
title?: tailwind_merge1403.ClassNameValue;
|
|
1943
|
+
backdrop?: tailwind_merge1403.ClassNameValue;
|
|
1944
|
+
close?: tailwind_merge1403.ClassNameValue;
|
|
1945
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
1946
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
1947
|
+
viewport?: tailwind_merge1403.ClassNameValue;
|
|
1948
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
1949
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
1864
1950
|
};
|
|
1865
1951
|
};
|
|
1866
1952
|
} | {}, {
|
|
@@ -1876,7 +1962,7 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
|
|
|
1876
1962
|
title: string;
|
|
1877
1963
|
trigger: string;
|
|
1878
1964
|
viewport: string;
|
|
1879
|
-
},
|
|
1965
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
1880
1966
|
arrow: string;
|
|
1881
1967
|
backdrop: string;
|
|
1882
1968
|
close: string;
|
|
@@ -1906,55 +1992,55 @@ interface PopoverDescriptionProps extends Popover.Description.Props {}
|
|
|
1906
1992
|
interface PopoverCloseProps extends Popover.Close.Props {}
|
|
1907
1993
|
declare const _default$15: (({
|
|
1908
1994
|
...props
|
|
1909
|
-
}: PopoverProps) =>
|
|
1995
|
+
}: PopoverProps) => react_jsx_runtime655.JSX.Element) & {
|
|
1910
1996
|
Arrow: ({
|
|
1911
1997
|
className,
|
|
1912
1998
|
...props
|
|
1913
|
-
}: PopoverArrowProps) =>
|
|
1999
|
+
}: PopoverArrowProps) => react_jsx_runtime655.JSX.Element;
|
|
1914
2000
|
Backdrop: ({
|
|
1915
2001
|
className,
|
|
1916
2002
|
...props
|
|
1917
|
-
}: PopoverBackdropProps) =>
|
|
2003
|
+
}: PopoverBackdropProps) => react_jsx_runtime655.JSX.Element;
|
|
1918
2004
|
Close: ({
|
|
1919
2005
|
className,
|
|
1920
2006
|
children,
|
|
1921
2007
|
...props
|
|
1922
|
-
}: PopoverCloseProps) =>
|
|
2008
|
+
}: PopoverCloseProps) => react_jsx_runtime655.JSX.Element;
|
|
1923
2009
|
Description: ({
|
|
1924
2010
|
className,
|
|
1925
2011
|
...props
|
|
1926
|
-
}: PopoverDescriptionProps) =>
|
|
2012
|
+
}: PopoverDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
1927
2013
|
Popup: ({
|
|
1928
2014
|
className,
|
|
1929
2015
|
...props
|
|
1930
|
-
}: PopoverPopupProps) =>
|
|
2016
|
+
}: PopoverPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
1931
2017
|
Portal: ({
|
|
1932
2018
|
className,
|
|
1933
2019
|
...props
|
|
1934
|
-
}: PopoverPortalProps) =>
|
|
2020
|
+
}: PopoverPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
1935
2021
|
Positioner: ({
|
|
1936
2022
|
className,
|
|
1937
2023
|
...props
|
|
1938
|
-
}: PopoverPositionerProps) =>
|
|
2024
|
+
}: PopoverPositionerProps) => react_jsx_runtime655.JSX.Element;
|
|
1939
2025
|
Root: ({
|
|
1940
2026
|
...props
|
|
1941
|
-
}: PopoverProps) =>
|
|
2027
|
+
}: PopoverProps) => react_jsx_runtime655.JSX.Element;
|
|
1942
2028
|
Title: ({
|
|
1943
2029
|
className,
|
|
1944
2030
|
...props
|
|
1945
|
-
}: PopoverTitleProps) =>
|
|
2031
|
+
}: PopoverTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
1946
2032
|
Trigger: ({
|
|
1947
2033
|
className,
|
|
1948
2034
|
...props
|
|
1949
|
-
}: PopoverTriggerProps) =>
|
|
2035
|
+
}: PopoverTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
1950
2036
|
Viewport: ({
|
|
1951
2037
|
className,
|
|
1952
2038
|
...props
|
|
1953
|
-
}: PopoverViewportProps) =>
|
|
2039
|
+
}: PopoverViewportProps) => react_jsx_runtime655.JSX.Element;
|
|
1954
2040
|
};
|
|
1955
2041
|
//#endregion
|
|
1956
2042
|
//#region src/components/progress/progress.variants.d.ts
|
|
1957
|
-
declare const progressVariants:
|
|
2043
|
+
declare const progressVariants: tailwind_variants245.TVReturnType<{
|
|
1958
2044
|
size: {
|
|
1959
2045
|
lg: {
|
|
1960
2046
|
root: string;
|
|
@@ -2018,7 +2104,7 @@ declare const progressVariants: tailwind_variants0.TVReturnType<{
|
|
|
2018
2104
|
root: string;
|
|
2019
2105
|
track: string;
|
|
2020
2106
|
value: string;
|
|
2021
|
-
},
|
|
2107
|
+
}, tailwind_variants245.TVReturnType<{
|
|
2022
2108
|
size: {
|
|
2023
2109
|
lg: {
|
|
2024
2110
|
root: string;
|
|
@@ -2064,44 +2150,44 @@ declare const _default$16: (({
|
|
|
2064
2150
|
variant,
|
|
2065
2151
|
size,
|
|
2066
2152
|
...props
|
|
2067
|
-
}: ProgressProps) =>
|
|
2153
|
+
}: ProgressProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2068
2154
|
Indicator: ({
|
|
2069
2155
|
className,
|
|
2070
2156
|
...props
|
|
2071
|
-
}: ProgressIndicatorProps) =>
|
|
2157
|
+
}: ProgressIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
2072
2158
|
Label: ({
|
|
2073
2159
|
className,
|
|
2074
2160
|
...props
|
|
2075
|
-
}: ProgressLabelProps) =>
|
|
2161
|
+
}: ProgressLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
2076
2162
|
Root: ({
|
|
2077
2163
|
className,
|
|
2078
2164
|
variant,
|
|
2079
2165
|
size,
|
|
2080
2166
|
...props
|
|
2081
|
-
}: ProgressProps) =>
|
|
2167
|
+
}: ProgressProps) => react_jsx_runtime655.JSX.Element;
|
|
2082
2168
|
Track: ({
|
|
2083
2169
|
className,
|
|
2084
2170
|
...props
|
|
2085
|
-
}: ProgressTrackProps) =>
|
|
2171
|
+
}: ProgressTrackProps) => react_jsx_runtime655.JSX.Element;
|
|
2086
2172
|
Value: ({
|
|
2087
2173
|
className,
|
|
2088
2174
|
...props
|
|
2089
|
-
}: ProgressValueProps) =>
|
|
2175
|
+
}: ProgressValueProps) => react_jsx_runtime655.JSX.Element;
|
|
2090
2176
|
};
|
|
2091
2177
|
//#endregion
|
|
2092
2178
|
//#region src/components/radio/radio.variants.d.ts
|
|
2093
|
-
declare const radioVariants:
|
|
2179
|
+
declare const radioVariants: tailwind_variants245.TVReturnType<{
|
|
2094
2180
|
[key: string]: {
|
|
2095
|
-
[key: string]:
|
|
2096
|
-
root?:
|
|
2097
|
-
indicator?:
|
|
2181
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2182
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2183
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2098
2184
|
};
|
|
2099
2185
|
};
|
|
2100
2186
|
} | {
|
|
2101
2187
|
[x: string]: {
|
|
2102
|
-
[x: string]:
|
|
2103
|
-
root?:
|
|
2104
|
-
indicator?:
|
|
2188
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2189
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2190
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2105
2191
|
};
|
|
2106
2192
|
};
|
|
2107
2193
|
} | {}, {
|
|
@@ -2109,15 +2195,15 @@ declare const radioVariants: tailwind_variants0.TVReturnType<{
|
|
|
2109
2195
|
root: string;
|
|
2110
2196
|
}, undefined, {
|
|
2111
2197
|
[key: string]: {
|
|
2112
|
-
[key: string]:
|
|
2113
|
-
root?:
|
|
2114
|
-
indicator?:
|
|
2198
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2199
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2200
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2115
2201
|
};
|
|
2116
2202
|
};
|
|
2117
2203
|
} | {}, {
|
|
2118
2204
|
indicator: string;
|
|
2119
2205
|
root: string;
|
|
2120
|
-
},
|
|
2206
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2121
2207
|
indicator: string;
|
|
2122
2208
|
root: string;
|
|
2123
2209
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -2129,19 +2215,19 @@ interface RadioIndicatorProps extends Radio.Indicator.Props {}
|
|
|
2129
2215
|
declare const _default$17: (({
|
|
2130
2216
|
className,
|
|
2131
2217
|
...props
|
|
2132
|
-
}: RadioProps) =>
|
|
2218
|
+
}: RadioProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2133
2219
|
Indicator: ({
|
|
2134
2220
|
className,
|
|
2135
2221
|
...props
|
|
2136
|
-
}: RadioIndicatorProps) =>
|
|
2222
|
+
}: RadioIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
2137
2223
|
Root: ({
|
|
2138
2224
|
className,
|
|
2139
2225
|
...props
|
|
2140
|
-
}: RadioProps) =>
|
|
2226
|
+
}: RadioProps) => react_jsx_runtime655.JSX.Element;
|
|
2141
2227
|
};
|
|
2142
2228
|
//#endregion
|
|
2143
2229
|
//#region src/components/radio-group/radio-group.variants.d.ts
|
|
2144
|
-
declare const radioGroupVariants:
|
|
2230
|
+
declare const radioGroupVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
|
|
2145
2231
|
type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
|
|
2146
2232
|
//#endregion
|
|
2147
2233
|
//#region src/components/radio-group/radio-group.d.ts
|
|
@@ -2149,43 +2235,43 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
|
|
|
2149
2235
|
declare const RadioGroup: ({
|
|
2150
2236
|
className,
|
|
2151
2237
|
...props
|
|
2152
|
-
}: RadioGroupProps) =>
|
|
2238
|
+
}: RadioGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
2153
2239
|
//#endregion
|
|
2154
2240
|
//#region src/components/select/select.variants.d.ts
|
|
2155
|
-
declare const selectVariants:
|
|
2241
|
+
declare const selectVariants: tailwind_variants245.TVReturnType<{
|
|
2156
2242
|
[key: string]: {
|
|
2157
|
-
[key: string]:
|
|
2158
|
-
item?:
|
|
2159
|
-
root?:
|
|
2160
|
-
trigger?:
|
|
2161
|
-
value?:
|
|
2162
|
-
popup?:
|
|
2163
|
-
group?:
|
|
2164
|
-
groupLabel?:
|
|
2165
|
-
positioner?:
|
|
2166
|
-
separator?:
|
|
2167
|
-
icon?:
|
|
2168
|
-
itemIndicator?:
|
|
2169
|
-
scrollDownArrow?:
|
|
2170
|
-
scrollUpArrow?:
|
|
2243
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2244
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
2245
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2246
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2247
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2248
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
2249
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
2250
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
2251
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
2252
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
2253
|
+
icon?: tailwind_merge1403.ClassNameValue;
|
|
2254
|
+
itemIndicator?: tailwind_merge1403.ClassNameValue;
|
|
2255
|
+
scrollDownArrow?: tailwind_merge1403.ClassNameValue;
|
|
2256
|
+
scrollUpArrow?: tailwind_merge1403.ClassNameValue;
|
|
2171
2257
|
};
|
|
2172
2258
|
};
|
|
2173
2259
|
} | {
|
|
2174
2260
|
[x: string]: {
|
|
2175
|
-
[x: string]:
|
|
2176
|
-
item?:
|
|
2177
|
-
root?:
|
|
2178
|
-
trigger?:
|
|
2179
|
-
value?:
|
|
2180
|
-
popup?:
|
|
2181
|
-
group?:
|
|
2182
|
-
groupLabel?:
|
|
2183
|
-
positioner?:
|
|
2184
|
-
separator?:
|
|
2185
|
-
icon?:
|
|
2186
|
-
itemIndicator?:
|
|
2187
|
-
scrollDownArrow?:
|
|
2188
|
-
scrollUpArrow?:
|
|
2261
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2262
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
2263
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2264
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2265
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2266
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
2267
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
2268
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
2269
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
2270
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
2271
|
+
icon?: tailwind_merge1403.ClassNameValue;
|
|
2272
|
+
itemIndicator?: tailwind_merge1403.ClassNameValue;
|
|
2273
|
+
scrollDownArrow?: tailwind_merge1403.ClassNameValue;
|
|
2274
|
+
scrollUpArrow?: tailwind_merge1403.ClassNameValue;
|
|
2189
2275
|
};
|
|
2190
2276
|
};
|
|
2191
2277
|
} | {}, {
|
|
@@ -2204,20 +2290,20 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
|
|
|
2204
2290
|
value: string;
|
|
2205
2291
|
}, undefined, {
|
|
2206
2292
|
[key: string]: {
|
|
2207
|
-
[key: string]:
|
|
2208
|
-
item?:
|
|
2209
|
-
root?:
|
|
2210
|
-
trigger?:
|
|
2211
|
-
value?:
|
|
2212
|
-
popup?:
|
|
2213
|
-
group?:
|
|
2214
|
-
groupLabel?:
|
|
2215
|
-
positioner?:
|
|
2216
|
-
separator?:
|
|
2217
|
-
icon?:
|
|
2218
|
-
itemIndicator?:
|
|
2219
|
-
scrollDownArrow?:
|
|
2220
|
-
scrollUpArrow?:
|
|
2293
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2294
|
+
item?: tailwind_merge1403.ClassNameValue;
|
|
2295
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2296
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2297
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2298
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
2299
|
+
group?: tailwind_merge1403.ClassNameValue;
|
|
2300
|
+
groupLabel?: tailwind_merge1403.ClassNameValue;
|
|
2301
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
2302
|
+
separator?: tailwind_merge1403.ClassNameValue;
|
|
2303
|
+
icon?: tailwind_merge1403.ClassNameValue;
|
|
2304
|
+
itemIndicator?: tailwind_merge1403.ClassNameValue;
|
|
2305
|
+
scrollDownArrow?: tailwind_merge1403.ClassNameValue;
|
|
2306
|
+
scrollUpArrow?: tailwind_merge1403.ClassNameValue;
|
|
2221
2307
|
};
|
|
2222
2308
|
};
|
|
2223
2309
|
} | {}, {
|
|
@@ -2234,7 +2320,7 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
|
|
|
2234
2320
|
separator: string;
|
|
2235
2321
|
trigger: string;
|
|
2236
2322
|
value: string;
|
|
2237
|
-
},
|
|
2323
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2238
2324
|
group: string;
|
|
2239
2325
|
groupLabel: string;
|
|
2240
2326
|
icon: string;
|
|
@@ -2266,59 +2352,59 @@ interface SelectScrollUpArrowProps extends Select.ScrollUpArrow.Props {}
|
|
|
2266
2352
|
interface SelectScrollDownArrowProps extends Select.ScrollDownArrow.Props {}
|
|
2267
2353
|
declare const _default$18: (({
|
|
2268
2354
|
...props
|
|
2269
|
-
}: SelectProps) =>
|
|
2355
|
+
}: SelectProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2270
2356
|
Group: ({
|
|
2271
2357
|
className,
|
|
2272
2358
|
...props
|
|
2273
|
-
}: SelectGroupProps) =>
|
|
2359
|
+
}: SelectGroupProps) => react_jsx_runtime655.JSX.Element;
|
|
2274
2360
|
GroupLabel: ({
|
|
2275
2361
|
className,
|
|
2276
2362
|
...props
|
|
2277
|
-
}: SelectGroupLabelProps) =>
|
|
2363
|
+
}: SelectGroupLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
2278
2364
|
Item: ({
|
|
2279
2365
|
className,
|
|
2280
2366
|
children,
|
|
2281
2367
|
...props
|
|
2282
|
-
}: SelectItemProps) =>
|
|
2368
|
+
}: SelectItemProps) => react_jsx_runtime655.JSX.Element;
|
|
2283
2369
|
Popup: ({
|
|
2284
2370
|
className,
|
|
2285
2371
|
...props
|
|
2286
|
-
}: SelectPopupProps) =>
|
|
2372
|
+
}: SelectPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
2287
2373
|
Portal: ({
|
|
2288
2374
|
...props
|
|
2289
|
-
}: SelectPortalProps) =>
|
|
2375
|
+
}: SelectPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
2290
2376
|
Positioner: ({
|
|
2291
2377
|
className,
|
|
2292
2378
|
...props
|
|
2293
|
-
}: SelectPositionerProps) =>
|
|
2379
|
+
}: SelectPositionerProps) => react_jsx_runtime655.JSX.Element;
|
|
2294
2380
|
Root: ({
|
|
2295
2381
|
...props
|
|
2296
|
-
}: SelectProps) =>
|
|
2382
|
+
}: SelectProps) => react_jsx_runtime655.JSX.Element;
|
|
2297
2383
|
ScrollDownArrow: ({
|
|
2298
2384
|
className,
|
|
2299
2385
|
...props
|
|
2300
|
-
}: SelectScrollDownArrowProps) =>
|
|
2386
|
+
}: SelectScrollDownArrowProps) => react_jsx_runtime655.JSX.Element;
|
|
2301
2387
|
ScrollUpArrow: ({
|
|
2302
2388
|
className,
|
|
2303
2389
|
...props
|
|
2304
|
-
}: SelectScrollUpArrowProps) =>
|
|
2390
|
+
}: SelectScrollUpArrowProps) => react_jsx_runtime655.JSX.Element;
|
|
2305
2391
|
Separator: ({
|
|
2306
2392
|
className,
|
|
2307
2393
|
...props
|
|
2308
|
-
}: SelectSeparatorProps) =>
|
|
2394
|
+
}: SelectSeparatorProps) => react_jsx_runtime655.JSX.Element;
|
|
2309
2395
|
Trigger: ({
|
|
2310
2396
|
className,
|
|
2311
2397
|
children,
|
|
2312
2398
|
...props
|
|
2313
|
-
}: SelectTriggerProps) =>
|
|
2399
|
+
}: SelectTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
2314
2400
|
Value: ({
|
|
2315
2401
|
className,
|
|
2316
2402
|
...props
|
|
2317
|
-
}: SelectValueProps) =>
|
|
2403
|
+
}: SelectValueProps) => react_jsx_runtime655.JSX.Element;
|
|
2318
2404
|
};
|
|
2319
2405
|
//#endregion
|
|
2320
2406
|
//#region src/components/separator/separator.variants.d.ts
|
|
2321
|
-
declare const separatorVariants:
|
|
2407
|
+
declare const separatorVariants: tailwind_variants245.TVReturnType<{
|
|
2322
2408
|
orientation: {
|
|
2323
2409
|
horizontal: string;
|
|
2324
2410
|
vertical: string;
|
|
@@ -2328,7 +2414,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
|
|
|
2328
2414
|
horizontal: string;
|
|
2329
2415
|
vertical: string;
|
|
2330
2416
|
};
|
|
2331
|
-
}, undefined,
|
|
2417
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
2332
2418
|
orientation: {
|
|
2333
2419
|
horizontal: string;
|
|
2334
2420
|
vertical: string;
|
|
@@ -2342,37 +2428,37 @@ declare const Separator: ({
|
|
|
2342
2428
|
className,
|
|
2343
2429
|
orientation,
|
|
2344
2430
|
...props
|
|
2345
|
-
}: SeparatorProps) =>
|
|
2431
|
+
}: SeparatorProps) => react_jsx_runtime655.JSX.Element;
|
|
2346
2432
|
//#endregion
|
|
2347
2433
|
//#region src/components/sidebar/sidebar.variants.d.ts
|
|
2348
|
-
declare const sidebarVariants:
|
|
2434
|
+
declare const sidebarVariants: tailwind_variants245.TVReturnType<{
|
|
2349
2435
|
[key: string]: {
|
|
2350
|
-
[key: string]:
|
|
2351
|
-
content?:
|
|
2352
|
-
header?:
|
|
2353
|
-
panel?:
|
|
2354
|
-
root?:
|
|
2355
|
-
trigger?:
|
|
2356
|
-
footer?:
|
|
2357
|
-
menu?:
|
|
2358
|
-
menuItem?:
|
|
2359
|
-
menuLabel?:
|
|
2360
|
-
outlet?:
|
|
2436
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2437
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
2438
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
2439
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2440
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2441
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2442
|
+
footer?: tailwind_merge1403.ClassNameValue;
|
|
2443
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
2444
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
2445
|
+
menuLabel?: tailwind_merge1403.ClassNameValue;
|
|
2446
|
+
outlet?: tailwind_merge1403.ClassNameValue;
|
|
2361
2447
|
};
|
|
2362
2448
|
};
|
|
2363
2449
|
} | {
|
|
2364
2450
|
[x: string]: {
|
|
2365
|
-
[x: string]:
|
|
2366
|
-
content?:
|
|
2367
|
-
header?:
|
|
2368
|
-
panel?:
|
|
2369
|
-
root?:
|
|
2370
|
-
trigger?:
|
|
2371
|
-
footer?:
|
|
2372
|
-
menu?:
|
|
2373
|
-
menuItem?:
|
|
2374
|
-
menuLabel?:
|
|
2375
|
-
outlet?:
|
|
2451
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2452
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
2453
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
2454
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2455
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2456
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2457
|
+
footer?: tailwind_merge1403.ClassNameValue;
|
|
2458
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
2459
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
2460
|
+
menuLabel?: tailwind_merge1403.ClassNameValue;
|
|
2461
|
+
outlet?: tailwind_merge1403.ClassNameValue;
|
|
2376
2462
|
};
|
|
2377
2463
|
};
|
|
2378
2464
|
} | {}, {
|
|
@@ -2388,17 +2474,17 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
|
|
|
2388
2474
|
trigger: string;
|
|
2389
2475
|
}, undefined, {
|
|
2390
2476
|
[key: string]: {
|
|
2391
|
-
[key: string]:
|
|
2392
|
-
content?:
|
|
2393
|
-
header?:
|
|
2394
|
-
panel?:
|
|
2395
|
-
root?:
|
|
2396
|
-
trigger?:
|
|
2397
|
-
footer?:
|
|
2398
|
-
menu?:
|
|
2399
|
-
menuItem?:
|
|
2400
|
-
menuLabel?:
|
|
2401
|
-
outlet?:
|
|
2477
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2478
|
+
content?: tailwind_merge1403.ClassNameValue;
|
|
2479
|
+
header?: tailwind_merge1403.ClassNameValue;
|
|
2480
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2481
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2482
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
2483
|
+
footer?: tailwind_merge1403.ClassNameValue;
|
|
2484
|
+
menu?: tailwind_merge1403.ClassNameValue;
|
|
2485
|
+
menuItem?: tailwind_merge1403.ClassNameValue;
|
|
2486
|
+
menuLabel?: tailwind_merge1403.ClassNameValue;
|
|
2487
|
+
outlet?: tailwind_merge1403.ClassNameValue;
|
|
2402
2488
|
};
|
|
2403
2489
|
};
|
|
2404
2490
|
} | {}, {
|
|
@@ -2412,7 +2498,7 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
|
|
|
2412
2498
|
panel: string;
|
|
2413
2499
|
root: string;
|
|
2414
2500
|
trigger: string;
|
|
2415
|
-
},
|
|
2501
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2416
2502
|
content: string;
|
|
2417
2503
|
footer: string;
|
|
2418
2504
|
header: string;
|
|
@@ -2445,73 +2531,73 @@ declare const _default$19: (({
|
|
|
2445
2531
|
isOpen,
|
|
2446
2532
|
onOpenChange,
|
|
2447
2533
|
...props
|
|
2448
|
-
}: SidebarProps) =>
|
|
2534
|
+
}: SidebarProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2449
2535
|
Content: ({
|
|
2450
2536
|
className,
|
|
2451
2537
|
...props
|
|
2452
|
-
}: SidebarContentProps) =>
|
|
2538
|
+
}: SidebarContentProps) => react_jsx_runtime655.JSX.Element;
|
|
2453
2539
|
Footer: ({
|
|
2454
2540
|
className,
|
|
2455
2541
|
...props
|
|
2456
|
-
}: SidebarFooterProps) =>
|
|
2542
|
+
}: SidebarFooterProps) => react_jsx_runtime655.JSX.Element;
|
|
2457
2543
|
Header: ({
|
|
2458
2544
|
className,
|
|
2459
2545
|
...props
|
|
2460
|
-
}: SidebarHeaderProps) =>
|
|
2546
|
+
}: SidebarHeaderProps) => react_jsx_runtime655.JSX.Element;
|
|
2461
2547
|
Menu: ({
|
|
2462
2548
|
className,
|
|
2463
2549
|
...props
|
|
2464
|
-
}: SidebarMenuProps) =>
|
|
2550
|
+
}: SidebarMenuProps) => react_jsx_runtime655.JSX.Element;
|
|
2465
2551
|
MenuItem: ({
|
|
2466
2552
|
className,
|
|
2467
2553
|
...props
|
|
2468
|
-
}: SidebarMenuItemProps) =>
|
|
2554
|
+
}: SidebarMenuItemProps) => react_jsx_runtime655.JSX.Element;
|
|
2469
2555
|
MenuLabel: ({
|
|
2470
2556
|
className,
|
|
2471
2557
|
...props
|
|
2472
|
-
}: SidebarMenuLabelProps) =>
|
|
2558
|
+
}: SidebarMenuLabelProps) => react_jsx_runtime655.JSX.Element;
|
|
2473
2559
|
Outlet: ({
|
|
2474
2560
|
className,
|
|
2475
2561
|
...props
|
|
2476
|
-
}: SidebarOutletProps) =>
|
|
2562
|
+
}: SidebarOutletProps) => react_jsx_runtime655.JSX.Element;
|
|
2477
2563
|
Panel: ({
|
|
2478
2564
|
className,
|
|
2479
2565
|
...props
|
|
2480
|
-
}: SidebarPanelProps) =>
|
|
2566
|
+
}: SidebarPanelProps) => react_jsx_runtime655.JSX.Element;
|
|
2481
2567
|
Root: ({
|
|
2482
2568
|
className,
|
|
2483
2569
|
isOpen,
|
|
2484
2570
|
onOpenChange,
|
|
2485
2571
|
...props
|
|
2486
|
-
}: SidebarProps) =>
|
|
2572
|
+
}: SidebarProps) => react_jsx_runtime655.JSX.Element;
|
|
2487
2573
|
Trigger: ({
|
|
2488
2574
|
className,
|
|
2489
2575
|
children,
|
|
2490
2576
|
...props
|
|
2491
|
-
}: SidebarTriggerProps) =>
|
|
2577
|
+
}: SidebarTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
2492
2578
|
};
|
|
2493
2579
|
//#endregion
|
|
2494
2580
|
//#region src/components/slider/slider.variants.d.ts
|
|
2495
|
-
declare const sliderVariants:
|
|
2581
|
+
declare const sliderVariants: tailwind_variants245.TVReturnType<{
|
|
2496
2582
|
[key: string]: {
|
|
2497
|
-
[key: string]:
|
|
2498
|
-
root?:
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
control?:
|
|
2503
|
-
thumb?:
|
|
2583
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2584
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2585
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2586
|
+
track?: tailwind_merge1403.ClassNameValue;
|
|
2587
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2588
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
2589
|
+
thumb?: tailwind_merge1403.ClassNameValue;
|
|
2504
2590
|
};
|
|
2505
2591
|
};
|
|
2506
2592
|
} | {
|
|
2507
2593
|
[x: string]: {
|
|
2508
|
-
[x: string]:
|
|
2509
|
-
root?:
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
control?:
|
|
2514
|
-
thumb?:
|
|
2594
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2595
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2596
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2597
|
+
track?: tailwind_merge1403.ClassNameValue;
|
|
2598
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2599
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
2600
|
+
thumb?: tailwind_merge1403.ClassNameValue;
|
|
2515
2601
|
};
|
|
2516
2602
|
};
|
|
2517
2603
|
} | {}, {
|
|
@@ -2523,13 +2609,13 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
|
|
|
2523
2609
|
value: string;
|
|
2524
2610
|
}, undefined, {
|
|
2525
2611
|
[key: string]: {
|
|
2526
|
-
[key: string]:
|
|
2527
|
-
root?:
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
control?:
|
|
2532
|
-
thumb?:
|
|
2612
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2613
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2614
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2615
|
+
track?: tailwind_merge1403.ClassNameValue;
|
|
2616
|
+
value?: tailwind_merge1403.ClassNameValue;
|
|
2617
|
+
control?: tailwind_merge1403.ClassNameValue;
|
|
2618
|
+
thumb?: tailwind_merge1403.ClassNameValue;
|
|
2533
2619
|
};
|
|
2534
2620
|
};
|
|
2535
2621
|
} | {}, {
|
|
@@ -2539,7 +2625,7 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
|
|
|
2539
2625
|
thumb: string;
|
|
2540
2626
|
track: string;
|
|
2541
2627
|
value: string;
|
|
2542
|
-
},
|
|
2628
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2543
2629
|
control: string;
|
|
2544
2630
|
indicator: string;
|
|
2545
2631
|
root: string;
|
|
@@ -2554,35 +2640,35 @@ interface SliderProps extends SliderVariants, Slider.Root.Props {}
|
|
|
2554
2640
|
declare const _default$20: (({
|
|
2555
2641
|
className,
|
|
2556
2642
|
...props
|
|
2557
|
-
}: SliderProps) =>
|
|
2643
|
+
}: SliderProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2558
2644
|
Control: ({
|
|
2559
2645
|
className,
|
|
2560
2646
|
...props
|
|
2561
|
-
}: Slider.Control.Props) =>
|
|
2647
|
+
}: Slider.Control.Props) => react_jsx_runtime655.JSX.Element;
|
|
2562
2648
|
Indicator: ({
|
|
2563
2649
|
className,
|
|
2564
2650
|
...props
|
|
2565
|
-
}: Slider.Indicator.Props) =>
|
|
2651
|
+
}: Slider.Indicator.Props) => react_jsx_runtime655.JSX.Element;
|
|
2566
2652
|
Root: ({
|
|
2567
2653
|
className,
|
|
2568
2654
|
...props
|
|
2569
|
-
}: SliderProps) =>
|
|
2655
|
+
}: SliderProps) => react_jsx_runtime655.JSX.Element;
|
|
2570
2656
|
Thumb: ({
|
|
2571
2657
|
className,
|
|
2572
2658
|
...props
|
|
2573
|
-
}: Slider.Thumb.Props) =>
|
|
2659
|
+
}: Slider.Thumb.Props) => react_jsx_runtime655.JSX.Element;
|
|
2574
2660
|
Track: ({
|
|
2575
2661
|
className,
|
|
2576
2662
|
...props
|
|
2577
|
-
}: Slider.Track.Props) =>
|
|
2663
|
+
}: Slider.Track.Props) => react_jsx_runtime655.JSX.Element;
|
|
2578
2664
|
Value: ({
|
|
2579
2665
|
className,
|
|
2580
2666
|
...props
|
|
2581
|
-
}: Slider.Value.Props) =>
|
|
2667
|
+
}: Slider.Value.Props) => react_jsx_runtime655.JSX.Element;
|
|
2582
2668
|
};
|
|
2583
2669
|
//#endregion
|
|
2584
2670
|
//#region src/components/spinner/spinner.variants.d.ts
|
|
2585
|
-
declare const spinnerVariants:
|
|
2671
|
+
declare const spinnerVariants: tailwind_variants245.TVReturnType<{
|
|
2586
2672
|
size: {
|
|
2587
2673
|
lg: string;
|
|
2588
2674
|
md: string;
|
|
@@ -2606,7 +2692,7 @@ declare const spinnerVariants: tailwind_variants0.TVReturnType<{
|
|
|
2606
2692
|
primary: string;
|
|
2607
2693
|
success: string;
|
|
2608
2694
|
};
|
|
2609
|
-
}, undefined,
|
|
2695
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
2610
2696
|
size: {
|
|
2611
2697
|
lg: string;
|
|
2612
2698
|
md: string;
|
|
@@ -2631,10 +2717,10 @@ declare const Spinner: ({
|
|
|
2631
2717
|
variant,
|
|
2632
2718
|
asChild,
|
|
2633
2719
|
...props
|
|
2634
|
-
}: SpinnerProps) =>
|
|
2720
|
+
}: SpinnerProps) => react_jsx_runtime655.JSX.Element;
|
|
2635
2721
|
//#endregion
|
|
2636
2722
|
//#region src/components/switch/switch.variants.d.ts
|
|
2637
|
-
declare const switchVariants:
|
|
2723
|
+
declare const switchVariants: tailwind_variants245.TVReturnType<{
|
|
2638
2724
|
size: {
|
|
2639
2725
|
lg: {
|
|
2640
2726
|
root: string;
|
|
@@ -2664,7 +2750,7 @@ declare const switchVariants: tailwind_variants0.TVReturnType<{
|
|
|
2664
2750
|
}, {
|
|
2665
2751
|
root: string;
|
|
2666
2752
|
thumb: string;
|
|
2667
|
-
},
|
|
2753
|
+
}, tailwind_variants245.TVReturnType<{
|
|
2668
2754
|
size: {
|
|
2669
2755
|
lg: {
|
|
2670
2756
|
root: string;
|
|
@@ -2688,41 +2774,41 @@ declare const _default$21: (({
|
|
|
2688
2774
|
className,
|
|
2689
2775
|
size,
|
|
2690
2776
|
...props
|
|
2691
|
-
}: SwitchProps) =>
|
|
2777
|
+
}: SwitchProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2692
2778
|
Root: ({
|
|
2693
2779
|
className,
|
|
2694
2780
|
size,
|
|
2695
2781
|
...props
|
|
2696
|
-
}: SwitchProps) =>
|
|
2782
|
+
}: SwitchProps) => react_jsx_runtime655.JSX.Element;
|
|
2697
2783
|
Thumb: ({
|
|
2698
2784
|
className,
|
|
2699
2785
|
...props
|
|
2700
|
-
}: Switch.Thumb.Props) =>
|
|
2786
|
+
}: Switch.Thumb.Props) => react_jsx_runtime655.JSX.Element;
|
|
2701
2787
|
};
|
|
2702
2788
|
//#endregion
|
|
2703
2789
|
//#region src/components/table/table.variants.d.ts
|
|
2704
|
-
declare const tableVariants:
|
|
2790
|
+
declare const tableVariants: tailwind_variants245.TVReturnType<{
|
|
2705
2791
|
[key: string]: {
|
|
2706
|
-
[key: string]:
|
|
2707
|
-
root?:
|
|
2708
|
-
tbody?:
|
|
2709
|
-
td?:
|
|
2710
|
-
tfoot?:
|
|
2711
|
-
th?:
|
|
2712
|
-
thead?:
|
|
2713
|
-
tr?:
|
|
2792
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2793
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2794
|
+
tbody?: tailwind_merge1403.ClassNameValue;
|
|
2795
|
+
td?: tailwind_merge1403.ClassNameValue;
|
|
2796
|
+
tfoot?: tailwind_merge1403.ClassNameValue;
|
|
2797
|
+
th?: tailwind_merge1403.ClassNameValue;
|
|
2798
|
+
thead?: tailwind_merge1403.ClassNameValue;
|
|
2799
|
+
tr?: tailwind_merge1403.ClassNameValue;
|
|
2714
2800
|
};
|
|
2715
2801
|
};
|
|
2716
2802
|
} | {
|
|
2717
2803
|
[x: string]: {
|
|
2718
|
-
[x: string]:
|
|
2719
|
-
root?:
|
|
2720
|
-
tbody?:
|
|
2721
|
-
td?:
|
|
2722
|
-
tfoot?:
|
|
2723
|
-
th?:
|
|
2724
|
-
thead?:
|
|
2725
|
-
tr?:
|
|
2804
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2805
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2806
|
+
tbody?: tailwind_merge1403.ClassNameValue;
|
|
2807
|
+
td?: tailwind_merge1403.ClassNameValue;
|
|
2808
|
+
tfoot?: tailwind_merge1403.ClassNameValue;
|
|
2809
|
+
th?: tailwind_merge1403.ClassNameValue;
|
|
2810
|
+
thead?: tailwind_merge1403.ClassNameValue;
|
|
2811
|
+
tr?: tailwind_merge1403.ClassNameValue;
|
|
2726
2812
|
};
|
|
2727
2813
|
};
|
|
2728
2814
|
} | {}, {
|
|
@@ -2735,14 +2821,14 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
|
|
|
2735
2821
|
tr: string;
|
|
2736
2822
|
}, undefined, {
|
|
2737
2823
|
[key: string]: {
|
|
2738
|
-
[key: string]:
|
|
2739
|
-
root?:
|
|
2740
|
-
tbody?:
|
|
2741
|
-
td?:
|
|
2742
|
-
tfoot?:
|
|
2743
|
-
th?:
|
|
2744
|
-
thead?:
|
|
2745
|
-
tr?:
|
|
2824
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2825
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2826
|
+
tbody?: tailwind_merge1403.ClassNameValue;
|
|
2827
|
+
td?: tailwind_merge1403.ClassNameValue;
|
|
2828
|
+
tfoot?: tailwind_merge1403.ClassNameValue;
|
|
2829
|
+
th?: tailwind_merge1403.ClassNameValue;
|
|
2830
|
+
thead?: tailwind_merge1403.ClassNameValue;
|
|
2831
|
+
tr?: tailwind_merge1403.ClassNameValue;
|
|
2746
2832
|
};
|
|
2747
2833
|
};
|
|
2748
2834
|
} | {}, {
|
|
@@ -2753,7 +2839,7 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
|
|
|
2753
2839
|
th: string;
|
|
2754
2840
|
thead: string;
|
|
2755
2841
|
tr: string;
|
|
2756
|
-
},
|
|
2842
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2757
2843
|
root: string;
|
|
2758
2844
|
tbody: string;
|
|
2759
2845
|
td: string;
|
|
@@ -2775,56 +2861,56 @@ interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
|
2775
2861
|
declare const _default$22: (({
|
|
2776
2862
|
className,
|
|
2777
2863
|
...props
|
|
2778
|
-
}: TableProps) =>
|
|
2864
|
+
}: TableProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2779
2865
|
Body: ({
|
|
2780
2866
|
className,
|
|
2781
2867
|
...props
|
|
2782
|
-
}: TableBodyProps) =>
|
|
2868
|
+
}: TableBodyProps) => react_jsx_runtime655.JSX.Element;
|
|
2783
2869
|
DataCell: ({
|
|
2784
2870
|
className,
|
|
2785
2871
|
...props
|
|
2786
|
-
}: TableDataCellProps) =>
|
|
2872
|
+
}: TableDataCellProps) => react_jsx_runtime655.JSX.Element;
|
|
2787
2873
|
Footer: ({
|
|
2788
2874
|
className,
|
|
2789
2875
|
...props
|
|
2790
|
-
}: TableFooterProps) =>
|
|
2876
|
+
}: TableFooterProps) => react_jsx_runtime655.JSX.Element;
|
|
2791
2877
|
Head: ({
|
|
2792
2878
|
className,
|
|
2793
2879
|
...props
|
|
2794
|
-
}: TableHeadProps) =>
|
|
2880
|
+
}: TableHeadProps) => react_jsx_runtime655.JSX.Element;
|
|
2795
2881
|
HeaderCell: ({
|
|
2796
2882
|
className,
|
|
2797
2883
|
...props
|
|
2798
|
-
}: TableHeaderCellProps) =>
|
|
2884
|
+
}: TableHeaderCellProps) => react_jsx_runtime655.JSX.Element;
|
|
2799
2885
|
Root: ({
|
|
2800
2886
|
className,
|
|
2801
2887
|
...props
|
|
2802
|
-
}: TableProps) =>
|
|
2888
|
+
}: TableProps) => react_jsx_runtime655.JSX.Element;
|
|
2803
2889
|
Row: ({
|
|
2804
2890
|
className,
|
|
2805
2891
|
...props
|
|
2806
|
-
}: TableRowProps) =>
|
|
2892
|
+
}: TableRowProps) => react_jsx_runtime655.JSX.Element;
|
|
2807
2893
|
};
|
|
2808
2894
|
//#endregion
|
|
2809
2895
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
2810
|
-
declare const tabsVariants:
|
|
2896
|
+
declare const tabsVariants: tailwind_variants245.TVReturnType<{
|
|
2811
2897
|
[key: string]: {
|
|
2812
|
-
[key: string]:
|
|
2813
|
-
panel?:
|
|
2814
|
-
root?:
|
|
2815
|
-
indicator?:
|
|
2816
|
-
list?:
|
|
2817
|
-
tab?:
|
|
2898
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2899
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2900
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2901
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2902
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
2903
|
+
tab?: tailwind_merge1403.ClassNameValue;
|
|
2818
2904
|
};
|
|
2819
2905
|
};
|
|
2820
2906
|
} | {
|
|
2821
2907
|
[x: string]: {
|
|
2822
|
-
[x: string]:
|
|
2823
|
-
panel?:
|
|
2824
|
-
root?:
|
|
2825
|
-
indicator?:
|
|
2826
|
-
list?:
|
|
2827
|
-
tab?:
|
|
2908
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
2909
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2910
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2911
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2912
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
2913
|
+
tab?: tailwind_merge1403.ClassNameValue;
|
|
2828
2914
|
};
|
|
2829
2915
|
};
|
|
2830
2916
|
} | {}, {
|
|
@@ -2835,12 +2921,12 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
2835
2921
|
tab: string;
|
|
2836
2922
|
}, undefined, {
|
|
2837
2923
|
[key: string]: {
|
|
2838
|
-
[key: string]:
|
|
2839
|
-
panel?:
|
|
2840
|
-
root?:
|
|
2841
|
-
indicator?:
|
|
2842
|
-
list?:
|
|
2843
|
-
tab?:
|
|
2924
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
2925
|
+
panel?: tailwind_merge1403.ClassNameValue;
|
|
2926
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
2927
|
+
indicator?: tailwind_merge1403.ClassNameValue;
|
|
2928
|
+
list?: tailwind_merge1403.ClassNameValue;
|
|
2929
|
+
tab?: tailwind_merge1403.ClassNameValue;
|
|
2844
2930
|
};
|
|
2845
2931
|
};
|
|
2846
2932
|
} | {}, {
|
|
@@ -2849,7 +2935,7 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
2849
2935
|
panel: string;
|
|
2850
2936
|
root: string;
|
|
2851
2937
|
tab: string;
|
|
2852
|
-
},
|
|
2938
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2853
2939
|
indicator: string;
|
|
2854
2940
|
list: string;
|
|
2855
2941
|
panel: string;
|
|
@@ -2867,62 +2953,159 @@ interface TabsPanelProps extends Tabs.Panel.Props {}
|
|
|
2867
2953
|
declare const _default$23: (({
|
|
2868
2954
|
className,
|
|
2869
2955
|
...props
|
|
2870
|
-
}: TabsProps) =>
|
|
2956
|
+
}: TabsProps) => react_jsx_runtime655.JSX.Element) & {
|
|
2871
2957
|
Indicator: ({
|
|
2872
2958
|
className,
|
|
2873
2959
|
...props
|
|
2874
|
-
}: TabsIndicatorProps) =>
|
|
2960
|
+
}: TabsIndicatorProps) => react_jsx_runtime655.JSX.Element;
|
|
2875
2961
|
List: ({
|
|
2876
2962
|
className,
|
|
2877
2963
|
...props
|
|
2878
|
-
}: TabsListProps) =>
|
|
2964
|
+
}: TabsListProps) => react_jsx_runtime655.JSX.Element;
|
|
2879
2965
|
Panel: ({
|
|
2880
2966
|
className,
|
|
2881
2967
|
...props
|
|
2882
|
-
}: TabsPanelProps) =>
|
|
2968
|
+
}: TabsPanelProps) => react_jsx_runtime655.JSX.Element;
|
|
2883
2969
|
Root: ({
|
|
2884
2970
|
className,
|
|
2885
2971
|
...props
|
|
2886
|
-
}: TabsProps) =>
|
|
2972
|
+
}: TabsProps) => react_jsx_runtime655.JSX.Element;
|
|
2887
2973
|
Tab: ({
|
|
2888
2974
|
className,
|
|
2889
2975
|
...props
|
|
2890
|
-
}: TabsTabProps) =>
|
|
2976
|
+
}: TabsTabProps) => react_jsx_runtime655.JSX.Element;
|
|
2977
|
+
};
|
|
2978
|
+
//#endregion
|
|
2979
|
+
//#region src/components/toast/toast.variants.d.ts
|
|
2980
|
+
declare const toastVariants: tailwind_variants245.TVReturnType<{
|
|
2981
|
+
variant: {
|
|
2982
|
+
default: {
|
|
2983
|
+
root: string;
|
|
2984
|
+
};
|
|
2985
|
+
destructive: {
|
|
2986
|
+
root: string;
|
|
2987
|
+
};
|
|
2988
|
+
};
|
|
2989
|
+
}, {
|
|
2990
|
+
action: string;
|
|
2991
|
+
close: string;
|
|
2992
|
+
description: string;
|
|
2993
|
+
root: string;
|
|
2994
|
+
title: string;
|
|
2995
|
+
viewport: string;
|
|
2996
|
+
}, undefined, {
|
|
2997
|
+
variant: {
|
|
2998
|
+
default: {
|
|
2999
|
+
root: string;
|
|
3000
|
+
};
|
|
3001
|
+
destructive: {
|
|
3002
|
+
root: string;
|
|
3003
|
+
};
|
|
3004
|
+
};
|
|
3005
|
+
}, {
|
|
3006
|
+
action: string;
|
|
3007
|
+
close: string;
|
|
3008
|
+
description: string;
|
|
3009
|
+
root: string;
|
|
3010
|
+
title: string;
|
|
3011
|
+
viewport: string;
|
|
3012
|
+
}, tailwind_variants245.TVReturnType<{
|
|
3013
|
+
variant: {
|
|
3014
|
+
default: {
|
|
3015
|
+
root: string;
|
|
3016
|
+
};
|
|
3017
|
+
destructive: {
|
|
3018
|
+
root: string;
|
|
3019
|
+
};
|
|
3020
|
+
};
|
|
3021
|
+
}, {
|
|
3022
|
+
action: string;
|
|
3023
|
+
close: string;
|
|
3024
|
+
description: string;
|
|
3025
|
+
root: string;
|
|
3026
|
+
title: string;
|
|
3027
|
+
viewport: string;
|
|
3028
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
3029
|
+
type ToastVariants = VariantProps<typeof toastVariants>;
|
|
3030
|
+
//#endregion
|
|
3031
|
+
//#region src/components/toast/toast.d.ts
|
|
3032
|
+
interface ToastProps extends ToastVariants, Toast.Root.Props {}
|
|
3033
|
+
interface ToastTitleProps extends Toast.Title.Props {}
|
|
3034
|
+
interface ToastDescriptionProps extends Toast.Description.Props {}
|
|
3035
|
+
interface ToastActionProps extends Toast.Action.Props {}
|
|
3036
|
+
interface ToastCloseProps extends Toast.Close.Props {}
|
|
3037
|
+
interface ToastViewportProps extends Toast.Viewport.Props {}
|
|
3038
|
+
declare const _default$24: (({
|
|
3039
|
+
className,
|
|
3040
|
+
variant,
|
|
3041
|
+
...props
|
|
3042
|
+
}: ToastProps) => react_jsx_runtime655.JSX.Element) & {
|
|
3043
|
+
Action: ({
|
|
3044
|
+
className,
|
|
3045
|
+
...props
|
|
3046
|
+
}: ToastActionProps) => react_jsx_runtime655.JSX.Element;
|
|
3047
|
+
Close: ({
|
|
3048
|
+
className,
|
|
3049
|
+
children,
|
|
3050
|
+
...props
|
|
3051
|
+
}: ToastCloseProps) => react_jsx_runtime655.JSX.Element;
|
|
3052
|
+
Description: ({
|
|
3053
|
+
className,
|
|
3054
|
+
...props
|
|
3055
|
+
}: ToastDescriptionProps) => react_jsx_runtime655.JSX.Element;
|
|
3056
|
+
Portal: react11.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite2.FloatingPortalLite.Props<any> & react11.RefAttributes<HTMLDivElement>>;
|
|
3057
|
+
Provider: react11.FC<_base_ui_react5.ToastProviderProps>;
|
|
3058
|
+
Root: ({
|
|
3059
|
+
className,
|
|
3060
|
+
variant,
|
|
3061
|
+
...props
|
|
3062
|
+
}: ToastProps) => react_jsx_runtime655.JSX.Element;
|
|
3063
|
+
Title: ({
|
|
3064
|
+
className,
|
|
3065
|
+
...props
|
|
3066
|
+
}: ToastTitleProps) => react_jsx_runtime655.JSX.Element;
|
|
3067
|
+
Viewport: ({
|
|
3068
|
+
className,
|
|
3069
|
+
...props
|
|
3070
|
+
}: ToastViewportProps) => react_jsx_runtime655.JSX.Element;
|
|
2891
3071
|
};
|
|
2892
3072
|
//#endregion
|
|
3073
|
+
//#region src/components/toast/index.d.ts
|
|
3074
|
+
declare const useToast: typeof Toast.useToastManager;
|
|
3075
|
+
//#endregion
|
|
2893
3076
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
2894
|
-
declare const toggleButtonVariants:
|
|
3077
|
+
declare const toggleButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
2895
3078
|
isIconOnly: {
|
|
2896
|
-
true:
|
|
2897
|
-
base?:
|
|
3079
|
+
true: tailwind_merge1403.ClassNameValue | {
|
|
3080
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2898
3081
|
};
|
|
2899
3082
|
};
|
|
2900
3083
|
size: {
|
|
2901
|
-
lg:
|
|
2902
|
-
base?:
|
|
3084
|
+
lg: tailwind_merge1403.ClassNameValue | {
|
|
3085
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2903
3086
|
};
|
|
2904
|
-
md:
|
|
2905
|
-
base?:
|
|
3087
|
+
md: tailwind_merge1403.ClassNameValue | {
|
|
3088
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2906
3089
|
};
|
|
2907
|
-
sm:
|
|
2908
|
-
base?:
|
|
3090
|
+
sm: tailwind_merge1403.ClassNameValue | {
|
|
3091
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2909
3092
|
};
|
|
2910
3093
|
};
|
|
2911
3094
|
variant: {
|
|
2912
|
-
danger:
|
|
2913
|
-
base?:
|
|
3095
|
+
danger: tailwind_merge1403.ClassNameValue | {
|
|
3096
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2914
3097
|
};
|
|
2915
|
-
ghost:
|
|
2916
|
-
base?:
|
|
3098
|
+
ghost: tailwind_merge1403.ClassNameValue | {
|
|
3099
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2917
3100
|
};
|
|
2918
|
-
outline:
|
|
2919
|
-
base?:
|
|
3101
|
+
outline: tailwind_merge1403.ClassNameValue | {
|
|
3102
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2920
3103
|
};
|
|
2921
|
-
primary:
|
|
2922
|
-
base?:
|
|
3104
|
+
primary: tailwind_merge1403.ClassNameValue | {
|
|
3105
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2923
3106
|
};
|
|
2924
|
-
secondary:
|
|
2925
|
-
base?:
|
|
3107
|
+
secondary: tailwind_merge1403.ClassNameValue | {
|
|
3108
|
+
base?: tailwind_merge1403.ClassNameValue;
|
|
2926
3109
|
};
|
|
2927
3110
|
};
|
|
2928
3111
|
}, undefined, "toggle-button", {
|
|
@@ -2941,7 +3124,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2941
3124
|
primary: string;
|
|
2942
3125
|
secondary: string;
|
|
2943
3126
|
};
|
|
2944
|
-
}, undefined,
|
|
3127
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
2945
3128
|
isIconOnly: {
|
|
2946
3129
|
true: string;
|
|
2947
3130
|
};
|
|
@@ -2973,7 +3156,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2973
3156
|
primary: string;
|
|
2974
3157
|
secondary: string;
|
|
2975
3158
|
};
|
|
2976
|
-
}, undefined,
|
|
3159
|
+
}, undefined, tailwind_variants245.TVReturnType<{
|
|
2977
3160
|
isIconOnly: {
|
|
2978
3161
|
true: string;
|
|
2979
3162
|
};
|
|
@@ -2999,29 +3182,29 @@ declare const ToggleButton: ({
|
|
|
2999
3182
|
variant,
|
|
3000
3183
|
size,
|
|
3001
3184
|
...props
|
|
3002
|
-
}: ToggleButtonProps) =>
|
|
3185
|
+
}: ToggleButtonProps) => react_jsx_runtime655.JSX.Element;
|
|
3003
3186
|
//#endregion
|
|
3004
3187
|
//#region src/components/tooltip/tooltip.variants.d.ts
|
|
3005
|
-
declare const tooltipVariants:
|
|
3188
|
+
declare const tooltipVariants: tailwind_variants245.TVReturnType<{
|
|
3006
3189
|
[key: string]: {
|
|
3007
|
-
[key: string]:
|
|
3008
|
-
root?:
|
|
3009
|
-
trigger?:
|
|
3010
|
-
popup?:
|
|
3011
|
-
portal?:
|
|
3012
|
-
arrow?:
|
|
3013
|
-
positioner?:
|
|
3190
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
3191
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
3192
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
3193
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
3194
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
3195
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
3196
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
3014
3197
|
};
|
|
3015
3198
|
};
|
|
3016
3199
|
} | {
|
|
3017
3200
|
[x: string]: {
|
|
3018
|
-
[x: string]:
|
|
3019
|
-
root?:
|
|
3020
|
-
trigger?:
|
|
3021
|
-
popup?:
|
|
3022
|
-
portal?:
|
|
3023
|
-
arrow?:
|
|
3024
|
-
positioner?:
|
|
3201
|
+
[x: string]: tailwind_merge1403.ClassNameValue | {
|
|
3202
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
3203
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
3204
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
3205
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
3206
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
3207
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
3025
3208
|
};
|
|
3026
3209
|
};
|
|
3027
3210
|
} | {}, {
|
|
@@ -3033,13 +3216,13 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
|
|
|
3033
3216
|
trigger: string;
|
|
3034
3217
|
}, undefined, {
|
|
3035
3218
|
[key: string]: {
|
|
3036
|
-
[key: string]:
|
|
3037
|
-
root?:
|
|
3038
|
-
trigger?:
|
|
3039
|
-
popup?:
|
|
3040
|
-
portal?:
|
|
3041
|
-
arrow?:
|
|
3042
|
-
positioner?:
|
|
3219
|
+
[key: string]: tailwind_merge1403.ClassNameValue | {
|
|
3220
|
+
root?: tailwind_merge1403.ClassNameValue;
|
|
3221
|
+
trigger?: tailwind_merge1403.ClassNameValue;
|
|
3222
|
+
popup?: tailwind_merge1403.ClassNameValue;
|
|
3223
|
+
portal?: tailwind_merge1403.ClassNameValue;
|
|
3224
|
+
arrow?: tailwind_merge1403.ClassNameValue;
|
|
3225
|
+
positioner?: tailwind_merge1403.ClassNameValue;
|
|
3043
3226
|
};
|
|
3044
3227
|
};
|
|
3045
3228
|
} | {}, {
|
|
@@ -3049,7 +3232,7 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
|
|
|
3049
3232
|
positioner: string;
|
|
3050
3233
|
root: string;
|
|
3051
3234
|
trigger: string;
|
|
3052
|
-
},
|
|
3235
|
+
}, tailwind_variants245.TVReturnType<unknown, {
|
|
3053
3236
|
arrow: string;
|
|
3054
3237
|
popup: string;
|
|
3055
3238
|
portal: string;
|
|
@@ -3068,214 +3251,31 @@ interface TooltipPopupProps extends Tooltip.Popup.Props {}
|
|
|
3068
3251
|
interface TooltipArrowProps extends Tooltip.Arrow.Props {}
|
|
3069
3252
|
declare const _default$25: (({
|
|
3070
3253
|
...props
|
|
3071
|
-
}: TooltipProps) =>
|
|
3254
|
+
}: TooltipProps) => react_jsx_runtime655.JSX.Element) & {
|
|
3072
3255
|
Arrow: ({
|
|
3073
3256
|
className,
|
|
3074
3257
|
...props
|
|
3075
|
-
}: TooltipArrowProps) =>
|
|
3258
|
+
}: TooltipArrowProps) => react_jsx_runtime655.JSX.Element;
|
|
3076
3259
|
Popup: ({
|
|
3077
3260
|
className,
|
|
3078
3261
|
...props
|
|
3079
|
-
}: TooltipPopupProps) =>
|
|
3262
|
+
}: TooltipPopupProps) => react_jsx_runtime655.JSX.Element;
|
|
3080
3263
|
Portal: ({
|
|
3081
3264
|
className,
|
|
3082
3265
|
...props
|
|
3083
|
-
}: TooltipPortalProps) =>
|
|
3266
|
+
}: TooltipPortalProps) => react_jsx_runtime655.JSX.Element;
|
|
3084
3267
|
Positioner: ({
|
|
3085
3268
|
className,
|
|
3086
3269
|
...props
|
|
3087
|
-
}: TooltipPositionerProps) =>
|
|
3088
|
-
Provider:
|
|
3270
|
+
}: TooltipPositionerProps) => react_jsx_runtime655.JSX.Element;
|
|
3271
|
+
Provider: react11.FC<_base_ui_react5.TooltipProviderProps>;
|
|
3089
3272
|
Root: ({
|
|
3090
3273
|
...props
|
|
3091
|
-
}: TooltipProps) =>
|
|
3274
|
+
}: TooltipProps) => react_jsx_runtime655.JSX.Element;
|
|
3092
3275
|
Trigger: ({
|
|
3093
3276
|
className,
|
|
3094
3277
|
...props
|
|
3095
|
-
}: TooltipTriggerProps) =>
|
|
3096
|
-
};
|
|
3097
|
-
//#endregion
|
|
3098
|
-
//#region src/components/toast/toast.variants.d.ts
|
|
3099
|
-
declare const toastVariants: tailwind_variants0.TVReturnType<{
|
|
3100
|
-
variant: {
|
|
3101
|
-
default: {
|
|
3102
|
-
root: string;
|
|
3103
|
-
};
|
|
3104
|
-
destructive: {
|
|
3105
|
-
root: string;
|
|
3106
|
-
};
|
|
3107
|
-
};
|
|
3108
|
-
}, {
|
|
3109
|
-
action: string;
|
|
3110
|
-
close: string;
|
|
3111
|
-
description: string;
|
|
3112
|
-
root: string;
|
|
3113
|
-
title: string;
|
|
3114
|
-
viewport: string;
|
|
3115
|
-
}, undefined, {
|
|
3116
|
-
variant: {
|
|
3117
|
-
default: {
|
|
3118
|
-
root: string;
|
|
3119
|
-
};
|
|
3120
|
-
destructive: {
|
|
3121
|
-
root: string;
|
|
3122
|
-
};
|
|
3123
|
-
};
|
|
3124
|
-
}, {
|
|
3125
|
-
action: string;
|
|
3126
|
-
close: string;
|
|
3127
|
-
description: string;
|
|
3128
|
-
root: string;
|
|
3129
|
-
title: string;
|
|
3130
|
-
viewport: string;
|
|
3131
|
-
}, tailwind_variants0.TVReturnType<{
|
|
3132
|
-
variant: {
|
|
3133
|
-
default: {
|
|
3134
|
-
root: string;
|
|
3135
|
-
};
|
|
3136
|
-
destructive: {
|
|
3137
|
-
root: string;
|
|
3138
|
-
};
|
|
3139
|
-
};
|
|
3140
|
-
}, {
|
|
3141
|
-
action: string;
|
|
3142
|
-
close: string;
|
|
3143
|
-
description: string;
|
|
3144
|
-
root: string;
|
|
3145
|
-
title: string;
|
|
3146
|
-
viewport: string;
|
|
3147
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
3148
|
-
type ToastVariants = VariantProps<typeof toastVariants>;
|
|
3149
|
-
//#endregion
|
|
3150
|
-
//#region src/components/toast/toast.d.ts
|
|
3151
|
-
interface ToastProps extends ToastVariants, Toast.Root.Props {}
|
|
3152
|
-
interface ToastTitleProps extends Toast.Title.Props {}
|
|
3153
|
-
interface ToastDescriptionProps extends Toast.Description.Props {}
|
|
3154
|
-
interface ToastActionProps extends Toast.Action.Props {}
|
|
3155
|
-
interface ToastCloseProps extends Toast.Close.Props {}
|
|
3156
|
-
interface ToastViewportProps extends Toast.Viewport.Props {}
|
|
3157
|
-
declare const _default$24: (({
|
|
3158
|
-
className,
|
|
3159
|
-
variant,
|
|
3160
|
-
...props
|
|
3161
|
-
}: ToastProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3162
|
-
Action: ({
|
|
3163
|
-
className,
|
|
3164
|
-
...props
|
|
3165
|
-
}: ToastActionProps) => react_jsx_runtime5.JSX.Element;
|
|
3166
|
-
Close: ({
|
|
3167
|
-
className,
|
|
3168
|
-
children,
|
|
3169
|
-
...props
|
|
3170
|
-
}: ToastCloseProps) => react_jsx_runtime5.JSX.Element;
|
|
3171
|
-
Description: ({
|
|
3172
|
-
className,
|
|
3173
|
-
...props
|
|
3174
|
-
}: ToastDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
3175
|
-
Provider: react0.FC<_base_ui_react0.ToastProviderProps>;
|
|
3176
|
-
Portal: react0.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite0.FloatingPortalLite.Props<any> & react0.RefAttributes<HTMLDivElement>>;
|
|
3177
|
-
Root: ({
|
|
3178
|
-
className,
|
|
3179
|
-
variant,
|
|
3180
|
-
...props
|
|
3181
|
-
}: ToastProps) => react_jsx_runtime5.JSX.Element;
|
|
3182
|
-
Title: ({
|
|
3183
|
-
className,
|
|
3184
|
-
...props
|
|
3185
|
-
}: ToastTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
3186
|
-
Viewport: ({
|
|
3187
|
-
className,
|
|
3188
|
-
...props
|
|
3189
|
-
}: ToastViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
3190
|
-
};
|
|
3191
|
-
//#endregion
|
|
3192
|
-
//#region src/components/toast/index.d.ts
|
|
3193
|
-
declare const useToast: typeof Toast.useToastManager;
|
|
3194
|
-
//#endregion
|
|
3195
|
-
//#region src/components/collapsible/collapsible.variants.d.ts
|
|
3196
|
-
declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
|
|
3197
|
-
[key: string]: {
|
|
3198
|
-
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3199
|
-
content?: tailwind_merge0.ClassNameValue;
|
|
3200
|
-
panel?: tailwind_merge0.ClassNameValue;
|
|
3201
|
-
root?: tailwind_merge0.ClassNameValue;
|
|
3202
|
-
trigger?: tailwind_merge0.ClassNameValue;
|
|
3203
|
-
triggerIcon?: tailwind_merge0.ClassNameValue;
|
|
3204
|
-
};
|
|
3205
|
-
};
|
|
3206
|
-
} | {
|
|
3207
|
-
[x: string]: {
|
|
3208
|
-
[x: string]: tailwind_merge0.ClassNameValue | {
|
|
3209
|
-
content?: tailwind_merge0.ClassNameValue;
|
|
3210
|
-
panel?: tailwind_merge0.ClassNameValue;
|
|
3211
|
-
root?: tailwind_merge0.ClassNameValue;
|
|
3212
|
-
trigger?: tailwind_merge0.ClassNameValue;
|
|
3213
|
-
triggerIcon?: tailwind_merge0.ClassNameValue;
|
|
3214
|
-
};
|
|
3215
|
-
};
|
|
3216
|
-
} | {}, {
|
|
3217
|
-
content: string;
|
|
3218
|
-
panel: string;
|
|
3219
|
-
root: string;
|
|
3220
|
-
trigger: string;
|
|
3221
|
-
triggerIcon: string;
|
|
3222
|
-
}, undefined, {
|
|
3223
|
-
[key: string]: {
|
|
3224
|
-
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3225
|
-
content?: tailwind_merge0.ClassNameValue;
|
|
3226
|
-
panel?: tailwind_merge0.ClassNameValue;
|
|
3227
|
-
root?: tailwind_merge0.ClassNameValue;
|
|
3228
|
-
trigger?: tailwind_merge0.ClassNameValue;
|
|
3229
|
-
triggerIcon?: tailwind_merge0.ClassNameValue;
|
|
3230
|
-
};
|
|
3231
|
-
};
|
|
3232
|
-
} | {}, {
|
|
3233
|
-
content: string;
|
|
3234
|
-
panel: string;
|
|
3235
|
-
root: string;
|
|
3236
|
-
trigger: string;
|
|
3237
|
-
triggerIcon: string;
|
|
3238
|
-
}, tailwind_variants0.TVReturnType<unknown, {
|
|
3239
|
-
content: string;
|
|
3240
|
-
panel: string;
|
|
3241
|
-
root: string;
|
|
3242
|
-
trigger: string;
|
|
3243
|
-
triggerIcon: string;
|
|
3244
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
3245
|
-
type CollapsibleVariants = VariantProps<typeof collapsibleVariants>;
|
|
3246
|
-
//#endregion
|
|
3247
|
-
//#region src/components/collapsible/collapsible.d.ts
|
|
3248
|
-
interface CollapsibleProps extends CollapsibleVariants, Collapsible.Root.Props {}
|
|
3249
|
-
interface CollapsibleTriggerProps extends Collapsible.Trigger.Props {}
|
|
3250
|
-
interface CollapsibleTriggerIconProps extends React.ComponentProps<"svg"> {}
|
|
3251
|
-
interface CollapsiblePanelProps extends Collapsible.Panel.Props {}
|
|
3252
|
-
interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
3253
|
-
declare const _default$6: (({
|
|
3254
|
-
className,
|
|
3255
|
-
...props
|
|
3256
|
-
}: CollapsibleProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3257
|
-
Content: ({
|
|
3258
|
-
className,
|
|
3259
|
-
...props
|
|
3260
|
-
}: CollapsibleContentProps) => react_jsx_runtime5.JSX.Element;
|
|
3261
|
-
Panel: ({
|
|
3262
|
-
className,
|
|
3263
|
-
children,
|
|
3264
|
-
...props
|
|
3265
|
-
}: CollapsiblePanelProps) => react_jsx_runtime5.JSX.Element;
|
|
3266
|
-
Root: ({
|
|
3267
|
-
className,
|
|
3268
|
-
...props
|
|
3269
|
-
}: CollapsibleProps) => react_jsx_runtime5.JSX.Element;
|
|
3270
|
-
Trigger: ({
|
|
3271
|
-
className,
|
|
3272
|
-
children,
|
|
3273
|
-
...props
|
|
3274
|
-
}: CollapsibleTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
3275
|
-
TriggerIcon: ({
|
|
3276
|
-
className,
|
|
3277
|
-
...props
|
|
3278
|
-
}: CollapsibleTriggerIconProps) => react_jsx_runtime5.JSX.Element;
|
|
3278
|
+
}: TooltipTriggerProps) => react_jsx_runtime655.JSX.Element;
|
|
3279
3279
|
};
|
|
3280
3280
|
//#endregion
|
|
3281
3281
|
export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$6 as Collapsible, Container, ContainerVariants, _default$7 as Dialog, DialogVariants, _default$8 as Drawer, DrawerVariants, _default$9 as Field, FieldVariants, _default$10 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$11 as List, ListVariants, _default$12 as Menu, MenuVariants, _default$13 as Meter, MeterVariants, _default$14 as Navbar, NavbarVariants, _default$15 as Popover, PopoverVariants, _default$16 as Progress, ProgressVariants, _default$17 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$18 as Select, SelectVariants, Separator, SeparatorVariants, _default$19 as Sidebar, SidebarVariants, _default$20 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$21 as Switch, SwitchVariants, _default$22 as Table, TableVariants, _default$23 as Tabs, TabsVariants, _default$24 as Toast, ToggleButton, ToggleButtonVariants, _default$25 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants, useToast };
|