diff --git a/x-pack/legacy/plugins/siem/public/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap b/x-pack/legacy/plugins/siem/public/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
index bbacc86dcca2c..321b9ea9549a5 100644
--- a/x-pack/legacy/plugins/siem/public/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
+++ b/x-pack/legacy/plugins/siem/public/components/notes/note_card/__snapshots__/note_card_body.test.tsx.snap
@@ -31,6 +31,10 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiAnimSpeedFast": "150ms",
"euiAnimSpeedNormal": "250ms",
"euiAnimSpeedSlow": "350ms",
+ "euiBadgeGroupGutterTypes": Object {
+ "gutterExtraSmall": "4px",
+ "gutterSmall": "8px",
+ },
"euiBorderColor": "#343741",
"euiBorderEditable": "2px dotted #343741",
"euiBorderRadius": "4px",
@@ -49,9 +53,11 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"xs": 0,
},
"euiButtonColorDisabled": "#434548",
+ "euiButtonColorDisabledText": "#757678",
+ "euiButtonColorGhostDisabled": "#343741",
"euiButtonEmptyTypes": Object {
"danger": "#ff6666",
- "disabled": "#2d2e30",
+ "disabled": "#757678",
"ghost": "#ffffff",
"primary": "#1ba9f5",
"text": "#dfe5ef",
@@ -60,7 +66,7 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiButtonHeightSmall": "32px",
"euiButtonIconTypes": Object {
"danger": "#ff6666",
- "disabled": "#434548",
+ "disabled": "#757678",
"ghost": "#ffffff",
"primary": "#1ba9f5",
"subdued": "#98a2b3",
@@ -137,9 +143,11 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiCodeBlockTypeColor": "#da4939",
"euiCodeFontFamily": "'Roboto Mono', 'Consolas', 'Menlo', 'Courier', monospace",
"euiColorAccent": "#f990c0",
+ "euiColorAccentText": "#f990c0",
"euiColorChartBand": "#2a2c35",
"euiColorChartLines": "#343741",
"euiColorDanger": "#ff6666",
+ "euiColorDangerText": "#ff6666",
"euiColorDarkShade": "#98a2b3",
"euiColorDarkestShade": "#d4dae5",
"euiColorEmptyShade": "#1d1e24",
@@ -157,8 +165,11 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiColorPickerValueRange1": "rgba(255, 255, 255, 0)",
"euiColorPickerWidth": "152px",
"euiColorPrimary": "#1ba9f5",
+ "euiColorPrimaryText": "#1ba9f5",
"euiColorSecondary": "#7de2d1",
+ "euiColorSecondaryText": "#7de2d1",
"euiColorSuccess": "#7de2d1",
+ "euiColorSuccessText": "#7de2d1",
"euiColorVis0": "#54b399",
"euiColorVis0_behindText": "#6dccb1",
"euiColorVis1": "#6092c0",
@@ -180,6 +191,7 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiColorVis9": "#e7664c",
"euiColorVis9_behindText": "#ff7e62",
"euiColorWarning": "#ffce7a",
+ "euiColorWarningText": "#ffce7a",
"euiContextMenuWidth": "256px",
"euiControlBarBackground": "#000000",
"euiControlBarBorderColor": "rgba(255, 255, 255, 0.19999999999999996)",
@@ -209,7 +221,7 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"danger": "#ff6666",
"primary": "#1ba9f5",
"secondary": "#7de2d1",
- "subdued": "#535966",
+ "subdued": "#98a2b3",
"warning": "#ffce7a",
},
"euiFilePickerTallHeight": "128px",
@@ -264,7 +276,7 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"ghost": "#ffffff",
"primary": "#1ba9f5",
"secondary": "#7de2d1",
- "subdued": "#535966",
+ "subdued": "#98a2b3",
"success": "#7de2d1",
"text": "#dfe5ef",
"warning": "#ffce7a",
@@ -281,6 +293,21 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiKeyPadMenuSize": "96px",
"euiLineHeight": 1.5,
"euiLinkColor": "#1ba9f5",
+ "euiListGroupGutterTypes": Object {
+ "gutterM": "16px",
+ "gutterS": "8px",
+ },
+ "euiListGroupItemColorTypes": Object {
+ "primary": "#1ba9f5",
+ "subdued": "#98a2b3",
+ "text": "#dfe5ef",
+ },
+ "euiListGroupItemSizeTypes": Object {
+ "large": "20px",
+ "medium": "16px",
+ "small": "14px",
+ "xSmall": "12px",
+ },
"euiNavDrawerBackgroundColor": "#1d1e24",
"euiNavDrawerContractingDelay": "150ms",
"euiNavDrawerExpandingDelay": "250ms",
@@ -437,6 +464,12 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"euiTextConstrainedMaxWidth": "36em",
"euiTextScale": "2.25 1.75 1.25 1.125 1 0.875 0.75",
"euiTitleColor": "#dfe5ef",
+ "euiToastTypes": Object {
+ "danger": "#ff6666",
+ "primary": "#1ba9f5",
+ "success": "#7de2d1",
+ "warning": "#ffce7a",
+ },
"euiToastWidth": "320px",
"euiTokenGrayColor": "#535966",
"euiTokenTypeKeys": "'euiColorVis0', 'euiColorVis1', 'euiColorVis2', 'euiColorVis3', 'euiColorVis4', 'euiColorVis5', 'euiColorVis6', 'euiColorVis7', 'euiColorVis8', 'euiColorVis9', 'gray'",
@@ -591,12 +624,6 @@ exports[`NoteCardBody renders correctly against snapshot 1`] = `
"none": "resizeNone",
"vertical": "resizeVertical",
},
- "toastTypes": Object {
- "danger": "#ff6666",
- "primary": "#1ba9f5",
- "success": "#7de2d1",
- "warning": "#ffce7a",
- },
},
}
}
diff --git a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/common_columns.test.tsx b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/common_columns.test.tsx
index 093e4a5bab100..a312c72ecc25b 100644
--- a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/common_columns.test.tsx
+++ b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/common_columns.test.tsx
@@ -244,7 +244,7 @@ describe('#getCommonColumns', () => {
expect(
wrapper
.find('thead tr th')
- .at(2)
+ .at(1)
.text()
).toContain(i18n.TIMELINE_NAME);
});
@@ -448,7 +448,7 @@ describe('#getCommonColumns', () => {
expect(
wrapper
.find('thead tr th')
- .at(3)
+ .at(2)
.text()
).toContain(i18n.DESCRIPTION);
});
@@ -517,7 +517,7 @@ describe('#getCommonColumns', () => {
expect(
wrapper
.find('thead tr th')
- .at(4)
+ .at(3)
.text()
).toContain(i18n.LAST_MODIFIED);
});
diff --git a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/extended_columns.test.tsx b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/extended_columns.test.tsx
index 3960d08765126..14409a6bbb5ae 100644
--- a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/extended_columns.test.tsx
+++ b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/extended_columns.test.tsx
@@ -43,7 +43,7 @@ describe('#getExtendedColumns', () => {
expect(
wrapper
.find('thead tr th')
- .at(5)
+ .at(4)
.text()
).toContain(i18n.MODIFIED_BY);
});
diff --git a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/index.test.tsx b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/index.test.tsx
index e124f58a0c989..44e6218b5ad25 100644
--- a/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/index.test.tsx
+++ b/x-pack/legacy/plugins/siem/public/components/open_timeline/timelines_table/index.test.tsx
@@ -75,7 +75,7 @@ describe('TimelinesTable', () => {
expect(
wrapper
.find('thead tr th')
- .at(5)
+ .at(4)
.text()
).toContain(i18n.MODIFIED_BY);
});
@@ -94,7 +94,7 @@ describe('TimelinesTable', () => {
expect(
wrapper
.find('thead tr th')
- .at(6)
+ .at(5)
.find('[data-test-subj="notes-count-header-icon"]')
.first()
.exists()
diff --git a/x-pack/legacy/plugins/siem/public/components/page/overview/overview_host_stats/__snapshots__/index.test.tsx.snap b/x-pack/legacy/plugins/siem/public/components/page/overview/overview_host_stats/__snapshots__/index.test.tsx.snap
index 13cb46eb7f03d..a10f5ea512dac 100644
--- a/x-pack/legacy/plugins/siem/public/components/page/overview/overview_host_stats/__snapshots__/index.test.tsx.snap
+++ b/x-pack/legacy/plugins/siem/public/components/page/overview/overview_host_stats/__snapshots__/index.test.tsx.snap
@@ -8,6 +8,7 @@ exports[`Overview Host Stat Data rendering it renders the default OverviewHostSt
margin="xs"
/>