From 142df2722664cc959cb62f089e289471106e16f2 Mon Sep 17 00:00:00 2001 From: Cee Chen <549407+cee-chen@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:06:36 -0700 Subject: [PATCH] Upgrade EUI to v93.3.0 (#178438) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `v93.2.0`⏩`v93.3.0` --- ## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0) - Added new `EuiDataGrid` new prop: `cellContext`, an optional object of additional props passed to the cell render function. ([#7374](https://github.com/elastic/eui/pull/7374)) - `EuiBreadcrumbs`'s `popoverContent` API now accepts a render function that will be passed a `closePopover` callback, allowing consumers to close the breadcrumb popover from their popover content ([#7555](https://github.com/elastic/eui/pull/7555)) **Bug fixes** - Fixed missing animation on native `EuiProgress` bar update ([#7538](https://github.com/elastic/eui/pull/7538)) - Fixed an `EuiDataGrid` bug with `gridStyle.rowClasses`, where custom consumer classes that began with `euiDataGridRow` would not be correctly removed/reapplied ([#7549](https://github.com/elastic/eui/pull/7549)) - Fixed a visual `EuiDataGrid` bug where `EuiCheckbox`es within control columns were not vertically centered within single height rows ([#7549](https://github.com/elastic/eui/pull/7549)) --- package.json | 2 +- .../src/utils/get_render_cell_value.test.tsx | 4 ++-- src/dev/license_checker/config.ts | 2 +- .../components/legend/__snapshots__/legend.test.tsx.snap | 2 +- .../components/__snapshots__/app.test.tsx.snap | 2 +- .../server/__snapshots__/prompt_page.test.tsx.snap | 4 ++-- .../__snapshots__/unauthenticated_page.test.tsx.snap | 4 ++-- .../__snapshots__/reset_session_page.test.tsx.snap | 4 ++-- yarn.lock | 8 ++++---- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index a7f8e773d9fe1..5b5d4093509a9 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@elastic/ecs": "^8.11.1", "@elastic/elasticsearch": "^8.12.2", "@elastic/ems-client": "8.5.1", - "@elastic/eui": "93.2.0", + "@elastic/eui": "93.3.0", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "1.2.1", "@elastic/numeral": "^2.5.1", diff --git a/packages/kbn-unified-data-table/src/utils/get_render_cell_value.test.tsx b/packages/kbn-unified-data-table/src/utils/get_render_cell_value.test.tsx index 9e211bee1cad7..4b00a85a29f39 100644 --- a/packages/kbn-unified-data-table/src/utils/get_render_cell_value.test.tsx +++ b/packages/kbn-unified-data-table/src/utils/get_render_cell_value.test.tsx @@ -166,7 +166,7 @@ describe('Unified data table cell rendering', function () { /> ); expect(component.html()).toMatchInlineSnapshot( - `"
Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.