react 16.0.0-alpha.11 → 16.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,8 +6,8 @@ var emptyObject = require('fbjs/lib/emptyObject');
6
6
  var invariant = require('fbjs/lib/invariant');
7
7
  var emptyFunction = require('fbjs/lib/emptyFunction');
8
8
  var checkPropTypes = require('prop-types/checkPropTypes');
9
- var factory = require('prop-types/factory');
10
- var factory$1 = require('create-react-class/factory');
9
+ var propTypes = require('prop-types');
10
+ var factory = require('create-react-class/factory');
11
11
 
12
12
  /**
13
13
  * Copyright (c) 2013-present, Facebook, Inc.
@@ -922,10 +922,9 @@ var describeComponentFrame = ReactFiberComponentTreeHook.describeComponentFrame;
922
922
  function isNative(fn) {
923
923
  // Based on isNative() from Lodash
924
924
  var funcToString = Function.prototype.toString;
925
- var hasOwnProperty = Object.prototype.hasOwnProperty;
926
925
  var reIsNative = RegExp('^' + funcToString
927
926
  // Take an example native function source for comparison
928
- .call(hasOwnProperty)
927
+ .call(Object.prototype.hasOwnProperty)
929
928
  // Strip regex characters so we can use it for regex
930
929
  .replace(/[\\^$.*+?()[\]{}|]/g, '\\$&')
931
930
  // Remove hasOwnProperty from the template to make it generic
@@ -1268,7 +1267,7 @@ var didWarnAboutMaps = false;
1268
1267
  function getComponentKey(component, index) {
1269
1268
  // Do some typechecking here since we call this blindly. We want to ensure
1270
1269
  // that we don't block potential future ES APIs.
1271
- if (component && typeof component === 'object' && component.key != null) {
1270
+ if (typeof component === 'object' && component !== null && component.key != null) {
1272
1271
  // Explicit key
1273
1272
  return KeyEscapeUtils_1.escape(component.key);
1274
1273
  }
@@ -1731,10 +1730,10 @@ function validatePropTypes(element) {
1731
1730
  // Avoid triggering that warning during validation using the temporary workaround,
1732
1731
  // __propTypesSecretDontUseThesePlease.
1733
1732
  // TODO (bvaughn) Revert this particular change any time after April 1 ReactNative tag.
1734
- var propTypes = typeof componentClass.__propTypesSecretDontUseThesePlease === 'object' ? componentClass.__propTypesSecretDontUseThesePlease : componentClass.propTypes;
1733
+ var propTypes$$1 = typeof componentClass.__propTypesSecretDontUseThesePlease === 'object' ? componentClass.__propTypesSecretDontUseThesePlease : componentClass.propTypes;
1735
1734
 
1736
- if (propTypes) {
1737
- checkPropTypes$1(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);
1735
+ if (propTypes$$1) {
1736
+ checkPropTypes$1(propTypes$$1, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);
1738
1737
  }
1739
1738
  if (typeof componentClass.getDefaultProps === 'function') {
1740
1739
  warning$2(componentClass.getDefaultProps.isReactClassApproved, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');
@@ -1992,11 +1991,7 @@ var ReactDOMFactories = {
1992
1991
 
1993
1992
  var ReactDOMFactories_1 = ReactDOMFactories;
1994
1993
 
1995
- var isValidElement = ReactElement_1.isValidElement;
1996
-
1997
-
1998
-
1999
- var ReactPropTypes = factory(isValidElement);
1994
+ var ReactPropTypes = propTypes;
2000
1995
 
2001
1996
  /**
2002
1997
  * Copyright 2013-present, Facebook, Inc.
@@ -2009,7 +2004,7 @@ var ReactPropTypes = factory(isValidElement);
2009
2004
  * @providesModule ReactVersion
2010
2005
  */
2011
2006
 
2012
- var ReactVersion = '16.0.0-alpha.11';
2007
+ var ReactVersion = '16.0.0-alpha.12';
2013
2008
 
2014
2009
  /**
2015
2010
  * Returns the first child in a collection of children and verifies that there
@@ -2034,12 +2029,12 @@ var onlyChild_1 = onlyChild;
2034
2029
 
2035
2030
  var Component = ReactBaseClasses.Component;
2036
2031
 
2037
- var isValidElement$1 = ReactElement_1.isValidElement;
2032
+ var isValidElement = ReactElement_1.isValidElement;
2038
2033
 
2039
2034
 
2040
2035
 
2041
2036
 
2042
- var createClass = factory$1(Component, isValidElement$1, ReactNoopUpdateQueue_1);
2037
+ var createClass = factory(Component, isValidElement, ReactNoopUpdateQueue_1);
2043
2038
 
2044
2039
  var createElement = ReactElement_1.createElement;
2045
2040
  var createFactory = ReactElement_1.createFactory;
@@ -1 +1 @@
1
- "use strict";function e(e){for(var t=arguments.length-1,r="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,n=0;n<t;n++)r+="&args[]="+encodeURIComponent(arguments[n+1]);r+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(r);throw o.name="Invariant Violation",o.framesToPop=1,o}function t(e,t){}function r(e,t,r){this.props=e,this.context=t,this.refs=A,this.updater=r||T}function n(e,t,r){this.props=e,this.context=t,this.refs=A,this.updater=r||T}function o(){}function i(e){return void 0!==e.ref}function a(e){return void 0!==e.key}function l(e){var t=e&&(Z&&e[Z]||e[ee]);if("function"==typeof t)return t}function u(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function c(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,function(e){return t[e]})}function s(e,t){return e&&"object"==typeof e&&null!=e.key?ne.escape(e.key):t.toString(36)}function p(e,t,r,n){var o=typeof e;if("undefined"!==o&&"boolean"!==o||(e=null),null===e||"string"===o||"number"===o||"object"===o&&e.$$typeof===Y)return r(n,e,""===t?oe+s(e,0):t),1;var i,a,l=0,u=""===t?oe:t+ie;if(Array.isArray(e))for(var c=0;c<e.length;c++)i=e[c],a=u+s(i,c),l+=p(i,a,r,n);else{var f=te(e);if(f)for(var d,h=f.call(e),y=0;!(d=h.next()).done;)i=d.value,a=u+s(i,y++),l+=p(i,a,r,n);else if("object"===o){var m=""+e;R("31","[object Object]"===m?"object with keys {"+Object.keys(e).join(", ")+"}":m,"")}}return l}function f(e,t,r){return null==e?0:p(e,"",t,r)}function d(e){return(""+e).replace(ce,"$&/")}function h(e,t){this.func=e,this.context=t,this.count=0}function y(e,t,r){var n=e.func,o=e.context;n.call(o,t,e.count++)}function m(e,t,r){if(null==e)return e;var n=h.getPooled(t,r);ae(e,y,n),h.release(n)}function b(e,t,r,n){this.result=e,this.keyPrefix=t,this.func=r,this.context=n,this.count=0}function v(e,t,r){var n=e.result,o=e.keyPrefix,i=e.func,a=e.context,l=i.call(a,t,e.count++);Array.isArray(l)?g(l,n,r,j.thatReturnsArgument):null!=l&&(X.isValidElement(l)&&(l=X.cloneAndReplaceKey(l,o+(!l.key||t&&t.key===l.key?"":d(l.key)+"/")+r)),n.push(l))}function g(e,t,r,n,o){var i="";null!=r&&(i=d(r)+"/");var a=b.getPooled(t,i,n,o);ae(e,v,a),b.release(a)}function P(e,t,r){if(null==e)return e;var n=[];return g(e,n,null,t,r),n}function k(e,t,r){return null}function _(e,t){return ae(e,k,null)}function E(e){var t=[];return g(e,t,null,j.thatReturnsArgument),t}function w(e){return X.isValidElement(e)||R("143"),e}var S=require("object-assign");require("fbjs/lib/warning");var A=require("fbjs/lib/emptyObject");require("fbjs/lib/invariant");var j=require("fbjs/lib/emptyFunction"),x=require("prop-types/factory"),q=require("prop-types/checkPropTypes"),C=require("create-react-class/factory"),R=e,O={isMounted:function(e){return!1},enqueueForceUpdate:function(e,r,n){t(e,"forceUpdate")},enqueueReplaceState:function(e,r,n,o){t(e,"replaceState")},enqueueSetState:function(e,r,n,o){t(e,"setState")}},T=O;r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&R("85"),this.updater.enqueueSetState(this,e,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},o.prototype=r.prototype,n.prototype=new o,n.prototype.constructor=n,S(n.prototype,r.prototype),n.prototype.isPureReactComponent=!0;var $={Component:r,PureComponent:n},F=function(e){var t=this;if(t.instancePool.length){var r=t.instancePool.pop();return t.call(r,e),r}return new t(e)},U=function(e,t){var r=this;if(r.instancePool.length){var n=r.instancePool.pop();return r.call(n,e,t),n}return new r(e,t)},V=function(e,t,r){var n=this;if(n.instancePool.length){var o=n.instancePool.pop();return n.call(o,e,t,r),o}return new n(e,t,r)},I=function(e,t,r,n){var o=this;if(o.instancePool.length){var i=o.instancePool.pop();return o.call(i,e,t,r,n),i}return new o(e,t,r,n)},G=function(e){var t=this;e instanceof t||R("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},M=10,z=F,D=function(e,t){var r=e;return r.instancePool=[],r.getPooled=t||z,r.poolSize||(r.poolSize=M),r.release=G,r},K={addPoolingTo:D,oneArgumentPooler:F,twoArgumentPooler:U,threeArgumentPooler:V,fourArgumentPooler:I},L=K,N={current:null},W=N,B="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Y=B,H=Object.prototype.hasOwnProperty,J={key:!0,ref:!0,__self:!0,__source:!0},Q=function(e,t,r,n,o,i,a){return{$$typeof:Y,type:e,key:t,ref:r,props:a,_owner:i}};Q.createElement=function(e,t,r){var n,o={},l=null,u=null,c=null,s=null;if(null!=t){i(t)&&(u=t.ref),a(t)&&(l=""+t.key),c=void 0===t.__self?null:t.__self,s=void 0===t.__source?null:t.__source;for(n in t)H.call(t,n)&&!J.hasOwnProperty(n)&&(o[n]=t[n])}var p=arguments.length-2;if(1===p)o.children=r;else if(p>1){for(var f=Array(p),d=0;d<p;d++)f[d]=arguments[d+2];o.children=f}if(e&&e.defaultProps){var h=e.defaultProps;for(n in h)void 0===o[n]&&(o[n]=h[n])}return Q(e,l,u,c,s,W.current,o)},Q.createFactory=function(e){var t=Q.createElement.bind(null,e);return t.type=e,t},Q.cloneAndReplaceKey=function(e,t){return Q(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},Q.cloneElement=function(e,t,r){var n,o=S({},e.props),l=e.key,u=e.ref,c=e._self,s=e._source,p=e._owner;if(null!=t){i(t)&&(u=t.ref,p=W.current),a(t)&&(l=""+t.key);var f;e.type&&e.type.defaultProps&&(f=e.type.defaultProps);for(n in t)H.call(t,n)&&!J.hasOwnProperty(n)&&(void 0===t[n]&&void 0!==f?o[n]=f[n]:o[n]=t[n])}var d=arguments.length-2;if(1===d)o.children=r;else if(d>1){for(var h=Array(d),y=0;y<d;y++)h[y]=arguments[y+2];o.children=h}return Q(e.type,l,u,c,s,p,o)},Q.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===Y};var X=Q,Z="function"==typeof Symbol&&Symbol.iterator,ee="@@iterator",te=l,re={escape:u,unescape:c},ne=re,oe=".",ie=":",ae=f,le=L.twoArgumentPooler,ue=L.fourArgumentPooler,ce=/\/+/g;h.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},L.addPoolingTo(h,le),b.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},L.addPoolingTo(b,ue);var se={forEach:m,map:P,mapIntoWithKeyPrefixInternal:g,count:_,toArray:E},pe=se,fe=X.createFactory,de={a:fe("a"),abbr:fe("abbr"),address:fe("address"),area:fe("area"),article:fe("article"),aside:fe("aside"),audio:fe("audio"),b:fe("b"),base:fe("base"),bdi:fe("bdi"),bdo:fe("bdo"),big:fe("big"),blockquote:fe("blockquote"),body:fe("body"),br:fe("br"),button:fe("button"),canvas:fe("canvas"),caption:fe("caption"),cite:fe("cite"),code:fe("code"),col:fe("col"),colgroup:fe("colgroup"),data:fe("data"),datalist:fe("datalist"),dd:fe("dd"),del:fe("del"),details:fe("details"),dfn:fe("dfn"),dialog:fe("dialog"),div:fe("div"),dl:fe("dl"),dt:fe("dt"),em:fe("em"),embed:fe("embed"),fieldset:fe("fieldset"),figcaption:fe("figcaption"),figure:fe("figure"),footer:fe("footer"),form:fe("form"),h1:fe("h1"),h2:fe("h2"),h3:fe("h3"),h4:fe("h4"),h5:fe("h5"),h6:fe("h6"),head:fe("head"),header:fe("header"),hgroup:fe("hgroup"),hr:fe("hr"),html:fe("html"),i:fe("i"),iframe:fe("iframe"),img:fe("img"),input:fe("input"),ins:fe("ins"),kbd:fe("kbd"),keygen:fe("keygen"),label:fe("label"),legend:fe("legend"),li:fe("li"),link:fe("link"),main:fe("main"),map:fe("map"),mark:fe("mark"),menu:fe("menu"),menuitem:fe("menuitem"),meta:fe("meta"),meter:fe("meter"),nav:fe("nav"),noscript:fe("noscript"),object:fe("object"),ol:fe("ol"),optgroup:fe("optgroup"),option:fe("option"),output:fe("output"),p:fe("p"),param:fe("param"),picture:fe("picture"),pre:fe("pre"),progress:fe("progress"),q:fe("q"),rp:fe("rp"),rt:fe("rt"),ruby:fe("ruby"),s:fe("s"),samp:fe("samp"),script:fe("script"),section:fe("section"),select:fe("select"),small:fe("small"),source:fe("source"),span:fe("span"),strong:fe("strong"),style:fe("style"),sub:fe("sub"),summary:fe("summary"),sup:fe("sup"),table:fe("table"),tbody:fe("tbody"),td:fe("td"),textarea:fe("textarea"),tfoot:fe("tfoot"),th:fe("th"),thead:fe("thead"),time:fe("time"),title:fe("title"),tr:fe("tr"),track:fe("track"),u:fe("u"),ul:fe("ul"),var:fe("var"),video:fe("video"),wbr:fe("wbr"),circle:fe("circle"),clipPath:fe("clipPath"),defs:fe("defs"),ellipse:fe("ellipse"),g:fe("g"),image:fe("image"),line:fe("line"),linearGradient:fe("linearGradient"),mask:fe("mask"),path:fe("path"),pattern:fe("pattern"),polygon:fe("polygon"),polyline:fe("polyline"),radialGradient:fe("radialGradient"),rect:fe("rect"),stop:fe("stop"),svg:fe("svg"),text:fe("text"),tspan:fe("tspan")},he=de,ye=X.isValidElement,me=x(ye),be="16.0.0-alpha.11",ve=w,ge=$.Component,Pe=X.isValidElement,ke=C(ge,Pe,T),_e=X.createElement,Ee=X.createFactory,we=X.cloneElement,Se=function(e){return e},Ae={Children:{map:pe.map,forEach:pe.forEach,count:pe.count,toArray:pe.toArray,only:ve},Component:$.Component,PureComponent:$.PureComponent,createElement:_e,cloneElement:we,isValidElement:X.isValidElement,PropTypes:me,checkPropTypes:q,createClass:ke,createFactory:Ee,createMixin:Se,DOM:he,version:be,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:W}},je=Ae;module.exports=je;
1
+ "use strict";function e(e){for(var t=arguments.length-1,r="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,n=0;n<t;n++)r+="&args[]="+encodeURIComponent(arguments[n+1]);r+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(r);throw o.name="Invariant Violation",o.framesToPop=1,o}function t(e,t){}function r(e,t,r){this.props=e,this.context=t,this.refs=A,this.updater=r||T}function n(e,t,r){this.props=e,this.context=t,this.refs=A,this.updater=r||T}function o(){}function i(e){return void 0!==e.ref}function a(e){return void 0!==e.key}function l(e){var t=e&&(Z&&e[Z]||e[ee]);if("function"==typeof t)return t}function u(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function c(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,function(e){return t[e]})}function s(e,t){return"object"==typeof e&&null!==e&&null!=e.key?ne.escape(e.key):t.toString(36)}function p(e,t,r,n){var o=typeof e;if("undefined"!==o&&"boolean"!==o||(e=null),null===e||"string"===o||"number"===o||"object"===o&&e.$$typeof===Y)return r(n,e,""===t?oe+s(e,0):t),1;var i,a,l=0,u=""===t?oe:t+ie;if(Array.isArray(e))for(var c=0;c<e.length;c++)i=e[c],a=u+s(i,c),l+=p(i,a,r,n);else{var f=te(e);if(f)for(var d,h=f.call(e),y=0;!(d=h.next()).done;)i=d.value,a=u+s(i,y++),l+=p(i,a,r,n);else if("object"===o){var m=""+e;R("31","[object Object]"===m?"object with keys {"+Object.keys(e).join(", ")+"}":m,"")}}return l}function f(e,t,r){return null==e?0:p(e,"",t,r)}function d(e){return(""+e).replace(ce,"$&/")}function h(e,t){this.func=e,this.context=t,this.count=0}function y(e,t,r){var n=e.func,o=e.context;n.call(o,t,e.count++)}function m(e,t,r){if(null==e)return e;var n=h.getPooled(t,r);ae(e,y,n),h.release(n)}function b(e,t,r,n){this.result=e,this.keyPrefix=t,this.func=r,this.context=n,this.count=0}function v(e,t,r){var n=e.result,o=e.keyPrefix,i=e.func,a=e.context,l=i.call(a,t,e.count++);Array.isArray(l)?g(l,n,r,j.thatReturnsArgument):null!=l&&(X.isValidElement(l)&&(l=X.cloneAndReplaceKey(l,o+(!l.key||t&&t.key===l.key?"":d(l.key)+"/")+r)),n.push(l))}function g(e,t,r,n,o){var i="";null!=r&&(i=d(r)+"/");var a=b.getPooled(t,i,n,o);ae(e,v,a),b.release(a)}function P(e,t,r){if(null==e)return e;var n=[];return g(e,n,null,t,r),n}function k(e,t,r){return null}function _(e,t){return ae(e,k,null)}function E(e){var t=[];return g(e,t,null,j.thatReturnsArgument),t}function w(e){return X.isValidElement(e)||R("143"),e}var S=require("object-assign");require("fbjs/lib/warning");var A=require("fbjs/lib/emptyObject");require("fbjs/lib/invariant");var j=require("fbjs/lib/emptyFunction"),x=require("prop-types"),q=require("prop-types/checkPropTypes"),C=require("create-react-class/factory"),R=e,O={isMounted:function(e){return!1},enqueueForceUpdate:function(e,r,n){t(e,"forceUpdate")},enqueueReplaceState:function(e,r,n,o){t(e,"replaceState")},enqueueSetState:function(e,r,n,o){t(e,"setState")}},T=O;r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&R("85"),this.updater.enqueueSetState(this,e,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},o.prototype=r.prototype,n.prototype=new o,n.prototype.constructor=n,S(n.prototype,r.prototype),n.prototype.isPureReactComponent=!0;var $={Component:r,PureComponent:n},F=function(e){var t=this;if(t.instancePool.length){var r=t.instancePool.pop();return t.call(r,e),r}return new t(e)},U=function(e,t){var r=this;if(r.instancePool.length){var n=r.instancePool.pop();return r.call(n,e,t),n}return new r(e,t)},I=function(e,t,r){var n=this;if(n.instancePool.length){var o=n.instancePool.pop();return n.call(o,e,t,r),o}return new n(e,t,r)},V=function(e,t,r,n){var o=this;if(o.instancePool.length){var i=o.instancePool.pop();return o.call(i,e,t,r,n),i}return new o(e,t,r,n)},G=function(e){var t=this;e instanceof t||R("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},M=10,z=F,D=function(e,t){var r=e;return r.instancePool=[],r.getPooled=t||z,r.poolSize||(r.poolSize=M),r.release=G,r},K={addPoolingTo:D,oneArgumentPooler:F,twoArgumentPooler:U,threeArgumentPooler:I,fourArgumentPooler:V},L=K,N={current:null},W=N,B="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,Y=B,H=Object.prototype.hasOwnProperty,J={key:!0,ref:!0,__self:!0,__source:!0},Q=function(e,t,r,n,o,i,a){return{$$typeof:Y,type:e,key:t,ref:r,props:a,_owner:i}};Q.createElement=function(e,t,r){var n,o={},l=null,u=null,c=null,s=null;if(null!=t){i(t)&&(u=t.ref),a(t)&&(l=""+t.key),c=void 0===t.__self?null:t.__self,s=void 0===t.__source?null:t.__source;for(n in t)H.call(t,n)&&!J.hasOwnProperty(n)&&(o[n]=t[n])}var p=arguments.length-2;if(1===p)o.children=r;else if(p>1){for(var f=Array(p),d=0;d<p;d++)f[d]=arguments[d+2];o.children=f}if(e&&e.defaultProps){var h=e.defaultProps;for(n in h)void 0===o[n]&&(o[n]=h[n])}return Q(e,l,u,c,s,W.current,o)},Q.createFactory=function(e){var t=Q.createElement.bind(null,e);return t.type=e,t},Q.cloneAndReplaceKey=function(e,t){return Q(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},Q.cloneElement=function(e,t,r){var n,o=S({},e.props),l=e.key,u=e.ref,c=e._self,s=e._source,p=e._owner;if(null!=t){i(t)&&(u=t.ref,p=W.current),a(t)&&(l=""+t.key);var f;e.type&&e.type.defaultProps&&(f=e.type.defaultProps);for(n in t)H.call(t,n)&&!J.hasOwnProperty(n)&&(void 0===t[n]&&void 0!==f?o[n]=f[n]:o[n]=t[n])}var d=arguments.length-2;if(1===d)o.children=r;else if(d>1){for(var h=Array(d),y=0;y<d;y++)h[y]=arguments[y+2];o.children=h}return Q(e.type,l,u,c,s,p,o)},Q.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===Y};var X=Q,Z="function"==typeof Symbol&&Symbol.iterator,ee="@@iterator",te=l,re={escape:u,unescape:c},ne=re,oe=".",ie=":",ae=f,le=L.twoArgumentPooler,ue=L.fourArgumentPooler,ce=/\/+/g;h.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},L.addPoolingTo(h,le),b.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},L.addPoolingTo(b,ue);var se={forEach:m,map:P,mapIntoWithKeyPrefixInternal:g,count:_,toArray:E},pe=se,fe=X.createFactory,de={a:fe("a"),abbr:fe("abbr"),address:fe("address"),area:fe("area"),article:fe("article"),aside:fe("aside"),audio:fe("audio"),b:fe("b"),base:fe("base"),bdi:fe("bdi"),bdo:fe("bdo"),big:fe("big"),blockquote:fe("blockquote"),body:fe("body"),br:fe("br"),button:fe("button"),canvas:fe("canvas"),caption:fe("caption"),cite:fe("cite"),code:fe("code"),col:fe("col"),colgroup:fe("colgroup"),data:fe("data"),datalist:fe("datalist"),dd:fe("dd"),del:fe("del"),details:fe("details"),dfn:fe("dfn"),dialog:fe("dialog"),div:fe("div"),dl:fe("dl"),dt:fe("dt"),em:fe("em"),embed:fe("embed"),fieldset:fe("fieldset"),figcaption:fe("figcaption"),figure:fe("figure"),footer:fe("footer"),form:fe("form"),h1:fe("h1"),h2:fe("h2"),h3:fe("h3"),h4:fe("h4"),h5:fe("h5"),h6:fe("h6"),head:fe("head"),header:fe("header"),hgroup:fe("hgroup"),hr:fe("hr"),html:fe("html"),i:fe("i"),iframe:fe("iframe"),img:fe("img"),input:fe("input"),ins:fe("ins"),kbd:fe("kbd"),keygen:fe("keygen"),label:fe("label"),legend:fe("legend"),li:fe("li"),link:fe("link"),main:fe("main"),map:fe("map"),mark:fe("mark"),menu:fe("menu"),menuitem:fe("menuitem"),meta:fe("meta"),meter:fe("meter"),nav:fe("nav"),noscript:fe("noscript"),object:fe("object"),ol:fe("ol"),optgroup:fe("optgroup"),option:fe("option"),output:fe("output"),p:fe("p"),param:fe("param"),picture:fe("picture"),pre:fe("pre"),progress:fe("progress"),q:fe("q"),rp:fe("rp"),rt:fe("rt"),ruby:fe("ruby"),s:fe("s"),samp:fe("samp"),script:fe("script"),section:fe("section"),select:fe("select"),small:fe("small"),source:fe("source"),span:fe("span"),strong:fe("strong"),style:fe("style"),sub:fe("sub"),summary:fe("summary"),sup:fe("sup"),table:fe("table"),tbody:fe("tbody"),td:fe("td"),textarea:fe("textarea"),tfoot:fe("tfoot"),th:fe("th"),thead:fe("thead"),time:fe("time"),title:fe("title"),tr:fe("tr"),track:fe("track"),u:fe("u"),ul:fe("ul"),var:fe("var"),video:fe("video"),wbr:fe("wbr"),circle:fe("circle"),clipPath:fe("clipPath"),defs:fe("defs"),ellipse:fe("ellipse"),g:fe("g"),image:fe("image"),line:fe("line"),linearGradient:fe("linearGradient"),mask:fe("mask"),path:fe("path"),pattern:fe("pattern"),polygon:fe("polygon"),polyline:fe("polyline"),radialGradient:fe("radialGradient"),rect:fe("rect"),stop:fe("stop"),svg:fe("svg"),text:fe("text"),tspan:fe("tspan")},he=de,ye=x,me="16.0.0-alpha.12",be=w,ve=$.Component,ge=X.isValidElement,Pe=C(ve,ge,T),ke=X.createElement,_e=X.createFactory,Ee=X.cloneElement,we=function(e){return e},Se={Children:{map:pe.map,forEach:pe.forEach,count:pe.count,toArray:pe.toArray,only:be},Component:$.Component,PureComponent:$.PureComponent,createElement:ke,cloneElement:Ee,isValidElement:X.isValidElement,PropTypes:ye,checkPropTypes:q,createClass:Pe,createFactory:_e,createMixin:we,DOM:he,version:me,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:W}},Ae=Se;module.exports=Ae;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react",
3
3
  "description": "React is a JavaScript library for building user interfaces.",
4
- "version": "16.0.0-alpha.11",
4
+ "version": "16.0.0-alpha.12",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react.development.js v16.0.0-alpha.11
2
+ * react.development.js v16.0.0-alpha.12
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -1173,10 +1173,9 @@ var describeComponentFrame = ReactFiberComponentTreeHook.describeComponentFrame;
1173
1173
  function isNative(fn) {
1174
1174
  // Based on isNative() from Lodash
1175
1175
  var funcToString = Function.prototype.toString;
1176
- var hasOwnProperty = Object.prototype.hasOwnProperty;
1177
1176
  var reIsNative = RegExp('^' + funcToString
1178
1177
  // Take an example native function source for comparison
1179
- .call(hasOwnProperty)
1178
+ .call(Object.prototype.hasOwnProperty)
1180
1179
  // Strip regex characters so we can use it for regex
1181
1180
  .replace(/[\\^$.*+?()[\]{}|]/g, '\\$&')
1182
1181
  // Remove hasOwnProperty from the template to make it generic
@@ -1519,7 +1518,7 @@ var didWarnAboutMaps = false;
1519
1518
  function getComponentKey(component, index) {
1520
1519
  // Do some typechecking here since we call this blindly. We want to ensure
1521
1520
  // that we don't block potential future ES APIs.
1522
- if (component && typeof component === 'object' && component.key != null) {
1521
+ if (typeof component === 'object' && component !== null && component.key != null) {
1523
1522
  // Explicit key
1524
1523
  return KeyEscapeUtils_1.escape(component.key);
1525
1524
  }
@@ -2307,6 +2306,10 @@ var ReactDOMFactories = {
2307
2306
 
2308
2307
  var ReactDOMFactories_1 = ReactDOMFactories;
2309
2308
 
2309
+ function createCommonjsModule(fn, module) {
2310
+ return module = { exports: {} }, fn(module, module.exports), module.exports;
2311
+ }
2312
+
2310
2313
  var factoryWithTypeCheckers = function(isValidElement, throwOnDirectAccess) {
2311
2314
  /* global Symbol */
2312
2315
  var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
@@ -2768,22 +2771,36 @@ var factoryWithTypeCheckers = function(isValidElement, throwOnDirectAccess) {
2768
2771
  return ReactPropTypes;
2769
2772
  };
2770
2773
 
2771
- // React 15.5 references this module, and assumes PropTypes are still callable in production.
2772
- // Therefore we re-export development-only version with all the PropTypes checks here.
2773
- // However if one is migrating to the `prop-types` npm library, they will go through the
2774
- // `index.js` entry point, and it will branch depending on the environment.
2775
-
2776
- var factory_1 = function(isValidElement) {
2777
- // It is still allowed in 15.5.
2778
- var throwOnDirectAccess = false;
2779
- return factoryWithTypeCheckers(isValidElement, throwOnDirectAccess);
2780
- };
2781
-
2782
- var isValidElement = ReactElement_1.isValidElement;
2774
+ var index$2 = createCommonjsModule(function (module) {
2775
+ /**
2776
+ * Copyright 2013-present, Facebook, Inc.
2777
+ * All rights reserved.
2778
+ *
2779
+ * This source code is licensed under the BSD-style license found in the
2780
+ * LICENSE file in the root directory of this source tree. An additional grant
2781
+ * of patent rights can be found in the PATENTS file in the same directory.
2782
+ */
2783
2783
 
2784
+ {
2785
+ var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&
2786
+ Symbol.for &&
2787
+ Symbol.for('react.element')) ||
2788
+ 0xeac7;
2789
+
2790
+ var isValidElement = function(object) {
2791
+ return typeof object === 'object' &&
2792
+ object !== null &&
2793
+ object.$$typeof === REACT_ELEMENT_TYPE;
2794
+ };
2784
2795
 
2796
+ // By explicitly using `prop-types` you are opting into new development behavior.
2797
+ // http://fb.me/prop-types-in-prod
2798
+ var throwOnDirectAccess = true;
2799
+ module.exports = factoryWithTypeCheckers(isValidElement, throwOnDirectAccess);
2800
+ }
2801
+ });
2785
2802
 
2786
- var ReactPropTypes = factory_1(isValidElement);
2803
+ var ReactPropTypes = index$2;
2787
2804
 
2788
2805
  /**
2789
2806
  * Copyright 2013-present, Facebook, Inc.
@@ -2796,7 +2813,7 @@ var ReactPropTypes = factory_1(isValidElement);
2796
2813
  * @providesModule ReactVersion
2797
2814
  */
2798
2815
 
2799
- var ReactVersion = '16.0.0-alpha.11';
2816
+ var ReactVersion = '16.0.0-alpha.12';
2800
2817
 
2801
2818
  /**
2802
2819
  * Returns the first child in a collection of children and verifies that there
@@ -2840,7 +2857,7 @@ var ReactPropTypeLocationNames;
2840
2857
  };
2841
2858
  }
2842
2859
 
2843
- function factory$2(ReactComponent, isValidElement, ReactNoopUpdateQueue) {
2860
+ function factory(ReactComponent, isValidElement, ReactNoopUpdateQueue) {
2844
2861
  /**
2845
2862
  * Policies that describe methods in `ReactClassInterface`.
2846
2863
  */
@@ -3523,16 +3540,16 @@ function factory$2(ReactComponent, isValidElement, ReactNoopUpdateQueue) {
3523
3540
  return createClass;
3524
3541
  }
3525
3542
 
3526
- var factory_1$2 = factory$2;
3543
+ var factory_1 = factory;
3527
3544
 
3528
3545
  var Component = ReactBaseClasses.Component;
3529
3546
 
3530
- var isValidElement$1 = ReactElement_1.isValidElement;
3547
+ var isValidElement = ReactElement_1.isValidElement;
3531
3548
 
3532
3549
 
3533
3550
 
3534
3551
 
3535
- var createClass = factory_1$2(Component, isValidElement$1, ReactNoopUpdateQueue_1);
3552
+ var createClass = factory_1(Component, isValidElement, ReactNoopUpdateQueue_1);
3536
3553
 
3537
3554
  var createElement = ReactElement_1.createElement;
3538
3555
  var createFactory = ReactElement_1.createFactory;
@@ -1,4 +1,4 @@
1
1
  /**
2
- * react.production.min.js v16.0.0-alpha.11
2
+ * react.production.min.js v16.0.0-alpha.12
3
3
  */
4
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.React=t()}(this,function(){"use strict";function e(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function t(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o}function n(e){return function(){return e}}function r(e,t,n,r,o,i,a,u){if(V(t),!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,i,a,u],s=0;l=new Error(t.replace(/%s/g,function(){return c[s++]})),l.name="Invariant Violation"}throw l.framesToPop=1,l}}function o(e,t,n){this.props=e,this.context=t,this.refs=U,this.updater=n||Y}function i(e,t,n){this.props=e,this.context=t,this.refs=U,this.updater=n||Y}function a(){}function u(e){return void 0!==e.ref}function l(e){return void 0!==e.key}function c(e){var t=e&&(ue&&e[ue]||e[le]);if("function"==typeof t)return t}function s(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function p(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,function(e){return t[e]})}function f(e,t){return e&&"object"==typeof e&&null!=e.key?pe.escape(e.key):t.toString(36)}function d(e,t,n,r){var o=typeof e;if("undefined"!==o&&"boolean"!==o||(e=null),null===e||"string"===o||"number"===o||"object"===o&&e.$$typeof===ne)return n(r,e,""===t?fe+f(e,0):t),1;var i,a,u=0,l=""===t?fe:t+de;if(Array.isArray(e))for(var c=0;c<e.length;c++)i=e[c],a=l+f(i,c),u+=d(i,a,n,r);else{var s=ce(e);if(s)for(var p,y=s.call(e),h=0;!(p=y.next()).done;)i=p.value,a=l+f(i,h++),u+=d(i,a,n,r);else if("object"===o){var m=""+e;S("31","[object Object]"===m?"object with keys {"+Object.keys(e).join(", ")+"}":m,"")}}return u}function y(e,t,n){return null==e?0:d(e,"",t,n)}function h(e){return(""+e).replace(ve,"$&/")}function m(e,t){this.func=e,this.context=t,this.count=0}function v(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function b(e,t,n){if(null==e)return e;var r=m.getPooled(t,n);ye(e,v,r),m.release(r)}function g(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function E(e,t,n){var r=e.result,o=e.keyPrefix,i=e.func,a=e.context,u=i.call(a,t,e.count++);Array.isArray(u)?_(u,r,n,M.thatReturnsArgument):null!=u&&(ae.isValidElement(u)&&(u=ae.cloneAndReplaceKey(u,o+(!u.key||t&&t.key===u.key?"":h(u.key)+"/")+n)),r.push(u))}function _(e,t,n,r,o){var i="";null!=n&&(i=h(n)+"/");var a=g.getPooled(t,i,r,o);ye(e,E,a),g.release(a)}function P(e,t,n){if(null==e)return e;var r=[];return _(e,r,null,t,n),r}function w(e,t,n){return null}function N(e,t){return ye(e,w,null)}function A(e){var t=[];return _(e,t,null,M.thatReturnsArgument),t}function x(e,t,n,r,o){}function I(e){return ae.isValidElement(e)||S("143"),e}function O(e){return e}function R(e,t,n){function r(e,t){var n=d.hasOwnProperty(t)?d[t]:null;m.hasOwnProperty(t)&&G("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&G("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function o(e,n){if(n){G("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),G(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var o=e.prototype,i=o.__reactAutoBindPairs;n.hasOwnProperty(Re)&&y.mixins(e,n.mixins);for(var a in n)if(n.hasOwnProperty(a)&&a!==Re){var c=n[a],s=o.hasOwnProperty(a);if(r(s,a),y.hasOwnProperty(a))y[a](e,c);else{var p=d.hasOwnProperty(a),f="function"==typeof c,h=f&&!p&&!s&&!1!==n.autobind;if(h)i.push(a,c),o[a]=c;else if(s){var m=d[a];G(p&&("DEFINE_MANY_MERGED"===m||"DEFINE_MANY"===m),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,a),"DEFINE_MANY_MERGED"===m?o[a]=u(o[a],c):"DEFINE_MANY"===m&&(o[a]=l(o[a],c))}else o[a]=c}}}}function i(e,t){if(t)for(var n in t){var r=t[n];if(t.hasOwnProperty(n)){var o=n in y;G(!o,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n);var i=n in e;G(!i,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),e[n]=r}}}function a(e,t){G(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(G(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function u(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return a(o,n),a(o,r),o}}function l(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function c(e,t){return t.bind(e)}function s(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=c(e,o)}}function p(e){var t=O(function(e,r,o){this.__reactAutoBindPairs.length&&s(this),this.props=e,this.context=r,this.refs=U,this.updater=o||n,this.state=null;var i=this.getInitialState?this.getInitialState():null;G("object"==typeof i&&!Array.isArray(i),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=i});t.prototype=new v,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],f.forEach(o.bind(null,t)),o(t,h),o(t,e),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),G(t.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var r in d)t.prototype[r]||(t.prototype[r]=null);return t}var f=[],d={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},y={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)o(e,t[n])},childContextTypes:function(e,t){e.childContextTypes=T({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=T({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=u(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=T({},e.propTypes,t)},statics:function(e,t){i(e,t)},autobind:function(){}},h={componentDidMount:function(){this.__isMounted=!0},componentWillUnmount:function(){this.__isMounted=!1}},m={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},v=function(){};return T(v.prototype,e.prototype,m),p}var j=Object.getOwnPropertySymbols,D=Object.prototype.hasOwnProperty,k=Object.prototype.propertyIsEnumerable,T=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(t,n){for(var r,o,i=e(t),a=1;a<arguments.length;a++){r=Object(arguments[a]);for(var u in r)D.call(r,u)&&(i[u]=r[u]);if(j){o=j(r);for(var l=0;l<o.length;l++)k.call(r,o[l])&&(i[o[l]]=r[o[l]])}}return i},S=t,C=function(){};C.thatReturns=n,C.thatReturnsFalse=n(!1),C.thatReturnsTrue=n(!0),C.thatReturnsNull=n(null),C.thatReturnsThis=function(){return this},C.thatReturnsArgument=function(e){return e};var M=C,F={isMounted:function(e){return!1},enqueueForceUpdate:function(e,t,n){},enqueueReplaceState:function(e,t,n,r){},enqueueSetState:function(e,t,n,r){}},Y=F,q={},U=q,V=function(e){},G=r;o.prototype.isReactComponent={},o.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&S("85"),this.updater.enqueueSetState(this,e,t,"setState")},o.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},a.prototype=o.prototype,i.prototype=new a,i.prototype.constructor=i,T(i.prototype,o.prototype),i.prototype.isPureReactComponent=!0;var W={Component:o,PureComponent:i},$=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},B=function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},K=function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},L=function(e,t,n,r){var o=this;if(o.instancePool.length){var i=o.instancePool.pop();return o.call(i,e,t,n,r),i}return new o(e,t,n,r)},z=function(e){var t=this;e instanceof t||S("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},H=$,J=function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||H,n.poolSize||(n.poolSize=10),n.release=z,n},Q={addPoolingTo:J,oneArgumentPooler:$,twoArgumentPooler:B,threeArgumentPooler:K,fourArgumentPooler:L},X=Q,Z={current:null},ee=Z,te="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ne=te,re=Object.prototype.hasOwnProperty,oe={key:!0,ref:!0,__self:!0,__source:!0},ie=function(e,t,n,r,o,i,a){return{$$typeof:ne,type:e,key:t,ref:n,props:a,_owner:i}};ie.createElement=function(e,t,n){var r,o={},i=null,a=null;if(null!=t){u(t)&&(a=t.ref),l(t)&&(i=""+t.key),void 0===t.__self?null:t.__self,void 0===t.__source?null:t.__source;for(r in t)re.call(t,r)&&!oe.hasOwnProperty(r)&&(o[r]=t[r])}var c=arguments.length-2;if(1===c)o.children=n;else if(c>1){for(var s=Array(c),p=0;p<c;p++)s[p]=arguments[p+2];o.children=s}if(e&&e.defaultProps){var f=e.defaultProps;for(r in f)void 0===o[r]&&(o[r]=f[r])}return ie(e,i,a,0,0,ee.current,o)},ie.createFactory=function(e){var t=ie.createElement.bind(null,e);return t.type=e,t},ie.cloneAndReplaceKey=function(e,t){return ie(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},ie.cloneElement=function(e,t,n){var r,o=T({},e.props),i=e.key,a=e.ref,c=(e._self,e._source,e._owner);if(null!=t){u(t)&&(a=t.ref,c=ee.current),l(t)&&(i=""+t.key);var s;e.type&&e.type.defaultProps&&(s=e.type.defaultProps);for(r in t)re.call(t,r)&&!oe.hasOwnProperty(r)&&(void 0===t[r]&&void 0!==s?o[r]=s[r]:o[r]=t[r])}var p=arguments.length-2;if(1===p)o.children=n;else if(p>1){for(var f=Array(p),d=0;d<p;d++)f[d]=arguments[d+2];o.children=f}return ie(e.type,i,a,0,0,c,o)},ie.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===ne};var ae=ie,ue="function"==typeof Symbol&&Symbol.iterator,le="@@iterator",ce=c,se={escape:s,unescape:p},pe=se,fe=".",de=":",ye=y,he=X.twoArgumentPooler,me=X.fourArgumentPooler,ve=/\/+/g;m.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},X.addPoolingTo(m,he),g.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},X.addPoolingTo(g,me);var be={forEach:b,map:P,mapIntoWithKeyPrefixInternal:_,count:N,toArray:A},ge=be,Ee=ae.createFactory,_e={a:Ee("a"),abbr:Ee("abbr"),address:Ee("address"),area:Ee("area"),article:Ee("article"),aside:Ee("aside"),audio:Ee("audio"),b:Ee("b"),base:Ee("base"),bdi:Ee("bdi"),bdo:Ee("bdo"),big:Ee("big"),blockquote:Ee("blockquote"),body:Ee("body"),br:Ee("br"),button:Ee("button"),canvas:Ee("canvas"),caption:Ee("caption"),cite:Ee("cite"),code:Ee("code"),col:Ee("col"),colgroup:Ee("colgroup"),data:Ee("data"),datalist:Ee("datalist"),dd:Ee("dd"),del:Ee("del"),details:Ee("details"),dfn:Ee("dfn"),dialog:Ee("dialog"),div:Ee("div"),dl:Ee("dl"),dt:Ee("dt"),em:Ee("em"),embed:Ee("embed"),fieldset:Ee("fieldset"),figcaption:Ee("figcaption"),figure:Ee("figure"),footer:Ee("footer"),form:Ee("form"),h1:Ee("h1"),h2:Ee("h2"),h3:Ee("h3"),h4:Ee("h4"),h5:Ee("h5"),h6:Ee("h6"),head:Ee("head"),header:Ee("header"),hgroup:Ee("hgroup"),hr:Ee("hr"),html:Ee("html"),i:Ee("i"),iframe:Ee("iframe"),img:Ee("img"),input:Ee("input"),ins:Ee("ins"),kbd:Ee("kbd"),keygen:Ee("keygen"),label:Ee("label"),legend:Ee("legend"),li:Ee("li"),link:Ee("link"),main:Ee("main"),map:Ee("map"),mark:Ee("mark"),menu:Ee("menu"),menuitem:Ee("menuitem"),meta:Ee("meta"),meter:Ee("meter"),nav:Ee("nav"),noscript:Ee("noscript"),object:Ee("object"),ol:Ee("ol"),optgroup:Ee("optgroup"),option:Ee("option"),output:Ee("output"),p:Ee("p"),param:Ee("param"),picture:Ee("picture"),pre:Ee("pre"),progress:Ee("progress"),q:Ee("q"),rp:Ee("rp"),rt:Ee("rt"),ruby:Ee("ruby"),s:Ee("s"),samp:Ee("samp"),script:Ee("script"),section:Ee("section"),select:Ee("select"),small:Ee("small"),source:Ee("source"),span:Ee("span"),strong:Ee("strong"),style:Ee("style"),sub:Ee("sub"),summary:Ee("summary"),sup:Ee("sup"),table:Ee("table"),tbody:Ee("tbody"),td:Ee("td"),textarea:Ee("textarea"),tfoot:Ee("tfoot"),th:Ee("th"),thead:Ee("thead"),time:Ee("time"),title:Ee("title"),tr:Ee("tr"),track:Ee("track"),u:Ee("u"),ul:Ee("ul"),var:Ee("var"),video:Ee("video"),wbr:Ee("wbr"),circle:Ee("circle"),clipPath:Ee("clipPath"),defs:Ee("defs"),ellipse:Ee("ellipse"),g:Ee("g"),image:Ee("image"),line:Ee("line"),linearGradient:Ee("linearGradient"),mask:Ee("mask"),path:Ee("path"),pattern:Ee("pattern"),polygon:Ee("polygon"),polyline:Ee("polyline"),radialGradient:Ee("radialGradient"),rect:Ee("rect"),stop:Ee("stop"),svg:Ee("svg"),text:Ee("text"),tspan:Ee("tspan")},Pe=_e,we="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",Ne=x,Ae=function(e,t){function n(e){var t=e&&(b&&e[b]||e[g]);if("function"==typeof t)return t}function r(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function o(e){this.message=e,this.stack=""}function i(e){function n(n,r,i,a,u,l,c){if(a=a||E,l=l||i,c!==we)if(t)G(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else;return null==r[i]?n?new o(null===r[i]?"The "+u+" `"+l+"` is marked as required in `"+a+"`, but its value is `null`.":"The "+u+" `"+l+"` is marked as required in `"+a+"`, but its value is `undefined`."):null:e(r,i,a,u,l)}var r=n.bind(null,!1);return r.isRequired=n.bind(null,!0),r}function a(e){function t(t,n,r,i,a,u){var l=t[n];if(h(l)!==e)return new o("Invalid "+i+" `"+a+"` of type `"+m(l)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return i(t)}function u(e){function t(t,n,r,i,a){if("function"!=typeof e)return new o("Property `"+a+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new o("Invalid "+i+" `"+a+"` of type `"+h(u)+"` supplied to `"+r+"`, expected an array.")}for(var l=0;l<u.length;l++){var c=e(u,l,r,i,a+"["+l+"]",we);if(c instanceof Error)return c}return null}return i(t)}function l(e){function t(t,n,r,i,a){if(!(t[n]instanceof e)){var u=e.name||E;return new o("Invalid "+i+" `"+a+"` of type `"+v(t[n])+"` supplied to `"+r+"`, expected instance of `"+u+"`.")}return null}return i(t)}function c(e){function t(t,n,i,a,u){for(var l=t[n],c=0;c<e.length;c++)if(r(l,e[c]))return null;return new o("Invalid "+a+" `"+u+"` of value `"+l+"` supplied to `"+i+"`, expected one of "+JSON.stringify(e)+".")}return Array.isArray(e)?i(t):M.thatReturnsNull}function s(e){function t(t,n,r,i,a){if("function"!=typeof e)return new o("Property `"+a+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],l=h(u);if("object"!==l)return new o("Invalid "+i+" `"+a+"` of type `"+l+"` supplied to `"+r+"`, expected an object.");for(var c in u)if(u.hasOwnProperty(c)){var s=e(u,c,r,i,a+"."+c,we);if(s instanceof Error)return s}return null}return i(t)}function p(e){function t(t,n,r,i,a){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,i,a,we))return null}return new o("Invalid "+i+" `"+a+"` supplied to `"+r+"`.")}return Array.isArray(e)?i(t):M.thatReturnsNull}function f(e){function t(t,n,r,i,a){var u=t[n],l=h(u);if("object"!==l)return new o("Invalid "+i+" `"+a+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");for(var c in e){var s=e[c];if(s){var p=s(u,c,r,i,a+"."+c,we);if(p)return p}}return null}return i(t)}function d(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(d);if(null===t||e(t))return!0;var r=n(t);if(!r)return!1;var o,i=r.call(t);if(r!==t.entries){for(;!(o=i.next()).done;)if(!d(o.value))return!1}else for(;!(o=i.next()).done;){var a=o.value;if(a&&!d(a[1]))return!1}return!0;default:return!1}}function y(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function h(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":y(t,e)?"symbol":t}function m(e){var t=h(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function v(e){return e.constructor&&e.constructor.name?e.constructor.name:E}var b="function"==typeof Symbol&&Symbol.iterator,g="@@iterator",E="<<anonymous>>",_={array:a("array"),bool:a("boolean"),func:a("function"),number:a("number"),object:a("object"),string:a("string"),symbol:a("symbol"),any:function(){return i(M.thatReturnsNull)}(),arrayOf:u,element:function(){function t(t,n,r,i,a){var u=t[n];if(!e(u)){return new o("Invalid "+i+" `"+a+"` of type `"+h(u)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return i(t)}(),instanceOf:l,node:function(){function e(e,t,n,r,i){return d(e[t])?null:new o("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")}return i(e)}(),objectOf:s,oneOf:c,oneOfType:p,shape:f};return o.prototype=Error.prototype,_.checkPropTypes=Ne,_.PropTypes=_,_},xe=ae.isValidElement,Ie=function(e){return Ae(e,!1)}(xe),Oe=I,Re="mixins",je=R,De=W.Component,ke=ae.isValidElement,Te=je(De,ke,Y),Se=ae.createElement,Ce=ae.createFactory,Me=ae.cloneElement,Fe=function(e){return e};return{Children:{map:ge.map,forEach:ge.forEach,count:ge.count,toArray:ge.toArray,only:Oe},Component:W.Component,PureComponent:W.PureComponent,createElement:Se,cloneElement:Me,isValidElement:ae.isValidElement,PropTypes:Ie,checkPropTypes:Ne,createClass:Te,createFactory:Ce,createMixin:Fe,DOM:Pe,version:"16.0.0-alpha.11",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:ee}}});
4
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.React=t()}(this,function(){"use strict";function e(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function t(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,o=0;o<t;o++)n+="&args[]="+encodeURIComponent(arguments[o+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var r=new Error(n);throw r.name="Invariant Violation",r.framesToPop=1,r}function n(e){return function(){return e}}function o(e,t,n,o,r,i,a,u){if(G(t),!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,o,r,i,a,u],l=0;s=new Error(t.replace(/%s/g,function(){return c[l++]})),s.name="Invariant Violation"}throw s.framesToPop=1,s}}function r(e,t,n){this.props=e,this.context=t,this.refs=q,this.updater=n||Y}function i(e,t,n){this.props=e,this.context=t,this.refs=q,this.updater=n||Y}function a(){}function u(e){return void 0!==e.ref}function s(e){return void 0!==e.key}function c(e){var t=e&&(ue&&e[ue]||e[se]);if("function"==typeof t)return t}function l(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function p(e){var t={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(/(=0|=2)/g,function(e){return t[e]})}function f(e,t){return"object"==typeof e&&null!==e&&null!=e.key?pe.escape(e.key):t.toString(36)}function d(e,t,n,o){var r=typeof e;if("undefined"!==r&&"boolean"!==r||(e=null),null===e||"string"===r||"number"===r||"object"===r&&e.$$typeof===ne)return n(o,e,""===t?fe+f(e,0):t),1;var i,a,u=0,s=""===t?fe:t+de;if(Array.isArray(e))for(var c=0;c<e.length;c++)i=e[c],a=s+f(i,c),u+=d(i,a,n,o);else{var l=ce(e);if(l)for(var p,h=l.call(e),y=0;!(p=h.next()).done;)i=p.value,a=s+f(i,y++),u+=d(i,a,n,o);else if("object"===r){var m=""+e;M("31","[object Object]"===m?"object with keys {"+Object.keys(e).join(", ")+"}":m,"")}}return u}function h(e,t,n){return null==e?0:d(e,"",t,n)}function y(e){return(""+e).replace(ge,"$&/")}function m(e,t){this.func=e,this.context=t,this.count=0}function g(e,t,n){var o=e.func,r=e.context;o.call(r,t,e.count++)}function b(e,t,n){if(null==e)return e;var o=m.getPooled(t,n);he(e,g,o),m.release(o)}function v(e,t,n,o){this.result=e,this.keyPrefix=t,this.func=n,this.context=o,this.count=0}function E(e,t,n){var o=e.result,r=e.keyPrefix,i=e.func,a=e.context,u=i.call(a,t,e.count++);Array.isArray(u)?P(u,o,n,S.thatReturnsArgument):null!=u&&(ae.isValidElement(u)&&(u=ae.cloneAndReplaceKey(u,r+(!u.key||t&&t.key===u.key?"":y(u.key)+"/")+n)),o.push(u))}function P(e,t,n,o,r){var i="";null!=n&&(i=y(n)+"/");var a=v.getPooled(t,i,o,r);he(e,E,a),v.release(a)}function _(e,t,n){if(null==e)return e;var o=[];return P(e,o,null,t,n),o}function N(e,t,n){return null}function w(e,t){return he(e,N,null)}function A(e){var t=[];return P(e,t,null,S.thatReturnsArgument),t}function D(e){return ae.isValidElement(e)||M("143"),e}function x(e,t,n,o,r){}function O(e){return e}function k(e,t,n){function o(e,t){var n=d.hasOwnProperty(t)?d[t]:null;m.hasOwnProperty(t)&&V("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&V("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function r(e,n){if(n){V("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),V(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=e.prototype,i=r.__reactAutoBindPairs;n.hasOwnProperty(Oe)&&h.mixins(e,n.mixins);for(var a in n)if(n.hasOwnProperty(a)&&a!==Oe){var c=n[a],l=r.hasOwnProperty(a);if(o(l,a),h.hasOwnProperty(a))h[a](e,c);else{var p=d.hasOwnProperty(a),f="function"==typeof c,y=f&&!p&&!l&&!1!==n.autobind;if(y)i.push(a,c),r[a]=c;else if(l){var m=d[a];V(p&&("DEFINE_MANY_MERGED"===m||"DEFINE_MANY"===m),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,a),"DEFINE_MANY_MERGED"===m?r[a]=u(r[a],c):"DEFINE_MANY"===m&&(r[a]=s(r[a],c))}else r[a]=c}}}}function i(e,t){if(t)for(var n in t){var o=t[n];if(t.hasOwnProperty(n)){var r=n in h;V(!r,'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n);var i=n in e;V(!i,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),e[n]=o}}}function a(e,t){V(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(V(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function u(e,t){return function(){var n=e.apply(this,arguments),o=t.apply(this,arguments);if(null==n)return o;if(null==o)return n;var r={};return a(r,n),a(r,o),r}}function s(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function c(e,t){return t.bind(e)}function l(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var o=t[n],r=t[n+1];e[o]=c(e,r)}}function p(e){var t=O(function(e,o,r){this.__reactAutoBindPairs.length&&l(this),this.props=e,this.context=o,this.refs=q,this.updater=r||n,this.state=null;var i=this.getInitialState?this.getInitialState():null;V("object"==typeof i&&!Array.isArray(i),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=i});t.prototype=new g,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],f.forEach(r.bind(null,t)),r(t,y),r(t,e),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),V(t.prototype.render,"createClass(...): Class specification must implement a `render` method.");for(var o in d)t.prototype[o]||(t.prototype[o]=null);return t}var f=[],d={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},h={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)r(e,t[n])},childContextTypes:function(e,t){e.childContextTypes=C({},e.childContextTypes,t)},contextTypes:function(e,t){e.contextTypes=C({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=u(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){e.propTypes=C({},e.propTypes,t)},statics:function(e,t){i(e,t)},autobind:function(){}},y={componentDidMount:function(){this.__isMounted=!0},componentWillUnmount:function(){this.__isMounted=!1}},m={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return!!this.__isMounted}},g=function(){};return C(g.prototype,e.prototype,m),p}var I=Object.getOwnPropertySymbols,R=Object.prototype.hasOwnProperty,j=Object.prototype.propertyIsEnumerable,C=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(e){o[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(t,n){for(var o,r,i=e(t),a=1;a<arguments.length;a++){o=Object(arguments[a]);for(var u in o)R.call(o,u)&&(i[u]=o[u]);if(I){r=I(o);for(var s=0;s<r.length;s++)j.call(o,r[s])&&(i[r[s]]=o[r[s]])}}return i},M=t,T=function(){};T.thatReturns=n,T.thatReturnsFalse=n(!1),T.thatReturnsTrue=n(!0),T.thatReturnsNull=n(null),T.thatReturnsThis=function(){return this},T.thatReturnsArgument=function(e){return e};var S=T,F={isMounted:function(e){return!1},enqueueForceUpdate:function(e,t,n){},enqueueReplaceState:function(e,t,n,o){},enqueueSetState:function(e,t,n,o){}},Y=F,U={},q=U,G=function(e){},V=o;r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&M("85"),this.updater.enqueueSetState(this,e,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},a.prototype=r.prototype,i.prototype=new a,i.prototype.constructor=i,C(i.prototype,r.prototype),i.prototype.isPureReactComponent=!0;var W={Component:r,PureComponent:i},$=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},B=function(e,t){var n=this;if(n.instancePool.length){var o=n.instancePool.pop();return n.call(o,e,t),o}return new n(e,t)},K=function(e,t,n){var o=this;if(o.instancePool.length){var r=o.instancePool.pop();return o.call(r,e,t,n),r}return new o(e,t,n)},z=function(e,t,n,o){var r=this;if(r.instancePool.length){var i=r.instancePool.pop();return r.call(i,e,t,n,o),i}return new r(e,t,n,o)},L=function(e){var t=this;e instanceof t||M("25"),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},H=$,J=function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||H,n.poolSize||(n.poolSize=10),n.release=L,n},Q={addPoolingTo:J,oneArgumentPooler:$,twoArgumentPooler:B,threeArgumentPooler:K,fourArgumentPooler:z},X=Q,Z={current:null},ee=Z,te="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ne=te,oe=Object.prototype.hasOwnProperty,re={key:!0,ref:!0,__self:!0,__source:!0},ie=function(e,t,n,o,r,i,a){return{$$typeof:ne,type:e,key:t,ref:n,props:a,_owner:i}};ie.createElement=function(e,t,n){var o,r={},i=null,a=null;if(null!=t){u(t)&&(a=t.ref),s(t)&&(i=""+t.key),void 0===t.__self?null:t.__self,void 0===t.__source?null:t.__source;for(o in t)oe.call(t,o)&&!re.hasOwnProperty(o)&&(r[o]=t[o])}var c=arguments.length-2;if(1===c)r.children=n;else if(c>1){for(var l=Array(c),p=0;p<c;p++)l[p]=arguments[p+2];r.children=l}if(e&&e.defaultProps){var f=e.defaultProps;for(o in f)void 0===r[o]&&(r[o]=f[o])}return ie(e,i,a,0,0,ee.current,r)},ie.createFactory=function(e){var t=ie.createElement.bind(null,e);return t.type=e,t},ie.cloneAndReplaceKey=function(e,t){return ie(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},ie.cloneElement=function(e,t,n){var o,r=C({},e.props),i=e.key,a=e.ref,c=(e._self,e._source,e._owner);if(null!=t){u(t)&&(a=t.ref,c=ee.current),s(t)&&(i=""+t.key);var l;e.type&&e.type.defaultProps&&(l=e.type.defaultProps);for(o in t)oe.call(t,o)&&!re.hasOwnProperty(o)&&(void 0===t[o]&&void 0!==l?r[o]=l[o]:r[o]=t[o])}var p=arguments.length-2;if(1===p)r.children=n;else if(p>1){for(var f=Array(p),d=0;d<p;d++)f[d]=arguments[d+2];r.children=f}return ie(e.type,i,a,0,0,c,r)},ie.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===ne};var ae=ie,ue="function"==typeof Symbol&&Symbol.iterator,se="@@iterator",ce=c,le={escape:l,unescape:p},pe=le,fe=".",de=":",he=h,ye=X.twoArgumentPooler,me=X.fourArgumentPooler,ge=/\/+/g;m.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},X.addPoolingTo(m,ye),v.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},X.addPoolingTo(v,me);var be={forEach:b,map:_,mapIntoWithKeyPrefixInternal:P,count:w,toArray:A},ve=be,Ee=ae.createFactory,Pe={a:Ee("a"),abbr:Ee("abbr"),address:Ee("address"),area:Ee("area"),article:Ee("article"),aside:Ee("aside"),audio:Ee("audio"),b:Ee("b"),base:Ee("base"),bdi:Ee("bdi"),bdo:Ee("bdo"),big:Ee("big"),blockquote:Ee("blockquote"),body:Ee("body"),br:Ee("br"),button:Ee("button"),canvas:Ee("canvas"),caption:Ee("caption"),cite:Ee("cite"),code:Ee("code"),col:Ee("col"),colgroup:Ee("colgroup"),data:Ee("data"),datalist:Ee("datalist"),dd:Ee("dd"),del:Ee("del"),details:Ee("details"),dfn:Ee("dfn"),dialog:Ee("dialog"),div:Ee("div"),dl:Ee("dl"),dt:Ee("dt"),em:Ee("em"),embed:Ee("embed"),fieldset:Ee("fieldset"),figcaption:Ee("figcaption"),figure:Ee("figure"),footer:Ee("footer"),form:Ee("form"),h1:Ee("h1"),h2:Ee("h2"),h3:Ee("h3"),h4:Ee("h4"),h5:Ee("h5"),h6:Ee("h6"),head:Ee("head"),header:Ee("header"),hgroup:Ee("hgroup"),hr:Ee("hr"),html:Ee("html"),i:Ee("i"),iframe:Ee("iframe"),img:Ee("img"),input:Ee("input"),ins:Ee("ins"),kbd:Ee("kbd"),keygen:Ee("keygen"),label:Ee("label"),legend:Ee("legend"),li:Ee("li"),link:Ee("link"),main:Ee("main"),map:Ee("map"),mark:Ee("mark"),menu:Ee("menu"),menuitem:Ee("menuitem"),meta:Ee("meta"),meter:Ee("meter"),nav:Ee("nav"),noscript:Ee("noscript"),object:Ee("object"),ol:Ee("ol"),optgroup:Ee("optgroup"),option:Ee("option"),output:Ee("output"),p:Ee("p"),param:Ee("param"),picture:Ee("picture"),pre:Ee("pre"),progress:Ee("progress"),q:Ee("q"),rp:Ee("rp"),rt:Ee("rt"),ruby:Ee("ruby"),s:Ee("s"),samp:Ee("samp"),script:Ee("script"),section:Ee("section"),select:Ee("select"),small:Ee("small"),source:Ee("source"),span:Ee("span"),strong:Ee("strong"),style:Ee("style"),sub:Ee("sub"),summary:Ee("summary"),sup:Ee("sup"),table:Ee("table"),tbody:Ee("tbody"),td:Ee("td"),textarea:Ee("textarea"),tfoot:Ee("tfoot"),th:Ee("th"),thead:Ee("thead"),time:Ee("time"),title:Ee("title"),tr:Ee("tr"),track:Ee("track"),u:Ee("u"),ul:Ee("ul"),var:Ee("var"),video:Ee("video"),wbr:Ee("wbr"),circle:Ee("circle"),clipPath:Ee("clipPath"),defs:Ee("defs"),ellipse:Ee("ellipse"),g:Ee("g"),image:Ee("image"),line:Ee("line"),linearGradient:Ee("linearGradient"),mask:Ee("mask"),path:Ee("path"),pattern:Ee("pattern"),polygon:Ee("polygon"),polyline:Ee("polyline"),radialGradient:Ee("radialGradient"),rect:Ee("rect"),stop:Ee("stop"),svg:Ee("svg"),text:Ee("text"),tspan:Ee("tspan")},_e=Pe,Ne=function(){function e(){V(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t};return n.checkPropTypes=S,n.PropTypes=n,n},we=function(e,t){return t={exports:{}},e(t,t.exports),t.exports}(function(e){e.exports=Ne()}),Ae=we,De=D,xe=x,Oe="mixins",ke=k,Ie=W.Component,Re=ae.isValidElement,je=ke(Ie,Re,Y),Ce=ae.createElement,Me=ae.createFactory,Te=ae.cloneElement,Se=function(e){return e};return{Children:{map:ve.map,forEach:ve.forEach,count:ve.count,toArray:ve.toArray,only:De},Component:W.Component,PureComponent:W.PureComponent,createElement:Ce,cloneElement:Te,isValidElement:ae.isValidElement,PropTypes:Ae,checkPropTypes:xe,createClass:je,createFactory:Me,createMixin:Se,DOM:_e,version:"16.0.0-alpha.12",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:ee}}});