@j3m-quantum/ui 0.7.11 → 0.7.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +51 -111
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -11
- package/dist/index.d.ts +1 -11
- package/dist/index.js +51 -107
- package/dist/index.js.map +1 -1
- package/dist/styles/index.css +107 -75
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -10,7 +10,6 @@ import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
|
10
10
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
11
11
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
12
12
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
13
|
-
import { OTPInput } from 'input-otp';
|
|
14
13
|
import * as react_hook_form from 'react-hook-form';
|
|
15
14
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
16
15
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
@@ -116,15 +115,6 @@ declare function ToggleGroup({ className, variant, size, spacing, children, ...p
|
|
|
116
115
|
}): react_jsx_runtime.JSX.Element;
|
|
117
116
|
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
118
117
|
|
|
119
|
-
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
120
|
-
containerClassName?: string;
|
|
121
|
-
}): react_jsx_runtime.JSX.Element;
|
|
122
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
123
|
-
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
|
|
124
|
-
index: number;
|
|
125
|
-
}): react_jsx_runtime.JSX.Element;
|
|
126
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
127
|
-
|
|
128
118
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
129
119
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
130
120
|
declare const useFormField: () => {
|
|
@@ -593,4 +583,4 @@ declare const SectionDescription: React$1.ForwardRefExoticComponent<React$1.HTML
|
|
|
593
583
|
declare const SectionContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
594
584
|
declare const SectionFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
595
585
|
|
|
596
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, type ButtonProps, 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, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea,
|
|
586
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, type ButtonProps, 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, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, 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, Section, SectionContent, SectionDescription, SectionFooter, SectionHeader, type SectionProps, SectionTitle, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cardVariants, navigationMenuTriggerStyle, sectionVariants, toggleVariants, useFormField, useIsMobile, useSidebar };
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,6 @@ import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
|
10
10
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
11
11
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
12
12
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
13
|
-
import { OTPInput } from 'input-otp';
|
|
14
13
|
import * as react_hook_form from 'react-hook-form';
|
|
15
14
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
16
15
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
@@ -116,15 +115,6 @@ declare function ToggleGroup({ className, variant, size, spacing, children, ...p
|
|
|
116
115
|
}): react_jsx_runtime.JSX.Element;
|
|
117
116
|
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
118
117
|
|
|
119
|
-
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
120
|
-
containerClassName?: string;
|
|
121
|
-
}): react_jsx_runtime.JSX.Element;
|
|
122
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
123
|
-
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
|
|
124
|
-
index: number;
|
|
125
|
-
}): react_jsx_runtime.JSX.Element;
|
|
126
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
127
|
-
|
|
128
118
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
129
119
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
130
120
|
declare const useFormField: () => {
|
|
@@ -593,4 +583,4 @@ declare const SectionDescription: React$1.ForwardRefExoticComponent<React$1.HTML
|
|
|
593
583
|
declare const SectionContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
594
584
|
declare const SectionFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
595
585
|
|
|
596
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, type ButtonProps, 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, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea,
|
|
586
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, type ButtonProps, 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, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, 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, Section, SectionContent, SectionDescription, SectionFooter, SectionHeader, type SectionProps, SectionTitle, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cardVariants, navigationMenuTriggerStyle, sectionVariants, toggleVariants, useFormField, useIsMobile, useSidebar };
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React7 from 'react';
|
|
2
2
|
import { useMemo } from 'react';
|
|
3
3
|
import { Slot } from '@radix-ui/react-slot';
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
@@ -7,14 +7,13 @@ import { twMerge } from 'tailwind-merge';
|
|
|
7
7
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
8
8
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
9
9
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
10
|
-
import { CheckIcon, CircleIcon, ChevronDownIcon, ChevronUpIcon,
|
|
10
|
+
import { CheckIcon, CircleIcon, ChevronDownIcon, ChevronUpIcon, ChevronLeftIcon, ChevronRightIcon, ArrowLeft, ArrowRight, Loader2Icon, OctagonXIcon, TriangleAlertIcon, InfoIcon, CircleCheckIcon, ChevronRight, MoreHorizontal, MoreHorizontalIcon, XIcon, SearchIcon, GripVerticalIcon, PanelLeftIcon } from 'lucide-react';
|
|
11
11
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
12
12
|
import * as SwitchPrimitive from '@radix-ui/react-switch';
|
|
13
13
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
14
14
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
15
15
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
16
16
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
17
|
-
import { OTPInput, OTPInputContext } from 'input-otp';
|
|
18
17
|
import { FormProvider, Controller, useFormContext, useFormState } from 'react-hook-form';
|
|
19
18
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
20
19
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
@@ -44,8 +43,8 @@ import * as ResizablePrimitive from 'react-resizable-panels';
|
|
|
44
43
|
// src/hooks/use-mobile.ts
|
|
45
44
|
var MOBILE_BREAKPOINT = 768;
|
|
46
45
|
function useIsMobile() {
|
|
47
|
-
const [isMobile, setIsMobile] =
|
|
48
|
-
|
|
46
|
+
const [isMobile, setIsMobile] = React7.useState(void 0);
|
|
47
|
+
React7.useEffect(() => {
|
|
49
48
|
const mql = window.matchMedia(`(max-width: ${MOBILE_BREAKPOINT - 1}px)`);
|
|
50
49
|
const onChange = () => {
|
|
51
50
|
setIsMobile(window.innerWidth < MOBILE_BREAKPOINT);
|
|
@@ -86,7 +85,7 @@ var buttonVariants = cva(
|
|
|
86
85
|
}
|
|
87
86
|
}
|
|
88
87
|
);
|
|
89
|
-
var Button =
|
|
88
|
+
var Button = React7.forwardRef(
|
|
90
89
|
({ className, variant, size, asChild = false, ...props }, ref) => {
|
|
91
90
|
const Comp = asChild ? Slot : "button";
|
|
92
91
|
return /* @__PURE__ */ jsx(
|
|
@@ -450,7 +449,7 @@ function Slider({
|
|
|
450
449
|
max = 100,
|
|
451
450
|
...props
|
|
452
451
|
}) {
|
|
453
|
-
const _values =
|
|
452
|
+
const _values = React7.useMemo(
|
|
454
453
|
() => Array.isArray(value) ? value : Array.isArray(defaultValue) ? defaultValue : [min, max],
|
|
455
454
|
[value, defaultValue, min, max]
|
|
456
455
|
);
|
|
@@ -665,7 +664,7 @@ function NativeSelect({ className, ...props }) {
|
|
|
665
664
|
{
|
|
666
665
|
"data-slot": "native-select",
|
|
667
666
|
className: cn(
|
|
668
|
-
"border-input placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground bg-background dark:bg-input/30 dark:hover:bg-input/50 h-9 w-full min-w-0 appearance-none rounded-full border
|
|
667
|
+
"border-input placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground bg-background dark:bg-input/30 dark:hover:bg-input/50 h-9 w-full min-w-0 appearance-none rounded-full border pl-4 py-2 pr-8 text-sm shadow-xs transition-[color,box-shadow] outline-none disabled:pointer-events-none disabled:cursor-not-allowed",
|
|
669
668
|
"focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
|
|
670
669
|
"aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
|
|
671
670
|
className
|
|
@@ -676,7 +675,7 @@ function NativeSelect({ className, ...props }) {
|
|
|
676
675
|
/* @__PURE__ */ jsx(
|
|
677
676
|
ChevronDownIcon,
|
|
678
677
|
{
|
|
679
|
-
className: "text-muted-foreground pointer-events-none absolute top-1/2 right-
|
|
678
|
+
className: "text-muted-foreground pointer-events-none absolute top-1/2 right-2.5 size-4 -translate-y-1/2 opacity-50 select-none",
|
|
680
679
|
"aria-hidden": "true",
|
|
681
680
|
"data-slot": "native-select-icon"
|
|
682
681
|
}
|
|
@@ -736,7 +735,7 @@ function Toggle({
|
|
|
736
735
|
}
|
|
737
736
|
);
|
|
738
737
|
}
|
|
739
|
-
var ToggleGroupContext =
|
|
738
|
+
var ToggleGroupContext = React7.createContext({
|
|
740
739
|
size: "default",
|
|
741
740
|
variant: "default",
|
|
742
741
|
spacing: 0
|
|
@@ -773,7 +772,7 @@ function ToggleGroupItem({
|
|
|
773
772
|
size,
|
|
774
773
|
...props
|
|
775
774
|
}) {
|
|
776
|
-
const context =
|
|
775
|
+
const context = React7.useContext(ToggleGroupContext);
|
|
777
776
|
return /* @__PURE__ */ jsx(
|
|
778
777
|
ToggleGroupPrimitive.Item,
|
|
779
778
|
{
|
|
@@ -795,61 +794,6 @@ function ToggleGroupItem({
|
|
|
795
794
|
}
|
|
796
795
|
);
|
|
797
796
|
}
|
|
798
|
-
function InputOTP({
|
|
799
|
-
className,
|
|
800
|
-
containerClassName,
|
|
801
|
-
...props
|
|
802
|
-
}) {
|
|
803
|
-
return /* @__PURE__ */ jsx(
|
|
804
|
-
OTPInput,
|
|
805
|
-
{
|
|
806
|
-
"data-slot": "input-otp",
|
|
807
|
-
containerClassName: cn(
|
|
808
|
-
"flex items-center gap-2 has-disabled:opacity-50",
|
|
809
|
-
containerClassName
|
|
810
|
-
),
|
|
811
|
-
className: cn("disabled:cursor-not-allowed", className),
|
|
812
|
-
...props
|
|
813
|
-
}
|
|
814
|
-
);
|
|
815
|
-
}
|
|
816
|
-
function InputOTPGroup({ className, ...props }) {
|
|
817
|
-
return /* @__PURE__ */ jsx(
|
|
818
|
-
"div",
|
|
819
|
-
{
|
|
820
|
-
"data-slot": "input-otp-group",
|
|
821
|
-
className: cn("flex items-center", className),
|
|
822
|
-
...props
|
|
823
|
-
}
|
|
824
|
-
);
|
|
825
|
-
}
|
|
826
|
-
function InputOTPSlot({
|
|
827
|
-
index,
|
|
828
|
-
className,
|
|
829
|
-
...props
|
|
830
|
-
}) {
|
|
831
|
-
const inputOTPContext = React8.useContext(OTPInputContext);
|
|
832
|
-
const { char, hasFakeCaret, isActive } = inputOTPContext?.slots[index] ?? {};
|
|
833
|
-
return /* @__PURE__ */ jsxs(
|
|
834
|
-
"div",
|
|
835
|
-
{
|
|
836
|
-
"data-slot": "input-otp-slot",
|
|
837
|
-
"data-active": isActive,
|
|
838
|
-
className: cn(
|
|
839
|
-
"data-[active=true]:border-ring data-[active=true]:ring-ring/50 data-[active=true]:aria-invalid:ring-destructive/20 dark:data-[active=true]:aria-invalid:ring-destructive/40 aria-invalid:border-destructive data-[active=true]:aria-invalid:border-destructive bg-background border-input relative flex h-9 w-9 items-center justify-center border-y border-r text-sm shadow-xs transition-all outline-none first:rounded-l-full first:border-l last:rounded-r-full data-[active=true]:z-10 data-[active=true]:ring-[3px]",
|
|
840
|
-
className
|
|
841
|
-
),
|
|
842
|
-
...props,
|
|
843
|
-
children: [
|
|
844
|
-
char,
|
|
845
|
-
hasFakeCaret && /* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ jsx("div", { className: "animate-caret-blink bg-foreground h-4 w-px duration-1000" }) })
|
|
846
|
-
]
|
|
847
|
-
}
|
|
848
|
-
);
|
|
849
|
-
}
|
|
850
|
-
function InputOTPSeparator({ ...props }) {
|
|
851
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "input-otp-separator", role: "separator", ...props, children: /* @__PURE__ */ jsx(MinusIcon, {}) });
|
|
852
|
-
}
|
|
853
797
|
function Label2({
|
|
854
798
|
className,
|
|
855
799
|
...props
|
|
@@ -867,7 +811,7 @@ function Label2({
|
|
|
867
811
|
);
|
|
868
812
|
}
|
|
869
813
|
var Form = FormProvider;
|
|
870
|
-
var FormFieldContext =
|
|
814
|
+
var FormFieldContext = React7.createContext(
|
|
871
815
|
{}
|
|
872
816
|
);
|
|
873
817
|
var FormField = ({
|
|
@@ -876,8 +820,8 @@ var FormField = ({
|
|
|
876
820
|
return /* @__PURE__ */ jsx(FormFieldContext.Provider, { value: { name: props.name }, children: /* @__PURE__ */ jsx(Controller, { ...props }) });
|
|
877
821
|
};
|
|
878
822
|
var useFormField = () => {
|
|
879
|
-
const fieldContext =
|
|
880
|
-
const itemContext =
|
|
823
|
+
const fieldContext = React7.useContext(FormFieldContext);
|
|
824
|
+
const itemContext = React7.useContext(FormItemContext);
|
|
881
825
|
const { getFieldState } = useFormContext();
|
|
882
826
|
const formState = useFormState({ name: fieldContext.name });
|
|
883
827
|
const fieldState = getFieldState(fieldContext.name, formState);
|
|
@@ -894,11 +838,11 @@ var useFormField = () => {
|
|
|
894
838
|
...fieldState
|
|
895
839
|
};
|
|
896
840
|
};
|
|
897
|
-
var FormItemContext =
|
|
841
|
+
var FormItemContext = React7.createContext(
|
|
898
842
|
{}
|
|
899
843
|
);
|
|
900
844
|
function FormItem({ className, ...props }) {
|
|
901
|
-
const id =
|
|
845
|
+
const id = React7.useId();
|
|
902
846
|
return /* @__PURE__ */ jsx(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx(
|
|
903
847
|
"div",
|
|
904
848
|
{
|
|
@@ -1708,8 +1652,8 @@ function CalendarDayButton({
|
|
|
1708
1652
|
modifiers,
|
|
1709
1653
|
...props
|
|
1710
1654
|
}) {
|
|
1711
|
-
const ref =
|
|
1712
|
-
|
|
1655
|
+
const ref = React7.useRef(null);
|
|
1656
|
+
React7.useEffect(() => {
|
|
1713
1657
|
if (modifiers.focused) ref.current?.focus();
|
|
1714
1658
|
}, [modifiers.focused]);
|
|
1715
1659
|
return /* @__PURE__ */ jsx(
|
|
@@ -1730,9 +1674,9 @@ function CalendarDayButton({
|
|
|
1730
1674
|
}
|
|
1731
1675
|
);
|
|
1732
1676
|
}
|
|
1733
|
-
var CarouselContext =
|
|
1677
|
+
var CarouselContext = React7.createContext(null);
|
|
1734
1678
|
function useCarousel() {
|
|
1735
|
-
const context =
|
|
1679
|
+
const context = React7.useContext(CarouselContext);
|
|
1736
1680
|
if (!context) {
|
|
1737
1681
|
throw new Error("useCarousel must be used within a <Carousel />");
|
|
1738
1682
|
}
|
|
@@ -1754,20 +1698,20 @@ function Carousel({
|
|
|
1754
1698
|
},
|
|
1755
1699
|
plugins
|
|
1756
1700
|
);
|
|
1757
|
-
const [canScrollPrev, setCanScrollPrev] =
|
|
1758
|
-
const [canScrollNext, setCanScrollNext] =
|
|
1759
|
-
const onSelect =
|
|
1701
|
+
const [canScrollPrev, setCanScrollPrev] = React7.useState(false);
|
|
1702
|
+
const [canScrollNext, setCanScrollNext] = React7.useState(false);
|
|
1703
|
+
const onSelect = React7.useCallback((api2) => {
|
|
1760
1704
|
if (!api2) return;
|
|
1761
1705
|
setCanScrollPrev(api2.canScrollPrev());
|
|
1762
1706
|
setCanScrollNext(api2.canScrollNext());
|
|
1763
1707
|
}, []);
|
|
1764
|
-
const scrollPrev =
|
|
1708
|
+
const scrollPrev = React7.useCallback(() => {
|
|
1765
1709
|
api?.scrollPrev();
|
|
1766
1710
|
}, [api]);
|
|
1767
|
-
const scrollNext =
|
|
1711
|
+
const scrollNext = React7.useCallback(() => {
|
|
1768
1712
|
api?.scrollNext();
|
|
1769
1713
|
}, [api]);
|
|
1770
|
-
const handleKeyDown =
|
|
1714
|
+
const handleKeyDown = React7.useCallback(
|
|
1771
1715
|
(event) => {
|
|
1772
1716
|
if (event.key === "ArrowLeft") {
|
|
1773
1717
|
event.preventDefault();
|
|
@@ -1779,11 +1723,11 @@ function Carousel({
|
|
|
1779
1723
|
},
|
|
1780
1724
|
[scrollPrev, scrollNext]
|
|
1781
1725
|
);
|
|
1782
|
-
|
|
1726
|
+
React7.useEffect(() => {
|
|
1783
1727
|
if (!api || !setApi) return;
|
|
1784
1728
|
setApi(api);
|
|
1785
1729
|
}, [api, setApi]);
|
|
1786
|
-
|
|
1730
|
+
React7.useEffect(() => {
|
|
1787
1731
|
if (!api) return;
|
|
1788
1732
|
onSelect(api);
|
|
1789
1733
|
api.on("reInit", onSelect);
|
|
@@ -1916,9 +1860,9 @@ function CarouselNext({
|
|
|
1916
1860
|
);
|
|
1917
1861
|
}
|
|
1918
1862
|
var THEMES = { light: "", dark: ".dark" };
|
|
1919
|
-
var ChartContext =
|
|
1863
|
+
var ChartContext = React7.createContext(null);
|
|
1920
1864
|
function useChart() {
|
|
1921
|
-
const context =
|
|
1865
|
+
const context = React7.useContext(ChartContext);
|
|
1922
1866
|
if (!context) {
|
|
1923
1867
|
throw new Error("useChart must be used within a <ChartContainer />");
|
|
1924
1868
|
}
|
|
@@ -1931,7 +1875,7 @@ function ChartContainer({
|
|
|
1931
1875
|
config,
|
|
1932
1876
|
...props
|
|
1933
1877
|
}) {
|
|
1934
|
-
const uniqueId =
|
|
1878
|
+
const uniqueId = React7.useId();
|
|
1935
1879
|
const chartId = `chart-${id || uniqueId.replace(/:/g, "")}`;
|
|
1936
1880
|
return /* @__PURE__ */ jsx(ChartContext.Provider, { value: { config }, children: /* @__PURE__ */ jsxs(
|
|
1937
1881
|
"div",
|
|
@@ -1992,7 +1936,7 @@ function ChartTooltipContent({
|
|
|
1992
1936
|
labelKey
|
|
1993
1937
|
}) {
|
|
1994
1938
|
const { config } = useChart();
|
|
1995
|
-
const tooltipLabel =
|
|
1939
|
+
const tooltipLabel = React7.useMemo(() => {
|
|
1996
1940
|
if (hideLabel || !payload?.length) {
|
|
1997
1941
|
return null;
|
|
1998
1942
|
}
|
|
@@ -2715,16 +2659,16 @@ var M = (e, i, s, u, m, a, l, h) => {
|
|
|
2715
2659
|
} catch (n) {
|
|
2716
2660
|
}
|
|
2717
2661
|
};
|
|
2718
|
-
var x =
|
|
2662
|
+
var x = React7.createContext(void 0);
|
|
2719
2663
|
var U = { setTheme: (e) => {
|
|
2720
2664
|
}, themes: [] };
|
|
2721
2665
|
var z = () => {
|
|
2722
2666
|
var e;
|
|
2723
|
-
return (e =
|
|
2667
|
+
return (e = React7.useContext(x)) != null ? e : U;
|
|
2724
2668
|
};
|
|
2725
|
-
|
|
2669
|
+
React7.memo(({ forcedTheme: e, storageKey: i, attribute: s, enableSystem: u, enableColorScheme: m, defaultTheme: a, value: l, themes: h, nonce: d, scriptProps: w }) => {
|
|
2726
2670
|
let p = JSON.stringify([s, i, a, e, h, l, u, m]).slice(1, -1);
|
|
2727
|
-
return
|
|
2671
|
+
return React7.createElement("script", { ...w, suppressHydrationWarning: true, nonce: typeof window == "undefined" ? d : "", dangerouslySetInnerHTML: { __html: `(${M.toString()})(${p})` } });
|
|
2728
2672
|
});
|
|
2729
2673
|
var Toaster = ({ ...props }) => {
|
|
2730
2674
|
const { theme = "system" } = z();
|
|
@@ -4457,9 +4401,9 @@ var SIDEBAR_WIDTH = "16rem";
|
|
|
4457
4401
|
var SIDEBAR_WIDTH_MOBILE = "18rem";
|
|
4458
4402
|
var SIDEBAR_WIDTH_ICON = "3rem";
|
|
4459
4403
|
var SIDEBAR_KEYBOARD_SHORTCUT = "b";
|
|
4460
|
-
var SidebarContext =
|
|
4404
|
+
var SidebarContext = React7.createContext(null);
|
|
4461
4405
|
function useSidebar() {
|
|
4462
|
-
const context =
|
|
4406
|
+
const context = React7.useContext(SidebarContext);
|
|
4463
4407
|
if (!context) {
|
|
4464
4408
|
throw new Error("useSidebar must be used within a SidebarProvider.");
|
|
4465
4409
|
}
|
|
@@ -4475,10 +4419,10 @@ function SidebarProvider({
|
|
|
4475
4419
|
...props
|
|
4476
4420
|
}) {
|
|
4477
4421
|
const isMobile = useIsMobile();
|
|
4478
|
-
const [openMobile, setOpenMobile] =
|
|
4479
|
-
const [_open, _setOpen] =
|
|
4422
|
+
const [openMobile, setOpenMobile] = React7.useState(false);
|
|
4423
|
+
const [_open, _setOpen] = React7.useState(defaultOpen);
|
|
4480
4424
|
const open = openProp ?? _open;
|
|
4481
|
-
const setOpen =
|
|
4425
|
+
const setOpen = React7.useCallback(
|
|
4482
4426
|
(value) => {
|
|
4483
4427
|
const openState = typeof value === "function" ? value(open) : value;
|
|
4484
4428
|
if (setOpenProp) {
|
|
@@ -4490,10 +4434,10 @@ function SidebarProvider({
|
|
|
4490
4434
|
},
|
|
4491
4435
|
[setOpenProp, open]
|
|
4492
4436
|
);
|
|
4493
|
-
const toggleSidebar =
|
|
4437
|
+
const toggleSidebar = React7.useCallback(() => {
|
|
4494
4438
|
return isMobile ? setOpenMobile((open2) => !open2) : setOpen((open2) => !open2);
|
|
4495
4439
|
}, [isMobile, setOpen, setOpenMobile]);
|
|
4496
|
-
|
|
4440
|
+
React7.useEffect(() => {
|
|
4497
4441
|
const handleKeyDown = (event) => {
|
|
4498
4442
|
if (event.key === SIDEBAR_KEYBOARD_SHORTCUT && (event.metaKey || event.ctrlKey)) {
|
|
4499
4443
|
event.preventDefault();
|
|
@@ -4504,7 +4448,7 @@ function SidebarProvider({
|
|
|
4504
4448
|
return () => window.removeEventListener("keydown", handleKeyDown);
|
|
4505
4449
|
}, [toggleSidebar]);
|
|
4506
4450
|
const state = open ? "expanded" : "collapsed";
|
|
4507
|
-
const contextValue =
|
|
4451
|
+
const contextValue = React7.useMemo(
|
|
4508
4452
|
() => ({
|
|
4509
4453
|
state,
|
|
4510
4454
|
open,
|
|
@@ -4962,7 +4906,7 @@ function SidebarMenuSkeleton({
|
|
|
4962
4906
|
showIcon = false,
|
|
4963
4907
|
...props
|
|
4964
4908
|
}) {
|
|
4965
|
-
const width =
|
|
4909
|
+
const width = React7.useMemo(() => {
|
|
4966
4910
|
return `${Math.floor(Math.random() * 40) + 50}%`;
|
|
4967
4911
|
}, []);
|
|
4968
4912
|
return /* @__PURE__ */ jsxs(
|
|
@@ -5106,7 +5050,7 @@ var sectionVariants = cva(
|
|
|
5106
5050
|
}
|
|
5107
5051
|
);
|
|
5108
5052
|
var isGlassVariant = (variant) => variant?.startsWith("glass-") ?? false;
|
|
5109
|
-
var Section =
|
|
5053
|
+
var Section = React7.forwardRef(
|
|
5110
5054
|
({ className, variant, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5111
5055
|
"section",
|
|
5112
5056
|
{
|
|
@@ -5118,7 +5062,7 @@ var Section = React8.forwardRef(
|
|
|
5118
5062
|
)
|
|
5119
5063
|
);
|
|
5120
5064
|
Section.displayName = "Section";
|
|
5121
|
-
var SectionHeader =
|
|
5065
|
+
var SectionHeader = React7.forwardRef(
|
|
5122
5066
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5123
5067
|
"div",
|
|
5124
5068
|
{
|
|
@@ -5133,7 +5077,7 @@ var SectionHeader = React8.forwardRef(
|
|
|
5133
5077
|
)
|
|
5134
5078
|
);
|
|
5135
5079
|
SectionHeader.displayName = "SectionHeader";
|
|
5136
|
-
var SectionTitle =
|
|
5080
|
+
var SectionTitle = React7.forwardRef(
|
|
5137
5081
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5138
5082
|
"h2",
|
|
5139
5083
|
{
|
|
@@ -5147,7 +5091,7 @@ var SectionTitle = React8.forwardRef(
|
|
|
5147
5091
|
)
|
|
5148
5092
|
);
|
|
5149
5093
|
SectionTitle.displayName = "SectionTitle";
|
|
5150
|
-
var SectionDescription =
|
|
5094
|
+
var SectionDescription = React7.forwardRef(
|
|
5151
5095
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5152
5096
|
"p",
|
|
5153
5097
|
{
|
|
@@ -5161,7 +5105,7 @@ var SectionDescription = React8.forwardRef(
|
|
|
5161
5105
|
)
|
|
5162
5106
|
);
|
|
5163
5107
|
SectionDescription.displayName = "SectionDescription";
|
|
5164
|
-
var SectionContent =
|
|
5108
|
+
var SectionContent = React7.forwardRef(
|
|
5165
5109
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5166
5110
|
"div",
|
|
5167
5111
|
{
|
|
@@ -5175,7 +5119,7 @@ var SectionContent = React8.forwardRef(
|
|
|
5175
5119
|
)
|
|
5176
5120
|
);
|
|
5177
5121
|
SectionContent.displayName = "SectionContent";
|
|
5178
|
-
var SectionFooter =
|
|
5122
|
+
var SectionFooter = React7.forwardRef(
|
|
5179
5123
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx(
|
|
5180
5124
|
"div",
|
|
5181
5125
|
{
|
|
@@ -5192,6 +5136,6 @@ var SectionFooter = React8.forwardRef(
|
|
|
5192
5136
|
);
|
|
5193
5137
|
SectionFooter.displayName = "SectionFooter";
|
|
5194
5138
|
|
|
5195
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent2 as CollapsibleContent, CollapsibleTrigger2 as CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea,
|
|
5139
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent2 as CollapsibleContent, CollapsibleTrigger2 as CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, Item5 as Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, Kbd, KbdGroup, Label2 as Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, 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, Section, SectionContent, SectionDescription, SectionFooter, SectionHeader, SectionTitle, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip2 as Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cardVariants, navigationMenuTriggerStyle, sectionVariants, toggleVariants, useFormField, useIsMobile, useSidebar };
|
|
5196
5140
|
//# sourceMappingURL=index.js.map
|
|
5197
5141
|
//# sourceMappingURL=index.js.map
|