Skip to content

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 15:24
12596ca

@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.