Files
ui/components.json
T
Wlad Meixner 3830364f9c refactor!: rename the tailwind prefix from lib: to fui:
BREAKING: every utility this package emits is now fui:* instead of
lib:*. Consumers who wrote lib:-prefixed classes against @foomo/ui must
rename them.

"lib" is a plausible prefix for any in-house library, so it risked
colliding in apps that consume more than one. 3658 occurrences across
59 files, plus tailwind.config.js and components.json. The ./lib/*
export path is untouched — only the prefix token moved.

Also drops the ASCII banner comments and the explanatory docblocks I
had added to data-table and the dashboard story.

Verified: 19 stories x 2 themes, 194 overlays opened, 0 console errors
and 0 elements left unstyled.
2026-09-17 14:25:32 +02:00

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": "fui"
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide",
"rtl": false,
"menuColor": "default-translucent",
"menuAccent": "subtle",
"registries": {}
}