@elastic/eui 103.1.0 → 104.0.0

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