← All Releases

1.0.26

January 6, 2026

Checkbox 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 header slot support for Modal and ModalMultiStep.
  • Added closeText and confirmText props for footer action labels.
  • Added showFooter prop to hide modal footers when needed.
  • Added default step prop to ModalMultiStep.

Changed

  • Updated modal API to support lighter customization without full slot overrides.

Fixed

  • None.

Breaking Changes

  • None.