@salutejs/plasma-web 1.589.1 → 1.589.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 1.589.1 (28 июля 2025)
2
+
3
+ ## Функциональные изменения в компонентах
4
+
5
+ ### Combobox
6
+
7
+ * исправлен баг, связанный с невозможностью получить актуальное значение поля ввода после ререндера;
8
+
9
+
1
10
  ## 1.589.0 (24 июля 2025)
2
11
 
3
12
  ## Функциональные изменения в компонентах
@@ -75,7 +75,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
75
75
  clear?: undefined;
76
76
  hasDivider?: undefined;
77
77
  } & {
78
- labelAriaHidden: boolean;
78
+ labelAriaHidden?: boolean;
79
79
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
80
80
  status?: "" | "success" | "warning" | "error";
81
81
  label?: string;
@@ -122,7 +122,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
122
122
  clear?: undefined;
123
123
  hasDivider?: undefined;
124
124
  } & {
125
- labelAriaHidden: boolean;
125
+ labelAriaHidden?: boolean;
126
126
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
127
127
  status?: "" | "success" | "warning" | "error";
128
128
  label?: string;
@@ -169,7 +169,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
169
169
  clear?: undefined;
170
170
  hasDivider?: undefined;
171
171
  } & {
172
- labelAriaHidden: boolean;
172
+ labelAriaHidden?: boolean;
173
173
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
174
174
  status?: "" | "success" | "warning" | "error";
175
175
  label?: string;
@@ -216,7 +216,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
216
216
  height?: undefined;
217
217
  width?: undefined;
218
218
  } & {
219
- labelAriaHidden: boolean;
219
+ labelAriaHidden?: boolean;
220
220
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
221
221
  status?: "" | "success" | "warning" | "error";
222
222
  label?: string;
@@ -263,7 +263,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
263
263
  clear?: undefined;
264
264
  hasDivider?: undefined;
265
265
  } & {
266
- labelAriaHidden: boolean;
266
+ labelAriaHidden?: boolean;
267
267
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
268
268
  status?: "" | "success" | "warning" | "error";
269
269
  label?: string;
@@ -310,7 +310,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
310
310
  clear?: undefined;
311
311
  hasDivider?: undefined;
312
312
  } & {
313
- labelAriaHidden: boolean;
313
+ labelAriaHidden?: boolean;
314
314
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
315
315
  status?: "" | "success" | "warning" | "error";
316
316
  label?: string;
@@ -357,7 +357,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
357
357
  clear?: undefined;
358
358
  hasDivider?: undefined;
359
359
  } & {
360
- labelAriaHidden: boolean;
360
+ labelAriaHidden?: boolean;
361
361
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
362
362
  status?: "" | "success" | "warning" | "error";
363
363
  label?: string;
@@ -404,5 +404,5 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
404
404
  height?: undefined;
405
405
  width?: undefined;
406
406
  } & {
407
- labelAriaHidden: boolean;
407
+ labelAriaHidden?: boolean;
408
408
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.589.1",
3
+ "version": "1.589.2",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.203.0",
23
23
  "@salutejs/plasma-hope": "1.348.0",
24
- "@salutejs/plasma-new-hope": "0.331.1",
24
+ "@salutejs/plasma-new-hope": "0.331.2",
25
25
  "@salutejs/plasma-themes": "0.36.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.52.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.63.0",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "8332b18e441bee2a812d59457ca182ce4f552711"
114
+ "gitHead": "dbc2f51fc7979464c75d5f772a476c41e351c00c"
115
115
  }