Skip to content

Commit 5df0811

Browse files
tkajtochkibanamachineelasticmachine
authored andcommitted
Upgrade EUI to v95.3.0 (#187342)
`v95.2.0`⏩`v95.3.0` _[Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_ --- - Updated `EuiThemeProvider`s to allow modifying/setting custom `breakpoint`s in nested usage (as opposed to only at the top `EuiProvider` level) ([#7862](elastic/eui#7862)) **Bug fixes** - Fixed a Chrome/Edge CSS `mask-image` bug that was affecting scroll overflow shadow utilties ([#7855](elastic/eui#7855)) **CSS-in-JS conversions** - Converted `EuiColorPicker` to Emotion; Removed `$euiColorPickerWidth` ([#7845](elastic/eui#7845)) - Converted `EuiColorPickerSwatch` to Emotion ([#7853](elastic/eui#7853)) - Converted `EuiColorPalettePicker` and `EuiColorPaletteDisplay` to Emotion ([#7854](elastic/eui#7854)) - Removed `$euiColorPaletteDisplaySizes` - Removed `@mixin euiColorPaletteInnerBorder` - Removed `$euiColorPickerValueRange0`, `$euiColorPickerValueRange1`, `$euiColorPickerSaturationRange0`, `$euiColorPickerSaturationRange1`, and `$euiColorPickerIndicatorSize` ([#7859](elastic/eui#7859)) **Accessibility** - Updated the `aria-label` attribute for the `EuiFilePicker` remove file button ([#7860](elastic/eui#7860)) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent cd5f0e6 commit 5df0811

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@elastic/ecs": "^8.11.1",
116116
"@elastic/elasticsearch": "^8.14.0",
117117
"@elastic/ems-client": "8.5.3",
118-
"@elastic/eui": "95.2.0",
118+
"@elastic/eui": "95.3.0",
119119
"@elastic/filesaver": "1.1.2",
120120
"@elastic/node-crypto": "1.2.1",
121121
"@elastic/numeral": "^2.5.1",

packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap

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

packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,12 @@ export const getEuiContextMapping = (): EuiTokensObject => {
725725
'euiFieldPassword.maskPassword': i18n.translate('core.euiFieldPassword.maskPassword', {
726726
defaultMessage: 'Mask password',
727727
}),
728-
'euiFilePicker.clearSelectedFiles': i18n.translate('core.euiFilePicker.clearSelectedFiles', {
729-
defaultMessage: 'Clear selected files',
730-
}),
728+
'euiFilePicker.removeSelectedAriaLabel': i18n.translate(
729+
'core.euiFilePicker.removeSelectedAriaLabel',
730+
{
731+
defaultMessage: 'Remove selected files',
732+
}
733+
),
731734
'euiFilePicker.filesSelected': ({ fileCount }: EuiValues) =>
732735
i18n.translate('core.euiFilePicker.filesSelected', {
733736
defaultMessage: '{fileCount} files selected',

src/dev/license_checker/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const LICENSE_OVERRIDES = {
8686
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
8787
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
8888
'@elastic/ems-client@8.5.3': ['Elastic License 2.0'],
89-
'@elastic/eui@95.2.0': ['SSPL-1.0 OR Elastic License 2.0'],
89+
'@elastic/eui@95.3.0': ['SSPL-1.0 OR Elastic License 2.0'],
9090
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
9191
'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
9292
'@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)

x-pack/plugins/security_solution/public/common/components/import_data_modal/__snapshots__/index.test.tsx.snap

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,10 +1749,10 @@
17491749
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314"
17501750
integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ==
17511751

1752-
"@elastic/eui@95.2.0":
1753-
version "95.2.0"
1754-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-95.2.0.tgz#12204f9206f1432e17276264e08e48cd026913bf"
1755-
integrity sha512-DVIAqZHox5esbmoxnG3McTw0ppbatvH+ymXYjr3PNNTTnXzmcAGadQAA0ZIpx1/c3/YOZmh2LJWWowLl4wodzw==
1752+
"@elastic/eui@95.3.0":
1753+
version "95.3.0"
1754+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-95.3.0.tgz#b880012120f748e71bc2c1e4dbcf5acd514f043e"
1755+
integrity sha512-KKe2Yuswm0pnOpEnFdWjnekOqFQpN1rlWLp4MPLQwHTc9hMIujiRfOo66RGgc4K3p8qWhyRl/DxbxXC+NnsKiQ==
17561756
dependencies:
17571757
"@hello-pangea/dnd" "^16.6.0"
17581758
"@types/lodash" "^4.14.202"

0 commit comments

Comments
 (0)