@salutejs/sdds-cs 0.331.0-canary.2297.18751153444.0 → 0.331.0-canary.2297.18839116419.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,6 +42,7 @@ 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;
45
46
  hasRequiredIndicator?: boolean;
46
47
  } & {
47
48
  hintText: string;
@@ -89,6 +90,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
89
90
  required?: boolean;
90
91
  requiredPlacement?: "left" | "right";
91
92
  optional?: boolean;
93
+ optionalText?: string;
92
94
  hasRequiredIndicator?: boolean;
93
95
  } & {
94
96
  hintText: string;
@@ -136,6 +138,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
136
138
  required?: boolean;
137
139
  requiredPlacement?: "left" | "right";
138
140
  optional?: boolean;
141
+ optionalText?: string;
139
142
  hasRequiredIndicator?: boolean;
140
143
  } & {
141
144
  hintText: string;
@@ -183,6 +186,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
183
186
  required?: boolean;
184
187
  requiredPlacement?: "left" | "right";
185
188
  optional?: boolean;
189
+ optionalText?: string;
186
190
  hasRequiredIndicator?: boolean;
187
191
  } & {
188
192
  hintText: string;
@@ -230,6 +234,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
230
234
  required?: boolean;
231
235
  requiredPlacement?: "left" | "right";
232
236
  optional?: boolean;
237
+ optionalText?: string;
233
238
  hasRequiredIndicator?: boolean;
234
239
  } & {
235
240
  hintText?: never;
@@ -277,6 +282,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
277
282
  required?: boolean;
278
283
  requiredPlacement?: "left" | "right";
279
284
  optional?: boolean;
285
+ optionalText?: string;
280
286
  hasRequiredIndicator?: boolean;
281
287
  } & {
282
288
  hintText?: never;
@@ -324,6 +330,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
324
330
  required?: boolean;
325
331
  requiredPlacement?: "left" | "right";
326
332
  optional?: boolean;
333
+ optionalText?: string;
327
334
  hasRequiredIndicator?: boolean;
328
335
  } & {
329
336
  hintText?: never;
@@ -371,6 +378,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
371
378
  required?: boolean;
372
379
  requiredPlacement?: "left" | "right";
373
380
  optional?: boolean;
381
+ optionalText?: string;
374
382
  hasRequiredIndicator?: boolean;
375
383
  } & {
376
384
  hintText?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.331.0-canary.2297.18751153444.0",
3
+ "version": "0.331.0-canary.2297.18839116419.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.2297.18751153444.0",
35
- "@salutejs/sdds-themes": "0.48.0-canary.2297.18751153444.0"
34
+ "@salutejs/plasma-new-hope": "0.339.0-canary.2297.18839116419.0",
35
+ "@salutejs/sdds-themes": "0.48.0-canary.2297.18839116419.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.2297.18751153444.0",
59
- "@salutejs/plasma-cy-utils": "0.139.0-canary.2297.18751153444.0",
60
- "@salutejs/plasma-icons": "1.226.0-canary.2297.18751153444.0",
61
- "@salutejs/plasma-sb-utils": "0.209.0-canary.2297.18751153444.0",
58
+ "@salutejs/plasma-core": "1.209.0-canary.2297.18839116419.0",
59
+ "@salutejs/plasma-cy-utils": "0.139.0-canary.2297.18839116419.0",
60
+ "@salutejs/plasma-icons": "1.226.0-canary.2297.18839116419.0",
61
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2297.18839116419.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": "bf6a4ec77404eef7473fd03fc27ca62b00ea881c"
127
+ "gitHead": "6e51b92ce98d7a858650ab03228e664149d246d1"
128
128
  }