@adaptavant/eds-core@1.16.0

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

🖊️ New Component

🎨 Color Swatch

The Color swatch component provides an accessible and customizable color picker, allowing users to choose from a set of predefined colors (swatches) or select a custom color through the interface.

🛠️ Component Enhancements

  • Slider : The active state is now enabled on the thumb when clicking anywhere on the track, making the experience more intuitive and responsive.
  • Field : The isAlwaysVisible prop has been added to the Counter, along with value and maxValue in the <Field /> component, allowing developers to control the counter's visibility.
  • Added safe inset space for Dialog elements on iOS devices to ensure a better user experience by preventing content from being obscured by the device UI.

Minor Changes

  • 18f6e30<ColorSwatches />: New component to let the user render the group of color swatches

Patch Changes

  • 2377635<DropdonwMenuItem /><FilterMenuItem />, and <SelectMenuItem />: Exposed event object in onClick handler.
  • 9ceac2eTimeZonePickerItemLabel: Added undefined check for text param in highlightMatchedContent.
  • 6a304c7<Dialog />, <Modal /> and <Sheet />: Added safe inset space for ios device for Dialog elements.
  • ecd0e0aCounter: Added isAlwaysVisible along with value and maxValue to Counter in <Field /> component. By default, the counter is hidden. Use theisAlwaysVisible` prop to keep the counter visible.
  • d273a7cSlider: Enable active state on the thumb when clicking anywhere on the track.