Releases: MetaMask/metamask-design-system
Releases · MetaMask/metamask-design-system
8.0.0
7.0.0
@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-*
andl-*
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.
- Removed all
@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
5.0.0
4.0.0
@metamask/design-system-tailwind-preset 0.2.0
Changed
- Updated to use new font family configuration from @metamask/[email protected] (#499). Note: This includes breaking changes in the design-tokens package - see the @metamask/design-tokens migration guide for details.
@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
- Removed
3.0.0
@metamask/design-system-tailwind-preset 0.1.0
Added
- Initial release.
@metamask/design-tokens 5.1.0
Changed
2.0.0
@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)