Nychthemeron/packages/library
Matthew L McPeak a49f216c43 fix: fill the RadioGroup indicator's own SVG path instead of faking it with a background
The checked-state dot used bg-primary-foreground behind an unfilled,
stroke-only CircleIcon (fill="none" by default) -- relying on the
stroke and background happening to share the same color to look like
a solid dot. That's fragile and, combined with a size-2 box (50% of
the outer ring), reads as an oversized hole rather than a normal radio
dot. Fill the icon's own path directly (fill-primary-foreground) and
size it down to a more typical proportion (size-1.5, ~40% of the
ring). Verified centered and correctly proportioned in both themes via
headless Chromium (pixel-precise marker overlay + zoomed screenshots).
2026-07-14 10:39:18 -04:00
..
src fix: fill the RadioGroup indicator's own SVG path instead of faking it with a background 2026-07-14 10:39:18 -04:00
tests fix: unwrap Fragment vnodes in Slot before cloning 2026-07-13 18:37:50 -04:00
components.json feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00
package.json chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
tsconfig.json Inital Commit 2026-06-14 14:50:44 -04:00
vite.config.ts chore: drop the reka-ui dependency 2026-07-13 18:18:55 -04:00
vitest.config.ts feat: wire up Tailwind v4 and shadcn-vue token mapping alongside PrimeVue 2026-07-11 14:15:37 -04:00