@fea-ui/react 0.0.0 → 0.0.1-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,37 +1,36 @@
1
- import * as tailwind_variants329 from "tailwind-variants";
1
+ import * as tailwind_variants0 from "tailwind-variants";
2
2
  import { VariantProps, cn } from "tailwind-variants";
3
- import * as _base_ui_react7 from "@base-ui/react";
4
- import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } from "@base-ui/react";
5
- import * as react15 from "react";
3
+ import * as _base_ui_react0 from "@base-ui/react";
4
+ import { Accordion, AlertDialog, Avatar, Button as Button$1, Checkbox, CheckboxGroup as CheckboxGroup$1, Collapsible, Combobox, Dialog, Field, Fieldset, Form as Form$1, Input as Input$1, Menu, Meter, NavigationMenu, Popover, Progress, Radio, RadioGroup as RadioGroup$1, Select, Separator as Separator$1, Slider, Switch, Tabs, Toast, ToggleProps, Tooltip } from "@base-ui/react";
5
+ import * as react0 from "react";
6
6
  import React$1 from "react";
7
- import * as react_jsx_runtime843 from "react/jsx-runtime";
8
- import { Slot } from "@radix-ui/react-slot";
9
- import * as tailwind_merge1871 from "tailwind-merge";
10
- import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite3 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
7
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
8
+ import * as tailwind_merge0 from "tailwind-merge";
9
+ import * as node_modules__base_ui_react_esm_utils_FloatingPortalLite0 from "node_modules/@base-ui/react/esm/utils/FloatingPortalLite";
11
10
 
12
11
  //#region src/components/accordion/accordion.variants.d.ts
13
- declare const accordionVariants: tailwind_variants329.TVReturnType<{
12
+ declare const accordionVariants: tailwind_variants0.TVReturnType<{
14
13
  [key: string]: {
15
- [key: string]: tailwind_merge1871.ClassNameValue | {
16
- content?: tailwind_merge1871.ClassNameValue;
17
- header?: tailwind_merge1871.ClassNameValue;
18
- item?: tailwind_merge1871.ClassNameValue;
19
- panel?: tailwind_merge1871.ClassNameValue;
20
- root?: tailwind_merge1871.ClassNameValue;
21
- trigger?: tailwind_merge1871.ClassNameValue;
22
- triggerIcon?: tailwind_merge1871.ClassNameValue;
14
+ [key: string]: tailwind_merge0.ClassNameValue | {
15
+ content?: tailwind_merge0.ClassNameValue;
16
+ root?: tailwind_merge0.ClassNameValue;
17
+ header?: tailwind_merge0.ClassNameValue;
18
+ trigger?: tailwind_merge0.ClassNameValue;
19
+ item?: tailwind_merge0.ClassNameValue;
20
+ panel?: tailwind_merge0.ClassNameValue;
21
+ triggerIcon?: tailwind_merge0.ClassNameValue;
23
22
  };
24
23
  };
25
24
  } | {
26
25
  [x: string]: {
27
- [x: string]: tailwind_merge1871.ClassNameValue | {
28
- content?: tailwind_merge1871.ClassNameValue;
29
- header?: tailwind_merge1871.ClassNameValue;
30
- item?: tailwind_merge1871.ClassNameValue;
31
- panel?: tailwind_merge1871.ClassNameValue;
32
- root?: tailwind_merge1871.ClassNameValue;
33
- trigger?: tailwind_merge1871.ClassNameValue;
34
- triggerIcon?: tailwind_merge1871.ClassNameValue;
26
+ [x: string]: tailwind_merge0.ClassNameValue | {
27
+ content?: tailwind_merge0.ClassNameValue;
28
+ root?: tailwind_merge0.ClassNameValue;
29
+ header?: tailwind_merge0.ClassNameValue;
30
+ trigger?: tailwind_merge0.ClassNameValue;
31
+ item?: tailwind_merge0.ClassNameValue;
32
+ panel?: tailwind_merge0.ClassNameValue;
33
+ triggerIcon?: tailwind_merge0.ClassNameValue;
35
34
  };
36
35
  };
37
36
  } | {}, {
@@ -44,14 +43,14 @@ declare const accordionVariants: tailwind_variants329.TVReturnType<{
44
43
  triggerIcon: string;
45
44
  }, undefined, {
46
45
  [key: string]: {
47
- [key: string]: tailwind_merge1871.ClassNameValue | {
48
- content?: tailwind_merge1871.ClassNameValue;
49
- header?: tailwind_merge1871.ClassNameValue;
50
- item?: tailwind_merge1871.ClassNameValue;
51
- panel?: tailwind_merge1871.ClassNameValue;
52
- root?: tailwind_merge1871.ClassNameValue;
53
- trigger?: tailwind_merge1871.ClassNameValue;
54
- triggerIcon?: tailwind_merge1871.ClassNameValue;
46
+ [key: string]: tailwind_merge0.ClassNameValue | {
47
+ content?: tailwind_merge0.ClassNameValue;
48
+ root?: tailwind_merge0.ClassNameValue;
49
+ header?: tailwind_merge0.ClassNameValue;
50
+ trigger?: tailwind_merge0.ClassNameValue;
51
+ item?: tailwind_merge0.ClassNameValue;
52
+ panel?: tailwind_merge0.ClassNameValue;
53
+ triggerIcon?: tailwind_merge0.ClassNameValue;
55
54
  };
56
55
  };
57
56
  } | {}, {
@@ -62,7 +61,7 @@ declare const accordionVariants: tailwind_variants329.TVReturnType<{
62
61
  root: string;
63
62
  trigger: string;
64
63
  triggerIcon: string;
65
- }, tailwind_variants329.TVReturnType<unknown, {
64
+ }, tailwind_variants0.TVReturnType<unknown, {
66
65
  content: string;
67
66
  header: string;
68
67
  item: string;
@@ -84,39 +83,39 @@ interface AccordionContentProps extends React.ComponentProps<"div"> {}
84
83
  declare const _default: (({
85
84
  className,
86
85
  ...props
87
- }: AccordionProps) => react_jsx_runtime843.JSX.Element) & {
86
+ }: AccordionProps) => react_jsx_runtime0.JSX.Element) & {
88
87
  Content: ({
89
88
  className,
90
89
  ...props
91
- }: AccordionContentProps) => react_jsx_runtime843.JSX.Element;
90
+ }: AccordionContentProps) => react_jsx_runtime0.JSX.Element;
92
91
  Header: ({
93
92
  className,
94
93
  ...props
95
- }: AccordionHeaderProps) => react_jsx_runtime843.JSX.Element;
94
+ }: AccordionHeaderProps) => react_jsx_runtime0.JSX.Element;
96
95
  Item: ({
97
96
  className,
98
97
  ...props
99
- }: AccordionItemProps) => react_jsx_runtime843.JSX.Element;
98
+ }: AccordionItemProps) => react_jsx_runtime0.JSX.Element;
100
99
  Panel: ({
101
100
  className,
102
101
  ...props
103
- }: AccordionPanelProps) => react_jsx_runtime843.JSX.Element;
102
+ }: AccordionPanelProps) => react_jsx_runtime0.JSX.Element;
104
103
  Root: ({
105
104
  className,
106
105
  ...props
107
- }: AccordionProps) => react_jsx_runtime843.JSX.Element;
106
+ }: AccordionProps) => react_jsx_runtime0.JSX.Element;
108
107
  Trigger: ({
109
108
  className,
110
109
  ...props
111
- }: AccordionTriggerProps) => react_jsx_runtime843.JSX.Element;
110
+ }: AccordionTriggerProps) => react_jsx_runtime0.JSX.Element;
112
111
  TriggerIcon: ({
113
112
  className,
114
113
  ...props
115
- }: AccordionTriggerIconProps) => react_jsx_runtime843.JSX.Element;
114
+ }: AccordionTriggerIconProps) => react_jsx_runtime0.JSX.Element;
116
115
  };
117
116
  //#endregion
118
117
  //#region src/components/alert/alert.variants.d.ts
119
- declare const alertVariants: tailwind_variants329.TVReturnType<{
118
+ declare const alertVariants: tailwind_variants0.TVReturnType<{
120
119
  variant: {
121
120
  danger: {
122
121
  root: string;
@@ -164,7 +163,7 @@ declare const alertVariants: tailwind_variants329.TVReturnType<{
164
163
  indicator: string;
165
164
  root: string;
166
165
  title: string;
167
- }, tailwind_variants329.TVReturnType<{
166
+ }, tailwind_variants0.TVReturnType<{
168
167
  variant: {
169
168
  danger: {
170
169
  root: string;
@@ -201,58 +200,58 @@ declare const _default$1: (({
201
200
  className,
202
201
  variant,
203
202
  ...props
204
- }: AlertProps) => react_jsx_runtime843.JSX.Element) & {
203
+ }: AlertProps) => react_jsx_runtime0.JSX.Element) & {
205
204
  Content: ({
206
205
  className,
207
206
  ...props
208
- }: AlertContentProps) => react_jsx_runtime843.JSX.Element;
207
+ }: AlertContentProps) => react_jsx_runtime0.JSX.Element;
209
208
  Description: ({
210
209
  className,
211
210
  ...props
212
- }: AlertDescriptionProps) => react_jsx_runtime843.JSX.Element;
211
+ }: AlertDescriptionProps) => react_jsx_runtime0.JSX.Element;
213
212
  Indicator: ({
214
213
  className,
215
214
  children,
216
215
  ...props
217
- }: AlertIndicatorProps) => react_jsx_runtime843.JSX.Element;
216
+ }: AlertIndicatorProps) => react_jsx_runtime0.JSX.Element;
218
217
  Root: ({
219
218
  className,
220
219
  variant,
221
220
  ...props
222
- }: AlertProps) => react_jsx_runtime843.JSX.Element;
221
+ }: AlertProps) => react_jsx_runtime0.JSX.Element;
223
222
  Title: ({
224
223
  className,
225
224
  ...props
226
- }: AlertTitleProps) => react_jsx_runtime843.JSX.Element;
225
+ }: AlertTitleProps) => react_jsx_runtime0.JSX.Element;
227
226
  };
228
227
  //#endregion
229
228
  //#region src/components/alert-dialog/alert-dialog.variants.d.ts
230
- declare const alertDialogVariants: tailwind_variants329.TVReturnType<{
229
+ declare const alertDialogVariants: tailwind_variants0.TVReturnType<{
231
230
  [key: string]: {
232
- [key: string]: tailwind_merge1871.ClassNameValue | {
233
- root?: tailwind_merge1871.ClassNameValue;
234
- trigger?: tailwind_merge1871.ClassNameValue;
235
- description?: tailwind_merge1871.ClassNameValue;
236
- title?: tailwind_merge1871.ClassNameValue;
237
- backdrop?: tailwind_merge1871.ClassNameValue;
238
- close?: tailwind_merge1871.ClassNameValue;
239
- popup?: tailwind_merge1871.ClassNameValue;
240
- portal?: tailwind_merge1871.ClassNameValue;
241
- viewport?: tailwind_merge1871.ClassNameValue;
231
+ [key: string]: tailwind_merge0.ClassNameValue | {
232
+ description?: tailwind_merge0.ClassNameValue;
233
+ root?: tailwind_merge0.ClassNameValue;
234
+ title?: tailwind_merge0.ClassNameValue;
235
+ backdrop?: tailwind_merge0.ClassNameValue;
236
+ close?: tailwind_merge0.ClassNameValue;
237
+ popup?: tailwind_merge0.ClassNameValue;
238
+ portal?: tailwind_merge0.ClassNameValue;
239
+ trigger?: tailwind_merge0.ClassNameValue;
240
+ viewport?: tailwind_merge0.ClassNameValue;
242
241
  };
243
242
  };
244
243
  } | {
245
244
  [x: string]: {
246
- [x: string]: tailwind_merge1871.ClassNameValue | {
247
- root?: tailwind_merge1871.ClassNameValue;
248
- trigger?: tailwind_merge1871.ClassNameValue;
249
- description?: tailwind_merge1871.ClassNameValue;
250
- title?: tailwind_merge1871.ClassNameValue;
251
- backdrop?: tailwind_merge1871.ClassNameValue;
252
- close?: tailwind_merge1871.ClassNameValue;
253
- popup?: tailwind_merge1871.ClassNameValue;
254
- portal?: tailwind_merge1871.ClassNameValue;
255
- viewport?: tailwind_merge1871.ClassNameValue;
245
+ [x: string]: tailwind_merge0.ClassNameValue | {
246
+ description?: tailwind_merge0.ClassNameValue;
247
+ root?: tailwind_merge0.ClassNameValue;
248
+ title?: tailwind_merge0.ClassNameValue;
249
+ backdrop?: tailwind_merge0.ClassNameValue;
250
+ close?: tailwind_merge0.ClassNameValue;
251
+ popup?: tailwind_merge0.ClassNameValue;
252
+ portal?: tailwind_merge0.ClassNameValue;
253
+ trigger?: tailwind_merge0.ClassNameValue;
254
+ viewport?: tailwind_merge0.ClassNameValue;
256
255
  };
257
256
  };
258
257
  } | {}, {
@@ -267,16 +266,16 @@ declare const alertDialogVariants: tailwind_variants329.TVReturnType<{
267
266
  viewport: string;
268
267
  }, undefined, {
269
268
  [key: string]: {
270
- [key: string]: tailwind_merge1871.ClassNameValue | {
271
- root?: tailwind_merge1871.ClassNameValue;
272
- trigger?: tailwind_merge1871.ClassNameValue;
273
- description?: tailwind_merge1871.ClassNameValue;
274
- title?: tailwind_merge1871.ClassNameValue;
275
- backdrop?: tailwind_merge1871.ClassNameValue;
276
- close?: tailwind_merge1871.ClassNameValue;
277
- popup?: tailwind_merge1871.ClassNameValue;
278
- portal?: tailwind_merge1871.ClassNameValue;
279
- viewport?: tailwind_merge1871.ClassNameValue;
269
+ [key: string]: tailwind_merge0.ClassNameValue | {
270
+ description?: tailwind_merge0.ClassNameValue;
271
+ root?: tailwind_merge0.ClassNameValue;
272
+ title?: tailwind_merge0.ClassNameValue;
273
+ backdrop?: tailwind_merge0.ClassNameValue;
274
+ close?: tailwind_merge0.ClassNameValue;
275
+ popup?: tailwind_merge0.ClassNameValue;
276
+ portal?: tailwind_merge0.ClassNameValue;
277
+ trigger?: tailwind_merge0.ClassNameValue;
278
+ viewport?: tailwind_merge0.ClassNameValue;
280
279
  };
281
280
  };
282
281
  } | {}, {
@@ -289,7 +288,7 @@ declare const alertDialogVariants: tailwind_variants329.TVReturnType<{
289
288
  title: string;
290
289
  trigger: string;
291
290
  viewport: string;
292
- }, tailwind_variants329.TVReturnType<unknown, {
291
+ }, tailwind_variants0.TVReturnType<unknown, {
293
292
  backdrop: string;
294
293
  close: string;
295
294
  description: string;
@@ -314,47 +313,47 @@ interface AlertDialogDescriptionProps extends AlertDialog.Description.Props {}
314
313
  interface AlertDialogCloseProps extends AlertDialog.Close.Props {}
315
314
  declare const _default$2: (({
316
315
  ...props
317
- }: AlertDialogProps) => react_jsx_runtime843.JSX.Element) & {
316
+ }: AlertDialogProps) => react_jsx_runtime0.JSX.Element) & {
318
317
  Backdrop: ({
319
318
  className,
320
319
  ...props
321
- }: AlertDialogBackdropProps) => react_jsx_runtime843.JSX.Element;
320
+ }: AlertDialogBackdropProps) => react_jsx_runtime0.JSX.Element;
322
321
  Close: ({
323
322
  className,
324
323
  children,
325
324
  ...props
326
- }: AlertDialogCloseProps) => react_jsx_runtime843.JSX.Element;
325
+ }: AlertDialogCloseProps) => react_jsx_runtime0.JSX.Element;
327
326
  Description: ({
328
327
  className,
329
328
  ...props
330
- }: AlertDialogDescriptionProps) => react_jsx_runtime843.JSX.Element;
329
+ }: AlertDialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
331
330
  Popup: ({
332
331
  className,
333
332
  ...props
334
- }: AlertDialogPopupProps) => react_jsx_runtime843.JSX.Element;
333
+ }: AlertDialogPopupProps) => react_jsx_runtime0.JSX.Element;
335
334
  Portal: ({
336
335
  className,
337
336
  ...props
338
- }: AlertDialogPortalProps) => react_jsx_runtime843.JSX.Element;
337
+ }: AlertDialogPortalProps) => react_jsx_runtime0.JSX.Element;
339
338
  Root: ({
340
339
  ...props
341
- }: AlertDialogProps) => react_jsx_runtime843.JSX.Element;
340
+ }: AlertDialogProps) => react_jsx_runtime0.JSX.Element;
342
341
  Title: ({
343
342
  className,
344
343
  ...props
345
- }: AlertDialogTitleProps) => react_jsx_runtime843.JSX.Element;
344
+ }: AlertDialogTitleProps) => react_jsx_runtime0.JSX.Element;
346
345
  Trigger: ({
347
346
  className,
348
347
  ...props
349
- }: AlertDialogTriggerProps) => react_jsx_runtime843.JSX.Element;
348
+ }: AlertDialogTriggerProps) => react_jsx_runtime0.JSX.Element;
350
349
  Viewport: ({
351
350
  className,
352
351
  ...props
353
- }: AlertDialogViewportProps) => react_jsx_runtime843.JSX.Element;
352
+ }: AlertDialogViewportProps) => react_jsx_runtime0.JSX.Element;
354
353
  };
355
354
  //#endregion
356
355
  //#region src/components/avatar/avatar.variants.d.ts
357
- declare const avatarVariants: tailwind_variants329.TVReturnType<{
356
+ declare const avatarVariants: tailwind_variants0.TVReturnType<{
358
357
  size: {
359
358
  lg: {
360
359
  root: string;
@@ -386,7 +385,7 @@ declare const avatarVariants: tailwind_variants329.TVReturnType<{
386
385
  fallback: string;
387
386
  image: string;
388
387
  root: string;
389
- }, tailwind_variants329.TVReturnType<{
388
+ }, tailwind_variants0.TVReturnType<{
390
389
  size: {
391
390
  lg: {
392
391
  root: string;
@@ -413,24 +412,24 @@ declare const _default$3: (({
413
412
  className,
414
413
  size,
415
414
  ...props
416
- }: AvatarProps) => react_jsx_runtime843.JSX.Element) & {
415
+ }: AvatarProps) => react_jsx_runtime0.JSX.Element) & {
417
416
  Fallback: ({
418
417
  className,
419
418
  ...props
420
- }: AvatarFallbackProps) => react_jsx_runtime843.JSX.Element;
419
+ }: AvatarFallbackProps) => react_jsx_runtime0.JSX.Element;
421
420
  Image: ({
422
421
  className,
423
422
  ...props
424
- }: AvatarImageProps) => react_jsx_runtime843.JSX.Element;
423
+ }: AvatarImageProps) => react_jsx_runtime0.JSX.Element;
425
424
  Root: ({
426
425
  className,
427
426
  size,
428
427
  ...props
429
- }: AvatarProps) => react_jsx_runtime843.JSX.Element;
428
+ }: AvatarProps) => react_jsx_runtime0.JSX.Element;
430
429
  };
431
430
  //#endregion
432
431
  //#region src/components/button/button.variants.d.ts
433
- declare const buttonVariants: tailwind_variants329.TVReturnType<{
432
+ declare const buttonVariants: tailwind_variants0.TVReturnType<{
434
433
  isIconOnly: {
435
434
  true: string;
436
435
  };
@@ -462,7 +461,7 @@ declare const buttonVariants: tailwind_variants329.TVReturnType<{
462
461
  primary: string;
463
462
  secondary: string;
464
463
  };
465
- }, undefined, tailwind_variants329.TVReturnType<{
464
+ }, undefined, tailwind_variants0.TVReturnType<{
466
465
  isIconOnly: {
467
466
  true: string;
468
467
  };
@@ -489,10 +488,10 @@ declare const Button: ({
489
488
  size,
490
489
  isIconOnly,
491
490
  ...props
492
- }: ButtonProps) => react_jsx_runtime843.JSX.Element;
491
+ }: ButtonProps) => react_jsx_runtime0.JSX.Element;
493
492
  //#endregion
494
493
  //#region src/components/button-group/button-group.variants.d.ts
495
- declare const buttonGroupVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
494
+ declare const buttonGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "button-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "button-group", unknown, unknown, undefined>>;
496
495
  type ButtonGroupVariants = VariantProps<typeof buttonGroupVariants>;
497
496
  //#endregion
498
497
  //#region src/components/button-group/button-group.d.ts
@@ -500,10 +499,10 @@ interface ButtonGroupProps extends ButtonGroupVariants, React.ComponentProps<"di
500
499
  declare const ButtonGroup: ({
501
500
  className,
502
501
  ...props
503
- }: ButtonGroupProps) => react_jsx_runtime843.JSX.Element;
502
+ }: ButtonGroupProps) => react_jsx_runtime0.JSX.Element;
504
503
  //#endregion
505
504
  //#region src/components/card/card.variants.d.ts
506
- declare const cardVariants: tailwind_variants329.TVReturnType<{
505
+ declare const cardVariants: tailwind_variants0.TVReturnType<{
507
506
  variant: {
508
507
  default: {
509
508
  root: string;
@@ -533,7 +532,7 @@ declare const cardVariants: tailwind_variants329.TVReturnType<{
533
532
  header: string;
534
533
  root: string;
535
534
  title: string;
536
- }, tailwind_variants329.TVReturnType<{
535
+ }, tailwind_variants0.TVReturnType<{
537
536
  variant: {
538
537
  default: {
539
538
  root: string;
@@ -562,43 +561,43 @@ declare const _default$4: (({
562
561
  className,
563
562
  variant,
564
563
  ...props
565
- }: CardProps) => react_jsx_runtime843.JSX.Element) & {
564
+ }: CardProps) => react_jsx_runtime0.JSX.Element) & {
566
565
  Content: ({
567
566
  className,
568
567
  ...props
569
- }: CardBodyProps) => react_jsx_runtime843.JSX.Element;
568
+ }: CardBodyProps) => react_jsx_runtime0.JSX.Element;
570
569
  Description: ({
571
570
  className,
572
571
  ...props
573
- }: CardDescriptionProps) => react_jsx_runtime843.JSX.Element;
572
+ }: CardDescriptionProps) => react_jsx_runtime0.JSX.Element;
574
573
  Header: ({
575
574
  className,
576
575
  ...props
577
- }: CardHeaderProps) => react_jsx_runtime843.JSX.Element;
576
+ }: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
578
577
  Root: ({
579
578
  className,
580
579
  variant,
581
580
  ...props
582
- }: CardProps) => react_jsx_runtime843.JSX.Element;
581
+ }: CardProps) => react_jsx_runtime0.JSX.Element;
583
582
  Title: ({
584
583
  className,
585
584
  ...props
586
- }: CardTitle) => react_jsx_runtime843.JSX.Element;
585
+ }: CardTitle) => react_jsx_runtime0.JSX.Element;
587
586
  };
588
587
  //#endregion
589
588
  //#region src/components/checkbox/checkbox.variants.d.ts
590
- declare const checkboxVariants: tailwind_variants329.TVReturnType<{
589
+ declare const checkboxVariants: tailwind_variants0.TVReturnType<{
591
590
  [key: string]: {
592
- [key: string]: tailwind_merge1871.ClassNameValue | {
593
- root?: tailwind_merge1871.ClassNameValue;
594
- indicator?: tailwind_merge1871.ClassNameValue;
591
+ [key: string]: tailwind_merge0.ClassNameValue | {
592
+ indicator?: tailwind_merge0.ClassNameValue;
593
+ root?: tailwind_merge0.ClassNameValue;
595
594
  };
596
595
  };
597
596
  } | {
598
597
  [x: string]: {
599
- [x: string]: tailwind_merge1871.ClassNameValue | {
600
- root?: tailwind_merge1871.ClassNameValue;
601
- indicator?: tailwind_merge1871.ClassNameValue;
598
+ [x: string]: tailwind_merge0.ClassNameValue | {
599
+ indicator?: tailwind_merge0.ClassNameValue;
600
+ root?: tailwind_merge0.ClassNameValue;
602
601
  };
603
602
  };
604
603
  } | {}, {
@@ -606,15 +605,15 @@ declare const checkboxVariants: tailwind_variants329.TVReturnType<{
606
605
  root: string;
607
606
  }, undefined, {
608
607
  [key: string]: {
609
- [key: string]: tailwind_merge1871.ClassNameValue | {
610
- root?: tailwind_merge1871.ClassNameValue;
611
- indicator?: tailwind_merge1871.ClassNameValue;
608
+ [key: string]: tailwind_merge0.ClassNameValue | {
609
+ indicator?: tailwind_merge0.ClassNameValue;
610
+ root?: tailwind_merge0.ClassNameValue;
612
611
  };
613
612
  };
614
613
  } | {}, {
615
614
  indicator: string;
616
615
  root: string;
617
- }, tailwind_variants329.TVReturnType<unknown, {
616
+ }, tailwind_variants0.TVReturnType<unknown, {
618
617
  indicator: string;
619
618
  root: string;
620
619
  }, undefined, unknown, unknown, undefined>>;
@@ -626,20 +625,20 @@ interface CheckboxIndicatorProps extends Checkbox.Indicator.Props {}
626
625
  declare const _default$5: (({
627
626
  className,
628
627
  ...props
629
- }: CheckboxProps) => react_jsx_runtime843.JSX.Element) & {
628
+ }: CheckboxProps) => react_jsx_runtime0.JSX.Element) & {
630
629
  Indicator: ({
631
630
  className,
632
631
  children,
633
632
  ...props
634
- }: CheckboxIndicatorProps) => react_jsx_runtime843.JSX.Element;
633
+ }: CheckboxIndicatorProps) => react_jsx_runtime0.JSX.Element;
635
634
  Root: ({
636
635
  className,
637
636
  ...props
638
- }: CheckboxProps) => react_jsx_runtime843.JSX.Element;
637
+ }: CheckboxProps) => react_jsx_runtime0.JSX.Element;
639
638
  };
640
639
  //#endregion
641
640
  //#region src/components/checkbox-group/checkbox-group.variants.d.ts
642
- declare const checkboxGroupVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
641
+ declare const checkboxGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "checkbox-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "checkbox-group", unknown, unknown, undefined>>;
643
642
  type CheckboxGroupVariants = VariantProps<typeof checkboxGroupVariants>;
644
643
  //#endregion
645
644
  //#region src/components/checkbox-group/checkbox-group.d.ts
@@ -647,10 +646,10 @@ interface CheckboxGroupProps extends CheckboxGroupVariants, CheckboxGroup$1.Prop
647
646
  declare const CheckboxGroup: ({
648
647
  className,
649
648
  ...props
650
- }: CheckboxGroupProps) => react_jsx_runtime843.JSX.Element;
649
+ }: CheckboxGroupProps) => react_jsx_runtime0.JSX.Element;
651
650
  //#endregion
652
651
  //#region src/components/chip/chip.variants.d.ts
653
- declare const chipVariants: tailwind_variants329.TVReturnType<{
652
+ declare const chipVariants: tailwind_variants0.TVReturnType<{
654
653
  size: {
655
654
  lg: string;
656
655
  md: string;
@@ -676,7 +675,7 @@ declare const chipVariants: tailwind_variants329.TVReturnType<{
676
675
  secondary: string;
677
676
  success: string;
678
677
  };
679
- }, undefined, tailwind_variants329.TVReturnType<{
678
+ }, undefined, tailwind_variants0.TVReturnType<{
680
679
  size: {
681
680
  lg: string;
682
681
  md: string;
@@ -699,27 +698,27 @@ declare const Chip: ({
699
698
  variant,
700
699
  size,
701
700
  ...props
702
- }: ChipProps) => react_jsx_runtime843.JSX.Element;
701
+ }: ChipProps) => react_jsx_runtime0.JSX.Element;
703
702
  //#endregion
704
703
  //#region src/components/collapsible/collapsible.variants.d.ts
705
- declare const collapsibleVariants: tailwind_variants329.TVReturnType<{
704
+ declare const collapsibleVariants: tailwind_variants0.TVReturnType<{
706
705
  [key: string]: {
707
- [key: string]: tailwind_merge1871.ClassNameValue | {
708
- content?: tailwind_merge1871.ClassNameValue;
709
- panel?: tailwind_merge1871.ClassNameValue;
710
- root?: tailwind_merge1871.ClassNameValue;
711
- trigger?: tailwind_merge1871.ClassNameValue;
712
- triggerIcon?: tailwind_merge1871.ClassNameValue;
706
+ [key: string]: tailwind_merge0.ClassNameValue | {
707
+ content?: tailwind_merge0.ClassNameValue;
708
+ root?: tailwind_merge0.ClassNameValue;
709
+ trigger?: tailwind_merge0.ClassNameValue;
710
+ panel?: tailwind_merge0.ClassNameValue;
711
+ triggerIcon?: tailwind_merge0.ClassNameValue;
713
712
  };
714
713
  };
715
714
  } | {
716
715
  [x: string]: {
717
- [x: string]: tailwind_merge1871.ClassNameValue | {
718
- content?: tailwind_merge1871.ClassNameValue;
719
- panel?: tailwind_merge1871.ClassNameValue;
720
- root?: tailwind_merge1871.ClassNameValue;
721
- trigger?: tailwind_merge1871.ClassNameValue;
722
- triggerIcon?: tailwind_merge1871.ClassNameValue;
716
+ [x: string]: tailwind_merge0.ClassNameValue | {
717
+ content?: tailwind_merge0.ClassNameValue;
718
+ root?: tailwind_merge0.ClassNameValue;
719
+ trigger?: tailwind_merge0.ClassNameValue;
720
+ panel?: tailwind_merge0.ClassNameValue;
721
+ triggerIcon?: tailwind_merge0.ClassNameValue;
723
722
  };
724
723
  };
725
724
  } | {}, {
@@ -730,12 +729,12 @@ declare const collapsibleVariants: tailwind_variants329.TVReturnType<{
730
729
  triggerIcon: string;
731
730
  }, undefined, {
732
731
  [key: string]: {
733
- [key: string]: tailwind_merge1871.ClassNameValue | {
734
- content?: tailwind_merge1871.ClassNameValue;
735
- panel?: tailwind_merge1871.ClassNameValue;
736
- root?: tailwind_merge1871.ClassNameValue;
737
- trigger?: tailwind_merge1871.ClassNameValue;
738
- triggerIcon?: tailwind_merge1871.ClassNameValue;
732
+ [key: string]: tailwind_merge0.ClassNameValue | {
733
+ content?: tailwind_merge0.ClassNameValue;
734
+ root?: tailwind_merge0.ClassNameValue;
735
+ trigger?: tailwind_merge0.ClassNameValue;
736
+ panel?: tailwind_merge0.ClassNameValue;
737
+ triggerIcon?: tailwind_merge0.ClassNameValue;
739
738
  };
740
739
  };
741
740
  } | {}, {
@@ -744,7 +743,7 @@ declare const collapsibleVariants: tailwind_variants329.TVReturnType<{
744
743
  root: string;
745
744
  trigger: string;
746
745
  triggerIcon: string;
747
- }, tailwind_variants329.TVReturnType<unknown, {
746
+ }, tailwind_variants0.TVReturnType<unknown, {
748
747
  content: string;
749
748
  panel: string;
750
749
  root: string;
@@ -762,33 +761,310 @@ interface CollapsibleContentProps extends React.HTMLAttributes<HTMLDivElement> {
762
761
  declare const _default$6: (({
763
762
  className,
764
763
  ...props
765
- }: CollapsibleProps) => react_jsx_runtime843.JSX.Element) & {
764
+ }: CollapsibleProps) => react_jsx_runtime0.JSX.Element) & {
766
765
  Content: ({
767
766
  className,
768
767
  ...props
769
- }: CollapsibleContentProps) => react_jsx_runtime843.JSX.Element;
768
+ }: CollapsibleContentProps) => react_jsx_runtime0.JSX.Element;
770
769
  Panel: ({
771
770
  className,
772
771
  children,
773
772
  ...props
774
- }: CollapsiblePanelProps) => react_jsx_runtime843.JSX.Element;
773
+ }: CollapsiblePanelProps) => react_jsx_runtime0.JSX.Element;
775
774
  Root: ({
776
775
  className,
777
776
  ...props
778
- }: CollapsibleProps) => react_jsx_runtime843.JSX.Element;
777
+ }: CollapsibleProps) => react_jsx_runtime0.JSX.Element;
779
778
  Trigger: ({
780
779
  className,
781
780
  children,
782
781
  ...props
783
- }: CollapsibleTriggerProps) => react_jsx_runtime843.JSX.Element;
782
+ }: CollapsibleTriggerProps) => react_jsx_runtime0.JSX.Element;
784
783
  TriggerIcon: ({
785
784
  className,
786
785
  ...props
787
- }: CollapsibleTriggerIconProps) => react_jsx_runtime843.JSX.Element;
786
+ }: CollapsibleTriggerIconProps) => react_jsx_runtime0.JSX.Element;
787
+ };
788
+ //#endregion
789
+ //#region src/components/combobox/combobox.variants.d.ts
790
+ declare const comboboxVariants: tailwind_variants0.TVReturnType<{
791
+ [key: string]: {
792
+ [key: string]: tailwind_merge0.ClassNameValue | {
793
+ root?: tailwind_merge0.ClassNameValue;
794
+ input?: tailwind_merge0.ClassNameValue;
795
+ backdrop?: tailwind_merge0.ClassNameValue;
796
+ popup?: tailwind_merge0.ClassNameValue;
797
+ portal?: tailwind_merge0.ClassNameValue;
798
+ trigger?: tailwind_merge0.ClassNameValue;
799
+ value?: tailwind_merge0.ClassNameValue;
800
+ item?: tailwind_merge0.ClassNameValue;
801
+ chip?: tailwind_merge0.ClassNameValue;
802
+ icon?: tailwind_merge0.ClassNameValue;
803
+ clear?: tailwind_merge0.ClassNameValue;
804
+ chips?: tailwind_merge0.ClassNameValue;
805
+ chipRemove?: tailwind_merge0.ClassNameValue;
806
+ positioner?: tailwind_merge0.ClassNameValue;
807
+ arrow?: tailwind_merge0.ClassNameValue;
808
+ status?: tailwind_merge0.ClassNameValue;
809
+ empty?: tailwind_merge0.ClassNameValue;
810
+ list?: tailwind_merge0.ClassNameValue;
811
+ row?: tailwind_merge0.ClassNameValue;
812
+ itemIndicator?: tailwind_merge0.ClassNameValue;
813
+ separator?: tailwind_merge0.ClassNameValue;
814
+ group?: tailwind_merge0.ClassNameValue;
815
+ groupLabel?: tailwind_merge0.ClassNameValue;
816
+ };
817
+ };
818
+ } | {
819
+ [x: string]: {
820
+ [x: string]: tailwind_merge0.ClassNameValue | {
821
+ root?: tailwind_merge0.ClassNameValue;
822
+ input?: tailwind_merge0.ClassNameValue;
823
+ backdrop?: tailwind_merge0.ClassNameValue;
824
+ popup?: tailwind_merge0.ClassNameValue;
825
+ portal?: tailwind_merge0.ClassNameValue;
826
+ trigger?: tailwind_merge0.ClassNameValue;
827
+ value?: tailwind_merge0.ClassNameValue;
828
+ item?: tailwind_merge0.ClassNameValue;
829
+ chip?: tailwind_merge0.ClassNameValue;
830
+ icon?: tailwind_merge0.ClassNameValue;
831
+ clear?: tailwind_merge0.ClassNameValue;
832
+ chips?: tailwind_merge0.ClassNameValue;
833
+ chipRemove?: tailwind_merge0.ClassNameValue;
834
+ positioner?: tailwind_merge0.ClassNameValue;
835
+ arrow?: tailwind_merge0.ClassNameValue;
836
+ status?: tailwind_merge0.ClassNameValue;
837
+ empty?: tailwind_merge0.ClassNameValue;
838
+ list?: tailwind_merge0.ClassNameValue;
839
+ row?: tailwind_merge0.ClassNameValue;
840
+ itemIndicator?: tailwind_merge0.ClassNameValue;
841
+ separator?: tailwind_merge0.ClassNameValue;
842
+ group?: tailwind_merge0.ClassNameValue;
843
+ groupLabel?: tailwind_merge0.ClassNameValue;
844
+ };
845
+ };
846
+ } | {}, {
847
+ root: string;
848
+ input: string;
849
+ trigger: string;
850
+ icon: string;
851
+ clear: string;
852
+ value: string;
853
+ chips: string;
854
+ chip: string;
855
+ chipRemove: string;
856
+ portal: string;
857
+ backdrop: string;
858
+ positioner: string;
859
+ popup: string;
860
+ arrow: string;
861
+ status: string;
862
+ empty: string;
863
+ list: string;
864
+ row: string;
865
+ item: string;
866
+ itemIndicator: string;
867
+ separator: string;
868
+ group: string;
869
+ groupLabel: string;
870
+ }, undefined, {
871
+ [key: string]: {
872
+ [key: string]: tailwind_merge0.ClassNameValue | {
873
+ root?: tailwind_merge0.ClassNameValue;
874
+ input?: tailwind_merge0.ClassNameValue;
875
+ backdrop?: tailwind_merge0.ClassNameValue;
876
+ popup?: tailwind_merge0.ClassNameValue;
877
+ portal?: tailwind_merge0.ClassNameValue;
878
+ trigger?: tailwind_merge0.ClassNameValue;
879
+ value?: tailwind_merge0.ClassNameValue;
880
+ item?: tailwind_merge0.ClassNameValue;
881
+ chip?: tailwind_merge0.ClassNameValue;
882
+ icon?: tailwind_merge0.ClassNameValue;
883
+ clear?: tailwind_merge0.ClassNameValue;
884
+ chips?: tailwind_merge0.ClassNameValue;
885
+ chipRemove?: tailwind_merge0.ClassNameValue;
886
+ positioner?: tailwind_merge0.ClassNameValue;
887
+ arrow?: tailwind_merge0.ClassNameValue;
888
+ status?: tailwind_merge0.ClassNameValue;
889
+ empty?: tailwind_merge0.ClassNameValue;
890
+ list?: tailwind_merge0.ClassNameValue;
891
+ row?: tailwind_merge0.ClassNameValue;
892
+ itemIndicator?: tailwind_merge0.ClassNameValue;
893
+ separator?: tailwind_merge0.ClassNameValue;
894
+ group?: tailwind_merge0.ClassNameValue;
895
+ groupLabel?: tailwind_merge0.ClassNameValue;
896
+ };
897
+ };
898
+ } | {}, {
899
+ root: string;
900
+ input: string;
901
+ trigger: string;
902
+ icon: string;
903
+ clear: string;
904
+ value: string;
905
+ chips: string;
906
+ chip: string;
907
+ chipRemove: string;
908
+ portal: string;
909
+ backdrop: string;
910
+ positioner: string;
911
+ popup: string;
912
+ arrow: string;
913
+ status: string;
914
+ empty: string;
915
+ list: string;
916
+ row: string;
917
+ item: string;
918
+ itemIndicator: string;
919
+ separator: string;
920
+ group: string;
921
+ groupLabel: string;
922
+ }, tailwind_variants0.TVReturnType<unknown, {
923
+ root: string;
924
+ input: string;
925
+ trigger: string;
926
+ icon: string;
927
+ clear: string;
928
+ value: string;
929
+ chips: string;
930
+ chip: string;
931
+ chipRemove: string;
932
+ portal: string;
933
+ backdrop: string;
934
+ positioner: string;
935
+ popup: string;
936
+ arrow: string;
937
+ status: string;
938
+ empty: string;
939
+ list: string;
940
+ row: string;
941
+ item: string;
942
+ itemIndicator: string;
943
+ separator: string;
944
+ group: string;
945
+ groupLabel: string;
946
+ }, undefined, unknown, unknown, undefined>>;
947
+ type ComboboxVariants = VariantProps<typeof comboboxVariants>;
948
+ //#endregion
949
+ //#region src/components/combobox/combobox.d.ts
950
+ interface ComboboxProps extends ComboboxVariants, Combobox.Root.Props<unknown> {}
951
+ interface ComboboxInputProps extends Combobox.Input.Props {}
952
+ interface ComboboxTriggerProps extends Combobox.Trigger.Props {}
953
+ interface ComboboxValueProps extends React.HTMLAttributes<HTMLDivElement> {}
954
+ interface ComboboxClearProps extends Combobox.Clear.Props {}
955
+ interface ComboboxChipsProps extends Combobox.Chips.Props {}
956
+ interface ComboboxChipProps extends Combobox.Chip.Props {}
957
+ interface ComboboxChipRemoveProps extends Combobox.ChipRemove.Props {}
958
+ interface ComboboxPortalProps extends Combobox.Portal.Props {}
959
+ interface ComboboxBackdropProps extends Combobox.Backdrop.Props {}
960
+ interface ComboboxPositionerProps extends Combobox.Positioner.Props {}
961
+ interface ComboboxPopupProps extends Combobox.Popup.Props {}
962
+ interface ComboboxArrowProps extends Combobox.Arrow.Props {}
963
+ interface ComboboxStatusProps extends Combobox.Status.Props {}
964
+ interface ComboboxEmptyProps extends Combobox.Empty.Props {}
965
+ interface ComboboxListProps extends Combobox.List.Props {}
966
+ interface ComboboxRowProps extends Combobox.Row.Props {}
967
+ interface ComboboxItemIndicatorProps extends Combobox.ItemIndicator.Props {}
968
+ interface ComboboxItemProps extends Combobox.Item.Props {}
969
+ interface ComboboxSeparatorProps extends Combobox.Separator.Props {}
970
+ interface ComboboxGroupProps extends Combobox.Group.Props {}
971
+ interface ComboboxGroupLabelProps extends Combobox.GroupLabel.Props {}
972
+ declare const _default$7: (({
973
+ ...props
974
+ }: ComboboxProps) => react_jsx_runtime0.JSX.Element) & {
975
+ Arrow: ({
976
+ className,
977
+ ...props
978
+ }: ComboboxArrowProps) => react_jsx_runtime0.JSX.Element;
979
+ Backdrop: ({
980
+ className,
981
+ ...props
982
+ }: ComboboxBackdropProps) => react_jsx_runtime0.JSX.Element;
983
+ Chip: ({
984
+ className,
985
+ children,
986
+ ...props
987
+ }: ComboboxChipProps) => react_jsx_runtime0.JSX.Element;
988
+ ChipRemove: ({
989
+ className,
990
+ ...props
991
+ }: ComboboxChipRemoveProps) => react_jsx_runtime0.JSX.Element;
992
+ Chips: ({
993
+ className,
994
+ ...props
995
+ }: ComboboxChipsProps) => react_jsx_runtime0.JSX.Element;
996
+ Clear: ({
997
+ className,
998
+ ...props
999
+ }: ComboboxClearProps) => react_jsx_runtime0.JSX.Element;
1000
+ Empty: ({
1001
+ className,
1002
+ ...props
1003
+ }: ComboboxEmptyProps) => react_jsx_runtime0.JSX.Element;
1004
+ Group: ({
1005
+ className,
1006
+ ...props
1007
+ }: ComboboxGroupProps) => react_jsx_runtime0.JSX.Element;
1008
+ GroupLabel: ({
1009
+ className,
1010
+ ...props
1011
+ }: ComboboxGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1012
+ Input: ({
1013
+ className,
1014
+ ...props
1015
+ }: ComboboxInputProps) => react_jsx_runtime0.JSX.Element;
1016
+ Item: ({
1017
+ className,
1018
+ children,
1019
+ ...props
1020
+ }: ComboboxItemProps) => react_jsx_runtime0.JSX.Element;
1021
+ ItemIndicator: ({
1022
+ className,
1023
+ children,
1024
+ ...props
1025
+ }: ComboboxItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
1026
+ List: ({
1027
+ className,
1028
+ ...props
1029
+ }: ComboboxListProps) => react_jsx_runtime0.JSX.Element;
1030
+ Popup: ({
1031
+ className,
1032
+ ...props
1033
+ }: ComboboxPopupProps) => react_jsx_runtime0.JSX.Element;
1034
+ Portal: ({
1035
+ ...props
1036
+ }: ComboboxPortalProps) => react_jsx_runtime0.JSX.Element;
1037
+ Positioner: ({
1038
+ className,
1039
+ ...props
1040
+ }: ComboboxPositionerProps) => react_jsx_runtime0.JSX.Element;
1041
+ Root: ({
1042
+ ...props
1043
+ }: ComboboxProps) => react_jsx_runtime0.JSX.Element;
1044
+ Row: ({
1045
+ className,
1046
+ ...props
1047
+ }: ComboboxRowProps) => react_jsx_runtime0.JSX.Element;
1048
+ Separator: ({
1049
+ className,
1050
+ ...props
1051
+ }: ComboboxSeparatorProps) => react_jsx_runtime0.JSX.Element;
1052
+ Status: ({
1053
+ className,
1054
+ ...props
1055
+ }: ComboboxStatusProps) => react_jsx_runtime0.JSX.Element;
1056
+ Trigger: ({
1057
+ className,
1058
+ children,
1059
+ ...props
1060
+ }: ComboboxTriggerProps) => react_jsx_runtime0.JSX.Element;
1061
+ Value: ({
1062
+ ...props
1063
+ }: ComboboxValueProps) => react_jsx_runtime0.JSX.Element;
788
1064
  };
789
1065
  //#endregion
790
1066
  //#region src/components/container/container.variants.d.ts
791
- declare const containerVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
1067
+ declare const containerVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "container", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "container", unknown, unknown, undefined>>;
792
1068
  type ContainerVariants = VariantProps<typeof containerVariants>;
793
1069
  //#endregion
794
1070
  //#region src/components/container/container.d.ts
@@ -796,35 +1072,35 @@ interface ContainerProps extends ContainerVariants, React.ComponentProps<"div">
796
1072
  declare const Container: ({
797
1073
  className,
798
1074
  ...props
799
- }: ContainerProps) => react_jsx_runtime843.JSX.Element;
1075
+ }: ContainerProps) => react_jsx_runtime0.JSX.Element;
800
1076
  //#endregion
801
1077
  //#region src/components/dialog/dialog.variants.d.ts
802
- declare const dialogVariants: tailwind_variants329.TVReturnType<{
1078
+ declare const dialogVariants: tailwind_variants0.TVReturnType<{
803
1079
  [key: string]: {
804
- [key: string]: tailwind_merge1871.ClassNameValue | {
805
- root?: tailwind_merge1871.ClassNameValue;
806
- trigger?: tailwind_merge1871.ClassNameValue;
807
- description?: tailwind_merge1871.ClassNameValue;
808
- title?: tailwind_merge1871.ClassNameValue;
809
- backdrop?: tailwind_merge1871.ClassNameValue;
810
- close?: tailwind_merge1871.ClassNameValue;
811
- popup?: tailwind_merge1871.ClassNameValue;
812
- portal?: tailwind_merge1871.ClassNameValue;
813
- viewport?: tailwind_merge1871.ClassNameValue;
1080
+ [key: string]: tailwind_merge0.ClassNameValue | {
1081
+ description?: tailwind_merge0.ClassNameValue;
1082
+ root?: tailwind_merge0.ClassNameValue;
1083
+ title?: tailwind_merge0.ClassNameValue;
1084
+ backdrop?: tailwind_merge0.ClassNameValue;
1085
+ close?: tailwind_merge0.ClassNameValue;
1086
+ popup?: tailwind_merge0.ClassNameValue;
1087
+ portal?: tailwind_merge0.ClassNameValue;
1088
+ trigger?: tailwind_merge0.ClassNameValue;
1089
+ viewport?: tailwind_merge0.ClassNameValue;
814
1090
  };
815
1091
  };
816
1092
  } | {
817
1093
  [x: string]: {
818
- [x: string]: tailwind_merge1871.ClassNameValue | {
819
- root?: tailwind_merge1871.ClassNameValue;
820
- trigger?: tailwind_merge1871.ClassNameValue;
821
- description?: tailwind_merge1871.ClassNameValue;
822
- title?: tailwind_merge1871.ClassNameValue;
823
- backdrop?: tailwind_merge1871.ClassNameValue;
824
- close?: tailwind_merge1871.ClassNameValue;
825
- popup?: tailwind_merge1871.ClassNameValue;
826
- portal?: tailwind_merge1871.ClassNameValue;
827
- viewport?: tailwind_merge1871.ClassNameValue;
1094
+ [x: string]: tailwind_merge0.ClassNameValue | {
1095
+ description?: tailwind_merge0.ClassNameValue;
1096
+ root?: tailwind_merge0.ClassNameValue;
1097
+ title?: tailwind_merge0.ClassNameValue;
1098
+ backdrop?: tailwind_merge0.ClassNameValue;
1099
+ close?: tailwind_merge0.ClassNameValue;
1100
+ popup?: tailwind_merge0.ClassNameValue;
1101
+ portal?: tailwind_merge0.ClassNameValue;
1102
+ trigger?: tailwind_merge0.ClassNameValue;
1103
+ viewport?: tailwind_merge0.ClassNameValue;
828
1104
  };
829
1105
  };
830
1106
  } | {}, {
@@ -839,16 +1115,16 @@ declare const dialogVariants: tailwind_variants329.TVReturnType<{
839
1115
  viewport: string;
840
1116
  }, undefined, {
841
1117
  [key: string]: {
842
- [key: string]: tailwind_merge1871.ClassNameValue | {
843
- root?: tailwind_merge1871.ClassNameValue;
844
- trigger?: tailwind_merge1871.ClassNameValue;
845
- description?: tailwind_merge1871.ClassNameValue;
846
- title?: tailwind_merge1871.ClassNameValue;
847
- backdrop?: tailwind_merge1871.ClassNameValue;
848
- close?: tailwind_merge1871.ClassNameValue;
849
- popup?: tailwind_merge1871.ClassNameValue;
850
- portal?: tailwind_merge1871.ClassNameValue;
851
- viewport?: tailwind_merge1871.ClassNameValue;
1118
+ [key: string]: tailwind_merge0.ClassNameValue | {
1119
+ description?: tailwind_merge0.ClassNameValue;
1120
+ root?: tailwind_merge0.ClassNameValue;
1121
+ title?: tailwind_merge0.ClassNameValue;
1122
+ backdrop?: tailwind_merge0.ClassNameValue;
1123
+ close?: tailwind_merge0.ClassNameValue;
1124
+ popup?: tailwind_merge0.ClassNameValue;
1125
+ portal?: tailwind_merge0.ClassNameValue;
1126
+ trigger?: tailwind_merge0.ClassNameValue;
1127
+ viewport?: tailwind_merge0.ClassNameValue;
852
1128
  };
853
1129
  };
854
1130
  } | {}, {
@@ -861,7 +1137,7 @@ declare const dialogVariants: tailwind_variants329.TVReturnType<{
861
1137
  title: string;
862
1138
  trigger: string;
863
1139
  viewport: string;
864
- }, tailwind_variants329.TVReturnType<unknown, {
1140
+ }, tailwind_variants0.TVReturnType<unknown, {
865
1141
  backdrop: string;
866
1142
  close: string;
867
1143
  description: string;
@@ -884,48 +1160,48 @@ interface DialogPopupProps extends Dialog.Popup.Props {}
884
1160
  interface DialogTitleProps extends Dialog.Title.Props {}
885
1161
  interface DialogDescriptionProps extends Dialog.Description.Props {}
886
1162
  interface DialogCloseProps extends Dialog.Close.Props {}
887
- declare const _default$7: (({
1163
+ declare const _default$8: (({
888
1164
  ...props
889
- }: DialogProps) => react_jsx_runtime843.JSX.Element) & {
1165
+ }: DialogProps) => react_jsx_runtime0.JSX.Element) & {
890
1166
  Backdrop: ({
891
1167
  className,
892
1168
  ...props
893
- }: DialogBackdropProps) => react_jsx_runtime843.JSX.Element;
1169
+ }: DialogBackdropProps) => react_jsx_runtime0.JSX.Element;
894
1170
  Close: ({
895
1171
  className,
896
1172
  ...props
897
- }: DialogCloseProps) => react_jsx_runtime843.JSX.Element;
1173
+ }: DialogCloseProps) => react_jsx_runtime0.JSX.Element;
898
1174
  Description: ({
899
1175
  className,
900
1176
  ...props
901
- }: DialogDescriptionProps) => react_jsx_runtime843.JSX.Element;
1177
+ }: DialogDescriptionProps) => react_jsx_runtime0.JSX.Element;
902
1178
  Popup: ({
903
1179
  className,
904
1180
  ...props
905
- }: DialogPopupProps) => react_jsx_runtime843.JSX.Element;
1181
+ }: DialogPopupProps) => react_jsx_runtime0.JSX.Element;
906
1182
  Portal: ({
907
1183
  className,
908
1184
  ...props
909
- }: DialogPortalProps) => react_jsx_runtime843.JSX.Element;
1185
+ }: DialogPortalProps) => react_jsx_runtime0.JSX.Element;
910
1186
  Root: ({
911
1187
  ...props
912
- }: DialogProps) => react_jsx_runtime843.JSX.Element;
1188
+ }: DialogProps) => react_jsx_runtime0.JSX.Element;
913
1189
  Title: ({
914
1190
  className,
915
1191
  ...props
916
- }: DialogTitleProps) => react_jsx_runtime843.JSX.Element;
1192
+ }: DialogTitleProps) => react_jsx_runtime0.JSX.Element;
917
1193
  Trigger: ({
918
1194
  className,
919
1195
  ...props
920
- }: DialogTriggerProps) => react_jsx_runtime843.JSX.Element;
1196
+ }: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
921
1197
  Viewport: ({
922
1198
  className,
923
1199
  ...props
924
- }: DialogViewportProps) => react_jsx_runtime843.JSX.Element;
1200
+ }: DialogViewportProps) => react_jsx_runtime0.JSX.Element;
925
1201
  };
926
1202
  //#endregion
927
1203
  //#region src/components/drawer/drawer.variants.d.ts
928
- declare const drawerVariants: tailwind_variants329.TVReturnType<{
1204
+ declare const drawerVariants: tailwind_variants0.TVReturnType<{
929
1205
  position: {
930
1206
  bottom: {
931
1207
  popup: string;
@@ -975,7 +1251,7 @@ declare const drawerVariants: tailwind_variants329.TVReturnType<{
975
1251
  title: string;
976
1252
  trigger: string;
977
1253
  viewport: string;
978
- }, tailwind_variants329.TVReturnType<{
1254
+ }, tailwind_variants0.TVReturnType<{
979
1255
  position: {
980
1256
  bottom: {
981
1257
  popup: string;
@@ -1013,68 +1289,68 @@ interface DrawerPopupProps extends Dialog.Popup.Props {}
1013
1289
  interface DrawerTitleProps extends Dialog.Title.Props {}
1014
1290
  interface DrawerDescriptionProps extends Dialog.Description.Props {}
1015
1291
  interface DrawerCloseProps extends Dialog.Close.Props {}
1016
- declare const _default$8: (({
1292
+ declare const _default$9: (({
1017
1293
  position,
1018
1294
  ...props
1019
- }: DrawerProps) => react_jsx_runtime843.JSX.Element) & {
1295
+ }: DrawerProps) => react_jsx_runtime0.JSX.Element) & {
1020
1296
  Backdrop: ({
1021
1297
  className,
1022
1298
  ...props
1023
- }: DrawerBackdropProps) => react_jsx_runtime843.JSX.Element;
1299
+ }: DrawerBackdropProps) => react_jsx_runtime0.JSX.Element;
1024
1300
  Close: ({
1025
1301
  className,
1026
1302
  children,
1027
1303
  ...props
1028
- }: DrawerCloseProps) => react_jsx_runtime843.JSX.Element;
1304
+ }: DrawerCloseProps) => react_jsx_runtime0.JSX.Element;
1029
1305
  Description: ({
1030
1306
  className,
1031
1307
  ...props
1032
- }: DrawerDescriptionProps) => react_jsx_runtime843.JSX.Element;
1308
+ }: DrawerDescriptionProps) => react_jsx_runtime0.JSX.Element;
1033
1309
  Popup: ({
1034
1310
  className,
1035
1311
  ...props
1036
- }: DrawerPopupProps) => react_jsx_runtime843.JSX.Element;
1312
+ }: DrawerPopupProps) => react_jsx_runtime0.JSX.Element;
1037
1313
  Portal: ({
1038
1314
  className,
1039
1315
  ...props
1040
- }: DrawerPortalProps) => react_jsx_runtime843.JSX.Element;
1316
+ }: DrawerPortalProps) => react_jsx_runtime0.JSX.Element;
1041
1317
  Root: ({
1042
1318
  position,
1043
1319
  ...props
1044
- }: DrawerProps) => react_jsx_runtime843.JSX.Element;
1320
+ }: DrawerProps) => react_jsx_runtime0.JSX.Element;
1045
1321
  Title: ({
1046
1322
  className,
1047
1323
  ...props
1048
- }: DrawerTitleProps) => react_jsx_runtime843.JSX.Element;
1324
+ }: DrawerTitleProps) => react_jsx_runtime0.JSX.Element;
1049
1325
  Trigger: ({
1050
1326
  className,
1051
1327
  ...props
1052
- }: DrawerTriggerProps) => react_jsx_runtime843.JSX.Element;
1328
+ }: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
1053
1329
  Viewport: ({
1054
1330
  className,
1055
1331
  ...props
1056
- }: DrawerViewportProps) => react_jsx_runtime843.JSX.Element;
1332
+ }: DrawerViewportProps) => react_jsx_runtime0.JSX.Element;
1057
1333
  };
1058
1334
  //#endregion
1059
1335
  //#region src/components/field/field.variants.d.ts
1060
- declare const fieldVariants: tailwind_variants329.TVReturnType<{
1336
+ declare const fieldVariants: tailwind_variants0.TVReturnType<{
1061
1337
  [key: string]: {
1062
- [key: string]: tailwind_merge1871.ClassNameValue | {
1063
- root?: tailwind_merge1871.ClassNameValue;
1064
- description?: tailwind_merge1871.ClassNameValue;
1065
- label?: tailwind_merge1871.ClassNameValue;
1066
- control?: tailwind_merge1871.ClassNameValue;
1067
- error?: tailwind_merge1871.ClassNameValue;
1338
+ [key: string]: tailwind_merge0.ClassNameValue | {
1339
+ description?: tailwind_merge0.ClassNameValue;
1340
+ root?: tailwind_merge0.ClassNameValue;
1341
+ label?: tailwind_merge0.ClassNameValue;
1342
+ control?: tailwind_merge0.ClassNameValue;
1343
+ error?: tailwind_merge0.ClassNameValue;
1068
1344
  };
1069
1345
  };
1070
1346
  } | {
1071
1347
  [x: string]: {
1072
- [x: string]: tailwind_merge1871.ClassNameValue | {
1073
- root?: tailwind_merge1871.ClassNameValue;
1074
- description?: tailwind_merge1871.ClassNameValue;
1075
- label?: tailwind_merge1871.ClassNameValue;
1076
- control?: tailwind_merge1871.ClassNameValue;
1077
- error?: tailwind_merge1871.ClassNameValue;
1348
+ [x: string]: tailwind_merge0.ClassNameValue | {
1349
+ description?: tailwind_merge0.ClassNameValue;
1350
+ root?: tailwind_merge0.ClassNameValue;
1351
+ label?: tailwind_merge0.ClassNameValue;
1352
+ control?: tailwind_merge0.ClassNameValue;
1353
+ error?: tailwind_merge0.ClassNameValue;
1078
1354
  };
1079
1355
  };
1080
1356
  } | {}, {
@@ -1085,12 +1361,12 @@ declare const fieldVariants: tailwind_variants329.TVReturnType<{
1085
1361
  root: string;
1086
1362
  }, undefined, {
1087
1363
  [key: string]: {
1088
- [key: string]: tailwind_merge1871.ClassNameValue | {
1089
- root?: tailwind_merge1871.ClassNameValue;
1090
- description?: tailwind_merge1871.ClassNameValue;
1091
- label?: tailwind_merge1871.ClassNameValue;
1092
- control?: tailwind_merge1871.ClassNameValue;
1093
- error?: tailwind_merge1871.ClassNameValue;
1364
+ [key: string]: tailwind_merge0.ClassNameValue | {
1365
+ description?: tailwind_merge0.ClassNameValue;
1366
+ root?: tailwind_merge0.ClassNameValue;
1367
+ label?: tailwind_merge0.ClassNameValue;
1368
+ control?: tailwind_merge0.ClassNameValue;
1369
+ error?: tailwind_merge0.ClassNameValue;
1094
1370
  };
1095
1371
  };
1096
1372
  } | {}, {
@@ -1099,7 +1375,7 @@ declare const fieldVariants: tailwind_variants329.TVReturnType<{
1099
1375
  error: string;
1100
1376
  label: string;
1101
1377
  root: string;
1102
- }, tailwind_variants329.TVReturnType<unknown, {
1378
+ }, tailwind_variants0.TVReturnType<unknown, {
1103
1379
  control: string;
1104
1380
  description: string;
1105
1381
  error: string;
@@ -1116,47 +1392,47 @@ interface FieldLabelProps extends Field.Label.Props {}
1116
1392
  interface FieldControlProps extends Field.Control.Props {}
1117
1393
  interface FieldDescriptionProps extends Field.Description.Props {}
1118
1394
  interface FieldErrorProps extends Field.Error.Props {}
1119
- declare const _default$9: (({
1395
+ declare const _default$10: (({
1120
1396
  className,
1121
1397
  required,
1122
1398
  ...props
1123
- }: FieldRootProps) => react_jsx_runtime843.JSX.Element) & {
1399
+ }: FieldRootProps) => react_jsx_runtime0.JSX.Element) & {
1124
1400
  Control: ({
1125
1401
  className,
1126
1402
  ...props
1127
- }: FieldControlProps) => react_jsx_runtime843.JSX.Element;
1403
+ }: FieldControlProps) => react_jsx_runtime0.JSX.Element;
1128
1404
  Description: ({
1129
1405
  className,
1130
1406
  ...props
1131
- }: FieldDescriptionProps) => react_jsx_runtime843.JSX.Element;
1407
+ }: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
1132
1408
  Error: ({
1133
1409
  className,
1134
1410
  ...props
1135
- }: FieldErrorProps) => react_jsx_runtime843.JSX.Element;
1411
+ }: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
1136
1412
  Label: ({
1137
1413
  className,
1138
1414
  ...props
1139
- }: FieldLabelProps) => react_jsx_runtime843.JSX.Element;
1415
+ }: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
1140
1416
  Root: ({
1141
1417
  className,
1142
1418
  required,
1143
1419
  ...props
1144
- }: FieldRootProps) => react_jsx_runtime843.JSX.Element;
1420
+ }: FieldRootProps) => react_jsx_runtime0.JSX.Element;
1145
1421
  };
1146
1422
  //#endregion
1147
1423
  //#region src/components/fieldset/fieldset.variants.d.ts
1148
- declare const fieldsetVariants: tailwind_variants329.TVReturnType<{
1424
+ declare const fieldsetVariants: tailwind_variants0.TVReturnType<{
1149
1425
  [key: string]: {
1150
- [key: string]: tailwind_merge1871.ClassNameValue | {
1151
- root?: tailwind_merge1871.ClassNameValue;
1152
- legend?: tailwind_merge1871.ClassNameValue;
1426
+ [key: string]: tailwind_merge0.ClassNameValue | {
1427
+ root?: tailwind_merge0.ClassNameValue;
1428
+ legend?: tailwind_merge0.ClassNameValue;
1153
1429
  };
1154
1430
  };
1155
1431
  } | {
1156
1432
  [x: string]: {
1157
- [x: string]: tailwind_merge1871.ClassNameValue | {
1158
- root?: tailwind_merge1871.ClassNameValue;
1159
- legend?: tailwind_merge1871.ClassNameValue;
1433
+ [x: string]: tailwind_merge0.ClassNameValue | {
1434
+ root?: tailwind_merge0.ClassNameValue;
1435
+ legend?: tailwind_merge0.ClassNameValue;
1160
1436
  };
1161
1437
  };
1162
1438
  } | {}, {
@@ -1164,15 +1440,15 @@ declare const fieldsetVariants: tailwind_variants329.TVReturnType<{
1164
1440
  root: string;
1165
1441
  }, undefined, {
1166
1442
  [key: string]: {
1167
- [key: string]: tailwind_merge1871.ClassNameValue | {
1168
- root?: tailwind_merge1871.ClassNameValue;
1169
- legend?: tailwind_merge1871.ClassNameValue;
1443
+ [key: string]: tailwind_merge0.ClassNameValue | {
1444
+ root?: tailwind_merge0.ClassNameValue;
1445
+ legend?: tailwind_merge0.ClassNameValue;
1170
1446
  };
1171
1447
  };
1172
1448
  } | {}, {
1173
1449
  legend: string;
1174
1450
  root: string;
1175
- }, tailwind_variants329.TVReturnType<unknown, {
1451
+ }, tailwind_variants0.TVReturnType<unknown, {
1176
1452
  legend: string;
1177
1453
  root: string;
1178
1454
  }, undefined, unknown, unknown, undefined>>;
@@ -1181,22 +1457,22 @@ type FieldsetVariants = VariantProps<typeof fieldsetVariants>;
1181
1457
  //#region src/components/fieldset/fieldset.d.ts
1182
1458
  interface FieldsetProps extends FieldsetVariants, Fieldset.Root.Props {}
1183
1459
  interface FieldsetLegendProps extends Fieldset.Legend.Props {}
1184
- declare const _default$10: (({
1460
+ declare const _default$11: (({
1185
1461
  className,
1186
1462
  ...props
1187
- }: FieldsetProps) => react_jsx_runtime843.JSX.Element) & {
1463
+ }: FieldsetProps) => react_jsx_runtime0.JSX.Element) & {
1188
1464
  Legend: ({
1189
1465
  className,
1190
1466
  ...props
1191
- }: FieldsetLegendProps) => react_jsx_runtime843.JSX.Element;
1467
+ }: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
1192
1468
  Root: ({
1193
1469
  className,
1194
1470
  ...props
1195
- }: FieldsetProps) => react_jsx_runtime843.JSX.Element;
1471
+ }: FieldsetProps) => react_jsx_runtime0.JSX.Element;
1196
1472
  };
1197
1473
  //#endregion
1198
1474
  //#region src/components/form/form.variants.d.ts
1199
- declare const formVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1475
+ declare const formVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "form", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "form", unknown, unknown, undefined>>;
1200
1476
  type FormVariants = VariantProps<typeof formVariants>;
1201
1477
  //#endregion
1202
1478
  //#region src/components/form/form.d.ts
@@ -1204,41 +1480,41 @@ interface FormProps extends FormVariants, Form$1.Props {}
1204
1480
  declare const Form: ({
1205
1481
  className,
1206
1482
  ...props
1207
- }: FormProps) => react_jsx_runtime843.JSX.Element;
1483
+ }: FormProps) => react_jsx_runtime0.JSX.Element;
1208
1484
  //#endregion
1209
1485
  //#region src/components/icon-button/icon-button.variants.d.ts
1210
- declare const iconButtonVariants: tailwind_variants329.TVReturnType<{} | {
1486
+ declare const iconButtonVariants: tailwind_variants0.TVReturnType<{} | {
1211
1487
  isIconOnly: {
1212
- true: tailwind_merge1871.ClassNameValue | {
1213
- base?: tailwind_merge1871.ClassNameValue;
1488
+ true: tailwind_merge0.ClassNameValue | {
1489
+ base?: tailwind_merge0.ClassNameValue;
1214
1490
  };
1215
1491
  };
1216
1492
  size: {
1217
- lg: tailwind_merge1871.ClassNameValue | {
1218
- base?: tailwind_merge1871.ClassNameValue;
1493
+ lg: tailwind_merge0.ClassNameValue | {
1494
+ base?: tailwind_merge0.ClassNameValue;
1219
1495
  };
1220
- md: tailwind_merge1871.ClassNameValue | {
1221
- base?: tailwind_merge1871.ClassNameValue;
1496
+ md: tailwind_merge0.ClassNameValue | {
1497
+ base?: tailwind_merge0.ClassNameValue;
1222
1498
  };
1223
- sm: tailwind_merge1871.ClassNameValue | {
1224
- base?: tailwind_merge1871.ClassNameValue;
1499
+ sm: tailwind_merge0.ClassNameValue | {
1500
+ base?: tailwind_merge0.ClassNameValue;
1225
1501
  };
1226
1502
  };
1227
1503
  variant: {
1228
- danger: tailwind_merge1871.ClassNameValue | {
1229
- base?: tailwind_merge1871.ClassNameValue;
1504
+ danger: tailwind_merge0.ClassNameValue | {
1505
+ base?: tailwind_merge0.ClassNameValue;
1230
1506
  };
1231
- ghost: tailwind_merge1871.ClassNameValue | {
1232
- base?: tailwind_merge1871.ClassNameValue;
1507
+ ghost: tailwind_merge0.ClassNameValue | {
1508
+ base?: tailwind_merge0.ClassNameValue;
1233
1509
  };
1234
- outline: tailwind_merge1871.ClassNameValue | {
1235
- base?: tailwind_merge1871.ClassNameValue;
1510
+ outline: tailwind_merge0.ClassNameValue | {
1511
+ base?: tailwind_merge0.ClassNameValue;
1236
1512
  };
1237
- primary: tailwind_merge1871.ClassNameValue | {
1238
- base?: tailwind_merge1871.ClassNameValue;
1513
+ primary: tailwind_merge0.ClassNameValue | {
1514
+ base?: tailwind_merge0.ClassNameValue;
1239
1515
  };
1240
- secondary: tailwind_merge1871.ClassNameValue | {
1241
- base?: tailwind_merge1871.ClassNameValue;
1516
+ secondary: tailwind_merge0.ClassNameValue | {
1517
+ base?: tailwind_merge0.ClassNameValue;
1242
1518
  };
1243
1519
  };
1244
1520
  }, undefined, "icon-button", {
@@ -1257,7 +1533,7 @@ declare const iconButtonVariants: tailwind_variants329.TVReturnType<{} | {
1257
1533
  primary: string;
1258
1534
  secondary: string;
1259
1535
  };
1260
- }, undefined, tailwind_variants329.TVReturnType<{
1536
+ }, undefined, tailwind_variants0.TVReturnType<{
1261
1537
  isIconOnly: {
1262
1538
  true: string;
1263
1539
  };
@@ -1289,7 +1565,7 @@ declare const iconButtonVariants: tailwind_variants329.TVReturnType<{} | {
1289
1565
  primary: string;
1290
1566
  secondary: string;
1291
1567
  };
1292
- }, undefined, tailwind_variants329.TVReturnType<{
1568
+ }, undefined, tailwind_variants0.TVReturnType<{
1293
1569
  isIconOnly: {
1294
1570
  true: string;
1295
1571
  };
@@ -1316,10 +1592,10 @@ declare const IconButton: ({
1316
1592
  size,
1317
1593
  isIconOnly,
1318
1594
  ...props
1319
- }: IconButtonProps) => react_jsx_runtime843.JSX.Element;
1595
+ }: IconButtonProps) => react_jsx_runtime0.JSX.Element;
1320
1596
  //#endregion
1321
1597
  //#region src/components/input/input.variants.d.ts
1322
- declare const inputVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
1598
+ declare const inputVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "input", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "input", unknown, unknown, undefined>>;
1323
1599
  type InputVariants = VariantProps<typeof inputVariants>;
1324
1600
  //#endregion
1325
1601
  //#region src/components/input/input.d.ts
@@ -1327,10 +1603,10 @@ interface InputProps extends InputVariants, Input$1.Props {}
1327
1603
  declare const Input: ({
1328
1604
  className,
1329
1605
  ...props
1330
- }: InputProps) => react_jsx_runtime843.JSX.Element;
1606
+ }: InputProps) => react_jsx_runtime0.JSX.Element;
1331
1607
  //#endregion
1332
1608
  //#region src/components/label/label.variants.d.ts
1333
- declare const labelVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1609
+ declare const labelVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "label", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "label", unknown, unknown, undefined>>;
1334
1610
  type LabelVariants = VariantProps<typeof labelVariants>;
1335
1611
  //#endregion
1336
1612
  //#region src/components/label/label.d.ts
@@ -1338,10 +1614,10 @@ interface LabelProps extends LabelVariants, React.ComponentProps<"label"> {}
1338
1614
  declare const Label: ({
1339
1615
  className,
1340
1616
  ...props
1341
- }: LabelProps) => react_jsx_runtime843.JSX.Element;
1617
+ }: LabelProps) => react_jsx_runtime0.JSX.Element;
1342
1618
  //#endregion
1343
1619
  //#region src/components/link/link.variants.d.ts
1344
- declare const linkVariants: tailwind_variants329.TVReturnType<{
1620
+ declare const linkVariants: tailwind_variants0.TVReturnType<{
1345
1621
  variant: {
1346
1622
  "no-underline": string;
1347
1623
  underline: string;
@@ -1351,7 +1627,7 @@ declare const linkVariants: tailwind_variants329.TVReturnType<{
1351
1627
  "no-underline": string;
1352
1628
  underline: string;
1353
1629
  };
1354
- }, undefined, tailwind_variants329.TVReturnType<{
1630
+ }, undefined, tailwind_variants0.TVReturnType<{
1355
1631
  variant: {
1356
1632
  "no-underline": string;
1357
1633
  underline: string;
@@ -1365,21 +1641,21 @@ declare const Link: ({
1365
1641
  className,
1366
1642
  variant,
1367
1643
  ...props
1368
- }: LinkProps) => react_jsx_runtime843.JSX.Element;
1644
+ }: LinkProps) => react_jsx_runtime0.JSX.Element;
1369
1645
  //#endregion
1370
1646
  //#region src/components/list/list.variants.d.ts
1371
- declare const listVariants: tailwind_variants329.TVReturnType<{
1647
+ declare const listVariants: tailwind_variants0.TVReturnType<{
1372
1648
  [key: string]: {
1373
- [key: string]: tailwind_merge1871.ClassNameValue | {
1374
- item?: tailwind_merge1871.ClassNameValue;
1375
- root?: tailwind_merge1871.ClassNameValue;
1649
+ [key: string]: tailwind_merge0.ClassNameValue | {
1650
+ root?: tailwind_merge0.ClassNameValue;
1651
+ item?: tailwind_merge0.ClassNameValue;
1376
1652
  };
1377
1653
  };
1378
1654
  } | {
1379
1655
  [x: string]: {
1380
- [x: string]: tailwind_merge1871.ClassNameValue | {
1381
- item?: tailwind_merge1871.ClassNameValue;
1382
- root?: tailwind_merge1871.ClassNameValue;
1656
+ [x: string]: tailwind_merge0.ClassNameValue | {
1657
+ root?: tailwind_merge0.ClassNameValue;
1658
+ item?: tailwind_merge0.ClassNameValue;
1383
1659
  };
1384
1660
  };
1385
1661
  } | {}, {
@@ -1387,15 +1663,15 @@ declare const listVariants: tailwind_variants329.TVReturnType<{
1387
1663
  root: string;
1388
1664
  }, undefined, {
1389
1665
  [key: string]: {
1390
- [key: string]: tailwind_merge1871.ClassNameValue | {
1391
- item?: tailwind_merge1871.ClassNameValue;
1392
- root?: tailwind_merge1871.ClassNameValue;
1666
+ [key: string]: tailwind_merge0.ClassNameValue | {
1667
+ root?: tailwind_merge0.ClassNameValue;
1668
+ item?: tailwind_merge0.ClassNameValue;
1393
1669
  };
1394
1670
  };
1395
1671
  } | {}, {
1396
1672
  item: string;
1397
1673
  root: string;
1398
- }, tailwind_variants329.TVReturnType<unknown, {
1674
+ }, tailwind_variants0.TVReturnType<unknown, {
1399
1675
  item: string;
1400
1676
  root: string;
1401
1677
  }, undefined, unknown, unknown, undefined>>;
@@ -1404,61 +1680,61 @@ type ListVariants = VariantProps<typeof listVariants>;
1404
1680
  //#region src/components/list/list.d.ts
1405
1681
  interface ListProps extends ListVariants, React.ComponentProps<"ul"> {}
1406
1682
  interface ListItemProps extends React.ComponentProps<"li"> {}
1407
- declare const _default$11: (({
1683
+ declare const _default$12: (({
1408
1684
  className,
1409
1685
  ...props
1410
- }: ListProps) => react_jsx_runtime843.JSX.Element) & {
1686
+ }: ListProps) => react_jsx_runtime0.JSX.Element) & {
1411
1687
  Item: ({
1412
1688
  className,
1413
1689
  ...props
1414
- }: ListItemProps) => react_jsx_runtime843.JSX.Element;
1690
+ }: ListItemProps) => react_jsx_runtime0.JSX.Element;
1415
1691
  Root: ({
1416
1692
  className,
1417
1693
  ...props
1418
- }: ListProps) => react_jsx_runtime843.JSX.Element;
1694
+ }: ListProps) => react_jsx_runtime0.JSX.Element;
1419
1695
  };
1420
1696
  //#endregion
1421
1697
  //#region src/components/menu/menu.variants.d.ts
1422
- declare const menuVariants: tailwind_variants329.TVReturnType<{
1698
+ declare const menuVariants: tailwind_variants0.TVReturnType<{
1423
1699
  [key: string]: {
1424
- [key: string]: tailwind_merge1871.ClassNameValue | {
1425
- item?: tailwind_merge1871.ClassNameValue;
1426
- root?: tailwind_merge1871.ClassNameValue;
1427
- trigger?: tailwind_merge1871.ClassNameValue;
1428
- radioGroup?: tailwind_merge1871.ClassNameValue;
1429
- backdrop?: tailwind_merge1871.ClassNameValue;
1430
- popup?: tailwind_merge1871.ClassNameValue;
1431
- portal?: tailwind_merge1871.ClassNameValue;
1432
- arrow?: tailwind_merge1871.ClassNameValue;
1433
- checkboxItem?: tailwind_merge1871.ClassNameValue;
1434
- group?: tailwind_merge1871.ClassNameValue;
1435
- groupLabel?: tailwind_merge1871.ClassNameValue;
1436
- positioner?: tailwind_merge1871.ClassNameValue;
1437
- radioItem?: tailwind_merge1871.ClassNameValue;
1438
- separator?: tailwind_merge1871.ClassNameValue;
1439
- submenu?: tailwind_merge1871.ClassNameValue;
1440
- submenuTrigger?: tailwind_merge1871.ClassNameValue;
1700
+ [key: string]: tailwind_merge0.ClassNameValue | {
1701
+ root?: tailwind_merge0.ClassNameValue;
1702
+ radioGroup?: tailwind_merge0.ClassNameValue;
1703
+ backdrop?: tailwind_merge0.ClassNameValue;
1704
+ popup?: tailwind_merge0.ClassNameValue;
1705
+ portal?: tailwind_merge0.ClassNameValue;
1706
+ trigger?: tailwind_merge0.ClassNameValue;
1707
+ item?: tailwind_merge0.ClassNameValue;
1708
+ positioner?: tailwind_merge0.ClassNameValue;
1709
+ arrow?: tailwind_merge0.ClassNameValue;
1710
+ separator?: tailwind_merge0.ClassNameValue;
1711
+ group?: tailwind_merge0.ClassNameValue;
1712
+ groupLabel?: tailwind_merge0.ClassNameValue;
1713
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1714
+ radioItem?: tailwind_merge0.ClassNameValue;
1715
+ submenu?: tailwind_merge0.ClassNameValue;
1716
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1441
1717
  };
1442
1718
  };
1443
1719
  } | {
1444
1720
  [x: string]: {
1445
- [x: string]: tailwind_merge1871.ClassNameValue | {
1446
- item?: tailwind_merge1871.ClassNameValue;
1447
- root?: tailwind_merge1871.ClassNameValue;
1448
- trigger?: tailwind_merge1871.ClassNameValue;
1449
- radioGroup?: tailwind_merge1871.ClassNameValue;
1450
- backdrop?: tailwind_merge1871.ClassNameValue;
1451
- popup?: tailwind_merge1871.ClassNameValue;
1452
- portal?: tailwind_merge1871.ClassNameValue;
1453
- arrow?: tailwind_merge1871.ClassNameValue;
1454
- checkboxItem?: tailwind_merge1871.ClassNameValue;
1455
- group?: tailwind_merge1871.ClassNameValue;
1456
- groupLabel?: tailwind_merge1871.ClassNameValue;
1457
- positioner?: tailwind_merge1871.ClassNameValue;
1458
- radioItem?: tailwind_merge1871.ClassNameValue;
1459
- separator?: tailwind_merge1871.ClassNameValue;
1460
- submenu?: tailwind_merge1871.ClassNameValue;
1461
- submenuTrigger?: tailwind_merge1871.ClassNameValue;
1721
+ [x: string]: tailwind_merge0.ClassNameValue | {
1722
+ root?: tailwind_merge0.ClassNameValue;
1723
+ radioGroup?: tailwind_merge0.ClassNameValue;
1724
+ backdrop?: tailwind_merge0.ClassNameValue;
1725
+ popup?: tailwind_merge0.ClassNameValue;
1726
+ portal?: tailwind_merge0.ClassNameValue;
1727
+ trigger?: tailwind_merge0.ClassNameValue;
1728
+ item?: tailwind_merge0.ClassNameValue;
1729
+ positioner?: tailwind_merge0.ClassNameValue;
1730
+ arrow?: tailwind_merge0.ClassNameValue;
1731
+ separator?: tailwind_merge0.ClassNameValue;
1732
+ group?: tailwind_merge0.ClassNameValue;
1733
+ groupLabel?: tailwind_merge0.ClassNameValue;
1734
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1735
+ radioItem?: tailwind_merge0.ClassNameValue;
1736
+ submenu?: tailwind_merge0.ClassNameValue;
1737
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1462
1738
  };
1463
1739
  };
1464
1740
  } | {}, {
@@ -1480,23 +1756,23 @@ declare const menuVariants: tailwind_variants329.TVReturnType<{
1480
1756
  trigger: string;
1481
1757
  }, undefined, {
1482
1758
  [key: string]: {
1483
- [key: string]: tailwind_merge1871.ClassNameValue | {
1484
- item?: tailwind_merge1871.ClassNameValue;
1485
- root?: tailwind_merge1871.ClassNameValue;
1486
- trigger?: tailwind_merge1871.ClassNameValue;
1487
- radioGroup?: tailwind_merge1871.ClassNameValue;
1488
- backdrop?: tailwind_merge1871.ClassNameValue;
1489
- popup?: tailwind_merge1871.ClassNameValue;
1490
- portal?: tailwind_merge1871.ClassNameValue;
1491
- arrow?: tailwind_merge1871.ClassNameValue;
1492
- checkboxItem?: tailwind_merge1871.ClassNameValue;
1493
- group?: tailwind_merge1871.ClassNameValue;
1494
- groupLabel?: tailwind_merge1871.ClassNameValue;
1495
- positioner?: tailwind_merge1871.ClassNameValue;
1496
- radioItem?: tailwind_merge1871.ClassNameValue;
1497
- separator?: tailwind_merge1871.ClassNameValue;
1498
- submenu?: tailwind_merge1871.ClassNameValue;
1499
- submenuTrigger?: tailwind_merge1871.ClassNameValue;
1759
+ [key: string]: tailwind_merge0.ClassNameValue | {
1760
+ root?: tailwind_merge0.ClassNameValue;
1761
+ radioGroup?: tailwind_merge0.ClassNameValue;
1762
+ backdrop?: tailwind_merge0.ClassNameValue;
1763
+ popup?: tailwind_merge0.ClassNameValue;
1764
+ portal?: tailwind_merge0.ClassNameValue;
1765
+ trigger?: tailwind_merge0.ClassNameValue;
1766
+ item?: tailwind_merge0.ClassNameValue;
1767
+ positioner?: tailwind_merge0.ClassNameValue;
1768
+ arrow?: tailwind_merge0.ClassNameValue;
1769
+ separator?: tailwind_merge0.ClassNameValue;
1770
+ group?: tailwind_merge0.ClassNameValue;
1771
+ groupLabel?: tailwind_merge0.ClassNameValue;
1772
+ checkboxItem?: tailwind_merge0.ClassNameValue;
1773
+ radioItem?: tailwind_merge0.ClassNameValue;
1774
+ submenu?: tailwind_merge0.ClassNameValue;
1775
+ submenuTrigger?: tailwind_merge0.ClassNameValue;
1500
1776
  };
1501
1777
  };
1502
1778
  } | {}, {
@@ -1516,7 +1792,7 @@ declare const menuVariants: tailwind_variants329.TVReturnType<{
1516
1792
  submenu: string;
1517
1793
  submenuTrigger: string;
1518
1794
  trigger: string;
1519
- }, tailwind_variants329.TVReturnType<unknown, {
1795
+ }, tailwind_variants0.TVReturnType<unknown, {
1520
1796
  arrow: string;
1521
1797
  backdrop: string;
1522
1798
  checkboxItem: string;
@@ -1553,76 +1829,76 @@ interface MenuRadioItemProps extends MenuVariants, Menu.RadioItem.Props {}
1553
1829
  interface MenuCheckboxItemProps extends MenuVariants, Menu.CheckboxItem.Props {}
1554
1830
  interface MenuSubmenuProps extends MenuVariants, Menu.SubmenuRoot.Props {}
1555
1831
  interface MenuSubmenuTriggerProps extends MenuVariants, Menu.SubmenuTrigger.Props {}
1556
- declare const _default$12: (({
1832
+ declare const _default$13: (({
1557
1833
  ...props
1558
- }: MenuProps) => react_jsx_runtime843.JSX.Element) & {
1834
+ }: MenuProps) => react_jsx_runtime0.JSX.Element) & {
1559
1835
  Arrow: ({
1560
1836
  className,
1561
1837
  children,
1562
1838
  ...props
1563
- }: MenuArrowProps) => react_jsx_runtime843.JSX.Element;
1839
+ }: MenuArrowProps) => react_jsx_runtime0.JSX.Element;
1564
1840
  Backdrop: ({
1565
1841
  className,
1566
1842
  ...props
1567
- }: MenuBackdropProps) => react_jsx_runtime843.JSX.Element;
1843
+ }: MenuBackdropProps) => react_jsx_runtime0.JSX.Element;
1568
1844
  CheckboxItem: ({
1569
1845
  className,
1570
1846
  ...props
1571
- }: MenuCheckboxItemProps) => react_jsx_runtime843.JSX.Element;
1847
+ }: MenuCheckboxItemProps) => react_jsx_runtime0.JSX.Element;
1572
1848
  Group: ({
1573
1849
  className,
1574
1850
  ...props
1575
- }: MenuGroupProps) => react_jsx_runtime843.JSX.Element;
1851
+ }: MenuGroupProps) => react_jsx_runtime0.JSX.Element;
1576
1852
  GroupLabel: ({
1577
1853
  className,
1578
1854
  ...props
1579
- }: MenuGroupLabelProps) => react_jsx_runtime843.JSX.Element;
1855
+ }: MenuGroupLabelProps) => react_jsx_runtime0.JSX.Element;
1580
1856
  Item: ({
1581
1857
  className,
1582
1858
  ...props
1583
- }: MenuItemProps) => react_jsx_runtime843.JSX.Element;
1859
+ }: MenuItemProps) => react_jsx_runtime0.JSX.Element;
1584
1860
  Popup: ({
1585
1861
  className,
1586
1862
  ...props
1587
- }: MenuPopupProps) => react_jsx_runtime843.JSX.Element;
1863
+ }: MenuPopupProps) => react_jsx_runtime0.JSX.Element;
1588
1864
  Portal: ({
1589
1865
  className,
1590
1866
  ...props
1591
- }: MenuPortalProps) => react_jsx_runtime843.JSX.Element;
1867
+ }: MenuPortalProps) => react_jsx_runtime0.JSX.Element;
1592
1868
  Positioner: ({
1593
1869
  className,
1594
1870
  ...props
1595
- }: MenuPositionerProps) => react_jsx_runtime843.JSX.Element;
1871
+ }: MenuPositionerProps) => react_jsx_runtime0.JSX.Element;
1596
1872
  RadioGroup: ({
1597
1873
  className,
1598
1874
  ...props
1599
- }: MenuRadioGroupProps) => react_jsx_runtime843.JSX.Element;
1875
+ }: MenuRadioGroupProps) => react_jsx_runtime0.JSX.Element;
1600
1876
  RadioItem: ({
1601
1877
  className,
1602
1878
  ...props
1603
- }: MenuRadioItemProps) => react_jsx_runtime843.JSX.Element;
1879
+ }: MenuRadioItemProps) => react_jsx_runtime0.JSX.Element;
1604
1880
  Root: ({
1605
1881
  ...props
1606
- }: MenuProps) => react_jsx_runtime843.JSX.Element;
1882
+ }: MenuProps) => react_jsx_runtime0.JSX.Element;
1607
1883
  Separator: ({
1608
1884
  className,
1609
1885
  ...props
1610
- }: MenuSeparatorProps) => react_jsx_runtime843.JSX.Element;
1886
+ }: MenuSeparatorProps) => react_jsx_runtime0.JSX.Element;
1611
1887
  Submenu: ({
1612
1888
  ...props
1613
- }: MenuSubmenuProps) => react_jsx_runtime843.JSX.Element;
1889
+ }: MenuSubmenuProps) => react_jsx_runtime0.JSX.Element;
1614
1890
  SubmenuTrigger: ({
1615
1891
  className,
1616
1892
  ...props
1617
- }: MenuSubmenuTriggerProps) => react_jsx_runtime843.JSX.Element;
1893
+ }: MenuSubmenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1618
1894
  Trigger: ({
1619
1895
  className,
1620
1896
  ...props
1621
- }: MenuTriggerProps) => react_jsx_runtime843.JSX.Element;
1897
+ }: MenuTriggerProps) => react_jsx_runtime0.JSX.Element;
1622
1898
  };
1623
1899
  //#endregion
1624
1900
  //#region src/components/meter/meter.variants.d.ts
1625
- declare const meterVariants: tailwind_variants329.TVReturnType<{
1901
+ declare const meterVariants: tailwind_variants0.TVReturnType<{
1626
1902
  size: {
1627
1903
  lg: {
1628
1904
  root: string;
@@ -1686,7 +1962,7 @@ declare const meterVariants: tailwind_variants329.TVReturnType<{
1686
1962
  root: string;
1687
1963
  track: string;
1688
1964
  value: string;
1689
- }, tailwind_variants329.TVReturnType<{
1965
+ }, tailwind_variants0.TVReturnType<{
1690
1966
  size: {
1691
1967
  lg: {
1692
1968
  root: string;
@@ -1727,61 +2003,61 @@ interface MeterLabelProps extends Meter.Label.Props {}
1727
2003
  interface MeterValueProps extends Meter.Value.Props {}
1728
2004
  interface MeterTrackProps extends Meter.Track.Props {}
1729
2005
  interface MeterIndicatorProps extends Meter.Indicator.Props {}
1730
- declare const _default$13: (({
2006
+ declare const _default$14: (({
1731
2007
  className,
1732
2008
  size,
1733
2009
  variant,
1734
2010
  ...props
1735
- }: MeterProps) => react_jsx_runtime843.JSX.Element) & {
2011
+ }: MeterProps) => react_jsx_runtime0.JSX.Element) & {
1736
2012
  Indicator: ({
1737
2013
  className,
1738
2014
  ...props
1739
- }: MeterIndicatorProps) => react_jsx_runtime843.JSX.Element;
2015
+ }: MeterIndicatorProps) => react_jsx_runtime0.JSX.Element;
1740
2016
  Label: ({
1741
2017
  className,
1742
2018
  ...props
1743
- }: MeterLabelProps) => react_jsx_runtime843.JSX.Element;
2019
+ }: MeterLabelProps) => react_jsx_runtime0.JSX.Element;
1744
2020
  Root: ({
1745
2021
  className,
1746
2022
  size,
1747
2023
  variant,
1748
2024
  ...props
1749
- }: MeterProps) => react_jsx_runtime843.JSX.Element;
2025
+ }: MeterProps) => react_jsx_runtime0.JSX.Element;
1750
2026
  Track: ({
1751
2027
  className,
1752
2028
  ...props
1753
- }: MeterTrackProps) => react_jsx_runtime843.JSX.Element;
2029
+ }: MeterTrackProps) => react_jsx_runtime0.JSX.Element;
1754
2030
  Value: ({
1755
2031
  className,
1756
2032
  ...props
1757
- }: MeterValueProps) => react_jsx_runtime843.JSX.Element;
2033
+ }: MeterValueProps) => react_jsx_runtime0.JSX.Element;
1758
2034
  };
1759
2035
  //#endregion
1760
2036
  //#region src/components/navbar/navbar.variants.d.ts
1761
- declare const navbarVariants: tailwind_variants329.TVReturnType<{
2037
+ declare const navbarVariants: tailwind_variants0.TVReturnType<{
1762
2038
  [key: string]: {
1763
- [key: string]: tailwind_merge1871.ClassNameValue | {
1764
- content?: tailwind_merge1871.ClassNameValue;
1765
- root?: tailwind_merge1871.ClassNameValue;
1766
- menu?: tailwind_merge1871.ClassNameValue;
1767
- container?: tailwind_merge1871.ClassNameValue;
1768
- list?: tailwind_merge1871.ClassNameValue;
1769
- listItem?: tailwind_merge1871.ClassNameValue;
1770
- menuItem?: tailwind_merge1871.ClassNameValue;
1771
- toggle?: tailwind_merge1871.ClassNameValue;
2039
+ [key: string]: tailwind_merge0.ClassNameValue | {
2040
+ content?: tailwind_merge0.ClassNameValue;
2041
+ root?: tailwind_merge0.ClassNameValue;
2042
+ menu?: tailwind_merge0.ClassNameValue;
2043
+ container?: tailwind_merge0.ClassNameValue;
2044
+ list?: tailwind_merge0.ClassNameValue;
2045
+ listItem?: tailwind_merge0.ClassNameValue;
2046
+ menuItem?: tailwind_merge0.ClassNameValue;
2047
+ toggle?: tailwind_merge0.ClassNameValue;
1772
2048
  };
1773
2049
  };
1774
2050
  } | {
1775
2051
  [x: string]: {
1776
- [x: string]: tailwind_merge1871.ClassNameValue | {
1777
- content?: tailwind_merge1871.ClassNameValue;
1778
- root?: tailwind_merge1871.ClassNameValue;
1779
- menu?: tailwind_merge1871.ClassNameValue;
1780
- container?: tailwind_merge1871.ClassNameValue;
1781
- list?: tailwind_merge1871.ClassNameValue;
1782
- listItem?: tailwind_merge1871.ClassNameValue;
1783
- menuItem?: tailwind_merge1871.ClassNameValue;
1784
- toggle?: tailwind_merge1871.ClassNameValue;
2052
+ [x: string]: tailwind_merge0.ClassNameValue | {
2053
+ content?: tailwind_merge0.ClassNameValue;
2054
+ root?: tailwind_merge0.ClassNameValue;
2055
+ menu?: tailwind_merge0.ClassNameValue;
2056
+ container?: tailwind_merge0.ClassNameValue;
2057
+ list?: tailwind_merge0.ClassNameValue;
2058
+ listItem?: tailwind_merge0.ClassNameValue;
2059
+ menuItem?: tailwind_merge0.ClassNameValue;
2060
+ toggle?: tailwind_merge0.ClassNameValue;
1785
2061
  };
1786
2062
  };
1787
2063
  } | {}, {
@@ -1795,15 +2071,15 @@ declare const navbarVariants: tailwind_variants329.TVReturnType<{
1795
2071
  toggle: string;
1796
2072
  }, undefined, {
1797
2073
  [key: string]: {
1798
- [key: string]: tailwind_merge1871.ClassNameValue | {
1799
- content?: tailwind_merge1871.ClassNameValue;
1800
- root?: tailwind_merge1871.ClassNameValue;
1801
- menu?: tailwind_merge1871.ClassNameValue;
1802
- container?: tailwind_merge1871.ClassNameValue;
1803
- list?: tailwind_merge1871.ClassNameValue;
1804
- listItem?: tailwind_merge1871.ClassNameValue;
1805
- menuItem?: tailwind_merge1871.ClassNameValue;
1806
- toggle?: tailwind_merge1871.ClassNameValue;
2074
+ [key: string]: tailwind_merge0.ClassNameValue | {
2075
+ content?: tailwind_merge0.ClassNameValue;
2076
+ root?: tailwind_merge0.ClassNameValue;
2077
+ menu?: tailwind_merge0.ClassNameValue;
2078
+ container?: tailwind_merge0.ClassNameValue;
2079
+ list?: tailwind_merge0.ClassNameValue;
2080
+ listItem?: tailwind_merge0.ClassNameValue;
2081
+ menuItem?: tailwind_merge0.ClassNameValue;
2082
+ toggle?: tailwind_merge0.ClassNameValue;
1807
2083
  };
1808
2084
  };
1809
2085
  } | {}, {
@@ -1815,7 +2091,7 @@ declare const navbarVariants: tailwind_variants329.TVReturnType<{
1815
2091
  menuItem: string;
1816
2092
  root: string;
1817
2093
  toggle: string;
1818
- }, tailwind_variants329.TVReturnType<unknown, {
2094
+ }, tailwind_variants0.TVReturnType<unknown, {
1819
2095
  container: string;
1820
2096
  content: string;
1821
2097
  list: string;
@@ -1835,88 +2111,261 @@ interface NavbarProps extends NavbarVariants, React.ComponentProps<"header"> {
1835
2111
  interface NavbarContainerProps extends React.ComponentProps<"nav"> {}
1836
2112
  interface NavbarContentProps extends React.ComponentProps<"div"> {}
1837
2113
  interface NavbarListProps extends React.ComponentProps<"ul"> {}
1838
- interface NavbarListItemProps extends React.ComponentProps<typeof Slot> {}
2114
+ interface NavbarListItemProps extends React.ComponentProps<"li"> {}
1839
2115
  interface NavbarToggleProps extends React.ComponentProps<"button"> {}
1840
2116
  interface NavbarMenuProps extends React.ComponentProps<"ul"> {
1841
2117
  header: React.ReactNode;
1842
2118
  }
1843
- interface NavbarMenuItemProps extends React.ComponentProps<typeof Slot> {}
1844
- declare const _default$14: (({
2119
+ interface NavbarMenuItemProps extends React.ComponentProps<"li"> {}
2120
+ declare const _default$15: (({
1845
2121
  className,
1846
2122
  isOpen,
1847
2123
  onOpenChange,
1848
2124
  ...props
1849
- }: NavbarProps) => react_jsx_runtime843.JSX.Element) & {
2125
+ }: NavbarProps) => react_jsx_runtime0.JSX.Element) & {
1850
2126
  Container: ({
1851
2127
  className,
1852
2128
  ...props
1853
- }: NavbarContainerProps) => react_jsx_runtime843.JSX.Element;
2129
+ }: NavbarContainerProps) => react_jsx_runtime0.JSX.Element;
1854
2130
  Content: ({
1855
2131
  className,
1856
2132
  ...props
1857
- }: NavbarContentProps) => react_jsx_runtime843.JSX.Element;
2133
+ }: NavbarContentProps) => react_jsx_runtime0.JSX.Element;
1858
2134
  List: ({
1859
2135
  className,
1860
2136
  ...props
1861
- }: NavbarListProps) => react_jsx_runtime843.JSX.Element;
2137
+ }: NavbarListProps) => react_jsx_runtime0.JSX.Element;
1862
2138
  ListItem: ({
1863
2139
  className,
1864
2140
  ...props
1865
- }: NavbarListItemProps) => react_jsx_runtime843.JSX.Element;
2141
+ }: NavbarListItemProps) => react_jsx_runtime0.JSX.Element;
1866
2142
  Menu: ({
1867
2143
  className,
1868
2144
  header,
1869
2145
  ...props
1870
- }: NavbarMenuProps) => react_jsx_runtime843.JSX.Element;
2146
+ }: NavbarMenuProps) => react_jsx_runtime0.JSX.Element;
1871
2147
  MenuItem: ({
1872
2148
  className,
1873
2149
  ...props
1874
- }: NavbarMenuItemProps) => react_jsx_runtime843.JSX.Element;
2150
+ }: NavbarMenuItemProps) => react_jsx_runtime0.JSX.Element;
1875
2151
  Root: ({
1876
2152
  className,
1877
2153
  isOpen,
1878
2154
  onOpenChange,
1879
2155
  ...props
1880
- }: NavbarProps) => react_jsx_runtime843.JSX.Element;
2156
+ }: NavbarProps) => react_jsx_runtime0.JSX.Element;
1881
2157
  Toggle: ({
1882
2158
  className,
1883
2159
  ...props
1884
- }: NavbarToggleProps) => react_jsx_runtime843.JSX.Element;
2160
+ }: NavbarToggleProps) => react_jsx_runtime0.JSX.Element;
2161
+ };
2162
+ //#endregion
2163
+ //#region src/components/navigation-menu/navigation-menu.variants.d.ts
2164
+ declare const navigationMenuVariants: tailwind_variants0.TVReturnType<{
2165
+ [key: string]: {
2166
+ [key: string]: tailwind_merge0.ClassNameValue | {
2167
+ content?: tailwind_merge0.ClassNameValue;
2168
+ root?: tailwind_merge0.ClassNameValue;
2169
+ link?: tailwind_merge0.ClassNameValue;
2170
+ backdrop?: tailwind_merge0.ClassNameValue;
2171
+ popup?: tailwind_merge0.ClassNameValue;
2172
+ portal?: tailwind_merge0.ClassNameValue;
2173
+ trigger?: tailwind_merge0.ClassNameValue;
2174
+ viewport?: tailwind_merge0.ClassNameValue;
2175
+ item?: tailwind_merge0.ClassNameValue;
2176
+ icon?: tailwind_merge0.ClassNameValue;
2177
+ positioner?: tailwind_merge0.ClassNameValue;
2178
+ arrow?: tailwind_merge0.ClassNameValue;
2179
+ list?: tailwind_merge0.ClassNameValue;
2180
+ };
2181
+ };
2182
+ } | {
2183
+ [x: string]: {
2184
+ [x: string]: tailwind_merge0.ClassNameValue | {
2185
+ content?: tailwind_merge0.ClassNameValue;
2186
+ root?: tailwind_merge0.ClassNameValue;
2187
+ link?: tailwind_merge0.ClassNameValue;
2188
+ backdrop?: tailwind_merge0.ClassNameValue;
2189
+ popup?: tailwind_merge0.ClassNameValue;
2190
+ portal?: tailwind_merge0.ClassNameValue;
2191
+ trigger?: tailwind_merge0.ClassNameValue;
2192
+ viewport?: tailwind_merge0.ClassNameValue;
2193
+ item?: tailwind_merge0.ClassNameValue;
2194
+ icon?: tailwind_merge0.ClassNameValue;
2195
+ positioner?: tailwind_merge0.ClassNameValue;
2196
+ arrow?: tailwind_merge0.ClassNameValue;
2197
+ list?: tailwind_merge0.ClassNameValue;
2198
+ };
2199
+ };
2200
+ } | {}, {
2201
+ root: string;
2202
+ list: string;
2203
+ item: string;
2204
+ trigger: string;
2205
+ icon: string;
2206
+ content: string;
2207
+ link: string;
2208
+ portal: string;
2209
+ backdrop: string;
2210
+ positioner: string;
2211
+ popup: string;
2212
+ arrow: string;
2213
+ viewport: string;
2214
+ }, undefined, {
2215
+ [key: string]: {
2216
+ [key: string]: tailwind_merge0.ClassNameValue | {
2217
+ content?: tailwind_merge0.ClassNameValue;
2218
+ root?: tailwind_merge0.ClassNameValue;
2219
+ link?: tailwind_merge0.ClassNameValue;
2220
+ backdrop?: tailwind_merge0.ClassNameValue;
2221
+ popup?: tailwind_merge0.ClassNameValue;
2222
+ portal?: tailwind_merge0.ClassNameValue;
2223
+ trigger?: tailwind_merge0.ClassNameValue;
2224
+ viewport?: tailwind_merge0.ClassNameValue;
2225
+ item?: tailwind_merge0.ClassNameValue;
2226
+ icon?: tailwind_merge0.ClassNameValue;
2227
+ positioner?: tailwind_merge0.ClassNameValue;
2228
+ arrow?: tailwind_merge0.ClassNameValue;
2229
+ list?: tailwind_merge0.ClassNameValue;
2230
+ };
2231
+ };
2232
+ } | {}, {
2233
+ root: string;
2234
+ list: string;
2235
+ item: string;
2236
+ trigger: string;
2237
+ icon: string;
2238
+ content: string;
2239
+ link: string;
2240
+ portal: string;
2241
+ backdrop: string;
2242
+ positioner: string;
2243
+ popup: string;
2244
+ arrow: string;
2245
+ viewport: string;
2246
+ }, tailwind_variants0.TVReturnType<unknown, {
2247
+ root: string;
2248
+ list: string;
2249
+ item: string;
2250
+ trigger: string;
2251
+ icon: string;
2252
+ content: string;
2253
+ link: string;
2254
+ portal: string;
2255
+ backdrop: string;
2256
+ positioner: string;
2257
+ popup: string;
2258
+ arrow: string;
2259
+ viewport: string;
2260
+ }, undefined, unknown, unknown, undefined>>;
2261
+ type NavigationMenuVariants = VariantProps<typeof navigationMenuVariants>;
2262
+ //#endregion
2263
+ //#region src/components/navigation-menu/navigation-menu.d.ts
2264
+ interface NavigationMenuProps extends NavigationMenuVariants, NavigationMenu.Root.Props {}
2265
+ interface NavigationMenuListProps extends NavigationMenu.List.Props {}
2266
+ interface NavigationMenuItemProps extends NavigationMenu.Item.Props {}
2267
+ interface NavigationMenuTriggerProps extends NavigationMenu.Trigger.Props {}
2268
+ interface NavigationMenuIconProps extends NavigationMenu.Icon.Props {}
2269
+ interface NavigationMenuContentProps extends NavigationMenu.Content.Props {}
2270
+ interface NavigationMenuLinkProps extends NavigationMenu.Link.Props {}
2271
+ interface NavigationMenuPortalProps extends NavigationMenu.Portal.Props {}
2272
+ interface NavigationMenuBackdropProps extends NavigationMenu.Backdrop.Props {}
2273
+ interface NavigationMenuPositionerProps extends NavigationMenu.Positioner.Props {}
2274
+ interface NavigationMenuPopupProps extends NavigationMenu.Popup.Props {}
2275
+ interface NavigationMenuArrowProps extends NavigationMenu.Arrow.Props {}
2276
+ interface NavigationMenuViewportProps extends NavigationMenu.Viewport.Props {}
2277
+ declare const _default$16: (({
2278
+ className,
2279
+ ...props
2280
+ }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element) & {
2281
+ Arrow: ({
2282
+ className,
2283
+ ...props
2284
+ }: NavigationMenuArrowProps) => react_jsx_runtime0.JSX.Element;
2285
+ Backdrop: ({
2286
+ className,
2287
+ ...props
2288
+ }: NavigationMenuBackdropProps) => react_jsx_runtime0.JSX.Element;
2289
+ Content: ({
2290
+ className,
2291
+ ...props
2292
+ }: NavigationMenuContentProps) => react_jsx_runtime0.JSX.Element;
2293
+ Icon: ({
2294
+ className,
2295
+ children,
2296
+ ...props
2297
+ }: NavigationMenuIconProps) => react_jsx_runtime0.JSX.Element;
2298
+ Item: ({
2299
+ className,
2300
+ ...props
2301
+ }: NavigationMenuItemProps) => react_jsx_runtime0.JSX.Element;
2302
+ Link: ({
2303
+ className,
2304
+ ...props
2305
+ }: NavigationMenuLinkProps) => react_jsx_runtime0.JSX.Element;
2306
+ List: ({
2307
+ className,
2308
+ ...props
2309
+ }: NavigationMenuListProps) => react_jsx_runtime0.JSX.Element;
2310
+ Popup: ({
2311
+ className,
2312
+ ...props
2313
+ }: NavigationMenuPopupProps) => react_jsx_runtime0.JSX.Element;
2314
+ Portal: ({
2315
+ ...props
2316
+ }: NavigationMenuPortalProps) => react_jsx_runtime0.JSX.Element;
2317
+ Positioner: ({
2318
+ className,
2319
+ ...props
2320
+ }: NavigationMenuPositionerProps) => react_jsx_runtime0.JSX.Element;
2321
+ Root: ({
2322
+ className,
2323
+ ...props
2324
+ }: NavigationMenuProps) => react_jsx_runtime0.JSX.Element;
2325
+ Trigger: ({
2326
+ className,
2327
+ children,
2328
+ ...props
2329
+ }: NavigationMenuTriggerProps) => react_jsx_runtime0.JSX.Element;
2330
+ Viewport: ({
2331
+ className,
2332
+ ...props
2333
+ }: NavigationMenuViewportProps) => react_jsx_runtime0.JSX.Element;
1885
2334
  };
1886
2335
  //#endregion
1887
2336
  //#region src/components/popover/popover.variants.d.ts
1888
- declare const popoverVariants: tailwind_variants329.TVReturnType<{
2337
+ declare const popoverVariants: tailwind_variants0.TVReturnType<{
1889
2338
  [key: string]: {
1890
- [key: string]: tailwind_merge1871.ClassNameValue | {
1891
- content?: tailwind_merge1871.ClassNameValue;
1892
- root?: tailwind_merge1871.ClassNameValue;
1893
- trigger?: tailwind_merge1871.ClassNameValue;
1894
- description?: tailwind_merge1871.ClassNameValue;
1895
- title?: tailwind_merge1871.ClassNameValue;
1896
- backdrop?: tailwind_merge1871.ClassNameValue;
1897
- close?: tailwind_merge1871.ClassNameValue;
1898
- popup?: tailwind_merge1871.ClassNameValue;
1899
- portal?: tailwind_merge1871.ClassNameValue;
1900
- viewport?: tailwind_merge1871.ClassNameValue;
1901
- arrow?: tailwind_merge1871.ClassNameValue;
1902
- positioner?: tailwind_merge1871.ClassNameValue;
2339
+ [key: string]: tailwind_merge0.ClassNameValue | {
2340
+ content?: tailwind_merge0.ClassNameValue;
2341
+ description?: tailwind_merge0.ClassNameValue;
2342
+ root?: tailwind_merge0.ClassNameValue;
2343
+ title?: tailwind_merge0.ClassNameValue;
2344
+ backdrop?: tailwind_merge0.ClassNameValue;
2345
+ close?: tailwind_merge0.ClassNameValue;
2346
+ popup?: tailwind_merge0.ClassNameValue;
2347
+ portal?: tailwind_merge0.ClassNameValue;
2348
+ trigger?: tailwind_merge0.ClassNameValue;
2349
+ viewport?: tailwind_merge0.ClassNameValue;
2350
+ positioner?: tailwind_merge0.ClassNameValue;
2351
+ arrow?: tailwind_merge0.ClassNameValue;
1903
2352
  };
1904
2353
  };
1905
2354
  } | {
1906
2355
  [x: string]: {
1907
- [x: string]: tailwind_merge1871.ClassNameValue | {
1908
- content?: tailwind_merge1871.ClassNameValue;
1909
- root?: tailwind_merge1871.ClassNameValue;
1910
- trigger?: tailwind_merge1871.ClassNameValue;
1911
- description?: tailwind_merge1871.ClassNameValue;
1912
- title?: tailwind_merge1871.ClassNameValue;
1913
- backdrop?: tailwind_merge1871.ClassNameValue;
1914
- close?: tailwind_merge1871.ClassNameValue;
1915
- popup?: tailwind_merge1871.ClassNameValue;
1916
- portal?: tailwind_merge1871.ClassNameValue;
1917
- viewport?: tailwind_merge1871.ClassNameValue;
1918
- arrow?: tailwind_merge1871.ClassNameValue;
1919
- positioner?: tailwind_merge1871.ClassNameValue;
2356
+ [x: string]: tailwind_merge0.ClassNameValue | {
2357
+ content?: tailwind_merge0.ClassNameValue;
2358
+ description?: tailwind_merge0.ClassNameValue;
2359
+ root?: tailwind_merge0.ClassNameValue;
2360
+ title?: tailwind_merge0.ClassNameValue;
2361
+ backdrop?: tailwind_merge0.ClassNameValue;
2362
+ close?: tailwind_merge0.ClassNameValue;
2363
+ popup?: tailwind_merge0.ClassNameValue;
2364
+ portal?: tailwind_merge0.ClassNameValue;
2365
+ trigger?: tailwind_merge0.ClassNameValue;
2366
+ viewport?: tailwind_merge0.ClassNameValue;
2367
+ positioner?: tailwind_merge0.ClassNameValue;
2368
+ arrow?: tailwind_merge0.ClassNameValue;
1920
2369
  };
1921
2370
  };
1922
2371
  } | {}, {
@@ -1934,19 +2383,19 @@ declare const popoverVariants: tailwind_variants329.TVReturnType<{
1934
2383
  viewport: string;
1935
2384
  }, undefined, {
1936
2385
  [key: string]: {
1937
- [key: string]: tailwind_merge1871.ClassNameValue | {
1938
- content?: tailwind_merge1871.ClassNameValue;
1939
- root?: tailwind_merge1871.ClassNameValue;
1940
- trigger?: tailwind_merge1871.ClassNameValue;
1941
- description?: tailwind_merge1871.ClassNameValue;
1942
- title?: tailwind_merge1871.ClassNameValue;
1943
- backdrop?: tailwind_merge1871.ClassNameValue;
1944
- close?: tailwind_merge1871.ClassNameValue;
1945
- popup?: tailwind_merge1871.ClassNameValue;
1946
- portal?: tailwind_merge1871.ClassNameValue;
1947
- viewport?: tailwind_merge1871.ClassNameValue;
1948
- arrow?: tailwind_merge1871.ClassNameValue;
1949
- positioner?: tailwind_merge1871.ClassNameValue;
2386
+ [key: string]: tailwind_merge0.ClassNameValue | {
2387
+ content?: tailwind_merge0.ClassNameValue;
2388
+ description?: tailwind_merge0.ClassNameValue;
2389
+ root?: tailwind_merge0.ClassNameValue;
2390
+ title?: tailwind_merge0.ClassNameValue;
2391
+ backdrop?: tailwind_merge0.ClassNameValue;
2392
+ close?: tailwind_merge0.ClassNameValue;
2393
+ popup?: tailwind_merge0.ClassNameValue;
2394
+ portal?: tailwind_merge0.ClassNameValue;
2395
+ trigger?: tailwind_merge0.ClassNameValue;
2396
+ viewport?: tailwind_merge0.ClassNameValue;
2397
+ positioner?: tailwind_merge0.ClassNameValue;
2398
+ arrow?: tailwind_merge0.ClassNameValue;
1950
2399
  };
1951
2400
  };
1952
2401
  } | {}, {
@@ -1962,7 +2411,7 @@ declare const popoverVariants: tailwind_variants329.TVReturnType<{
1962
2411
  title: string;
1963
2412
  trigger: string;
1964
2413
  viewport: string;
1965
- }, tailwind_variants329.TVReturnType<unknown, {
2414
+ }, tailwind_variants0.TVReturnType<unknown, {
1966
2415
  arrow: string;
1967
2416
  backdrop: string;
1968
2417
  close: string;
@@ -1990,57 +2439,57 @@ interface PopoverViewportProps extends Popover.Viewport.Props {}
1990
2439
  interface PopoverTitleProps extends Popover.Title.Props {}
1991
2440
  interface PopoverDescriptionProps extends Popover.Description.Props {}
1992
2441
  interface PopoverCloseProps extends Popover.Close.Props {}
1993
- declare const _default$15: (({
2442
+ declare const _default$17: (({
1994
2443
  ...props
1995
- }: PopoverProps) => react_jsx_runtime843.JSX.Element) & {
2444
+ }: PopoverProps) => react_jsx_runtime0.JSX.Element) & {
1996
2445
  Arrow: ({
1997
2446
  className,
1998
2447
  ...props
1999
- }: PopoverArrowProps) => react_jsx_runtime843.JSX.Element;
2448
+ }: PopoverArrowProps) => react_jsx_runtime0.JSX.Element;
2000
2449
  Backdrop: ({
2001
2450
  className,
2002
2451
  ...props
2003
- }: PopoverBackdropProps) => react_jsx_runtime843.JSX.Element;
2452
+ }: PopoverBackdropProps) => react_jsx_runtime0.JSX.Element;
2004
2453
  Close: ({
2005
2454
  className,
2006
2455
  children,
2007
2456
  ...props
2008
- }: PopoverCloseProps) => react_jsx_runtime843.JSX.Element;
2457
+ }: PopoverCloseProps) => react_jsx_runtime0.JSX.Element;
2009
2458
  Description: ({
2010
2459
  className,
2011
2460
  ...props
2012
- }: PopoverDescriptionProps) => react_jsx_runtime843.JSX.Element;
2461
+ }: PopoverDescriptionProps) => react_jsx_runtime0.JSX.Element;
2013
2462
  Popup: ({
2014
2463
  className,
2015
2464
  ...props
2016
- }: PopoverPopupProps) => react_jsx_runtime843.JSX.Element;
2465
+ }: PopoverPopupProps) => react_jsx_runtime0.JSX.Element;
2017
2466
  Portal: ({
2018
2467
  className,
2019
2468
  ...props
2020
- }: PopoverPortalProps) => react_jsx_runtime843.JSX.Element;
2469
+ }: PopoverPortalProps) => react_jsx_runtime0.JSX.Element;
2021
2470
  Positioner: ({
2022
2471
  className,
2023
2472
  ...props
2024
- }: PopoverPositionerProps) => react_jsx_runtime843.JSX.Element;
2473
+ }: PopoverPositionerProps) => react_jsx_runtime0.JSX.Element;
2025
2474
  Root: ({
2026
2475
  ...props
2027
- }: PopoverProps) => react_jsx_runtime843.JSX.Element;
2476
+ }: PopoverProps) => react_jsx_runtime0.JSX.Element;
2028
2477
  Title: ({
2029
2478
  className,
2030
2479
  ...props
2031
- }: PopoverTitleProps) => react_jsx_runtime843.JSX.Element;
2480
+ }: PopoverTitleProps) => react_jsx_runtime0.JSX.Element;
2032
2481
  Trigger: ({
2033
2482
  className,
2034
2483
  ...props
2035
- }: PopoverTriggerProps) => react_jsx_runtime843.JSX.Element;
2484
+ }: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
2036
2485
  Viewport: ({
2037
2486
  className,
2038
2487
  ...props
2039
- }: PopoverViewportProps) => react_jsx_runtime843.JSX.Element;
2488
+ }: PopoverViewportProps) => react_jsx_runtime0.JSX.Element;
2040
2489
  };
2041
2490
  //#endregion
2042
2491
  //#region src/components/progress/progress.variants.d.ts
2043
- declare const progressVariants: tailwind_variants329.TVReturnType<{
2492
+ declare const progressVariants: tailwind_variants0.TVReturnType<{
2044
2493
  size: {
2045
2494
  lg: {
2046
2495
  root: string;
@@ -2104,7 +2553,7 @@ declare const progressVariants: tailwind_variants329.TVReturnType<{
2104
2553
  root: string;
2105
2554
  track: string;
2106
2555
  value: string;
2107
- }, tailwind_variants329.TVReturnType<{
2556
+ }, tailwind_variants0.TVReturnType<{
2108
2557
  size: {
2109
2558
  lg: {
2110
2559
  root: string;
@@ -2145,49 +2594,49 @@ interface ProgressLabelProps extends Progress.Label.Props {}
2145
2594
  interface ProgressValueProps extends Progress.Value.Props {}
2146
2595
  interface ProgressTrackProps extends Progress.Track.Props {}
2147
2596
  interface ProgressIndicatorProps extends Progress.Indicator.Props {}
2148
- declare const _default$16: (({
2597
+ declare const _default$18: (({
2149
2598
  className,
2150
2599
  variant,
2151
2600
  size,
2152
2601
  ...props
2153
- }: ProgressProps) => react_jsx_runtime843.JSX.Element) & {
2602
+ }: ProgressProps) => react_jsx_runtime0.JSX.Element) & {
2154
2603
  Indicator: ({
2155
2604
  className,
2156
2605
  ...props
2157
- }: ProgressIndicatorProps) => react_jsx_runtime843.JSX.Element;
2606
+ }: ProgressIndicatorProps) => react_jsx_runtime0.JSX.Element;
2158
2607
  Label: ({
2159
2608
  className,
2160
2609
  ...props
2161
- }: ProgressLabelProps) => react_jsx_runtime843.JSX.Element;
2610
+ }: ProgressLabelProps) => react_jsx_runtime0.JSX.Element;
2162
2611
  Root: ({
2163
2612
  className,
2164
2613
  variant,
2165
2614
  size,
2166
2615
  ...props
2167
- }: ProgressProps) => react_jsx_runtime843.JSX.Element;
2616
+ }: ProgressProps) => react_jsx_runtime0.JSX.Element;
2168
2617
  Track: ({
2169
2618
  className,
2170
2619
  ...props
2171
- }: ProgressTrackProps) => react_jsx_runtime843.JSX.Element;
2620
+ }: ProgressTrackProps) => react_jsx_runtime0.JSX.Element;
2172
2621
  Value: ({
2173
2622
  className,
2174
2623
  ...props
2175
- }: ProgressValueProps) => react_jsx_runtime843.JSX.Element;
2624
+ }: ProgressValueProps) => react_jsx_runtime0.JSX.Element;
2176
2625
  };
2177
2626
  //#endregion
2178
2627
  //#region src/components/radio/radio.variants.d.ts
2179
- declare const radioVariants: tailwind_variants329.TVReturnType<{
2628
+ declare const radioVariants: tailwind_variants0.TVReturnType<{
2180
2629
  [key: string]: {
2181
- [key: string]: tailwind_merge1871.ClassNameValue | {
2182
- root?: tailwind_merge1871.ClassNameValue;
2183
- indicator?: tailwind_merge1871.ClassNameValue;
2630
+ [key: string]: tailwind_merge0.ClassNameValue | {
2631
+ indicator?: tailwind_merge0.ClassNameValue;
2632
+ root?: tailwind_merge0.ClassNameValue;
2184
2633
  };
2185
2634
  };
2186
2635
  } | {
2187
2636
  [x: string]: {
2188
- [x: string]: tailwind_merge1871.ClassNameValue | {
2189
- root?: tailwind_merge1871.ClassNameValue;
2190
- indicator?: tailwind_merge1871.ClassNameValue;
2637
+ [x: string]: tailwind_merge0.ClassNameValue | {
2638
+ indicator?: tailwind_merge0.ClassNameValue;
2639
+ root?: tailwind_merge0.ClassNameValue;
2191
2640
  };
2192
2641
  };
2193
2642
  } | {}, {
@@ -2195,15 +2644,15 @@ declare const radioVariants: tailwind_variants329.TVReturnType<{
2195
2644
  root: string;
2196
2645
  }, undefined, {
2197
2646
  [key: string]: {
2198
- [key: string]: tailwind_merge1871.ClassNameValue | {
2199
- root?: tailwind_merge1871.ClassNameValue;
2200
- indicator?: tailwind_merge1871.ClassNameValue;
2647
+ [key: string]: tailwind_merge0.ClassNameValue | {
2648
+ indicator?: tailwind_merge0.ClassNameValue;
2649
+ root?: tailwind_merge0.ClassNameValue;
2201
2650
  };
2202
2651
  };
2203
2652
  } | {}, {
2204
2653
  indicator: string;
2205
2654
  root: string;
2206
- }, tailwind_variants329.TVReturnType<unknown, {
2655
+ }, tailwind_variants0.TVReturnType<unknown, {
2207
2656
  indicator: string;
2208
2657
  root: string;
2209
2658
  }, undefined, unknown, unknown, undefined>>;
@@ -2212,22 +2661,22 @@ type RadioVariants = VariantProps<typeof radioVariants>;
2212
2661
  //#region src/components/radio/radio.d.ts
2213
2662
  interface RadioProps extends RadioVariants, Radio.Root.Props {}
2214
2663
  interface RadioIndicatorProps extends Radio.Indicator.Props {}
2215
- declare const _default$17: (({
2664
+ declare const _default$19: (({
2216
2665
  className,
2217
2666
  ...props
2218
- }: RadioProps) => react_jsx_runtime843.JSX.Element) & {
2667
+ }: RadioProps) => react_jsx_runtime0.JSX.Element) & {
2219
2668
  Indicator: ({
2220
2669
  className,
2221
2670
  ...props
2222
- }: RadioIndicatorProps) => react_jsx_runtime843.JSX.Element;
2671
+ }: RadioIndicatorProps) => react_jsx_runtime0.JSX.Element;
2223
2672
  Root: ({
2224
2673
  className,
2225
2674
  ...props
2226
- }: RadioProps) => react_jsx_runtime843.JSX.Element;
2675
+ }: RadioProps) => react_jsx_runtime0.JSX.Element;
2227
2676
  };
2228
2677
  //#endregion
2229
2678
  //#region src/components/radio-group/radio-group.variants.d.ts
2230
- declare const radioGroupVariants: tailwind_variants329.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants329.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
2679
+ declare const radioGroupVariants: tailwind_variants0.TVReturnType<{} | {} | {}, undefined, "radio-group", {} | {}, undefined, tailwind_variants0.TVReturnType<unknown, undefined, "radio-group", unknown, unknown, undefined>>;
2231
2680
  type RadioGroupVariants = VariantProps<typeof radioGroupVariants>;
2232
2681
  //#endregion
2233
2682
  //#region src/components/radio-group/radio-group.d.ts
@@ -2235,176 +2684,211 @@ interface RadioGroupProps extends RadioGroupVariants, RadioGroup$1.Props {}
2235
2684
  declare const RadioGroup: ({
2236
2685
  className,
2237
2686
  ...props
2238
- }: RadioGroupProps) => react_jsx_runtime843.JSX.Element;
2687
+ }: RadioGroupProps) => react_jsx_runtime0.JSX.Element;
2239
2688
  //#endregion
2240
2689
  //#region src/components/select/select.variants.d.ts
2241
- declare const selectVariants: tailwind_variants329.TVReturnType<{
2690
+ declare const selectVariants: tailwind_variants0.TVReturnType<{
2242
2691
  [key: string]: {
2243
- [key: string]: tailwind_merge1871.ClassNameValue | {
2244
- item?: tailwind_merge1871.ClassNameValue;
2245
- root?: tailwind_merge1871.ClassNameValue;
2246
- trigger?: tailwind_merge1871.ClassNameValue;
2247
- value?: tailwind_merge1871.ClassNameValue;
2248
- popup?: tailwind_merge1871.ClassNameValue;
2249
- group?: tailwind_merge1871.ClassNameValue;
2250
- groupLabel?: tailwind_merge1871.ClassNameValue;
2251
- positioner?: tailwind_merge1871.ClassNameValue;
2252
- separator?: tailwind_merge1871.ClassNameValue;
2253
- icon?: tailwind_merge1871.ClassNameValue;
2254
- itemIndicator?: tailwind_merge1871.ClassNameValue;
2255
- scrollDownArrow?: tailwind_merge1871.ClassNameValue;
2256
- scrollUpArrow?: tailwind_merge1871.ClassNameValue;
2692
+ [key: string]: tailwind_merge0.ClassNameValue | {
2693
+ root?: tailwind_merge0.ClassNameValue;
2694
+ backdrop?: tailwind_merge0.ClassNameValue;
2695
+ popup?: tailwind_merge0.ClassNameValue;
2696
+ portal?: tailwind_merge0.ClassNameValue;
2697
+ trigger?: tailwind_merge0.ClassNameValue;
2698
+ value?: tailwind_merge0.ClassNameValue;
2699
+ item?: tailwind_merge0.ClassNameValue;
2700
+ icon?: tailwind_merge0.ClassNameValue;
2701
+ positioner?: tailwind_merge0.ClassNameValue;
2702
+ arrow?: tailwind_merge0.ClassNameValue;
2703
+ list?: tailwind_merge0.ClassNameValue;
2704
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2705
+ separator?: tailwind_merge0.ClassNameValue;
2706
+ group?: tailwind_merge0.ClassNameValue;
2707
+ groupLabel?: tailwind_merge0.ClassNameValue;
2708
+ itemText?: tailwind_merge0.ClassNameValue;
2257
2709
  };
2258
2710
  };
2259
2711
  } | {
2260
2712
  [x: string]: {
2261
- [x: string]: tailwind_merge1871.ClassNameValue | {
2262
- item?: tailwind_merge1871.ClassNameValue;
2263
- root?: tailwind_merge1871.ClassNameValue;
2264
- trigger?: tailwind_merge1871.ClassNameValue;
2265
- value?: tailwind_merge1871.ClassNameValue;
2266
- popup?: tailwind_merge1871.ClassNameValue;
2267
- group?: tailwind_merge1871.ClassNameValue;
2268
- groupLabel?: tailwind_merge1871.ClassNameValue;
2269
- positioner?: tailwind_merge1871.ClassNameValue;
2270
- separator?: tailwind_merge1871.ClassNameValue;
2271
- icon?: tailwind_merge1871.ClassNameValue;
2272
- itemIndicator?: tailwind_merge1871.ClassNameValue;
2273
- scrollDownArrow?: tailwind_merge1871.ClassNameValue;
2274
- scrollUpArrow?: tailwind_merge1871.ClassNameValue;
2713
+ [x: string]: tailwind_merge0.ClassNameValue | {
2714
+ root?: tailwind_merge0.ClassNameValue;
2715
+ backdrop?: tailwind_merge0.ClassNameValue;
2716
+ popup?: tailwind_merge0.ClassNameValue;
2717
+ portal?: tailwind_merge0.ClassNameValue;
2718
+ trigger?: tailwind_merge0.ClassNameValue;
2719
+ value?: tailwind_merge0.ClassNameValue;
2720
+ item?: tailwind_merge0.ClassNameValue;
2721
+ icon?: tailwind_merge0.ClassNameValue;
2722
+ positioner?: tailwind_merge0.ClassNameValue;
2723
+ arrow?: tailwind_merge0.ClassNameValue;
2724
+ list?: tailwind_merge0.ClassNameValue;
2725
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2726
+ separator?: tailwind_merge0.ClassNameValue;
2727
+ group?: tailwind_merge0.ClassNameValue;
2728
+ groupLabel?: tailwind_merge0.ClassNameValue;
2729
+ itemText?: tailwind_merge0.ClassNameValue;
2275
2730
  };
2276
2731
  };
2277
2732
  } | {}, {
2278
- group: string;
2279
- groupLabel: string;
2733
+ root: string;
2734
+ trigger: string;
2735
+ value: string;
2280
2736
  icon: string;
2737
+ portal: string;
2738
+ backdrop: string;
2739
+ positioner: string;
2740
+ popup: string;
2741
+ arrow: string;
2742
+ list: string;
2281
2743
  item: string;
2744
+ itemText: string;
2282
2745
  itemIndicator: string;
2283
- popup: string;
2284
- positioner: string;
2285
- root: string;
2286
- scrollDownArrow: string;
2287
- scrollUpArrow: string;
2288
2746
  separator: string;
2289
- trigger: string;
2290
- value: string;
2747
+ group: string;
2748
+ groupLabel: string;
2291
2749
  }, undefined, {
2292
2750
  [key: string]: {
2293
- [key: string]: tailwind_merge1871.ClassNameValue | {
2294
- item?: tailwind_merge1871.ClassNameValue;
2295
- root?: tailwind_merge1871.ClassNameValue;
2296
- trigger?: tailwind_merge1871.ClassNameValue;
2297
- value?: tailwind_merge1871.ClassNameValue;
2298
- popup?: tailwind_merge1871.ClassNameValue;
2299
- group?: tailwind_merge1871.ClassNameValue;
2300
- groupLabel?: tailwind_merge1871.ClassNameValue;
2301
- positioner?: tailwind_merge1871.ClassNameValue;
2302
- separator?: tailwind_merge1871.ClassNameValue;
2303
- icon?: tailwind_merge1871.ClassNameValue;
2304
- itemIndicator?: tailwind_merge1871.ClassNameValue;
2305
- scrollDownArrow?: tailwind_merge1871.ClassNameValue;
2306
- scrollUpArrow?: tailwind_merge1871.ClassNameValue;
2751
+ [key: string]: tailwind_merge0.ClassNameValue | {
2752
+ root?: tailwind_merge0.ClassNameValue;
2753
+ backdrop?: tailwind_merge0.ClassNameValue;
2754
+ popup?: tailwind_merge0.ClassNameValue;
2755
+ portal?: tailwind_merge0.ClassNameValue;
2756
+ trigger?: tailwind_merge0.ClassNameValue;
2757
+ value?: tailwind_merge0.ClassNameValue;
2758
+ item?: tailwind_merge0.ClassNameValue;
2759
+ icon?: tailwind_merge0.ClassNameValue;
2760
+ positioner?: tailwind_merge0.ClassNameValue;
2761
+ arrow?: tailwind_merge0.ClassNameValue;
2762
+ list?: tailwind_merge0.ClassNameValue;
2763
+ itemIndicator?: tailwind_merge0.ClassNameValue;
2764
+ separator?: tailwind_merge0.ClassNameValue;
2765
+ group?: tailwind_merge0.ClassNameValue;
2766
+ groupLabel?: tailwind_merge0.ClassNameValue;
2767
+ itemText?: tailwind_merge0.ClassNameValue;
2307
2768
  };
2308
2769
  };
2309
2770
  } | {}, {
2310
- group: string;
2311
- groupLabel: string;
2771
+ root: string;
2772
+ trigger: string;
2773
+ value: string;
2312
2774
  icon: string;
2775
+ portal: string;
2776
+ backdrop: string;
2777
+ positioner: string;
2778
+ popup: string;
2779
+ arrow: string;
2780
+ list: string;
2313
2781
  item: string;
2782
+ itemText: string;
2314
2783
  itemIndicator: string;
2315
- popup: string;
2316
- positioner: string;
2317
- root: string;
2318
- scrollDownArrow: string;
2319
- scrollUpArrow: string;
2320
2784
  separator: string;
2321
- trigger: string;
2322
- value: string;
2323
- }, tailwind_variants329.TVReturnType<unknown, {
2324
2785
  group: string;
2325
2786
  groupLabel: string;
2787
+ }, tailwind_variants0.TVReturnType<unknown, {
2788
+ root: string;
2789
+ trigger: string;
2790
+ value: string;
2326
2791
  icon: string;
2792
+ portal: string;
2793
+ backdrop: string;
2794
+ positioner: string;
2795
+ popup: string;
2796
+ arrow: string;
2797
+ list: string;
2327
2798
  item: string;
2799
+ itemText: string;
2328
2800
  itemIndicator: string;
2329
- popup: string;
2330
- positioner: string;
2331
- root: string;
2332
- scrollDownArrow: string;
2333
- scrollUpArrow: string;
2334
2801
  separator: string;
2335
- trigger: string;
2336
- value: string;
2802
+ group: string;
2803
+ groupLabel: string;
2337
2804
  }, undefined, unknown, unknown, undefined>>;
2338
2805
  type SelectVariants = VariantProps<typeof selectVariants>;
2339
2806
  //#endregion
2340
2807
  //#region src/components/select/select.d.ts
2341
2808
  interface SelectProps extends SelectVariants, Select.Root.Props<unknown> {}
2342
2809
  interface SelectTriggerProps extends Select.Trigger.Props {}
2810
+ interface SelectIconProps extends Select.Icon.Props {}
2343
2811
  interface SelectValueProps extends Select.Value.Props {}
2344
2812
  interface SelectPortalProps extends Select.Portal.Props {}
2813
+ interface SelectBackdropProps extends Select.Backdrop.Props {}
2345
2814
  interface SelectPositionerProps extends Select.Positioner.Props {}
2346
2815
  interface SelectPopupProps extends Select.Popup.Props {}
2816
+ interface SelectArrowProps extends Select.Arrow.Props {}
2817
+ interface SelectListProps extends Select.List.Props {}
2818
+ interface SelectItemIndicatorProps extends Select.ItemIndicator.Props {}
2819
+ interface SelectItemTextProps extends Select.ItemText.Props {}
2347
2820
  interface SelectItemProps extends Select.Item.Props {}
2348
2821
  interface SelectGroupProps extends Select.Group.Props {}
2349
2822
  interface SelectGroupLabelProps extends Select.GroupLabel.Props {}
2350
2823
  interface SelectSeparatorProps extends Select.Separator.Props {}
2351
- interface SelectScrollUpArrowProps extends Select.ScrollUpArrow.Props {}
2352
- interface SelectScrollDownArrowProps extends Select.ScrollDownArrow.Props {}
2353
- declare const _default$18: (({
2824
+ declare const _default$20: (({
2354
2825
  ...props
2355
- }: SelectProps) => react_jsx_runtime843.JSX.Element) & {
2826
+ }: SelectProps) => react_jsx_runtime0.JSX.Element) & {
2827
+ Arrow: ({
2828
+ className,
2829
+ ...props
2830
+ }: SelectArrowProps) => react_jsx_runtime0.JSX.Element;
2831
+ Backdrop: ({
2832
+ className,
2833
+ ...props
2834
+ }: SelectBackdropProps) => react_jsx_runtime0.JSX.Element;
2356
2835
  Group: ({
2357
2836
  className,
2358
2837
  ...props
2359
- }: SelectGroupProps) => react_jsx_runtime843.JSX.Element;
2838
+ }: SelectGroupProps) => react_jsx_runtime0.JSX.Element;
2360
2839
  GroupLabel: ({
2361
2840
  className,
2362
2841
  ...props
2363
- }: SelectGroupLabelProps) => react_jsx_runtime843.JSX.Element;
2364
- Item: ({
2842
+ }: SelectGroupLabelProps) => react_jsx_runtime0.JSX.Element;
2843
+ Icon: ({
2365
2844
  className,
2366
2845
  children,
2367
2846
  ...props
2368
- }: SelectItemProps) => react_jsx_runtime843.JSX.Element;
2369
- Popup: ({
2847
+ }: SelectIconProps) => react_jsx_runtime0.JSX.Element;
2848
+ Item: ({
2370
2849
  className,
2371
2850
  ...props
2372
- }: SelectPopupProps) => react_jsx_runtime843.JSX.Element;
2373
- Portal: ({
2851
+ }: SelectItemProps) => react_jsx_runtime0.JSX.Element;
2852
+ ItemIndicator: ({
2853
+ className,
2854
+ children,
2374
2855
  ...props
2375
- }: SelectPortalProps) => react_jsx_runtime843.JSX.Element;
2376
- Positioner: ({
2856
+ }: SelectItemIndicatorProps) => react_jsx_runtime0.JSX.Element;
2857
+ ItemText: ({
2377
2858
  className,
2378
2859
  ...props
2379
- }: SelectPositionerProps) => react_jsx_runtime843.JSX.Element;
2380
- Root: ({
2860
+ }: SelectItemTextProps) => react_jsx_runtime0.JSX.Element;
2861
+ List: ({
2862
+ className,
2381
2863
  ...props
2382
- }: SelectProps) => react_jsx_runtime843.JSX.Element;
2383
- ScrollDownArrow: ({
2864
+ }: SelectListProps) => react_jsx_runtime0.JSX.Element;
2865
+ Popup: ({
2384
2866
  className,
2385
2867
  ...props
2386
- }: SelectScrollDownArrowProps) => react_jsx_runtime843.JSX.Element;
2387
- ScrollUpArrow: ({
2868
+ }: SelectPopupProps) => react_jsx_runtime0.JSX.Element;
2869
+ Portal: ({
2870
+ ...props
2871
+ }: SelectPortalProps) => react_jsx_runtime0.JSX.Element;
2872
+ Positioner: ({
2388
2873
  className,
2389
2874
  ...props
2390
- }: SelectScrollUpArrowProps) => react_jsx_runtime843.JSX.Element;
2875
+ }: SelectPositionerProps) => react_jsx_runtime0.JSX.Element;
2391
2876
  Separator: ({
2392
2877
  className,
2393
2878
  ...props
2394
- }: SelectSeparatorProps) => react_jsx_runtime843.JSX.Element;
2879
+ }: SelectSeparatorProps) => react_jsx_runtime0.JSX.Element;
2395
2880
  Trigger: ({
2396
2881
  className,
2397
- children,
2398
2882
  ...props
2399
- }: SelectTriggerProps) => react_jsx_runtime843.JSX.Element;
2883
+ }: SelectTriggerProps) => react_jsx_runtime0.JSX.Element;
2400
2884
  Value: ({
2401
2885
  className,
2402
2886
  ...props
2403
- }: SelectValueProps) => react_jsx_runtime843.JSX.Element;
2887
+ }: SelectValueProps) => react_jsx_runtime0.JSX.Element;
2404
2888
  };
2405
2889
  //#endregion
2406
2890
  //#region src/components/separator/separator.variants.d.ts
2407
- declare const separatorVariants: tailwind_variants329.TVReturnType<{
2891
+ declare const separatorVariants: tailwind_variants0.TVReturnType<{
2408
2892
  orientation: {
2409
2893
  horizontal: string;
2410
2894
  vertical: string;
@@ -2414,7 +2898,7 @@ declare const separatorVariants: tailwind_variants329.TVReturnType<{
2414
2898
  horizontal: string;
2415
2899
  vertical: string;
2416
2900
  };
2417
- }, undefined, tailwind_variants329.TVReturnType<{
2901
+ }, undefined, tailwind_variants0.TVReturnType<{
2418
2902
  orientation: {
2419
2903
  horizontal: string;
2420
2904
  vertical: string;
@@ -2428,37 +2912,37 @@ declare const Separator: ({
2428
2912
  className,
2429
2913
  orientation,
2430
2914
  ...props
2431
- }: SeparatorProps) => react_jsx_runtime843.JSX.Element;
2915
+ }: SeparatorProps) => react_jsx_runtime0.JSX.Element;
2432
2916
  //#endregion
2433
2917
  //#region src/components/sidebar/sidebar.variants.d.ts
2434
- declare const sidebarVariants: tailwind_variants329.TVReturnType<{
2918
+ declare const sidebarVariants: tailwind_variants0.TVReturnType<{
2435
2919
  [key: string]: {
2436
- [key: string]: tailwind_merge1871.ClassNameValue | {
2437
- content?: tailwind_merge1871.ClassNameValue;
2438
- header?: tailwind_merge1871.ClassNameValue;
2439
- panel?: tailwind_merge1871.ClassNameValue;
2440
- root?: tailwind_merge1871.ClassNameValue;
2441
- trigger?: tailwind_merge1871.ClassNameValue;
2442
- footer?: tailwind_merge1871.ClassNameValue;
2443
- menu?: tailwind_merge1871.ClassNameValue;
2444
- menuItem?: tailwind_merge1871.ClassNameValue;
2445
- menuLabel?: tailwind_merge1871.ClassNameValue;
2446
- outlet?: tailwind_merge1871.ClassNameValue;
2920
+ [key: string]: tailwind_merge0.ClassNameValue | {
2921
+ content?: tailwind_merge0.ClassNameValue;
2922
+ root?: tailwind_merge0.ClassNameValue;
2923
+ footer?: tailwind_merge0.ClassNameValue;
2924
+ header?: tailwind_merge0.ClassNameValue;
2925
+ menu?: tailwind_merge0.ClassNameValue;
2926
+ trigger?: tailwind_merge0.ClassNameValue;
2927
+ panel?: tailwind_merge0.ClassNameValue;
2928
+ menuItem?: tailwind_merge0.ClassNameValue;
2929
+ menuLabel?: tailwind_merge0.ClassNameValue;
2930
+ outlet?: tailwind_merge0.ClassNameValue;
2447
2931
  };
2448
2932
  };
2449
2933
  } | {
2450
2934
  [x: string]: {
2451
- [x: string]: tailwind_merge1871.ClassNameValue | {
2452
- content?: tailwind_merge1871.ClassNameValue;
2453
- header?: tailwind_merge1871.ClassNameValue;
2454
- panel?: tailwind_merge1871.ClassNameValue;
2455
- root?: tailwind_merge1871.ClassNameValue;
2456
- trigger?: tailwind_merge1871.ClassNameValue;
2457
- footer?: tailwind_merge1871.ClassNameValue;
2458
- menu?: tailwind_merge1871.ClassNameValue;
2459
- menuItem?: tailwind_merge1871.ClassNameValue;
2460
- menuLabel?: tailwind_merge1871.ClassNameValue;
2461
- outlet?: tailwind_merge1871.ClassNameValue;
2935
+ [x: string]: tailwind_merge0.ClassNameValue | {
2936
+ content?: tailwind_merge0.ClassNameValue;
2937
+ root?: tailwind_merge0.ClassNameValue;
2938
+ footer?: tailwind_merge0.ClassNameValue;
2939
+ header?: tailwind_merge0.ClassNameValue;
2940
+ menu?: tailwind_merge0.ClassNameValue;
2941
+ trigger?: tailwind_merge0.ClassNameValue;
2942
+ panel?: tailwind_merge0.ClassNameValue;
2943
+ menuItem?: tailwind_merge0.ClassNameValue;
2944
+ menuLabel?: tailwind_merge0.ClassNameValue;
2945
+ outlet?: tailwind_merge0.ClassNameValue;
2462
2946
  };
2463
2947
  };
2464
2948
  } | {}, {
@@ -2474,17 +2958,17 @@ declare const sidebarVariants: tailwind_variants329.TVReturnType<{
2474
2958
  trigger: string;
2475
2959
  }, undefined, {
2476
2960
  [key: string]: {
2477
- [key: string]: tailwind_merge1871.ClassNameValue | {
2478
- content?: tailwind_merge1871.ClassNameValue;
2479
- header?: tailwind_merge1871.ClassNameValue;
2480
- panel?: tailwind_merge1871.ClassNameValue;
2481
- root?: tailwind_merge1871.ClassNameValue;
2482
- trigger?: tailwind_merge1871.ClassNameValue;
2483
- footer?: tailwind_merge1871.ClassNameValue;
2484
- menu?: tailwind_merge1871.ClassNameValue;
2485
- menuItem?: tailwind_merge1871.ClassNameValue;
2486
- menuLabel?: tailwind_merge1871.ClassNameValue;
2487
- outlet?: tailwind_merge1871.ClassNameValue;
2961
+ [key: string]: tailwind_merge0.ClassNameValue | {
2962
+ content?: tailwind_merge0.ClassNameValue;
2963
+ root?: tailwind_merge0.ClassNameValue;
2964
+ footer?: tailwind_merge0.ClassNameValue;
2965
+ header?: tailwind_merge0.ClassNameValue;
2966
+ menu?: tailwind_merge0.ClassNameValue;
2967
+ trigger?: tailwind_merge0.ClassNameValue;
2968
+ panel?: tailwind_merge0.ClassNameValue;
2969
+ menuItem?: tailwind_merge0.ClassNameValue;
2970
+ menuLabel?: tailwind_merge0.ClassNameValue;
2971
+ outlet?: tailwind_merge0.ClassNameValue;
2488
2972
  };
2489
2973
  };
2490
2974
  } | {}, {
@@ -2498,7 +2982,7 @@ declare const sidebarVariants: tailwind_variants329.TVReturnType<{
2498
2982
  panel: string;
2499
2983
  root: string;
2500
2984
  trigger: string;
2501
- }, tailwind_variants329.TVReturnType<unknown, {
2985
+ }, tailwind_variants0.TVReturnType<unknown, {
2502
2986
  content: string;
2503
2987
  footer: string;
2504
2988
  header: string;
@@ -2524,80 +3008,80 @@ interface SidebarFooterProps extends React$1.ComponentProps<"footer"> {}
2524
3008
  interface SidebarTriggerProps extends React$1.ComponentProps<"button"> {}
2525
3009
  interface SidebarOutletProps extends React$1.ComponentProps<"div"> {}
2526
3010
  interface SidebarMenuProps extends React$1.ComponentProps<"nav"> {}
2527
- interface SidebarMenuItemProps extends React$1.ComponentProps<typeof Slot> {}
3011
+ interface SidebarMenuItemProps extends React$1.ComponentProps<"li"> {}
2528
3012
  interface SidebarMenuLabelProps extends React$1.ComponentProps<"div"> {}
2529
- declare const _default$19: (({
3013
+ declare const _default$21: (({
2530
3014
  className,
2531
3015
  isOpen,
2532
3016
  onOpenChange,
2533
3017
  ...props
2534
- }: SidebarProps) => react_jsx_runtime843.JSX.Element) & {
3018
+ }: SidebarProps) => react_jsx_runtime0.JSX.Element) & {
2535
3019
  Content: ({
2536
3020
  className,
2537
3021
  ...props
2538
- }: SidebarContentProps) => react_jsx_runtime843.JSX.Element;
3022
+ }: SidebarContentProps) => react_jsx_runtime0.JSX.Element;
2539
3023
  Footer: ({
2540
3024
  className,
2541
3025
  ...props
2542
- }: SidebarFooterProps) => react_jsx_runtime843.JSX.Element;
3026
+ }: SidebarFooterProps) => react_jsx_runtime0.JSX.Element;
2543
3027
  Header: ({
2544
3028
  className,
2545
3029
  ...props
2546
- }: SidebarHeaderProps) => react_jsx_runtime843.JSX.Element;
3030
+ }: SidebarHeaderProps) => react_jsx_runtime0.JSX.Element;
2547
3031
  Menu: ({
2548
3032
  className,
2549
3033
  ...props
2550
- }: SidebarMenuProps) => react_jsx_runtime843.JSX.Element;
3034
+ }: SidebarMenuProps) => react_jsx_runtime0.JSX.Element;
2551
3035
  MenuItem: ({
2552
3036
  className,
2553
3037
  ...props
2554
- }: SidebarMenuItemProps) => react_jsx_runtime843.JSX.Element;
3038
+ }: SidebarMenuItemProps) => react_jsx_runtime0.JSX.Element;
2555
3039
  MenuLabel: ({
2556
3040
  className,
2557
3041
  ...props
2558
- }: SidebarMenuLabelProps) => react_jsx_runtime843.JSX.Element;
3042
+ }: SidebarMenuLabelProps) => react_jsx_runtime0.JSX.Element;
2559
3043
  Outlet: ({
2560
3044
  className,
2561
3045
  ...props
2562
- }: SidebarOutletProps) => react_jsx_runtime843.JSX.Element;
3046
+ }: SidebarOutletProps) => react_jsx_runtime0.JSX.Element;
2563
3047
  Panel: ({
2564
3048
  className,
2565
3049
  ...props
2566
- }: SidebarPanelProps) => react_jsx_runtime843.JSX.Element;
3050
+ }: SidebarPanelProps) => react_jsx_runtime0.JSX.Element;
2567
3051
  Root: ({
2568
3052
  className,
2569
3053
  isOpen,
2570
3054
  onOpenChange,
2571
3055
  ...props
2572
- }: SidebarProps) => react_jsx_runtime843.JSX.Element;
3056
+ }: SidebarProps) => react_jsx_runtime0.JSX.Element;
2573
3057
  Trigger: ({
2574
3058
  className,
2575
3059
  children,
2576
3060
  ...props
2577
- }: SidebarTriggerProps) => react_jsx_runtime843.JSX.Element;
3061
+ }: SidebarTriggerProps) => react_jsx_runtime0.JSX.Element;
2578
3062
  };
2579
3063
  //#endregion
2580
3064
  //#region src/components/slider/slider.variants.d.ts
2581
- declare const sliderVariants: tailwind_variants329.TVReturnType<{
3065
+ declare const sliderVariants: tailwind_variants0.TVReturnType<{
2582
3066
  [key: string]: {
2583
- [key: string]: tailwind_merge1871.ClassNameValue | {
2584
- root?: tailwind_merge1871.ClassNameValue;
2585
- indicator?: tailwind_merge1871.ClassNameValue;
2586
- track?: tailwind_merge1871.ClassNameValue;
2587
- value?: tailwind_merge1871.ClassNameValue;
2588
- control?: tailwind_merge1871.ClassNameValue;
2589
- thumb?: tailwind_merge1871.ClassNameValue;
3067
+ [key: string]: tailwind_merge0.ClassNameValue | {
3068
+ indicator?: tailwind_merge0.ClassNameValue;
3069
+ root?: tailwind_merge0.ClassNameValue;
3070
+ track?: tailwind_merge0.ClassNameValue;
3071
+ value?: tailwind_merge0.ClassNameValue;
3072
+ control?: tailwind_merge0.ClassNameValue;
3073
+ thumb?: tailwind_merge0.ClassNameValue;
2590
3074
  };
2591
3075
  };
2592
3076
  } | {
2593
3077
  [x: string]: {
2594
- [x: string]: tailwind_merge1871.ClassNameValue | {
2595
- root?: tailwind_merge1871.ClassNameValue;
2596
- indicator?: tailwind_merge1871.ClassNameValue;
2597
- track?: tailwind_merge1871.ClassNameValue;
2598
- value?: tailwind_merge1871.ClassNameValue;
2599
- control?: tailwind_merge1871.ClassNameValue;
2600
- thumb?: tailwind_merge1871.ClassNameValue;
3078
+ [x: string]: tailwind_merge0.ClassNameValue | {
3079
+ indicator?: tailwind_merge0.ClassNameValue;
3080
+ root?: tailwind_merge0.ClassNameValue;
3081
+ track?: tailwind_merge0.ClassNameValue;
3082
+ value?: tailwind_merge0.ClassNameValue;
3083
+ control?: tailwind_merge0.ClassNameValue;
3084
+ thumb?: tailwind_merge0.ClassNameValue;
2601
3085
  };
2602
3086
  };
2603
3087
  } | {}, {
@@ -2609,13 +3093,13 @@ declare const sliderVariants: tailwind_variants329.TVReturnType<{
2609
3093
  value: string;
2610
3094
  }, undefined, {
2611
3095
  [key: string]: {
2612
- [key: string]: tailwind_merge1871.ClassNameValue | {
2613
- root?: tailwind_merge1871.ClassNameValue;
2614
- indicator?: tailwind_merge1871.ClassNameValue;
2615
- track?: tailwind_merge1871.ClassNameValue;
2616
- value?: tailwind_merge1871.ClassNameValue;
2617
- control?: tailwind_merge1871.ClassNameValue;
2618
- thumb?: tailwind_merge1871.ClassNameValue;
3096
+ [key: string]: tailwind_merge0.ClassNameValue | {
3097
+ indicator?: tailwind_merge0.ClassNameValue;
3098
+ root?: tailwind_merge0.ClassNameValue;
3099
+ track?: tailwind_merge0.ClassNameValue;
3100
+ value?: tailwind_merge0.ClassNameValue;
3101
+ control?: tailwind_merge0.ClassNameValue;
3102
+ thumb?: tailwind_merge0.ClassNameValue;
2619
3103
  };
2620
3104
  };
2621
3105
  } | {}, {
@@ -2625,7 +3109,7 @@ declare const sliderVariants: tailwind_variants329.TVReturnType<{
2625
3109
  thumb: string;
2626
3110
  track: string;
2627
3111
  value: string;
2628
- }, tailwind_variants329.TVReturnType<unknown, {
3112
+ }, tailwind_variants0.TVReturnType<unknown, {
2629
3113
  control: string;
2630
3114
  indicator: string;
2631
3115
  root: string;
@@ -2637,38 +3121,38 @@ type SliderVariants = VariantProps<typeof sliderVariants>;
2637
3121
  //#endregion
2638
3122
  //#region src/components/slider/slider.d.ts
2639
3123
  interface SliderProps extends SliderVariants, Slider.Root.Props {}
2640
- declare const _default$20: (({
3124
+ declare const _default$22: (({
2641
3125
  className,
2642
3126
  ...props
2643
- }: SliderProps) => react_jsx_runtime843.JSX.Element) & {
3127
+ }: SliderProps) => react_jsx_runtime0.JSX.Element) & {
2644
3128
  Control: ({
2645
3129
  className,
2646
3130
  ...props
2647
- }: Slider.Control.Props) => react_jsx_runtime843.JSX.Element;
3131
+ }: Slider.Control.Props) => react_jsx_runtime0.JSX.Element;
2648
3132
  Indicator: ({
2649
3133
  className,
2650
3134
  ...props
2651
- }: Slider.Indicator.Props) => react_jsx_runtime843.JSX.Element;
3135
+ }: Slider.Indicator.Props) => react_jsx_runtime0.JSX.Element;
2652
3136
  Root: ({
2653
3137
  className,
2654
3138
  ...props
2655
- }: SliderProps) => react_jsx_runtime843.JSX.Element;
3139
+ }: SliderProps) => react_jsx_runtime0.JSX.Element;
2656
3140
  Thumb: ({
2657
3141
  className,
2658
3142
  ...props
2659
- }: Slider.Thumb.Props) => react_jsx_runtime843.JSX.Element;
3143
+ }: Slider.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2660
3144
  Track: ({
2661
3145
  className,
2662
3146
  ...props
2663
- }: Slider.Track.Props) => react_jsx_runtime843.JSX.Element;
3147
+ }: Slider.Track.Props) => react_jsx_runtime0.JSX.Element;
2664
3148
  Value: ({
2665
3149
  className,
2666
3150
  ...props
2667
- }: Slider.Value.Props) => react_jsx_runtime843.JSX.Element;
3151
+ }: Slider.Value.Props) => react_jsx_runtime0.JSX.Element;
2668
3152
  };
2669
3153
  //#endregion
2670
3154
  //#region src/components/spinner/spinner.variants.d.ts
2671
- declare const spinnerVariants: tailwind_variants329.TVReturnType<{
3155
+ declare const spinnerVariants: tailwind_variants0.TVReturnType<{
2672
3156
  size: {
2673
3157
  lg: string;
2674
3158
  md: string;
@@ -2692,7 +3176,7 @@ declare const spinnerVariants: tailwind_variants329.TVReturnType<{
2692
3176
  primary: string;
2693
3177
  success: string;
2694
3178
  };
2695
- }, undefined, tailwind_variants329.TVReturnType<{
3179
+ }, undefined, tailwind_variants0.TVReturnType<{
2696
3180
  size: {
2697
3181
  lg: string;
2698
3182
  md: string;
@@ -2717,10 +3201,10 @@ declare const Spinner: ({
2717
3201
  variant,
2718
3202
  asChild,
2719
3203
  ...props
2720
- }: SpinnerProps) => react_jsx_runtime843.JSX.Element;
3204
+ }: SpinnerProps) => react_jsx_runtime0.JSX.Element;
2721
3205
  //#endregion
2722
3206
  //#region src/components/switch/switch.variants.d.ts
2723
- declare const switchVariants: tailwind_variants329.TVReturnType<{
3207
+ declare const switchVariants: tailwind_variants0.TVReturnType<{
2724
3208
  size: {
2725
3209
  lg: {
2726
3210
  root: string;
@@ -2750,7 +3234,7 @@ declare const switchVariants: tailwind_variants329.TVReturnType<{
2750
3234
  }, {
2751
3235
  root: string;
2752
3236
  thumb: string;
2753
- }, tailwind_variants329.TVReturnType<{
3237
+ }, tailwind_variants0.TVReturnType<{
2754
3238
  size: {
2755
3239
  lg: {
2756
3240
  root: string;
@@ -2770,45 +3254,45 @@ type SwitchVariants = VariantProps<typeof switchVariants>;
2770
3254
  //#endregion
2771
3255
  //#region src/components/switch/switch.d.ts
2772
3256
  interface SwitchProps extends SwitchVariants, Switch.Root.Props {}
2773
- declare const _default$21: (({
3257
+ declare const _default$23: (({
2774
3258
  className,
2775
3259
  size,
2776
3260
  ...props
2777
- }: SwitchProps) => react_jsx_runtime843.JSX.Element) & {
3261
+ }: SwitchProps) => react_jsx_runtime0.JSX.Element) & {
2778
3262
  Root: ({
2779
3263
  className,
2780
3264
  size,
2781
3265
  ...props
2782
- }: SwitchProps) => react_jsx_runtime843.JSX.Element;
3266
+ }: SwitchProps) => react_jsx_runtime0.JSX.Element;
2783
3267
  Thumb: ({
2784
3268
  className,
2785
3269
  ...props
2786
- }: Switch.Thumb.Props) => react_jsx_runtime843.JSX.Element;
3270
+ }: Switch.Thumb.Props) => react_jsx_runtime0.JSX.Element;
2787
3271
  };
2788
3272
  //#endregion
2789
3273
  //#region src/components/table/table.variants.d.ts
2790
- declare const tableVariants: tailwind_variants329.TVReturnType<{
3274
+ declare const tableVariants: tailwind_variants0.TVReturnType<{
2791
3275
  [key: string]: {
2792
- [key: string]: tailwind_merge1871.ClassNameValue | {
2793
- root?: tailwind_merge1871.ClassNameValue;
2794
- tbody?: tailwind_merge1871.ClassNameValue;
2795
- td?: tailwind_merge1871.ClassNameValue;
2796
- tfoot?: tailwind_merge1871.ClassNameValue;
2797
- th?: tailwind_merge1871.ClassNameValue;
2798
- thead?: tailwind_merge1871.ClassNameValue;
2799
- tr?: tailwind_merge1871.ClassNameValue;
3276
+ [key: string]: tailwind_merge0.ClassNameValue | {
3277
+ root?: tailwind_merge0.ClassNameValue;
3278
+ tbody?: tailwind_merge0.ClassNameValue;
3279
+ td?: tailwind_merge0.ClassNameValue;
3280
+ tfoot?: tailwind_merge0.ClassNameValue;
3281
+ th?: tailwind_merge0.ClassNameValue;
3282
+ thead?: tailwind_merge0.ClassNameValue;
3283
+ tr?: tailwind_merge0.ClassNameValue;
2800
3284
  };
2801
3285
  };
2802
3286
  } | {
2803
3287
  [x: string]: {
2804
- [x: string]: tailwind_merge1871.ClassNameValue | {
2805
- root?: tailwind_merge1871.ClassNameValue;
2806
- tbody?: tailwind_merge1871.ClassNameValue;
2807
- td?: tailwind_merge1871.ClassNameValue;
2808
- tfoot?: tailwind_merge1871.ClassNameValue;
2809
- th?: tailwind_merge1871.ClassNameValue;
2810
- thead?: tailwind_merge1871.ClassNameValue;
2811
- tr?: tailwind_merge1871.ClassNameValue;
3288
+ [x: string]: tailwind_merge0.ClassNameValue | {
3289
+ root?: tailwind_merge0.ClassNameValue;
3290
+ tbody?: tailwind_merge0.ClassNameValue;
3291
+ td?: tailwind_merge0.ClassNameValue;
3292
+ tfoot?: tailwind_merge0.ClassNameValue;
3293
+ th?: tailwind_merge0.ClassNameValue;
3294
+ thead?: tailwind_merge0.ClassNameValue;
3295
+ tr?: tailwind_merge0.ClassNameValue;
2812
3296
  };
2813
3297
  };
2814
3298
  } | {}, {
@@ -2821,14 +3305,14 @@ declare const tableVariants: tailwind_variants329.TVReturnType<{
2821
3305
  tr: string;
2822
3306
  }, undefined, {
2823
3307
  [key: string]: {
2824
- [key: string]: tailwind_merge1871.ClassNameValue | {
2825
- root?: tailwind_merge1871.ClassNameValue;
2826
- tbody?: tailwind_merge1871.ClassNameValue;
2827
- td?: tailwind_merge1871.ClassNameValue;
2828
- tfoot?: tailwind_merge1871.ClassNameValue;
2829
- th?: tailwind_merge1871.ClassNameValue;
2830
- thead?: tailwind_merge1871.ClassNameValue;
2831
- tr?: tailwind_merge1871.ClassNameValue;
3308
+ [key: string]: tailwind_merge0.ClassNameValue | {
3309
+ root?: tailwind_merge0.ClassNameValue;
3310
+ tbody?: tailwind_merge0.ClassNameValue;
3311
+ td?: tailwind_merge0.ClassNameValue;
3312
+ tfoot?: tailwind_merge0.ClassNameValue;
3313
+ th?: tailwind_merge0.ClassNameValue;
3314
+ thead?: tailwind_merge0.ClassNameValue;
3315
+ tr?: tailwind_merge0.ClassNameValue;
2832
3316
  };
2833
3317
  };
2834
3318
  } | {}, {
@@ -2839,7 +3323,7 @@ declare const tableVariants: tailwind_variants329.TVReturnType<{
2839
3323
  th: string;
2840
3324
  thead: string;
2841
3325
  tr: string;
2842
- }, tailwind_variants329.TVReturnType<unknown, {
3326
+ }, tailwind_variants0.TVReturnType<unknown, {
2843
3327
  root: string;
2844
3328
  tbody: string;
2845
3329
  td: string;
@@ -2858,59 +3342,59 @@ interface TableHeaderCellProps extends React.ComponentProps<"th"> {}
2858
3342
  interface TableBodyProps extends React.ComponentProps<"tbody"> {}
2859
3343
  interface TableDataCellProps extends React.ComponentProps<"td"> {}
2860
3344
  interface TableFooterProps extends React.ComponentProps<"tfoot"> {}
2861
- declare const _default$22: (({
3345
+ declare const _default$24: (({
2862
3346
  className,
2863
3347
  ...props
2864
- }: TableProps) => react_jsx_runtime843.JSX.Element) & {
3348
+ }: TableProps) => react_jsx_runtime0.JSX.Element) & {
2865
3349
  Body: ({
2866
3350
  className,
2867
3351
  ...props
2868
- }: TableBodyProps) => react_jsx_runtime843.JSX.Element;
3352
+ }: TableBodyProps) => react_jsx_runtime0.JSX.Element;
2869
3353
  DataCell: ({
2870
3354
  className,
2871
3355
  ...props
2872
- }: TableDataCellProps) => react_jsx_runtime843.JSX.Element;
3356
+ }: TableDataCellProps) => react_jsx_runtime0.JSX.Element;
2873
3357
  Footer: ({
2874
3358
  className,
2875
3359
  ...props
2876
- }: TableFooterProps) => react_jsx_runtime843.JSX.Element;
3360
+ }: TableFooterProps) => react_jsx_runtime0.JSX.Element;
2877
3361
  Head: ({
2878
3362
  className,
2879
3363
  ...props
2880
- }: TableHeadProps) => react_jsx_runtime843.JSX.Element;
3364
+ }: TableHeadProps) => react_jsx_runtime0.JSX.Element;
2881
3365
  HeaderCell: ({
2882
3366
  className,
2883
3367
  ...props
2884
- }: TableHeaderCellProps) => react_jsx_runtime843.JSX.Element;
3368
+ }: TableHeaderCellProps) => react_jsx_runtime0.JSX.Element;
2885
3369
  Root: ({
2886
3370
  className,
2887
3371
  ...props
2888
- }: TableProps) => react_jsx_runtime843.JSX.Element;
3372
+ }: TableProps) => react_jsx_runtime0.JSX.Element;
2889
3373
  Row: ({
2890
3374
  className,
2891
3375
  ...props
2892
- }: TableRowProps) => react_jsx_runtime843.JSX.Element;
3376
+ }: TableRowProps) => react_jsx_runtime0.JSX.Element;
2893
3377
  };
2894
3378
  //#endregion
2895
3379
  //#region src/components/tabs/tabs.variants.d.ts
2896
- declare const tabsVariants: tailwind_variants329.TVReturnType<{
3380
+ declare const tabsVariants: tailwind_variants0.TVReturnType<{
2897
3381
  [key: string]: {
2898
- [key: string]: tailwind_merge1871.ClassNameValue | {
2899
- panel?: tailwind_merge1871.ClassNameValue;
2900
- root?: tailwind_merge1871.ClassNameValue;
2901
- indicator?: tailwind_merge1871.ClassNameValue;
2902
- list?: tailwind_merge1871.ClassNameValue;
2903
- tab?: tailwind_merge1871.ClassNameValue;
3382
+ [key: string]: tailwind_merge0.ClassNameValue | {
3383
+ indicator?: tailwind_merge0.ClassNameValue;
3384
+ root?: tailwind_merge0.ClassNameValue;
3385
+ panel?: tailwind_merge0.ClassNameValue;
3386
+ list?: tailwind_merge0.ClassNameValue;
3387
+ tab?: tailwind_merge0.ClassNameValue;
2904
3388
  };
2905
3389
  };
2906
3390
  } | {
2907
3391
  [x: string]: {
2908
- [x: string]: tailwind_merge1871.ClassNameValue | {
2909
- panel?: tailwind_merge1871.ClassNameValue;
2910
- root?: tailwind_merge1871.ClassNameValue;
2911
- indicator?: tailwind_merge1871.ClassNameValue;
2912
- list?: tailwind_merge1871.ClassNameValue;
2913
- tab?: tailwind_merge1871.ClassNameValue;
3392
+ [x: string]: tailwind_merge0.ClassNameValue | {
3393
+ indicator?: tailwind_merge0.ClassNameValue;
3394
+ root?: tailwind_merge0.ClassNameValue;
3395
+ panel?: tailwind_merge0.ClassNameValue;
3396
+ list?: tailwind_merge0.ClassNameValue;
3397
+ tab?: tailwind_merge0.ClassNameValue;
2914
3398
  };
2915
3399
  };
2916
3400
  } | {}, {
@@ -2921,12 +3405,12 @@ declare const tabsVariants: tailwind_variants329.TVReturnType<{
2921
3405
  tab: string;
2922
3406
  }, undefined, {
2923
3407
  [key: string]: {
2924
- [key: string]: tailwind_merge1871.ClassNameValue | {
2925
- panel?: tailwind_merge1871.ClassNameValue;
2926
- root?: tailwind_merge1871.ClassNameValue;
2927
- indicator?: tailwind_merge1871.ClassNameValue;
2928
- list?: tailwind_merge1871.ClassNameValue;
2929
- tab?: tailwind_merge1871.ClassNameValue;
3408
+ [key: string]: tailwind_merge0.ClassNameValue | {
3409
+ indicator?: tailwind_merge0.ClassNameValue;
3410
+ root?: tailwind_merge0.ClassNameValue;
3411
+ panel?: tailwind_merge0.ClassNameValue;
3412
+ list?: tailwind_merge0.ClassNameValue;
3413
+ tab?: tailwind_merge0.ClassNameValue;
2930
3414
  };
2931
3415
  };
2932
3416
  } | {}, {
@@ -2935,7 +3419,7 @@ declare const tabsVariants: tailwind_variants329.TVReturnType<{
2935
3419
  panel: string;
2936
3420
  root: string;
2937
3421
  tab: string;
2938
- }, tailwind_variants329.TVReturnType<unknown, {
3422
+ }, tailwind_variants0.TVReturnType<unknown, {
2939
3423
  indicator: string;
2940
3424
  list: string;
2941
3425
  panel: string;
@@ -2950,34 +3434,34 @@ interface TabsListProps extends Tabs.List.Props {}
2950
3434
  interface TabsTabProps extends Tabs.Tab.Props {}
2951
3435
  interface TabsIndicatorProps extends Tabs.Indicator.Props {}
2952
3436
  interface TabsPanelProps extends Tabs.Panel.Props {}
2953
- declare const _default$23: (({
3437
+ declare const _default$25: (({
2954
3438
  className,
2955
3439
  ...props
2956
- }: TabsProps) => react_jsx_runtime843.JSX.Element) & {
3440
+ }: TabsProps) => react_jsx_runtime0.JSX.Element) & {
2957
3441
  Indicator: ({
2958
3442
  className,
2959
3443
  ...props
2960
- }: TabsIndicatorProps) => react_jsx_runtime843.JSX.Element;
3444
+ }: TabsIndicatorProps) => react_jsx_runtime0.JSX.Element;
2961
3445
  List: ({
2962
3446
  className,
2963
3447
  ...props
2964
- }: TabsListProps) => react_jsx_runtime843.JSX.Element;
3448
+ }: TabsListProps) => react_jsx_runtime0.JSX.Element;
2965
3449
  Panel: ({
2966
3450
  className,
2967
3451
  ...props
2968
- }: TabsPanelProps) => react_jsx_runtime843.JSX.Element;
3452
+ }: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
2969
3453
  Root: ({
2970
3454
  className,
2971
3455
  ...props
2972
- }: TabsProps) => react_jsx_runtime843.JSX.Element;
3456
+ }: TabsProps) => react_jsx_runtime0.JSX.Element;
2973
3457
  Tab: ({
2974
3458
  className,
2975
3459
  ...props
2976
- }: TabsTabProps) => react_jsx_runtime843.JSX.Element;
3460
+ }: TabsTabProps) => react_jsx_runtime0.JSX.Element;
2977
3461
  };
2978
3462
  //#endregion
2979
3463
  //#region src/components/toast/toast.variants.d.ts
2980
- declare const toastVariants: tailwind_variants329.TVReturnType<{
3464
+ declare const toastVariants: tailwind_variants0.TVReturnType<{
2981
3465
  variant: {
2982
3466
  default: {
2983
3467
  root: string;
@@ -3009,7 +3493,7 @@ declare const toastVariants: tailwind_variants329.TVReturnType<{
3009
3493
  root: string;
3010
3494
  title: string;
3011
3495
  viewport: string;
3012
- }, tailwind_variants329.TVReturnType<{
3496
+ }, tailwind_variants0.TVReturnType<{
3013
3497
  variant: {
3014
3498
  default: {
3015
3499
  root: string;
@@ -3035,77 +3519,77 @@ interface ToastDescriptionProps extends Toast.Description.Props {}
3035
3519
  interface ToastActionProps extends Toast.Action.Props {}
3036
3520
  interface ToastCloseProps extends Toast.Close.Props {}
3037
3521
  interface ToastViewportProps extends Toast.Viewport.Props {}
3038
- declare const _default$24: (({
3522
+ declare const _default$26: (({
3039
3523
  className,
3040
3524
  variant,
3041
3525
  ...props
3042
- }: ToastProps) => react_jsx_runtime843.JSX.Element) & {
3526
+ }: ToastProps) => react_jsx_runtime0.JSX.Element) & {
3043
3527
  Action: ({
3044
3528
  className,
3045
3529
  ...props
3046
- }: ToastActionProps) => react_jsx_runtime843.JSX.Element;
3530
+ }: ToastActionProps) => react_jsx_runtime0.JSX.Element;
3047
3531
  Close: ({
3048
3532
  className,
3049
3533
  children,
3050
3534
  ...props
3051
- }: ToastCloseProps) => react_jsx_runtime843.JSX.Element;
3535
+ }: ToastCloseProps) => react_jsx_runtime0.JSX.Element;
3052
3536
  Description: ({
3053
3537
  className,
3054
3538
  ...props
3055
- }: ToastDescriptionProps) => react_jsx_runtime843.JSX.Element;
3056
- Portal: react15.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite3.FloatingPortalLite.Props<any> & react15.RefAttributes<HTMLDivElement>>;
3057
- Provider: react15.FC<_base_ui_react7.ToastProviderProps>;
3539
+ }: ToastDescriptionProps) => react_jsx_runtime0.JSX.Element;
3540
+ Portal: react0.ForwardRefExoticComponent<node_modules__base_ui_react_esm_utils_FloatingPortalLite0.FloatingPortalLite.Props<any> & react0.RefAttributes<HTMLDivElement>>;
3541
+ Provider: react0.FC<_base_ui_react0.ToastProviderProps>;
3058
3542
  Root: ({
3059
3543
  className,
3060
3544
  variant,
3061
3545
  ...props
3062
- }: ToastProps) => react_jsx_runtime843.JSX.Element;
3546
+ }: ToastProps) => react_jsx_runtime0.JSX.Element;
3063
3547
  Title: ({
3064
3548
  className,
3065
3549
  ...props
3066
- }: ToastTitleProps) => react_jsx_runtime843.JSX.Element;
3550
+ }: ToastTitleProps) => react_jsx_runtime0.JSX.Element;
3067
3551
  Viewport: ({
3068
3552
  className,
3069
3553
  ...props
3070
- }: ToastViewportProps) => react_jsx_runtime843.JSX.Element;
3554
+ }: ToastViewportProps) => react_jsx_runtime0.JSX.Element;
3071
3555
  };
3072
3556
  //#endregion
3073
3557
  //#region src/components/toast/index.d.ts
3074
3558
  declare const useToast: typeof Toast.useToastManager;
3075
3559
  //#endregion
3076
3560
  //#region src/components/toggle-button/toggle-button.variants.d.ts
3077
- declare const toggleButtonVariants: tailwind_variants329.TVReturnType<{} | {
3561
+ declare const toggleButtonVariants: tailwind_variants0.TVReturnType<{} | {
3078
3562
  isIconOnly: {
3079
- true: tailwind_merge1871.ClassNameValue | {
3080
- base?: tailwind_merge1871.ClassNameValue;
3563
+ true: tailwind_merge0.ClassNameValue | {
3564
+ base?: tailwind_merge0.ClassNameValue;
3081
3565
  };
3082
3566
  };
3083
3567
  size: {
3084
- lg: tailwind_merge1871.ClassNameValue | {
3085
- base?: tailwind_merge1871.ClassNameValue;
3568
+ lg: tailwind_merge0.ClassNameValue | {
3569
+ base?: tailwind_merge0.ClassNameValue;
3086
3570
  };
3087
- md: tailwind_merge1871.ClassNameValue | {
3088
- base?: tailwind_merge1871.ClassNameValue;
3571
+ md: tailwind_merge0.ClassNameValue | {
3572
+ base?: tailwind_merge0.ClassNameValue;
3089
3573
  };
3090
- sm: tailwind_merge1871.ClassNameValue | {
3091
- base?: tailwind_merge1871.ClassNameValue;
3574
+ sm: tailwind_merge0.ClassNameValue | {
3575
+ base?: tailwind_merge0.ClassNameValue;
3092
3576
  };
3093
3577
  };
3094
3578
  variant: {
3095
- danger: tailwind_merge1871.ClassNameValue | {
3096
- base?: tailwind_merge1871.ClassNameValue;
3579
+ danger: tailwind_merge0.ClassNameValue | {
3580
+ base?: tailwind_merge0.ClassNameValue;
3097
3581
  };
3098
- ghost: tailwind_merge1871.ClassNameValue | {
3099
- base?: tailwind_merge1871.ClassNameValue;
3582
+ ghost: tailwind_merge0.ClassNameValue | {
3583
+ base?: tailwind_merge0.ClassNameValue;
3100
3584
  };
3101
- outline: tailwind_merge1871.ClassNameValue | {
3102
- base?: tailwind_merge1871.ClassNameValue;
3585
+ outline: tailwind_merge0.ClassNameValue | {
3586
+ base?: tailwind_merge0.ClassNameValue;
3103
3587
  };
3104
- primary: tailwind_merge1871.ClassNameValue | {
3105
- base?: tailwind_merge1871.ClassNameValue;
3588
+ primary: tailwind_merge0.ClassNameValue | {
3589
+ base?: tailwind_merge0.ClassNameValue;
3106
3590
  };
3107
- secondary: tailwind_merge1871.ClassNameValue | {
3108
- base?: tailwind_merge1871.ClassNameValue;
3591
+ secondary: tailwind_merge0.ClassNameValue | {
3592
+ base?: tailwind_merge0.ClassNameValue;
3109
3593
  };
3110
3594
  };
3111
3595
  }, undefined, "toggle-button", {
@@ -3124,7 +3608,7 @@ declare const toggleButtonVariants: tailwind_variants329.TVReturnType<{} | {
3124
3608
  primary: string;
3125
3609
  secondary: string;
3126
3610
  };
3127
- }, undefined, tailwind_variants329.TVReturnType<{
3611
+ }, undefined, tailwind_variants0.TVReturnType<{
3128
3612
  isIconOnly: {
3129
3613
  true: string;
3130
3614
  };
@@ -3156,7 +3640,7 @@ declare const toggleButtonVariants: tailwind_variants329.TVReturnType<{} | {
3156
3640
  primary: string;
3157
3641
  secondary: string;
3158
3642
  };
3159
- }, undefined, tailwind_variants329.TVReturnType<{
3643
+ }, undefined, tailwind_variants0.TVReturnType<{
3160
3644
  isIconOnly: {
3161
3645
  true: string;
3162
3646
  };
@@ -3182,29 +3666,29 @@ declare const ToggleButton: ({
3182
3666
  variant,
3183
3667
  size,
3184
3668
  ...props
3185
- }: ToggleButtonProps) => react_jsx_runtime843.JSX.Element;
3669
+ }: ToggleButtonProps) => react_jsx_runtime0.JSX.Element;
3186
3670
  //#endregion
3187
3671
  //#region src/components/tooltip/tooltip.variants.d.ts
3188
- declare const tooltipVariants: tailwind_variants329.TVReturnType<{
3672
+ declare const tooltipVariants: tailwind_variants0.TVReturnType<{
3189
3673
  [key: string]: {
3190
- [key: string]: tailwind_merge1871.ClassNameValue | {
3191
- root?: tailwind_merge1871.ClassNameValue;
3192
- trigger?: tailwind_merge1871.ClassNameValue;
3193
- popup?: tailwind_merge1871.ClassNameValue;
3194
- portal?: tailwind_merge1871.ClassNameValue;
3195
- arrow?: tailwind_merge1871.ClassNameValue;
3196
- positioner?: tailwind_merge1871.ClassNameValue;
3674
+ [key: string]: tailwind_merge0.ClassNameValue | {
3675
+ root?: tailwind_merge0.ClassNameValue;
3676
+ popup?: tailwind_merge0.ClassNameValue;
3677
+ portal?: tailwind_merge0.ClassNameValue;
3678
+ trigger?: tailwind_merge0.ClassNameValue;
3679
+ positioner?: tailwind_merge0.ClassNameValue;
3680
+ arrow?: tailwind_merge0.ClassNameValue;
3197
3681
  };
3198
3682
  };
3199
3683
  } | {
3200
3684
  [x: string]: {
3201
- [x: string]: tailwind_merge1871.ClassNameValue | {
3202
- root?: tailwind_merge1871.ClassNameValue;
3203
- trigger?: tailwind_merge1871.ClassNameValue;
3204
- popup?: tailwind_merge1871.ClassNameValue;
3205
- portal?: tailwind_merge1871.ClassNameValue;
3206
- arrow?: tailwind_merge1871.ClassNameValue;
3207
- positioner?: tailwind_merge1871.ClassNameValue;
3685
+ [x: string]: tailwind_merge0.ClassNameValue | {
3686
+ root?: tailwind_merge0.ClassNameValue;
3687
+ popup?: tailwind_merge0.ClassNameValue;
3688
+ portal?: tailwind_merge0.ClassNameValue;
3689
+ trigger?: tailwind_merge0.ClassNameValue;
3690
+ positioner?: tailwind_merge0.ClassNameValue;
3691
+ arrow?: tailwind_merge0.ClassNameValue;
3208
3692
  };
3209
3693
  };
3210
3694
  } | {}, {
@@ -3216,13 +3700,13 @@ declare const tooltipVariants: tailwind_variants329.TVReturnType<{
3216
3700
  trigger: string;
3217
3701
  }, undefined, {
3218
3702
  [key: string]: {
3219
- [key: string]: tailwind_merge1871.ClassNameValue | {
3220
- root?: tailwind_merge1871.ClassNameValue;
3221
- trigger?: tailwind_merge1871.ClassNameValue;
3222
- popup?: tailwind_merge1871.ClassNameValue;
3223
- portal?: tailwind_merge1871.ClassNameValue;
3224
- arrow?: tailwind_merge1871.ClassNameValue;
3225
- positioner?: tailwind_merge1871.ClassNameValue;
3703
+ [key: string]: tailwind_merge0.ClassNameValue | {
3704
+ root?: tailwind_merge0.ClassNameValue;
3705
+ popup?: tailwind_merge0.ClassNameValue;
3706
+ portal?: tailwind_merge0.ClassNameValue;
3707
+ trigger?: tailwind_merge0.ClassNameValue;
3708
+ positioner?: tailwind_merge0.ClassNameValue;
3709
+ arrow?: tailwind_merge0.ClassNameValue;
3226
3710
  };
3227
3711
  };
3228
3712
  } | {}, {
@@ -3232,7 +3716,7 @@ declare const tooltipVariants: tailwind_variants329.TVReturnType<{
3232
3716
  positioner: string;
3233
3717
  root: string;
3234
3718
  trigger: string;
3235
- }, tailwind_variants329.TVReturnType<unknown, {
3719
+ }, tailwind_variants0.TVReturnType<unknown, {
3236
3720
  arrow: string;
3237
3721
  popup: string;
3238
3722
  portal: string;
@@ -3249,34 +3733,34 @@ interface TooltipPortalProps extends Tooltip.Portal.Props {}
3249
3733
  interface TooltipPositionerProps extends Tooltip.Positioner.Props {}
3250
3734
  interface TooltipPopupProps extends Tooltip.Popup.Props {}
3251
3735
  interface TooltipArrowProps extends Tooltip.Arrow.Props {}
3252
- declare const _default$25: (({
3736
+ declare const _default$27: (({
3253
3737
  ...props
3254
- }: TooltipProps) => react_jsx_runtime843.JSX.Element) & {
3738
+ }: TooltipProps) => react_jsx_runtime0.JSX.Element) & {
3255
3739
  Arrow: ({
3256
3740
  className,
3257
3741
  ...props
3258
- }: TooltipArrowProps) => react_jsx_runtime843.JSX.Element;
3742
+ }: TooltipArrowProps) => react_jsx_runtime0.JSX.Element;
3259
3743
  Popup: ({
3260
3744
  className,
3261
3745
  ...props
3262
- }: TooltipPopupProps) => react_jsx_runtime843.JSX.Element;
3746
+ }: TooltipPopupProps) => react_jsx_runtime0.JSX.Element;
3263
3747
  Portal: ({
3264
3748
  className,
3265
3749
  ...props
3266
- }: TooltipPortalProps) => react_jsx_runtime843.JSX.Element;
3750
+ }: TooltipPortalProps) => react_jsx_runtime0.JSX.Element;
3267
3751
  Positioner: ({
3268
3752
  className,
3269
3753
  ...props
3270
- }: TooltipPositionerProps) => react_jsx_runtime843.JSX.Element;
3271
- Provider: react15.FC<_base_ui_react7.TooltipProviderProps>;
3754
+ }: TooltipPositionerProps) => react_jsx_runtime0.JSX.Element;
3755
+ Provider: react0.FC<_base_ui_react0.TooltipProviderProps>;
3272
3756
  Root: ({
3273
3757
  ...props
3274
- }: TooltipProps) => react_jsx_runtime843.JSX.Element;
3758
+ }: TooltipProps) => react_jsx_runtime0.JSX.Element;
3275
3759
  Trigger: ({
3276
3760
  className,
3277
3761
  ...props
3278
- }: TooltipTriggerProps) => react_jsx_runtime843.JSX.Element;
3762
+ }: TooltipTriggerProps) => react_jsx_runtime0.JSX.Element;
3279
3763
  };
3280
3764
  //#endregion
3281
- export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$6 as Collapsible, Container, ContainerVariants, _default$7 as Dialog, DialogVariants, _default$8 as Drawer, DrawerVariants, _default$9 as Field, FieldVariants, _default$10 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$11 as List, ListVariants, _default$12 as Menu, MenuVariants, _default$13 as Meter, MeterVariants, _default$14 as Navbar, NavbarVariants, _default$15 as Popover, PopoverVariants, _default$16 as Progress, ProgressVariants, _default$17 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$18 as Select, SelectVariants, Separator, SeparatorVariants, _default$19 as Sidebar, SidebarVariants, _default$20 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$21 as Switch, SwitchVariants, _default$22 as Table, TableVariants, _default$23 as Tabs, TabsVariants, _default$24 as Toast, ToggleButton, ToggleButtonVariants, _default$25 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants, useToast };
3765
+ export { _default as Accordion, AccordionVariants, _default$1 as Alert, _default$2 as AlertDialog, AlertDialogVariants, AlertVariants, _default$3 as Avatar, AvatarVariants, Button, ButtonGroup, ButtonGroupVariants, ButtonVariants, _default$4 as Card, CardVariants, _default$5 as Checkbox, CheckboxGroup, CheckboxGroupVariants, CheckboxVariants, Chip, ChipVariants, _default$6 as Collapsible, _default$7 as Combobox, ComboboxVariants, Container, ContainerVariants, _default$8 as Dialog, DialogVariants, _default$9 as Drawer, DrawerVariants, _default$10 as Field, FieldVariants, _default$11 as Fieldset, FieldsetVariants, Form, FormVariants, IconButton, IconButtonVariants, Input, InputVariants, Label, LabelVariants, Link, LinkVariants, _default$12 as List, ListVariants, _default$13 as Menu, MenuVariants, _default$14 as Meter, MeterVariants, _default$15 as Navbar, NavbarVariants, _default$16 as NavigationMenu, NavigationMenuVariants, _default$17 as Popover, PopoverVariants, _default$18 as Progress, ProgressVariants, _default$19 as Radio, RadioGroup, RadioGroupVariants, RadioVariants, _default$20 as Select, SelectVariants, Separator, SeparatorVariants, _default$21 as Sidebar, SidebarVariants, _default$22 as Slider, SliderVariants, Spinner, SpinnerVariants, _default$23 as Switch, SwitchVariants, _default$24 as Table, TableVariants, _default$25 as Tabs, TabsVariants, _default$26 as Toast, ToggleButton, ToggleButtonVariants, _default$27 as Tooltip, accordionVariants, alertDialogVariants, alertVariants, avatarVariants, buttonGroupVariants, buttonVariants, cardVariants, checkboxGroupVariants, checkboxVariants, chipVariants, cn, comboboxVariants, containerVariants, dialogVariants, drawerVariants, fieldVariants, fieldsetVariants, formVariants, iconButtonVariants, inputVariants, labelVariants, linkVariants, listVariants, menuVariants, meterVariants, navbarVariants, navigationMenuVariants, popoverVariants, progressVariants, radioGroupVariants, radioVariants, selectVariants, separatorVariants, sidebarVariants, sliderVariants, spinnerVariants, switchVariants, tableVariants, tabsVariants, toggleButtonVariants, useToast };
3282
3766
  //# sourceMappingURL=index.d.mts.map