You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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