react-awesome-modal
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -21,3 +21,3 @@ 'use strict'; | ||
'position': 'fixed', | ||
'background-color': '#fff', | ||
'backgroundColor': '#fff', | ||
'width': '400px', | ||
@@ -27,7 +27,7 @@ 'height': '300px', | ||
'left': '50%', | ||
'margin-top': '-150px', | ||
'margin-left': '-200px', | ||
'border-radius': '5px', | ||
'box-sizing': 'border-box', | ||
'box-shadow': '0 2px 4px rgba(0, 0, 0, 0.3)', | ||
'marginTop': '-150px', | ||
'marginLeft': '-200px', | ||
'borderRadius': '5px', | ||
'boxSizing': 'border-box', | ||
'boxShadow': '0 2px 4px rgba(0, 0, 0, 0.3)', | ||
'transform': 'translate3d(0, 0, 0)', | ||
@@ -34,0 +34,0 @@ 'transition': 'transform 500ms cubic-bezier(0, 0, 0.25, 1), opacity 500ms cubic-bezier(0, 0, 0.25, 1)', |
{ | ||
"name": "react-awesome-modal", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "This is a React Modal Component.", | ||
@@ -15,3 +15,3 @@ "main": "./lib/index", | ||
"watch": "babel src --out-dir lib --watch --source-maps-inline", | ||
"test": "mocha --require intelli-espower-loader test/**/*.js" | ||
"test": "mocha --compilers js:babel/register test/**/*.js" | ||
}, | ||
@@ -18,0 +18,0 @@ "repository": { |
6363