Skip to content

Next release

Francis Thibault edited this page Dec 20, 2022 · 81 revisions

Breaking

Other Changes

  • Secondary button border is now using mid-break instead of high-break.
  • Secondary button hover state now changes the background to accent-transparent-hover and text to accent-hover.
  • Secondary button active state now changes the background to accent-transparent-active, the border colour to accent-active and text to accent-active.
  • Tertiary button icon colour is now using alias-accent token, except when a tertiary button is used as a CrossButton or embedded in another component(passwordInput, clearable input), in that situation the icon colour stays alias-primary in it's default state.
  • Tertiary button hover state now changes the background to accent-transparent-hover and text/icon to accent-hover.
  • Tertiary button active state now changes the background to accent-transparent-active and text to alias-accent-active. In dark mode only it adds a border of accent-active to the button.
  • NumberInput spinner is using the button secondary logic for it's hover/active state.
  • icon alias-accent-active and text alias-accent-active token has been added.
  • bg-alias-accent-transparent-hover is now purple-9 in light mode.
  • icon-alias-accent is now purple-6 instead of purple-5.
  • icon-alias-accent-hover is now purple-2 instead of purple-8.

Bug Fix

  • Documentation of the background token alias-accent-transparent-hover had a typo in it's HEX value, we fixed it.
Clone this wiki locally