diff --git a/apps/www/src/lib/registry/default/example/ToggleDemo.vue b/apps/www/src/lib/registry/default/example/ToggleDemo.vue
index fad0ac92..ea4fef1e 100644
--- a/apps/www/src/lib/registry/default/example/ToggleDemo.vue
+++ b/apps/www/src/lib/registry/default/example/ToggleDemo.vue
@@ -5,7 +5,7 @@ import { Toggle } from '@/lib/registry/default/ui/toggle'
-
+
diff --git a/apps/www/src/lib/registry/default/example/ToggleDisabledDemo.vue b/apps/www/src/lib/registry/default/example/ToggleDisabledDemo.vue
index 32930170..432ca33c 100644
--- a/apps/www/src/lib/registry/default/example/ToggleDisabledDemo.vue
+++ b/apps/www/src/lib/registry/default/example/ToggleDisabledDemo.vue
@@ -5,7 +5,7 @@ import { Toggle } from '@/lib/registry/default/ui/toggle'
-
+
diff --git a/apps/www/src/lib/registry/default/example/TypographyLarge.vue b/apps/www/src/lib/registry/default/example/TypographyLarge.vue
index 9f927311..096887c2 100644
--- a/apps/www/src/lib/registry/default/example/TypographyLarge.vue
+++ b/apps/www/src/lib/registry/default/example/TypographyLarge.vue
@@ -1,5 +1,5 @@
- Are you sure absolutely sure?
+ Are you absolutely sure?
diff --git a/apps/www/src/lib/registry/default/ui/carousel/CarouselNext.vue b/apps/www/src/lib/registry/default/ui/carousel/CarouselNext.vue
index 012f807e..27988d6a 100644
--- a/apps/www/src/lib/registry/default/ui/carousel/CarouselNext.vue
+++ b/apps/www/src/lib/registry/default/ui/carousel/CarouselNext.vue
@@ -25,6 +25,7 @@ const { orientation, canScrollNext, scrollNext } = useCarousel()
>
+ Next Slide
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/example/TypographyLarge.vue b/apps/www/src/lib/registry/new-york/example/TypographyLarge.vue
index 9f927311..096887c2 100644
--- a/apps/www/src/lib/registry/new-york/example/TypographyLarge.vue
+++ b/apps/www/src/lib/registry/new-york/example/TypographyLarge.vue
@@ -1,5 +1,5 @@
- Are you sure absolutely sure?
+ Are you absolutely sure?
diff --git a/apps/www/src/lib/registry/new-york/ui/carousel/CarouselNext.vue b/apps/www/src/lib/registry/new-york/ui/carousel/CarouselNext.vue
index 39c1daa7..2150afe1 100644
--- a/apps/www/src/lib/registry/new-york/ui/carousel/CarouselNext.vue
+++ b/apps/www/src/lib/registry/new-york/ui/carousel/CarouselNext.vue
@@ -25,6 +25,7 @@ const { orientation, canScrollNext, scrollNext } = useCarousel()
>
+ Next Slide
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)
diff --git a/apps/www/src/lib/registry/new-york/ui/pin-input/PinInputInput.vue b/apps/www/src/lib/registry/new-york/ui/pin-input/PinInputInput.vue
index ac3b9525..dccc77b6 100644
--- a/apps/www/src/lib/registry/new-york/ui/pin-input/PinInputInput.vue
+++ b/apps/www/src/lib/registry/new-york/ui/pin-input/PinInputInput.vue
@@ -14,5 +14,5 @@ const forwardedProps = useForwardProps(delegatedProps)
-
+
diff --git a/apps/www/src/public/registry/styles/default/carousel.json b/apps/www/src/public/registry/styles/default/carousel.json
index 16dee8df..f6dd6e67 100644
--- a/apps/www/src/public/registry/styles/default/carousel.json
+++ b/apps/www/src/public/registry/styles/default/carousel.json
@@ -23,11 +23,11 @@
},
{
"name": "CarouselNext.vue",
- "content": "\n\n\n \n \n \n \n \n \n"
+ "content": "\n\n\n \n \n \n Next Slide \n \n \n \n"
},
{
"name": "CarouselPrevious.vue",
- "content": "\n\n\n \n \n \n \n \n \n"
+ "content": "\n\n\n \n \n \n Previous Slide \n \n \n \n"
},
{
"name": "index.ts",
diff --git a/apps/www/src/public/registry/styles/default/command.json b/apps/www/src/public/registry/styles/default/command.json
index a999b1a0..a0b11cd1 100644
--- a/apps/www/src/public/registry/styles/default/command.json
+++ b/apps/www/src/public/registry/styles/default/command.json
@@ -28,7 +28,7 @@
},
{
"name": "CommandItem.vue",
- "content": "\n\n\n \n \n \n \n"
+ "content": "\n\n\n \n \n \n \n"
},
{
"name": "CommandList.vue",
diff --git a/apps/www/src/public/registry/styles/new-york/carousel.json b/apps/www/src/public/registry/styles/new-york/carousel.json
index 2627661c..d9929aa5 100644
--- a/apps/www/src/public/registry/styles/new-york/carousel.json
+++ b/apps/www/src/public/registry/styles/new-york/carousel.json
@@ -23,11 +23,11 @@
},
{
"name": "CarouselNext.vue",
- "content": "\n\n\n \n \n \n \n \n \n"
+ "content": "\n\n\n \n \n \n Next Slide \n \n \n \n"
},
{
"name": "CarouselPrevious.vue",
- "content": "\n\n\n \n \n \n \n \n \n"
+ "content": "\n\n\n \n \n \n Previous Slide \n \n \n \n"
},
{
"name": "index.ts",
diff --git a/apps/www/src/public/registry/styles/new-york/command.json b/apps/www/src/public/registry/styles/new-york/command.json
index ffcbdb03..9fb64718 100644
--- a/apps/www/src/public/registry/styles/new-york/command.json
+++ b/apps/www/src/public/registry/styles/new-york/command.json
@@ -28,7 +28,7 @@
},
{
"name": "CommandItem.vue",
- "content": "\n\n\n \n \n \n \n"
+ "content": "\n\n\n \n \n \n \n"
},
{
"name": "CommandList.vue",
diff --git a/apps/www/src/public/registry/styles/new-york/pin-input.json b/apps/www/src/public/registry/styles/new-york/pin-input.json
index ee5e8c58..0a69bac4 100644
--- a/apps/www/src/public/registry/styles/new-york/pin-input.json
+++ b/apps/www/src/public/registry/styles/new-york/pin-input.json
@@ -15,7 +15,7 @@
},
{
"name": "PinInputInput.vue",
- "content": "\n\n\n \n \n"
+ "content": "\n\n\n \n \n"
},
{
"name": "PinInputSeparator.vue",