@hai3/uikit 0.1.0-alpha.6 → 0.1.0-alpha.8
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/package.json +6 -1
- package/src/styles/globals.css +41 -2
- package/dist/index.cjs +0 -3838
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -650
- package/dist/index.d.ts +0 -650
- package/dist/index.js +0 -3395
- package/dist/index.js.map +0 -1
package/dist/index.d.cts
DELETED
|
@@ -1,650 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as React$1 from 'react';
|
|
3
|
-
import React__default from 'react';
|
|
4
|
-
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
5
|
-
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
6
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
7
|
-
import { VariantProps } from 'class-variance-authority';
|
|
8
|
-
import { ButtonVariant, ButtonSize, TextDirection, IconButtonSize, Theme } from '@hai3/uikit-contracts';
|
|
9
|
-
export { ButtonSize, ButtonVariant, IconButtonSize, Theme } from '@hai3/uikit-contracts';
|
|
10
|
-
import { DayPicker, DayButton } from 'react-day-picker';
|
|
11
|
-
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
12
|
-
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
13
|
-
import { OTPInput } from 'input-otp';
|
|
14
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
15
|
-
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
16
|
-
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
17
|
-
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
18
|
-
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
19
|
-
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
20
|
-
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
21
|
-
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
22
|
-
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
23
|
-
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
24
|
-
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
25
|
-
import { Drawer as Drawer$1 } from 'vaul';
|
|
26
|
-
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
27
|
-
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
28
|
-
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
29
|
-
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
30
|
-
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
31
|
-
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
32
|
-
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
33
|
-
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
34
|
-
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
35
|
-
export { Area, AreaChart, Bar, BarChart, Brush, CartesianGrid, Cell, Label as ChartLabel, Legend as ChartLegend, Tooltip as ChartTooltip, ComposedChart, Cross, Curve, Customized, Dot, ErrorBar, Funnel, FunnelChart, LabelList, LegendProps, Line, LineChart, Pie, PieChart, PolarAngleAxis, PolarGrid, PolarRadiusAxis, Polygon, Radar, RadarChart, RadialBar, RadialBarChart, Rectangle, ReferenceArea, ReferenceDot, ReferenceLine, ResponsiveContainer, Sankey, Scatter, ScatterChart, Sector, Text, TooltipProps, Treemap, XAxis, YAxis, ZAxis } from 'recharts';
|
|
36
|
-
|
|
37
|
-
declare function AspectRatio({ ...props }: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
38
|
-
|
|
39
|
-
declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
40
|
-
declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
|
|
41
|
-
declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
42
|
-
|
|
43
|
-
declare const buttonVariants: (props?: ({
|
|
44
|
-
variant?: ButtonVariant | null | undefined;
|
|
45
|
-
size?: ButtonSize | null | undefined;
|
|
46
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
47
|
-
interface ButtonProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
48
|
-
asChild?: boolean;
|
|
49
|
-
}
|
|
50
|
-
declare const Button: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
51
|
-
|
|
52
|
-
declare const badgeVariants: (props?: ({
|
|
53
|
-
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
54
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
55
|
-
interface BadgeProps extends React$1.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
|
|
56
|
-
asChild?: boolean;
|
|
57
|
-
}
|
|
58
|
-
declare function Badge({ className, variant, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
59
|
-
|
|
60
|
-
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
|
|
61
|
-
buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
|
|
62
|
-
}): react_jsx_runtime.JSX.Element;
|
|
63
|
-
declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
|
|
64
|
-
|
|
65
|
-
declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
66
|
-
|
|
67
|
-
declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
68
|
-
declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
|
|
69
|
-
|
|
70
|
-
declare function NativeSelect({ className, ...props }: React$1.ComponentProps<"select">): react_jsx_runtime.JSX.Element;
|
|
71
|
-
declare function NativeSelectOption({ ...props }: React$1.ComponentProps<"option">): react_jsx_runtime.JSX.Element;
|
|
72
|
-
declare function NativeSelectOptGroup({ className, ...props }: React$1.ComponentProps<"optgroup">): react_jsx_runtime.JSX.Element;
|
|
73
|
-
|
|
74
|
-
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
75
|
-
containerClassName?: string;
|
|
76
|
-
}): react_jsx_runtime.JSX.Element;
|
|
77
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
78
|
-
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
|
|
79
|
-
index: number;
|
|
80
|
-
}): react_jsx_runtime.JSX.Element;
|
|
81
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
82
|
-
|
|
83
|
-
declare const Input: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
|
|
84
|
-
|
|
85
|
-
declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
86
|
-
|
|
87
|
-
interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
|
88
|
-
/**
|
|
89
|
-
* Enable auto-resize behavior (adjusts height based on content)
|
|
90
|
-
*/
|
|
91
|
-
autoResize?: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Minimum height in pixels when auto-resize is enabled (default: 50)
|
|
94
|
-
*/
|
|
95
|
-
minHeight?: number;
|
|
96
|
-
/**
|
|
97
|
-
* Maximum height in pixels when auto-resize is enabled (default: 350)
|
|
98
|
-
*/
|
|
99
|
-
maxHeight?: number;
|
|
100
|
-
/**
|
|
101
|
-
* Size variant (affects min-height)
|
|
102
|
-
* - sm: min-h-11 (44px / 2.75rem)
|
|
103
|
-
* - default: min-h-[60px] (3.75rem)
|
|
104
|
-
* - lg: min-h-20 (80px / 5rem)
|
|
105
|
-
*/
|
|
106
|
-
size?: 'sm' | 'default' | 'lg';
|
|
107
|
-
}
|
|
108
|
-
declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
109
|
-
|
|
110
|
-
declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
111
|
-
|
|
112
|
-
interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
113
|
-
/**
|
|
114
|
-
* If true, skeleton inherits text color instead of using bg-muted
|
|
115
|
-
* Useful for buttons, menu items, and colored text
|
|
116
|
-
*/
|
|
117
|
-
inheritColor?: boolean;
|
|
118
|
-
}
|
|
119
|
-
declare function Skeleton({ className, inheritColor, ...props }: SkeletonProps): react_jsx_runtime.JSX.Element;
|
|
120
|
-
|
|
121
|
-
interface SpinnerProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
122
|
-
icon?: React$1.ComponentType<{
|
|
123
|
-
className?: string;
|
|
124
|
-
}>;
|
|
125
|
-
size?: string;
|
|
126
|
-
}
|
|
127
|
-
declare const Spinner: React$1.ForwardRefExoticComponent<SpinnerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
128
|
-
|
|
129
|
-
declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
130
|
-
declare const SliderTrack: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderTrackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
131
|
-
declare const SliderRange: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderRangeProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
132
|
-
declare const SliderThumb: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderThumbProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
133
|
-
|
|
134
|
-
declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
135
|
-
|
|
136
|
-
declare const TooltipProvider: {
|
|
137
|
-
({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
|
|
138
|
-
displayName: string | undefined;
|
|
139
|
-
};
|
|
140
|
-
declare const Tooltip: {
|
|
141
|
-
({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
142
|
-
displayName: string | undefined;
|
|
143
|
-
};
|
|
144
|
-
declare const TooltipTrigger: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
145
|
-
declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
146
|
-
|
|
147
|
-
declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
148
|
-
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
149
|
-
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
150
|
-
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
151
|
-
|
|
152
|
-
declare const HoverCard: React$1.FC<HoverCardPrimitive.HoverCardProps>;
|
|
153
|
-
declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardTriggerProps & React$1.RefAttributes<HTMLAnchorElement>, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
154
|
-
declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
155
|
-
|
|
156
|
-
declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
157
|
-
declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
158
|
-
declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
159
|
-
declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
160
|
-
declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
161
|
-
declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Header Props
|
|
165
|
-
*/
|
|
166
|
-
interface HeaderProps {
|
|
167
|
-
children?: React__default.ReactNode;
|
|
168
|
-
className?: string;
|
|
169
|
-
}
|
|
170
|
-
/**
|
|
171
|
-
* Header Component
|
|
172
|
-
* Base layout primitive for app header
|
|
173
|
-
* HAI3 custom component (not from shadcn)
|
|
174
|
-
* Accepts children for flexible content (user info, actions, etc.)
|
|
175
|
-
*/
|
|
176
|
-
declare const Header: React__default.ForwardRefExoticComponent<HeaderProps & React__default.RefAttributes<HTMLElement>>;
|
|
177
|
-
|
|
178
|
-
declare const NavigationMenu: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
179
|
-
declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
|
|
180
|
-
declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
181
|
-
declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
182
|
-
declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
183
|
-
declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
184
|
-
declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
185
|
-
declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
186
|
-
|
|
187
|
-
declare function Breadcrumb({ ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
|
|
188
|
-
declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
|
|
189
|
-
declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
190
|
-
declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<"a"> & {
|
|
191
|
-
asChild?: boolean;
|
|
192
|
-
}): react_jsx_runtime.JSX.Element;
|
|
193
|
-
declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
194
|
-
declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
195
|
-
declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
196
|
-
|
|
197
|
-
declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
198
|
-
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime.JSX.Element;
|
|
199
|
-
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
200
|
-
declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
201
|
-
declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
|
|
202
|
-
declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
203
|
-
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
204
|
-
declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
205
|
-
inset?: boolean;
|
|
206
|
-
variant?: "default" | "destructive";
|
|
207
|
-
}): react_jsx_runtime.JSX.Element;
|
|
208
|
-
declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
|
|
209
|
-
declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
|
|
210
|
-
declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
211
|
-
inset?: boolean;
|
|
212
|
-
}): react_jsx_runtime.JSX.Element;
|
|
213
|
-
declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime.JSX.Element;
|
|
214
|
-
declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
215
|
-
declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime.JSX.Element;
|
|
216
|
-
declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
217
|
-
inset?: boolean;
|
|
218
|
-
}): react_jsx_runtime.JSX.Element;
|
|
219
|
-
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
|
|
220
|
-
|
|
221
|
-
declare function Pagination({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
|
|
222
|
-
declare function PaginationContent({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
|
|
223
|
-
declare function PaginationItem({ ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
|
|
224
|
-
type PaginationLinkProps = {
|
|
225
|
-
isActive?: boolean;
|
|
226
|
-
size?: ButtonSize;
|
|
227
|
-
asChild?: boolean;
|
|
228
|
-
} & React$1.ComponentProps<"a">;
|
|
229
|
-
declare function PaginationLink({ className, isActive, size, asChild, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
|
|
230
|
-
declare function PaginationPrevious({ className, children, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
|
|
231
|
-
declare function PaginationNext({ className, children, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
|
|
232
|
-
declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
233
|
-
|
|
234
|
-
declare function Tabs({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
235
|
-
declare function TabsList({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime.JSX.Element;
|
|
236
|
-
declare function TabsTrigger({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
237
|
-
declare function TabsContent({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
238
|
-
|
|
239
|
-
declare const Sheet: React$1.FC<SheetPrimitive.DialogProps>;
|
|
240
|
-
declare const SheetTrigger: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
241
|
-
declare const SheetClose: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
242
|
-
declare const SheetPortal: React$1.FC<SheetPrimitive.DialogPortalProps>;
|
|
243
|
-
declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
244
|
-
declare const sheetVariants: (props?: ({
|
|
245
|
-
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
246
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
247
|
-
interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
248
|
-
}
|
|
249
|
-
declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
250
|
-
declare const SheetHeader: {
|
|
251
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
252
|
-
displayName: string;
|
|
253
|
-
};
|
|
254
|
-
declare const SheetFooter: {
|
|
255
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
256
|
-
displayName: string;
|
|
257
|
-
};
|
|
258
|
-
declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
259
|
-
declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
260
|
-
|
|
261
|
-
declare const Dialog: React$1.FC<SheetPrimitive.DialogProps>;
|
|
262
|
-
declare const DialogTrigger: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
263
|
-
declare const DialogPortal: React$1.FC<SheetPrimitive.DialogPortalProps>;
|
|
264
|
-
declare const DialogClose: React$1.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
265
|
-
declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
266
|
-
declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
267
|
-
declare const DialogHeader: {
|
|
268
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
269
|
-
displayName: string;
|
|
270
|
-
};
|
|
271
|
-
declare const DialogFooter: {
|
|
272
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
273
|
-
displayName: string;
|
|
274
|
-
};
|
|
275
|
-
declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
|
|
276
|
-
declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
|
|
277
|
-
|
|
278
|
-
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
279
|
-
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
280
|
-
declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
|
|
281
|
-
declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime.JSX.Element;
|
|
282
|
-
declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): react_jsx_runtime.JSX.Element;
|
|
283
|
-
declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): react_jsx_runtime.JSX.Element;
|
|
284
|
-
declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
285
|
-
declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
286
|
-
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime.JSX.Element;
|
|
287
|
-
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime.JSX.Element;
|
|
288
|
-
|
|
289
|
-
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
|
|
290
|
-
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
|
|
291
|
-
declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
292
|
-
withHandle?: boolean;
|
|
293
|
-
}): react_jsx_runtime.JSX.Element;
|
|
294
|
-
|
|
295
|
-
declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
296
|
-
declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
|
|
297
|
-
|
|
298
|
-
declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
299
|
-
|
|
300
|
-
declare const Accordion: React$1.ForwardRefExoticComponent<(Omit<AccordionPrimitive.AccordionSingleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> | Omit<AccordionPrimitive.AccordionMultipleProps & React$1.RefAttributes<HTMLDivElement>, "ref">) & React$1.RefAttributes<HTMLDivElement>>;
|
|
301
|
-
declare const AccordionItem: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
302
|
-
declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
303
|
-
declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
304
|
-
|
|
305
|
-
type CarouselApi = UseEmblaCarouselType[1];
|
|
306
|
-
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
307
|
-
type CarouselOptions = UseCarouselParameters[0];
|
|
308
|
-
type CarouselPlugin = UseCarouselParameters[1];
|
|
309
|
-
type CarouselProps = {
|
|
310
|
-
opts?: CarouselOptions;
|
|
311
|
-
plugins?: CarouselPlugin;
|
|
312
|
-
orientation?: "horizontal" | "vertical";
|
|
313
|
-
setApi?: (api: CarouselApi) => void;
|
|
314
|
-
};
|
|
315
|
-
declare const Carousel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & CarouselProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
316
|
-
declare const CarouselContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
317
|
-
declare const CarouselItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
318
|
-
declare const CarouselPrevious: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
319
|
-
declare const CarouselNext: React$1.ForwardRefExoticComponent<ButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
320
|
-
|
|
321
|
-
declare const Collapsible: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
322
|
-
declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
323
|
-
declare const CollapsibleContent: React$1.ForwardRefExoticComponent<Omit<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
324
|
-
|
|
325
|
-
interface ChartContainerProps {
|
|
326
|
-
className?: string;
|
|
327
|
-
children: React$1.ReactNode;
|
|
328
|
-
width?: string | number;
|
|
329
|
-
height?: string | number;
|
|
330
|
-
minWidth?: string | number;
|
|
331
|
-
minHeight?: string | number;
|
|
332
|
-
maxHeight?: string | number;
|
|
333
|
-
debounce?: number;
|
|
334
|
-
aspect?: number;
|
|
335
|
-
}
|
|
336
|
-
declare function ChartContainer({ className, children, width, height, }: ChartContainerProps): react_jsx_runtime.JSX.Element;
|
|
337
|
-
interface TooltipPayloadItem {
|
|
338
|
-
color?: string;
|
|
339
|
-
name?: string;
|
|
340
|
-
value?: string | number;
|
|
341
|
-
}
|
|
342
|
-
interface LegendPayloadItem {
|
|
343
|
-
color?: string;
|
|
344
|
-
value?: string;
|
|
345
|
-
}
|
|
346
|
-
interface ChartTooltipContentProps {
|
|
347
|
-
className?: string;
|
|
348
|
-
label?: string;
|
|
349
|
-
payload?: TooltipPayloadItem[];
|
|
350
|
-
active?: boolean;
|
|
351
|
-
}
|
|
352
|
-
declare function ChartTooltipContent({ className, label, payload, active, }: ChartTooltipContentProps): react_jsx_runtime.JSX.Element | null;
|
|
353
|
-
interface ChartLegendContentProps {
|
|
354
|
-
className?: string;
|
|
355
|
-
payload?: LegendPayloadItem[];
|
|
356
|
-
}
|
|
357
|
-
declare function ChartLegendContent({ className, payload, }: ChartLegendContentProps): react_jsx_runtime.JSX.Element | null;
|
|
358
|
-
|
|
359
|
-
declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
|
|
360
|
-
declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
361
|
-
declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
362
|
-
declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
363
|
-
declare const SelectScrollUpButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
364
|
-
declare const SelectScrollDownButton: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
365
|
-
declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
366
|
-
declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
367
|
-
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
368
|
-
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
369
|
-
|
|
370
|
-
declare const DropdownMenu: React$1.FC<Omit<React$1.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Root>, 'dir'> & {
|
|
371
|
-
dir?: TextDirection;
|
|
372
|
-
}>;
|
|
373
|
-
declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
374
|
-
declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
375
|
-
declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
376
|
-
declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
377
|
-
declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
378
|
-
declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
379
|
-
inset?: boolean | undefined;
|
|
380
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
381
|
-
declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
382
|
-
container?: HTMLElement | null | undefined;
|
|
383
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
384
|
-
declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
385
|
-
container?: HTMLElement | null | undefined;
|
|
386
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
387
|
-
declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
388
|
-
inset?: boolean | undefined;
|
|
389
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
390
|
-
declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
391
|
-
declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
392
|
-
declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
393
|
-
inset?: boolean | undefined;
|
|
394
|
-
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
395
|
-
declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
396
|
-
declare const DropdownMenuShortcut: {
|
|
397
|
-
({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
|
|
398
|
-
displayName: string;
|
|
399
|
-
};
|
|
400
|
-
|
|
401
|
-
declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
402
|
-
declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
403
|
-
declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
404
|
-
declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
405
|
-
declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
|
|
406
|
-
declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
|
|
407
|
-
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
408
|
-
inset?: boolean;
|
|
409
|
-
}): react_jsx_runtime.JSX.Element;
|
|
410
|
-
declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
|
|
411
|
-
declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
412
|
-
declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
413
|
-
inset?: boolean;
|
|
414
|
-
variant?: "default" | "destructive";
|
|
415
|
-
}): react_jsx_runtime.JSX.Element;
|
|
416
|
-
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
|
|
417
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
|
|
418
|
-
declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
419
|
-
inset?: boolean;
|
|
420
|
-
}): react_jsx_runtime.JSX.Element;
|
|
421
|
-
declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
|
|
422
|
-
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* IconButton component for HAI3 UI-Core
|
|
426
|
-
* Provides a consistent icon-only button across all screens
|
|
427
|
-
* Composes UI Kit Button with icon size variant
|
|
428
|
-
*/
|
|
429
|
-
interface IconButtonProps extends Omit<ButtonProps, 'size' | 'asChild'> {
|
|
430
|
-
size?: IconButtonSize;
|
|
431
|
-
'aria-label': string;
|
|
432
|
-
}
|
|
433
|
-
declare const IconButton: React__default.ForwardRefExoticComponent<IconButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
434
|
-
|
|
435
|
-
/**
|
|
436
|
-
* DropdownButton Component
|
|
437
|
-
* Button with integrated dropdown chevron icon
|
|
438
|
-
* Used for dropdown triggers in ThemeSelector, ScreensetSelector, etc.
|
|
439
|
-
* Forwards all props to Button for DropdownMenuTrigger compatibility
|
|
440
|
-
*/
|
|
441
|
-
interface DropdownButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
442
|
-
children: React__default.ReactNode;
|
|
443
|
-
variant?: ButtonVariant;
|
|
444
|
-
className?: string;
|
|
445
|
-
}
|
|
446
|
-
declare const DropdownButton: React__default.ForwardRefExoticComponent<DropdownButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
|
|
447
|
-
|
|
448
|
-
declare const Sidebar: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLElement> & React$1.HTMLAttributes<HTMLElement> & {
|
|
449
|
-
collapsed?: boolean | undefined;
|
|
450
|
-
}, "ref"> & React$1.RefAttributes<HTMLElement>>;
|
|
451
|
-
declare const SidebarContent: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
452
|
-
declare const SidebarMenu: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
|
|
453
|
-
declare const SidebarMenuItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
|
|
454
|
-
declare const SidebarMenuButton: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
455
|
-
asChild?: boolean | undefined;
|
|
456
|
-
isActive?: boolean | undefined;
|
|
457
|
-
tooltip?: string | undefined;
|
|
458
|
-
} & VariantProps<(props?: ({
|
|
459
|
-
variant?: "default" | "outline" | null | undefined;
|
|
460
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
461
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
462
|
-
declare const SidebarMenuIcon: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
463
|
-
declare const SidebarMenuLabel: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
464
|
-
|
|
465
|
-
/**
|
|
466
|
-
* Sidebar Header Component
|
|
467
|
-
* Pure presentational component for sidebar logo/branding area
|
|
468
|
-
* Used with Sidebar component for consistent header styling
|
|
469
|
-
*/
|
|
470
|
-
|
|
471
|
-
interface SidebarHeaderProps extends React$1.ComponentProps<"div"> {
|
|
472
|
-
/**
|
|
473
|
-
* Logo icon element (should be properly sized SVG)
|
|
474
|
-
*/
|
|
475
|
-
logo?: React$1.ReactNode;
|
|
476
|
-
/**
|
|
477
|
-
* Logo text/branding element (shown when expanded)
|
|
478
|
-
*/
|
|
479
|
-
logoText?: React$1.ReactNode;
|
|
480
|
-
/**
|
|
481
|
-
* Whether the sidebar is collapsed
|
|
482
|
-
*/
|
|
483
|
-
collapsed?: boolean;
|
|
484
|
-
/**
|
|
485
|
-
* Click handler for the header area
|
|
486
|
-
*/
|
|
487
|
-
onClick?: () => void;
|
|
488
|
-
}
|
|
489
|
-
declare const SidebarHeader: React$1.ForwardRefExoticComponent<Omit<SidebarHeaderProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
490
|
-
|
|
491
|
-
/**
|
|
492
|
-
* User Info Props
|
|
493
|
-
* Matches UI Core contract in uikitContracts.ts
|
|
494
|
-
*/
|
|
495
|
-
interface UserInfoProps {
|
|
496
|
-
displayName?: string;
|
|
497
|
-
email?: string;
|
|
498
|
-
avatarUrl?: string;
|
|
499
|
-
className?: string;
|
|
500
|
-
loading?: boolean;
|
|
501
|
-
}
|
|
502
|
-
/**
|
|
503
|
-
* UserInfo Component
|
|
504
|
-
* Composite component combining shadcn Avatar + text
|
|
505
|
-
* Displays user avatar with fallback initials and name/email
|
|
506
|
-
*/
|
|
507
|
-
declare const UserInfo: React__default.ForwardRefExoticComponent<UserInfoProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
508
|
-
|
|
509
|
-
/**
|
|
510
|
-
* MessageBubble - Chat message display component
|
|
511
|
-
* Pure presentational component for displaying chat messages
|
|
512
|
-
*/
|
|
513
|
-
declare enum MessageType {
|
|
514
|
-
User = "user",
|
|
515
|
-
Assistant = "assistant"
|
|
516
|
-
}
|
|
517
|
-
interface MessageBubbleProps {
|
|
518
|
-
type: MessageType;
|
|
519
|
-
content: string;
|
|
520
|
-
timestamp?: Date;
|
|
521
|
-
className?: string;
|
|
522
|
-
onCopy?: () => void;
|
|
523
|
-
onEdit?: () => void;
|
|
524
|
-
onDelete?: () => void;
|
|
525
|
-
}
|
|
526
|
-
declare const MessageBubble: ({ type, content, className, onCopy, onEdit, onDelete, }: MessageBubbleProps) => react_jsx_runtime.JSX.Element;
|
|
527
|
-
|
|
528
|
-
/**
|
|
529
|
-
* ChatInput - Message input component
|
|
530
|
-
* Pure presentational component for chat message input
|
|
531
|
-
*/
|
|
532
|
-
interface ChatInputProps {
|
|
533
|
-
value: string;
|
|
534
|
-
onChange: (value: string) => void;
|
|
535
|
-
onSend: () => void;
|
|
536
|
-
onAttachFile?: () => void;
|
|
537
|
-
placeholder?: string;
|
|
538
|
-
disabled?: boolean;
|
|
539
|
-
maxRows?: number;
|
|
540
|
-
className?: string;
|
|
541
|
-
}
|
|
542
|
-
declare const ChatInput: ({ value, onChange, onSend, onAttachFile, placeholder, disabled, maxRows, className, }: ChatInputProps) => react_jsx_runtime.JSX.Element;
|
|
543
|
-
|
|
544
|
-
/**
|
|
545
|
-
* ThreadList - Chat thread list component
|
|
546
|
-
* Pure presentational component for displaying chat threads
|
|
547
|
-
*/
|
|
548
|
-
interface ChatThread {
|
|
549
|
-
id: string;
|
|
550
|
-
title: string;
|
|
551
|
-
preview: string;
|
|
552
|
-
timestamp: Date;
|
|
553
|
-
isTemporary?: boolean;
|
|
554
|
-
}
|
|
555
|
-
interface ThreadListProps {
|
|
556
|
-
threads: ChatThread[];
|
|
557
|
-
selectedThreadId?: string;
|
|
558
|
-
onThreadSelect: (threadId: string) => void;
|
|
559
|
-
onNewThread: () => void;
|
|
560
|
-
onDeleteThread?: (threadId: string) => void;
|
|
561
|
-
searchQuery?: string;
|
|
562
|
-
onSearchChange?: (query: string) => void;
|
|
563
|
-
loading?: boolean;
|
|
564
|
-
className?: string;
|
|
565
|
-
}
|
|
566
|
-
declare const ThreadList: ({ threads, selectedThreadId, onThreadSelect, onNewThread, onDeleteThread, searchQuery, onSearchChange, loading, className, }: ThreadListProps) => react_jsx_runtime.JSX.Element;
|
|
567
|
-
|
|
568
|
-
/**
|
|
569
|
-
* Menu Icon ID
|
|
570
|
-
* Well-known constant defined where it belongs
|
|
571
|
-
*/
|
|
572
|
-
declare const MENU_ICON_ID: "menu";
|
|
573
|
-
/**
|
|
574
|
-
* Menu Icon (Hamburger)
|
|
575
|
-
* Core icon for header menu toggle
|
|
576
|
-
* Tree-shakeable - imported and registered by app
|
|
577
|
-
*/
|
|
578
|
-
declare const MenuIcon: React__default.FC<{
|
|
579
|
-
className?: string;
|
|
580
|
-
}>;
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* Close Icon ID
|
|
584
|
-
* Well-known constant defined where it belongs
|
|
585
|
-
*/
|
|
586
|
-
declare const CLOSE_ICON_ID: "close";
|
|
587
|
-
/**
|
|
588
|
-
* Close Icon (X)
|
|
589
|
-
* Core icon for closing dialogs/popups
|
|
590
|
-
* Tree-shakeable - imported and registered by app
|
|
591
|
-
*/
|
|
592
|
-
declare const CloseIcon: React__default.FC<{
|
|
593
|
-
className?: string;
|
|
594
|
-
}>;
|
|
595
|
-
|
|
596
|
-
/**
|
|
597
|
-
* Calendar Icon
|
|
598
|
-
* Used in date picker popover triggers
|
|
599
|
-
* Replaces lucide-react CalendarIcon for tree-shaking
|
|
600
|
-
*/
|
|
601
|
-
declare const CalendarIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
* Chevron Down Icon
|
|
605
|
-
* Used in native select dropdowns, accordion, navigation-menu, select
|
|
606
|
-
* Replaces lucide-react ChevronDownIcon for tree-shaking
|
|
607
|
-
*/
|
|
608
|
-
declare const ChevronDownIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
|
|
609
|
-
|
|
610
|
-
/**
|
|
611
|
-
* Chevron Left Icon
|
|
612
|
-
* Used in pagination previous button
|
|
613
|
-
* Replaces lucide-react ChevronLeftIcon for tree-shaking
|
|
614
|
-
*/
|
|
615
|
-
declare const ChevronLeftIcon: React__default.FC<{
|
|
616
|
-
className?: string;
|
|
617
|
-
}>;
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* Chevron Right Icon
|
|
621
|
-
* Used in menu sub-triggers (context-menu, menubar, dropdown-menu)
|
|
622
|
-
* Replaces lucide-react ChevronRightIcon for tree-shaking
|
|
623
|
-
*/
|
|
624
|
-
declare const ChevronRightIcon: React__default.FC<{
|
|
625
|
-
className?: string;
|
|
626
|
-
}>;
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
* Chevron Up Icon
|
|
630
|
-
* Used in select scroll buttons
|
|
631
|
-
* Replaces lucide-react ChevronUpIcon for tree-shaking
|
|
632
|
-
*/
|
|
633
|
-
declare const ChevronUpIcon: React__default.FC<React__default.SVGProps<SVGSVGElement>>;
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* Theme application utility
|
|
637
|
-
* Generates CSS variables from theme objects dynamically
|
|
638
|
-
* Single source of truth: theme objects in TypeScript
|
|
639
|
-
* Maps to shadcn CSS variable naming convention
|
|
640
|
-
*/
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
* Apply theme to document by injecting CSS variables
|
|
644
|
-
* Theme objects are the single source of truth
|
|
645
|
-
* @param theme - Theme object to apply
|
|
646
|
-
* @param themeName - Optional theme name for data attribute
|
|
647
|
-
*/
|
|
648
|
-
declare const applyTheme: (theme: Theme, themeName?: string) => void;
|
|
649
|
-
|
|
650
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CLOSE_ICON_ID, Calendar, CalendarDayButton, CalendarIcon, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegendContent, ChartTooltipContent, ChatInput, type ChatInputProps, type ChatThread, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, Collapsible, CollapsibleContent, CollapsibleTrigger, 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, DropdownButton, type DropdownButtonProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Header, type HeaderProps, HoverCard, HoverCardContent, HoverCardTrigger, IconButton, type IconButtonProps, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Label, MENU_ICON_ID, MenuIcon, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MessageBubble, type MessageBubbleProps, MessageType, NativeSelect, NativeSelectOptGroup, NativeSelectOption, 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, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarHeader, type SidebarHeaderProps, SidebarMenu, SidebarMenuButton, SidebarMenuIcon, SidebarMenuItem, SidebarMenuLabel, Skeleton, Slider, SliderRange, SliderThumb, SliderTrack, Spinner, type SpinnerProps, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThreadList, type ThreadListProps, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserInfo, type UserInfoProps, applyTheme, badgeVariants };
|