@salutejs/sdds-cs 0.326.0-canary.2155.16991311470.0 → 0.326.0-canary.2159.17033891553.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,8 @@ 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;
35
37
  } & {
36
38
  value?: string | number;
37
39
  contentRight?: never;
@@ -55,6 +57,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
55
57
  shiftLeft?: boolean;
56
58
  shiftRight?: boolean;
57
59
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
60
+ textColor?: string;
61
+ iconColor?: string;
58
62
  } & {
59
63
  value?: string | number;
60
64
  contentRight?: never;
@@ -81,6 +85,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
81
85
  shiftLeft?: boolean;
82
86
  shiftRight?: boolean;
83
87
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
88
+ textColor?: string;
89
+ iconColor?: string;
84
90
  } & {
85
91
  value?: string | number;
86
92
  contentRight?: never;
@@ -105,6 +111,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
105
111
  shiftLeft?: boolean;
106
112
  shiftRight?: boolean;
107
113
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
114
+ textColor?: string;
115
+ iconColor?: string;
108
116
  } & {
109
117
  value?: string | number;
110
118
  contentRight?: never;
@@ -132,6 +140,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
132
140
  shiftLeft?: boolean;
133
141
  shiftRight?: boolean;
134
142
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
143
+ textColor?: string;
144
+ iconColor?: string;
135
145
  } & {
136
146
  value?: never;
137
147
  contentRight?: import("react").ReactNode;
@@ -158,6 +168,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
158
168
  shiftLeft?: boolean;
159
169
  shiftRight?: boolean;
160
170
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
171
+ textColor?: string;
172
+ iconColor?: string;
161
173
  } & {
162
174
  value?: never;
163
175
  contentRight?: import("react").ReactNode;
@@ -181,6 +193,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
181
193
  shiftLeft?: boolean;
182
194
  shiftRight?: boolean;
183
195
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
196
+ textColor?: string;
197
+ iconColor?: string;
184
198
  } & {
185
199
  value?: never;
186
200
  contentRight?: import("react").ReactNode;
@@ -208,6 +222,8 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
208
222
  shiftLeft?: boolean;
209
223
  shiftRight?: boolean;
210
224
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
225
+ textColor?: string;
226
+ iconColor?: string;
211
227
  } & {
212
228
  value?: never;
213
229
  contentRight?: import("react").ReactNode;
@@ -35,6 +35,8 @@ 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;
38
40
  } & {
39
41
  value?: string | number;
40
42
  contentRight?: never;
@@ -56,6 +58,8 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
56
58
  shiftLeft?: boolean;
57
59
  shiftRight?: boolean;
58
60
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
61
+ textColor?: string;
62
+ iconColor?: string;
59
63
  } & {
60
64
  value?: never;
61
65
  contentRight?: React.ReactNode;
@@ -100,6 +104,8 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
100
104
  shiftLeft?: boolean;
101
105
  shiftRight?: boolean;
102
106
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
107
+ textColor?: string;
108
+ iconColor?: string;
103
109
  } & {
104
110
  value?: string | number;
105
111
  contentRight?: never;
@@ -139,6 +145,8 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
139
145
  shiftLeft?: boolean;
140
146
  shiftRight?: boolean;
141
147
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
148
+ textColor?: string;
149
+ iconColor?: string;
142
150
  } & {
143
151
  value?: never;
144
152
  contentRight?: React.ReactNode;
@@ -34,6 +34,8 @@ 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;
37
39
  } & {
38
40
  value?: string | number;
39
41
  contentRight?: never;
@@ -55,6 +57,8 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
55
57
  shiftLeft?: boolean;
56
58
  shiftRight?: boolean;
57
59
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
60
+ textColor?: string;
61
+ iconColor?: string;
58
62
  } & {
59
63
  value?: never;
60
64
  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.17033891553.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.17033891553.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": "4cdf9737d0eb460c608ccdf6a9816ea7420a045d"
127
127
  }