Skip to content

v7.11.0

Choose a tag to compare

@primer-css primer-css released this 09 Feb 11:29
· 832 commits to main since this release
f2f748b

Minor Changes

  • #485 4e408ca Thanks @lukasoppermann! - Adds control.borderColor.emphasis color token

  • #449 7130392 Thanks @rezrah! - Deprecated marketing design tokens for Button components

    Marketing tokens will be served from @primer/brand-primitives in future.

    npm install --save @primer/brand-primitives
    - ---color-mktg-btn-bg
    + --brand-Button-background-base
    - --color-mktg-btn-shadow-outline
    + --brand-Button-shadow-default
    - --color-mktg-btn-shadow-focus
    + --brand-Button-shadow-focus
    - --color-mktg-btn-shadow-hover
    + --brand-Button-shadow-primary-hover
    - --color-mktg-btn-shadow-muted
    + --color-mktg-btn-shadow-hover-muted

    🔗 See the 0.9.0 for all other tokens.

  • #385 e03c7fd Thanks @simurai! - Add Noto Sans to the font stack

  • #384 8b76794 Thanks @langermank! - - Remove deprecated focus color tokens in favor of "global" styles from Primer CSS