Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor theme and sprinkles #843

Open
wants to merge 5 commits into
base: new-bento
Choose a base branch
from
Open

Refactor theme and sprinkles #843

wants to merge 5 commits into from

Conversation

veej
Copy link
Member

@veej veej commented Apr 26, 2024

This PR is a first step towards the rationalization of design tokens and sprinkles.
It introduces the following changes:

  • The spacing scale is no longer exposed as design tokens (theme), but only as sprinkles (atoms). We added a few more steps, like 16, 120, 160
  • The available border radiuses are no longer exposed as design tokens. borderRadius now accepts every step of the spacing scale
  • boxShadows are no longer exposed as design tokens. They're instead inferred from outline colors, providing 3 different boxShadow configs (regular, bottom only and strong) for each outline color. Only the 3 elevations are kept in the theme as design tokens.
  • 2 more dataViz palettes have been added (pastel, dark)
  • The typography tokens have been refactored to allow to specify:
    • a font family for each typography family
    • a font weight for each typography family/size combination + an additional "strong" weight for each body size
    • a letter spacing for each family/size combination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant