From 8fec27eed4bf0bc5d52eb3448bbfb335f6df1dfd Mon Sep 17 00:00:00 2001 From: zernonia Date: Wed, 27 Nov 2024 11:10:55 +0800 Subject: [PATCH] refactor: replace with lucide icon, dropped v-calendar --- .../theme/components/BlockCopyCodeButton.vue | 6 +- apps/www/__registry__/index.ts | 496 ------------------ apps/www/package.json | 1 - .../src/content/docs/components/calendar.md | 6 - .../src/content/docs/components/v-calendar.md | 91 ---- .../content/docs/components/v-date-picker.md | 79 --- .../forms/components/AppearanceForm.vue | 4 +- .../examples/forms/components/ProfileForm.vue | 6 +- apps/www/src/public/r/icons/index.json | 150 ++++++ apps/www/src/public/r/index.json | 44 -- .../public/r/styles/new-york/AlertDemo.json | 2 +- .../styles/new-york/AlertDestructiveDemo.json | 2 +- .../r/styles/new-york/BreadcrumbDropdown.json | 2 +- .../new-york/BreadcrumbSeparatorDemo.json | 2 +- .../r/styles/new-york/ButtonIconDemo.json | 2 +- .../r/styles/new-york/ButtonLoadingDemo.json | 2 +- .../r/styles/new-york/ButtonWithIconDemo.json | 2 +- .../r/styles/new-york/CalendarForm.json | 2 +- .../public/r/styles/new-york/CardChat.json | 2 +- .../public/r/styles/new-york/CardDemo.json | 2 +- .../r/styles/new-york/CollapsibleDemo.json | 2 +- .../r/styles/new-york/ComboboxDemo.json | 2 +- .../styles/new-york/ComboboxDropdownMenu.json | 2 +- .../r/styles/new-york/ComboboxForm.json | 2 +- .../public/r/styles/new-york/CommandDemo.json | 2 +- .../new-york/DataTableColumnPinningDemo.json | 2 +- .../r/styles/new-york/DataTableDemo.json | 2 +- .../styles/new-york/DataTableDemoColumn.json | 2 +- .../r/styles/new-york/DatePickerDemo.json | 2 +- .../r/styles/new-york/DatePickerForm.json | 2 +- .../DatePickerWithIndependentMonths.json | 2 +- .../new-york/DatePickerWithPresets.json | 2 +- .../styles/new-york/DatePickerWithRange.json | 2 +- .../new-york/DialogCustomCloseButton.json | 2 +- .../public/r/styles/new-york/DrawerDemo.json | 2 +- .../r/styles/new-york/HoverCardDemo.json | 2 +- .../r/styles/new-york/InputWithIcon.json | 2 +- .../public/r/styles/new-york/StepperForm.json | 2 +- .../r/styles/new-york/StepperHorizental.json | 2 +- .../r/styles/new-york/StepperVertical.json | 2 +- .../public/r/styles/new-york/ToggleDemo.json | 2 +- .../r/styles/new-york/ToggleDisabledDemo.json | 2 +- .../r/styles/new-york/ToggleGroupDemo.json | 2 +- .../new-york/ToggleGroupDisabledDemo.json | 2 +- .../styles/new-york/ToggleGroupLargeDemo.json | 2 +- .../new-york/ToggleGroupOutlineDemo.json | 2 +- .../new-york/ToggleGroupSingleDemo.json | 2 +- .../styles/new-york/ToggleGroupSmallDemo.json | 2 +- .../r/styles/new-york/ToggleItalicDemo.json | 2 +- .../new-york/ToggleItalicWithTextDemo.json | 2 +- .../r/styles/new-york/ToggleLargeDemo.json | 2 +- .../r/styles/new-york/ToggleSmallDemo.json | 2 +- .../public/r/styles/new-york/accordion.json | 2 +- .../public/r/styles/new-york/auto-form.json | 4 +- .../public/r/styles/new-york/breadcrumb.json | 4 +- .../public/r/styles/new-york/calendar.json | 4 +- .../public/r/styles/new-york/carousel.json | 4 +- .../public/r/styles/new-york/checkbox.json | 2 +- .../src/public/r/styles/new-york/command.json | 2 +- .../r/styles/new-york/context-menu.json | 6 +- .../src/public/r/styles/new-york/dialog.json | 4 +- .../r/styles/new-york/dropdown-menu.json | 6 +- .../src/public/r/styles/new-york/menubar.json | 6 +- .../r/styles/new-york/navigation-menu.json | 2 +- .../public/r/styles/new-york/pagination.json | 10 +- .../public/r/styles/new-york/pin-input.json | 2 +- .../public/r/styles/new-york/radio-group.json | 2 +- .../r/styles/new-york/range-calendar.json | 4 +- .../public/r/styles/new-york/resizable.json | 2 +- .../src/public/r/styles/new-york/select.json | 8 +- .../src/public/r/styles/new-york/sheet.json | 2 +- .../public/r/styles/new-york/tags-input.json | 2 +- .../src/public/r/styles/new-york/toast.json | 2 +- apps/www/src/public/r/temp.json | 490 +++-------------- apps/www/src/registry/crawl-content.ts | 17 +- .../default/example/VCalendarDemo.vue | 10 - .../default/example/VDatePickerDemo.vue | 36 -- .../default/example/VDatePickerForm.vue | 79 --- .../example/VDatePickerWithPresets.vue | 73 --- .../default/example/VDatePickerWithRange.vue | 51 -- .../default/example/VDateTimePickerDemo.vue | 36 -- .../default/example/VRangePickerWithSlot.vue | 69 --- .../default/ui/v-calendar/Calendar.vue | 343 ------------ .../registry/default/ui/v-calendar/index.ts | 22 - .../registry/new-york/example/AlertDemo.vue | 4 +- .../new-york/example/AlertDestructiveDemo.vue | 4 +- .../new-york/example/BreadcrumbDropdown.vue | 6 +- .../example/BreadcrumbSeparatorDemo.vue | 6 +- .../new-york/example/ButtonIconDemo.vue | 4 +- .../new-york/example/ButtonLoadingDemo.vue | 4 +- .../new-york/example/ButtonWithIconDemo.vue | 4 +- .../new-york/example/CalendarForm.vue | 2 +- .../registry/new-york/example/CardChat.vue | 8 +- .../registry/new-york/example/CardDemo.vue | 6 +- .../new-york/example/Cards/ActivityGoal.vue | 6 +- .../new-york/example/Cards/DataTable.vue | 6 +- .../new-york/example/CollapsibleDemo.vue | 4 +- .../new-york/example/ComboboxDemo.vue | 6 +- .../new-york/example/ComboboxDropdownMenu.vue | 4 +- .../new-york/example/ComboboxForm.vue | 6 +- .../registry/new-york/example/CommandDemo.vue | 44 +- .../example/DataTableColumnPinningDemo.vue | 6 +- .../new-york/example/DataTableDemo.vue | 6 +- .../new-york/example/DataTableDemoColumn.vue | 4 +- .../new-york/example/DatePickerDemo.vue | 2 +- .../new-york/example/DatePickerForm.vue | 2 +- .../DatePickerWithIndependentMonths.vue | 18 +- .../example/DatePickerWithPresets.vue | 2 +- .../new-york/example/DatePickerWithRange.vue | 2 +- .../example/DialogCustomCloseButton.vue | 4 +- .../registry/new-york/example/DrawerDemo.vue | 6 +- .../new-york/example/HoverCardDemo.vue | 2 +- .../new-york/example/InputWithIcon.vue | 4 +- .../registry/new-york/example/StepperForm.vue | 8 +- .../new-york/example/StepperHorizental.vue | 8 +- .../new-york/example/StepperVertical.vue | 8 +- .../registry/new-york/example/ToggleDemo.vue | 5 +- .../new-york/example/ToggleDisabledDemo.vue | 5 +- .../new-york/example/ToggleGroupDemo.vue | 13 +- .../example/ToggleGroupDisabledDemo.vue | 12 +- .../new-york/example/ToggleGroupLargeDemo.vue | 13 +- .../example/ToggleGroupOutlineDemo.vue | 13 +- .../example/ToggleGroupSingleDemo.vue | 13 +- .../new-york/example/ToggleGroupSmallDemo.vue | 13 +- .../new-york/example/ToggleItalicDemo.vue | 5 +- .../example/ToggleItalicWithTextDemo.vue | 5 +- .../new-york/example/ToggleLargeDemo.vue | 5 +- .../new-york/example/ToggleSmallDemo.vue | 5 +- .../new-york/example/VCalendarDemo.vue | 10 - .../new-york/example/VDatePickerDemo.vue | 36 -- .../new-york/example/VDatePickerForm.vue | 79 --- .../example/VDatePickerWithPresets.vue | 73 --- .../new-york/example/VDatePickerWithRange.vue | 51 -- .../new-york/example/VDateTimePickerDemo.vue | 36 -- .../new-york/example/VRangePickerWithSlot.vue | 73 --- .../ui/accordion/AccordionTrigger.vue | 4 +- .../ui/auto-form/AutoFormFieldDate.vue | 2 +- .../ui/auto-form/AutoFormFieldFile.vue | 4 +- .../ui/breadcrumb/BreadcrumbEllipsis.vue | 4 +- .../ui/breadcrumb/BreadcrumbSeparator.vue | 4 +- .../ui/calendar/CalendarNextButton.vue | 4 +- .../ui/calendar/CalendarPrevButton.vue | 4 +- .../new-york/ui/carousel/CarouselNext.vue | 4 +- .../new-york/ui/carousel/CarouselPrevious.vue | 4 +- .../new-york/ui/checkbox/Checkbox.vue | 4 +- .../new-york/ui/command/CommandInput.vue | 4 +- .../context-menu/ContextMenuCheckboxItem.vue | 4 +- .../ui/context-menu/ContextMenuRadioItem.vue | 4 +- .../ui/context-menu/ContextMenuSubTrigger.vue | 4 +- .../new-york/ui/dialog/DialogContent.vue | 4 +- .../ui/dialog/DialogScrollContent.vue | 4 +- .../DropdownMenuCheckboxItem.vue | 4 +- .../dropdown-menu/DropdownMenuRadioItem.vue | 4 +- .../dropdown-menu/DropdownMenuSubTrigger.vue | 4 +- .../ui/menubar/MenubarCheckboxItem.vue | 4 +- .../new-york/ui/menubar/MenubarRadioItem.vue | 4 +- .../new-york/ui/menubar/MenubarSubTrigger.vue | 4 +- .../navigation-menu/NavigationMenuTrigger.vue | 4 +- .../ui/pagination/PaginationEllipsis.vue | 4 +- .../ui/pagination/PaginationFirst.vue | 4 +- .../new-york/ui/pagination/PaginationLast.vue | 4 +- .../new-york/ui/pagination/PaginationNext.vue | 4 +- .../new-york/ui/pagination/PaginationPrev.vue | 4 +- .../ui/pin-input/PinInputSeparator.vue | 4 +- .../ui/radio-group/RadioGroupItem.vue | 4 +- .../RangeCalendarNextButton.vue | 4 +- .../RangeCalendarPrevButton.vue | 4 +- .../new-york/ui/resizable/ResizableHandle.vue | 4 +- .../new-york/ui/select/SelectItem.vue | 4 +- .../ui/select/SelectScrollDownButton.vue | 4 +- .../ui/select/SelectScrollUpButton.vue | 4 +- .../new-york/ui/select/SelectTrigger.vue | 4 +- .../new-york/ui/sheet/SheetContent.vue | 4 +- .../ui/tags-input/TagsInputItemDelete.vue | 4 +- .../registry/new-york/ui/toast/ToastClose.vue | 4 +- .../new-york/ui/v-calendar/Calendar.vue | 337 ------------ .../registry/new-york/ui/v-calendar/index.ts | 22 - packages/module/playground/app.vue | 4 +- 178 files changed, 548 insertions(+), 2917 deletions(-) delete mode 100644 apps/www/src/content/docs/components/v-calendar.md delete mode 100644 apps/www/src/content/docs/components/v-date-picker.md create mode 100644 apps/www/src/public/r/icons/index.json delete mode 100644 apps/www/src/registry/default/example/VCalendarDemo.vue delete mode 100644 apps/www/src/registry/default/example/VDatePickerDemo.vue delete mode 100644 apps/www/src/registry/default/example/VDatePickerForm.vue delete mode 100644 apps/www/src/registry/default/example/VDatePickerWithPresets.vue delete mode 100644 apps/www/src/registry/default/example/VDatePickerWithRange.vue delete mode 100644 apps/www/src/registry/default/example/VDateTimePickerDemo.vue delete mode 100644 apps/www/src/registry/default/example/VRangePickerWithSlot.vue delete mode 100644 apps/www/src/registry/default/ui/v-calendar/Calendar.vue delete mode 100644 apps/www/src/registry/default/ui/v-calendar/index.ts delete mode 100644 apps/www/src/registry/new-york/example/VCalendarDemo.vue delete mode 100644 apps/www/src/registry/new-york/example/VDatePickerDemo.vue delete mode 100644 apps/www/src/registry/new-york/example/VDatePickerForm.vue delete mode 100644 apps/www/src/registry/new-york/example/VDatePickerWithPresets.vue delete mode 100644 apps/www/src/registry/new-york/example/VDatePickerWithRange.vue delete mode 100644 apps/www/src/registry/new-york/example/VDateTimePickerDemo.vue delete mode 100644 apps/www/src/registry/new-york/example/VRangePickerWithSlot.vue delete mode 100644 apps/www/src/registry/new-york/ui/v-calendar/Calendar.vue delete mode 100644 apps/www/src/registry/new-york/ui/v-calendar/index.ts diff --git a/apps/www/.vitepress/theme/components/BlockCopyCodeButton.vue b/apps/www/.vitepress/theme/components/BlockCopyCodeButton.vue index 4f770e66..74a07f85 100644 --- a/apps/www/.vitepress/theme/components/BlockCopyCodeButton.vue +++ b/apps/www/.vitepress/theme/components/BlockCopyCodeButton.vue @@ -5,8 +5,8 @@ import { TooltipContent, TooltipTrigger, } from '@/registry/new-york/ui/tooltip' -import { CheckIcon, ClipboardIcon } from '@radix-icons/vue' import { useClipboard } from '@vueuse/core' +import { Check, Clipboard } from 'lucide-vue-next' import { toRefs } from 'vue' const props = withDefaults(defineProps<{ @@ -29,8 +29,8 @@ const { copy, copied } = useClipboard({ source: code }) @click="copy()" > Copy - - + + Copy code diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts index 39f5c66d..9544e7e7 100644 --- a/apps/www/__registry__/index.ts +++ b/apps/www/__registry__/index.ts @@ -2051,25 +2051,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "v-calendar": { - name: "v-calendar", - description: "", - type: "registry:ui", - registryDependencies: ["utils","button"], - files: [{ - path: "registry/new-york/ui/v-calendar/Calendar.vue", - type: "registry:ui", - target: "" - },{ - path: "registry/new-york/ui/v-calendar/index.ts", - type: "registry:ui", - target: "" - }], - component: () => import("@/registry/new-york/ui/v-calendar/Calendar.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "AccordionDemo": { name: "AccordionDemo", description: "", @@ -4965,111 +4946,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "VCalendarDemo": { - name: "VCalendarDemo", - description: "", - type: "registry:example", - registryDependencies: ["v-calendar"], - files: [{ - path: "registry/new-york/example/VCalendarDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VCalendarDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerDemo": { - name: "VDatePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerForm": { - name: "VDatePickerForm", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","form","popover","toast","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerForm.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerForm.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithPresets": { - name: "VDatePickerWithPresets", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","select","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerWithPresets.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerWithPresets.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithRange": { - name: "VDatePickerWithRange", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerWithRange.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerWithRange.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDateTimePickerDemo": { - name: "VDateTimePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDateTimePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDateTimePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VRangePickerWithSlot": { - name: "VRangePickerWithSlot", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VRangePickerWithSlot.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VRangePickerWithSlot.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "Authentication01": { name: "Authentication01", description: "", @@ -7895,25 +7771,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "v-calendar": { - name: "v-calendar", - description: "", - type: "registry:ui", - registryDependencies: ["utils","button"], - files: [{ - path: "registry/new-york/ui/v-calendar/Calendar.vue", - type: "registry:ui", - target: "" - },{ - path: "registry/new-york/ui/v-calendar/index.ts", - type: "registry:ui", - target: "" - }], - component: () => import("@/registry/new-york/ui/v-calendar/Calendar.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "AccordionDemo": { name: "AccordionDemo", description: "", @@ -10809,111 +10666,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "VCalendarDemo": { - name: "VCalendarDemo", - description: "", - type: "registry:example", - registryDependencies: ["v-calendar"], - files: [{ - path: "registry/new-york/example/VCalendarDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VCalendarDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerDemo": { - name: "VDatePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerForm": { - name: "VDatePickerForm", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","form","popover","toast","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerForm.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerForm.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithPresets": { - name: "VDatePickerWithPresets", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","select","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerWithPresets.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerWithPresets.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithRange": { - name: "VDatePickerWithRange", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDatePickerWithRange.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDatePickerWithRange.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDateTimePickerDemo": { - name: "VDateTimePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VDateTimePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VDateTimePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VRangePickerWithSlot": { - name: "VRangePickerWithSlot", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/new-york/example/VRangePickerWithSlot.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/new-york/example/VRangePickerWithSlot.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "Authentication01": { name: "Authentication01", description: "", @@ -13755,25 +13507,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "v-calendar": { - name: "v-calendar", - description: "", - type: "registry:ui", - registryDependencies: ["utils","button"], - files: [{ - path: "registry/default/ui/v-calendar/Calendar.vue", - type: "registry:ui", - target: "" - },{ - path: "registry/default/ui/v-calendar/index.ts", - type: "registry:ui", - target: "" - }], - component: () => import("@/registry/default/ui/v-calendar/Calendar.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "AccordionDemo": { name: "AccordionDemo", description: "", @@ -16669,111 +16402,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "VCalendarDemo": { - name: "VCalendarDemo", - description: "", - type: "registry:example", - registryDependencies: ["v-calendar"], - files: [{ - path: "registry/default/example/VCalendarDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VCalendarDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerDemo": { - name: "VDatePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerForm": { - name: "VDatePickerForm", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","form","popover","toast","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerForm.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerForm.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithPresets": { - name: "VDatePickerWithPresets", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","select","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerWithPresets.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerWithPresets.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithRange": { - name: "VDatePickerWithRange", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerWithRange.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerWithRange.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDateTimePickerDemo": { - name: "VDateTimePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDateTimePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDateTimePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VRangePickerWithSlot": { - name: "VRangePickerWithSlot", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VRangePickerWithSlot.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VRangePickerWithSlot.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "Authentication01": { name: "Authentication01", description: "", @@ -19599,25 +19227,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "v-calendar": { - name: "v-calendar", - description: "", - type: "registry:ui", - registryDependencies: ["utils","button"], - files: [{ - path: "registry/default/ui/v-calendar/Calendar.vue", - type: "registry:ui", - target: "" - },{ - path: "registry/default/ui/v-calendar/index.ts", - type: "registry:ui", - target: "" - }], - component: () => import("@/registry/default/ui/v-calendar/Calendar.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "AccordionDemo": { name: "AccordionDemo", description: "", @@ -22513,111 +22122,6 @@ export const Index: Record = { category: "", subcategory: "" }, - "VCalendarDemo": { - name: "VCalendarDemo", - description: "", - type: "registry:example", - registryDependencies: ["v-calendar"], - files: [{ - path: "registry/default/example/VCalendarDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VCalendarDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerDemo": { - name: "VDatePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerForm": { - name: "VDatePickerForm", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","form","popover","toast","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerForm.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerForm.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithPresets": { - name: "VDatePickerWithPresets", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","select","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerWithPresets.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerWithPresets.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDatePickerWithRange": { - name: "VDatePickerWithRange", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDatePickerWithRange.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDatePickerWithRange.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VDateTimePickerDemo": { - name: "VDateTimePickerDemo", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VDateTimePickerDemo.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VDateTimePickerDemo.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, - "VRangePickerWithSlot": { - name: "VRangePickerWithSlot", - description: "", - type: "registry:example", - registryDependencies: ["utils","button","popover","v-calendar"], - files: [{ - path: "registry/default/example/VRangePickerWithSlot.vue", - type: "registry:example", - target: "" - }], - component: () => import("@/registry/default/example/VRangePickerWithSlot.vue").then((m) => m.default), - source: "", - category: "", - subcategory: "" - }, "Authentication01": { name: "Authentication01", description: "", diff --git a/apps/www/package.json b/apps/www/package.json index 9640037f..9d598c49 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -35,7 +35,6 @@ "magic-string": "^0.30.13", "reka-ui": "catalog:", "tailwindcss-animate": "^1.0.7", - "v-calendar": "^3.1.2", "vaul-vue": "^0.2.0", "vee-validate": "4.13.2", "vue": "^3.5.13", diff --git a/apps/www/src/content/docs/components/calendar.md b/apps/www/src/content/docs/components/calendar.md index ce56ccc9..989bb5f0 100644 --- a/apps/www/src/content/docs/components/calendar.md +++ b/apps/www/src/content/docs/components/calendar.md @@ -7,12 +7,6 @@ primitive: https://www.reka-ui.com/docs/components/calendar.html - - -If you're looking for **previous** Calendar implementation, checkout to [VCalendar](/docs/components/v-calendar) component - - - ## About The `` component is built on top of the [RadixVue Calendar](https://www.reka-ui.com/docs/components/calendar.html) component, which uses the [@internationalized/date](https://react-spectrum.adobe.com/internationalized/date/index.html) package to handle dates. diff --git a/apps/www/src/content/docs/components/v-calendar.md b/apps/www/src/content/docs/components/v-calendar.md deleted file mode 100644 index 9c8d837b..00000000 --- a/apps/www/src/content/docs/components/v-calendar.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: VCalendar -description: A date field component that allows users to enter and edit date. -source: apps/www/registry/default/ui/calendar -primitive: https://vcalendar.io/ ---- - - - -## About - -The `Calendar` component is built on top of [VCalendar](https://vcalendar.io/getting-started/installation.html). - -## Installation - - - - - - - -## Usage - -```vue - - - -``` - -The API is essentially the same, i.e. props and slots. See the [VCalendar](https://vcalendar.io/getting-started/installation.html) documentation for more information. - -### Slots - -The slots available are [those currently supported](https://github.com/nathanreyes/v-calendar/blob/v3.1.2/src/components/Calendar/CalendarSlot.vue#L16-L28) by VCalendar, namely : - -- `day-content` -- `day-popover` -- `dp-footer` -- `footer` -- `header-title-wrapper` -- `header-title` -- `header-prev-button` -- `header-next-button` -- `nav` -- `nav-prev-button` -- `nav-next-button` -- `page` -- `time-header` - -Example using the `day-content` slot: - -```vue - - - -``` diff --git a/apps/www/src/content/docs/components/v-date-picker.md b/apps/www/src/content/docs/components/v-date-picker.md deleted file mode 100644 index d9288b20..00000000 --- a/apps/www/src/content/docs/components/v-date-picker.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: VCalendar Date Picker -description: A date picker component with range and presets. ---- - - - -## Installation - -The Date Picker is built using a composition of the `` and the `` components. - -See installation instructions for the [Popover](/docs/components/popover#installation) and the [Calendar](/docs/components/calendar#installation) components. - -## Usage - -```vue - - - -``` - -## Examples - -### Date Picker - - - -### Date Range Picker - - - -### Date Time Picker - - - -### With Presets - - - -### With Slot - - - -### Form - - diff --git a/apps/www/src/examples/forms/components/AppearanceForm.vue b/apps/www/src/examples/forms/components/AppearanceForm.vue index 9b2a2d10..57664a06 100644 --- a/apps/www/src/examples/forms/components/AppearanceForm.vue +++ b/apps/www/src/examples/forms/components/AppearanceForm.vue @@ -6,8 +6,8 @@ import { Button, buttonVariants } from '@/registry/new-york/ui/button' import { Separator } from '@/registry/new-york/ui/separator' import { toast } from '@/registry/new-york/ui/toast' -import { ChevronDownIcon } from '@radix-icons/vue' import { toTypedSchema } from '@vee-validate/zod' +import { ChevronDown } from 'lucide-vue-next' import { useForm } from 'vee-validate' import { h } from 'vue' import * as z from 'zod' @@ -72,7 +72,7 @@ const onSubmit = handleSubmit((values) => { - + Set the font you want to use in the dashboard. diff --git a/apps/www/src/examples/forms/components/ProfileForm.vue b/apps/www/src/examples/forms/components/ProfileForm.vue index 190ea49c..c9a35a86 100644 --- a/apps/www/src/examples/forms/components/ProfileForm.vue +++ b/apps/www/src/examples/forms/components/ProfileForm.vue @@ -15,7 +15,6 @@ import { Separator } from '@/registry/new-york/ui/separator' import { Textarea } from '@/registry/new-york/ui/textarea' import { toast } from '@/registry/new-york/ui/toast' -import { Cross1Icon } from '@radix-icons/vue' import { toTypedSchema } from '@vee-validate/zod' import { FieldArray, useForm } from 'vee-validate' import { h, ref } from 'vue' @@ -129,7 +128,7 @@ const onSubmit = handleSubmit((values) => {
- +
@@ -143,9 +142,6 @@ const onSubmit = handleSubmit((values) => { -
diff --git a/apps/www/src/public/r/icons/index.json b/apps/www/src/public/r/icons/index.json new file mode 100644 index 00000000..6561bf32 --- /dev/null +++ b/apps/www/src/public/r/icons/index.json @@ -0,0 +1,150 @@ +{ + "AlertCircle": { + "lucide": "AlertCircle", + "radix": "ExclamationTriangleIcon" + }, + "ArrowLeft": { + "lucide": "ArrowLeft", + "radix": "ArrowLeftIcon" + }, + "ArrowRight": { + "lucide": "ArrowRight", + "radix": "ArrowRightIcon" + }, + "ArrowUpDown": { + "lucide": "ArrowUpDown", + "radix": "CaretSortIcon" + }, + "BellRing": { + "lucide": "BellRing", + "radix": "BellIcon" + }, + "Bold": { + "lucide": "Bold", + "radix": "FontBoldIcon" + }, + "Calculator": { + "lucide": "Calculator", + "radix": "ComponentPlaceholderIcon" + }, + "Calendar": { + "lucide": "Calendar", + "radix": "CalendarIcon" + }, + "Check": { + "lucide": "Check", + "radix": "CheckIcon" + }, + "ChevronDown": { + "lucide": "ChevronDown", + "radix": "ChevronDownIcon" + }, + "ChevronLeft": { + "lucide": "ChevronLeft", + "radix": "ChevronLeftIcon" + }, + "ChevronRight": { + "lucide": "ChevronRight", + "radix": "ChevronRightIcon" + }, + "ChevronUp": { + "lucide": "ChevronUp", + "radix": "ChevronUpIcon" + }, + "ChevronsUpDown": { + "lucide": "ChevronsUpDown", + "radix": "CaretSortIcon" + }, + "Circle": { + "lucide": "Circle", + "radix": "DotFilledIcon" + }, + "Copy": { + "lucide": "Copy", + "radix": "CopyIcon" + }, + "CreditCard": { + "lucide": "CreditCard", + "radix": "ComponentPlaceholderIcon" + }, + "GripVertical": { + "lucide": "GripVertical", + "radix": "DragHandleDots2Icon" + }, + "Italic": { + "lucide": "Italic", + "radix": "FontItalicIcon" + }, + "Loader2": { + "lucide": "Loader2", + "radix": "ReloadIcon" + }, + "Mail": { + "lucide": "Mail", + "radix": "EnvelopeClosedIcon" + }, + "MailOpen": { + "lucide": "MailOpen", + "radix": "EnvelopeOpenIcon" + }, + "Minus": { + "lucide": "Minus", + "radix": "MinusIcon" + }, + "Moon": { + "lucide": "Moon", + "radix": "MoonIcon" + }, + "MoreHorizontal": { + "lucide": "MoreHorizontal", + "radix": "DotsHorizontalIcon" + }, + "PanelLeft": { + "lucide": "PanelLeft", + "radix": "ViewVerticalIcon" + }, + "Plus": { + "lucide": "Plus", + "radix": "PlusIcon" + }, + "Search": { + "lucide": "Search", + "radix": "MagnifyingGlassIcon" + }, + "Send": { + "lucide": "Send", + "radix": "PaperPlaneIcon" + }, + "Settings": { + "lucide": "Settings", + "radix": "GearIcon" + }, + "Slash": { + "lucide": "Slash", + "radix": "SlashIcon" + }, + "Smile": { + "lucide": "Smile", + "radix": "FaceIcon" + }, + "Sun": { + "lucide": "Sun", + "radix": "SunIcon" + }, + "Terminal": { + "lucide": "Terminal", + "radix": "RocketIcon" + }, + "Underline": { + "lucide": "Underline", + "radix": "UnderlineIcon" + }, + "User": { + "lucide": "User", + "radix": "PersonIcon" + }, + "X": { + "lucide": "X", + "radix": "Cross2Icon" + } +} diff --git a/apps/www/src/public/r/index.json b/apps/www/src/public/r/index.json index 9d3d8969..48ed096e 100644 --- a/apps/www/src/public/r/index.json +++ b/apps/www/src/public/r/index.json @@ -2122,28 +2122,6 @@ } ] }, - { - "name": "v-calendar", - "type": "registry:ui", - "dependencies": [ - "v-calendar@next", - "@vueuse/core" - ], - "registryDependencies": [ - "utils", - "button" - ], - "files": [ - { - "path": "ui/v-calendar/Calendar.vue", - "type": "registry:ui" - }, - { - "path": "ui/v-calendar/index.ts", - "type": "registry:ui" - } - ] - }, { "name": "accordion", "type": "registry:ui", @@ -4266,27 +4244,5 @@ "type": "registry:ui" } ] - }, - { - "name": "v-calendar", - "type": "registry:ui", - "dependencies": [ - "v-calendar@next", - "@vueuse/core" - ], - "registryDependencies": [ - "utils", - "button" - ], - "files": [ - { - "path": "ui/v-calendar/Calendar.vue", - "type": "registry:ui" - }, - { - "path": "ui/v-calendar/index.ts", - "type": "registry:ui" - } - ] } ] diff --git a/apps/www/src/public/r/styles/new-york/AlertDemo.json b/apps/www/src/public/r/styles/new-york/AlertDemo.json index bfa3128f..5a5b433d 100644 --- a/apps/www/src/public/r/styles/new-york/AlertDemo.json +++ b/apps/www/src/public/r/styles/new-york/AlertDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/AlertDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/AlertDestructiveDemo.json b/apps/www/src/public/r/styles/new-york/AlertDestructiveDemo.json index 29d36246..9ecdcbee 100644 --- a/apps/www/src/public/r/styles/new-york/AlertDestructiveDemo.json +++ b/apps/www/src/public/r/styles/new-york/AlertDestructiveDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/AlertDestructiveDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/BreadcrumbDropdown.json b/apps/www/src/public/r/styles/new-york/BreadcrumbDropdown.json index 3a39aca3..c4c682c7 100644 --- a/apps/www/src/public/r/styles/new-york/BreadcrumbDropdown.json +++ b/apps/www/src/public/r/styles/new-york/BreadcrumbDropdown.json @@ -9,7 +9,7 @@ "files": [ { "path": "example/BreadcrumbDropdown.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/BreadcrumbSeparatorDemo.json b/apps/www/src/public/r/styles/new-york/BreadcrumbSeparatorDemo.json index fdfd7e7b..64190a3f 100644 --- a/apps/www/src/public/r/styles/new-york/BreadcrumbSeparatorDemo.json +++ b/apps/www/src/public/r/styles/new-york/BreadcrumbSeparatorDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/BreadcrumbSeparatorDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ButtonIconDemo.json b/apps/www/src/public/r/styles/new-york/ButtonIconDemo.json index 2e0de32c..042ac04b 100644 --- a/apps/www/src/public/r/styles/new-york/ButtonIconDemo.json +++ b/apps/www/src/public/r/styles/new-york/ButtonIconDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ButtonIconDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ButtonLoadingDemo.json b/apps/www/src/public/r/styles/new-york/ButtonLoadingDemo.json index 7f66b92d..9d0b1fbd 100644 --- a/apps/www/src/public/r/styles/new-york/ButtonLoadingDemo.json +++ b/apps/www/src/public/r/styles/new-york/ButtonLoadingDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ButtonLoadingDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ButtonWithIconDemo.json b/apps/www/src/public/r/styles/new-york/ButtonWithIconDemo.json index 1a0bcd70..cb9632d0 100644 --- a/apps/www/src/public/r/styles/new-york/ButtonWithIconDemo.json +++ b/apps/www/src/public/r/styles/new-york/ButtonWithIconDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ButtonWithIconDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/CalendarForm.json b/apps/www/src/public/r/styles/new-york/CalendarForm.json index 02d713f2..412a27a7 100644 --- a/apps/www/src/public/r/styles/new-york/CalendarForm.json +++ b/apps/www/src/public/r/styles/new-york/CalendarForm.json @@ -17,7 +17,7 @@ "files": [ { "path": "example/CalendarForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/CardChat.json b/apps/www/src/public/r/styles/new-york/CardChat.json index 0b4c1e90..c3de4a57 100644 --- a/apps/www/src/public/r/styles/new-york/CardChat.json +++ b/apps/www/src/public/r/styles/new-york/CardChat.json @@ -15,7 +15,7 @@ "files": [ { "path": "example/CardChat.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/CardDemo.json b/apps/www/src/public/r/styles/new-york/CardDemo.json index 8b54b97e..3404296a 100644 --- a/apps/www/src/public/r/styles/new-york/CardDemo.json +++ b/apps/www/src/public/r/styles/new-york/CardDemo.json @@ -11,7 +11,7 @@ "files": [ { "path": "example/CardDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/CollapsibleDemo.json b/apps/www/src/public/r/styles/new-york/CollapsibleDemo.json index 67f5e102..41e5d809 100644 --- a/apps/www/src/public/r/styles/new-york/CollapsibleDemo.json +++ b/apps/www/src/public/r/styles/new-york/CollapsibleDemo.json @@ -9,7 +9,7 @@ "files": [ { "path": "example/CollapsibleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ComboboxDemo.json b/apps/www/src/public/r/styles/new-york/ComboboxDemo.json index 1cbe9d41..aee8cd53 100644 --- a/apps/www/src/public/r/styles/new-york/ComboboxDemo.json +++ b/apps/www/src/public/r/styles/new-york/ComboboxDemo.json @@ -11,7 +11,7 @@ "files": [ { "path": "example/ComboboxDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ComboboxDropdownMenu.json b/apps/www/src/public/r/styles/new-york/ComboboxDropdownMenu.json index 014b8dfd..44959ced 100644 --- a/apps/www/src/public/r/styles/new-york/ComboboxDropdownMenu.json +++ b/apps/www/src/public/r/styles/new-york/ComboboxDropdownMenu.json @@ -10,7 +10,7 @@ "files": [ { "path": "example/ComboboxDropdownMenu.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ComboboxForm.json b/apps/www/src/public/r/styles/new-york/ComboboxForm.json index 22a26e92..ecfa5c63 100644 --- a/apps/www/src/public/r/styles/new-york/ComboboxForm.json +++ b/apps/www/src/public/r/styles/new-york/ComboboxForm.json @@ -17,7 +17,7 @@ "files": [ { "path": "example/ComboboxForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/CommandDemo.json b/apps/www/src/public/r/styles/new-york/CommandDemo.json index 75bee9c3..e66ac2e3 100644 --- a/apps/www/src/public/r/styles/new-york/CommandDemo.json +++ b/apps/www/src/public/r/styles/new-york/CommandDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/CommandDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DataTableColumnPinningDemo.json b/apps/www/src/public/r/styles/new-york/DataTableColumnPinningDemo.json index 1486d994..d57b9eca 100644 --- a/apps/www/src/public/r/styles/new-york/DataTableColumnPinningDemo.json +++ b/apps/www/src/public/r/styles/new-york/DataTableColumnPinningDemo.json @@ -15,7 +15,7 @@ "files": [ { "path": "example/DataTableColumnPinningDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DataTableDemo.json b/apps/www/src/public/r/styles/new-york/DataTableDemo.json index 618a75f1..aaf7f028 100644 --- a/apps/www/src/public/r/styles/new-york/DataTableDemo.json +++ b/apps/www/src/public/r/styles/new-york/DataTableDemo.json @@ -15,7 +15,7 @@ "files": [ { "path": "example/DataTableDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DataTableDemoColumn.json b/apps/www/src/public/r/styles/new-york/DataTableDemoColumn.json index 12d0effa..e6b9bd51 100644 --- a/apps/www/src/public/r/styles/new-york/DataTableDemoColumn.json +++ b/apps/www/src/public/r/styles/new-york/DataTableDemoColumn.json @@ -9,7 +9,7 @@ "files": [ { "path": "example/DataTableDemoColumn.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DatePickerDemo.json b/apps/www/src/public/r/styles/new-york/DatePickerDemo.json index 0829c298..ab870c1c 100644 --- a/apps/www/src/public/r/styles/new-york/DatePickerDemo.json +++ b/apps/www/src/public/r/styles/new-york/DatePickerDemo.json @@ -11,7 +11,7 @@ "files": [ { "path": "example/DatePickerDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DatePickerForm.json b/apps/www/src/public/r/styles/new-york/DatePickerForm.json index 795a25c9..ce596ad9 100644 --- a/apps/www/src/public/r/styles/new-york/DatePickerForm.json +++ b/apps/www/src/public/r/styles/new-york/DatePickerForm.json @@ -17,7 +17,7 @@ "files": [ { "path": "example/DatePickerForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DatePickerWithIndependentMonths.json b/apps/www/src/public/r/styles/new-york/DatePickerWithIndependentMonths.json index 911e16ac..c1beb8bf 100644 --- a/apps/www/src/public/r/styles/new-york/DatePickerWithIndependentMonths.json +++ b/apps/www/src/public/r/styles/new-york/DatePickerWithIndependentMonths.json @@ -13,7 +13,7 @@ "files": [ { "path": "example/DatePickerWithIndependentMonths.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DatePickerWithPresets.json b/apps/www/src/public/r/styles/new-york/DatePickerWithPresets.json index 6a4862a4..afdeeb6f 100644 --- a/apps/www/src/public/r/styles/new-york/DatePickerWithPresets.json +++ b/apps/www/src/public/r/styles/new-york/DatePickerWithPresets.json @@ -12,7 +12,7 @@ "files": [ { "path": "example/DatePickerWithPresets.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DatePickerWithRange.json b/apps/www/src/public/r/styles/new-york/DatePickerWithRange.json index 530a2eb0..3bd4083d 100644 --- a/apps/www/src/public/r/styles/new-york/DatePickerWithRange.json +++ b/apps/www/src/public/r/styles/new-york/DatePickerWithRange.json @@ -13,7 +13,7 @@ "files": [ { "path": "example/DatePickerWithRange.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DialogCustomCloseButton.json b/apps/www/src/public/r/styles/new-york/DialogCustomCloseButton.json index ad88c0b2..4a892a4f 100644 --- a/apps/www/src/public/r/styles/new-york/DialogCustomCloseButton.json +++ b/apps/www/src/public/r/styles/new-york/DialogCustomCloseButton.json @@ -11,7 +11,7 @@ "files": [ { "path": "example/DialogCustomCloseButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/DrawerDemo.json b/apps/www/src/public/r/styles/new-york/DrawerDemo.json index f39a7f8c..1b0dd9b7 100644 --- a/apps/www/src/public/r/styles/new-york/DrawerDemo.json +++ b/apps/www/src/public/r/styles/new-york/DrawerDemo.json @@ -12,7 +12,7 @@ "files": [ { "path": "example/DrawerDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/HoverCardDemo.json b/apps/www/src/public/r/styles/new-york/HoverCardDemo.json index 1ed6ca5f..29230b27 100644 --- a/apps/www/src/public/r/styles/new-york/HoverCardDemo.json +++ b/apps/www/src/public/r/styles/new-york/HoverCardDemo.json @@ -10,7 +10,7 @@ "files": [ { "path": "example/HoverCardDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/InputWithIcon.json b/apps/www/src/public/r/styles/new-york/InputWithIcon.json index b1384a9b..78ca2222 100644 --- a/apps/www/src/public/r/styles/new-york/InputWithIcon.json +++ b/apps/www/src/public/r/styles/new-york/InputWithIcon.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/InputWithIcon.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/StepperForm.json b/apps/www/src/public/r/styles/new-york/StepperForm.json index 6d2f2914..042c20c1 100644 --- a/apps/www/src/public/r/styles/new-york/StepperForm.json +++ b/apps/www/src/public/r/styles/new-york/StepperForm.json @@ -13,7 +13,7 @@ "files": [ { "path": "example/StepperForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/StepperHorizental.json b/apps/www/src/public/r/styles/new-york/StepperHorizental.json index eccfe5a7..0f1dae04 100644 --- a/apps/www/src/public/r/styles/new-york/StepperHorizental.json +++ b/apps/www/src/public/r/styles/new-york/StepperHorizental.json @@ -9,7 +9,7 @@ "files": [ { "path": "example/StepperHorizental.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/StepperVertical.json b/apps/www/src/public/r/styles/new-york/StepperVertical.json index 11e663a8..094856ad 100644 --- a/apps/www/src/public/r/styles/new-york/StepperVertical.json +++ b/apps/www/src/public/r/styles/new-york/StepperVertical.json @@ -9,7 +9,7 @@ "files": [ { "path": "example/StepperVertical.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleDemo.json b/apps/www/src/public/r/styles/new-york/ToggleDemo.json index 4823f0c2..f04d40a9 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleDisabledDemo.json b/apps/www/src/public/r/styles/new-york/ToggleDisabledDemo.json index debe3c85..37c8919b 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleDisabledDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleDisabledDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleDisabledDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupDemo.json index 94d3443a..d0f9e8d4 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupDisabledDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupDisabledDemo.json index dbe87b8b..7e5fde61 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupDisabledDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupDisabledDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupDisabledDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupLargeDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupLargeDemo.json index 41dc4fdb..91c54c3a 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupLargeDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupLargeDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupLargeDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupOutlineDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupOutlineDemo.json index 9253a678..4b996d63 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupOutlineDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupOutlineDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupOutlineDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupSingleDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupSingleDemo.json index d8d1c6b4..2d2f8873 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupSingleDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupSingleDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupSingleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleGroupSmallDemo.json b/apps/www/src/public/r/styles/new-york/ToggleGroupSmallDemo.json index 19105a61..ee173cfe 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleGroupSmallDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleGroupSmallDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleGroupSmallDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleItalicDemo.json b/apps/www/src/public/r/styles/new-york/ToggleItalicDemo.json index dd66b9d7..a7ca9a85 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleItalicDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleItalicDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleItalicDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleItalicWithTextDemo.json b/apps/www/src/public/r/styles/new-york/ToggleItalicWithTextDemo.json index e8a8ce23..e3254ad6 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleItalicWithTextDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleItalicWithTextDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleItalicWithTextDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleLargeDemo.json b/apps/www/src/public/r/styles/new-york/ToggleLargeDemo.json index 930306dc..8cbc6ac9 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleLargeDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleLargeDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleLargeDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/ToggleSmallDemo.json b/apps/www/src/public/r/styles/new-york/ToggleSmallDemo.json index e0c96cfb..c222920b 100644 --- a/apps/www/src/public/r/styles/new-york/ToggleSmallDemo.json +++ b/apps/www/src/public/r/styles/new-york/ToggleSmallDemo.json @@ -8,7 +8,7 @@ "files": [ { "path": "example/ToggleSmallDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } diff --git a/apps/www/src/public/r/styles/new-york/accordion.json b/apps/www/src/public/r/styles/new-york/accordion.json index 41e782b9..fbd92ecf 100644 --- a/apps/www/src/public/r/styles/new-york/accordion.json +++ b/apps/www/src/public/r/styles/new-york/accordion.json @@ -28,7 +28,7 @@ }, { "path": "ui/accordion/AccordionTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/auto-form.json b/apps/www/src/public/r/styles/new-york/auto-form.json index 2c0ac13c..3ff428e3 100644 --- a/apps/www/src/public/r/styles/new-york/auto-form.json +++ b/apps/www/src/public/r/styles/new-york/auto-form.json @@ -50,7 +50,7 @@ }, { "path": "ui/auto-form/AutoFormFieldDate.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -62,7 +62,7 @@ }, { "path": "ui/auto-form/AutoFormFieldFile.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/breadcrumb.json b/apps/www/src/public/r/styles/new-york/breadcrumb.json index d2b76285..1f0a2064 100644 --- a/apps/www/src/public/r/styles/new-york/breadcrumb.json +++ b/apps/www/src/public/r/styles/new-york/breadcrumb.json @@ -16,7 +16,7 @@ }, { "path": "ui/breadcrumb/BreadcrumbEllipsis.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -46,7 +46,7 @@ }, { "path": "ui/breadcrumb/BreadcrumbSeparator.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/calendar.json b/apps/www/src/public/r/styles/new-york/calendar.json index 532396cd..cfff3a00 100644 --- a/apps/www/src/public/r/styles/new-york/calendar.json +++ b/apps/www/src/public/r/styles/new-york/calendar.json @@ -71,13 +71,13 @@ }, { "path": "ui/calendar/CalendarNextButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/calendar/CalendarPrevButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/carousel.json b/apps/www/src/public/r/styles/new-york/carousel.json index 52d75c0b..5fdd4245 100644 --- a/apps/www/src/public/r/styles/new-york/carousel.json +++ b/apps/www/src/public/r/styles/new-york/carousel.json @@ -30,13 +30,13 @@ }, { "path": "ui/carousel/CarouselNext.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/carousel/CarouselPrevious.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/checkbox.json b/apps/www/src/public/r/styles/new-york/checkbox.json index 32e40e76..a6e55652 100644 --- a/apps/www/src/public/r/styles/new-york/checkbox.json +++ b/apps/www/src/public/r/styles/new-york/checkbox.json @@ -10,7 +10,7 @@ "files": [ { "path": "ui/checkbox/Checkbox.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/command.json b/apps/www/src/public/r/styles/new-york/command.json index 3dfdf9d9..1ffda214 100644 --- a/apps/www/src/public/r/styles/new-york/command.json +++ b/apps/www/src/public/r/styles/new-york/command.json @@ -35,7 +35,7 @@ }, { "path": "ui/command/CommandInput.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/context-menu.json b/apps/www/src/public/r/styles/new-york/context-menu.json index 8875b22b..308bd773 100644 --- a/apps/www/src/public/r/styles/new-york/context-menu.json +++ b/apps/www/src/public/r/styles/new-york/context-menu.json @@ -16,7 +16,7 @@ }, { "path": "ui/context-menu/ContextMenuCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -58,7 +58,7 @@ }, { "path": "ui/context-menu/ContextMenuRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -88,7 +88,7 @@ }, { "path": "ui/context-menu/ContextMenuSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/dialog.json b/apps/www/src/public/r/styles/new-york/dialog.json index 9f6707c6..4a4f9dc4 100644 --- a/apps/www/src/public/r/styles/new-york/dialog.json +++ b/apps/www/src/public/r/styles/new-york/dialog.json @@ -22,7 +22,7 @@ }, { "path": "ui/dialog/DialogContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -46,7 +46,7 @@ }, { "path": "ui/dialog/DialogScrollContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/dropdown-menu.json b/apps/www/src/public/r/styles/new-york/dropdown-menu.json index 27445397..cf3c57d8 100644 --- a/apps/www/src/public/r/styles/new-york/dropdown-menu.json +++ b/apps/www/src/public/r/styles/new-york/dropdown-menu.json @@ -16,7 +16,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -52,7 +52,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -82,7 +82,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/menubar.json b/apps/www/src/public/r/styles/new-york/menubar.json index bd59af5b..7e909224 100644 --- a/apps/www/src/public/r/styles/new-york/menubar.json +++ b/apps/www/src/public/r/styles/new-york/menubar.json @@ -16,7 +16,7 @@ }, { "path": "ui/menubar/MenubarCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -58,7 +58,7 @@ }, { "path": "ui/menubar/MenubarRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -88,7 +88,7 @@ }, { "path": "ui/menubar/MenubarSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/navigation-menu.json b/apps/www/src/public/r/styles/new-york/navigation-menu.json index ec6095cb..ff7295e4 100644 --- a/apps/www/src/public/r/styles/new-york/navigation-menu.json +++ b/apps/www/src/public/r/styles/new-york/navigation-menu.json @@ -46,7 +46,7 @@ }, { "path": "ui/navigation-menu/NavigationMenuTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/pagination.json b/apps/www/src/public/r/styles/new-york/pagination.json index 10fb693e..1bb3bbc1 100644 --- a/apps/www/src/public/r/styles/new-york/pagination.json +++ b/apps/www/src/public/r/styles/new-york/pagination.json @@ -11,31 +11,31 @@ "files": [ { "path": "ui/pagination/PaginationEllipsis.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationFirst.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationLast.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationNext.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationPrev.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/pin-input.json b/apps/www/src/public/r/styles/new-york/pin-input.json index 361c2751..5d0f4fed 100644 --- a/apps/www/src/public/r/styles/new-york/pin-input.json +++ b/apps/www/src/public/r/styles/new-york/pin-input.json @@ -28,7 +28,7 @@ }, { "path": "ui/pin-input/PinInputSeparator.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/radio-group.json b/apps/www/src/public/r/styles/new-york/radio-group.json index 2952fbce..86eac016 100644 --- a/apps/www/src/public/r/styles/new-york/radio-group.json +++ b/apps/www/src/public/r/styles/new-york/radio-group.json @@ -16,7 +16,7 @@ }, { "path": "ui/radio-group/RadioGroupItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/range-calendar.json b/apps/www/src/public/r/styles/new-york/range-calendar.json index 221650bc..82986490 100644 --- a/apps/www/src/public/r/styles/new-york/range-calendar.json +++ b/apps/www/src/public/r/styles/new-york/range-calendar.json @@ -71,13 +71,13 @@ }, { "path": "ui/range-calendar/RangeCalendarNextButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/range-calendar/RangeCalendarPrevButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/resizable.json b/apps/www/src/public/r/styles/new-york/resizable.json index 806200b7..9d7e1ccb 100644 --- a/apps/www/src/public/r/styles/new-york/resizable.json +++ b/apps/www/src/public/r/styles/new-york/resizable.json @@ -10,7 +10,7 @@ "files": [ { "path": "ui/resizable/ResizableHandle.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/select.json b/apps/www/src/public/r/styles/new-york/select.json index a0f6b2a4..4294de61 100644 --- a/apps/www/src/public/r/styles/new-york/select.json +++ b/apps/www/src/public/r/styles/new-york/select.json @@ -28,7 +28,7 @@ }, { "path": "ui/select/SelectItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -46,13 +46,13 @@ }, { "path": "ui/select/SelectScrollDownButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/select/SelectScrollUpButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -64,7 +64,7 @@ }, { "path": "ui/select/SelectTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/sheet.json b/apps/www/src/public/r/styles/new-york/sheet.json index 0e16fdd6..ee2f1d43 100644 --- a/apps/www/src/public/r/styles/new-york/sheet.json +++ b/apps/www/src/public/r/styles/new-york/sheet.json @@ -22,7 +22,7 @@ }, { "path": "ui/sheet/SheetContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/tags-input.json b/apps/www/src/public/r/styles/new-york/tags-input.json index 4da24fca..7a341b9f 100644 --- a/apps/www/src/public/r/styles/new-york/tags-input.json +++ b/apps/www/src/public/r/styles/new-york/tags-input.json @@ -28,7 +28,7 @@ }, { "path": "ui/tags-input/TagsInputItemDelete.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/styles/new-york/toast.json b/apps/www/src/public/r/styles/new-york/toast.json index 69150c50..fac0541f 100644 --- a/apps/www/src/public/r/styles/new-york/toast.json +++ b/apps/www/src/public/r/styles/new-york/toast.json @@ -22,7 +22,7 @@ }, { "path": "ui/toast/ToastClose.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, diff --git a/apps/www/src/public/r/temp.json b/apps/www/src/public/r/temp.json index b097f810..fea589d4 100644 --- a/apps/www/src/public/r/temp.json +++ b/apps/www/src/public/r/temp.json @@ -217,7 +217,7 @@ }, { "path": "ui/accordion/AccordionTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -410,7 +410,7 @@ }, { "path": "ui/auto-form/AutoFormFieldDate.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -422,7 +422,7 @@ }, { "path": "ui/auto-form/AutoFormFieldFile.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -558,7 +558,7 @@ }, { "path": "ui/breadcrumb/BreadcrumbEllipsis.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -588,7 +588,7 @@ }, { "path": "ui/breadcrumb/BreadcrumbSeparator.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -697,13 +697,13 @@ }, { "path": "ui/calendar/CalendarNextButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/calendar/CalendarPrevButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -799,13 +799,13 @@ }, { "path": "ui/carousel/CarouselNext.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/carousel/CarouselPrevious.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1000,7 +1000,7 @@ "files": [ { "path": "ui/checkbox/Checkbox.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1083,7 +1083,7 @@ }, { "path": "ui/command/CommandInput.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1137,7 +1137,7 @@ }, { "path": "ui/context-menu/ContextMenuCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1179,7 +1179,7 @@ }, { "path": "ui/context-menu/ContextMenuRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1209,7 +1209,7 @@ }, { "path": "ui/context-menu/ContextMenuSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1251,7 +1251,7 @@ }, { "path": "ui/dialog/DialogContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1275,7 +1275,7 @@ }, { "path": "ui/dialog/DialogScrollContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1378,7 +1378,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1414,7 +1414,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1444,7 +1444,7 @@ }, { "path": "ui/dropdown-menu/DropdownMenuSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1628,7 +1628,7 @@ }, { "path": "ui/menubar/MenubarCheckboxItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1670,7 +1670,7 @@ }, { "path": "ui/menubar/MenubarRadioItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1700,7 +1700,7 @@ }, { "path": "ui/menubar/MenubarSubTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1766,7 +1766,7 @@ }, { "path": "ui/navigation-menu/NavigationMenuTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1845,31 +1845,31 @@ "files": [ { "path": "ui/pagination/PaginationEllipsis.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationFirst.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationLast.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationNext.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/pagination/PaginationPrev.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -1911,7 +1911,7 @@ }, { "path": "ui/pin-input/PinInputSeparator.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2001,7 +2001,7 @@ }, { "path": "ui/radio-group/RadioGroupItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2086,13 +2086,13 @@ }, { "path": "ui/range-calendar/RangeCalendarNextButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/range-calendar/RangeCalendarPrevButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2116,7 +2116,7 @@ "files": [ { "path": "ui/resizable/ResizableHandle.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2194,7 +2194,7 @@ }, { "path": "ui/select/SelectItem.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2212,13 +2212,13 @@ }, { "path": "ui/select/SelectScrollDownButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, { "path": "ui/select/SelectScrollUpButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2230,7 +2230,7 @@ }, { "path": "ui/select/SelectTrigger.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2296,7 +2296,7 @@ }, { "path": "ui/sheet/SheetContent.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2807,7 +2807,7 @@ }, { "path": "ui/tags-input/TagsInputItemDelete.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -2873,7 +2873,7 @@ }, { "path": "ui/toast/ToastClose.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:ui", "target": "" }, @@ -3018,32 +3018,6 @@ } ] }, - { - "name": "v-calendar", - "type": "registry:ui", - "dependencies": [ - "v-calendar@next", - "@vueuse/core" - ], - "registryDependencies": [ - "utils", - "button" - ], - "files": [ - { - "path": "ui/v-calendar/Calendar.vue", - "content": "\n\n\n\n\n", - "type": "registry:ui", - "target": "" - }, - { - "path": "ui/v-calendar/index.ts", - "content": "export { default as Calendar } from './Calendar.vue'\nimport type { CalendarSlotName } from 'v-calendar/dist/types/src/components/Calendar/CalendarSlot.vue.d.ts'\n\nexport function isVCalendarSlot(slotName: string): slotName is CalendarSlotName {\n const validSlots: CalendarSlotName[] = [\n 'day-content',\n 'day-popover',\n 'dp-footer',\n 'footer',\n 'header-title-wrapper',\n 'header-title',\n 'header-prev-button',\n 'header-next-button',\n 'nav',\n 'nav-prev-button',\n 'nav-next-button',\n 'page',\n 'time-header',\n ]\n\n return validSlots.includes(slotName as CalendarSlotName)\n}\n", - "type": "registry:ui", - "target": "" - } - ] - }, { "name": "AccordionDemo", "type": "registry:example", @@ -3070,7 +3044,7 @@ "files": [ { "path": "example/AlertDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3086,7 +3060,7 @@ "files": [ { "path": "example/AlertDestructiveDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3493,7 +3467,7 @@ "files": [ { "path": "example/BreadcrumbDropdown.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3562,7 +3536,7 @@ "files": [ { "path": "example/BreadcrumbSeparatorDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3642,7 +3616,7 @@ "files": [ { "path": "example/ButtonIconDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3674,7 +3648,7 @@ "files": [ { "path": "example/ButtonLoadingDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3722,7 +3696,7 @@ "files": [ { "path": "example/ButtonWithIconDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3763,7 +3737,7 @@ "files": [ { "path": "example/CalendarForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3807,7 +3781,7 @@ "files": [ { "path": "example/CardChat.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -3826,7 +3800,7 @@ "files": [ { "path": "example/CardDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4121,7 +4095,7 @@ "files": [ { "path": "example/CollapsibleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4140,7 +4114,7 @@ "files": [ { "path": "example/ComboboxDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4158,7 +4132,7 @@ "files": [ { "path": "example/ComboboxDropdownMenu.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4183,7 +4157,7 @@ "files": [ { "path": "example/ComboboxForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4238,7 +4212,7 @@ "files": [ { "path": "example/CommandDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4311,7 +4285,7 @@ "files": [ { "path": "example/DataTableColumnPinningDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4334,7 +4308,7 @@ "files": [ { "path": "example/DataTableDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4351,7 +4325,7 @@ "files": [ { "path": "example/DataTableDemoColumn.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4393,7 +4367,7 @@ "files": [ { "path": "example/DatePickerDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4418,7 +4392,7 @@ "files": [ { "path": "example/DatePickerForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4439,7 +4413,7 @@ "files": [ { "path": "example/DatePickerWithIndependentMonths.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4459,7 +4433,7 @@ "files": [ { "path": "example/DatePickerWithPresets.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4480,7 +4454,7 @@ "files": [ { "path": "example/DatePickerWithRange.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4499,7 +4473,7 @@ "files": [ { "path": "example/DialogCustomCloseButton.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4656,7 +4630,7 @@ "files": [ { "path": "example/DrawerDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4749,7 +4723,7 @@ "files": [ { "path": "example/HoverCardDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -4877,7 +4851,7 @@ "files": [ { "path": "example/InputWithIcon.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -5632,7 +5606,7 @@ "files": [ { "path": "example/StepperForm.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -5649,7 +5623,7 @@ "files": [ { "path": "example/StepperHorizental.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -5666,7 +5640,7 @@ "files": [ { "path": "example/StepperVertical.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6029,7 +6003,7 @@ "files": [ { "path": "example/ToggleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6045,7 +6019,7 @@ "files": [ { "path": "example/ToggleDisabledDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6061,7 +6035,7 @@ "files": [ { "path": "example/ToggleGroupDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6077,7 +6051,7 @@ "files": [ { "path": "example/ToggleGroupDisabledDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6093,7 +6067,7 @@ "files": [ { "path": "example/ToggleGroupLargeDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6109,7 +6083,7 @@ "files": [ { "path": "example/ToggleGroupOutlineDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6125,7 +6099,7 @@ "files": [ { "path": "example/ToggleGroupSingleDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6141,7 +6115,7 @@ "files": [ { "path": "example/ToggleGroupSmallDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6157,7 +6131,7 @@ "files": [ { "path": "example/ToggleItalicDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6173,7 +6147,7 @@ "files": [ { "path": "example/ToggleItalicWithTextDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6189,7 +6163,7 @@ "files": [ { "path": "example/ToggleLargeDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6205,7 +6179,7 @@ "files": [ { "path": "example/ToggleSmallDemo.vue", - "content": "\n\n\n", + "content": "\n\n\n", "type": "registry:example", "target": "" } @@ -6424,143 +6398,6 @@ } ] }, - { - "name": "VCalendarDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "v-calendar" - ], - "files": [ - { - "path": "example/VCalendarDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerForm", - "type": "registry:example", - "dependencies": [ - "vee-validate", - "@vee-validate/zod", - "zod" - ], - "registryDependencies": [ - "utils", - "button", - "form", - "popover", - "toast", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerForm.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerWithPresets", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "select", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerWithPresets.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerWithRange", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerWithRange.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDateTimePickerDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDateTimePickerDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VRangePickerWithSlot", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VRangePickerWithSlot.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, { "name": "Authentication01", "type": "registry:block", @@ -10473,32 +10310,6 @@ } ] }, - { - "name": "v-calendar", - "type": "registry:ui", - "dependencies": [ - "v-calendar@next", - "@vueuse/core" - ], - "registryDependencies": [ - "utils", - "button" - ], - "files": [ - { - "path": "ui/v-calendar/Calendar.vue", - "content": "\n\n\n\n\n", - "type": "registry:ui", - "target": "" - }, - { - "path": "ui/v-calendar/index.ts", - "content": "export { default as Calendar } from './Calendar.vue'\nimport type { CalendarSlotName } from 'v-calendar/dist/types/src/components/Calendar/CalendarSlot.vue.d.ts'\n\nexport function isVCalendarSlot(slotName: string): slotName is CalendarSlotName {\n const validSlots: CalendarSlotName[] = [\n 'day-content',\n 'day-popover',\n 'dp-footer',\n 'footer',\n 'header-title-wrapper',\n 'header-title',\n 'header-prev-button',\n 'header-next-button',\n 'nav',\n 'nav-prev-button',\n 'nav-next-button',\n 'page',\n 'time-header',\n ]\n\n return validSlots.includes(slotName as CalendarSlotName)\n}\n", - "type": "registry:ui", - "target": "" - } - ] - }, { "name": "AccordionDemo", "type": "registry:example", @@ -13880,143 +13691,6 @@ } ] }, - { - "name": "VCalendarDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "v-calendar" - ], - "files": [ - { - "path": "example/VCalendarDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerForm", - "type": "registry:example", - "dependencies": [ - "vee-validate", - "@vee-validate/zod", - "zod" - ], - "registryDependencies": [ - "utils", - "button", - "form", - "popover", - "toast", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerForm.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerWithPresets", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "select", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerWithPresets.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDatePickerWithRange", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDatePickerWithRange.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VDateTimePickerDemo", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VDateTimePickerDemo.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, - { - "name": "VRangePickerWithSlot", - "type": "registry:example", - "dependencies": [], - "registryDependencies": [ - "utils", - "button", - "popover", - "v-calendar" - ], - "files": [ - { - "path": "example/VRangePickerWithSlot.vue", - "content": "\n\n\n", - "type": "registry:example", - "target": "" - } - ] - }, { "name": "Authentication01", "type": "registry:block", diff --git a/apps/www/src/registry/crawl-content.ts b/apps/www/src/registry/crawl-content.ts index ce56e7e7..e0bace4b 100644 --- a/apps/www/src/registry/crawl-content.ts +++ b/apps/www/src/registry/crawl-content.ts @@ -11,16 +11,15 @@ const DEPENDENCIES = new Map([ ['@vueuse/core', []], ['vue-sonner', []], ['vaul-vue', []], - ['v-calendar', []], ['@tanstack/vue-table', []], ['@unovis/vue', ['@unovis/ts']], ['embla-carousel-vue', []], ['vee-validate', ['@vee-validate/zod', 'zod']], ]) // Some dependencies latest tag were not compatible with Vue3. -const DEPENDENCIES_WITH_TAGS = new Map([ - ['v-calendar', 'v-calendar@next'], -]) +// const DEPENDENCIES_WITH_TAGS = new Map([ +// ['v-calendar', 'v-calendar@next'], +// ]) const REGISTRY_DEPENDENCY = '@/' type ArrayItem = T extends Array ? X : never @@ -283,12 +282,12 @@ async function getFileDependencies(filename: string, sourceCode: string) { const populateDeps = (source: string) => { const peerDeps = DEPENDENCIES.get(source) - const taggedDeps = DEPENDENCIES_WITH_TAGS.get(source) + // const taggedDeps = DEPENDENCIES_WITH_TAGS.get(source) if (peerDeps !== undefined) { - if (taggedDeps !== undefined) - dependencies.add(taggedDeps) - else - dependencies.add(source) + // if (taggedDeps !== undefined) + // dependencies.add(taggedDeps) + // else + dependencies.add(source) peerDeps.forEach(dep => dependencies.add(dep)) } diff --git a/apps/www/src/registry/default/example/VCalendarDemo.vue b/apps/www/src/registry/default/example/VCalendarDemo.vue deleted file mode 100644 index 93a3565c..00000000 --- a/apps/www/src/registry/default/example/VCalendarDemo.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VDatePickerDemo.vue b/apps/www/src/registry/default/example/VDatePickerDemo.vue deleted file mode 100644 index b7bf5c9a..00000000 --- a/apps/www/src/registry/default/example/VDatePickerDemo.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VDatePickerForm.vue b/apps/www/src/registry/default/example/VDatePickerForm.vue deleted file mode 100644 index b3b3d2df..00000000 --- a/apps/www/src/registry/default/example/VDatePickerForm.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VDatePickerWithPresets.vue b/apps/www/src/registry/default/example/VDatePickerWithPresets.vue deleted file mode 100644 index da9ecb89..00000000 --- a/apps/www/src/registry/default/example/VDatePickerWithPresets.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VDatePickerWithRange.vue b/apps/www/src/registry/default/example/VDatePickerWithRange.vue deleted file mode 100644 index 490d8414..00000000 --- a/apps/www/src/registry/default/example/VDatePickerWithRange.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VDateTimePickerDemo.vue b/apps/www/src/registry/default/example/VDateTimePickerDemo.vue deleted file mode 100644 index 013bcda0..00000000 --- a/apps/www/src/registry/default/example/VDateTimePickerDemo.vue +++ /dev/null @@ -1,36 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/example/VRangePickerWithSlot.vue b/apps/www/src/registry/default/example/VRangePickerWithSlot.vue deleted file mode 100644 index 1fa9bfbb..00000000 --- a/apps/www/src/registry/default/example/VRangePickerWithSlot.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - diff --git a/apps/www/src/registry/default/ui/v-calendar/Calendar.vue b/apps/www/src/registry/default/ui/v-calendar/Calendar.vue deleted file mode 100644 index 227a7c91..00000000 --- a/apps/www/src/registry/default/ui/v-calendar/Calendar.vue +++ /dev/null @@ -1,343 +0,0 @@ - - - - - diff --git a/apps/www/src/registry/default/ui/v-calendar/index.ts b/apps/www/src/registry/default/ui/v-calendar/index.ts deleted file mode 100644 index d17d00f2..00000000 --- a/apps/www/src/registry/default/ui/v-calendar/index.ts +++ /dev/null @@ -1,22 +0,0 @@ -export { default as Calendar } from './Calendar.vue' -import type { CalendarSlotName } from 'v-calendar/dist/types/src/components/Calendar/CalendarSlot.vue.d.ts' - -export function isVCalendarSlot(slotName: string): slotName is CalendarSlotName { - const validSlots: CalendarSlotName[] = [ - 'day-content', - 'day-popover', - 'dp-footer', - 'footer', - 'header-title-wrapper', - 'header-title', - 'header-prev-button', - 'header-next-button', - 'nav', - 'nav-prev-button', - 'nav-next-button', - 'page', - 'time-header', - ] - - return validSlots.includes(slotName as CalendarSlotName) -} diff --git a/apps/www/src/registry/new-york/example/AlertDemo.vue b/apps/www/src/registry/new-york/example/AlertDemo.vue index 8229c228..69c0fad9 100644 --- a/apps/www/src/registry/new-york/example/AlertDemo.vue +++ b/apps/www/src/registry/new-york/example/AlertDemo.vue @@ -1,11 +1,11 @@