From ab0244a9808bb9b3ef7156d7e475b77653fa4dac Mon Sep 17 00:00:00 2001 From: Saeid Zareie Date: Mon, 17 Jun 2024 18:11:32 +0330 Subject: [PATCH] chore: updating source/docs to match the changes in `shadcn/ui` version --- .../www/.vitepress/theme/components/PageHeaderDescription.vue | 2 +- apps/www/.vitepress/theme/components/PageHeaderHeading.vue | 2 +- apps/www/src/content/docs/components/sheet.md | 4 ++-- apps/www/src/examples/cards/components/CreateAccount.vue | 2 +- apps/www/src/examples/forms/components/AppearanceForm.vue | 2 +- apps/www/src/examples/playground/components/PresetActions.vue | 2 +- apps/www/src/examples/playground/data/models.ts | 2 +- apps/www/src/lib/registry/default/block/Dashboard03.vue | 2 +- apps/www/src/lib/registry/default/example/ToggleDemo.vue | 2 +- .../src/lib/registry/default/example/ToggleDisabledDemo.vue | 2 +- apps/www/src/lib/registry/default/example/TypographyLarge.vue | 2 +- .../www/src/lib/registry/default/ui/carousel/CarouselNext.vue | 1 + .../src/lib/registry/default/ui/carousel/CarouselPrevious.vue | 1 + apps/www/src/lib/registry/default/ui/command/CommandItem.vue | 2 +- .../www/src/lib/registry/new-york/example/TypographyLarge.vue | 2 +- .../src/lib/registry/new-york/ui/carousel/CarouselNext.vue | 1 + .../lib/registry/new-york/ui/carousel/CarouselPrevious.vue | 1 + apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue | 2 +- .../src/lib/registry/new-york/ui/pin-input/PinInputInput.vue | 2 +- apps/www/src/public/registry/styles/default/carousel.json | 4 ++-- apps/www/src/public/registry/styles/default/command.json | 2 +- apps/www/src/public/registry/styles/new-york/carousel.json | 4 ++-- apps/www/src/public/registry/styles/new-york/command.json | 2 +- apps/www/src/public/registry/styles/new-york/pin-input.json | 2 +- 24 files changed, 27 insertions(+), 23 deletions(-) diff --git a/apps/www/.vitepress/theme/components/PageHeaderDescription.vue b/apps/www/.vitepress/theme/components/PageHeaderDescription.vue index 24e04dd5..68430c80 100644 --- a/apps/www/.vitepress/theme/components/PageHeaderDescription.vue +++ b/apps/www/.vitepress/theme/components/PageHeaderDescription.vue @@ -4,7 +4,7 @@ import { cn } from '@/lib/utils' diff --git a/apps/www/.vitepress/theme/components/PageHeaderHeading.vue b/apps/www/.vitepress/theme/components/PageHeaderHeading.vue index bab35a82..917bc898 100644 --- a/apps/www/.vitepress/theme/components/PageHeaderHeading.vue +++ b/apps/www/.vitepress/theme/components/PageHeaderHeading.vue @@ -5,7 +5,7 @@ import { cn } from '@/lib/utils' diff --git a/apps/www/src/lib/registry/default/ui/carousel/CarouselPrevious.vue b/apps/www/src/lib/registry/default/ui/carousel/CarouselPrevious.vue index 9a71f735..81a441d2 100644 --- a/apps/www/src/lib/registry/default/ui/carousel/CarouselPrevious.vue +++ b/apps/www/src/lib/registry/default/ui/carousel/CarouselPrevious.vue @@ -25,6 +25,7 @@ const { orientation, canScrollPrev, scrollPrev } = useCarousel() > + Previous Slide diff --git a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue index c373d12e..5c6a6ffe 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue @@ -19,7 +19,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits) diff --git a/apps/www/src/lib/registry/new-york/ui/carousel/CarouselPrevious.vue b/apps/www/src/lib/registry/new-york/ui/carousel/CarouselPrevious.vue index adb34c69..f8311fc7 100644 --- a/apps/www/src/lib/registry/new-york/ui/carousel/CarouselPrevious.vue +++ b/apps/www/src/lib/registry/new-york/ui/carousel/CarouselPrevious.vue @@ -25,6 +25,7 @@ const { orientation, canScrollPrev, scrollPrev } = useCarousel() > + Previous Slide diff --git a/apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue b/apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue index c373d12e..5c6a6ffe 100644 --- a/apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue +++ b/apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue @@ -19,7 +19,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)