@dotlottie/dotlottie-js
Advanced tools
Comparing version 0.4.0-beta.14 to 0.4.0-beta.15
@@ -119,8 +119,5 @@ import { ZipOptions } from 'fflate'; | ||
interface XState { | ||
actions: Record<string, unknown>; | ||
after: Record<number, XStateTargetEvent>; | ||
context: Record<string, unknown>; | ||
entry?: () => void; | ||
exit?: () => void; | ||
guards: Record<string, unknown>; | ||
meta: StateAnimationSettings; | ||
@@ -130,2 +127,5 @@ on: Record<keyof EventMap, XStateTargetEvent>; | ||
interface XStateMachine { | ||
actions: Record<string, unknown>; | ||
context: Record<string, unknown>; | ||
guards: Record<string, unknown>; | ||
id: string; | ||
@@ -132,0 +132,0 @@ initial: string; |
@@ -14,3 +14,3 @@ import { strToU8, zip, unzip, strFromU8 } from 'fflate'; | ||
name: "@dotlottie/dotlottie-js", | ||
version: "0.4.0-beta.14", | ||
version: "0.4.0-beta.15", | ||
type: "module", | ||
@@ -17,0 +17,0 @@ description: "This library helps in creating and modifying .lottie files.", |
{ | ||
"name": "@dotlottie/dotlottie-js", | ||
"version": "0.4.0-beta.14", | ||
"version": "0.4.0-beta.15", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "This library helps in creating and modifying .lottie files.", |
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 not supported yet
Sorry, the diff of this file is not supported yet