@skbkontur/react-ui 5.4.4 → 5.4.6

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.
@@ -829,6 +829,7 @@ export declare class BasicThemeClass {
829
829
  static get menuItemLinkColor(): string;
830
830
  static get menuItemCommentColor(): string;
831
831
  static menuItemCommentOpacity: string;
832
+ static menuItemCommentOpacityHover: string;
832
833
  static get menuItemCommentColorHover(): string;
833
834
  static menuItemDisplay: string;
834
835
  static menuItemPaddingMobile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/react-ui",
3
- "version": "5.4.4",
3
+ "version": "5.4.6",
4
4
  "description": "UI Components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",