@elastic/eui-theme-common 6.0.0 → 7.0.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.
@@ -234,6 +234,7 @@ export declare type _EuiThemeBorderColors = {
234
234
  borderBaseDanger: ColorModeSwitch;
235
235
  borderBasePlain: ColorModeSwitch;
236
236
  borderBaseSubdued: ColorModeSwitch;
237
+ borderBaseProminent: ColorModeSwitch;
237
238
  borderBaseDisabled: ColorModeSwitch;
238
239
  /**
239
240
  * Border used for floating elements on dark mode (e.g. popovers or tooltips)
@@ -241,8 +242,8 @@ export declare type _EuiThemeBorderColors = {
241
242
  */
242
243
  borderBaseFloating: ColorModeSwitch;
243
244
  borderBaseFormsColorSwatch: ColorModeSwitch;
244
- borderBaseFormsControl: ColorModeSwitch;
245
245
  borderInteractiveFormsHoverPlain: ColorModeSwitch;
246
+ borderInteractiveFormsHoverProminent: ColorModeSwitch;
246
247
  borderInteractiveFormsHoverDanger: ColorModeSwitch;
247
248
  borderStrongPrimary: ColorModeSwitch;
248
249
  borderStrongAccent: ColorModeSwitch;
@@ -234,6 +234,7 @@ export declare type _EuiThemeBorderColors = {
234
234
  borderBaseDanger: ColorModeSwitch;
235
235
  borderBasePlain: ColorModeSwitch;
236
236
  borderBaseSubdued: ColorModeSwitch;
237
+ borderBaseProminent: ColorModeSwitch;
237
238
  borderBaseDisabled: ColorModeSwitch;
238
239
  /**
239
240
  * Border used for floating elements on dark mode (e.g. popovers or tooltips)
@@ -241,8 +242,8 @@ export declare type _EuiThemeBorderColors = {
241
242
  */
242
243
  borderBaseFloating: ColorModeSwitch;
243
244
  borderBaseFormsColorSwatch: ColorModeSwitch;
244
- borderBaseFormsControl: ColorModeSwitch;
245
245
  borderInteractiveFormsHoverPlain: ColorModeSwitch;
246
+ borderInteractiveFormsHoverProminent: ColorModeSwitch;
246
247
  borderInteractiveFormsHoverDanger: ColorModeSwitch;
247
248
  borderStrongPrimary: ColorModeSwitch;
248
249
  borderStrongAccent: ColorModeSwitch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elastic/eui-theme-common",
3
- "version": "6.0.0",
3
+ "version": "7.0.0",
4
4
  "description": "EUI theme common",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "scripts": {