Skip to content

Commit 6e6be37

Browse files
authored
update to eui 6.7.4 (#29560)
* update to eui 6.7.4 * remove use of euiHeaderChildSizeMobile for xs header check
1 parent 93faa5f commit 6e6be37

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"dependencies": {
9797
"@elastic/datemath": "5.0.2",
98-
"@elastic/eui": "6.7.2",
98+
"@elastic/eui": "6.7.4",
9999
"@elastic/filesaver": "1.1.2",
100100
"@elastic/good": "8.1.1-kibana2",
101101
"@elastic/numeral": "2.3.2",

x-pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"dependencies": {
122122
"@elastic/datemath": "5.0.2",
123-
"@elastic/eui": "6.7.2",
123+
"@elastic/eui": "6.7.4",
124124
"@elastic/node-crypto": "0.1.2",
125125
"@elastic/numeral": "2.3.2",
126126
"@kbn/babel-preset": "1.0.0",

x-pack/plugins/gis/public/_main.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
overflow: hidden;
99
}
1010

11-
@include euiBreakpoint('xs') {
12-
#gis-plugin {
13-
height: calc(100vh - #{$euiHeaderChildSizeMobile});
14-
}
15-
}
16-
1711
#react-gis-root {
1812
flex-grow: 1;
1913
display: flex;

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,10 +803,10 @@
803803
tabbable "^1.1.0"
804804
uuid "^3.1.0"
805805

806-
"@elastic/[email protected].2":
807-
version "6.7.2"
808-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.7.2.tgz#3cf70915deafc9f9a5c63dc04509845f23704de6"
809-
integrity sha512-ssZGkbXFWEBPpB4OscqzPaaH9oTAhR8BnCivqggykCAuchRlKni8yy5D+BuF+Nns2FS5WZ7342Fzs5qphEULjA==
806+
"@elastic/[email protected].4":
807+
version "6.7.4"
808+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.7.4.tgz#04fb02cfee7d7851ca90659eae121555f56ff83a"
809+
integrity sha512-h0542LAqKjFdbyV8heiwQOlGe6fkThNagPCr7wymFBF/HYBWvIcJSplSVVRNgwgNRvWEXEGLOGrVLInn0Atfpg==
810810
dependencies:
811811
"@types/lodash" "^4.14.116"
812812
"@types/numeral" "^0.0.25"

0 commit comments

Comments
 (0)