Skip to content

Commit

Permalink
Update mounted snapshot changes caused by defaultProps removal
Browse files Browse the repository at this point in the history
- has no actual user-facing effect
  • Loading branch information
cee-chen committed Oct 18, 2023
1 parent d54b47b commit 5c871b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ exports[`EuiSuperUpdateButton iconOnly 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand All @@ -43,7 +42,6 @@ exports[`EuiSuperUpdateButton iconOnly 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down Expand Up @@ -77,7 +75,6 @@ exports[`EuiSuperUpdateButton is rendered 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -107,7 +104,6 @@ exports[`EuiSuperUpdateButton is rendered 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down Expand Up @@ -147,7 +143,6 @@ exports[`EuiSuperUpdateButton isDisabled 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -177,7 +172,6 @@ exports[`EuiSuperUpdateButton isDisabled 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down Expand Up @@ -211,7 +205,6 @@ exports[`EuiSuperUpdateButton isLoading 1`] = `
isLoading={true}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -241,7 +234,6 @@ exports[`EuiSuperUpdateButton isLoading 1`] = `
isLoading={true}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Updating"
Expand Down Expand Up @@ -281,7 +273,6 @@ exports[`EuiSuperUpdateButton needsUpdate 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -311,7 +302,6 @@ exports[`EuiSuperUpdateButton needsUpdate 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Update"
Expand Down Expand Up @@ -348,7 +338,6 @@ exports[`EuiSuperUpdateButton responsive can be all 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -381,7 +370,6 @@ exports[`EuiSuperUpdateButton responsive can be all 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down Expand Up @@ -410,7 +398,6 @@ exports[`EuiSuperUpdateButton responsive can be false 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand All @@ -435,7 +422,6 @@ exports[`EuiSuperUpdateButton responsive can be false 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down Expand Up @@ -469,7 +455,6 @@ exports[`EuiSuperUpdateButton showTooltip 1`] = `
isLoading={false}
minWidth={false}
onClick={[Function]}
size="m"
textProps={
Object {
"className": "euiScreenReaderOnly",
Expand Down Expand Up @@ -499,7 +484,6 @@ exports[`EuiSuperUpdateButton showTooltip 1`] = `
isLoading={false}
minWidth={118}
onClick={[Function]}
size="m"
>
<EuiI18n
default="Refresh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ exports[`EuiQuickSelect is rendered 1`] = `
<EuiButton
aria-describedby="generated-id generated-id"
className="euiQuickSelect__applyButton"
color="primary"
disabled={false}
onClick={[Function]}
size="s"
Expand Down Expand Up @@ -220,7 +219,6 @@ exports[`EuiQuickSelect prevQuickSelect 1`] = `
<EuiButton
aria-describedby="generated-id generated-id"
className="euiQuickSelect__applyButton"
color="primary"
disabled={false}
onClick={[Function]}
size="s"
Expand Down

0 comments on commit 5c871b2

Please sign in to comment.