@hig/modal
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -246,3 +246,3 @@ import { keyframes, css, cx } from 'emotion'; | ||
*/ | ||
title: PropTypes.string | ||
title: PropTypes.node | ||
}; | ||
@@ -300,3 +300,3 @@ ModalHeaderPresenter.defaultProps = { | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -481,3 +481,3 @@ "required": false, | ||
*/ | ||
title: PropTypes.string, | ||
title: PropTypes.node, | ||
/** | ||
@@ -553,3 +553,3 @@ * Style of the modal shell | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -790,3 +790,3 @@ "required": false, | ||
*/ | ||
title: PropTypes.string, | ||
title: PropTypes.node, | ||
/** | ||
@@ -852,3 +852,3 @@ * Style of the modal shell | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -855,0 +855,0 @@ "required": false, |
@@ -253,3 +253,3 @@ 'use strict'; | ||
*/ | ||
title: PropTypes.string | ||
title: PropTypes.node | ||
}; | ||
@@ -307,3 +307,3 @@ ModalHeaderPresenter.defaultProps = { | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -488,3 +488,3 @@ "required": false, | ||
*/ | ||
title: PropTypes.string, | ||
title: PropTypes.node, | ||
/** | ||
@@ -560,3 +560,3 @@ * Style of the modal shell | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -797,3 +797,3 @@ "required": false, | ||
*/ | ||
title: PropTypes.string, | ||
title: PropTypes.node, | ||
/** | ||
@@ -859,3 +859,3 @@ * Style of the modal shell | ||
"type": { | ||
"name": "string" | ||
"name": "node" | ||
}, | ||
@@ -862,0 +862,0 @@ "required": false, |
@@ -0,1 +1,8 @@ | ||
# [@hig/modal-v2.2.0](https://github.com/Autodesk/hig/compare/@hig/modal@2.1.2...@hig/modal@2.2.0) (2020-05-07) | ||
### Features | ||
* allow PropTypes.node for title prop ([b0744d8](https://github.com/Autodesk/hig/commit/b0744d8)) | ||
# [@hig/modal-v2.1.2](https://github.com/Autodesk/hig/compare/@hig/modal@2.1.1...@hig/modal@2.1.2) (2020-02-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/modal", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "HIG Modal", | ||
@@ -20,4 +20,4 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon-button": "^2.3.1", | ||
"@hig/icons": "^3.0.0", | ||
"@hig/icon-button": "^2.4.0", | ||
"@hig/icons": "^3.2.0", | ||
"@hig/utils": "^0.4.0", | ||
@@ -31,3 +31,3 @@ "@hig/typography": "^1.0.3", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.14.0", | ||
"@hig/theme-data": "^2.15.1", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -34,0 +34,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67999
Updated@hig/icon-button@^2.4.0
Updated@hig/icons@^3.2.0