Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hamburger-menu

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hamburger-menu - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

58

dist/HamburgerMenu.js
"use strict";
exports.__esModule = true;
exports.default = HamburgerMenu;
exports["default"] = HamburgerMenu;

@@ -10,3 +10,3 @@ var _react = _interopRequireDefault(require("react"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -16,12 +16,13 @@ function HamburgerMenu(props) {

height = (props.height || 30) + "px",
halfHeight = parseInt(height.replace('px', '')) / 2 + "px",
halfHeight = parseInt(height.replace("px", "")) / 2 + "px",
isOpen = props.isOpen || false,
strokeWidth = props.strokeWidth || 2,
halfStrokeWidth = "-" + strokeWidth / 2 + "px",
animationDuration = props.animationDuration || '0.4';
animationDuration = props.animationDuration || "0.4";
var getTransformValue = function getTransformValue(isOpen, defaultPos, rotateVal) {
return "translate3d(0," + (isOpen ? halfHeight : defaultPos) + ",0) rotate(" + (isOpen ? rotateVal + "deg" : '0') + ")";
return "translate3d(0," + (isOpen ? halfHeight : defaultPos) + ",0) rotate(" + (isOpen ? rotateVal + "deg" : "0") + ")";
};
console.log('[HamburgerMenu] props', props);
var styles = {

@@ -31,15 +32,15 @@ container: {

height: height,
position: 'relative',
position: "relative",
transform: "rotate(" + (props.rotate || 0) + "deg)"
},
lineBase: {
display: 'block',
display: "block",
height: strokeWidth + "px",
width: '100%',
background: props.color || '#000',
transitionTimingFunction: 'ease',
width: "100%",
background: props.color || "#000",
transitionTimingFunction: "ease",
transitionDuration: animationDuration + "s",
borderRadius: (props.borderRadius || 0) + "px",
transformOrigin: 'center',
position: 'absolute'
transformOrigin: "center",
position: "absolute"
},

@@ -51,5 +52,5 @@ firstLine: {

secondLine: {
transitionTimingFunction: 'ease-out',
transitionTimingFunction: "ease-out",
transitionDuration: animationDuration / 4 + "s",
opacity: isOpen ? '0' : '1',
opacity: isOpen ? "0" : "1",
top: halfHeight,

@@ -63,10 +64,11 @@ marginTop: halfStrokeWidth

};
return _react.default.createElement("div", {
return /*#__PURE__*/_react["default"].createElement("div", {
style: styles.container,
className: props.className,
onClick: props.menuClicked
}, _react.default.createElement("span", {
}, /*#__PURE__*/_react["default"].createElement("span", {
style: Object.assign({}, styles.lineBase, styles.firstLine)
}), _react.default.createElement("span", {
}), /*#__PURE__*/_react["default"].createElement("span", {
style: Object.assign({}, styles.lineBase, styles.secondLine)
}), _react.default.createElement("span", {
}), /*#__PURE__*/_react["default"].createElement("span", {
style: Object.assign({}, styles.lineBase, styles.thirdLine)

@@ -76,13 +78,13 @@ }));

;
HamburgerMenu.propTypes = {
isOpen: _propTypes.default.bool.isRequired,
menuClicked: _propTypes.default.func.isRequired,
width: _propTypes.default.number,
height: _propTypes.default.number,
strokeWidth: _propTypes.default.number,
rotate: _propTypes.default.number,
color: _propTypes.default.string,
borderRadius: _propTypes.default.number,
animationDuration: _propTypes.default.number
isOpen: _propTypes["default"].bool.isRequired,
menuClicked: _propTypes["default"].func.isRequired,
width: _propTypes["default"].number,
height: _propTypes["default"].number,
strokeWidth: _propTypes["default"].number,
rotate: _propTypes["default"].number,
color: _propTypes["default"].string,
borderRadius: _propTypes["default"].number,
animationDuration: _propTypes["default"].number,
className: _propTypes["default"].string
};

@@ -1,2 +0,2 @@

!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("ReactHamburgerMenu",[],t):"object"==typeof exports?exports.ReactHamburgerMenu=t():e.ReactHamburgerMenu=t()}("undefined"!=typeof self?self:this,function(){return 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={};return 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=20)}([function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(l===setTimeout)return setTimeout(e,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}function i(e){if(p===clearTimeout)return clearTimeout(e);if((p===r||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(e);try{return p(e)}catch(t){try{return p.call(null,e)}catch(t){return p.call(this,e)}}}function a(){v&&d&&(v=!1,d.length?y=d.concat(y):m=-1,y.length&&u())}function u(){if(!v){var e=o(a);v=!0;for(var t=y.length;t;){for(d=y,y=[];++m<t;)d&&d[m].run();m=-1,t=y.length}d=null,v=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function s(){}var l,p,f=e.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(e){l=n}try{p="function"==typeof clearTimeout?clearTimeout:r}catch(e){p=r}}();var d,y=[],v=!1,m=-1;f.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];y.push(new c(e,t)),1!==y.length||v||o(u)},c.prototype.run=function(){this.fun.apply(null,this.array)},f.title="browser",f.browser=!0,f.env={},f.argv=[],f.version="",f.versions={},f.on=s,f.addListener=s,f.once=s,f.off=s,f.removeListener=s,f.removeAllListeners=s,f.emit=s,f.prependListener=s,f.prependOnceListener=s,f.listeners=function(e){return[]},f.binding=function(e){throw new Error("process.binding is not supported")},f.cwd=function(){return"/"},f.chdir=function(e){throw new Error("process.chdir is not supported")},f.umask=function(){return 0}},function(e,t,n){"use strict";(function(t){var r=n(5),o=r;if("production"!==t.env.NODE_ENV){var i=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,function(){return n[o++]});"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}};o=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==t.indexOf("Failed Composite propType: ")&&!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];i.apply(void 0,[t].concat(r))}}}e.exports=o}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function n(e,t,n,o,i,a,u,c){if(r(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 l=[n,o,i,a,u,c],p=0;s=new Error(t.replace(/%s/g,function(){return l[p++]})),s.name="Invariant Violation"}throw s.framesToPop=1,s}}var r=function(e){};"production"!==t.env.NODE_ENV&&(r=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")}),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e){if("production"!==t.env.NODE_ENV&&p.call(e,"ref")){var n=Object.getOwnPropertyDescriptor(e,"ref").get;if(n&&n.isReactWarning)return!1}return void 0!==e.ref}function o(e){if("production"!==t.env.NODE_ENV&&p.call(e,"key")){var n=Object.getOwnPropertyDescriptor(e,"key").get;if(n&&n.isReactWarning)return!1}return void 0!==e.key}var i,a,u=n(6),c=n(7),s=n(1),l=n(8),p=Object.prototype.hasOwnProperty,f="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,d={key:!0,ref:!0,__self:!0,__source:!0},y=function(e,n,r,o,i,a,u){var c={$$typeof:f,type:e,key:n,ref:r,props:u,_owner:a};if("production"!==t.env.NODE_ENV){c._store={};var s=Array.isArray(u.children)?u.children.slice(0):u.children;l?(Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,"_self",{configurable:!1,enumerable:!1,writable:!1,value:o}),Object.defineProperty(c,"_shadowChildren",{configurable:!1,enumerable:!1,writable:!1,value:s}),Object.defineProperty(c,"_source",{configurable:!1,enumerable:!1,writable:!1,value:i})):(c._store.validated=!1,c._self=o,c._shadowChildren=s,c._source=i),Object.freeze&&(Object.freeze(c.props),Object.freeze(c))}return c};y.createElement=function(e,n,u){var l,v={},m=null,h=null,E=null,g=null;if(null!=n){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&s(null==n.__proto__||n.__proto__===Object.prototype,"React.createElement(...): Expected props argument to be a plain object. Properties defined in its prototype chain will be ignored."),r(n)&&(h=n.ref),o(n)&&(m=""+n.key),E=void 0===n.__self?null:n.__self,g=void 0===n.__source?null:n.__source;for(l in n)p.call(n,l)&&!d.hasOwnProperty(l)&&(v[l]=n[l])}var b=arguments.length-2;if(1===b)v.children=u;else if(b>1){for(var N=Array(b),_=0;_<b;_++)N[_]=arguments[_+2];v.children=N}if(e&&e.defaultProps){var O=e.defaultProps;for(l in O)void 0===v[l]&&(v[l]=O[l])}if("production"!==t.env.NODE_ENV){var D="function"==typeof e?e.displayName||e.name||"Unknown":e,x=function(){i||(i=!0,"production"!==t.env.NODE_ENV&&s(!1,"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",D))};x.isReactWarning=!0;var w=function(){a||(a=!0,"production"!==t.env.NODE_ENV&&s(!1,"%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",D))};w.isReactWarning=!0,void 0!==v.$$typeof&&v.$$typeof===f||(v.hasOwnProperty("key")||Object.defineProperty(v,"key",{get:x,configurable:!0}),v.hasOwnProperty("ref")||Object.defineProperty(v,"ref",{get:w,configurable:!0}))}return y(e,m,h,E,g,c.current,v)},y.createFactory=function(e){var t=y.createElement.bind(null,e);return t.type=e,t},y.cloneAndReplaceKey=function(e,t){return y(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},y.cloneElement=function(e,n,i){var a,l=u({},e.props),f=e.key,v=e.ref,m=e._self,h=e._source,E=e._owner;if(null!=n){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&s(null==n.__proto__||n.__proto__===Object.prototype,"React.cloneElement(...): Expected props argument to be a plain object. Properties defined in its prototype chain will be ignored."),r(n)&&(v=n.ref,E=c.current),o(n)&&(f=""+n.key);var g;e.type&&e.type.defaultProps&&(g=e.type.defaultProps);for(a in n)p.call(n,a)&&!d.hasOwnProperty(a)&&(void 0===n[a]&&void 0!==g?l[a]=g[a]:l[a]=n[a])}var b=arguments.length-2;if(1===b)l.children=i;else if(b>1){for(var N=Array(b),_=0;_<b;_++)N[_]=arguments[_+2];l.children=N}return y(e.type,f,v,m,h,E,l)},y.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===f},y.REACT_ELEMENT_TYPE=f,e.exports=y}).call(t,n(0))},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]);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}e.exports=r},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/*
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("ReactHamburgerMenu",[],t):"object"==typeof exports?exports.ReactHamburgerMenu=t():e.ReactHamburgerMenu=t()}("undefined"!=typeof self?self:this,function(){return 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={};return 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=20)}([function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(e){if(l===setTimeout)return setTimeout(e,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(e,0);try{return l(e,0)}catch(t){try{return l.call(null,e,0)}catch(t){return l.call(this,e,0)}}}function i(e){if(p===clearTimeout)return clearTimeout(e);if((p===r||!p)&&clearTimeout)return p=clearTimeout,clearTimeout(e);try{return p(e)}catch(t){try{return p.call(null,e)}catch(t){return p.call(this,e)}}}function a(){m&&d&&(m=!1,d.length?y=d.concat(y):v=-1,y.length&&u())}function u(){if(!m){var e=o(a);m=!0;for(var t=y.length;t;){for(d=y,y=[];++v<t;)d&&d[v].run();v=-1,t=y.length}d=null,m=!1,i(e)}}function c(e,t){this.fun=e,this.array=t}function s(){}var l,p,f=e.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(e){l=n}try{p="function"==typeof clearTimeout?clearTimeout:r}catch(e){p=r}}();var d,y=[],m=!1,v=-1;f.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];y.push(new c(e,t)),1!==y.length||m||o(u)},c.prototype.run=function(){this.fun.apply(null,this.array)},f.title="browser",f.browser=!0,f.env={},f.argv=[],f.version="",f.versions={},f.on=s,f.addListener=s,f.once=s,f.off=s,f.removeListener=s,f.removeAllListeners=s,f.emit=s,f.prependListener=s,f.prependOnceListener=s,f.listeners=function(e){return[]},f.binding=function(e){throw new Error("process.binding is not supported")},f.cwd=function(){return"/"},f.chdir=function(e){throw new Error("process.chdir is not supported")},f.umask=function(){return 0}},function(e,t,n){"use strict";(function(t){var r=n(5),o=r;if("production"!==t.env.NODE_ENV){var i=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,i="Warning: "+e.replace(/%s/g,function(){return n[o++]});"undefined"!=typeof console&&console.error(i);try{throw new Error(i)}catch(e){}};o=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==t.indexOf("Failed Composite propType: ")&&!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];i.apply(void 0,[t].concat(r))}}}e.exports=o}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function n(e,t,n,o,i,a,u,c){if(r(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 l=[n,o,i,a,u,c],p=0;s=new Error(t.replace(/%s/g,function(){return l[p++]})),s.name="Invariant Violation"}throw s.framesToPop=1,s}}var r=function(e){};"production"!==t.env.NODE_ENV&&(r=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")}),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e){if("production"!==t.env.NODE_ENV&&p.call(e,"ref")){var n=Object.getOwnPropertyDescriptor(e,"ref").get;if(n&&n.isReactWarning)return!1}return void 0!==e.ref}function o(e){if("production"!==t.env.NODE_ENV&&p.call(e,"key")){var n=Object.getOwnPropertyDescriptor(e,"key").get;if(n&&n.isReactWarning)return!1}return void 0!==e.key}var i,a,u=n(6),c=n(7),s=n(1),l=n(8),p=Object.prototype.hasOwnProperty,f="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,d={key:!0,ref:!0,__self:!0,__source:!0},y=function(e,n,r,o,i,a,u){var c={$$typeof:f,type:e,key:n,ref:r,props:u,_owner:a};if("production"!==t.env.NODE_ENV){c._store={};var s=Array.isArray(u.children)?u.children.slice(0):u.children;l?(Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(c,"_self",{configurable:!1,enumerable:!1,writable:!1,value:o}),Object.defineProperty(c,"_shadowChildren",{configurable:!1,enumerable:!1,writable:!1,value:s}),Object.defineProperty(c,"_source",{configurable:!1,enumerable:!1,writable:!1,value:i})):(c._store.validated=!1,c._self=o,c._shadowChildren=s,c._source=i),Object.freeze&&(Object.freeze(c.props),Object.freeze(c))}return c};y.createElement=function(e,n,u){var l,m={},v=null,h=null,E=null,g=null;if(null!=n){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&s(null==n.__proto__||n.__proto__===Object.prototype,"React.createElement(...): Expected props argument to be a plain object. Properties defined in its prototype chain will be ignored."),r(n)&&(h=n.ref),o(n)&&(v=""+n.key),E=void 0===n.__self?null:n.__self,g=void 0===n.__source?null:n.__source;for(l in n)p.call(n,l)&&!d.hasOwnProperty(l)&&(m[l]=n[l])}var b=arguments.length-2;if(1===b)m.children=u;else if(b>1){for(var N=Array(b),_=0;_<b;_++)N[_]=arguments[_+2];m.children=N}if(e&&e.defaultProps){var O=e.defaultProps;for(l in O)void 0===m[l]&&(m[l]=O[l])}if("production"!==t.env.NODE_ENV){var D="function"==typeof e?e.displayName||e.name||"Unknown":e,x=function(){i||(i=!0,"production"!==t.env.NODE_ENV&&s(!1,"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",D))};x.isReactWarning=!0;var w=function(){a||(a=!0,"production"!==t.env.NODE_ENV&&s(!1,"%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",D))};w.isReactWarning=!0,void 0!==m.$$typeof&&m.$$typeof===f||(m.hasOwnProperty("key")||Object.defineProperty(m,"key",{get:x,configurable:!0}),m.hasOwnProperty("ref")||Object.defineProperty(m,"ref",{get:w,configurable:!0}))}return y(e,v,h,E,g,c.current,m)},y.createFactory=function(e){var t=y.createElement.bind(null,e);return t.type=e,t},y.cloneAndReplaceKey=function(e,t){return y(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},y.cloneElement=function(e,n,i){var a,l=u({},e.props),f=e.key,m=e.ref,v=e._self,h=e._source,E=e._owner;if(null!=n){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&s(null==n.__proto__||n.__proto__===Object.prototype,"React.cloneElement(...): Expected props argument to be a plain object. Properties defined in its prototype chain will be ignored."),r(n)&&(m=n.ref,E=c.current),o(n)&&(f=""+n.key);var g;e.type&&e.type.defaultProps&&(g=e.type.defaultProps);for(a in n)p.call(n,a)&&!d.hasOwnProperty(a)&&(void 0===n[a]&&void 0!==g?l[a]=g[a]:l[a]=n[a])}var b=arguments.length-2;if(1===b)l.children=i;else if(b>1){for(var N=Array(b),_=0;_<b;_++)N[_]=arguments[_+2];l.children=N}return y(e.type,f,m,v,h,E,l)},y.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===f},y.REACT_ELEMENT_TYPE=f,e.exports=y}).call(t,n(0))},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]);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}e.exports=r},function(e,t,n){"use strict";function r(e){return function(){return e}}var o=function(){};o.thatReturns=r,o.thatReturnsFalse=r(!1),o.thatReturnsTrue=r(!0),o.thatReturnsNull=r(null),o.thatReturnsThis=function(){return this},o.thatReturnsArgument=function(e){return e},e.exports=o},function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/*
object-assign

@@ -6,2 +6,2 @@ (c) Sindre Sorhus

*/
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,u,c=r(e),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var l in n)i.call(n,l)&&(c[l]=n[l]);if(o){u=o(n);for(var p=0;p<u.length;p++)a.call(n,u[p])&&(c[u[p]]=n[u[p]])}}return c}},function(e,t,n){"use strict";var r={current:null};e.exports=r},function(e,t,n){"use strict";(function(t){var n=!1;if("production"!==t.env.NODE_ENV)try{Object.defineProperty({},"x",{get:function(){}}),n=!0}catch(e){}e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";function r(e){var t=e&&(o&&e[o]||e[i]);if("function"==typeof t)return t}var o="function"==typeof Symbol&&Symbol.iterator,i="@@iterator";e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,t,n){this.props=e,this.context=t,this.refs=u,this.updater=n||i}var o=n(4),i=n(11),a=n(8),u=n(12),c=n(2),s=n(1);if(r.prototype.isReactComponent={},r.prototype.setState=function(e,n){"object"!=typeof e&&"function"!=typeof e&&null!=e&&("production"!==t.env.NODE_ENV?c(!1,"setState(...): takes an object of state variables to update or a function which returns an object of state variables."):o("85")),this.updater.enqueueSetState(this,e),n&&this.updater.enqueueCallback(this,n,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")},"production"!==t.env.NODE_ENV){var l={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(var p in l)l.hasOwnProperty(p)&&function(e,n){a&&Object.defineProperty(r.prototype,e,{get:function(){"production"!==t.env.NODE_ENV&&s(!1,"%s(...) is deprecated in plain JavaScript React classes. %s",n[0],n[1])}})}(p,l[p])}e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,n){if("production"!==t.env.NODE_ENV){var r=e.constructor;"production"!==t.env.NODE_ENV&&o(!1,"%s(...): Can only update a mounted or mounting component. This usually means you called %s() on an unmounted component. This is a no-op. Please check the code for the %s component.",n,n,r&&(r.displayName||r.name)||"ReactClass")}}var o=n(1),i={isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){r(e,"forceUpdate")},enqueueReplaceState:function(e,t){r(e,"replaceState")},enqueueSetState:function(e,t){r(e,"setState")}};e.exports=i}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var n={};"production"!==t.env.NODE_ENV&&Object.freeze(n),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var n={};"production"!==t.env.NODE_ENV&&(n={prop:"prop",context:"context",childContext:"child context"}),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){p[e]||(p[e]={element:null,parentID:null,ownerID:null,text:null,childIDs:[],displayName:"Unknown",isMounted:!1,updateCount:0}),t(p[e])}function o(e){var t=p[e];if(t){var n=t.childIDs;delete p[e],n.forEach(o)}}function i(e,t,n){return"\n in "+e+(t?" (at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+")":n?" (created by "+n+")":"")}function a(e){var n,r=y.getDisplayName(e),o=y.getElement(e),a=y.getOwnerID(e);return a&&(n=y.getDisplayName(a)),"production"!==t.env.NODE_ENV&&l(o,"ReactComponentTreeDevtool: Missing React element for debugID %s when building stack",e),i(r,o&&o._source,n)}var u=n(4),c=n(7),s=n(2),l=n(1),p={},f={},d={},y={onSetDisplayName:function(e,t){r(e,function(e){return e.displayName=t})},onSetChildren:function(e,n){r(e,function(r){r.childIDs=n,n.forEach(function(n){var r=p[n];r||("production"!==t.env.NODE_ENV?s(!1,"Expected devtool events to fire for the child before its parent includes it in onSetChildren()."):u("68")),null==r.displayName&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetDisplayName() to fire for the child before its parent includes it in onSetChildren()."):u("69")),null==r.childIDs&&null==r.text&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetChildren() or onSetText() to fire for the child before its parent includes it in onSetChildren()."):u("70")),r.isMounted||("production"!==t.env.NODE_ENV?s(!1,"Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren()."):u("71")),null==r.parentID&&(r.parentID=e),r.parentID!==e&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetParent() and onSetChildren() to be consistent (%s has parents %s and %s).",n,r.parentID,e):u("72",n,r.parentID,e))})})},onSetOwner:function(e,t){r(e,function(e){return e.ownerID=t})},onSetParent:function(e,t){r(e,function(e){return e.parentID=t})},onSetText:function(e,t){r(e,function(e){return e.text=t})},onBeforeMountComponent:function(e,t){r(e,function(e){return e.element=t})},onBeforeUpdateComponent:function(e,t){r(e,function(e){return e.element=t})},onMountComponent:function(e){r(e,function(e){return e.isMounted=!0})},onMountRootComponent:function(e){d[e]=!0},onUpdateComponent:function(e){r(e,function(e){return e.updateCount++})},onUnmountComponent:function(e){r(e,function(e){return e.isMounted=!1}),f[e]=!0,delete d[e]},purgeUnmountedComponents:function(){if(!y._preventPurging){for(var e in f)o(e);f={}}},isMounted:function(e){var t=p[e];return!!t&&t.isMounted},getCurrentStackAddendum:function(e){var t="";if(e){var n=e.type,r="function"==typeof n?n.displayName||n.name:n,o=e._owner;t+=i(r||"Unknown",e._source,o&&o.getName())}var a=c.current,u=a&&a._debugID;return t+=y.getStackAddendumByID(u)},getStackAddendumByID:function(e){for(var t="";e;)t+=a(e),e=y.getParentID(e);return t},getChildIDs:function(e){var t=p[e];return t?t.childIDs:[]},getDisplayName:function(e){var t=p[e];return t?t.displayName:"Unknown"},getElement:function(e){var t=p[e];return t?t.element:null},getOwnerID:function(e){var t=p[e];return t?t.ownerID:null},getParentID:function(e){var t=p[e];return t?t.parentID:null},getSource:function(e){var t=p[e],n=t?t.element:null;return null!=n?n._source:null},getText:function(e){var t=p[e];return t?t.text:null},getUpdateCount:function(e){var t=p[e];return t?t.updateCount:0},getRootIDs:function(){return Object.keys(d)},getRegisteredIDs:function(){return Object.keys(p)}};e.exports=y}).call(t,n(0))},function(e,t,n){"use strict";var r=n(16),o=r({prop:null,context:null,childContext:null});e.exports=o},function(e,t,n){"use strict";(function(t){var r=n(2),o=function(e){var n,o={};e instanceof Object&&!Array.isArray(e)||("production"!==t.env.NODE_ENV?r(!1,"keyMirror(...): Argument must be an object."):r(!1));for(n in e)e.hasOwnProperty(n)&&(o[n]=n);return o};e.exports=o}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(){if(c.current){var e=c.current.getName();if(e)return" Check the render method of `"+e+"`."}return""}function o(e){var t=r();if(!t){var n="string"==typeof e?e:e.displayName||e.name;n&&(t=" Check the top-level render call using <"+n+">.")}return t}function i(e,n){if(e._store&&!e._store.validated&&null==e.key){e._store.validated=!0;var r=m.uniqueKey||(m.uniqueKey={}),i=o(n);if(!r[i]){r[i]=!0;var a="";e&&e._owner&&e._owner!==c.current&&(a=" It was passed a child from "+e._owner.getName()+"."),"production"!==t.env.NODE_ENV&&v(!1,'Each child in an array or iterator should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s',i,a,s.getCurrentStackAddendum(e))}}}function a(e,t){if("object"==typeof e)if(Array.isArray(e))for(var n=0;n<e.length;n++){var r=e[n];l.isValidElement(r)&&i(r,t)}else if(l.isValidElement(e))e._store&&(e._store.validated=!0);else if(e){var o=y(e);if(o&&o!==e.entries)for(var a,u=o.call(e);!(a=u.next()).done;)l.isValidElement(a.value)&&i(a.value,t)}}function u(e){var n=e.type;if("function"==typeof n){var r=n.displayName||n.name;n.propTypes&&f(n.propTypes,e.props,p.prop,r,e,null),"function"==typeof n.getDefaultProps&&"production"!==t.env.NODE_ENV&&v(n.getDefaultProps.isReactClassApproved,"getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}var c=n(7),s=n(14),l=n(3),p=n(15),f=n(32),d=n(8),y=n(9),v=n(1),m={},h={createElement:function(e,n,o){var i="string"==typeof e||"function"==typeof e;"production"!==t.env.NODE_ENV&&v(i,"React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).%s",r());var c=l.createElement.apply(this,arguments);if(null==c)return c;if(i)for(var s=2;s<arguments.length;s++)a(arguments[s],e);return u(c),c},createFactory:function(e){var n=h.createElement.bind(null,e);return n.type=e,"production"!==t.env.NODE_ENV&&d&&Object.defineProperty(n,"type",{enumerable:!1,get:function(){return"production"!==t.env.NODE_ENV&&v(!1,"Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),n},cloneElement:function(e,t,n){for(var r=l.cloneElement.apply(this,arguments),o=2;o<arguments.length;o++)a(arguments[o],r.type);return u(r),r}};e.exports=h}).call(t,n(0))},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=(e.width||36)+"px",n=(e.height||30)+"px",r=parseInt(n.replace("px",""))/2+"px",o=e.isOpen||!1,a=e.strokeWidth||2,u="-"+a/2+"px",c=e.animationDuration||"0.4",s=function(e,t,n){return"translate3d(0,"+(e?r:t)+",0) rotate("+(e?n+"deg":"0")+")"},l={container:{width:t,height:n,position:"relative",transform:"rotate("+(e.rotate||0)+"deg)"},lineBase:{display:"block",height:a+"px",width:"100%",background:e.color||"#000",transitionTimingFunction:"ease",transitionDuration:c+"s",borderRadius:(e.borderRadius||0)+"px",transformOrigin:"center",position:"absolute"},firstLine:{transform:s(o,0,45),marginTop:u},secondLine:{transitionTimingFunction:"ease-out",transitionDuration:c/4+"s",opacity:o?"0":"1",top:r,marginTop:u},thirdLine:{transform:s(o,n,-45),marginTop:u}};return i.default.createElement("div",{style:l.container,onClick:e.menuClicked},i.default.createElement("span",{style:Object.assign({},l.lineBase,l.firstLine)}),i.default.createElement("span",{style:Object.assign({},l.lineBase,l.secondLine)}),i.default.createElement("span",{style:Object.assign({},l.lineBase,l.thirdLine)}))}t.__esModule=!0,t.default=o;var i=r(n(21)),a=r(n(36));o.propTypes={isOpen:a.default.bool.isRequired,menuClicked:a.default.func.isRequired,width:a.default.number,height:a.default.number,strokeWidth:a.default.number,rotate:a.default.number,color:a.default.string,borderRadius:a.default.number,animationDuration:a.default.number}},function(e,t,n){"use strict";e.exports=n(22)},function(e,t,n){"use strict";(function(t){var r=n(6),o=n(23),i=n(10),a=n(27),u=n(28),c=n(30),s=n(3),l=n(33),p=n(34),f=n(35),d=n(1),y=s.createElement,v=s.createFactory,m=s.cloneElement;if("production"!==t.env.NODE_ENV){var h=n(17);y=h.createElement,v=h.createFactory,m=h.cloneElement}var E=r;if("production"!==t.env.NODE_ENV){var g=!1;E=function(){return"production"!==t.env.NODE_ENV&&d(g,"React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details."),g=!0,r.apply(null,arguments)}}var b={Children:{map:o.map,forEach:o.forEach,count:o.count,toArray:o.toArray,only:f},Component:i,PureComponent:a,createElement:y,cloneElement:m,isValidElement:s.isValidElement,PropTypes:l,createClass:u.createClass,createFactory:v,createMixin:function(e){return e},DOM:c,version:p,__spread:E};e.exports=b}).call(t,n(0))},function(e,t,n){"use strict";function r(e){return(""+e).replace(b,"$&/")}function o(e,t){this.func=e,this.context=t,this.count=0}function i(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function a(e,t,n){if(null==e)return e;var r=o.getPooled(t,n);h(e,i,r),o.release(r)}function u(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function c(e,t,n){var o=e.result,i=e.keyPrefix,a=e.func,u=e.context,c=a.call(u,t,e.count++);Array.isArray(c)?s(c,o,n,m.thatReturnsArgument):null!=c&&(v.isValidElement(c)&&(c=v.cloneAndReplaceKey(c,i+(!c.key||t&&t.key===c.key?"":r(c.key)+"/")+n)),o.push(c))}function s(e,t,n,o,i){var a="";null!=n&&(a=r(n)+"/");var s=u.getPooled(t,a,o,i);h(e,c,s),u.release(s)}function l(e,t,n){if(null==e)return e;var r=[];return s(e,r,null,t,n),r}function p(e,t,n){return null}function f(e,t){return h(e,p,null)}function d(e){var t=[];return s(e,t,null,m.thatReturnsArgument),t}var y=n(24),v=n(3),m=n(5),h=n(25),E=y.twoArgumentPooler,g=y.fourArgumentPooler,b=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},y.addPoolingTo(o,E),u.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},y.addPoolingTo(u,g);var N={forEach:a,map:l,mapIntoWithKeyPrefixInternal:s,count:f,toArray:d};e.exports=N},function(e,t,n){"use strict";(function(t){var r=n(4),o=n(2),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)},a=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)},u=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)},c=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)},s=function(e,t,n,r,o){var i=this;if(i.instancePool.length){var a=i.instancePool.pop();return i.call(a,e,t,n,r,o),a}return new i(e,t,n,r,o)},l=function(e){var n=this;e instanceof n||("production"!==t.env.NODE_ENV?o(!1,"Trying to release an instance into a pool of a different type."):r("25")),e.destructor(),n.instancePool.length<n.poolSize&&n.instancePool.push(e)},p=i,f=function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||p,n.poolSize||(n.poolSize=10),n.release=l,n},d={addPoolingTo:f,oneArgumentPooler:i,twoArgumentPooler:a,threeArgumentPooler:u,fourArgumentPooler:c,fiveArgumentPooler:s};e.exports=d}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){return e&&"object"==typeof e&&null!=e.key?p.escape(e.key):t.toString(36)}function o(e,n,i,m){var h=typeof e;if("undefined"!==h&&"boolean"!==h||(e=null),null===e||"string"===h||"number"===h||c.isValidElement(e))return i(m,e,""===n?d+r(e,0):n),1;var E,g,b=0,N=""===n?d:n+y;if(Array.isArray(e))for(var _=0;_<e.length;_++)E=e[_],g=N+r(E,_),b+=o(E,g,i,m);else{var O=s(e);if(O){var D,x=O.call(e);if(O!==e.entries)for(var w=0;!(D=x.next()).done;)E=D.value,g=N+r(E,w++),b+=o(E,g,i,m);else{if("production"!==t.env.NODE_ENV){var P="";if(u.current){var R=u.current.getName();R&&(P=" Check the render method of `"+R+"`.")}"production"!==t.env.NODE_ENV&&f(v,"Using Maps as children is not yet fully supported. It is an experimental feature that might be removed. Convert it to a sequence / iterable of keyed ReactElements instead.%s",P),v=!0}for(;!(D=x.next()).done;){var j=D.value;j&&(E=j[1],g=N+p.escape(j[0])+y+r(E,0),b+=o(E,g,i,m))}}}else if("object"===h){var I="";if("production"!==t.env.NODE_ENV&&(I=" If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.",e._isReactElement&&(I=" It looks like you're using an element created by a different version of React. Make sure to use only one copy of React."),u.current)){var k=u.current.getName();k&&(I+=" Check the render method of `"+k+"`.")}var T=String(e);"production"!==t.env.NODE_ENV?l(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===T?"object with keys {"+Object.keys(e).join(", ")+"}":T,I):a("31","[object Object]"===T?"object with keys {"+Object.keys(e).join(", ")+"}":T,I)}}return b}function i(e,t,n){return null==e?0:o(e,"",t,n)}var a=n(4),u=n(7),c=n(3),s=n(9),l=n(2),p=n(26),f=n(1),d=".",y=":",v=!1;e.exports=i}).call(t,n(0))},function(e,t,n){"use strict";function r(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function o(e){var t=/(=0|=2)/g,n={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(t,function(e){return n[e]})}var i={escape:r,unescape:o};e.exports=i},function(e,t,n){"use strict";function r(e,t,n){this.props=e,this.context=t,this.refs=c,this.updater=n||u}function o(){}var i=n(6),a=n(10),u=n(11),c=n(12);o.prototype=a.prototype,r.prototype=new o,r.prototype.constructor=r,i(r.prototype,a.prototype),r.prototype.isPureReactComponent=!0,e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,n,r){for(var o in n)n.hasOwnProperty(o)&&"production"!==t.env.NODE_ENV&&O("function"==typeof n[o],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",h[r],o)}function o(e,n){var r=P.hasOwnProperty(n)?P[n]:null;j.hasOwnProperty(n)&&r!==x.OVERRIDE_BASE&&("production"!==t.env.NODE_ENV?b(!1,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",n):f("73",n)),e&&r!==x.DEFINE_MANY&&r!==x.DEFINE_MANY_MERGED&&("production"!==t.env.NODE_ENV?b(!1,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n):f("74",n))}function i(e,n){if(n){"function"==typeof n&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."):f("75")),v.isValidElement(n)&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object."):f("76"));var r=e.prototype,i=r.__reactAutoBindPairs;n.hasOwnProperty(D)&&R.mixins(e,n.mixins);for(var a in n)if(n.hasOwnProperty(a)&&a!==D){var u=n[a],l=r.hasOwnProperty(a);if(o(l,a),R.hasOwnProperty(a))R[a](e,u);else{var p=P.hasOwnProperty(a),d="function"==typeof u,y=d&&!p&&!l&&!1!==n.autobind;if(y)i.push(a,u),r[a]=u;else if(l){var m=P[a];(!p||m!==x.DEFINE_MANY_MERGED&&m!==x.DEFINE_MANY)&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",m,a):f("77",m,a)),m===x.DEFINE_MANY_MERGED?r[a]=c(r[a],u):m===x.DEFINE_MANY&&(r[a]=s(r[a],u))}else r[a]=u,"production"!==t.env.NODE_ENV&&"function"==typeof u&&n.displayName&&(r[a].displayName=n.displayName+"_"+a)}}}else if("production"!==t.env.NODE_ENV){var h=typeof n,E="object"===h&&null!==n;"production"!==t.env.NODE_ENV&&O(E,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===n?null:h)}}function a(e,n){if(n)for(var r in n){var o=n[r];if(n.hasOwnProperty(r)){var i=r in R;i&&("production"!==t.env.NODE_ENV?b(!1,'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.',r):f("78",r));var a=r in e;a&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",r):f("79",r)),e[r]=o}}}function u(e,n){e&&n&&"object"==typeof e&&"object"==typeof n||("production"!==t.env.NODE_ENV?b(!1,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects."):f("80"));for(var r in n)n.hasOwnProperty(r)&&(void 0!==e[r]&&("production"!==t.env.NODE_ENV?b(!1,"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.",r):f("81",r)),e[r]=n[r]);return e}function c(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 u(o,n),u(o,r),o}}function s(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function l(e,n){var r=n.bind(e);if("production"!==t.env.NODE_ENV){r.__reactBoundContext=e,r.__reactBoundMethod=n,r.__reactBoundArguments=null;var o=e.constructor.displayName,i=r.bind;r.bind=function(a){for(var u=arguments.length,c=Array(u>1?u-1:0),s=1;s<u;s++)c[s-1]=arguments[s];if(a!==e&&null!==a)"production"!==t.env.NODE_ENV&&O(!1,"bind(): React component methods may only be bound to the component instance. See %s",o);else if(!c.length)return"production"!==t.env.NODE_ENV&&O(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",o),r;var l=i.apply(r,arguments);return l.__reactBoundContext=e,l.__reactBoundMethod=n,l.__reactBoundArguments=c,l}}return r}function p(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=l(e,o)}}var f=n(4),d=n(6),y=n(10),v=n(3),m=n(15),h=n(13),E=n(11),g=n(12),b=n(2),N=n(16),_=n(29),O=n(1),D=_({mixins:null}),x=N({DEFINE_ONCE:null,DEFINE_MANY:null,OVERRIDE_BASE:null,DEFINE_MANY_MERGED:null}),w=[],P={mixins:x.DEFINE_MANY,statics:x.DEFINE_MANY,propTypes:x.DEFINE_MANY,contextTypes:x.DEFINE_MANY,childContextTypes:x.DEFINE_MANY,getDefaultProps:x.DEFINE_MANY_MERGED,getInitialState:x.DEFINE_MANY_MERGED,getChildContext:x.DEFINE_MANY_MERGED,render:x.DEFINE_ONCE,componentWillMount:x.DEFINE_MANY,componentDidMount:x.DEFINE_MANY,componentWillReceiveProps:x.DEFINE_MANY,shouldComponentUpdate:x.DEFINE_ONCE,componentWillUpdate:x.DEFINE_MANY,componentDidUpdate:x.DEFINE_MANY,componentWillUnmount:x.DEFINE_MANY,updateComponent:x.OVERRIDE_BASE},R={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)i(e,t[n])},childContextTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,m.childContext),e.childContextTypes=d({},e.childContextTypes,n)},contextTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,m.context),e.contextTypes=d({},e.contextTypes,n)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=c(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,m.prop),e.propTypes=d({},e.propTypes,n)},statics:function(e,t){a(e,t)},autobind:function(){}},j={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e),t&&this.updater.enqueueCallback(this,t,"replaceState")},isMounted:function(){return this.updater.isMounted(this)}},I=function(){};d(I.prototype,y.prototype,j);var k={createClass:function(e){var n=function(e,r,o){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&O(this instanceof n,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&p(this),this.props=e,this.context=r,this.refs=g,this.updater=o||E,this.state=null;var i=this.getInitialState?this.getInitialState():null;"production"!==t.env.NODE_ENV&&void 0===i&&this.getInitialState._isMockFunction&&(i=null),("object"!=typeof i||Array.isArray(i))&&("production"!==t.env.NODE_ENV?b(!1,"%s.getInitialState(): must return an object or null",n.displayName||"ReactCompositeComponent"):f("82",n.displayName||"ReactCompositeComponent")),this.state=i};n.prototype=new I,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],w.forEach(i.bind(null,n)),i(n,e),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),"production"!==t.env.NODE_ENV&&(n.getDefaultProps&&(n.getDefaultProps.isReactClassApproved={}),n.prototype.getInitialState&&(n.prototype.getInitialState.isReactClassApproved={})),n.prototype.render||("production"!==t.env.NODE_ENV?b(!1,"createClass(...): Class specification must implement a `render` method."):f("83")),"production"!==t.env.NODE_ENV&&("production"!==t.env.NODE_ENV&&O(!n.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),"production"!==t.env.NODE_ENV&&O(!n.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"));for(var r in P)n.prototype[r]||(n.prototype[r]=null);return n},injection:{injectMixin:function(e){w.push(e)}}};e.exports=k}).call(t,n(0))},function(e,t,n){"use strict";var r=function(e){var t;for(t in e)if(e.hasOwnProperty(t))return t;return null};e.exports=r},function(e,t,n){"use strict";(function(t){function r(e){if("production"!==t.env.NODE_ENV){return n(17).createFactory(e)}return o.createFactory(e)}var o=n(3),i=n(31),a=i({a:"a",abbr:"abbr",address:"address",area:"area",article:"article",aside:"aside",audio:"audio",b:"b",base:"base",bdi:"bdi",bdo:"bdo",big:"big",blockquote:"blockquote",body:"body",br:"br",button:"button",canvas:"canvas",caption:"caption",cite:"cite",code:"code",col:"col",colgroup:"colgroup",data:"data",datalist:"datalist",dd:"dd",del:"del",details:"details",dfn:"dfn",dialog:"dialog",div:"div",dl:"dl",dt:"dt",em:"em",embed:"embed",fieldset:"fieldset",figcaption:"figcaption",figure:"figure",footer:"footer",form:"form",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",head:"head",header:"header",hgroup:"hgroup",hr:"hr",html:"html",i:"i",iframe:"iframe",img:"img",input:"input",ins:"ins",kbd:"kbd",keygen:"keygen",label:"label",legend:"legend",li:"li",link:"link",main:"main",map:"map",mark:"mark",menu:"menu",menuitem:"menuitem",meta:"meta",meter:"meter",nav:"nav",noscript:"noscript",object:"object",ol:"ol",optgroup:"optgroup",option:"option",output:"output",p:"p",param:"param",picture:"picture",pre:"pre",progress:"progress",q:"q",rp:"rp",rt:"rt",ruby:"ruby",s:"s",samp:"samp",script:"script",section:"section",select:"select",small:"small",source:"source",span:"span",strong:"strong",style:"style",sub:"sub",summary:"summary",sup:"sup",table:"table",tbody:"tbody",td:"td",textarea:"textarea",tfoot:"tfoot",th:"th",thead:"thead",time:"time",title:"title",tr:"tr",track:"track",u:"u",ul:"ul",var:"var",video:"video",wbr:"wbr",circle:"circle",clipPath:"clipPath",defs:"defs",ellipse:"ellipse",g:"g",image:"image",line:"line",linearGradient:"linearGradient",mask:"mask",path:"path",pattern:"pattern",polygon:"polygon",polyline:"polyline",radialGradient:"radialGradient",rect:"rect",stop:"stop",svg:"svg",text:"text",tspan:"tspan"},r);e.exports=a}).call(t,n(0))},function(e,t,n){"use strict";function r(e,t,n){if(!e)return null;var r={};for(var i in e)o.call(e,i)&&(r[i]=t.call(n,e[i],i,e));return r}var o=Object.prototype.hasOwnProperty;e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,r,p,f,d,y){for(var v in e)if(e.hasOwnProperty(v)){var m;try{"function"!=typeof e[v]&&("production"!==t.env.NODE_ENV?c(!1,"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",f||"React class",a[p],v):i("84",f||"React class",a[p],v)),m=e[v](r,v,f,p,null,u)}catch(e){m=e}if("production"!==t.env.NODE_ENV&&s(!m||m instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",f||"React class",a[p],v,typeof m),m instanceof Error&&!(m.message in l)){l[m.message]=!0;var h="";"production"!==t.env.NODE_ENV&&(o||(o=n(14)),null!==y?h=o.getStackAddendumByID(y):null!==d&&(h=o.getCurrentStackAddendum(d))),"production"!==t.env.NODE_ENV&&s(!1,"Failed %s type: %s%s",p,m.message,h)}}}var o,i=n(4),a=n(13),u=n(18),c=n(2),s=n(1);void 0!==t&&t.env&&"test"===t.env.NODE_ENV&&(o=n(14));var l={};e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function o(e){function n(n,o,i,a,u,c,s){if(a=a||O,c=c||i,"production"!==t.env.NODE_ENV&&s!==g&&"undefined"!=typeof console){var l=a+":"+i;r[l]||("production"!==t.env.NODE_ENV&&_(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",c,a),r[l]=!0)}if(null==o[i]){var p=E[u];return n?new Error("Required "+p+" `"+c+"` was not specified in `"+a+"`."):null}return e(o,i,a,u,c)}if("production"!==t.env.NODE_ENV)var r={};var o=n.bind(null,!1);return o.isRequired=n.bind(null,!0),o}function i(e){function t(t,n,r,o,i,a){var u=t[n];if(y(u)!==e){var c=E[o],s=v(u);return new Error("Invalid "+c+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected `"+e+"`.")}return null}return o(t)}function a(e){function t(t,n,r,o,i){if("function"!=typeof e)return new Error("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a)){var u=E[o],c=y(a);return new Error("Invalid "+u+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an array.")}for(var s=0;s<a.length;s++){var l=e(a,s,r,o,i+"["+s+"]",g);if(l instanceof Error)return l}return null}return o(t)}function u(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=E[o],u=e.name||O,c=m(t[n]);return new Error("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected instance of `"+u+"`.")}return null}return o(t)}function c(e){function n(t,n,o,i,a){for(var u=t[n],c=0;c<e.length;c++)if(r(u,e[c]))return null;var s=E[i],l=JSON.stringify(e);return new Error("Invalid "+s+" `"+a+"` of value `"+u+"` supplied to `"+o+"`, expected one of "+l+".")}return Array.isArray(e)?o(n):("production"!==t.env.NODE_ENV&&_(!1,"Invalid argument supplied to oneOf, expected an instance of array."),b.thatReturnsNull)}function s(e){function t(t,n,r,o,i){if("function"!=typeof e)return new Error("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var a=t[n],u=y(a);if("object"!==u){var c=E[o];return new Error("Invalid "+c+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected an object.")}for(var s in a)if(a.hasOwnProperty(s)){var l=e(a,s,r,o,i+"."+s,g);if(l instanceof Error)return l}return null}return o(t)}function l(e){function n(t,n,r,o,i){for(var a=0;a<e.length;a++){if(null==(0,e[a])(t,n,r,o,i,g))return null}var u=E[o];return new Error("Invalid "+u+" `"+i+"` supplied to `"+r+"`.")}return Array.isArray(e)?o(n):("production"!==t.env.NODE_ENV&&_(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),b.thatReturnsNull)}function p(e){function t(t,n,r,o,i){var a=t[n],u=y(a);if("object"!==u){var c=E[o];return new Error("Invalid "+c+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.")}for(var s in e){var l=e[s];if(l){var p=l(a,s,r,o,i+"."+s,g);if(p)return p}}return null}return o(t)}function f(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(f);if(null===e||h.isValidElement(e))return!0;var t=N(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!f(n.value))return!1}else for(;!(n=r.next()).done;){var o=n.value;if(o&&!f(o[1]))return!1}return!0;default:return!1}}function d(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function y(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":d(t,e)?"symbol":t}function v(e){var t=y(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function m(e){return e.constructor&&e.constructor.name?e.constructor.name:O}var h=n(3),E=n(13),g=n(18),b=n(5),N=n(9),_=n(1),O="<<anonymous>>",D={array:i("array"),bool:i("boolean"),func:i("function"),number:i("number"),object:i("object"),string:i("string"),symbol:i("symbol"),any:function(){return o(b.thatReturns(null))}(),arrayOf:a,element:function(){function e(e,t,n,r,o){var i=e[t];if(!h.isValidElement(i)){var a=E[r],u=y(i);return new Error("Invalid "+a+" `"+o+"` of type `"+u+"` supplied to `"+n+"`, expected a single ReactElement.")}return null}return o(e)}(),instanceOf:u,node:function(){function e(e,t,n,r,o){if(!f(e[t])){var i=E[r];return new Error("Invalid "+i+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return null}return o(e)}(),objectOf:s,oneOf:c,oneOfType:l,shape:p};e.exports=D}).call(t,n(0))},function(e,t,n){"use strict";e.exports="15.3.0"},function(e,t,n){"use strict";(function(t){function r(e){return i.isValidElement(e)||("production"!==t.env.NODE_ENV?a(!1,"onlyChild must be passed a children with exactly one child."):o("23")),e}var o=n(4),i=n(3),a=n(2);e.exports=r}).call(t,n(0))},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r};e.exports=n(37)(o,!0)}else e.exports=n(39)()}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var r=n(5),o=n(2),i=n(1),a=n(19),u=n(38);e.exports=function(e,n){function c(e){var t=e&&(D&&e[D]||e[x]);if("function"==typeof t)return t}function s(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function l(e){this.message=e,this.stack=""}function p(e){function r(r,c,s,p,f,d,y){if(p=p||w,d=d||s,y!==a)if(n)o(!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 if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var v=p+":"+s;u[v]||(i(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",d,p),u[v]=!0)}return null==c[s]?r?new l(null===c[s]?"The "+f+" `"+d+"` is marked as required in `"+p+"`, but its value is `null`.":"The "+f+" `"+d+"` is marked as required in `"+p+"`, but its value is `undefined`."):null:e(c,s,p,f,d)}if("production"!==t.env.NODE_ENV)var u={};var c=r.bind(null,!1);return c.isRequired=r.bind(null,!0),c}function f(e){function t(t,n,r,o,i,a){var u=t[n];if(N(u)!==e)return new l("Invalid "+o+" `"+i+"` of type `"+_(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return p(t)}function d(e){function t(t,n,r,o,i){if("function"!=typeof e)return new l("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new l("Invalid "+o+" `"+i+"` of type `"+N(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var s=e(u,c,r,o,i+"["+c+"]",a);if(s instanceof Error)return s}return null}return p(t)}function y(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||w;return new l("Invalid "+o+" `"+i+"` of type `"+O(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return p(t)}function v(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(s(a,e[u]))return null;return new l("Invalid "+o+" `"+i+"` of value `"+a+"` supplied to `"+r+"`, expected one of "+JSON.stringify(e)+".")}return Array.isArray(e)?p(n):("production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOf, expected an instance of array."),r.thatReturnsNull)}function m(e){function t(t,n,r,o,i){if("function"!=typeof e)return new l("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],c=N(u);if("object"!==c)return new l("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(u.hasOwnProperty(s)){var p=e(u,s,r,o,i+"."+s,a);if(p instanceof Error)return p}return null}return p(t)}function h(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new l("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}return Array.isArray(e)?p(n):("production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),r.thatReturnsNull)}function E(e){function t(t,n,r,o,i){var u=t[n],c=N(u);if("object"!==c)return new l("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var s in e){var p=e[s];if(p){var f=p(u,s,r,o,i+"."+s,a);if(f)return f}}return null}return p(t)}function g(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(g);if(null===t||e(t))return!0;var n=c(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!g(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!g(i[1]))return!1}return!0;default:return!1}}function b(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function N(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":b(t,e)?"symbol":t}function _(e){var t=N(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function O(e){return e.constructor&&e.constructor.name?e.constructor.name:w}var D="function"==typeof Symbol&&Symbol.iterator,x="@@iterator",w="<<anonymous>>",P={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:function(){return p(r.thatReturnsNull)}(),arrayOf:d,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new l("Invalid "+o+" `"+i+"` of type `"+N(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return p(t)}(),instanceOf:y,node:function(){function e(e,t,n,r,o){return g(e[t])?null:new l("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return p(e)}(),objectOf:m,oneOf:v,oneOfType:h,shape:E};return l.prototype=Error.prototype,P.checkPropTypes=u,P.PropTypes=P,P}}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,n,r,c,s){if("production"!==t.env.NODE_ENV)for(var l in e)if(e.hasOwnProperty(l)){var p;try{o("function"==typeof e[l],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",c||"React class",r,l),p=e[l](n,l,c,r,null,a)}catch(e){p=e}if(i(!p||p instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",c||"React class",r,l,typeof p),p instanceof Error&&!(p.message in u)){u[p.message]=!0;var f=s?s():"";i(!1,"Failed %s type: %s%s",r,p.message,null!=f?f:"")}}}if("production"!==t.env.NODE_ENV)var o=n(2),i=n(1),a=n(19),u={};e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";var r=n(5),o=n(2);e.exports=function(){function e(){o(!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=r,n.PropTypes=n,n}}])});
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,u,c=r(e),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var l in n)i.call(n,l)&&(c[l]=n[l]);if(o){u=o(n);for(var p=0;p<u.length;p++)a.call(n,u[p])&&(c[u[p]]=n[u[p]])}}return c}},function(e,t,n){"use strict";var r={current:null};e.exports=r},function(e,t,n){"use strict";(function(t){var n=!1;if("production"!==t.env.NODE_ENV)try{Object.defineProperty({},"x",{get:function(){}}),n=!0}catch(e){}e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";function r(e){var t=e&&(o&&e[o]||e[i]);if("function"==typeof t)return t}var o="function"==typeof Symbol&&Symbol.iterator,i="@@iterator";e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,t,n){this.props=e,this.context=t,this.refs=u,this.updater=n||i}var o=n(4),i=n(11),a=n(8),u=n(12),c=n(2),s=n(1);if(r.prototype.isReactComponent={},r.prototype.setState=function(e,n){"object"!=typeof e&&"function"!=typeof e&&null!=e&&("production"!==t.env.NODE_ENV?c(!1,"setState(...): takes an object of state variables to update or a function which returns an object of state variables."):o("85")),this.updater.enqueueSetState(this,e),n&&this.updater.enqueueCallback(this,n,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")},"production"!==t.env.NODE_ENV){var l={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]};for(var p in l)l.hasOwnProperty(p)&&function(e,n){a&&Object.defineProperty(r.prototype,e,{get:function(){"production"!==t.env.NODE_ENV&&s(!1,"%s(...) is deprecated in plain JavaScript React classes. %s",n[0],n[1])}})}(p,l[p])}e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,n){if("production"!==t.env.NODE_ENV){var r=e.constructor;"production"!==t.env.NODE_ENV&&o(!1,"%s(...): Can only update a mounted or mounting component. This usually means you called %s() on an unmounted component. This is a no-op. Please check the code for the %s component.",n,n,r&&(r.displayName||r.name)||"ReactClass")}}var o=n(1),i={isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){r(e,"forceUpdate")},enqueueReplaceState:function(e,t){r(e,"replaceState")},enqueueSetState:function(e,t){r(e,"setState")}};e.exports=i}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var n={};"production"!==t.env.NODE_ENV&&Object.freeze(n),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var n={};"production"!==t.env.NODE_ENV&&(n={prop:"prop",context:"context",childContext:"child context"}),e.exports=n}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){p[e]||(p[e]={element:null,parentID:null,ownerID:null,text:null,childIDs:[],displayName:"Unknown",isMounted:!1,updateCount:0}),t(p[e])}function o(e){var t=p[e];if(t){var n=t.childIDs;delete p[e],n.forEach(o)}}function i(e,t,n){return"\n in "+e+(t?" (at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+")":n?" (created by "+n+")":"")}function a(e){var n,r=y.getDisplayName(e),o=y.getElement(e),a=y.getOwnerID(e);return a&&(n=y.getDisplayName(a)),"production"!==t.env.NODE_ENV&&l(o,"ReactComponentTreeDevtool: Missing React element for debugID %s when building stack",e),i(r,o&&o._source,n)}var u=n(4),c=n(7),s=n(2),l=n(1),p={},f={},d={},y={onSetDisplayName:function(e,t){r(e,function(e){return e.displayName=t})},onSetChildren:function(e,n){r(e,function(r){r.childIDs=n,n.forEach(function(n){var r=p[n];r||("production"!==t.env.NODE_ENV?s(!1,"Expected devtool events to fire for the child before its parent includes it in onSetChildren()."):u("68")),null==r.displayName&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetDisplayName() to fire for the child before its parent includes it in onSetChildren()."):u("69")),null==r.childIDs&&null==r.text&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetChildren() or onSetText() to fire for the child before its parent includes it in onSetChildren()."):u("70")),r.isMounted||("production"!==t.env.NODE_ENV?s(!1,"Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren()."):u("71")),null==r.parentID&&(r.parentID=e),r.parentID!==e&&("production"!==t.env.NODE_ENV?s(!1,"Expected onSetParent() and onSetChildren() to be consistent (%s has parents %s and %s).",n,r.parentID,e):u("72",n,r.parentID,e))})})},onSetOwner:function(e,t){r(e,function(e){return e.ownerID=t})},onSetParent:function(e,t){r(e,function(e){return e.parentID=t})},onSetText:function(e,t){r(e,function(e){return e.text=t})},onBeforeMountComponent:function(e,t){r(e,function(e){return e.element=t})},onBeforeUpdateComponent:function(e,t){r(e,function(e){return e.element=t})},onMountComponent:function(e){r(e,function(e){return e.isMounted=!0})},onMountRootComponent:function(e){d[e]=!0},onUpdateComponent:function(e){r(e,function(e){return e.updateCount++})},onUnmountComponent:function(e){r(e,function(e){return e.isMounted=!1}),f[e]=!0,delete d[e]},purgeUnmountedComponents:function(){if(!y._preventPurging){for(var e in f)o(e);f={}}},isMounted:function(e){var t=p[e];return!!t&&t.isMounted},getCurrentStackAddendum:function(e){var t="";if(e){var n=e.type,r="function"==typeof n?n.displayName||n.name:n,o=e._owner;t+=i(r||"Unknown",e._source,o&&o.getName())}var a=c.current,u=a&&a._debugID;return t+=y.getStackAddendumByID(u)},getStackAddendumByID:function(e){for(var t="";e;)t+=a(e),e=y.getParentID(e);return t},getChildIDs:function(e){var t=p[e];return t?t.childIDs:[]},getDisplayName:function(e){var t=p[e];return t?t.displayName:"Unknown"},getElement:function(e){var t=p[e];return t?t.element:null},getOwnerID:function(e){var t=p[e];return t?t.ownerID:null},getParentID:function(e){var t=p[e];return t?t.parentID:null},getSource:function(e){var t=p[e],n=t?t.element:null;return null!=n?n._source:null},getText:function(e){var t=p[e];return t?t.text:null},getUpdateCount:function(e){var t=p[e];return t?t.updateCount:0},getRootIDs:function(){return Object.keys(d)},getRegisteredIDs:function(){return Object.keys(p)}};e.exports=y}).call(t,n(0))},function(e,t,n){"use strict";var r=n(16),o=r({prop:null,context:null,childContext:null});e.exports=o},function(e,t,n){"use strict";(function(t){var r=n(2),o=function(e){var n,o={};e instanceof Object&&!Array.isArray(e)||("production"!==t.env.NODE_ENV?r(!1,"keyMirror(...): Argument must be an object."):r(!1));for(n in e)e.hasOwnProperty(n)&&(o[n]=n);return o};e.exports=o}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(){if(c.current){var e=c.current.getName();if(e)return" Check the render method of `"+e+"`."}return""}function o(e){var t=r();if(!t){var n="string"==typeof e?e:e.displayName||e.name;n&&(t=" Check the top-level render call using <"+n+">.")}return t}function i(e,n){if(e._store&&!e._store.validated&&null==e.key){e._store.validated=!0;var r=v.uniqueKey||(v.uniqueKey={}),i=o(n);if(!r[i]){r[i]=!0;var a="";e&&e._owner&&e._owner!==c.current&&(a=" It was passed a child from "+e._owner.getName()+"."),"production"!==t.env.NODE_ENV&&m(!1,'Each child in an array or iterator should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s',i,a,s.getCurrentStackAddendum(e))}}}function a(e,t){if("object"==typeof e)if(Array.isArray(e))for(var n=0;n<e.length;n++){var r=e[n];l.isValidElement(r)&&i(r,t)}else if(l.isValidElement(e))e._store&&(e._store.validated=!0);else if(e){var o=y(e);if(o&&o!==e.entries)for(var a,u=o.call(e);!(a=u.next()).done;)l.isValidElement(a.value)&&i(a.value,t)}}function u(e){var n=e.type;if("function"==typeof n){var r=n.displayName||n.name;n.propTypes&&f(n.propTypes,e.props,p.prop,r,e,null),"function"==typeof n.getDefaultProps&&"production"!==t.env.NODE_ENV&&m(n.getDefaultProps.isReactClassApproved,"getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}var c=n(7),s=n(14),l=n(3),p=n(15),f=n(32),d=n(8),y=n(9),m=n(1),v={},h={createElement:function(e,n,o){var i="string"==typeof e||"function"==typeof e;"production"!==t.env.NODE_ENV&&m(i,"React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).%s",r());var c=l.createElement.apply(this,arguments);if(null==c)return c;if(i)for(var s=2;s<arguments.length;s++)a(arguments[s],e);return u(c),c},createFactory:function(e){var n=h.createElement.bind(null,e);return n.type=e,"production"!==t.env.NODE_ENV&&d&&Object.defineProperty(n,"type",{enumerable:!1,get:function(){return"production"!==t.env.NODE_ENV&&m(!1,"Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),n},cloneElement:function(e,t,n){for(var r=l.cloneElement.apply(this,arguments),o=2;o<arguments.length;o++)a(arguments[o],r.type);return u(r),r}};e.exports=h}).call(t,n(0))},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e){var t=(e.width||36)+"px",n=(e.height||30)+"px",r=parseInt(n.replace("px",""))/2+"px",o=e.isOpen||!1,a=e.strokeWidth||2,u="-"+a/2+"px",c=e.animationDuration||"0.4",s=function(e,t,n){return"translate3d(0,"+(e?r:t)+",0) rotate("+(e?n+"deg":"0")+")"};console.log("[HamburgerMenu] props",e);var l={container:{width:t,height:n,position:"relative",transform:"rotate("+(e.rotate||0)+"deg)"},lineBase:{display:"block",height:a+"px",width:"100%",background:e.color||"#000",transitionTimingFunction:"ease",transitionDuration:c+"s",borderRadius:(e.borderRadius||0)+"px",transformOrigin:"center",position:"absolute"},firstLine:{transform:s(o,0,45),marginTop:u},secondLine:{transitionTimingFunction:"ease-out",transitionDuration:c/4+"s",opacity:o?"0":"1",top:r,marginTop:u},thirdLine:{transform:s(o,n,-45),marginTop:u}};return i.default.createElement("div",{style:l.container,className:e.className,onClick:e.menuClicked},i.default.createElement("span",{style:Object.assign({},l.lineBase,l.firstLine)}),i.default.createElement("span",{style:Object.assign({},l.lineBase,l.secondLine)}),i.default.createElement("span",{style:Object.assign({},l.lineBase,l.thirdLine)}))}t.__esModule=!0,t.default=o;var i=r(n(21)),a=r(n(36));o.propTypes={isOpen:a.default.bool.isRequired,menuClicked:a.default.func.isRequired,width:a.default.number,height:a.default.number,strokeWidth:a.default.number,rotate:a.default.number,color:a.default.string,borderRadius:a.default.number,animationDuration:a.default.number,className:a.default.string}},function(e,t,n){"use strict";e.exports=n(22)},function(e,t,n){"use strict";(function(t){var r=n(6),o=n(23),i=n(10),a=n(27),u=n(28),c=n(30),s=n(3),l=n(33),p=n(34),f=n(35),d=n(1),y=s.createElement,m=s.createFactory,v=s.cloneElement;if("production"!==t.env.NODE_ENV){var h=n(17);y=h.createElement,m=h.createFactory,v=h.cloneElement}var E=r;if("production"!==t.env.NODE_ENV){var g=!1;E=function(){return"production"!==t.env.NODE_ENV&&d(g,"React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details."),g=!0,r.apply(null,arguments)}}var b={Children:{map:o.map,forEach:o.forEach,count:o.count,toArray:o.toArray,only:f},Component:i,PureComponent:a,createElement:y,cloneElement:v,isValidElement:s.isValidElement,PropTypes:l,createClass:u.createClass,createFactory:m,createMixin:function(e){return e},DOM:c,version:p,__spread:E};e.exports=b}).call(t,n(0))},function(e,t,n){"use strict";function r(e){return(""+e).replace(b,"$&/")}function o(e,t){this.func=e,this.context=t,this.count=0}function i(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function a(e,t,n){if(null==e)return e;var r=o.getPooled(t,n);h(e,i,r),o.release(r)}function u(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function c(e,t,n){var o=e.result,i=e.keyPrefix,a=e.func,u=e.context,c=a.call(u,t,e.count++);Array.isArray(c)?s(c,o,n,v.thatReturnsArgument):null!=c&&(m.isValidElement(c)&&(c=m.cloneAndReplaceKey(c,i+(!c.key||t&&t.key===c.key?"":r(c.key)+"/")+n)),o.push(c))}function s(e,t,n,o,i){var a="";null!=n&&(a=r(n)+"/");var s=u.getPooled(t,a,o,i);h(e,c,s),u.release(s)}function l(e,t,n){if(null==e)return e;var r=[];return s(e,r,null,t,n),r}function p(e,t,n){return null}function f(e,t){return h(e,p,null)}function d(e){var t=[];return s(e,t,null,v.thatReturnsArgument),t}var y=n(24),m=n(3),v=n(5),h=n(25),E=y.twoArgumentPooler,g=y.fourArgumentPooler,b=/\/+/g;o.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},y.addPoolingTo(o,E),u.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},y.addPoolingTo(u,g);var N={forEach:a,map:l,mapIntoWithKeyPrefixInternal:s,count:f,toArray:d};e.exports=N},function(e,t,n){"use strict";(function(t){var r=n(4),o=n(2),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)},a=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)},u=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)},c=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)},s=function(e,t,n,r,o){var i=this;if(i.instancePool.length){var a=i.instancePool.pop();return i.call(a,e,t,n,r,o),a}return new i(e,t,n,r,o)},l=function(e){var n=this;e instanceof n||("production"!==t.env.NODE_ENV?o(!1,"Trying to release an instance into a pool of a different type."):r("25")),e.destructor(),n.instancePool.length<n.poolSize&&n.instancePool.push(e)},p=i,f=function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||p,n.poolSize||(n.poolSize=10),n.release=l,n},d={addPoolingTo:f,oneArgumentPooler:i,twoArgumentPooler:a,threeArgumentPooler:u,fourArgumentPooler:c,fiveArgumentPooler:s};e.exports=d}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){return e&&"object"==typeof e&&null!=e.key?p.escape(e.key):t.toString(36)}function o(e,n,i,v){var h=typeof e;if("undefined"!==h&&"boolean"!==h||(e=null),null===e||"string"===h||"number"===h||c.isValidElement(e))return i(v,e,""===n?d+r(e,0):n),1;var E,g,b=0,N=""===n?d:n+y;if(Array.isArray(e))for(var _=0;_<e.length;_++)E=e[_],g=N+r(E,_),b+=o(E,g,i,v);else{var O=s(e);if(O){var D,x=O.call(e);if(O!==e.entries)for(var w=0;!(D=x.next()).done;)E=D.value,g=N+r(E,w++),b+=o(E,g,i,v);else{if("production"!==t.env.NODE_ENV){var P="";if(u.current){var R=u.current.getName();R&&(P=" Check the render method of `"+R+"`.")}"production"!==t.env.NODE_ENV&&f(m,"Using Maps as children is not yet fully supported. It is an experimental feature that might be removed. Convert it to a sequence / iterable of keyed ReactElements instead.%s",P),m=!0}for(;!(D=x.next()).done;){var j=D.value;j&&(E=j[1],g=N+p.escape(j[0])+y+r(E,0),b+=o(E,g,i,v))}}}else if("object"===h){var I="";if("production"!==t.env.NODE_ENV&&(I=" If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.",e._isReactElement&&(I=" It looks like you're using an element created by a different version of React. Make sure to use only one copy of React."),u.current)){var k=u.current.getName();k&&(I+=" Check the render method of `"+k+"`.")}var T=String(e);"production"!==t.env.NODE_ENV?l(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===T?"object with keys {"+Object.keys(e).join(", ")+"}":T,I):a("31","[object Object]"===T?"object with keys {"+Object.keys(e).join(", ")+"}":T,I)}}return b}function i(e,t,n){return null==e?0:o(e,"",t,n)}var a=n(4),u=n(7),c=n(3),s=n(9),l=n(2),p=n(26),f=n(1),d=".",y=":",m=!1;e.exports=i}).call(t,n(0))},function(e,t,n){"use strict";function r(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,function(e){return t[e]})}function o(e){var t=/(=0|=2)/g,n={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(t,function(e){return n[e]})}var i={escape:r,unescape:o};e.exports=i},function(e,t,n){"use strict";function r(e,t,n){this.props=e,this.context=t,this.refs=c,this.updater=n||u}function o(){}var i=n(6),a=n(10),u=n(11),c=n(12);o.prototype=a.prototype,r.prototype=new o,r.prototype.constructor=r,i(r.prototype,a.prototype),r.prototype.isPureReactComponent=!0,e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,n,r){for(var o in n)n.hasOwnProperty(o)&&"production"!==t.env.NODE_ENV&&O("function"==typeof n[o],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",h[r],o)}function o(e,n){var r=P.hasOwnProperty(n)?P[n]:null;j.hasOwnProperty(n)&&r!==x.OVERRIDE_BASE&&("production"!==t.env.NODE_ENV?b(!1,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",n):f("73",n)),e&&r!==x.DEFINE_MANY&&r!==x.DEFINE_MANY_MERGED&&("production"!==t.env.NODE_ENV?b(!1,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n):f("74",n))}function i(e,n){if(n){"function"==typeof n&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."):f("75")),m.isValidElement(n)&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object."):f("76"));var r=e.prototype,i=r.__reactAutoBindPairs;n.hasOwnProperty(D)&&R.mixins(e,n.mixins);for(var a in n)if(n.hasOwnProperty(a)&&a!==D){var u=n[a],l=r.hasOwnProperty(a);if(o(l,a),R.hasOwnProperty(a))R[a](e,u);else{var p=P.hasOwnProperty(a),d="function"==typeof u,y=d&&!p&&!l&&!1!==n.autobind;if(y)i.push(a,u),r[a]=u;else if(l){var v=P[a];(!p||v!==x.DEFINE_MANY_MERGED&&v!==x.DEFINE_MANY)&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",v,a):f("77",v,a)),v===x.DEFINE_MANY_MERGED?r[a]=c(r[a],u):v===x.DEFINE_MANY&&(r[a]=s(r[a],u))}else r[a]=u,"production"!==t.env.NODE_ENV&&"function"==typeof u&&n.displayName&&(r[a].displayName=n.displayName+"_"+a)}}}else if("production"!==t.env.NODE_ENV){var h=typeof n,E="object"===h&&null!==n;"production"!==t.env.NODE_ENV&&O(E,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===n?null:h)}}function a(e,n){if(n)for(var r in n){var o=n[r];if(n.hasOwnProperty(r)){var i=r in R;i&&("production"!==t.env.NODE_ENV?b(!1,'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.',r):f("78",r));var a=r in e;a&&("production"!==t.env.NODE_ENV?b(!1,"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",r):f("79",r)),e[r]=o}}}function u(e,n){e&&n&&"object"==typeof e&&"object"==typeof n||("production"!==t.env.NODE_ENV?b(!1,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects."):f("80"));for(var r in n)n.hasOwnProperty(r)&&(void 0!==e[r]&&("production"!==t.env.NODE_ENV?b(!1,"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.",r):f("81",r)),e[r]=n[r]);return e}function c(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 u(o,n),u(o,r),o}}function s(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function l(e,n){var r=n.bind(e);if("production"!==t.env.NODE_ENV){r.__reactBoundContext=e,r.__reactBoundMethod=n,r.__reactBoundArguments=null;var o=e.constructor.displayName,i=r.bind;r.bind=function(a){for(var u=arguments.length,c=Array(u>1?u-1:0),s=1;s<u;s++)c[s-1]=arguments[s];if(a!==e&&null!==a)"production"!==t.env.NODE_ENV&&O(!1,"bind(): React component methods may only be bound to the component instance. See %s",o);else if(!c.length)return"production"!==t.env.NODE_ENV&&O(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",o),r;var l=i.apply(r,arguments);return l.__reactBoundContext=e,l.__reactBoundMethod=n,l.__reactBoundArguments=c,l}}return r}function p(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=l(e,o)}}var f=n(4),d=n(6),y=n(10),m=n(3),v=n(15),h=n(13),E=n(11),g=n(12),b=n(2),N=n(16),_=n(29),O=n(1),D=_({mixins:null}),x=N({DEFINE_ONCE:null,DEFINE_MANY:null,OVERRIDE_BASE:null,DEFINE_MANY_MERGED:null}),w=[],P={mixins:x.DEFINE_MANY,statics:x.DEFINE_MANY,propTypes:x.DEFINE_MANY,contextTypes:x.DEFINE_MANY,childContextTypes:x.DEFINE_MANY,getDefaultProps:x.DEFINE_MANY_MERGED,getInitialState:x.DEFINE_MANY_MERGED,getChildContext:x.DEFINE_MANY_MERGED,render:x.DEFINE_ONCE,componentWillMount:x.DEFINE_MANY,componentDidMount:x.DEFINE_MANY,componentWillReceiveProps:x.DEFINE_MANY,shouldComponentUpdate:x.DEFINE_ONCE,componentWillUpdate:x.DEFINE_MANY,componentDidUpdate:x.DEFINE_MANY,componentWillUnmount:x.DEFINE_MANY,updateComponent:x.OVERRIDE_BASE},R={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)i(e,t[n])},childContextTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,v.childContext),e.childContextTypes=d({},e.childContextTypes,n)},contextTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,v.context),e.contextTypes=d({},e.contextTypes,n)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=c(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,n){"production"!==t.env.NODE_ENV&&r(e,n,v.prop),e.propTypes=d({},e.propTypes,n)},statics:function(e,t){a(e,t)},autobind:function(){}},j={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e),t&&this.updater.enqueueCallback(this,t,"replaceState")},isMounted:function(){return this.updater.isMounted(this)}},I=function(){};d(I.prototype,y.prototype,j);var k={createClass:function(e){var n=function(e,r,o){"production"!==t.env.NODE_ENV&&"production"!==t.env.NODE_ENV&&O(this instanceof n,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&p(this),this.props=e,this.context=r,this.refs=g,this.updater=o||E,this.state=null;var i=this.getInitialState?this.getInitialState():null;"production"!==t.env.NODE_ENV&&void 0===i&&this.getInitialState._isMockFunction&&(i=null),("object"!=typeof i||Array.isArray(i))&&("production"!==t.env.NODE_ENV?b(!1,"%s.getInitialState(): must return an object or null",n.displayName||"ReactCompositeComponent"):f("82",n.displayName||"ReactCompositeComponent")),this.state=i};n.prototype=new I,n.prototype.constructor=n,n.prototype.__reactAutoBindPairs=[],w.forEach(i.bind(null,n)),i(n,e),n.getDefaultProps&&(n.defaultProps=n.getDefaultProps()),"production"!==t.env.NODE_ENV&&(n.getDefaultProps&&(n.getDefaultProps.isReactClassApproved={}),n.prototype.getInitialState&&(n.prototype.getInitialState.isReactClassApproved={})),n.prototype.render||("production"!==t.env.NODE_ENV?b(!1,"createClass(...): Class specification must implement a `render` method."):f("83")),"production"!==t.env.NODE_ENV&&("production"!==t.env.NODE_ENV&&O(!n.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),"production"!==t.env.NODE_ENV&&O(!n.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"));for(var r in P)n.prototype[r]||(n.prototype[r]=null);return n},injection:{injectMixin:function(e){w.push(e)}}};e.exports=k}).call(t,n(0))},function(e,t,n){"use strict";var r=function(e){var t;for(t in e)if(e.hasOwnProperty(t))return t;return null};e.exports=r},function(e,t,n){"use strict";(function(t){function r(e){if("production"!==t.env.NODE_ENV){return n(17).createFactory(e)}return o.createFactory(e)}var o=n(3),i=n(31),a=i({a:"a",abbr:"abbr",address:"address",area:"area",article:"article",aside:"aside",audio:"audio",b:"b",base:"base",bdi:"bdi",bdo:"bdo",big:"big",blockquote:"blockquote",body:"body",br:"br",button:"button",canvas:"canvas",caption:"caption",cite:"cite",code:"code",col:"col",colgroup:"colgroup",data:"data",datalist:"datalist",dd:"dd",del:"del",details:"details",dfn:"dfn",dialog:"dialog",div:"div",dl:"dl",dt:"dt",em:"em",embed:"embed",fieldset:"fieldset",figcaption:"figcaption",figure:"figure",footer:"footer",form:"form",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",head:"head",header:"header",hgroup:"hgroup",hr:"hr",html:"html",i:"i",iframe:"iframe",img:"img",input:"input",ins:"ins",kbd:"kbd",keygen:"keygen",label:"label",legend:"legend",li:"li",link:"link",main:"main",map:"map",mark:"mark",menu:"menu",menuitem:"menuitem",meta:"meta",meter:"meter",nav:"nav",noscript:"noscript",object:"object",ol:"ol",optgroup:"optgroup",option:"option",output:"output",p:"p",param:"param",picture:"picture",pre:"pre",progress:"progress",q:"q",rp:"rp",rt:"rt",ruby:"ruby",s:"s",samp:"samp",script:"script",section:"section",select:"select",small:"small",source:"source",span:"span",strong:"strong",style:"style",sub:"sub",summary:"summary",sup:"sup",table:"table",tbody:"tbody",td:"td",textarea:"textarea",tfoot:"tfoot",th:"th",thead:"thead",time:"time",title:"title",tr:"tr",track:"track",u:"u",ul:"ul",var:"var",video:"video",wbr:"wbr",circle:"circle",clipPath:"clipPath",defs:"defs",ellipse:"ellipse",g:"g",image:"image",line:"line",linearGradient:"linearGradient",mask:"mask",path:"path",pattern:"pattern",polygon:"polygon",polyline:"polyline",radialGradient:"radialGradient",rect:"rect",stop:"stop",svg:"svg",text:"text",tspan:"tspan"},r);e.exports=a}).call(t,n(0))},function(e,t,n){"use strict";function r(e,t,n){if(!e)return null;var r={};for(var i in e)o.call(e,i)&&(r[i]=t.call(n,e[i],i,e));return r}var o=Object.prototype.hasOwnProperty;e.exports=r},function(e,t,n){"use strict";(function(t){function r(e,r,p,f,d,y){for(var m in e)if(e.hasOwnProperty(m)){var v;try{"function"!=typeof e[m]&&("production"!==t.env.NODE_ENV?c(!1,"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",f||"React class",a[p],m):i("84",f||"React class",a[p],m)),v=e[m](r,m,f,p,null,u)}catch(e){v=e}if("production"!==t.env.NODE_ENV&&s(!v||v instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",f||"React class",a[p],m,typeof v),v instanceof Error&&!(v.message in l)){l[v.message]=!0;var h="";"production"!==t.env.NODE_ENV&&(o||(o=n(14)),null!==y?h=o.getStackAddendumByID(y):null!==d&&(h=o.getCurrentStackAddendum(d))),"production"!==t.env.NODE_ENV&&s(!1,"Failed %s type: %s%s",p,v.message,h)}}}var o,i=n(4),a=n(13),u=n(18),c=n(2),s=n(1);void 0!==t&&t.env&&"test"===t.env.NODE_ENV&&(o=n(14));var l={};e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function o(e){function n(n,o,i,a,u,c,s){if(a=a||O,c=c||i,"production"!==t.env.NODE_ENV&&s!==g&&"undefined"!=typeof console){var l=a+":"+i;r[l]||("production"!==t.env.NODE_ENV&&_(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",c,a),r[l]=!0)}if(null==o[i]){var p=E[u];return n?new Error("Required "+p+" `"+c+"` was not specified in `"+a+"`."):null}return e(o,i,a,u,c)}if("production"!==t.env.NODE_ENV)var r={};var o=n.bind(null,!1);return o.isRequired=n.bind(null,!0),o}function i(e){function t(t,n,r,o,i,a){var u=t[n];if(y(u)!==e){var c=E[o],s=m(u);return new Error("Invalid "+c+" `"+i+"` of type `"+s+"` supplied to `"+r+"`, expected `"+e+"`.")}return null}return o(t)}function a(e){function t(t,n,r,o,i){if("function"!=typeof e)return new Error("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a)){var u=E[o],c=y(a);return new Error("Invalid "+u+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an array.")}for(var s=0;s<a.length;s++){var l=e(a,s,r,o,i+"["+s+"]",g);if(l instanceof Error)return l}return null}return o(t)}function u(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=E[o],u=e.name||O,c=v(t[n]);return new Error("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected instance of `"+u+"`.")}return null}return o(t)}function c(e){function n(t,n,o,i,a){for(var u=t[n],c=0;c<e.length;c++)if(r(u,e[c]))return null;var s=E[i],l=JSON.stringify(e);return new Error("Invalid "+s+" `"+a+"` of value `"+u+"` supplied to `"+o+"`, expected one of "+l+".")}return Array.isArray(e)?o(n):("production"!==t.env.NODE_ENV&&_(!1,"Invalid argument supplied to oneOf, expected an instance of array."),b.thatReturnsNull)}function s(e){function t(t,n,r,o,i){if("function"!=typeof e)return new Error("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var a=t[n],u=y(a);if("object"!==u){var c=E[o];return new Error("Invalid "+c+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected an object.")}for(var s in a)if(a.hasOwnProperty(s)){var l=e(a,s,r,o,i+"."+s,g);if(l instanceof Error)return l}return null}return o(t)}function l(e){function n(t,n,r,o,i){for(var a=0;a<e.length;a++){if(null==(0,e[a])(t,n,r,o,i,g))return null}var u=E[o];return new Error("Invalid "+u+" `"+i+"` supplied to `"+r+"`.")}return Array.isArray(e)?o(n):("production"!==t.env.NODE_ENV&&_(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),b.thatReturnsNull)}function p(e){function t(t,n,r,o,i){var a=t[n],u=y(a);if("object"!==u){var c=E[o];return new Error("Invalid "+c+" `"+i+"` of type `"+u+"` supplied to `"+r+"`, expected `object`.")}for(var s in e){var l=e[s];if(l){var p=l(a,s,r,o,i+"."+s,g);if(p)return p}}return null}return o(t)}function f(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(f);if(null===e||h.isValidElement(e))return!0;var t=N(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!f(n.value))return!1}else for(;!(n=r.next()).done;){var o=n.value;if(o&&!f(o[1]))return!1}return!0;default:return!1}}function d(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function y(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":d(t,e)?"symbol":t}function m(e){var t=y(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:O}var h=n(3),E=n(13),g=n(18),b=n(5),N=n(9),_=n(1),O="<<anonymous>>",D={array:i("array"),bool:i("boolean"),func:i("function"),number:i("number"),object:i("object"),string:i("string"),symbol:i("symbol"),any:function(){return o(b.thatReturns(null))}(),arrayOf:a,element:function(){function e(e,t,n,r,o){var i=e[t];if(!h.isValidElement(i)){var a=E[r],u=y(i);return new Error("Invalid "+a+" `"+o+"` of type `"+u+"` supplied to `"+n+"`, expected a single ReactElement.")}return null}return o(e)}(),instanceOf:u,node:function(){function e(e,t,n,r,o){if(!f(e[t])){var i=E[r];return new Error("Invalid "+i+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return null}return o(e)}(),objectOf:s,oneOf:c,oneOfType:l,shape:p};e.exports=D}).call(t,n(0))},function(e,t,n){"use strict";e.exports="15.3.0"},function(e,t,n){"use strict";(function(t){function r(e){return i.isValidElement(e)||("production"!==t.env.NODE_ENV?a(!1,"onlyChild must be passed a children with exactly one child."):o("23")),e}var o=n(4),i=n(3),a=n(2);e.exports=r}).call(t,n(0))},function(e,t,n){(function(t){if("production"!==t.env.NODE_ENV){var r="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r};e.exports=n(37)(o,!0)}else e.exports=n(39)()}).call(t,n(0))},function(e,t,n){"use strict";(function(t){var r=n(5),o=n(2),i=n(1),a=n(19),u=n(38);e.exports=function(e,n){function c(e){var t=e&&(D&&e[D]||e[x]);if("function"==typeof t)return t}function s(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function l(e){this.message=e,this.stack=""}function p(e){function r(r,c,s,p,f,d,y){if(p=p||w,d=d||s,y!==a)if(n)o(!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 if("production"!==t.env.NODE_ENV&&"undefined"!=typeof console){var m=p+":"+s;u[m]||(i(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",d,p),u[m]=!0)}return null==c[s]?r?new l(null===c[s]?"The "+f+" `"+d+"` is marked as required in `"+p+"`, but its value is `null`.":"The "+f+" `"+d+"` is marked as required in `"+p+"`, but its value is `undefined`."):null:e(c,s,p,f,d)}if("production"!==t.env.NODE_ENV)var u={};var c=r.bind(null,!1);return c.isRequired=r.bind(null,!0),c}function f(e){function t(t,n,r,o,i,a){var u=t[n];if(N(u)!==e)return new l("Invalid "+o+" `"+i+"` of type `"+_(u)+"` supplied to `"+r+"`, expected `"+e+"`.");return null}return p(t)}function d(e){function t(t,n,r,o,i){if("function"!=typeof e)return new l("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var u=t[n];if(!Array.isArray(u)){return new l("Invalid "+o+" `"+i+"` of type `"+N(u)+"` supplied to `"+r+"`, expected an array.")}for(var c=0;c<u.length;c++){var s=e(u,c,r,o,i+"["+c+"]",a);if(s instanceof Error)return s}return null}return p(t)}function y(e){function t(t,n,r,o,i){if(!(t[n]instanceof e)){var a=e.name||w;return new l("Invalid "+o+" `"+i+"` of type `"+O(t[n])+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}return null}return p(t)}function m(e){function n(t,n,r,o,i){for(var a=t[n],u=0;u<e.length;u++)if(s(a,e[u]))return null;return new l("Invalid "+o+" `"+i+"` of value `"+a+"` supplied to `"+r+"`, expected one of "+JSON.stringify(e)+".")}return Array.isArray(e)?p(n):("production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOf, expected an instance of array."),r.thatReturnsNull)}function v(e){function t(t,n,r,o,i){if("function"!=typeof e)return new l("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var u=t[n],c=N(u);if("object"!==c)return new l("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var s in u)if(u.hasOwnProperty(s)){var p=e(u,s,r,o,i+"."+s,a);if(p instanceof Error)return p}return null}return p(t)}function h(e){function n(t,n,r,o,i){for(var u=0;u<e.length;u++){if(null==(0,e[u])(t,n,r,o,i,a))return null}return new l("Invalid "+o+" `"+i+"` supplied to `"+r+"`.")}return Array.isArray(e)?p(n):("production"!==t.env.NODE_ENV&&i(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),r.thatReturnsNull)}function E(e){function t(t,n,r,o,i){var u=t[n],c=N(u);if("object"!==c)return new l("Invalid "+o+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var s in e){var p=e[s];if(p){var f=p(u,s,r,o,i+"."+s,a);if(f)return f}}return null}return p(t)}function g(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(g);if(null===t||e(t))return!0;var n=c(t);if(!n)return!1;var r,o=n.call(t);if(n!==t.entries){for(;!(r=o.next()).done;)if(!g(r.value))return!1}else for(;!(r=o.next()).done;){var i=r.value;if(i&&!g(i[1]))return!1}return!0;default:return!1}}function b(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function N(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":b(t,e)?"symbol":t}function _(e){var t=N(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function O(e){return e.constructor&&e.constructor.name?e.constructor.name:w}var D="function"==typeof Symbol&&Symbol.iterator,x="@@iterator",w="<<anonymous>>",P={array:f("array"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:function(){return p(r.thatReturnsNull)}(),arrayOf:d,element:function(){function t(t,n,r,o,i){var a=t[n];if(!e(a)){return new l("Invalid "+o+" `"+i+"` of type `"+N(a)+"` supplied to `"+r+"`, expected a single ReactElement.")}return null}return p(t)}(),instanceOf:y,node:function(){function e(e,t,n,r,o){return g(e[t])?null:new l("Invalid "+r+" `"+o+"` supplied to `"+n+"`, expected a ReactNode.")}return p(e)}(),objectOf:v,oneOf:m,oneOfType:h,shape:E};return l.prototype=Error.prototype,P.checkPropTypes=u,P.PropTypes=P,P}}).call(t,n(0))},function(e,t,n){"use strict";(function(t){function r(e,n,r,c,s){if("production"!==t.env.NODE_ENV)for(var l in e)if(e.hasOwnProperty(l)){var p;try{o("function"==typeof e[l],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",c||"React class",r,l),p=e[l](n,l,c,r,null,a)}catch(e){p=e}if(i(!p||p instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",c||"React class",r,l,typeof p),p instanceof Error&&!(p.message in u)){u[p.message]=!0;var f=s?s():"";i(!1,"Failed %s type: %s%s",r,p.message,null!=f?f:"")}}}if("production"!==t.env.NODE_ENV)var o=n(2),i=n(1),a=n(19),u={};e.exports=r}).call(t,n(0))},function(e,t,n){"use strict";var r=n(5),o=n(2);e.exports=function(){function e(){o(!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=r,n.PropTypes=n,n}}])});
{
"name": "react-hamburger-menu",
"version": "1.1.1",
"version": "1.2.0",
"description": "Dead simple Hamburger Menu to use as a mobile nav, with a bunch of styling options.",

@@ -23,4 +23,3 @@ "main": "dist/HamburgerMenu.js",

"build:example": "webpack --config ./example/webpack.config.js --progress --colors",
"build:all": "yarn run build:compile && yarn run build:umd && yarn run build:example",
"test": "tape ./dist/**/*.spec.js | tap-spec"
"build:all": "yarn run build:compile && yarn run build:umd && yarn run build:example"
},

@@ -41,2 +40,3 @@ "author": "Cameron Bourke <cameron2295@gmail.com> (http://cameronbourke.com/)",

"expect": "1.13.4",
"np": "6.2.0",
"prop-types": "15.5.7",

@@ -43,0 +43,0 @@ "react": "15.3.0",

@@ -73,2 +73,3 @@ React Hamburger Menu

animationDuration | number | 0.4 | the length of time it takes for the icon transitions to complete.
className | string | undefined | the class name for the container element

@@ -75,0 +76,0 @@ ## Todo

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc