crm-project-ui 0.1.10 → 0.1.11
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 +1 -46
- package/dist/index.cjs.map +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -8
- package/dist/index.d.ts +1 -8
- package/dist/index.js +53 -98
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.d.cts
CHANGED
|
@@ -26,7 +26,6 @@ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
|
26
26
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
27
27
|
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
28
28
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
29
|
-
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
30
29
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
31
30
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
32
31
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
@@ -403,12 +402,6 @@ declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive
|
|
|
403
402
|
declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
404
403
|
declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
405
404
|
|
|
406
|
-
declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime.JSX.Element;
|
|
407
|
-
declare const ResizablePanel: typeof ResizablePrimitive.Panel;
|
|
408
|
-
declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
409
|
-
withHandle?: boolean;
|
|
410
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
411
|
-
|
|
412
405
|
declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
413
406
|
declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
414
407
|
|
|
@@ -507,4 +500,4 @@ declare function useShortcuts(definitions: ShortcutDefinition[]): {
|
|
|
507
500
|
|
|
508
501
|
declare function useUid(prefix: string): string;
|
|
509
502
|
|
|
510
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, 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, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, Label, 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, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem,
|
|
503
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, 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, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, Label, 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, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, type ShortcutDefinition, Skeleton, Slider, Spinner, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useAutoFocus, useFormField, useIsMobile, useShortcuts, useUid };
|
package/dist/index.d.ts
CHANGED
|
@@ -26,7 +26,6 @@ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
|
26
26
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
27
27
|
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
28
28
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
29
|
-
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
30
29
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
31
30
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
32
31
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
@@ -403,12 +402,6 @@ declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive
|
|
|
403
402
|
declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
404
403
|
declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
405
404
|
|
|
406
|
-
declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime.JSX.Element;
|
|
407
|
-
declare const ResizablePanel: typeof ResizablePrimitive.Panel;
|
|
408
|
-
declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
409
|
-
withHandle?: boolean;
|
|
410
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
411
|
-
|
|
412
405
|
declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
413
406
|
declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
414
407
|
|
|
@@ -507,4 +500,4 @@ declare function useShortcuts(definitions: ShortcutDefinition[]): {
|
|
|
507
500
|
|
|
508
501
|
declare function useUid(prefix: string): string;
|
|
509
502
|
|
|
510
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, 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, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, Label, 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, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem,
|
|
503
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, 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, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, HoverCard, HoverCardContent, HoverCardTrigger, Input, Label, 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, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, type ShortcutDefinition, Skeleton, Slider, Spinner, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useAutoFocus, useFormField, useIsMobile, useShortcuts, useUid };
|
package/dist/index.js
CHANGED
|
@@ -2033,52 +2033,10 @@ var RadioGroupItem = React25.forwardRef(({ className, ...props }, ref) => {
|
|
|
2033
2033
|
});
|
|
2034
2034
|
RadioGroupItem.displayName = RadioGroupPrimitive.Item.displayName;
|
|
2035
2035
|
|
|
2036
|
-
// src/components/ui/resizable/index.tsx
|
|
2037
|
-
import { GripVertical } from "lucide-react";
|
|
2038
|
-
import * as ResizablePrimitive from "react-resizable-panels";
|
|
2039
|
-
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
2040
|
-
var ResizablePanelGroup = ({
|
|
2041
|
-
className,
|
|
2042
|
-
...props
|
|
2043
|
-
// @ts-expect-error
|
|
2044
|
-
}) => (
|
|
2045
|
-
// @ts-expect-error
|
|
2046
|
-
/* @__PURE__ */ jsx27(
|
|
2047
|
-
ResizablePrimitive.PanelGroup,
|
|
2048
|
-
{
|
|
2049
|
-
className: cn(
|
|
2050
|
-
"flex h-full w-full data-[panel-group-direction=vertical]:flex-col",
|
|
2051
|
-
className
|
|
2052
|
-
),
|
|
2053
|
-
...props
|
|
2054
|
-
}
|
|
2055
|
-
)
|
|
2056
|
-
);
|
|
2057
|
-
var ResizablePanel = ResizablePrimitive.Panel;
|
|
2058
|
-
var ResizableHandle = ({
|
|
2059
|
-
withHandle,
|
|
2060
|
-
className,
|
|
2061
|
-
...props
|
|
2062
|
-
// @ts-expect-error
|
|
2063
|
-
}) => (
|
|
2064
|
-
// @ts-expect-error
|
|
2065
|
-
/* @__PURE__ */ jsx27(
|
|
2066
|
-
ResizablePrimitive.PanelResizeHandle,
|
|
2067
|
-
{
|
|
2068
|
-
className: cn(
|
|
2069
|
-
"bg-border focus-visible:ring-ring relative flex w-px items-center justify-center after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:ring-1 focus-visible:ring-offset-1 focus-visible:outline-none data-[panel-group-direction=vertical]:h-px data-[panel-group-direction=vertical]:w-full data-[panel-group-direction=vertical]:after:left-0 data-[panel-group-direction=vertical]:after:h-1 data-[panel-group-direction=vertical]:after:w-full data-[panel-group-direction=vertical]:after:translate-x-0 data-[panel-group-direction=vertical]:after:-translate-y-1/2 [&[data-panel-group-direction=vertical]>div]:rotate-90",
|
|
2070
|
-
className
|
|
2071
|
-
),
|
|
2072
|
-
...props,
|
|
2073
|
-
children: withHandle && /* @__PURE__ */ jsx27("div", { className: "bg-border z-10 flex h-4 w-3 items-center justify-center rounded-sm border", children: /* @__PURE__ */ jsx27(GripVertical, { className: "h-2.5 w-2.5" }) })
|
|
2074
|
-
}
|
|
2075
|
-
)
|
|
2076
|
-
);
|
|
2077
|
-
|
|
2078
2036
|
// src/components/ui/scroll-area/index.tsx
|
|
2079
2037
|
import * as React26 from "react";
|
|
2080
2038
|
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
2081
|
-
import { jsx as
|
|
2039
|
+
import { jsx as jsx27, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
2082
2040
|
var ScrollArea = React26.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ jsxs13(
|
|
2083
2041
|
ScrollAreaPrimitive.Root,
|
|
2084
2042
|
{
|
|
@@ -2086,14 +2044,14 @@ var ScrollArea = React26.forwardRef(({ className, children, ...props }, ref) =>
|
|
|
2086
2044
|
ref,
|
|
2087
2045
|
...props,
|
|
2088
2046
|
children: [
|
|
2089
|
-
/* @__PURE__ */
|
|
2090
|
-
/* @__PURE__ */
|
|
2091
|
-
/* @__PURE__ */
|
|
2047
|
+
/* @__PURE__ */ jsx27(ScrollAreaPrimitive.Viewport, { className: "h-full w-full rounded-[inherit]", children }),
|
|
2048
|
+
/* @__PURE__ */ jsx27(ScrollBar, {}),
|
|
2049
|
+
/* @__PURE__ */ jsx27(ScrollAreaPrimitive.Corner, {})
|
|
2092
2050
|
]
|
|
2093
2051
|
}
|
|
2094
2052
|
));
|
|
2095
2053
|
ScrollArea.displayName = ScrollAreaPrimitive.Root.displayName;
|
|
2096
|
-
var ScrollBar = React26.forwardRef(({ className, orientation = "vertical", ...props }, ref) => /* @__PURE__ */
|
|
2054
|
+
var ScrollBar = React26.forwardRef(({ className, orientation = "vertical", ...props }, ref) => /* @__PURE__ */ jsx27(
|
|
2097
2055
|
ScrollAreaPrimitive.ScrollAreaScrollbar,
|
|
2098
2056
|
{
|
|
2099
2057
|
className: cn(
|
|
@@ -2105,7 +2063,7 @@ var ScrollBar = React26.forwardRef(({ className, orientation = "vertical", ...pr
|
|
|
2105
2063
|
orientation,
|
|
2106
2064
|
ref,
|
|
2107
2065
|
...props,
|
|
2108
|
-
children: /* @__PURE__ */
|
|
2066
|
+
children: /* @__PURE__ */ jsx27(ScrollAreaPrimitive.ScrollAreaThumb, { className: "bg-border relative flex-1 rounded-full" })
|
|
2109
2067
|
}
|
|
2110
2068
|
));
|
|
2111
2069
|
ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;
|
|
@@ -2114,7 +2072,7 @@ ScrollBar.displayName = ScrollAreaPrimitive.ScrollAreaScrollbar.displayName;
|
|
|
2114
2072
|
import { Check as Check5, ChevronDown as ChevronDown3, ChevronUp } from "lucide-react";
|
|
2115
2073
|
import * as React27 from "react";
|
|
2116
2074
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
2117
|
-
import { jsx as
|
|
2075
|
+
import { jsx as jsx28, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
2118
2076
|
var Select = SelectPrimitive.Root;
|
|
2119
2077
|
var SelectGroup = SelectPrimitive.Group;
|
|
2120
2078
|
var SelectValue = SelectPrimitive.Value;
|
|
@@ -2129,12 +2087,12 @@ var SelectTrigger = React27.forwardRef(({ className, children, ...props }, ref)
|
|
|
2129
2087
|
...props,
|
|
2130
2088
|
children: [
|
|
2131
2089
|
children,
|
|
2132
|
-
/* @__PURE__ */
|
|
2090
|
+
/* @__PURE__ */ jsx28(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx28(ChevronDown3, { className: "h-4 w-4 opacity-50" }) })
|
|
2133
2091
|
]
|
|
2134
2092
|
}
|
|
2135
2093
|
));
|
|
2136
2094
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
2137
|
-
var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2095
|
+
var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx28(
|
|
2138
2096
|
SelectPrimitive.ScrollUpButton,
|
|
2139
2097
|
{
|
|
2140
2098
|
className: cn(
|
|
@@ -2143,11 +2101,11 @@ var SelectScrollUpButton = React27.forwardRef(({ className, ...props }, ref) =>
|
|
|
2143
2101
|
),
|
|
2144
2102
|
ref,
|
|
2145
2103
|
...props,
|
|
2146
|
-
children: /* @__PURE__ */
|
|
2104
|
+
children: /* @__PURE__ */ jsx28(ChevronUp, { className: "h-4 w-4" })
|
|
2147
2105
|
}
|
|
2148
2106
|
));
|
|
2149
2107
|
SelectScrollUpButton.displayName = SelectPrimitive.ScrollUpButton.displayName;
|
|
2150
|
-
var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2108
|
+
var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx28(
|
|
2151
2109
|
SelectPrimitive.ScrollDownButton,
|
|
2152
2110
|
{
|
|
2153
2111
|
className: cn(
|
|
@@ -2156,11 +2114,11 @@ var SelectScrollDownButton = React27.forwardRef(({ className, ...props }, ref) =
|
|
|
2156
2114
|
),
|
|
2157
2115
|
ref,
|
|
2158
2116
|
...props,
|
|
2159
|
-
children: /* @__PURE__ */
|
|
2117
|
+
children: /* @__PURE__ */ jsx28(ChevronDown3, { className: "h-4 w-4" })
|
|
2160
2118
|
}
|
|
2161
2119
|
));
|
|
2162
2120
|
SelectScrollDownButton.displayName = SelectPrimitive.ScrollDownButton.displayName;
|
|
2163
|
-
var SelectContent = React27.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */
|
|
2121
|
+
var SelectContent = React27.forwardRef(({ className, children, position = "popper", ...props }, ref) => /* @__PURE__ */ jsx28(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsxs14(
|
|
2164
2122
|
SelectPrimitive.Content,
|
|
2165
2123
|
{
|
|
2166
2124
|
className: cn(
|
|
@@ -2172,8 +2130,8 @@ var SelectContent = React27.forwardRef(({ className, children, position = "poppe
|
|
|
2172
2130
|
ref,
|
|
2173
2131
|
...props,
|
|
2174
2132
|
children: [
|
|
2175
|
-
/* @__PURE__ */
|
|
2176
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ jsx28(SelectScrollUpButton, {}),
|
|
2134
|
+
/* @__PURE__ */ jsx28(
|
|
2177
2135
|
SelectPrimitive.Viewport,
|
|
2178
2136
|
{
|
|
2179
2137
|
className: cn(
|
|
@@ -2183,12 +2141,12 @@ var SelectContent = React27.forwardRef(({ className, children, position = "poppe
|
|
|
2183
2141
|
children
|
|
2184
2142
|
}
|
|
2185
2143
|
),
|
|
2186
|
-
/* @__PURE__ */
|
|
2144
|
+
/* @__PURE__ */ jsx28(SelectScrollDownButton, {})
|
|
2187
2145
|
]
|
|
2188
2146
|
}
|
|
2189
2147
|
) }));
|
|
2190
2148
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
2191
|
-
var SelectLabel = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2149
|
+
var SelectLabel = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx28(
|
|
2192
2150
|
SelectPrimitive.Label,
|
|
2193
2151
|
{
|
|
2194
2152
|
className: cn("px-2 py-1.5 text-sm font-semibold", className),
|
|
@@ -2207,13 +2165,13 @@ var SelectItem = React27.forwardRef(({ className, children, ...props }, ref) =>
|
|
|
2207
2165
|
ref,
|
|
2208
2166
|
...props,
|
|
2209
2167
|
children: [
|
|
2210
|
-
/* @__PURE__ */
|
|
2211
|
-
/* @__PURE__ */
|
|
2168
|
+
/* @__PURE__ */ jsx28("span", { className: "absolute right-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ jsx28(SelectPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx28(Check5, { className: "h-4 w-4" }) }) }),
|
|
2169
|
+
/* @__PURE__ */ jsx28(SelectPrimitive.ItemText, { children })
|
|
2212
2170
|
]
|
|
2213
2171
|
}
|
|
2214
2172
|
));
|
|
2215
2173
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
2216
|
-
var SelectSeparator = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2174
|
+
var SelectSeparator = React27.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx28(
|
|
2217
2175
|
SelectPrimitive.Separator,
|
|
2218
2176
|
{
|
|
2219
2177
|
className: cn("bg-muted -mx-1 my-1 h-px", className),
|
|
@@ -2226,9 +2184,9 @@ SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
|
2226
2184
|
// src/components/ui/separator/index.tsx
|
|
2227
2185
|
import * as React28 from "react";
|
|
2228
2186
|
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
2229
|
-
import { jsx as
|
|
2187
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
2230
2188
|
var Separator5 = React28.forwardRef(
|
|
2231
|
-
({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */
|
|
2189
|
+
({ className, orientation = "horizontal", decorative = true, ...props }, ref) => /* @__PURE__ */ jsx29(
|
|
2232
2190
|
SeparatorPrimitive.Root,
|
|
2233
2191
|
{
|
|
2234
2192
|
className: cn(
|
|
@@ -2250,12 +2208,12 @@ import { cva as cva6 } from "class-variance-authority";
|
|
|
2250
2208
|
import { X as X2 } from "lucide-react";
|
|
2251
2209
|
import * as React29 from "react";
|
|
2252
2210
|
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
2253
|
-
import { jsx as
|
|
2211
|
+
import { jsx as jsx30, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
2254
2212
|
var Sheet = SheetPrimitive.Root;
|
|
2255
2213
|
var SheetTrigger = SheetPrimitive.Trigger;
|
|
2256
2214
|
var SheetClose = SheetPrimitive.Close;
|
|
2257
2215
|
var SheetPortal = SheetPrimitive.Portal;
|
|
2258
|
-
var SheetOverlay = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2216
|
+
var SheetOverlay = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx30(
|
|
2259
2217
|
SheetPrimitive.Overlay,
|
|
2260
2218
|
{
|
|
2261
2219
|
className: cn(
|
|
@@ -2284,7 +2242,7 @@ var sheetVariants = cva6(
|
|
|
2284
2242
|
}
|
|
2285
2243
|
);
|
|
2286
2244
|
var SheetContent = React29.forwardRef(({ side = "right", className, children, ...props }, ref) => /* @__PURE__ */ jsxs15(SheetPortal, { children: [
|
|
2287
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ jsx30(SheetOverlay, {}),
|
|
2288
2246
|
/* @__PURE__ */ jsxs15(
|
|
2289
2247
|
SheetPrimitive.Content,
|
|
2290
2248
|
{
|
|
@@ -2293,8 +2251,8 @@ var SheetContent = React29.forwardRef(({ side = "right", className, children, ..
|
|
|
2293
2251
|
...props,
|
|
2294
2252
|
children: [
|
|
2295
2253
|
/* @__PURE__ */ jsxs15(SheetPrimitive.Close, { className: "ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:pointer-events-none", children: [
|
|
2296
|
-
/* @__PURE__ */
|
|
2297
|
-
/* @__PURE__ */
|
|
2254
|
+
/* @__PURE__ */ jsx30(X2, { className: "h-4 w-4" }),
|
|
2255
|
+
/* @__PURE__ */ jsx30("span", { className: "sr-only", children: "Close" })
|
|
2298
2256
|
] }),
|
|
2299
2257
|
children
|
|
2300
2258
|
]
|
|
@@ -2305,7 +2263,7 @@ SheetContent.displayName = SheetPrimitive.Content.displayName;
|
|
|
2305
2263
|
var SheetHeader = ({
|
|
2306
2264
|
className,
|
|
2307
2265
|
...props
|
|
2308
|
-
}) => /* @__PURE__ */
|
|
2266
|
+
}) => /* @__PURE__ */ jsx30(
|
|
2309
2267
|
"div",
|
|
2310
2268
|
{
|
|
2311
2269
|
className: cn(
|
|
@@ -2319,7 +2277,7 @@ SheetHeader.displayName = "SheetHeader";
|
|
|
2319
2277
|
var SheetFooter = ({
|
|
2320
2278
|
className,
|
|
2321
2279
|
...props
|
|
2322
|
-
}) => /* @__PURE__ */
|
|
2280
|
+
}) => /* @__PURE__ */ jsx30(
|
|
2323
2281
|
"div",
|
|
2324
2282
|
{
|
|
2325
2283
|
className: cn(
|
|
@@ -2330,7 +2288,7 @@ var SheetFooter = ({
|
|
|
2330
2288
|
}
|
|
2331
2289
|
);
|
|
2332
2290
|
SheetFooter.displayName = "SheetFooter";
|
|
2333
|
-
var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2291
|
+
var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx30(
|
|
2334
2292
|
SheetPrimitive.Title,
|
|
2335
2293
|
{
|
|
2336
2294
|
className: cn("text-foreground text-lg font-semibold", className),
|
|
@@ -2339,7 +2297,7 @@ var SheetTitle = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE
|
|
|
2339
2297
|
}
|
|
2340
2298
|
));
|
|
2341
2299
|
SheetTitle.displayName = SheetPrimitive.Title.displayName;
|
|
2342
|
-
var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2300
|
+
var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx30(
|
|
2343
2301
|
SheetPrimitive.Description,
|
|
2344
2302
|
{
|
|
2345
2303
|
className: cn("text-muted-foreground text-sm", className),
|
|
@@ -2350,12 +2308,12 @@ var SheetDescription = React29.forwardRef(({ className, ...props }, ref) => /* @
|
|
|
2350
2308
|
SheetDescription.displayName = SheetPrimitive.Description.displayName;
|
|
2351
2309
|
|
|
2352
2310
|
// src/components/ui/skeleton/index.tsx
|
|
2353
|
-
import { jsx as
|
|
2311
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
2354
2312
|
function Skeleton({
|
|
2355
2313
|
className,
|
|
2356
2314
|
...props
|
|
2357
2315
|
}) {
|
|
2358
|
-
return /* @__PURE__ */
|
|
2316
|
+
return /* @__PURE__ */ jsx31(
|
|
2359
2317
|
"div",
|
|
2360
2318
|
{
|
|
2361
2319
|
className: cn("bg-primary/10 animate-pulse rounded-md", className),
|
|
@@ -2367,7 +2325,7 @@ function Skeleton({
|
|
|
2367
2325
|
// src/components/ui/slider/index.tsx
|
|
2368
2326
|
import * as React30 from "react";
|
|
2369
2327
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
2370
|
-
import { jsx as
|
|
2328
|
+
import { jsx as jsx32, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
2371
2329
|
var Slider = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxs16(
|
|
2372
2330
|
SliderPrimitive.Root,
|
|
2373
2331
|
{
|
|
@@ -2378,8 +2336,8 @@ var Slider = React30.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
|
|
|
2378
2336
|
ref,
|
|
2379
2337
|
...props,
|
|
2380
2338
|
children: [
|
|
2381
|
-
/* @__PURE__ */
|
|
2382
|
-
/* @__PURE__ */
|
|
2339
|
+
/* @__PURE__ */ jsx32(SliderPrimitive.Track, { className: "bg-primary/20 relative h-1.5 w-full grow overflow-hidden rounded-full", children: /* @__PURE__ */ jsx32(SliderPrimitive.Range, { className: "bg-primary absolute h-full" }) }),
|
|
2340
|
+
/* @__PURE__ */ jsx32(SliderPrimitive.Thumb, { className: "border-primary/50 bg-background focus-visible:ring-ring block h-4 w-4 rounded-full border shadow transition-colors focus-visible:ring-1 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50" })
|
|
2383
2341
|
]
|
|
2384
2342
|
}
|
|
2385
2343
|
));
|
|
@@ -2387,9 +2345,9 @@ Slider.displayName = SliderPrimitive.Root.displayName;
|
|
|
2387
2345
|
|
|
2388
2346
|
// src/components/ui/spinner/index.tsx
|
|
2389
2347
|
import { Loader2Icon } from "lucide-react";
|
|
2390
|
-
import { jsx as
|
|
2348
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
2391
2349
|
function Spinner({ className, ...props }) {
|
|
2392
|
-
return /* @__PURE__ */
|
|
2350
|
+
return /* @__PURE__ */ jsx33(
|
|
2393
2351
|
Loader2Icon,
|
|
2394
2352
|
{
|
|
2395
2353
|
"aria-label": "Loading",
|
|
@@ -2403,8 +2361,8 @@ function Spinner({ className, ...props }) {
|
|
|
2403
2361
|
// src/components/ui/switch/index.tsx
|
|
2404
2362
|
import * as React31 from "react";
|
|
2405
2363
|
import * as SwitchPrimitives from "@radix-ui/react-switch";
|
|
2406
|
-
import { jsx as
|
|
2407
|
-
var Switch = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2364
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
2365
|
+
var Switch = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx34(
|
|
2408
2366
|
SwitchPrimitives.Root,
|
|
2409
2367
|
{
|
|
2410
2368
|
className: cn(
|
|
@@ -2413,7 +2371,7 @@ var Switch = React31.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
|
|
|
2413
2371
|
),
|
|
2414
2372
|
...props,
|
|
2415
2373
|
ref,
|
|
2416
|
-
children: /* @__PURE__ */
|
|
2374
|
+
children: /* @__PURE__ */ jsx34(
|
|
2417
2375
|
SwitchPrimitives.Thumb,
|
|
2418
2376
|
{
|
|
2419
2377
|
className: cn(
|
|
@@ -2428,9 +2386,9 @@ Switch.displayName = SwitchPrimitives.Root.displayName;
|
|
|
2428
2386
|
// src/components/ui/tabs/index.tsx
|
|
2429
2387
|
import * as React32 from "react";
|
|
2430
2388
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
2431
|
-
import { jsx as
|
|
2389
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
2432
2390
|
var Tabs = TabsPrimitive.Root;
|
|
2433
|
-
var TabsList = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2391
|
+
var TabsList = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx35(
|
|
2434
2392
|
TabsPrimitive.List,
|
|
2435
2393
|
{
|
|
2436
2394
|
className: cn(
|
|
@@ -2442,7 +2400,7 @@ var TabsList = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__
|
|
|
2442
2400
|
}
|
|
2443
2401
|
));
|
|
2444
2402
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
2445
|
-
var TabsTrigger = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2403
|
+
var TabsTrigger = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx35(
|
|
2446
2404
|
TabsPrimitive.Trigger,
|
|
2447
2405
|
{
|
|
2448
2406
|
className: cn(
|
|
@@ -2454,7 +2412,7 @@ var TabsTrigger = React32.forwardRef(({ className, ...props }, ref) => /* @__PUR
|
|
|
2454
2412
|
}
|
|
2455
2413
|
));
|
|
2456
2414
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
2457
|
-
var TabsContent = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
2415
|
+
var TabsContent = React32.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx35(
|
|
2458
2416
|
TabsPrimitive.Content,
|
|
2459
2417
|
{
|
|
2460
2418
|
className: cn(
|
|
@@ -2469,9 +2427,9 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
2469
2427
|
|
|
2470
2428
|
// src/components/ui/textarea/index.tsx
|
|
2471
2429
|
import * as React33 from "react";
|
|
2472
|
-
import { jsx as
|
|
2430
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
2473
2431
|
var Textarea = React33.forwardRef(({ className, ...props }, ref) => {
|
|
2474
|
-
return /* @__PURE__ */
|
|
2432
|
+
return /* @__PURE__ */ jsx36(
|
|
2475
2433
|
"textarea",
|
|
2476
2434
|
{
|
|
2477
2435
|
className: cn(
|
|
@@ -2487,16 +2445,16 @@ Textarea.displayName = "Textarea";
|
|
|
2487
2445
|
|
|
2488
2446
|
// src/components/ui/toaster/index.tsx
|
|
2489
2447
|
import { Toaster as ToasterComponent } from "sonner";
|
|
2490
|
-
import { jsx as
|
|
2448
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
2491
2449
|
var Toaster = () => {
|
|
2492
|
-
return /* @__PURE__ */
|
|
2450
|
+
return /* @__PURE__ */ jsx37(ToasterComponent, {});
|
|
2493
2451
|
};
|
|
2494
2452
|
|
|
2495
2453
|
// src/components/ui/toggle/index.tsx
|
|
2496
2454
|
import { cva as cva7 } from "class-variance-authority";
|
|
2497
2455
|
import * as React34 from "react";
|
|
2498
2456
|
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
2499
|
-
import { jsx as
|
|
2457
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
2500
2458
|
var toggleVariants = cva7(
|
|
2501
2459
|
"inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
|
|
2502
2460
|
{
|
|
@@ -2517,7 +2475,7 @@ var toggleVariants = cva7(
|
|
|
2517
2475
|
}
|
|
2518
2476
|
}
|
|
2519
2477
|
);
|
|
2520
|
-
var Toggle = React34.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */
|
|
2478
|
+
var Toggle = React34.forwardRef(({ className, variant, size, ...props }, ref) => /* @__PURE__ */ jsx38(
|
|
2521
2479
|
TogglePrimitive.Root,
|
|
2522
2480
|
{
|
|
2523
2481
|
className: cn(toggleVariants({ variant, size, className })),
|
|
@@ -2530,11 +2488,11 @@ Toggle.displayName = TogglePrimitive.Root.displayName;
|
|
|
2530
2488
|
// src/components/ui/tooltip/index.tsx
|
|
2531
2489
|
import * as React35 from "react";
|
|
2532
2490
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
2533
|
-
import { jsx as
|
|
2491
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
2534
2492
|
var TooltipProvider = TooltipPrimitive.Provider;
|
|
2535
2493
|
var Tooltip = TooltipPrimitive.Root;
|
|
2536
2494
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
2537
|
-
var TooltipContent = React35.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */
|
|
2495
|
+
var TooltipContent = React35.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ jsx39(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsx39(
|
|
2538
2496
|
TooltipPrimitive.Content,
|
|
2539
2497
|
{
|
|
2540
2498
|
className: cn(
|
|
@@ -2765,9 +2723,6 @@ export {
|
|
|
2765
2723
|
Progress,
|
|
2766
2724
|
RadioGroup4 as RadioGroup,
|
|
2767
2725
|
RadioGroupItem,
|
|
2768
|
-
ResizableHandle,
|
|
2769
|
-
ResizablePanel,
|
|
2770
|
-
ResizablePanelGroup,
|
|
2771
2726
|
ScrollArea,
|
|
2772
2727
|
ScrollBar,
|
|
2773
2728
|
Select,
|