ngx-lottie
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -60,6 +60,7 @@ import { InjectionToken } from '@angular/core'; | ||
} | ||
export declare type AnimationConfigWithData = import('lottie-web').AnimationConfigWithData; | ||
export declare type AnimationConfigWithPath = import('lottie-web').AnimationConfigWithPath; | ||
export declare type AnimationOptions = Partial<AnimationConfigWithData> | Partial<AnimationConfigWithPath>; | ||
export declare type RendererType = import('lottie-web').RendererType; | ||
export declare type AnimationConfigWithData<R extends RendererType = 'svg'> = import('lottie-web').AnimationConfigWithData<R>; | ||
export declare type AnimationConfigWithPath<R extends RendererType = 'svg'> = import('lottie-web').AnimationConfigWithPath<R>; | ||
export declare type AnimationOptions<R extends RendererType = 'svg'> = Partial<AnimationConfigWithData<R>> | Partial<AnimationConfigWithPath<R>>; | ||
export declare const LOTTIE_OPTIONS: InjectionToken<LottieOptions>; | ||
export {}; |
{ | ||
"name": "ngx-lottie", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"repository": { | ||
@@ -38,3 +38,3 @@ "type": "git", | ||
"@angular/core": ">=13", | ||
"lottie-web": ">=5.4.0" | ||
"lottie-web": ">=5.9.2" | ||
}, | ||
@@ -41,0 +41,0 @@ "module": "fesm2015/ngx-lottie.mjs", |
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 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 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 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
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
218662
1696