react-tween-state
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,2 +5,5 @@ Legend: | ||
### 0.1.2 (July 4th 2015) | ||
- [I] Export everything as default. | ||
## 0.1.1 (June 21th 2015) | ||
@@ -7,0 +10,0 @@ **Note**: this version is not compatible with React < 0.13. |
13
index.js
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
import easingTypes, {easeInOutQuad} from 'tween-functions'; | ||
@@ -13,8 +11,7 @@ | ||
export {easingTypes}; | ||
export let stackBehavior = { | ||
let stackBehavior = { | ||
ADDITIVE: 'ADDITIVE', | ||
DESTRUCTIVE: 'DESTRUCTIVE', | ||
}; | ||
export let Mixin = { | ||
let Mixin = { | ||
getInitialState: function() { | ||
@@ -156,1 +153,7 @@ return { | ||
}; | ||
export default { | ||
Mixin, | ||
easingTypes, | ||
stackBehavior, | ||
}; |
@@ -53,4 +53,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/************************************************************************/ | ||
/******/ ([ | ||
/* 0 */ | ||
/******/ ({ | ||
/***/ 0: | ||
/*!*****************!*\ | ||
@@ -61,8 +62,8 @@ !*** multi lib ***! | ||
module.exports = __webpack_require__(/*! ./index.js */2); | ||
module.exports = __webpack_require__(/*! ./index.js */160); | ||
/***/ }, | ||
/* 1 */, | ||
/* 2 */ | ||
/***/ 160: | ||
/*!******************!*\ | ||
@@ -81,3 +82,3 @@ !*** ./index.js ***! | ||
var _tweenFunctions = __webpack_require__(/*! tween-functions */ 3); | ||
var _tweenFunctions = __webpack_require__(/*! tween-functions */ 161); | ||
@@ -94,3 +95,2 @@ var _tweenFunctions2 = _interopRequireDefault(_tweenFunctions); | ||
exports.easingTypes = _tweenFunctions2['default']; | ||
var stackBehavior = { | ||
@@ -100,3 +100,2 @@ ADDITIVE: 'ADDITIVE', | ||
}; | ||
exports.stackBehavior = stackBehavior; | ||
var Mixin = { | ||
@@ -243,8 +242,15 @@ getInitialState: function getInitialState() { | ||
}; | ||
exports.Mixin = Mixin; | ||
exports['default'] = { | ||
Mixin: Mixin, | ||
easingTypes: _tweenFunctions2['default'], | ||
stackBehavior: stackBehavior | ||
}; | ||
module.exports = exports['default']; | ||
// TODO: some funcs accept a 5th param | ||
/***/ }, | ||
/* 3 */ | ||
/***/ 161: | ||
/*!************************************!*\ | ||
@@ -513,5 +519,6 @@ !*** ./~/tween-functions/index.js ***! | ||
/***/ } | ||
/******/ ]) | ||
/******/ }) | ||
}); | ||
; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-tween-state", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "React animation.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
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
45645
634
0