@lottiefiles/dotlottie-react
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,4 +12,4 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web'; | ||
}; | ||
declare const DotLottieReact: ({ autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, renderConfig, segments, speed, src, ...props }: DotLottieComponentProps) => JSX.Element; | ||
declare const DotLottieReact: ({ autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, renderConfig, segments, speed, src, useFrameInterpolation, ...props }: DotLottieComponentProps) => JSX.Element; | ||
export { type DotLottieComponentProps, DotLottieReact }; |
@@ -15,2 +15,3 @@ import React from 'react'; | ||
src, | ||
useFrameInterpolation, | ||
...props | ||
@@ -27,3 +28,4 @@ }) => { | ||
renderConfig, | ||
backgroundColor | ||
backgroundColor, | ||
useFrameInterpolation | ||
}); | ||
@@ -30,0 +32,0 @@ React.useEffect(() => { |
{ | ||
"name": "@lottiefiles/dotlottie-react", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "React wrapper around the dotlottie-web library", | ||
"dependencies": { | ||
"@lottiefiles/dotlottie-web": "0.10.0" | ||
"@lottiefiles/dotlottie-web": "0.11.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
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
12918
187
+ Added@lottiefiles/dotlottie-web@0.11.0(transitive)
- Removed@lottiefiles/dotlottie-web@0.10.0(transitive)