Updates to spacing tokens, table headers, breadcrumb and badge components #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
text.default
,text.hover
andtext.active
tokens;icon.default
andicon.hover
tokens in acollapse
andwithDropdown
variant;Default
variant of a breadcrumb was renamed tonormal
to avoid duplications with a text property;Rem
values were replaced withpx
values.All spacing tokens were renamed and now contain prefix 's' and it's value number inside of the name:
0
now iss0
(0px);10
now iss2
(2px);20
now iss4
(4px);30
now iss6
(6px);40
now iss8
(8px);50
now iss12
(12px);60
now iss16
(16px);70
now iss24
(24px);80
now iss32
(32px);90
now iss48
(48px);Introduced new spacing tokens:
s20
(20px);s28
(28px);s36
(36px);s40
(40px);s64
(64px);s72
(72px);s96
(96px);headerFilled
variant now uses thealias.background.neutralSubtle
token;alias.content.text.primary
andalias.content.icon.primary
tokens, respectively;headerFilled
andheaderNested
variants, using thealias.border.neutral
token;alias.border.neutral
token is now connected to theglobal.neutral.50
global token in both modes;statusIcon
token in the secondary notification banner now uses thealias.content.icon.secondary.default
token;accent
has been introduced;Multi-select
feature for Segmented buttons has been introduced;subtle
group;CDS
toCore
;