From 5a47cb3563cb5309d9e68ba28c5f7058653696dd Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sun, 25 Aug 2024 14:14:40 +0200 Subject: [PATCH] Changed quote styles --- app.vue | 18 +-- components/calendar/Calendar.vue | 24 ++-- components/calendar/CalendarCurrentDate.vue | 6 +- components/calendar/CalendarEvent.vue | 10 +- components/calendar/CalendarEventDetails.vue | 16 +-- components/calendar/CalendarMenu.vue | 4 +- components/calendar/CalendarMenuNav.vue | 78 +++++----- components/calendar/CalendarMenuSubnav.vue | 18 +-- components/calendar/CalendarMenuToday.vue | 4 +- components/calendar/CalendarSwitch.vue | 6 +- components/calendar/SearchMode.ts | 2 +- components/calendar/dialog/Create.vue | 10 +- components/calendar/dialog/Delete.vue | 10 +- components/calendar/form/Create.vue | 22 +-- components/calendar/form/CreateEvent.vue | 4 +- components/calendar/form/DeleteEvent.vue | 2 +- components/calendar/form/UpdateEvent.vue | 4 +- components/calendar/input/EventCategories.vue | 8 +- components/calendar/input/EventCategory.vue | 8 +- components/calendar/input/MonthList.vue | 14 +- components/calendar/input/RPGDate.vue | 8 +- components/calendar/input/TodaySelect.vue | 6 +- components/calendar/search/CalendarSearch.vue | 54 +++---- .../search/lists/CharacterCallout.vue | 14 +- .../calendar/search/lists/EventCallout.vue | 12 +- .../calendar/search/lists/SearchList.vue | 20 +-- components/calendar/state/monthly/DayTile.vue | 12 +- components/calendar/state/monthly/Layout.vue | 4 +- components/calendar/state/yearly/DayTile.vue | 6 +- components/calendar/state/yearly/Layout.vue | 4 +- .../calendar/state/yearly/MonthTile.vue | 2 +- components/global/Spacing.vue | 8 +- components/global/sidebar/Sidebar.vue | 6 +- components/global/user/CTA.vue | 12 +- components/ui/alert-dialog/AlertDialog.vue | 2 +- .../ui/alert-dialog/AlertDialogAction.vue | 10 +- .../ui/alert-dialog/AlertDialogCancel.vue | 10 +- .../ui/alert-dialog/AlertDialogContent.vue | 8 +- .../alert-dialog/AlertDialogDescription.vue | 8 +- .../ui/alert-dialog/AlertDialogFooter.vue | 6 +- .../ui/alert-dialog/AlertDialogHeader.vue | 6 +- .../ui/alert-dialog/AlertDialogTitle.vue | 8 +- .../ui/alert-dialog/AlertDialogTrigger.vue | 2 +- components/ui/alert-dialog/index.ts | 18 +-- components/ui/avatar/Avatar.vue | 18 +-- components/ui/avatar/AvatarFallback.vue | 2 +- components/ui/avatar/AvatarImage.vue | 2 +- components/ui/avatar/index.ts | 20 +-- components/ui/badge/Badge.vue | 10 +- components/ui/badge/index.ts | 16 +-- components/ui/button/Button.vue | 16 +-- components/ui/button/index.ts | 32 ++--- components/ui/card/Card.vue | 6 +- components/ui/card/CardContent.vue | 6 +- components/ui/card/CardDescription.vue | 6 +- components/ui/card/CardFooter.vue | 6 +- components/ui/card/CardHeader.vue | 6 +- components/ui/card/CardTitle.vue | 6 +- components/ui/card/index.ts | 12 +- components/ui/checkbox/Checkbox.vue | 12 +- components/ui/checkbox/index.ts | 2 +- components/ui/command/Command.vue | 12 +- components/ui/command/CommandDialog.vue | 8 +- components/ui/command/CommandEmpty.vue | 10 +- components/ui/command/CommandGroup.vue | 10 +- components/ui/command/CommandInput.vue | 10 +- components/ui/command/CommandItem.vue | 10 +- components/ui/command/CommandList.vue | 10 +- components/ui/command/CommandSeparator.vue | 10 +- components/ui/command/CommandShortcut.vue | 6 +- components/ui/command/index.ts | 20 +-- components/ui/dialog/Dialog.vue | 2 +- components/ui/dialog/DialogClose.vue | 2 +- components/ui/dialog/DialogContent.vue | 10 +- components/ui/dialog/DialogDescription.vue | 8 +- components/ui/dialog/DialogFooter.vue | 6 +- components/ui/dialog/DialogHeader.vue | 6 +- components/ui/dialog/DialogScrollContent.vue | 10 +- components/ui/dialog/DialogTitle.vue | 8 +- components/ui/dialog/DialogTrigger.vue | 2 +- components/ui/dialog/index.ts | 18 +-- components/ui/dropdown-menu/DropdownMenu.vue | 2 +- .../DropdownMenuCheckboxItem.vue | 10 +- .../ui/dropdown-menu/DropdownMenuContent.vue | 8 +- .../ui/dropdown-menu/DropdownMenuGroup.vue | 2 +- .../ui/dropdown-menu/DropdownMenuItem.vue | 8 +- .../ui/dropdown-menu/DropdownMenuLabel.vue | 8 +- .../dropdown-menu/DropdownMenuRadioGroup.vue | 2 +- .../dropdown-menu/DropdownMenuRadioItem.vue | 10 +- .../dropdown-menu/DropdownMenuSeparator.vue | 8 +- .../ui/dropdown-menu/DropdownMenuShortcut.vue | 6 +- .../ui/dropdown-menu/DropdownMenuSub.vue | 2 +- .../dropdown-menu/DropdownMenuSubContent.vue | 8 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 10 +- .../ui/dropdown-menu/DropdownMenuTrigger.vue | 2 +- components/ui/dropdown-menu/index.ts | 30 ++-- components/ui/input/Input.vue | 14 +- components/ui/input/index.ts | 2 +- components/ui/label/Label.vue | 8 +- components/ui/label/index.ts | 2 +- .../ui/pagination/PaginationEllipsis.vue | 10 +- components/ui/pagination/PaginationFirst.vue | 12 +- components/ui/pagination/PaginationLast.vue | 12 +- components/ui/pagination/PaginationNext.vue | 12 +- components/ui/pagination/PaginationPrev.vue | 12 +- components/ui/pagination/index.ts | 12 +- components/ui/popover/Popover.vue | 4 +- components/ui/popover/PopoverContent.vue | 10 +- components/ui/popover/PopoverTrigger.vue | 2 +- components/ui/popover/index.ts | 6 +- components/ui/progress/Progress.vue | 8 +- components/ui/progress/index.ts | 2 +- components/ui/select/Select.vue | 4 +- components/ui/select/SelectContent.vue | 12 +- components/ui/select/SelectGroup.vue | 8 +- components/ui/select/SelectItem.vue | 10 +- components/ui/select/SelectItemText.vue | 2 +- components/ui/select/SelectLabel.vue | 8 +- .../ui/select/SelectScrollDownButton.vue | 10 +- components/ui/select/SelectScrollUpButton.vue | 10 +- components/ui/select/SelectSeparator.vue | 8 +- components/ui/select/SelectTrigger.vue | 10 +- components/ui/select/SelectValue.vue | 2 +- components/ui/select/index.ts | 22 +-- components/ui/skeleton/Skeleton.vue | 6 +- components/ui/skeleton/index.ts | 2 +- components/ui/switch/Switch.vue | 8 +- components/ui/switch/index.ts | 2 +- components/ui/tabs/Tabs.vue | 4 +- components/ui/tabs/TabsContent.vue | 8 +- components/ui/tabs/TabsList.vue | 8 +- components/ui/tabs/TabsTrigger.vue | 8 +- components/ui/tabs/index.ts | 8 +- components/ui/tags-input/TagsInput.vue | 8 +- components/ui/tags-input/TagsInputInput.vue | 8 +- components/ui/tags-input/TagsInputItem.vue | 8 +- .../ui/tags-input/TagsInputItemDelete.vue | 10 +- .../ui/tags-input/TagsInputItemText.vue | 8 +- components/ui/tags-input/index.ts | 10 +- components/ui/toggle-group/ToggleGroup.vue | 18 +-- .../ui/toggle-group/ToggleGroupItem.vue | 18 +-- components/ui/toggle-group/index.ts | 4 +- components/ui/toggle/Toggle.vue | 18 +-- components/ui/toggle/index.ts | 20 +-- components/ui/tooltip/Tooltip.vue | 2 +- components/ui/tooltip/TooltipContent.vue | 8 +- components/ui/tooltip/TooltipProvider.vue | 2 +- components/ui/tooltip/TooltipTrigger.vue | 2 +- components/ui/tooltip/index.ts | 8 +- eslint.config.mjs | 19 +-- lib/utils.ts | 4 +- models/CalendarConfig.ts | 2 +- models/CalendarEvent.ts | 8 +- models/CalendarMonth.ts | 2 +- models/Category.ts | 4 +- models/Characters.ts | 6 +- models/Date.ts | 2 +- nuxt.config.ts | 26 ++-- pages/i/calendar/[id].vue | 16 +-- pages/i/world/[id].vue | 28 ++-- pages/index.vue | 2 +- server/api/calendars/[id].delete.ts | 12 +- server/api/calendars/categories/query.get.ts | 8 +- server/api/calendars/create.post.ts | 22 +-- server/api/calendars/events/[id].delete.ts | 12 +- server/api/calendars/events/[id].patch.ts | 14 +- server/api/calendars/events/create.post.ts | 8 +- server/api/calendars/events/query.get.ts | 6 +- server/api/calendars/months/[id].delete.ts | 12 +- server/api/calendars/months/[id].patch.ts | 14 +- server/api/calendars/months/create.post.ts | 8 +- server/api/calendars/months/query.get.ts | 6 +- server/api/calendars/query.get.ts | 10 +- server/api/characters/query.get.ts | 6 +- server/api/worlds/query.get.ts | 12 +- stores/CalendarStore.ts | 136 +++++++++--------- stores/CharacterStore.ts | 6 +- stores/EventStore.ts | 48 +++---- stores/UiStore.ts | 2 +- tailwind.config.js | 10 +- 180 files changed, 949 insertions(+), 948 deletions(-) diff --git a/app.vue b/app.vue index 3dfef03..f3eb9f3 100644 --- a/app.vue +++ b/app.vue @@ -1,12 +1,12 @@ diff --git a/components/calendar/CalendarMenuNav.vue b/components/calendar/CalendarMenuNav.vue index 3593ee0..45a8ac9 100644 --- a/components/calendar/CalendarMenuNav.vue +++ b/components/calendar/CalendarMenuNav.vue @@ -1,13 +1,13 @@ diff --git a/components/calendar/dialog/Delete.vue b/components/calendar/dialog/Delete.vue index d90fec9..f1accfe 100644 --- a/components/calendar/dialog/Delete.vue +++ b/components/calendar/dialog/Delete.vue @@ -1,6 +1,6 @@ diff --git a/components/calendar/form/Create.vue b/components/calendar/form/Create.vue index 76578e7..f9fbb7d 100644 --- a/components/calendar/form/Create.vue +++ b/components/calendar/form/Create.vue @@ -1,16 +1,16 @@ diff --git a/components/calendar/form/CreateEvent.vue b/components/calendar/form/CreateEvent.vue index 2f6ab02..41153a0 100644 --- a/components/calendar/form/CreateEvent.vue +++ b/components/calendar/form/CreateEvent.vue @@ -1,6 +1,6 @@ diff --git a/components/calendar/search/lists/SearchList.vue b/components/calendar/search/lists/SearchList.vue index 257888c..ab43f09 100644 --- a/components/calendar/search/lists/SearchList.vue +++ b/components/calendar/search/lists/SearchList.vue @@ -1,13 +1,13 @@ diff --git a/components/ui/alert-dialog/AlertDialogHeader.vue b/components/ui/alert-dialog/AlertDialogHeader.vue index c61c449..b5e5540 100644 --- a/components/ui/alert-dialog/AlertDialogHeader.vue +++ b/components/ui/alert-dialog/AlertDialogHeader.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/alert-dialog/AlertDialogTitle.vue b/components/ui/alert-dialog/AlertDialogTitle.vue index 50c583d..0498b1e 100644 --- a/components/ui/alert-dialog/AlertDialogTitle.vue +++ b/components/ui/alert-dialog/AlertDialogTitle.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/alert-dialog/index.ts b/components/ui/alert-dialog/index.ts index 91d138a..6991bb7 100644 --- a/components/ui/alert-dialog/index.ts +++ b/components/ui/alert-dialog/index.ts @@ -1,9 +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' +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/components/ui/avatar/Avatar.vue b/components/ui/avatar/Avatar.vue index 5b7b9fb..c479d77 100644 --- a/components/ui/avatar/Avatar.vue +++ b/components/ui/avatar/Avatar.vue @@ -1,16 +1,16 @@ diff --git a/components/ui/avatar/AvatarFallback.vue b/components/ui/avatar/AvatarFallback.vue index a671a21..440186b 100644 --- a/components/ui/avatar/AvatarFallback.vue +++ b/components/ui/avatar/AvatarFallback.vue @@ -1,5 +1,5 @@ diff --git a/components/ui/avatar/AvatarImage.vue b/components/ui/avatar/AvatarImage.vue index 43499fa..2f4eceb 100644 --- a/components/ui/avatar/AvatarImage.vue +++ b/components/ui/avatar/AvatarImage.vue @@ -1,5 +1,5 @@ diff --git a/components/ui/avatar/index.ts b/components/ui/avatar/index.ts index c4af1a6..9b393a2 100644 --- a/components/ui/avatar/index.ts +++ b/components/ui/avatar/index.ts @@ -1,21 +1,21 @@ -import { type VariantProps, cva } from 'class-variance-authority' +import { type VariantProps, cva } from "class-variance-authority" -export { default as Avatar } from './Avatar.vue' -export { default as AvatarImage } from './AvatarImage.vue' -export { default as AvatarFallback } from './AvatarFallback.vue' +export { default as Avatar } from "./Avatar.vue" +export { default as AvatarImage } from "./AvatarImage.vue" +export { default as AvatarFallback } from "./AvatarFallback.vue" export const avatarVariant = cva( - 'inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden', + "inline-flex items-center justify-center font-normal text-foreground select-none shrink-0 bg-secondary overflow-hidden", { variants: { size: { - sm: 'h-10 w-10 text-xs', - base: 'h-16 w-16 text-2xl', - lg: 'h-32 w-32 text-5xl', + sm: "h-10 w-10 text-xs", + base: "h-16 w-16 text-2xl", + lg: "h-32 w-32 text-5xl", }, shape: { - circle: 'rounded-full', - square: 'rounded-md', + circle: "rounded-full", + square: "rounded-md", }, }, }, diff --git a/components/ui/badge/Badge.vue b/components/ui/badge/Badge.vue index 2e8bdff..5b19716 100644 --- a/components/ui/badge/Badge.vue +++ b/components/ui/badge/Badge.vue @@ -1,11 +1,11 @@ diff --git a/components/ui/badge/index.ts b/components/ui/badge/index.ts index d90c2ef..9db7cf6 100644 --- a/components/ui/badge/index.ts +++ b/components/ui/badge/index.ts @@ -1,23 +1,23 @@ -import { type VariantProps, cva } from 'class-variance-authority' +import { type VariantProps, cva } from "class-variance-authority" -export { default as Badge } from './Badge.vue' +export { default as Badge } from "./Badge.vue" export const badgeVariants = cva( - 'inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2', + "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2", { variants: { variant: { default: - 'border-transparent bg-primary text-primary-foreground hover:bg-primary/80', + "border-transparent bg-primary text-primary-foreground hover:bg-primary/80", secondary: - 'border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80', + "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80", destructive: - 'border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80', - outline: 'text-foreground', + "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80", + outline: "text-foreground", }, }, defaultVariants: { - variant: 'default', + variant: "default", }, }, ) diff --git a/components/ui/button/Button.vue b/components/ui/button/Button.vue index 6e56542..f366883 100644 --- a/components/ui/button/Button.vue +++ b/components/ui/button/Button.vue @@ -1,18 +1,18 @@ diff --git a/components/ui/button/index.ts b/components/ui/button/index.ts index eba3552..e782ef6 100644 --- a/components/ui/button/index.ts +++ b/components/ui/button/index.ts @@ -1,30 +1,30 @@ -import { type VariantProps, cva } from 'class-variance-authority' +import { type VariantProps, cva } from "class-variance-authority" -export { default as Button } from './Button.vue' +export { default as Button } from "./Button.vue" export const buttonVariants = cva( - 'inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50', + "inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50", { variants: { variant: { - default: 'bg-primary text-primary-foreground hover:bg-primary/90', - destructive: 'bg-destructive text-destructive-foreground hover:bg-destructive/90', - outline: 'border border-input bg-background hover:bg-accent hover:text-accent-foreground', - secondary: 'bg-secondary text-secondary-foreground hover:bg-secondary/80', - ghost: 'hover:bg-accent hover:text-accent-foreground', - link: 'text-primary underline-offset-4 hover:underline' + default: "bg-primary text-primary-foreground hover:bg-primary/90", + destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", + outline: "border border-input bg-background hover:bg-accent hover:text-accent-foreground", + secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", + ghost: "hover:bg-accent hover:text-accent-foreground", + link: "text-primary underline-offset-4 hover:underline" }, size: { - default: 'h-10 px-4 py-2', - xs: 'h-7 rounded-sm px-2 text-xs', - sm: 'h-9 rounded-md px-3 text-sm', - lg: 'h-11 rounded-md px-8', - icon: 'h-10 w-10' + default: "h-10 px-4 py-2", + xs: "h-7 rounded-sm px-2 text-xs", + sm: "h-9 rounded-md px-3 text-sm", + lg: "h-11 rounded-md px-8", + icon: "h-10 w-10" } }, defaultVariants: { - variant: 'default', - size: 'default' + variant: "default", + size: "default" } } ) diff --git a/components/ui/card/Card.vue b/components/ui/card/Card.vue index bc0ac40..ca0812f 100644 --- a/components/ui/card/Card.vue +++ b/components/ui/card/Card.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/CardContent.vue b/components/ui/card/CardContent.vue index 785913a..4c4dfc7 100644 --- a/components/ui/card/CardContent.vue +++ b/components/ui/card/CardContent.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/CardDescription.vue b/components/ui/card/CardDescription.vue index 52a5c90..ad948d6 100644 --- a/components/ui/card/CardDescription.vue +++ b/components/ui/card/CardDescription.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/CardFooter.vue b/components/ui/card/CardFooter.vue index 1ed2efe..fad3928 100644 --- a/components/ui/card/CardFooter.vue +++ b/components/ui/card/CardFooter.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/CardHeader.vue b/components/ui/card/CardHeader.vue index 951d227..119700c 100644 --- a/components/ui/card/CardHeader.vue +++ b/components/ui/card/CardHeader.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/CardTitle.vue b/components/ui/card/CardTitle.vue index 842e168..d0c0ea7 100644 --- a/components/ui/card/CardTitle.vue +++ b/components/ui/card/CardTitle.vue @@ -1,9 +1,9 @@ diff --git a/components/ui/card/index.ts b/components/ui/card/index.ts index 8170483..450fe5c 100644 --- a/components/ui/card/index.ts +++ b/components/ui/card/index.ts @@ -1,6 +1,6 @@ -export { default as Card } from './Card.vue' -export { default as CardHeader } from './CardHeader.vue' -export { default as CardTitle } from './CardTitle.vue' -export { default as CardDescription } from './CardDescription.vue' -export { default as CardContent } from './CardContent.vue' -export { default as CardFooter } from './CardFooter.vue' +export { default as Card } from "./Card.vue" +export { default as CardHeader } from "./CardHeader.vue" +export { default as CardTitle } from "./CardTitle.vue" +export { default as CardDescription } from "./CardDescription.vue" +export { default as CardContent } from "./CardContent.vue" +export { default as CardFooter } from "./CardFooter.vue" diff --git a/components/ui/checkbox/Checkbox.vue b/components/ui/checkbox/Checkbox.vue index 4621bf7..6e848aa 100644 --- a/components/ui/checkbox/Checkbox.vue +++ b/components/ui/checkbox/Checkbox.vue @@ -1,11 +1,11 @@ diff --git a/components/ui/command/index.ts b/components/ui/command/index.ts index 95d4b5f..c59454c 100644 --- a/components/ui/command/index.ts +++ b/components/ui/command/index.ts @@ -1,11 +1,11 @@ -export { ComboboxPortal } from 'radix-vue' +export { ComboboxPortal } from "radix-vue" -export { default as Command } from './Command.vue' -export { default as CommandDialog } from './CommandDialog.vue' -export { default as CommandEmpty } from './CommandEmpty.vue' -export { default as CommandGroup } from './CommandGroup.vue' -export { default as CommandInput } from './CommandInput.vue' -export { default as CommandItem } from './CommandItem.vue' -export { default as CommandList } from './CommandList.vue' -export { default as CommandSeparator } from './CommandSeparator.vue' -export { default as CommandShortcut } from './CommandShortcut.vue' +export { default as Command } from "./Command.vue" +export { default as CommandDialog } from "./CommandDialog.vue" +export { default as CommandEmpty } from "./CommandEmpty.vue" +export { default as CommandGroup } from "./CommandGroup.vue" +export { default as CommandInput } from "./CommandInput.vue" +export { default as CommandItem } from "./CommandItem.vue" +export { default as CommandList } from "./CommandList.vue" +export { default as CommandSeparator } from "./CommandSeparator.vue" +export { default as CommandShortcut } from "./CommandShortcut.vue" diff --git a/components/ui/dialog/Dialog.vue b/components/ui/dialog/Dialog.vue index 7f26e47..9374bf3 100644 --- a/components/ui/dialog/Dialog.vue +++ b/components/ui/dialog/Dialog.vue @@ -4,7 +4,7 @@ import { type DialogRootEmits, type DialogRootProps, useForwardPropsEmits -} from 'radix-vue' +} from "radix-vue" const props = defineProps() const emits = defineEmits() diff --git a/components/ui/dialog/DialogClose.vue b/components/ui/dialog/DialogClose.vue index a64703e..7199c71 100644 --- a/components/ui/dialog/DialogClose.vue +++ b/components/ui/dialog/DialogClose.vue @@ -1,5 +1,5 @@ diff --git a/components/ui/dialog/DialogContent.vue b/components/ui/dialog/DialogContent.vue index 76ee2f7..8792702 100644 --- a/components/ui/dialog/DialogContent.vue +++ b/components/ui/dialog/DialogContent.vue @@ -1,5 +1,5 @@