Skip to content

Releases: MetaMask/metamask-design-system

8.0.0

29 Apr 08:59
9da9c89
Compare
Choose a tag to compare

@metamask/design-system-tailwind-preset 0.4.0

Added

  • Added "accent" colors for light and dark themes (#534)

@metamask/design-tokens 7.1.0

Added

  • Added "accent" colors for light and dark themes (#534)

7.0.0

01 Apr 15:24
12596ca
Compare
Choose a tag to compare

@metamask/design-system-tailwind-preset 0.3.0

Changed

  • BREAKING: Removed variant-specific font family classnames in favor of base font families (#533):
    • Removed all s-* and l-* typography font family classnames (e.g., s-display-md, s-heading-lg, etc.)
    • Now using three base font family classnames:
      • font-default for default text (CentraNo1)
      • font-accent for accent text (MMSans)
      • font-hero for hero text (MMPoly)
    • See the @metamask/design-tokens migration guide for details.

@metamask/design-tokens 7.0.0

Added

  • BREAKING: Removed individual typography font family tokens in favor of base font family tokens. See the migration guide for details.
  • BREAKING: Updated Body variants(BodyXs, BodySm, BodyMd, BodyLg) font size for small screens (#533). See the migration guide for details.

6.0.0

28 Mar 22:08
84e8c9a
Compare
Choose a tag to compare

@metamask/design-tokens 6.1.0

Added

  • Updated brand colors to match branding and marketing color values (#524)

5.0.0

27 Mar 20:20
072752a
Compare
Choose a tag to compare

@metamask/design-tokens 6.0.1

Fixed

  • fix: fixing CentraNo1 font name in token by removing space (#522)

4.0.0

25 Mar 23:21
b76a7d2
Compare
Choose a tag to compare

@metamask/design-system-tailwind-preset 0.2.0

Changed

@metamask/design-tokens 6.0.0

Changed

  • BREAKING: Replaced Euclid Circular B with Centra No1 as the primary font family (#499). See the migration guide for details.

    • Removed --font-family-euclid-circular-b and --font-family-roboto CSS variables
    • Changed --font-family-sans to use Centra No1 with updated fallback chain
    • Updated font files from Euclid Circular B to Centra No1 (where 'Book' is the 400 weight variant)
    • Applications using the design system will need to update font imports and references

3.0.0

18 Mar 18:35
d14c529
Compare
Choose a tag to compare

@metamask/design-system-tailwind-preset 0.1.0

Added

  • Initial release.

@metamask/design-tokens 5.1.0

Changed

  • chore: Updating brand color blue to brand evolution blurple and theme colors that use blue (e.g. primary and info) (#474)
  • chore: All brand evolution color updates with the exception of brand color blue and theme colors that use blue (e.g. primary and info) (#428)

2.0.0

13 Mar 01:51
9b8b84b
Compare
Choose a tag to compare

@metamask/design-tokens 5.0.0

Added

  • BREAKING: Following the unintentional breaking change in 4.2.0 we are now exporting the types from root index instead of requiring deep imports (#340). See the migration guide for details.

  • Added 8 new colors (4 muted-hover & 4 muted-pressed) to design-tokens Figma Json. (#325)

1.0.0

11 Dec 02:36
8981ada
Compare
Choose a tag to compare

@metamask/design-tokens 4.2.0

Added

  • feat: color updates to the design tokens package (#230)

  • @metamask/design-tokens package migrated from standalone repository into the design system monorepo (128)