Upgrade EUI to v94.5.1 (#183944)

`v94.5.0-backport.1`  `v94.5.1`

[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)

---

## [`v94.5.1`](https://github.com/elastic/eui/releases/v94.5.1)

**Bug fixes**

- Fixed an `EuiDualRange`s with `showInput` bug, where `min`/`max`
values and invalid states were not being correctly set if values were
empty strings ([#7767](https://github.com/elastic/eui/pull/7767))

**Accessibility**

- Improved `EuiDatePicker` and `EuiSuperDatePicker`'s time selection
screen reader UX ([#7726](https://github.com/elastic/eui/pull/7726))
- Improved the accessibility of `EuiDatePicker` by providing full
screen-reader-only week day names to the calendar header
([#7748](https://github.com/elastic/eui/pull/7748))
- Improved `EuiBadge`'s ability to tell when text within the badge is
selected/highlighted and selection color contrast
([#7752](https://github.com/elastic/eui/pull/7752))
This commit is contained in:
Lene Gadewoll 2024-05-22 15:50:07 +02:00 committed by GitHub
parent a69f24b2af
commit 8189e1a753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -107,7 +107,7 @@
"@elastic/ecs": "^8.11.1",
"@elastic/elasticsearch": "^8.13.0",
"@elastic/ems-client": "8.5.1",
"@elastic/eui": "94.5.0-backport.1",
"@elastic/eui": "94.5.1",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",

View file

@ -86,7 +86,7 @@ export const LICENSE_OVERRIDES = {
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/ems-client@8.5.1': ['Elastic License 2.0'],
'@elastic/eui@94.5.0-backport.1': ['SSPL-1.0 OR Elastic License 2.0'],
'@elastic/eui@94.5.1': ['SSPL-1.0 OR Elastic License 2.0'],
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODCBy license https://github.com/mattcg/language-subtag-registry
'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
'@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)

View file

@ -171,7 +171,7 @@ exports[`extend index management ilm summary extension should render a phase def
>
<span
class="euiBadge emotion-euiBadge"
style="background-color: rgb(231, 102, 76); color: rgb(0, 0, 0);"
style="--euiBadgeBackgroundColor: #e7664c; --euiBadgeTextColor: #000;"
title="Hot"
>
<span
@ -342,7 +342,7 @@ exports[`extend index management ilm summary extension should render a step info
>
<span
class="euiBadge emotion-euiBadge"
style="background-color: rgb(231, 102, 76); color: rgb(0, 0, 0);"
style="--euiBadgeBackgroundColor: #e7664c; --euiBadgeTextColor: #000;"
title="Hot"
>
<span
@ -509,7 +509,7 @@ exports[`extend index management ilm summary extension should render an error pa
>
<span
class="euiBadge emotion-euiBadge"
style="background-color: rgb(231, 102, 76); color: rgb(0, 0, 0);"
style="--euiBadgeBackgroundColor: #e7664c; --euiBadgeTextColor: #000;"
title="Hot"
>
<span

View file

@ -1735,10 +1735,10 @@
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
"@elastic/eui@94.5.0-backport.1":
version "94.5.0-backport.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-94.5.0-backport.1.tgz#b26b06c9d4823b80b6c2a4457edfd6cd0cb8ebad"
integrity sha512-K6xVQYZjhdZyHNANw4H45ONw2pbZEJtaKr3Aul+dIQmYSRs0NgZbZyjt5fiLMaHJz2EFIpDEZMFccW6l0Aiukg==
"@elastic/eui@94.5.1":
version "94.5.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-94.5.1.tgz#cdaab02483a419bfc910be9d75a310b60141a611"
integrity sha512-VopgWoljYAkhrK602vP9QJSbGcGVTT57YkWjAGHVV57YRdKJWXvHt3sbBUdangquxYj4ZC2GXM81p7mMxiCOXA==
dependencies:
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"