@hipay/hipay-material-ui 2.0.0-beta.47 → 2.0.0-beta.48

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.
@@ -313,8 +313,7 @@ function (_React$Component) {
313
313
  classes: {
314
314
  root: !secondaryInline ? classes.checkboxWithSecondaryInline : classes.checkbox
315
315
  },
316
- color: "primary" // TODO ?
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: "primary" // TODO ?
270
- ,
269
+ color: disabled ? "inherit" : "primary",
271
270
  disabled: disabled,
272
271
  icon: displayedIcon,
273
272
  indeterminate: indeterminate,
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.47
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.
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.47
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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
4
  "author": "HiPay PSYCHE Team",
5
- "version": "2.0.0-beta.47",
5
+ "version": "2.0.0-beta.48",
6
6
  "description": "React components that implement Google's Material Design.",
7
7
  "keywords": [
8
8
  "react",
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.0.0-beta.47
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: "primary" // TODO ?
98181
- ,
98180
+ color: disabled ? "inherit" : "primary",
98182
98181
  disabled: disabled,
98183
98182
  icon: displayedIcon,
98184
98183
  indeterminate: indeterminate,