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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"url": "https://github.com/elastic/kibana.git"
},
"dependencies": {
"@elastic/eui": "v0.0.52",
"@elastic/eui": "v0.0.51",
"@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.2",
"@elastic/ui-ace": "0.2.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`after fetch hideWriteControls 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down Expand Up @@ -116,7 +115,6 @@ exports[`after fetch hideWriteControls 1`] = `
exports[`after fetch renders call to action when no dashboards exist 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down Expand Up @@ -265,7 +263,6 @@ exports[`after fetch renders call to action when no dashboards exist 1`] = `
exports[`after fetch renders table rows 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down Expand Up @@ -402,7 +399,6 @@ exports[`after fetch renders table rows 1`] = `
exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down Expand Up @@ -570,7 +566,6 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
exports[`initialFilter 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down Expand Up @@ -694,7 +689,6 @@ exports[`initialFilter 1`] = `
exports[`renders table in loading state 1`] = `
<EuiPage
data-test-subj="dashboardLandingPage"
restrictWidth={false}
>
<EuiFlexGroup
alignItems="flexEnd"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ exports[`DashboardPanel matches snapshot 1`] = `
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiButtonIcon__icon"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ exports[`renders DashboardSaveModal 1`] = `
data-test-subj="dashboardDescription"
fullWidth={false}
onChange={[Function]}
resize="vertical"
value="dash description"
/>
</EuiFormRow>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Array [
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiCallOutHeader__icon"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down Expand Up @@ -224,7 +223,6 @@ Array [
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiCallOutHeader__icon"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down Expand Up @@ -343,7 +341,6 @@ Array [
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiCallOutHeader__icon"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`directories should not render directory entry when showOnHomePage is false 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<AddData
apmUiEnabled={true}
Expand Down Expand Up @@ -114,7 +113,6 @@ exports[`directories should not render directory entry when showOnHomePage is fa
exports[`directories should render ADMIN directory entry in "Manage" panel 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<AddData
apmUiEnabled={true}
Expand Down Expand Up @@ -243,7 +241,6 @@ exports[`directories should render ADMIN directory entry in "Manage" panel 1`] =
exports[`directories should render DATA directory entry in "Explore Data" panel 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<AddData
apmUiEnabled={true}
Expand Down Expand Up @@ -372,7 +369,6 @@ exports[`directories should render DATA directory entry in "Explore Data" panel
exports[`should not contain RecentlyAccessed panel when there is no recentlyAccessed history 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<AddData
apmUiEnabled={true}
Expand Down Expand Up @@ -483,7 +479,6 @@ exports[`should not contain RecentlyAccessed panel when there is no recentlyAcce
exports[`should render home component 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<React.Fragment>
<RecentlyAccessed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`isCloudEnabled is false should not render instruction toggle when ON_PREM_ELASTIC_CLOUD instructions are not provided 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<EuiLink
color="primary"
Expand Down Expand Up @@ -72,7 +71,6 @@ exports[`isCloudEnabled is false should not render instruction toggle when ON_PR
exports[`isCloudEnabled is false should render ON_PREM instructions with instruction toggle 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<EuiLink
color="primary"
Expand Down Expand Up @@ -160,7 +158,6 @@ exports[`isCloudEnabled is false should render ON_PREM instructions with instruc
exports[`should render ELASTIC_CLOUD instructions when isCloudEnabled is true 1`] = `
<EuiPage
className="home"
restrictWidth={false}
>
<EuiLink
color="primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ exports[`Table should render the boolean template (true) 1`] = `
<dot
aria-label="Is searchable"
className="euiIcon euiIcon--medium euiIcon--secondary"
focusable="false"
height="16"
style={null}
viewBox="0 0 16 16"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ exports[`ObjectsTable relationships should show the flyout 1`] = `
`;

exports[`ObjectsTable should render normally 1`] = `
<EuiPage
restrictWidth={false}
>
<EuiPage>
<EuiPageContent
horizontalPosition="center"
panelPaddingSize="l"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ exports[`<EditorOptionsGroup/> renders as expected 1`] = `
>
<svg
class="euiIcon euiIcon--medium"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down Expand Up @@ -108,7 +107,6 @@ exports[`<EditorOptionsGroup/> renders as expected with actions 1`] = `
>
<svg
class="euiIcon euiIcon--medium"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down Expand Up @@ -150,7 +148,6 @@ exports[`<EditorOptionsGroup/> renders as expected with actions 1`] = `
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiButtonIcon__icon"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
Expand Down Expand Up @@ -217,7 +214,6 @@ exports[`<EditorOptionsGroup/> renders as expected with initial collapsed 1`] =
>
<svg
class="euiIcon euiIcon--medium"
focusable="false"
height="16"
viewBox="0 0 16 16"
width="16"
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": "0.0.52",
"@elastic/eui": "0.0.51",
"@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 @@ -262,7 +262,6 @@ exports[`DetailView should render with data 1`] = `
<svg
aria-hidden="true"
className="euiIcon euiIcon--medium euiButton__icon"
focusable="false"
height="32"
style={
Object {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`LicenseStatus component should display display warning is expired 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--danger\\" focusable=\\"false\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\"><g fill-rule=\\"evenodd\\"><path d=\\"M7.5 2.236L1.618 14h11.764L7.5 2.236zm.894-.447l5.882 11.764A1 1 0 0 1 13.382 15H1.618a1 1 0 0 1-.894-1.447L6.606 1.789a1 1 0 0 1 1.788 0z\\"></path><path d=\\"M7 6h1v5H7zM7 12h1v1H7z\\"></path></g></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 class=\\"euiTitle euiTitle--large\\">Your Platinum license has expired</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiText\\"><span class=\\"euiTextColor euiTextColor--subdued\\"><span>Your license expired on <strong></strong></span></span></div></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
exports[`LicenseStatus component should display display warning is expired 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--danger\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\"><g fill-rule=\\"evenodd\\"><path d=\\"M7.5 2.236L1.618 14h11.764L7.5 2.236zm.894-.447l5.882 11.764A1 1 0 0 1 13.382 15H1.618a1 1 0 0 1-.894-1.447L6.606 1.789a1 1 0 0 1 1.788 0z\\"></path><path d=\\"M7 6h1v5H7zM7 12h1v1H7z\\"></path></g></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 class=\\"euiTitle euiTitle--large\\">Your Platinum license has expired</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiText\\"><span class=\\"euiTextColor euiTextColor--subdued\\"><span>Your license expired on <strong></strong></span></span></div></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;

exports[`LicenseStatus component should display normally when license is active 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--success\\" focusable=\\"false\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\" xmlns=\\"http://www.w3.org/2000/svg\\"><path d=\\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm-1.125-5a.377.377 0 0 0 .266-.11l5.25-5.25a.376.376 0 0 0-.531-.53l-4.985 4.985L4.141 7.36a.376.376 0 0 0-.531.53l3 3c.073.073.17.11.265.11z\\" fill-rule=\\"evenodd\\"></path></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 class=\\"euiTitle euiTitle--large\\">Your Gold license is active</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiText\\"><span class=\\"euiTextColor euiTextColor--subdued\\"><span>Your license will expire on <strong>October 12, 2099 7:00 PM EST</strong></span></span></div></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
exports[`LicenseStatus component should display normally when license is active 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--success\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\" xmlns=\\"http://www.w3.org/2000/svg\\"><path d=\\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm-1.125-5a.377.377 0 0 0 .266-.11l5.25-5.25a.376.376 0 0 0-.531-.53l-4.985 4.985L4.141 7.36a.376.376 0 0 0-.531.53l3 3c.073.073.17.11.265.11z\\" fill-rule=\\"evenodd\\"></path></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 class=\\"euiTitle euiTitle--large\\">Your Gold license is active</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiText\\"><span class=\\"euiTextColor euiTextColor--subdued\\"><span>Your license will expire on <strong>October 12, 2099 7:00 PM EST</strong></span></span></div></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<cross
aria-hidden="true"
className="euiIcon euiIcon--medium euiButtonIcon__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -147,7 +146,6 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<svg
aria-hidden="true"
className="euiIcon euiIcon--medium euiButtonIcon__icon"
focusable="false"
height="16"
style={
Object {
Expand Down Expand Up @@ -369,7 +367,6 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<importAction
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -383,7 +380,6 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<svg
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand Down Expand Up @@ -691,7 +687,6 @@ exports[`UploadLicense should display an error when ES says license is expired 1
<importAction
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -705,7 +700,6 @@ exports[`UploadLicense should display an error when ES says license is expired 1
<svg
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand Down Expand Up @@ -1013,7 +1007,6 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
<importAction
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -1027,7 +1020,6 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
<svg
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand Down Expand Up @@ -1335,7 +1327,6 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
<importAction
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -1349,7 +1340,6 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
<svg
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand Down Expand Up @@ -1657,7 +1647,6 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
<importAction
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand All @@ -1671,7 +1660,6 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
<svg
aria-hidden="true"
className="euiIcon euiIcon--large euiFilePicker__icon"
focusable="false"
height="16"
style={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`NoData should show a default message if reason is unknown 1`] = `
<div
class="euiPage euiPage--widthIsNotRestricted"
class="euiPage"
>
<div
class="euiPageBody"
Expand All @@ -12,7 +12,6 @@ exports[`NoData should show a default message if reason is unknown 1`] = `
>
<svg
class="euiIcon euiIcon--xxLarge"
focusable="false"
height="32"
viewBox="0 0 32 32"
width="32"
Expand Down Expand Up @@ -82,7 +81,7 @@ exports[`NoData should show a default message if reason is unknown 1`] = `

exports[`NoData should show text next to the spinner while checking a setting 1`] = `
<div
class="euiPage euiPage--widthIsNotRestricted"
class="euiPage"
>
<div
class="euiPageBody"
Expand All @@ -92,7 +91,6 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
>
<svg
class="euiIcon euiIcon--xxLarge"
focusable="false"
height="32"
viewBox="0 0 32 32"
width="32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`PageLoading should show a simple page loading component 1`] = `
<div
class="euiPage euiPage--widthIsNotRestricted"
class="euiPage"
>
<div
class="euiPageBody"
Expand Down
Loading