This commit is contained in:
dave.snider@gmail.com 2019-01-17 20:22:49 -08:00 committed by GitHub
parent 15e65ef729
commit 64e6ee808a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -110,7 +110,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.2",
"@elastic/eui": "6.3.1",
"@elastic/eui": "6.5.1",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
"@elastic/numeral": "2.3.2",

View file

@ -119,7 +119,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.2",
"@elastic/eui": "6.3.1",
"@elastic/eui": "6.5.1",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2",

View file

@ -3,7 +3,7 @@
position: absolute;
pointer-events: all;
@include size($clearSize);
background-color: $euiColorSlightHue;
background-color: $euiColorLightShade;
border-radius: $clearSize;
line-height: $clearSize;
top: -$euiSizeL;

View file

@ -803,10 +803,10 @@
tabbable "^1.1.0"
uuid "^3.1.0"
"@elastic/eui@6.3.1":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.3.1.tgz#5808086484b8e2178a6cf57ef0a3c1b60090b79b"
integrity sha512-6t5is08ERJTTmVlm6B6xy7GsY8l0NMTVvbw5FJOD/CY2zlMzFXBlrm+0zWfm2rMo4GJxus0AQVqdL+1sDDv7+Q==
"@elastic/eui@6.5.1":
version "6.5.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-6.5.1.tgz#9a77577d88e74f0871523c8b90373819f36aa0b3"
integrity sha512-NirOp2cMESQrhUuD4CHmMgedNMv2x8XHOIqCQl1SGftfUzixlpxEeZRmgjJjegaSMOtPaV6dnqx4YELoZFYlAA==
dependencies:
"@types/lodash" "^4.14.116"
"@types/numeral" "^0.0.25"