Update EUI to v10.1.0 (#35402)

This commit is contained in:
Chandler Prall 2019-04-22 09:41:51 -06:00 committed by GitHub
parent 893b941a88
commit dc9b299903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 22 deletions

View file

@ -102,7 +102,7 @@
"@babel/polyfill": "^7.2.5",
"@babel/register": "^7.0.0",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
"@elastic/numeral": "2.3.3",

View file

@ -365,22 +365,22 @@ exports[`Inspector Data View component should render loading state 1`] = `
<EuiLoadingChart
size="m"
>
<div
<span
className="euiLoadingChart euiLoadingChart--medium"
>
<div
<span
className="euiLoadingChart__bar"
/>
<div
<span
className="euiLoadingChart__bar"
/>
<div
<span
className="euiLoadingChart__bar"
/>
<div
<span
className="euiLoadingChart__bar"
/>
</div>
</span>
</EuiLoadingChart>
<EuiSpacer
size="s"

View file

@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}

View file

@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"react": "^16.8.0"
}
}

View file

@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"react": "^16.8.0"
},
"scripts": {

View file

@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}

View file

@ -151,7 +151,7 @@
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.4",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "10.0.1",
"@elastic/eui": "10.1.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/numeral": "2.3.3",
"@kbn/babel-preset": "1.0.0",

View file

@ -127,7 +127,7 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
<span
class="euiLoadingSpinner euiLoadingSpinner--medium"
/>
</div>

View file

@ -160,7 +160,7 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
<EuiLoadingSpinner
size="l"
>
<div
<span
className="euiLoadingSpinner euiLoadingSpinner--large"
/>
</EuiLoadingSpinner>
@ -457,7 +457,7 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
className="euiButton__spinner"
size="m"
>
<div
<span
className="euiLoadingSpinner euiLoadingSpinner--medium euiButton__spinner"
/>
</EuiLoadingSpinner>

View file

@ -22,7 +22,7 @@ exports[`PageLoading should show a simple page loading component 1`] = `
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
>
<div
<span
class="euiLoadingSpinner euiLoadingSpinner--xLarge"
/>
</div>

View file

@ -142,7 +142,7 @@ exports[`EmptyState component doesn't render child components when count is fals
<EuiLoadingSpinner
size="xl"
>
<div
<span
className="euiLoadingSpinner euiLoadingSpinner--xLarge"
/>
</EuiLoadingSpinner>
@ -852,7 +852,7 @@ exports[`EmptyState component renders loading state if no errors or doc count 1`
<EuiLoadingSpinner
size="xl"
>
<div
<span
className="euiLoadingSpinner euiLoadingSpinner--xLarge"
/>
</EuiLoadingSpinner>

View file

@ -1339,10 +1339,10 @@
tabbable "^1.1.0"
uuid "^3.1.0"
"@elastic/eui@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-10.0.1.tgz#519f52dae25cd0495e2cffca60ff62b415a50c70"
integrity sha512-l0nltFhHEDo4MIkdSCv6T8GmEi+W30iZcQ5fno6muZ6haji5VG6K9jCQtGUDHcns61IJ5t2yzs7Gqz+CJqlKKw==
"@elastic/eui@10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-10.1.0.tgz#55c116f1ac66d5dfc7fc4ea0503a0d0d8d0430c7"
integrity sha512-AXr2HQ8JVTLN4vezwfueSCvAHjT2yIxSY6F6gXW2Uh7FqILXBa8Qfs7YAOpTTKIJ5tzW4GMYM9xx23RUPeusRw==
dependencies:
"@types/lodash" "^4.14.116"
"@types/numeral" "^0.0.25"