Upgrade EUI to v46.1.0 (#123652)

* eui to 46.1.0

* use optimize build

* dataGridWrapper -> euiDataGridBody

* remove unused dep from bazel

* use column-index and row-index attrs

* datagrid test fixes

* prevent duplicate global styles

* snapshot updates

* rendering_service test

* update comment

* clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Greg Thompson 2022-01-28 08:53:36 -06:00 committed by GitHub
parent 28eb46d4a7
commit e84f370ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 87 additions and 40 deletions

View file

@ -126,7 +126,7 @@ describe('Body', () => {
</TestProviders>
);
expect(wrapper.find('div.euiDataGrid__overflow').first().exists()).toEqual(true);
expect(wrapper.find('div.euiDataGrid__virtualized').first().exists()).toEqual(true);
});
test('it renders events', () => {