Skip to content

33.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 21:02
1d1ffe8

@metamask/design-system-react 0.17.0

Changed

  • Updated AvatarFavicon type internals to use ADR-0003/ADR-0004 shared types; imports from @metamask/design-system-react are unchanged (#1062)
  • BREAKING: Migrated Text typography types (TextVariant, TextColor, FontWeight, FontStyle, FontFamily) to @metamask/design-system-shared; all imports through @metamask/design-system-react continue to work without change (#1047)
    • FontWeight, FontStyle, and FontFamily underlying string values changed to semantic identifiers (e.g. FontWeight.Bold was 'font-bold', now 'bold'); idiomatic usage is unaffected
    • Projects scanning node_modules for Tailwind class names must also scan @metamask/design-system-shared
    • See Migration Guide

@metamask/design-system-react-native 0.18.0

Added

  • Added IconAlert component for mapping a severity (info, success, warning, error) to a fixed icon glyph and theme color (#1060)

Changed

  • Updated AvatarFavicon type internals to use ADR-0003/ADR-0004 shared types; imports from @metamask/design-system-react-native are unchanged (#1062)

@metamask/design-system-shared 0.11.0

Added

  • Added IconAlertSeverity and IconAlertPropsShared shared types for cross-platform use (#1060)
  • Added AvatarFaviconSize and AvatarFaviconPropsShared shared types for cross-platform use (#1062)