Skip to content

[backport] PR #8340 to 5.0 - [tests/functional] auto-rebuild assets in test:ui:server task#8606

Merged
epixa merged 1 commit into5.0from
jasper/backport/8340/5.0
Oct 10, 2016
Merged

[backport] PR #8340 to 5.0 - [tests/functional] auto-rebuild assets in test:ui:server task#8606
epixa merged 1 commit into5.0from
jasper/backport/8340/5.0

Conversation

@elastic-jasper
Copy link
Contributor

Backport PR #8340

Commit 1:
[tests/functional] auto-rebuild assets in test:ui:server task

While working on some functional tests I had to re-run the test:ui:server task several times to rebuild the front-end assets. I'm not sure why that should be necessary, so this updates the server used in that specific task to auto-rebuild the assets.

---------

**Commit 1:**
[tests/functional] auto-rebuild assets in test:ui:server task

While working on some functional tests I had to re-run the `test:ui:server` task several times to rebuild the front-end assets. I'm not sure why that should be necessary, so this updates the server used in that specific task to auto-rebuild the assets.

* Original sha: ea30393
* Authored by spalger <email@spalger.com> on 2016-09-19T20:15:04Z
@elastic-jasper elastic-jasper added the backport This PR is a backport of another PR label Oct 10, 2016
@epixa epixa changed the title [backport] PR #8340 to 5.0 [backport] PR #8340 to 5.0 - [tests/functional] auto-rebuild assets in test:ui:server task Oct 10, 2016
@epixa epixa merged commit 2408374 into 5.0 Oct 10, 2016
@epixa epixa deleted the jasper/backport/8340/5.0 branch October 10, 2016 15:22
acstll added a commit that referenced this pull request Apr 30, 2025
`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>
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Apr 30, 2025
`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)
kibanamachine added a commit that referenced this pull request Apr 30, 2025
# 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>
acstll added a commit that referenced this pull request Apr 30, 2025
`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`
pborgonovi pushed a commit that referenced this pull request Apr 30, 2025
`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>
akowalska622 pushed a commit to akowalska622/kibana that referenced this pull request May 29, 2025
`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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments