feat: add new UI components and update dependencies

- Introduced new components: Badge, Card, Command, Dialog, Label, and Popover for enhanced UI functionality.
- Updated package.json and pnpm-lock.yaml to include new dependencies: @radix-ui/react-label, @radix-ui/react-popover, and cmdk.
- Improved overall UI consistency and usability with the addition of these components.
This commit is contained in:
typist
2025-10-30 08:59:04 +08:00
parent 62350492e9
commit 4ceefdae46
8 changed files with 621 additions and 0 deletions

View File

@@ -17,12 +17,15 @@
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.548.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",