@salutejs/sdds-cs 0.326.1-canary.2195.17423423891.0 → 0.326.1-canary.2202.17423972036.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.
@@ -18,7 +18,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
18
18
|
text?: string;
|
19
19
|
contentLeft?: import("react").ReactNode;
|
20
20
|
contentPlacing?: "default" | "relaxed";
|
21
|
-
additionalContent?: import("react").ReactNode;
|
22
21
|
isLoading?: boolean;
|
23
22
|
loader?: import("react").ReactNode;
|
24
23
|
stretch?: boolean;
|
@@ -42,7 +41,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
42
41
|
text?: string;
|
43
42
|
contentLeft?: import("react").ReactNode;
|
44
43
|
contentPlacing?: "default" | "relaxed";
|
45
|
-
additionalContent?: import("react").ReactNode;
|
46
44
|
isLoading?: boolean;
|
47
45
|
loader?: import("react").ReactNode;
|
48
46
|
stretch?: boolean;
|
@@ -69,7 +67,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
69
67
|
text?: string;
|
70
68
|
contentLeft?: import("react").ReactNode;
|
71
69
|
contentPlacing?: "default" | "relaxed";
|
72
|
-
additionalContent?: import("react").ReactNode;
|
73
70
|
isLoading?: boolean;
|
74
71
|
loader?: import("react").ReactNode;
|
75
72
|
stretch?: boolean;
|
@@ -94,7 +91,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
94
91
|
text?: string;
|
95
92
|
contentLeft?: import("react").ReactNode;
|
96
93
|
contentPlacing?: "default" | "relaxed";
|
97
|
-
additionalContent?: import("react").ReactNode;
|
98
94
|
isLoading?: boolean;
|
99
95
|
loader?: import("react").ReactNode;
|
100
96
|
stretch?: boolean;
|
@@ -122,7 +118,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
122
118
|
text?: string;
|
123
119
|
contentLeft?: import("react").ReactNode;
|
124
120
|
contentPlacing?: "default" | "relaxed";
|
125
|
-
additionalContent?: import("react").ReactNode;
|
126
121
|
isLoading?: boolean;
|
127
122
|
loader?: import("react").ReactNode;
|
128
123
|
stretch?: boolean;
|
@@ -149,7 +144,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
149
144
|
text?: string;
|
150
145
|
contentLeft?: import("react").ReactNode;
|
151
146
|
contentPlacing?: "default" | "relaxed";
|
152
|
-
additionalContent?: import("react").ReactNode;
|
153
147
|
isLoading?: boolean;
|
154
148
|
loader?: import("react").ReactNode;
|
155
149
|
stretch?: boolean;
|
@@ -173,7 +167,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
173
167
|
text?: string;
|
174
168
|
contentLeft?: import("react").ReactNode;
|
175
169
|
contentPlacing?: "default" | "relaxed";
|
176
|
-
additionalContent?: import("react").ReactNode;
|
177
170
|
isLoading?: boolean;
|
178
171
|
loader?: import("react").ReactNode;
|
179
172
|
stretch?: boolean;
|
@@ -201,7 +194,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
201
194
|
text?: string;
|
202
195
|
contentLeft?: import("react").ReactNode;
|
203
196
|
contentPlacing?: "default" | "relaxed";
|
204
|
-
additionalContent?: import("react").ReactNode;
|
205
197
|
isLoading?: boolean;
|
206
198
|
loader?: import("react").ReactNode;
|
207
199
|
stretch?: boolean;
|
@@ -21,7 +21,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
21
21
|
text?: string;
|
22
22
|
contentLeft?: React.ReactNode;
|
23
23
|
contentPlacing?: "default" | "relaxed";
|
24
|
-
additionalContent?: React.ReactNode;
|
25
24
|
isLoading?: boolean;
|
26
25
|
loader?: React.ReactNode;
|
27
26
|
stretch?: boolean;
|
@@ -43,7 +42,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
43
42
|
text?: string;
|
44
43
|
contentLeft?: React.ReactNode;
|
45
44
|
contentPlacing?: "default" | "relaxed";
|
46
|
-
additionalContent?: React.ReactNode;
|
47
45
|
isLoading?: boolean;
|
48
46
|
loader?: React.ReactNode;
|
49
47
|
stretch?: boolean;
|
@@ -88,7 +86,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
88
86
|
text?: string;
|
89
87
|
contentLeft?: React.ReactNode;
|
90
88
|
contentPlacing?: "default" | "relaxed";
|
91
|
-
additionalContent?: React.ReactNode;
|
92
89
|
isLoading?: boolean;
|
93
90
|
loader?: React.ReactNode;
|
94
91
|
stretch?: boolean;
|
@@ -128,7 +125,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
128
125
|
text?: string;
|
129
126
|
contentLeft?: React.ReactNode;
|
130
127
|
contentPlacing?: "default" | "relaxed";
|
131
|
-
additionalContent?: React.ReactNode;
|
132
128
|
isLoading?: boolean;
|
133
129
|
loader?: React.ReactNode;
|
134
130
|
stretch?: boolean;
|
@@ -20,7 +20,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
20
20
|
text?: string;
|
21
21
|
contentLeft?: import("react").ReactNode;
|
22
22
|
contentPlacing?: "default" | "relaxed";
|
23
|
-
additionalContent?: import("react").ReactNode;
|
24
23
|
isLoading?: boolean;
|
25
24
|
loader?: import("react").ReactNode;
|
26
25
|
stretch?: boolean;
|
@@ -42,7 +41,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
42
41
|
text?: string;
|
43
42
|
contentLeft?: import("react").ReactNode;
|
44
43
|
contentPlacing?: "default" | "relaxed";
|
45
|
-
additionalContent?: import("react").ReactNode;
|
46
44
|
isLoading?: boolean;
|
47
45
|
loader?: import("react").ReactNode;
|
48
46
|
stretch?: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.326.1-canary.
|
3
|
+
"version": "0.326.1-canary.2202.17423972036.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.334.1-canary.
|
34
|
-
"@salutejs/sdds-themes": "0.46.1-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.334.1-canary.2202.17423972036.0",
|
34
|
+
"@salutejs/sdds-themes": "0.46.1-canary.2202.17423972036.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.16.0",
|
57
|
-
"@salutejs/plasma-core": "1.206.1-canary.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.136.1-canary.
|
59
|
-
"@salutejs/plasma-icons": "1.222.1-canary.
|
60
|
-
"@salutejs/plasma-sb-utils": "0.206.1-canary.
|
57
|
+
"@salutejs/plasma-core": "1.206.1-canary.2202.17423972036.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.136.1-canary.2202.17423972036.0",
|
59
|
+
"@salutejs/plasma-icons": "1.222.1-canary.2202.17423972036.0",
|
60
|
+
"@salutejs/plasma-sb-utils": "0.206.1-canary.2202.17423972036.0",
|
61
61
|
"@storybook/addon-docs": "8.6.14",
|
62
62
|
"@storybook/addon-essentials": "8.6.14",
|
63
63
|
"@storybook/manager-api": "8.6.14",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "c37a3fe1773ffb3c753ee384f23e8c82e79662d7"
|
127
127
|
}
|