You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buttonStyle config option. New buttonStyle: 'fill' | 'outline' option (default 'fill') controls how the banner and settings-modal Accept / Reject buttons render. 'fill' keeps the current solid, equal-prominence look; 'outline' renders accent-bordered transparent buttons for a lighter visual weight. Also accepted via the data-button-style="outline" script attribute. Unknown values fall back to 'fill' (normalised in mergeConfig).
Changed
@freshjuice/zest-astro and @freshjuice/zest-eleventy bumped to 2.5.0 (lockstep with the root package). Peer dependency range now @freshjuice/zest: ^2.5.0. No plugin code changes — the plugins inject the Zest IIFE unchanged; buttonStyle is a full-build-only UI concern and does not affect plugin output.