@salutejs/sdds-finai 0.324.0-canary.2422.20906430475.0 → 0.324.0-canary.2423.20988873450.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finai",
3
- "version": "0.324.0-canary.2422.20906430475.0",
3
+ "version": "0.324.0-canary.2423.20988873450.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinAI web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-fiai"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.345.0-canary.2422.20906430475.0",
36
- "@salutejs/sdds-themes": "0.52.0-canary.2422.20906430475.0"
35
+ "@salutejs/plasma-new-hope": "0.345.0-canary.2423.20988873450.0",
36
+ "@salutejs/sdds-themes": "0.52.0-canary.2423.20988873450.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -49,10 +49,10 @@
49
49
  "@babel/preset-react": "7.24.1",
50
50
  "@babel/preset-typescript": "7.24.1",
51
51
  "@salutejs/plasma-colors": "0.16.0",
52
- "@salutejs/plasma-core": "1.213.0-canary.2422.20906430475.0",
53
- "@salutejs/plasma-cy-utils": "0.143.0-canary.2422.20906430475.0",
52
+ "@salutejs/plasma-core": "1.213.0-canary.2423.20988873450.0",
53
+ "@salutejs/plasma-cy-utils": "0.143.0-canary.2423.20988873450.0",
54
54
  "@salutejs/plasma-icons": "1.228.0",
55
- "@salutejs/plasma-sb-utils": "0.213.0-canary.2422.20906430475.0",
55
+ "@salutejs/plasma-sb-utils": "0.213.0-canary.2423.20988873450.0",
56
56
  "@types/node": "16.7.13",
57
57
  "@types/react": "18.0.28",
58
58
  "@types/react-dom": "18.0.11",
@@ -99,5 +99,5 @@
99
99
  "salute.developers@gmail.com"
100
100
  ],
101
101
  "sideEffects": false,
102
- "gitHead": "398dfccb2bc6828712de0065ba0225f367197928"
102
+ "gitHead": "aa94d7dd83b285ded4e7fecaa043c853aaaa5ad2"
103
103
  }
@@ -4,13 +4,6 @@ export declare const config: {
4
4
  focused: string;
5
5
  };
6
6
  variations: {
7
- size: {
8
- xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
- s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
- m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
- l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
12
- xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
13
- };
14
7
  view: {
15
8
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
9
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -22,6 +15,13 @@ export declare const config: {
22
15
  warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
16
  negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
17
  };
18
+ size: {
19
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
20
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
22
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
23
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
+ };
25
25
  hintView: {
26
26
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
27
27
  };
@@ -29,9 +29,6 @@ export declare const config: {
29
29
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
30
30
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
31
  };
32
- clear: {
33
- true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
34
- };
35
32
  readOnly: {
36
33
  true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
37
34
  };
@@ -2,13 +2,6 @@
2
2
  * Поле ввода многострочного текста.
3
3
  */
4
4
  export declare const TextArea: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types.js").PropsType<{
5
- size: {
6
- xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
7
- s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
8
- m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
9
- l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
10
- xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
11
- };
12
5
  view: {
13
6
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
7
  positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
@@ -16,6 +9,13 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
16
9
  warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
10
  negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
11
  };
12
+ size: {
13
+ xl: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
14
+ l: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
15
+ m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
16
+ s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
17
+ xs: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
18
+ };
19
19
  hintView: {
20
20
  default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
21
21
  };
@@ -23,9 +23,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
23
23
  m: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
24
24
  s: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
25
25
  };
26
- clear: {
27
- true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
28
- };
29
26
  readOnly: {
30
27
  true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
31
28
  };
@@ -63,6 +60,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
63
60
  hintWidth?: string;
64
61
  hintContentLeft?: import("react").ReactNode;
65
62
  } & {
63
+ appearance?: "default" | "clear";
66
64
  size?: string;
67
65
  view?: string;
68
66
  } & {
@@ -111,6 +109,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
111
109
  hintWidth?: string;
112
110
  hintContentLeft?: import("react").ReactNode;
113
111
  } & {
112
+ appearance?: "default" | "clear";
114
113
  size?: string;
115
114
  view?: string;
116
115
  } & {
@@ -159,6 +158,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
159
158
  hintWidth?: string;
160
159
  hintContentLeft?: import("react").ReactNode;
161
160
  } & {
161
+ appearance?: "default" | "clear";
162
162
  size?: string;
163
163
  view?: string;
164
164
  } & {
@@ -207,6 +207,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
207
207
  hintWidth?: string;
208
208
  hintContentLeft?: import("react").ReactNode;
209
209
  } & {
210
+ appearance?: "default" | "clear";
210
211
  size?: string;
211
212
  view?: string;
212
213
  } & {
@@ -255,6 +256,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
255
256
  hintWidth?: never;
256
257
  hintContentLeft?: never;
257
258
  } & {
259
+ appearance?: "default" | "clear";
258
260
  size?: string;
259
261
  view?: string;
260
262
  } & {
@@ -303,6 +305,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
303
305
  hintWidth?: never;
304
306
  hintContentLeft?: never;
305
307
  } & {
308
+ appearance?: "default" | "clear";
306
309
  size?: string;
307
310
  view?: string;
308
311
  } & {
@@ -351,6 +354,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
351
354
  hintWidth?: never;
352
355
  hintContentLeft?: never;
353
356
  } & {
357
+ appearance?: "default" | "clear";
354
358
  size?: string;
355
359
  view?: string;
356
360
  } & {
@@ -399,6 +403,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
399
403
  hintWidth?: never;
400
404
  hintContentLeft?: never;
401
405
  } & {
406
+ appearance?: "default" | "clear";
402
407
  size?: string;
403
408
  view?: string;
404
409
  } & {