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
Align @workflow/web-shared's default light and dark color tokens with Vercel's Geist stylesheet. The shared fallback theme now uses the same OKLCH values and defines every mapped color step.
The earlier docs-only edit has been fully reverted.
How did you test your changes?
Exact token comparison against docs/app/styles/geistdocs.css: 94/94 light tokens and 92/92 dark tokens match, with no missing, extra, or mismatched values.
Confirmed docs/app/styles/geistdocs.css has no net branch diff.
pnpm dlx @changesets/cli@2.29.8 status --since=main
git diff --check
PR Checklist - Required to merge
📦 Added a patch changeset for @workflow/web-shared
🔒 DCO sign-off passes
📝 Ping @vercel/workflow in a comment once the PR is ready, and the above checklist is complete
Although packages/web-shared/src/styles.css does exist on stable, this commit is a visual/design alignment rather than a stability fix: it rewrites every existing light and dark color token from HSL to new OKLCH values and adds many previously undefined token steps (e.g. --ds-black, --ds-white, --ds-*-800, --ds-*-1000, full gray-alpha and teal/pink scales). That is a change of existing defaults plus new token surface area — feature/polish work that would visibly alter the UI for users who stayed on the maintenance line, with no correctness, crash, data-loss, or security defect being fixed.
To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:
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
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.
Description
Align
@workflow/web-shared's default light and dark color tokens with Vercel's Geist stylesheet. The shared fallback theme now uses the same OKLCH values and defines every mapped color step.The earlier docs-only edit has been fully reverted.
How did you test your changes?
docs/app/styles/geistdocs.css: 94/94 light tokens and 92/92 dark tokens match, with no missing, extra, or mismatched values.docs/app/styles/geistdocs.csshas no net branch diff.pnpm dlx @changesets/cli@2.29.8 status --since=maingit diff --checkPR Checklist - Required to merge
@workflow/web-shared@vercel/workflowin a comment once the PR is ready, and the above checklist is complete