@salutejs/sdds-finai 0.324.0-canary.2423.21063972668.0 → 0.324.0-canary.2424.21064436356.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/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +112 -70
- package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +376 -324
- package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +112 -70
- package/dist/styled-components/es/components/TextArea/TextArea.config.js +376 -324
- package/package.json +7 -7
- package/types/components/DatePicker/DatePicker.d.ts +2 -1
- package/types/components/TextArea/TextArea.config.d.ts +10 -7
- package/types/components/TextArea/TextArea.d.ts +10 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/sdds-finai",
|
|
3
|
-
"version": "0.324.0-canary.
|
|
3
|
+
"version": "0.324.0-canary.2424.21064436356.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.
|
|
36
|
-
"@salutejs/sdds-themes": "0.52.0-canary.
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.345.0-canary.2424.21064436356.0",
|
|
36
|
+
"@salutejs/sdds-themes": "0.52.0-canary.2424.21064436356.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.
|
|
53
|
-
"@salutejs/plasma-cy-utils": "0.143.0-canary.
|
|
52
|
+
"@salutejs/plasma-core": "1.213.0-canary.2424.21064436356.0",
|
|
53
|
+
"@salutejs/plasma-cy-utils": "0.143.0-canary.2424.21064436356.0",
|
|
54
54
|
"@salutejs/plasma-icons": "1.228.0",
|
|
55
|
-
"@salutejs/plasma-sb-utils": "0.213.0-canary.
|
|
55
|
+
"@salutejs/plasma-sb-utils": "0.213.0-canary.2424.21064436356.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": "
|
|
102
|
+
"gitHead": "1c5b6a786d3a1a4c4771163a5d027675dfc6d9bb"
|
|
103
103
|
}
|
|
@@ -185,9 +185,10 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
|
|
|
185
185
|
onFocusSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
186
186
|
onBlurFirstTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
187
187
|
onBlurSecondTextfield?: ((event: import("react").FocusEvent<HTMLInputElement>) => void) | undefined;
|
|
188
|
-
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement"> & {
|
|
188
|
+
} & import("@salutejs/plasma-new-hope/types/components/DatePicker/DatePickerBase.types.js").DatePickerCalendarProps & Omit<import("@salutejs/plasma-new-hope/types/components/DatePicker/SingleDate/SingleDate.types.js").DatePickerPopoverProps, "placement" | "dateShortcuts"> & {
|
|
189
189
|
placement?: import("@salutejs/plasma-new-hope/styled-components").DatePickerRangePlacement | Array<import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DatePickerRangePlacementBasic>;
|
|
190
190
|
isDoubleCalendar?: boolean;
|
|
191
|
+
dateShortcuts?: import("@salutejs/plasma-new-hope/types/components/DatePicker/RangeDate/RangeDate.types.js").DateShortcutItem[];
|
|
191
192
|
} & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
192
193
|
appearance?: "default" | "clear";
|
|
193
194
|
hasClearDivider?: boolean;
|
|
@@ -4,6 +4,13 @@ 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
|
+
};
|
|
7
14
|
view: {
|
|
8
15
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
9
16
|
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -15,13 +22,6 @@ export declare const config: {
|
|
|
15
22
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
16
23
|
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
17
24
|
};
|
|
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,6 +29,9 @@ 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
|
+
};
|
|
32
35
|
readOnly: {
|
|
33
36
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
34
37
|
};
|
|
@@ -2,6 +2,13 @@
|
|
|
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
|
+
};
|
|
5
12
|
view: {
|
|
6
13
|
default: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
7
14
|
positive: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
@@ -9,13 +16,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
9
16
|
warning: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
10
17
|
negative: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
11
18
|
};
|
|
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,6 +23,9 @@ 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
|
+
};
|
|
26
29
|
readOnly: {
|
|
27
30
|
true: import("@salutejs/plasma-new-hope/types/engines/types.js").PolymorphicClassName;
|
|
28
31
|
};
|
|
@@ -60,7 +63,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
60
63
|
hintWidth?: string;
|
|
61
64
|
hintContentLeft?: import("react").ReactNode;
|
|
62
65
|
} & {
|
|
63
|
-
appearance?: "default" | "clear";
|
|
64
66
|
size?: string;
|
|
65
67
|
view?: string;
|
|
66
68
|
} & {
|
|
@@ -109,7 +111,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
109
111
|
hintWidth?: string;
|
|
110
112
|
hintContentLeft?: import("react").ReactNode;
|
|
111
113
|
} & {
|
|
112
|
-
appearance?: "default" | "clear";
|
|
113
114
|
size?: string;
|
|
114
115
|
view?: string;
|
|
115
116
|
} & {
|
|
@@ -158,7 +159,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
158
159
|
hintWidth?: string;
|
|
159
160
|
hintContentLeft?: import("react").ReactNode;
|
|
160
161
|
} & {
|
|
161
|
-
appearance?: "default" | "clear";
|
|
162
162
|
size?: string;
|
|
163
163
|
view?: string;
|
|
164
164
|
} & {
|
|
@@ -207,7 +207,6 @@ 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";
|
|
211
210
|
size?: string;
|
|
212
211
|
view?: string;
|
|
213
212
|
} & {
|
|
@@ -256,7 +255,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
256
255
|
hintWidth?: never;
|
|
257
256
|
hintContentLeft?: never;
|
|
258
257
|
} & {
|
|
259
|
-
appearance?: "default" | "clear";
|
|
260
258
|
size?: string;
|
|
261
259
|
view?: string;
|
|
262
260
|
} & {
|
|
@@ -305,7 +303,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
305
303
|
hintWidth?: never;
|
|
306
304
|
hintContentLeft?: never;
|
|
307
305
|
} & {
|
|
308
|
-
appearance?: "default" | "clear";
|
|
309
306
|
size?: string;
|
|
310
307
|
view?: string;
|
|
311
308
|
} & {
|
|
@@ -354,7 +351,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
354
351
|
hintWidth?: never;
|
|
355
352
|
hintContentLeft?: never;
|
|
356
353
|
} & {
|
|
357
|
-
appearance?: "default" | "clear";
|
|
358
354
|
size?: string;
|
|
359
355
|
view?: string;
|
|
360
356
|
} & {
|
|
@@ -403,7 +399,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
|
403
399
|
hintWidth?: never;
|
|
404
400
|
hintContentLeft?: never;
|
|
405
401
|
} & {
|
|
406
|
-
appearance?: "default" | "clear";
|
|
407
402
|
size?: string;
|
|
408
403
|
view?: string;
|
|
409
404
|
} & {
|