Commit Graph

6 Commits

Author SHA1 Message Date
Jason Stedwell 9d7f593307 fix: danger Button uses text-bg, not white (v0.4.1)
ci / build-and-design (push) Failing after 10s
White on the danger fill lands ~3.3:1 against tuned dark-theme danger
tokens (e.g. delta's rust at 58% lightness) — below AA for 14px labels.
text-bg follows the primary variant's own pattern (bg-brand text-bg)
and holds ≥4.5:1 on both the kit default and delta's tokens.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 11:14:47 -05:00
Jason 27d8225369 feat: add Spinner, EmptyState, StatCard (v0.4.0)
ci / build-and-design (push) Failing after 1s
Harvested from delta. StatCard integrates AnimatedNumber + intent colors;
EmptyState and Spinner generalize delta's local versions for reuse.
2026-07-16 07:50:47 -05:00
Jason ea311c502a fix: themed Radix-based Select (dark/gold popover) replacing native <select> (v0.3.0)
ci / build-and-design (push) Failing after 1s
Native <select> open menus are OS-drawn (grey/blue) and can't be themed.
Rebuilt Select on @radix-ui/react-select with a fully styled popover while
keeping the native drop-in API (value/onChange/<option> children). Empty-string
option values stay selectable via an internal sentinel.
2026-07-16 07:45:39 -05:00
Jason 9ee7368841 feat: add Label, Select, Textarea; add size variant to Input (v0.2.0)
ci / build-and-design (push) Failing after 1s
2026-07-16 01:18:57 -05:00
Jason 78fa3f03c4 feat: git-installable (prepare build), ship design docs in package, add ADOPT.md for Claude Code
ci / build-and-design (push) Failing after 1s
2026-07-16 00:45:42 -05:00
Jason b75012525d feat: initial @jason/ui-kit — tokens, preset, components, motion, blocks, Impeccable
ci / build-and-design (push) Failing after 15s
2026-07-16 00:36:53 -05:00