@elastic/eui-theme-common 7.2.0 → 7.3.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.
@@ -110,6 +110,8 @@ export declare type _EuiThemeComponentColors = {
110
110
  tooltipBorder: ColorModeSwitch;
111
111
  tooltipBorderFloating: ColorModeSwitch;
112
112
  tourFooterBackground: ColorModeSwitch;
113
+ tourStepIndicatorInactiveColor: ColorModeSwitch;
114
+ tourStepIndicatorActiveColor: ColorModeSwitch;
113
115
  treeViewItemBackgroundHover: ColorModeSwitch;
114
116
  };
115
117
  export declare type _EuiThemeComponents = {
@@ -110,6 +110,8 @@ export declare type _EuiThemeComponentColors = {
110
110
  tooltipBorder: ColorModeSwitch;
111
111
  tooltipBorderFloating: ColorModeSwitch;
112
112
  tourFooterBackground: ColorModeSwitch;
113
+ tourStepIndicatorInactiveColor: ColorModeSwitch;
114
+ tourStepIndicatorActiveColor: ColorModeSwitch;
113
115
  treeViewItemBackgroundHover: ColorModeSwitch;
114
116
  };
115
117
  export declare type _EuiThemeComponents = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-common",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "description": "EUI theme common",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {