diff --git a/package.json b/package.json
index 7a7182c2bc1bb..15989e01f31a4 100644
--- a/package.json
+++ b/package.json
@@ -127,9 +127,9 @@
"@elastic/ecs": "^9.0.0",
"@elastic/elasticsearch": "9.0.3",
"@elastic/ems-client": "8.6.3",
- "@elastic/eui": "105.0.0",
- "@elastic/eui-amsterdam": "npm:@elastic/eui@105.0.0-amsterdam.0",
- "@elastic/eui-theme-borealis": "3.2.0",
+ "@elastic/eui": "106.0.0",
+ "@elastic/eui-amsterdam": "npm:@elastic/eui@106.0.0-amsterdam.0",
+ "@elastic/eui-theme-borealis": "3.3.0",
"@elastic/filesaver": "1.1.2",
"@elastic/monaco-esql": "^3.1.5",
"@elastic/node-crypto": "^1.2.3",
diff --git a/src/core/packages/i18n/browser-internal/src/__snapshots__/i18n_service.test.tsx.snap b/src/core/packages/i18n/browser-internal/src/__snapshots__/i18n_service.test.tsx.snap
index 6540096852f46..ae41190307836 100644
--- a/src/core/packages/i18n/browser-internal/src/__snapshots__/i18n_service.test.tsx.snap
+++ b/src/core/packages/i18n/browser-internal/src/__snapshots__/i18n_service.test.tsx.snap
@@ -245,7 +245,7 @@ exports[`#start() returns \`Context\` component 1`] = `
\\"euiResizableButton.verticalResizerAriaLabel\\": \\"Press the up or down arrow keys to adjust panels size\\",
\\"euiResizablePanel.toggleButtonAriaLabel\\": \\"Press to toggle this panel\\",
\\"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.\\",
- \\"euiSaturation.ariaLabel\\": \\"HSV color mode saturation and value 2-axis slider\\",
+ \\"euiSaturation.ariaLabel\\": \\"Select a color\\",
\\"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...\\",
@@ -292,7 +292,11 @@ exports[`#start() returns \`Context\` component 1`] = `
\\"euiRange.sliderScreenReaderInstructions\\": \\"You are in a custom range slider. Use the Up and Down arrow keys to change the value.\\",
\\"euiSuperSelect.ariaLabel\\": \\"Select listbox\\",
\\"euiFieldValueSelectionFilter.buttonLabelHint\\": \\"Selection\\",
- \\"euiCodeBlockFullScreen.ariaLabel\\": \\"Expanded code block\\"
+ \\"euiCodeBlockFullScreen.ariaLabel\\": \\"Expanded code block\\",
+ \\"euiSaturation.roleDescription\\": \\"HSV color mode saturation and value 2-axis slider.\\",
+ \\"euiHue.ariaValueText\\": \\"Hue\\",
+ \\"euiHue.ariaRoleDescription\\": \\"Hue slider\\",
+ \\"euiColorPicker.selectedColorLabel\\": \\"Selected color\\"
}
}"
`;
diff --git a/src/core/packages/i18n/browser-internal/src/i18n_eui_mapping.tsx b/src/core/packages/i18n/browser-internal/src/i18n_eui_mapping.tsx
index d77134acb2437..b6db767af18f8 100644
--- a/src/core/packages/i18n/browser-internal/src/i18n_eui_mapping.tsx
+++ b/src/core/packages/i18n/browser-internal/src/i18n_eui_mapping.tsx
@@ -1474,7 +1474,7 @@ export const getEuiContextMapping = (): EuiTokensObject => {
}
),
'euiSaturation.ariaLabel': i18n.translate('core.euiSaturation.ariaLabel', {
- defaultMessage: 'HSV color mode saturation and value 2-axis slider',
+ defaultMessage: 'Select a color',
}),
'euiSearchBox.ariaLabel': i18n.translate('core.euiSearchBox.ariaLabel', {
defaultMessage:
@@ -1836,5 +1836,17 @@ export const getEuiContextMapping = (): EuiTokensObject => {
defaultMessage: '{language} code block:',
values: { language },
}),
+ 'euiSaturation.roleDescription': i18n.translate('core.euiSaturation.roleDescription', {
+ defaultMessage: 'HSV color mode saturation and value 2-axis slider.',
+ }),
+ 'euiHue.ariaValueText': i18n.translate('core.euiHue.ariaValueText', {
+ defaultMessage: 'Hue',
+ }),
+ 'euiHue.ariaRoleDescription': i18n.translate('core.euiHue.ariaRoleDescription', {
+ defaultMessage: 'Hue slider',
+ }),
+ 'euiColorPicker.selectedColorLabel': i18n.translate('core.euiColorPicker.selectedColorLabel', {
+ defaultMessage: 'Selected color',
+ }),
};
};
diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts
index e2e30a26d49fb..62312f760bcf9 100644
--- a/src/dev/license_checker/config.ts
+++ b/src/dev/license_checker/config.ts
@@ -88,11 +88,11 @@ 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.6.3': ['Elastic License 2.0'],
- '@elastic/eui@105.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
- '@elastic/eui-amsterdam@105.0.0-amsterdam.0': [
+ '@elastic/eui@106.0.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
+ '@elastic/eui-amsterdam@106.0.0-amsterdam.0': [
'Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0',
],
- '@elastic/eui-theme-borealis@3.2.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
+ '@elastic/eui-theme-borealis@3.3.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.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@2.5.2': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)
diff --git a/src/platform/packages/shared/kbn-coloring/src/palettes/utils/get_config_from_palette.test.ts b/src/platform/packages/shared/kbn-coloring/src/palettes/utils/get_config_from_palette.test.ts
index a06b573a50a8d..eb870b8c207ac 100644
--- a/src/platform/packages/shared/kbn-coloring/src/palettes/utils/get_config_from_palette.test.ts
+++ b/src/platform/packages/shared/kbn-coloring/src/palettes/utils/get_config_from_palette.test.ts
@@ -88,7 +88,7 @@ describe('getConfigFromPalette', () => {
id: KbnPalette.Complementary,
steps: [
{ ...commonStep, colorIndex: 8 },
- { touched: false, type: 'colorCode' as const, colorCode: '#ebeff5' },
+ { touched: false, type: 'colorCode' as const, colorCode: '#f6f9fc' },
{ ...commonStep, colorIndex: 2 },
],
},
diff --git a/src/platform/packages/shared/kbn-data-grid-in-table-search/src/__snapshots__/in_table_search_input.test.tsx.snap b/src/platform/packages/shared/kbn-data-grid-in-table-search/src/__snapshots__/in_table_search_input.test.tsx.snap
index 1f13d9b719b7e..08aa8f5fb7ac2 100644
--- a/src/platform/packages/shared/kbn-data-grid-in-table-search/src/__snapshots__/in_table_search_input.test.tsx.snap
+++ b/src/platform/packages/shared/kbn-data-grid-in-table-search/src/__snapshots__/in_table_search_input.test.tsx.snap
@@ -120,7 +120,7 @@ exports[`InTableSearchInput renders input when loading 1`] = `
>
diff --git a/src/platform/packages/shared/kbn-data-grid-in-table-search/src/in_table_search_control.tsx b/src/platform/packages/shared/kbn-data-grid-in-table-search/src/in_table_search_control.tsx
index e086b32a10929..a7ecefb6073c5 100644
--- a/src/platform/packages/shared/kbn-data-grid-in-table-search/src/in_table_search_control.tsx
+++ b/src/platform/packages/shared/kbn-data-grid-in-table-search/src/in_table_search_control.tsx
@@ -20,6 +20,10 @@ import { getHighlightColors } from './get_highlight_colors';
import { getActiveMatchCss } from './get_active_match_css';
const innerCss = css`
+ /* ensure nested search input borders are visible */
+ position: relative;
+ z-index: 1;
+
.dataGridInTableSearch__matchesCounter {
font-variant-numeric: tabular-nums;
}
@@ -30,7 +34,7 @@ const innerCss = css`
}
.euiFormControlLayout__append {
- padding-inline: 0 !important;
+ padding-inline-end: 0 !important;
background: none;
}
@@ -40,6 +44,10 @@ const innerCss = css`
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
+
+ &::after {
+ border-right: 0;
+ }
}
`;
diff --git a/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.test.tsx b/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.test.tsx
index e67b3170cbed0..6b95e246cb82a 100644
--- a/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.test.tsx
+++ b/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/components/log_level_badge.test.tsx
@@ -30,7 +30,7 @@ describe('LogLevelBadge', () => {
expect(badge).toBeInTheDocument();
expect(badge).toHaveTextContent('info');
expect(getComputedStyle(badge).getPropertyValue('--euiBadgeBackgroundColor')).toEqual(
- '#90bdff'
+ '#a8caff'
);
});
diff --git a/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.test.ts b/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.test.ts
index fbd18ea82bf58..e738f77c525fe 100644
--- a/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.test.ts
+++ b/src/platform/packages/shared/kbn-discover-utils/src/data_types/logs/utils/get_log_level_color.test.ts
@@ -20,10 +20,10 @@ const euiTheme = {
describe('getLogLevelColor', () => {
test('should work correctly', () => {
expect(getLogLevelColor(LogLevelCoalescedValue.debug, euiTheme as EuiThemeComputed)).toBe(
- '#bdd7ff'
+ '#e8f1ff'
);
expect(getLogLevelColor(LogLevelCoalescedValue.info, euiTheme as EuiThemeComputed)).toBe(
- '#90bdff'
+ '#a8caff'
);
expect(getLogLevelColor(LogLevelCoalescedValue.notice, euiTheme as EuiThemeComputed)).toBe(
'#61a2ff'
diff --git a/src/platform/packages/shared/kbn-ui-theme/src/theme.ts b/src/platform/packages/shared/kbn-ui-theme/src/theme.ts
index e22498671cfd7..7455cca9ab82c 100644
--- a/src/platform/packages/shared/kbn-ui-theme/src/theme.ts
+++ b/src/platform/packages/shared/kbn-ui-theme/src/theme.ts
@@ -10,8 +10,8 @@
import { default as v8Light } from '@elastic/eui/dist/eui_theme_amsterdam_light.json';
import { default as v8Dark } from '@elastic/eui/dist/eui_theme_amsterdam_dark.json';
-import { default as borealisLight } from '@elastic/eui/dist/eui_theme_borealis_light.json';
-import { default as borealisDark } from '@elastic/eui/dist/eui_theme_borealis_dark.json';
+import { default as borealisLight } from '@elastic/eui-theme-borealis/lib/eui_theme_borealis_light.json';
+import { default as borealisDark } from '@elastic/eui-theme-borealis/lib/eui_theme_borealis_dark.json';
const globals: any = typeof window === 'undefined' ? {} : window;
diff --git a/src/platform/plugins/private/vis_types/vislib/public/vislib/components/legend/__snapshots__/legend.test.tsx.snap b/src/platform/plugins/private/vis_types/vislib/public/vislib/components/legend/__snapshots__/legend.test.tsx.snap
index 8816632d4250d..dedfdab55b276 100644
--- a/src/platform/plugins/private/vis_types/vislib/public/vislib/components/legend/__snapshots__/legend.test.tsx.snap
+++ b/src/platform/plugins/private/vis_types/vislib/public/vislib/components/legend/__snapshots__/legend.test.tsx.snap
@@ -2,4 +2,4 @@
exports[`VisLegend Component Legend closed should match the snapshot 1`] = `"
"`;
-exports[`VisLegend Component Legend open should match the snapshot 1`] = `""`;
+exports[`VisLegend Component Legend open should match the snapshot 1`] = `""`;
diff --git a/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/profile.test.ts b/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/profile.test.ts
index f697f09e21e4f..6ce7752334914 100644
--- a/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/profile.test.ts
+++ b/src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/profile.test.ts
@@ -179,7 +179,7 @@ describe('logsDataSourceProfileProvider', () => {
});
expect(getRowIndicator).toBeDefined();
- expect(getRowIndicator?.(row, euiTheme)).toEqual({ color: '#90bdff', label: 'Info' });
+ expect(getRowIndicator?.(row, euiTheme)).toEqual({ color: '#a8caff', label: 'Info' });
});
it('should not return a color for a missing log level in the document', () => {
diff --git a/src/platform/plugins/shared/unified_search/public/filter_bar/filter_button_group/filter_button_group.tsx b/src/platform/plugins/shared/unified_search/public/filter_bar/filter_button_group/filter_button_group.tsx
index 457f41bea9596..1c6c74f366420 100644
--- a/src/platform/plugins/shared/unified_search/public/filter_bar/filter_button_group/filter_button_group.tsx
+++ b/src/platform/plugins/shared/unified_search/public/filter_bar/filter_button_group/filter_button_group.tsx
@@ -60,7 +60,7 @@ const filterButtonStyles = {
content: "''",
position: 'absolute',
inset: 0,
- border: `${euiTheme.border.thin} solid ${euiTheme.colors.borderBasePlain}`,
+ border: `${euiTheme.border.width.thin} solid ${euiTheme.colors.borderBasePlain}`,
borderRadius: 'inherit',
pointerEvents: 'none',
},
diff --git a/x-pack/platform/plugins/private/global_search_bar/public/components/search_bar.tsx b/x-pack/platform/plugins/private/global_search_bar/public/components/search_bar.tsx
index 9b3ee2c7666e9..4261c21ba9450 100644
--- a/x-pack/platform/plugins/private/global_search_bar/public/components/search_bar.tsx
+++ b/x-pack/platform/plugins/private/global_search_bar/public/components/search_bar.tsx
@@ -390,6 +390,7 @@ export const SearchBar: FC = (opts) => {
popoverButtonBreakpoints={['xs', 's']}
singleSelection={true}
renderOption={(option) => euiSelectableTemplateSitewideRenderOptions(option, searchValue)}
+ colorModes={chromeStyle !== 'project' ? { search: 'dark', popover: 'global' } : undefined}
listProps={{
className: 'eui-yScroll',
css: css`
diff --git a/x-pack/platform/plugins/private/monitoring/public/components/no_data/explanations/collection_interval/__snapshots__/collection_interval.test.js.snap b/x-pack/platform/plugins/private/monitoring/public/components/no_data/explanations/collection_interval/__snapshots__/collection_interval.test.js.snap
index c343d95c24e81..a54f7fcd7915c 100644
--- a/x-pack/platform/plugins/private/monitoring/public/components/no_data/explanations/collection_interval/__snapshots__/collection_interval.test.js.snap
+++ b/x-pack/platform/plugins/private/monitoring/public/components/no_data/explanations/collection_interval/__snapshots__/collection_interval.test.js.snap
@@ -92,7 +92,7 @@ Array [
aria-label="Loading"
class="euiLoadingSpinner emotion-euiLoadingSpinner-m"
role="progressbar"
- style="border-color: #1750ba currentcolor currentcolor currentcolor;"
+ style="border-color: #0b64dd currentcolor currentcolor currentcolor;"
/>
Turn on monitoring
diff --git a/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap b/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
index a785c5881da8a..867143f5cda07 100644
--- a/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
+++ b/x-pack/platform/plugins/shared/license_management/__jest__/__snapshots__/upload_license.test.tsx.snap
@@ -52,7 +52,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
{
test('Should create RGB color ramp', () => {
expect(getColorPalette('Blues')).toEqual([
- '#e4eefd',
- '#d3e3fe',
- '#c1d8fe',
- '#afceff',
- '#9dc3ff',
- '#8bb8ff',
- '#77adff',
+ '#d8e7ff',
+ '#c8ddff',
+ '#b8d4ff',
+ '#a8caff',
+ '#98c0ff',
+ '#87b6ff',
+ '#75acff',
'#61a2ff',
]);
});
@@ -29,7 +29,7 @@ describe('getColorPalette', () => {
describe('getColorRampCenterColor', () => {
test('Should get center color from color ramp', () => {
- expect(getColorRampCenterColor('Blues')).toBe('#9dc3ff');
+ expect(getColorRampCenterColor('Blues')).toBe('#98c0ff');
});
});
@@ -37,19 +37,19 @@ describe('getOrdinalMbColorRampStops', () => {
test('Should create color stops', () => {
expect(getOrdinalMbColorRampStops('Blues', 0, 1000, false)).toEqual([
0,
- '#e4eefd',
+ '#d8e7ff',
125,
- '#d3e3fe',
+ '#c8ddff',
250,
- '#c1d8fe',
+ '#b8d4ff',
375,
- '#afceff',
+ '#a8caff',
500,
- '#9dc3ff',
+ '#98c0ff',
625,
- '#8bb8ff',
+ '#87b6ff',
750,
- '#77adff',
+ '#75acff',
875,
'#61a2ff',
]);
@@ -60,19 +60,19 @@ describe('getOrdinalMbColorRampStops', () => {
0,
'#61a2ff',
125,
- '#77adff',
+ '#75acff',
250,
- '#8bb8ff',
+ '#87b6ff',
375,
- '#9dc3ff',
+ '#98c0ff',
500,
- '#afceff',
+ '#a8caff',
625,
- '#c1d8fe',
+ '#b8d4ff',
750,
- '#d3e3fe',
+ '#c8ddff',
875,
- '#e4eefd',
+ '#d8e7ff',
]);
});
@@ -92,13 +92,13 @@ describe('getPercentilesMbColorRampStops', () => {
];
expect(getPercentilesMbColorRampStops('Blues', percentiles, false)).toEqual([
5567.83,
- '#dae8fd',
+ '#cee1ff',
8069,
- '#bed6fe',
+ '#b5d2ff',
9581.13,
- '#a1c5ff',
+ '#9bc2ff',
11145.5,
- '#83b3ff',
+ '#80b2ff',
16958.18,
'#61a2ff',
]);
@@ -116,13 +116,13 @@ describe('getPercentilesMbColorRampStops', () => {
5567.83,
'#61a2ff',
8069,
- '#83b3ff',
+ '#80b2ff',
9581.13,
- '#a1c5ff',
+ '#9bc2ff',
11145.5,
- '#bed6fe',
+ '#b5d2ff',
16958.18,
- '#dae8fd',
+ '#cee1ff',
]);
});
});
diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/heatmap/components/__snapshots__/heatmap_style_editor.test.tsx.snap b/x-pack/platform/plugins/shared/maps/public/classes/styles/heatmap/components/__snapshots__/heatmap_style_editor.test.tsx.snap
index cb3676cdeba48..718ae53f32035 100644
--- a/x-pack/platform/plugins/shared/maps/public/classes/styles/heatmap/components/__snapshots__/heatmap_style_editor.test.tsx.snap
+++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/heatmap/components/__snapshots__/heatmap_style_editor.test.tsx.snap
@@ -13,13 +13,13 @@ exports[`HeatmapStyleEditor is rendered 1`] = `
Object {
"getPalette": [Function],
"palette": Array [
- "#e4eefd",
- "#d3e3fe",
- "#c1d8fe",
- "#afceff",
- "#9dc3ff",
- "#8bb8ff",
- "#77adff",
+ "#d8e7ff",
+ "#c8ddff",
+ "#b8d4ff",
+ "#a8caff",
+ "#98c0ff",
+ "#87b6ff",
+ "#75acff",
"#61a2ff",
],
"title": "",
@@ -110,12 +110,12 @@ exports[`HeatmapStyleEditor is rendered 1`] = `
"getPalette": [Function],
"palette": Array [
"#61a2ff",
- "#85b6ff",
- "#a8caff",
+ "#96c0ff",
"#c8deff",
+ "#ecf3fe",
+ "#fdeceb",
"#ffccc6",
- "#ffafa6",
- "#fb9188",
+ "#fda097",
"#f6726a",
],
"title": "",
diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/extract_color_from_style_property.test.ts b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/extract_color_from_style_property.test.ts
index 7d65839824430..35848679c317f 100644
--- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/extract_color_from_style_property.test.ts
+++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/components/legend/extract_color_from_style_property.test.ts
@@ -137,7 +137,7 @@ describe('dynamic', () => {
fieldMetaOptions,
} as ColorDynamicOptions,
} as ColorDynamicStylePropertyDescriptor;
- expect(extractColorFromStyleProperty(colorStyleProperty, defaultColor)).toBe('#9dc3ff');
+ expect(extractColorFromStyleProperty(colorStyleProperty, defaultColor)).toBe('#98c0ff');
});
});
diff --git a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap
index a5677230c8a0d..7a63e127b84aa 100644
--- a/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap
+++ b/x-pack/platform/plugins/shared/maps/public/classes/styles/vector/properties/__snapshots__/dynamic_color_property.test.tsx.snap
@@ -195,7 +195,7 @@ exports[`renderLegendDetailRow ordinal Should render interpolate bands 1`] = `
key="0"
>
{
-1,
'rgba(0,0,0,0)',
0,
- '#e4eefd',
+ '#d8e7ff',
12.5,
- '#d3e3fe',
+ '#c8ddff',
25,
- '#c1d8fe',
+ '#b8d4ff',
37.5,
- '#afceff',
+ '#a8caff',
50,
- '#9dc3ff',
+ '#98c0ff',
62.5,
- '#8bb8ff',
+ '#87b6ff',
75,
- '#77adff',
+ '#75acff',
87.5,
'#61a2ff',
]);
diff --git a/x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.test.tsx b/x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.test.tsx
index 635d75f666df2..c47d086ea20d9 100644
--- a/x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.test.tsx
+++ b/x-pack/platform/plugins/shared/ml/public/application/model_management/test_models/models/ner/ner_output.test.tsx
@@ -54,23 +54,23 @@ describe('NER output', () => {
describe('getClassColor', () => {
test('returns the correct color for class PER', () => {
- expect(getClassColor('PER', true)).toBe('#ffe0f5');
+ expect(getClassColor('PER', true)).toBe('#FFC7DB');
});
test('returns the correct color for class LOC', () => {
- expect(getClassColor('LOC', true)).toBe('#bfffff');
+ expect(getClassColor('LOC', true)).toBe('#A6EDEA');
});
test('returns the correct color for class ORG', () => {
- expect(getClassColor('ORG', true)).toBe('#45ded9');
+ expect(getClassColor('ORG', true)).toBe('#16C5C0');
});
test('returns the correct color for class MISC', () => {
- expect(getClassColor('MISC', true)).toBe('#ffe2db');
+ expect(getClassColor('MISC', true)).toBe('#FFC9C2');
});
test('returns the default color for an unknown class', () => {
- expect(getClassColor('UNKNOWN', true)).toBe('#ffe0f5');
+ expect(getClassColor('UNKNOWN', true)).toBe('#FFC7DB');
});
});
});
diff --git a/x-pack/platform/test/functional/apps/maps/group4/mapbox_styles.js b/x-pack/platform/test/functional/apps/maps/group4/mapbox_styles.js
index c9d7c8a236bf3..fbbb9f9dcd12a 100644
--- a/x-pack/platform/test/functional/apps/maps/group4/mapbox_styles.js
+++ b/x-pack/platform/test/functional/apps/maps/group4/mapbox_styles.js
@@ -83,19 +83,19 @@ export default function ({ getPageObjects, getService }) {
2,
'rgba(0,0,0,0)',
3,
- '#e4eefd',
+ '#d8e7ff',
4.125,
- '#d3e3fe',
+ '#c8ddff',
5.25,
- '#c1d8fe',
+ '#b8d4ff',
6.375,
- '#afceff',
+ '#a8caff',
7.5,
- '#9dc3ff',
+ '#98c0ff',
8.625,
- '#8bb8ff',
+ '#87b6ff',
9.75,
- '#77adff',
+ '#75acff',
10.875,
'#61a2ff',
],
@@ -162,19 +162,19 @@ export default function ({ getPageObjects, getService }) {
2,
'rgba(0,0,0,0)',
3,
- '#e4eefd',
+ '#d8e7ff',
4.125,
- '#d3e3fe',
+ '#c8ddff',
5.25,
- '#c1d8fe',
+ '#b8d4ff',
6.375,
- '#afceff',
+ '#a8caff',
7.5,
- '#9dc3ff',
+ '#98c0ff',
8.625,
- '#8bb8ff',
+ '#87b6ff',
9.75,
- '#77adff',
+ '#75acff',
10.875,
'#61a2ff',
],
diff --git a/x-pack/platform/test/functional/apps/maps/group4/mvt_geotile_grid.js b/x-pack/platform/test/functional/apps/maps/group4/mvt_geotile_grid.js
index 58787f3d059cd..8b292ba7ce3d4 100644
--- a/x-pack/platform/test/functional/apps/maps/group4/mvt_geotile_grid.js
+++ b/x-pack/platform/test/functional/apps/maps/group4/mvt_geotile_grid.js
@@ -78,19 +78,19 @@ export default function ({ getPageObjects, getService }) {
1622,
'rgba(0,0,0,0)',
1623,
- '#e4eefd',
+ '#d8e7ff',
2643.875,
- '#d3e3fe',
+ '#c8ddff',
3664.75,
- '#c1d8fe',
+ '#b8d4ff',
4685.625,
- '#afceff',
+ '#a8caff',
5706.5,
- '#9dc3ff',
+ '#98c0ff',
6727.375,
- '#8bb8ff',
+ '#87b6ff',
7748.25,
- '#77adff',
+ '#75acff',
8769.125,
'#61a2ff',
],
@@ -123,19 +123,19 @@ export default function ({ getPageObjects, getService }) {
0,
'rgba(0,0,0,0)',
1,
- '#e4eefd',
+ '#d8e7ff',
1.875,
- '#d3e3fe',
+ '#c8ddff',
2.75,
- '#c1d8fe',
+ '#b8d4ff',
3.625,
- '#afceff',
+ '#a8caff',
4.5,
- '#9dc3ff',
+ '#98c0ff',
5.375,
- '#8bb8ff',
+ '#87b6ff',
6.25,
- '#77adff',
+ '#75acff',
7.125,
'#61a2ff',
],
@@ -168,19 +168,19 @@ export default function ({ getPageObjects, getService }) {
-1,
'rgba(0,0,0,0)',
0,
- '#e4eefd',
+ '#d8e7ff',
1867.625,
- '#d3e3fe',
+ '#c8ddff',
3735.25,
- '#c1d8fe',
+ '#b8d4ff',
5602.875,
- '#afceff',
+ '#a8caff',
7470.5,
- '#9dc3ff',
+ '#98c0ff',
9338.125,
- '#8bb8ff',
+ '#87b6ff',
11205.75,
- '#77adff',
+ '#75acff',
13073.375,
'#61a2ff',
],
diff --git a/x-pack/platform/test/functional/apps/maps/group4/mvt_scaling.js b/x-pack/platform/test/functional/apps/maps/group4/mvt_scaling.js
index 03d6caf5ebdb5..fd7d0204feed0 100644
--- a/x-pack/platform/test/functional/apps/maps/group4/mvt_scaling.js
+++ b/x-pack/platform/test/functional/apps/maps/group4/mvt_scaling.js
@@ -85,19 +85,19 @@ export default function ({ getPageObjects, getService }) {
0.3819660112501051,
'rgba(0,0,0,0)',
1.381966011250105,
- '#e4eefd',
+ '#d8e7ff',
1.6614745084375788,
- '#d3e3fe',
+ '#c8ddff',
1.9409830056250525,
- '#c1d8fe',
+ '#b8d4ff',
2.2204915028125263,
- '#afceff',
+ '#a8caff',
2.5,
- '#9dc3ff',
+ '#98c0ff',
2.7795084971874737,
- '#8bb8ff',
+ '#87b6ff',
3.0590169943749475,
- '#77adff',
+ '#75acff',
3.338525491562421,
'#61a2ff',
],
@@ -124,7 +124,7 @@ export default function ({ getPageObjects, getService }) {
],
layout: { visibility: 'visible' },
paint: {
- 'line-color': '#9dc3ff',
+ 'line-color': '#98c0ff',
'line-width': 3,
'line-dasharray': [2, 1],
'line-opacity': 1,
diff --git a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap
index 1b065228bd20d..831b1d5b19c96 100644
--- a/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap
+++ b/x-pack/solutions/observability/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap
@@ -18,7 +18,7 @@ exports[`ML Integrations renders without errors 1`] = `
aria-label="Loading"
class="euiLoadingSpinner emotion-euiLoadingSpinner-m"
role="progressbar"
- style="border-color:#1750BA currentcolor currentcolor currentcolor"
+ style="border-color:#0B64DD currentcolor currentcolor currentcolor"
/>
{
@@ -186,7 +186,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await lens.waitForVisualization();
// check that all remained the same
const styleObj = await lens.getDatatableCellStyle(0, 2);
- expect(styleObj['background-color']).to.be('rgb(232, 241, 255)');
+ expect(styleObj['background-color']).to.be('rgb(246, 249, 252)');
});
it('should keep the coloring consistent when moving to custom palette from default', async () => {
@@ -194,7 +194,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await lens.waitForVisualization();
// check that all remained the same
const styleObj = await lens.getDatatableCellStyle(0, 2);
- expect(styleObj['background-color']).to.be('rgb(232, 241, 255)');
+ expect(styleObj['background-color']).to.be('rgb(246, 249, 252)');
});
it('tweak the color stops numeric value', async () => {
@@ -219,7 +219,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.click('lnsPalettePanel_dynamicColoring_reverseColors');
await lens.waitForVisualization();
const styleObj = await lens.getDatatableCellStyle(1, 1);
- expect(styleObj['background-color']).to.be('rgb(168, 202, 255)');
+ expect(styleObj['background-color']).to.be('rgb(200, 222, 255)');
// should also set text color when in cell mode
expect(styleObj.color).to.be('rgb(0, 0, 0)');
await lens.closePalettePanel();
diff --git a/x-pack/test/functional/apps/lens/group4/chart_data.ts b/x-pack/test/functional/apps/lens/group4/chart_data.ts
index 9123e0a49888e..197cf1b2c43f8 100644
--- a/x-pack/test/functional/apps/lens/group4/chart_data.ts
+++ b/x-pack/test/functional/apps/lens/group4/chart_data.ts
@@ -115,9 +115,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend
expect(debugState?.legend!.items).to.eql([
{ key: '5,722.775 - 8,529.22', name: '5,722.775 - 8,529.22', color: '#61a2ff' },
- { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#a8caff' },
- { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#e8f1ff' },
- { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffafa6' },
+ { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#c8deff' },
+ { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#f6f9fc' },
+ { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffccc6' },
{ key: '≥ 16,948.555', name: '≥ 16,948.555', color: '#f6726a' },
]);
});
diff --git a/x-pack/test/functional/apps/lens/group5/heatmap.ts b/x-pack/test/functional/apps/lens/group5/heatmap.ts
index 635d283075aae..a41aea9584c8e 100644
--- a/x-pack/test/functional/apps/lens/group5/heatmap.ts
+++ b/x-pack/test/functional/apps/lens/group5/heatmap.ts
@@ -56,9 +56,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend
expect(debugState?.legend!.items).to.eql([
{ key: '5,722.775 - 8,529.22', name: '5,722.775 - 8,529.22', color: '#61a2ff' },
- { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#a8caff' },
- { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#e8f1ff' },
- { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffafa6' },
+ { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#c8deff' },
+ { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#f6f9fc' },
+ { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffccc6' },
{ key: '≥ 16,948.555', name: '≥ 16,948.555', color: '#f6726a' },
]);
@@ -78,9 +78,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend has changed
expect(debugState?.legend!.items).to.eql([
{ key: '7,125.997 - 8,529.22', name: '7,125.997 - 8,529.22', color: '#61a2ff' },
- { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#a8caff' },
- { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#e8f1ff' },
- { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffafa6' },
+ { key: '8,529.22 - 11,335.665', name: '8,529.22 - 11,335.665', color: '#c8deff' },
+ { key: '11,335.665 - 14,142.11', name: '11,335.665 - 14,142.11', color: '#f6f9fc' },
+ { key: '14,142.11 - 16,948.555', name: '14,142.11 - 16,948.555', color: '#ffccc6' },
{ key: '≥ 16,948.555', name: '≥ 16,948.555', color: '#f6726a' },
]);
});
@@ -92,9 +92,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend has changed
expect(debugState?.legend!.items).to.eql([
{ key: '7,125.99 - 8,529.2', name: '7,125.99 - 8,529.2', color: '#61a2ff' },
- { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#a8caff' },
- { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#e8f1ff' },
- { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffafa6' },
+ { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#c8deff' },
+ { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#f6f9fc' },
+ { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffccc6' },
{
color: '#f6726a',
key: '≥ 16,948.55',
@@ -111,9 +111,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend has changed
expect(debugState?.legend!.items).to.eql([
{ key: '0 - 8,529.2', name: '0 - 8,529.2', color: '#61a2ff' },
- { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#a8caff' },
- { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#e8f1ff' },
- { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffafa6' },
+ { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#c8deff' },
+ { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#f6f9fc' },
+ { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffccc6' },
{ key: '≥ 16,948.55', name: '≥ 16,948.55', color: '#f6726a' },
]);
});
@@ -127,9 +127,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
// assert legend has a rounded value
expect(debugState?.legend!.items).to.eql([
{ key: '5,722.775 - 8,529.2', name: '5,722.775 - 8,529.2', color: '#61a2ff' },
- { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#a8caff' },
- { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#e8f1ff' },
- { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffafa6' },
+ { key: '8,529.2 - 11,335.66', name: '8,529.2 - 11,335.66', color: '#c8deff' },
+ { key: '11,335.66 - 14,142.1', name: '11,335.66 - 14,142.1', color: '#f6f9fc' },
+ { key: '14,142.1 - 16,948.55', name: '14,142.1 - 16,948.55', color: '#ffccc6' },
{ key: '≥ 16,948.55', name: '≥ 16,948.55', color: '#f6726a' },
]);
// assert the cell has the correct coloring despite the legend rounding
diff --git a/x-pack/test_serverless/functional/test_suites/observability/discover/context_awareness/_get_cell_renderers.ts b/x-pack/test_serverless/functional/test_suites/observability/discover/context_awareness/_get_cell_renderers.ts
index d9686671bce31..c5bfd74dcaf55 100644
--- a/x-pack/test_serverless/functional/test_suites/observability/discover/context_awareness/_get_cell_renderers.ts
+++ b/x-pack/test_serverless/functional/test_suites/observability/discover/context_awareness/_get_cell_renderers.ts
@@ -62,7 +62,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const logLevelBadge = await firstCell.findByTestSubject('*logLevelBadgeCell-');
expect(await logLevelBadge.getVisibleText()).to.be('debug');
expect(await logLevelBadge.getComputedStyle('background-color')).to.be(
- 'rgba(189, 215, 255, 1)'
+ 'rgba(232, 241, 255, 1)'
);
});
@@ -203,7 +203,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
logLevelBadge = await firstCell.findByTestSubject('*logLevelBadgeCell-');
expect(await logLevelBadge.getVisibleText()).to.be('debug');
expect(await logLevelBadge.getComputedStyle('background-color')).to.be(
- 'rgba(189, 215, 255, 1)'
+ 'rgba(232, 241, 255, 1)'
);
});
@@ -220,7 +220,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
logLevelBadge = await firstCell.findByTestSubject('*logLevelBadgeCell-');
expect(await logLevelBadge.getVisibleText()).to.be('debug');
expect(await logLevelBadge.getComputedStyle('background-color')).to.be(
- 'rgba(189, 215, 255, 1)'
+ 'rgba(232, 241, 255, 1)'
);
});
});
diff --git a/yarn.lock b/yarn.lock
index cf4024ec3d5c6..5ceab573a10d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2168,12 +2168,12 @@
resolved "https://registry.yarnpkg.com/@elastic/eslint-plugin-eui/-/eslint-plugin-eui-2.1.0.tgz#20296c12b3f79623217699a42d500e336b7e470f"
integrity sha512-xDTSJTkI7i9+PreDaaMU/I607aoVkWmVSJsXNj29iHhuNDhT+a2nZoE7FFVt51XaJe/LhbGM2xUaLBJeGEg92A==
-"@elastic/eui-amsterdam@npm:@elastic/eui@105.0.0-amsterdam.0":
- version "105.0.0-amsterdam.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-105.0.0-amsterdam.0.tgz#acbabca4f50e42ac4679fe797703e7b7d2a27709"
- integrity sha512-QH9x02EH+pPC8gZjcrIgfNPjfEvdfu0zjkici56eLsptLugDsu2k6toyYAp8c3dimNLfLwjS0mWODbAvSLUeTQ==
+"@elastic/eui-amsterdam@npm:@elastic/eui@106.0.0-amsterdam.0":
+ version "106.0.0-amsterdam.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.0.0-amsterdam.0.tgz#0ddca35b842baf20931632c4ee3b168a2b84b9a0"
+ integrity sha512-BiHjVal98pAPom8ldJtmB4gSl4llpYW2ZDoz7W2Va8MWmecmURbKEQauc7IK+Verjxxdvf1VQjVE9HCMGiHQXw==
dependencies:
- "@elastic/eui-theme-common" "2.2.0"
+ "@elastic/eui-theme-common" "3.0.0"
"@elastic/prismjs-esql" "^1.1.0"
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"
@@ -2209,26 +2209,26 @@
uuid "^8.3.0"
vfile "^4.2.1"
-"@elastic/eui-theme-borealis@3.2.0":
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.2.0.tgz#be8b294c8f9fbd20b46eb3f6587adb770a1c4a7f"
- integrity sha512-9Sh4szzjKIOchpW8uOl+6E35OyrVFLB4e0ikW8wivxjxeHHc1QVQSCVwFoU1Lfh9wFNVRVw3P1qdMVEnrjKetg==
+"@elastic/eui-theme-borealis@3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui-theme-borealis/-/eui-theme-borealis-3.3.0.tgz#c2583fcc068d560bbd6c4cdc830bb6da202e983e"
+ integrity sha512-zWOMUtuWRcOYzN6pVgIRAqtQgUi4AJmjNRRvt1lRIwrivjo41hxGFqfZuiZvGMgrSNM6OFqKMqRZBZV88PMxUA==
-"@elastic/eui-theme-common@2.2.0":
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-2.2.0.tgz#d46d0f4f557fe573902ef72b1a69f94acdee0b7f"
- integrity sha512-8IUs6foUaUs3LrR7ocveUCnm2WpWX3Nu5ivoXaB6HccNWN7g2JujmTgTle/vP+IbQFXEZ/EXvi763hEdf164VA==
+"@elastic/eui-theme-common@3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui-theme-common/-/eui-theme-common-3.0.0.tgz#662513bdb3da068f8e6095199b0b9db493abc601"
+ integrity sha512-cgP/nyraf4nypWQymeYg9TWcNIcygwr/IFOxCnlMAJCDoUn8enVoH9DbzuUObwjKNqWdQn5PxGxttctDb+wf4Q==
dependencies:
"@types/lodash" "^4.14.202"
chroma-js "^2.4.2"
lodash "^4.17.21"
-"@elastic/eui@105.0.0":
- version "105.0.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-105.0.0.tgz#db199d09172095ba7b4696178ed5084321000149"
- integrity sha512-iPSwfQxmF5sDj9c2iWuewdaYaibz0o/DUtzjNg7jTVrjnhcwCKeHUVkPpZLRUrhPmt8x+MwtKHSWo9J9/SRLtA==
+"@elastic/eui@106.0.0":
+ version "106.0.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-106.0.0.tgz#a3006394abeae98ab41d752356f2bf45162cf06e"
+ integrity sha512-vp/tA8KjmFyAHdfjlHOEjtwOcnkh/jAUF6DAw/rfM/acTbzL7WqCLkrrOEFZ21u4ysSWKcXsB1whI4nC4d0ygA==
dependencies:
- "@elastic/eui-theme-common" "2.2.0"
+ "@elastic/eui-theme-common" "3.0.0"
"@elastic/prismjs-esql" "^1.1.0"
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"