Skip to content

Align web-shared typography with Geist tokens - #3294

Merged
mitul-s merged 6 commits into
mainfrom
c+ms/fix-typography-tokens-b882
Aug 3, 2026
Merged

Align web-shared typography with Geist tokens#3294
mitul-s merged 6 commits into
mainfrom
c+ms/fix-typography-tokens-b882

Conversation

@mitul-s

@mitul-s mitul-s commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Description

Replace all 30 raw Tailwind typography sizes and all 10 arbitrary sizes at 12px or above in @workflow/web-shared with defined Geist typography utilities. Replace the undefined text-copy-12 usage with the supported, metric-equivalent text-label-12 token.

The existing 10px/11px usages remain intentionally unchanged for a future design decision.

How did you test your changes?

  • pnpm --filter @workflow/web-shared... build
  • pnpm --filter @workflow/web build
  • pnpm --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)
  • The two excluded zstd tests cannot run on this environment's Node 22 because node:zlib.zstdCompressSync is unavailable

PR Checklist - Required to merge

  • 📦 pnpm changeset was run to create a changelog for this PR
    • Use the correct semver bump type: patch for bug fixes, minor for new features, major for breaking changes.
    • Use pnpm changeset --empty if you are changing documentation or workbench apps
  • 🔒 DCO sign-off passes (run git commit --signoff on your commits)
  • 📝 Ping @vercel/workflow in a comment once the PR is ready, and the above checklist is complete
Open in Web Open in Cursor 

Signed-off-by: Cursor Agent <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Aug 3, 2026 6:24pm
example-nextjs-workflow-webpack Building Building Preview Aug 3, 2026 6:24pm
example-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-astro-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-express-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-fastify-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-hono-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-nestjs-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-nitro-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-nuxt-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-sveltekit-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-tanstack-start-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workbench-vite-workflow Ready Ready Preview Aug 3, 2026 6:24pm
workflow-docs Ready Ready Preview, v0 Aug 3, 2026 6:24pm
workflow-swc-playground Ready Ready Preview Aug 3, 2026 6:24pm
workflow-tarballs Ready Ready Preview Aug 3, 2026 6:24pm
workflow-web Ready Ready Preview Aug 3, 2026 6:24pm

@changeset-bot

changeset-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 52484d9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@workflow/web-shared Patch
@workflow/web Patch
@workflow/cli Patch
@workflow/nitro Patch
workflow Patch
@workflow/world-testing Patch
@workflow/nuxt Patch
@workflow/core Patch
@workflow/builders Patch
@workflow/next Patch
@workflow/vitest Patch
@workflow/astro Patch
@workflow/nest Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch

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>
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

No backport to stable for dc4cf94 (AI decision).

This is a purely cosmetic design-system refactor that swaps raw Tailwind/arbitrary font-size classes in @workflow/web-shared for Geist typography utilities; it fixes no user-visible defect, crash, or correctness issue. The only arguably corrective part is replacing the undefined text-copy-12 class with the metric-equivalent text-label-12 in attribute-panel.tsx, which is a trivial styling cleanup that does not justify churning the maintenance line's UI.

To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:

dc4cf944ae5d47b317d5706b48958be189ede2ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants