@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 = {
|