simple-dapp/resources/public/js/bundle.js

38 lines
426 KiB
JavaScript
Raw Normal View History

2018-03-20 08:38:33 +00:00
!function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=103)}([function(e,t,n){e.exports=n(164)()},function(e,t,n){"use strict";e.exports=n(104)},function(e,t,n){"use strict";function r(e,t,n,r,i,a,s,l){if(o(t),!e){var u;if(void 0===t)u=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,i,a,s,l],f=0;u=new Error(t.replace(/%s/g,function(){return c[f++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}}var o=function(e){};e.exports=r},function(e,t){e.exports=function(e){for(var t={},n=0,r=arguments.length;n<r;n++){var o=arguments[n];"function"==typeof o&&(o=o.prototype);for(var i in o)t[i]=o[i]}return t.initialize||(t.initialize=function(){}),t.constructor=function(e,n,r,o,i,a,s,l){return new t.initialize(e,n,r,o,i,a,s,l)},t.constructor.prototype=t.initialize.prototype=t,t.constructor}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(37),i=r(o),a=n(118),s=r(a),l=n(119),u=r(l),c=n(38),f=r(c);(0,u.default)();var d={position:"absolute",left:0,right:0,top:0,bottom:0},p=f.default.register(d),h={absoluteFill:p,absoluteFillObject:d,compose:function(e,t){return e&&t?[e,t]:e||t},create:function(e){var t={};return Object.keys(e).forEach(function(n){t[n]=f.default.register(e[n])}),t},flatten:i.default,getStyleSheets:function(){return f.default.getStyleSheets()},hairlineWidth:(0,s.default)()};t.default=h},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function s(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}t.__esModule=!0;var l=n(46),u=r(l),c=n(11),f=r(c),d=n(0),p=n(15),h=r(p),m=n(2),y=(r(m),n(4)),g=r(y),v=n(7),_=(r(v),n(1)),b=r(_),w=function(e){var t={};for(var n in e)if(e.hasOwnProperty(n)){var r=e[n];t[n]=r>0?-1*r:0}return t},S=function(e){function t(){return i(this,t),a(this,e.apply(this,arguments))}return s(t,e),t.prototype.render=function(){var e=this.props,t=e.hitSlop,n=(e.collapsable,e.onAccessibilityTap,e.onLayout,e.onMagicTap,e.removeClippedSubviews,o(e,["hitSlop","collapsable","onAccessibilityTap","onLayout","onMagicTap","removeClippedSubviews"])),r=this.context.isInAParentText;if(n.style=[E.initial,r&&E.inline,this.props.style],t){var i=w(t),a=(0,h.default)("span",{style:[E.hitSlop,i]});n.children=b.default.Children.toArray([a,n.children])}return(0,h.default)("div",n)},t}(_.Component);S.displayName="View",S.contextTypes={isInAParentText:d.bool},S.propTypes={};var E=g.default.create({initial:{alignItems:"stretch",borderWidth:0,borderStyle:"solid",boxSizing:"border-box",display:"flex",flexDirection:"column",margin:0,padding:0,position:"relative",zIndex:0,minHeight:0,minWidth:0},inline:{display:"inline-flex"},hitSlop:Object.assign({},g.default.absoluteFillObject,{zIndex:-1})});t.default=(0,u.default)((0,f.default)(S))},function(e,t,n){"use strict";t.__esModule=!0;var r=void 0;r=function(){},t.default=r},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(48),i=
object-assign
(c) Sindre Sorhus
@license MIT
*/
var o=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=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(e,t){for(var n,s,l=r(e),u=1;u<arguments.length;u++){n=Object(arguments[u]);for(var c in n)i.call(n,c)&&(l[c]=n[c]);if(o){s=o(n);for(var f=0;f<s.length;f++)a.call(n,s[f])&&(l[s[f]]=n[s[f]])}}return l}},function(e,t,n){"use strict";function r(e){return"string"==typeof e&&o.test(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r;var o=/-webkit-|-moz-|-ms-/;e.exports=t.default},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(163),i=r(o),a=n(78),s=r(a),l=n(6),u=r(l),c=n(79),f=r(c),d=n(80),p=r(d),h=n(81),m=r(h),y=n(0),g=Object.assign({},i.default,s.default,f.default,p.default,m.default,{backgroundColor:u.default,opacity:y.number,elevation:y.number,backgroundAttachment:y.string,backgroundBlendMode:y.string,backgroundClip:y.string,backgroundImage:y.string,backgroundOrigin:(0,y.oneOf)(["border-box","content-box","padding-box"]),backgroundPosition:y.string,backgroundRepeat:y.string,backgroundSize:y.string,boxShadow:y.string,clip:y.string,cursor:y.string,filter:y.string,outline:y.string,outlineColor:u.default,perspective:(0,y.oneOfType)([y.number,y.string]),perspectiveOrigin:y.string,touchAction:y.string,transitionDelay:y.string,transitionDuration:y.string,transitionProperty:y.string,transitionTimingFunction:y.string,userSelect:y.string,willChange:y.string,WebkitMaskImage:y.string,WebkitOverflowScrolling:(0,y.oneOf)(["auto","touch"])});t.default=g},function(e,t,n){"use strict";var r={};e.exports=r},function(e,t){function n(e){var t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=h.hex6.exec(e))?parseInt(t[1]+"ff",16)>>>0:m.hasOwnProperty(e)?m[e]:(t=h.rgb.exec(e))?(s(t[1])<<24|s(t[2])<<16|s(t[3])<<8|255)>>>0:(t=h.rgba.exec(e))?(s(t[1])<<24|s(t[2])<<16|s(t[3])<<8|u(t[4]))>>>0:(t=h.hex3.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=h.hex8.exec(e))?parseInt(t[1],16)>>>0:(t=h.hex4.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=h.hsl.exec(e))?(255|o(l(t[1]),c(t[2]),c(t[3])))>>>0:(t=h.hsla.exec(e))?(o(l(t[1]),c(t[2]),c(t[3]))|u(t[4]))>>>0:null}function r(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function o(e,t,n){var o=n<.5?n*(1+t):n+t-n*t,i=2*n-o,a=r(i,o,e+1/3),s=r(i,o,e),l=r(i,o,e-1/3);return Math.round(255*a)<<24|Math.round(255*s)<<16|Math.round(255*l)<<8}function i(e){return Array.prototype.slice.call(e,0)}function a(){return"\\(\\s*("+i(arguments).join(")\\s*,\\s*(")+")\\s*\\)"}function s(e){var t=parseInt(e,10);return t<0?0:t>255?255:t}function l(e){return(parseFloat(e)%360+360)%360/360}function u(e){var t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function c(e){var t=parseFloat(e,10);return t<0?0:t>100?1:t/100}function f(e){return{r:Math.round((4278190080&e)>>>24),g:Math.round((16711680&e)>>>16),b:Math.round((65280&e)>>>8),a:((255&e)>>>0)/255}}var d="[-+]?\\d*\\.?\\d+",p=d+"%",h={rgb:new RegExp("rgb"+a(d,d,d)),rgba:new RegExp("rgba"+a(d,d,d,d)),hsl:new RegExp("hsl"+a(d,p,p)),hsla:new RegExp("hsla"+a(d,p,p,d)),hex3:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex4:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#([0-9a-fA-F]{6})$/,hex8:/^#([0-9a-fA-F]{8})$/},m={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cad
* react.production.min.js
*
* 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.
*/
var v=n(26),_=n(29),b=n(14),w="function"==typeof Symbol&&Symbol.for,S=w?Symbol.for("react.element"):60103,E=w?Symbol.for("react.call"):60104,T=w?Symbol.for("react.return"):60105,C=w?Symbol.for("react.portal"):60106,x=w?Symbol.for("react.fragment"):60107,R="function"==typeof Symbol&&Symbol.iterator,P={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}};o.prototype.isReactComponent={},o.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&r("85"),this.updater.enqueueSetState(this,e,t,"setState")},o.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},a.prototype=o.prototype;var O=i.prototype=new a;O.constructor=i,v(O,o.prototype),O.isPureReactComponent=!0;var k=s.prototype=new a;k.constructor=s,v(k,o.prototype),k.unstable_isAsyncReactComponent=!0,k.render=function(){return this.props.children};var N={current:null},M=Object.prototype.hasOwnProperty,I={key:!0,ref:!0,__self:!0,__source:!0},A=/\/+/g,D=[],L={Children:{map:function(e,t,n){if(null==e)return e;var r=[];return g(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;t=f(null,null,t,n),null==e||p(e,"",m,t),d(t)},count:function(e){return null==e?0:p(e,"",b.thatReturnsNull,null)},toArray:function(e){var t=[];return g(e,t,null,b.thatReturnsArgument),t},only:function(e){return u(e)||r("143"),e}},Component:o,PureComponent:i,unstable_AsyncComponent:s,Fragment:x,createElement:l,cloneElement:function(e,t,n){var r=v({},e.props),o=e.key,i=e.ref,a=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,a=N.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var s=e.type.defaultProps;for(l in t)M.call(t,l)&&!I.hasOwnProperty(l)&&(r[l]=void 0===t[l]&&void 0!==s?s[l]:t[l])}var l=arguments.length-2;if(1===l)r.children=n;else if(1<l){s=Array(l);for(var u=0;u<l;u++)s[u]=arguments[u+2];r.children=s}return{$$typeof:S,type:e.type,key:o,ref:i,props:r,_owner:a}},createFactory:function(e){var t=l.bind(null,e);return t.type=e,t},isValidElement:u,version:"16.2.0",__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentOwner:N,assign:v}},j=Object.freeze({default:L}),H=j&&L||j;e.exports=H.default?H.default:H},function(e,t,n){"use strict";function r(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]);throw t=Error(n+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."),t.name="Invariant Violation",t.framesToPop=1,t}function o(e,t){return(e&t)===t}function i(e,t){if(On.hasOwnProperty(e)||2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1]))return!1;if(null===t)return!0;switch(typeof t){case"boolean":return On.hasOwnProperty(e)?e=!0:(t=a(e))?e=t.hasBooleanValue||t.hasStringBooleanValue||t.hasOverloadedBooleanValue:(e=e.toLowerCase().slice(0,5),e="data-"===e||"aria-"===e),e;case"undefined":case"number":case"string":case"object":return!0;default:return!1}}function a(e){return Nn.hasOwnProperty(e)?Nn[e]:null}function s(e){return e[1].toUpperCase()}function l(e,t,n,r,o,i,a,s,l){Wn._hasCaughtError=!1,Wn._caughtError=null;var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(e){Wn._caughtError=e,Wn._hasCaughtError=!0}}function u(){if(Wn._hasRethrowError){var e=Wn._rethrowError;throw Wn._rethrowError=null,Wn._hasRethrowError=!1,e}}function c(){if(Gn)for(var e in Yn){var t=Yn[e],n=Gn.indexOf(e);if(-1<n||r("96",e),!Kn[n]){t.extractEvents||r("97",e),Kn[n]=t,n=t.eventTypes;for(var o in n){var i=void 0,a=n[o],s=t,l=o;Xn.hasOwnProperty(l)&&r("99",l),Xn[l]=a;var u=a.phasedRegistrationNames;if(u){for(i in u)u.hasOwnProperty(i)&&f(u[i],s,l);i=!0}else a.registrationName?(f(a.registrationName,s,l),i=!0):i=!1;i||r("98",o,e)}}}}function f(e,t,n){qn[e]&&r("100",e),qn[e]=t,Qn[e]=t.eventTypes[n].dependencies}function d(e){Gn&&r("101"),Gn=Array.prototype.slice.call(e),c()}function p(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)
* react-dom.production.min.js
*
* 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.
*/
var _n=n(1),bn=n(8),wn=n(26),Sn=n(14),En=n(106),Tn=n(107),Cn=n(60),xn=n(108),Rn=n(111),Pn=n(29);_n||r("227");var On={children:!0,dangerouslySetInnerHTML:!0,defaultValue:!0,defaultChecked:!0,innerHTML:!0,suppressContentEditableWarning:!0,suppressHydrationWarning:!0,style:!0},kn={MUST_USE_PROPERTY:1,HAS_BOOLEAN_VALUE:4,HAS_NUMERIC_VALUE:8,HAS_POSITIVE_NUMERIC_VALUE:24,HAS_OVERLOADED_BOOLEAN_VALUE:32,HAS_STRING_BOOLEAN_VALUE:64,injectDOMPropertyConfig:function(e){var t=kn,n=e.Properties||{},i=e.DOMAttributeNamespaces||{},a=e.DOMAttributeNames||{};e=e.DOMMutationMethods||{};for(var s in n){Nn.hasOwnProperty(s)&&r("48",s);var l=s.toLowerCase(),u=n[s];l={attributeName:l,attributeNamespace:null,propertyName:s,mutationMethod:null,mustUseProperty:o(u,t.MUST_USE_PROPERTY),hasBooleanValue:o(u,t.HAS_BOOLEAN_VALUE),hasNumericValue:o(u,t.HAS_NUMERIC_VALUE),hasPositiveNumericValue:o(u,t.HAS_POSITIVE_NUMERIC_VALUE),hasOverloadedBooleanValue:o(u,t.HAS_OVERLOADED_BOOLEAN_VALUE),hasStringBooleanValue:o(u,t.HAS_STRING_BOOLEAN_VALUE)},1>=l.hasBooleanValue+l.hasNumericValue+l.hasOverloadedBooleanValue||r("50",s),a.hasOwnProperty(s)&&(l.attributeName=a[s]),i.hasOwnProperty(s)&&(l.attributeNamespace=i[s]),e.hasOwnProperty(s)&&(l.mutationMethod=e[s]),Nn[s]=l}}},Nn={},Mn=kn,In=Mn.MUST_USE_PROPERTY,An=Mn.HAS_BOOLEAN_VALUE,Dn=Mn.HAS_NUMERIC_VALUE,Ln=Mn.HAS_POSITIVE_NUMERIC_VALUE,jn=Mn.HAS_OVERLOADED_BOOLEAN_VALUE,Hn=Mn.HAS_STRING_BOOLEAN_VALUE,Fn={Properties:{allowFullScreen:An,async:An,autoFocus:An,autoPlay:An,capture:jn,checked:In|An,cols:Ln,contentEditable:Hn,controls:An,default:An,defer:An,disabled:An,download:jn,draggable:Hn,formNoValidate:An,hidden:An,loop:An,multiple:In|An,muted:In|An,noValidate:An,open:An,playsInline:An,readOnly:An,required:An,reversed:An,rows:Ln,rowSpan:Dn,scoped:An,seamless:An,selected:In|An,size:Ln,start:Dn,span:Ln,spellCheck:Hn,style:0,tabIndex:0,itemScope:An,acceptCharset:0,className:0,htmlFor:0,httpEquiv:0,value:Hn},DOMAttributeNames:{acceptCharset:"accept-charset",className:"class",htmlFor:"for",httpEquiv:"http-equiv"},DOMMutationMethods:{value:function(e,t){if(null==t)return e.removeAttribute("value");"number"!==e.type||!1===e.hasAttribute("value")?e.setAttribute("value",""+t):e.validity&&!e.validity.badInput&&e.ownerDocument.activeElement!==e&&e.setAttribute("value",""+t)}}},zn=Mn.HAS_STRING_BOOLEAN_VALUE,Vn={xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace"},Un={Properties:{autoReverse:zn,externalResourcesRequired:zn,preserveAlpha:zn},DOMAttributeNames:{autoReverse:"autoReverse",externalResourcesRequired:"externalResourcesRequired",preserveAlpha:"preserveAlpha"},DOMAttributeNamespaces:{xlinkActuate:Vn.xlink,xlinkArcrole:Vn.xlink,xlinkHref:Vn.xlink,xlinkRole:Vn.xlink,xlinkShow:Vn.xlink,xlinkTitle:Vn.xlink,xlinkType:Vn.xlink,xmlBase:Vn.xml,xmlLang:Vn.xml,xmlSpace:Vn.xml}},Bn=/[\-\:]([a-z])/g;"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode x-height xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type xml:base xmlns:xlink xml:lang xml:space".split(" ").forEach(func
* react-dom-unstable-native-dependencies.production.min.js
*
* 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.
*/
var M=n(18),I=n(26),A=n(14),D=null,L=null,j=null,H="dispatchConfig _targetInst nativeEvent isDefaultPrevented isPropagationStopped _dispatchListeners _dispatchInstances".split(" "),F={type:null,target:null,currentTarget:A.thatReturnsNull,eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null};I(g.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=A.thatReturnsTrue)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=A.thatReturnsTrue)},persist:function(){this.isPersistent=A.thatReturnsTrue},isPersistent:A.thatReturnsFalse,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;for(t=0;t<H.length;t++)this[H[t]]=null}}),g.Interface=F,g.augmentClass=function(e,t){function n(){}n.prototype=this.prototype;var r=new n;I(r,e.prototype),e.prototype=r,e.prototype.constructor=e,e.Interface=I({},this.Interface,t),e.augmentClass=this.augmentClass,b(e)},b(g),g.augmentClass(w,{touchHistory:function(){return null}});var z=[],V={touchBank:z,numberActiveTouches:0,indexOfSingleActiveTouch:-1,mostRecentTimeStamp:0},U={recordTouchTrack:function(e,t){if(i(e))t.changedTouches.forEach(C);else if(a(e))t.changedTouches.forEach(T),V.numberActiveTouches=t.touches.length,1===V.numberActiveTouches&&(V.indexOfSingleActiveTouch=t.touches[0].identifier);else if(o(e)&&(t.changedTouches.forEach(x),V.numberActiveTouches=t.touches.length,1===V.numberActiveTouches))for(e=0;e<z.length;e++)if(null!=(t=z[e])&&t.touchActive){V.indexOfSingleActiveTouch=e;break}},touchHistory:V},B=null,W=0,G=0,Y={startShouldSetResponder:{phasedRegistrationNames:{bubbled:"onStartShouldSetResponder",captured:"onStartShouldSetResponderCapture"}},scrollShouldSetResponder:{phasedRegistrationNames:{bubbled:"onScrollShouldSetResponder",captured:"onScrollShouldSetResponderCapture"}},selectionChangeShouldSetResponder:{phasedRegistrationNames:{bubbled:"onSelectionChangeShouldSetResponder",captured:"onSelectionChangeShouldSetResponderCapture"}},moveShouldSetResponder:{phasedRegistrationNames:{bubbled:"onMoveShouldSetResponder",captured:"onMoveShouldSetResponderCapture"}},responderStart:{registrationName:"onResponderStart"},responderMove:{registrationName:"onResponderMove"},responderEnd:{registrationName:"onResponderEnd"},responderRelease:{registrationName:"onResponderRelease"},responderTerminationRequest:{registrationName:"onResponderTerminationRequest"},responderGrant:{registrationName:"onResponderGrant"},responderReject:{registrationName:"onResponderReject"},responderTerminate:{registrationName:"onResponderTerminate"}},K={_getResponder:function(){return B},eventTypes:Y,extractEvents:function(e,t,n,r){if(a(e))W+=1;else if(o(e)){if(!(0<=W))return console.error("Ended a touch event which was not counted in `trackedTouchCount`."),null;--W}if(U.recordTouchTrack(e,n),t&&("topScroll"===e&&!n.responderIgnoreScroll||0<W&&"topSelectionChange"===e||a(e)||i(e))){var u=a(e)?Y.startShouldSetResponder:i(e)?Y.moveShouldSetResponder:"topSelectionChange"===e?Y.selectionChangeShouldSetResponder:Y.scrollShouldSetResponder;if(B)e:{for(var c=B,d=0,p=c;p;p=l(p))d++;p=0;for(var g=t;g;g=l(g))p++;for(;0<d-p;)c=l(c),d--;for(;0<p-d;)t=l(t),p--;for(;d--;){if(c===t||c===t.alternate)break e;c=l(c),t=l(t)}c=null}else c=t;t=c===B,c=w.getPooled(u,c,n,r),c.touchHistory=U.touchHistory,t?f(c,m):f(c,h);e:{if(u=c._dispatchListeners,t=c._dispatchInstances,Array.isArray(u)){for(d=0;d<u.length&&!c.isPropagationStopped();d++)if(u[d](c,t[d])){u=t[d];break e}}else if(u&&u(c,t)){u=t;break e}u=null}if(c._dispatchInstances=null,c._dispatchListeners=null,c.isPersistent()||c.constructor.release(c),u&&u!==B)if(c=w.getPooled(Y.responderGrant,u,n,r),c.touchHistory=U.touchHistory,f(c,y),t=!0===s(c),B)if(d=w.getPooled(Y.responderTerminationRequest,B,n,r),d.touchHistory=U.
* react-art.production.min.js
*
* 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.
*/
var ue=n(26),ce=n(1),fe=n(29),de=n(60),pe=n(8),he=n(205),me=n(206),ye=n(21),ge=ce.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,ve=[],_e=-1;new Set;var be={current:fe},we={current:!1},Se=fe,Ee=null,Te=null,Ce="function"==typeof Symbol&&Symbol.for,xe=Ce?Symbol.for("react.element"):60103,Re=Ce?Symbol.for("react.call"):60104,Pe=Ce?Symbol.for("react.return"):60105,Oe=Ce?Symbol.for("react.portal"):60106,ke=Ce?Symbol.for("react.fragment"):60107,Ne="function"==typeof Symbol&&Symbol.iterator,Me=Array.isArray,Ie=B(!0),Ae=B(!1),De={},Le=Object.freeze({default:Q}),je=Le&&Q||Le,He=je.default?je.default:je,Fe="object"==typeof performance&&"function"==typeof performance.now,ze=void 0;ze=Fe?function(){return performance.now()}:function(){return Date.now()};var Ve=void 0;if(pe.canUseDOM)if("function"!=typeof requestIdleCallback||"function"!=typeof cancelIdleCallback){var Ue,Be=null,We=!1,Ge=-1,Ye=!1,Ke=0,Xe=33,qe=33;Ue=Fe?{didTimeout:!1,timeRemaining:function(){var e=Ke-performance.now();return 0<e?e:0}}:{didTimeout:!1,timeRemaining:function(){var e=Ke-Date.now();return 0<e?e:0}};var Qe="__reactIdleCallback$"+Math.random().toString(36).slice(2);window.addEventListener("message",function(e){if(e.source===window&&e.data===Qe){if(We=!1,e=ze(),0>=Ke-e){if(!(-1!==Ge&&Ge<=e))return void(Ye||(Ye=!0,requestAnimationFrame($e)));Ue.didTimeout=!0}else Ue.didTimeout=!1;Ge=-1,e=Be,Be=null,null!==e&&e(Ue)}},!1);var $e=function(e){Ye=!1;var t=e-Ke+qe;t<qe&&Xe<qe?(8>t&&(t=8),qe=t<Xe?Xe:t):Xe=t,Ke=e+qe,We||(We=!0,window.postMessage(Qe,"*"))};Ve=function(e,t){return Be=e,null!=t&&"number"==typeof t.timeout&&(Ge=ze()+t.timeout),Ye||(Ye=!0,requestAnimationFrame($e)),0}}else Ve=window.requestIdleCallback;else Ve=function(e){return setTimeout(function(){e({timeRemaining:function(){return 1/0}})})};var Ze=ue||function(e){for(var t=1;t<arguments.length;t++){var n,r=arguments[t];for(n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e};he.setCurrent(me);var Je=new ye,et={onClick:"click",onMouseMove:"mousemove",onMouseOver:"mouseover",onMouseOut:"mouseout",onMouseUp:"mouseup",onMouseDown:"mousedown"},tt={CLIPPING_RECTANGLE:"ClippingRectangle",GROUP:"Group",SHAPE:"Shape",TEXT:"Text"},nt={},rt=Array.prototype.slice,ot=function(){function e(t,n,r,o,i){J(this,e),this._args=rt.call(arguments)}return e.prototype.applyFill=function(e){e.fillLinear.apply(e,this._args)},e}(),it=function(){function e(t,n,r,o,i,a,s){J(this,e),this._args=rt.call(arguments)}return e.prototype.applyFill=function(e){e.fillRadial.apply(e,this._args)},e}(),at=function(){function e(t,n,r,o,i){J(this,e),this._args=rt.call(arguments)}return e.prototype.applyFill=function(e){e.fillImage.apply(e,this._args)},e}(),st=function(e){function t(){return J(this,t),$(this,e.apply(this,arguments))}return Z(t,e),t.prototype.componentDidMount=function(){var e=this.props;this._surface=he.Surface(+e.width,+e.height,this._tagRef),this._mountNode=ut.createContainer(this._surface),ut.updateContainer(this.props.children,this._mountNode,this)},t.prototype.componentDidUpdate=function(e){var t=this.props;t.height===e.height&&t.width===e.width||this._surface.resize(+t.width,+t.height),ut.updateContainer(this.props.children,this._mountNode,this),this._surface.render&&this._surface.render()},t.prototype.componentWillUnmount=function(){ut.updateContainer(null,this._mountNode,this)},t.prototype.render=function(){var e=this,t=this.props;return ce.createElement(he.Surface.tagName,{ref:function(t){return e._tagRef=t},accessKey:t.accessKey,className:t.className,draggable:t.draggable,role:t.role,style:t.style,tabIndex:t.tabIndex,title:t.title})},t}(ce.Component),lt=function(e){function t(n){J(this,t);var r=$(this,e.call(this,n));return["height","width","x","y"].forEach(function(e){Object.defineProperty(r,e,{get:function(){return this._text?this._text[e]:void 0}})}),r}return Z(t,e),t.prototype.render=function(){var e=this;return ce.createElement(tt.TEXT,Ze({},this.props,{ref:function(t){return e._text=t}}),ee(this.props.children))},t}(ce.Component),ut=He({appendInitialChild:function(e,t){"