Migrate all shadcn components into apps/web/components/ui/ so the web app is fully independent from packages/ui for its UI layer. Update to the latest shadcn base-nova style. Add missing semantic color variables (success, warning, info, canvas), font-mono mapping, scrollbar styling, and wrap Select items in SelectGroup for proper padding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-nova",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "@multica/ui/components",
|
|
"utils": "@multica/ui/lib/utils",
|
|
"hooks": "@multica/ui/hooks",
|
|
"lib": "@multica/ui/lib",
|
|
"ui": "@multica/ui/components/ui"
|
|
},
|
|
"rtl": false,
|
|
"menuColor": "inverted-translucent",
|
|
"menuAccent": "subtle"
|
|
}
|