@adaptavant/eds-core@1.10.1

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

🛠️ Enhancements

  1. <CalDynamicIcon />: Update children text font size
  2. <Sheet />: The animation delay is now managed as an internal value, simplifying the API and reducing the need for external configuration.
  3. <TimeZonePicker />: Removed flags emojis
  4. Popovers: We've introduced a new prop that allows you to control whether to render the popover using a React portal or not, giving you more flexibility in how popovers are positioned and rendered within the DOM

Patch Changes

  • ede564d: CalDynamicIcon: Updated font size to match current live icon
  • b93b4b9: Sheet: Removed delay from sheetProps as a default value is set internally.
  • a90e163: TimeZonePicker: Removed flags emoji.
  • b1bc7f2: ComboboxPopover, SelectMenuPopover, FilterMenuPopover & TimePicker: Added shouldUsePortal prop to control portal rendering of floating elements.