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
Joint design + development review of the colour token values, framed by the 23 Jun decision to consolidate on static / semantic colour (dynamic dropped). The palette values are largely fine — the real work is evolving the static colours: expanding the scale. This is a continuation of the static colours, just expanded.
Why ship alongside (not edit in place)
The current scale (~15 steps) isn't enough. We cannot expand it in place: inserting a step shifts every colour's position in the palette generator and cascade-renames the scale (active → hover, hover → default, …), which would break every consumer.
Instead, the expanded static scale ships alongside the current colours (in its own library file) and the current set is left unmaintained / deactivated so consumers migrate at their own pace — the same deprecation pattern already used for components. (Reworked colour state names come from #4744.)
Scope
Expand the static colour scale (current ~15 steps insufficient); reuse existing colour values where possible.
Description
Joint design + development review of the colour token values, framed by the 23 Jun decision to consolidate on static / semantic colour (dynamic dropped). The palette values are largely fine — the real work is evolving the static colours: expanding the scale. This is a continuation of the static colours, just expanded.
Why ship alongside (not edit in place)
The current scale (~15 steps) isn't enough. We cannot expand it in place: inserting a step shifts every colour's position in the palette generator and cascade-renames the scale (active → hover, hover → default, …), which would break every consumer.
Instead, the expanded static scale ships alongside the current colours (in its own library file) and the current set is left unmaintained / deactivated so consumers migrate at their own pace — the same deprecation pattern already used for components. (Reworked colour state names come from #4744.)
Scope
Definition of Done