Color system consolidation
Fri Mar 13 2026
simplified the color system by reducing the palette to nine core colors
reduced the number of brand colors
standardized lightness scale across all brand palettes
consolidated theme color token mapping into a single source and simplified dark theme to use palette inversion
introduced an elevated surface state axis to separate semantic intent from stateful surface appearance and simplify component APIs
replaced color-mix() state blending with relative lightness scaling
rebalanced ripple opacity values across all theme, variant and intent combinations
added visual active state styling alongside hover for interactive Box
added
defaultStatepropadded
activeOnFocusprop
exposed
interactiveprop
exposed
elevatedprop via Box
removed
itemBorderIntentprop
replaced
triggerIntentandlistIntentwith a singleintentprop
fixed text link display behavior inside table cells