react-easy-panzoom
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,2 +12,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "default", { | ||
enumerable: true, | ||
get: function get() { | ||
return _PanZoom.default; | ||
} | ||
}); | ||
@@ -14,0 +20,0 @@ var _PanZoom = _interopRequireDefault(require("./PanZoom")); |
@@ -542,4 +542,3 @@ "use strict"; | ||
style: _objectSpread({ | ||
cursor: disabled ? 'initial' : 'pointer', | ||
overflow: 'hidden' | ||
cursor: disabled ? 'initial' : 'pointer' | ||
}, style) | ||
@@ -546,0 +545,0 @@ }), React.createElement("div", { |
{ | ||
"name": "react-easy-panzoom", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Wrapper to enable pan and zoom for any React component", | ||
@@ -40,2 +40,3 @@ "main": "./lib/index.js", | ||
"@babel/plugin-proposal-class-properties": "^7.3.4", | ||
"@babel/plugin-proposal-export-default-from": "^7.2.0", | ||
"@babel/preset-env": "^7.3.4", | ||
@@ -42,0 +43,0 @@ "@babel/preset-flow": "^7.0.0", |
export {default as PanZoom} from './PanZoom' | ||
export default from './PanZoom' |
@@ -389,3 +389,3 @@ // @flow | ||
onTouchStart={this.onTouchStart} | ||
style={{ cursor: disabled ? 'initial' : 'pointer', overflow: 'hidden', ...style }} | ||
style={{ cursor: disabled ? 'initial' : 'pointer', ...style }} | ||
> | ||
@@ -392,0 +392,0 @@ <div |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34710
805
0
22