Skip to content

Commit 2a7bdb5

Browse files
Upgrade EUI to v106.3.0 (#231288)
- `@elastic/eui`: `v106.2.0` ⏩ `v106.3.0` - `@elastic/eui-theme-borealis`: `v3.3.0` ⏩ `v3.3.1` - `@elastic/eslint-plugin-eui`: `v2.2.1` ⏩ `v2.3.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) ## Package updates ### `@elastic/eui` #### [`v106.3.0`](https://github.com/elastic/eui/releases/v106.3.0) - Added thumbUp and thumbDown icons ([#8937](elastic/eui#8937)) - Removed obsolete IE-specific CSS properties ([#8940](elastic/eui#8940)) - Updated `EuiComboBox` to allow multiline options by disabling virtualization (`rowHeight="auto"`) ([#8934](elastic/eui#8934)) **Bug fixes** - Fixed interactive content in header cells on `EuiDataGrid` not being correctly removed from the tab order ([#8938](elastic/eui#8938)) - Fixed an issue where the validity state of `EuiFieldNumber` did not update when the `isInvalid` prop value changed ([#8952](elastic/eui#8952)) - Reverted a font-size change for `xs` buttons back to `12px` ([#8930](elastic/eui#8930)) - Fixed unexpected results for the SCSS function `lineHeightFromBaseline` ([#8922](elastic/eui#8922)) - Fixed `euiDataGridRow--selected` not applying on `EuiDataGrid` whith `stripes={true}` ([#8925](elastic/eui#8925)) - Fixed `euiDataGridRow--marked` and `euiDataGridRow--selected` applying hover styling on `EuiDataGrid` when `stripes={true}` ([#8925](elastic/eui#8925)) **Accessibility** - Added a screen reader help text for entered interactive cells of `EuiDataGrid` to provide information about exiting cells ([#8938](elastic/eui#8938)) - Added a new beta `EuiLiveAnnouncer` component which supports `aria-live` announcements on mount ([#8916](elastic/eui#8916)) - Added `announceOnMount` prop on `EuiCallOut` to support announcing its content on mount ([#8916](elastic/eui#8916)) ### `@elastic/eui-theme-borealis` #### [`v3.3.1`](https://www.npmjs.com/package/@elastic/eui-theme-borealis/v/3.3.1) **Bug fixes** - Updated shared theme SCSS imports to ensure expected results for the SCSS function `lineHeightFromBaseline` ([#8922](elastic/eui#8922)) ### `@elastic/eslint-plugin-eui` #### [`v2.3.0`](https://www.npmjs.com/package/@elastic/eslint-plugin-eui/v/2.3.0) - Added `EuiFlyoutResizable` to `require-aria-label-for-modals` check ([#8946](elastic/eui#8946)) - Added new `no-unnamed-radio-group` rule. ([#8929](elastic/eui#8929)) - Fixed attributes comparison issue in the `consistent-is-invalid-props` rule. ([#8920](elastic/eui#8920))
1 parent 2e20740 commit 2a7bdb5

File tree

5 files changed

+34
-27
lines changed

5 files changed

+34
-27
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
"@elastic/ecs": "^9.0.0",
125125
"@elastic/elasticsearch": "9.0.3",
126126
"@elastic/ems-client": "8.6.3",
127-
"@elastic/eui": "106.2.0",
128-
"@elastic/eui-amsterdam": "npm:@elastic/eui@106.1.0-amsterdam.0",
129-
"@elastic/eui-theme-borealis": "3.3.0",
127+
"@elastic/eui": "106.3.0",
128+
"@elastic/eui-amsterdam": "npm:@elastic/eui@106.3.0-amsterdam.0",
129+
"@elastic/eui-theme-borealis": "3.3.1",
130130
"@elastic/filesaver": "1.1.2",
131131
"@elastic/monaco-esql": "^3.1.7",
132132
"@elastic/node-crypto": "^1.2.3",
@@ -1438,7 +1438,7 @@
14381438
"@cypress/debugging-proxy": "2.0.1",
14391439
"@cypress/grep": "^4.0.1",
14401440
"@cypress/webpack-preprocessor": "^6.0.2",
1441-
"@elastic/eslint-plugin-eui": "2.2.1",
1441+
"@elastic/eslint-plugin-eui": "2.3.0",
14421442
"@elastic/makelogs": "^6.1.1",
14431443
"@elastic/synthetics": "^1.18.2",
14441444
"@emotion/babel-preset-css-prop": "^11.11.0",

src/core/packages/i18n/browser-internal/src/__snapshots__/i18n_service.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/packages/i18n/browser-internal/src/i18n_eui_mapping.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,12 @@ export const getEuiContextMapping = (): EuiTokensObject => {
557557
'core.euiDataGridCell.focusTrapExitPrompt',
558558
{ defaultMessage: 'Exited cell content.' }
559559
),
560+
'euiDataGridCell.focusTrapEnteredExitPrompt': i18n.translate(
561+
'core.euiDataGridCell.focusTrapEnteredExitPrompt',
562+
{
563+
defaultMessage: 'Press the Escape key to exit the cell.',
564+
}
565+
),
560566
'euiDataGridCellActions.expandButtonTitle': i18n.translate(
561567
'core.euiDataGridCellActions.expandButtonTitle',
562568
{

src/platform/plugins/private/vis_types/vislib/public/vislib/components/legend/__snapshots__/legend.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,17 +2206,17 @@
22062206
semver "^7.6.3"
22072207
topojson-client "^3.1.0"
22082208

2209-
"@elastic/eslint-plugin-eui@2.2.1":
2210-
version "2.2.1"
2211-
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-2.2.1.tgz#91af7c9fba0603211b44d81497c72d0824c7de90"
2212-
integrity sha512-pHbdrGzGTL/CWDBzfstjaOhwjZlABXUiqtuOPNmWkpue70zROqsO3fAPB18SvP4ev6J7RrtioknXFKkX8AD3Pw==
2209+
"@elastic/eslint-plugin-eui@2.3.0":
2210+
version "2.3.0"
2211+
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-2.3.0.tgz#3d65189b84f55440145eeb01dff9a77fb8036830"
2212+
integrity sha512-rimxG9D/jCT/UvrZvet69kTHYMIpBqPwl+iR+aA9Ay5QaP7LFEPnEj6TMb1wk64vfzrTeV95eOLMAElJmXo4wA==
22132213

2214-
"@elastic/eui-amsterdam@npm:@elastic/eui@106.1.0-amsterdam.0":
2215-
version "106.1.0-amsterdam.0"
2216-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.1.0-amsterdam.0.tgz#59ef7470e5fe6670d975b8826abfb8a9fa41e435"
2217-
integrity sha512-3Yi0AiNGD7ok+4aaWI8rFC2RVeg+k3ORIOGzA+psC6FhPO3A9lxuma02j0huXFdfF6M67VE7miuPwg78wuYEfA==
2214+
"@elastic/eui-amsterdam@npm:@elastic/eui@106.3.0-amsterdam.0":
2215+
version "106.3.0-amsterdam.0"
2216+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.3.0-amsterdam.0.tgz#3ac3b4986166d51caae3dd5666d8160fa98ef682"
2217+
integrity sha512-d2/zj68QLeWiXQ+5qPDdip35s/rJmCeVRcaBedm1KH3Tkom+rh0awGfijqwgt61OIC3q63ndXaRS2XmZkEerNg==
22182218
dependencies:
2219-
"@elastic/eui-theme-common" "3.1.0"
2219+
"@elastic/eui-theme-common" "4.0.0"
22202220
"@elastic/prismjs-esql" "^1.1.0"
22212221
"@hello-pangea/dnd" "^16.6.0"
22222222
"@types/lodash" "^4.14.202"
@@ -2252,26 +2252,26 @@
22522252
uuid "^8.3.0"
22532253
vfile "^4.2.1"
22542254

2255-
"@elastic/[email protected].0":
2256-
version "3.3.0"
2257-
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.3.0.tgz#c2583fcc068d560bbd6c4cdc830bb6da202e983e"
2258-
integrity sha512-zWOMUtuWRcOYzN6pVgIRAqtQgUi4AJmjNRRvt1lRIwrivjo41hxGFqfZuiZvGMgrSNM6OFqKMqRZBZV88PMxUA==
2255+
"@elastic/[email protected].1":
2256+
version "3.3.1"
2257+
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.3.1.tgz#cbc1bcdf68277235e0ab1e1a19ec3a5511258dd6"
2258+
integrity sha512-atrYq78/s28qaP+eryCNMcW0FDHKWNdE4ltxmEEmvrUtqpA0NE55xeV6sTW7zld66aNpbooYqpgLSJqs9WafRg==
22592259

2260-
"@elastic/eui-theme-common@3.1.0":
2261-
version "3.1.0"
2262-
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-3.1.0.tgz#e70b881bf4d2801d38f515982a32d702e63a7213"
2263-
integrity sha512-hobhxba5v+7fJeO5j6u12KVMoPr47WpqzHi+p9JntMegD2MeyEuz2a8Z204VPJvEbzQuat9Glgjst5nCxN6sKw==
2260+
"@elastic/eui-theme-common@4.0.0":
2261+
version "4.0.0"
2262+
resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-4.0.0.tgz#d3f10cc42f754923ae23cee9a1b62d4345157843"
2263+
integrity sha512-0X9KFVpQnyk4KsWD5W8fzzZbCud25XJ6z2J03qka0mwh4qGy/XWIiGflBC1BH1BZYu71olnaMKaSJQliY3LZlQ==
22642264
dependencies:
22652265
"@types/lodash" "^4.14.202"
22662266
chroma-js "^2.4.2"
22672267
lodash "^4.17.21"
22682268

2269-
"@elastic/eui@106.2.0":
2270-
version "106.2.0"
2271-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.2.0.tgz#9513b959681fb471eaf6ba454950cd5b575a1959"
2272-
integrity sha512-I4JQChwHAZC4W0PDQzfh/26WhdHCzc/7CTFOqp4sgLpX1hoG3jCJDQMDVQy6d7MFWWYg2RWpfk3qTHXapwAlBw==
2269+
"@elastic/eui@106.3.0":
2270+
version "106.3.0"
2271+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.3.0.tgz#3dbe8135b8b1cc36def41b39b14fb2a243b7dde0"
2272+
integrity sha512-TkeGP7Eq0v/LKIZMbw0HcpDd4Bn+xgkaEZLck+nmYFd5cKxVr4l6wCXFVfNSc/xPrqsvSNHVclC+n0P9EWWdHQ==
22732273
dependencies:
2274-
"@elastic/eui-theme-common" "3.1.0"
2274+
"@elastic/eui-theme-common" "4.0.0"
22752275
"@elastic/prismjs-esql" "^1.1.0"
22762276
"@hello-pangea/dnd" "^16.6.0"
22772277
"@types/lodash" "^4.14.202"

0 commit comments

Comments
 (0)