chore(deps): bump @mind-studio/ui to 0.7.0 (brand-refresh typography) - #6
Closed
rep0x wants to merge 2 commits into
Closed
chore(deps): bump @mind-studio/ui to 0.7.0 (brand-refresh typography)#6rep0x wants to merge 2 commits into
rep0x wants to merge 2 commits into
Conversation
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>
24 tasks
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>
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 |
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 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this delivers
Bumps
@mind-studio/uifrom^0.4.0to^0.7.0, picking up the design-system brand refresh:--font-serif → --mind-font-serif → --font-frauncestoken chainkbdmonospace styling<Symbol>is used (no app code change needed)This is a 4-minor jump (0.4.0 → 0.7.0). Typecheck and
next buildboth pass green; no breaking changes surfaced in the consumed ui API (parseTheme,toDataUrl,Theme,<Symbol>/<Logo>).Typography QA (Tier 2)
The ui chain resolves⚠️ This app does not currently define or load
h1–h3 → var(--font-serif) → var(--mind-font-serif) → var(--font-fraunces).--font-fraunces(fonts are Geist / Geist Mono / Space Grotesk vianext/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