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 15, 2024
1 parent 322e041 commit 752b7eb
Show file tree
Hide file tree
Showing 12 changed files with 1,236 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ exports[`EuiColorPicker prepend and append 1`] = `
class="euiFormControlLayout__prepend emotion-euiFormControlLayout__side-prepend"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
prepend
</label>
Expand Down Expand Up @@ -619,7 +619,7 @@ exports[`EuiColorPicker prepend and append 1`] = `
class="euiFormControlLayout__append emotion-euiFormControlLayout__side-append"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
append
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
id="generated-id"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
Refresh every
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`EuiCheckboxGroup (mocked checkbox) legend is rendered 1`] = `
class="euiCheckboxGroup emotion-euiCheckboxGroup"
>
<legend
class="euiFormLegend"
class="euiFormLegend emotion-euiFormLegend"
>
A legend
</legend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ exports[`EuiDescribedFormGroup ties together parts for accessibility 1`] = `
>
<label
aria-invalid="true"
class="euiFormLabel euiFormRow__label euiFormLabel-isInvalid"
class="euiFormLabel euiFormRow__label euiFormLabel-isInvalid emotion-euiFormLabel-invalid"
for="generated-id"
id="generated-id-label"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports[`EuiFieldPassword props dual dual type also renders append 1`] = `
class="euiFormControlLayout__append emotion-euiFormControlLayout__side-append"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
String
</label>
Expand Down Expand Up @@ -299,7 +299,7 @@ exports[`EuiFieldPassword props prepend and append is rendered 1`] = `
class="euiFormControlLayout__prepend emotion-euiFormControlLayout__side-prepend"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
String
</label>
Expand Down Expand Up @@ -333,7 +333,7 @@ exports[`EuiFieldPassword props prepend and append is rendered 1`] = `
class="euiFormControlLayout__append emotion-euiFormControlLayout__side-append"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
String
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ exports[`EuiFormControlLayout props one append string is rendered 1`] = `
class="euiFormControlLayout__append emotion-euiFormControlLayout__side-append"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
1
</label>
Expand Down Expand Up @@ -421,7 +421,7 @@ exports[`EuiFormControlLayout props one prepend string is rendered 1`] = `
class="euiFormControlLayout__prepend emotion-euiFormControlLayout__side-prepend"
>
<label
class="euiFormLabel"
class="euiFormLabel emotion-euiFormLabel"
>
1
</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`EuiFormFieldset is rendered 1`] = `
exports[`EuiFormFieldset props legend is rendered 1`] = `
<fieldset>
<legend
class="euiFormLegend"
class="euiFormLegend emotion-euiFormLegend"
>
Legend
</legend>
Expand Down
Loading

0 comments on commit 752b7eb

Please sign in to comment.