Skip to content

Commit

Permalink
Update downstream snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 17, 2024
1 parent dfa9f10 commit b0cb928
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports[`EuiDescribedFormGroup props description is not rendered when it's not p
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow"
class="euiFormRow emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -58,7 +58,7 @@ exports[`EuiDescribedFormGroup props fullWidth is rendered 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`EuiDescribedFormGroup props gutterSize is rendered 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow"
class="euiFormRow emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -138,7 +138,7 @@ exports[`EuiDescribedFormGroup props props for the flex item containers are pass
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow"
class="euiFormRow emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -178,7 +178,7 @@ exports[`EuiDescribedFormGroup props third is rendered 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-2-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -218,7 +218,7 @@ exports[`EuiDescribedFormGroup props titleSize is rendered 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow"
class="euiFormRow emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -260,7 +260,7 @@ exports[`EuiDescribedFormGroup renders 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow"
class="euiFormRow emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down Expand Up @@ -300,7 +300,7 @@ exports[`EuiDescribedFormGroup ties together parts for accessibility 1`] = `
class="euiFlexItem euiDescribedFormGroup__fields emotion-euiFlexItem-grow-1-euiDescribedFormGroup__fields"
>
<div
class="euiFormRow euiFormRow--hasLabel"
class="euiFormRow euiFormRow--hasLabel emotion-euiFormRow"
id="generated-id-row"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`EuiInlineEditForm edit mode editModeProps.cancelButtonProps 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -26,7 +26,6 @@ exports[`EuiInlineEditForm edit mode editModeProps.cancelButtonProps 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down Expand Up @@ -102,7 +101,7 @@ exports[`EuiInlineEditForm edit mode editModeProps.formRowProps 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
data-test-subj="customErrorText"
id="generated-id-row"
>
Expand All @@ -116,7 +115,6 @@ exports[`EuiInlineEditForm edit mode editModeProps.formRowProps 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down Expand Up @@ -191,7 +189,7 @@ exports[`EuiInlineEditForm edit mode editModeProps.inputProps 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -214,7 +212,6 @@ exports[`EuiInlineEditForm edit mode editModeProps.inputProps 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper-inGroup-prependOnly"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth-inGroup"
data-test-subj="customInput"
Expand Down Expand Up @@ -289,7 +286,7 @@ exports[`EuiInlineEditForm edit mode editModeProps.saveButtonProps 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -302,7 +299,6 @@ exports[`EuiInlineEditForm edit mode editModeProps.saveButtonProps 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down Expand Up @@ -377,7 +373,7 @@ exports[`EuiInlineEditForm edit mode isInvalid 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -391,7 +387,6 @@ exports[`EuiInlineEditForm edit mode isInvalid 1`] = `
style="--euiFormControlRightIconsCount: 1;"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-invalid="true"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
Expand Down Expand Up @@ -475,7 +470,7 @@ exports[`EuiInlineEditForm edit mode isLoading 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -489,7 +484,6 @@ exports[`EuiInlineEditForm edit mode isLoading 1`] = `
style="--euiFormControlRightIconsCount: 1;"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText euiFieldText-isLoading emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down Expand Up @@ -588,7 +582,7 @@ exports[`EuiInlineEditForm edit mode placeholder 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -601,7 +595,6 @@ exports[`EuiInlineEditForm edit mode placeholder 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down Expand Up @@ -677,7 +670,7 @@ exports[`EuiInlineEditForm edit mode renders 1`] = `
class="euiFlexItem emotion-euiFlexItem-grow-1"
>
<div
class="euiFormRow euiFormRow--fullWidth"
class="euiFormRow emotion-euiFormRow-fullWidth"
id="generated-id-row"
>
<div
Expand All @@ -690,7 +683,6 @@ exports[`EuiInlineEditForm edit mode renders 1`] = `
class="euiFormControlLayout__childrenWrapper emotion-euiFormControlLayout__childrenWrapper"
>
<input
aria-describedby="inlineEdit_generated-id"
aria-label="Edit inline"
class="euiFieldText emotion-euiFieldText-fullWidth"
data-test-subj="euiInlineEditModeInput"
Expand Down

0 comments on commit b0cb928

Please sign in to comment.