diff --git a/package.json b/package.json index 39ca8426fd0e6..1394e14a8373e 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@elastic/datemath": "5.0.3", "@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.9.1-canary.1", "@elastic/ems-client": "8.4.0", - "@elastic/eui": "88.3.0", + "@elastic/eui": "88.5.0", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "1.2.1", "@elastic/numeral": "^2.5.1", diff --git a/packages/core/apps/core-apps-browser-internal/src/status/components/__snapshots__/status_table.test.tsx.snap b/packages/core/apps/core-apps-browser-internal/src/status/components/__snapshots__/status_table.test.tsx.snap index 1966b609894a0..cb10255eb9998 100644 --- a/packages/core/apps/core-apps-browser-internal/src/status/components/__snapshots__/status_table.test.tsx.snap +++ b/packages/core/apps/core-apps-browser-internal/src/status/components/__snapshots__/status_table.test.tsx.snap @@ -60,6 +60,7 @@ exports[`StatusTable renders when statuses is provided 1`] = ` } responsive={true} rowProps={[Function]} + searchFormat="eql" sorting={ Object { "sort": Object { diff --git a/packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap b/packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap index 2351704688777..49797f086e998 100644 --- a/packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap +++ b/packages/core/i18n/core-i18n-browser-internal/src/__snapshots__/i18n_service.test.tsx.snap @@ -25,6 +25,7 @@ exports[`#start() returns \`Context\` component 1`] = ` "euiBreadcrumb.collapsedBadge.ariaLabel": "See collapsed breadcrumbs", "euiBreadcrumb.popoverAriaLabel": "Clicking this button will toggle a popover dialog.", "euiBreadcrumbs.nav.ariaLabel": "Breadcrumbs", + "euiCallOut.dismissAriaLabel": "Dismiss this callout", "euiCardSelect.select": "Select", "euiCardSelect.selected": "Selected", "euiCardSelect.unavailable": "Unavailable", @@ -298,6 +299,9 @@ exports[`#start() returns \`Context\` component 1`] = ` "euiResizablePanel.toggleButtonAriaLabel": "Press to toggle this panel", "euiSaturation.ariaLabel": "HSV color mode saturation and value 2-axis slider", "euiSaturation.screenReaderInstructions": "Arrow keys to navigate the square color gradient. Coordinates will be used to calculate HSV color mode \\"saturation\\" and \\"value\\" numbers, in the range of 0 to 1. Left and right to change the saturation. Up and down change the value.", + "euiSearchBox.ariaLabel": "This is a search bar. After typing your query, hit enter to filter the results lower in the page.", + "euiSearchBox.incrementalAriaLabel": "This is a search bar. As you type, the results lower in the page will automatically filter.", + "euiSearchBox.placeholder": "Search...", "euiSelectable.loadingOptions": "Loading options", "euiSelectable.noAvailableOptions": "No options available", "euiSelectable.noMatchingOptions": [Function], diff --git a/packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx b/packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx index 68c3db6e42660..e90889ceef612 100644 --- a/packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx +++ b/packages/core/i18n/core-i18n-browser-internal/src/i18n_eui_mapping.tsx @@ -119,6 +119,9 @@ export const getEuiContextMapping = (): EuiTokensObject => { defaultMessage: 'Breadcrumbs', description: 'Label on the breadcrumbs nav element', }), + 'euiCallOut.dismissAriaLabel': i18n.translate('core.euiCallOut.dismissAriaLabel', { + defaultMessage: 'Dismiss this callout', + }), 'euiCardSelect.select': i18n.translate('core.euiCardSelect.select', { defaultMessage: 'Select', description: 'Displayed button text when a card option can be selected.', @@ -1509,6 +1512,17 @@ export const getEuiContextMapping = (): EuiTokensObject => { 'euiSaturation.ariaLabel': i18n.translate('core.euiSaturation.ariaLabel', { defaultMessage: 'HSV color mode saturation and value 2-axis slider', }), + 'euiSearchBox.ariaLabel': i18n.translate('core.euiSearchBox.ariaLabel', { + defaultMessage: + 'This is a search bar. After typing your query, hit enter to filter the results lower in the page.', + }), + 'euiSearchBox.incrementalAriaLabel': i18n.translate('core.euiSearchBox.incrementalAriaLabel', { + defaultMessage: + 'This is a search bar. As you type, the results lower in the page will automatically filter.', + }), + 'euiSearchBox.placeholder': i18n.translate('core.euiSearchBox.placeholder', { + defaultMessage: 'Search...', + }), 'euiSelectable.loadingOptions': i18n.translate('core.euiSelectable.loadingOptions', { defaultMessage: 'Loading options', description: 'Placeholder message while data is asynchronously loaded', diff --git a/packages/kbn-securitysolution-autocomplete/src/field/__tests__/__snapshots__/index.test.tsx.snap b/packages/kbn-securitysolution-autocomplete/src/field/__tests__/__snapshots__/index.test.tsx.snap index 19cbc17bac8fd..5225cbc31debf 100644 --- a/packages/kbn-securitysolution-autocomplete/src/field/__tests__/__snapshots__/index.test.tsx.snap +++ b/packages/kbn-securitysolution-autocomplete/src/field/__tests__/__snapshots__/index.test.tsx.snap @@ -24,7 +24,11 @@ Object { class="euiComboBoxPill euiComboBoxPill--plainText" data-test-subj="euiComboBoxPill" > - machine.os.raw + + machine.os.raw +
There were some errors encountered in trying to check Elasticsearch settings. You need administrator rights to check the settings and, if needed, to enable the monitoring collection setting. diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts_liked_apps.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts_liked_apps.cy.ts index 9a9448fc790b0..76850020d74ff 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts_liked_apps.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts_liked_apps.cy.ts @@ -20,7 +20,7 @@ import { ServerlessRoleName } from '../../support/roles'; const UUID_REGEX = '[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}'; -describe('Alert Event Details', { browser: 'electron', tags: ['@ess', '@serverless'] }, () => { +describe.skip('Alert Event Details', { tags: ['@ess', '@serverless'] }, () => { let ruleId: string; let ruleName: string; diff --git a/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts b/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts index cac1e827721da..95661cd848470 100644 --- a/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts +++ b/x-pack/plugins/osquery/cypress/e2e/all/alerts_response_actions_form.cy.ts @@ -28,9 +28,9 @@ import { import { closeDateTabIfVisible, closeToastIfVisible } from '../../tasks/integrations'; import { ServerlessRoleName } from '../../support/roles'; -describe( +describe.skip( 'Alert Event Details - Response Actions Form', - { browser: 'electron', tags: ['@ess', '@serverless'] }, + { tags: ['@ess', '@serverless'] }, () => { let multiQueryPackId: string; let multiQueryPackName: string; diff --git a/x-pack/plugins/reporting/public/share_context_menu/__snapshots__/screen_capture_panel_content.test.tsx.snap b/x-pack/plugins/reporting/public/share_context_menu/__snapshots__/screen_capture_panel_content.test.tsx.snap index 518c7bb261426..06ae63fee3128 100644 --- a/x-pack/plugins/reporting/public/share_context_menu/__snapshots__/screen_capture_panel_content.test.tsx.snap +++ b/x-pack/plugins/reporting/public/share_context_menu/__snapshots__/screen_capture_panel_content.test.tsx.snap @@ -172,7 +172,10 @@ exports[`ScreenCapturePanelContent properly renders a view with "canvas" layout Unsaved work
+