@dotlottie/common
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -1,5 +0,5 @@ | ||
export { a as DotLottieLoader } from './chunk-FKRBH4IN.js'; | ||
import './chunk-FY4TNGN6.js'; | ||
export { a as DotLottieLoader } from './chunk-IEEM57DO.js'; | ||
import './chunk-VD6S3LOF.js'; | ||
import './chunk-B7OIQIGJ.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=dotlottie-loader.js.map |
@@ -1,9 +0,9 @@ | ||
export { d as DEFAULT_OPTIONS, e as DEFAULT_STATE, f as DotLottieCommonPlayer, c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-SWXO2YU5.js'; | ||
import './chunk-FKRBH4IN.js'; | ||
import './chunk-APUDUPA7.js'; | ||
export { d as DEFAULT_OPTIONS, e as DEFAULT_STATE, f as DotLottieCommonPlayer, c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-CKFOONXK.js'; | ||
import './chunk-IEEM57DO.js'; | ||
import './chunk-N73Z65YH.js'; | ||
import './chunk-Q7KTYJ3E.js'; | ||
import './chunk-BHJSY5WG.js'; | ||
import './chunk-FY4TNGN6.js'; | ||
import './chunk-VD6S3LOF.js'; | ||
import './chunk-B7OIQIGJ.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=dotlottie-player.js.map |
@@ -1,5 +0,5 @@ | ||
export { a as loadStateMachines } from './chunk-APUDUPA7.js'; | ||
import './chunk-FY4TNGN6.js'; | ||
export { a as loadStateMachines } from './chunk-N73Z65YH.js'; | ||
import './chunk-VD6S3LOF.js'; | ||
import './chunk-B7OIQIGJ.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=dotlottie-state-machine-loader.js.map |
export { c as DEFAULT_OPTIONS, f as DEFAULT_STATE, g as DotLottieCommonPlayer, d as DotLottieConfig, D as DotLottieElement, e as DotLottiePlayerState, b as PlayMode, P as PlayerEvents, a as PlayerState, R as RendererSettings } from './dotlottie-player-f798c4ea.js'; | ||
export { createError, getFilename, getKeyByValue, isValidLottieJSON, isValidLottieString, logError, logWarning, lottieContainsAudio } from './utils.js'; | ||
export { createError, deepCloneLottieJson, getFilename, getKeyByValue, isValidLottieJSON, isValidLottieString, logError, logWarning, lottieContainsAudio } from './utils.js'; | ||
export { Manifest, ManifestAnimation, ManifestTheme, PlaybackOptions } from '@dotlottie/dotlottie-js'; | ||
@@ -4,0 +4,0 @@ export { AnimationDirection, AnimationItem, AnimationSegment, RendererType } from 'lottie-web'; |
@@ -1,9 +0,9 @@ | ||
export { d as DEFAULT_OPTIONS, e as DEFAULT_STATE, f as DotLottieCommonPlayer, c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-SWXO2YU5.js'; | ||
import './chunk-FKRBH4IN.js'; | ||
import './chunk-APUDUPA7.js'; | ||
export { d as DEFAULT_OPTIONS, e as DEFAULT_STATE, f as DotLottieCommonPlayer, c as PlayMode, a as PlayerEvents, b as PlayerState } from './chunk-CKFOONXK.js'; | ||
import './chunk-IEEM57DO.js'; | ||
import './chunk-N73Z65YH.js'; | ||
import './chunk-Q7KTYJ3E.js'; | ||
import './chunk-BHJSY5WG.js'; | ||
export { h as createError, k as getFilename, o as getKeyByValue, l as isValidLottieJSON, n as isValidLottieString, i as logError, j as logWarning, m as lottieContainsAudio } from './chunk-FY4TNGN6.js'; | ||
export { h as createError, p as deepCloneLottieJson, k as getFilename, o as getKeyByValue, l as isValidLottieJSON, n as isValidLottieString, i as logError, j as logWarning, m as lottieContainsAudio } from './chunk-VD6S3LOF.js'; | ||
import './chunk-B7OIQIGJ.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -15,3 +15,12 @@ import { Animation } from '@lottiefiles/lottie-types'; | ||
declare function getKeyByValue<T extends Record<string, unknown>, V>(object: T, value: V): keyof T; | ||
/** | ||
* Deep clone of the Lottie JSON | ||
* | ||
* This is to resolve the issue of the Lottie JSON being mutated by the lottie-web renderer. | ||
* | ||
* @param obj - Lottie JSON | ||
* @returns - Deep clone of the Lottie JSON | ||
*/ | ||
declare function deepCloneLottieJson(obj: Record<string, unknown>): Record<string, unknown>; | ||
export { createError, getFilename, getKeyByValue, isValidLottieJSON, isValidLottieString, logError, logWarning, lottieContainsAudio }; | ||
export { createError, deepCloneLottieJson, getFilename, getKeyByValue, isValidLottieJSON, isValidLottieString, logError, logWarning, lottieContainsAudio }; |
@@ -1,4 +0,4 @@ | ||
export { h as createError, k as getFilename, o as getKeyByValue, l as isValidLottieJSON, n as isValidLottieString, i as logError, j as logWarning, m as lottieContainsAudio } from './chunk-FY4TNGN6.js'; | ||
export { h as createError, p as deepCloneLottieJson, k as getFilename, o as getKeyByValue, l as isValidLottieJSON, n as isValidLottieString, i as logError, j as logWarning, m as lottieContainsAudio } from './chunk-VD6S3LOF.js'; | ||
import './chunk-B7OIQIGJ.js'; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=utils.js.map |
{ | ||
"name": "@dotlottie/common", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
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
9895952
8681