diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialog.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialog.vue new file mode 100644 index 00000000..b7eda12b --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialog.vue @@ -0,0 +1,16 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogAction.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogAction.vue new file mode 100644 index 00000000..8ebf7157 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogAction.vue @@ -0,0 +1,13 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue new file mode 100644 index 00000000..fe3531b3 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogCancel.vue @@ -0,0 +1,13 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogContent.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogContent.vue new file mode 100644 index 00000000..fde4167f --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogContent.vue @@ -0,0 +1,35 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogDescription.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogDescription.vue new file mode 100644 index 00000000..7ff155e6 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogDescription.vue @@ -0,0 +1,18 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogFooter.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogFooter.vue new file mode 100644 index 00000000..de4af93b --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogFooter.vue @@ -0,0 +1,23 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogHeader.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogHeader.vue new file mode 100644 index 00000000..a350b718 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogHeader.vue @@ -0,0 +1,18 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTitle.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTitle.vue new file mode 100644 index 00000000..9b6491f2 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTitle.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTrigger.vue b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTrigger.vue new file mode 100644 index 00000000..4f5e2fd0 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/AlertDialogTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/alert-dialog/index.ts b/apps/www/src/lib/registry/new-york/ui/alert-dialog/index.ts new file mode 100644 index 00000000..91d138ae --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/alert-dialog/index.ts @@ -0,0 +1,9 @@ +export { default as AlertDialog } from './AlertDialog.vue' +export { default as AlertDialogTrigger } from './AlertDialogTrigger.vue' +export { default as AlertDialogContent } from './AlertDialogContent.vue' +export { default as AlertDialogHeader } from './AlertDialogHeader.vue' +export { default as AlertDialogTitle } from './AlertDialogTitle.vue' +export { default as AlertDialogDescription } from './AlertDialogDescription.vue' +export { default as AlertDialogFooter } from './AlertDialogFooter.vue' +export { default as AlertDialogAction } from './AlertDialogAction.vue' +export { default as AlertDialogCancel } from './AlertDialogCancel.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/aspect-ratio/AspectRatio.vue b/apps/www/src/lib/registry/new-york/ui/aspect-ratio/AspectRatio.vue new file mode 100644 index 00000000..65291818 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/aspect-ratio/AspectRatio.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/aspect-ratio/index.ts b/apps/www/src/lib/registry/new-york/ui/aspect-ratio/index.ts new file mode 100644 index 00000000..3faf121c --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/aspect-ratio/index.ts @@ -0,0 +1 @@ +export { default as AspectRatio } from './AspectRatio.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue new file mode 100644 index 00000000..7ca169ad --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/calendar/Calendar.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/apps/www/src/lib/registry/new-york/ui/calendar/index.ts b/apps/www/src/lib/registry/new-york/ui/calendar/index.ts new file mode 100644 index 00000000..50f21114 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/calendar/index.ts @@ -0,0 +1 @@ +export { default as Calendar } from './Calendar.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/collapsible/Collapsible.vue b/apps/www/src/lib/registry/new-york/ui/collapsible/Collapsible.vue new file mode 100644 index 00000000..495d2a50 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/collapsible/Collapsible.vue @@ -0,0 +1,14 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleContent.vue b/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleContent.vue new file mode 100644 index 00000000..c4827a9e --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleContent.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleTrigger.vue b/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleTrigger.vue new file mode 100644 index 00000000..4a434639 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/collapsible/CollapsibleTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/collapsible/index.ts b/apps/www/src/lib/registry/new-york/ui/collapsible/index.ts new file mode 100644 index 00000000..4930f4c6 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/collapsible/index.ts @@ -0,0 +1,3 @@ +export { default as Collapsible } from './Collapsible.vue' +export { default as CollapsibleTrigger } from './CollapsibleTrigger.vue' +export { default as CollapsibleContent } from './CollapsibleContent.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/Dialog.vue b/apps/www/src/lib/registry/new-york/ui/dialog/Dialog.vue new file mode 100644 index 00000000..65d92c86 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/Dialog.vue @@ -0,0 +1,9 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogContent.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogContent.vue new file mode 100644 index 00000000..82d2a911 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogContent.vue @@ -0,0 +1,43 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogDescription.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogDescription.vue new file mode 100644 index 00000000..05018228 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogDescription.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogFooter.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogFooter.vue new file mode 100644 index 00000000..734623f2 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogFooter.vue @@ -0,0 +1,22 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogHeader.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogHeader.vue new file mode 100644 index 00000000..ad3340bd --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogHeader.vue @@ -0,0 +1,17 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogTitle.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogTitle.vue new file mode 100644 index 00000000..5e748aae --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogTitle.vue @@ -0,0 +1,20 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/DialogTrigger.vue b/apps/www/src/lib/registry/new-york/ui/dialog/DialogTrigger.vue new file mode 100644 index 00000000..ee0c12ff --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/DialogTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/dialog/index.ts b/apps/www/src/lib/registry/new-york/ui/dialog/index.ts new file mode 100644 index 00000000..5cffe9e9 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/dialog/index.ts @@ -0,0 +1,7 @@ +export { default as Dialog } from './Dialog.vue' +export { default as DialogTrigger } from './DialogTrigger.vue' +export { default as DialogHeader } from './DialogHeader.vue' +export { default as DialogTitle } from './DialogTitle.vue' +export { default as DialogDescription } from './DialogDescription.vue' +export { default as DialogContent } from './DialogContent.vue' +export { default as DialogFooter } from './DialogFooter.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCard.vue b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCard.vue new file mode 100644 index 00000000..00fb9c04 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCard.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardContent.vue b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardContent.vue new file mode 100644 index 00000000..eef7d526 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardContent.vue @@ -0,0 +1,31 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardTrigger.vue b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardTrigger.vue new file mode 100644 index 00000000..3e300b95 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/hover-card/HoverCardTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/hover-card/index.ts b/apps/www/src/lib/registry/new-york/ui/hover-card/index.ts new file mode 100644 index 00000000..c7bfd32d --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/hover-card/index.ts @@ -0,0 +1,3 @@ +export { default as HoverCard } from './HoverCard.vue' +export { default as HoverCardTrigger } from './HoverCardTrigger.vue' +export { default as HoverCardContent } from './HoverCardContent.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/label/Label.vue b/apps/www/src/lib/registry/new-york/ui/label/Label.vue new file mode 100644 index 00000000..e44d139e --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/label/Label.vue @@ -0,0 +1,20 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/label/index.ts b/apps/www/src/lib/registry/new-york/ui/label/index.ts new file mode 100644 index 00000000..572c2f01 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/label/index.ts @@ -0,0 +1 @@ +export { default as Label } from './Label.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenu.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenu.vue new file mode 100644 index 00000000..39d79fb2 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenu.vue @@ -0,0 +1,24 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuContent.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuContent.vue new file mode 100644 index 00000000..6e981811 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuContent.vue @@ -0,0 +1,26 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuIndicator.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuIndicator.vue new file mode 100644 index 00000000..1a64e069 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuIndicator.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuItem.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuItem.vue new file mode 100644 index 00000000..50e1565f --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuItem.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuLink.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuLink.vue new file mode 100644 index 00000000..d2d83e2b --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuLink.vue @@ -0,0 +1,17 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuList.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuList.vue new file mode 100644 index 00000000..c30dcde3 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuList.vue @@ -0,0 +1,20 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuTrigger.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuTrigger.vue new file mode 100644 index 00000000..a9ffee31 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuTrigger.vue @@ -0,0 +1,24 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuViewport.vue b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuViewport.vue new file mode 100644 index 00000000..40f1f7b0 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/NavigationMenuViewport.vue @@ -0,0 +1,23 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/navigation-menu/index.ts b/apps/www/src/lib/registry/new-york/ui/navigation-menu/index.ts new file mode 100644 index 00000000..70d4443b --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/navigation-menu/index.ts @@ -0,0 +1,12 @@ +import { cva } from 'class-variance-authority' + +export { default as NavigationMenu } from './NavigationMenu.vue' +export { default as NavigationMenuList } from './NavigationMenuList.vue' +export { default as NavigationMenuItem } from './NavigationMenuItem.vue' +export { default as NavigationMenuTrigger } from './NavigationMenuTrigger.vue' +export { default as NavigationMenuContent } from './NavigationMenuContent.vue' +export { default as NavigationMenuLink } from './NavigationMenuLink.vue' + +export const navigationMenuTriggerStyle = cva( + 'group inline-flex h-9 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[active]:bg-accent/50 data-[state=open]:bg-accent/50', +) diff --git a/apps/www/src/lib/registry/new-york/ui/popover/Popover.vue b/apps/www/src/lib/registry/new-york/ui/popover/Popover.vue new file mode 100644 index 00000000..76b0071f --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/popover/Popover.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/popover/PopoverContent.vue b/apps/www/src/lib/registry/new-york/ui/popover/PopoverContent.vue new file mode 100644 index 00000000..c0b4b8b6 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/popover/PopoverContent.vue @@ -0,0 +1,34 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/popover/PopoverTrigger.vue b/apps/www/src/lib/registry/new-york/ui/popover/PopoverTrigger.vue new file mode 100644 index 00000000..22f4772a --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/popover/PopoverTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/popover/index.ts b/apps/www/src/lib/registry/new-york/ui/popover/index.ts new file mode 100644 index 00000000..495d55a8 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/popover/index.ts @@ -0,0 +1,3 @@ +export { default as Popover } from './Popover.vue' +export { default as PopoverTrigger } from './PopoverTrigger.vue' +export { default as PopoverContent } from './PopoverContent.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollArea.vue b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollArea.vue new file mode 100644 index 00000000..c56cf87d --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollArea.vue @@ -0,0 +1,30 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue new file mode 100644 index 00000000..9ba2cb09 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue @@ -0,0 +1,23 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/scroll-area/index.ts b/apps/www/src/lib/registry/new-york/ui/scroll-area/index.ts new file mode 100644 index 00000000..2bd4fae5 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/scroll-area/index.ts @@ -0,0 +1,2 @@ +export { default as ScrollArea } from './ScrollArea.vue' +export { default as ScrollBar } from './ScrollBar.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue b/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue new file mode 100644 index 00000000..1e6b3f3f --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/separator/Separator.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/separator/index.ts b/apps/www/src/lib/registry/new-york/ui/separator/index.ts new file mode 100644 index 00000000..2287bcb9 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/separator/index.ts @@ -0,0 +1 @@ +export { default as Separator } from './Separator.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/Sheet.vue b/apps/www/src/lib/registry/new-york/ui/sheet/Sheet.vue new file mode 100644 index 00000000..65d92c86 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/Sheet.vue @@ -0,0 +1,9 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetClose.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetClose.vue new file mode 100644 index 00000000..a64703e5 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetClose.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetContent.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetContent.vue new file mode 100644 index 00000000..d8aa1e5b --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetContent.vue @@ -0,0 +1,63 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetDescription.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetDescription.vue new file mode 100644 index 00000000..9f166647 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetDescription.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetFooter.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetFooter.vue new file mode 100644 index 00000000..72e1e2e7 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetFooter.vue @@ -0,0 +1,18 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetHeader.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetHeader.vue new file mode 100644 index 00000000..d2eb9b23 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetHeader.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetTitle.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetTitle.vue new file mode 100644 index 00000000..9a47c633 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetTitle.vue @@ -0,0 +1,15 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/SheetTrigger.vue b/apps/www/src/lib/registry/new-york/ui/sheet/SheetTrigger.vue new file mode 100644 index 00000000..ee0c12ff --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/SheetTrigger.vue @@ -0,0 +1,11 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/sheet/index.ts b/apps/www/src/lib/registry/new-york/ui/sheet/index.ts new file mode 100644 index 00000000..51c631e3 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/sheet/index.ts @@ -0,0 +1,8 @@ +export { default as Sheet } from './Sheet.vue' +export { default as SheetTrigger } from './SheetTrigger.vue' +export { default as SheetClose } from './SheetClose.vue' +export { default as SheetContent } from './SheetContent.vue' +export { default as SheetHeader } from './SheetHeader.vue' +export { default as SheetTitle } from './SheetTitle.vue' +export { default as SheetDescription } from './SheetDescription.vue' +export { default as SheetFooter } from './SheetFooter.vue' diff --git a/apps/www/src/lib/registry/new-york/ui/skeleton/Skeleton.vue b/apps/www/src/lib/registry/new-york/ui/skeleton/Skeleton.vue new file mode 100644 index 00000000..bf3b943a --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/skeleton/Skeleton.vue @@ -0,0 +1,13 @@ + + + diff --git a/apps/www/src/lib/registry/new-york/ui/skeleton/index.ts b/apps/www/src/lib/registry/new-york/ui/skeleton/index.ts new file mode 100644 index 00000000..be21fad3 --- /dev/null +++ b/apps/www/src/lib/registry/new-york/ui/skeleton/index.ts @@ -0,0 +1 @@ +export { default as Skeleton } from './Skeleton.vue'