Skip to content

54.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:20
63b1958

@metamask/design-system-react 0.33.0

Added

  • Added actionButtonLayout to BannerBase (inherited by BannerAlert) with BannerBaseActionButtonLayout.Below (default) and BannerBaseActionButtonLayout.End to place the action button beside the body, left of close (#1386)

@metamask/design-system-react-native 0.36.0

Added

  • Added actionButtonLayout to BannerBase (inherited by BannerAlert) with BannerBaseActionButtonLayout.Below (default) and BannerBaseActionButtonLayout.End to place the action button beside the body, left of close (#1386)
  • Added SliderMarkColor for themed Slider mark colors that interpolate with the thumb (#1385)

Changed

  • BREAKING: Replaced verticalAlignment / ContentVerticalAlignment / ListItemVerticalAlignment on Content and ListItem with variant / ContentVariant / ListItemVariant (OneLine, TwoLines, MultiLine) for preset row heights, alignment, and secondary-slot gating (#1384)
  • BREAKING: Consolidated Slider mark configuration into a single marks prop; removed rangeLabelSteps, formatStepLabel, stepToValue, tickThresholds, DEFAULT_RANGE_LABEL_STEPS, and DEFAULT_TICK_THRESHOLDS (#1385)

Fixed

  • Fixed Slider drag jerking when the controlled value updates mid-gesture (#1385)

@metamask/design-system-shared 0.30.0

Added

  • Added BannerBaseActionButtonLayout and actionButtonLayout to BannerBasePropsShared (Below default, End for beside-body placement) (#1386)
  • Added SliderMarkColor and SliderMark for the unified Slider marks API (#1385)

Changed

  • BREAKING: Replaced ContentVerticalAlignment / verticalAlignment on ContentPropsShared with ContentVariant / variant (OneLine, TwoLines, MultiLine) (#1384)
  • BREAKING: Consolidated SliderPropsShared mark props into marks; removed rangeLabelSteps, formatStepLabel, stepToValue, and tickThresholds (#1385)

@metamask/design-system-twrnc-preset 0.8.0

Added

  • Exported getThemeColors for resolving theme color tokens (used by themed Slider marks) (#1385)