Two related loose ends from PR #4660 that are both blocked on Token Studio being configured with the correct density values from Figma.
1. Density naming rename
The current data-density values need to be renamed to align with Figma:
| Current |
Renamed |
relaxed |
spacious |
spacious |
comfortable |
comfortable |
compact |
This is a breaking change for any consumers already using data-density, so it should be coordinated with the Figma side before shipping.
2. relaxed-density.css real values
relaxed-density.css is currently a POC with placeholder values. Once the correct density scale is defined in Token Studio and synced, replace the placeholders with the real token values.
Blocked on
Token Studio needs to be configured with the density scale from Figma before either of these can be finalised.
Related
Two related loose ends from PR #4660 that are both blocked on Token Studio being configured with the correct density values from Figma.
1. Density naming rename
The current
data-densityvalues need to be renamed to align with Figma:relaxedspaciousspaciouscomfortablecomfortablecompactThis is a breaking change for any consumers already using
data-density, so it should be coordinated with the Figma side before shipping.2.
relaxed-density.cssreal valuesrelaxed-density.cssis currently a POC with placeholder values. Once the correct density scale is defined in Token Studio and synced, replace the placeholders with the real token values.Blocked on
Token Studio needs to be configured with the density scale from Figma before either of these can be finalised.
Related