@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.8.10 to 0.8.11
@@ -7,3 +7,2 @@ import { Config, DotLottie, DotLottieWorker } from '@lottiefiles/dotlottie-web'; | ||
animationId?: string; | ||
autoResizeCanvas?: boolean; | ||
dotLottieRefCallback?: RefCallback<DotLottie>; | ||
@@ -14,7 +13,6 @@ playOnHover?: boolean; | ||
}; | ||
declare const DotLottieReact: ({ animationId, autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element; | ||
declare const DotLottieReact: ({ animationId, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, ...props }: DotLottieReactProps) => JSX.Element; | ||
type DotLottieConfig = Omit<Config, 'canvas'> & { | ||
animationId?: string; | ||
autoResizeCanvas?: boolean; | ||
playOnHover?: boolean; | ||
@@ -36,3 +34,2 @@ themeData?: string; | ||
animationId?: string; | ||
autoResizeCanvas?: boolean; | ||
playOnHover?: boolean; | ||
@@ -55,3 +52,2 @@ themeData?: string; | ||
animationId?: string; | ||
autoResizeCanvas?: boolean; | ||
dotLottieRefCallback?: RefCallback<DotLottieWorker | null>; | ||
@@ -63,3 +59,3 @@ playOnHover?: boolean; | ||
}; | ||
declare const DotLottieWorkerReact: ({ animationId, autoResizeCanvas, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, workerId, ...props }: DotLottieWorkerReactProps) => JSX.Element; | ||
declare const DotLottieWorkerReact: ({ animationId, autoplay, backgroundColor, data, dotLottieRefCallback, loop, marker, mode, playOnHover, renderConfig, segment, speed, src, themeData, themeId, useFrameInterpolation, workerId, ...props }: DotLottieWorkerReactProps) => JSX.Element; | ||
@@ -66,0 +62,0 @@ declare const setWasmUrl: (url: string) => void; |
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"type": "module", | ||
@@ -40,4 +40,3 @@ "description": "React wrapper around the dotlottie-web library", | ||
"dependencies": { | ||
"debounce": "^2.0.0", | ||
"@lottiefiles/dotlottie-web": "0.31.1" | ||
"@lottiefiles/dotlottie-web": "0.32.0" | ||
}, | ||
@@ -44,0 +43,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
573886
3
3916
+ Added@lottiefiles/dotlottie-web@0.32.0(transitive)
- Removeddebounce@^2.0.0
- Removed@lottiefiles/dotlottie-web@0.31.1(transitive)
- Removeddebounce@2.2.0(transitive)