Align web-shared typography with Geist tokens - #3294
Conversation
Signed-off-by: Cursor Agent <cursoragent@cursor.com>
🦋 Changeset detectedLatest commit: 52484d9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 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 |
Signed-off-by: Cursor Agent <cursoragent@cursor.com>
Signed-off-by: Cursor Agent <cursoragent@cursor.com>
|
No backport to This is a purely cosmetic design-system refactor that swaps raw Tailwind/arbitrary font-size classes in To override, re-run the Backport to stable workflow manually via |
Description
Replace all 30 raw Tailwind typography sizes and all 10 arbitrary sizes at 12px or above in
@workflow/web-sharedwith defined Geist typography utilities. Replace the undefinedtext-copy-12usage with the supported, metric-equivalenttext-label-12token.The existing 10px/11px usages remain intentionally unchanged for a future design decision.
How did you test your changes?
pnpm --filter @workflow/web-shared... buildpnpm --filter @workflow/web buildpnpm --filter @workflow/web-shared exec vitest run --exclude test/zstd-decoder.test.ts(158 tests pass)pnpm --filter @workflow/web-shared lint(passes with the existing 115 warnings and no new diagnostics)node:zlib.zstdCompressSyncis unavailablePR Checklist - Required to merge
pnpm changesetwas run to create a changelog for this PRpatchfor bug fixes,minorfor new features,majorfor breaking changes.pnpm changeset --emptyif you are changing documentation or workbench appsgit commit --signoffon your commits)@vercel/workflowin a comment once the PR is ready, and the above checklist is complete