@hipay/hipay-material-ui 2.3.0-rc.1 → 2.3.0-rc.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,25 +23,25 @@ export const styles = theme => ({
23
23
  },
24
24
  error: {
25
25
  boxShadow: '0px 2px 4px 0px rgba(213, 0, 0, 0.24)',
26
- '&:hover': {
26
+ '&:hover, &:focus': {
27
27
  boxShadow: '0px 3px 5px 0px rgba(213, 0, 0, 0.32)'
28
28
  }
29
29
  },
30
30
  warning: {
31
31
  boxShadow: '0px 2px 4px 0px rgba(249, 148, 8, 0.32)',
32
- '&:hover': {
32
+ '&:hover, &:focus': {
33
33
  boxShadow: '0px 3px 5px 0px rgba(249, 148, 8, 0.40)'
34
34
  }
35
35
  },
36
36
  inherit: {
37
37
  boxShadow: '0px 1px 3px 0px rgba(0, 0, 0, 0.16)',
38
- '&:hover': {
38
+ '&:hover, &:focus': {
39
39
  boxShadow: '0px 3px 5px 0px rgba(0, 0, 0, 0.24)'
40
40
  }
41
41
  },
42
42
  positive: {
43
43
  boxShadow: '0px 1px 3px 0px rgba(0, 175, 1, 0.36)',
44
- '&:hover': {
44
+ '&:hover, &:focus': {
45
45
  boxShadow: '0px 3px 5px 0px rgba(0, 175, 1, 0.44)'
46
46
  }
47
47
  },
@@ -122,7 +122,8 @@ class HiKPI extends React.Component {
122
122
  className: rootclass,
123
123
  onClick: !disable ? this.handleClick(id) : undefined,
124
124
  title: tooltip,
125
- disableRipple: disable
125
+ disableRipple: disable,
126
+ disabled: disable
126
127
  }, title && React.createElement("h3", {
127
128
  className: classes.title
128
129
  }, title), React.createElement("div", {
package/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license HiPay-Material-UI v2.3.0-rc.1
1
+ /** @license HiPay-Material-UI v2.3.0-rc.3
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.3.0-rc.1
1
+ /** @license HiPay-Material-UI v2.3.0-rc.3
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.3.0-rc.1",
5
+ "version": "2.3.0-rc.3",
6
6
  "description": "React components that implement Google's Material Design.",
7
7
  "keywords": [
8
8
  "react",