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