@elastic/eui 101.4.0 → 102.0.0-amsterdam.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_amsterdam_dark.json +20 -15
- package/dist/eui_theme_amsterdam_dark.json.d.ts +20 -15
- package/dist/eui_theme_amsterdam_light.json +20 -15
- package/dist/eui_theme_amsterdam_light.json.d.ts +20 -15
- package/dist/eui_theme_borealis_dark.json +20 -15
- package/dist/eui_theme_borealis_dark.json.d.ts +20 -15
- package/dist/eui_theme_borealis_light.json +20 -15
- package/dist/eui_theme_borealis_light.json.d.ts +20 -15
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/badge.styles.js +3 -1
- package/es/components/badge/color_utils.js +2 -0
- package/es/components/datagrid/body/header/column_sorting.js +10 -9
- package/es/components/datagrid/body/header/data_grid_header_cell.js +1 -2
- package/es/components/empty_prompt/empty_prompt.styles.js +3 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.styles.js +4 -2
- package/es/components/icon/icon.styles.js +5 -3
- package/es/components/icon/named_colors.js +1 -1
- package/es/components/provider/provider.js +2 -2
- package/es/global_styling/mixins/_button.js +2 -2
- package/es/global_styling/mixins/_color.js +1 -1
- package/es/services/color/vis_color_store.js +1 -1
- package/es/services/theme/context.js +2 -2
- package/es/themes/amsterdam/global_styling/variables/_buttons.js +189 -142
- package/es/themes/amsterdam/global_styling/variables/_colors.js +218 -176
- package/es/themes/amsterdam/global_styling/variables/_colors_severity.js +20 -0
- package/es/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -15
- package/eui.d.ts +386 -348
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/badge.styles.js +3 -1
- package/lib/components/badge/color_utils.js +2 -0
- package/lib/components/datagrid/body/header/column_sorting.js +10 -9
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +1 -2
- package/lib/components/empty_prompt/empty_prompt.styles.js +3 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.styles.js +4 -2
- package/lib/components/icon/icon.styles.js +5 -3
- package/lib/components/icon/named_colors.js +1 -1
- package/lib/components/provider/provider.js +2 -2
- package/lib/global_styling/mixins/_button.js +2 -2
- package/lib/global_styling/mixins/_color.js +1 -1
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/theme/context.js +2 -2
- package/lib/themes/amsterdam/global_styling/variables/_buttons.js +189 -142
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +218 -176
- package/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +26 -0
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -15
- package/optimize/es/components/badge/badge.js +1 -1
- package/optimize/es/components/badge/badge.styles.js +3 -1
- package/optimize/es/components/badge/color_utils.js +2 -0
- package/optimize/es/components/datagrid/body/header/column_sorting.js +10 -9
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +1 -2
- package/optimize/es/components/empty_prompt/empty_prompt.styles.js +3 -1
- package/optimize/es/components/form/form_control_layout/form_control_layout_icons.styles.js +4 -2
- package/optimize/es/components/icon/icon.styles.js +5 -3
- package/optimize/es/components/icon/named_colors.js +1 -1
- package/optimize/es/components/provider/provider.js +2 -2
- package/optimize/es/global_styling/mixins/_button.js +2 -2
- package/optimize/es/global_styling/mixins/_color.js +1 -1
- package/optimize/es/services/color/vis_color_store.js +1 -1
- package/optimize/es/services/theme/context.js +2 -2
- package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +189 -142
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +218 -176
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_severity.js +20 -0
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -15
- package/optimize/lib/components/badge/badge.js +1 -1
- package/optimize/lib/components/badge/badge.styles.js +3 -1
- package/optimize/lib/components/badge/color_utils.js +2 -0
- package/optimize/lib/components/datagrid/body/header/column_sorting.js +10 -9
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +1 -2
- package/optimize/lib/components/empty_prompt/empty_prompt.styles.js +3 -1
- package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.styles.js +4 -2
- package/optimize/lib/components/icon/icon.styles.js +5 -3
- package/optimize/lib/components/icon/named_colors.js +1 -1
- package/optimize/lib/components/provider/provider.js +2 -2
- package/optimize/lib/global_styling/mixins/_button.js +2 -2
- package/optimize/lib/global_styling/mixins/_color.js +1 -1
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/theme/context.js +2 -2
- package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +189 -142
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +218 -176
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +26 -0
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -15
- package/package.json +4 -4
- package/src/themes/amsterdam/_colors_dark.scss +13 -0
- package/src/themes/amsterdam/_colors_light.scss +13 -0
- package/src/themes/amsterdam/global_styling/variables/_colors_severity.scss +9 -0
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/badge.styles.js +3 -1
- package/test-env/components/badge/color_utils.js +2 -0
- package/test-env/components/datagrid/body/header/column_sorting.js +10 -9
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +1 -2
- package/test-env/components/empty_prompt/empty_prompt.styles.js +3 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.styles.js +4 -2
- package/test-env/components/icon/icon.styles.js +5 -3
- package/test-env/components/icon/named_colors.js +1 -1
- package/test-env/components/provider/provider.js +2 -2
- package/test-env/global_styling/mixins/_button.js +2 -2
- package/test-env/global_styling/mixins/_color.js +1 -1
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/theme/context.js +2 -2
- package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +189 -142
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +218 -176
- package/test-env/themes/amsterdam/global_styling/variables/_colors_severity.js +26 -0
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -15
|
@@ -39,8 +39,10 @@
|
|
|
39
39
|
"primary": "#36a2ef",
|
|
40
40
|
"accent": "#f68fbe",
|
|
41
41
|
"accentSecondary": "#7dded8",
|
|
42
|
+
"neutral": "#becfe3",
|
|
42
43
|
"success": "#7dded8",
|
|
43
44
|
"warning": "#f3d371",
|
|
45
|
+
"risk": "#da8b45",
|
|
44
46
|
"danger": "#f86b63",
|
|
45
47
|
"ghost": "#ffffff",
|
|
46
48
|
"text": "#98a2b3"
|
|
@@ -300,21 +302,6 @@
|
|
|
300
302
|
"euiColorVisDanger0": "#CC5642",
|
|
301
303
|
"euiColorVisDanger1": "#E7664C",
|
|
302
304
|
"euiColorVisNeutral0": "#FFFFFF",
|
|
303
|
-
"euiColorSeverity0": "#D3DAE6",
|
|
304
|
-
"euiColorSeverity1": "#6092C0",
|
|
305
|
-
"euiColorSeverity2": "#78A2C9",
|
|
306
|
-
"euiColorSeverity3": "#90B0D1",
|
|
307
|
-
"euiColorSeverity4": "#A6C0DA",
|
|
308
|
-
"euiColorSeverity5": "#BECFE3",
|
|
309
|
-
"euiColorSeverity6": "#DECC79",
|
|
310
|
-
"euiColorSeverity7": "#D6BF57",
|
|
311
|
-
"euiColorSeverity8": "#E69D8F",
|
|
312
|
-
"euiColorSeverity9": "#E2907F",
|
|
313
|
-
"euiColorSeverity10": "#E18773",
|
|
314
|
-
"euiColorSeverity11": "#DD7B67",
|
|
315
|
-
"euiColorSeverity12": "#D66E5C",
|
|
316
|
-
"euiColorSeverity13": "#D2634E",
|
|
317
|
-
"euiColorSeverity14": "#CC5642",
|
|
318
305
|
"euiColorVisGrey0": "#d3dae6",
|
|
319
306
|
"euiColorVisGrey1": "#98a2b3",
|
|
320
307
|
"euiColorVisGrey2": "#69707d",
|
|
@@ -327,6 +314,12 @@
|
|
|
327
314
|
"euiColorVisCool2": "#6092C0",
|
|
328
315
|
"euiColorVisComplementary0": "#6092C0",
|
|
329
316
|
"euiColorVisComplementary1": "#DA8B45",
|
|
317
|
+
"euiColorSeverityUnknown": "#D3DAE6",
|
|
318
|
+
"euiColorSeverityNeutral": "#BECFE3",
|
|
319
|
+
"euiColorSeveritySuccess": "#54B399",
|
|
320
|
+
"euiColorSeverityWarning": "#D6BF57",
|
|
321
|
+
"euiColorSeverityRisk": "#DA8B45",
|
|
322
|
+
"euiColorSeverityDanger": "#E7664C",
|
|
330
323
|
"euiColorChartLines": "#343741",
|
|
331
324
|
"euiColorChartBand": "#2a2b33",
|
|
332
325
|
"euiColorGhost": "#ffffff",
|
|
@@ -362,8 +355,10 @@
|
|
|
362
355
|
"euiColorTextPrimary": "#36a2ef",
|
|
363
356
|
"euiColorTextAccent": "#f68fbe",
|
|
364
357
|
"euiColorTextAccentSecondary": "#7dded8",
|
|
358
|
+
"euiColorTextNeutral": "#becfe3",
|
|
365
359
|
"euiColorTextSuccess": "#7dded8",
|
|
366
360
|
"euiColorTextWarning": "#f3d371",
|
|
361
|
+
"euiColorTextRisk": "#da8b45",
|
|
367
362
|
"euiColorTextDanger": "#f86b63",
|
|
368
363
|
"euiColorTextParagraph": "#DFE5EF",
|
|
369
364
|
"euiColorTextHeading": "#DFE5EF",
|
|
@@ -373,8 +368,10 @@
|
|
|
373
368
|
"euiColorBackgroundBasePrimary": "#0b2030",
|
|
374
369
|
"euiColorBackgroundBaseAccent": "#311d26",
|
|
375
370
|
"euiColorBackgroundBaseAccentSecondary": "#192c2b",
|
|
371
|
+
"euiColorBackgroundBaseNeutral": "#26292d",
|
|
376
372
|
"euiColorBackgroundBaseSuccess": "#192c2b",
|
|
377
373
|
"euiColorBackgroundBaseWarning": "#312a17",
|
|
374
|
+
"euiColorBackgroundBaseRisk": "#2c1c0e",
|
|
378
375
|
"euiColorBackgroundBaseDanger": "#321514",
|
|
379
376
|
"euiColorBackgroundBaseSubdued": "#141519",
|
|
380
377
|
"euiColorBackgroundBaseDisabled": "#515761",
|
|
@@ -390,22 +387,28 @@
|
|
|
390
387
|
"euiColorBackgroundLightPrimary": "#103148",
|
|
391
388
|
"euiColorBackgroundLightAccent": "#4a2b39",
|
|
392
389
|
"euiColorBackgroundLightAccentSecondary": "#264341",
|
|
390
|
+
"euiColorBackgroundLightNeutral": "#393e44",
|
|
393
391
|
"euiColorBackgroundLightSuccess": "#264341",
|
|
394
392
|
"euiColorBackgroundLightWarning": "#493f22",
|
|
393
|
+
"euiColorBackgroundLightRisk": "#412a15",
|
|
395
394
|
"euiColorBackgroundLightDanger": "#4a201e",
|
|
396
395
|
"euiColorBackgroundLightText": "#2a2c34",
|
|
397
396
|
"euiColorBackgroundFilledPrimary": "#36A2EF",
|
|
398
397
|
"euiColorBackgroundFilledAccent": "#F68FBE",
|
|
399
398
|
"euiColorBackgroundFilledAccentSecondary": "#7DDED8",
|
|
399
|
+
"euiColorBackgroundFilledNeutral": "#BECFE3",
|
|
400
400
|
"euiColorBackgroundFilledSuccess": "#7DDED8",
|
|
401
401
|
"euiColorBackgroundFilledWarning": "#F3D371",
|
|
402
|
+
"euiColorBackgroundFilledRisk": "#DA8B45",
|
|
402
403
|
"euiColorBackgroundFilledDanger": "#F86B63",
|
|
403
404
|
"euiColorBackgroundFilledText": "#DFE5EF",
|
|
404
405
|
"euiColorBorderBasePrimary": "#164160",
|
|
405
406
|
"euiColorBorderBaseAccent": "#62394c",
|
|
406
407
|
"euiColorBorderBaseAccentSecondary": "#325956",
|
|
408
|
+
"euiColorBorderBaseNeutral": "#4c535b",
|
|
407
409
|
"euiColorBorderBaseSuccess": "#325956",
|
|
408
410
|
"euiColorBorderBaseWarning": "#927f44",
|
|
411
|
+
"euiColorBorderBaseRisk": "#835329",
|
|
409
412
|
"euiColorBorderBaseDanger": "#632b28",
|
|
410
413
|
"euiColorBorderBaseSubdued": "#343741",
|
|
411
414
|
"euiColorBorderBaseDisabled": "rgba(255,255,255,0.1)",
|
|
@@ -416,7 +419,9 @@
|
|
|
416
419
|
"euiColorBorderStrongPrimary": "#164160",
|
|
417
420
|
"euiColorBorderStrongAccent": "#62394c",
|
|
418
421
|
"euiColorBorderStrongAccentSecondary": "#325956",
|
|
422
|
+
"euiColorBorderStrongNeutral": "#4c535b",
|
|
419
423
|
"euiColorBorderStrongSuccess": "#325956",
|
|
420
424
|
"euiColorBorderStrongWarning": "#927f44",
|
|
425
|
+
"euiColorBorderStrongRisk": "#835329",
|
|
421
426
|
"euiColorBorderStrongDanger": "#632b28"
|
|
422
427
|
}
|
|
@@ -40,8 +40,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
40
40
|
primary: string;
|
|
41
41
|
accent: string;
|
|
42
42
|
accentSecondary: string;
|
|
43
|
+
neutral: string;
|
|
43
44
|
success: string;
|
|
44
45
|
warning: string;
|
|
46
|
+
risk: string;
|
|
45
47
|
danger: string;
|
|
46
48
|
ghost: string;
|
|
47
49
|
text: string;
|
|
@@ -313,21 +315,12 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
313
315
|
euiColorVisCool2: string;
|
|
314
316
|
euiColorVisComplementary0: string;
|
|
315
317
|
euiColorVisComplementary1: string;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
euiColorSeverity6: string;
|
|
323
|
-
euiColorSeverity7: string;
|
|
324
|
-
euiColorSeverity8: string;
|
|
325
|
-
euiColorSeverity9: string;
|
|
326
|
-
euiColorSeverity10: string;
|
|
327
|
-
euiColorSeverity11: string;
|
|
328
|
-
euiColorSeverity12: string;
|
|
329
|
-
euiColorSeverity13: string;
|
|
330
|
-
euiColorSeverity14: string;
|
|
318
|
+
euiColorSeverityUnknown: string;
|
|
319
|
+
euiColorSeverityNeutral: string;
|
|
320
|
+
euiColorSeveritySuccess: string;
|
|
321
|
+
euiColorSeverityWarning: string;
|
|
322
|
+
euiColorSeverityRisk: string;
|
|
323
|
+
euiColorSeverityDanger: string;
|
|
331
324
|
euiColorChartLines: string;
|
|
332
325
|
euiColorChartBand: string;
|
|
333
326
|
euiColorGhost: string;
|
|
@@ -363,8 +356,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
363
356
|
euiColorTextPrimary: string;
|
|
364
357
|
euiColorTextAccent: string;
|
|
365
358
|
euiColorTextAccentSecondary: string;
|
|
359
|
+
euiColorTextNeutral: string;
|
|
366
360
|
euiColorTextSuccess: string;
|
|
367
361
|
euiColorTextWarning: string;
|
|
362
|
+
euiColorTextRisk: string;
|
|
368
363
|
euiColorTextDanger: string;
|
|
369
364
|
euiColorTextParagraph: string;
|
|
370
365
|
euiColorTextHeading: string;
|
|
@@ -374,8 +369,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
374
369
|
euiColorBackgroundBasePrimary: string;
|
|
375
370
|
euiColorBackgroundBaseAccent: string;
|
|
376
371
|
euiColorBackgroundBaseAccentSecondary: string;
|
|
372
|
+
euiColorBackgroundBaseNeutral: string;
|
|
377
373
|
euiColorBackgroundBaseSuccess: string;
|
|
378
374
|
euiColorBackgroundBaseWarning: string;
|
|
375
|
+
euiColorBackgroundBaseRisk: string;
|
|
379
376
|
euiColorBackgroundBaseDanger: string;
|
|
380
377
|
euiColorBackgroundBaseSubdued: string;
|
|
381
378
|
euiColorBackgroundBasePlain: string;
|
|
@@ -391,22 +388,28 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
391
388
|
euiColorBackgroundLightPrimary: string;
|
|
392
389
|
euiColorBackgroundLightAccent: string;
|
|
393
390
|
euiColorBackgroundLightAccentSecondary: string;
|
|
391
|
+
euiColorBackgroundLightNeutral: string;
|
|
394
392
|
euiColorBackgroundLightSuccess: string;
|
|
395
393
|
euiColorBackgroundLightWarning: string;
|
|
394
|
+
euiColorBackgroundLightRisk: string;
|
|
396
395
|
euiColorBackgroundLightDanger: string;
|
|
397
396
|
euiColorBackgroundLightText: string;
|
|
398
397
|
euiColorBackgroundFilledPrimary: string;
|
|
399
398
|
euiColorBackgroundFilledAccent: string;
|
|
400
399
|
euiColorBackgroundFilledAccentSecondary: string;
|
|
400
|
+
euiColorBackgroundFilledNeutral: string;
|
|
401
401
|
euiColorBackgroundFilledSuccess: string;
|
|
402
402
|
euiColorBackgroundFilledWarning: string;
|
|
403
|
+
euiColorBackgroundFilledRisk: string;
|
|
403
404
|
euiColorBackgroundFilledDanger: string;
|
|
404
405
|
euiColorBackgroundFilledText: string;
|
|
405
406
|
euiColorBorderBasePrimary: string;
|
|
406
407
|
euiColorBorderBaseAccent: string;
|
|
407
408
|
euiColorBorderBaseAccentSecondary: string;
|
|
409
|
+
euiColorBorderBaseNeutral: string;
|
|
408
410
|
euiColorBorderBaseSuccess: string;
|
|
409
411
|
euiColorBorderBaseWarning: string;
|
|
412
|
+
euiColorBorderBaseRisk: string;
|
|
410
413
|
euiColorBorderBaseDanger: string;
|
|
411
414
|
euiColorBorderBasePlain: string;
|
|
412
415
|
euiColorBorderBaseSubdued: string;
|
|
@@ -417,8 +420,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
|
417
420
|
euiColorBorderStrongPrimary: string;
|
|
418
421
|
euiColorBorderStrongAccent: string;
|
|
419
422
|
euiColorBorderStrongAccentSecondary: string;
|
|
423
|
+
euiColorBorderStrongNeutral: string;
|
|
420
424
|
euiColorBorderStrongSuccess: string;
|
|
421
425
|
euiColorBorderStrongWarning: string;
|
|
426
|
+
euiColorBorderStrongRisk: string;
|
|
422
427
|
euiColorBorderStrongDanger: string;
|
|
423
428
|
};
|
|
424
429
|
export default sassVariables;
|
|
@@ -39,8 +39,10 @@
|
|
|
39
39
|
"primary": "#0077cc",
|
|
40
40
|
"accent": "#f04e98",
|
|
41
41
|
"accentSecondary": "#00bfb3",
|
|
42
|
+
"neutral": "#bedfe3",
|
|
42
43
|
"success": "#00bfb3",
|
|
43
44
|
"warning": "#fec514",
|
|
45
|
+
"risk": "#da8b45",
|
|
44
46
|
"danger": "#bd271e",
|
|
45
47
|
"ghost": "#ffffff",
|
|
46
48
|
"text": "#69707d"
|
|
@@ -300,21 +302,6 @@
|
|
|
300
302
|
"euiColorVisDanger0": "#CC5642",
|
|
301
303
|
"euiColorVisDanger1": "#E7664C",
|
|
302
304
|
"euiColorVisNeutral0": "#FFFFFF",
|
|
303
|
-
"euiColorSeverity0": "#D3DAE6",
|
|
304
|
-
"euiColorSeverity1": "#6092C0",
|
|
305
|
-
"euiColorSeverity2": "#78A2C9",
|
|
306
|
-
"euiColorSeverity3": "#90B0D1",
|
|
307
|
-
"euiColorSeverity4": "#A6C0DA",
|
|
308
|
-
"euiColorSeverity5": "#BECFE3",
|
|
309
|
-
"euiColorSeverity6": "#DECC79",
|
|
310
|
-
"euiColorSeverity7": "#D6BF57",
|
|
311
|
-
"euiColorSeverity8": "#E69D8F",
|
|
312
|
-
"euiColorSeverity9": "#E2907F",
|
|
313
|
-
"euiColorSeverity10": "#E18773",
|
|
314
|
-
"euiColorSeverity11": "#DD7B67",
|
|
315
|
-
"euiColorSeverity12": "#D66E5C",
|
|
316
|
-
"euiColorSeverity13": "#D2634E",
|
|
317
|
-
"euiColorSeverity14": "#CC5642",
|
|
318
305
|
"euiColorVisGrey0": "#d3dae6",
|
|
319
306
|
"euiColorVisGrey1": "#98a2b3",
|
|
320
307
|
"euiColorVisGrey2": "#69707d",
|
|
@@ -327,6 +314,12 @@
|
|
|
327
314
|
"euiColorVisCool2": "#6092C0",
|
|
328
315
|
"euiColorVisComplementary0": "#6092C0",
|
|
329
316
|
"euiColorVisComplementary1": "#DA8B45",
|
|
317
|
+
"euiColorSeverityUnknown": "#D3DAE6",
|
|
318
|
+
"euiColorSeverityNeutral": "#BECFE3",
|
|
319
|
+
"euiColorSeveritySuccess": "#54B399",
|
|
320
|
+
"euiColorSeverityWarning": "#D6BF57",
|
|
321
|
+
"euiColorSeverityRisk": "#DA8B45",
|
|
322
|
+
"euiColorSeverityDanger": "#E7664C",
|
|
330
323
|
"euiColorChartLines": "#eef0f3",
|
|
331
324
|
"euiColorChartBand": "#f5f7fa",
|
|
332
325
|
"euiColorGhost": "#ffffff",
|
|
@@ -362,8 +355,10 @@
|
|
|
362
355
|
"euiColorTextPrimary": "#006bb8",
|
|
363
356
|
"euiColorTextAccent": "#ba3d76",
|
|
364
357
|
"euiColorTextAccentSecondary": "#007871",
|
|
358
|
+
"euiColorTextNeutral": "#626a75",
|
|
365
359
|
"euiColorTextSuccess": "#007871",
|
|
366
360
|
"euiColorTextWarning": "#83650a",
|
|
361
|
+
"euiColorTextRisk": "#915c2e",
|
|
367
362
|
"euiColorTextDanger": "#bd271e",
|
|
368
363
|
"euiColorTextParagraph": "#343741",
|
|
369
364
|
"euiColorTextHeading": "#1a1c21",
|
|
@@ -373,8 +368,10 @@
|
|
|
373
368
|
"euiColorBackgroundBasePrimary": "#e6f1fa",
|
|
374
369
|
"euiColorBackgroundBaseAccent": "#feedf5",
|
|
375
370
|
"euiColorBackgroundBaseAccentSecondary": "#e6f9f7",
|
|
371
|
+
"euiColorBackgroundBaseNeutral": "#f9fafc",
|
|
376
372
|
"euiColorBackgroundBaseSuccess": "#e6f9f7",
|
|
377
373
|
"euiColorBackgroundBaseWarning": "#fff9e8",
|
|
374
|
+
"euiColorBackgroundBaseRisk": "#fbf3ec",
|
|
378
375
|
"euiColorBackgroundBaseDanger": "#f8e9e9",
|
|
379
376
|
"euiColorBackgroundBaseSubdued": "#f7f8fc",
|
|
380
377
|
"euiColorBackgroundBaseDisabled": "#ABB4C4",
|
|
@@ -390,22 +387,28 @@
|
|
|
390
387
|
"euiColorBackgroundLightPrimary": "#cce4f5",
|
|
391
388
|
"euiColorBackgroundLightAccent": "#fcdcea",
|
|
392
389
|
"euiColorBackgroundLightAccentSecondary": "#ccf2f0",
|
|
390
|
+
"euiColorBackgroundLightNeutral": "#f2f5f9",
|
|
393
391
|
"euiColorBackgroundLightSuccess": "#ccf2f0",
|
|
394
392
|
"euiColorBackgroundLightWarning": "#fff3d0",
|
|
393
|
+
"euiColorBackgroundLightRisk": "#f8e8da",
|
|
395
394
|
"euiColorBackgroundLightDanger": "#f2d4d2",
|
|
396
395
|
"euiColorBackgroundLightText": "#e9edf3",
|
|
397
396
|
"euiColorBackgroundFilledPrimary": "#0077CC",
|
|
398
397
|
"euiColorBackgroundFilledAccent": "#f583b7",
|
|
399
398
|
"euiColorBackgroundFilledAccentSecondary": "#4dd2ca",
|
|
399
|
+
"euiColorBackgroundFilledNeutral": "#BECFE3",
|
|
400
400
|
"euiColorBackgroundFilledSuccess": "#4dd2ca",
|
|
401
401
|
"euiColorBackgroundFilledWarning": "#FEC514",
|
|
402
|
+
"euiColorBackgroundFilledRisk": "#DA8B45",
|
|
402
403
|
"euiColorBackgroundFilledDanger": "#BD271E",
|
|
403
404
|
"euiColorBackgroundFilledText": "#69707D",
|
|
404
405
|
"euiColorBorderBasePrimary": "#99c9eb",
|
|
405
406
|
"euiColorBorderBaseAccent": "#f9b8d6",
|
|
406
407
|
"euiColorBorderBaseAccentSecondary": "#99e5e1",
|
|
408
|
+
"euiColorBorderBaseNeutral": "#e5ecf4",
|
|
407
409
|
"euiColorBorderBaseSuccess": "#99e5e1",
|
|
408
410
|
"euiColorBorderBaseWarning": "#fedc72",
|
|
411
|
+
"euiColorBorderBaseRisk": "#e9b98f",
|
|
409
412
|
"euiColorBorderBaseDanger": "#e5a9a5",
|
|
410
413
|
"euiColorBorderBaseSubdued": "#D3DAE6",
|
|
411
414
|
"euiColorBorderBaseDisabled": "rgba(191,198,210,0.1)",
|
|
@@ -416,7 +419,9 @@
|
|
|
416
419
|
"euiColorBorderStrongPrimary": "#99c9eb",
|
|
417
420
|
"euiColorBorderStrongAccent": "#f9b8d6",
|
|
418
421
|
"euiColorBorderStrongAccentSecondary": "#99e5e1",
|
|
422
|
+
"euiColorBorderStrongNeutral": "#e5ecf4",
|
|
419
423
|
"euiColorBorderStrongSuccess": "#99e5e1",
|
|
420
424
|
"euiColorBorderStrongWarning": "#fedc72",
|
|
425
|
+
"euiColorBorderStrongRisk": "#e9b98f",
|
|
421
426
|
"euiColorBorderStrongDanger": "#e5a9a5"
|
|
422
427
|
}
|
|
@@ -40,8 +40,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
40
40
|
primary: string;
|
|
41
41
|
accent: string;
|
|
42
42
|
accentSecondary: string;
|
|
43
|
+
neutral: string;
|
|
43
44
|
success: string;
|
|
44
45
|
warning: string;
|
|
46
|
+
risk: string;
|
|
45
47
|
danger: string;
|
|
46
48
|
ghost: string;
|
|
47
49
|
text: string;
|
|
@@ -313,21 +315,12 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
313
315
|
euiColorVisCool2: string;
|
|
314
316
|
euiColorVisComplementary0: string;
|
|
315
317
|
euiColorVisComplementary1: string;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
euiColorSeverity6: string;
|
|
323
|
-
euiColorSeverity7: string;
|
|
324
|
-
euiColorSeverity8: string;
|
|
325
|
-
euiColorSeverity9: string;
|
|
326
|
-
euiColorSeverity10: string;
|
|
327
|
-
euiColorSeverity11: string;
|
|
328
|
-
euiColorSeverity12: string;
|
|
329
|
-
euiColorSeverity13: string;
|
|
330
|
-
euiColorSeverity14: string;
|
|
318
|
+
euiColorSeverityUnknown: string;
|
|
319
|
+
euiColorSeverityNeutral: string;
|
|
320
|
+
euiColorSeveritySuccess: string;
|
|
321
|
+
euiColorSeverityWarning: string;
|
|
322
|
+
euiColorSeverityRisk: string;
|
|
323
|
+
euiColorSeverityDanger: string;
|
|
331
324
|
euiColorChartLines: string;
|
|
332
325
|
euiColorChartBand: string;
|
|
333
326
|
euiColorGhost: string;
|
|
@@ -363,8 +356,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
363
356
|
euiColorTextPrimary: string;
|
|
364
357
|
euiColorTextAccent: string;
|
|
365
358
|
euiColorTextAccentSecondary: string;
|
|
359
|
+
euiColorTextNeutral: string;
|
|
366
360
|
euiColorTextSuccess: string;
|
|
367
361
|
euiColorTextWarning: string;
|
|
362
|
+
euiColorTextRisk: string;
|
|
368
363
|
euiColorTextDanger: string;
|
|
369
364
|
euiColorTextParagraph: string;
|
|
370
365
|
euiColorTextHeading: string;
|
|
@@ -374,8 +369,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
374
369
|
euiColorBackgroundBasePrimary: string;
|
|
375
370
|
euiColorBackgroundBaseAccent: string;
|
|
376
371
|
euiColorBackgroundBaseAccentSecondary: string;
|
|
372
|
+
euiColorBackgroundBaseNeutral: string;
|
|
377
373
|
euiColorBackgroundBaseSuccess: string;
|
|
378
374
|
euiColorBackgroundBaseWarning: string;
|
|
375
|
+
euiColorBackgroundBaseRisk: string;
|
|
379
376
|
euiColorBackgroundBaseDanger: string;
|
|
380
377
|
euiColorBackgroundBaseSubdued: string;
|
|
381
378
|
euiColorBackgroundBasePlain: string;
|
|
@@ -391,22 +388,28 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
391
388
|
euiColorBackgroundLightPrimary: string;
|
|
392
389
|
euiColorBackgroundLightAccent: string;
|
|
393
390
|
euiColorBackgroundLightAccentSecondary: string;
|
|
391
|
+
euiColorBackgroundLightNeutral: string;
|
|
394
392
|
euiColorBackgroundLightSuccess: string;
|
|
395
393
|
euiColorBackgroundLightWarning: string;
|
|
394
|
+
euiColorBackgroundLightRisk: string;
|
|
396
395
|
euiColorBackgroundLightDanger: string;
|
|
397
396
|
euiColorBackgroundLightText: string;
|
|
398
397
|
euiColorBackgroundFilledPrimary: string;
|
|
399
398
|
euiColorBackgroundFilledAccent: string;
|
|
400
399
|
euiColorBackgroundFilledAccentSecondary: string;
|
|
400
|
+
euiColorBackgroundFilledNeutral: string;
|
|
401
401
|
euiColorBackgroundFilledSuccess: string;
|
|
402
402
|
euiColorBackgroundFilledWarning: string;
|
|
403
|
+
euiColorBackgroundFilledRisk: string;
|
|
403
404
|
euiColorBackgroundFilledDanger: string;
|
|
404
405
|
euiColorBackgroundFilledText: string;
|
|
405
406
|
euiColorBorderBasePrimary: string;
|
|
406
407
|
euiColorBorderBaseAccent: string;
|
|
407
408
|
euiColorBorderBaseAccentSecondary: string;
|
|
409
|
+
euiColorBorderBaseNeutral: string;
|
|
408
410
|
euiColorBorderBaseSuccess: string;
|
|
409
411
|
euiColorBorderBaseWarning: string;
|
|
412
|
+
euiColorBorderBaseRisk: string;
|
|
410
413
|
euiColorBorderBaseDanger: string;
|
|
411
414
|
euiColorBorderBasePlain: string;
|
|
412
415
|
euiColorBorderBaseSubdued: string;
|
|
@@ -417,8 +420,10 @@ declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
|
417
420
|
euiColorBorderStrongPrimary: string;
|
|
418
421
|
euiColorBorderStrongAccent: string;
|
|
419
422
|
euiColorBorderStrongAccentSecondary: string;
|
|
423
|
+
euiColorBorderStrongNeutral: string;
|
|
420
424
|
euiColorBorderStrongSuccess: string;
|
|
421
425
|
euiColorBorderStrongWarning: string;
|
|
426
|
+
euiColorBorderStrongRisk: string;
|
|
422
427
|
euiColorBorderStrongDanger: string;
|
|
423
428
|
};
|
|
424
429
|
export default sassVariables;
|
|
@@ -39,8 +39,10 @@
|
|
|
39
39
|
"primary": "#61A2FF",
|
|
40
40
|
"accent": "#EE72A6",
|
|
41
41
|
"accentSecondary": "#16C5C0",
|
|
42
|
+
"neutral": "#63C8E3",
|
|
42
43
|
"success": "#24C292",
|
|
43
44
|
"warning": "#FACB3D",
|
|
45
|
+
"risk": "#FF995E",
|
|
44
46
|
"danger": "#F6726A",
|
|
45
47
|
"ghost": "#07101F",
|
|
46
48
|
"text": "#8E9FBC"
|
|
@@ -300,21 +302,6 @@
|
|
|
300
302
|
"euiColorVisDanger0": "#F6726A",
|
|
301
303
|
"euiColorVisDanger1": "#FFC9C2",
|
|
302
304
|
"euiColorVisNeutral0": "#F6F9FC",
|
|
303
|
-
"euiColorSeverity0": "#E3E6EB",
|
|
304
|
-
"euiColorSeverity1": "#5A6D8C",
|
|
305
|
-
"euiColorSeverity2": "#7186A8",
|
|
306
|
-
"euiColorSeverity3": "#8E9FBC",
|
|
307
|
-
"euiColorSeverity4": "#ABB9D0",
|
|
308
|
-
"euiColorSeverity5": "#CAD3E2",
|
|
309
|
-
"euiColorSeverity6": "#FDE9B5",
|
|
310
|
-
"euiColorSeverity7": "#FCD883",
|
|
311
|
-
"euiColorSeverity8": "#FFC9C2",
|
|
312
|
-
"euiColorSeverity9": "#FFB5AD",
|
|
313
|
-
"euiColorSeverity10": "#FC9188",
|
|
314
|
-
"euiColorSeverity11": "#F6726A",
|
|
315
|
-
"euiColorSeverity12": "#EE4C48",
|
|
316
|
-
"euiColorSeverity13": "#DA3737",
|
|
317
|
-
"euiColorSeverity14": "#C61E25",
|
|
318
305
|
"euiColorVisGrey0": "#CAD3E2",
|
|
319
306
|
"euiColorVisGrey1": "#8E9FBC",
|
|
320
307
|
"euiColorVisGrey2": "#5A6D8C",
|
|
@@ -327,6 +314,12 @@
|
|
|
327
314
|
"euiColorVisCool2": "#61A2FF",
|
|
328
315
|
"euiColorVisComplementary0": "#61A2FF",
|
|
329
316
|
"euiColorVisComplementary1": "#EAAE01",
|
|
317
|
+
"euiColorSeverityUnknown": "#E3E8F2",
|
|
318
|
+
"euiColorSeverityNeutral": "#B5E5F2",
|
|
319
|
+
"euiColorSeveritySuccess": "#24C292",
|
|
320
|
+
"euiColorSeverityWarning": "#FCD883",
|
|
321
|
+
"euiColorSeverityRisk": "#FF995E",
|
|
322
|
+
"euiColorSeverityDanger": "#EE4C48",
|
|
330
323
|
"euiColorChartLines": "#7186A8",
|
|
331
324
|
"euiColorChartBand": "#243147",
|
|
332
325
|
"euiColorGhost": "#FFFFFF",
|
|
@@ -362,8 +355,10 @@
|
|
|
362
355
|
"euiColorTextPrimary": "#61A2FF",
|
|
363
356
|
"euiColorTextAccent": "#EE72A6",
|
|
364
357
|
"euiColorTextAccentSecondary": "#16C5C0",
|
|
358
|
+
"euiColorTextNeutral": "#37B8DC",
|
|
365
359
|
"euiColorTextSuccess": "#24C292",
|
|
366
360
|
"euiColorTextWarning": "#FCD883",
|
|
361
|
+
"euiColorTextRisk": "#FF995E",
|
|
367
362
|
"euiColorTextDanger": "#F6726A",
|
|
368
363
|
"euiColorTextParagraph": "#CAD3E2",
|
|
369
364
|
"euiColorTextHeading": "#E3E8F2",
|
|
@@ -373,8 +368,10 @@
|
|
|
373
368
|
"euiColorBackgroundBasePrimary": "#0A2342",
|
|
374
369
|
"euiColorBackgroundBaseAccent": "#351725",
|
|
375
370
|
"euiColorBackgroundBaseAccentSecondary": "#03282B",
|
|
371
|
+
"euiColorBackgroundBaseNeutral": "#002938",
|
|
376
372
|
"euiColorBackgroundBaseSuccess": "#092A26",
|
|
377
373
|
"euiColorBackgroundBaseWarning": "#2C2721",
|
|
374
|
+
"euiColorBackgroundBaseRisk": "#361D18",
|
|
378
375
|
"euiColorBackgroundBaseDanger": "#351721",
|
|
379
376
|
"euiColorBackgroundBaseSubdued": "#07101F",
|
|
380
377
|
"euiColorBackgroundBasePlain": "#0B1628",
|
|
@@ -390,22 +387,28 @@
|
|
|
390
387
|
"euiColorBackgroundLightPrimary": "#0D2F5E",
|
|
391
388
|
"euiColorBackgroundLightAccent": "#481E32",
|
|
392
389
|
"euiColorBackgroundLightAccentSecondary": "#023436",
|
|
390
|
+
"euiColorBackgroundLightNeutral": "#003447",
|
|
393
391
|
"euiColorBackgroundLightSuccess": "#0D362B",
|
|
394
392
|
"euiColorBackgroundLightWarning": "#3D3014",
|
|
393
|
+
"euiColorBackgroundLightRisk": "#4A221C",
|
|
395
394
|
"euiColorBackgroundLightDanger": "#491D27",
|
|
396
395
|
"euiColorBackgroundLightText": "#1D2A3E",
|
|
397
396
|
"euiColorBackgroundFilledPrimary": "#61A2FF",
|
|
398
397
|
"euiColorBackgroundFilledAccent": "#EE72A6",
|
|
399
398
|
"euiColorBackgroundFilledAccentSecondary": "#16C5C0",
|
|
399
|
+
"euiColorBackgroundFilledNeutral": "#63C8E3",
|
|
400
400
|
"euiColorBackgroundFilledSuccess": "#24C292",
|
|
401
401
|
"euiColorBackgroundFilledWarning": "#FACB3D",
|
|
402
|
+
"euiColorBackgroundFilledRisk": "#FF995E",
|
|
402
403
|
"euiColorBackgroundFilledDanger": "#F6726A",
|
|
403
404
|
"euiColorBackgroundFilledText": "#8E9FBC",
|
|
404
405
|
"euiColorBorderBasePrimary": "#123778",
|
|
405
406
|
"euiColorBorderBaseAccent": "#5E2140",
|
|
406
407
|
"euiColorBorderBaseAccentSecondary": "#044949",
|
|
408
|
+
"euiColorBorderBaseNeutral": "#00425C",
|
|
407
409
|
"euiColorBorderBaseSuccess": "#094837",
|
|
408
410
|
"euiColorBorderBaseWarning": "#513910",
|
|
411
|
+
"euiColorBorderBaseRisk": "#5E281A",
|
|
409
412
|
"euiColorBorderBaseDanger": "#5E2129",
|
|
410
413
|
"euiColorBorderBasePlain": "#485975",
|
|
411
414
|
"euiColorBorderBaseSubdued": "#2B394F",
|
|
@@ -416,7 +419,9 @@
|
|
|
416
419
|
"euiColorBorderStrongPrimary": "#61A2FF",
|
|
417
420
|
"euiColorBorderStrongAccent": "#EE72A6",
|
|
418
421
|
"euiColorBorderStrongAccentSecondary": "#16C5C0",
|
|
422
|
+
"euiColorBorderStrongNeutral": "#37B8DC",
|
|
419
423
|
"euiColorBorderStrongSuccess": "#24C292",
|
|
420
424
|
"euiColorBorderStrongWarning": "#FACB3D",
|
|
425
|
+
"euiColorBorderStrongRisk": "#FC8544",
|
|
421
426
|
"euiColorBorderStrongDanger": "#F6726A"
|
|
422
427
|
}
|
|
@@ -40,8 +40,10 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
40
40
|
primary: string;
|
|
41
41
|
accent: string;
|
|
42
42
|
accentSecondary: string;
|
|
43
|
+
neutral: string;
|
|
43
44
|
success: string;
|
|
44
45
|
warning: string;
|
|
46
|
+
risk: string;
|
|
45
47
|
danger: string;
|
|
46
48
|
ghost: string;
|
|
47
49
|
text: string;
|
|
@@ -313,21 +315,12 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
313
315
|
euiColorVisCool2: string;
|
|
314
316
|
euiColorVisComplementary0: string;
|
|
315
317
|
euiColorVisComplementary1: string;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
euiColorSeverity6: string;
|
|
323
|
-
euiColorSeverity7: string;
|
|
324
|
-
euiColorSeverity8: string;
|
|
325
|
-
euiColorSeverity9: string;
|
|
326
|
-
euiColorSeverity10: string;
|
|
327
|
-
euiColorSeverity11: string;
|
|
328
|
-
euiColorSeverity12: string;
|
|
329
|
-
euiColorSeverity13: string;
|
|
330
|
-
euiColorSeverity14: string;
|
|
318
|
+
euiColorSeverityUnknown: string;
|
|
319
|
+
euiColorSeverityNeutral: string;
|
|
320
|
+
euiColorSeveritySuccess: string;
|
|
321
|
+
euiColorSeverityWarning: string;
|
|
322
|
+
euiColorSeverityRisk: string;
|
|
323
|
+
euiColorSeverityDanger: string;
|
|
331
324
|
euiColorChartLines: string;
|
|
332
325
|
euiColorChartBand: string;
|
|
333
326
|
euiColorGhost: string;
|
|
@@ -363,8 +356,10 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
363
356
|
euiColorTextPrimary: string;
|
|
364
357
|
euiColorTextAccent: string;
|
|
365
358
|
euiColorTextAccentSecondary: string;
|
|
359
|
+
euiColorTextNeutral: string;
|
|
366
360
|
euiColorTextSuccess: string;
|
|
367
361
|
euiColorTextWarning: string;
|
|
362
|
+
euiColorTextRisk: string;
|
|
368
363
|
euiColorTextDanger: string;
|
|
369
364
|
euiColorTextParagraph: string;
|
|
370
365
|
euiColorTextHeading: string;
|
|
@@ -374,8 +369,10 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
374
369
|
euiColorBackgroundBasePrimary: string;
|
|
375
370
|
euiColorBackgroundBaseAccent: string;
|
|
376
371
|
euiColorBackgroundBaseAccentSecondary: string;
|
|
372
|
+
euiColorBackgroundBaseNeutral: string;
|
|
377
373
|
euiColorBackgroundBaseSuccess: string;
|
|
378
374
|
euiColorBackgroundBaseWarning: string;
|
|
375
|
+
euiColorBackgroundBaseRisk: string;
|
|
379
376
|
euiColorBackgroundBaseDanger: string;
|
|
380
377
|
euiColorBackgroundBaseSubdued: string;
|
|
381
378
|
euiColorBackgroundBasePlain: string;
|
|
@@ -391,22 +388,28 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
391
388
|
euiColorBackgroundLightPrimary: string;
|
|
392
389
|
euiColorBackgroundLightAccent: string;
|
|
393
390
|
euiColorBackgroundLightAccentSecondary: string;
|
|
391
|
+
euiColorBackgroundLightNeutral: string;
|
|
394
392
|
euiColorBackgroundLightSuccess: string;
|
|
395
393
|
euiColorBackgroundLightWarning: string;
|
|
394
|
+
euiColorBackgroundLightRisk: string;
|
|
396
395
|
euiColorBackgroundLightDanger: string;
|
|
397
396
|
euiColorBackgroundLightText: string;
|
|
398
397
|
euiColorBackgroundFilledPrimary: string;
|
|
399
398
|
euiColorBackgroundFilledAccent: string;
|
|
400
399
|
euiColorBackgroundFilledAccentSecondary: string;
|
|
400
|
+
euiColorBackgroundFilledNeutral: string;
|
|
401
401
|
euiColorBackgroundFilledSuccess: string;
|
|
402
402
|
euiColorBackgroundFilledWarning: string;
|
|
403
|
+
euiColorBackgroundFilledRisk: string;
|
|
403
404
|
euiColorBackgroundFilledDanger: string;
|
|
404
405
|
euiColorBackgroundFilledText: string;
|
|
405
406
|
euiColorBorderBasePrimary: string;
|
|
406
407
|
euiColorBorderBaseAccent: string;
|
|
407
408
|
euiColorBorderBaseAccentSecondary: string;
|
|
409
|
+
euiColorBorderBaseNeutral: string;
|
|
408
410
|
euiColorBorderBaseSuccess: string;
|
|
409
411
|
euiColorBorderBaseWarning: string;
|
|
412
|
+
euiColorBorderBaseRisk: string;
|
|
410
413
|
euiColorBorderBaseDanger: string;
|
|
411
414
|
euiColorBorderBasePlain: string;
|
|
412
415
|
euiColorBorderBaseSubdued: string;
|
|
@@ -417,8 +420,10 @@ declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
|
417
420
|
euiColorBorderStrongPrimary: string;
|
|
418
421
|
euiColorBorderStrongAccent: string;
|
|
419
422
|
euiColorBorderStrongAccentSecondary: string;
|
|
423
|
+
euiColorBorderStrongNeutral: string;
|
|
420
424
|
euiColorBorderStrongSuccess: string;
|
|
421
425
|
euiColorBorderStrongWarning: string;
|
|
426
|
+
euiColorBorderStrongRisk: string;
|
|
422
427
|
euiColorBorderStrongDanger: string;
|
|
423
428
|
};
|
|
424
429
|
export default sassVariables;
|