You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #4740, follow-up from the Button migration test case (#5208).
The Button migration surfaced gaps and bugs in the Tokens Studio beta export that must be fixed at the source. The studio CLI is pull-only, so the changes are authored as token JSON in the same structure as the pulled raw sets (packages/eds-tokens/src/tokens/raw/) and imported via the Studio UI by design.
A semantic action/fill group for buttons (the current background-surface-accent-* values are unsuitable as solid fills; Button consumes steps 9/10/11 directly in the meantime)
Accent text/border semantic tokens (secondary/ghost Button currently uses steps 12/8)
Neutral/danger equivalents of the accent-only semantic surface group (tone support)
Fix the border-focus self-reference in the semantic set (concept vs semantic name collision; border-disabled has the same collision with two conflicting values)
Part of #4740, follow-up from the Button migration test case (#5208).
The Button migration surfaced gaps and bugs in the Tokens Studio beta export that must be fixed at the source. The
studioCLI is pull-only, so the changes are authored as token JSON in the same structure as the pulled raw sets (packages/eds-tokens/src/tokens/raw/) and imported via the Studio UI by design.Scope
Author proposal JSON covering:
background-surface-accent-*values are unsuitable as solid fills; Button consumes steps 9/10/11 directly in the meantime)border-focusself-reference in the semantic set (concept vs semantic name collision;border-disabledhas the same collision with two conflicting values)Notes
Definition of Done
studio tokens pullthat thesrc/tokens/css/output contains and resolves the new tokens