Skip to content

v0.5.1

Choose a tag to compare

@IhsenBouallegue IhsenBouallegue released this 04 Jun 21:28
· 6 commits to main since this release

Additive groundwork for the energy widget suite. No breaking changes.

Added

  • svgColors: seven energy color tokens (solar, grid, battery, ev, home, positive, negative) as OKLCH strings with fill/stroke/solid channels + SvgColorKey type
  • useReducedMotion(): reactive prefers-reduced-motion accessor, SSR-safe
  • useIntersectionPause(el): true while the element is offscreen, for pausing animations, SSR-safe
  • monotoneCubicPath(points): shared monotone cubic Hermite spline (deduplicated from widgets)