@elastic/eui-theme-common 8.1.0 → 9.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.
@@ -275,8 +275,6 @@ export declare type _EuiThemeVisColors = {
275
275
  euiColorVis7: string;
276
276
  euiColorVis8: string;
277
277
  euiColorVis9: string;
278
- euiColorVis10: string;
279
- euiColorVis11: string;
280
278
  /** @deprecated - temp token; used only during theme migration */
281
279
  euiColorVisBehindText0: string;
282
280
  /** @deprecated - temp token; used only during theme migration */
@@ -297,10 +295,6 @@ export declare type _EuiThemeVisColors = {
297
295
  euiColorVisBehindText8: string;
298
296
  /** @deprecated - temp token; used only during theme migration */
299
297
  euiColorVisBehindText9: string;
300
- /** @deprecated - temp token; used only during theme migration */
301
- euiColorVisBehindText10: string;
302
- /** @deprecated - temp token; used only during theme migration */
303
- euiColorVisBehindText11: string;
304
298
  euiColorVisText0: string;
305
299
  euiColorVisText1: string;
306
300
  euiColorVisText2: string;
@@ -311,8 +305,6 @@ export declare type _EuiThemeVisColors = {
311
305
  euiColorVisText7: string;
312
306
  euiColorVisText8: string;
313
307
  euiColorVisText9: string;
314
- euiColorVisText10: string;
315
- euiColorVisText11: string;
316
308
  euiColorVisNeutral0: string;
317
309
  euiColorVisNeutral1: string;
318
310
  euiColorVisSuccess0: string;
@@ -323,7 +315,6 @@ export declare type _EuiThemeVisColors = {
323
315
  euiColorVisRisk1: string;
324
316
  euiColorVisDanger0: string;
325
317
  euiColorVisDanger1: string;
326
- euiColorVisAssistance: string;
327
318
  euiColorVisBase0: string;
328
319
  euiColorVisGrey0: string;
329
320
  euiColorVisGrey1: string;
@@ -345,7 +336,6 @@ export declare type _EuiThemeSeverityColors = {
345
336
  warning: string;
346
337
  risk: string;
347
338
  danger: string;
348
- assistance: string;
349
339
  };
350
340
  export declare type _EuiThemeConstantColors = {
351
341
  plainLight: string;
@@ -275,8 +275,6 @@ export declare type _EuiThemeVisColors = {
275
275
  euiColorVis7: string;
276
276
  euiColorVis8: string;
277
277
  euiColorVis9: string;
278
- euiColorVis10: string;
279
- euiColorVis11: string;
280
278
  /** @deprecated - temp token; used only during theme migration */
281
279
  euiColorVisBehindText0: string;
282
280
  /** @deprecated - temp token; used only during theme migration */
@@ -297,10 +295,6 @@ export declare type _EuiThemeVisColors = {
297
295
  euiColorVisBehindText8: string;
298
296
  /** @deprecated - temp token; used only during theme migration */
299
297
  euiColorVisBehindText9: string;
300
- /** @deprecated - temp token; used only during theme migration */
301
- euiColorVisBehindText10: string;
302
- /** @deprecated - temp token; used only during theme migration */
303
- euiColorVisBehindText11: string;
304
298
  euiColorVisText0: string;
305
299
  euiColorVisText1: string;
306
300
  euiColorVisText2: string;
@@ -311,8 +305,6 @@ export declare type _EuiThemeVisColors = {
311
305
  euiColorVisText7: string;
312
306
  euiColorVisText8: string;
313
307
  euiColorVisText9: string;
314
- euiColorVisText10: string;
315
- euiColorVisText11: string;
316
308
  euiColorVisNeutral0: string;
317
309
  euiColorVisNeutral1: string;
318
310
  euiColorVisSuccess0: string;
@@ -323,7 +315,6 @@ export declare type _EuiThemeVisColors = {
323
315
  euiColorVisRisk1: string;
324
316
  euiColorVisDanger0: string;
325
317
  euiColorVisDanger1: string;
326
- euiColorVisAssistance: string;
327
318
  euiColorVisBase0: string;
328
319
  euiColorVisGrey0: string;
329
320
  euiColorVisGrey1: string;
@@ -345,7 +336,6 @@ export declare type _EuiThemeSeverityColors = {
345
336
  warning: string;
346
337
  risk: string;
347
338
  danger: string;
348
- assistance: string;
349
339
  };
350
340
  export declare type _EuiThemeConstantColors = {
351
341
  plainLight: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-common",
3
- "version": "8.1.0",
3
+ "version": "9.0.0",
4
4
  "description": "EUI theme common",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {