@adaptavant/eds-core@1.10.0

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

⚠️ 👩🏻‍🔬 Experimental components

Added experimental components to be able to access from eds-core instead of eds-core/experimental

⚠️ 🏛️ Providers

Providers: Exposed BrandStylesProvider, CreatePortalProvider, TooltipProvider, TranslationsProvider, and their hooks from the eds-core entry point to resolve the issue of providers being undefined when the EDS package is used as an external.

🖌️ New components

  1. Sheet - A Sheet component is a container that acts as a supplementary view, providing access to important contextual information. It can be used to display additional content or functionality.

🛠️ Enhancements

  1. <TimePicker />: Added errorMessage, errorIcon, errorTrack and label stylable parts

🐛 Bug fixes

  1. <TimeZonePicker />: Updated Iraq flag to correct flag emoji.
  2. <Tooltip />: Fixed the issue where the tooltip reappears when returning to the tab, even after the mouse leave event has completed.

Minor Changes

  • 634bcba:
    • Added new Sheet component
    • Added new Dialog primitive component
  • c8b3909:
    • Experimental Components: Added experimental components to be able to access from eds-core instead of eds-core/experimental
    • Providers: Exposed BrandStylesProvider, CreatePortalProvider, TooltipProvider, TranslationsProvider, and their hooks from the eds-core entry point to resolve the issue of providers being undefined when the EDS package is used as an external.

Patch Changes

  • 014b52d: Timepicker: Added errorMessage, errorIcon, errorTrack and label stylable parts
  • 65acfb0: <TimeZonePicker />: Updated Iraq flag to correct flag emoji.
  • 8d18bf5: Tooltip: Fixed the issue where the tooltip reappears when returning to the tab, even after the mouse leave event has completed.