mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
- Added new UI components including Button, Command, Dialog, Popover, and Dropzone using Radix UI. - Introduced global styles with Tailwind CSS for consistent theming and design. - Updated existing components to utilize new utility functions for class name management. - Enhanced Tooltip component with inline-block display for better layout. - Updated package dependencies in package.json and yarn.lock to include new Radix and Tailwind packages.
22 lines
428 B
JSON
22 lines
428 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"hooks": "@/hooks",
|
|
"lib": "@/lib",
|
|
"ui": "@/components/ui",
|
|
"utils": "@/utils"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rsc": false,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"baseColor": "zinc",
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"tsx": true
|
|
}
|