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