Minor Changes
-
d460fb7: Deprecated
--salt-size-detail
; replaced with--salt-size-compact
-
5ead0bb: Deprecated
--salt-size-selection
; replaced with--salt-size-selectable
-
2e0fdff: Deprecated
--salt-size-graphic-small
,--salt-size-graphic-medium
,--salt-size-graphic-large
Deprecated--salt-size-divider-height
,--salt-size-divider-strokeWidth
, replaced with--salt-size-separator-height
,--salt-size-separator-strokeWidth
-
9d3dda9: Theme update: changed the value of
--salt-palette-warning-border
and--salt-palette-warning-foreground
to--salt-color-orange-700
in light mode to fix accessibility issues -
649d539: Added a new opacity token for readonly backgrounds
- --salt-color-white-fade-background-readonly: rgba(255, 255, 255, var(--salt-palette-opacity-readonly)); - --salt-color-gray-20-fade-background-readonly: rgba(234, 237, 239, var(--salt-palette-opacity-readonly)); - --salt-color-gray-600-fade-background-readonly: rgba(47, 49, 54, var(--salt-palette-opacity-readonly)); - --salt-color-gray-800-fade-background-readonly: rgba(36, 37, 38, var(--salt-palette-opacity-readonly)); + --salt-palette-opacity-background-readonly: var(--salt-opacity-1) + --salt-color-white-fade-background-readonly: rgba(255, 255, 255, var(--salt-palette-opacity-background-readonly)); + --salt-color-gray-20-fade-background-readonly: rgba(234, 237, 239, var(--salt-palette-opacity-background-readonly)); + --salt-color-gray-600-fade-background-readonly: rgba(47, 49, 54, var(--salt-palette-opacity-background-readonly)); + --salt-color-gray-800-fade-background-readonly: rgba(36, 37, 38, var(--salt-palette-opacity-background-readonly));
-
e33f561: Theme update: changed the value of
--salt-palette-success-border
and--salt-palette-success-foreground
to--salt-color-green-400
in dark mode to fix accessibility issues -
d975171: Deprecated
--salt-size-brandBar
; replaced with--salt-size-accent
with new density dependent values -
9cae606: Deprecated differential characteristic; replaced tokens with below
Moved differential tokens to status characteristic
Added 'static' status variant- --salt-differential-positive-foreground - --salt-differential-negative-foreground + --salt-status-positive-foreground + --salt-status-negative-foreground + --salt-status-static-foreground
-
1f579da: Added tokens for success, warning, and error backgrounds on selected state
+ --salt-status-success-background-selected + --salt-status-warning-background-selected + --salt-status-error-background-selected + --salt-palette-success-background-selected + --salt-palette-warning-background-selected + --salt-palette-error-background-selected