Skip to content

Commit 2e4fde3

Browse files
authored
Update EUI to v109.0.0 (#241947)
1 parent 9a16f54 commit 2e4fde3

File tree

13 files changed

+41
-36
lines changed

13 files changed

+41
-36
lines changed

examples/grid_example/public/use_layout_styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const useLayoutStyles = () => {
7272
mask-position: bottom ${euiTheme.size.s} right ${euiTheme.size.s};
7373
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_472_172810)'%3E%3Ccircle cx='7' cy='1' r='1' fill='%23000000'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_472_172810)'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23000000'/%3E%3Ccircle cx='7' cy='4' r='1' fill='%23000000'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_472_172810)'%3E%3Ccircle cx='1' cy='7' r='1' fill='%23000000'/%3E%3Ccircle cx='4' cy='7' r='1' fill='%23000000'/%3E%3Ccircle cx='7' cy='7' r='1' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
7474
75-
background-color: ${euiTheme.colors.borderBaseFormsControl};
75+
background-color: ${euiTheme.colors.borderBaseProminent};
7676
}
7777
&:hover,
7878
&:focus-visible {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
"@elastic/ecs": "^9.0.0",
130130
"@elastic/elasticsearch": "9.1.1",
131131
"@elastic/ems-client": "8.6.3",
132-
"@elastic/eui": "108.0.0",
133-
"@elastic/eui-theme-borealis": "4.0.0",
132+
"@elastic/eui": "109.0.0",
133+
"@elastic/eui-theme-borealis": "5.0.0",
134134
"@elastic/filesaver": "1.1.2",
135135
"@elastic/kibana-d3-color": "npm:@elastic/[email protected]",
136136
"@elastic/monaco-esql": "^3.1.11",

src/dev/license_checker/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export const LICENSE_OVERRIDES = {
9191
'[email protected]': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
9292
'@mapbox/[email protected]': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
9393
'@elastic/[email protected]': ['Elastic License 2.0'],
94-
'@elastic/eui@108.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
95-
'@elastic/eui-theme-borealis@4.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
94+
'@elastic/eui@109.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
95+
'@elastic/eui-theme-borealis@5.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
9696
'[email protected]': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
9797
'[email protected]': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
9898
'@bufbuild/[email protected]': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)

src/platform/packages/shared/shared-ux/button_toolbar/src/buttons/icon_button_group/__snapshots__/icon_button_group.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/platform/plugins/private/presentation_panel/public/panel_component/panel_header/use_hover_actions_styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const useHoverActionStyles = (isEditMode: boolean, showBorder?: boolean)
9494
}, [euiTheme]);
9595

9696
const containerStyles = useMemo(() => {
97-
const editModeOutline = `${euiTheme.border.width.thin} dashed ${euiTheme.colors.borderBaseFormsControl}`;
97+
const editModeOutline = `${euiTheme.border.width.thin} dashed ${euiTheme.colors.borderBaseProminent}`;
9898
const viewModeOutline = `${euiTheme.border.width.thin} solid ${euiTheme.colors.borderBasePlain}`;
9999

100100
return css`

src/platform/plugins/shared/dashboard/public/dashboard_renderer/grid/highlight_styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const getOutlineFadeKeyframes = ({ euiTheme }: UseEuiTheme) =>
3131
outline: `${euiTheme.border.width.thin} dashed transparent`,
3232
},
3333
'100%': {
34-
outline: `${euiTheme.border.width.thin} dashed ${euiTheme.colors.borderBaseFormsControl}`,
34+
outline: `${euiTheme.border.width.thin} dashed ${euiTheme.colors.borderBaseProminent}`,
3535
},
3636
});
3737

src/platform/plugins/shared/dashboard/public/dashboard_renderer/grid/use_layout_styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const useLayoutStyles = () => {
7272
mask-position: bottom ${euiTheme.size.s} right ${euiTheme.size.s};
7373
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cg clip-path='url(%23clip0_472_172810)'%3E%3Ccircle cx='7' cy='1' r='1' fill='%23000000'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_472_172810)'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23000000'/%3E%3Ccircle cx='7' cy='4' r='1' fill='%23000000'/%3E%3C/g%3E%3Cg clip-path='url(%23clip2_472_172810)'%3E%3Ccircle cx='1' cy='7' r='1' fill='%23000000'/%3E%3Ccircle cx='4' cy='7' r='1' fill='%23000000'/%3E%3Ccircle cx='7' cy='7' r='1' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
7474
75-
background-color: ${euiTheme.colors.borderBaseFormsControl};
75+
background-color: ${euiTheme.colors.borderBaseProminent};
7676
}
7777
&:hover,
7878
&:focus-visible {

x-pack/platform/plugins/shared/security/public/authentication/login/components/login_form/__snapshots__/login_form.test.tsx.snap

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/platform/plugins/shared/security/public/management/roles/edit_role/collapsible_panel/__snapshots__/collapsible_panel.test.tsx.snap

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/platform/plugins/shared/security/public/management/roles/edit_role/privileges/kibana/simple_privilege_section/__snapshots__/simple_privilege_section.test.tsx.snap

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)