Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eui/9.2.1 + better dark mode #32728

Merged
merged 16 commits into from
Mar 11, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"dependencies": {
"@elastic/datemath": "5.0.2",
"@elastic/eui": "9.0.2",
"@elastic/eui": "9.1.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 @@ -76,19 +76,8 @@ exports[`renders ControlsTab 1`] = `
hasShadow={false}
paddingSize="m"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={true}
>
<EuiFlexGroup>
<EuiFlexItem>
<EuiFormRow
describedByIds={Array []}
fullWidth={false}
Expand Down Expand Up @@ -120,7 +109,6 @@ exports[`renders ControlsTab 1`] = `
</EuiFormRow>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiFormRow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
className="icvContainer"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
data-test-subj="inputControlItem"
grow={true}
key="mock-list-control"
style={
Object {
Expand Down Expand Up @@ -44,16 +36,9 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
</EuiFlexItem>
</EuiFlexGroup>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButton
Expand All @@ -73,7 +58,6 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
</EuiButton>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -92,7 +76,6 @@ exports[`Apply and Cancel change btns enabled when there are changes 1`] = `
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -119,18 +102,10 @@ exports[`Clear btns enabled when there are values 1`] = `
className="icvContainer"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
data-test-subj="inputControlItem"
grow={true}
key="mock-list-control"
style={
Object {
Expand Down Expand Up @@ -158,16 +133,9 @@ exports[`Clear btns enabled when there are values 1`] = `
</EuiFlexItem>
</EuiFlexGroup>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButton
Expand All @@ -187,7 +155,6 @@ exports[`Clear btns enabled when there are values 1`] = `
</EuiButton>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -206,7 +173,6 @@ exports[`Clear btns enabled when there are values 1`] = `
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -233,18 +199,10 @@ exports[`Renders list control 1`] = `
className="icvContainer"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
data-test-subj="inputControlItem"
grow={true}
key="mock-list-control"
style={
Object {
Expand Down Expand Up @@ -272,16 +230,9 @@ exports[`Renders list control 1`] = `
</EuiFlexItem>
</EuiFlexGroup>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButton
Expand All @@ -301,7 +252,6 @@ exports[`Renders list control 1`] = `
</EuiButton>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -320,7 +270,6 @@ exports[`Renders list control 1`] = `
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -347,18 +296,10 @@ exports[`Renders range control 1`] = `
className="icvContainer"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
data-test-subj="inputControlItem"
grow={true}
key="mock-range-control"
style={
Object {
Expand Down Expand Up @@ -392,16 +333,9 @@ exports[`Renders range control 1`] = `
</EuiFlexItem>
</EuiFlexGroup>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButton
Expand All @@ -421,7 +355,6 @@ exports[`Renders range control 1`] = `
</EuiButton>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand All @@ -440,7 +373,6 @@ exports[`Renders range control 1`] = `
</EuiButtonEmpty>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<EuiButtonEmpty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,9 @@ exports[`renders RangeControl 1`] = `
>
<EuiFlexGroup
alignItems="center"
component="div"
direction="row"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<input
Expand All @@ -67,7 +61,6 @@ exports[`renders RangeControl 1`] = `
</EuiFlexItem>
<EuiFlexItem
className="icvInputRange__container"
component="div"
grow={false}
>
<InputRange
Expand Down Expand Up @@ -104,7 +97,6 @@ exports[`renders RangeControl 1`] = `
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={false}
>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,18 +340,12 @@ exports[`Inspector Data View component should render loading state 1`] = `
>
<EuiFlexGroup
alignItems="center"
component="div"
direction="row"
gutterSize="l"
justifyContent="center"
responsive={true}
wrap={false}
>
<div
className="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentCenter euiFlexGroup--directionRow euiFlexGroup--responsive"
>
<EuiFlexItem
component="div"
grow={false}
>
<div
Expand All @@ -367,7 +361,6 @@ exports[`Inspector Data View component should render loading state 1`] = `
className="euiPanel euiPanel--paddingMedium eui-textCenter"
>
<EuiLoadingChart
mono={false}
size="m"
>
<div
Expand Down
Loading