@elastic/eui-theme-common 0.0.1 → 0.0.2

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 (96) hide show
  1. package/lib/cjs/global_styling/functions/index.js +0 -5
  2. package/lib/cjs/global_styling/functions/index.js.map +1 -1
  3. package/lib/cjs/global_styling/functions/size.js +0 -8
  4. package/lib/cjs/global_styling/functions/size.js.map +1 -1
  5. package/lib/cjs/global_styling/index.js +0 -5
  6. package/lib/cjs/global_styling/index.js.map +1 -1
  7. package/lib/cjs/global_styling/types.d.ts +2 -0
  8. package/lib/cjs/global_styling/types.d.ts.map +1 -1
  9. package/lib/cjs/global_styling/types.js +0 -1
  10. package/lib/cjs/global_styling/types.js.map +1 -1
  11. package/lib/cjs/global_styling/variables/animations.js +0 -1
  12. package/lib/cjs/global_styling/variables/animations.js.map +1 -1
  13. package/lib/cjs/global_styling/variables/borders.js +0 -1
  14. package/lib/cjs/global_styling/variables/breakpoint.js +0 -1
  15. package/lib/cjs/global_styling/variables/breakpoint.js.map +1 -1
  16. package/lib/cjs/global_styling/variables/buttons.js +0 -1
  17. package/lib/cjs/global_styling/variables/colors.d.ts +45 -0
  18. package/lib/cjs/global_styling/variables/colors.d.ts.map +1 -1
  19. package/lib/cjs/global_styling/variables/colors.js +0 -1
  20. package/lib/cjs/global_styling/variables/colors.js.map +1 -1
  21. package/lib/cjs/global_styling/variables/components.d.ts +28 -0
  22. package/lib/cjs/global_styling/variables/components.d.ts.map +1 -1
  23. package/lib/cjs/global_styling/variables/components.js +0 -1
  24. package/lib/cjs/global_styling/variables/components.js.map +1 -1
  25. package/lib/cjs/global_styling/variables/flags.d.ts +8 -0
  26. package/lib/cjs/global_styling/variables/flags.d.ts.map +1 -0
  27. package/lib/cjs/global_styling/variables/flags.js +6 -0
  28. package/lib/cjs/global_styling/variables/flags.js.map +1 -0
  29. package/lib/cjs/global_styling/variables/forms.js +0 -1
  30. package/lib/cjs/global_styling/variables/index.d.ts +1 -1
  31. package/lib/cjs/global_styling/variables/index.d.ts.map +1 -1
  32. package/lib/cjs/global_styling/variables/index.js +11 -16
  33. package/lib/cjs/global_styling/variables/index.js.map +1 -1
  34. package/lib/cjs/global_styling/variables/levels.js +0 -1
  35. package/lib/cjs/global_styling/variables/levels.js.map +1 -1
  36. package/lib/cjs/global_styling/variables/shadow.js +0 -1
  37. package/lib/cjs/global_styling/variables/shadow.js.map +1 -1
  38. package/lib/cjs/global_styling/variables/size.js +0 -1
  39. package/lib/cjs/global_styling/variables/size.js.map +1 -1
  40. package/lib/cjs/global_styling/variables/states.js +0 -1
  41. package/lib/cjs/global_styling/variables/typography.js +0 -1
  42. package/lib/cjs/global_styling/variables/typography.js.map +1 -1
  43. package/lib/cjs/index.d.ts +1 -0
  44. package/lib/cjs/index.d.ts.map +1 -1
  45. package/lib/cjs/index.js +11 -5
  46. package/lib/cjs/index.js.map +1 -1
  47. package/lib/cjs/services/index.d.ts +2 -0
  48. package/lib/cjs/services/index.d.ts.map +1 -0
  49. package/lib/cjs/services/index.js +17 -0
  50. package/lib/cjs/services/index.js.map +1 -0
  51. package/lib/cjs/services/vis_color_store.d.ts +34 -0
  52. package/lib/cjs/services/vis_color_store.d.ts.map +1 -0
  53. package/lib/cjs/services/vis_color_store.js +96 -0
  54. package/lib/cjs/services/vis_color_store.js.map +1 -0
  55. package/lib/cjs/services/vis_color_store.test.js +70 -0
  56. package/lib/cjs/services/vis_color_store.test.js.map +1 -0
  57. package/lib/cjs/types.js +0 -1
  58. package/lib/cjs/utils.js +0 -42
  59. package/lib/cjs/utils.js.map +1 -1
  60. package/lib/cjs/utils.test.js +0 -15
  61. package/lib/cjs/utils.test.js.map +1 -1
  62. package/lib/esm/global_styling/types.d.ts +2 -0
  63. package/lib/esm/global_styling/types.js.map +1 -1
  64. package/lib/esm/global_styling/variables/colors.d.ts +45 -0
  65. package/lib/esm/global_styling/variables/components.d.ts +28 -0
  66. package/lib/esm/global_styling/variables/flags.d.ts +7 -0
  67. package/lib/esm/global_styling/variables/flags.js +9 -0
  68. package/lib/esm/global_styling/variables/flags.js.map +1 -0
  69. package/lib/esm/global_styling/variables/index.d.ts +1 -1
  70. package/lib/esm/global_styling/variables/index.js +1 -1
  71. package/lib/esm/global_styling/variables/index.js.map +1 -1
  72. package/lib/esm/index.d.ts +1 -0
  73. package/lib/esm/index.js +1 -0
  74. package/lib/esm/index.js.map +1 -1
  75. package/lib/esm/services/index.d.ts +1 -0
  76. package/lib/esm/services/index.js +9 -0
  77. package/lib/esm/services/index.js.map +1 -0
  78. package/lib/esm/services/vis_color_store.d.ts +33 -0
  79. package/lib/esm/services/vis_color_store.js +69 -0
  80. package/lib/esm/services/vis_color_store.js.map +1 -0
  81. package/lib/esm/services/vis_color_store.test.d.ts +1 -0
  82. package/lib/esm/services/vis_color_store.test.js +66 -0
  83. package/lib/esm/services/vis_color_store.test.js.map +1 -0
  84. package/package.json +9 -4
  85. package/src/global_styling/index.scss +0 -3
  86. package/src/global_styling/variables/_index.scss +0 -1
  87. package/lib/cjs/.tsbuildinfo +0 -1
  88. package/lib/cjs/global_styling/variables/_colors_vis.d.ts +0 -13
  89. package/lib/cjs/global_styling/variables/_colors_vis.d.ts.map +0 -1
  90. package/lib/cjs/global_styling/variables/_colors_vis.js +0 -69
  91. package/lib/cjs/global_styling/variables/_colors_vis.js.map +0 -1
  92. package/lib/esm/.tsbuildinfo +0 -1
  93. package/lib/esm/global_styling/variables/_colors_vis.d.ts +0 -12
  94. package/lib/esm/global_styling/variables/_colors_vis.js +0 -60
  95. package/lib/esm/global_styling/variables/_colors_vis.js.map +0 -1
  96. package/src/global_styling/variables/_colors_vis.scss +0 -72
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.array.for-each.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.keys.js");
6
- require("core-js/modules/es.object.to-string.js");
7
- require("core-js/modules/web.dom-collections.for-each.js");
8
3
  Object.defineProperty(exports, "__esModule", {
9
4
  value: true
10
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_size","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../src/global_styling/functions/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './size';\n"],"mappings":";;;;;;;;;;AAQA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_size","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../src/global_styling/functions/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './size';\n"],"mappings":";;;;;AAQA,IAAAA,KAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,KAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,KAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,KAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -1,17 +1,9 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  exports.sizeToPixel = void 0;
8
- require("core-js/modules/es.symbol.js");
9
- require("core-js/modules/es.symbol.description.js");
10
- require("core-js/modules/es.symbol.iterator.js");
11
- require("core-js/modules/es.array.iterator.js");
12
- require("core-js/modules/es.object.to-string.js");
13
- require("core-js/modules/es.string.iterator.js");
14
- require("core-js/modules/web.dom-collections.iterator.js");
15
7
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
16
8
  /*
17
9
  * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
@@ -1 +1 @@
1
- {"version":3,"file":"size.js","names":["sizeToPixel","exports","scale","arguments","length","undefined","themeOrBase","base","_typeof","concat"],"sources":["../../../../src/global_styling/functions/size.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\n/* TODO: move to a shared module package */\n\n/**\n * Calculates the `px` value based on a scale multiplier\n * @param scale - The font scale multiplier\n * *\n * @param themeOrBase - Theme base value\n * *\n * @returns string - Rem unit aligned to baseline\n */\n\nexport const sizeToPixel =\n (scale: number = 1) =>\n (themeOrBase: number | { base: number; [key: string]: any }) => {\n const base =\n typeof themeOrBase === 'object' ? themeOrBase.base : themeOrBase;\n return `${base * scale}px`;\n };\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GACtB,SADWA,WAAWA,CAAA;EAAA,IACrBE,KAAa,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC;EAAA,OAClB,UAACG,WAA0D,EAAK;IAC9D,IAAMC,IAAI,GACRC,OAAA,CAAOF,WAAW,MAAK,QAAQ,GAAGA,WAAW,CAACC,IAAI,GAAGD,WAAW;IAClE,UAAAG,MAAA,CAAUF,IAAI,GAAGL,KAAK;EACxB,CAAC;AAAA","ignoreList":[]}
1
+ {"version":3,"file":"size.js","names":["sizeToPixel","exports","scale","arguments","length","undefined","themeOrBase","base","_typeof","concat"],"sources":["../../../../src/global_styling/functions/size.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\n/* TODO: move to a shared module package */\n\n/**\n * Calculates the `px` value based on a scale multiplier\n * @param scale - The font scale multiplier\n * *\n * @param themeOrBase - Theme base value\n * *\n * @returns string - Rem unit aligned to baseline\n */\n\nexport const sizeToPixel =\n (scale: number = 1) =>\n (themeOrBase: number | { base: number; [key: string]: any }) => {\n const base =\n typeof themeOrBase === 'object' ? themeOrBase.base : themeOrBase;\n return `${base * scale}px`;\n };\n"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GACtB,SADWA,WAAWA,CAAA;EAAA,IACrBE,KAAa,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC;EAAA,OAClB,UAACG,WAA0D,EAAK;IAC9D,IAAMC,IAAI,GACRC,OAAA,CAAOF,WAAW,MAAK,QAAQ,GAAGA,WAAW,CAACC,IAAI,GAAGD,WAAW;IAClE,UAAAG,MAAA,CAAUF,IAAI,GAAGL,KAAK;EACxB,CAAC;AAAA","ignoreList":[]}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.array.for-each.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.keys.js");
6
- require("core-js/modules/es.object.to-string.js");
7
- require("core-js/modules/web.dom-collections.for-each.js");
8
3
  Object.defineProperty(exports, "__esModule", {
9
4
  value: true
10
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_types","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_functions","_variables"],"sources":["../../../src/global_styling/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './types';\nexport * from './functions';\nexport * from './variables';\n"],"mappings":";;;;;;;;;;AAQA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,UAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,UAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,UAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAC,UAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,UAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,UAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,UAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAE,UAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_types","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_functions","_variables"],"sources":["../../../src/global_styling/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './types';\nexport * from './functions';\nexport * from './variables';\n"],"mappings":";;;;;AAQA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,UAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,UAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,UAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAC,UAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,UAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,UAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,UAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAE,UAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -9,6 +9,7 @@ import { _EuiThemeFont } from './variables/typography';
9
9
  import { _EuiThemeFocus } from './variables/states';
10
10
  import { _EuiThemeLevels } from './variables/levels';
11
11
  import { _EuiThemeComponents } from './variables/components';
12
+ import { _EuiThemeFlags } from './variables';
12
13
  export declare const COLOR_MODES_STANDARD: {
13
14
  readonly light: "LIGHT";
14
15
  readonly dark: "DARK";
@@ -38,6 +39,7 @@ export declare type EuiThemeShape = {
38
39
  breakpoint: _EuiThemeBreakpoints;
39
40
  levels: _EuiThemeLevels;
40
41
  components: _EuiThemeComponents;
42
+ flags: _EuiThemeFlags;
41
43
  };
42
44
  export declare type EuiThemeSystem<T = {}> = {
43
45
  root: EuiThemeShape & T;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/global_styling/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/global_styling/types.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":["COLOR_MODES_STANDARD","exports","light","dark","COLOR_MODES_INVERSE"],"sources":["../../../src/global_styling/types.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport type { CSSObject } from '@emotion/react';\n\nimport type { RecursivePartial, ValueOf } from '../types';\n\nimport { _EuiThemeAnimation } from './variables/animations';\nimport { _EuiThemeBreakpoints } from './variables/breakpoint';\nimport { _EuiThemeBorder } from './variables/borders';\nimport { _EuiThemeColors } from './variables/colors';\nimport { _EuiThemeBase, _EuiThemeSizes } from './variables/size';\nimport { _EuiThemeFont } from './variables/typography';\nimport { _EuiThemeFocus } from './variables/states';\nimport { _EuiThemeLevels } from './variables/levels';\nimport { _EuiThemeComponents } from './variables/components';\n\nexport const COLOR_MODES_STANDARD = {\n light: 'LIGHT',\n dark: 'DARK',\n} as const;\nexport const COLOR_MODES_INVERSE = 'INVERSE' as const;\n\nexport type EuiThemeColorModeInverse = typeof COLOR_MODES_INVERSE;\nexport type EuiThemeColorModeStandard = ValueOf<typeof COLOR_MODES_STANDARD>;\nexport type EuiThemeColorMode =\n | 'light'\n | 'dark'\n | EuiThemeColorModeStandard\n | 'inverse'\n | EuiThemeColorModeInverse;\n\nexport type ColorModeSwitch<T = string> =\n | {\n [key in EuiThemeColorModeStandard]: T;\n }\n | T;\n\nexport type StrictColorModeSwitch<T = string> = {\n [key in EuiThemeColorModeStandard]: T;\n};\n\nexport type EuiThemeShape = {\n colors: _EuiThemeColors;\n /** - Default value: 16 */\n base: _EuiThemeBase;\n /**\n * @see {@link https://eui.elastic.co/#/theming/sizing | Reference} for more information\n */\n size: _EuiThemeSizes;\n font: _EuiThemeFont;\n border: _EuiThemeBorder;\n focus: _EuiThemeFocus;\n animation: _EuiThemeAnimation;\n breakpoint: _EuiThemeBreakpoints;\n levels: _EuiThemeLevels;\n // bevel: _EuiThemeBevel;\n components: _EuiThemeComponents;\n};\n\nexport type EuiThemeSystem<T = {}> = {\n root: EuiThemeShape & T;\n model: EuiThemeShape & T;\n key: string;\n};\n\nexport type EuiThemeModifications<T = {}> = RecursivePartial<EuiThemeShape & T>;\n\nexport type ComputedThemeShape<\n T,\n P = string | number | bigint | boolean | null | undefined\n> = T extends P | ColorModeSwitch<infer X>\n ? T extends ColorModeSwitch<X>\n ? X extends P\n ? X\n : {\n [K in keyof (X &\n Exclude<\n T,\n keyof X | keyof StrictColorModeSwitch\n >)]: ComputedThemeShape<\n (X & Exclude<T, keyof X | keyof StrictColorModeSwitch>)[K],\n P\n >;\n }\n : T\n : {\n [K in keyof T]: ComputedThemeShape<T[K], P>;\n };\n\nexport type EuiThemeComputed<T = {}> = ComputedThemeShape<EuiThemeShape & T> & {\n themeName: string;\n};\n\nexport type EuiThemeNested = {\n isGlobalTheme: boolean;\n hasDifferentColorFromGlobalTheme: boolean;\n bodyColor: string;\n colorClassName: string;\n setGlobalCSSVariables: Function;\n globalCSSVariables?: CSSObject;\n setNearestThemeCSSVariables: Function;\n themeCSSVariables?: CSSObject;\n};\n"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAgBO,IAAMA,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClCE,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE;AACR,CAAU;AACH,IAAMC,mBAAmB,GAAAH,OAAA,CAAAG,mBAAA,GAAG,SAAkB","ignoreList":[]}
1
+ {"version":3,"file":"types.js","names":["COLOR_MODES_STANDARD","exports","light","dark","COLOR_MODES_INVERSE"],"sources":["../../../src/global_styling/types.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport type { CSSObject } from '@emotion/react';\n\nimport type { RecursivePartial, ValueOf } from '../types';\n\nimport { _EuiThemeAnimation } from './variables/animations';\nimport { _EuiThemeBreakpoints } from './variables/breakpoint';\nimport { _EuiThemeBorder } from './variables/borders';\nimport { _EuiThemeColors } from './variables/colors';\nimport { _EuiThemeBase, _EuiThemeSizes } from './variables/size';\nimport { _EuiThemeFont } from './variables/typography';\nimport { _EuiThemeFocus } from './variables/states';\nimport { _EuiThemeLevels } from './variables/levels';\nimport { _EuiThemeComponents } from './variables/components';\nimport { _EuiThemeFlags } from './variables';\n\nexport const COLOR_MODES_STANDARD = {\n light: 'LIGHT',\n dark: 'DARK',\n} as const;\nexport const COLOR_MODES_INVERSE = 'INVERSE' as const;\n\nexport type EuiThemeColorModeInverse = typeof COLOR_MODES_INVERSE;\nexport type EuiThemeColorModeStandard = ValueOf<typeof COLOR_MODES_STANDARD>;\nexport type EuiThemeColorMode =\n | 'light'\n | 'dark'\n | EuiThemeColorModeStandard\n | 'inverse'\n | EuiThemeColorModeInverse;\n\nexport type ColorModeSwitch<T = string> =\n | {\n [key in EuiThemeColorModeStandard]: T;\n }\n | T;\n\nexport type StrictColorModeSwitch<T = string> = {\n [key in EuiThemeColorModeStandard]: T;\n};\n\nexport type EuiThemeShape = {\n colors: _EuiThemeColors;\n /** - Default value: 16 */\n base: _EuiThemeBase;\n /**\n * @see {@link https://eui.elastic.co/#/theming/sizing | Reference} for more information\n */\n size: _EuiThemeSizes;\n font: _EuiThemeFont;\n border: _EuiThemeBorder;\n focus: _EuiThemeFocus;\n animation: _EuiThemeAnimation;\n breakpoint: _EuiThemeBreakpoints;\n levels: _EuiThemeLevels;\n components: _EuiThemeComponents;\n flags: _EuiThemeFlags;\n};\n\nexport type EuiThemeSystem<T = {}> = {\n root: EuiThemeShape & T;\n model: EuiThemeShape & T;\n key: string;\n};\n\nexport type EuiThemeModifications<T = {}> = RecursivePartial<EuiThemeShape & T>;\n\nexport type ComputedThemeShape<\n T,\n P = string | number | bigint | boolean | null | undefined\n> = T extends P | ColorModeSwitch<infer X>\n ? T extends ColorModeSwitch<X>\n ? X extends P\n ? X\n : {\n [K in keyof (X &\n Exclude<\n T,\n keyof X | keyof StrictColorModeSwitch\n >)]: ComputedThemeShape<\n (X & Exclude<T, keyof X | keyof StrictColorModeSwitch>)[K],\n P\n >;\n }\n : T\n : {\n [K in keyof T]: ComputedThemeShape<T[K], P>;\n };\n\nexport type EuiThemeComputed<T = {}> = ComputedThemeShape<EuiThemeShape & T> & {\n themeName: string;\n};\n\nexport type EuiThemeNested = {\n isGlobalTheme: boolean;\n hasDifferentColorFromGlobalTheme: boolean;\n bodyColor: string;\n colorClassName: string;\n setGlobalCSSVariables: Function;\n globalCSSVariables?: CSSObject;\n setNearestThemeCSSVariables: Function;\n themeCSSVariables?: CSSObject;\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAiBO,IAAMA,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAG;EAClCE,KAAK,EAAE,OAAO;EACdC,IAAI,EAAE;AACR,CAAU;AACH,IAAMC,mBAAmB,GAAAH,OAAA,CAAAG,mBAAA,GAAG,SAAkB","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"animations.js","names":["euiCanAnimate","exports","euiCantAnimate","EuiThemeAnimationSpeeds","EuiThemeAnimationEasings"],"sources":["../../../../src/global_styling/variables/animations.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\nimport { CSSProperties } from 'react';\n\n/**\n * A constant storing the `prefers-reduced-motion` media query\n * so that when it is turned off, animations are not run.\n */\nexport const euiCanAnimate =\n '@media screen and (prefers-reduced-motion: no-preference)';\n\n/**\n * A constant storing the `prefers-reduced-motion` media query that will\n * only apply the content if the setting is off (reduce).\n */\nexport const euiCantAnimate =\n '@media screen and (prefers-reduced-motion: reduce)';\n\n/**\n * Speeds / Durations / Delays\n */\n\nexport const EuiThemeAnimationSpeeds = [\n 'extraFast',\n 'fast',\n 'normal',\n 'slow',\n 'extraSlow',\n] as const;\n\nexport type _EuiThemeAnimationSpeed = (typeof EuiThemeAnimationSpeeds)[number];\n\nexport type _EuiThemeAnimationSpeeds = {\n /** - Default value: 90ms */\n extraFast: CSSProperties['animationDuration'];\n /** - Default value: 150ms */\n fast: CSSProperties['animationDuration'];\n /** - Default value: 250ms */\n normal: CSSProperties['animationDuration'];\n /** - Default value: 350ms */\n slow: CSSProperties['animationDuration'];\n /** - Default value: 500ms */\n extraSlow: CSSProperties['animationDuration'];\n};\n\n/**\n * Easings / Timing functions\n */\n\nexport const EuiThemeAnimationEasings = ['bounce', 'resistance'] as const;\n\nexport type _EuiThemeAnimationEasing =\n (typeof EuiThemeAnimationEasings)[number];\n\nexport type _EuiThemeAnimationEasings = Record<\n _EuiThemeAnimationEasing,\n CSSProperties['animationTimingFunction']\n>;\n\nexport type _EuiThemeAnimation = _EuiThemeAnimationEasings &\n _EuiThemeAnimationSpeeds;\n"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACO,IAAMA,aAAa,GAAAC,OAAA,CAAAD,aAAA,GACxB,2DAA2D;;AAE7D;AACA;AACA;AACA;AACO,IAAME,cAAc,GAAAD,OAAA,CAAAC,cAAA,GACzB,oDAAoD;;AAEtD;AACA;AACA;;AAEO,IAAMC,uBAAuB,GAAAF,OAAA,CAAAE,uBAAA,GAAG,CACrC,WAAW,EACX,MAAM,EACN,QAAQ,EACR,MAAM,EACN,WAAW,CACH;AAiBV;AACA;AACA;;AAEO,IAAMC,wBAAwB,GAAAH,OAAA,CAAAG,wBAAA,GAAG,CAAC,QAAQ,EAAE,YAAY,CAAU","ignoreList":[]}
1
+ {"version":3,"file":"animations.js","names":["euiCanAnimate","exports","euiCantAnimate","EuiThemeAnimationSpeeds","EuiThemeAnimationEasings"],"sources":["../../../../src/global_styling/variables/animations.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\nimport { CSSProperties } from 'react';\n\n/**\n * A constant storing the `prefers-reduced-motion` media query\n * so that when it is turned off, animations are not run.\n */\nexport const euiCanAnimate =\n '@media screen and (prefers-reduced-motion: no-preference)';\n\n/**\n * A constant storing the `prefers-reduced-motion` media query that will\n * only apply the content if the setting is off (reduce).\n */\nexport const euiCantAnimate =\n '@media screen and (prefers-reduced-motion: reduce)';\n\n/**\n * Speeds / Durations / Delays\n */\n\nexport const EuiThemeAnimationSpeeds = [\n 'extraFast',\n 'fast',\n 'normal',\n 'slow',\n 'extraSlow',\n] as const;\n\nexport type _EuiThemeAnimationSpeed = (typeof EuiThemeAnimationSpeeds)[number];\n\nexport type _EuiThemeAnimationSpeeds = {\n /** - Default value: 90ms */\n extraFast: CSSProperties['animationDuration'];\n /** - Default value: 150ms */\n fast: CSSProperties['animationDuration'];\n /** - Default value: 250ms */\n normal: CSSProperties['animationDuration'];\n /** - Default value: 350ms */\n slow: CSSProperties['animationDuration'];\n /** - Default value: 500ms */\n extraSlow: CSSProperties['animationDuration'];\n};\n\n/**\n * Easings / Timing functions\n */\n\nexport const EuiThemeAnimationEasings = ['bounce', 'resistance'] as const;\n\nexport type _EuiThemeAnimationEasing =\n (typeof EuiThemeAnimationEasings)[number];\n\nexport type _EuiThemeAnimationEasings = Record<\n _EuiThemeAnimationEasing,\n CSSProperties['animationTimingFunction']\n>;\n\nexport type _EuiThemeAnimation = _EuiThemeAnimationEasings &\n _EuiThemeAnimationSpeeds;\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA;AACA;AACA;AACA;AACO,IAAMA,aAAa,GAAAC,OAAA,CAAAD,aAAA,GACxB,2DAA2D;;AAE7D;AACA;AACA;AACA;AACO,IAAME,cAAc,GAAAD,OAAA,CAAAC,cAAA,GACzB,oDAAoD;;AAEtD;AACA;AACA;;AAEO,IAAMC,uBAAuB,GAAAF,OAAA,CAAAE,uBAAA,GAAG,CACrC,WAAW,EACX,MAAM,EACN,QAAQ,EACR,MAAM,EACN,WAAW,CACH;AAiBV;AACA;AACA;;AAEO,IAAMC,wBAAwB,GAAAH,OAAA,CAAAG,wBAAA,GAAG,CAAC,QAAQ,EAAE,YAAY,CAAU","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"breakpoint.js","names":["EuiThemeBreakpoints","exports"],"sources":["../../../../src/global_styling/variables/breakpoint.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport const EuiThemeBreakpoints = ['xs', 's', 'm', 'l', 'xl'] as const;\n\n// This type cannot be a string enum / must be a generic string\n// in case consumers add custom breakpoint sizes, such as xxl or xxs\nexport type _EuiThemeBreakpoint = string;\n\n// Explicitly list out each key so we can document default values\n// via JSDoc (which is available to devs in IDE via intellisense)\nexport type _EuiThemeBreakpoints = Record<_EuiThemeBreakpoint, number> & {\n /** - Default value: 0 */\n xs: number;\n /** - Default value: 575 */\n s: number;\n /** - Default value: 768 */\n m: number;\n /** - Default value: 992 */\n l: number;\n /** - Default value: 1200 */\n xl: number;\n};\n"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAU;;AAEvE;AACA;;AAGA;AACA","ignoreList":[]}
1
+ {"version":3,"file":"breakpoint.js","names":["EuiThemeBreakpoints","exports"],"sources":["../../../../src/global_styling/variables/breakpoint.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport const EuiThemeBreakpoints = ['xs', 's', 'm', 'l', 'xl'] as const;\n\n// This type cannot be a string enum / must be a generic string\n// in case consumers add custom breakpoint sizes, such as xxl or xxs\nexport type _EuiThemeBreakpoint = string;\n\n// Explicitly list out each key so we can document default values\n// via JSDoc (which is available to devs in IDE via intellisense)\nexport type _EuiThemeBreakpoints = Record<_EuiThemeBreakpoint, number> & {\n /** - Default value: 0 */\n xs: number;\n /** - Default value: 575 */\n s: number;\n /** - Default value: 768 */\n m: number;\n /** - Default value: 992 */\n l: number;\n /** - Default value: 1200 */\n xl: number;\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,mBAAmB,GAAAC,OAAA,CAAAD,mBAAA,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,CAAU;;AAEvE;AACA;;AAGA;AACA","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -228,6 +228,50 @@ export declare type _EuiThemeBorderColors = {
228
228
  borderStrongWarning: ColorModeSwitch;
229
229
  borderStrongDanger: ColorModeSwitch;
230
230
  };
231
+ export declare type _EuiThemeVisColors = {
232
+ euiColorVis0: string;
233
+ euiColorVis1: string;
234
+ euiColorVis2: string;
235
+ euiColorVis3: string;
236
+ euiColorVis4: string;
237
+ euiColorVis5: string;
238
+ euiColorVis6: string;
239
+ euiColorVis7: string;
240
+ euiColorVis8: string;
241
+ euiColorVis9: string;
242
+ euiColorVisAsTextLight0: string;
243
+ euiColorVisAsTextLight1: string;
244
+ euiColorVisAsTextLight2: string;
245
+ euiColorVisAsTextLight3: string;
246
+ euiColorVisAsTextLight4: string;
247
+ euiColorVisAsTextLight5: string;
248
+ euiColorVisAsTextLight6: string;
249
+ euiColorVisAsTextDark0: string;
250
+ euiColorVisAsTextDark1: string;
251
+ euiColorVisAsTextDark2: string;
252
+ euiColorVisAsTextDark3: string;
253
+ euiColorVisAsTextDark4: string;
254
+ euiColorVisAsTextDark5: string;
255
+ euiColorVisAsTextDark6: string;
256
+ euiColorVisSuccess0: string;
257
+ euiColorVisSuccess1: string;
258
+ euiColorVisWarning0: string;
259
+ euiColorVisDanger0: string;
260
+ euiColorVisDanger1: string;
261
+ euiColorVisNeutral0: string;
262
+ euiColorVisGrey0: string;
263
+ euiColorVisGrey1: string;
264
+ euiColorVisGrey2: string;
265
+ euiColorVisGrey3: string;
266
+ euiColorVisWarm0: string;
267
+ euiColorVisWarm1: string;
268
+ euiColorVisWarm2: string;
269
+ euiColorVisCool0: string;
270
+ euiColorVisCool1: string;
271
+ euiColorVisCool2: string;
272
+ euiColorVisComplementary0: string;
273
+ euiColorVisComplementary1: string;
274
+ };
231
275
  export declare type _EuiThemeConstantColors = {
232
276
  /**
233
277
  * Purest **white**
@@ -239,6 +283,7 @@ export declare type _EuiThemeConstantColors = {
239
283
  * @deprecated
240
284
  */
241
285
  ink: string;
286
+ vis: _EuiThemeVisColors;
242
287
  };
243
288
  export declare type _EuiThemeColorsMode = _EuiThemeBrandColors & _EuiThemeBrandTextColors & _EuiThemeShadeColors & _EuiThemeSpecialColors & _EuiThemeTextColors & _EuiThemeBackgroundColors & _EuiThemeTransparentBackgroundColors & _EuiThemeBorderColors;
244
289
  export declare type _EuiThemeColors = StrictColorModeSwitch<_EuiThemeColorsMode> & _EuiThemeConstantColors;
@@ -1 +1 @@
1
- {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/colors.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAElE;;GAEG;AACH,oBAAY,oBAAoB,GAAG;IACjC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,eAAe,EAAE,eAAe,CAAC;IACjC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF;;GAEG;AACH,oBAAY,wBAAwB,GAAG;IACrC;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAE5B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,eAAe,CAAC;IAC5B,mBAAmB,EAAE,eAAe,CAAC;IACrC,WAAW,EAAE,eAAe,CAAC;IAC7B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,aAAa,EAAE,eAAe,CAAC;IAC/B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,SAAS,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,eAAe,CAAC;IAC9B;;;OAGG;IACH,SAAS,EAAE,eAAe,CAAC;CAC5B,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;;OAGG;IACH,KAAK,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB,aAAa,EAAE,eAAe,CAAC;IAC/B,WAAW,EAAE,eAAe,CAAC;IAC7B,WAAW,EAAE,eAAe,CAAC;IAC7B,YAAY,EAAE,eAAe,CAAC;IAC9B,WAAW,EAAE,eAAe,CAAC;CAC9B,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,QAAQ,EAAE,eAAe,CAAC;IAC1B;;;OAGG;IACH,YAAY,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACtC,qBAAqB,EAAE,eAAe,CAAC;IACvC,oBAAoB,EAAE,eAAe,CAAC;IACtC,6BAA6B,EAAE,eAAe,CAAC;IAC/C,qBAAqB,EAAE,eAAe,CAAC;IACvC,qBAAqB,EAAE,eAAe,CAAC;IACvC,oBAAoB,EAAE,eAAe,CAAC;IACtC,qBAAqB,EAAE,eAAe,CAAC;IACvC,mBAAmB,EAAE,eAAe,CAAC;IACrC,sBAAsB,EAAE,eAAe,CAAC;IACxC,0BAA0B,EAAE,eAAe,CAAC;IAC5C,kCAAkC,EAAE,eAAe,CAAC;IACpD,8BAA8B,EAAE,eAAe,CAAC;IAChD,+BAA+B,EAAE,eAAe,CAAC;IACjD,gCAAgC,EAAE,eAAe,CAAC;IAClD,0BAA0B,EAAE,eAAe,CAAC;IAC5C,4BAA4B,EAAE,eAAe,CAAC;IAE9C,sBAAsB,EAAE,eAAe,CAAC;IACxC,qBAAqB,EAAE,eAAe,CAAC;IACvC,8BAA8B,EAAE,eAAe,CAAC;IAChD,sBAAsB,EAAE,eAAe,CAAC;IACxC,sBAAsB,EAAE,eAAe,CAAC;IACxC,qBAAqB,EAAE,eAAe,CAAC;IACvC,mBAAmB,EAAE,eAAe,CAAC;IAErC,uBAAuB,EAAE,eAAe,CAAC;IACzC,sBAAsB,EAAE,eAAe,CAAC;IACxC,+BAA+B,EAAE,eAAe,CAAC;IACjD,uBAAuB,EAAE,eAAe,CAAC;IACzC,uBAAuB,EAAE,eAAe,CAAC;IACzC,sBAAsB,EAAE,eAAe,CAAC;IACxC,oBAAoB,EAAE,eAAe,CAAC;CACvC,CAAC;AAEF,6CAA6C;AAC7C,oBAAY,oCAAoC,GAAG;IACjD,kBAAkB;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,2BAA2B,EAAE,eAAe,CAAC;IAC7C,kBAAkB;IAClB,oCAAoC,EAAE,eAAe,CAAC;IACtD,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,2BAA2B,EAAE,eAAe,CAAC;IAC7C,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,0BAA0B,EAAE,eAAe,CAAC;CAC7C,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,iBAAiB,EAAE,eAAe,CAAC;IACnC,gBAAgB,EAAE,eAAe,CAAC;IAClC,yBAAyB,EAAE,eAAe,CAAC;IAC3C,iBAAiB,EAAE,eAAe,CAAC;IACnC,iBAAiB,EAAE,eAAe,CAAC;IACnC,gBAAgB,EAAE,eAAe,CAAC;IAElC,eAAe,EAAE,eAAe,CAAC;IACjC,iBAAiB,EAAE,eAAe,CAAC;IACnC,kBAAkB,EAAE,eAAe,CAAC;IACpC,kBAAkB,EAAE,eAAe,CAAC;IAEpC,0BAA0B,EAAE,eAAe,CAAC;IAC5C,sBAAsB,EAAE,eAAe,CAAC;IAExC,mBAAmB,EAAE,eAAe,CAAC;IACrC,kBAAkB,EAAE,eAAe,CAAC;IACpC,2BAA2B,EAAE,eAAe,CAAC;IAC7C,mBAAmB,EAAE,eAAe,CAAC;IACrC,mBAAmB,EAAE,eAAe,CAAC;IACrC,kBAAkB,EAAE,eAAe,CAAC;CACrC,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IACpC;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,oBAAY,mBAAmB,GAAG,oBAAoB,GACpD,wBAAwB,GACxB,oBAAoB,GACpB,sBAAsB,GACtB,mBAAmB,GACnB,yBAAyB,GACzB,oCAAoC,GACpC,qBAAqB,CAAC;AAExB,oBAAY,eAAe,GAAG,qBAAqB,CAAC,mBAAmB,CAAC,GACtE,uBAAuB,CAAC"}
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/colors.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAElE;;GAEG;AACH,oBAAY,oBAAoB,GAAG;IACjC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,eAAe,EAAE,eAAe,CAAC;IACjC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF;;GAEG;AACH,oBAAY,wBAAwB,GAAG;IACrC;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAE5B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,eAAe,CAAC;IAC5B,mBAAmB,EAAE,eAAe,CAAC;IACrC,WAAW,EAAE,eAAe,CAAC;IAC7B,WAAW,EAAE,eAAe,CAAC;IAC7B,UAAU,EAAE,eAAe,CAAC;CAC7B,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,aAAa,EAAE,eAAe,CAAC;IAC/B;;;OAGG;IACH,UAAU,EAAE,eAAe,CAAC;IAC5B;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;;OAGG;IACH,SAAS,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,YAAY,EAAE,eAAe,CAAC;IAC9B;;;OAGG;IACH,SAAS,EAAE,eAAe,CAAC;CAC5B,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;;OAGG;IACH,KAAK,EAAE,eAAe,CAAC;IACvB;;;OAGG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IAEtB,aAAa,EAAE,eAAe,CAAC;IAC/B,WAAW,EAAE,eAAe,CAAC;IAC7B,WAAW,EAAE,eAAe,CAAC;IAC7B,YAAY,EAAE,eAAe,CAAC;IAC9B,WAAW,EAAE,eAAe,CAAC;CAC9B,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC;;;;OAIG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,SAAS,EAAE,eAAe,CAAC;IAC3B;;;OAGG;IACH,QAAQ,EAAE,eAAe,CAAC;IAC1B;;;OAGG;IACH,YAAY,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACtC,qBAAqB,EAAE,eAAe,CAAC;IACvC,oBAAoB,EAAE,eAAe,CAAC;IACtC,6BAA6B,EAAE,eAAe,CAAC;IAC/C,qBAAqB,EAAE,eAAe,CAAC;IACvC,qBAAqB,EAAE,eAAe,CAAC;IACvC,oBAAoB,EAAE,eAAe,CAAC;IACtC,qBAAqB,EAAE,eAAe,CAAC;IACvC,mBAAmB,EAAE,eAAe,CAAC;IACrC,sBAAsB,EAAE,eAAe,CAAC;IACxC,0BAA0B,EAAE,eAAe,CAAC;IAC5C,kCAAkC,EAAE,eAAe,CAAC;IACpD,8BAA8B,EAAE,eAAe,CAAC;IAChD,+BAA+B,EAAE,eAAe,CAAC;IACjD,gCAAgC,EAAE,eAAe,CAAC;IAClD,0BAA0B,EAAE,eAAe,CAAC;IAC5C,4BAA4B,EAAE,eAAe,CAAC;IAE9C,sBAAsB,EAAE,eAAe,CAAC;IACxC,qBAAqB,EAAE,eAAe,CAAC;IACvC,8BAA8B,EAAE,eAAe,CAAC;IAChD,sBAAsB,EAAE,eAAe,CAAC;IACxC,sBAAsB,EAAE,eAAe,CAAC;IACxC,qBAAqB,EAAE,eAAe,CAAC;IACvC,mBAAmB,EAAE,eAAe,CAAC;IAErC,uBAAuB,EAAE,eAAe,CAAC;IACzC,sBAAsB,EAAE,eAAe,CAAC;IACxC,+BAA+B,EAAE,eAAe,CAAC;IACjD,uBAAuB,EAAE,eAAe,CAAC;IACzC,uBAAuB,EAAE,eAAe,CAAC;IACzC,sBAAsB,EAAE,eAAe,CAAC;IACxC,oBAAoB,EAAE,eAAe,CAAC;CACvC,CAAC;AAEF,6CAA6C;AAC7C,oBAAY,oCAAoC,GAAG;IACjD,kBAAkB;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,2BAA2B,EAAE,eAAe,CAAC;IAC7C,kBAAkB;IAClB,oCAAoC,EAAE,eAAe,CAAC;IACtD,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,2BAA2B,EAAE,eAAe,CAAC;IAC7C,kBAAkB;IAClB,4BAA4B,EAAE,eAAe,CAAC;IAC9C,kBAAkB;IAClB,0BAA0B,EAAE,eAAe,CAAC;CAC7C,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAClC,iBAAiB,EAAE,eAAe,CAAC;IACnC,gBAAgB,EAAE,eAAe,CAAC;IAClC,yBAAyB,EAAE,eAAe,CAAC;IAC3C,iBAAiB,EAAE,eAAe,CAAC;IACnC,iBAAiB,EAAE,eAAe,CAAC;IACnC,gBAAgB,EAAE,eAAe,CAAC;IAElC,eAAe,EAAE,eAAe,CAAC;IACjC,iBAAiB,EAAE,eAAe,CAAC;IACnC,kBAAkB,EAAE,eAAe,CAAC;IACpC,kBAAkB,EAAE,eAAe,CAAC;IAEpC,0BAA0B,EAAE,eAAe,CAAC;IAC5C,sBAAsB,EAAE,eAAe,CAAC;IAExC,mBAAmB,EAAE,eAAe,CAAC;IACrC,kBAAkB,EAAE,eAAe,CAAC;IACpC,2BAA2B,EAAE,eAAe,CAAC;IAC7C,mBAAmB,EAAE,eAAe,CAAC;IACrC,mBAAmB,EAAE,eAAe,CAAC;IACrC,kBAAkB,EAAE,eAAe,CAAC;CACrC,CAAC;AAEF,oBAAY,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IAErB,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAChC,uBAAuB,EAAE,MAAM,CAAC;IAEhC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAE/B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAE3B,mBAAmB,EAAE,MAAM,CAAC;IAE5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,yBAAyB,EAAE,MAAM,CAAC;IAClC,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IACpC;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,kBAAkB,CAAC;CACzB,CAAC;AAEF,oBAAY,mBAAmB,GAAG,oBAAoB,GACpD,wBAAwB,GACxB,oBAAoB,GACpB,sBAAsB,GACtB,mBAAmB,GACnB,yBAAyB,GACzB,oCAAoC,GACpC,qBAAqB,CAAC;AAExB,oBAAY,eAAe,GAAG,qBAAqB,CAAC,mBAAmB,CAAC,GACtE,uBAAuB,CAAC"}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"colors.js","names":[],"sources":["../../../../src/global_styling/variables/colors.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { ColorModeSwitch, StrictColorModeSwitch } from '../types';\n\n/**\n * Top 5 colors\n */\nexport type _EuiThemeBrandColors = {\n /**\n * Main brand color and used for most **call to actions** like buttons and links.\n */\n primary: ColorModeSwitch;\n /**\n * Pulls attention to key indicators like **notifications** or number of selections.\n */\n accent: ColorModeSwitch;\n /**\n * Secondary attention indicator with lower priority.\n */\n accentSecondary: ColorModeSwitch;\n /**\n * Used for **positive** messages/graphics and additive actions.\n */\n success: ColorModeSwitch;\n /**\n * Used for **warnings** and actions that have a potential to be destructive.\n */\n warning: ColorModeSwitch;\n /**\n * Used for **negative** messages/graphics like errors and destructive actions.\n */\n danger: ColorModeSwitch;\n};\n\n/**\n * Every brand color must have a contrast computed text equivelant\n */\nexport type _EuiThemeBrandTextColors = {\n /**\n * Typically computed against `colors.primary`\n * @deprecated - use `textPrimary` instead\n */\n primaryText: ColorModeSwitch;\n /**\n * Typically computed against `colors.accent`\n * @deprecated - use `textAccent` instead\n */\n accentText: ColorModeSwitch;\n /**\n * Typically computed against `colors.success`\n * @deprecated - use `textSuccess` instead\n */\n successText: ColorModeSwitch;\n /**\n * Typically computed against `colors.warning`\n * @deprecated - use `textWarning` instead\n */\n warningText: ColorModeSwitch;\n /**\n * Typically computed against `colors.danger`\n * @deprecated - use `textDanger` instead\n */\n dangerText: ColorModeSwitch;\n\n textPrimary: ColorModeSwitch;\n textAccent: ColorModeSwitch;\n textAccentSecondary: ColorModeSwitch;\n textSuccess: ColorModeSwitch;\n textWarning: ColorModeSwitch;\n textDanger: ColorModeSwitch;\n};\n\nexport type _EuiThemeShadeColors = {\n /**\n * Used as the background color of primary **page content and panels** including modals and flyouts.\n * @deprecated - use `white`\n */\n emptyShade: ColorModeSwitch;\n /**\n * Used to lightly shade areas that contain **secondary content** or contain panel-like components.\n * @deprecated - use specific semantic color tokens instead\n */\n lightestShade: ColorModeSwitch;\n /**\n * Used for most **borders** and dividers (horizontal rules).\n * @deprecated - use specific semantic color tokens instead\n */\n lightShade: ColorModeSwitch;\n /**\n * The middle gray for all themes; this is the base for `colors.subdued`.\n * @deprecated - use specific semantic color tokens instead\n */\n mediumShade: ColorModeSwitch;\n /**\n * Slightly subtle graphic color\n * @deprecated - use specific semantic color tokens instead\n */\n darkShade: ColorModeSwitch;\n /**\n * Used as the **text** color and the background color for **inverted components** like tooltips and the control bar.\n * @deprecated - use specific semantic color tokens instead\n */\n darkestShade: ColorModeSwitch;\n /**\n * The opposite of `emptyShade`\n * @deprecated - use`black`\n */\n fullShade: ColorModeSwitch;\n};\n\nexport type _EuiThemeTextColors = {\n /**\n * Computed against `colors.darkestShade`\n * @deprecated - use `textParagraph` instead\n */\n text: ColorModeSwitch;\n /**\n * Computed against `colors.text`\n * @deprecated - use `textHeading` instead\n */\n title: ColorModeSwitch;\n /**\n * Computed against `colors.mediumShade`\n * @deprecated - use `textSubdued` instead\n */\n subduedText: ColorModeSwitch;\n /**\n * Computed against `colors.primaryText`\n */\n link: ColorModeSwitch;\n\n textParagraph: ColorModeSwitch;\n textHeading: ColorModeSwitch;\n textSubdued: ColorModeSwitch;\n textDisabled: ColorModeSwitch;\n textInverse: ColorModeSwitch;\n};\n\nexport type _EuiThemeSpecialColors = {\n /**\n * The background color for the **whole window (body)** and is a computed value of `colors.lightestShade`.\n * Provides denominator (background) value for **contrast calculations**.\n * @deprecated - use backgroundPage instead\n */\n body: ColorModeSwitch;\n /**\n * Used to **highlight text** when matching against search strings\n */\n highlight: ColorModeSwitch;\n /**\n * Computed against `colors.darkestShade`\n * @deprecated - use specific semantic tokens instead (e.g. backgroundDisabled, borderDisabled etc)\n */\n disabled: ColorModeSwitch;\n /**\n * Computed against `colors.disabled`\n * @deprecated - use textDisabled instead\n */\n disabledText: ColorModeSwitch;\n /**\n * The base color for shadows that gets `transparentized`\n * at a value based on the `colorMode` and then layered.\n * @deprecated - use specific shadow tokens instead\n */\n shadow: ColorModeSwitch;\n};\n\nexport type _EuiThemeBackgroundColors = {\n backgroundBasePrimary: ColorModeSwitch;\n backgroundBaseAccent: ColorModeSwitch;\n backgroundBaseAccentSecondary: ColorModeSwitch;\n backgroundBaseSuccess: ColorModeSwitch;\n backgroundBaseWarning: ColorModeSwitch;\n backgroundBaseDanger: ColorModeSwitch;\n backgroundBaseSubdued: ColorModeSwitch;\n backgroundBasePlain: ColorModeSwitch;\n backgroundBaseDisabled: ColorModeSwitch;\n backgroundBaseFormsPrepend: ColorModeSwitch;\n backgroundBaseFormsControlDisabled: ColorModeSwitch;\n backgroundBaseInteractiveHover: ColorModeSwitch;\n backgroundBaseInteractiveSelect: ColorModeSwitch;\n backgroundBaseInteractiveOverlay: ColorModeSwitch;\n backgroundBaseSkeletonEdge: ColorModeSwitch;\n backgroundBaseSkeletonMiddle: ColorModeSwitch;\n\n backgroundLightPrimary: ColorModeSwitch;\n backgroundLightAccent: ColorModeSwitch;\n backgroundLightAccentSecondary: ColorModeSwitch;\n backgroundLightSuccess: ColorModeSwitch;\n backgroundLightWarning: ColorModeSwitch;\n backgroundLightDanger: ColorModeSwitch;\n backgroundLightText: ColorModeSwitch;\n\n backgroundFilledPrimary: ColorModeSwitch;\n backgroundFilledAccent: ColorModeSwitch;\n backgroundFilledAccentSecondary: ColorModeSwitch;\n backgroundFilledSuccess: ColorModeSwitch;\n backgroundFilledWarning: ColorModeSwitch;\n backgroundFilledDanger: ColorModeSwitch;\n backgroundFilledText: ColorModeSwitch;\n};\n\n/** TODO: remove once usages are re-mapped */\nexport type _EuiThemeTransparentBackgroundColors = {\n /** @deprecated */\n backgroundTransparent: string;\n /** @deprecated */\n backgroundTransparentPrimary: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentAccent: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentAccentSecondary: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentSuccess: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentWarning: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentDanger: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentSubdued: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentPlain: ColorModeSwitch;\n};\n\nexport type _EuiThemeBorderColors = {\n borderBasePrimary: ColorModeSwitch;\n borderBaseAccent: ColorModeSwitch;\n borderBaseAccentSecondary: ColorModeSwitch;\n borderBaseSuccess: ColorModeSwitch;\n borderBaseWarning: ColorModeSwitch;\n borderBaseDanger: ColorModeSwitch;\n\n borderBasePlain: ColorModeSwitch;\n borderBaseSubdued: ColorModeSwitch;\n borderBaseDisabled: ColorModeSwitch;\n borderBaseFloating: ColorModeSwitch;\n\n borderBaseFormsColorSwatch: ColorModeSwitch;\n borderBaseFormsControl: ColorModeSwitch;\n\n borderStrongPrimary: ColorModeSwitch;\n borderStrongAccent: ColorModeSwitch;\n borderStrongAccentSecondary: ColorModeSwitch;\n borderStrongSuccess: ColorModeSwitch;\n borderStrongWarning: ColorModeSwitch;\n borderStrongDanger: ColorModeSwitch;\n};\n\nexport type _EuiThemeConstantColors = {\n /**\n * Purest **white**\n * @deprecated\n */\n ghost: string;\n /**\n * Purest **black**\n * @deprecated\n */\n ink: string;\n};\n\nexport type _EuiThemeColorsMode = _EuiThemeBrandColors &\n _EuiThemeBrandTextColors &\n _EuiThemeShadeColors &\n _EuiThemeSpecialColors &\n _EuiThemeTextColors &\n _EuiThemeBackgroundColors &\n _EuiThemeTransparentBackgroundColors &\n _EuiThemeBorderColors;\n\nexport type _EuiThemeColors = StrictColorModeSwitch<_EuiThemeColorsMode> &\n _EuiThemeConstantColors;\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"colors.js","names":[],"sources":["../../../../src/global_styling/variables/colors.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { ColorModeSwitch, StrictColorModeSwitch } from '../types';\n\n/**\n * Top 5 colors\n */\nexport type _EuiThemeBrandColors = {\n /**\n * Main brand color and used for most **call to actions** like buttons and links.\n */\n primary: ColorModeSwitch;\n /**\n * Pulls attention to key indicators like **notifications** or number of selections.\n */\n accent: ColorModeSwitch;\n /**\n * Secondary attention indicator with lower priority.\n */\n accentSecondary: ColorModeSwitch;\n /**\n * Used for **positive** messages/graphics and additive actions.\n */\n success: ColorModeSwitch;\n /**\n * Used for **warnings** and actions that have a potential to be destructive.\n */\n warning: ColorModeSwitch;\n /**\n * Used for **negative** messages/graphics like errors and destructive actions.\n */\n danger: ColorModeSwitch;\n};\n\n/**\n * Every brand color must have a contrast computed text equivelant\n */\nexport type _EuiThemeBrandTextColors = {\n /**\n * Typically computed against `colors.primary`\n * @deprecated - use `textPrimary` instead\n */\n primaryText: ColorModeSwitch;\n /**\n * Typically computed against `colors.accent`\n * @deprecated - use `textAccent` instead\n */\n accentText: ColorModeSwitch;\n /**\n * Typically computed against `colors.success`\n * @deprecated - use `textSuccess` instead\n */\n successText: ColorModeSwitch;\n /**\n * Typically computed against `colors.warning`\n * @deprecated - use `textWarning` instead\n */\n warningText: ColorModeSwitch;\n /**\n * Typically computed against `colors.danger`\n * @deprecated - use `textDanger` instead\n */\n dangerText: ColorModeSwitch;\n\n textPrimary: ColorModeSwitch;\n textAccent: ColorModeSwitch;\n textAccentSecondary: ColorModeSwitch;\n textSuccess: ColorModeSwitch;\n textWarning: ColorModeSwitch;\n textDanger: ColorModeSwitch;\n};\n\nexport type _EuiThemeShadeColors = {\n /**\n * Used as the background color of primary **page content and panels** including modals and flyouts.\n * @deprecated - use `white`\n */\n emptyShade: ColorModeSwitch;\n /**\n * Used to lightly shade areas that contain **secondary content** or contain panel-like components.\n * @deprecated - use specific semantic color tokens instead\n */\n lightestShade: ColorModeSwitch;\n /**\n * Used for most **borders** and dividers (horizontal rules).\n * @deprecated - use specific semantic color tokens instead\n */\n lightShade: ColorModeSwitch;\n /**\n * The middle gray for all themes; this is the base for `colors.subdued`.\n * @deprecated - use specific semantic color tokens instead\n */\n mediumShade: ColorModeSwitch;\n /**\n * Slightly subtle graphic color\n * @deprecated - use specific semantic color tokens instead\n */\n darkShade: ColorModeSwitch;\n /**\n * Used as the **text** color and the background color for **inverted components** like tooltips and the control bar.\n * @deprecated - use specific semantic color tokens instead\n */\n darkestShade: ColorModeSwitch;\n /**\n * The opposite of `emptyShade`\n * @deprecated - use`black`\n */\n fullShade: ColorModeSwitch;\n};\n\nexport type _EuiThemeTextColors = {\n /**\n * Computed against `colors.darkestShade`\n * @deprecated - use `textParagraph` instead\n */\n text: ColorModeSwitch;\n /**\n * Computed against `colors.text`\n * @deprecated - use `textHeading` instead\n */\n title: ColorModeSwitch;\n /**\n * Computed against `colors.mediumShade`\n * @deprecated - use `textSubdued` instead\n */\n subduedText: ColorModeSwitch;\n /**\n * Computed against `colors.primaryText`\n */\n link: ColorModeSwitch;\n\n textParagraph: ColorModeSwitch;\n textHeading: ColorModeSwitch;\n textSubdued: ColorModeSwitch;\n textDisabled: ColorModeSwitch;\n textInverse: ColorModeSwitch;\n};\n\nexport type _EuiThemeSpecialColors = {\n /**\n * The background color for the **whole window (body)** and is a computed value of `colors.lightestShade`.\n * Provides denominator (background) value for **contrast calculations**.\n * @deprecated - use backgroundPage instead\n */\n body: ColorModeSwitch;\n /**\n * Used to **highlight text** when matching against search strings\n */\n highlight: ColorModeSwitch;\n /**\n * Computed against `colors.darkestShade`\n * @deprecated - use specific semantic tokens instead (e.g. backgroundDisabled, borderDisabled etc)\n */\n disabled: ColorModeSwitch;\n /**\n * Computed against `colors.disabled`\n * @deprecated - use textDisabled instead\n */\n disabledText: ColorModeSwitch;\n /**\n * The base color for shadows that gets `transparentized`\n * at a value based on the `colorMode` and then layered.\n * @deprecated - use specific shadow tokens instead\n */\n shadow: ColorModeSwitch;\n};\n\nexport type _EuiThemeBackgroundColors = {\n backgroundBasePrimary: ColorModeSwitch;\n backgroundBaseAccent: ColorModeSwitch;\n backgroundBaseAccentSecondary: ColorModeSwitch;\n backgroundBaseSuccess: ColorModeSwitch;\n backgroundBaseWarning: ColorModeSwitch;\n backgroundBaseDanger: ColorModeSwitch;\n backgroundBaseSubdued: ColorModeSwitch;\n backgroundBasePlain: ColorModeSwitch;\n backgroundBaseDisabled: ColorModeSwitch;\n backgroundBaseFormsPrepend: ColorModeSwitch;\n backgroundBaseFormsControlDisabled: ColorModeSwitch;\n backgroundBaseInteractiveHover: ColorModeSwitch;\n backgroundBaseInteractiveSelect: ColorModeSwitch;\n backgroundBaseInteractiveOverlay: ColorModeSwitch;\n backgroundBaseSkeletonEdge: ColorModeSwitch;\n backgroundBaseSkeletonMiddle: ColorModeSwitch;\n\n backgroundLightPrimary: ColorModeSwitch;\n backgroundLightAccent: ColorModeSwitch;\n backgroundLightAccentSecondary: ColorModeSwitch;\n backgroundLightSuccess: ColorModeSwitch;\n backgroundLightWarning: ColorModeSwitch;\n backgroundLightDanger: ColorModeSwitch;\n backgroundLightText: ColorModeSwitch;\n\n backgroundFilledPrimary: ColorModeSwitch;\n backgroundFilledAccent: ColorModeSwitch;\n backgroundFilledAccentSecondary: ColorModeSwitch;\n backgroundFilledSuccess: ColorModeSwitch;\n backgroundFilledWarning: ColorModeSwitch;\n backgroundFilledDanger: ColorModeSwitch;\n backgroundFilledText: ColorModeSwitch;\n};\n\n/** TODO: remove once usages are re-mapped */\nexport type _EuiThemeTransparentBackgroundColors = {\n /** @deprecated */\n backgroundTransparent: string;\n /** @deprecated */\n backgroundTransparentPrimary: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentAccent: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentAccentSecondary: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentSuccess: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentWarning: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentDanger: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentSubdued: ColorModeSwitch;\n /** @deprecated */\n backgroundTransparentPlain: ColorModeSwitch;\n};\n\nexport type _EuiThemeBorderColors = {\n borderBasePrimary: ColorModeSwitch;\n borderBaseAccent: ColorModeSwitch;\n borderBaseAccentSecondary: ColorModeSwitch;\n borderBaseSuccess: ColorModeSwitch;\n borderBaseWarning: ColorModeSwitch;\n borderBaseDanger: ColorModeSwitch;\n\n borderBasePlain: ColorModeSwitch;\n borderBaseSubdued: ColorModeSwitch;\n borderBaseDisabled: ColorModeSwitch;\n borderBaseFloating: ColorModeSwitch;\n\n borderBaseFormsColorSwatch: ColorModeSwitch;\n borderBaseFormsControl: ColorModeSwitch;\n\n borderStrongPrimary: ColorModeSwitch;\n borderStrongAccent: ColorModeSwitch;\n borderStrongAccentSecondary: ColorModeSwitch;\n borderStrongSuccess: ColorModeSwitch;\n borderStrongWarning: ColorModeSwitch;\n borderStrongDanger: ColorModeSwitch;\n};\n\nexport type _EuiThemeVisColors = {\n euiColorVis0: string;\n euiColorVis1: string;\n euiColorVis2: string;\n euiColorVis3: string;\n euiColorVis4: string;\n euiColorVis5: string;\n euiColorVis6: string;\n euiColorVis7: string;\n euiColorVis8: string;\n euiColorVis9: string;\n\n euiColorVisAsTextLight0: string;\n euiColorVisAsTextLight1: string;\n euiColorVisAsTextLight2: string;\n euiColorVisAsTextLight3: string;\n euiColorVisAsTextLight4: string;\n euiColorVisAsTextLight5: string;\n euiColorVisAsTextLight6: string;\n\n euiColorVisAsTextDark0: string;\n euiColorVisAsTextDark1: string;\n euiColorVisAsTextDark2: string;\n euiColorVisAsTextDark3: string;\n euiColorVisAsTextDark4: string;\n euiColorVisAsTextDark5: string;\n euiColorVisAsTextDark6: string;\n\n euiColorVisSuccess0: string;\n euiColorVisSuccess1: string;\n euiColorVisWarning0: string;\n euiColorVisDanger0: string;\n euiColorVisDanger1: string;\n\n euiColorVisNeutral0: string;\n\n euiColorVisGrey0: string;\n euiColorVisGrey1: string;\n euiColorVisGrey2: string;\n euiColorVisGrey3: string;\n\n euiColorVisWarm0: string;\n euiColorVisWarm1: string;\n euiColorVisWarm2: string;\n\n euiColorVisCool0: string;\n euiColorVisCool1: string;\n euiColorVisCool2: string;\n\n euiColorVisComplementary0: string;\n euiColorVisComplementary1: string;\n};\n\nexport type _EuiThemeConstantColors = {\n /**\n * Purest **white**\n * @deprecated\n */\n ghost: string;\n /**\n * Purest **black**\n * @deprecated\n */\n ink: string;\n vis: _EuiThemeVisColors;\n};\n\nexport type _EuiThemeColorsMode = _EuiThemeBrandColors &\n _EuiThemeBrandTextColors &\n _EuiThemeShadeColors &\n _EuiThemeSpecialColors &\n _EuiThemeTextColors &\n _EuiThemeBackgroundColors &\n _EuiThemeTransparentBackgroundColors &\n _EuiThemeBorderColors;\n\nexport type _EuiThemeColors = StrictColorModeSwitch<_EuiThemeColorsMode> &\n _EuiThemeConstantColors;\n"],"mappings":"","ignoreList":[]}
@@ -4,12 +4,36 @@ import { _EuiThemeFormColors } from './forms';
4
4
  export declare type _EuiThemeComponentColors = {
5
5
  buttonGroupBorderColor: ColorModeSwitch;
6
6
  buttonGroupBorderColorSelected: ColorModeSwitch;
7
+ buttonGroupFocusColor: ColorModeSwitch;
7
8
  badgeBackgroundSubdued: ColorModeSwitch;
8
9
  badgeBorderColorHollow: ColorModeSwitch;
9
10
  badgeIconButtonBackgroundHover: ColorModeSwitch;
10
11
  bottomBarBackground: ColorModeSwitch;
11
12
  breadcrumbsApplicationBackground: ColorModeSwitch;
12
13
  breadcrumbsApplicationColor: ColorModeSwitch;
14
+ codeBackground: ColorModeSwitch;
15
+ codeBackgroundSelected: ColorModeSwitch;
16
+ codeColor: ColorModeSwitch;
17
+ codeInlineColor: ColorModeSwitch;
18
+ codeCommentColor: ColorModeSwitch;
19
+ codeSelectorColor: ColorModeSwitch;
20
+ codeStringColor: ColorModeSwitch;
21
+ codeTagColor: ColorModeSwitch;
22
+ codeNameColor: ColorModeSwitch;
23
+ codeNumberColor: ColorModeSwitch;
24
+ codeKeywordColor: ColorModeSwitch;
25
+ codeFunctionTitleColor: ColorModeSwitch;
26
+ codeTypeColor: ColorModeSwitch;
27
+ codeAttributeColor: ColorModeSwitch;
28
+ codeSymbolColor: ColorModeSwitch;
29
+ codeParamsColor: ColorModeSwitch;
30
+ codeMetaColor: ColorModeSwitch;
31
+ codeTitleColor: ColorModeSwitch;
32
+ codeSectionColor: ColorModeSwitch;
33
+ codeAdditionColor: ColorModeSwitch;
34
+ codeDeletionColor: ColorModeSwitch;
35
+ codeSelectorClassColor: ColorModeSwitch;
36
+ codeSelectorIdColor: ColorModeSwitch;
13
37
  collapsibleNavGroupBackground: ColorModeSwitch;
14
38
  collapsibleNavGroupBackgroundDark: ColorModeSwitch;
15
39
  dataGridVerticalLineBorderColor: ColorModeSwitch;
@@ -28,6 +52,10 @@ export declare type _EuiThemeComponentColors = {
28
52
  listGroupItemBackgroundSubduedActive: ColorModeSwitch;
29
53
  listGroupItemBackgroundHover: ColorModeSwitch;
30
54
  listGroupItemBackgroundPrimaryHover: ColorModeSwitch;
55
+ loadingChartMonoBackground0: ColorModeSwitch;
56
+ loadingChartMonoBackground1: ColorModeSwitch;
57
+ loadingChartMonoBackground2: ColorModeSwitch;
58
+ loadingChartMonoBackground3: ColorModeSwitch;
31
59
  markBackground: ColorModeSwitch;
32
60
  markdownFormatTableBorderColor: ColorModeSwitch;
33
61
  popoverPanelBackground: ColorModeSwitch;
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/components.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAE9C,oBAAY,wBAAwB,GAAG;IACrC,sBAAsB,EAAE,eAAe,CAAC;IACxC,8BAA8B,EAAE,eAAe,CAAC;IAEhD,sBAAsB,EAAE,eAAe,CAAC;IACxC,sBAAsB,EAAE,eAAe,CAAC;IACxC,8BAA8B,EAAE,eAAe,CAAC;IAEhD,mBAAmB,EAAE,eAAe,CAAC;IAErC,gCAAgC,EAAE,eAAe,CAAC;IAClD,2BAA2B,EAAE,eAAe,CAAC;IAE7C,6BAA6B,EAAE,eAAe,CAAC;IAC/C,iCAAiC,EAAE,eAAe,CAAC;IAEnD,+BAA+B,EAAE,eAAe,CAAC;IACjD,4BAA4B,EAAE,eAAe,CAAC;IAC9C,0BAA0B,EAAE,eAAe,CAAC;IAE5C,0BAA0B,EAAE,eAAe,CAAC;IAC5C,8BAA8B,EAAE,eAAe,CAAC;IAEhD,gBAAgB,EAAE,eAAe,CAAC;IAClC,oBAAoB,EAAE,eAAe,CAAC;IACtC,2BAA2B,EAAE,eAAe,CAAC;IAC7C,oCAAoC,EAAE,eAAe,CAAC;IAEtD,uCAAuC,EAAE,eAAe,CAAC;IAEzD,iCAAiC,EAAE,eAAe,CAAC;IAEnD,sCAAsC,EAAE,eAAe,CAAC;IAExD,oCAAoC,EAAE,eAAe,CAAC;IACtD,oCAAoC,EAAE,eAAe,CAAC;IACtD,4BAA4B,EAAE,eAAe,CAAC;IAC9C,mCAAmC,EAAE,eAAe,CAAC;IAErD,cAAc,EAAE,eAAe,CAAC;IAEhC,8BAA8B,EAAE,eAAe,CAAC;IAEhD,sBAAsB,EAAE,eAAe,CAAC;IACxC,wBAAwB,EAAE,eAAe,CAAC;IAE1C,mBAAmB,EAAE,eAAe,CAAC;IAErC,+BAA+B,EAAE,eAAe,CAAC;IAEjD,6BAA6B,EAAE,eAAe,CAAC;IAE/C,gCAAgC,EAAE,eAAe,CAAC;IAElD,kBAAkB,EAAE,eAAe,CAAC;IACpC,mBAAmB,EAAE,eAAe,CAAC;IACrC,oCAAoC,EAAE,eAAe,CAAC;IACtD,kCAAkC,EAAE,eAAe,CAAC;IACpD,4BAA4B,EAAE,eAAe,CAAC;IAC9C,6BAA6B,EAAE,eAAe,CAAC;IAC/C,mBAAmB,EAAE,eAAe,CAAC;IACrC,oBAAoB,EAAE,eAAe,CAAC;IACtC,kBAAkB,EAAE,eAAe,CAAC;IAEpC,uBAAuB,EAAE,eAAe,CAAC;IACzC,0BAA0B,EAAE,eAAe,CAAC;IAC5C,+BAA+B,EAAE,eAAe,CAAC;IACjD,kCAAkC,EAAE,eAAe,CAAC;IACpD,kCAAkC,EAAE,eAAe,CAAC;IACpD,0BAA0B,EAAE,eAAe,CAAC;IAE5C,iBAAiB,EAAE,eAAe,CAAC;IACnC,aAAa,EAAE,eAAe,CAAC;IAC/B,qBAAqB,EAAE,eAAe,CAAC;IAEvC,oBAAoB,EAAE,eAAe,CAAC;IAEtC,2BAA2B,EAAE,eAAe,CAAC;CAC9C,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,OAAO,EAAE,qBAAqB,CAAC,qBAAqB,CAAC,CAAC;IACtD,KAAK,EAAE,qBAAqB,CAAC,mBAAmB,CAAC,CAAC;IAClD;;OAEG;IACH,KAAK,EAAE,wBAAwB,CAAC;IAChC,IAAI,EAAE,wBAAwB,CAAC;CAChC,CAAC"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/components.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"components.js","names":[],"sources":["../../../../src/global_styling/variables/components.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { ColorModeSwitch, StrictColorModeSwitch } from '../types';\nimport { _EuiThemeButtonColors } from './buttons';\nimport { _EuiThemeFormColors } from './forms';\n\nexport type _EuiThemeComponentColors = {\n buttonGroupBorderColor: ColorModeSwitch;\n buttonGroupBorderColorSelected: ColorModeSwitch;\n\n badgeBackgroundSubdued: ColorModeSwitch;\n badgeBorderColorHollow: ColorModeSwitch;\n badgeIconButtonBackgroundHover: ColorModeSwitch;\n\n bottomBarBackground: ColorModeSwitch;\n\n breadcrumbsApplicationBackground: ColorModeSwitch;\n breadcrumbsApplicationColor: ColorModeSwitch;\n\n collapsibleNavGroupBackground: ColorModeSwitch;\n collapsibleNavGroupBackgroundDark: ColorModeSwitch;\n\n dataGridVerticalLineBorderColor: ColorModeSwitch;\n dataGridRowBackgroundStriped: ColorModeSwitch;\n dataGridRowBackgroundHover: ColorModeSwitch;\n\n dragDropDraggingBackground: ColorModeSwitch;\n dragDropDraggingOverBackground: ColorModeSwitch;\n\n headerBackground: ColorModeSwitch;\n headerDarkBackground: ColorModeSwitch;\n headerDarkSearchBorderColor: ColorModeSwitch;\n headerDarkSectionItemBackgroundFocus: ColorModeSwitch;\n\n filterSelectItemBackgroundFocusDisabled: ColorModeSwitch;\n\n flyoutCloseButtonInsideBackground: ColorModeSwitch;\n\n keyPadMenuItemBackgroundDisabledSelect: ColorModeSwitch;\n\n listGroupItemBackgroundPrimaryActive: ColorModeSwitch;\n listGroupItemBackgroundSubduedActive: ColorModeSwitch;\n listGroupItemBackgroundHover: ColorModeSwitch;\n listGroupItemBackgroundPrimaryHover: ColorModeSwitch;\n\n markBackground: ColorModeSwitch;\n\n markdownFormatTableBorderColor: ColorModeSwitch;\n\n popoverPanelBackground: ColorModeSwitch;\n popoverFooterBorderColor: ColorModeSwitch;\n\n scrollbarTrackColor: ColorModeSwitch;\n\n sideNavItemEmphasizedBackground: ColorModeSwitch;\n\n selectableListItemBorderColor: ColorModeSwitch;\n\n superDatePickerBackgroundSuccees: ColorModeSwitch;\n\n switchBackgroundOn: ColorModeSwitch;\n switchBackgroundOff: ColorModeSwitch;\n switchUncompressedBackgroundDisabled: ColorModeSwitch;\n switchCompressedBackgroundDisabled: ColorModeSwitch;\n switchMiniBackgroundDisabled: ColorModeSwitch;\n switchThumbBackgroundDisabled: ColorModeSwitch;\n switchThumbBorderOn: ColorModeSwitch;\n switchThumbBorderOff: ColorModeSwitch;\n switchIconDisabled: ColorModeSwitch;\n\n tableRowBackgroundHover: ColorModeSwitch;\n tableRowBackgroundSelected: ColorModeSwitch;\n tableRowBackgroundSelectedHover: ColorModeSwitch;\n tableRowInteractiveBackgroundHover: ColorModeSwitch;\n tableRowInteractiveBackgroundFocus: ColorModeSwitch;\n tableCellSortableIconColor: ColorModeSwitch;\n\n tooltipBackground: ColorModeSwitch;\n tooltipBorder: ColorModeSwitch;\n tooltipBorderFloating: ColorModeSwitch;\n\n tourFooterBackground: ColorModeSwitch;\n\n treeViewItemBackgroundHover: ColorModeSwitch;\n};\n\nexport type _EuiThemeComponents = {\n buttons: StrictColorModeSwitch<_EuiThemeButtonColors>;\n forms: StrictColorModeSwitch<_EuiThemeFormColors>;\n /**\n * internal-only key that holds temporary tokens used while migrating themes\n */\n LIGHT: _EuiThemeComponentColors;\n DARK: _EuiThemeComponentColors;\n};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"components.js","names":[],"sources":["../../../../src/global_styling/variables/components.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { ColorModeSwitch, StrictColorModeSwitch } from '../types';\nimport { _EuiThemeButtonColors } from './buttons';\nimport { _EuiThemeFormColors } from './forms';\n\nexport type _EuiThemeComponentColors = {\n buttonGroupBorderColor: ColorModeSwitch;\n buttonGroupBorderColorSelected: ColorModeSwitch;\n buttonGroupFocusColor: ColorModeSwitch;\n\n badgeBackgroundSubdued: ColorModeSwitch;\n badgeBorderColorHollow: ColorModeSwitch;\n badgeIconButtonBackgroundHover: ColorModeSwitch;\n\n bottomBarBackground: ColorModeSwitch;\n\n breadcrumbsApplicationBackground: ColorModeSwitch;\n breadcrumbsApplicationColor: ColorModeSwitch;\n\n codeBackground: ColorModeSwitch;\n codeBackgroundSelected: ColorModeSwitch;\n codeColor: ColorModeSwitch;\n codeInlineColor: ColorModeSwitch;\n codeCommentColor: ColorModeSwitch;\n codeSelectorColor: ColorModeSwitch;\n codeStringColor: ColorModeSwitch;\n codeTagColor: ColorModeSwitch;\n codeNameColor: ColorModeSwitch;\n codeNumberColor: ColorModeSwitch;\n codeKeywordColor: ColorModeSwitch;\n codeFunctionTitleColor: ColorModeSwitch;\n codeTypeColor: ColorModeSwitch;\n codeAttributeColor: ColorModeSwitch;\n codeSymbolColor: ColorModeSwitch;\n codeParamsColor: ColorModeSwitch;\n codeMetaColor: ColorModeSwitch;\n codeTitleColor: ColorModeSwitch;\n codeSectionColor: ColorModeSwitch;\n codeAdditionColor: ColorModeSwitch;\n codeDeletionColor: ColorModeSwitch;\n codeSelectorClassColor: ColorModeSwitch;\n codeSelectorIdColor: ColorModeSwitch;\n\n collapsibleNavGroupBackground: ColorModeSwitch;\n collapsibleNavGroupBackgroundDark: ColorModeSwitch;\n\n dataGridVerticalLineBorderColor: ColorModeSwitch;\n dataGridRowBackgroundStriped: ColorModeSwitch;\n dataGridRowBackgroundHover: ColorModeSwitch;\n\n dragDropDraggingBackground: ColorModeSwitch;\n dragDropDraggingOverBackground: ColorModeSwitch;\n\n headerBackground: ColorModeSwitch;\n headerDarkBackground: ColorModeSwitch;\n headerDarkSearchBorderColor: ColorModeSwitch;\n headerDarkSectionItemBackgroundFocus: ColorModeSwitch;\n\n filterSelectItemBackgroundFocusDisabled: ColorModeSwitch;\n\n flyoutCloseButtonInsideBackground: ColorModeSwitch;\n\n keyPadMenuItemBackgroundDisabledSelect: ColorModeSwitch;\n\n listGroupItemBackgroundPrimaryActive: ColorModeSwitch;\n listGroupItemBackgroundSubduedActive: ColorModeSwitch;\n listGroupItemBackgroundHover: ColorModeSwitch;\n listGroupItemBackgroundPrimaryHover: ColorModeSwitch;\n\n loadingChartMonoBackground0: ColorModeSwitch;\n loadingChartMonoBackground1: ColorModeSwitch;\n loadingChartMonoBackground2: ColorModeSwitch;\n loadingChartMonoBackground3: ColorModeSwitch;\n\n markBackground: ColorModeSwitch;\n\n markdownFormatTableBorderColor: ColorModeSwitch;\n\n popoverPanelBackground: ColorModeSwitch;\n popoverFooterBorderColor: ColorModeSwitch;\n\n scrollbarTrackColor: ColorModeSwitch;\n\n sideNavItemEmphasizedBackground: ColorModeSwitch;\n\n selectableListItemBorderColor: ColorModeSwitch;\n\n superDatePickerBackgroundSuccees: ColorModeSwitch;\n\n switchBackgroundOn: ColorModeSwitch;\n switchBackgroundOff: ColorModeSwitch;\n switchUncompressedBackgroundDisabled: ColorModeSwitch;\n switchCompressedBackgroundDisabled: ColorModeSwitch;\n switchMiniBackgroundDisabled: ColorModeSwitch;\n switchThumbBackgroundDisabled: ColorModeSwitch;\n switchThumbBorderOn: ColorModeSwitch;\n switchThumbBorderOff: ColorModeSwitch;\n switchIconDisabled: ColorModeSwitch;\n\n tableRowBackgroundHover: ColorModeSwitch;\n tableRowBackgroundSelected: ColorModeSwitch;\n tableRowBackgroundSelectedHover: ColorModeSwitch;\n tableRowInteractiveBackgroundHover: ColorModeSwitch;\n tableRowInteractiveBackgroundFocus: ColorModeSwitch;\n tableCellSortableIconColor: ColorModeSwitch;\n\n tooltipBackground: ColorModeSwitch;\n tooltipBorder: ColorModeSwitch;\n tooltipBorderFloating: ColorModeSwitch;\n\n tourFooterBackground: ColorModeSwitch;\n\n treeViewItemBackgroundHover: ColorModeSwitch;\n};\n\nexport type _EuiThemeComponents = {\n buttons: StrictColorModeSwitch<_EuiThemeButtonColors>;\n forms: StrictColorModeSwitch<_EuiThemeFormColors>;\n /**\n * internal-only key that holds temporary tokens used while migrating themes\n */\n LIGHT: _EuiThemeComponentColors;\n DARK: _EuiThemeComponentColors;\n};\n"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Theme specific setting flags
3
+ */
4
+ export declare type _EuiThemeFlags = {
5
+ hasGlobalFocusColor: boolean;
6
+ hasVisColorAdjustment: boolean;
7
+ };
8
+ //# sourceMappingURL=flags.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flags.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/flags.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,oBAAY,cAAc,GAAG;IAC3B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,qBAAqB,EAAE,OAAO,CAAC;CAChC,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=flags.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flags.js","names":[],"sources":["../../../../src/global_styling/variables/flags.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\n/**\n * Theme specific setting flags\n */\nexport type _EuiThemeFlags = {\n hasGlobalFocusColor: boolean;\n hasVisColorAdjustment: boolean;\n};\n"],"mappings":"","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -2,7 +2,6 @@ export * from './animations';
2
2
  export * from './borders';
3
3
  export * from './breakpoint';
4
4
  export * from './colors';
5
- export * from './_colors_vis';
6
5
  export * from './levels';
7
6
  export * from './size';
8
7
  export * from './shadow';
@@ -11,4 +10,5 @@ export * from './typography';
11
10
  export * from './buttons';
12
11
  export * from './forms';
13
12
  export * from './components';
13
+ export * from './flags';
14
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/global_styling/variables/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.array.for-each.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.keys.js");
6
- require("core-js/modules/es.object.to-string.js");
7
- require("core-js/modules/web.dom-collections.for-each.js");
8
3
  Object.defineProperty(exports, "__esModule", {
9
4
  value: true
10
5
  });
@@ -52,17 +47,6 @@ Object.keys(_colors).forEach(function (key) {
52
47
  }
53
48
  });
54
49
  });
55
- var _colors_vis = require("./_colors_vis");
56
- Object.keys(_colors_vis).forEach(function (key) {
57
- if (key === "default" || key === "__esModule") return;
58
- if (key in exports && exports[key] === _colors_vis[key]) return;
59
- Object.defineProperty(exports, key, {
60
- enumerable: true,
61
- get: function get() {
62
- return _colors_vis[key];
63
- }
64
- });
65
- });
66
50
  var _levels = require("./levels");
67
51
  Object.keys(_levels).forEach(function (key) {
68
52
  if (key === "default" || key === "__esModule") return;
@@ -151,4 +135,15 @@ Object.keys(_components).forEach(function (key) {
151
135
  }
152
136
  });
153
137
  });
138
+ var _flags = require("./flags");
139
+ Object.keys(_flags).forEach(function (key) {
140
+ if (key === "default" || key === "__esModule") return;
141
+ if (key in exports && exports[key] === _flags[key]) return;
142
+ Object.defineProperty(exports, key, {
143
+ enumerable: true,
144
+ get: function get() {
145
+ return _flags[key];
146
+ }
147
+ });
148
+ });
154
149
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_animations","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_borders","_breakpoint","_colors","_colors_vis","_levels","_size","_shadow","_states","_typography","_buttons","_forms","_components"],"sources":["../../../../src/global_styling/variables/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './animations';\nexport * from './borders';\nexport * from './breakpoint';\nexport * from './colors';\nexport * from './_colors_vis';\nexport * from './levels';\nexport * from './size';\nexport * from './shadow';\nexport * from './states';\nexport * from './typography';\nexport * from './buttons';\nexport * from './forms';\nexport * from './components';\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_animations","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_borders","_breakpoint","_colors","_levels","_size","_shadow","_states","_typography","_buttons","_forms","_components","_flags"],"sources":["../../../../src/global_styling/variables/index.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nexport * from './animations';\nexport * from './borders';\nexport * from './breakpoint';\nexport * from './colors';\nexport * from './levels';\nexport * from './size';\nexport * from './shadow';\nexport * from './states';\nexport * from './typography';\nexport * from './buttons';\nexport * from './forms';\nexport * from './components';\nexport * from './flags';\n"],"mappings":"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","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
@@ -1 +1 @@
1
- {"version":3,"file":"levels.js","names":["EuiThemeLevels","exports"],"sources":["../../../../src/global_styling/variables/levels.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { CSSProperties } from 'react';\n\n/**\n * Z-Index\n *\n * Remember that z-index is relative to parent and based on the stacking context.\n * z-indexes only compete against other z-indexes when they exist as children of\n * that shared parent.\n *\n * That means a popover with a settings of 2, will still show above a modal\n * with a setting of 100, if it is within that modal and not besides it.\n *\n * Generally that means it's a good idea to consider things added to this file\n * as competitive only as siblings.\n *\n * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context\n */\n\nexport const EuiThemeLevels = [\n 'toast',\n 'modal',\n 'mask',\n 'navigation',\n 'menu',\n 'header',\n 'flyout',\n 'maskBelowHeader',\n 'content',\n] as const;\n\nexport type _EuiThemeLevel = (typeof EuiThemeLevels)[number];\n\nexport type _EuiThemeLevels = {\n /** - Default value: 9000 */\n toast: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 8000 */\n modal: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 6000 */\n mask: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 6000 */\n navigation: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 2000 */\n menu: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n header: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n flyout: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n maskBelowHeader: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 0 */\n content: NonNullable<CSSProperties['zIndex']>;\n};\n"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG,CAC5B,OAAO,EACP,OAAO,EACP,MAAM,EACN,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,iBAAiB,EACjB,SAAS,CACD","ignoreList":[]}
1
+ {"version":3,"file":"levels.js","names":["EuiThemeLevels","exports"],"sources":["../../../../src/global_styling/variables/levels.ts"],"sourcesContent":["/*\n * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one\n * or more contributor license agreements. Licensed under the Elastic License\n * 2.0 and the Server Side Public License, v 1; you may not use this file except\n * in compliance with, at your election, the Elastic License 2.0 or the Server\n * Side Public License, v 1.\n */\n\nimport { CSSProperties } from 'react';\n\n/**\n * Z-Index\n *\n * Remember that z-index is relative to parent and based on the stacking context.\n * z-indexes only compete against other z-indexes when they exist as children of\n * that shared parent.\n *\n * That means a popover with a settings of 2, will still show above a modal\n * with a setting of 100, if it is within that modal and not besides it.\n *\n * Generally that means it's a good idea to consider things added to this file\n * as competitive only as siblings.\n *\n * https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context\n */\n\nexport const EuiThemeLevels = [\n 'toast',\n 'modal',\n 'mask',\n 'navigation',\n 'menu',\n 'header',\n 'flyout',\n 'maskBelowHeader',\n 'content',\n] as const;\n\nexport type _EuiThemeLevel = (typeof EuiThemeLevels)[number];\n\nexport type _EuiThemeLevels = {\n /** - Default value: 9000 */\n toast: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 8000 */\n modal: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 6000 */\n mask: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 6000 */\n navigation: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 2000 */\n menu: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n header: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n flyout: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 1000 */\n maskBelowHeader: NonNullable<CSSProperties['zIndex']>;\n /** - Default value: 0 */\n content: NonNullable<CSSProperties['zIndex']>;\n};\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,IAAMA,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG,CAC5B,OAAO,EACP,OAAO,EACP,MAAM,EACN,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,iBAAiB,EACjB,SAAS,CACD","ignoreList":[]}
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
 
3
- require("core-js/modules/es.object.define-property.js");
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });