react-card-flip
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -63,3 +63,3 @@ "use strict"; | ||
var styles = { | ||
back: __assign({ WebkitBackfaceVisibility: 'hidden', backfaceVisibility: 'hidden', height: '100%', left: '0', position: isFlipped ? 'relative' : 'absolute', top: '0', transform: (flipDirection === 'horizontal' ? backRotateY : backRotateX) + 'translateZ(1px)', transformStyle: 'preserve-3d', transition: flipSpeedFrontToBack + "s", width: '100%' }, back), | ||
back: __assign({ WebkitBackfaceVisibility: 'hidden', backfaceVisibility: 'hidden', height: '100%', left: '0', position: isFlipped ? 'relative' : 'absolute', top: '0', transform: flipDirection === 'horizontal' ? backRotateY : backRotateX, transformStyle: 'preserve-3d', transition: flipSpeedFrontToBack + "s", width: '100%' }, back), | ||
container: { | ||
@@ -66,0 +66,0 @@ perspective: '1000px', |
{ | ||
"name": "react-card-flip", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "ReactCardFlip", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ReactCardFlip.js", |
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
15610