-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade EUI #391
Upgrade EUI #391
Conversation
280c71b
to
1178c32
Compare
@@ -80,7 +80,7 @@ | |||
}, | |||
"dependencies": { | |||
"@elastic/datemath": "^5.0.3", | |||
"@elastic/eui": "^58.1.1", | |||
"@elastic/eui": "^76.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally, all UI components seems to be intact. Thanks for confirming with EUI team regarding undimmed header, it does seem a bit odd but I'm ok with it as that's our design decision 👍
Summary
Upgrades EUI version to v76.
Implementation details
There should be minute or no GUI changes, and the app should pass all CI tests.
How to validate this change
For this particular screen, the header remains un-dimmed, whereas in previous versions of EUI it was dimmed. I've conferred with the EUI team about this and they have told me it's working as designed and although it's different from how it looked before it isn't violating any of their design principles.