diff --git a/package.json b/package.json index 4676515b4f889..05b09aa56196c 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@elastic/datemath": "5.0.3", "@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.9.1-canary.1", "@elastic/ems-client": "8.5.1", - "@elastic/eui": "92.2.1", + "@elastic/eui": "93.0.0", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "1.2.1", "@elastic/numeral": "^2.5.1", 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 78bb5d5d7ea71..50b4b74b0f3e5 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 @@ -376,9 +376,9 @@ exports[`#start() returns \`Context\` component 1`] = ` "euiToast.dismissToast": "Dismiss toast", "euiToast.newNotification": "A new notification appears", "euiToast.notification": "Notification", - "euiTourStep.closeTour": "Close tour", - "euiTourStep.endTour": "End tour", - "euiTourStep.skipTour": "Skip tour", + "euiTourFooter.closeTour": "Close tour", + "euiTourFooter.endTour": "End tour", + "euiTourFooter.skipTour": "Skip tour", "euiTourStepIndicator.ariaLabel": [Function], "euiTourStepIndicator.isActive": "active", "euiTourStepIndicator.isComplete": "complete", 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 8710a8640d747..a8c4db74ba406 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 @@ -1710,13 +1710,13 @@ export const getEuiContextMapping = (): EuiTokensObject => { defaultMessage: 'Notification', description: 'ARIA label on an element containing a notification', }), - 'euiTourStep.endTour': i18n.translate('core.euiTourStep.endTour', { + 'euiTourFooter.endTour': i18n.translate('core.euiTourFooter.endTour', { defaultMessage: 'End tour', }), - 'euiTourStep.skipTour': i18n.translate('core.euiTourStep.skipTour', { + 'euiTourFooter.skipTour': i18n.translate('core.euiTourFooter.skipTour', { defaultMessage: 'Skip tour', }), - 'euiTourStep.closeTour': i18n.translate('core.euiTourStep.closeTour', { + 'euiTourFooter.closeTour': i18n.translate('core.euiTourFooter.closeTour', { defaultMessage: 'Close tour', }), 'euiTourStepIndicator.isActive': i18n.translate('core.euiTourStepIndicator.isActive', { diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index 436fc25abf955..6b1be5c45934a 100644 --- a/src/dev/license_checker/config.ts +++ b/src/dev/license_checker/config.ts @@ -85,7 +85,7 @@ export const LICENSE_OVERRIDES = { 'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts '@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint '@elastic/ems-client@8.5.1': ['Elastic License 2.0'], - '@elastic/eui@92.2.1': ['SSPL-1.0 OR Elastic License 2.0'], + '@elastic/eui@93.0.0': ['SSPL-1.0 OR Elastic License 2.0'], 'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry 'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary '@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause) diff --git a/src/plugins/dashboard/public/dashboard_container/component/empty_screen/__snapshots__/dashboard_empty_screen.test.tsx.snap b/src/plugins/dashboard/public/dashboard_container/component/empty_screen/__snapshots__/dashboard_empty_screen.test.tsx.snap index 6863540ad4a71..d478b18ef2ddb 100644 --- a/src/plugins/dashboard/public/dashboard_container/component/empty_screen/__snapshots__/dashboard_empty_screen.test.tsx.snap +++ b/src/plugins/dashboard/public/dashboard_container/component/empty_screen/__snapshots__/dashboard_empty_screen.test.tsx.snap @@ -20,13 +20,13 @@ exports[`DashboardEmptyScreen renders correctly with edit mode 1`] = ` class="emotion-euiPageSection__content-l-center" >
- The element did not provide any data. -
-+ The element did not provide any data. +
- An index lifecycle policy helps you manage your indices as they age. -
-- Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data. -
-- If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster. -
-+ Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data. +
++ If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster. +
- Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data. -
-- If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster. -
-+ Have you set up monitoring yet? If so, make sure that the selected time period in the upper right includes monitoring data. +
++ If you have configured monitoring data to be sent to a dedicated monitoring cluster you should access that data with the Kibana instance attached to the monitoring cluster. +
- Contact your system administrator. -
-Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Try logging in again, and if the problem persists, contact your system administrator.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.
Either go back to the previous page or log in as a different user.
{i18n.TOGGLE_PANEL_EMPTY_DESCRIPTION}
} css={css` padding: ${euiTheme.base * 5}px 0; - .euiEmptyPrompt__contentInner { + .euiEmptyPrompt__content { max-width: none; } `} diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/plugins/translations/translations/fr-FR.json index da642ec3e02ff..b35f69de50dbd 100644 --- a/x-pack/plugins/translations/translations/fr-FR.json +++ b/x-pack/plugins/translations/translations/fr-FR.json @@ -865,9 +865,9 @@ "core.euiToast.dismissToast": "Rejeter le toast", "core.euiToast.newNotification": "Une nouvelle notification apparaît.", "core.euiToast.notification": "Notification", - "core.euiTourStep.closeTour": "Fermer la visite", - "core.euiTourStep.endTour": "Terminer la visite", - "core.euiTourStep.skipTour": "Ignorer la visite", + "core.euiTourFooter.closeTour": "Fermer la visite", + "core.euiTourFooter.endTour": "Terminer la visite", + "core.euiTourFooter.skipTour": "Ignorer la visite", "core.euiTourStepIndicator.isActive": "active", "core.euiTourStepIndicator.isComplete": "terminée", "core.euiTourStepIndicator.isIncomplete": "incomplète", diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json index a754e68664876..f1ad2adee7dd7 100644 --- a/x-pack/plugins/translations/translations/ja-JP.json +++ b/x-pack/plugins/translations/translations/ja-JP.json @@ -879,9 +879,9 @@ "core.euiToast.dismissToast": "トーストを閉じる", "core.euiToast.newNotification": "新しい通知が表示されます", "core.euiToast.notification": "通知", - "core.euiTourStep.closeTour": "ツアーを閉じる", - "core.euiTourStep.endTour": "ツアーを終了", - "core.euiTourStep.skipTour": "ツアーをスキップ", + "core.euiTourFooter.closeTour": "ツアーを閉じる", + "core.euiTourFooter.endTour": "ツアーを終了", + "core.euiTourFooter.skipTour": "ツアーをスキップ", "core.euiTourStepIndicator.isActive": "アクティブ", "core.euiTourStepIndicator.isComplete": "完了", "core.euiTourStepIndicator.isIncomplete": "未完了", diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json index ab8c10ed3ed97..16c8656569620 100644 --- a/x-pack/plugins/translations/translations/zh-CN.json +++ b/x-pack/plugins/translations/translations/zh-CN.json @@ -879,9 +879,9 @@ "core.euiToast.dismissToast": "关闭 Toast", "core.euiToast.newNotification": "新通知出现", "core.euiToast.notification": "通知", - "core.euiTourStep.closeTour": "关闭教程", - "core.euiTourStep.endTour": "结束教程", - "core.euiTourStep.skipTour": "跳过教程", + "core.euiTourFooter.closeTour": "关闭教程", + "core.euiTourFooter.endTour": "结束教程", + "core.euiTourFooter.skipTour": "跳过教程", "core.euiTourStepIndicator.isActive": "活动", "core.euiTourStepIndicator.isComplete": "已完成", "core.euiTourStepIndicator.isIncomplete": "未完成", diff --git a/yarn.lock b/yarn.lock index 9764ec1d778d4..62b6925bfe980 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1739,10 +1739,10 @@ resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314" integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ== -"@elastic/eui@92.2.1": - version "92.2.1" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-92.2.1.tgz#172b5122e1025307bbb8e2c6a115c3feb3a16f42" - integrity sha512-FujsbJtuh8mxG5mbqclQBdPoW1kn9kXd/hpaMXUJa7bb0bmqlJRmagULPTZ+5e60Q6PEQt+e7MFDsaq4elSthQ== +"@elastic/eui@93.0.0": + version "93.0.0" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-93.0.0.tgz#43ba256d94f3d3acddee23427c9fa5285a43d7e4" + integrity sha512-Q5gY9roWZsB1At0rxG5d9M5P7+J4hfv8fzvuqNHoVjIxbeibHRCSq2TtOQcSUjhKE5Tu/BIZijzuYX8vITGaSQ== dependencies: "@hello-pangea/dnd" "^16.3.0" "@types/lodash" "^4.14.198"