Skip to content

Commit

Permalink
Upgrades EUI to 9.5 (elastic#33672)
Browse files Browse the repository at this point in the history
* Updates EUI to 9.5.0

* Remove duplicate type

* Updates snapshots and fixes a few type errors

* Updates x-pack snapshots
  • Loading branch information
jasonrhodes authored and snide committed Mar 28, 2019
1 parent b1503bc commit 82c7ace
Show file tree
Hide file tree
Showing 46 changed files with 132 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@babel/polyfill": "^7.2.5",
"@babel/register": "^7.0.0",
"@elastic/datemath": "5.0.2",
"@elastic/eui": "9.4.2",
"@elastic/eui": "9.5.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana2",
"@elastic/numeral": "2.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exports[`rendering render matches snapshot 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ exports[`renders ControlsTab 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -145,6 +146,7 @@ exports[`Clear btns enabled when there are values 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -242,6 +244,7 @@ exports[`Renders list control 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -345,6 +348,7 @@ exports[`Renders range control 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ exports[`after fetch initialFilter 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -167,6 +168,7 @@ exports[`after fetch renders call to action when no dashboards exist 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -264,6 +266,7 @@ exports[`after fetch renders table rows 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -361,6 +364,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -458,6 +462,7 @@ exports[`renders empty page in before initial fetch to avoid flickering 1`] = `
iconSide="left"
iconType="plusInCircle"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ exports[`render 1`] = `
fill={true}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exports[`renders DashboardCloneModal 1`] = `
fill={false}
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand All @@ -64,6 +65,7 @@ exports[`renders DashboardCloneModal 1`] = `
iconSide="left"
isLoading={false}
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ exports[`render 1`] = `
href="#/management/kibana/objects?_a=(tab:search)"
iconSide="left"
onClick={[Function]}
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ exports[`apmUiEnabled 1`] = `
fill={false}
href="#/home/tutorial/apm"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -89,6 +90,7 @@ exports[`apmUiEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/logging"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -123,6 +125,7 @@ exports[`apmUiEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/metrics"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -157,6 +160,7 @@ exports[`apmUiEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/security"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -320,6 +324,7 @@ exports[`isNewKibanaInstance 1`] = `
fill={false}
href="#/home/tutorial_directory/logging"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -354,6 +359,7 @@ exports[`isNewKibanaInstance 1`] = `
fill={false}
href="#/home/tutorial_directory/metrics"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -388,6 +394,7 @@ exports[`isNewKibanaInstance 1`] = `
fill={false}
href="#/home/tutorial_directory/security"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -551,6 +558,7 @@ exports[`mlEnabled 1`] = `
fill={false}
href="#/home/tutorial/apm"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -585,6 +593,7 @@ exports[`mlEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/logging"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -619,6 +628,7 @@ exports[`mlEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/metrics"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -653,6 +663,7 @@ exports[`mlEnabled 1`] = `
fill={false}
href="#/home/tutorial_directory/security"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -855,6 +866,7 @@ exports[`render 1`] = `
fill={false}
href="#/home/tutorial_directory/logging"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -889,6 +901,7 @@ exports[`render 1`] = `
fill={false}
href="#/home/tutorial_directory/metrics"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -923,6 +936,7 @@ exports[`render 1`] = `
fill={false}
href="#/home/tutorial_directory/security"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ exports[`home directories should not render directory entry when showOnHomePage
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -231,6 +232,7 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -360,6 +362,7 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -476,6 +479,7 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -592,6 +596,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -708,6 +713,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -824,6 +830,7 @@ exports[`home should render home component 1`] = `
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -940,6 +947,7 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -1056,6 +1064,7 @@ exports[`home welcome should show the normal home page if welcome screen is disa
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down Expand Up @@ -1179,6 +1188,7 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
fill={false}
href="#/home/feature_directory"
iconSide="left"
size="m"
type="button"
>
<FormattedMessage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports[`should render popover when appLinks is not empty 1`] = `
iconSide="right"
iconType="arrowDown"
onClick={[Function]}
size="m"
type="button"
>
View data
Expand Down Expand Up @@ -62,6 +63,7 @@ exports[`should render simple button when appLinks is empty 1`] = `
fill={false}
href="root/app/kibana#/dashboard/722b74f0-b882-11e8-a6d9-e546fe2bba5f"
iconSide="left"
size="m"
type="button"
>
View data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ exports[`render 1`] = `
fill={true}
href="/app/myapp"
iconSide="left"
size="m"
type="button"
>
launch myapp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ exports[`statusCheckState checking status 1`] = `
iconSide="left"
isLoading={true}
onClick={[Function]}
size="m"
type="button"
>
custom btn label
Expand Down Expand Up @@ -300,6 +301,7 @@ exports[`statusCheckState failed status check - error 1`] = `
iconSide="left"
isLoading={false}
onClick={[Function]}
size="m"
type="button"
>
custom btn label
Expand Down Expand Up @@ -423,6 +425,7 @@ exports[`statusCheckState failed status check - no data 1`] = `
iconSide="left"
isLoading={false}
onClick={[Function]}
size="m"
type="button"
>
custom btn label
Expand Down Expand Up @@ -546,6 +549,7 @@ exports[`statusCheckState initial state - no check has been attempted 1`] = `
iconSide="left"
isLoading={true}
onClick={[Function]}
size="m"
type="button"
>
custom btn label
Expand Down Expand Up @@ -664,6 +668,7 @@ exports[`statusCheckState successful status check 1`] = `
iconSide="left"
isLoading={false}
onClick={[Function]}
size="m"
type="button"
>
custom btn label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ exports[`props exportedFieldsUrl 1`] = `
fill={false}
href="exported_fields_url"
iconSide="left"
rel="noopener noreferrer"
rel="noopener"
size="m"
target="_blank"
type="button"
>
Expand Down
Loading

0 comments on commit 82c7ace

Please sign in to comment.