@akira-io/ui 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -10
- package/dist/blocks.d.ts +159 -6
- package/dist/blocks.js +1388 -29
- package/dist/blocks.js.map +1 -1
- package/dist/button-B6wQRe7p.d.ts +16 -0
- package/dist/chunk-5AJFQ6C4.js +35 -0
- package/dist/chunk-5AJFQ6C4.js.map +1 -0
- package/dist/chunk-6QM5BA7B.js +148 -0
- package/dist/chunk-6QM5BA7B.js.map +1 -0
- package/dist/chunk-6X4TKSF6.js +21 -0
- package/dist/chunk-6X4TKSF6.js.map +1 -0
- package/dist/chunk-DSD7MVLL.js +287 -0
- package/dist/chunk-DSD7MVLL.js.map +1 -0
- package/dist/chunk-IQMRJXEO.js +59 -0
- package/dist/chunk-IQMRJXEO.js.map +1 -0
- package/dist/chunk-JAHTUAQL.js +82 -0
- package/dist/chunk-JAHTUAQL.js.map +1 -0
- package/dist/{chunk-A2SIZOEA.js → chunk-KYWA5UYN.js} +125 -45
- package/dist/chunk-KYWA5UYN.js.map +1 -0
- package/dist/chunk-L2H5GIF7.js +22 -0
- package/dist/chunk-L2H5GIF7.js.map +1 -0
- package/dist/chunk-LKSM3WLK.js +44 -0
- package/dist/chunk-LKSM3WLK.js.map +1 -0
- package/dist/{chunk-5MQWJVM2.js → chunk-MNGNBEYN.js} +168 -200
- package/dist/chunk-MNGNBEYN.js.map +1 -0
- package/dist/chunk-SA5LM2GD.js +102 -0
- package/dist/chunk-SA5LM2GD.js.map +1 -0
- package/dist/chunk-UUEWFCKT.js +28 -0
- package/dist/chunk-UUEWFCKT.js.map +1 -0
- package/dist/{chunk-42BJBH56.js → chunk-UUTXPPRN.js} +521 -107
- package/dist/chunk-UUTXPPRN.js.map +1 -0
- package/dist/{chunk-UXL33CZ4.js → chunk-YOVY3KT6.js} +13 -11
- package/dist/chunk-YOVY3KT6.js.map +1 -0
- package/dist/code.d.ts +6 -0
- package/dist/code.js +651 -0
- package/dist/code.js.map +1 -0
- package/dist/context-VgHq4U98.d.ts +384 -0
- package/dist/editor.d.ts +126 -0
- package/dist/editor.js +436 -0
- package/dist/editor.js.map +1 -0
- package/dist/index.d.ts +93 -17
- package/dist/index.js +996 -472
- package/dist/index.js.map +1 -1
- package/dist/inertia.d.ts +47 -2
- package/dist/inertia.js +138 -7
- package/dist/inertia.js.map +1 -1
- package/dist/input-4uxAHW6y.d.ts +5 -0
- package/dist/json-viewer-BTHBACj9.d.ts +50 -0
- package/dist/{language-Bft6rBBt.d.ts → language-Dgjr9bm3.d.ts} +1 -1
- package/dist/locales/pt.d.ts +26 -4
- package/dist/locales/pt.js +127 -1
- package/dist/locales/pt.js.map +1 -1
- package/dist/password-input-r39y2pCT.d.ts +50 -0
- package/dist/shells.d.ts +45 -7
- package/dist/shells.js +95 -60
- package/dist/shells.js.map +1 -1
- package/dist/{sidebar-BDhG9SUU.d.ts → sidebar-BhOIlSjt.d.ts} +4 -12
- package/dist/{types-Cno1_Ijx.d.ts → types-B4QS3h5p.d.ts} +9 -1
- package/dist/types-CT0rBsFc.d.ts +110 -0
- package/package.json +170 -130
- package/theme.css +20 -0
- package/themes/nosferry.css +4 -0
- package/dist/chunk-42BJBH56.js.map +0 -1
- package/dist/chunk-5MQWJVM2.js.map +0 -1
- package/dist/chunk-A2SIZOEA.js.map +0 -1
- package/dist/chunk-POE7OYET.js +0 -96
- package/dist/chunk-POE7OYET.js.map +0 -1
- package/dist/chunk-UXL33CZ4.js.map +0 -1
- package/dist/date-range-filter-QEa8fhUM.d.ts +0 -149
- package/dist/types-cOieac8G.d.ts +0 -77
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { ClassValue } from 'clsx';
|
|
2
|
-
import { S as SurfaceProps } from './language-
|
|
3
|
-
export { c as controlFill, e as elevatedSurface, f as focusRing, m as menuHighlight, n as nestedEdgeToEdge, a as nestedRadius, b as nestedSurfaceReset, r as recessedSurface, s as surface } from './language-
|
|
2
|
+
import { S as SurfaceProps } from './language-Dgjr9bm3.js';
|
|
3
|
+
export { c as controlFill, e as elevatedSurface, f as focusRing, m as menuHighlight, n as nestedEdgeToEdge, a as nestedRadius, b as nestedSurfaceReset, r as recessedSurface, s as surface } from './language-Dgjr9bm3.js';
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
7
7
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
8
8
|
import { VariantProps } from 'class-variance-authority';
|
|
9
9
|
import { AlertDialog as AlertDialog$1, AspectRatio as AspectRatio$1, Dialog as Dialog$1, ContextMenu as ContextMenu$1, HoverCard as HoverCard$1, Menubar as Menubar$1, Popover as Popover$1, Progress as Progress$1, RadioGroup as RadioGroup$1, Slider as Slider$1 } from 'radix-ui';
|
|
10
|
-
import { B as Button } from './
|
|
11
|
-
export {
|
|
10
|
+
import { B as Button } from './button-B6wQRe7p.js';
|
|
11
|
+
export { a as ButtonProps, b as buttonVariants } from './button-B6wQRe7p.js';
|
|
12
|
+
import { F as FloatingSheetLabels } from './context-VgHq4U98.js';
|
|
13
|
+
export { B as AppearanceToggle, E as AppearanceToggleLabels, G as AppearanceToggleProps, H as Combobox, I as ComboboxLabels, J as ComboboxOption, K as ConfirmDialog, L as ConfirmDialogLabels, M as CopyButton, C as CopyButtonLabels, N as CopyButtonProps, O as DataTable, P as DataTableFacetedFilterLabels, Q as DataTableFilter, R as DataTableLabels, T as DataTableRowAction, V as DataTableServerFilter, W as DatePicker, X as DatePickerLabels, Y as DatePickerProps, Z as DateRangeFilter, _ as DateRangeFilterLabels, $ as FacetedFilter, a0 as RowActionsMenu, a1 as SAVED_DURATION, a2 as SaveStatus, a3 as SaveStatusLabels, a4 as SaveStatusProps, a5 as SaveStatusState, a6 as ServerFacetedFilter, U as UiLabelSections, v as UiLabels, w as UiLocaleProvider, a7 as appearanceToggleDefaultLabels, a8 as comboboxDefaultLabels, a9 as confirmDialogDefaultLabels, aa as copyButtonLabels, ab as dataTableDefaultLabels, ac as dataTableFacetedFilterDefaultLabels, ad as datePickerDefaultLabels, ae as dateRangeFilterDefaultLabels, af as floatingSheetDefaultLabels, ag as saveStatusLabels, z as useUiLabels, A as useUiLocale } from './context-VgHq4U98.js';
|
|
12
14
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
13
15
|
import { DayPicker, DayButton } from 'react-day-picker';
|
|
14
16
|
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
@@ -16,20 +18,23 @@ import * as RechartsPrimitive from 'recharts';
|
|
|
16
18
|
import { TooltipValueType } from 'recharts';
|
|
17
19
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
18
20
|
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
19
|
-
export { C as Combobox, a as ComboboxLabels, b as ComboboxOption, c as ConfirmDialog, d as ConfirmDialogLabels, D as DataTable, e as DataTableFacetedFilterLabels, f as DataTableFilter, g as DataTableLabels, h as DataTableRowAction, i as DataTableServerFilter, j as DateRangeFilter, k as DateRangeFilterLabels, F as FacetedFilter, R as RowActionsMenu, S as ServerFacetedFilter } from './date-range-filter-QEa8fhUM.js';
|
|
20
21
|
import { Command as Command$1 } from 'cmdk';
|
|
21
22
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
22
23
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
24
|
+
import { LucideIcon } from 'lucide-react';
|
|
25
|
+
export { F as Field, a as FieldContextValue, b as FieldControl, c as FieldDescription, d as FieldGroup, e as FieldLabel, f as FieldLabels, g as FieldOrientation, L as Label, P as PasswordInput, h as PasswordInputLabels, u as useField } from './password-input-r39y2pCT.js';
|
|
23
26
|
import * as react_hook_form from 'react-hook-form';
|
|
24
27
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
25
28
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
26
|
-
import { I as IconComponent } from './types-
|
|
27
|
-
export { U as UrlLike } from './types-
|
|
29
|
+
import { I as IconComponent } from './types-B4QS3h5p.js';
|
|
30
|
+
export { C as Column, a as ColumnDef, F as FilterFn, L as LucideIcon, R as Row, T as TableInstance, U as UrlLike } from './types-B4QS3h5p.js';
|
|
31
|
+
export { I as Input } from './input-4uxAHW6y.js';
|
|
28
32
|
import * as input_otp from 'input-otp';
|
|
29
33
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
30
34
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
31
35
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
32
36
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
37
|
+
export { S as Separator, a as Sidebar, b as SidebarContent, c as SidebarFooter, d as SidebarGroup, e as SidebarGroupAction, f as SidebarGroupContent, g as SidebarGroupLabel, h as SidebarHeader, i as SidebarInput, j as SidebarInset, k as SidebarMenu, l as SidebarMenuAction, m as SidebarMenuBadge, n as SidebarMenuButton, o as SidebarMenuItem, p as SidebarMenuSkeleton, q as SidebarMenuSub, r as SidebarMenuSubButton, s as SidebarMenuSubItem, t as SidebarProvider, u as SidebarRail, v as SidebarSeparator, w as SidebarTrigger, T as Tooltip, x as TooltipContent, y as TooltipProvider, z as TooltipTrigger, A as useSidebar } from './sidebar-BhOIlSjt.js';
|
|
33
38
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
34
39
|
import { ToasterProps } from 'sonner';
|
|
35
40
|
export { toast } from 'sonner';
|
|
@@ -37,12 +42,30 @@ import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
|
37
42
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
38
43
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
39
44
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
45
|
+
import './types-u1qfmJQi.js';
|
|
46
|
+
import './json-viewer-BTHBACj9.js';
|
|
47
|
+
import '@tanstack/react-table';
|
|
48
|
+
import '@radix-ui/react-slot';
|
|
40
49
|
import '@radix-ui/react-separator';
|
|
41
50
|
import '@radix-ui/react-tooltip';
|
|
42
|
-
import '@tanstack/react-table';
|
|
43
51
|
|
|
44
52
|
declare function cn(...inputs: ClassValue[]): string;
|
|
45
53
|
|
|
54
|
+
type AutosaveStatus = 'idle' | 'saving' | 'saved' | 'error';
|
|
55
|
+
declare const AUTOSAVE_DELAY = 700;
|
|
56
|
+
interface UseAutosaveOptions<T> {
|
|
57
|
+
delay?: number;
|
|
58
|
+
enabled?: boolean;
|
|
59
|
+
isEqual?: (a: T, b: T) => boolean;
|
|
60
|
+
}
|
|
61
|
+
interface UseAutosaveResult {
|
|
62
|
+
status: AutosaveStatus;
|
|
63
|
+
error?: string;
|
|
64
|
+
flush: () => void;
|
|
65
|
+
reset: () => void;
|
|
66
|
+
}
|
|
67
|
+
declare function useAutosave<T>(values: T, onSave: (values: T) => void | Promise<void>, options?: UseAutosaveOptions<T>): UseAutosaveResult;
|
|
68
|
+
|
|
46
69
|
interface UseConfirmDialogOptions {
|
|
47
70
|
title?: string;
|
|
48
71
|
description?: string | ReactNode;
|
|
@@ -182,7 +205,7 @@ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlig
|
|
|
182
205
|
|
|
183
206
|
declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): React$1.JSX.Element;
|
|
184
207
|
|
|
185
|
-
declare function Collapsible({
|
|
208
|
+
declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): React$1.JSX.Element;
|
|
186
209
|
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): React$1.JSX.Element;
|
|
187
210
|
declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): React$1.JSX.Element;
|
|
188
211
|
|
|
@@ -272,9 +295,39 @@ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }
|
|
|
272
295
|
}): React$1.JSX.Element;
|
|
273
296
|
declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): React$1.JSX.Element;
|
|
274
297
|
|
|
275
|
-
|
|
298
|
+
interface EmptyStateLabels {
|
|
299
|
+
title: string;
|
|
300
|
+
}
|
|
301
|
+
declare const emptyStateLabels: EmptyStateLabels;
|
|
302
|
+
interface EmptyStateProps {
|
|
303
|
+
icon?: LucideIcon;
|
|
304
|
+
title?: string;
|
|
305
|
+
description?: string;
|
|
306
|
+
actions?: ReactNode;
|
|
307
|
+
compact?: boolean;
|
|
308
|
+
className?: string;
|
|
309
|
+
}
|
|
310
|
+
declare function EmptyState({ icon: Icon, title, description, actions, compact, className, }: EmptyStateProps): React$1.JSX.Element;
|
|
311
|
+
|
|
312
|
+
interface FieldErrorProps extends React$1.ComponentProps<'p'> {
|
|
276
313
|
message?: string;
|
|
277
|
-
}
|
|
314
|
+
}
|
|
315
|
+
declare function FieldError({ message, className, ...props }: FieldErrorProps): React$1.JSX.Element | null;
|
|
316
|
+
|
|
317
|
+
declare function FloatingSheetStack({ children, labels, }: {
|
|
318
|
+
children: React$1.ReactNode;
|
|
319
|
+
labels?: Partial<FloatingSheetLabels>;
|
|
320
|
+
}): React$1.JSX.Element;
|
|
321
|
+
|
|
322
|
+
declare function FloatingSheet({ open, onOpenChange, title, description, persistent, className, children, ...props }: Omit<React$1.ComponentProps<'section'>, 'title'> & {
|
|
323
|
+
open: boolean;
|
|
324
|
+
onOpenChange: (open: boolean) => void;
|
|
325
|
+
title: React$1.ReactNode;
|
|
326
|
+
description?: React$1.ReactNode;
|
|
327
|
+
persistent?: boolean;
|
|
328
|
+
}): React$1.ReactPortal | null;
|
|
329
|
+
declare function FloatingSheetBody({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
330
|
+
declare function FloatingSheetFooter({ className, ...props }: React$1.ComponentProps<'div'>): React$1.JSX.Element;
|
|
278
331
|
|
|
279
332
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
280
333
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => React$1.JSX.Element;
|
|
@@ -308,7 +361,7 @@ interface IconProps {
|
|
|
308
361
|
}
|
|
309
362
|
declare function Icon({ iconNode: IconComponent, className }: IconProps): React$1.JSX.Element | null;
|
|
310
363
|
|
|
311
|
-
declare const InputOTP: React$1.ForwardRefExoticComponent<(Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "
|
|
364
|
+
declare const InputOTP: React$1.ForwardRefExoticComponent<(Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
|
|
312
365
|
value?: string;
|
|
313
366
|
onChange?: (newValue: string) => unknown;
|
|
314
367
|
maxLength: number;
|
|
@@ -321,7 +374,7 @@ declare const InputOTP: React$1.ForwardRefExoticComponent<(Omit<Omit<React$1.Inp
|
|
|
321
374
|
} & {
|
|
322
375
|
render: (props: input_otp.RenderProps) => React$1.ReactNode;
|
|
323
376
|
children?: never;
|
|
324
|
-
} & React$1.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "
|
|
377
|
+
} & React$1.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
|
|
325
378
|
value?: string;
|
|
326
379
|
onChange?: (newValue: string) => unknown;
|
|
327
380
|
maxLength: number;
|
|
@@ -341,8 +394,6 @@ declare const InputOTPSlot: React$1.ForwardRefExoticComponent<Omit<React$1.Detai
|
|
|
341
394
|
} & React$1.RefAttributes<HTMLDivElement>>;
|
|
342
395
|
declare const InputOTPSeparator: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
343
396
|
|
|
344
|
-
declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): React$1.JSX.Element;
|
|
345
|
-
|
|
346
397
|
declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof Menubar$1.Root>): React$1.JSX.Element;
|
|
347
398
|
declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof Menubar$1.Menu>): React$1.JSX.Element;
|
|
348
399
|
declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof Menubar$1.Group>): React$1.JSX.Element;
|
|
@@ -444,6 +495,23 @@ declare function Slider({ className, defaultValue, value, min, max, ...props }:
|
|
|
444
495
|
|
|
445
496
|
declare const Toaster: ({ theme, ...props }: ToasterProps) => React$1.JSX.Element;
|
|
446
497
|
|
|
498
|
+
declare const spinnerVariants: (props?: ({
|
|
499
|
+
size?: "sm" | "default" | "lg" | null | undefined;
|
|
500
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
501
|
+
interface SpinnerProps extends React$1.ComponentProps<'span'>, VariantProps<typeof spinnerVariants> {
|
|
502
|
+
label?: string;
|
|
503
|
+
}
|
|
504
|
+
declare function Spinner({ className, label, size, ...props }: SpinnerProps): React$1.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare const statusBadgeVariants: (props?: ({
|
|
507
|
+
status?: "neutral" | "info" | "success" | "warning" | "danger" | null | undefined;
|
|
508
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
509
|
+
type StatusBadgeStatus = NonNullable<VariantProps<typeof statusBadgeVariants>['status']>;
|
|
510
|
+
interface StatusBadgeProps extends Omit<React$1.ComponentProps<typeof Badge>, 'variant'>, VariantProps<typeof statusBadgeVariants> {
|
|
511
|
+
dot?: boolean;
|
|
512
|
+
}
|
|
513
|
+
declare function StatusBadge({ className, status, dot, children, ...props }: StatusBadgeProps): React$1.JSX.Element;
|
|
514
|
+
|
|
447
515
|
declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
448
516
|
|
|
449
517
|
declare const Table: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableElement> & React$1.RefAttributes<HTMLTableElement>>;
|
|
@@ -460,15 +528,23 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
460
528
|
declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
461
529
|
declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
462
530
|
|
|
531
|
+
declare const textLinkVariants: (props?: ({
|
|
532
|
+
variant?: "default" | "muted" | null | undefined;
|
|
533
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
534
|
+
interface TextLinkProps extends React$1.ComponentProps<'a'>, VariantProps<typeof textLinkVariants> {
|
|
535
|
+
asChild?: boolean;
|
|
536
|
+
}
|
|
537
|
+
declare function TextLink({ className, variant, asChild, ...props }: TextLinkProps): React$1.JSX.Element;
|
|
538
|
+
|
|
463
539
|
declare const Textarea: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
464
540
|
|
|
465
541
|
declare const toggleVariants: (props?: ({
|
|
466
542
|
variant?: "default" | "outline" | null | undefined;
|
|
467
|
-
size?: "
|
|
543
|
+
size?: "sm" | "default" | "lg" | null | undefined;
|
|
468
544
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
469
545
|
declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): React$1.JSX.Element;
|
|
470
546
|
|
|
471
547
|
declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): React$1.JSX.Element;
|
|
472
548
|
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): React$1.JSX.Element;
|
|
473
549
|
|
|
474
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, 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, FieldError, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Icon, IconComponent, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot,
|
|
550
|
+
export { AUTOSAVE_DELAY, Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, type AutosaveStatus, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, 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, EmptyState, type EmptyStateLabels, type EmptyStateProps, FieldError, FloatingSheet, FloatingSheetBody, FloatingSheetFooter, FloatingSheetLabels, FloatingSheetStack, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Icon, IconComponent, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, PlaceholderPattern, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Skeleton, Slider, Spinner, type SpinnerProps, StatusBadge, type StatusBadgeProps, type StatusBadgeStatus, SurfaceProps, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TextLink, type TextLinkProps, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, type UseAutosaveOptions, type UseAutosaveResult, type UseConfirmDialogOptions, badgeVariants, cardVariants, cn, emptyStateLabels, navigationMenuTriggerStyle, spinnerVariants, statusBadgeVariants, textLinkVariants, toggleVariants, useAutosave, useConfirmDialog, useFormField };
|