mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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)_ --- ## [`v95.3.0`](https://github.com/elastic/eui/releases/v95.3.0) - Updated `EuiThemeProvider`s to allow modifying/setting custom `breakpoint`s in nested usage (as opposed to only at the top `EuiProvider` level) ([#7862](https://github.com/elastic/eui/pull/7862)) **Bug fixes** - Fixed a Chrome/Edge CSS `mask-image` bug that was affecting scroll overflow shadow utilties ([#7855](https://github.com/elastic/eui/pull/7855)) **CSS-in-JS conversions** - Converted `EuiColorPicker` to Emotion; Removed `$euiColorPickerWidth` ([#7845](https://github.com/elastic/eui/pull/7845)) - Converted `EuiColorPickerSwatch` to Emotion ([#7853](https://github.com/elastic/eui/pull/7853)) - Converted `EuiColorPalettePicker` and `EuiColorPaletteDisplay` to Emotion ([#7854](https://github.com/elastic/eui/pull/7854)) - Removed `$euiColorPaletteDisplaySizes` - Removed `@mixin euiColorPaletteInnerBorder` - Removed `$euiColorPickerValueRange0`, `$euiColorPickerValueRange1`, `$euiColorPickerSaturationRange0`, `$euiColorPickerSaturationRange1`, and `$euiColorPickerIndicatorSize` ([#7859](https://github.com/elastic/eui/pull/7859)) **Accessibility** - Updated the `aria-label` attribute for the `EuiFilePicker` remove file button ([#7860](https://github.com/elastic/eui/pull/7860)) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
a66638a17a
commit
c2997378d4
9 changed files with 15 additions and 15 deletions
|
@ -295,7 +295,7 @@ Object {
|
|||
subtitle
|
||||
</span>
|
||||
<button
|
||||
aria-label="Clear selected files"
|
||||
aria-label="Remove selected files"
|
||||
class="euiButtonEmpty euiFilePicker__clearButton emotion-euiButtonDisplay-euiButtonEmpty-xs-empty-primary-euiFilePicker__clearButton"
|
||||
type="button"
|
||||
>
|
||||
|
@ -582,7 +582,7 @@ Object {
|
|||
subtitle
|
||||
</span>
|
||||
<button
|
||||
aria-label="Clear selected files"
|
||||
aria-label="Remove selected files"
|
||||
class="euiButtonEmpty euiFilePicker__clearButton emotion-euiButtonDisplay-euiButtonEmpty-xs-empty-primary-euiFilePicker__clearButton"
|
||||
type="button"
|
||||
>
|
||||
|
|
|
@ -780,7 +780,6 @@
|
|||
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(s’ouvre dans un nouvel onglet ou une nouvelle fenêtre)",
|
||||
"core.euiFieldPassword.maskPassword": "Masquer le mot de passe",
|
||||
"core.euiFieldPassword.showPassword": "Afficher le mot de passe en texte brut. Remarque : votre mot de passe sera visible à l'écran.",
|
||||
"core.euiFilePicker.clearSelectedFiles": "Effacer les fichiers sélectionnés",
|
||||
"core.euiFilePicker.promptText": "Sélectionner ou glisser-déposer un fichier",
|
||||
"core.euiFilePicker.removeSelected": "Supprimer",
|
||||
"core.euiFlyoutCloseButton.ariaLabel": "Fermer cette boîte de dialogue",
|
||||
|
|
|
@ -780,7 +780,6 @@
|
|||
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(新しいタブまたはウィンドウで開く)",
|
||||
"core.euiFieldPassword.maskPassword": "パスワードをマスク",
|
||||
"core.euiFieldPassword.showPassword": "プレーンテキストとしてパスワードを表示します。注記:パスワードは画面上に見えるように表示されます。",
|
||||
"core.euiFilePicker.clearSelectedFiles": "選択したファイルを消去",
|
||||
"core.euiFilePicker.promptText": "ファイルを選択するかドラッグ&ドロップしてください",
|
||||
"core.euiFilePicker.removeSelected": "削除",
|
||||
"core.euiFlyoutCloseButton.ariaLabel": "このダイアログを閉じる",
|
||||
|
|
|
@ -782,7 +782,6 @@
|
|||
"core.euiExternalLinkIcon.newTarget.screenReaderOnlyText": "(在新选项卡或窗口中打开)",
|
||||
"core.euiFieldPassword.maskPassword": "屏蔽密码",
|
||||
"core.euiFieldPassword.showPassword": "将密码显示为纯文本。注意:这会将您的密码暴露在屏幕上。",
|
||||
"core.euiFilePicker.clearSelectedFiles": "清除选定的文件",
|
||||
"core.euiFilePicker.promptText": "选择或拖放文件",
|
||||
"core.euiFilePicker.removeSelected": "移除",
|
||||
"core.euiFlyoutCloseButton.ariaLabel": "关闭此对话框",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue