@glasshome/ui 0.1.0 → 0.1.1

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 };
@@ -25,4 +25,4 @@ declare const InputGroupButton: Component<Omit<ComponentProps<typeof Button>, "s
25
25
  declare const InputGroupText: Component<ComponentProps<"span">>;
26
26
  declare const InputGroupInput: Component<ComponentProps<"input">>;
27
27
  declare const InputGroupTextarea: Component<ComponentProps<"textarea">>;
28
- export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea, };
28
+ export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, };
@@ -12,4 +12,4 @@ declare const InputOTPSlot: Component<ComponentProps<"div"> & {
12
12
  index: number;
13
13
  }>;
14
14
  declare const InputOTPSeparator: Component<ComponentProps<"div">>;
15
- export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator };
15
+ export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
@@ -32,4 +32,4 @@ declare const ItemDescription: Component<ComponentProps<"p">>;
32
32
  declare const ItemActions: Component<ComponentProps<"div">>;
33
33
  declare const ItemHeader: Component<ComponentProps<"div">>;
34
34
  declare const ItemFooter: Component<ComponentProps<"div">>;
35
- export { Item, ItemMedia, ItemContent, ItemActions, ItemGroup, ItemSeparator, ItemTitle, ItemDescription, ItemHeader, ItemFooter, };
35
+ export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle, };
@@ -22,4 +22,4 @@ declare const MenubarSubTrigger: ParentComponent<ComponentProps<typeof MenubarPr
22
22
  inset?: boolean;
23
23
  }>;
24
24
  declare const MenubarSubContent: Component<ComponentProps<typeof MenubarPrimitive.SubContent>>;
25
- export { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarGroup, MenubarSeparator, MenubarLabel, MenubarItem, MenubarShortcut, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, MenubarSub, MenubarSubTrigger, MenubarSubContent, };
25
+ export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, };
@@ -17,4 +17,4 @@ declare const NavigationMenuContent: Component<ComponentProps<typeof NavMenuPrim
17
17
  declare const NavigationMenuViewport: Component<ComponentProps<typeof NavMenuPrimitive.Viewport>>;
18
18
  declare const NavigationMenuLink: Component<ComponentProps<"a">>;
19
19
  declare const NavigationMenuIndicator: ParentComponent<ComponentProps<"div">>;
20
- export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuTrigger, NavigationMenuLink, NavigationMenuIndicator, NavigationMenuViewport, navigationMenuTriggerStyle, };
20
+ export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle, };
@@ -10,4 +10,4 @@ declare const PaginationLink: Component<PaginationLinkProps>;
10
10
  declare const PaginationPrevious: Component<PaginationLinkProps>;
11
11
  declare const PaginationNext: Component<PaginationLinkProps>;
12
12
  declare const PaginationEllipsis: Component<ComponentProps<"span">>;
13
- export { Pagination, PaginationContent, PaginationLink, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis, };
13
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, };
@@ -13,4 +13,4 @@ declare const Popover: typeof import("@kobalte/core/popover").Root & {
13
13
  declare const PopoverTrigger: Component<ComponentProps<typeof PopoverPrimitive.Trigger>>;
14
14
  declare const PopoverContent: Component<ComponentProps<typeof PopoverPrimitive.Content>>;
15
15
  declare const PopoverAnchor: Component<ComponentProps<typeof PopoverPrimitive.Anchor>>;
16
- export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
16
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
@@ -11,4 +11,4 @@ declare const ResizablePanel: ParentComponent<ComponentProps<"div"> & {
11
11
  declare const ResizableHandle: Component<ComponentProps<"div"> & {
12
12
  withHandle?: boolean;
13
13
  }>;
14
- export { ResizablePanelGroup, ResizablePanel, ResizableHandle };
14
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
@@ -19,4 +19,4 @@ declare const SheetHeader: Component<ComponentProps<"div">>;
19
19
  declare const SheetFooter: Component<ComponentProps<"div">>;
20
20
  declare const SheetTitle: Component<ComponentProps<typeof DialogPrimitive.Title>>;
21
21
  declare const SheetDescription: Component<ComponentProps<typeof DialogPrimitive.Description>>;
22
- export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
22
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, };
@@ -1,5 +1,5 @@
1
1
  import type { Component, ComponentProps } from "solid-js";
2
2
  import { Toaster as SolidSonner } from "solid-sonner";
3
3
  declare const Toaster: Component<ComponentProps<typeof SolidSonner>>;
4
- export { Toaster };
5
4
  export { toast } from "solid-sonner";
5
+ export { Toaster };
@@ -7,4 +7,4 @@ declare const TableRow: Component<ComponentProps<"tr">>;
7
7
  declare const TableHead: Component<ComponentProps<"th">>;
8
8
  declare const TableCell: Component<ComponentProps<"td">>;
9
9
  declare const TableCaption: Component<ComponentProps<"caption">>;
10
- export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption };
10
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
@@ -9,4 +9,4 @@ declare const Tabs: typeof import("@kobalte/core/tabs").Root & {
9
9
  declare const TabsList: Component<ComponentProps<typeof TabsPrimitive.List>>;
10
10
  declare const TabsTrigger: Component<ComponentProps<typeof TabsPrimitive.Trigger>>;
11
11
  declare const TabsContent: Component<ComponentProps<typeof TabsPrimitive.Content>>;
12
- export { Tabs, TabsList, TabsTrigger, TabsContent };
12
+ export { Tabs, TabsContent, TabsList, TabsTrigger };
@@ -8,4 +8,4 @@ declare const Tooltip: typeof import("@kobalte/core/tooltip").Root & {
8
8
  };
9
9
  declare const TooltipTrigger: typeof import("@kobalte/core/tooltip").Trigger;
10
10
  declare const TooltipContent: Component<ComponentProps<typeof TooltipPrimitive.Content>>;
11
- export { Tooltip, TooltipTrigger, TooltipContent };
11
+ export { Tooltip, TooltipContent, TooltipTrigger };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glasshome/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SolidJS component library for GlassHome, built on Kobalte",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",