@adaptavant/eds-core@1.42.0

Minor Changes

  • 0a13332: Combobox, ComboboxMultiSelect, DropdownMenu, FilterMenu, SelectMenu, Timepicker, Tooltip: Popover content is now unmounted from the DOM when closed, rather than kept hidden with display: none.

    Breaking change for consumers querying the DOM: If your code queries for popover elements (e.g. by role, test ID, or selector) while a menu or tooltip is closed, those queries will now return null — the elements no longer exist in the DOM. Update any such queries to open the component first, or use queryBy* to handle the absence gracefully.

  • aa4d7e3: Accordion: Added a new prop hasDivider for the AccordionItem to add a visual separator between the Accordion items. The Accordion title font sizes, casing have also been updated.

Patch Changes

  • 096b0fc: Dialog: Fix Escape handling for nested popovers.

    DatePickerPopover: Preserve dialog onEscPress when DatePicker is rendered inline with shouldUsePortal={false}.

  • 4398007: StatusPanel: Updated StatusPanel spacing and typography for the mobile layout.

  • 9647f14: ComboboxMultiSelect: Fixed size of overflow badge(+N) for large variant.

  • 296676c: Alert: Update the background color of the Alert component info variant to improve visibility and contrast

  • 6e53cbe: DatePicker: Close popover on re-click of selected date

  • 713135a: TimePicker: Support 24-hour style input in 12-hour format mode. In 12-hour format mode, users can now type values in 24-hour notation (e.g. 13, 13:30, 0, 23) and the component will correctly interpret and filter the dropdown — mapping 131:00 PM, 012:00 AM

  • cfb398e: Tabs: Updated proper token for TabItem for better color contrast

  • Updated dependencies [67174f3]

    • @adaptavant/eds-icons@1.12.0