v3.0.2 π
·
38 commits
to refs/heads/master
since this release
Changes
Highlights
- Expanded CSS variable support for the Modal to improve styling flexibility and consistency.
- Refined close button layout and styling, including related CSS variables.
Features
- Add/extend CSS variable support and types for the Modal component.
- Improve close button styling and layout via new/updated CSS variables.
- Add type checking and example tests for the Modal component.
Fixes
- Remove unused
Modal.Backdropexport. - Refactor right-padding CSS variable for clarity and consistency.
- Align
onCloseprop type toVoidFunction. - Refine
styleprop documentation.
Chore
- Bump version to
3.0.2and fix types path inpackage.json. - Improve npm publish workflow (from prior
3.0.1release work).