@lottiefiles/dotlottie-wc
Advanced tools
Comparing version 0.0.12 to 0.1.0
@@ -11,3 +11,3 @@ import * as lit from 'lit'; | ||
speed: Config['speed']; | ||
segments: Config['segments']; | ||
segment: Config['segment']; | ||
mode: Config['mode']; | ||
@@ -14,0 +14,0 @@ backgroundColor: Config['backgroundColor']; |
@@ -1,3 +0,3 @@ | ||
export { a as DotLottieWC } from './chunk-632IVVA5.js'; | ||
export { a as DotLottieWC } from './chunk-IA7LCHOD.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=dotlottie-wc.js.map |
@@ -1,3 +0,3 @@ | ||
export { a as DotLottieWC } from './chunk-632IVVA5.js'; | ||
export { a as DotLottieWC } from './chunk-IA7LCHOD.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@lottiefiles/dotlottie-wc", | ||
"version": "0.0.12", | ||
"version": "0.1.0", | ||
"type": "module", | ||
@@ -42,3 +42,3 @@ "description": "Web component wrapper around the dotlottie-web library", | ||
"lit": "^3.1.0", | ||
"@lottiefiles/dotlottie-web": "0.16.0" | ||
"@lottiefiles/dotlottie-web": "0.17.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -94,3 +94,3 @@ # @lottiefiles/dotlottie-wc | ||
| `data` | string | Animation data as a string or ArrayBuffer for .lottie animations. | | ||
| `segments` | Array | Animation segments as an array of two numbers (start frame and end frame). | | ||
| `segment` | Array | Animation segment as an array of two numbers (start frame and end frame). | | ||
| `mode` | string | Animation play mode (e.g., "forward", "bounce"). | | ||
@@ -97,0 +97,0 @@ | `backgroundColor` | string | Background color of the canvas. Accepts 6-digit or 8-digit hex color string (e.g., "#000000FF"). | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
266879
+ Added@lottiefiles/dotlottie-web@0.17.0(transitive)
- Removed@lottiefiles/dotlottie-web@0.16.0(transitive)