Skip to content

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

Closed
rep0x wants to merge 1 commit into
mainfrom
chore/ui-0.7.0-brand-refresh
Closed

chore(deps): bump @mind-studio/ui to 0.7.0 (brand-refresh typography)#24
rep0x wants to merge 1 commit into
mainfrom
chore/ui-0.7.0-brand-refresh

Conversation

@rep0x

Copy link
Copy Markdown
Member

What this delivers

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

  • Serif heading typographyh1h3 now render in Fraunces via the --font-serif → --mind-font-serif → --font-fraunces chain.
  • kbd mono treatment.
  • Semantic state tokens (success / warning / error / info).

Typography QA (Tier 2)

The app already exposes --font-fraunces — emitted on <html> by layout.tsx (Fraunces({ variable: "--font-fraunces" })). The ui 0.7.0 heading rule h1–h3 { font-family: var(--font-serif) } resolves through ui's own --font-serif → --mind-font-serif → --font-fraunces, and the app's globals.css bridge independently maps --font-serif → --font-display → --font-fraunces. The chain resolves end-to-end; no alias was needed.

Verification

  • npm run typecheck — passes (exit 0).
  • npm run build — passes (✓ Compiled successfully).
  • npm run test — 102/102 passing (verified across 8 consecutive runs; one transient flake observed in the pre-push gate did not reproduce and is unrelated to the bump/typography).

Scope

Tier 1+2 of #29 (bump + typography verification only). The text-header → <Logo label="Codespaces"> lockup refresh is deferred to the Tier 3 wave.

Refs #29

🤖 Generated with Claude Code

Picks up the serif heading typography (Fraunces h1–h3), kbd mono, and
the semantic state tokens from the design-system brand refresh.
Refs #29
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rep0x

Copy link
Copy Markdown
MemberAuthor

Superseded by #25, 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.

@rep0xrep0x 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 freeto 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

@rep0x