[8.x] Upgrade EUI to v101.1.0-classic.0#216208
Merged
mgadewoll merged 4 commits intoelastic:8.xfrom Apr 3, 2025
Merged
Conversation
Contributor
|
Cloud deployment initiated, see credentials at: https://buildkite.com/elastic/kibana-deploy-cloud-from-pr/builds/121 |
Contributor
|
Pinging @elastic/eui-team (EUI) |
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
jbudz
approved these changes
Mar 28, 2025
Contributor
Author
|
@elasticmachine merge upstream |
pzl
approved these changes
Mar 31, 2025
stratoula
approved these changes
Apr 2, 2025
mbondyra
approved these changes
Apr 2, 2025
markov00
approved these changes
Apr 2, 2025
yngrdyn
approved these changes
Apr 2, 2025
darnautov
approved these changes
Apr 2, 2025
mgiota
approved these changes
Apr 2, 2025
jughosta
approved these changes
Apr 2, 2025
- mono prop was removed from the component as the component only supports the mono/grey-scale version now
- it will be enabled once Kibana has implemented the required UI for it
8f73399 to
3733251
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest FailuresMetrics [docs]Module Count
Async chunks
Page load bundle
History
cc @mgadewoll |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Important
This PR is the direct, manual backport to
8.xfor this PR that's being merged tomain.The reason it's handled manually is that
8.xreceives a custom EUI release that still has the "Amsterdam" theme as default theme enabled.100.0.0⏩101.1.0Questions? Please see our Kibana upgrade FAQ.
Package updates
@elastic/euiv101.1.0EuiTableRowstyles to check support for:has(+)selector (#8498)@elastic/euiv101.0.1EuiProviderandEuiThemeProviderwith a newhighContrastMode(#8444)EuiProvider, if thehighContrastModeprop is not passed, this setting will inherit from the user's OS/system settingshighContrastModeorcolorModeprops passedhighContrastModeStylesandpreventForcedColorsstyling utils (#8444)EuiRangeTooltipto be easier to see in dark mode (#8444)text->textParagraphtitle->textHeadingsubduedText->textSubdueddisabledText->textDisabledaccentText->textAccentdangerText->textDangerwarningText->textWarninguseEuiShadow()now accepts a secondoptionsargument (#8234)useEuiShadowFlat()now accepts anoptionsobject instead of only a color (#8234)EuiPopoverandEuiToolTipto be easier to see in dark mode. (#8174)Bug fixes
Fixed a visual bug where a transparent border would create visible empty space (
LIGHTmode only) for the components: (#8427)EuiPanelEuiPopoverEuiToolTipEuiToastEuiTour@elastic/eui-theme-commonv0.1.0Removed type
EuiShadowCustomColor(#8444)Added types: (#8444)
EuiShadowOptionsEuiThemeHighContrastModePropEuiThemeHighContrastModeUpdated shadow utils to accepts a second
optionsargument and return borders in high contrast mode: (#8444)euiShadoweuiShadowXSmalleuiShadowSmalleuiShadowMediumeuiShadowLargeeuiSlightShadowHovereuiShadowFlat@elastic/eui-theme-borealisv0.1.0buttonGroupBackgroundDisabledSelectedoverlayMaskBackgroundoverlayMaskBackgroundHighContrastskeletonBackgroundSkeletonMiddleHighContrastAdditional changes
The latest
@elastic/euipackage introduces high contrast mode support. This PR sets the rootEuiProviderto usehighContrastMode={false}to introduce it in disabled state (this reflects the current functionality in Kibana).Cloud-UI can enable this whenever it's tested and supported from their end.
QA
Adding high contrast mode in disabled state should result in no visual changes to the UI.