@salutejs/sdds-serv 0.326.0-canary.2297.18751153444.0 → 0.326.0-canary.2297.18772323112.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.
@@ -48,6 +48,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
48
48
  required?: boolean;
49
49
  requiredPlacement?: "left" | "right";
50
50
  optional?: boolean;
51
+ optionalText?: string;
51
52
  hasRequiredIndicator?: boolean;
52
53
  } & {
53
54
  hintText: string;
@@ -95,6 +96,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
95
96
  required?: boolean;
96
97
  requiredPlacement?: "left" | "right";
97
98
  optional?: boolean;
99
+ optionalText?: string;
98
100
  hasRequiredIndicator?: boolean;
99
101
  } & {
100
102
  hintText: string;
@@ -142,6 +144,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
142
144
  required?: boolean;
143
145
  requiredPlacement?: "left" | "right";
144
146
  optional?: boolean;
147
+ optionalText?: string;
145
148
  hasRequiredIndicator?: boolean;
146
149
  } & {
147
150
  hintText: string;
@@ -189,6 +192,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
189
192
  required?: boolean;
190
193
  requiredPlacement?: "left" | "right";
191
194
  optional?: boolean;
195
+ optionalText?: string;
192
196
  hasRequiredIndicator?: boolean;
193
197
  } & {
194
198
  hintText: string;
@@ -236,6 +240,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
236
240
  required?: boolean;
237
241
  requiredPlacement?: "left" | "right";
238
242
  optional?: boolean;
243
+ optionalText?: string;
239
244
  hasRequiredIndicator?: boolean;
240
245
  } & {
241
246
  hintText?: never;
@@ -283,6 +288,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
283
288
  required?: boolean;
284
289
  requiredPlacement?: "left" | "right";
285
290
  optional?: boolean;
291
+ optionalText?: string;
286
292
  hasRequiredIndicator?: boolean;
287
293
  } & {
288
294
  hintText?: never;
@@ -330,6 +336,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
330
336
  required?: boolean;
331
337
  requiredPlacement?: "left" | "right";
332
338
  optional?: boolean;
339
+ optionalText?: string;
333
340
  hasRequiredIndicator?: boolean;
334
341
  } & {
335
342
  hintText?: never;
@@ -377,6 +384,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
377
384
  required?: boolean;
378
385
  requiredPlacement?: "left" | "right";
379
386
  optional?: boolean;
387
+ optionalText?: string;
380
388
  hasRequiredIndicator?: boolean;
381
389
  } & {
382
390
  hintText?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.326.0-canary.2297.18751153444.0",
3
+ "version": "0.326.0-canary.2297.18772323112.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS SERV web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  "directory": "packages/sdds-serv"
34
34
  },
35
35
  "dependencies": {
36
- "@salutejs/plasma-new-hope": "0.339.0-canary.2297.18751153444.0",
37
- "@salutejs/sdds-themes": "0.48.0-canary.2297.18751153444.0"
36
+ "@salutejs/plasma-new-hope": "0.339.0-canary.2297.18772323112.0",
37
+ "@salutejs/sdds-themes": "0.48.0-canary.2297.18772323112.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@emotion/react": ">=11",
@@ -64,10 +64,10 @@
64
64
  "@rollup/plugin-commonjs": "^25.0.4",
65
65
  "@rollup/plugin-node-resolve": "^15.1.0",
66
66
  "@salutejs/plasma-colors": "0.16.0",
67
- "@salutejs/plasma-core": "1.209.0-canary.2297.18751153444.0",
68
- "@salutejs/plasma-cy-utils": "0.139.0-canary.2297.18751153444.0",
69
- "@salutejs/plasma-icons": "1.226.0-canary.2297.18751153444.0",
70
- "@salutejs/plasma-sb-utils": "0.209.0-canary.2297.18751153444.0",
67
+ "@salutejs/plasma-core": "1.209.0-canary.2297.18772323112.0",
68
+ "@salutejs/plasma-cy-utils": "0.139.0-canary.2297.18772323112.0",
69
+ "@salutejs/plasma-icons": "1.226.0-canary.2297.18772323112.0",
70
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2297.18772323112.0",
71
71
  "@storybook/addon-docs": "8.6.14",
72
72
  "@storybook/addon-essentials": "8.6.14",
73
73
  "@storybook/manager-api": "8.6.14",
@@ -138,5 +138,5 @@
138
138
  "sideEffects": [
139
139
  "*.css"
140
140
  ],
141
- "gitHead": "bf6a4ec77404eef7473fd03fc27ca62b00ea881c"
141
+ "gitHead": "3b2674d4bc49b8245db2f736fb6537464cf6b496"
142
142
  }