@hipay/hipay-material-ui 2.0.0-beta.74 → 2.0.0-beta.76

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.
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.74",
5
+ "version": "2.0.0-beta.76",
6
6
  "description": "React components that implement Google's Material Design.",
7
7
  "keywords": [
8
8
  "react",
@@ -56,6 +56,7 @@
56
56
  "prop-types": "^15.6.0",
57
57
  "react-custom-scrollbars": "^4.2.1",
58
58
  "react-day-picker": "^7.2.4",
59
+ "react-device-detect": "^1.6.2",
59
60
  "react-event-listener": "^0.6.2",
60
61
  "react-jss": "^8.1.0",
61
62
  "react-lazyload": "^2.5.0",
@@ -65,7 +65,7 @@ var light = {
65
65
  // The color of a selected action.
66
66
  selected: '#F8F9FB',
67
67
  // The color of a disabled action.
68
- disabled: '#E0E0E0',
68
+ disabled: 'rgba(0, 0, 0, 0.24)',
69
69
  // The background color of a disabled action.
70
70
  disabledBackground: 'rgba(0, 0, 0, 0.12)'
71
71
  },