@fea-ui/react 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -3932
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +99 -100
- package/dist/index.d.mts +730 -731
- package/dist/index.mjs +1 -3559
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -18
package/dist/index.d.mts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwind_variants1 from "tailwind-variants";
|
|
3
3
|
import { VariantProps, cn } from "tailwind-variants";
|
|
4
4
|
import * as _base_ui_react0 from "@base-ui/react";
|
|
5
5
|
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, Autocomplete as Autocomplete$1, Avatar as Avatar$1, Button as Button$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Collapsible as Collapsible$1, Combobox as Combobox$1, ContextMenu as ContextMenu$1, Dialog as Dialog$1, Field as Field$1, Fieldset as Fieldset$1, Form as Form$1, Input as Input$1, Menu as Menu$1, Meter as Meter$1, NavigationMenu as NavigationMenu$1, NumberField as NumberField$1, Popover as Popover$1, PreviewCard as PreviewCard$1, Progress as Progress$1, Radio as Radio$1, RadioGroup as RadioGroup$1, ScrollArea as ScrollArea$1, Select as Select$1, Separator as Separator$1, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleProps, Tooltip as Tooltip$1 } from "@base-ui/react";
|
|
6
6
|
import React$1 from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime284 from "react/jsx-runtime";
|
|
8
8
|
import * as tailwind_merge0 from "tailwind-merge";
|
|
9
9
|
|
|
10
10
|
//#region src/components/accordion/accordion.variants.d.ts
|
|
11
|
-
declare const accordionVariants:
|
|
11
|
+
declare const accordionVariants: tailwind_variants1.TVReturnType<{
|
|
12
12
|
[key: string]: {
|
|
13
13
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
14
14
|
content?: tailwind_merge0.ClassNameValue;
|
|
@@ -60,7 +60,7 @@ declare const accordionVariants: tailwind_variants0.TVReturnType<{
|
|
|
60
60
|
root: string;
|
|
61
61
|
trigger: string;
|
|
62
62
|
triggerIcon: string;
|
|
63
|
-
},
|
|
63
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
64
64
|
content: string;
|
|
65
65
|
header: string;
|
|
66
66
|
item: string;
|
|
@@ -76,75 +76,75 @@ interface AccordionProps extends AccordionVariants, Accordion$1.Root.Props {}
|
|
|
76
76
|
declare const AccordionRoot: ({
|
|
77
77
|
className,
|
|
78
78
|
...props
|
|
79
|
-
}: AccordionProps) =>
|
|
79
|
+
}: AccordionProps) => react_jsx_runtime284.JSX.Element;
|
|
80
80
|
interface AccordionItemProps extends Accordion$1.Item.Props {}
|
|
81
81
|
declare const AccordionItem: ({
|
|
82
82
|
className,
|
|
83
83
|
...props
|
|
84
|
-
}: AccordionItemProps) =>
|
|
84
|
+
}: AccordionItemProps) => react_jsx_runtime284.JSX.Element;
|
|
85
85
|
interface AccordionHeaderProps extends Accordion$1.Header.Props {}
|
|
86
86
|
declare const AccordionHeader: ({
|
|
87
87
|
className,
|
|
88
88
|
...props
|
|
89
|
-
}: AccordionHeaderProps) =>
|
|
89
|
+
}: AccordionHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
90
90
|
interface AccordionTriggerProps extends Accordion$1.Trigger.Props {}
|
|
91
91
|
declare const AccordionTrigger: ({
|
|
92
92
|
className,
|
|
93
93
|
...props
|
|
94
|
-
}: AccordionTriggerProps) =>
|
|
94
|
+
}: AccordionTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
95
95
|
interface AccordionTriggerIconProps extends React.ComponentProps<"svg"> {}
|
|
96
96
|
declare const AccordionTriggerIcon: ({
|
|
97
97
|
className,
|
|
98
98
|
...props
|
|
99
|
-
}: AccordionTriggerIconProps) =>
|
|
99
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime284.JSX.Element;
|
|
100
100
|
interface AccordionPanelProps extends Accordion$1.Panel.Props {}
|
|
101
101
|
declare const AccordionPanel: ({
|
|
102
102
|
className,
|
|
103
103
|
...props
|
|
104
|
-
}: AccordionPanelProps) =>
|
|
104
|
+
}: AccordionPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
105
105
|
interface AccordionContentProps extends React.ComponentProps<"div"> {}
|
|
106
106
|
declare const AccordionContent: ({
|
|
107
107
|
className,
|
|
108
108
|
...props
|
|
109
|
-
}: AccordionContentProps) =>
|
|
109
|
+
}: AccordionContentProps) => react_jsx_runtime284.JSX.Element;
|
|
110
110
|
//#endregion
|
|
111
111
|
//#region src/components/accordion/index.d.ts
|
|
112
112
|
declare const Accordion: (({
|
|
113
113
|
className,
|
|
114
114
|
...props
|
|
115
|
-
}: AccordionProps) =>
|
|
115
|
+
}: AccordionProps) => react_jsx_runtime284.JSX.Element) & {
|
|
116
116
|
Content: ({
|
|
117
117
|
className,
|
|
118
118
|
...props
|
|
119
|
-
}: AccordionContentProps) =>
|
|
119
|
+
}: AccordionContentProps) => react_jsx_runtime284.JSX.Element;
|
|
120
120
|
Header: ({
|
|
121
121
|
className,
|
|
122
122
|
...props
|
|
123
|
-
}: AccordionHeaderProps) =>
|
|
123
|
+
}: AccordionHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
124
124
|
Item: ({
|
|
125
125
|
className,
|
|
126
126
|
...props
|
|
127
|
-
}: AccordionItemProps) =>
|
|
127
|
+
}: AccordionItemProps) => react_jsx_runtime284.JSX.Element;
|
|
128
128
|
Panel: ({
|
|
129
129
|
className,
|
|
130
130
|
...props
|
|
131
|
-
}: AccordionPanelProps) =>
|
|
131
|
+
}: AccordionPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
132
132
|
Root: ({
|
|
133
133
|
className,
|
|
134
134
|
...props
|
|
135
|
-
}: AccordionProps) =>
|
|
135
|
+
}: AccordionProps) => react_jsx_runtime284.JSX.Element;
|
|
136
136
|
Trigger: ({
|
|
137
137
|
className,
|
|
138
138
|
...props
|
|
139
|
-
}: AccordionTriggerProps) =>
|
|
139
|
+
}: AccordionTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
140
140
|
TriggerIcon: ({
|
|
141
141
|
className,
|
|
142
142
|
...props
|
|
143
|
-
}: AccordionTriggerIconProps) =>
|
|
143
|
+
}: AccordionTriggerIconProps) => react_jsx_runtime284.JSX.Element;
|
|
144
144
|
};
|
|
145
145
|
//#endregion
|
|
146
146
|
//#region src/components/alert/alert.variants.d.ts
|
|
147
|
-
declare const alertVariants:
|
|
147
|
+
declare const alertVariants: tailwind_variants1.TVReturnType<{
|
|
148
148
|
variant: {
|
|
149
149
|
danger: {
|
|
150
150
|
root: string;
|
|
@@ -192,7 +192,7 @@ declare const alertVariants: tailwind_variants0.TVReturnType<{
|
|
|
192
192
|
indicator: string;
|
|
193
193
|
root: string;
|
|
194
194
|
title: string;
|
|
195
|
-
},
|
|
195
|
+
}, tailwind_variants1.TVReturnType<{
|
|
196
196
|
variant: {
|
|
197
197
|
danger: {
|
|
198
198
|
root: string;
|
|
@@ -225,71 +225,71 @@ declare const AlertRoot: ({
|
|
|
225
225
|
className,
|
|
226
226
|
variant,
|
|
227
227
|
...props
|
|
228
|
-
}: AlertProps) =>
|
|
228
|
+
}: AlertProps) => react_jsx_runtime284.JSX.Element;
|
|
229
229
|
interface AlertIndicatorProps extends React.ComponentProps<"div"> {}
|
|
230
230
|
declare const AlertIndicator: ({
|
|
231
231
|
className,
|
|
232
232
|
children,
|
|
233
233
|
...props
|
|
234
|
-
}: AlertIndicatorProps) =>
|
|
234
|
+
}: AlertIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
235
235
|
interface AlertContentProps extends React.ComponentProps<"div"> {}
|
|
236
236
|
declare const AlertContent: ({
|
|
237
237
|
className,
|
|
238
238
|
...props
|
|
239
|
-
}: AlertContentProps) =>
|
|
239
|
+
}: AlertContentProps) => react_jsx_runtime284.JSX.Element;
|
|
240
240
|
interface AlertTitleProps extends React.ComponentProps<"div"> {}
|
|
241
241
|
declare const AlertTitle: ({
|
|
242
242
|
className,
|
|
243
243
|
...props
|
|
244
|
-
}: AlertTitleProps) =>
|
|
244
|
+
}: AlertTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
245
245
|
interface AlertDescriptionProps extends React.ComponentProps<"div"> {}
|
|
246
246
|
declare const AlertDescription: ({
|
|
247
247
|
className,
|
|
248
248
|
...props
|
|
249
|
-
}: AlertDescriptionProps) =>
|
|
249
|
+
}: AlertDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
250
250
|
//#endregion
|
|
251
251
|
//#region src/components/alert/index.d.ts
|
|
252
252
|
declare const Alert: (({
|
|
253
253
|
className,
|
|
254
254
|
variant,
|
|
255
255
|
...props
|
|
256
|
-
}: AlertProps) =>
|
|
256
|
+
}: AlertProps) => react_jsx_runtime284.JSX.Element) & {
|
|
257
257
|
Content: ({
|
|
258
258
|
className,
|
|
259
259
|
...props
|
|
260
|
-
}: AlertContentProps) =>
|
|
260
|
+
}: AlertContentProps) => react_jsx_runtime284.JSX.Element;
|
|
261
261
|
Description: ({
|
|
262
262
|
className,
|
|
263
263
|
...props
|
|
264
|
-
}: AlertDescriptionProps) =>
|
|
264
|
+
}: AlertDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
265
265
|
Indicator: ({
|
|
266
266
|
className,
|
|
267
267
|
children,
|
|
268
268
|
...props
|
|
269
|
-
}: AlertIndicatorProps) =>
|
|
269
|
+
}: AlertIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
270
270
|
Root: ({
|
|
271
271
|
className,
|
|
272
272
|
variant,
|
|
273
273
|
...props
|
|
274
|
-
}: AlertProps) =>
|
|
274
|
+
}: AlertProps) => react_jsx_runtime284.JSX.Element;
|
|
275
275
|
Title: ({
|
|
276
276
|
className,
|
|
277
277
|
...props
|
|
278
|
-
}: AlertTitleProps) =>
|
|
278
|
+
}: AlertTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
279
279
|
};
|
|
280
280
|
//#endregion
|
|
281
281
|
//#region src/components/alert-dialog/alert-dialog.variants.d.ts
|
|
282
|
-
declare const alertDialogVariants:
|
|
282
|
+
declare const alertDialogVariants: tailwind_variants1.TVReturnType<{
|
|
283
283
|
[key: string]: {
|
|
284
284
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
285
285
|
root?: tailwind_merge0.ClassNameValue;
|
|
286
286
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
287
287
|
title?: tailwind_merge0.ClassNameValue;
|
|
288
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
289
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
290
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
291
288
|
description?: tailwind_merge0.ClassNameValue;
|
|
289
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
292
290
|
close?: tailwind_merge0.ClassNameValue;
|
|
291
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
292
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
293
293
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
294
294
|
};
|
|
295
295
|
};
|
|
@@ -299,11 +299,11 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
299
299
|
root?: tailwind_merge0.ClassNameValue;
|
|
300
300
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
301
301
|
title?: tailwind_merge0.ClassNameValue;
|
|
302
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
303
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
304
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
305
302
|
description?: tailwind_merge0.ClassNameValue;
|
|
303
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
306
304
|
close?: tailwind_merge0.ClassNameValue;
|
|
305
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
306
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
307
307
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
308
308
|
};
|
|
309
309
|
};
|
|
@@ -323,11 +323,11 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
323
323
|
root?: tailwind_merge0.ClassNameValue;
|
|
324
324
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
325
325
|
title?: tailwind_merge0.ClassNameValue;
|
|
326
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
327
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
328
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
329
326
|
description?: tailwind_merge0.ClassNameValue;
|
|
327
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
330
328
|
close?: tailwind_merge0.ClassNameValue;
|
|
329
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
330
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
331
331
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
332
332
|
};
|
|
333
333
|
};
|
|
@@ -341,7 +341,7 @@ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
341
341
|
title: string;
|
|
342
342
|
trigger: string;
|
|
343
343
|
viewport: string;
|
|
344
|
-
},
|
|
344
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
345
345
|
backdrop: string;
|
|
346
346
|
close: string;
|
|
347
347
|
description: string;
|
|
@@ -358,93 +358,93 @@ type AlertDialogVariants = VariantProps<typeof alertDialogVariants>;
|
|
|
358
358
|
interface AlertDialogProps extends AlertDialogVariants, AlertDialog$1.Root.Props {}
|
|
359
359
|
declare const AlertDialogRoot: ({
|
|
360
360
|
...props
|
|
361
|
-
}: AlertDialogProps) =>
|
|
361
|
+
}: AlertDialogProps) => react_jsx_runtime284.JSX.Element;
|
|
362
362
|
interface AlertDialogTriggerProps extends AlertDialog$1.Trigger.Props {}
|
|
363
363
|
declare const AlertDialogTrigger: ({
|
|
364
364
|
className,
|
|
365
365
|
...props
|
|
366
|
-
}: AlertDialogTriggerProps) =>
|
|
366
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
367
367
|
interface AlertDialogPortalProps extends AlertDialog$1.Portal.Props {}
|
|
368
368
|
declare const AlertDialogPortal: ({
|
|
369
369
|
className,
|
|
370
370
|
...props
|
|
371
|
-
}: AlertDialogPortalProps) =>
|
|
371
|
+
}: AlertDialogPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
372
372
|
interface AlertDialogBackdropProps extends AlertDialog$1.Backdrop.Props {}
|
|
373
373
|
declare const AlertDialogBackdrop: ({
|
|
374
374
|
className,
|
|
375
375
|
...props
|
|
376
|
-
}: AlertDialogBackdropProps) =>
|
|
376
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
377
377
|
interface AlertDialogViewportProps extends AlertDialog$1.Viewport.Props {}
|
|
378
378
|
declare const AlertDialogViewport: ({
|
|
379
379
|
className,
|
|
380
380
|
...props
|
|
381
|
-
}: AlertDialogViewportProps) =>
|
|
381
|
+
}: AlertDialogViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
382
382
|
interface AlertDialogPopupProps extends AlertDialog$1.Popup.Props {}
|
|
383
383
|
declare const AlertDialogPopup: ({
|
|
384
384
|
className,
|
|
385
385
|
...props
|
|
386
|
-
}: AlertDialogPopupProps) =>
|
|
386
|
+
}: AlertDialogPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
387
387
|
interface AlertDialogTitleProps extends AlertDialog$1.Title.Props {}
|
|
388
388
|
declare const AlertDialogTitle: ({
|
|
389
389
|
className,
|
|
390
390
|
...props
|
|
391
|
-
}: AlertDialogTitleProps) =>
|
|
391
|
+
}: AlertDialogTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
392
392
|
interface AlertDialogDescriptionProps extends AlertDialog$1.Description.Props {}
|
|
393
393
|
declare const AlertDialogDescription: ({
|
|
394
394
|
className,
|
|
395
395
|
...props
|
|
396
|
-
}: AlertDialogDescriptionProps) =>
|
|
396
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
397
397
|
interface AlertDialogCloseProps extends AlertDialog$1.Close.Props {}
|
|
398
398
|
declare const AlertDialogClose: ({
|
|
399
399
|
className,
|
|
400
400
|
children,
|
|
401
401
|
...props
|
|
402
|
-
}: AlertDialogCloseProps) =>
|
|
402
|
+
}: AlertDialogCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
403
403
|
//#endregion
|
|
404
404
|
//#region src/components/alert-dialog/index.d.ts
|
|
405
405
|
declare const AlertDialog: (({
|
|
406
406
|
...props
|
|
407
|
-
}: AlertDialogProps) =>
|
|
407
|
+
}: AlertDialogProps) => react_jsx_runtime284.JSX.Element) & {
|
|
408
408
|
Backdrop: ({
|
|
409
409
|
className,
|
|
410
410
|
...props
|
|
411
|
-
}: AlertDialogBackdropProps) =>
|
|
411
|
+
}: AlertDialogBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
412
412
|
Close: ({
|
|
413
413
|
className,
|
|
414
414
|
children,
|
|
415
415
|
...props
|
|
416
|
-
}: AlertDialogCloseProps) =>
|
|
416
|
+
}: AlertDialogCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
417
417
|
Description: ({
|
|
418
418
|
className,
|
|
419
419
|
...props
|
|
420
|
-
}: AlertDialogDescriptionProps) =>
|
|
420
|
+
}: AlertDialogDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
421
421
|
Popup: ({
|
|
422
422
|
className,
|
|
423
423
|
...props
|
|
424
|
-
}: AlertDialogPopupProps) =>
|
|
424
|
+
}: AlertDialogPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
425
425
|
Portal: ({
|
|
426
426
|
className,
|
|
427
427
|
...props
|
|
428
|
-
}: AlertDialogPortalProps) =>
|
|
428
|
+
}: AlertDialogPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
429
429
|
Root: ({
|
|
430
430
|
...props
|
|
431
|
-
}: AlertDialogProps) =>
|
|
431
|
+
}: AlertDialogProps) => react_jsx_runtime284.JSX.Element;
|
|
432
432
|
Title: ({
|
|
433
433
|
className,
|
|
434
434
|
...props
|
|
435
|
-
}: AlertDialogTitleProps) =>
|
|
435
|
+
}: AlertDialogTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
436
436
|
Trigger: ({
|
|
437
437
|
className,
|
|
438
438
|
...props
|
|
439
|
-
}: AlertDialogTriggerProps) =>
|
|
439
|
+
}: AlertDialogTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
440
440
|
Viewport: ({
|
|
441
441
|
className,
|
|
442
442
|
...props
|
|
443
|
-
}: AlertDialogViewportProps) =>
|
|
443
|
+
}: AlertDialogViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
444
444
|
};
|
|
445
445
|
//#endregion
|
|
446
446
|
//#region src/components/autocomplete/autocomplete.variants.d.ts
|
|
447
|
-
declare const autocompleteVariants:
|
|
447
|
+
declare const autocompleteVariants: tailwind_variants1.TVReturnType<{
|
|
448
448
|
[key: string]: {
|
|
449
449
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
450
450
|
item?: tailwind_merge0.ClassNameValue;
|
|
@@ -452,12 +452,12 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
|
|
|
452
452
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
453
453
|
input?: tailwind_merge0.ClassNameValue;
|
|
454
454
|
value?: tailwind_merge0.ClassNameValue;
|
|
455
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
456
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
457
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
455
458
|
icon?: tailwind_merge0.ClassNameValue;
|
|
456
459
|
clear?: tailwind_merge0.ClassNameValue;
|
|
457
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
458
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
459
460
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
460
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
461
461
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
462
462
|
status?: tailwind_merge0.ClassNameValue;
|
|
463
463
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -476,12 +476,12 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
|
|
|
476
476
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
477
477
|
input?: tailwind_merge0.ClassNameValue;
|
|
478
478
|
value?: tailwind_merge0.ClassNameValue;
|
|
479
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
480
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
481
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
479
482
|
icon?: tailwind_merge0.ClassNameValue;
|
|
480
483
|
clear?: tailwind_merge0.ClassNameValue;
|
|
481
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
482
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
483
484
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
484
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
485
485
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
486
486
|
status?: tailwind_merge0.ClassNameValue;
|
|
487
487
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -520,12 +520,12 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
|
|
|
520
520
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
521
521
|
input?: tailwind_merge0.ClassNameValue;
|
|
522
522
|
value?: tailwind_merge0.ClassNameValue;
|
|
523
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
524
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
525
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
523
526
|
icon?: tailwind_merge0.ClassNameValue;
|
|
524
527
|
clear?: tailwind_merge0.ClassNameValue;
|
|
525
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
526
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
527
528
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
528
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
529
529
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
530
530
|
status?: tailwind_merge0.ClassNameValue;
|
|
531
531
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -556,7 +556,7 @@ declare const autocompleteVariants: tailwind_variants0.TVReturnType<{
|
|
|
556
556
|
separator: string;
|
|
557
557
|
group: string;
|
|
558
558
|
groupLabel: string;
|
|
559
|
-
},
|
|
559
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
560
560
|
root: string;
|
|
561
561
|
input: string;
|
|
562
562
|
trigger: string;
|
|
@@ -583,179 +583,179 @@ type AutocompleteVariants = VariantProps<typeof autocompleteVariants>;
|
|
|
583
583
|
interface AutocompleteProps extends AutocompleteVariants, Autocomplete$1.Root.Props<unknown> {}
|
|
584
584
|
declare const AutocompleteRoot: ({
|
|
585
585
|
...props
|
|
586
|
-
}: AutocompleteProps) =>
|
|
586
|
+
}: AutocompleteProps) => react_jsx_runtime284.JSX.Element;
|
|
587
587
|
interface AutocompleteTriggerProps extends Autocomplete$1.Trigger.Props {}
|
|
588
588
|
declare const AutocompleteTrigger: ({
|
|
589
589
|
className,
|
|
590
590
|
...props
|
|
591
|
-
}: AutocompleteTriggerProps) =>
|
|
591
|
+
}: AutocompleteTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
592
592
|
interface AutocompleteInputProps extends Autocomplete$1.Input.Props {}
|
|
593
593
|
declare const AutocompleteInput: ({
|
|
594
594
|
className,
|
|
595
595
|
...props
|
|
596
|
-
}: AutocompleteInputProps) =>
|
|
596
|
+
}: AutocompleteInputProps) => react_jsx_runtime284.JSX.Element;
|
|
597
597
|
interface AutocompleteIconProps extends Autocomplete$1.Icon.Props {}
|
|
598
598
|
declare const AutocompleteIcon: ({
|
|
599
599
|
className,
|
|
600
600
|
...props
|
|
601
|
-
}: AutocompleteIconProps) =>
|
|
601
|
+
}: AutocompleteIconProps) => react_jsx_runtime284.JSX.Element;
|
|
602
602
|
interface AutocompleteClearProps extends Autocomplete$1.Clear.Props {}
|
|
603
603
|
declare const AutocompleteClear: ({
|
|
604
604
|
className,
|
|
605
605
|
...props
|
|
606
|
-
}: AutocompleteClearProps) =>
|
|
606
|
+
}: AutocompleteClearProps) => react_jsx_runtime284.JSX.Element;
|
|
607
607
|
interface AutocompleteValueProps extends Autocomplete$1.Value.Props {}
|
|
608
608
|
declare const AutocompleteValue: ({
|
|
609
609
|
...props
|
|
610
|
-
}: AutocompleteValueProps) =>
|
|
610
|
+
}: AutocompleteValueProps) => react_jsx_runtime284.JSX.Element;
|
|
611
611
|
interface AutocompletePortalProps extends Autocomplete$1.Portal.Props {}
|
|
612
612
|
declare const AutocompletePortal: ({
|
|
613
613
|
className,
|
|
614
614
|
...props
|
|
615
|
-
}: AutocompletePortalProps) =>
|
|
615
|
+
}: AutocompletePortalProps) => react_jsx_runtime284.JSX.Element;
|
|
616
616
|
interface AutocompleteBackdropProps extends Autocomplete$1.Backdrop.Props {}
|
|
617
617
|
declare const AutocompleteBackdrop: ({
|
|
618
618
|
className,
|
|
619
619
|
...props
|
|
620
|
-
}: AutocompleteBackdropProps) =>
|
|
620
|
+
}: AutocompleteBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
621
621
|
interface AutocompletePositionerProps extends Autocomplete$1.Positioner.Props {}
|
|
622
622
|
declare const AutocompletePositioner: ({
|
|
623
623
|
className,
|
|
624
624
|
...props
|
|
625
|
-
}: AutocompletePositionerProps) =>
|
|
625
|
+
}: AutocompletePositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
626
626
|
interface AutocompletePopupProps extends Autocomplete$1.Popup.Props {}
|
|
627
627
|
declare const AutocompletePopup: ({
|
|
628
628
|
className,
|
|
629
629
|
...props
|
|
630
|
-
}: AutocompletePopupProps) =>
|
|
630
|
+
}: AutocompletePopupProps) => react_jsx_runtime284.JSX.Element;
|
|
631
631
|
interface AutocompleteArrowProps extends Autocomplete$1.Arrow.Props {}
|
|
632
632
|
declare const AutocompleteArrow: ({
|
|
633
633
|
className,
|
|
634
634
|
...props
|
|
635
|
-
}: AutocompleteArrowProps) =>
|
|
635
|
+
}: AutocompleteArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
636
636
|
interface AutocompleteStatusProps extends Autocomplete$1.Status.Props {}
|
|
637
637
|
declare const AutocompleteStatus: ({
|
|
638
638
|
className,
|
|
639
639
|
...props
|
|
640
|
-
}: AutocompleteStatusProps) =>
|
|
640
|
+
}: AutocompleteStatusProps) => react_jsx_runtime284.JSX.Element;
|
|
641
641
|
interface AutocompleteEmptyProps extends Autocomplete$1.Empty.Props {}
|
|
642
642
|
declare const AutocompleteEmpty: ({
|
|
643
643
|
className,
|
|
644
644
|
...props
|
|
645
|
-
}: AutocompleteEmptyProps) =>
|
|
645
|
+
}: AutocompleteEmptyProps) => react_jsx_runtime284.JSX.Element;
|
|
646
646
|
interface AutocompleteListProps extends Autocomplete$1.List.Props {}
|
|
647
647
|
declare const AutocompleteList: ({
|
|
648
648
|
className,
|
|
649
649
|
...props
|
|
650
|
-
}: AutocompleteListProps) =>
|
|
650
|
+
}: AutocompleteListProps) => react_jsx_runtime284.JSX.Element;
|
|
651
651
|
interface AutocompleteRowProps extends Autocomplete$1.Row.Props {}
|
|
652
652
|
declare const AutocompleteRow: ({
|
|
653
653
|
className,
|
|
654
654
|
...props
|
|
655
|
-
}: AutocompleteRowProps) =>
|
|
655
|
+
}: AutocompleteRowProps) => react_jsx_runtime284.JSX.Element;
|
|
656
656
|
interface AutocompleteItemProps extends Autocomplete$1.Item.Props {}
|
|
657
657
|
declare const AutocompleteItem: ({
|
|
658
658
|
className,
|
|
659
659
|
...props
|
|
660
|
-
}: AutocompleteItemProps) =>
|
|
660
|
+
}: AutocompleteItemProps) => react_jsx_runtime284.JSX.Element;
|
|
661
661
|
interface AutocompleteSeparatorProps extends Autocomplete$1.Separator.Props {}
|
|
662
662
|
declare const AutocompleteSeparator: ({
|
|
663
663
|
className,
|
|
664
664
|
...props
|
|
665
|
-
}: AutocompleteSeparatorProps) =>
|
|
665
|
+
}: AutocompleteSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
666
666
|
interface AutocompleteGroupProps extends Autocomplete$1.Group.Props {}
|
|
667
667
|
declare const AutocompleteGroup: ({
|
|
668
668
|
className,
|
|
669
669
|
...props
|
|
670
|
-
}: AutocompleteGroupProps) =>
|
|
670
|
+
}: AutocompleteGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
671
671
|
interface AutocompleteGroupLabelProps extends Autocomplete$1.GroupLabel.Props {}
|
|
672
672
|
declare const AutocompleteGroupLabel: ({
|
|
673
673
|
className,
|
|
674
674
|
...props
|
|
675
|
-
}: AutocompleteGroupLabelProps) =>
|
|
675
|
+
}: AutocompleteGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
676
676
|
//#endregion
|
|
677
677
|
//#region src/components/autocomplete/index.d.ts
|
|
678
678
|
declare const Autocomplete: (({
|
|
679
679
|
...props
|
|
680
|
-
}: AutocompleteProps) =>
|
|
680
|
+
}: AutocompleteProps) => react_jsx_runtime284.JSX.Element) & {
|
|
681
681
|
Arrow: ({
|
|
682
682
|
className,
|
|
683
683
|
...props
|
|
684
|
-
}: AutocompleteArrowProps) =>
|
|
684
|
+
}: AutocompleteArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
685
685
|
Backdrop: ({
|
|
686
686
|
className,
|
|
687
687
|
...props
|
|
688
|
-
}: AutocompleteBackdropProps) =>
|
|
688
|
+
}: AutocompleteBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
689
689
|
Clear: ({
|
|
690
690
|
className,
|
|
691
691
|
...props
|
|
692
|
-
}: AutocompleteClearProps) =>
|
|
692
|
+
}: AutocompleteClearProps) => react_jsx_runtime284.JSX.Element;
|
|
693
693
|
Empty: ({
|
|
694
694
|
className,
|
|
695
695
|
...props
|
|
696
|
-
}: AutocompleteEmptyProps) =>
|
|
696
|
+
}: AutocompleteEmptyProps) => react_jsx_runtime284.JSX.Element;
|
|
697
697
|
Group: ({
|
|
698
698
|
className,
|
|
699
699
|
...props
|
|
700
|
-
}: AutocompleteGroupProps) =>
|
|
700
|
+
}: AutocompleteGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
701
701
|
GroupLabel: ({
|
|
702
702
|
className,
|
|
703
703
|
...props
|
|
704
|
-
}: AutocompleteGroupLabelProps) =>
|
|
704
|
+
}: AutocompleteGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
705
705
|
Icon: ({
|
|
706
706
|
className,
|
|
707
707
|
...props
|
|
708
|
-
}: AutocompleteIconProps) =>
|
|
708
|
+
}: AutocompleteIconProps) => react_jsx_runtime284.JSX.Element;
|
|
709
709
|
Input: ({
|
|
710
710
|
className,
|
|
711
711
|
...props
|
|
712
|
-
}: AutocompleteInputProps) =>
|
|
712
|
+
}: AutocompleteInputProps) => react_jsx_runtime284.JSX.Element;
|
|
713
713
|
Item: ({
|
|
714
714
|
className,
|
|
715
715
|
...props
|
|
716
|
-
}: AutocompleteItemProps) =>
|
|
716
|
+
}: AutocompleteItemProps) => react_jsx_runtime284.JSX.Element;
|
|
717
717
|
List: ({
|
|
718
718
|
className,
|
|
719
719
|
...props
|
|
720
|
-
}: AutocompleteListProps) =>
|
|
720
|
+
}: AutocompleteListProps) => react_jsx_runtime284.JSX.Element;
|
|
721
721
|
Popup: ({
|
|
722
722
|
className,
|
|
723
723
|
...props
|
|
724
|
-
}: AutocompletePopupProps) =>
|
|
724
|
+
}: AutocompletePopupProps) => react_jsx_runtime284.JSX.Element;
|
|
725
725
|
Portal: ({
|
|
726
726
|
className,
|
|
727
727
|
...props
|
|
728
|
-
}: AutocompletePortalProps) =>
|
|
728
|
+
}: AutocompletePortalProps) => react_jsx_runtime284.JSX.Element;
|
|
729
729
|
Positioner: ({
|
|
730
730
|
className,
|
|
731
731
|
...props
|
|
732
|
-
}: AutocompletePositionerProps) =>
|
|
732
|
+
}: AutocompletePositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
733
733
|
Root: ({
|
|
734
734
|
...props
|
|
735
|
-
}: AutocompleteProps) =>
|
|
735
|
+
}: AutocompleteProps) => react_jsx_runtime284.JSX.Element;
|
|
736
736
|
Row: ({
|
|
737
737
|
className,
|
|
738
738
|
...props
|
|
739
|
-
}: AutocompleteRowProps) =>
|
|
739
|
+
}: AutocompleteRowProps) => react_jsx_runtime284.JSX.Element;
|
|
740
740
|
Separator: ({
|
|
741
741
|
className,
|
|
742
742
|
...props
|
|
743
|
-
}: AutocompleteSeparatorProps) =>
|
|
743
|
+
}: AutocompleteSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
744
744
|
Status: ({
|
|
745
745
|
className,
|
|
746
746
|
...props
|
|
747
|
-
}: AutocompleteStatusProps) =>
|
|
747
|
+
}: AutocompleteStatusProps) => react_jsx_runtime284.JSX.Element;
|
|
748
748
|
Trigger: ({
|
|
749
749
|
className,
|
|
750
750
|
...props
|
|
751
|
-
}: AutocompleteTriggerProps) =>
|
|
751
|
+
}: AutocompleteTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
752
752
|
Value: ({
|
|
753
753
|
...props
|
|
754
|
-
}: AutocompleteValueProps) =>
|
|
754
|
+
}: AutocompleteValueProps) => react_jsx_runtime284.JSX.Element;
|
|
755
755
|
};
|
|
756
756
|
//#endregion
|
|
757
757
|
//#region src/components/avatar/avatar.variants.d.ts
|
|
758
|
-
declare const avatarVariants:
|
|
758
|
+
declare const avatarVariants: tailwind_variants1.TVReturnType<{
|
|
759
759
|
size: {
|
|
760
760
|
lg: {
|
|
761
761
|
root: string;
|
|
@@ -787,7 +787,7 @@ declare const avatarVariants: tailwind_variants0.TVReturnType<{
|
|
|
787
787
|
fallback: string;
|
|
788
788
|
image: string;
|
|
789
789
|
root: string;
|
|
790
|
-
},
|
|
790
|
+
}, tailwind_variants1.TVReturnType<{
|
|
791
791
|
size: {
|
|
792
792
|
lg: {
|
|
793
793
|
root: string;
|
|
@@ -812,41 +812,41 @@ declare const AvatarRoot: ({
|
|
|
812
812
|
className,
|
|
813
813
|
size,
|
|
814
814
|
...props
|
|
815
|
-
}: AvatarProps) =>
|
|
815
|
+
}: AvatarProps) => react_jsx_runtime284.JSX.Element;
|
|
816
816
|
interface AvatarImageProps extends Avatar$1.Image.Props {}
|
|
817
817
|
declare const AvatarImage: ({
|
|
818
818
|
className,
|
|
819
819
|
...props
|
|
820
|
-
}: AvatarImageProps) =>
|
|
820
|
+
}: AvatarImageProps) => react_jsx_runtime284.JSX.Element;
|
|
821
821
|
interface AvatarFallbackProps extends Avatar$1.Fallback.Props {}
|
|
822
822
|
declare const AvatarFallback: ({
|
|
823
823
|
className,
|
|
824
824
|
...props
|
|
825
|
-
}: AvatarFallbackProps) =>
|
|
825
|
+
}: AvatarFallbackProps) => react_jsx_runtime284.JSX.Element;
|
|
826
826
|
//#endregion
|
|
827
827
|
//#region src/components/avatar/index.d.ts
|
|
828
828
|
declare const Avatar: (({
|
|
829
829
|
className,
|
|
830
830
|
size,
|
|
831
831
|
...props
|
|
832
|
-
}: AvatarProps) =>
|
|
832
|
+
}: AvatarProps) => react_jsx_runtime284.JSX.Element) & {
|
|
833
833
|
Fallback: ({
|
|
834
834
|
className,
|
|
835
835
|
...props
|
|
836
|
-
}: AvatarFallbackProps) =>
|
|
836
|
+
}: AvatarFallbackProps) => react_jsx_runtime284.JSX.Element;
|
|
837
837
|
Image: ({
|
|
838
838
|
className,
|
|
839
839
|
...props
|
|
840
|
-
}: AvatarImageProps) =>
|
|
840
|
+
}: AvatarImageProps) => react_jsx_runtime284.JSX.Element;
|
|
841
841
|
Root: ({
|
|
842
842
|
className,
|
|
843
843
|
size,
|
|
844
844
|
...props
|
|
845
|
-
}: AvatarProps) =>
|
|
845
|
+
}: AvatarProps) => react_jsx_runtime284.JSX.Element;
|
|
846
846
|
};
|
|
847
847
|
//#endregion
|
|
848
848
|
//#region src/components/button/button.variants.d.ts
|
|
849
|
-
declare const buttonVariants:
|
|
849
|
+
declare const buttonVariants: tailwind_variants1.TVReturnType<{
|
|
850
850
|
isIconOnly: {
|
|
851
851
|
true: string;
|
|
852
852
|
};
|
|
@@ -878,7 +878,7 @@ declare const buttonVariants: tailwind_variants0.TVReturnType<{
|
|
|
878
878
|
primary: string;
|
|
879
879
|
secondary: string;
|
|
880
880
|
};
|
|
881
|
-
}, undefined,
|
|
881
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
882
882
|
isIconOnly: {
|
|
883
883
|
true: string;
|
|
884
884
|
};
|
|
@@ -905,10 +905,10 @@ declare const Button: ({
|
|
|
905
905
|
size,
|
|
906
906
|
isIconOnly,
|
|
907
907
|
...props
|
|
908
|
-
}: ButtonProps) =>
|
|
908
|
+
}: ButtonProps) => react_jsx_runtime284.JSX.Element;
|
|
909
909
|
//#endregion
|
|
910
910
|
//#region src/components/button-group/button-group.variants.d.ts
|
|
911
|
-
declare const buttonGroupVariants:
|
|
911
|
+
declare const buttonGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
|
|
912
912
|
type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
|
|
913
913
|
//#endregion
|
|
914
914
|
//#region src/components/button-group/button-group.d.ts
|
|
@@ -916,10 +916,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
|
|
|
916
916
|
declare const ButtonGroup: ({
|
|
917
917
|
className,
|
|
918
918
|
...props
|
|
919
|
-
}: ButtonGroupProps) =>
|
|
919
|
+
}: ButtonGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
920
920
|
//#endregion
|
|
921
921
|
//#region src/components/card/card.variants.d.ts
|
|
922
|
-
declare const cardVariants:
|
|
922
|
+
declare const cardVariants: tailwind_variants1.TVReturnType<{
|
|
923
923
|
variant: {
|
|
924
924
|
default: {
|
|
925
925
|
root: string;
|
|
@@ -949,7 +949,7 @@ declare const cardVariants: tailwind_variants0.TVReturnType<{
|
|
|
949
949
|
header: string;
|
|
950
950
|
root: string;
|
|
951
951
|
title: string;
|
|
952
|
-
},
|
|
952
|
+
}, tailwind_variants1.TVReturnType<{
|
|
953
953
|
variant: {
|
|
954
954
|
default: {
|
|
955
955
|
root: string;
|
|
@@ -973,60 +973,60 @@ declare const CardRoot: ({
|
|
|
973
973
|
className,
|
|
974
974
|
variant,
|
|
975
975
|
...props
|
|
976
|
-
}: CardRootProps) =>
|
|
976
|
+
}: CardRootProps) => react_jsx_runtime284.JSX.Element;
|
|
977
977
|
interface CardHeaderProps extends React.ComponentProps<"div"> {}
|
|
978
978
|
declare const CardHeader: ({
|
|
979
979
|
className,
|
|
980
980
|
...props
|
|
981
|
-
}: CardHeaderProps) =>
|
|
981
|
+
}: CardHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
982
982
|
interface CardContentProps extends React.ComponentProps<"div"> {}
|
|
983
983
|
declare const CardContent: ({
|
|
984
984
|
className,
|
|
985
985
|
...props
|
|
986
|
-
}: CardContentProps) =>
|
|
986
|
+
}: CardContentProps) => react_jsx_runtime284.JSX.Element;
|
|
987
987
|
interface CardFooterProps extends React.ComponentProps<"div"> {}
|
|
988
988
|
interface CardTitle extends React.ComponentProps<"h2"> {}
|
|
989
989
|
declare const CardTitle: ({
|
|
990
990
|
className,
|
|
991
991
|
...props
|
|
992
|
-
}: CardTitle) =>
|
|
992
|
+
}: CardTitle) => react_jsx_runtime284.JSX.Element;
|
|
993
993
|
interface CardDescriptionProps extends React.ComponentProps<"p"> {}
|
|
994
994
|
declare const CardDescription: ({
|
|
995
995
|
className,
|
|
996
996
|
...props
|
|
997
|
-
}: CardDescriptionProps) =>
|
|
997
|
+
}: CardDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
998
998
|
//#endregion
|
|
999
999
|
//#region src/components/card/index.d.ts
|
|
1000
1000
|
declare const Card: (({
|
|
1001
1001
|
className,
|
|
1002
1002
|
variant,
|
|
1003
1003
|
...props
|
|
1004
|
-
}: CardRootProps) =>
|
|
1004
|
+
}: CardRootProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1005
1005
|
Content: ({
|
|
1006
1006
|
className,
|
|
1007
1007
|
...props
|
|
1008
|
-
}: CardContentProps) =>
|
|
1008
|
+
}: CardContentProps) => react_jsx_runtime284.JSX.Element;
|
|
1009
1009
|
Description: ({
|
|
1010
1010
|
className,
|
|
1011
1011
|
...props
|
|
1012
|
-
}: CardDescriptionProps) =>
|
|
1012
|
+
}: CardDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
1013
1013
|
Header: ({
|
|
1014
1014
|
className,
|
|
1015
1015
|
...props
|
|
1016
|
-
}: CardHeaderProps) =>
|
|
1016
|
+
}: CardHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
1017
1017
|
Root: ({
|
|
1018
1018
|
className,
|
|
1019
1019
|
variant,
|
|
1020
1020
|
...props
|
|
1021
|
-
}: CardRootProps) =>
|
|
1021
|
+
}: CardRootProps) => react_jsx_runtime284.JSX.Element;
|
|
1022
1022
|
Title: ({
|
|
1023
1023
|
className,
|
|
1024
1024
|
...props
|
|
1025
|
-
}: CardTitle) =>
|
|
1025
|
+
}: CardTitle) => react_jsx_runtime284.JSX.Element;
|
|
1026
1026
|
};
|
|
1027
1027
|
//#endregion
|
|
1028
1028
|
//#region src/components/checkbox/checkbox.variants.d.ts
|
|
1029
|
-
declare const checkboxVariants:
|
|
1029
|
+
declare const checkboxVariants: tailwind_variants1.TVReturnType<{
|
|
1030
1030
|
[key: string]: {
|
|
1031
1031
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
1032
1032
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -1053,7 +1053,7 @@ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
1053
1053
|
} | {}, {
|
|
1054
1054
|
indicator: string;
|
|
1055
1055
|
root: string;
|
|
1056
|
-
},
|
|
1056
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1057
1057
|
indicator: string;
|
|
1058
1058
|
root: string;
|
|
1059
1059
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -1064,32 +1064,32 @@ interface CheckboxProps extends CheckboxVariants, Checkbox$1.Root.Props {}
|
|
|
1064
1064
|
declare const CheckboxRoot: ({
|
|
1065
1065
|
className,
|
|
1066
1066
|
...props
|
|
1067
|
-
}: CheckboxProps) =>
|
|
1067
|
+
}: CheckboxProps) => react_jsx_runtime284.JSX.Element;
|
|
1068
1068
|
interface CheckboxIndicatorProps extends Checkbox$1.Indicator.Props {}
|
|
1069
1069
|
declare const CheckboxIndicator: ({
|
|
1070
1070
|
className,
|
|
1071
1071
|
children,
|
|
1072
1072
|
...props
|
|
1073
|
-
}: CheckboxIndicatorProps) =>
|
|
1073
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1074
1074
|
//#endregion
|
|
1075
1075
|
//#region src/components/checkbox/index.d.ts
|
|
1076
1076
|
declare const Checkbox: (({
|
|
1077
1077
|
className,
|
|
1078
1078
|
...props
|
|
1079
|
-
}: CheckboxProps) =>
|
|
1079
|
+
}: CheckboxProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1080
1080
|
Indicator: ({
|
|
1081
1081
|
className,
|
|
1082
1082
|
children,
|
|
1083
1083
|
...props
|
|
1084
|
-
}: CheckboxIndicatorProps) =>
|
|
1084
|
+
}: CheckboxIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1085
1085
|
Root: ({
|
|
1086
1086
|
className,
|
|
1087
1087
|
...props
|
|
1088
|
-
}: CheckboxProps) =>
|
|
1088
|
+
}: CheckboxProps) => react_jsx_runtime284.JSX.Element;
|
|
1089
1089
|
};
|
|
1090
1090
|
//#endregion
|
|
1091
1091
|
//#region src/components/checkbox-group/checkbox-group.variants.d.ts
|
|
1092
|
-
declare const checkboxGroupVariants:
|
|
1092
|
+
declare const checkboxGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
|
|
1093
1093
|
type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
|
|
1094
1094
|
//#endregion
|
|
1095
1095
|
//#region src/components/checkbox-group/checkbox-group.d.ts
|
|
@@ -1097,10 +1097,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
|
|
|
1097
1097
|
declare const CheckboxGroup: ({
|
|
1098
1098
|
className,
|
|
1099
1099
|
...props
|
|
1100
|
-
}: CheckboxGroupProps) =>
|
|
1100
|
+
}: CheckboxGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
1101
1101
|
//#endregion
|
|
1102
1102
|
//#region src/components/chip/chip.variants.d.ts
|
|
1103
|
-
declare const chipVariants:
|
|
1103
|
+
declare const chipVariants: tailwind_variants1.TVReturnType<{
|
|
1104
1104
|
size: {
|
|
1105
1105
|
lg: string;
|
|
1106
1106
|
md: string;
|
|
@@ -1126,7 +1126,7 @@ declare const chipVariants: tailwind_variants0.TVReturnType<{
|
|
|
1126
1126
|
secondary: string;
|
|
1127
1127
|
success: string;
|
|
1128
1128
|
};
|
|
1129
|
-
}, undefined,
|
|
1129
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
1130
1130
|
size: {
|
|
1131
1131
|
lg: string;
|
|
1132
1132
|
md: string;
|
|
@@ -1149,10 +1149,10 @@ declare const Chip: ({
|
|
|
1149
1149
|
variant,
|
|
1150
1150
|
size,
|
|
1151
1151
|
...props
|
|
1152
|
-
}: ChipProps) =>
|
|
1152
|
+
}: ChipProps) => react_jsx_runtime284.JSX.Element;
|
|
1153
1153
|
//#endregion
|
|
1154
1154
|
//#region src/components/collapsible/collapsible.variants.d.ts
|
|
1155
|
-
declare const collapsibleVariants:
|
|
1155
|
+
declare const collapsibleVariants: tailwind_variants1.TVReturnType<{
|
|
1156
1156
|
[key: string]: {
|
|
1157
1157
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
1158
1158
|
content?: tailwind_merge0.ClassNameValue;
|
|
@@ -1194,7 +1194,7 @@ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
|
|
|
1194
1194
|
root: string;
|
|
1195
1195
|
trigger: string;
|
|
1196
1196
|
triggerIcon: string;
|
|
1197
|
-
},
|
|
1197
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1198
1198
|
content: string;
|
|
1199
1199
|
panel: string;
|
|
1200
1200
|
root: string;
|
|
@@ -1208,61 +1208,61 @@ interface CollapsibleProps extends CollapsibleVariants, Collapsible$1.Root.Props
|
|
|
1208
1208
|
declare const CollapsibleRoot: ({
|
|
1209
1209
|
className,
|
|
1210
1210
|
...props
|
|
1211
|
-
}: CollapsibleProps) =>
|
|
1211
|
+
}: CollapsibleProps) => react_jsx_runtime284.JSX.Element;
|
|
1212
1212
|
interface CollapsibleTriggerProps extends Collapsible$1.Trigger.Props {}
|
|
1213
1213
|
declare const CollapsibleTrigger: ({
|
|
1214
1214
|
className,
|
|
1215
1215
|
children,
|
|
1216
1216
|
...props
|
|
1217
|
-
}: CollapsibleTriggerProps) =>
|
|
1217
|
+
}: CollapsibleTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1218
1218
|
interface CollapsibleTriggerIconProps extends React.ComponentProps<"svg"> {}
|
|
1219
1219
|
declare const CollapsibleTriggerIcon: ({
|
|
1220
1220
|
className,
|
|
1221
1221
|
...props
|
|
1222
|
-
}: CollapsibleTriggerIconProps) =>
|
|
1222
|
+
}: CollapsibleTriggerIconProps) => react_jsx_runtime284.JSX.Element;
|
|
1223
1223
|
interface CollapsiblePanelProps extends Collapsible$1.Panel.Props {}
|
|
1224
1224
|
declare const CollapsiblePanel: ({
|
|
1225
1225
|
className,
|
|
1226
1226
|
children,
|
|
1227
1227
|
...props
|
|
1228
|
-
}: CollapsiblePanelProps) =>
|
|
1228
|
+
}: CollapsiblePanelProps) => react_jsx_runtime284.JSX.Element;
|
|
1229
1229
|
interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
1230
1230
|
declare const CollapsibleContent: ({
|
|
1231
1231
|
className,
|
|
1232
1232
|
...props
|
|
1233
|
-
}: CollapsibleContentProps) =>
|
|
1233
|
+
}: CollapsibleContentProps) => react_jsx_runtime284.JSX.Element;
|
|
1234
1234
|
//#endregion
|
|
1235
1235
|
//#region src/components/collapsible/index.d.ts
|
|
1236
1236
|
declare const Collapsible: (({
|
|
1237
1237
|
className,
|
|
1238
1238
|
...props
|
|
1239
|
-
}: CollapsibleProps) =>
|
|
1239
|
+
}: CollapsibleProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1240
1240
|
Content: ({
|
|
1241
1241
|
className,
|
|
1242
1242
|
...props
|
|
1243
|
-
}: CollapsibleContentProps) =>
|
|
1243
|
+
}: CollapsibleContentProps) => react_jsx_runtime284.JSX.Element;
|
|
1244
1244
|
Panel: ({
|
|
1245
1245
|
className,
|
|
1246
1246
|
children,
|
|
1247
1247
|
...props
|
|
1248
|
-
}: CollapsiblePanelProps) =>
|
|
1248
|
+
}: CollapsiblePanelProps) => react_jsx_runtime284.JSX.Element;
|
|
1249
1249
|
Root: ({
|
|
1250
1250
|
className,
|
|
1251
1251
|
...props
|
|
1252
|
-
}: CollapsibleProps) =>
|
|
1252
|
+
}: CollapsibleProps) => react_jsx_runtime284.JSX.Element;
|
|
1253
1253
|
Trigger: ({
|
|
1254
1254
|
className,
|
|
1255
1255
|
children,
|
|
1256
1256
|
...props
|
|
1257
|
-
}: CollapsibleTriggerProps) =>
|
|
1257
|
+
}: CollapsibleTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1258
1258
|
TriggerIcon: ({
|
|
1259
1259
|
className,
|
|
1260
1260
|
...props
|
|
1261
|
-
}: CollapsibleTriggerIconProps) =>
|
|
1261
|
+
}: CollapsibleTriggerIconProps) => react_jsx_runtime284.JSX.Element;
|
|
1262
1262
|
};
|
|
1263
1263
|
//#endregion
|
|
1264
1264
|
//#region src/components/combobox/combobox.variants.d.ts
|
|
1265
|
-
declare const comboboxVariants:
|
|
1265
|
+
declare const comboboxVariants: tailwind_variants1.TVReturnType<{
|
|
1266
1266
|
[key: string]: {
|
|
1267
1267
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
1268
1268
|
item?: tailwind_merge0.ClassNameValue;
|
|
@@ -1270,12 +1270,12 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
1270
1270
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1271
1271
|
input?: tailwind_merge0.ClassNameValue;
|
|
1272
1272
|
value?: tailwind_merge0.ClassNameValue;
|
|
1273
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1274
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1275
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1273
1276
|
icon?: tailwind_merge0.ClassNameValue;
|
|
1274
1277
|
clear?: tailwind_merge0.ClassNameValue;
|
|
1275
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1276
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1277
1278
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
1278
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1279
1279
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1280
1280
|
status?: tailwind_merge0.ClassNameValue;
|
|
1281
1281
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -1298,12 +1298,12 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
1298
1298
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1299
1299
|
input?: tailwind_merge0.ClassNameValue;
|
|
1300
1300
|
value?: tailwind_merge0.ClassNameValue;
|
|
1301
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1302
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1303
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1301
1304
|
icon?: tailwind_merge0.ClassNameValue;
|
|
1302
1305
|
clear?: tailwind_merge0.ClassNameValue;
|
|
1303
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1304
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1305
1306
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
1306
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1307
1307
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1308
1308
|
status?: tailwind_merge0.ClassNameValue;
|
|
1309
1309
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -1350,12 +1350,12 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
1350
1350
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1351
1351
|
input?: tailwind_merge0.ClassNameValue;
|
|
1352
1352
|
value?: tailwind_merge0.ClassNameValue;
|
|
1353
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1354
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1355
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1353
1356
|
icon?: tailwind_merge0.ClassNameValue;
|
|
1354
1357
|
clear?: tailwind_merge0.ClassNameValue;
|
|
1355
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1356
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1357
1358
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
1358
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1359
1359
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1360
1360
|
status?: tailwind_merge0.ClassNameValue;
|
|
1361
1361
|
empty?: tailwind_merge0.ClassNameValue;
|
|
@@ -1394,7 +1394,7 @@ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
|
|
|
1394
1394
|
separator: string;
|
|
1395
1395
|
group: string;
|
|
1396
1396
|
groupLabel: string;
|
|
1397
|
-
},
|
|
1397
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1398
1398
|
root: string;
|
|
1399
1399
|
input: string;
|
|
1400
1400
|
trigger: string;
|
|
@@ -1425,212 +1425,212 @@ type ComboboxVariants = VariantProps<typeof comboboxVariants>;
|
|
|
1425
1425
|
interface ComboboxProps extends ComboboxVariants, Combobox$1.Root.Props<unknown> {}
|
|
1426
1426
|
declare const ComboboxRoot: ({
|
|
1427
1427
|
...props
|
|
1428
|
-
}: ComboboxProps) =>
|
|
1428
|
+
}: ComboboxProps) => react_jsx_runtime284.JSX.Element;
|
|
1429
1429
|
interface ComboboxInputProps extends Combobox$1.Input.Props {}
|
|
1430
1430
|
declare const ComboboxInput: ({
|
|
1431
1431
|
className,
|
|
1432
1432
|
...props
|
|
1433
|
-
}: ComboboxInputProps) =>
|
|
1433
|
+
}: ComboboxInputProps) => react_jsx_runtime284.JSX.Element;
|
|
1434
1434
|
interface ComboboxTriggerProps extends Combobox$1.Trigger.Props {}
|
|
1435
1435
|
declare const ComboboxTrigger: ({
|
|
1436
1436
|
className,
|
|
1437
1437
|
children,
|
|
1438
1438
|
...props
|
|
1439
|
-
}: ComboboxTriggerProps) =>
|
|
1439
|
+
}: ComboboxTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1440
1440
|
interface ComboboxValueProps extends React.HTMLAttributes<HTMLDivElement> {}
|
|
1441
1441
|
declare const ComboboxValue: ({
|
|
1442
1442
|
...props
|
|
1443
|
-
}: ComboboxValueProps) =>
|
|
1443
|
+
}: ComboboxValueProps) => react_jsx_runtime284.JSX.Element;
|
|
1444
1444
|
interface ComboboxClearProps extends Combobox$1.Clear.Props {}
|
|
1445
1445
|
declare const ComboboxClear: ({
|
|
1446
1446
|
className,
|
|
1447
1447
|
...props
|
|
1448
|
-
}: ComboboxClearProps) =>
|
|
1448
|
+
}: ComboboxClearProps) => react_jsx_runtime284.JSX.Element;
|
|
1449
1449
|
interface ComboboxChipsProps extends Combobox$1.Chips.Props {}
|
|
1450
1450
|
declare const ComboboxChips: ({
|
|
1451
1451
|
className,
|
|
1452
1452
|
...props
|
|
1453
|
-
}: ComboboxChipsProps) =>
|
|
1453
|
+
}: ComboboxChipsProps) => react_jsx_runtime284.JSX.Element;
|
|
1454
1454
|
interface ComboboxChipProps extends Combobox$1.Chip.Props {}
|
|
1455
1455
|
declare const ComboboxChip: ({
|
|
1456
1456
|
className,
|
|
1457
1457
|
children,
|
|
1458
1458
|
...props
|
|
1459
|
-
}: ComboboxChipProps) =>
|
|
1459
|
+
}: ComboboxChipProps) => react_jsx_runtime284.JSX.Element;
|
|
1460
1460
|
interface ComboboxChipRemoveProps extends Combobox$1.ChipRemove.Props {}
|
|
1461
1461
|
declare const ComboboxChipRemove: ({
|
|
1462
1462
|
className,
|
|
1463
1463
|
...props
|
|
1464
|
-
}: ComboboxChipRemoveProps) =>
|
|
1464
|
+
}: ComboboxChipRemoveProps) => react_jsx_runtime284.JSX.Element;
|
|
1465
1465
|
interface ComboboxPortalProps extends Combobox$1.Portal.Props {}
|
|
1466
1466
|
declare const ComboboxPortal: ({
|
|
1467
1467
|
...props
|
|
1468
|
-
}: ComboboxPortalProps) =>
|
|
1468
|
+
}: ComboboxPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
1469
1469
|
interface ComboboxBackdropProps extends Combobox$1.Backdrop.Props {}
|
|
1470
1470
|
declare const ComboboxBackdrop: ({
|
|
1471
1471
|
className,
|
|
1472
1472
|
...props
|
|
1473
|
-
}: ComboboxBackdropProps) =>
|
|
1473
|
+
}: ComboboxBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1474
1474
|
interface ComboboxPositionerProps extends Combobox$1.Positioner.Props {}
|
|
1475
1475
|
declare const ComboboxPositioner: ({
|
|
1476
1476
|
className,
|
|
1477
1477
|
...props
|
|
1478
|
-
}: ComboboxPositionerProps) =>
|
|
1478
|
+
}: ComboboxPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
1479
1479
|
interface ComboboxPopupProps extends Combobox$1.Popup.Props {}
|
|
1480
1480
|
declare const ComboboxPopup: ({
|
|
1481
1481
|
className,
|
|
1482
1482
|
...props
|
|
1483
|
-
}: ComboboxPopupProps) =>
|
|
1483
|
+
}: ComboboxPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
1484
1484
|
interface ComboboxArrowProps extends Combobox$1.Arrow.Props {}
|
|
1485
1485
|
declare const ComboboxArrow: ({
|
|
1486
1486
|
className,
|
|
1487
1487
|
...props
|
|
1488
|
-
}: ComboboxArrowProps) =>
|
|
1488
|
+
}: ComboboxArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
1489
1489
|
interface ComboboxStatusProps extends Combobox$1.Status.Props {}
|
|
1490
1490
|
declare const ComboboxStatus: ({
|
|
1491
1491
|
className,
|
|
1492
1492
|
...props
|
|
1493
|
-
}: ComboboxStatusProps) =>
|
|
1493
|
+
}: ComboboxStatusProps) => react_jsx_runtime284.JSX.Element;
|
|
1494
1494
|
interface ComboboxEmptyProps extends Combobox$1.Empty.Props {}
|
|
1495
1495
|
declare const ComboboxEmpty: ({
|
|
1496
1496
|
className,
|
|
1497
1497
|
...props
|
|
1498
|
-
}: ComboboxEmptyProps) =>
|
|
1498
|
+
}: ComboboxEmptyProps) => react_jsx_runtime284.JSX.Element;
|
|
1499
1499
|
interface ComboboxListProps extends Combobox$1.List.Props {}
|
|
1500
1500
|
declare const ComboboxList: ({
|
|
1501
1501
|
className,
|
|
1502
1502
|
...props
|
|
1503
|
-
}: ComboboxListProps) =>
|
|
1503
|
+
}: ComboboxListProps) => react_jsx_runtime284.JSX.Element;
|
|
1504
1504
|
interface ComboboxRowProps extends Combobox$1.Row.Props {}
|
|
1505
1505
|
declare const ComboboxRow: ({
|
|
1506
1506
|
className,
|
|
1507
1507
|
...props
|
|
1508
|
-
}: ComboboxRowProps) =>
|
|
1508
|
+
}: ComboboxRowProps) => react_jsx_runtime284.JSX.Element;
|
|
1509
1509
|
interface ComboboxItemIndicatorProps extends Combobox$1.ItemIndicator.Props {}
|
|
1510
1510
|
declare const ComboboxItemIndicator: ({
|
|
1511
1511
|
className,
|
|
1512
1512
|
children,
|
|
1513
1513
|
...props
|
|
1514
|
-
}: ComboboxItemIndicatorProps) =>
|
|
1514
|
+
}: ComboboxItemIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1515
1515
|
interface ComboboxItemProps extends Combobox$1.Item.Props {}
|
|
1516
1516
|
declare const ComboboxItem: ({
|
|
1517
1517
|
className,
|
|
1518
1518
|
children,
|
|
1519
1519
|
...props
|
|
1520
|
-
}: ComboboxItemProps) =>
|
|
1520
|
+
}: ComboboxItemProps) => react_jsx_runtime284.JSX.Element;
|
|
1521
1521
|
interface ComboboxSeparatorProps extends Combobox$1.Separator.Props {}
|
|
1522
1522
|
declare const ComboboxSeparator: ({
|
|
1523
1523
|
className,
|
|
1524
1524
|
...props
|
|
1525
|
-
}: ComboboxSeparatorProps) =>
|
|
1525
|
+
}: ComboboxSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1526
1526
|
interface ComboboxGroupProps extends Combobox$1.Group.Props {}
|
|
1527
1527
|
declare const ComboboxGroup: ({
|
|
1528
1528
|
className,
|
|
1529
1529
|
...props
|
|
1530
|
-
}: ComboboxGroupProps) =>
|
|
1530
|
+
}: ComboboxGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
1531
1531
|
interface ComboboxGroupLabelProps extends Combobox$1.GroupLabel.Props {}
|
|
1532
1532
|
declare const ComboboxGroupLabel: ({
|
|
1533
1533
|
className,
|
|
1534
1534
|
...props
|
|
1535
|
-
}: ComboboxGroupLabelProps) =>
|
|
1535
|
+
}: ComboboxGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
1536
1536
|
//#endregion
|
|
1537
1537
|
//#region src/components/combobox/index.d.ts
|
|
1538
1538
|
declare const Combobox: (({
|
|
1539
1539
|
...props
|
|
1540
|
-
}: ComboboxProps) =>
|
|
1540
|
+
}: ComboboxProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1541
1541
|
Arrow: ({
|
|
1542
1542
|
className,
|
|
1543
1543
|
...props
|
|
1544
|
-
}: ComboboxArrowProps) =>
|
|
1544
|
+
}: ComboboxArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
1545
1545
|
Backdrop: ({
|
|
1546
1546
|
className,
|
|
1547
1547
|
...props
|
|
1548
|
-
}: ComboboxBackdropProps) =>
|
|
1548
|
+
}: ComboboxBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1549
1549
|
Chip: ({
|
|
1550
1550
|
className,
|
|
1551
1551
|
children,
|
|
1552
1552
|
...props
|
|
1553
|
-
}: ComboboxChipProps) =>
|
|
1553
|
+
}: ComboboxChipProps) => react_jsx_runtime284.JSX.Element;
|
|
1554
1554
|
ChipRemove: ({
|
|
1555
1555
|
className,
|
|
1556
1556
|
...props
|
|
1557
|
-
}: ComboboxChipRemoveProps) =>
|
|
1557
|
+
}: ComboboxChipRemoveProps) => react_jsx_runtime284.JSX.Element;
|
|
1558
1558
|
Chips: ({
|
|
1559
1559
|
className,
|
|
1560
1560
|
...props
|
|
1561
|
-
}: ComboboxChipsProps) =>
|
|
1561
|
+
}: ComboboxChipsProps) => react_jsx_runtime284.JSX.Element;
|
|
1562
1562
|
Clear: ({
|
|
1563
1563
|
className,
|
|
1564
1564
|
...props
|
|
1565
|
-
}: ComboboxClearProps) =>
|
|
1565
|
+
}: ComboboxClearProps) => react_jsx_runtime284.JSX.Element;
|
|
1566
1566
|
Empty: ({
|
|
1567
1567
|
className,
|
|
1568
1568
|
...props
|
|
1569
|
-
}: ComboboxEmptyProps) =>
|
|
1569
|
+
}: ComboboxEmptyProps) => react_jsx_runtime284.JSX.Element;
|
|
1570
1570
|
Group: ({
|
|
1571
1571
|
className,
|
|
1572
1572
|
...props
|
|
1573
|
-
}: ComboboxGroupProps) =>
|
|
1573
|
+
}: ComboboxGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
1574
1574
|
GroupLabel: ({
|
|
1575
1575
|
className,
|
|
1576
1576
|
...props
|
|
1577
|
-
}: ComboboxGroupLabelProps) =>
|
|
1577
|
+
}: ComboboxGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
1578
1578
|
Input: ({
|
|
1579
1579
|
className,
|
|
1580
1580
|
...props
|
|
1581
|
-
}: ComboboxInputProps) =>
|
|
1581
|
+
}: ComboboxInputProps) => react_jsx_runtime284.JSX.Element;
|
|
1582
1582
|
Item: ({
|
|
1583
1583
|
className,
|
|
1584
1584
|
children,
|
|
1585
1585
|
...props
|
|
1586
|
-
}: ComboboxItemProps) =>
|
|
1586
|
+
}: ComboboxItemProps) => react_jsx_runtime284.JSX.Element;
|
|
1587
1587
|
ItemIndicator: ({
|
|
1588
1588
|
className,
|
|
1589
1589
|
children,
|
|
1590
1590
|
...props
|
|
1591
|
-
}: ComboboxItemIndicatorProps) =>
|
|
1591
|
+
}: ComboboxItemIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1592
1592
|
List: ({
|
|
1593
1593
|
className,
|
|
1594
1594
|
...props
|
|
1595
|
-
}: ComboboxListProps) =>
|
|
1595
|
+
}: ComboboxListProps) => react_jsx_runtime284.JSX.Element;
|
|
1596
1596
|
Popup: ({
|
|
1597
1597
|
className,
|
|
1598
1598
|
...props
|
|
1599
|
-
}: ComboboxPopupProps) =>
|
|
1599
|
+
}: ComboboxPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
1600
1600
|
Portal: ({
|
|
1601
1601
|
...props
|
|
1602
|
-
}: ComboboxPortalProps) =>
|
|
1602
|
+
}: ComboboxPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
1603
1603
|
Positioner: ({
|
|
1604
1604
|
className,
|
|
1605
1605
|
...props
|
|
1606
|
-
}: ComboboxPositionerProps) =>
|
|
1606
|
+
}: ComboboxPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
1607
1607
|
Root: ({
|
|
1608
1608
|
...props
|
|
1609
|
-
}: ComboboxProps) =>
|
|
1609
|
+
}: ComboboxProps) => react_jsx_runtime284.JSX.Element;
|
|
1610
1610
|
Row: ({
|
|
1611
1611
|
className,
|
|
1612
1612
|
...props
|
|
1613
|
-
}: ComboboxRowProps) =>
|
|
1613
|
+
}: ComboboxRowProps) => react_jsx_runtime284.JSX.Element;
|
|
1614
1614
|
Separator: ({
|
|
1615
1615
|
className,
|
|
1616
1616
|
...props
|
|
1617
|
-
}: ComboboxSeparatorProps) =>
|
|
1617
|
+
}: ComboboxSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1618
1618
|
Status: ({
|
|
1619
1619
|
className,
|
|
1620
1620
|
...props
|
|
1621
|
-
}: ComboboxStatusProps) =>
|
|
1621
|
+
}: ComboboxStatusProps) => react_jsx_runtime284.JSX.Element;
|
|
1622
1622
|
Trigger: ({
|
|
1623
1623
|
className,
|
|
1624
1624
|
children,
|
|
1625
1625
|
...props
|
|
1626
|
-
}: ComboboxTriggerProps) =>
|
|
1626
|
+
}: ComboboxTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1627
1627
|
Value: ({
|
|
1628
1628
|
...props
|
|
1629
|
-
}: ComboboxValueProps) =>
|
|
1629
|
+
}: ComboboxValueProps) => react_jsx_runtime284.JSX.Element;
|
|
1630
1630
|
};
|
|
1631
1631
|
//#endregion
|
|
1632
1632
|
//#region src/components/container/container.variants.d.ts
|
|
1633
|
-
declare const containerVariants:
|
|
1633
|
+
declare const containerVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
|
|
1634
1634
|
type ContainerVariants = VariantProps<typeof containerVariants>;
|
|
1635
1635
|
//#endregion
|
|
1636
1636
|
//#region src/components/container/container.d.ts
|
|
@@ -1638,19 +1638,19 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
|
|
|
1638
1638
|
declare const Container: ({
|
|
1639
1639
|
className,
|
|
1640
1640
|
...props
|
|
1641
|
-
}: ContainerProps) =>
|
|
1641
|
+
}: ContainerProps) => react_jsx_runtime284.JSX.Element;
|
|
1642
1642
|
//#endregion
|
|
1643
1643
|
//#region src/components/context-menu/context-menu.variants.d.ts
|
|
1644
|
-
declare const contextMenuVariants:
|
|
1644
|
+
declare const contextMenuVariants: tailwind_variants1.TVReturnType<{
|
|
1645
1645
|
[key: string]: {
|
|
1646
1646
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
1647
1647
|
item?: tailwind_merge0.ClassNameValue;
|
|
1648
1648
|
root?: tailwind_merge0.ClassNameValue;
|
|
1649
1649
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1650
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1651
1650
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1652
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
1653
1651
|
popup?: tailwind_merge0.ClassNameValue;
|
|
1652
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1653
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
1654
1654
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1655
1655
|
separator?: tailwind_merge0.ClassNameValue;
|
|
1656
1656
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -1665,10 +1665,10 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1665
1665
|
item?: tailwind_merge0.ClassNameValue;
|
|
1666
1666
|
root?: tailwind_merge0.ClassNameValue;
|
|
1667
1667
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1668
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1669
1668
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1670
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
1671
1669
|
popup?: tailwind_merge0.ClassNameValue;
|
|
1670
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1671
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
1672
1672
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1673
1673
|
separator?: tailwind_merge0.ClassNameValue;
|
|
1674
1674
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -1697,10 +1697,10 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1697
1697
|
item?: tailwind_merge0.ClassNameValue;
|
|
1698
1698
|
root?: tailwind_merge0.ClassNameValue;
|
|
1699
1699
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1700
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1701
1700
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1702
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
1703
1701
|
popup?: tailwind_merge0.ClassNameValue;
|
|
1702
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1703
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
1704
1704
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
1705
1705
|
separator?: tailwind_merge0.ClassNameValue;
|
|
1706
1706
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -1723,7 +1723,7 @@ declare const contextMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
1723
1723
|
groupLabel: string;
|
|
1724
1724
|
submenu: string;
|
|
1725
1725
|
submenuTrigger: string;
|
|
1726
|
-
},
|
|
1726
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1727
1727
|
root: string;
|
|
1728
1728
|
trigger: string;
|
|
1729
1729
|
portal: string;
|
|
@@ -1744,137 +1744,137 @@ type ContextMenuVariants = VariantProps<typeof contextMenuVariants>;
|
|
|
1744
1744
|
interface ContextMenuProps extends ContextMenuVariants, ContextMenu$1.Root.Props {}
|
|
1745
1745
|
declare const ContextMenuRoot: ({
|
|
1746
1746
|
...props
|
|
1747
|
-
}: ContextMenuProps) =>
|
|
1747
|
+
}: ContextMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
1748
1748
|
interface ContextMenuTriggerProps extends ContextMenu$1.Trigger.Props {}
|
|
1749
1749
|
declare const ContextMenuTrigger: ({
|
|
1750
1750
|
className,
|
|
1751
1751
|
...props
|
|
1752
|
-
}: ContextMenuTriggerProps) =>
|
|
1752
|
+
}: ContextMenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1753
1753
|
interface ContextMenuPortalProps extends ContextMenu$1.Portal.Props {}
|
|
1754
1754
|
declare const ContextMenuPortal: ({
|
|
1755
1755
|
className,
|
|
1756
1756
|
...props
|
|
1757
|
-
}: ContextMenuPortalProps) =>
|
|
1757
|
+
}: ContextMenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
1758
1758
|
interface ContextMenuBackdropProps extends ContextMenu$1.Backdrop.Props {}
|
|
1759
1759
|
declare const ContextMenuBackdrop: ({
|
|
1760
1760
|
className,
|
|
1761
1761
|
...props
|
|
1762
|
-
}: ContextMenuBackdropProps) =>
|
|
1762
|
+
}: ContextMenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1763
1763
|
interface ContextMenuPositionerProps extends ContextMenu$1.Positioner.Props {}
|
|
1764
1764
|
declare const ContextMenuPositioner: ({
|
|
1765
1765
|
className,
|
|
1766
1766
|
...props
|
|
1767
|
-
}: ContextMenuPositionerProps) =>
|
|
1767
|
+
}: ContextMenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
1768
1768
|
interface ContextMenuPopupProps extends ContextMenu$1.Popup.Props {}
|
|
1769
1769
|
declare const ContextMenuPopup: ({
|
|
1770
1770
|
className,
|
|
1771
1771
|
...props
|
|
1772
|
-
}: ContextMenuPopupProps) =>
|
|
1772
|
+
}: ContextMenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
1773
1773
|
interface ContextMenuArrowProps extends ContextMenu$1.Arrow.Props {}
|
|
1774
1774
|
declare const ContextMenuArrow: ({
|
|
1775
1775
|
className,
|
|
1776
1776
|
...props
|
|
1777
|
-
}: ContextMenuArrowProps) =>
|
|
1777
|
+
}: ContextMenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
1778
1778
|
interface ContextMenuItemProps extends ContextMenu$1.Item.Props {}
|
|
1779
1779
|
declare const ContextMenuItem: ({
|
|
1780
1780
|
className,
|
|
1781
1781
|
...props
|
|
1782
|
-
}: ContextMenuItemProps) =>
|
|
1782
|
+
}: ContextMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
1783
1783
|
interface ContextMenuSeparatorProps extends ContextMenu$1.Separator.Props {}
|
|
1784
1784
|
declare const ContextMenuSeparator: ({
|
|
1785
1785
|
className,
|
|
1786
1786
|
...props
|
|
1787
|
-
}: ContextMenuSeparatorProps) =>
|
|
1787
|
+
}: ContextMenuSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1788
1788
|
interface ContextMenuGroupProps extends ContextMenu$1.Group.Props {}
|
|
1789
1789
|
declare const ContextMenuGroup: ({
|
|
1790
1790
|
className,
|
|
1791
1791
|
...props
|
|
1792
|
-
}: ContextMenuGroupProps) =>
|
|
1792
|
+
}: ContextMenuGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
1793
1793
|
interface ContextMenuGroupLabelProps extends ContextMenu$1.GroupLabel.Props {}
|
|
1794
1794
|
declare const ContextMenuGroupLabel: ({
|
|
1795
1795
|
className,
|
|
1796
1796
|
...props
|
|
1797
|
-
}: ContextMenuGroupLabelProps) =>
|
|
1797
|
+
}: ContextMenuGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
1798
1798
|
interface ContextMenuSubmenuProps extends ContextMenu$1.SubmenuRoot.Props {}
|
|
1799
1799
|
declare const ContextMenuSubmenu: ({
|
|
1800
1800
|
...props
|
|
1801
|
-
}: ContextMenuSubmenuProps) =>
|
|
1801
|
+
}: ContextMenuSubmenuProps) => react_jsx_runtime284.JSX.Element;
|
|
1802
1802
|
interface ContextMenuSubmenuTriggerProps extends ContextMenu$1.SubmenuTrigger.Props {}
|
|
1803
1803
|
declare const ContextMenuSubmenuTrigger: ({
|
|
1804
1804
|
className,
|
|
1805
1805
|
children,
|
|
1806
1806
|
...props
|
|
1807
|
-
}: ContextMenuSubmenuTriggerProps) =>
|
|
1807
|
+
}: ContextMenuSubmenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1808
1808
|
//#endregion
|
|
1809
1809
|
//#region src/components/context-menu/index.d.ts
|
|
1810
1810
|
declare const ContextMenu: (({
|
|
1811
1811
|
...props
|
|
1812
|
-
}: ContextMenuProps) =>
|
|
1812
|
+
}: ContextMenuProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1813
1813
|
Arrow: ({
|
|
1814
1814
|
className,
|
|
1815
1815
|
...props
|
|
1816
|
-
}: ContextMenuArrowProps) =>
|
|
1816
|
+
}: ContextMenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
1817
1817
|
Backdrop: ({
|
|
1818
1818
|
className,
|
|
1819
1819
|
...props
|
|
1820
|
-
}: ContextMenuBackdropProps) =>
|
|
1820
|
+
}: ContextMenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1821
1821
|
Group: ({
|
|
1822
1822
|
className,
|
|
1823
1823
|
...props
|
|
1824
|
-
}: ContextMenuGroupProps) =>
|
|
1824
|
+
}: ContextMenuGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
1825
1825
|
GroupLabel: ({
|
|
1826
1826
|
className,
|
|
1827
1827
|
...props
|
|
1828
|
-
}: ContextMenuGroupLabelProps) =>
|
|
1828
|
+
}: ContextMenuGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
1829
1829
|
Item: ({
|
|
1830
1830
|
className,
|
|
1831
1831
|
...props
|
|
1832
|
-
}: ContextMenuItemProps) =>
|
|
1832
|
+
}: ContextMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
1833
1833
|
Popup: ({
|
|
1834
1834
|
className,
|
|
1835
1835
|
...props
|
|
1836
|
-
}: ContextMenuPopupProps) =>
|
|
1836
|
+
}: ContextMenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
1837
1837
|
Portal: ({
|
|
1838
1838
|
className,
|
|
1839
1839
|
...props
|
|
1840
|
-
}: ContextMenuPortalProps) =>
|
|
1840
|
+
}: ContextMenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
1841
1841
|
Positioner: ({
|
|
1842
1842
|
className,
|
|
1843
1843
|
...props
|
|
1844
|
-
}: ContextMenuPositionerProps) =>
|
|
1844
|
+
}: ContextMenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
1845
1845
|
Root: ({
|
|
1846
1846
|
...props
|
|
1847
|
-
}: ContextMenuProps) =>
|
|
1847
|
+
}: ContextMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
1848
1848
|
Separator: ({
|
|
1849
1849
|
className,
|
|
1850
1850
|
...props
|
|
1851
|
-
}: ContextMenuSeparatorProps) =>
|
|
1851
|
+
}: ContextMenuSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
1852
1852
|
SubmenuRoot: ({
|
|
1853
1853
|
...props
|
|
1854
|
-
}: ContextMenuSubmenuProps) =>
|
|
1854
|
+
}: ContextMenuSubmenuProps) => react_jsx_runtime284.JSX.Element;
|
|
1855
1855
|
SubmenuTrigger: ({
|
|
1856
1856
|
className,
|
|
1857
1857
|
children,
|
|
1858
1858
|
...props
|
|
1859
|
-
}: ContextMenuSubmenuTriggerProps) =>
|
|
1859
|
+
}: ContextMenuSubmenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1860
1860
|
Trigger: ({
|
|
1861
1861
|
className,
|
|
1862
1862
|
...props
|
|
1863
|
-
}: ContextMenuTriggerProps) =>
|
|
1863
|
+
}: ContextMenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1864
1864
|
};
|
|
1865
1865
|
//#endregion
|
|
1866
1866
|
//#region src/components/dialog/dialog.variants.d.ts
|
|
1867
|
-
declare const dialogVariants:
|
|
1867
|
+
declare const dialogVariants: tailwind_variants1.TVReturnType<{
|
|
1868
1868
|
[key: string]: {
|
|
1869
1869
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
1870
1870
|
root?: tailwind_merge0.ClassNameValue;
|
|
1871
1871
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1872
1872
|
title?: tailwind_merge0.ClassNameValue;
|
|
1873
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1874
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1875
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1876
1873
|
description?: tailwind_merge0.ClassNameValue;
|
|
1874
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1877
1875
|
close?: tailwind_merge0.ClassNameValue;
|
|
1876
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1877
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1878
1878
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
1879
1879
|
};
|
|
1880
1880
|
};
|
|
@@ -1884,11 +1884,11 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
1884
1884
|
root?: tailwind_merge0.ClassNameValue;
|
|
1885
1885
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1886
1886
|
title?: tailwind_merge0.ClassNameValue;
|
|
1887
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1888
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1889
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1890
1887
|
description?: tailwind_merge0.ClassNameValue;
|
|
1888
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1891
1889
|
close?: tailwind_merge0.ClassNameValue;
|
|
1890
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1891
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1892
1892
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
1893
1893
|
};
|
|
1894
1894
|
};
|
|
@@ -1908,11 +1908,11 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
1908
1908
|
root?: tailwind_merge0.ClassNameValue;
|
|
1909
1909
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
1910
1910
|
title?: tailwind_merge0.ClassNameValue;
|
|
1911
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
1912
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1913
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
1914
1911
|
description?: tailwind_merge0.ClassNameValue;
|
|
1912
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
1915
1913
|
close?: tailwind_merge0.ClassNameValue;
|
|
1914
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
1915
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
1916
1916
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
1917
1917
|
};
|
|
1918
1918
|
};
|
|
@@ -1926,7 +1926,7 @@ declare const dialogVariants: tailwind_variants0.TVReturnType<{
|
|
|
1926
1926
|
title: string;
|
|
1927
1927
|
trigger: string;
|
|
1928
1928
|
viewport: string;
|
|
1929
|
-
},
|
|
1929
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
1930
1930
|
backdrop: string;
|
|
1931
1931
|
close: string;
|
|
1932
1932
|
description: string;
|
|
@@ -1943,91 +1943,91 @@ type DialogVariants = VariantProps<typeof dialogVariants>;
|
|
|
1943
1943
|
interface DialogProps extends DialogVariants, Dialog$1.Root.Props {}
|
|
1944
1944
|
declare const DialogRoot: ({
|
|
1945
1945
|
...props
|
|
1946
|
-
}: DialogProps) =>
|
|
1946
|
+
}: DialogProps) => react_jsx_runtime284.JSX.Element;
|
|
1947
1947
|
interface DialogTriggerProps extends Dialog$1.Trigger.Props {}
|
|
1948
1948
|
declare const DialogTrigger: ({
|
|
1949
1949
|
className,
|
|
1950
1950
|
...props
|
|
1951
|
-
}: DialogTriggerProps) =>
|
|
1951
|
+
}: DialogTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
1952
1952
|
interface DialogPortalProps extends Dialog$1.Portal.Props {}
|
|
1953
1953
|
declare const DialogPortal: ({
|
|
1954
1954
|
className,
|
|
1955
1955
|
...props
|
|
1956
|
-
}: DialogPortalProps) =>
|
|
1956
|
+
}: DialogPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
1957
1957
|
interface DialogBackdropProps extends Dialog$1.Backdrop.Props {}
|
|
1958
1958
|
declare const DialogBackdrop: ({
|
|
1959
1959
|
className,
|
|
1960
1960
|
...props
|
|
1961
|
-
}: DialogBackdropProps) =>
|
|
1961
|
+
}: DialogBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1962
1962
|
interface DialogViewportProps extends Dialog$1.Viewport.Props {}
|
|
1963
1963
|
declare const DialogViewport: ({
|
|
1964
1964
|
className,
|
|
1965
1965
|
...props
|
|
1966
|
-
}: DialogViewportProps) =>
|
|
1966
|
+
}: DialogViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
1967
1967
|
interface DialogPopupProps extends Dialog$1.Popup.Props {}
|
|
1968
1968
|
declare const DialogPopup: ({
|
|
1969
1969
|
className,
|
|
1970
1970
|
...props
|
|
1971
|
-
}: DialogPopupProps) =>
|
|
1971
|
+
}: DialogPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
1972
1972
|
interface DialogTitleProps extends Dialog$1.Title.Props {}
|
|
1973
1973
|
declare const DialogTitle: ({
|
|
1974
1974
|
className,
|
|
1975
1975
|
...props
|
|
1976
|
-
}: DialogTitleProps) =>
|
|
1976
|
+
}: DialogTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
1977
1977
|
interface DialogDescriptionProps extends Dialog$1.Description.Props {}
|
|
1978
1978
|
declare const DialogDescription: ({
|
|
1979
1979
|
className,
|
|
1980
1980
|
...props
|
|
1981
|
-
}: DialogDescriptionProps) =>
|
|
1981
|
+
}: DialogDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
1982
1982
|
interface DialogCloseProps extends Dialog$1.Close.Props {}
|
|
1983
1983
|
declare const DialogClose: ({
|
|
1984
1984
|
className,
|
|
1985
1985
|
...props
|
|
1986
|
-
}: DialogCloseProps) =>
|
|
1986
|
+
}: DialogCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
1987
1987
|
//#endregion
|
|
1988
1988
|
//#region src/components/dialog/index.d.ts
|
|
1989
1989
|
declare const Dialog: (({
|
|
1990
1990
|
...props
|
|
1991
|
-
}: DialogProps) =>
|
|
1991
|
+
}: DialogProps) => react_jsx_runtime284.JSX.Element) & {
|
|
1992
1992
|
Backdrop: ({
|
|
1993
1993
|
className,
|
|
1994
1994
|
...props
|
|
1995
|
-
}: DialogBackdropProps) =>
|
|
1995
|
+
}: DialogBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
1996
1996
|
Close: ({
|
|
1997
1997
|
className,
|
|
1998
1998
|
...props
|
|
1999
|
-
}: DialogCloseProps) =>
|
|
1999
|
+
}: DialogCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
2000
2000
|
Description: ({
|
|
2001
2001
|
className,
|
|
2002
2002
|
...props
|
|
2003
|
-
}: DialogDescriptionProps) =>
|
|
2003
|
+
}: DialogDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
2004
2004
|
Popup: ({
|
|
2005
2005
|
className,
|
|
2006
2006
|
...props
|
|
2007
|
-
}: DialogPopupProps) =>
|
|
2007
|
+
}: DialogPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
2008
2008
|
Portal: ({
|
|
2009
2009
|
className,
|
|
2010
2010
|
...props
|
|
2011
|
-
}: DialogPortalProps) =>
|
|
2011
|
+
}: DialogPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
2012
2012
|
Root: ({
|
|
2013
2013
|
...props
|
|
2014
|
-
}: DialogProps) =>
|
|
2014
|
+
}: DialogProps) => react_jsx_runtime284.JSX.Element;
|
|
2015
2015
|
Title: ({
|
|
2016
2016
|
className,
|
|
2017
2017
|
...props
|
|
2018
|
-
}: DialogTitleProps) =>
|
|
2018
|
+
}: DialogTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
2019
2019
|
Trigger: ({
|
|
2020
2020
|
className,
|
|
2021
2021
|
...props
|
|
2022
|
-
}: DialogTriggerProps) =>
|
|
2022
|
+
}: DialogTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2023
2023
|
Viewport: ({
|
|
2024
2024
|
className,
|
|
2025
2025
|
...props
|
|
2026
|
-
}: DialogViewportProps) =>
|
|
2026
|
+
}: DialogViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
2027
2027
|
};
|
|
2028
2028
|
//#endregion
|
|
2029
2029
|
//#region src/components/drawer/drawer.variants.d.ts
|
|
2030
|
-
declare const drawerVariants:
|
|
2030
|
+
declare const drawerVariants: tailwind_variants1.TVReturnType<{
|
|
2031
2031
|
position: {
|
|
2032
2032
|
bottom: {
|
|
2033
2033
|
popup: string;
|
|
@@ -2077,7 +2077,7 @@ declare const drawerVariants: tailwind_variants0.TVReturnType<{
|
|
|
2077
2077
|
title: string;
|
|
2078
2078
|
trigger: string;
|
|
2079
2079
|
viewport: string;
|
|
2080
|
-
},
|
|
2080
|
+
}, tailwind_variants1.TVReturnType<{
|
|
2081
2081
|
position: {
|
|
2082
2082
|
bottom: {
|
|
2083
2083
|
popup: string;
|
|
@@ -2110,95 +2110,95 @@ interface DrawerProps extends DrawerVariants, Dialog$1.Root.Props {}
|
|
|
2110
2110
|
declare const DrawerRoot: ({
|
|
2111
2111
|
position,
|
|
2112
2112
|
...props
|
|
2113
|
-
}: DrawerProps) =>
|
|
2113
|
+
}: DrawerProps) => react_jsx_runtime284.JSX.Element;
|
|
2114
2114
|
interface DrawerTriggerProps extends Dialog$1.Trigger.Props {}
|
|
2115
2115
|
declare const DrawerTrigger: ({
|
|
2116
2116
|
className,
|
|
2117
2117
|
...props
|
|
2118
|
-
}: DrawerTriggerProps) =>
|
|
2118
|
+
}: DrawerTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2119
2119
|
interface DrawerPortalProps extends Dialog$1.Portal.Props {}
|
|
2120
2120
|
declare const DrawerPortal: ({
|
|
2121
2121
|
className,
|
|
2122
2122
|
...props
|
|
2123
|
-
}: DrawerPortalProps) =>
|
|
2123
|
+
}: DrawerPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
2124
2124
|
interface DrawerBackdropProps extends Dialog$1.Backdrop.Props {}
|
|
2125
2125
|
declare const DrawerBackdrop: ({
|
|
2126
2126
|
className,
|
|
2127
2127
|
...props
|
|
2128
|
-
}: DrawerBackdropProps) =>
|
|
2128
|
+
}: DrawerBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
2129
2129
|
interface DrawerViewportProps extends Dialog$1.Viewport.Props {}
|
|
2130
2130
|
declare const DrawerViewport: ({
|
|
2131
2131
|
className,
|
|
2132
2132
|
...props
|
|
2133
|
-
}: DrawerViewportProps) =>
|
|
2133
|
+
}: DrawerViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
2134
2134
|
interface DrawerPopupProps extends Dialog$1.Popup.Props {}
|
|
2135
2135
|
declare const DrawerPopup: ({
|
|
2136
2136
|
className,
|
|
2137
2137
|
...props
|
|
2138
|
-
}: DrawerPopupProps) =>
|
|
2138
|
+
}: DrawerPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
2139
2139
|
interface DrawerTitleProps extends Dialog$1.Title.Props {}
|
|
2140
2140
|
declare const DrawerTitle: ({
|
|
2141
2141
|
className,
|
|
2142
2142
|
...props
|
|
2143
|
-
}: DrawerTitleProps) =>
|
|
2143
|
+
}: DrawerTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
2144
2144
|
interface DrawerDescriptionProps extends Dialog$1.Description.Props {}
|
|
2145
2145
|
declare const DrawerDescription: ({
|
|
2146
2146
|
className,
|
|
2147
2147
|
...props
|
|
2148
|
-
}: DrawerDescriptionProps) =>
|
|
2148
|
+
}: DrawerDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
2149
2149
|
interface DrawerCloseProps extends Dialog$1.Close.Props {}
|
|
2150
2150
|
declare const DrawerClose: ({
|
|
2151
2151
|
className,
|
|
2152
2152
|
children,
|
|
2153
2153
|
...props
|
|
2154
|
-
}: DrawerCloseProps) =>
|
|
2154
|
+
}: DrawerCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
2155
2155
|
//#endregion
|
|
2156
2156
|
//#region src/components/drawer/index.d.ts
|
|
2157
2157
|
declare const Drawer: (({
|
|
2158
2158
|
position,
|
|
2159
2159
|
...props
|
|
2160
|
-
}: DrawerProps) =>
|
|
2160
|
+
}: DrawerProps) => react_jsx_runtime284.JSX.Element) & {
|
|
2161
2161
|
Backdrop: ({
|
|
2162
2162
|
className,
|
|
2163
2163
|
...props
|
|
2164
|
-
}: DrawerBackdropProps) =>
|
|
2164
|
+
}: DrawerBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
2165
2165
|
Close: ({
|
|
2166
2166
|
className,
|
|
2167
2167
|
children,
|
|
2168
2168
|
...props
|
|
2169
|
-
}: DrawerCloseProps) =>
|
|
2169
|
+
}: DrawerCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
2170
2170
|
Description: ({
|
|
2171
2171
|
className,
|
|
2172
2172
|
...props
|
|
2173
|
-
}: DrawerDescriptionProps) =>
|
|
2173
|
+
}: DrawerDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
2174
2174
|
Popup: ({
|
|
2175
2175
|
className,
|
|
2176
2176
|
...props
|
|
2177
|
-
}: DrawerPopupProps) =>
|
|
2177
|
+
}: DrawerPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
2178
2178
|
Portal: ({
|
|
2179
2179
|
className,
|
|
2180
2180
|
...props
|
|
2181
|
-
}: DrawerPortalProps) =>
|
|
2181
|
+
}: DrawerPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
2182
2182
|
Root: ({
|
|
2183
2183
|
position,
|
|
2184
2184
|
...props
|
|
2185
|
-
}: DrawerProps) =>
|
|
2185
|
+
}: DrawerProps) => react_jsx_runtime284.JSX.Element;
|
|
2186
2186
|
Title: ({
|
|
2187
2187
|
className,
|
|
2188
2188
|
...props
|
|
2189
|
-
}: DrawerTitleProps) =>
|
|
2189
|
+
}: DrawerTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
2190
2190
|
Trigger: ({
|
|
2191
2191
|
className,
|
|
2192
2192
|
...props
|
|
2193
|
-
}: DrawerTriggerProps) =>
|
|
2193
|
+
}: DrawerTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2194
2194
|
Viewport: ({
|
|
2195
2195
|
className,
|
|
2196
2196
|
...props
|
|
2197
|
-
}: DrawerViewportProps) =>
|
|
2197
|
+
}: DrawerViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
2198
2198
|
};
|
|
2199
2199
|
//#endregion
|
|
2200
2200
|
//#region src/components/field/field.variants.d.ts
|
|
2201
|
-
declare const fieldVariants:
|
|
2201
|
+
declare const fieldVariants: tailwind_variants1.TVReturnType<{
|
|
2202
2202
|
[key: string]: {
|
|
2203
2203
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
2204
2204
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -2240,7 +2240,7 @@ declare const fieldVariants: tailwind_variants0.TVReturnType<{
|
|
|
2240
2240
|
error: string;
|
|
2241
2241
|
label: string;
|
|
2242
2242
|
root: string;
|
|
2243
|
-
},
|
|
2243
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2244
2244
|
control: string;
|
|
2245
2245
|
description: string;
|
|
2246
2246
|
error: string;
|
|
@@ -2257,59 +2257,59 @@ declare const FieldRoot: ({
|
|
|
2257
2257
|
className,
|
|
2258
2258
|
required,
|
|
2259
2259
|
...props
|
|
2260
|
-
}: FieldRootProps) =>
|
|
2260
|
+
}: FieldRootProps) => react_jsx_runtime284.JSX.Element;
|
|
2261
2261
|
interface FieldLabelProps extends Field$1.Label.Props {}
|
|
2262
2262
|
declare const FieldLabel: ({
|
|
2263
2263
|
className,
|
|
2264
2264
|
...props
|
|
2265
|
-
}: FieldLabelProps) =>
|
|
2265
|
+
}: FieldLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2266
2266
|
interface FieldControlProps extends Field$1.Control.Props {}
|
|
2267
2267
|
declare const FieldControl: ({
|
|
2268
2268
|
className,
|
|
2269
2269
|
...props
|
|
2270
|
-
}: FieldControlProps) =>
|
|
2270
|
+
}: FieldControlProps) => react_jsx_runtime284.JSX.Element;
|
|
2271
2271
|
interface FieldDescriptionProps extends Field$1.Description.Props {}
|
|
2272
2272
|
declare const FieldDescription: ({
|
|
2273
2273
|
className,
|
|
2274
2274
|
...props
|
|
2275
|
-
}: FieldDescriptionProps) =>
|
|
2275
|
+
}: FieldDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
2276
2276
|
interface FieldErrorProps extends Field$1.Error.Props {}
|
|
2277
2277
|
declare const FieldError: ({
|
|
2278
2278
|
className,
|
|
2279
2279
|
...props
|
|
2280
|
-
}: FieldErrorProps) =>
|
|
2280
|
+
}: FieldErrorProps) => react_jsx_runtime284.JSX.Element;
|
|
2281
2281
|
//#endregion
|
|
2282
2282
|
//#region src/components/field/index.d.ts
|
|
2283
2283
|
declare const Field: (({
|
|
2284
2284
|
className,
|
|
2285
2285
|
required,
|
|
2286
2286
|
...props
|
|
2287
|
-
}: FieldRootProps) =>
|
|
2287
|
+
}: FieldRootProps) => react_jsx_runtime284.JSX.Element) & {
|
|
2288
2288
|
Control: ({
|
|
2289
2289
|
className,
|
|
2290
2290
|
...props
|
|
2291
|
-
}: FieldControlProps) =>
|
|
2291
|
+
}: FieldControlProps) => react_jsx_runtime284.JSX.Element;
|
|
2292
2292
|
Description: ({
|
|
2293
2293
|
className,
|
|
2294
2294
|
...props
|
|
2295
|
-
}: FieldDescriptionProps) =>
|
|
2295
|
+
}: FieldDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
2296
2296
|
Error: ({
|
|
2297
2297
|
className,
|
|
2298
2298
|
...props
|
|
2299
|
-
}: FieldErrorProps) =>
|
|
2299
|
+
}: FieldErrorProps) => react_jsx_runtime284.JSX.Element;
|
|
2300
2300
|
Label: ({
|
|
2301
2301
|
className,
|
|
2302
2302
|
...props
|
|
2303
|
-
}: FieldLabelProps) =>
|
|
2303
|
+
}: FieldLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2304
2304
|
Root: ({
|
|
2305
2305
|
className,
|
|
2306
2306
|
required,
|
|
2307
2307
|
...props
|
|
2308
|
-
}: FieldRootProps) =>
|
|
2308
|
+
}: FieldRootProps) => react_jsx_runtime284.JSX.Element;
|
|
2309
2309
|
};
|
|
2310
2310
|
//#endregion
|
|
2311
2311
|
//#region src/components/fieldset/fieldset.variants.d.ts
|
|
2312
|
-
declare const fieldsetVariants:
|
|
2312
|
+
declare const fieldsetVariants: tailwind_variants1.TVReturnType<{
|
|
2313
2313
|
[key: string]: {
|
|
2314
2314
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
2315
2315
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -2336,7 +2336,7 @@ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
|
|
|
2336
2336
|
} | {}, {
|
|
2337
2337
|
legend: string;
|
|
2338
2338
|
root: string;
|
|
2339
|
-
},
|
|
2339
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2340
2340
|
legend: string;
|
|
2341
2341
|
root: string;
|
|
2342
2342
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -2347,30 +2347,30 @@ interface FieldsetProps extends FieldsetVariants, Fieldset$1.Root.Props {}
|
|
|
2347
2347
|
declare const FieldsetRoot: ({
|
|
2348
2348
|
className,
|
|
2349
2349
|
...props
|
|
2350
|
-
}: FieldsetProps) =>
|
|
2350
|
+
}: FieldsetProps) => react_jsx_runtime284.JSX.Element;
|
|
2351
2351
|
interface FieldsetLegendProps extends Fieldset$1.Legend.Props {}
|
|
2352
2352
|
declare const FieldsetLegend: ({
|
|
2353
2353
|
className,
|
|
2354
2354
|
...props
|
|
2355
|
-
}: FieldsetLegendProps) =>
|
|
2355
|
+
}: FieldsetLegendProps) => react_jsx_runtime284.JSX.Element;
|
|
2356
2356
|
//#endregion
|
|
2357
2357
|
//#region src/components/fieldset/index.d.ts
|
|
2358
2358
|
declare const Fieldset: (({
|
|
2359
2359
|
className,
|
|
2360
2360
|
...props
|
|
2361
|
-
}: FieldsetProps) =>
|
|
2361
|
+
}: FieldsetProps) => react_jsx_runtime284.JSX.Element) & {
|
|
2362
2362
|
Legend: ({
|
|
2363
2363
|
className,
|
|
2364
2364
|
...props
|
|
2365
|
-
}: FieldsetLegendProps) =>
|
|
2365
|
+
}: FieldsetLegendProps) => react_jsx_runtime284.JSX.Element;
|
|
2366
2366
|
Root: ({
|
|
2367
2367
|
className,
|
|
2368
2368
|
...props
|
|
2369
|
-
}: FieldsetProps) =>
|
|
2369
|
+
}: FieldsetProps) => react_jsx_runtime284.JSX.Element;
|
|
2370
2370
|
};
|
|
2371
2371
|
//#endregion
|
|
2372
2372
|
//#region src/components/form/form.variants.d.ts
|
|
2373
|
-
declare const formVariants:
|
|
2373
|
+
declare const formVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
|
|
2374
2374
|
type FormVariants = VariantProps<typeof formVariants>;
|
|
2375
2375
|
//#endregion
|
|
2376
2376
|
//#region src/components/form/form.d.ts
|
|
@@ -2378,10 +2378,10 @@ interface FormProps extends FormVariants, Form$1.Props {}
|
|
|
2378
2378
|
declare const Form: ({
|
|
2379
2379
|
className,
|
|
2380
2380
|
...props
|
|
2381
|
-
}: FormProps) =>
|
|
2381
|
+
}: FormProps) => react_jsx_runtime284.JSX.Element;
|
|
2382
2382
|
//#endregion
|
|
2383
2383
|
//#region src/components/icon-button/icon-button.variants.d.ts
|
|
2384
|
-
declare const iconButtonVariants:
|
|
2384
|
+
declare const iconButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
2385
2385
|
isIconOnly: {
|
|
2386
2386
|
true: tailwind_merge0.ClassNameValue | {
|
|
2387
2387
|
base?: tailwind_merge0.ClassNameValue;
|
|
@@ -2431,7 +2431,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2431
2431
|
primary: string;
|
|
2432
2432
|
secondary: string;
|
|
2433
2433
|
};
|
|
2434
|
-
}, undefined,
|
|
2434
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2435
2435
|
isIconOnly: {
|
|
2436
2436
|
true: string;
|
|
2437
2437
|
};
|
|
@@ -2463,7 +2463,7 @@ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
2463
2463
|
primary: string;
|
|
2464
2464
|
secondary: string;
|
|
2465
2465
|
};
|
|
2466
|
-
}, undefined,
|
|
2466
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2467
2467
|
isIconOnly: {
|
|
2468
2468
|
true: string;
|
|
2469
2469
|
};
|
|
@@ -2490,10 +2490,10 @@ declare const IconButton: ({
|
|
|
2490
2490
|
size,
|
|
2491
2491
|
isIconOnly,
|
|
2492
2492
|
...props
|
|
2493
|
-
}: IconButtonProps) =>
|
|
2493
|
+
}: IconButtonProps) => react_jsx_runtime284.JSX.Element;
|
|
2494
2494
|
//#endregion
|
|
2495
2495
|
//#region src/components/input/input.variants.d.ts
|
|
2496
|
-
declare const inputVariants:
|
|
2496
|
+
declare const inputVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
|
|
2497
2497
|
type InputVariants = VariantProps<typeof inputVariants>;
|
|
2498
2498
|
//#endregion
|
|
2499
2499
|
//#region src/components/input/input.d.ts
|
|
@@ -2501,10 +2501,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
|
|
|
2501
2501
|
declare const Input: ({
|
|
2502
2502
|
className,
|
|
2503
2503
|
...props
|
|
2504
|
-
}: InputProps) =>
|
|
2504
|
+
}: InputProps) => react_jsx_runtime284.JSX.Element;
|
|
2505
2505
|
//#endregion
|
|
2506
2506
|
//#region src/components/label/label.variants.d.ts
|
|
2507
|
-
declare const labelVariants:
|
|
2507
|
+
declare const labelVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
|
|
2508
2508
|
type LabelVariants = VariantProps<typeof labelVariants>;
|
|
2509
2509
|
//#endregion
|
|
2510
2510
|
//#region src/components/label/label.d.ts
|
|
@@ -2512,10 +2512,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
|
|
|
2512
2512
|
declare const Label: ({
|
|
2513
2513
|
className,
|
|
2514
2514
|
...props
|
|
2515
|
-
}: LabelProps) =>
|
|
2515
|
+
}: LabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2516
2516
|
//#endregion
|
|
2517
2517
|
//#region src/components/link/link.variants.d.ts
|
|
2518
|
-
declare const linkVariants:
|
|
2518
|
+
declare const linkVariants: tailwind_variants1.TVReturnType<{
|
|
2519
2519
|
variant: {
|
|
2520
2520
|
"no-underline": string;
|
|
2521
2521
|
underline: string;
|
|
@@ -2525,7 +2525,7 @@ declare const linkVariants: tailwind_variants0.TVReturnType<{
|
|
|
2525
2525
|
"no-underline": string;
|
|
2526
2526
|
underline: string;
|
|
2527
2527
|
};
|
|
2528
|
-
}, undefined,
|
|
2528
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
2529
2529
|
variant: {
|
|
2530
2530
|
"no-underline": string;
|
|
2531
2531
|
underline: string;
|
|
@@ -2539,10 +2539,10 @@ declare const Link: ({
|
|
|
2539
2539
|
className,
|
|
2540
2540
|
variant,
|
|
2541
2541
|
...props
|
|
2542
|
-
}: LinkProps) =>
|
|
2542
|
+
}: LinkProps) => react_jsx_runtime284.JSX.Element;
|
|
2543
2543
|
//#endregion
|
|
2544
2544
|
//#region src/components/list/list.variants.d.ts
|
|
2545
|
-
declare const listVariants:
|
|
2545
|
+
declare const listVariants: tailwind_variants1.TVReturnType<{
|
|
2546
2546
|
[key: string]: {
|
|
2547
2547
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
2548
2548
|
item?: tailwind_merge0.ClassNameValue;
|
|
@@ -2569,7 +2569,7 @@ declare const listVariants: tailwind_variants0.TVReturnType<{
|
|
|
2569
2569
|
} | {}, {
|
|
2570
2570
|
item: string;
|
|
2571
2571
|
root: string;
|
|
2572
|
-
},
|
|
2572
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2573
2573
|
item: string;
|
|
2574
2574
|
root: string;
|
|
2575
2575
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -2580,40 +2580,40 @@ interface ListProps extends ListVariants, React.ComponentProps<"ul"> {}
|
|
|
2580
2580
|
declare const ListRoot: ({
|
|
2581
2581
|
className,
|
|
2582
2582
|
...props
|
|
2583
|
-
}: ListProps) =>
|
|
2583
|
+
}: ListProps) => react_jsx_runtime284.JSX.Element;
|
|
2584
2584
|
interface ListItemProps extends React.ComponentProps<"li"> {}
|
|
2585
2585
|
declare const ListItem: ({
|
|
2586
2586
|
className,
|
|
2587
2587
|
...props
|
|
2588
|
-
}: ListItemProps) =>
|
|
2588
|
+
}: ListItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2589
2589
|
//#endregion
|
|
2590
2590
|
//#region src/components/list/index.d.ts
|
|
2591
2591
|
declare const List: (({
|
|
2592
2592
|
className,
|
|
2593
2593
|
...props
|
|
2594
|
-
}: ListProps) =>
|
|
2594
|
+
}: ListProps) => react_jsx_runtime284.JSX.Element) & {
|
|
2595
2595
|
Item: ({
|
|
2596
2596
|
className,
|
|
2597
2597
|
...props
|
|
2598
|
-
}: ListItemProps) =>
|
|
2598
|
+
}: ListItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2599
2599
|
Root: ({
|
|
2600
2600
|
className,
|
|
2601
2601
|
...props
|
|
2602
|
-
}: ListProps) =>
|
|
2602
|
+
}: ListProps) => react_jsx_runtime284.JSX.Element;
|
|
2603
2603
|
};
|
|
2604
2604
|
//#endregion
|
|
2605
2605
|
//#region src/components/menu/menu.variants.d.ts
|
|
2606
|
-
declare const menuVariants:
|
|
2606
|
+
declare const menuVariants: tailwind_variants1.TVReturnType<{
|
|
2607
2607
|
[key: string]: {
|
|
2608
2608
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
2609
2609
|
item?: tailwind_merge0.ClassNameValue;
|
|
2610
2610
|
root?: tailwind_merge0.ClassNameValue;
|
|
2611
2611
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
2612
2612
|
radioGroup?: tailwind_merge0.ClassNameValue;
|
|
2613
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
2614
2613
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
2615
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
2616
2614
|
popup?: tailwind_merge0.ClassNameValue;
|
|
2615
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
2616
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
2617
2617
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
2618
2618
|
separator?: tailwind_merge0.ClassNameValue;
|
|
2619
2619
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -2631,10 +2631,10 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
2631
2631
|
root?: tailwind_merge0.ClassNameValue;
|
|
2632
2632
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
2633
2633
|
radioGroup?: tailwind_merge0.ClassNameValue;
|
|
2634
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
2635
2634
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
2636
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
2637
2635
|
popup?: tailwind_merge0.ClassNameValue;
|
|
2636
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
2637
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
2638
2638
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
2639
2639
|
separator?: tailwind_merge0.ClassNameValue;
|
|
2640
2640
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -2669,10 +2669,10 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
2669
2669
|
root?: tailwind_merge0.ClassNameValue;
|
|
2670
2670
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
2671
2671
|
radioGroup?: tailwind_merge0.ClassNameValue;
|
|
2672
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
2673
2672
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
2674
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
2675
2673
|
popup?: tailwind_merge0.ClassNameValue;
|
|
2674
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
2675
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
2676
2676
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
2677
2677
|
separator?: tailwind_merge0.ClassNameValue;
|
|
2678
2678
|
group?: tailwind_merge0.ClassNameValue;
|
|
@@ -2700,7 +2700,7 @@ declare const menuVariants: tailwind_variants0.TVReturnType<{
|
|
|
2700
2700
|
submenu: string;
|
|
2701
2701
|
submenuTrigger: string;
|
|
2702
2702
|
trigger: string;
|
|
2703
|
-
},
|
|
2703
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
2704
2704
|
arrow: string;
|
|
2705
2705
|
backdrop: string;
|
|
2706
2706
|
checkboxItem: string;
|
|
@@ -2724,154 +2724,154 @@ type MenuVariants = VariantProps<typeof menuVariants>;
|
|
|
2724
2724
|
interface MenuProps extends MenuVariants, Menu$1.Root.Props {}
|
|
2725
2725
|
declare const MenuRoot: ({
|
|
2726
2726
|
...props
|
|
2727
|
-
}: MenuProps) =>
|
|
2727
|
+
}: MenuProps) => react_jsx_runtime284.JSX.Element;
|
|
2728
2728
|
interface MenuTriggerProps extends MenuVariants, Menu$1.Trigger.Props {}
|
|
2729
2729
|
declare const MenuTrigger: ({
|
|
2730
2730
|
className,
|
|
2731
2731
|
...props
|
|
2732
|
-
}: MenuTriggerProps) =>
|
|
2732
|
+
}: MenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2733
2733
|
interface MenuPortalProps extends MenuVariants, Menu$1.Portal.Props {}
|
|
2734
2734
|
declare const MenuPortal: ({
|
|
2735
2735
|
className,
|
|
2736
2736
|
...props
|
|
2737
|
-
}: MenuPortalProps) =>
|
|
2737
|
+
}: MenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
2738
2738
|
interface MenuBackdropProps extends MenuVariants, Menu$1.Backdrop.Props {}
|
|
2739
2739
|
declare const MenuBackdrop: ({
|
|
2740
2740
|
className,
|
|
2741
2741
|
...props
|
|
2742
|
-
}: MenuBackdropProps) =>
|
|
2742
|
+
}: MenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
2743
2743
|
interface MenuPositionerProps extends MenuVariants, Menu$1.Positioner.Props {}
|
|
2744
2744
|
declare const MenuPositioner: ({
|
|
2745
2745
|
className,
|
|
2746
2746
|
...props
|
|
2747
|
-
}: MenuPositionerProps) =>
|
|
2747
|
+
}: MenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
2748
2748
|
interface MenuPopupProps extends MenuVariants, Menu$1.Popup.Props {}
|
|
2749
2749
|
declare const MenuPopup: ({
|
|
2750
2750
|
className,
|
|
2751
2751
|
...props
|
|
2752
|
-
}: MenuPopupProps) =>
|
|
2752
|
+
}: MenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
2753
2753
|
interface MenuArrowProps extends MenuVariants, Menu$1.Arrow.Props {}
|
|
2754
2754
|
declare const MenuArrow: ({
|
|
2755
2755
|
className,
|
|
2756
2756
|
children,
|
|
2757
2757
|
...props
|
|
2758
|
-
}: MenuArrowProps) =>
|
|
2758
|
+
}: MenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
2759
2759
|
interface MenuItemProps extends MenuVariants, Menu$1.Item.Props {}
|
|
2760
2760
|
declare const MenuItem: ({
|
|
2761
2761
|
className,
|
|
2762
2762
|
...props
|
|
2763
|
-
}: MenuItemProps) =>
|
|
2763
|
+
}: MenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2764
2764
|
interface MenuSeparatorProps extends MenuVariants, Menu$1.Separator.Props {}
|
|
2765
2765
|
declare const MenuSeparator: ({
|
|
2766
2766
|
className,
|
|
2767
2767
|
...props
|
|
2768
|
-
}: MenuSeparatorProps) =>
|
|
2768
|
+
}: MenuSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
2769
2769
|
interface MenuGroupProps extends MenuVariants, Menu$1.Group.Props {}
|
|
2770
2770
|
declare const MenuGroup: ({
|
|
2771
2771
|
className,
|
|
2772
2772
|
...props
|
|
2773
|
-
}: MenuGroupProps) =>
|
|
2773
|
+
}: MenuGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
2774
2774
|
interface MenuGroupLabelProps extends MenuVariants, Menu$1.GroupLabel.Props {}
|
|
2775
2775
|
declare const MenuGroupLabel: ({
|
|
2776
2776
|
className,
|
|
2777
2777
|
...props
|
|
2778
|
-
}: MenuGroupLabelProps) =>
|
|
2778
|
+
}: MenuGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2779
2779
|
interface MenuRadioGroupProps extends MenuVariants, Menu$1.RadioGroup.Props {}
|
|
2780
2780
|
declare const MenuRadioGroup: ({
|
|
2781
2781
|
className,
|
|
2782
2782
|
...props
|
|
2783
|
-
}: MenuRadioGroupProps) =>
|
|
2783
|
+
}: MenuRadioGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
2784
2784
|
interface MenuRadioItemProps extends MenuVariants, Menu$1.RadioItem.Props {}
|
|
2785
2785
|
declare const MenuRadioItem: ({
|
|
2786
2786
|
className,
|
|
2787
2787
|
...props
|
|
2788
|
-
}: MenuRadioItemProps) =>
|
|
2788
|
+
}: MenuRadioItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2789
2789
|
interface MenuCheckboxItemProps extends MenuVariants, Menu$1.CheckboxItem.Props {}
|
|
2790
2790
|
declare const MenuCheckboxItem: ({
|
|
2791
2791
|
className,
|
|
2792
2792
|
...props
|
|
2793
|
-
}: MenuCheckboxItemProps) =>
|
|
2793
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2794
2794
|
interface MenuSubmenuProps extends MenuVariants, Menu$1.SubmenuRoot.Props {}
|
|
2795
2795
|
declare const MenuSubmenu: ({
|
|
2796
2796
|
...props
|
|
2797
|
-
}: MenuSubmenuProps) =>
|
|
2797
|
+
}: MenuSubmenuProps) => react_jsx_runtime284.JSX.Element;
|
|
2798
2798
|
interface MenuSubmenuTriggerProps extends MenuVariants, Menu$1.SubmenuTrigger.Props {}
|
|
2799
2799
|
declare const MenuSubmenuTrigger: ({
|
|
2800
2800
|
className,
|
|
2801
2801
|
...props
|
|
2802
|
-
}: MenuSubmenuTriggerProps) =>
|
|
2802
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2803
2803
|
//#endregion
|
|
2804
2804
|
//#region src/components/menu/index.d.ts
|
|
2805
2805
|
declare const Menu: (({
|
|
2806
2806
|
...props
|
|
2807
|
-
}: MenuProps) =>
|
|
2807
|
+
}: MenuProps) => react_jsx_runtime284.JSX.Element) & {
|
|
2808
2808
|
Arrow: ({
|
|
2809
2809
|
className,
|
|
2810
2810
|
children,
|
|
2811
2811
|
...props
|
|
2812
|
-
}: MenuArrowProps) =>
|
|
2812
|
+
}: MenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
2813
2813
|
Backdrop: ({
|
|
2814
2814
|
className,
|
|
2815
2815
|
...props
|
|
2816
|
-
}: MenuBackdropProps) =>
|
|
2816
|
+
}: MenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
2817
2817
|
CheckboxItem: ({
|
|
2818
2818
|
className,
|
|
2819
2819
|
...props
|
|
2820
|
-
}: MenuCheckboxItemProps) =>
|
|
2820
|
+
}: MenuCheckboxItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2821
2821
|
Group: ({
|
|
2822
2822
|
className,
|
|
2823
2823
|
...props
|
|
2824
|
-
}: MenuGroupProps) =>
|
|
2824
|
+
}: MenuGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
2825
2825
|
GroupLabel: ({
|
|
2826
2826
|
className,
|
|
2827
2827
|
...props
|
|
2828
|
-
}: MenuGroupLabelProps) =>
|
|
2828
|
+
}: MenuGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2829
2829
|
Item: ({
|
|
2830
2830
|
className,
|
|
2831
2831
|
...props
|
|
2832
|
-
}: MenuItemProps) =>
|
|
2832
|
+
}: MenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2833
2833
|
Popup: ({
|
|
2834
2834
|
className,
|
|
2835
2835
|
...props
|
|
2836
|
-
}: MenuPopupProps) =>
|
|
2836
|
+
}: MenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
2837
2837
|
Portal: ({
|
|
2838
2838
|
className,
|
|
2839
2839
|
...props
|
|
2840
|
-
}: MenuPortalProps) =>
|
|
2840
|
+
}: MenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
2841
2841
|
Positioner: ({
|
|
2842
2842
|
className,
|
|
2843
2843
|
...props
|
|
2844
|
-
}: MenuPositionerProps) =>
|
|
2844
|
+
}: MenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
2845
2845
|
RadioGroup: ({
|
|
2846
2846
|
className,
|
|
2847
2847
|
...props
|
|
2848
|
-
}: MenuRadioGroupProps) =>
|
|
2848
|
+
}: MenuRadioGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
2849
2849
|
RadioItem: ({
|
|
2850
2850
|
className,
|
|
2851
2851
|
...props
|
|
2852
|
-
}: MenuRadioItemProps) =>
|
|
2852
|
+
}: MenuRadioItemProps) => react_jsx_runtime284.JSX.Element;
|
|
2853
2853
|
Root: ({
|
|
2854
2854
|
...props
|
|
2855
|
-
}: MenuProps) =>
|
|
2855
|
+
}: MenuProps) => react_jsx_runtime284.JSX.Element;
|
|
2856
2856
|
Separator: ({
|
|
2857
2857
|
className,
|
|
2858
2858
|
...props
|
|
2859
|
-
}: MenuSeparatorProps) =>
|
|
2859
|
+
}: MenuSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
2860
2860
|
Submenu: ({
|
|
2861
2861
|
...props
|
|
2862
|
-
}: MenuSubmenuProps) =>
|
|
2862
|
+
}: MenuSubmenuProps) => react_jsx_runtime284.JSX.Element;
|
|
2863
2863
|
SubmenuTrigger: ({
|
|
2864
2864
|
className,
|
|
2865
2865
|
...props
|
|
2866
|
-
}: MenuSubmenuTriggerProps) =>
|
|
2866
|
+
}: MenuSubmenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2867
2867
|
Trigger: ({
|
|
2868
2868
|
className,
|
|
2869
2869
|
...props
|
|
2870
|
-
}: MenuTriggerProps) =>
|
|
2870
|
+
}: MenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
2871
2871
|
};
|
|
2872
2872
|
//#endregion
|
|
2873
2873
|
//#region src/components/meter/meter.variants.d.ts
|
|
2874
|
-
declare const meterVariants:
|
|
2874
|
+
declare const meterVariants: tailwind_variants1.TVReturnType<{
|
|
2875
2875
|
size: {
|
|
2876
2876
|
lg: {
|
|
2877
2877
|
root: string;
|
|
@@ -2935,7 +2935,7 @@ declare const meterVariants: tailwind_variants0.TVReturnType<{
|
|
|
2935
2935
|
root: string;
|
|
2936
2936
|
track: string;
|
|
2937
2937
|
value: string;
|
|
2938
|
-
},
|
|
2938
|
+
}, tailwind_variants1.TVReturnType<{
|
|
2939
2939
|
size: {
|
|
2940
2940
|
lg: {
|
|
2941
2941
|
root: string;
|
|
@@ -2977,27 +2977,27 @@ declare const MeterRoot: ({
|
|
|
2977
2977
|
size,
|
|
2978
2978
|
variant,
|
|
2979
2979
|
...props
|
|
2980
|
-
}: MeterProps) =>
|
|
2980
|
+
}: MeterProps) => react_jsx_runtime284.JSX.Element;
|
|
2981
2981
|
interface MeterLabelProps extends Meter$1.Label.Props {}
|
|
2982
2982
|
declare const MeterLabel: ({
|
|
2983
2983
|
className,
|
|
2984
2984
|
...props
|
|
2985
|
-
}: MeterLabelProps) =>
|
|
2985
|
+
}: MeterLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
2986
2986
|
interface MeterValueProps extends Meter$1.Value.Props {}
|
|
2987
2987
|
declare const MeterValue: ({
|
|
2988
2988
|
className,
|
|
2989
2989
|
...props
|
|
2990
|
-
}: MeterValueProps) =>
|
|
2990
|
+
}: MeterValueProps) => react_jsx_runtime284.JSX.Element;
|
|
2991
2991
|
interface MeterTrackProps extends Meter$1.Track.Props {}
|
|
2992
2992
|
declare const MeterTrack: ({
|
|
2993
2993
|
className,
|
|
2994
2994
|
...props
|
|
2995
|
-
}: MeterTrackProps) =>
|
|
2995
|
+
}: MeterTrackProps) => react_jsx_runtime284.JSX.Element;
|
|
2996
2996
|
interface MeterIndicatorProps extends Meter$1.Indicator.Props {}
|
|
2997
2997
|
declare const MeterIndicator: ({
|
|
2998
2998
|
className,
|
|
2999
2999
|
...props
|
|
3000
|
-
}: MeterIndicatorProps) =>
|
|
3000
|
+
}: MeterIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
3001
3001
|
//#endregion
|
|
3002
3002
|
//#region src/components/meter/index.d.ts
|
|
3003
3003
|
declare const Meter: (({
|
|
@@ -3005,40 +3005,40 @@ declare const Meter: (({
|
|
|
3005
3005
|
size,
|
|
3006
3006
|
variant,
|
|
3007
3007
|
...props
|
|
3008
|
-
}: MeterProps) =>
|
|
3008
|
+
}: MeterProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3009
3009
|
Indicator: ({
|
|
3010
3010
|
className,
|
|
3011
3011
|
...props
|
|
3012
|
-
}: MeterIndicatorProps) =>
|
|
3012
|
+
}: MeterIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
3013
3013
|
Label: ({
|
|
3014
3014
|
className,
|
|
3015
3015
|
...props
|
|
3016
|
-
}: MeterLabelProps) =>
|
|
3016
|
+
}: MeterLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
3017
3017
|
Root: ({
|
|
3018
3018
|
className,
|
|
3019
3019
|
size,
|
|
3020
3020
|
variant,
|
|
3021
3021
|
...props
|
|
3022
|
-
}: MeterProps) =>
|
|
3022
|
+
}: MeterProps) => react_jsx_runtime284.JSX.Element;
|
|
3023
3023
|
Track: ({
|
|
3024
3024
|
className,
|
|
3025
3025
|
...props
|
|
3026
|
-
}: MeterTrackProps) =>
|
|
3026
|
+
}: MeterTrackProps) => react_jsx_runtime284.JSX.Element;
|
|
3027
3027
|
Value: ({
|
|
3028
3028
|
className,
|
|
3029
3029
|
...props
|
|
3030
|
-
}: MeterValueProps) =>
|
|
3030
|
+
}: MeterValueProps) => react_jsx_runtime284.JSX.Element;
|
|
3031
3031
|
};
|
|
3032
3032
|
//#endregion
|
|
3033
3033
|
//#region src/components/navbar/navbar.variants.d.ts
|
|
3034
|
-
declare const navbarVariants:
|
|
3034
|
+
declare const navbarVariants: tailwind_variants1.TVReturnType<{
|
|
3035
3035
|
[key: string]: {
|
|
3036
3036
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3037
3037
|
content?: tailwind_merge0.ClassNameValue;
|
|
3038
3038
|
root?: tailwind_merge0.ClassNameValue;
|
|
3039
3039
|
menu?: tailwind_merge0.ClassNameValue;
|
|
3040
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
3041
3040
|
container?: tailwind_merge0.ClassNameValue;
|
|
3041
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
3042
3042
|
listItem?: tailwind_merge0.ClassNameValue;
|
|
3043
3043
|
menuItem?: tailwind_merge0.ClassNameValue;
|
|
3044
3044
|
toggle?: tailwind_merge0.ClassNameValue;
|
|
@@ -3050,8 +3050,8 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
3050
3050
|
content?: tailwind_merge0.ClassNameValue;
|
|
3051
3051
|
root?: tailwind_merge0.ClassNameValue;
|
|
3052
3052
|
menu?: tailwind_merge0.ClassNameValue;
|
|
3053
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
3054
3053
|
container?: tailwind_merge0.ClassNameValue;
|
|
3054
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
3055
3055
|
listItem?: tailwind_merge0.ClassNameValue;
|
|
3056
3056
|
menuItem?: tailwind_merge0.ClassNameValue;
|
|
3057
3057
|
toggle?: tailwind_merge0.ClassNameValue;
|
|
@@ -3072,8 +3072,8 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
3072
3072
|
content?: tailwind_merge0.ClassNameValue;
|
|
3073
3073
|
root?: tailwind_merge0.ClassNameValue;
|
|
3074
3074
|
menu?: tailwind_merge0.ClassNameValue;
|
|
3075
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
3076
3075
|
container?: tailwind_merge0.ClassNameValue;
|
|
3076
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
3077
3077
|
listItem?: tailwind_merge0.ClassNameValue;
|
|
3078
3078
|
menuItem?: tailwind_merge0.ClassNameValue;
|
|
3079
3079
|
toggle?: tailwind_merge0.ClassNameValue;
|
|
@@ -3088,7 +3088,7 @@ declare const navbarVariants: tailwind_variants0.TVReturnType<{
|
|
|
3088
3088
|
menuItem: string;
|
|
3089
3089
|
root: string;
|
|
3090
3090
|
toggle: string;
|
|
3091
|
-
},
|
|
3091
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3092
3092
|
container: string;
|
|
3093
3093
|
content: string;
|
|
3094
3094
|
list: string;
|
|
@@ -3110,32 +3110,32 @@ declare const NavbarRoot: ({
|
|
|
3110
3110
|
isOpen,
|
|
3111
3111
|
onOpenChange,
|
|
3112
3112
|
...props
|
|
3113
|
-
}: NavbarProps) =>
|
|
3113
|
+
}: NavbarProps) => react_jsx_runtime284.JSX.Element;
|
|
3114
3114
|
interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
|
|
3115
3115
|
declare const NavbarContainer: ({
|
|
3116
3116
|
className,
|
|
3117
3117
|
...props
|
|
3118
|
-
}: NavbarContainerProps) =>
|
|
3118
|
+
}: NavbarContainerProps) => react_jsx_runtime284.JSX.Element;
|
|
3119
3119
|
interface NavbarContentProps extends React.ComponentProps<"div"> {}
|
|
3120
3120
|
declare const NavbarContent: ({
|
|
3121
3121
|
className,
|
|
3122
3122
|
...props
|
|
3123
|
-
}: NavbarContentProps) =>
|
|
3123
|
+
}: NavbarContentProps) => react_jsx_runtime284.JSX.Element;
|
|
3124
3124
|
interface NavbarListProps extends React.ComponentProps<"ul"> {}
|
|
3125
3125
|
declare const NavbarList: ({
|
|
3126
3126
|
className,
|
|
3127
3127
|
...props
|
|
3128
|
-
}: NavbarListProps) =>
|
|
3128
|
+
}: NavbarListProps) => react_jsx_runtime284.JSX.Element;
|
|
3129
3129
|
interface NavbarListItemProps extends React.ComponentProps<"li"> {}
|
|
3130
3130
|
declare const NavbarListItem: ({
|
|
3131
3131
|
className,
|
|
3132
3132
|
...props
|
|
3133
|
-
}: NavbarListItemProps) =>
|
|
3133
|
+
}: NavbarListItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3134
3134
|
interface NavbarToggleProps extends React.ComponentProps<"button"> {}
|
|
3135
3135
|
declare const NavbarToggle: ({
|
|
3136
3136
|
className,
|
|
3137
3137
|
...props
|
|
3138
|
-
}: NavbarToggleProps) =>
|
|
3138
|
+
}: NavbarToggleProps) => react_jsx_runtime284.JSX.Element;
|
|
3139
3139
|
interface NavbarMenuProps extends React.ComponentProps<"ul"> {
|
|
3140
3140
|
header: React.ReactNode;
|
|
3141
3141
|
}
|
|
@@ -3143,12 +3143,12 @@ declare const NavbarMenu: ({
|
|
|
3143
3143
|
className,
|
|
3144
3144
|
header,
|
|
3145
3145
|
...props
|
|
3146
|
-
}: NavbarMenuProps) =>
|
|
3146
|
+
}: NavbarMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
3147
3147
|
interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
|
|
3148
3148
|
declare const NavbarMenuItem: ({
|
|
3149
3149
|
className,
|
|
3150
3150
|
...props
|
|
3151
|
-
}: NavbarMenuItemProps) =>
|
|
3151
|
+
}: NavbarMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3152
3152
|
//#endregion
|
|
3153
3153
|
//#region src/components/navbar/index.d.ts
|
|
3154
3154
|
declare const Navbar: (({
|
|
@@ -3156,46 +3156,46 @@ declare const Navbar: (({
|
|
|
3156
3156
|
isOpen,
|
|
3157
3157
|
onOpenChange,
|
|
3158
3158
|
...props
|
|
3159
|
-
}: NavbarProps) =>
|
|
3159
|
+
}: NavbarProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3160
3160
|
Container: ({
|
|
3161
3161
|
className,
|
|
3162
3162
|
...props
|
|
3163
|
-
}: NavbarContainerProps) =>
|
|
3163
|
+
}: NavbarContainerProps) => react_jsx_runtime284.JSX.Element;
|
|
3164
3164
|
Content: ({
|
|
3165
3165
|
className,
|
|
3166
3166
|
...props
|
|
3167
|
-
}: NavbarContentProps) =>
|
|
3167
|
+
}: NavbarContentProps) => react_jsx_runtime284.JSX.Element;
|
|
3168
3168
|
List: ({
|
|
3169
3169
|
className,
|
|
3170
3170
|
...props
|
|
3171
|
-
}: NavbarListProps) =>
|
|
3171
|
+
}: NavbarListProps) => react_jsx_runtime284.JSX.Element;
|
|
3172
3172
|
ListItem: ({
|
|
3173
3173
|
className,
|
|
3174
3174
|
...props
|
|
3175
|
-
}: NavbarListItemProps) =>
|
|
3175
|
+
}: NavbarListItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3176
3176
|
Menu: ({
|
|
3177
3177
|
className,
|
|
3178
3178
|
header,
|
|
3179
3179
|
...props
|
|
3180
|
-
}: NavbarMenuProps) =>
|
|
3180
|
+
}: NavbarMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
3181
3181
|
MenuItem: ({
|
|
3182
3182
|
className,
|
|
3183
3183
|
...props
|
|
3184
|
-
}: NavbarMenuItemProps) =>
|
|
3184
|
+
}: NavbarMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3185
3185
|
Root: ({
|
|
3186
3186
|
className,
|
|
3187
3187
|
isOpen,
|
|
3188
3188
|
onOpenChange,
|
|
3189
3189
|
...props
|
|
3190
|
-
}: NavbarProps) =>
|
|
3190
|
+
}: NavbarProps) => react_jsx_runtime284.JSX.Element;
|
|
3191
3191
|
Toggle: ({
|
|
3192
3192
|
className,
|
|
3193
3193
|
...props
|
|
3194
|
-
}: NavbarToggleProps) =>
|
|
3194
|
+
}: NavbarToggleProps) => react_jsx_runtime284.JSX.Element;
|
|
3195
3195
|
};
|
|
3196
3196
|
//#endregion
|
|
3197
3197
|
//#region src/components/navigation-menu/navigation-menu.variants.d.ts
|
|
3198
|
-
declare const navigationMenuVariants:
|
|
3198
|
+
declare const navigationMenuVariants: tailwind_variants1.TVReturnType<{
|
|
3199
3199
|
[key: string]: {
|
|
3200
3200
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3201
3201
|
content?: tailwind_merge0.ClassNameValue;
|
|
@@ -3203,14 +3203,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
3203
3203
|
root?: tailwind_merge0.ClassNameValue;
|
|
3204
3204
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3205
3205
|
link?: tailwind_merge0.ClassNameValue;
|
|
3206
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
3207
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3208
3206
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3209
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3210
3207
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3208
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3209
|
+
viewport?: tailwind_merge0.ClassNameValue;
|
|
3210
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
3211
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3211
3212
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3212
3213
|
list?: tailwind_merge0.ClassNameValue;
|
|
3213
|
-
viewport?: tailwind_merge0.ClassNameValue;
|
|
3214
3214
|
};
|
|
3215
3215
|
};
|
|
3216
3216
|
} | {
|
|
@@ -3221,14 +3221,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
3221
3221
|
root?: tailwind_merge0.ClassNameValue;
|
|
3222
3222
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3223
3223
|
link?: tailwind_merge0.ClassNameValue;
|
|
3224
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
3225
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3226
3224
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3227
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3228
3225
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3226
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3227
|
+
viewport?: tailwind_merge0.ClassNameValue;
|
|
3228
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
3229
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3229
3230
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3230
3231
|
list?: tailwind_merge0.ClassNameValue;
|
|
3231
|
-
viewport?: tailwind_merge0.ClassNameValue;
|
|
3232
3232
|
};
|
|
3233
3233
|
};
|
|
3234
3234
|
} | {}, {
|
|
@@ -3253,14 +3253,14 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
3253
3253
|
root?: tailwind_merge0.ClassNameValue;
|
|
3254
3254
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3255
3255
|
link?: tailwind_merge0.ClassNameValue;
|
|
3256
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
3257
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3258
3256
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3259
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3260
3257
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3258
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3259
|
+
viewport?: tailwind_merge0.ClassNameValue;
|
|
3260
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
3261
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3261
3262
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3262
3263
|
list?: tailwind_merge0.ClassNameValue;
|
|
3263
|
-
viewport?: tailwind_merge0.ClassNameValue;
|
|
3264
3264
|
};
|
|
3265
3265
|
};
|
|
3266
3266
|
} | {}, {
|
|
@@ -3277,7 +3277,7 @@ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
|
|
|
3277
3277
|
popup: string;
|
|
3278
3278
|
arrow: string;
|
|
3279
3279
|
viewport: string;
|
|
3280
|
-
},
|
|
3280
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3281
3281
|
root: string;
|
|
3282
3282
|
list: string;
|
|
3283
3283
|
item: string;
|
|
@@ -3299,131 +3299,131 @@ interface NavigationMenuProps extends NavigationMenuVariants, NavigationMenu$1.R
|
|
|
3299
3299
|
declare const NavigationMenuRoot: ({
|
|
3300
3300
|
className,
|
|
3301
3301
|
...props
|
|
3302
|
-
}: NavigationMenuProps) =>
|
|
3302
|
+
}: NavigationMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
3303
3303
|
interface NavigationMenuListProps extends NavigationMenu$1.List.Props {}
|
|
3304
3304
|
declare const NavigationMenuList: ({
|
|
3305
3305
|
className,
|
|
3306
3306
|
...props
|
|
3307
|
-
}: NavigationMenuListProps) =>
|
|
3307
|
+
}: NavigationMenuListProps) => react_jsx_runtime284.JSX.Element;
|
|
3308
3308
|
interface NavigationMenuItemProps extends NavigationMenu$1.Item.Props {}
|
|
3309
3309
|
declare const NavigationMenuItem: ({
|
|
3310
3310
|
className,
|
|
3311
3311
|
...props
|
|
3312
|
-
}: NavigationMenuItemProps) =>
|
|
3312
|
+
}: NavigationMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3313
3313
|
interface NavigationMenuTriggerProps extends NavigationMenu$1.Trigger.Props {}
|
|
3314
3314
|
declare const NavigationMenuTrigger: ({
|
|
3315
3315
|
className,
|
|
3316
3316
|
children,
|
|
3317
3317
|
...props
|
|
3318
|
-
}: NavigationMenuTriggerProps) =>
|
|
3318
|
+
}: NavigationMenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3319
3319
|
interface NavigationMenuIconProps extends NavigationMenu$1.Icon.Props {}
|
|
3320
3320
|
declare const NavigationMenuIcon: ({
|
|
3321
3321
|
className,
|
|
3322
3322
|
children,
|
|
3323
3323
|
...props
|
|
3324
|
-
}: NavigationMenuIconProps) =>
|
|
3324
|
+
}: NavigationMenuIconProps) => react_jsx_runtime284.JSX.Element;
|
|
3325
3325
|
interface NavigationMenuContentProps extends NavigationMenu$1.Content.Props {}
|
|
3326
3326
|
declare const NavigationMenuContent: ({
|
|
3327
3327
|
className,
|
|
3328
3328
|
...props
|
|
3329
|
-
}: NavigationMenuContentProps) =>
|
|
3329
|
+
}: NavigationMenuContentProps) => react_jsx_runtime284.JSX.Element;
|
|
3330
3330
|
interface NavigationMenuLinkProps extends NavigationMenu$1.Link.Props {}
|
|
3331
3331
|
declare const NavigationMenuLink: ({
|
|
3332
3332
|
className,
|
|
3333
3333
|
...props
|
|
3334
|
-
}: NavigationMenuLinkProps) =>
|
|
3334
|
+
}: NavigationMenuLinkProps) => react_jsx_runtime284.JSX.Element;
|
|
3335
3335
|
interface NavigationMenuPortalProps extends NavigationMenu$1.Portal.Props {}
|
|
3336
3336
|
declare const NavigationMenuPortal: ({
|
|
3337
3337
|
...props
|
|
3338
|
-
}: NavigationMenuPortalProps) =>
|
|
3338
|
+
}: NavigationMenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3339
3339
|
interface NavigationMenuBackdropProps extends NavigationMenu$1.Backdrop.Props {}
|
|
3340
3340
|
declare const NavigationMenuBackdrop: ({
|
|
3341
3341
|
className,
|
|
3342
3342
|
...props
|
|
3343
|
-
}: NavigationMenuBackdropProps) =>
|
|
3343
|
+
}: NavigationMenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3344
3344
|
interface NavigationMenuPositionerProps extends NavigationMenu$1.Positioner.Props {}
|
|
3345
3345
|
declare const NavigationMenuPositioner: ({
|
|
3346
3346
|
className,
|
|
3347
3347
|
...props
|
|
3348
|
-
}: NavigationMenuPositionerProps) =>
|
|
3348
|
+
}: NavigationMenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3349
3349
|
interface NavigationMenuPopupProps extends NavigationMenu$1.Popup.Props {}
|
|
3350
3350
|
declare const NavigationMenuPopup: ({
|
|
3351
3351
|
className,
|
|
3352
3352
|
...props
|
|
3353
|
-
}: NavigationMenuPopupProps) =>
|
|
3353
|
+
}: NavigationMenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3354
3354
|
interface NavigationMenuArrowProps extends NavigationMenu$1.Arrow.Props {}
|
|
3355
3355
|
declare const NavigationMenuArrow: ({
|
|
3356
3356
|
className,
|
|
3357
3357
|
...props
|
|
3358
|
-
}: NavigationMenuArrowProps) =>
|
|
3358
|
+
}: NavigationMenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3359
3359
|
interface NavigationMenuViewportProps extends NavigationMenu$1.Viewport.Props {}
|
|
3360
3360
|
declare const NavigationMenuViewport: ({
|
|
3361
3361
|
className,
|
|
3362
3362
|
...props
|
|
3363
|
-
}: NavigationMenuViewportProps) =>
|
|
3363
|
+
}: NavigationMenuViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
3364
3364
|
//#endregion
|
|
3365
3365
|
//#region src/components/navigation-menu/index.d.ts
|
|
3366
3366
|
declare const NavigationMenu: (({
|
|
3367
3367
|
className,
|
|
3368
3368
|
...props
|
|
3369
|
-
}: NavigationMenuProps) =>
|
|
3369
|
+
}: NavigationMenuProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3370
3370
|
Arrow: ({
|
|
3371
3371
|
className,
|
|
3372
3372
|
...props
|
|
3373
|
-
}: NavigationMenuArrowProps) =>
|
|
3373
|
+
}: NavigationMenuArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3374
3374
|
Backdrop: ({
|
|
3375
3375
|
className,
|
|
3376
3376
|
...props
|
|
3377
|
-
}: NavigationMenuBackdropProps) =>
|
|
3377
|
+
}: NavigationMenuBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3378
3378
|
Content: ({
|
|
3379
3379
|
className,
|
|
3380
3380
|
...props
|
|
3381
|
-
}: NavigationMenuContentProps) =>
|
|
3381
|
+
}: NavigationMenuContentProps) => react_jsx_runtime284.JSX.Element;
|
|
3382
3382
|
Icon: ({
|
|
3383
3383
|
className,
|
|
3384
3384
|
children,
|
|
3385
3385
|
...props
|
|
3386
|
-
}: NavigationMenuIconProps) =>
|
|
3386
|
+
}: NavigationMenuIconProps) => react_jsx_runtime284.JSX.Element;
|
|
3387
3387
|
Item: ({
|
|
3388
3388
|
className,
|
|
3389
3389
|
...props
|
|
3390
|
-
}: NavigationMenuItemProps) =>
|
|
3390
|
+
}: NavigationMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
3391
3391
|
Link: ({
|
|
3392
3392
|
className,
|
|
3393
3393
|
...props
|
|
3394
|
-
}: NavigationMenuLinkProps) =>
|
|
3394
|
+
}: NavigationMenuLinkProps) => react_jsx_runtime284.JSX.Element;
|
|
3395
3395
|
List: ({
|
|
3396
3396
|
className,
|
|
3397
3397
|
...props
|
|
3398
|
-
}: NavigationMenuListProps) =>
|
|
3398
|
+
}: NavigationMenuListProps) => react_jsx_runtime284.JSX.Element;
|
|
3399
3399
|
Popup: ({
|
|
3400
3400
|
className,
|
|
3401
3401
|
...props
|
|
3402
|
-
}: NavigationMenuPopupProps) =>
|
|
3402
|
+
}: NavigationMenuPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3403
3403
|
Portal: ({
|
|
3404
3404
|
...props
|
|
3405
|
-
}: NavigationMenuPortalProps) =>
|
|
3405
|
+
}: NavigationMenuPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3406
3406
|
Positioner: ({
|
|
3407
3407
|
className,
|
|
3408
3408
|
...props
|
|
3409
|
-
}: NavigationMenuPositionerProps) =>
|
|
3409
|
+
}: NavigationMenuPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3410
3410
|
Root: ({
|
|
3411
3411
|
className,
|
|
3412
3412
|
...props
|
|
3413
|
-
}: NavigationMenuProps) =>
|
|
3413
|
+
}: NavigationMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
3414
3414
|
Trigger: ({
|
|
3415
3415
|
className,
|
|
3416
3416
|
children,
|
|
3417
3417
|
...props
|
|
3418
|
-
}: NavigationMenuTriggerProps) =>
|
|
3418
|
+
}: NavigationMenuTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3419
3419
|
Viewport: ({
|
|
3420
3420
|
className,
|
|
3421
3421
|
...props
|
|
3422
|
-
}: NavigationMenuViewportProps) =>
|
|
3422
|
+
}: NavigationMenuViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
3423
3423
|
};
|
|
3424
3424
|
//#endregion
|
|
3425
3425
|
//#region src/components/number-field/number-field.variants.d.ts
|
|
3426
|
-
declare const numberFieldVariants:
|
|
3426
|
+
declare const numberFieldVariants: tailwind_variants1.TVReturnType<{
|
|
3427
3427
|
[key: string]: {
|
|
3428
3428
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3429
3429
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -3475,7 +3475,7 @@ declare const numberFieldVariants: tailwind_variants0.TVReturnType<{
|
|
|
3475
3475
|
root: string;
|
|
3476
3476
|
scrubArea: string;
|
|
3477
3477
|
scrubAreaCursor: string;
|
|
3478
|
-
},
|
|
3478
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3479
3479
|
decrement: string;
|
|
3480
3480
|
group: string;
|
|
3481
3481
|
increment: string;
|
|
@@ -3491,95 +3491,95 @@ interface NumberFieldProps extends NumberFieldVariants, NumberField$1.Root.Props
|
|
|
3491
3491
|
declare const NumberFieldRoot: ({
|
|
3492
3492
|
className,
|
|
3493
3493
|
...props
|
|
3494
|
-
}: NumberFieldProps) =>
|
|
3494
|
+
}: NumberFieldProps) => react_jsx_runtime284.JSX.Element;
|
|
3495
3495
|
interface NumberFieldScrubAreaProps extends NumberField$1.ScrubArea.Props {}
|
|
3496
3496
|
declare const NumberFieldScrubArea: ({
|
|
3497
3497
|
className,
|
|
3498
3498
|
...props
|
|
3499
|
-
}: NumberFieldScrubAreaProps) =>
|
|
3499
|
+
}: NumberFieldScrubAreaProps) => react_jsx_runtime284.JSX.Element;
|
|
3500
3500
|
interface NumberFieldGroupProps extends NumberField$1.Group.Props {}
|
|
3501
3501
|
declare const NumberFieldGroup: ({
|
|
3502
3502
|
className,
|
|
3503
3503
|
...props
|
|
3504
|
-
}: NumberFieldGroupProps) =>
|
|
3504
|
+
}: NumberFieldGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
3505
3505
|
interface NumberFieldScrubAreaCursorProps extends NumberField$1.ScrubAreaCursor.Props {}
|
|
3506
3506
|
declare const NumberFieldScrubAreaCursor: ({
|
|
3507
3507
|
className,
|
|
3508
3508
|
children,
|
|
3509
3509
|
...props
|
|
3510
|
-
}: NumberFieldScrubAreaCursorProps) =>
|
|
3510
|
+
}: NumberFieldScrubAreaCursorProps) => react_jsx_runtime284.JSX.Element;
|
|
3511
3511
|
interface NumberFieldDecrementProps extends NumberField$1.Decrement.Props {}
|
|
3512
3512
|
declare const NumberFieldDecrement: ({
|
|
3513
3513
|
className,
|
|
3514
3514
|
children,
|
|
3515
3515
|
...props
|
|
3516
|
-
}: NumberFieldDecrementProps) =>
|
|
3516
|
+
}: NumberFieldDecrementProps) => react_jsx_runtime284.JSX.Element;
|
|
3517
3517
|
interface NumberFieldInputProps extends NumberField$1.Input.Props {}
|
|
3518
3518
|
declare const NumberFieldInput: ({
|
|
3519
3519
|
className,
|
|
3520
3520
|
...props
|
|
3521
|
-
}: NumberFieldInputProps) =>
|
|
3521
|
+
}: NumberFieldInputProps) => react_jsx_runtime284.JSX.Element;
|
|
3522
3522
|
interface NumberFieldIncrementProps extends NumberField$1.Increment.Props {}
|
|
3523
3523
|
declare const NumberFieldIncrement: ({
|
|
3524
3524
|
className,
|
|
3525
3525
|
children,
|
|
3526
3526
|
...props
|
|
3527
|
-
}: NumberFieldIncrementProps) =>
|
|
3527
|
+
}: NumberFieldIncrementProps) => react_jsx_runtime284.JSX.Element;
|
|
3528
3528
|
//#endregion
|
|
3529
3529
|
//#region src/components/number-field/index.d.ts
|
|
3530
3530
|
declare const NumberField: (({
|
|
3531
3531
|
className,
|
|
3532
3532
|
...props
|
|
3533
|
-
}: NumberFieldProps) =>
|
|
3533
|
+
}: NumberFieldProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3534
3534
|
Decrement: ({
|
|
3535
3535
|
className,
|
|
3536
3536
|
children,
|
|
3537
3537
|
...props
|
|
3538
|
-
}: NumberFieldDecrementProps) =>
|
|
3538
|
+
}: NumberFieldDecrementProps) => react_jsx_runtime284.JSX.Element;
|
|
3539
3539
|
Group: ({
|
|
3540
3540
|
className,
|
|
3541
3541
|
...props
|
|
3542
|
-
}: NumberFieldGroupProps) =>
|
|
3542
|
+
}: NumberFieldGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
3543
3543
|
Increment: ({
|
|
3544
3544
|
className,
|
|
3545
3545
|
children,
|
|
3546
3546
|
...props
|
|
3547
|
-
}: NumberFieldIncrementProps) =>
|
|
3547
|
+
}: NumberFieldIncrementProps) => react_jsx_runtime284.JSX.Element;
|
|
3548
3548
|
Input: ({
|
|
3549
3549
|
className,
|
|
3550
3550
|
...props
|
|
3551
|
-
}: NumberFieldInputProps) =>
|
|
3551
|
+
}: NumberFieldInputProps) => react_jsx_runtime284.JSX.Element;
|
|
3552
3552
|
Root: ({
|
|
3553
3553
|
className,
|
|
3554
3554
|
...props
|
|
3555
|
-
}: NumberFieldProps) =>
|
|
3555
|
+
}: NumberFieldProps) => react_jsx_runtime284.JSX.Element;
|
|
3556
3556
|
ScrubArea: ({
|
|
3557
3557
|
className,
|
|
3558
3558
|
...props
|
|
3559
|
-
}: NumberFieldScrubAreaProps) =>
|
|
3559
|
+
}: NumberFieldScrubAreaProps) => react_jsx_runtime284.JSX.Element;
|
|
3560
3560
|
ScrubAreaCursor: ({
|
|
3561
3561
|
className,
|
|
3562
3562
|
children,
|
|
3563
3563
|
...props
|
|
3564
|
-
}: NumberFieldScrubAreaCursorProps) =>
|
|
3564
|
+
}: NumberFieldScrubAreaCursorProps) => react_jsx_runtime284.JSX.Element;
|
|
3565
3565
|
};
|
|
3566
3566
|
//#endregion
|
|
3567
3567
|
//#region src/components/popover/popover.variants.d.ts
|
|
3568
|
-
declare const popoverVariants:
|
|
3568
|
+
declare const popoverVariants: tailwind_variants1.TVReturnType<{
|
|
3569
3569
|
[key: string]: {
|
|
3570
3570
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3571
3571
|
content?: tailwind_merge0.ClassNameValue;
|
|
3572
3572
|
root?: tailwind_merge0.ClassNameValue;
|
|
3573
3573
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3574
3574
|
title?: tailwind_merge0.ClassNameValue;
|
|
3575
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3576
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3577
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3578
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
3579
|
-
arrow?: tailwind_merge0.ClassNameValue;
|
|
3580
3575
|
description?: tailwind_merge0.ClassNameValue;
|
|
3576
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3581
3577
|
close?: tailwind_merge0.ClassNameValue;
|
|
3578
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
3579
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3582
3580
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
3581
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3582
|
+
arrow?: tailwind_merge0.ClassNameValue;
|
|
3583
3583
|
};
|
|
3584
3584
|
};
|
|
3585
3585
|
} | {
|
|
@@ -3589,14 +3589,14 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
|
|
|
3589
3589
|
root?: tailwind_merge0.ClassNameValue;
|
|
3590
3590
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3591
3591
|
title?: tailwind_merge0.ClassNameValue;
|
|
3592
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3593
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3594
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3595
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
3596
|
-
arrow?: tailwind_merge0.ClassNameValue;
|
|
3597
3592
|
description?: tailwind_merge0.ClassNameValue;
|
|
3593
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3598
3594
|
close?: tailwind_merge0.ClassNameValue;
|
|
3595
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
3596
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3599
3597
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
3598
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3599
|
+
arrow?: tailwind_merge0.ClassNameValue;
|
|
3600
3600
|
};
|
|
3601
3601
|
};
|
|
3602
3602
|
} | {}, {
|
|
@@ -3619,14 +3619,14 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
|
|
|
3619
3619
|
root?: tailwind_merge0.ClassNameValue;
|
|
3620
3620
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3621
3621
|
title?: tailwind_merge0.ClassNameValue;
|
|
3622
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3623
|
-
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3624
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3625
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
3626
|
-
arrow?: tailwind_merge0.ClassNameValue;
|
|
3627
3622
|
description?: tailwind_merge0.ClassNameValue;
|
|
3623
|
+
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3628
3624
|
close?: tailwind_merge0.ClassNameValue;
|
|
3625
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
3626
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3629
3627
|
viewport?: tailwind_merge0.ClassNameValue;
|
|
3628
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3629
|
+
arrow?: tailwind_merge0.ClassNameValue;
|
|
3630
3630
|
};
|
|
3631
3631
|
};
|
|
3632
3632
|
} | {}, {
|
|
@@ -3642,7 +3642,7 @@ declare const popoverVariants: tailwind_variants0.TVReturnType<{
|
|
|
3642
3642
|
title: string;
|
|
3643
3643
|
trigger: string;
|
|
3644
3644
|
viewport: string;
|
|
3645
|
-
},
|
|
3645
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3646
3646
|
arrow: string;
|
|
3647
3647
|
backdrop: string;
|
|
3648
3648
|
close: string;
|
|
@@ -3662,119 +3662,119 @@ type PopoverVariants = VariantProps<typeof popoverVariants>;
|
|
|
3662
3662
|
interface PopoverProps extends PopoverVariants, Popover$1.Root.Props {}
|
|
3663
3663
|
declare const PopoverRoot: ({
|
|
3664
3664
|
...props
|
|
3665
|
-
}: PopoverProps) =>
|
|
3665
|
+
}: PopoverProps) => react_jsx_runtime284.JSX.Element;
|
|
3666
3666
|
interface PopoverTriggerProps extends Popover$1.Trigger.Props {}
|
|
3667
3667
|
declare const PopoverTrigger: ({
|
|
3668
3668
|
className,
|
|
3669
3669
|
...props
|
|
3670
|
-
}: PopoverTriggerProps) =>
|
|
3670
|
+
}: PopoverTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3671
3671
|
interface PopoverPortalProps extends Popover$1.Portal.Props {}
|
|
3672
3672
|
declare const PopoverPortal: ({
|
|
3673
3673
|
className,
|
|
3674
3674
|
...props
|
|
3675
|
-
}: PopoverPortalProps) =>
|
|
3675
|
+
}: PopoverPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3676
3676
|
interface PopoverBackdropProps extends Popover$1.Backdrop.Props {}
|
|
3677
3677
|
declare const PopoverBackdrop: ({
|
|
3678
3678
|
className,
|
|
3679
3679
|
...props
|
|
3680
|
-
}: PopoverBackdropProps) =>
|
|
3680
|
+
}: PopoverBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3681
3681
|
interface PopoverPositionerProps extends Popover$1.Positioner.Props {}
|
|
3682
3682
|
declare const PopoverPositioner: ({
|
|
3683
3683
|
className,
|
|
3684
3684
|
...props
|
|
3685
|
-
}: PopoverPositionerProps) =>
|
|
3685
|
+
}: PopoverPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3686
3686
|
interface PopoverPopupProps extends Popover$1.Popup.Props {}
|
|
3687
3687
|
declare const PopoverPopup: ({
|
|
3688
3688
|
className,
|
|
3689
3689
|
...props
|
|
3690
|
-
}: PopoverPopupProps) =>
|
|
3690
|
+
}: PopoverPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3691
3691
|
interface PopoverArrowProps extends Popover$1.Arrow.Props {}
|
|
3692
3692
|
declare const PopoverArrow: ({
|
|
3693
3693
|
className,
|
|
3694
3694
|
...props
|
|
3695
|
-
}: PopoverArrowProps) =>
|
|
3695
|
+
}: PopoverArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3696
3696
|
interface PopoverViewportProps extends Popover$1.Viewport.Props {}
|
|
3697
3697
|
declare const PopoverViewport: ({
|
|
3698
3698
|
className,
|
|
3699
3699
|
...props
|
|
3700
|
-
}: PopoverViewportProps) =>
|
|
3700
|
+
}: PopoverViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
3701
3701
|
interface PopoverTitleProps extends Popover$1.Title.Props {}
|
|
3702
3702
|
declare const PopoverTitle: ({
|
|
3703
3703
|
className,
|
|
3704
3704
|
...props
|
|
3705
|
-
}: PopoverTitleProps) =>
|
|
3705
|
+
}: PopoverTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
3706
3706
|
interface PopoverDescriptionProps extends Popover$1.Description.Props {}
|
|
3707
3707
|
declare const PopoverDescription: ({
|
|
3708
3708
|
className,
|
|
3709
3709
|
...props
|
|
3710
|
-
}: PopoverDescriptionProps) =>
|
|
3710
|
+
}: PopoverDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
3711
3711
|
interface PopoverCloseProps extends Popover$1.Close.Props {}
|
|
3712
3712
|
declare const PopoverClose: ({
|
|
3713
3713
|
className,
|
|
3714
3714
|
children,
|
|
3715
3715
|
...props
|
|
3716
|
-
}: PopoverCloseProps) =>
|
|
3716
|
+
}: PopoverCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
3717
3717
|
//#endregion
|
|
3718
3718
|
//#region src/components/popover/index.d.ts
|
|
3719
3719
|
declare const Popover: (({
|
|
3720
3720
|
...props
|
|
3721
|
-
}: PopoverProps) =>
|
|
3721
|
+
}: PopoverProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3722
3722
|
Arrow: ({
|
|
3723
3723
|
className,
|
|
3724
3724
|
...props
|
|
3725
|
-
}: PopoverArrowProps) =>
|
|
3725
|
+
}: PopoverArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3726
3726
|
Backdrop: ({
|
|
3727
3727
|
className,
|
|
3728
3728
|
...props
|
|
3729
|
-
}: PopoverBackdropProps) =>
|
|
3729
|
+
}: PopoverBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3730
3730
|
Close: ({
|
|
3731
3731
|
className,
|
|
3732
3732
|
children,
|
|
3733
3733
|
...props
|
|
3734
|
-
}: PopoverCloseProps) =>
|
|
3734
|
+
}: PopoverCloseProps) => react_jsx_runtime284.JSX.Element;
|
|
3735
3735
|
Description: ({
|
|
3736
3736
|
className,
|
|
3737
3737
|
...props
|
|
3738
|
-
}: PopoverDescriptionProps) =>
|
|
3738
|
+
}: PopoverDescriptionProps) => react_jsx_runtime284.JSX.Element;
|
|
3739
3739
|
Popup: ({
|
|
3740
3740
|
className,
|
|
3741
3741
|
...props
|
|
3742
|
-
}: PopoverPopupProps) =>
|
|
3742
|
+
}: PopoverPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3743
3743
|
Portal: ({
|
|
3744
3744
|
className,
|
|
3745
3745
|
...props
|
|
3746
|
-
}: PopoverPortalProps) =>
|
|
3746
|
+
}: PopoverPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3747
3747
|
Positioner: ({
|
|
3748
3748
|
className,
|
|
3749
3749
|
...props
|
|
3750
|
-
}: PopoverPositionerProps) =>
|
|
3750
|
+
}: PopoverPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3751
3751
|
Root: ({
|
|
3752
3752
|
...props
|
|
3753
|
-
}: PopoverProps) =>
|
|
3753
|
+
}: PopoverProps) => react_jsx_runtime284.JSX.Element;
|
|
3754
3754
|
Title: ({
|
|
3755
3755
|
className,
|
|
3756
3756
|
...props
|
|
3757
|
-
}: PopoverTitleProps) =>
|
|
3757
|
+
}: PopoverTitleProps) => react_jsx_runtime284.JSX.Element;
|
|
3758
3758
|
Trigger: ({
|
|
3759
3759
|
className,
|
|
3760
3760
|
...props
|
|
3761
|
-
}: PopoverTriggerProps) =>
|
|
3761
|
+
}: PopoverTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3762
3762
|
Viewport: ({
|
|
3763
3763
|
className,
|
|
3764
3764
|
...props
|
|
3765
|
-
}: PopoverViewportProps) =>
|
|
3765
|
+
}: PopoverViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
3766
3766
|
};
|
|
3767
3767
|
//#endregion
|
|
3768
3768
|
//#region src/components/preview-card/preview-card.variants.d.ts
|
|
3769
|
-
declare const previewCardVariants:
|
|
3769
|
+
declare const previewCardVariants: tailwind_variants1.TVReturnType<{
|
|
3770
3770
|
[key: string]: {
|
|
3771
3771
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3772
3772
|
root?: tailwind_merge0.ClassNameValue;
|
|
3773
3773
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3774
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3775
3774
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3776
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3777
3775
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3776
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3777
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3778
3778
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3779
3779
|
};
|
|
3780
3780
|
};
|
|
@@ -3783,10 +3783,10 @@ declare const previewCardVariants: tailwind_variants0.TVReturnType<{
|
|
|
3783
3783
|
[x: string]: tailwind_merge0.ClassNameValue | {
|
|
3784
3784
|
root?: tailwind_merge0.ClassNameValue;
|
|
3785
3785
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3786
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3787
3786
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3788
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3789
3787
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3788
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3789
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3790
3790
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3791
3791
|
};
|
|
3792
3792
|
};
|
|
@@ -3803,10 +3803,10 @@ declare const previewCardVariants: tailwind_variants0.TVReturnType<{
|
|
|
3803
3803
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
3804
3804
|
root?: tailwind_merge0.ClassNameValue;
|
|
3805
3805
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
3806
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
3807
3806
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
3808
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
3809
3807
|
popup?: tailwind_merge0.ClassNameValue;
|
|
3808
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
3809
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
3810
3810
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
3811
3811
|
};
|
|
3812
3812
|
};
|
|
@@ -3818,7 +3818,7 @@ declare const previewCardVariants: tailwind_variants0.TVReturnType<{
|
|
|
3818
3818
|
positioner: string;
|
|
3819
3819
|
popup: string;
|
|
3820
3820
|
arrow: string;
|
|
3821
|
-
},
|
|
3821
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
3822
3822
|
root: string;
|
|
3823
3823
|
trigger: string;
|
|
3824
3824
|
portal: string;
|
|
@@ -3833,73 +3833,73 @@ type PreviewCardVariants = VariantProps<typeof previewCardVariants>;
|
|
|
3833
3833
|
interface PreviewCardProps extends PreviewCardVariants, PreviewCard$1.Root.Props {}
|
|
3834
3834
|
declare const PreviewCardRoot: ({
|
|
3835
3835
|
...props
|
|
3836
|
-
}: PreviewCardProps) =>
|
|
3836
|
+
}: PreviewCardProps) => react_jsx_runtime284.JSX.Element;
|
|
3837
3837
|
interface PreviewCardTriggerProps extends PreviewCard$1.Trigger.Props {}
|
|
3838
3838
|
declare const PreviewCardTrigger: ({
|
|
3839
3839
|
className,
|
|
3840
3840
|
...props
|
|
3841
|
-
}: PreviewCardTriggerProps) =>
|
|
3841
|
+
}: PreviewCardTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3842
3842
|
interface PreviewCardPortalProps extends PreviewCard$1.Portal.Props {}
|
|
3843
3843
|
declare const PreviewCardPortal: ({
|
|
3844
3844
|
className,
|
|
3845
3845
|
...props
|
|
3846
|
-
}: PreviewCardPortalProps) =>
|
|
3846
|
+
}: PreviewCardPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3847
3847
|
interface PreviewCardBackdropProps extends PreviewCard$1.Backdrop.Props {}
|
|
3848
3848
|
declare const PreviewCardBackdrop: ({
|
|
3849
3849
|
className,
|
|
3850
3850
|
...props
|
|
3851
|
-
}: PreviewCardBackdropProps) =>
|
|
3851
|
+
}: PreviewCardBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3852
3852
|
interface PreviewCardPositionerProps extends PreviewCard$1.Positioner.Props {}
|
|
3853
3853
|
declare const PreviewCardPositioner: ({
|
|
3854
3854
|
className,
|
|
3855
3855
|
...props
|
|
3856
|
-
}: PreviewCardPositionerProps) =>
|
|
3856
|
+
}: PreviewCardPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3857
3857
|
interface PreviewCardPopupProps extends PreviewCard$1.Popup.Props {}
|
|
3858
3858
|
declare const PreviewCardPopup: ({
|
|
3859
3859
|
className,
|
|
3860
3860
|
...props
|
|
3861
|
-
}: PreviewCardPopupProps) =>
|
|
3861
|
+
}: PreviewCardPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3862
3862
|
interface PreviewCardArrowProps extends PreviewCard$1.Arrow.Props {}
|
|
3863
3863
|
declare const PreviewCardArrow: ({
|
|
3864
3864
|
className,
|
|
3865
3865
|
...props
|
|
3866
|
-
}: PreviewCardArrowProps) =>
|
|
3866
|
+
}: PreviewCardArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3867
3867
|
//#endregion
|
|
3868
3868
|
//#region src/components/preview-card/index.d.ts
|
|
3869
3869
|
declare const PreviewCard: (({
|
|
3870
3870
|
...props
|
|
3871
|
-
}: PreviewCardProps) =>
|
|
3871
|
+
}: PreviewCardProps) => react_jsx_runtime284.JSX.Element) & {
|
|
3872
3872
|
Arrow: ({
|
|
3873
3873
|
className,
|
|
3874
3874
|
...props
|
|
3875
|
-
}: PreviewCardArrowProps) =>
|
|
3875
|
+
}: PreviewCardArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
3876
3876
|
Backdrop: ({
|
|
3877
3877
|
className,
|
|
3878
3878
|
...props
|
|
3879
|
-
}: PreviewCardBackdropProps) =>
|
|
3879
|
+
}: PreviewCardBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
3880
3880
|
Popup: ({
|
|
3881
3881
|
className,
|
|
3882
3882
|
...props
|
|
3883
|
-
}: PreviewCardPopupProps) =>
|
|
3883
|
+
}: PreviewCardPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
3884
3884
|
Portal: ({
|
|
3885
3885
|
className,
|
|
3886
3886
|
...props
|
|
3887
|
-
}: PreviewCardPortalProps) =>
|
|
3887
|
+
}: PreviewCardPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
3888
3888
|
Positioner: ({
|
|
3889
3889
|
className,
|
|
3890
3890
|
...props
|
|
3891
|
-
}: PreviewCardPositionerProps) =>
|
|
3891
|
+
}: PreviewCardPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
3892
3892
|
Root: ({
|
|
3893
3893
|
...props
|
|
3894
|
-
}: PreviewCardProps) =>
|
|
3894
|
+
}: PreviewCardProps) => react_jsx_runtime284.JSX.Element;
|
|
3895
3895
|
Trigger: ({
|
|
3896
3896
|
className,
|
|
3897
3897
|
...props
|
|
3898
|
-
}: PreviewCardTriggerProps) =>
|
|
3898
|
+
}: PreviewCardTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
3899
3899
|
};
|
|
3900
3900
|
//#endregion
|
|
3901
3901
|
//#region src/components/progress/progress.variants.d.ts
|
|
3902
|
-
declare const progressVariants:
|
|
3902
|
+
declare const progressVariants: tailwind_variants1.TVReturnType<{
|
|
3903
3903
|
size: {
|
|
3904
3904
|
lg: {
|
|
3905
3905
|
root: string;
|
|
@@ -3963,7 +3963,7 @@ declare const progressVariants: tailwind_variants0.TVReturnType<{
|
|
|
3963
3963
|
root: string;
|
|
3964
3964
|
track: string;
|
|
3965
3965
|
value: string;
|
|
3966
|
-
},
|
|
3966
|
+
}, tailwind_variants1.TVReturnType<{
|
|
3967
3967
|
size: {
|
|
3968
3968
|
lg: {
|
|
3969
3969
|
root: string;
|
|
@@ -4005,27 +4005,27 @@ declare const ProgressRoot: ({
|
|
|
4005
4005
|
variant,
|
|
4006
4006
|
size,
|
|
4007
4007
|
...props
|
|
4008
|
-
}: ProgressProps) =>
|
|
4008
|
+
}: ProgressProps) => react_jsx_runtime284.JSX.Element;
|
|
4009
4009
|
interface ProgressLabelProps extends Progress$1.Label.Props {}
|
|
4010
4010
|
declare const ProgressLabel: ({
|
|
4011
4011
|
className,
|
|
4012
4012
|
...props
|
|
4013
|
-
}: ProgressLabelProps) =>
|
|
4013
|
+
}: ProgressLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4014
4014
|
interface ProgressValueProps extends Progress$1.Value.Props {}
|
|
4015
4015
|
declare const ProgressValue: ({
|
|
4016
4016
|
className,
|
|
4017
4017
|
...props
|
|
4018
|
-
}: ProgressValueProps) =>
|
|
4018
|
+
}: ProgressValueProps) => react_jsx_runtime284.JSX.Element;
|
|
4019
4019
|
interface ProgressTrackProps extends Progress$1.Track.Props {}
|
|
4020
4020
|
declare const ProgressTrack: ({
|
|
4021
4021
|
className,
|
|
4022
4022
|
...props
|
|
4023
|
-
}: ProgressTrackProps) =>
|
|
4023
|
+
}: ProgressTrackProps) => react_jsx_runtime284.JSX.Element;
|
|
4024
4024
|
interface ProgressIndicatorProps extends Progress$1.Indicator.Props {}
|
|
4025
4025
|
declare const ProgressIndicator: ({
|
|
4026
4026
|
className,
|
|
4027
4027
|
...props
|
|
4028
|
-
}: ProgressIndicatorProps) =>
|
|
4028
|
+
}: ProgressIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4029
4029
|
//#endregion
|
|
4030
4030
|
//#region src/components/progress/index.d.ts
|
|
4031
4031
|
declare const Progress: (({
|
|
@@ -4033,33 +4033,33 @@ declare const Progress: (({
|
|
|
4033
4033
|
variant,
|
|
4034
4034
|
size,
|
|
4035
4035
|
...props
|
|
4036
|
-
}: ProgressProps) =>
|
|
4036
|
+
}: ProgressProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4037
4037
|
Indicator: ({
|
|
4038
4038
|
className,
|
|
4039
4039
|
...props
|
|
4040
|
-
}: ProgressIndicatorProps) =>
|
|
4040
|
+
}: ProgressIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4041
4041
|
Label: ({
|
|
4042
4042
|
className,
|
|
4043
4043
|
...props
|
|
4044
|
-
}: ProgressLabelProps) =>
|
|
4044
|
+
}: ProgressLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4045
4045
|
Root: ({
|
|
4046
4046
|
className,
|
|
4047
4047
|
variant,
|
|
4048
4048
|
size,
|
|
4049
4049
|
...props
|
|
4050
|
-
}: ProgressProps) =>
|
|
4050
|
+
}: ProgressProps) => react_jsx_runtime284.JSX.Element;
|
|
4051
4051
|
Track: ({
|
|
4052
4052
|
className,
|
|
4053
4053
|
...props
|
|
4054
|
-
}: ProgressTrackProps) =>
|
|
4054
|
+
}: ProgressTrackProps) => react_jsx_runtime284.JSX.Element;
|
|
4055
4055
|
Value: ({
|
|
4056
4056
|
className,
|
|
4057
4057
|
...props
|
|
4058
|
-
}: ProgressValueProps) =>
|
|
4058
|
+
}: ProgressValueProps) => react_jsx_runtime284.JSX.Element;
|
|
4059
4059
|
};
|
|
4060
4060
|
//#endregion
|
|
4061
4061
|
//#region src/components/radio/radio.variants.d.ts
|
|
4062
|
-
declare const radioVariants:
|
|
4062
|
+
declare const radioVariants: tailwind_variants1.TVReturnType<{
|
|
4063
4063
|
[key: string]: {
|
|
4064
4064
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4065
4065
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -4086,7 +4086,7 @@ declare const radioVariants: tailwind_variants0.TVReturnType<{
|
|
|
4086
4086
|
} | {}, {
|
|
4087
4087
|
indicator: string;
|
|
4088
4088
|
root: string;
|
|
4089
|
-
},
|
|
4089
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4090
4090
|
indicator: string;
|
|
4091
4091
|
root: string;
|
|
4092
4092
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -4097,30 +4097,30 @@ interface RadioProps extends RadioVariants, Radio$1.Root.Props {}
|
|
|
4097
4097
|
declare const RadioRoot: ({
|
|
4098
4098
|
className,
|
|
4099
4099
|
...props
|
|
4100
|
-
}: RadioProps) =>
|
|
4100
|
+
}: RadioProps) => react_jsx_runtime284.JSX.Element;
|
|
4101
4101
|
interface RadioIndicatorProps extends Radio$1.Indicator.Props {}
|
|
4102
4102
|
declare const RadioIndicator: ({
|
|
4103
4103
|
className,
|
|
4104
4104
|
...props
|
|
4105
|
-
}: RadioIndicatorProps) =>
|
|
4105
|
+
}: RadioIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4106
4106
|
//#endregion
|
|
4107
4107
|
//#region src/components/radio/index.d.ts
|
|
4108
4108
|
declare const Radio: (({
|
|
4109
4109
|
className,
|
|
4110
4110
|
...props
|
|
4111
|
-
}: RadioProps) =>
|
|
4111
|
+
}: RadioProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4112
4112
|
Indicator: ({
|
|
4113
4113
|
className,
|
|
4114
4114
|
...props
|
|
4115
|
-
}: RadioIndicatorProps) =>
|
|
4115
|
+
}: RadioIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4116
4116
|
Root: ({
|
|
4117
4117
|
className,
|
|
4118
4118
|
...props
|
|
4119
|
-
}: RadioProps) =>
|
|
4119
|
+
}: RadioProps) => react_jsx_runtime284.JSX.Element;
|
|
4120
4120
|
};
|
|
4121
4121
|
//#endregion
|
|
4122
4122
|
//#region src/components/radio-group/radio-group.variants.d.ts
|
|
4123
|
-
declare const radioGroupVariants:
|
|
4123
|
+
declare const radioGroupVariants: tailwind_variants1.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants1.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
|
|
4124
4124
|
type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
|
|
4125
4125
|
//#endregion
|
|
4126
4126
|
//#region src/components/radio-group/radio-group.d.ts
|
|
@@ -4128,10 +4128,10 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
|
|
|
4128
4128
|
declare const RadioGroup: ({
|
|
4129
4129
|
className,
|
|
4130
4130
|
...props
|
|
4131
|
-
}: RadioGroupProps) =>
|
|
4131
|
+
}: RadioGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
4132
4132
|
//#endregion
|
|
4133
4133
|
//#region src/components/scroll-area/scroll-area.variants.d.ts
|
|
4134
|
-
declare const scrollAreaVariants:
|
|
4134
|
+
declare const scrollAreaVariants: tailwind_variants1.TVReturnType<{
|
|
4135
4135
|
[key: string]: {
|
|
4136
4136
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4137
4137
|
content?: tailwind_merge0.ClassNameValue;
|
|
@@ -4178,7 +4178,7 @@ declare const scrollAreaVariants: tailwind_variants0.TVReturnType<{
|
|
|
4178
4178
|
scrollbar: string;
|
|
4179
4179
|
thumb: string;
|
|
4180
4180
|
corner: string;
|
|
4181
|
-
},
|
|
4181
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4182
4182
|
root: string;
|
|
4183
4183
|
viewport: string;
|
|
4184
4184
|
content: string;
|
|
@@ -4193,68 +4193,68 @@ interface ScrollAreaProps extends ScrollAreaVariants, ScrollArea$1.Root.Props {}
|
|
|
4193
4193
|
declare const ScrollAreaRoot: ({
|
|
4194
4194
|
className,
|
|
4195
4195
|
...props
|
|
4196
|
-
}: ScrollAreaProps) =>
|
|
4196
|
+
}: ScrollAreaProps) => react_jsx_runtime284.JSX.Element;
|
|
4197
4197
|
interface ScrollAreaViewportProps extends ScrollArea$1.Viewport.Props {}
|
|
4198
4198
|
declare const ScrollAreaViewport: ({
|
|
4199
4199
|
className,
|
|
4200
4200
|
...props
|
|
4201
|
-
}: ScrollAreaViewportProps) =>
|
|
4201
|
+
}: ScrollAreaViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
4202
4202
|
interface ScrollAreaContentProps extends ScrollArea$1.Content.Props {}
|
|
4203
4203
|
declare const ScrollAreaContent: ({
|
|
4204
4204
|
className,
|
|
4205
4205
|
...props
|
|
4206
|
-
}: ScrollAreaContentProps) =>
|
|
4206
|
+
}: ScrollAreaContentProps) => react_jsx_runtime284.JSX.Element;
|
|
4207
4207
|
interface ScrollAreaScrollbarProps extends ScrollArea$1.Scrollbar.Props {}
|
|
4208
4208
|
declare const ScrollAreaScrollbar: ({
|
|
4209
4209
|
className,
|
|
4210
4210
|
...props
|
|
4211
|
-
}: ScrollAreaScrollbarProps) =>
|
|
4211
|
+
}: ScrollAreaScrollbarProps) => react_jsx_runtime284.JSX.Element;
|
|
4212
4212
|
interface ScrollAreaThumbProps extends ScrollArea$1.Thumb.Props {}
|
|
4213
4213
|
declare const ScrollAreaThumb: ({
|
|
4214
4214
|
className,
|
|
4215
4215
|
...props
|
|
4216
|
-
}: ScrollAreaThumbProps) =>
|
|
4216
|
+
}: ScrollAreaThumbProps) => react_jsx_runtime284.JSX.Element;
|
|
4217
4217
|
//#endregion
|
|
4218
4218
|
//#region src/components/scroll-area/index.d.ts
|
|
4219
4219
|
declare const ScrollArea: (({
|
|
4220
4220
|
className,
|
|
4221
4221
|
...props
|
|
4222
|
-
}: ScrollAreaProps) =>
|
|
4222
|
+
}: ScrollAreaProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4223
4223
|
Content: ({
|
|
4224
4224
|
className,
|
|
4225
4225
|
...props
|
|
4226
|
-
}: ScrollAreaContentProps) =>
|
|
4226
|
+
}: ScrollAreaContentProps) => react_jsx_runtime284.JSX.Element;
|
|
4227
4227
|
Root: ({
|
|
4228
4228
|
className,
|
|
4229
4229
|
...props
|
|
4230
|
-
}: ScrollAreaProps) =>
|
|
4230
|
+
}: ScrollAreaProps) => react_jsx_runtime284.JSX.Element;
|
|
4231
4231
|
Scrollbar: ({
|
|
4232
4232
|
className,
|
|
4233
4233
|
...props
|
|
4234
|
-
}: ScrollAreaScrollbarProps) =>
|
|
4234
|
+
}: ScrollAreaScrollbarProps) => react_jsx_runtime284.JSX.Element;
|
|
4235
4235
|
Thumb: ({
|
|
4236
4236
|
className,
|
|
4237
4237
|
...props
|
|
4238
|
-
}: ScrollAreaThumbProps) =>
|
|
4238
|
+
}: ScrollAreaThumbProps) => react_jsx_runtime284.JSX.Element;
|
|
4239
4239
|
Viewport: ({
|
|
4240
4240
|
className,
|
|
4241
4241
|
...props
|
|
4242
|
-
}: ScrollAreaViewportProps) =>
|
|
4242
|
+
}: ScrollAreaViewportProps) => react_jsx_runtime284.JSX.Element;
|
|
4243
4243
|
};
|
|
4244
4244
|
//#endregion
|
|
4245
4245
|
//#region src/components/select/select.variants.d.ts
|
|
4246
|
-
declare const selectVariants:
|
|
4246
|
+
declare const selectVariants: tailwind_variants1.TVReturnType<{
|
|
4247
4247
|
[key: string]: {
|
|
4248
4248
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4249
4249
|
item?: tailwind_merge0.ClassNameValue;
|
|
4250
4250
|
root?: tailwind_merge0.ClassNameValue;
|
|
4251
4251
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
4252
4252
|
value?: tailwind_merge0.ClassNameValue;
|
|
4253
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
4254
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
4255
4253
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
4256
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
4257
4254
|
popup?: tailwind_merge0.ClassNameValue;
|
|
4255
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
4256
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
4257
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
4258
4258
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
4259
4259
|
list?: tailwind_merge0.ClassNameValue;
|
|
4260
4260
|
separator?: tailwind_merge0.ClassNameValue;
|
|
@@ -4271,11 +4271,11 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
|
|
|
4271
4271
|
root?: tailwind_merge0.ClassNameValue;
|
|
4272
4272
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
4273
4273
|
value?: tailwind_merge0.ClassNameValue;
|
|
4274
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
4275
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
4276
4274
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
4277
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
4278
4275
|
popup?: tailwind_merge0.ClassNameValue;
|
|
4276
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
4277
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
4278
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
4279
4279
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
4280
4280
|
list?: tailwind_merge0.ClassNameValue;
|
|
4281
4281
|
separator?: tailwind_merge0.ClassNameValue;
|
|
@@ -4309,11 +4309,11 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
|
|
|
4309
4309
|
root?: tailwind_merge0.ClassNameValue;
|
|
4310
4310
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
4311
4311
|
value?: tailwind_merge0.ClassNameValue;
|
|
4312
|
-
icon?: tailwind_merge0.ClassNameValue;
|
|
4313
|
-
portal?: tailwind_merge0.ClassNameValue;
|
|
4314
4312
|
backdrop?: tailwind_merge0.ClassNameValue;
|
|
4315
|
-
positioner?: tailwind_merge0.ClassNameValue;
|
|
4316
4313
|
popup?: tailwind_merge0.ClassNameValue;
|
|
4314
|
+
portal?: tailwind_merge0.ClassNameValue;
|
|
4315
|
+
icon?: tailwind_merge0.ClassNameValue;
|
|
4316
|
+
positioner?: tailwind_merge0.ClassNameValue;
|
|
4317
4317
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
4318
4318
|
list?: tailwind_merge0.ClassNameValue;
|
|
4319
4319
|
separator?: tailwind_merge0.ClassNameValue;
|
|
@@ -4340,7 +4340,7 @@ declare const selectVariants: tailwind_variants0.TVReturnType<{
|
|
|
4340
4340
|
separator: string;
|
|
4341
4341
|
group: string;
|
|
4342
4342
|
groupLabel: string;
|
|
4343
|
-
},
|
|
4343
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4344
4344
|
root: string;
|
|
4345
4345
|
trigger: string;
|
|
4346
4346
|
value: string;
|
|
@@ -4364,156 +4364,156 @@ type SelectVariants = VariantProps<typeof selectVariants>;
|
|
|
4364
4364
|
interface SelectProps extends SelectVariants, Select$1.Root.Props<unknown, boolean> {}
|
|
4365
4365
|
declare const SelectRoot: ({
|
|
4366
4366
|
...props
|
|
4367
|
-
}: SelectProps) =>
|
|
4367
|
+
}: SelectProps) => react_jsx_runtime284.JSX.Element;
|
|
4368
4368
|
interface SelectTriggerProps extends Select$1.Trigger.Props {}
|
|
4369
4369
|
declare const SelectTrigger: ({
|
|
4370
4370
|
className,
|
|
4371
4371
|
...props
|
|
4372
|
-
}: SelectTriggerProps) =>
|
|
4372
|
+
}: SelectTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
4373
4373
|
interface SelectIconProps extends Select$1.Icon.Props {}
|
|
4374
4374
|
declare const SelectIcon: ({
|
|
4375
4375
|
className,
|
|
4376
4376
|
children,
|
|
4377
4377
|
...props
|
|
4378
|
-
}: SelectIconProps) =>
|
|
4378
|
+
}: SelectIconProps) => react_jsx_runtime284.JSX.Element;
|
|
4379
4379
|
interface SelectValueProps extends Select$1.Value.Props {}
|
|
4380
4380
|
declare const SelectValue: ({
|
|
4381
4381
|
className,
|
|
4382
4382
|
...props
|
|
4383
|
-
}: SelectValueProps) =>
|
|
4383
|
+
}: SelectValueProps) => react_jsx_runtime284.JSX.Element;
|
|
4384
4384
|
interface SelectPortalProps extends Select$1.Portal.Props {}
|
|
4385
4385
|
declare const SelectPortal: ({
|
|
4386
4386
|
...props
|
|
4387
|
-
}: SelectPortalProps) =>
|
|
4387
|
+
}: SelectPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
4388
4388
|
interface SelectBackdropProps extends Select$1.Backdrop.Props {}
|
|
4389
4389
|
declare const SelectBackdrop: ({
|
|
4390
4390
|
className,
|
|
4391
4391
|
...props
|
|
4392
|
-
}: SelectBackdropProps) =>
|
|
4392
|
+
}: SelectBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
4393
4393
|
interface SelectPositionerProps extends Select$1.Positioner.Props {}
|
|
4394
4394
|
declare const SelectPositioner: ({
|
|
4395
4395
|
className,
|
|
4396
4396
|
...props
|
|
4397
|
-
}: SelectPositionerProps) =>
|
|
4397
|
+
}: SelectPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
4398
4398
|
interface SelectPopupProps extends Select$1.Popup.Props {}
|
|
4399
4399
|
declare const SelectPopup: ({
|
|
4400
4400
|
className,
|
|
4401
4401
|
...props
|
|
4402
|
-
}: SelectPopupProps) =>
|
|
4402
|
+
}: SelectPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
4403
4403
|
interface SelectArrowProps extends Select$1.Arrow.Props {}
|
|
4404
4404
|
declare const SelectArrow: ({
|
|
4405
4405
|
className,
|
|
4406
4406
|
...props
|
|
4407
|
-
}: SelectArrowProps) =>
|
|
4407
|
+
}: SelectArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
4408
4408
|
interface SelectListProps extends Select$1.List.Props {}
|
|
4409
4409
|
declare const SelectList: ({
|
|
4410
4410
|
className,
|
|
4411
4411
|
...props
|
|
4412
|
-
}: SelectListProps) =>
|
|
4412
|
+
}: SelectListProps) => react_jsx_runtime284.JSX.Element;
|
|
4413
4413
|
interface SelectItemIndicatorProps extends Select$1.ItemIndicator.Props {}
|
|
4414
4414
|
declare const SelectItemIndicator: ({
|
|
4415
4415
|
className,
|
|
4416
4416
|
children,
|
|
4417
4417
|
...props
|
|
4418
|
-
}: SelectItemIndicatorProps) =>
|
|
4418
|
+
}: SelectItemIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4419
4419
|
interface SelectItemTextProps extends Select$1.ItemText.Props {}
|
|
4420
4420
|
declare const SelectItemText: ({
|
|
4421
4421
|
className,
|
|
4422
4422
|
...props
|
|
4423
|
-
}: SelectItemTextProps) =>
|
|
4423
|
+
}: SelectItemTextProps) => react_jsx_runtime284.JSX.Element;
|
|
4424
4424
|
interface SelectItemProps extends Select$1.Item.Props {}
|
|
4425
4425
|
declare const SelectItem: ({
|
|
4426
4426
|
className,
|
|
4427
4427
|
...props
|
|
4428
|
-
}: SelectItemProps) =>
|
|
4428
|
+
}: SelectItemProps) => react_jsx_runtime284.JSX.Element;
|
|
4429
4429
|
interface SelectGroupProps extends Select$1.Group.Props {}
|
|
4430
4430
|
declare const SelectGroup: ({
|
|
4431
4431
|
className,
|
|
4432
4432
|
...props
|
|
4433
|
-
}: SelectGroupProps) =>
|
|
4433
|
+
}: SelectGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
4434
4434
|
interface SelectGroupLabelProps extends Select$1.GroupLabel.Props {}
|
|
4435
4435
|
declare const SelectGroupLabel: ({
|
|
4436
4436
|
className,
|
|
4437
4437
|
...props
|
|
4438
|
-
}: SelectGroupLabelProps) =>
|
|
4438
|
+
}: SelectGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4439
4439
|
interface SelectSeparatorProps extends Select$1.Separator.Props {}
|
|
4440
4440
|
declare const SelectSeparator: ({
|
|
4441
4441
|
className,
|
|
4442
4442
|
...props
|
|
4443
|
-
}: SelectSeparatorProps) =>
|
|
4443
|
+
}: SelectSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4444
4444
|
//#endregion
|
|
4445
4445
|
//#region src/components/select/index.d.ts
|
|
4446
4446
|
declare const Select: (({
|
|
4447
4447
|
...props
|
|
4448
|
-
}: SelectProps) =>
|
|
4448
|
+
}: SelectProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4449
4449
|
Arrow: ({
|
|
4450
4450
|
className,
|
|
4451
4451
|
...props
|
|
4452
|
-
}: SelectArrowProps) =>
|
|
4452
|
+
}: SelectArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
4453
4453
|
Backdrop: ({
|
|
4454
4454
|
className,
|
|
4455
4455
|
...props
|
|
4456
|
-
}: SelectBackdropProps) =>
|
|
4456
|
+
}: SelectBackdropProps) => react_jsx_runtime284.JSX.Element;
|
|
4457
4457
|
Group: ({
|
|
4458
4458
|
className,
|
|
4459
4459
|
...props
|
|
4460
|
-
}: SelectGroupProps) =>
|
|
4460
|
+
}: SelectGroupProps) => react_jsx_runtime284.JSX.Element;
|
|
4461
4461
|
GroupLabel: ({
|
|
4462
4462
|
className,
|
|
4463
4463
|
...props
|
|
4464
|
-
}: SelectGroupLabelProps) =>
|
|
4464
|
+
}: SelectGroupLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4465
4465
|
Icon: ({
|
|
4466
4466
|
className,
|
|
4467
4467
|
children,
|
|
4468
4468
|
...props
|
|
4469
|
-
}: SelectIconProps) =>
|
|
4469
|
+
}: SelectIconProps) => react_jsx_runtime284.JSX.Element;
|
|
4470
4470
|
Item: ({
|
|
4471
4471
|
className,
|
|
4472
4472
|
...props
|
|
4473
|
-
}: SelectItemProps) =>
|
|
4473
|
+
}: SelectItemProps) => react_jsx_runtime284.JSX.Element;
|
|
4474
4474
|
ItemIndicator: ({
|
|
4475
4475
|
className,
|
|
4476
4476
|
children,
|
|
4477
4477
|
...props
|
|
4478
|
-
}: SelectItemIndicatorProps) =>
|
|
4478
|
+
}: SelectItemIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4479
4479
|
ItemText: ({
|
|
4480
4480
|
className,
|
|
4481
4481
|
...props
|
|
4482
|
-
}: SelectItemTextProps) =>
|
|
4482
|
+
}: SelectItemTextProps) => react_jsx_runtime284.JSX.Element;
|
|
4483
4483
|
List: ({
|
|
4484
4484
|
className,
|
|
4485
4485
|
...props
|
|
4486
|
-
}: SelectListProps) =>
|
|
4486
|
+
}: SelectListProps) => react_jsx_runtime284.JSX.Element;
|
|
4487
4487
|
Popup: ({
|
|
4488
4488
|
className,
|
|
4489
4489
|
...props
|
|
4490
|
-
}: SelectPopupProps) =>
|
|
4490
|
+
}: SelectPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
4491
4491
|
Portal: ({
|
|
4492
4492
|
...props
|
|
4493
|
-
}: SelectPortalProps) =>
|
|
4493
|
+
}: SelectPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
4494
4494
|
Positioner: ({
|
|
4495
4495
|
className,
|
|
4496
4496
|
...props
|
|
4497
|
-
}: SelectPositionerProps) =>
|
|
4497
|
+
}: SelectPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
4498
4498
|
Root: ({
|
|
4499
4499
|
...props
|
|
4500
|
-
}: SelectProps) =>
|
|
4500
|
+
}: SelectProps) => react_jsx_runtime284.JSX.Element;
|
|
4501
4501
|
Separator: ({
|
|
4502
4502
|
className,
|
|
4503
4503
|
...props
|
|
4504
|
-
}: SelectSeparatorProps) =>
|
|
4504
|
+
}: SelectSeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4505
4505
|
Trigger: ({
|
|
4506
4506
|
className,
|
|
4507
4507
|
...props
|
|
4508
|
-
}: SelectTriggerProps) =>
|
|
4508
|
+
}: SelectTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
4509
4509
|
Value: ({
|
|
4510
4510
|
className,
|
|
4511
4511
|
...props
|
|
4512
|
-
}: SelectValueProps) =>
|
|
4512
|
+
}: SelectValueProps) => react_jsx_runtime284.JSX.Element;
|
|
4513
4513
|
};
|
|
4514
4514
|
//#endregion
|
|
4515
4515
|
//#region src/components/separator/separator.variants.d.ts
|
|
4516
|
-
declare const separatorVariants:
|
|
4516
|
+
declare const separatorVariants: tailwind_variants1.TVReturnType<{
|
|
4517
4517
|
orientation: {
|
|
4518
4518
|
horizontal: string;
|
|
4519
4519
|
vertical: string;
|
|
@@ -4523,7 +4523,7 @@ declare const separatorVariants: tailwind_variants0.TVReturnType<{
|
|
|
4523
4523
|
horizontal: string;
|
|
4524
4524
|
vertical: string;
|
|
4525
4525
|
};
|
|
4526
|
-
}, undefined,
|
|
4526
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
4527
4527
|
orientation: {
|
|
4528
4528
|
horizontal: string;
|
|
4529
4529
|
vertical: string;
|
|
@@ -4537,10 +4537,10 @@ declare const Separator: ({
|
|
|
4537
4537
|
className,
|
|
4538
4538
|
orientation,
|
|
4539
4539
|
...props
|
|
4540
|
-
}: SeparatorProps) =>
|
|
4540
|
+
}: SeparatorProps) => react_jsx_runtime284.JSX.Element;
|
|
4541
4541
|
//#endregion
|
|
4542
4542
|
//#region src/components/sidebar/sidebar.variants.d.ts
|
|
4543
|
-
declare const sidebarVariants:
|
|
4543
|
+
declare const sidebarVariants: tailwind_variants1.TVReturnType<{
|
|
4544
4544
|
[key: string]: {
|
|
4545
4545
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4546
4546
|
content?: tailwind_merge0.ClassNameValue;
|
|
@@ -4607,7 +4607,7 @@ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
|
|
|
4607
4607
|
panel: string;
|
|
4608
4608
|
root: string;
|
|
4609
4609
|
trigger: string;
|
|
4610
|
-
},
|
|
4610
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4611
4611
|
content: string;
|
|
4612
4612
|
footer: string;
|
|
4613
4613
|
header: string;
|
|
@@ -4631,53 +4631,53 @@ declare const SidebarRoot: ({
|
|
|
4631
4631
|
isOpen,
|
|
4632
4632
|
onOpenChange,
|
|
4633
4633
|
...props
|
|
4634
|
-
}: SidebarProps) =>
|
|
4634
|
+
}: SidebarProps) => react_jsx_runtime284.JSX.Element;
|
|
4635
4635
|
interface SidebarPanelProps extends React$1.ComponentProps<"aside"> {}
|
|
4636
4636
|
declare const SidebarPanel: ({
|
|
4637
4637
|
className,
|
|
4638
4638
|
...props
|
|
4639
|
-
}: SidebarPanelProps) =>
|
|
4639
|
+
}: SidebarPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
4640
4640
|
interface SidebarHeaderProps extends React$1.ComponentProps<"header"> {}
|
|
4641
4641
|
declare const SidebarHeader: ({
|
|
4642
4642
|
className,
|
|
4643
4643
|
...props
|
|
4644
|
-
}: SidebarHeaderProps) =>
|
|
4644
|
+
}: SidebarHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
4645
4645
|
interface SidebarContentProps extends React$1.ComponentProps<"div"> {}
|
|
4646
4646
|
declare const SidebarContent: ({
|
|
4647
4647
|
className,
|
|
4648
4648
|
...props
|
|
4649
|
-
}: SidebarContentProps) =>
|
|
4649
|
+
}: SidebarContentProps) => react_jsx_runtime284.JSX.Element;
|
|
4650
4650
|
interface SidebarFooterProps extends React$1.ComponentProps<"footer"> {}
|
|
4651
4651
|
declare const SidebarFooter: ({
|
|
4652
4652
|
className,
|
|
4653
4653
|
...props
|
|
4654
|
-
}: SidebarFooterProps) =>
|
|
4654
|
+
}: SidebarFooterProps) => react_jsx_runtime284.JSX.Element;
|
|
4655
4655
|
interface SidebarTriggerProps extends React$1.ComponentProps<"button"> {}
|
|
4656
4656
|
declare const SidebarTrigger: ({
|
|
4657
4657
|
className,
|
|
4658
4658
|
children,
|
|
4659
4659
|
...props
|
|
4660
|
-
}: SidebarTriggerProps) =>
|
|
4660
|
+
}: SidebarTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
4661
4661
|
interface SidebarOutletProps extends React$1.ComponentProps<"div"> {}
|
|
4662
4662
|
declare const SidebarOutlet: ({
|
|
4663
4663
|
className,
|
|
4664
4664
|
...props
|
|
4665
|
-
}: SidebarOutletProps) =>
|
|
4665
|
+
}: SidebarOutletProps) => react_jsx_runtime284.JSX.Element;
|
|
4666
4666
|
interface SidebarMenuProps extends React$1.ComponentProps<"nav"> {}
|
|
4667
4667
|
declare const SidebarMenu: ({
|
|
4668
4668
|
className,
|
|
4669
4669
|
...props
|
|
4670
|
-
}: SidebarMenuProps) =>
|
|
4670
|
+
}: SidebarMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
4671
4671
|
interface SidebarMenuItemProps extends React$1.ComponentProps<"li"> {}
|
|
4672
4672
|
declare const SidebarMenuItem: ({
|
|
4673
4673
|
className,
|
|
4674
4674
|
...props
|
|
4675
|
-
}: SidebarMenuItemProps) =>
|
|
4675
|
+
}: SidebarMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
4676
4676
|
interface SidebarMenuLabelProps extends React$1.ComponentProps<"div"> {}
|
|
4677
4677
|
declare const SidebarMenuLabel: ({
|
|
4678
4678
|
className,
|
|
4679
4679
|
...props
|
|
4680
|
-
}: SidebarMenuLabelProps) =>
|
|
4680
|
+
}: SidebarMenuLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4681
4681
|
//#endregion
|
|
4682
4682
|
//#region src/components/sidebar/index.d.ts
|
|
4683
4683
|
declare const Sidebar: (({
|
|
@@ -4685,54 +4685,54 @@ declare const Sidebar: (({
|
|
|
4685
4685
|
isOpen,
|
|
4686
4686
|
onOpenChange,
|
|
4687
4687
|
...props
|
|
4688
|
-
}: SidebarProps) =>
|
|
4688
|
+
}: SidebarProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4689
4689
|
Content: ({
|
|
4690
4690
|
className,
|
|
4691
4691
|
...props
|
|
4692
|
-
}: SidebarContentProps) =>
|
|
4692
|
+
}: SidebarContentProps) => react_jsx_runtime284.JSX.Element;
|
|
4693
4693
|
Footer: ({
|
|
4694
4694
|
className,
|
|
4695
4695
|
...props
|
|
4696
|
-
}: SidebarFooterProps) =>
|
|
4696
|
+
}: SidebarFooterProps) => react_jsx_runtime284.JSX.Element;
|
|
4697
4697
|
Header: ({
|
|
4698
4698
|
className,
|
|
4699
4699
|
...props
|
|
4700
|
-
}: SidebarHeaderProps) =>
|
|
4700
|
+
}: SidebarHeaderProps) => react_jsx_runtime284.JSX.Element;
|
|
4701
4701
|
Menu: ({
|
|
4702
4702
|
className,
|
|
4703
4703
|
...props
|
|
4704
|
-
}: SidebarMenuProps) =>
|
|
4704
|
+
}: SidebarMenuProps) => react_jsx_runtime284.JSX.Element;
|
|
4705
4705
|
MenuItem: ({
|
|
4706
4706
|
className,
|
|
4707
4707
|
...props
|
|
4708
|
-
}: SidebarMenuItemProps) =>
|
|
4708
|
+
}: SidebarMenuItemProps) => react_jsx_runtime284.JSX.Element;
|
|
4709
4709
|
MenuLabel: ({
|
|
4710
4710
|
className,
|
|
4711
4711
|
...props
|
|
4712
|
-
}: SidebarMenuLabelProps) =>
|
|
4712
|
+
}: SidebarMenuLabelProps) => react_jsx_runtime284.JSX.Element;
|
|
4713
4713
|
Outlet: ({
|
|
4714
4714
|
className,
|
|
4715
4715
|
...props
|
|
4716
|
-
}: SidebarOutletProps) =>
|
|
4716
|
+
}: SidebarOutletProps) => react_jsx_runtime284.JSX.Element;
|
|
4717
4717
|
Panel: ({
|
|
4718
4718
|
className,
|
|
4719
4719
|
...props
|
|
4720
|
-
}: SidebarPanelProps) =>
|
|
4720
|
+
}: SidebarPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
4721
4721
|
Root: ({
|
|
4722
4722
|
className,
|
|
4723
4723
|
isOpen,
|
|
4724
4724
|
onOpenChange,
|
|
4725
4725
|
...props
|
|
4726
|
-
}: SidebarProps) =>
|
|
4726
|
+
}: SidebarProps) => react_jsx_runtime284.JSX.Element;
|
|
4727
4727
|
Trigger: ({
|
|
4728
4728
|
className,
|
|
4729
4729
|
children,
|
|
4730
4730
|
...props
|
|
4731
|
-
}: SidebarTriggerProps) =>
|
|
4731
|
+
}: SidebarTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
4732
4732
|
};
|
|
4733
4733
|
//#endregion
|
|
4734
4734
|
//#region src/components/slider/slider.variants.d.ts
|
|
4735
|
-
declare const sliderVariants:
|
|
4735
|
+
declare const sliderVariants: tailwind_variants1.TVReturnType<{
|
|
4736
4736
|
[key: string]: {
|
|
4737
4737
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4738
4738
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -4779,7 +4779,7 @@ declare const sliderVariants: tailwind_variants0.TVReturnType<{
|
|
|
4779
4779
|
thumb: string;
|
|
4780
4780
|
track: string;
|
|
4781
4781
|
value: string;
|
|
4782
|
-
},
|
|
4782
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
4783
4783
|
control: string;
|
|
4784
4784
|
indicator: string;
|
|
4785
4785
|
root: string;
|
|
@@ -4794,61 +4794,61 @@ interface SliderProps extends SliderVariants, Slider$1.Root.Props {}
|
|
|
4794
4794
|
declare const SliderRoot: ({
|
|
4795
4795
|
className,
|
|
4796
4796
|
...props
|
|
4797
|
-
}: SliderProps) =>
|
|
4797
|
+
}: SliderProps) => react_jsx_runtime284.JSX.Element;
|
|
4798
4798
|
declare const SliderValue: ({
|
|
4799
4799
|
className,
|
|
4800
4800
|
...props
|
|
4801
|
-
}: Slider$1.Value.Props) =>
|
|
4801
|
+
}: Slider$1.Value.Props) => react_jsx_runtime284.JSX.Element;
|
|
4802
4802
|
declare const SliderControl: ({
|
|
4803
4803
|
className,
|
|
4804
4804
|
...props
|
|
4805
|
-
}: Slider$1.Control.Props) =>
|
|
4805
|
+
}: Slider$1.Control.Props) => react_jsx_runtime284.JSX.Element;
|
|
4806
4806
|
declare const SliderTrack: ({
|
|
4807
4807
|
className,
|
|
4808
4808
|
...props
|
|
4809
|
-
}: Slider$1.Track.Props) =>
|
|
4809
|
+
}: Slider$1.Track.Props) => react_jsx_runtime284.JSX.Element;
|
|
4810
4810
|
declare const SliderIndicator: ({
|
|
4811
4811
|
className,
|
|
4812
4812
|
...props
|
|
4813
|
-
}: Slider$1.Indicator.Props) =>
|
|
4813
|
+
}: Slider$1.Indicator.Props) => react_jsx_runtime284.JSX.Element;
|
|
4814
4814
|
declare const SliderThumb: ({
|
|
4815
4815
|
className,
|
|
4816
4816
|
...props
|
|
4817
|
-
}: Slider$1.Thumb.Props) =>
|
|
4817
|
+
}: Slider$1.Thumb.Props) => react_jsx_runtime284.JSX.Element;
|
|
4818
4818
|
//#endregion
|
|
4819
4819
|
//#region src/components/slider/index.d.ts
|
|
4820
4820
|
declare const Slider: (({
|
|
4821
4821
|
className,
|
|
4822
4822
|
...props
|
|
4823
|
-
}: SliderProps) =>
|
|
4823
|
+
}: SliderProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4824
4824
|
Control: ({
|
|
4825
4825
|
className,
|
|
4826
4826
|
...props
|
|
4827
|
-
}: _base_ui_react0.SliderControl.Props) =>
|
|
4827
|
+
}: _base_ui_react0.SliderControl.Props) => react_jsx_runtime284.JSX.Element;
|
|
4828
4828
|
Indicator: ({
|
|
4829
4829
|
className,
|
|
4830
4830
|
...props
|
|
4831
|
-
}: _base_ui_react0.SliderIndicator.Props) =>
|
|
4831
|
+
}: _base_ui_react0.SliderIndicator.Props) => react_jsx_runtime284.JSX.Element;
|
|
4832
4832
|
Root: ({
|
|
4833
4833
|
className,
|
|
4834
4834
|
...props
|
|
4835
|
-
}: SliderProps) =>
|
|
4835
|
+
}: SliderProps) => react_jsx_runtime284.JSX.Element;
|
|
4836
4836
|
Thumb: ({
|
|
4837
4837
|
className,
|
|
4838
4838
|
...props
|
|
4839
|
-
}: _base_ui_react0.SliderThumb.Props) =>
|
|
4839
|
+
}: _base_ui_react0.SliderThumb.Props) => react_jsx_runtime284.JSX.Element;
|
|
4840
4840
|
Track: ({
|
|
4841
4841
|
className,
|
|
4842
4842
|
...props
|
|
4843
|
-
}: _base_ui_react0.SliderTrack.Props) =>
|
|
4843
|
+
}: _base_ui_react0.SliderTrack.Props) => react_jsx_runtime284.JSX.Element;
|
|
4844
4844
|
Value: ({
|
|
4845
4845
|
className,
|
|
4846
4846
|
...props
|
|
4847
|
-
}: _base_ui_react0.SliderValue.Props) =>
|
|
4847
|
+
}: _base_ui_react0.SliderValue.Props) => react_jsx_runtime284.JSX.Element;
|
|
4848
4848
|
};
|
|
4849
4849
|
//#endregion
|
|
4850
4850
|
//#region src/components/spinner/spinner.variants.d.ts
|
|
4851
|
-
declare const spinnerVariants:
|
|
4851
|
+
declare const spinnerVariants: tailwind_variants1.TVReturnType<{
|
|
4852
4852
|
size: {
|
|
4853
4853
|
lg: string;
|
|
4854
4854
|
md: string;
|
|
@@ -4872,7 +4872,7 @@ declare const spinnerVariants: tailwind_variants0.TVReturnType<{
|
|
|
4872
4872
|
primary: string;
|
|
4873
4873
|
success: string;
|
|
4874
4874
|
};
|
|
4875
|
-
}, undefined,
|
|
4875
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
4876
4876
|
size: {
|
|
4877
4877
|
lg: string;
|
|
4878
4878
|
md: string;
|
|
@@ -4895,12 +4895,11 @@ declare const Spinner: ({
|
|
|
4895
4895
|
className,
|
|
4896
4896
|
size,
|
|
4897
4897
|
variant,
|
|
4898
|
-
asChild,
|
|
4899
4898
|
...props
|
|
4900
|
-
}: SpinnerProps) =>
|
|
4899
|
+
}: SpinnerProps) => react_jsx_runtime284.JSX.Element;
|
|
4901
4900
|
//#endregion
|
|
4902
4901
|
//#region src/components/switch/switch.variants.d.ts
|
|
4903
|
-
declare const switchVariants:
|
|
4902
|
+
declare const switchVariants: tailwind_variants1.TVReturnType<{
|
|
4904
4903
|
size: {
|
|
4905
4904
|
lg: {
|
|
4906
4905
|
root: string;
|
|
@@ -4930,7 +4929,7 @@ declare const switchVariants: tailwind_variants0.TVReturnType<{
|
|
|
4930
4929
|
}, {
|
|
4931
4930
|
root: string;
|
|
4932
4931
|
thumb: string;
|
|
4933
|
-
},
|
|
4932
|
+
}, tailwind_variants1.TVReturnType<{
|
|
4934
4933
|
size: {
|
|
4935
4934
|
lg: {
|
|
4936
4935
|
root: string;
|
|
@@ -4954,31 +4953,31 @@ declare const SwitchRoot: ({
|
|
|
4954
4953
|
className,
|
|
4955
4954
|
size,
|
|
4956
4955
|
...props
|
|
4957
|
-
}: SwitchProps) =>
|
|
4956
|
+
}: SwitchProps) => react_jsx_runtime284.JSX.Element;
|
|
4958
4957
|
declare const SwitchThumb: ({
|
|
4959
4958
|
className,
|
|
4960
4959
|
...props
|
|
4961
|
-
}: Switch$1.Thumb.Props) =>
|
|
4960
|
+
}: Switch$1.Thumb.Props) => react_jsx_runtime284.JSX.Element;
|
|
4962
4961
|
//#endregion
|
|
4963
4962
|
//#region src/components/switch/index.d.ts
|
|
4964
4963
|
declare const Switch: (({
|
|
4965
4964
|
className,
|
|
4966
4965
|
size,
|
|
4967
4966
|
...props
|
|
4968
|
-
}: SwitchProps) =>
|
|
4967
|
+
}: SwitchProps) => react_jsx_runtime284.JSX.Element) & {
|
|
4969
4968
|
Root: ({
|
|
4970
4969
|
className,
|
|
4971
4970
|
size,
|
|
4972
4971
|
...props
|
|
4973
|
-
}: SwitchProps) =>
|
|
4972
|
+
}: SwitchProps) => react_jsx_runtime284.JSX.Element;
|
|
4974
4973
|
Thumb: ({
|
|
4975
4974
|
className,
|
|
4976
4975
|
...props
|
|
4977
|
-
}: _base_ui_react0.SwitchThumb.Props) =>
|
|
4976
|
+
}: _base_ui_react0.SwitchThumb.Props) => react_jsx_runtime284.JSX.Element;
|
|
4978
4977
|
};
|
|
4979
4978
|
//#endregion
|
|
4980
4979
|
//#region src/components/table/table.variants.d.ts
|
|
4981
|
-
declare const tableVariants:
|
|
4980
|
+
declare const tableVariants: tailwind_variants1.TVReturnType<{
|
|
4982
4981
|
[key: string]: {
|
|
4983
4982
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
4984
4983
|
root?: tailwind_merge0.ClassNameValue;
|
|
@@ -5030,7 +5029,7 @@ declare const tableVariants: tailwind_variants0.TVReturnType<{
|
|
|
5030
5029
|
th: string;
|
|
5031
5030
|
thead: string;
|
|
5032
5031
|
tr: string;
|
|
5033
|
-
},
|
|
5032
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
5034
5033
|
root: string;
|
|
5035
5034
|
tbody: string;
|
|
5036
5035
|
td: string;
|
|
@@ -5046,81 +5045,81 @@ interface TableProps extends TableVariants, React.ComponentProps<"table"> {}
|
|
|
5046
5045
|
declare const TableRoot: ({
|
|
5047
5046
|
className,
|
|
5048
5047
|
...props
|
|
5049
|
-
}: TableProps) =>
|
|
5048
|
+
}: TableProps) => react_jsx_runtime284.JSX.Element;
|
|
5050
5049
|
interface TableHeadProps extends React.ComponentProps<"thead"> {}
|
|
5051
5050
|
declare const TableHead: ({
|
|
5052
5051
|
className,
|
|
5053
5052
|
...props
|
|
5054
|
-
}: TableHeadProps) =>
|
|
5053
|
+
}: TableHeadProps) => react_jsx_runtime284.JSX.Element;
|
|
5055
5054
|
interface TableRowProps extends React.ComponentProps<"tr"> {}
|
|
5056
5055
|
declare const TableRow: ({
|
|
5057
5056
|
className,
|
|
5058
5057
|
...props
|
|
5059
|
-
}: TableRowProps) =>
|
|
5058
|
+
}: TableRowProps) => react_jsx_runtime284.JSX.Element;
|
|
5060
5059
|
interface TableHeaderCellProps extends React.ComponentProps<"th"> {}
|
|
5061
5060
|
declare const TableHeaderCell: ({
|
|
5062
5061
|
className,
|
|
5063
5062
|
...props
|
|
5064
|
-
}: TableHeaderCellProps) =>
|
|
5063
|
+
}: TableHeaderCellProps) => react_jsx_runtime284.JSX.Element;
|
|
5065
5064
|
interface TableBodyProps extends React.ComponentProps<"tbody"> {}
|
|
5066
5065
|
declare const TableBody: ({
|
|
5067
5066
|
className,
|
|
5068
5067
|
...props
|
|
5069
|
-
}: TableBodyProps) =>
|
|
5068
|
+
}: TableBodyProps) => react_jsx_runtime284.JSX.Element;
|
|
5070
5069
|
interface TableDataCellProps extends React.ComponentProps<"td"> {}
|
|
5071
5070
|
declare const TableDataCell: ({
|
|
5072
5071
|
className,
|
|
5073
5072
|
...props
|
|
5074
|
-
}: TableDataCellProps) =>
|
|
5073
|
+
}: TableDataCellProps) => react_jsx_runtime284.JSX.Element;
|
|
5075
5074
|
interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
|
|
5076
5075
|
declare const TableFooter: ({
|
|
5077
5076
|
className,
|
|
5078
5077
|
...props
|
|
5079
|
-
}: TableFooterProps) =>
|
|
5078
|
+
}: TableFooterProps) => react_jsx_runtime284.JSX.Element;
|
|
5080
5079
|
//#endregion
|
|
5081
5080
|
//#region src/components/table/index.d.ts
|
|
5082
5081
|
declare const Table: (({
|
|
5083
5082
|
className,
|
|
5084
5083
|
...props
|
|
5085
|
-
}: TableProps) =>
|
|
5084
|
+
}: TableProps) => react_jsx_runtime284.JSX.Element) & {
|
|
5086
5085
|
Body: ({
|
|
5087
5086
|
className,
|
|
5088
5087
|
...props
|
|
5089
|
-
}: TableBodyProps) =>
|
|
5088
|
+
}: TableBodyProps) => react_jsx_runtime284.JSX.Element;
|
|
5090
5089
|
DataCell: ({
|
|
5091
5090
|
className,
|
|
5092
5091
|
...props
|
|
5093
|
-
}: TableDataCellProps) =>
|
|
5092
|
+
}: TableDataCellProps) => react_jsx_runtime284.JSX.Element;
|
|
5094
5093
|
Footer: ({
|
|
5095
5094
|
className,
|
|
5096
5095
|
...props
|
|
5097
|
-
}: TableFooterProps) =>
|
|
5096
|
+
}: TableFooterProps) => react_jsx_runtime284.JSX.Element;
|
|
5098
5097
|
Head: ({
|
|
5099
5098
|
className,
|
|
5100
5099
|
...props
|
|
5101
|
-
}: TableHeadProps) =>
|
|
5100
|
+
}: TableHeadProps) => react_jsx_runtime284.JSX.Element;
|
|
5102
5101
|
HeaderCell: ({
|
|
5103
5102
|
className,
|
|
5104
5103
|
...props
|
|
5105
|
-
}: TableHeaderCellProps) =>
|
|
5104
|
+
}: TableHeaderCellProps) => react_jsx_runtime284.JSX.Element;
|
|
5106
5105
|
Root: ({
|
|
5107
5106
|
className,
|
|
5108
5107
|
...props
|
|
5109
|
-
}: TableProps) =>
|
|
5108
|
+
}: TableProps) => react_jsx_runtime284.JSX.Element;
|
|
5110
5109
|
Row: ({
|
|
5111
5110
|
className,
|
|
5112
5111
|
...props
|
|
5113
|
-
}: TableRowProps) =>
|
|
5112
|
+
}: TableRowProps) => react_jsx_runtime284.JSX.Element;
|
|
5114
5113
|
};
|
|
5115
5114
|
//#endregion
|
|
5116
5115
|
//#region src/components/tabs/tabs.variants.d.ts
|
|
5117
|
-
declare const tabsVariants:
|
|
5116
|
+
declare const tabsVariants: tailwind_variants1.TVReturnType<{
|
|
5118
5117
|
[key: string]: {
|
|
5119
5118
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
5120
5119
|
panel?: tailwind_merge0.ClassNameValue;
|
|
5121
5120
|
root?: tailwind_merge0.ClassNameValue;
|
|
5122
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
5123
5121
|
indicator?: tailwind_merge0.ClassNameValue;
|
|
5122
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
5124
5123
|
tab?: tailwind_merge0.ClassNameValue;
|
|
5125
5124
|
};
|
|
5126
5125
|
};
|
|
@@ -5129,8 +5128,8 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
5129
5128
|
[x: string]: tailwind_merge0.ClassNameValue | {
|
|
5130
5129
|
panel?: tailwind_merge0.ClassNameValue;
|
|
5131
5130
|
root?: tailwind_merge0.ClassNameValue;
|
|
5132
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
5133
5131
|
indicator?: tailwind_merge0.ClassNameValue;
|
|
5132
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
5134
5133
|
tab?: tailwind_merge0.ClassNameValue;
|
|
5135
5134
|
};
|
|
5136
5135
|
};
|
|
@@ -5145,8 +5144,8 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
5145
5144
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
5146
5145
|
panel?: tailwind_merge0.ClassNameValue;
|
|
5147
5146
|
root?: tailwind_merge0.ClassNameValue;
|
|
5148
|
-
list?: tailwind_merge0.ClassNameValue;
|
|
5149
5147
|
indicator?: tailwind_merge0.ClassNameValue;
|
|
5148
|
+
list?: tailwind_merge0.ClassNameValue;
|
|
5150
5149
|
tab?: tailwind_merge0.ClassNameValue;
|
|
5151
5150
|
};
|
|
5152
5151
|
};
|
|
@@ -5156,7 +5155,7 @@ declare const tabsVariants: tailwind_variants0.TVReturnType<{
|
|
|
5156
5155
|
panel: string;
|
|
5157
5156
|
root: string;
|
|
5158
5157
|
tab: string;
|
|
5159
|
-
},
|
|
5158
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
5160
5159
|
indicator: string;
|
|
5161
5160
|
list: string;
|
|
5162
5161
|
panel: string;
|
|
@@ -5170,57 +5169,57 @@ interface TabsProps extends TabsVariants, Tabs$1.Root.Props {}
|
|
|
5170
5169
|
declare const TabsRoot: ({
|
|
5171
5170
|
className,
|
|
5172
5171
|
...props
|
|
5173
|
-
}: TabsProps) =>
|
|
5172
|
+
}: TabsProps) => react_jsx_runtime284.JSX.Element;
|
|
5174
5173
|
interface TabsListProps extends Tabs$1.List.Props {}
|
|
5175
5174
|
declare const TabsList: ({
|
|
5176
5175
|
className,
|
|
5177
5176
|
...props
|
|
5178
|
-
}: TabsListProps) =>
|
|
5177
|
+
}: TabsListProps) => react_jsx_runtime284.JSX.Element;
|
|
5179
5178
|
interface TabsTabProps extends Tabs$1.Tab.Props {}
|
|
5180
5179
|
declare const TabsTab: ({
|
|
5181
5180
|
className,
|
|
5182
5181
|
...props
|
|
5183
|
-
}: TabsTabProps) =>
|
|
5182
|
+
}: TabsTabProps) => react_jsx_runtime284.JSX.Element;
|
|
5184
5183
|
interface TabsIndicatorProps extends Tabs$1.Indicator.Props {}
|
|
5185
5184
|
declare const TabsIndicator: ({
|
|
5186
5185
|
className,
|
|
5187
5186
|
...props
|
|
5188
|
-
}: TabsIndicatorProps) =>
|
|
5187
|
+
}: TabsIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
5189
5188
|
interface TabsPanelProps extends Tabs$1.Panel.Props {}
|
|
5190
5189
|
declare const TabsPanel: ({
|
|
5191
5190
|
className,
|
|
5192
5191
|
...props
|
|
5193
|
-
}: TabsPanelProps) =>
|
|
5192
|
+
}: TabsPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
5194
5193
|
//#endregion
|
|
5195
5194
|
//#region src/components/tabs/index.d.ts
|
|
5196
5195
|
declare const Tabs: (({
|
|
5197
5196
|
className,
|
|
5198
5197
|
...props
|
|
5199
|
-
}: TabsProps) =>
|
|
5198
|
+
}: TabsProps) => react_jsx_runtime284.JSX.Element) & {
|
|
5200
5199
|
Indicator: ({
|
|
5201
5200
|
className,
|
|
5202
5201
|
...props
|
|
5203
|
-
}: TabsIndicatorProps) =>
|
|
5202
|
+
}: TabsIndicatorProps) => react_jsx_runtime284.JSX.Element;
|
|
5204
5203
|
List: ({
|
|
5205
5204
|
className,
|
|
5206
5205
|
...props
|
|
5207
|
-
}: TabsListProps) =>
|
|
5206
|
+
}: TabsListProps) => react_jsx_runtime284.JSX.Element;
|
|
5208
5207
|
Panel: ({
|
|
5209
5208
|
className,
|
|
5210
5209
|
...props
|
|
5211
|
-
}: TabsPanelProps) =>
|
|
5210
|
+
}: TabsPanelProps) => react_jsx_runtime284.JSX.Element;
|
|
5212
5211
|
Root: ({
|
|
5213
5212
|
className,
|
|
5214
5213
|
...props
|
|
5215
|
-
}: TabsProps) =>
|
|
5214
|
+
}: TabsProps) => react_jsx_runtime284.JSX.Element;
|
|
5216
5215
|
Tab: ({
|
|
5217
5216
|
className,
|
|
5218
5217
|
...props
|
|
5219
|
-
}: TabsTabProps) =>
|
|
5218
|
+
}: TabsTabProps) => react_jsx_runtime284.JSX.Element;
|
|
5220
5219
|
};
|
|
5221
5220
|
//#endregion
|
|
5222
5221
|
//#region src/components/toggle-button/toggle-button.variants.d.ts
|
|
5223
|
-
declare const toggleButtonVariants:
|
|
5222
|
+
declare const toggleButtonVariants: tailwind_variants1.TVReturnType<{} | {
|
|
5224
5223
|
isIconOnly: {
|
|
5225
5224
|
true: tailwind_merge0.ClassNameValue | {
|
|
5226
5225
|
base?: tailwind_merge0.ClassNameValue;
|
|
@@ -5270,7 +5269,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
5270
5269
|
primary: string;
|
|
5271
5270
|
secondary: string;
|
|
5272
5271
|
};
|
|
5273
|
-
}, undefined,
|
|
5272
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
5274
5273
|
isIconOnly: {
|
|
5275
5274
|
true: string;
|
|
5276
5275
|
};
|
|
@@ -5302,7 +5301,7 @@ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
|
|
|
5302
5301
|
primary: string;
|
|
5303
5302
|
secondary: string;
|
|
5304
5303
|
};
|
|
5305
|
-
}, undefined,
|
|
5304
|
+
}, undefined, tailwind_variants1.TVReturnType<{
|
|
5306
5305
|
isIconOnly: {
|
|
5307
5306
|
true: string;
|
|
5308
5307
|
};
|
|
@@ -5328,17 +5327,17 @@ declare const ToggleButton: ({
|
|
|
5328
5327
|
variant,
|
|
5329
5328
|
size,
|
|
5330
5329
|
...props
|
|
5331
|
-
}: ToggleButtonProps) =>
|
|
5330
|
+
}: ToggleButtonProps) => react_jsx_runtime284.JSX.Element;
|
|
5332
5331
|
//#endregion
|
|
5333
5332
|
//#region src/components/tooltip/tooltip.variants.d.ts
|
|
5334
|
-
declare const tooltipVariants:
|
|
5333
|
+
declare const tooltipVariants: tailwind_variants1.TVReturnType<{
|
|
5335
5334
|
[key: string]: {
|
|
5336
5335
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
5337
5336
|
root?: tailwind_merge0.ClassNameValue;
|
|
5338
5337
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
5338
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
5339
5339
|
portal?: tailwind_merge0.ClassNameValue;
|
|
5340
5340
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
5341
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
5342
5341
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
5343
5342
|
};
|
|
5344
5343
|
};
|
|
@@ -5347,9 +5346,9 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
|
|
|
5347
5346
|
[x: string]: tailwind_merge0.ClassNameValue | {
|
|
5348
5347
|
root?: tailwind_merge0.ClassNameValue;
|
|
5349
5348
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
5349
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
5350
5350
|
portal?: tailwind_merge0.ClassNameValue;
|
|
5351
5351
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
5352
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
5353
5352
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
5354
5353
|
};
|
|
5355
5354
|
};
|
|
@@ -5365,9 +5364,9 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
|
|
|
5365
5364
|
[key: string]: tailwind_merge0.ClassNameValue | {
|
|
5366
5365
|
root?: tailwind_merge0.ClassNameValue;
|
|
5367
5366
|
trigger?: tailwind_merge0.ClassNameValue;
|
|
5367
|
+
popup?: tailwind_merge0.ClassNameValue;
|
|
5368
5368
|
portal?: tailwind_merge0.ClassNameValue;
|
|
5369
5369
|
positioner?: tailwind_merge0.ClassNameValue;
|
|
5370
|
-
popup?: tailwind_merge0.ClassNameValue;
|
|
5371
5370
|
arrow?: tailwind_merge0.ClassNameValue;
|
|
5372
5371
|
};
|
|
5373
5372
|
};
|
|
@@ -5378,7 +5377,7 @@ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
|
|
|
5378
5377
|
positioner: string;
|
|
5379
5378
|
root: string;
|
|
5380
5379
|
trigger: string;
|
|
5381
|
-
},
|
|
5380
|
+
}, tailwind_variants1.TVReturnType<unknown, {
|
|
5382
5381
|
arrow: string;
|
|
5383
5382
|
popup: string;
|
|
5384
5383
|
portal: string;
|
|
@@ -5392,60 +5391,60 @@ type TooltipVariants = VariantProps<typeof tooltipVariants>;
|
|
|
5392
5391
|
interface TooltipProps extends TooltipVariants, Tooltip$1.Root.Props {}
|
|
5393
5392
|
declare const TooltipRoot: ({
|
|
5394
5393
|
...props
|
|
5395
|
-
}: TooltipProps) =>
|
|
5394
|
+
}: TooltipProps) => react_jsx_runtime284.JSX.Element;
|
|
5396
5395
|
interface TooltipTriggerProps extends Tooltip$1.Trigger.Props {}
|
|
5397
5396
|
declare const TooltipTrigger: ({
|
|
5398
5397
|
className,
|
|
5399
5398
|
...props
|
|
5400
|
-
}: TooltipTriggerProps) =>
|
|
5399
|
+
}: TooltipTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
5401
5400
|
interface TooltipPortalProps extends Tooltip$1.Portal.Props {}
|
|
5402
5401
|
declare const TooltipPortal: ({
|
|
5403
5402
|
className,
|
|
5404
5403
|
...props
|
|
5405
|
-
}: TooltipPortalProps) =>
|
|
5404
|
+
}: TooltipPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
5406
5405
|
interface TooltipPositionerProps extends Tooltip$1.Positioner.Props {}
|
|
5407
5406
|
declare const TooltipPositioner: ({
|
|
5408
5407
|
className,
|
|
5409
5408
|
...props
|
|
5410
|
-
}: TooltipPositionerProps) =>
|
|
5409
|
+
}: TooltipPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
5411
5410
|
interface TooltipPopupProps extends Tooltip$1.Popup.Props {}
|
|
5412
5411
|
declare const TooltipPopup: ({
|
|
5413
5412
|
className,
|
|
5414
5413
|
...props
|
|
5415
|
-
}: TooltipPopupProps) =>
|
|
5414
|
+
}: TooltipPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
5416
5415
|
interface TooltipArrowProps extends Tooltip$1.Arrow.Props {}
|
|
5417
5416
|
declare const TooltipArrow: ({
|
|
5418
5417
|
className,
|
|
5419
5418
|
...props
|
|
5420
|
-
}: TooltipArrowProps) =>
|
|
5419
|
+
}: TooltipArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
5421
5420
|
//#endregion
|
|
5422
5421
|
//#region src/components/tooltip/index.d.ts
|
|
5423
5422
|
declare const Tooltip: (({
|
|
5424
5423
|
...props
|
|
5425
|
-
}: TooltipProps) =>
|
|
5424
|
+
}: TooltipProps) => react_jsx_runtime284.JSX.Element) & {
|
|
5426
5425
|
Arrow: ({
|
|
5427
5426
|
className,
|
|
5428
5427
|
...props
|
|
5429
|
-
}: TooltipArrowProps) =>
|
|
5428
|
+
}: TooltipArrowProps) => react_jsx_runtime284.JSX.Element;
|
|
5430
5429
|
Popup: ({
|
|
5431
5430
|
className,
|
|
5432
5431
|
...props
|
|
5433
|
-
}: TooltipPopupProps) =>
|
|
5432
|
+
}: TooltipPopupProps) => react_jsx_runtime284.JSX.Element;
|
|
5434
5433
|
Portal: ({
|
|
5435
5434
|
className,
|
|
5436
5435
|
...props
|
|
5437
|
-
}: TooltipPortalProps) =>
|
|
5436
|
+
}: TooltipPortalProps) => react_jsx_runtime284.JSX.Element;
|
|
5438
5437
|
Positioner: ({
|
|
5439
5438
|
className,
|
|
5440
5439
|
...props
|
|
5441
|
-
}: TooltipPositionerProps) =>
|
|
5440
|
+
}: TooltipPositionerProps) => react_jsx_runtime284.JSX.Element;
|
|
5442
5441
|
Root: ({
|
|
5443
5442
|
...props
|
|
5444
|
-
}: TooltipProps) =>
|
|
5443
|
+
}: TooltipProps) => react_jsx_runtime284.JSX.Element;
|
|
5445
5444
|
Trigger: ({
|
|
5446
5445
|
className,
|
|
5447
5446
|
...props
|
|
5448
|
-
}: TooltipTriggerProps) =>
|
|
5447
|
+
}: TooltipTriggerProps) => react_jsx_runtime284.JSX.Element;
|
|
5449
5448
|
};
|
|
5450
5449
|
//#endregion
|
|
5451
5450
|
export { Accordion, AccordionContent, AccordionContentProps, AccordionHeader, AccordionHeaderProps, AccordionItem, AccordionItemProps, AccordionPanel, AccordionPanelProps, AccordionProps, AccordionRoot, AccordionTrigger, AccordionTriggerIcon, AccordionTriggerIconProps, AccordionTriggerProps, type AccordionVariants, Alert, AlertContent, type AlertContentProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogBackdrop, AlertDialogBackdropProps, AlertDialogClose, AlertDialogCloseProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogPopup, AlertDialogPopupProps, AlertDialogPortal, AlertDialogPortalProps, AlertDialogProps, AlertDialogRoot, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps, type AlertDialogVariants, AlertDialogViewport, AlertDialogViewportProps, AlertIndicator, type AlertIndicatorProps, type AlertProps, AlertRoot, AlertTitle, type AlertTitleProps, type AlertVariants, Autocomplete, AutocompleteArrow, AutocompleteArrowProps, AutocompleteBackdrop, AutocompleteBackdropProps, AutocompleteClear, AutocompleteClearProps, AutocompleteEmpty, AutocompleteEmptyProps, AutocompleteGroup, AutocompleteGroupLabel, AutocompleteGroupLabelProps, AutocompleteGroupProps, AutocompleteIcon, AutocompleteIconProps, AutocompleteInput, AutocompleteInputProps, AutocompleteItem, AutocompleteItemProps, AutocompleteList, AutocompleteListProps, AutocompletePopup, AutocompletePopupProps, AutocompletePortal, AutocompletePortalProps, AutocompletePositioner, AutocompletePositionerProps, AutocompleteProps, AutocompleteRoot, AutocompleteRow, AutocompleteRowProps, AutocompleteSeparator, AutocompleteSeparatorProps, AutocompleteStatus, AutocompleteStatusProps, AutocompleteTrigger, AutocompleteTriggerProps, AutocompleteValue, AutocompleteValueProps, type AutocompleteVariants, Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarRoot, type AvatarVariants, Button, ButtonGroup, ButtonGroupProps, type ButtonGroupVariants, ButtonProps, type ButtonVariants, Card, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooterProps, CardHeader, CardHeaderProps, CardRoot, CardRootProps, CardTitle, type CardVariants, Checkbox, CheckboxGroup, CheckboxGroupProps, type CheckboxGroupVariants, CheckboxIndicator, CheckboxIndicatorProps, CheckboxProps, CheckboxRoot, type CheckboxVariants, Chip, ChipProps, type ChipVariants, Collapsible, CollapsibleContent, CollapsibleContentProps, CollapsiblePanel, CollapsiblePanelProps, CollapsibleProps, CollapsibleRoot, CollapsibleTrigger, CollapsibleTriggerIcon, CollapsibleTriggerIconProps, CollapsibleTriggerProps, type CollapsibleVariants, Combobox, ComboboxArrow, ComboboxArrowProps, ComboboxBackdrop, ComboboxBackdropProps, ComboboxChip, ComboboxChipProps, ComboboxChipRemove, ComboboxChipRemoveProps, ComboboxChips, ComboboxChipsProps, ComboboxClear, ComboboxClearProps, ComboboxEmpty, ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxInput, ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxList, ComboboxListProps, ComboboxPopup, ComboboxPopupProps, ComboboxPortal, ComboboxPortalProps, ComboboxPositioner, ComboboxPositionerProps, ComboboxProps, ComboboxRoot, ComboboxRow, ComboboxRowProps, ComboboxSeparator, ComboboxSeparatorProps, ComboboxStatus, ComboboxStatusProps, ComboboxTrigger, ComboboxTriggerProps, ComboboxValue, ComboboxValueProps, type ComboboxVariants, Container, ContainerProps, type ContainerVariants, ContextMenu, ContextMenuArrow, ContextMenuArrowProps, ContextMenuBackdrop, ContextMenuBackdropProps, ContextMenuGroup, ContextMenuGroupLabel, ContextMenuGroupLabelProps, ContextMenuGroupProps, ContextMenuItem, ContextMenuItemProps, ContextMenuPopup, ContextMenuPopupProps, ContextMenuPortal, ContextMenuPortalProps, ContextMenuPositioner, ContextMenuPositionerProps, ContextMenuProps, ContextMenuRoot, ContextMenuSeparator, ContextMenuSeparatorProps, ContextMenuSubmenu, ContextMenuSubmenuProps, ContextMenuSubmenuTrigger, ContextMenuSubmenuTriggerProps, ContextMenuTrigger, ContextMenuTriggerProps, type ContextMenuVariants, Dialog, DialogBackdrop, DialogBackdropProps, DialogClose, DialogCloseProps, DialogDescription, DialogDescriptionProps, DialogPopup, DialogPopupProps, DialogPortal, DialogPortalProps, DialogProps, DialogRoot, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps, type DialogVariants, DialogViewport, DialogViewportProps, Drawer, DrawerBackdrop, DrawerBackdropProps, DrawerClose, DrawerCloseProps, DrawerDescription, DrawerDescriptionProps, DrawerPopup, DrawerPopupProps, DrawerPortal, DrawerPortalProps, DrawerProps, DrawerRoot, DrawerTitle, DrawerTitleProps, DrawerTrigger, DrawerTriggerProps, type DrawerVariants, DrawerViewport, DrawerViewportProps, Field, FieldControl, FieldControlProps, FieldDescription, FieldDescriptionProps, FieldError, FieldErrorProps, FieldLabel, FieldLabelProps, FieldRoot, FieldRootProps, type FieldVariants, Fieldset, FieldsetLegend, FieldsetLegendProps, FieldsetProps, FieldsetRoot, type FieldsetVariants, Form, FormProps, type FormVariants, IconButton, IconButtonProps, type IconButtonVariants, Input, InputProps, type InputVariants, Label, LabelProps, type LabelVariants, Link, LinkProps, type LinkVariants, List, ListItem, ListItemProps, ListProps, ListRoot, type ListVariants, Menu, MenuArrow, MenuArrowProps, MenuBackdrop, MenuBackdropProps, MenuCheckboxItem, MenuCheckboxItemProps, MenuGroup, MenuGroupLabel, MenuGroupLabelProps, MenuGroupProps, MenuItem, MenuItemProps, MenuPopup, MenuPopupProps, MenuPortal, MenuPortalProps, MenuPositioner, MenuPositionerProps, MenuProps, MenuRadioGroup, MenuRadioGroupProps, MenuRadioItem, MenuRadioItemProps, MenuRoot, MenuSeparator, MenuSeparatorProps, MenuSubmenu, MenuSubmenuProps, MenuSubmenuTrigger, MenuSubmenuTriggerProps, MenuTrigger, MenuTriggerProps, type MenuVariants, Meter, MeterIndicator, MeterIndicatorProps, MeterLabel, MeterLabelProps, MeterProps, MeterRoot, MeterTrack, MeterTrackProps, MeterValue, MeterValueProps, type MeterVariants, Navbar, NavbarContainer, NavbarContainerProps, NavbarContent, NavbarContentProps, NavbarList, NavbarListItem, NavbarListItemProps, NavbarListProps, NavbarMenu, NavbarMenuItem, NavbarMenuItemProps, NavbarMenuProps, NavbarProps, NavbarRoot, NavbarToggle, NavbarToggleProps, type NavbarVariants, NavigationMenu, NavigationMenuArrow, NavigationMenuArrowProps, NavigationMenuBackdrop, NavigationMenuBackdropProps, NavigationMenuContent, NavigationMenuContentProps, NavigationMenuIcon, NavigationMenuIconProps, NavigationMenuItem, NavigationMenuItemProps, NavigationMenuLink, NavigationMenuLinkProps, NavigationMenuList, NavigationMenuListProps, NavigationMenuPopup, NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPortalProps, NavigationMenuPositioner, NavigationMenuPositionerProps, NavigationMenuProps, NavigationMenuRoot, NavigationMenuTrigger, NavigationMenuTriggerProps, type NavigationMenuVariants, NavigationMenuViewport, NavigationMenuViewportProps, NumberField, NumberFieldDecrement, NumberFieldDecrementProps, NumberFieldGroup, NumberFieldGroupProps, NumberFieldIncrement, NumberFieldIncrementProps, NumberFieldInput, NumberFieldInputProps, NumberFieldProps, NumberFieldRoot, NumberFieldScrubArea, NumberFieldScrubAreaCursor, NumberFieldScrubAreaCursorProps, NumberFieldScrubAreaProps, type NumberFieldVariants, Popover, PopoverArrow, PopoverArrowProps, PopoverBackdrop, PopoverBackdropProps, PopoverClose, PopoverCloseProps, PopoverDescription, PopoverDescriptionProps, PopoverPopup, PopoverPopupProps, PopoverPortal, PopoverPortalProps, PopoverPositioner, PopoverPositionerProps, PopoverProps, PopoverRoot, PopoverTitle, PopoverTitleProps, PopoverTrigger, PopoverTriggerProps, type PopoverVariants, PopoverViewport, PopoverViewportProps, PreviewCard, PreviewCardArrow, PreviewCardArrowProps, PreviewCardBackdrop, PreviewCardBackdropProps, PreviewCardPopup, PreviewCardPopupProps, PreviewCardPortal, PreviewCardPortalProps, PreviewCardPositioner, PreviewCardPositionerProps, PreviewCardProps, PreviewCardRoot, PreviewCardTrigger, PreviewCardTriggerProps, type PreviewCardVariants, Progress, ProgressIndicator, ProgressIndicatorProps, ProgressLabel, ProgressLabelProps, ProgressProps, ProgressRoot, ProgressTrack, ProgressTrackProps, ProgressValue, ProgressValueProps, type ProgressVariants, Radio, RadioGroup, RadioGroupProps, type RadioGroupVariants, RadioIndicator, RadioIndicatorProps, RadioProps, RadioRoot, type RadioVariants, ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaProps, ScrollAreaRoot, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, type ScrollAreaVariants, ScrollAreaViewport, ScrollAreaViewportProps, Select, SelectArrow, SelectArrowProps, SelectBackdrop, SelectBackdropProps, SelectGroup, SelectGroupLabel, SelectGroupLabelProps, SelectGroupProps, SelectIcon, SelectIconProps, SelectItem, SelectItemIndicator, SelectItemIndicatorProps, SelectItemProps, SelectItemText, SelectItemTextProps, SelectList, SelectListProps, SelectPopup, SelectPopupProps, SelectPortal, SelectPortalProps, SelectPositioner, SelectPositionerProps, SelectProps, SelectRoot, SelectSeparator, SelectSeparatorProps, SelectTrigger, SelectTriggerProps, SelectValue, SelectValueProps, type SelectVariants, Separator, SeparatorProps, type SeparatorVariants, Sidebar, SidebarContent, SidebarContentProps, SidebarFooter, SidebarFooterProps, SidebarHeader, SidebarHeaderProps, SidebarMenu, SidebarMenuItem, SidebarMenuItemProps, SidebarMenuLabel, SidebarMenuLabelProps, SidebarMenuProps, SidebarOutlet, SidebarOutletProps, SidebarPanel, SidebarPanelProps, SidebarProps, SidebarRoot, SidebarTrigger, SidebarTriggerProps, type SidebarVariants, Slider, SliderControl, SliderIndicator, SliderProps, SliderRoot, SliderThumb, SliderTrack, SliderValue, type SliderVariants, Spinner, SpinnerProps, type SpinnerVariants, Switch, SwitchProps, SwitchRoot, SwitchThumb, type SwitchVariants, Table, TableBody, TableBodyProps, TableDataCell, TableDataCellProps, TableFooter, TableFooterProps, TableHead, TableHeadProps, TableHeaderCell, TableHeaderCellProps, TableProps, TableRoot, TableRow, TableRowProps, type TableVariants, Tabs, TabsIndicator, TabsIndicatorProps, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsProps, TabsRoot, TabsTab, TabsTabProps, type TabsVariants, ToggleButton, ToggleButtonProps, type ToggleButtonVariants, Tooltip, TooltipArrow, TooltipArrowProps, TooltipPopup, TooltipPopupProps, TooltipPortal, TooltipPortalProps, TooltipPositioner, TooltipPositionerProps, TooltipProps, TooltipRoot, TooltipTrigger, TooltipTriggerProps, type TooltipVariants, accordionVariants, alertDialogVariants, alertVariants, autocompleteVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, collapsibleVariants, 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, tooltipVariants };
|