You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EUI team is making updates to EUI that require updates and QA by all Kibana Codeowners. Parent ticket: #199715
We have made the following changes to EUI that will be visible to end-users in Kibana:
Updated all colors in EUI
Reduce the topmost font weights and sizes (think titles and headings)
In addition, we are attempting to clean up existing color usage in order to help iterate on these colors faster in the future.
⚠️ From now on, all the UI changes need to be tested both in the "old" Amsterdam theme and the new Borealis. 8.x will remain on Amsterdam and Borealis will only target 9.0.0, so there won't be any backports of Borealis to 8.x. Instructions are in parent issue (see section Instructions for updating and QA).
Regarding deprecations: the two deprecations mentioned in this issue seem non blocking for now. I have gathered additional deprecation and refactor cleanups in #204784, so maybe we could centralise them there. @criamico when you are back can you let me know if that's OK with you?
Context
The EUI team is making updates to EUI that require updates and QA by all Kibana Codeowners. Parent ticket: #199715
Instructions for updating and QA
).Changes can be applied directly in Kibana main.
Required
success
toaccentSecondary
where needed #201945Non blocking
Address deprecations
As part of this change, we also need to we address some deprecations in
Eui
:EuiThemeProvider
: https://github.com/search?q=repo%3Aelastic%2Fkibana+path%3Ax-pack%2Fplugins%2Ffleet%2Fpublic+EuiThemeProvider&type=code. This was deprecated a while ago but we need to check how to replace it (see comment)EuiStyled
: https://github.com/criamico/kibana/blob/8c14ca26ecce910f779ea7c050834014db3817dc/x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/overview/details.tsx#L50 this was also deprecated a while ago but it should be easy to replace as it's only used once across Fleet UI.The text was updated successfully, but these errors were encountered: