v0.20.1 — Brand components
First-class brand-mark components. Purely additive.
Added
<Logo>— V2 yolk (pure, no legs). Three nested circles (amber base / highlight / specular). Brand-locked so the mark reads identically across themes. Props:size(default 32),glow(default true),title(defaults to "eiDotter"; empty string for decorative use).forwardRef.<Wordmark>— "eiDotter" wordmark. "ei" prefix in dim amber, "Dotter" in full amber. Usesfont-dos. Inherits hostfont-size. Phosphor glow can be disabled.<BrandLockup>— horizontal Logo + Wordmark composition.logoSize,iconOnly,wordmarkOnly,glowprops.eidotter/brandsubpath export —import { Logo, Wordmark, BrandLockup } from 'eidotter/brand'. Resolves to main bundle; tree-shaking handles the pull-through.
All three honor prefers-contrast: high (glow neutralized).
🤖 Generated with Claude Code