@elastic/eui-theme-common 2.0.0 → 2.2.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.
@@ -16,6 +16,7 @@ export declare type _EuiThemeComponentColors = {
16
16
  codeBackground: ColorModeSwitch;
17
17
  codeBackgroundSelected: ColorModeSwitch;
18
18
  codeColor: ColorModeSwitch;
19
+ codeInlineBackground: ColorModeSwitch;
19
20
  codeInlineColor: ColorModeSwitch;
20
21
  codeCommentColor: ColorModeSwitch;
21
22
  codeSelectorColor: ColorModeSwitch;
@@ -45,6 +46,11 @@ export declare type _EuiThemeComponentColors = {
45
46
  dataGridRowBackgroundHover: ColorModeSwitch;
46
47
  dataGridRowBackgroundSelect: ColorModeSwitch;
47
48
  dataGridRowBackgroundSelectHover: ColorModeSwitch;
49
+ dataGridRowBackgroundMarked: ColorModeSwitch;
50
+ dataGridRowBackgroundMarkedHover: ColorModeSwitch;
51
+ dataGridRowBorderActive: ColorModeSwitch;
52
+ dataGridRowBorderHover: ColorModeSwitch;
53
+ dataGridRowBorderMarked: ColorModeSwitch;
48
54
  dataGridRowStripesBackground: ColorModeSwitch;
49
55
  dataGridRowStripesBackgroundHover: ColorModeSwitch;
50
56
  dataGridRowStripesBackgroundStriped: ColorModeSwitch;
@@ -97,6 +103,8 @@ export declare type _EuiThemeComponentColors = {
97
103
  tableRowBackgroundSelectedHover: ColorModeSwitch;
98
104
  tableRowInteractiveBackgroundHover: ColorModeSwitch;
99
105
  tableRowInteractiveBackgroundFocus: ColorModeSwitch;
106
+ tableRowBackgroundMarked: ColorModeSwitch;
107
+ tableRowBackgroundMarkedHover: ColorModeSwitch;
100
108
  tableCellSortableIconColor: ColorModeSwitch;
101
109
  tooltipBackground: ColorModeSwitch;
102
110
  tooltipBorder: ColorModeSwitch;
@@ -16,6 +16,7 @@ export declare type _EuiThemeComponentColors = {
16
16
  codeBackground: ColorModeSwitch;
17
17
  codeBackgroundSelected: ColorModeSwitch;
18
18
  codeColor: ColorModeSwitch;
19
+ codeInlineBackground: ColorModeSwitch;
19
20
  codeInlineColor: ColorModeSwitch;
20
21
  codeCommentColor: ColorModeSwitch;
21
22
  codeSelectorColor: ColorModeSwitch;
@@ -45,6 +46,11 @@ export declare type _EuiThemeComponentColors = {
45
46
  dataGridRowBackgroundHover: ColorModeSwitch;
46
47
  dataGridRowBackgroundSelect: ColorModeSwitch;
47
48
  dataGridRowBackgroundSelectHover: ColorModeSwitch;
49
+ dataGridRowBackgroundMarked: ColorModeSwitch;
50
+ dataGridRowBackgroundMarkedHover: ColorModeSwitch;
51
+ dataGridRowBorderActive: ColorModeSwitch;
52
+ dataGridRowBorderHover: ColorModeSwitch;
53
+ dataGridRowBorderMarked: ColorModeSwitch;
48
54
  dataGridRowStripesBackground: ColorModeSwitch;
49
55
  dataGridRowStripesBackgroundHover: ColorModeSwitch;
50
56
  dataGridRowStripesBackgroundStriped: ColorModeSwitch;
@@ -97,6 +103,8 @@ export declare type _EuiThemeComponentColors = {
97
103
  tableRowBackgroundSelectedHover: ColorModeSwitch;
98
104
  tableRowInteractiveBackgroundHover: ColorModeSwitch;
99
105
  tableRowInteractiveBackgroundFocus: ColorModeSwitch;
106
+ tableRowBackgroundMarked: ColorModeSwitch;
107
+ tableRowBackgroundMarkedHover: ColorModeSwitch;
100
108
  tableCellSortableIconColor: ColorModeSwitch;
101
109
  tooltipBackground: ColorModeSwitch;
102
110
  tooltipBorder: ColorModeSwitch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-common",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "EUI theme common",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {