@elastic/eui 103.1.0 → 104.0.0-amsterdam.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.
Files changed (119) hide show
  1. package/dist/eui_theme_amsterdam_dark.json +13 -15
  2. package/dist/eui_theme_amsterdam_dark.json.d.ts +12 -14
  3. package/dist/eui_theme_amsterdam_light.json +14 -16
  4. package/dist/eui_theme_amsterdam_light.json.d.ts +12 -14
  5. package/dist/eui_theme_borealis_dark.json +10 -14
  6. package/dist/eui_theme_borealis_dark.json.d.ts +11 -15
  7. package/dist/eui_theme_borealis_light.json +10 -14
  8. package/dist/eui_theme_borealis_light.json.d.ts +11 -15
  9. package/es/components/copy/copy.js +6 -8
  10. package/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
  11. package/es/components/datagrid/data_grid.styles.js +1 -1
  12. package/es/components/page/page_header/page_header_content.js +1 -2
  13. package/es/components/provider/provider.js +2 -2
  14. package/es/components/table/table_row.js +1 -1
  15. package/es/components/tabs/tab.styles.js +1 -4
  16. package/es/components/tabs/tabs.js +1 -2
  17. package/es/components/tabs/tabs.styles.js +1 -2
  18. package/es/services/color/eui_palettes.js +6 -2
  19. package/es/services/color/vis_color_store.js +1 -1
  20. package/es/services/theme/context.js +2 -2
  21. package/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
  22. package/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +33 -0
  23. package/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
  24. package/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
  25. package/es/themes/index.js +3 -1
  26. package/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
  27. package/es/themes/json/eui_theme_amsterdam_light.json +14 -16
  28. package/es/themes/json/eui_theme_borealis_dark.json +10 -14
  29. package/es/themes/json/eui_theme_borealis_light.json +10 -14
  30. package/eui.d.ts +391 -392
  31. package/lib/components/copy/copy.js +6 -8
  32. package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
  33. package/lib/components/datagrid/data_grid.styles.js +1 -1
  34. package/lib/components/page/page_header/page_header_content.js +1 -2
  35. package/lib/components/provider/provider.js +2 -2
  36. package/lib/components/table/table_row.js +1 -1
  37. package/lib/components/tabs/tab.styles.js +1 -4
  38. package/lib/components/tabs/tabs.js +1 -2
  39. package/lib/components/tabs/tabs.styles.js +1 -2
  40. package/lib/services/color/eui_palettes.js +6 -2
  41. package/lib/services/color/vis_color_store.js +2 -2
  42. package/lib/services/theme/context.js +2 -2
  43. package/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
  44. package/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +37 -0
  45. package/{test-env/themes/amsterdam/global_styling/variables/_colors_vis.js → lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
  46. package/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
  47. package/lib/themes/index.js +17 -2
  48. package/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
  49. package/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
  50. package/lib/themes/json/eui_theme_borealis_dark.json +10 -14
  51. package/lib/themes/json/eui_theme_borealis_light.json +10 -14
  52. package/optimize/es/components/copy/copy.js +2 -7
  53. package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
  54. package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
  55. package/optimize/es/components/page/page_header/page_header_content.js +1 -2
  56. package/optimize/es/components/provider/provider.js +2 -2
  57. package/optimize/es/components/table/table_row.js +1 -1
  58. package/optimize/es/components/tabs/tab.styles.js +1 -4
  59. package/optimize/es/components/tabs/tabs.js +1 -1
  60. package/optimize/es/components/tabs/tabs.styles.js +1 -2
  61. package/optimize/es/services/color/eui_palettes.js +6 -2
  62. package/optimize/es/services/color/vis_color_store.js +1 -1
  63. package/optimize/es/services/theme/context.js +2 -2
  64. package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
  65. package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +30 -0
  66. package/optimize/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
  67. package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
  68. package/optimize/es/themes/index.js +3 -1
  69. package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
  70. package/optimize/es/themes/json/eui_theme_amsterdam_light.json +14 -16
  71. package/optimize/es/themes/json/eui_theme_borealis_dark.json +10 -14
  72. package/optimize/es/themes/json/eui_theme_borealis_light.json +10 -14
  73. package/optimize/lib/components/copy/copy.js +2 -7
  74. package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
  75. package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
  76. package/optimize/lib/components/page/page_header/page_header_content.js +1 -2
  77. package/optimize/lib/components/provider/provider.js +2 -2
  78. package/optimize/lib/components/table/table_row.js +1 -1
  79. package/optimize/lib/components/tabs/tab.styles.js +1 -4
  80. package/optimize/lib/components/tabs/tabs.js +1 -1
  81. package/optimize/lib/components/tabs/tabs.styles.js +1 -2
  82. package/optimize/lib/services/color/eui_palettes.js +6 -2
  83. package/optimize/lib/services/color/vis_color_store.js +2 -2
  84. package/optimize/lib/services/theme/context.js +2 -2
  85. package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
  86. package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
  87. package/{lib/themes/amsterdam/global_styling/variables/_colors_vis.js → optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
  88. package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
  89. package/optimize/lib/themes/index.js +17 -2
  90. package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
  91. package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
  92. package/optimize/lib/themes/json/eui_theme_borealis_dark.json +10 -14
  93. package/optimize/lib/themes/json/eui_theme_borealis_light.json +10 -14
  94. package/package.json +4 -4
  95. package/src/themes/amsterdam/_colors_dark.scss +2 -0
  96. package/src/themes/amsterdam/_colors_light.scss +2 -0
  97. package/src/themes/amsterdam/global_styling/variables/_colors_vis_dark.scss +14 -0
  98. package/src/themes/amsterdam/global_styling/variables/_colors_vis_light.scss +14 -0
  99. package/test-env/components/copy/copy.js +6 -7
  100. package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
  101. package/test-env/components/datagrid/data_grid.styles.js +1 -1
  102. package/test-env/components/page/page_header/page_header_content.js +1 -2
  103. package/test-env/components/provider/provider.js +2 -2
  104. package/test-env/components/table/table_row.js +1 -1
  105. package/test-env/components/tabs/tab.styles.js +1 -4
  106. package/test-env/components/tabs/tabs.js +1 -2
  107. package/test-env/components/tabs/tabs.styles.js +1 -2
  108. package/test-env/services/color/eui_palettes.js +6 -2
  109. package/test-env/services/color/vis_color_store.js +2 -2
  110. package/test-env/services/theme/context.js +2 -2
  111. package/test-env/themes/amsterdam/global_styling/variables/_colors.js +325 -301
  112. package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
  113. package/{optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js → test-env/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
  114. package/test-env/themes/amsterdam/global_styling/variables/_components.js +305 -270
  115. package/test-env/themes/index.js +17 -2
  116. package/test-env/themes/json/eui_theme_amsterdam_dark.json +13 -15
  117. package/test-env/themes/json/eui_theme_amsterdam_light.json +14 -16
  118. package/test-env/themes/json/eui_theme_borealis_dark.json +10 -14
  119. package/test-env/themes/json/eui_theme_borealis_light.json +10 -14
@@ -23,7 +23,7 @@ import { shade, tint, transparentize } from '../../../../services/color/manipula
23
23
  import { makeHighContrastColor } from '../../../../services/color/contrast';
24
24
  import { buttons } from './_buttons';
25
25
  import { forms } from './_forms';
26
- import { colorVis } from './_colors_vis';
26
+ import { colorVisLight as colorVis } from './_colors_vis_light';
27
27
  var component_colors = {
28
28
  badgeBackground: computed(function (_ref) {
29
29
  var _ref2 = _slicedToArray(_ref, 1),
@@ -196,11 +196,11 @@ var component_colors = {
196
196
  color = _ref64[0];
197
197
  return tint(color, 0.3);
198
198
  }, ['border.color']),
199
- dataGridRowBackgroundStriped: computed(function (_ref65) {
199
+ dataGridRowBackground: computed(function (_ref65) {
200
200
  var _ref66 = _slicedToArray(_ref65, 1),
201
- lightestShade = _ref66[0];
202
- return lightestShade;
203
- }, ['colors.lightestShade']),
201
+ emptyShade = _ref66[0];
202
+ return emptyShade;
203
+ }, ['colors.emptyShade']),
204
204
  dataGridRowBackgroundHover: computed(function (_ref67) {
205
205
  var _ref68 = _slicedToArray(_ref67, 1),
206
206
  highlight = _ref68[0];
@@ -211,265 +211,300 @@ var component_colors = {
211
211
  highlight = _ref70[0];
212
212
  return highlight;
213
213
  }, ['colors.highlight']),
214
- dragDropDraggingBackground: computed(function (_ref71) {
214
+ dataGridRowBackgroundSelectHover: computed(function (_ref71) {
215
215
  var _ref72 = _slicedToArray(_ref71, 1),
216
- success = _ref72[0];
216
+ highlight = _ref72[0];
217
+ return highlight;
218
+ }, ['colors.highlight']),
219
+ dataGridRowStripesBackground: computed(function (_ref73) {
220
+ var _ref74 = _slicedToArray(_ref73, 1),
221
+ emptyShade = _ref74[0];
222
+ return emptyShade;
223
+ }, ['colors.emptyShade']),
224
+ dataGridRowStripesBackgroundHover: computed(function (_ref75) {
225
+ var _ref76 = _slicedToArray(_ref75, 1),
226
+ highlight = _ref76[0];
227
+ return highlight;
228
+ }, ['colors.highlight']),
229
+ dataGridRowStripesBackgroundStriped: computed(function (_ref77) {
230
+ var _ref78 = _slicedToArray(_ref77, 1),
231
+ lightestShade = _ref78[0];
232
+ return lightestShade;
233
+ }, ['colors.lightestShade']),
234
+ dataGridRowStripesBackgroundStripedHover: computed(function (_ref79) {
235
+ var _ref80 = _slicedToArray(_ref79, 1),
236
+ highlight = _ref80[0];
237
+ return highlight;
238
+ }, ['colors.highlight']),
239
+ dataGridRowStripesBackgroundSelect: computed(function (_ref81) {
240
+ var _ref82 = _slicedToArray(_ref81, 1),
241
+ highlight = _ref82[0];
242
+ return highlight;
243
+ }, ['colors.highlight']),
244
+ dataGridRowStripesBackgroundSelectHover: computed(function (_ref83) {
245
+ var _ref84 = _slicedToArray(_ref83, 1),
246
+ highlight = _ref84[0];
247
+ return highlight;
248
+ }, ['colors.highlight']),
249
+ dragDropDraggingBackground: computed(function (_ref85) {
250
+ var _ref86 = _slicedToArray(_ref85, 1),
251
+ success = _ref86[0];
217
252
  return transparentize(success, 0.1);
218
253
  }, ['colors.success']),
219
- dragDropDraggingOverBackground: computed(function (_ref73) {
220
- var _ref74 = _slicedToArray(_ref73, 1),
221
- success = _ref74[0];
254
+ dragDropDraggingOverBackground: computed(function (_ref87) {
255
+ var _ref88 = _slicedToArray(_ref87, 1),
256
+ success = _ref88[0];
222
257
  return transparentize(success, 0.25);
223
258
  }, ['colors.success']),
224
- filterButtonBadgeBackgroundHover: computed(function (_ref75) {
225
- var _ref76 = _slicedToArray(_ref75, 1),
226
- lightShade = _ref76[0];
259
+ filterButtonBadgeBackgroundHover: computed(function (_ref89) {
260
+ var _ref90 = _slicedToArray(_ref89, 1),
261
+ lightShade = _ref90[0];
227
262
  return tint(lightShade, 0.3);
228
263
  }, ['colors.lightShade']),
229
- filterSelectItemBackgroundFocusDisabled: computed(function (_ref77) {
230
- var _ref78 = _slicedToArray(_ref77, 1),
231
- disabled = _ref78[0];
264
+ filterSelectItemBackgroundFocusDisabled: computed(function (_ref91) {
265
+ var _ref92 = _slicedToArray(_ref91, 1),
266
+ disabled = _ref92[0];
232
267
  return transparentize(disabled, 0.1);
233
268
  }, ['colors.disabled']),
234
- flyoutFooterBackground: computed(function (_ref79) {
235
- var _ref80 = _slicedToArray(_ref79, 1),
236
- lightestShade = _ref80[0];
269
+ flyoutFooterBackground: computed(function (_ref93) {
270
+ var _ref94 = _slicedToArray(_ref93, 1),
271
+ lightestShade = _ref94[0];
237
272
  return lightestShade;
238
273
  }, ['colors.lightestShade']),
239
- flyoutCloseButtonInsideBackground: computed(function (_ref81) {
240
- var _ref82 = _slicedToArray(_ref81, 1),
241
- emptyShade = _ref82[0];
274
+ flyoutCloseButtonInsideBackground: computed(function (_ref95) {
275
+ var _ref96 = _slicedToArray(_ref95, 1),
276
+ emptyShade = _ref96[0];
242
277
  return transparentize(emptyShade, 0.9);
243
278
  }, ['colors.emptyShade']),
244
- headerBackground: computed(function (_ref83) {
245
- var _ref84 = _slicedToArray(_ref83, 1),
246
- emptyShade = _ref84[0];
279
+ headerBackground: computed(function (_ref97) {
280
+ var _ref98 = _slicedToArray(_ref97, 1),
281
+ emptyShade = _ref98[0];
247
282
  return emptyShade;
248
283
  }, ['colors.emptyShade']),
249
- headerDarkBackground: computed(function (_ref85) {
250
- var _ref86 = _slicedToArray(_ref85, 1),
251
- darkestShade = _ref86[0];
284
+ headerDarkBackground: computed(function (_ref99) {
285
+ var _ref100 = _slicedToArray(_ref99, 1),
286
+ darkestShade = _ref100[0];
252
287
  return shade(darkestShade, 0.28);
253
288
  }, ['colors.darkestShade']),
254
- headerDarkSearchBorderColor: computed(function (_ref87) {
255
- var _ref88 = _slicedToArray(_ref87, 1),
256
- ghost = _ref88[0];
289
+ headerDarkSearchBorderColor: computed(function (_ref101) {
290
+ var _ref102 = _slicedToArray(_ref101, 1),
291
+ ghost = _ref102[0];
257
292
  return transparentize(ghost, 0.3);
258
293
  }, ['colors.ghost']),
259
- headerDarkSectionItemBackgroundFocus: computed(function (_ref89) {
260
- var _ref90 = _slicedToArray(_ref89, 1),
261
- primary = _ref90[0];
294
+ headerDarkSectionItemBackgroundFocus: computed(function (_ref103) {
295
+ var _ref104 = _slicedToArray(_ref103, 1),
296
+ primary = _ref104[0];
262
297
  return shade(primary, 0.5);
263
298
  }, ['colors.primary']),
264
- keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref91) {
265
- var _ref92 = _slicedToArray(_ref91, 1),
266
- disabled = _ref92[0];
299
+ keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref105) {
300
+ var _ref106 = _slicedToArray(_ref105, 1),
301
+ disabled = _ref106[0];
267
302
  return transparentize(disabled, 0.1);
268
303
  }, ['colors.disabled']),
269
- listGroupItemBackgroundPrimaryActive: computed(function (_ref93) {
270
- var _ref94 = _slicedToArray(_ref93, 1),
271
- lightShade = _ref94[0];
304
+ listGroupItemBackgroundPrimaryActive: computed(function (_ref107) {
305
+ var _ref108 = _slicedToArray(_ref107, 1),
306
+ lightShade = _ref108[0];
272
307
  return transparentize(lightShade, 0.2);
273
308
  }, ['colors.lightShade']),
274
- listGroupItemBackgroundSubduedActive: computed(function (_ref95) {
275
- var _ref96 = _slicedToArray(_ref95, 1),
276
- primary = _ref96[0];
309
+ listGroupItemBackgroundSubduedActive: computed(function (_ref109) {
310
+ var _ref110 = _slicedToArray(_ref109, 1),
311
+ primary = _ref110[0];
277
312
  return transparentize(primary, 0.1);
278
313
  }, ['colors.primary']),
279
- listGroupItemBackgroundHover: computed(function (_ref97) {
280
- var _ref98 = _slicedToArray(_ref97, 1),
281
- lightShade = _ref98[0];
314
+ listGroupItemBackgroundHover: computed(function (_ref111) {
315
+ var _ref112 = _slicedToArray(_ref111, 1),
316
+ lightShade = _ref112[0];
282
317
  return transparentize(lightShade, 0.2);
283
318
  }, ['colors.lightShade']),
284
- listGroupItemBackgroundPrimaryHover: computed(function (_ref99) {
285
- var _ref100 = _slicedToArray(_ref99, 1),
286
- primary = _ref100[0];
319
+ listGroupItemBackgroundPrimaryHover: computed(function (_ref113) {
320
+ var _ref114 = _slicedToArray(_ref113, 1),
321
+ primary = _ref114[0];
287
322
  return transparentize(primary, 0.1);
288
323
  }, ['colors.primary']),
289
- loadingSpinnerBorder: computed(function (_ref101) {
290
- var _ref102 = _slicedToArray(_ref101, 1),
291
- lightShade = _ref102[0];
324
+ loadingSpinnerBorder: computed(function (_ref115) {
325
+ var _ref116 = _slicedToArray(_ref115, 1),
326
+ lightShade = _ref116[0];
292
327
  return lightShade;
293
328
  }, ['colors.lightShade']),
294
- loadingSpinnerHighlight: computed(function (_ref103) {
295
- var _ref104 = _slicedToArray(_ref103, 1),
296
- primary = _ref104[0];
329
+ loadingSpinnerHighlight: computed(function (_ref117) {
330
+ var _ref118 = _slicedToArray(_ref117, 1),
331
+ primary = _ref118[0];
297
332
  return primary;
298
333
  }, ['colors.primary']),
299
- loadingChartMonoBackground0: computed(function (_ref105) {
300
- var _ref106 = _slicedToArray(_ref105, 1),
301
- lightShade = _ref106[0];
334
+ loadingChartMonoBackground0: computed(function (_ref119) {
335
+ var _ref120 = _slicedToArray(_ref119, 1),
336
+ lightShade = _ref120[0];
302
337
  return lightShade;
303
338
  }, ['colors.lightShade']),
304
- loadingChartMonoBackground1: computed(function (_ref107) {
305
- var _ref108 = _slicedToArray(_ref107, 1),
306
- lightShade = _ref108[0];
339
+ loadingChartMonoBackground1: computed(function (_ref121) {
340
+ var _ref122 = _slicedToArray(_ref121, 1),
341
+ lightShade = _ref122[0];
307
342
  return shade(lightShade, 0.04);
308
343
  }, ['colors.lightShade']),
309
- loadingChartMonoBackground2: computed(function (_ref109) {
310
- var _ref110 = _slicedToArray(_ref109, 1),
311
- lightShade = _ref110[0];
344
+ loadingChartMonoBackground2: computed(function (_ref123) {
345
+ var _ref124 = _slicedToArray(_ref123, 1),
346
+ lightShade = _ref124[0];
312
347
  return shade(lightShade, 0.08);
313
348
  }, ['colors.lightShade']),
314
- loadingChartMonoBackground3: computed(function (_ref111) {
315
- var _ref112 = _slicedToArray(_ref111, 1),
316
- lightShade = _ref112[0];
349
+ loadingChartMonoBackground3: computed(function (_ref125) {
350
+ var _ref126 = _slicedToArray(_ref125, 1),
351
+ lightShade = _ref126[0];
317
352
  return shade(lightShade, 0.12);
318
353
  }, ['colors.lightShade']),
319
- markBackground: computed(function (_ref113) {
320
- var _ref114 = _slicedToArray(_ref113, 1),
321
- primary = _ref114[0];
354
+ markBackground: computed(function (_ref127) {
355
+ var _ref128 = _slicedToArray(_ref127, 1),
356
+ primary = _ref128[0];
322
357
  return transparentize(primary, 0.1);
323
358
  }, ['colors.primary']),
324
- markdownFormatTableBorderColor: computed(function (_ref115) {
325
- var _ref116 = _slicedToArray(_ref115, 1),
326
- fullShade = _ref116[0];
359
+ markdownFormatTableBorderColor: computed(function (_ref129) {
360
+ var _ref130 = _slicedToArray(_ref129, 1),
361
+ fullShade = _ref130[0];
327
362
  return transparentize(fullShade, 0.15);
328
363
  }, ['colors.fullShade']),
329
- overlayMaskBackground: computed(function (_ref117) {
330
- var _ref118 = _slicedToArray(_ref117, 1),
331
- backgroundBaseInteractiveOverlay = _ref118[0];
364
+ overlayMaskBackground: computed(function (_ref131) {
365
+ var _ref132 = _slicedToArray(_ref131, 1),
366
+ backgroundBaseInteractiveOverlay = _ref132[0];
332
367
  return backgroundBaseInteractiveOverlay;
333
368
  }, ['colors.backgroundBaseInteractiveOverlay']),
334
- overlayMaskBackgroundHighContrast: computed(function (_ref119) {
335
- var _ref120 = _slicedToArray(_ref119, 1),
336
- ink = _ref120[0];
369
+ overlayMaskBackgroundHighContrast: computed(function (_ref133) {
370
+ var _ref134 = _slicedToArray(_ref133, 1),
371
+ ink = _ref134[0];
337
372
  return transparentize(ink, 0.85);
338
373
  }, ['colors.ink']),
339
- popoverPanelBackground: computed(function (_ref121) {
340
- var _ref122 = _slicedToArray(_ref121, 1),
341
- emptyShade = _ref122[0];
374
+ popoverPanelBackground: computed(function (_ref135) {
375
+ var _ref136 = _slicedToArray(_ref135, 1),
376
+ emptyShade = _ref136[0];
342
377
  return emptyShade;
343
378
  }, ['colors.emptyShade']),
344
- popoverFooterBorderColor: computed(function (_ref123) {
345
- var _ref124 = _slicedToArray(_ref123, 1),
346
- color = _ref124[0];
379
+ popoverFooterBorderColor: computed(function (_ref137) {
380
+ var _ref138 = _slicedToArray(_ref137, 1),
381
+ color = _ref138[0];
347
382
  return color;
348
383
  }, ['border.color']),
349
- scrollbarTrackColor: computed(function (_ref125) {
350
- var _ref126 = _slicedToArray(_ref125, 1),
351
- body = _ref126[0];
384
+ scrollbarTrackColor: computed(function (_ref139) {
385
+ var _ref140 = _slicedToArray(_ref139, 1),
386
+ body = _ref140[0];
352
387
  return shade(body, 0.03);
353
388
  }, ['colors.body']),
354
- sideNavItemEmphasizedBackground: computed(function (_ref127) {
355
- var _ref128 = _slicedToArray(_ref127, 1),
356
- lightShade = _ref128[0];
389
+ sideNavItemEmphasizedBackground: computed(function (_ref141) {
390
+ var _ref142 = _slicedToArray(_ref141, 1),
391
+ lightShade = _ref142[0];
357
392
  return transparentize(lightShade, 0.3);
358
393
  }, ['colors.lightShade']),
359
- selectableListItemBorderColor: computed(function (_ref129) {
360
- var _ref130 = _slicedToArray(_ref129, 1),
361
- color = _ref130[0];
394
+ selectableListItemBorderColor: computed(function (_ref143) {
395
+ var _ref144 = _slicedToArray(_ref143, 1),
396
+ color = _ref144[0];
362
397
  return transparentize(color, 0.4);
363
398
  }, ['border.color']),
364
- skeletonBackgroundSkeletonMiddleHighContrast: computed(function (_ref131) {
365
- var _ref132 = _slicedToArray(_ref131, 1),
366
- emptyShade = _ref132[0];
399
+ skeletonBackgroundSkeletonMiddleHighContrast: computed(function (_ref145) {
400
+ var _ref146 = _slicedToArray(_ref145, 1),
401
+ emptyShade = _ref146[0];
367
402
  return emptyShade;
368
403
  }, ['colors.emptyShade']),
369
- superDatePickerBackgroundSuccees: computed(function (_ref133) {
370
- var _ref134 = _slicedToArray(_ref133, 1),
371
- success = _ref134[0];
404
+ superDatePickerBackgroundSuccees: computed(function (_ref147) {
405
+ var _ref148 = _slicedToArray(_ref147, 1),
406
+ success = _ref148[0];
372
407
  return tint(success, 0.9);
373
408
  }, ['colors.success']),
374
- switchBackgroundOn: computed(function (_ref135) {
375
- var _ref136 = _slicedToArray(_ref135, 1),
376
- primary = _ref136[0];
409
+ switchBackgroundOn: computed(function (_ref149) {
410
+ var _ref150 = _slicedToArray(_ref149, 1),
411
+ primary = _ref150[0];
377
412
  return primary;
378
413
  }, ['colors.primary']),
379
- switchBackgroundOff: computed(function (_ref137) {
380
- var _ref138 = _slicedToArray(_ref137, 1),
381
- lightestShade = _ref138[0];
414
+ switchBackgroundOff: computed(function (_ref151) {
415
+ var _ref152 = _slicedToArray(_ref151, 1),
416
+ lightestShade = _ref152[0];
382
417
  return shade(lightestShade, 0.4);
383
418
  }, ['colors.lightestShade']),
384
- switchUncompressedBackgroundDisabled: computed(function (_ref139) {
385
- var _ref140 = _slicedToArray(_ref139, 1),
386
- lightShade = _ref140[0];
419
+ switchUncompressedBackgroundDisabled: computed(function (_ref153) {
420
+ var _ref154 = _slicedToArray(_ref153, 1),
421
+ lightShade = _ref154[0];
387
422
  return tint(lightShade, 0.5);
388
423
  }, ['colors.lightShade']),
389
- switchCompressedBackgroundDisabled: computed(function (_ref141) {
390
- var _ref142 = _slicedToArray(_ref141, 1),
391
- lightShade = _ref142[0];
424
+ switchCompressedBackgroundDisabled: computed(function (_ref155) {
425
+ var _ref156 = _slicedToArray(_ref155, 1),
426
+ lightShade = _ref156[0];
392
427
  return tint(lightShade, 0.25);
393
428
  }, ['colors.lightShade']),
394
- switchMiniBackgroundDisabled: computed(function (_ref143) {
395
- var _ref144 = _slicedToArray(_ref143, 1),
396
- lightShade = _ref144[0];
429
+ switchMiniBackgroundDisabled: computed(function (_ref157) {
430
+ var _ref158 = _slicedToArray(_ref157, 1),
431
+ lightShade = _ref158[0];
397
432
  return tint(lightShade, 0);
398
433
  }, ['colors.lightShade']),
399
434
  switchThumbBackgroundDisabled: 'transparent',
400
- switchThumbBorderOn: computed(function (_ref145) {
401
- var _ref146 = _slicedToArray(_ref145, 1),
402
- lightestShade = _ref146[0];
435
+ switchThumbBorderOn: computed(function (_ref159) {
436
+ var _ref160 = _slicedToArray(_ref159, 1),
437
+ lightestShade = _ref160[0];
403
438
  return shade(lightestShade, 0.4);
404
439
  }, ['colors.lightestShade']),
405
- switchThumbBorderOff: computed(function (_ref147) {
406
- var _ref148 = _slicedToArray(_ref147, 1),
407
- lightestShade = _ref148[0];
440
+ switchThumbBorderOff: computed(function (_ref161) {
441
+ var _ref162 = _slicedToArray(_ref161, 1),
442
+ lightestShade = _ref162[0];
408
443
  return shade(lightestShade, 0.4);
409
444
  }, ['colors.lightestShade']),
410
- switchIconDisabled: computed(function (_ref149) {
411
- var _ref150 = _slicedToArray(_ref149, 1),
412
- lightestShade = _ref150[0];
445
+ switchIconDisabled: computed(function (_ref163) {
446
+ var _ref164 = _slicedToArray(_ref163, 1),
447
+ lightestShade = _ref164[0];
413
448
  return shade(lightestShade, 0.4);
414
449
  }, ['colors.lightestShade']),
415
- tableRowBackgroundHover: computed(function (_ref151) {
416
- var _ref152 = _slicedToArray(_ref151, 1),
417
- lightestShade = _ref152[0];
450
+ tableRowBackgroundHover: computed(function (_ref165) {
451
+ var _ref166 = _slicedToArray(_ref165, 1),
452
+ lightestShade = _ref166[0];
418
453
  return tint(lightestShade, 0.5);
419
454
  }, ['colors.lightestShade']),
420
- tableRowBackgroundSelected: computed(function (_ref153) {
421
- var _ref154 = _slicedToArray(_ref153, 1),
422
- primary = _ref154[0];
455
+ tableRowBackgroundSelected: computed(function (_ref167) {
456
+ var _ref168 = _slicedToArray(_ref167, 1),
457
+ primary = _ref168[0];
423
458
  return tint(primary, 0.96);
424
459
  }, ['colors.primary']),
425
- tableRowBackgroundSelectedHover: computed(function (_ref155) {
426
- var _ref156 = _slicedToArray(_ref155, 1),
427
- primary = _ref156[0];
460
+ tableRowBackgroundSelectedHover: computed(function (_ref169) {
461
+ var _ref170 = _slicedToArray(_ref169, 1),
462
+ primary = _ref170[0];
428
463
  return tint(primary, 0.9);
429
464
  }, ['colors.primary']),
430
- tableRowInteractiveBackgroundHover: computed(function (_ref157) {
431
- var _ref158 = _slicedToArray(_ref157, 1),
432
- primary = _ref158[0];
465
+ tableRowInteractiveBackgroundHover: computed(function (_ref171) {
466
+ var _ref172 = _slicedToArray(_ref171, 1),
467
+ primary = _ref172[0];
433
468
  return transparentize(primary, 0.05);
434
469
  }, ['colors.primary']),
435
- tableRowInteractiveBackgroundFocus: computed(function (_ref159) {
436
- var _ref160 = _slicedToArray(_ref159, 1),
437
- primary = _ref160[0];
470
+ tableRowInteractiveBackgroundFocus: computed(function (_ref173) {
471
+ var _ref174 = _slicedToArray(_ref173, 1),
472
+ primary = _ref174[0];
438
473
  return transparentize(primary, 0.1);
439
474
  }, ['colors.primary']),
440
- tableCellSortableIconColor: computed(function (_ref161) {
441
- var _ref162 = _slicedToArray(_ref161, 2),
442
- emptyShade = _ref162[0],
443
- subduedText = _ref162[1];
475
+ tableCellSortableIconColor: computed(function (_ref175) {
476
+ var _ref176 = _slicedToArray(_ref175, 2),
477
+ emptyShade = _ref176[0],
478
+ subduedText = _ref176[1];
444
479
  var color = tint(subduedText, 0.9);
445
480
  return makeHighContrastColor(
446
481
  // Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
447
482
  color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
448
483
  )(emptyShade);
449
484
  }, ['colors.emptyShade', 'colors.subduedText']),
450
- tooltipBackground: computed(function (_ref163) {
451
- var _ref164 = _slicedToArray(_ref163, 1),
452
- fullShade = _ref164[0];
485
+ tooltipBackground: computed(function (_ref177) {
486
+ var _ref178 = _slicedToArray(_ref177, 1),
487
+ fullShade = _ref178[0];
453
488
  return tint(fullShade, 0.25);
454
489
  }, ['colors.fullShade']),
455
- tooltipBorder: computed(function (_ref165) {
456
- var _ref166 = _slicedToArray(_ref165, 1),
457
- fullShade = _ref166[0];
490
+ tooltipBorder: computed(function (_ref179) {
491
+ var _ref180 = _slicedToArray(_ref179, 1),
492
+ fullShade = _ref180[0];
458
493
  return tint(fullShade, 0.35);
459
494
  }, ['colors.fullShade']),
460
- tooltipBorderFloating: computed(function (_ref167) {
461
- var _ref168 = _slicedToArray(_ref167, 1),
462
- borderBaseFloating = _ref168[0];
495
+ tooltipBorderFloating: computed(function (_ref181) {
496
+ var _ref182 = _slicedToArray(_ref181, 1),
497
+ borderBaseFloating = _ref182[0];
463
498
  return borderBaseFloating;
464
499
  }, ['colors.borderBaseFloating']),
465
- tourFooterBackground: computed(function (_ref169) {
466
- var _ref170 = _slicedToArray(_ref169, 1),
467
- lightestShade = _ref170[0];
500
+ tourFooterBackground: computed(function (_ref183) {
501
+ var _ref184 = _slicedToArray(_ref183, 1),
502
+ lightestShade = _ref184[0];
468
503
  return tint(lightestShade, 0.5);
469
504
  }, ['colors.lightestShade']),
470
- treeViewItemBackgroundHover: computed(function (_ref171) {
471
- var _ref172 = _slicedToArray(_ref171, 1),
472
- text = _ref172[0];
505
+ treeViewItemBackgroundHover: computed(function (_ref185) {
506
+ var _ref186 = _slicedToArray(_ref185, 1),
507
+ text = _ref186[0];
473
508
  return transparentize(text, 0.1);
474
509
  }, ['colors.text'])
475
510
  };
@@ -478,171 +513,171 @@ export var components = {
478
513
  forms: forms,
479
514
  LIGHT: component_colors,
480
515
  DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
481
- badgeBorderColorHollow: computed(function (_ref173) {
482
- var _ref174 = _slicedToArray(_ref173, 1),
483
- color = _ref174[0];
516
+ badgeBorderColorHollow: computed(function (_ref187) {
517
+ var _ref188 = _slicedToArray(_ref187, 1),
518
+ color = _ref188[0];
484
519
  return tint(color, 0.15);
485
520
  }, ['border.color']),
486
- breadcrumbsApplicationBackground: computed(function (_ref175) {
487
- var _ref176 = _slicedToArray(_ref175, 1),
488
- darkestShade = _ref176[0];
521
+ breadcrumbsApplicationBackground: computed(function (_ref189) {
522
+ var _ref190 = _slicedToArray(_ref189, 1),
523
+ darkestShade = _ref190[0];
489
524
  return shade(darkestShade, 0.7);
490
525
  }, ['colors.darkestShade']),
491
- breadcrumbsApplicationColor: computed(function (_ref177) {
492
- var _ref178 = _slicedToArray(_ref177, 1),
493
- darkestShade = _ref178[0];
526
+ breadcrumbsApplicationColor: computed(function (_ref191) {
527
+ var _ref192 = _slicedToArray(_ref191, 1),
528
+ darkestShade = _ref192[0];
494
529
  return shade(darkestShade, 0.2);
495
530
  }, ['colors.darkestShade']),
496
- collapsibleNavGroupBackground: computed(function (_ref179) {
497
- var _ref180 = _slicedToArray(_ref179, 1),
498
- lightestShade = _ref180[0];
531
+ collapsibleNavGroupBackground: computed(function (_ref193) {
532
+ var _ref194 = _slicedToArray(_ref193, 1),
533
+ lightestShade = _ref194[0];
499
534
  return shade(lightestShade, 0.5);
500
535
  }, ['colors.lightestShade']),
501
- collapsibleNavGroupBackgroundDark: computed(function (_ref181) {
502
- var _ref182 = _slicedToArray(_ref181, 1),
503
- lightestShade = _ref182[0];
536
+ collapsibleNavGroupBackgroundDark: computed(function (_ref195) {
537
+ var _ref196 = _slicedToArray(_ref195, 1),
538
+ lightestShade = _ref196[0];
504
539
  return shade(lightestShade, 0.5);
505
540
  }, ['colors.lightestShade']),
506
- dataGridVerticalLineBorderColor: computed(function (_ref183) {
507
- var _ref184 = _slicedToArray(_ref183, 1),
508
- color = _ref184[0];
541
+ dataGridVerticalLineBorderColor: computed(function (_ref197) {
542
+ var _ref198 = _slicedToArray(_ref197, 1),
543
+ color = _ref198[0];
509
544
  return shade(color, 0.3);
510
545
  }, ['border.color']),
511
- headerDarkBackground: computed(function (_ref185) {
512
- var _ref186 = _slicedToArray(_ref185, 1),
513
- lightestShade = _ref186[0];
546
+ headerDarkBackground: computed(function (_ref199) {
547
+ var _ref200 = _slicedToArray(_ref199, 1),
548
+ lightestShade = _ref200[0];
514
549
  return shade(lightestShade, 0.5);
515
550
  }, ['colors.lightestShade']),
516
- keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref187) {
517
- var _ref188 = _slicedToArray(_ref187, 1),
518
- disabled = _ref188[0];
551
+ keyPadMenuItemBackgroundDisabledSelect: computed(function (_ref201) {
552
+ var _ref202 = _slicedToArray(_ref201, 1),
553
+ disabled = _ref202[0];
519
554
  return transparentize(disabled, 0.2);
520
555
  }, ['colors.disabled']),
521
- listGroupItemBackgroundSubduedActive: computed(function (_ref189) {
522
- var _ref190 = _slicedToArray(_ref189, 1),
523
- lightShade = _ref190[0];
556
+ listGroupItemBackgroundSubduedActive: computed(function (_ref203) {
557
+ var _ref204 = _slicedToArray(_ref203, 1),
558
+ lightShade = _ref204[0];
524
559
  return transparentize(lightShade, 0.4);
525
560
  }, ['colors.lightShade']),
526
- loadingChartMonoBackground0: computed(function (_ref191) {
527
- var _ref192 = _slicedToArray(_ref191, 1),
528
- lightShade = _ref192[0];
561
+ loadingChartMonoBackground0: computed(function (_ref205) {
562
+ var _ref206 = _slicedToArray(_ref205, 1),
563
+ lightShade = _ref206[0];
529
564
  return lightShade;
530
565
  }, ['colors.lightShade']),
531
- loadingChartMonoBackground1: computed(function (_ref193) {
532
- var _ref194 = _slicedToArray(_ref193, 1),
533
- lightShade = _ref194[0];
566
+ loadingChartMonoBackground1: computed(function (_ref207) {
567
+ var _ref208 = _slicedToArray(_ref207, 1),
568
+ lightShade = _ref208[0];
534
569
  return tint(lightShade, 0.04);
535
570
  }, ['colors.lightShade']),
536
- loadingChartMonoBackground2: computed(function (_ref195) {
537
- var _ref196 = _slicedToArray(_ref195, 1),
538
- lightShade = _ref196[0];
571
+ loadingChartMonoBackground2: computed(function (_ref209) {
572
+ var _ref210 = _slicedToArray(_ref209, 1),
573
+ lightShade = _ref210[0];
539
574
  return tint(lightShade, 0.08);
540
575
  }, ['colors.lightShade']),
541
- loadingChartMonoBackground3: computed(function (_ref197) {
542
- var _ref198 = _slicedToArray(_ref197, 1),
543
- lightShade = _ref198[0];
576
+ loadingChartMonoBackground3: computed(function (_ref211) {
577
+ var _ref212 = _slicedToArray(_ref211, 1),
578
+ lightShade = _ref212[0];
544
579
  return tint(lightShade, 0.12);
545
580
  }, ['colors.lightShade']),
546
- markBackground: computed(function (_ref199) {
547
- var _ref200 = _slicedToArray(_ref199, 1),
548
- primary = _ref200[0];
581
+ markBackground: computed(function (_ref213) {
582
+ var _ref214 = _slicedToArray(_ref213, 1),
583
+ primary = _ref214[0];
549
584
  return transparentize(primary, 0.3);
550
585
  }, ['colors.primary']),
551
- popoverPanelBackground: computed(function (_ref201) {
552
- var _ref202 = _slicedToArray(_ref201, 1),
553
- emptyShade = _ref202[0];
586
+ popoverPanelBackground: computed(function (_ref215) {
587
+ var _ref216 = _slicedToArray(_ref215, 1),
588
+ emptyShade = _ref216[0];
554
589
  return tint(emptyShade, 0.025);
555
590
  }, ['colors.emptyShade']),
556
- scrollbarTrackColor: computed(function (_ref203) {
557
- var _ref204 = _slicedToArray(_ref203, 1),
558
- body = _ref204[0];
591
+ scrollbarTrackColor: computed(function (_ref217) {
592
+ var _ref218 = _slicedToArray(_ref217, 1),
593
+ body = _ref218[0];
559
594
  return tint(body, 0.07);
560
595
  }, ['colors.body']),
561
- skeletonBackgroundSkeletonMiddleHighContrast: computed(function (_ref205) {
562
- var _ref206 = _slicedToArray(_ref205, 1),
563
- lightShade = _ref206[0];
596
+ skeletonBackgroundSkeletonMiddleHighContrast: computed(function (_ref219) {
597
+ var _ref220 = _slicedToArray(_ref219, 1),
598
+ lightShade = _ref220[0];
564
599
  return tint(lightShade, 0.12);
565
600
  }, ['colors.lightShade']),
566
- superDatePickerBackgroundSuccees: computed(function (_ref207) {
567
- var _ref208 = _slicedToArray(_ref207, 1),
568
- success = _ref208[0];
601
+ superDatePickerBackgroundSuccees: computed(function (_ref221) {
602
+ var _ref222 = _slicedToArray(_ref221, 1),
603
+ success = _ref222[0];
569
604
  return shade(success, 0.7);
570
605
  }, ['colors.success']),
571
- switchBackgroundOff: computed(function (_ref209) {
572
- var _ref210 = _slicedToArray(_ref209, 1),
573
- lightestShade = _ref210[0];
606
+ switchBackgroundOff: computed(function (_ref223) {
607
+ var _ref224 = _slicedToArray(_ref223, 1),
608
+ lightestShade = _ref224[0];
574
609
  return tint(lightestShade, 0.31);
575
610
  }, ['colors.lightestShade']),
576
- switchUncompressedBackgroundDisabled: computed(function (_ref211) {
577
- var _ref212 = _slicedToArray(_ref211, 1),
578
- lightShade = _ref212[0];
611
+ switchUncompressedBackgroundDisabled: computed(function (_ref225) {
612
+ var _ref226 = _slicedToArray(_ref225, 1),
613
+ lightShade = _ref226[0];
579
614
  return lightShade;
580
615
  }, ['colors.lightShade']),
581
- switchCompressedBackgroundDisabled: computed(function (_ref213) {
582
- var _ref214 = _slicedToArray(_ref213, 1),
583
- lightShade = _ref214[0];
616
+ switchCompressedBackgroundDisabled: computed(function (_ref227) {
617
+ var _ref228 = _slicedToArray(_ref227, 1),
618
+ lightShade = _ref228[0];
584
619
  return lightShade;
585
620
  }, ['colors.lightShade']),
586
- switchMiniBackgroundDisabled: computed(function (_ref215) {
587
- var _ref216 = _slicedToArray(_ref215, 1),
588
- lightShade = _ref216[0];
621
+ switchMiniBackgroundDisabled: computed(function (_ref229) {
622
+ var _ref230 = _slicedToArray(_ref229, 1),
623
+ lightShade = _ref230[0];
589
624
  return lightShade;
590
625
  }, ['colors.lightShade']),
591
- switchThumbBorderOn: computed(function (_ref217) {
592
- var _ref218 = _slicedToArray(_ref217, 1),
593
- lightestShade = _ref218[0];
626
+ switchThumbBorderOn: computed(function (_ref231) {
627
+ var _ref232 = _slicedToArray(_ref231, 1),
628
+ lightestShade = _ref232[0];
594
629
  return tint(lightestShade, 0.31);
595
630
  }, ['colors.lightestShade']),
596
- switchThumbBorderOff: computed(function (_ref219) {
597
- var _ref220 = _slicedToArray(_ref219, 1),
598
- lightestShade = _ref220[0];
631
+ switchThumbBorderOff: computed(function (_ref233) {
632
+ var _ref234 = _slicedToArray(_ref233, 1),
633
+ lightestShade = _ref234[0];
599
634
  return tint(lightestShade, 0.31);
600
635
  }, ['colors.lightestShade']),
601
- switchIconDisabled: computed(function (_ref221) {
602
- var _ref222 = _slicedToArray(_ref221, 1),
603
- lightestShade = _ref222[0];
636
+ switchIconDisabled: computed(function (_ref235) {
637
+ var _ref236 = _slicedToArray(_ref235, 1),
638
+ lightestShade = _ref236[0];
604
639
  return tint(lightestShade, 0.31);
605
640
  }, ['colors.lightestShade']),
606
- tableRowBackgroundHover: computed(function (_ref223) {
607
- var _ref224 = _slicedToArray(_ref223, 1),
608
- lightestShade = _ref224[0];
641
+ tableRowBackgroundHover: computed(function (_ref237) {
642
+ var _ref238 = _slicedToArray(_ref237, 1),
643
+ lightestShade = _ref238[0];
609
644
  return lightestShade;
610
645
  }, ['colors.lightestShade']),
611
- tableRowBackgroundSelected: computed(function (_ref225) {
612
- var _ref226 = _slicedToArray(_ref225, 1),
613
- primary = _ref226[0];
646
+ tableRowBackgroundSelected: computed(function (_ref239) {
647
+ var _ref240 = _slicedToArray(_ref239, 1),
648
+ primary = _ref240[0];
614
649
  return shade(primary, 0.7);
615
650
  }, ['colors.primary']),
616
- tableRowBackgroundSelectedHover: computed(function (_ref227) {
617
- var _ref228 = _slicedToArray(_ref227, 1),
618
- primary = _ref228[0];
651
+ tableRowBackgroundSelectedHover: computed(function (_ref241) {
652
+ var _ref242 = _slicedToArray(_ref241, 1),
653
+ primary = _ref242[0];
619
654
  return shade(primary, 0.75);
620
655
  }, ['colors.primary']),
621
- tableCellSortableIconColor: computed(function (_ref229) {
622
- var _ref230 = _slicedToArray(_ref229, 2),
623
- emptyShade = _ref230[0],
624
- subduedText = _ref230[1];
656
+ tableCellSortableIconColor: computed(function (_ref243) {
657
+ var _ref244 = _slicedToArray(_ref243, 2),
658
+ emptyShade = _ref244[0],
659
+ subduedText = _ref244[1];
625
660
  var color = shade(subduedText, 0.9);
626
661
  return makeHighContrastColor(color, 3)(emptyShade);
627
662
  }, ['colors.emptyShade', 'colors.subduedText']),
628
- tooltipBackground: computed(function (_ref231) {
629
- var _ref232 = _slicedToArray(_ref231, 1),
630
- emptyShade = _ref232[0];
663
+ tooltipBackground: computed(function (_ref245) {
664
+ var _ref246 = _slicedToArray(_ref245, 1),
665
+ emptyShade = _ref246[0];
631
666
  return shade(emptyShade, 1);
632
667
  }, ['colors.emptyShade']),
633
- tooltipBorder: computed(function (_ref233) {
634
- var _ref234 = _slicedToArray(_ref233, 1),
635
- fullShade = _ref234[0];
668
+ tooltipBorder: computed(function (_ref247) {
669
+ var _ref248 = _slicedToArray(_ref247, 1),
670
+ fullShade = _ref248[0];
636
671
  return shade(fullShade, 0.8);
637
672
  }, ['colors.fullShade']),
638
- tourFooterBackground: computed(function (_ref235) {
639
- var _ref236 = _slicedToArray(_ref235, 1),
640
- lightestShade = _ref236[0];
673
+ tourFooterBackground: computed(function (_ref249) {
674
+ var _ref250 = _slicedToArray(_ref249, 1),
675
+ lightestShade = _ref250[0];
641
676
  return shade(lightestShade, 0.45);
642
677
  }, ['colors.lightestShade']),
643
- treeViewItemBackgroundHover: computed(function (_ref237) {
644
- var _ref238 = _slicedToArray(_ref237, 1),
645
- text = _ref238[0];
678
+ treeViewItemBackgroundHover: computed(function (_ref251) {
679
+ var _ref252 = _slicedToArray(_ref251, 1),
680
+ text = _ref252[0];
646
681
  return transparentize(text, 0.2);
647
682
  }, ['colors.text'])
648
683
  })