@elastic/eui-theme-borealis 3.4.0 → 3.5.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/lib/cjs/variables/colors/_colors_dark.js +2 -2
- package/lib/esm/variables/colors/_colors_dark.js +2 -2
- package/lib/eui_theme_borealis_dark.json +4 -4
- package/lib/eui_theme_borealis_light.json +2 -2
- package/package.json +1 -1
- package/src/variables/_form.scss +2 -2
- package/src/variables/colors/_colors_dark.scss +2 -2
|
@@ -51,12 +51,12 @@ var dark_text_colors = exports.dark_text_colors = {
|
|
|
51
51
|
/* Legacy colors */
|
|
52
52
|
text: _semantic_colors.SEMANTIC_COLORS.shade30,
|
|
53
53
|
title: _semantic_colors.SEMANTIC_COLORS.shade20,
|
|
54
|
-
subduedText: _semantic_colors.SEMANTIC_COLORS.
|
|
54
|
+
subduedText: _semantic_colors.SEMANTIC_COLORS.shade55,
|
|
55
55
|
link: _semantic_colors.SEMANTIC_COLORS.primary60,
|
|
56
56
|
/* New colors */
|
|
57
57
|
textParagraph: _semantic_colors.SEMANTIC_COLORS.shade30,
|
|
58
58
|
textHeading: _semantic_colors.SEMANTIC_COLORS.shade20,
|
|
59
|
-
textSubdued: _semantic_colors.SEMANTIC_COLORS.
|
|
59
|
+
textSubdued: _semantic_colors.SEMANTIC_COLORS.shade55,
|
|
60
60
|
textDisabled: _semantic_colors.SEMANTIC_COLORS.shade80,
|
|
61
61
|
textInverse: _semantic_colors.SEMANTIC_COLORS.plainDark
|
|
62
62
|
};
|
|
@@ -39,12 +39,12 @@ export const dark_text_colors = {
|
|
|
39
39
|
/* Legacy colors */
|
|
40
40
|
text: SEMANTIC_COLORS.shade30,
|
|
41
41
|
title: SEMANTIC_COLORS.shade20,
|
|
42
|
-
subduedText: SEMANTIC_COLORS.
|
|
42
|
+
subduedText: SEMANTIC_COLORS.shade55,
|
|
43
43
|
link: SEMANTIC_COLORS.primary60,
|
|
44
44
|
/* New colors */
|
|
45
45
|
textParagraph: SEMANTIC_COLORS.shade30,
|
|
46
46
|
textHeading: SEMANTIC_COLORS.shade20,
|
|
47
|
-
textSubdued: SEMANTIC_COLORS.
|
|
47
|
+
textSubdued: SEMANTIC_COLORS.shade55,
|
|
48
48
|
textDisabled: SEMANTIC_COLORS.shade80,
|
|
49
49
|
textInverse: SEMANTIC_COLORS.plainDark,
|
|
50
50
|
};
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"euiSwitchHeightMini": "10px",
|
|
75
75
|
"euiSwitchWidthMini": "22px",
|
|
76
76
|
"euiSwitchThumbSizeMini": "10px",
|
|
77
|
-
"euiFormBackgroundColor": "#
|
|
77
|
+
"euiFormBackgroundColor": "#0B1628",
|
|
78
78
|
"euiFormBackgroundDisabledColor": "#1D2A3E",
|
|
79
|
-
"euiFormBackgroundReadOnlyColor": "#
|
|
79
|
+
"euiFormBackgroundReadOnlyColor": "#1D2A3E",
|
|
80
80
|
"euiFormBorderOpaqueColor": "#5054af",
|
|
81
81
|
"euiFormBorderColor": "#485975",
|
|
82
82
|
"euiFormBorderDisabledColor": "#485975",
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
"euiColorHighlight": "#1750BA",
|
|
338
338
|
"euiTextColor": "#CAD3E2",
|
|
339
339
|
"euiTitleColor": "#E3E8F2",
|
|
340
|
-
"euiTextSubduedColor": "#
|
|
340
|
+
"euiTextSubduedColor": "#98A8C3",
|
|
341
341
|
"euiColorDisabled": "#1D2A3E",
|
|
342
342
|
"euiColorPrimaryText": "#61A2FF",
|
|
343
343
|
"euiColorSuccessText": "#24C292",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"euiColorTextDanger": "#F6726A",
|
|
359
359
|
"euiColorTextParagraph": "#CAD3E2",
|
|
360
360
|
"euiColorTextHeading": "#E3E8F2",
|
|
361
|
-
"euiColorTextSubdued": "#
|
|
361
|
+
"euiColorTextSubdued": "#98A8C3",
|
|
362
362
|
"euiColorTextDisabled": "#6A7FA0",
|
|
363
363
|
"euiColorTextInverse": "#07101F",
|
|
364
364
|
"euiColorBackgroundBasePrimary": "#0A2342",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"euiSwitchHeightMini": "10px",
|
|
75
75
|
"euiSwitchWidthMini": "22px",
|
|
76
76
|
"euiSwitchThumbSizeMini": "10px",
|
|
77
|
-
"euiFormBackgroundColor": "#
|
|
77
|
+
"euiFormBackgroundColor": "#FFFFFF",
|
|
78
78
|
"euiFormBackgroundDisabledColor": "#ECF1F9",
|
|
79
|
-
"euiFormBackgroundReadOnlyColor": "#
|
|
79
|
+
"euiFormBackgroundReadOnlyColor": "#ECF1F9",
|
|
80
80
|
"euiFormBorderOpaqueColor": "#1c2390",
|
|
81
81
|
"euiFormBorderColor": "#CAD3E2",
|
|
82
82
|
"euiFormBorderDisabledColor": "#CAD3E2",
|
package/package.json
CHANGED
package/src/variables/_form.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Coloring
|
|
2
|
-
$euiFormBackgroundColor: $
|
|
2
|
+
$euiFormBackgroundColor: $euiColorBackgroundBasePlain !default;
|
|
3
3
|
$euiFormBackgroundDisabledColor: $euiColorBackgroundBaseDisabled !default;
|
|
4
|
-
$euiFormBackgroundReadOnlyColor: $
|
|
4
|
+
$euiFormBackgroundReadOnlyColor: $euiColorBackgroundBaseDisabled !default;
|
|
5
5
|
$euiFormBorderOpaqueColor: shadeOrTint(desaturate(adjust-hue($euiColorPrimary, 22), 22.95), 26%, 100%) !default;
|
|
6
6
|
$euiFormBorderColor: $euiColorBorderBasePlain !default;
|
|
7
7
|
$euiFormBorderDisabledColor: $euiColorBorderBaseDisabled !default;
|
|
@@ -75,7 +75,7 @@ $euiColorBackgroundFilledText: $euiColorShade60 !default;
|
|
|
75
75
|
// Texts (legacy)
|
|
76
76
|
$euiTextColor: $euiColorShade30 !default;
|
|
77
77
|
$euiTitleColor: $euiColorShade20 !default;
|
|
78
|
-
$euiTextSubduedColor: $
|
|
78
|
+
$euiTextSubduedColor: $euiColorShade55 !default;
|
|
79
79
|
$euiColorDisabled: $euiColorBackgroundBaseDisabled !default;
|
|
80
80
|
$euiColorDisabledText: $euiColorShade80 !default;
|
|
81
81
|
$euiLinkColor: $euiColorPrimary60 !default;
|
|
@@ -83,7 +83,7 @@ $euiLinkColor: $euiColorPrimary60 !default;
|
|
|
83
83
|
// Texts
|
|
84
84
|
$euiColorTextParagraph: $euiColorShade30 !default;
|
|
85
85
|
$euiColorTextHeading: $euiColorShade20 !default;
|
|
86
|
-
$euiColorTextSubdued: $
|
|
86
|
+
$euiColorTextSubdued: $euiColorShade55 !default;
|
|
87
87
|
$euiColorTextDisabled: $euiColorShade80 !default;
|
|
88
88
|
$euiColorTextInverse: $euiColorPlainDark !default;
|
|
89
89
|
|