@dhis2-ui/alert 7.7.10 → 7.8.0

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.
@@ -57,7 +57,6 @@ StatusIcon.defaultProps = {
57
57
  defaultTo: null
58
58
  };
59
59
  StatusIcon.propTypes = {
60
- className: _propTypes2.default.string,
61
60
  defaultTo: _propTypes2.default.element,
62
61
  error: _propTypes2.default.bool,
63
62
  info: _propTypes2.default.bool,
@@ -43,7 +43,6 @@ StatusIcon.defaultProps = {
43
43
  defaultTo: null
44
44
  };
45
45
  StatusIcon.propTypes = {
46
- className: PropTypes.string,
47
46
  defaultTo: PropTypes.element,
48
47
  error: PropTypes.bool,
49
48
  info: PropTypes.bool,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/alert",
3
- "version": "7.7.10",
3
+ "version": "7.8.0",
4
4
  "description": "UI Alert",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@dhis2/prop-types": "^3.0.0-beta.1",
35
- "@dhis2-ui/portal": "7.7.10",
36
- "@dhis2/ui-constants": "7.7.10",
37
- "@dhis2/ui-icons": "7.7.10",
35
+ "@dhis2-ui/portal": "7.8.0",
36
+ "@dhis2/ui-constants": "7.8.0",
37
+ "@dhis2/ui-icons": "7.8.0",
38
38
  "classnames": "^2.3.1",
39
39
  "prop-types": "^15.7.2"
40
40
  },