mirror of
https://github.com/foomo/ui.git
synced 2026-09-25 17:20:17 +00:00
checkbox, switch, separator, scroll-area and label move off radix-ui. Classes are unchanged: the maia style already uses Base UI data attributes (data-checked, data-vertical), which radix never emitted. - label drops the primitive for a native <label> - separator becomes callable and loses `decorative` - scroll-area renames ScrollAreaScrollbar/ScrollAreaThumb to Scrollbar/Thumb - data-table's header checkbox uses the new `indeterminate` prop
26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-maia",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/index.css",
|
|
"baseColor": "mist",
|
|
"cssVariables": true,
|
|
"prefix": "lib"
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rtl": false,
|
|
"menuColor": "default-translucent",
|
|
"menuAccent": "subtle",
|
|
"registries": {}
|
|
}
|