fix(deps): update dependency @elastic/eui to v89 #2193
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^88.5.4
->^89.0.0
Release Notes
elastic/eui (@elastic/eui)
v89.0.0
Compare Source
pushAnimation
prop to pushEuiFlyout
s, which enables a slide in animation (#7239)EuiComboBox
to useEuiInputPopover
under the hood (#7246)inputPopoverProps
toEuiComboBox
, which allows customizing the underlying popover (#7246)EuiTextBlockTruncate
component for multi-line truncation (#7250)EuiBasicTable
andEuiInMemoryTable
to support multi-line truncation. This can be set viatruncateText.lines
in thecolumns
prop. (#7254)Bug fixes
EuiFlexGroup
andEuiFlexGrid's
m` gutter size (#7251)EuiFlyout
with memoization (#7259)EuiContextMenu
's animation between panels (#7268)Breaking changes
font.defaultUnits
token. This means that the global font size will use therem
unit by default, instead ofpx
. (#7182)accessibleClickKeys
,comboBoxKeys
, andcascadingMenuKeys
services. Use the generickeys
service instead (#7256)EuiColorStops
due to low usage (#7262)EuiSuggest
. We recommend usingEuiSelectable
orEuiComboBox
instead (#7263)euiHeaderAffordForFixed
Sass mixin, and$euiHeaderHeight
and$euiHeaderHeightCompensation
Sass variables. Use the CSS variable--var(euiFixedHeadersOffset, 0)
instead. (#7264)Accessibility
rem
orem
font units, EUI now respects, instead of ignoring, browser default font sizes set by end users. (#7182)Configuration
📅 Schedule: Branch creation - "every 1 week on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.