mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Upgrade EUI to 0.0.23. (#16856)
* Upgrade EUI to 0.0.23. * Update Jest snapshots.
This commit is contained in:
parent
5cacfb9b31
commit
e67fe029c6
5 changed files with 9 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -97,6 +97,7 @@ exports[`renders ControlsTab 1`] = `
|
|||
>
|
||||
<EuiSelect
|
||||
fullWidth={false}
|
||||
hasNoInitialSelection={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
|
|
|
@ -25,6 +25,7 @@ exports[`parentCandidates 1`] = `
|
|||
>
|
||||
<EuiSelect
|
||||
fullWidth={false}
|
||||
hasNoInitialSelection={false}
|
||||
isLoading={false}
|
||||
onChange={[Function]}
|
||||
options={
|
||||
|
|
|
@ -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]}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue