@salutejs/sdds-cs 0.326.0-canary.2159.17056052712.0 → 0.326.0-canary.2159.17068434935.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.
@@ -33,7 +33,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
33
33
  shiftRight?: boolean;
34
34
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
35
35
  textColor?: string;
36
- iconColor?: string;
37
36
  customColor?: string;
38
37
  } & {
39
38
  value?: string | number;
@@ -59,7 +58,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
59
58
  shiftRight?: boolean;
60
59
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
61
60
  textColor?: string;
62
- iconColor?: string;
63
61
  customColor?: string;
64
62
  } & {
65
63
  value?: string | number;
@@ -88,7 +86,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
88
86
  shiftRight?: boolean;
89
87
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
90
88
  textColor?: string;
91
- iconColor?: string;
92
89
  customColor?: string;
93
90
  } & {
94
91
  value?: string | number;
@@ -115,7 +112,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
115
112
  shiftRight?: boolean;
116
113
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
117
114
  textColor?: string;
118
- iconColor?: string;
119
115
  customColor?: string;
120
116
  } & {
121
117
  value?: string | number;
@@ -145,7 +141,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
145
141
  shiftRight?: boolean;
146
142
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
147
143
  textColor?: string;
148
- iconColor?: string;
149
144
  customColor?: string;
150
145
  } & {
151
146
  value?: never;
@@ -174,7 +169,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
174
169
  shiftRight?: boolean;
175
170
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
176
171
  textColor?: string;
177
- iconColor?: string;
178
172
  customColor?: string;
179
173
  } & {
180
174
  value?: never;
@@ -200,7 +194,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
200
194
  shiftRight?: boolean;
201
195
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
202
196
  textColor?: string;
203
- iconColor?: string;
204
197
  customColor?: string;
205
198
  } & {
206
199
  value?: never;
@@ -230,7 +223,6 @@ export declare const Attach: import("react").FunctionComponent<import("@salutejs
230
223
  shiftRight?: boolean;
231
224
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
232
225
  textColor?: string;
233
- iconColor?: string;
234
226
  customColor?: string;
235
227
  } & {
236
228
  value?: never;
@@ -36,7 +36,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
36
36
  shiftRight?: boolean;
37
37
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
38
38
  textColor?: string;
39
- iconColor?: string;
40
39
  customColor?: string;
41
40
  } & {
42
41
  value?: string | number;
@@ -60,7 +59,6 @@ declare const ButtonComponent: React.FunctionComponent<import("@salutejs/plasma-
60
59
  shiftRight?: boolean;
61
60
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
62
61
  textColor?: string;
63
- iconColor?: string;
64
62
  customColor?: string;
65
63
  } & {
66
64
  value?: never;
@@ -107,7 +105,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
107
105
  shiftRight?: boolean;
108
106
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
109
107
  textColor?: string;
110
- iconColor?: string;
111
108
  customColor?: string;
112
109
  } & {
113
110
  value?: string | number;
@@ -149,7 +146,6 @@ export declare const Button: React.ForwardRefExoticComponent<(Omit<import("@salu
149
146
  shiftRight?: boolean;
150
147
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
151
148
  textColor?: string;
152
- iconColor?: string;
153
149
  customColor?: string;
154
150
  } & {
155
151
  value?: never;
@@ -35,7 +35,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
35
35
  shiftRight?: boolean;
36
36
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
37
37
  textColor?: string;
38
- iconColor?: string;
39
38
  customColor?: string;
40
39
  } & {
41
40
  value?: string | number;
@@ -59,7 +58,6 @@ export declare const IconButton: import("react").FunctionComponent<import("@salu
59
58
  shiftRight?: boolean;
60
59
  blur?: import("@salutejs/plasma-new-hope/styled-components").Blur;
61
60
  textColor?: string;
62
- iconColor?: string;
63
61
  customColor?: string;
64
62
  } & {
65
63
  value?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.326.0-canary.2159.17056052712.0",
3
+ "version": "0.326.0-canary.2159.17068434935.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.17056052712.0",
33
+ "@salutejs/plasma-new-hope": "0.334.0-canary.2159.17068434935.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": "971d904af9c627374ced28884ac95d1272b33226"
126
+ "gitHead": "3dc02e822af1e1d475afe352b2e80a48417d581b"
127
127
  }