generated from kevisual/vite-react-template
refactor: update UI components to use base-ui library and improve accessibility
- Refactored Dialog component to use base-ui's dialog implementation, enhancing structure and accessibility features. - Updated Input component to utilize base-ui's input, improving styling and consistency. - Reworked Label component for better accessibility and styling. - Refined Select component to leverage base-ui's select, enhancing usability and visual consistency. - Modified Separator component to use base-ui's separator, improving styling. - Enhanced Sonner component to include custom icons and improved theming. - Refactored Table component for better structure and accessibility. - Updated Tabs component to utilize base-ui's tabs, improving styling and functionality. - Introduced Checkbox component using base-ui's checkbox, enhancing accessibility and styling.
This commit is contained in:
18
package.json
18
package.json
@@ -20,10 +20,12 @@
|
||||
"@ai-sdk/anthropic": "^3.0.38",
|
||||
"@ai-sdk/openai": "^3.0.26",
|
||||
"@ai-sdk/openai-compatible": "^2.0.28",
|
||||
"@kevisual/cnb": "^0.0.19",
|
||||
"@base-ui/react": "^1.1.0",
|
||||
"@kevisual/cnb": "^0.0.20",
|
||||
"@kevisual/context": "^0.0.4",
|
||||
"@kevisual/router": "0.0.70",
|
||||
"@radix-ui/react-avatar": "^1.1.11",
|
||||
"@radix-ui/react-checkbox": "^1.3.3",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
@@ -31,7 +33,7 @@
|
||||
"@radix-ui/react-separator": "^1.1.8",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@radix-ui/react-tabs": "^1.1.13",
|
||||
"@tanstack/react-router": "^1.158.1",
|
||||
"@tanstack/react-router": "^1.158.4",
|
||||
"ai": "^6.0.77",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
@@ -51,21 +53,21 @@
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/query": "0.0.39",
|
||||
"@kevisual/query": "0.0.40",
|
||||
"@kevisual/types": "^0.0.12",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tanstack/react-router-devtools": "^1.158.1",
|
||||
"@tanstack/router-plugin": "^1.158.1",
|
||||
"@types/node": "^25.2.1",
|
||||
"@tanstack/react-router-devtools": "^1.158.4",
|
||||
"@tanstack/router-plugin": "^1.158.4",
|
||||
"@types/node": "^25.2.2",
|
||||
"@types/react": "^19.2.13",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"dotenv": "^17.2.3",
|
||||
"dotenv": "^17.2.4",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^8.0.0-beta.13"
|
||||
},
|
||||
"packageManager": "pnpm@10.28.2"
|
||||
"packageManager": "pnpm@10.29.1"
|
||||
}
|
||||
Reference in New Issue
Block a user