@adaptavant/eds-core@1.11.1

✨⚙️ Introducing version 1.11.1. Enjoy! ✨⚙️

🌳 Loading Component Updates

  • Updated default icon to be Setmore new branding tree.
  • The previous icon is now available as growYourBrandIcon.
  • Supports both setmoreIcon (default) and growYourBrandIcon.

⚡️ Widgets

  • CropModal : Added mobile support and replaced custom slider with a Slider component from the Design System.

🎨 Icon Updates

Status

Icon Name

Notes

✨ New

AdditionalInfoIcon

✨ New

CheckboxIndeterminateIcon

✨ New

TapToPayIcon

Regular, Circle, Filled, CircleFilled variants

✨ New

SetmoreIcon

Default icon for Loading component

✨ New

FileCsvIcon

🔄 Updated

GlobeIcon

Design refresh

🔄 Updated

GrowYourBrandIcon

Now optional for Loading component

🛠️ Component Enhancements

  1. FilterMenuTrigger: New placeholder prop for empty states
  2. SelectMenu: Deprecated selectedOption prop (aligning with FilterMenu API)
  3. Sheet: Increased close button size from 32px to 40px
  4. Snackbar: Updated role to alert for better accessibility
  5. Modal: modalWrapper className now applies to Sheet component as sheetWrapper
  6. Dropdowns improvements:
    • Faster focus return to trigger element
    • Optimized autoFocusOnOpen behavior
    • Enhanced render performance for menu components

Patch Changes

  • bc52aaf: CropModal - Support for mobile version of crop modal and slider replacement Modal - Styles passed as modalWrapper className will be passed to the Sheet component as a sheetWrapper instead of dialogWrapper,
  • bc71351: Snackbar - Update the role to alert for voice-over support.
  • 75e29d1: New IconsUpdated IconsLoading:
    • AdditionalInfoIcon, CheckboxIndeterminateIcon, TapToPayIcon, TapToPayCircleIcon, TapToPayCircleFilledIcon, TapToPayFilledIcon, SetmoreIcon, FileCsvIcon
  • 3dd25e1: FilterMenuTrigger: Added a new placeholder prop to render content inside the trigger button when the children of FilterMenuTrigger are empty (null).SelectMenu: Deprecated the selectedOption prop, which will be removed in a future version, to align with the API design of FilterMenu.
  • 8201ede: Sheet: Updated close button size from "32" to "40"
  • e297df4: Dropdowns:
    • Adjusted the CloseMenu logic to immediately return focus to the trigger element when closeMenu is invoked.
    • Ensured that autoFocusOnOpen is applied to DropdownMenuList, FilterMenuSearchInput, and SelectMenuListbox. The useEffect hooks for dispatching SET_ACTIVE_DESCENDANT_INDEX in SelectMenuListbox, FilterMenuListbox, and ComboboxListbox are now executed only once during the initial render.
  • GlobeIcon, GrowYourBrandIcon
  • Added the new Setmore branding tree icon as the default icon.
  • Restored the previous icon under the name growYourBrandIcon.
  • The Loading component now supports two icons: setmoreIcon (default) and growYourBrandIcon.

For more detailed information about these changes, please refer to our documentation or reach out to the development team.