@arcadeai/design-system 0.8.0 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./ui/atoms/accordion.js";
2
- import { Alert as l, AlertDescription as p, AlertTitle as d } from "./ui/atoms/alert.js";
2
+ import { Alert as l, AlertDescription as d, AlertTitle as p } from "./ui/atoms/alert.js";
3
3
  import { Avatar as S, AvatarFallback as b, AvatarImage as u } from "./ui/atoms/avatar.js";
4
4
  import { Badge as g, badgeVariants as c } from "./ui/atoms/badge.js";
5
5
  import { Breadcrumb as T, BreadcrumbEllipsis as f, BreadcrumbItem as s, BreadcrumbLink as D, BreadcrumbList as M, BreadcrumbPage as h, BreadcrumbSeparator as w } from "./ui/atoms/breadcrumb.js";
@@ -8,7 +8,7 @@ import { Card as v, CardAction as P, CardContent as G, CardDescription as L, Car
8
8
  import { ChartContainer as V, ChartLegend as z, ChartLegendContent as E, ChartStyle as O, ChartTooltip as U, ChartTooltipContent as j } from "./ui/atoms/chart.js";
9
9
  import { Collapsible as J, CollapsibleContent as K, CollapsibleTrigger as N } from "./ui/atoms/collapsible.js";
10
10
  import { Command as W, CommandDialog as X, CommandEmpty as Y, CommandGroup as Z, CommandInput as _, CommandItem as $, CommandList as ee, CommandSeparator as re, CommandShortcut as oe } from "./ui/atoms/command.js";
11
- import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as pe, DialogHeader as de, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./ui/atoms/dialog.js";
11
+ import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as de, DialogHeader as pe, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./ui/atoms/dialog.js";
12
12
  import { DropdownMenu as ge, DropdownMenuCheckboxItem as ce, DropdownMenuContent as xe, DropdownMenuGroup as Te, DropdownMenuItem as fe, DropdownMenuLabel as se, DropdownMenuPortal as De, DropdownMenuRadioGroup as Me, DropdownMenuRadioItem as he, DropdownMenuSeparator as we, DropdownMenuShortcut as Fe, DropdownMenuSub as Be, DropdownMenuSubContent as Ie, DropdownMenuSubTrigger as Ae, DropdownMenuTrigger as ve } from "./ui/atoms/dropdown-menu.js";
13
13
  import { Form as Ge, FormControl as Le, FormDescription as He, FormField as Re, FormItem as ke, FormLabel as ye, FormMessage as Ve, useFormField as ze } from "./ui/atoms/form.js";
14
14
  import { HoverCard as Oe, HoverCardContent as Ue, HoverCardTrigger as je } from "./ui/atoms/hover-card.js";
@@ -18,29 +18,28 @@ import { Popover as We, PopoverAnchor as Xe, PopoverContent as Ye, PopoverTrigge
18
18
  import { Progress as $e } from "./ui/atoms/progress.js";
19
19
  import { RadioGroup as rr, RadioGroupItem as or } from "./ui/atoms/radio-group.js";
20
20
  import { ResizableHandle as ar, ResizablePanel as nr, ResizablePanelGroup as ir } from "./ui/atoms/resizable.js";
21
- import { ScrollArea as pr, ScrollBar as dr } from "./ui/atoms/scroll-area.js";
21
+ import { ScrollArea as dr, ScrollBar as pr } from "./ui/atoms/scroll-area.js";
22
22
  import { Select as Sr, SelectContent as br, SelectGroup as ur, SelectItem as Cr, SelectLabel as gr, SelectScrollDownButton as cr, SelectScrollUpButton as xr, SelectSeparator as Tr, SelectTrigger as fr, SelectValue as sr } from "./ui/atoms/select.js";
23
23
  import { Separator as Mr } from "./ui/atoms/separator.js";
24
24
  import { Sheet as wr, SheetClose as Fr, SheetContent as Br, SheetDescription as Ir, SheetFooter as Ar, SheetHeader as vr, SheetTitle as Pr, SheetTrigger as Gr } from "./ui/atoms/sheet.js";
25
25
  import { Sidebar as Hr, SidebarContent as Rr, SidebarFooter as kr, SidebarGroup as yr, SidebarGroupAction as Vr, SidebarGroupContent as zr, SidebarGroupLabel as Er, SidebarHeader as Or, SidebarInput as Ur, SidebarInset as jr, SidebarMenu as qr, SidebarMenuAction as Jr, SidebarMenuBadge as Kr, SidebarMenuButton as Nr, SidebarMenuItem as Qr, SidebarMenuSkeleton as Wr, SidebarMenuSub as Xr, SidebarMenuSubButton as Yr, SidebarMenuSubItem as Zr, SidebarProvider as _r, SidebarRail as $r, SidebarSeparator as eo, SidebarTrigger as ro, useSidebar as oo } from "./ui/atoms/sidebar.js";
26
26
  import { Skeleton as ao } from "./ui/atoms/skeleton.js";
27
27
  import { Slider as io } from "./ui/atoms/slider.js";
28
- import { Toaster as po } from "./ui/atoms/sonner.js";
29
- import { Switch as So } from "./ui/atoms/switch.js";
30
- import { Table as uo, TableBody as Co, TableCaption as go, TableCell as co, TableFooter as xo, TableHead as To, TableHeader as fo, TableRow as so } from "./ui/atoms/table.js";
31
- import { Tabs as Mo, TabsContent as ho, TabsList as wo, TabsTrigger as Fo } from "./ui/atoms/tabs.js";
32
- import { Textarea as Io } from "./ui/atoms/textarea.js";
33
- import { Toggle as vo, toggleVariants as Po } from "./ui/atoms/toggle.js";
34
- import { Tooltip as Lo, TooltipContent as Ho, TooltipProvider as Ro, TooltipTrigger as ko } from "./ui/atoms/tooltip.js";
35
- import { useFormContext as Vo } from "react-hook-form";
28
+ import { Switch as po } from "./ui/atoms/switch.js";
29
+ import { Table as So, TableBody as bo, TableCaption as uo, TableCell as Co, TableFooter as go, TableHead as co, TableHeader as xo, TableRow as To } from "./ui/atoms/table.js";
30
+ import { Tabs as so, TabsContent as Do, TabsList as Mo, TabsTrigger as ho } from "./ui/atoms/tabs.js";
31
+ import { Textarea as Fo } from "./ui/atoms/textarea.js";
32
+ import { Toggle as Io, toggleVariants as Ao } from "./ui/atoms/toggle.js";
33
+ import { Tooltip as Po, TooltipContent as Go, TooltipProvider as Lo, TooltipTrigger as Ho } from "./ui/atoms/tooltip.js";
34
+ import { useFormContext as ko } from "react-hook-form";
36
35
  export {
37
36
  o as Accordion,
38
37
  t as AccordionContent,
39
38
  a as AccordionItem,
40
39
  n as AccordionTrigger,
41
40
  l as Alert,
42
- p as AlertDescription,
43
- d as AlertTitle,
41
+ d as AlertDescription,
42
+ p as AlertTitle,
44
43
  S as Avatar,
45
44
  b as AvatarFallback,
46
45
  u as AvatarImage,
@@ -82,8 +81,8 @@ export {
82
81
  ne as DialogClose,
83
82
  ie as DialogContent,
84
83
  le as DialogDescription,
85
- pe as DialogFooter,
86
- de as DialogHeader,
84
+ de as DialogFooter,
85
+ pe as DialogHeader,
87
86
  me as DialogOverlay,
88
87
  Se as DialogPortal,
89
88
  be as DialogTitle,
@@ -125,8 +124,8 @@ export {
125
124
  ar as ResizableHandle,
126
125
  nr as ResizablePanel,
127
126
  ir as ResizablePanelGroup,
128
- pr as ScrollArea,
129
- dr as ScrollBar,
127
+ dr as ScrollArea,
128
+ pr as ScrollBar,
130
129
  Sr as Select,
131
130
  br as SelectContent,
132
131
  ur as SelectGroup,
@@ -171,30 +170,29 @@ export {
171
170
  ro as SidebarTrigger,
172
171
  ao as Skeleton,
173
172
  io as Slider,
174
- So as Switch,
175
- uo as Table,
176
- Co as TableBody,
177
- go as TableCaption,
178
- co as TableCell,
179
- xo as TableFooter,
180
- To as TableHead,
181
- fo as TableHeader,
182
- so as TableRow,
183
- Mo as Tabs,
184
- ho as TabsContent,
185
- wo as TabsList,
186
- Fo as TabsTrigger,
187
- Io as Textarea,
188
- po as Toaster,
189
- vo as Toggle,
190
- Lo as Tooltip,
191
- Ho as TooltipContent,
192
- Ro as TooltipProvider,
193
- ko as TooltipTrigger,
173
+ po as Switch,
174
+ So as Table,
175
+ bo as TableBody,
176
+ uo as TableCaption,
177
+ Co as TableCell,
178
+ go as TableFooter,
179
+ co as TableHead,
180
+ xo as TableHeader,
181
+ To as TableRow,
182
+ so as Tabs,
183
+ Do as TabsContent,
184
+ Mo as TabsList,
185
+ ho as TabsTrigger,
186
+ Fo as Textarea,
187
+ Io as Toggle,
188
+ Po as Tooltip,
189
+ Go as TooltipContent,
190
+ Lo as TooltipProvider,
191
+ Ho as TooltipTrigger,
194
192
  c as badgeVariants,
195
193
  I as buttonVariants,
196
- Po as toggleVariants,
197
- Vo as useFormContext,
194
+ Ao as toggleVariants,
195
+ ko as useFormContext,
198
196
  ze as useFormField,
199
197
  oo as useSidebar
200
198
  };
@@ -25,7 +25,6 @@ export * from './sheet';
25
25
  export * from './sidebar';
26
26
  export * from './skeleton';
27
27
  export * from './slider';
28
- export * from './sonner';
29
28
  export * from './switch';
30
29
  export * from './table';
31
30
  export * from './tabs';
@@ -1,5 +1,5 @@
1
1
  import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./accordion.js";
2
- import { Alert as l, AlertDescription as p, AlertTitle as d } from "./alert.js";
2
+ import { Alert as l, AlertDescription as d, AlertTitle as p } from "./alert.js";
3
3
  import { Avatar as S, AvatarFallback as b, AvatarImage as u } from "./avatar.js";
4
4
  import { Badge as g, badgeVariants as c } from "./badge.js";
5
5
  import { Breadcrumb as T, BreadcrumbEllipsis as f, BreadcrumbItem as s, BreadcrumbLink as D, BreadcrumbList as M, BreadcrumbPage as h, BreadcrumbSeparator as w } from "./breadcrumb.js";
@@ -8,7 +8,7 @@ import { Card as v, CardAction as P, CardContent as G, CardDescription as L, Car
8
8
  import { ChartContainer as V, ChartLegend as z, ChartLegendContent as E, ChartStyle as O, ChartTooltip as U, ChartTooltipContent as j } from "./chart.js";
9
9
  import { Collapsible as J, CollapsibleContent as K, CollapsibleTrigger as N } from "./collapsible.js";
10
10
  import { Command as W, CommandDialog as X, CommandEmpty as Y, CommandGroup as Z, CommandInput as _, CommandItem as $, CommandList as ee, CommandSeparator as re, CommandShortcut as oe } from "./command.js";
11
- import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as pe, DialogHeader as de, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./dialog.js";
11
+ import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as de, DialogHeader as pe, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./dialog.js";
12
12
  import { DropdownMenu as ge, DropdownMenuCheckboxItem as ce, DropdownMenuContent as xe, DropdownMenuGroup as Te, DropdownMenuItem as fe, DropdownMenuLabel as se, DropdownMenuPortal as De, DropdownMenuRadioGroup as Me, DropdownMenuRadioItem as he, DropdownMenuSeparator as we, DropdownMenuShortcut as Fe, DropdownMenuSub as Be, DropdownMenuSubContent as Ie, DropdownMenuSubTrigger as Ae, DropdownMenuTrigger as ve } from "./dropdown-menu.js";
13
13
  import { Form as Ge, FormControl as Le, FormDescription as He, FormField as Re, FormItem as ke, FormLabel as ye, FormMessage as Ve, useFormField as ze } from "./form.js";
14
14
  import { HoverCard as Oe, HoverCardContent as Ue, HoverCardTrigger as je } from "./hover-card.js";
@@ -18,29 +18,28 @@ import { Popover as We, PopoverAnchor as Xe, PopoverContent as Ye, PopoverTrigge
18
18
  import { Progress as $e } from "./progress.js";
19
19
  import { RadioGroup as rr, RadioGroupItem as or } from "./radio-group.js";
20
20
  import { ResizableHandle as ar, ResizablePanel as nr, ResizablePanelGroup as ir } from "./resizable.js";
21
- import { ScrollArea as pr, ScrollBar as dr } from "./scroll-area.js";
21
+ import { ScrollArea as dr, ScrollBar as pr } from "./scroll-area.js";
22
22
  import { Select as Sr, SelectContent as br, SelectGroup as ur, SelectItem as Cr, SelectLabel as gr, SelectScrollDownButton as cr, SelectScrollUpButton as xr, SelectSeparator as Tr, SelectTrigger as fr, SelectValue as sr } from "./select.js";
23
23
  import { Separator as Mr } from "./separator.js";
24
24
  import { Sheet as wr, SheetClose as Fr, SheetContent as Br, SheetDescription as Ir, SheetFooter as Ar, SheetHeader as vr, SheetTitle as Pr, SheetTrigger as Gr } from "./sheet.js";
25
25
  import { Sidebar as Hr, SidebarContent as Rr, SidebarFooter as kr, SidebarGroup as yr, SidebarGroupAction as Vr, SidebarGroupContent as zr, SidebarGroupLabel as Er, SidebarHeader as Or, SidebarInput as Ur, SidebarInset as jr, SidebarMenu as qr, SidebarMenuAction as Jr, SidebarMenuBadge as Kr, SidebarMenuButton as Nr, SidebarMenuItem as Qr, SidebarMenuSkeleton as Wr, SidebarMenuSub as Xr, SidebarMenuSubButton as Yr, SidebarMenuSubItem as Zr, SidebarProvider as _r, SidebarRail as $r, SidebarSeparator as eo, SidebarTrigger as ro, useSidebar as oo } from "./sidebar.js";
26
26
  import { Skeleton as ao } from "./skeleton.js";
27
27
  import { Slider as io } from "./slider.js";
28
- import { Toaster as po } from "./sonner.js";
29
- import { Switch as So } from "./switch.js";
30
- import { Table as uo, TableBody as Co, TableCaption as go, TableCell as co, TableFooter as xo, TableHead as To, TableHeader as fo, TableRow as so } from "./table.js";
31
- import { Tabs as Mo, TabsContent as ho, TabsList as wo, TabsTrigger as Fo } from "./tabs.js";
32
- import { Textarea as Io } from "./textarea.js";
33
- import { Toggle as vo, toggleVariants as Po } from "./toggle.js";
34
- import { Tooltip as Lo, TooltipContent as Ho, TooltipProvider as Ro, TooltipTrigger as ko } from "./tooltip.js";
35
- import { useFormContext as Vo } from "react-hook-form";
28
+ import { Switch as po } from "./switch.js";
29
+ import { Table as So, TableBody as bo, TableCaption as uo, TableCell as Co, TableFooter as go, TableHead as co, TableHeader as xo, TableRow as To } from "./table.js";
30
+ import { Tabs as so, TabsContent as Do, TabsList as Mo, TabsTrigger as ho } from "./tabs.js";
31
+ import { Textarea as Fo } from "./textarea.js";
32
+ import { Toggle as Io, toggleVariants as Ao } from "./toggle.js";
33
+ import { Tooltip as Po, TooltipContent as Go, TooltipProvider as Lo, TooltipTrigger as Ho } from "./tooltip.js";
34
+ import { useFormContext as ko } from "react-hook-form";
36
35
  export {
37
36
  o as Accordion,
38
37
  t as AccordionContent,
39
38
  a as AccordionItem,
40
39
  n as AccordionTrigger,
41
40
  l as Alert,
42
- p as AlertDescription,
43
- d as AlertTitle,
41
+ d as AlertDescription,
42
+ p as AlertTitle,
44
43
  S as Avatar,
45
44
  b as AvatarFallback,
46
45
  u as AvatarImage,
@@ -82,8 +81,8 @@ export {
82
81
  ne as DialogClose,
83
82
  ie as DialogContent,
84
83
  le as DialogDescription,
85
- pe as DialogFooter,
86
- de as DialogHeader,
84
+ de as DialogFooter,
85
+ pe as DialogHeader,
87
86
  me as DialogOverlay,
88
87
  Se as DialogPortal,
89
88
  be as DialogTitle,
@@ -125,8 +124,8 @@ export {
125
124
  ar as ResizableHandle,
126
125
  nr as ResizablePanel,
127
126
  ir as ResizablePanelGroup,
128
- pr as ScrollArea,
129
- dr as ScrollBar,
127
+ dr as ScrollArea,
128
+ pr as ScrollBar,
130
129
  Sr as Select,
131
130
  br as SelectContent,
132
131
  ur as SelectGroup,
@@ -171,30 +170,29 @@ export {
171
170
  ro as SidebarTrigger,
172
171
  ao as Skeleton,
173
172
  io as Slider,
174
- So as Switch,
175
- uo as Table,
176
- Co as TableBody,
177
- go as TableCaption,
178
- co as TableCell,
179
- xo as TableFooter,
180
- To as TableHead,
181
- fo as TableHeader,
182
- so as TableRow,
183
- Mo as Tabs,
184
- ho as TabsContent,
185
- wo as TabsList,
186
- Fo as TabsTrigger,
187
- Io as Textarea,
188
- po as Toaster,
189
- vo as Toggle,
190
- Lo as Tooltip,
191
- Ho as TooltipContent,
192
- Ro as TooltipProvider,
193
- ko as TooltipTrigger,
173
+ po as Switch,
174
+ So as Table,
175
+ bo as TableBody,
176
+ uo as TableCaption,
177
+ Co as TableCell,
178
+ go as TableFooter,
179
+ co as TableHead,
180
+ xo as TableHeader,
181
+ To as TableRow,
182
+ so as Tabs,
183
+ Do as TabsContent,
184
+ Mo as TabsList,
185
+ ho as TabsTrigger,
186
+ Fo as Textarea,
187
+ Io as Toggle,
188
+ Po as Tooltip,
189
+ Go as TooltipContent,
190
+ Lo as TooltipProvider,
191
+ Ho as TooltipTrigger,
194
192
  c as badgeVariants,
195
193
  I as buttonVariants,
196
- Po as toggleVariants,
197
- Vo as useFormContext,
194
+ Ao as toggleVariants,
195
+ ko as useFormContext,
198
196
  ze as useFormField,
199
197
  oo as useSidebar
200
198
  };
@@ -1,5 +1,5 @@
1
1
  import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./atoms/accordion.js";
2
- import { Alert as l, AlertDescription as p, AlertTitle as d } from "./atoms/alert.js";
2
+ import { Alert as l, AlertDescription as d, AlertTitle as p } from "./atoms/alert.js";
3
3
  import { Avatar as S, AvatarFallback as b, AvatarImage as u } from "./atoms/avatar.js";
4
4
  import { Badge as g, badgeVariants as c } from "./atoms/badge.js";
5
5
  import { Breadcrumb as T, BreadcrumbEllipsis as f, BreadcrumbItem as s, BreadcrumbLink as D, BreadcrumbList as M, BreadcrumbPage as h, BreadcrumbSeparator as w } from "./atoms/breadcrumb.js";
@@ -8,7 +8,7 @@ import { Card as v, CardAction as P, CardContent as G, CardDescription as L, Car
8
8
  import { ChartContainer as V, ChartLegend as z, ChartLegendContent as E, ChartStyle as O, ChartTooltip as U, ChartTooltipContent as j } from "./atoms/chart.js";
9
9
  import { Collapsible as J, CollapsibleContent as K, CollapsibleTrigger as N } from "./atoms/collapsible.js";
10
10
  import { Command as W, CommandDialog as X, CommandEmpty as Y, CommandGroup as Z, CommandInput as _, CommandItem as $, CommandList as ee, CommandSeparator as re, CommandShortcut as oe } from "./atoms/command.js";
11
- import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as pe, DialogHeader as de, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./atoms/dialog.js";
11
+ import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as de, DialogHeader as pe, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./atoms/dialog.js";
12
12
  import { DropdownMenu as ge, DropdownMenuCheckboxItem as ce, DropdownMenuContent as xe, DropdownMenuGroup as Te, DropdownMenuItem as fe, DropdownMenuLabel as se, DropdownMenuPortal as De, DropdownMenuRadioGroup as Me, DropdownMenuRadioItem as he, DropdownMenuSeparator as we, DropdownMenuShortcut as Fe, DropdownMenuSub as Be, DropdownMenuSubContent as Ie, DropdownMenuSubTrigger as Ae, DropdownMenuTrigger as ve } from "./atoms/dropdown-menu.js";
13
13
  import { Form as Ge, FormControl as Le, FormDescription as He, FormField as Re, FormItem as ke, FormLabel as ye, FormMessage as Ve, useFormField as ze } from "./atoms/form.js";
14
14
  import { HoverCard as Oe, HoverCardContent as Ue, HoverCardTrigger as je } from "./atoms/hover-card.js";
@@ -18,29 +18,28 @@ import { Popover as We, PopoverAnchor as Xe, PopoverContent as Ye, PopoverTrigge
18
18
  import { Progress as $e } from "./atoms/progress.js";
19
19
  import { RadioGroup as rr, RadioGroupItem as or } from "./atoms/radio-group.js";
20
20
  import { ResizableHandle as ar, ResizablePanel as nr, ResizablePanelGroup as ir } from "./atoms/resizable.js";
21
- import { ScrollArea as pr, ScrollBar as dr } from "./atoms/scroll-area.js";
21
+ import { ScrollArea as dr, ScrollBar as pr } from "./atoms/scroll-area.js";
22
22
  import { Select as Sr, SelectContent as br, SelectGroup as ur, SelectItem as Cr, SelectLabel as gr, SelectScrollDownButton as cr, SelectScrollUpButton as xr, SelectSeparator as Tr, SelectTrigger as fr, SelectValue as sr } from "./atoms/select.js";
23
23
  import { Separator as Mr } from "./atoms/separator.js";
24
24
  import { Sheet as wr, SheetClose as Fr, SheetContent as Br, SheetDescription as Ir, SheetFooter as Ar, SheetHeader as vr, SheetTitle as Pr, SheetTrigger as Gr } from "./atoms/sheet.js";
25
25
  import { Sidebar as Hr, SidebarContent as Rr, SidebarFooter as kr, SidebarGroup as yr, SidebarGroupAction as Vr, SidebarGroupContent as zr, SidebarGroupLabel as Er, SidebarHeader as Or, SidebarInput as Ur, SidebarInset as jr, SidebarMenu as qr, SidebarMenuAction as Jr, SidebarMenuBadge as Kr, SidebarMenuButton as Nr, SidebarMenuItem as Qr, SidebarMenuSkeleton as Wr, SidebarMenuSub as Xr, SidebarMenuSubButton as Yr, SidebarMenuSubItem as Zr, SidebarProvider as _r, SidebarRail as $r, SidebarSeparator as eo, SidebarTrigger as ro, useSidebar as oo } from "./atoms/sidebar.js";
26
26
  import { Skeleton as ao } from "./atoms/skeleton.js";
27
27
  import { Slider as io } from "./atoms/slider.js";
28
- import { Toaster as po } from "./atoms/sonner.js";
29
- import { Switch as So } from "./atoms/switch.js";
30
- import { Table as uo, TableBody as Co, TableCaption as go, TableCell as co, TableFooter as xo, TableHead as To, TableHeader as fo, TableRow as so } from "./atoms/table.js";
31
- import { Tabs as Mo, TabsContent as ho, TabsList as wo, TabsTrigger as Fo } from "./atoms/tabs.js";
32
- import { Textarea as Io } from "./atoms/textarea.js";
33
- import { Toggle as vo, toggleVariants as Po } from "./atoms/toggle.js";
34
- import { Tooltip as Lo, TooltipContent as Ho, TooltipProvider as Ro, TooltipTrigger as ko } from "./atoms/tooltip.js";
35
- import { useFormContext as Vo } from "react-hook-form";
28
+ import { Switch as po } from "./atoms/switch.js";
29
+ import { Table as So, TableBody as bo, TableCaption as uo, TableCell as Co, TableFooter as go, TableHead as co, TableHeader as xo, TableRow as To } from "./atoms/table.js";
30
+ import { Tabs as so, TabsContent as Do, TabsList as Mo, TabsTrigger as ho } from "./atoms/tabs.js";
31
+ import { Textarea as Fo } from "./atoms/textarea.js";
32
+ import { Toggle as Io, toggleVariants as Ao } from "./atoms/toggle.js";
33
+ import { Tooltip as Po, TooltipContent as Go, TooltipProvider as Lo, TooltipTrigger as Ho } from "./atoms/tooltip.js";
34
+ import { useFormContext as ko } from "react-hook-form";
36
35
  export {
37
36
  o as Accordion,
38
37
  t as AccordionContent,
39
38
  a as AccordionItem,
40
39
  n as AccordionTrigger,
41
40
  l as Alert,
42
- p as AlertDescription,
43
- d as AlertTitle,
41
+ d as AlertDescription,
42
+ p as AlertTitle,
44
43
  S as Avatar,
45
44
  b as AvatarFallback,
46
45
  u as AvatarImage,
@@ -82,8 +81,8 @@ export {
82
81
  ne as DialogClose,
83
82
  ie as DialogContent,
84
83
  le as DialogDescription,
85
- pe as DialogFooter,
86
- de as DialogHeader,
84
+ de as DialogFooter,
85
+ pe as DialogHeader,
87
86
  me as DialogOverlay,
88
87
  Se as DialogPortal,
89
88
  be as DialogTitle,
@@ -125,8 +124,8 @@ export {
125
124
  ar as ResizableHandle,
126
125
  nr as ResizablePanel,
127
126
  ir as ResizablePanelGroup,
128
- pr as ScrollArea,
129
- dr as ScrollBar,
127
+ dr as ScrollArea,
128
+ pr as ScrollBar,
130
129
  Sr as Select,
131
130
  br as SelectContent,
132
131
  ur as SelectGroup,
@@ -171,30 +170,29 @@ export {
171
170
  ro as SidebarTrigger,
172
171
  ao as Skeleton,
173
172
  io as Slider,
174
- So as Switch,
175
- uo as Table,
176
- Co as TableBody,
177
- go as TableCaption,
178
- co as TableCell,
179
- xo as TableFooter,
180
- To as TableHead,
181
- fo as TableHeader,
182
- so as TableRow,
183
- Mo as Tabs,
184
- ho as TabsContent,
185
- wo as TabsList,
186
- Fo as TabsTrigger,
187
- Io as Textarea,
188
- po as Toaster,
189
- vo as Toggle,
190
- Lo as Tooltip,
191
- Ho as TooltipContent,
192
- Ro as TooltipProvider,
193
- ko as TooltipTrigger,
173
+ po as Switch,
174
+ So as Table,
175
+ bo as TableBody,
176
+ uo as TableCaption,
177
+ Co as TableCell,
178
+ go as TableFooter,
179
+ co as TableHead,
180
+ xo as TableHeader,
181
+ To as TableRow,
182
+ so as Tabs,
183
+ Do as TabsContent,
184
+ Mo as TabsList,
185
+ ho as TabsTrigger,
186
+ Fo as Textarea,
187
+ Io as Toggle,
188
+ Po as Tooltip,
189
+ Go as TooltipContent,
190
+ Lo as TooltipProvider,
191
+ Ho as TooltipTrigger,
194
192
  c as badgeVariants,
195
193
  I as buttonVariants,
196
- Po as toggleVariants,
197
- Vo as useFormContext,
194
+ Ao as toggleVariants,
195
+ ko as useFormContext,
198
196
  ze as useFormField,
199
197
  oo as useSidebar
200
198
  };
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Accordion as o, AccordionContent as t, AccordionItem as a, AccordionTrigger as n } from "./components/ui/atoms/accordion.js";
2
- import { Alert as l, AlertDescription as p, AlertTitle as d } from "./components/ui/atoms/alert.js";
2
+ import { Alert as l, AlertDescription as d, AlertTitle as p } from "./components/ui/atoms/alert.js";
3
3
  import { Avatar as S, AvatarFallback as b, AvatarImage as u } from "./components/ui/atoms/avatar.js";
4
4
  import { Badge as g, badgeVariants as c } from "./components/ui/atoms/badge.js";
5
5
  import { Breadcrumb as T, BreadcrumbEllipsis as f, BreadcrumbItem as s, BreadcrumbLink as D, BreadcrumbList as M, BreadcrumbPage as h, BreadcrumbSeparator as w } from "./components/ui/atoms/breadcrumb.js";
@@ -8,7 +8,7 @@ import { Card as v, CardAction as P, CardContent as G, CardDescription as L, Car
8
8
  import { ChartContainer as V, ChartLegend as z, ChartLegendContent as E, ChartStyle as O, ChartTooltip as U, ChartTooltipContent as j } from "./components/ui/atoms/chart.js";
9
9
  import { Collapsible as J, CollapsibleContent as K, CollapsibleTrigger as N } from "./components/ui/atoms/collapsible.js";
10
10
  import { Command as W, CommandDialog as X, CommandEmpty as Y, CommandGroup as Z, CommandInput as _, CommandItem as $, CommandList as ee, CommandSeparator as re, CommandShortcut as oe } from "./components/ui/atoms/command.js";
11
- import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as pe, DialogHeader as de, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./components/ui/atoms/dialog.js";
11
+ import { Dialog as ae, DialogClose as ne, DialogContent as ie, DialogDescription as le, DialogFooter as de, DialogHeader as pe, DialogOverlay as me, DialogPortal as Se, DialogTitle as be, DialogTrigger as ue } from "./components/ui/atoms/dialog.js";
12
12
  import { DropdownMenu as ge, DropdownMenuCheckboxItem as ce, DropdownMenuContent as xe, DropdownMenuGroup as Te, DropdownMenuItem as fe, DropdownMenuLabel as se, DropdownMenuPortal as De, DropdownMenuRadioGroup as Me, DropdownMenuRadioItem as he, DropdownMenuSeparator as we, DropdownMenuShortcut as Fe, DropdownMenuSub as Be, DropdownMenuSubContent as Ie, DropdownMenuSubTrigger as Ae, DropdownMenuTrigger as ve } from "./components/ui/atoms/dropdown-menu.js";
13
13
  import { Form as Ge, FormControl as Le, FormDescription as He, FormField as Re, FormItem as ke, FormLabel as ye, FormMessage as Ve, useFormField as ze } from "./components/ui/atoms/form.js";
14
14
  import { HoverCard as Oe, HoverCardContent as Ue, HoverCardTrigger as je } from "./components/ui/atoms/hover-card.js";
@@ -18,29 +18,28 @@ import { Popover as We, PopoverAnchor as Xe, PopoverContent as Ye, PopoverTrigge
18
18
  import { Progress as $e } from "./components/ui/atoms/progress.js";
19
19
  import { RadioGroup as rr, RadioGroupItem as or } from "./components/ui/atoms/radio-group.js";
20
20
  import { ResizableHandle as ar, ResizablePanel as nr, ResizablePanelGroup as ir } from "./components/ui/atoms/resizable.js";
21
- import { ScrollArea as pr, ScrollBar as dr } from "./components/ui/atoms/scroll-area.js";
21
+ import { ScrollArea as dr, ScrollBar as pr } from "./components/ui/atoms/scroll-area.js";
22
22
  import { Select as Sr, SelectContent as br, SelectGroup as ur, SelectItem as Cr, SelectLabel as gr, SelectScrollDownButton as cr, SelectScrollUpButton as xr, SelectSeparator as Tr, SelectTrigger as fr, SelectValue as sr } from "./components/ui/atoms/select.js";
23
23
  import { Separator as Mr } from "./components/ui/atoms/separator.js";
24
24
  import { Sheet as wr, SheetClose as Fr, SheetContent as Br, SheetDescription as Ir, SheetFooter as Ar, SheetHeader as vr, SheetTitle as Pr, SheetTrigger as Gr } from "./components/ui/atoms/sheet.js";
25
25
  import { Sidebar as Hr, SidebarContent as Rr, SidebarFooter as kr, SidebarGroup as yr, SidebarGroupAction as Vr, SidebarGroupContent as zr, SidebarGroupLabel as Er, SidebarHeader as Or, SidebarInput as Ur, SidebarInset as jr, SidebarMenu as qr, SidebarMenuAction as Jr, SidebarMenuBadge as Kr, SidebarMenuButton as Nr, SidebarMenuItem as Qr, SidebarMenuSkeleton as Wr, SidebarMenuSub as Xr, SidebarMenuSubButton as Yr, SidebarMenuSubItem as Zr, SidebarProvider as _r, SidebarRail as $r, SidebarSeparator as eo, SidebarTrigger as ro, useSidebar as oo } from "./components/ui/atoms/sidebar.js";
26
26
  import { Skeleton as ao } from "./components/ui/atoms/skeleton.js";
27
27
  import { Slider as io } from "./components/ui/atoms/slider.js";
28
- import { Toaster as po } from "./components/ui/atoms/sonner.js";
29
- import { Switch as So } from "./components/ui/atoms/switch.js";
30
- import { Table as uo, TableBody as Co, TableCaption as go, TableCell as co, TableFooter as xo, TableHead as To, TableHeader as fo, TableRow as so } from "./components/ui/atoms/table.js";
31
- import { Tabs as Mo, TabsContent as ho, TabsList as wo, TabsTrigger as Fo } from "./components/ui/atoms/tabs.js";
32
- import { Textarea as Io } from "./components/ui/atoms/textarea.js";
33
- import { Toggle as vo, toggleVariants as Po } from "./components/ui/atoms/toggle.js";
34
- import { Tooltip as Lo, TooltipContent as Ho, TooltipProvider as Ro, TooltipTrigger as ko } from "./components/ui/atoms/tooltip.js";
35
- import { useFormContext as Vo } from "react-hook-form";
28
+ import { Switch as po } from "./components/ui/atoms/switch.js";
29
+ import { Table as So, TableBody as bo, TableCaption as uo, TableCell as Co, TableFooter as go, TableHead as co, TableHeader as xo, TableRow as To } from "./components/ui/atoms/table.js";
30
+ import { Tabs as so, TabsContent as Do, TabsList as Mo, TabsTrigger as ho } from "./components/ui/atoms/tabs.js";
31
+ import { Textarea as Fo } from "./components/ui/atoms/textarea.js";
32
+ import { Toggle as Io, toggleVariants as Ao } from "./components/ui/atoms/toggle.js";
33
+ import { Tooltip as Po, TooltipContent as Go, TooltipProvider as Lo, TooltipTrigger as Ho } from "./components/ui/atoms/tooltip.js";
34
+ import { useFormContext as ko } from "react-hook-form";
36
35
  export {
37
36
  o as Accordion,
38
37
  t as AccordionContent,
39
38
  a as AccordionItem,
40
39
  n as AccordionTrigger,
41
40
  l as Alert,
42
- p as AlertDescription,
43
- d as AlertTitle,
41
+ d as AlertDescription,
42
+ p as AlertTitle,
44
43
  S as Avatar,
45
44
  b as AvatarFallback,
46
45
  u as AvatarImage,
@@ -82,8 +81,8 @@ export {
82
81
  ne as DialogClose,
83
82
  ie as DialogContent,
84
83
  le as DialogDescription,
85
- pe as DialogFooter,
86
- de as DialogHeader,
84
+ de as DialogFooter,
85
+ pe as DialogHeader,
87
86
  me as DialogOverlay,
88
87
  Se as DialogPortal,
89
88
  be as DialogTitle,
@@ -125,8 +124,8 @@ export {
125
124
  ar as ResizableHandle,
126
125
  nr as ResizablePanel,
127
126
  ir as ResizablePanelGroup,
128
- pr as ScrollArea,
129
- dr as ScrollBar,
127
+ dr as ScrollArea,
128
+ pr as ScrollBar,
130
129
  Sr as Select,
131
130
  br as SelectContent,
132
131
  ur as SelectGroup,
@@ -171,30 +170,29 @@ export {
171
170
  ro as SidebarTrigger,
172
171
  ao as Skeleton,
173
172
  io as Slider,
174
- So as Switch,
175
- uo as Table,
176
- Co as TableBody,
177
- go as TableCaption,
178
- co as TableCell,
179
- xo as TableFooter,
180
- To as TableHead,
181
- fo as TableHeader,
182
- so as TableRow,
183
- Mo as Tabs,
184
- ho as TabsContent,
185
- wo as TabsList,
186
- Fo as TabsTrigger,
187
- Io as Textarea,
188
- po as Toaster,
189
- vo as Toggle,
190
- Lo as Tooltip,
191
- Ho as TooltipContent,
192
- Ro as TooltipProvider,
193
- ko as TooltipTrigger,
173
+ po as Switch,
174
+ So as Table,
175
+ bo as TableBody,
176
+ uo as TableCaption,
177
+ Co as TableCell,
178
+ go as TableFooter,
179
+ co as TableHead,
180
+ xo as TableHeader,
181
+ To as TableRow,
182
+ so as Tabs,
183
+ Do as TabsContent,
184
+ Mo as TabsList,
185
+ ho as TabsTrigger,
186
+ Fo as Textarea,
187
+ Io as Toggle,
188
+ Po as Tooltip,
189
+ Go as TooltipContent,
190
+ Lo as TooltipProvider,
191
+ Ho as TooltipTrigger,
194
192
  c as badgeVariants,
195
193
  I as buttonVariants,
196
- Po as toggleVariants,
197
- Vo as useFormContext,
194
+ Ao as toggleVariants,
195
+ ko as useFormContext,
198
196
  ze as useFormField,
199
197
  oo as useSidebar
200
198
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "0.8.0",
4
+ "version": "1.0.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -123,9 +123,7 @@
123
123
  "class-variance-authority": "0.7.1",
124
124
  "clsx": "2.1.1",
125
125
  "cmdk": "1.1.1",
126
- "next-themes": "0.4.6",
127
126
  "react-resizable-panels": "3.0.3",
128
- "sonner": "2.0.6",
129
127
  "tailwind-merge": "3.3.1"
130
128
  },
131
129
  "engines": {
@@ -1,3 +0,0 @@
1
- import { ToasterProps } from 'sonner';
2
- declare const Toaster: ({ ...props }: ToasterProps) => import("react/jsx-runtime").JSX.Element;
3
- export { Toaster };