diff --git a/components.json b/components.json index 1496bca6..88dfd1d1 100644 --- a/components.json +++ b/components.json @@ -1,6 +1,6 @@ { "$schema": "https://shadcn-vue.com/schema.json", - "style": "default", + "style": "new-york-v4", "tailwind": { "config": "tailwind.config.js", "css": "resources/css/app.css", diff --git a/package-lock.json b/package-lock.json index e2246817..f1d9d6c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "clsx": "^2.1.1", "laravel-vite-plugin": "^2.0.0", "lucide-vue-next": "^0.468.0", - "reka-ui": "^2.4.1", + "reka-ui": "^2.6.0", "tailwind-merge": "^3.2.0", "tailwindcss": "^4.1.1", "tw-animate-css": "^1.2.5", @@ -4320,9 +4320,9 @@ "license": "MIT" }, "node_modules/reka-ui": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.5.1.tgz", - "integrity": "sha512-QJGB3q21wQ1Kw28HhhNDpjfFe8qpePX1gK4FTBRd68XTh9aEnhR5bTJnlV0jxi8FBPh0xivZBeNFUc3jiGx7mQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/reka-ui/-/reka-ui-2.6.0.tgz", + "integrity": "sha512-NrGMKrABD97l890mFS3TNUzB0BLUfbL3hh0NjcJRIUSUljb288bx3Mzo31nOyUcdiiW0HqFGXJwyCBh9cWgb0w==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.13", diff --git a/package.json b/package.json index d81648fd..54ecc952 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "clsx": "^2.1.1", "laravel-vite-plugin": "^2.0.0", "lucide-vue-next": "^0.468.0", - "reka-ui": "^2.4.1", + "reka-ui": "^2.6.0", "tailwind-merge": "^3.2.0", "tailwindcss": "^4.1.1", "tw-animate-css": "^1.2.5", diff --git a/resources/js/components/TwoFactorSetupModal.vue b/resources/js/components/TwoFactorSetupModal.vue index badf7123..d92316a7 100644 --- a/resources/js/components/TwoFactorSetupModal.vue +++ b/resources/js/components/TwoFactorSetupModal.vue @@ -2,7 +2,6 @@ import AlertError from '@/components/AlertError.vue'; import InputError from '@/components/InputError.vue'; import { Button } from '@/components/ui/button'; -import { Spinner } from '@/components/ui/spinner'; import { Dialog, DialogContent, @@ -15,6 +14,7 @@ import { PinInputGroup, PinInputSlot, } from '@/components/ui/pin-input'; +import { Spinner } from '@/components/ui/spinner'; import { useTwoFactorAuth } from '@/composables/useTwoFactorAuth'; import { confirm } from '@/routes/two-factor'; import { Form } from '@inertiajs/vue3'; diff --git a/resources/js/components/ui/avatar/Avatar.vue b/resources/js/components/ui/avatar/Avatar.vue index 1aa6462f..bb7e669f 100644 --- a/resources/js/components/ui/avatar/Avatar.vue +++ b/resources/js/components/ui/avatar/Avatar.vue @@ -1,10 +1,10 @@ diff --git a/resources/js/components/ui/avatar/AvatarFallback.vue b/resources/js/components/ui/avatar/AvatarFallback.vue index b0f33982..16b588ae 100644 --- a/resources/js/components/ui/avatar/AvatarFallback.vue +++ b/resources/js/components/ui/avatar/AvatarFallback.vue @@ -1,15 +1,13 @@