@fea-ui/react 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -97
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1152 -1249
- package/dist/index.d.mts +470 -567
- package/dist/index.mjs +3 -97
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
|
|
1
|
+
"use client";
|
|
2
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
2
3
|
import { VariantProps, cn } from "tailwind-variants";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import { Accordion, AlertDialog, Autocomplete, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, ContextMenu, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, NumberField, Popover, PreviewCard, Progress, Radio, RadioGroup as RadioGroup$1, ScrollArea, Select, Separator as Separator$1, Slider, Switch, Tabs,
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
5
|
+
import * as _base_ui_react0 from "@base-ui/react";
|
|
6
|
+
import { Accordion, AlertDialog, Autocomplete, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, ContextMenu, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, NumberField, Popover, PreviewCard, Progress, Radio, RadioGroup as RadioGroup$1, ScrollArea, Select, Separator as Separator$1, Slider, Switch, Tabs, ToggleProps, Tooltip } from "@base-ui/react";
|
|
7
|
+
import * as tailwind_merge17 from "tailwind-merge";
|
|
8
|
+
import * as react0 from "react";
|
|
8
9
|
import React$1 from "react";
|
|
9
|
-
import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite134 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
|
|
10
10
|
|
|
11
11
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
12
|
-
declare const accordionVariants:
|
|
12
|
+
declare const accordionVariants: tailwind_variants1.TVReturnType<{
|
|
13
13
|
[key: string]: {
|
|
14
|
-
[key: string]:
|
|
15
|
-
content?:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
trigger?:
|
|
21
|
-
triggerIcon?:
|
|
14
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
15
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
16
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
17
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
18
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
19
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
20
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
21
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
} | {
|
|
25
25
|
[x: string]: {
|
|
26
|
-
[x: string]:
|
|
27
|
-
content?:
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
trigger?:
|
|
33
|
-
triggerIcon?:
|
|
26
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
27
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
28
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
29
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
30
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
31
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
32
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
33
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
} | {}, {
|
|
@@ -43,14 +43,14 @@ declare const accordionVariants: tailwind_variants12733.TVReturnType<{
|
|
|
43
43
|
triggerIcon: string;
|
|
44
44
|
}, undefined, {
|
|
45
45
|
[key: string]: {
|
|
46
|
-
[key: string]:
|
|
47
|
-
content?:
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
trigger?:
|
|
53
|
-
triggerIcon?:
|
|
46
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
47
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
48
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
49
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
50
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
51
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
52
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
53
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
} | {}, {
|
|
@@ -61,7 +61,7 @@ declare const accordionVariants: tailwind_variants12733.TVReturnType<{
|
|
|
61
61
|
root: string;
|
|
62
62
|
trigger: string;
|
|
63
63
|
triggerIcon: string;
|
|
64
|
-
},
|
|
64
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
65
65
|
content: string;
|
|
66
66
|
header: string;
|
|
67
67
|
item: string;
|
|
@@ -83,39 +83,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
|
83
83
|
declare const _default: (({
|
|
84
84
|
className,
|
|
85
85
|
...props
|
|
86
|
-
}: AccordionProps) =>
|
|
86
|
+
}: AccordionProps) => react_jsx_runtime5.JSX.Element) & {
|
|
87
87
|
Content: ({
|
|
88
88
|
className,
|
|
89
89
|
...props
|
|
90
|
-
}: AccordionContentProps) =>
|
|
90
|
+
}: AccordionContentProps) => react_jsx_runtime5.JSX.Element;
|
|
91
91
|
Header: ({
|
|
92
92
|
className,
|
|
93
93
|
...props
|
|
94
|
-
}: AccordionHeaderProps) =>
|
|
94
|
+
}: AccordionHeaderProps) => react_jsx_runtime5.JSX.Element;
|
|
95
95
|
Item: ({
|
|
96
96
|
className,
|
|
97
97
|
...props
|
|
98
|
-
}: AccordionItemProps) =>
|
|
98
|
+
}: AccordionItemProps) => react_jsx_runtime5.JSX.Element;
|
|
99
99
|
Panel: ({
|
|
100
100
|
className,
|
|
101
101
|
...props
|
|
102
|
-
}: AccordionPanelProps) =>
|
|
102
|
+
}: AccordionPanelProps) => react_jsx_runtime5.JSX.Element;
|
|
103
103
|
Root: ({
|
|
104
104
|
className,
|
|
105
105
|
...props
|
|
106
|
-
}: AccordionProps) =>
|
|
106
|
+
}: AccordionProps) => react_jsx_runtime5.JSX.Element;
|
|
107
107
|
Trigger: ({
|
|
108
108
|
className,
|
|
109
109
|
...props
|
|
110
|
-
}: AccordionTriggerProps) =>
|
|
110
|
+
}: AccordionTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
111
111
|
TriggerIcon: ({
|
|
112
112
|
className,
|
|
113
113
|
...props
|
|
114
|
-
}: AccordionTriggerIconProps) =>
|
|
114
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime5.JSX.Element;
|
|
115
115
|
};
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/components/alert/alert.variants.d.ts
|
|
118
|
-
declare const alertVariants:
|
|
118
|
+
declare const alertVariants: tailwind_variants1.TVReturnType<{
|
|
119
119
|
variant: {
|
|
120
120
|
danger: {
|
|
121
121
|
root: string;
|
|
@@ -163,7 +163,7 @@ declare const alertVariants: tailwind_variants12733.TVReturnType<{
|
|
|
163
163
|
indicator: string;
|
|
164
164
|
root: string;
|
|
165
165
|
title: string;
|
|
166
|
-
},
|
|
166
|
+
}, tailwind_variants1.TVReturnType<{
|
|
167
167
|
variant: {
|
|
168
168
|
danger: {
|
|
169
169
|
root: string;
|
|
@@ -200,58 +200,58 @@ declare const _default$1: (({
|
|
|
200
200
|
className,
|
|
201
201
|
variant,
|
|
202
202
|
...props
|
|
203
|
-
}: AlertProps) =>
|
|
203
|
+
}: AlertProps) => react_jsx_runtime5.JSX.Element) & {
|
|
204
204
|
Content: ({
|
|
205
205
|
className,
|
|
206
206
|
...props
|
|
207
|
-
}: AlertContentProps) =>
|
|
207
|
+
}: AlertContentProps) => react_jsx_runtime5.JSX.Element;
|
|
208
208
|
Description: ({
|
|
209
209
|
className,
|
|
210
210
|
...props
|
|
211
|
-
}: AlertDescriptionProps) =>
|
|
211
|
+
}: AlertDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
212
212
|
Indicator: ({
|
|
213
213
|
className,
|
|
214
214
|
children,
|
|
215
215
|
...props
|
|
216
|
-
}: AlertIndicatorProps) =>
|
|
216
|
+
}: AlertIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
217
217
|
Root: ({
|
|
218
218
|
className,
|
|
219
219
|
variant,
|
|
220
220
|
...props
|
|
221
|
-
}: AlertProps) =>
|
|
221
|
+
}: AlertProps) => react_jsx_runtime5.JSX.Element;
|
|
222
222
|
Title: ({
|
|
223
223
|
className,
|
|
224
224
|
...props
|
|
225
|
-
}: AlertTitleProps) =>
|
|
225
|
+
}: AlertTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
226
226
|
};
|
|
227
227
|
//#endregion
|
|
228
228
|
//#region src/components/alert-dialog/alert-dialog.variants.d.ts
|
|
229
|
-
declare const alertDialogVariants:
|
|
229
|
+
declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
|
|
230
230
|
[key: string]: {
|
|
231
|
-
[key: string]:
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
title?:
|
|
235
|
-
|
|
236
|
-
backdrop?:
|
|
237
|
-
close?:
|
|
238
|
-
popup?:
|
|
239
|
-
portal?:
|
|
240
|
-
viewport?:
|
|
231
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
232
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
233
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
234
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
235
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
236
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
237
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
238
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
239
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
240
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
243
|
} | {
|
|
244
244
|
[x: string]: {
|
|
245
|
-
[x: string]:
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
title?:
|
|
249
|
-
|
|
250
|
-
backdrop?:
|
|
251
|
-
close?:
|
|
252
|
-
popup?:
|
|
253
|
-
portal?:
|
|
254
|
-
viewport?:
|
|
245
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
246
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
247
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
248
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
249
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
250
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
251
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
252
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
253
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
254
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
255
255
|
};
|
|
256
256
|
};
|
|
257
257
|
} | {}, {
|
|
@@ -266,16 +266,16 @@ declare const alertDialogVariants: tailwind_variants12733.TVReturnType<{
|
|
|
266
266
|
viewport: string;
|
|
267
267
|
}, undefined, {
|
|
268
268
|
[key: string]: {
|
|
269
|
-
[key: string]:
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
title?:
|
|
273
|
-
|
|
274
|
-
backdrop?:
|
|
275
|
-
close?:
|
|
276
|
-
popup?:
|
|
277
|
-
portal?:
|
|
278
|
-
viewport?:
|
|
269
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
270
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
271
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
272
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
273
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
274
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
275
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
276
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
277
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
278
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
281
|
} | {}, {
|
|
@@ -288,7 +288,7 @@ declare const alertDialogVariants: tailwind_variants12733.TVReturnType<{
|
|
|
288
288
|
title: string;
|
|
289
289
|
trigger: string;
|
|
290
290
|
viewport: string;
|
|
291
|
-
},
|
|
291
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
292
292
|
backdrop: string;
|
|
293
293
|
close: string;
|
|
294
294
|
description: string;
|
|
@@ -313,92 +313,92 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
|
|
|
313
313
|
interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
|
|
314
314
|
declare const _default$2: (({
|
|
315
315
|
...props
|
|
316
|
-
}: AlertDialogProps) =>
|
|
316
|
+
}: AlertDialogProps) => react_jsx_runtime5.JSX.Element) & {
|
|
317
317
|
Backdrop: ({
|
|
318
318
|
className,
|
|
319
319
|
...props
|
|
320
|
-
}: AlertDialogBackdropProps) =>
|
|
320
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
321
321
|
Close: ({
|
|
322
322
|
className,
|
|
323
323
|
children,
|
|
324
324
|
...props
|
|
325
|
-
}: AlertDialogCloseProps) =>
|
|
325
|
+
}: AlertDialogCloseProps) => react_jsx_runtime5.JSX.Element;
|
|
326
326
|
Description: ({
|
|
327
327
|
className,
|
|
328
328
|
...props
|
|
329
|
-
}: AlertDialogDescriptionProps) =>
|
|
329
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
330
330
|
Popup: ({
|
|
331
331
|
className,
|
|
332
332
|
...props
|
|
333
|
-
}: AlertDialogPopupProps) =>
|
|
333
|
+
}: AlertDialogPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
334
334
|
Portal: ({
|
|
335
335
|
className,
|
|
336
336
|
...props
|
|
337
|
-
}: AlertDialogPortalProps) =>
|
|
337
|
+
}: AlertDialogPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
338
338
|
Root: ({
|
|
339
339
|
...props
|
|
340
|
-
}: AlertDialogProps) =>
|
|
340
|
+
}: AlertDialogProps) => react_jsx_runtime5.JSX.Element;
|
|
341
341
|
Title: ({
|
|
342
342
|
className,
|
|
343
343
|
...props
|
|
344
|
-
}: AlertDialogTitleProps) =>
|
|
344
|
+
}: AlertDialogTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
345
345
|
Trigger: ({
|
|
346
346
|
className,
|
|
347
347
|
...props
|
|
348
|
-
}: AlertDialogTriggerProps) =>
|
|
348
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
349
349
|
Viewport: ({
|
|
350
350
|
className,
|
|
351
351
|
...props
|
|
352
|
-
}: AlertDialogViewportProps) =>
|
|
352
|
+
}: AlertDialogViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
353
353
|
};
|
|
354
354
|
//#endregion
|
|
355
355
|
//#region src/components/autocomplete/autocomplete.variants.d.ts
|
|
356
|
-
declare const autocompleteVariants:
|
|
356
|
+
declare const autocompleteVariants: tailwind_variants1.TVReturnType<{
|
|
357
357
|
[key: string]: {
|
|
358
|
-
[key: string]:
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
value?:
|
|
364
|
-
backdrop?:
|
|
365
|
-
popup?:
|
|
366
|
-
portal?:
|
|
367
|
-
icon?:
|
|
368
|
-
clear?:
|
|
369
|
-
positioner?:
|
|
370
|
-
arrow?:
|
|
371
|
-
status?:
|
|
372
|
-
empty?:
|
|
373
|
-
list?:
|
|
374
|
-
row?:
|
|
375
|
-
separator?:
|
|
376
|
-
group?:
|
|
377
|
-
groupLabel?:
|
|
358
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
359
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
360
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
361
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
362
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
363
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
364
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
365
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
366
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
367
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
368
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
369
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
370
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
371
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
372
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
373
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
374
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
375
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
376
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
377
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
378
378
|
};
|
|
379
379
|
};
|
|
380
380
|
} | {
|
|
381
381
|
[x: string]: {
|
|
382
|
-
[x: string]:
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
value?:
|
|
388
|
-
backdrop?:
|
|
389
|
-
popup?:
|
|
390
|
-
portal?:
|
|
391
|
-
icon?:
|
|
392
|
-
clear?:
|
|
393
|
-
positioner?:
|
|
394
|
-
arrow?:
|
|
395
|
-
status?:
|
|
396
|
-
empty?:
|
|
397
|
-
list?:
|
|
398
|
-
row?:
|
|
399
|
-
separator?:
|
|
400
|
-
group?:
|
|
401
|
-
groupLabel?:
|
|
382
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
383
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
384
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
385
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
386
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
387
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
388
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
389
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
390
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
391
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
392
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
393
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
394
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
395
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
396
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
397
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
398
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
399
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
400
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
401
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
402
402
|
};
|
|
403
403
|
};
|
|
404
404
|
} | {}, {
|
|
@@ -423,26 +423,26 @@ declare const autocompleteVariants: tailwind_variants12733.TVReturnType<{
|
|
|
423
423
|
groupLabel: string;
|
|
424
424
|
}, undefined, {
|
|
425
425
|
[key: string]: {
|
|
426
|
-
[key: string]:
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
value?:
|
|
432
|
-
backdrop?:
|
|
433
|
-
popup?:
|
|
434
|
-
portal?:
|
|
435
|
-
icon?:
|
|
436
|
-
clear?:
|
|
437
|
-
positioner?:
|
|
438
|
-
arrow?:
|
|
439
|
-
status?:
|
|
440
|
-
empty?:
|
|
441
|
-
list?:
|
|
442
|
-
row?:
|
|
443
|
-
separator?:
|
|
444
|
-
group?:
|
|
445
|
-
groupLabel?:
|
|
426
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
427
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
428
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
429
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
430
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
431
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
432
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
433
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
434
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
435
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
436
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
437
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
438
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
439
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
440
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
441
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
442
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
443
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
444
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
445
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
446
446
|
};
|
|
447
447
|
};
|
|
448
448
|
} | {}, {
|
|
@@ -465,7 +465,7 @@ declare const autocompleteVariants: tailwind_variants12733.TVReturnType<{
|
|
|
465
465
|
separator: string;
|
|
466
466
|
group: string;
|
|
467
467
|
groupLabel: string;
|
|
468
|
-
},
|
|
468
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
469
469
|
root: string;
|
|
470
470
|
input: string;
|
|
471
471
|
trigger: string;
|
|
@@ -510,85 +510,85 @@ interface AutocompleteGroupProps extends Autocomplete.Group.Props {}
|
|
|
510
510
|
interface AutocompleteGroupLabelProps extends Autocomplete.GroupLabel.Props {}
|
|
511
511
|
declare const _default$3: (({
|
|
512
512
|
...props
|
|
513
|
-
}: AutocompleteProps) =>
|
|
513
|
+
}: AutocompleteProps) => react_jsx_runtime5.JSX.Element) & {
|
|
514
514
|
Arrow: ({
|
|
515
515
|
className,
|
|
516
516
|
...props
|
|
517
|
-
}: AutocompleteArrowProps) =>
|
|
517
|
+
}: AutocompleteArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
518
518
|
Backdrop: ({
|
|
519
519
|
className,
|
|
520
520
|
...props
|
|
521
|
-
}: AutocompleteBackdropProps) =>
|
|
521
|
+
}: AutocompleteBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
522
522
|
Clear: ({
|
|
523
523
|
className,
|
|
524
524
|
...props
|
|
525
|
-
}: AutocompleteClearProps) =>
|
|
525
|
+
}: AutocompleteClearProps) => react_jsx_runtime5.JSX.Element;
|
|
526
526
|
Empty: ({
|
|
527
527
|
className,
|
|
528
528
|
...props
|
|
529
|
-
}: AutocompleteEmptyProps) =>
|
|
529
|
+
}: AutocompleteEmptyProps) => react_jsx_runtime5.JSX.Element;
|
|
530
530
|
Group: ({
|
|
531
531
|
className,
|
|
532
532
|
...props
|
|
533
|
-
}: AutocompleteGroupProps) =>
|
|
533
|
+
}: AutocompleteGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
534
534
|
GroupLabel: ({
|
|
535
535
|
className,
|
|
536
536
|
...props
|
|
537
|
-
}: AutocompleteGroupLabelProps) =>
|
|
537
|
+
}: AutocompleteGroupLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
538
538
|
Icon: ({
|
|
539
539
|
className,
|
|
540
540
|
...props
|
|
541
|
-
}: AutocompleteIconProps) =>
|
|
541
|
+
}: AutocompleteIconProps) => react_jsx_runtime5.JSX.Element;
|
|
542
542
|
Input: ({
|
|
543
543
|
className,
|
|
544
544
|
...props
|
|
545
|
-
}: AutocompleteInputProps) =>
|
|
545
|
+
}: AutocompleteInputProps) => react_jsx_runtime5.JSX.Element;
|
|
546
546
|
Item: ({
|
|
547
547
|
className,
|
|
548
548
|
...props
|
|
549
|
-
}: AutocompleteItemProps) =>
|
|
549
|
+
}: AutocompleteItemProps) => react_jsx_runtime5.JSX.Element;
|
|
550
550
|
List: ({
|
|
551
551
|
className,
|
|
552
552
|
...props
|
|
553
|
-
}: AutocompleteListProps) =>
|
|
553
|
+
}: AutocompleteListProps) => react_jsx_runtime5.JSX.Element;
|
|
554
554
|
Popup: ({
|
|
555
555
|
className,
|
|
556
556
|
...props
|
|
557
|
-
}: AutocompletePopupProps) =>
|
|
557
|
+
}: AutocompletePopupProps) => react_jsx_runtime5.JSX.Element;
|
|
558
558
|
Portal: ({
|
|
559
559
|
className,
|
|
560
560
|
...props
|
|
561
|
-
}: AutocompletePortalProps) =>
|
|
561
|
+
}: AutocompletePortalProps) => react_jsx_runtime5.JSX.Element;
|
|
562
562
|
Positioner: ({
|
|
563
563
|
className,
|
|
564
564
|
...props
|
|
565
|
-
}: AutocompletePositionerProps) =>
|
|
565
|
+
}: AutocompletePositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
566
566
|
Root: ({
|
|
567
567
|
...props
|
|
568
|
-
}: AutocompleteProps) =>
|
|
568
|
+
}: AutocompleteProps) => react_jsx_runtime5.JSX.Element;
|
|
569
569
|
Row: ({
|
|
570
570
|
className,
|
|
571
571
|
...props
|
|
572
|
-
}: AutocompleteRowProps) =>
|
|
572
|
+
}: AutocompleteRowProps) => react_jsx_runtime5.JSX.Element;
|
|
573
573
|
Separator: ({
|
|
574
574
|
className,
|
|
575
575
|
...props
|
|
576
|
-
}: AutocompleteSeparatorProps) =>
|
|
576
|
+
}: AutocompleteSeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
577
577
|
Status: ({
|
|
578
578
|
className,
|
|
579
579
|
...props
|
|
580
|
-
}: AutocompleteStatusProps) =>
|
|
580
|
+
}: AutocompleteStatusProps) => react_jsx_runtime5.JSX.Element;
|
|
581
581
|
Trigger: ({
|
|
582
582
|
className,
|
|
583
583
|
...props
|
|
584
|
-
}: AutocompleteTriggerProps) =>
|
|
584
|
+
}: AutocompleteTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
585
585
|
Value: ({
|
|
586
586
|
...props
|
|
587
|
-
}: AutocompleteValueProps) =>
|
|
587
|
+
}: AutocompleteValueProps) => react_jsx_runtime5.JSX.Element;
|
|
588
588
|
};
|
|
589
589
|
//#endregion
|
|
590
590
|
//#region src/components/avatar/avatar.variants.d.ts
|
|
591
|
-
declare const avatarVariants:
|
|
591
|
+
declare const avatarVariants: tailwind_variants1.TVReturnType<{
|
|
592
592
|
size: {
|
|
593
593
|
lg: {
|
|
594
594
|
root: string;
|
|
@@ -620,7 +620,7 @@ declare const avatarVariants: tailwind_variants12733.TVReturnType<{
|
|
|
620
620
|
fallback: string;
|
|
621
621
|
image: string;
|
|
622
622
|
root: string;
|
|
623
|
-
},
|
|
623
|
+
}, tailwind_variants1.TVReturnType<{
|
|
624
624
|
size: {
|
|
625
625
|
lg: {
|
|
626
626
|
root: string;
|
|
@@ -647,24 +647,24 @@ declare const _default$4: (({
|
|
|
647
647
|
className,
|
|
648
648
|
size,
|
|
649
649
|
...props
|
|
650
|
-
}: AvatarProps) =>
|
|
650
|
+
}: AvatarProps) => react_jsx_runtime5.JSX.Element) & {
|
|
651
651
|
Fallback: ({
|
|
652
652
|
className,
|
|
653
653
|
...props
|
|
654
|
-
}: AvatarFallbackProps) =>
|
|
654
|
+
}: AvatarFallbackProps) => react_jsx_runtime5.JSX.Element;
|
|
655
655
|
Image: ({
|
|
656
656
|
className,
|
|
657
657
|
...props
|
|
658
|
-
}: AvatarImageProps) =>
|
|
658
|
+
}: AvatarImageProps) => react_jsx_runtime5.JSX.Element;
|
|
659
659
|
Root: ({
|
|
660
660
|
className,
|
|
661
661
|
size,
|
|
662
662
|
...props
|
|
663
|
-
}: AvatarProps) =>
|
|
663
|
+
}: AvatarProps) => react_jsx_runtime5.JSX.Element;
|
|
664
664
|
};
|
|
665
665
|
//#endregion
|
|
666
666
|
//#region src/components/button/button.variants.d.ts
|
|
667
|
-
declare const buttonVariants:
|
|
667
|
+
declare const buttonVariants: tailwind_variants1.TVReturnType<{
|
|
668
668
|
isIconOnly: {
|
|
669
669
|
true: string;
|
|
670
670
|
};
|
|
@@ -696,7 +696,7 @@ declare const buttonVariants: tailwind_variants12733.TVReturnType<{
|
|
|
696
696
|
primary: string;
|
|
697
697
|
secondary: string;
|
|
698
698
|
};
|
|
699
|
-
}, undefined,
|
|
699
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
700
700
|
isIconOnly: {
|
|
701
701
|
true: string;
|
|
702
702
|
};
|
|
@@ -723,10 +723,10 @@ declare const Button: ({
|
|
|
723
723
|
size,
|
|
724
724
|
isIconOnly,
|
|
725
725
|
...props
|
|
726
|
-
}: ButtonProps) =>
|
|
726
|
+
}: ButtonProps) => react_jsx_runtime5.JSX.Element;
|
|
727
727
|
//#endregion
|
|
728
728
|
//#region src/components/button-group/button-group.variants.d.ts
|
|
729
|
-
declare const buttonGroupVariants:
|
|
729
|
+
declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
|
|
730
730
|
type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
|
|
731
731
|
//#endregion
|
|
732
732
|
//#region src/components/button-group/button-group.d.ts
|
|
@@ -734,10 +734,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
|
|
|
734
734
|
declare const ButtonGroup: ({
|
|
735
735
|
className,
|
|
736
736
|
...props
|
|
737
|
-
}: ButtonGroupProps) =>
|
|
737
|
+
}: ButtonGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
738
738
|
//#endregion
|
|
739
739
|
//#region src/components/card/card.variants.d.ts
|
|
740
|
-
declare const cardVariants:
|
|
740
|
+
declare const cardVariants: tailwind_variants1.TVReturnType<{
|
|
741
741
|
variant: {
|
|
742
742
|
default: {
|
|
743
743
|
root: string;
|
|
@@ -767,7 +767,7 @@ declare const cardVariants: tailwind_variants12733.TVReturnType<{
|
|
|
767
767
|
header: string;
|
|
768
768
|
root: string;
|
|
769
769
|
title: string;
|
|
770
|
-
},
|
|
770
|
+
}, tailwind_variants1.TVReturnType<{
|
|
771
771
|
variant: {
|
|
772
772
|
default: {
|
|
773
773
|
root: string;
|
|
@@ -796,43 +796,43 @@ declare const _default$5: (({
|
|
|
796
796
|
className,
|
|
797
797
|
variant,
|
|
798
798
|
...props
|
|
799
|
-
}: CardProps) =>
|
|
799
|
+
}: CardProps) => react_jsx_runtime5.JSX.Element) & {
|
|
800
800
|
Content: ({
|
|
801
801
|
className,
|
|
802
802
|
...props
|
|
803
|
-
}: CardBodyProps) =>
|
|
803
|
+
}: CardBodyProps) => react_jsx_runtime5.JSX.Element;
|
|
804
804
|
Description: ({
|
|
805
805
|
className,
|
|
806
806
|
...props
|
|
807
|
-
}: CardDescriptionProps) =>
|
|
807
|
+
}: CardDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
808
808
|
Header: ({
|
|
809
809
|
className,
|
|
810
810
|
...props
|
|
811
|
-
}: CardHeaderProps) =>
|
|
811
|
+
}: CardHeaderProps) => react_jsx_runtime5.JSX.Element;
|
|
812
812
|
Root: ({
|
|
813
813
|
className,
|
|
814
814
|
variant,
|
|
815
815
|
...props
|
|
816
|
-
}: CardProps) =>
|
|
816
|
+
}: CardProps) => react_jsx_runtime5.JSX.Element;
|
|
817
817
|
Title: ({
|
|
818
818
|
className,
|
|
819
819
|
...props
|
|
820
|
-
}: CardTitle) =>
|
|
820
|
+
}: CardTitle) => react_jsx_runtime5.JSX.Element;
|
|
821
821
|
};
|
|
822
822
|
//#endregion
|
|
823
823
|
//#region src/components/checkbox/checkbox.variants.d.ts
|
|
824
|
-
declare const checkboxVariants:
|
|
824
|
+
declare const checkboxVariants: tailwind_variants1.TVReturnType<{
|
|
825
825
|
[key: string]: {
|
|
826
|
-
[key: string]:
|
|
827
|
-
|
|
828
|
-
|
|
826
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
827
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
828
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
829
829
|
};
|
|
830
830
|
};
|
|
831
831
|
} | {
|
|
832
832
|
[x: string]: {
|
|
833
|
-
[x: string]:
|
|
834
|
-
|
|
835
|
-
|
|
833
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
834
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
835
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
836
836
|
};
|
|
837
837
|
};
|
|
838
838
|
} | {}, {
|
|
@@ -840,15 +840,15 @@ declare const checkboxVariants: tailwind_variants12733.TVReturnType<{
|
|
|
840
840
|
root: string;
|
|
841
841
|
}, undefined, {
|
|
842
842
|
[key: string]: {
|
|
843
|
-
[key: string]:
|
|
844
|
-
|
|
845
|
-
|
|
843
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
844
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
845
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
846
846
|
};
|
|
847
847
|
};
|
|
848
848
|
} | {}, {
|
|
849
849
|
indicator: string;
|
|
850
850
|
root: string;
|
|
851
|
-
},
|
|
851
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
852
852
|
indicator: string;
|
|
853
853
|
root: string;
|
|
854
854
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -860,20 +860,20 @@ interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
|
|
|
860
860
|
declare const _default$6: (({
|
|
861
861
|
className,
|
|
862
862
|
...props
|
|
863
|
-
}: CheckboxProps) =>
|
|
863
|
+
}: CheckboxProps) => react_jsx_runtime5.JSX.Element) & {
|
|
864
864
|
Indicator: ({
|
|
865
865
|
className,
|
|
866
866
|
children,
|
|
867
867
|
...props
|
|
868
|
-
}: CheckboxIndicatorProps) =>
|
|
868
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
869
869
|
Root: ({
|
|
870
870
|
className,
|
|
871
871
|
...props
|
|
872
|
-
}: CheckboxProps) =>
|
|
872
|
+
}: CheckboxProps) => react_jsx_runtime5.JSX.Element;
|
|
873
873
|
};
|
|
874
874
|
//#endregion
|
|
875
875
|
//#region src/components/checkbox-group/checkbox-group.variants.d.ts
|
|
876
|
-
declare const checkboxGroupVariants:
|
|
876
|
+
declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
|
|
877
877
|
type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
|
|
878
878
|
//#endregion
|
|
879
879
|
//#region src/components/checkbox-group/checkbox-group.d.ts
|
|
@@ -881,10 +881,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
|
|
|
881
881
|
declare const CheckboxGroup: ({
|
|
882
882
|
className,
|
|
883
883
|
...props
|
|
884
|
-
}: CheckboxGroupProps) =>
|
|
884
|
+
}: CheckboxGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
885
885
|
//#endregion
|
|
886
886
|
//#region src/components/chip/chip.variants.d.ts
|
|
887
|
-
declare const chipVariants:
|
|
887
|
+
declare const chipVariants: tailwind_variants1.TVReturnType<{
|
|
888
888
|
size: {
|
|
889
889
|
lg: string;
|
|
890
890
|
md: string;
|
|
@@ -910,7 +910,7 @@ declare const chipVariants: tailwind_variants12733.TVReturnType<{
|
|
|
910
910
|
secondary: string;
|
|
911
911
|
success: string;
|
|
912
912
|
};
|
|
913
|
-
}, undefined,
|
|
913
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
914
914
|
size: {
|
|
915
915
|
lg: string;
|
|
916
916
|
md: string;
|
|
@@ -933,27 +933,27 @@ declare const Chip: ({
|
|
|
933
933
|
variant,
|
|
934
934
|
size,
|
|
935
935
|
...props
|
|
936
|
-
}: ChipProps) =>
|
|
936
|
+
}: ChipProps) => react_jsx_runtime5.JSX.Element;
|
|
937
937
|
//#endregion
|
|
938
938
|
//#region src/components/collapsible/collapsible.variants.d.ts
|
|
939
|
-
declare const collapsibleVariants:
|
|
939
|
+
declare const collapsibleVariants: tailwind_variants1.TVReturnType<{
|
|
940
940
|
[key: string]: {
|
|
941
|
-
[key: string]:
|
|
942
|
-
content?:
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
trigger?:
|
|
946
|
-
triggerIcon?:
|
|
941
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
942
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
943
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
944
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
945
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
946
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
947
947
|
};
|
|
948
948
|
};
|
|
949
949
|
} | {
|
|
950
950
|
[x: string]: {
|
|
951
|
-
[x: string]:
|
|
952
|
-
content?:
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
trigger?:
|
|
956
|
-
triggerIcon?:
|
|
951
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
952
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
953
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
954
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
955
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
956
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
957
957
|
};
|
|
958
958
|
};
|
|
959
959
|
} | {}, {
|
|
@@ -964,12 +964,12 @@ declare const collapsibleVariants: tailwind_variants12733.TVReturnType<{
|
|
|
964
964
|
triggerIcon: string;
|
|
965
965
|
}, undefined, {
|
|
966
966
|
[key: string]: {
|
|
967
|
-
[key: string]:
|
|
968
|
-
content?:
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
trigger?:
|
|
972
|
-
triggerIcon?:
|
|
967
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
968
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
969
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
970
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
971
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
972
|
+
triggerIcon?: tailwind_merge17.ClassNameValue;
|
|
973
973
|
};
|
|
974
974
|
};
|
|
975
975
|
} | {}, {
|
|
@@ -978,7 +978,7 @@ declare const collapsibleVariants: tailwind_variants12733.TVReturnType<{
|
|
|
978
978
|
root: string;
|
|
979
979
|
trigger: string;
|
|
980
980
|
triggerIcon: string;
|
|
981
|
-
},
|
|
981
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
982
982
|
content: string;
|
|
983
983
|
panel: string;
|
|
984
984
|
root: string;
|
|
@@ -996,86 +996,86 @@ interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
996
996
|
declare const _default$7: (({
|
|
997
997
|
className,
|
|
998
998
|
...props
|
|
999
|
-
}: CollapsibleProps) =>
|
|
999
|
+
}: CollapsibleProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1000
1000
|
Content: ({
|
|
1001
1001
|
className,
|
|
1002
1002
|
...props
|
|
1003
|
-
}: CollapsibleContentProps) =>
|
|
1003
|
+
}: CollapsibleContentProps) => react_jsx_runtime5.JSX.Element;
|
|
1004
1004
|
Panel: ({
|
|
1005
1005
|
className,
|
|
1006
1006
|
children,
|
|
1007
1007
|
...props
|
|
1008
|
-
}: CollapsiblePanelProps) =>
|
|
1008
|
+
}: CollapsiblePanelProps) => react_jsx_runtime5.JSX.Element;
|
|
1009
1009
|
Root: ({
|
|
1010
1010
|
className,
|
|
1011
1011
|
...props
|
|
1012
|
-
}: CollapsibleProps) =>
|
|
1012
|
+
}: CollapsibleProps) => react_jsx_runtime5.JSX.Element;
|
|
1013
1013
|
Trigger: ({
|
|
1014
1014
|
className,
|
|
1015
1015
|
children,
|
|
1016
1016
|
...props
|
|
1017
|
-
}: CollapsibleTriggerProps) =>
|
|
1017
|
+
}: CollapsibleTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1018
1018
|
TriggerIcon: ({
|
|
1019
1019
|
className,
|
|
1020
1020
|
...props
|
|
1021
|
-
}: CollapsibleTriggerIconProps) =>
|
|
1021
|
+
}: CollapsibleTriggerIconProps) => react_jsx_runtime5.JSX.Element;
|
|
1022
1022
|
};
|
|
1023
1023
|
//#endregion
|
|
1024
1024
|
//#region src/components/combobox/combobox.variants.d.ts
|
|
1025
|
-
declare const comboboxVariants:
|
|
1025
|
+
declare const comboboxVariants: tailwind_variants1.TVReturnType<{
|
|
1026
1026
|
[key: string]: {
|
|
1027
|
-
[key: string]:
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
value?:
|
|
1033
|
-
backdrop?:
|
|
1034
|
-
popup?:
|
|
1035
|
-
portal?:
|
|
1036
|
-
icon?:
|
|
1037
|
-
clear?:
|
|
1038
|
-
positioner?:
|
|
1039
|
-
arrow?:
|
|
1040
|
-
status?:
|
|
1041
|
-
empty?:
|
|
1042
|
-
list?:
|
|
1043
|
-
row?:
|
|
1044
|
-
separator?:
|
|
1045
|
-
group?:
|
|
1046
|
-
groupLabel?:
|
|
1047
|
-
chip?:
|
|
1048
|
-
chips?:
|
|
1049
|
-
chipRemove?:
|
|
1050
|
-
itemIndicator?:
|
|
1027
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1028
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1029
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
1030
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1031
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1032
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
1033
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1034
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1035
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1036
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
1037
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
1038
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1039
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1040
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
1041
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
1042
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
1043
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
1044
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1045
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1046
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1047
|
+
chip?: tailwind_merge17.ClassNameValue;
|
|
1048
|
+
chips?: tailwind_merge17.ClassNameValue;
|
|
1049
|
+
chipRemove?: tailwind_merge17.ClassNameValue;
|
|
1050
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
1051
1051
|
};
|
|
1052
1052
|
};
|
|
1053
1053
|
} | {
|
|
1054
1054
|
[x: string]: {
|
|
1055
|
-
[x: string]:
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
value?:
|
|
1061
|
-
backdrop?:
|
|
1062
|
-
popup?:
|
|
1063
|
-
portal?:
|
|
1064
|
-
icon?:
|
|
1065
|
-
clear?:
|
|
1066
|
-
positioner?:
|
|
1067
|
-
arrow?:
|
|
1068
|
-
status?:
|
|
1069
|
-
empty?:
|
|
1070
|
-
list?:
|
|
1071
|
-
row?:
|
|
1072
|
-
separator?:
|
|
1073
|
-
group?:
|
|
1074
|
-
groupLabel?:
|
|
1075
|
-
chip?:
|
|
1076
|
-
chips?:
|
|
1077
|
-
chipRemove?:
|
|
1078
|
-
itemIndicator?:
|
|
1055
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
1056
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1057
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
1058
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1059
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1060
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
1061
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1062
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1063
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1064
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
1065
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
1066
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1067
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1068
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
1069
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
1070
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
1071
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
1072
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1073
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1074
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1075
|
+
chip?: tailwind_merge17.ClassNameValue;
|
|
1076
|
+
chips?: tailwind_merge17.ClassNameValue;
|
|
1077
|
+
chipRemove?: tailwind_merge17.ClassNameValue;
|
|
1078
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
1079
1079
|
};
|
|
1080
1080
|
};
|
|
1081
1081
|
} | {}, {
|
|
@@ -1104,30 +1104,30 @@ declare const comboboxVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1104
1104
|
groupLabel: string;
|
|
1105
1105
|
}, undefined, {
|
|
1106
1106
|
[key: string]: {
|
|
1107
|
-
[key: string]:
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
value?:
|
|
1113
|
-
backdrop?:
|
|
1114
|
-
popup?:
|
|
1115
|
-
portal?:
|
|
1116
|
-
icon?:
|
|
1117
|
-
clear?:
|
|
1118
|
-
positioner?:
|
|
1119
|
-
arrow?:
|
|
1120
|
-
status?:
|
|
1121
|
-
empty?:
|
|
1122
|
-
list?:
|
|
1123
|
-
row?:
|
|
1124
|
-
separator?:
|
|
1125
|
-
group?:
|
|
1126
|
-
groupLabel?:
|
|
1127
|
-
chip?:
|
|
1128
|
-
chips?:
|
|
1129
|
-
chipRemove?:
|
|
1130
|
-
itemIndicator?:
|
|
1107
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1108
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1109
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
1110
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1111
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1112
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
1113
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1114
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1115
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1116
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
1117
|
+
clear?: tailwind_merge17.ClassNameValue;
|
|
1118
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1119
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1120
|
+
status?: tailwind_merge17.ClassNameValue;
|
|
1121
|
+
empty?: tailwind_merge17.ClassNameValue;
|
|
1122
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
1123
|
+
row?: tailwind_merge17.ClassNameValue;
|
|
1124
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1125
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1126
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1127
|
+
chip?: tailwind_merge17.ClassNameValue;
|
|
1128
|
+
chips?: tailwind_merge17.ClassNameValue;
|
|
1129
|
+
chipRemove?: tailwind_merge17.ClassNameValue;
|
|
1130
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
1131
1131
|
};
|
|
1132
1132
|
};
|
|
1133
1133
|
} | {}, {
|
|
@@ -1154,7 +1154,7 @@ declare const comboboxVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1154
1154
|
separator: string;
|
|
1155
1155
|
group: string;
|
|
1156
1156
|
groupLabel: string;
|
|
1157
|
-
},
|
|
1157
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1158
1158
|
root: string;
|
|
1159
1159
|
input: string;
|
|
1160
1160
|
trigger: string;
|
|
@@ -1206,100 +1206,100 @@ interface ComboboxGroupProps extends Combobox.Group.Props {}
|
|
|
1206
1206
|
interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
|
|
1207
1207
|
declare const _default$8: (({
|
|
1208
1208
|
...props
|
|
1209
|
-
}: ComboboxProps) =>
|
|
1209
|
+
}: ComboboxProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1210
1210
|
Arrow: ({
|
|
1211
1211
|
className,
|
|
1212
1212
|
...props
|
|
1213
|
-
}: ComboboxArrowProps) =>
|
|
1213
|
+
}: ComboboxArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
1214
1214
|
Backdrop: ({
|
|
1215
1215
|
className,
|
|
1216
1216
|
...props
|
|
1217
|
-
}: ComboboxBackdropProps) =>
|
|
1217
|
+
}: ComboboxBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
1218
1218
|
Chip: ({
|
|
1219
1219
|
className,
|
|
1220
1220
|
children,
|
|
1221
1221
|
...props
|
|
1222
|
-
}: ComboboxChipProps) =>
|
|
1222
|
+
}: ComboboxChipProps) => react_jsx_runtime5.JSX.Element;
|
|
1223
1223
|
ChipRemove: ({
|
|
1224
1224
|
className,
|
|
1225
1225
|
...props
|
|
1226
|
-
}: ComboboxChipRemoveProps) =>
|
|
1226
|
+
}: ComboboxChipRemoveProps) => react_jsx_runtime5.JSX.Element;
|
|
1227
1227
|
Chips: ({
|
|
1228
1228
|
className,
|
|
1229
1229
|
...props
|
|
1230
|
-
}: ComboboxChipsProps) =>
|
|
1230
|
+
}: ComboboxChipsProps) => react_jsx_runtime5.JSX.Element;
|
|
1231
1231
|
Clear: ({
|
|
1232
1232
|
className,
|
|
1233
1233
|
...props
|
|
1234
|
-
}: ComboboxClearProps) =>
|
|
1234
|
+
}: ComboboxClearProps) => react_jsx_runtime5.JSX.Element;
|
|
1235
1235
|
Empty: ({
|
|
1236
1236
|
className,
|
|
1237
1237
|
...props
|
|
1238
|
-
}: ComboboxEmptyProps) =>
|
|
1238
|
+
}: ComboboxEmptyProps) => react_jsx_runtime5.JSX.Element;
|
|
1239
1239
|
Group: ({
|
|
1240
1240
|
className,
|
|
1241
1241
|
...props
|
|
1242
|
-
}: ComboboxGroupProps) =>
|
|
1242
|
+
}: ComboboxGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
1243
1243
|
GroupLabel: ({
|
|
1244
1244
|
className,
|
|
1245
1245
|
...props
|
|
1246
|
-
}: ComboboxGroupLabelProps) =>
|
|
1246
|
+
}: ComboboxGroupLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
1247
1247
|
Input: ({
|
|
1248
1248
|
className,
|
|
1249
1249
|
...props
|
|
1250
|
-
}: ComboboxInputProps) =>
|
|
1250
|
+
}: ComboboxInputProps) => react_jsx_runtime5.JSX.Element;
|
|
1251
1251
|
Item: ({
|
|
1252
1252
|
className,
|
|
1253
1253
|
children,
|
|
1254
1254
|
...props
|
|
1255
|
-
}: ComboboxItemProps) =>
|
|
1255
|
+
}: ComboboxItemProps) => react_jsx_runtime5.JSX.Element;
|
|
1256
1256
|
ItemIndicator: ({
|
|
1257
1257
|
className,
|
|
1258
1258
|
children,
|
|
1259
1259
|
...props
|
|
1260
|
-
}: ComboboxItemIndicatorProps) =>
|
|
1260
|
+
}: ComboboxItemIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
1261
1261
|
List: ({
|
|
1262
1262
|
className,
|
|
1263
1263
|
...props
|
|
1264
|
-
}: ComboboxListProps) =>
|
|
1264
|
+
}: ComboboxListProps) => react_jsx_runtime5.JSX.Element;
|
|
1265
1265
|
Popup: ({
|
|
1266
1266
|
className,
|
|
1267
1267
|
...props
|
|
1268
|
-
}: ComboboxPopupProps) =>
|
|
1268
|
+
}: ComboboxPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
1269
1269
|
Portal: ({
|
|
1270
1270
|
...props
|
|
1271
|
-
}: ComboboxPortalProps) =>
|
|
1271
|
+
}: ComboboxPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
1272
1272
|
Positioner: ({
|
|
1273
1273
|
className,
|
|
1274
1274
|
...props
|
|
1275
|
-
}: ComboboxPositionerProps) =>
|
|
1275
|
+
}: ComboboxPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
1276
1276
|
Root: ({
|
|
1277
1277
|
...props
|
|
1278
|
-
}: ComboboxProps) =>
|
|
1278
|
+
}: ComboboxProps) => react_jsx_runtime5.JSX.Element;
|
|
1279
1279
|
Row: ({
|
|
1280
1280
|
className,
|
|
1281
1281
|
...props
|
|
1282
|
-
}: ComboboxRowProps) =>
|
|
1282
|
+
}: ComboboxRowProps) => react_jsx_runtime5.JSX.Element;
|
|
1283
1283
|
Separator: ({
|
|
1284
1284
|
className,
|
|
1285
1285
|
...props
|
|
1286
|
-
}: ComboboxSeparatorProps) =>
|
|
1286
|
+
}: ComboboxSeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
1287
1287
|
Status: ({
|
|
1288
1288
|
className,
|
|
1289
1289
|
...props
|
|
1290
|
-
}: ComboboxStatusProps) =>
|
|
1290
|
+
}: ComboboxStatusProps) => react_jsx_runtime5.JSX.Element;
|
|
1291
1291
|
Trigger: ({
|
|
1292
1292
|
className,
|
|
1293
1293
|
children,
|
|
1294
1294
|
...props
|
|
1295
|
-
}: ComboboxTriggerProps) =>
|
|
1295
|
+
}: ComboboxTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1296
1296
|
Value: ({
|
|
1297
1297
|
...props
|
|
1298
|
-
}: ComboboxValueProps) =>
|
|
1298
|
+
}: ComboboxValueProps) => react_jsx_runtime5.JSX.Element;
|
|
1299
1299
|
};
|
|
1300
1300
|
//#endregion
|
|
1301
1301
|
//#region src/components/container/container.variants.d.ts
|
|
1302
|
-
declare const containerVariants:
|
|
1302
|
+
declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
1303
1303
|
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
1304
1304
|
//#endregion
|
|
1305
1305
|
//#region src/components/container/container.d.ts
|
|
@@ -1307,43 +1307,43 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
|
|
|
1307
1307
|
declare const Container: ({
|
|
1308
1308
|
className,
|
|
1309
1309
|
...props
|
|
1310
|
-
}: ContainerProps) =>
|
|
1310
|
+
}: ContainerProps) => react_jsx_runtime5.JSX.Element;
|
|
1311
1311
|
//#endregion
|
|
1312
1312
|
//#region src/components/context-menu/context-menu.variants.d.ts
|
|
1313
|
-
declare const contextMenuVariants:
|
|
1313
|
+
declare const contextMenuVariants: tailwind_variants1.TVReturnType<{
|
|
1314
1314
|
[key: string]: {
|
|
1315
|
-
[key: string]:
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
trigger?:
|
|
1319
|
-
backdrop?:
|
|
1320
|
-
popup?:
|
|
1321
|
-
portal?:
|
|
1322
|
-
positioner?:
|
|
1323
|
-
arrow?:
|
|
1324
|
-
separator?:
|
|
1325
|
-
group?:
|
|
1326
|
-
groupLabel?:
|
|
1327
|
-
submenu?:
|
|
1328
|
-
submenuTrigger?:
|
|
1315
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1316
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1317
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1318
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1319
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1320
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1321
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1322
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1323
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1324
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1325
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1326
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1327
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
1328
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
1329
1329
|
};
|
|
1330
1330
|
};
|
|
1331
1331
|
} | {
|
|
1332
1332
|
[x: string]: {
|
|
1333
|
-
[x: string]:
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
trigger?:
|
|
1337
|
-
backdrop?:
|
|
1338
|
-
popup?:
|
|
1339
|
-
portal?:
|
|
1340
|
-
positioner?:
|
|
1341
|
-
arrow?:
|
|
1342
|
-
separator?:
|
|
1343
|
-
group?:
|
|
1344
|
-
groupLabel?:
|
|
1345
|
-
submenu?:
|
|
1346
|
-
submenuTrigger?:
|
|
1333
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
1334
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1335
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1336
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1337
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1338
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1339
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1340
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1341
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1342
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1343
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1344
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1345
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
1346
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
1347
1347
|
};
|
|
1348
1348
|
};
|
|
1349
1349
|
} | {}, {
|
|
@@ -1362,20 +1362,20 @@ declare const contextMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1362
1362
|
submenuTrigger: string;
|
|
1363
1363
|
}, undefined, {
|
|
1364
1364
|
[key: string]: {
|
|
1365
|
-
[key: string]:
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
trigger?:
|
|
1369
|
-
backdrop?:
|
|
1370
|
-
popup?:
|
|
1371
|
-
portal?:
|
|
1372
|
-
positioner?:
|
|
1373
|
-
arrow?:
|
|
1374
|
-
separator?:
|
|
1375
|
-
group?:
|
|
1376
|
-
groupLabel?:
|
|
1377
|
-
submenu?:
|
|
1378
|
-
submenuTrigger?:
|
|
1365
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1366
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1367
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
1368
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1369
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1370
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1371
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1372
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
1373
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
1374
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
1375
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
1376
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
1377
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
1378
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
1379
1379
|
};
|
|
1380
1380
|
};
|
|
1381
1381
|
} | {}, {
|
|
@@ -1392,7 +1392,7 @@ declare const contextMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1392
1392
|
groupLabel: string;
|
|
1393
1393
|
submenu: string;
|
|
1394
1394
|
submenuTrigger: string;
|
|
1395
|
-
},
|
|
1395
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1396
1396
|
root: string;
|
|
1397
1397
|
trigger: string;
|
|
1398
1398
|
portal: string;
|
|
@@ -1425,87 +1425,87 @@ interface ContextMenuSubmenuProps extends ContextMenu.SubmenuRoot.Props {}
|
|
|
1425
1425
|
interface ContextMenuSubmenuTriggerProps extends ContextMenu.SubmenuTrigger.Props {}
|
|
1426
1426
|
declare const _default$9: (({
|
|
1427
1427
|
...props
|
|
1428
|
-
}: ContextMenuProps) =>
|
|
1428
|
+
}: ContextMenuProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1429
1429
|
Arrow: ({
|
|
1430
1430
|
className,
|
|
1431
1431
|
...props
|
|
1432
|
-
}: ContextMenuArrowProps) =>
|
|
1432
|
+
}: ContextMenuArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
1433
1433
|
Backdrop: ({
|
|
1434
1434
|
className,
|
|
1435
1435
|
...props
|
|
1436
|
-
}: ContextMenuBackdropProps) =>
|
|
1436
|
+
}: ContextMenuBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
1437
1437
|
Group: ({
|
|
1438
1438
|
className,
|
|
1439
1439
|
...props
|
|
1440
|
-
}: ContextMenuGroupProps) =>
|
|
1440
|
+
}: ContextMenuGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
1441
1441
|
GroupLabel: ({
|
|
1442
1442
|
className,
|
|
1443
1443
|
...props
|
|
1444
|
-
}: ContextMenuGroupLabelProps) =>
|
|
1444
|
+
}: ContextMenuGroupLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
1445
1445
|
Item: ({
|
|
1446
1446
|
className,
|
|
1447
1447
|
...props
|
|
1448
|
-
}: ContextMenuItemProps) =>
|
|
1448
|
+
}: ContextMenuItemProps) => react_jsx_runtime5.JSX.Element;
|
|
1449
1449
|
Popup: ({
|
|
1450
1450
|
className,
|
|
1451
1451
|
...props
|
|
1452
|
-
}: ContextMenuPopupProps) =>
|
|
1452
|
+
}: ContextMenuPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
1453
1453
|
Portal: ({
|
|
1454
1454
|
className,
|
|
1455
1455
|
...props
|
|
1456
|
-
}: ContextMenuPortalProps) =>
|
|
1456
|
+
}: ContextMenuPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
1457
1457
|
Positioner: ({
|
|
1458
1458
|
className,
|
|
1459
1459
|
...props
|
|
1460
|
-
}: ContextMenuPositionerProps) =>
|
|
1460
|
+
}: ContextMenuPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
1461
1461
|
Root: ({
|
|
1462
1462
|
...props
|
|
1463
|
-
}: ContextMenuProps) =>
|
|
1463
|
+
}: ContextMenuProps) => react_jsx_runtime5.JSX.Element;
|
|
1464
1464
|
Separator: ({
|
|
1465
1465
|
className,
|
|
1466
1466
|
...props
|
|
1467
|
-
}: ContextMenuSeparatorProps) =>
|
|
1467
|
+
}: ContextMenuSeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
1468
1468
|
SubmenuRoot: ({
|
|
1469
1469
|
...props
|
|
1470
|
-
}: ContextMenuSubmenuProps) =>
|
|
1470
|
+
}: ContextMenuSubmenuProps) => react_jsx_runtime5.JSX.Element;
|
|
1471
1471
|
SubmenuTrigger: ({
|
|
1472
1472
|
className,
|
|
1473
1473
|
children,
|
|
1474
1474
|
...props
|
|
1475
|
-
}: ContextMenuSubmenuTriggerProps) =>
|
|
1475
|
+
}: ContextMenuSubmenuTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1476
1476
|
Trigger: ({
|
|
1477
1477
|
className,
|
|
1478
1478
|
...props
|
|
1479
|
-
}: ContextMenuTriggerProps) =>
|
|
1479
|
+
}: ContextMenuTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1480
1480
|
};
|
|
1481
1481
|
//#endregion
|
|
1482
1482
|
//#region src/components/dialog/dialog.variants.d.ts
|
|
1483
|
-
declare const dialogVariants:
|
|
1483
|
+
declare const dialogVariants: tailwind_variants1.TVReturnType<{
|
|
1484
1484
|
[key: string]: {
|
|
1485
|
-
[key: string]:
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
title?:
|
|
1489
|
-
|
|
1490
|
-
backdrop?:
|
|
1491
|
-
close?:
|
|
1492
|
-
popup?:
|
|
1493
|
-
portal?:
|
|
1494
|
-
viewport?:
|
|
1485
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1486
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1487
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1488
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
1489
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1490
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1491
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
1492
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1493
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1494
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
1495
1495
|
};
|
|
1496
1496
|
};
|
|
1497
1497
|
} | {
|
|
1498
1498
|
[x: string]: {
|
|
1499
|
-
[x: string]:
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
title?:
|
|
1503
|
-
|
|
1504
|
-
backdrop?:
|
|
1505
|
-
close?:
|
|
1506
|
-
popup?:
|
|
1507
|
-
portal?:
|
|
1508
|
-
viewport?:
|
|
1499
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
1500
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1501
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1502
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
1503
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1504
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1505
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
1506
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1507
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1508
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
1509
1509
|
};
|
|
1510
1510
|
};
|
|
1511
1511
|
} | {}, {
|
|
@@ -1520,16 +1520,16 @@ declare const dialogVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1520
1520
|
viewport: string;
|
|
1521
1521
|
}, undefined, {
|
|
1522
1522
|
[key: string]: {
|
|
1523
|
-
[key: string]:
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
title?:
|
|
1527
|
-
|
|
1528
|
-
backdrop?:
|
|
1529
|
-
close?:
|
|
1530
|
-
popup?:
|
|
1531
|
-
portal?:
|
|
1532
|
-
viewport?:
|
|
1523
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1524
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1525
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1526
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
1527
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
1528
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
1529
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
1530
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
1531
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
1532
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
1533
1533
|
};
|
|
1534
1534
|
};
|
|
1535
1535
|
} | {}, {
|
|
@@ -1542,7 +1542,7 @@ declare const dialogVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1542
1542
|
title: string;
|
|
1543
1543
|
trigger: string;
|
|
1544
1544
|
viewport: string;
|
|
1545
|
-
},
|
|
1545
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1546
1546
|
backdrop: string;
|
|
1547
1547
|
close: string;
|
|
1548
1548
|
description: string;
|
|
@@ -1567,46 +1567,46 @@ interface DialogDescriptionProps extends Dialog.Description.Props {}
|
|
|
1567
1567
|
interface DialogCloseProps extends Dialog.Close.Props {}
|
|
1568
1568
|
declare const _default$10: (({
|
|
1569
1569
|
...props
|
|
1570
|
-
}: DialogProps) =>
|
|
1570
|
+
}: DialogProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1571
1571
|
Backdrop: ({
|
|
1572
1572
|
className,
|
|
1573
1573
|
...props
|
|
1574
|
-
}: DialogBackdropProps) =>
|
|
1574
|
+
}: DialogBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
1575
1575
|
Close: ({
|
|
1576
1576
|
className,
|
|
1577
1577
|
...props
|
|
1578
|
-
}: DialogCloseProps) =>
|
|
1578
|
+
}: DialogCloseProps) => react_jsx_runtime5.JSX.Element;
|
|
1579
1579
|
Description: ({
|
|
1580
1580
|
className,
|
|
1581
1581
|
...props
|
|
1582
|
-
}: DialogDescriptionProps) =>
|
|
1582
|
+
}: DialogDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
1583
1583
|
Popup: ({
|
|
1584
1584
|
className,
|
|
1585
1585
|
...props
|
|
1586
|
-
}: DialogPopupProps) =>
|
|
1586
|
+
}: DialogPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
1587
1587
|
Portal: ({
|
|
1588
1588
|
className,
|
|
1589
1589
|
...props
|
|
1590
|
-
}: DialogPortalProps) =>
|
|
1590
|
+
}: DialogPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
1591
1591
|
Root: ({
|
|
1592
1592
|
...props
|
|
1593
|
-
}: DialogProps) =>
|
|
1593
|
+
}: DialogProps) => react_jsx_runtime5.JSX.Element;
|
|
1594
1594
|
Title: ({
|
|
1595
1595
|
className,
|
|
1596
1596
|
...props
|
|
1597
|
-
}: DialogTitleProps) =>
|
|
1597
|
+
}: DialogTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
1598
1598
|
Trigger: ({
|
|
1599
1599
|
className,
|
|
1600
1600
|
...props
|
|
1601
|
-
}: DialogTriggerProps) =>
|
|
1601
|
+
}: DialogTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1602
1602
|
Viewport: ({
|
|
1603
1603
|
className,
|
|
1604
1604
|
...props
|
|
1605
|
-
}: DialogViewportProps) =>
|
|
1605
|
+
}: DialogViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
1606
1606
|
};
|
|
1607
1607
|
//#endregion
|
|
1608
1608
|
//#region src/components/drawer/drawer.variants.d.ts
|
|
1609
|
-
declare const drawerVariants:
|
|
1609
|
+
declare const drawerVariants: tailwind_variants1.TVReturnType<{
|
|
1610
1610
|
position: {
|
|
1611
1611
|
bottom: {
|
|
1612
1612
|
popup: string;
|
|
@@ -1656,7 +1656,7 @@ declare const drawerVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1656
1656
|
title: string;
|
|
1657
1657
|
trigger: string;
|
|
1658
1658
|
viewport: string;
|
|
1659
|
-
},
|
|
1659
|
+
}, tailwind_variants1.TVReturnType<{
|
|
1660
1660
|
position: {
|
|
1661
1661
|
bottom: {
|
|
1662
1662
|
popup: string;
|
|
@@ -1697,65 +1697,65 @@ interface DrawerCloseProps extends Dialog.Close.Props {}
|
|
|
1697
1697
|
declare const _default$11: (({
|
|
1698
1698
|
position,
|
|
1699
1699
|
...props
|
|
1700
|
-
}: DrawerProps) =>
|
|
1700
|
+
}: DrawerProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1701
1701
|
Backdrop: ({
|
|
1702
1702
|
className,
|
|
1703
1703
|
...props
|
|
1704
|
-
}: DrawerBackdropProps) =>
|
|
1704
|
+
}: DrawerBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
1705
1705
|
Close: ({
|
|
1706
1706
|
className,
|
|
1707
1707
|
children,
|
|
1708
1708
|
...props
|
|
1709
|
-
}: DrawerCloseProps) =>
|
|
1709
|
+
}: DrawerCloseProps) => react_jsx_runtime5.JSX.Element;
|
|
1710
1710
|
Description: ({
|
|
1711
1711
|
className,
|
|
1712
1712
|
...props
|
|
1713
|
-
}: DrawerDescriptionProps) =>
|
|
1713
|
+
}: DrawerDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
1714
1714
|
Popup: ({
|
|
1715
1715
|
className,
|
|
1716
1716
|
...props
|
|
1717
|
-
}: DrawerPopupProps) =>
|
|
1717
|
+
}: DrawerPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
1718
1718
|
Portal: ({
|
|
1719
1719
|
className,
|
|
1720
1720
|
...props
|
|
1721
|
-
}: DrawerPortalProps) =>
|
|
1721
|
+
}: DrawerPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
1722
1722
|
Root: ({
|
|
1723
1723
|
position,
|
|
1724
1724
|
...props
|
|
1725
|
-
}: DrawerProps) =>
|
|
1725
|
+
}: DrawerProps) => react_jsx_runtime5.JSX.Element;
|
|
1726
1726
|
Title: ({
|
|
1727
1727
|
className,
|
|
1728
1728
|
...props
|
|
1729
|
-
}: DrawerTitleProps) =>
|
|
1729
|
+
}: DrawerTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
1730
1730
|
Trigger: ({
|
|
1731
1731
|
className,
|
|
1732
1732
|
...props
|
|
1733
|
-
}: DrawerTriggerProps) =>
|
|
1733
|
+
}: DrawerTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
1734
1734
|
Viewport: ({
|
|
1735
1735
|
className,
|
|
1736
1736
|
...props
|
|
1737
|
-
}: DrawerViewportProps) =>
|
|
1737
|
+
}: DrawerViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
1738
1738
|
};
|
|
1739
1739
|
//#endregion
|
|
1740
1740
|
//#region src/components/field/field.variants.d.ts
|
|
1741
|
-
declare const fieldVariants:
|
|
1741
|
+
declare const fieldVariants: tailwind_variants1.TVReturnType<{
|
|
1742
1742
|
[key: string]: {
|
|
1743
|
-
[key: string]:
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
control?:
|
|
1748
|
-
error?:
|
|
1743
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1744
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1745
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1746
|
+
label?: tailwind_merge17.ClassNameValue;
|
|
1747
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
1748
|
+
error?: tailwind_merge17.ClassNameValue;
|
|
1749
1749
|
};
|
|
1750
1750
|
};
|
|
1751
1751
|
} | {
|
|
1752
1752
|
[x: string]: {
|
|
1753
|
-
[x: string]:
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
control?:
|
|
1758
|
-
error?:
|
|
1753
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
1754
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1755
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1756
|
+
label?: tailwind_merge17.ClassNameValue;
|
|
1757
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
1758
|
+
error?: tailwind_merge17.ClassNameValue;
|
|
1759
1759
|
};
|
|
1760
1760
|
};
|
|
1761
1761
|
} | {}, {
|
|
@@ -1766,12 +1766,12 @@ declare const fieldVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1766
1766
|
root: string;
|
|
1767
1767
|
}, undefined, {
|
|
1768
1768
|
[key: string]: {
|
|
1769
|
-
[key: string]:
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
control?:
|
|
1774
|
-
error?:
|
|
1769
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1770
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
1771
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1772
|
+
label?: tailwind_merge17.ClassNameValue;
|
|
1773
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
1774
|
+
error?: tailwind_merge17.ClassNameValue;
|
|
1775
1775
|
};
|
|
1776
1776
|
};
|
|
1777
1777
|
} | {}, {
|
|
@@ -1780,7 +1780,7 @@ declare const fieldVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1780
1780
|
error: string;
|
|
1781
1781
|
label: string;
|
|
1782
1782
|
root: string;
|
|
1783
|
-
},
|
|
1783
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1784
1784
|
control: string;
|
|
1785
1785
|
description: string;
|
|
1786
1786
|
error: string;
|
|
@@ -1801,43 +1801,43 @@ declare const _default$12: (({
|
|
|
1801
1801
|
className,
|
|
1802
1802
|
required,
|
|
1803
1803
|
...props
|
|
1804
|
-
}: FieldRootProps) =>
|
|
1804
|
+
}: FieldRootProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1805
1805
|
Control: ({
|
|
1806
1806
|
className,
|
|
1807
1807
|
...props
|
|
1808
|
-
}: FieldControlProps) =>
|
|
1808
|
+
}: FieldControlProps) => react_jsx_runtime5.JSX.Element;
|
|
1809
1809
|
Description: ({
|
|
1810
1810
|
className,
|
|
1811
1811
|
...props
|
|
1812
|
-
}: FieldDescriptionProps) =>
|
|
1812
|
+
}: FieldDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
1813
1813
|
Error: ({
|
|
1814
1814
|
className,
|
|
1815
1815
|
...props
|
|
1816
|
-
}: FieldErrorProps) =>
|
|
1816
|
+
}: FieldErrorProps) => react_jsx_runtime5.JSX.Element;
|
|
1817
1817
|
Label: ({
|
|
1818
1818
|
className,
|
|
1819
1819
|
...props
|
|
1820
|
-
}: FieldLabelProps) =>
|
|
1820
|
+
}: FieldLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
1821
1821
|
Root: ({
|
|
1822
1822
|
className,
|
|
1823
1823
|
required,
|
|
1824
1824
|
...props
|
|
1825
|
-
}: FieldRootProps) =>
|
|
1825
|
+
}: FieldRootProps) => react_jsx_runtime5.JSX.Element;
|
|
1826
1826
|
};
|
|
1827
1827
|
//#endregion
|
|
1828
1828
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
1829
|
-
declare const fieldsetVariants:
|
|
1829
|
+
declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
|
|
1830
1830
|
[key: string]: {
|
|
1831
|
-
[key: string]:
|
|
1832
|
-
root?:
|
|
1833
|
-
legend?:
|
|
1831
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1832
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1833
|
+
legend?: tailwind_merge17.ClassNameValue;
|
|
1834
1834
|
};
|
|
1835
1835
|
};
|
|
1836
1836
|
} | {
|
|
1837
1837
|
[x: string]: {
|
|
1838
|
-
[x: string]:
|
|
1839
|
-
root?:
|
|
1840
|
-
legend?:
|
|
1838
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
1839
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1840
|
+
legend?: tailwind_merge17.ClassNameValue;
|
|
1841
1841
|
};
|
|
1842
1842
|
};
|
|
1843
1843
|
} | {}, {
|
|
@@ -1845,15 +1845,15 @@ declare const fieldsetVariants: tailwind_variants12733.TVReturnType<{
|
|
|
1845
1845
|
root: string;
|
|
1846
1846
|
}, undefined, {
|
|
1847
1847
|
[key: string]: {
|
|
1848
|
-
[key: string]:
|
|
1849
|
-
root?:
|
|
1850
|
-
legend?:
|
|
1848
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
1849
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
1850
|
+
legend?: tailwind_merge17.ClassNameValue;
|
|
1851
1851
|
};
|
|
1852
1852
|
};
|
|
1853
1853
|
} | {}, {
|
|
1854
1854
|
legend: string;
|
|
1855
1855
|
root: string;
|
|
1856
|
-
},
|
|
1856
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1857
1857
|
legend: string;
|
|
1858
1858
|
root: string;
|
|
1859
1859
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1865,19 +1865,19 @@ interface FieldsetLegendProps extends Fieldset.Legend.Props {}
|
|
|
1865
1865
|
declare const _default$13: (({
|
|
1866
1866
|
className,
|
|
1867
1867
|
...props
|
|
1868
|
-
}: FieldsetProps) =>
|
|
1868
|
+
}: FieldsetProps) => react_jsx_runtime5.JSX.Element) & {
|
|
1869
1869
|
Legend: ({
|
|
1870
1870
|
className,
|
|
1871
1871
|
...props
|
|
1872
|
-
}: FieldsetLegendProps) =>
|
|
1872
|
+
}: FieldsetLegendProps) => react_jsx_runtime5.JSX.Element;
|
|
1873
1873
|
Root: ({
|
|
1874
1874
|
className,
|
|
1875
1875
|
...props
|
|
1876
|
-
}: FieldsetProps) =>
|
|
1876
|
+
}: FieldsetProps) => react_jsx_runtime5.JSX.Element;
|
|
1877
1877
|
};
|
|
1878
1878
|
//#endregion
|
|
1879
1879
|
//#region src/components/form/form.variants.d.ts
|
|
1880
|
-
declare const formVariants:
|
|
1880
|
+
declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
1881
1881
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
1882
1882
|
//#endregion
|
|
1883
1883
|
//#region src/components/form/form.d.ts
|
|
@@ -1885,41 +1885,41 @@ interface FormProps extends FormVariants, Form$1.Props {}
|
|
|
1885
1885
|
declare const Form: ({
|
|
1886
1886
|
className,
|
|
1887
1887
|
...props
|
|
1888
|
-
}: FormProps) =>
|
|
1888
|
+
}: FormProps) => react_jsx_runtime5.JSX.Element;
|
|
1889
1889
|
//#endregion
|
|
1890
1890
|
//#region src/components/icon-button/icon-button.variants.d.ts
|
|
1891
|
-
declare const iconButtonVariants:
|
|
1891
|
+
declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
1892
1892
|
isIconOnly: {
|
|
1893
|
-
true:
|
|
1894
|
-
base?:
|
|
1893
|
+
true: tailwind_merge17.ClassNameValue | {
|
|
1894
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1895
1895
|
};
|
|
1896
1896
|
};
|
|
1897
1897
|
size: {
|
|
1898
|
-
lg:
|
|
1899
|
-
base?:
|
|
1898
|
+
lg: tailwind_merge17.ClassNameValue | {
|
|
1899
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1900
1900
|
};
|
|
1901
|
-
md:
|
|
1902
|
-
base?:
|
|
1901
|
+
md: tailwind_merge17.ClassNameValue | {
|
|
1902
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1903
1903
|
};
|
|
1904
|
-
sm:
|
|
1905
|
-
base?:
|
|
1904
|
+
sm: tailwind_merge17.ClassNameValue | {
|
|
1905
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1906
1906
|
};
|
|
1907
1907
|
};
|
|
1908
1908
|
variant: {
|
|
1909
|
-
danger:
|
|
1910
|
-
base?:
|
|
1909
|
+
danger: tailwind_merge17.ClassNameValue | {
|
|
1910
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1911
1911
|
};
|
|
1912
|
-
ghost:
|
|
1913
|
-
base?:
|
|
1912
|
+
ghost: tailwind_merge17.ClassNameValue | {
|
|
1913
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1914
1914
|
};
|
|
1915
|
-
outline:
|
|
1916
|
-
base?:
|
|
1915
|
+
outline: tailwind_merge17.ClassNameValue | {
|
|
1916
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1917
1917
|
};
|
|
1918
|
-
primary:
|
|
1919
|
-
base?:
|
|
1918
|
+
primary: tailwind_merge17.ClassNameValue | {
|
|
1919
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1920
1920
|
};
|
|
1921
|
-
secondary:
|
|
1922
|
-
base?:
|
|
1921
|
+
secondary: tailwind_merge17.ClassNameValue | {
|
|
1922
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
1923
1923
|
};
|
|
1924
1924
|
};
|
|
1925
1925
|
}, undefined, "icon-button", {
|
|
@@ -1938,7 +1938,7 @@ declare const iconButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
|
1938
1938
|
primary: string;
|
|
1939
1939
|
secondary: string;
|
|
1940
1940
|
};
|
|
1941
|
-
}, undefined,
|
|
1941
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1942
1942
|
isIconOnly: {
|
|
1943
1943
|
true: string;
|
|
1944
1944
|
};
|
|
@@ -1970,7 +1970,7 @@ declare const iconButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
|
1970
1970
|
primary: string;
|
|
1971
1971
|
secondary: string;
|
|
1972
1972
|
};
|
|
1973
|
-
}, undefined,
|
|
1973
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1974
1974
|
isIconOnly: {
|
|
1975
1975
|
true: string;
|
|
1976
1976
|
};
|
|
@@ -1997,10 +1997,10 @@ declare const IconButton: ({
|
|
|
1997
1997
|
size,
|
|
1998
1998
|
isIconOnly,
|
|
1999
1999
|
...props
|
|
2000
|
-
}: IconButtonProps) =>
|
|
2000
|
+
}: IconButtonProps) => react_jsx_runtime5.JSX.Element;
|
|
2001
2001
|
//#endregion
|
|
2002
2002
|
//#region src/components/input/input.variants.d.ts
|
|
2003
|
-
declare const inputVariants:
|
|
2003
|
+
declare const inputVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
|
|
2004
2004
|
type InputVariants = VariantProps<typeof inputVariants>;
|
|
2005
2005
|
//#endregion
|
|
2006
2006
|
//#region src/components/input/input.d.ts
|
|
@@ -2008,10 +2008,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
|
|
|
2008
2008
|
declare const Input: ({
|
|
2009
2009
|
className,
|
|
2010
2010
|
...props
|
|
2011
|
-
}: InputProps) =>
|
|
2011
|
+
}: InputProps) => react_jsx_runtime5.JSX.Element;
|
|
2012
2012
|
//#endregion
|
|
2013
2013
|
//#region src/components/label/label.variants.d.ts
|
|
2014
|
-
declare const labelVariants:
|
|
2014
|
+
declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
2015
2015
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
2016
2016
|
//#endregion
|
|
2017
2017
|
//#region src/components/label/label.d.ts
|
|
@@ -2019,10 +2019,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
2019
2019
|
declare const Label: ({
|
|
2020
2020
|
className,
|
|
2021
2021
|
...props
|
|
2022
|
-
}: LabelProps) =>
|
|
2022
|
+
}: LabelProps) => react_jsx_runtime5.JSX.Element;
|
|
2023
2023
|
//#endregion
|
|
2024
2024
|
//#region src/components/link/link.variants.d.ts
|
|
2025
|
-
declare const linkVariants:
|
|
2025
|
+
declare const linkVariants: tailwind_variants1.TVReturnType<{
|
|
2026
2026
|
variant: {
|
|
2027
2027
|
"no-underline": string;
|
|
2028
2028
|
underline: string;
|
|
@@ -2032,7 +2032,7 @@ declare const linkVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2032
2032
|
"no-underline": string;
|
|
2033
2033
|
underline: string;
|
|
2034
2034
|
};
|
|
2035
|
-
}, undefined,
|
|
2035
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2036
2036
|
variant: {
|
|
2037
2037
|
"no-underline": string;
|
|
2038
2038
|
underline: string;
|
|
@@ -2046,21 +2046,21 @@ declare const Link: ({
|
|
|
2046
2046
|
className,
|
|
2047
2047
|
variant,
|
|
2048
2048
|
...props
|
|
2049
|
-
}: LinkProps) =>
|
|
2049
|
+
}: LinkProps) => react_jsx_runtime5.JSX.Element;
|
|
2050
2050
|
//#endregion
|
|
2051
2051
|
//#region src/components/list/list.variants.d.ts
|
|
2052
|
-
declare const listVariants:
|
|
2052
|
+
declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
2053
2053
|
[key: string]: {
|
|
2054
|
-
[key: string]:
|
|
2055
|
-
|
|
2056
|
-
|
|
2054
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2055
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2056
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2057
2057
|
};
|
|
2058
2058
|
};
|
|
2059
2059
|
} | {
|
|
2060
2060
|
[x: string]: {
|
|
2061
|
-
[x: string]:
|
|
2062
|
-
|
|
2063
|
-
|
|
2061
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2062
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2063
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2064
2064
|
};
|
|
2065
2065
|
};
|
|
2066
2066
|
} | {}, {
|
|
@@ -2068,15 +2068,15 @@ declare const listVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2068
2068
|
root: string;
|
|
2069
2069
|
}, undefined, {
|
|
2070
2070
|
[key: string]: {
|
|
2071
|
-
[key: string]:
|
|
2072
|
-
|
|
2073
|
-
|
|
2071
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2072
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2073
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2074
2074
|
};
|
|
2075
2075
|
};
|
|
2076
2076
|
} | {}, {
|
|
2077
2077
|
item: string;
|
|
2078
2078
|
root: string;
|
|
2079
|
-
},
|
|
2079
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2080
2080
|
item: string;
|
|
2081
2081
|
root: string;
|
|
2082
2082
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -2088,58 +2088,58 @@ interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
|
2088
2088
|
declare const _default$14: (({
|
|
2089
2089
|
className,
|
|
2090
2090
|
...props
|
|
2091
|
-
}: ListProps) =>
|
|
2091
|
+
}: ListProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2092
2092
|
Item: ({
|
|
2093
2093
|
className,
|
|
2094
2094
|
...props
|
|
2095
|
-
}: ListItemProps) =>
|
|
2095
|
+
}: ListItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2096
2096
|
Root: ({
|
|
2097
2097
|
className,
|
|
2098
2098
|
...props
|
|
2099
|
-
}: ListProps) =>
|
|
2099
|
+
}: ListProps) => react_jsx_runtime5.JSX.Element;
|
|
2100
2100
|
};
|
|
2101
2101
|
//#endregion
|
|
2102
2102
|
//#region src/components/menu/menu.variants.d.ts
|
|
2103
|
-
declare const menuVariants:
|
|
2103
|
+
declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
2104
2104
|
[key: string]: {
|
|
2105
|
-
[key: string]:
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
backdrop?:
|
|
2111
|
-
popup?:
|
|
2112
|
-
portal?:
|
|
2113
|
-
positioner?:
|
|
2114
|
-
arrow?:
|
|
2115
|
-
separator?:
|
|
2116
|
-
group?:
|
|
2117
|
-
groupLabel?:
|
|
2118
|
-
submenu?:
|
|
2119
|
-
submenuTrigger?:
|
|
2120
|
-
checkboxItem?:
|
|
2121
|
-
radioItem?:
|
|
2105
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2106
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2107
|
+
radioGroup?: tailwind_merge17.ClassNameValue;
|
|
2108
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2109
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2110
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2111
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2112
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2113
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2114
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2115
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
2116
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2117
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
2118
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
2119
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
2120
|
+
checkboxItem?: tailwind_merge17.ClassNameValue;
|
|
2121
|
+
radioItem?: tailwind_merge17.ClassNameValue;
|
|
2122
2122
|
};
|
|
2123
2123
|
};
|
|
2124
2124
|
} | {
|
|
2125
2125
|
[x: string]: {
|
|
2126
|
-
[x: string]:
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
backdrop?:
|
|
2132
|
-
popup?:
|
|
2133
|
-
portal?:
|
|
2134
|
-
positioner?:
|
|
2135
|
-
arrow?:
|
|
2136
|
-
separator?:
|
|
2137
|
-
group?:
|
|
2138
|
-
groupLabel?:
|
|
2139
|
-
submenu?:
|
|
2140
|
-
submenuTrigger?:
|
|
2141
|
-
checkboxItem?:
|
|
2142
|
-
radioItem?:
|
|
2126
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2127
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2128
|
+
radioGroup?: tailwind_merge17.ClassNameValue;
|
|
2129
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2130
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2131
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2132
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2133
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2134
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2135
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2136
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
2137
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2138
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
2139
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
2140
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
2141
|
+
checkboxItem?: tailwind_merge17.ClassNameValue;
|
|
2142
|
+
radioItem?: tailwind_merge17.ClassNameValue;
|
|
2143
2143
|
};
|
|
2144
2144
|
};
|
|
2145
2145
|
} | {}, {
|
|
@@ -2161,23 +2161,23 @@ declare const menuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2161
2161
|
trigger: string;
|
|
2162
2162
|
}, undefined, {
|
|
2163
2163
|
[key: string]: {
|
|
2164
|
-
[key: string]:
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
backdrop?:
|
|
2170
|
-
popup?:
|
|
2171
|
-
portal?:
|
|
2172
|
-
positioner?:
|
|
2173
|
-
arrow?:
|
|
2174
|
-
separator?:
|
|
2175
|
-
group?:
|
|
2176
|
-
groupLabel?:
|
|
2177
|
-
submenu?:
|
|
2178
|
-
submenuTrigger?:
|
|
2179
|
-
checkboxItem?:
|
|
2180
|
-
radioItem?:
|
|
2164
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2165
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2166
|
+
radioGroup?: tailwind_merge17.ClassNameValue;
|
|
2167
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2168
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2169
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2170
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2171
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2172
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2173
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2174
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
2175
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2176
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
2177
|
+
submenu?: tailwind_merge17.ClassNameValue;
|
|
2178
|
+
submenuTrigger?: tailwind_merge17.ClassNameValue;
|
|
2179
|
+
checkboxItem?: tailwind_merge17.ClassNameValue;
|
|
2180
|
+
radioItem?: tailwind_merge17.ClassNameValue;
|
|
2181
2181
|
};
|
|
2182
2182
|
};
|
|
2183
2183
|
} | {}, {
|
|
@@ -2197,7 +2197,7 @@ declare const menuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2197
2197
|
submenu: string;
|
|
2198
2198
|
submenuTrigger: string;
|
|
2199
2199
|
trigger: string;
|
|
2200
|
-
},
|
|
2200
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2201
2201
|
arrow: string;
|
|
2202
2202
|
backdrop: string;
|
|
2203
2203
|
checkboxItem: string;
|
|
@@ -2236,74 +2236,74 @@ interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
|
|
|
2236
2236
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
|
|
2237
2237
|
declare const _default$15: (({
|
|
2238
2238
|
...props
|
|
2239
|
-
}: MenuProps) =>
|
|
2239
|
+
}: MenuProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2240
2240
|
Arrow: ({
|
|
2241
2241
|
className,
|
|
2242
2242
|
children,
|
|
2243
2243
|
...props
|
|
2244
|
-
}: MenuArrowProps) =>
|
|
2244
|
+
}: MenuArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
2245
2245
|
Backdrop: ({
|
|
2246
2246
|
className,
|
|
2247
2247
|
...props
|
|
2248
|
-
}: MenuBackdropProps) =>
|
|
2248
|
+
}: MenuBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
2249
2249
|
CheckboxItem: ({
|
|
2250
2250
|
className,
|
|
2251
2251
|
...props
|
|
2252
|
-
}: MenuCheckboxItemProps) =>
|
|
2252
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2253
2253
|
Group: ({
|
|
2254
2254
|
className,
|
|
2255
2255
|
...props
|
|
2256
|
-
}: MenuGroupProps) =>
|
|
2256
|
+
}: MenuGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
2257
2257
|
GroupLabel: ({
|
|
2258
2258
|
className,
|
|
2259
2259
|
...props
|
|
2260
|
-
}: MenuGroupLabelProps) =>
|
|
2260
|
+
}: MenuGroupLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
2261
2261
|
Item: ({
|
|
2262
2262
|
className,
|
|
2263
2263
|
...props
|
|
2264
|
-
}: MenuItemProps) =>
|
|
2264
|
+
}: MenuItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2265
2265
|
Popup: ({
|
|
2266
2266
|
className,
|
|
2267
2267
|
...props
|
|
2268
|
-
}: MenuPopupProps) =>
|
|
2268
|
+
}: MenuPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
2269
2269
|
Portal: ({
|
|
2270
2270
|
className,
|
|
2271
2271
|
...props
|
|
2272
|
-
}: MenuPortalProps) =>
|
|
2272
|
+
}: MenuPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
2273
2273
|
Positioner: ({
|
|
2274
2274
|
className,
|
|
2275
2275
|
...props
|
|
2276
|
-
}: MenuPositionerProps) =>
|
|
2276
|
+
}: MenuPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
2277
2277
|
RadioGroup: ({
|
|
2278
2278
|
className,
|
|
2279
2279
|
...props
|
|
2280
|
-
}: MenuRadioGroupProps) =>
|
|
2280
|
+
}: MenuRadioGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
2281
2281
|
RadioItem: ({
|
|
2282
2282
|
className,
|
|
2283
2283
|
...props
|
|
2284
|
-
}: MenuRadioItemProps) =>
|
|
2284
|
+
}: MenuRadioItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2285
2285
|
Root: ({
|
|
2286
2286
|
...props
|
|
2287
|
-
}: MenuProps) =>
|
|
2287
|
+
}: MenuProps) => react_jsx_runtime5.JSX.Element;
|
|
2288
2288
|
Separator: ({
|
|
2289
2289
|
className,
|
|
2290
2290
|
...props
|
|
2291
|
-
}: MenuSeparatorProps) =>
|
|
2291
|
+
}: MenuSeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
2292
2292
|
Submenu: ({
|
|
2293
2293
|
...props
|
|
2294
|
-
}: MenuSubmenuProps) =>
|
|
2294
|
+
}: MenuSubmenuProps) => react_jsx_runtime5.JSX.Element;
|
|
2295
2295
|
SubmenuTrigger: ({
|
|
2296
2296
|
className,
|
|
2297
2297
|
...props
|
|
2298
|
-
}: MenuSubmenuTriggerProps) =>
|
|
2298
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
2299
2299
|
Trigger: ({
|
|
2300
2300
|
className,
|
|
2301
2301
|
...props
|
|
2302
|
-
}: MenuTriggerProps) =>
|
|
2302
|
+
}: MenuTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
2303
2303
|
};
|
|
2304
2304
|
//#endregion
|
|
2305
2305
|
//#region src/components/meter/meter.variants.d.ts
|
|
2306
|
-
declare const meterVariants:
|
|
2306
|
+
declare const meterVariants: tailwind_variants1.TVReturnType<{
|
|
2307
2307
|
size: {
|
|
2308
2308
|
lg: {
|
|
2309
2309
|
root: string;
|
|
@@ -2367,7 +2367,7 @@ declare const meterVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2367
2367
|
root: string;
|
|
2368
2368
|
track: string;
|
|
2369
2369
|
value: string;
|
|
2370
|
-
},
|
|
2370
|
+
}, tailwind_variants1.TVReturnType<{
|
|
2371
2371
|
size: {
|
|
2372
2372
|
lg: {
|
|
2373
2373
|
root: string;
|
|
@@ -2413,56 +2413,56 @@ declare const _default$16: (({
|
|
|
2413
2413
|
size,
|
|
2414
2414
|
variant,
|
|
2415
2415
|
...props
|
|
2416
|
-
}: MeterProps) =>
|
|
2416
|
+
}: MeterProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2417
2417
|
Indicator: ({
|
|
2418
2418
|
className,
|
|
2419
2419
|
...props
|
|
2420
|
-
}: MeterIndicatorProps) =>
|
|
2420
|
+
}: MeterIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
2421
2421
|
Label: ({
|
|
2422
2422
|
className,
|
|
2423
2423
|
...props
|
|
2424
|
-
}: MeterLabelProps) =>
|
|
2424
|
+
}: MeterLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
2425
2425
|
Root: ({
|
|
2426
2426
|
className,
|
|
2427
2427
|
size,
|
|
2428
2428
|
variant,
|
|
2429
2429
|
...props
|
|
2430
|
-
}: MeterProps) =>
|
|
2430
|
+
}: MeterProps) => react_jsx_runtime5.JSX.Element;
|
|
2431
2431
|
Track: ({
|
|
2432
2432
|
className,
|
|
2433
2433
|
...props
|
|
2434
|
-
}: MeterTrackProps) =>
|
|
2434
|
+
}: MeterTrackProps) => react_jsx_runtime5.JSX.Element;
|
|
2435
2435
|
Value: ({
|
|
2436
2436
|
className,
|
|
2437
2437
|
...props
|
|
2438
|
-
}: MeterValueProps) =>
|
|
2438
|
+
}: MeterValueProps) => react_jsx_runtime5.JSX.Element;
|
|
2439
2439
|
};
|
|
2440
2440
|
//#endregion
|
|
2441
2441
|
//#region src/components/navbar/navbar.variants.d.ts
|
|
2442
|
-
declare const navbarVariants:
|
|
2442
|
+
declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
2443
2443
|
[key: string]: {
|
|
2444
|
-
[key: string]:
|
|
2445
|
-
content?:
|
|
2446
|
-
root?:
|
|
2447
|
-
menu?:
|
|
2448
|
-
container?:
|
|
2449
|
-
list?:
|
|
2450
|
-
listItem?:
|
|
2451
|
-
menuItem?:
|
|
2452
|
-
toggle?:
|
|
2444
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2445
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2446
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2447
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
2448
|
+
container?: tailwind_merge17.ClassNameValue;
|
|
2449
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2450
|
+
listItem?: tailwind_merge17.ClassNameValue;
|
|
2451
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
2452
|
+
toggle?: tailwind_merge17.ClassNameValue;
|
|
2453
2453
|
};
|
|
2454
2454
|
};
|
|
2455
2455
|
} | {
|
|
2456
2456
|
[x: string]: {
|
|
2457
|
-
[x: string]:
|
|
2458
|
-
content?:
|
|
2459
|
-
root?:
|
|
2460
|
-
menu?:
|
|
2461
|
-
container?:
|
|
2462
|
-
list?:
|
|
2463
|
-
listItem?:
|
|
2464
|
-
menuItem?:
|
|
2465
|
-
toggle?:
|
|
2457
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2458
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2459
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2460
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
2461
|
+
container?: tailwind_merge17.ClassNameValue;
|
|
2462
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2463
|
+
listItem?: tailwind_merge17.ClassNameValue;
|
|
2464
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
2465
|
+
toggle?: tailwind_merge17.ClassNameValue;
|
|
2466
2466
|
};
|
|
2467
2467
|
};
|
|
2468
2468
|
} | {}, {
|
|
@@ -2476,15 +2476,15 @@ declare const navbarVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2476
2476
|
toggle: string;
|
|
2477
2477
|
}, undefined, {
|
|
2478
2478
|
[key: string]: {
|
|
2479
|
-
[key: string]:
|
|
2480
|
-
content?:
|
|
2481
|
-
root?:
|
|
2482
|
-
menu?:
|
|
2483
|
-
container?:
|
|
2484
|
-
list?:
|
|
2485
|
-
listItem?:
|
|
2486
|
-
menuItem?:
|
|
2487
|
-
toggle?:
|
|
2479
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2480
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2481
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2482
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
2483
|
+
container?: tailwind_merge17.ClassNameValue;
|
|
2484
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2485
|
+
listItem?: tailwind_merge17.ClassNameValue;
|
|
2486
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
2487
|
+
toggle?: tailwind_merge17.ClassNameValue;
|
|
2488
2488
|
};
|
|
2489
2489
|
};
|
|
2490
2490
|
} | {}, {
|
|
@@ -2496,7 +2496,7 @@ declare const navbarVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2496
2496
|
menuItem: string;
|
|
2497
2497
|
root: string;
|
|
2498
2498
|
toggle: string;
|
|
2499
|
-
},
|
|
2499
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2500
2500
|
container: string;
|
|
2501
2501
|
content: string;
|
|
2502
2502
|
list: string;
|
|
@@ -2527,79 +2527,79 @@ declare const _default$17: (({
|
|
|
2527
2527
|
isOpen,
|
|
2528
2528
|
onOpenChange,
|
|
2529
2529
|
...props
|
|
2530
|
-
}: NavbarProps) =>
|
|
2530
|
+
}: NavbarProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2531
2531
|
Container: ({
|
|
2532
2532
|
className,
|
|
2533
2533
|
...props
|
|
2534
|
-
}: NavbarContainerProps) =>
|
|
2534
|
+
}: NavbarContainerProps) => react_jsx_runtime5.JSX.Element;
|
|
2535
2535
|
Content: ({
|
|
2536
2536
|
className,
|
|
2537
2537
|
...props
|
|
2538
|
-
}: NavbarContentProps) =>
|
|
2538
|
+
}: NavbarContentProps) => react_jsx_runtime5.JSX.Element;
|
|
2539
2539
|
List: ({
|
|
2540
2540
|
className,
|
|
2541
2541
|
...props
|
|
2542
|
-
}: NavbarListProps) =>
|
|
2542
|
+
}: NavbarListProps) => react_jsx_runtime5.JSX.Element;
|
|
2543
2543
|
ListItem: ({
|
|
2544
2544
|
className,
|
|
2545
2545
|
...props
|
|
2546
|
-
}: NavbarListItemProps) =>
|
|
2546
|
+
}: NavbarListItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2547
2547
|
Menu: ({
|
|
2548
2548
|
className,
|
|
2549
2549
|
header,
|
|
2550
2550
|
...props
|
|
2551
|
-
}: NavbarMenuProps) =>
|
|
2551
|
+
}: NavbarMenuProps) => react_jsx_runtime5.JSX.Element;
|
|
2552
2552
|
MenuItem: ({
|
|
2553
2553
|
className,
|
|
2554
2554
|
...props
|
|
2555
|
-
}: NavbarMenuItemProps) =>
|
|
2555
|
+
}: NavbarMenuItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2556
2556
|
Root: ({
|
|
2557
2557
|
className,
|
|
2558
2558
|
isOpen,
|
|
2559
2559
|
onOpenChange,
|
|
2560
2560
|
...props
|
|
2561
|
-
}: NavbarProps) =>
|
|
2561
|
+
}: NavbarProps) => react_jsx_runtime5.JSX.Element;
|
|
2562
2562
|
Toggle: ({
|
|
2563
2563
|
className,
|
|
2564
2564
|
...props
|
|
2565
|
-
}: NavbarToggleProps) =>
|
|
2565
|
+
}: NavbarToggleProps) => react_jsx_runtime5.JSX.Element;
|
|
2566
2566
|
};
|
|
2567
2567
|
//#endregion
|
|
2568
2568
|
//#region src/components/navigation-menu/navigation-menu.variants.d.ts
|
|
2569
|
-
declare const navigationMenuVariants:
|
|
2569
|
+
declare const navigationMenuVariants: tailwind_variants1.TVReturnType<{
|
|
2570
2570
|
[key: string]: {
|
|
2571
|
-
[key: string]:
|
|
2572
|
-
content?:
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
backdrop?:
|
|
2578
|
-
popup?:
|
|
2579
|
-
portal?:
|
|
2580
|
-
viewport?:
|
|
2581
|
-
icon?:
|
|
2582
|
-
positioner?:
|
|
2583
|
-
arrow?:
|
|
2584
|
-
list?:
|
|
2571
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2572
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2573
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2574
|
+
link?: tailwind_merge17.ClassNameValue;
|
|
2575
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2576
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2577
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2578
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2579
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2580
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2581
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
2582
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2583
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2584
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2585
2585
|
};
|
|
2586
2586
|
};
|
|
2587
2587
|
} | {
|
|
2588
2588
|
[x: string]: {
|
|
2589
|
-
[x: string]:
|
|
2590
|
-
content?:
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
backdrop?:
|
|
2596
|
-
popup?:
|
|
2597
|
-
portal?:
|
|
2598
|
-
viewport?:
|
|
2599
|
-
icon?:
|
|
2600
|
-
positioner?:
|
|
2601
|
-
arrow?:
|
|
2602
|
-
list?:
|
|
2589
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2590
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2591
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2592
|
+
link?: tailwind_merge17.ClassNameValue;
|
|
2593
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2594
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2595
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2596
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2597
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2598
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2599
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
2600
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2601
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2602
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2603
2603
|
};
|
|
2604
2604
|
};
|
|
2605
2605
|
} | {}, {
|
|
@@ -2618,20 +2618,20 @@ declare const navigationMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2618
2618
|
viewport: string;
|
|
2619
2619
|
}, undefined, {
|
|
2620
2620
|
[key: string]: {
|
|
2621
|
-
[key: string]:
|
|
2622
|
-
content?:
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
backdrop?:
|
|
2628
|
-
popup?:
|
|
2629
|
-
portal?:
|
|
2630
|
-
viewport?:
|
|
2631
|
-
icon?:
|
|
2632
|
-
positioner?:
|
|
2633
|
-
arrow?:
|
|
2634
|
-
list?:
|
|
2621
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2622
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2623
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2624
|
+
link?: tailwind_merge17.ClassNameValue;
|
|
2625
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
2626
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2627
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2628
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2629
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2630
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2631
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
2632
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2633
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2634
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
2635
2635
|
};
|
|
2636
2636
|
};
|
|
2637
2637
|
} | {}, {
|
|
@@ -2648,7 +2648,7 @@ declare const navigationMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2648
2648
|
popup: string;
|
|
2649
2649
|
arrow: string;
|
|
2650
2650
|
viewport: string;
|
|
2651
|
-
},
|
|
2651
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2652
2652
|
root: string;
|
|
2653
2653
|
list: string;
|
|
2654
2654
|
item: string;
|
|
@@ -2682,85 +2682,85 @@ interface NavigationMenuViewportProps extends NavigationMenu.Viewport.Props {}
|
|
|
2682
2682
|
declare const _default$18: (({
|
|
2683
2683
|
className,
|
|
2684
2684
|
...props
|
|
2685
|
-
}: NavigationMenuProps) =>
|
|
2685
|
+
}: NavigationMenuProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2686
2686
|
Arrow: ({
|
|
2687
2687
|
className,
|
|
2688
2688
|
...props
|
|
2689
|
-
}: NavigationMenuArrowProps) =>
|
|
2689
|
+
}: NavigationMenuArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
2690
2690
|
Backdrop: ({
|
|
2691
2691
|
className,
|
|
2692
2692
|
...props
|
|
2693
|
-
}: NavigationMenuBackdropProps) =>
|
|
2693
|
+
}: NavigationMenuBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
2694
2694
|
Content: ({
|
|
2695
2695
|
className,
|
|
2696
2696
|
...props
|
|
2697
|
-
}: NavigationMenuContentProps) =>
|
|
2697
|
+
}: NavigationMenuContentProps) => react_jsx_runtime5.JSX.Element;
|
|
2698
2698
|
Icon: ({
|
|
2699
2699
|
className,
|
|
2700
2700
|
children,
|
|
2701
2701
|
...props
|
|
2702
|
-
}: NavigationMenuIconProps) =>
|
|
2702
|
+
}: NavigationMenuIconProps) => react_jsx_runtime5.JSX.Element;
|
|
2703
2703
|
Item: ({
|
|
2704
2704
|
className,
|
|
2705
2705
|
...props
|
|
2706
|
-
}: NavigationMenuItemProps) =>
|
|
2706
|
+
}: NavigationMenuItemProps) => react_jsx_runtime5.JSX.Element;
|
|
2707
2707
|
Link: ({
|
|
2708
2708
|
className,
|
|
2709
2709
|
...props
|
|
2710
|
-
}: NavigationMenuLinkProps) =>
|
|
2710
|
+
}: NavigationMenuLinkProps) => react_jsx_runtime5.JSX.Element;
|
|
2711
2711
|
List: ({
|
|
2712
2712
|
className,
|
|
2713
2713
|
...props
|
|
2714
|
-
}: NavigationMenuListProps) =>
|
|
2714
|
+
}: NavigationMenuListProps) => react_jsx_runtime5.JSX.Element;
|
|
2715
2715
|
Popup: ({
|
|
2716
2716
|
className,
|
|
2717
2717
|
...props
|
|
2718
|
-
}: NavigationMenuPopupProps) =>
|
|
2718
|
+
}: NavigationMenuPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
2719
2719
|
Portal: ({
|
|
2720
2720
|
...props
|
|
2721
|
-
}: NavigationMenuPortalProps) =>
|
|
2721
|
+
}: NavigationMenuPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
2722
2722
|
Positioner: ({
|
|
2723
2723
|
className,
|
|
2724
2724
|
...props
|
|
2725
|
-
}: NavigationMenuPositionerProps) =>
|
|
2725
|
+
}: NavigationMenuPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
2726
2726
|
Root: ({
|
|
2727
2727
|
className,
|
|
2728
2728
|
...props
|
|
2729
|
-
}: NavigationMenuProps) =>
|
|
2729
|
+
}: NavigationMenuProps) => react_jsx_runtime5.JSX.Element;
|
|
2730
2730
|
Trigger: ({
|
|
2731
2731
|
className,
|
|
2732
2732
|
children,
|
|
2733
2733
|
...props
|
|
2734
|
-
}: NavigationMenuTriggerProps) =>
|
|
2734
|
+
}: NavigationMenuTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
2735
2735
|
Viewport: ({
|
|
2736
2736
|
className,
|
|
2737
2737
|
...props
|
|
2738
|
-
}: NavigationMenuViewportProps) =>
|
|
2738
|
+
}: NavigationMenuViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
2739
2739
|
};
|
|
2740
2740
|
//#endregion
|
|
2741
2741
|
//#region src/components/number-field/number-field.variants.d.ts
|
|
2742
|
-
declare const numberFieldVariants:
|
|
2742
|
+
declare const numberFieldVariants: tailwind_variants1.TVReturnType<{
|
|
2743
2743
|
[key: string]: {
|
|
2744
|
-
[key: string]:
|
|
2745
|
-
root?:
|
|
2746
|
-
input?:
|
|
2747
|
-
group?:
|
|
2748
|
-
decrement?:
|
|
2749
|
-
increment?:
|
|
2750
|
-
scrubArea?:
|
|
2751
|
-
scrubAreaCursor?:
|
|
2744
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2745
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2746
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
2747
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2748
|
+
decrement?: tailwind_merge17.ClassNameValue;
|
|
2749
|
+
increment?: tailwind_merge17.ClassNameValue;
|
|
2750
|
+
scrubArea?: tailwind_merge17.ClassNameValue;
|
|
2751
|
+
scrubAreaCursor?: tailwind_merge17.ClassNameValue;
|
|
2752
2752
|
};
|
|
2753
2753
|
};
|
|
2754
2754
|
} | {
|
|
2755
2755
|
[x: string]: {
|
|
2756
|
-
[x: string]:
|
|
2757
|
-
root?:
|
|
2758
|
-
input?:
|
|
2759
|
-
group?:
|
|
2760
|
-
decrement?:
|
|
2761
|
-
increment?:
|
|
2762
|
-
scrubArea?:
|
|
2763
|
-
scrubAreaCursor?:
|
|
2756
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2757
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2758
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
2759
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2760
|
+
decrement?: tailwind_merge17.ClassNameValue;
|
|
2761
|
+
increment?: tailwind_merge17.ClassNameValue;
|
|
2762
|
+
scrubArea?: tailwind_merge17.ClassNameValue;
|
|
2763
|
+
scrubAreaCursor?: tailwind_merge17.ClassNameValue;
|
|
2764
2764
|
};
|
|
2765
2765
|
};
|
|
2766
2766
|
} | {}, {
|
|
@@ -2773,14 +2773,14 @@ declare const numberFieldVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2773
2773
|
scrubAreaCursor: string;
|
|
2774
2774
|
}, undefined, {
|
|
2775
2775
|
[key: string]: {
|
|
2776
|
-
[key: string]:
|
|
2777
|
-
root?:
|
|
2778
|
-
input?:
|
|
2779
|
-
group?:
|
|
2780
|
-
decrement?:
|
|
2781
|
-
increment?:
|
|
2782
|
-
scrubArea?:
|
|
2783
|
-
scrubAreaCursor?:
|
|
2776
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2777
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2778
|
+
input?: tailwind_merge17.ClassNameValue;
|
|
2779
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
2780
|
+
decrement?: tailwind_merge17.ClassNameValue;
|
|
2781
|
+
increment?: tailwind_merge17.ClassNameValue;
|
|
2782
|
+
scrubArea?: tailwind_merge17.ClassNameValue;
|
|
2783
|
+
scrubAreaCursor?: tailwind_merge17.ClassNameValue;
|
|
2784
2784
|
};
|
|
2785
2785
|
};
|
|
2786
2786
|
} | {}, {
|
|
@@ -2791,7 +2791,7 @@ declare const numberFieldVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2791
2791
|
root: string;
|
|
2792
2792
|
scrubArea: string;
|
|
2793
2793
|
scrubAreaCursor: string;
|
|
2794
|
-
},
|
|
2794
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2795
2795
|
decrement: string;
|
|
2796
2796
|
group: string;
|
|
2797
2797
|
increment: string;
|
|
@@ -2813,73 +2813,73 @@ interface NumberFieldIncrementProps extends NumberField.Increment.Props {}
|
|
|
2813
2813
|
declare const _default$19: (({
|
|
2814
2814
|
className,
|
|
2815
2815
|
...props
|
|
2816
|
-
}: NumberFieldProps) =>
|
|
2816
|
+
}: NumberFieldProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2817
2817
|
Decrement: ({
|
|
2818
2818
|
className,
|
|
2819
2819
|
children,
|
|
2820
2820
|
...props
|
|
2821
|
-
}: NumberFieldDecrementProps) =>
|
|
2821
|
+
}: NumberFieldDecrementProps) => react_jsx_runtime5.JSX.Element;
|
|
2822
2822
|
Group: ({
|
|
2823
2823
|
className,
|
|
2824
2824
|
...props
|
|
2825
|
-
}: NumberFieldGroupProps) =>
|
|
2825
|
+
}: NumberFieldGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
2826
2826
|
Increment: ({
|
|
2827
2827
|
className,
|
|
2828
2828
|
children,
|
|
2829
2829
|
...props
|
|
2830
|
-
}: NumberFieldIncrementProps) =>
|
|
2830
|
+
}: NumberFieldIncrementProps) => react_jsx_runtime5.JSX.Element;
|
|
2831
2831
|
Input: ({
|
|
2832
2832
|
className,
|
|
2833
2833
|
...props
|
|
2834
|
-
}: NumberFieldInputProps) =>
|
|
2834
|
+
}: NumberFieldInputProps) => react_jsx_runtime5.JSX.Element;
|
|
2835
2835
|
Root: ({
|
|
2836
2836
|
className,
|
|
2837
2837
|
...props
|
|
2838
|
-
}: NumberFieldProps) =>
|
|
2838
|
+
}: NumberFieldProps) => react_jsx_runtime5.JSX.Element;
|
|
2839
2839
|
ScrubArea: ({
|
|
2840
2840
|
className,
|
|
2841
2841
|
...props
|
|
2842
|
-
}: NumberFieldScrubAreaProps) =>
|
|
2842
|
+
}: NumberFieldScrubAreaProps) => react_jsx_runtime5.JSX.Element;
|
|
2843
2843
|
ScrubAreaCursor: ({
|
|
2844
2844
|
className,
|
|
2845
2845
|
children,
|
|
2846
2846
|
...props
|
|
2847
|
-
}: NumberFieldScrubAreaCursorProps) =>
|
|
2847
|
+
}: NumberFieldScrubAreaCursorProps) => react_jsx_runtime5.JSX.Element;
|
|
2848
2848
|
};
|
|
2849
2849
|
//#endregion
|
|
2850
2850
|
//#region src/components/popover/popover.variants.d.ts
|
|
2851
|
-
declare const popoverVariants:
|
|
2851
|
+
declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
2852
2852
|
[key: string]: {
|
|
2853
|
-
[key: string]:
|
|
2854
|
-
content?:
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
title?:
|
|
2858
|
-
|
|
2859
|
-
backdrop?:
|
|
2860
|
-
close?:
|
|
2861
|
-
popup?:
|
|
2862
|
-
portal?:
|
|
2863
|
-
viewport?:
|
|
2864
|
-
positioner?:
|
|
2865
|
-
arrow?:
|
|
2853
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2854
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2855
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
2856
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2857
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
2858
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2859
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2860
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
2861
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2862
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2863
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2864
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2865
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2866
2866
|
};
|
|
2867
2867
|
};
|
|
2868
2868
|
} | {
|
|
2869
2869
|
[x: string]: {
|
|
2870
|
-
[x: string]:
|
|
2871
|
-
content?:
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
title?:
|
|
2875
|
-
|
|
2876
|
-
backdrop?:
|
|
2877
|
-
close?:
|
|
2878
|
-
popup?:
|
|
2879
|
-
portal?:
|
|
2880
|
-
viewport?:
|
|
2881
|
-
positioner?:
|
|
2882
|
-
arrow?:
|
|
2870
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
2871
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2872
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
2873
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2874
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
2875
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2876
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2877
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
2878
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2879
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2880
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2881
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2882
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2883
2883
|
};
|
|
2884
2884
|
};
|
|
2885
2885
|
} | {}, {
|
|
@@ -2897,19 +2897,19 @@ declare const popoverVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2897
2897
|
viewport: string;
|
|
2898
2898
|
}, undefined, {
|
|
2899
2899
|
[key: string]: {
|
|
2900
|
-
[key: string]:
|
|
2901
|
-
content?:
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
title?:
|
|
2905
|
-
|
|
2906
|
-
backdrop?:
|
|
2907
|
-
close?:
|
|
2908
|
-
popup?:
|
|
2909
|
-
portal?:
|
|
2910
|
-
viewport?:
|
|
2911
|
-
positioner?:
|
|
2912
|
-
arrow?:
|
|
2900
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
2901
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
2902
|
+
description?: tailwind_merge17.ClassNameValue;
|
|
2903
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
2904
|
+
title?: tailwind_merge17.ClassNameValue;
|
|
2905
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
2906
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
2907
|
+
close?: tailwind_merge17.ClassNameValue;
|
|
2908
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
2909
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
2910
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
2911
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
2912
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
2913
2913
|
};
|
|
2914
2914
|
};
|
|
2915
2915
|
} | {}, {
|
|
@@ -2925,7 +2925,7 @@ declare const popoverVariants: tailwind_variants12733.TVReturnType<{
|
|
|
2925
2925
|
title: string;
|
|
2926
2926
|
trigger: string;
|
|
2927
2927
|
viewport: string;
|
|
2928
|
-
},
|
|
2928
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2929
2929
|
arrow: string;
|
|
2930
2930
|
backdrop: string;
|
|
2931
2931
|
close: string;
|
|
@@ -2955,76 +2955,76 @@ interface PopoverDescriptionProps extends Popover.Description.Props {}
|
|
|
2955
2955
|
interface PopoverCloseProps extends Popover.Close.Props {}
|
|
2956
2956
|
declare const _default$20: (({
|
|
2957
2957
|
...props
|
|
2958
|
-
}: PopoverProps) =>
|
|
2958
|
+
}: PopoverProps) => react_jsx_runtime5.JSX.Element) & {
|
|
2959
2959
|
Arrow: ({
|
|
2960
2960
|
className,
|
|
2961
2961
|
...props
|
|
2962
|
-
}: PopoverArrowProps) =>
|
|
2962
|
+
}: PopoverArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
2963
2963
|
Backdrop: ({
|
|
2964
2964
|
className,
|
|
2965
2965
|
...props
|
|
2966
|
-
}: PopoverBackdropProps) =>
|
|
2966
|
+
}: PopoverBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
2967
2967
|
Close: ({
|
|
2968
2968
|
className,
|
|
2969
2969
|
children,
|
|
2970
2970
|
...props
|
|
2971
|
-
}: PopoverCloseProps) =>
|
|
2971
|
+
}: PopoverCloseProps) => react_jsx_runtime5.JSX.Element;
|
|
2972
2972
|
Description: ({
|
|
2973
2973
|
className,
|
|
2974
2974
|
...props
|
|
2975
|
-
}: PopoverDescriptionProps) =>
|
|
2975
|
+
}: PopoverDescriptionProps) => react_jsx_runtime5.JSX.Element;
|
|
2976
2976
|
Popup: ({
|
|
2977
2977
|
className,
|
|
2978
2978
|
...props
|
|
2979
|
-
}: PopoverPopupProps) =>
|
|
2979
|
+
}: PopoverPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
2980
2980
|
Portal: ({
|
|
2981
2981
|
className,
|
|
2982
2982
|
...props
|
|
2983
|
-
}: PopoverPortalProps) =>
|
|
2983
|
+
}: PopoverPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
2984
2984
|
Positioner: ({
|
|
2985
2985
|
className,
|
|
2986
2986
|
...props
|
|
2987
|
-
}: PopoverPositionerProps) =>
|
|
2987
|
+
}: PopoverPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
2988
2988
|
Root: ({
|
|
2989
2989
|
...props
|
|
2990
|
-
}: PopoverProps) =>
|
|
2990
|
+
}: PopoverProps) => react_jsx_runtime5.JSX.Element;
|
|
2991
2991
|
Title: ({
|
|
2992
2992
|
className,
|
|
2993
2993
|
...props
|
|
2994
|
-
}: PopoverTitleProps) =>
|
|
2994
|
+
}: PopoverTitleProps) => react_jsx_runtime5.JSX.Element;
|
|
2995
2995
|
Trigger: ({
|
|
2996
2996
|
className,
|
|
2997
2997
|
...props
|
|
2998
|
-
}: PopoverTriggerProps) =>
|
|
2998
|
+
}: PopoverTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
2999
2999
|
Viewport: ({
|
|
3000
3000
|
className,
|
|
3001
3001
|
...props
|
|
3002
|
-
}: PopoverViewportProps) =>
|
|
3002
|
+
}: PopoverViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
3003
3003
|
};
|
|
3004
3004
|
//#endregion
|
|
3005
3005
|
//#region src/components/preview-card/preview-card.variants.d.ts
|
|
3006
|
-
declare const previewCardVariants:
|
|
3006
|
+
declare const previewCardVariants: tailwind_variants1.TVReturnType<{
|
|
3007
3007
|
[key: string]: {
|
|
3008
|
-
[key: string]:
|
|
3009
|
-
root?:
|
|
3010
|
-
trigger?:
|
|
3011
|
-
backdrop?:
|
|
3012
|
-
popup?:
|
|
3013
|
-
portal?:
|
|
3014
|
-
positioner?:
|
|
3015
|
-
arrow?:
|
|
3008
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3009
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3010
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3011
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3012
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3013
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3014
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3015
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3016
3016
|
};
|
|
3017
3017
|
};
|
|
3018
3018
|
} | {
|
|
3019
3019
|
[x: string]: {
|
|
3020
|
-
[x: string]:
|
|
3021
|
-
root?:
|
|
3022
|
-
trigger?:
|
|
3023
|
-
backdrop?:
|
|
3024
|
-
popup?:
|
|
3025
|
-
portal?:
|
|
3026
|
-
positioner?:
|
|
3027
|
-
arrow?:
|
|
3020
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3021
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3022
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3023
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3024
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3025
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3026
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3027
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3028
3028
|
};
|
|
3029
3029
|
};
|
|
3030
3030
|
} | {}, {
|
|
@@ -3037,14 +3037,14 @@ declare const previewCardVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3037
3037
|
arrow: string;
|
|
3038
3038
|
}, undefined, {
|
|
3039
3039
|
[key: string]: {
|
|
3040
|
-
[key: string]:
|
|
3041
|
-
root?:
|
|
3042
|
-
trigger?:
|
|
3043
|
-
backdrop?:
|
|
3044
|
-
popup?:
|
|
3045
|
-
portal?:
|
|
3046
|
-
positioner?:
|
|
3047
|
-
arrow?:
|
|
3040
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3041
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3042
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3043
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3044
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3045
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3046
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3047
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3048
3048
|
};
|
|
3049
3049
|
};
|
|
3050
3050
|
} | {}, {
|
|
@@ -3055,7 +3055,7 @@ declare const previewCardVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3055
3055
|
positioner: string;
|
|
3056
3056
|
popup: string;
|
|
3057
3057
|
arrow: string;
|
|
3058
|
-
},
|
|
3058
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3059
3059
|
root: string;
|
|
3060
3060
|
trigger: string;
|
|
3061
3061
|
portal: string;
|
|
@@ -3076,38 +3076,38 @@ interface PreviewCardPopupProps extends PreviewCard.Popup.Props {}
|
|
|
3076
3076
|
interface PreviewCardArrowProps extends PreviewCard.Arrow.Props {}
|
|
3077
3077
|
declare const _default$21: (({
|
|
3078
3078
|
...props
|
|
3079
|
-
}: PreviewCardProps) =>
|
|
3079
|
+
}: PreviewCardProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3080
3080
|
Arrow: ({
|
|
3081
3081
|
className,
|
|
3082
3082
|
...props
|
|
3083
|
-
}: PreviewCardArrowProps) =>
|
|
3083
|
+
}: PreviewCardArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
3084
3084
|
Backdrop: ({
|
|
3085
3085
|
className,
|
|
3086
3086
|
...props
|
|
3087
|
-
}: PreviewCardBackdropProps) =>
|
|
3087
|
+
}: PreviewCardBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
3088
3088
|
Popup: ({
|
|
3089
3089
|
className,
|
|
3090
3090
|
...props
|
|
3091
|
-
}: PreviewCardPopupProps) =>
|
|
3091
|
+
}: PreviewCardPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
3092
3092
|
Portal: ({
|
|
3093
3093
|
className,
|
|
3094
3094
|
...props
|
|
3095
|
-
}: PreviewCardPortalProps) =>
|
|
3095
|
+
}: PreviewCardPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
3096
3096
|
Positioner: ({
|
|
3097
3097
|
className,
|
|
3098
3098
|
...props
|
|
3099
|
-
}: PreviewCardPositionerProps) =>
|
|
3099
|
+
}: PreviewCardPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
3100
3100
|
Root: ({
|
|
3101
3101
|
...props
|
|
3102
|
-
}: PreviewCardProps) =>
|
|
3102
|
+
}: PreviewCardProps) => react_jsx_runtime5.JSX.Element;
|
|
3103
3103
|
Trigger: ({
|
|
3104
3104
|
className,
|
|
3105
3105
|
...props
|
|
3106
|
-
}: PreviewCardTriggerProps) =>
|
|
3106
|
+
}: PreviewCardTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
3107
3107
|
};
|
|
3108
3108
|
//#endregion
|
|
3109
3109
|
//#region src/components/progress/progress.variants.d.ts
|
|
3110
|
-
declare const progressVariants:
|
|
3110
|
+
declare const progressVariants: tailwind_variants1.TVReturnType<{
|
|
3111
3111
|
size: {
|
|
3112
3112
|
lg: {
|
|
3113
3113
|
root: string;
|
|
@@ -3171,7 +3171,7 @@ declare const progressVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3171
3171
|
root: string;
|
|
3172
3172
|
track: string;
|
|
3173
3173
|
value: string;
|
|
3174
|
-
},
|
|
3174
|
+
}, tailwind_variants1.TVReturnType<{
|
|
3175
3175
|
size: {
|
|
3176
3176
|
lg: {
|
|
3177
3177
|
root: string;
|
|
@@ -3217,44 +3217,44 @@ declare const _default$22: (({
|
|
|
3217
3217
|
variant,
|
|
3218
3218
|
size,
|
|
3219
3219
|
...props
|
|
3220
|
-
}: ProgressProps) =>
|
|
3220
|
+
}: ProgressProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3221
3221
|
Indicator: ({
|
|
3222
3222
|
className,
|
|
3223
3223
|
...props
|
|
3224
|
-
}: ProgressIndicatorProps) =>
|
|
3224
|
+
}: ProgressIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
3225
3225
|
Label: ({
|
|
3226
3226
|
className,
|
|
3227
3227
|
...props
|
|
3228
|
-
}: ProgressLabelProps) =>
|
|
3228
|
+
}: ProgressLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
3229
3229
|
Root: ({
|
|
3230
3230
|
className,
|
|
3231
3231
|
variant,
|
|
3232
3232
|
size,
|
|
3233
3233
|
...props
|
|
3234
|
-
}: ProgressProps) =>
|
|
3234
|
+
}: ProgressProps) => react_jsx_runtime5.JSX.Element;
|
|
3235
3235
|
Track: ({
|
|
3236
3236
|
className,
|
|
3237
3237
|
...props
|
|
3238
|
-
}: ProgressTrackProps) =>
|
|
3238
|
+
}: ProgressTrackProps) => react_jsx_runtime5.JSX.Element;
|
|
3239
3239
|
Value: ({
|
|
3240
3240
|
className,
|
|
3241
3241
|
...props
|
|
3242
|
-
}: ProgressValueProps) =>
|
|
3242
|
+
}: ProgressValueProps) => react_jsx_runtime5.JSX.Element;
|
|
3243
3243
|
};
|
|
3244
3244
|
//#endregion
|
|
3245
3245
|
//#region src/components/radio/radio.variants.d.ts
|
|
3246
|
-
declare const radioVariants:
|
|
3246
|
+
declare const radioVariants: tailwind_variants1.TVReturnType<{
|
|
3247
3247
|
[key: string]: {
|
|
3248
|
-
[key: string]:
|
|
3249
|
-
|
|
3250
|
-
|
|
3248
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3249
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3250
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3251
3251
|
};
|
|
3252
3252
|
};
|
|
3253
3253
|
} | {
|
|
3254
3254
|
[x: string]: {
|
|
3255
|
-
[x: string]:
|
|
3256
|
-
|
|
3257
|
-
|
|
3255
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3256
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3257
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3258
3258
|
};
|
|
3259
3259
|
};
|
|
3260
3260
|
} | {}, {
|
|
@@ -3262,15 +3262,15 @@ declare const radioVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3262
3262
|
root: string;
|
|
3263
3263
|
}, undefined, {
|
|
3264
3264
|
[key: string]: {
|
|
3265
|
-
[key: string]:
|
|
3266
|
-
|
|
3267
|
-
|
|
3265
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3266
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3267
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3268
3268
|
};
|
|
3269
3269
|
};
|
|
3270
3270
|
} | {}, {
|
|
3271
3271
|
indicator: string;
|
|
3272
3272
|
root: string;
|
|
3273
|
-
},
|
|
3273
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3274
3274
|
indicator: string;
|
|
3275
3275
|
root: string;
|
|
3276
3276
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -3282,19 +3282,19 @@ interface RadioIndicatorProps extends Radio.Indicator.Props {}
|
|
|
3282
3282
|
declare const _default$23: (({
|
|
3283
3283
|
className,
|
|
3284
3284
|
...props
|
|
3285
|
-
}: RadioProps) =>
|
|
3285
|
+
}: RadioProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3286
3286
|
Indicator: ({
|
|
3287
3287
|
className,
|
|
3288
3288
|
...props
|
|
3289
|
-
}: RadioIndicatorProps) =>
|
|
3289
|
+
}: RadioIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
3290
3290
|
Root: ({
|
|
3291
3291
|
className,
|
|
3292
3292
|
...props
|
|
3293
|
-
}: RadioProps) =>
|
|
3293
|
+
}: RadioProps) => react_jsx_runtime5.JSX.Element;
|
|
3294
3294
|
};
|
|
3295
3295
|
//#endregion
|
|
3296
3296
|
//#region src/components/radio-group/radio-group.variants.d.ts
|
|
3297
|
-
declare const radioGroupVariants:
|
|
3297
|
+
declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
|
|
3298
3298
|
type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
|
|
3299
3299
|
//#endregion
|
|
3300
3300
|
//#region src/components/radio-group/radio-group.d.ts
|
|
@@ -3302,29 +3302,29 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
|
|
|
3302
3302
|
declare const RadioGroup: ({
|
|
3303
3303
|
className,
|
|
3304
3304
|
...props
|
|
3305
|
-
}: RadioGroupProps) =>
|
|
3305
|
+
}: RadioGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
3306
3306
|
//#endregion
|
|
3307
3307
|
//#region src/components/scroll-area/scroll-area.variants.d.ts
|
|
3308
|
-
declare const scrollAreaVariants:
|
|
3308
|
+
declare const scrollAreaVariants: tailwind_variants1.TVReturnType<{
|
|
3309
3309
|
[key: string]: {
|
|
3310
|
-
[key: string]:
|
|
3311
|
-
content?:
|
|
3312
|
-
root?:
|
|
3313
|
-
viewport?:
|
|
3314
|
-
scrollbar?:
|
|
3315
|
-
thumb?:
|
|
3316
|
-
corner?:
|
|
3310
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3311
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3312
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3313
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
3314
|
+
scrollbar?: tailwind_merge17.ClassNameValue;
|
|
3315
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3316
|
+
corner?: tailwind_merge17.ClassNameValue;
|
|
3317
3317
|
};
|
|
3318
3318
|
};
|
|
3319
3319
|
} | {
|
|
3320
3320
|
[x: string]: {
|
|
3321
|
-
[x: string]:
|
|
3322
|
-
content?:
|
|
3323
|
-
root?:
|
|
3324
|
-
viewport?:
|
|
3325
|
-
scrollbar?:
|
|
3326
|
-
thumb?:
|
|
3327
|
-
corner?:
|
|
3321
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3322
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3323
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3324
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
3325
|
+
scrollbar?: tailwind_merge17.ClassNameValue;
|
|
3326
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3327
|
+
corner?: tailwind_merge17.ClassNameValue;
|
|
3328
3328
|
};
|
|
3329
3329
|
};
|
|
3330
3330
|
} | {}, {
|
|
@@ -3336,13 +3336,13 @@ declare const scrollAreaVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3336
3336
|
corner: string;
|
|
3337
3337
|
}, undefined, {
|
|
3338
3338
|
[key: string]: {
|
|
3339
|
-
[key: string]:
|
|
3340
|
-
content?:
|
|
3341
|
-
root?:
|
|
3342
|
-
viewport?:
|
|
3343
|
-
scrollbar?:
|
|
3344
|
-
thumb?:
|
|
3345
|
-
corner?:
|
|
3339
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3340
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3341
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3342
|
+
viewport?: tailwind_merge17.ClassNameValue;
|
|
3343
|
+
scrollbar?: tailwind_merge17.ClassNameValue;
|
|
3344
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3345
|
+
corner?: tailwind_merge17.ClassNameValue;
|
|
3346
3346
|
};
|
|
3347
3347
|
};
|
|
3348
3348
|
} | {}, {
|
|
@@ -3352,7 +3352,7 @@ declare const scrollAreaVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3352
3352
|
scrollbar: string;
|
|
3353
3353
|
thumb: string;
|
|
3354
3354
|
corner: string;
|
|
3355
|
-
},
|
|
3355
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3356
3356
|
root: string;
|
|
3357
3357
|
viewport: string;
|
|
3358
3358
|
content: string;
|
|
@@ -3371,70 +3371,70 @@ interface ScrollAreaThumbProps extends ScrollArea.Thumb.Props {}
|
|
|
3371
3371
|
declare const _default$24: (({
|
|
3372
3372
|
className,
|
|
3373
3373
|
...props
|
|
3374
|
-
}: ScrollAreaProps) =>
|
|
3374
|
+
}: ScrollAreaProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3375
3375
|
Content: ({
|
|
3376
3376
|
className,
|
|
3377
3377
|
...props
|
|
3378
|
-
}: ScrollAreaContentProps) =>
|
|
3378
|
+
}: ScrollAreaContentProps) => react_jsx_runtime5.JSX.Element;
|
|
3379
3379
|
Root: ({
|
|
3380
3380
|
className,
|
|
3381
3381
|
...props
|
|
3382
|
-
}: ScrollAreaProps) =>
|
|
3382
|
+
}: ScrollAreaProps) => react_jsx_runtime5.JSX.Element;
|
|
3383
3383
|
Scrollbar: ({
|
|
3384
3384
|
className,
|
|
3385
3385
|
...props
|
|
3386
|
-
}: ScrollAreaScrollbarProps) =>
|
|
3386
|
+
}: ScrollAreaScrollbarProps) => react_jsx_runtime5.JSX.Element;
|
|
3387
3387
|
Thumb: ({
|
|
3388
3388
|
className,
|
|
3389
3389
|
...props
|
|
3390
|
-
}: ScrollAreaThumbProps) =>
|
|
3390
|
+
}: ScrollAreaThumbProps) => react_jsx_runtime5.JSX.Element;
|
|
3391
3391
|
Viewport: ({
|
|
3392
3392
|
className,
|
|
3393
3393
|
...props
|
|
3394
|
-
}: ScrollAreaViewportProps) =>
|
|
3394
|
+
}: ScrollAreaViewportProps) => react_jsx_runtime5.JSX.Element;
|
|
3395
3395
|
};
|
|
3396
3396
|
//#endregion
|
|
3397
3397
|
//#region src/components/select/select.variants.d.ts
|
|
3398
|
-
declare const selectVariants:
|
|
3398
|
+
declare const selectVariants: tailwind_variants1.TVReturnType<{
|
|
3399
3399
|
[key: string]: {
|
|
3400
|
-
[key: string]:
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
trigger?:
|
|
3404
|
-
value?:
|
|
3405
|
-
backdrop?:
|
|
3406
|
-
popup?:
|
|
3407
|
-
portal?:
|
|
3408
|
-
icon?:
|
|
3409
|
-
positioner?:
|
|
3410
|
-
arrow?:
|
|
3411
|
-
list?:
|
|
3412
|
-
separator?:
|
|
3413
|
-
group?:
|
|
3414
|
-
groupLabel?:
|
|
3415
|
-
itemIndicator?:
|
|
3416
|
-
itemText?:
|
|
3400
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3401
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3402
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
3403
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3404
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3405
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3406
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3407
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3408
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
3409
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3410
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3411
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
3412
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
3413
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
3414
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
3415
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
3416
|
+
itemText?: tailwind_merge17.ClassNameValue;
|
|
3417
3417
|
};
|
|
3418
3418
|
};
|
|
3419
3419
|
} | {
|
|
3420
3420
|
[x: string]: {
|
|
3421
|
-
[x: string]:
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
trigger?:
|
|
3425
|
-
value?:
|
|
3426
|
-
backdrop?:
|
|
3427
|
-
popup?:
|
|
3428
|
-
portal?:
|
|
3429
|
-
icon?:
|
|
3430
|
-
positioner?:
|
|
3431
|
-
arrow?:
|
|
3432
|
-
list?:
|
|
3433
|
-
separator?:
|
|
3434
|
-
group?:
|
|
3435
|
-
groupLabel?:
|
|
3436
|
-
itemIndicator?:
|
|
3437
|
-
itemText?:
|
|
3421
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3422
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3423
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
3424
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3425
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3426
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3427
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3428
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3429
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
3430
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3431
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3432
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
3433
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
3434
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
3435
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
3436
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
3437
|
+
itemText?: tailwind_merge17.ClassNameValue;
|
|
3438
3438
|
};
|
|
3439
3439
|
};
|
|
3440
3440
|
} | {}, {
|
|
@@ -3456,23 +3456,23 @@ declare const selectVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3456
3456
|
groupLabel: string;
|
|
3457
3457
|
}, undefined, {
|
|
3458
3458
|
[key: string]: {
|
|
3459
|
-
[key: string]:
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
trigger?:
|
|
3463
|
-
value?:
|
|
3464
|
-
backdrop?:
|
|
3465
|
-
popup?:
|
|
3466
|
-
portal?:
|
|
3467
|
-
icon?:
|
|
3468
|
-
positioner?:
|
|
3469
|
-
arrow?:
|
|
3470
|
-
list?:
|
|
3471
|
-
separator?:
|
|
3472
|
-
group?:
|
|
3473
|
-
groupLabel?:
|
|
3474
|
-
itemIndicator?:
|
|
3475
|
-
itemText?:
|
|
3459
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3460
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3461
|
+
item?: tailwind_merge17.ClassNameValue;
|
|
3462
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3463
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3464
|
+
backdrop?: tailwind_merge17.ClassNameValue;
|
|
3465
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
3466
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
3467
|
+
icon?: tailwind_merge17.ClassNameValue;
|
|
3468
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
3469
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
3470
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
3471
|
+
separator?: tailwind_merge17.ClassNameValue;
|
|
3472
|
+
group?: tailwind_merge17.ClassNameValue;
|
|
3473
|
+
groupLabel?: tailwind_merge17.ClassNameValue;
|
|
3474
|
+
itemIndicator?: tailwind_merge17.ClassNameValue;
|
|
3475
|
+
itemText?: tailwind_merge17.ClassNameValue;
|
|
3476
3476
|
};
|
|
3477
3477
|
};
|
|
3478
3478
|
} | {}, {
|
|
@@ -3492,7 +3492,7 @@ declare const selectVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3492
3492
|
separator: string;
|
|
3493
3493
|
group: string;
|
|
3494
3494
|
groupLabel: string;
|
|
3495
|
-
},
|
|
3495
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3496
3496
|
root: string;
|
|
3497
3497
|
trigger: string;
|
|
3498
3498
|
value: string;
|
|
@@ -3531,72 +3531,72 @@ interface SelectGroupLabelProps extends Select.GroupLabel.Props {}
|
|
|
3531
3531
|
interface SelectSeparatorProps extends Select.Separator.Props {}
|
|
3532
3532
|
declare const _default$25: (({
|
|
3533
3533
|
...props
|
|
3534
|
-
}: SelectProps) =>
|
|
3534
|
+
}: SelectProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3535
3535
|
Arrow: ({
|
|
3536
3536
|
className,
|
|
3537
3537
|
...props
|
|
3538
|
-
}: SelectArrowProps) =>
|
|
3538
|
+
}: SelectArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
3539
3539
|
Backdrop: ({
|
|
3540
3540
|
className,
|
|
3541
3541
|
...props
|
|
3542
|
-
}: SelectBackdropProps) =>
|
|
3542
|
+
}: SelectBackdropProps) => react_jsx_runtime5.JSX.Element;
|
|
3543
3543
|
Group: ({
|
|
3544
3544
|
className,
|
|
3545
3545
|
...props
|
|
3546
|
-
}: SelectGroupProps) =>
|
|
3546
|
+
}: SelectGroupProps) => react_jsx_runtime5.JSX.Element;
|
|
3547
3547
|
GroupLabel: ({
|
|
3548
3548
|
className,
|
|
3549
3549
|
...props
|
|
3550
|
-
}: SelectGroupLabelProps) =>
|
|
3550
|
+
}: SelectGroupLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
3551
3551
|
Icon: ({
|
|
3552
3552
|
className,
|
|
3553
3553
|
children,
|
|
3554
3554
|
...props
|
|
3555
|
-
}: SelectIconProps) =>
|
|
3555
|
+
}: SelectIconProps) => react_jsx_runtime5.JSX.Element;
|
|
3556
3556
|
Item: ({
|
|
3557
3557
|
className,
|
|
3558
3558
|
...props
|
|
3559
|
-
}: SelectItemProps) =>
|
|
3559
|
+
}: SelectItemProps) => react_jsx_runtime5.JSX.Element;
|
|
3560
3560
|
ItemIndicator: ({
|
|
3561
3561
|
className,
|
|
3562
3562
|
children,
|
|
3563
3563
|
...props
|
|
3564
|
-
}: SelectItemIndicatorProps) =>
|
|
3564
|
+
}: SelectItemIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
3565
3565
|
ItemText: ({
|
|
3566
3566
|
className,
|
|
3567
3567
|
...props
|
|
3568
|
-
}: SelectItemTextProps) =>
|
|
3568
|
+
}: SelectItemTextProps) => react_jsx_runtime5.JSX.Element;
|
|
3569
3569
|
List: ({
|
|
3570
3570
|
className,
|
|
3571
3571
|
...props
|
|
3572
|
-
}: SelectListProps) =>
|
|
3572
|
+
}: SelectListProps) => react_jsx_runtime5.JSX.Element;
|
|
3573
3573
|
Popup: ({
|
|
3574
3574
|
className,
|
|
3575
3575
|
...props
|
|
3576
|
-
}: SelectPopupProps) =>
|
|
3576
|
+
}: SelectPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
3577
3577
|
Portal: ({
|
|
3578
3578
|
...props
|
|
3579
|
-
}: SelectPortalProps) =>
|
|
3579
|
+
}: SelectPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
3580
3580
|
Positioner: ({
|
|
3581
3581
|
className,
|
|
3582
3582
|
...props
|
|
3583
|
-
}: SelectPositionerProps) =>
|
|
3583
|
+
}: SelectPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
3584
3584
|
Separator: ({
|
|
3585
3585
|
className,
|
|
3586
3586
|
...props
|
|
3587
|
-
}: SelectSeparatorProps) =>
|
|
3587
|
+
}: SelectSeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
3588
3588
|
Trigger: ({
|
|
3589
3589
|
className,
|
|
3590
3590
|
...props
|
|
3591
|
-
}: SelectTriggerProps) =>
|
|
3591
|
+
}: SelectTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
3592
3592
|
Value: ({
|
|
3593
3593
|
className,
|
|
3594
3594
|
...props
|
|
3595
|
-
}: SelectValueProps) =>
|
|
3595
|
+
}: SelectValueProps) => react_jsx_runtime5.JSX.Element;
|
|
3596
3596
|
};
|
|
3597
3597
|
//#endregion
|
|
3598
3598
|
//#region src/components/separator/separator.variants.d.ts
|
|
3599
|
-
declare const separatorVariants:
|
|
3599
|
+
declare const separatorVariants: tailwind_variants1.TVReturnType<{
|
|
3600
3600
|
orientation: {
|
|
3601
3601
|
horizontal: string;
|
|
3602
3602
|
vertical: string;
|
|
@@ -3606,7 +3606,7 @@ declare const separatorVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3606
3606
|
horizontal: string;
|
|
3607
3607
|
vertical: string;
|
|
3608
3608
|
};
|
|
3609
|
-
}, undefined,
|
|
3609
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
3610
3610
|
orientation: {
|
|
3611
3611
|
horizontal: string;
|
|
3612
3612
|
vertical: string;
|
|
@@ -3620,37 +3620,37 @@ declare const Separator: ({
|
|
|
3620
3620
|
className,
|
|
3621
3621
|
orientation,
|
|
3622
3622
|
...props
|
|
3623
|
-
}: SeparatorProps) =>
|
|
3623
|
+
}: SeparatorProps) => react_jsx_runtime5.JSX.Element;
|
|
3624
3624
|
//#endregion
|
|
3625
3625
|
//#region src/components/sidebar/sidebar.variants.d.ts
|
|
3626
|
-
declare const sidebarVariants:
|
|
3626
|
+
declare const sidebarVariants: tailwind_variants1.TVReturnType<{
|
|
3627
3627
|
[key: string]: {
|
|
3628
|
-
[key: string]:
|
|
3629
|
-
content?:
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
menuItem?:
|
|
3637
|
-
menuLabel?:
|
|
3638
|
-
outlet?:
|
|
3628
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3629
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3630
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3631
|
+
footer?: tailwind_merge17.ClassNameValue;
|
|
3632
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
3633
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
3634
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
3635
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3636
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
3637
|
+
menuLabel?: tailwind_merge17.ClassNameValue;
|
|
3638
|
+
outlet?: tailwind_merge17.ClassNameValue;
|
|
3639
3639
|
};
|
|
3640
3640
|
};
|
|
3641
3641
|
} | {
|
|
3642
3642
|
[x: string]: {
|
|
3643
|
-
[x: string]:
|
|
3644
|
-
content?:
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
menuItem?:
|
|
3652
|
-
menuLabel?:
|
|
3653
|
-
outlet?:
|
|
3643
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3644
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3645
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3646
|
+
footer?: tailwind_merge17.ClassNameValue;
|
|
3647
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
3648
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
3649
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
3650
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3651
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
3652
|
+
menuLabel?: tailwind_merge17.ClassNameValue;
|
|
3653
|
+
outlet?: tailwind_merge17.ClassNameValue;
|
|
3654
3654
|
};
|
|
3655
3655
|
};
|
|
3656
3656
|
} | {}, {
|
|
@@ -3666,17 +3666,17 @@ declare const sidebarVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3666
3666
|
trigger: string;
|
|
3667
3667
|
}, undefined, {
|
|
3668
3668
|
[key: string]: {
|
|
3669
|
-
[key: string]:
|
|
3670
|
-
content?:
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
menuItem?:
|
|
3678
|
-
menuLabel?:
|
|
3679
|
-
outlet?:
|
|
3669
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3670
|
+
content?: tailwind_merge17.ClassNameValue;
|
|
3671
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3672
|
+
footer?: tailwind_merge17.ClassNameValue;
|
|
3673
|
+
header?: tailwind_merge17.ClassNameValue;
|
|
3674
|
+
menu?: tailwind_merge17.ClassNameValue;
|
|
3675
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
3676
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
3677
|
+
menuItem?: tailwind_merge17.ClassNameValue;
|
|
3678
|
+
menuLabel?: tailwind_merge17.ClassNameValue;
|
|
3679
|
+
outlet?: tailwind_merge17.ClassNameValue;
|
|
3680
3680
|
};
|
|
3681
3681
|
};
|
|
3682
3682
|
} | {}, {
|
|
@@ -3690,7 +3690,7 @@ declare const sidebarVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3690
3690
|
panel: string;
|
|
3691
3691
|
root: string;
|
|
3692
3692
|
trigger: string;
|
|
3693
|
-
},
|
|
3693
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3694
3694
|
content: string;
|
|
3695
3695
|
footer: string;
|
|
3696
3696
|
header: string;
|
|
@@ -3723,73 +3723,73 @@ declare const _default$26: (({
|
|
|
3723
3723
|
isOpen,
|
|
3724
3724
|
onOpenChange,
|
|
3725
3725
|
...props
|
|
3726
|
-
}: SidebarProps) =>
|
|
3726
|
+
}: SidebarProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3727
3727
|
Content: ({
|
|
3728
3728
|
className,
|
|
3729
3729
|
...props
|
|
3730
|
-
}: SidebarContentProps) =>
|
|
3730
|
+
}: SidebarContentProps) => react_jsx_runtime5.JSX.Element;
|
|
3731
3731
|
Footer: ({
|
|
3732
3732
|
className,
|
|
3733
3733
|
...props
|
|
3734
|
-
}: SidebarFooterProps) =>
|
|
3734
|
+
}: SidebarFooterProps) => react_jsx_runtime5.JSX.Element;
|
|
3735
3735
|
Header: ({
|
|
3736
3736
|
className,
|
|
3737
3737
|
...props
|
|
3738
|
-
}: SidebarHeaderProps) =>
|
|
3738
|
+
}: SidebarHeaderProps) => react_jsx_runtime5.JSX.Element;
|
|
3739
3739
|
Menu: ({
|
|
3740
3740
|
className,
|
|
3741
3741
|
...props
|
|
3742
|
-
}: SidebarMenuProps) =>
|
|
3742
|
+
}: SidebarMenuProps) => react_jsx_runtime5.JSX.Element;
|
|
3743
3743
|
MenuItem: ({
|
|
3744
3744
|
className,
|
|
3745
3745
|
...props
|
|
3746
|
-
}: SidebarMenuItemProps) =>
|
|
3746
|
+
}: SidebarMenuItemProps) => react_jsx_runtime5.JSX.Element;
|
|
3747
3747
|
MenuLabel: ({
|
|
3748
3748
|
className,
|
|
3749
3749
|
...props
|
|
3750
|
-
}: SidebarMenuLabelProps) =>
|
|
3750
|
+
}: SidebarMenuLabelProps) => react_jsx_runtime5.JSX.Element;
|
|
3751
3751
|
Outlet: ({
|
|
3752
3752
|
className,
|
|
3753
3753
|
...props
|
|
3754
|
-
}: SidebarOutletProps) =>
|
|
3754
|
+
}: SidebarOutletProps) => react_jsx_runtime5.JSX.Element;
|
|
3755
3755
|
Panel: ({
|
|
3756
3756
|
className,
|
|
3757
3757
|
...props
|
|
3758
|
-
}: SidebarPanelProps) =>
|
|
3758
|
+
}: SidebarPanelProps) => react_jsx_runtime5.JSX.Element;
|
|
3759
3759
|
Root: ({
|
|
3760
3760
|
className,
|
|
3761
3761
|
isOpen,
|
|
3762
3762
|
onOpenChange,
|
|
3763
3763
|
...props
|
|
3764
|
-
}: SidebarProps) =>
|
|
3764
|
+
}: SidebarProps) => react_jsx_runtime5.JSX.Element;
|
|
3765
3765
|
Trigger: ({
|
|
3766
3766
|
className,
|
|
3767
3767
|
children,
|
|
3768
3768
|
...props
|
|
3769
|
-
}: SidebarTriggerProps) =>
|
|
3769
|
+
}: SidebarTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
3770
3770
|
};
|
|
3771
3771
|
//#endregion
|
|
3772
3772
|
//#region src/components/slider/slider.variants.d.ts
|
|
3773
|
-
declare const sliderVariants:
|
|
3773
|
+
declare const sliderVariants: tailwind_variants1.TVReturnType<{
|
|
3774
3774
|
[key: string]: {
|
|
3775
|
-
[key: string]:
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
control?:
|
|
3781
|
-
thumb?:
|
|
3775
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3776
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3777
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3778
|
+
track?: tailwind_merge17.ClassNameValue;
|
|
3779
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3780
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
3781
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3782
3782
|
};
|
|
3783
3783
|
};
|
|
3784
3784
|
} | {
|
|
3785
3785
|
[x: string]: {
|
|
3786
|
-
[x: string]:
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
control?:
|
|
3792
|
-
thumb?:
|
|
3786
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3787
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3788
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3789
|
+
track?: tailwind_merge17.ClassNameValue;
|
|
3790
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3791
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
3792
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3793
3793
|
};
|
|
3794
3794
|
};
|
|
3795
3795
|
} | {}, {
|
|
@@ -3801,13 +3801,13 @@ declare const sliderVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3801
3801
|
value: string;
|
|
3802
3802
|
}, undefined, {
|
|
3803
3803
|
[key: string]: {
|
|
3804
|
-
[key: string]:
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
control?:
|
|
3810
|
-
thumb?:
|
|
3804
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3805
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
3806
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3807
|
+
track?: tailwind_merge17.ClassNameValue;
|
|
3808
|
+
value?: tailwind_merge17.ClassNameValue;
|
|
3809
|
+
control?: tailwind_merge17.ClassNameValue;
|
|
3810
|
+
thumb?: tailwind_merge17.ClassNameValue;
|
|
3811
3811
|
};
|
|
3812
3812
|
};
|
|
3813
3813
|
} | {}, {
|
|
@@ -3817,7 +3817,7 @@ declare const sliderVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3817
3817
|
thumb: string;
|
|
3818
3818
|
track: string;
|
|
3819
3819
|
value: string;
|
|
3820
|
-
},
|
|
3820
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3821
3821
|
control: string;
|
|
3822
3822
|
indicator: string;
|
|
3823
3823
|
root: string;
|
|
@@ -3832,35 +3832,35 @@ interface SliderProps extends SliderVariants, Slider.Root.Props {}
|
|
|
3832
3832
|
declare const _default$27: (({
|
|
3833
3833
|
className,
|
|
3834
3834
|
...props
|
|
3835
|
-
}: SliderProps) =>
|
|
3835
|
+
}: SliderProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3836
3836
|
Control: ({
|
|
3837
3837
|
className,
|
|
3838
3838
|
...props
|
|
3839
|
-
}: Slider.Control.Props) =>
|
|
3839
|
+
}: Slider.Control.Props) => react_jsx_runtime5.JSX.Element;
|
|
3840
3840
|
Indicator: ({
|
|
3841
3841
|
className,
|
|
3842
3842
|
...props
|
|
3843
|
-
}: Slider.Indicator.Props) =>
|
|
3843
|
+
}: Slider.Indicator.Props) => react_jsx_runtime5.JSX.Element;
|
|
3844
3844
|
Root: ({
|
|
3845
3845
|
className,
|
|
3846
3846
|
...props
|
|
3847
|
-
}: SliderProps) =>
|
|
3847
|
+
}: SliderProps) => react_jsx_runtime5.JSX.Element;
|
|
3848
3848
|
Thumb: ({
|
|
3849
3849
|
className,
|
|
3850
3850
|
...props
|
|
3851
|
-
}: Slider.Thumb.Props) =>
|
|
3851
|
+
}: Slider.Thumb.Props) => react_jsx_runtime5.JSX.Element;
|
|
3852
3852
|
Track: ({
|
|
3853
3853
|
className,
|
|
3854
3854
|
...props
|
|
3855
|
-
}: Slider.Track.Props) =>
|
|
3855
|
+
}: Slider.Track.Props) => react_jsx_runtime5.JSX.Element;
|
|
3856
3856
|
Value: ({
|
|
3857
3857
|
className,
|
|
3858
3858
|
...props
|
|
3859
|
-
}: Slider.Value.Props) =>
|
|
3859
|
+
}: Slider.Value.Props) => react_jsx_runtime5.JSX.Element;
|
|
3860
3860
|
};
|
|
3861
3861
|
//#endregion
|
|
3862
3862
|
//#region src/components/spinner/spinner.variants.d.ts
|
|
3863
|
-
declare const spinnerVariants:
|
|
3863
|
+
declare const spinnerVariants: tailwind_variants1.TVReturnType<{
|
|
3864
3864
|
size: {
|
|
3865
3865
|
lg: string;
|
|
3866
3866
|
md: string;
|
|
@@ -3884,7 +3884,7 @@ declare const spinnerVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3884
3884
|
primary: string;
|
|
3885
3885
|
success: string;
|
|
3886
3886
|
};
|
|
3887
|
-
}, undefined,
|
|
3887
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
3888
3888
|
size: {
|
|
3889
3889
|
lg: string;
|
|
3890
3890
|
md: string;
|
|
@@ -3909,10 +3909,10 @@ declare const Spinner: ({
|
|
|
3909
3909
|
variant,
|
|
3910
3910
|
asChild,
|
|
3911
3911
|
...props
|
|
3912
|
-
}: SpinnerProps) =>
|
|
3912
|
+
}: SpinnerProps) => react_jsx_runtime5.JSX.Element;
|
|
3913
3913
|
//#endregion
|
|
3914
3914
|
//#region src/components/switch/switch.variants.d.ts
|
|
3915
|
-
declare const switchVariants:
|
|
3915
|
+
declare const switchVariants: tailwind_variants1.TVReturnType<{
|
|
3916
3916
|
size: {
|
|
3917
3917
|
lg: {
|
|
3918
3918
|
root: string;
|
|
@@ -3942,7 +3942,7 @@ declare const switchVariants: tailwind_variants12733.TVReturnType<{
|
|
|
3942
3942
|
}, {
|
|
3943
3943
|
root: string;
|
|
3944
3944
|
thumb: string;
|
|
3945
|
-
},
|
|
3945
|
+
}, tailwind_variants1.TVReturnType<{
|
|
3946
3946
|
size: {
|
|
3947
3947
|
lg: {
|
|
3948
3948
|
root: string;
|
|
@@ -3966,41 +3966,41 @@ declare const _default$28: (({
|
|
|
3966
3966
|
className,
|
|
3967
3967
|
size,
|
|
3968
3968
|
...props
|
|
3969
|
-
}: SwitchProps) =>
|
|
3969
|
+
}: SwitchProps) => react_jsx_runtime5.JSX.Element) & {
|
|
3970
3970
|
Root: ({
|
|
3971
3971
|
className,
|
|
3972
3972
|
size,
|
|
3973
3973
|
...props
|
|
3974
|
-
}: SwitchProps) =>
|
|
3974
|
+
}: SwitchProps) => react_jsx_runtime5.JSX.Element;
|
|
3975
3975
|
Thumb: ({
|
|
3976
3976
|
className,
|
|
3977
3977
|
...props
|
|
3978
|
-
}: Switch.Thumb.Props) =>
|
|
3978
|
+
}: Switch.Thumb.Props) => react_jsx_runtime5.JSX.Element;
|
|
3979
3979
|
};
|
|
3980
3980
|
//#endregion
|
|
3981
3981
|
//#region src/components/table/table.variants.d.ts
|
|
3982
|
-
declare const tableVariants:
|
|
3982
|
+
declare const tableVariants: tailwind_variants1.TVReturnType<{
|
|
3983
3983
|
[key: string]: {
|
|
3984
|
-
[key: string]:
|
|
3985
|
-
root?:
|
|
3986
|
-
tbody?:
|
|
3987
|
-
td?:
|
|
3988
|
-
tfoot?:
|
|
3989
|
-
th?:
|
|
3990
|
-
thead?:
|
|
3991
|
-
tr?:
|
|
3984
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
3985
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3986
|
+
tbody?: tailwind_merge17.ClassNameValue;
|
|
3987
|
+
td?: tailwind_merge17.ClassNameValue;
|
|
3988
|
+
tfoot?: tailwind_merge17.ClassNameValue;
|
|
3989
|
+
th?: tailwind_merge17.ClassNameValue;
|
|
3990
|
+
thead?: tailwind_merge17.ClassNameValue;
|
|
3991
|
+
tr?: tailwind_merge17.ClassNameValue;
|
|
3992
3992
|
};
|
|
3993
3993
|
};
|
|
3994
3994
|
} | {
|
|
3995
3995
|
[x: string]: {
|
|
3996
|
-
[x: string]:
|
|
3997
|
-
root?:
|
|
3998
|
-
tbody?:
|
|
3999
|
-
td?:
|
|
4000
|
-
tfoot?:
|
|
4001
|
-
th?:
|
|
4002
|
-
thead?:
|
|
4003
|
-
tr?:
|
|
3996
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
3997
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
3998
|
+
tbody?: tailwind_merge17.ClassNameValue;
|
|
3999
|
+
td?: tailwind_merge17.ClassNameValue;
|
|
4000
|
+
tfoot?: tailwind_merge17.ClassNameValue;
|
|
4001
|
+
th?: tailwind_merge17.ClassNameValue;
|
|
4002
|
+
thead?: tailwind_merge17.ClassNameValue;
|
|
4003
|
+
tr?: tailwind_merge17.ClassNameValue;
|
|
4004
4004
|
};
|
|
4005
4005
|
};
|
|
4006
4006
|
} | {}, {
|
|
@@ -4013,14 +4013,14 @@ declare const tableVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4013
4013
|
tr: string;
|
|
4014
4014
|
}, undefined, {
|
|
4015
4015
|
[key: string]: {
|
|
4016
|
-
[key: string]:
|
|
4017
|
-
root?:
|
|
4018
|
-
tbody?:
|
|
4019
|
-
td?:
|
|
4020
|
-
tfoot?:
|
|
4021
|
-
th?:
|
|
4022
|
-
thead?:
|
|
4023
|
-
tr?:
|
|
4016
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
4017
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4018
|
+
tbody?: tailwind_merge17.ClassNameValue;
|
|
4019
|
+
td?: tailwind_merge17.ClassNameValue;
|
|
4020
|
+
tfoot?: tailwind_merge17.ClassNameValue;
|
|
4021
|
+
th?: tailwind_merge17.ClassNameValue;
|
|
4022
|
+
thead?: tailwind_merge17.ClassNameValue;
|
|
4023
|
+
tr?: tailwind_merge17.ClassNameValue;
|
|
4024
4024
|
};
|
|
4025
4025
|
};
|
|
4026
4026
|
} | {}, {
|
|
@@ -4031,7 +4031,7 @@ declare const tableVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4031
4031
|
th: string;
|
|
4032
4032
|
thead: string;
|
|
4033
4033
|
tr: string;
|
|
4034
|
-
},
|
|
4034
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4035
4035
|
root: string;
|
|
4036
4036
|
tbody: string;
|
|
4037
4037
|
td: string;
|
|
@@ -4053,56 +4053,56 @@ interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
|
4053
4053
|
declare const _default$29: (({
|
|
4054
4054
|
className,
|
|
4055
4055
|
...props
|
|
4056
|
-
}: TableProps) =>
|
|
4056
|
+
}: TableProps) => react_jsx_runtime5.JSX.Element) & {
|
|
4057
4057
|
Body: ({
|
|
4058
4058
|
className,
|
|
4059
4059
|
...props
|
|
4060
|
-
}: TableBodyProps) =>
|
|
4060
|
+
}: TableBodyProps) => react_jsx_runtime5.JSX.Element;
|
|
4061
4061
|
DataCell: ({
|
|
4062
4062
|
className,
|
|
4063
4063
|
...props
|
|
4064
|
-
}: TableDataCellProps) =>
|
|
4064
|
+
}: TableDataCellProps) => react_jsx_runtime5.JSX.Element;
|
|
4065
4065
|
Footer: ({
|
|
4066
4066
|
className,
|
|
4067
4067
|
...props
|
|
4068
|
-
}: TableFooterProps) =>
|
|
4068
|
+
}: TableFooterProps) => react_jsx_runtime5.JSX.Element;
|
|
4069
4069
|
Head: ({
|
|
4070
4070
|
className,
|
|
4071
4071
|
...props
|
|
4072
|
-
}: TableHeadProps) =>
|
|
4072
|
+
}: TableHeadProps) => react_jsx_runtime5.JSX.Element;
|
|
4073
4073
|
HeaderCell: ({
|
|
4074
4074
|
className,
|
|
4075
4075
|
...props
|
|
4076
|
-
}: TableHeaderCellProps) =>
|
|
4076
|
+
}: TableHeaderCellProps) => react_jsx_runtime5.JSX.Element;
|
|
4077
4077
|
Root: ({
|
|
4078
4078
|
className,
|
|
4079
4079
|
...props
|
|
4080
|
-
}: TableProps) =>
|
|
4080
|
+
}: TableProps) => react_jsx_runtime5.JSX.Element;
|
|
4081
4081
|
Row: ({
|
|
4082
4082
|
className,
|
|
4083
4083
|
...props
|
|
4084
|
-
}: TableRowProps) =>
|
|
4084
|
+
}: TableRowProps) => react_jsx_runtime5.JSX.Element;
|
|
4085
4085
|
};
|
|
4086
4086
|
//#endregion
|
|
4087
4087
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
4088
|
-
declare const tabsVariants:
|
|
4088
|
+
declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
4089
4089
|
[key: string]: {
|
|
4090
|
-
[key: string]:
|
|
4091
|
-
|
|
4092
|
-
root?:
|
|
4093
|
-
|
|
4094
|
-
list?:
|
|
4095
|
-
tab?:
|
|
4090
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
4091
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
4092
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4093
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
4094
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
4095
|
+
tab?: tailwind_merge17.ClassNameValue;
|
|
4096
4096
|
};
|
|
4097
4097
|
};
|
|
4098
4098
|
} | {
|
|
4099
4099
|
[x: string]: {
|
|
4100
|
-
[x: string]:
|
|
4101
|
-
|
|
4102
|
-
root?:
|
|
4103
|
-
|
|
4104
|
-
list?:
|
|
4105
|
-
tab?:
|
|
4100
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
4101
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
4102
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4103
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
4104
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
4105
|
+
tab?: tailwind_merge17.ClassNameValue;
|
|
4106
4106
|
};
|
|
4107
4107
|
};
|
|
4108
4108
|
} | {}, {
|
|
@@ -4113,12 +4113,12 @@ declare const tabsVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4113
4113
|
tab: string;
|
|
4114
4114
|
}, undefined, {
|
|
4115
4115
|
[key: string]: {
|
|
4116
|
-
[key: string]:
|
|
4117
|
-
|
|
4118
|
-
root?:
|
|
4119
|
-
|
|
4120
|
-
list?:
|
|
4121
|
-
tab?:
|
|
4116
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
4117
|
+
indicator?: tailwind_merge17.ClassNameValue;
|
|
4118
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4119
|
+
panel?: tailwind_merge17.ClassNameValue;
|
|
4120
|
+
list?: tailwind_merge17.ClassNameValue;
|
|
4121
|
+
tab?: tailwind_merge17.ClassNameValue;
|
|
4122
4122
|
};
|
|
4123
4123
|
};
|
|
4124
4124
|
} | {}, {
|
|
@@ -4127,7 +4127,7 @@ declare const tabsVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4127
4127
|
panel: string;
|
|
4128
4128
|
root: string;
|
|
4129
4129
|
tab: string;
|
|
4130
|
-
},
|
|
4130
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4131
4131
|
indicator: string;
|
|
4132
4132
|
list: string;
|
|
4133
4133
|
panel: string;
|
|
@@ -4145,159 +4145,62 @@ interface TabsPanelProps extends Tabs.Panel.Props {}
|
|
|
4145
4145
|
declare const _default$30: (({
|
|
4146
4146
|
className,
|
|
4147
4147
|
...props
|
|
4148
|
-
}: TabsProps) =>
|
|
4148
|
+
}: TabsProps) => react_jsx_runtime5.JSX.Element) & {
|
|
4149
4149
|
Indicator: ({
|
|
4150
4150
|
className,
|
|
4151
4151
|
...props
|
|
4152
|
-
}: TabsIndicatorProps) =>
|
|
4152
|
+
}: TabsIndicatorProps) => react_jsx_runtime5.JSX.Element;
|
|
4153
4153
|
List: ({
|
|
4154
4154
|
className,
|
|
4155
4155
|
...props
|
|
4156
|
-
}: TabsListProps) =>
|
|
4156
|
+
}: TabsListProps) => react_jsx_runtime5.JSX.Element;
|
|
4157
4157
|
Panel: ({
|
|
4158
4158
|
className,
|
|
4159
4159
|
...props
|
|
4160
|
-
}: TabsPanelProps) =>
|
|
4160
|
+
}: TabsPanelProps) => react_jsx_runtime5.JSX.Element;
|
|
4161
4161
|
Root: ({
|
|
4162
4162
|
className,
|
|
4163
4163
|
...props
|
|
4164
|
-
}: TabsProps) =>
|
|
4164
|
+
}: TabsProps) => react_jsx_runtime5.JSX.Element;
|
|
4165
4165
|
Tab: ({
|
|
4166
4166
|
className,
|
|
4167
4167
|
...props
|
|
4168
|
-
}: TabsTabProps) =>
|
|
4168
|
+
}: TabsTabProps) => react_jsx_runtime5.JSX.Element;
|
|
4169
4169
|
};
|
|
4170
4170
|
//#endregion
|
|
4171
|
-
//#region src/components/toast/toast.variants.d.ts
|
|
4172
|
-
declare const toastVariants: tailwind_variants12733.TVReturnType<{
|
|
4173
|
-
variant: {
|
|
4174
|
-
default: {
|
|
4175
|
-
root: string;
|
|
4176
|
-
};
|
|
4177
|
-
destructive: {
|
|
4178
|
-
root: string;
|
|
4179
|
-
};
|
|
4180
|
-
};
|
|
4181
|
-
}, {
|
|
4182
|
-
action: string;
|
|
4183
|
-
close: string;
|
|
4184
|
-
description: string;
|
|
4185
|
-
root: string;
|
|
4186
|
-
title: string;
|
|
4187
|
-
viewport: string;
|
|
4188
|
-
}, undefined, {
|
|
4189
|
-
variant: {
|
|
4190
|
-
default: {
|
|
4191
|
-
root: string;
|
|
4192
|
-
};
|
|
4193
|
-
destructive: {
|
|
4194
|
-
root: string;
|
|
4195
|
-
};
|
|
4196
|
-
};
|
|
4197
|
-
}, {
|
|
4198
|
-
action: string;
|
|
4199
|
-
close: string;
|
|
4200
|
-
description: string;
|
|
4201
|
-
root: string;
|
|
4202
|
-
title: string;
|
|
4203
|
-
viewport: string;
|
|
4204
|
-
}, tailwind_variants12733.TVReturnType<{
|
|
4205
|
-
variant: {
|
|
4206
|
-
default: {
|
|
4207
|
-
root: string;
|
|
4208
|
-
};
|
|
4209
|
-
destructive: {
|
|
4210
|
-
root: string;
|
|
4211
|
-
};
|
|
4212
|
-
};
|
|
4213
|
-
}, {
|
|
4214
|
-
action: string;
|
|
4215
|
-
close: string;
|
|
4216
|
-
description: string;
|
|
4217
|
-
root: string;
|
|
4218
|
-
title: string;
|
|
4219
|
-
viewport: string;
|
|
4220
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
4221
|
-
type ToastVariants = VariantProps<typeof toastVariants>;
|
|
4222
|
-
//#endregion
|
|
4223
|
-
//#region src/components/toast/toast.d.ts
|
|
4224
|
-
interface ToastProps extends ToastVariants, Toast.Root.Props {}
|
|
4225
|
-
interface ToastTitleProps extends Toast.Title.Props {}
|
|
4226
|
-
interface ToastDescriptionProps extends Toast.Description.Props {}
|
|
4227
|
-
interface ToastActionProps extends Toast.Action.Props {}
|
|
4228
|
-
interface ToastCloseProps extends Toast.Close.Props {}
|
|
4229
|
-
interface ToastViewportProps extends Toast.Viewport.Props {}
|
|
4230
|
-
declare const _default$31: (({
|
|
4231
|
-
className,
|
|
4232
|
-
variant,
|
|
4233
|
-
...props
|
|
4234
|
-
}: ToastProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
4235
|
-
Action: ({
|
|
4236
|
-
className,
|
|
4237
|
-
...props
|
|
4238
|
-
}: ToastActionProps) => react_jsx_runtime37621.JSX.Element;
|
|
4239
|
-
Close: ({
|
|
4240
|
-
className,
|
|
4241
|
-
children,
|
|
4242
|
-
...props
|
|
4243
|
-
}: ToastCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
4244
|
-
Description: ({
|
|
4245
|
-
className,
|
|
4246
|
-
...props
|
|
4247
|
-
}: ToastDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
4248
|
-
Portal: react539.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite134.FloatingPortalLite.Props<any> & react539.RefAttributes<HTMLDivElement>>;
|
|
4249
|
-
Provider: react539.FC<_base_ui_react269.ToastProviderProps>;
|
|
4250
|
-
Root: ({
|
|
4251
|
-
className,
|
|
4252
|
-
variant,
|
|
4253
|
-
...props
|
|
4254
|
-
}: ToastProps) => react_jsx_runtime37621.JSX.Element;
|
|
4255
|
-
Title: ({
|
|
4256
|
-
className,
|
|
4257
|
-
...props
|
|
4258
|
-
}: ToastTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
4259
|
-
Viewport: ({
|
|
4260
|
-
className,
|
|
4261
|
-
...props
|
|
4262
|
-
}: ToastViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
4263
|
-
};
|
|
4264
|
-
//#endregion
|
|
4265
|
-
//#region src/components/toast/index.d.ts
|
|
4266
|
-
declare const useToast: typeof Toast.useToastManager;
|
|
4267
|
-
//#endregion
|
|
4268
4171
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
4269
|
-
declare const toggleButtonVariants:
|
|
4172
|
+
declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
4270
4173
|
isIconOnly: {
|
|
4271
|
-
true:
|
|
4272
|
-
base?:
|
|
4174
|
+
true: tailwind_merge17.ClassNameValue | {
|
|
4175
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4273
4176
|
};
|
|
4274
4177
|
};
|
|
4275
4178
|
size: {
|
|
4276
|
-
lg:
|
|
4277
|
-
base?:
|
|
4179
|
+
lg: tailwind_merge17.ClassNameValue | {
|
|
4180
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4278
4181
|
};
|
|
4279
|
-
md:
|
|
4280
|
-
base?:
|
|
4182
|
+
md: tailwind_merge17.ClassNameValue | {
|
|
4183
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4281
4184
|
};
|
|
4282
|
-
sm:
|
|
4283
|
-
base?:
|
|
4185
|
+
sm: tailwind_merge17.ClassNameValue | {
|
|
4186
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4284
4187
|
};
|
|
4285
4188
|
};
|
|
4286
4189
|
variant: {
|
|
4287
|
-
danger:
|
|
4288
|
-
base?:
|
|
4190
|
+
danger: tailwind_merge17.ClassNameValue | {
|
|
4191
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4289
4192
|
};
|
|
4290
|
-
ghost:
|
|
4291
|
-
base?:
|
|
4193
|
+
ghost: tailwind_merge17.ClassNameValue | {
|
|
4194
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4292
4195
|
};
|
|
4293
|
-
outline:
|
|
4294
|
-
base?:
|
|
4196
|
+
outline: tailwind_merge17.ClassNameValue | {
|
|
4197
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4295
4198
|
};
|
|
4296
|
-
primary:
|
|
4297
|
-
base?:
|
|
4199
|
+
primary: tailwind_merge17.ClassNameValue | {
|
|
4200
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4298
4201
|
};
|
|
4299
|
-
secondary:
|
|
4300
|
-
base?:
|
|
4202
|
+
secondary: tailwind_merge17.ClassNameValue | {
|
|
4203
|
+
base?: tailwind_merge17.ClassNameValue;
|
|
4301
4204
|
};
|
|
4302
4205
|
};
|
|
4303
4206
|
}, undefined, "toggle-button", {
|
|
@@ -4316,7 +4219,7 @@ declare const toggleButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
|
4316
4219
|
primary: string;
|
|
4317
4220
|
secondary: string;
|
|
4318
4221
|
};
|
|
4319
|
-
}, undefined,
|
|
4222
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
4320
4223
|
isIconOnly: {
|
|
4321
4224
|
true: string;
|
|
4322
4225
|
};
|
|
@@ -4348,7 +4251,7 @@ declare const toggleButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
|
4348
4251
|
primary: string;
|
|
4349
4252
|
secondary: string;
|
|
4350
4253
|
};
|
|
4351
|
-
}, undefined,
|
|
4254
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
4352
4255
|
isIconOnly: {
|
|
4353
4256
|
true: string;
|
|
4354
4257
|
};
|
|
@@ -4374,29 +4277,29 @@ declare const ToggleButton: ({
|
|
|
4374
4277
|
variant,
|
|
4375
4278
|
size,
|
|
4376
4279
|
...props
|
|
4377
|
-
}: ToggleButtonProps) =>
|
|
4280
|
+
}: ToggleButtonProps) => react_jsx_runtime5.JSX.Element;
|
|
4378
4281
|
//#endregion
|
|
4379
4282
|
//#region src/components/tooltip/tooltip.variants.d.ts
|
|
4380
|
-
declare const tooltipVariants:
|
|
4283
|
+
declare const tooltipVariants: tailwind_variants1.TVReturnType<{
|
|
4381
4284
|
[key: string]: {
|
|
4382
|
-
[key: string]:
|
|
4383
|
-
root?:
|
|
4384
|
-
trigger?:
|
|
4385
|
-
popup?:
|
|
4386
|
-
portal?:
|
|
4387
|
-
positioner?:
|
|
4388
|
-
arrow?:
|
|
4285
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
4286
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4287
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
4288
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
4289
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
4290
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
4291
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
4389
4292
|
};
|
|
4390
4293
|
};
|
|
4391
4294
|
} | {
|
|
4392
4295
|
[x: string]: {
|
|
4393
|
-
[x: string]:
|
|
4394
|
-
root?:
|
|
4395
|
-
trigger?:
|
|
4396
|
-
popup?:
|
|
4397
|
-
portal?:
|
|
4398
|
-
positioner?:
|
|
4399
|
-
arrow?:
|
|
4296
|
+
[x: string]: tailwind_merge17.ClassNameValue | {
|
|
4297
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4298
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
4299
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
4300
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
4301
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
4302
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
4400
4303
|
};
|
|
4401
4304
|
};
|
|
4402
4305
|
} | {}, {
|
|
@@ -4408,13 +4311,13 @@ declare const tooltipVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4408
4311
|
trigger: string;
|
|
4409
4312
|
}, undefined, {
|
|
4410
4313
|
[key: string]: {
|
|
4411
|
-
[key: string]:
|
|
4412
|
-
root?:
|
|
4413
|
-
trigger?:
|
|
4414
|
-
popup?:
|
|
4415
|
-
portal?:
|
|
4416
|
-
positioner?:
|
|
4417
|
-
arrow?:
|
|
4314
|
+
[key: string]: tailwind_merge17.ClassNameValue | {
|
|
4315
|
+
root?: tailwind_merge17.ClassNameValue;
|
|
4316
|
+
trigger?: tailwind_merge17.ClassNameValue;
|
|
4317
|
+
popup?: tailwind_merge17.ClassNameValue;
|
|
4318
|
+
portal?: tailwind_merge17.ClassNameValue;
|
|
4319
|
+
positioner?: tailwind_merge17.ClassNameValue;
|
|
4320
|
+
arrow?: tailwind_merge17.ClassNameValue;
|
|
4418
4321
|
};
|
|
4419
4322
|
};
|
|
4420
4323
|
} | {}, {
|
|
@@ -4424,7 +4327,7 @@ declare const tooltipVariants: tailwind_variants12733.TVReturnType<{
|
|
|
4424
4327
|
positioner: string;
|
|
4425
4328
|
root: string;
|
|
4426
4329
|
trigger: string;
|
|
4427
|
-
},
|
|
4330
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4428
4331
|
arrow: string;
|
|
4429
4332
|
popup: string;
|
|
4430
4333
|
portal: string;
|
|
@@ -4441,34 +4344,34 @@ interface TooltipPortalProps extends Tooltip.Portal.Props {}
|
|
|
4441
4344
|
interface TooltipPositionerProps extends Tooltip.Positioner.Props {}
|
|
4442
4345
|
interface TooltipPopupProps extends Tooltip.Popup.Props {}
|
|
4443
4346
|
interface TooltipArrowProps extends Tooltip.Arrow.Props {}
|
|
4444
|
-
declare const _default$
|
|
4347
|
+
declare const _default$31: (({
|
|
4445
4348
|
...props
|
|
4446
|
-
}: TooltipProps) =>
|
|
4349
|
+
}: TooltipProps) => react_jsx_runtime5.JSX.Element) & {
|
|
4447
4350
|
Arrow: ({
|
|
4448
4351
|
className,
|
|
4449
4352
|
...props
|
|
4450
|
-
}: TooltipArrowProps) =>
|
|
4353
|
+
}: TooltipArrowProps) => react_jsx_runtime5.JSX.Element;
|
|
4451
4354
|
Popup: ({
|
|
4452
4355
|
className,
|
|
4453
4356
|
...props
|
|
4454
|
-
}: TooltipPopupProps) =>
|
|
4357
|
+
}: TooltipPopupProps) => react_jsx_runtime5.JSX.Element;
|
|
4455
4358
|
Portal: ({
|
|
4456
4359
|
className,
|
|
4457
4360
|
...props
|
|
4458
|
-
}: TooltipPortalProps) =>
|
|
4361
|
+
}: TooltipPortalProps) => react_jsx_runtime5.JSX.Element;
|
|
4459
4362
|
Positioner: ({
|
|
4460
4363
|
className,
|
|
4461
4364
|
...props
|
|
4462
|
-
}: TooltipPositionerProps) =>
|
|
4463
|
-
Provider:
|
|
4365
|
+
}: TooltipPositionerProps) => react_jsx_runtime5.JSX.Element;
|
|
4366
|
+
Provider: react0.FC<_base_ui_react0.TooltipProviderProps>;
|
|
4464
4367
|
Root: ({
|
|
4465
4368
|
...props
|
|
4466
|
-
}: TooltipProps) =>
|
|
4369
|
+
}: TooltipProps) => react_jsx_runtime5.JSX.Element;
|
|
4467
4370
|
Trigger: ({
|
|
4468
4371
|
className,
|
|
4469
4372
|
...props
|
|
4470
|
-
}: TooltipTriggerProps) =>
|
|
4373
|
+
}: TooltipTriggerProps) => react_jsx_runtime5.JSX.Element;
|
|
4471
4374
|
};
|
|
4472
4375
|
//#endregion
|
|
4473
|
-
export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Autocomplete, AutocompleteVariants, _default$4 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$5 as Card, CardVariants, _default$6 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$7 as Collapsible, _default$8 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$9 as ContextMenu, ContextMenuVariants, _default$10 as Dialog, DialogVariants, _default$11 as Drawer, DrawerVariants, _default$12 as Field, FieldVariants, _default$13 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$14 as List, ListVariants, _default$15 as Menu, MenuVariants, _default$16 as Meter, MeterVariants, _default$17 as Navbar, NavbarVariants, _default$18 as NavigationMenu, NavigationMenuVariants, _default$19 as NumberField, NumberFieldVariants, _default$20 as Popover, PopoverVariants, _default$21 as PreviewCard, PreviewCardVariants, _default$22 as Progress, ProgressVariants, _default$23 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$24 as ScrollArea, ScrollAreaVariants, _default$25 as Select, SelectVariants, Separator, SeparatorVariants, _default$26 as Sidebar, SidebarVariants, _default$27 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$28 as Switch, SwitchVariants, _default$29 as Table, TableVariants, _default$30 as Tabs, TabsVariants,
|
|
4376
|
+
export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Autocomplete, AutocompleteVariants, _default$4 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$5 as Card, CardVariants, _default$6 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$7 as Collapsible, _default$8 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$9 as ContextMenu, ContextMenuVariants, _default$10 as Dialog, DialogVariants, _default$11 as Drawer, DrawerVariants, _default$12 as Field, FieldVariants, _default$13 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$14 as List, ListVariants, _default$15 as Menu, MenuVariants, _default$16 as Meter, MeterVariants, _default$17 as Navbar, NavbarVariants, _default$18 as NavigationMenu, NavigationMenuVariants, _default$19 as NumberField, NumberFieldVariants, _default$20 as Popover, PopoverVariants, _default$21 as PreviewCard, PreviewCardVariants, _default$22 as Progress, ProgressVariants, _default$23 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$24 as ScrollArea, ScrollAreaVariants, _default$25 as Select, SelectVariants, Separator, SeparatorVariants, _default$26 as Sidebar, SidebarVariants, _default$27 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$28 as Switch, SwitchVariants, _default$29 as Table, TableVariants, _default$30 as Tabs, TabsVariants, ToggleButton, ToggleButtonVariants, _default$31 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, autocompleteVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, comboboxVariants, containerVariants, contextMenuVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, navigationMenuVariants, numberFieldVariants, popoverVariants, previewCardVariants, progressVariants, radioGroupVariants, radioVariants, scrollAreaVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants };
|
|
4474
4377
|
//# sourceMappingURL=index.d.cts.map
|