@elastic/eui-theme-borealis 1.0.0 → 1.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAc,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAatE,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,EAAE,aAgB9B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;CAG5B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAc,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAatE,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAE3D,eAAO,MAAM,gBAAgB,EAAE,aAiB9B,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;CAG5B,CAAC"}
package/lib/cjs/index.js CHANGED
@@ -45,7 +45,8 @@ var euiThemeBorealis = exports.euiThemeBorealis = {
45
45
  components: _components.components,
46
46
  flags: {
47
47
  hasGlobalFocusColor: true,
48
- hasVisColorAdjustment: false
48
+ hasVisColorAdjustment: false,
49
+ buttonVariant: 'refresh'
49
50
  },
50
51
  overrides: _overrides.overrides
51
52
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_euiThemeCommon","require","_colors","_animation","_breakpoint","_size","_borders","_levels","_typography","_states","_components","_overrides","_colors_vis","EUI_THEME_BOREALIS_KEY","exports","euiThemeBorealis","colors","base","size","border","font","animation","breakpoint","levels","focus","components","flags","hasGlobalFocusColor","hasVisColorAdjustment","overrides","EuiThemeBorealis","buildTheme"],"sources":["../../src/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\nimport { buildTheme, EuiThemeShape } from '@elastic/eui-theme-common';\n\nimport { colors } from './variables/colors';\nimport { animation } from './variables/_animation';\nimport { breakpoint } from './variables/_breakpoint';\nimport { base, size } from './variables/_size';\nimport { border } from './variables/_borders';\nimport { levels } from './variables/_levels';\nimport { font } from './variables/_typography';\nimport { focus } from './variables/_states';\nimport { components } from './variables/_components';\nimport { overrides } from './variables/_overrides';\n\nexport { colorVis } from './variables/colors/_colors_vis';\n\nexport const EUI_THEME_BOREALIS_KEY = 'EUI_THEME_BOREALIS';\n\nexport const euiThemeBorealis: EuiThemeShape = {\n colors,\n base,\n size,\n border,\n font,\n animation,\n breakpoint,\n levels,\n focus,\n components,\n flags: {\n hasGlobalFocusColor: true,\n hasVisColorAdjustment: false,\n },\n overrides,\n};\n\nexport const EuiThemeBorealis = buildTheme(\n euiThemeBorealis,\n EUI_THEME_BOREALIS_KEY\n);\n"],"mappings":";;;;;;;;;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,WAAA,GAAAP,OAAA;AACA,IAAAQ,OAAA,GAAAR,OAAA;AACA,IAAAS,WAAA,GAAAT,OAAA;AACA,IAAAU,UAAA,GAAAV,OAAA;AAEA,IAAAW,WAAA,GAAAX,OAAA;AArBA;AACA;AACA;AACA;AACA;AACA;AACA;;AAiBO,IAAMY,sBAAsB,GAAAC,OAAA,CAAAD,sBAAA,GAAG,oBAAoB;AAEnD,IAAME,gBAA+B,GAAAD,OAAA,CAAAC,gBAAA,GAAG;EAC7CC,MAAM,EAANA,cAAM;EACNC,IAAI,EAAJA,UAAI;EACJC,IAAI,EAAJA,UAAI;EACJC,MAAM,EAANA,eAAM;EACNC,IAAI,EAAJA,gBAAI;EACJC,SAAS,EAATA,oBAAS;EACTC,UAAU,EAAVA,sBAAU;EACVC,MAAM,EAANA,cAAM;EACNC,KAAK,EAALA,aAAK;EACLC,UAAU,EAAVA,sBAAU;EACVC,KAAK,EAAE;IACLC,mBAAmB,EAAE,IAAI;IACzBC,qBAAqB,EAAE;EACzB,CAAC;EACDC,SAAS,EAATA;AACF,CAAC;AAEM,IAAMC,gBAAgB,GAAAhB,OAAA,CAAAgB,gBAAA,GAAG,IAAAC,0BAAU,EACxChB,gBAAgB,EAChBF,sBACF,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["_euiThemeCommon","require","_colors","_animation","_breakpoint","_size","_borders","_levels","_typography","_states","_components","_overrides","_colors_vis","EUI_THEME_BOREALIS_KEY","exports","euiThemeBorealis","colors","base","size","border","font","animation","breakpoint","levels","focus","components","flags","hasGlobalFocusColor","hasVisColorAdjustment","buttonVariant","overrides","EuiThemeBorealis","buildTheme"],"sources":["../../src/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\nimport { buildTheme, EuiThemeShape } from '@elastic/eui-theme-common';\n\nimport { colors } from './variables/colors';\nimport { animation } from './variables/_animation';\nimport { breakpoint } from './variables/_breakpoint';\nimport { base, size } from './variables/_size';\nimport { border } from './variables/_borders';\nimport { levels } from './variables/_levels';\nimport { font } from './variables/_typography';\nimport { focus } from './variables/_states';\nimport { components } from './variables/_components';\nimport { overrides } from './variables/_overrides';\n\nexport { colorVis } from './variables/colors/_colors_vis';\n\nexport const EUI_THEME_BOREALIS_KEY = 'EUI_THEME_BOREALIS';\n\nexport const euiThemeBorealis: EuiThemeShape = {\n colors,\n base,\n size,\n border,\n font,\n animation,\n breakpoint,\n levels,\n focus,\n components,\n flags: {\n hasGlobalFocusColor: true,\n hasVisColorAdjustment: false,\n buttonVariant: 'refresh',\n },\n overrides,\n};\n\nexport const EuiThemeBorealis = buildTheme(\n euiThemeBorealis,\n EUI_THEME_BOREALIS_KEY\n);\n"],"mappings":";;;;;;;;;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,WAAA,GAAAP,OAAA;AACA,IAAAQ,OAAA,GAAAR,OAAA;AACA,IAAAS,WAAA,GAAAT,OAAA;AACA,IAAAU,UAAA,GAAAV,OAAA;AAEA,IAAAW,WAAA,GAAAX,OAAA;AArBA;AACA;AACA;AACA;AACA;AACA;AACA;;AAiBO,IAAMY,sBAAsB,GAAAC,OAAA,CAAAD,sBAAA,GAAG,oBAAoB;AAEnD,IAAME,gBAA+B,GAAAD,OAAA,CAAAC,gBAAA,GAAG;EAC7CC,MAAM,EAANA,cAAM;EACNC,IAAI,EAAJA,UAAI;EACJC,IAAI,EAAJA,UAAI;EACJC,MAAM,EAANA,eAAM;EACNC,IAAI,EAAJA,gBAAI;EACJC,SAAS,EAATA,oBAAS;EACTC,UAAU,EAAVA,sBAAU;EACVC,MAAM,EAANA,cAAM;EACNC,KAAK,EAALA,aAAK;EACLC,UAAU,EAAVA,sBAAU;EACVC,KAAK,EAAE;IACLC,mBAAmB,EAAE,IAAI;IACzBC,qBAAqB,EAAE,KAAK;IAC5BC,aAAa,EAAE;EACjB,CAAC;EACDC,SAAS,EAATA;AACF,CAAC;AAEM,IAAMC,gBAAgB,GAAAjB,OAAA,CAAAiB,gBAAA,GAAG,IAAAC,0BAAU,EACxCjB,gBAAgB,EAChBF,sBACF,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"_buttons.d.ts","sourceRoot":"","sources":["../../../src/variables/_buttons.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAY,MAAM,2BAA2B,CAAC;AA+MtE,eAAO,MAAM,OAAO,EAAE,eAGrB,CAAC"}
1
+ {"version":3,"file":"_buttons.d.ts","sourceRoot":"","sources":["../../../src/variables/_buttons.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,eAAe,EAIhB,MAAM,2BAA2B,CAAC;AA4TnC,eAAO,MAAM,OAAO,EAAE,eAGrB,CAAC"}
@@ -24,6 +24,16 @@ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /*
24
24
  * in compliance with, at your election, the Elastic License 2.0 or the Server
25
25
  * Side Public License, v 1.
26
26
  */
27
+ var getTokenByVariant = function getTokenByVariant(buttonVariant, tokens) {
28
+ switch (buttonVariant) {
29
+ case 'refresh':
30
+ return tokens.refresh;
31
+ default:
32
+ {
33
+ return tokens.classic;
34
+ }
35
+ }
36
+ };
27
37
  var _buttons = {
28
38
  backgroundPrimary: (0, _euiThemeCommon.computed)(function (_ref) {
29
39
  var _ref2 = _slicedToArray(_ref, 1),
@@ -66,15 +76,38 @@ var _buttons = {
66
76
  return backgroundLightDanger;
67
77
  }, ['colors.backgroundLightDanger']),
68
78
  backgroundText: (0, _euiThemeCommon.computed)(function (_ref17) {
69
- var _ref18 = _slicedToArray(_ref17, 1),
70
- backgroundLightText = _ref18[0];
71
- return backgroundLightText;
72
- }, ['colors.backgroundLightText']),
79
+ var _ref18 = _slicedToArray(_ref17, 3),
80
+ buttonVariant = _ref18[0],
81
+ backgroundBasePlain = _ref18[1],
82
+ backgroundLightText = _ref18[2];
83
+ return getTokenByVariant(buttonVariant, {
84
+ refresh: backgroundBasePlain,
85
+ classic: backgroundLightText
86
+ });
87
+ }, ['flags.buttonVariant', 'colors.backgroundBasePlain', 'colors.backgroundLightText']),
73
88
  backgroundDisabled: (0, _euiThemeCommon.computed)(function (_ref19) {
74
89
  var _ref20 = _slicedToArray(_ref19, 1),
75
90
  backgroundBaseDisabled = _ref20[0];
76
91
  return backgroundBaseDisabled;
77
92
  }, ['colors.backgroundBaseDisabled']),
93
+ backgroundPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha12,
94
+ backgroundAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha12,
95
+ backgroundAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha12,
96
+ backgroundNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha12,
97
+ backgroundSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha12,
98
+ backgroundWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
99
+ backgroundRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
100
+ backgroundDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha12,
101
+ backgroundTextHover: _semantic_colors.SEMANTIC_COLORS.primary100Alpha8,
102
+ backgroundPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
103
+ backgroundAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
104
+ backgroundAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
105
+ backgroundNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
106
+ backgroundSuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
107
+ backgroundWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha20,
108
+ backgroundRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha20,
109
+ backgroundDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
110
+ backgroundTextActive: _semantic_colors.SEMANTIC_COLORS.primary100Alpha12,
78
111
  backgroundFilledPrimary: (0, _euiThemeCommon.computed)(function (_ref21) {
79
112
  var _ref22 = _slicedToArray(_ref21, 1),
80
113
  backgroundFilledPrimary = _ref22[0];
@@ -125,150 +158,194 @@ var _buttons = {
125
158
  backgroundBaseDisabled = _ref40[0];
126
159
  return backgroundBaseDisabled;
127
160
  }, ['colors.backgroundBaseDisabled']),
128
- // Temp. mapping to support more variants in old theme
129
- backgroundEmptyPrimaryHover: (0, _euiThemeCommon.computed)(function (_ref41) {
161
+ backgroundFilledPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary100,
162
+ backgroundFilledAccentHover: _semantic_colors.SEMANTIC_COLORS.accent100,
163
+ backgroundFilledAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary100,
164
+ backgroundFilledNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral100,
165
+ backgroundFilledSuccessHover: _semantic_colors.SEMANTIC_COLORS.success100,
166
+ backgroundFilledWarningHover: _semantic_colors.SEMANTIC_COLORS.warning50,
167
+ backgroundFilledRiskHover: _semantic_colors.SEMANTIC_COLORS.risk80,
168
+ backgroundFilledDangerHover: _semantic_colors.SEMANTIC_COLORS.danger100,
169
+ backgroundFilledTextHover: _semantic_colors.SEMANTIC_COLORS.shade100,
170
+ backgroundFilledPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary110,
171
+ backgroundFilledAccentActive: _semantic_colors.SEMANTIC_COLORS.accent110,
172
+ backgroundFilledAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary110,
173
+ backgroundFilledNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral110,
174
+ backgroundFilledSuccessActive: _semantic_colors.SEMANTIC_COLORS.success110,
175
+ backgroundFilledWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60,
176
+ backgroundFilledRiskActive: _semantic_colors.SEMANTIC_COLORS.risk90,
177
+ backgroundFilledDangerActive: _semantic_colors.SEMANTIC_COLORS.danger110,
178
+ backgroundFilledTextActive: _semantic_colors.SEMANTIC_COLORS.shade110,
179
+ backgroundEmptyPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha12,
180
+ backgroundEmptyAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha12,
181
+ backgroundEmptyAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha12,
182
+ backgroundEmptyNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha12,
183
+ backgroundEmptySuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha12,
184
+ backgroundEmptyWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
185
+ backgroundEmptyRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
186
+ backgroundEmptyDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha12,
187
+ backgroundEmptyTextHover: _semantic_colors.SEMANTIC_COLORS.primary100Alpha8,
188
+ backgroundEmptyPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
189
+ backgroundEmptyAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
190
+ backgroundEmptyAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
191
+ backgroundEmptyNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
192
+ backgroundEmptySuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
193
+ backgroundEmptyWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha20,
194
+ backgroundEmptyRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha20,
195
+ backgroundEmptyDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
196
+ backgroundEmptyTextActive: _semantic_colors.SEMANTIC_COLORS.primary100Alpha12,
197
+ textColorPrimary: (0, _euiThemeCommon.computed)(function (_ref41) {
130
198
  var _ref42 = _slicedToArray(_ref41, 1),
131
- backgroundBaseInteractiveHover = _ref42[0];
132
- return backgroundBaseInteractiveHover;
133
- }, ['colors.backgroundBaseInteractiveHover']),
134
- backgroundEmptyAccentHover: (0, _euiThemeCommon.computed)(function (_ref43) {
135
- var _ref44 = _slicedToArray(_ref43, 1),
136
- backgroundBaseInteractiveHover = _ref44[0];
137
- return backgroundBaseInteractiveHover;
138
- }, ['colors.backgroundBaseInteractiveHover']),
139
- backgroundEmptyAccentSecondaryHover: (0, _euiThemeCommon.computed)(function (_ref45) {
140
- var _ref46 = _slicedToArray(_ref45, 1),
141
- backgroundBaseInteractiveHover = _ref46[0];
142
- return backgroundBaseInteractiveHover;
143
- }, ['colors.backgroundBaseInteractiveHover']),
144
- backgroundEmptyNeutralHover: (0, _euiThemeCommon.computed)(function (_ref47) {
145
- var _ref48 = _slicedToArray(_ref47, 1),
146
- backgroundBaseInteractiveHover = _ref48[0];
147
- return backgroundBaseInteractiveHover;
148
- }, ['colors.backgroundBaseInteractiveHover']),
149
- backgroundEmptySuccessHover: (0, _euiThemeCommon.computed)(function (_ref49) {
150
- var _ref50 = _slicedToArray(_ref49, 1),
151
- backgroundBaseInteractiveHover = _ref50[0];
152
- return backgroundBaseInteractiveHover;
153
- }, ['colors.backgroundBaseInteractiveHover']),
154
- backgroundEmptyWarningHover: (0, _euiThemeCommon.computed)(function (_ref51) {
155
- var _ref52 = _slicedToArray(_ref51, 1),
156
- backgroundBaseInteractiveHover = _ref52[0];
157
- return backgroundBaseInteractiveHover;
158
- }, ['colors.backgroundBaseInteractiveHover']),
159
- backgroundEmptyRiskHover: (0, _euiThemeCommon.computed)(function (_ref53) {
160
- var _ref54 = _slicedToArray(_ref53, 1),
161
- backgroundBaseInteractiveHover = _ref54[0];
162
- return backgroundBaseInteractiveHover;
163
- }, ['colors.backgroundBaseInteractiveHover']),
164
- backgroundEmptyDangerHover: (0, _euiThemeCommon.computed)(function (_ref55) {
165
- var _ref56 = _slicedToArray(_ref55, 1),
166
- backgroundBaseInteractiveHover = _ref56[0];
167
- return backgroundBaseInteractiveHover;
168
- }, ['colors.backgroundBaseInteractiveHover']),
169
- backgroundEmptyTextHover: (0, _euiThemeCommon.computed)(function (_ref57) {
170
- var _ref58 = _slicedToArray(_ref57, 1),
171
- backgroundBaseInteractiveHover = _ref58[0];
172
- return backgroundBaseInteractiveHover;
173
- }, ['colors.backgroundBaseInteractiveHover']),
174
- textColorPrimary: (0, _euiThemeCommon.computed)(function (_ref59) {
175
- var _ref60 = _slicedToArray(_ref59, 1),
176
- textPrimary = _ref60[0];
199
+ textPrimary = _ref42[0];
177
200
  return textPrimary;
178
201
  }, ['colors.textPrimary']),
179
- textColorAccent: (0, _euiThemeCommon.computed)(function (_ref61) {
180
- var _ref62 = _slicedToArray(_ref61, 1),
181
- textAccent = _ref62[0];
202
+ textColorAccent: (0, _euiThemeCommon.computed)(function (_ref43) {
203
+ var _ref44 = _slicedToArray(_ref43, 1),
204
+ textAccent = _ref44[0];
182
205
  return textAccent;
183
206
  }, ['colors.textAccent']),
184
- textColorAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref63) {
185
- var _ref64 = _slicedToArray(_ref63, 1),
186
- textAccentSecondary = _ref64[0];
207
+ textColorAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref45) {
208
+ var _ref46 = _slicedToArray(_ref45, 1),
209
+ textAccentSecondary = _ref46[0];
187
210
  return textAccentSecondary;
188
211
  }, ['colors.textAccentSecondary']),
189
- textColorNeutral: (0, _euiThemeCommon.computed)(function (_ref65) {
190
- var _ref66 = _slicedToArray(_ref65, 1),
191
- textNeutral = _ref66[0];
212
+ textColorNeutral: (0, _euiThemeCommon.computed)(function (_ref47) {
213
+ var _ref48 = _slicedToArray(_ref47, 1),
214
+ textNeutral = _ref48[0];
192
215
  return textNeutral;
193
216
  }, ['colors.textNeutral']),
194
- textColorSuccess: (0, _euiThemeCommon.computed)(function (_ref67) {
195
- var _ref68 = _slicedToArray(_ref67, 1),
196
- textSuccess = _ref68[0];
217
+ textColorSuccess: (0, _euiThemeCommon.computed)(function (_ref49) {
218
+ var _ref50 = _slicedToArray(_ref49, 1),
219
+ textSuccess = _ref50[0];
197
220
  return textSuccess;
198
221
  }, ['colors.textSuccess']),
199
- textColorWarning: (0, _euiThemeCommon.computed)(function (_ref69) {
200
- var _ref70 = _slicedToArray(_ref69, 1),
201
- textWarning = _ref70[0];
222
+ textColorWarning: (0, _euiThemeCommon.computed)(function (_ref51) {
223
+ var _ref52 = _slicedToArray(_ref51, 1),
224
+ textWarning = _ref52[0];
202
225
  return textWarning;
203
226
  }, ['colors.textWarning']),
204
- textColorRisk: (0, _euiThemeCommon.computed)(function (_ref71) {
205
- var _ref72 = _slicedToArray(_ref71, 1),
206
- textRisk = _ref72[0];
227
+ textColorRisk: (0, _euiThemeCommon.computed)(function (_ref53) {
228
+ var _ref54 = _slicedToArray(_ref53, 1),
229
+ textRisk = _ref54[0];
207
230
  return textRisk;
208
231
  }, ['colors.textRisk']),
209
- textColorDanger: (0, _euiThemeCommon.computed)(function (_ref73) {
210
- var _ref74 = _slicedToArray(_ref73, 1),
211
- textDanger = _ref74[0];
232
+ textColorDanger: (0, _euiThemeCommon.computed)(function (_ref55) {
233
+ var _ref56 = _slicedToArray(_ref55, 1),
234
+ textDanger = _ref56[0];
212
235
  return textDanger;
213
236
  }, ['colors.textDanger']),
214
- textColorText: (0, _euiThemeCommon.computed)(function (_ref75) {
215
- var _ref76 = _slicedToArray(_ref75, 1),
216
- textParagraph = _ref76[0];
237
+ textColorText: (0, _euiThemeCommon.computed)(function (_ref57) {
238
+ var _ref58 = _slicedToArray(_ref57, 1),
239
+ textParagraph = _ref58[0];
217
240
  return textParagraph;
218
241
  }, ['colors.textParagraph']),
219
- textColorDisabled: (0, _euiThemeCommon.computed)(function (_ref77) {
220
- var _ref78 = _slicedToArray(_ref77, 1),
221
- textDisabled = _ref78[0];
242
+ textColorDisabled: (0, _euiThemeCommon.computed)(function (_ref59) {
243
+ var _ref60 = _slicedToArray(_ref59, 1),
244
+ textDisabled = _ref60[0];
222
245
  return textDisabled;
223
246
  }, ['colors.textDisabled']),
224
- textColorFilledPrimary: (0, _euiThemeCommon.computed)(function (_ref79) {
225
- var _ref80 = _slicedToArray(_ref79, 1),
226
- textInverse = _ref80[0];
247
+ textColorFilledPrimary: (0, _euiThemeCommon.computed)(function (_ref61) {
248
+ var _ref62 = _slicedToArray(_ref61, 1),
249
+ textInverse = _ref62[0];
227
250
  return textInverse;
228
251
  }, ['colors.textInverse']),
229
- textColorFilledAccent: (0, _euiThemeCommon.computed)(function (_ref81) {
230
- var _ref82 = _slicedToArray(_ref81, 1),
231
- textInverse = _ref82[0];
252
+ textColorFilledAccent: (0, _euiThemeCommon.computed)(function (_ref63) {
253
+ var _ref64 = _slicedToArray(_ref63, 1),
254
+ textInverse = _ref64[0];
232
255
  return textInverse;
233
256
  }, ['colors.textInverse']),
234
- textColorFilledAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref83) {
235
- var _ref84 = _slicedToArray(_ref83, 1),
236
- textInverse = _ref84[0];
257
+ textColorFilledAccentSecondary: (0, _euiThemeCommon.computed)(function (_ref65) {
258
+ var _ref66 = _slicedToArray(_ref65, 1),
259
+ textInverse = _ref66[0];
237
260
  return textInverse;
238
261
  }, ['colors.textInverse']),
239
- textColorFilledNeutral: (0, _euiThemeCommon.computed)(function (_ref85) {
240
- var _ref86 = _slicedToArray(_ref85, 1),
241
- textInverse = _ref86[0];
262
+ textColorFilledNeutral: (0, _euiThemeCommon.computed)(function (_ref67) {
263
+ var _ref68 = _slicedToArray(_ref67, 1),
264
+ textInverse = _ref68[0];
242
265
  return textInverse;
243
266
  }, ['colors.textInverse']),
244
- textColorFilledSuccess: (0, _euiThemeCommon.computed)(function (_ref87) {
245
- var _ref88 = _slicedToArray(_ref87, 1),
246
- textInverse = _ref88[0];
267
+ textColorFilledSuccess: (0, _euiThemeCommon.computed)(function (_ref69) {
268
+ var _ref70 = _slicedToArray(_ref69, 1),
269
+ textInverse = _ref70[0];
247
270
  return textInverse;
248
271
  }, ['colors.textInverse']),
249
272
  textColorFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning110,
250
- textColorFilledRisk: (0, _euiThemeCommon.computed)(function (_ref89) {
251
- var _ref90 = _slicedToArray(_ref89, 1),
252
- textInverse = _ref90[0];
273
+ textColorFilledRisk: (0, _euiThemeCommon.computed)(function (_ref71) {
274
+ var _ref72 = _slicedToArray(_ref71, 1),
275
+ textInverse = _ref72[0];
253
276
  return textInverse;
254
277
  }, ['colors.textInverse']),
255
- textColorFilledDanger: (0, _euiThemeCommon.computed)(function (_ref91) {
256
- var _ref92 = _slicedToArray(_ref91, 1),
257
- textInverse = _ref92[0];
278
+ textColorFilledDanger: (0, _euiThemeCommon.computed)(function (_ref73) {
279
+ var _ref74 = _slicedToArray(_ref73, 1),
280
+ textInverse = _ref74[0];
258
281
  return textInverse;
259
282
  }, ['colors.textInverse']),
260
- textColorFilledText: (0, _euiThemeCommon.computed)(function (_ref93) {
261
- var _ref94 = _slicedToArray(_ref93, 1),
262
- textInverse = _ref94[0];
283
+ textColorFilledText: (0, _euiThemeCommon.computed)(function (_ref75) {
284
+ var _ref76 = _slicedToArray(_ref75, 1),
285
+ textInverse = _ref76[0];
263
286
  return textInverse;
264
287
  }, ['colors.textInverse']),
265
- textColorFilledDisabled: (0, _euiThemeCommon.computed)(function (_ref95) {
266
- var _ref96 = _slicedToArray(_ref95, 1),
267
- textDisabled = _ref96[0];
288
+ textColorFilledDisabled: (0, _euiThemeCommon.computed)(function (_ref77) {
289
+ var _ref78 = _slicedToArray(_ref77, 1),
290
+ textDisabled = _ref78[0];
268
291
  return textDisabled;
269
292
  }, ['colors.textDisabled'])
270
293
  };
271
294
  var _dark_buttons = _objectSpread(_objectSpread({}, _buttons), {}, {
295
+ backgroundPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
296
+ backgroundAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
297
+ backgroundAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
298
+ backgroundNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
299
+ backgroundSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
300
+ backgroundWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha12,
301
+ backgroundRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha12,
302
+ backgroundDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
303
+ backgroundTextHover: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha12,
304
+ backgroundPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha20,
305
+ backgroundAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha20,
306
+ backgroundAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha20,
307
+ backgroundNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha20,
308
+ backgroundSuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha20,
309
+ backgroundWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
310
+ backgroundRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
311
+ backgroundDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha20,
312
+ backgroundTextActive: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha16,
313
+ backgroundFilledPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70,
314
+ backgroundFilledAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70,
315
+ backgroundFilledAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70,
316
+ backgroundFilledNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70,
317
+ backgroundFilledSuccessHover: _semantic_colors.SEMANTIC_COLORS.success70,
318
+ backgroundFilledWarningHover: _semantic_colors.SEMANTIC_COLORS.warning50,
319
+ backgroundFilledRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60,
320
+ backgroundFilledDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70,
321
+ backgroundFilledTextHover: _semantic_colors.SEMANTIC_COLORS.shade70,
322
+ backgroundFilledPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary80,
323
+ backgroundFilledAccentActive: _semantic_colors.SEMANTIC_COLORS.accent80,
324
+ backgroundFilledAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary80,
325
+ backgroundFilledNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral80,
326
+ backgroundFilledSuccessActive: _semantic_colors.SEMANTIC_COLORS.success80,
327
+ backgroundFilledWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60,
328
+ backgroundFilledRiskActive: _semantic_colors.SEMANTIC_COLORS.risk70,
329
+ backgroundFilledDangerActive: _semantic_colors.SEMANTIC_COLORS.danger80,
330
+ backgroundFilledTextActive: _semantic_colors.SEMANTIC_COLORS.shade80,
331
+ backgroundEmptyPrimaryHover: _semantic_colors.SEMANTIC_COLORS.primary70Alpha16,
332
+ backgroundEmptyAccentHover: _semantic_colors.SEMANTIC_COLORS.accent70Alpha16,
333
+ backgroundEmptyAccentSecondaryHover: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha16,
334
+ backgroundEmptyNeutralHover: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha16,
335
+ backgroundEmptySuccessHover: _semantic_colors.SEMANTIC_COLORS.success70Alpha16,
336
+ backgroundEmptyWarningHover: _semantic_colors.SEMANTIC_COLORS.warning60Alpha12,
337
+ backgroundEmptyRiskHover: _semantic_colors.SEMANTIC_COLORS.risk60Alpha12,
338
+ backgroundEmptyDangerHover: _semantic_colors.SEMANTIC_COLORS.danger70Alpha16,
339
+ backgroundEmptyTextHover: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha12,
340
+ backgroundEmptyPrimaryActive: _semantic_colors.SEMANTIC_COLORS.primary70Alpha20,
341
+ backgroundEmptyAccentActive: _semantic_colors.SEMANTIC_COLORS.accent70Alpha20,
342
+ backgroundEmptyAccentSecondaryActive: _semantic_colors.SEMANTIC_COLORS.accentSecondary70Alpha20,
343
+ backgroundEmptySuccessActive: _semantic_colors.SEMANTIC_COLORS.success70Alpha20,
344
+ backgroundEmptyNeutralActive: _semantic_colors.SEMANTIC_COLORS.neutral70Alpha20,
345
+ backgroundEmptyWarningActive: _semantic_colors.SEMANTIC_COLORS.warning60Alpha16,
346
+ backgroundEmptyRiskActive: _semantic_colors.SEMANTIC_COLORS.risk60Alpha16,
347
+ backgroundEmptyDangerActive: _semantic_colors.SEMANTIC_COLORS.danger70Alpha20,
348
+ backgroundEmptyTextActive: _semantic_colors.SEMANTIC_COLORS.plainLightAlpha16,
272
349
  textColorFilledWarning: _semantic_colors.SEMANTIC_COLORS.warning110
273
350
  });
274
351
  var buttons = exports.buttons = {
@@ -1 +1 @@
1
- {"version":3,"file":"_buttons.js","names":["_euiThemeCommon","require","_semantic_colors","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","_buttons","backgroundPrimary","computed","_ref","_ref2","backgroundLightPrimary","backgroundAccent","_ref3","_ref4","backgroundLightAccent","backgroundAccentSecondary","_ref5","_ref6","backgroundLightAccentSecondary","backgroundNeutral","_ref7","_ref8","backgroundLightNeutral","backgroundSuccess","_ref9","_ref10","backgroundLightSuccess","backgroundWarning","_ref11","_ref12","backgroundLightWarning","backgroundRisk","_ref13","_ref14","backgroundLightRisk","backgroundDanger","_ref15","_ref16","backgroundLightDanger","backgroundText","_ref17","_ref18","backgroundLightText","backgroundDisabled","_ref19","_ref20","backgroundBaseDisabled","backgroundFilledPrimary","_ref21","_ref22","backgroundFilledAccent","_ref23","_ref24","backgroundFilledAccentSecondary","_ref25","_ref26","backgroundFilledNeutral","_ref27","_ref28","backgroundFilledSuccess","_ref29","_ref30","backgroundFilledWarning","_ref31","_ref32","backgroundFilledRisk","_ref33","_ref34","backgroundFilledDanger","_ref35","_ref36","backgroundFilledText","_ref37","_ref38","backgroundFilledDisabled","_ref39","_ref40","backgroundEmptyPrimaryHover","_ref41","_ref42","backgroundBaseInteractiveHover","backgroundEmptyAccentHover","_ref43","_ref44","backgroundEmptyAccentSecondaryHover","_ref45","_ref46","backgroundEmptyNeutralHover","_ref47","_ref48","backgroundEmptySuccessHover","_ref49","_ref50","backgroundEmptyWarningHover","_ref51","_ref52","backgroundEmptyRiskHover","_ref53","_ref54","backgroundEmptyDangerHover","_ref55","_ref56","backgroundEmptyTextHover","_ref57","_ref58","textColorPrimary","_ref59","_ref60","textPrimary","textColorAccent","_ref61","_ref62","textAccent","textColorAccentSecondary","_ref63","_ref64","textAccentSecondary","textColorNeutral","_ref65","_ref66","textNeutral","textColorSuccess","_ref67","_ref68","textSuccess","textColorWarning","_ref69","_ref70","textWarning","textColorRisk","_ref71","_ref72","textRisk","textColorDanger","_ref73","_ref74","textDanger","textColorText","_ref75","_ref76","textParagraph","textColorDisabled","_ref77","_ref78","textDisabled","textColorFilledPrimary","_ref79","_ref80","textInverse","textColorFilledAccent","_ref81","_ref82","textColorFilledAccentSecondary","_ref83","_ref84","textColorFilledNeutral","_ref85","_ref86","textColorFilledSuccess","_ref87","_ref88","textColorFilledWarning","SEMANTIC_COLORS","warning110","textColorFilledRisk","_ref89","_ref90","textColorFilledDanger","_ref91","_ref92","textColorFilledText","_ref93","_ref94","textColorFilledDisabled","_ref95","_ref96","_dark_buttons","buttons","exports","LIGHT","DARK"],"sources":["../../../src/variables/_buttons.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 { _EuiThemeButton, computed } from '@elastic/eui-theme-common';\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\n\nconst _buttons = {\n backgroundPrimary: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n backgroundAccent: computed(\n ([backgroundLightAccent]) => backgroundLightAccent,\n ['colors.backgroundLightAccent']\n ),\n backgroundAccentSecondary: computed(\n ([backgroundLightAccentSecondary]) => backgroundLightAccentSecondary,\n ['colors.backgroundLightAccentSecondary']\n ),\n backgroundNeutral: computed(\n ([backgroundLightNeutral]) => backgroundLightNeutral,\n ['colors.backgroundLightNeutral']\n ),\n backgroundSuccess: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n backgroundWarning: computed(\n ([backgroundLightWarning]) => backgroundLightWarning,\n ['colors.backgroundLightWarning']\n ),\n backgroundRisk: computed(\n ([backgroundLightRisk]) => backgroundLightRisk,\n ['colors.backgroundLightRisk']\n ),\n backgroundDanger: computed(\n ([backgroundLightDanger]) => backgroundLightDanger,\n ['colors.backgroundLightDanger']\n ),\n backgroundText: computed(\n ([backgroundLightText]) => backgroundLightText,\n ['colors.backgroundLightText']\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundFilledPrimary: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n backgroundFilledAccent: computed(\n ([backgroundFilledAccent]) => backgroundFilledAccent,\n ['colors.backgroundFilledAccent']\n ),\n backgroundFilledAccentSecondary: computed(\n ([backgroundFilledAccentSecondary]) => backgroundFilledAccentSecondary,\n ['colors.backgroundFilledAccentSecondary']\n ),\n backgroundFilledNeutral: computed(\n ([backgroundFilledNeutral]) => backgroundFilledNeutral,\n ['colors.backgroundFilledNeutral']\n ),\n backgroundFilledSuccess: computed(\n ([backgroundFilledSuccess]) => backgroundFilledSuccess,\n ['colors.backgroundFilledSuccess']\n ),\n backgroundFilledWarning: computed(\n ([backgroundFilledWarning]) => backgroundFilledWarning,\n ['colors.backgroundFilledWarning']\n ),\n backgroundFilledRisk: computed(\n ([backgroundFilledRisk]) => backgroundFilledRisk,\n ['colors.backgroundFilledRisk']\n ),\n backgroundFilledDanger: computed(\n ([backgroundFilledDanger]) => backgroundFilledDanger,\n ['colors.backgroundFilledDanger']\n ),\n backgroundFilledText: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n backgroundFilledDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n // Temp. mapping to support more variants in old theme\n backgroundEmptyPrimaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyAccentHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyAccentSecondaryHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyNeutralHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptySuccessHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyWarningHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyRiskHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyDangerHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n backgroundEmptyTextHover: computed(\n ([backgroundBaseInteractiveHover]) => backgroundBaseInteractiveHover,\n ['colors.backgroundBaseInteractiveHover']\n ),\n\n textColorPrimary: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n textColorAccent: computed(\n ([textAccent]) => textAccent,\n ['colors.textAccent']\n ),\n textColorAccentSecondary: computed(\n ([textAccentSecondary]) => textAccentSecondary,\n ['colors.textAccentSecondary']\n ),\n textColorNeutral: computed(\n ([textNeutral]) => textNeutral,\n ['colors.textNeutral']\n ),\n textColorSuccess: computed(\n ([textSuccess]) => textSuccess,\n ['colors.textSuccess']\n ),\n textColorWarning: computed(\n ([textWarning]) => textWarning,\n ['colors.textWarning']\n ),\n textColorRisk: computed(([textRisk]) => textRisk, ['colors.textRisk']),\n textColorDanger: computed(\n ([textDanger]) => textDanger,\n ['colors.textDanger']\n ),\n textColorText: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n textColorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n\n textColorFilledPrimary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccent: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccentSecondary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledNeutral: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledSuccess: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledRisk: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDanger: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledText: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_buttons = {\n ..._buttons,\n\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n};\n\nexport const buttons: _EuiThemeButton = {\n LIGHT: _buttons,\n DARK: _dark_buttons,\n};\n"],"mappings":";;;;;;;AAQA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,gBAAA,GAAAD,OAAA;AAA4D,SAAAE,QAAAC,CAAA,EAAAC,CAAA,QAAAC,CAAA,GAAAC,MAAA,CAAAC,IAAA,CAAAJ,CAAA,OAAAG,MAAA,CAAAE,qBAAA,QAAAC,CAAA,GAAAH,MAAA,CAAAE,qBAAA,CAAAL,CAAA,GAAAC,CAAA,KAAAK,CAAA,GAAAA,CAAA,CAAAC,MAAA,WAAAN,CAAA,WAAAE,MAAA,CAAAK,wBAAA,CAAAR,CAAA,EAAAC,CAAA,EAAAQ,UAAA,OAAAP,CAAA,CAAAQ,IAAA,CAAAC,KAAA,CAAAT,CAAA,EAAAI,CAAA,YAAAJ,CAAA;AAAA,SAAAU,cAAAZ,CAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAY,SAAA,CAAAC,MAAA,EAAAb,CAAA,UAAAC,CAAA,WAAAW,SAAA,CAAAZ,CAAA,IAAAY,SAAA,CAAAZ,CAAA,QAAAA,CAAA,OAAAF,OAAA,CAAAI,MAAA,CAAAD,CAAA,OAAAa,OAAA,WAAAd,CAAA,IAAAe,eAAA,CAAAhB,CAAA,EAAAC,CAAA,EAAAC,CAAA,CAAAD,CAAA,SAAAE,MAAA,CAAAc,yBAAA,GAAAd,MAAA,CAAAe,gBAAA,CAAAlB,CAAA,EAAAG,MAAA,CAAAc,yBAAA,CAAAf,CAAA,KAAAH,OAAA,CAAAI,MAAA,CAAAD,CAAA,GAAAa,OAAA,WAAAd,CAAA,IAAAE,MAAA,CAAAgB,cAAA,CAAAnB,CAAA,EAAAC,CAAA,EAAAE,MAAA,CAAAK,wBAAA,CAAAN,CAAA,EAAAD,CAAA,iBAAAD,CAAA;AAAA,SAAAgB,gBAAAhB,CAAA,EAAAC,CAAA,EAAAC,CAAA,YAAAD,CAAA,GAAAmB,cAAA,CAAAnB,CAAA,MAAAD,CAAA,GAAAG,MAAA,CAAAgB,cAAA,CAAAnB,CAAA,EAAAC,CAAA,IAAAoB,KAAA,EAAAnB,CAAA,EAAAO,UAAA,MAAAa,YAAA,MAAAC,QAAA,UAAAvB,CAAA,CAAAC,CAAA,IAAAC,CAAA,EAAAF,CAAA;AAAA,SAAAoB,eAAAlB,CAAA,QAAAsB,CAAA,GAAAC,YAAA,CAAAvB,CAAA,gCAAAwB,OAAA,CAAAF,CAAA,IAAAA,CAAA,GAAAA,CAAA;AAAA,SAAAC,aAAAvB,CAAA,EAAAD,CAAA,oBAAAyB,OAAA,CAAAxB,CAAA,MAAAA,CAAA,SAAAA,CAAA,MAAAF,CAAA,GAAAE,CAAA,CAAAyB,MAAA,CAAAC,WAAA,kBAAA5B,CAAA,QAAAwB,CAAA,GAAAxB,CAAA,CAAA6B,IAAA,CAAA3B,CAAA,EAAAD,CAAA,gCAAAyB,OAAA,CAAAF,CAAA,UAAAA,CAAA,YAAAM,SAAA,yEAAA7B,CAAA,GAAA8B,MAAA,GAAAC,MAAA,EAAA9B,CAAA;AAAA,SAAA+B,eAAAhC,CAAA,EAAAD,CAAA,WAAAkC,eAAA,CAAAjC,CAAA,KAAAkC,qBAAA,CAAAlC,CAAA,EAAAD,CAAA,KAAAoC,2BAAA,CAAAnC,CAAA,EAAAD,CAAA,KAAAqC,gBAAA;AAAA,SAAAA,iBAAA,cAAAP,SAAA;AAAA,SAAAM,4BAAAnC,CAAA,EAAAqC,CAAA,QAAArC,CAAA,2BAAAA,CAAA,SAAAsC,iBAAA,CAAAtC,CAAA,EAAAqC,CAAA,OAAApC,CAAA,MAAAsC,QAAA,CAAAX,IAAA,CAAA5B,CAAA,EAAAwC,KAAA,6BAAAvC,CAAA,IAAAD,CAAA,CAAAyC,WAAA,KAAAxC,CAAA,GAAAD,CAAA,CAAAyC,WAAA,CAAAC,IAAA,aAAAzC,CAAA,cAAAA,CAAA,GAAA0C,KAAA,CAAAC,IAAA,CAAA5C,CAAA,oBAAAC,CAAA,+CAAA4C,IAAA,CAAA5C,CAAA,IAAAqC,iBAAA,CAAAtC,CAAA,EAAAqC,CAAA;AAAA,SAAAC,kBAAAtC,CAAA,EAAAqC,CAAA,aAAAA,CAAA,IAAAA,CAAA,GAAArC,CAAA,CAAAa,MAAA,MAAAwB,CAAA,GAAArC,CAAA,CAAAa,MAAA,YAAAd,CAAA,MAAA+C,CAAA,GAAAH,KAAA,CAAAN,CAAA,GAAAtC,CAAA,GAAAsC,CAAA,EAAAtC,CAAA,IAAA+C,CAAA,CAAA/C,CAAA,IAAAC,CAAA,CAAAD,CAAA,UAAA+C,CAAA;AAAA,SAAAZ,sBAAAlC,CAAA,EAAA+C,CAAA,QAAA9C,CAAA,WAAAD,CAAA,gCAAA0B,MAAA,IAAA1B,CAAA,CAAA0B,MAAA,CAAAsB,QAAA,KAAAhD,CAAA,4BAAAC,CAAA,QAAAF,CAAA,EAAA+C,CAAA,EAAAvB,CAAA,EAAA0B,CAAA,EAAAZ,CAAA,OAAAa,CAAA,OAAA7C,CAAA,iBAAAkB,CAAA,IAAAtB,CAAA,GAAAA,CAAA,CAAA2B,IAAA,CAAA5B,CAAA,GAAAmD,IAAA,QAAAJ,CAAA,QAAA7C,MAAA,CAAAD,CAAA,MAAAA,CAAA,UAAAiD,CAAA,uBAAAA,CAAA,IAAAnD,CAAA,GAAAwB,CAAA,CAAAK,IAAA,CAAA3B,CAAA,GAAAmD,IAAA,MAAAf,CAAA,CAAA5B,IAAA,CAAAV,CAAA,CAAAqB,KAAA,GAAAiB,CAAA,CAAAxB,MAAA,KAAAkC,CAAA,GAAAG,CAAA,iBAAAlD,CAAA,IAAAK,CAAA,OAAAyC,CAAA,GAAA9C,CAAA,yBAAAkD,CAAA,YAAAjD,CAAA,eAAAgD,CAAA,GAAAhD,CAAA,cAAAC,MAAA,CAAA+C,CAAA,MAAAA,CAAA,2BAAA5C,CAAA,QAAAyC,CAAA,aAAAT,CAAA;AAAA,SAAAJ,gBAAAjC,CAAA,QAAA2C,KAAA,CAAAU,OAAA,CAAArD,CAAA,UAAAA,CAAA,IAT5D;AACA;AACA;AACA;AACA;AACA;AACA;AAKA,IAAMsD,QAAQ,GAAG;EACfC,iBAAiB,EAAE,IAAAC,wBAAQ,EACzB,UAAAC,IAAA;IAAA,IAAAC,KAAA,GAAA1B,cAAA,CAAAyB,IAAA;MAAEE,sBAAsB,GAAAD,KAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDC,gBAAgB,EAAE,IAAAJ,wBAAQ,EACxB,UAAAK,KAAA;IAAA,IAAAC,KAAA,GAAA9B,cAAA,CAAA6B,KAAA;MAAEE,qBAAqB,GAAAD,KAAA;IAAA,OAAMC,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EACDC,yBAAyB,EAAE,IAAAR,wBAAQ,EACjC,UAAAS,KAAA;IAAA,IAAAC,KAAA,GAAAlC,cAAA,CAAAiC,KAAA;MAAEE,8BAA8B,GAAAD,KAAA;IAAA,OAAMC,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDC,iBAAiB,EAAE,IAAAZ,wBAAQ,EACzB,UAAAa,KAAA;IAAA,IAAAC,KAAA,GAAAtC,cAAA,CAAAqC,KAAA;MAAEE,sBAAsB,GAAAD,KAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDC,iBAAiB,EAAE,IAAAhB,wBAAQ,EACzB,UAAAiB,KAAA;IAAA,IAAAC,MAAA,GAAA1C,cAAA,CAAAyC,KAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDC,iBAAiB,EAAE,IAAApB,wBAAQ,EACzB,UAAAqB,MAAA;IAAA,IAAAC,MAAA,GAAA9C,cAAA,CAAA6C,MAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDC,cAAc,EAAE,IAAAxB,wBAAQ,EACtB,UAAAyB,MAAA;IAAA,IAAAC,MAAA,GAAAlD,cAAA,CAAAiD,MAAA;MAAEE,mBAAmB,GAAAD,MAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDC,gBAAgB,EAAE,IAAA5B,wBAAQ,EACxB,UAAA6B,MAAA;IAAA,IAAAC,MAAA,GAAAtD,cAAA,CAAAqD,MAAA;MAAEE,qBAAqB,GAAAD,MAAA;IAAA,OAAMC,qBAAqB;EAAA,GAClD,CAAC,8BAA8B,CACjC,CAAC;EACDC,cAAc,EAAE,IAAAhC,wBAAQ,EACtB,UAAAiC,MAAA;IAAA,IAAAC,MAAA,GAAA1D,cAAA,CAAAyD,MAAA;MAAEE,mBAAmB,GAAAD,MAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDC,kBAAkB,EAAE,IAAApC,wBAAQ,EAC1B,UAAAqC,MAAA;IAAA,IAAAC,MAAA,GAAA9D,cAAA,CAAA6D,MAAA;MAAEE,sBAAsB,GAAAD,MAAA;IAAA,OAAMC,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAEDC,uBAAuB,EAAE,IAAAxC,wBAAQ,EAC/B,UAAAyC,MAAA;IAAA,IAAAC,MAAA,GAAAlE,cAAA,CAAAiE,MAAA;MAAED,uBAAuB,GAAAE,MAAA;IAAA,OAAMF,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDG,sBAAsB,EAAE,IAAA3C,wBAAQ,EAC9B,UAAA4C,MAAA;IAAA,IAAAC,MAAA,GAAArE,cAAA,CAAAoE,MAAA;MAAED,sBAAsB,GAAAE,MAAA;IAAA,OAAMF,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDG,+BAA+B,EAAE,IAAA9C,wBAAQ,EACvC,UAAA+C,MAAA;IAAA,IAAAC,MAAA,GAAAxE,cAAA,CAAAuE,MAAA;MAAED,+BAA+B,GAAAE,MAAA;IAAA,OAAMF,+BAA+B;EAAA,GACtE,CAAC,wCAAwC,CAC3C,CAAC;EACDG,uBAAuB,EAAE,IAAAjD,wBAAQ,EAC/B,UAAAkD,MAAA;IAAA,IAAAC,MAAA,GAAA3E,cAAA,CAAA0E,MAAA;MAAED,uBAAuB,GAAAE,MAAA;IAAA,OAAMF,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDG,uBAAuB,EAAE,IAAApD,wBAAQ,EAC/B,UAAAqD,MAAA;IAAA,IAAAC,MAAA,GAAA9E,cAAA,CAAA6E,MAAA;MAAED,uBAAuB,GAAAE,MAAA;IAAA,OAAMF,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDG,uBAAuB,EAAE,IAAAvD,wBAAQ,EAC/B,UAAAwD,MAAA;IAAA,IAAAC,MAAA,GAAAjF,cAAA,CAAAgF,MAAA;MAAED,uBAAuB,GAAAE,MAAA;IAAA,OAAMF,uBAAuB;EAAA,GACtD,CAAC,gCAAgC,CACnC,CAAC;EACDG,oBAAoB,EAAE,IAAA1D,wBAAQ,EAC5B,UAAA2D,MAAA;IAAA,IAAAC,MAAA,GAAApF,cAAA,CAAAmF,MAAA;MAAED,oBAAoB,GAAAE,MAAA;IAAA,OAAMF,oBAAoB;EAAA,GAChD,CAAC,6BAA6B,CAChC,CAAC;EACDG,sBAAsB,EAAE,IAAA7D,wBAAQ,EAC9B,UAAA8D,MAAA;IAAA,IAAAC,MAAA,GAAAvF,cAAA,CAAAsF,MAAA;MAAED,sBAAsB,GAAAE,MAAA;IAAA,OAAMF,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EACDG,oBAAoB,EAAE,IAAAhE,wBAAQ,EAC5B,UAAAiE,MAAA;IAAA,IAAAC,MAAA,GAAA1F,cAAA,CAAAyF,MAAA;MAAED,oBAAoB,GAAAE,MAAA;IAAA,OAAMF,oBAAoB;EAAA,GAChD,CAAC,6BAA6B,CAChC,CAAC;EACDG,wBAAwB,EAAE,IAAAnE,wBAAQ,EAChC,UAAAoE,MAAA;IAAA,IAAAC,MAAA,GAAA7F,cAAA,CAAA4F,MAAA;MAAE7B,sBAAsB,GAAA8B,MAAA;IAAA,OAAM9B,sBAAsB;EAAA,GACpD,CAAC,+BAA+B,CAClC,CAAC;EAED;EACA+B,2BAA2B,EAAE,IAAAtE,wBAAQ,EACnC,UAAAuE,MAAA;IAAA,IAAAC,MAAA,GAAAhG,cAAA,CAAA+F,MAAA;MAAEE,8BAA8B,GAAAD,MAAA;IAAA,OAAMC,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDC,0BAA0B,EAAE,IAAA1E,wBAAQ,EAClC,UAAA2E,MAAA;IAAA,IAAAC,MAAA,GAAApG,cAAA,CAAAmG,MAAA;MAAEF,8BAA8B,GAAAG,MAAA;IAAA,OAAMH,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDI,mCAAmC,EAAE,IAAA7E,wBAAQ,EAC3C,UAAA8E,MAAA;IAAA,IAAAC,MAAA,GAAAvG,cAAA,CAAAsG,MAAA;MAAEL,8BAA8B,GAAAM,MAAA;IAAA,OAAMN,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDO,2BAA2B,EAAE,IAAAhF,wBAAQ,EACnC,UAAAiF,MAAA;IAAA,IAAAC,MAAA,GAAA1G,cAAA,CAAAyG,MAAA;MAAER,8BAA8B,GAAAS,MAAA;IAAA,OAAMT,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDU,2BAA2B,EAAE,IAAAnF,wBAAQ,EACnC,UAAAoF,MAAA;IAAA,IAAAC,MAAA,GAAA7G,cAAA,CAAA4G,MAAA;MAAEX,8BAA8B,GAAAY,MAAA;IAAA,OAAMZ,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDa,2BAA2B,EAAE,IAAAtF,wBAAQ,EACnC,UAAAuF,MAAA;IAAA,IAAAC,MAAA,GAAAhH,cAAA,CAAA+G,MAAA;MAAEd,8BAA8B,GAAAe,MAAA;IAAA,OAAMf,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDgB,wBAAwB,EAAE,IAAAzF,wBAAQ,EAChC,UAAA0F,MAAA;IAAA,IAAAC,MAAA,GAAAnH,cAAA,CAAAkH,MAAA;MAAEjB,8BAA8B,GAAAkB,MAAA;IAAA,OAAMlB,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDmB,0BAA0B,EAAE,IAAA5F,wBAAQ,EAClC,UAAA6F,MAAA;IAAA,IAAAC,MAAA,GAAAtH,cAAA,CAAAqH,MAAA;MAAEpB,8BAA8B,GAAAqB,MAAA;IAAA,OAAMrB,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EACDsB,wBAAwB,EAAE,IAAA/F,wBAAQ,EAChC,UAAAgG,MAAA;IAAA,IAAAC,MAAA,GAAAzH,cAAA,CAAAwH,MAAA;MAAEvB,8BAA8B,GAAAwB,MAAA;IAAA,OAAMxB,8BAA8B;EAAA,GACpE,CAAC,uCAAuC,CAC1C,CAAC;EAEDyB,gBAAgB,EAAE,IAAAlG,wBAAQ,EACxB,UAAAmG,MAAA;IAAA,IAAAC,MAAA,GAAA5H,cAAA,CAAA2H,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDC,eAAe,EAAE,IAAAtG,wBAAQ,EACvB,UAAAuG,MAAA;IAAA,IAAAC,MAAA,GAAAhI,cAAA,CAAA+H,MAAA;MAAEE,UAAU,GAAAD,MAAA;IAAA,OAAMC,UAAU;EAAA,GAC5B,CAAC,mBAAmB,CACtB,CAAC;EACDC,wBAAwB,EAAE,IAAA1G,wBAAQ,EAChC,UAAA2G,MAAA;IAAA,IAAAC,MAAA,GAAApI,cAAA,CAAAmI,MAAA;MAAEE,mBAAmB,GAAAD,MAAA;IAAA,OAAMC,mBAAmB;EAAA,GAC9C,CAAC,4BAA4B,CAC/B,CAAC;EACDC,gBAAgB,EAAE,IAAA9G,wBAAQ,EACxB,UAAA+G,MAAA;IAAA,IAAAC,MAAA,GAAAxI,cAAA,CAAAuI,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDC,gBAAgB,EAAE,IAAAlH,wBAAQ,EACxB,UAAAmH,MAAA;IAAA,IAAAC,MAAA,GAAA5I,cAAA,CAAA2I,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDC,gBAAgB,EAAE,IAAAtH,wBAAQ,EACxB,UAAAuH,MAAA;IAAA,IAAAC,MAAA,GAAAhJ,cAAA,CAAA+I,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDC,aAAa,EAAE,IAAA1H,wBAAQ,EAAC,UAAA2H,MAAA;IAAA,IAAAC,MAAA,GAAApJ,cAAA,CAAAmJ,MAAA;MAAEE,QAAQ,GAAAD,MAAA;IAAA,OAAMC,QAAQ;EAAA,GAAE,CAAC,iBAAiB,CAAC,CAAC;EACtEC,eAAe,EAAE,IAAA9H,wBAAQ,EACvB,UAAA+H,MAAA;IAAA,IAAAC,MAAA,GAAAxJ,cAAA,CAAAuJ,MAAA;MAAEE,UAAU,GAAAD,MAAA;IAAA,OAAMC,UAAU;EAAA,GAC5B,CAAC,mBAAmB,CACtB,CAAC;EACDC,aAAa,EAAE,IAAAlI,wBAAQ,EACrB,UAAAmI,MAAA;IAAA,IAAAC,MAAA,GAAA5J,cAAA,CAAA2J,MAAA;MAAEE,aAAa,GAAAD,MAAA;IAAA,OAAMC,aAAa;EAAA,GAClC,CAAC,sBAAsB,CACzB,CAAC;EACDC,iBAAiB,EAAE,IAAAtI,wBAAQ,EACzB,UAAAuI,MAAA;IAAA,IAAAC,MAAA,GAAAhK,cAAA,CAAA+J,MAAA;MAAEE,YAAY,GAAAD,MAAA;IAAA,OAAMC,YAAY;EAAA,GAChC,CAAC,qBAAqB,CACxB,CAAC;EAEDC,sBAAsB,EAAE,IAAA1I,wBAAQ,EAC9B,UAAA2I,MAAA;IAAA,IAAAC,MAAA,GAAApK,cAAA,CAAAmK,MAAA;MAAEE,WAAW,GAAAD,MAAA;IAAA,OAAMC,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDC,qBAAqB,EAAE,IAAA9I,wBAAQ,EAC7B,UAAA+I,MAAA;IAAA,IAAAC,MAAA,GAAAxK,cAAA,CAAAuK,MAAA;MAAEF,WAAW,GAAAG,MAAA;IAAA,OAAMH,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDI,8BAA8B,EAAE,IAAAjJ,wBAAQ,EACtC,UAAAkJ,MAAA;IAAA,IAAAC,MAAA,GAAA3K,cAAA,CAAA0K,MAAA;MAAEL,WAAW,GAAAM,MAAA;IAAA,OAAMN,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDO,sBAAsB,EAAE,IAAApJ,wBAAQ,EAC9B,UAAAqJ,MAAA;IAAA,IAAAC,MAAA,GAAA9K,cAAA,CAAA6K,MAAA;MAAER,WAAW,GAAAS,MAAA;IAAA,OAAMT,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDU,sBAAsB,EAAE,IAAAvJ,wBAAQ,EAC9B,UAAAwJ,MAAA;IAAA,IAAAC,MAAA,GAAAjL,cAAA,CAAAgL,MAAA;MAAEX,WAAW,GAAAY,MAAA;IAAA,OAAMZ,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDa,sBAAsB,EAAEC,gCAAe,CAACC,UAAU;EAClDC,mBAAmB,EAAE,IAAA7J,wBAAQ,EAC3B,UAAA8J,MAAA;IAAA,IAAAC,MAAA,GAAAvL,cAAA,CAAAsL,MAAA;MAAEjB,WAAW,GAAAkB,MAAA;IAAA,OAAMlB,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDmB,qBAAqB,EAAE,IAAAhK,wBAAQ,EAC7B,UAAAiK,MAAA;IAAA,IAAAC,MAAA,GAAA1L,cAAA,CAAAyL,MAAA;MAAEpB,WAAW,GAAAqB,MAAA;IAAA,OAAMrB,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDsB,mBAAmB,EAAE,IAAAnK,wBAAQ,EAC3B,UAAAoK,MAAA;IAAA,IAAAC,MAAA,GAAA7L,cAAA,CAAA4L,MAAA;MAAEvB,WAAW,GAAAwB,MAAA;IAAA,OAAMxB,WAAW;EAAA,GAC9B,CAAC,oBAAoB,CACvB,CAAC;EACDyB,uBAAuB,EAAE,IAAAtK,wBAAQ,EAC/B,UAAAuK,MAAA;IAAA,IAAAC,MAAA,GAAAhM,cAAA,CAAA+L,MAAA;MAAE9B,YAAY,GAAA+B,MAAA;IAAA,OAAM/B,YAAY;EAAA,GAChC,CAAC,qBAAqB,CACxB;AACF,CAAC;AAED,IAAMgC,aAAa,GAAAtN,aAAA,CAAAA,aAAA,KACd2C,QAAQ;EAEX4J,sBAAsB,EAAEC,gCAAe,CAACC;AAAU,EACnD;AAEM,IAAMc,OAAwB,GAAAC,OAAA,CAAAD,OAAA,GAAG;EACtCE,KAAK,EAAE9K,QAAQ;EACf+K,IAAI,EAAEJ;AACR,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"_buttons.js","names":["_euiThemeCommon","require","_semantic_colors","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","value","configurable","writable","i","_toPrimitive","_typeof","Symbol","toPrimitive","call","TypeError","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","a","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","n","l","iterator","u","f","next","done","isArray","getTokenByVariant","buttonVariant","tokens","refresh","classic","_buttons","backgroundPrimary","computed","_ref","_ref2","backgroundLightPrimary","backgroundAccent","_ref3","_ref4","backgroundLightAccent","backgroundAccentSecondary","_ref5","_ref6","backgroundLightAccentSecondary","backgroundNeutral","_ref7","_ref8","backgroundLightNeutral","backgroundSuccess","_ref9","_ref10","backgroundLightSuccess","backgroundWarning","_ref11","_ref12","backgroundLightWarning","backgroundRisk","_ref13","_ref14","backgroundLightRisk","backgroundDanger","_ref15","_ref16","backgroundLightDanger","backgroundText","_ref17","_ref18","backgroundBasePlain","backgroundLightText","backgroundDisabled","_ref19","_ref20","backgroundBaseDisabled","backgroundPrimaryHover","SEMANTIC_COLORS","primary70Alpha12","backgroundAccentHover","accent70Alpha12","backgroundAccentSecondaryHover","accentSecondary70Alpha12","backgroundNeutralHover","neutral70Alpha12","backgroundSuccessHover","success70Alpha12","backgroundWarningHover","warning60Alpha16","backgroundRiskHover","risk60Alpha16","backgroundDangerHover","danger70Alpha12","backgroundTextHover","primary100Alpha8","backgroundPrimaryActive","primary70Alpha16","backgroundAccentActive","accent70Alpha16","backgroundAccentSecondaryActive","accentSecondary70Alpha16","backgroundNeutralActive","neutral70Alpha16","backgroundSuccessActive","success70Alpha16","backgroundWarningActive","warning60Alpha20","backgroundRiskActive","risk60Alpha20","backgroundDangerActive","danger70Alpha16","backgroundTextActive","primary100Alpha12","backgroundFilledPrimary","_ref21","_ref22","backgroundFilledAccent","_ref23","_ref24","backgroundFilledAccentSecondary","_ref25","_ref26","backgroundFilledNeutral","_ref27","_ref28","backgroundFilledSuccess","_ref29","_ref30","backgroundFilledWarning","_ref31","_ref32","backgroundFilledRisk","_ref33","_ref34","backgroundFilledDanger","_ref35","_ref36","backgroundFilledText","_ref37","_ref38","backgroundFilledDisabled","_ref39","_ref40","backgroundFilledPrimaryHover","primary100","backgroundFilledAccentHover","accent100","backgroundFilledAccentSecondaryHover","accentSecondary100","backgroundFilledNeutralHover","neutral100","backgroundFilledSuccessHover","success100","backgroundFilledWarningHover","warning50","backgroundFilledRiskHover","risk80","backgroundFilledDangerHover","danger100","backgroundFilledTextHover","shade100","backgroundFilledPrimaryActive","primary110","backgroundFilledAccentActive","accent110","backgroundFilledAccentSecondaryActive","accentSecondary110","backgroundFilledNeutralActive","neutral110","backgroundFilledSuccessActive","success110","backgroundFilledWarningActive","warning60","backgroundFilledRiskActive","risk90","backgroundFilledDangerActive","danger110","backgroundFilledTextActive","shade110","backgroundEmptyPrimaryHover","backgroundEmptyAccentHover","backgroundEmptyAccentSecondaryHover","backgroundEmptyNeutralHover","backgroundEmptySuccessHover","backgroundEmptyWarningHover","backgroundEmptyRiskHover","backgroundEmptyDangerHover","backgroundEmptyTextHover","backgroundEmptyPrimaryActive","backgroundEmptyAccentActive","backgroundEmptyAccentSecondaryActive","backgroundEmptyNeutralActive","backgroundEmptySuccessActive","backgroundEmptyWarningActive","backgroundEmptyRiskActive","backgroundEmptyDangerActive","backgroundEmptyTextActive","textColorPrimary","_ref41","_ref42","textPrimary","textColorAccent","_ref43","_ref44","textAccent","textColorAccentSecondary","_ref45","_ref46","textAccentSecondary","textColorNeutral","_ref47","_ref48","textNeutral","textColorSuccess","_ref49","_ref50","textSuccess","textColorWarning","_ref51","_ref52","textWarning","textColorRisk","_ref53","_ref54","textRisk","textColorDanger","_ref55","_ref56","textDanger","textColorText","_ref57","_ref58","textParagraph","textColorDisabled","_ref59","_ref60","textDisabled","textColorFilledPrimary","_ref61","_ref62","textInverse","textColorFilledAccent","_ref63","_ref64","textColorFilledAccentSecondary","_ref65","_ref66","textColorFilledNeutral","_ref67","_ref68","textColorFilledSuccess","_ref69","_ref70","textColorFilledWarning","warning110","textColorFilledRisk","_ref71","_ref72","textColorFilledDanger","_ref73","_ref74","textColorFilledText","_ref75","_ref76","textColorFilledDisabled","_ref77","_ref78","_dark_buttons","warning60Alpha12","risk60Alpha12","plainLightAlpha12","primary70Alpha20","accent70Alpha20","accentSecondary70Alpha20","neutral70Alpha20","success70Alpha20","danger70Alpha20","plainLightAlpha16","primary70","accent70","accentSecondary70","neutral70","success70","risk60","danger70","shade70","primary80","accent80","accentSecondary80","neutral80","success80","risk70","danger80","shade80","buttons","exports","LIGHT","DARK"],"sources":["../../../src/variables/_buttons.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 {\n _EuiThemeButton,\n EuiThemeVariantFlags,\n ColorModeSwitch,\n computed,\n} from '@elastic/eui-theme-common';\nimport { SEMANTIC_COLORS } from './colors/_semantic_colors';\n\nconst getTokenByVariant = (\n buttonVariant: EuiThemeVariantFlags['buttonVariant'],\n tokens: {\n classic: ColorModeSwitch;\n refresh: ColorModeSwitch;\n }\n) => {\n switch (buttonVariant) {\n case 'refresh':\n return tokens.refresh;\n default: {\n return tokens.classic;\n }\n }\n};\n\nconst _buttons = {\n backgroundPrimary: computed(\n ([backgroundLightPrimary]) => backgroundLightPrimary,\n ['colors.backgroundLightPrimary']\n ),\n backgroundAccent: computed(\n ([backgroundLightAccent]) => backgroundLightAccent,\n ['colors.backgroundLightAccent']\n ),\n backgroundAccentSecondary: computed(\n ([backgroundLightAccentSecondary]) => backgroundLightAccentSecondary,\n ['colors.backgroundLightAccentSecondary']\n ),\n backgroundNeutral: computed(\n ([backgroundLightNeutral]) => backgroundLightNeutral,\n ['colors.backgroundLightNeutral']\n ),\n backgroundSuccess: computed(\n ([backgroundLightSuccess]) => backgroundLightSuccess,\n ['colors.backgroundLightSuccess']\n ),\n backgroundWarning: computed(\n ([backgroundLightWarning]) => backgroundLightWarning,\n ['colors.backgroundLightWarning']\n ),\n backgroundRisk: computed(\n ([backgroundLightRisk]) => backgroundLightRisk,\n ['colors.backgroundLightRisk']\n ),\n backgroundDanger: computed(\n ([backgroundLightDanger]) => backgroundLightDanger,\n ['colors.backgroundLightDanger']\n ),\n backgroundText: computed(\n ([buttonVariant, backgroundBasePlain, backgroundLightText]) => {\n return getTokenByVariant(buttonVariant, {\n refresh: backgroundBasePlain,\n classic: backgroundLightText,\n });\n },\n [\n 'flags.buttonVariant',\n 'colors.backgroundBasePlain',\n 'colors.backgroundLightText',\n ]\n ),\n backgroundDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundPrimaryHover: SEMANTIC_COLORS.primary70Alpha12,\n backgroundAccentHover: SEMANTIC_COLORS.accent70Alpha12,\n backgroundAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha12,\n backgroundNeutralHover: SEMANTIC_COLORS.neutral70Alpha12,\n backgroundSuccessHover: SEMANTIC_COLORS.success70Alpha12,\n backgroundWarningHover: SEMANTIC_COLORS.warning60Alpha16,\n backgroundRiskHover: SEMANTIC_COLORS.risk60Alpha16,\n backgroundDangerHover: SEMANTIC_COLORS.danger70Alpha12,\n backgroundTextHover: SEMANTIC_COLORS.primary100Alpha8,\n\n backgroundPrimaryActive: SEMANTIC_COLORS.primary70Alpha16,\n backgroundAccentActive: SEMANTIC_COLORS.accent70Alpha16,\n backgroundAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundNeutralActive: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundSuccessActive: SEMANTIC_COLORS.success70Alpha16,\n backgroundWarningActive: SEMANTIC_COLORS.warning60Alpha20,\n backgroundRiskActive: SEMANTIC_COLORS.risk60Alpha20,\n backgroundDangerActive: SEMANTIC_COLORS.danger70Alpha16,\n backgroundTextActive: SEMANTIC_COLORS.primary100Alpha12,\n\n backgroundFilledPrimary: computed(\n ([backgroundFilledPrimary]) => backgroundFilledPrimary,\n ['colors.backgroundFilledPrimary']\n ),\n backgroundFilledAccent: computed(\n ([backgroundFilledAccent]) => backgroundFilledAccent,\n ['colors.backgroundFilledAccent']\n ),\n backgroundFilledAccentSecondary: computed(\n ([backgroundFilledAccentSecondary]) => backgroundFilledAccentSecondary,\n ['colors.backgroundFilledAccentSecondary']\n ),\n backgroundFilledNeutral: computed(\n ([backgroundFilledNeutral]) => backgroundFilledNeutral,\n ['colors.backgroundFilledNeutral']\n ),\n backgroundFilledSuccess: computed(\n ([backgroundFilledSuccess]) => backgroundFilledSuccess,\n ['colors.backgroundFilledSuccess']\n ),\n backgroundFilledWarning: computed(\n ([backgroundFilledWarning]) => backgroundFilledWarning,\n ['colors.backgroundFilledWarning']\n ),\n backgroundFilledRisk: computed(\n ([backgroundFilledRisk]) => backgroundFilledRisk,\n ['colors.backgroundFilledRisk']\n ),\n backgroundFilledDanger: computed(\n ([backgroundFilledDanger]) => backgroundFilledDanger,\n ['colors.backgroundFilledDanger']\n ),\n backgroundFilledText: computed(\n ([backgroundFilledText]) => backgroundFilledText,\n ['colors.backgroundFilledText']\n ),\n backgroundFilledDisabled: computed(\n ([backgroundBaseDisabled]) => backgroundBaseDisabled,\n ['colors.backgroundBaseDisabled']\n ),\n\n backgroundFilledPrimaryHover: SEMANTIC_COLORS.primary100,\n backgroundFilledAccentHover: SEMANTIC_COLORS.accent100,\n backgroundFilledAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary100,\n backgroundFilledNeutralHover: SEMANTIC_COLORS.neutral100,\n backgroundFilledSuccessHover: SEMANTIC_COLORS.success100,\n backgroundFilledWarningHover: SEMANTIC_COLORS.warning50,\n backgroundFilledRiskHover: SEMANTIC_COLORS.risk80,\n backgroundFilledDangerHover: SEMANTIC_COLORS.danger100,\n backgroundFilledTextHover: SEMANTIC_COLORS.shade100,\n\n backgroundFilledPrimaryActive: SEMANTIC_COLORS.primary110,\n backgroundFilledAccentActive: SEMANTIC_COLORS.accent110,\n backgroundFilledAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary110,\n backgroundFilledNeutralActive: SEMANTIC_COLORS.neutral110,\n backgroundFilledSuccessActive: SEMANTIC_COLORS.success110,\n backgroundFilledWarningActive: SEMANTIC_COLORS.warning60,\n backgroundFilledRiskActive: SEMANTIC_COLORS.risk90,\n backgroundFilledDangerActive: SEMANTIC_COLORS.danger110,\n backgroundFilledTextActive: SEMANTIC_COLORS.shade110,\n\n backgroundEmptyPrimaryHover: SEMANTIC_COLORS.primary70Alpha12,\n backgroundEmptyAccentHover: SEMANTIC_COLORS.accent70Alpha12,\n backgroundEmptyAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha12,\n backgroundEmptyNeutralHover: SEMANTIC_COLORS.neutral70Alpha12,\n backgroundEmptySuccessHover: SEMANTIC_COLORS.success70Alpha12,\n backgroundEmptyWarningHover: SEMANTIC_COLORS.warning60Alpha16,\n backgroundEmptyRiskHover: SEMANTIC_COLORS.risk60Alpha16,\n backgroundEmptyDangerHover: SEMANTIC_COLORS.danger70Alpha12,\n backgroundEmptyTextHover: SEMANTIC_COLORS.primary100Alpha8,\n\n backgroundEmptyPrimaryActive: SEMANTIC_COLORS.primary70Alpha16,\n backgroundEmptyAccentActive: SEMANTIC_COLORS.accent70Alpha16,\n backgroundEmptyAccentSecondaryActive:\n SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundEmptyNeutralActive: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundEmptySuccessActive: SEMANTIC_COLORS.success70Alpha16,\n backgroundEmptyWarningActive: SEMANTIC_COLORS.warning60Alpha20,\n backgroundEmptyRiskActive: SEMANTIC_COLORS.risk60Alpha20,\n backgroundEmptyDangerActive: SEMANTIC_COLORS.danger70Alpha16,\n backgroundEmptyTextActive: SEMANTIC_COLORS.primary100Alpha12,\n\n textColorPrimary: computed(\n ([textPrimary]) => textPrimary,\n ['colors.textPrimary']\n ),\n textColorAccent: computed(\n ([textAccent]) => textAccent,\n ['colors.textAccent']\n ),\n textColorAccentSecondary: computed(\n ([textAccentSecondary]) => textAccentSecondary,\n ['colors.textAccentSecondary']\n ),\n textColorNeutral: computed(\n ([textNeutral]) => textNeutral,\n ['colors.textNeutral']\n ),\n textColorSuccess: computed(\n ([textSuccess]) => textSuccess,\n ['colors.textSuccess']\n ),\n textColorWarning: computed(\n ([textWarning]) => textWarning,\n ['colors.textWarning']\n ),\n textColorRisk: computed(([textRisk]) => textRisk, ['colors.textRisk']),\n textColorDanger: computed(\n ([textDanger]) => textDanger,\n ['colors.textDanger']\n ),\n textColorText: computed(\n ([textParagraph]) => textParagraph,\n ['colors.textParagraph']\n ),\n textColorDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n\n textColorFilledPrimary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccent: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledAccentSecondary: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledNeutral: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledSuccess: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n textColorFilledRisk: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDanger: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledText: computed(\n ([textInverse]) => textInverse,\n ['colors.textInverse']\n ),\n textColorFilledDisabled: computed(\n ([textDisabled]) => textDisabled,\n ['colors.textDisabled']\n ),\n};\n\nconst _dark_buttons = {\n ..._buttons,\n\n backgroundPrimaryHover: SEMANTIC_COLORS.primary70Alpha16,\n backgroundAccentHover: SEMANTIC_COLORS.accent70Alpha16,\n backgroundAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundNeutralHover: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundSuccessHover: SEMANTIC_COLORS.success70Alpha16,\n backgroundWarningHover: SEMANTIC_COLORS.warning60Alpha12,\n backgroundRiskHover: SEMANTIC_COLORS.risk60Alpha12,\n backgroundDangerHover: SEMANTIC_COLORS.danger70Alpha16,\n backgroundTextHover: SEMANTIC_COLORS.plainLightAlpha12,\n\n backgroundPrimaryActive: SEMANTIC_COLORS.primary70Alpha20,\n backgroundAccentActive: SEMANTIC_COLORS.accent70Alpha20,\n backgroundAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary70Alpha20,\n backgroundNeutralActive: SEMANTIC_COLORS.neutral70Alpha20,\n backgroundSuccessActive: SEMANTIC_COLORS.success70Alpha20,\n backgroundWarningActive: SEMANTIC_COLORS.warning60Alpha16,\n backgroundRiskActive: SEMANTIC_COLORS.risk60Alpha16,\n backgroundDangerActive: SEMANTIC_COLORS.danger70Alpha20,\n backgroundTextActive: SEMANTIC_COLORS.plainLightAlpha16,\n\n backgroundFilledPrimaryHover: SEMANTIC_COLORS.primary70,\n backgroundFilledAccentHover: SEMANTIC_COLORS.accent70,\n backgroundFilledAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70,\n backgroundFilledNeutralHover: SEMANTIC_COLORS.neutral70,\n backgroundFilledSuccessHover: SEMANTIC_COLORS.success70,\n backgroundFilledWarningHover: SEMANTIC_COLORS.warning50,\n backgroundFilledRiskHover: SEMANTIC_COLORS.risk60,\n backgroundFilledDangerHover: SEMANTIC_COLORS.danger70,\n backgroundFilledTextHover: SEMANTIC_COLORS.shade70,\n\n backgroundFilledPrimaryActive: SEMANTIC_COLORS.primary80,\n backgroundFilledAccentActive: SEMANTIC_COLORS.accent80,\n backgroundFilledAccentSecondaryActive: SEMANTIC_COLORS.accentSecondary80,\n backgroundFilledNeutralActive: SEMANTIC_COLORS.neutral80,\n backgroundFilledSuccessActive: SEMANTIC_COLORS.success80,\n backgroundFilledWarningActive: SEMANTIC_COLORS.warning60,\n backgroundFilledRiskActive: SEMANTIC_COLORS.risk70,\n backgroundFilledDangerActive: SEMANTIC_COLORS.danger80,\n backgroundFilledTextActive: SEMANTIC_COLORS.shade80,\n\n backgroundEmptyPrimaryHover: SEMANTIC_COLORS.primary70Alpha16,\n backgroundEmptyAccentHover: SEMANTIC_COLORS.accent70Alpha16,\n backgroundEmptyAccentSecondaryHover: SEMANTIC_COLORS.accentSecondary70Alpha16,\n backgroundEmptyNeutralHover: SEMANTIC_COLORS.neutral70Alpha16,\n backgroundEmptySuccessHover: SEMANTIC_COLORS.success70Alpha16,\n backgroundEmptyWarningHover: SEMANTIC_COLORS.warning60Alpha12,\n backgroundEmptyRiskHover: SEMANTIC_COLORS.risk60Alpha12,\n backgroundEmptyDangerHover: SEMANTIC_COLORS.danger70Alpha16,\n backgroundEmptyTextHover: SEMANTIC_COLORS.plainLightAlpha12,\n\n backgroundEmptyPrimaryActive: SEMANTIC_COLORS.primary70Alpha20,\n backgroundEmptyAccentActive: SEMANTIC_COLORS.accent70Alpha20,\n backgroundEmptyAccentSecondaryActive:\n SEMANTIC_COLORS.accentSecondary70Alpha20,\n backgroundEmptySuccessActive: SEMANTIC_COLORS.success70Alpha20,\n backgroundEmptyNeutralActive: SEMANTIC_COLORS.neutral70Alpha20,\n backgroundEmptyWarningActive: SEMANTIC_COLORS.warning60Alpha16,\n backgroundEmptyRiskActive: SEMANTIC_COLORS.risk60Alpha16,\n backgroundEmptyDangerActive: SEMANTIC_COLORS.danger70Alpha20,\n backgroundEmptyTextActive: SEMANTIC_COLORS.plainLightAlpha16,\n\n textColorFilledWarning: SEMANTIC_COLORS.warning110,\n};\n\nexport const buttons: _EuiThemeButton = {\n LIGHT: _buttons,\n DARK: _dark_buttons,\n};\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../../src/variables/_components.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,2BAA2B,CAAC;AA2TnC,eAAO,MAAM,UAAU,EAAE,mBA6CxB,CAAC"}
1
+ {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../../src/variables/_components.ts"],"names":[],"mappings":"AAQA,OAAO,EAEL,mBAAmB,EAEpB,MAAM,2BAA2B,CAAC;AAwTnC,eAAO,MAAM,UAAU,EAAE,mBAiDxB,CAAC"}