v0.116.2
Patch Changes
-
#1048
3416f067Thanks @tenphi! - Banner: Use Button component instead of Link for BannerLink implementation. This is an internal refactoring that maintains the same public API and visual appearance. -
#1048
3416f067Thanks @tenphi! - Fix okhsl color function to preserve opacity/alpha channel when converting to RGB. Previously, alpha values were silently dropped when using okhsl() colors in styles or tokens. Now okhsl() colors with alpha (e.g.,okhsl(240 50% 50% / .5)) are correctly converted torgb()format with alpha preserved. -
#1050
f4f3f829Thanks @tenphi! - Persist dismissed notification IDs in localStorage so they survive page reloads (24h TTL) -
#1050
f4f3f829Thanks @tenphi! - Addactionsprop to Toast component to support interactive action buttons (e.g., Cancel button in progress toasts). Toasts with actions remain interactive and prevent overlay collapse.