Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"@elastic/eui": "3.7.0",
"@elastic/eui": "3.11.0",
"@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.2",
"@elastic/ui-ace": "0.2.3",
Expand Down Expand Up @@ -237,6 +237,7 @@
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^6.0.6",
"@types/react-virtualized": "^9.18.7",
"@types/redux-actions": "^2.2.1",
"@types/sinon": "^5.0.0",
"@types/strip-ansi": "^3.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`renders DashboardCloneModal 1`] = `
<EuiModal
className="dshCloneModal"
data-test-subj="dashboardCloneModal"
maxWidth={true}
onClose={[Function]}
>
<EuiModalHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`renders DashboardSaveModal 1`] = `
<EuiModal
className="dshSaveModal"
data-test-subj="dashboardSaveModal"
maxWidth={true}
onClose={[Function]}
>
<EuiModalHeader>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports[`Table editing should show a save button 1`] = `
<EuiButtonIcon
aria-label="Save"
color="primary"
iconSize="m"
iconType="checkInCircleFilled"
onClick={[Function]}
size="s"
Expand All @@ -14,6 +15,7 @@ exports[`Table editing should show a save button 1`] = `
<EuiButtonIcon
aria-label="Cancel"
color="primary"
iconSize="m"
iconType="cross"
onClick={[Function]}
size="s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ exports[`InspectorPanel should render as expected 1`] = `
</svg>
</arrowDown>
</EuiIcon>
<span>
<span
className="euiButtonEmpty__text"
>
View:
View 1
</span>
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"yargs": "4.7.1"
},
"dependencies": {
"@elastic/eui": "3.7.0",
"@elastic/eui": "3.11.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Sorting
</span>
</span>
Expand All @@ -66,6 +68,16 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
<table
className="euiTable euiTable--responsive"
>
<caption
aria-live="polite"
aria-relevant="text"
className="euiScreenReaderOnly"
role="status"
>
Below is a table of
0
items.
</caption>
<thead>
<tr>
<th
Expand Down Expand Up @@ -262,7 +274,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Rows per page: 25
</span>
</span>
Expand Down Expand Up @@ -358,7 +372,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Sorting
</span>
</span>
Expand All @@ -370,6 +386,16 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
<table
className="euiTable euiTable--responsive"
>
<caption
aria-live="polite"
aria-relevant="text"
className="euiScreenReaderOnly"
role="status"
>
Below is a table of
4
items.
</caption>
<thead>
<tr>
<th
Expand Down Expand Up @@ -872,7 +898,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Rows per page: 25
</span>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Sorting
</span>
</span>
Expand All @@ -66,6 +68,16 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
<table
className="euiTable euiTable--responsive"
>
<caption
aria-live="polite"
aria-relevant="text"
className="euiScreenReaderOnly"
role="status"
>
Below is a table of
0
items.
</caption>
<thead>
<tr>
<th
Expand Down Expand Up @@ -286,7 +298,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Rows per page: 10
</span>
</span>
Expand Down Expand Up @@ -366,7 +380,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Sorting
</span>
</span>
Expand All @@ -378,6 +394,16 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
<table
className="euiTable euiTable--responsive"
>
<caption
aria-live="polite"
aria-relevant="text"
className="euiScreenReaderOnly"
role="status"
>
Below is a table of
2
items.
</caption>
<thead>
<tr>
<th
Expand Down Expand Up @@ -708,7 +734,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
xlinkHref="#arrow_down-a"
/>
</svg>
<span>
<span
className="euiButtonEmpty__text"
>
Rows per page: 10
</span>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ exports[`Timeline should render with data 1`] = `
>
<span
className="euiToolTipAnchor"
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<div
aria-describedby="timeToFirstByte"
Expand All @@ -548,8 +550,6 @@ exports[`Timeline should render with data 1`] = `
fontSize="12px"
onBlur={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<span
className="c1"
Expand All @@ -569,6 +569,8 @@ exports[`Timeline should render with data 1`] = `
>
<span
className="euiToolTipAnchor"
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<div
aria-describedby="domInteractive"
Expand All @@ -577,8 +579,6 @@ exports[`Timeline should render with data 1`] = `
fontSize="12px"
onBlur={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<span
className="c1"
Expand All @@ -598,6 +598,8 @@ exports[`Timeline should render with data 1`] = `
>
<span
className="euiToolTipAnchor"
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<div
aria-describedby="domComplete"
Expand All @@ -606,8 +608,6 @@ exports[`Timeline should render with data 1`] = `
fontSize="12px"
onBlur={[Function]}
onFocus={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<span
className="c1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
>
<EuiModal
className="euiModal--confirmation"
maxWidth={true}
onClose={[Function]}
>
<Component
Expand All @@ -105,14 +106,15 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
>
<div>
<div
className="euiModal euiModal--confirmation"
className="euiModal euiModal--maxWidth-default euiModal--confirmation"
onKeyDown={[Function]}
tabIndex={0}
>
<EuiButtonIcon
aria-label="Closes this modal window"
className="euiModal__closeIcon"
color="text"
iconSize="m"
iconType="cross"
onClick={[Function]}
type="button"
Expand Down Expand Up @@ -258,7 +260,9 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down Expand Up @@ -454,7 +458,9 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down Expand Up @@ -778,7 +784,9 @@ exports[`UploadLicense should display an error when ES says license is expired 1
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down Expand Up @@ -1102,7 +1110,9 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down Expand Up @@ -1426,7 +1436,9 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down Expand Up @@ -1750,7 +1762,9 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
<span
className="euiButtonEmpty__content"
>
<span>
<span
className="euiButtonEmpty__text"
>
Cancel
</span>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ exports[`ConditionExpression renders with appliesTo, operator and value supplied
<EuiButtonIcon
aria-label="Next"
color="danger"
iconSize="m"
iconType="trash"
onClick={[Function]}
size="s"
Expand Down Expand Up @@ -389,6 +390,7 @@ exports[`ConditionExpression renders with only value supplied 1`] = `
<EuiButtonIcon
aria-label="Next"
color="danger"
iconSize="m"
iconType="trash"
onClick={[Function]}
size="s"
Expand Down
Loading