diff --git a/package.json b/package.json
index d1451ba2553fe..4226f06b3599b 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
- "@elastic/eui": "3.6.1",
+ "@elastic/eui": "3.7.0",
"@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.2",
"@elastic/ui-ace": "0.2.3",
diff --git a/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern_wizard/components/step_index_pattern/components/indices_list/__tests__/__snapshots__/indices_list.test.js.snap b/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern_wizard/components/step_index_pattern/components/indices_list/__tests__/__snapshots__/indices_list.test.js.snap
index 943303f0bfdb2..bdacb3b6c4734 100644
--- a/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern_wizard/components/step_index_pattern/components/indices_list/__tests__/__snapshots__/indices_list.test.js.snap
+++ b/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern_wizard/components/step_index_pattern/components/indices_list/__tests__/__snapshots__/indices_list.test.js.snap
@@ -67,6 +67,7 @@ exports[`IndicesList should change pages 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="customizablePagination"
isOpen={false}
ownFocus={false}
@@ -79,6 +80,7 @@ exports[`IndicesList should change pages 1`] = `
Array [
@@ -86,6 +88,7 @@ exports[`IndicesList should change pages 1`] = `
,
@@ -93,6 +96,7 @@ exports[`IndicesList should change pages 1`] = `
,
@@ -100,6 +104,7 @@ exports[`IndicesList should change pages 1`] = `
,
@@ -171,6 +176,7 @@ exports[`IndicesList should change per page 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="customizablePagination"
isOpen={false}
ownFocus={false}
@@ -183,6 +189,7 @@ exports[`IndicesList should change per page 1`] = `
Array [
@@ -190,6 +197,7 @@ exports[`IndicesList should change per page 1`] = `
,
@@ -197,6 +205,7 @@ exports[`IndicesList should change per page 1`] = `
,
@@ -204,6 +213,7 @@ exports[`IndicesList should change per page 1`] = `
,
@@ -300,6 +310,7 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="customizablePagination"
isOpen={false}
ownFocus={false}
@@ -312,6 +323,7 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
Array [
@@ -319,6 +331,7 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
,
@@ -326,6 +339,7 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
,
@@ -333,6 +347,7 @@ exports[`IndicesList should highlight the query in the matches 1`] = `
,
@@ -414,6 +429,7 @@ exports[`IndicesList should render normally 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="customizablePagination"
isOpen={false}
ownFocus={false}
@@ -426,6 +442,7 @@ exports[`IndicesList should render normally 1`] = `
Array [
@@ -433,6 +450,7 @@ exports[`IndicesList should render normally 1`] = `
,
@@ -440,6 +458,7 @@ exports[`IndicesList should render normally 1`] = `
,
@@ -447,6 +466,7 @@ exports[`IndicesList should render normally 1`] = `
,
@@ -608,6 +628,7 @@ exports[`IndicesList updating props should render all new indices 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="customizablePagination"
isOpen={false}
ownFocus={false}
@@ -620,6 +641,7 @@ exports[`IndicesList updating props should render all new indices 1`] = `
Array [
@@ -627,6 +649,7 @@ exports[`IndicesList updating props should render all new indices 1`] = `
,
@@ -634,6 +657,7 @@ exports[`IndicesList updating props should render all new indices 1`] = `
,
@@ -641,6 +665,7 @@ exports[`IndicesList updating props should render all new indices 1`] = `
,
diff --git a/src/ui/public/inspector/ui/__snapshots__/inspector_panel.test.js.snap b/src/ui/public/inspector/ui/__snapshots__/inspector_panel.test.js.snap
index 8fff7e5caf3b8..c0174670aa09c 100644
--- a/src/ui/public/inspector/ui/__snapshots__/inspector_panel.test.js.snap
+++ b/src/ui/public/inspector/ui/__snapshots__/inspector_panel.test.js.snap
@@ -125,6 +125,7 @@ exports[`InspectorPanel should render as expected 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="inspectorViewChooser"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/package.json b/x-pack/package.json
index c9ebc165708ee..edb4d4c5313fd 100644
--- a/x-pack/package.json
+++ b/x-pack/package.json
@@ -79,7 +79,7 @@
"yargs": "4.7.1"
},
"dependencies": {
- "@elastic/eui": "3.6.1",
+ "@elastic/eui": "3.7.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2",
diff --git a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap
index 1f69cc7657c1d..640f5fbf5e5d8 100644
--- a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap
+++ b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap
@@ -25,6 +25,7 @@ exports[`ConditionExpression renders with appliesTo, operator and value supplied
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="appliesToPopover"
isOpen={false}
ownFocus={true}
@@ -91,6 +92,7 @@ exports[`ConditionExpression renders with appliesTo, operator and value supplied
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="operatorValuePopover"
isOpen={false}
ownFocus={true}
@@ -223,6 +225,7 @@ exports[`ConditionExpression renders with only value supplied 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="appliesToPopover"
isOpen={false}
ownFocus={true}
@@ -288,6 +291,7 @@ exports[`ConditionExpression renders with only value supplied 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="operatorValuePopover"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/scope_expression.test.js.snap b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/scope_expression.test.js.snap
index dcbec7d00959b..10cf78eb68d1b 100644
--- a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/scope_expression.test.js.snap
+++ b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/scope_expression.test.js.snap
@@ -90,6 +90,7 @@ exports[`ScopeExpression renders when enabled set to false 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="operatorValuePopover"
isOpen={false}
ownFocus={true}
@@ -244,6 +245,7 @@ exports[`ScopeExpression renders when filter ID and type supplied 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="operatorValuePopover"
isOpen={false}
ownFocus={true}
@@ -398,6 +400,7 @@ exports[`ScopeExpression renders when no filter ID or type supplied 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="operatorValuePopover"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap b/x-pack/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
index fc98b2e69df75..f2b45cd4d0cbd 100644
--- a/x-pack/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
+++ b/x-pack/plugins/ml/public/settings/filter_lists/components/add_item_popover/__snapshots__/add_item_popover.test.js.snap
@@ -18,6 +18,7 @@ exports[`AddItemPopover calls addItems with multiple items on clicking Add butto
}
closePopover={[Function]}
+ hasArrow={true}
id="add_item_popover"
isOpen={false}
ownFocus={true}
@@ -95,6 +96,7 @@ exports[`AddItemPopover opens the popover onButtonClick 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="add_item_popover"
isOpen={true}
ownFocus={true}
@@ -172,6 +174,7 @@ exports[`AddItemPopover renders the popover 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="add_item_popover"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/plugins/ml/public/settings/filter_lists/components/edit_description_popover/__snapshots__/edit_description_popover.test.js.snap b/x-pack/plugins/ml/public/settings/filter_lists/components/edit_description_popover/__snapshots__/edit_description_popover.test.js.snap
index e59216401033b..401b5a9337032 100644
--- a/x-pack/plugins/ml/public/settings/filter_lists/components/edit_description_popover/__snapshots__/edit_description_popover.test.js.snap
+++ b/x-pack/plugins/ml/public/settings/filter_lists/components/edit_description_popover/__snapshots__/edit_description_popover.test.js.snap
@@ -15,6 +15,7 @@ exports[`FilterListUsagePopover opens the popover onButtonClick 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="filter_list_description_popover"
isOpen={true}
ownFocus={true}
@@ -64,6 +65,7 @@ exports[`FilterListUsagePopover renders the popover with a description 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="filter_list_description_popover"
isOpen={false}
ownFocus={true}
@@ -113,6 +115,7 @@ exports[`FilterListUsagePopover renders the popover with no description 1`] = `
/>
}
closePopover={[Function]}
+ hasArrow={true}
id="filter_list_description_popover"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/plugins/ml/public/settings/filter_lists/components/filter_list_usage_popover/__snapshots__/filter_list_usage_popover.test.js.snap b/x-pack/plugins/ml/public/settings/filter_lists/components/filter_list_usage_popover/__snapshots__/filter_list_usage_popover.test.js.snap
index d66c33bf095e9..a954fc65a4039 100644
--- a/x-pack/plugins/ml/public/settings/filter_lists/components/filter_list_usage_popover/__snapshots__/filter_list_usage_popover.test.js.snap
+++ b/x-pack/plugins/ml/public/settings/filter_lists/components/filter_list_usage_popover/__snapshots__/filter_list_usage_popover.test.js.snap
@@ -16,6 +16,7 @@ exports[`FilterListUsagePopover opens the popover onButtonClick 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="detector_filter_list_usage"
isOpen={true}
ownFocus={true}
@@ -59,6 +60,7 @@ exports[`FilterListUsagePopover renders the popover for 1 job 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="job_filter_list_usage"
isOpen={false}
ownFocus={true}
@@ -92,6 +94,7 @@ exports[`FilterListUsagePopover renders the popover for 2 detectors 1`] = `
}
closePopover={[Function]}
+ hasArrow={true}
id="detector_filter_list_usage"
isOpen={false}
ownFocus={true}
diff --git a/x-pack/yarn.lock b/x-pack/yarn.lock
index 1c859041251d4..f98f7fd87ee1b 100644
--- a/x-pack/yarn.lock
+++ b/x-pack/yarn.lock
@@ -10,9 +10,9 @@
esutils "^2.0.2"
js-tokens "^3.0.0"
-"@elastic/eui@3.6.1":
- version "3.6.1"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.6.1.tgz#59a719d4cd98a1efd0341e13b70b50119aabe2f5"
+"@elastic/eui@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.7.0.tgz#276d2a8e724778d15192b3847247d3731c7ff738"
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"
diff --git a/yarn.lock b/yarn.lock
index 40e7ee89fd842..e9a2db54979a6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -81,9 +81,9 @@
version "0.0.0"
uid ""
-"@elastic/eui@3.6.1":
- version "3.6.1"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.6.1.tgz#59a719d4cd98a1efd0341e13b70b50119aabe2f5"
+"@elastic/eui@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.7.0.tgz#276d2a8e724778d15192b3847247d3731c7ff738"
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"