@hipay/hipay-material-ui 3.13.0 → 3.13.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,7 +74,7 @@ var HiIconButton = _react.default.forwardRef(function (props, ref) {
74
74
  });
75
75
 
76
76
  HiIconButton.defaultProps = {
77
- color: 'default'
77
+ color: 'neutral'
78
78
  };
79
79
  var _default = HiIconButton;
80
80
  exports.default = _default;
@@ -74,7 +74,7 @@ var HiIconButton = _react.default.forwardRef(function (props, ref) {
74
74
  });
75
75
 
76
76
  HiIconButton.defaultProps = {
77
- color: 'default'
77
+ color: 'neutral'
78
78
  };
79
79
  var _default = HiIconButton;
80
80
  exports.default = _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.13.0",
4
+ "version": "3.13.2",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -13,11 +13,11 @@
13
13
  },
14
14
  "homepage": "http://materialui.hipay.dev.local/",
15
15
  "peerDependencies": {
16
- "@hipay/design-system": "^1.0.1",
17
- "@mui/material": "5.5.3",
18
- "@mui/styles": "5.5.3",
19
- "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.4.2",
20
- "@mui/styled-engine-sc": "5.4.2",
16
+ "@hipay/design-system": "^1.0.2",
17
+ "@mui/material": "5.8.4",
18
+ "@mui/styles": "5.8.4",
19
+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.8.0",
20
+ "@mui/styled-engine-sc": "5.8.0",
21
21
  "mdi-material-ui": "7.1.0",
22
22
  "moment-timezone": "0.5.27",
23
23
  "react": "17.0.2",
@@ -74,7 +74,7 @@
74
74
  "node": ">=6.0.0"
75
75
  },
76
76
  "resolutions": {
77
- "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.4.2"
77
+ "@mui/styled-engine": "npm:@mui/styled-engine-sc@5.8.0"
78
78
  },
79
79
  "main": "./index.js",
80
80
  "module": "./esm/index.js"