@skbkontur/react-ui 5.6.7 → 5.6.8

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.
@@ -1095,6 +1095,7 @@ export declare class BasicThemeClass {
1095
1095
  static get textareaMinHeightSmall(): string;
1096
1096
  static get textareaMinHeightMedium(): string;
1097
1097
  static get textareaMinHeightLarge(): string;
1098
+ /** @deprecated Перестала использоваться с версии `react-ui@5.6.7`. */
1098
1099
  static textareaWidth: string;
1099
1100
  static textareaPaddingXSmall: string;
1100
1101
  static textareaPaddingXMedium: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skbkontur/react-ui",
3
- "version": "5.6.7",
3
+ "version": "5.6.8",
4
4
  "description": "UI Components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "index.js",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@babel/runtime": "^7.24.6",
50
50
  "@emotion/css": "^11.11.2",
51
- "@skbkontur/colors": "^2.1.0",
51
+ "@skbkontur/colors": "2.1.0",
52
52
  "@skbkontur/global-object": "^0.4.4",
53
53
  "@skbkontur/react-imask": "^7.6.5",
54
54
  "eventemitter3": "^5.0.1",