@salutejs/sdds-cs 0.322.0-canary.2072.16118137593.0 → 0.322.0-canary.2072.16143967683.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.
@@ -32,6 +32,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
32
32
|
labelPlacement?: "inner" | "outer";
|
33
33
|
titleCaption?: import("react").ReactNode;
|
34
34
|
headerSlot?: import("react").ReactNode;
|
35
|
+
enableHeaderDivider?: boolean;
|
36
|
+
applyHeaderDefaultPaddings?: boolean;
|
35
37
|
contentRight?: React.ReactElement;
|
36
38
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
37
39
|
helperText?: string;
|
@@ -77,6 +79,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
77
79
|
labelPlacement?: "inner" | "outer";
|
78
80
|
titleCaption?: import("react").ReactNode;
|
79
81
|
headerSlot?: import("react").ReactNode;
|
82
|
+
enableHeaderDivider?: boolean;
|
83
|
+
applyHeaderDefaultPaddings?: boolean;
|
80
84
|
contentRight?: React.ReactElement;
|
81
85
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
82
86
|
helperText?: string;
|
@@ -122,6 +126,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
122
126
|
labelPlacement?: "inner" | "outer";
|
123
127
|
titleCaption?: import("react").ReactNode;
|
124
128
|
headerSlot?: import("react").ReactNode;
|
129
|
+
enableHeaderDivider?: boolean;
|
130
|
+
applyHeaderDefaultPaddings?: boolean;
|
125
131
|
contentRight?: React.ReactElement;
|
126
132
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
127
133
|
helperText?: string;
|
@@ -167,6 +173,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
167
173
|
labelPlacement?: "inner" | "outer";
|
168
174
|
titleCaption?: import("react").ReactNode;
|
169
175
|
headerSlot?: import("react").ReactNode;
|
176
|
+
enableHeaderDivider?: boolean;
|
177
|
+
applyHeaderDefaultPaddings?: boolean;
|
170
178
|
contentRight?: React.ReactElement;
|
171
179
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
172
180
|
helperText?: string;
|
@@ -212,6 +220,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
212
220
|
labelPlacement?: "inner" | "outer";
|
213
221
|
titleCaption?: import("react").ReactNode;
|
214
222
|
headerSlot?: import("react").ReactNode;
|
223
|
+
enableHeaderDivider?: boolean;
|
224
|
+
applyHeaderDefaultPaddings?: boolean;
|
215
225
|
contentRight?: React.ReactElement;
|
216
226
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
217
227
|
helperText?: string;
|
@@ -257,6 +267,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
257
267
|
labelPlacement?: "inner" | "outer";
|
258
268
|
titleCaption?: import("react").ReactNode;
|
259
269
|
headerSlot?: import("react").ReactNode;
|
270
|
+
enableHeaderDivider?: boolean;
|
271
|
+
applyHeaderDefaultPaddings?: boolean;
|
260
272
|
contentRight?: React.ReactElement;
|
261
273
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
262
274
|
helperText?: string;
|
@@ -302,6 +314,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
302
314
|
labelPlacement?: "inner" | "outer";
|
303
315
|
titleCaption?: import("react").ReactNode;
|
304
316
|
headerSlot?: import("react").ReactNode;
|
317
|
+
enableHeaderDivider?: boolean;
|
318
|
+
applyHeaderDefaultPaddings?: boolean;
|
305
319
|
contentRight?: React.ReactElement;
|
306
320
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
307
321
|
helperText?: string;
|
@@ -347,6 +361,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
347
361
|
labelPlacement?: "inner" | "outer";
|
348
362
|
titleCaption?: import("react").ReactNode;
|
349
363
|
headerSlot?: import("react").ReactNode;
|
364
|
+
enableHeaderDivider?: boolean;
|
365
|
+
applyHeaderDefaultPaddings?: boolean;
|
350
366
|
contentRight?: React.ReactElement;
|
351
367
|
resize?: "none" | "both" | "horizontal" | "vertical";
|
352
368
|
helperText?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.322.0-canary.2072.
|
3
|
+
"version": "0.322.0-canary.2072.16143967683.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,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.330.0-canary.2072.
|
33
|
+
"@salutejs/plasma-new-hope": "0.330.0-canary.2072.16143967683.0",
|
34
34
|
"@salutejs/sdds-themes": "0.41.0-dev.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
57
|
"@salutejs/plasma-core": "1.201.0-dev.0",
|
58
58
|
"@salutejs/plasma-cy-utils": "0.132.0-dev.0",
|
59
|
-
"@salutejs/plasma-icons": "1.
|
59
|
+
"@salutejs/plasma-icons": "1.220.0-canary.2072.16143967683.0",
|
60
60
|
"@salutejs/plasma-sb-utils": "0.202.0-dev.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "0757d553c1f4cb13c7e241a3a67204ffe85bc79d"
|
127
127
|
}
|