fix(deps): update dependency @elastic/eui to ^88.2.0 #2161
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.0.0
->^88.2.0
Release Notes
elastic/eui (@elastic/eui)
v88.2.0
Compare Source
EuiTextTruncate
component, which provides custom truncation options beyond native CSS (#7116)EuiHeader
s now set a global CSS--euiFixedHeadersOffset
variable, which updates dynamically based on the number of fixed headers on the page. (#7144)EuiFlyout
s now dynamically set their position, height, and mask based on the number of fixed headers on the page. (#7144)EuiPageSidebar
s now dynamically set their position and height based on the number of fixed headers on the page. This can still be overridden via thesticky.offset
prop if needed. (#7144)EuiPageTemplate
now dynamically offsets content from any fixed headers on the page. This can still be overridden via theoffset
prop if needed. (#7144)EuiAccordion
with a newborders
prop (#7154)EuiAccordion
with a newbuttonProps.paddingSize
prop (#7154)Deprecations
euiHeaderAffordForFixed
mixin. Use the new global CSSvar(--euiFixedHeadersOffset)
variable instead. (#7144)CSS-in-JS conversions
classNames
that are component-specific. As part of this effort, we have removed the followingEuiAccordion
-specific classes: (#7154).euiAccordionForm
styles. Use theborders="horizontal"
prop instead.euiAccordionForm__button
styles. Use thebuttonProps={{ paddingSize: 'm' }}
prop instead.euiAccordionForm__extraAction
styles. Convert this to your own custom CSS if necessary..euiAccordionForm__title
styles. Convert this to your own custom CSS if necessary.v88.1.0
Compare Source
font.defaultUnits
theme token. EUI component font sizes default torem
units - this token allows consumers to configure this topx
orem
(#7133)EuiDescriptionList
with newcolumnWidths
prop (#7146)Bug fixes
EuiDataGrid
's keyboard shortcuts popover display (#7146)CSS-in-JS conversions
useEuiFontSize()
'smeasurement
option tounit
for clarity (#7133)Configuration
📅 Schedule: Branch creation - "every 2 weeks on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.