@adaptavant/eds-core@1.9.0
✨⚙️ Introducing version 1.9.0. Enjoy! ✨⚙️
🖌️ New components
- Progress - A Progress component that visually represents the completion percentage of a task or goal.
🛠️ Enhancements
<TimePicker />: Added newcustomValuesandisDisabledprop<Badge />: Added newiconStartprop- Tailwind:
- Added options
shouldExcludeCustomResetsandshouldExcludeTypographyStylesto the Tailwind preset config. - In microfrontend configurations, set these options to
trueto exclude custom generated classes and avoid duplicate CSS. - By default, both options are set to
false.
- Added options
<Tabs />:- Added new
sizeprop for Tabs - Updated
TabItemtext token
- Added new
<Avatar />: Added new size48variant<CalDynamicIcon />: Added new propvariantto give possibility to define filled version.<TextLink />:- Remove underline for
neutralSecondaryvariant
- Remove underline for
🎨 Tokens update
A few tokens got new better values.
☀️ Sun mode
| Name | Before | After |
|---|---|---|
| accent-hover | #424242 | #707070 |
| secondary-hover | #323232 | #6f6f71 |
🌑 Moon mode
| Name | Before | After |
|---|---|---|
| secondary-hover | #a0a0a0 | #a3a3a3 |
| accent-hover | #dbdbdb | #a3a3a3 |
| accent-pressed | #c2c2c2 | #737373 |
🪝 Hooks
useFilteredOptions():Updated the returned object to include thesearchTermvalue, this allows user to handle more context in filtering operations.useTimeZonePicker(): Updated thegetFilterMenuItemPropsto ensure that theTimeZonePickerItemLabelcomponent now highlights text matching the search term to improve the visibility of search results.
📄 Icons
| New Icons | Updated Icons |
|---|---|
| GoogleFilledIcon, MoneyFilledIcon | VideoCameraIcon, VideoCameraFilledIcon,TeleportIcon, TeleportFilledIcon, UpdatesIcon, UpdatesFilledIcon, IntegrationsFilledIcon |
🐛 Bug fixes
<TimeZonePicker />: Properly update different city even with the same timezone identifier.<Tooltip />: Fix hiding when hovering sibling element.useComboboxSearchInput: Prevented onKeydown and onFocus event handlers from attaching when the "Field" is marked as disabled.
Minor Changes
- d6455dd:
Timepicker:- Added new
customValuesandisDisabledprop
- Added new
- 912d7f2:
Badge:- Added new
iconStartprop
- Added new
- 13c6582:
Progress: Added New<Progress>Component
Patch Changes
- 037c742: Tailwind:
- Added options
shouldExcludeCustomResetsandshouldExcludeTypographyStylesto the Tailwind preset config. - In microfrontend configurations, set these options to
trueto exclude custom generated classes and avoid duplicate CSS. - By default, both options are set to
false.
- Added options
- cb3ce3b:
Tabs:- Added new
sizeprop for Tabs - Updated
TabItemtext token
- Added new
- ead9892: TimePicker: Added Style API
- c2d75eb: Avatar: Added new size
48variant - 4f61b6e: Icons:
- Added New icons:
GoogleFilledIcon, MoneyFilledIcon - Updated existing icons to meet EDS standards:
VideoCameraIcon,VideoCameraFilledIcon,TeleportIcon,TeleportFilledIcon,UpdatesIcon,UpdatesFilledIcon,IntegrationsFilledIcon
- Added New icons:
- d3b16dc: CalDynamicIcon: Added new prop
variantto give possibility to define filled version. - ea50f2c:
TextInputPrimitive&TextArea: set autocomplete tooffwhen in a disabled stateSearchInput: Prevent theesckey andonCleartriggers when in a disabled state - 8ec944f:
Tooltip: AddedmaxWidthprop to customise the tooltip's maximum width. - 9f5437f:
- useFilteredOptions - Updated the returned object to include the
searchTermvalue, this allows user to handle more context in filtering operations. - useTimeZonePicker - Updated the
getFilterMenuItemPropsto ensure that theTimeZonePickerItemLabelcomponent now highlights text matching the search term to improve the visibility of search results.
- useFilteredOptions - Updated the returned object to include the
- ab4855b:
- Text token updates
TextLink: Remove underline forneutralSecondaryvariant
- 0e90939:
TimeZonePicker: Properly update different city even with the same timezone identifier. - f267b7c: Tooltip: Fix hiding when hovering sibling element