-
Notifications
You must be signed in to change notification settings - Fork 37
Next release
Francis Thibault edited this page Dec 20, 2022
·
81 revisions
- Secondary button border is now using
mid-break
instead ofhigh-break
. - Secondary button hover state now changes the background to
accent-transparent-hover
and text toaccent-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 staysalias-primary
in it's default state. - Tertiary button hover state now changes the background to
accent-transparent-hover
and text/icon toaccent-hover
. - Tertiary button active state now changes the background to
accent-transparent-active
and text toalias-accent-active
. In dark mode only it adds a border ofaccent-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 nowpurple-9
in light mode. -
icon-alias-accent
is nowpurple-6
instead ofpurple-5
. -
icon-alias-accent-hover
is nowpurple-2
instead ofpurple-8
.
- Documentation of the background token
alias-accent-transparent-hover
had a typo in it's HEX value, we fixed it.