react-zoom-pan-pinch
Advanced tools
Comparing version 3.6.1 to 3.7.0
@@ -80,3 +80,3 @@ import React from 'react'; | ||
handleInitializeWrapperEvents: (wrapper: HTMLDivElement) => void; | ||
handleInitialize: (contentComponent: HTMLDivElement) => void; | ||
handleInitialize: (wrapper: HTMLDivElement, contentComponent: HTMLDivElement) => void; | ||
onWheelZoom: (event: WheelEvent) => void; | ||
@@ -83,0 +83,0 @@ onWheelPanning: (event: WheelEvent) => void; |
{ | ||
"name": "react-zoom-pan-pinch", | ||
"version": "3.6.1", | ||
"version": "3.7.0", | ||
"description": "Zoom and pan html elements in easy way", | ||
@@ -17,3 +17,3 @@ "author": "prc5", | ||
"build:docs": "build-storybook", | ||
"start": "DISABLE_ESLINT_PLUGIN=true start-storybook -p 6006 --no-manager-cache", | ||
"start": "cross-env DISABLE_ESLINT_PLUGIN=true start-storybook -p 6006 --no-manager-cache", | ||
"test": "jest", | ||
@@ -87,2 +87,3 @@ "lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix", | ||
"react-scripts": "5.0.1", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"rollup": "^2.46.0", | ||
@@ -98,2 +99,3 @@ "rollup-plugin-delete": "^2.0.0", | ||
"ts-node": "~10.9.1", | ||
"tslib": "^2.6.3", | ||
"typescript": "^4.2.3", | ||
@@ -100,0 +102,0 @@ "webpack": "5", |
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
4412
441480
69