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
+10
View File
@@ -27,6 +27,16 @@ Changesets should currently be used for:
- `@ai-ui/ui`
- `@ai-ui/tokens`
Package consumers should now prefer:
- `@ai-ui/ui` for component imports
- `@ai-ui/ui/styles.css` for the combined token + skin stylesheet
The lower-level entries remain available when needed:
- `@ai-ui/tokens/styles.css`
- `@ai-ui/ui/skins.css`
Changes to the docs app alone usually do not need a changeset.
## When to create a changeset