@salutejs/sdds-cs 0.326.0-canary.2155.16991311470.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.
@@ -32,6 +32,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
32
32
  shiftLeft?: boolean;
33
33
  shiftRight?: boolean;
34
34
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
35
+ textColor?: string;
36
+ iconColor?: string;
37
+ customColor?: string;
35
38
  } & {
36
39
  value?: string | number;
37
40
  contentRight?: never;
@@ -55,6 +58,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
55
58
  shiftLeft?: boolean;
56
59
  shiftRight?: boolean;
57
60
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
61
+ textColor?: string;
62
+ iconColor?: string;
63
+ customColor?: string;
58
64
  } & {
59
65
  value?: string | number;
60
66
  contentRight?: never;
@@ -81,6 +87,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
81
87
  shiftLeft?: boolean;
82
88
  shiftRight?: boolean;
83
89
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
90
+ textColor?: string;
91
+ iconColor?: string;
92
+ customColor?: string;
84
93
  } & {
85
94
  value?: string | number;
86
95
  contentRight?: never;
@@ -105,6 +114,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
105
114
  shiftLeft?: boolean;
106
115
  shiftRight?: boolean;
107
116
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
117
+ textColor?: string;
118
+ iconColor?: string;
119
+ customColor?: string;
108
120
  } & {
109
121
  value?: string | number;
110
122
  contentRight?: never;
@@ -132,6 +144,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
132
144
  shiftLeft?: boolean;
133
145
  shiftRight?: boolean;
134
146
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
147
+ textColor?: string;
148
+ iconColor?: string;
149
+ customColor?: string;
135
150
  } & {
136
151
  value?: never;
137
152
  contentRight?: import("react").ReactNode;
@@ -158,6 +173,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
158
173
  shiftLeft?: boolean;
159
174
  shiftRight?: boolean;
160
175
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
176
+ textColor?: string;
177
+ iconColor?: string;
178
+ customColor?: string;
161
179
  } & {
162
180
  value?: never;
163
181
  contentRight?: import("react").ReactNode;
@@ -181,6 +199,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
181
199
  shiftLeft?: boolean;
182
200
  shiftRight?: boolean;
183
201
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
202
+ textColor?: string;
203
+ iconColor?: string;
204
+ customColor?: string;
184
205
  } & {
185
206
  value?: never;
186
207
  contentRight?: import("react").ReactNode;
@@ -208,6 +229,9 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
208
229
  shiftLeft?: boolean;
209
230
  shiftRight?: boolean;
210
231
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
232
+ textColor?: string;
233
+ iconColor?: string;
234
+ customColor?: string;
211
235
  } & {
212
236
  value?: never;
213
237
  contentRight?: import("react").ReactNode;
@@ -35,6 +35,9 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
35
35
  shiftLeft?: boolean;
36
36
  shiftRight?: boolean;
37
37
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
38
+ textColor?: string;
39
+ iconColor?: string;
40
+ customColor?: string;
38
41
  } & {
39
42
  value?: string | number;
40
43
  contentRight?: never;
@@ -56,6 +59,9 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
56
59
  shiftLeft?: boolean;
57
60
  shiftRight?: boolean;
58
61
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
62
+ textColor?: string;
63
+ iconColor?: string;
64
+ customColor?: string;
59
65
  } & {
60
66
  value?: never;
61
67
  contentRight?: React.ReactNode;
@@ -100,6 +106,9 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
100
106
  shiftLeft?: boolean;
101
107
  shiftRight?: boolean;
102
108
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
109
+ textColor?: string;
110
+ iconColor?: string;
111
+ customColor?: string;
103
112
  } & {
104
113
  value?: string | number;
105
114
  contentRight?: never;
@@ -139,6 +148,9 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
139
148
  shiftLeft?: boolean;
140
149
  shiftRight?: boolean;
141
150
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
151
+ textColor?: string;
152
+ iconColor?: string;
153
+ customColor?: string;
142
154
  } & {
143
155
  value?: never;
144
156
  contentRight?: React.ReactNode;
@@ -34,6 +34,9 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
34
34
  shiftLeft?: boolean;
35
35
  shiftRight?: boolean;
36
36
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
37
+ textColor?: string;
38
+ iconColor?: string;
39
+ customColor?: string;
37
40
  } & {
38
41
  value?: string | number;
39
42
  contentRight?: never;
@@ -55,6 +58,9 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
55
58
  shiftLeft?: boolean;
56
59
  shiftRight?: boolean;
57
60
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
61
+ textColor?: string;
62
+ iconColor?: string;
63
+ customColor?: string;
58
64
  } & {
59
65
  value?: never;
60
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.2155.16991311470.0",
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.2155.16991311470.0",
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": "9565db2a9ba607d64b760c5838a2059b49effbf8"
126
+ "gitHead": "102a53f8bcd69e27e91c013d765d395438ee07ad"
127
127
  }