← All Releases
1.0.26
January 6, 2026Checkbox checked hover styling, Modal header/footer props and showFooter control
Summary
- Improved state-level styling control for Checkbox.
- Added more flexible header/footer configuration for modal flows.
- Reduced customization friction for modal action labels and visibility.
Added
- Added Checkbox checked-hover styling tokens:
--lev-checkbox-checked-hover-bg--lev-checkbox-checked-hover-border-color
- Added
headerslot support for Modal and ModalMultiStep. - Added
closeTextandconfirmTextprops for footer action labels. - Added
showFooterprop to hide modal footers when needed. - Added
defaultstep prop to ModalMultiStep.
Changed
- Updated modal API to support lighter customization without full slot overrides.
Fixed
- None.
Breaking Changes
- None.