Skip to content

chore(deps): bump @mind-studio/ui to 0.7.0 (brand-refresh typography) - #6

Closed
rep0x wants to merge 2 commits into
mainfrom
chore/ui-0.7.0-brand-refresh
Closed

chore(deps): bump @mind-studio/ui to 0.7.0 (brand-refresh typography)#6
rep0x wants to merge 2 commits into
mainfrom
chore/ui-0.7.0-brand-refresh

Conversation

@rep0x

@rep0x rep0x commented Jun 21, 2026

Copy link
Copy Markdown
Member

What this delivers

Bumps @mind-studio/ui from ^0.4.0 to ^0.7.0, picking up the design-system brand refresh:

  • Serif heading typography (Fraunces) for h1–h3 via the --font-serif → --mind-font-serif → --font-fraunces token chain
  • kbd monospace styling
  • New semantic state tokens
  • The new weave mark, applied automatically wherever <Symbol> is used (no app code change needed)

This is a 4-minor jump (0.4.0 → 0.7.0). Typecheck and next build both pass green; no breaking changes surfaced in the consumed ui API (parseTheme, toDataUrl, Theme, <Symbol>/<Logo>).

Typography QA (Tier 2)

The ui chain resolves h1–h3 → var(--font-serif) → var(--mind-font-serif) → var(--font-fraunces). ⚠️ This app does not currently define or load --font-fraunces (fonts are Geist / Geist Mono / Space Grotesk via next/font, with no serif). Headings will fall back to the ui CSS literal "Fraunces", ui-serif, Georgia, … — i.e. real Fraunces only if installed on the viewer's device, otherwise Georgia/serif. Wiring up the Fraunces web font is a font/asset change, deliberately out of scope for Tier 1+2 and left for a follow-up.

Tier 1+2 of #29.

Refs #29

🤖 Generated with Claude Code

Picks up the serif heading typography (Fraunces h1–h3), kbd mono, the
semantic state tokens, and the new weave mark (auto via <Symbol>) from
the design-system brand refresh.

Refs #29

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The app exposed no --font-fraunces, so ui 0.7.0's h1–h3 serif rule fell
back to system serif. Load Fraunces via next/font and expose
--font-fraunces on the document root to complete the chain.

Refs #29

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rep0x

rep0x commented Jun 21, 2026

Copy link
Copy Markdown
Member Author

Added the Fraunces fix on this branch (8626b1b): the app was loading Geist / Geist Mono / Space Grotesk but never Fraunces, so under ui 0.7.0 the h1–h3 → --font-serif → --mind-font-serif → --font-fraunces chain fell back to system serif (Georgia). This commit loads Fraunces via next/font/google with variable: "--font-fraunces" and applies .variable to <html>, and sets font.serif on the emai theme to the fleet Fraunces stack for consistency. Typecheck + next build both pass. Tier 2 typography (serif display headings) is now real for projects.

@rep0x

rep0x commented Jun 21, 2026

Copy link
Copy Markdown
Member Author

Superseded by #7, which was branched from this bump branch (so it already contains the 0.7.0 bump) and has been squash-merged to main. Closing as redundant.

@rep0x rep0x closed this Jun 21, 2026
@rep0x
rep0x deleted the chore/ui-0.7.0-brand-refresh branch June 21, 2026 16:13
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.

1 participant