@elastic/eui-theme-common 7.0.0 → 7.1.0-snapshot.1764783610243

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.
@@ -105,6 +105,7 @@ export declare type _EuiThemeComponentColors = {
105
105
  tableRowBackgroundMarked: ColorModeSwitch;
106
106
  tableRowBackgroundMarkedHover: ColorModeSwitch;
107
107
  tableCellSortableIconColor: ColorModeSwitch;
108
+ tableFooterBackground: ColorModeSwitch;
108
109
  tooltipBackground: ColorModeSwitch;
109
110
  tooltipBorder: ColorModeSwitch;
110
111
  tooltipBorderFloating: ColorModeSwitch;
@@ -105,6 +105,7 @@ export declare type _EuiThemeComponentColors = {
105
105
  tableRowBackgroundMarked: ColorModeSwitch;
106
106
  tableRowBackgroundMarkedHover: ColorModeSwitch;
107
107
  tableCellSortableIconColor: ColorModeSwitch;
108
+ tableFooterBackground: ColorModeSwitch;
108
109
  tooltipBackground: ColorModeSwitch;
109
110
  tooltipBorder: ColorModeSwitch;
110
111
  tooltipBorderFloating: ColorModeSwitch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-common",
3
- "version": "7.0.0",
3
+ "version": "7.1.0-snapshot.1764783610243",
4
4
  "description": "EUI theme common",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {
@@ -13,7 +13,8 @@
13
13
  "lint": "yarn tsc --noEmit && yarn lint-es && yarn lint-sass",
14
14
  "lint-es": "eslint --cache src/**/*.ts --max-warnings 0",
15
15
  "lint-sass": "yarn stylelint \"**/*.scss\" --quiet-deprecation-warnings",
16
- "test": "jest ./src",
16
+ "test": "yarn test-unit",
17
+ "test-unit": "jest ./src --passWithNoTests",
17
18
  "pre-push": "yarn lint && yarn test"
18
19
  },
19
20
  "repository": {
@@ -81,5 +82,6 @@
81
82
  ],
82
83
  "installConfig": {
83
84
  "hoistingLimits": "workspaces"
84
- }
85
+ },
86
+ "stableVersion": "7.1.0"
85
87
  }
@@ -1,7 +1,7 @@
1
1
  // Animations
2
2
 
3
3
  $euiAnimSlightBounce: cubic-bezier(.34, 1.61, .7, 1) !default;
4
- $euiAnimSlightResistance: cubic-bezier(.694, .0482, .335, 1) !default;
4
+ $euiAnimSlightResistance: cubic-bezier(.32, .72, 0, 1) !default;
5
5
 
6
6
  $euiAnimSpeedExtraFast: 90ms !default;
7
7
  $euiAnimSpeedFast: 150ms !default;