mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
update to eui 6.7.4 (#29560)
* update to eui 6.7.4 * remove use of euiHeaderChildSizeMobile for xs header check
This commit is contained in:
parent
93faa5fbc3
commit
6e6be37f2b
4 changed files with 6 additions and 12 deletions
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "6.7.2",
|
||||
"@elastic/eui": "6.7.4",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "8.1.1-kibana2",
|
||||
"@elastic/numeral": "2.3.2",
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "6.7.2",
|
||||
"@elastic/eui": "6.7.4",
|
||||
"@elastic/node-crypto": "0.1.2",
|
||||
"@elastic/numeral": "2.3.2",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
|
|
|
@ -8,12 +8,6 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
@include euiBreakpoint('xs') {
|
||||
#gis-plugin {
|
||||
height: calc(100vh - #{$euiHeaderChildSizeMobile});
|
||||
}
|
||||
}
|
||||
|
||||
#react-gis-root {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
|
|
|
@ -803,10 +803,10 @@
|
|||
tabbable "^1.1.0"
|
||||
uuid "^3.1.0"
|
||||
|
||||
"@elastic/eui@6.7.2":
|
||||
version "6.7.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.7.2.tgz#3cf70915deafc9f9a5c63dc04509845f23704de6"
|
||||
integrity sha512-ssZGkbXFWEBPpB4OscqzPaaH9oTAhR8BnCivqggykCAuchRlKni8yy5D+BuF+Nns2FS5WZ7342Fzs5qphEULjA==
|
||||
"@elastic/eui@6.7.4":
|
||||
version "6.7.4"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.7.4.tgz#04fb02cfee7d7851ca90659eae121555f56ff83a"
|
||||
integrity sha512-h0542LAqKjFdbyV8heiwQOlGe6fkThNagPCr7wymFBF/HYBWvIcJSplSVVRNgwgNRvWEXEGLOGrVLInn0Atfpg==
|
||||
dependencies:
|
||||
"@types/lodash" "^4.14.116"
|
||||
"@types/numeral" "^0.0.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue