-
v0.5.0 — visual upgrade: 7 new components + theming API
Stableci / build-and-design (push) Failing after 1sreleased this
2026-07-23 10:07:04 -05:00 | 0 commits to main since this releaseNew components
FormField,Checkbox,Switch,Tabs,Tooltip,Skeleton,Pagination
Theming
- New
ThemeProvider,ThemeScript,useThemehook, andTheme/ResolvedThemetypes (existingsetTheme/toggleThemeretained — backward compatible)
Infrastructure
- Design token system (
tokens.json+ generated theme CSS) and font CSS - Showcase app under
showcase/ - Vitest test suite (
tests/) - CI workflow updates
Additive, backward-compatible release — no public exports were removed.
Downloads
-
v0.4.1 — danger Button fix
Stableci / build-and-design (push) Failing after 10sreleased this
2026-07-16 11:14:47 -05:00 | 2 commits to main since this releaseFix: danger
Buttonvariant usestext-bginstead of white for correct contrast against the danger background.Downloads
-
v0.4.0 — themed Select + Spinner/EmptyState/StatCard
Stableci / build-and-design (push) Failing after 1sreleased this
2026-07-16 07:55:34 -05:00 | 3 commits to main since this releaseShared design foundation.
Since v0.1.0:
- v0.2.0 Label, Select, Textarea + Input size variant
- v0.3.0 themed Radix Select popover (replaces native ) v0.4.0 Spinner, EmptyState, StatCard (AnimatedNumber + intents) Install: git+https://git.alwisp.com/jason/ui-kit.git#v0.4.0
Downloads