@salutejs/sdds-cs 0.331.0-canary.2290.18714116275.0 → 0.331.0-canary.2292.18716856420.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.
|
@@ -42,7 +42,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
42
42
|
required?: boolean;
|
|
43
43
|
requiredPlacement?: "left" | "right";
|
|
44
44
|
optional?: boolean;
|
|
45
|
-
optionalText?: string;
|
|
46
45
|
hasRequiredIndicator?: boolean;
|
|
47
46
|
} & {
|
|
48
47
|
hintText: string;
|
|
@@ -90,7 +89,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
90
89
|
required?: boolean;
|
|
91
90
|
requiredPlacement?: "left" | "right";
|
|
92
91
|
optional?: boolean;
|
|
93
|
-
optionalText?: string;
|
|
94
92
|
hasRequiredIndicator?: boolean;
|
|
95
93
|
} & {
|
|
96
94
|
hintText: string;
|
|
@@ -138,7 +136,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
138
136
|
required?: boolean;
|
|
139
137
|
requiredPlacement?: "left" | "right";
|
|
140
138
|
optional?: boolean;
|
|
141
|
-
optionalText?: string;
|
|
142
139
|
hasRequiredIndicator?: boolean;
|
|
143
140
|
} & {
|
|
144
141
|
hintText: string;
|
|
@@ -186,7 +183,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
186
183
|
required?: boolean;
|
|
187
184
|
requiredPlacement?: "left" | "right";
|
|
188
185
|
optional?: boolean;
|
|
189
|
-
optionalText?: string;
|
|
190
186
|
hasRequiredIndicator?: boolean;
|
|
191
187
|
} & {
|
|
192
188
|
hintText: string;
|
|
@@ -234,7 +230,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
234
230
|
required?: boolean;
|
|
235
231
|
requiredPlacement?: "left" | "right";
|
|
236
232
|
optional?: boolean;
|
|
237
|
-
optionalText?: string;
|
|
238
233
|
hasRequiredIndicator?: boolean;
|
|
239
234
|
} & {
|
|
240
235
|
hintText?: never;
|
|
@@ -282,7 +277,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
282
277
|
required?: boolean;
|
|
283
278
|
requiredPlacement?: "left" | "right";
|
|
284
279
|
optional?: boolean;
|
|
285
|
-
optionalText?: string;
|
|
286
280
|
hasRequiredIndicator?: boolean;
|
|
287
281
|
} & {
|
|
288
282
|
hintText?: never;
|
|
@@ -330,7 +324,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
330
324
|
required?: boolean;
|
|
331
325
|
requiredPlacement?: "left" | "right";
|
|
332
326
|
optional?: boolean;
|
|
333
|
-
optionalText?: string;
|
|
334
327
|
hasRequiredIndicator?: boolean;
|
|
335
328
|
} & {
|
|
336
329
|
hintText?: never;
|
|
@@ -378,7 +371,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
378
371
|
required?: boolean;
|
|
379
372
|
requiredPlacement?: "left" | "right";
|
|
380
373
|
optional?: boolean;
|
|
381
|
-
optionalText?: string;
|
|
382
374
|
hasRequiredIndicator?: boolean;
|
|
383
375
|
} & {
|
|
384
376
|
hintText?: never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-cs",
|
|
3
|
-
"version": "0.331.0-canary.
|
|
3
|
+
"version": "0.331.0-canary.2292.18716856420.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",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"directory": "packages/sdds-cs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@salutejs/plasma-new-hope": "0.339.0-canary.
|
|
35
|
-
"@salutejs/sdds-themes": "0.48.0-canary.
|
|
34
|
+
"@salutejs/plasma-new-hope": "0.339.0-canary.2292.18716856420.0",
|
|
35
|
+
"@salutejs/sdds-themes": "0.48.0-canary.2292.18716856420.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@emotion/react": ">=11",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@microsoft/api-extractor": "7.38.3",
|
|
56
56
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
|
57
57
|
"@salutejs/plasma-colors": "0.16.0",
|
|
58
|
-
"@salutejs/plasma-core": "1.209.0-canary.
|
|
59
|
-
"@salutejs/plasma-cy-utils": "0.139.0-canary.
|
|
58
|
+
"@salutejs/plasma-core": "1.209.0-canary.2292.18716856420.0",
|
|
59
|
+
"@salutejs/plasma-cy-utils": "0.139.0-canary.2292.18716856420.0",
|
|
60
60
|
"@salutejs/plasma-icons": "1.225.0",
|
|
61
|
-
"@salutejs/plasma-sb-utils": "0.209.0-canary.
|
|
61
|
+
"@salutejs/plasma-sb-utils": "0.209.0-canary.2292.18716856420.0",
|
|
62
62
|
"@storybook/addon-docs": "8.6.14",
|
|
63
63
|
"@storybook/addon-essentials": "8.6.14",
|
|
64
64
|
"@storybook/manager-api": "8.6.14",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"Anton Vinogradov"
|
|
125
125
|
],
|
|
126
126
|
"sideEffects": false,
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "1286028f61c1d7dcb11e23f22f420a1813d2e0af"
|
|
128
128
|
}
|