@elastic/eui-theme-borealis 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/lib/cjs/eui_theme_borealis_dark.json.d.js +1 -2
  2. package/lib/cjs/eui_theme_borealis_light.json.d.js +1 -2
  3. package/lib/cjs/index.d.ts +0 -1
  4. package/lib/cjs/index.js +3 -3
  5. package/lib/cjs/variables/_animation.d.ts +0 -1
  6. package/lib/cjs/variables/_animation.js +1 -2
  7. package/lib/cjs/variables/_borders.d.ts +0 -1
  8. package/lib/cjs/variables/_borders.js +1 -2
  9. package/lib/cjs/variables/_breakpoint.d.ts +0 -1
  10. package/lib/cjs/variables/_breakpoint.js +1 -2
  11. package/lib/cjs/variables/_buttons.d.ts +0 -1
  12. package/lib/cjs/variables/_buttons.js +184 -108
  13. package/lib/cjs/variables/_components.d.ts +0 -1
  14. package/lib/cjs/variables/_components.js +146 -148
  15. package/lib/cjs/variables/_forms.d.ts +0 -1
  16. package/lib/cjs/variables/_forms.js +1 -2
  17. package/lib/cjs/variables/_levels.d.ts +0 -1
  18. package/lib/cjs/variables/_levels.js +1 -2
  19. package/lib/cjs/variables/_overrides.d.ts +0 -1
  20. package/lib/cjs/variables/_overrides.js +1 -2
  21. package/lib/cjs/variables/_size.d.ts +0 -1
  22. package/lib/cjs/variables/_size.js +1 -2
  23. package/lib/cjs/variables/_states.d.ts +0 -1
  24. package/lib/cjs/variables/_states.js +1 -2
  25. package/lib/cjs/variables/_typography.d.ts +0 -1
  26. package/lib/cjs/variables/_typography.js +1 -2
  27. package/lib/cjs/variables/colors/_colors_dark.d.ts +0 -1
  28. package/lib/cjs/variables/colors/_colors_dark.js +2 -3
  29. package/lib/cjs/variables/colors/_colors_light.d.ts +0 -1
  30. package/lib/cjs/variables/colors/_colors_light.js +1 -2
  31. package/lib/cjs/variables/colors/_colors_severity.d.ts +0 -1
  32. package/lib/cjs/variables/colors/_colors_severity.js +1 -2
  33. package/lib/cjs/variables/colors/_colors_vis.d.ts +0 -1
  34. package/lib/cjs/variables/colors/_colors_vis.js +8 -4
  35. package/lib/cjs/variables/colors/_primitive_colors.d.ts +0 -1
  36. package/lib/cjs/variables/colors/_primitive_colors.js +1 -2
  37. package/lib/cjs/variables/colors/_semantic_colors.d.ts +17 -4
  38. package/lib/cjs/variables/colors/_semantic_colors.js +18 -5
  39. package/lib/cjs/variables/colors/index.d.ts +0 -1
  40. package/lib/cjs/variables/colors/index.js +1 -2
  41. package/lib/esm/index.js +1 -1
  42. package/lib/esm/variables/_animation.js +0 -1
  43. package/lib/esm/variables/_borders.js +0 -1
  44. package/lib/esm/variables/_breakpoint.js +0 -1
  45. package/lib/esm/variables/_buttons.js +128 -13
  46. package/lib/esm/variables/_components.js +7 -5
  47. package/lib/esm/variables/_forms.js +0 -1
  48. package/lib/esm/variables/_levels.js +0 -1
  49. package/lib/esm/variables/_overrides.js +0 -1
  50. package/lib/esm/variables/_size.js +0 -1
  51. package/lib/esm/variables/_states.js +0 -1
  52. package/lib/esm/variables/_typography.js +0 -1
  53. package/lib/esm/variables/colors/_colors_dark.js +1 -2
  54. package/lib/esm/variables/colors/_colors_light.js +0 -1
  55. package/lib/esm/variables/colors/_colors_severity.js +0 -1
  56. package/lib/esm/variables/colors/_colors_vis.js +7 -3
  57. package/lib/esm/variables/colors/_primitive_colors.js +0 -1
  58. package/lib/esm/variables/colors/_semantic_colors.d.ts +17 -3
  59. package/lib/esm/variables/colors/_semantic_colors.js +17 -4
  60. package/lib/esm/variables/colors/index.js +0 -1
  61. package/lib/eui_theme_borealis_dark.json +1 -1
  62. package/package.json +3 -3
  63. package/src/variables/colors/_colors_dark.scss +1 -1
  64. package/src/variables/colors/_semantic_colors.scss +8 -2
  65. package/lib/cjs/eui_theme_borealis_dark.json.d.js.map +0 -1
  66. package/lib/cjs/eui_theme_borealis_light.json.d.js.map +0 -1
  67. package/lib/cjs/index.d.ts.map +0 -1
  68. package/lib/cjs/index.js.map +0 -1
  69. package/lib/cjs/variables/_animation.d.ts.map +0 -1
  70. package/lib/cjs/variables/_animation.js.map +0 -1
  71. package/lib/cjs/variables/_borders.d.ts.map +0 -1
  72. package/lib/cjs/variables/_borders.js.map +0 -1
  73. package/lib/cjs/variables/_breakpoint.d.ts.map +0 -1
  74. package/lib/cjs/variables/_breakpoint.js.map +0 -1
  75. package/lib/cjs/variables/_buttons.d.ts.map +0 -1
  76. package/lib/cjs/variables/_buttons.js.map +0 -1
  77. package/lib/cjs/variables/_components.d.ts.map +0 -1
  78. package/lib/cjs/variables/_components.js.map +0 -1
  79. package/lib/cjs/variables/_forms.d.ts.map +0 -1
  80. package/lib/cjs/variables/_forms.js.map +0 -1
  81. package/lib/cjs/variables/_levels.d.ts.map +0 -1
  82. package/lib/cjs/variables/_levels.js.map +0 -1
  83. package/lib/cjs/variables/_overrides.d.ts.map +0 -1
  84. package/lib/cjs/variables/_overrides.js.map +0 -1
  85. package/lib/cjs/variables/_size.d.ts.map +0 -1
  86. package/lib/cjs/variables/_size.js.map +0 -1
  87. package/lib/cjs/variables/_states.d.ts.map +0 -1
  88. package/lib/cjs/variables/_states.js.map +0 -1
  89. package/lib/cjs/variables/_typography.d.ts.map +0 -1
  90. package/lib/cjs/variables/_typography.js.map +0 -1
  91. package/lib/cjs/variables/colors/_colors_dark.d.ts.map +0 -1
  92. package/lib/cjs/variables/colors/_colors_dark.js.map +0 -1
  93. package/lib/cjs/variables/colors/_colors_light.d.ts.map +0 -1
  94. package/lib/cjs/variables/colors/_colors_light.js.map +0 -1
  95. package/lib/cjs/variables/colors/_colors_severity.d.ts.map +0 -1
  96. package/lib/cjs/variables/colors/_colors_severity.js.map +0 -1
  97. package/lib/cjs/variables/colors/_colors_vis.d.ts.map +0 -1
  98. package/lib/cjs/variables/colors/_colors_vis.js.map +0 -1
  99. package/lib/cjs/variables/colors/_primitive_colors.d.ts.map +0 -1
  100. package/lib/cjs/variables/colors/_primitive_colors.js.map +0 -1
  101. package/lib/cjs/variables/colors/_semantic_colors.d.ts.map +0 -1
  102. package/lib/cjs/variables/colors/_semantic_colors.js.map +0 -1
  103. package/lib/cjs/variables/colors/index.d.ts.map +0 -1
  104. package/lib/cjs/variables/colors/index.js.map +0 -1
  105. package/lib/esm/index.js.map +0 -1
  106. package/lib/esm/variables/_animation.js.map +0 -1
  107. package/lib/esm/variables/_borders.js.map +0 -1
  108. package/lib/esm/variables/_breakpoint.js.map +0 -1
  109. package/lib/esm/variables/_buttons.js.map +0 -1
  110. package/lib/esm/variables/_components.js.map +0 -1
  111. package/lib/esm/variables/_forms.js.map +0 -1
  112. package/lib/esm/variables/_levels.js.map +0 -1
  113. package/lib/esm/variables/_overrides.js.map +0 -1
  114. package/lib/esm/variables/_size.js.map +0 -1
  115. package/lib/esm/variables/_states.js.map +0 -1
  116. package/lib/esm/variables/_typography.js.map +0 -1
  117. package/lib/esm/variables/colors/_colors_dark.js.map +0 -1
  118. package/lib/esm/variables/colors/_colors_light.js.map +0 -1
  119. package/lib/esm/variables/colors/_colors_severity.js.map +0 -1
  120. package/lib/esm/variables/colors/_colors_vis.js.map +0 -1
  121. package/lib/esm/variables/colors/_primitive_colors.js.map +0 -1
  122. package/lib/esm/variables/colors/_semantic_colors.js.map +0 -1
  123. package/lib/esm/variables/colors/index.js.map +0 -1
@@ -8,10 +8,10 @@ exports.components = void 0;
8
8
  var _euiThemeCommon = require("@elastic/eui-theme-common");
9
9
  var _semantic_colors = require("./colors/_semantic_colors");
10
10
  var _colors_dark = require("./colors/_colors_dark");
11
+ var _colors_light = require("./colors/_colors_light");
12
+ var _colors_vis = require("./colors/_colors_vis");
11
13
  var _buttons = require("./_buttons");
12
14
  var _forms = require("./_forms");
13
- var _colors_vis = require("./colors/_colors_vis");
14
- var _colors_light = require("./colors/_colors_light");
15
15
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
16
16
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
17
17
  function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
@@ -63,9 +63,9 @@ var component_colors = {
63
63
  bottomBarBackground: _semantic_colors.SEMANTIC_COLORS.plainDark,
64
64
  buttonGroupBackgroundDisabledSelected: (0, _euiThemeCommon.computed)(function (_ref13) {
65
65
  var _ref14 = _slicedToArray(_ref13, 1),
66
- backgroundBaseFormsControlDisabled = _ref14[0];
67
- return backgroundBaseFormsControlDisabled;
68
- }, ['colors.backgroundBaseFormsControlDisabled']),
66
+ backgroundBaseDisabled = _ref14[0];
67
+ return backgroundBaseDisabled;
68
+ }, ['colors.backgroundBaseDisabled']),
69
69
  buttonGroupBorderColor: (0, _euiThemeCommon.computed)(function (_ref15) {
70
70
  var _ref16 = _slicedToArray(_ref15, 1),
71
71
  borderBasePlain = _ref16[0];
@@ -76,26 +76,22 @@ var component_colors = {
76
76
  borderBasePlain = _ref18[0];
77
77
  return borderBasePlain;
78
78
  }, ['colors.borderBasePlain']),
79
- buttonGroupFocusColor: (0, _euiThemeCommon.computed)(function (_ref19) {
79
+ buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainDark,
80
+ codeBackground: (0, _euiThemeCommon.computed)(function (_ref19) {
80
81
  var _ref20 = _slicedToArray(_ref19, 1),
81
- textPrimary = _ref20[0];
82
- return textPrimary;
83
- }, ['colors.textPrimary']),
84
- codeBackground: (0, _euiThemeCommon.computed)(function (_ref21) {
85
- var _ref22 = _slicedToArray(_ref21, 1),
86
- backgroundBaseHighlighted = _ref22[0];
82
+ backgroundBaseHighlighted = _ref20[0];
87
83
  return backgroundBaseHighlighted;
88
84
  }, ['colors.backgroundBaseHighlighted']),
89
85
  codeBackgroundSelected: 'inherit',
90
- codeColor: (0, _euiThemeCommon.computed)(function (_ref23) {
91
- var _ref24 = _slicedToArray(_ref23, 1),
92
- textParagraph = _ref24[0];
86
+ codeColor: (0, _euiThemeCommon.computed)(function (_ref21) {
87
+ var _ref22 = _slicedToArray(_ref21, 1),
88
+ textParagraph = _ref22[0];
93
89
  return textParagraph;
94
90
  }, ['colors.textParagraph']),
95
91
  codeInlineColor: _colors_vis.colorVis.euiColorVisAsTextLight6,
96
- codeCommentColor: (0, _euiThemeCommon.computed)(function (_ref25) {
97
- var _ref26 = _slicedToArray(_ref25, 1),
98
- textSubdued = _ref26[0];
92
+ codeCommentColor: (0, _euiThemeCommon.computed)(function (_ref23) {
93
+ var _ref24 = _slicedToArray(_ref23, 1),
94
+ textSubdued = _ref24[0];
99
95
  return textSubdued;
100
96
  }, ['colors.textSubdued']),
101
97
  codeSelectorColor: 'inherit',
@@ -110,9 +106,9 @@ var component_colors = {
110
106
  codeAttributeColor: 'inherit',
111
107
  codeSymbolColor: _colors_vis.colorVis.euiColorVisAsTextLight3,
112
108
  codeParamsColor: 'inherit',
113
- codeMetaColor: (0, _euiThemeCommon.computed)(function (_ref27) {
114
- var _ref28 = _slicedToArray(_ref27, 1),
115
- textSubdued = _ref28[0];
109
+ codeMetaColor: (0, _euiThemeCommon.computed)(function (_ref25) {
110
+ var _ref26 = _slicedToArray(_ref25, 1),
111
+ textSubdued = _ref26[0];
116
112
  return textSubdued;
117
113
  }, ['colors.textSubdued']),
118
114
  codeTitleColor: _colors_vis.colorVis.euiColorVisAsTextLight4,
@@ -121,235 +117,236 @@ var component_colors = {
121
117
  codeDeletionColor: _colors_vis.colorVis.euiColorVisAsTextLight3,
122
118
  codeSelectorClassColor: 'inherit',
123
119
  codeSelectorIdColor: 'inherit',
124
- collapsibleNavGroupBackground: (0, _euiThemeCommon.computed)(function (_ref29) {
125
- var _ref30 = _slicedToArray(_ref29, 1),
126
- backgroundBaseSubdued = _ref30[0];
120
+ collapsibleNavGroupBackground: (0, _euiThemeCommon.computed)(function (_ref27) {
121
+ var _ref28 = _slicedToArray(_ref27, 1),
122
+ backgroundBaseSubdued = _ref28[0];
127
123
  return backgroundBaseSubdued;
128
124
  }, ['colors.backgroundBaseSubdued']),
129
125
  collapsibleNavGroupBackgroundDark: _colors_dark.dark_background_colors.backgroundBaseSubdued,
130
- dataGridBorderColor: (0, _euiThemeCommon.computed)(function (_ref31) {
126
+ dataGridBorderColor: (0, _euiThemeCommon.computed)(function (_ref29) {
127
+ var _ref30 = _slicedToArray(_ref29, 1),
128
+ borderBaseSubdued = _ref30[0];
129
+ return borderBaseSubdued;
130
+ }, ['colors.borderBaseSubdued']),
131
+ dataGridVerticalLineBorderColor: (0, _euiThemeCommon.computed)(function (_ref31) {
131
132
  var _ref32 = _slicedToArray(_ref31, 1),
132
133
  borderBaseSubdued = _ref32[0];
133
134
  return borderBaseSubdued;
134
135
  }, ['colors.borderBaseSubdued']),
135
- dataGridVerticalLineBorderColor: (0, _euiThemeCommon.computed)(function (_ref33) {
136
+ dataGridRowBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref33) {
136
137
  var _ref34 = _slicedToArray(_ref33, 1),
137
- borderBaseSubdued = _ref34[0];
138
- return borderBaseSubdued;
139
- }, ['colors.borderBaseSubdued']),
140
- dataGridRowBackgroundStriped: (0, _euiThemeCommon.computed)(function (_ref35) {
141
- var _ref36 = _slicedToArray(_ref35, 1),
142
- backgroundBaseSubdued = _ref36[0];
138
+ backgroundBaseSubdued = _ref34[0];
143
139
  return backgroundBaseSubdued;
144
140
  }, ['colors.backgroundBaseSubdued']),
145
- dataGridRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref37) {
146
- var _ref38 = _slicedToArray(_ref37, 1),
147
- backgroundBaseInteractiveHover = _ref38[0];
141
+ dataGridRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref35) {
142
+ var _ref36 = _slicedToArray(_ref35, 1),
143
+ backgroundBaseInteractiveHover = _ref36[0];
148
144
  return backgroundBaseInteractiveHover;
149
145
  }, ['colors.backgroundBaseInteractiveHover']),
150
- dataGridRowBackgroundSelect: (0, _euiThemeCommon.computed)(function (_ref39) {
151
- var _ref40 = _slicedToArray(_ref39, 1),
152
- backgroundBaseInteractiveSelect = _ref40[0];
146
+ dataGridRowBackgroundSelect: (0, _euiThemeCommon.computed)(function (_ref37) {
147
+ var _ref38 = _slicedToArray(_ref37, 1),
148
+ backgroundBaseInteractiveSelect = _ref38[0];
153
149
  return backgroundBaseInteractiveSelect;
154
150
  }, ['colors.backgroundBaseInteractiveSelect']),
155
- dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (_ref41) {
156
- var _ref42 = _slicedToArray(_ref41, 1),
157
- backgroundBaseSuccess = _ref42[0];
151
+ dragDropDraggingBackground: (0, _euiThemeCommon.computed)(function (_ref39) {
152
+ var _ref40 = _slicedToArray(_ref39, 1),
153
+ backgroundBaseSuccess = _ref40[0];
158
154
  return backgroundBaseSuccess;
159
155
  }, ['colors.backgroundBaseSuccess']),
160
- dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (_ref43) {
161
- var _ref44 = _slicedToArray(_ref43, 1),
162
- backgroundLightSuccess = _ref44[0];
156
+ dragDropDraggingOverBackground: (0, _euiThemeCommon.computed)(function (_ref41) {
157
+ var _ref42 = _slicedToArray(_ref41, 1),
158
+ backgroundLightSuccess = _ref42[0];
163
159
  return backgroundLightSuccess;
164
160
  }, ['colors.backgroundLightSuccess']),
165
- filterSelectItemBackgroundFocusDisabled: (0, _euiThemeCommon.computed)(function (_ref45) {
166
- var _ref46 = _slicedToArray(_ref45, 1),
167
- backgroundBaseDisabled = _ref46[0];
161
+ filterButtonBadgeBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade25,
162
+ filterSelectItemBackgroundFocusDisabled: (0, _euiThemeCommon.computed)(function (_ref43) {
163
+ var _ref44 = _slicedToArray(_ref43, 1),
164
+ backgroundBaseDisabled = _ref44[0];
168
165
  return backgroundBaseDisabled;
169
166
  }, ['colors.backgroundBaseDisabled']),
170
- flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (_ref47) {
171
- var _ref48 = _slicedToArray(_ref47, 1),
172
- backgroundBaseHighlighted = _ref48[0];
167
+ flyoutFooterBackground: (0, _euiThemeCommon.computed)(function (_ref45) {
168
+ var _ref46 = _slicedToArray(_ref45, 1),
169
+ backgroundBaseHighlighted = _ref46[0];
173
170
  return backgroundBaseHighlighted;
174
171
  }, ['colors.backgroundBaseHighlighted']),
175
- flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (_ref49) {
176
- var _ref50 = _slicedToArray(_ref49, 1),
177
- backgroundBasePlain = _ref50[0];
172
+ flyoutCloseButtonInsideBackground: (0, _euiThemeCommon.computed)(function (_ref47) {
173
+ var _ref48 = _slicedToArray(_ref47, 1),
174
+ backgroundBasePlain = _ref48[0];
178
175
  return backgroundBasePlain;
179
176
  }, ['colors.backgroundBasePlain']),
180
- headerBackground: (0, _euiThemeCommon.computed)(function (_ref51) {
181
- var _ref52 = _slicedToArray(_ref51, 1),
182
- backgroundBasePlain = _ref52[0];
177
+ headerBackground: (0, _euiThemeCommon.computed)(function (_ref49) {
178
+ var _ref50 = _slicedToArray(_ref49, 1),
179
+ backgroundBasePlain = _ref50[0];
183
180
  return backgroundBasePlain;
184
181
  }, ['colors.backgroundBasePlain']),
185
182
  headerDarkBackground: _colors_dark.dark_background_colors.backgroundBasePlain,
186
183
  headerDarkSearchBorderColor: _colors_dark.dark_border_colors.borderBasePlain,
187
184
  headerDarkSectionItemBackgroundFocus: _colors_dark.dark_background_colors.backgroundBasePrimary,
188
- keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (_ref53) {
189
- var _ref54 = _slicedToArray(_ref53, 1),
190
- backgroundBaseDisabled = _ref54[0];
185
+ keyPadMenuItemBackgroundDisabledSelect: (0, _euiThemeCommon.computed)(function (_ref51) {
186
+ var _ref52 = _slicedToArray(_ref51, 1),
187
+ backgroundBaseDisabled = _ref52[0];
191
188
  return backgroundBaseDisabled;
192
189
  }, ['colors.backgroundBaseDisabled']),
193
- listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref55) {
190
+ listGroupItemBackgroundPrimaryActive: (0, _euiThemeCommon.computed)(function (_ref53) {
191
+ var _ref54 = _slicedToArray(_ref53, 1),
192
+ backgroundBaseInteractiveSelect = _ref54[0];
193
+ return backgroundBaseInteractiveSelect;
194
+ }, ['colors.backgroundBaseInteractiveSelect']),
195
+ listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref55) {
194
196
  var _ref56 = _slicedToArray(_ref55, 1),
195
197
  backgroundBaseInteractiveSelect = _ref56[0];
196
198
  return backgroundBaseInteractiveSelect;
197
199
  }, ['colors.backgroundBaseInteractiveSelect']),
198
- listGroupItemBackgroundSubduedActive: (0, _euiThemeCommon.computed)(function (_ref57) {
200
+ listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref57) {
199
201
  var _ref58 = _slicedToArray(_ref57, 1),
200
- backgroundBaseInteractiveSelect = _ref58[0];
201
- return backgroundBaseInteractiveSelect;
202
- }, ['colors.backgroundBaseInteractiveSelect']),
203
- listGroupItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref59) {
204
- var _ref60 = _slicedToArray(_ref59, 1),
205
- backgroundBaseInteractiveHover = _ref60[0];
202
+ backgroundBaseInteractiveHover = _ref58[0];
206
203
  return backgroundBaseInteractiveHover;
207
204
  }, ['colors.backgroundBaseInteractiveHover']),
208
- listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref61) {
209
- var _ref62 = _slicedToArray(_ref61, 1),
210
- backgroundBaseInteractiveHover = _ref62[0];
205
+ listGroupItemBackgroundPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref59) {
206
+ var _ref60 = _slicedToArray(_ref59, 1),
207
+ backgroundBaseInteractiveHover = _ref60[0];
211
208
  return backgroundBaseInteractiveHover;
212
209
  }, ['colors.backgroundBaseInteractiveHover']),
213
210
  // we don't want to inherit overrides (e.g. HCM)
214
211
  loadingSpinnerBorder: _colors_light.border_colors.borderBasePlain,
215
- loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref63) {
216
- var _ref64 = _slicedToArray(_ref63, 1),
217
- borderStrongPrimary = _ref64[0];
212
+ loadingSpinnerHighlight: (0, _euiThemeCommon.computed)(function (_ref61) {
213
+ var _ref62 = _slicedToArray(_ref61, 1),
214
+ borderStrongPrimary = _ref62[0];
218
215
  return borderStrongPrimary;
219
216
  }, ['colors.borderStrongPrimary']),
220
217
  loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade20,
221
218
  loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade30,
222
219
  loadingChartMonoBackground2: _semantic_colors.SEMANTIC_COLORS.shade40,
223
220
  loadingChartMonoBackground3: _semantic_colors.SEMANTIC_COLORS.shade50,
224
- markBackground: (0, _euiThemeCommon.computed)(function (_ref65) {
225
- var _ref66 = _slicedToArray(_ref65, 1),
226
- backgroundLightPrimary = _ref66[0];
221
+ markBackground: (0, _euiThemeCommon.computed)(function (_ref63) {
222
+ var _ref64 = _slicedToArray(_ref63, 1),
223
+ backgroundLightPrimary = _ref64[0];
227
224
  return backgroundLightPrimary;
228
225
  }, ['colors.backgroundLightPrimary']),
229
- markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref67) {
230
- var _ref68 = _slicedToArray(_ref67, 1),
231
- borderBasePlain = _ref68[0];
226
+ markdownFormatTableBorderColor: (0, _euiThemeCommon.computed)(function (_ref65) {
227
+ var _ref66 = _slicedToArray(_ref65, 1),
228
+ borderBasePlain = _ref66[0];
232
229
  return borderBasePlain;
233
230
  }, ['colors.borderBasePlain']),
234
- overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref69) {
235
- var _ref70 = _slicedToArray(_ref69, 1),
236
- backgroundBaseInteractiveOverlay = _ref70[0];
231
+ overlayMaskBackground: (0, _euiThemeCommon.computed)(function (_ref67) {
232
+ var _ref68 = _slicedToArray(_ref67, 1),
233
+ backgroundBaseInteractiveOverlay = _ref68[0];
237
234
  return backgroundBaseInteractiveOverlay;
238
235
  }, ['colors.backgroundBaseInteractiveOverlay']),
239
236
  overlayMaskBackgroundHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade140RGB, ", 0.9)"),
240
- popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref71) {
241
- var _ref72 = _slicedToArray(_ref71, 1),
242
- backgroundBasePlain = _ref72[0];
237
+ popoverPanelBackground: (0, _euiThemeCommon.computed)(function (_ref69) {
238
+ var _ref70 = _slicedToArray(_ref69, 1),
239
+ backgroundBasePlain = _ref70[0];
243
240
  return backgroundBasePlain;
244
241
  }, ['colors.backgroundBasePlain']),
245
- popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref73) {
246
- var _ref74 = _slicedToArray(_ref73, 1),
247
- borderBaseSubdued = _ref74[0];
242
+ popoverFooterBorderColor: (0, _euiThemeCommon.computed)(function (_ref71) {
243
+ var _ref72 = _slicedToArray(_ref71, 1),
244
+ borderBaseSubdued = _ref72[0];
248
245
  return borderBaseSubdued;
249
246
  }, ['colors.borderBaseSubdued']),
250
247
  scrollbarTrackColor: _semantic_colors.SEMANTIC_COLORS.shade15,
251
- sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref75) {
252
- var _ref76 = _slicedToArray(_ref75, 1),
253
- backgroundBaseInteractiveSelect = _ref76[0];
248
+ sideNavItemEmphasizedBackground: (0, _euiThemeCommon.computed)(function (_ref73) {
249
+ var _ref74 = _slicedToArray(_ref73, 1),
250
+ backgroundBaseInteractiveSelect = _ref74[0];
254
251
  return backgroundBaseInteractiveSelect;
255
252
  }, ['colors.backgroundBaseInteractiveSelect']),
256
- selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref77) {
257
- var _ref78 = _slicedToArray(_ref77, 1),
258
- borderBaseSubdued = _ref78[0];
253
+ selectableListItemBorderColor: (0, _euiThemeCommon.computed)(function (_ref75) {
254
+ var _ref76 = _slicedToArray(_ref75, 1),
255
+ borderBaseSubdued = _ref76[0];
259
256
  return borderBaseSubdued;
260
257
  }, ['colors.borderBaseSubdued']),
261
258
  skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.shade100RGB, ", 0.04)"),
262
- superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (_ref79) {
263
- var _ref80 = _slicedToArray(_ref79, 1),
264
- backgroundBaseSuccess = _ref80[0];
259
+ superDatePickerBackgroundSuccees: (0, _euiThemeCommon.computed)(function (_ref77) {
260
+ var _ref78 = _slicedToArray(_ref77, 1),
261
+ backgroundBaseSuccess = _ref78[0];
265
262
  return backgroundBaseSuccess;
266
263
  }, ['colors.backgroundBaseSuccess']),
267
- switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref81) {
268
- var _ref82 = _slicedToArray(_ref81, 1),
269
- backgroundFilledPrimary = _ref82[0];
264
+ switchBackgroundOn: (0, _euiThemeCommon.computed)(function (_ref79) {
265
+ var _ref80 = _slicedToArray(_ref79, 1),
266
+ backgroundFilledPrimary = _ref80[0];
270
267
  return backgroundFilledPrimary;
271
268
  }, ['colors.backgroundFilledPrimary']),
272
- switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref83) {
273
- var _ref84 = _slicedToArray(_ref83, 1),
274
- backgroundFilledText = _ref84[0];
269
+ switchBackgroundOff: (0, _euiThemeCommon.computed)(function (_ref81) {
270
+ var _ref82 = _slicedToArray(_ref81, 1),
271
+ backgroundFilledText = _ref82[0];
275
272
  return backgroundFilledText;
276
273
  }, ['colors.backgroundFilledText']),
277
- switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref85) {
274
+ switchUncompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref83) {
275
+ var _ref84 = _slicedToArray(_ref83, 1),
276
+ backgroundBaseFormsControlDisabled = _ref84[0];
277
+ return backgroundBaseFormsControlDisabled;
278
+ }, ['colors.backgroundBaseFormsControlDisabled']),
279
+ switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref85) {
278
280
  var _ref86 = _slicedToArray(_ref85, 1),
279
281
  backgroundBaseFormsControlDisabled = _ref86[0];
280
282
  return backgroundBaseFormsControlDisabled;
281
283
  }, ['colors.backgroundBaseFormsControlDisabled']),
282
- switchCompressedBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref87) {
284
+ switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref87) {
283
285
  var _ref88 = _slicedToArray(_ref87, 1),
284
286
  backgroundBaseFormsControlDisabled = _ref88[0];
285
287
  return backgroundBaseFormsControlDisabled;
286
288
  }, ['colors.backgroundBaseFormsControlDisabled']),
287
- switchMiniBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref89) {
289
+ switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref89) {
288
290
  var _ref90 = _slicedToArray(_ref89, 1),
289
- backgroundBaseFormsControlDisabled = _ref90[0];
290
- return backgroundBaseFormsControlDisabled;
291
- }, ['colors.backgroundBaseFormsControlDisabled']),
292
- switchThumbBackgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref91) {
293
- var _ref92 = _slicedToArray(_ref91, 1),
294
- backgroundBasePlain = _ref92[0];
291
+ backgroundBasePlain = _ref90[0];
295
292
  return backgroundBasePlain;
296
293
  }, ['colors.backgroundBasePlain']),
297
- switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref93) {
298
- var _ref94 = _slicedToArray(_ref93, 1),
299
- backgroundFilledPrimary = _ref94[0];
294
+ switchThumbBorderOn: (0, _euiThemeCommon.computed)(function (_ref91) {
295
+ var _ref92 = _slicedToArray(_ref91, 1),
296
+ backgroundFilledPrimary = _ref92[0];
300
297
  return backgroundFilledPrimary;
301
298
  }, ['colors.backgroundFilledPrimary']),
302
- switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref95) {
303
- var _ref96 = _slicedToArray(_ref95, 1),
304
- backgroundFilledText = _ref96[0];
299
+ switchThumbBorderOff: (0, _euiThemeCommon.computed)(function (_ref93) {
300
+ var _ref94 = _slicedToArray(_ref93, 1),
301
+ backgroundFilledText = _ref94[0];
305
302
  return backgroundFilledText;
306
303
  }, ['colors.backgroundFilledText']),
307
304
  switchIconDisabled: _forms.forms.LIGHT.iconDisabled,
308
- tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref97) {
309
- var _ref98 = _slicedToArray(_ref97, 1),
310
- backgroundBaseInteractiveHover = _ref98[0];
305
+ tableRowBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref95) {
306
+ var _ref96 = _slicedToArray(_ref95, 1),
307
+ backgroundBaseInteractiveHover = _ref96[0];
311
308
  return backgroundBaseInteractiveHover;
312
309
  }, ['colors.backgroundBaseInteractiveHover']),
313
- tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref99) {
310
+ tableRowBackgroundSelected: (0, _euiThemeCommon.computed)(function (_ref97) {
311
+ var _ref98 = _slicedToArray(_ref97, 1),
312
+ backgroundBaseInteractiveSelect = _ref98[0];
313
+ return backgroundBaseInteractiveSelect;
314
+ }, ['colors.backgroundBaseInteractiveSelect']),
315
+ tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref99) {
314
316
  var _ref100 = _slicedToArray(_ref99, 1),
315
317
  backgroundBaseInteractiveSelect = _ref100[0];
316
318
  return backgroundBaseInteractiveSelect;
317
319
  }, ['colors.backgroundBaseInteractiveSelect']),
318
- tableRowBackgroundSelectedHover: (0, _euiThemeCommon.computed)(function (_ref101) {
320
+ tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref101) {
319
321
  var _ref102 = _slicedToArray(_ref101, 1),
320
322
  backgroundBaseInteractiveSelect = _ref102[0];
321
323
  return backgroundBaseInteractiveSelect;
322
324
  }, ['colors.backgroundBaseInteractiveSelect']),
323
- tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref103) {
325
+ tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref103) {
324
326
  var _ref104 = _slicedToArray(_ref103, 1),
325
327
  backgroundBaseInteractiveSelect = _ref104[0];
326
328
  return backgroundBaseInteractiveSelect;
327
329
  }, ['colors.backgroundBaseInteractiveSelect']),
328
- tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref105) {
330
+ tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref105) {
329
331
  var _ref106 = _slicedToArray(_ref105, 1),
330
- backgroundBaseInteractiveSelect = _ref106[0];
331
- return backgroundBaseInteractiveSelect;
332
- }, ['colors.backgroundBaseInteractiveSelect']),
333
- tableCellSortableIconColor: (0, _euiThemeCommon.computed)(function (_ref107) {
334
- var _ref108 = _slicedToArray(_ref107, 1),
335
- backgroundFilledText = _ref108[0];
332
+ backgroundFilledText = _ref106[0];
336
333
  return backgroundFilledText;
337
334
  }, ['colors.backgroundFilledText']),
338
335
  tooltipBackground: _colors_dark.dark_background_colors.backgroundBaseSubdued,
339
336
  tooltipBorder: _colors_dark.dark_border_colors.borderBaseSubdued,
340
- tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref109) {
341
- var _ref110 = _slicedToArray(_ref109, 1),
342
- borderBaseFloating = _ref110[0];
337
+ tooltipBorderFloating: (0, _euiThemeCommon.computed)(function (_ref107) {
338
+ var _ref108 = _slicedToArray(_ref107, 1),
339
+ borderBaseFloating = _ref108[0];
343
340
  return borderBaseFloating;
344
341
  }, ['colors.borderBaseFloating']),
345
- tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref111) {
346
- var _ref112 = _slicedToArray(_ref111, 1),
347
- backgroundBaseHighlighted = _ref112[0];
342
+ tourFooterBackground: (0, _euiThemeCommon.computed)(function (_ref109) {
343
+ var _ref110 = _slicedToArray(_ref109, 1),
344
+ backgroundBaseHighlighted = _ref110[0];
348
345
  return backgroundBaseHighlighted;
349
346
  }, ['colors.backgroundBaseHighlighted']),
350
- treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref113) {
351
- var _ref114 = _slicedToArray(_ref113, 1),
352
- backgroundBaseInteractiveHover = _ref114[0];
347
+ treeViewItemBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref111) {
348
+ var _ref112 = _slicedToArray(_ref111, 1),
349
+ backgroundBaseInteractiveHover = _ref112[0];
353
350
  return backgroundBaseInteractiveHover;
354
351
  }, ['colors.backgroundBaseInteractiveHover'])
355
352
  };
@@ -358,6 +355,7 @@ var components = exports.components = {
358
355
  forms: _forms.forms,
359
356
  LIGHT: component_colors,
360
357
  DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
358
+ buttonGroupFocusColor: _semantic_colors.SEMANTIC_COLORS.plainLight,
361
359
  codeInlineColor: _colors_vis.colorVis.euiColorVisAsTextDark6,
362
360
  codeStringColor: _colors_vis.colorVis.euiColorVisAsTextDark2,
363
361
  codeTagColor: _colors_vis.colorVis.euiColorVisAsTextDark1,
@@ -370,6 +368,7 @@ var components = exports.components = {
370
368
  codeSectionColor: _colors_vis.colorVis.euiColorVisAsTextDark3,
371
369
  codeAdditionColor: _colors_vis.colorVis.euiColorVisAsTextDark0,
372
370
  codeDeletionColor: _colors_vis.colorVis.euiColorVisAsTextDark3,
371
+ filterButtonBadgeBackgroundHover: _semantic_colors.SEMANTIC_COLORS.shade105,
373
372
  loadingSpinnerBorder: _colors_dark.dark_border_colors.borderBasePlain,
374
373
  loadingChartMonoBackground0: _semantic_colors.SEMANTIC_COLORS.shade110,
375
374
  loadingChartMonoBackground1: _semantic_colors.SEMANTIC_COLORS.shade100,
@@ -380,16 +379,15 @@ var components = exports.components = {
380
379
  skeletonBackgroundSkeletonMiddleHighContrast: "rgba(".concat(_semantic_colors.SEMANTIC_COLORS.plainLightRGB, ", 0.3)"),
381
380
  switchIconDisabled: _forms.forms.DARK.iconDisabled,
382
381
  // TODO: align table hover states
383
- tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref115) {
384
- var _ref116 = _slicedToArray(_ref115, 1),
385
- backgroundBaseInteractiveHover = _ref116[0];
382
+ tableRowInteractiveBackgroundHover: (0, _euiThemeCommon.computed)(function (_ref113) {
383
+ var _ref114 = _slicedToArray(_ref113, 1),
384
+ backgroundBaseInteractiveHover = _ref114[0];
386
385
  return backgroundBaseInteractiveHover;
387
386
  }, ['colors.backgroundBaseInteractiveHover']),
388
- tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref117) {
389
- var _ref118 = _slicedToArray(_ref117, 1),
390
- backgroundBaseInteractiveHover = _ref118[0];
387
+ tableRowInteractiveBackgroundFocus: (0, _euiThemeCommon.computed)(function (_ref115) {
388
+ var _ref116 = _slicedToArray(_ref115, 1),
389
+ backgroundBaseInteractiveHover = _ref116[0];
391
390
  return backgroundBaseInteractiveHover;
392
391
  }, ['colors.backgroundBaseInteractiveHover'])
393
392
  })
394
- };
395
- //# sourceMappingURL=_components.js.map
393
+ };
@@ -39,4 +39,3 @@ export declare const forms: {
39
39
  iconDisabled: any;
40
40
  };
41
41
  };
42
- //# sourceMappingURL=_forms.d.ts.map
@@ -117,5 +117,4 @@ var forms = exports.forms = {
117
117
  }, ['size.base']),
118
118
  LIGHT: _forms,
119
119
  DARK: _dark_forms
120
- };
121
- //# sourceMappingURL=_forms.js.map
120
+ };
@@ -1,3 +1,2 @@
1
1
  import type { _EuiThemeLevels } from '@elastic/eui-theme-common';
2
2
  export declare const levels: _EuiThemeLevels;
3
- //# sourceMappingURL=_levels.d.ts.map
@@ -22,5 +22,4 @@ var levels = exports.levels = {
22
22
  flyout: 1000,
23
23
  maskBelowHeader: 1000,
24
24
  content: 0
25
- };
26
- //# sourceMappingURL=_levels.js.map
25
+ };
@@ -1,3 +1,2 @@
1
1
  import { _EuiThemeOverrides } from '@elastic/eui-theme-common';
2
2
  export declare const overrides: _EuiThemeOverrides;
3
- //# sourceMappingURL=_overrides.d.ts.map
@@ -20,5 +20,4 @@ var overrides = exports.overrides = {
20
20
  ghost: _primitive_colors.PRIMITIVE_COLORS.white
21
21
  }
22
22
  }
23
- };
24
- //# sourceMappingURL=_overrides.js.map
23
+ };
@@ -1,4 +1,3 @@
1
1
  import { type _EuiThemeBase, type _EuiThemeSizes } from '@elastic/eui-theme-common';
2
2
  export declare const base: _EuiThemeBase;
3
3
  export declare const size: _EuiThemeSizes;
4
- //# sourceMappingURL=_size.d.ts.map
@@ -25,5 +25,4 @@ var size = exports.size = {
25
25
  xxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(2.5)),
26
26
  xxxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(3)),
27
27
  xxxxl: (0, _euiThemeCommon.computed)((0, _euiThemeCommon.sizeToPixel)(4))
28
- };
29
- //# sourceMappingURL=_size.js.map
28
+ };
@@ -1,3 +1,2 @@
1
1
  import { type _EuiThemeFocus } from '@elastic/eui-theme-common';
2
2
  export declare const focus: _EuiThemeFocus;
3
- //# sourceMappingURL=_states.d.ts.map
@@ -35,5 +35,4 @@ var focus = exports.focus = {
35
35
  backgroundBaseInteractiveHover = _ref4[0];
36
36
  return backgroundBaseInteractiveHover;
37
37
  }, ['colors.backgroundBaseInteractiveHover'])
38
- };
39
- //# sourceMappingURL=_states.js.map
38
+ };
@@ -3,4 +3,3 @@ export declare const fontScale: _EuiThemeFontScales;
3
3
  export declare const fontBase: _EuiThemeFontBase;
4
4
  export declare const fontWeight: _EuiThemeFontWeights;
5
5
  export declare const font: _EuiThemeFont;
6
- //# sourceMappingURL=_typography.d.ts.map
@@ -74,5 +74,4 @@ var font = exports.font = _objectSpread(_objectSpread({}, fontBase), {}, {
74
74
  title: {
75
75
  weight: 'bold'
76
76
  }
77
- });
78
- //# sourceMappingURL=_typography.js.map
77
+ });
@@ -13,4 +13,3 @@ export declare const dark_transparent_background_colors: _EuiThemeTransparentBac
13
13
  export declare const dark_border_colors: _EuiThemeBorderColors;
14
14
  export declare const dark_special_colors: _EuiThemeSpecialColors;
15
15
  export declare const dark_colors: _EuiThemeColorsMode;
16
- //# sourceMappingURL=_colors_dark.d.ts.map
@@ -97,7 +97,7 @@ var dark_background_colors = exports.dark_background_colors = {
97
97
  backgroundLightWarning: _semantic_colors.SEMANTIC_COLORS.warning130,
98
98
  backgroundLightRisk: _semantic_colors.SEMANTIC_COLORS.risk130,
99
99
  backgroundLightDanger: _semantic_colors.SEMANTIC_COLORS.danger130,
100
- backgroundLightText: _semantic_colors.SEMANTIC_COLORS.shade130,
100
+ backgroundLightText: _semantic_colors.SEMANTIC_COLORS.shade120,
101
101
  backgroundFilledPrimary: _semantic_colors.SEMANTIC_COLORS.primary60,
102
102
  backgroundFilledAccent: _semantic_colors.SEMANTIC_COLORS.accent60,
103
103
  backgroundFilledAccentSecondary: _semantic_colors.SEMANTIC_COLORS.accentSecondary60,
@@ -159,5 +159,4 @@ var dark_special_colors = exports.dark_special_colors = {
159
159
  disabledText: _semantic_colors.SEMANTIC_COLORS.shade80,
160
160
  shadow: _primitive_colors.PRIMITIVE_COLORS.black
161
161
  };
162
- var dark_colors = exports.dark_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, dark_brand_colors), dark_shades), dark_special_colors), dark_brand_text_colors), dark_text_colors), dark_background_colors), dark_transparent_background_colors), dark_border_colors);
163
- //# sourceMappingURL=_colors_dark.js.map
162
+ var dark_colors = exports.dark_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, dark_brand_colors), dark_shades), dark_special_colors), dark_brand_text_colors), dark_text_colors), dark_background_colors), dark_transparent_background_colors), dark_border_colors);
@@ -13,4 +13,3 @@ export declare const transparent_background_colors: _EuiThemeTransparentBackgrou
13
13
  export declare const border_colors: _EuiThemeBorderColors;
14
14
  export declare const special_colors: _EuiThemeSpecialColors;
15
15
  export declare const light_colors: _EuiThemeColorsMode;
16
- //# sourceMappingURL=_colors_light.d.ts.map
@@ -159,5 +159,4 @@ var special_colors = exports.special_colors = {
159
159
  disabledText: _semantic_colors.SEMANTIC_COLORS.shade80,
160
160
  shadow: _primitive_colors.PRIMITIVE_COLORS.black
161
161
  };
162
- var light_colors = exports.light_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, brand_colors), shade_colors), special_colors), brand_text_colors), text_colors), background_colors), transparent_background_colors), border_colors);
163
- //# sourceMappingURL=_colors_light.js.map
162
+ var light_colors = exports.light_colors = _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, brand_colors), shade_colors), special_colors), brand_text_colors), text_colors), background_colors), transparent_background_colors), border_colors);
@@ -6,4 +6,3 @@ export declare const severityColors: {
6
6
  risk: string;
7
7
  danger: string;
8
8
  };
9
- //# sourceMappingURL=_colors_severity.d.ts.map
@@ -20,5 +20,4 @@ var severityColors = exports.severityColors = {
20
20
  warning: _semantic_colors.SEMANTIC_COLORS.warning30,
21
21
  risk: _semantic_colors.SEMANTIC_COLORS.risk50,
22
22
  danger: _semantic_colors.SEMANTIC_COLORS.danger70
23
- };
24
- //# sourceMappingURL=_colors_severity.js.map
23
+ };
@@ -1,3 +1,2 @@
1
1
  import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
2
2
  export declare const colorVis: _EuiThemeVisColors;
3
- //# sourceMappingURL=_colors_vis.d.ts.map