update snapshots

This commit is contained in:
Michael Marcialis 2019-06-03 15:52:52 -04:00
parent b0d272c9a1
commit dc0f79606b

View file

@ -356,31 +356,39 @@ exports[`Stat Items rendering kpis with charts it renders the default widget 1`]
size="l"
type="cross"
>
<EuiIconEmpty
className="euiIcon euiIcon--large euiIcon-isLoading"
<cross
className="euiIcon euiIcon--large"
data-test-subj="stat-icon"
focusable="false"
height="16"
style={
Object {
"fill": "#DB1374",
}
}
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="euiIcon euiIcon--large euiIcon-isLoading"
className="euiIcon euiIcon--large"
data-test-subj="stat-icon"
focusable="false"
height={16}
height="16"
style={
Object {
"fill": "#DB1374",
}
}
viewBox="0 0 16 16"
width={16}
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M7.293 8L3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708L7.293 8z"
/>
</svg>
</cross>
</EuiIcon>
</div>
</EuiFlexItem>
@ -447,31 +455,39 @@ exports[`Stat Items rendering kpis with charts it renders the default widget 1`]
size="l"
type="cross"
>
<EuiIconEmpty
className="euiIcon euiIcon--large euiIcon-isLoading"
<cross
className="euiIcon euiIcon--large"
data-test-subj="stat-icon"
focusable="false"
height="16"
style={
Object {
"fill": "#490092",
}
}
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<svg
className="euiIcon euiIcon--large euiIcon-isLoading"
className="euiIcon euiIcon--large"
data-test-subj="stat-icon"
focusable="false"
height={16}
height="16"
style={
Object {
"fill": "#490092",
}
}
viewBox="0 0 16 16"
width={16}
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</EuiIconEmpty>
>
<path
d="M7.293 8L3.146 3.854a.5.5 0 1 1 .708-.708L8 7.293l4.146-4.147a.5.5 0 0 1 .708.708L8.707 8l4.147 4.146a.5.5 0 0 1-.708.708L8 8.707l-4.146 4.147a.5.5 0 0 1-.708-.708L7.293 8z"
/>
</svg>
</cross>
</EuiIcon>
</div>
</EuiFlexItem>