This library contains 5 design token collections, each as a JSON file in /tokens/:
- core.json: Base tokens (colors, spacing, etc.)
- light.json: Tokens for the light theme
- dark.json: Tokens for the dark theme
- brand.json: Brand-specific tokens
- typography.json: Typography tokens
- Edit the appropriate JSON file in
/tokens/. - Run
npm run generateto update derived formats. - Commit changes and open a PR for review.
See CONTRIBUTING.md for more details.