@elastic/eui-theme-borealis 7.0.0 → 8.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.
|
@@ -226,170 +226,150 @@ var component_colors = {
|
|
|
226
226
|
headerDarkBackground: _colors_dark.dark_background_colors.backgroundBasePlain,
|
|
227
227
|
headerDarkSearchBorderColor: _colors_dark.dark_border_colors.borderBasePlain,
|
|
228
228
|
headerDarkSectionItemBackgroundFocus: _colors_dark.dark_background_colors.backgroundBasePrimary,
|
|
229
|
-
listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref67) {
|
|
230
|
-
var _ref68 = _slicedToArray(_ref67, 1),
|
|
231
|
-
backgroundBaseInteractiveSelect = _ref68[0];
|
|
232
|
-
return backgroundBaseInteractiveSelect;
|
|
233
|
-
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
234
|
-
listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref69) {
|
|
235
|
-
var _ref70 = _slicedToArray(_ref69, 1),
|
|
236
|
-
backgroundBaseInteractiveSelect = _ref70[0];
|
|
237
|
-
return backgroundBaseInteractiveSelect;
|
|
238
|
-
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
239
|
-
listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref71) {
|
|
240
|
-
var _ref72 = _slicedToArray(_ref71, 1),
|
|
241
|
-
backgroundBaseInteractiveHover = _ref72[0];
|
|
242
|
-
return backgroundBaseInteractiveHover;
|
|
243
|
-
}, ['colors.backgroundBaseInteractiveHover']),
|
|
244
|
-
listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref73) {
|
|
245
|
-
var _ref74 = _slicedToArray(_ref73, 1),
|
|
246
|
-
backgroundBaseInteractiveHover = _ref74[0];
|
|
247
|
-
return backgroundBaseInteractiveHover;
|
|
248
|
-
}, ['colors.backgroundBaseInteractiveHover']),
|
|
249
229
|
// we don't want to inherit overrides (e.g. HCM)
|
|
250
230
|
loadingSpinnerBorder: _colors_light.border_colors.borderBasePlain,
|
|
251
|
-
loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (
|
|
252
|
-
var
|
|
253
|
-
borderStrongPrimary =
|
|
231
|
+
loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref67) {
|
|
232
|
+
var _ref68 = _slicedToArray(_ref67, 1),
|
|
233
|
+
borderStrongPrimary = _ref68[0];
|
|
254
234
|
return borderStrongPrimary;
|
|
255
235
|
}, ['colors.borderStrongPrimary']),
|
|
256
236
|
loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade20,
|
|
257
237
|
loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade30,
|
|
258
238
|
loadingChartMonoBackground2: _semantic_colors.SEMANTIC_COLORS.shade40,
|
|
259
239
|
loadingChartMonoBackground3: _semantic_colors.SEMANTIC_COLORS.shade50,
|
|
260
|
-
markBackground: (0, _euiThemeCommon.computed)(function (
|
|
261
|
-
var
|
|
262
|
-
backgroundLightPrimary =
|
|
240
|
+
markBackground: (0, _euiThemeCommon.computed)(function (_ref69) {
|
|
241
|
+
var _ref70 = _slicedToArray(_ref69, 1),
|
|
242
|
+
backgroundLightPrimary = _ref70[0];
|
|
263
243
|
return backgroundLightPrimary;
|
|
264
244
|
}, ['colors.backgroundLightPrimary']),
|
|
265
|
-
markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
266
|
-
var
|
|
267
|
-
borderBasePlain =
|
|
245
|
+
markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref71) {
|
|
246
|
+
var _ref72 = _slicedToArray(_ref71, 1),
|
|
247
|
+
borderBasePlain = _ref72[0];
|
|
268
248
|
return borderBasePlain;
|
|
269
249
|
}, ['colors.borderBasePlain']),
|
|
270
|
-
overlayMaskBackground: (0, _euiThemeCommon.computed)(function (
|
|
271
|
-
var
|
|
272
|
-
backgroundBaseInteractiveOverlay =
|
|
250
|
+
overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref73) {
|
|
251
|
+
var _ref74 = _slicedToArray(_ref73, 1),
|
|
252
|
+
backgroundBaseInteractiveOverlay = _ref74[0];
|
|
273
253
|
return backgroundBaseInteractiveOverlay;
|
|
274
254
|
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
275
255
|
overlayMaskBackgroundHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade140RGB, ", 0.9)"),
|
|
276
|
-
popoverPanelBackground: (0, _euiThemeCommon.computed)(function (
|
|
277
|
-
var
|
|
278
|
-
backgroundBasePlain =
|
|
256
|
+
popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref75) {
|
|
257
|
+
var _ref76 = _slicedToArray(_ref75, 1),
|
|
258
|
+
backgroundBasePlain = _ref76[0];
|
|
279
259
|
return backgroundBasePlain;
|
|
280
260
|
}, ['colors.backgroundBasePlain']),
|
|
281
|
-
popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
282
|
-
var
|
|
283
|
-
borderBaseSubdued =
|
|
261
|
+
popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref77) {
|
|
262
|
+
var _ref78 = _slicedToArray(_ref77, 1),
|
|
263
|
+
borderBaseSubdued = _ref78[0];
|
|
284
264
|
return borderBaseSubdued;
|
|
285
265
|
}, ['colors.borderBaseSubdued']),
|
|
286
266
|
scrollbarTrackColor: _semantic_colors.SEMANTIC_COLORS.shade15,
|
|
287
|
-
sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (
|
|
288
|
-
var
|
|
289
|
-
backgroundBaseInteractiveSelect =
|
|
267
|
+
sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref79) {
|
|
268
|
+
var _ref80 = _slicedToArray(_ref79, 1),
|
|
269
|
+
backgroundBaseInteractiveSelect = _ref80[0];
|
|
290
270
|
return backgroundBaseInteractiveSelect;
|
|
291
271
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
292
|
-
selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (
|
|
293
|
-
var
|
|
294
|
-
borderBaseSubdued =
|
|
272
|
+
selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref81) {
|
|
273
|
+
var _ref82 = _slicedToArray(_ref81, 1),
|
|
274
|
+
borderBaseSubdued = _ref82[0];
|
|
295
275
|
return borderBaseSubdued;
|
|
296
276
|
}, ['colors.borderBaseSubdued']),
|
|
297
277
|
skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade100RGB, ", 0.04)"),
|
|
298
|
-
switchBackgroundOn: (0, _euiThemeCommon.computed)(function (
|
|
299
|
-
var
|
|
300
|
-
backgroundFilledPrimary =
|
|
278
|
+
switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref83) {
|
|
279
|
+
var _ref84 = _slicedToArray(_ref83, 1),
|
|
280
|
+
backgroundFilledPrimary = _ref84[0];
|
|
301
281
|
return backgroundFilledPrimary;
|
|
302
282
|
}, ['colors.backgroundFilledPrimary']),
|
|
303
|
-
switchBackgroundOff: (0, _euiThemeCommon.computed)(function (
|
|
304
|
-
var
|
|
305
|
-
backgroundFilledText =
|
|
283
|
+
switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref85) {
|
|
284
|
+
var _ref86 = _slicedToArray(_ref85, 1),
|
|
285
|
+
backgroundFilledText = _ref86[0];
|
|
306
286
|
return backgroundFilledText;
|
|
307
287
|
}, ['colors.backgroundFilledText']),
|
|
308
|
-
switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (
|
|
309
|
-
var
|
|
310
|
-
backgroundBaseFormsControlDisabled =
|
|
288
|
+
switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref87) {
|
|
289
|
+
var _ref88 = _slicedToArray(_ref87, 1),
|
|
290
|
+
backgroundBaseFormsControlDisabled = _ref88[0];
|
|
311
291
|
return backgroundBaseFormsControlDisabled;
|
|
312
292
|
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
313
|
-
switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (
|
|
314
|
-
var
|
|
315
|
-
backgroundBaseFormsControlDisabled =
|
|
293
|
+
switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref89) {
|
|
294
|
+
var _ref90 = _slicedToArray(_ref89, 1),
|
|
295
|
+
backgroundBaseFormsControlDisabled = _ref90[0];
|
|
316
296
|
return backgroundBaseFormsControlDisabled;
|
|
317
297
|
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
318
|
-
switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (
|
|
319
|
-
var
|
|
320
|
-
backgroundBaseFormsControlDisabled =
|
|
298
|
+
switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref91) {
|
|
299
|
+
var _ref92 = _slicedToArray(_ref91, 1),
|
|
300
|
+
backgroundBaseFormsControlDisabled = _ref92[0];
|
|
321
301
|
return backgroundBaseFormsControlDisabled;
|
|
322
302
|
}, ['colors.backgroundBaseFormsControlDisabled']),
|
|
323
|
-
switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (
|
|
324
|
-
var
|
|
325
|
-
backgroundBasePlain =
|
|
303
|
+
switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref93) {
|
|
304
|
+
var _ref94 = _slicedToArray(_ref93, 1),
|
|
305
|
+
backgroundBasePlain = _ref94[0];
|
|
326
306
|
return backgroundBasePlain;
|
|
327
307
|
}, ['colors.backgroundBasePlain']),
|
|
328
|
-
switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (
|
|
329
|
-
var
|
|
330
|
-
backgroundFilledPrimary =
|
|
308
|
+
switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref95) {
|
|
309
|
+
var _ref96 = _slicedToArray(_ref95, 1),
|
|
310
|
+
backgroundFilledPrimary = _ref96[0];
|
|
331
311
|
return backgroundFilledPrimary;
|
|
332
312
|
}, ['colors.backgroundFilledPrimary']),
|
|
333
|
-
switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (
|
|
334
|
-
var
|
|
335
|
-
backgroundFilledText =
|
|
313
|
+
switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref97) {
|
|
314
|
+
var _ref98 = _slicedToArray(_ref97, 1),
|
|
315
|
+
backgroundFilledText = _ref98[0];
|
|
336
316
|
return backgroundFilledText;
|
|
337
317
|
}, ['colors.backgroundFilledText']),
|
|
338
318
|
switchIconDisabled: _forms.forms.LIGHT.iconDisabled,
|
|
339
|
-
tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
340
|
-
var
|
|
341
|
-
backgroundBaseInteractiveHover =
|
|
319
|
+
tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref99) {
|
|
320
|
+
var _ref100 = _slicedToArray(_ref99, 1),
|
|
321
|
+
backgroundBaseInteractiveHover = _ref100[0];
|
|
342
322
|
return backgroundBaseInteractiveHover;
|
|
343
323
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
344
|
-
tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (
|
|
345
|
-
var
|
|
346
|
-
backgroundBaseInteractiveSelect =
|
|
324
|
+
tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref101) {
|
|
325
|
+
var _ref102 = _slicedToArray(_ref101, 1),
|
|
326
|
+
backgroundBaseInteractiveSelect = _ref102[0];
|
|
347
327
|
return backgroundBaseInteractiveSelect;
|
|
348
328
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
349
|
-
tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (
|
|
350
|
-
var
|
|
351
|
-
backgroundBaseInteractiveSelectHover =
|
|
329
|
+
tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref103) {
|
|
330
|
+
var _ref104 = _slicedToArray(_ref103, 1),
|
|
331
|
+
backgroundBaseInteractiveSelectHover = _ref104[0];
|
|
352
332
|
return backgroundBaseInteractiveSelectHover;
|
|
353
333
|
}, ['colors.backgroundBaseInteractiveSelectHover']),
|
|
354
|
-
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
355
|
-
var
|
|
356
|
-
backgroundBaseInteractiveSelect =
|
|
334
|
+
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref105) {
|
|
335
|
+
var _ref106 = _slicedToArray(_ref105, 1),
|
|
336
|
+
backgroundBaseInteractiveSelect = _ref106[0];
|
|
357
337
|
return backgroundBaseInteractiveSelect;
|
|
358
338
|
}, ['colors.backgroundBaseInteractiveSelect']),
|
|
359
|
-
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (
|
|
360
|
-
var
|
|
361
|
-
backgroundBaseInteractiveHover =
|
|
339
|
+
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref107) {
|
|
340
|
+
var _ref108 = _slicedToArray(_ref107, 1),
|
|
341
|
+
backgroundBaseInteractiveHover = _ref108[0];
|
|
362
342
|
return backgroundBaseInteractiveHover;
|
|
363
343
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
364
344
|
tableRowBackgroundMarked: _semantic_colors.SEMANTIC_COLORS.warning10,
|
|
365
345
|
tableRowBackgroundMarkedHover: _semantic_colors.SEMANTIC_COLORS.warning20,
|
|
366
|
-
tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (
|
|
367
|
-
var
|
|
368
|
-
backgroundFilledText =
|
|
346
|
+
tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref109) {
|
|
347
|
+
var _ref110 = _slicedToArray(_ref109, 1),
|
|
348
|
+
backgroundFilledText = _ref110[0];
|
|
369
349
|
return backgroundFilledText;
|
|
370
350
|
}, ['colors.backgroundFilledText']),
|
|
371
351
|
tableFooterBackground: _semantic_colors.SEMANTIC_COLORS.shade15,
|
|
372
352
|
tooltipBackground: _colors_dark.dark_background_colors.backgroundBaseSubdued,
|
|
373
353
|
tooltipBorder: _colors_dark.dark_border_colors.borderBaseSubdued,
|
|
374
|
-
tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (
|
|
375
|
-
var
|
|
376
|
-
borderBaseFloating =
|
|
354
|
+
tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref111) {
|
|
355
|
+
var _ref112 = _slicedToArray(_ref111, 1),
|
|
356
|
+
borderBaseFloating = _ref112[0];
|
|
377
357
|
return borderBaseFloating;
|
|
378
358
|
}, ['colors.borderBaseFloating']),
|
|
379
|
-
tourFooterBackground: (0, _euiThemeCommon.computed)(function (
|
|
380
|
-
var
|
|
381
|
-
backgroundBaseHighlighted =
|
|
359
|
+
tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref113) {
|
|
360
|
+
var _ref114 = _slicedToArray(_ref113, 1),
|
|
361
|
+
backgroundBaseHighlighted = _ref114[0];
|
|
382
362
|
return backgroundBaseHighlighted;
|
|
383
363
|
}, ['colors.backgroundBaseHighlighted']),
|
|
384
364
|
tourStepIndicatorInactiveColor: _semantic_colors.SEMANTIC_COLORS.shade50,
|
|
385
|
-
tourStepIndicatorActiveColor: (0, _euiThemeCommon.computed)(function (
|
|
386
|
-
var
|
|
387
|
-
backgroundFilledSuccess =
|
|
365
|
+
tourStepIndicatorActiveColor: (0, _euiThemeCommon.computed)(function (_ref115) {
|
|
366
|
+
var _ref116 = _slicedToArray(_ref115, 1),
|
|
367
|
+
backgroundFilledSuccess = _ref116[0];
|
|
388
368
|
return backgroundFilledSuccess;
|
|
389
369
|
}, ['colors.backgroundFilledSuccess']),
|
|
390
|
-
treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
391
|
-
var
|
|
392
|
-
backgroundBaseInteractiveHover =
|
|
370
|
+
treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref117) {
|
|
371
|
+
var _ref118 = _slicedToArray(_ref117, 1),
|
|
372
|
+
backgroundBaseInteractiveHover = _ref118[0];
|
|
393
373
|
return backgroundBaseInteractiveHover;
|
|
394
374
|
}, ['colors.backgroundBaseInteractiveHover'])
|
|
395
375
|
};
|
|
@@ -428,23 +408,23 @@ var components = exports.components = {
|
|
|
428
408
|
skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.plainLightRGB, ", 0.3)"),
|
|
429
409
|
switchIconDisabled: _forms.forms.DARK.iconDisabled,
|
|
430
410
|
// TODO: align table hover states
|
|
431
|
-
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (
|
|
432
|
-
var
|
|
433
|
-
backgroundBaseInteractiveHover =
|
|
411
|
+
tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref119) {
|
|
412
|
+
var _ref120 = _slicedToArray(_ref119, 1),
|
|
413
|
+
backgroundBaseInteractiveHover = _ref120[0];
|
|
434
414
|
return backgroundBaseInteractiveHover;
|
|
435
415
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
436
|
-
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (
|
|
437
|
-
var
|
|
438
|
-
backgroundBaseInteractiveHover =
|
|
416
|
+
tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref121) {
|
|
417
|
+
var _ref122 = _slicedToArray(_ref121, 1),
|
|
418
|
+
backgroundBaseInteractiveHover = _ref122[0];
|
|
439
419
|
return backgroundBaseInteractiveHover;
|
|
440
420
|
}, ['colors.backgroundBaseInteractiveHover']),
|
|
441
421
|
tableRowBackgroundMarked: _semantic_colors.SEMANTIC_COLORS.warning140,
|
|
442
422
|
tableRowBackgroundMarkedHover: _semantic_colors.SEMANTIC_COLORS.warning130,
|
|
443
423
|
tableFooterBackground: _semantic_colors.SEMANTIC_COLORS.shade135,
|
|
444
424
|
tourStepIndicatorInactiveColor: _semantic_colors.SEMANTIC_COLORS.shade100,
|
|
445
|
-
tourStepIndicatorActiveColor: (0, _euiThemeCommon.computed)(function (
|
|
446
|
-
var
|
|
447
|
-
backgroundFilledSuccess =
|
|
425
|
+
tourStepIndicatorActiveColor: (0, _euiThemeCommon.computed)(function (_ref123) {
|
|
426
|
+
var _ref124 = _slicedToArray(_ref123, 1),
|
|
427
|
+
backgroundFilledSuccess = _ref124[0];
|
|
448
428
|
return backgroundFilledSuccess;
|
|
449
429
|
}, ['colors.backgroundFilledSuccess'])
|
|
450
430
|
})
|
|
@@ -77,10 +77,6 @@ const component_colors = {
|
|
|
77
77
|
headerDarkBackground: dark_background_colors.backgroundBasePlain,
|
|
78
78
|
headerDarkSearchBorderColor: dark_border_colors.borderBasePlain,
|
|
79
79
|
headerDarkSectionItemBackgroundFocus: dark_background_colors.backgroundBasePrimary,
|
|
80
|
-
listGroupItemBackgroundPrimaryActive: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
81
|
-
listGroupItemBackgroundSubduedActive: computed(([backgroundBaseInteractiveSelect]) => backgroundBaseInteractiveSelect, ['colors.backgroundBaseInteractiveSelect']),
|
|
82
|
-
listGroupItemBackgroundHover: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
83
|
-
listGroupItemBackgroundPrimaryHover: computed(([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover, ['colors.backgroundBaseInteractiveHover']),
|
|
84
80
|
// we don't want to inherit overrides (e.g. HCM)
|
|
85
81
|
loadingSpinnerBorder: border_colors.borderBasePlain,
|
|
86
82
|
loadingSpinnerHighlight: computed(([borderStrongPrimary]) => borderStrongPrimary, ['colors.borderStrongPrimary']),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elastic/eui-theme-borealis",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "A visual theme for EUI",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"scripts": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"directory": "packages/eui-theme-borealis"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@elastic/eui-theme-common": "
|
|
30
|
+
"@elastic/eui-theme-common": "10.0.0",
|
|
31
31
|
"chroma-js": "^2.4.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@babel/preset-env": "^7.21.5",
|
|
37
37
|
"@babel/preset-react": "^7.18.6",
|
|
38
38
|
"@babel/preset-typescript": "^7.21.5",
|
|
39
|
-
"@elastic/eui-theme-common": "
|
|
39
|
+
"@elastic/eui-theme-common": "10.0.0",
|
|
40
40
|
"@types/chroma-js": "^2.4.0",
|
|
41
41
|
"@types/jest": "^29.5.12",
|
|
42
42
|
"@types/prettier": "2.7.3",
|