@akira-io/ui 1.1.1 → 1.2.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/dist/blocks.d.ts +6 -6
- package/dist/blocks.js +11 -13
- package/dist/blocks.js.map +1 -1
- package/dist/{chunk-RPCL7VFQ.js → chunk-2HLBBU3O.js} +6 -3
- package/dist/chunk-2HLBBU3O.js.map +1 -0
- package/dist/{chunk-QHZWW55M.js → chunk-3HKIYFWI.js} +23 -15
- package/dist/chunk-3HKIYFWI.js.map +1 -0
- package/dist/{chunk-CFDDAFPJ.js → chunk-DW42Z75X.js} +27 -13
- package/dist/chunk-DW42Z75X.js.map +1 -0
- package/dist/{chunk-ODYCBCKS.js → chunk-I5UZAJB4.js} +7 -6
- package/dist/chunk-I5UZAJB4.js.map +1 -0
- package/dist/{chunk-2WIIRDHT.js → chunk-MCMBS2SB.js} +4 -4
- package/dist/{chunk-2WIIRDHT.js.map → chunk-MCMBS2SB.js.map} +1 -1
- package/dist/{chunk-YOVY3KT6.js → chunk-NGMG2UWX.js} +3 -3
- package/dist/{chunk-YOVY3KT6.js.map → chunk-NGMG2UWX.js.map} +1 -1
- package/dist/{chunk-T2INZOCM.js → chunk-O5DZTX7D.js} +3 -3
- package/dist/{chunk-T2INZOCM.js.map → chunk-O5DZTX7D.js.map} +1 -1
- package/dist/{chunk-5AJFQ6C4.js → chunk-QNF4LJVT.js} +2 -2
- package/dist/chunk-QNF4LJVT.js.map +1 -0
- package/dist/{chunk-FWQFB37J.js → chunk-SBLZ6T3D.js} +3 -3
- package/dist/{chunk-FWQFB37J.js.map → chunk-SBLZ6T3D.js.map} +1 -1
- package/dist/{chunk-4SOQAVUP.js → chunk-SH5QZCOW.js} +46 -28
- package/dist/chunk-SH5QZCOW.js.map +1 -0
- package/dist/chunk-UTSTTTH5.js +48 -0
- package/dist/chunk-UTSTTTH5.js.map +1 -0
- package/dist/code.js +3 -3
- package/dist/{context-YWbxMH0C.d.ts → context-OwSoVEri.d.ts} +32 -3
- package/dist/editor.js +4 -5
- package/dist/editor.js.map +1 -1
- package/dist/{password-input-DcXX7SG9.d.ts → field-DWm5NXeV.d.ts} +1 -13
- package/dist/index.d.ts +14 -22
- package/dist/index.js +36 -28
- package/dist/index.js.map +1 -1
- package/dist/inertia.js +6 -7
- package/dist/inertia.js.map +1 -1
- package/dist/{button-Bj6My68b.d.ts → input-Dxnsxi-f.d.ts} +4 -1
- package/dist/{language-Dgjr9bm3.d.ts → language-Cv_N_53L.d.ts} +5 -2
- package/dist/locales/pt.d.ts +5 -5
- package/dist/locales/pt.js +7 -1
- package/dist/locales/pt.js.map +1 -1
- package/dist/shells.d.ts +2 -3
- package/dist/shells.js +6 -7
- package/dist/shells.js.map +1 -1
- package/dist/{sidebar-DqkFRUxQ.d.ts → sidebar-Bp6Q46j-.d.ts} +1 -2
- package/package.json +1 -1
- package/dist/chunk-4SOQAVUP.js.map +0 -1
- package/dist/chunk-5AJFQ6C4.js.map +0 -1
- package/dist/chunk-CFDDAFPJ.js.map +0 -1
- package/dist/chunk-ODYCBCKS.js.map +0 -1
- package/dist/chunk-QHZWW55M.js.map +0 -1
- package/dist/chunk-RPCL7VFQ.js.map +0 -1
- package/dist/chunk-TGF54WAO.js +0 -29
- package/dist/chunk-TGF54WAO.js.map +0 -1
- package/dist/chunk-XZCC6MTE.js +0 -26
- package/dist/chunk-XZCC6MTE.js.map +0 -1
- package/dist/input-Dpi7pXeR.d.ts +0 -6
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ClassValue } from 'clsx';
|
|
2
|
-
import {
|
|
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 { F as FlatSurfaceProps } from './language-Cv_N_53L.js';
|
|
3
|
+
export { S as SurfaceProps, 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-Cv_N_53L.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 { S as SlotNameProps, I as IconComponent } from './types-cmBL8zOc.js';
|
|
8
8
|
export { C as Column, a as ColumnDef, F as FilterFn, L as LucideIcon, R as Row, T as TableInstance, U as UrlLike } from './types-cmBL8zOc.js';
|
|
9
|
-
import
|
|
10
|
-
|
|
9
|
+
import { F as FloatingSheetLabels } from './context-OwSoVEri.js';
|
|
10
|
+
export { B as Alert, E as AlertDescription, G as AlertLabels, H as AlertTitle, I as AppearanceToggle, J as AppearanceToggleLabels, K as AppearanceToggleProps, L as Combobox, M as ComboboxLabels, N as ComboboxOption, O as ComboboxProps, P as ConfirmDialog, Q as ConfirmDialogLabels, R as CopyButton, C as CopyButtonLabels, T as CopyButtonProps, V as DataTable, W as DataTableFacetedFilterLabels, X as DataTableFilter, Y as DataTableLabels, Z as DataTableRowAction, _ as DataTableServerFilter, $ as DatePicker, a0 as DatePickerLabels, a1 as DatePickerProps, a2 as DateRangeFilter, a3 as DateRangeFilterLabels, a4 as DateRangeFilterProps, a5 as FacetedFilter, a6 as PasswordInput, a7 as PasswordInputLabels, a8 as RowActionsMenu, a9 as SAVED_DURATION, aa as SaveStatus, ab as SaveStatusLabels, ac as SaveStatusProps, ad as SaveStatusState, ae as ServerFacetedFilter, U as UiLabelSections, v as UiLabels, w as UiLocaleProvider, af as alertDefaultLabels, ag as appearanceToggleDefaultLabels, ah as comboboxDefaultLabels, ai as confirmDialogDefaultLabels, aj as copyButtonLabels, ak as dataTableDefaultLabels, al as dataTableFacetedFilterDefaultLabels, am as datePickerDefaultLabels, an as dateRangeFilterDefaultLabels, ao as floatingSheetDefaultLabels, ap as passwordInputDefaultLabels, aq as saveStatusLabels, z as useUiLabels, A as useUiLocale } from './context-OwSoVEri.js';
|
|
11
11
|
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';
|
|
12
|
-
import { B as Button } from './
|
|
13
|
-
export { a as ButtonProps, b as buttonVariants } from './
|
|
14
|
-
import { F as FloatingSheetLabels } from './context-YWbxMH0C.js';
|
|
15
|
-
export { B as AppearanceToggle, E as AppearanceToggleLabels, G as AppearanceToggleProps, H as Combobox, I as ComboboxLabels, J as ComboboxOption, K as ComboboxProps, L as ConfirmDialog, M as ConfirmDialogLabels, N as CopyButton, C as CopyButtonLabels, O as CopyButtonProps, P as DataTable, Q as DataTableFacetedFilterLabels, R as DataTableFilter, T as DataTableLabels, V as DataTableRowAction, W as DataTableServerFilter, X as DatePicker, Y as DatePickerLabels, Z as DatePickerProps, _ as DateRangeFilter, $ as DateRangeFilterLabels, a0 as DateRangeFilterProps, a1 as FacetedFilter, a2 as RowActionsMenu, a3 as SAVED_DURATION, a4 as SaveStatus, a5 as SaveStatusLabels, a6 as SaveStatusProps, a7 as SaveStatusState, a8 as ServerFacetedFilter, U as UiLabelSections, v as UiLabels, w as UiLocaleProvider, a9 as appearanceToggleDefaultLabels, aa as comboboxDefaultLabels, ab as confirmDialogDefaultLabels, ac as copyButtonLabels, ad as dataTableDefaultLabels, ae as dataTableFacetedFilterDefaultLabels, af as datePickerDefaultLabels, ag as dateRangeFilterDefaultLabels, ah as floatingSheetDefaultLabels, ai as saveStatusLabels, z as useUiLabels, A as useUiLocale } from './context-YWbxMH0C.js';
|
|
12
|
+
import { B as Button } from './input-Dxnsxi-f.js';
|
|
13
|
+
export { a as ButtonProps, I as Input, b as buttonVariants } from './input-Dxnsxi-f.js';
|
|
16
14
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
15
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
16
|
+
import { VariantProps } from 'class-variance-authority';
|
|
17
17
|
import { DayPicker, DayButton } from 'react-day-picker';
|
|
18
18
|
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
19
19
|
import * as RechartsPrimitive from 'recharts';
|
|
@@ -24,17 +24,16 @@ import { Command as Command$1 } from 'cmdk';
|
|
|
24
24
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
25
25
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
26
26
|
import { LucideIcon } from 'lucide-react';
|
|
27
|
-
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,
|
|
27
|
+
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, u as useField } from './field-DWm5NXeV.js';
|
|
28
28
|
import * as react_hook_form from 'react-hook-form';
|
|
29
29
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
30
30
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
31
|
-
export { I as Input } from './input-Dpi7pXeR.js';
|
|
32
31
|
import * as input_otp from 'input-otp';
|
|
33
32
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
34
33
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
35
34
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
36
35
|
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-
|
|
36
|
+
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-Bp6Q46j-.js';
|
|
38
37
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
39
38
|
import { ToasterProps } from 'sonner';
|
|
40
39
|
export { toast } from 'sonner';
|
|
@@ -83,13 +82,6 @@ declare const AccordionItem: React$1.ForwardRefExoticComponent<Omit<AccordionPri
|
|
|
83
82
|
declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & SlotNameProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
84
83
|
declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & SlotNameProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
85
84
|
|
|
86
|
-
declare const alertVariants: (props?: ({
|
|
87
|
-
variant?: "default" | "destructive" | null | undefined;
|
|
88
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
89
|
-
declare function Alert({ className, variant, slotName, ...props }: React$1.ComponentProps<'div'> & VariantProps<typeof alertVariants> & SlotNameProps): React$1.JSX.Element;
|
|
90
|
-
declare function AlertTitle({ className, slotName, ...props }: React$1.ComponentProps<'div'> & SlotNameProps): React$1.JSX.Element;
|
|
91
|
-
declare function AlertDescription({ className, slotName, ...props }: React$1.ComponentProps<'div'> & SlotNameProps): React$1.JSX.Element;
|
|
92
|
-
|
|
93
85
|
declare function AlertDialog({ slotName, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Root> & SlotNameProps): React$1.JSX.Element;
|
|
94
86
|
declare function AlertDialogTrigger({ slotName, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Trigger> & SlotNameProps): React$1.JSX.Element;
|
|
95
87
|
declare function AlertDialogPortal({ slotName, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Portal> & SlotNameProps): React$1.JSX.Element;
|
|
@@ -138,8 +130,8 @@ declare const cardVariants: (props?: ({
|
|
|
138
130
|
interactive?: boolean | null | undefined;
|
|
139
131
|
padding?: "sm" | "lg" | "none" | "md" | null | undefined;
|
|
140
132
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
141
|
-
type CardProps = React$1.ComponentProps<'div'> & VariantProps<typeof cardVariants> &
|
|
142
|
-
declare function Card({ className, variant, interactive, padding, inset, slotName, ...props }: CardProps & SlotNameProps): React$1.JSX.Element;
|
|
133
|
+
type CardProps = React$1.ComponentProps<'div'> & VariantProps<typeof cardVariants> & FlatSurfaceProps;
|
|
134
|
+
declare function Card({ className, variant, interactive, padding, inset, flat, slotName, ...props }: CardProps & SlotNameProps): React$1.JSX.Element;
|
|
143
135
|
declare function CardHeader({ className, slotName, ...props }: React$1.ComponentProps<'div'> & SlotNameProps): React$1.JSX.Element;
|
|
144
136
|
declare function CardTitle({ className, slotName, ...props }: React$1.ComponentProps<'div'> & SlotNameProps): React$1.JSX.Element;
|
|
145
137
|
declare function CardDescription({ className, slotName, ...props }: React$1.ComponentProps<'div'> & SlotNameProps): React$1.JSX.Element;
|
|
@@ -504,7 +496,7 @@ interface SpinnerProps extends React$1.ComponentProps<'span'>, VariantProps<type
|
|
|
504
496
|
declare function Spinner({ className, label, size, slotName, ...props }: SpinnerProps & SlotNameProps): React$1.JSX.Element;
|
|
505
497
|
|
|
506
498
|
declare const statusBadgeVariants: (props?: ({
|
|
507
|
-
status?: "
|
|
499
|
+
status?: "warning" | "info" | "neutral" | "success" | "danger" | null | undefined;
|
|
508
500
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
509
501
|
type StatusBadgeStatus = NonNullable<VariantProps<typeof statusBadgeVariants>['status']>;
|
|
510
502
|
interface StatusBadgeProps extends Omit<React$1.ComponentProps<typeof Badge>, 'variant'>, VariantProps<typeof statusBadgeVariants> {
|
|
@@ -547,4 +539,4 @@ declare function Toggle({ className, variant, size, slotName, ...props }: React$
|
|
|
547
539
|
declare function ToggleGroup({ className, variant, size, children, slotName, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & SlotNameProps): React$1.JSX.Element;
|
|
548
540
|
declare function ToggleGroupItem({ className, children, variant, size, slotName, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants> & SlotNameProps): React$1.JSX.Element;
|
|
549
541
|
|
|
550
|
-
export { AUTOSAVE_DELAY, Accordion, AccordionContent, AccordionItem, AccordionTrigger,
|
|
542
|
+
export { AUTOSAVE_DELAY, Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, 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, SlotNameProps, Spinner, type SpinnerProps, StatusBadge, type StatusBadgeProps, type StatusBadgeStatus, 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 };
|
package/dist/index.js
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
import { Popover, PopoverTrigger, PopoverContent, Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, Select, SelectTrigger, SelectContent, SelectItem, Calendar, FieldContext, FieldError, useField, ConfirmDialog } from './chunk-
|
|
2
|
-
export { Alert, AlertDescription, AlertTitle, Calendar, CalendarDayButton, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, FieldError, FloatingSheet, FloatingSheetBody, FloatingSheetFooter, FloatingSheetStack, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, confirmDialogDefaultLabels, floatingSheetDefaultLabels, useField } from './chunk-
|
|
3
|
-
export { CopyButton, copyButtonLabels } from './chunk-
|
|
4
|
-
import { toggleVariants } from './chunk-
|
|
5
|
-
export { Toggle, toggleVariants } from './chunk-
|
|
6
|
-
import { Label } from './chunk-
|
|
7
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Label } from './chunk-
|
|
1
|
+
import { Popover, PopoverTrigger, PopoverContent, Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, Select, SelectTrigger, SelectContent, SelectItem, Calendar, FieldContext, FieldError, useField, ConfirmDialog } from './chunk-DW42Z75X.js';
|
|
2
|
+
export { Alert, AlertDescription, AlertTitle, Calendar, CalendarDayButton, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, FieldError, FloatingSheet, FloatingSheetBody, FloatingSheetFooter, FloatingSheetStack, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, alertDefaultLabels, confirmDialogDefaultLabels, floatingSheetDefaultLabels, useField } from './chunk-DW42Z75X.js';
|
|
3
|
+
export { CopyButton, copyButtonLabels } from './chunk-MCMBS2SB.js';
|
|
4
|
+
import { toggleVariants } from './chunk-SBLZ6T3D.js';
|
|
5
|
+
export { Toggle, toggleVariants } from './chunk-SBLZ6T3D.js';
|
|
6
|
+
import { Label } from './chunk-O5DZTX7D.js';
|
|
7
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Label } from './chunk-O5DZTX7D.js';
|
|
8
8
|
import { useAppearance } from './chunk-IQMRJXEO.js';
|
|
9
|
-
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants } from './chunk-
|
|
10
|
-
import { useUiLabels } from './chunk-
|
|
11
|
-
export { UiLocaleProvider, useUiLabels, useUiLocale } from './chunk-
|
|
12
|
-
import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuItem } from './chunk-
|
|
13
|
-
export { Avatar, AvatarFallback, AvatarImage, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Collapsible, CollapsibleContent, CollapsibleTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Icon, 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, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, useSidebar } from './chunk-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export { Button, Spinner, buttonVariants, cn, controlFill, elevatedSurface, focusRing, menuHighlight, nestedEdgeToEdge, nestedRadius, nestedSurfaceReset, recessedSurface, spinnerVariants, surface } from './chunk-ODYCBCKS.js';
|
|
9
|
+
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants } from './chunk-2HLBBU3O.js';
|
|
10
|
+
import { useUiLabels } from './chunk-QNF4LJVT.js';
|
|
11
|
+
export { UiLocaleProvider, useUiLabels, useUiLocale } from './chunk-QNF4LJVT.js';
|
|
12
|
+
import { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuItem } from './chunk-3HKIYFWI.js';
|
|
13
|
+
export { Avatar, AvatarFallback, AvatarImage, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Collapsible, CollapsibleContent, CollapsibleTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Icon, 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, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, useSidebar } from './chunk-3HKIYFWI.js';
|
|
14
|
+
import { Input } from './chunk-UTSTTTH5.js';
|
|
15
|
+
export { Input, Separator } from './chunk-UTSTTTH5.js';
|
|
16
|
+
import { cn, focusRing, nestedRadius, nestedSurfaceReset, nestedEdgeToEdge, elevatedSurface, modalSurface, Button, menuSurface, fieldFocus, fieldSurface, floatingSurface, panelSurface, buttonVariants, Spinner } from './chunk-I5UZAJB4.js';
|
|
17
|
+
export { Button, Spinner, buttonVariants, cn, controlFill, elevatedSurface, focusRing, menuHighlight, nestedEdgeToEdge, nestedRadius, nestedSurfaceReset, recessedSurface, spinnerVariants, surface } from './chunk-I5UZAJB4.js';
|
|
19
18
|
import * as React3 from 'react';
|
|
20
19
|
import { useState, useRef, useCallback, useEffect, useMemo, useId } from 'react';
|
|
21
20
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
@@ -552,13 +551,13 @@ function AspectRatio({
|
|
|
552
551
|
return /* @__PURE__ */ jsx(AspectRatio$1.Root, { ...props, "data-slot": slotName });
|
|
553
552
|
}
|
|
554
553
|
var badgeVariants = cva(
|
|
555
|
-
"inline-flex items-center justify-center rounded-full border px-2.5 py-1 text-xs font-semibold w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:
|
|
554
|
+
"inline-flex items-center justify-center rounded-full border px-2.5 py-1 text-xs font-semibold w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1 [&>svg]:pointer-events-none focus-visible:outline-solid focus-visible:outline-1 focus-visible:outline-offset-0 focus-visible:outline-ring aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive transition-[color,box-shadow] overflow-hidden",
|
|
556
555
|
{
|
|
557
556
|
variants: {
|
|
558
557
|
variant: {
|
|
559
558
|
default: "border-transparent bg-primary text-primary-foreground [a&]:hover:bg-primary/90",
|
|
560
559
|
secondary: "border-transparent bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90",
|
|
561
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground [a&]:hover:bg-destructive/90 focus-visible:
|
|
560
|
+
destructive: "border-transparent bg-destructive text-destructive-foreground [a&]:hover:bg-destructive/90 focus-visible:outline-destructive",
|
|
562
561
|
outline: "text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground"
|
|
563
562
|
}
|
|
564
563
|
},
|
|
@@ -1110,6 +1109,7 @@ function Combobox({
|
|
|
1110
1109
|
disabled,
|
|
1111
1110
|
className: cn(
|
|
1112
1111
|
"h-11 rounded-2xl w-full justify-between border-border bg-muted/40 hover:bg-muted disabled:cursor-not-allowed disabled:opacity-50",
|
|
1112
|
+
fieldFocus,
|
|
1113
1113
|
!selected && "text-muted-foreground",
|
|
1114
1114
|
invalid && "border-destructive ring-destructive",
|
|
1115
1115
|
className
|
|
@@ -1856,7 +1856,7 @@ function DataTable({
|
|
|
1856
1856
|
value: serverSearch ? searchValue ?? "" : globalFilter,
|
|
1857
1857
|
onChange: (e) => serverSearch ? onSearchChange?.(e.target.value) : setGlobalFilter(e.target.value),
|
|
1858
1858
|
placeholder: labels.searchPlaceholder,
|
|
1859
|
-
className: `h-11 rounded-2xl pl-11 font-medium border-none bg-muted/50 focus:bg-muted
|
|
1859
|
+
className: `h-11 rounded-2xl pl-11 font-medium border-none bg-muted/50 focus:bg-muted`
|
|
1860
1860
|
}
|
|
1861
1861
|
)
|
|
1862
1862
|
] }),
|
|
@@ -2084,7 +2084,7 @@ var datePickerDefaultLabels = {
|
|
|
2084
2084
|
dateFormat: "dd MMM yy",
|
|
2085
2085
|
clearLabel: "Clear date"
|
|
2086
2086
|
};
|
|
2087
|
-
var triggerClasses = `h-11 px-4 text-sm font-medium flex w-full cursor-pointer items-center gap-2 text-left transition-all disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 ${fieldSurface} ${
|
|
2087
|
+
var triggerClasses = `h-11 px-4 text-sm font-medium flex w-full cursor-pointer items-center gap-2 text-left transition-all disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 ${fieldSurface} ${fieldFocus}`;
|
|
2088
2088
|
function boundaries(minDate, maxDate, disabledDays) {
|
|
2089
2089
|
const matchers = [];
|
|
2090
2090
|
if (minDate) {
|
|
@@ -3000,7 +3000,7 @@ function NavigationMenuItem({
|
|
|
3000
3000
|
);
|
|
3001
3001
|
}
|
|
3002
3002
|
var navigationMenuTriggerStyle = cva(
|
|
3003
|
-
"group inline-flex h-11 w-max items-center justify-center rounded-xl bg-background px-4 text-sm font-medium data-[state=open]:font-semibold hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[active=true]:bg-accent/50 data-[state=open]:bg-accent/50 data-[active=true]:text-accent-foreground transition-[color,box-shadow] outline-none focus-visible:
|
|
3003
|
+
"group inline-flex h-11 w-max items-center justify-center rounded-xl bg-background px-4 text-sm font-medium data-[state=open]:font-semibold hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[active=true]:bg-accent/50 data-[state=open]:bg-accent/50 data-[active=true]:text-accent-foreground transition-[color,box-shadow] outline-none focus-visible:outline-solid focus-visible:outline-1 focus-visible:outline-offset-0 focus-visible:outline-ring"
|
|
3004
3004
|
);
|
|
3005
3005
|
function NavigationMenuTrigger({
|
|
3006
3006
|
className,
|
|
@@ -3080,7 +3080,7 @@ function NavigationMenuLink({
|
|
|
3080
3080
|
NavigationMenuPrimitive.Link,
|
|
3081
3081
|
{
|
|
3082
3082
|
className: cn(
|
|
3083
|
-
"gap-1 p-2 text-sm [&_svg:not([class*='size-'])]:size-4 rounded-xl data-[active=true]:font-semibold flex flex-col transition-[color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:
|
|
3083
|
+
"gap-1 p-2 text-sm [&_svg:not([class*='size-'])]:size-4 rounded-xl data-[active=true]:font-semibold flex flex-col transition-[color,box-shadow] outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:outline-1 focus-visible:outline-offset-0 focus-visible:outline-ring focus-visible:outline-solid data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
3084
3084
|
className
|
|
3085
3085
|
),
|
|
3086
3086
|
...props,
|
|
@@ -3224,14 +3224,22 @@ function PaginationEllipsis({
|
|
|
3224
3224
|
}
|
|
3225
3225
|
);
|
|
3226
3226
|
}
|
|
3227
|
+
var passwordInputDefaultLabels = {
|
|
3228
|
+
showLabel: "Show password",
|
|
3229
|
+
hideLabel: "Hide password"
|
|
3230
|
+
};
|
|
3227
3231
|
function PasswordInput({
|
|
3228
3232
|
className,
|
|
3229
3233
|
revealable = true,
|
|
3230
|
-
showLabel
|
|
3231
|
-
hideLabel
|
|
3234
|
+
showLabel,
|
|
3235
|
+
hideLabel,
|
|
3232
3236
|
slotName = "password-input",
|
|
3233
3237
|
...props
|
|
3234
3238
|
}) {
|
|
3239
|
+
const labels = useUiLabels("passwordInput", passwordInputDefaultLabels, {
|
|
3240
|
+
showLabel,
|
|
3241
|
+
hideLabel
|
|
3242
|
+
});
|
|
3235
3243
|
const [visible, setVisible] = React3.useState(false);
|
|
3236
3244
|
return /* @__PURE__ */ jsxs("div", { className: "relative w-full", "data-slot": slotName, children: [
|
|
3237
3245
|
/* @__PURE__ */ jsx(
|
|
@@ -3249,7 +3257,7 @@ function PasswordInput({
|
|
|
3249
3257
|
variant: "ghost",
|
|
3250
3258
|
size: "icon-sm",
|
|
3251
3259
|
slotName: "password-input-toggle",
|
|
3252
|
-
"aria-label": visible ? hideLabel : showLabel,
|
|
3260
|
+
"aria-label": visible ? labels.hideLabel : labels.showLabel,
|
|
3253
3261
|
"aria-pressed": visible,
|
|
3254
3262
|
disabled: props.disabled,
|
|
3255
3263
|
onMouseDown: (event) => event.preventDefault(),
|
|
@@ -3395,7 +3403,7 @@ function ResizableHandle({
|
|
|
3395
3403
|
ResizablePrimitive.Separator,
|
|
3396
3404
|
{
|
|
3397
3405
|
className: cn(
|
|
3398
|
-
"after:inset-y-0 after:w-1 aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:translate-x-0 relative flex w-px items-center justify-center bg-border after:absolute after:left-1/2 after:-translate-x-1/2 focus-visible:
|
|
3406
|
+
"after:inset-y-0 after:w-1 aria-[orientation=horizontal]:after:left-0 aria-[orientation=horizontal]:after:h-1 aria-[orientation=horizontal]:after:translate-x-0 relative flex w-px items-center justify-center bg-border after:absolute after:left-1/2 after:-translate-x-1/2 focus-visible:outline-1 focus-visible:outline-offset-0 focus-visible:outline-ring focus-visible:outline-solid aria-[orientation=horizontal]:h-px aria-[orientation=horizontal]:w-full aria-[orientation=horizontal]:after:w-full aria-[orientation=horizontal]:after:-translate-y-1/2 [&[aria-orientation=horizontal]>div]:rotate-90",
|
|
3399
3407
|
className
|
|
3400
3408
|
),
|
|
3401
3409
|
...props,
|
|
@@ -3719,6 +3727,6 @@ function TextLink({
|
|
|
3719
3727
|
);
|
|
3720
3728
|
}
|
|
3721
3729
|
|
|
3722
|
-
export { AUTOSAVE_DELAY, Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AppearanceToggle, AspectRatio, Badge, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Combobox, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataTable, DatePicker, DateRangeFilter, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, EmptyState, FacetedFilter, Field, FieldControl, FieldDescription, FieldGroup, FieldLabel, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, 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, PasswordInput, PlaceholderPattern, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, RowActionsMenu, SAVED_DURATION, SaveStatus, ScrollArea, ScrollBar, ServerFacetedFilter, Slider, StatusBadge, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TextLink, Toaster, ToggleGroup, ToggleGroupItem, appearanceToggleDefaultLabels, badgeVariants, comboboxDefaultLabels, dataTableDefaultLabels, dataTableFacetedFilterDefaultLabels, datePickerDefaultLabels, dateRangeFilterDefaultLabels, emptyStateLabels, navigationMenuTriggerStyle, saveStatusLabels, statusBadgeVariants, textLinkVariants, useAutosave, useConfirmDialog, useFormField };
|
|
3730
|
+
export { AUTOSAVE_DELAY, Accordion, AccordionContent, AccordionItem, AccordionTrigger, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AppearanceToggle, AspectRatio, Badge, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Combobox, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataTable, DatePicker, DateRangeFilter, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, EmptyState, FacetedFilter, Field, FieldControl, FieldDescription, FieldGroup, FieldLabel, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, 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, PasswordInput, PlaceholderPattern, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, RowActionsMenu, SAVED_DURATION, SaveStatus, ScrollArea, ScrollBar, ServerFacetedFilter, Slider, StatusBadge, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TextLink, Toaster, ToggleGroup, ToggleGroupItem, appearanceToggleDefaultLabels, badgeVariants, comboboxDefaultLabels, dataTableDefaultLabels, dataTableFacetedFilterDefaultLabels, datePickerDefaultLabels, dateRangeFilterDefaultLabels, emptyStateLabels, navigationMenuTriggerStyle, passwordInputDefaultLabels, saveStatusLabels, statusBadgeVariants, textLinkVariants, useAutosave, useConfirmDialog, useFormField };
|
|
3723
3731
|
//# sourceMappingURL=index.js.map
|
|
3724
3732
|
//# sourceMappingURL=index.js.map
|