diff --git a/apps/www/package.json b/apps/www/package.json
index deb21e07..9635205d 100644
--- a/apps/www/package.json
+++ b/apps/www/package.json
@@ -31,15 +31,15 @@
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-vue": "^8.1.7",
- "lucide-vue-next": "^0.400.0",
+ "lucide-vue-next": "^0.416.0",
"magic-string": "^0.30.10",
"radix-vue": "catalog:",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "^3.1.2",
"vaul-vue": "^0.2.0",
"vee-validate": "4.13.2",
- "vue": "^3.4.33",
- "vue-sonner": "^1.1.3",
+ "vue": "^3.4.34",
+ "vue-sonner": "^1.1.4",
"vue-wrap-balancer": "^1.1.3",
"zod": "catalog:"
},
@@ -54,13 +54,13 @@
"@iconify-json/tabler": "^1.1.116",
"@iconify/vue": "^4.1.2",
"@oxc-parser/wasm": "catalog:",
- "@shikijs/transformers": "^1.11.0",
+ "@shikijs/transformers": "^1.11.1",
"@types/lodash-es": "^4.17.12",
- "@types/node": "^20.14.11",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@types/node": "^20.14.12",
+ "@vitejs/plugin-vue": "^5.1.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
- "@vue/compiler-core": "^3.4.33",
- "@vue/compiler-dom": "^3.4.33",
+ "@vue/compiler-core": "^3.4.34",
+ "@vue/compiler-dom": "^3.4.34",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"fast-glob": "^3.3.2",
@@ -68,14 +68,14 @@
"markdown-it": "^14.1.0",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
- "shiki": "^1.11.0",
+ "shiki": "^1.11.1",
"tailwind-merge": "^2.4.0",
- "tailwindcss": "^3.4.6",
+ "tailwindcss": "^3.4.7",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"vitepress": "^1.3.1",
- "vue-component-meta": "^2.0.28",
- "vue-tsc": "^2.0.28"
+ "vue-component-meta": "^2.0.29",
+ "vue-tsc": "^2.0.29"
}
}
diff --git a/apps/www/src/content/docs/components/dialog.md b/apps/www/src/content/docs/components/dialog.md
index 0b9c4e26..fee3e020 100644
--- a/apps/www/src/content/docs/components/dialog.md
+++ b/apps/www/src/content/docs/components/dialog.md
@@ -62,7 +62,7 @@ import {
-### Dialog Form
+### Form
diff --git a/apps/www/src/lib/registry/default/example/DialogForm.vue b/apps/www/src/lib/registry/default/example/DialogForm.vue
index b665dd87..cbf72308 100644
--- a/apps/www/src/lib/registry/default/example/DialogForm.vue
+++ b/apps/www/src/lib/registry/default/example/DialogForm.vue
@@ -1,6 +1,5 @@
-
+
+
+
+ Edit profile
+
+ Make changes to your profile here. Click save when you're done.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/apps/www/src/lib/registry/default/example/StepperForm.vue b/apps/www/src/lib/registry/default/example/StepperForm.vue
index d20a63e7..45486df9 100644
--- a/apps/www/src/lib/registry/default/example/StepperForm.vue
+++ b/apps/www/src/lib/registry/default/example/StepperForm.vue
@@ -2,7 +2,7 @@
import { Check, Circle, Dot } from 'lucide-vue-next'
import { toTypedSchema } from '@vee-validate/zod'
import * as z from 'zod'
-import { computed, h, nextTick, ref } from 'vue'
+import { computed, h, ref } from 'vue'
import { get, set } from '@vueuse/core'
import { Stepper, StepperDescription, StepperItem, StepperSeparator, StepperTitle, StepperTrigger } from '@/lib/registry/default/ui/stepper'
import { Form, FormControl, FormField, FormItem, FormLabel, FormMessage } from '@/lib/registry/default/ui/form'
@@ -88,9 +88,7 @@ function onSubmit(values: any) {
diff --git a/apps/www/src/lib/registry/new-york/example/StepperForm.vue b/apps/www/src/lib/registry/new-york/example/StepperForm.vue
index 30f63b74..2fa23ad6 100644
--- a/apps/www/src/lib/registry/new-york/example/StepperForm.vue
+++ b/apps/www/src/lib/registry/new-york/example/StepperForm.vue
@@ -2,7 +2,7 @@
import { CheckIcon, CircleIcon, DotIcon } from '@radix-icons/vue'
import { toTypedSchema } from '@vee-validate/zod'
import * as z from 'zod'
-import { computed, h, nextTick, ref } from 'vue'
+import { computed, h, ref } from 'vue'
import { get, set } from '@vueuse/core'
import { Stepper, StepperDescription, StepperItem, StepperSeparator, StepperTitle, StepperTrigger } from '@/lib/registry/new-york/ui/stepper'
import { Form, FormControl, FormField, FormItem, FormLabel, FormMessage } from '@/lib/registry/new-york/ui/form'
@@ -88,9 +88,7 @@ function onSubmit(values: any) {