From d56687b72f428695060a3c9976c0974e75bc6c7a Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 15 Aug 2023 09:58:22 -0700 Subject: [PATCH 01/15] Upgrade EUI to v87.1.0 --- package.json | 2 +- src/dev/license_checker/config.ts | 2 +- yarn.lock | 88 +++++++++++++++++-------------- 3 files changed, 51 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index a4a18ab175ad0..72f0d05a37fe1 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@elastic/datemath": "5.0.3", "@elastic/elasticsearch": "npm:@elastic/elasticsearch@8.9.0", "@elastic/ems-client": "8.4.0", - "@elastic/eui": "86.0.0", + "@elastic/eui": "87.1.0", "@elastic/filesaver": "1.1.2", "@elastic/node-crypto": "1.2.1", "@elastic/numeral": "^2.5.1", diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts index 552f98736a2eb..f9b3a6d02e9eb 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.4.0': ['Elastic License 2.0'], - '@elastic/eui@86.0.0': ['SSPL-1.0 OR Elastic License 2.0'], + '@elastic/eui@87.1.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 }; diff --git a/yarn.lock b/yarn.lock index 42e3b4e2a799f..dab13499c649c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1577,35 +1577,33 @@ resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-0.0.2.tgz#56b9ef03984a05cc213772ae3713ea8ef47b0314" integrity sha512-IoxURM5zraoQ7C8f+mJb9HYSENiZGgRVcG4tLQxE61yHNNRDXtGDWTZh8N1KIHcsqN1CEPETjuzBXkJYF/fDiQ== -"@elastic/eui@86.0.0": - version "86.0.0" - resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-86.0.0.tgz#52137f914b4b50566c5169c23a82bd4ed0f2ed0b" - integrity sha512-+0/BggLqlZFxYI/HPikfu8lh8ejl7RIOikgxVq1hQuXqjp+cqeJL5R2OcUHQVHBwYy/FdDiQkMHA0Vg/itp4Vw== +"@elastic/eui@87.1.0": + version "87.1.0" + resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-87.1.0.tgz#1ef2c5634d2efafbdd3fde6a68c037f3cad2f30e" + integrity sha512-dnvgTveGqyDoWrG1DRE3LbTWMlDaChDEENs3hw6B5sO6koNOCfsNm7JwJje7ARQbk82/kuymy+zfQsnkOA3sTA== dependencies: "@hello-pangea/dnd" "^16.2.0" - "@types/chroma-js" "^2.0.0" "@types/lodash" "^4.14.194" "@types/numeral" "^0.0.28" "@types/react-input-autosize" "^2.2.1" - "@types/react-virtualized-auto-sizer" "^1.0.1" "@types/react-window" "^1.8.5" "@types/refractor" "^3.0.0" "@types/resize-observer-browser" "^0.1.5" "@types/vfile-message" "^2.0.0" - chroma-js "^2.1.0" - classnames "^2.2.6" + chroma-js "^2.4.2" + classnames "^2.3.2" lodash "^4.17.21" - mdast-util-to-hast "^10.0.0" + mdast-util-to-hast "^10.2.0" numeral "^2.0.6" prop-types "^15.6.0" - react-dropzone "^11.5.3" + react-dropzone "^11.7.1" react-element-to-jsx-string "^14.3.4" react-focus-on "^3.9.1" react-input-autosize "^3.0.0" react-is "^17.0.2" react-remove-scroll-bar "^2.3.4" - react-virtualized-auto-sizer "^1.0.6" - react-window "^1.8.6" + react-virtualized-auto-sizer "^1.0.20" + react-window "^1.8.9" refractor "^3.5.0" rehype-raw "^5.0.0" rehype-react "^6.0.0" @@ -1614,7 +1612,7 @@ remark-emoji "^2.1.0" remark-parse-no-trim "^8.0.4" remark-rehype "^8.0.0" - tabbable "^5.2.1" + tabbable "^5.3.3" text-diff "^1.0.1" unified "^9.2.0" unist-util-visit "^2.0.3" @@ -4748,6 +4746,10 @@ version "0.0.0" uid "" +"@kbn/lens-embeddable-utils@link:packages/kbn-lens-embeddable-utils": + version "0.0.0" + uid "" + "@kbn/lens-plugin@link:x-pack/plugins/lens": version "0.0.0" uid "" @@ -6020,10 +6022,6 @@ version "0.0.0" uid "" -"@kbn/lens-embeddable-utils@link:packages/kbn-lens-embeddable-utils": - version "0.0.0" - uid "" - "@kbn/visualizations-plugin@link:src/plugins/visualizations": version "0.0.0" uid "" @@ -8503,11 +8501,6 @@ dependencies: "@types/node" "*" -"@types/chroma-js@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@types/chroma-js/-/chroma-js-2.0.0.tgz#b0fc98c8625d963f14e8138e0a7961103303ab22" - integrity sha512-iomunXsXjDxhm2y1OeJt8NwmgC7RyNkPAOddlYVGsbGoX8+1jYt84SG4/tf6RWcwzROLx1kPXPE95by1s+ebIg== - "@types/chroma-js@^2.1.0": version "2.1.3" resolved "https://registry.yarnpkg.com/@types/chroma-js/-/chroma-js-2.1.3.tgz#0b03d737ff28fad10eb884e0c6cedd5ffdc4ba0a" @@ -9549,13 +9542,6 @@ dependencies: "@types/react" "*" -"@types/react-virtualized-auto-sizer@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.1.tgz#b3187dae1dfc4c15880c9cfc5b45f2719ea6ebd4" - integrity sha512-GH8sAnBEM5GV9LTeiz56r4ZhMOUSrP43tAQNSRVxNexDjcNKLCEtnxusAItg1owFUFE6k0NslV26gqVClVvong== - dependencies: - "@types/react" "*" - "@types/react-virtualized@^9.21.22": version "9.21.22" resolved "https://registry.yarnpkg.com/@types/react-virtualized/-/react-virtualized-9.21.22.tgz#5ba39b29869200620a6bf2069b8393f258a9c1e2" @@ -12594,6 +12580,11 @@ chroma-js@^2.1.0: dependencies: cross-env "^6.0.3" +chroma-js@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chroma-js/-/chroma-js-2.4.2.tgz#dffc214ed0c11fa8eefca2c36651d8e57cbfb2b0" + integrity sha512-U9eDw6+wt7V8z5NncY2jJfZa+hUH8XEj8FQHgFJTrUFnJfXYf4Ml4adI2vXZOjqRDpFWtYVWypDfZwnJ+HIR4A== + chrome-trace-event@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" @@ -12670,6 +12661,11 @@ classnames@2.2.6, classnames@^2.2.6: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== +classnames@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" + integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== + clean-css@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78" @@ -21462,6 +21458,20 @@ mdast-util-to-hast@10.0.1, mdast-util-to-hast@^10.0.0: unist-util-position "^3.0.0" unist-util-visit "^2.0.0" +mdast-util-to-hast@^10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz#61875526a017d8857b71abc9333942700b2d3604" + integrity sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ== + dependencies: + "@types/mdast" "^3.0.0" + "@types/unist" "^2.0.0" + mdast-util-definitions "^4.0.0" + mdurl "^1.0.0" + unist-builder "^2.0.0" + unist-util-generated "^1.0.0" + unist-util-position "^3.0.0" + unist-util-visit "^2.0.0" + mdast-util-to-markdown@^0.6.0, mdast-util-to-markdown@^0.6.1, mdast-util-to-markdown@~0.6.0: version "0.6.1" resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.1.tgz#0e07d3f871e056bffc38a0cf50c7298b56d9e0d6" @@ -24912,7 +24922,7 @@ react-draggable@^4.0.0, react-draggable@^4.0.3: clsx "^1.1.1" prop-types "^15.6.0" -react-dropzone@^11.5.3: +react-dropzone@^11.7.1: version "11.7.1" resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.7.1.tgz#3851bb75b26af0bf1b17ce1449fd980e643b9356" integrity sha512-zxCMwhfPy1olUEbw3FLNPLhAm/HnaYH5aELIEglRbqabizKAdHs0h+WuyOpmA+v1JXn0++fpQDdNfUagWt5hJQ== @@ -25355,10 +25365,10 @@ react-use@^15.3.8: ts-easing "^0.2.0" tslib "^2.0.0" -react-virtualized-auto-sizer@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.6.tgz#66c5b1c9278064c5ef1699ed40a29c11518f97ca" - integrity sha512-7tQ0BmZqfVF6YYEWcIGuoR3OdYe8I/ZFbNclFlGOC3pMqunkYF/oL30NCjSGl9sMEb17AnzixDz98Kqc3N76HQ== +react-virtualized-auto-sizer@^1.0.20: + version "1.0.20" + resolved "https://registry.yarnpkg.com/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.20.tgz#d9a907253a7c221c52fa57dc775a6ef40c182645" + integrity sha512-OdIyHwj4S4wyhbKHOKM1wLSj/UDXm839Z3Cvfg2a9j+He6yDa6i5p0qQvEiCnyQlGO/HyfSnigQwuxvYalaAXA== react-virtualized@^9.22.5: version "9.22.5" @@ -25372,7 +25382,7 @@ react-virtualized@^9.22.5: prop-types "^15.7.2" react-lifecycles-compat "^3.0.4" -react-window@^1.8.6, react-window@^1.8.9: +react-window@^1.8.9: version "1.8.9" resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.9.tgz#24bc346be73d0468cdf91998aac94e32bc7fa6a8" integrity sha512-+Eqx/fj1Aa5WnhRfj9dJg4VYATGwIUP2ItwItiJ6zboKWA6EX3lYDAXfGF2hyNqplEprhbtjbipiADEcwQ823Q== @@ -28049,10 +28059,10 @@ synchronous-promise@^2.0.15: resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e" integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg== -tabbable@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.1.tgz#e3fda7367ddbb172dcda9f871c0fdb36d1c4cd9c" - integrity sha512-40pEZ2mhjaZzK0BnI+QGNjJO8UYx9pP5v7BGe17SORTO0OEuuaAwQTkAp8whcZvqon44wKFOikD+Al11K3JICQ== +tabbable@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf" + integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA== table@^6.8.0: version "6.8.0" From 1c34b603cc2d4d5cc52e6b892566b1fe59771b03 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 15 Aug 2023 10:03:57 -0700 Subject: [PATCH 02/15] i18n updates --- .../src/__snapshots__/i18n_service.test.tsx.snap | 4 ++++ .../src/i18n_eui_mapping.tsx | 14 ++++++++++++++ 2 files changed, 18 insertions(+) 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 a5e0bcc328783..cff710351cd74 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 @@ -23,6 +23,7 @@ exports[`#start() returns \`Context\` component 1`] = ` "euiBottomBar.screenReaderAnnouncement": "There is a new region landmark with page level controls at the end of the document.", "euiBottomBar.screenReaderHeading": "Page level controls", "euiBreadcrumb.collapsedBadge.ariaLabel": "See collapsed breadcrumbs", + "euiBreadcrumb.popoverAriaLabel": "Clicking this button will toggle a popover dialog.", "euiBreadcrumbs.nav.ariaLabel": "Breadcrumbs", "euiCardSelect.select": "Select", "euiCardSelect.selected": "Selected", @@ -32,6 +33,9 @@ exports[`#start() returns \`Context\` component 1`] = ` "euiCodeBlockFullScreen.fullscreenCollapse": "Collapse", "euiCodeBlockFullScreen.fullscreenExpand": "Expand", "euiCollapsedItemActions.allActions": "All actions", + "euiCollapsibleNavBeta.ariaLabel": "Site menu", + "euiCollapsibleNavButton.ariaLabelClose": "Toggle navigation closed", + "euiCollapsibleNavButton.ariaLabelOpen": "Toggle navigation open", "euiColorPicker.alphaLabel": "Alpha channel (opacity) value", "euiColorPicker.closeLabel": "Press the down key to open a popover containing color options", "euiColorPicker.colorErrorMessage": "Invalid color value", 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 6e786f4205499..c08df1f5a2bd8 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 @@ -103,6 +103,9 @@ export const getEuiContextMapping = (): EuiTokensObject => { defaultMessage: 'Page level controls', description: 'Screen reader announcement about heading controls', }), + 'euiBreadcrumb.popoverAriaLabel': i18n.translate('core.euiBreadcrumb.popoverAriaLabel', { + defaultMessage: 'Clicking this button will toggle a popover dialog.', + }), 'euiBreadcrumb.collapsedBadge.ariaLabel': i18n.translate( 'core.euiBreadcrumb.collapsedBadge.ariaLabel', { @@ -158,6 +161,17 @@ export const getEuiContextMapping = (): EuiTokensObject => { 'ARIA label and tooltip content describing a button that expands an actions menu', } ), + 'euiCollapsibleNavBeta.ariaLabel': i18n.translate('core.euiCollapsibleNavBeta.ariaLabel', { + defaultMessage: 'Site menu', + }), + 'euiCollapsibleNavButton.ariaLabelClose': i18n.translate( + 'core.euiCollapsibleNavButton.ariaLabelClose', + { defaultMessage: 'Toggle navigation closed' } + ), + 'euiCollapsibleNavButton.ariaLabelOpen': i18n.translate( + 'core.euiCollapsibleNavButton.ariaLabelOpen', + { defaultMessage: 'Toggle navigation open' } + ), 'euiColorPicker.alphaLabel': i18n.translate('core.euiColorPicker.alphaLabel', { defaultMessage: 'Alpha channel (opacity) value', description: 'Label describing color alpha channel', From d579e22963585f7c7fbf085b83ea287d983d424e Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 15 Aug 2023 10:04:52 -0700 Subject: [PATCH 03/15] [EuiHeader] Remove deprecated `border`/`borders` prop --- .../core-chrome-browser-internal/src/ui/header/header.tsx | 7 ++----- .../src/ui/header/header_nav_controls.tsx | 7 ++----- .../components/layout/account_header/account_header.tsx | 4 ++-- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header.tsx b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header.tsx index 3032f0353fbf5..67ff9af5f5637 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header.tsx +++ b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header.tsx @@ -129,7 +129,6 @@ export function Header({ customBranding$={customBranding$} />, ], - borders: 'none', }, { ...(observables.navControlsCenter$ && { @@ -139,7 +138,6 @@ export function Header({ , ], }), - borders: 'none', }, { items: [ @@ -164,14 +162,13 @@ export function Header({ />, , ], - borders: 'none', }, ]} /> - + - + diff --git a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_nav_controls.tsx b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_nav_controls.tsx index 4d411beb181ee..6ef44b08bddd0 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_nav_controls.tsx +++ b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_nav_controls.tsx @@ -18,7 +18,7 @@ interface Props { side?: 'left' | 'right'; } -export function HeaderNavControls({ navControls$, side }: Props) { +export function HeaderNavControls({ navControls$ }: Props) { const navControls = useObservable(navControls$, []); if (!navControls) { @@ -30,10 +30,7 @@ export function HeaderNavControls({ navControls$, side }: Props) { return ( <> {navControls.map((navControl: ChromeNavControl, index: number) => ( - + ))} diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/components/layout/account_header/account_header.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/components/layout/account_header/account_header.tsx index 421f594fcfba8..c5119bd23ce93 100644 --- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/components/layout/account_header/account_header.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/components/layout/account_header/account_header.tsx @@ -68,11 +68,11 @@ export const AccountHeader: React.FC = () => { return ( - + {WORKPLACE_SEARCH_TITLE} - + {ACCOUNT_NAV.SOURCES} From da3c80b7af4bca2eb64a69fd9ca124bc61d3c2e1 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 15 Aug 2023 10:06:53 -0700 Subject: [PATCH 04/15] [EuiHeader] Remove deprecated Sass variables --- .../core-chrome-browser-internal/src/ui/header/header_logo.scss | 2 +- .../console/components/side_panel/side_panel_flex_item.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_logo.scss b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_logo.scss index 37bfd2f61907d..6bdc0b8777ec7 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_logo.scss +++ b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/header_logo.scss @@ -1,7 +1,7 @@ .chrHeaderLogo { display: flex; align-items: center; - height: $euiHeaderChildSize; + height: $euiSizeXXL; padding-inline: $euiSizeS; } diff --git a/x-pack/plugins/security_solution/public/management/components/console/components/side_panel/side_panel_flex_item.tsx b/x-pack/plugins/security_solution/public/management/components/console/components/side_panel/side_panel_flex_item.tsx index f2c1cc2f3e192..74912078c8251 100644 --- a/x-pack/plugins/security_solution/public/management/components/console/components/side_panel/side_panel_flex_item.tsx +++ b/x-pack/plugins/security_solution/public/management/components/console/components/side_panel/side_panel_flex_item.tsx @@ -12,7 +12,7 @@ import { SidePanelContentManager } from './side_panel_content_manager'; import { useWithSidePanel } from '../../hooks/state_selectors/use_with_side_panel'; const StyledEuiFlexItemWhite = styled(EuiFlexItem)` - background-color: ${({ theme: { eui } }) => eui.euiHeaderBackgroundColor} !important; + background-color: ${({ theme: { eui } }) => eui.euiColorEmptyShade} !important; border-radius: ${({ theme: { eui } }) => `0 ${eui.euiSizeXS} ${eui.euiSizeXS} 0`}; box-shadow: 0 ${({ theme: { eui } }) => eui.euiSizeXS} ${({ theme: { eui } }) => eui.euiSizeXS} ${({ theme: { eui } }) => transparentize(eui.euiShadowColor, 0.04)}; From 5a1e04a2725a6a83ca193ccf6c6f54a441b27112 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Tue, 15 Aug 2023 10:12:40 -0700 Subject: [PATCH 05/15] [EuiHeader] Update snapshots --- .../header/__snapshots__/header.test.tsx.snap | 34 +++++++++---------- .../nav_control/nav_control_service.test.ts | 4 +-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/header.test.tsx.snap b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/header.test.tsx.snap index 319da409fe13c..0f1b092c28d46 100644 --- a/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/header.test.tsx.snap +++ b/packages/core/chrome/core-chrome-browser-internal/src/ui/header/__snapshots__/header.test.tsx.snap @@ -48,10 +48,10 @@ Array [ data-fixed-header="true" >
@@ -150,17 +150,17 @@ Array [ data-fixed-header="true" >