@salutejs/plasma-web 1.588.0-canary.2094.16443295334.0 → 1.588.0-canary.2097.16444622079.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.
@@ -74,6 +74,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
74
74
  } & {
75
75
  clear?: undefined;
76
76
  hasDivider?: undefined;
77
+ } & {
78
+ labelAriaHidden: boolean;
77
79
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
78
80
  status?: "" | "success" | "warning" | "error";
79
81
  label?: string;
@@ -119,6 +121,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
119
121
  } & {
120
122
  clear?: undefined;
121
123
  hasDivider?: undefined;
124
+ } & {
125
+ labelAriaHidden: boolean;
122
126
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
123
127
  status?: "" | "success" | "warning" | "error";
124
128
  label?: string;
@@ -164,6 +168,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
164
168
  } & {
165
169
  clear?: undefined;
166
170
  hasDivider?: undefined;
171
+ } & {
172
+ labelAriaHidden: boolean;
167
173
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
168
174
  status?: "" | "success" | "warning" | "error";
169
175
  label?: string;
@@ -209,6 +215,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
209
215
  } & {
210
216
  height?: undefined;
211
217
  width?: undefined;
218
+ } & {
219
+ labelAriaHidden: boolean;
212
220
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
213
221
  status?: "" | "success" | "warning" | "error";
214
222
  label?: string;
@@ -254,6 +262,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
254
262
  } & {
255
263
  clear?: undefined;
256
264
  hasDivider?: undefined;
265
+ } & {
266
+ labelAriaHidden: boolean;
257
267
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
258
268
  status?: "" | "success" | "warning" | "error";
259
269
  label?: string;
@@ -299,6 +309,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
299
309
  } & {
300
310
  clear?: undefined;
301
311
  hasDivider?: undefined;
312
+ } & {
313
+ labelAriaHidden: boolean;
302
314
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
303
315
  status?: "" | "success" | "warning" | "error";
304
316
  label?: string;
@@ -344,6 +356,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
344
356
  } & {
345
357
  clear?: undefined;
346
358
  hasDivider?: undefined;
359
+ } & {
360
+ labelAriaHidden: boolean;
347
361
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
348
362
  status?: "" | "success" | "warning" | "error";
349
363
  label?: string;
@@ -389,4 +403,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
389
403
  } & {
390
404
  height?: undefined;
391
405
  width?: undefined;
406
+ } & {
407
+ labelAriaHidden: boolean;
392
408
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.588.0-canary.2094.16443295334.0",
3
+ "version": "1.588.0-canary.2097.16444622079.0",
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",
@@ -19,10 +19,10 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.202.0-canary.2094.16443295334.0",
23
- "@salutejs/plasma-hope": "1.347.0-canary.2094.16443295334.0",
24
- "@salutejs/plasma-new-hope": "0.330.0-canary.2094.16443295334.0",
25
- "@salutejs/plasma-themes": "0.35.0-canary.2094.16443295334.0",
22
+ "@salutejs/plasma-core": "1.201.0",
23
+ "@salutejs/plasma-hope": "1.347.0-canary.2097.16444622079.0",
24
+ "@salutejs/plasma-new-hope": "0.330.0-canary.2097.16444622079.0",
25
+ "@salutejs/plasma-themes": "0.34.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.50.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.61.0",
28
28
  "@salutejs/plasma-tokens-web": "1.65.0",
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.15.0",
52
- "@salutejs/plasma-cy-utils": "0.133.0-canary.2094.16443295334.0",
53
- "@salutejs/plasma-icons": "1.221.0-canary.2094.16443295334.0",
54
- "@salutejs/plasma-sb-utils": "0.203.0-canary.2094.16443295334.0",
52
+ "@salutejs/plasma-cy-utils": "0.132.0",
53
+ "@salutejs/plasma-icons": "1.221.0-canary.2097.16444622079.0",
54
+ "@salutejs/plasma-sb-utils": "0.202.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "046fff51d4823a98cb2d061ec3dc393610f611be"
114
+ "gitHead": "b6daab4458f93bddfb219bc015b4c74ac3e2ea8a"
115
115
  }