@fea-ui/react 0.0.0 → 0.0.1
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 +3699 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2087 -895
- package/dist/index.d.mts +2087 -895
- package/dist/index.mjs +1017 -48
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwind_variants12733 from "tailwind-variants";
|
|
2
2
|
import { VariantProps, cn } from "tailwind-variants";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } from "@base-ui/react";
|
|
6
|
-
import * as
|
|
7
|
-
import
|
|
8
|
-
import * as react11 from "react";
|
|
3
|
+
import * as react_jsx_runtime37621 from "react/jsx-runtime";
|
|
4
|
+
import * as _base_ui_react269 from "@base-ui/react";
|
|
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, Toast, ToggleProps, Tooltip } from "@base-ui/react";
|
|
6
|
+
import * as tailwind_merge94163 from "tailwind-merge";
|
|
7
|
+
import * as react539 from "react";
|
|
9
8
|
import React$1 from "react";
|
|
10
|
-
import * as
|
|
9
|
+
import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite134 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
|
|
11
10
|
|
|
12
11
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
13
|
-
declare const accordionVariants:
|
|
12
|
+
declare const accordionVariants: tailwind_variants12733.TVReturnType<{
|
|
14
13
|
[key: string]: {
|
|
15
|
-
[key: string]:
|
|
16
|
-
content?:
|
|
17
|
-
header?:
|
|
18
|
-
item?:
|
|
19
|
-
panel?:
|
|
20
|
-
root?:
|
|
21
|
-
trigger?:
|
|
22
|
-
triggerIcon?:
|
|
14
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
15
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
16
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
17
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
18
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
19
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
20
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
21
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
} | {
|
|
26
25
|
[x: string]: {
|
|
27
|
-
[x: string]:
|
|
28
|
-
content?:
|
|
29
|
-
header?:
|
|
30
|
-
item?:
|
|
31
|
-
panel?:
|
|
32
|
-
root?:
|
|
33
|
-
trigger?:
|
|
34
|
-
triggerIcon?:
|
|
26
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
27
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
28
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
29
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
30
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
31
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
32
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
33
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
35
34
|
};
|
|
36
35
|
};
|
|
37
36
|
} | {}, {
|
|
@@ -44,14 +43,14 @@ declare const accordionVariants: tailwind_variants245.TVReturnType<{
|
|
|
44
43
|
triggerIcon: string;
|
|
45
44
|
}, undefined, {
|
|
46
45
|
[key: string]: {
|
|
47
|
-
[key: string]:
|
|
48
|
-
content?:
|
|
49
|
-
header?:
|
|
50
|
-
item?:
|
|
51
|
-
panel?:
|
|
52
|
-
root?:
|
|
53
|
-
trigger?:
|
|
54
|
-
triggerIcon?:
|
|
46
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
47
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
48
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
49
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
50
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
51
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
52
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
53
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
55
54
|
};
|
|
56
55
|
};
|
|
57
56
|
} | {}, {
|
|
@@ -62,7 +61,7 @@ declare const accordionVariants: tailwind_variants245.TVReturnType<{
|
|
|
62
61
|
root: string;
|
|
63
62
|
trigger: string;
|
|
64
63
|
triggerIcon: string;
|
|
65
|
-
},
|
|
64
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
66
65
|
content: string;
|
|
67
66
|
header: string;
|
|
68
67
|
item: string;
|
|
@@ -84,39 +83,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
|
84
83
|
declare const _default: (({
|
|
85
84
|
className,
|
|
86
85
|
...props
|
|
87
|
-
}: AccordionProps) =>
|
|
86
|
+
}: AccordionProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
88
87
|
Content: ({
|
|
89
88
|
className,
|
|
90
89
|
...props
|
|
91
|
-
}: AccordionContentProps) =>
|
|
90
|
+
}: AccordionContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
92
91
|
Header: ({
|
|
93
92
|
className,
|
|
94
93
|
...props
|
|
95
|
-
}: AccordionHeaderProps) =>
|
|
94
|
+
}: AccordionHeaderProps) => react_jsx_runtime37621.JSX.Element;
|
|
96
95
|
Item: ({
|
|
97
96
|
className,
|
|
98
97
|
...props
|
|
99
|
-
}: AccordionItemProps) =>
|
|
98
|
+
}: AccordionItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
100
99
|
Panel: ({
|
|
101
100
|
className,
|
|
102
101
|
...props
|
|
103
|
-
}: AccordionPanelProps) =>
|
|
102
|
+
}: AccordionPanelProps) => react_jsx_runtime37621.JSX.Element;
|
|
104
103
|
Root: ({
|
|
105
104
|
className,
|
|
106
105
|
...props
|
|
107
|
-
}: AccordionProps) =>
|
|
106
|
+
}: AccordionProps) => react_jsx_runtime37621.JSX.Element;
|
|
108
107
|
Trigger: ({
|
|
109
108
|
className,
|
|
110
109
|
...props
|
|
111
|
-
}: AccordionTriggerProps) =>
|
|
110
|
+
}: AccordionTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
112
111
|
TriggerIcon: ({
|
|
113
112
|
className,
|
|
114
113
|
...props
|
|
115
|
-
}: AccordionTriggerIconProps) =>
|
|
114
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime37621.JSX.Element;
|
|
116
115
|
};
|
|
117
116
|
//#endregion
|
|
118
117
|
//#region src/components/alert/alert.variants.d.ts
|
|
119
|
-
declare const alertVariants:
|
|
118
|
+
declare const alertVariants: tailwind_variants12733.TVReturnType<{
|
|
120
119
|
variant: {
|
|
121
120
|
danger: {
|
|
122
121
|
root: string;
|
|
@@ -164,7 +163,7 @@ declare const alertVariants: tailwind_variants245.TVReturnType<{
|
|
|
164
163
|
indicator: string;
|
|
165
164
|
root: string;
|
|
166
165
|
title: string;
|
|
167
|
-
},
|
|
166
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
168
167
|
variant: {
|
|
169
168
|
danger: {
|
|
170
169
|
root: string;
|
|
@@ -201,58 +200,58 @@ declare const _default$1: (({
|
|
|
201
200
|
className,
|
|
202
201
|
variant,
|
|
203
202
|
...props
|
|
204
|
-
}: AlertProps) =>
|
|
203
|
+
}: AlertProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
205
204
|
Content: ({
|
|
206
205
|
className,
|
|
207
206
|
...props
|
|
208
|
-
}: AlertContentProps) =>
|
|
207
|
+
}: AlertContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
209
208
|
Description: ({
|
|
210
209
|
className,
|
|
211
210
|
...props
|
|
212
|
-
}: AlertDescriptionProps) =>
|
|
211
|
+
}: AlertDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
213
212
|
Indicator: ({
|
|
214
213
|
className,
|
|
215
214
|
children,
|
|
216
215
|
...props
|
|
217
|
-
}: AlertIndicatorProps) =>
|
|
216
|
+
}: AlertIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
218
217
|
Root: ({
|
|
219
218
|
className,
|
|
220
219
|
variant,
|
|
221
220
|
...props
|
|
222
|
-
}: AlertProps) =>
|
|
221
|
+
}: AlertProps) => react_jsx_runtime37621.JSX.Element;
|
|
223
222
|
Title: ({
|
|
224
223
|
className,
|
|
225
224
|
...props
|
|
226
|
-
}: AlertTitleProps) =>
|
|
225
|
+
}: AlertTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
227
226
|
};
|
|
228
227
|
//#endregion
|
|
229
228
|
//#region src/components/alert-dialog/alert-dialog.variants.d.ts
|
|
230
|
-
declare const alertDialogVariants:
|
|
229
|
+
declare const alertDialogVariants: tailwind_variants12733.TVReturnType<{
|
|
231
230
|
[key: string]: {
|
|
232
|
-
[key: string]:
|
|
233
|
-
root?:
|
|
234
|
-
trigger?:
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
backdrop?:
|
|
238
|
-
close?:
|
|
239
|
-
popup?:
|
|
240
|
-
portal?:
|
|
241
|
-
viewport?:
|
|
231
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
232
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
233
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
234
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
235
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
236
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
237
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
238
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
239
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
240
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
242
241
|
};
|
|
243
242
|
};
|
|
244
243
|
} | {
|
|
245
244
|
[x: string]: {
|
|
246
|
-
[x: string]:
|
|
247
|
-
root?:
|
|
248
|
-
trigger?:
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
backdrop?:
|
|
252
|
-
close?:
|
|
253
|
-
popup?:
|
|
254
|
-
portal?:
|
|
255
|
-
viewport?:
|
|
245
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
246
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
247
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
248
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
249
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
250
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
251
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
252
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
253
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
254
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
256
255
|
};
|
|
257
256
|
};
|
|
258
257
|
} | {}, {
|
|
@@ -267,16 +266,16 @@ declare const alertDialogVariants: tailwind_variants245.TVReturnType<{
|
|
|
267
266
|
viewport: string;
|
|
268
267
|
}, undefined, {
|
|
269
268
|
[key: string]: {
|
|
270
|
-
[key: string]:
|
|
271
|
-
root?:
|
|
272
|
-
trigger?:
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
backdrop?:
|
|
276
|
-
close?:
|
|
277
|
-
popup?:
|
|
278
|
-
portal?:
|
|
279
|
-
viewport?:
|
|
269
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
270
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
271
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
272
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
273
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
274
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
275
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
276
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
277
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
278
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
280
279
|
};
|
|
281
280
|
};
|
|
282
281
|
} | {}, {
|
|
@@ -289,7 +288,7 @@ declare const alertDialogVariants: tailwind_variants245.TVReturnType<{
|
|
|
289
288
|
title: string;
|
|
290
289
|
trigger: string;
|
|
291
290
|
viewport: string;
|
|
292
|
-
},
|
|
291
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
293
292
|
backdrop: string;
|
|
294
293
|
close: string;
|
|
295
294
|
description: string;
|
|
@@ -314,47 +313,282 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
|
|
|
314
313
|
interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
|
|
315
314
|
declare const _default$2: (({
|
|
316
315
|
...props
|
|
317
|
-
}: AlertDialogProps) =>
|
|
316
|
+
}: AlertDialogProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
318
317
|
Backdrop: ({
|
|
319
318
|
className,
|
|
320
319
|
...props
|
|
321
|
-
}: AlertDialogBackdropProps) =>
|
|
320
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
322
321
|
Close: ({
|
|
323
322
|
className,
|
|
324
323
|
children,
|
|
325
324
|
...props
|
|
326
|
-
}: AlertDialogCloseProps) =>
|
|
325
|
+
}: AlertDialogCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
327
326
|
Description: ({
|
|
328
327
|
className,
|
|
329
328
|
...props
|
|
330
|
-
}: AlertDialogDescriptionProps) =>
|
|
329
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
331
330
|
Popup: ({
|
|
332
331
|
className,
|
|
333
332
|
...props
|
|
334
|
-
}: AlertDialogPopupProps) =>
|
|
333
|
+
}: AlertDialogPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
335
334
|
Portal: ({
|
|
336
335
|
className,
|
|
337
336
|
...props
|
|
338
|
-
}: AlertDialogPortalProps) =>
|
|
337
|
+
}: AlertDialogPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
339
338
|
Root: ({
|
|
340
339
|
...props
|
|
341
|
-
}: AlertDialogProps) =>
|
|
340
|
+
}: AlertDialogProps) => react_jsx_runtime37621.JSX.Element;
|
|
342
341
|
Title: ({
|
|
343
342
|
className,
|
|
344
343
|
...props
|
|
345
|
-
}: AlertDialogTitleProps) =>
|
|
344
|
+
}: AlertDialogTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
346
345
|
Trigger: ({
|
|
347
346
|
className,
|
|
348
347
|
...props
|
|
349
|
-
}: AlertDialogTriggerProps) =>
|
|
348
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
350
349
|
Viewport: ({
|
|
351
350
|
className,
|
|
352
351
|
...props
|
|
353
|
-
}: AlertDialogViewportProps) =>
|
|
352
|
+
}: AlertDialogViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
353
|
+
};
|
|
354
|
+
//#endregion
|
|
355
|
+
//#region src/components/autocomplete/autocomplete.variants.d.ts
|
|
356
|
+
declare const autocompleteVariants: tailwind_variants12733.TVReturnType<{
|
|
357
|
+
[key: string]: {
|
|
358
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
359
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
360
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
361
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
362
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
363
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
364
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
365
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
366
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
367
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
368
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
369
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
370
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
371
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
372
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
373
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
374
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
375
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
376
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
377
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
} | {
|
|
381
|
+
[x: string]: {
|
|
382
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
383
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
384
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
385
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
386
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
387
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
388
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
389
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
390
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
391
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
392
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
393
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
394
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
395
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
396
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
397
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
398
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
399
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
400
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
401
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
} | {}, {
|
|
405
|
+
root: string;
|
|
406
|
+
input: string;
|
|
407
|
+
trigger: string;
|
|
408
|
+
icon: string;
|
|
409
|
+
clear: string;
|
|
410
|
+
value: string;
|
|
411
|
+
portal: string;
|
|
412
|
+
backdrop: string;
|
|
413
|
+
positioner: string;
|
|
414
|
+
popup: string;
|
|
415
|
+
arrow: string;
|
|
416
|
+
status: string;
|
|
417
|
+
empty: string;
|
|
418
|
+
list: string;
|
|
419
|
+
row: string;
|
|
420
|
+
item: string;
|
|
421
|
+
separator: string;
|
|
422
|
+
group: string;
|
|
423
|
+
groupLabel: string;
|
|
424
|
+
}, undefined, {
|
|
425
|
+
[key: string]: {
|
|
426
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
427
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
428
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
429
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
430
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
431
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
432
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
433
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
434
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
435
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
436
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
437
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
438
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
439
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
440
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
441
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
442
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
443
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
444
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
445
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
} | {}, {
|
|
449
|
+
root: string;
|
|
450
|
+
input: string;
|
|
451
|
+
trigger: string;
|
|
452
|
+
icon: string;
|
|
453
|
+
clear: string;
|
|
454
|
+
value: string;
|
|
455
|
+
portal: string;
|
|
456
|
+
backdrop: string;
|
|
457
|
+
positioner: string;
|
|
458
|
+
popup: string;
|
|
459
|
+
arrow: string;
|
|
460
|
+
status: string;
|
|
461
|
+
empty: string;
|
|
462
|
+
list: string;
|
|
463
|
+
row: string;
|
|
464
|
+
item: string;
|
|
465
|
+
separator: string;
|
|
466
|
+
group: string;
|
|
467
|
+
groupLabel: string;
|
|
468
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
469
|
+
root: string;
|
|
470
|
+
input: string;
|
|
471
|
+
trigger: string;
|
|
472
|
+
icon: string;
|
|
473
|
+
clear: string;
|
|
474
|
+
value: string;
|
|
475
|
+
portal: string;
|
|
476
|
+
backdrop: string;
|
|
477
|
+
positioner: string;
|
|
478
|
+
popup: string;
|
|
479
|
+
arrow: string;
|
|
480
|
+
status: string;
|
|
481
|
+
empty: string;
|
|
482
|
+
list: string;
|
|
483
|
+
row: string;
|
|
484
|
+
item: string;
|
|
485
|
+
separator: string;
|
|
486
|
+
group: string;
|
|
487
|
+
groupLabel: string;
|
|
488
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
489
|
+
type AutocompleteVariants = VariantProps<typeof autocompleteVariants>;
|
|
490
|
+
//#endregion
|
|
491
|
+
//#region src/components/autocomplete/autocomplete.d.ts
|
|
492
|
+
interface AutocompleteProps extends AutocompleteVariants, Autocomplete.Root.Props<unknown> {}
|
|
493
|
+
interface AutocompleteTriggerProps extends Autocomplete.Trigger.Props {}
|
|
494
|
+
interface AutocompleteInputProps extends Autocomplete.Input.Props {}
|
|
495
|
+
interface AutocompleteIconProps extends Autocomplete.Icon.Props {}
|
|
496
|
+
interface AutocompleteClearProps extends Autocomplete.Clear.Props {}
|
|
497
|
+
interface AutocompleteValueProps extends Autocomplete.Value.Props {}
|
|
498
|
+
interface AutocompletePortalProps extends Autocomplete.Portal.Props {}
|
|
499
|
+
interface AutocompleteBackdropProps extends Autocomplete.Backdrop.Props {}
|
|
500
|
+
interface AutocompletePositionerProps extends Autocomplete.Positioner.Props {}
|
|
501
|
+
interface AutocompletePopupProps extends Autocomplete.Popup.Props {}
|
|
502
|
+
interface AutocompleteArrowProps extends Autocomplete.Arrow.Props {}
|
|
503
|
+
interface AutocompleteStatusProps extends Autocomplete.Status.Props {}
|
|
504
|
+
interface AutocompleteEmptyProps extends Autocomplete.Empty.Props {}
|
|
505
|
+
interface AutocompleteListProps extends Autocomplete.List.Props {}
|
|
506
|
+
interface AutocompleteRowProps extends Autocomplete.Row.Props {}
|
|
507
|
+
interface AutocompleteItemProps extends Autocomplete.Item.Props {}
|
|
508
|
+
interface AutocompleteSeparatorProps extends Autocomplete.Separator.Props {}
|
|
509
|
+
interface AutocompleteGroupProps extends Autocomplete.Group.Props {}
|
|
510
|
+
interface AutocompleteGroupLabelProps extends Autocomplete.GroupLabel.Props {}
|
|
511
|
+
declare const _default$3: (({
|
|
512
|
+
...props
|
|
513
|
+
}: AutocompleteProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
514
|
+
Arrow: ({
|
|
515
|
+
className,
|
|
516
|
+
...props
|
|
517
|
+
}: AutocompleteArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
518
|
+
Backdrop: ({
|
|
519
|
+
className,
|
|
520
|
+
...props
|
|
521
|
+
}: AutocompleteBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
522
|
+
Clear: ({
|
|
523
|
+
className,
|
|
524
|
+
...props
|
|
525
|
+
}: AutocompleteClearProps) => react_jsx_runtime37621.JSX.Element;
|
|
526
|
+
Empty: ({
|
|
527
|
+
className,
|
|
528
|
+
...props
|
|
529
|
+
}: AutocompleteEmptyProps) => react_jsx_runtime37621.JSX.Element;
|
|
530
|
+
Group: ({
|
|
531
|
+
className,
|
|
532
|
+
...props
|
|
533
|
+
}: AutocompleteGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
534
|
+
GroupLabel: ({
|
|
535
|
+
className,
|
|
536
|
+
...props
|
|
537
|
+
}: AutocompleteGroupLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
538
|
+
Icon: ({
|
|
539
|
+
className,
|
|
540
|
+
...props
|
|
541
|
+
}: AutocompleteIconProps) => react_jsx_runtime37621.JSX.Element;
|
|
542
|
+
Input: ({
|
|
543
|
+
className,
|
|
544
|
+
...props
|
|
545
|
+
}: AutocompleteInputProps) => react_jsx_runtime37621.JSX.Element;
|
|
546
|
+
Item: ({
|
|
547
|
+
className,
|
|
548
|
+
...props
|
|
549
|
+
}: AutocompleteItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
550
|
+
List: ({
|
|
551
|
+
className,
|
|
552
|
+
...props
|
|
553
|
+
}: AutocompleteListProps) => react_jsx_runtime37621.JSX.Element;
|
|
554
|
+
Popup: ({
|
|
555
|
+
className,
|
|
556
|
+
...props
|
|
557
|
+
}: AutocompletePopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
558
|
+
Portal: ({
|
|
559
|
+
className,
|
|
560
|
+
...props
|
|
561
|
+
}: AutocompletePortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
562
|
+
Positioner: ({
|
|
563
|
+
className,
|
|
564
|
+
...props
|
|
565
|
+
}: AutocompletePositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
566
|
+
Root: ({
|
|
567
|
+
...props
|
|
568
|
+
}: AutocompleteProps) => react_jsx_runtime37621.JSX.Element;
|
|
569
|
+
Row: ({
|
|
570
|
+
className,
|
|
571
|
+
...props
|
|
572
|
+
}: AutocompleteRowProps) => react_jsx_runtime37621.JSX.Element;
|
|
573
|
+
Separator: ({
|
|
574
|
+
className,
|
|
575
|
+
...props
|
|
576
|
+
}: AutocompleteSeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
577
|
+
Status: ({
|
|
578
|
+
className,
|
|
579
|
+
...props
|
|
580
|
+
}: AutocompleteStatusProps) => react_jsx_runtime37621.JSX.Element;
|
|
581
|
+
Trigger: ({
|
|
582
|
+
className,
|
|
583
|
+
...props
|
|
584
|
+
}: AutocompleteTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
585
|
+
Value: ({
|
|
586
|
+
...props
|
|
587
|
+
}: AutocompleteValueProps) => react_jsx_runtime37621.JSX.Element;
|
|
354
588
|
};
|
|
355
589
|
//#endregion
|
|
356
590
|
//#region src/components/avatar/avatar.variants.d.ts
|
|
357
|
-
declare const avatarVariants:
|
|
591
|
+
declare const avatarVariants: tailwind_variants12733.TVReturnType<{
|
|
358
592
|
size: {
|
|
359
593
|
lg: {
|
|
360
594
|
root: string;
|
|
@@ -386,7 +620,7 @@ declare const avatarVariants: tailwind_variants245.TVReturnType<{
|
|
|
386
620
|
fallback: string;
|
|
387
621
|
image: string;
|
|
388
622
|
root: string;
|
|
389
|
-
},
|
|
623
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
390
624
|
size: {
|
|
391
625
|
lg: {
|
|
392
626
|
root: string;
|
|
@@ -409,28 +643,28 @@ type AvatarVariants = VariantProps<typeof avatarVariants>;
|
|
|
409
643
|
interface AvatarProps extends AvatarVariants, Avatar.Root.Props {}
|
|
410
644
|
interface AvatarImageProps extends Avatar.Image.Props {}
|
|
411
645
|
interface AvatarFallbackProps extends Avatar.Fallback.Props {}
|
|
412
|
-
declare const _default$
|
|
646
|
+
declare const _default$4: (({
|
|
413
647
|
className,
|
|
414
648
|
size,
|
|
415
649
|
...props
|
|
416
|
-
}: AvatarProps) =>
|
|
650
|
+
}: AvatarProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
417
651
|
Fallback: ({
|
|
418
652
|
className,
|
|
419
653
|
...props
|
|
420
|
-
}: AvatarFallbackProps) =>
|
|
654
|
+
}: AvatarFallbackProps) => react_jsx_runtime37621.JSX.Element;
|
|
421
655
|
Image: ({
|
|
422
656
|
className,
|
|
423
657
|
...props
|
|
424
|
-
}: AvatarImageProps) =>
|
|
658
|
+
}: AvatarImageProps) => react_jsx_runtime37621.JSX.Element;
|
|
425
659
|
Root: ({
|
|
426
660
|
className,
|
|
427
661
|
size,
|
|
428
662
|
...props
|
|
429
|
-
}: AvatarProps) =>
|
|
663
|
+
}: AvatarProps) => react_jsx_runtime37621.JSX.Element;
|
|
430
664
|
};
|
|
431
665
|
//#endregion
|
|
432
666
|
//#region src/components/button/button.variants.d.ts
|
|
433
|
-
declare const buttonVariants:
|
|
667
|
+
declare const buttonVariants: tailwind_variants12733.TVReturnType<{
|
|
434
668
|
isIconOnly: {
|
|
435
669
|
true: string;
|
|
436
670
|
};
|
|
@@ -462,7 +696,7 @@ declare const buttonVariants: tailwind_variants245.TVReturnType<{
|
|
|
462
696
|
primary: string;
|
|
463
697
|
secondary: string;
|
|
464
698
|
};
|
|
465
|
-
}, undefined,
|
|
699
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
466
700
|
isIconOnly: {
|
|
467
701
|
true: string;
|
|
468
702
|
};
|
|
@@ -489,10 +723,10 @@ declare const Button: ({
|
|
|
489
723
|
size,
|
|
490
724
|
isIconOnly,
|
|
491
725
|
...props
|
|
492
|
-
}: ButtonProps) =>
|
|
726
|
+
}: ButtonProps) => react_jsx_runtime37621.JSX.Element;
|
|
493
727
|
//#endregion
|
|
494
728
|
//#region src/components/button-group/button-group.variants.d.ts
|
|
495
|
-
declare const buttonGroupVariants:
|
|
729
|
+
declare const buttonGroupVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
|
|
496
730
|
type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
|
|
497
731
|
//#endregion
|
|
498
732
|
//#region src/components/button-group/button-group.d.ts
|
|
@@ -500,10 +734,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
|
|
|
500
734
|
declare const ButtonGroup: ({
|
|
501
735
|
className,
|
|
502
736
|
...props
|
|
503
|
-
}: ButtonGroupProps) =>
|
|
737
|
+
}: ButtonGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
504
738
|
//#endregion
|
|
505
739
|
//#region src/components/card/card.variants.d.ts
|
|
506
|
-
declare const cardVariants:
|
|
740
|
+
declare const cardVariants: tailwind_variants12733.TVReturnType<{
|
|
507
741
|
variant: {
|
|
508
742
|
default: {
|
|
509
743
|
root: string;
|
|
@@ -533,7 +767,7 @@ declare const cardVariants: tailwind_variants245.TVReturnType<{
|
|
|
533
767
|
header: string;
|
|
534
768
|
root: string;
|
|
535
769
|
title: string;
|
|
536
|
-
},
|
|
770
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
537
771
|
variant: {
|
|
538
772
|
default: {
|
|
539
773
|
root: string;
|
|
@@ -558,47 +792,47 @@ interface CardBodyProps extends React.ComponentProps<"div"> {}
|
|
|
558
792
|
interface CardTitle extends React.ComponentProps<"h2"> {}
|
|
559
793
|
interface CardDescriptionProps extends React.ComponentProps<"p"> {}
|
|
560
794
|
/** Exports */
|
|
561
|
-
declare const _default$
|
|
795
|
+
declare const _default$5: (({
|
|
562
796
|
className,
|
|
563
797
|
variant,
|
|
564
798
|
...props
|
|
565
|
-
}: CardProps) =>
|
|
799
|
+
}: CardProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
566
800
|
Content: ({
|
|
567
801
|
className,
|
|
568
802
|
...props
|
|
569
|
-
}: CardBodyProps) =>
|
|
803
|
+
}: CardBodyProps) => react_jsx_runtime37621.JSX.Element;
|
|
570
804
|
Description: ({
|
|
571
805
|
className,
|
|
572
806
|
...props
|
|
573
|
-
}: CardDescriptionProps) =>
|
|
807
|
+
}: CardDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
574
808
|
Header: ({
|
|
575
809
|
className,
|
|
576
810
|
...props
|
|
577
|
-
}: CardHeaderProps) =>
|
|
811
|
+
}: CardHeaderProps) => react_jsx_runtime37621.JSX.Element;
|
|
578
812
|
Root: ({
|
|
579
813
|
className,
|
|
580
814
|
variant,
|
|
581
815
|
...props
|
|
582
|
-
}: CardProps) =>
|
|
816
|
+
}: CardProps) => react_jsx_runtime37621.JSX.Element;
|
|
583
817
|
Title: ({
|
|
584
818
|
className,
|
|
585
819
|
...props
|
|
586
|
-
}: CardTitle) =>
|
|
820
|
+
}: CardTitle) => react_jsx_runtime37621.JSX.Element;
|
|
587
821
|
};
|
|
588
822
|
//#endregion
|
|
589
823
|
//#region src/components/checkbox/checkbox.variants.d.ts
|
|
590
|
-
declare const checkboxVariants:
|
|
824
|
+
declare const checkboxVariants: tailwind_variants12733.TVReturnType<{
|
|
591
825
|
[key: string]: {
|
|
592
|
-
[key: string]:
|
|
593
|
-
root?:
|
|
594
|
-
indicator?:
|
|
826
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
827
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
828
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
595
829
|
};
|
|
596
830
|
};
|
|
597
831
|
} | {
|
|
598
832
|
[x: string]: {
|
|
599
|
-
[x: string]:
|
|
600
|
-
root?:
|
|
601
|
-
indicator?:
|
|
833
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
834
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
835
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
602
836
|
};
|
|
603
837
|
};
|
|
604
838
|
} | {}, {
|
|
@@ -606,15 +840,15 @@ declare const checkboxVariants: tailwind_variants245.TVReturnType<{
|
|
|
606
840
|
root: string;
|
|
607
841
|
}, undefined, {
|
|
608
842
|
[key: string]: {
|
|
609
|
-
[key: string]:
|
|
610
|
-
root?:
|
|
611
|
-
indicator?:
|
|
843
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
844
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
845
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
612
846
|
};
|
|
613
847
|
};
|
|
614
848
|
} | {}, {
|
|
615
849
|
indicator: string;
|
|
616
850
|
root: string;
|
|
617
|
-
},
|
|
851
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
618
852
|
indicator: string;
|
|
619
853
|
root: string;
|
|
620
854
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -623,23 +857,23 @@ type CheckboxVariants = VariantProps<typeof checkboxVariants>;
|
|
|
623
857
|
//#region src/components/checkbox/checkbox.d.ts
|
|
624
858
|
interface CheckboxProps extends CheckboxVariants, Checkbox.Root.Props {}
|
|
625
859
|
interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
|
|
626
|
-
declare const _default$
|
|
860
|
+
declare const _default$6: (({
|
|
627
861
|
className,
|
|
628
862
|
...props
|
|
629
|
-
}: CheckboxProps) =>
|
|
863
|
+
}: CheckboxProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
630
864
|
Indicator: ({
|
|
631
865
|
className,
|
|
632
866
|
children,
|
|
633
867
|
...props
|
|
634
|
-
}: CheckboxIndicatorProps) =>
|
|
868
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
635
869
|
Root: ({
|
|
636
870
|
className,
|
|
637
871
|
...props
|
|
638
|
-
}: CheckboxProps) =>
|
|
872
|
+
}: CheckboxProps) => react_jsx_runtime37621.JSX.Element;
|
|
639
873
|
};
|
|
640
874
|
//#endregion
|
|
641
875
|
//#region src/components/checkbox-group/checkbox-group.variants.d.ts
|
|
642
|
-
declare const checkboxGroupVariants:
|
|
876
|
+
declare const checkboxGroupVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
|
|
643
877
|
type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
|
|
644
878
|
//#endregion
|
|
645
879
|
//#region src/components/checkbox-group/checkbox-group.d.ts
|
|
@@ -647,10 +881,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
|
|
|
647
881
|
declare const CheckboxGroup: ({
|
|
648
882
|
className,
|
|
649
883
|
...props
|
|
650
|
-
}: CheckboxGroupProps) =>
|
|
884
|
+
}: CheckboxGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
651
885
|
//#endregion
|
|
652
886
|
//#region src/components/chip/chip.variants.d.ts
|
|
653
|
-
declare const chipVariants:
|
|
887
|
+
declare const chipVariants: tailwind_variants12733.TVReturnType<{
|
|
654
888
|
size: {
|
|
655
889
|
lg: string;
|
|
656
890
|
md: string;
|
|
@@ -676,7 +910,7 @@ declare const chipVariants: tailwind_variants245.TVReturnType<{
|
|
|
676
910
|
secondary: string;
|
|
677
911
|
success: string;
|
|
678
912
|
};
|
|
679
|
-
}, undefined,
|
|
913
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
680
914
|
size: {
|
|
681
915
|
lg: string;
|
|
682
916
|
md: string;
|
|
@@ -699,27 +933,27 @@ declare const Chip: ({
|
|
|
699
933
|
variant,
|
|
700
934
|
size,
|
|
701
935
|
...props
|
|
702
|
-
}: ChipProps) =>
|
|
936
|
+
}: ChipProps) => react_jsx_runtime37621.JSX.Element;
|
|
703
937
|
//#endregion
|
|
704
938
|
//#region src/components/collapsible/collapsible.variants.d.ts
|
|
705
|
-
declare const collapsibleVariants:
|
|
939
|
+
declare const collapsibleVariants: tailwind_variants12733.TVReturnType<{
|
|
706
940
|
[key: string]: {
|
|
707
|
-
[key: string]:
|
|
708
|
-
content?:
|
|
709
|
-
panel?:
|
|
710
|
-
root?:
|
|
711
|
-
trigger?:
|
|
712
|
-
triggerIcon?:
|
|
941
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
942
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
943
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
944
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
945
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
946
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
713
947
|
};
|
|
714
948
|
};
|
|
715
949
|
} | {
|
|
716
950
|
[x: string]: {
|
|
717
|
-
[x: string]:
|
|
718
|
-
content?:
|
|
719
|
-
panel?:
|
|
720
|
-
root?:
|
|
721
|
-
trigger?:
|
|
722
|
-
triggerIcon?:
|
|
951
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
952
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
953
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
954
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
955
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
956
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
723
957
|
};
|
|
724
958
|
};
|
|
725
959
|
} | {}, {
|
|
@@ -730,12 +964,12 @@ declare const collapsibleVariants: tailwind_variants245.TVReturnType<{
|
|
|
730
964
|
triggerIcon: string;
|
|
731
965
|
}, undefined, {
|
|
732
966
|
[key: string]: {
|
|
733
|
-
[key: string]:
|
|
734
|
-
content?:
|
|
735
|
-
panel?:
|
|
736
|
-
root?:
|
|
737
|
-
trigger?:
|
|
738
|
-
triggerIcon?:
|
|
967
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
968
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
969
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
970
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
971
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
972
|
+
triggerIcon?: tailwind_merge94163.ClassNameValue;
|
|
739
973
|
};
|
|
740
974
|
};
|
|
741
975
|
} | {}, {
|
|
@@ -744,87 +978,534 @@ declare const collapsibleVariants: tailwind_variants245.TVReturnType<{
|
|
|
744
978
|
root: string;
|
|
745
979
|
trigger: string;
|
|
746
980
|
triggerIcon: string;
|
|
747
|
-
},
|
|
981
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
748
982
|
content: string;
|
|
749
983
|
panel: string;
|
|
750
984
|
root: string;
|
|
751
985
|
trigger: string;
|
|
752
|
-
triggerIcon: string;
|
|
986
|
+
triggerIcon: string;
|
|
987
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
988
|
+
type CollapsibleVariants = VariantProps<typeof collapsibleVariants>;
|
|
989
|
+
//#endregion
|
|
990
|
+
//#region src/components/collapsible/collapsible.d.ts
|
|
991
|
+
interface CollapsibleProps extends CollapsibleVariants, Collapsible.Root.Props {}
|
|
992
|
+
interface CollapsibleTriggerProps extends Collapsible.Trigger.Props {}
|
|
993
|
+
interface CollapsibleTriggerIconProps extends React.ComponentProps<"svg"> {}
|
|
994
|
+
interface CollapsiblePanelProps extends Collapsible.Panel.Props {}
|
|
995
|
+
interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
996
|
+
declare const _default$7: (({
|
|
997
|
+
className,
|
|
998
|
+
...props
|
|
999
|
+
}: CollapsibleProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1000
|
+
Content: ({
|
|
1001
|
+
className,
|
|
1002
|
+
...props
|
|
1003
|
+
}: CollapsibleContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
1004
|
+
Panel: ({
|
|
1005
|
+
className,
|
|
1006
|
+
children,
|
|
1007
|
+
...props
|
|
1008
|
+
}: CollapsiblePanelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1009
|
+
Root: ({
|
|
1010
|
+
className,
|
|
1011
|
+
...props
|
|
1012
|
+
}: CollapsibleProps) => react_jsx_runtime37621.JSX.Element;
|
|
1013
|
+
Trigger: ({
|
|
1014
|
+
className,
|
|
1015
|
+
children,
|
|
1016
|
+
...props
|
|
1017
|
+
}: CollapsibleTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1018
|
+
TriggerIcon: ({
|
|
1019
|
+
className,
|
|
1020
|
+
...props
|
|
1021
|
+
}: CollapsibleTriggerIconProps) => react_jsx_runtime37621.JSX.Element;
|
|
1022
|
+
};
|
|
1023
|
+
//#endregion
|
|
1024
|
+
//#region src/components/combobox/combobox.variants.d.ts
|
|
1025
|
+
declare const comboboxVariants: tailwind_variants12733.TVReturnType<{
|
|
1026
|
+
[key: string]: {
|
|
1027
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1028
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1029
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1030
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1031
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
1032
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
1033
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1034
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1035
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1036
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
1037
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
1038
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1039
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1040
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
1041
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
1042
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
1043
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
1044
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1045
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1046
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1047
|
+
chip?: tailwind_merge94163.ClassNameValue;
|
|
1048
|
+
chips?: tailwind_merge94163.ClassNameValue;
|
|
1049
|
+
chipRemove?: tailwind_merge94163.ClassNameValue;
|
|
1050
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
1051
|
+
};
|
|
1052
|
+
};
|
|
1053
|
+
} | {
|
|
1054
|
+
[x: string]: {
|
|
1055
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
1056
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1057
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1058
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1059
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
1060
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
1061
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1062
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1063
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1064
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
1065
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
1066
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1067
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1068
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
1069
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
1070
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
1071
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
1072
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1073
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1074
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1075
|
+
chip?: tailwind_merge94163.ClassNameValue;
|
|
1076
|
+
chips?: tailwind_merge94163.ClassNameValue;
|
|
1077
|
+
chipRemove?: tailwind_merge94163.ClassNameValue;
|
|
1078
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
1079
|
+
};
|
|
1080
|
+
};
|
|
1081
|
+
} | {}, {
|
|
1082
|
+
root: string;
|
|
1083
|
+
input: string;
|
|
1084
|
+
trigger: string;
|
|
1085
|
+
icon: string;
|
|
1086
|
+
clear: string;
|
|
1087
|
+
value: string;
|
|
1088
|
+
chips: string;
|
|
1089
|
+
chip: string;
|
|
1090
|
+
chipRemove: string;
|
|
1091
|
+
portal: string;
|
|
1092
|
+
backdrop: string;
|
|
1093
|
+
positioner: string;
|
|
1094
|
+
popup: string;
|
|
1095
|
+
arrow: string;
|
|
1096
|
+
status: string;
|
|
1097
|
+
empty: string;
|
|
1098
|
+
list: string;
|
|
1099
|
+
row: string;
|
|
1100
|
+
item: string;
|
|
1101
|
+
itemIndicator: string;
|
|
1102
|
+
separator: string;
|
|
1103
|
+
group: string;
|
|
1104
|
+
groupLabel: string;
|
|
1105
|
+
}, undefined, {
|
|
1106
|
+
[key: string]: {
|
|
1107
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1108
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1109
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1110
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1111
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
1112
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
1113
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1114
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1115
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1116
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
1117
|
+
clear?: tailwind_merge94163.ClassNameValue;
|
|
1118
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1119
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1120
|
+
status?: tailwind_merge94163.ClassNameValue;
|
|
1121
|
+
empty?: tailwind_merge94163.ClassNameValue;
|
|
1122
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
1123
|
+
row?: tailwind_merge94163.ClassNameValue;
|
|
1124
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1125
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1126
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1127
|
+
chip?: tailwind_merge94163.ClassNameValue;
|
|
1128
|
+
chips?: tailwind_merge94163.ClassNameValue;
|
|
1129
|
+
chipRemove?: tailwind_merge94163.ClassNameValue;
|
|
1130
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
1131
|
+
};
|
|
1132
|
+
};
|
|
1133
|
+
} | {}, {
|
|
1134
|
+
root: string;
|
|
1135
|
+
input: string;
|
|
1136
|
+
trigger: string;
|
|
1137
|
+
icon: string;
|
|
1138
|
+
clear: string;
|
|
1139
|
+
value: string;
|
|
1140
|
+
chips: string;
|
|
1141
|
+
chip: string;
|
|
1142
|
+
chipRemove: string;
|
|
1143
|
+
portal: string;
|
|
1144
|
+
backdrop: string;
|
|
1145
|
+
positioner: string;
|
|
1146
|
+
popup: string;
|
|
1147
|
+
arrow: string;
|
|
1148
|
+
status: string;
|
|
1149
|
+
empty: string;
|
|
1150
|
+
list: string;
|
|
1151
|
+
row: string;
|
|
1152
|
+
item: string;
|
|
1153
|
+
itemIndicator: string;
|
|
1154
|
+
separator: string;
|
|
1155
|
+
group: string;
|
|
1156
|
+
groupLabel: string;
|
|
1157
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1158
|
+
root: string;
|
|
1159
|
+
input: string;
|
|
1160
|
+
trigger: string;
|
|
1161
|
+
icon: string;
|
|
1162
|
+
clear: string;
|
|
1163
|
+
value: string;
|
|
1164
|
+
chips: string;
|
|
1165
|
+
chip: string;
|
|
1166
|
+
chipRemove: string;
|
|
1167
|
+
portal: string;
|
|
1168
|
+
backdrop: string;
|
|
1169
|
+
positioner: string;
|
|
1170
|
+
popup: string;
|
|
1171
|
+
arrow: string;
|
|
1172
|
+
status: string;
|
|
1173
|
+
empty: string;
|
|
1174
|
+
list: string;
|
|
1175
|
+
row: string;
|
|
1176
|
+
item: string;
|
|
1177
|
+
itemIndicator: string;
|
|
1178
|
+
separator: string;
|
|
1179
|
+
group: string;
|
|
1180
|
+
groupLabel: string;
|
|
1181
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
1182
|
+
type ComboboxVariants = VariantProps<typeof comboboxVariants>;
|
|
1183
|
+
//#endregion
|
|
1184
|
+
//#region src/components/combobox/combobox.d.ts
|
|
1185
|
+
interface ComboboxProps extends ComboboxVariants, Combobox.Root.Props<unknown> {}
|
|
1186
|
+
interface ComboboxInputProps extends Combobox.Input.Props {}
|
|
1187
|
+
interface ComboboxTriggerProps extends Combobox.Trigger.Props {}
|
|
1188
|
+
interface ComboboxValueProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
1189
|
+
interface ComboboxClearProps extends Combobox.Clear.Props {}
|
|
1190
|
+
interface ComboboxChipsProps extends Combobox.Chips.Props {}
|
|
1191
|
+
interface ComboboxChipProps extends Combobox.Chip.Props {}
|
|
1192
|
+
interface ComboboxChipRemoveProps extends Combobox.ChipRemove.Props {}
|
|
1193
|
+
interface ComboboxPortalProps extends Combobox.Portal.Props {}
|
|
1194
|
+
interface ComboboxBackdropProps extends Combobox.Backdrop.Props {}
|
|
1195
|
+
interface ComboboxPositionerProps extends Combobox.Positioner.Props {}
|
|
1196
|
+
interface ComboboxPopupProps extends Combobox.Popup.Props {}
|
|
1197
|
+
interface ComboboxArrowProps extends Combobox.Arrow.Props {}
|
|
1198
|
+
interface ComboboxStatusProps extends Combobox.Status.Props {}
|
|
1199
|
+
interface ComboboxEmptyProps extends Combobox.Empty.Props {}
|
|
1200
|
+
interface ComboboxListProps extends Combobox.List.Props {}
|
|
1201
|
+
interface ComboboxRowProps extends Combobox.Row.Props {}
|
|
1202
|
+
interface ComboboxItemIndicatorProps extends Combobox.ItemIndicator.Props {}
|
|
1203
|
+
interface ComboboxItemProps extends Combobox.Item.Props {}
|
|
1204
|
+
interface ComboboxSeparatorProps extends Combobox.Separator.Props {}
|
|
1205
|
+
interface ComboboxGroupProps extends Combobox.Group.Props {}
|
|
1206
|
+
interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
|
|
1207
|
+
declare const _default$8: (({
|
|
1208
|
+
...props
|
|
1209
|
+
}: ComboboxProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1210
|
+
Arrow: ({
|
|
1211
|
+
className,
|
|
1212
|
+
...props
|
|
1213
|
+
}: ComboboxArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
1214
|
+
Backdrop: ({
|
|
1215
|
+
className,
|
|
1216
|
+
...props
|
|
1217
|
+
}: ComboboxBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
1218
|
+
Chip: ({
|
|
1219
|
+
className,
|
|
1220
|
+
children,
|
|
1221
|
+
...props
|
|
1222
|
+
}: ComboboxChipProps) => react_jsx_runtime37621.JSX.Element;
|
|
1223
|
+
ChipRemove: ({
|
|
1224
|
+
className,
|
|
1225
|
+
...props
|
|
1226
|
+
}: ComboboxChipRemoveProps) => react_jsx_runtime37621.JSX.Element;
|
|
1227
|
+
Chips: ({
|
|
1228
|
+
className,
|
|
1229
|
+
...props
|
|
1230
|
+
}: ComboboxChipsProps) => react_jsx_runtime37621.JSX.Element;
|
|
1231
|
+
Clear: ({
|
|
1232
|
+
className,
|
|
1233
|
+
...props
|
|
1234
|
+
}: ComboboxClearProps) => react_jsx_runtime37621.JSX.Element;
|
|
1235
|
+
Empty: ({
|
|
1236
|
+
className,
|
|
1237
|
+
...props
|
|
1238
|
+
}: ComboboxEmptyProps) => react_jsx_runtime37621.JSX.Element;
|
|
1239
|
+
Group: ({
|
|
1240
|
+
className,
|
|
1241
|
+
...props
|
|
1242
|
+
}: ComboboxGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1243
|
+
GroupLabel: ({
|
|
1244
|
+
className,
|
|
1245
|
+
...props
|
|
1246
|
+
}: ComboboxGroupLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1247
|
+
Input: ({
|
|
1248
|
+
className,
|
|
1249
|
+
...props
|
|
1250
|
+
}: ComboboxInputProps) => react_jsx_runtime37621.JSX.Element;
|
|
1251
|
+
Item: ({
|
|
1252
|
+
className,
|
|
1253
|
+
children,
|
|
1254
|
+
...props
|
|
1255
|
+
}: ComboboxItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1256
|
+
ItemIndicator: ({
|
|
1257
|
+
className,
|
|
1258
|
+
children,
|
|
1259
|
+
...props
|
|
1260
|
+
}: ComboboxItemIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1261
|
+
List: ({
|
|
1262
|
+
className,
|
|
1263
|
+
...props
|
|
1264
|
+
}: ComboboxListProps) => react_jsx_runtime37621.JSX.Element;
|
|
1265
|
+
Popup: ({
|
|
1266
|
+
className,
|
|
1267
|
+
...props
|
|
1268
|
+
}: ComboboxPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1269
|
+
Portal: ({
|
|
1270
|
+
...props
|
|
1271
|
+
}: ComboboxPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
1272
|
+
Positioner: ({
|
|
1273
|
+
className,
|
|
1274
|
+
...props
|
|
1275
|
+
}: ComboboxPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1276
|
+
Root: ({
|
|
1277
|
+
...props
|
|
1278
|
+
}: ComboboxProps) => react_jsx_runtime37621.JSX.Element;
|
|
1279
|
+
Row: ({
|
|
1280
|
+
className,
|
|
1281
|
+
...props
|
|
1282
|
+
}: ComboboxRowProps) => react_jsx_runtime37621.JSX.Element;
|
|
1283
|
+
Separator: ({
|
|
1284
|
+
className,
|
|
1285
|
+
...props
|
|
1286
|
+
}: ComboboxSeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1287
|
+
Status: ({
|
|
1288
|
+
className,
|
|
1289
|
+
...props
|
|
1290
|
+
}: ComboboxStatusProps) => react_jsx_runtime37621.JSX.Element;
|
|
1291
|
+
Trigger: ({
|
|
1292
|
+
className,
|
|
1293
|
+
children,
|
|
1294
|
+
...props
|
|
1295
|
+
}: ComboboxTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1296
|
+
Value: ({
|
|
1297
|
+
...props
|
|
1298
|
+
}: ComboboxValueProps) => react_jsx_runtime37621.JSX.Element;
|
|
1299
|
+
};
|
|
1300
|
+
//#endregion
|
|
1301
|
+
//#region src/components/container/container.variants.d.ts
|
|
1302
|
+
declare const containerVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
1303
|
+
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
1304
|
+
//#endregion
|
|
1305
|
+
//#region src/components/container/container.d.ts
|
|
1306
|
+
interface ContainerProps extends ContainerVariants, React.ComponentProps<"div"> {}
|
|
1307
|
+
declare const Container: ({
|
|
1308
|
+
className,
|
|
1309
|
+
...props
|
|
1310
|
+
}: ContainerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1311
|
+
//#endregion
|
|
1312
|
+
//#region src/components/context-menu/context-menu.variants.d.ts
|
|
1313
|
+
declare const contextMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
1314
|
+
[key: string]: {
|
|
1315
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1316
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1317
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1318
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1319
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1320
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1321
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1322
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1323
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1324
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1325
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1326
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1327
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
1328
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
1329
|
+
};
|
|
1330
|
+
};
|
|
1331
|
+
} | {
|
|
1332
|
+
[x: string]: {
|
|
1333
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
1334
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1335
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1336
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1337
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1338
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1339
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1340
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1341
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1342
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1343
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1344
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1345
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
1346
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
1347
|
+
};
|
|
1348
|
+
};
|
|
1349
|
+
} | {}, {
|
|
1350
|
+
root: string;
|
|
1351
|
+
trigger: string;
|
|
1352
|
+
portal: string;
|
|
1353
|
+
backdrop: string;
|
|
1354
|
+
positioner: string;
|
|
1355
|
+
popup: string;
|
|
1356
|
+
arrow: string;
|
|
1357
|
+
item: string;
|
|
1358
|
+
separator: string;
|
|
1359
|
+
group: string;
|
|
1360
|
+
groupLabel: string;
|
|
1361
|
+
submenu: string;
|
|
1362
|
+
submenuTrigger: string;
|
|
1363
|
+
}, undefined, {
|
|
1364
|
+
[key: string]: {
|
|
1365
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1366
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
1367
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1368
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1369
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1370
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1371
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1372
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
1373
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1374
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
1375
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
1376
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
1377
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
1378
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
1379
|
+
};
|
|
1380
|
+
};
|
|
1381
|
+
} | {}, {
|
|
1382
|
+
root: string;
|
|
1383
|
+
trigger: string;
|
|
1384
|
+
portal: string;
|
|
1385
|
+
backdrop: string;
|
|
1386
|
+
positioner: string;
|
|
1387
|
+
popup: string;
|
|
1388
|
+
arrow: string;
|
|
1389
|
+
item: string;
|
|
1390
|
+
separator: string;
|
|
1391
|
+
group: string;
|
|
1392
|
+
groupLabel: string;
|
|
1393
|
+
submenu: string;
|
|
1394
|
+
submenuTrigger: string;
|
|
1395
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1396
|
+
root: string;
|
|
1397
|
+
trigger: string;
|
|
1398
|
+
portal: string;
|
|
1399
|
+
backdrop: string;
|
|
1400
|
+
positioner: string;
|
|
1401
|
+
popup: string;
|
|
1402
|
+
arrow: string;
|
|
1403
|
+
item: string;
|
|
1404
|
+
separator: string;
|
|
1405
|
+
group: string;
|
|
1406
|
+
groupLabel: string;
|
|
1407
|
+
submenu: string;
|
|
1408
|
+
submenuTrigger: string;
|
|
753
1409
|
}, undefined, unknown, unknown, undefined>>;
|
|
754
|
-
type
|
|
1410
|
+
type ContextMenuVariants = VariantProps<typeof contextMenuVariants>;
|
|
755
1411
|
//#endregion
|
|
756
|
-
//#region src/components/
|
|
757
|
-
interface
|
|
758
|
-
interface
|
|
759
|
-
interface
|
|
760
|
-
interface
|
|
761
|
-
interface
|
|
762
|
-
|
|
763
|
-
|
|
1412
|
+
//#region src/components/context-menu/context-menu.d.ts
|
|
1413
|
+
interface ContextMenuProps extends ContextMenuVariants, ContextMenu.Root.Props {}
|
|
1414
|
+
interface ContextMenuTriggerProps extends ContextMenu.Trigger.Props {}
|
|
1415
|
+
interface ContextMenuPortalProps extends ContextMenu.Portal.Props {}
|
|
1416
|
+
interface ContextMenuBackdropProps extends ContextMenu.Backdrop.Props {}
|
|
1417
|
+
interface ContextMenuPositionerProps extends ContextMenu.Positioner.Props {}
|
|
1418
|
+
interface ContextMenuPopupProps extends ContextMenu.Popup.Props {}
|
|
1419
|
+
interface ContextMenuArrowProps extends ContextMenu.Arrow.Props {}
|
|
1420
|
+
interface ContextMenuItemProps extends ContextMenu.Item.Props {}
|
|
1421
|
+
interface ContextMenuSeparatorProps extends ContextMenu.Separator.Props {}
|
|
1422
|
+
interface ContextMenuGroupProps extends ContextMenu.Group.Props {}
|
|
1423
|
+
interface ContextMenuGroupLabelProps extends ContextMenu.GroupLabel.Props {}
|
|
1424
|
+
interface ContextMenuSubmenuProps extends ContextMenu.SubmenuRoot.Props {}
|
|
1425
|
+
interface ContextMenuSubmenuTriggerProps extends ContextMenu.SubmenuTrigger.Props {}
|
|
1426
|
+
declare const _default$9: (({
|
|
764
1427
|
...props
|
|
765
|
-
}:
|
|
766
|
-
|
|
1428
|
+
}: ContextMenuProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1429
|
+
Arrow: ({
|
|
767
1430
|
className,
|
|
768
1431
|
...props
|
|
769
|
-
}:
|
|
770
|
-
|
|
1432
|
+
}: ContextMenuArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
1433
|
+
Backdrop: ({
|
|
1434
|
+
className,
|
|
1435
|
+
...props
|
|
1436
|
+
}: ContextMenuBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
1437
|
+
Group: ({
|
|
771
1438
|
className,
|
|
772
|
-
children,
|
|
773
1439
|
...props
|
|
774
|
-
}:
|
|
1440
|
+
}: ContextMenuGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1441
|
+
GroupLabel: ({
|
|
1442
|
+
className,
|
|
1443
|
+
...props
|
|
1444
|
+
}: ContextMenuGroupLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1445
|
+
Item: ({
|
|
1446
|
+
className,
|
|
1447
|
+
...props
|
|
1448
|
+
}: ContextMenuItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1449
|
+
Popup: ({
|
|
1450
|
+
className,
|
|
1451
|
+
...props
|
|
1452
|
+
}: ContextMenuPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1453
|
+
Portal: ({
|
|
1454
|
+
className,
|
|
1455
|
+
...props
|
|
1456
|
+
}: ContextMenuPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
1457
|
+
Positioner: ({
|
|
1458
|
+
className,
|
|
1459
|
+
...props
|
|
1460
|
+
}: ContextMenuPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
775
1461
|
Root: ({
|
|
1462
|
+
...props
|
|
1463
|
+
}: ContextMenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
1464
|
+
Separator: ({
|
|
776
1465
|
className,
|
|
777
1466
|
...props
|
|
778
|
-
}:
|
|
779
|
-
|
|
1467
|
+
}: ContextMenuSeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1468
|
+
SubmenuRoot: ({
|
|
1469
|
+
...props
|
|
1470
|
+
}: ContextMenuSubmenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
1471
|
+
SubmenuTrigger: ({
|
|
780
1472
|
className,
|
|
781
1473
|
children,
|
|
782
1474
|
...props
|
|
783
|
-
}:
|
|
784
|
-
|
|
1475
|
+
}: ContextMenuSubmenuTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1476
|
+
Trigger: ({
|
|
785
1477
|
className,
|
|
786
1478
|
...props
|
|
787
|
-
}:
|
|
1479
|
+
}: ContextMenuTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
788
1480
|
};
|
|
789
1481
|
//#endregion
|
|
790
|
-
//#region src/components/container/container.variants.d.ts
|
|
791
|
-
declare const containerVariants: tailwind_variants245.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants245.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
792
|
-
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
793
|
-
//#endregion
|
|
794
|
-
//#region src/components/container/container.d.ts
|
|
795
|
-
interface ContainerProps extends ContainerVariants, React.ComponentProps<"div"> {}
|
|
796
|
-
declare const Container: ({
|
|
797
|
-
className,
|
|
798
|
-
...props
|
|
799
|
-
}: ContainerProps) => react_jsx_runtime655.JSX.Element;
|
|
800
|
-
//#endregion
|
|
801
1482
|
//#region src/components/dialog/dialog.variants.d.ts
|
|
802
|
-
declare const dialogVariants:
|
|
1483
|
+
declare const dialogVariants: tailwind_variants12733.TVReturnType<{
|
|
803
1484
|
[key: string]: {
|
|
804
|
-
[key: string]:
|
|
805
|
-
root?:
|
|
806
|
-
trigger?:
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
backdrop?:
|
|
810
|
-
close?:
|
|
811
|
-
popup?:
|
|
812
|
-
portal?:
|
|
813
|
-
viewport?:
|
|
1485
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1486
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1487
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1488
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
1489
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1490
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1491
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
1492
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1493
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1494
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
814
1495
|
};
|
|
815
1496
|
};
|
|
816
1497
|
} | {
|
|
817
1498
|
[x: string]: {
|
|
818
|
-
[x: string]:
|
|
819
|
-
root?:
|
|
820
|
-
trigger?:
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
backdrop?:
|
|
824
|
-
close?:
|
|
825
|
-
popup?:
|
|
826
|
-
portal?:
|
|
827
|
-
viewport?:
|
|
1499
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
1500
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1501
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1502
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
1503
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1504
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1505
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
1506
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1507
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1508
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
828
1509
|
};
|
|
829
1510
|
};
|
|
830
1511
|
} | {}, {
|
|
@@ -839,16 +1520,16 @@ declare const dialogVariants: tailwind_variants245.TVReturnType<{
|
|
|
839
1520
|
viewport: string;
|
|
840
1521
|
}, undefined, {
|
|
841
1522
|
[key: string]: {
|
|
842
|
-
[key: string]:
|
|
843
|
-
root?:
|
|
844
|
-
trigger?:
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
backdrop?:
|
|
848
|
-
close?:
|
|
849
|
-
popup?:
|
|
850
|
-
portal?:
|
|
851
|
-
viewport?:
|
|
1523
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1524
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1525
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
1526
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
1527
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1528
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
1529
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
1530
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
1531
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
1532
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
852
1533
|
};
|
|
853
1534
|
};
|
|
854
1535
|
} | {}, {
|
|
@@ -861,7 +1542,7 @@ declare const dialogVariants: tailwind_variants245.TVReturnType<{
|
|
|
861
1542
|
title: string;
|
|
862
1543
|
trigger: string;
|
|
863
1544
|
viewport: string;
|
|
864
|
-
},
|
|
1545
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
865
1546
|
backdrop: string;
|
|
866
1547
|
close: string;
|
|
867
1548
|
description: string;
|
|
@@ -884,48 +1565,48 @@ interface DialogPopupProps extends Dialog.Popup.Props {}
|
|
|
884
1565
|
interface DialogTitleProps extends Dialog.Title.Props {}
|
|
885
1566
|
interface DialogDescriptionProps extends Dialog.Description.Props {}
|
|
886
1567
|
interface DialogCloseProps extends Dialog.Close.Props {}
|
|
887
|
-
declare const _default$
|
|
1568
|
+
declare const _default$10: (({
|
|
888
1569
|
...props
|
|
889
|
-
}: DialogProps) =>
|
|
1570
|
+
}: DialogProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
890
1571
|
Backdrop: ({
|
|
891
1572
|
className,
|
|
892
1573
|
...props
|
|
893
|
-
}: DialogBackdropProps) =>
|
|
1574
|
+
}: DialogBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
894
1575
|
Close: ({
|
|
895
1576
|
className,
|
|
896
1577
|
...props
|
|
897
|
-
}: DialogCloseProps) =>
|
|
1578
|
+
}: DialogCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
898
1579
|
Description: ({
|
|
899
1580
|
className,
|
|
900
1581
|
...props
|
|
901
|
-
}: DialogDescriptionProps) =>
|
|
1582
|
+
}: DialogDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
902
1583
|
Popup: ({
|
|
903
1584
|
className,
|
|
904
1585
|
...props
|
|
905
|
-
}: DialogPopupProps) =>
|
|
1586
|
+
}: DialogPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
906
1587
|
Portal: ({
|
|
907
1588
|
className,
|
|
908
1589
|
...props
|
|
909
|
-
}: DialogPortalProps) =>
|
|
1590
|
+
}: DialogPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
910
1591
|
Root: ({
|
|
911
1592
|
...props
|
|
912
|
-
}: DialogProps) =>
|
|
1593
|
+
}: DialogProps) => react_jsx_runtime37621.JSX.Element;
|
|
913
1594
|
Title: ({
|
|
914
1595
|
className,
|
|
915
1596
|
...props
|
|
916
|
-
}: DialogTitleProps) =>
|
|
1597
|
+
}: DialogTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
917
1598
|
Trigger: ({
|
|
918
1599
|
className,
|
|
919
1600
|
...props
|
|
920
|
-
}: DialogTriggerProps) =>
|
|
1601
|
+
}: DialogTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
921
1602
|
Viewport: ({
|
|
922
1603
|
className,
|
|
923
1604
|
...props
|
|
924
|
-
}: DialogViewportProps) =>
|
|
1605
|
+
}: DialogViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
925
1606
|
};
|
|
926
1607
|
//#endregion
|
|
927
1608
|
//#region src/components/drawer/drawer.variants.d.ts
|
|
928
|
-
declare const drawerVariants:
|
|
1609
|
+
declare const drawerVariants: tailwind_variants12733.TVReturnType<{
|
|
929
1610
|
position: {
|
|
930
1611
|
bottom: {
|
|
931
1612
|
popup: string;
|
|
@@ -975,7 +1656,7 @@ declare const drawerVariants: tailwind_variants245.TVReturnType<{
|
|
|
975
1656
|
title: string;
|
|
976
1657
|
trigger: string;
|
|
977
1658
|
viewport: string;
|
|
978
|
-
},
|
|
1659
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
979
1660
|
position: {
|
|
980
1661
|
bottom: {
|
|
981
1662
|
popup: string;
|
|
@@ -1013,68 +1694,68 @@ interface DrawerPopupProps extends Dialog.Popup.Props {}
|
|
|
1013
1694
|
interface DrawerTitleProps extends Dialog.Title.Props {}
|
|
1014
1695
|
interface DrawerDescriptionProps extends Dialog.Description.Props {}
|
|
1015
1696
|
interface DrawerCloseProps extends Dialog.Close.Props {}
|
|
1016
|
-
declare const _default$
|
|
1697
|
+
declare const _default$11: (({
|
|
1017
1698
|
position,
|
|
1018
1699
|
...props
|
|
1019
|
-
}: DrawerProps) =>
|
|
1700
|
+
}: DrawerProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1020
1701
|
Backdrop: ({
|
|
1021
1702
|
className,
|
|
1022
1703
|
...props
|
|
1023
|
-
}: DrawerBackdropProps) =>
|
|
1704
|
+
}: DrawerBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
1024
1705
|
Close: ({
|
|
1025
1706
|
className,
|
|
1026
1707
|
children,
|
|
1027
1708
|
...props
|
|
1028
|
-
}: DrawerCloseProps) =>
|
|
1709
|
+
}: DrawerCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
1029
1710
|
Description: ({
|
|
1030
1711
|
className,
|
|
1031
1712
|
...props
|
|
1032
|
-
}: DrawerDescriptionProps) =>
|
|
1713
|
+
}: DrawerDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
1033
1714
|
Popup: ({
|
|
1034
1715
|
className,
|
|
1035
1716
|
...props
|
|
1036
|
-
}: DrawerPopupProps) =>
|
|
1717
|
+
}: DrawerPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1037
1718
|
Portal: ({
|
|
1038
1719
|
className,
|
|
1039
1720
|
...props
|
|
1040
|
-
}: DrawerPortalProps) =>
|
|
1721
|
+
}: DrawerPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
1041
1722
|
Root: ({
|
|
1042
1723
|
position,
|
|
1043
1724
|
...props
|
|
1044
|
-
}: DrawerProps) =>
|
|
1725
|
+
}: DrawerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1045
1726
|
Title: ({
|
|
1046
1727
|
className,
|
|
1047
1728
|
...props
|
|
1048
|
-
}: DrawerTitleProps) =>
|
|
1729
|
+
}: DrawerTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
1049
1730
|
Trigger: ({
|
|
1050
1731
|
className,
|
|
1051
1732
|
...props
|
|
1052
|
-
}: DrawerTriggerProps) =>
|
|
1733
|
+
}: DrawerTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1053
1734
|
Viewport: ({
|
|
1054
1735
|
className,
|
|
1055
1736
|
...props
|
|
1056
|
-
}: DrawerViewportProps) =>
|
|
1737
|
+
}: DrawerViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
1057
1738
|
};
|
|
1058
1739
|
//#endregion
|
|
1059
1740
|
//#region src/components/field/field.variants.d.ts
|
|
1060
|
-
declare const fieldVariants:
|
|
1741
|
+
declare const fieldVariants: tailwind_variants12733.TVReturnType<{
|
|
1061
1742
|
[key: string]: {
|
|
1062
|
-
[key: string]:
|
|
1063
|
-
root?:
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
control?:
|
|
1067
|
-
error?:
|
|
1743
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1744
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1745
|
+
label?: tailwind_merge94163.ClassNameValue;
|
|
1746
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1747
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
1748
|
+
error?: tailwind_merge94163.ClassNameValue;
|
|
1068
1749
|
};
|
|
1069
1750
|
};
|
|
1070
1751
|
} | {
|
|
1071
1752
|
[x: string]: {
|
|
1072
|
-
[x: string]:
|
|
1073
|
-
root?:
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
control?:
|
|
1077
|
-
error?:
|
|
1753
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
1754
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1755
|
+
label?: tailwind_merge94163.ClassNameValue;
|
|
1756
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1757
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
1758
|
+
error?: tailwind_merge94163.ClassNameValue;
|
|
1078
1759
|
};
|
|
1079
1760
|
};
|
|
1080
1761
|
} | {}, {
|
|
@@ -1085,12 +1766,12 @@ declare const fieldVariants: tailwind_variants245.TVReturnType<{
|
|
|
1085
1766
|
root: string;
|
|
1086
1767
|
}, undefined, {
|
|
1087
1768
|
[key: string]: {
|
|
1088
|
-
[key: string]:
|
|
1089
|
-
root?:
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
control?:
|
|
1093
|
-
error?:
|
|
1769
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1770
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1771
|
+
label?: tailwind_merge94163.ClassNameValue;
|
|
1772
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
1773
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
1774
|
+
error?: tailwind_merge94163.ClassNameValue;
|
|
1094
1775
|
};
|
|
1095
1776
|
};
|
|
1096
1777
|
} | {}, {
|
|
@@ -1099,7 +1780,7 @@ declare const fieldVariants: tailwind_variants245.TVReturnType<{
|
|
|
1099
1780
|
error: string;
|
|
1100
1781
|
label: string;
|
|
1101
1782
|
root: string;
|
|
1102
|
-
},
|
|
1783
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1103
1784
|
control: string;
|
|
1104
1785
|
description: string;
|
|
1105
1786
|
error: string;
|
|
@@ -1116,47 +1797,47 @@ interface FieldLabelProps extends Field.Label.Props {}
|
|
|
1116
1797
|
interface FieldControlProps extends Field.Control.Props {}
|
|
1117
1798
|
interface FieldDescriptionProps extends Field.Description.Props {}
|
|
1118
1799
|
interface FieldErrorProps extends Field.Error.Props {}
|
|
1119
|
-
declare const _default$
|
|
1800
|
+
declare const _default$12: (({
|
|
1120
1801
|
className,
|
|
1121
1802
|
required,
|
|
1122
1803
|
...props
|
|
1123
|
-
}: FieldRootProps) =>
|
|
1804
|
+
}: FieldRootProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1124
1805
|
Control: ({
|
|
1125
1806
|
className,
|
|
1126
1807
|
...props
|
|
1127
|
-
}: FieldControlProps) =>
|
|
1808
|
+
}: FieldControlProps) => react_jsx_runtime37621.JSX.Element;
|
|
1128
1809
|
Description: ({
|
|
1129
1810
|
className,
|
|
1130
1811
|
...props
|
|
1131
|
-
}: FieldDescriptionProps) =>
|
|
1812
|
+
}: FieldDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
1132
1813
|
Error: ({
|
|
1133
1814
|
className,
|
|
1134
1815
|
...props
|
|
1135
|
-
}: FieldErrorProps) =>
|
|
1816
|
+
}: FieldErrorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1136
1817
|
Label: ({
|
|
1137
1818
|
className,
|
|
1138
1819
|
...props
|
|
1139
|
-
}: FieldLabelProps) =>
|
|
1820
|
+
}: FieldLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1140
1821
|
Root: ({
|
|
1141
1822
|
className,
|
|
1142
1823
|
required,
|
|
1143
1824
|
...props
|
|
1144
|
-
}: FieldRootProps) =>
|
|
1825
|
+
}: FieldRootProps) => react_jsx_runtime37621.JSX.Element;
|
|
1145
1826
|
};
|
|
1146
1827
|
//#endregion
|
|
1147
1828
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
1148
|
-
declare const fieldsetVariants:
|
|
1829
|
+
declare const fieldsetVariants: tailwind_variants12733.TVReturnType<{
|
|
1149
1830
|
[key: string]: {
|
|
1150
|
-
[key: string]:
|
|
1151
|
-
root?:
|
|
1152
|
-
legend?:
|
|
1831
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1832
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1833
|
+
legend?: tailwind_merge94163.ClassNameValue;
|
|
1153
1834
|
};
|
|
1154
1835
|
};
|
|
1155
1836
|
} | {
|
|
1156
1837
|
[x: string]: {
|
|
1157
|
-
[x: string]:
|
|
1158
|
-
root?:
|
|
1159
|
-
legend?:
|
|
1838
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
1839
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1840
|
+
legend?: tailwind_merge94163.ClassNameValue;
|
|
1160
1841
|
};
|
|
1161
1842
|
};
|
|
1162
1843
|
} | {}, {
|
|
@@ -1164,15 +1845,15 @@ declare const fieldsetVariants: tailwind_variants245.TVReturnType<{
|
|
|
1164
1845
|
root: string;
|
|
1165
1846
|
}, undefined, {
|
|
1166
1847
|
[key: string]: {
|
|
1167
|
-
[key: string]:
|
|
1168
|
-
root?:
|
|
1169
|
-
legend?:
|
|
1848
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
1849
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1850
|
+
legend?: tailwind_merge94163.ClassNameValue;
|
|
1170
1851
|
};
|
|
1171
1852
|
};
|
|
1172
1853
|
} | {}, {
|
|
1173
1854
|
legend: string;
|
|
1174
1855
|
root: string;
|
|
1175
|
-
},
|
|
1856
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1176
1857
|
legend: string;
|
|
1177
1858
|
root: string;
|
|
1178
1859
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1181,22 +1862,22 @@ type FieldsetVariants = VariantProps<typeof fieldsetVariants>;
|
|
|
1181
1862
|
//#region src/components/fieldset/fieldset.d.ts
|
|
1182
1863
|
interface FieldsetProps extends FieldsetVariants, Fieldset.Root.Props {}
|
|
1183
1864
|
interface FieldsetLegendProps extends Fieldset.Legend.Props {}
|
|
1184
|
-
declare const _default$
|
|
1865
|
+
declare const _default$13: (({
|
|
1185
1866
|
className,
|
|
1186
1867
|
...props
|
|
1187
|
-
}: FieldsetProps) =>
|
|
1868
|
+
}: FieldsetProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1188
1869
|
Legend: ({
|
|
1189
1870
|
className,
|
|
1190
1871
|
...props
|
|
1191
|
-
}: FieldsetLegendProps) =>
|
|
1872
|
+
}: FieldsetLegendProps) => react_jsx_runtime37621.JSX.Element;
|
|
1192
1873
|
Root: ({
|
|
1193
1874
|
className,
|
|
1194
1875
|
...props
|
|
1195
|
-
}: FieldsetProps) =>
|
|
1876
|
+
}: FieldsetProps) => react_jsx_runtime37621.JSX.Element;
|
|
1196
1877
|
};
|
|
1197
1878
|
//#endregion
|
|
1198
1879
|
//#region src/components/form/form.variants.d.ts
|
|
1199
|
-
declare const formVariants:
|
|
1880
|
+
declare const formVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
1200
1881
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
1201
1882
|
//#endregion
|
|
1202
1883
|
//#region src/components/form/form.d.ts
|
|
@@ -1204,41 +1885,41 @@ interface FormProps extends FormVariants, Form$1.Props {}
|
|
|
1204
1885
|
declare const Form: ({
|
|
1205
1886
|
className,
|
|
1206
1887
|
...props
|
|
1207
|
-
}: FormProps) =>
|
|
1888
|
+
}: FormProps) => react_jsx_runtime37621.JSX.Element;
|
|
1208
1889
|
//#endregion
|
|
1209
1890
|
//#region src/components/icon-button/icon-button.variants.d.ts
|
|
1210
|
-
declare const iconButtonVariants:
|
|
1891
|
+
declare const iconButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
1211
1892
|
isIconOnly: {
|
|
1212
|
-
true:
|
|
1213
|
-
base?:
|
|
1893
|
+
true: tailwind_merge94163.ClassNameValue | {
|
|
1894
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1214
1895
|
};
|
|
1215
1896
|
};
|
|
1216
1897
|
size: {
|
|
1217
|
-
lg:
|
|
1218
|
-
base?:
|
|
1898
|
+
lg: tailwind_merge94163.ClassNameValue | {
|
|
1899
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1219
1900
|
};
|
|
1220
|
-
md:
|
|
1221
|
-
base?:
|
|
1901
|
+
md: tailwind_merge94163.ClassNameValue | {
|
|
1902
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1222
1903
|
};
|
|
1223
|
-
sm:
|
|
1224
|
-
base?:
|
|
1904
|
+
sm: tailwind_merge94163.ClassNameValue | {
|
|
1905
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1225
1906
|
};
|
|
1226
1907
|
};
|
|
1227
1908
|
variant: {
|
|
1228
|
-
danger:
|
|
1229
|
-
base?:
|
|
1909
|
+
danger: tailwind_merge94163.ClassNameValue | {
|
|
1910
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1230
1911
|
};
|
|
1231
|
-
ghost:
|
|
1232
|
-
base?:
|
|
1912
|
+
ghost: tailwind_merge94163.ClassNameValue | {
|
|
1913
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1233
1914
|
};
|
|
1234
|
-
outline:
|
|
1235
|
-
base?:
|
|
1915
|
+
outline: tailwind_merge94163.ClassNameValue | {
|
|
1916
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1236
1917
|
};
|
|
1237
|
-
primary:
|
|
1238
|
-
base?:
|
|
1918
|
+
primary: tailwind_merge94163.ClassNameValue | {
|
|
1919
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1239
1920
|
};
|
|
1240
|
-
secondary:
|
|
1241
|
-
base?:
|
|
1921
|
+
secondary: tailwind_merge94163.ClassNameValue | {
|
|
1922
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
1242
1923
|
};
|
|
1243
1924
|
};
|
|
1244
1925
|
}, undefined, "icon-button", {
|
|
@@ -1257,7 +1938,7 @@ declare const iconButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
|
1257
1938
|
primary: string;
|
|
1258
1939
|
secondary: string;
|
|
1259
1940
|
};
|
|
1260
|
-
}, undefined,
|
|
1941
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
1261
1942
|
isIconOnly: {
|
|
1262
1943
|
true: string;
|
|
1263
1944
|
};
|
|
@@ -1289,7 +1970,7 @@ declare const iconButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
|
1289
1970
|
primary: string;
|
|
1290
1971
|
secondary: string;
|
|
1291
1972
|
};
|
|
1292
|
-
}, undefined,
|
|
1973
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
1293
1974
|
isIconOnly: {
|
|
1294
1975
|
true: string;
|
|
1295
1976
|
};
|
|
@@ -1316,10 +1997,10 @@ declare const IconButton: ({
|
|
|
1316
1997
|
size,
|
|
1317
1998
|
isIconOnly,
|
|
1318
1999
|
...props
|
|
1319
|
-
}: IconButtonProps) =>
|
|
2000
|
+
}: IconButtonProps) => react_jsx_runtime37621.JSX.Element;
|
|
1320
2001
|
//#endregion
|
|
1321
2002
|
//#region src/components/input/input.variants.d.ts
|
|
1322
|
-
declare const inputVariants:
|
|
2003
|
+
declare const inputVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
|
|
1323
2004
|
type InputVariants = VariantProps<typeof inputVariants>;
|
|
1324
2005
|
//#endregion
|
|
1325
2006
|
//#region src/components/input/input.d.ts
|
|
@@ -1327,10 +2008,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
|
|
|
1327
2008
|
declare const Input: ({
|
|
1328
2009
|
className,
|
|
1329
2010
|
...props
|
|
1330
|
-
}: InputProps) =>
|
|
2011
|
+
}: InputProps) => react_jsx_runtime37621.JSX.Element;
|
|
1331
2012
|
//#endregion
|
|
1332
2013
|
//#region src/components/label/label.variants.d.ts
|
|
1333
|
-
declare const labelVariants:
|
|
2014
|
+
declare const labelVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
1334
2015
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
1335
2016
|
//#endregion
|
|
1336
2017
|
//#region src/components/label/label.d.ts
|
|
@@ -1338,10 +2019,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
1338
2019
|
declare const Label: ({
|
|
1339
2020
|
className,
|
|
1340
2021
|
...props
|
|
1341
|
-
}: LabelProps) =>
|
|
2022
|
+
}: LabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1342
2023
|
//#endregion
|
|
1343
2024
|
//#region src/components/link/link.variants.d.ts
|
|
1344
|
-
declare const linkVariants:
|
|
2025
|
+
declare const linkVariants: tailwind_variants12733.TVReturnType<{
|
|
1345
2026
|
variant: {
|
|
1346
2027
|
"no-underline": string;
|
|
1347
2028
|
underline: string;
|
|
@@ -1351,7 +2032,7 @@ declare const linkVariants: tailwind_variants245.TVReturnType<{
|
|
|
1351
2032
|
"no-underline": string;
|
|
1352
2033
|
underline: string;
|
|
1353
2034
|
};
|
|
1354
|
-
}, undefined,
|
|
2035
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
1355
2036
|
variant: {
|
|
1356
2037
|
"no-underline": string;
|
|
1357
2038
|
underline: string;
|
|
@@ -1365,21 +2046,21 @@ declare const Link: ({
|
|
|
1365
2046
|
className,
|
|
1366
2047
|
variant,
|
|
1367
2048
|
...props
|
|
1368
|
-
}: LinkProps) =>
|
|
2049
|
+
}: LinkProps) => react_jsx_runtime37621.JSX.Element;
|
|
1369
2050
|
//#endregion
|
|
1370
2051
|
//#region src/components/list/list.variants.d.ts
|
|
1371
|
-
declare const listVariants:
|
|
2052
|
+
declare const listVariants: tailwind_variants12733.TVReturnType<{
|
|
1372
2053
|
[key: string]: {
|
|
1373
|
-
[key: string]:
|
|
1374
|
-
item?:
|
|
1375
|
-
root?:
|
|
2054
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2055
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2056
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1376
2057
|
};
|
|
1377
2058
|
};
|
|
1378
2059
|
} | {
|
|
1379
2060
|
[x: string]: {
|
|
1380
|
-
[x: string]:
|
|
1381
|
-
item?:
|
|
1382
|
-
root?:
|
|
2061
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2062
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2063
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1383
2064
|
};
|
|
1384
2065
|
};
|
|
1385
2066
|
} | {}, {
|
|
@@ -1387,15 +2068,15 @@ declare const listVariants: tailwind_variants245.TVReturnType<{
|
|
|
1387
2068
|
root: string;
|
|
1388
2069
|
}, undefined, {
|
|
1389
2070
|
[key: string]: {
|
|
1390
|
-
[key: string]:
|
|
1391
|
-
item?:
|
|
1392
|
-
root?:
|
|
2071
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2072
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2073
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
1393
2074
|
};
|
|
1394
2075
|
};
|
|
1395
2076
|
} | {}, {
|
|
1396
2077
|
item: string;
|
|
1397
2078
|
root: string;
|
|
1398
|
-
},
|
|
2079
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1399
2080
|
item: string;
|
|
1400
2081
|
root: string;
|
|
1401
2082
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1404,61 +2085,61 @@ type ListVariants = VariantProps<typeof listVariants>;
|
|
|
1404
2085
|
//#region src/components/list/list.d.ts
|
|
1405
2086
|
interface ListProps extends ListVariants, React.ComponentProps<"ul"> {}
|
|
1406
2087
|
interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
1407
|
-
declare const _default$
|
|
2088
|
+
declare const _default$14: (({
|
|
1408
2089
|
className,
|
|
1409
2090
|
...props
|
|
1410
|
-
}: ListProps) =>
|
|
2091
|
+
}: ListProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1411
2092
|
Item: ({
|
|
1412
2093
|
className,
|
|
1413
2094
|
...props
|
|
1414
|
-
}: ListItemProps) =>
|
|
2095
|
+
}: ListItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1415
2096
|
Root: ({
|
|
1416
2097
|
className,
|
|
1417
2098
|
...props
|
|
1418
|
-
}: ListProps) =>
|
|
2099
|
+
}: ListProps) => react_jsx_runtime37621.JSX.Element;
|
|
1419
2100
|
};
|
|
1420
2101
|
//#endregion
|
|
1421
2102
|
//#region src/components/menu/menu.variants.d.ts
|
|
1422
|
-
declare const menuVariants:
|
|
2103
|
+
declare const menuVariants: tailwind_variants12733.TVReturnType<{
|
|
1423
2104
|
[key: string]: {
|
|
1424
|
-
[key: string]:
|
|
1425
|
-
item?:
|
|
1426
|
-
root?:
|
|
1427
|
-
trigger?:
|
|
1428
|
-
radioGroup?:
|
|
1429
|
-
backdrop?:
|
|
1430
|
-
popup?:
|
|
1431
|
-
portal?:
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
2105
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2106
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2107
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2108
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2109
|
+
radioGroup?: tailwind_merge94163.ClassNameValue;
|
|
2110
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2111
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2112
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2113
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2114
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2115
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
2116
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2117
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
2118
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
2119
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
2120
|
+
checkboxItem?: tailwind_merge94163.ClassNameValue;
|
|
2121
|
+
radioItem?: tailwind_merge94163.ClassNameValue;
|
|
1441
2122
|
};
|
|
1442
2123
|
};
|
|
1443
2124
|
} | {
|
|
1444
2125
|
[x: string]: {
|
|
1445
|
-
[x: string]:
|
|
1446
|
-
item?:
|
|
1447
|
-
root?:
|
|
1448
|
-
trigger?:
|
|
1449
|
-
radioGroup?:
|
|
1450
|
-
backdrop?:
|
|
1451
|
-
popup?:
|
|
1452
|
-
portal?:
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
2126
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2127
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2128
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2129
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2130
|
+
radioGroup?: tailwind_merge94163.ClassNameValue;
|
|
2131
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2132
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2133
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2134
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2135
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2136
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
2137
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2138
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
2139
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
2140
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
2141
|
+
checkboxItem?: tailwind_merge94163.ClassNameValue;
|
|
2142
|
+
radioItem?: tailwind_merge94163.ClassNameValue;
|
|
1462
2143
|
};
|
|
1463
2144
|
};
|
|
1464
2145
|
} | {}, {
|
|
@@ -1480,23 +2161,23 @@ declare const menuVariants: tailwind_variants245.TVReturnType<{
|
|
|
1480
2161
|
trigger: string;
|
|
1481
2162
|
}, undefined, {
|
|
1482
2163
|
[key: string]: {
|
|
1483
|
-
[key: string]:
|
|
1484
|
-
item?:
|
|
1485
|
-
root?:
|
|
1486
|
-
trigger?:
|
|
1487
|
-
radioGroup?:
|
|
1488
|
-
backdrop?:
|
|
1489
|
-
popup?:
|
|
1490
|
-
portal?:
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
2164
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2165
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2166
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2167
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2168
|
+
radioGroup?: tailwind_merge94163.ClassNameValue;
|
|
2169
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2170
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2171
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2172
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2173
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2174
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
2175
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2176
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
2177
|
+
submenu?: tailwind_merge94163.ClassNameValue;
|
|
2178
|
+
submenuTrigger?: tailwind_merge94163.ClassNameValue;
|
|
2179
|
+
checkboxItem?: tailwind_merge94163.ClassNameValue;
|
|
2180
|
+
radioItem?: tailwind_merge94163.ClassNameValue;
|
|
1500
2181
|
};
|
|
1501
2182
|
};
|
|
1502
2183
|
} | {}, {
|
|
@@ -1516,7 +2197,7 @@ declare const menuVariants: tailwind_variants245.TVReturnType<{
|
|
|
1516
2197
|
submenu: string;
|
|
1517
2198
|
submenuTrigger: string;
|
|
1518
2199
|
trigger: string;
|
|
1519
|
-
},
|
|
2200
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1520
2201
|
arrow: string;
|
|
1521
2202
|
backdrop: string;
|
|
1522
2203
|
checkboxItem: string;
|
|
@@ -1553,76 +2234,76 @@ interface MenuRadioItemProps extends MenuVariants, Menu.RadioItem.Props {}
|
|
|
1553
2234
|
interface MenuCheckboxItemProps extends MenuVariants, Menu.CheckboxItem.Props {}
|
|
1554
2235
|
interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
|
|
1555
2236
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
|
|
1556
|
-
declare const _default$
|
|
2237
|
+
declare const _default$15: (({
|
|
1557
2238
|
...props
|
|
1558
|
-
}: MenuProps) =>
|
|
2239
|
+
}: MenuProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1559
2240
|
Arrow: ({
|
|
1560
2241
|
className,
|
|
1561
2242
|
children,
|
|
1562
2243
|
...props
|
|
1563
|
-
}: MenuArrowProps) =>
|
|
2244
|
+
}: MenuArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
1564
2245
|
Backdrop: ({
|
|
1565
2246
|
className,
|
|
1566
2247
|
...props
|
|
1567
|
-
}: MenuBackdropProps) =>
|
|
2248
|
+
}: MenuBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
1568
2249
|
CheckboxItem: ({
|
|
1569
2250
|
className,
|
|
1570
2251
|
...props
|
|
1571
|
-
}: MenuCheckboxItemProps) =>
|
|
2252
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1572
2253
|
Group: ({
|
|
1573
2254
|
className,
|
|
1574
2255
|
...props
|
|
1575
|
-
}: MenuGroupProps) =>
|
|
2256
|
+
}: MenuGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1576
2257
|
GroupLabel: ({
|
|
1577
2258
|
className,
|
|
1578
2259
|
...props
|
|
1579
|
-
}: MenuGroupLabelProps) =>
|
|
2260
|
+
}: MenuGroupLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1580
2261
|
Item: ({
|
|
1581
2262
|
className,
|
|
1582
2263
|
...props
|
|
1583
|
-
}: MenuItemProps) =>
|
|
2264
|
+
}: MenuItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1584
2265
|
Popup: ({
|
|
1585
2266
|
className,
|
|
1586
2267
|
...props
|
|
1587
|
-
}: MenuPopupProps) =>
|
|
2268
|
+
}: MenuPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1588
2269
|
Portal: ({
|
|
1589
2270
|
className,
|
|
1590
2271
|
...props
|
|
1591
|
-
}: MenuPortalProps) =>
|
|
2272
|
+
}: MenuPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
1592
2273
|
Positioner: ({
|
|
1593
2274
|
className,
|
|
1594
2275
|
...props
|
|
1595
|
-
}: MenuPositionerProps) =>
|
|
2276
|
+
}: MenuPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1596
2277
|
RadioGroup: ({
|
|
1597
2278
|
className,
|
|
1598
2279
|
...props
|
|
1599
|
-
}: MenuRadioGroupProps) =>
|
|
2280
|
+
}: MenuRadioGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
1600
2281
|
RadioItem: ({
|
|
1601
2282
|
className,
|
|
1602
2283
|
...props
|
|
1603
|
-
}: MenuRadioItemProps) =>
|
|
2284
|
+
}: MenuRadioItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
1604
2285
|
Root: ({
|
|
1605
2286
|
...props
|
|
1606
|
-
}: MenuProps) =>
|
|
2287
|
+
}: MenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
1607
2288
|
Separator: ({
|
|
1608
2289
|
className,
|
|
1609
2290
|
...props
|
|
1610
|
-
}: MenuSeparatorProps) =>
|
|
2291
|
+
}: MenuSeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1611
2292
|
Submenu: ({
|
|
1612
2293
|
...props
|
|
1613
|
-
}: MenuSubmenuProps) =>
|
|
2294
|
+
}: MenuSubmenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
1614
2295
|
SubmenuTrigger: ({
|
|
1615
2296
|
className,
|
|
1616
2297
|
...props
|
|
1617
|
-
}: MenuSubmenuTriggerProps) =>
|
|
2298
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1618
2299
|
Trigger: ({
|
|
1619
2300
|
className,
|
|
1620
2301
|
...props
|
|
1621
|
-
}: MenuTriggerProps) =>
|
|
2302
|
+
}: MenuTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
1622
2303
|
};
|
|
1623
2304
|
//#endregion
|
|
1624
2305
|
//#region src/components/meter/meter.variants.d.ts
|
|
1625
|
-
declare const meterVariants:
|
|
2306
|
+
declare const meterVariants: tailwind_variants12733.TVReturnType<{
|
|
1626
2307
|
size: {
|
|
1627
2308
|
lg: {
|
|
1628
2309
|
root: string;
|
|
@@ -1686,7 +2367,7 @@ declare const meterVariants: tailwind_variants245.TVReturnType<{
|
|
|
1686
2367
|
root: string;
|
|
1687
2368
|
track: string;
|
|
1688
2369
|
value: string;
|
|
1689
|
-
},
|
|
2370
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
1690
2371
|
size: {
|
|
1691
2372
|
lg: {
|
|
1692
2373
|
root: string;
|
|
@@ -1727,196 +2408,478 @@ interface MeterLabelProps extends Meter.Label.Props {}
|
|
|
1727
2408
|
interface MeterValueProps extends Meter.Value.Props {}
|
|
1728
2409
|
interface MeterTrackProps extends Meter.Track.Props {}
|
|
1729
2410
|
interface MeterIndicatorProps extends Meter.Indicator.Props {}
|
|
1730
|
-
declare const _default$
|
|
2411
|
+
declare const _default$16: (({
|
|
1731
2412
|
className,
|
|
1732
2413
|
size,
|
|
1733
2414
|
variant,
|
|
1734
2415
|
...props
|
|
1735
|
-
}: MeterProps) =>
|
|
2416
|
+
}: MeterProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1736
2417
|
Indicator: ({
|
|
1737
2418
|
className,
|
|
1738
2419
|
...props
|
|
1739
|
-
}: MeterIndicatorProps) =>
|
|
2420
|
+
}: MeterIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1740
2421
|
Label: ({
|
|
1741
2422
|
className,
|
|
1742
2423
|
...props
|
|
1743
|
-
}: MeterLabelProps) =>
|
|
2424
|
+
}: MeterLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
1744
2425
|
Root: ({
|
|
1745
2426
|
className,
|
|
1746
2427
|
size,
|
|
1747
2428
|
variant,
|
|
1748
2429
|
...props
|
|
1749
|
-
}: MeterProps) =>
|
|
2430
|
+
}: MeterProps) => react_jsx_runtime37621.JSX.Element;
|
|
1750
2431
|
Track: ({
|
|
1751
2432
|
className,
|
|
1752
2433
|
...props
|
|
1753
|
-
}: MeterTrackProps) =>
|
|
1754
|
-
Value: ({
|
|
2434
|
+
}: MeterTrackProps) => react_jsx_runtime37621.JSX.Element;
|
|
2435
|
+
Value: ({
|
|
2436
|
+
className,
|
|
2437
|
+
...props
|
|
2438
|
+
}: MeterValueProps) => react_jsx_runtime37621.JSX.Element;
|
|
2439
|
+
};
|
|
2440
|
+
//#endregion
|
|
2441
|
+
//#region src/components/navbar/navbar.variants.d.ts
|
|
2442
|
+
declare const navbarVariants: tailwind_variants12733.TVReturnType<{
|
|
2443
|
+
[key: string]: {
|
|
2444
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2445
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2446
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2447
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
2448
|
+
container?: tailwind_merge94163.ClassNameValue;
|
|
2449
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2450
|
+
listItem?: tailwind_merge94163.ClassNameValue;
|
|
2451
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
2452
|
+
toggle?: tailwind_merge94163.ClassNameValue;
|
|
2453
|
+
};
|
|
2454
|
+
};
|
|
2455
|
+
} | {
|
|
2456
|
+
[x: string]: {
|
|
2457
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2458
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2459
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2460
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
2461
|
+
container?: tailwind_merge94163.ClassNameValue;
|
|
2462
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2463
|
+
listItem?: tailwind_merge94163.ClassNameValue;
|
|
2464
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
2465
|
+
toggle?: tailwind_merge94163.ClassNameValue;
|
|
2466
|
+
};
|
|
2467
|
+
};
|
|
2468
|
+
} | {}, {
|
|
2469
|
+
container: string;
|
|
2470
|
+
content: string;
|
|
2471
|
+
list: string;
|
|
2472
|
+
listItem: string;
|
|
2473
|
+
menu: string;
|
|
2474
|
+
menuItem: string;
|
|
2475
|
+
root: string;
|
|
2476
|
+
toggle: string;
|
|
2477
|
+
}, undefined, {
|
|
2478
|
+
[key: string]: {
|
|
2479
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2480
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2481
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2482
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
2483
|
+
container?: tailwind_merge94163.ClassNameValue;
|
|
2484
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2485
|
+
listItem?: tailwind_merge94163.ClassNameValue;
|
|
2486
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
2487
|
+
toggle?: tailwind_merge94163.ClassNameValue;
|
|
2488
|
+
};
|
|
2489
|
+
};
|
|
2490
|
+
} | {}, {
|
|
2491
|
+
container: string;
|
|
2492
|
+
content: string;
|
|
2493
|
+
list: string;
|
|
2494
|
+
listItem: string;
|
|
2495
|
+
menu: string;
|
|
2496
|
+
menuItem: string;
|
|
2497
|
+
root: string;
|
|
2498
|
+
toggle: string;
|
|
2499
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2500
|
+
container: string;
|
|
2501
|
+
content: string;
|
|
2502
|
+
list: string;
|
|
2503
|
+
listItem: string;
|
|
2504
|
+
menu: string;
|
|
2505
|
+
menuItem: string;
|
|
2506
|
+
root: string;
|
|
2507
|
+
toggle: string;
|
|
2508
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
2509
|
+
type NavbarVariants = VariantProps<typeof navbarVariants>;
|
|
2510
|
+
//#endregion
|
|
2511
|
+
//#region src/components/navbar/navbar.d.ts
|
|
2512
|
+
interface NavbarProps extends NavbarVariants, React.ComponentProps<"header"> {
|
|
2513
|
+
isOpen?: boolean;
|
|
2514
|
+
onOpenChange?: (open: boolean) => void;
|
|
2515
|
+
}
|
|
2516
|
+
interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
|
|
2517
|
+
interface NavbarContentProps extends React.ComponentProps<"div"> {}
|
|
2518
|
+
interface NavbarListProps extends React.ComponentProps<"ul"> {}
|
|
2519
|
+
interface NavbarListItemProps extends React.ComponentProps<"li"> {}
|
|
2520
|
+
interface NavbarToggleProps extends React.ComponentProps<"button"> {}
|
|
2521
|
+
interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
2522
|
+
header: React.ReactNode;
|
|
2523
|
+
}
|
|
2524
|
+
interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
|
|
2525
|
+
declare const _default$17: (({
|
|
2526
|
+
className,
|
|
2527
|
+
isOpen,
|
|
2528
|
+
onOpenChange,
|
|
2529
|
+
...props
|
|
2530
|
+
}: NavbarProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2531
|
+
Container: ({
|
|
2532
|
+
className,
|
|
2533
|
+
...props
|
|
2534
|
+
}: NavbarContainerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2535
|
+
Content: ({
|
|
2536
|
+
className,
|
|
2537
|
+
...props
|
|
2538
|
+
}: NavbarContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
2539
|
+
List: ({
|
|
2540
|
+
className,
|
|
2541
|
+
...props
|
|
2542
|
+
}: NavbarListProps) => react_jsx_runtime37621.JSX.Element;
|
|
2543
|
+
ListItem: ({
|
|
2544
|
+
className,
|
|
2545
|
+
...props
|
|
2546
|
+
}: NavbarListItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
2547
|
+
Menu: ({
|
|
2548
|
+
className,
|
|
2549
|
+
header,
|
|
2550
|
+
...props
|
|
2551
|
+
}: NavbarMenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
2552
|
+
MenuItem: ({
|
|
2553
|
+
className,
|
|
2554
|
+
...props
|
|
2555
|
+
}: NavbarMenuItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
2556
|
+
Root: ({
|
|
2557
|
+
className,
|
|
2558
|
+
isOpen,
|
|
2559
|
+
onOpenChange,
|
|
2560
|
+
...props
|
|
2561
|
+
}: NavbarProps) => react_jsx_runtime37621.JSX.Element;
|
|
2562
|
+
Toggle: ({
|
|
2563
|
+
className,
|
|
2564
|
+
...props
|
|
2565
|
+
}: NavbarToggleProps) => react_jsx_runtime37621.JSX.Element;
|
|
2566
|
+
};
|
|
2567
|
+
//#endregion
|
|
2568
|
+
//#region src/components/navigation-menu/navigation-menu.variants.d.ts
|
|
2569
|
+
declare const navigationMenuVariants: tailwind_variants12733.TVReturnType<{
|
|
2570
|
+
[key: string]: {
|
|
2571
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2572
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2573
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2574
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2575
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2576
|
+
link?: tailwind_merge94163.ClassNameValue;
|
|
2577
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2578
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2579
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2580
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2581
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
2582
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2583
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2584
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2585
|
+
};
|
|
2586
|
+
};
|
|
2587
|
+
} | {
|
|
2588
|
+
[x: string]: {
|
|
2589
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2590
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2591
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2592
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2593
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2594
|
+
link?: tailwind_merge94163.ClassNameValue;
|
|
2595
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2596
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2597
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2598
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2599
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
2600
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2601
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2602
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2603
|
+
};
|
|
2604
|
+
};
|
|
2605
|
+
} | {}, {
|
|
2606
|
+
root: string;
|
|
2607
|
+
list: string;
|
|
2608
|
+
item: string;
|
|
2609
|
+
trigger: string;
|
|
2610
|
+
icon: string;
|
|
2611
|
+
content: string;
|
|
2612
|
+
link: string;
|
|
2613
|
+
portal: string;
|
|
2614
|
+
backdrop: string;
|
|
2615
|
+
positioner: string;
|
|
2616
|
+
popup: string;
|
|
2617
|
+
arrow: string;
|
|
2618
|
+
viewport: string;
|
|
2619
|
+
}, undefined, {
|
|
2620
|
+
[key: string]: {
|
|
2621
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2622
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2623
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
2624
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2625
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2626
|
+
link?: tailwind_merge94163.ClassNameValue;
|
|
2627
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2628
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2629
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2630
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2631
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
2632
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2633
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
2634
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
2635
|
+
};
|
|
2636
|
+
};
|
|
2637
|
+
} | {}, {
|
|
2638
|
+
root: string;
|
|
2639
|
+
list: string;
|
|
2640
|
+
item: string;
|
|
2641
|
+
trigger: string;
|
|
2642
|
+
icon: string;
|
|
2643
|
+
content: string;
|
|
2644
|
+
link: string;
|
|
2645
|
+
portal: string;
|
|
2646
|
+
backdrop: string;
|
|
2647
|
+
positioner: string;
|
|
2648
|
+
popup: string;
|
|
2649
|
+
arrow: string;
|
|
2650
|
+
viewport: string;
|
|
2651
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2652
|
+
root: string;
|
|
2653
|
+
list: string;
|
|
2654
|
+
item: string;
|
|
2655
|
+
trigger: string;
|
|
2656
|
+
icon: string;
|
|
2657
|
+
content: string;
|
|
2658
|
+
link: string;
|
|
2659
|
+
portal: string;
|
|
2660
|
+
backdrop: string;
|
|
2661
|
+
positioner: string;
|
|
2662
|
+
popup: string;
|
|
2663
|
+
arrow: string;
|
|
2664
|
+
viewport: string;
|
|
2665
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
2666
|
+
type NavigationMenuVariants = VariantProps<typeof navigationMenuVariants>;
|
|
2667
|
+
//#endregion
|
|
2668
|
+
//#region src/components/navigation-menu/navigation-menu.d.ts
|
|
2669
|
+
interface NavigationMenuProps extends NavigationMenuVariants, NavigationMenu.Root.Props {}
|
|
2670
|
+
interface NavigationMenuListProps extends NavigationMenu.List.Props {}
|
|
2671
|
+
interface NavigationMenuItemProps extends NavigationMenu.Item.Props {}
|
|
2672
|
+
interface NavigationMenuTriggerProps extends NavigationMenu.Trigger.Props {}
|
|
2673
|
+
interface NavigationMenuIconProps extends NavigationMenu.Icon.Props {}
|
|
2674
|
+
interface NavigationMenuContentProps extends NavigationMenu.Content.Props {}
|
|
2675
|
+
interface NavigationMenuLinkProps extends NavigationMenu.Link.Props {}
|
|
2676
|
+
interface NavigationMenuPortalProps extends NavigationMenu.Portal.Props {}
|
|
2677
|
+
interface NavigationMenuBackdropProps extends NavigationMenu.Backdrop.Props {}
|
|
2678
|
+
interface NavigationMenuPositionerProps extends NavigationMenu.Positioner.Props {}
|
|
2679
|
+
interface NavigationMenuPopupProps extends NavigationMenu.Popup.Props {}
|
|
2680
|
+
interface NavigationMenuArrowProps extends NavigationMenu.Arrow.Props {}
|
|
2681
|
+
interface NavigationMenuViewportProps extends NavigationMenu.Viewport.Props {}
|
|
2682
|
+
declare const _default$18: (({
|
|
2683
|
+
className,
|
|
2684
|
+
...props
|
|
2685
|
+
}: NavigationMenuProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2686
|
+
Arrow: ({
|
|
2687
|
+
className,
|
|
2688
|
+
...props
|
|
2689
|
+
}: NavigationMenuArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
2690
|
+
Backdrop: ({
|
|
2691
|
+
className,
|
|
2692
|
+
...props
|
|
2693
|
+
}: NavigationMenuBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
2694
|
+
Content: ({
|
|
2695
|
+
className,
|
|
2696
|
+
...props
|
|
2697
|
+
}: NavigationMenuContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
2698
|
+
Icon: ({
|
|
2699
|
+
className,
|
|
2700
|
+
children,
|
|
2701
|
+
...props
|
|
2702
|
+
}: NavigationMenuIconProps) => react_jsx_runtime37621.JSX.Element;
|
|
2703
|
+
Item: ({
|
|
2704
|
+
className,
|
|
2705
|
+
...props
|
|
2706
|
+
}: NavigationMenuItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
2707
|
+
Link: ({
|
|
2708
|
+
className,
|
|
2709
|
+
...props
|
|
2710
|
+
}: NavigationMenuLinkProps) => react_jsx_runtime37621.JSX.Element;
|
|
2711
|
+
List: ({
|
|
2712
|
+
className,
|
|
2713
|
+
...props
|
|
2714
|
+
}: NavigationMenuListProps) => react_jsx_runtime37621.JSX.Element;
|
|
2715
|
+
Popup: ({
|
|
2716
|
+
className,
|
|
2717
|
+
...props
|
|
2718
|
+
}: NavigationMenuPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
2719
|
+
Portal: ({
|
|
2720
|
+
...props
|
|
2721
|
+
}: NavigationMenuPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
2722
|
+
Positioner: ({
|
|
2723
|
+
className,
|
|
2724
|
+
...props
|
|
2725
|
+
}: NavigationMenuPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2726
|
+
Root: ({
|
|
2727
|
+
className,
|
|
2728
|
+
...props
|
|
2729
|
+
}: NavigationMenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
2730
|
+
Trigger: ({
|
|
2731
|
+
className,
|
|
2732
|
+
children,
|
|
2733
|
+
...props
|
|
2734
|
+
}: NavigationMenuTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2735
|
+
Viewport: ({
|
|
1755
2736
|
className,
|
|
1756
2737
|
...props
|
|
1757
|
-
}:
|
|
2738
|
+
}: NavigationMenuViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
1758
2739
|
};
|
|
1759
2740
|
//#endregion
|
|
1760
|
-
//#region src/components/
|
|
1761
|
-
declare const
|
|
2741
|
+
//#region src/components/number-field/number-field.variants.d.ts
|
|
2742
|
+
declare const numberFieldVariants: tailwind_variants12733.TVReturnType<{
|
|
1762
2743
|
[key: string]: {
|
|
1763
|
-
[key: string]:
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
toggle?: tailwind_merge1403.ClassNameValue;
|
|
2744
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2745
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2746
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
2747
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2748
|
+
decrement?: tailwind_merge94163.ClassNameValue;
|
|
2749
|
+
increment?: tailwind_merge94163.ClassNameValue;
|
|
2750
|
+
scrubArea?: tailwind_merge94163.ClassNameValue;
|
|
2751
|
+
scrubAreaCursor?: tailwind_merge94163.ClassNameValue;
|
|
1772
2752
|
};
|
|
1773
2753
|
};
|
|
1774
2754
|
} | {
|
|
1775
2755
|
[x: string]: {
|
|
1776
|
-
[x: string]:
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
toggle?: tailwind_merge1403.ClassNameValue;
|
|
2756
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2757
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2758
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
2759
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2760
|
+
decrement?: tailwind_merge94163.ClassNameValue;
|
|
2761
|
+
increment?: tailwind_merge94163.ClassNameValue;
|
|
2762
|
+
scrubArea?: tailwind_merge94163.ClassNameValue;
|
|
2763
|
+
scrubAreaCursor?: tailwind_merge94163.ClassNameValue;
|
|
1785
2764
|
};
|
|
1786
2765
|
};
|
|
1787
2766
|
} | {}, {
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
menu: string;
|
|
1793
|
-
menuItem: string;
|
|
2767
|
+
decrement: string;
|
|
2768
|
+
group: string;
|
|
2769
|
+
increment: string;
|
|
2770
|
+
input: string;
|
|
1794
2771
|
root: string;
|
|
1795
|
-
|
|
2772
|
+
scrubArea: string;
|
|
2773
|
+
scrubAreaCursor: string;
|
|
1796
2774
|
}, undefined, {
|
|
1797
2775
|
[key: string]: {
|
|
1798
|
-
[key: string]:
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
toggle?: tailwind_merge1403.ClassNameValue;
|
|
2776
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2777
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2778
|
+
input?: tailwind_merge94163.ClassNameValue;
|
|
2779
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
2780
|
+
decrement?: tailwind_merge94163.ClassNameValue;
|
|
2781
|
+
increment?: tailwind_merge94163.ClassNameValue;
|
|
2782
|
+
scrubArea?: tailwind_merge94163.ClassNameValue;
|
|
2783
|
+
scrubAreaCursor?: tailwind_merge94163.ClassNameValue;
|
|
1807
2784
|
};
|
|
1808
2785
|
};
|
|
1809
2786
|
} | {}, {
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
menu: string;
|
|
1815
|
-
menuItem: string;
|
|
2787
|
+
decrement: string;
|
|
2788
|
+
group: string;
|
|
2789
|
+
increment: string;
|
|
2790
|
+
input: string;
|
|
1816
2791
|
root: string;
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
menuItem: string;
|
|
2792
|
+
scrubArea: string;
|
|
2793
|
+
scrubAreaCursor: string;
|
|
2794
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2795
|
+
decrement: string;
|
|
2796
|
+
group: string;
|
|
2797
|
+
increment: string;
|
|
2798
|
+
input: string;
|
|
1825
2799
|
root: string;
|
|
1826
|
-
|
|
2800
|
+
scrubArea: string;
|
|
2801
|
+
scrubAreaCursor: string;
|
|
1827
2802
|
}, undefined, unknown, unknown, undefined>>;
|
|
1828
|
-
type
|
|
2803
|
+
type NumberFieldVariants = VariantProps<typeof numberFieldVariants>;
|
|
1829
2804
|
//#endregion
|
|
1830
|
-
//#region src/components/
|
|
1831
|
-
interface
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
}
|
|
1835
|
-
interface
|
|
1836
|
-
interface
|
|
1837
|
-
interface
|
|
1838
|
-
|
|
1839
|
-
interface NavbarToggleProps extends React.ComponentProps<"button"> {}
|
|
1840
|
-
interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
1841
|
-
header: React.ReactNode;
|
|
1842
|
-
}
|
|
1843
|
-
interface NavbarMenuItemProps extends React.ComponentProps<typeof Slot> {}
|
|
1844
|
-
declare const _default$14: (({
|
|
2805
|
+
//#region src/components/number-field/number-field.d.ts
|
|
2806
|
+
interface NumberFieldProps extends NumberFieldVariants, NumberField.Root.Props {}
|
|
2807
|
+
interface NumberFieldScrubAreaProps extends NumberField.ScrubArea.Props {}
|
|
2808
|
+
interface NumberFieldGroupProps extends NumberField.Group.Props {}
|
|
2809
|
+
interface NumberFieldScrubAreaCursorProps extends NumberField.ScrubAreaCursor.Props {}
|
|
2810
|
+
interface NumberFieldDecrementProps extends NumberField.Decrement.Props {}
|
|
2811
|
+
interface NumberFieldInputProps extends NumberField.Input.Props {}
|
|
2812
|
+
interface NumberFieldIncrementProps extends NumberField.Increment.Props {}
|
|
2813
|
+
declare const _default$19: (({
|
|
1845
2814
|
className,
|
|
1846
|
-
isOpen,
|
|
1847
|
-
onOpenChange,
|
|
1848
2815
|
...props
|
|
1849
|
-
}:
|
|
1850
|
-
|
|
1851
|
-
className,
|
|
1852
|
-
...props
|
|
1853
|
-
}: NavbarContainerProps) => react_jsx_runtime655.JSX.Element;
|
|
1854
|
-
Content: ({
|
|
2816
|
+
}: NumberFieldProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2817
|
+
Decrement: ({
|
|
1855
2818
|
className,
|
|
2819
|
+
children,
|
|
1856
2820
|
...props
|
|
1857
|
-
}:
|
|
1858
|
-
|
|
2821
|
+
}: NumberFieldDecrementProps) => react_jsx_runtime37621.JSX.Element;
|
|
2822
|
+
Group: ({
|
|
1859
2823
|
className,
|
|
1860
2824
|
...props
|
|
1861
|
-
}:
|
|
1862
|
-
|
|
2825
|
+
}: NumberFieldGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
2826
|
+
Increment: ({
|
|
1863
2827
|
className,
|
|
2828
|
+
children,
|
|
1864
2829
|
...props
|
|
1865
|
-
}:
|
|
1866
|
-
|
|
2830
|
+
}: NumberFieldIncrementProps) => react_jsx_runtime37621.JSX.Element;
|
|
2831
|
+
Input: ({
|
|
1867
2832
|
className,
|
|
1868
|
-
header,
|
|
1869
2833
|
...props
|
|
1870
|
-
}:
|
|
1871
|
-
|
|
2834
|
+
}: NumberFieldInputProps) => react_jsx_runtime37621.JSX.Element;
|
|
2835
|
+
Root: ({
|
|
1872
2836
|
className,
|
|
1873
2837
|
...props
|
|
1874
|
-
}:
|
|
1875
|
-
|
|
2838
|
+
}: NumberFieldProps) => react_jsx_runtime37621.JSX.Element;
|
|
2839
|
+
ScrubArea: ({
|
|
1876
2840
|
className,
|
|
1877
|
-
isOpen,
|
|
1878
|
-
onOpenChange,
|
|
1879
2841
|
...props
|
|
1880
|
-
}:
|
|
1881
|
-
|
|
2842
|
+
}: NumberFieldScrubAreaProps) => react_jsx_runtime37621.JSX.Element;
|
|
2843
|
+
ScrubAreaCursor: ({
|
|
1882
2844
|
className,
|
|
2845
|
+
children,
|
|
1883
2846
|
...props
|
|
1884
|
-
}:
|
|
2847
|
+
}: NumberFieldScrubAreaCursorProps) => react_jsx_runtime37621.JSX.Element;
|
|
1885
2848
|
};
|
|
1886
2849
|
//#endregion
|
|
1887
2850
|
//#region src/components/popover/popover.variants.d.ts
|
|
1888
|
-
declare const popoverVariants:
|
|
2851
|
+
declare const popoverVariants: tailwind_variants12733.TVReturnType<{
|
|
1889
2852
|
[key: string]: {
|
|
1890
|
-
[key: string]:
|
|
1891
|
-
content?:
|
|
1892
|
-
root?:
|
|
1893
|
-
trigger?:
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
backdrop?:
|
|
1897
|
-
close?:
|
|
1898
|
-
popup?:
|
|
1899
|
-
portal?:
|
|
1900
|
-
viewport?:
|
|
1901
|
-
|
|
1902
|
-
|
|
2853
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2854
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2855
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2856
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2857
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
2858
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
2859
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2860
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
2861
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2862
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2863
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2864
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2865
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1903
2866
|
};
|
|
1904
2867
|
};
|
|
1905
2868
|
} | {
|
|
1906
2869
|
[x: string]: {
|
|
1907
|
-
[x: string]:
|
|
1908
|
-
content?:
|
|
1909
|
-
root?:
|
|
1910
|
-
trigger?:
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
backdrop?:
|
|
1914
|
-
close?:
|
|
1915
|
-
popup?:
|
|
1916
|
-
portal?:
|
|
1917
|
-
viewport?:
|
|
1918
|
-
|
|
1919
|
-
|
|
2870
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
2871
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2872
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2873
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2874
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
2875
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
2876
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2877
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
2878
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2879
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2880
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2881
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2882
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1920
2883
|
};
|
|
1921
2884
|
};
|
|
1922
2885
|
} | {}, {
|
|
@@ -1934,19 +2897,19 @@ declare const popoverVariants: tailwind_variants245.TVReturnType<{
|
|
|
1934
2897
|
viewport: string;
|
|
1935
2898
|
}, undefined, {
|
|
1936
2899
|
[key: string]: {
|
|
1937
|
-
[key: string]:
|
|
1938
|
-
content?:
|
|
1939
|
-
root?:
|
|
1940
|
-
trigger?:
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
backdrop?:
|
|
1944
|
-
close?:
|
|
1945
|
-
popup?:
|
|
1946
|
-
portal?:
|
|
1947
|
-
viewport?:
|
|
1948
|
-
|
|
1949
|
-
|
|
2900
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
2901
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
2902
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
2903
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
2904
|
+
title?: tailwind_merge94163.ClassNameValue;
|
|
2905
|
+
description?: tailwind_merge94163.ClassNameValue;
|
|
2906
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
2907
|
+
close?: tailwind_merge94163.ClassNameValue;
|
|
2908
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
2909
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
2910
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
2911
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
2912
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
1950
2913
|
};
|
|
1951
2914
|
};
|
|
1952
2915
|
} | {}, {
|
|
@@ -1962,7 +2925,7 @@ declare const popoverVariants: tailwind_variants245.TVReturnType<{
|
|
|
1962
2925
|
title: string;
|
|
1963
2926
|
trigger: string;
|
|
1964
2927
|
viewport: string;
|
|
1965
|
-
},
|
|
2928
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
1966
2929
|
arrow: string;
|
|
1967
2930
|
backdrop: string;
|
|
1968
2931
|
close: string;
|
|
@@ -1990,57 +2953,161 @@ interface PopoverViewportProps extends Popover.Viewport.Props {}
|
|
|
1990
2953
|
interface PopoverTitleProps extends Popover.Title.Props {}
|
|
1991
2954
|
interface PopoverDescriptionProps extends Popover.Description.Props {}
|
|
1992
2955
|
interface PopoverCloseProps extends Popover.Close.Props {}
|
|
1993
|
-
declare const _default$
|
|
2956
|
+
declare const _default$20: (({
|
|
1994
2957
|
...props
|
|
1995
|
-
}: PopoverProps) =>
|
|
2958
|
+
}: PopoverProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
1996
2959
|
Arrow: ({
|
|
1997
2960
|
className,
|
|
1998
2961
|
...props
|
|
1999
|
-
}: PopoverArrowProps) =>
|
|
2962
|
+
}: PopoverArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
2000
2963
|
Backdrop: ({
|
|
2001
2964
|
className,
|
|
2002
2965
|
...props
|
|
2003
|
-
}: PopoverBackdropProps) =>
|
|
2966
|
+
}: PopoverBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
2004
2967
|
Close: ({
|
|
2005
2968
|
className,
|
|
2006
2969
|
children,
|
|
2007
2970
|
...props
|
|
2008
|
-
}: PopoverCloseProps) =>
|
|
2971
|
+
}: PopoverCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
2009
2972
|
Description: ({
|
|
2010
2973
|
className,
|
|
2011
2974
|
...props
|
|
2012
|
-
}: PopoverDescriptionProps) =>
|
|
2975
|
+
}: PopoverDescriptionProps) => react_jsx_runtime37621.JSX.Element;
|
|
2013
2976
|
Popup: ({
|
|
2014
2977
|
className,
|
|
2015
2978
|
...props
|
|
2016
|
-
}: PopoverPopupProps) =>
|
|
2979
|
+
}: PopoverPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
2017
2980
|
Portal: ({
|
|
2018
2981
|
className,
|
|
2019
2982
|
...props
|
|
2020
|
-
}: PopoverPortalProps) =>
|
|
2983
|
+
}: PopoverPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
2021
2984
|
Positioner: ({
|
|
2022
2985
|
className,
|
|
2023
2986
|
...props
|
|
2024
|
-
}: PopoverPositionerProps) =>
|
|
2987
|
+
}: PopoverPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2025
2988
|
Root: ({
|
|
2026
2989
|
...props
|
|
2027
|
-
}: PopoverProps) =>
|
|
2990
|
+
}: PopoverProps) => react_jsx_runtime37621.JSX.Element;
|
|
2028
2991
|
Title: ({
|
|
2029
2992
|
className,
|
|
2030
2993
|
...props
|
|
2031
|
-
}: PopoverTitleProps) =>
|
|
2994
|
+
}: PopoverTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
2032
2995
|
Trigger: ({
|
|
2033
2996
|
className,
|
|
2034
2997
|
...props
|
|
2035
|
-
}: PopoverTriggerProps) =>
|
|
2998
|
+
}: PopoverTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2036
2999
|
Viewport: ({
|
|
2037
3000
|
className,
|
|
2038
3001
|
...props
|
|
2039
|
-
}: PopoverViewportProps) =>
|
|
3002
|
+
}: PopoverViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
3003
|
+
};
|
|
3004
|
+
//#endregion
|
|
3005
|
+
//#region src/components/preview-card/preview-card.variants.d.ts
|
|
3006
|
+
declare const previewCardVariants: tailwind_variants12733.TVReturnType<{
|
|
3007
|
+
[key: string]: {
|
|
3008
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3009
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3010
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3011
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3012
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3013
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3014
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3015
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3016
|
+
};
|
|
3017
|
+
};
|
|
3018
|
+
} | {
|
|
3019
|
+
[x: string]: {
|
|
3020
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3021
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3022
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3023
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3024
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3025
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3026
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3027
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3028
|
+
};
|
|
3029
|
+
};
|
|
3030
|
+
} | {}, {
|
|
3031
|
+
root: string;
|
|
3032
|
+
trigger: string;
|
|
3033
|
+
portal: string;
|
|
3034
|
+
backdrop: string;
|
|
3035
|
+
positioner: string;
|
|
3036
|
+
popup: string;
|
|
3037
|
+
arrow: string;
|
|
3038
|
+
}, undefined, {
|
|
3039
|
+
[key: string]: {
|
|
3040
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3041
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3042
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3043
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3044
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3045
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3046
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3047
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3048
|
+
};
|
|
3049
|
+
};
|
|
3050
|
+
} | {}, {
|
|
3051
|
+
root: string;
|
|
3052
|
+
trigger: string;
|
|
3053
|
+
portal: string;
|
|
3054
|
+
backdrop: string;
|
|
3055
|
+
positioner: string;
|
|
3056
|
+
popup: string;
|
|
3057
|
+
arrow: string;
|
|
3058
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
3059
|
+
root: string;
|
|
3060
|
+
trigger: string;
|
|
3061
|
+
portal: string;
|
|
3062
|
+
backdrop: string;
|
|
3063
|
+
positioner: string;
|
|
3064
|
+
popup: string;
|
|
3065
|
+
arrow: string;
|
|
3066
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
3067
|
+
type PreviewCardVariants = VariantProps<typeof previewCardVariants>;
|
|
3068
|
+
//#endregion
|
|
3069
|
+
//#region src/components/preview-card/preview-card.d.ts
|
|
3070
|
+
interface PreviewCardProps extends PreviewCardVariants, PreviewCard.Root.Props {}
|
|
3071
|
+
interface PreviewCardTriggerProps extends PreviewCard.Trigger.Props {}
|
|
3072
|
+
interface PreviewCardPortalProps extends PreviewCard.Portal.Props {}
|
|
3073
|
+
interface PreviewCardBackdropProps extends PreviewCard.Backdrop.Props {}
|
|
3074
|
+
interface PreviewCardPositionerProps extends PreviewCard.Positioner.Props {}
|
|
3075
|
+
interface PreviewCardPopupProps extends PreviewCard.Popup.Props {}
|
|
3076
|
+
interface PreviewCardArrowProps extends PreviewCard.Arrow.Props {}
|
|
3077
|
+
declare const _default$21: (({
|
|
3078
|
+
...props
|
|
3079
|
+
}: PreviewCardProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
3080
|
+
Arrow: ({
|
|
3081
|
+
className,
|
|
3082
|
+
...props
|
|
3083
|
+
}: PreviewCardArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
3084
|
+
Backdrop: ({
|
|
3085
|
+
className,
|
|
3086
|
+
...props
|
|
3087
|
+
}: PreviewCardBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
3088
|
+
Popup: ({
|
|
3089
|
+
className,
|
|
3090
|
+
...props
|
|
3091
|
+
}: PreviewCardPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
3092
|
+
Portal: ({
|
|
3093
|
+
className,
|
|
3094
|
+
...props
|
|
3095
|
+
}: PreviewCardPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
3096
|
+
Positioner: ({
|
|
3097
|
+
className,
|
|
3098
|
+
...props
|
|
3099
|
+
}: PreviewCardPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
3100
|
+
Root: ({
|
|
3101
|
+
...props
|
|
3102
|
+
}: PreviewCardProps) => react_jsx_runtime37621.JSX.Element;
|
|
3103
|
+
Trigger: ({
|
|
3104
|
+
className,
|
|
3105
|
+
...props
|
|
3106
|
+
}: PreviewCardTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2040
3107
|
};
|
|
2041
3108
|
//#endregion
|
|
2042
3109
|
//#region src/components/progress/progress.variants.d.ts
|
|
2043
|
-
declare const progressVariants:
|
|
3110
|
+
declare const progressVariants: tailwind_variants12733.TVReturnType<{
|
|
2044
3111
|
size: {
|
|
2045
3112
|
lg: {
|
|
2046
3113
|
root: string;
|
|
@@ -2104,7 +3171,7 @@ declare const progressVariants: tailwind_variants245.TVReturnType<{
|
|
|
2104
3171
|
root: string;
|
|
2105
3172
|
track: string;
|
|
2106
3173
|
value: string;
|
|
2107
|
-
},
|
|
3174
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
2108
3175
|
size: {
|
|
2109
3176
|
lg: {
|
|
2110
3177
|
root: string;
|
|
@@ -2145,49 +3212,49 @@ interface ProgressLabelProps extends Progress.Label.Props {}
|
|
|
2145
3212
|
interface ProgressValueProps extends Progress.Value.Props {}
|
|
2146
3213
|
interface ProgressTrackProps extends Progress.Track.Props {}
|
|
2147
3214
|
interface ProgressIndicatorProps extends Progress.Indicator.Props {}
|
|
2148
|
-
declare const _default$
|
|
3215
|
+
declare const _default$22: (({
|
|
2149
3216
|
className,
|
|
2150
3217
|
variant,
|
|
2151
3218
|
size,
|
|
2152
3219
|
...props
|
|
2153
|
-
}: ProgressProps) =>
|
|
3220
|
+
}: ProgressProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2154
3221
|
Indicator: ({
|
|
2155
3222
|
className,
|
|
2156
3223
|
...props
|
|
2157
|
-
}: ProgressIndicatorProps) =>
|
|
3224
|
+
}: ProgressIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
2158
3225
|
Label: ({
|
|
2159
3226
|
className,
|
|
2160
3227
|
...props
|
|
2161
|
-
}: ProgressLabelProps) =>
|
|
3228
|
+
}: ProgressLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
2162
3229
|
Root: ({
|
|
2163
3230
|
className,
|
|
2164
3231
|
variant,
|
|
2165
3232
|
size,
|
|
2166
3233
|
...props
|
|
2167
|
-
}: ProgressProps) =>
|
|
3234
|
+
}: ProgressProps) => react_jsx_runtime37621.JSX.Element;
|
|
2168
3235
|
Track: ({
|
|
2169
3236
|
className,
|
|
2170
3237
|
...props
|
|
2171
|
-
}: ProgressTrackProps) =>
|
|
3238
|
+
}: ProgressTrackProps) => react_jsx_runtime37621.JSX.Element;
|
|
2172
3239
|
Value: ({
|
|
2173
3240
|
className,
|
|
2174
3241
|
...props
|
|
2175
|
-
}: ProgressValueProps) =>
|
|
3242
|
+
}: ProgressValueProps) => react_jsx_runtime37621.JSX.Element;
|
|
2176
3243
|
};
|
|
2177
3244
|
//#endregion
|
|
2178
3245
|
//#region src/components/radio/radio.variants.d.ts
|
|
2179
|
-
declare const radioVariants:
|
|
3246
|
+
declare const radioVariants: tailwind_variants12733.TVReturnType<{
|
|
2180
3247
|
[key: string]: {
|
|
2181
|
-
[key: string]:
|
|
2182
|
-
root?:
|
|
2183
|
-
indicator?:
|
|
3248
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3249
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3250
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
2184
3251
|
};
|
|
2185
3252
|
};
|
|
2186
3253
|
} | {
|
|
2187
3254
|
[x: string]: {
|
|
2188
|
-
[x: string]:
|
|
2189
|
-
root?:
|
|
2190
|
-
indicator?:
|
|
3255
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3256
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3257
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
2191
3258
|
};
|
|
2192
3259
|
};
|
|
2193
3260
|
} | {}, {
|
|
@@ -2195,15 +3262,15 @@ declare const radioVariants: tailwind_variants245.TVReturnType<{
|
|
|
2195
3262
|
root: string;
|
|
2196
3263
|
}, undefined, {
|
|
2197
3264
|
[key: string]: {
|
|
2198
|
-
[key: string]:
|
|
2199
|
-
root?:
|
|
2200
|
-
indicator?:
|
|
3265
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3266
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3267
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
2201
3268
|
};
|
|
2202
3269
|
};
|
|
2203
3270
|
} | {}, {
|
|
2204
3271
|
indicator: string;
|
|
2205
3272
|
root: string;
|
|
2206
|
-
},
|
|
3273
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2207
3274
|
indicator: string;
|
|
2208
3275
|
root: string;
|
|
2209
3276
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -2212,22 +3279,22 @@ type RadioVariants = VariantProps<typeof radioVariants>;
|
|
|
2212
3279
|
//#region src/components/radio/radio.d.ts
|
|
2213
3280
|
interface RadioProps extends RadioVariants, Radio.Root.Props {}
|
|
2214
3281
|
interface RadioIndicatorProps extends Radio.Indicator.Props {}
|
|
2215
|
-
declare const _default$
|
|
3282
|
+
declare const _default$23: (({
|
|
2216
3283
|
className,
|
|
2217
3284
|
...props
|
|
2218
|
-
}: RadioProps) =>
|
|
3285
|
+
}: RadioProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2219
3286
|
Indicator: ({
|
|
2220
3287
|
className,
|
|
2221
3288
|
...props
|
|
2222
|
-
}: RadioIndicatorProps) =>
|
|
3289
|
+
}: RadioIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
2223
3290
|
Root: ({
|
|
2224
3291
|
className,
|
|
2225
3292
|
...props
|
|
2226
|
-
}: RadioProps) =>
|
|
3293
|
+
}: RadioProps) => react_jsx_runtime37621.JSX.Element;
|
|
2227
3294
|
};
|
|
2228
3295
|
//#endregion
|
|
2229
3296
|
//#region src/components/radio-group/radio-group.variants.d.ts
|
|
2230
|
-
declare const radioGroupVariants:
|
|
3297
|
+
declare const radioGroupVariants: tailwind_variants12733.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants12733.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
|
|
2231
3298
|
type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
|
|
2232
3299
|
//#endregion
|
|
2233
3300
|
//#region src/components/radio-group/radio-group.d.ts
|
|
@@ -2235,176 +3302,301 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
|
|
|
2235
3302
|
declare const RadioGroup: ({
|
|
2236
3303
|
className,
|
|
2237
3304
|
...props
|
|
2238
|
-
}: RadioGroupProps) =>
|
|
3305
|
+
}: RadioGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
3306
|
+
//#endregion
|
|
3307
|
+
//#region src/components/scroll-area/scroll-area.variants.d.ts
|
|
3308
|
+
declare const scrollAreaVariants: tailwind_variants12733.TVReturnType<{
|
|
3309
|
+
[key: string]: {
|
|
3310
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3311
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3312
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3313
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
3314
|
+
scrollbar?: tailwind_merge94163.ClassNameValue;
|
|
3315
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
3316
|
+
corner?: tailwind_merge94163.ClassNameValue;
|
|
3317
|
+
};
|
|
3318
|
+
};
|
|
3319
|
+
} | {
|
|
3320
|
+
[x: string]: {
|
|
3321
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3322
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3323
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3324
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
3325
|
+
scrollbar?: tailwind_merge94163.ClassNameValue;
|
|
3326
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
3327
|
+
corner?: tailwind_merge94163.ClassNameValue;
|
|
3328
|
+
};
|
|
3329
|
+
};
|
|
3330
|
+
} | {}, {
|
|
3331
|
+
root: string;
|
|
3332
|
+
viewport: string;
|
|
3333
|
+
content: string;
|
|
3334
|
+
scrollbar: string;
|
|
3335
|
+
thumb: string;
|
|
3336
|
+
corner: string;
|
|
3337
|
+
}, undefined, {
|
|
3338
|
+
[key: string]: {
|
|
3339
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3340
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3341
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3342
|
+
viewport?: tailwind_merge94163.ClassNameValue;
|
|
3343
|
+
scrollbar?: tailwind_merge94163.ClassNameValue;
|
|
3344
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
3345
|
+
corner?: tailwind_merge94163.ClassNameValue;
|
|
3346
|
+
};
|
|
3347
|
+
};
|
|
3348
|
+
} | {}, {
|
|
3349
|
+
root: string;
|
|
3350
|
+
viewport: string;
|
|
3351
|
+
content: string;
|
|
3352
|
+
scrollbar: string;
|
|
3353
|
+
thumb: string;
|
|
3354
|
+
corner: string;
|
|
3355
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
3356
|
+
root: string;
|
|
3357
|
+
viewport: string;
|
|
3358
|
+
content: string;
|
|
3359
|
+
scrollbar: string;
|
|
3360
|
+
thumb: string;
|
|
3361
|
+
corner: string;
|
|
3362
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
3363
|
+
type ScrollAreaVariants = VariantProps<typeof scrollAreaVariants>;
|
|
3364
|
+
//#endregion
|
|
3365
|
+
//#region src/components/scroll-area/scroll-area.d.ts
|
|
3366
|
+
interface ScrollAreaProps extends ScrollAreaVariants, ScrollArea.Root.Props {}
|
|
3367
|
+
interface ScrollAreaViewportProps extends ScrollArea.Viewport.Props {}
|
|
3368
|
+
interface ScrollAreaContentProps extends ScrollArea.Content.Props {}
|
|
3369
|
+
interface ScrollAreaScrollbarProps extends ScrollArea.Scrollbar.Props {}
|
|
3370
|
+
interface ScrollAreaThumbProps extends ScrollArea.Thumb.Props {}
|
|
3371
|
+
declare const _default$24: (({
|
|
3372
|
+
className,
|
|
3373
|
+
...props
|
|
3374
|
+
}: ScrollAreaProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
3375
|
+
Content: ({
|
|
3376
|
+
className,
|
|
3377
|
+
...props
|
|
3378
|
+
}: ScrollAreaContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
3379
|
+
Root: ({
|
|
3380
|
+
className,
|
|
3381
|
+
...props
|
|
3382
|
+
}: ScrollAreaProps) => react_jsx_runtime37621.JSX.Element;
|
|
3383
|
+
Scrollbar: ({
|
|
3384
|
+
className,
|
|
3385
|
+
...props
|
|
3386
|
+
}: ScrollAreaScrollbarProps) => react_jsx_runtime37621.JSX.Element;
|
|
3387
|
+
Thumb: ({
|
|
3388
|
+
className,
|
|
3389
|
+
...props
|
|
3390
|
+
}: ScrollAreaThumbProps) => react_jsx_runtime37621.JSX.Element;
|
|
3391
|
+
Viewport: ({
|
|
3392
|
+
className,
|
|
3393
|
+
...props
|
|
3394
|
+
}: ScrollAreaViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
3395
|
+
};
|
|
2239
3396
|
//#endregion
|
|
2240
3397
|
//#region src/components/select/select.variants.d.ts
|
|
2241
|
-
declare const selectVariants:
|
|
3398
|
+
declare const selectVariants: tailwind_variants12733.TVReturnType<{
|
|
2242
3399
|
[key: string]: {
|
|
2243
|
-
[key: string]:
|
|
2244
|
-
item?:
|
|
2245
|
-
root?:
|
|
2246
|
-
trigger?:
|
|
2247
|
-
value?:
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
3400
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3401
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
3402
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3403
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3404
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3405
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3406
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3407
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3408
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
3409
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3410
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3411
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
3412
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
3413
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
3414
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
3415
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
3416
|
+
itemText?: tailwind_merge94163.ClassNameValue;
|
|
2257
3417
|
};
|
|
2258
3418
|
};
|
|
2259
3419
|
} | {
|
|
2260
3420
|
[x: string]: {
|
|
2261
|
-
[x: string]:
|
|
2262
|
-
item?:
|
|
2263
|
-
root?:
|
|
2264
|
-
trigger?:
|
|
2265
|
-
value?:
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
3421
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3422
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
3423
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3424
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3425
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3426
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3427
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3428
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3429
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
3430
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3431
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3432
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
3433
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
3434
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
3435
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
3436
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
3437
|
+
itemText?: tailwind_merge94163.ClassNameValue;
|
|
2275
3438
|
};
|
|
2276
3439
|
};
|
|
2277
3440
|
} | {}, {
|
|
2278
|
-
|
|
2279
|
-
|
|
3441
|
+
root: string;
|
|
3442
|
+
trigger: string;
|
|
3443
|
+
value: string;
|
|
2280
3444
|
icon: string;
|
|
3445
|
+
portal: string;
|
|
3446
|
+
backdrop: string;
|
|
3447
|
+
positioner: string;
|
|
3448
|
+
popup: string;
|
|
3449
|
+
arrow: string;
|
|
3450
|
+
list: string;
|
|
2281
3451
|
item: string;
|
|
3452
|
+
itemText: string;
|
|
2282
3453
|
itemIndicator: string;
|
|
2283
|
-
popup: string;
|
|
2284
|
-
positioner: string;
|
|
2285
|
-
root: string;
|
|
2286
|
-
scrollDownArrow: string;
|
|
2287
|
-
scrollUpArrow: string;
|
|
2288
3454
|
separator: string;
|
|
2289
|
-
|
|
2290
|
-
|
|
3455
|
+
group: string;
|
|
3456
|
+
groupLabel: string;
|
|
2291
3457
|
}, undefined, {
|
|
2292
3458
|
[key: string]: {
|
|
2293
|
-
[key: string]:
|
|
2294
|
-
item?:
|
|
2295
|
-
root?:
|
|
2296
|
-
trigger?:
|
|
2297
|
-
value?:
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
3459
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3460
|
+
item?: tailwind_merge94163.ClassNameValue;
|
|
3461
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3462
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3463
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3464
|
+
backdrop?: tailwind_merge94163.ClassNameValue;
|
|
3465
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
3466
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
3467
|
+
icon?: tailwind_merge94163.ClassNameValue;
|
|
3468
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
3469
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3470
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
3471
|
+
separator?: tailwind_merge94163.ClassNameValue;
|
|
3472
|
+
group?: tailwind_merge94163.ClassNameValue;
|
|
3473
|
+
groupLabel?: tailwind_merge94163.ClassNameValue;
|
|
3474
|
+
itemIndicator?: tailwind_merge94163.ClassNameValue;
|
|
3475
|
+
itemText?: tailwind_merge94163.ClassNameValue;
|
|
2307
3476
|
};
|
|
2308
3477
|
};
|
|
2309
3478
|
} | {}, {
|
|
2310
|
-
|
|
2311
|
-
|
|
3479
|
+
root: string;
|
|
3480
|
+
trigger: string;
|
|
3481
|
+
value: string;
|
|
2312
3482
|
icon: string;
|
|
3483
|
+
portal: string;
|
|
3484
|
+
backdrop: string;
|
|
3485
|
+
positioner: string;
|
|
3486
|
+
popup: string;
|
|
3487
|
+
arrow: string;
|
|
3488
|
+
list: string;
|
|
2313
3489
|
item: string;
|
|
3490
|
+
itemText: string;
|
|
2314
3491
|
itemIndicator: string;
|
|
2315
|
-
popup: string;
|
|
2316
|
-
positioner: string;
|
|
2317
|
-
root: string;
|
|
2318
|
-
scrollDownArrow: string;
|
|
2319
|
-
scrollUpArrow: string;
|
|
2320
3492
|
separator: string;
|
|
2321
|
-
trigger: string;
|
|
2322
|
-
value: string;
|
|
2323
|
-
}, tailwind_variants245.TVReturnType<unknown, {
|
|
2324
3493
|
group: string;
|
|
2325
3494
|
groupLabel: string;
|
|
3495
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
3496
|
+
root: string;
|
|
3497
|
+
trigger: string;
|
|
3498
|
+
value: string;
|
|
2326
3499
|
icon: string;
|
|
3500
|
+
portal: string;
|
|
3501
|
+
backdrop: string;
|
|
3502
|
+
positioner: string;
|
|
3503
|
+
popup: string;
|
|
3504
|
+
arrow: string;
|
|
3505
|
+
list: string;
|
|
2327
3506
|
item: string;
|
|
3507
|
+
itemText: string;
|
|
2328
3508
|
itemIndicator: string;
|
|
2329
|
-
popup: string;
|
|
2330
|
-
positioner: string;
|
|
2331
|
-
root: string;
|
|
2332
|
-
scrollDownArrow: string;
|
|
2333
|
-
scrollUpArrow: string;
|
|
2334
3509
|
separator: string;
|
|
2335
|
-
|
|
2336
|
-
|
|
3510
|
+
group: string;
|
|
3511
|
+
groupLabel: string;
|
|
2337
3512
|
}, undefined, unknown, unknown, undefined>>;
|
|
2338
3513
|
type SelectVariants = VariantProps<typeof selectVariants>;
|
|
2339
3514
|
//#endregion
|
|
2340
3515
|
//#region src/components/select/select.d.ts
|
|
2341
|
-
interface SelectProps extends SelectVariants, Select.Root.Props<unknown> {}
|
|
3516
|
+
interface SelectProps extends SelectVariants, Select.Root.Props<unknown, boolean> {}
|
|
2342
3517
|
interface SelectTriggerProps extends Select.Trigger.Props {}
|
|
3518
|
+
interface SelectIconProps extends Select.Icon.Props {}
|
|
2343
3519
|
interface SelectValueProps extends Select.Value.Props {}
|
|
2344
3520
|
interface SelectPortalProps extends Select.Portal.Props {}
|
|
3521
|
+
interface SelectBackdropProps extends Select.Backdrop.Props {}
|
|
2345
3522
|
interface SelectPositionerProps extends Select.Positioner.Props {}
|
|
2346
3523
|
interface SelectPopupProps extends Select.Popup.Props {}
|
|
3524
|
+
interface SelectArrowProps extends Select.Arrow.Props {}
|
|
3525
|
+
interface SelectListProps extends Select.List.Props {}
|
|
3526
|
+
interface SelectItemIndicatorProps extends Select.ItemIndicator.Props {}
|
|
3527
|
+
interface SelectItemTextProps extends Select.ItemText.Props {}
|
|
2347
3528
|
interface SelectItemProps extends Select.Item.Props {}
|
|
2348
3529
|
interface SelectGroupProps extends Select.Group.Props {}
|
|
2349
3530
|
interface SelectGroupLabelProps extends Select.GroupLabel.Props {}
|
|
2350
3531
|
interface SelectSeparatorProps extends Select.Separator.Props {}
|
|
2351
|
-
|
|
2352
|
-
interface SelectScrollDownArrowProps extends Select.ScrollDownArrow.Props {}
|
|
2353
|
-
declare const _default$18: (({
|
|
3532
|
+
declare const _default$25: (({
|
|
2354
3533
|
...props
|
|
2355
|
-
}: SelectProps) =>
|
|
3534
|
+
}: SelectProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
3535
|
+
Arrow: ({
|
|
3536
|
+
className,
|
|
3537
|
+
...props
|
|
3538
|
+
}: SelectArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
3539
|
+
Backdrop: ({
|
|
3540
|
+
className,
|
|
3541
|
+
...props
|
|
3542
|
+
}: SelectBackdropProps) => react_jsx_runtime37621.JSX.Element;
|
|
2356
3543
|
Group: ({
|
|
2357
3544
|
className,
|
|
2358
3545
|
...props
|
|
2359
|
-
}: SelectGroupProps) =>
|
|
3546
|
+
}: SelectGroupProps) => react_jsx_runtime37621.JSX.Element;
|
|
2360
3547
|
GroupLabel: ({
|
|
2361
3548
|
className,
|
|
2362
3549
|
...props
|
|
2363
|
-
}: SelectGroupLabelProps) =>
|
|
2364
|
-
|
|
3550
|
+
}: SelectGroupLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
3551
|
+
Icon: ({
|
|
2365
3552
|
className,
|
|
2366
3553
|
children,
|
|
2367
3554
|
...props
|
|
2368
|
-
}:
|
|
2369
|
-
|
|
3555
|
+
}: SelectIconProps) => react_jsx_runtime37621.JSX.Element;
|
|
3556
|
+
Item: ({
|
|
2370
3557
|
className,
|
|
2371
3558
|
...props
|
|
2372
|
-
}:
|
|
2373
|
-
|
|
3559
|
+
}: SelectItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
3560
|
+
ItemIndicator: ({
|
|
3561
|
+
className,
|
|
3562
|
+
children,
|
|
2374
3563
|
...props
|
|
2375
|
-
}:
|
|
2376
|
-
|
|
3564
|
+
}: SelectItemIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
3565
|
+
ItemText: ({
|
|
2377
3566
|
className,
|
|
2378
3567
|
...props
|
|
2379
|
-
}:
|
|
2380
|
-
|
|
3568
|
+
}: SelectItemTextProps) => react_jsx_runtime37621.JSX.Element;
|
|
3569
|
+
List: ({
|
|
3570
|
+
className,
|
|
2381
3571
|
...props
|
|
2382
|
-
}:
|
|
2383
|
-
|
|
3572
|
+
}: SelectListProps) => react_jsx_runtime37621.JSX.Element;
|
|
3573
|
+
Popup: ({
|
|
2384
3574
|
className,
|
|
2385
3575
|
...props
|
|
2386
|
-
}:
|
|
2387
|
-
|
|
3576
|
+
}: SelectPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
3577
|
+
Portal: ({
|
|
3578
|
+
...props
|
|
3579
|
+
}: SelectPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
3580
|
+
Positioner: ({
|
|
2388
3581
|
className,
|
|
2389
3582
|
...props
|
|
2390
|
-
}:
|
|
3583
|
+
}: SelectPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2391
3584
|
Separator: ({
|
|
2392
3585
|
className,
|
|
2393
3586
|
...props
|
|
2394
|
-
}: SelectSeparatorProps) =>
|
|
3587
|
+
}: SelectSeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
2395
3588
|
Trigger: ({
|
|
2396
3589
|
className,
|
|
2397
|
-
children,
|
|
2398
3590
|
...props
|
|
2399
|
-
}: SelectTriggerProps) =>
|
|
3591
|
+
}: SelectTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2400
3592
|
Value: ({
|
|
2401
3593
|
className,
|
|
2402
3594
|
...props
|
|
2403
|
-
}: SelectValueProps) =>
|
|
3595
|
+
}: SelectValueProps) => react_jsx_runtime37621.JSX.Element;
|
|
2404
3596
|
};
|
|
2405
3597
|
//#endregion
|
|
2406
3598
|
//#region src/components/separator/separator.variants.d.ts
|
|
2407
|
-
declare const separatorVariants:
|
|
3599
|
+
declare const separatorVariants: tailwind_variants12733.TVReturnType<{
|
|
2408
3600
|
orientation: {
|
|
2409
3601
|
horizontal: string;
|
|
2410
3602
|
vertical: string;
|
|
@@ -2414,7 +3606,7 @@ declare const separatorVariants: tailwind_variants245.TVReturnType<{
|
|
|
2414
3606
|
horizontal: string;
|
|
2415
3607
|
vertical: string;
|
|
2416
3608
|
};
|
|
2417
|
-
}, undefined,
|
|
3609
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
2418
3610
|
orientation: {
|
|
2419
3611
|
horizontal: string;
|
|
2420
3612
|
vertical: string;
|
|
@@ -2428,37 +3620,37 @@ declare const Separator: ({
|
|
|
2428
3620
|
className,
|
|
2429
3621
|
orientation,
|
|
2430
3622
|
...props
|
|
2431
|
-
}: SeparatorProps) =>
|
|
3623
|
+
}: SeparatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
2432
3624
|
//#endregion
|
|
2433
3625
|
//#region src/components/sidebar/sidebar.variants.d.ts
|
|
2434
|
-
declare const sidebarVariants:
|
|
3626
|
+
declare const sidebarVariants: tailwind_variants12733.TVReturnType<{
|
|
2435
3627
|
[key: string]: {
|
|
2436
|
-
[key: string]:
|
|
2437
|
-
content?:
|
|
2438
|
-
header?:
|
|
2439
|
-
panel?:
|
|
2440
|
-
root?:
|
|
2441
|
-
trigger?:
|
|
2442
|
-
footer?:
|
|
2443
|
-
menu?:
|
|
2444
|
-
menuItem?:
|
|
2445
|
-
menuLabel?:
|
|
2446
|
-
outlet?:
|
|
3628
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3629
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3630
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
3631
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
3632
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3633
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3634
|
+
footer?: tailwind_merge94163.ClassNameValue;
|
|
3635
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
3636
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
3637
|
+
menuLabel?: tailwind_merge94163.ClassNameValue;
|
|
3638
|
+
outlet?: tailwind_merge94163.ClassNameValue;
|
|
2447
3639
|
};
|
|
2448
3640
|
};
|
|
2449
3641
|
} | {
|
|
2450
3642
|
[x: string]: {
|
|
2451
|
-
[x: string]:
|
|
2452
|
-
content?:
|
|
2453
|
-
header?:
|
|
2454
|
-
panel?:
|
|
2455
|
-
root?:
|
|
2456
|
-
trigger?:
|
|
2457
|
-
footer?:
|
|
2458
|
-
menu?:
|
|
2459
|
-
menuItem?:
|
|
2460
|
-
menuLabel?:
|
|
2461
|
-
outlet?:
|
|
3643
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3644
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3645
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
3646
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
3647
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3648
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3649
|
+
footer?: tailwind_merge94163.ClassNameValue;
|
|
3650
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
3651
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
3652
|
+
menuLabel?: tailwind_merge94163.ClassNameValue;
|
|
3653
|
+
outlet?: tailwind_merge94163.ClassNameValue;
|
|
2462
3654
|
};
|
|
2463
3655
|
};
|
|
2464
3656
|
} | {}, {
|
|
@@ -2474,17 +3666,17 @@ declare const sidebarVariants: tailwind_variants245.TVReturnType<{
|
|
|
2474
3666
|
trigger: string;
|
|
2475
3667
|
}, undefined, {
|
|
2476
3668
|
[key: string]: {
|
|
2477
|
-
[key: string]:
|
|
2478
|
-
content?:
|
|
2479
|
-
header?:
|
|
2480
|
-
panel?:
|
|
2481
|
-
root?:
|
|
2482
|
-
trigger?:
|
|
2483
|
-
footer?:
|
|
2484
|
-
menu?:
|
|
2485
|
-
menuItem?:
|
|
2486
|
-
menuLabel?:
|
|
2487
|
-
outlet?:
|
|
3669
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3670
|
+
content?: tailwind_merge94163.ClassNameValue;
|
|
3671
|
+
header?: tailwind_merge94163.ClassNameValue;
|
|
3672
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
3673
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3674
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
3675
|
+
footer?: tailwind_merge94163.ClassNameValue;
|
|
3676
|
+
menu?: tailwind_merge94163.ClassNameValue;
|
|
3677
|
+
menuItem?: tailwind_merge94163.ClassNameValue;
|
|
3678
|
+
menuLabel?: tailwind_merge94163.ClassNameValue;
|
|
3679
|
+
outlet?: tailwind_merge94163.ClassNameValue;
|
|
2488
3680
|
};
|
|
2489
3681
|
};
|
|
2490
3682
|
} | {}, {
|
|
@@ -2498,7 +3690,7 @@ declare const sidebarVariants: tailwind_variants245.TVReturnType<{
|
|
|
2498
3690
|
panel: string;
|
|
2499
3691
|
root: string;
|
|
2500
3692
|
trigger: string;
|
|
2501
|
-
},
|
|
3693
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2502
3694
|
content: string;
|
|
2503
3695
|
footer: string;
|
|
2504
3696
|
header: string;
|
|
@@ -2524,80 +3716,80 @@ interface SidebarFooterProps extends React$1.ComponentProps<"footer"> {}
|
|
|
2524
3716
|
interface SidebarTriggerProps extends React$1.ComponentProps<"button"> {}
|
|
2525
3717
|
interface SidebarOutletProps extends React$1.ComponentProps<"div"> {}
|
|
2526
3718
|
interface SidebarMenuProps extends React$1.ComponentProps<"nav"> {}
|
|
2527
|
-
interface SidebarMenuItemProps extends React$1.ComponentProps<
|
|
3719
|
+
interface SidebarMenuItemProps extends React$1.ComponentProps<"li"> {}
|
|
2528
3720
|
interface SidebarMenuLabelProps extends React$1.ComponentProps<"div"> {}
|
|
2529
|
-
declare const _default$
|
|
3721
|
+
declare const _default$26: (({
|
|
2530
3722
|
className,
|
|
2531
3723
|
isOpen,
|
|
2532
3724
|
onOpenChange,
|
|
2533
3725
|
...props
|
|
2534
|
-
}: SidebarProps) =>
|
|
3726
|
+
}: SidebarProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2535
3727
|
Content: ({
|
|
2536
3728
|
className,
|
|
2537
3729
|
...props
|
|
2538
|
-
}: SidebarContentProps) =>
|
|
3730
|
+
}: SidebarContentProps) => react_jsx_runtime37621.JSX.Element;
|
|
2539
3731
|
Footer: ({
|
|
2540
3732
|
className,
|
|
2541
3733
|
...props
|
|
2542
|
-
}: SidebarFooterProps) =>
|
|
3734
|
+
}: SidebarFooterProps) => react_jsx_runtime37621.JSX.Element;
|
|
2543
3735
|
Header: ({
|
|
2544
3736
|
className,
|
|
2545
3737
|
...props
|
|
2546
|
-
}: SidebarHeaderProps) =>
|
|
3738
|
+
}: SidebarHeaderProps) => react_jsx_runtime37621.JSX.Element;
|
|
2547
3739
|
Menu: ({
|
|
2548
3740
|
className,
|
|
2549
3741
|
...props
|
|
2550
|
-
}: SidebarMenuProps) =>
|
|
3742
|
+
}: SidebarMenuProps) => react_jsx_runtime37621.JSX.Element;
|
|
2551
3743
|
MenuItem: ({
|
|
2552
3744
|
className,
|
|
2553
3745
|
...props
|
|
2554
|
-
}: SidebarMenuItemProps) =>
|
|
3746
|
+
}: SidebarMenuItemProps) => react_jsx_runtime37621.JSX.Element;
|
|
2555
3747
|
MenuLabel: ({
|
|
2556
3748
|
className,
|
|
2557
3749
|
...props
|
|
2558
|
-
}: SidebarMenuLabelProps) =>
|
|
3750
|
+
}: SidebarMenuLabelProps) => react_jsx_runtime37621.JSX.Element;
|
|
2559
3751
|
Outlet: ({
|
|
2560
3752
|
className,
|
|
2561
3753
|
...props
|
|
2562
|
-
}: SidebarOutletProps) =>
|
|
3754
|
+
}: SidebarOutletProps) => react_jsx_runtime37621.JSX.Element;
|
|
2563
3755
|
Panel: ({
|
|
2564
3756
|
className,
|
|
2565
3757
|
...props
|
|
2566
|
-
}: SidebarPanelProps) =>
|
|
3758
|
+
}: SidebarPanelProps) => react_jsx_runtime37621.JSX.Element;
|
|
2567
3759
|
Root: ({
|
|
2568
3760
|
className,
|
|
2569
3761
|
isOpen,
|
|
2570
3762
|
onOpenChange,
|
|
2571
3763
|
...props
|
|
2572
|
-
}: SidebarProps) =>
|
|
3764
|
+
}: SidebarProps) => react_jsx_runtime37621.JSX.Element;
|
|
2573
3765
|
Trigger: ({
|
|
2574
3766
|
className,
|
|
2575
3767
|
children,
|
|
2576
3768
|
...props
|
|
2577
|
-
}: SidebarTriggerProps) =>
|
|
3769
|
+
}: SidebarTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2578
3770
|
};
|
|
2579
3771
|
//#endregion
|
|
2580
3772
|
//#region src/components/slider/slider.variants.d.ts
|
|
2581
|
-
declare const sliderVariants:
|
|
3773
|
+
declare const sliderVariants: tailwind_variants12733.TVReturnType<{
|
|
2582
3774
|
[key: string]: {
|
|
2583
|
-
[key: string]:
|
|
2584
|
-
root?:
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
control?:
|
|
2589
|
-
thumb?:
|
|
3775
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3776
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3777
|
+
track?: tailwind_merge94163.ClassNameValue;
|
|
3778
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3779
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
3780
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
3781
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
2590
3782
|
};
|
|
2591
3783
|
};
|
|
2592
3784
|
} | {
|
|
2593
3785
|
[x: string]: {
|
|
2594
|
-
[x: string]:
|
|
2595
|
-
root?:
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
control?:
|
|
2600
|
-
thumb?:
|
|
3786
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3787
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3788
|
+
track?: tailwind_merge94163.ClassNameValue;
|
|
3789
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3790
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
3791
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
3792
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
2601
3793
|
};
|
|
2602
3794
|
};
|
|
2603
3795
|
} | {}, {
|
|
@@ -2609,13 +3801,13 @@ declare const sliderVariants: tailwind_variants245.TVReturnType<{
|
|
|
2609
3801
|
value: string;
|
|
2610
3802
|
}, undefined, {
|
|
2611
3803
|
[key: string]: {
|
|
2612
|
-
[key: string]:
|
|
2613
|
-
root?:
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
control?:
|
|
2618
|
-
thumb?:
|
|
3804
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3805
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3806
|
+
track?: tailwind_merge94163.ClassNameValue;
|
|
3807
|
+
value?: tailwind_merge94163.ClassNameValue;
|
|
3808
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
3809
|
+
control?: tailwind_merge94163.ClassNameValue;
|
|
3810
|
+
thumb?: tailwind_merge94163.ClassNameValue;
|
|
2619
3811
|
};
|
|
2620
3812
|
};
|
|
2621
3813
|
} | {}, {
|
|
@@ -2625,7 +3817,7 @@ declare const sliderVariants: tailwind_variants245.TVReturnType<{
|
|
|
2625
3817
|
thumb: string;
|
|
2626
3818
|
track: string;
|
|
2627
3819
|
value: string;
|
|
2628
|
-
},
|
|
3820
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2629
3821
|
control: string;
|
|
2630
3822
|
indicator: string;
|
|
2631
3823
|
root: string;
|
|
@@ -2637,38 +3829,38 @@ type SliderVariants = VariantProps<typeof sliderVariants>;
|
|
|
2637
3829
|
//#endregion
|
|
2638
3830
|
//#region src/components/slider/slider.d.ts
|
|
2639
3831
|
interface SliderProps extends SliderVariants, Slider.Root.Props {}
|
|
2640
|
-
declare const _default$
|
|
3832
|
+
declare const _default$27: (({
|
|
2641
3833
|
className,
|
|
2642
3834
|
...props
|
|
2643
|
-
}: SliderProps) =>
|
|
3835
|
+
}: SliderProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2644
3836
|
Control: ({
|
|
2645
3837
|
className,
|
|
2646
3838
|
...props
|
|
2647
|
-
}: Slider.Control.Props) =>
|
|
3839
|
+
}: Slider.Control.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2648
3840
|
Indicator: ({
|
|
2649
3841
|
className,
|
|
2650
3842
|
...props
|
|
2651
|
-
}: Slider.Indicator.Props) =>
|
|
3843
|
+
}: Slider.Indicator.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2652
3844
|
Root: ({
|
|
2653
3845
|
className,
|
|
2654
3846
|
...props
|
|
2655
|
-
}: SliderProps) =>
|
|
3847
|
+
}: SliderProps) => react_jsx_runtime37621.JSX.Element;
|
|
2656
3848
|
Thumb: ({
|
|
2657
3849
|
className,
|
|
2658
3850
|
...props
|
|
2659
|
-
}: Slider.Thumb.Props) =>
|
|
3851
|
+
}: Slider.Thumb.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2660
3852
|
Track: ({
|
|
2661
3853
|
className,
|
|
2662
3854
|
...props
|
|
2663
|
-
}: Slider.Track.Props) =>
|
|
3855
|
+
}: Slider.Track.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2664
3856
|
Value: ({
|
|
2665
3857
|
className,
|
|
2666
3858
|
...props
|
|
2667
|
-
}: Slider.Value.Props) =>
|
|
3859
|
+
}: Slider.Value.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2668
3860
|
};
|
|
2669
3861
|
//#endregion
|
|
2670
3862
|
//#region src/components/spinner/spinner.variants.d.ts
|
|
2671
|
-
declare const spinnerVariants:
|
|
3863
|
+
declare const spinnerVariants: tailwind_variants12733.TVReturnType<{
|
|
2672
3864
|
size: {
|
|
2673
3865
|
lg: string;
|
|
2674
3866
|
md: string;
|
|
@@ -2692,7 +3884,7 @@ declare const spinnerVariants: tailwind_variants245.TVReturnType<{
|
|
|
2692
3884
|
primary: string;
|
|
2693
3885
|
success: string;
|
|
2694
3886
|
};
|
|
2695
|
-
}, undefined,
|
|
3887
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
2696
3888
|
size: {
|
|
2697
3889
|
lg: string;
|
|
2698
3890
|
md: string;
|
|
@@ -2717,10 +3909,10 @@ declare const Spinner: ({
|
|
|
2717
3909
|
variant,
|
|
2718
3910
|
asChild,
|
|
2719
3911
|
...props
|
|
2720
|
-
}: SpinnerProps) =>
|
|
3912
|
+
}: SpinnerProps) => react_jsx_runtime37621.JSX.Element;
|
|
2721
3913
|
//#endregion
|
|
2722
3914
|
//#region src/components/switch/switch.variants.d.ts
|
|
2723
|
-
declare const switchVariants:
|
|
3915
|
+
declare const switchVariants: tailwind_variants12733.TVReturnType<{
|
|
2724
3916
|
size: {
|
|
2725
3917
|
lg: {
|
|
2726
3918
|
root: string;
|
|
@@ -2750,7 +3942,7 @@ declare const switchVariants: tailwind_variants245.TVReturnType<{
|
|
|
2750
3942
|
}, {
|
|
2751
3943
|
root: string;
|
|
2752
3944
|
thumb: string;
|
|
2753
|
-
},
|
|
3945
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
2754
3946
|
size: {
|
|
2755
3947
|
lg: {
|
|
2756
3948
|
root: string;
|
|
@@ -2770,45 +3962,45 @@ type SwitchVariants = VariantProps<typeof switchVariants>;
|
|
|
2770
3962
|
//#endregion
|
|
2771
3963
|
//#region src/components/switch/switch.d.ts
|
|
2772
3964
|
interface SwitchProps extends SwitchVariants, Switch.Root.Props {}
|
|
2773
|
-
declare const _default$
|
|
3965
|
+
declare const _default$28: (({
|
|
2774
3966
|
className,
|
|
2775
3967
|
size,
|
|
2776
3968
|
...props
|
|
2777
|
-
}: SwitchProps) =>
|
|
3969
|
+
}: SwitchProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2778
3970
|
Root: ({
|
|
2779
3971
|
className,
|
|
2780
3972
|
size,
|
|
2781
3973
|
...props
|
|
2782
|
-
}: SwitchProps) =>
|
|
3974
|
+
}: SwitchProps) => react_jsx_runtime37621.JSX.Element;
|
|
2783
3975
|
Thumb: ({
|
|
2784
3976
|
className,
|
|
2785
3977
|
...props
|
|
2786
|
-
}: Switch.Thumb.Props) =>
|
|
3978
|
+
}: Switch.Thumb.Props) => react_jsx_runtime37621.JSX.Element;
|
|
2787
3979
|
};
|
|
2788
3980
|
//#endregion
|
|
2789
3981
|
//#region src/components/table/table.variants.d.ts
|
|
2790
|
-
declare const tableVariants:
|
|
3982
|
+
declare const tableVariants: tailwind_variants12733.TVReturnType<{
|
|
2791
3983
|
[key: string]: {
|
|
2792
|
-
[key: string]:
|
|
2793
|
-
root?:
|
|
2794
|
-
tbody?:
|
|
2795
|
-
td?:
|
|
2796
|
-
tfoot?:
|
|
2797
|
-
th?:
|
|
2798
|
-
thead?:
|
|
2799
|
-
tr?:
|
|
3984
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
3985
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3986
|
+
tbody?: tailwind_merge94163.ClassNameValue;
|
|
3987
|
+
td?: tailwind_merge94163.ClassNameValue;
|
|
3988
|
+
tfoot?: tailwind_merge94163.ClassNameValue;
|
|
3989
|
+
th?: tailwind_merge94163.ClassNameValue;
|
|
3990
|
+
thead?: tailwind_merge94163.ClassNameValue;
|
|
3991
|
+
tr?: tailwind_merge94163.ClassNameValue;
|
|
2800
3992
|
};
|
|
2801
3993
|
};
|
|
2802
3994
|
} | {
|
|
2803
3995
|
[x: string]: {
|
|
2804
|
-
[x: string]:
|
|
2805
|
-
root?:
|
|
2806
|
-
tbody?:
|
|
2807
|
-
td?:
|
|
2808
|
-
tfoot?:
|
|
2809
|
-
th?:
|
|
2810
|
-
thead?:
|
|
2811
|
-
tr?:
|
|
3996
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
3997
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
3998
|
+
tbody?: tailwind_merge94163.ClassNameValue;
|
|
3999
|
+
td?: tailwind_merge94163.ClassNameValue;
|
|
4000
|
+
tfoot?: tailwind_merge94163.ClassNameValue;
|
|
4001
|
+
th?: tailwind_merge94163.ClassNameValue;
|
|
4002
|
+
thead?: tailwind_merge94163.ClassNameValue;
|
|
4003
|
+
tr?: tailwind_merge94163.ClassNameValue;
|
|
2812
4004
|
};
|
|
2813
4005
|
};
|
|
2814
4006
|
} | {}, {
|
|
@@ -2821,14 +4013,14 @@ declare const tableVariants: tailwind_variants245.TVReturnType<{
|
|
|
2821
4013
|
tr: string;
|
|
2822
4014
|
}, undefined, {
|
|
2823
4015
|
[key: string]: {
|
|
2824
|
-
[key: string]:
|
|
2825
|
-
root?:
|
|
2826
|
-
tbody?:
|
|
2827
|
-
td?:
|
|
2828
|
-
tfoot?:
|
|
2829
|
-
th?:
|
|
2830
|
-
thead?:
|
|
2831
|
-
tr?:
|
|
4016
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
4017
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4018
|
+
tbody?: tailwind_merge94163.ClassNameValue;
|
|
4019
|
+
td?: tailwind_merge94163.ClassNameValue;
|
|
4020
|
+
tfoot?: tailwind_merge94163.ClassNameValue;
|
|
4021
|
+
th?: tailwind_merge94163.ClassNameValue;
|
|
4022
|
+
thead?: tailwind_merge94163.ClassNameValue;
|
|
4023
|
+
tr?: tailwind_merge94163.ClassNameValue;
|
|
2832
4024
|
};
|
|
2833
4025
|
};
|
|
2834
4026
|
} | {}, {
|
|
@@ -2839,7 +4031,7 @@ declare const tableVariants: tailwind_variants245.TVReturnType<{
|
|
|
2839
4031
|
th: string;
|
|
2840
4032
|
thead: string;
|
|
2841
4033
|
tr: string;
|
|
2842
|
-
},
|
|
4034
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2843
4035
|
root: string;
|
|
2844
4036
|
tbody: string;
|
|
2845
4037
|
td: string;
|
|
@@ -2858,59 +4050,59 @@ interface TableHeaderCellProps extends React.ComponentProps<"th"> {}
|
|
|
2858
4050
|
interface TableBodyProps extends React.ComponentProps<"tbody"> {}
|
|
2859
4051
|
interface TableDataCellProps extends React.ComponentProps<"td"> {}
|
|
2860
4052
|
interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
2861
|
-
declare const _default$
|
|
4053
|
+
declare const _default$29: (({
|
|
2862
4054
|
className,
|
|
2863
4055
|
...props
|
|
2864
|
-
}: TableProps) =>
|
|
4056
|
+
}: TableProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2865
4057
|
Body: ({
|
|
2866
4058
|
className,
|
|
2867
4059
|
...props
|
|
2868
|
-
}: TableBodyProps) =>
|
|
4060
|
+
}: TableBodyProps) => react_jsx_runtime37621.JSX.Element;
|
|
2869
4061
|
DataCell: ({
|
|
2870
4062
|
className,
|
|
2871
4063
|
...props
|
|
2872
|
-
}: TableDataCellProps) =>
|
|
4064
|
+
}: TableDataCellProps) => react_jsx_runtime37621.JSX.Element;
|
|
2873
4065
|
Footer: ({
|
|
2874
4066
|
className,
|
|
2875
4067
|
...props
|
|
2876
|
-
}: TableFooterProps) =>
|
|
4068
|
+
}: TableFooterProps) => react_jsx_runtime37621.JSX.Element;
|
|
2877
4069
|
Head: ({
|
|
2878
4070
|
className,
|
|
2879
4071
|
...props
|
|
2880
|
-
}: TableHeadProps) =>
|
|
4072
|
+
}: TableHeadProps) => react_jsx_runtime37621.JSX.Element;
|
|
2881
4073
|
HeaderCell: ({
|
|
2882
4074
|
className,
|
|
2883
4075
|
...props
|
|
2884
|
-
}: TableHeaderCellProps) =>
|
|
4076
|
+
}: TableHeaderCellProps) => react_jsx_runtime37621.JSX.Element;
|
|
2885
4077
|
Root: ({
|
|
2886
4078
|
className,
|
|
2887
4079
|
...props
|
|
2888
|
-
}: TableProps) =>
|
|
4080
|
+
}: TableProps) => react_jsx_runtime37621.JSX.Element;
|
|
2889
4081
|
Row: ({
|
|
2890
4082
|
className,
|
|
2891
4083
|
...props
|
|
2892
|
-
}: TableRowProps) =>
|
|
4084
|
+
}: TableRowProps) => react_jsx_runtime37621.JSX.Element;
|
|
2893
4085
|
};
|
|
2894
4086
|
//#endregion
|
|
2895
4087
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
2896
|
-
declare const tabsVariants:
|
|
4088
|
+
declare const tabsVariants: tailwind_variants12733.TVReturnType<{
|
|
2897
4089
|
[key: string]: {
|
|
2898
|
-
[key: string]:
|
|
2899
|
-
panel?:
|
|
2900
|
-
root?:
|
|
2901
|
-
indicator?:
|
|
2902
|
-
list?:
|
|
2903
|
-
tab?:
|
|
4090
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
4091
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
4092
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4093
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
4094
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
4095
|
+
tab?: tailwind_merge94163.ClassNameValue;
|
|
2904
4096
|
};
|
|
2905
4097
|
};
|
|
2906
4098
|
} | {
|
|
2907
4099
|
[x: string]: {
|
|
2908
|
-
[x: string]:
|
|
2909
|
-
panel?:
|
|
2910
|
-
root?:
|
|
2911
|
-
indicator?:
|
|
2912
|
-
list?:
|
|
2913
|
-
tab?:
|
|
4100
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
4101
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
4102
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4103
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
4104
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
4105
|
+
tab?: tailwind_merge94163.ClassNameValue;
|
|
2914
4106
|
};
|
|
2915
4107
|
};
|
|
2916
4108
|
} | {}, {
|
|
@@ -2921,12 +4113,12 @@ declare const tabsVariants: tailwind_variants245.TVReturnType<{
|
|
|
2921
4113
|
tab: string;
|
|
2922
4114
|
}, undefined, {
|
|
2923
4115
|
[key: string]: {
|
|
2924
|
-
[key: string]:
|
|
2925
|
-
panel?:
|
|
2926
|
-
root?:
|
|
2927
|
-
indicator?:
|
|
2928
|
-
list?:
|
|
2929
|
-
tab?:
|
|
4116
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
4117
|
+
panel?: tailwind_merge94163.ClassNameValue;
|
|
4118
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4119
|
+
indicator?: tailwind_merge94163.ClassNameValue;
|
|
4120
|
+
list?: tailwind_merge94163.ClassNameValue;
|
|
4121
|
+
tab?: tailwind_merge94163.ClassNameValue;
|
|
2930
4122
|
};
|
|
2931
4123
|
};
|
|
2932
4124
|
} | {}, {
|
|
@@ -2935,7 +4127,7 @@ declare const tabsVariants: tailwind_variants245.TVReturnType<{
|
|
|
2935
4127
|
panel: string;
|
|
2936
4128
|
root: string;
|
|
2937
4129
|
tab: string;
|
|
2938
|
-
},
|
|
4130
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
2939
4131
|
indicator: string;
|
|
2940
4132
|
list: string;
|
|
2941
4133
|
panel: string;
|
|
@@ -2950,34 +4142,34 @@ interface TabsListProps extends Tabs.List.Props {}
|
|
|
2950
4142
|
interface TabsTabProps extends Tabs.Tab.Props {}
|
|
2951
4143
|
interface TabsIndicatorProps extends Tabs.Indicator.Props {}
|
|
2952
4144
|
interface TabsPanelProps extends Tabs.Panel.Props {}
|
|
2953
|
-
declare const _default$
|
|
4145
|
+
declare const _default$30: (({
|
|
2954
4146
|
className,
|
|
2955
4147
|
...props
|
|
2956
|
-
}: TabsProps) =>
|
|
4148
|
+
}: TabsProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
2957
4149
|
Indicator: ({
|
|
2958
4150
|
className,
|
|
2959
4151
|
...props
|
|
2960
|
-
}: TabsIndicatorProps) =>
|
|
4152
|
+
}: TabsIndicatorProps) => react_jsx_runtime37621.JSX.Element;
|
|
2961
4153
|
List: ({
|
|
2962
4154
|
className,
|
|
2963
4155
|
...props
|
|
2964
|
-
}: TabsListProps) =>
|
|
4156
|
+
}: TabsListProps) => react_jsx_runtime37621.JSX.Element;
|
|
2965
4157
|
Panel: ({
|
|
2966
4158
|
className,
|
|
2967
4159
|
...props
|
|
2968
|
-
}: TabsPanelProps) =>
|
|
4160
|
+
}: TabsPanelProps) => react_jsx_runtime37621.JSX.Element;
|
|
2969
4161
|
Root: ({
|
|
2970
4162
|
className,
|
|
2971
4163
|
...props
|
|
2972
|
-
}: TabsProps) =>
|
|
4164
|
+
}: TabsProps) => react_jsx_runtime37621.JSX.Element;
|
|
2973
4165
|
Tab: ({
|
|
2974
4166
|
className,
|
|
2975
4167
|
...props
|
|
2976
|
-
}: TabsTabProps) =>
|
|
4168
|
+
}: TabsTabProps) => react_jsx_runtime37621.JSX.Element;
|
|
2977
4169
|
};
|
|
2978
4170
|
//#endregion
|
|
2979
4171
|
//#region src/components/toast/toast.variants.d.ts
|
|
2980
|
-
declare const toastVariants:
|
|
4172
|
+
declare const toastVariants: tailwind_variants12733.TVReturnType<{
|
|
2981
4173
|
variant: {
|
|
2982
4174
|
default: {
|
|
2983
4175
|
root: string;
|
|
@@ -3009,7 +4201,7 @@ declare const toastVariants: tailwind_variants245.TVReturnType<{
|
|
|
3009
4201
|
root: string;
|
|
3010
4202
|
title: string;
|
|
3011
4203
|
viewport: string;
|
|
3012
|
-
},
|
|
4204
|
+
}, tailwind_variants12733.TVReturnType<{
|
|
3013
4205
|
variant: {
|
|
3014
4206
|
default: {
|
|
3015
4207
|
root: string;
|
|
@@ -3035,77 +4227,77 @@ interface ToastDescriptionProps extends Toast.Description.Props {}
|
|
|
3035
4227
|
interface ToastActionProps extends Toast.Action.Props {}
|
|
3036
4228
|
interface ToastCloseProps extends Toast.Close.Props {}
|
|
3037
4229
|
interface ToastViewportProps extends Toast.Viewport.Props {}
|
|
3038
|
-
declare const _default$
|
|
4230
|
+
declare const _default$31: (({
|
|
3039
4231
|
className,
|
|
3040
4232
|
variant,
|
|
3041
4233
|
...props
|
|
3042
|
-
}: ToastProps) =>
|
|
4234
|
+
}: ToastProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
3043
4235
|
Action: ({
|
|
3044
4236
|
className,
|
|
3045
4237
|
...props
|
|
3046
|
-
}: ToastActionProps) =>
|
|
4238
|
+
}: ToastActionProps) => react_jsx_runtime37621.JSX.Element;
|
|
3047
4239
|
Close: ({
|
|
3048
4240
|
className,
|
|
3049
4241
|
children,
|
|
3050
4242
|
...props
|
|
3051
|
-
}: ToastCloseProps) =>
|
|
4243
|
+
}: ToastCloseProps) => react_jsx_runtime37621.JSX.Element;
|
|
3052
4244
|
Description: ({
|
|
3053
4245
|
className,
|
|
3054
4246
|
...props
|
|
3055
|
-
}: ToastDescriptionProps) =>
|
|
3056
|
-
Portal:
|
|
3057
|
-
Provider:
|
|
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>;
|
|
3058
4250
|
Root: ({
|
|
3059
4251
|
className,
|
|
3060
4252
|
variant,
|
|
3061
4253
|
...props
|
|
3062
|
-
}: ToastProps) =>
|
|
4254
|
+
}: ToastProps) => react_jsx_runtime37621.JSX.Element;
|
|
3063
4255
|
Title: ({
|
|
3064
4256
|
className,
|
|
3065
4257
|
...props
|
|
3066
|
-
}: ToastTitleProps) =>
|
|
4258
|
+
}: ToastTitleProps) => react_jsx_runtime37621.JSX.Element;
|
|
3067
4259
|
Viewport: ({
|
|
3068
4260
|
className,
|
|
3069
4261
|
...props
|
|
3070
|
-
}: ToastViewportProps) =>
|
|
4262
|
+
}: ToastViewportProps) => react_jsx_runtime37621.JSX.Element;
|
|
3071
4263
|
};
|
|
3072
4264
|
//#endregion
|
|
3073
4265
|
//#region src/components/toast/index.d.ts
|
|
3074
4266
|
declare const useToast: typeof Toast.useToastManager;
|
|
3075
4267
|
//#endregion
|
|
3076
4268
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
3077
|
-
declare const toggleButtonVariants:
|
|
4269
|
+
declare const toggleButtonVariants: tailwind_variants12733.TVReturnType<{} | {
|
|
3078
4270
|
isIconOnly: {
|
|
3079
|
-
true:
|
|
3080
|
-
base?:
|
|
4271
|
+
true: tailwind_merge94163.ClassNameValue | {
|
|
4272
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3081
4273
|
};
|
|
3082
4274
|
};
|
|
3083
4275
|
size: {
|
|
3084
|
-
lg:
|
|
3085
|
-
base?:
|
|
4276
|
+
lg: tailwind_merge94163.ClassNameValue | {
|
|
4277
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3086
4278
|
};
|
|
3087
|
-
md:
|
|
3088
|
-
base?:
|
|
4279
|
+
md: tailwind_merge94163.ClassNameValue | {
|
|
4280
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3089
4281
|
};
|
|
3090
|
-
sm:
|
|
3091
|
-
base?:
|
|
4282
|
+
sm: tailwind_merge94163.ClassNameValue | {
|
|
4283
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3092
4284
|
};
|
|
3093
4285
|
};
|
|
3094
4286
|
variant: {
|
|
3095
|
-
danger:
|
|
3096
|
-
base?:
|
|
4287
|
+
danger: tailwind_merge94163.ClassNameValue | {
|
|
4288
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3097
4289
|
};
|
|
3098
|
-
ghost:
|
|
3099
|
-
base?:
|
|
4290
|
+
ghost: tailwind_merge94163.ClassNameValue | {
|
|
4291
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3100
4292
|
};
|
|
3101
|
-
outline:
|
|
3102
|
-
base?:
|
|
4293
|
+
outline: tailwind_merge94163.ClassNameValue | {
|
|
4294
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3103
4295
|
};
|
|
3104
|
-
primary:
|
|
3105
|
-
base?:
|
|
4296
|
+
primary: tailwind_merge94163.ClassNameValue | {
|
|
4297
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3106
4298
|
};
|
|
3107
|
-
secondary:
|
|
3108
|
-
base?:
|
|
4299
|
+
secondary: tailwind_merge94163.ClassNameValue | {
|
|
4300
|
+
base?: tailwind_merge94163.ClassNameValue;
|
|
3109
4301
|
};
|
|
3110
4302
|
};
|
|
3111
4303
|
}, undefined, "toggle-button", {
|
|
@@ -3124,7 +4316,7 @@ declare const toggleButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
|
3124
4316
|
primary: string;
|
|
3125
4317
|
secondary: string;
|
|
3126
4318
|
};
|
|
3127
|
-
}, undefined,
|
|
4319
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
3128
4320
|
isIconOnly: {
|
|
3129
4321
|
true: string;
|
|
3130
4322
|
};
|
|
@@ -3156,7 +4348,7 @@ declare const toggleButtonVariants: tailwind_variants245.TVReturnType<{} | {
|
|
|
3156
4348
|
primary: string;
|
|
3157
4349
|
secondary: string;
|
|
3158
4350
|
};
|
|
3159
|
-
}, undefined,
|
|
4351
|
+
}, undefined, tailwind_variants12733.TVReturnType<{
|
|
3160
4352
|
isIconOnly: {
|
|
3161
4353
|
true: string;
|
|
3162
4354
|
};
|
|
@@ -3182,29 +4374,29 @@ declare const ToggleButton: ({
|
|
|
3182
4374
|
variant,
|
|
3183
4375
|
size,
|
|
3184
4376
|
...props
|
|
3185
|
-
}: ToggleButtonProps) =>
|
|
4377
|
+
}: ToggleButtonProps) => react_jsx_runtime37621.JSX.Element;
|
|
3186
4378
|
//#endregion
|
|
3187
4379
|
//#region src/components/tooltip/tooltip.variants.d.ts
|
|
3188
|
-
declare const tooltipVariants:
|
|
4380
|
+
declare const tooltipVariants: tailwind_variants12733.TVReturnType<{
|
|
3189
4381
|
[key: string]: {
|
|
3190
|
-
[key: string]:
|
|
3191
|
-
root?:
|
|
3192
|
-
trigger?:
|
|
3193
|
-
popup?:
|
|
3194
|
-
portal?:
|
|
3195
|
-
|
|
3196
|
-
|
|
4382
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
4383
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4384
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
4385
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
4386
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
4387
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
4388
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3197
4389
|
};
|
|
3198
4390
|
};
|
|
3199
4391
|
} | {
|
|
3200
4392
|
[x: string]: {
|
|
3201
|
-
[x: string]:
|
|
3202
|
-
root?:
|
|
3203
|
-
trigger?:
|
|
3204
|
-
popup?:
|
|
3205
|
-
portal?:
|
|
3206
|
-
|
|
3207
|
-
|
|
4393
|
+
[x: string]: tailwind_merge94163.ClassNameValue | {
|
|
4394
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4395
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
4396
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
4397
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
4398
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
4399
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3208
4400
|
};
|
|
3209
4401
|
};
|
|
3210
4402
|
} | {}, {
|
|
@@ -3216,13 +4408,13 @@ declare const tooltipVariants: tailwind_variants245.TVReturnType<{
|
|
|
3216
4408
|
trigger: string;
|
|
3217
4409
|
}, undefined, {
|
|
3218
4410
|
[key: string]: {
|
|
3219
|
-
[key: string]:
|
|
3220
|
-
root?:
|
|
3221
|
-
trigger?:
|
|
3222
|
-
popup?:
|
|
3223
|
-
portal?:
|
|
3224
|
-
|
|
3225
|
-
|
|
4411
|
+
[key: string]: tailwind_merge94163.ClassNameValue | {
|
|
4412
|
+
root?: tailwind_merge94163.ClassNameValue;
|
|
4413
|
+
trigger?: tailwind_merge94163.ClassNameValue;
|
|
4414
|
+
popup?: tailwind_merge94163.ClassNameValue;
|
|
4415
|
+
portal?: tailwind_merge94163.ClassNameValue;
|
|
4416
|
+
positioner?: tailwind_merge94163.ClassNameValue;
|
|
4417
|
+
arrow?: tailwind_merge94163.ClassNameValue;
|
|
3226
4418
|
};
|
|
3227
4419
|
};
|
|
3228
4420
|
} | {}, {
|
|
@@ -3232,7 +4424,7 @@ declare const tooltipVariants: tailwind_variants245.TVReturnType<{
|
|
|
3232
4424
|
positioner: string;
|
|
3233
4425
|
root: string;
|
|
3234
4426
|
trigger: string;
|
|
3235
|
-
},
|
|
4427
|
+
}, tailwind_variants12733.TVReturnType<unknown, {
|
|
3236
4428
|
arrow: string;
|
|
3237
4429
|
popup: string;
|
|
3238
4430
|
portal: string;
|
|
@@ -3249,34 +4441,34 @@ interface TooltipPortalProps extends Tooltip.Portal.Props {}
|
|
|
3249
4441
|
interface TooltipPositionerProps extends Tooltip.Positioner.Props {}
|
|
3250
4442
|
interface TooltipPopupProps extends Tooltip.Popup.Props {}
|
|
3251
4443
|
interface TooltipArrowProps extends Tooltip.Arrow.Props {}
|
|
3252
|
-
declare const _default$
|
|
4444
|
+
declare const _default$32: (({
|
|
3253
4445
|
...props
|
|
3254
|
-
}: TooltipProps) =>
|
|
4446
|
+
}: TooltipProps) => react_jsx_runtime37621.JSX.Element) & {
|
|
3255
4447
|
Arrow: ({
|
|
3256
4448
|
className,
|
|
3257
4449
|
...props
|
|
3258
|
-
}: TooltipArrowProps) =>
|
|
4450
|
+
}: TooltipArrowProps) => react_jsx_runtime37621.JSX.Element;
|
|
3259
4451
|
Popup: ({
|
|
3260
4452
|
className,
|
|
3261
4453
|
...props
|
|
3262
|
-
}: TooltipPopupProps) =>
|
|
4454
|
+
}: TooltipPopupProps) => react_jsx_runtime37621.JSX.Element;
|
|
3263
4455
|
Portal: ({
|
|
3264
4456
|
className,
|
|
3265
4457
|
...props
|
|
3266
|
-
}: TooltipPortalProps) =>
|
|
4458
|
+
}: TooltipPortalProps) => react_jsx_runtime37621.JSX.Element;
|
|
3267
4459
|
Positioner: ({
|
|
3268
4460
|
className,
|
|
3269
4461
|
...props
|
|
3270
|
-
}: TooltipPositionerProps) =>
|
|
3271
|
-
Provider:
|
|
4462
|
+
}: TooltipPositionerProps) => react_jsx_runtime37621.JSX.Element;
|
|
4463
|
+
Provider: react539.FC<_base_ui_react269.TooltipProviderProps>;
|
|
3272
4464
|
Root: ({
|
|
3273
4465
|
...props
|
|
3274
|
-
}: TooltipProps) =>
|
|
4466
|
+
}: TooltipProps) => react_jsx_runtime37621.JSX.Element;
|
|
3275
4467
|
Trigger: ({
|
|
3276
4468
|
className,
|
|
3277
4469
|
...props
|
|
3278
|
-
}: TooltipTriggerProps) =>
|
|
4470
|
+
}: TooltipTriggerProps) => react_jsx_runtime37621.JSX.Element;
|
|
3279
4471
|
};
|
|
3280
4472
|
//#endregion
|
|
3281
|
-
export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$
|
|
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, _default$31 as Toast, ToggleButton, ToggleButtonVariants, _default$32 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, useToast };
|
|
3282
4474
|
//# sourceMappingURL=index.d.cts.map
|