Cutover steps
- Swap dep:
@avala/ui→@avala/designin yourpackage.json. - Update CSS imports:
@import "@avala/ui/styles"→@import "@avala/design/styles". - Add tokens:
@import "@avala/design-tokens/css/avala.css"after the styles import. - Update next.config:
withAvalaDesignfrom@avala/design/next-config. - Run the codemod (see roadmap) — most component renames are mechanical.
Component-by-component
The full mapping lives in the repo's MIGRATION.md (auto-rendered below):