@elastic/eui-theme-borealis 1.0.0 → 1.1.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/index.d.ts.map +1 -1
- package/lib/cjs/index.js +2 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/variables/_buttons.d.ts.map +1 -1
- package/lib/cjs/variables/_buttons.js +183 -106
- 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 +145 -146
- package/lib/cjs/variables/_components.js.map +1 -1
- package/lib/cjs/variables/colors/_colors_dark.js +1 -1
- package/lib/cjs/variables/colors/_colors_dark.js.map +1 -1
- package/lib/cjs/variables/colors/_semantic_colors.d.ts +17 -3
- package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +1 -1
- package/lib/cjs/variables/colors/_semantic_colors.js +17 -3
- package/lib/cjs/variables/colors/_semantic_colors.js.map +1 -1
- package/lib/esm/index.js +1 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/variables/_buttons.js +128 -12
- package/lib/esm/variables/_buttons.js.map +1 -1
- package/lib/esm/variables/_components.js +7 -4
- package/lib/esm/variables/_components.js.map +1 -1
- package/lib/esm/variables/colors/_colors_dark.js +1 -1
- package/lib/esm/variables/colors/_semantic_colors.d.ts +17 -3
- package/lib/esm/variables/colors/_semantic_colors.js +17 -3
- package/lib/esm/variables/colors/_semantic_colors.js.map +1 -1
- package/lib/eui_theme_borealis_dark.json +1 -1
- package/package.json +2 -2
- package/src/variables/colors/_colors_dark.scss +1 -1
- package/src/variables/colors/_semantic_colors.scss +8 -2
|
@@ -8,10 +8,10 @@ exports.components = void 0;
|
|
|
8
8
|
var _euiThemeCommon = require("@elastic/eui-theme-common");
|
|
9
9
|
var _semantic_colors = require("./colors/_semantic_colors");
|
|
10
10
|
var _colors_dark = require("./colors/_colors_dark");
|
|
11
|
+
var _colors_light = require("./colors/_colors_light");
|
|
12
|
+
var _colors_vis = require("./colors/_colors_vis");
|
|
11
13
|
var _buttons = require("./_buttons");
|
|
12
14
|
var _forms = require("./_forms");
|
|
13
|
-
var _colors_vis = require("./colors/_colors_vis");
|
|
14
|
-
var _colors_light = require("./colors/_colors_light");
|
|
15
15
|
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; }
|
|
16
16
|
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; }
|
|
17
17
|
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; }
|
|
@@ -63,9 +63,9 @@ var component_colors = {
|
|
|
63
63
|
bottomBarBackground: _semantic_colors.SEMANTIC_COLORS.plainDark,
|
|
64
64
|
buttonGroupBackgroundDisabledSelected: (0, _euiThemeCommon.computed)(function (_ref13) {
|
|
65
65
|
var _ref14 = _slicedToArray(_ref13, 1),
|
|
66
|
-
|
|
67
|
-
return
|
|
68
|
-
}, ['colors.
|
|
66
|
+
backgroundBaseDisabled = _ref14[0];
|
|
67
|
+
return backgroundBaseDisabled;
|
|
68
|
+
}, ['colors.backgroundBaseDisabled']),
|
|
69
69
|
buttonGroupBorderColor: (0, _euiThemeCommon.computed)(function (_ref15) {
|
|
70
70
|
var _ref16 = _slicedToArray(_ref15, 1),
|
|
71
71
|
borderBasePlain = _ref16[0];
|
|
@@ -76,26 +76,22 @@ var component_colors = {
|
|
|
76
76
|
borderBasePlain = _ref18[0];
|
|
77
77
|
return borderBasePlain;
|
|
78
78
|
}, ['colors.borderBasePlain']),
|
|
79
|
-
buttonGroupFocusColor:
|
|
79
|
+
buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainDark,
|
|
80
|
+
codeBackground: (0, _euiThemeCommon.computed)(function (_ref19) {
|
|
80
81
|
var _ref20 = _slicedToArray(_ref19, 1),
|
|
81
|
-
|
|
82
|
-
return textPrimary;
|
|
83
|
-
}, ['colors.textPrimary']),
|
|
84
|
-
codeBackground: (0, _euiThemeCommon.computed)(function (_ref21) {
|
|
85
|
-
var _ref22 = _slicedToArray(_ref21, 1),
|
|
86
|
-
backgroundBaseHighlighted = _ref22[0];
|
|
82
|
+
backgroundBaseHighlighted = _ref20[0];
|
|
87
83
|
return backgroundBaseHighlighted;
|
|
88
84
|
}, ['colors.backgroundBaseHighlighted']),
|
|
89
85
|
codeBackgroundSelected: 'inherit',
|
|
90
|
-
codeColor: (0, _euiThemeCommon.computed)(function (
|
|
91
|
-
var
|
|
92
|
-
textParagraph =
|
|
86
|
+
codeColor: (0, _euiThemeCommon.computed)(function (_ref21) {
|
|
87
|
+
var _ref22 = _slicedToArray(_ref21, 1),
|
|
88
|
+
textParagraph = _ref22[0];
|
|
93
89
|
return textParagraph;
|
|
94
90
|
}, ['colors.textParagraph']),
|
|
95
91
|
codeInlineColor: _colors_vis.colorVis.euiColorVisAsTextLight6,
|
|
96
|
-
codeCommentColor: (0, _euiThemeCommon.computed)(function (
|
|
97
|
-
var
|
|
98
|
-
textSubdued =
|
|
92
|
+
codeCommentColor: (0, _euiThemeCommon.computed)(function (_ref23) {
|
|
93
|
+
var _ref24 = _slicedToArray(_ref23, 1),
|
|
94
|
+
textSubdued = _ref24[0];
|
|
99
95
|
return textSubdued;
|
|
100
96
|
}, ['colors.textSubdued']),
|
|
101
97
|
codeSelectorColor: 'inherit',
|
|
@@ -110,9 +106,9 @@ var component_colors = {
|
|
|
110
106
|
codeAttributeColor: 'inherit',
|
|
111
107
|
codeSymbolColor: _colors_vis.colorVis.euiColorVisAsTextLight3,
|
|
112
108
|
codeParamsColor: 'inherit',
|
|
113
|
-
codeMetaColor: (0, _euiThemeCommon.computed)(function (
|
|
114
|
-
var
|
|
115
|
-
textSubdued =
|
|
109
|
+
codeMetaColor: (0, _euiThemeCommon.computed)(function (_ref25) {
|
|
110
|
+
var _ref26 = _slicedToArray(_ref25, 1),
|
|
111
|
+
textSubdued = _ref26[0];
|
|
116
112
|
return textSubdued;
|
|
117
113
|
}, ['colors.textSubdued']),
|
|
118
114
|
codeTitleColor: _colors_vis.colorVis.euiColorVisAsTextLight4,
|
|
@@ -121,235 +117,236 @@ var component_colors = {
|
|
|
121
117
|
codeDeletionColor: _colors_vis.colorVis.euiColorVisAsTextLight3,
|
|
122
118
|
codeSelectorClassColor: 'inherit',
|
|
123
119
|
codeSelectorIdColor: 'inherit',
|
|
124
|
-
collapsibleNavGroupBackground: (0, _euiThemeCommon.computed)(function (
|
|
125
|
-
var
|
|
126
|
-
backgroundBaseSubdued =
|
|
120
|
+
collapsibleNavGroupBackground: (0, _euiThemeCommon.computed)(function (_ref27) {
|
|
121
|
+
var _ref28 = _slicedToArray(_ref27, 1),
|
|
122
|
+
backgroundBaseSubdued = _ref28[0];
|
|
127
123
|
return backgroundBaseSubdued;
|
|
128
124
|
}, ['colors.backgroundBaseSubdued']),
|
|
129
125
|
collapsibleNavGroupBackgroundDark: _colors_dark.dark_background_colors.backgroundBaseSubdued,
|
|
130
|
-
dataGridBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
126
|
+
dataGridBorderColor: (0, _euiThemeCommon.computed)(function (_ref29) {
|
|
127
|
+
var _ref30 = _slicedToArray(_ref29, 1),
|
|
128
|
+
borderBaseSubdued = _ref30[0];
|
|
129
|
+
return borderBaseSubdued;
|
|
130
|
+
}, ['colors.borderBaseSubdued']),
|
|
131
|
+
dataGridVerticalLineBorderColor: (0, _euiThemeCommon.computed)(function (_ref31) {
|
|
131
132
|
var _ref32 = _slicedToArray(_ref31, 1),
|
|
132
133
|
borderBaseSubdued = _ref32[0];
|
|
133
134
|
return borderBaseSubdued;
|
|
134
135
|
}, ['colors.borderBaseSubdued']),
|
|
135
|
-
|
|
136
|
+
dataGridRowBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref33) {
|
|
136
137
|
var _ref34 = _slicedToArray(_ref33, 1),
|
|
137
|
-
|
|
138
|
-
return borderBaseSubdued;
|
|
139
|
-
}, ['colors.borderBaseSubdued']),
|
|
140
|
-
dataGridRowBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref35) {
|
|
141
|
-
var _ref36 = _slicedToArray(_ref35, 1),
|
|
142
|
-
backgroundBaseSubdued = _ref36[0];
|
|
138
|
+
backgroundBaseSubdued = _ref34[0];
|
|
143
139
|
return backgroundBaseSubdued;
|
|
144
140
|
}, ['colors.backgroundBaseSubdued']),
|
|
145
|
-
dataGridRowBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
146
|
-
var
|
|
147
|
-
backgroundBaseInteractiveHover =
|
|
141
|
+
dataGridRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref35) {
|
|
142
|
+
var _ref36 = _slicedToArray(_ref35, 1),
|
|
143
|
+
backgroundBaseInteractiveHover = _ref36[0];
|
|
148
144
|
return backgroundBaseInteractiveHover;
|
|
149
145
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
150
|
-
dataGridRowBackgroundSelect: (0, _euiThemeCommon.computed)(function (
|
|
151
|
-
var
|
|
152
|
-
backgroundBaseInteractiveSelect =
|
|
146
|
+
dataGridRowBackgroundSelect: (0, _euiThemeCommon.computed)(function (_ref37) {
|
|
147
|
+
var _ref38 = _slicedToArray(_ref37, 1),
|
|
148
|
+
backgroundBaseInteractiveSelect = _ref38[0];
|
|
153
149
|
return backgroundBaseInteractiveSelect;
|
|
154
150
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
155
|
-
dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (
|
|
156
|
-
var
|
|
157
|
-
backgroundBaseSuccess =
|
|
151
|
+
dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (_ref39) {
|
|
152
|
+
var _ref40 = _slicedToArray(_ref39, 1),
|
|
153
|
+
backgroundBaseSuccess = _ref40[0];
|
|
158
154
|
return backgroundBaseSuccess;
|
|
159
155
|
}, ['colors.backgroundBaseSuccess']),
|
|
160
|
-
dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (
|
|
161
|
-
var
|
|
162
|
-
backgroundLightSuccess =
|
|
156
|
+
dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (_ref41) {
|
|
157
|
+
var _ref42 = _slicedToArray(_ref41, 1),
|
|
158
|
+
backgroundLightSuccess = _ref42[0];
|
|
163
159
|
return backgroundLightSuccess;
|
|
164
160
|
}, ['colors.backgroundLightSuccess']),
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
161
|
+
filterButtonBadgeBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade25,
|
|
162
|
+
filterSelectItemBackgroundFocusDisabled: (0, _euiThemeCommon.computed)(function (_ref43) {
|
|
163
|
+
var _ref44 = _slicedToArray(_ref43, 1),
|
|
164
|
+
backgroundBaseDisabled = _ref44[0];
|
|
168
165
|
return backgroundBaseDisabled;
|
|
169
166
|
}, ['colors.backgroundBaseDisabled']),
|
|
170
|
-
flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (
|
|
171
|
-
var
|
|
172
|
-
backgroundBaseHighlighted =
|
|
167
|
+
flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (_ref45) {
|
|
168
|
+
var _ref46 = _slicedToArray(_ref45, 1),
|
|
169
|
+
backgroundBaseHighlighted = _ref46[0];
|
|
173
170
|
return backgroundBaseHighlighted;
|
|
174
171
|
}, ['colors.backgroundBaseHighlighted']),
|
|
175
|
-
flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (
|
|
176
|
-
var
|
|
177
|
-
backgroundBasePlain =
|
|
172
|
+
flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (_ref47) {
|
|
173
|
+
var _ref48 = _slicedToArray(_ref47, 1),
|
|
174
|
+
backgroundBasePlain = _ref48[0];
|
|
178
175
|
return backgroundBasePlain;
|
|
179
176
|
}, ['colors.backgroundBasePlain']),
|
|
180
|
-
headerBackground: (0, _euiThemeCommon.computed)(function (
|
|
181
|
-
var
|
|
182
|
-
backgroundBasePlain =
|
|
177
|
+
headerBackground: (0, _euiThemeCommon.computed)(function (_ref49) {
|
|
178
|
+
var _ref50 = _slicedToArray(_ref49, 1),
|
|
179
|
+
backgroundBasePlain = _ref50[0];
|
|
183
180
|
return backgroundBasePlain;
|
|
184
181
|
}, ['colors.backgroundBasePlain']),
|
|
185
182
|
headerDarkBackground: _colors_dark.dark_background_colors.backgroundBasePlain,
|
|
186
183
|
headerDarkSearchBorderColor: _colors_dark.dark_border_colors.borderBasePlain,
|
|
187
184
|
headerDarkSectionItemBackgroundFocus: _colors_dark.dark_background_colors.backgroundBasePrimary,
|
|
188
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (
|
|
189
|
-
var
|
|
190
|
-
backgroundBaseDisabled =
|
|
185
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (_ref51) {
|
|
186
|
+
var _ref52 = _slicedToArray(_ref51, 1),
|
|
187
|
+
backgroundBaseDisabled = _ref52[0];
|
|
191
188
|
return backgroundBaseDisabled;
|
|
192
189
|
}, ['colors.backgroundBaseDisabled']),
|
|
193
|
-
listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (
|
|
190
|
+
listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref53) {
|
|
191
|
+
var _ref54 = _slicedToArray(_ref53, 1),
|
|
192
|
+
backgroundBaseInteractiveSelect = _ref54[0];
|
|
193
|
+
return backgroundBaseInteractiveSelect;
|
|
194
|
+
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
195
|
+
listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref55) {
|
|
194
196
|
var _ref56 = _slicedToArray(_ref55, 1),
|
|
195
197
|
backgroundBaseInteractiveSelect = _ref56[0];
|
|
196
198
|
return backgroundBaseInteractiveSelect;
|
|
197
199
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
198
|
-
|
|
200
|
+
listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref57) {
|
|
199
201
|
var _ref58 = _slicedToArray(_ref57, 1),
|
|
200
|
-
|
|
201
|
-
return backgroundBaseInteractiveSelect;
|
|
202
|
-
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
203
|
-
listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref59) {
|
|
204
|
-
var _ref60 = _slicedToArray(_ref59, 1),
|
|
205
|
-
backgroundBaseInteractiveHover = _ref60[0];
|
|
202
|
+
backgroundBaseInteractiveHover = _ref58[0];
|
|
206
203
|
return backgroundBaseInteractiveHover;
|
|
207
204
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
208
|
-
listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (
|
|
209
|
-
var
|
|
210
|
-
backgroundBaseInteractiveHover =
|
|
205
|
+
listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref59) {
|
|
206
|
+
var _ref60 = _slicedToArray(_ref59, 1),
|
|
207
|
+
backgroundBaseInteractiveHover = _ref60[0];
|
|
211
208
|
return backgroundBaseInteractiveHover;
|
|
212
209
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
213
210
|
// we don't want to inherit overrides (e.g. HCM)
|
|
214
211
|
loadingSpinnerBorder: _colors_light.border_colors.borderBasePlain,
|
|
215
|
-
loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (
|
|
216
|
-
var
|
|
217
|
-
borderStrongPrimary =
|
|
212
|
+
loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref61) {
|
|
213
|
+
var _ref62 = _slicedToArray(_ref61, 1),
|
|
214
|
+
borderStrongPrimary = _ref62[0];
|
|
218
215
|
return borderStrongPrimary;
|
|
219
216
|
}, ['colors.borderStrongPrimary']),
|
|
220
217
|
loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade20,
|
|
221
218
|
loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade30,
|
|
222
219
|
loadingChartMonoBackground2: _semantic_colors.SEMANTIC_COLORS.shade40,
|
|
223
220
|
loadingChartMonoBackground3: _semantic_colors.SEMANTIC_COLORS.shade50,
|
|
224
|
-
markBackground: (0, _euiThemeCommon.computed)(function (
|
|
225
|
-
var
|
|
226
|
-
backgroundLightPrimary =
|
|
221
|
+
markBackground: (0, _euiThemeCommon.computed)(function (_ref63) {
|
|
222
|
+
var _ref64 = _slicedToArray(_ref63, 1),
|
|
223
|
+
backgroundLightPrimary = _ref64[0];
|
|
227
224
|
return backgroundLightPrimary;
|
|
228
225
|
}, ['colors.backgroundLightPrimary']),
|
|
229
|
-
markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
230
|
-
var
|
|
231
|
-
borderBasePlain =
|
|
226
|
+
markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref65) {
|
|
227
|
+
var _ref66 = _slicedToArray(_ref65, 1),
|
|
228
|
+
borderBasePlain = _ref66[0];
|
|
232
229
|
return borderBasePlain;
|
|
233
230
|
}, ['colors.borderBasePlain']),
|
|
234
|
-
overlayMaskBackground: (0, _euiThemeCommon.computed)(function (
|
|
235
|
-
var
|
|
236
|
-
backgroundBaseInteractiveOverlay =
|
|
231
|
+
overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref67) {
|
|
232
|
+
var _ref68 = _slicedToArray(_ref67, 1),
|
|
233
|
+
backgroundBaseInteractiveOverlay = _ref68[0];
|
|
237
234
|
return backgroundBaseInteractiveOverlay;
|
|
238
235
|
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
239
236
|
overlayMaskBackgroundHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade140RGB, ", 0.9)"),
|
|
240
|
-
popoverPanelBackground: (0, _euiThemeCommon.computed)(function (
|
|
241
|
-
var
|
|
242
|
-
backgroundBasePlain =
|
|
237
|
+
popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref69) {
|
|
238
|
+
var _ref70 = _slicedToArray(_ref69, 1),
|
|
239
|
+
backgroundBasePlain = _ref70[0];
|
|
243
240
|
return backgroundBasePlain;
|
|
244
241
|
}, ['colors.backgroundBasePlain']),
|
|
245
|
-
popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
246
|
-
var
|
|
247
|
-
borderBaseSubdued =
|
|
242
|
+
popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref71) {
|
|
243
|
+
var _ref72 = _slicedToArray(_ref71, 1),
|
|
244
|
+
borderBaseSubdued = _ref72[0];
|
|
248
245
|
return borderBaseSubdued;
|
|
249
246
|
}, ['colors.borderBaseSubdued']),
|
|
250
247
|
scrollbarTrackColor: _semantic_colors.SEMANTIC_COLORS.shade15,
|
|
251
|
-
sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (
|
|
252
|
-
var
|
|
253
|
-
backgroundBaseInteractiveSelect =
|
|
248
|
+
sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref73) {
|
|
249
|
+
var _ref74 = _slicedToArray(_ref73, 1),
|
|
250
|
+
backgroundBaseInteractiveSelect = _ref74[0];
|
|
254
251
|
return backgroundBaseInteractiveSelect;
|
|
255
252
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
256
|
-
selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
257
|
-
var
|
|
258
|
-
borderBaseSubdued =
|
|
253
|
+
selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref75) {
|
|
254
|
+
var _ref76 = _slicedToArray(_ref75, 1),
|
|
255
|
+
borderBaseSubdued = _ref76[0];
|
|
259
256
|
return borderBaseSubdued;
|
|
260
257
|
}, ['colors.borderBaseSubdued']),
|
|
261
258
|
skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade100RGB, ", 0.04)"),
|
|
262
|
-
superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (
|
|
263
|
-
var
|
|
264
|
-
backgroundBaseSuccess =
|
|
259
|
+
superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (_ref77) {
|
|
260
|
+
var _ref78 = _slicedToArray(_ref77, 1),
|
|
261
|
+
backgroundBaseSuccess = _ref78[0];
|
|
265
262
|
return backgroundBaseSuccess;
|
|
266
263
|
}, ['colors.backgroundBaseSuccess']),
|
|
267
|
-
switchBackgroundOn: (0, _euiThemeCommon.computed)(function (
|
|
268
|
-
var
|
|
269
|
-
backgroundFilledPrimary =
|
|
264
|
+
switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref79) {
|
|
265
|
+
var _ref80 = _slicedToArray(_ref79, 1),
|
|
266
|
+
backgroundFilledPrimary = _ref80[0];
|
|
270
267
|
return backgroundFilledPrimary;
|
|
271
268
|
}, ['colors.backgroundFilledPrimary']),
|
|
272
|
-
switchBackgroundOff: (0, _euiThemeCommon.computed)(function (
|
|
273
|
-
var
|
|
274
|
-
backgroundFilledText =
|
|
269
|
+
switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref81) {
|
|
270
|
+
var _ref82 = _slicedToArray(_ref81, 1),
|
|
271
|
+
backgroundFilledText = _ref82[0];
|
|
275
272
|
return backgroundFilledText;
|
|
276
273
|
}, ['colors.backgroundFilledText']),
|
|
277
|
-
switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (
|
|
274
|
+
switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref83) {
|
|
275
|
+
var _ref84 = _slicedToArray(_ref83, 1),
|
|
276
|
+
backgroundBaseFormsControlDisabled = _ref84[0];
|
|
277
|
+
return backgroundBaseFormsControlDisabled;
|
|
278
|
+
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
279
|
+
switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref85) {
|
|
278
280
|
var _ref86 = _slicedToArray(_ref85, 1),
|
|
279
281
|
backgroundBaseFormsControlDisabled = _ref86[0];
|
|
280
282
|
return backgroundBaseFormsControlDisabled;
|
|
281
283
|
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
282
|
-
|
|
284
|
+
switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref87) {
|
|
283
285
|
var _ref88 = _slicedToArray(_ref87, 1),
|
|
284
286
|
backgroundBaseFormsControlDisabled = _ref88[0];
|
|
285
287
|
return backgroundBaseFormsControlDisabled;
|
|
286
288
|
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
287
|
-
|
|
289
|
+
switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref89) {
|
|
288
290
|
var _ref90 = _slicedToArray(_ref89, 1),
|
|
289
|
-
|
|
290
|
-
return backgroundBaseFormsControlDisabled;
|
|
291
|
-
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
292
|
-
switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref91) {
|
|
293
|
-
var _ref92 = _slicedToArray(_ref91, 1),
|
|
294
|
-
backgroundBasePlain = _ref92[0];
|
|
291
|
+
backgroundBasePlain = _ref90[0];
|
|
295
292
|
return backgroundBasePlain;
|
|
296
293
|
}, ['colors.backgroundBasePlain']),
|
|
297
|
-
switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (
|
|
298
|
-
var
|
|
299
|
-
backgroundFilledPrimary =
|
|
294
|
+
switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref91) {
|
|
295
|
+
var _ref92 = _slicedToArray(_ref91, 1),
|
|
296
|
+
backgroundFilledPrimary = _ref92[0];
|
|
300
297
|
return backgroundFilledPrimary;
|
|
301
298
|
}, ['colors.backgroundFilledPrimary']),
|
|
302
|
-
switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (
|
|
303
|
-
var
|
|
304
|
-
backgroundFilledText =
|
|
299
|
+
switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref93) {
|
|
300
|
+
var _ref94 = _slicedToArray(_ref93, 1),
|
|
301
|
+
backgroundFilledText = _ref94[0];
|
|
305
302
|
return backgroundFilledText;
|
|
306
303
|
}, ['colors.backgroundFilledText']),
|
|
307
304
|
switchIconDisabled: _forms.forms.LIGHT.iconDisabled,
|
|
308
|
-
tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
309
|
-
var
|
|
310
|
-
backgroundBaseInteractiveHover =
|
|
305
|
+
tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref95) {
|
|
306
|
+
var _ref96 = _slicedToArray(_ref95, 1),
|
|
307
|
+
backgroundBaseInteractiveHover = _ref96[0];
|
|
311
308
|
return backgroundBaseInteractiveHover;
|
|
312
309
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
313
|
-
tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (
|
|
310
|
+
tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref97) {
|
|
311
|
+
var _ref98 = _slicedToArray(_ref97, 1),
|
|
312
|
+
backgroundBaseInteractiveSelect = _ref98[0];
|
|
313
|
+
return backgroundBaseInteractiveSelect;
|
|
314
|
+
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
315
|
+
tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref99) {
|
|
314
316
|
var _ref100 = _slicedToArray(_ref99, 1),
|
|
315
317
|
backgroundBaseInteractiveSelect = _ref100[0];
|
|
316
318
|
return backgroundBaseInteractiveSelect;
|
|
317
319
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
318
|
-
|
|
320
|
+
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref101) {
|
|
319
321
|
var _ref102 = _slicedToArray(_ref101, 1),
|
|
320
322
|
backgroundBaseInteractiveSelect = _ref102[0];
|
|
321
323
|
return backgroundBaseInteractiveSelect;
|
|
322
324
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
323
|
-
|
|
325
|
+
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref103) {
|
|
324
326
|
var _ref104 = _slicedToArray(_ref103, 1),
|
|
325
327
|
backgroundBaseInteractiveSelect = _ref104[0];
|
|
326
328
|
return backgroundBaseInteractiveSelect;
|
|
327
329
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
328
|
-
|
|
330
|
+
tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref105) {
|
|
329
331
|
var _ref106 = _slicedToArray(_ref105, 1),
|
|
330
|
-
|
|
331
|
-
return backgroundBaseInteractiveSelect;
|
|
332
|
-
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
333
|
-
tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref107) {
|
|
334
|
-
var _ref108 = _slicedToArray(_ref107, 1),
|
|
335
|
-
backgroundFilledText = _ref108[0];
|
|
332
|
+
backgroundFilledText = _ref106[0];
|
|
336
333
|
return backgroundFilledText;
|
|
337
334
|
}, ['colors.backgroundFilledText']),
|
|
338
335
|
tooltipBackground: _colors_dark.dark_background_colors.backgroundBaseSubdued,
|
|
339
336
|
tooltipBorder: _colors_dark.dark_border_colors.borderBaseSubdued,
|
|
340
|
-
tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (
|
|
341
|
-
var
|
|
342
|
-
borderBaseFloating =
|
|
337
|
+
tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref107) {
|
|
338
|
+
var _ref108 = _slicedToArray(_ref107, 1),
|
|
339
|
+
borderBaseFloating = _ref108[0];
|
|
343
340
|
return borderBaseFloating;
|
|
344
341
|
}, ['colors.borderBaseFloating']),
|
|
345
|
-
tourFooterBackground: (0, _euiThemeCommon.computed)(function (
|
|
346
|
-
var
|
|
347
|
-
backgroundBaseHighlighted =
|
|
342
|
+
tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref109) {
|
|
343
|
+
var _ref110 = _slicedToArray(_ref109, 1),
|
|
344
|
+
backgroundBaseHighlighted = _ref110[0];
|
|
348
345
|
return backgroundBaseHighlighted;
|
|
349
346
|
}, ['colors.backgroundBaseHighlighted']),
|
|
350
|
-
treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
351
|
-
var
|
|
352
|
-
backgroundBaseInteractiveHover =
|
|
347
|
+
treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref111) {
|
|
348
|
+
var _ref112 = _slicedToArray(_ref111, 1),
|
|
349
|
+
backgroundBaseInteractiveHover = _ref112[0];
|
|
353
350
|
return backgroundBaseInteractiveHover;
|
|
354
351
|
}, ['colors.backgroundBaseInteractiveHover'])
|
|
355
352
|
};
|
|
@@ -358,6 +355,7 @@ var components = exports.components = {
|
|
|
358
355
|
forms: _forms.forms,
|
|
359
356
|
LIGHT: component_colors,
|
|
360
357
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
358
|
+
buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainLight,
|
|
361
359
|
codeInlineColor: _colors_vis.colorVis.euiColorVisAsTextDark6,
|
|
362
360
|
codeStringColor: _colors_vis.colorVis.euiColorVisAsTextDark2,
|
|
363
361
|
codeTagColor: _colors_vis.colorVis.euiColorVisAsTextDark1,
|
|
@@ -370,6 +368,7 @@ var components = exports.components = {
|
|
|
370
368
|
codeSectionColor: _colors_vis.colorVis.euiColorVisAsTextDark3,
|
|
371
369
|
codeAdditionColor: _colors_vis.colorVis.euiColorVisAsTextDark0,
|
|
372
370
|
codeDeletionColor: _colors_vis.colorVis.euiColorVisAsTextDark3,
|
|
371
|
+
filterButtonBadgeBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade105,
|
|
373
372
|
loadingSpinnerBorder: _colors_dark.dark_border_colors.borderBasePlain,
|
|
374
373
|
loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade110,
|
|
375
374
|
loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade100,
|
|
@@ -380,14 +379,14 @@ var components = exports.components = {
|
|
|
380
379
|
skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.plainLightRGB, ", 0.3)"),
|
|
381
380
|
switchIconDisabled: _forms.forms.DARK.iconDisabled,
|
|
382
381
|
// TODO: align table hover states
|
|
383
|
-
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
384
|
-
var
|
|
385
|
-
backgroundBaseInteractiveHover =
|
|
382
|
+
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref113) {
|
|
383
|
+
var _ref114 = _slicedToArray(_ref113, 1),
|
|
384
|
+
backgroundBaseInteractiveHover = _ref114[0];
|
|
386
385
|
return backgroundBaseInteractiveHover;
|
|
387
386
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
388
|
-
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (
|
|
389
|
-
var
|
|
390
|
-
backgroundBaseInteractiveHover =
|
|
387
|
+
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref115) {
|
|
388
|
+
var _ref116 = _slicedToArray(_ref115, 1),
|
|
389
|
+
backgroundBaseInteractiveHover = _ref116[0];
|
|
391
390
|
return backgroundBaseInteractiveHover;
|
|
392
391
|
}, ['colors.backgroundBaseInteractiveHover'])
|
|
393
392
|
})
|