@lottiefiles/dotlottie-web
Advanced tools
Comparing version 0.34.0 to 0.35.0
@@ -180,3 +180,2 @@ interface Marker { | ||
private readonly _pointerExitMethod; | ||
private readonly _onCompleteMethod; | ||
constructor(config: Config); | ||
@@ -249,9 +248,7 @@ private _dispatchError; | ||
private _onPointerLeave; | ||
private _onComplete; | ||
/** | ||
* @experimental | ||
* @param event - The event to be posted to the state machine | ||
* @returns boolean - true if the event was posted successfully, false otherwise | ||
*/ | ||
postStateMachineEvent(event: string): number; | ||
postPointerUpEvent(x: number, y: number): number | undefined; | ||
postPointerDownEvent(x: number, y: number): number | undefined; | ||
postPointerMoveEvent(x: number, y: number): number | undefined; | ||
postPointerEnterEvent(x: number, y: number): number | undefined; | ||
postPointerExitEvent(x: number, y: number): number | undefined; | ||
getStateMachineListeners(): string[]; | ||
@@ -310,3 +307,2 @@ private _setupStateMachineListeners; | ||
private readonly _pointerExitMethod; | ||
private readonly _onCompleteMethod; | ||
constructor(config: Config & { | ||
@@ -373,3 +369,2 @@ workerId?: string; | ||
stopStateMachine(): Promise<boolean>; | ||
postStateMachineEvent(event: string): Promise<number>; | ||
getStateMachineListeners(): Promise<string[]>; | ||
@@ -382,3 +377,2 @@ private _getPointerPosition; | ||
private _onPointerLeave; | ||
private _onComplete; | ||
private _setupStateMachineListeners; | ||
@@ -385,0 +379,0 @@ private _cleanupStateMachineListeners; |
{ | ||
"name": "@lottiefiles/dotlottie-web", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Lottie and DotLottie player for the web", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
8
5207877
3706