From 10c1254f5833133c33eae3ead504bee59a3ec601 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 24 Mar 2025 11:35:36 +0100 Subject: [PATCH 1/3] chore: add missing changelogs for theme packages after #8444 --- .../eui-theme-borealis/changelogs/upcoming/8444.md | 5 +++++ .../eui-theme-common/changelogs/upcoming/8444.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 packages/eui-theme-borealis/changelogs/upcoming/8444.md create mode 100644 packages/eui-theme-common/changelogs/upcoming/8444.md diff --git a/packages/eui-theme-borealis/changelogs/upcoming/8444.md b/packages/eui-theme-borealis/changelogs/upcoming/8444.md new file mode 100644 index 00000000000..2e0a2159132 --- /dev/null +++ b/packages/eui-theme-borealis/changelogs/upcoming/8444.md @@ -0,0 +1,5 @@ +- Added new component tokens: + - `buttonGroupBackgroundDisabledSelected` + - `overlayMaskBackground` + - `overlayMaskBackgroundHighContrast` + - `skeletonBackgroundSkeletonMiddleHighContrast` \ No newline at end of file diff --git a/packages/eui-theme-common/changelogs/upcoming/8444.md b/packages/eui-theme-common/changelogs/upcoming/8444.md new file mode 100644 index 00000000000..f21dab0128e --- /dev/null +++ b/packages/eui-theme-common/changelogs/upcoming/8444.md @@ -0,0 +1,13 @@ +- Removed type `EuiShadowCustomColor` +- Added types: + - `EuiShadowOptions` + - `EuiThemeHighContrastModeProp` + - `EuiThemeHighContrastMode` +- Updated shadow utils to accepts a second `options` argument and return borders in high contrast mode: + - `euiShadow` + - `euiShadowXSmall` + - `euiShadowSmall` + - `euiShadowMedium` + - `euiShadowLarge` + - `euiSlightShadowHover` + - `euiShadowFlat` \ No newline at end of file From 232f1714e68d6b229ab771c3c3fd6fa41681c252 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 24 Mar 2025 11:39:54 +0100 Subject: [PATCH 2/3] docs(wiki): fix typos --- wiki/eui-team-processes/releasing-versions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/eui-team-processes/releasing-versions.md b/wiki/eui-team-processes/releasing-versions.md index 864b55b338f..a2f46010bed 100644 --- a/wiki/eui-team-processes/releasing-versions.md +++ b/wiki/eui-team-processes/releasing-versions.md @@ -24,8 +24,8 @@ git checkout main If you're already on the `main` branch, make sure you're on the latest state: ```sh -yarn fetch -yarn pull +git fetch +git pull ``` Ensure the release-cli is build: From d411020f00579224916ab9c2fa14815084e96e44 Mon Sep 17 00:00:00 2001 From: Lene Gadewoll Date: Mon, 24 Mar 2025 11:47:07 +0100 Subject: [PATCH 3/3] chore: add changelog --- packages/eui/changelogs/upcoming/8490.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/8490.md diff --git a/packages/eui/changelogs/upcoming/8490.md b/packages/eui/changelogs/upcoming/8490.md new file mode 100644 index 00000000000..1c63b41acc1 --- /dev/null +++ b/packages/eui/changelogs/upcoming/8490.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Resolved an internal issue with linked package versions \ No newline at end of file