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