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

feat(theme): extract design tokens to separate package #572

Merged
merged 3 commits into from
Apr 30, 2020

Commits on Apr 30, 2020

  1. feat(theme): extract theme to separate package

    The new package can be found at https://github.com/sumup-oss/design-tokens.
    
    BREAKING CHANGE:
    The theme has been moved to [@sumup/design-tokens](https://github.com/sumup-oss/design-tokens) which
    is marked as a peer-dependency. The `iconSizes.byte` theme value has been removed. The
    `grid.afterTera` theme value has been renamed to `theme.tera`.
    
    ISSUES CLOSED: #511
    
    feature/design-tokens
    connor-baer committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    106f284 View commit details
    Browse the repository at this point in the history
  2. test(components): update snapshots

    feature/design-tokens
    connor-baer committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ffd810f View commit details
    Browse the repository at this point in the history
  3. docs(theme): add note about new @sumup/design-tokens package

    feature/design-tokens
    connor-baer committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    098a90d View commit details
    Browse the repository at this point in the history