@dotlottie/react-player
Advanced tools
Comparing version 0.1.0-beta.8 to 0.1.0-beta.9
@@ -1,4 +0,4 @@ | ||
export { a as Controls } from './chunk-FUO3YSFZ.js'; | ||
import './chunk-VFVUTZHY.js'; | ||
export { a as Controls } from './chunk-IH37QOC4.js'; | ||
import './chunk-NJGKEF27.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=controls.js.map |
@@ -222,2 +222,3 @@ import React, { MutableRefObject } from 'react'; | ||
getState: () => DotLottiePlayerState; | ||
getVersions: () => Versions; | ||
next: (getOptions?: (currPlaybackOptions?: PlaybackOptions, manifestPlaybackOptions?: PlaybackOptions) => PlaybackOptions) => void; | ||
@@ -238,2 +239,6 @@ play: (indexOrId?: string | number, getOptions?: (currPlaybackOptions?: PlaybackOptions, manifestPlaybackOptions?: PlaybackOptions) => PlaybackOptions) => void; | ||
} | ||
interface Versions { | ||
dotLottieReactVersion: string; | ||
lottieWebVersion: string; | ||
} | ||
@@ -276,2 +281,2 @@ /** | ||
export { Controls, DotLottiePlayer, DotLottiePlayerProps, DotLottieRefProps, Manifest, ManifestAnimation, ManifestTheme, PlayMode, PlayerEvents, PlayerState }; | ||
export { Controls, DotLottiePlayer, DotLottiePlayerProps, DotLottieRefProps, Manifest, ManifestAnimation, ManifestTheme, PlayMode, PlaybackOptions, PlayerEvents, PlayerState }; |
@@ -1,5 +0,5 @@ | ||
export { a as Controls } from './chunk-FUO3YSFZ.js'; | ||
export { a as DotLottiePlayer } from './chunk-GRUEBQ2A.js'; | ||
export { c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-VFVUTZHY.js'; | ||
export { a as Controls } from './chunk-IH37QOC4.js'; | ||
export { a as DotLottiePlayer } from './chunk-2SXCSJZO.js'; | ||
export { c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-NJGKEF27.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
export { a as DotLottiePlayer } from './chunk-GRUEBQ2A.js'; | ||
import './chunk-VFVUTZHY.js'; | ||
export { a as DotLottiePlayer } from './chunk-2SXCSJZO.js'; | ||
import './chunk-NJGKEF27.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=react-player.js.map |
{ | ||
"name": "@dotlottie/react-player", | ||
"version": "0.1.0-beta.8", | ||
"version": "0.1.0-beta.9", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "description": "dotlottie animation player react component.", | ||
"vite": "^4.2.1", | ||
"@dotlottie/common": "^0.1.0-beta.3" | ||
"@dotlottie/common": "^0.1.0-beta.4" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
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
1649747
2633