@salutejs/sdds-insol 0.322.0-canary.2290.18714116275.0 → 0.322.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.
@@ -46,7 +46,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
46
46
  required?: boolean;
47
47
  requiredPlacement?: "left" | "right";
48
48
  optional?: boolean;
49
- optionalText?: string;
50
49
  hasRequiredIndicator?: boolean;
51
50
  } & {
52
51
  hintText: string;
@@ -94,7 +93,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
94
93
  required?: boolean;
95
94
  requiredPlacement?: "left" | "right";
96
95
  optional?: boolean;
97
- optionalText?: string;
98
96
  hasRequiredIndicator?: boolean;
99
97
  } & {
100
98
  hintText: string;
@@ -142,7 +140,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
142
140
  required?: boolean;
143
141
  requiredPlacement?: "left" | "right";
144
142
  optional?: boolean;
145
- optionalText?: string;
146
143
  hasRequiredIndicator?: boolean;
147
144
  } & {
148
145
  hintText: string;
@@ -190,7 +187,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
190
187
  required?: boolean;
191
188
  requiredPlacement?: "left" | "right";
192
189
  optional?: boolean;
193
- optionalText?: string;
194
190
  hasRequiredIndicator?: boolean;
195
191
  } & {
196
192
  hintText: string;
@@ -238,7 +234,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
238
234
  required?: boolean;
239
235
  requiredPlacement?: "left" | "right";
240
236
  optional?: boolean;
241
- optionalText?: string;
242
237
  hasRequiredIndicator?: boolean;
243
238
  } & {
244
239
  hintText?: never;
@@ -286,7 +281,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
286
281
  required?: boolean;
287
282
  requiredPlacement?: "left" | "right";
288
283
  optional?: boolean;
289
- optionalText?: string;
290
284
  hasRequiredIndicator?: boolean;
291
285
  } & {
292
286
  hintText?: never;
@@ -334,7 +328,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
334
328
  required?: boolean;
335
329
  requiredPlacement?: "left" | "right";
336
330
  optional?: boolean;
337
- optionalText?: string;
338
331
  hasRequiredIndicator?: boolean;
339
332
  } & {
340
333
  hintText?: never;
@@ -382,7 +375,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
382
375
  required?: boolean;
383
376
  requiredPlacement?: "left" | "right";
384
377
  optional?: boolean;
385
- optionalText?: string;
386
378
  hasRequiredIndicator?: boolean;
387
379
  } & {
388
380
  hintText?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-insol",
3
- "version": "0.322.0-canary.2290.18714116275.0",
3
+ "version": "0.322.0-canary.2292.18716856420.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS INSOL web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-insol"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.339.0-canary.2290.18714116275.0",
36
- "@salutejs/sdds-themes": "0.48.0-canary.2290.18714116275.0"
35
+ "@salutejs/plasma-new-hope": "0.339.0-canary.2292.18716856420.0",
36
+ "@salutejs/sdds-themes": "0.48.0-canary.2292.18716856420.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -58,10 +58,10 @@
58
58
  "@rollup/plugin-commonjs": "^25.0.4",
59
59
  "@rollup/plugin-node-resolve": "^15.1.0",
60
60
  "@salutejs/plasma-colors": "0.16.0",
61
- "@salutejs/plasma-core": "1.209.0-canary.2290.18714116275.0",
62
- "@salutejs/plasma-cy-utils": "0.139.0-canary.2290.18714116275.0",
61
+ "@salutejs/plasma-core": "1.209.0-canary.2292.18716856420.0",
62
+ "@salutejs/plasma-cy-utils": "0.139.0-canary.2292.18716856420.0",
63
63
  "@salutejs/plasma-icons": "1.225.0",
64
- "@salutejs/plasma-sb-utils": "0.209.0-canary.2290.18714116275.0",
64
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2292.18716856420.0",
65
65
  "@storybook/addon-docs": "8.6.14",
66
66
  "@storybook/addon-essentials": "8.6.14",
67
67
  "@storybook/manager-api": "8.6.14",
@@ -122,5 +122,5 @@
122
122
  "sideEffects": [
123
123
  "*.css"
124
124
  ],
125
- "gitHead": "3e0269b92337a1d8d081ec349ee9dfe895378939"
125
+ "gitHead": "1286028f61c1d7dcb11e23f22f420a1813d2e0af"
126
126
  }