@invisionag/iris-react-animation
Advanced tools
Comparing version 1.1.3 to 1.1.5
@@ -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/cilice/Development/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(AnimationDelayer, "AnimationDelayer", "/Users/cilice/Development/iris/packages/react-animation/src/delayer.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/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/cilice/Development/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(AnimationStateChanger, "AnimationStateChanger", "/Users/cilice/Development/iris/packages/react-animation/src/styles.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/react-animation/src/styles.js"); | ||
leaveModule(module); | ||
@@ -505,5 +505,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/cilice/Development/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(Animation, "Animation", "/Users/cilice/Development/iris/packages/react-animation/src/index.js"); | ||
reactHotLoader.register(_default, "default", "/Users/cilice/Development/iris/packages/react-animation/src/index.js"); | ||
leaveModule(module); | ||
@@ -510,0 +510,0 @@ })(); |
{ | ||
"name": "@invisionag/iris-react-animation", | ||
"version": "1.1.3", | ||
"version": "1.1.5", | ||
"main": "dist/index.js", | ||
@@ -8,5 +8,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@invisionag/iris-react-image-container": "^1.1.3", | ||
"@invisionag/iris-settings": "^4.4.2", | ||
"@invisionag/iris-tools": "^3.1.3", | ||
"@invisionag/iris-react-image-container": "^1.1.5", | ||
"@invisionag/iris-settings": "^4.4.3", | ||
"@invisionag/iris-tools": "^3.1.5", | ||
"classnames": "^2.2.6", | ||
@@ -16,3 +16,3 @@ "lottie-web": "^5.1.18" | ||
"devDependencies": { | ||
"@invisionag/iris-colors": "^3.1.3" | ||
"@invisionag/iris-colors": "^3.1.5" | ||
}, | ||
@@ -22,3 +22,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "60b39d6f3c5f349afc80c1d15ba7e8a486460744" | ||
"gitHead": "72e46fa75be37d89150990ad8362664e82fb46cb" | ||
} |
33004