Upgrade to EUI 3.4.0 (#21870)

* Upgrade to EUI 3.4.0
* Update snapshots
This commit is contained in:
Jen Huang 2018-08-14 08:42:24 -07:00 committed by GitHub
parent 02067a0d8b
commit 1e6fb80be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 131 additions and 49 deletions

View file

@ -60,7 +60,7 @@
"url": "https://github.com/elastic/kibana.git" "url": "https://github.com/elastic/kibana.git"
}, },
"dependencies": { "dependencies": {
"@elastic/eui": "3.2.1", "@elastic/eui": "3.4.0",
"@elastic/filesaver": "1.1.2", "@elastic/filesaver": "1.1.2",
"@elastic/numeral": "2.3.2", "@elastic/numeral": "2.3.2",
"@elastic/ui-ace": "0.2.3", "@elastic/ui-ace": "0.2.3",

View file

@ -25,6 +25,7 @@ exports[`renders ListControl 1`] = `
> >
<EuiComboBox <EuiComboBox
data-test-subj="listControlSelect0" data-test-subj="listControlSelect0"
fullWidth={false}
isClearable={true} isClearable={true}
isLoading={false} isLoading={false}
onChange={[Function]} onChange={[Function]}

View file

@ -6,6 +6,7 @@ exports[`render 1`] = `
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
data-test-subj="dashboardAddPanel" data-test-subj="dashboardAddPanel"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={true} ownFocus={true}
size="s" size="s"

View file

@ -92,12 +92,20 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
<span <span
className="euiScreenReaderOnly" className="euiScreenReaderOnly"
> >
Step Incomplete
Step
</span> </span>
</EuiScreenReaderOnly> </EuiScreenReaderOnly>
<div <EuiStepNumber
className="euiStep__circle euiStep__circle--incomplete" className="euiStep__circle"
/> isHollow={true}
number={1}
status="incomplete"
>
<div
className="euiStepNumber euiStepNumber--incomplete euiStepNumber-isHollow euiStep__circle"
/>
</EuiStepNumber>
<EuiTitle <EuiTitle
className="euiStep__title" className="euiStep__title"
size="s" size="s"
@ -308,51 +316,60 @@ exports[`bulkCreate should display success message when bulkCreate is successful
<span <span
className="euiScreenReaderOnly" className="euiScreenReaderOnly"
> >
Step Step
</span> </span>
</EuiScreenReaderOnly> </EuiScreenReaderOnly>
<div <EuiStepNumber
className="euiStep__circle euiStep__circle--complete" className="euiStep__circle"
isHollow={false}
number={1}
status="complete"
> >
<EuiIcon <div
className="euiStep__circleIcon" className="euiStepNumber euiStepNumber--complete euiStep__circle"
color="ghost"
size="m"
type="check"
> >
<check <EuiIcon
className="euiIcon euiIcon--medium euiIcon--ghost euiStep__circleIcon" className="euiStepNumber__icon"
focusable="false" size="m"
height="16" title="complete"
style={null} type="check"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
> >
<svg <check
className="euiIcon euiIcon--medium euiIcon--ghost euiStep__circleIcon" className="euiIcon euiIcon--medium euiStepNumber__icon"
focusable="false" focusable="false"
height="16" height="16"
style={null} style={
Object {
"fill": undefined,
}
}
title="complete"
viewBox="0 0 16 16" viewBox="0 0 16 16"
width="16" width="16"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
> >
<defs> <svg
className="euiIcon euiIcon--medium euiStepNumber__icon"
focusable="false"
height="16"
style={
Object {
"fill": undefined,
}
}
title="complete"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path <path
d="M6.5 12a.502.502 0 0 1-.354-.146l-4-4a.502.502 0 0 1 .708-.708L6.5 10.793l6.646-6.647a.502.502 0 0 1 .708.708l-7 7A.502.502 0 0 1 6.5 12" d="M6.5 12a.502.502 0 0 1-.354-.146l-4-4a.502.502 0 0 1 .708-.708L6.5 10.793l6.646-6.647a.502.502 0 0 1 .708.708l-7 7A.502.502 0 0 1 6.5 12"
id="check-a"
/> />
</defs> </svg>
<use </check>
xlinkHref="#check-a" </EuiIcon>
/> </div>
</svg> </EuiStepNumber>
</check>
</EuiIcon>
</div>
<EuiTitle <EuiTitle
className="euiStep__title" className="euiStep__title"
size="s" size="s"

View file

@ -4,6 +4,7 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -164,6 +165,7 @@ exports[`Flyout should render import step 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -4,6 +4,7 @@ exports[`Relationships should render dashboards normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -108,6 +109,7 @@ exports[`Relationships should render errors 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -150,6 +152,7 @@ exports[`Relationships should render index patterns normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -310,6 +313,7 @@ exports[`Relationships should render searches normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -468,6 +472,7 @@ exports[`Relationships should render visualizations normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -6,6 +6,7 @@ exports[`LabelTemplateFlyout should render normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -6,6 +6,7 @@ exports[`UrlTemplateFlyout should render normally 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -5,6 +5,7 @@ exports[`ScriptingHelpFlyout should render normally 1`] = `
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
data-test-subj="scriptedFieldsHelpFlyout" data-test-subj="scriptedFieldsHelpFlyout"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -79,7 +79,7 @@
"yargs": "4.7.1" "yargs": "4.7.1"
}, },
"dependencies": { "dependencies": {
"@elastic/eui": "3.2.1", "@elastic/eui": "3.4.0",
"@elastic/node-crypto": "0.1.2", "@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4", "@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2", "@elastic/numeral": "2.3.2",

View file

@ -70,6 +70,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
<tr> <tr>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_groupId_0"
scope="col" scope="col"
width="96px" width="96px"
> >
@ -85,6 +86,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_message_1"
scope="col" scope="col"
width="50%" width="50%"
> >
@ -100,6 +102,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_handled_2"
scope="col" scope="col"
> >
<div <div
@ -112,11 +115,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_occurrenceCount_3"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Occurrences ascending" aria-label="Sort Occurrences ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -133,11 +138,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_latestOccurrenceAt_4"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Latest occurrence ascending" aria-label="Sort Latest occurrence ascending"
className="euiTableHeaderButton euiTableHeaderButton-isSorted" className="euiTableHeaderButton euiTableHeaderButton-isSorted"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -367,6 +374,7 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
<tr> <tr>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_groupId_0"
scope="col" scope="col"
width="96px" width="96px"
> >
@ -382,6 +390,7 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_message_1"
scope="col" scope="col"
width="50%" width="50%"
> >
@ -397,6 +406,7 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_handled_2"
scope="col" scope="col"
> >
<div <div
@ -409,11 +419,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_occurrenceCount_3"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Occurrences ascending" aria-label="Sort Occurrences ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -430,11 +442,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_latestOccurrenceAt_4"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Latest occurrence ascending" aria-label="Sort Latest occurrence ascending"
className="euiTableHeaderButton euiTableHeaderButton-isSorted" className="euiTableHeaderButton euiTableHeaderButton-isSorted"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >

View file

@ -70,12 +70,14 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
<tr> <tr>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_serviceName_0"
scope="col" scope="col"
width="50%" width="50%"
> >
<button <button
aria-label="Sort Name descending" aria-label="Sort Name descending"
className="euiTableHeaderButton euiTableHeaderButton-isSorted" className="euiTableHeaderButton euiTableHeaderButton-isSorted"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -117,11 +119,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_agentName_1"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Agent ascending" aria-label="Sort Agent ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -138,11 +142,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_avgResponseTime_2"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Avg. response time ascending" aria-label="Sort Avg. response time ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -159,11 +165,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_transactionsPerMinute_3"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Trans. per minute ascending" aria-label="Sort Trans. per minute ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -180,11 +188,13 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_errorsPerMinute_4"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Errors per minute ascending" aria-label="Sort Errors per minute ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -372,12 +382,14 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
<tr> <tr>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_serviceName_0"
scope="col" scope="col"
width="50%" width="50%"
> >
<button <button
aria-label="Sort Name descending" aria-label="Sort Name descending"
className="euiTableHeaderButton euiTableHeaderButton-isSorted" className="euiTableHeaderButton euiTableHeaderButton-isSorted"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -419,11 +431,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_agentName_1"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Agent ascending" aria-label="Sort Agent ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -440,11 +454,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_avgResponseTime_2"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Avg. response time ascending" aria-label="Sort Avg. response time ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -461,11 +477,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_transactionsPerMinute_3"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Trans. per minute ascending" aria-label="Sort Trans. per minute ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >
@ -482,11 +500,13 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
</th> </th>
<th <th
className="euiTableHeaderCell" className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_errorsPerMinute_4"
scope="col" scope="col"
> >
<button <button
aria-label="Sort Errors per minute ascending" aria-label="Sort Errors per minute ascending"
className="euiTableHeaderButton" className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]} onClick={[Function]}
type="button" type="button"
> >

View file

@ -11,6 +11,7 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
className="ml-rule-editor-flyout" className="ml-rule-editor-flyout"
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -230,6 +231,7 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
className="ml-rule-editor-flyout" className="ml-rule-editor-flyout"
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -463,6 +465,7 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
className="ml-rule-editor-flyout" className="ml-rule-editor-flyout"
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"
@ -674,6 +677,7 @@ exports[`RuleEditorFlyout renders the select action component for a detector wit
className="ml-rule-editor-flyout" className="ml-rule-editor-flyout"
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[Function]} onClose={[Function]}
ownFocus={false} ownFocus={false}
size="m" size="m"

View file

@ -4,6 +4,7 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="s" size="s"
@ -72,6 +73,7 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="s" size="s"
@ -362,6 +364,7 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="s" size="s"
@ -648,6 +651,7 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="s" size="s"
@ -706,6 +710,7 @@ exports[`DetailDrawer component shows vertex title 1`] = `
<EuiFlyout <EuiFlyout
closeButtonAriaLabel="Closes this dialog" closeButtonAriaLabel="Closes this dialog"
hideCloseButton={false} hideCloseButton={false}
maxWidth={false}
onClose={[MockFunction]} onClose={[MockFunction]}
ownFocus={false} ownFocus={false}
size="s" size="s"

View file

@ -2,10 +2,10 @@
exports[`NoData should show a default message if reason is unknown 1`] = ` exports[`NoData should show a default message if reason is unknown 1`] = `
<div <div
class="euiPage euiPage--widthIsNotRestricted" class="euiPage"
> >
<div <div
class="euiPageBody euiPage--restrictWidth-custom" class="euiPageBody euiPageBody--restrictWidth-custom"
style="max-width:600px" style="max-width:600px"
> >
<div <div
@ -83,10 +83,10 @@ 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`] = ` exports[`NoData should show text next to the spinner while checking a setting 1`] = `
<div <div
class="euiPage euiPage--widthIsNotRestricted" class="euiPage"
> >
<div <div
class="euiPageBody euiPage--restrictWidth-custom" class="euiPageBody euiPageBody--restrictWidth-custom"
style="max-width:600px" style="max-width:600px"
> >
<div <div

View file

@ -2,10 +2,10 @@
exports[`PageLoading should show a simple page loading component 1`] = ` exports[`PageLoading should show a simple page loading component 1`] = `
<div <div
class="euiPage euiPage--widthIsNotRestricted" class="euiPage"
> >
<div <div
class="euiPageBody euiPage--widthIsNotRestricted" class="euiPageBody"
> >
<div <div
class="euiPanel euiPanel--paddingLarge euiPageContent noData__content euiPageContent--verticalCenter euiPageContent--horizontalCenter" class="euiPanel euiPanel--paddingLarge euiPageContent noData__content euiPageContent--verticalCenter euiPageContent--horizontalCenter"

View file

@ -10,9 +10,9 @@
esutils "^2.0.2" esutils "^2.0.2"
js-tokens "^3.0.0" js-tokens "^3.0.0"
"@elastic/eui@3.2.1": "@elastic/eui@3.4.0":
version "3.2.1" version "3.4.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.2.1.tgz#43bed65a6751d8d99d59570f7e04292d2f276e5a" resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.4.0.tgz#8eb661b56fc84a27682e008ef9d6913d1b519c07"
dependencies: dependencies:
classnames "^2.2.5" classnames "^2.2.5"
core-js "^2.5.1" core-js "^2.5.1"
@ -29,6 +29,7 @@
react-input-autosize "^2.2.1" react-input-autosize "^2.2.1"
react-virtualized "^9.18.5" react-virtualized "^9.18.5"
react-vis "1.10.2" react-vis "1.10.2"
resize-observer-polyfill "^1.5.0"
tabbable "^1.1.0" tabbable "^1.1.0"
uuid "^3.1.0" uuid "^3.1.0"
@ -6702,6 +6703,10 @@ reselect@3.0.1:
version "3.0.1" version "3.0.1"
resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147" resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
resize-observer-polyfill@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz#660ff1d9712a2382baa2cad450a4716209f9ca69"
resolve-cwd@^2.0.0: resolve-cwd@^2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"

View file

@ -81,9 +81,9 @@
version "0.0.0" version "0.0.0"
uid "" uid ""
"@elastic/eui@3.2.1": "@elastic/eui@3.4.0":
version "3.2.1" version "3.4.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.2.1.tgz#43bed65a6751d8d99d59570f7e04292d2f276e5a" resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-3.4.0.tgz#8eb661b56fc84a27682e008ef9d6913d1b519c07"
dependencies: dependencies:
classnames "^2.2.5" classnames "^2.2.5"
core-js "^2.5.1" core-js "^2.5.1"
@ -100,6 +100,7 @@
react-input-autosize "^2.2.1" react-input-autosize "^2.2.1"
react-virtualized "^9.18.5" react-virtualized "^9.18.5"
react-vis "1.10.2" react-vis "1.10.2"
resize-observer-polyfill "^1.5.0"
tabbable "^1.1.0" tabbable "^1.1.0"
uuid "^3.1.0" uuid "^3.1.0"
@ -11654,6 +11655,10 @@ resize-observer-polyfill@1.2.1:
version "1.2.1" version "1.2.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.2.1.tgz#55a4ff3e4f212a76470835fb7590dbb62a3e6542" resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.2.1.tgz#55a4ff3e4f212a76470835fb7590dbb62a3e6542"
resize-observer-polyfill@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz#660ff1d9712a2382baa2cad450a4716209f9ca69"
resolve-cwd@^2.0.0: resolve-cwd@^2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"