@elastic/eui-theme-borealis 1.1.0 → 3.0.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/eui_theme_borealis_dark.json.d.js +1 -2
- package/lib/cjs/eui_theme_borealis_light.json.d.js +1 -2
- package/lib/cjs/index.d.ts +3 -2
- package/lib/cjs/index.js +16 -4
- package/lib/cjs/variables/_animation.d.ts +0 -1
- package/lib/cjs/variables/_animation.js +1 -2
- package/lib/cjs/variables/_borders.d.ts +0 -1
- package/lib/cjs/variables/_borders.js +1 -2
- package/lib/cjs/variables/_breakpoint.d.ts +0 -1
- package/lib/cjs/variables/_breakpoint.js +1 -2
- package/lib/cjs/variables/_buttons.d.ts +0 -1
- package/lib/cjs/variables/_buttons.js +1 -2
- package/lib/cjs/variables/_components.d.ts +0 -1
- package/lib/cjs/variables/_components.js +186 -152
- package/lib/cjs/variables/_forms.d.ts +0 -1
- package/lib/cjs/variables/_forms.js +1 -2
- package/lib/cjs/variables/_levels.d.ts +0 -1
- package/lib/cjs/variables/_levels.js +1 -2
- package/lib/cjs/variables/_overrides.d.ts +0 -1
- package/lib/cjs/variables/_overrides.js +1 -2
- package/lib/cjs/variables/_size.d.ts +0 -1
- package/lib/cjs/variables/_size.js +1 -2
- package/lib/cjs/variables/_states.d.ts +0 -1
- package/lib/cjs/variables/_states.js +1 -2
- package/lib/cjs/variables/_typography.d.ts +0 -1
- package/lib/cjs/variables/_typography.js +1 -2
- package/lib/cjs/variables/colors/_colors_dark.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_dark.js +4 -3
- package/lib/cjs/variables/colors/_colors_light.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_light.js +4 -3
- package/lib/cjs/variables/colors/_colors_severity.d.ts +0 -1
- package/lib/cjs/variables/colors/_colors_severity.js +1 -2
- package/lib/{esm/variables/colors/_colors_vis.d.ts → cjs/variables/colors/_colors_vis_dark.d.ts} +1 -1
- package/lib/cjs/variables/colors/_colors_vis_dark.js +32 -0
- package/lib/cjs/variables/colors/_colors_vis_light.d.ts +2 -0
- package/lib/cjs/variables/colors/{_colors_vis.js → _colors_vis_light.js} +20 -20
- package/lib/cjs/variables/colors/_primitive_colors.d.ts +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.js +1 -2
- package/lib/cjs/variables/colors/_semantic_colors.d.ts +0 -1
- package/lib/cjs/variables/colors/_semantic_colors.js +1 -2
- package/lib/cjs/variables/colors/index.d.ts +0 -1
- package/lib/cjs/variables/colors/index.js +16 -9
- package/lib/esm/index.d.ts +3 -1
- package/lib/esm/index.js +3 -2
- package/lib/esm/variables/_animation.js +0 -1
- package/lib/esm/variables/_borders.js +0 -1
- package/lib/esm/variables/_breakpoint.js +0 -1
- package/lib/esm/variables/_buttons.js +0 -1
- package/lib/esm/variables/_components.js +36 -30
- package/lib/esm/variables/_forms.js +0 -1
- package/lib/esm/variables/_levels.js +0 -1
- package/lib/esm/variables/_overrides.js +0 -1
- package/lib/esm/variables/_size.js +0 -1
- package/lib/esm/variables/_states.js +0 -1
- package/lib/esm/variables/_typography.js +0 -1
- package/lib/esm/variables/colors/_colors_dark.js +2 -1
- package/lib/esm/variables/colors/_colors_light.js +2 -1
- package/lib/esm/variables/colors/_colors_severity.js +0 -1
- package/lib/esm/variables/colors/_colors_vis_dark.d.ts +2 -0
- package/lib/esm/variables/colors/_colors_vis_dark.js +22 -0
- package/lib/esm/variables/colors/_colors_vis_light.d.ts +2 -0
- package/lib/esm/variables/colors/{_colors_vis.js → _colors_vis_light.js} +18 -18
- package/lib/esm/variables/colors/_primitive_colors.js +0 -1
- package/lib/esm/variables/colors/_semantic_colors.js +0 -1
- package/lib/esm/variables/colors/index.js +10 -5
- package/lib/eui_theme_borealis_dark.json +13 -15
- package/lib/eui_theme_borealis_dark.json.d.ts +12 -14
- package/lib/eui_theme_borealis_light.json +13 -15
- package/lib/eui_theme_borealis_light.json.d.ts +12 -14
- package/package.json +3 -3
- package/src/theme_dark.scss +1 -0
- package/src/theme_light.scss +1 -0
- package/src/variables/_index.scss +0 -1
- package/src/variables/colors/_colors_dark.scss +2 -0
- package/src/variables/colors/_colors_light.scss +2 -0
- package/src/variables/colors/_colors_vis.scss +18 -18
- package/src/variables/colors/_colors_vis_dark.scss +14 -0
- package/src/variables/colors/_colors_vis_light.scss +14 -0
- package/src/variables/colors/_semantic_colors.scss +28 -28
- package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +0 -1
- package/lib/cjs/eui_theme_borealis_light.json.d.js.map +0 -1
- package/lib/cjs/index.d.ts.map +0 -1
- package/lib/cjs/index.js.map +0 -1
- package/lib/cjs/variables/_animation.d.ts.map +0 -1
- package/lib/cjs/variables/_animation.js.map +0 -1
- package/lib/cjs/variables/_borders.d.ts.map +0 -1
- package/lib/cjs/variables/_borders.js.map +0 -1
- package/lib/cjs/variables/_breakpoint.d.ts.map +0 -1
- package/lib/cjs/variables/_breakpoint.js.map +0 -1
- package/lib/cjs/variables/_buttons.d.ts.map +0 -1
- package/lib/cjs/variables/_buttons.js.map +0 -1
- package/lib/cjs/variables/_components.d.ts.map +0 -1
- package/lib/cjs/variables/_components.js.map +0 -1
- package/lib/cjs/variables/_forms.d.ts.map +0 -1
- package/lib/cjs/variables/_forms.js.map +0 -1
- package/lib/cjs/variables/_levels.d.ts.map +0 -1
- package/lib/cjs/variables/_levels.js.map +0 -1
- package/lib/cjs/variables/_overrides.d.ts.map +0 -1
- package/lib/cjs/variables/_overrides.js.map +0 -1
- package/lib/cjs/variables/_size.d.ts.map +0 -1
- package/lib/cjs/variables/_size.js.map +0 -1
- package/lib/cjs/variables/_states.d.ts.map +0 -1
- package/lib/cjs/variables/_states.js.map +0 -1
- package/lib/cjs/variables/_typography.d.ts.map +0 -1
- package/lib/cjs/variables/_typography.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_dark.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_dark.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_light.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_light.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_severity.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_severity.js.map +0 -1
- package/lib/cjs/variables/colors/_colors_vis.d.ts +0 -3
- package/lib/cjs/variables/colors/_colors_vis.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_colors_vis.js.map +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_primitive_colors.js.map +0 -1
- package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +0 -1
- package/lib/cjs/variables/colors/_semantic_colors.js.map +0 -1
- package/lib/cjs/variables/colors/index.d.ts.map +0 -1
- package/lib/cjs/variables/colors/index.js.map +0 -1
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/variables/_animation.js.map +0 -1
- package/lib/esm/variables/_borders.js.map +0 -1
- package/lib/esm/variables/_breakpoint.js.map +0 -1
- package/lib/esm/variables/_buttons.js.map +0 -1
- package/lib/esm/variables/_components.js.map +0 -1
- package/lib/esm/variables/_forms.js.map +0 -1
- package/lib/esm/variables/_levels.js.map +0 -1
- package/lib/esm/variables/_overrides.js.map +0 -1
- package/lib/esm/variables/_size.js.map +0 -1
- package/lib/esm/variables/_states.js.map +0 -1
- package/lib/esm/variables/_typography.js.map +0 -1
- package/lib/esm/variables/colors/_colors_dark.js.map +0 -1
- package/lib/esm/variables/colors/_colors_light.js.map +0 -1
- package/lib/esm/variables/colors/_colors_severity.js.map +0 -1
- package/lib/esm/variables/colors/_colors_vis.js.map +0 -1
- package/lib/esm/variables/colors/_primitive_colors.js.map +0 -1
- package/lib/esm/variables/colors/_semantic_colors.js.map +0 -1
- package/lib/esm/variables/colors/index.js.map +0 -1
|
@@ -25,5 +25,4 @@ var size = exports.size = {
|
|
|
25
25
|
xxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(2.5)),
|
|
26
26
|
xxxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(3)),
|
|
27
27
|
xxxxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(4))
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=_size.js.map
|
|
28
|
+
};
|
|
@@ -13,4 +13,3 @@ export declare const dark_transparent_background_colors: _EuiThemeTransparentBac
|
|
|
13
13
|
export declare const dark_border_colors: _EuiThemeBorderColors;
|
|
14
14
|
export declare const dark_special_colors: _EuiThemeSpecialColors;
|
|
15
15
|
export declare const dark_colors: _EuiThemeColorsMode;
|
|
16
|
-
//# sourceMappingURL=_colors_dark.d.ts.map
|
|
@@ -86,6 +86,7 @@ var dark_background_colors = exports.dark_background_colors = {
|
|
|
86
86
|
backgroundBaseFormsControlDisabled: _semantic_colors.SEMANTIC_COLORS.shade120,
|
|
87
87
|
backgroundBaseInteractiveHover: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha8,
|
|
88
88
|
backgroundBaseInteractiveSelect: _semantic_colors.SEMANTIC_COLORS.primary130,
|
|
89
|
+
backgroundBaseInteractiveSelectHover: _semantic_colors.SEMANTIC_COLORS.primary120,
|
|
89
90
|
backgroundBaseInteractiveOverlay: _semantic_colors.SEMANTIC_COLORS.shade120Alpha70,
|
|
90
91
|
backgroundBaseSkeletonEdge: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha16,
|
|
91
92
|
backgroundBaseSkeletonMiddle: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha8,
|
|
@@ -150,7 +151,8 @@ var dark_border_colors = exports.dark_border_colors = {
|
|
|
150
151
|
borderStrongSuccess: _semantic_colors.SEMANTIC_COLORS.success60,
|
|
151
152
|
borderStrongWarning: _semantic_colors.SEMANTIC_COLORS.warning40,
|
|
152
153
|
borderStrongRisk: _semantic_colors.SEMANTIC_COLORS.risk50,
|
|
153
|
-
borderStrongDanger: _semantic_colors.SEMANTIC_COLORS.danger60
|
|
154
|
+
borderStrongDanger: _semantic_colors.SEMANTIC_COLORS.danger60,
|
|
155
|
+
borderStrongText: _semantic_colors.SEMANTIC_COLORS.shade60
|
|
154
156
|
};
|
|
155
157
|
var dark_special_colors = exports.dark_special_colors = {
|
|
156
158
|
body: _semantic_colors.SEMANTIC_COLORS.plainDark,
|
|
@@ -159,5 +161,4 @@ var dark_special_colors = exports.dark_special_colors = {
|
|
|
159
161
|
disabledText: _semantic_colors.SEMANTIC_COLORS.shade80,
|
|
160
162
|
shadow: _primitive_colors.PRIMITIVE_COLORS.black
|
|
161
163
|
};
|
|
162
|
-
var dark_colors = exports.dark_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, dark_brand_colors), dark_shades), dark_special_colors), dark_brand_text_colors), dark_text_colors), dark_background_colors), dark_transparent_background_colors), dark_border_colors);
|
|
163
|
-
//# sourceMappingURL=_colors_dark.js.map
|
|
164
|
+
var dark_colors = exports.dark_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, dark_brand_colors), dark_shades), dark_special_colors), dark_brand_text_colors), dark_text_colors), dark_background_colors), dark_transparent_background_colors), dark_border_colors);
|
|
@@ -13,4 +13,3 @@ export declare const transparent_background_colors: _EuiThemeTransparentBackgrou
|
|
|
13
13
|
export declare const border_colors: _EuiThemeBorderColors;
|
|
14
14
|
export declare const special_colors: _EuiThemeSpecialColors;
|
|
15
15
|
export declare const light_colors: _EuiThemeColorsMode;
|
|
16
|
-
//# sourceMappingURL=_colors_light.d.ts.map
|
|
@@ -86,6 +86,7 @@ var background_colors = exports.background_colors = {
|
|
|
86
86
|
backgroundBaseFormsControlDisabled: _semantic_colors.SEMANTIC_COLORS.shade30,
|
|
87
87
|
backgroundBaseInteractiveHover: _semantic_colors.SEMANTIC_COLORS.primary100Alpha4,
|
|
88
88
|
backgroundBaseInteractiveSelect: _semantic_colors.SEMANTIC_COLORS.primary10,
|
|
89
|
+
backgroundBaseInteractiveSelectHover: _semantic_colors.SEMANTIC_COLORS.primary20,
|
|
89
90
|
backgroundBaseInteractiveOverlay: _semantic_colors.SEMANTIC_COLORS.shade100Alpha70,
|
|
90
91
|
backgroundBaseSkeletonEdge: _semantic_colors.SEMANTIC_COLORS.shade100Alpha16,
|
|
91
92
|
backgroundBaseSkeletonMiddle: _semantic_colors.SEMANTIC_COLORS.shade100Alpha4,
|
|
@@ -150,7 +151,8 @@ var border_colors = exports.border_colors = {
|
|
|
150
151
|
borderStrongSuccess: _semantic_colors.SEMANTIC_COLORS.success100,
|
|
151
152
|
borderStrongWarning: _semantic_colors.SEMANTIC_COLORS.warning100,
|
|
152
153
|
borderStrongRisk: _semantic_colors.SEMANTIC_COLORS.risk100,
|
|
153
|
-
borderStrongDanger: _semantic_colors.SEMANTIC_COLORS.danger100
|
|
154
|
+
borderStrongDanger: _semantic_colors.SEMANTIC_COLORS.danger100,
|
|
155
|
+
borderStrongText: _semantic_colors.SEMANTIC_COLORS.shade90
|
|
154
156
|
};
|
|
155
157
|
var special_colors = exports.special_colors = {
|
|
156
158
|
body: _semantic_colors.SEMANTIC_COLORS.shade10,
|
|
@@ -159,5 +161,4 @@ var special_colors = exports.special_colors = {
|
|
|
159
161
|
disabledText: _semantic_colors.SEMANTIC_COLORS.shade80,
|
|
160
162
|
shadow: _primitive_colors.PRIMITIVE_COLORS.black
|
|
161
163
|
};
|
|
162
|
-
var light_colors = exports.light_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, brand_colors), shade_colors), special_colors), brand_text_colors), text_colors), background_colors), transparent_background_colors), border_colors);
|
|
163
|
-
//# sourceMappingURL=_colors_light.js.map
|
|
164
|
+
var light_colors = exports.light_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, brand_colors), shade_colors), special_colors), brand_text_colors), text_colors), background_colors), transparent_background_colors), border_colors);
|
package/lib/{esm/variables/colors/_colors_vis.d.ts → cjs/variables/colors/_colors_vis_dark.d.ts}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const colorVisDark: _EuiThemeVisColors;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.colorVisDark = void 0;
|
|
7
|
+
var _semantic_colors = require("./_semantic_colors");
|
|
8
|
+
var _colors_vis_light = require("./_colors_vis_light");
|
|
9
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
10
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
14
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
|
|
15
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
16
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
17
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
18
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
19
|
+
* Side Public License, v 1.
|
|
20
|
+
*/
|
|
21
|
+
var colorVisDark = exports.colorVisDark = _objectSpread(_objectSpread({}, _colors_vis_light.colorVisLight), {}, {
|
|
22
|
+
euiColorVisText0: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
|
|
23
|
+
euiColorVisText1: _semantic_colors.SEMANTIC_COLORS.accentSecondary30,
|
|
24
|
+
euiColorVisText2: _semantic_colors.SEMANTIC_COLORS.primary60,
|
|
25
|
+
euiColorVisText3: _semantic_colors.SEMANTIC_COLORS.primary30,
|
|
26
|
+
euiColorVisText4: _semantic_colors.SEMANTIC_COLORS.accent60,
|
|
27
|
+
euiColorVisText5: _semantic_colors.SEMANTIC_COLORS.accent30,
|
|
28
|
+
euiColorVisText6: _semantic_colors.SEMANTIC_COLORS.danger60,
|
|
29
|
+
euiColorVisText7: _semantic_colors.SEMANTIC_COLORS.danger30,
|
|
30
|
+
euiColorVisText8: _semantic_colors.SEMANTIC_COLORS.warning60,
|
|
31
|
+
euiColorVisText9: _semantic_colors.SEMANTIC_COLORS.warning30
|
|
32
|
+
});
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.colorVisLight = void 0;
|
|
7
7
|
var _semantic_colors = require("./_semantic_colors");
|
|
8
8
|
var _primitive_colors = require("./_primitive_colors");
|
|
9
9
|
/*
|
|
@@ -49,7 +49,7 @@ var euiPaletteColorBlind = {
|
|
|
49
49
|
graphic: _semantic_colors.SEMANTIC_COLORS.warning30
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
|
-
var
|
|
52
|
+
var colorVisLight = exports.colorVisLight = {
|
|
53
53
|
euiColorVis0: euiPaletteColorBlind.euiColorVis0.graphic,
|
|
54
54
|
euiColorVis1: euiPaletteColorBlind.euiColorVis1.graphic,
|
|
55
55
|
euiColorVis2: euiPaletteColorBlind.euiColorVis2.graphic,
|
|
@@ -70,26 +70,27 @@ var colorVis = exports.colorVis = {
|
|
|
70
70
|
euiColorVisBehindText7: euiPaletteColorBlind.euiColorVis7.graphic,
|
|
71
71
|
euiColorVisBehindText8: euiPaletteColorBlind.euiColorVis8.graphic,
|
|
72
72
|
euiColorVisBehindText9: euiPaletteColorBlind.euiColorVis9.graphic,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
euiColorVisAsTextDark5: _semantic_colors.SEMANTIC_COLORS.success60,
|
|
86
|
-
euiColorVisAsTextDark6: _semantic_colors.SEMANTIC_COLORS.assistance60,
|
|
73
|
+
euiColorVisText0: _semantic_colors.SEMANTIC_COLORS.accentSecondary110,
|
|
74
|
+
euiColorVisText1: _semantic_colors.SEMANTIC_COLORS.accentSecondary100,
|
|
75
|
+
euiColorVisText2: _semantic_colors.SEMANTIC_COLORS.primary110,
|
|
76
|
+
euiColorVisText3: _semantic_colors.SEMANTIC_COLORS.primary90,
|
|
77
|
+
euiColorVisText4: _semantic_colors.SEMANTIC_COLORS.accent100,
|
|
78
|
+
euiColorVisText5: _semantic_colors.SEMANTIC_COLORS.accent80,
|
|
79
|
+
euiColorVisText6: _semantic_colors.SEMANTIC_COLORS.danger100,
|
|
80
|
+
euiColorVisText7: _semantic_colors.SEMANTIC_COLORS.danger80,
|
|
81
|
+
euiColorVisText8: _semantic_colors.SEMANTIC_COLORS.warning110,
|
|
82
|
+
euiColorVisText9: _semantic_colors.SEMANTIC_COLORS.warning90,
|
|
83
|
+
euiColorVisNeutral0: _semantic_colors.SEMANTIC_COLORS.neutral60,
|
|
84
|
+
euiColorVisNeutral1: _semantic_colors.SEMANTIC_COLORS.neutral30,
|
|
87
85
|
euiColorVisSuccess0: _semantic_colors.SEMANTIC_COLORS.success60,
|
|
88
86
|
euiColorVisSuccess1: _semantic_colors.SEMANTIC_COLORS.success30,
|
|
89
|
-
euiColorVisWarning0: _semantic_colors.SEMANTIC_COLORS.
|
|
87
|
+
euiColorVisWarning0: _semantic_colors.SEMANTIC_COLORS.warning60,
|
|
88
|
+
euiColorVisWarning1: _semantic_colors.SEMANTIC_COLORS.warning30,
|
|
89
|
+
euiColorVisRisk0: _semantic_colors.SEMANTIC_COLORS.risk60,
|
|
90
|
+
euiColorVisRisk1: _semantic_colors.SEMANTIC_COLORS.risk30,
|
|
90
91
|
euiColorVisDanger0: _semantic_colors.SEMANTIC_COLORS.danger60,
|
|
91
92
|
euiColorVisDanger1: _semantic_colors.SEMANTIC_COLORS.danger30,
|
|
92
|
-
|
|
93
|
+
euiColorVisBase0: _primitive_colors.PRIMITIVE_COLORS.mutedGrey10,
|
|
93
94
|
euiColorVisGrey0: _primitive_colors.PRIMITIVE_COLORS.blueGrey30,
|
|
94
95
|
euiColorVisGrey1: _primitive_colors.PRIMITIVE_COLORS.blueGrey60,
|
|
95
96
|
euiColorVisGrey2: _primitive_colors.PRIMITIVE_COLORS.blueGrey90,
|
|
@@ -102,5 +103,4 @@ var colorVis = exports.colorVis = {
|
|
|
102
103
|
euiColorVisCool2: _semantic_colors.SEMANTIC_COLORS.primary60,
|
|
103
104
|
euiColorVisComplementary0: _semantic_colors.SEMANTIC_COLORS.primary60,
|
|
104
105
|
euiColorVisComplementary1: _semantic_colors.SEMANTIC_COLORS.warning60
|
|
105
|
-
};
|
|
106
|
-
//# sourceMappingURL=_colors_vis.js.map
|
|
106
|
+
};
|
|
@@ -230,5 +230,4 @@ var _semantic_alpha_colors = {
|
|
|
230
230
|
shade100Alpha70: "rgba(".concat(_semantic_rgb_colors.shade100RGB, ", 0.7)"),
|
|
231
231
|
shade120Alpha70: "rgba(".concat(_semantic_rgb_colors.shade120RGB, ", 0.7)")
|
|
232
232
|
};
|
|
233
|
-
var SEMANTIC_COLORS = exports.SEMANTIC_COLORS = _objectSpread(_objectSpread(_objectSpread({}, _semantic_colors), _semantic_alpha_colors), _semantic_rgb_colors);
|
|
234
|
-
//# sourceMappingURL=_semantic_colors.js.map
|
|
233
|
+
var SEMANTIC_COLORS = exports.SEMANTIC_COLORS = _objectSpread(_objectSpread(_objectSpread({}, _semantic_colors), _semantic_alpha_colors), _semantic_rgb_colors);
|
|
@@ -7,24 +7,31 @@ exports.colors = void 0;
|
|
|
7
7
|
var _semantic_colors = require("./_semantic_colors");
|
|
8
8
|
var _colors_light = require("./_colors_light");
|
|
9
9
|
var _colors_dark = require("./_colors_dark");
|
|
10
|
-
var
|
|
10
|
+
var _colors_vis_light = require("./_colors_vis_light");
|
|
11
|
+
var _colors_vis_dark = require("./_colors_vis_dark");
|
|
11
12
|
var _colors_severity = require("./_colors_severity");
|
|
12
|
-
|
|
13
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
14
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /*
|
|
13
19
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
14
20
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
15
21
|
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
16
22
|
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
17
23
|
* Side Public License, v 1.
|
|
18
24
|
*/
|
|
19
|
-
|
|
20
25
|
var colors = exports.colors = {
|
|
21
26
|
ghost: _semantic_colors.SEMANTIC_COLORS.plainLight,
|
|
22
27
|
ink: _semantic_colors.SEMANTIC_COLORS.plainDark,
|
|
23
28
|
plainLight: _semantic_colors.SEMANTIC_COLORS.plainLight,
|
|
24
29
|
plainDark: _semantic_colors.SEMANTIC_COLORS.plainDark,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
30
|
+
severity: _colors_severity.severityColors,
|
|
31
|
+
LIGHT: _objectSpread(_objectSpread({}, _colors_light.light_colors), {}, {
|
|
32
|
+
vis: _colors_vis_light.colorVisLight
|
|
33
|
+
}),
|
|
34
|
+
DARK: _objectSpread(_objectSpread({}, _colors_dark.dark_colors), {}, {
|
|
35
|
+
vis: _colors_vis_dark.colorVisDark
|
|
36
|
+
})
|
|
37
|
+
};
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { EuiThemeShape } from '@elastic/eui-theme-common';
|
|
2
|
-
|
|
2
|
+
import { colorVisLight } from './variables/colors/_colors_vis_light';
|
|
3
|
+
import { colorVisDark } from './variables/colors/_colors_vis_dark';
|
|
4
|
+
export { colorVisLight as colorVis, colorVisLight, colorVisDark };
|
|
3
5
|
export declare const EUI_THEME_BOREALIS_KEY = "EUI_THEME_BOREALIS";
|
|
4
6
|
export declare const euiThemeBorealis: EuiThemeShape;
|
|
5
7
|
export declare const EuiThemeBorealis: {
|
package/lib/esm/index.js
CHANGED
|
@@ -16,7 +16,9 @@ import { font } from './variables/_typography';
|
|
|
16
16
|
import { focus } from './variables/_states';
|
|
17
17
|
import { components } from './variables/_components';
|
|
18
18
|
import { overrides } from './variables/_overrides';
|
|
19
|
-
|
|
19
|
+
import { colorVisLight } from './variables/colors/_colors_vis_light';
|
|
20
|
+
import { colorVisDark } from './variables/colors/_colors_vis_dark';
|
|
21
|
+
export { colorVisLight as colorVis, colorVisLight, colorVisDark };
|
|
20
22
|
export const EUI_THEME_BOREALIS_KEY = 'EUI_THEME_BOREALIS';
|
|
21
23
|
export const euiThemeBorealis = {
|
|
22
24
|
colors,
|
|
@@ -37,4 +39,3 @@ export const euiThemeBorealis = {
|
|
|
37
39
|
overrides,
|
|
38
40
|
};
|
|
39
41
|
export const EuiThemeBorealis = buildTheme(euiThemeBorealis, EUI_THEME_BOREALIS_KEY);
|
|
40
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -20,4 +20,3 @@ export const border = {
|
|
|
20
20
|
thick: computed(([width, color]) => `${width.thick} solid ${color}`, ['border.width', 'border.color']),
|
|
21
21
|
editable: computed(([width, color]) => `${width.thick} dotted ${color}`, ['border.width', 'border.color']),
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=_borders.js.map
|
|
@@ -9,7 +9,6 @@ import { computed, } from '@elastic/eui-theme-common';
|
|
|
9
9
|
import { SEMANTIC_COLORS } from './colors/_semantic_colors';
|
|
10
10
|
import { dark_background_colors, dark_border_colors, } from './colors/_colors_dark';
|
|
11
11
|
import { border_colors } from './colors/_colors_light';
|
|
12
|
-
import { colorVis } from './colors/_colors_vis';
|
|
13
12
|
import { buttons } from './_buttons';
|
|
14
13
|
import { forms } from './_forms';
|
|
15
14
|
const component_colors = {
|
|
@@ -27,34 +26,41 @@ const component_colors = {
|
|
|
27
26
|
codeBackground: computed(([backgroundBaseHighlighted]) => backgroundBaseHighlighted, ['colors.backgroundBaseHighlighted']),
|
|
28
27
|
codeBackgroundSelected: 'inherit',
|
|
29
28
|
codeColor: computed(([textParagraph]) => textParagraph, ['colors.textParagraph']),
|
|
30
|
-
codeInlineColor:
|
|
29
|
+
codeInlineColor: SEMANTIC_COLORS.assistance100,
|
|
31
30
|
codeCommentColor: computed(([textSubdued]) => textSubdued, ['colors.textSubdued']),
|
|
32
31
|
codeSelectorColor: 'inherit',
|
|
33
|
-
codeStringColor:
|
|
34
|
-
codeTagColor:
|
|
35
|
-
codeNameColor:
|
|
36
|
-
codeNumberColor:
|
|
37
|
-
codeInlineCodeKeywordColor:
|
|
38
|
-
codeKeywordColor:
|
|
32
|
+
codeStringColor: SEMANTIC_COLORS.accent100,
|
|
33
|
+
codeTagColor: SEMANTIC_COLORS.primary100,
|
|
34
|
+
codeNameColor: SEMANTIC_COLORS.primary100,
|
|
35
|
+
codeNumberColor: SEMANTIC_COLORS.accentSecondary100,
|
|
36
|
+
codeInlineCodeKeywordColor: SEMANTIC_COLORS.assistance100,
|
|
37
|
+
codeKeywordColor: SEMANTIC_COLORS.primary100,
|
|
39
38
|
codeFunctionTitleColor: 'inherit',
|
|
40
|
-
codeTypeColor:
|
|
39
|
+
codeTypeColor: SEMANTIC_COLORS.primary100,
|
|
41
40
|
codeAttributeColor: 'inherit',
|
|
42
|
-
codeSymbolColor:
|
|
41
|
+
codeSymbolColor: SEMANTIC_COLORS.danger100,
|
|
43
42
|
codeParamsColor: 'inherit',
|
|
44
43
|
codeMetaColor: computed(([textSubdued]) => textSubdued, ['colors.textSubdued']),
|
|
45
|
-
codeTitleColor:
|
|
46
|
-
codeSectionColor:
|
|
47
|
-
codeAdditionColor:
|
|
48
|
-
codeDeletionColor:
|
|
44
|
+
codeTitleColor: SEMANTIC_COLORS.warning100,
|
|
45
|
+
codeSectionColor: SEMANTIC_COLORS.danger100,
|
|
46
|
+
codeAdditionColor: SEMANTIC_COLORS.accentSecondary100,
|
|
47
|
+
codeDeletionColor: SEMANTIC_COLORS.danger100,
|
|
49
48
|
codeSelectorClassColor: 'inherit',
|
|
50
49
|
codeSelectorIdColor: 'inherit',
|
|
51
50
|
collapsibleNavGroupBackground: computed(([backgroundBaseSubdued]) => backgroundBaseSubdued, ['colors.backgroundBaseSubdued']),
|
|
52
51
|
collapsibleNavGroupBackgroundDark: dark_background_colors.backgroundBaseSubdued,
|
|
53
52
|
dataGridBorderColor: computed(([borderBaseSubdued]) => borderBaseSubdued, ['colors.borderBaseSubdued']),
|
|
54
53
|
dataGridVerticalLineBorderColor: computed(([borderBaseSubdued]) => borderBaseSubdued, ['colors.borderBaseSubdued']),
|
|
55
|
-
|
|
54
|
+
dataGridRowBackground: computed(([backgroundBasePlain]) => backgroundBasePlain, ['colors.backgroundBasePlain']),
|
|
56
55
|
dataGridRowBackgroundHover: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
57
56
|
dataGridRowBackgroundSelect: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
57
|
+
dataGridRowBackgroundSelectHover: computed(([backgroundBaseInteractiveSelectHover]) => backgroundBaseInteractiveSelectHover, ['colors.backgroundBaseInteractiveSelectHover']),
|
|
58
|
+
dataGridRowStripesBackground: computed(([backgroundBasePlain]) => backgroundBasePlain, ['colors.backgroundBasePlain']),
|
|
59
|
+
dataGridRowStripesBackgroundHover: computed(([backgroundBasePlain]) => backgroundBasePlain, ['colors.backgroundBasePlain']),
|
|
60
|
+
dataGridRowStripesBackgroundStriped: computed(([backgroundBaseSubdued]) => backgroundBaseSubdued, ['colors.backgroundBaseSubdued']),
|
|
61
|
+
dataGridRowStripesBackgroundStripedHover: computed(([backgroundBaseSubdued]) => backgroundBaseSubdued, ['colors.backgroundBaseSubdued']),
|
|
62
|
+
dataGridRowStripesBackgroundSelect: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
63
|
+
dataGridRowStripesBackgroundSelectHover: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
58
64
|
dragDropDraggingBackground: computed(([backgroundBaseSuccess]) => backgroundBaseSuccess, ['colors.backgroundBaseSuccess']),
|
|
59
65
|
dragDropDraggingOverBackground: computed(([backgroundLightSuccess]) => backgroundLightSuccess, ['colors.backgroundLightSuccess']),
|
|
60
66
|
filterButtonBadgeBackgroundHover: SEMANTIC_COLORS.shade25,
|
|
@@ -99,9 +105,9 @@ const component_colors = {
|
|
|
99
105
|
switchIconDisabled: forms.LIGHT.iconDisabled,
|
|
100
106
|
tableRowBackgroundHover: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
101
107
|
tableRowBackgroundSelected: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
102
|
-
tableRowBackgroundSelectedHover: computed(([
|
|
108
|
+
tableRowBackgroundSelectedHover: computed(([backgroundBaseInteractiveSelectHover]) => backgroundBaseInteractiveSelectHover, ['colors.backgroundBaseInteractiveSelectHover']),
|
|
103
109
|
tableRowInteractiveBackgroundHover: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
104
|
-
tableRowInteractiveBackgroundFocus: computed(([
|
|
110
|
+
tableRowInteractiveBackgroundFocus: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
105
111
|
tableCellSortableIconColor: computed(([backgroundFilledText]) => backgroundFilledText, ['colors.backgroundFilledText']),
|
|
106
112
|
tooltipBackground: dark_background_colors.backgroundBaseSubdued,
|
|
107
113
|
tooltipBorder: dark_border_colors.borderBaseSubdued,
|
|
@@ -116,18 +122,19 @@ export const components = {
|
|
|
116
122
|
DARK: {
|
|
117
123
|
...component_colors,
|
|
118
124
|
buttonGroupFocusColor: SEMANTIC_COLORS.plainLight,
|
|
119
|
-
codeInlineColor:
|
|
120
|
-
codeStringColor:
|
|
121
|
-
codeTagColor:
|
|
122
|
-
codeNameColor:
|
|
123
|
-
codeNumberColor:
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
125
|
+
codeInlineColor: SEMANTIC_COLORS.assistance60,
|
|
126
|
+
codeStringColor: SEMANTIC_COLORS.accent60,
|
|
127
|
+
codeTagColor: SEMANTIC_COLORS.primary60,
|
|
128
|
+
codeNameColor: SEMANTIC_COLORS.primary60,
|
|
129
|
+
codeNumberColor: SEMANTIC_COLORS.accentSecondary60,
|
|
130
|
+
codeInlineCodeKeywordColor: SEMANTIC_COLORS.assistance60,
|
|
131
|
+
codeKeywordColor: SEMANTIC_COLORS.assistance60,
|
|
132
|
+
codeTypeColor: SEMANTIC_COLORS.primary60,
|
|
133
|
+
codeSymbolColor: SEMANTIC_COLORS.danger60,
|
|
134
|
+
codeTitleColor: SEMANTIC_COLORS.warning60,
|
|
135
|
+
codeSectionColor: SEMANTIC_COLORS.danger60,
|
|
136
|
+
codeAdditionColor: SEMANTIC_COLORS.accentSecondary60,
|
|
137
|
+
codeDeletionColor: SEMANTIC_COLORS.danger60,
|
|
131
138
|
filterButtonBadgeBackgroundHover: SEMANTIC_COLORS.shade105,
|
|
132
139
|
loadingSpinnerBorder: dark_border_colors.borderBasePlain,
|
|
133
140
|
loadingChartMonoBackground0: SEMANTIC_COLORS.shade110,
|
|
@@ -143,4 +150,3 @@ export const components = {
|
|
|
143
150
|
tableRowInteractiveBackgroundFocus: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
144
151
|
},
|
|
145
152
|
};
|
|
146
|
-
//# sourceMappingURL=_components.js.map
|
|
@@ -74,6 +74,7 @@ export const dark_background_colors = {
|
|
|
74
74
|
backgroundBaseFormsControlDisabled: SEMANTIC_COLORS.shade120,
|
|
75
75
|
backgroundBaseInteractiveHover: SEMANTIC_COLORS.plainLightAlpha8,
|
|
76
76
|
backgroundBaseInteractiveSelect: SEMANTIC_COLORS.primary130,
|
|
77
|
+
backgroundBaseInteractiveSelectHover: SEMANTIC_COLORS.primary120,
|
|
77
78
|
backgroundBaseInteractiveOverlay: SEMANTIC_COLORS.shade120Alpha70,
|
|
78
79
|
backgroundBaseSkeletonEdge: SEMANTIC_COLORS.plainLightAlpha16,
|
|
79
80
|
backgroundBaseSkeletonMiddle: SEMANTIC_COLORS.plainLightAlpha8,
|
|
@@ -138,6 +139,7 @@ export const dark_border_colors = {
|
|
|
138
139
|
borderStrongWarning: SEMANTIC_COLORS.warning40,
|
|
139
140
|
borderStrongRisk: SEMANTIC_COLORS.risk50,
|
|
140
141
|
borderStrongDanger: SEMANTIC_COLORS.danger60,
|
|
142
|
+
borderStrongText: SEMANTIC_COLORS.shade60,
|
|
141
143
|
};
|
|
142
144
|
export const dark_special_colors = {
|
|
143
145
|
body: SEMANTIC_COLORS.plainDark,
|
|
@@ -156,4 +158,3 @@ export const dark_colors = {
|
|
|
156
158
|
...dark_transparent_background_colors,
|
|
157
159
|
...dark_border_colors,
|
|
158
160
|
};
|
|
159
|
-
//# sourceMappingURL=_colors_dark.js.map
|
|
@@ -74,6 +74,7 @@ export const background_colors = {
|
|
|
74
74
|
backgroundBaseFormsControlDisabled: SEMANTIC_COLORS.shade30,
|
|
75
75
|
backgroundBaseInteractiveHover: SEMANTIC_COLORS.primary100Alpha4,
|
|
76
76
|
backgroundBaseInteractiveSelect: SEMANTIC_COLORS.primary10,
|
|
77
|
+
backgroundBaseInteractiveSelectHover: SEMANTIC_COLORS.primary20,
|
|
77
78
|
backgroundBaseInteractiveOverlay: SEMANTIC_COLORS.shade100Alpha70,
|
|
78
79
|
backgroundBaseSkeletonEdge: SEMANTIC_COLORS.shade100Alpha16,
|
|
79
80
|
backgroundBaseSkeletonMiddle: SEMANTIC_COLORS.shade100Alpha4,
|
|
@@ -138,6 +139,7 @@ export const border_colors = {
|
|
|
138
139
|
borderStrongWarning: SEMANTIC_COLORS.warning100,
|
|
139
140
|
borderStrongRisk: SEMANTIC_COLORS.risk100,
|
|
140
141
|
borderStrongDanger: SEMANTIC_COLORS.danger100,
|
|
142
|
+
borderStrongText: SEMANTIC_COLORS.shade90,
|
|
141
143
|
};
|
|
142
144
|
export const special_colors = {
|
|
143
145
|
body: SEMANTIC_COLORS.shade10,
|
|
@@ -156,4 +158,3 @@ export const light_colors = {
|
|
|
156
158
|
...transparent_background_colors,
|
|
157
159
|
...border_colors,
|
|
158
160
|
};
|
|
159
|
-
//# sourceMappingURL=_colors_light.js.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
3
|
+
* or more contributor license agreements. Licensed under the Elastic License
|
|
4
|
+
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
5
|
+
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
6
|
+
* Side Public License, v 1.
|
|
7
|
+
*/
|
|
8
|
+
import { SEMANTIC_COLORS } from './_semantic_colors';
|
|
9
|
+
import { colorVisLight } from './_colors_vis_light';
|
|
10
|
+
export const colorVisDark = {
|
|
11
|
+
...colorVisLight,
|
|
12
|
+
euiColorVisText0: SEMANTIC_COLORS.accentSecondary60,
|
|
13
|
+
euiColorVisText1: SEMANTIC_COLORS.accentSecondary30,
|
|
14
|
+
euiColorVisText2: SEMANTIC_COLORS.primary60,
|
|
15
|
+
euiColorVisText3: SEMANTIC_COLORS.primary30,
|
|
16
|
+
euiColorVisText4: SEMANTIC_COLORS.accent60,
|
|
17
|
+
euiColorVisText5: SEMANTIC_COLORS.accent30,
|
|
18
|
+
euiColorVisText6: SEMANTIC_COLORS.danger60,
|
|
19
|
+
euiColorVisText7: SEMANTIC_COLORS.danger30,
|
|
20
|
+
euiColorVisText8: SEMANTIC_COLORS.warning60,
|
|
21
|
+
euiColorVisText9: SEMANTIC_COLORS.warning30,
|
|
22
|
+
};
|