Info

Why "Nebula"


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

Box

  • added visual active state styling alongside hover for interactive Box

  • added

    defaultState
    prop

  • added

    activeOnFocus
    prop

Button

  • exposed

    interactive
    prop

Divider

  • exposed

    elevated
    prop via Box

DropdownList

  • removed

    itemBorderIntent
    prop

Select

  • replaced

    triggerIntent
    and
    listIntent
    with a single
    intent
    prop

Text

  • fixed text link display behavior inside table cells