uilab-core 0.2.12 → 0.2.13
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/components/accordion.d.ts +5 -6
- package/dist/components/alert-dialog.d.ts +8 -8
- package/dist/components/aspect-ratio.d.ts +3 -2
- package/dist/components/avatar.d.ts +4 -4
- package/dist/components/badge.d.ts +2 -4
- package/dist/components/breadcrumb.d.ts +2 -3
- package/dist/components/button-group.d.ts +2 -3
- package/dist/components/button.d.ts +2 -4
- package/dist/components/checkbox.d.ts +2 -3
- package/dist/components/collapsible.d.ts +4 -4
- package/dist/components/command.d.ts +2 -1
- package/dist/components/context-menu.d.ts +16 -18
- package/dist/components/dialog.d.ts +9 -9
- package/dist/components/dropdown-menu.d.ts +17 -17
- package/dist/components/hover-card.d.ts +4 -5
- package/dist/components/index.d.ts +0 -1
- package/dist/components/input-group.d.ts +4 -2
- package/dist/components/item.d.ts +2 -3
- package/dist/components/label.d.ts +1 -2
- package/dist/components/menubar.d.ts +19 -22
- package/dist/components/navigation-menu.d.ts +10 -13
- package/dist/components/popover.d.ts +7 -8
- package/dist/components/progress.d.ts +7 -4
- package/dist/components/radio-group.d.ts +4 -4
- package/dist/components/scroll-area.d.ts +3 -4
- package/dist/components/select.d.ts +11 -11
- package/dist/components/separator.d.ts +2 -3
- package/dist/components/sheet.d.ts +7 -7
- package/dist/components/sidebar.d.ts +8 -14
- package/dist/components/slider.d.ts +2 -3
- package/dist/components/switch.d.ts +2 -3
- package/dist/components/tabs.d.ts +5 -6
- package/dist/components/toggle-group.d.ts +4 -4
- package/dist/components/toggle.d.ts +2 -3
- package/dist/components/tooltip.d.ts +6 -7
- package/dist/index.cjs +1 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +182 -198
- package/dist/index.js +1 -10
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme.css +1 -1
- package/package.json +3 -33
- package/dist/components/carousel.d.ts +0 -28
- package/dist/components/chart.d.ts +0 -40
- package/dist/components/form.d.ts +0 -24
- package/dist/components/sonner.d.ts +0 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,30 +1,52 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
3
|
-
import { Accordion as Accordion$1, AlertDialog as AlertDialog$1, AspectRatio as AspectRatio$1, Avatar as Avatar$1, Checkbox as Checkbox$1, Collapsible as Collapsible$1, ContextMenu as ContextMenu$1, Dialog as Dialog$2, DropdownMenu as DropdownMenu$1, HoverCard as HoverCard$1, Label as Label$2, Menubar as Menubar$1, NavigationMenu as NavigationMenu$1, Popover as Popover$1, Progress as Progress$1, RadioGroup as RadioGroup$1, ScrollArea as ScrollArea$1, Select as Select$1, Separator as Separator$2, Slider as Slider$1, Switch as Switch$1, Tabs as Tabs$1, ToggleGroup as ToggleGroup$1, Toggle as Toggle$1, Tooltip as Tooltip$1 } from 'radix-ui';
|
|
2
|
+
import { Accordion as Accordion$1 } from '@base-ui/react/accordion';
|
|
4
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
4
|
+
import * as React$1 from 'react';
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
import { AlertDialog as AlertDialog$1 } from '@base-ui/react/alert-dialog';
|
|
6
7
|
import { Button as Button$1 } from '@/components/button';
|
|
8
|
+
import { Avatar as Avatar$1 } from '@base-ui/react/avatar';
|
|
9
|
+
import { useRender } from '@base-ui/react/use-render';
|
|
7
10
|
import { Separator as Separator$1 } from '@/components/separator';
|
|
11
|
+
import { Button as Button$2 } from '@base-ui/react/button';
|
|
8
12
|
import { DayPicker, DayButton } from 'react-day-picker';
|
|
13
|
+
import { Checkbox as Checkbox$1 } from '@base-ui/react/checkbox';
|
|
14
|
+
import { Collapsible as Collapsible$1 } from '@base-ui/react/collapsible';
|
|
9
15
|
import { Command as Command$1 } from 'cmdk';
|
|
10
16
|
import { Dialog as Dialog$1 } from '@/components/dialog';
|
|
17
|
+
import { ContextMenu as ContextMenu$1 } from '@base-ui/react/context-menu';
|
|
18
|
+
import { Dialog as Dialog$2 } from '@base-ui/react/dialog';
|
|
11
19
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
20
|
+
import { Menu } from '@base-ui/react/menu';
|
|
12
21
|
import { Label as Label$1 } from '@/components/label';
|
|
13
|
-
import
|
|
14
|
-
import { FieldValues, FieldPath, ControllerProps, FormProviderProps } from 'react-hook-form';
|
|
15
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
16
|
-
import { Slot } from '@radix-ui/react-slot';
|
|
22
|
+
import { PreviewCard } from '@base-ui/react/preview-card';
|
|
17
23
|
import { OTPInput } from 'input-otp';
|
|
24
|
+
import { Menubar as Menubar$1 } from '@base-ui/react/menubar';
|
|
25
|
+
import { DropdownMenuPortal as DropdownMenuPortal$1, DropdownMenu as DropdownMenu$1, DropdownMenuTrigger as DropdownMenuTrigger$1, DropdownMenuContent as DropdownMenuContent$1, DropdownMenuGroup as DropdownMenuGroup$1, DropdownMenuSeparator as DropdownMenuSeparator$1, DropdownMenuLabel as DropdownMenuLabel$1, DropdownMenuItem as DropdownMenuItem$1, DropdownMenuShortcut as DropdownMenuShortcut$1, DropdownMenuRadioGroup as DropdownMenuRadioGroup$1, DropdownMenuSub as DropdownMenuSub$1, DropdownMenuSubTrigger as DropdownMenuSubTrigger$1, DropdownMenuSubContent as DropdownMenuSubContent$1 } from '@/components/dropdown-menu';
|
|
26
|
+
import { NavigationMenu as NavigationMenu$1 } from '@base-ui/react/navigation-menu';
|
|
27
|
+
import { Popover as Popover$1 } from '@base-ui/react/popover';
|
|
28
|
+
import { Progress as Progress$1 } from '@base-ui/react/progress';
|
|
29
|
+
import { Radio } from '@base-ui/react/radio';
|
|
30
|
+
import { RadioGroup as RadioGroup$1 } from '@base-ui/react/radio-group';
|
|
18
31
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
32
|
+
import { ScrollArea as ScrollArea$1 } from '@base-ui/react/scroll-area';
|
|
33
|
+
import { Select as Select$1 } from '@base-ui/react/select';
|
|
34
|
+
import { Separator as Separator$2 } from '@base-ui/react/separator';
|
|
19
35
|
import { Input as Input$1 } from '@/components/input';
|
|
20
36
|
import { TooltipContent as TooltipContent$1 } from '@/components/tooltip';
|
|
37
|
+
import { Slider as Slider$1 } from '@base-ui/react/slider';
|
|
38
|
+
import { Switch as Switch$1 } from '@base-ui/react/switch';
|
|
39
|
+
import { Tabs as Tabs$1 } from '@base-ui/react/tabs';
|
|
40
|
+
import { Toggle as Toggle$1 } from '@base-ui/react/toggle';
|
|
41
|
+
import { ToggleGroup as ToggleGroup$1 } from '@base-ui/react/toggle-group';
|
|
21
42
|
import { toggleVariants as toggleVariants$1 } from '@/components/toggle';
|
|
43
|
+
import { Tooltip as Tooltip$1 } from '@base-ui/react/tooltip';
|
|
22
44
|
import { ClassValue } from 'clsx';
|
|
23
45
|
|
|
24
|
-
declare function Accordion({ className, ...props }:
|
|
25
|
-
declare function AccordionItem({ className, ...props }:
|
|
26
|
-
declare function AccordionTrigger({ className, children, ...props }:
|
|
27
|
-
declare function AccordionContent({ className, children, ...props }:
|
|
46
|
+
declare function Accordion({ className, ...props }: Accordion$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
47
|
+
declare function AccordionItem({ className, ...props }: Accordion$1.Item.Props): react_jsx_runtime.JSX.Element;
|
|
48
|
+
declare function AccordionTrigger({ className, children, ...props }: Accordion$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
49
|
+
declare function AccordionContent({ className, children, ...props }: Accordion$1.Panel.Props): react_jsx_runtime.JSX.Element;
|
|
28
50
|
|
|
29
51
|
declare const alertVariants: (props?: ({
|
|
30
52
|
variant?: "default" | "destructive" | null | undefined;
|
|
@@ -34,11 +56,11 @@ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div
|
|
|
34
56
|
declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
35
57
|
declare function AlertAction({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
36
58
|
|
|
37
|
-
declare function AlertDialog({ ...props }:
|
|
38
|
-
declare function AlertDialogTrigger({ ...props }:
|
|
39
|
-
declare function AlertDialogPortal({ ...props }:
|
|
40
|
-
declare function AlertDialogOverlay({ className, ...props }:
|
|
41
|
-
declare function AlertDialogContent({ className, size, ...props }:
|
|
59
|
+
declare function AlertDialog({ ...props }: AlertDialog$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
60
|
+
declare function AlertDialogTrigger({ ...props }: AlertDialog$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
61
|
+
declare function AlertDialogPortal({ ...props }: AlertDialog$1.Portal.Props): react_jsx_runtime.JSX.Element;
|
|
62
|
+
declare function AlertDialogOverlay({ className, ...props }: AlertDialog$1.Backdrop.Props): react_jsx_runtime.JSX.Element;
|
|
63
|
+
declare function AlertDialogContent({ className, size, ...props }: AlertDialog$1.Popup.Props & {
|
|
42
64
|
size?: "default" | "sm";
|
|
43
65
|
}): react_jsx_runtime.JSX.Element;
|
|
44
66
|
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
@@ -46,16 +68,18 @@ declare function AlertDialogFooter({ className, ...props }: React$1.ComponentPro
|
|
|
46
68
|
declare function AlertDialogMedia({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
47
69
|
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Title>): react_jsx_runtime.JSX.Element;
|
|
48
70
|
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Description>): react_jsx_runtime.JSX.Element;
|
|
49
|
-
declare function AlertDialogAction({ className,
|
|
50
|
-
declare function AlertDialogCancel({ className, variant, size, ...props }:
|
|
71
|
+
declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
|
|
72
|
+
declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialog$1.Close.Props & Pick<React$1.ComponentProps<typeof Button$1>, "variant" | "size">): react_jsx_runtime.JSX.Element;
|
|
51
73
|
|
|
52
|
-
declare function AspectRatio({ ...props }: React.ComponentProps<
|
|
74
|
+
declare function AspectRatio({ ratio, className, ...props }: React.ComponentProps<"div"> & {
|
|
75
|
+
ratio: number;
|
|
76
|
+
}): react_jsx_runtime.JSX.Element;
|
|
53
77
|
|
|
54
|
-
declare function Avatar({ className, size, ...props }:
|
|
78
|
+
declare function Avatar({ className, size, ...props }: Avatar$1.Root.Props & {
|
|
55
79
|
size?: "default" | "sm" | "lg";
|
|
56
80
|
}): react_jsx_runtime.JSX.Element;
|
|
57
|
-
declare function AvatarImage({ className, ...props }:
|
|
58
|
-
declare function AvatarFallback({ className, ...props }:
|
|
81
|
+
declare function AvatarImage({ className, ...props }: Avatar$1.Image.Props): react_jsx_runtime.JSX.Element;
|
|
82
|
+
declare function AvatarFallback({ className, ...props }: Avatar$1.Fallback.Props): react_jsx_runtime.JSX.Element;
|
|
59
83
|
declare function AvatarBadge({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
60
84
|
declare function AvatarGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
61
85
|
declare function AvatarGroupCount({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
@@ -63,16 +87,12 @@ declare function AvatarGroupCount({ className, ...props }: React$1.ComponentProp
|
|
|
63
87
|
declare const badgeVariants: (props?: ({
|
|
64
88
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
65
89
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
66
|
-
declare function Badge({ className, variant,
|
|
67
|
-
asChild?: boolean;
|
|
68
|
-
}): react_jsx_runtime.JSX.Element;
|
|
90
|
+
declare function Badge({ className, variant, render, ...props }: useRender.ComponentProps<"span"> & VariantProps<typeof badgeVariants>): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
69
91
|
|
|
70
92
|
declare function Breadcrumb({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
|
|
71
93
|
declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
|
|
72
94
|
declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
73
|
-
declare function BreadcrumbLink({
|
|
74
|
-
asChild?: boolean;
|
|
75
|
-
}): react_jsx_runtime.JSX.Element;
|
|
95
|
+
declare function BreadcrumbLink({ className, render, ...props }: useRender.ComponentProps<"a">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
76
96
|
declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
77
97
|
declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
78
98
|
declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
@@ -81,18 +101,14 @@ declare const buttonGroupVariants: (props?: ({
|
|
|
81
101
|
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
82
102
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
83
103
|
declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime.JSX.Element;
|
|
84
|
-
declare function ButtonGroupText({ className,
|
|
85
|
-
asChild?: boolean;
|
|
86
|
-
}): react_jsx_runtime.JSX.Element;
|
|
104
|
+
declare function ButtonGroupText({ className, render, ...props }: useRender.ComponentProps<"div">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
87
105
|
declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
|
|
88
106
|
|
|
89
107
|
declare const buttonVariants: (props?: ({
|
|
90
108
|
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
91
109
|
size?: "default" | "xs" | "sm" | "lg" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
92
110
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
93
|
-
declare function Button({ className, variant, size,
|
|
94
|
-
asChild?: boolean;
|
|
95
|
-
}): react_jsx_runtime.JSX.Element;
|
|
111
|
+
declare function Button({ className, variant, size, ...props }: Button$2.Props & VariantProps<typeof buttonVariants>): react_jsx_runtime.JSX.Element;
|
|
96
112
|
|
|
97
113
|
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
|
|
98
114
|
buttonVariant?: React$1.ComponentProps<typeof Button$1>["variant"];
|
|
@@ -109,18 +125,19 @@ declare function CardAction({ className, ...props }: React$1.ComponentProps<"div
|
|
|
109
125
|
declare function CardContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
110
126
|
declare function CardFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
111
127
|
|
|
112
|
-
declare function Checkbox({ className, ...props }:
|
|
128
|
+
declare function Checkbox({ className, ...props }: Checkbox$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
113
129
|
|
|
114
|
-
declare function Collapsible({ ...props }:
|
|
115
|
-
declare function CollapsibleTrigger({ ...props }:
|
|
116
|
-
declare function CollapsibleContent({ ...props }:
|
|
130
|
+
declare function Collapsible({ ...props }: Collapsible$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
131
|
+
declare function CollapsibleTrigger({ ...props }: Collapsible$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
132
|
+
declare function CollapsibleContent({ ...props }: Collapsible$1.Panel.Props): react_jsx_runtime.JSX.Element;
|
|
117
133
|
|
|
118
134
|
declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
|
|
119
|
-
declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React$1.ComponentProps<typeof Dialog$1> & {
|
|
135
|
+
declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: Omit<React$1.ComponentProps<typeof Dialog$1>, "children"> & {
|
|
120
136
|
title?: string;
|
|
121
137
|
description?: string;
|
|
122
138
|
className?: string;
|
|
123
139
|
showCloseButton?: boolean;
|
|
140
|
+
children: React$1.ReactNode;
|
|
124
141
|
}): react_jsx_runtime.JSX.Element;
|
|
125
142
|
declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
|
|
126
143
|
declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
|
|
@@ -130,45 +147,43 @@ declare function CommandSeparator({ className, ...props }: React$1.ComponentProp
|
|
|
130
147
|
declare function CommandItem({ className, children, ...props }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
|
|
131
148
|
declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
132
149
|
|
|
133
|
-
declare function ContextMenu({ ...props }:
|
|
134
|
-
declare function
|
|
135
|
-
declare function
|
|
136
|
-
declare function
|
|
137
|
-
declare function
|
|
138
|
-
declare function
|
|
139
|
-
declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenu$1.Content> & {
|
|
140
|
-
side?: "top" | "right" | "bottom" | "left";
|
|
141
|
-
}): react_jsx_runtime.JSX.Element;
|
|
142
|
-
declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenu$1.Item> & {
|
|
150
|
+
declare function ContextMenu({ ...props }: ContextMenu$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
151
|
+
declare function ContextMenuPortal({ ...props }: ContextMenu$1.Portal.Props): react_jsx_runtime.JSX.Element;
|
|
152
|
+
declare function ContextMenuTrigger({ className, ...props }: ContextMenu$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
153
|
+
declare function ContextMenuContent({ className, align, alignOffset, side, sideOffset, ...props }: ContextMenu$1.Popup.Props & Pick<ContextMenu$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): react_jsx_runtime.JSX.Element;
|
|
154
|
+
declare function ContextMenuGroup({ ...props }: ContextMenu$1.Group.Props): react_jsx_runtime.JSX.Element;
|
|
155
|
+
declare function ContextMenuLabel({ className, inset, ...props }: ContextMenu$1.GroupLabel.Props & {
|
|
143
156
|
inset?: boolean;
|
|
144
|
-
variant?: "default" | "destructive";
|
|
145
157
|
}): react_jsx_runtime.JSX.Element;
|
|
146
|
-
declare function
|
|
158
|
+
declare function ContextMenuItem({ className, inset, variant, ...props }: ContextMenu$1.Item.Props & {
|
|
147
159
|
inset?: boolean;
|
|
160
|
+
variant?: "default" | "destructive";
|
|
148
161
|
}): react_jsx_runtime.JSX.Element;
|
|
149
|
-
declare function
|
|
150
|
-
declare function
|
|
151
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenu$1.RadioItem>): react_jsx_runtime.JSX.Element;
|
|
152
|
-
declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenu$1.Label> & {
|
|
162
|
+
declare function ContextMenuSub({ ...props }: ContextMenu$1.SubmenuRoot.Props): react_jsx_runtime.JSX.Element;
|
|
163
|
+
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ContextMenu$1.SubmenuTrigger.Props & {
|
|
153
164
|
inset?: boolean;
|
|
154
165
|
}): react_jsx_runtime.JSX.Element;
|
|
155
|
-
declare function
|
|
166
|
+
declare function ContextMenuSubContent({ ...props }: React$1.ComponentProps<typeof ContextMenuContent>): react_jsx_runtime.JSX.Element;
|
|
167
|
+
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenu$1.CheckboxItem.Props): react_jsx_runtime.JSX.Element;
|
|
168
|
+
declare function ContextMenuRadioGroup({ ...props }: ContextMenu$1.RadioGroup.Props): react_jsx_runtime.JSX.Element;
|
|
169
|
+
declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenu$1.RadioItem.Props): react_jsx_runtime.JSX.Element;
|
|
170
|
+
declare function ContextMenuSeparator({ className, ...props }: ContextMenu$1.Separator.Props): react_jsx_runtime.JSX.Element;
|
|
156
171
|
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
157
172
|
|
|
158
|
-
declare function Dialog({ ...props }:
|
|
159
|
-
declare function DialogTrigger({ ...props }:
|
|
160
|
-
declare function DialogPortal({ ...props }:
|
|
161
|
-
declare function DialogClose({ ...props }:
|
|
162
|
-
declare function DialogOverlay({ className, ...props }:
|
|
163
|
-
declare function DialogContent({ className, children, showCloseButton, ...props }:
|
|
173
|
+
declare function Dialog({ ...props }: Dialog$2.Root.Props): react_jsx_runtime.JSX.Element;
|
|
174
|
+
declare function DialogTrigger({ ...props }: Dialog$2.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
175
|
+
declare function DialogPortal({ ...props }: Dialog$2.Portal.Props): react_jsx_runtime.JSX.Element;
|
|
176
|
+
declare function DialogClose({ ...props }: Dialog$2.Close.Props): react_jsx_runtime.JSX.Element;
|
|
177
|
+
declare function DialogOverlay({ className, ...props }: Dialog$2.Backdrop.Props): react_jsx_runtime.JSX.Element;
|
|
178
|
+
declare function DialogContent({ className, children, showCloseButton, ...props }: Dialog$2.Popup.Props & {
|
|
164
179
|
showCloseButton?: boolean;
|
|
165
180
|
}): react_jsx_runtime.JSX.Element;
|
|
166
181
|
declare function DialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
167
182
|
declare function DialogFooter({ className, showCloseButton, children, ...props }: React$1.ComponentProps<"div"> & {
|
|
168
183
|
showCloseButton?: boolean;
|
|
169
184
|
}): react_jsx_runtime.JSX.Element;
|
|
170
|
-
declare function DialogTitle({ className, ...props }:
|
|
171
|
-
declare function DialogDescription({ className, ...props }:
|
|
185
|
+
declare function DialogTitle({ className, ...props }: Dialog$2.Title.Props): react_jsx_runtime.JSX.Element;
|
|
186
|
+
declare function DialogDescription({ className, ...props }: Dialog$2.Description.Props): react_jsx_runtime.JSX.Element;
|
|
172
187
|
|
|
173
188
|
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
174
189
|
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
@@ -181,28 +196,28 @@ declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"d
|
|
|
181
196
|
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
|
|
182
197
|
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
|
|
183
198
|
|
|
184
|
-
declare function DropdownMenu({ ...props }:
|
|
185
|
-
declare function DropdownMenuPortal({ ...props }:
|
|
186
|
-
declare function DropdownMenuTrigger({ ...props }:
|
|
187
|
-
declare function DropdownMenuContent({
|
|
188
|
-
declare function DropdownMenuGroup({ ...props }:
|
|
189
|
-
declare function
|
|
199
|
+
declare function DropdownMenu({ ...props }: Menu.Root.Props): react_jsx_runtime.JSX.Element;
|
|
200
|
+
declare function DropdownMenuPortal({ ...props }: Menu.Portal.Props): react_jsx_runtime.JSX.Element;
|
|
201
|
+
declare function DropdownMenuTrigger({ ...props }: Menu.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
202
|
+
declare function DropdownMenuContent({ align, alignOffset, side, sideOffset, className, ...props }: Menu.Popup.Props & Pick<Menu.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): react_jsx_runtime.JSX.Element;
|
|
203
|
+
declare function DropdownMenuGroup({ ...props }: Menu.Group.Props): react_jsx_runtime.JSX.Element;
|
|
204
|
+
declare function DropdownMenuLabel({ className, inset, ...props }: Menu.GroupLabel.Props & {
|
|
190
205
|
inset?: boolean;
|
|
191
|
-
variant?: "default" | "destructive";
|
|
192
206
|
}): react_jsx_runtime.JSX.Element;
|
|
193
|
-
declare function
|
|
194
|
-
declare function DropdownMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenu$1.RadioGroup>): react_jsx_runtime.JSX.Element;
|
|
195
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof DropdownMenu$1.RadioItem>): react_jsx_runtime.JSX.Element;
|
|
196
|
-
declare function DropdownMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenu$1.Label> & {
|
|
207
|
+
declare function DropdownMenuItem({ className, inset, variant, ...props }: Menu.Item.Props & {
|
|
197
208
|
inset?: boolean;
|
|
209
|
+
variant?: "default" | "destructive";
|
|
198
210
|
}): react_jsx_runtime.JSX.Element;
|
|
199
|
-
declare function
|
|
200
|
-
declare function
|
|
201
|
-
declare function DropdownMenuSub({ ...props }: React$1.ComponentProps<typeof DropdownMenu$1.Sub>): react_jsx_runtime.JSX.Element;
|
|
202
|
-
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof DropdownMenu$1.SubTrigger> & {
|
|
211
|
+
declare function DropdownMenuSub({ ...props }: Menu.SubmenuRoot.Props): react_jsx_runtime.JSX.Element;
|
|
212
|
+
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: Menu.SubmenuTrigger.Props & {
|
|
203
213
|
inset?: boolean;
|
|
204
214
|
}): react_jsx_runtime.JSX.Element;
|
|
205
|
-
declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof
|
|
215
|
+
declare function DropdownMenuSubContent({ align, alignOffset, side, sideOffset, className, ...props }: React$1.ComponentProps<typeof DropdownMenuContent>): react_jsx_runtime.JSX.Element;
|
|
216
|
+
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: Menu.CheckboxItem.Props): react_jsx_runtime.JSX.Element;
|
|
217
|
+
declare function DropdownMenuRadioGroup({ ...props }: Menu.RadioGroup.Props): react_jsx_runtime.JSX.Element;
|
|
218
|
+
declare function DropdownMenuRadioItem({ className, children, ...props }: Menu.RadioItem.Props): react_jsx_runtime.JSX.Element;
|
|
219
|
+
declare function DropdownMenuSeparator({ className, ...props }: Menu.Separator.Props): react_jsx_runtime.JSX.Element;
|
|
220
|
+
declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
206
221
|
|
|
207
222
|
declare function Empty({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
208
223
|
declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
@@ -236,39 +251,21 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
|
|
|
236
251
|
} | undefined>;
|
|
237
252
|
}): react_jsx_runtime.JSX.Element | null;
|
|
238
253
|
|
|
239
|
-
declare
|
|
240
|
-
declare
|
|
241
|
-
declare
|
|
242
|
-
invalid: boolean;
|
|
243
|
-
isDirty: boolean;
|
|
244
|
-
isTouched: boolean;
|
|
245
|
-
isValidating: boolean;
|
|
246
|
-
error?: react_hook_form.FieldError;
|
|
247
|
-
id: string;
|
|
248
|
-
name: string;
|
|
249
|
-
formItemId: string;
|
|
250
|
-
formDescriptionId: string;
|
|
251
|
-
formMessageId: string;
|
|
252
|
-
};
|
|
253
|
-
declare function FormItem({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
254
|
-
declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
255
|
-
declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
|
|
256
|
-
declare function FormDescription({ className, ...props }: React$1.ComponentProps<'p'>): react_jsx_runtime.JSX.Element;
|
|
257
|
-
declare function FormMessage({ className, ...props }: React$1.ComponentProps<'p'>): react_jsx_runtime.JSX.Element | null;
|
|
258
|
-
|
|
259
|
-
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCard$1.Root>): react_jsx_runtime.JSX.Element;
|
|
260
|
-
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCard$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
261
|
-
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCard$1.Content>): react_jsx_runtime.JSX.Element;
|
|
254
|
+
declare function HoverCard({ ...props }: PreviewCard.Root.Props): react_jsx_runtime.JSX.Element;
|
|
255
|
+
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
256
|
+
declare function HoverCardContent({ className, side, sideOffset, align, alignOffset, ...props }: PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): react_jsx_runtime.JSX.Element;
|
|
262
257
|
|
|
263
258
|
declare function InputGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
264
259
|
declare const inputGroupAddonVariants: (props?: ({
|
|
265
|
-
align?: "inline-
|
|
260
|
+
align?: "inline-end" | "inline-start" | "block-end" | "block-start" | null | undefined;
|
|
266
261
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
267
262
|
declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime.JSX.Element;
|
|
268
263
|
declare const inputGroupButtonVariants: (props?: ({
|
|
269
264
|
size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
|
|
270
265
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
271
|
-
declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button$1>, "size"> & VariantProps<typeof inputGroupButtonVariants>
|
|
266
|
+
declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button$1>, "size" | "type"> & VariantProps<typeof inputGroupButtonVariants> & {
|
|
267
|
+
type?: "button" | "submit" | "reset";
|
|
268
|
+
}): react_jsx_runtime.JSX.Element;
|
|
272
269
|
declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
273
270
|
declare function InputGroupInput({ className, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
|
|
274
271
|
declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
|
|
@@ -290,9 +287,7 @@ declare const itemVariants: (props?: ({
|
|
|
290
287
|
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
291
288
|
size?: "default" | "xs" | "sm" | null | undefined;
|
|
292
289
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
293
|
-
declare function Item({ className, variant, size,
|
|
294
|
-
asChild?: boolean;
|
|
295
|
-
}): react_jsx_runtime.JSX.Element;
|
|
290
|
+
declare function Item({ className, variant, size, render, ...props }: useRender.ComponentProps<"div"> & VariantProps<typeof itemVariants>): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
296
291
|
declare const itemMediaVariants: (props?: ({
|
|
297
292
|
variant?: "image" | "default" | "icon" | null | undefined;
|
|
298
293
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -307,43 +302,36 @@ declare function ItemFooter({ className, ...props }: React$1.ComponentProps<"div
|
|
|
307
302
|
declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): react_jsx_runtime.JSX.Element;
|
|
308
303
|
declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
309
304
|
|
|
310
|
-
declare function Label({ className, ...props }: React$1.ComponentProps<
|
|
311
|
-
|
|
312
|
-
declare function Menubar({ className, ...props }:
|
|
313
|
-
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof
|
|
314
|
-
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof
|
|
315
|
-
declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof
|
|
316
|
-
declare function
|
|
317
|
-
declare function
|
|
318
|
-
declare function
|
|
319
|
-
declare function
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}): react_jsx_runtime.JSX.Element;
|
|
323
|
-
declare function
|
|
324
|
-
declare function
|
|
325
|
-
declare function
|
|
326
|
-
|
|
327
|
-
}): react_jsx_runtime.JSX.Element;
|
|
328
|
-
declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof Menubar$1.Separator>): react_jsx_runtime.JSX.Element;
|
|
329
|
-
declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
330
|
-
declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof Menubar$1.Sub>): react_jsx_runtime.JSX.Element;
|
|
331
|
-
declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof Menubar$1.SubTrigger> & {
|
|
305
|
+
declare function Label({ className, ...props }: React$1.ComponentProps<"label">): react_jsx_runtime.JSX.Element;
|
|
306
|
+
|
|
307
|
+
declare function Menubar({ className, ...props }: Menubar$1.Props): react_jsx_runtime.JSX.Element;
|
|
308
|
+
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof DropdownMenu$1>): react_jsx_runtime.JSX.Element;
|
|
309
|
+
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuGroup$1>): react_jsx_runtime.JSX.Element;
|
|
310
|
+
declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof DropdownMenuPortal$1>): react_jsx_runtime.JSX.Element;
|
|
311
|
+
declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuTrigger$1>): react_jsx_runtime.JSX.Element;
|
|
312
|
+
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof DropdownMenuContent$1>): react_jsx_runtime.JSX.Element;
|
|
313
|
+
declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof DropdownMenuItem$1>): react_jsx_runtime.JSX.Element;
|
|
314
|
+
declare function MenubarCheckboxItem({ className, children, checked, ...props }: Menu.CheckboxItem.Props): react_jsx_runtime.JSX.Element;
|
|
315
|
+
declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuRadioGroup$1>): react_jsx_runtime.JSX.Element;
|
|
316
|
+
declare function MenubarRadioItem({ className, children, ...props }: Menu.RadioItem.Props): react_jsx_runtime.JSX.Element;
|
|
317
|
+
declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuLabel$1>): react_jsx_runtime.JSX.Element;
|
|
318
|
+
declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuSeparator$1>): react_jsx_runtime.JSX.Element;
|
|
319
|
+
declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuShortcut$1>): react_jsx_runtime.JSX.Element;
|
|
320
|
+
declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof DropdownMenuSub$1>): react_jsx_runtime.JSX.Element;
|
|
321
|
+
declare function MenubarSubTrigger({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuSubTrigger$1> & {
|
|
332
322
|
inset?: boolean;
|
|
333
323
|
}): react_jsx_runtime.JSX.Element;
|
|
334
|
-
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof
|
|
324
|
+
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuSubContent$1>): react_jsx_runtime.JSX.Element;
|
|
335
325
|
|
|
336
|
-
declare function NavigationMenu({ className, children,
|
|
337
|
-
|
|
338
|
-
}): react_jsx_runtime.JSX.Element;
|
|
339
|
-
declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenu$1.List>): react_jsx_runtime.JSX.Element;
|
|
340
|
-
declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenu$1.Item>): react_jsx_runtime.JSX.Element;
|
|
326
|
+
declare function NavigationMenu({ className, children, ...props }: NavigationMenu$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
327
|
+
declare function NavigationMenuList({ className, ...props }: NavigationMenu$1.List.Props): react_jsx_runtime.JSX.Element;
|
|
328
|
+
declare function NavigationMenuItem({ className, ...props }: NavigationMenu$1.Item.Props): react_jsx_runtime.JSX.Element;
|
|
341
329
|
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
342
|
-
declare function NavigationMenuTrigger({ className, children, ...props }:
|
|
343
|
-
declare function NavigationMenuContent({ className, ...props }:
|
|
344
|
-
declare function
|
|
345
|
-
declare function NavigationMenuLink({ className, ...props }:
|
|
346
|
-
declare function NavigationMenuIndicator({ className, ...props }:
|
|
330
|
+
declare function NavigationMenuTrigger({ className, children, ...props }: NavigationMenu$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
331
|
+
declare function NavigationMenuContent({ className, ...props }: NavigationMenu$1.Content.Props): react_jsx_runtime.JSX.Element;
|
|
332
|
+
declare function NavigationMenuPositioner({ className, side, sideOffset, align, alignOffset, ...props }: NavigationMenu$1.Positioner.Props): react_jsx_runtime.JSX.Element;
|
|
333
|
+
declare function NavigationMenuLink({ className, ...props }: NavigationMenu$1.Link.Props): react_jsx_runtime.JSX.Element;
|
|
334
|
+
declare function NavigationMenuIndicator({ className, ...props }: NavigationMenu$1.Icon.Props): react_jsx_runtime.JSX.Element;
|
|
347
335
|
|
|
348
336
|
declare function Pagination({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
|
|
349
337
|
declare function PaginationContent({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
|
|
@@ -356,18 +344,21 @@ declare function PaginationPrevious({ className, ...props }: React$1.ComponentPr
|
|
|
356
344
|
declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
|
|
357
345
|
declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
358
346
|
|
|
359
|
-
declare function Popover({ ...props }:
|
|
360
|
-
declare function PopoverTrigger({ ...props }:
|
|
361
|
-
declare function PopoverContent({ className, align, sideOffset, ...props }:
|
|
362
|
-
declare function PopoverAnchor({ ...props }: React$1.ComponentProps<typeof Popover$1.Anchor>): react_jsx_runtime.JSX.Element;
|
|
347
|
+
declare function Popover({ ...props }: Popover$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
348
|
+
declare function PopoverTrigger({ ...props }: Popover$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
349
|
+
declare function PopoverContent({ className, align, alignOffset, side, sideOffset, ...props }: Popover$1.Popup.Props & Pick<Popover$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): react_jsx_runtime.JSX.Element;
|
|
363
350
|
declare function PopoverHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
364
|
-
declare function PopoverTitle({ className, ...props }:
|
|
365
|
-
declare function PopoverDescription({ className, ...props }:
|
|
351
|
+
declare function PopoverTitle({ className, ...props }: Popover$1.Title.Props): react_jsx_runtime.JSX.Element;
|
|
352
|
+
declare function PopoverDescription({ className, ...props }: Popover$1.Description.Props): react_jsx_runtime.JSX.Element;
|
|
366
353
|
|
|
367
|
-
declare function Progress({ className, value, ...props }:
|
|
354
|
+
declare function Progress({ className, children, value, ...props }: Progress$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
355
|
+
declare function ProgressTrack({ className, ...props }: Progress$1.Track.Props): react_jsx_runtime.JSX.Element;
|
|
356
|
+
declare function ProgressIndicator({ className, ...props }: Progress$1.Indicator.Props): react_jsx_runtime.JSX.Element;
|
|
357
|
+
declare function ProgressLabel({ className, ...props }: Progress$1.Label.Props): react_jsx_runtime.JSX.Element;
|
|
358
|
+
declare function ProgressValue({ className, ...props }: Progress$1.Value.Props): react_jsx_runtime.JSX.Element;
|
|
368
359
|
|
|
369
|
-
declare function RadioGroup({ className, ...props }:
|
|
370
|
-
declare function RadioGroupItem({ className, ...props }:
|
|
360
|
+
declare function RadioGroup({ className, ...props }: RadioGroup$1.Props): react_jsx_runtime.JSX.Element;
|
|
361
|
+
declare function RadioGroupItem({ className, ...props }: Radio.Root.Props): react_jsx_runtime.JSX.Element;
|
|
371
362
|
|
|
372
363
|
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
|
|
373
364
|
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
|
|
@@ -375,35 +366,35 @@ declare function ResizableHandle({ withHandle, className, ...props }: React$1.Co
|
|
|
375
366
|
withHandle?: boolean;
|
|
376
367
|
}): react_jsx_runtime.JSX.Element;
|
|
377
368
|
|
|
378
|
-
declare function ScrollArea({ className, children, ...props }:
|
|
379
|
-
declare function ScrollBar({ className, orientation, ...props }:
|
|
369
|
+
declare function ScrollArea({ className, children, ...props }: ScrollArea$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
370
|
+
declare function ScrollBar({ className, orientation, ...props }: ScrollArea$1.Scrollbar.Props): react_jsx_runtime.JSX.Element;
|
|
380
371
|
|
|
381
|
-
declare
|
|
382
|
-
declare function SelectGroup({ className, ...props }:
|
|
383
|
-
declare function SelectValue({ ...props }:
|
|
384
|
-
declare function SelectTrigger({ className, size, children, ...props }:
|
|
372
|
+
declare const Select: typeof Select$1.Root;
|
|
373
|
+
declare function SelectGroup({ className, ...props }: Select$1.Group.Props): react_jsx_runtime.JSX.Element;
|
|
374
|
+
declare function SelectValue({ className, ...props }: Select$1.Value.Props): react_jsx_runtime.JSX.Element;
|
|
375
|
+
declare function SelectTrigger({ className, size, children, ...props }: Select$1.Trigger.Props & {
|
|
385
376
|
size?: "sm" | "default";
|
|
386
377
|
}): react_jsx_runtime.JSX.Element;
|
|
387
|
-
declare function SelectContent({ className, children,
|
|
388
|
-
declare function SelectLabel({ className, ...props }:
|
|
389
|
-
declare function SelectItem({ className, children, ...props }:
|
|
390
|
-
declare function SelectSeparator({ className, ...props }:
|
|
391
|
-
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.
|
|
392
|
-
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.
|
|
393
|
-
|
|
394
|
-
declare function Separator({ className, orientation,
|
|
395
|
-
|
|
396
|
-
declare function Sheet({ ...props }:
|
|
397
|
-
declare function SheetTrigger({ ...props }:
|
|
398
|
-
declare function SheetClose({ ...props }:
|
|
399
|
-
declare function SheetContent({ className, children, side, showCloseButton, ...props }:
|
|
378
|
+
declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: Select$1.Popup.Props & Pick<Select$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "alignItemWithTrigger">): react_jsx_runtime.JSX.Element;
|
|
379
|
+
declare function SelectLabel({ className, ...props }: Select$1.GroupLabel.Props): react_jsx_runtime.JSX.Element;
|
|
380
|
+
declare function SelectItem({ className, children, ...props }: Select$1.Item.Props): react_jsx_runtime.JSX.Element;
|
|
381
|
+
declare function SelectSeparator({ className, ...props }: Select$1.Separator.Props): react_jsx_runtime.JSX.Element;
|
|
382
|
+
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollUpArrow>): react_jsx_runtime.JSX.Element;
|
|
383
|
+
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollDownArrow>): react_jsx_runtime.JSX.Element;
|
|
384
|
+
|
|
385
|
+
declare function Separator({ className, orientation, ...props }: Separator$2.Props): react_jsx_runtime.JSX.Element;
|
|
386
|
+
|
|
387
|
+
declare function Sheet({ ...props }: Dialog$2.Root.Props): react_jsx_runtime.JSX.Element;
|
|
388
|
+
declare function SheetTrigger({ ...props }: Dialog$2.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
389
|
+
declare function SheetClose({ ...props }: Dialog$2.Close.Props): react_jsx_runtime.JSX.Element;
|
|
390
|
+
declare function SheetContent({ className, children, side, showCloseButton, ...props }: Dialog$2.Popup.Props & {
|
|
400
391
|
side?: "top" | "right" | "bottom" | "left";
|
|
401
392
|
showCloseButton?: boolean;
|
|
402
393
|
}): react_jsx_runtime.JSX.Element;
|
|
403
394
|
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
404
395
|
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
405
|
-
declare function SheetTitle({ className, ...props }:
|
|
406
|
-
declare function SheetDescription({ className, ...props }:
|
|
396
|
+
declare function SheetTitle({ className, ...props }: Dialog$2.Title.Props): react_jsx_runtime.JSX.Element;
|
|
397
|
+
declare function SheetDescription({ className, ...props }: Dialog$2.Description.Props): react_jsx_runtime.JSX.Element;
|
|
407
398
|
|
|
408
399
|
type SidebarContextProps = {
|
|
409
400
|
state: "expanded" | "collapsed";
|
|
@@ -434,12 +425,8 @@ declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<"
|
|
|
434
425
|
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator$1>): react_jsx_runtime.JSX.Element;
|
|
435
426
|
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
436
427
|
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
437
|
-
declare function SidebarGroupLabel({ className,
|
|
438
|
-
|
|
439
|
-
}): react_jsx_runtime.JSX.Element;
|
|
440
|
-
declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<"button"> & {
|
|
441
|
-
asChild?: boolean;
|
|
442
|
-
}): react_jsx_runtime.JSX.Element;
|
|
428
|
+
declare function SidebarGroupLabel({ className, render, ...props }: useRender.ComponentProps<"div"> & React$1.ComponentProps<"div">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
429
|
+
declare function SidebarGroupAction({ className, render, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
443
430
|
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
444
431
|
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
|
|
445
432
|
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
@@ -447,34 +434,31 @@ declare const sidebarMenuButtonVariants: (props?: ({
|
|
|
447
434
|
variant?: "default" | "outline" | null | undefined;
|
|
448
435
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
449
436
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
450
|
-
declare function SidebarMenuButton({
|
|
451
|
-
asChild?: boolean;
|
|
437
|
+
declare function SidebarMenuButton({ render, isActive, variant, size, tooltip, className, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button"> & {
|
|
452
438
|
isActive?: boolean;
|
|
453
439
|
tooltip?: string | React$1.ComponentProps<typeof TooltipContent$1>;
|
|
454
440
|
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
|
|
455
|
-
declare function SidebarMenuAction({ className,
|
|
456
|
-
asChild?: boolean;
|
|
441
|
+
declare function SidebarMenuAction({ className, render, showOnHover, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button"> & {
|
|
457
442
|
showOnHover?: boolean;
|
|
458
|
-
}):
|
|
443
|
+
}): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
459
444
|
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
460
445
|
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<"div"> & {
|
|
461
446
|
showIcon?: boolean;
|
|
462
447
|
}): react_jsx_runtime.JSX.Element;
|
|
463
448
|
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
|
|
464
449
|
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
465
|
-
declare function SidebarMenuSubButton({
|
|
466
|
-
asChild?: boolean;
|
|
450
|
+
declare function SidebarMenuSubButton({ render, size, isActive, className, ...props }: useRender.ComponentProps<"a"> & React$1.ComponentProps<"a"> & {
|
|
467
451
|
size?: "sm" | "md";
|
|
468
452
|
isActive?: boolean;
|
|
469
|
-
}):
|
|
453
|
+
}): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
470
454
|
|
|
471
455
|
declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
472
456
|
|
|
473
|
-
declare function Slider({ className, defaultValue, value, min, max, ...props }:
|
|
457
|
+
declare function Slider({ className, defaultValue, value, min, max, ...props }: Slider$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
474
458
|
|
|
475
459
|
declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): react_jsx_runtime.JSX.Element;
|
|
476
460
|
|
|
477
|
-
declare function Switch({ className, size, ...props }:
|
|
461
|
+
declare function Switch({ className, size, ...props }: Switch$1.Root.Props & {
|
|
478
462
|
size?: "sm" | "default";
|
|
479
463
|
}): react_jsx_runtime.JSX.Element;
|
|
480
464
|
|
|
@@ -487,32 +471,32 @@ declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">
|
|
|
487
471
|
declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
|
|
488
472
|
declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
|
|
489
473
|
|
|
490
|
-
declare function Tabs({ className, orientation, ...props }:
|
|
474
|
+
declare function Tabs({ className, orientation, ...props }: Tabs$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
491
475
|
declare const tabsListVariants: (props?: ({
|
|
492
476
|
variant?: "line" | "default" | null | undefined;
|
|
493
477
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
494
|
-
declare function TabsList({ className, variant, ...props }:
|
|
495
|
-
declare function TabsTrigger({ className, ...props }:
|
|
496
|
-
declare function TabsContent({ className, ...props }:
|
|
478
|
+
declare function TabsList({ className, variant, ...props }: Tabs$1.List.Props & VariantProps<typeof tabsListVariants>): react_jsx_runtime.JSX.Element;
|
|
479
|
+
declare function TabsTrigger({ className, ...props }: Tabs$1.Tab.Props): react_jsx_runtime.JSX.Element;
|
|
480
|
+
declare function TabsContent({ className, ...props }: Tabs$1.Panel.Props): react_jsx_runtime.JSX.Element;
|
|
497
481
|
|
|
498
482
|
declare function Textarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
|
|
499
483
|
|
|
500
|
-
declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }:
|
|
484
|
+
declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: ToggleGroup$1.Props & VariantProps<typeof toggleVariants$1> & {
|
|
501
485
|
spacing?: number;
|
|
502
486
|
orientation?: "horizontal" | "vertical";
|
|
503
487
|
}): react_jsx_runtime.JSX.Element;
|
|
504
|
-
declare function ToggleGroupItem({ className, children, variant, size, ...props }:
|
|
488
|
+
declare function ToggleGroupItem({ className, children, variant, size, ...props }: Toggle$1.Props & VariantProps<typeof toggleVariants$1>): react_jsx_runtime.JSX.Element;
|
|
505
489
|
|
|
506
490
|
declare const toggleVariants: (props?: ({
|
|
507
491
|
variant?: "default" | "outline" | null | undefined;
|
|
508
492
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
509
493
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
510
|
-
declare function Toggle({ className, variant, size, ...props }:
|
|
494
|
+
declare function Toggle({ className, variant, size, ...props }: Toggle$1.Props & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
511
495
|
|
|
512
|
-
declare function TooltipProvider({
|
|
513
|
-
declare function Tooltip({ ...props }:
|
|
514
|
-
declare function TooltipTrigger({ ...props }:
|
|
515
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }:
|
|
496
|
+
declare function TooltipProvider({ delay, ...props }: Tooltip$1.Provider.Props): react_jsx_runtime.JSX.Element;
|
|
497
|
+
declare function Tooltip({ ...props }: Tooltip$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
498
|
+
declare function TooltipTrigger({ ...props }: Tooltip$1.Trigger.Props): react_jsx_runtime.JSX.Element;
|
|
499
|
+
declare function TooltipContent({ className, side, sideOffset, align, alignOffset, children, ...props }: Tooltip$1.Popup.Props & Pick<Tooltip$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): react_jsx_runtime.JSX.Element;
|
|
516
500
|
|
|
517
501
|
declare function useIsMobile(): boolean;
|
|
518
502
|
|
|
@@ -520,4 +504,4 @@ declare function cn(...inputs: ClassValue[]): string;
|
|
|
520
504
|
|
|
521
505
|
declare const _default: {};
|
|
522
506
|
|
|
523
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle,
|
|
507
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cn, _default as default, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, useIsMobile, useSidebar };
|