@glasshome/ui 0.1.0 → 0.1.2

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.
@@ -9,4 +9,4 @@ declare const Accordion: typeof import("@kobalte/core/accordion").Root & {
9
9
  declare const AccordionItem: Component<ComponentProps<typeof AccordionPrimitive.Item>>;
10
10
  declare const AccordionTrigger: ParentComponent<ComponentProps<typeof AccordionPrimitive.Trigger>>;
11
11
  declare const AccordionContent: ParentComponent<ComponentProps<typeof AccordionPrimitive.Content>>;
12
- export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
12
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
@@ -19,4 +19,4 @@ declare const AlertDialogTitle: Component<ComponentProps<typeof AlertDialogPrimi
19
19
  declare const AlertDialogDescription: Component<ComponentProps<typeof AlertDialogPrimitive.Description>>;
20
20
  declare const AlertDialogAction: Component<ComponentProps<typeof AlertDialogPrimitive.CloseButton>>;
21
21
  declare const AlertDialogCancel: Component<ComponentProps<typeof AlertDialogPrimitive.CloseButton>>;
22
- export { AlertDialog, AlertDialogPortal, AlertDialogOverlay, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, };
22
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };
@@ -12,4 +12,4 @@ declare const alertVariants: (props?: ({
12
12
  declare const Alert: Component<ComponentProps<"div"> & VariantProps<typeof alertVariants>>;
13
13
  declare const AlertTitle: Component<ComponentProps<"div">>;
14
14
  declare const AlertDescription: Component<ComponentProps<"div">>;
15
- export { Alert, AlertTitle, AlertDescription, alertVariants };
15
+ export { Alert, AlertDescription, AlertTitle, alertVariants };
@@ -3,4 +3,4 @@ import { type Component, type ComponentProps } from "solid-js";
3
3
  declare const Avatar: Component<ComponentProps<typeof ImagePrimitive>>;
4
4
  declare const AvatarImage: Component<ComponentProps<typeof ImagePrimitive.Img>>;
5
5
  declare const AvatarFallback: Component<ComponentProps<typeof ImagePrimitive.Fallback>>;
6
- export { Avatar, AvatarImage, AvatarFallback };
6
+ export { Avatar, AvatarFallback, AvatarImage };
@@ -8,4 +8,4 @@ declare const BreadcrumbLink: Component<ComponentProps<"a"> & {
8
8
  declare const BreadcrumbPage: Component<ComponentProps<"span">>;
9
9
  declare const BreadcrumbSeparator: ParentComponent<ComponentProps<"li">>;
10
10
  declare const BreadcrumbEllipsis: Component<ComponentProps<"span">>;
11
- export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
11
+ export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, };
@@ -13,5 +13,5 @@ interface CalendarProps extends Omit<ComponentProps<"div">, "onSelect"> {
13
13
  disabled?: (date: Date) => boolean;
14
14
  }
15
15
  declare const Calendar: Component<CalendarProps>;
16
- export { Calendar };
17
16
  export type { CalendarProps, DateRange };
17
+ export { Calendar };
@@ -6,4 +6,4 @@ declare const CardDescription: Component<ComponentProps<"div">>;
6
6
  declare const CardAction: Component<ComponentProps<"div">>;
7
7
  declare const CardContent: Component<ComponentProps<"div">>;
8
8
  declare const CardFooter: Component<ComponentProps<"div">>;
9
- export { Card, CardHeader, CardTitle, CardDescription, CardAction, CardContent, CardFooter };
9
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };
@@ -12,4 +12,4 @@ declare const CarouselContent: Component<ComponentProps<"div">>;
12
12
  declare const CarouselItem: Component<ComponentProps<"div">>;
13
13
  declare const CarouselPrevious: Component<ComponentProps<typeof Button>>;
14
14
  declare const CarouselNext: Component<ComponentProps<typeof Button>>;
15
- export { type CarouselApi, Carousel, CarouselContent, CarouselItem, CarouselPrevious, CarouselNext, };
15
+ export { Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, };
@@ -3,4 +3,4 @@ import { type Component, type ComponentProps } from "solid-js";
3
3
  declare const Collapsible: Component<ComponentProps<typeof CollapsiblePrimitive>>;
4
4
  declare const CollapsibleTrigger: Component<ComponentProps<typeof CollapsiblePrimitive.Trigger>>;
5
5
  declare const CollapsibleContent: Component<ComponentProps<typeof CollapsiblePrimitive.Content>>;
6
- export { Collapsible, CollapsibleTrigger, CollapsibleContent };
6
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger };
@@ -21,4 +21,4 @@ declare const CommandItem: ParentComponent<ComponentProps<"div"> & {
21
21
  }>;
22
22
  declare const CommandSeparator: Component<ComponentProps<"div">>;
23
23
  declare const CommandShortcut: Component<ComponentProps<"span">>;
24
- export { Command, CommandDialog, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, };
24
+ export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, };
@@ -40,4 +40,4 @@ declare const ContextMenuLabel: Component<ComponentProps<typeof ContextMenuPrimi
40
40
  }>;
41
41
  declare const ContextMenuSeparator: Component<ComponentProps<typeof ContextMenuPrimitive.Separator>>;
42
42
  declare const ContextMenuShortcut: Component<ComponentProps<"span">>;
43
- export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuCheckboxItem, ContextMenuRadioItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuShortcut, ContextMenuGroup, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuRadioGroup, };
43
+ export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, };
@@ -16,4 +16,4 @@ declare const DialogHeader: Component<ComponentProps<"div">>;
16
16
  declare const DialogFooter: Component<ComponentProps<"div">>;
17
17
  declare const DialogTitle: Component<ComponentProps<typeof DialogPrimitive.Title>>;
18
18
  declare const DialogDescription: Component<ComponentProps<typeof DialogPrimitive.Description>>;
19
- export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, DialogClose, };
19
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, };
@@ -20,5 +20,5 @@ interface DockIconButtonProps extends ComponentProps<"button"> {
20
20
  isActive?: boolean;
21
21
  }
22
22
  declare const Dock: Component<DockProps>;
23
+ export type { DockIconButtonProps, DockItem, DockProps };
23
24
  export { Dock };
24
- export type { DockProps, DockItem, DockIconButtonProps };
@@ -19,4 +19,4 @@ declare const DrawerHeader: Component<ComponentProps<"div">>;
19
19
  declare const DrawerFooter: Component<ComponentProps<"div">>;
20
20
  declare const DrawerTitle: Component<ComponentProps<typeof DialogPrimitive.Title>>;
21
21
  declare const DrawerDescription: Component<ComponentProps<typeof DialogPrimitive.Description>>;
22
- export { Drawer, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };
22
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTitle, DrawerTrigger, };
@@ -29,4 +29,4 @@ declare const DropdownMenuItem: Component<ComponentProps<typeof DropdownMenuPrim
29
29
  declare const DropdownMenuSeparator: Component<ComponentProps<typeof DropdownMenuPrimitive.Separator>>;
30
30
  declare const DropdownMenuLabel: Component<ComponentProps<typeof DropdownMenuPrimitive.GroupLabel>>;
31
31
  declare const DropdownMenuShortcut: Component<ComponentProps<"span">>;
32
- export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuLabel, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuRadioGroup, };
32
+ export { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, };
@@ -15,4 +15,4 @@ declare const EmptyMedia: Component<ComponentProps<"div"> & VariantProps<typeof
15
15
  declare const EmptyTitle: Component<ComponentProps<"div">>;
16
16
  declare const EmptyDescription: Component<ComponentProps<"div">>;
17
17
  declare const EmptyContent: Component<ComponentProps<"div">>;
18
- export { Empty, EmptyHeader, EmptyTitle, EmptyDescription, EmptyContent, EmptyMedia };
18
+ export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle };
@@ -26,4 +26,4 @@ declare const FieldError: Component<ComponentProps<"div"> & {
26
26
  message?: string;
27
27
  } | undefined>;
28
28
  }>;
29
- export { Field, FieldLabel, FieldDescription, FieldError, FieldGroup, FieldLegend, FieldSeparator, FieldSet, FieldContent, FieldTitle, };
29
+ export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, };
@@ -21,4 +21,4 @@ declare const FormLabel: Component<ComponentProps<typeof Label>>;
21
21
  declare const FormControl: ParentComponent<ComponentProps<"div">>;
22
22
  declare const FormDescription: Component<ComponentProps<"p">>;
23
23
  declare const FormMessage: ParentComponent<ComponentProps<"p">>;
24
- export { useFormField, Form, FormItem, FormLabel, FormControl, FormDescription, FormMessage, FormField, };
24
+ export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField, };
@@ -14,4 +14,4 @@ declare const ElegantShape: Component<{
14
14
  declare const GeometricBackground: ParentComponent<{
15
15
  class?: string;
16
16
  }>;
17
- export { GeometricBackground, ElegantShape };
17
+ export { ElegantShape, GeometricBackground };
@@ -8,4 +8,4 @@ declare const HoverCard: typeof import("@kobalte/core/hover-card").Root & {
8
8
  };
9
9
  declare const HoverCardTrigger: Component<ComponentProps<typeof HoverCardPrimitive.Trigger>>;
10
10
  declare const HoverCardContent: Component<ComponentProps<typeof HoverCardPrimitive.Content>>;
11
- export { HoverCard, HoverCardTrigger, HoverCardContent };
11
+ export { HoverCard, HoverCardContent, HoverCardTrigger };