@elastic/eui-theme-borealis 0.1.0 → 1.0.0-snapshot.1746441787383
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.map +1 -1
- package/lib/cjs/eui_theme_borealis_light.json.d.js.map +1 -1
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +5 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/variables/_borders.js +1 -1
- package/lib/cjs/variables/_borders.js.map +1 -1
- package/lib/cjs/variables/_buttons.d.ts.map +1 -1
- package/lib/cjs/variables/_buttons.js +334 -84
- package/lib/cjs/variables/_buttons.js.map +1 -1
- package/lib/cjs/variables/_components.d.ts.map +1 -1
- package/lib/cjs/variables/_components.js +307 -126
- package/lib/cjs/variables/_components.js.map +1 -1
- package/lib/cjs/variables/_forms.d.ts +32 -32
- package/lib/cjs/variables/_forms.d.ts.map +1 -1
- package/lib/cjs/variables/_forms.js +91 -47
- package/lib/cjs/variables/_forms.js.map +1 -1
- package/lib/cjs/variables/_overrides.d.ts +3 -0
- package/lib/cjs/variables/_overrides.d.ts.map +1 -0
- package/lib/cjs/variables/_overrides.js +24 -0
- package/lib/cjs/variables/_overrides.js.map +1 -0
- package/lib/cjs/variables/colors/_colors_dark.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_colors_dark.js +15 -1
- package/lib/cjs/variables/colors/_colors_dark.js.map +1 -1
- package/lib/cjs/variables/colors/_colors_light.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_colors_light.js +14 -0
- package/lib/cjs/variables/colors/_colors_light.js.map +1 -1
- package/lib/cjs/variables/colors/_colors_severity.d.ts +9 -0
- package/lib/cjs/variables/colors/_colors_severity.d.ts.map +1 -0
- package/lib/cjs/variables/colors/_colors_severity.js +24 -0
- package/lib/cjs/variables/colors/_colors_severity.js.map +1 -0
- package/lib/cjs/variables/colors/_colors_vis.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_colors_vis.js +0 -15
- package/lib/cjs/variables/colors/_colors_vis.js.map +1 -1
- package/lib/cjs/variables/colors/_primitive_colors.d.ts +28 -0
- package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_primitive_colors.js +28 -0
- package/lib/cjs/variables/colors/_primitive_colors.js.map +1 -1
- package/lib/cjs/variables/colors/_semantic_colors.d.ts +45 -3
- package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_semantic_colors.js +45 -3
- package/lib/cjs/variables/colors/_semantic_colors.js.map +1 -1
- package/lib/cjs/variables/colors/index.d.ts.map +1 -1
- package/lib/cjs/variables/colors/index.js +3 -1
- package/lib/cjs/variables/colors/index.js.map +1 -1
- package/lib/esm/index.js +3 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/variables/_borders.js +1 -1
- package/lib/esm/variables/_borders.js.map +1 -1
- package/lib/esm/variables/_buttons.js +167 -79
- package/lib/esm/variables/_buttons.js.map +1 -1
- package/lib/esm/variables/_components.js +68 -125
- package/lib/esm/variables/_components.js.map +1 -1
- package/lib/esm/variables/_forms.d.ts +32 -32
- package/lib/esm/variables/_forms.js +16 -35
- package/lib/esm/variables/_forms.js.map +1 -1
- package/lib/esm/variables/_overrides.d.ts +2 -0
- package/lib/esm/variables/_overrides.js +17 -0
- package/lib/esm/variables/_overrides.js.map +1 -0
- package/lib/esm/variables/colors/_colors_dark.js +15 -1
- package/lib/esm/variables/colors/_colors_dark.js.map +1 -1
- package/lib/esm/variables/colors/_colors_light.js +14 -0
- package/lib/esm/variables/colors/_colors_light.js.map +1 -1
- package/lib/esm/variables/colors/_colors_severity.d.ts +8 -0
- package/lib/esm/variables/colors/_colors_severity.js +17 -0
- package/lib/esm/variables/colors/_colors_severity.js.map +1 -0
- package/lib/esm/variables/colors/_colors_vis.js +0 -15
- package/lib/esm/variables/colors/_colors_vis.js.map +1 -1
- package/lib/esm/variables/colors/_primitive_colors.d.ts +28 -0
- package/lib/esm/variables/colors/_primitive_colors.js +28 -0
- package/lib/esm/variables/colors/_primitive_colors.js.map +1 -1
- package/lib/esm/variables/colors/_semantic_colors.d.ts +45 -3
- package/lib/esm/variables/colors/_semantic_colors.js +45 -3
- package/lib/esm/variables/colors/_semantic_colors.js.map +1 -1
- package/lib/esm/variables/colors/index.js +2 -0
- package/lib/esm/variables/colors/index.js.map +1 -1
- package/lib/eui_theme_borealis_dark.json +24 -19
- package/lib/eui_theme_borealis_dark.json.d.ts +20 -15
- package/lib/eui_theme_borealis_light.json +23 -18
- package/lib/eui_theme_borealis_light.json.d.ts +20 -15
- package/package.json +5 -6
- package/src/variables/_borders.scss +11 -0
- package/src/variables/_buttons.scss +2 -0
- package/src/variables/_index.scss +8 -0
- package/src/variables/colors/_colors_dark.scss +13 -1
- package/src/variables/colors/_colors_light.scss +12 -0
- package/src/variables/colors/_colors_severity.scss +7 -0
- package/src/variables/colors/_semantic_colors.scss +38 -2
|
@@ -1,103 +1,353 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
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); }
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.buttons = void 0;
|
|
8
|
+
var _euiThemeCommon = require("@elastic/eui-theme-common");
|
|
7
9
|
var _semantic_colors = require("./colors/_semantic_colors");
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
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
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
16
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
17
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
18
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
19
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
20
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /*
|
|
11
21
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
12
22
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
13
23
|
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
14
24
|
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
15
25
|
* Side Public License, v 1.
|
|
16
26
|
*/
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
backgroundDisabled: _colors_light.background_colors.backgroundBaseDisabled,
|
|
27
|
-
backgroundFilledPrimary: _colors_light.background_colors.backgroundFilledPrimary,
|
|
28
|
-
backgroundFilledAccent: _colors_light.background_colors.backgroundFilledAccent,
|
|
29
|
-
backgroundFilledAccentSecondary: _colors_light.background_colors.backgroundFilledAccentSecondary,
|
|
30
|
-
backgroundFilledSuccess: _colors_light.background_colors.backgroundFilledSuccess,
|
|
31
|
-
backgroundFilledWarning: _colors_light.background_colors.backgroundFilledWarning,
|
|
32
|
-
backgroundFilledDanger: _colors_light.background_colors.backgroundFilledDanger,
|
|
33
|
-
backgroundFilledText: _colors_light.background_colors.backgroundFilledText,
|
|
34
|
-
backgroundFilledDisabled: _colors_light.background_colors.backgroundBaseDisabled,
|
|
35
|
-
// Temp. mapping to support more variants in old theme
|
|
36
|
-
backgroundEmptyPrimaryHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
37
|
-
backgroundEmptyAccentHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
38
|
-
backgroundEmptyAccentSecondaryHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
39
|
-
backgroundEmptySuccessHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
40
|
-
backgroundEmptyWarningHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
41
|
-
backgroundEmptyDangerHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
42
|
-
backgroundEmptyTextHover: _colors_light.background_colors.backgroundBaseInteractiveHover,
|
|
43
|
-
textColorPrimary: _colors_light.brand_text_colors.textPrimary,
|
|
44
|
-
textColorAccent: _colors_light.brand_text_colors.textAccent,
|
|
45
|
-
textColorAccentSecondary: _colors_light.brand_text_colors.textAccentSecondary,
|
|
46
|
-
textColorSuccess: _colors_light.brand_text_colors.textSuccess,
|
|
47
|
-
textColorWarning: _colors_light.brand_text_colors.textWarning,
|
|
48
|
-
textColorDanger: _colors_light.brand_text_colors.textDanger,
|
|
49
|
-
textColorText: _colors_light.text_colors.textParagraph,
|
|
50
|
-
textColorDisabled: _colors_light.text_colors.textDisabled,
|
|
51
|
-
textColorFilledPrimary: _colors_light.text_colors.textInverse,
|
|
52
|
-
textColorFilledAccent: _colors_light.text_colors.textInverse,
|
|
53
|
-
textColorFilledAccentSecondary: _colors_light.text_colors.textInverse,
|
|
54
|
-
textColorFilledSuccess: _colors_light.text_colors.textInverse,
|
|
55
|
-
textColorFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning110,
|
|
56
|
-
textColorFilledDanger: _colors_light.text_colors.textInverse,
|
|
57
|
-
textColorFilledText: _colors_light.text_colors.textInverse,
|
|
58
|
-
textColorFilledDisabled: _colors_light.text_colors.textDisabled
|
|
27
|
+
var getTokenByVariant = function getTokenByVariant(buttonVariant, tokens) {
|
|
28
|
+
switch (buttonVariant) {
|
|
29
|
+
case 'refresh':
|
|
30
|
+
return tokens.refresh;
|
|
31
|
+
default:
|
|
32
|
+
{
|
|
33
|
+
return tokens.classic;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
59
36
|
};
|
|
60
|
-
var
|
|
61
|
-
backgroundPrimary:
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
37
|
+
var _buttons = {
|
|
38
|
+
backgroundPrimary: (0, _euiThemeCommon.computed)(function (_ref) {
|
|
39
|
+
var _ref2 = _slicedToArray(_ref, 1),
|
|
40
|
+
backgroundLightPrimary = _ref2[0];
|
|
41
|
+
return backgroundLightPrimary;
|
|
42
|
+
}, ['colors.backgroundLightPrimary']),
|
|
43
|
+
backgroundAccent: (0, _euiThemeCommon.computed)(function (_ref3) {
|
|
44
|
+
var _ref4 = _slicedToArray(_ref3, 1),
|
|
45
|
+
backgroundLightAccent = _ref4[0];
|
|
46
|
+
return backgroundLightAccent;
|
|
47
|
+
}, ['colors.backgroundLightAccent']),
|
|
48
|
+
backgroundAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref5) {
|
|
49
|
+
var _ref6 = _slicedToArray(_ref5, 1),
|
|
50
|
+
backgroundLightAccentSecondary = _ref6[0];
|
|
51
|
+
return backgroundLightAccentSecondary;
|
|
52
|
+
}, ['colors.backgroundLightAccentSecondary']),
|
|
53
|
+
backgroundNeutral: (0, _euiThemeCommon.computed)(function (_ref7) {
|
|
54
|
+
var _ref8 = _slicedToArray(_ref7, 1),
|
|
55
|
+
backgroundLightNeutral = _ref8[0];
|
|
56
|
+
return backgroundLightNeutral;
|
|
57
|
+
}, ['colors.backgroundLightNeutral']),
|
|
58
|
+
backgroundSuccess: (0, _euiThemeCommon.computed)(function (_ref9) {
|
|
59
|
+
var _ref10 = _slicedToArray(_ref9, 1),
|
|
60
|
+
backgroundLightSuccess = _ref10[0];
|
|
61
|
+
return backgroundLightSuccess;
|
|
62
|
+
}, ['colors.backgroundLightSuccess']),
|
|
63
|
+
backgroundWarning: (0, _euiThemeCommon.computed)(function (_ref11) {
|
|
64
|
+
var _ref12 = _slicedToArray(_ref11, 1),
|
|
65
|
+
backgroundLightWarning = _ref12[0];
|
|
66
|
+
return backgroundLightWarning;
|
|
67
|
+
}, ['colors.backgroundLightWarning']),
|
|
68
|
+
backgroundRisk: (0, _euiThemeCommon.computed)(function (_ref13) {
|
|
69
|
+
var _ref14 = _slicedToArray(_ref13, 1),
|
|
70
|
+
backgroundLightRisk = _ref14[0];
|
|
71
|
+
return backgroundLightRisk;
|
|
72
|
+
}, ['colors.backgroundLightRisk']),
|
|
73
|
+
backgroundDanger: (0, _euiThemeCommon.computed)(function (_ref15) {
|
|
74
|
+
var _ref16 = _slicedToArray(_ref15, 1),
|
|
75
|
+
backgroundLightDanger = _ref16[0];
|
|
76
|
+
return backgroundLightDanger;
|
|
77
|
+
}, ['colors.backgroundLightDanger']),
|
|
78
|
+
backgroundText: (0, _euiThemeCommon.computed)(function (_ref17) {
|
|
79
|
+
var _ref18 = _slicedToArray(_ref17, 3),
|
|
80
|
+
buttonVariant = _ref18[0],
|
|
81
|
+
backgroundBasePlain = _ref18[1],
|
|
82
|
+
backgroundLightText = _ref18[2];
|
|
83
|
+
return getTokenByVariant(buttonVariant, {
|
|
84
|
+
refresh: backgroundBasePlain,
|
|
85
|
+
classic: backgroundLightText
|
|
86
|
+
});
|
|
87
|
+
}, ['flags.buttonVariant', 'colors.backgroundBasePlain', 'colors.backgroundLightText']),
|
|
88
|
+
backgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref19) {
|
|
89
|
+
var _ref20 = _slicedToArray(_ref19, 1),
|
|
90
|
+
backgroundBaseDisabled = _ref20[0];
|
|
91
|
+
return backgroundBaseDisabled;
|
|
92
|
+
}, ['colors.backgroundBaseDisabled']),
|
|
93
|
+
backgroundPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha12,
|
|
94
|
+
backgroundAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha12,
|
|
95
|
+
backgroundAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha12,
|
|
96
|
+
backgroundNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha12,
|
|
97
|
+
backgroundSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha12,
|
|
98
|
+
backgroundWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
|
|
99
|
+
backgroundRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
|
|
100
|
+
backgroundDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha12,
|
|
101
|
+
backgroundTextHover: _semantic_colors.SEMANTIC_COLORS.primary100Alpha8,
|
|
102
|
+
backgroundPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
|
|
103
|
+
backgroundAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
|
|
104
|
+
backgroundAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
|
|
105
|
+
backgroundNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
|
|
106
|
+
backgroundSuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
|
|
107
|
+
backgroundWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha20,
|
|
108
|
+
backgroundRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha20,
|
|
109
|
+
backgroundDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
|
|
110
|
+
backgroundTextActive: _semantic_colors.SEMANTIC_COLORS.primary100Alpha12,
|
|
111
|
+
backgroundFilledPrimary: (0, _euiThemeCommon.computed)(function (_ref21) {
|
|
112
|
+
var _ref22 = _slicedToArray(_ref21, 1),
|
|
113
|
+
backgroundFilledPrimary = _ref22[0];
|
|
114
|
+
return backgroundFilledPrimary;
|
|
115
|
+
}, ['colors.backgroundFilledPrimary']),
|
|
116
|
+
backgroundFilledAccent: (0, _euiThemeCommon.computed)(function (_ref23) {
|
|
117
|
+
var _ref24 = _slicedToArray(_ref23, 1),
|
|
118
|
+
backgroundFilledAccent = _ref24[0];
|
|
119
|
+
return backgroundFilledAccent;
|
|
120
|
+
}, ['colors.backgroundFilledAccent']),
|
|
121
|
+
backgroundFilledAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref25) {
|
|
122
|
+
var _ref26 = _slicedToArray(_ref25, 1),
|
|
123
|
+
backgroundFilledAccentSecondary = _ref26[0];
|
|
124
|
+
return backgroundFilledAccentSecondary;
|
|
125
|
+
}, ['colors.backgroundFilledAccentSecondary']),
|
|
126
|
+
backgroundFilledNeutral: (0, _euiThemeCommon.computed)(function (_ref27) {
|
|
127
|
+
var _ref28 = _slicedToArray(_ref27, 1),
|
|
128
|
+
backgroundFilledNeutral = _ref28[0];
|
|
129
|
+
return backgroundFilledNeutral;
|
|
130
|
+
}, ['colors.backgroundFilledNeutral']),
|
|
131
|
+
backgroundFilledSuccess: (0, _euiThemeCommon.computed)(function (_ref29) {
|
|
132
|
+
var _ref30 = _slicedToArray(_ref29, 1),
|
|
133
|
+
backgroundFilledSuccess = _ref30[0];
|
|
134
|
+
return backgroundFilledSuccess;
|
|
135
|
+
}, ['colors.backgroundFilledSuccess']),
|
|
136
|
+
backgroundFilledWarning: (0, _euiThemeCommon.computed)(function (_ref31) {
|
|
137
|
+
var _ref32 = _slicedToArray(_ref31, 1),
|
|
138
|
+
backgroundFilledWarning = _ref32[0];
|
|
139
|
+
return backgroundFilledWarning;
|
|
140
|
+
}, ['colors.backgroundFilledWarning']),
|
|
141
|
+
backgroundFilledRisk: (0, _euiThemeCommon.computed)(function (_ref33) {
|
|
142
|
+
var _ref34 = _slicedToArray(_ref33, 1),
|
|
143
|
+
backgroundFilledRisk = _ref34[0];
|
|
144
|
+
return backgroundFilledRisk;
|
|
145
|
+
}, ['colors.backgroundFilledRisk']),
|
|
146
|
+
backgroundFilledDanger: (0, _euiThemeCommon.computed)(function (_ref35) {
|
|
147
|
+
var _ref36 = _slicedToArray(_ref35, 1),
|
|
148
|
+
backgroundFilledDanger = _ref36[0];
|
|
149
|
+
return backgroundFilledDanger;
|
|
150
|
+
}, ['colors.backgroundFilledDanger']),
|
|
151
|
+
backgroundFilledText: (0, _euiThemeCommon.computed)(function (_ref37) {
|
|
152
|
+
var _ref38 = _slicedToArray(_ref37, 1),
|
|
153
|
+
backgroundFilledText = _ref38[0];
|
|
154
|
+
return backgroundFilledText;
|
|
155
|
+
}, ['colors.backgroundFilledText']),
|
|
156
|
+
backgroundFilledDisabled: (0, _euiThemeCommon.computed)(function (_ref39) {
|
|
157
|
+
var _ref40 = _slicedToArray(_ref39, 1),
|
|
158
|
+
backgroundBaseDisabled = _ref40[0];
|
|
159
|
+
return backgroundBaseDisabled;
|
|
160
|
+
}, ['colors.backgroundBaseDisabled']),
|
|
161
|
+
backgroundFilledPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary100,
|
|
162
|
+
backgroundFilledAccentHover: _semantic_colors.SEMANTIC_COLORS.accent100,
|
|
163
|
+
backgroundFilledAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary100,
|
|
164
|
+
backgroundFilledNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral100,
|
|
165
|
+
backgroundFilledSuccessHover: _semantic_colors.SEMANTIC_COLORS.success100,
|
|
166
|
+
backgroundFilledWarningHover: _semantic_colors.SEMANTIC_COLORS.warning50,
|
|
167
|
+
backgroundFilledRiskHover: _semantic_colors.SEMANTIC_COLORS.risk80,
|
|
168
|
+
backgroundFilledDangerHover: _semantic_colors.SEMANTIC_COLORS.danger100,
|
|
169
|
+
backgroundFilledTextHover: _semantic_colors.SEMANTIC_COLORS.shade100,
|
|
170
|
+
backgroundFilledPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary110,
|
|
171
|
+
backgroundFilledAccentActive: _semantic_colors.SEMANTIC_COLORS.accent110,
|
|
172
|
+
backgroundFilledAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary110,
|
|
173
|
+
backgroundFilledNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral110,
|
|
174
|
+
backgroundFilledSuccessActive: _semantic_colors.SEMANTIC_COLORS.success110,
|
|
175
|
+
backgroundFilledWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60,
|
|
176
|
+
backgroundFilledRiskActive: _semantic_colors.SEMANTIC_COLORS.risk90,
|
|
177
|
+
backgroundFilledDangerActive: _semantic_colors.SEMANTIC_COLORS.danger110,
|
|
178
|
+
backgroundFilledTextActive: _semantic_colors.SEMANTIC_COLORS.shade110,
|
|
179
|
+
backgroundEmptyPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha12,
|
|
180
|
+
backgroundEmptyAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha12,
|
|
181
|
+
backgroundEmptyAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha12,
|
|
182
|
+
backgroundEmptyNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha12,
|
|
183
|
+
backgroundEmptySuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha12,
|
|
184
|
+
backgroundEmptyWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
|
|
185
|
+
backgroundEmptyRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
|
|
186
|
+
backgroundEmptyDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha12,
|
|
187
|
+
backgroundEmptyTextHover: _semantic_colors.SEMANTIC_COLORS.primary100Alpha8,
|
|
188
|
+
backgroundEmptyPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
|
|
189
|
+
backgroundEmptyAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
|
|
190
|
+
backgroundEmptyAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
|
|
191
|
+
backgroundEmptyNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
|
|
192
|
+
backgroundEmptySuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
|
|
193
|
+
backgroundEmptyWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha20,
|
|
194
|
+
backgroundEmptyRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha20,
|
|
195
|
+
backgroundEmptyDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
|
|
196
|
+
backgroundEmptyTextActive: _semantic_colors.SEMANTIC_COLORS.primary100Alpha12,
|
|
197
|
+
textColorPrimary: (0, _euiThemeCommon.computed)(function (_ref41) {
|
|
198
|
+
var _ref42 = _slicedToArray(_ref41, 1),
|
|
199
|
+
textPrimary = _ref42[0];
|
|
200
|
+
return textPrimary;
|
|
201
|
+
}, ['colors.textPrimary']),
|
|
202
|
+
textColorAccent: (0, _euiThemeCommon.computed)(function (_ref43) {
|
|
203
|
+
var _ref44 = _slicedToArray(_ref43, 1),
|
|
204
|
+
textAccent = _ref44[0];
|
|
205
|
+
return textAccent;
|
|
206
|
+
}, ['colors.textAccent']),
|
|
207
|
+
textColorAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref45) {
|
|
208
|
+
var _ref46 = _slicedToArray(_ref45, 1),
|
|
209
|
+
textAccentSecondary = _ref46[0];
|
|
210
|
+
return textAccentSecondary;
|
|
211
|
+
}, ['colors.textAccentSecondary']),
|
|
212
|
+
textColorNeutral: (0, _euiThemeCommon.computed)(function (_ref47) {
|
|
213
|
+
var _ref48 = _slicedToArray(_ref47, 1),
|
|
214
|
+
textNeutral = _ref48[0];
|
|
215
|
+
return textNeutral;
|
|
216
|
+
}, ['colors.textNeutral']),
|
|
217
|
+
textColorSuccess: (0, _euiThemeCommon.computed)(function (_ref49) {
|
|
218
|
+
var _ref50 = _slicedToArray(_ref49, 1),
|
|
219
|
+
textSuccess = _ref50[0];
|
|
220
|
+
return textSuccess;
|
|
221
|
+
}, ['colors.textSuccess']),
|
|
222
|
+
textColorWarning: (0, _euiThemeCommon.computed)(function (_ref51) {
|
|
223
|
+
var _ref52 = _slicedToArray(_ref51, 1),
|
|
224
|
+
textWarning = _ref52[0];
|
|
225
|
+
return textWarning;
|
|
226
|
+
}, ['colors.textWarning']),
|
|
227
|
+
textColorRisk: (0, _euiThemeCommon.computed)(function (_ref53) {
|
|
228
|
+
var _ref54 = _slicedToArray(_ref53, 1),
|
|
229
|
+
textRisk = _ref54[0];
|
|
230
|
+
return textRisk;
|
|
231
|
+
}, ['colors.textRisk']),
|
|
232
|
+
textColorDanger: (0, _euiThemeCommon.computed)(function (_ref55) {
|
|
233
|
+
var _ref56 = _slicedToArray(_ref55, 1),
|
|
234
|
+
textDanger = _ref56[0];
|
|
235
|
+
return textDanger;
|
|
236
|
+
}, ['colors.textDanger']),
|
|
237
|
+
textColorText: (0, _euiThemeCommon.computed)(function (_ref57) {
|
|
238
|
+
var _ref58 = _slicedToArray(_ref57, 1),
|
|
239
|
+
textParagraph = _ref58[0];
|
|
240
|
+
return textParagraph;
|
|
241
|
+
}, ['colors.textParagraph']),
|
|
242
|
+
textColorDisabled: (0, _euiThemeCommon.computed)(function (_ref59) {
|
|
243
|
+
var _ref60 = _slicedToArray(_ref59, 1),
|
|
244
|
+
textDisabled = _ref60[0];
|
|
245
|
+
return textDisabled;
|
|
246
|
+
}, ['colors.textDisabled']),
|
|
247
|
+
textColorFilledPrimary: (0, _euiThemeCommon.computed)(function (_ref61) {
|
|
248
|
+
var _ref62 = _slicedToArray(_ref61, 1),
|
|
249
|
+
textInverse = _ref62[0];
|
|
250
|
+
return textInverse;
|
|
251
|
+
}, ['colors.textInverse']),
|
|
252
|
+
textColorFilledAccent: (0, _euiThemeCommon.computed)(function (_ref63) {
|
|
253
|
+
var _ref64 = _slicedToArray(_ref63, 1),
|
|
254
|
+
textInverse = _ref64[0];
|
|
255
|
+
return textInverse;
|
|
256
|
+
}, ['colors.textInverse']),
|
|
257
|
+
textColorFilledAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref65) {
|
|
258
|
+
var _ref66 = _slicedToArray(_ref65, 1),
|
|
259
|
+
textInverse = _ref66[0];
|
|
260
|
+
return textInverse;
|
|
261
|
+
}, ['colors.textInverse']),
|
|
262
|
+
textColorFilledNeutral: (0, _euiThemeCommon.computed)(function (_ref67) {
|
|
263
|
+
var _ref68 = _slicedToArray(_ref67, 1),
|
|
264
|
+
textInverse = _ref68[0];
|
|
265
|
+
return textInverse;
|
|
266
|
+
}, ['colors.textInverse']),
|
|
267
|
+
textColorFilledSuccess: (0, _euiThemeCommon.computed)(function (_ref69) {
|
|
268
|
+
var _ref70 = _slicedToArray(_ref69, 1),
|
|
269
|
+
textInverse = _ref70[0];
|
|
270
|
+
return textInverse;
|
|
271
|
+
}, ['colors.textInverse']),
|
|
96
272
|
textColorFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning110,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
273
|
+
textColorFilledRisk: (0, _euiThemeCommon.computed)(function (_ref71) {
|
|
274
|
+
var _ref72 = _slicedToArray(_ref71, 1),
|
|
275
|
+
textInverse = _ref72[0];
|
|
276
|
+
return textInverse;
|
|
277
|
+
}, ['colors.textInverse']),
|
|
278
|
+
textColorFilledDanger: (0, _euiThemeCommon.computed)(function (_ref73) {
|
|
279
|
+
var _ref74 = _slicedToArray(_ref73, 1),
|
|
280
|
+
textInverse = _ref74[0];
|
|
281
|
+
return textInverse;
|
|
282
|
+
}, ['colors.textInverse']),
|
|
283
|
+
textColorFilledText: (0, _euiThemeCommon.computed)(function (_ref75) {
|
|
284
|
+
var _ref76 = _slicedToArray(_ref75, 1),
|
|
285
|
+
textInverse = _ref76[0];
|
|
286
|
+
return textInverse;
|
|
287
|
+
}, ['colors.textInverse']),
|
|
288
|
+
textColorFilledDisabled: (0, _euiThemeCommon.computed)(function (_ref77) {
|
|
289
|
+
var _ref78 = _slicedToArray(_ref77, 1),
|
|
290
|
+
textDisabled = _ref78[0];
|
|
291
|
+
return textDisabled;
|
|
292
|
+
}, ['colors.textDisabled'])
|
|
100
293
|
};
|
|
294
|
+
var _dark_buttons = _objectSpread(_objectSpread({}, _buttons), {}, {
|
|
295
|
+
backgroundPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
|
|
296
|
+
backgroundAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
|
|
297
|
+
backgroundAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
|
|
298
|
+
backgroundNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
|
|
299
|
+
backgroundSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
|
|
300
|
+
backgroundWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha12,
|
|
301
|
+
backgroundRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha12,
|
|
302
|
+
backgroundDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
|
|
303
|
+
backgroundTextHover: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha12,
|
|
304
|
+
backgroundPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha20,
|
|
305
|
+
backgroundAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha20,
|
|
306
|
+
backgroundAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha20,
|
|
307
|
+
backgroundNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha20,
|
|
308
|
+
backgroundSuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha20,
|
|
309
|
+
backgroundWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
|
|
310
|
+
backgroundRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
|
|
311
|
+
backgroundDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha20,
|
|
312
|
+
backgroundTextActive: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha16,
|
|
313
|
+
backgroundFilledPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70,
|
|
314
|
+
backgroundFilledAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70,
|
|
315
|
+
backgroundFilledAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70,
|
|
316
|
+
backgroundFilledNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70,
|
|
317
|
+
backgroundFilledSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70,
|
|
318
|
+
backgroundFilledWarningHover: _semantic_colors.SEMANTIC_COLORS.warning50,
|
|
319
|
+
backgroundFilledRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60,
|
|
320
|
+
backgroundFilledDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70,
|
|
321
|
+
backgroundFilledTextHover: _semantic_colors.SEMANTIC_COLORS.shade70,
|
|
322
|
+
backgroundFilledPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary80,
|
|
323
|
+
backgroundFilledAccentActive: _semantic_colors.SEMANTIC_COLORS.accent80,
|
|
324
|
+
backgroundFilledAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary80,
|
|
325
|
+
backgroundFilledNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral80,
|
|
326
|
+
backgroundFilledSuccessActive: _semantic_colors.SEMANTIC_COLORS.success80,
|
|
327
|
+
backgroundFilledWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60,
|
|
328
|
+
backgroundFilledRiskActive: _semantic_colors.SEMANTIC_COLORS.risk70,
|
|
329
|
+
backgroundFilledDangerActive: _semantic_colors.SEMANTIC_COLORS.danger80,
|
|
330
|
+
backgroundFilledTextActive: _semantic_colors.SEMANTIC_COLORS.shade80,
|
|
331
|
+
backgroundEmptyPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
|
|
332
|
+
backgroundEmptyAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
|
|
333
|
+
backgroundEmptyAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
|
|
334
|
+
backgroundEmptyNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
|
|
335
|
+
backgroundEmptySuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
|
|
336
|
+
backgroundEmptyWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha12,
|
|
337
|
+
backgroundEmptyRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha12,
|
|
338
|
+
backgroundEmptyDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
|
|
339
|
+
backgroundEmptyTextHover: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha12,
|
|
340
|
+
backgroundEmptyPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha20,
|
|
341
|
+
backgroundEmptyAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha20,
|
|
342
|
+
backgroundEmptyAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha20,
|
|
343
|
+
backgroundEmptySuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha20,
|
|
344
|
+
backgroundEmptyNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha20,
|
|
345
|
+
backgroundEmptyWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
|
|
346
|
+
backgroundEmptyRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
|
|
347
|
+
backgroundEmptyDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha20,
|
|
348
|
+
backgroundEmptyTextActive: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha16,
|
|
349
|
+
textColorFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning110
|
|
350
|
+
});
|
|
101
351
|
var buttons = exports.buttons = {
|
|
102
352
|
LIGHT: _buttons,
|
|
103
353
|
DARK: _dark_buttons
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_buttons.js","names":["_semantic_colors","require","_colors_light","_colors_dark","_buttons","backgroundPrimary","background_colors","backgroundLightPrimary","backgroundAccent","backgroundLightAccent","backgroundAccentSecondary","backgroundLightAccentSecondary","backgroundSuccess","backgroundLightSuccess","backgroundWarning","backgroundLightWarning","backgroundDanger","backgroundLightDanger","backgroundText","backgroundLightText","backgroundDisabled","backgroundBaseDisabled","backgroundFilledPrimary","backgroundFilledAccent","backgroundFilledAccentSecondary","backgroundFilledSuccess","backgroundFilledWarning","backgroundFilledDanger","backgroundFilledText","backgroundFilledDisabled","backgroundEmptyPrimaryHover","backgroundBaseInteractiveHover","backgroundEmptyAccentHover","backgroundEmptyAccentSecondaryHover","backgroundEmptySuccessHover","backgroundEmptyWarningHover","backgroundEmptyDangerHover","backgroundEmptyTextHover","textColorPrimary","brand_text_colors","textPrimary","textColorAccent","textAccent","textColorAccentSecondary","textAccentSecondary","textColorSuccess","textSuccess","textColorWarning","textWarning","textColorDanger","textDanger","textColorText","text_colors","textParagraph","textColorDisabled","textDisabled","textColorFilledPrimary","textInverse","textColorFilledAccent","textColorFilledAccentSecondary","textColorFilledSuccess","textColorFilledWarning","SEMANTIC_COLORS","warning110","textColorFilledDanger","textColorFilledText","textColorFilledDisabled","_dark_buttons","dark_background_colors","dark_brand_text_colors","dark_text_colors","buttons","exports","LIGHT","DARK"],"sources":["../../../src/variables/_buttons.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { _EuiThemeButton } from '@elastic/eui-theme-common';\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\nimport {\n background_colors,\n brand_text_colors,\n text_colors,\n} from './colors/_colors_light';\nimport {\n dark_background_colors,\n dark_brand_text_colors,\n dark_text_colors,\n} from './colors/_colors_dark';\n\nconst _buttons = {\n backgroundPrimary: background_colors.backgroundLightPrimary,\n backgroundAccent: background_colors.backgroundLightAccent,\n backgroundAccentSecondary: background_colors.backgroundLightAccentSecondary,\n backgroundSuccess: background_colors.backgroundLightSuccess,\n backgroundWarning: background_colors.backgroundLightWarning,\n backgroundDanger: background_colors.backgroundLightDanger,\n backgroundText: background_colors.backgroundLightText,\n backgroundDisabled: background_colors.backgroundBaseDisabled,\n\n backgroundFilledPrimary: background_colors.backgroundFilledPrimary,\n backgroundFilledAccent: background_colors.backgroundFilledAccent,\n backgroundFilledAccentSecondary:\n background_colors.backgroundFilledAccentSecondary,\n backgroundFilledSuccess: background_colors.backgroundFilledSuccess,\n backgroundFilledWarning: background_colors.backgroundFilledWarning,\n backgroundFilledDanger: background_colors.backgroundFilledDanger,\n backgroundFilledText: background_colors.backgroundFilledText,\n backgroundFilledDisabled: background_colors.backgroundBaseDisabled,\n\n // Temp. mapping to support more variants in old theme\n backgroundEmptyPrimaryHover: background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyAccentHover: background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyAccentSecondaryHover:\n background_colors.backgroundBaseInteractiveHover,\n backgroundEmptySuccessHover: background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyWarningHover: background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyDangerHover: background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyTextHover: background_colors.backgroundBaseInteractiveHover,\n\n textColorPrimary: brand_text_colors.textPrimary,\n textColorAccent: brand_text_colors.textAccent,\n textColorAccentSecondary: brand_text_colors.textAccentSecondary,\n textColorSuccess: brand_text_colors.textSuccess,\n textColorWarning: brand_text_colors.textWarning,\n textColorDanger: brand_text_colors.textDanger,\n textColorText: text_colors.textParagraph,\n textColorDisabled: text_colors.textDisabled,\n\n textColorFilledPrimary: text_colors.textInverse,\n textColorFilledAccent: text_colors.textInverse,\n textColorFilledAccentSecondary: text_colors.textInverse,\n textColorFilledSuccess: text_colors.textInverse,\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledDanger: text_colors.textInverse,\n textColorFilledText: text_colors.textInverse,\n textColorFilledDisabled: text_colors.textDisabled,\n};\n\nconst _dark_buttons = {\n backgroundPrimary: dark_background_colors.backgroundLightPrimary,\n backgroundAccent: dark_background_colors.backgroundLightAccent,\n backgroundAccentSecondary:\n dark_background_colors.backgroundLightAccentSecondary,\n backgroundSuccess: dark_background_colors.backgroundLightSuccess,\n backgroundWarning: dark_background_colors.backgroundLightWarning,\n backgroundDanger: dark_background_colors.backgroundLightDanger,\n backgroundText: dark_background_colors.backgroundLightText,\n backgroundDisabled: dark_background_colors.backgroundBaseDisabled,\n\n backgroundFilledPrimary: dark_background_colors.backgroundFilledPrimary,\n backgroundFilledAccent: dark_background_colors.backgroundFilledAccent,\n backgroundFilledAccentSecondary:\n dark_background_colors.backgroundFilledAccentSecondary,\n backgroundFilledSuccess: dark_background_colors.backgroundFilledSuccess,\n backgroundFilledWarning: dark_background_colors.backgroundFilledWarning,\n backgroundFilledDanger: dark_background_colors.backgroundFilledDanger,\n backgroundFilledText: dark_background_colors.backgroundFilledText,\n backgroundFilledDisabled: dark_background_colors.backgroundBaseDisabled,\n\n backgroundEmptyPrimaryHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyAccentHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyAccentSecondaryHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptySuccessHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyWarningHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyDangerHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n backgroundEmptyTextHover:\n dark_background_colors.backgroundBaseInteractiveHover,\n\n textColorPrimary: dark_brand_text_colors.textPrimary,\n textColorAccent: dark_brand_text_colors.textAccent,\n textColorAccentSecondary: dark_brand_text_colors.textAccentSecondary,\n textColorSuccess: dark_brand_text_colors.textSuccess,\n textColorWarning: dark_brand_text_colors.textWarning,\n textColorDanger: dark_brand_text_colors.textDanger,\n textColorText: dark_text_colors.textParagraph,\n textColorDisabled: dark_text_colors.textDisabled,\n\n textColorFilledPrimary: dark_text_colors.textInverse,\n textColorFilledAccent: dark_text_colors.textInverse,\n textColorFilledAccentSecondary: dark_text_colors.textInverse,\n textColorFilledSuccess: dark_text_colors.textInverse,\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledDanger: dark_text_colors.textInverse,\n textColorFilledText: dark_text_colors.textInverse,\n textColorFilledDisabled: dark_text_colors.textDisabled,\n};\n\nexport const buttons: _EuiThemeButton = {\n LIGHT: _buttons,\n DARK: _dark_buttons,\n};\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"_buttons.js","names":["_euiThemeCommon","require","_semantic_colors","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","getTokenByVariant","buttonVariant","tokens","refresh","classic","_buttons","backgroundPrimary","computed","_ref","_ref2","backgroundLightPrimary","backgroundAccent","_ref3","_ref4","backgroundLightAccent","backgroundAccentSecondary","_ref5","_ref6","backgroundLightAccentSecondary","backgroundNeutral","_ref7","_ref8","backgroundLightNeutral","backgroundSuccess","_ref9","_ref10","backgroundLightSuccess","backgroundWarning","_ref11","_ref12","backgroundLightWarning","backgroundRisk","_ref13","_ref14","backgroundLightRisk","backgroundDanger","_ref15","_ref16","backgroundLightDanger","backgroundText","_ref17","_ref18","backgroundBasePlain","backgroundLightText","backgroundDisabled","_ref19","_ref20","backgroundBaseDisabled","backgroundPrimaryHover","SEMANTIC_COLORS","primary70Alpha12","backgroundAccentHover","accent70Alpha12","backgroundAccentSecondaryHover","accentSecondary70Alpha12","backgroundNeutralHover","neutral70Alpha12","backgroundSuccessHover","success70Alpha12","backgroundWarningHover","warning60Alpha16","backgroundRiskHover","risk60Alpha16","backgroundDangerHover","danger70Alpha12","backgroundTextHover","primary100Alpha8","backgroundPrimaryActive","primary70Alpha16","backgroundAccentActive","accent70Alpha16","backgroundAccentSecondaryActive","accentSecondary70Alpha16","backgroundNeutralActive","neutral70Alpha16","backgroundSuccessActive","success70Alpha16","backgroundWarningActive","warning60Alpha20","backgroundRiskActive","risk60Alpha20","backgroundDangerActive","danger70Alpha16","backgroundTextActive","primary100Alpha12","backgroundFilledPrimary","_ref21","_ref22","backgroundFilledAccent","_ref23","_ref24","backgroundFilledAccentSecondary","_ref25","_ref26","backgroundFilledNeutral","_ref27","_ref28","backgroundFilledSuccess","_ref29","_ref30","backgroundFilledWarning","_ref31","_ref32","backgroundFilledRisk","_ref33","_ref34","backgroundFilledDanger","_ref35","_ref36","backgroundFilledText","_ref37","_ref38","backgroundFilledDisabled","_ref39","_ref40","backgroundFilledPrimaryHover","primary100","backgroundFilledAccentHover","accent100","backgroundFilledAccentSecondaryHover","accentSecondary100","backgroundFilledNeutralHover","neutral100","backgroundFilledSuccessHover","success100","backgroundFilledWarningHover","warning50","backgroundFilledRiskHover","risk80","backgroundFilledDangerHover","danger100","backgroundFilledTextHover","shade100","backgroundFilledPrimaryActive","primary110","backgroundFilledAccentActive","accent110","backgroundFilledAccentSecondaryActive","accentSecondary110","backgroundFilledNeutralActive","neutral110","backgroundFilledSuccessActive","success110","backgroundFilledWarningActive","warning60","backgroundFilledRiskActive","risk90","backgroundFilledDangerActive","danger110","backgroundFilledTextActive","shade110","backgroundEmptyPrimaryHover","backgroundEmptyAccentHover","backgroundEmptyAccentSecondaryHover","backgroundEmptyNeutralHover","backgroundEmptySuccessHover","backgroundEmptyWarningHover","backgroundEmptyRiskHover","backgroundEmptyDangerHover","backgroundEmptyTextHover","backgroundEmptyPrimaryActive","backgroundEmptyAccentActive","backgroundEmptyAccentSecondaryActive","backgroundEmptyNeutralActive","backgroundEmptySuccessActive","backgroundEmptyWarningActive","backgroundEmptyRiskActive","backgroundEmptyDangerActive","backgroundEmptyTextActive","textColorPrimary","_ref41","_ref42","textPrimary","textColorAccent","_ref43","_ref44","textAccent","textColorAccentSecondary","_ref45","_ref46","textAccentSecondary","textColorNeutral","_ref47","_ref48","textNeutral","textColorSuccess","_ref49","_ref50","textSuccess","textColorWarning","_ref51","_ref52","textWarning","textColorRisk","_ref53","_ref54","textRisk","textColorDanger","_ref55","_ref56","textDanger","textColorText","_ref57","_ref58","textParagraph","textColorDisabled","_ref59","_ref60","textDisabled","textColorFilledPrimary","_ref61","_ref62","textInverse","textColorFilledAccent","_ref63","_ref64","textColorFilledAccentSecondary","_ref65","_ref66","textColorFilledNeutral","_ref67","_ref68","textColorFilledSuccess","_ref69","_ref70","textColorFilledWarning","warning110","textColorFilledRisk","_ref71","_ref72","textColorFilledDanger","_ref73","_ref74","textColorFilledText","_ref75","_ref76","textColorFilledDisabled","_ref77","_ref78","_dark_buttons","warning60Alpha12","risk60Alpha12","plainLightAlpha12","primary70Alpha20","accent70Alpha20","accentSecondary70Alpha20","neutral70Alpha20","success70Alpha20","danger70Alpha20","plainLightAlpha16","primary70","accent70","accentSecondary70","neutral70","success70","risk60","danger70","shade70","primary80","accent80","accentSecondary80","neutral80","success80","risk70","danger80","shade80","buttons","exports","LIGHT","DARK"],"sources":["../../../src/variables/_buttons.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport {\n _EuiThemeButton,\n EuiThemeVariantFlags,\n ColorModeSwitch,\n computed,\n} from '@elastic/eui-theme-common';\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\n\nconst getTokenByVariant = (\n buttonVariant: EuiThemeVariantFlags['buttonVariant'],\n tokens: {\n classic: ColorModeSwitch;\n refresh: ColorModeSwitch;\n }\n) => {\n switch (buttonVariant) {\n case 'refresh':\n return tokens.refresh;\n default: {\n return tokens.classic;\n }\n }\n};\n\nconst _buttons = {\n backgroundPrimary: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n backgroundAccent: computed(\n ([backgroundLightAccent]) => backgroundLightAccent,\n ['colors.backgroundLightAccent']\n ),\n backgroundAccentSecondary: computed(\n ([backgroundLightAccentSecondary]) => backgroundLightAccentSecondary,\n ['colors.backgroundLightAccentSecondary']\n ),\n backgroundNeutral: computed(\n ([backgroundLightNeutral]) => backgroundLightNeutral,\n ['colors.backgroundLightNeutral']\n ),\n backgroundSuccess: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n backgroundWarning: computed(\n ([backgroundLightWarning]) => backgroundLightWarning,\n ['colors.backgroundLightWarning']\n ),\n backgroundRisk: computed(\n ([backgroundLightRisk]) => backgroundLightRisk,\n ['colors.backgroundLightRisk']\n ),\n backgroundDanger: computed(\n ([backgroundLightDanger]) => backgroundLightDanger,\n ['colors.backgroundLightDanger']\n ),\n backgroundText: computed(\n ([buttonVariant, backgroundBasePlain, backgroundLightText]) => {\n return getTokenByVariant(buttonVariant, {\n refresh: backgroundBasePlain,\n classic: backgroundLightText,\n });\n },\n [\n 'flags.buttonVariant',\n 'colors.backgroundBasePlain',\n 'colors.backgroundLightText',\n ]\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundPrimaryHover: SEMANTIC_COLORS.primary70Alpha12,\n backgroundAccentHover: SEMANTIC_COLORS.accent70Alpha12,\n backgroundAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha12,\n backgroundNeutralHover: SEMANTIC_COLORS.neutral70Alpha12,\n backgroundSuccessHover: SEMANTIC_COLORS.success70Alpha12,\n backgroundWarningHover: SEMANTIC_COLORS.warning60Alpha16,\n backgroundRiskHover: SEMANTIC_COLORS.risk60Alpha16,\n backgroundDangerHover: SEMANTIC_COLORS.danger70Alpha12,\n backgroundTextHover: SEMANTIC_COLORS.primary100Alpha8,\n\n backgroundPrimaryActive: SEMANTIC_COLORS.primary70Alpha16,\n backgroundAccentActive: SEMANTIC_COLORS.accent70Alpha16,\n backgroundAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundNeutralActive: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundSuccessActive: SEMANTIC_COLORS.success70Alpha16,\n backgroundWarningActive: SEMANTIC_COLORS.warning60Alpha20,\n backgroundRiskActive: SEMANTIC_COLORS.risk60Alpha20,\n backgroundDangerActive: SEMANTIC_COLORS.danger70Alpha16,\n backgroundTextActive: SEMANTIC_COLORS.primary100Alpha12,\n\n backgroundFilledPrimary: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n backgroundFilledAccent: computed(\n ([backgroundFilledAccent]) => backgroundFilledAccent,\n ['colors.backgroundFilledAccent']\n ),\n backgroundFilledAccentSecondary: computed(\n ([backgroundFilledAccentSecondary]) => backgroundFilledAccentSecondary,\n ['colors.backgroundFilledAccentSecondary']\n ),\n backgroundFilledNeutral: computed(\n ([backgroundFilledNeutral]) => backgroundFilledNeutral,\n ['colors.backgroundFilledNeutral']\n ),\n backgroundFilledSuccess: computed(\n ([backgroundFilledSuccess]) => backgroundFilledSuccess,\n ['colors.backgroundFilledSuccess']\n ),\n backgroundFilledWarning: computed(\n ([backgroundFilledWarning]) => backgroundFilledWarning,\n ['colors.backgroundFilledWarning']\n ),\n backgroundFilledRisk: computed(\n ([backgroundFilledRisk]) => backgroundFilledRisk,\n ['colors.backgroundFilledRisk']\n ),\n backgroundFilledDanger: computed(\n ([backgroundFilledDanger]) => backgroundFilledDanger,\n ['colors.backgroundFilledDanger']\n ),\n backgroundFilledText: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n backgroundFilledDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundFilledPrimaryHover: SEMANTIC_COLORS.primary100,\n backgroundFilledAccentHover: SEMANTIC_COLORS.accent100,\n backgroundFilledAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary100,\n backgroundFilledNeutralHover: SEMANTIC_COLORS.neutral100,\n backgroundFilledSuccessHover: SEMANTIC_COLORS.success100,\n backgroundFilledWarningHover: SEMANTIC_COLORS.warning50,\n backgroundFilledRiskHover: SEMANTIC_COLORS.risk80,\n backgroundFilledDangerHover: SEMANTIC_COLORS.danger100,\n backgroundFilledTextHover: SEMANTIC_COLORS.shade100,\n\n backgroundFilledPrimaryActive: SEMANTIC_COLORS.primary110,\n backgroundFilledAccentActive: SEMANTIC_COLORS.accent110,\n backgroundFilledAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary110,\n backgroundFilledNeutralActive: SEMANTIC_COLORS.neutral110,\n backgroundFilledSuccessActive: SEMANTIC_COLORS.success110,\n backgroundFilledWarningActive: SEMANTIC_COLORS.warning60,\n backgroundFilledRiskActive: SEMANTIC_COLORS.risk90,\n backgroundFilledDangerActive: SEMANTIC_COLORS.danger110,\n backgroundFilledTextActive: SEMANTIC_COLORS.shade110,\n\n backgroundEmptyPrimaryHover: SEMANTIC_COLORS.primary70Alpha12,\n backgroundEmptyAccentHover: SEMANTIC_COLORS.accent70Alpha12,\n backgroundEmptyAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha12,\n backgroundEmptyNeutralHover: SEMANTIC_COLORS.neutral70Alpha12,\n backgroundEmptySuccessHover: SEMANTIC_COLORS.success70Alpha12,\n backgroundEmptyWarningHover: SEMANTIC_COLORS.warning60Alpha16,\n backgroundEmptyRiskHover: SEMANTIC_COLORS.risk60Alpha16,\n backgroundEmptyDangerHover: SEMANTIC_COLORS.danger70Alpha12,\n backgroundEmptyTextHover: SEMANTIC_COLORS.primary100Alpha8,\n\n backgroundEmptyPrimaryActive: SEMANTIC_COLORS.primary70Alpha16,\n backgroundEmptyAccentActive: SEMANTIC_COLORS.accent70Alpha16,\n backgroundEmptyAccentSecondaryActive:\n SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundEmptyNeutralActive: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundEmptySuccessActive: SEMANTIC_COLORS.success70Alpha16,\n backgroundEmptyWarningActive: SEMANTIC_COLORS.warning60Alpha20,\n backgroundEmptyRiskActive: SEMANTIC_COLORS.risk60Alpha20,\n backgroundEmptyDangerActive: SEMANTIC_COLORS.danger70Alpha16,\n backgroundEmptyTextActive: SEMANTIC_COLORS.primary100Alpha12,\n\n textColorPrimary: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n textColorAccent: computed(\n ([textAccent]) => textAccent,\n ['colors.textAccent']\n ),\n textColorAccentSecondary: computed(\n ([textAccentSecondary]) => textAccentSecondary,\n ['colors.textAccentSecondary']\n ),\n textColorNeutral: computed(\n ([textNeutral]) => textNeutral,\n ['colors.textNeutral']\n ),\n textColorSuccess: computed(\n ([textSuccess]) => textSuccess,\n ['colors.textSuccess']\n ),\n textColorWarning: computed(\n ([textWarning]) => textWarning,\n ['colors.textWarning']\n ),\n textColorRisk: computed(([textRisk]) => textRisk, ['colors.textRisk']),\n textColorDanger: computed(\n ([textDanger]) => textDanger,\n ['colors.textDanger']\n ),\n textColorText: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n textColorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n\n textColorFilledPrimary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccent: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccentSecondary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledNeutral: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledSuccess: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledRisk: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDanger: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledText: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_buttons = {\n ..._buttons,\n\n backgroundPrimaryHover: SEMANTIC_COLORS.primary70Alpha16,\n backgroundAccentHover: SEMANTIC_COLORS.accent70Alpha16,\n backgroundAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundNeutralHover: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundSuccessHover: SEMANTIC_COLORS.success70Alpha16,\n backgroundWarningHover: SEMANTIC_COLORS.warning60Alpha12,\n backgroundRiskHover: SEMANTIC_COLORS.risk60Alpha12,\n backgroundDangerHover: SEMANTIC_COLORS.danger70Alpha16,\n backgroundTextHover: SEMANTIC_COLORS.plainLightAlpha12,\n\n backgroundPrimaryActive: SEMANTIC_COLORS.primary70Alpha20,\n backgroundAccentActive: SEMANTIC_COLORS.accent70Alpha20,\n backgroundAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary70Alpha20,\n backgroundNeutralActive: SEMANTIC_COLORS.neutral70Alpha20,\n backgroundSuccessActive: SEMANTIC_COLORS.success70Alpha20,\n backgroundWarningActive: SEMANTIC_COLORS.warning60Alpha16,\n backgroundRiskActive: SEMANTIC_COLORS.risk60Alpha16,\n backgroundDangerActive: SEMANTIC_COLORS.danger70Alpha20,\n backgroundTextActive: SEMANTIC_COLORS.plainLightAlpha16,\n\n backgroundFilledPrimaryHover: SEMANTIC_COLORS.primary70,\n backgroundFilledAccentHover: SEMANTIC_COLORS.accent70,\n backgroundFilledAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70,\n backgroundFilledNeutralHover: SEMANTIC_COLORS.neutral70,\n backgroundFilledSuccessHover: SEMANTIC_COLORS.success70,\n backgroundFilledWarningHover: SEMANTIC_COLORS.warning50,\n backgroundFilledRiskHover: SEMANTIC_COLORS.risk60,\n backgroundFilledDangerHover: SEMANTIC_COLORS.danger70,\n backgroundFilledTextHover: SEMANTIC_COLORS.shade70,\n\n backgroundFilledPrimaryActive: SEMANTIC_COLORS.primary80,\n backgroundFilledAccentActive: SEMANTIC_COLORS.accent80,\n backgroundFilledAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary80,\n backgroundFilledNeutralActive: SEMANTIC_COLORS.neutral80,\n backgroundFilledSuccessActive: SEMANTIC_COLORS.success80,\n backgroundFilledWarningActive: SEMANTIC_COLORS.warning60,\n backgroundFilledRiskActive: SEMANTIC_COLORS.risk70,\n backgroundFilledDangerActive: SEMANTIC_COLORS.danger80,\n backgroundFilledTextActive: SEMANTIC_COLORS.shade80,\n\n backgroundEmptyPrimaryHover: SEMANTIC_COLORS.primary70Alpha16,\n backgroundEmptyAccentHover: SEMANTIC_COLORS.accent70Alpha16,\n backgroundEmptyAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundEmptyNeutralHover: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundEmptySuccessHover: SEMANTIC_COLORS.success70Alpha16,\n backgroundEmptyWarningHover: SEMANTIC_COLORS.warning60Alpha12,\n backgroundEmptyRiskHover: SEMANTIC_COLORS.risk60Alpha12,\n backgroundEmptyDangerHover: SEMANTIC_COLORS.danger70Alpha16,\n backgroundEmptyTextHover: SEMANTIC_COLORS.plainLightAlpha12,\n\n backgroundEmptyPrimaryActive: SEMANTIC_COLORS.primary70Alpha20,\n backgroundEmptyAccentActive: SEMANTIC_COLORS.accent70Alpha20,\n backgroundEmptyAccentSecondaryActive:\n SEMANTIC_COLORS.accentSecondary70Alpha20,\n backgroundEmptySuccessActive: SEMANTIC_COLORS.success70Alpha20,\n backgroundEmptyNeutralActive: SEMANTIC_COLORS.neutral70Alpha20,\n backgroundEmptyWarningActive: SEMANTIC_COLORS.warning60Alpha16,\n backgroundEmptyRiskActive: SEMANTIC_COLORS.risk60Alpha16,\n backgroundEmptyDangerActive: SEMANTIC_COLORS.danger70Alpha20,\n backgroundEmptyTextActive: SEMANTIC_COLORS.plainLightAlpha16,\n\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n};\n\nexport const buttons: _EuiThemeButton = {\n LIGHT: _buttons,\n DARK: _dark_buttons,\n};\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../../src/variables/_components.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,
|
|
1
|
+
{"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../../src/variables/_components.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,2BAA2B,CAAC;AAwTnC,eAAO,MAAM,UAAU,EAAE,mBAiDxB,CAAC"}
|