@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.
- package/dist/eui_theme_amsterdam_dark.json +13 -15
- package/dist/eui_theme_amsterdam_dark.json.d.ts +12 -14
- package/dist/eui_theme_amsterdam_light.json +14 -16
- package/dist/eui_theme_amsterdam_light.json.d.ts +12 -14
- package/dist/eui_theme_borealis_dark.json +10 -14
- package/dist/eui_theme_borealis_dark.json.d.ts +11 -15
- package/dist/eui_theme_borealis_light.json +10 -14
- package/dist/eui_theme_borealis_light.json.d.ts +11 -15
- package/es/components/copy/copy.js +6 -8
- package/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/es/components/datagrid/data_grid.styles.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -2
- package/es/components/table/table_row.js +1 -1
- package/es/components/tabs/tab.styles.js +1 -4
- package/es/components/tabs/tabs.js +1 -2
- package/es/components/tabs/tabs.styles.js +1 -2
- package/es/services/color/eui_palettes.js +6 -2
- package/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +33 -0
- package/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
- package/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
- package/es/themes/index.js +3 -1
- package/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/es/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/es/themes/json/eui_theme_borealis_dark.json +10 -14
- package/es/themes/json/eui_theme_borealis_light.json +10 -14
- package/eui.d.ts +66 -67
- package/lib/components/copy/copy.js +6 -8
- package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/lib/components/datagrid/data_grid.styles.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -2
- package/lib/components/table/table_row.js +1 -1
- package/lib/components/tabs/tab.styles.js +1 -4
- package/lib/components/tabs/tabs.js +1 -2
- package/lib/components/tabs/tabs.styles.js +1 -2
- package/lib/services/color/eui_palettes.js +6 -2
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +37 -0
- package/{test-env/themes/amsterdam/global_styling/variables/_colors_vis.js → lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/lib/themes/index.js +17 -2
- package/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/lib/themes/json/eui_theme_borealis_dark.json +10 -14
- package/lib/themes/json/eui_theme_borealis_light.json +10 -14
- package/optimize/es/components/copy/copy.js +2 -7
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/optimize/es/components/datagrid/data_grid.styles.js +1 -1
- package/optimize/es/components/page/page_header/page_header_content.js +1 -2
- package/optimize/es/components/table/table_row.js +1 -1
- package/optimize/es/components/tabs/tab.styles.js +1 -4
- package/optimize/es/components/tabs/tabs.js +1 -1
- package/optimize/es/components/tabs/tabs.styles.js +1 -2
- package/optimize/es/services/color/eui_palettes.js +6 -2
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +30 -0
- package/optimize/es/themes/amsterdam/global_styling/variables/{_colors_vis.js → _colors_vis_light.js} +16 -16
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +293 -258
- package/optimize/es/themes/index.js +3 -1
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +10 -14
- package/optimize/es/themes/json/eui_theme_borealis_light.json +10 -14
- package/optimize/lib/components/copy/copy.js +2 -7
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/optimize/lib/components/datagrid/data_grid.styles.js +1 -1
- package/optimize/lib/components/page/page_header/page_header_content.js +1 -2
- package/optimize/lib/components/table/table_row.js +1 -1
- package/optimize/lib/components/tabs/tab.styles.js +1 -4
- package/optimize/lib/components/tabs/tabs.js +1 -1
- package/optimize/lib/components/tabs/tabs.styles.js +1 -2
- package/optimize/lib/services/color/eui_palettes.js +6 -2
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
- package/{lib/themes/amsterdam/global_styling/variables/_colors_vis.js → optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/lib/themes/index.js +17 -2
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +10 -14
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +10 -14
- package/package.json +4 -4
- package/src/themes/amsterdam/_colors_dark.scss +2 -0
- package/src/themes/amsterdam/_colors_light.scss +2 -0
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_dark.scss +14 -0
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_light.scss +14 -0
- package/test-env/components/copy/copy.js +6 -7
- package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +2 -2
- package/test-env/components/datagrid/data_grid.styles.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -2
- package/test-env/components/table/table_row.js +1 -1
- package/test-env/components/tabs/tab.styles.js +1 -4
- package/test-env/components/tabs/tabs.js +1 -2
- package/test-env/components/tabs/tabs.styles.js +1 -2
- package/test-env/services/color/eui_palettes.js +6 -2
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +325 -301
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +35 -0
- package/{optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js → test-env/themes/amsterdam/global_styling/variables/_colors_vis_light.js} +17 -17
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/test-env/themes/index.js +17 -2
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +13 -15
- package/test-env/themes/json/eui_theme_amsterdam_light.json +14 -16
- package/test-env/themes/json/eui_theme_borealis_dark.json +10 -14
- 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 './
|
|
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
|
-
|
|
191
|
+
dataGridRowBackground: computed(function (_ref65) {
|
|
192
192
|
var _ref66 = _slicedToArray(_ref65, 1),
|
|
193
|
-
|
|
194
|
-
return
|
|
195
|
-
}, ['colors.
|
|
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
|
-
|
|
206
|
+
dataGridRowBackgroundSelectHover: computed(function (_ref71) {
|
|
207
207
|
var _ref72 = _slicedToArray(_ref71, 1),
|
|
208
|
-
|
|
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 (
|
|
212
|
-
var
|
|
213
|
-
success =
|
|
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 (
|
|
217
|
-
var
|
|
218
|
-
lightShade =
|
|
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 (
|
|
222
|
-
var
|
|
223
|
-
disabled =
|
|
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 (
|
|
227
|
-
var
|
|
228
|
-
lightestShade =
|
|
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 (
|
|
232
|
-
var
|
|
233
|
-
emptyShade =
|
|
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 (
|
|
237
|
-
var
|
|
238
|
-
emptyShade =
|
|
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 (
|
|
242
|
-
var
|
|
243
|
-
darkestShade =
|
|
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 (
|
|
247
|
-
var
|
|
248
|
-
ghost =
|
|
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 (
|
|
252
|
-
var
|
|
253
|
-
primary =
|
|
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 (
|
|
257
|
-
var
|
|
258
|
-
disabled =
|
|
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 (
|
|
262
|
-
var
|
|
263
|
-
lightShade =
|
|
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 (
|
|
267
|
-
var
|
|
268
|
-
primary =
|
|
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 (
|
|
272
|
-
var
|
|
273
|
-
lightShade =
|
|
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 (
|
|
277
|
-
var
|
|
278
|
-
primary =
|
|
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 (
|
|
282
|
-
var
|
|
283
|
-
lightShade =
|
|
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 (
|
|
287
|
-
var
|
|
288
|
-
primary =
|
|
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 (
|
|
292
|
-
var
|
|
293
|
-
lightShade =
|
|
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 (
|
|
297
|
-
var
|
|
298
|
-
lightShade =
|
|
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 (
|
|
302
|
-
var
|
|
303
|
-
lightShade =
|
|
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 (
|
|
307
|
-
var
|
|
308
|
-
lightShade =
|
|
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 (
|
|
312
|
-
var
|
|
313
|
-
primary =
|
|
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 (
|
|
317
|
-
var
|
|
318
|
-
fullShade =
|
|
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 (
|
|
322
|
-
var
|
|
323
|
-
backgroundBaseInteractiveOverlay =
|
|
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 (
|
|
327
|
-
var
|
|
328
|
-
ink =
|
|
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 (
|
|
332
|
-
var
|
|
333
|
-
emptyShade =
|
|
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 (
|
|
337
|
-
var
|
|
338
|
-
color =
|
|
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 (
|
|
342
|
-
var
|
|
343
|
-
body =
|
|
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 (
|
|
347
|
-
var
|
|
348
|
-
lightShade =
|
|
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 (
|
|
352
|
-
var
|
|
353
|
-
color =
|
|
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 (
|
|
357
|
-
var
|
|
358
|
-
emptyShade =
|
|
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 (
|
|
362
|
-
var
|
|
363
|
-
success =
|
|
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 (
|
|
367
|
-
var
|
|
368
|
-
primary =
|
|
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 (
|
|
372
|
-
var
|
|
373
|
-
lightestShade =
|
|
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 (
|
|
377
|
-
var
|
|
378
|
-
lightShade =
|
|
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 (
|
|
382
|
-
var
|
|
383
|
-
lightShade =
|
|
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 (
|
|
387
|
-
var
|
|
388
|
-
lightShade =
|
|
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 (
|
|
393
|
-
var
|
|
394
|
-
lightestShade =
|
|
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 (
|
|
398
|
-
var
|
|
399
|
-
lightestShade =
|
|
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 (
|
|
403
|
-
var
|
|
404
|
-
lightestShade =
|
|
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 (
|
|
408
|
-
var
|
|
409
|
-
lightestShade =
|
|
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 (
|
|
413
|
-
var
|
|
414
|
-
primary =
|
|
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 (
|
|
418
|
-
var
|
|
419
|
-
primary =
|
|
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 (
|
|
423
|
-
var
|
|
424
|
-
primary =
|
|
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 (
|
|
428
|
-
var
|
|
429
|
-
primary =
|
|
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 (
|
|
433
|
-
var
|
|
434
|
-
emptyShade =
|
|
435
|
-
subduedText =
|
|
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 (
|
|
443
|
-
var
|
|
444
|
-
fullShade =
|
|
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 (
|
|
448
|
-
var
|
|
449
|
-
fullShade =
|
|
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 (
|
|
453
|
-
var
|
|
454
|
-
borderBaseFloating =
|
|
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 (
|
|
458
|
-
var
|
|
459
|
-
lightestShade =
|
|
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 (
|
|
463
|
-
var
|
|
464
|
-
text =
|
|
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 (
|
|
474
|
-
var
|
|
475
|
-
color =
|
|
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 (
|
|
479
|
-
var
|
|
480
|
-
darkestShade =
|
|
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 (
|
|
484
|
-
var
|
|
485
|
-
darkestShade =
|
|
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 (
|
|
489
|
-
var
|
|
490
|
-
lightestShade =
|
|
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 (
|
|
494
|
-
var
|
|
495
|
-
lightestShade =
|
|
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 (
|
|
499
|
-
var
|
|
500
|
-
color =
|
|
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 (
|
|
504
|
-
var
|
|
505
|
-
lightestShade =
|
|
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 (
|
|
509
|
-
var
|
|
510
|
-
disabled =
|
|
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 (
|
|
514
|
-
var
|
|
515
|
-
lightShade =
|
|
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 (
|
|
519
|
-
var
|
|
520
|
-
lightShade =
|
|
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 (
|
|
524
|
-
var
|
|
525
|
-
lightShade =
|
|
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 (
|
|
529
|
-
var
|
|
530
|
-
lightShade =
|
|
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 (
|
|
534
|
-
var
|
|
535
|
-
lightShade =
|
|
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 (
|
|
539
|
-
var
|
|
540
|
-
primary =
|
|
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 (
|
|
544
|
-
var
|
|
545
|
-
emptyShade =
|
|
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 (
|
|
549
|
-
var
|
|
550
|
-
body =
|
|
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 (
|
|
554
|
-
var
|
|
555
|
-
lightShade =
|
|
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 (
|
|
559
|
-
var
|
|
560
|
-
success =
|
|
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 (
|
|
564
|
-
var
|
|
565
|
-
lightestShade =
|
|
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 (
|
|
569
|
-
var
|
|
570
|
-
lightShade =
|
|
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 (
|
|
574
|
-
var
|
|
575
|
-
lightShade =
|
|
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 (
|
|
579
|
-
var
|
|
580
|
-
lightShade =
|
|
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 (
|
|
584
|
-
var
|
|
585
|
-
lightestShade =
|
|
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 (
|
|
589
|
-
var
|
|
590
|
-
lightestShade =
|
|
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 (
|
|
594
|
-
var
|
|
595
|
-
lightestShade =
|
|
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 (
|
|
599
|
-
var
|
|
600
|
-
lightestShade =
|
|
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 (
|
|
604
|
-
var
|
|
605
|
-
primary =
|
|
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 (
|
|
609
|
-
var
|
|
610
|
-
primary =
|
|
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 (
|
|
614
|
-
var
|
|
615
|
-
emptyShade =
|
|
616
|
-
subduedText =
|
|
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 (
|
|
621
|
-
var
|
|
622
|
-
emptyShade =
|
|
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 (
|
|
626
|
-
var
|
|
627
|
-
fullShade =
|
|
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 (
|
|
631
|
-
var
|
|
632
|
-
lightestShade =
|
|
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 (
|
|
636
|
-
var
|
|
637
|
-
text =
|
|
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
|
})
|