Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use smaller and compressed varients of buttons and form components #383

Merged
merged 5 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
class="euiSpacer euiSpacer--s"
/>
<div
class="euiFormRow"
class="euiFormRow euiFormRow--compressed"
id="random_html_id-row"
>
<div
Expand Down Expand Up @@ -42,7 +42,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
value="spanID"
/>
<div
class="euiFormControlLayout"
class="euiFormControlLayout euiFormControlLayout--compressed"
>
<div
class="euiFormControlLayout__childrenWrapper"
Expand All @@ -57,7 +57,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
class="euiSuperSelectControl euiSuperSelectControl--compressed"
data-test-subj="gantt-chart-editor-label-field"
type="button"
/>
Expand All @@ -69,7 +69,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
class="euiIcon euiIcon--small euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
Expand Down Expand Up @@ -97,7 +97,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
</div>
</div>
<div
class="euiFormRow"
class="euiFormRow euiFormRow--compressed"
id="random_html_id-row"
>
<div
Expand Down Expand Up @@ -126,7 +126,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
value="startTime"
/>
<div
class="euiFormControlLayout"
class="euiFormControlLayout euiFormControlLayout--compressed"
>
<div
class="euiFormControlLayout__childrenWrapper"
Expand All @@ -141,7 +141,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
class="euiSuperSelectControl euiSuperSelectControl--compressed"
data-test-subj="gantt-chart-editor-start-time-field"
type="button"
/>
Expand All @@ -153,7 +153,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
class="euiIcon euiIcon--small euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
Expand Down Expand Up @@ -181,7 +181,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
</div>
</div>
<div
class="euiFormRow"
class="euiFormRow euiFormRow--compressed"
id="random_html_id-row"
>
<div
Expand Down Expand Up @@ -210,7 +210,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
value="duration"
/>
<div
class="euiFormControlLayout"
class="euiFormControlLayout euiFormControlLayout--compressed"
>
<div
class="euiFormControlLayout__childrenWrapper"
Expand All @@ -225,7 +225,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
aria-describedby="random_html_id-help-0"
aria-haspopup="true"
aria-labelledby="random_html_id random_html_id"
class="euiSuperSelectControl"
class="euiSuperSelectControl euiSuperSelectControl--compressed"
data-test-subj="gantt-chart-editor-duration-field"
type="button"
/>
Expand All @@ -237,7 +237,7 @@ exports[`<GanttChartEditor /> spec renders the component 1`] = `
>
<svg
aria-hidden="true"
class="euiIcon euiIcon--medium euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
class="euiIcon euiIcon--small euiIcon-isLoading euiFormControlLayoutCustomIcon__icon"
focusable="false"
height="16"
role="img"
Expand Down
Loading
Loading