Skip to content

v0.20.1 — Brand components

Choose a tag to compare

@CinimoDY CinimoDY released this 24 Apr 17:46
· 71 commits to main since this release
93d2e7d

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. Uses font-dos. Inherits host font-size. Phosphor glow can be disabled.
  • <BrandLockup> — horizontal Logo + Wordmark composition. logoSize, iconOnly, wordmarkOnly, glow props.
  • eidotter/brand subpath exportimport { 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