react-awesome-modal
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "react-awesome-modal", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "This is a React Modal Component.", | ||
@@ -44,5 +44,5 @@ "main": "./lib/index", | ||
"power-assert": "~1.0.0", | ||
"react": "^15.4.0", | ||
"react-addons-test-utils": "^15.4.0", | ||
"react-dom": "^15.4.0", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0", | ||
"react-test-renderer": "^16.2.0", | ||
"vinyl-source-stream": "^1.1.0" | ||
@@ -49,0 +49,0 @@ }, |
@@ -58,4 +58,4 @@ # react-awesome-modal | ||
| effect | option | String | to set how to pop-up | fadeInUp, fadeInDown, etc... | | ||
| width | option | Number | to set modal width (px or %) | 500, 500px, 80% | | ||
| height | option | Number | to set modal height (px or %) | 400, 400px, 50% | | ||
| width | option | String | to set modal width (px or %) | 500, 500px, 80% | | ||
| height | option | String | to set modal height (px or %) | 400, 400px, 50% | | ||
| onClickAway | option | Function | to set actions when the user click the mask | - | | ||
@@ -62,0 +62,0 @@ |
17380