fix(tokens): restore PR #749 manual work and studio sync (icon sizing)#753
Merged
fix(tokens): restore PR #749 manual work and studio sync (icon sizing)#753
Conversation
Add deprecated_comment and renamed metadata to all 540 deprecated layout tokens so consumers have clear migration paths. Add description field to 99 new semantic tokens documenting their purpose. Add description property to all token-type JSON schemas (aligns with DTCG $description). Add renamed property to set-type schemas. Move semantic layout tokens to layout.json. Regenerate validation snapshot and update changeset. Co-authored-by: Nate Baldwin <nate.baldwin@gmail.com> Made-with: Cursor
…e-set These 4 tokens had identical desktop/mobile alias values wrapped in an unnecessary scale-set structure. Flatten to simple alias tokens since there is no per-platform variation. Made-with: Cursor
…ability The getSchemaFile and concurrent getSchemaBySlug performance tests had 200ms thresholds that were too tight for CI runners under load, causing flaky failures (e.g. 207.50ms). Increase to 500ms to accommodate runner variability while still catching genuine regressions. Made-with: Cursor
…ability The getSchemaFile and concurrent getSchemaBySlug performance tests had 200ms thresholds that were too tight for CI runners under load, causing flaky failures (e.g. 207.50ms). Increase to 500ms to accommodate runner variability while still catching genuine regressions. Made-with: Cursor
Restore manual layout token metadata, schema updates, and changeset from pr-749-sync. Keep workflow-icon-* in layout.json and ui-icon-* scale-sets (with component field) from the post-299 sync. Made-with: Cursor
🦋 Changeset detectedLatest commit: f2ff704 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Member
Author
Run report for f2ff704fTotal time: 1m 20s | Comparison time: 2m 23s | Estimated savings: 1m 3s (44.0% faster)
Expanded report
Touched files |
Contributor
🎨 Token Changes Report📋 View full report in the Actions Job Summary Tokens Changed (671)Original Branch: Newly Deprecated (540)
... and 520 more items in this section. See full report link below. Added (117)
... and 97 more items in this section. See full report link below. Updated (14)Added Properties (6)
Deleted Properties (4)
Updated Properties (4)
This comment was automatically generated by the token diff tool. 🤖 |
Handle GitHub PR comment size limits by uploading full token diff reports as a secret gist and posting a truncated summary with a link. Made-with: Cursor
GITHUB_TOKEN lacks the gist OAuth scope so gh gist create always fails in CI. Write the full report to GITHUB_STEP_SUMMARY and link to the Actions run from the truncated PR comment instead. Made-with: Cursor
Made-with: Cursor
Tokens deprecated at every set level (e.g. sets.desktop.deprecated and sets.mobile.deprecated) are now treated as equivalent to top-level deprecated during diff comparison. This prevents false "Newly Deprecated" and "Newly Un-deprecated" reports when deprecation metadata is restructured from set-level to top-level. Made-with: Cursor
Sync changeset token changes section with the latest CI diff report: update total from 643 to 671, add 14 icon sizing tokens to Added (103 to 117), add Updated section with help-text flattening and side-nav deprecation metadata, fix branch reference, add PR #753 to references. Made-with: Cursor
Add 21 token terminology entries from PR #692 (SDS-15500) to support the semantic layout token naming taxonomy: structure, base, list, table, container, group, drop-target, focus-ring, accessory, banner, text, substructure, item, padding, gap, orientation, shape, uniform, position, affixed, and size. Co-authored-by: Nate Baldwin <nate.baldwin@gmail.com> Made-with: Cursor
Made-with: Cursor
This was referenced Mar 25, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Restores manual commits that were overwritten when
sync-s2force-pushed PR #749 after spectrum-tokens-studio-data PR #299, and keeps the post-299 token updates.What was restored (from local
pr-749-sync)layout.json, deprecation metadata, descriptions, schema updates (description/renamedon token-type schemas)help-text-top-to-workflow-icon-*alias scale-sets.changeset/20260324-5de7c01e.mdIntegrated from latest sync (
54093a3)workflow-icon-*semantic tokens inlayout.jsonui-icon-*scale-set tokens inlayout-component.json(withcomponent: "ui-icon"for validation)Notes
tokens-sync/patch-spectrum2-from-main; consider closing feat: updates from spectrum-tokens-studio-data #749 in favor of this PR or retargeting.Made-with: Cursor
Made with Cursor