Skip to content

v3.0.4 🌈

Choose a tag to compare

@github-actions github-actions released this 13 Jan 15:59
· 23 commits to refs/heads/master since this release

Changes

Changes

✨ Features
Responsive modal width handling via --width and --width-mobile.
New header/footer background tokens: --header-background, --footer-background.

🧩 Improvements
Modal content keeps rounded corners when header/footer are missing.
ModalChildren now allows null for easier conditional rendering.

πŸ“ Docs & Stories
README CSS variables list updated to match the new tokens.
Storybook CSS variables story updated to demonstrate the new width/background tokens.

⚠️ Migration Note
--max-width and --min-width are no longer part of the public CSS variable surface; use --width and --width-mobile instead.