Skip to content

v0.9.0 — Radius hard-floor (4/6/8) + softer edge + card unification

Choose a tag to compare

@cpascariello cpascariello released this 05 Jun 19:20
· 9 commits to main since this release
82eec14

Decision #100 — the 0px brutalist corner is retired.

  • Radius hard floor 4 / 6 / 8 — controls 4px, cards/SelectableCard 6px, Dialog 8px; rounded-full reserved for round-by-design.
  • Softer --edge — dark rgba(255,255,255,0.10), light translucent rgba(0,0,0,0.14) — one "foreground at low alpha" concept across modes.
  • Unified card family — Card, SelectableCard, and Dialog share bg-surface + 1px border-edge + tier radius; Dialog gains the hairline.

~18 components swept rounded-none / rounded-[2px]rounded-sm. No component-API changes.

PR #25.