@salutejs/sdds-serv 0.326.0-canary.2290.18714116275.0 → 0.326.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.
@@ -48,7 +48,6 @@ 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;
52
51
  hasRequiredIndicator?: boolean;
53
52
  } & {
54
53
  hintText: string;
@@ -96,7 +95,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
96
95
  required?: boolean;
97
96
  requiredPlacement?: "left" | "right";
98
97
  optional?: boolean;
99
- optionalText?: string;
100
98
  hasRequiredIndicator?: boolean;
101
99
  } & {
102
100
  hintText: string;
@@ -144,7 +142,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
144
142
  required?: boolean;
145
143
  requiredPlacement?: "left" | "right";
146
144
  optional?: boolean;
147
- optionalText?: string;
148
145
  hasRequiredIndicator?: boolean;
149
146
  } & {
150
147
  hintText: string;
@@ -192,7 +189,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
192
189
  required?: boolean;
193
190
  requiredPlacement?: "left" | "right";
194
191
  optional?: boolean;
195
- optionalText?: string;
196
192
  hasRequiredIndicator?: boolean;
197
193
  } & {
198
194
  hintText: string;
@@ -240,7 +236,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
240
236
  required?: boolean;
241
237
  requiredPlacement?: "left" | "right";
242
238
  optional?: boolean;
243
- optionalText?: string;
244
239
  hasRequiredIndicator?: boolean;
245
240
  } & {
246
241
  hintText?: never;
@@ -288,7 +283,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
288
283
  required?: boolean;
289
284
  requiredPlacement?: "left" | "right";
290
285
  optional?: boolean;
291
- optionalText?: string;
292
286
  hasRequiredIndicator?: boolean;
293
287
  } & {
294
288
  hintText?: never;
@@ -336,7 +330,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
336
330
  required?: boolean;
337
331
  requiredPlacement?: "left" | "right";
338
332
  optional?: boolean;
339
- optionalText?: string;
340
333
  hasRequiredIndicator?: boolean;
341
334
  } & {
342
335
  hintText?: never;
@@ -384,7 +377,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
384
377
  required?: boolean;
385
378
  requiredPlacement?: "left" | "right";
386
379
  optional?: boolean;
387
- optionalText?: string;
388
380
  hasRequiredIndicator?: boolean;
389
381
  } & {
390
382
  hintText?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.326.0-canary.2290.18714116275.0",
3
+ "version": "0.326.0-canary.2292.18716856420.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.2290.18714116275.0",
37
- "@salutejs/sdds-themes": "0.48.0-canary.2290.18714116275.0"
36
+ "@salutejs/plasma-new-hope": "0.339.0-canary.2292.18716856420.0",
37
+ "@salutejs/sdds-themes": "0.48.0-canary.2292.18716856420.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.2290.18714116275.0",
68
- "@salutejs/plasma-cy-utils": "0.139.0-canary.2290.18714116275.0",
67
+ "@salutejs/plasma-core": "1.209.0-canary.2292.18716856420.0",
68
+ "@salutejs/plasma-cy-utils": "0.139.0-canary.2292.18716856420.0",
69
69
  "@salutejs/plasma-icons": "1.225.0",
70
- "@salutejs/plasma-sb-utils": "0.209.0-canary.2290.18714116275.0",
70
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2292.18716856420.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": "3e0269b92337a1d8d081ec349ee9dfe895378939"
141
+ "gitHead": "1286028f61c1d7dcb11e23f22f420a1813d2e0af"
142
142
  }