Skip to content
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
1 change: 0 additions & 1 deletion packages/eui-theme-borealis/changelogs/upcoming/9049.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui-theme-borealis/changelogs/upcoming/9057.md

This file was deleted.

4 changes: 0 additions & 4 deletions packages/eui-theme-borealis/src/variables/_components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import {
import { border_colors } from './colors/_colors_light';
import { buttons } from './_buttons';
import { forms } from './_forms';
import { emptyPrompt } from './_empty_prompt';
import { pageHeader } from './_page_header';

const component_colors: _EuiThemeComponentColors = {
badgeBackground: computed(
Expand Down Expand Up @@ -372,8 +370,6 @@ const component_colors: _EuiThemeComponentColors = {
export const components: _EuiThemeComponents = {
buttons,
forms,
emptyPrompt,
pageHeader,
LIGHT: component_colors,
DARK: {
...component_colors,
Expand Down
14 changes: 0 additions & 14 deletions packages/eui-theme-borealis/src/variables/_empty_prompt.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/eui-theme-borealis/src/variables/_page_header.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui-theme-common/changelogs/upcoming/9049.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui-theme-common/changelogs/upcoming/9057.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {
} from '../../services/theme/types';
import { _EuiThemeButton } from './buttons';
import { _EuiThemeForm, _EuiThemeFormColors } from './forms';
import { _EuiThemeEmptyPrompt } from './empty_prompt';
import { _EuiThemePageHeader } from './page_header';

export type _EuiThemeComponentColors = {
badgeBackground: ColorModeSwitch;
Expand Down Expand Up @@ -159,8 +157,6 @@ export type _EuiThemeComponentColors = {
export type _EuiThemeComponents = {
buttons: _EuiThemeButton;
forms: _EuiThemeForm & StrictColorModeSwitch<_EuiThemeFormColors>;
emptyPrompt: _EuiThemeEmptyPrompt;
pageHeader: _EuiThemePageHeader;
/**
* internal-only key that holds temporary tokens used while migrating themes
*/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export * from './states';
export * from './typography';
export * from './buttons';
export * from './forms';
export * from './empty_prompt';
export * from './page_header';
export * from './components';
export * from './flags';
export * from './overrides';

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/9049.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/eui/changelogs/upcoming/9057.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`EuiEmptyPrompt is rendered 1`] = `
data-test-subj="test subject string"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__icon emotion-euiEmptyPrompt__icon-vertical"
Expand All @@ -26,7 +26,7 @@ exports[`EuiEmptyPrompt is rendered 1`] = `
Title
</h2>
<div
class="euiSpacer euiSpacer--s emotion-euiSpacer-s"
class="euiSpacer euiSpacer--m emotion-euiSpacer-m"
/>
<div
class="euiText emotion-euiText-m-euiTextColor-subdued"
Expand All @@ -36,7 +36,7 @@ exports[`EuiEmptyPrompt is rendered 1`] = `
</p>
</div>
<div
class="euiSpacer euiSpacer--m emotion-euiSpacer-m"
class="euiSpacer euiSpacer--l emotion-euiSpacer-l"
/>
<div>
Actions
Expand All @@ -51,7 +51,7 @@ exports[`EuiEmptyPrompt props actions renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -67,7 +67,7 @@ exports[`EuiEmptyPrompt props actions renders an array 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand Down Expand Up @@ -96,7 +96,7 @@ exports[`EuiEmptyPrompt props body renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -116,7 +116,7 @@ exports[`EuiEmptyPrompt props color accent is rendered 1`] = `
class="euiPanel euiPanel--accent euiEmptyPrompt emotion-euiPanel-m-accent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -130,7 +130,7 @@ exports[`EuiEmptyPrompt props color accentSecondary is rendered 1`] = `
class="euiPanel euiPanel--accentSecondary euiEmptyPrompt emotion-euiPanel-m-accentSecondary-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -144,7 +144,7 @@ exports[`EuiEmptyPrompt props color danger is rendered 1`] = `
class="euiPanel euiPanel--danger euiEmptyPrompt emotion-euiPanel-m-danger-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -158,7 +158,7 @@ exports[`EuiEmptyPrompt props color highlighted is rendered 1`] = `
class="euiPanel euiPanel--highlighted euiEmptyPrompt emotion-euiPanel-m-highlighted-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -172,7 +172,7 @@ exports[`EuiEmptyPrompt props color neutral is rendered 1`] = `
class="euiPanel euiPanel--neutral euiEmptyPrompt emotion-euiPanel-m-neutral-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -186,7 +186,7 @@ exports[`EuiEmptyPrompt props color plain is rendered 1`] = `
class="euiPanel euiPanel--plain euiEmptyPrompt emotion-euiPanel-m-plain-hasShadow-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -200,7 +200,7 @@ exports[`EuiEmptyPrompt props color primary is rendered 1`] = `
class="euiPanel euiPanel--primary euiEmptyPrompt emotion-euiPanel-m-primary-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -214,7 +214,7 @@ exports[`EuiEmptyPrompt props color risk is rendered 1`] = `
class="euiPanel euiPanel--risk euiEmptyPrompt emotion-euiPanel-m-risk-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -228,7 +228,7 @@ exports[`EuiEmptyPrompt props color subdued is rendered 1`] = `
class="euiPanel euiPanel--subdued euiEmptyPrompt emotion-euiPanel-m-subdued-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -242,7 +242,7 @@ exports[`EuiEmptyPrompt props color success is rendered 1`] = `
class="euiPanel euiPanel--success euiEmptyPrompt emotion-euiPanel-m-success-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -256,7 +256,7 @@ exports[`EuiEmptyPrompt props color transparent is rendered 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -270,7 +270,7 @@ exports[`EuiEmptyPrompt props color warning is rendered 1`] = `
class="euiPanel euiPanel--warning euiEmptyPrompt emotion-euiPanel-m-warning-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -284,14 +284,14 @@ exports[`EuiEmptyPrompt props footer renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
/>
</div>
<div
class="euiEmptyPrompt__footer emotion-euiEmptyPrompt__footer-m-transparent-roundedBorders"
class="euiEmptyPrompt__footer emotion-euiEmptyPrompt__footer-l-transparent-roundedBorders"
>
footer
</div>
Expand All @@ -303,7 +303,7 @@ exports[`EuiEmptyPrompt props icon renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__icon emotion-euiEmptyPrompt__icon-vertical"
Expand All @@ -324,7 +324,7 @@ exports[`EuiEmptyPrompt props iconType renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__icon emotion-euiEmptyPrompt__icon-vertical"
Expand All @@ -346,7 +346,7 @@ exports[`EuiEmptyPrompt props iconType renders with iconColor 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__icon emotion-euiEmptyPrompt__icon-vertical"
Expand All @@ -368,7 +368,7 @@ exports[`EuiEmptyPrompt props layout renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-horizontal"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-horizontal-m-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-horizontal-l-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-horizontal"
Expand Down Expand Up @@ -439,7 +439,7 @@ exports[`EuiEmptyPrompt props styles are rendered 1`] = `
style="background: yellow; min-width: 200px; max-width: 600px;"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand All @@ -453,7 +453,7 @@ exports[`EuiEmptyPrompt props title renders alone 1`] = `
class="euiPanel euiPanel--transparent euiEmptyPrompt emotion-euiPanel-m-transparent-euiEmptyPrompt-vertical"
>
<div
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-m"
class="euiEmptyPrompt__main emotion-euiEmptyPrompt__main-vertical-l"
>
<div
class="euiEmptyPrompt__content emotion-euiEmptyPrompt__content-vertical"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ export const euiEmptyPromptStyles = (euiThemeContext: UseEuiTheme) => {
`,
horizontal: css`
${euiMinBreakpoint(euiThemeContext, 'l')} {
padding: ${euiTheme.size.l};
padding-block: ${euiTheme.size.l};
padding-inline: 0;
}
`,
},
Expand Down
Loading