feat: update components and dependencies, enhance UI elements

- Changed style in components.json from "new-york" to "radix-mira" and updated baseColor to "mist".
- Added new properties: iconLibrary, rtl, menuColor, menuAccent, and registries in components.json.
- Updated next-env.d.ts to import routes from the correct path.
- Added new dependencies: @base-ui/react, @icons-pack/react-simple-icons, @lucide/lab, and updated existing ones.
- Enhanced PDFViewer component in CVPage with client-side rendering.
- Modified Tabs component in CVPage for better layout.
- Added slidesUrl handling in ProjectsPage for displaying presentation links.
- Refactored Avatar component to use Radix UI and added AvatarBadge and AvatarGroup components.
- Refactored Breadcrumb component for better structure and readability.
- Refactored DropdownMenu component to use Radix UI and improved accessibility.
- Updated Skeleton component for better styling.
- Added slidesUrl property to Project interface and updated project data.
- Added new images and PDF files for F1 Halo removal project.
This commit is contained in:
2026-05-11 02:21:57 -04:00
parent 4b0aa4b2a8
commit b97d20c1fc
15 changed files with 1373 additions and 578 deletions
+11 -11
View File
@@ -15,6 +15,9 @@
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@icons-pack/react-simple-icons": "^13.13.0",
"@lucide/lab": "^0.1.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.3",
@@ -27,34 +30,31 @@
"@types/pdfjs-dist": "2.10.378",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"lucide-react": "^1.11.0",
"next": "^16.2.4",
"pdfjs-dist": "4.10.38",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"shadcn": "^4.4.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.5"
"tw-animate-css": "^1.4.0",
"zod": "^3.25.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^22.19.7",
"@types-react": "19.2.3",
"@types-react-dom": "19.2.3",
"eslint": "9.39.2",
"eslint-config-next": "16.1.3",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "bun@1.12.1",
"overrides": {
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3"
}
"packageManager": "bun@1.12.1"
}