react-svg-pan-zoom
Advanced tools
Comparing version 3.12.0 to 3.12.1
@@ -141,3 +141,2 @@ "use strict"; | ||
}); | ||
var _migrationTips = require("./migration-tips"); | ||
var _viewer = _interopRequireDefault(require("./viewer")); | ||
@@ -144,0 +143,0 @@ var _uncontrolledViewer = _interopRequireDefault(require("./uncontrolled-viewer")); |
@@ -1,2 +0,1 @@ | ||
import { tipNoViewer } from "./migration-tips"; | ||
export { default as ReactSVGPanZoom } from './viewer'; | ||
@@ -3,0 +2,0 @@ export { default as UncontrolledReactSVGPanZoom } from './uncontrolled-viewer'; |
{ | ||
"author": "chrvadala", | ||
"name": "react-svg-pan-zoom", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "A React component that adds pan and zoom features to SVG", | ||
@@ -6,0 +6,0 @@ "main": "./build-commonjs/index.js", |
@@ -120,1 +120,2 @@ # react-svg-pan-zoom | ||
- [justin-hackin](https://github.com/justin-hackin) | ||
- [Hydroxycarbamide](https://github.com/Hydroxycarbamide) |
@@ -1,3 +0,1 @@ | ||
import {tipNoViewer} from "./migration-tips"; | ||
export {default as ReactSVGPanZoom} from './viewer'; | ||
@@ -17,2 +15,2 @@ export {default as UncontrolledReactSVGPanZoom} from './uncontrolled-viewer'; | ||
export {openMiniature, closeMiniature} from './features/miniature' | ||
export * from './constants'; | ||
export * from './constants'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
121
1098579
13173