@elastic/eui-theme-borealis 3.3.1 → 3.4.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.
@@ -175,232 +175,224 @@ var component_colors = {
175
175
  backgroundBasePlain = _ref48[0];
176
176
  return backgroundBasePlain;
177
177
  }, ['colors.backgroundBasePlain']),
178
- dataGridRowStripesBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref49) {
178
+ dataGridRowStripesBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade15,
179
+ dataGridRowStripesBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref49) {
179
180
  var _ref50 = _slicedToArray(_ref49, 1),
180
- backgroundBasePlain = _ref50[0];
181
- return backgroundBasePlain;
182
- }, ['colors.backgroundBasePlain']),
183
- dataGridRowStripesBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref51) {
184
- var _ref52 = _slicedToArray(_ref51, 1),
185
- backgroundBaseSubdued = _ref52[0];
186
- return backgroundBaseSubdued;
187
- }, ['colors.backgroundBaseSubdued']),
188
- dataGridRowStripesBackgroundStripedHover: (0, _euiThemeCommon.computed)(function (_ref53) {
189
- var _ref54 = _slicedToArray(_ref53, 1),
190
- backgroundBaseSubdued = _ref54[0];
181
+ backgroundBaseSubdued = _ref50[0];
191
182
  return backgroundBaseSubdued;
192
183
  }, ['colors.backgroundBaseSubdued']),
193
- dataGridRowStripesBackgroundSelect: (0, _euiThemeCommon.computed)(function (_ref55) {
194
- var _ref56 = _slicedToArray(_ref55, 1),
195
- backgroundBaseInteractiveSelect = _ref56[0];
196
- return backgroundBaseInteractiveSelect;
197
- }, ['colors.backgroundBaseInteractiveSelect']),
198
- dataGridRowStripesBackgroundSelectHover: (0, _euiThemeCommon.computed)(function (_ref57) {
199
- var _ref58 = _slicedToArray(_ref57, 1),
200
- backgroundBaseInteractiveSelect = _ref58[0];
184
+ dataGridRowStripesBackgroundStripedHover: _semantic_colors.SEMANTIC_COLORS.shade15,
185
+ dataGridRowStripesBackgroundSelect: (0, _euiThemeCommon.computed)(function (_ref51) {
186
+ var _ref52 = _slicedToArray(_ref51, 1),
187
+ backgroundBaseInteractiveSelect = _ref52[0];
201
188
  return backgroundBaseInteractiveSelect;
202
189
  }, ['colors.backgroundBaseInteractiveSelect']),
203
- dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (_ref59) {
204
- var _ref60 = _slicedToArray(_ref59, 1),
205
- backgroundBaseSuccess = _ref60[0];
190
+ dataGridRowStripesBackgroundSelectHover: (0, _euiThemeCommon.computed)(function (_ref53) {
191
+ var _ref54 = _slicedToArray(_ref53, 1),
192
+ backgroundBaseInteractiveSelectHover = _ref54[0];
193
+ return backgroundBaseInteractiveSelectHover;
194
+ }, ['colors.backgroundBaseInteractiveSelectHover']),
195
+ dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (_ref55) {
196
+ var _ref56 = _slicedToArray(_ref55, 1),
197
+ backgroundBaseSuccess = _ref56[0];
206
198
  return backgroundBaseSuccess;
207
199
  }, ['colors.backgroundBaseSuccess']),
208
- dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (_ref61) {
209
- var _ref62 = _slicedToArray(_ref61, 1),
210
- backgroundLightSuccess = _ref62[0];
200
+ dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (_ref57) {
201
+ var _ref58 = _slicedToArray(_ref57, 1),
202
+ backgroundLightSuccess = _ref58[0];
211
203
  return backgroundLightSuccess;
212
204
  }, ['colors.backgroundLightSuccess']),
213
205
  filterButtonBadgeBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade25,
214
- filterSelectItemBackgroundFocusDisabled: (0, _euiThemeCommon.computed)(function (_ref63) {
215
- var _ref64 = _slicedToArray(_ref63, 1),
216
- backgroundBaseDisabled = _ref64[0];
206
+ filterSelectItemBackgroundFocusDisabled: (0, _euiThemeCommon.computed)(function (_ref59) {
207
+ var _ref60 = _slicedToArray(_ref59, 1),
208
+ backgroundBaseDisabled = _ref60[0];
217
209
  return backgroundBaseDisabled;
218
210
  }, ['colors.backgroundBaseDisabled']),
219
- flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (_ref65) {
220
- var _ref66 = _slicedToArray(_ref65, 1),
221
- backgroundBaseHighlighted = _ref66[0];
211
+ flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (_ref61) {
212
+ var _ref62 = _slicedToArray(_ref61, 1),
213
+ backgroundBaseHighlighted = _ref62[0];
222
214
  return backgroundBaseHighlighted;
223
215
  }, ['colors.backgroundBaseHighlighted']),
224
- flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (_ref67) {
225
- var _ref68 = _slicedToArray(_ref67, 1),
226
- backgroundBasePlain = _ref68[0];
216
+ flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (_ref63) {
217
+ var _ref64 = _slicedToArray(_ref63, 1),
218
+ backgroundBasePlain = _ref64[0];
227
219
  return backgroundBasePlain;
228
220
  }, ['colors.backgroundBasePlain']),
229
- headerBackground: (0, _euiThemeCommon.computed)(function (_ref69) {
230
- var _ref70 = _slicedToArray(_ref69, 1),
231
- backgroundBasePlain = _ref70[0];
221
+ headerBackground: (0, _euiThemeCommon.computed)(function (_ref65) {
222
+ var _ref66 = _slicedToArray(_ref65, 1),
223
+ backgroundBasePlain = _ref66[0];
232
224
  return backgroundBasePlain;
233
225
  }, ['colors.backgroundBasePlain']),
234
226
  headerDarkBackground: _colors_dark.dark_background_colors.backgroundBasePlain,
235
227
  headerDarkSearchBorderColor: _colors_dark.dark_border_colors.borderBasePlain,
236
228
  headerDarkSectionItemBackgroundFocus: _colors_dark.dark_background_colors.backgroundBasePrimary,
237
- keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (_ref71) {
238
- var _ref72 = _slicedToArray(_ref71, 1),
239
- backgroundBaseDisabled = _ref72[0];
229
+ keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (_ref67) {
230
+ var _ref68 = _slicedToArray(_ref67, 1),
231
+ backgroundBaseDisabled = _ref68[0];
240
232
  return backgroundBaseDisabled;
241
233
  }, ['colors.backgroundBaseDisabled']),
242
- listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref73) {
243
- var _ref74 = _slicedToArray(_ref73, 1),
244
- backgroundBaseInteractiveSelect = _ref74[0];
234
+ listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref69) {
235
+ var _ref70 = _slicedToArray(_ref69, 1),
236
+ backgroundBaseInteractiveSelect = _ref70[0];
245
237
  return backgroundBaseInteractiveSelect;
246
238
  }, ['colors.backgroundBaseInteractiveSelect']),
247
- listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref75) {
248
- var _ref76 = _slicedToArray(_ref75, 1),
249
- backgroundBaseInteractiveSelect = _ref76[0];
239
+ listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref71) {
240
+ var _ref72 = _slicedToArray(_ref71, 1),
241
+ backgroundBaseInteractiveSelect = _ref72[0];
250
242
  return backgroundBaseInteractiveSelect;
251
243
  }, ['colors.backgroundBaseInteractiveSelect']),
252
- listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref77) {
253
- var _ref78 = _slicedToArray(_ref77, 1),
254
- backgroundBaseInteractiveHover = _ref78[0];
244
+ listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref73) {
245
+ var _ref74 = _slicedToArray(_ref73, 1),
246
+ backgroundBaseInteractiveHover = _ref74[0];
255
247
  return backgroundBaseInteractiveHover;
256
248
  }, ['colors.backgroundBaseInteractiveHover']),
257
- listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref79) {
258
- var _ref80 = _slicedToArray(_ref79, 1),
259
- backgroundBaseInteractiveHover = _ref80[0];
249
+ listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref75) {
250
+ var _ref76 = _slicedToArray(_ref75, 1),
251
+ backgroundBaseInteractiveHover = _ref76[0];
260
252
  return backgroundBaseInteractiveHover;
261
253
  }, ['colors.backgroundBaseInteractiveHover']),
262
254
  // we don't want to inherit overrides (e.g. HCM)
263
255
  loadingSpinnerBorder: _colors_light.border_colors.borderBasePlain,
264
- loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref81) {
265
- var _ref82 = _slicedToArray(_ref81, 1),
266
- borderStrongPrimary = _ref82[0];
256
+ loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref77) {
257
+ var _ref78 = _slicedToArray(_ref77, 1),
258
+ borderStrongPrimary = _ref78[0];
267
259
  return borderStrongPrimary;
268
260
  }, ['colors.borderStrongPrimary']),
269
261
  loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade20,
270
262
  loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade30,
271
263
  loadingChartMonoBackground2: _semantic_colors.SEMANTIC_COLORS.shade40,
272
264
  loadingChartMonoBackground3: _semantic_colors.SEMANTIC_COLORS.shade50,
273
- markBackground: (0, _euiThemeCommon.computed)(function (_ref83) {
274
- var _ref84 = _slicedToArray(_ref83, 1),
275
- backgroundLightPrimary = _ref84[0];
265
+ markBackground: (0, _euiThemeCommon.computed)(function (_ref79) {
266
+ var _ref80 = _slicedToArray(_ref79, 1),
267
+ backgroundLightPrimary = _ref80[0];
276
268
  return backgroundLightPrimary;
277
269
  }, ['colors.backgroundLightPrimary']),
278
- markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref85) {
279
- var _ref86 = _slicedToArray(_ref85, 1),
280
- borderBasePlain = _ref86[0];
270
+ markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref81) {
271
+ var _ref82 = _slicedToArray(_ref81, 1),
272
+ borderBasePlain = _ref82[0];
281
273
  return borderBasePlain;
282
274
  }, ['colors.borderBasePlain']),
283
- overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref87) {
284
- var _ref88 = _slicedToArray(_ref87, 1),
285
- backgroundBaseInteractiveOverlay = _ref88[0];
275
+ overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref83) {
276
+ var _ref84 = _slicedToArray(_ref83, 1),
277
+ backgroundBaseInteractiveOverlay = _ref84[0];
286
278
  return backgroundBaseInteractiveOverlay;
287
279
  }, ['colors.backgroundBaseInteractiveOverlay']),
288
280
  overlayMaskBackgroundHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade140RGB, ", 0.9)"),
289
- popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref89) {
290
- var _ref90 = _slicedToArray(_ref89, 1),
291
- backgroundBasePlain = _ref90[0];
281
+ popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref85) {
282
+ var _ref86 = _slicedToArray(_ref85, 1),
283
+ backgroundBasePlain = _ref86[0];
292
284
  return backgroundBasePlain;
293
285
  }, ['colors.backgroundBasePlain']),
294
- popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref91) {
295
- var _ref92 = _slicedToArray(_ref91, 1),
296
- borderBaseSubdued = _ref92[0];
286
+ popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref87) {
287
+ var _ref88 = _slicedToArray(_ref87, 1),
288
+ borderBaseSubdued = _ref88[0];
297
289
  return borderBaseSubdued;
298
290
  }, ['colors.borderBaseSubdued']),
299
291
  scrollbarTrackColor: _semantic_colors.SEMANTIC_COLORS.shade15,
300
- sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref93) {
301
- var _ref94 = _slicedToArray(_ref93, 1),
302
- backgroundBaseInteractiveSelect = _ref94[0];
292
+ sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref89) {
293
+ var _ref90 = _slicedToArray(_ref89, 1),
294
+ backgroundBaseInteractiveSelect = _ref90[0];
303
295
  return backgroundBaseInteractiveSelect;
304
296
  }, ['colors.backgroundBaseInteractiveSelect']),
305
- selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref95) {
306
- var _ref96 = _slicedToArray(_ref95, 1),
307
- borderBaseSubdued = _ref96[0];
297
+ selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref91) {
298
+ var _ref92 = _slicedToArray(_ref91, 1),
299
+ borderBaseSubdued = _ref92[0];
308
300
  return borderBaseSubdued;
309
301
  }, ['colors.borderBaseSubdued']),
310
302
  skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade100RGB, ", 0.04)"),
311
- superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (_ref97) {
312
- var _ref98 = _slicedToArray(_ref97, 1),
313
- backgroundBaseSuccess = _ref98[0];
303
+ superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (_ref93) {
304
+ var _ref94 = _slicedToArray(_ref93, 1),
305
+ backgroundBaseSuccess = _ref94[0];
314
306
  return backgroundBaseSuccess;
315
307
  }, ['colors.backgroundBaseSuccess']),
316
- switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref99) {
317
- var _ref100 = _slicedToArray(_ref99, 1),
318
- backgroundFilledPrimary = _ref100[0];
308
+ switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref95) {
309
+ var _ref96 = _slicedToArray(_ref95, 1),
310
+ backgroundFilledPrimary = _ref96[0];
319
311
  return backgroundFilledPrimary;
320
312
  }, ['colors.backgroundFilledPrimary']),
321
- switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref101) {
322
- var _ref102 = _slicedToArray(_ref101, 1),
323
- backgroundFilledText = _ref102[0];
313
+ switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref97) {
314
+ var _ref98 = _slicedToArray(_ref97, 1),
315
+ backgroundFilledText = _ref98[0];
324
316
  return backgroundFilledText;
325
317
  }, ['colors.backgroundFilledText']),
326
- switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref103) {
327
- var _ref104 = _slicedToArray(_ref103, 1),
328
- backgroundBaseFormsControlDisabled = _ref104[0];
318
+ switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref99) {
319
+ var _ref100 = _slicedToArray(_ref99, 1),
320
+ backgroundBaseFormsControlDisabled = _ref100[0];
329
321
  return backgroundBaseFormsControlDisabled;
330
322
  }, ['colors.backgroundBaseFormsControlDisabled']),
331
- switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref105) {
332
- var _ref106 = _slicedToArray(_ref105, 1),
333
- backgroundBaseFormsControlDisabled = _ref106[0];
323
+ switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref101) {
324
+ var _ref102 = _slicedToArray(_ref101, 1),
325
+ backgroundBaseFormsControlDisabled = _ref102[0];
334
326
  return backgroundBaseFormsControlDisabled;
335
327
  }, ['colors.backgroundBaseFormsControlDisabled']),
336
- switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref107) {
337
- var _ref108 = _slicedToArray(_ref107, 1),
338
- backgroundBaseFormsControlDisabled = _ref108[0];
328
+ switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref103) {
329
+ var _ref104 = _slicedToArray(_ref103, 1),
330
+ backgroundBaseFormsControlDisabled = _ref104[0];
339
331
  return backgroundBaseFormsControlDisabled;
340
332
  }, ['colors.backgroundBaseFormsControlDisabled']),
341
- switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref109) {
342
- var _ref110 = _slicedToArray(_ref109, 1),
343
- backgroundBasePlain = _ref110[0];
333
+ switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref105) {
334
+ var _ref106 = _slicedToArray(_ref105, 1),
335
+ backgroundBasePlain = _ref106[0];
344
336
  return backgroundBasePlain;
345
337
  }, ['colors.backgroundBasePlain']),
346
- switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref111) {
347
- var _ref112 = _slicedToArray(_ref111, 1),
348
- backgroundFilledPrimary = _ref112[0];
338
+ switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref107) {
339
+ var _ref108 = _slicedToArray(_ref107, 1),
340
+ backgroundFilledPrimary = _ref108[0];
349
341
  return backgroundFilledPrimary;
350
342
  }, ['colors.backgroundFilledPrimary']),
351
- switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref113) {
352
- var _ref114 = _slicedToArray(_ref113, 1),
353
- backgroundFilledText = _ref114[0];
343
+ switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref109) {
344
+ var _ref110 = _slicedToArray(_ref109, 1),
345
+ backgroundFilledText = _ref110[0];
354
346
  return backgroundFilledText;
355
347
  }, ['colors.backgroundFilledText']),
356
348
  switchIconDisabled: _forms.forms.LIGHT.iconDisabled,
357
- tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref115) {
358
- var _ref116 = _slicedToArray(_ref115, 1),
359
- backgroundBaseInteractiveHover = _ref116[0];
349
+ tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref111) {
350
+ var _ref112 = _slicedToArray(_ref111, 1),
351
+ backgroundBaseInteractiveHover = _ref112[0];
360
352
  return backgroundBaseInteractiveHover;
361
353
  }, ['colors.backgroundBaseInteractiveHover']),
362
- tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref117) {
363
- var _ref118 = _slicedToArray(_ref117, 1),
364
- backgroundBaseInteractiveSelect = _ref118[0];
354
+ tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref113) {
355
+ var _ref114 = _slicedToArray(_ref113, 1),
356
+ backgroundBaseInteractiveSelect = _ref114[0];
365
357
  return backgroundBaseInteractiveSelect;
366
358
  }, ['colors.backgroundBaseInteractiveSelect']),
367
- tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref119) {
368
- var _ref120 = _slicedToArray(_ref119, 1),
369
- backgroundBaseInteractiveSelectHover = _ref120[0];
359
+ tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref115) {
360
+ var _ref116 = _slicedToArray(_ref115, 1),
361
+ backgroundBaseInteractiveSelectHover = _ref116[0];
370
362
  return backgroundBaseInteractiveSelectHover;
371
363
  }, ['colors.backgroundBaseInteractiveSelectHover']),
372
- tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref121) {
373
- var _ref122 = _slicedToArray(_ref121, 1),
374
- backgroundBaseInteractiveSelect = _ref122[0];
364
+ tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref117) {
365
+ var _ref118 = _slicedToArray(_ref117, 1),
366
+ backgroundBaseInteractiveSelect = _ref118[0];
375
367
  return backgroundBaseInteractiveSelect;
376
368
  }, ['colors.backgroundBaseInteractiveSelect']),
377
- tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref123) {
378
- var _ref124 = _slicedToArray(_ref123, 1),
379
- backgroundBaseInteractiveHover = _ref124[0];
369
+ tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref119) {
370
+ var _ref120 = _slicedToArray(_ref119, 1),
371
+ backgroundBaseInteractiveHover = _ref120[0];
380
372
  return backgroundBaseInteractiveHover;
381
373
  }, ['colors.backgroundBaseInteractiveHover']),
382
374
  tableRowBackgroundMarked: _semantic_colors.SEMANTIC_COLORS.warning10,
383
375
  tableRowBackgroundMarkedHover: _semantic_colors.SEMANTIC_COLORS.warning20,
384
- tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref125) {
385
- var _ref126 = _slicedToArray(_ref125, 1),
386
- backgroundFilledText = _ref126[0];
376
+ tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref121) {
377
+ var _ref122 = _slicedToArray(_ref121, 1),
378
+ backgroundFilledText = _ref122[0];
387
379
  return backgroundFilledText;
388
380
  }, ['colors.backgroundFilledText']),
389
381
  tooltipBackground: _colors_dark.dark_background_colors.backgroundBaseSubdued,
390
382
  tooltipBorder: _colors_dark.dark_border_colors.borderBaseSubdued,
391
- tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref127) {
392
- var _ref128 = _slicedToArray(_ref127, 1),
393
- borderBaseFloating = _ref128[0];
383
+ tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref123) {
384
+ var _ref124 = _slicedToArray(_ref123, 1),
385
+ borderBaseFloating = _ref124[0];
394
386
  return borderBaseFloating;
395
387
  }, ['colors.borderBaseFloating']),
396
- tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref129) {
397
- var _ref130 = _slicedToArray(_ref129, 1),
398
- backgroundBaseHighlighted = _ref130[0];
388
+ tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref125) {
389
+ var _ref126 = _slicedToArray(_ref125, 1),
390
+ backgroundBaseHighlighted = _ref126[0];
399
391
  return backgroundBaseHighlighted;
400
392
  }, ['colors.backgroundBaseHighlighted']),
401
- treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref131) {
402
- var _ref132 = _slicedToArray(_ref131, 1),
403
- backgroundBaseInteractiveHover = _ref132[0];
393
+ treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref127) {
394
+ var _ref128 = _slicedToArray(_ref127, 1),
395
+ backgroundBaseInteractiveHover = _ref128[0];
404
396
  return backgroundBaseInteractiveHover;
405
397
  }, ['colors.backgroundBaseInteractiveHover'])
406
398
  };
@@ -410,6 +402,8 @@ var components = exports.components = {
410
402
  LIGHT: component_colors,
411
403
  DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
412
404
  buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainLight,
405
+ dataGridRowStripesBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade130,
406
+ dataGridRowStripesBackgroundStripedHover: _semantic_colors.SEMANTIC_COLORS.shade130,
413
407
  dataGridRowBackgroundMarked: _semantic_colors.SEMANTIC_COLORS.warning140,
414
408
  dataGridRowBackgroundMarkedHover: _semantic_colors.SEMANTIC_COLORS.warning130,
415
409
  codeInlineBackground: _semantic_colors.SEMANTIC_COLORS.shade135,
@@ -437,14 +431,14 @@ var components = exports.components = {
437
431
  skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.plainLightRGB, ", 0.3)"),
438
432
  switchIconDisabled: _forms.forms.DARK.iconDisabled,
439
433
  // TODO: align table hover states
440
- tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref133) {
441
- var _ref134 = _slicedToArray(_ref133, 1),
442
- backgroundBaseInteractiveHover = _ref134[0];
434
+ tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref129) {
435
+ var _ref130 = _slicedToArray(_ref129, 1),
436
+ backgroundBaseInteractiveHover = _ref130[0];
443
437
  return backgroundBaseInteractiveHover;
444
438
  }, ['colors.backgroundBaseInteractiveHover']),
445
- tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref135) {
446
- var _ref136 = _slicedToArray(_ref135, 1),
447
- backgroundBaseInteractiveHover = _ref136[0];
439
+ tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref131) {
440
+ var _ref132 = _slicedToArray(_ref131, 1),
441
+ backgroundBaseInteractiveHover = _ref132[0];
448
442
  return backgroundBaseInteractiveHover;
449
443
  }, ['colors.backgroundBaseInteractiveHover']),
450
444
  tableRowBackgroundMarked: _semantic_colors.SEMANTIC_COLORS.warning140,
@@ -62,11 +62,11 @@ const component_colors = {
62
62
  dataGridRowBorderHover: computed(([borderStrongText]) => borderStrongText, ['colors.borderStrongText']),
63
63
  dataGridRowBorderMarked: computed(([borderStrongWarning]) => borderStrongWarning, ['colors.borderStrongWarning']),
64
64
  dataGridRowStripesBackground: computed(([backgroundBasePlain]) => backgroundBasePlain, ['colors.backgroundBasePlain']),
65
- dataGridRowStripesBackgroundHover: computed(([backgroundBasePlain]) => backgroundBasePlain, ['colors.backgroundBasePlain']),
65
+ dataGridRowStripesBackgroundHover: SEMANTIC_COLORS.shade15,
66
66
  dataGridRowStripesBackgroundStriped: computed(([backgroundBaseSubdued]) => backgroundBaseSubdued, ['colors.backgroundBaseSubdued']),
67
- dataGridRowStripesBackgroundStripedHover: computed(([backgroundBaseSubdued]) => backgroundBaseSubdued, ['colors.backgroundBaseSubdued']),
67
+ dataGridRowStripesBackgroundStripedHover: SEMANTIC_COLORS.shade15,
68
68
  dataGridRowStripesBackgroundSelect: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
69
- dataGridRowStripesBackgroundSelectHover: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
69
+ dataGridRowStripesBackgroundSelectHover: computed(([backgroundBaseInteractiveSelectHover]) => backgroundBaseInteractiveSelectHover, ['colors.backgroundBaseInteractiveSelectHover']),
70
70
  dragDropDraggingBackground: computed(([backgroundBaseSuccess]) => backgroundBaseSuccess, ['colors.backgroundBaseSuccess']),
71
71
  dragDropDraggingOverBackground: computed(([backgroundLightSuccess]) => backgroundLightSuccess, ['colors.backgroundLightSuccess']),
72
72
  filterButtonBadgeBackgroundHover: SEMANTIC_COLORS.shade25,
@@ -130,6 +130,8 @@ export const components = {
130
130
  DARK: {
131
131
  ...component_colors,
132
132
  buttonGroupFocusColor: SEMANTIC_COLORS.plainLight,
133
+ dataGridRowStripesBackgroundHover: SEMANTIC_COLORS.shade130,
134
+ dataGridRowStripesBackgroundStripedHover: SEMANTIC_COLORS.shade130,
133
135
  dataGridRowBackgroundMarked: SEMANTIC_COLORS.warning140,
134
136
  dataGridRowBackgroundMarkedHover: SEMANTIC_COLORS.warning130,
135
137
  codeInlineBackground: SEMANTIC_COLORS.shade135,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-borealis",
3
- "version": "3.3.1",
3
+ "version": "3.4.0",
4
4
  "description": "A visual theme for EUI",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {
@@ -9,7 +9,7 @@ $euiColorWhite: #FFFFFF !default;
9
9
  $euiColorBlack: #000000 !default;
10
10
  $euiColorMutedBlack: #0E0F12 !default;
11
11
  $euiColorBlueBlack: #050F21 !default;
12
- $euiColorTransparent: 'transparent' !default;
12
+ $euiColorTransparent: transparent !default;
13
13
 
14
14
  $euiColorPlainLight: $euiColorWhite !default;
15
15
  $euiColorPlainDark: $euiColorBlueBlack !default;