Conversation
e.g. in euiTheme.colors[key]
|
/ci |
|
Pinging @elastic/eui-team (EUI) |
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
azasypkin
left a comment
There was a problem hiding this comment.
Changes in package.json LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
cc @acstll |
rmyz
left a comment
There was a problem hiding this comment.
x-pack/solutions/observability/plugins/apm/common/service_health_status.ts changes LGTM
markov00
left a comment
There was a problem hiding this comment.
Thanks for the changes, LGTM
|
Starting backport for target branches: 9.0 https://github.com/elastic/kibana/actions/runs/14755509767 |
`101.4.0` ⏩ `102.0.0` [Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams) ## Changes - Update severity colors elastic@4c852f1 - Types fix regarding `euiTheme.colors` elastic@ddc8d2d, elastic@ba7ec4f ## Package updates ### `@elastic/eui` #### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0) - Added semantic severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added semantic color variants `neutral` and `risk` for the following components: ([elastic#8601](elastic/eui#8601)) - `EuiButton` - `EuiButtonEmpty` - `EuiButtonIcon` - `EuiBadge` - `EuiIcon` - `EuiPanel` - Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to improve usability in multi-line form controls like `EuiComboBox` with many selected options ([elastic#8610](elastic/eui#8610)) **Breaking changes** - Removed numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Accessibility** - Fixed duplicate screen reader output on `EuiDataGrid` for single sorted header cells with actions ([elastic#8598](elastic/eui#8598)) ### `@elastic/eui-theme-borealis@1.0.0` - Added semantic severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added button component tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Dependency updates** - Updated `@elastic/eui-theme-common` from `peer dependencies` to a `dependencies` ([elastic#8606](elastic/eui#8606)) ### `@elastic/eui-theme-common@1.0.0` - Added `severity` key on `_EuiThemeConstantColors` to support tokens on `colors.severity` ([elastic#8601](elastic/eui#8601)) - Added type for semantic severity color tokens ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added types for semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added types for button component tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed types for numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` --------- Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit ec008b0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `9.0`: - [Update EUI to v102.0.0 (#219482)](#219482) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Arturo Castillo Delgado","email":"arturo.castillo@elastic.co"},"sourceCommit":{"committedDate":"2025-04-30T13:16:22Z","message":"Update EUI to v102.0.0 (#219482)\n\n`101.4.0` ⏩ `102.0.0`\n\n[Questions? Please see our Kibana upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n## Changes\n\n- Update severity colors\nhttps://github.com/elastic/kibana/commit/4c852f13f98c33e83484540a1192f4e65a8cce05\n- Types fix regarding `euiTheme.colors`\nhttps://github.com//pull/219482/commits/ddc8d2d79c86c14fdc8a02a7bf4607edccf04b6e,\nhttps://github.com//pull/219482/commits/ba7ec4f18ee154279fbd46dc604bf720f980d832\n\n## Package updates\n\n### `@elastic/eui`\n\n#### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0)\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added semantic color variants `neutral` and `risk` for the following\ncomponents: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `EuiButton`\n - `EuiButtonEmpty`\n - `EuiButtonIcon`\n - `EuiBadge`\n - `EuiIcon`\n - `EuiPanel`\n- Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to\nimprove usability in multi-line form controls like `EuiComboBox` with\nmany selected options\n([#8610](https://github.com/elastic/eui/pull/8610))\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Accessibility**\n\n- Fixed duplicate screen reader output on `EuiDataGrid` for single\nsorted header cells with actions\n([#8598](https://github.com/elastic/eui/pull/8598))\n\n### `@elastic/eui-theme-borealis@1.0.0`\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added button component tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Dependency updates**\n\n- Updated `@elastic/eui-theme-common` from `peer dependencies` to a\n`dependencies` ([#8606](https://github.com/elastic/eui/pull/8606))\n\n### `@elastic/eui-theme-common@1.0.0`\n\n- Added `severity` key on `_EuiThemeConstantColors` to support tokens on\n`colors.severity` ([#8601](https://github.com/elastic/eui/pull/8601))\n- Added type for semantic severity color tokens\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added types for semantic color tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added types for button component tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed types for numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n---------\n\nCo-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ec008b0a63bb83b70cdc898f7571c5f52aee66e8","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","EUI","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v9.1.0","v9.0.1"],"title":"Update EUI to v102.0.0","number":219482,"url":"https://github.com/elastic/kibana/pull/219482","mergeCommit":{"message":"Update EUI to v102.0.0 (#219482)\n\n`101.4.0` ⏩ `102.0.0`\n\n[Questions? Please see our Kibana upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n## Changes\n\n- Update severity colors\nhttps://github.com/elastic/kibana/commit/4c852f13f98c33e83484540a1192f4e65a8cce05\n- Types fix regarding `euiTheme.colors`\nhttps://github.com//pull/219482/commits/ddc8d2d79c86c14fdc8a02a7bf4607edccf04b6e,\nhttps://github.com//pull/219482/commits/ba7ec4f18ee154279fbd46dc604bf720f980d832\n\n## Package updates\n\n### `@elastic/eui`\n\n#### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0)\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added semantic color variants `neutral` and `risk` for the following\ncomponents: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `EuiButton`\n - `EuiButtonEmpty`\n - `EuiButtonIcon`\n - `EuiBadge`\n - `EuiIcon`\n - `EuiPanel`\n- Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to\nimprove usability in multi-line form controls like `EuiComboBox` with\nmany selected options\n([#8610](https://github.com/elastic/eui/pull/8610))\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Accessibility**\n\n- Fixed duplicate screen reader output on `EuiDataGrid` for single\nsorted header cells with actions\n([#8598](https://github.com/elastic/eui/pull/8598))\n\n### `@elastic/eui-theme-borealis@1.0.0`\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added button component tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Dependency updates**\n\n- Updated `@elastic/eui-theme-common` from `peer dependencies` to a\n`dependencies` ([#8606](https://github.com/elastic/eui/pull/8606))\n\n### `@elastic/eui-theme-common@1.0.0`\n\n- Added `severity` key on `_EuiThemeConstantColors` to support tokens on\n`colors.severity` ([#8601](https://github.com/elastic/eui/pull/8601))\n- Added type for semantic severity color tokens\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added types for semantic color tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added types for button component tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed types for numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n---------\n\nCo-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ec008b0a63bb83b70cdc898f7571c5f52aee66e8"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219482","number":219482,"mergeCommit":{"message":"Update EUI to v102.0.0 (#219482)\n\n`101.4.0` ⏩ `102.0.0`\n\n[Questions? Please see our Kibana upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n## Changes\n\n- Update severity colors\nhttps://github.com/elastic/kibana/commit/4c852f13f98c33e83484540a1192f4e65a8cce05\n- Types fix regarding `euiTheme.colors`\nhttps://github.com//pull/219482/commits/ddc8d2d79c86c14fdc8a02a7bf4607edccf04b6e,\nhttps://github.com//pull/219482/commits/ba7ec4f18ee154279fbd46dc604bf720f980d832\n\n## Package updates\n\n### `@elastic/eui`\n\n#### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0)\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added semantic color variants `neutral` and `risk` for the following\ncomponents: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `EuiButton`\n - `EuiButtonEmpty`\n - `EuiButtonIcon`\n - `EuiBadge`\n - `EuiIcon`\n - `EuiPanel`\n- Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to\nimprove usability in multi-line form controls like `EuiComboBox` with\nmany selected options\n([#8610](https://github.com/elastic/eui/pull/8610))\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Accessibility**\n\n- Fixed duplicate screen reader output on `EuiDataGrid` for single\nsorted header cells with actions\n([#8598](https://github.com/elastic/eui/pull/8598))\n\n### `@elastic/eui-theme-borealis@1.0.0`\n\n- Added semantic severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added semantic color tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added button component tokens for variants `neutral` and `risk`:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n**Dependency updates**\n\n- Updated `@elastic/eui-theme-common` from `peer dependencies` to a\n`dependencies` ([#8606](https://github.com/elastic/eui/pull/8606))\n\n### `@elastic/eui-theme-common@1.0.0`\n\n- Added `severity` key on `_EuiThemeConstantColors` to support tokens on\n`colors.severity` ([#8601](https://github.com/elastic/eui/pull/8601))\n- Added type for semantic severity color tokens\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.severity.unknown`\n - `colors.severity.neutral`\n - `colors.severity.success`\n - `colors.severity.warning`\n - `colors.severity.risk`\n - `colors.severity.danger`\n- Added types for semantic color tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.textNeutral`\n - `colors.textRisk`\n - `colors.backgroundBaseNeutral`\n - `colors.backgroundBaseRisk`\n - `colors.backgroundLightNeutral`\n - `colors.backgroundLightRisk`\n - `colors.backgroundFilledNeutral`\n - `colors.backgroundFilledRisk`\n - `colors.borderBaseNeutral`\n - `colors.borderBaseRisk`\n - `colors.borderStrongNeutral`\n - `colors.borderStrongRisk`\n- Added types for button component tokens for variants `neutral` and\n`risk`: ([#8601](https://github.com/elastic/eui/pull/8601))\n - `components.buttons.backgroundNeutral`\n - `components.buttons.backgroundRisk`\n - `components.buttons.backgroundFilledNeutral`\n - `components.buttons.backgroundFilledRisk`\n - `components.buttons.backgroundEmptyNeutralHover`\n - `components.buttons.backgroundEmptyRiskHover`\n - `components.buttons.textColorNeutral`\n - `components.buttons.textColorRisk`\n - `components.buttons.textColorFilledNeutral`\n - `components.buttons.textColorFilledRisk`\n\n**Breaking changes**\n\n- Removed types for numbered severity color tokens:\n([#8601](https://github.com/elastic/eui/pull/8601))\n - `colors.vis.euiColorSeverity0`\n - `colors.vis.euiColorSeverity1`\n - `colors.vis.euiColorSeverity2`\n - `colors.vis.euiColorSeverity3`\n - `colors.vis.euiColorSeverity4`\n - `colors.vis.euiColorSeverity5`\n - `colors.vis.euiColorSeverity6`\n - `colors.vis.euiColorSeverity7`\n - `colors.vis.euiColorSeverity8`\n - `colors.vis.euiColorSeverity9`\n - `colors.vis.euiColorSeverity10`\n - `colors.vis.euiColorSeverity11`\n - `colors.vis.euiColorSeverity12`\n - `colors.vis.euiColorSeverity13`\n - `colors.vis.euiColorSeverity14`\n\n---------\n\nCo-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"ec008b0a63bb83b70cdc898f7571c5f52aee66e8"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Arturo Castillo Delgado <arturo.castillo@elastic.co> Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>
`101.4.0` ⏩ `102.0.0` [Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams) >[!IMPORTANT] This PR is a direct sibling to this [upgrade PR](#219482) to `main`. The difference is that it adds a standalone EUI package with the previous "Amsterdam" theme. Apart from the theme difference, **there are no further changes added**. ## Changes - ~~Update severity colors 4c852f13f98c33e83484540a1192f4e65a8cce05~~ (not needed in `8.19`) - Types fix regarding `euiTheme.colors` e15b9cd ## Package updates ### `@elastic/eui` #### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0) - Added semantic severity color tokens: ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added semantic color variants `neutral` and `risk` for the following components: ([#8601](elastic/eui#8601)) - `EuiButton` - `EuiButtonEmpty` - `EuiButtonIcon` - `EuiBadge` - `EuiIcon` - `EuiPanel` - Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to improve usability in multi-line form controls like `EuiComboBox` with many selected options ([#8610](elastic/eui#8610)) **Breaking changes** - Removed numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Accessibility** - Fixed duplicate screen reader output on `EuiDataGrid` for single sorted header cells with actions ([#8598](elastic/eui#8598)) ### `@elastic/eui-theme-borealis@1.0.0` - Added semantic severity color tokens: ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added button component tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Dependency updates** - Updated `@elastic/eui-theme-common` from `peer dependencies` to a `dependencies` ([#8606](elastic/eui#8606)) ### `@elastic/eui-theme-common@1.0.0` - Added `severity` key on `_EuiThemeConstantColors` to support tokens on `colors.severity` ([#8601](elastic/eui#8601)) - Added type for semantic severity color tokens ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added types for semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added types for button component tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed types for numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14`
`101.4.0` ⏩ `102.0.0` [Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams) ## Changes - Update severity colors 4c852f1 - Types fix regarding `euiTheme.colors` ddc8d2d, ba7ec4f ## Package updates ### `@elastic/eui` #### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0) - Added semantic severity color tokens: ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added semantic color variants `neutral` and `risk` for the following components: ([#8601](elastic/eui#8601)) - `EuiButton` - `EuiButtonEmpty` - `EuiButtonIcon` - `EuiBadge` - `EuiIcon` - `EuiPanel` - Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to improve usability in multi-line form controls like `EuiComboBox` with many selected options ([#8610](elastic/eui#8610)) **Breaking changes** - Removed numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Accessibility** - Fixed duplicate screen reader output on `EuiDataGrid` for single sorted header cells with actions ([#8598](elastic/eui#8598)) ### `@elastic/eui-theme-borealis@1.0.0` - Added semantic severity color tokens: ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added button component tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Dependency updates** - Updated `@elastic/eui-theme-common` from `peer dependencies` to a `dependencies` ([#8606](elastic/eui#8606)) ### `@elastic/eui-theme-common@1.0.0` - Added `severity` key on `_EuiThemeConstantColors` to support tokens on `colors.severity` ([#8601](elastic/eui#8601)) - Added type for semantic severity color tokens ([#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added types for semantic color tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added types for button component tokens for variants `neutral` and `risk`: ([#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed types for numbered severity color tokens: ([#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` --------- Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
`101.4.0` ⏩ `102.0.0` [Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams) ## Changes - Update severity colors elastic@4c852f1 - Types fix regarding `euiTheme.colors` elastic@ddc8d2d, elastic@ba7ec4f ## Package updates ### `@elastic/eui` #### [`v102.0.0`](https://github.com/elastic/eui/releases/v102.0.0) - Added semantic severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added semantic color variants `neutral` and `risk` for the following components: ([elastic#8601](elastic/eui#8601)) - `EuiButton` - `EuiButtonEmpty` - `EuiButtonIcon` - `EuiBadge` - `EuiIcon` - `EuiPanel` - Aligned `EuiFormControlLayoutIcons` to the top (instead of center) to improve usability in multi-line form controls like `EuiComboBox` with many selected options ([elastic#8610](elastic/eui#8610)) **Breaking changes** - Removed numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Accessibility** - Fixed duplicate screen reader output on `EuiDataGrid` for single sorted header cells with actions ([elastic#8598](elastic/eui#8598)) ### `@elastic/eui-theme-borealis@1.0.0` - Added semantic severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added button component tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` **Dependency updates** - Updated `@elastic/eui-theme-common` from `peer dependencies` to a `dependencies` ([elastic#8606](elastic/eui#8606)) ### `@elastic/eui-theme-common@1.0.0` - Added `severity` key on `_EuiThemeConstantColors` to support tokens on `colors.severity` ([elastic#8601](elastic/eui#8601)) - Added type for semantic severity color tokens ([elastic#8601](elastic/eui#8601)) - `colors.severity.unknown` - `colors.severity.neutral` - `colors.severity.success` - `colors.severity.warning` - `colors.severity.risk` - `colors.severity.danger` - Added types for semantic color tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `colors.textNeutral` - `colors.textRisk` - `colors.backgroundBaseNeutral` - `colors.backgroundBaseRisk` - `colors.backgroundLightNeutral` - `colors.backgroundLightRisk` - `colors.backgroundFilledNeutral` - `colors.backgroundFilledRisk` - `colors.borderBaseNeutral` - `colors.borderBaseRisk` - `colors.borderStrongNeutral` - `colors.borderStrongRisk` - Added types for button component tokens for variants `neutral` and `risk`: ([elastic#8601](elastic/eui#8601)) - `components.buttons.backgroundNeutral` - `components.buttons.backgroundRisk` - `components.buttons.backgroundFilledNeutral` - `components.buttons.backgroundFilledRisk` - `components.buttons.backgroundEmptyNeutralHover` - `components.buttons.backgroundEmptyRiskHover` - `components.buttons.textColorNeutral` - `components.buttons.textColorRisk` - `components.buttons.textColorFilledNeutral` - `components.buttons.textColorFilledRisk` **Breaking changes** - Removed types for numbered severity color tokens: ([elastic#8601](elastic/eui#8601)) - `colors.vis.euiColorSeverity0` - `colors.vis.euiColorSeverity1` - `colors.vis.euiColorSeverity2` - `colors.vis.euiColorSeverity3` - `colors.vis.euiColorSeverity4` - `colors.vis.euiColorSeverity5` - `colors.vis.euiColorSeverity6` - `colors.vis.euiColorSeverity7` - `colors.vis.euiColorSeverity8` - `colors.vis.euiColorSeverity9` - `colors.vis.euiColorSeverity10` - `colors.vis.euiColorSeverity11` - `colors.vis.euiColorSeverity12` - `colors.vis.euiColorSeverity13` - `colors.vis.euiColorSeverity14` --------- Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
101.4.0⏩102.0.0Questions? Please see our Kibana upgrade FAQ.
Changes
euiTheme.colorsddc8d2d, ba7ec4fPackage updates
@elastic/euiv102.0.0colors.severity.unknowncolors.severity.neutralcolors.severity.successcolors.severity.warningcolors.severity.riskcolors.severity.dangerneutralandrisk: (#8601)colors.textNeutralcolors.textRiskcolors.backgroundBaseNeutralcolors.backgroundBaseRiskcolors.backgroundLightNeutralcolors.backgroundLightRiskcolors.backgroundFilledNeutralcolors.backgroundFilledRiskcolors.borderBaseNeutralcolors.borderBaseRiskcolors.borderStrongNeutralcolors.borderStrongRiskneutralandriskfor the following components: (#8601)EuiButtonEuiButtonEmptyEuiButtonIconEuiBadgeEuiIconEuiPanelEuiFormControlLayoutIconsto the top (instead of center) to improve usability in multi-line form controls likeEuiComboBoxwith many selected options (#8610)Breaking changes
colors.vis.euiColorSeverity0colors.vis.euiColorSeverity1colors.vis.euiColorSeverity2colors.vis.euiColorSeverity3colors.vis.euiColorSeverity4colors.vis.euiColorSeverity5colors.vis.euiColorSeverity6colors.vis.euiColorSeverity7colors.vis.euiColorSeverity8colors.vis.euiColorSeverity9colors.vis.euiColorSeverity10colors.vis.euiColorSeverity11colors.vis.euiColorSeverity12colors.vis.euiColorSeverity13colors.vis.euiColorSeverity14Accessibility
EuiDataGridfor single sorted header cells with actions (#8598)@elastic/eui-theme-borealis@1.0.0colors.severity.unknowncolors.severity.neutralcolors.severity.successcolors.severity.warningcolors.severity.riskcolors.severity.dangerneutralandrisk: (#8601)colors.textNeutralcolors.textRiskcolors.backgroundBaseNeutralcolors.backgroundBaseRiskcolors.backgroundLightNeutralcolors.backgroundLightRiskcolors.backgroundFilledNeutralcolors.backgroundFilledRiskcolors.borderBaseNeutralcolors.borderBaseRiskcolors.borderStrongNeutralcolors.borderStrongRiskneutralandrisk: (#8601)components.buttons.backgroundNeutralcomponents.buttons.backgroundRiskcomponents.buttons.backgroundFilledNeutralcomponents.buttons.backgroundFilledRiskcomponents.buttons.backgroundEmptyNeutralHovercomponents.buttons.backgroundEmptyRiskHovercomponents.buttons.textColorNeutralcomponents.buttons.textColorRiskcomponents.buttons.textColorFilledNeutralcomponents.buttons.textColorFilledRiskBreaking changes
colors.vis.euiColorSeverity0colors.vis.euiColorSeverity1colors.vis.euiColorSeverity2colors.vis.euiColorSeverity3colors.vis.euiColorSeverity4colors.vis.euiColorSeverity5colors.vis.euiColorSeverity6colors.vis.euiColorSeverity7colors.vis.euiColorSeverity8colors.vis.euiColorSeverity9colors.vis.euiColorSeverity10colors.vis.euiColorSeverity11colors.vis.euiColorSeverity12colors.vis.euiColorSeverity13colors.vis.euiColorSeverity14Dependency updates
@elastic/eui-theme-commonfrompeer dependenciesto adependencies(#8606)@elastic/eui-theme-common@1.0.0severitykey on_EuiThemeConstantColorsto support tokens oncolors.severity(#8601)colors.severity.unknowncolors.severity.neutralcolors.severity.successcolors.severity.warningcolors.severity.riskcolors.severity.dangerneutralandrisk: (#8601)colors.textNeutralcolors.textRiskcolors.backgroundBaseNeutralcolors.backgroundBaseRiskcolors.backgroundLightNeutralcolors.backgroundLightRiskcolors.backgroundFilledNeutralcolors.backgroundFilledRiskcolors.borderBaseNeutralcolors.borderBaseRiskcolors.borderStrongNeutralcolors.borderStrongRiskneutralandrisk: (#8601)components.buttons.backgroundNeutralcomponents.buttons.backgroundRiskcomponents.buttons.backgroundFilledNeutralcomponents.buttons.backgroundFilledRiskcomponents.buttons.backgroundEmptyNeutralHovercomponents.buttons.backgroundEmptyRiskHovercomponents.buttons.textColorNeutralcomponents.buttons.textColorRiskcomponents.buttons.textColorFilledNeutralcomponents.buttons.textColorFilledRiskBreaking changes
colors.vis.euiColorSeverity0colors.vis.euiColorSeverity1colors.vis.euiColorSeverity2colors.vis.euiColorSeverity3colors.vis.euiColorSeverity4colors.vis.euiColorSeverity5colors.vis.euiColorSeverity6colors.vis.euiColorSeverity7colors.vis.euiColorSeverity8colors.vis.euiColorSeverity9colors.vis.euiColorSeverity10colors.vis.euiColorSeverity11colors.vis.euiColorSeverity12colors.vis.euiColorSeverity13colors.vis.euiColorSeverity14