mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
* chore: upgrade shadcn/ui components to v4 CLI compatibility (closes #186) - Update 16 registry components to v4 API (function components, data-slot, radix-ui unified import) - Migrate components.json style from new-york to radix-nova with new v4 fields (rtl, menuColor, menuAccent) - Convert CSS variables from HSL to oklch color format with @theme inline block for Tailwind v4 - Preserve VK custom purple accent (primary/ring) in dark mode: oklch(0.389 0.15 303.5) - Add new dependencies: radix-ui, shadcn, tw-animate-css, @fontsource-variable/geist - Add WCAG accessibility rules, reduced-motion and focus-visible in consolidated @layer base - Update docs/SHADCN-V4.md with v4 migration details and oklch theme reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: revert font stack to system-ui/Roboto per review Removes Geist Variable font and restores the original system font stack as requested by BradGroux. Also adds missing trailing newline to globals.css. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: francois352 <francois@neurofeedback-luxembourg.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
536 B
JSON
25 lines
536 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "radix-nova",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rtl": false,
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"menuColor": "default",
|
|
"menuAccent": "subtle",
|
|
"registries": {}
|
|
}
|