Commit Graph
14 Commits
Author SHA1 Message Date
GROK aaafe073a9 Merge pull request 'Scope CommandPalette uppercase to the group heading' (#4) from fix/cmdk-heading-uppercase into main
ci / build-and-design (push) Failing after 1s
2026-08-20 17:18:53 -05:00
GROK 42ddfd0527 Merge pull request 'Add immediate opt-out for FadeIn and AnimatedNumber' (#3) from fix/motion-immediate into main
ci / build-and-design (push) Failing after 2s
2026-08-20 17:18:48 -05:00
GROK cf06ec07ca Scope CommandPalette uppercase to the group heading
ci / build-and-design (pull_request) Failing after 1s
Fixes #2. uppercase on Command.Group was inherited by items, so labels rendered as ALL CAPS.
2026-08-20 16:59:20 -05:00
GROK 1db797b4db Add immediate opt-out so FadeIn and AnimatedNumber can run on mount
ci / build-and-design (pull_request) Failing after 21s
Fixes #1. Dashboards and wall displays never scroll, so whileInView left FadeIn at opacity 0 and AnimatedNumber stuck at 0. Default is unchanged.
2026-08-20 16:59:19 -05:00
GROKandClaude Opus 5 2d746c0d33 chore: gitignore output/ and tmp/ demo-PDF artifacts
ci / build-and-design (push) Failing after 2s
Both are generated by scripts/build_demo_pdf.py — output/ holds the
rendered demo.pdf, tmp/ the intermediate page PNGs it rasterizes on the
way there (~2 MB of them).

Same category as the existing dist-* entries, so grouped with them.

scripts/build_demo_pdf.py itself is deliberately left untracked rather
than ignored — it is source, not output, and whether it belongs in the
repo is a separate call.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-07 15:14:10 -05:00
GROKandClaude Opus 5 10a29ded6a chore: gitignore .npmrc so a registry token can't be committed
ci / build-and-design (push) Failing after 3s
Publishing to the Gitea npm registry needs an _authToken, and the natural
place to put it is a .npmrc in the repo root — which was not ignored. The
committed .npmrc.example invites exactly that mistake.

The pattern matches the exact filename, so .npmrc.example is unaffected.

Nothing was leaked: no .npmrc has ever been committed here. This is
preventative.

Better still, publish with `npm publish --userconfig <path outside the
repo>` and keep the token out of the working tree entirely — that is how
v0.5.0 was published.

Co-Authored-By: Claude Opus 5 <[email protected]>
2026-08-07 15:00:35 -05:00
Jason StedwellandClaude Opus 4.8 840504843a chore: release v0.5.0
ci / build-and-design (push) Failing after 1s
Co-Authored-By: Claude Opus 4.8 <[email protected]>
v0.5.0
2026-07-23 10:06:49 -05:00
Jason Stedwell 822d8e41e6 visual upgrade
ci / build-and-design (push) Failing after 13s
2026-07-23 04:23:19 -05:00
Jason StedwellandClaude Fable 5 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 <[email protected]>
v0.4.1
2026-07-16 11:14:47 -05:00
GROK 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.
v0.4.0
2026-07-16 07:50:47 -05:00
GROK 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
GROK 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
GROK 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
GROK 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