@lottiefiles/lottie-player
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -6,2 +6,9 @@ # Changelog | ||
## [1.2.1](https://github.com/LottieFiles/lottie-player/compare/v1.2.0...v1.2.1) (2021-09-30) | ||
### Bug Fixes | ||
* **safari fix:** safari height width inherit to container, eslint error fixes ([8c96be5](https://github.com/LottieFiles/lottie-player/commit/8c96be586d3128833d264f2c75511b4d03e95289)) | ||
# [1.2.0](https://github.com/LottieFiles/lottie-player/compare/v1.1.4...v1.2.0) (2021-09-21) | ||
@@ -8,0 +15,0 @@ |
@@ -58,2 +58,10 @@ import { LitElement, TemplateResult } from "lit-element"; | ||
/** | ||
* Player state. | ||
*/ | ||
currentState: PlayerState; | ||
/** | ||
* Animation speed. | ||
*/ | ||
description: string; | ||
/** | ||
* Direction of animation. | ||
@@ -67,2 +75,6 @@ */ | ||
/** | ||
* Intermission | ||
*/ | ||
intermission: number; | ||
/** | ||
* Whether to loop animation. | ||
@@ -84,2 +96,6 @@ */ | ||
/** | ||
* seeker | ||
*/ | ||
seeker: any; | ||
/** | ||
* Animation speed. | ||
@@ -93,12 +109,2 @@ */ | ||
/** | ||
* Player state. | ||
*/ | ||
currentState: PlayerState; | ||
seeker: any; | ||
intermission: number; | ||
/** | ||
* Animation speed. | ||
*/ | ||
description: string; | ||
/** | ||
* Animation container. | ||
@@ -105,0 +111,0 @@ */ |
@@ -0,3 +1,6 @@ | ||
/** | ||
* Copyright 2021 Design Barn Inc. | ||
*/ | ||
declare const _default: import("lit-element").CSSResult; | ||
export default _default; | ||
//# sourceMappingURL=lottie-player.styles.d.ts.map |
{ | ||
"name": "@lottiefiles/lottie-player", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Lottie animation and Telegram Sticker player web components.", | ||
@@ -41,3 +41,3 @@ "main": "dist/lottie-player.js", | ||
"@commitlint/config-conventional": "^12.1.1", | ||
"@lottiefiles/eslint-plugin": "^2.0.0", | ||
"@lottiefiles/eslint-plugin": "^2.2.0", | ||
"@rollup/plugin-babel": "^5.1.0", | ||
@@ -44,0 +44,0 @@ "@rollup/plugin-commonjs": "^14.0.0", |
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
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
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 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
6713805
6330