@salutejs/sdds-cs 0.326.0-canary.2159.17033891553.0 → 0.326.0-canary.2159.17045246543.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.
@@ -34,6 +34,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
34
34
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
35
35
|
textColor?: string;
|
36
36
|
iconColor?: string;
|
37
|
+
customColor?: string;
|
37
38
|
} & {
|
38
39
|
value?: string | number;
|
39
40
|
contentRight?: never;
|
@@ -59,6 +60,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
59
60
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
60
61
|
textColor?: string;
|
61
62
|
iconColor?: string;
|
63
|
+
customColor?: string;
|
62
64
|
} & {
|
63
65
|
value?: string | number;
|
64
66
|
contentRight?: never;
|
@@ -87,6 +89,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
87
89
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
88
90
|
textColor?: string;
|
89
91
|
iconColor?: string;
|
92
|
+
customColor?: string;
|
90
93
|
} & {
|
91
94
|
value?: string | number;
|
92
95
|
contentRight?: never;
|
@@ -113,6 +116,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
113
116
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
114
117
|
textColor?: string;
|
115
118
|
iconColor?: string;
|
119
|
+
customColor?: string;
|
116
120
|
} & {
|
117
121
|
value?: string | number;
|
118
122
|
contentRight?: never;
|
@@ -142,6 +146,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
142
146
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
143
147
|
textColor?: string;
|
144
148
|
iconColor?: string;
|
149
|
+
customColor?: string;
|
145
150
|
} & {
|
146
151
|
value?: never;
|
147
152
|
contentRight?: import("react").ReactNode;
|
@@ -170,6 +175,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
170
175
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
171
176
|
textColor?: string;
|
172
177
|
iconColor?: string;
|
178
|
+
customColor?: string;
|
173
179
|
} & {
|
174
180
|
value?: never;
|
175
181
|
contentRight?: import("react").ReactNode;
|
@@ -195,6 +201,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
195
201
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
196
202
|
textColor?: string;
|
197
203
|
iconColor?: string;
|
204
|
+
customColor?: string;
|
198
205
|
} & {
|
199
206
|
value?: never;
|
200
207
|
contentRight?: import("react").ReactNode;
|
@@ -224,6 +231,7 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
|
|
224
231
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
225
232
|
textColor?: string;
|
226
233
|
iconColor?: string;
|
234
|
+
customColor?: string;
|
227
235
|
} & {
|
228
236
|
value?: never;
|
229
237
|
contentRight?: import("react").ReactNode;
|
@@ -37,6 +37,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
37
37
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
38
38
|
textColor?: string;
|
39
39
|
iconColor?: string;
|
40
|
+
customColor?: string;
|
40
41
|
} & {
|
41
42
|
value?: string | number;
|
42
43
|
contentRight?: never;
|
@@ -60,6 +61,7 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
|
|
60
61
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
61
62
|
textColor?: string;
|
62
63
|
iconColor?: string;
|
64
|
+
customColor?: string;
|
63
65
|
} & {
|
64
66
|
value?: never;
|
65
67
|
contentRight?: React.ReactNode;
|
@@ -106,6 +108,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
106
108
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
107
109
|
textColor?: string;
|
108
110
|
iconColor?: string;
|
111
|
+
customColor?: string;
|
109
112
|
} & {
|
110
113
|
value?: string | number;
|
111
114
|
contentRight?: never;
|
@@ -147,6 +150,7 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
|
|
147
150
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
148
151
|
textColor?: string;
|
149
152
|
iconColor?: string;
|
153
|
+
customColor?: string;
|
150
154
|
} & {
|
151
155
|
value?: never;
|
152
156
|
contentRight?: React.ReactNode;
|
@@ -36,6 +36,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
36
36
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
37
37
|
textColor?: string;
|
38
38
|
iconColor?: string;
|
39
|
+
customColor?: string;
|
39
40
|
} & {
|
40
41
|
value?: string | number;
|
41
42
|
contentRight?: never;
|
@@ -59,6 +60,7 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
|
|
59
60
|
blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
|
60
61
|
textColor?: string;
|
61
62
|
iconColor?: string;
|
63
|
+
customColor?: string;
|
62
64
|
} & {
|
63
65
|
value?: never;
|
64
66
|
contentRight?: import("react").ReactNode;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.326.0-canary.2159.
|
3
|
+
"version": "0.326.0-canary.2159.17045246543.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,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.334.0-canary.2159.
|
33
|
+
"@salutejs/plasma-new-hope": "0.334.0-canary.2159.17045246543.0",
|
34
34
|
"@salutejs/sdds-themes": "0.45.0-dev.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "102a53f8bcd69e27e91c013d765d395438ee07ad"
|
127
127
|
}
|