← All Releases

1.0.14

July 30, 2025

New Modal and ModalMultiStep components, Accelerator prefix, CSS variables styling system

Summary

  • Introduced new modal primitives for single-step and multi-step workflows.
  • Standardized component styling with CSS variable tokens.
  • Updated component prefixing and wrapper paths for consistency.

Added

  • Added LevModal.vue with focus trap, scroll lock, backdrop close support, and action slots.
  • Added LevModalMultiStep.vue with step navigation, indicators, and slot-based step content.
  • Added CLI dependency detection to suggest/install required Accelerator* dependencies.

Changed

  • Replaced legacy modal variants with a single flexible modal architecture.
  • Introduced --lev-* CSS variable styling strategy across Button, Popover, and Tooltip.

Fixed

  • None.

Breaking Changes

  • Wrapper components moved from components/ui/ to components/accelerator/.
  • Auto-import names now use the Accelerator prefix (for example, AcceleratorButton).