@adaptavant/eds-core@1.24.0

✨⚙️ Releasing new core version 1.24.0 ✨⚙️

🛠️ Enhancements

  • SelectCard: Improved select-card component mobile experience.
  • Added 13 new symbols and 1 new icon.
  • Lots of design & UX polish, and bug fixes.

Minor Changes

  • 663f784: SelectCard: Improved select-card component mobile experience.
  • 161a85b: MenuItem: Adjusts the padding of all dropdown's menu item FilterMenu: Filtermenu Sheet UI fixes
  • 3cd6a5d: TimePicker
    • Add size prop to be consistent with other form input components.
    • Add mobileFriendly and closeButtonPropsForMobile props.
  • 86229f5: Tag: Add size prop to adjust the height and font-size of the component
  • 54f8217: Sheet: Added isFullScreen prop to allow sheet to take up 100% height and removed corner radii
  • 24afdc6: Toggle: Added a new togglePosition prop to control the placement of the label and toggle switch.

Patch Changes

  • 3010719: Tooltip: Increased timeout for mobile view
  • 6795ba5: dialog: Added pointer-events: none on the dialog overlay during exit animation to immediately restore interactivity to elements outside the dialog.
  • ebcab61: Symbols:
    • Added New symbols AutoTaskColorIcon,AnswerForceColorIcon,BoomTownColorIcon,CincColorIcon,FollowUpBossColorIcon,HelloSellsColorIcon,LexReceptionColorIcon,RealGeeksColorIcon,ServiceForgeColorIcon,SignMoreColorIcon,TopProducerColorIcon,WellReceivedColorIcon,WiseAgentColorIcon,
  • aac5abc: TimeZonePicker: Style improvements
  • f193de7: Slider: Fixed dragging reset on pointerup event
  • ea874b2: ComboboxMultiSelect:
    • Ensure scroll into view only triggers when an option is newly highlighted, avoiding scroll jumps to first selected items after user interaction.
  • de3b998: Core: Add useIsMobile hook, and MobileViewContext to the Root component.
  • b0c660e: Icon: Added RemoveUserIcon to icons.
  • 47d12c9: ComboboxMultiSelect: Fixes error indication and improves placeholder visibility in mobile views
  • 154b8dc: FilterMenuTrigger, ComboBoxTrigger, ComboBoxMultiSelectInput & SelectMenuTrigger: Focus indicators only appear for keyboard navigation and not mouse interactions.