HSV إلى HSLA
Design sliders to alpha-capable CSS
HSLA keeps hue editing flexibility while adding explicit transparency. Converting HSV here helps when prototype tools give HSV values but component code expects hsla() declarations.
Implementation note
If alpha is absent in source data, set it deliberately for each state instead of inheriting a default across all tokens.