Upgrade EUI to 0.0.23. (#16856)

* Upgrade EUI to 0.0.23.
* Update Jest snapshots.
This commit is contained in:
CJ Cenizal 2018-02-22 15:57:44 -08:00 committed by GitHub
parent 5cacfb9b31
commit e67fe029c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View file

@ -76,7 +76,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"@elastic/eui": "0.0.19",
"@elastic/eui": "0.0.23",
"@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.1",
"@elastic/ui-ace": "0.2.3",

View file

@ -97,6 +97,7 @@ exports[`renders ControlsTab 1`] = `
>
<EuiSelect
fullWidth={false}
hasNoInitialSelection={false}
isLoading={false}
onChange={[Function]}
options={

View file

@ -25,6 +25,7 @@ exports[`parentCandidates 1`] = `
>
<EuiSelect
fullWidth={false}
hasNoInitialSelection={false}
isLoading={false}
onChange={[Function]}
options={

View file

@ -47,6 +47,7 @@ exports[`TimeField should render a loading state 1`] = `
data-test-subj="createIndexPatternTimeFieldSelect"
disabled={true}
fullWidth={false}
hasNoInitialSelection={false}
isLoading={false}
name="timeField"
options={
@ -114,6 +115,7 @@ exports[`TimeField should render a selected time field 1`] = `
data-test-subj="createIndexPatternTimeFieldSelect"
disabled={false}
fullWidth={false}
hasNoInitialSelection={false}
isLoading={false}
name="timeField"
onChange={[Function]}
@ -183,6 +185,7 @@ exports[`TimeField should render normally 1`] = `
data-test-subj="createIndexPatternTimeFieldSelect"
disabled={false}
fullWidth={false}
hasNoInitialSelection={false}
isLoading={false}
name="timeField"
onChange={[Function]}

View file

@ -81,9 +81,9 @@
version "0.0.0"
uid ""
"@elastic/eui@0.0.19":
version "0.0.19"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.19.tgz#f5e57151c20eb9ef0544155b09a1b9c5d8bfa6ef"
"@elastic/eui@0.0.23":
version "0.0.23"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.23.tgz#01a3d88aeaff175da5d42b70d407d08a32783f3d"
dependencies:
brace "^0.10.0"
classnames "^2.2.5"