feat: update dependencies and enhance button and form components with new variants and context

This commit is contained in:
arraysid
2025-05-27 03:37:02 +07:00
parent 5e70f36a7e
commit 5ca4caa0ba
7 changed files with 349 additions and 18 deletions
+6 -2
View File
@@ -10,14 +10,18 @@
}
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.503.0",
"react-hook-form": "^7.56.4",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
"tailwindcss": "^4.1.4",
"zod": "^3.25.28"
},
"devDependencies": {
"tw-animate-css": "^1.2.8"