Skip to content

Commit

Permalink
Update EUI to v5.0.0 (#25316) (#25408)
Browse files Browse the repository at this point in the history
* update EUI to v5.0.0

* update snapshots

* revert snapshot change

* revert snapshot change (2)
  • Loading branch information
chandlerprall authored Nov 8, 2018
1 parent d012b6a commit 0f56480
Show file tree
Hide file tree
Showing 82 changed files with 329 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/react": "16.3.14"
},
"dependencies": {
"@elastic/eui": "4.5.1",
"@elastic/eui": "5.0.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana1",
"@elastic/numeral": "2.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports[`renders ListControl 1`] = `
label="list control"
>
<EuiComboBox
compressed={false}
data-test-subj="listControlSelect0"
fullWidth={false}
isClearable={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exports[`Inspector Data View component should render empty state 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2
className="euiTitle euiTitle--medium"
Expand All @@ -70,9 +71,10 @@ exports[`Inspector Data View component should render empty state 1`] = `
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
The element did not provide any data.
Expand Down Expand Up @@ -172,9 +174,10 @@ exports[`Inspector Data View component should render loading state 1`] = `
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Gathering data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports[`after fetch hideWriteControls 1`] = `
>
<EuiText
grow={true}
size="m"
>
<h2>
<EuiTextColor
Expand Down Expand Up @@ -60,6 +61,7 @@ exports[`after fetch initialFilter 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards
Expand Down Expand Up @@ -273,6 +275,7 @@ exports[`after fetch renders table rows 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards
Expand Down Expand Up @@ -426,6 +429,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports[`render 1`] = `
<EuiFlyoutBody>
<EuiTitle
size="s"
textTransform="none"
>
<h1>
Add Panels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exports[`renders DashboardCloneModal 1`] = `
<EuiModalBody>
<EuiText
grow={true}
size="m"
>
<p>
Please enter a new name for your dashboard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Refine your query
Expand Down Expand Up @@ -78,7 +78,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find requests that contain the number 200, in any field
Expand All @@ -102,7 +102,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find 200 in the status field
Expand All @@ -126,7 +126,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find all status codes between 400-499
Expand All @@ -150,7 +150,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find status codes 400-499 with the extension php
Expand All @@ -174,7 +174,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find status codes 400-499 with the extension php or html
Expand Down Expand Up @@ -304,7 +304,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Address shard failures
Expand Down Expand Up @@ -423,7 +423,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Expand your time range
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports[`render 1`] = `
<EuiFlyoutBody>
<EuiTitle
size="s"
textTransform="none"
>
<h1>
Open Search
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
Expand All @@ -32,6 +33,7 @@ exports[`apmUiEnabled 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
Expand Down Expand Up @@ -216,6 +218,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -256,6 +259,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -314,6 +318,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
Expand All @@ -325,6 +330,7 @@ exports[`isNewKibanaInstance 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
Expand Down Expand Up @@ -473,6 +479,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -513,6 +520,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -571,6 +579,7 @@ exports[`mlEnabled 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
Expand All @@ -582,6 +591,7 @@ exports[`mlEnabled 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
Expand Down Expand Up @@ -766,6 +776,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -806,6 +817,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -846,6 +858,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -904,6 +917,7 @@ exports[`render 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
Expand All @@ -915,6 +929,7 @@ exports[`render 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
Expand Down Expand Up @@ -1063,6 +1078,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down Expand Up @@ -1103,6 +1119,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
Expand Down
Loading

0 comments on commit 0f56480

Please sign in to comment.