Add a combined stylesheet entry for package consumers

This commit is contained in:
2026-03-20 11:40:53 +08:00
parent 1958fd3686
commit 010638503f
7 changed files with 43 additions and 5 deletions
+5
View File
@@ -107,6 +107,11 @@ At minimum, the consumer app should import:
- `src/cadence-ui/tokens/styles.css` from its global app stylesheet or entry module
For package consumers instead of source-copy installs, the equivalent convenience import
is:
- `@ai-ui/ui/styles.css`
If the consumer wants the theme helpers, they can also import from:
- `src/cadence-ui/tokens/index.ts`