@invisionag/iris-react-animation
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -221,5 +221,5 @@ module.exports = | ||
reactHotLoader.register(AnimationDelayContext, "AnimationDelayContext", "/Users/fbecker/repos/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(AnimationDelayer, "AnimationDelayer", "/Users/fbecker/repos/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(_default, "default", "/Users/fbecker/repos/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(AnimationDelayContext, "AnimationDelayContext", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(AnimationDelayer, "AnimationDelayer", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(_default, "default", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/delayer.js"); | ||
leaveModule(module); | ||
@@ -269,5 +269,5 @@ })(); | ||
reactHotLoader.register(animationPlayState, "animationPlayState", "/Users/fbecker/repos/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(AnimationStateChanger, "AnimationStateChanger", "/Users/fbecker/repos/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(_default, "default", "/Users/fbecker/repos/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(animationPlayState, "animationPlayState", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(AnimationStateChanger, "AnimationStateChanger", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(_default, "default", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/styles.js"); | ||
leaveModule(module); | ||
@@ -506,5 +506,5 @@ })(); | ||
reactHotLoader.register(defaultLottieOptions, "defaultLottieOptions", "/Users/fbecker/repos/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(Animation, "Animation", "/Users/fbecker/repos/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(_default, "default", "/Users/fbecker/repos/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(defaultLottieOptions, "defaultLottieOptions", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(Animation, "Animation", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(_default, "default", "/Users/tobias.koenig/Documents/code/iris/packages/react-animation/src/index.js"); | ||
leaveModule(module); | ||
@@ -511,0 +511,0 @@ })(); |
{ | ||
"name": "@invisionag/iris-react-animation", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "dist/index.js", | ||
@@ -8,5 +8,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@invisionag/iris-react-image-container": "^2.2.3", | ||
"@invisionag/iris-settings": "^6.0.12", | ||
"@invisionag/iris-tools": "^4.0.21", | ||
"@invisionag/iris-react-image-container": "^2.2.4", | ||
"@invisionag/iris-settings": "^6.0.13", | ||
"@invisionag/iris-tools": "^4.0.22", | ||
"classnames": "^2.2.6", | ||
@@ -16,4 +16,4 @@ "lottie-web": "^5.1.18" | ||
"devDependencies": { | ||
"@invisionag/iris-colors": "^5.0.3", | ||
"@invisionag/iris-react-spinner": "^4.1.3" | ||
"@invisionag/iris-colors": "^5.0.4", | ||
"@invisionag/iris-react-spinner": "^4.1.4" | ||
}, | ||
@@ -23,3 +23,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4db8a9f4c4a060e4901fa17e9f447ddf8dcf7c47" | ||
"gitHead": "a5869b24ffa70206e422198876dc20ea4f93ed6f" | ||
} |
33216