@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 withdisplay: 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 usequeryBy*to handle the absence gracefully.aa4d7e3:
Accordion: Added a new prophasDividerfor theAccordionItemto 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 dialogonEscPresswhenDatePickeris rendered inline withshouldUsePortal={false}.4398007:
StatusPanel: UpdatedStatusPanelspacing and typography for the mobile layout.9647f14:
ComboboxMultiSelect: Fixed size of overflow badge(+N) for large variant.296676c:
Alert: Update the background color of theAlertcomponent info variant to improve visibility and contrast6e53cbe:
DatePicker: Close popover on re-click of selected date713135a: 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 — mapping13→1:00 PM,0→12:00 AMcfb398e:
Tabs: Updated proper token for TabItem for better color contrastUpdated dependencies [67174f3]
- @adaptavant/eds-icons@1.12.0