Skip to content

feat(ui): Add fontFamilyMono variable#8546

Merged
wobsoriano merged 2 commits into
mainfrom
carp/font-family-mono-variable
May 14, 2026
Merged

feat(ui): Add fontFamilyMono variable#8546
wobsoriano merged 2 commits into
mainfrom
carp/font-family-mono-variable

Conversation

@alexcarpenter
Copy link
Copy Markdown
Member

@alexcarpenter alexcarpenter commented May 13, 2026

Description

Adds new fontFamilyMono variable option to be used in ConfigureSSO work.

docs: clerk/clerk-docs#3369

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 13, 2026

🦋 Changeset detected

Latest commit: ac1783f

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

This PR includes changesets to release 2 packages
Name Type
@clerk/ui Minor
@clerk/chrome-extension 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

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

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

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment May 14, 2026 0:29am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: a5ef325b-7820-446e-aa66-a12e5c7c0c6b

📥 Commits

Reviewing files that changed from the base of the PR and between f282355 and ac1783f.

📒 Files selected for processing (1)
  • .changeset/font-family-mono-variable.md
✅ Files skipped from review due to trivial changes (1)
  • .changeset/font-family-mono-variable.md

📝 Walkthrough

Walkthrough

This pull request adds monospace font family customization to the theme system. A new optional fontFamilyMono property is introduced to the Variables type with documentation describing its use for monospaced text. The createFonts function is updated to extract this property and include it in its returned object alongside existing main and buttons entries. The typography foundation exports a new fonts.mono CSS variable that defaults to a standard monospace font stack (ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title accurately describes the main change: adding a new fontFamilyMono variable to the UI package, which is exactly what the changeset implements.
Description check ✅ Passed The description is directly related to the changeset, explaining that it adds a new fontFamilyMono variable option for use in ConfigureSSO work with a reference to supporting documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 13, 2026

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8546

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8546

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8546

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8546

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8546

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8546

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8546

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8546

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8546

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8546

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8546

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8546

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8546

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8546

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8546

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8546

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8546

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8546

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8546

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8546

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8546

commit: ac1783f

Copy link
Copy Markdown
Member

@jacekradko jacekradko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wobsoriano wobsoriano merged commit ed76cd7 into main May 14, 2026
43 checks passed
@wobsoriano wobsoriano deleted the carp/font-family-mono-variable branch May 14, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants