[TEST] Update base and display color scales#1340
Conversation
|
Design Token Diff (CSS)The message is too long to be displayed here. For more details, please check the job summary. |
Design Token Diff (StyleLint)The message is too long to be displayed here. For more details, please check the job summary. |
Design Token Diff (Figma)The message is too long to be displayed here. For more details, please check the job summary. |
7ed3f88 to
a53de07
Compare
…yout - Use actual PR #1340 green-gray colors (not original blue-gray) - New side-by-side layout: labels on outside, swatches touching in middle - Larger color swatches (100px height) for better comparison - Direct visual comparison: left half is PR #1340, right half is hybrid - Hover effects for interactivity - Hex codes displayed below step labels on each side
- Remove separation line between colors (seamless swatch) - Replace 14+2 approach with 18-step monotonic scale - Insert steps BETWEEN existing ones instead of extending at ends - Maintains monotonic progression (never gets lighter) - Fixes emphasis color contrast issues - Shows mapping from PR #1340 (14 steps) to proposed (18 steps) - Highlights inserted steps that improve contrast flexibility Key insight: Scale should always darken, never lighten. Insert internal steps to smooth gradations and provide better emphasis color options. Emphasis mapping example: - bgColor-neutral-emphasis: step 8 → step 14 - Contrast: 1.64:1 → ~8:1 (WCAG AAA passed)
- Single unified view showing all 18 steps (0-17) - Clear badges: [FROM PR #1340] vs [INSERTED] - No confusing mapping sections or hidden steps - All 18 steps visible and comparable - Better explanation of why inserts between are better than extends at ends Fixes issue where steps appeared to be missing.
- Inserted steps (2,3,5,7,9,11,13,15) now grayed on left - FROM PR #1340 steps have normal blue labels - Makes it visually clear which steps are new vs preserved - Improves readability of scale composition
1e3ed4e to
2e67d1b
Compare
Please see #1369