Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade EUI to v62.0.3 #138351

Merged
merged 28 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
38750e0
Upgrade to v62.0.3
cee-chen Jul 21, 2022
a0b0dd5
Update EUI i18n tokens
cee-chen Jul 27, 2022
5001fed
Update html string snapshots
cee-chen Jul 27, 2022
2683608
[EuiIcon] Update instances of `keyboardShortcut` icons to `keyboard`
cee-chen Jul 21, 2022
1b8e1ee
[EuiErrorBoundary] Update snapshots from Emotion conversion
cee-chen Jul 28, 2022
9b8a6c8
[EuiImage] Update snapshots, tests, and CSS to account for Emotion co…
cee-chen Jul 27, 2022
ad5dd7d
[EuiImage][RTL] Fix test failures caused by EuiImage changes
cee-chen Aug 3, 2022
01f66e8
[EuiCommentList] Deprecate EuiCommentProps.type
cee-chen Jul 21, 2022
4053c1e
[EuiCommentList] Rename `timelineIcon` prop to `timelineAvatar`
cee-chen Jul 27, 2022
3ab748c
[EuiCommentList] Fix selectors deprecated by Emotion conversion
cee-chen Aug 2, 2022
d296c4e
[EuiPopover][EuiCommentEvent][Enzyme] Fix mounted test failures cause…
cee-chen Aug 3, 2022
7a37266
[EuiPopover] Deprecate `initialFocus={false}` as an option
cee-chen Jul 27, 2022
c2ce0d9
[EuiPopover] Rename `display=inlineBlock` to `inline-block`
cee-chen Jul 27, 2022
e4ea528
[EuiPopover] Update snapshots from Emotion conversion
cee-chen Jul 27, 2022
b8291bd
[EuiPopover] Replace deprecated `.euiPopover__panel-isOpen` class wit…
cee-chen Jul 28, 2022
cc29eb8
[EuiPopover][RTL] Fix test failures caused by not waiting for EuiPopo…
cee-chen Aug 2, 2022
1667551
Skip failing a11y tests
cee-chen Aug 3, 2022
426230d
Fix failing Security Cypress tests
cee-chen Aug 8, 2022
9c28689
Attempt to squash flaky FTR tests around Add Filter popover
cee-chen Aug 4, 2022
0cc6344
Merge remote-tracking branch 'upstream/main' into eui/62.0.3
cee-chen Aug 9, 2022
1769db7
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 11, 2022
a25f913
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 11, 2022
17c6dda
Merge branch 'main' into eui/62.0.3
jbudz Aug 12, 2022
5f203b9
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 12, 2022
d21883e
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 12, 2022
93fd826
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 12, 2022
d9941d3
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 12, 2022
16efc6e
Merge branch 'main' into eui/62.0.3
kibanamachine Aug 12, 2022
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.3.0-canary.1",
"@elastic/ems-client": "8.3.3",
"@elastic/eui": "60.3.0",
"@elastic/eui": "62.0.3",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "1.2.1",
"@elastic/numeral": "^2.5.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,41 @@ export const getEuiContextMapping = (): EuiTokensObject => {
'euiDataGridHeaderCell.headerActions': i18n.translate(
'core.euiDataGridHeaderCell.headerActions',
{
defaultMessage: 'Header actions',
defaultMessage: 'Click to view column header actions',
}
),
'euiDataGridHeaderCell.sortedByAscendingSingle': i18n.translate(
'core.euiDataGridHeaderCell.sortedByAscendingSingle',
{
defaultMessage: 'Sorted ascending',
}
),
'euiDataGridHeaderCell.sortedByDescendingSingle': i18n.translate(
'core.euiDataGridHeaderCell.sortedByDescendingSingle',
{
defaultMessage: 'Sorted descending',
}
),
'euiDataGridHeaderCell.sortedByAscendingFirst': ({ columnId }: EuiValues) =>
i18n.translate('core.euiDataGridHeaderCell.sortedByAscendingFirst', {
defaultMessage: 'Sorted by {columnId}, ascending',
values: { columnId },
}),
'euiDataGridHeaderCell.sortedByDescendingFirst': ({ columnId }: EuiValues) =>
i18n.translate('core.euiDataGridHeaderCell.sortedByDescendingFirst', {
defaultMessage: 'Sorted by {columnId}, descending',
values: { columnId },
}),
'euiDataGridHeaderCell.sortedByAscendingMultiple': ({ columnId }: EuiValues) =>
i18n.translate('core.euiDataGridHeaderCell.sortedByAscendingMultiple', {
defaultMessage: ', then sorted by {columnId}, ascending',
values: { columnId },
}),
'euiDataGridHeaderCell.sortedByDescendingMultiple': ({ columnId }: EuiValues) =>
i18n.translate('core.euiDataGridHeaderCell.sortedByDescendingMultiple', {
defaultMessage: ', then sorted by {columnId}, descending',
values: { columnId },
}),
'euiDataGridHeaderCell.actionsPopoverScreenReaderText': i18n.translate(
'core.euiDataGridHeaderCell.actionsPopoverScreenReaderText',
{
Expand Down Expand Up @@ -612,16 +644,12 @@ export const getEuiContextMapping = (): EuiTokensObject => {
'euiHue.label': i18n.translate('core.euiHue.label', {
defaultMessage: 'Select the HSV color mode "hue" value',
}),
'euiImage.closeImage': ({ alt }: EuiValues) =>
i18n.translate('core.euiImage.closeImage', {
defaultMessage: 'Close fullscreen {alt} image',
values: { alt },
}),
'euiImage.openImage': ({ alt }: EuiValues) =>
i18n.translate('core.euiImage.openImage', {
defaultMessage: 'Open fullscreen {alt} image',
values: { alt },
}),
'euiImageButton.openFullScreen': i18n.translate('core.euiImageButton.openFullScreen', {
defaultMessage: 'Click to open this image in fullscreen mode',
}),
'euiImageButton.closeFullScreen': i18n.translate('core.euiImageButton.closeFullScreen', {
defaultMessage: 'Press Escape or click to close image fullscreen mode',
}),
'euiLink.external.ariaLabel': i18n.translate('core.euiLink.external.ariaLabel', {
defaultMessage: 'External link',
}),
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('UserProfilesPopover', () => {
</button>
}
closePopover={[MockFunction]}
display="inlineBlock"
display="inline-block"
hasArrow={true}
isOpen={false}
ownFocus={true}
Expand Down
Loading