diff --git a/bundle.js b/bundle.js index 4e2e428..191bf02 100644 --- a/bundle.js +++ b/bundle.js @@ -668,68 +668,6 @@ function __makeTemplateObject(cooked, raw) { /***/ }), /* 12 */ -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; - -function __export(m) { - for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; -} -Object.defineProperty(exports, "__esModule", { value: true }); -__export(__webpack_require__(124)); -__export(__webpack_require__(235)); -__export(__webpack_require__(237)); -__export(__webpack_require__(239)); -__export(__webpack_require__(125)); -__export(__webpack_require__(252)); -__export(__webpack_require__(253)); -__export(__webpack_require__(132)); -//# sourceMappingURL=utils.js.map - -/***/ }), -/* 13 */ -/***/ (function(module, exports, __webpack_require__) { - -"use strict"; - - -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * - */ - -function makeEmptyFunction(arg) { - return function () { - return arg; - }; -} - -/** - * This function accepts and discards inputs; it has no side effects. This is - * primarily useful idiomatically for overridable function endpoints which - * always need to be callable, since JS lacks a null-call idiom ala Cocoa. - */ -var emptyFunction = function emptyFunction() {}; - -emptyFunction.thatReturns = makeEmptyFunction; -emptyFunction.thatReturnsFalse = makeEmptyFunction(false); -emptyFunction.thatReturnsTrue = makeEmptyFunction(true); -emptyFunction.thatReturnsNull = makeEmptyFunction(null); -emptyFunction.thatReturnsThis = function () { - return this; -}; -emptyFunction.thatReturnsArgument = function (arg) { - return arg; -}; - -module.exports = emptyFunction; - -/***/ }), -/* 14 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; @@ -7597,6 +7535,68 @@ function useLinkComponent(LinkComponent) { /* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(3))) +/***/ }), +/* 13 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + +function __export(m) { + for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; +} +Object.defineProperty(exports, "__esModule", { value: true }); +__export(__webpack_require__(124)); +__export(__webpack_require__(235)); +__export(__webpack_require__(237)); +__export(__webpack_require__(239)); +__export(__webpack_require__(125)); +__export(__webpack_require__(252)); +__export(__webpack_require__(253)); +__export(__webpack_require__(132)); +//# sourceMappingURL=utils.js.map + +/***/ }), +/* 14 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +/** + * Copyright (c) 2013-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * + */ + +function makeEmptyFunction(arg) { + return function () { + return arg; + }; +} + +/** + * This function accepts and discards inputs; it has no side effects. This is + * primarily useful idiomatically for overridable function endpoints which + * always need to be callable, since JS lacks a null-call idiom ala Cocoa. + */ +var emptyFunction = function emptyFunction() {}; + +emptyFunction.thatReturns = makeEmptyFunction; +emptyFunction.thatReturnsFalse = makeEmptyFunction(false); +emptyFunction.thatReturnsTrue = makeEmptyFunction(true); +emptyFunction.thatReturnsNull = makeEmptyFunction(null); +emptyFunction.thatReturnsThis = function () { + return this; +}; +emptyFunction.thatReturnsArgument = function (arg) { + return arg; +}; + +module.exports = emptyFunction; + /***/ }), /* 15 */ /***/ (function(module, exports) { @@ -8893,7 +8893,7 @@ module.exports = emptyObject; -var emptyFunction = __webpack_require__(13); +var emptyFunction = __webpack_require__(14); /** * Similar to invariant but only logs a warning if the condition is not met. @@ -11557,7 +11557,7 @@ module.exports = ExecutionEnvironment; * @typechecks */ -var emptyFunction = __webpack_require__(13); +var emptyFunction = __webpack_require__(14); /** * Upstream version of event listener. Does not take into account specific @@ -12236,7 +12236,7 @@ module.exports = freeGlobal; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -var utils_1 = __webpack_require__(12); +var utils_1 = __webpack_require__(13); exports.InstanceChainMap = new utils_1.CompositeKeyWeakMap(); //# sourceMappingURL=common.js.map @@ -14775,7 +14775,7 @@ _reactDom2.default.render(_react2.default.createElement( * LICENSE file in the root directory of this source tree. */ -var m=__webpack_require__(33),n=__webpack_require__(44),p=__webpack_require__(13),q="function"===typeof Symbol&&Symbol["for"],r=q?Symbol["for"]("react.element"):60103,t=q?Symbol["for"]("react.call"):60104,u=q?Symbol["for"]("react.return"):60105,v=q?Symbol["for"]("react.portal"):60106,w=q?Symbol["for"]("react.fragment"):60107,x="function"===typeof Symbol&&Symbol.iterator; +var m=__webpack_require__(33),n=__webpack_require__(44),p=__webpack_require__(14),q="function"===typeof Symbol&&Symbol["for"],r=q?Symbol["for"]("react.element"):60103,t=q?Symbol["for"]("react.call"):60104,u=q?Symbol["for"]("react.return"):60105,v=q?Symbol["for"]("react.portal"):60106,w=q?Symbol["for"]("react.fragment"):60107,x="function"===typeof Symbol&&Symbol.iterator; function y(a){for(var b=arguments.length-1,e="Minified React error #"+a+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant\x3d"+a,c=0;c "{text}", :type => "{text}", :amount => "{number}"}' } }, @@ -45936,7 +45879,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { - currentVersion: "0.4.0", + currentVersion: "0.4.1", minimumVersion: "0.1.0" };