@hipay/hipay-material-ui 2.0.0-beta.47 → 2.0.0-beta.48
Sign up to get free protection for your applications and to get access to all the features.
@@ -313,8 +313,7 @@ function (_React$Component) {
|
|
313
313
|
classes: {
|
314
314
|
root: !secondaryInline ? classes.checkboxWithSecondaryInline : classes.checkbox
|
315
315
|
},
|
316
|
-
color: "
|
317
|
-
,
|
316
|
+
color: disabled ? "inherit" : "primary",
|
318
317
|
disabled: disabled,
|
319
318
|
icon: displayedIcon,
|
320
319
|
indeterminate: indeterminate,
|
@@ -266,8 +266,7 @@ class HiSelectableListItem extends React.Component {
|
|
266
266
|
classes: {
|
267
267
|
root: !secondaryInline ? classes.checkboxWithSecondaryInline : classes.checkbox
|
268
268
|
},
|
269
|
-
color: "
|
270
|
-
,
|
269
|
+
color: disabled ? "inherit" : "primary",
|
271
270
|
disabled: disabled,
|
272
271
|
icon: displayedIcon,
|
273
272
|
indeterminate: indeterminate,
|
package/index.es.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/** @license HiPay-Material-UI v2.0.0-beta.
|
1
|
+
/** @license HiPay-Material-UI v2.0.0-beta.48
|
2
2
|
*
|
3
3
|
* This source code is licensed under the MIT license found in the
|
4
4
|
* LICENSE file in the root directory of this source tree.
|
@@ -98177,8 +98177,7 @@
|
|
98177
98177
|
classes: {
|
98178
98178
|
root: !secondaryInline ? classes.checkboxWithSecondaryInline : classes.checkbox
|
98179
98179
|
},
|
98180
|
-
color: "
|
98181
|
-
,
|
98180
|
+
color: disabled ? "inherit" : "primary",
|
98182
98181
|
disabled: disabled,
|
98183
98182
|
icon: displayedIcon,
|
98184
98183
|
indeterminate: indeterminate,
|