From 5c71911104a41613d31d3b575c06363175b65462 Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 14 Oct 2024 19:48:05 +0800 Subject: [PATCH] chore: run lint:fix, re-build registry --- apps/www/.vitepress/config.mts | 10 +- .../theme/components/Announcement.vue | 2 +- .../theme/components/BlockCopyButton.vue | 6 +- .../.vitepress/theme/components/Blocks.vue | 18 +- .../theme/components/CodeConfigCustomizer.vue | 10 +- .../theme/components/CodeSandbox.vue | 6 +- .../theme/components/CodeWrapper.ts | 2 +- .../theme/components/ComponentLoader.vue | 2 +- .../theme/components/ComponentPreview.vue | 16 +- .../theme/components/CustomizerCode.vue | 6 +- .../theme/components/DocsBreadcrumb.vue | 4 +- .../.vitepress/theme/components/EditLink.vue | 4 +- .../theme/components/ExamplesNav.vue | 6 +- .../theme/components/InlineThemePicker.vue | 2 +- .../theme/components/LandingPage.vue | 18 +- .../.vitepress/theme/components/MobileNav.vue | 6 +- .../components/PageHeaderDescription.vue | 2 +- .../theme/components/Stackblitz.vue | 6 +- .../theme/components/StyleSwitcher.vue | 6 +- .../theme/components/TableOfContent.vue | 8 +- .../theme/components/TableOfContentTree.vue | 4 +- .../theme/components/TabsMarkdown.vue | 2 +- .../theme/components/ThemeCustomizer.vue | 8 +- .../theme/components/ThemePopover.vue | 8 +- apps/www/.vitepress/theme/components/index.ts | 10 +- .../theme/components/theming/Theming.vue | 16 +- apps/www/.vitepress/theme/index.ts | 6 +- .../.vitepress/theme/layout/DocsLayout.vue | 10 +- .../theme/layout/ExamplesLayout.vue | 14 +- .../.vitepress/theme/layout/MainLayout.vue | 34 +-- .../.vitepress/theme/layout/ThemingLayout.vue | 22 +- apps/www/.vitepress/theme/plugins/utils.ts | 2 +- apps/www/__registry__/index.ts | 240 +++++++++--------- apps/www/scripts/autogen.ts | 4 +- apps/www/scripts/build-registry.ts | 4 +- .../src/content/docs/components/auto-form.md | 10 +- apps/www/src/content/docs/components/badge.md | 2 +- .../www/src/content/docs/components/button.md | 2 +- .../content/docs/components/collapsible.md | 2 +- .../src/content/docs/components/combobox.md | 8 +- .../src/content/docs/components/pagination.md | 8 +- .../www/src/content/docs/components/sonner.md | 2 +- apps/www/src/content/docs/components/toast.md | 2 +- .../content/docs/components/v-date-picker.md | 12 +- .../src/content/docs/dark-mode/vitepress.md | 4 +- .../src/examples/authentication/Example.vue | 4 +- .../components/UserAuthForm.vue | 10 +- .../cards/components/CreateAccount.vue | 2 +- .../examples/cards/components/GitHubCard.vue | 10 +- .../cards/components/Notifications.vue | 8 +- apps/www/src/examples/dashboard/Example.vue | 16 +- .../dashboard/components/DateRangePicker.vue | 12 +- .../dashboard/components/TeamSwitcher.vue | 16 +- apps/www/src/examples/forms/Account.vue | 2 +- apps/www/src/examples/forms/Appearance.vue | 2 +- apps/www/src/examples/forms/Display.vue | 2 +- apps/www/src/examples/forms/Example.vue | 2 +- apps/www/src/examples/forms/Notifications.vue | 2 +- .../examples/forms/components/AccountForm.vue | 30 +-- .../forms/components/AppearanceForm.vue | 16 +- .../examples/forms/components/DisplayForm.vue | 14 +- .../examples/forms/components/ProfileForm.vue | 22 +- .../examples/forms/components/SidebarNav.vue | 4 +- .../examples/forms/layouts/FormsLayout.vue | 2 +- .../mail/components/AccountSwitcher.vue | 4 +- .../www/src/examples/mail/components/Mail.vue | 26 +- .../examples/mail/components/MailDisplay.vue | 18 +- .../src/examples/mail/components/MailList.vue | 4 +- apps/www/src/examples/mail/components/Nav.vue | 4 +- apps/www/src/examples/music/Example.vue | 20 +- .../music/components/AlbumArtwork.vue | 6 +- .../src/examples/music/components/Sidebar.vue | 2 +- apps/www/src/examples/playground/Example.vue | 34 +-- .../components/MaxLengthSelector.vue | 2 +- .../playground/components/PresetActions.vue | 6 +- .../playground/components/PresetShare.vue | 4 +- .../components/TemperatureSelector.vue | 2 +- .../playground/components/TopPSelector.vue | 2 +- apps/www/src/examples/tasks/Example.vue | 4 +- .../examples/tasks/components/DataTable.vue | 22 +- .../components/DataTableColumnHeader.vue | 12 +- .../components/DataTableFacetedFilter.vue | 8 +- .../tasks/components/DataTablePagination.vue | 10 +- .../tasks/components/DataTableRowActions.vue | 10 +- .../tasks/components/DataTableToolbar.vue | 8 +- .../tasks/components/DataTableViewOptions.vue | 6 +- .../src/examples/tasks/components/columns.ts | 10 +- apps/www/src/examples/tasks/data/data.ts | 2 +- .../registry/default/block/Dashboard01.vue | 2 +- .../registry/default/block/Dashboard02.vue | 4 +- .../registry/default/block/Dashboard03.vue | 4 +- .../registry/default/block/Dashboard04.vue | 4 +- .../registry/default/block/Dashboard05.vue | 50 ++-- .../registry/default/block/Dashboard06.vue | 42 +-- .../registry/default/block/Dashboard07.vue | 78 +++--- .../registry/default/example/AlertDemo.vue | 2 +- .../default/example/AlertDestructiveDemo.vue | 2 +- .../example/AreaChartCustomTooltip.vue | 2 +- .../default/example/AreaChartSparkline.vue | 2 +- .../registry/default/example/AutoFormApi.vue | 6 +- .../default/example/AutoFormArray.vue | 6 +- .../default/example/AutoFormBasic.vue | 6 +- .../example/AutoFormConfirmPassword.vue | 6 +- .../default/example/AutoFormControlled.vue | 10 +- .../default/example/AutoFormDependencies.vue | 8 +- .../example/AutoFormInputWithoutLabel.vue | 6 +- .../default/example/AutoFormSubObject.vue | 6 +- .../default/example/BarChartCustomTooltip.vue | 2 +- .../default/example/BreadcrumbDropdown.vue | 2 +- .../default/example/BreadcrumbResponsive.vue | 4 +- .../example/BreadcrumbSeparatorDemo.vue | 2 +- .../default/example/ButtonIconDemo.vue | 2 +- .../default/example/ButtonLoadingDemo.vue | 2 +- .../default/example/ButtonWithIconDemo.vue | 2 +- .../registry/default/example/CalendarDemo.vue | 4 +- .../registry/default/example/CalendarForm.vue | 16 +- .../lib/registry/default/example/CardChat.vue | 12 +- .../lib/registry/default/example/CardDemo.vue | 4 +- .../registry/default/example/CardFormDemo.vue | 6 +- .../registry/default/example/CardStats.vue | 8 +- .../default/example/Cards/ActivityGoal.vue | 8 +- .../default/example/Cards/DataTable.vue | 26 +- .../registry/default/example/Cards/Metric.vue | 4 +- .../registry/default/example/CarouselApi.vue | 6 +- .../default/example/CarouselOrientation.vue | 2 +- .../default/example/CarouselPlugin.vue | 4 +- .../registry/default/example/CarouselSize.vue | 2 +- .../default/example/CarouselSpacing.vue | 2 +- .../default/example/CarouselThumbnails.vue | 6 +- .../default/example/CheckboxFormMultiple.vue | 12 +- .../default/example/CheckboxFormSingle.vue | 12 +- .../default/example/CollapsibleDemo.vue | 6 +- .../registry/default/example/ComboboxDemo.vue | 8 +- .../default/example/ComboboxDropdownMenu.vue | 6 +- .../registry/default/example/ComboboxForm.vue | 14 +- .../default/example/ComboboxResponsive.vue | 4 +- .../registry/default/example/CommandDemo.vue | 18 +- .../default/example/CommandDialogDemo.vue | 6 +- .../default/example/DatePickerDemo.vue | 12 +- .../default/example/DatePickerForm.vue | 16 +- .../DatePickerWithIndependentMonths.vue | 38 +-- .../default/example/DatePickerWithPresets.vue | 14 +- .../default/example/DatePickerWithRange.vue | 14 +- .../example/DialogCustomCloseButton.vue | 2 +- .../example/DonutChartCustomTooltip.vue | 2 +- .../registry/default/example/DrawerDemo.vue | 6 +- .../registry/default/example/DrawerDialog.vue | 6 +- .../example/DropdownMenuCheckboxes.vue | 2 +- .../default/example/DropdownMenuDemo.vue | 32 +-- .../example/DropdownMenuRadioGroup.vue | 2 +- .../default/example/HoverCardDemo.vue | 4 +- .../registry/default/example/InputForm.vue | 10 +- .../default/example/InputFormAutoAnimate.vue | 12 +- .../default/example/InputWithButton.vue | 2 +- .../default/example/InputWithIcon.vue | 2 +- .../example/LineChartCustomTooltip.vue | 2 +- .../default/example/NumberFieldCurrency.vue | 2 +- .../default/example/NumberFieldDecimal.vue | 2 +- .../default/example/NumberFieldDemo.vue | 2 +- .../default/example/NumberFieldDisabled.vue | 2 +- .../default/example/NumberFieldPercentage.vue | 2 +- .../default/example/PaginationDemo.vue | 8 +- .../default/example/PinInputControlled.vue | 2 +- .../registry/default/example/PinInputDemo.vue | 2 +- .../default/example/PinInputDisabled.vue | 2 +- .../default/example/PinInputSeparatorDemo.vue | 2 +- .../registry/default/example/PopoverDemo.vue | 6 +- .../registry/default/example/ProgressDemo.vue | 2 +- .../default/example/RadioGroupForm.vue | 10 +- .../default/example/RangeCalendarDemo.vue | 4 +- .../registry/default/example/SelectForm.vue | 10 +- .../default/example/SheetSideDemo.vue | 2 +- .../registry/default/example/SliderDemo.vue | 4 +- .../registry/default/example/SliderForm.vue | 10 +- .../registry/default/example/SonnerDemo.vue | 2 +- .../default/example/SonnerWithDialog.vue | 2 +- .../registry/default/example/SwitchForm.vue | 10 +- .../default/example/TagsInputDemo.vue | 2 +- .../registry/default/example/TextareaForm.vue | 10 +- .../default/example/TextareaWithButton.vue | 2 +- .../default/example/TextareaWithLabel.vue | 2 +- .../default/example/TextareaWithText.vue | 2 +- .../default/example/ToastDestructive.vue | 4 +- .../default/example/ToastWithAction.vue | 4 +- .../registry/default/example/ToggleDemo.vue | 4 +- .../default/example/ToggleDisabledDemo.vue | 4 +- .../default/example/ToggleGroupDemo.vue | 4 +- .../example/ToggleGroupDisabledDemo.vue | 4 +- .../default/example/ToggleGroupLargeDemo.vue | 4 +- .../example/ToggleGroupOutlineDemo.vue | 4 +- .../default/example/ToggleGroupSingleDemo.vue | 4 +- .../default/example/ToggleGroupSmallDemo.vue | 4 +- .../default/example/ToggleItalicDemo.vue | 4 +- .../example/ToggleItalicWithTextDemo.vue | 4 +- .../default/example/ToggleLargeDemo.vue | 4 +- .../default/example/ToggleSmallDemo.vue | 4 +- .../default/example/VCalendarDemo.vue | 2 +- .../default/example/VDatePickerDemo.vue | 12 +- .../default/example/VDatePickerForm.vue | 20 +- .../example/VDatePickerWithPresets.vue | 12 +- .../default/example/VDatePickerWithRange.vue | 12 +- .../default/example/VDateTimePickerDemo.vue | 12 +- .../default/example/VRangePickerWithSlot.vue | 12 +- .../default/ui/accordion/AccordionContent.vue | 4 +- .../default/ui/accordion/AccordionItem.vue | 4 +- .../default/ui/accordion/AccordionTrigger.vue | 6 +- .../ui/alert-dialog/AlertDialogAction.vue | 6 +- .../ui/alert-dialog/AlertDialogCancel.vue | 6 +- .../ui/alert-dialog/AlertDialogContent.vue | 4 +- .../alert-dialog/AlertDialogDescription.vue | 4 +- .../ui/alert-dialog/AlertDialogTitle.vue | 4 +- .../registry/default/ui/alert-dialog/index.ts | 12 +- .../lib/registry/default/ui/alert/Alert.vue | 2 +- .../lib/registry/default/ui/alert/index.ts | 4 +- .../default/ui/auto-form/AutoFormField.vue | 2 +- .../ui/auto-form/AutoFormFieldArray.vue | 16 +- .../ui/auto-form/AutoFormFieldBoolean.vue | 8 +- .../ui/auto-form/AutoFormFieldDate.vue | 14 +- .../ui/auto-form/AutoFormFieldEnum.vue | 6 +- .../ui/auto-form/AutoFormFieldFile.vue | 10 +- .../ui/auto-form/AutoFormFieldInput.vue | 6 +- .../ui/auto-form/AutoFormFieldNumber.vue | 4 +- .../ui/auto-form/AutoFormFieldObject.vue | 10 +- .../default/ui/auto-form/dependencies.ts | 6 +- .../registry/default/ui/auto-form/index.ts | 8 +- .../default/ui/auto-form/interface.ts | 2 +- .../lib/registry/default/ui/avatar/Avatar.vue | 4 +- .../lib/registry/default/ui/avatar/index.ts | 4 +- .../lib/registry/default/ui/badge/Badge.vue | 2 +- .../lib/registry/default/ui/badge/index.ts | 2 +- .../ui/breadcrumb/BreadcrumbEllipsis.vue | 2 +- .../default/ui/breadcrumb/BreadcrumbLink.vue | 2 +- .../ui/breadcrumb/BreadcrumbSeparator.vue | 2 +- .../lib/registry/default/ui/button/Button.vue | 2 +- .../lib/registry/default/ui/button/index.ts | 2 +- .../registry/default/ui/calendar/Calendar.vue | 6 +- .../default/ui/calendar/CalendarGrid.vue | 4 +- .../default/ui/calendar/CalendarGridRow.vue | 4 +- .../default/ui/calendar/CalendarHeadCell.vue | 4 +- .../default/ui/calendar/CalendarHeader.vue | 4 +- .../default/ui/calendar/CalendarHeading.vue | 4 +- .../ui/calendar/CalendarNextButton.vue | 8 +- .../ui/calendar/CalendarPrevButton.vue | 8 +- .../src/lib/registry/default/ui/card/index.ts | 6 +- .../default/ui/carousel/CarouselContent.vue | 2 +- .../default/ui/carousel/CarouselItem.vue | 2 +- .../default/ui/carousel/CarouselNext.vue | 6 +- .../default/ui/carousel/CarouselPrevious.vue | 6 +- .../lib/registry/default/ui/carousel/index.ts | 6 +- .../registry/default/ui/carousel/interface.ts | 2 +- .../default/ui/carousel/useCarousel.ts | 2 +- .../default/ui/chart-bar/BarChart.vue | 8 +- .../default/ui/chart-donut/DonutChart.vue | 8 +- .../default/ui/chart-line/LineChart.vue | 10 +- .../default/ui/chart/ChartCrosshair.vue | 2 +- .../registry/default/ui/chart/ChartLegend.vue | 6 +- .../default/ui/chart/ChartSingleTooltip.vue | 2 +- .../lib/registry/default/ui/chart/index.ts | 10 +- .../registry/default/ui/checkbox/Checkbox.vue | 6 +- .../default/ui/collapsible/Collapsible.vue | 2 +- .../registry/default/ui/collapsible/index.ts | 2 +- .../registry/default/ui/command/Command.vue | 4 +- .../default/ui/command/CommandDialog.vue | 4 +- .../default/ui/command/CommandEmpty.vue | 4 +- .../default/ui/command/CommandGroup.vue | 4 +- .../default/ui/command/CommandInput.vue | 4 +- .../default/ui/command/CommandItem.vue | 4 +- .../default/ui/command/CommandList.vue | 4 +- .../default/ui/command/CommandSeparator.vue | 4 +- .../default/ui/context-menu/ContextMenu.vue | 2 +- .../context-menu/ContextMenuCheckboxItem.vue | 6 +- .../ui/context-menu/ContextMenuContent.vue | 4 +- .../ui/context-menu/ContextMenuItem.vue | 4 +- .../ui/context-menu/ContextMenuLabel.vue | 4 +- .../ui/context-menu/ContextMenuRadioItem.vue | 6 +- .../ui/context-menu/ContextMenuSeparator.vue | 4 +- .../ui/context-menu/ContextMenuSubContent.vue | 4 +- .../ui/context-menu/ContextMenuSubTrigger.vue | 6 +- .../registry/default/ui/context-menu/index.ts | 14 +- .../default/ui/dialog/DialogContent.vue | 6 +- .../default/ui/dialog/DialogDescription.vue | 4 +- .../default/ui/dialog/DialogScrollContent.vue | 6 +- .../default/ui/dialog/DialogTitle.vue | 4 +- .../lib/registry/default/ui/dialog/index.ts | 10 +- .../lib/registry/default/ui/drawer/Drawer.vue | 2 +- .../default/ui/drawer/DrawerContent.vue | 6 +- .../default/ui/drawer/DrawerDescription.vue | 4 +- .../default/ui/drawer/DrawerOverlay.vue | 4 +- .../default/ui/drawer/DrawerTitle.vue | 4 +- .../lib/registry/default/ui/drawer/index.ts | 10 +- .../DropdownMenuCheckboxItem.vue | 6 +- .../ui/dropdown-menu/DropdownMenuContent.vue | 4 +- .../ui/dropdown-menu/DropdownMenuItem.vue | 4 +- .../ui/dropdown-menu/DropdownMenuLabel.vue | 4 +- .../dropdown-menu/DropdownMenuRadioItem.vue | 6 +- .../dropdown-menu/DropdownMenuSeparator.vue | 4 +- .../dropdown-menu/DropdownMenuSubContent.vue | 4 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 6 +- .../default/ui/dropdown-menu/index.ts | 18 +- .../default/ui/form/FormDescription.vue | 2 +- .../lib/registry/default/ui/form/FormItem.vue | 6 +- .../registry/default/ui/form/FormLabel.vue | 6 +- .../src/lib/registry/default/ui/form/index.ts | 6 +- .../ui/hover-card/HoverCardContent.vue | 4 +- .../registry/default/ui/hover-card/index.ts | 2 +- .../lib/registry/default/ui/input/Input.vue | 2 +- .../lib/registry/default/ui/label/Label.vue | 4 +- .../registry/default/ui/menubar/Menubar.vue | 4 +- .../ui/menubar/MenubarCheckboxItem.vue | 6 +- .../default/ui/menubar/MenubarContent.vue | 4 +- .../default/ui/menubar/MenubarItem.vue | 4 +- .../default/ui/menubar/MenubarLabel.vue | 2 +- .../default/ui/menubar/MenubarRadioItem.vue | 6 +- .../default/ui/menubar/MenubarSeparator.vue | 4 +- .../default/ui/menubar/MenubarSubContent.vue | 4 +- .../default/ui/menubar/MenubarSubTrigger.vue | 6 +- .../default/ui/menubar/MenubarTrigger.vue | 4 +- .../lib/registry/default/ui/menubar/index.ts | 8 +- .../ui/navigation-menu/NavigationMenu.vue | 4 +- .../navigation-menu/NavigationMenuContent.vue | 4 +- .../NavigationMenuIndicator.vue | 4 +- .../ui/navigation-menu/NavigationMenuList.vue | 4 +- .../navigation-menu/NavigationMenuTrigger.vue | 6 +- .../NavigationMenuViewport.vue | 4 +- .../default/ui/navigation-menu/index.ts | 6 +- .../default/ui/number-field/NumberField.vue | 4 +- .../registry/default/ui/number-field/index.ts | 6 +- .../ui/pagination/PaginationEllipsis.vue | 6 +- .../default/ui/pagination/PaginationFirst.vue | 6 +- .../default/ui/pagination/PaginationLast.vue | 6 +- .../default/ui/pagination/PaginationNext.vue | 6 +- .../default/ui/pagination/PaginationPrev.vue | 6 +- .../registry/default/ui/pagination/index.ts | 10 +- .../default/ui/pin-input/PinInput.vue | 4 +- .../default/ui/pin-input/PinInputGroup.vue | 4 +- .../default/ui/pin-input/PinInputInput.vue | 4 +- .../ui/pin-input/PinInputSeparator.vue | 2 +- .../registry/default/ui/pin-input/index.ts | 2 +- .../registry/default/ui/popover/Popover.vue | 2 +- .../default/ui/popover/PopoverContent.vue | 4 +- .../lib/registry/default/ui/popover/index.ts | 2 +- .../registry/default/ui/progress/Progress.vue | 4 +- .../default/ui/radio-group/RadioGroup.vue | 4 +- .../default/ui/radio-group/RadioGroupItem.vue | 6 +- .../ui/range-calendar/RangeCalendar.vue | 6 +- .../ui/range-calendar/RangeCalendarGrid.vue | 4 +- .../range-calendar/RangeCalendarGridRow.vue | 4 +- .../ui/range-calendar/RangeCalendarHeader.vue | 4 +- .../range-calendar/RangeCalendarHeading.vue | 4 +- .../RangeCalendarNextButton.vue | 8 +- .../RangeCalendarPrevButton.vue | 8 +- .../default/ui/resizable/ResizableHandle.vue | 6 +- .../ui/resizable/ResizablePanelGroup.vue | 4 +- .../registry/default/ui/resizable/index.ts | 2 +- .../default/ui/scroll-area/ScrollArea.vue | 4 +- .../default/ui/scroll-area/ScrollBar.vue | 4 +- .../default/ui/select/SelectContent.vue | 4 +- .../default/ui/select/SelectGroup.vue | 4 +- .../registry/default/ui/select/SelectItem.vue | 6 +- .../default/ui/select/SelectLabel.vue | 2 +- .../ui/select/SelectScrollDownButton.vue | 6 +- .../ui/select/SelectScrollUpButton.vue | 6 +- .../default/ui/select/SelectSeparator.vue | 4 +- .../lib/registry/default/ui/select/index.ts | 8 +- .../default/ui/sheet/SheetContent.vue | 6 +- .../default/ui/sheet/SheetDescription.vue | 4 +- .../registry/default/ui/sheet/SheetTitle.vue | 4 +- .../lib/registry/default/ui/sheet/index.ts | 8 +- .../lib/registry/default/ui/switch/Switch.vue | 4 +- .../registry/default/ui/table/TableEmpty.vue | 6 +- .../lib/registry/default/ui/table/index.ts | 6 +- .../src/lib/registry/default/ui/tabs/Tabs.vue | 2 +- .../registry/default/ui/tabs/TabsContent.vue | 4 +- .../src/lib/registry/default/ui/tabs/index.ts | 4 +- .../default/ui/tags-input/TagsInput.vue | 4 +- .../default/ui/tags-input/TagsInputInput.vue | 4 +- .../default/ui/tags-input/TagsInputItem.vue | 4 +- .../ui/tags-input/TagsInputItemDelete.vue | 6 +- .../ui/tags-input/TagsInputItemText.vue | 4 +- .../registry/default/ui/textarea/Textarea.vue | 2 +- .../lib/registry/default/ui/toast/Toast.vue | 6 +- .../registry/default/ui/toast/ToastAction.vue | 4 +- .../registry/default/ui/toast/ToastClose.vue | 6 +- .../default/ui/toast/ToastDescription.vue | 4 +- .../registry/default/ui/toast/ToastTitle.vue | 4 +- .../default/ui/toast/ToastViewport.vue | 4 +- .../lib/registry/default/ui/toast/Toaster.vue | 2 +- .../lib/registry/default/ui/toast/index.ts | 8 +- .../registry/default/ui/toast/use-toast.ts | 2 +- .../default/ui/toggle-group/ToggleGroup.vue | 6 +- .../ui/toggle-group/ToggleGroupItem.vue | 4 +- .../lib/registry/default/ui/toggle/Toggle.vue | 6 +- .../lib/registry/default/ui/toggle/index.ts | 2 +- .../default/ui/tooltip/TooltipContent.vue | 4 +- .../lib/registry/default/ui/tooltip/index.ts | 2 +- .../default/ui/v-calendar/Calendar.vue | 6 +- apps/www/src/lib/registry/index.ts | 2 +- .../registry/new-york/block/Dashboard01.vue | 2 +- .../registry/new-york/block/Dashboard02.vue | 4 +- .../registry/new-york/block/Dashboard03.vue | 4 +- .../registry/new-york/block/Dashboard04.vue | 4 +- .../registry/new-york/block/Dashboard05.vue | 50 ++-- .../registry/new-york/block/Dashboard06.vue | 42 +-- .../registry/new-york/block/Dashboard07.vue | 76 +++--- .../registry/new-york/example/AlertDemo.vue | 2 +- .../new-york/example/AlertDestructiveDemo.vue | 2 +- .../example/AreaChartCustomTooltip.vue | 2 +- .../new-york/example/AreaChartSparkline.vue | 2 +- .../registry/new-york/example/AutoFormApi.vue | 6 +- .../new-york/example/AutoFormArray.vue | 6 +- .../new-york/example/AutoFormBasic.vue | 6 +- .../example/AutoFormConfirmPassword.vue | 6 +- .../new-york/example/AutoFormControlled.vue | 10 +- .../new-york/example/AutoFormDependencies.vue | 8 +- .../example/AutoFormInputWithoutLabel.vue | 6 +- .../new-york/example/AutoFormSubObject.vue | 6 +- .../example/BarChartCustomTooltip.vue | 2 +- .../new-york/example/BreadcrumbDropdown.vue | 2 +- .../new-york/example/BreadcrumbResponsive.vue | 4 +- .../example/BreadcrumbSeparatorDemo.vue | 2 +- .../new-york/example/ButtonIconDemo.vue | 2 +- .../new-york/example/ButtonLoadingDemo.vue | 2 +- .../new-york/example/ButtonWithIconDemo.vue | 2 +- .../new-york/example/CalendarDemo.vue | 4 +- .../new-york/example/CalendarForm.vue | 16 +- .../registry/new-york/example/CardChat.vue | 12 +- .../registry/new-york/example/CardDemo.vue | 2 +- .../new-york/example/CardFormDemo.vue | 6 +- .../registry/new-york/example/CardStats.vue | 4 +- .../new-york/example/Cards/ActivityGoal.vue | 8 +- .../new-york/example/Cards/DataTable.vue | 26 +- .../new-york/example/Cards/Metric.vue | 4 +- .../registry/new-york/example/CarouselApi.vue | 6 +- .../new-york/example/CarouselDemo.vue | 2 +- .../new-york/example/CarouselOrientation.vue | 2 +- .../new-york/example/CarouselPlugin.vue | 4 +- .../new-york/example/CarouselSize.vue | 2 +- .../new-york/example/CarouselSpacing.vue | 2 +- .../new-york/example/CarouselThumbnails.vue | 6 +- .../new-york/example/CheckboxFormMultiple.vue | 12 +- .../new-york/example/CheckboxFormSingle.vue | 12 +- .../new-york/example/CollapsibleDemo.vue | 6 +- .../new-york/example/ComboboxDemo.vue | 8 +- .../new-york/example/ComboboxDropdownMenu.vue | 6 +- .../new-york/example/ComboboxForm.vue | 14 +- .../new-york/example/ComboboxPopover.vue | 4 +- .../new-york/example/ComboboxResponsive.vue | 4 +- .../registry/new-york/example/CommandDemo.vue | 18 +- .../new-york/example/CommandDialogDemo.vue | 6 +- .../new-york/example/DatePickerDemo.vue | 12 +- .../new-york/example/DatePickerForm.vue | 16 +- .../DatePickerWithIndependentMonths.vue | 38 +-- .../example/DatePickerWithPresets.vue | 14 +- .../new-york/example/DatePickerWithRange.vue | 14 +- .../example/DialogCustomCloseButton.vue | 2 +- .../example/DonutChartCustomTooltip.vue | 2 +- .../registry/new-york/example/DrawerDemo.vue | 6 +- .../new-york/example/DrawerDialog.vue | 6 +- .../example/DropdownMenuCheckboxes.vue | 2 +- .../example/DropdownMenuRadioGroup.vue | 2 +- .../new-york/example/HoverCardDemo.vue | 4 +- .../registry/new-york/example/InputForm.vue | 10 +- .../new-york/example/InputFormAutoAnimate.vue | 12 +- .../new-york/example/InputWithButton.vue | 2 +- .../new-york/example/InputWithIcon.vue | 2 +- .../example/LineChartCustomTooltip.vue | 2 +- .../new-york/example/NumberFieldCurrency.vue | 2 +- .../new-york/example/NumberFieldDecimal.vue | 2 +- .../new-york/example/NumberFieldDemo.vue | 2 +- .../new-york/example/NumberFieldDisabled.vue | 2 +- .../example/NumberFieldPercentage.vue | 2 +- .../new-york/example/PaginationDemo.vue | 8 +- .../new-york/example/PinInputControlled.vue | 2 +- .../new-york/example/PinInputDemo.vue | 2 +- .../new-york/example/PinInputDisabled.vue | 2 +- .../example/PinInputSeparatorDemo.vue | 2 +- .../registry/new-york/example/PopoverDemo.vue | 6 +- .../new-york/example/ProgressDemo.vue | 2 +- .../new-york/example/RadioGroupForm.vue | 10 +- .../new-york/example/RangeCalendarDemo.vue | 4 +- .../registry/new-york/example/SelectForm.vue | 10 +- .../new-york/example/SheetSideDemo.vue | 2 +- .../registry/new-york/example/SliderDemo.vue | 4 +- .../registry/new-york/example/SliderForm.vue | 10 +- .../registry/new-york/example/SonnerDemo.vue | 2 +- .../new-york/example/SonnerWithDialog.vue | 2 +- .../registry/new-york/example/SwitchForm.vue | 10 +- .../new-york/example/TagsInputDemo.vue | 2 +- .../new-york/example/TextareaForm.vue | 10 +- .../new-york/example/TextareaWithButton.vue | 2 +- .../new-york/example/TextareaWithLabel.vue | 2 +- .../new-york/example/TextareaWithText.vue | 2 +- .../new-york/example/ToastDestructive.vue | 4 +- .../new-york/example/ToastWithAction.vue | 4 +- .../registry/new-york/example/ToggleDemo.vue | 4 +- .../new-york/example/ToggleDisabledDemo.vue | 4 +- .../new-york/example/ToggleGroupDemo.vue | 4 +- .../example/ToggleGroupDisabledDemo.vue | 4 +- .../new-york/example/ToggleGroupLargeDemo.vue | 4 +- .../example/ToggleGroupOutlineDemo.vue | 4 +- .../example/ToggleGroupSingleDemo.vue | 4 +- .../new-york/example/ToggleGroupSmallDemo.vue | 4 +- .../new-york/example/ToggleItalicDemo.vue | 4 +- .../example/ToggleItalicWithTextDemo.vue | 4 +- .../new-york/example/ToggleLargeDemo.vue | 4 +- .../new-york/example/ToggleSmallDemo.vue | 4 +- .../new-york/example/VCalendarDemo.vue | 2 +- .../new-york/example/VDatePickerDemo.vue | 12 +- .../new-york/example/VDatePickerForm.vue | 20 +- .../example/VDatePickerWithPresets.vue | 12 +- .../new-york/example/VDatePickerWithRange.vue | 12 +- .../new-york/example/VDateTimePickerDemo.vue | 12 +- .../new-york/example/VRangePickerWithSlot.vue | 12 +- .../ui/accordion/AccordionContent.vue | 4 +- .../new-york/ui/accordion/AccordionItem.vue | 4 +- .../ui/accordion/AccordionTrigger.vue | 6 +- .../ui/alert-dialog/AlertDialogAction.vue | 6 +- .../ui/alert-dialog/AlertDialogCancel.vue | 6 +- .../ui/alert-dialog/AlertDialogContent.vue | 4 +- .../alert-dialog/AlertDialogDescription.vue | 4 +- .../ui/alert-dialog/AlertDialogTitle.vue | 4 +- .../new-york/ui/alert-dialog/index.ts | 12 +- .../lib/registry/new-york/ui/alert/Alert.vue | 2 +- .../lib/registry/new-york/ui/alert/index.ts | 4 +- .../new-york/ui/auto-form/AutoFormField.vue | 2 +- .../ui/auto-form/AutoFormFieldArray.vue | 16 +- .../ui/auto-form/AutoFormFieldBoolean.vue | 8 +- .../ui/auto-form/AutoFormFieldDate.vue | 14 +- .../ui/auto-form/AutoFormFieldEnum.vue | 6 +- .../ui/auto-form/AutoFormFieldFile.vue | 10 +- .../ui/auto-form/AutoFormFieldInput.vue | 6 +- .../ui/auto-form/AutoFormFieldNumber.vue | 4 +- .../ui/auto-form/AutoFormFieldObject.vue | 10 +- .../new-york/ui/auto-form/dependencies.ts | 6 +- .../registry/new-york/ui/auto-form/index.ts | 8 +- .../new-york/ui/auto-form/interface.ts | 2 +- .../registry/new-york/ui/avatar/Avatar.vue | 4 +- .../lib/registry/new-york/ui/avatar/index.ts | 4 +- .../lib/registry/new-york/ui/badge/Badge.vue | 2 +- .../lib/registry/new-york/ui/badge/index.ts | 2 +- .../ui/breadcrumb/BreadcrumbEllipsis.vue | 2 +- .../new-york/ui/breadcrumb/BreadcrumbLink.vue | 2 +- .../ui/breadcrumb/BreadcrumbSeparator.vue | 2 +- .../registry/new-york/ui/button/Button.vue | 2 +- .../lib/registry/new-york/ui/button/index.ts | 2 +- .../new-york/ui/calendar/Calendar.vue | 6 +- .../new-york/ui/calendar/CalendarGrid.vue | 4 +- .../new-york/ui/calendar/CalendarGridRow.vue | 4 +- .../new-york/ui/calendar/CalendarHeadCell.vue | 4 +- .../new-york/ui/calendar/CalendarHeader.vue | 4 +- .../new-york/ui/calendar/CalendarHeading.vue | 4 +- .../ui/calendar/CalendarNextButton.vue | 8 +- .../ui/calendar/CalendarPrevButton.vue | 8 +- .../lib/registry/new-york/ui/card/index.ts | 6 +- .../new-york/ui/carousel/CarouselContent.vue | 2 +- .../new-york/ui/carousel/CarouselItem.vue | 2 +- .../new-york/ui/carousel/CarouselNext.vue | 6 +- .../new-york/ui/carousel/CarouselPrevious.vue | 6 +- .../registry/new-york/ui/carousel/index.ts | 6 +- .../new-york/ui/carousel/interface.ts | 2 +- .../new-york/ui/carousel/useCarousel.ts | 2 +- .../new-york/ui/chart-bar/BarChart.vue | 8 +- .../new-york/ui/chart-donut/DonutChart.vue | 8 +- .../new-york/ui/chart-line/LineChart.vue | 10 +- .../new-york/ui/chart/ChartCrosshair.vue | 2 +- .../new-york/ui/chart/ChartLegend.vue | 6 +- .../new-york/ui/chart/ChartSingleTooltip.vue | 2 +- .../lib/registry/new-york/ui/chart/index.ts | 10 +- .../new-york/ui/checkbox/Checkbox.vue | 6 +- .../new-york/ui/collapsible/Collapsible.vue | 2 +- .../registry/new-york/ui/collapsible/index.ts | 2 +- .../registry/new-york/ui/command/Command.vue | 4 +- .../new-york/ui/command/CommandDialog.vue | 4 +- .../new-york/ui/command/CommandEmpty.vue | 4 +- .../new-york/ui/command/CommandGroup.vue | 4 +- .../new-york/ui/command/CommandInput.vue | 4 +- .../new-york/ui/command/CommandItem.vue | 4 +- .../new-york/ui/command/CommandList.vue | 4 +- .../new-york/ui/command/CommandSeparator.vue | 4 +- .../new-york/ui/context-menu/ContextMenu.vue | 2 +- .../context-menu/ContextMenuCheckboxItem.vue | 6 +- .../ui/context-menu/ContextMenuContent.vue | 4 +- .../ui/context-menu/ContextMenuItem.vue | 4 +- .../ui/context-menu/ContextMenuLabel.vue | 4 +- .../ui/context-menu/ContextMenuRadioItem.vue | 6 +- .../ui/context-menu/ContextMenuSeparator.vue | 4 +- .../ui/context-menu/ContextMenuSubContent.vue | 4 +- .../ui/context-menu/ContextMenuSubTrigger.vue | 6 +- .../new-york/ui/context-menu/index.ts | 14 +- .../new-york/ui/dialog/DialogContent.vue | 6 +- .../new-york/ui/dialog/DialogDescription.vue | 4 +- .../new-york/ui/dialog/DialogTitle.vue | 4 +- .../lib/registry/new-york/ui/dialog/index.ts | 10 +- .../registry/new-york/ui/drawer/Drawer.vue | 2 +- .../new-york/ui/drawer/DrawerContent.vue | 6 +- .../new-york/ui/drawer/DrawerDescription.vue | 4 +- .../new-york/ui/drawer/DrawerOverlay.vue | 4 +- .../new-york/ui/drawer/DrawerTitle.vue | 4 +- .../lib/registry/new-york/ui/drawer/index.ts | 10 +- .../DropdownMenuCheckboxItem.vue | 6 +- .../ui/dropdown-menu/DropdownMenuContent.vue | 4 +- .../ui/dropdown-menu/DropdownMenuItem.vue | 4 +- .../ui/dropdown-menu/DropdownMenuLabel.vue | 4 +- .../dropdown-menu/DropdownMenuRadioItem.vue | 6 +- .../dropdown-menu/DropdownMenuSeparator.vue | 4 +- .../dropdown-menu/DropdownMenuSubContent.vue | 4 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 6 +- .../new-york/ui/dropdown-menu/index.ts | 18 +- .../new-york/ui/form/FormDescription.vue | 2 +- .../registry/new-york/ui/form/FormItem.vue | 6 +- .../registry/new-york/ui/form/FormLabel.vue | 6 +- .../lib/registry/new-york/ui/form/index.ts | 6 +- .../ui/hover-card/HoverCardContent.vue | 4 +- .../registry/new-york/ui/hover-card/index.ts | 2 +- .../lib/registry/new-york/ui/input/Input.vue | 2 +- .../lib/registry/new-york/ui/label/Label.vue | 4 +- .../registry/new-york/ui/menubar/Menubar.vue | 4 +- .../ui/menubar/MenubarCheckboxItem.vue | 6 +- .../new-york/ui/menubar/MenubarContent.vue | 4 +- .../new-york/ui/menubar/MenubarItem.vue | 4 +- .../new-york/ui/menubar/MenubarLabel.vue | 2 +- .../new-york/ui/menubar/MenubarRadioItem.vue | 6 +- .../new-york/ui/menubar/MenubarSeparator.vue | 4 +- .../new-york/ui/menubar/MenubarSubContent.vue | 4 +- .../new-york/ui/menubar/MenubarSubTrigger.vue | 6 +- .../new-york/ui/menubar/MenubarTrigger.vue | 4 +- .../lib/registry/new-york/ui/menubar/index.ts | 8 +- .../ui/navigation-menu/NavigationMenu.vue | 4 +- .../navigation-menu/NavigationMenuContent.vue | 4 +- .../NavigationMenuIndicator.vue | 4 +- .../ui/navigation-menu/NavigationMenuList.vue | 4 +- .../navigation-menu/NavigationMenuTrigger.vue | 6 +- .../NavigationMenuViewport.vue | 4 +- .../new-york/ui/navigation-menu/index.ts | 6 +- .../new-york/ui/number-field/NumberField.vue | 4 +- .../new-york/ui/number-field/index.ts | 6 +- .../ui/pagination/PaginationEllipsis.vue | 6 +- .../ui/pagination/PaginationFirst.vue | 6 +- .../new-york/ui/pagination/PaginationLast.vue | 6 +- .../new-york/ui/pagination/PaginationNext.vue | 6 +- .../new-york/ui/pagination/PaginationPrev.vue | 6 +- .../registry/new-york/ui/pagination/index.ts | 10 +- .../new-york/ui/pin-input/PinInput.vue | 4 +- .../new-york/ui/pin-input/PinInputGroup.vue | 4 +- .../new-york/ui/pin-input/PinInputInput.vue | 4 +- .../ui/pin-input/PinInputSeparator.vue | 2 +- .../registry/new-york/ui/pin-input/index.ts | 2 +- .../registry/new-york/ui/popover/Popover.vue | 2 +- .../new-york/ui/popover/PopoverContent.vue | 4 +- .../lib/registry/new-york/ui/popover/index.ts | 4 +- .../new-york/ui/progress/Progress.vue | 4 +- .../new-york/ui/radio-group/RadioGroup.vue | 4 +- .../ui/radio-group/RadioGroupItem.vue | 6 +- .../ui/range-calendar/RangeCalendar.vue | 6 +- .../ui/range-calendar/RangeCalendarGrid.vue | 4 +- .../ui/range-calendar/RangeCalendarHeader.vue | 4 +- .../range-calendar/RangeCalendarHeading.vue | 4 +- .../RangeCalendarNextButton.vue | 8 +- .../RangeCalendarPrevButton.vue | 8 +- .../new-york/ui/resizable/ResizableHandle.vue | 6 +- .../ui/resizable/ResizablePanelGroup.vue | 4 +- .../registry/new-york/ui/resizable/index.ts | 2 +- .../new-york/ui/scroll-area/ScrollArea.vue | 4 +- .../new-york/ui/scroll-area/ScrollBar.vue | 4 +- .../new-york/ui/select/SelectContent.vue | 4 +- .../new-york/ui/select/SelectGroup.vue | 4 +- .../new-york/ui/select/SelectItem.vue | 6 +- .../new-york/ui/select/SelectLabel.vue | 2 +- .../ui/select/SelectScrollDownButton.vue | 6 +- .../ui/select/SelectScrollUpButton.vue | 6 +- .../new-york/ui/select/SelectSeparator.vue | 4 +- .../lib/registry/new-york/ui/select/index.ts | 8 +- .../new-york/ui/sheet/SheetContent.vue | 6 +- .../new-york/ui/sheet/SheetDescription.vue | 4 +- .../registry/new-york/ui/sheet/SheetTitle.vue | 4 +- .../lib/registry/new-york/ui/sheet/index.ts | 8 +- .../registry/new-york/ui/switch/Switch.vue | 4 +- .../registry/new-york/ui/table/TableEmpty.vue | 6 +- .../lib/registry/new-york/ui/table/index.ts | 6 +- .../lib/registry/new-york/ui/tabs/Tabs.vue | 2 +- .../registry/new-york/ui/tabs/TabsContent.vue | 4 +- .../lib/registry/new-york/ui/tabs/index.ts | 4 +- .../new-york/ui/tags-input/TagsInput.vue | 4 +- .../new-york/ui/tags-input/TagsInputInput.vue | 4 +- .../new-york/ui/tags-input/TagsInputItem.vue | 4 +- .../ui/tags-input/TagsInputItemDelete.vue | 6 +- .../ui/tags-input/TagsInputItemText.vue | 4 +- .../new-york/ui/textarea/Textarea.vue | 2 +- .../lib/registry/new-york/ui/toast/Toast.vue | 6 +- .../new-york/ui/toast/ToastAction.vue | 4 +- .../registry/new-york/ui/toast/ToastClose.vue | 6 +- .../new-york/ui/toast/ToastDescription.vue | 4 +- .../registry/new-york/ui/toast/ToastTitle.vue | 4 +- .../new-york/ui/toast/ToastViewport.vue | 4 +- .../registry/new-york/ui/toast/Toaster.vue | 2 +- .../lib/registry/new-york/ui/toast/index.ts | 8 +- .../registry/new-york/ui/toast/use-toast.ts | 2 +- .../new-york/ui/toggle-group/ToggleGroup.vue | 6 +- .../ui/toggle-group/ToggleGroupItem.vue | 4 +- .../registry/new-york/ui/toggle/Toggle.vue | 6 +- .../lib/registry/new-york/ui/toggle/index.ts | 2 +- .../new-york/ui/tooltip/TooltipContent.vue | 4 +- .../lib/registry/new-york/ui/tooltip/index.ts | 2 +- .../new-york/ui/v-calendar/Calendar.vue | 8 +- apps/www/src/lib/registry/registry.ts | 10 +- apps/www/src/lib/utils.ts | 2 +- apps/www/src/public/registry/index.json | 16 +- .../registry/styles/default/accordion.json | 6 +- .../registry/styles/default/alert-dialog.json | 16 +- .../public/registry/styles/default/alert.json | 4 +- .../registry/styles/default/auto-form.json | 30 +-- .../registry/styles/default/avatar.json | 4 +- .../public/registry/styles/default/badge.json | 4 +- .../registry/styles/default/breadcrumb.json | 6 +- .../registry/styles/default/button.json | 4 +- .../registry/styles/default/calendar.json | 20 +- .../public/registry/styles/default/card.json | 2 +- .../registry/styles/default/carousel.json | 16 +- .../registry/styles/default/chart-area.json | 2 +- .../registry/styles/default/chart-bar.json | 2 +- .../registry/styles/default/chart-donut.json | 2 +- .../registry/styles/default/chart-line.json | 2 +- .../public/registry/styles/default/chart.json | 8 +- .../registry/styles/default/checkbox.json | 2 +- .../registry/styles/default/collapsible.json | 4 +- .../registry/styles/default/command.json | 16 +- .../registry/styles/default/context-menu.json | 20 +- .../registry/styles/default/dialog.json | 10 +- .../registry/styles/default/drawer.json | 12 +- .../styles/default/dropdown-menu.json | 18 +- .../public/registry/styles/default/form.json | 8 +- .../registry/styles/default/hover-card.json | 4 +- .../public/registry/styles/default/input.json | 2 +- .../public/registry/styles/default/label.json | 2 +- .../registry/styles/default/menubar.json | 22 +- .../styles/default/navigation-menu.json | 14 +- .../registry/styles/default/number-field.json | 10 +- .../registry/styles/default/pagination.json | 12 +- .../registry/styles/default/pin-input.json | 10 +- .../registry/styles/default/popover.json | 6 +- .../registry/styles/default/progress.json | 2 +- .../registry/styles/default/radio-group.json | 4 +- .../styles/default/range-calendar.json | 20 +- .../registry/styles/default/resizable.json | 6 +- .../registry/styles/default/scroll-area.json | 4 +- .../registry/styles/default/select.json | 18 +- .../registry/styles/default/separator.json | 2 +- .../public/registry/styles/default/sheet.json | 8 +- .../registry/styles/default/slider.json | 2 +- .../registry/styles/default/stepper.json | 16 +- .../registry/styles/default/switch.json | 2 +- .../public/registry/styles/default/table.json | 4 +- .../public/registry/styles/default/tabs.json | 10 +- .../registry/styles/default/tags-input.json | 10 +- .../registry/styles/default/textarea.json | 2 +- .../public/registry/styles/default/toast.json | 18 +- .../registry/styles/default/toggle-group.json | 4 +- .../registry/styles/default/toggle.json | 4 +- .../registry/styles/default/tooltip.json | 4 +- .../registry/styles/default/v-calendar.json | 10 +- .../registry/styles/new-york/accordion.json | 6 +- .../styles/new-york/alert-dialog.json | 16 +- .../registry/styles/new-york/alert.json | 4 +- .../registry/styles/new-york/auto-form.json | 30 +-- .../registry/styles/new-york/avatar.json | 4 +- .../registry/styles/new-york/badge.json | 4 +- .../registry/styles/new-york/breadcrumb.json | 6 +- .../registry/styles/new-york/button.json | 4 +- .../registry/styles/new-york/calendar.json | 20 +- .../public/registry/styles/new-york/card.json | 2 +- .../registry/styles/new-york/carousel.json | 16 +- .../registry/styles/new-york/chart-area.json | 2 +- .../registry/styles/new-york/chart-bar.json | 2 +- .../registry/styles/new-york/chart-donut.json | 2 +- .../registry/styles/new-york/chart-line.json | 2 +- .../registry/styles/new-york/chart.json | 8 +- .../registry/styles/new-york/checkbox.json | 2 +- .../registry/styles/new-york/collapsible.json | 4 +- .../registry/styles/new-york/command.json | 16 +- .../styles/new-york/context-menu.json | 20 +- .../registry/styles/new-york/dialog.json | 10 +- .../registry/styles/new-york/drawer.json | 12 +- .../styles/new-york/dropdown-menu.json | 18 +- .../public/registry/styles/new-york/form.json | 8 +- .../registry/styles/new-york/hover-card.json | 4 +- .../registry/styles/new-york/input.json | 2 +- .../registry/styles/new-york/label.json | 2 +- .../registry/styles/new-york/menubar.json | 22 +- .../styles/new-york/navigation-menu.json | 14 +- .../styles/new-york/number-field.json | 10 +- .../registry/styles/new-york/pagination.json | 12 +- .../registry/styles/new-york/pin-input.json | 10 +- .../registry/styles/new-york/popover.json | 6 +- .../registry/styles/new-york/progress.json | 2 +- .../registry/styles/new-york/radio-group.json | 4 +- .../styles/new-york/range-calendar.json | 20 +- .../registry/styles/new-york/resizable.json | 6 +- .../registry/styles/new-york/scroll-area.json | 4 +- .../registry/styles/new-york/select.json | 18 +- .../registry/styles/new-york/separator.json | 2 +- .../registry/styles/new-york/sheet.json | 8 +- .../registry/styles/new-york/slider.json | 2 +- .../registry/styles/new-york/stepper.json | 16 +- .../registry/styles/new-york/switch.json | 2 +- .../registry/styles/new-york/table.json | 4 +- .../public/registry/styles/new-york/tabs.json | 10 +- .../registry/styles/new-york/tags-input.json | 10 +- .../registry/styles/new-york/textarea.json | 2 +- .../registry/styles/new-york/toast.json | 18 +- .../styles/new-york/toggle-group.json | 4 +- .../registry/styles/new-york/toggle.json | 4 +- .../registry/styles/new-york/tooltip.json | 4 +- .../registry/styles/new-york/v-calendar.json | 10 +- apps/www/src/stores/config.ts | 4 +- eslint.config.js | 2 + packages/cli/src/commands/add.ts | 18 +- packages/cli/src/commands/diff.ts | 16 +- packages/cli/src/commands/init.ts | 32 +-- packages/cli/src/index.ts | 4 +- packages/cli/src/utils/get-config.ts | 10 +- packages/cli/src/utils/get-package-info.ts | 6 +- packages/cli/src/utils/get-project-info.ts | 8 +- packages/cli/src/utils/registry/index.ts | 14 +- packages/cli/src/utils/transformers/index.ts | 4 +- .../utils/transformers/transform-css-vars.ts | 6 +- .../utils/transformers/transform-import.ts | 1 - packages/cli/test/commands/init.test.ts | 2 +- .../ui/alert-dialog/AlertDialog.vue | 2 +- .../ui/alert-dialog/AlertDialogAction.vue | 4 +- .../ui/alert-dialog/AlertDialogCancel.vue | 4 +- .../ui/alert-dialog/AlertDialogContent.vue | 2 +- .../alert-dialog/AlertDialogDescription.vue | 2 +- .../ui/alert-dialog/AlertDialogTitle.vue | 2 +- .../nuxt/components/ui/alert-dialog/index.ts | 12 +- .../nuxt/components/ui/button/Button.vue | 2 +- .../components/ui/button/Button.vue | 2 +- .../playground/components/ui/button/index.ts | 2 +- .../components/ui/carousel/Carousel.vue | 2 +- .../ui/carousel/CarouselContent.vue | 2 +- .../components/ui/carousel/CarouselItem.vue | 2 +- .../components/ui/carousel/CarouselNext.vue | 6 +- .../ui/carousel/CarouselPrevious.vue | 6 +- .../components/ui/carousel/index.ts | 2 +- .../components/ui/carousel/useCarousel.ts | 6 +- .../DropdownMenuCheckboxItem.vue | 4 +- .../components/ui/dropdown-menu/index.ts | 4 +- packages/module/test/basic.test.ts | 2 +- 847 files changed, 2859 insertions(+), 2858 deletions(-) diff --git a/apps/www/.vitepress/config.mts b/apps/www/.vitepress/config.mts index 7399caab..31f28b8f 100644 --- a/apps/www/.vitepress/config.mts +++ b/apps/www/.vitepress/config.mts @@ -1,14 +1,14 @@ import path from 'node:path' -import { defineConfig } from 'vitepress' -import Icons from 'unplugin-icons/vite' -import tailwind from 'tailwindcss' -import autoprefixer from 'autoprefixer' import { transformerMetaWordHighlight } from '@shikijs/transformers' +import autoprefixer from 'autoprefixer' +import tailwind from 'tailwindcss' +import Icons from 'unplugin-icons/vite' +import { defineConfig } from 'vitepress' import { cssVariables } from './theme/config/shiki' import { siteConfig } from './theme/config/site' -import ComponentPreviewPlugin from './theme/plugins/previewer' import CodeWrapperPlugin from './theme/plugins/codewrapper' +import ComponentPreviewPlugin from './theme/plugins/previewer' // https://vitepress.dev/reference/site-config export default defineConfig({ diff --git a/apps/www/.vitepress/theme/components/Announcement.vue b/apps/www/.vitepress/theme/components/Announcement.vue index bcf63a66..f407ebf5 100644 --- a/apps/www/.vitepress/theme/components/Announcement.vue +++ b/apps/www/.vitepress/theme/components/Announcement.vue @@ -1,7 +1,7 @@