react-prismazoom
Advanced tools
Comparing version 3.3.2 to 3.3.3
# Changelog | ||
## [3.3.3] - 2023-03-29 | ||
- Add the move method to the ref type object | ||
## [3.3.2] - 2023-03-25 | ||
@@ -4,0 +7,0 @@ - Add access to the move method from the ref object |
@@ -6,2 +6,3 @@ /// <reference types="react" /> | ||
zoomOut: (zoom: number) => void; | ||
move: (shiftX: number, shiftY: number, transitionDuration?: number) => void; | ||
reset: VoidFunction; | ||
@@ -8,0 +9,0 @@ zoomToZone: (relX: number, relY: number, relWidth: number, relHeight: number) => void; |
@@ -6,2 +6,3 @@ /// <reference types="react" /> | ||
zoomOut: (zoom: number) => void; | ||
move: (shiftX: number, shiftY: number, transitionDuration?: number) => void; | ||
reset: VoidFunction; | ||
@@ -8,0 +9,0 @@ zoomToZone: (relX: number, relY: number, relWidth: number, relHeight: number) => void; |
{ | ||
"name": "react-prismazoom", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "A pan and zoom component for React, using CSS transformations.", | ||
@@ -5,0 +5,0 @@ "author": "Sylvain Dubus <svn.dbs@gmail.com>", |
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
70349
1293