mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This reverts commit a6894c6f62
.
This commit is contained in:
parent
f0a58347d7
commit
c853072ca5
18 changed files with 18 additions and 57 deletions
|
@ -77,7 +77,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",
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
exports[`after fetch hideWriteControls 1`] = `
|
||||
<EuiPage
|
||||
data-test-subj="dashboardLandingPage"
|
||||
restrictWidth={false}
|
||||
>
|
||||
<EuiFlexGroup
|
||||
alignItems="flexEnd"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -694,7 +689,6 @@ exports[`initialFilter 1`] = `
|
|||
exports[`renders table in loading state 1`] = `
|
||||
<EuiPage
|
||||
data-test-subj="dashboardLandingPage"
|
||||
restrictWidth={false}
|
||||
>
|
||||
<EuiFlexGroup
|
||||
alignItems="flexEnd"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -54,7 +54,6 @@ exports[`renders DashboardSaveModal 1`] = `
|
|||
data-test-subj="dashboardDescription"
|
||||
fullWidth={false}
|
||||
onChange={[Function]}
|
||||
resize="vertical"
|
||||
value="dash description"
|
||||
/>
|
||||
</EuiFormRow>
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
exports[`directories should not render directory entry when showOnHomePage is false 1`] = `
|
||||
<EuiPage
|
||||
className="home"
|
||||
restrictWidth={false}
|
||||
>
|
||||
<AddData
|
||||
apmUiEnabled={true}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>"`;
|
||||
|
|
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`PageLoading should show a simple page loading component 1`] = `
|
||||
<div
|
||||
class="euiPage euiPage--widthIsNotRestricted"
|
||||
class="euiPage"
|
||||
>
|
||||
<div
|
||||
class="euiPageBody"
|
||||
|
|
|
@ -10,10 +10,11 @@
|
|||
esutils "^2.0.2"
|
||||
js-tokens "^3.0.0"
|
||||
|
||||
"@elastic/eui@0.0.52":
|
||||
version "0.0.52"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.52.tgz#c34c6cd482b458015e0d2b410f98652053994138"
|
||||
"@elastic/eui@0.0.51":
|
||||
version "0.0.51"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.51.tgz#5d809af270dd9994a609fd01eaa84e21a62fff98"
|
||||
dependencies:
|
||||
brace "^0.10.0"
|
||||
classnames "^2.2.5"
|
||||
core-js "^2.5.1"
|
||||
focus-trap-react "^3.0.4"
|
||||
|
@ -1095,7 +1096,7 @@ brace-expansion@^1.0.0, brace-expansion@^1.1.7:
|
|||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@0.10.0:
|
||||
brace@0.10.0, brace@^0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.10.0.tgz#edef4eb9b0928ba1ee5f717ffc157749a6dd5d76"
|
||||
dependencies:
|
||||
|
|
|
@ -77,10 +77,11 @@
|
|||
version "0.0.0"
|
||||
uid ""
|
||||
|
||||
"@elastic/eui@0.0.52", "@elastic/eui@v0.0.52":
|
||||
version "0.0.52"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.52.tgz#c34c6cd482b458015e0d2b410f98652053994138"
|
||||
"@elastic/eui@0.0.51", "@elastic/eui@v0.0.51":
|
||||
version "0.0.51"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.51.tgz#5d809af270dd9994a609fd01eaa84e21a62fff98"
|
||||
dependencies:
|
||||
brace "^0.10.0"
|
||||
classnames "^2.2.5"
|
||||
core-js "^2.5.1"
|
||||
focus-trap-react "^3.0.4"
|
||||
|
@ -1900,7 +1901,7 @@ brace-expansion@^1.0.0, brace-expansion@^1.1.7:
|
|||
balanced-match "^1.0.0"
|
||||
concat-map "0.0.1"
|
||||
|
||||
brace@0.10.0:
|
||||
brace@0.10.0, brace@^0.10.0:
|
||||
version "0.10.0"
|
||||
resolved "https://registry.yarnpkg.com/brace/-/brace-0.10.0.tgz#edef4eb9b0928ba1ee5f717ffc157749a6dd5d76"
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue