diff --git a/apps/www/src/lib/registry/default/ui/alert/AlertDescription.vue b/apps/www/src/lib/registry/default/ui/alert/AlertDescription.vue
index 88836726..312b4944 100644
--- a/apps/www/src/lib/registry/default/ui/alert/AlertDescription.vue
+++ b/apps/www/src/lib/registry/default/ui/alert/AlertDescription.vue
@@ -1,6 +1,6 @@
diff --git a/apps/www/src/lib/registry/default/ui/alert/AlertTitle.vue b/apps/www/src/lib/registry/default/ui/alert/AlertTitle.vue
index 5b0b01a2..e937f65d 100644
--- a/apps/www/src/lib/registry/default/ui/alert/AlertTitle.vue
+++ b/apps/www/src/lib/registry/default/ui/alert/AlertTitle.vue
@@ -1,6 +1,6 @@
diff --git a/apps/www/src/lib/registry/default/ui/alert/index.ts b/apps/www/src/lib/registry/default/ui/alert/index.ts
index 8e37b41b..4dbd6be3 100644
--- a/apps/www/src/lib/registry/default/ui/alert/index.ts
+++ b/apps/www/src/lib/registry/default/ui/alert/index.ts
@@ -1,9 +1,9 @@
-import Alert from './Alert.vue';
-import AlertTitle from './AlertTitle.vue';
-import AlertDescription from './AlertDescription.vue';
+import Alert from './Alert.vue'
+import AlertTitle from './AlertTitle.vue'
+import AlertDescription from './AlertDescription.vue'
export {
Alert,
AlertTitle,
- AlertDescription
+ AlertDescription,
}
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuCheckboxItem.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuCheckboxItem.vue
index 3cd13681..f9b18bee 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuCheckboxItem.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuCheckboxItem.vue
@@ -1,25 +1,26 @@
@@ -31,12 +32,13 @@ const attrs = computed(() => {
attrs.className ?? '',
)"
:checked="checked"
- v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }">
+ v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }"
+ >
-
-
-
-
+
+
+
+
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuContent.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuContent.vue
index 1f02cdda..40ca81d7 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuContent.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuContent.vue
@@ -1,26 +1,25 @@
@@ -30,10 +29,11 @@ const attrs = computed(() => {
+ v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuItem.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuItem.vue
index ffa12256..e0e1954c 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuItem.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuItem.vue
@@ -1,25 +1,24 @@
@@ -31,7 +30,8 @@ const attrs = computed(() => {
inset && 'pl-8',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }">
+ v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuLabel.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuLabel.vue
index 328794d2..2095439b 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuLabel.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuLabel.vue
@@ -1,23 +1,23 @@
@@ -29,7 +29,8 @@ const attrs = computed(() => {
inset && 'pl-8',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props }">
+ v-bind="{ ...attrs.rest, ...props }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuRadioItem.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuRadioItem.vue
index 51054a6d..fc66ebb5 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuRadioItem.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuRadioItem.vue
@@ -1,25 +1,26 @@
@@ -30,12 +31,13 @@ const attrs = computed(() => {
'relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }">
+ v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }"
+ >
-
-
-
-
+
+
+
+
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSeparator.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSeparator.vue
index 9a138611..129f9ef9 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSeparator.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSeparator.vue
@@ -1,21 +1,21 @@
@@ -26,7 +26,8 @@ const attrs = computed(() => {
'mx-1 my-1 h-px bg-muted',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props }">
+ v-bind="{ ...attrs.rest, ...props }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuShortcut.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuShortcut.vue
index 87fcc19b..75dcc2a4 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuShortcut.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuShortcut.vue
@@ -1,18 +1,18 @@
@@ -23,7 +23,8 @@ const attrs = computed(() => {
'ml-auto text-xs tracking-widest opacity-60',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest }">
+ v-bind="{ ...attrs.rest }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubContent.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubContent.vue
index fa0fc654..089b3446 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubContent.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubContent.vue
@@ -1,23 +1,22 @@
@@ -28,7 +27,8 @@ const attrs = computed(() => {
'z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }">
+ v-bind="{ ...attrs.rest, ...props, ...emitsAsProps }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubTrigger.vue b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubTrigger.vue
index 11479a51..21766bc2 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubTrigger.vue
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/DropdownMenuSubTrigger.vue
@@ -1,24 +1,24 @@
@@ -30,7 +30,8 @@ const attrs = computed(() => {
inset && 'pl-8',
attrs.className ?? '',
)"
- v-bind="{ ...attrs.rest, ...props }">
+ v-bind="{ ...attrs.rest, ...props }"
+ >
diff --git a/apps/www/src/lib/registry/default/ui/dropdown-menu/index.ts b/apps/www/src/lib/registry/default/ui/dropdown-menu/index.ts
index 1a6c38c5..42956695 100644
--- a/apps/www/src/lib/registry/default/ui/dropdown-menu/index.ts
+++ b/apps/www/src/lib/registry/default/ui/dropdown-menu/index.ts
@@ -1,20 +1,20 @@
import {
- DropdownMenuRoot as DropdownMenuRootPrimitive,
- DropdownMenuTrigger as DropdownMenuTriggerPrimitive,
DropdownMenuGroup as DropdownMenuGroupPrimitive,
DropdownMenuPortal as DropdownMenuPortalPrimitive,
- DropdownMenuSub as DropdownMenuSubPrimitive,
DropdownMenuRadioGroup as DropdownMenuRadioGroupPrimitive,
-} from "radix-vue"
-import DropdownMenuSubTrigger from "./DropdownMenuSubTrigger.vue"
-import DropdownMenuSubContent from "./DropdownMenuSubContent.vue"
-import DropdownMenuContent from "./DropdownMenuContent.vue"
-import DropdownMenuItem from "./DropdownMenuItem.vue"
-import DropdownMenuCheckboxItem from "./DropdownMenuCheckboxItem.vue"
-import DropdownMenuRadioItem from "./DropdownMenuRadioItem.vue"
-import DropdownMenuLabel from "./DropdownMenuLabel.vue"
-import DropdownMenuSeparator from "./DropdownMenuSeparator.vue"
-import DropdownMenuShortcut from "./DropdownMenuShortcut.vue"
+ DropdownMenuRoot as DropdownMenuRootPrimitive,
+ DropdownMenuSub as DropdownMenuSubPrimitive,
+ DropdownMenuTrigger as DropdownMenuTriggerPrimitive,
+} from 'radix-vue'
+import DropdownMenuSubTrigger from './DropdownMenuSubTrigger.vue'
+import DropdownMenuSubContent from './DropdownMenuSubContent.vue'
+import DropdownMenuContent from './DropdownMenuContent.vue'
+import DropdownMenuItem from './DropdownMenuItem.vue'
+import DropdownMenuCheckboxItem from './DropdownMenuCheckboxItem.vue'
+import DropdownMenuRadioItem from './DropdownMenuRadioItem.vue'
+import DropdownMenuLabel from './DropdownMenuLabel.vue'
+import DropdownMenuSeparator from './DropdownMenuSeparator.vue'
+import DropdownMenuShortcut from './DropdownMenuShortcut.vue'
const DropdownMenu = DropdownMenuRootPrimitive
const DropdownMenuTrigger = DropdownMenuTriggerPrimitive