@salutejs/sdds-cs 0.322.0-canary.2094.16443295334.0 → 0.322.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.
@@ -71,6 +71,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
71
71
|
} & {
|
72
72
|
clear?: undefined;
|
73
73
|
hasDivider?: undefined;
|
74
|
+
} & {
|
75
|
+
labelAriaHidden: boolean;
|
74
76
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
75
77
|
status?: "" | "success" | "warning" | "error";
|
76
78
|
label?: string;
|
@@ -116,6 +118,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
116
118
|
} & {
|
117
119
|
clear?: undefined;
|
118
120
|
hasDivider?: undefined;
|
121
|
+
} & {
|
122
|
+
labelAriaHidden: boolean;
|
119
123
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
120
124
|
status?: "" | "success" | "warning" | "error";
|
121
125
|
label?: string;
|
@@ -161,6 +165,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
161
165
|
} & {
|
162
166
|
clear?: undefined;
|
163
167
|
hasDivider?: undefined;
|
168
|
+
} & {
|
169
|
+
labelAriaHidden: boolean;
|
164
170
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
165
171
|
status?: "" | "success" | "warning" | "error";
|
166
172
|
label?: string;
|
@@ -206,6 +212,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
206
212
|
} & {
|
207
213
|
height?: undefined;
|
208
214
|
width?: undefined;
|
215
|
+
} & {
|
216
|
+
labelAriaHidden: boolean;
|
209
217
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
210
218
|
status?: "" | "success" | "warning" | "error";
|
211
219
|
label?: string;
|
@@ -251,6 +259,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
251
259
|
} & {
|
252
260
|
clear?: undefined;
|
253
261
|
hasDivider?: undefined;
|
262
|
+
} & {
|
263
|
+
labelAriaHidden: boolean;
|
254
264
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
255
265
|
status?: "" | "success" | "warning" | "error";
|
256
266
|
label?: string;
|
@@ -296,6 +306,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
296
306
|
} & {
|
297
307
|
clear?: undefined;
|
298
308
|
hasDivider?: undefined;
|
309
|
+
} & {
|
310
|
+
labelAriaHidden: boolean;
|
299
311
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
300
312
|
status?: "" | "success" | "warning" | "error";
|
301
313
|
label?: string;
|
@@ -341,6 +353,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
341
353
|
} & {
|
342
354
|
clear?: undefined;
|
343
355
|
hasDivider?: undefined;
|
356
|
+
} & {
|
357
|
+
labelAriaHidden: boolean;
|
344
358
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
345
359
|
status?: "" | "success" | "warning" | "error";
|
346
360
|
label?: string;
|
@@ -386,4 +400,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
386
400
|
} & {
|
387
401
|
height?: undefined;
|
388
402
|
width?: undefined;
|
403
|
+
} & {
|
404
|
+
labelAriaHidden: boolean;
|
389
405
|
} & import("react").RefAttributes<HTMLTextAreaElement>))>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.322.0-canary.
|
3
|
+
"version": "0.322.0-canary.2097.16444622079.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.330.0-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.
|
33
|
+
"@salutejs/plasma-new-hope": "0.330.0-canary.2097.16444622079.0",
|
34
|
+
"@salutejs/sdds-themes": "0.41.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.
|
59
|
-
"@salutejs/plasma-icons": "1.221.0-canary.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.
|
57
|
+
"@salutejs/plasma-core": "1.201.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.132.0",
|
59
|
+
"@salutejs/plasma-icons": "1.221.0-canary.2097.16444622079.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.202.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "b6daab4458f93bddfb219bc015b4c74ac3e2ea8a"
|
127
127
|
}
|