@neo4j-nvl/interaction-handlers 0.2.31 → 0.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export type ZoomInteractionCallbacks = {
9
9
  * @param zoomLevel - The zoom level
10
10
  * @param event - The original mouse wheel event
11
11
  */
12
- onZoom?: (zoomLevel: number, event: WheelEvent) => void | boolean;
12
+ onZoom?: ((zoomLevel: number, event: WheelEvent) => void) | boolean;
13
13
  };
14
14
  /**
15
15
  * Interaction handler for zooming the canvas.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/interaction-handlers",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "license": "SEE LICENSE IN 'Neo4j Early Access Agreement - Visualization Library.pdf'",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",