Added
--fi-fila-calendar-range-pending-ringCSS variable for theming the ring on a range's pending start day.
Changed
- The fallback palette, used only when the calendar renders outside a Filament panel and has no
--primary-*to read, is amber instead of teal, matching Filament's default primary color.
Fixed
- Selected days, ranges, and the today ring were drawn in the package's own teal regardless of the host panel, so a calendar in an amber or rose panel showed a blue-green ring around the day it was told to select. Every colored state now resolves through the panel's
--primary-*palette. Themes that already set the--fi-fila-calendar-*variables are unaffected, and those overrides no longer have to exist just to undo the teal. - The ring on the day awaiting a range's second click was a fixed teal on top of the range fill, which read as a stray blue border on any other palette. It now uses the day's own text color.
Full changelog: v0.4.1...v0.5.0