v2.1.0 — Signature control bar restored
Brings back the v1 bottom toolbar as a modern, accessible feature.
- A single segmented control bar under the sample: slim at rest (showing each slider's fill), expanding on hover and keyboard focus (
:focus-within) to reveal labels and values. - Built as CSS over the existing native controls, so it keeps full keyboard + screen-reader support (the v1 custom controls had none).
- Per-slider
--fp-filltrack variable paints the filled portion. - Themeable via CSS variables (neutral default); faithful TDF green-on-black ships as the
.fp--tdfpreset. - Demo gains a theme toggle. New test for the fill variable (38 tests).