From b02e168c12216b3b044ae8c680500be64a238f25 Mon Sep 17 00:00:00 2001 From: Elizabet Oliveira Date: Mon, 5 Sep 2022 16:22:10 +0100 Subject: [PATCH 01/34] Converted list group styles to emotion --- .../__snapshots__/data_grid.test.tsx.snap | 8 +- src/components/form/form.styles.ts | 16 +++- .../__snapshots__/list_group.test.tsx.snap | 28 +++--- src/components/list_group/_index.scss | 2 +- src/components/list_group/_list_group.scss | 18 ---- .../list_group/list_group.styles.ts | 42 +++++++++ src/components/list_group/list_group.test.tsx | 3 + src/components/list_group/list_group.tsx | 42 ++++----- .../list_group/list_group_item.styles.ts | 86 +++++++++++++++++++ .../pinnable_list_group.test.tsx.snap | 4 +- src/components/popover/input_popover.tsx | 9 +- 11 files changed, 188 insertions(+), 70 deletions(-) create mode 100644 src/components/list_group/list_group.styles.ts create mode 100644 src/components/list_group/list_group_item.styles.ts diff --git a/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap b/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap index 2ab584b946c..b03f603fb9b 100644 --- a/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap +++ b/src/components/datagrid/__snapshots__/data_grid.test.tsx.snap @@ -138,7 +138,7 @@ exports[`EuiDataGrid pagination renders 1`] = ` exports[`EuiDataGrid render column actions renders various column actions configurations 1`] = `