mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-30 07:39:06 +08:00
- Changed utility imports from '@cherrystudio/ui/utils' to '@cherrystudio/ui/lib/utils' across multiple components for better organization. - Introduced a new internal utility module for class name merging, ensuring consistent usage across the UI components. - Updated relevant components to reflect the new import paths, enhancing maintainability and clarity.
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "@cherrystudio/ui/components",
|
|
"hooks": "@cherrystudio/ui/hooks",
|
|
"lib": "@cherrystudio/ui/lib",
|
|
"ui": "@cherrystudio/ui/components/primitives",
|
|
"utils": "@cherrystudio/ui/lib/utils"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rsc": false,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"baseColor": "zinc",
|
|
"config": "",
|
|
"css": "src/styles/theme.css",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"tsx": true
|
|
}
|