Comparing version 3.0.0-beta.34 to 3.0.0-beta.35
@@ -10,5 +10,2 @@ import { Attributes } from "graphology-types"; | ||
export declare const DEFAULT_TOUCH_SETTINGS: TouchSettings; | ||
export type FakeSigmaMouseEvent = MouseEvent & { | ||
isFakeSigmaMouseEvent?: true; | ||
}; | ||
export type TouchCaptorEvents = { | ||
@@ -35,3 +32,2 @@ touchdown(coordinates: TouchCoords): void; | ||
getDimensions(): Dimensions; | ||
dispatchRelatedMouseEvent(type: string, e: TouchEvent, touch?: Touch, emitter?: EventTarget): void; | ||
handleStart(e: TouchEvent): void; | ||
@@ -38,0 +34,0 @@ handleLeave(e: TouchEvent): void; |
{ | ||
"name": "sigma", | ||
"version": "3.0.0-beta.34", | ||
"version": "3.0.0-beta.35", | ||
"description": "A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.", | ||
@@ -93,3 +93,3 @@ "homepage": "https://www.sigmajs.org", | ||
}, | ||
"gitHead": "1e35ff6593ed8b566634bd41009fe0a9a0a64e1a" | ||
"gitHead": "16ff5c7c421ea2f1a89e52cb694cf7c21892d653" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
902762
19537