diff --git a/dynselect/build-for-django.sh b/dynselect/build-for-django.sh
deleted file mode 100755
index 03dda815e94f6a976a8b5f8414c64ca04380ae28..0000000000000000000000000000000000000000
--- a/dynselect/build-for-django.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-export BABEL_ENV=production
-#./node_modules/.bin/babel src -d dist
-#./node_modules/browserify/bin/cmd.js src/App.js -o dist/App.js -t [ babelify --presets [ es2015 react ] ]
-webpack --config ./webpack-build.config.js --mode development
-
-cp dist/* ../schoolapps/static/support/
diff --git a/dynselect/dist/bundle.js b/dynselect/dist/bundle.js
deleted file mode 100644
index 218d425e5fb2478400704bce241514a0b53abf3f..0000000000000000000000000000000000000000
--- a/dynselect/dist/bundle.js
+++ /dev/null
@@ -1,228 +0,0 @@
-/******/ (function(modules) { // webpackBootstrap
-/******/ 	// The module cache
-/******/ 	var installedModules = {};
-/******/
-/******/ 	// The require function
-/******/ 	function __webpack_require__(moduleId) {
-/******/
-/******/ 		// Check if module is in cache
-/******/ 		if(installedModules[moduleId]) {
-/******/ 			return installedModules[moduleId].exports;
-/******/ 		}
-/******/ 		// Create a new module (and put it into the cache)
-/******/ 		var module = installedModules[moduleId] = {
-/******/ 			i: moduleId,
-/******/ 			l: false,
-/******/ 			exports: {}
-/******/ 		};
-/******/
-/******/ 		// Execute the module function
-/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ 		// Flag the module as loaded
-/******/ 		module.l = true;
-/******/
-/******/ 		// Return the exports of the module
-/******/ 		return module.exports;
-/******/ 	}
-/******/
-/******/
-/******/ 	// expose the modules object (__webpack_modules__)
-/******/ 	__webpack_require__.m = modules;
-/******/
-/******/ 	// expose the module cache
-/******/ 	__webpack_require__.c = installedModules;
-/******/
-/******/ 	// define getter function for harmony exports
-/******/ 	__webpack_require__.d = function(exports, name, getter) {
-/******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ 		}
-/******/ 	};
-/******/
-/******/ 	// define __esModule on exports
-/******/ 	__webpack_require__.r = function(exports) {
-/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ 		}
-/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
-/******/ 	};
-/******/
-/******/ 	// create a fake namespace object
-/******/ 	// mode & 1: value is a module id, require it
-/******/ 	// mode & 2: merge all properties of value into the ns
-/******/ 	// mode & 4: return value when already ns object
-/******/ 	// mode & 8|1: behave like require
-/******/ 	__webpack_require__.t = function(value, mode) {
-/******/ 		if(mode & 1) value = __webpack_require__(value);
-/******/ 		if(mode & 8) return value;
-/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ 		var ns = Object.create(null);
-/******/ 		__webpack_require__.r(ns);
-/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ 		return ns;
-/******/ 	};
-/******/
-/******/ 	// getDefaultExport function for compatibility with non-harmony modules
-/******/ 	__webpack_require__.n = function(module) {
-/******/ 		var getter = module && module.__esModule ?
-/******/ 			function getDefault() { return module['default']; } :
-/******/ 			function getModuleExports() { return module; };
-/******/ 		__webpack_require__.d(getter, 'a', getter);
-/******/ 		return getter;
-/******/ 	};
-/******/
-/******/ 	// Object.prototype.hasOwnProperty.call
-/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ 	// __webpack_public_path__
-/******/ 	__webpack_require__.p = "/";
-/******/
-/******/
-/******/ 	// Load entry module and return exports
-/******/ 	return __webpack_require__(__webpack_require__.s = "./src/App.js");
-/******/ })
-/************************************************************************/
-/******/ ({
-
-/***/ "./node_modules/css-loader/lib/css-base.js":
-/*!*************************************************!*\
-  !*** ./node_modules/css-loader/lib/css-base.js ***!
-  \*************************************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("/*\n\tMIT License http://www.opensource.org/licenses/mit-license.php\n\tAuthor Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\nmodule.exports = function(useSourceMap) {\n\tvar list = [];\n\n\t// return the list of modules as css string\n\tlist.toString = function toString() {\n\t\treturn this.map(function (item) {\n\t\t\tvar content = cssWithMappingToString(item, useSourceMap);\n\t\t\tif(item[2]) {\n\t\t\t\treturn \"@media \" + item[2] + \"{\" + content + \"}\";\n\t\t\t} else {\n\t\t\t\treturn content;\n\t\t\t}\n\t\t}).join(\"\");\n\t};\n\n\t// import a list of modules into the list\n\tlist.i = function(modules, mediaQuery) {\n\t\tif(typeof modules === \"string\")\n\t\t\tmodules = [[null, modules, \"\"]];\n\t\tvar alreadyImportedModules = {};\n\t\tfor(var i = 0; i < this.length; i++) {\n\t\t\tvar id = this[i][0];\n\t\t\tif(typeof id === \"number\")\n\t\t\t\talreadyImportedModules[id] = true;\n\t\t}\n\t\tfor(i = 0; i < modules.length; i++) {\n\t\t\tvar item = modules[i];\n\t\t\t// skip already imported module\n\t\t\t// this implementation is not 100% perfect for weird media query combinations\n\t\t\t//  when a module is imported multiple times with different media queries.\n\t\t\t//  I hope this will never occur (Hey this way we have smaller bundles)\n\t\t\tif(typeof item[0] !== \"number\" || !alreadyImportedModules[item[0]]) {\n\t\t\t\tif(mediaQuery && !item[2]) {\n\t\t\t\t\titem[2] = mediaQuery;\n\t\t\t\t} else if(mediaQuery) {\n\t\t\t\t\titem[2] = \"(\" + item[2] + \") and (\" + mediaQuery + \")\";\n\t\t\t\t}\n\t\t\t\tlist.push(item);\n\t\t\t}\n\t\t}\n\t};\n\treturn list;\n};\n\nfunction cssWithMappingToString(item, useSourceMap) {\n\tvar content = item[1] || '';\n\tvar cssMapping = item[3];\n\tif (!cssMapping) {\n\t\treturn content;\n\t}\n\n\tif (useSourceMap && typeof btoa === 'function') {\n\t\tvar sourceMapping = toComment(cssMapping);\n\t\tvar sourceURLs = cssMapping.sources.map(function (source) {\n\t\t\treturn '/*# sourceURL=' + cssMapping.sourceRoot + source + ' */'\n\t\t});\n\n\t\treturn [content].concat(sourceURLs).concat([sourceMapping]).join('\\n');\n\t}\n\n\treturn [content].join('\\n');\n}\n\n// Adapted from convert-source-map (MIT)\nfunction toComment(sourceMap) {\n\t// eslint-disable-next-line no-undef\n\tvar base64 = btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))));\n\tvar data = 'sourceMappingURL=data:application/json;charset=utf-8;base64,' + base64;\n\n\treturn '/*# ' + data + ' */';\n}\n\n\n//# sourceURL=webpack:///./node_modules/css-loader/lib/css-base.js?");
-
-/***/ }),
-
-/***/ "./node_modules/materialize-css/dist/css/materialize.css":
-/*!***************************************************************!*\
-  !*** ./node_modules/materialize-css/dist/css/materialize.css ***!
-  \***************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-eval("exports = module.exports = __webpack_require__(/*! ../../../css-loader/lib/css-base.js */ \"./node_modules/css-loader/lib/css-base.js\")(false);\n// imports\n\n\n// module\nexports.push([module.i, \"/*!\\r\\n * Materialize v1.0.0-rc.2 (http://materializecss.com)\\r\\n * Copyright 2014-2017 Materialize\\r\\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\\r\\n */\\r\\n.materialize-red {\\n  background-color: #e51c23 !important;\\n}\\n\\n.materialize-red-text {\\n  color: #e51c23 !important;\\n}\\n\\n.materialize-red.lighten-5 {\\n  background-color: #fdeaeb !important;\\n}\\n\\n.materialize-red-text.text-lighten-5 {\\n  color: #fdeaeb !important;\\n}\\n\\n.materialize-red.lighten-4 {\\n  background-color: #f8c1c3 !important;\\n}\\n\\n.materialize-red-text.text-lighten-4 {\\n  color: #f8c1c3 !important;\\n}\\n\\n.materialize-red.lighten-3 {\\n  background-color: #f3989b !important;\\n}\\n\\n.materialize-red-text.text-lighten-3 {\\n  color: #f3989b !important;\\n}\\n\\n.materialize-red.lighten-2 {\\n  background-color: #ee6e73 !important;\\n}\\n\\n.materialize-red-text.text-lighten-2 {\\n  color: #ee6e73 !important;\\n}\\n\\n.materialize-red.lighten-1 {\\n  background-color: #ea454b !important;\\n}\\n\\n.materialize-red-text.text-lighten-1 {\\n  color: #ea454b !important;\\n}\\n\\n.materialize-red.darken-1 {\\n  background-color: #d0181e !important;\\n}\\n\\n.materialize-red-text.text-darken-1 {\\n  color: #d0181e !important;\\n}\\n\\n.materialize-red.darken-2 {\\n  background-color: #b9151b !important;\\n}\\n\\n.materialize-red-text.text-darken-2 {\\n  color: #b9151b !important;\\n}\\n\\n.materialize-red.darken-3 {\\n  background-color: #a21318 !important;\\n}\\n\\n.materialize-red-text.text-darken-3 {\\n  color: #a21318 !important;\\n}\\n\\n.materialize-red.darken-4 {\\n  background-color: #8b1014 !important;\\n}\\n\\n.materialize-red-text.text-darken-4 {\\n  color: #8b1014 !important;\\n}\\n\\n.red {\\n  background-color: #F44336 !important;\\n}\\n\\n.red-text {\\n  color: #F44336 !important;\\n}\\n\\n.red.lighten-5 {\\n  background-color: #FFEBEE !important;\\n}\\n\\n.red-text.text-lighten-5 {\\n  color: #FFEBEE !important;\\n}\\n\\n.red.lighten-4 {\\n  background-color: #FFCDD2 !important;\\n}\\n\\n.red-text.text-lighten-4 {\\n  color: #FFCDD2 !important;\\n}\\n\\n.red.lighten-3 {\\n  background-color: #EF9A9A !important;\\n}\\n\\n.red-text.text-lighten-3 {\\n  color: #EF9A9A !important;\\n}\\n\\n.red.lighten-2 {\\n  background-color: #E57373 !important;\\n}\\n\\n.red-text.text-lighten-2 {\\n  color: #E57373 !important;\\n}\\n\\n.red.lighten-1 {\\n  background-color: #EF5350 !important;\\n}\\n\\n.red-text.text-lighten-1 {\\n  color: #EF5350 !important;\\n}\\n\\n.red.darken-1 {\\n  background-color: #E53935 !important;\\n}\\n\\n.red-text.text-darken-1 {\\n  color: #E53935 !important;\\n}\\n\\n.red.darken-2 {\\n  background-color: #D32F2F !important;\\n}\\n\\n.red-text.text-darken-2 {\\n  color: #D32F2F !important;\\n}\\n\\n.red.darken-3 {\\n  background-color: #C62828 !important;\\n}\\n\\n.red-text.text-darken-3 {\\n  color: #C62828 !important;\\n}\\n\\n.red.darken-4 {\\n  background-color: #B71C1C !important;\\n}\\n\\n.red-text.text-darken-4 {\\n  color: #B71C1C !important;\\n}\\n\\n.red.accent-1 {\\n  background-color: #FF8A80 !important;\\n}\\n\\n.red-text.text-accent-1 {\\n  color: #FF8A80 !important;\\n}\\n\\n.red.accent-2 {\\n  background-color: #FF5252 !important;\\n}\\n\\n.red-text.text-accent-2 {\\n  color: #FF5252 !important;\\n}\\n\\n.red.accent-3 {\\n  background-color: #FF1744 !important;\\n}\\n\\n.red-text.text-accent-3 {\\n  color: #FF1744 !important;\\n}\\n\\n.red.accent-4 {\\n  background-color: #D50000 !important;\\n}\\n\\n.red-text.text-accent-4 {\\n  color: #D50000 !important;\\n}\\n\\n.pink {\\n  background-color: #e91e63 !important;\\n}\\n\\n.pink-text {\\n  color: #e91e63 !important;\\n}\\n\\n.pink.lighten-5 {\\n  background-color: #fce4ec !important;\\n}\\n\\n.pink-text.text-lighten-5 {\\n  color: #fce4ec !important;\\n}\\n\\n.pink.lighten-4 {\\n  background-color: #f8bbd0 !important;\\n}\\n\\n.pink-text.text-lighten-4 {\\n  color: #f8bbd0 !important;\\n}\\n\\n.pink.lighten-3 {\\n  background-color: #f48fb1 !important;\\n}\\n\\n.pink-text.text-lighten-3 {\\n  color: #f48fb1 !important;\\n}\\n\\n.pink.lighten-2 {\\n  background-color: #f06292 !important;\\n}\\n\\n.pink-text.text-lighten-2 {\\n  color: #f06292 !important;\\n}\\n\\n.pink.lighten-1 {\\n  background-color: #ec407a !important;\\n}\\n\\n.pink-text.text-lighten-1 {\\n  color: #ec407a !important;\\n}\\n\\n.pink.darken-1 {\\n  background-color: #d81b60 !important;\\n}\\n\\n.pink-text.text-darken-1 {\\n  color: #d81b60 !important;\\n}\\n\\n.pink.darken-2 {\\n  background-color: #c2185b !important;\\n}\\n\\n.pink-text.text-darken-2 {\\n  color: #c2185b !important;\\n}\\n\\n.pink.darken-3 {\\n  background-color: #ad1457 !important;\\n}\\n\\n.pink-text.text-darken-3 {\\n  color: #ad1457 !important;\\n}\\n\\n.pink.darken-4 {\\n  background-color: #880e4f !important;\\n}\\n\\n.pink-text.text-darken-4 {\\n  color: #880e4f !important;\\n}\\n\\n.pink.accent-1 {\\n  background-color: #ff80ab !important;\\n}\\n\\n.pink-text.text-accent-1 {\\n  color: #ff80ab !important;\\n}\\n\\n.pink.accent-2 {\\n  background-color: #ff4081 !important;\\n}\\n\\n.pink-text.text-accent-2 {\\n  color: #ff4081 !important;\\n}\\n\\n.pink.accent-3 {\\n  background-color: #f50057 !important;\\n}\\n\\n.pink-text.text-accent-3 {\\n  color: #f50057 !important;\\n}\\n\\n.pink.accent-4 {\\n  background-color: #c51162 !important;\\n}\\n\\n.pink-text.text-accent-4 {\\n  color: #c51162 !important;\\n}\\n\\n.purple {\\n  background-color: #9c27b0 !important;\\n}\\n\\n.purple-text {\\n  color: #9c27b0 !important;\\n}\\n\\n.purple.lighten-5 {\\n  background-color: #f3e5f5 !important;\\n}\\n\\n.purple-text.text-lighten-5 {\\n  color: #f3e5f5 !important;\\n}\\n\\n.purple.lighten-4 {\\n  background-color: #e1bee7 !important;\\n}\\n\\n.purple-text.text-lighten-4 {\\n  color: #e1bee7 !important;\\n}\\n\\n.purple.lighten-3 {\\n  background-color: #ce93d8 !important;\\n}\\n\\n.purple-text.text-lighten-3 {\\n  color: #ce93d8 !important;\\n}\\n\\n.purple.lighten-2 {\\n  background-color: #ba68c8 !important;\\n}\\n\\n.purple-text.text-lighten-2 {\\n  color: #ba68c8 !important;\\n}\\n\\n.purple.lighten-1 {\\n  background-color: #ab47bc !important;\\n}\\n\\n.purple-text.text-lighten-1 {\\n  color: #ab47bc !important;\\n}\\n\\n.purple.darken-1 {\\n  background-color: #8e24aa !important;\\n}\\n\\n.purple-text.text-darken-1 {\\n  color: #8e24aa !important;\\n}\\n\\n.purple.darken-2 {\\n  background-color: #7b1fa2 !important;\\n}\\n\\n.purple-text.text-darken-2 {\\n  color: #7b1fa2 !important;\\n}\\n\\n.purple.darken-3 {\\n  background-color: #6a1b9a !important;\\n}\\n\\n.purple-text.text-darken-3 {\\n  color: #6a1b9a !important;\\n}\\n\\n.purple.darken-4 {\\n  background-color: #4a148c !important;\\n}\\n\\n.purple-text.text-darken-4 {\\n  color: #4a148c !important;\\n}\\n\\n.purple.accent-1 {\\n  background-color: #ea80fc !important;\\n}\\n\\n.purple-text.text-accent-1 {\\n  color: #ea80fc !important;\\n}\\n\\n.purple.accent-2 {\\n  background-color: #e040fb !important;\\n}\\n\\n.purple-text.text-accent-2 {\\n  color: #e040fb !important;\\n}\\n\\n.purple.accent-3 {\\n  background-color: #d500f9 !important;\\n}\\n\\n.purple-text.text-accent-3 {\\n  color: #d500f9 !important;\\n}\\n\\n.purple.accent-4 {\\n  background-color: #aa00ff !important;\\n}\\n\\n.purple-text.text-accent-4 {\\n  color: #aa00ff !important;\\n}\\n\\n.deep-purple {\\n  background-color: #673ab7 !important;\\n}\\n\\n.deep-purple-text {\\n  color: #673ab7 !important;\\n}\\n\\n.deep-purple.lighten-5 {\\n  background-color: #ede7f6 !important;\\n}\\n\\n.deep-purple-text.text-lighten-5 {\\n  color: #ede7f6 !important;\\n}\\n\\n.deep-purple.lighten-4 {\\n  background-color: #d1c4e9 !important;\\n}\\n\\n.deep-purple-text.text-lighten-4 {\\n  color: #d1c4e9 !important;\\n}\\n\\n.deep-purple.lighten-3 {\\n  background-color: #b39ddb !important;\\n}\\n\\n.deep-purple-text.text-lighten-3 {\\n  color: #b39ddb !important;\\n}\\n\\n.deep-purple.lighten-2 {\\n  background-color: #9575cd !important;\\n}\\n\\n.deep-purple-text.text-lighten-2 {\\n  color: #9575cd !important;\\n}\\n\\n.deep-purple.lighten-1 {\\n  background-color: #7e57c2 !important;\\n}\\n\\n.deep-purple-text.text-lighten-1 {\\n  color: #7e57c2 !important;\\n}\\n\\n.deep-purple.darken-1 {\\n  background-color: #5e35b1 !important;\\n}\\n\\n.deep-purple-text.text-darken-1 {\\n  color: #5e35b1 !important;\\n}\\n\\n.deep-purple.darken-2 {\\n  background-color: #512da8 !important;\\n}\\n\\n.deep-purple-text.text-darken-2 {\\n  color: #512da8 !important;\\n}\\n\\n.deep-purple.darken-3 {\\n  background-color: #4527a0 !important;\\n}\\n\\n.deep-purple-text.text-darken-3 {\\n  color: #4527a0 !important;\\n}\\n\\n.deep-purple.darken-4 {\\n  background-color: #311b92 !important;\\n}\\n\\n.deep-purple-text.text-darken-4 {\\n  color: #311b92 !important;\\n}\\n\\n.deep-purple.accent-1 {\\n  background-color: #b388ff !important;\\n}\\n\\n.deep-purple-text.text-accent-1 {\\n  color: #b388ff !important;\\n}\\n\\n.deep-purple.accent-2 {\\n  background-color: #7c4dff !important;\\n}\\n\\n.deep-purple-text.text-accent-2 {\\n  color: #7c4dff !important;\\n}\\n\\n.deep-purple.accent-3 {\\n  background-color: #651fff !important;\\n}\\n\\n.deep-purple-text.text-accent-3 {\\n  color: #651fff !important;\\n}\\n\\n.deep-purple.accent-4 {\\n  background-color: #6200ea !important;\\n}\\n\\n.deep-purple-text.text-accent-4 {\\n  color: #6200ea !important;\\n}\\n\\n.indigo {\\n  background-color: #3f51b5 !important;\\n}\\n\\n.indigo-text {\\n  color: #3f51b5 !important;\\n}\\n\\n.indigo.lighten-5 {\\n  background-color: #e8eaf6 !important;\\n}\\n\\n.indigo-text.text-lighten-5 {\\n  color: #e8eaf6 !important;\\n}\\n\\n.indigo.lighten-4 {\\n  background-color: #c5cae9 !important;\\n}\\n\\n.indigo-text.text-lighten-4 {\\n  color: #c5cae9 !important;\\n}\\n\\n.indigo.lighten-3 {\\n  background-color: #9fa8da !important;\\n}\\n\\n.indigo-text.text-lighten-3 {\\n  color: #9fa8da !important;\\n}\\n\\n.indigo.lighten-2 {\\n  background-color: #7986cb !important;\\n}\\n\\n.indigo-text.text-lighten-2 {\\n  color: #7986cb !important;\\n}\\n\\n.indigo.lighten-1 {\\n  background-color: #5c6bc0 !important;\\n}\\n\\n.indigo-text.text-lighten-1 {\\n  color: #5c6bc0 !important;\\n}\\n\\n.indigo.darken-1 {\\n  background-color: #3949ab !important;\\n}\\n\\n.indigo-text.text-darken-1 {\\n  color: #3949ab !important;\\n}\\n\\n.indigo.darken-2 {\\n  background-color: #303f9f !important;\\n}\\n\\n.indigo-text.text-darken-2 {\\n  color: #303f9f !important;\\n}\\n\\n.indigo.darken-3 {\\n  background-color: #283593 !important;\\n}\\n\\n.indigo-text.text-darken-3 {\\n  color: #283593 !important;\\n}\\n\\n.indigo.darken-4 {\\n  background-color: #1a237e !important;\\n}\\n\\n.indigo-text.text-darken-4 {\\n  color: #1a237e !important;\\n}\\n\\n.indigo.accent-1 {\\n  background-color: #8c9eff !important;\\n}\\n\\n.indigo-text.text-accent-1 {\\n  color: #8c9eff !important;\\n}\\n\\n.indigo.accent-2 {\\n  background-color: #536dfe !important;\\n}\\n\\n.indigo-text.text-accent-2 {\\n  color: #536dfe !important;\\n}\\n\\n.indigo.accent-3 {\\n  background-color: #3d5afe !important;\\n}\\n\\n.indigo-text.text-accent-3 {\\n  color: #3d5afe !important;\\n}\\n\\n.indigo.accent-4 {\\n  background-color: #304ffe !important;\\n}\\n\\n.indigo-text.text-accent-4 {\\n  color: #304ffe !important;\\n}\\n\\n.blue {\\n  background-color: #2196F3 !important;\\n}\\n\\n.blue-text {\\n  color: #2196F3 !important;\\n}\\n\\n.blue.lighten-5 {\\n  background-color: #E3F2FD !important;\\n}\\n\\n.blue-text.text-lighten-5 {\\n  color: #E3F2FD !important;\\n}\\n\\n.blue.lighten-4 {\\n  background-color: #BBDEFB !important;\\n}\\n\\n.blue-text.text-lighten-4 {\\n  color: #BBDEFB !important;\\n}\\n\\n.blue.lighten-3 {\\n  background-color: #90CAF9 !important;\\n}\\n\\n.blue-text.text-lighten-3 {\\n  color: #90CAF9 !important;\\n}\\n\\n.blue.lighten-2 {\\n  background-color: #64B5F6 !important;\\n}\\n\\n.blue-text.text-lighten-2 {\\n  color: #64B5F6 !important;\\n}\\n\\n.blue.lighten-1 {\\n  background-color: #42A5F5 !important;\\n}\\n\\n.blue-text.text-lighten-1 {\\n  color: #42A5F5 !important;\\n}\\n\\n.blue.darken-1 {\\n  background-color: #1E88E5 !important;\\n}\\n\\n.blue-text.text-darken-1 {\\n  color: #1E88E5 !important;\\n}\\n\\n.blue.darken-2 {\\n  background-color: #1976D2 !important;\\n}\\n\\n.blue-text.text-darken-2 {\\n  color: #1976D2 !important;\\n}\\n\\n.blue.darken-3 {\\n  background-color: #1565C0 !important;\\n}\\n\\n.blue-text.text-darken-3 {\\n  color: #1565C0 !important;\\n}\\n\\n.blue.darken-4 {\\n  background-color: #0D47A1 !important;\\n}\\n\\n.blue-text.text-darken-4 {\\n  color: #0D47A1 !important;\\n}\\n\\n.blue.accent-1 {\\n  background-color: #82B1FF !important;\\n}\\n\\n.blue-text.text-accent-1 {\\n  color: #82B1FF !important;\\n}\\n\\n.blue.accent-2 {\\n  background-color: #448AFF !important;\\n}\\n\\n.blue-text.text-accent-2 {\\n  color: #448AFF !important;\\n}\\n\\n.blue.accent-3 {\\n  background-color: #2979FF !important;\\n}\\n\\n.blue-text.text-accent-3 {\\n  color: #2979FF !important;\\n}\\n\\n.blue.accent-4 {\\n  background-color: #2962FF !important;\\n}\\n\\n.blue-text.text-accent-4 {\\n  color: #2962FF !important;\\n}\\n\\n.light-blue {\\n  background-color: #03a9f4 !important;\\n}\\n\\n.light-blue-text {\\n  color: #03a9f4 !important;\\n}\\n\\n.light-blue.lighten-5 {\\n  background-color: #e1f5fe !important;\\n}\\n\\n.light-blue-text.text-lighten-5 {\\n  color: #e1f5fe !important;\\n}\\n\\n.light-blue.lighten-4 {\\n  background-color: #b3e5fc !important;\\n}\\n\\n.light-blue-text.text-lighten-4 {\\n  color: #b3e5fc !important;\\n}\\n\\n.light-blue.lighten-3 {\\n  background-color: #81d4fa !important;\\n}\\n\\n.light-blue-text.text-lighten-3 {\\n  color: #81d4fa !important;\\n}\\n\\n.light-blue.lighten-2 {\\n  background-color: #4fc3f7 !important;\\n}\\n\\n.light-blue-text.text-lighten-2 {\\n  color: #4fc3f7 !important;\\n}\\n\\n.light-blue.lighten-1 {\\n  background-color: #29b6f6 !important;\\n}\\n\\n.light-blue-text.text-lighten-1 {\\n  color: #29b6f6 !important;\\n}\\n\\n.light-blue.darken-1 {\\n  background-color: #039be5 !important;\\n}\\n\\n.light-blue-text.text-darken-1 {\\n  color: #039be5 !important;\\n}\\n\\n.light-blue.darken-2 {\\n  background-color: #0288d1 !important;\\n}\\n\\n.light-blue-text.text-darken-2 {\\n  color: #0288d1 !important;\\n}\\n\\n.light-blue.darken-3 {\\n  background-color: #0277bd !important;\\n}\\n\\n.light-blue-text.text-darken-3 {\\n  color: #0277bd !important;\\n}\\n\\n.light-blue.darken-4 {\\n  background-color: #01579b !important;\\n}\\n\\n.light-blue-text.text-darken-4 {\\n  color: #01579b !important;\\n}\\n\\n.light-blue.accent-1 {\\n  background-color: #80d8ff !important;\\n}\\n\\n.light-blue-text.text-accent-1 {\\n  color: #80d8ff !important;\\n}\\n\\n.light-blue.accent-2 {\\n  background-color: #40c4ff !important;\\n}\\n\\n.light-blue-text.text-accent-2 {\\n  color: #40c4ff !important;\\n}\\n\\n.light-blue.accent-3 {\\n  background-color: #00b0ff !important;\\n}\\n\\n.light-blue-text.text-accent-3 {\\n  color: #00b0ff !important;\\n}\\n\\n.light-blue.accent-4 {\\n  background-color: #0091ea !important;\\n}\\n\\n.light-blue-text.text-accent-4 {\\n  color: #0091ea !important;\\n}\\n\\n.cyan {\\n  background-color: #00bcd4 !important;\\n}\\n\\n.cyan-text {\\n  color: #00bcd4 !important;\\n}\\n\\n.cyan.lighten-5 {\\n  background-color: #e0f7fa !important;\\n}\\n\\n.cyan-text.text-lighten-5 {\\n  color: #e0f7fa !important;\\n}\\n\\n.cyan.lighten-4 {\\n  background-color: #b2ebf2 !important;\\n}\\n\\n.cyan-text.text-lighten-4 {\\n  color: #b2ebf2 !important;\\n}\\n\\n.cyan.lighten-3 {\\n  background-color: #80deea !important;\\n}\\n\\n.cyan-text.text-lighten-3 {\\n  color: #80deea !important;\\n}\\n\\n.cyan.lighten-2 {\\n  background-color: #4dd0e1 !important;\\n}\\n\\n.cyan-text.text-lighten-2 {\\n  color: #4dd0e1 !important;\\n}\\n\\n.cyan.lighten-1 {\\n  background-color: #26c6da !important;\\n}\\n\\n.cyan-text.text-lighten-1 {\\n  color: #26c6da !important;\\n}\\n\\n.cyan.darken-1 {\\n  background-color: #00acc1 !important;\\n}\\n\\n.cyan-text.text-darken-1 {\\n  color: #00acc1 !important;\\n}\\n\\n.cyan.darken-2 {\\n  background-color: #0097a7 !important;\\n}\\n\\n.cyan-text.text-darken-2 {\\n  color: #0097a7 !important;\\n}\\n\\n.cyan.darken-3 {\\n  background-color: #00838f !important;\\n}\\n\\n.cyan-text.text-darken-3 {\\n  color: #00838f !important;\\n}\\n\\n.cyan.darken-4 {\\n  background-color: #006064 !important;\\n}\\n\\n.cyan-text.text-darken-4 {\\n  color: #006064 !important;\\n}\\n\\n.cyan.accent-1 {\\n  background-color: #84ffff !important;\\n}\\n\\n.cyan-text.text-accent-1 {\\n  color: #84ffff !important;\\n}\\n\\n.cyan.accent-2 {\\n  background-color: #18ffff !important;\\n}\\n\\n.cyan-text.text-accent-2 {\\n  color: #18ffff !important;\\n}\\n\\n.cyan.accent-3 {\\n  background-color: #00e5ff !important;\\n}\\n\\n.cyan-text.text-accent-3 {\\n  color: #00e5ff !important;\\n}\\n\\n.cyan.accent-4 {\\n  background-color: #00b8d4 !important;\\n}\\n\\n.cyan-text.text-accent-4 {\\n  color: #00b8d4 !important;\\n}\\n\\n.teal {\\n  background-color: #009688 !important;\\n}\\n\\n.teal-text {\\n  color: #009688 !important;\\n}\\n\\n.teal.lighten-5 {\\n  background-color: #e0f2f1 !important;\\n}\\n\\n.teal-text.text-lighten-5 {\\n  color: #e0f2f1 !important;\\n}\\n\\n.teal.lighten-4 {\\n  background-color: #b2dfdb !important;\\n}\\n\\n.teal-text.text-lighten-4 {\\n  color: #b2dfdb !important;\\n}\\n\\n.teal.lighten-3 {\\n  background-color: #80cbc4 !important;\\n}\\n\\n.teal-text.text-lighten-3 {\\n  color: #80cbc4 !important;\\n}\\n\\n.teal.lighten-2 {\\n  background-color: #4db6ac !important;\\n}\\n\\n.teal-text.text-lighten-2 {\\n  color: #4db6ac !important;\\n}\\n\\n.teal.lighten-1 {\\n  background-color: #26a69a !important;\\n}\\n\\n.teal-text.text-lighten-1 {\\n  color: #26a69a !important;\\n}\\n\\n.teal.darken-1 {\\n  background-color: #00897b !important;\\n}\\n\\n.teal-text.text-darken-1 {\\n  color: #00897b !important;\\n}\\n\\n.teal.darken-2 {\\n  background-color: #00796b !important;\\n}\\n\\n.teal-text.text-darken-2 {\\n  color: #00796b !important;\\n}\\n\\n.teal.darken-3 {\\n  background-color: #00695c !important;\\n}\\n\\n.teal-text.text-darken-3 {\\n  color: #00695c !important;\\n}\\n\\n.teal.darken-4 {\\n  background-color: #004d40 !important;\\n}\\n\\n.teal-text.text-darken-4 {\\n  color: #004d40 !important;\\n}\\n\\n.teal.accent-1 {\\n  background-color: #a7ffeb !important;\\n}\\n\\n.teal-text.text-accent-1 {\\n  color: #a7ffeb !important;\\n}\\n\\n.teal.accent-2 {\\n  background-color: #64ffda !important;\\n}\\n\\n.teal-text.text-accent-2 {\\n  color: #64ffda !important;\\n}\\n\\n.teal.accent-3 {\\n  background-color: #1de9b6 !important;\\n}\\n\\n.teal-text.text-accent-3 {\\n  color: #1de9b6 !important;\\n}\\n\\n.teal.accent-4 {\\n  background-color: #00bfa5 !important;\\n}\\n\\n.teal-text.text-accent-4 {\\n  color: #00bfa5 !important;\\n}\\n\\n.green {\\n  background-color: #4CAF50 !important;\\n}\\n\\n.green-text {\\n  color: #4CAF50 !important;\\n}\\n\\n.green.lighten-5 {\\n  background-color: #E8F5E9 !important;\\n}\\n\\n.green-text.text-lighten-5 {\\n  color: #E8F5E9 !important;\\n}\\n\\n.green.lighten-4 {\\n  background-color: #C8E6C9 !important;\\n}\\n\\n.green-text.text-lighten-4 {\\n  color: #C8E6C9 !important;\\n}\\n\\n.green.lighten-3 {\\n  background-color: #A5D6A7 !important;\\n}\\n\\n.green-text.text-lighten-3 {\\n  color: #A5D6A7 !important;\\n}\\n\\n.green.lighten-2 {\\n  background-color: #81C784 !important;\\n}\\n\\n.green-text.text-lighten-2 {\\n  color: #81C784 !important;\\n}\\n\\n.green.lighten-1 {\\n  background-color: #66BB6A !important;\\n}\\n\\n.green-text.text-lighten-1 {\\n  color: #66BB6A !important;\\n}\\n\\n.green.darken-1 {\\n  background-color: #43A047 !important;\\n}\\n\\n.green-text.text-darken-1 {\\n  color: #43A047 !important;\\n}\\n\\n.green.darken-2 {\\n  background-color: #388E3C !important;\\n}\\n\\n.green-text.text-darken-2 {\\n  color: #388E3C !important;\\n}\\n\\n.green.darken-3 {\\n  background-color: #2E7D32 !important;\\n}\\n\\n.green-text.text-darken-3 {\\n  color: #2E7D32 !important;\\n}\\n\\n.green.darken-4 {\\n  background-color: #1B5E20 !important;\\n}\\n\\n.green-text.text-darken-4 {\\n  color: #1B5E20 !important;\\n}\\n\\n.green.accent-1 {\\n  background-color: #B9F6CA !important;\\n}\\n\\n.green-text.text-accent-1 {\\n  color: #B9F6CA !important;\\n}\\n\\n.green.accent-2 {\\n  background-color: #69F0AE !important;\\n}\\n\\n.green-text.text-accent-2 {\\n  color: #69F0AE !important;\\n}\\n\\n.green.accent-3 {\\n  background-color: #00E676 !important;\\n}\\n\\n.green-text.text-accent-3 {\\n  color: #00E676 !important;\\n}\\n\\n.green.accent-4 {\\n  background-color: #00C853 !important;\\n}\\n\\n.green-text.text-accent-4 {\\n  color: #00C853 !important;\\n}\\n\\n.light-green {\\n  background-color: #8bc34a !important;\\n}\\n\\n.light-green-text {\\n  color: #8bc34a !important;\\n}\\n\\n.light-green.lighten-5 {\\n  background-color: #f1f8e9 !important;\\n}\\n\\n.light-green-text.text-lighten-5 {\\n  color: #f1f8e9 !important;\\n}\\n\\n.light-green.lighten-4 {\\n  background-color: #dcedc8 !important;\\n}\\n\\n.light-green-text.text-lighten-4 {\\n  color: #dcedc8 !important;\\n}\\n\\n.light-green.lighten-3 {\\n  background-color: #c5e1a5 !important;\\n}\\n\\n.light-green-text.text-lighten-3 {\\n  color: #c5e1a5 !important;\\n}\\n\\n.light-green.lighten-2 {\\n  background-color: #aed581 !important;\\n}\\n\\n.light-green-text.text-lighten-2 {\\n  color: #aed581 !important;\\n}\\n\\n.light-green.lighten-1 {\\n  background-color: #9ccc65 !important;\\n}\\n\\n.light-green-text.text-lighten-1 {\\n  color: #9ccc65 !important;\\n}\\n\\n.light-green.darken-1 {\\n  background-color: #7cb342 !important;\\n}\\n\\n.light-green-text.text-darken-1 {\\n  color: #7cb342 !important;\\n}\\n\\n.light-green.darken-2 {\\n  background-color: #689f38 !important;\\n}\\n\\n.light-green-text.text-darken-2 {\\n  color: #689f38 !important;\\n}\\n\\n.light-green.darken-3 {\\n  background-color: #558b2f !important;\\n}\\n\\n.light-green-text.text-darken-3 {\\n  color: #558b2f !important;\\n}\\n\\n.light-green.darken-4 {\\n  background-color: #33691e !important;\\n}\\n\\n.light-green-text.text-darken-4 {\\n  color: #33691e !important;\\n}\\n\\n.light-green.accent-1 {\\n  background-color: #ccff90 !important;\\n}\\n\\n.light-green-text.text-accent-1 {\\n  color: #ccff90 !important;\\n}\\n\\n.light-green.accent-2 {\\n  background-color: #b2ff59 !important;\\n}\\n\\n.light-green-text.text-accent-2 {\\n  color: #b2ff59 !important;\\n}\\n\\n.light-green.accent-3 {\\n  background-color: #76ff03 !important;\\n}\\n\\n.light-green-text.text-accent-3 {\\n  color: #76ff03 !important;\\n}\\n\\n.light-green.accent-4 {\\n  background-color: #64dd17 !important;\\n}\\n\\n.light-green-text.text-accent-4 {\\n  color: #64dd17 !important;\\n}\\n\\n.lime {\\n  background-color: #cddc39 !important;\\n}\\n\\n.lime-text {\\n  color: #cddc39 !important;\\n}\\n\\n.lime.lighten-5 {\\n  background-color: #f9fbe7 !important;\\n}\\n\\n.lime-text.text-lighten-5 {\\n  color: #f9fbe7 !important;\\n}\\n\\n.lime.lighten-4 {\\n  background-color: #f0f4c3 !important;\\n}\\n\\n.lime-text.text-lighten-4 {\\n  color: #f0f4c3 !important;\\n}\\n\\n.lime.lighten-3 {\\n  background-color: #e6ee9c !important;\\n}\\n\\n.lime-text.text-lighten-3 {\\n  color: #e6ee9c !important;\\n}\\n\\n.lime.lighten-2 {\\n  background-color: #dce775 !important;\\n}\\n\\n.lime-text.text-lighten-2 {\\n  color: #dce775 !important;\\n}\\n\\n.lime.lighten-1 {\\n  background-color: #d4e157 !important;\\n}\\n\\n.lime-text.text-lighten-1 {\\n  color: #d4e157 !important;\\n}\\n\\n.lime.darken-1 {\\n  background-color: #c0ca33 !important;\\n}\\n\\n.lime-text.text-darken-1 {\\n  color: #c0ca33 !important;\\n}\\n\\n.lime.darken-2 {\\n  background-color: #afb42b !important;\\n}\\n\\n.lime-text.text-darken-2 {\\n  color: #afb42b !important;\\n}\\n\\n.lime.darken-3 {\\n  background-color: #9e9d24 !important;\\n}\\n\\n.lime-text.text-darken-3 {\\n  color: #9e9d24 !important;\\n}\\n\\n.lime.darken-4 {\\n  background-color: #827717 !important;\\n}\\n\\n.lime-text.text-darken-4 {\\n  color: #827717 !important;\\n}\\n\\n.lime.accent-1 {\\n  background-color: #f4ff81 !important;\\n}\\n\\n.lime-text.text-accent-1 {\\n  color: #f4ff81 !important;\\n}\\n\\n.lime.accent-2 {\\n  background-color: #eeff41 !important;\\n}\\n\\n.lime-text.text-accent-2 {\\n  color: #eeff41 !important;\\n}\\n\\n.lime.accent-3 {\\n  background-color: #c6ff00 !important;\\n}\\n\\n.lime-text.text-accent-3 {\\n  color: #c6ff00 !important;\\n}\\n\\n.lime.accent-4 {\\n  background-color: #aeea00 !important;\\n}\\n\\n.lime-text.text-accent-4 {\\n  color: #aeea00 !important;\\n}\\n\\n.yellow {\\n  background-color: #ffeb3b !important;\\n}\\n\\n.yellow-text {\\n  color: #ffeb3b !important;\\n}\\n\\n.yellow.lighten-5 {\\n  background-color: #fffde7 !important;\\n}\\n\\n.yellow-text.text-lighten-5 {\\n  color: #fffde7 !important;\\n}\\n\\n.yellow.lighten-4 {\\n  background-color: #fff9c4 !important;\\n}\\n\\n.yellow-text.text-lighten-4 {\\n  color: #fff9c4 !important;\\n}\\n\\n.yellow.lighten-3 {\\n  background-color: #fff59d !important;\\n}\\n\\n.yellow-text.text-lighten-3 {\\n  color: #fff59d !important;\\n}\\n\\n.yellow.lighten-2 {\\n  background-color: #fff176 !important;\\n}\\n\\n.yellow-text.text-lighten-2 {\\n  color: #fff176 !important;\\n}\\n\\n.yellow.lighten-1 {\\n  background-color: #ffee58 !important;\\n}\\n\\n.yellow-text.text-lighten-1 {\\n  color: #ffee58 !important;\\n}\\n\\n.yellow.darken-1 {\\n  background-color: #fdd835 !important;\\n}\\n\\n.yellow-text.text-darken-1 {\\n  color: #fdd835 !important;\\n}\\n\\n.yellow.darken-2 {\\n  background-color: #fbc02d !important;\\n}\\n\\n.yellow-text.text-darken-2 {\\n  color: #fbc02d !important;\\n}\\n\\n.yellow.darken-3 {\\n  background-color: #f9a825 !important;\\n}\\n\\n.yellow-text.text-darken-3 {\\n  color: #f9a825 !important;\\n}\\n\\n.yellow.darken-4 {\\n  background-color: #f57f17 !important;\\n}\\n\\n.yellow-text.text-darken-4 {\\n  color: #f57f17 !important;\\n}\\n\\n.yellow.accent-1 {\\n  background-color: #ffff8d !important;\\n}\\n\\n.yellow-text.text-accent-1 {\\n  color: #ffff8d !important;\\n}\\n\\n.yellow.accent-2 {\\n  background-color: #ffff00 !important;\\n}\\n\\n.yellow-text.text-accent-2 {\\n  color: #ffff00 !important;\\n}\\n\\n.yellow.accent-3 {\\n  background-color: #ffea00 !important;\\n}\\n\\n.yellow-text.text-accent-3 {\\n  color: #ffea00 !important;\\n}\\n\\n.yellow.accent-4 {\\n  background-color: #ffd600 !important;\\n}\\n\\n.yellow-text.text-accent-4 {\\n  color: #ffd600 !important;\\n}\\n\\n.amber {\\n  background-color: #ffc107 !important;\\n}\\n\\n.amber-text {\\n  color: #ffc107 !important;\\n}\\n\\n.amber.lighten-5 {\\n  background-color: #fff8e1 !important;\\n}\\n\\n.amber-text.text-lighten-5 {\\n  color: #fff8e1 !important;\\n}\\n\\n.amber.lighten-4 {\\n  background-color: #ffecb3 !important;\\n}\\n\\n.amber-text.text-lighten-4 {\\n  color: #ffecb3 !important;\\n}\\n\\n.amber.lighten-3 {\\n  background-color: #ffe082 !important;\\n}\\n\\n.amber-text.text-lighten-3 {\\n  color: #ffe082 !important;\\n}\\n\\n.amber.lighten-2 {\\n  background-color: #ffd54f !important;\\n}\\n\\n.amber-text.text-lighten-2 {\\n  color: #ffd54f !important;\\n}\\n\\n.amber.lighten-1 {\\n  background-color: #ffca28 !important;\\n}\\n\\n.amber-text.text-lighten-1 {\\n  color: #ffca28 !important;\\n}\\n\\n.amber.darken-1 {\\n  background-color: #ffb300 !important;\\n}\\n\\n.amber-text.text-darken-1 {\\n  color: #ffb300 !important;\\n}\\n\\n.amber.darken-2 {\\n  background-color: #ffa000 !important;\\n}\\n\\n.amber-text.text-darken-2 {\\n  color: #ffa000 !important;\\n}\\n\\n.amber.darken-3 {\\n  background-color: #ff8f00 !important;\\n}\\n\\n.amber-text.text-darken-3 {\\n  color: #ff8f00 !important;\\n}\\n\\n.amber.darken-4 {\\n  background-color: #ff6f00 !important;\\n}\\n\\n.amber-text.text-darken-4 {\\n  color: #ff6f00 !important;\\n}\\n\\n.amber.accent-1 {\\n  background-color: #ffe57f !important;\\n}\\n\\n.amber-text.text-accent-1 {\\n  color: #ffe57f !important;\\n}\\n\\n.amber.accent-2 {\\n  background-color: #ffd740 !important;\\n}\\n\\n.amber-text.text-accent-2 {\\n  color: #ffd740 !important;\\n}\\n\\n.amber.accent-3 {\\n  background-color: #ffc400 !important;\\n}\\n\\n.amber-text.text-accent-3 {\\n  color: #ffc400 !important;\\n}\\n\\n.amber.accent-4 {\\n  background-color: #ffab00 !important;\\n}\\n\\n.amber-text.text-accent-4 {\\n  color: #ffab00 !important;\\n}\\n\\n.orange {\\n  background-color: #ff9800 !important;\\n}\\n\\n.orange-text {\\n  color: #ff9800 !important;\\n}\\n\\n.orange.lighten-5 {\\n  background-color: #fff3e0 !important;\\n}\\n\\n.orange-text.text-lighten-5 {\\n  color: #fff3e0 !important;\\n}\\n\\n.orange.lighten-4 {\\n  background-color: #ffe0b2 !important;\\n}\\n\\n.orange-text.text-lighten-4 {\\n  color: #ffe0b2 !important;\\n}\\n\\n.orange.lighten-3 {\\n  background-color: #ffcc80 !important;\\n}\\n\\n.orange-text.text-lighten-3 {\\n  color: #ffcc80 !important;\\n}\\n\\n.orange.lighten-2 {\\n  background-color: #ffb74d !important;\\n}\\n\\n.orange-text.text-lighten-2 {\\n  color: #ffb74d !important;\\n}\\n\\n.orange.lighten-1 {\\n  background-color: #ffa726 !important;\\n}\\n\\n.orange-text.text-lighten-1 {\\n  color: #ffa726 !important;\\n}\\n\\n.orange.darken-1 {\\n  background-color: #fb8c00 !important;\\n}\\n\\n.orange-text.text-darken-1 {\\n  color: #fb8c00 !important;\\n}\\n\\n.orange.darken-2 {\\n  background-color: #f57c00 !important;\\n}\\n\\n.orange-text.text-darken-2 {\\n  color: #f57c00 !important;\\n}\\n\\n.orange.darken-3 {\\n  background-color: #ef6c00 !important;\\n}\\n\\n.orange-text.text-darken-3 {\\n  color: #ef6c00 !important;\\n}\\n\\n.orange.darken-4 {\\n  background-color: #e65100 !important;\\n}\\n\\n.orange-text.text-darken-4 {\\n  color: #e65100 !important;\\n}\\n\\n.orange.accent-1 {\\n  background-color: #ffd180 !important;\\n}\\n\\n.orange-text.text-accent-1 {\\n  color: #ffd180 !important;\\n}\\n\\n.orange.accent-2 {\\n  background-color: #ffab40 !important;\\n}\\n\\n.orange-text.text-accent-2 {\\n  color: #ffab40 !important;\\n}\\n\\n.orange.accent-3 {\\n  background-color: #ff9100 !important;\\n}\\n\\n.orange-text.text-accent-3 {\\n  color: #ff9100 !important;\\n}\\n\\n.orange.accent-4 {\\n  background-color: #ff6d00 !important;\\n}\\n\\n.orange-text.text-accent-4 {\\n  color: #ff6d00 !important;\\n}\\n\\n.deep-orange {\\n  background-color: #ff5722 !important;\\n}\\n\\n.deep-orange-text {\\n  color: #ff5722 !important;\\n}\\n\\n.deep-orange.lighten-5 {\\n  background-color: #fbe9e7 !important;\\n}\\n\\n.deep-orange-text.text-lighten-5 {\\n  color: #fbe9e7 !important;\\n}\\n\\n.deep-orange.lighten-4 {\\n  background-color: #ffccbc !important;\\n}\\n\\n.deep-orange-text.text-lighten-4 {\\n  color: #ffccbc !important;\\n}\\n\\n.deep-orange.lighten-3 {\\n  background-color: #ffab91 !important;\\n}\\n\\n.deep-orange-text.text-lighten-3 {\\n  color: #ffab91 !important;\\n}\\n\\n.deep-orange.lighten-2 {\\n  background-color: #ff8a65 !important;\\n}\\n\\n.deep-orange-text.text-lighten-2 {\\n  color: #ff8a65 !important;\\n}\\n\\n.deep-orange.lighten-1 {\\n  background-color: #ff7043 !important;\\n}\\n\\n.deep-orange-text.text-lighten-1 {\\n  color: #ff7043 !important;\\n}\\n\\n.deep-orange.darken-1 {\\n  background-color: #f4511e !important;\\n}\\n\\n.deep-orange-text.text-darken-1 {\\n  color: #f4511e !important;\\n}\\n\\n.deep-orange.darken-2 {\\n  background-color: #e64a19 !important;\\n}\\n\\n.deep-orange-text.text-darken-2 {\\n  color: #e64a19 !important;\\n}\\n\\n.deep-orange.darken-3 {\\n  background-color: #d84315 !important;\\n}\\n\\n.deep-orange-text.text-darken-3 {\\n  color: #d84315 !important;\\n}\\n\\n.deep-orange.darken-4 {\\n  background-color: #bf360c !important;\\n}\\n\\n.deep-orange-text.text-darken-4 {\\n  color: #bf360c !important;\\n}\\n\\n.deep-orange.accent-1 {\\n  background-color: #ff9e80 !important;\\n}\\n\\n.deep-orange-text.text-accent-1 {\\n  color: #ff9e80 !important;\\n}\\n\\n.deep-orange.accent-2 {\\n  background-color: #ff6e40 !important;\\n}\\n\\n.deep-orange-text.text-accent-2 {\\n  color: #ff6e40 !important;\\n}\\n\\n.deep-orange.accent-3 {\\n  background-color: #ff3d00 !important;\\n}\\n\\n.deep-orange-text.text-accent-3 {\\n  color: #ff3d00 !important;\\n}\\n\\n.deep-orange.accent-4 {\\n  background-color: #dd2c00 !important;\\n}\\n\\n.deep-orange-text.text-accent-4 {\\n  color: #dd2c00 !important;\\n}\\n\\n.brown {\\n  background-color: #795548 !important;\\n}\\n\\n.brown-text {\\n  color: #795548 !important;\\n}\\n\\n.brown.lighten-5 {\\n  background-color: #efebe9 !important;\\n}\\n\\n.brown-text.text-lighten-5 {\\n  color: #efebe9 !important;\\n}\\n\\n.brown.lighten-4 {\\n  background-color: #d7ccc8 !important;\\n}\\n\\n.brown-text.text-lighten-4 {\\n  color: #d7ccc8 !important;\\n}\\n\\n.brown.lighten-3 {\\n  background-color: #bcaaa4 !important;\\n}\\n\\n.brown-text.text-lighten-3 {\\n  color: #bcaaa4 !important;\\n}\\n\\n.brown.lighten-2 {\\n  background-color: #a1887f !important;\\n}\\n\\n.brown-text.text-lighten-2 {\\n  color: #a1887f !important;\\n}\\n\\n.brown.lighten-1 {\\n  background-color: #8d6e63 !important;\\n}\\n\\n.brown-text.text-lighten-1 {\\n  color: #8d6e63 !important;\\n}\\n\\n.brown.darken-1 {\\n  background-color: #6d4c41 !important;\\n}\\n\\n.brown-text.text-darken-1 {\\n  color: #6d4c41 !important;\\n}\\n\\n.brown.darken-2 {\\n  background-color: #5d4037 !important;\\n}\\n\\n.brown-text.text-darken-2 {\\n  color: #5d4037 !important;\\n}\\n\\n.brown.darken-3 {\\n  background-color: #4e342e !important;\\n}\\n\\n.brown-text.text-darken-3 {\\n  color: #4e342e !important;\\n}\\n\\n.brown.darken-4 {\\n  background-color: #3e2723 !important;\\n}\\n\\n.brown-text.text-darken-4 {\\n  color: #3e2723 !important;\\n}\\n\\n.blue-grey {\\n  background-color: #607d8b !important;\\n}\\n\\n.blue-grey-text {\\n  color: #607d8b !important;\\n}\\n\\n.blue-grey.lighten-5 {\\n  background-color: #eceff1 !important;\\n}\\n\\n.blue-grey-text.text-lighten-5 {\\n  color: #eceff1 !important;\\n}\\n\\n.blue-grey.lighten-4 {\\n  background-color: #cfd8dc !important;\\n}\\n\\n.blue-grey-text.text-lighten-4 {\\n  color: #cfd8dc !important;\\n}\\n\\n.blue-grey.lighten-3 {\\n  background-color: #b0bec5 !important;\\n}\\n\\n.blue-grey-text.text-lighten-3 {\\n  color: #b0bec5 !important;\\n}\\n\\n.blue-grey.lighten-2 {\\n  background-color: #90a4ae !important;\\n}\\n\\n.blue-grey-text.text-lighten-2 {\\n  color: #90a4ae !important;\\n}\\n\\n.blue-grey.lighten-1 {\\n  background-color: #78909c !important;\\n}\\n\\n.blue-grey-text.text-lighten-1 {\\n  color: #78909c !important;\\n}\\n\\n.blue-grey.darken-1 {\\n  background-color: #546e7a !important;\\n}\\n\\n.blue-grey-text.text-darken-1 {\\n  color: #546e7a !important;\\n}\\n\\n.blue-grey.darken-2 {\\n  background-color: #455a64 !important;\\n}\\n\\n.blue-grey-text.text-darken-2 {\\n  color: #455a64 !important;\\n}\\n\\n.blue-grey.darken-3 {\\n  background-color: #37474f !important;\\n}\\n\\n.blue-grey-text.text-darken-3 {\\n  color: #37474f !important;\\n}\\n\\n.blue-grey.darken-4 {\\n  background-color: #263238 !important;\\n}\\n\\n.blue-grey-text.text-darken-4 {\\n  color: #263238 !important;\\n}\\n\\n.grey {\\n  background-color: #9e9e9e !important;\\n}\\n\\n.grey-text {\\n  color: #9e9e9e !important;\\n}\\n\\n.grey.lighten-5 {\\n  background-color: #fafafa !important;\\n}\\n\\n.grey-text.text-lighten-5 {\\n  color: #fafafa !important;\\n}\\n\\n.grey.lighten-4 {\\n  background-color: #f5f5f5 !important;\\n}\\n\\n.grey-text.text-lighten-4 {\\n  color: #f5f5f5 !important;\\n}\\n\\n.grey.lighten-3 {\\n  background-color: #eeeeee !important;\\n}\\n\\n.grey-text.text-lighten-3 {\\n  color: #eeeeee !important;\\n}\\n\\n.grey.lighten-2 {\\n  background-color: #e0e0e0 !important;\\n}\\n\\n.grey-text.text-lighten-2 {\\n  color: #e0e0e0 !important;\\n}\\n\\n.grey.lighten-1 {\\n  background-color: #bdbdbd !important;\\n}\\n\\n.grey-text.text-lighten-1 {\\n  color: #bdbdbd !important;\\n}\\n\\n.grey.darken-1 {\\n  background-color: #757575 !important;\\n}\\n\\n.grey-text.text-darken-1 {\\n  color: #757575 !important;\\n}\\n\\n.grey.darken-2 {\\n  background-color: #616161 !important;\\n}\\n\\n.grey-text.text-darken-2 {\\n  color: #616161 !important;\\n}\\n\\n.grey.darken-3 {\\n  background-color: #424242 !important;\\n}\\n\\n.grey-text.text-darken-3 {\\n  color: #424242 !important;\\n}\\n\\n.grey.darken-4 {\\n  background-color: #212121 !important;\\n}\\n\\n.grey-text.text-darken-4 {\\n  color: #212121 !important;\\n}\\n\\n.black {\\n  background-color: #000000 !important;\\n}\\n\\n.black-text {\\n  color: #000000 !important;\\n}\\n\\n.white {\\n  background-color: #FFFFFF !important;\\n}\\n\\n.white-text {\\n  color: #FFFFFF !important;\\n}\\n\\n.transparent {\\n  background-color: transparent !important;\\n}\\n\\n.transparent-text {\\n  color: transparent !important;\\n}\\n\\n/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */\\n/* Document\\n   ========================================================================== */\\n/**\\n * 1. Correct the line height in all browsers.\\n * 2. Prevent adjustments of font size after orientation changes in\\n *    IE on Windows Phone and in iOS.\\n */\\nhtml {\\n  line-height: 1.15;\\n  /* 1 */\\n  -ms-text-size-adjust: 100%;\\n  /* 2 */\\n  -webkit-text-size-adjust: 100%;\\n  /* 2 */\\n}\\n\\n/* Sections\\n   ========================================================================== */\\n/**\\n * Remove the margin in all browsers (opinionated).\\n */\\nbody {\\n  margin: 0;\\n}\\n\\n/**\\n * Add the correct display in IE 9-.\\n */\\narticle,\\naside,\\nfooter,\\nheader,\\nnav,\\nsection {\\n  display: block;\\n}\\n\\n/**\\n * Correct the font size and margin on `h1` elements within `section` and\\n * `article` contexts in Chrome, Firefox, and Safari.\\n */\\nh1 {\\n  font-size: 2em;\\n  margin: 0.67em 0;\\n}\\n\\n/* Grouping content\\n   ========================================================================== */\\n/**\\n * Add the correct display in IE 9-.\\n * 1. Add the correct display in IE.\\n */\\nfigcaption,\\nfigure,\\nmain {\\n  /* 1 */\\n  display: block;\\n}\\n\\n/**\\n * Add the correct margin in IE 8.\\n */\\nfigure {\\n  margin: 1em 40px;\\n}\\n\\n/**\\n * 1. Add the correct box sizing in Firefox.\\n * 2. Show the overflow in Edge and IE.\\n */\\nhr {\\n  -webkit-box-sizing: content-box;\\n          box-sizing: content-box;\\n  /* 1 */\\n  height: 0;\\n  /* 1 */\\n  overflow: visible;\\n  /* 2 */\\n}\\n\\n/**\\n * 1. Correct the inheritance and scaling of font size in all browsers.\\n * 2. Correct the odd `em` font sizing in all browsers.\\n */\\npre {\\n  font-family: monospace, monospace;\\n  /* 1 */\\n  font-size: 1em;\\n  /* 2 */\\n}\\n\\n/* Text-level semantics\\n   ========================================================================== */\\n/**\\n * 1. Remove the gray background on active links in IE 10.\\n * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.\\n */\\na {\\n  background-color: transparent;\\n  /* 1 */\\n  -webkit-text-decoration-skip: objects;\\n  /* 2 */\\n}\\n\\n/**\\n * 1. Remove the bottom border in Chrome 57- and Firefox 39-.\\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\\n */\\nabbr[title] {\\n  border-bottom: none;\\n  /* 1 */\\n  text-decoration: underline;\\n  /* 2 */\\n  -webkit-text-decoration: underline dotted;\\n     -moz-text-decoration: underline dotted;\\n          text-decoration: underline dotted;\\n  /* 2 */\\n}\\n\\n/**\\n * Prevent the duplicate application of `bolder` by the next rule in Safari 6.\\n */\\nb,\\nstrong {\\n  font-weight: inherit;\\n}\\n\\n/**\\n * Add the correct font weight in Chrome, Edge, and Safari.\\n */\\nb,\\nstrong {\\n  font-weight: bolder;\\n}\\n\\n/**\\n * 1. Correct the inheritance and scaling of font size in all browsers.\\n * 2. Correct the odd `em` font sizing in all browsers.\\n */\\ncode,\\nkbd,\\nsamp {\\n  font-family: monospace, monospace;\\n  /* 1 */\\n  font-size: 1em;\\n  /* 2 */\\n}\\n\\n/**\\n * Add the correct font style in Android 4.3-.\\n */\\ndfn {\\n  font-style: italic;\\n}\\n\\n/**\\n * Add the correct background and color in IE 9-.\\n */\\nmark {\\n  background-color: #ff0;\\n  color: #000;\\n}\\n\\n/**\\n * Add the correct font size in all browsers.\\n */\\nsmall {\\n  font-size: 80%;\\n}\\n\\n/**\\n * Prevent `sub` and `sup` elements from affecting the line height in\\n * all browsers.\\n */\\nsub,\\nsup {\\n  font-size: 75%;\\n  line-height: 0;\\n  position: relative;\\n  vertical-align: baseline;\\n}\\n\\nsub {\\n  bottom: -0.25em;\\n}\\n\\nsup {\\n  top: -0.5em;\\n}\\n\\n/* Embedded content\\n   ========================================================================== */\\n/**\\n * Add the correct display in IE 9-.\\n */\\naudio,\\nvideo {\\n  display: inline-block;\\n}\\n\\n/**\\n * Add the correct display in iOS 4-7.\\n */\\naudio:not([controls]) {\\n  display: none;\\n  height: 0;\\n}\\n\\n/**\\n * Remove the border on images inside links in IE 10-.\\n */\\nimg {\\n  border-style: none;\\n}\\n\\n/**\\n * Hide the overflow in IE.\\n */\\nsvg:not(:root) {\\n  overflow: hidden;\\n}\\n\\n/* Forms\\n   ========================================================================== */\\n/**\\n * 1. Change the font styles in all browsers (opinionated).\\n * 2. Remove the margin in Firefox and Safari.\\n */\\nbutton,\\ninput,\\noptgroup,\\nselect,\\ntextarea {\\n  font-family: sans-serif;\\n  /* 1 */\\n  font-size: 100%;\\n  /* 1 */\\n  line-height: 1.15;\\n  /* 1 */\\n  margin: 0;\\n  /* 2 */\\n}\\n\\n/**\\n * Show the overflow in IE.\\n * 1. Show the overflow in Edge.\\n */\\nbutton,\\ninput {\\n  /* 1 */\\n  overflow: visible;\\n}\\n\\n/**\\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\\n * 1. Remove the inheritance of text transform in Firefox.\\n */\\nbutton,\\nselect {\\n  /* 1 */\\n  text-transform: none;\\n}\\n\\n/**\\n * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\\n *    controls in Android 4.\\n * 2. Correct the inability to style clickable types in iOS and Safari.\\n */\\nbutton,\\nhtml [type=\\\"button\\\"],\\n[type=\\\"reset\\\"],\\n[type=\\\"submit\\\"] {\\n  -webkit-appearance: button;\\n  /* 2 */\\n}\\n\\n/**\\n * Remove the inner border and padding in Firefox.\\n */\\nbutton::-moz-focus-inner,\\n[type=\\\"button\\\"]::-moz-focus-inner,\\n[type=\\\"reset\\\"]::-moz-focus-inner,\\n[type=\\\"submit\\\"]::-moz-focus-inner {\\n  border-style: none;\\n  padding: 0;\\n}\\n\\n/**\\n * Restore the focus styles unset by the previous rule.\\n */\\nbutton:-moz-focusring,\\n[type=\\\"button\\\"]:-moz-focusring,\\n[type=\\\"reset\\\"]:-moz-focusring,\\n[type=\\\"submit\\\"]:-moz-focusring {\\n  outline: 1px dotted ButtonText;\\n}\\n\\n/**\\n * Correct the padding in Firefox.\\n */\\nfieldset {\\n  padding: 0.35em 0.75em 0.625em;\\n}\\n\\n/**\\n * 1. Correct the text wrapping in Edge and IE.\\n * 2. Correct the color inheritance from `fieldset` elements in IE.\\n * 3. Remove the padding so developers are not caught out when they zero out\\n *    `fieldset` elements in all browsers.\\n */\\nlegend {\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n  /* 1 */\\n  color: inherit;\\n  /* 2 */\\n  display: table;\\n  /* 1 */\\n  max-width: 100%;\\n  /* 1 */\\n  padding: 0;\\n  /* 3 */\\n  white-space: normal;\\n  /* 1 */\\n}\\n\\n/**\\n * 1. Add the correct display in IE 9-.\\n * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.\\n */\\nprogress {\\n  display: inline-block;\\n  /* 1 */\\n  vertical-align: baseline;\\n  /* 2 */\\n}\\n\\n/**\\n * Remove the default vertical scrollbar in IE.\\n */\\ntextarea {\\n  overflow: auto;\\n}\\n\\n/**\\n * 1. Add the correct box sizing in IE 10-.\\n * 2. Remove the padding in IE 10-.\\n */\\n[type=\\\"checkbox\\\"],\\n[type=\\\"radio\\\"] {\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n  /* 1 */\\n  padding: 0;\\n  /* 2 */\\n}\\n\\n/**\\n * Correct the cursor style of increment and decrement buttons in Chrome.\\n */\\n[type=\\\"number\\\"]::-webkit-inner-spin-button,\\n[type=\\\"number\\\"]::-webkit-outer-spin-button {\\n  height: auto;\\n}\\n\\n/**\\n * 1. Correct the odd appearance in Chrome and Safari.\\n * 2. Correct the outline style in Safari.\\n */\\n[type=\\\"search\\\"] {\\n  -webkit-appearance: textfield;\\n  /* 1 */\\n  outline-offset: -2px;\\n  /* 2 */\\n}\\n\\n/**\\n * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.\\n */\\n[type=\\\"search\\\"]::-webkit-search-cancel-button,\\n[type=\\\"search\\\"]::-webkit-search-decoration {\\n  -webkit-appearance: none;\\n}\\n\\n/**\\n * 1. Correct the inability to style clickable types in iOS and Safari.\\n * 2. Change font properties to `inherit` in Safari.\\n */\\n::-webkit-file-upload-button {\\n  -webkit-appearance: button;\\n  /* 1 */\\n  font: inherit;\\n  /* 2 */\\n}\\n\\n/* Interactive\\n   ========================================================================== */\\n/*\\n * Add the correct display in IE 9-.\\n * 1. Add the correct display in Edge, IE, and Firefox.\\n */\\ndetails,\\nmenu {\\n  display: block;\\n}\\n\\n/*\\n * Add the correct display in all browsers.\\n */\\nsummary {\\n  display: list-item;\\n}\\n\\n/* Scripting\\n   ========================================================================== */\\n/**\\n * Add the correct display in IE 9-.\\n */\\ncanvas {\\n  display: inline-block;\\n}\\n\\n/**\\n * Add the correct display in IE.\\n */\\ntemplate {\\n  display: none;\\n}\\n\\n/* Hidden\\n   ========================================================================== */\\n/**\\n * Add the correct display in IE 10-.\\n */\\n[hidden] {\\n  display: none;\\n}\\n\\nhtml {\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n}\\n\\n*, *:before, *:after {\\n  -webkit-box-sizing: inherit;\\n          box-sizing: inherit;\\n}\\n\\nbutton,\\ninput,\\noptgroup,\\nselect,\\ntextarea {\\n  font-family: -apple-system, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \\\"Helvetica Neue\\\", sans-serif;\\n}\\n\\nul:not(.browser-default) {\\n  padding-left: 0;\\n  list-style-type: none;\\n}\\n\\nul:not(.browser-default) > li {\\n  list-style-type: none;\\n}\\n\\na {\\n  color: #039be5;\\n  text-decoration: none;\\n  -webkit-tap-highlight-color: transparent;\\n}\\n\\n.valign-wrapper {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-align: center;\\n  -webkit-align-items: center;\\n      -ms-flex-align: center;\\n          align-items: center;\\n}\\n\\n.clearfix {\\n  clear: both;\\n}\\n\\n.z-depth-0 {\\n  -webkit-box-shadow: none !important;\\n          box-shadow: none !important;\\n}\\n\\n/* 2dp elevation modified*/\\n.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {\\n  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);\\n}\\n\\n.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {\\n  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);\\n}\\n\\n/* 6dp elevation modified*/\\n.z-depth-2 {\\n  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\\n          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);\\n}\\n\\n/* 12dp elevation modified*/\\n.z-depth-3 {\\n  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);\\n}\\n\\n/* 16dp elevation */\\n.z-depth-4 {\\n  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);\\n}\\n\\n/* 24dp elevation */\\n.z-depth-5, .modal {\\n  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);\\n}\\n\\n.hoverable {\\n  -webkit-transition: -webkit-box-shadow .25s;\\n  transition: -webkit-box-shadow .25s;\\n  transition: box-shadow .25s;\\n  transition: box-shadow .25s, -webkit-box-shadow .25s;\\n}\\n\\n.hoverable:hover {\\n  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\\n          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\\n}\\n\\n.divider {\\n  height: 1px;\\n  overflow: hidden;\\n  background-color: #e0e0e0;\\n}\\n\\nblockquote {\\n  margin: 20px 0;\\n  padding-left: 1.5rem;\\n  border-left: 5px solid #ee6e73;\\n}\\n\\ni {\\n  line-height: inherit;\\n}\\n\\ni.left {\\n  float: left;\\n  margin-right: 15px;\\n}\\n\\ni.right {\\n  float: right;\\n  margin-left: 15px;\\n}\\n\\ni.tiny {\\n  font-size: 1rem;\\n}\\n\\ni.small {\\n  font-size: 2rem;\\n}\\n\\ni.medium {\\n  font-size: 4rem;\\n}\\n\\ni.large {\\n  font-size: 6rem;\\n}\\n\\nimg.responsive-img,\\nvideo.responsive-video {\\n  max-width: 100%;\\n  height: auto;\\n}\\n\\n.pagination li {\\n  display: inline-block;\\n  border-radius: 2px;\\n  text-align: center;\\n  vertical-align: top;\\n  height: 30px;\\n}\\n\\n.pagination li a {\\n  color: #444;\\n  display: inline-block;\\n  font-size: 1.2rem;\\n  padding: 0 10px;\\n  line-height: 30px;\\n}\\n\\n.pagination li.active a {\\n  color: #fff;\\n}\\n\\n.pagination li.active {\\n  background-color: #ee6e73;\\n}\\n\\n.pagination li.disabled a {\\n  cursor: default;\\n  color: #999;\\n}\\n\\n.pagination li i {\\n  font-size: 2rem;\\n}\\n\\n.pagination li.pages ul li {\\n  display: inline-block;\\n  float: none;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .pagination {\\n    width: 100%;\\n  }\\n  .pagination li.prev,\\n  .pagination li.next {\\n    width: 10%;\\n  }\\n  .pagination li.pages {\\n    width: 80%;\\n    overflow: hidden;\\n    white-space: nowrap;\\n  }\\n}\\n\\n.breadcrumb {\\n  font-size: 18px;\\n  color: rgba(255, 255, 255, 0.7);\\n}\\n\\n.breadcrumb i,\\n.breadcrumb [class^=\\\"mdi-\\\"], .breadcrumb [class*=\\\"mdi-\\\"],\\n.breadcrumb i.material-icons {\\n  display: inline-block;\\n  float: left;\\n  font-size: 24px;\\n}\\n\\n.breadcrumb:before {\\n  content: '\\\\E5CC';\\n  color: rgba(255, 255, 255, 0.7);\\n  vertical-align: top;\\n  display: inline-block;\\n  font-family: 'Material Icons';\\n  font-weight: normal;\\n  font-style: normal;\\n  font-size: 25px;\\n  margin: 0 10px 0 8px;\\n  -webkit-font-smoothing: antialiased;\\n}\\n\\n.breadcrumb:first-child:before {\\n  display: none;\\n}\\n\\n.breadcrumb:last-child {\\n  color: #fff;\\n}\\n\\n.parallax-container {\\n  position: relative;\\n  overflow: hidden;\\n  height: 500px;\\n}\\n\\n.parallax-container .parallax {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  right: 0;\\n  bottom: 0;\\n  z-index: -1;\\n}\\n\\n.parallax-container .parallax img {\\n  opacity: 0;\\n  position: absolute;\\n  left: 50%;\\n  bottom: 0;\\n  min-width: 100%;\\n  min-height: 100%;\\n  -webkit-transform: translate3d(0, 0, 0);\\n          transform: translate3d(0, 0, 0);\\n  -webkit-transform: translateX(-50%);\\n          transform: translateX(-50%);\\n}\\n\\n.pin-top, .pin-bottom {\\n  position: relative;\\n}\\n\\n.pinned {\\n  position: fixed !important;\\n}\\n\\n/*********************\\n  Transition Classes\\n**********************/\\nul.staggered-list li {\\n  opacity: 0;\\n}\\n\\n.fade-in {\\n  opacity: 0;\\n  -webkit-transform-origin: 0 50%;\\n          transform-origin: 0 50%;\\n}\\n\\n/*********************\\n  Media Query Classes\\n**********************/\\n@media only screen and (max-width: 600px) {\\n  .hide-on-small-only, .hide-on-small-and-down {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .hide-on-med-and-down {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 601px) {\\n  .hide-on-med-and-up {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 600px) and (max-width: 992px) {\\n  .hide-on-med-only {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  .hide-on-large-only {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 1201px) {\\n  .hide-on-extra-large-only {\\n    display: none !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 1201px) {\\n  .show-on-extra-large {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  .show-on-large {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 600px) and (max-width: 992px) {\\n  .show-on-medium {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  .show-on-small {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (min-width: 601px) {\\n  .show-on-medium-and-up {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .show-on-medium-and-down {\\n    display: block !important;\\n  }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  .center-on-small-only {\\n    text-align: center;\\n  }\\n}\\n\\n.page-footer {\\n  padding-top: 20px;\\n  color: #fff;\\n  background-color: #ee6e73;\\n}\\n\\n.page-footer .footer-copyright {\\n  overflow: hidden;\\n  min-height: 50px;\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-align: center;\\n  -webkit-align-items: center;\\n      -ms-flex-align: center;\\n          align-items: center;\\n  -webkit-box-pack: justify;\\n  -webkit-justify-content: space-between;\\n      -ms-flex-pack: justify;\\n          justify-content: space-between;\\n  padding: 10px 0px;\\n  color: rgba(255, 255, 255, 0.8);\\n  background-color: rgba(51, 51, 51, 0.08);\\n}\\n\\ntable, th, td {\\n  border: none;\\n}\\n\\ntable {\\n  width: 100%;\\n  display: table;\\n  border-collapse: collapse;\\n  border-spacing: 0;\\n}\\n\\ntable.striped tr {\\n  border-bottom: none;\\n}\\n\\ntable.striped > tbody > tr:nth-child(odd) {\\n  background-color: rgba(242, 242, 242, 0.5);\\n}\\n\\ntable.striped > tbody > tr > td {\\n  border-radius: 0;\\n}\\n\\ntable.highlight > tbody > tr {\\n  -webkit-transition: background-color .25s ease;\\n  transition: background-color .25s ease;\\n}\\n\\ntable.highlight > tbody > tr:hover {\\n  background-color: rgba(242, 242, 242, 0.5);\\n}\\n\\ntable.centered thead tr th, table.centered tbody tr td {\\n  text-align: center;\\n}\\n\\ntr {\\n  border-bottom: 1px solid rgba(0, 0, 0, 0.12);\\n}\\n\\ntd, th {\\n  padding: 15px 5px;\\n  display: table-cell;\\n  text-align: left;\\n  vertical-align: middle;\\n  border-radius: 2px;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  table.responsive-table {\\n    width: 100%;\\n    border-collapse: collapse;\\n    border-spacing: 0;\\n    display: block;\\n    position: relative;\\n    /* sort out borders */\\n  }\\n  table.responsive-table td:empty:before {\\n    content: '\\\\A0';\\n  }\\n  table.responsive-table th,\\n  table.responsive-table td {\\n    margin: 0;\\n    vertical-align: top;\\n  }\\n  table.responsive-table th {\\n    text-align: left;\\n  }\\n  table.responsive-table thead {\\n    display: block;\\n    float: left;\\n  }\\n  table.responsive-table thead tr {\\n    display: block;\\n    padding: 0 10px 0 0;\\n  }\\n  table.responsive-table thead tr th::before {\\n    content: \\\"\\\\A0\\\";\\n  }\\n  table.responsive-table tbody {\\n    display: block;\\n    width: auto;\\n    position: relative;\\n    overflow-x: auto;\\n    white-space: nowrap;\\n  }\\n  table.responsive-table tbody tr {\\n    display: inline-block;\\n    vertical-align: top;\\n  }\\n  table.responsive-table th {\\n    display: block;\\n    text-align: right;\\n  }\\n  table.responsive-table td {\\n    display: block;\\n    min-height: 1.25em;\\n    text-align: left;\\n  }\\n  table.responsive-table tr {\\n    border-bottom: none;\\n    padding: 0 10px;\\n  }\\n  table.responsive-table thead {\\n    border: 0;\\n    border-right: 1px solid rgba(0, 0, 0, 0.12);\\n  }\\n}\\n\\n.collection {\\n  margin: 0.5rem 0 1rem 0;\\n  border: 1px solid #e0e0e0;\\n  border-radius: 2px;\\n  overflow: hidden;\\n  position: relative;\\n}\\n\\n.collection .collection-item {\\n  background-color: #fff;\\n  line-height: 1.5rem;\\n  padding: 10px 20px;\\n  margin: 0;\\n  border-bottom: 1px solid #e0e0e0;\\n}\\n\\n.collection .collection-item.avatar {\\n  min-height: 84px;\\n  padding-left: 72px;\\n  position: relative;\\n}\\n\\n.collection .collection-item.avatar:not(.circle-clipper) > .circle,\\n.collection .collection-item.avatar :not(.circle-clipper) > .circle {\\n  position: absolute;\\n  width: 42px;\\n  height: 42px;\\n  overflow: hidden;\\n  left: 15px;\\n  display: inline-block;\\n  vertical-align: middle;\\n}\\n\\n.collection .collection-item.avatar i.circle {\\n  font-size: 18px;\\n  line-height: 42px;\\n  color: #fff;\\n  background-color: #999;\\n  text-align: center;\\n}\\n\\n.collection .collection-item.avatar .title {\\n  font-size: 16px;\\n}\\n\\n.collection .collection-item.avatar p {\\n  margin: 0;\\n}\\n\\n.collection .collection-item.avatar .secondary-content {\\n  position: absolute;\\n  top: 16px;\\n  right: 16px;\\n}\\n\\n.collection .collection-item:last-child {\\n  border-bottom: none;\\n}\\n\\n.collection .collection-item.active {\\n  background-color: #26a69a;\\n  color: #eafaf9;\\n}\\n\\n.collection .collection-item.active .secondary-content {\\n  color: #fff;\\n}\\n\\n.collection a.collection-item {\\n  display: block;\\n  -webkit-transition: .25s;\\n  transition: .25s;\\n  color: #26a69a;\\n}\\n\\n.collection a.collection-item:not(.active):hover {\\n  background-color: #ddd;\\n}\\n\\n.collection.with-header .collection-header {\\n  background-color: #fff;\\n  border-bottom: 1px solid #e0e0e0;\\n  padding: 10px 20px;\\n}\\n\\n.collection.with-header .collection-item {\\n  padding-left: 30px;\\n}\\n\\n.collection.with-header .collection-item.avatar {\\n  padding-left: 72px;\\n}\\n\\n.secondary-content {\\n  float: right;\\n  color: #26a69a;\\n}\\n\\n.collapsible .collection {\\n  margin: 0;\\n  border: none;\\n}\\n\\n.video-container {\\n  position: relative;\\n  padding-bottom: 56.25%;\\n  height: 0;\\n  overflow: hidden;\\n}\\n\\n.video-container iframe, .video-container object, .video-container embed {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  width: 100%;\\n  height: 100%;\\n}\\n\\n.progress {\\n  position: relative;\\n  height: 4px;\\n  display: block;\\n  width: 100%;\\n  background-color: #acece6;\\n  border-radius: 2px;\\n  margin: 0.5rem 0 1rem 0;\\n  overflow: hidden;\\n}\\n\\n.progress .determinate {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  bottom: 0;\\n  background-color: #26a69a;\\n  -webkit-transition: width .3s linear;\\n  transition: width .3s linear;\\n}\\n\\n.progress .indeterminate {\\n  background-color: #26a69a;\\n}\\n\\n.progress .indeterminate:before {\\n  content: '';\\n  position: absolute;\\n  background-color: inherit;\\n  top: 0;\\n  left: 0;\\n  bottom: 0;\\n  will-change: left, right;\\n  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\\n          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\\n}\\n\\n.progress .indeterminate:after {\\n  content: '';\\n  position: absolute;\\n  background-color: inherit;\\n  top: 0;\\n  left: 0;\\n  bottom: 0;\\n  will-change: left, right;\\n  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\\n          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\\n  -webkit-animation-delay: 1.15s;\\n          animation-delay: 1.15s;\\n}\\n\\n@-webkit-keyframes indeterminate {\\n  0% {\\n    left: -35%;\\n    right: 100%;\\n  }\\n  60% {\\n    left: 100%;\\n    right: -90%;\\n  }\\n  100% {\\n    left: 100%;\\n    right: -90%;\\n  }\\n}\\n\\n@keyframes indeterminate {\\n  0% {\\n    left: -35%;\\n    right: 100%;\\n  }\\n  60% {\\n    left: 100%;\\n    right: -90%;\\n  }\\n  100% {\\n    left: 100%;\\n    right: -90%;\\n  }\\n}\\n\\n@-webkit-keyframes indeterminate-short {\\n  0% {\\n    left: -200%;\\n    right: 100%;\\n  }\\n  60% {\\n    left: 107%;\\n    right: -8%;\\n  }\\n  100% {\\n    left: 107%;\\n    right: -8%;\\n  }\\n}\\n\\n@keyframes indeterminate-short {\\n  0% {\\n    left: -200%;\\n    right: 100%;\\n  }\\n  60% {\\n    left: 107%;\\n    right: -8%;\\n  }\\n  100% {\\n    left: 107%;\\n    right: -8%;\\n  }\\n}\\n\\n/*******************\\n  Utility Classes\\n*******************/\\n.hide {\\n  display: none !important;\\n}\\n\\n.left-align {\\n  text-align: left;\\n}\\n\\n.right-align {\\n  text-align: right;\\n}\\n\\n.center, .center-align {\\n  text-align: center;\\n}\\n\\n.left {\\n  float: left !important;\\n}\\n\\n.right {\\n  float: right !important;\\n}\\n\\n.no-select, input[type=range],\\ninput[type=range] + .thumb {\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n.circle {\\n  border-radius: 50%;\\n}\\n\\n.center-block {\\n  display: block;\\n  margin-left: auto;\\n  margin-right: auto;\\n}\\n\\n.truncate {\\n  display: block;\\n  white-space: nowrap;\\n  overflow: hidden;\\n  text-overflow: ellipsis;\\n}\\n\\n.no-padding {\\n  padding: 0 !important;\\n}\\n\\nspan.badge {\\n  min-width: 3rem;\\n  padding: 0 6px;\\n  margin-left: 14px;\\n  text-align: center;\\n  font-size: 1rem;\\n  line-height: 22px;\\n  height: 22px;\\n  color: #757575;\\n  float: right;\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n}\\n\\nspan.badge.new {\\n  font-weight: 300;\\n  font-size: 0.8rem;\\n  color: #fff;\\n  background-color: #26a69a;\\n  border-radius: 2px;\\n}\\n\\nspan.badge.new:after {\\n  content: \\\" new\\\";\\n}\\n\\nspan.badge[data-badge-caption]::after {\\n  content: \\\" \\\" attr(data-badge-caption);\\n}\\n\\nnav ul a span.badge {\\n  display: inline-block;\\n  float: none;\\n  margin-left: 4px;\\n  line-height: 22px;\\n  height: 22px;\\n  -webkit-font-smoothing: auto;\\n}\\n\\n.collection-item span.badge {\\n  margin-top: calc(0.75rem - 11px);\\n}\\n\\n.collapsible span.badge {\\n  margin-left: auto;\\n}\\n\\n.sidenav span.badge {\\n  margin-top: calc(24px - 11px);\\n}\\n\\ntable span.badge {\\n  display: inline-block;\\n  float: none;\\n  margin-left: auto;\\n}\\n\\n/* This is needed for some mobile phones to display the Google Icon font properly */\\n.material-icons {\\n  text-rendering: optimizeLegibility;\\n  -webkit-font-feature-settings: 'liga';\\n     -moz-font-feature-settings: 'liga';\\n          font-feature-settings: 'liga';\\n}\\n\\n.container {\\n  margin: 0 auto;\\n  max-width: 1280px;\\n  width: 90%;\\n}\\n\\n@media only screen and (min-width: 601px) {\\n  .container {\\n    width: 85%;\\n  }\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  .container {\\n    width: 70%;\\n  }\\n}\\n\\n.col .row {\\n  margin-left: -0.75rem;\\n  margin-right: -0.75rem;\\n}\\n\\n.section {\\n  padding-top: 1rem;\\n  padding-bottom: 1rem;\\n}\\n\\n.section.no-pad {\\n  padding: 0;\\n}\\n\\n.section.no-pad-bot {\\n  padding-bottom: 0;\\n}\\n\\n.section.no-pad-top {\\n  padding-top: 0;\\n}\\n\\n.row {\\n  margin-left: auto;\\n  margin-right: auto;\\n  margin-bottom: 20px;\\n}\\n\\n.row:after {\\n  content: \\\"\\\";\\n  display: table;\\n  clear: both;\\n}\\n\\n.row .col {\\n  float: left;\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n  padding: 0 0.75rem;\\n  min-height: 1px;\\n}\\n\\n.row .col[class*=\\\"push-\\\"], .row .col[class*=\\\"pull-\\\"] {\\n  position: relative;\\n}\\n\\n.row .col.s1 {\\n  width: 8.3333333333%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s2 {\\n  width: 16.6666666667%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s3 {\\n  width: 25%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s4 {\\n  width: 33.3333333333%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s5 {\\n  width: 41.6666666667%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s6 {\\n  width: 50%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s7 {\\n  width: 58.3333333333%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s8 {\\n  width: 66.6666666667%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s9 {\\n  width: 75%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s10 {\\n  width: 83.3333333333%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s11 {\\n  width: 91.6666666667%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.s12 {\\n  width: 100%;\\n  margin-left: auto;\\n  left: auto;\\n  right: auto;\\n}\\n\\n.row .col.offset-s1 {\\n  margin-left: 8.3333333333%;\\n}\\n\\n.row .col.pull-s1 {\\n  right: 8.3333333333%;\\n}\\n\\n.row .col.push-s1 {\\n  left: 8.3333333333%;\\n}\\n\\n.row .col.offset-s2 {\\n  margin-left: 16.6666666667%;\\n}\\n\\n.row .col.pull-s2 {\\n  right: 16.6666666667%;\\n}\\n\\n.row .col.push-s2 {\\n  left: 16.6666666667%;\\n}\\n\\n.row .col.offset-s3 {\\n  margin-left: 25%;\\n}\\n\\n.row .col.pull-s3 {\\n  right: 25%;\\n}\\n\\n.row .col.push-s3 {\\n  left: 25%;\\n}\\n\\n.row .col.offset-s4 {\\n  margin-left: 33.3333333333%;\\n}\\n\\n.row .col.pull-s4 {\\n  right: 33.3333333333%;\\n}\\n\\n.row .col.push-s4 {\\n  left: 33.3333333333%;\\n}\\n\\n.row .col.offset-s5 {\\n  margin-left: 41.6666666667%;\\n}\\n\\n.row .col.pull-s5 {\\n  right: 41.6666666667%;\\n}\\n\\n.row .col.push-s5 {\\n  left: 41.6666666667%;\\n}\\n\\n.row .col.offset-s6 {\\n  margin-left: 50%;\\n}\\n\\n.row .col.pull-s6 {\\n  right: 50%;\\n}\\n\\n.row .col.push-s6 {\\n  left: 50%;\\n}\\n\\n.row .col.offset-s7 {\\n  margin-left: 58.3333333333%;\\n}\\n\\n.row .col.pull-s7 {\\n  right: 58.3333333333%;\\n}\\n\\n.row .col.push-s7 {\\n  left: 58.3333333333%;\\n}\\n\\n.row .col.offset-s8 {\\n  margin-left: 66.6666666667%;\\n}\\n\\n.row .col.pull-s8 {\\n  right: 66.6666666667%;\\n}\\n\\n.row .col.push-s8 {\\n  left: 66.6666666667%;\\n}\\n\\n.row .col.offset-s9 {\\n  margin-left: 75%;\\n}\\n\\n.row .col.pull-s9 {\\n  right: 75%;\\n}\\n\\n.row .col.push-s9 {\\n  left: 75%;\\n}\\n\\n.row .col.offset-s10 {\\n  margin-left: 83.3333333333%;\\n}\\n\\n.row .col.pull-s10 {\\n  right: 83.3333333333%;\\n}\\n\\n.row .col.push-s10 {\\n  left: 83.3333333333%;\\n}\\n\\n.row .col.offset-s11 {\\n  margin-left: 91.6666666667%;\\n}\\n\\n.row .col.pull-s11 {\\n  right: 91.6666666667%;\\n}\\n\\n.row .col.push-s11 {\\n  left: 91.6666666667%;\\n}\\n\\n.row .col.offset-s12 {\\n  margin-left: 100%;\\n}\\n\\n.row .col.pull-s12 {\\n  right: 100%;\\n}\\n\\n.row .col.push-s12 {\\n  left: 100%;\\n}\\n\\n@media only screen and (min-width: 601px) {\\n  .row .col.m1 {\\n    width: 8.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m2 {\\n    width: 16.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m3 {\\n    width: 25%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m4 {\\n    width: 33.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m5 {\\n    width: 41.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m6 {\\n    width: 50%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m7 {\\n    width: 58.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m8 {\\n    width: 66.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m9 {\\n    width: 75%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m10 {\\n    width: 83.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m11 {\\n    width: 91.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.m12 {\\n    width: 100%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.offset-m1 {\\n    margin-left: 8.3333333333%;\\n  }\\n  .row .col.pull-m1 {\\n    right: 8.3333333333%;\\n  }\\n  .row .col.push-m1 {\\n    left: 8.3333333333%;\\n  }\\n  .row .col.offset-m2 {\\n    margin-left: 16.6666666667%;\\n  }\\n  .row .col.pull-m2 {\\n    right: 16.6666666667%;\\n  }\\n  .row .col.push-m2 {\\n    left: 16.6666666667%;\\n  }\\n  .row .col.offset-m3 {\\n    margin-left: 25%;\\n  }\\n  .row .col.pull-m3 {\\n    right: 25%;\\n  }\\n  .row .col.push-m3 {\\n    left: 25%;\\n  }\\n  .row .col.offset-m4 {\\n    margin-left: 33.3333333333%;\\n  }\\n  .row .col.pull-m4 {\\n    right: 33.3333333333%;\\n  }\\n  .row .col.push-m4 {\\n    left: 33.3333333333%;\\n  }\\n  .row .col.offset-m5 {\\n    margin-left: 41.6666666667%;\\n  }\\n  .row .col.pull-m5 {\\n    right: 41.6666666667%;\\n  }\\n  .row .col.push-m5 {\\n    left: 41.6666666667%;\\n  }\\n  .row .col.offset-m6 {\\n    margin-left: 50%;\\n  }\\n  .row .col.pull-m6 {\\n    right: 50%;\\n  }\\n  .row .col.push-m6 {\\n    left: 50%;\\n  }\\n  .row .col.offset-m7 {\\n    margin-left: 58.3333333333%;\\n  }\\n  .row .col.pull-m7 {\\n    right: 58.3333333333%;\\n  }\\n  .row .col.push-m7 {\\n    left: 58.3333333333%;\\n  }\\n  .row .col.offset-m8 {\\n    margin-left: 66.6666666667%;\\n  }\\n  .row .col.pull-m8 {\\n    right: 66.6666666667%;\\n  }\\n  .row .col.push-m8 {\\n    left: 66.6666666667%;\\n  }\\n  .row .col.offset-m9 {\\n    margin-left: 75%;\\n  }\\n  .row .col.pull-m9 {\\n    right: 75%;\\n  }\\n  .row .col.push-m9 {\\n    left: 75%;\\n  }\\n  .row .col.offset-m10 {\\n    margin-left: 83.3333333333%;\\n  }\\n  .row .col.pull-m10 {\\n    right: 83.3333333333%;\\n  }\\n  .row .col.push-m10 {\\n    left: 83.3333333333%;\\n  }\\n  .row .col.offset-m11 {\\n    margin-left: 91.6666666667%;\\n  }\\n  .row .col.pull-m11 {\\n    right: 91.6666666667%;\\n  }\\n  .row .col.push-m11 {\\n    left: 91.6666666667%;\\n  }\\n  .row .col.offset-m12 {\\n    margin-left: 100%;\\n  }\\n  .row .col.pull-m12 {\\n    right: 100%;\\n  }\\n  .row .col.push-m12 {\\n    left: 100%;\\n  }\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  .row .col.l1 {\\n    width: 8.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l2 {\\n    width: 16.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l3 {\\n    width: 25%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l4 {\\n    width: 33.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l5 {\\n    width: 41.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l6 {\\n    width: 50%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l7 {\\n    width: 58.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l8 {\\n    width: 66.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l9 {\\n    width: 75%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l10 {\\n    width: 83.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l11 {\\n    width: 91.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.l12 {\\n    width: 100%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.offset-l1 {\\n    margin-left: 8.3333333333%;\\n  }\\n  .row .col.pull-l1 {\\n    right: 8.3333333333%;\\n  }\\n  .row .col.push-l1 {\\n    left: 8.3333333333%;\\n  }\\n  .row .col.offset-l2 {\\n    margin-left: 16.6666666667%;\\n  }\\n  .row .col.pull-l2 {\\n    right: 16.6666666667%;\\n  }\\n  .row .col.push-l2 {\\n    left: 16.6666666667%;\\n  }\\n  .row .col.offset-l3 {\\n    margin-left: 25%;\\n  }\\n  .row .col.pull-l3 {\\n    right: 25%;\\n  }\\n  .row .col.push-l3 {\\n    left: 25%;\\n  }\\n  .row .col.offset-l4 {\\n    margin-left: 33.3333333333%;\\n  }\\n  .row .col.pull-l4 {\\n    right: 33.3333333333%;\\n  }\\n  .row .col.push-l4 {\\n    left: 33.3333333333%;\\n  }\\n  .row .col.offset-l5 {\\n    margin-left: 41.6666666667%;\\n  }\\n  .row .col.pull-l5 {\\n    right: 41.6666666667%;\\n  }\\n  .row .col.push-l5 {\\n    left: 41.6666666667%;\\n  }\\n  .row .col.offset-l6 {\\n    margin-left: 50%;\\n  }\\n  .row .col.pull-l6 {\\n    right: 50%;\\n  }\\n  .row .col.push-l6 {\\n    left: 50%;\\n  }\\n  .row .col.offset-l7 {\\n    margin-left: 58.3333333333%;\\n  }\\n  .row .col.pull-l7 {\\n    right: 58.3333333333%;\\n  }\\n  .row .col.push-l7 {\\n    left: 58.3333333333%;\\n  }\\n  .row .col.offset-l8 {\\n    margin-left: 66.6666666667%;\\n  }\\n  .row .col.pull-l8 {\\n    right: 66.6666666667%;\\n  }\\n  .row .col.push-l8 {\\n    left: 66.6666666667%;\\n  }\\n  .row .col.offset-l9 {\\n    margin-left: 75%;\\n  }\\n  .row .col.pull-l9 {\\n    right: 75%;\\n  }\\n  .row .col.push-l9 {\\n    left: 75%;\\n  }\\n  .row .col.offset-l10 {\\n    margin-left: 83.3333333333%;\\n  }\\n  .row .col.pull-l10 {\\n    right: 83.3333333333%;\\n  }\\n  .row .col.push-l10 {\\n    left: 83.3333333333%;\\n  }\\n  .row .col.offset-l11 {\\n    margin-left: 91.6666666667%;\\n  }\\n  .row .col.pull-l11 {\\n    right: 91.6666666667%;\\n  }\\n  .row .col.push-l11 {\\n    left: 91.6666666667%;\\n  }\\n  .row .col.offset-l12 {\\n    margin-left: 100%;\\n  }\\n  .row .col.pull-l12 {\\n    right: 100%;\\n  }\\n  .row .col.push-l12 {\\n    left: 100%;\\n  }\\n}\\n\\n@media only screen and (min-width: 1201px) {\\n  .row .col.xl1 {\\n    width: 8.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl2 {\\n    width: 16.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl3 {\\n    width: 25%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl4 {\\n    width: 33.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl5 {\\n    width: 41.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl6 {\\n    width: 50%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl7 {\\n    width: 58.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl8 {\\n    width: 66.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl9 {\\n    width: 75%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl10 {\\n    width: 83.3333333333%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl11 {\\n    width: 91.6666666667%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.xl12 {\\n    width: 100%;\\n    margin-left: auto;\\n    left: auto;\\n    right: auto;\\n  }\\n  .row .col.offset-xl1 {\\n    margin-left: 8.3333333333%;\\n  }\\n  .row .col.pull-xl1 {\\n    right: 8.3333333333%;\\n  }\\n  .row .col.push-xl1 {\\n    left: 8.3333333333%;\\n  }\\n  .row .col.offset-xl2 {\\n    margin-left: 16.6666666667%;\\n  }\\n  .row .col.pull-xl2 {\\n    right: 16.6666666667%;\\n  }\\n  .row .col.push-xl2 {\\n    left: 16.6666666667%;\\n  }\\n  .row .col.offset-xl3 {\\n    margin-left: 25%;\\n  }\\n  .row .col.pull-xl3 {\\n    right: 25%;\\n  }\\n  .row .col.push-xl3 {\\n    left: 25%;\\n  }\\n  .row .col.offset-xl4 {\\n    margin-left: 33.3333333333%;\\n  }\\n  .row .col.pull-xl4 {\\n    right: 33.3333333333%;\\n  }\\n  .row .col.push-xl4 {\\n    left: 33.3333333333%;\\n  }\\n  .row .col.offset-xl5 {\\n    margin-left: 41.6666666667%;\\n  }\\n  .row .col.pull-xl5 {\\n    right: 41.6666666667%;\\n  }\\n  .row .col.push-xl5 {\\n    left: 41.6666666667%;\\n  }\\n  .row .col.offset-xl6 {\\n    margin-left: 50%;\\n  }\\n  .row .col.pull-xl6 {\\n    right: 50%;\\n  }\\n  .row .col.push-xl6 {\\n    left: 50%;\\n  }\\n  .row .col.offset-xl7 {\\n    margin-left: 58.3333333333%;\\n  }\\n  .row .col.pull-xl7 {\\n    right: 58.3333333333%;\\n  }\\n  .row .col.push-xl7 {\\n    left: 58.3333333333%;\\n  }\\n  .row .col.offset-xl8 {\\n    margin-left: 66.6666666667%;\\n  }\\n  .row .col.pull-xl8 {\\n    right: 66.6666666667%;\\n  }\\n  .row .col.push-xl8 {\\n    left: 66.6666666667%;\\n  }\\n  .row .col.offset-xl9 {\\n    margin-left: 75%;\\n  }\\n  .row .col.pull-xl9 {\\n    right: 75%;\\n  }\\n  .row .col.push-xl9 {\\n    left: 75%;\\n  }\\n  .row .col.offset-xl10 {\\n    margin-left: 83.3333333333%;\\n  }\\n  .row .col.pull-xl10 {\\n    right: 83.3333333333%;\\n  }\\n  .row .col.push-xl10 {\\n    left: 83.3333333333%;\\n  }\\n  .row .col.offset-xl11 {\\n    margin-left: 91.6666666667%;\\n  }\\n  .row .col.pull-xl11 {\\n    right: 91.6666666667%;\\n  }\\n  .row .col.push-xl11 {\\n    left: 91.6666666667%;\\n  }\\n  .row .col.offset-xl12 {\\n    margin-left: 100%;\\n  }\\n  .row .col.pull-xl12 {\\n    right: 100%;\\n  }\\n  .row .col.push-xl12 {\\n    left: 100%;\\n  }\\n}\\n\\nnav {\\n  color: #fff;\\n  background-color: #ee6e73;\\n  width: 100%;\\n  height: 56px;\\n  line-height: 56px;\\n}\\n\\nnav.nav-extended {\\n  height: auto;\\n}\\n\\nnav.nav-extended .nav-wrapper {\\n  min-height: 56px;\\n  height: auto;\\n}\\n\\nnav.nav-extended .nav-content {\\n  position: relative;\\n  line-height: normal;\\n}\\n\\nnav a {\\n  color: #fff;\\n}\\n\\nnav i,\\nnav [class^=\\\"mdi-\\\"], nav [class*=\\\"mdi-\\\"],\\nnav i.material-icons {\\n  display: block;\\n  font-size: 24px;\\n  height: 56px;\\n  line-height: 56px;\\n}\\n\\nnav .nav-wrapper {\\n  position: relative;\\n  height: 100%;\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  nav a.sidenav-trigger {\\n    display: none;\\n  }\\n}\\n\\nnav .sidenav-trigger {\\n  float: left;\\n  position: relative;\\n  z-index: 1;\\n  height: 56px;\\n  margin: 0 18px;\\n}\\n\\nnav .sidenav-trigger i {\\n  height: 56px;\\n  line-height: 56px;\\n}\\n\\nnav .brand-logo {\\n  position: absolute;\\n  color: #fff;\\n  display: inline-block;\\n  font-size: 2.1rem;\\n  padding: 0;\\n}\\n\\nnav .brand-logo.center {\\n  left: 50%;\\n  -webkit-transform: translateX(-50%);\\n          transform: translateX(-50%);\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  nav .brand-logo {\\n    left: 50%;\\n    -webkit-transform: translateX(-50%);\\n            transform: translateX(-50%);\\n  }\\n  nav .brand-logo.left, nav .brand-logo.right {\\n    padding: 0;\\n    -webkit-transform: none;\\n            transform: none;\\n  }\\n  nav .brand-logo.left {\\n    left: 0.5rem;\\n  }\\n  nav .brand-logo.right {\\n    right: 0.5rem;\\n    left: auto;\\n  }\\n}\\n\\nnav .brand-logo.right {\\n  right: 0.5rem;\\n  padding: 0;\\n}\\n\\nnav .brand-logo i,\\nnav .brand-logo [class^=\\\"mdi-\\\"], nav .brand-logo [class*=\\\"mdi-\\\"],\\nnav .brand-logo i.material-icons {\\n  float: left;\\n  margin-right: 15px;\\n}\\n\\nnav .nav-title {\\n  display: inline-block;\\n  font-size: 32px;\\n  padding: 28px 0;\\n}\\n\\nnav ul {\\n  margin: 0;\\n}\\n\\nnav ul li {\\n  -webkit-transition: background-color .3s;\\n  transition: background-color .3s;\\n  float: left;\\n  padding: 0;\\n}\\n\\nnav ul li.active {\\n  background-color: rgba(0, 0, 0, 0.1);\\n}\\n\\nnav ul a {\\n  -webkit-transition: background-color .3s;\\n  transition: background-color .3s;\\n  font-size: 1rem;\\n  color: #fff;\\n  display: block;\\n  padding: 0 15px;\\n  cursor: pointer;\\n}\\n\\nnav ul a.btn, nav ul a.btn-large, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {\\n  margin-top: -2px;\\n  margin-left: 15px;\\n  margin-right: 15px;\\n}\\n\\nnav ul a.btn > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {\\n  height: inherit;\\n  line-height: inherit;\\n}\\n\\nnav ul a:hover {\\n  background-color: rgba(0, 0, 0, 0.1);\\n}\\n\\nnav ul.left {\\n  float: left;\\n}\\n\\nnav form {\\n  height: 100%;\\n}\\n\\nnav .input-field {\\n  margin: 0;\\n  height: 100%;\\n}\\n\\nnav .input-field input {\\n  height: 100%;\\n  font-size: 1.2rem;\\n  border: none;\\n  padding-left: 2rem;\\n}\\n\\nnav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {\\n  border: none;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n}\\n\\nnav .input-field label {\\n  top: 0;\\n  left: 0;\\n}\\n\\nnav .input-field label i {\\n  color: rgba(255, 255, 255, 0.7);\\n  -webkit-transition: color .3s;\\n  transition: color .3s;\\n}\\n\\nnav .input-field label.active i {\\n  color: #fff;\\n}\\n\\n.navbar-fixed {\\n  position: relative;\\n  height: 56px;\\n  z-index: 997;\\n}\\n\\n.navbar-fixed nav {\\n  position: fixed;\\n}\\n\\n@media only screen and (min-width: 601px) {\\n  nav.nav-extended .nav-wrapper {\\n    min-height: 64px;\\n  }\\n  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {\\n    height: 64px;\\n    line-height: 64px;\\n  }\\n  .navbar-fixed {\\n    height: 64px;\\n  }\\n}\\n\\na {\\n  text-decoration: none;\\n}\\n\\nhtml {\\n  line-height: 1.5;\\n  font-family: -apple-system, BlinkMacSystemFont, \\\"Segoe UI\\\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \\\"Helvetica Neue\\\", sans-serif;\\n  font-weight: normal;\\n  color: rgba(0, 0, 0, 0.87);\\n}\\n\\n@media only screen and (min-width: 0) {\\n  html {\\n    font-size: 14px;\\n  }\\n}\\n\\n@media only screen and (min-width: 992px) {\\n  html {\\n    font-size: 14.5px;\\n  }\\n}\\n\\n@media only screen and (min-width: 1200px) {\\n  html {\\n    font-size: 15px;\\n  }\\n}\\n\\nh1, h2, h3, h4, h5, h6 {\\n  font-weight: 400;\\n  line-height: 1.3;\\n}\\n\\nh1 a, h2 a, h3 a, h4 a, h5 a, h6 a {\\n  font-weight: inherit;\\n}\\n\\nh1 {\\n  font-size: 4.2rem;\\n  line-height: 110%;\\n  margin: 2.8rem 0 1.68rem 0;\\n}\\n\\nh2 {\\n  font-size: 3.56rem;\\n  line-height: 110%;\\n  margin: 2.3733333333rem 0 1.424rem 0;\\n}\\n\\nh3 {\\n  font-size: 2.92rem;\\n  line-height: 110%;\\n  margin: 1.9466666667rem 0 1.168rem 0;\\n}\\n\\nh4 {\\n  font-size: 2.28rem;\\n  line-height: 110%;\\n  margin: 1.52rem 0 0.912rem 0;\\n}\\n\\nh5 {\\n  font-size: 1.64rem;\\n  line-height: 110%;\\n  margin: 1.0933333333rem 0 0.656rem 0;\\n}\\n\\nh6 {\\n  font-size: 1.15rem;\\n  line-height: 110%;\\n  margin: 0.7666666667rem 0 0.46rem 0;\\n}\\n\\nem {\\n  font-style: italic;\\n}\\n\\nstrong {\\n  font-weight: 500;\\n}\\n\\nsmall {\\n  font-size: 75%;\\n}\\n\\n.light {\\n  font-weight: 300;\\n}\\n\\n.thin {\\n  font-weight: 200;\\n}\\n\\n@media only screen and (min-width: 360px) {\\n  .flow-text {\\n    font-size: 1.2rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 390px) {\\n  .flow-text {\\n    font-size: 1.224rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 420px) {\\n  .flow-text {\\n    font-size: 1.248rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 450px) {\\n  .flow-text {\\n    font-size: 1.272rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 480px) {\\n  .flow-text {\\n    font-size: 1.296rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 510px) {\\n  .flow-text {\\n    font-size: 1.32rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 540px) {\\n  .flow-text {\\n    font-size: 1.344rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 570px) {\\n  .flow-text {\\n    font-size: 1.368rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 600px) {\\n  .flow-text {\\n    font-size: 1.392rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 630px) {\\n  .flow-text {\\n    font-size: 1.416rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 660px) {\\n  .flow-text {\\n    font-size: 1.44rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 690px) {\\n  .flow-text {\\n    font-size: 1.464rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 720px) {\\n  .flow-text {\\n    font-size: 1.488rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 750px) {\\n  .flow-text {\\n    font-size: 1.512rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 780px) {\\n  .flow-text {\\n    font-size: 1.536rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 810px) {\\n  .flow-text {\\n    font-size: 1.56rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 840px) {\\n  .flow-text {\\n    font-size: 1.584rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 870px) {\\n  .flow-text {\\n    font-size: 1.608rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 900px) {\\n  .flow-text {\\n    font-size: 1.632rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 930px) {\\n  .flow-text {\\n    font-size: 1.656rem;\\n  }\\n}\\n\\n@media only screen and (min-width: 960px) {\\n  .flow-text {\\n    font-size: 1.68rem;\\n  }\\n}\\n\\n@media only screen and (max-width: 360px) {\\n  .flow-text {\\n    font-size: 1.2rem;\\n  }\\n}\\n\\n.scale-transition {\\n  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\\n  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\\n  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\\n  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;\\n}\\n\\n.scale-transition.scale-out {\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n  -webkit-transition: -webkit-transform .2s !important;\\n  transition: -webkit-transform .2s !important;\\n  transition: transform .2s !important;\\n  transition: transform .2s, -webkit-transform .2s !important;\\n}\\n\\n.scale-transition.scale-in {\\n  -webkit-transform: scale(1);\\n          transform: scale(1);\\n}\\n\\n.card-panel {\\n  -webkit-transition: -webkit-box-shadow .25s;\\n  transition: -webkit-box-shadow .25s;\\n  transition: box-shadow .25s;\\n  transition: box-shadow .25s, -webkit-box-shadow .25s;\\n  padding: 24px;\\n  margin: 0.5rem 0 1rem 0;\\n  border-radius: 2px;\\n  background-color: #fff;\\n}\\n\\n.card {\\n  position: relative;\\n  margin: 0.5rem 0 1rem 0;\\n  background-color: #fff;\\n  -webkit-transition: -webkit-box-shadow .25s;\\n  transition: -webkit-box-shadow .25s;\\n  transition: box-shadow .25s;\\n  transition: box-shadow .25s, -webkit-box-shadow .25s;\\n  border-radius: 2px;\\n}\\n\\n.card .card-title {\\n  font-size: 24px;\\n  font-weight: 300;\\n}\\n\\n.card .card-title.activator {\\n  cursor: pointer;\\n}\\n\\n.card.small, .card.medium, .card.large {\\n  position: relative;\\n}\\n\\n.card.small .card-image, .card.medium .card-image, .card.large .card-image {\\n  max-height: 60%;\\n  overflow: hidden;\\n}\\n\\n.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {\\n  max-height: 40%;\\n}\\n\\n.card.small .card-content, .card.medium .card-content, .card.large .card-content {\\n  max-height: 100%;\\n  overflow: hidden;\\n}\\n\\n.card.small .card-action, .card.medium .card-action, .card.large .card-action {\\n  position: absolute;\\n  bottom: 0;\\n  left: 0;\\n  right: 0;\\n}\\n\\n.card.small {\\n  height: 300px;\\n}\\n\\n.card.medium {\\n  height: 400px;\\n}\\n\\n.card.large {\\n  height: 500px;\\n}\\n\\n.card.horizontal {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n}\\n\\n.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {\\n  height: 100%;\\n  max-height: none;\\n  overflow: visible;\\n}\\n\\n.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {\\n  height: 100%;\\n}\\n\\n.card.horizontal .card-image {\\n  max-width: 50%;\\n}\\n\\n.card.horizontal .card-image img {\\n  border-radius: 2px 0 0 2px;\\n  max-width: 100%;\\n  width: auto;\\n}\\n\\n.card.horizontal .card-stacked {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-orient: vertical;\\n  -webkit-box-direction: normal;\\n  -webkit-flex-direction: column;\\n      -ms-flex-direction: column;\\n          flex-direction: column;\\n  -webkit-box-flex: 1;\\n  -webkit-flex: 1;\\n      -ms-flex: 1;\\n          flex: 1;\\n  position: relative;\\n}\\n\\n.card.horizontal .card-stacked .card-content {\\n  -webkit-box-flex: 1;\\n  -webkit-flex-grow: 1;\\n      -ms-flex-positive: 1;\\n          flex-grow: 1;\\n}\\n\\n.card.sticky-action .card-action {\\n  z-index: 2;\\n}\\n\\n.card.sticky-action .card-reveal {\\n  z-index: 1;\\n  padding-bottom: 64px;\\n}\\n\\n.card .card-image {\\n  position: relative;\\n}\\n\\n.card .card-image img {\\n  display: block;\\n  border-radius: 2px 2px 0 0;\\n  position: relative;\\n  left: 0;\\n  right: 0;\\n  top: 0;\\n  bottom: 0;\\n  width: 100%;\\n}\\n\\n.card .card-image .card-title {\\n  color: #fff;\\n  position: absolute;\\n  bottom: 0;\\n  left: 0;\\n  max-width: 100%;\\n  padding: 24px;\\n}\\n\\n.card .card-content {\\n  padding: 24px;\\n  border-radius: 0 0 2px 2px;\\n}\\n\\n.card .card-content p {\\n  margin: 0;\\n}\\n\\n.card .card-content .card-title {\\n  display: block;\\n  line-height: 32px;\\n  margin-bottom: 8px;\\n}\\n\\n.card .card-content .card-title i {\\n  line-height: 32px;\\n}\\n\\n.card .card-action {\\n  background-color: inherit;\\n  border-top: 1px solid rgba(160, 160, 160, 0.2);\\n  position: relative;\\n  padding: 16px 24px;\\n}\\n\\n.card .card-action:last-child {\\n  border-radius: 0 0 2px 2px;\\n}\\n\\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {\\n  color: #ffab40;\\n  margin-right: 24px;\\n  -webkit-transition: color .3s ease;\\n  transition: color .3s ease;\\n  text-transform: uppercase;\\n}\\n\\n.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {\\n  color: #ffd8a6;\\n}\\n\\n.card .card-reveal {\\n  padding: 24px;\\n  position: absolute;\\n  background-color: #fff;\\n  width: 100%;\\n  overflow-y: auto;\\n  left: 0;\\n  top: 100%;\\n  height: 100%;\\n  z-index: 3;\\n  display: none;\\n}\\n\\n.card .card-reveal .card-title {\\n  cursor: pointer;\\n  display: block;\\n}\\n\\n#toast-container {\\n  display: block;\\n  position: fixed;\\n  z-index: 10000;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  #toast-container {\\n    min-width: 100%;\\n    bottom: 0%;\\n  }\\n}\\n\\n@media only screen and (min-width: 601px) and (max-width: 992px) {\\n  #toast-container {\\n    left: 5%;\\n    bottom: 7%;\\n    max-width: 90%;\\n  }\\n}\\n\\n@media only screen and (min-width: 993px) {\\n  #toast-container {\\n    top: 10%;\\n    right: 7%;\\n    max-width: 86%;\\n  }\\n}\\n\\n.toast {\\n  border-radius: 2px;\\n  top: 35px;\\n  width: auto;\\n  margin-top: 10px;\\n  position: relative;\\n  max-width: 100%;\\n  height: auto;\\n  min-height: 48px;\\n  line-height: 1.5em;\\n  background-color: #323232;\\n  padding: 10px 25px;\\n  font-size: 1.1rem;\\n  font-weight: 300;\\n  color: #fff;\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-align: center;\\n  -webkit-align-items: center;\\n      -ms-flex-align: center;\\n          align-items: center;\\n  -webkit-box-pack: justify;\\n  -webkit-justify-content: space-between;\\n      -ms-flex-pack: justify;\\n          justify-content: space-between;\\n  cursor: default;\\n}\\n\\n.toast .toast-action {\\n  color: #eeff41;\\n  font-weight: 500;\\n  margin-right: -25px;\\n  margin-left: 3rem;\\n}\\n\\n.toast.rounded {\\n  border-radius: 24px;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  .toast {\\n    width: 100%;\\n    border-radius: 0;\\n  }\\n}\\n\\n.tabs {\\n  position: relative;\\n  overflow-x: auto;\\n  overflow-y: hidden;\\n  height: 48px;\\n  width: 100%;\\n  background-color: #fff;\\n  margin: 0 auto;\\n  white-space: nowrap;\\n}\\n\\n.tabs.tabs-transparent {\\n  background-color: transparent;\\n}\\n\\n.tabs.tabs-transparent .tab a,\\n.tabs.tabs-transparent .tab.disabled a,\\n.tabs.tabs-transparent .tab.disabled a:hover {\\n  color: rgba(255, 255, 255, 0.7);\\n}\\n\\n.tabs.tabs-transparent .tab a:hover,\\n.tabs.tabs-transparent .tab a.active {\\n  color: #fff;\\n}\\n\\n.tabs.tabs-transparent .indicator {\\n  background-color: #fff;\\n}\\n\\n.tabs.tabs-fixed-width {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n}\\n\\n.tabs.tabs-fixed-width .tab {\\n  -webkit-box-flex: 1;\\n  -webkit-flex-grow: 1;\\n      -ms-flex-positive: 1;\\n          flex-grow: 1;\\n}\\n\\n.tabs .tab {\\n  display: inline-block;\\n  text-align: center;\\n  line-height: 48px;\\n  height: 48px;\\n  padding: 0;\\n  margin: 0;\\n  text-transform: uppercase;\\n}\\n\\n.tabs .tab a {\\n  color: rgba(238, 110, 115, 0.7);\\n  display: block;\\n  width: 100%;\\n  height: 100%;\\n  padding: 0 24px;\\n  font-size: 14px;\\n  text-overflow: ellipsis;\\n  overflow: hidden;\\n  -webkit-transition: color .28s ease, background-color .28s ease;\\n  transition: color .28s ease, background-color .28s ease;\\n}\\n\\n.tabs .tab a:focus, .tabs .tab a:focus.active {\\n  background-color: rgba(246, 178, 181, 0.2);\\n  outline: none;\\n}\\n\\n.tabs .tab a:hover, .tabs .tab a.active {\\n  background-color: transparent;\\n  color: #ee6e73;\\n}\\n\\n.tabs .tab.disabled a,\\n.tabs .tab.disabled a:hover {\\n  color: rgba(238, 110, 115, 0.4);\\n  cursor: default;\\n}\\n\\n.tabs .indicator {\\n  position: absolute;\\n  bottom: 0;\\n  height: 2px;\\n  background-color: #f6b2b5;\\n  will-change: left, right;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .tabs {\\n    display: -webkit-box;\\n    display: -webkit-flex;\\n    display: -ms-flexbox;\\n    display: flex;\\n  }\\n  .tabs .tab {\\n    -webkit-box-flex: 1;\\n    -webkit-flex-grow: 1;\\n        -ms-flex-positive: 1;\\n            flex-grow: 1;\\n  }\\n  .tabs .tab a {\\n    padding: 0 12px;\\n  }\\n}\\n\\n.material-tooltip {\\n  padding: 10px 8px;\\n  font-size: 1rem;\\n  z-index: 2000;\\n  background-color: transparent;\\n  border-radius: 2px;\\n  color: #fff;\\n  min-height: 36px;\\n  line-height: 120%;\\n  opacity: 0;\\n  position: absolute;\\n  text-align: center;\\n  max-width: calc(100% - 4px);\\n  overflow: hidden;\\n  left: 0;\\n  top: 0;\\n  pointer-events: none;\\n  visibility: hidden;\\n  background-color: #323232;\\n}\\n\\n.backdrop {\\n  position: absolute;\\n  opacity: 0;\\n  height: 7px;\\n  width: 14px;\\n  border-radius: 0 0 50% 50%;\\n  background-color: #323232;\\n  z-index: -1;\\n  -webkit-transform-origin: 50% 0%;\\n          transform-origin: 50% 0%;\\n  visibility: hidden;\\n}\\n\\n.btn, .btn-large, .btn-small,\\n.btn-flat {\\n  border: none;\\n  border-radius: 2px;\\n  display: inline-block;\\n  height: 36px;\\n  line-height: 36px;\\n  padding: 0 16px;\\n  text-transform: uppercase;\\n  vertical-align: middle;\\n  -webkit-tap-highlight-color: transparent;\\n}\\n\\n.btn.disabled, .disabled.btn-large, .disabled.btn-small,\\n.btn-floating.disabled,\\n.btn-large.disabled,\\n.btn-small.disabled,\\n.btn-flat.disabled,\\n.btn:disabled,\\n.btn-large:disabled,\\n.btn-small:disabled,\\n.btn-floating:disabled,\\n.btn-large:disabled,\\n.btn-small:disabled,\\n.btn-flat:disabled,\\n.btn[disabled],\\n.btn-large[disabled],\\n.btn-small[disabled],\\n.btn-floating[disabled],\\n.btn-large[disabled],\\n.btn-small[disabled],\\n.btn-flat[disabled] {\\n  pointer-events: none;\\n  background-color: #DFDFDF !important;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  color: #9F9F9F !important;\\n  cursor: default;\\n}\\n\\n.btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,\\n.btn-floating.disabled:hover,\\n.btn-large.disabled:hover,\\n.btn-small.disabled:hover,\\n.btn-flat.disabled:hover,\\n.btn:disabled:hover,\\n.btn-large:disabled:hover,\\n.btn-small:disabled:hover,\\n.btn-floating:disabled:hover,\\n.btn-large:disabled:hover,\\n.btn-small:disabled:hover,\\n.btn-flat:disabled:hover,\\n.btn[disabled]:hover,\\n.btn-large[disabled]:hover,\\n.btn-small[disabled]:hover,\\n.btn-floating[disabled]:hover,\\n.btn-large[disabled]:hover,\\n.btn-small[disabled]:hover,\\n.btn-flat[disabled]:hover {\\n  background-color: #DFDFDF !important;\\n  color: #9F9F9F !important;\\n}\\n\\n.btn, .btn-large, .btn-small,\\n.btn-floating,\\n.btn-large,\\n.btn-small,\\n.btn-flat {\\n  font-size: 14px;\\n  outline: 0;\\n}\\n\\n.btn i, .btn-large i, .btn-small i,\\n.btn-floating i,\\n.btn-large i,\\n.btn-small i,\\n.btn-flat i {\\n  font-size: 1.3rem;\\n  line-height: inherit;\\n}\\n\\n.btn:focus, .btn-large:focus, .btn-small:focus,\\n.btn-floating:focus {\\n  background-color: #1d7d74;\\n}\\n\\n.btn, .btn-large, .btn-small {\\n  text-decoration: none;\\n  color: #fff;\\n  background-color: #26a69a;\\n  text-align: center;\\n  letter-spacing: .5px;\\n  -webkit-transition: background-color .2s ease-out;\\n  transition: background-color .2s ease-out;\\n  cursor: pointer;\\n}\\n\\n.btn:hover, .btn-large:hover, .btn-small:hover {\\n  background-color: #2bbbad;\\n}\\n\\n.btn-floating {\\n  display: inline-block;\\n  color: #fff;\\n  position: relative;\\n  overflow: hidden;\\n  z-index: 1;\\n  width: 40px;\\n  height: 40px;\\n  line-height: 40px;\\n  padding: 0;\\n  background-color: #26a69a;\\n  border-radius: 50%;\\n  -webkit-transition: background-color .3s;\\n  transition: background-color .3s;\\n  cursor: pointer;\\n  vertical-align: middle;\\n}\\n\\n.btn-floating:hover {\\n  background-color: #26a69a;\\n}\\n\\n.btn-floating:before {\\n  border-radius: 0;\\n}\\n\\n.btn-floating.btn-large {\\n  width: 56px;\\n  height: 56px;\\n  padding: 0;\\n}\\n\\n.btn-floating.btn-large.halfway-fab {\\n  bottom: -28px;\\n}\\n\\n.btn-floating.btn-large i {\\n  line-height: 56px;\\n}\\n\\n.btn-floating.btn-small {\\n  width: 32.4px;\\n  height: 32.4px;\\n}\\n\\n.btn-floating.btn-small.halfway-fab {\\n  bottom: -16.2px;\\n}\\n\\n.btn-floating.btn-small i {\\n  line-height: 32.4px;\\n}\\n\\n.btn-floating.halfway-fab {\\n  position: absolute;\\n  right: 24px;\\n  bottom: -20px;\\n}\\n\\n.btn-floating.halfway-fab.left {\\n  right: auto;\\n  left: 24px;\\n}\\n\\n.btn-floating i {\\n  width: inherit;\\n  display: inline-block;\\n  text-align: center;\\n  color: #fff;\\n  font-size: 1.6rem;\\n  line-height: 40px;\\n}\\n\\nbutton.btn-floating {\\n  border: none;\\n}\\n\\n.fixed-action-btn {\\n  position: fixed;\\n  right: 23px;\\n  bottom: 23px;\\n  padding-top: 15px;\\n  margin-bottom: 0;\\n  z-index: 997;\\n}\\n\\n.fixed-action-btn.active ul {\\n  visibility: visible;\\n}\\n\\n.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {\\n  padding: 0 0 0 15px;\\n}\\n\\n.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {\\n  text-align: right;\\n  right: 64px;\\n  top: 50%;\\n  -webkit-transform: translateY(-50%);\\n          transform: translateY(-50%);\\n  height: 100%;\\n  left: auto;\\n  /*width 100% only goes to width of button container */\\n  width: 500px;\\n}\\n\\n.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {\\n  display: inline-block;\\n  margin: 7.5px 15px 0 0;\\n}\\n\\n.fixed-action-btn.direction-right {\\n  padding: 0 15px 0 0;\\n}\\n\\n.fixed-action-btn.direction-right ul {\\n  text-align: left;\\n  direction: rtl;\\n  left: 64px;\\n  right: auto;\\n}\\n\\n.fixed-action-btn.direction-right ul li {\\n  margin: 7.5px 0 0 15px;\\n}\\n\\n.fixed-action-btn.direction-bottom {\\n  padding: 0 0 15px 0;\\n}\\n\\n.fixed-action-btn.direction-bottom ul {\\n  top: 64px;\\n  bottom: auto;\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-orient: vertical;\\n  -webkit-box-direction: reverse;\\n  -webkit-flex-direction: column-reverse;\\n      -ms-flex-direction: column-reverse;\\n          flex-direction: column-reverse;\\n}\\n\\n.fixed-action-btn.direction-bottom ul li {\\n  margin: 15px 0 0 0;\\n}\\n\\n.fixed-action-btn.toolbar {\\n  padding: 0;\\n  height: 56px;\\n}\\n\\n.fixed-action-btn.toolbar.active > a i {\\n  opacity: 0;\\n}\\n\\n.fixed-action-btn.toolbar ul {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  top: 0;\\n  bottom: 0;\\n  z-index: 1;\\n}\\n\\n.fixed-action-btn.toolbar ul li {\\n  -webkit-box-flex: 1;\\n  -webkit-flex: 1;\\n      -ms-flex: 1;\\n          flex: 1;\\n  display: inline-block;\\n  margin: 0;\\n  height: 100%;\\n  -webkit-transition: none;\\n  transition: none;\\n}\\n\\n.fixed-action-btn.toolbar ul li a {\\n  display: block;\\n  overflow: hidden;\\n  position: relative;\\n  width: 100%;\\n  height: 100%;\\n  background-color: transparent;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  color: #fff;\\n  line-height: 56px;\\n  z-index: 1;\\n}\\n\\n.fixed-action-btn.toolbar ul li a i {\\n  line-height: inherit;\\n}\\n\\n.fixed-action-btn ul {\\n  left: 0;\\n  right: 0;\\n  text-align: center;\\n  position: absolute;\\n  bottom: 64px;\\n  margin: 0;\\n  visibility: hidden;\\n}\\n\\n.fixed-action-btn ul li {\\n  margin-bottom: 15px;\\n}\\n\\n.fixed-action-btn ul a.btn-floating {\\n  opacity: 0;\\n}\\n\\n.fixed-action-btn .fab-backdrop {\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  z-index: -1;\\n  width: 40px;\\n  height: 40px;\\n  background-color: #26a69a;\\n  border-radius: 50%;\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n}\\n\\n.btn-flat {\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  background-color: transparent;\\n  color: #343434;\\n  cursor: pointer;\\n  -webkit-transition: background-color .2s;\\n  transition: background-color .2s;\\n}\\n\\n.btn-flat:focus, .btn-flat:hover {\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n}\\n\\n.btn-flat:focus {\\n  background-color: rgba(0, 0, 0, 0.1);\\n}\\n\\n.btn-flat.disabled, .btn-flat.btn-flat[disabled] {\\n  background-color: transparent !important;\\n  color: #b3b2b2 !important;\\n  cursor: default;\\n}\\n\\n.btn-large {\\n  height: 54px;\\n  line-height: 54px;\\n  font-size: 15px;\\n  padding: 0 28px;\\n}\\n\\n.btn-large i {\\n  font-size: 1.6rem;\\n}\\n\\n.btn-small {\\n  height: 32.4px;\\n  line-height: 32.4px;\\n  font-size: 13px;\\n}\\n\\n.btn-small i {\\n  font-size: 1.2rem;\\n}\\n\\n.btn-block {\\n  display: block;\\n}\\n\\n.dropdown-content {\\n  background-color: #fff;\\n  margin: 0;\\n  display: none;\\n  min-width: 100px;\\n  overflow-y: auto;\\n  opacity: 0;\\n  position: absolute;\\n  left: 0;\\n  top: 0;\\n  z-index: 9999;\\n  -webkit-transform-origin: 0 0;\\n          transform-origin: 0 0;\\n}\\n\\n.dropdown-content:focus {\\n  outline: 0;\\n}\\n\\n.dropdown-content li {\\n  clear: both;\\n  color: rgba(0, 0, 0, 0.87);\\n  cursor: pointer;\\n  min-height: 50px;\\n  line-height: 1.5rem;\\n  width: 100%;\\n  text-align: left;\\n}\\n\\n.dropdown-content li:hover, .dropdown-content li.active {\\n  background-color: #eee;\\n}\\n\\n.dropdown-content li:focus {\\n  outline: none;\\n}\\n\\n.dropdown-content li.divider {\\n  min-height: 0;\\n  height: 1px;\\n}\\n\\n.dropdown-content li > a, .dropdown-content li > span {\\n  font-size: 16px;\\n  color: #26a69a;\\n  display: block;\\n  line-height: 22px;\\n  padding: 14px 16px;\\n}\\n\\n.dropdown-content li > span > label {\\n  top: 1px;\\n  left: 0;\\n  height: 18px;\\n}\\n\\n.dropdown-content li > a > i {\\n  height: inherit;\\n  line-height: inherit;\\n  float: left;\\n  margin: 0 24px 0 0;\\n  width: 24px;\\n}\\n\\nbody.keyboard-focused .dropdown-content li:focus {\\n  background-color: #dadada;\\n}\\n\\n.input-field.col .dropdown-content [type=\\\"checkbox\\\"] + label {\\n  top: 1px;\\n  left: 0;\\n  height: 18px;\\n  -webkit-transform: none;\\n          transform: none;\\n}\\n\\n.dropdown-trigger {\\n  cursor: pointer;\\n}\\n\\n/*!\\r\\n * Waves v0.6.0\\r\\n * http://fian.my.id/Waves\\r\\n *\\r\\n * Copyright 2014 Alfiana E. Sibuea and other contributors\\r\\n * Released under the MIT license\\r\\n * https://github.com/fians/Waves/blob/master/LICENSE\\r\\n */\\n.waves-effect {\\n  position: relative;\\n  cursor: pointer;\\n  display: inline-block;\\n  overflow: hidden;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n  -webkit-tap-highlight-color: transparent;\\n  vertical-align: middle;\\n  z-index: 1;\\n  -webkit-transition: .3s ease-out;\\n  transition: .3s ease-out;\\n}\\n\\n.waves-effect .waves-ripple {\\n  position: absolute;\\n  border-radius: 50%;\\n  width: 20px;\\n  height: 20px;\\n  margin-top: -10px;\\n  margin-left: -10px;\\n  opacity: 0;\\n  background: rgba(0, 0, 0, 0.2);\\n  -webkit-transition: all 0.7s ease-out;\\n  transition: all 0.7s ease-out;\\n  -webkit-transition-property: opacity, -webkit-transform;\\n  transition-property: opacity, -webkit-transform;\\n  transition-property: transform, opacity;\\n  transition-property: transform, opacity, -webkit-transform;\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n  pointer-events: none;\\n}\\n\\n.waves-effect.waves-light .waves-ripple {\\n  background-color: rgba(255, 255, 255, 0.45);\\n}\\n\\n.waves-effect.waves-red .waves-ripple {\\n  background-color: rgba(244, 67, 54, 0.7);\\n}\\n\\n.waves-effect.waves-yellow .waves-ripple {\\n  background-color: rgba(255, 235, 59, 0.7);\\n}\\n\\n.waves-effect.waves-orange .waves-ripple {\\n  background-color: rgba(255, 152, 0, 0.7);\\n}\\n\\n.waves-effect.waves-purple .waves-ripple {\\n  background-color: rgba(156, 39, 176, 0.7);\\n}\\n\\n.waves-effect.waves-green .waves-ripple {\\n  background-color: rgba(76, 175, 80, 0.7);\\n}\\n\\n.waves-effect.waves-teal .waves-ripple {\\n  background-color: rgba(0, 150, 136, 0.7);\\n}\\n\\n.waves-effect input[type=\\\"button\\\"], .waves-effect input[type=\\\"reset\\\"], .waves-effect input[type=\\\"submit\\\"] {\\n  border: 0;\\n  font-style: normal;\\n  font-size: inherit;\\n  text-transform: inherit;\\n  background: none;\\n}\\n\\n.waves-effect img {\\n  position: relative;\\n  z-index: -1;\\n}\\n\\n.waves-notransition {\\n  -webkit-transition: none !important;\\n  transition: none !important;\\n}\\n\\n.waves-circle {\\n  -webkit-transform: translateZ(0);\\n          transform: translateZ(0);\\n  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);\\n}\\n\\n.waves-input-wrapper {\\n  border-radius: 0.2em;\\n  vertical-align: bottom;\\n}\\n\\n.waves-input-wrapper .waves-button-input {\\n  position: relative;\\n  top: 0;\\n  left: 0;\\n  z-index: 1;\\n}\\n\\n.waves-circle {\\n  text-align: center;\\n  width: 2.5em;\\n  height: 2.5em;\\n  line-height: 2.5em;\\n  border-radius: 50%;\\n  -webkit-mask-image: none;\\n}\\n\\n.waves-block {\\n  display: block;\\n}\\n\\n/* Firefox Bug: link not triggered */\\n.waves-effect .waves-ripple {\\n  z-index: -1;\\n}\\n\\n.modal {\\n  display: none;\\n  position: fixed;\\n  left: 0;\\n  right: 0;\\n  background-color: #fafafa;\\n  padding: 0;\\n  max-height: 70%;\\n  width: 55%;\\n  margin: auto;\\n  overflow-y: auto;\\n  border-radius: 2px;\\n  will-change: top, opacity;\\n}\\n\\n.modal:focus {\\n  outline: none;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .modal {\\n    width: 80%;\\n  }\\n}\\n\\n.modal h1, .modal h2, .modal h3, .modal h4 {\\n  margin-top: 0;\\n}\\n\\n.modal .modal-content {\\n  padding: 24px;\\n}\\n\\n.modal .modal-close {\\n  cursor: pointer;\\n}\\n\\n.modal .modal-footer {\\n  border-radius: 0 0 2px 2px;\\n  background-color: #fafafa;\\n  padding: 4px 6px;\\n  height: 56px;\\n  width: 100%;\\n  text-align: right;\\n}\\n\\n.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {\\n  margin: 6px 0;\\n}\\n\\n.modal-overlay {\\n  position: fixed;\\n  z-index: 999;\\n  top: -25%;\\n  left: 0;\\n  bottom: 0;\\n  right: 0;\\n  height: 125%;\\n  width: 100%;\\n  background: #000;\\n  display: none;\\n  will-change: opacity;\\n}\\n\\n.modal.modal-fixed-footer {\\n  padding: 0;\\n  height: 70%;\\n}\\n\\n.modal.modal-fixed-footer .modal-content {\\n  position: absolute;\\n  height: calc(100% - 56px);\\n  max-height: 100%;\\n  width: 100%;\\n  overflow-y: auto;\\n}\\n\\n.modal.modal-fixed-footer .modal-footer {\\n  border-top: 1px solid rgba(0, 0, 0, 0.1);\\n  position: absolute;\\n  bottom: 0;\\n}\\n\\n.modal.bottom-sheet {\\n  top: auto;\\n  bottom: -100%;\\n  margin: 0;\\n  width: 100%;\\n  max-height: 45%;\\n  border-radius: 0;\\n  will-change: bottom, opacity;\\n}\\n\\n.collapsible {\\n  border-top: 1px solid #ddd;\\n  border-right: 1px solid #ddd;\\n  border-left: 1px solid #ddd;\\n  margin: 0.5rem 0 1rem 0;\\n}\\n\\n.collapsible-header {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  cursor: pointer;\\n  -webkit-tap-highlight-color: transparent;\\n  line-height: 1.5;\\n  padding: 1rem;\\n  background-color: #fff;\\n  border-bottom: 1px solid #ddd;\\n}\\n\\n.collapsible-header:focus {\\n  outline: 0;\\n}\\n\\n.collapsible-header i {\\n  width: 2rem;\\n  font-size: 1.6rem;\\n  display: inline-block;\\n  text-align: center;\\n  margin-right: 1rem;\\n}\\n\\n.keyboard-focused .collapsible-header:focus {\\n  background-color: #eee;\\n}\\n\\n.collapsible-body {\\n  display: none;\\n  border-bottom: 1px solid #ddd;\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n  padding: 2rem;\\n}\\n\\n.sidenav .collapsible,\\n.sidenav.fixed .collapsible {\\n  border: none;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n}\\n\\n.sidenav .collapsible li,\\n.sidenav.fixed .collapsible li {\\n  padding: 0;\\n}\\n\\n.sidenav .collapsible-header,\\n.sidenav.fixed .collapsible-header {\\n  background-color: transparent;\\n  border: none;\\n  line-height: inherit;\\n  height: inherit;\\n  padding: 0 16px;\\n}\\n\\n.sidenav .collapsible-header:hover,\\n.sidenav.fixed .collapsible-header:hover {\\n  background-color: rgba(0, 0, 0, 0.05);\\n}\\n\\n.sidenav .collapsible-header i,\\n.sidenav.fixed .collapsible-header i {\\n  line-height: inherit;\\n}\\n\\n.sidenav .collapsible-body,\\n.sidenav.fixed .collapsible-body {\\n  border: 0;\\n  background-color: #fff;\\n}\\n\\n.sidenav .collapsible-body li a,\\n.sidenav.fixed .collapsible-body li a {\\n  padding: 0 23.5px 0 31px;\\n}\\n\\n.collapsible.popout {\\n  border: none;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n}\\n\\n.collapsible.popout > li {\\n  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\\n          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\\n  margin: 0 24px;\\n  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\\n  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\\n}\\n\\n.collapsible.popout > li.active {\\n  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\\n          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\\n  margin: 16px 0;\\n}\\n\\n.chip {\\n  display: inline-block;\\n  height: 32px;\\n  font-size: 13px;\\n  font-weight: 500;\\n  color: rgba(0, 0, 0, 0.6);\\n  line-height: 32px;\\n  padding: 0 12px;\\n  border-radius: 16px;\\n  background-color: #e4e4e4;\\n  margin-bottom: 5px;\\n  margin-right: 5px;\\n}\\n\\n.chip:focus {\\n  outline: none;\\n  background-color: #26a69a;\\n  color: #fff;\\n}\\n\\n.chip > img {\\n  float: left;\\n  margin: 0 8px 0 -12px;\\n  height: 32px;\\n  width: 32px;\\n  border-radius: 50%;\\n}\\n\\n.chip .close {\\n  cursor: pointer;\\n  float: right;\\n  font-size: 16px;\\n  line-height: 32px;\\n  padding-left: 8px;\\n}\\n\\n.chips {\\n  border: none;\\n  border-bottom: 1px solid #9e9e9e;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  margin: 0 0 8px 0;\\n  min-height: 45px;\\n  outline: none;\\n  -webkit-transition: all .3s;\\n  transition: all .3s;\\n}\\n\\n.chips.focus {\\n  border-bottom: 1px solid #26a69a;\\n  -webkit-box-shadow: 0 1px 0 0 #26a69a;\\n          box-shadow: 0 1px 0 0 #26a69a;\\n}\\n\\n.chips:hover {\\n  cursor: text;\\n}\\n\\n.chips .input {\\n  background: none;\\n  border: 0;\\n  color: rgba(0, 0, 0, 0.6);\\n  display: inline-block;\\n  font-size: 16px;\\n  height: 3rem;\\n  line-height: 32px;\\n  outline: 0;\\n  margin: 0;\\n  padding: 0 !important;\\n  width: 120px !important;\\n}\\n\\n.chips .input:focus {\\n  border: 0 !important;\\n  -webkit-box-shadow: none !important;\\n          box-shadow: none !important;\\n}\\n\\n.chips .autocomplete-content {\\n  margin-top: 0;\\n  margin-bottom: 0;\\n}\\n\\n.prefix ~ .chips {\\n  margin-left: 3rem;\\n  width: 92%;\\n  width: calc(100% - 3rem);\\n}\\n\\n.chips:empty ~ label {\\n  font-size: 0.8rem;\\n  -webkit-transform: translateY(-140%);\\n          transform: translateY(-140%);\\n}\\n\\n.materialboxed {\\n  display: block;\\n  cursor: -webkit-zoom-in;\\n  cursor: zoom-in;\\n  position: relative;\\n  -webkit-transition: opacity .4s;\\n  transition: opacity .4s;\\n  -webkit-backface-visibility: hidden;\\n}\\n\\n.materialboxed:hover:not(.active) {\\n  opacity: .8;\\n}\\n\\n.materialboxed.active {\\n  cursor: -webkit-zoom-out;\\n  cursor: zoom-out;\\n}\\n\\n#materialbox-overlay {\\n  position: fixed;\\n  top: 0;\\n  right: 0;\\n  bottom: 0;\\n  left: 0;\\n  background-color: #292929;\\n  z-index: 1000;\\n  will-change: opacity;\\n}\\n\\n.materialbox-caption {\\n  position: fixed;\\n  display: none;\\n  color: #fff;\\n  line-height: 50px;\\n  bottom: 0;\\n  left: 0;\\n  width: 100%;\\n  text-align: center;\\n  padding: 0% 15%;\\n  height: 50px;\\n  z-index: 1000;\\n  -webkit-font-smoothing: antialiased;\\n}\\n\\nselect:focus {\\n  outline: 1px solid #c9f3ef;\\n}\\n\\nbutton:focus {\\n  outline: none;\\n  background-color: #2ab7a9;\\n}\\n\\nlabel {\\n  font-size: 0.8rem;\\n  color: #9e9e9e;\\n}\\n\\n/* Text Inputs + Textarea\\n   ========================================================================== */\\n/* Style Placeholders */\\n::-webkit-input-placeholder {\\n  color: #d1d1d1;\\n}\\n::-moz-placeholder {\\n  color: #d1d1d1;\\n}\\n:-ms-input-placeholder {\\n  color: #d1d1d1;\\n}\\n::-ms-input-placeholder {\\n  color: #d1d1d1;\\n}\\n::placeholder {\\n  color: #d1d1d1;\\n}\\n\\n/* Text inputs */\\ninput:not([type]),\\ninput[type=text]:not(.browser-default),\\ninput[type=password]:not(.browser-default),\\ninput[type=email]:not(.browser-default),\\ninput[type=url]:not(.browser-default),\\ninput[type=time]:not(.browser-default),\\ninput[type=date]:not(.browser-default),\\ninput[type=datetime]:not(.browser-default),\\ninput[type=datetime-local]:not(.browser-default),\\ninput[type=tel]:not(.browser-default),\\ninput[type=number]:not(.browser-default),\\ninput[type=search]:not(.browser-default),\\ntextarea.materialize-textarea {\\n  background-color: transparent;\\n  border: none;\\n  border-bottom: 1px solid #9e9e9e;\\n  border-radius: 0;\\n  outline: none;\\n  height: 3rem;\\n  width: 100%;\\n  font-size: 16px;\\n  margin: 0 0 8px 0;\\n  padding: 0;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  -webkit-box-sizing: content-box;\\n          box-sizing: content-box;\\n  -webkit-transition: border .3s, -webkit-box-shadow .3s;\\n  transition: border .3s, -webkit-box-shadow .3s;\\n  transition: box-shadow .3s, border .3s;\\n  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;\\n}\\n\\ninput:not([type]):disabled, input:not([type])[readonly=\\\"readonly\\\"],\\ninput[type=text]:not(.browser-default):disabled,\\ninput[type=text]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=password]:not(.browser-default):disabled,\\ninput[type=password]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=email]:not(.browser-default):disabled,\\ninput[type=email]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=url]:not(.browser-default):disabled,\\ninput[type=url]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=time]:not(.browser-default):disabled,\\ninput[type=time]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=date]:not(.browser-default):disabled,\\ninput[type=date]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=datetime]:not(.browser-default):disabled,\\ninput[type=datetime]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=datetime-local]:not(.browser-default):disabled,\\ninput[type=datetime-local]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=tel]:not(.browser-default):disabled,\\ninput[type=tel]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=number]:not(.browser-default):disabled,\\ninput[type=number]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ninput[type=search]:not(.browser-default):disabled,\\ninput[type=search]:not(.browser-default)[readonly=\\\"readonly\\\"],\\ntextarea.materialize-textarea:disabled,\\ntextarea.materialize-textarea[readonly=\\\"readonly\\\"] {\\n  color: rgba(0, 0, 0, 0.42);\\n  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);\\n}\\n\\ninput:not([type]):disabled + label,\\ninput:not([type])[readonly=\\\"readonly\\\"] + label,\\ninput[type=text]:not(.browser-default):disabled + label,\\ninput[type=text]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=password]:not(.browser-default):disabled + label,\\ninput[type=password]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=email]:not(.browser-default):disabled + label,\\ninput[type=email]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=url]:not(.browser-default):disabled + label,\\ninput[type=url]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=time]:not(.browser-default):disabled + label,\\ninput[type=time]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=date]:not(.browser-default):disabled + label,\\ninput[type=date]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=datetime]:not(.browser-default):disabled + label,\\ninput[type=datetime]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=datetime-local]:not(.browser-default):disabled + label,\\ninput[type=datetime-local]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=tel]:not(.browser-default):disabled + label,\\ninput[type=tel]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=number]:not(.browser-default):disabled + label,\\ninput[type=number]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ninput[type=search]:not(.browser-default):disabled + label,\\ninput[type=search]:not(.browser-default)[readonly=\\\"readonly\\\"] + label,\\ntextarea.materialize-textarea:disabled + label,\\ntextarea.materialize-textarea[readonly=\\\"readonly\\\"] + label {\\n  color: rgba(0, 0, 0, 0.42);\\n}\\n\\ninput:not([type]):focus:not([readonly]),\\ninput[type=text]:not(.browser-default):focus:not([readonly]),\\ninput[type=password]:not(.browser-default):focus:not([readonly]),\\ninput[type=email]:not(.browser-default):focus:not([readonly]),\\ninput[type=url]:not(.browser-default):focus:not([readonly]),\\ninput[type=time]:not(.browser-default):focus:not([readonly]),\\ninput[type=date]:not(.browser-default):focus:not([readonly]),\\ninput[type=datetime]:not(.browser-default):focus:not([readonly]),\\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]),\\ninput[type=tel]:not(.browser-default):focus:not([readonly]),\\ninput[type=number]:not(.browser-default):focus:not([readonly]),\\ninput[type=search]:not(.browser-default):focus:not([readonly]),\\ntextarea.materialize-textarea:focus:not([readonly]) {\\n  border-bottom: 1px solid #26a69a;\\n  -webkit-box-shadow: 0 1px 0 0 #26a69a;\\n          box-shadow: 0 1px 0 0 #26a69a;\\n}\\n\\ninput:not([type]):focus:not([readonly]) + label,\\ninput[type=text]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=password]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=email]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=url]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=time]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=date]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=datetime]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=tel]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=number]:not(.browser-default):focus:not([readonly]) + label,\\ninput[type=search]:not(.browser-default):focus:not([readonly]) + label,\\ntextarea.materialize-textarea:focus:not([readonly]) + label {\\n  color: #26a69a;\\n}\\n\\ninput:not([type]):focus.valid ~ label,\\ninput[type=text]:not(.browser-default):focus.valid ~ label,\\ninput[type=password]:not(.browser-default):focus.valid ~ label,\\ninput[type=email]:not(.browser-default):focus.valid ~ label,\\ninput[type=url]:not(.browser-default):focus.valid ~ label,\\ninput[type=time]:not(.browser-default):focus.valid ~ label,\\ninput[type=date]:not(.browser-default):focus.valid ~ label,\\ninput[type=datetime]:not(.browser-default):focus.valid ~ label,\\ninput[type=datetime-local]:not(.browser-default):focus.valid ~ label,\\ninput[type=tel]:not(.browser-default):focus.valid ~ label,\\ninput[type=number]:not(.browser-default):focus.valid ~ label,\\ninput[type=search]:not(.browser-default):focus.valid ~ label,\\ntextarea.materialize-textarea:focus.valid ~ label {\\n  color: #4CAF50;\\n}\\n\\ninput:not([type]):focus.invalid ~ label,\\ninput[type=text]:not(.browser-default):focus.invalid ~ label,\\ninput[type=password]:not(.browser-default):focus.invalid ~ label,\\ninput[type=email]:not(.browser-default):focus.invalid ~ label,\\ninput[type=url]:not(.browser-default):focus.invalid ~ label,\\ninput[type=time]:not(.browser-default):focus.invalid ~ label,\\ninput[type=date]:not(.browser-default):focus.invalid ~ label,\\ninput[type=datetime]:not(.browser-default):focus.invalid ~ label,\\ninput[type=datetime-local]:not(.browser-default):focus.invalid ~ label,\\ninput[type=tel]:not(.browser-default):focus.invalid ~ label,\\ninput[type=number]:not(.browser-default):focus.invalid ~ label,\\ninput[type=search]:not(.browser-default):focus.invalid ~ label,\\ntextarea.materialize-textarea:focus.invalid ~ label {\\n  color: #F44336;\\n}\\n\\ninput:not([type]).validate + label,\\ninput[type=text]:not(.browser-default).validate + label,\\ninput[type=password]:not(.browser-default).validate + label,\\ninput[type=email]:not(.browser-default).validate + label,\\ninput[type=url]:not(.browser-default).validate + label,\\ninput[type=time]:not(.browser-default).validate + label,\\ninput[type=date]:not(.browser-default).validate + label,\\ninput[type=datetime]:not(.browser-default).validate + label,\\ninput[type=datetime-local]:not(.browser-default).validate + label,\\ninput[type=tel]:not(.browser-default).validate + label,\\ninput[type=number]:not(.browser-default).validate + label,\\ninput[type=search]:not(.browser-default).validate + label,\\ntextarea.materialize-textarea.validate + label {\\n  width: 100%;\\n}\\n\\n/* Validation Sass Placeholders */\\ninput.valid:not([type]), input.valid:not([type]):focus,\\ninput.valid[type=text]:not(.browser-default),\\ninput.valid[type=text]:not(.browser-default):focus,\\ninput.valid[type=password]:not(.browser-default),\\ninput.valid[type=password]:not(.browser-default):focus,\\ninput.valid[type=email]:not(.browser-default),\\ninput.valid[type=email]:not(.browser-default):focus,\\ninput.valid[type=url]:not(.browser-default),\\ninput.valid[type=url]:not(.browser-default):focus,\\ninput.valid[type=time]:not(.browser-default),\\ninput.valid[type=time]:not(.browser-default):focus,\\ninput.valid[type=date]:not(.browser-default),\\ninput.valid[type=date]:not(.browser-default):focus,\\ninput.valid[type=datetime]:not(.browser-default),\\ninput.valid[type=datetime]:not(.browser-default):focus,\\ninput.valid[type=datetime-local]:not(.browser-default),\\ninput.valid[type=datetime-local]:not(.browser-default):focus,\\ninput.valid[type=tel]:not(.browser-default),\\ninput.valid[type=tel]:not(.browser-default):focus,\\ninput.valid[type=number]:not(.browser-default),\\ninput.valid[type=number]:not(.browser-default):focus,\\ninput.valid[type=search]:not(.browser-default),\\ninput.valid[type=search]:not(.browser-default):focus,\\ntextarea.materialize-textarea.valid,\\ntextarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {\\n  border-bottom: 1px solid #4CAF50;\\n  -webkit-box-shadow: 0 1px 0 0 #4CAF50;\\n          box-shadow: 0 1px 0 0 #4CAF50;\\n}\\n\\ninput.invalid:not([type]), input.invalid:not([type]):focus,\\ninput.invalid[type=text]:not(.browser-default),\\ninput.invalid[type=text]:not(.browser-default):focus,\\ninput.invalid[type=password]:not(.browser-default),\\ninput.invalid[type=password]:not(.browser-default):focus,\\ninput.invalid[type=email]:not(.browser-default),\\ninput.invalid[type=email]:not(.browser-default):focus,\\ninput.invalid[type=url]:not(.browser-default),\\ninput.invalid[type=url]:not(.browser-default):focus,\\ninput.invalid[type=time]:not(.browser-default),\\ninput.invalid[type=time]:not(.browser-default):focus,\\ninput.invalid[type=date]:not(.browser-default),\\ninput.invalid[type=date]:not(.browser-default):focus,\\ninput.invalid[type=datetime]:not(.browser-default),\\ninput.invalid[type=datetime]:not(.browser-default):focus,\\ninput.invalid[type=datetime-local]:not(.browser-default),\\ninput.invalid[type=datetime-local]:not(.browser-default):focus,\\ninput.invalid[type=tel]:not(.browser-default),\\ninput.invalid[type=tel]:not(.browser-default):focus,\\ninput.invalid[type=number]:not(.browser-default),\\ninput.invalid[type=number]:not(.browser-default):focus,\\ninput.invalid[type=search]:not(.browser-default),\\ninput.invalid[type=search]:not(.browser-default):focus,\\ntextarea.materialize-textarea.invalid,\\ntextarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,\\n.select-wrapper.invalid > input.select-dropdown:focus {\\n  border-bottom: 1px solid #F44336;\\n  -webkit-box-shadow: 0 1px 0 0 #F44336;\\n          box-shadow: 0 1px 0 0 #F44336;\\n}\\n\\ninput:not([type]).valid ~ .helper-text[data-success],\\ninput:not([type]):focus.valid ~ .helper-text[data-success],\\ninput:not([type]).invalid ~ .helper-text[data-error],\\ninput:not([type]):focus.invalid ~ .helper-text[data-error],\\ninput[type=text]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=password]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=email]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=url]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=time]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=date]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=number]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ninput[type=search]:not(.browser-default).valid ~ .helper-text[data-success],\\ninput[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],\\ninput[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],\\ninput[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],\\ntextarea.materialize-textarea.valid ~ .helper-text[data-success],\\ntextarea.materialize-textarea:focus.valid ~ .helper-text[data-success],\\ntextarea.materialize-textarea.invalid ~ .helper-text[data-error],\\ntextarea.materialize-textarea:focus.invalid ~ .helper-text[data-error], .select-wrapper.valid .helper-text[data-success],\\n.select-wrapper.invalid ~ .helper-text[data-error] {\\n  color: transparent;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n  pointer-events: none;\\n}\\n\\ninput:not([type]).valid ~ .helper-text:after,\\ninput:not([type]):focus.valid ~ .helper-text:after,\\ninput[type=text]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=password]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=email]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=url]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=time]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=date]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=datetime]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=tel]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=number]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,\\ninput[type=search]:not(.browser-default).valid ~ .helper-text:after,\\ninput[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,\\ntextarea.materialize-textarea.valid ~ .helper-text:after,\\ntextarea.materialize-textarea:focus.valid ~ .helper-text:after, .select-wrapper.valid ~ .helper-text:after {\\n  content: attr(data-success);\\n  color: #4CAF50;\\n}\\n\\ninput:not([type]).invalid ~ .helper-text:after,\\ninput:not([type]):focus.invalid ~ .helper-text:after,\\ninput[type=text]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=password]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=email]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=url]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=time]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=date]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=tel]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=number]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ninput[type=search]:not(.browser-default).invalid ~ .helper-text:after,\\ninput[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,\\ntextarea.materialize-textarea.invalid ~ .helper-text:after,\\ntextarea.materialize-textarea:focus.invalid ~ .helper-text:after, .select-wrapper.invalid ~ .helper-text:after {\\n  content: attr(data-error);\\n  color: #F44336;\\n}\\n\\ninput:not([type]) + label:after,\\ninput[type=text]:not(.browser-default) + label:after,\\ninput[type=password]:not(.browser-default) + label:after,\\ninput[type=email]:not(.browser-default) + label:after,\\ninput[type=url]:not(.browser-default) + label:after,\\ninput[type=time]:not(.browser-default) + label:after,\\ninput[type=date]:not(.browser-default) + label:after,\\ninput[type=datetime]:not(.browser-default) + label:after,\\ninput[type=datetime-local]:not(.browser-default) + label:after,\\ninput[type=tel]:not(.browser-default) + label:after,\\ninput[type=number]:not(.browser-default) + label:after,\\ninput[type=search]:not(.browser-default) + label:after,\\ntextarea.materialize-textarea + label:after, .select-wrapper + label:after {\\n  display: block;\\n  content: \\\"\\\";\\n  position: absolute;\\n  top: 100%;\\n  left: 0;\\n  opacity: 0;\\n  -webkit-transition: .2s opacity ease-out, .2s color ease-out;\\n  transition: .2s opacity ease-out, .2s color ease-out;\\n}\\n\\n.input-field {\\n  position: relative;\\n  margin-top: 1rem;\\n  margin-bottom: 1rem;\\n}\\n\\n.input-field.inline {\\n  display: inline-block;\\n  vertical-align: middle;\\n  margin-left: 5px;\\n}\\n\\n.input-field.inline input,\\n.input-field.inline .select-dropdown {\\n  margin-bottom: 1rem;\\n}\\n\\n.input-field.col label {\\n  left: 0.75rem;\\n}\\n\\n.input-field.col .prefix ~ label,\\n.input-field.col .prefix ~ .validate ~ label {\\n  width: calc(100% - 3rem - 1.5rem);\\n}\\n\\n.input-field > label {\\n  color: #9e9e9e;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  font-size: 1rem;\\n  cursor: text;\\n  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;\\n  transition: color .2s ease-out, -webkit-transform .2s ease-out;\\n  transition: transform .2s ease-out, color .2s ease-out;\\n  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;\\n  -webkit-transform-origin: 0% 100%;\\n          transform-origin: 0% 100%;\\n  text-align: initial;\\n  -webkit-transform: translateY(12px);\\n          transform: translateY(12px);\\n}\\n\\n.input-field > label:not(.label-icon).active {\\n  -webkit-transform: translateY(-14px) scale(0.8);\\n          transform: translateY(-14px) scale(0.8);\\n  -webkit-transform-origin: 0 0;\\n          transform-origin: 0 0;\\n}\\n\\n.input-field > input[type]:-webkit-autofill:not(.browser-default) + label,\\n.input-field > input[type=date]:not(.browser-default) + label,\\n.input-field > input[type=time]:not(.browser-default) + label {\\n  -webkit-transform: translateY(-14px) scale(0.8);\\n          transform: translateY(-14px) scale(0.8);\\n  -webkit-transform-origin: 0 0;\\n          transform-origin: 0 0;\\n}\\n\\n.input-field .helper-text {\\n  position: relative;\\n  min-height: 18px;\\n  display: block;\\n  font-size: 12px;\\n  color: rgba(0, 0, 0, 0.54);\\n}\\n\\n.input-field .helper-text::after {\\n  opacity: 1;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n}\\n\\n.input-field .prefix {\\n  position: absolute;\\n  width: 3rem;\\n  font-size: 2rem;\\n  -webkit-transition: color .2s;\\n  transition: color .2s;\\n  top: 0.5rem;\\n}\\n\\n.input-field .prefix.active {\\n  color: #26a69a;\\n}\\n\\n.input-field .prefix ~ input,\\n.input-field .prefix ~ textarea,\\n.input-field .prefix ~ label,\\n.input-field .prefix ~ .validate ~ label,\\n.input-field .prefix ~ .helper-text,\\n.input-field .prefix ~ .autocomplete-content {\\n  margin-left: 3rem;\\n  width: 92%;\\n  width: calc(100% - 3rem);\\n}\\n\\n.input-field .prefix ~ label {\\n  margin-left: 3rem;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .input-field .prefix ~ input {\\n    width: 86%;\\n    width: calc(100% - 3rem);\\n  }\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  .input-field .prefix ~ input {\\n    width: 80%;\\n    width: calc(100% - 3rem);\\n  }\\n}\\n\\n/* Search Field */\\n.input-field input[type=search] {\\n  display: block;\\n  line-height: inherit;\\n  -webkit-transition: .3s background-color;\\n  transition: .3s background-color;\\n}\\n\\n.nav-wrapper .input-field input[type=search] {\\n  height: inherit;\\n  padding-left: 4rem;\\n  width: calc(100% - 4rem);\\n  border: 0;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n}\\n\\n.input-field input[type=search]:focus:not(.browser-default) {\\n  background-color: #fff;\\n  border: 0;\\n  -webkit-box-shadow: none;\\n          box-shadow: none;\\n  color: #444;\\n}\\n\\n.input-field input[type=search]:focus:not(.browser-default) + label i,\\n.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,\\n.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {\\n  color: #444;\\n}\\n\\n.input-field input[type=search] + .label-icon {\\n  -webkit-transform: none;\\n          transform: none;\\n  left: 1rem;\\n}\\n\\n.input-field input[type=search] ~ .mdi-navigation-close,\\n.input-field input[type=search] ~ .material-icons {\\n  position: absolute;\\n  top: 0;\\n  right: 1rem;\\n  color: transparent;\\n  cursor: pointer;\\n  font-size: 2rem;\\n  -webkit-transition: .3s color;\\n  transition: .3s color;\\n}\\n\\n/* Textarea */\\ntextarea {\\n  width: 100%;\\n  height: 3rem;\\n  background-color: transparent;\\n}\\n\\ntextarea.materialize-textarea {\\n  line-height: normal;\\n  overflow-y: hidden;\\n  /* prevents scroll bar flash */\\n  padding: .8rem 0 .8rem 0;\\n  /* prevents text jump on Enter keypress */\\n  resize: none;\\n  min-height: 3rem;\\n  -webkit-box-sizing: border-box;\\n          box-sizing: border-box;\\n}\\n\\n.hiddendiv {\\n  visibility: hidden;\\n  white-space: pre-wrap;\\n  word-wrap: break-word;\\n  overflow-wrap: break-word;\\n  /* future version of deprecated 'word-wrap' */\\n  padding-top: 1.2rem;\\n  /* prevents text jump on Enter keypress */\\n  position: absolute;\\n  top: 0;\\n  z-index: -1;\\n}\\n\\n/* Autocomplete */\\n.autocomplete-content li .highlight {\\n  color: #444;\\n}\\n\\n.autocomplete-content li img {\\n  height: 40px;\\n  width: 40px;\\n  margin: 5px 15px;\\n}\\n\\n/* Character Counter */\\n.character-counter {\\n  min-height: 18px;\\n}\\n\\n/* Radio Buttons\\n   ========================================================================== */\\n[type=\\\"radio\\\"]:not(:checked),\\n[type=\\\"radio\\\"]:checked {\\n  position: absolute;\\n  opacity: 0;\\n  pointer-events: none;\\n}\\n\\n[type=\\\"radio\\\"]:not(:checked) + span,\\n[type=\\\"radio\\\"]:checked + span {\\n  position: relative;\\n  padding-left: 35px;\\n  cursor: pointer;\\n  display: inline-block;\\n  height: 25px;\\n  line-height: 25px;\\n  font-size: 1rem;\\n  -webkit-transition: .28s ease;\\n  transition: .28s ease;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n[type=\\\"radio\\\"] + span:before,\\n[type=\\\"radio\\\"] + span:after {\\n  content: '';\\n  position: absolute;\\n  left: 0;\\n  top: 0;\\n  margin: 4px;\\n  width: 16px;\\n  height: 16px;\\n  z-index: 0;\\n  -webkit-transition: .28s ease;\\n  transition: .28s ease;\\n}\\n\\n/* Unchecked styles */\\n[type=\\\"radio\\\"]:not(:checked) + span:before,\\n[type=\\\"radio\\\"]:not(:checked) + span:after,\\n[type=\\\"radio\\\"]:checked + span:before,\\n[type=\\\"radio\\\"]:checked + span:after,\\n[type=\\\"radio\\\"].with-gap:checked + span:before,\\n[type=\\\"radio\\\"].with-gap:checked + span:after {\\n  border-radius: 50%;\\n}\\n\\n[type=\\\"radio\\\"]:not(:checked) + span:before,\\n[type=\\\"radio\\\"]:not(:checked) + span:after {\\n  border: 2px solid #5a5a5a;\\n}\\n\\n[type=\\\"radio\\\"]:not(:checked) + span:after {\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n}\\n\\n/* Checked styles */\\n[type=\\\"radio\\\"]:checked + span:before {\\n  border: 2px solid transparent;\\n}\\n\\n[type=\\\"radio\\\"]:checked + span:after,\\n[type=\\\"radio\\\"].with-gap:checked + span:before,\\n[type=\\\"radio\\\"].with-gap:checked + span:after {\\n  border: 2px solid #26a69a;\\n}\\n\\n[type=\\\"radio\\\"]:checked + span:after,\\n[type=\\\"radio\\\"].with-gap:checked + span:after {\\n  background-color: #26a69a;\\n}\\n\\n[type=\\\"radio\\\"]:checked + span:after {\\n  -webkit-transform: scale(1.02);\\n          transform: scale(1.02);\\n}\\n\\n/* Radio With gap */\\n[type=\\\"radio\\\"].with-gap:checked + span:after {\\n  -webkit-transform: scale(0.5);\\n          transform: scale(0.5);\\n}\\n\\n/* Focused styles */\\n[type=\\\"radio\\\"].tabbed:focus + span:before {\\n  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\\n          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\\n}\\n\\n/* Disabled Radio With gap */\\n[type=\\\"radio\\\"].with-gap:disabled:checked + span:before {\\n  border: 2px solid rgba(0, 0, 0, 0.42);\\n}\\n\\n[type=\\\"radio\\\"].with-gap:disabled:checked + span:after {\\n  border: none;\\n  background-color: rgba(0, 0, 0, 0.42);\\n}\\n\\n/* Disabled style */\\n[type=\\\"radio\\\"]:disabled:not(:checked) + span:before,\\n[type=\\\"radio\\\"]:disabled:checked + span:before {\\n  background-color: transparent;\\n  border-color: rgba(0, 0, 0, 0.42);\\n}\\n\\n[type=\\\"radio\\\"]:disabled + span {\\n  color: rgba(0, 0, 0, 0.42);\\n}\\n\\n[type=\\\"radio\\\"]:disabled:not(:checked) + span:before {\\n  border-color: rgba(0, 0, 0, 0.42);\\n}\\n\\n[type=\\\"radio\\\"]:disabled:checked + span:after {\\n  background-color: rgba(0, 0, 0, 0.42);\\n  border-color: #949494;\\n}\\n\\n/* Checkboxes\\n   ========================================================================== */\\n/* Remove default checkbox */\\n[type=\\\"checkbox\\\"]:not(:checked),\\n[type=\\\"checkbox\\\"]:checked {\\n  position: absolute;\\n  opacity: 0;\\n  pointer-events: none;\\n}\\n\\n[type=\\\"checkbox\\\"] {\\n  /* checkbox aspect */\\n}\\n\\n[type=\\\"checkbox\\\"] + span:not(.lever) {\\n  position: relative;\\n  padding-left: 35px;\\n  cursor: pointer;\\n  display: inline-block;\\n  height: 25px;\\n  line-height: 25px;\\n  font-size: 1rem;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n[type=\\\"checkbox\\\"] + span:not(.lever):before,\\n[type=\\\"checkbox\\\"]:not(.filled-in) + span:not(.lever):after {\\n  content: '';\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  width: 18px;\\n  height: 18px;\\n  z-index: 0;\\n  border: 2px solid #5a5a5a;\\n  border-radius: 1px;\\n  margin-top: 3px;\\n  -webkit-transition: .2s;\\n  transition: .2s;\\n}\\n\\n[type=\\\"checkbox\\\"]:not(.filled-in) + span:not(.lever):after {\\n  border: 0;\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n}\\n\\n[type=\\\"checkbox\\\"]:not(:checked):disabled + span:not(.lever):before {\\n  border: none;\\n  background-color: rgba(0, 0, 0, 0.42);\\n}\\n\\n[type=\\\"checkbox\\\"].tabbed:focus + span:not(.lever):after {\\n  -webkit-transform: scale(1);\\n          transform: scale(1);\\n  border: 0;\\n  border-radius: 50%;\\n  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\\n          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);\\n  background-color: rgba(0, 0, 0, 0.1);\\n}\\n\\n[type=\\\"checkbox\\\"]:checked + span:not(.lever):before {\\n  top: -4px;\\n  left: -5px;\\n  width: 12px;\\n  height: 22px;\\n  border-top: 2px solid transparent;\\n  border-left: 2px solid transparent;\\n  border-right: 2px solid #26a69a;\\n  border-bottom: 2px solid #26a69a;\\n  -webkit-transform: rotate(40deg);\\n          transform: rotate(40deg);\\n  -webkit-backface-visibility: hidden;\\n          backface-visibility: hidden;\\n  -webkit-transform-origin: 100% 100%;\\n          transform-origin: 100% 100%;\\n}\\n\\n[type=\\\"checkbox\\\"]:checked:disabled + span:before {\\n  border-right: 2px solid rgba(0, 0, 0, 0.42);\\n  border-bottom: 2px solid rgba(0, 0, 0, 0.42);\\n}\\n\\n/* Indeterminate checkbox */\\n[type=\\\"checkbox\\\"]:indeterminate + span:not(.lever):before {\\n  top: -11px;\\n  left: -12px;\\n  width: 10px;\\n  height: 22px;\\n  border-top: none;\\n  border-left: none;\\n  border-right: 2px solid #26a69a;\\n  border-bottom: none;\\n  -webkit-transform: rotate(90deg);\\n          transform: rotate(90deg);\\n  -webkit-backface-visibility: hidden;\\n          backface-visibility: hidden;\\n  -webkit-transform-origin: 100% 100%;\\n          transform-origin: 100% 100%;\\n}\\n\\n[type=\\\"checkbox\\\"]:indeterminate:disabled + span:not(.lever):before {\\n  border-right: 2px solid rgba(0, 0, 0, 0.42);\\n  background-color: transparent;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in + span:not(.lever):after {\\n  border-radius: 2px;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in + span:not(.lever):before,\\n[type=\\\"checkbox\\\"].filled-in + span:not(.lever):after {\\n  content: '';\\n  left: 0;\\n  position: absolute;\\n  /* .1s delay is for check animation */\\n  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\\n  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;\\n  z-index: 1;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:not(:checked) + span:not(.lever):before {\\n  width: 0;\\n  height: 0;\\n  border: 3px solid transparent;\\n  left: 6px;\\n  top: 10px;\\n  -webkit-transform: rotateZ(37deg);\\n          transform: rotateZ(37deg);\\n  -webkit-transform-origin: 100% 100%;\\n          transform-origin: 100% 100%;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:not(:checked) + span:not(.lever):after {\\n  height: 20px;\\n  width: 20px;\\n  background-color: transparent;\\n  border: 2px solid #5a5a5a;\\n  top: 0px;\\n  z-index: 0;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:checked + span:not(.lever):before {\\n  top: 0;\\n  left: 1px;\\n  width: 8px;\\n  height: 13px;\\n  border-top: 2px solid transparent;\\n  border-left: 2px solid transparent;\\n  border-right: 2px solid #fff;\\n  border-bottom: 2px solid #fff;\\n  -webkit-transform: rotateZ(37deg);\\n          transform: rotateZ(37deg);\\n  -webkit-transform-origin: 100% 100%;\\n          transform-origin: 100% 100%;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:checked + span:not(.lever):after {\\n  top: 0;\\n  width: 20px;\\n  height: 20px;\\n  border: 2px solid #26a69a;\\n  background-color: #26a69a;\\n  z-index: 0;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in.tabbed:focus + span:not(.lever):after {\\n  border-radius: 2px;\\n  border-color: #5a5a5a;\\n  background-color: rgba(0, 0, 0, 0.1);\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in.tabbed:checked:focus + span:not(.lever):after {\\n  border-radius: 2px;\\n  background-color: #26a69a;\\n  border-color: #26a69a;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:disabled:not(:checked) + span:not(.lever):before {\\n  background-color: transparent;\\n  border: 2px solid transparent;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:disabled:not(:checked) + span:not(.lever):after {\\n  border-color: transparent;\\n  background-color: #949494;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:disabled:checked + span:not(.lever):before {\\n  background-color: transparent;\\n}\\n\\n[type=\\\"checkbox\\\"].filled-in:disabled:checked + span:not(.lever):after {\\n  background-color: #949494;\\n  border-color: #949494;\\n}\\n\\n/* Switch\\r\\n   ========================================================================== */\\n.switch,\\n.switch * {\\n  -webkit-tap-highlight-color: transparent;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n.switch label {\\n  cursor: pointer;\\n}\\n\\n.switch label input[type=checkbox] {\\n  opacity: 0;\\n  width: 0;\\n  height: 0;\\n}\\n\\n.switch label input[type=checkbox]:checked + .lever {\\n  background-color: #84c7c1;\\n}\\n\\n.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {\\n  left: 18px;\\n}\\n\\n.switch label input[type=checkbox]:checked + .lever:after {\\n  background-color: #26a69a;\\n}\\n\\n.switch label .lever {\\n  content: \\\"\\\";\\n  display: inline-block;\\n  position: relative;\\n  width: 36px;\\n  height: 14px;\\n  background-color: rgba(0, 0, 0, 0.38);\\n  border-radius: 15px;\\n  margin-right: 10px;\\n  -webkit-transition: background 0.3s ease;\\n  transition: background 0.3s ease;\\n  vertical-align: middle;\\n  margin: 0 16px;\\n}\\n\\n.switch label .lever:before, .switch label .lever:after {\\n  content: \\\"\\\";\\n  position: absolute;\\n  display: inline-block;\\n  width: 20px;\\n  height: 20px;\\n  border-radius: 50%;\\n  left: 0;\\n  top: -3px;\\n  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\\n  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\\n  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;\\n  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;\\n}\\n\\n.switch label .lever:before {\\n  background-color: rgba(38, 166, 154, 0.15);\\n}\\n\\n.switch label .lever:after {\\n  background-color: #F1F1F1;\\n  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\\n          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\\n}\\n\\ninput[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,\\ninput[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {\\n  -webkit-transform: scale(2.4);\\n          transform: scale(2.4);\\n  background-color: rgba(38, 166, 154, 0.15);\\n}\\n\\ninput[type=checkbox]:not(:disabled) ~ .lever:active:before,\\ninput[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {\\n  -webkit-transform: scale(2.4);\\n          transform: scale(2.4);\\n  background-color: rgba(0, 0, 0, 0.08);\\n}\\n\\n.switch input[type=checkbox][disabled] + .lever {\\n  cursor: default;\\n  background-color: rgba(0, 0, 0, 0.12);\\n}\\n\\n.switch label input[type=checkbox][disabled] + .lever:after,\\n.switch label input[type=checkbox][disabled]:checked + .lever:after {\\n  background-color: #949494;\\n}\\n\\n/* Select Field\\n   ========================================================================== */\\nselect {\\n  display: none;\\n}\\n\\nselect.browser-default {\\n  display: block;\\n}\\n\\nselect {\\n  background-color: rgba(255, 255, 255, 0.9);\\n  width: 100%;\\n  padding: 5px;\\n  border: 1px solid #f2f2f2;\\n  border-radius: 2px;\\n  height: 3rem;\\n}\\n\\n.select-label {\\n  position: absolute;\\n}\\n\\n.select-wrapper {\\n  position: relative;\\n}\\n\\n.select-wrapper.valid + label,\\n.select-wrapper.invalid + label {\\n  width: 100%;\\n  pointer-events: none;\\n}\\n\\n.select-wrapper input.select-dropdown {\\n  position: relative;\\n  cursor: pointer;\\n  background-color: transparent;\\n  border: none;\\n  border-bottom: 1px solid #9e9e9e;\\n  outline: none;\\n  height: 3rem;\\n  line-height: 3rem;\\n  width: 100%;\\n  font-size: 16px;\\n  margin: 0 0 8px 0;\\n  padding: 0;\\n  display: block;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n  z-index: 1;\\n}\\n\\n.select-wrapper input.select-dropdown:focus {\\n  border-bottom: 1px solid #26a69a;\\n}\\n\\n.select-wrapper .caret {\\n  position: absolute;\\n  right: 0;\\n  top: 0;\\n  bottom: 0;\\n  margin: auto 0;\\n  z-index: 0;\\n  fill: rgba(0, 0, 0, 0.87);\\n}\\n\\n.select-wrapper + label {\\n  position: absolute;\\n  top: -26px;\\n  font-size: 0.8rem;\\n}\\n\\nselect:disabled {\\n  color: rgba(0, 0, 0, 0.42);\\n}\\n\\n.select-wrapper.disabled + label {\\n  color: rgba(0, 0, 0, 0.42);\\n}\\n\\n.select-wrapper.disabled .caret {\\n  fill: rgba(0, 0, 0, 0.42);\\n}\\n\\n.select-wrapper input.select-dropdown:disabled {\\n  color: rgba(0, 0, 0, 0.42);\\n  cursor: default;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n.select-wrapper i {\\n  color: rgba(0, 0, 0, 0.3);\\n}\\n\\n.select-dropdown li.disabled,\\n.select-dropdown li.disabled > span,\\n.select-dropdown li.optgroup {\\n  color: rgba(0, 0, 0, 0.3);\\n  background-color: transparent;\\n}\\n\\nbody.keyboard-focused .select-dropdown.dropdown-content li:focus {\\n  background-color: rgba(0, 0, 0, 0.08);\\n}\\n\\n.select-dropdown.dropdown-content li:hover {\\n  background-color: rgba(0, 0, 0, 0.08);\\n}\\n\\n.select-dropdown.dropdown-content li.selected {\\n  background-color: rgba(0, 0, 0, 0.03);\\n}\\n\\n.prefix ~ .select-wrapper {\\n  margin-left: 3rem;\\n  width: 92%;\\n  width: calc(100% - 3rem);\\n}\\n\\n.prefix ~ label {\\n  margin-left: 3rem;\\n}\\n\\n.select-dropdown li img {\\n  height: 40px;\\n  width: 40px;\\n  margin: 5px 15px;\\n  float: right;\\n}\\n\\n.select-dropdown li.optgroup {\\n  border-top: 1px solid #eee;\\n}\\n\\n.select-dropdown li.optgroup.selected > span {\\n  color: rgba(0, 0, 0, 0.7);\\n}\\n\\n.select-dropdown li.optgroup > span {\\n  color: rgba(0, 0, 0, 0.4);\\n}\\n\\n.select-dropdown li.optgroup ~ li.optgroup-option {\\n  padding-left: 1rem;\\n}\\n\\n/* File Input\\r\\n   ========================================================================== */\\n.file-field {\\n  position: relative;\\n}\\n\\n.file-field .file-path-wrapper {\\n  overflow: hidden;\\n  padding-left: 10px;\\n}\\n\\n.file-field input.file-path {\\n  width: 100%;\\n}\\n\\n.file-field .btn, .file-field .btn-large, .file-field .btn-small {\\n  float: left;\\n  height: 3rem;\\n  line-height: 3rem;\\n}\\n\\n.file-field span {\\n  cursor: pointer;\\n}\\n\\n.file-field input[type=file] {\\n  position: absolute;\\n  top: 0;\\n  right: 0;\\n  left: 0;\\n  bottom: 0;\\n  width: 100%;\\n  margin: 0;\\n  padding: 0;\\n  font-size: 20px;\\n  cursor: pointer;\\n  opacity: 0;\\n  filter: alpha(opacity=0);\\n}\\n\\n.file-field input[type=file]::-webkit-file-upload-button {\\n  display: none;\\n}\\n\\n/* Range\\n   ========================================================================== */\\n.range-field {\\n  position: relative;\\n}\\n\\ninput[type=range],\\ninput[type=range] + .thumb {\\n  cursor: pointer;\\n}\\n\\ninput[type=range] {\\n  position: relative;\\n  background-color: transparent;\\n  border: none;\\n  outline: none;\\n  width: 100%;\\n  margin: 15px 0;\\n  padding: 0;\\n}\\n\\ninput[type=range]:focus {\\n  outline: none;\\n}\\n\\ninput[type=range] + .thumb {\\n  position: absolute;\\n  top: 10px;\\n  left: 0;\\n  border: none;\\n  height: 0;\\n  width: 0;\\n  border-radius: 50%;\\n  background-color: #26a69a;\\n  margin-left: 7px;\\n  -webkit-transform-origin: 50% 50%;\\n          transform-origin: 50% 50%;\\n  -webkit-transform: rotate(-45deg);\\n          transform: rotate(-45deg);\\n}\\n\\ninput[type=range] + .thumb .value {\\n  display: block;\\n  width: 30px;\\n  text-align: center;\\n  color: #26a69a;\\n  font-size: 0;\\n  -webkit-transform: rotate(45deg);\\n          transform: rotate(45deg);\\n}\\n\\ninput[type=range] + .thumb.active {\\n  border-radius: 50% 50% 50% 0;\\n}\\n\\ninput[type=range] + .thumb.active .value {\\n  color: #fff;\\n  margin-left: -1px;\\n  margin-top: 8px;\\n  font-size: 10px;\\n}\\n\\ninput[type=range] {\\n  -webkit-appearance: none;\\n}\\n\\ninput[type=range]::-webkit-slider-runnable-track {\\n  height: 3px;\\n  background: #c2c0c2;\\n  border: none;\\n}\\n\\ninput[type=range]::-webkit-slider-thumb {\\n  border: none;\\n  height: 14px;\\n  width: 14px;\\n  border-radius: 50%;\\n  background: #26a69a;\\n  -webkit-transition: -webkit-box-shadow .3s;\\n  transition: -webkit-box-shadow .3s;\\n  transition: box-shadow .3s;\\n  transition: box-shadow .3s, -webkit-box-shadow .3s;\\n  -webkit-appearance: none;\\n  background-color: #26a69a;\\n  -webkit-transform-origin: 50% 50%;\\n          transform-origin: 50% 50%;\\n  margin: -5px 0 0 0;\\n}\\n\\n.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {\\n  -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);\\n          box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);\\n}\\n\\ninput[type=range] {\\n  /* fix for FF unable to apply focus style bug  */\\n  border: 1px solid white;\\n  /*required for proper track sizing in FF*/\\n}\\n\\ninput[type=range]::-moz-range-track {\\n  height: 3px;\\n  background: #c2c0c2;\\n  border: none;\\n}\\n\\ninput[type=range]::-moz-focus-inner {\\n  border: 0;\\n}\\n\\ninput[type=range]::-moz-range-thumb {\\n  border: none;\\n  height: 14px;\\n  width: 14px;\\n  border-radius: 50%;\\n  background: #26a69a;\\n  -webkit-transition: -webkit-box-shadow .3s;\\n  transition: -webkit-box-shadow .3s;\\n  transition: box-shadow .3s;\\n  transition: box-shadow .3s, -webkit-box-shadow .3s;\\n  margin-top: -5px;\\n}\\n\\ninput[type=range]:-moz-focusring {\\n  outline: 1px solid #fff;\\n  outline-offset: -1px;\\n}\\n\\n.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {\\n  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);\\n}\\n\\ninput[type=range]::-ms-track {\\n  height: 3px;\\n  background: transparent;\\n  border-color: transparent;\\n  border-width: 6px 0;\\n  /*remove default tick marks*/\\n  color: transparent;\\n}\\n\\ninput[type=range]::-ms-fill-lower {\\n  background: #777;\\n}\\n\\ninput[type=range]::-ms-fill-upper {\\n  background: #ddd;\\n}\\n\\ninput[type=range]::-ms-thumb {\\n  border: none;\\n  height: 14px;\\n  width: 14px;\\n  border-radius: 50%;\\n  background: #26a69a;\\n  -webkit-transition: -webkit-box-shadow .3s;\\n  transition: -webkit-box-shadow .3s;\\n  transition: box-shadow .3s;\\n  transition: box-shadow .3s, -webkit-box-shadow .3s;\\n}\\n\\n.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {\\n  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);\\n}\\n\\n/***************\\n    Nav List\\n***************/\\n.table-of-contents.fixed {\\n  position: fixed;\\n}\\n\\n.table-of-contents li {\\n  padding: 2px 0;\\n}\\n\\n.table-of-contents a {\\n  display: inline-block;\\n  font-weight: 300;\\n  color: #757575;\\n  padding-left: 16px;\\n  height: 1.5rem;\\n  line-height: 1.5rem;\\n  letter-spacing: .4;\\n  display: inline-block;\\n}\\n\\n.table-of-contents a:hover {\\n  color: #a8a8a8;\\n  padding-left: 15px;\\n  border-left: 1px solid #ee6e73;\\n}\\n\\n.table-of-contents a.active {\\n  font-weight: 500;\\n  padding-left: 14px;\\n  border-left: 2px solid #ee6e73;\\n}\\n\\n.sidenav {\\n  position: fixed;\\n  width: 300px;\\n  left: 0;\\n  top: 0;\\n  margin: 0;\\n  -webkit-transform: translateX(-100%);\\n          transform: translateX(-100%);\\n  height: 100%;\\n  height: calc(100% + 60px);\\n  height: -moz-calc(100%);\\n  padding-bottom: 60px;\\n  background-color: #fff;\\n  z-index: 999;\\n  overflow-y: auto;\\n  will-change: transform;\\n  -webkit-backface-visibility: hidden;\\n          backface-visibility: hidden;\\n  -webkit-transform: translateX(-105%);\\n          transform: translateX(-105%);\\n}\\n\\n.sidenav.right-aligned {\\n  right: 0;\\n  -webkit-transform: translateX(105%);\\n          transform: translateX(105%);\\n  left: auto;\\n  -webkit-transform: translateX(100%);\\n          transform: translateX(100%);\\n}\\n\\n.sidenav .collapsible {\\n  margin: 0;\\n}\\n\\n.sidenav li {\\n  float: none;\\n  line-height: 48px;\\n}\\n\\n.sidenav li.active {\\n  background-color: rgba(0, 0, 0, 0.05);\\n}\\n\\n.sidenav li > a {\\n  color: rgba(0, 0, 0, 0.87);\\n  display: block;\\n  font-size: 14px;\\n  font-weight: 500;\\n  height: 48px;\\n  line-height: 48px;\\n  padding: 0 32px;\\n}\\n\\n.sidenav li > a:hover {\\n  background-color: rgba(0, 0, 0, 0.05);\\n}\\n\\n.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-flat, .sidenav li > a.btn-floating {\\n  margin: 10px 15px;\\n}\\n\\n.sidenav li > a.btn, .sidenav li > a.btn-large, .sidenav li > a.btn-small, .sidenav li > a.btn-large, .sidenav li > a.btn-floating {\\n  color: #fff;\\n}\\n\\n.sidenav li > a.btn-flat {\\n  color: #343434;\\n}\\n\\n.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {\\n  background-color: #2bbbad;\\n}\\n\\n.sidenav li > a.btn-floating:hover {\\n  background-color: #26a69a;\\n}\\n\\n.sidenav li > a > i,\\n.sidenav li > a > [class^=\\\"mdi-\\\"], .sidenav li > a li > a > [class*=\\\"mdi-\\\"],\\n.sidenav li > a > i.material-icons {\\n  float: left;\\n  height: 48px;\\n  line-height: 48px;\\n  margin: 0 32px 0 0;\\n  width: 24px;\\n  color: rgba(0, 0, 0, 0.54);\\n}\\n\\n.sidenav .divider {\\n  margin: 8px 0 0 0;\\n}\\n\\n.sidenav .subheader {\\n  cursor: initial;\\n  pointer-events: none;\\n  color: rgba(0, 0, 0, 0.54);\\n  font-size: 14px;\\n  font-weight: 500;\\n  line-height: 48px;\\n}\\n\\n.sidenav .subheader:hover {\\n  background-color: transparent;\\n}\\n\\n.sidenav .user-view {\\n  position: relative;\\n  padding: 32px 32px 0;\\n  margin-bottom: 8px;\\n}\\n\\n.sidenav .user-view > a {\\n  height: auto;\\n  padding: 0;\\n}\\n\\n.sidenav .user-view > a:hover {\\n  background-color: transparent;\\n}\\n\\n.sidenav .user-view .background {\\n  overflow: hidden;\\n  position: absolute;\\n  top: 0;\\n  right: 0;\\n  bottom: 0;\\n  left: 0;\\n  z-index: -1;\\n}\\n\\n.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {\\n  display: block;\\n}\\n\\n.sidenav .user-view .circle {\\n  height: 64px;\\n  width: 64px;\\n}\\n\\n.sidenav .user-view .name,\\n.sidenav .user-view .email {\\n  font-size: 14px;\\n  line-height: 24px;\\n}\\n\\n.sidenav .user-view .name {\\n  margin-top: 16px;\\n  font-weight: 500;\\n}\\n\\n.sidenav .user-view .email {\\n  padding-bottom: 16px;\\n  font-weight: 400;\\n}\\n\\n.drag-target {\\n  height: 100%;\\n  width: 10px;\\n  position: fixed;\\n  top: 0;\\n  z-index: 998;\\n}\\n\\n.drag-target.right-aligned {\\n  right: 0;\\n}\\n\\n.sidenav.sidenav-fixed {\\n  left: 0;\\n  -webkit-transform: translateX(0);\\n          transform: translateX(0);\\n  position: fixed;\\n}\\n\\n.sidenav.sidenav-fixed.right-aligned {\\n  right: 0;\\n  left: auto;\\n}\\n\\n@media only screen and (max-width: 992px) {\\n  .sidenav.sidenav-fixed {\\n    -webkit-transform: translateX(-105%);\\n            transform: translateX(-105%);\\n  }\\n  .sidenav.sidenav-fixed.right-aligned {\\n    -webkit-transform: translateX(105%);\\n            transform: translateX(105%);\\n  }\\n  .sidenav > a {\\n    padding: 0 16px;\\n  }\\n  .sidenav .user-view {\\n    padding: 16px 16px 0;\\n  }\\n}\\n\\n.sidenav .collapsible-body > ul:not(.collapsible) > li.active,\\n.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {\\n  background-color: #ee6e73;\\n}\\n\\n.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,\\n.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {\\n  color: #fff;\\n}\\n\\n.sidenav .collapsible-body {\\n  padding: 0;\\n}\\n\\n.sidenav-overlay {\\n  position: fixed;\\n  top: 0;\\n  left: 0;\\n  right: 0;\\n  opacity: 0;\\n  height: 120vh;\\n  background-color: rgba(0, 0, 0, 0.5);\\n  z-index: 997;\\n  display: none;\\n}\\n\\n/*\\r\\n    @license\\r\\n    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.\\r\\n    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\\r\\n    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\\r\\n    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\\r\\n    Code distributed by Google as part of the polymer project is also\\r\\n    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\\r\\n */\\n/**************************/\\n/* STYLES FOR THE SPINNER */\\n/**************************/\\n/*\\r\\n * Constants:\\r\\n *      STROKEWIDTH = 3px\\r\\n *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)\\r\\n *      ARCTIME     = 1333ms (time it takes to expand and contract arc)\\r\\n *      ARCSTARTROT = 216 degrees (how much the start location of the arc\\r\\n *                                should rotate each time, 216 gives us a\\r\\n *                                5 pointed star shape (it's 360/5 * 3).\\r\\n *                                For a 7 pointed star, we might do\\r\\n *                                360/7 * 3 = 154.286)\\r\\n *      CONTAINERWIDTH = 28px\\r\\n *      SHRINK_TIME = 400ms\\r\\n */\\n.preloader-wrapper {\\n  display: inline-block;\\n  position: relative;\\n  width: 50px;\\n  height: 50px;\\n}\\n\\n.preloader-wrapper.small {\\n  width: 36px;\\n  height: 36px;\\n}\\n\\n.preloader-wrapper.big {\\n  width: 64px;\\n  height: 64px;\\n}\\n\\n.preloader-wrapper.active {\\n  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */\\n  -webkit-animation: container-rotate 1568ms linear infinite;\\n  animation: container-rotate 1568ms linear infinite;\\n}\\n\\n@-webkit-keyframes container-rotate {\\n  to {\\n    -webkit-transform: rotate(360deg);\\n  }\\n}\\n\\n@keyframes container-rotate {\\n  to {\\n    -webkit-transform: rotate(360deg);\\n            transform: rotate(360deg);\\n  }\\n}\\n\\n.spinner-layer {\\n  position: absolute;\\n  width: 100%;\\n  height: 100%;\\n  opacity: 0;\\n  border-color: #26a69a;\\n}\\n\\n.spinner-blue,\\n.spinner-blue-only {\\n  border-color: #4285f4;\\n}\\n\\n.spinner-red,\\n.spinner-red-only {\\n  border-color: #db4437;\\n}\\n\\n.spinner-yellow,\\n.spinner-yellow-only {\\n  border-color: #f4b400;\\n}\\n\\n.spinner-green,\\n.spinner-green-only {\\n  border-color: #0f9d58;\\n}\\n\\n/**\\r\\n * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):\\r\\n *\\r\\n * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't\\r\\n * guarantee that the animation will start _exactly_ after that value. So we avoid using\\r\\n * animation-delay and instead set custom keyframes for each color (as redundant as it\\r\\n * seems).\\r\\n *\\r\\n * We write out each animation in full (instead of separating animation-name,\\r\\n * animation-duration, etc.) because under the polyfill, Safari does not recognize those\\r\\n * specific properties properly, treats them as -webkit-animation, and overrides the\\r\\n * other animation rules. See https://github.com/Polymer/platform/issues/53.\\r\\n */\\n.active .spinner-layer.spinner-blue {\\n  /* durations: 4 * ARCTIME */\\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n.active .spinner-layer.spinner-red {\\n  /* durations: 4 * ARCTIME */\\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n.active .spinner-layer.spinner-yellow {\\n  /* durations: 4 * ARCTIME */\\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n.active .spinner-layer.spinner-green {\\n  /* durations: 4 * ARCTIME */\\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n.active .spinner-layer,\\n.active .spinner-layer.spinner-blue-only,\\n.active .spinner-layer.spinner-red-only,\\n.active .spinner-layer.spinner-yellow-only,\\n.active .spinner-layer.spinner-green-only {\\n  /* durations: 4 * ARCTIME */\\n  opacity: 1;\\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n@-webkit-keyframes fill-unfill-rotate {\\n  12.5% {\\n    -webkit-transform: rotate(135deg);\\n  }\\n  /* 0.5 * ARCSIZE */\\n  25% {\\n    -webkit-transform: rotate(270deg);\\n  }\\n  /* 1   * ARCSIZE */\\n  37.5% {\\n    -webkit-transform: rotate(405deg);\\n  }\\n  /* 1.5 * ARCSIZE */\\n  50% {\\n    -webkit-transform: rotate(540deg);\\n  }\\n  /* 2   * ARCSIZE */\\n  62.5% {\\n    -webkit-transform: rotate(675deg);\\n  }\\n  /* 2.5 * ARCSIZE */\\n  75% {\\n    -webkit-transform: rotate(810deg);\\n  }\\n  /* 3   * ARCSIZE */\\n  87.5% {\\n    -webkit-transform: rotate(945deg);\\n  }\\n  /* 3.5 * ARCSIZE */\\n  to {\\n    -webkit-transform: rotate(1080deg);\\n  }\\n  /* 4   * ARCSIZE */\\n}\\n\\n@keyframes fill-unfill-rotate {\\n  12.5% {\\n    -webkit-transform: rotate(135deg);\\n            transform: rotate(135deg);\\n  }\\n  /* 0.5 * ARCSIZE */\\n  25% {\\n    -webkit-transform: rotate(270deg);\\n            transform: rotate(270deg);\\n  }\\n  /* 1   * ARCSIZE */\\n  37.5% {\\n    -webkit-transform: rotate(405deg);\\n            transform: rotate(405deg);\\n  }\\n  /* 1.5 * ARCSIZE */\\n  50% {\\n    -webkit-transform: rotate(540deg);\\n            transform: rotate(540deg);\\n  }\\n  /* 2   * ARCSIZE */\\n  62.5% {\\n    -webkit-transform: rotate(675deg);\\n            transform: rotate(675deg);\\n  }\\n  /* 2.5 * ARCSIZE */\\n  75% {\\n    -webkit-transform: rotate(810deg);\\n            transform: rotate(810deg);\\n  }\\n  /* 3   * ARCSIZE */\\n  87.5% {\\n    -webkit-transform: rotate(945deg);\\n            transform: rotate(945deg);\\n  }\\n  /* 3.5 * ARCSIZE */\\n  to {\\n    -webkit-transform: rotate(1080deg);\\n            transform: rotate(1080deg);\\n  }\\n  /* 4   * ARCSIZE */\\n}\\n\\n@-webkit-keyframes blue-fade-in-out {\\n  from {\\n    opacity: 1;\\n  }\\n  25% {\\n    opacity: 1;\\n  }\\n  26% {\\n    opacity: 0;\\n  }\\n  89% {\\n    opacity: 0;\\n  }\\n  90% {\\n    opacity: 1;\\n  }\\n  100% {\\n    opacity: 1;\\n  }\\n}\\n\\n@keyframes blue-fade-in-out {\\n  from {\\n    opacity: 1;\\n  }\\n  25% {\\n    opacity: 1;\\n  }\\n  26% {\\n    opacity: 0;\\n  }\\n  89% {\\n    opacity: 0;\\n  }\\n  90% {\\n    opacity: 1;\\n  }\\n  100% {\\n    opacity: 1;\\n  }\\n}\\n\\n@-webkit-keyframes red-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  15% {\\n    opacity: 0;\\n  }\\n  25% {\\n    opacity: 1;\\n  }\\n  50% {\\n    opacity: 1;\\n  }\\n  51% {\\n    opacity: 0;\\n  }\\n}\\n\\n@keyframes red-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  15% {\\n    opacity: 0;\\n  }\\n  25% {\\n    opacity: 1;\\n  }\\n  50% {\\n    opacity: 1;\\n  }\\n  51% {\\n    opacity: 0;\\n  }\\n}\\n\\n@-webkit-keyframes yellow-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  40% {\\n    opacity: 0;\\n  }\\n  50% {\\n    opacity: 1;\\n  }\\n  75% {\\n    opacity: 1;\\n  }\\n  76% {\\n    opacity: 0;\\n  }\\n}\\n\\n@keyframes yellow-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  40% {\\n    opacity: 0;\\n  }\\n  50% {\\n    opacity: 1;\\n  }\\n  75% {\\n    opacity: 1;\\n  }\\n  76% {\\n    opacity: 0;\\n  }\\n}\\n\\n@-webkit-keyframes green-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  65% {\\n    opacity: 0;\\n  }\\n  75% {\\n    opacity: 1;\\n  }\\n  90% {\\n    opacity: 1;\\n  }\\n  100% {\\n    opacity: 0;\\n  }\\n}\\n\\n@keyframes green-fade-in-out {\\n  from {\\n    opacity: 0;\\n  }\\n  65% {\\n    opacity: 0;\\n  }\\n  75% {\\n    opacity: 1;\\n  }\\n  90% {\\n    opacity: 1;\\n  }\\n  100% {\\n    opacity: 0;\\n  }\\n}\\n\\n/**\\r\\n * Patch the gap that appear between the two adjacent div.circle-clipper while the\\r\\n * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).\\r\\n */\\n.gap-patch {\\n  position: absolute;\\n  top: 0;\\n  left: 45%;\\n  width: 10%;\\n  height: 100%;\\n  overflow: hidden;\\n  border-color: inherit;\\n}\\n\\n.gap-patch .circle {\\n  width: 1000%;\\n  left: -450%;\\n}\\n\\n.circle-clipper {\\n  display: inline-block;\\n  position: relative;\\n  width: 50%;\\n  height: 100%;\\n  overflow: hidden;\\n  border-color: inherit;\\n}\\n\\n.circle-clipper .circle {\\n  width: 200%;\\n  height: 100%;\\n  border-width: 3px;\\n  /* STROKEWIDTH */\\n  border-style: solid;\\n  border-color: inherit;\\n  border-bottom-color: transparent !important;\\n  border-radius: 50%;\\n  -webkit-animation: none;\\n  animation: none;\\n  position: absolute;\\n  top: 0;\\n  right: 0;\\n  bottom: 0;\\n}\\n\\n.circle-clipper.left .circle {\\n  left: 0;\\n  border-right-color: transparent !important;\\n  -webkit-transform: rotate(129deg);\\n  transform: rotate(129deg);\\n}\\n\\n.circle-clipper.right .circle {\\n  left: -100%;\\n  border-left-color: transparent !important;\\n  -webkit-transform: rotate(-129deg);\\n  transform: rotate(-129deg);\\n}\\n\\n.active .circle-clipper.left .circle {\\n  /* duration: ARCTIME */\\n  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n.active .circle-clipper.right .circle {\\n  /* duration: ARCTIME */\\n  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\\n}\\n\\n@-webkit-keyframes left-spin {\\n  from {\\n    -webkit-transform: rotate(130deg);\\n  }\\n  50% {\\n    -webkit-transform: rotate(-5deg);\\n  }\\n  to {\\n    -webkit-transform: rotate(130deg);\\n  }\\n}\\n\\n@keyframes left-spin {\\n  from {\\n    -webkit-transform: rotate(130deg);\\n            transform: rotate(130deg);\\n  }\\n  50% {\\n    -webkit-transform: rotate(-5deg);\\n            transform: rotate(-5deg);\\n  }\\n  to {\\n    -webkit-transform: rotate(130deg);\\n            transform: rotate(130deg);\\n  }\\n}\\n\\n@-webkit-keyframes right-spin {\\n  from {\\n    -webkit-transform: rotate(-130deg);\\n  }\\n  50% {\\n    -webkit-transform: rotate(5deg);\\n  }\\n  to {\\n    -webkit-transform: rotate(-130deg);\\n  }\\n}\\n\\n@keyframes right-spin {\\n  from {\\n    -webkit-transform: rotate(-130deg);\\n            transform: rotate(-130deg);\\n  }\\n  50% {\\n    -webkit-transform: rotate(5deg);\\n            transform: rotate(5deg);\\n  }\\n  to {\\n    -webkit-transform: rotate(-130deg);\\n            transform: rotate(-130deg);\\n  }\\n}\\n\\n#spinnerContainer.cooldown {\\n  /* duration: SHRINK_TIME */\\n  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\\n  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\\n}\\n\\n@-webkit-keyframes fade-out {\\n  from {\\n    opacity: 1;\\n  }\\n  to {\\n    opacity: 0;\\n  }\\n}\\n\\n@keyframes fade-out {\\n  from {\\n    opacity: 1;\\n  }\\n  to {\\n    opacity: 0;\\n  }\\n}\\n\\n.slider {\\n  position: relative;\\n  height: 400px;\\n  width: 100%;\\n}\\n\\n.slider.fullscreen {\\n  height: 100%;\\n  width: 100%;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  right: 0;\\n  bottom: 0;\\n}\\n\\n.slider.fullscreen ul.slides {\\n  height: 100%;\\n}\\n\\n.slider.fullscreen ul.indicators {\\n  z-index: 2;\\n  bottom: 30px;\\n}\\n\\n.slider .slides {\\n  background-color: #9e9e9e;\\n  margin: 0;\\n  height: 400px;\\n}\\n\\n.slider .slides li {\\n  opacity: 0;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n  z-index: 1;\\n  width: 100%;\\n  height: inherit;\\n  overflow: hidden;\\n}\\n\\n.slider .slides li img {\\n  height: 100%;\\n  width: 100%;\\n  background-size: cover;\\n  background-position: center;\\n}\\n\\n.slider .slides li .caption {\\n  color: #fff;\\n  position: absolute;\\n  top: 15%;\\n  left: 15%;\\n  width: 70%;\\n  opacity: 0;\\n}\\n\\n.slider .slides li .caption p {\\n  color: #e0e0e0;\\n}\\n\\n.slider .slides li.active {\\n  z-index: 2;\\n}\\n\\n.slider .indicators {\\n  position: absolute;\\n  text-align: center;\\n  left: 0;\\n  right: 0;\\n  bottom: 0;\\n  margin: 0;\\n}\\n\\n.slider .indicators .indicator-item {\\n  display: inline-block;\\n  position: relative;\\n  cursor: pointer;\\n  height: 16px;\\n  width: 16px;\\n  margin: 0 12px;\\n  background-color: #e0e0e0;\\n  -webkit-transition: background-color .3s;\\n  transition: background-color .3s;\\n  border-radius: 50%;\\n}\\n\\n.slider .indicators .indicator-item.active {\\n  background-color: #4CAF50;\\n}\\n\\n.carousel {\\n  overflow: hidden;\\n  position: relative;\\n  width: 100%;\\n  height: 400px;\\n  -webkit-perspective: 500px;\\n          perspective: 500px;\\n  -webkit-transform-style: preserve-3d;\\n          transform-style: preserve-3d;\\n  -webkit-transform-origin: 0% 50%;\\n          transform-origin: 0% 50%;\\n}\\n\\n.carousel.carousel-slider {\\n  top: 0;\\n  left: 0;\\n}\\n\\n.carousel.carousel-slider .carousel-fixed-item {\\n  position: absolute;\\n  left: 0;\\n  right: 0;\\n  bottom: 20px;\\n  z-index: 1;\\n}\\n\\n.carousel.carousel-slider .carousel-fixed-item.with-indicators {\\n  bottom: 68px;\\n}\\n\\n.carousel.carousel-slider .carousel-item {\\n  width: 100%;\\n  height: 100%;\\n  min-height: 400px;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n}\\n\\n.carousel.carousel-slider .carousel-item h2 {\\n  font-size: 24px;\\n  font-weight: 500;\\n  line-height: 32px;\\n}\\n\\n.carousel.carousel-slider .carousel-item p {\\n  font-size: 15px;\\n}\\n\\n.carousel .carousel-item {\\n  visibility: hidden;\\n  width: 200px;\\n  height: 200px;\\n  position: absolute;\\n  top: 0;\\n  left: 0;\\n}\\n\\n.carousel .carousel-item > img {\\n  width: 100%;\\n}\\n\\n.carousel .indicators {\\n  position: absolute;\\n  text-align: center;\\n  left: 0;\\n  right: 0;\\n  bottom: 0;\\n  margin: 0;\\n}\\n\\n.carousel .indicators .indicator-item {\\n  display: inline-block;\\n  position: relative;\\n  cursor: pointer;\\n  height: 8px;\\n  width: 8px;\\n  margin: 24px 4px;\\n  background-color: rgba(255, 255, 255, 0.5);\\n  -webkit-transition: background-color .3s;\\n  transition: background-color .3s;\\n  border-radius: 50%;\\n}\\n\\n.carousel .indicators .indicator-item.active {\\n  background-color: #fff;\\n}\\n\\n.carousel.scrolling .carousel-item .materialboxed,\\n.carousel .carousel-item:not(.active) .materialboxed {\\n  pointer-events: none;\\n}\\n\\n.tap-target-wrapper {\\n  width: 800px;\\n  height: 800px;\\n  position: fixed;\\n  z-index: 1000;\\n  visibility: hidden;\\n  -webkit-transition: visibility 0s .3s;\\n  transition: visibility 0s .3s;\\n}\\n\\n.tap-target-wrapper.open {\\n  visibility: visible;\\n  -webkit-transition: visibility 0s;\\n  transition: visibility 0s;\\n}\\n\\n.tap-target-wrapper.open .tap-target {\\n  -webkit-transform: scale(1);\\n          transform: scale(1);\\n  opacity: .95;\\n  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n}\\n\\n.tap-target-wrapper.open .tap-target-wave::before {\\n  -webkit-transform: scale(1);\\n          transform: scale(1);\\n}\\n\\n.tap-target-wrapper.open .tap-target-wave::after {\\n  visibility: visible;\\n  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\\n          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\\n  -webkit-transition: opacity .3s,\\r visibility 0s 1s,\\r -webkit-transform .3s;\\n  transition: opacity .3s,\\r visibility 0s 1s,\\r -webkit-transform .3s;\\n  transition: opacity .3s,\\r transform .3s,\\r visibility 0s 1s;\\n  transition: opacity .3s,\\r transform .3s,\\r visibility 0s 1s,\\r -webkit-transform .3s;\\n}\\n\\n.tap-target {\\n  position: absolute;\\n  font-size: 1rem;\\n  border-radius: 50%;\\n  background-color: #ee6e73;\\n  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\\n          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);\\n  width: 100%;\\n  height: 100%;\\n  opacity: 0;\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);\\n}\\n\\n.tap-target-content {\\n  position: relative;\\n  display: table-cell;\\n}\\n\\n.tap-target-wave {\\n  position: absolute;\\n  border-radius: 50%;\\n  z-index: 10001;\\n}\\n\\n.tap-target-wave::before, .tap-target-wave::after {\\n  content: '';\\n  display: block;\\n  position: absolute;\\n  width: 100%;\\n  height: 100%;\\n  border-radius: 50%;\\n  background-color: #ffffff;\\n}\\n\\n.tap-target-wave::before {\\n  -webkit-transform: scale(0);\\n          transform: scale(0);\\n  -webkit-transition: -webkit-transform .3s;\\n  transition: -webkit-transform .3s;\\n  transition: transform .3s;\\n  transition: transform .3s, -webkit-transform .3s;\\n}\\n\\n.tap-target-wave::after {\\n  visibility: hidden;\\n  -webkit-transition: opacity .3s,\\r visibility 0s,\\r -webkit-transform .3s;\\n  transition: opacity .3s,\\r visibility 0s,\\r -webkit-transform .3s;\\n  transition: opacity .3s,\\r transform .3s,\\r visibility 0s;\\n  transition: opacity .3s,\\r transform .3s,\\r visibility 0s,\\r -webkit-transform .3s;\\n  z-index: -1;\\n}\\n\\n.tap-target-origin {\\n  top: 50%;\\n  left: 50%;\\n  -webkit-transform: translate(-50%, -50%);\\n          transform: translate(-50%, -50%);\\n  z-index: 10002;\\n  position: absolute !important;\\n}\\n\\n.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {\\n  background: none;\\n}\\n\\n@media only screen and (max-width: 600px) {\\n  .tap-target, .tap-target-wrapper {\\n    width: 600px;\\n    height: 600px;\\n  }\\n}\\n\\n.pulse {\\n  overflow: visible;\\n  position: relative;\\n}\\n\\n.pulse::before {\\n  content: '';\\n  display: block;\\n  position: absolute;\\n  width: 100%;\\n  height: 100%;\\n  top: 0;\\n  left: 0;\\n  background-color: inherit;\\n  border-radius: inherit;\\n  -webkit-transition: opacity .3s, -webkit-transform .3s;\\n  transition: opacity .3s, -webkit-transform .3s;\\n  transition: opacity .3s, transform .3s;\\n  transition: opacity .3s, transform .3s, -webkit-transform .3s;\\n  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\\n          animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;\\n  z-index: -1;\\n}\\n\\n@-webkit-keyframes pulse-animation {\\n  0% {\\n    opacity: 1;\\n    -webkit-transform: scale(1);\\n            transform: scale(1);\\n  }\\n  50% {\\n    opacity: 0;\\n    -webkit-transform: scale(1.5);\\n            transform: scale(1.5);\\n  }\\n  100% {\\n    opacity: 0;\\n    -webkit-transform: scale(1.5);\\n            transform: scale(1.5);\\n  }\\n}\\n\\n@keyframes pulse-animation {\\n  0% {\\n    opacity: 1;\\n    -webkit-transform: scale(1);\\n            transform: scale(1);\\n  }\\n  50% {\\n    opacity: 0;\\n    -webkit-transform: scale(1.5);\\n            transform: scale(1.5);\\n  }\\n  100% {\\n    opacity: 0;\\n    -webkit-transform: scale(1.5);\\n            transform: scale(1.5);\\n  }\\n}\\n\\n/* Modal */\\n.datepicker-modal {\\n  max-width: 325px;\\n  min-width: 300px;\\n  max-height: none;\\n}\\n\\n.datepicker-container.modal-content {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-orient: vertical;\\n  -webkit-box-direction: normal;\\n  -webkit-flex-direction: column;\\n      -ms-flex-direction: column;\\n          flex-direction: column;\\n  padding: 0;\\n}\\n\\n.datepicker-controls {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-pack: justify;\\n  -webkit-justify-content: space-between;\\n      -ms-flex-pack: justify;\\n          justify-content: space-between;\\n  width: 280px;\\n  margin: 0 auto;\\n}\\n\\n.datepicker-controls .selects-container {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n}\\n\\n.datepicker-controls .select-wrapper input {\\n  border-bottom: none;\\n  text-align: center;\\n  margin: 0;\\n}\\n\\n.datepicker-controls .select-wrapper input:focus {\\n  border-bottom: none;\\n}\\n\\n.datepicker-controls .select-wrapper .caret {\\n  display: none;\\n}\\n\\n.datepicker-controls .select-year input {\\n  width: 50px;\\n}\\n\\n.datepicker-controls .select-month input {\\n  width: 70px;\\n}\\n\\n.month-prev, .month-next {\\n  margin-top: 4px;\\n  cursor: pointer;\\n  background-color: transparent;\\n  border: none;\\n}\\n\\n/* Date Display */\\n.datepicker-date-display {\\n  -webkit-box-flex: 1;\\n  -webkit-flex: 1 auto;\\n      -ms-flex: 1 auto;\\n          flex: 1 auto;\\n  background-color: #26a69a;\\n  color: #fff;\\n  padding: 20px 22px;\\n  font-weight: 500;\\n}\\n\\n.datepicker-date-display .year-text {\\n  display: block;\\n  font-size: 1.5rem;\\n  line-height: 25px;\\n  color: rgba(255, 255, 255, 0.7);\\n}\\n\\n.datepicker-date-display .date-text {\\n  display: block;\\n  font-size: 2.8rem;\\n  line-height: 47px;\\n  font-weight: 500;\\n}\\n\\n/* Calendar */\\n.datepicker-calendar-container {\\n  -webkit-box-flex: 2.5;\\n  -webkit-flex: 2.5 auto;\\n      -ms-flex: 2.5 auto;\\n          flex: 2.5 auto;\\n}\\n\\n.datepicker-table {\\n  width: 280px;\\n  font-size: 1rem;\\n  margin: 0 auto;\\n}\\n\\n.datepicker-table thead {\\n  border-bottom: none;\\n}\\n\\n.datepicker-table th {\\n  padding: 10px 5px;\\n  text-align: center;\\n}\\n\\n.datepicker-table tr {\\n  border: none;\\n}\\n\\n.datepicker-table abbr {\\n  text-decoration: none;\\n  color: #999;\\n}\\n\\n.datepicker-table td {\\n  border-radius: 50%;\\n  padding: 0;\\n}\\n\\n.datepicker-table td.is-today {\\n  color: #26a69a;\\n}\\n\\n.datepicker-table td.is-selected {\\n  background-color: #26a69a;\\n  color: #fff;\\n}\\n\\n.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {\\n  color: rgba(0, 0, 0, 0.3);\\n  pointer-events: none;\\n}\\n\\n.datepicker-day-button {\\n  background-color: transparent;\\n  border: none;\\n  line-height: 38px;\\n  display: block;\\n  width: 100%;\\n  border-radius: 50%;\\n  padding: 0 5px;\\n  cursor: pointer;\\n  color: inherit;\\n}\\n\\n.datepicker-day-button:focus {\\n  background-color: rgba(43, 161, 150, 0.25);\\n}\\n\\n/* Footer */\\n.datepicker-footer {\\n  width: 280px;\\n  margin: 0 auto;\\n  padding-bottom: 5px;\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-pack: justify;\\n  -webkit-justify-content: space-between;\\n      -ms-flex-pack: justify;\\n          justify-content: space-between;\\n}\\n\\n.datepicker-cancel,\\n.datepicker-clear,\\n.datepicker-today,\\n.datepicker-done {\\n  color: #26a69a;\\n  padding: 0 1rem;\\n}\\n\\n.datepicker-clear {\\n  color: #F44336;\\n}\\n\\n/* Media Queries */\\n@media only screen and (min-width: 601px) {\\n  .datepicker-modal {\\n    max-width: 625px;\\n  }\\n  .datepicker-container.modal-content {\\n    -webkit-box-orient: horizontal;\\n    -webkit-box-direction: normal;\\n    -webkit-flex-direction: row;\\n        -ms-flex-direction: row;\\n            flex-direction: row;\\n  }\\n  .datepicker-date-display {\\n    -webkit-box-flex: 0;\\n    -webkit-flex: 0 1 270px;\\n        -ms-flex: 0 1 270px;\\n            flex: 0 1 270px;\\n  }\\n  .datepicker-controls,\\n  .datepicker-table,\\n  .datepicker-footer {\\n    width: 320px;\\n  }\\n  .datepicker-day-button {\\n    line-height: 44px;\\n  }\\n}\\n\\n/* Timepicker Containers */\\n.timepicker-modal {\\n  max-width: 325px;\\n  max-height: none;\\n}\\n\\n.timepicker-container.modal-content {\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-orient: vertical;\\n  -webkit-box-direction: normal;\\n  -webkit-flex-direction: column;\\n      -ms-flex-direction: column;\\n          flex-direction: column;\\n  padding: 0;\\n}\\n\\n.text-primary {\\n  color: white;\\n}\\n\\n/* Clock Digital Display */\\n.timepicker-digital-display {\\n  -webkit-box-flex: 1;\\n  -webkit-flex: 1 auto;\\n      -ms-flex: 1 auto;\\n          flex: 1 auto;\\n  background-color: #26a69a;\\n  padding: 10px;\\n  font-weight: 300;\\n}\\n\\n.timepicker-text-container {\\n  font-size: 4rem;\\n  font-weight: bold;\\n  text-align: center;\\n  color: rgba(255, 255, 255, 0.6);\\n  font-weight: 400;\\n  position: relative;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n.timepicker-span-hours,\\n.timepicker-span-minutes,\\n.timepicker-span-am-pm div {\\n  cursor: pointer;\\n}\\n\\n.timepicker-span-hours {\\n  margin-right: 3px;\\n}\\n\\n.timepicker-span-minutes {\\n  margin-left: 3px;\\n}\\n\\n.timepicker-display-am-pm {\\n  font-size: 1.3rem;\\n  position: absolute;\\n  right: 1rem;\\n  bottom: 1rem;\\n  font-weight: 400;\\n}\\n\\n/* Analog Clock Display */\\n.timepicker-analog-display {\\n  -webkit-box-flex: 2.5;\\n  -webkit-flex: 2.5 auto;\\n      -ms-flex: 2.5 auto;\\n          flex: 2.5 auto;\\n}\\n\\n.timepicker-plate {\\n  background-color: #eee;\\n  border-radius: 50%;\\n  width: 270px;\\n  height: 270px;\\n  overflow: visible;\\n  position: relative;\\n  margin: auto;\\n  margin-top: 25px;\\n  margin-bottom: 5px;\\n  -webkit-user-select: none;\\n     -moz-user-select: none;\\n      -ms-user-select: none;\\n          user-select: none;\\n}\\n\\n.timepicker-canvas,\\n.timepicker-dial {\\n  position: absolute;\\n  left: 0;\\n  right: 0;\\n  top: 0;\\n  bottom: 0;\\n}\\n\\n.timepicker-minutes {\\n  visibility: hidden;\\n}\\n\\n.timepicker-tick {\\n  border-radius: 50%;\\n  color: rgba(0, 0, 0, 0.87);\\n  line-height: 40px;\\n  text-align: center;\\n  width: 40px;\\n  height: 40px;\\n  position: absolute;\\n  cursor: pointer;\\n  font-size: 15px;\\n}\\n\\n.timepicker-tick.active,\\n.timepicker-tick:hover {\\n  background-color: rgba(38, 166, 154, 0.25);\\n}\\n\\n.timepicker-dial {\\n  -webkit-transition: opacity 350ms, -webkit-transform 350ms;\\n  transition: opacity 350ms, -webkit-transform 350ms;\\n  transition: transform 350ms, opacity 350ms;\\n  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;\\n}\\n\\n.timepicker-dial-out {\\n  opacity: 0;\\n}\\n\\n.timepicker-dial-out.timepicker-hours {\\n  -webkit-transform: scale(1.1, 1.1);\\n          transform: scale(1.1, 1.1);\\n}\\n\\n.timepicker-dial-out.timepicker-minutes {\\n  -webkit-transform: scale(0.8, 0.8);\\n          transform: scale(0.8, 0.8);\\n}\\n\\n.timepicker-canvas {\\n  -webkit-transition: opacity 175ms;\\n  transition: opacity 175ms;\\n}\\n\\n.timepicker-canvas line {\\n  stroke: #26a69a;\\n  stroke-width: 4;\\n  stroke-linecap: round;\\n}\\n\\n.timepicker-canvas-out {\\n  opacity: 0.25;\\n}\\n\\n.timepicker-canvas-bearing {\\n  stroke: none;\\n  fill: #26a69a;\\n}\\n\\n.timepicker-canvas-bg {\\n  stroke: none;\\n  fill: #26a69a;\\n}\\n\\n/* Footer */\\n.timepicker-footer {\\n  margin: 0 auto;\\n  padding: 5px 1rem;\\n  display: -webkit-box;\\n  display: -webkit-flex;\\n  display: -ms-flexbox;\\n  display: flex;\\n  -webkit-box-pack: justify;\\n  -webkit-justify-content: space-between;\\n      -ms-flex-pack: justify;\\n          justify-content: space-between;\\n}\\n\\n.timepicker-clear {\\n  color: #F44336;\\n}\\n\\n.timepicker-close {\\n  color: #26a69a;\\n}\\n\\n.timepicker-clear,\\n.timepicker-close {\\n  padding: 0 20px;\\n}\\n\\n/* Media Queries */\\n@media only screen and (min-width: 601px) {\\n  .timepicker-modal {\\n    max-width: 600px;\\n  }\\n  .timepicker-container.modal-content {\\n    -webkit-box-orient: horizontal;\\n    -webkit-box-direction: normal;\\n    -webkit-flex-direction: row;\\n        -ms-flex-direction: row;\\n            flex-direction: row;\\n  }\\n  .timepicker-text-container {\\n    top: 32%;\\n  }\\n  .timepicker-display-am-pm {\\n    position: relative;\\n    right: auto;\\n    bottom: auto;\\n    text-align: center;\\n    margin-top: 1.2rem;\\n  }\\n}\\n\", \"\"]);\n\n// exports\n\n\n//# sourceURL=webpack:///./node_modules/materialize-css/dist/css/materialize.css?");
-
-/***/ }),
-
-/***/ "./node_modules/materialize-css/dist/js/materialize.js":
-/*!*************************************************************!*\
-  !*** ./node_modules/materialize-css/dist/js/materialize.js ***!
-  \*************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-eval("/* WEBPACK VAR INJECTION */(function(global) {var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!\r\n * Materialize v1.0.0-rc.2 (http://materializecss.com)\r\n * Copyright 2014-2017 Materialize\r\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\r\n */\r\nvar _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if (\"value\" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } };\n\nvar _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();\n\nfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\n/*! cash-dom 1.3.5, https://github.com/kenwheeler/cash @license MIT */\n(function (factory) {\n  window.cash = factory();\n})(function () {\n  var doc = document,\n      win = window,\n      ArrayProto = Array.prototype,\n      slice = ArrayProto.slice,\n      filter = ArrayProto.filter,\n      push = ArrayProto.push;\n\n  var noop = function () {},\n      isFunction = function (item) {\n    // @see https://crbug.com/568448\n    return typeof item === typeof noop && item.call;\n  },\n      isString = function (item) {\n    return typeof item === typeof \"\";\n  };\n\n  var idMatch = /^#[\\w-]*$/,\n      classMatch = /^\\.[\\w-]*$/,\n      htmlMatch = /<.+>/,\n      singlet = /^\\w+$/;\n\n  function find(selector, context) {\n    context = context || doc;\n    var elems = classMatch.test(selector) ? context.getElementsByClassName(selector.slice(1)) : singlet.test(selector) ? context.getElementsByTagName(selector) : context.querySelectorAll(selector);\n    return elems;\n  }\n\n  var frag;\n  function parseHTML(str) {\n    if (!frag) {\n      frag = doc.implementation.createHTMLDocument(null);\n      var base = frag.createElement(\"base\");\n      base.href = doc.location.href;\n      frag.head.appendChild(base);\n    }\n\n    frag.body.innerHTML = str;\n\n    return frag.body.childNodes;\n  }\n\n  function onReady(fn) {\n    if (doc.readyState !== \"loading\") {\n      fn();\n    } else {\n      doc.addEventListener(\"DOMContentLoaded\", fn);\n    }\n  }\n\n  function Init(selector, context) {\n    if (!selector) {\n      return this;\n    }\n\n    // If already a cash collection, don't do any further processing\n    if (selector.cash && selector !== win) {\n      return selector;\n    }\n\n    var elems = selector,\n        i = 0,\n        length;\n\n    if (isString(selector)) {\n      elems = idMatch.test(selector) ?\n      // If an ID use the faster getElementById check\n      doc.getElementById(selector.slice(1)) : htmlMatch.test(selector) ?\n      // If HTML, parse it into real elements\n      parseHTML(selector) :\n      // else use `find`\n      find(selector, context);\n\n      // If function, use as shortcut for DOM ready\n    } else if (isFunction(selector)) {\n      onReady(selector);return this;\n    }\n\n    if (!elems) {\n      return this;\n    }\n\n    // If a single DOM element is passed in or received via ID, return the single element\n    if (elems.nodeType || elems === win) {\n      this[0] = elems;\n      this.length = 1;\n    } else {\n      // Treat like an array and loop through each item.\n      length = this.length = elems.length;\n      for (; i < length; i++) {\n        this[i] = elems[i];\n      }\n    }\n\n    return this;\n  }\n\n  function cash(selector, context) {\n    return new Init(selector, context);\n  }\n\n  var fn = cash.fn = cash.prototype = Init.prototype = { // jshint ignore:line\n    cash: true,\n    length: 0,\n    push: push,\n    splice: ArrayProto.splice,\n    map: ArrayProto.map,\n    init: Init\n  };\n\n  Object.defineProperty(fn, \"constructor\", { value: cash });\n\n  cash.parseHTML = parseHTML;\n  cash.noop = noop;\n  cash.isFunction = isFunction;\n  cash.isString = isString;\n\n  cash.extend = fn.extend = function (target) {\n    target = target || {};\n\n    var args = slice.call(arguments),\n        length = args.length,\n        i = 1;\n\n    if (args.length === 1) {\n      target = this;\n      i = 0;\n    }\n\n    for (; i < length; i++) {\n      if (!args[i]) {\n        continue;\n      }\n      for (var key in args[i]) {\n        if (args[i].hasOwnProperty(key)) {\n          target[key] = args[i][key];\n        }\n      }\n    }\n\n    return target;\n  };\n\n  function each(collection, callback) {\n    var l = collection.length,\n        i = 0;\n\n    for (; i < l; i++) {\n      if (callback.call(collection[i], collection[i], i, collection) === false) {\n        break;\n      }\n    }\n  }\n\n  function matches(el, selector) {\n    var m = el && (el.matches || el.webkitMatchesSelector || el.mozMatchesSelector || el.msMatchesSelector || el.oMatchesSelector);\n    return !!m && m.call(el, selector);\n  }\n\n  function getCompareFunction(selector) {\n    return (\n      /* Use browser's `matches` function if string */\n      isString(selector) ? matches :\n      /* Match a cash element */\n      selector.cash ? function (el) {\n        return selector.is(el);\n      } :\n      /* Direct comparison */\n      function (el, selector) {\n        return el === selector;\n      }\n    );\n  }\n\n  function unique(collection) {\n    return cash(slice.call(collection).filter(function (item, index, self) {\n      return self.indexOf(item) === index;\n    }));\n  }\n\n  cash.extend({\n    merge: function (first, second) {\n      var len = +second.length,\n          i = first.length,\n          j = 0;\n\n      for (; j < len; i++, j++) {\n        first[i] = second[j];\n      }\n\n      first.length = i;\n      return first;\n    },\n\n    each: each,\n    matches: matches,\n    unique: unique,\n    isArray: Array.isArray,\n    isNumeric: function (n) {\n      return !isNaN(parseFloat(n)) && isFinite(n);\n    }\n\n  });\n\n  var uid = cash.uid = \"_cash\" + Date.now();\n\n  function getDataCache(node) {\n    return node[uid] = node[uid] || {};\n  }\n\n  function setData(node, key, value) {\n    return getDataCache(node)[key] = value;\n  }\n\n  function getData(node, key) {\n    var c = getDataCache(node);\n    if (c[key] === undefined) {\n      c[key] = node.dataset ? node.dataset[key] : cash(node).attr(\"data-\" + key);\n    }\n    return c[key];\n  }\n\n  function removeData(node, key) {\n    var c = getDataCache(node);\n    if (c) {\n      delete c[key];\n    } else if (node.dataset) {\n      delete node.dataset[key];\n    } else {\n      cash(node).removeAttr(\"data-\" + name);\n    }\n  }\n\n  fn.extend({\n    data: function (name, value) {\n      if (isString(name)) {\n        return value === undefined ? getData(this[0], name) : this.each(function (v) {\n          return setData(v, name, value);\n        });\n      }\n\n      for (var key in name) {\n        this.data(key, name[key]);\n      }\n\n      return this;\n    },\n\n    removeData: function (key) {\n      return this.each(function (v) {\n        return removeData(v, key);\n      });\n    }\n\n  });\n\n  var notWhiteMatch = /\\S+/g;\n\n  function getClasses(c) {\n    return isString(c) && c.match(notWhiteMatch);\n  }\n\n  function hasClass(v, c) {\n    return v.classList ? v.classList.contains(c) : new RegExp(\"(^| )\" + c + \"( |$)\", \"gi\").test(v.className);\n  }\n\n  function addClass(v, c, spacedName) {\n    if (v.classList) {\n      v.classList.add(c);\n    } else if (spacedName.indexOf(\" \" + c + \" \")) {\n      v.className += \" \" + c;\n    }\n  }\n\n  function removeClass(v, c) {\n    if (v.classList) {\n      v.classList.remove(c);\n    } else {\n      v.className = v.className.replace(c, \"\");\n    }\n  }\n\n  fn.extend({\n    addClass: function (c) {\n      var classes = getClasses(c);\n\n      return classes ? this.each(function (v) {\n        var spacedName = \" \" + v.className + \" \";\n        each(classes, function (c) {\n          addClass(v, c, spacedName);\n        });\n      }) : this;\n    },\n\n    attr: function (name, value) {\n      if (!name) {\n        return undefined;\n      }\n\n      if (isString(name)) {\n        if (value === undefined) {\n          return this[0] ? this[0].getAttribute ? this[0].getAttribute(name) : this[0][name] : undefined;\n        }\n\n        return this.each(function (v) {\n          if (v.setAttribute) {\n            v.setAttribute(name, value);\n          } else {\n            v[name] = value;\n          }\n        });\n      }\n\n      for (var key in name) {\n        this.attr(key, name[key]);\n      }\n\n      return this;\n    },\n\n    hasClass: function (c) {\n      var check = false,\n          classes = getClasses(c);\n      if (classes && classes.length) {\n        this.each(function (v) {\n          check = hasClass(v, classes[0]);\n          return !check;\n        });\n      }\n      return check;\n    },\n\n    prop: function (name, value) {\n      if (isString(name)) {\n        return value === undefined ? this[0][name] : this.each(function (v) {\n          v[name] = value;\n        });\n      }\n\n      for (var key in name) {\n        this.prop(key, name[key]);\n      }\n\n      return this;\n    },\n\n    removeAttr: function (name) {\n      return this.each(function (v) {\n        if (v.removeAttribute) {\n          v.removeAttribute(name);\n        } else {\n          delete v[name];\n        }\n      });\n    },\n\n    removeClass: function (c) {\n      if (!arguments.length) {\n        return this.attr(\"class\", \"\");\n      }\n      var classes = getClasses(c);\n      return classes ? this.each(function (v) {\n        each(classes, function (c) {\n          removeClass(v, c);\n        });\n      }) : this;\n    },\n\n    removeProp: function (name) {\n      return this.each(function (v) {\n        delete v[name];\n      });\n    },\n\n    toggleClass: function (c, state) {\n      if (state !== undefined) {\n        return this[state ? \"addClass\" : \"removeClass\"](c);\n      }\n      var classes = getClasses(c);\n      return classes ? this.each(function (v) {\n        var spacedName = \" \" + v.className + \" \";\n        each(classes, function (c) {\n          if (hasClass(v, c)) {\n            removeClass(v, c);\n          } else {\n            addClass(v, c, spacedName);\n          }\n        });\n      }) : this;\n    } });\n\n  fn.extend({\n    add: function (selector, context) {\n      return unique(cash.merge(this, cash(selector, context)));\n    },\n\n    each: function (callback) {\n      each(this, callback);\n      return this;\n    },\n\n    eq: function (index) {\n      return cash(this.get(index));\n    },\n\n    filter: function (selector) {\n      if (!selector) {\n        return this;\n      }\n\n      var comparator = isFunction(selector) ? selector : getCompareFunction(selector);\n\n      return cash(filter.call(this, function (e) {\n        return comparator(e, selector);\n      }));\n    },\n\n    first: function () {\n      return this.eq(0);\n    },\n\n    get: function (index) {\n      if (index === undefined) {\n        return slice.call(this);\n      }\n      return index < 0 ? this[index + this.length] : this[index];\n    },\n\n    index: function (elem) {\n      var child = elem ? cash(elem)[0] : this[0],\n          collection = elem ? this : cash(child).parent().children();\n      return slice.call(collection).indexOf(child);\n    },\n\n    last: function () {\n      return this.eq(-1);\n    }\n\n  });\n\n  var camelCase = function () {\n    var camelRegex = /(?:^\\w|[A-Z]|\\b\\w)/g,\n        whiteSpace = /[\\s-_]+/g;\n    return function (str) {\n      return str.replace(camelRegex, function (letter, index) {\n        return letter[index === 0 ? \"toLowerCase\" : \"toUpperCase\"]();\n      }).replace(whiteSpace, \"\");\n    };\n  }();\n\n  var getPrefixedProp = function () {\n    var cache = {},\n        doc = document,\n        div = doc.createElement(\"div\"),\n        style = div.style;\n\n    return function (prop) {\n      prop = camelCase(prop);\n      if (cache[prop]) {\n        return cache[prop];\n      }\n\n      var ucProp = prop.charAt(0).toUpperCase() + prop.slice(1),\n          prefixes = [\"webkit\", \"moz\", \"ms\", \"o\"],\n          props = (prop + \" \" + prefixes.join(ucProp + \" \") + ucProp).split(\" \");\n\n      each(props, function (p) {\n        if (p in style) {\n          cache[p] = prop = cache[prop] = p;\n          return false;\n        }\n      });\n\n      return cache[prop];\n    };\n  }();\n\n  cash.prefixedProp = getPrefixedProp;\n  cash.camelCase = camelCase;\n\n  fn.extend({\n    css: function (prop, value) {\n      if (isString(prop)) {\n        prop = getPrefixedProp(prop);\n        return arguments.length > 1 ? this.each(function (v) {\n          return v.style[prop] = value;\n        }) : win.getComputedStyle(this[0])[prop];\n      }\n\n      for (var key in prop) {\n        this.css(key, prop[key]);\n      }\n\n      return this;\n    }\n\n  });\n\n  function compute(el, prop) {\n    return parseInt(win.getComputedStyle(el[0], null)[prop], 10) || 0;\n  }\n\n  each([\"Width\", \"Height\"], function (v) {\n    var lower = v.toLowerCase();\n\n    fn[lower] = function () {\n      return this[0].getBoundingClientRect()[lower];\n    };\n\n    fn[\"inner\" + v] = function () {\n      return this[0][\"client\" + v];\n    };\n\n    fn[\"outer\" + v] = function (margins) {\n      return this[0][\"offset\" + v] + (margins ? compute(this, \"margin\" + (v === \"Width\" ? \"Left\" : \"Top\")) + compute(this, \"margin\" + (v === \"Width\" ? \"Right\" : \"Bottom\")) : 0);\n    };\n  });\n\n  function registerEvent(node, eventName, callback) {\n    var eventCache = getData(node, \"_cashEvents\") || setData(node, \"_cashEvents\", {});\n    eventCache[eventName] = eventCache[eventName] || [];\n    eventCache[eventName].push(callback);\n    node.addEventListener(eventName, callback);\n  }\n\n  function removeEvent(node, eventName, callback) {\n    var events = getData(node, \"_cashEvents\"),\n        eventCache = events && events[eventName],\n        index;\n\n    if (!eventCache) {\n      return;\n    }\n\n    if (callback) {\n      node.removeEventListener(eventName, callback);\n      index = eventCache.indexOf(callback);\n      if (index >= 0) {\n        eventCache.splice(index, 1);\n      }\n    } else {\n      each(eventCache, function (event) {\n        node.removeEventListener(eventName, event);\n      });\n      eventCache = [];\n    }\n  }\n\n  fn.extend({\n    off: function (eventName, callback) {\n      return this.each(function (v) {\n        return removeEvent(v, eventName, callback);\n      });\n    },\n\n    on: function (eventName, delegate, callback, runOnce) {\n      // jshint ignore:line\n      var originalCallback;\n      if (!isString(eventName)) {\n        for (var key in eventName) {\n          this.on(key, delegate, eventName[key]);\n        }\n        return this;\n      }\n\n      if (isFunction(delegate)) {\n        callback = delegate;\n        delegate = null;\n      }\n\n      if (eventName === \"ready\") {\n        onReady(callback);\n        return this;\n      }\n\n      if (delegate) {\n        originalCallback = callback;\n        callback = function (e) {\n          var t = e.target;\n          while (!matches(t, delegate)) {\n            if (t === this || t === null) {\n              return t = false;\n            }\n\n            t = t.parentNode;\n          }\n\n          if (t) {\n            originalCallback.call(t, e);\n          }\n        };\n      }\n\n      return this.each(function (v) {\n        var finalCallback = callback;\n        if (runOnce) {\n          finalCallback = function () {\n            callback.apply(this, arguments);\n            removeEvent(v, eventName, finalCallback);\n          };\n        }\n        registerEvent(v, eventName, finalCallback);\n      });\n    },\n\n    one: function (eventName, delegate, callback) {\n      return this.on(eventName, delegate, callback, true);\n    },\n\n    ready: onReady,\n\n    /**\n     * Modified\n     * Triggers browser event\n     * @param String eventName\n     * @param Object data - Add properties to event object\n     */\n    trigger: function (eventName, data) {\n      if (document.createEvent) {\n        var evt = document.createEvent('HTMLEvents');\n        evt.initEvent(eventName, true, false);\n        evt = this.extend(evt, data);\n        return this.each(function (v) {\n          return v.dispatchEvent(evt);\n        });\n      }\n    }\n\n  });\n\n  function encode(name, value) {\n    return \"&\" + encodeURIComponent(name) + \"=\" + encodeURIComponent(value).replace(/%20/g, \"+\");\n  }\n\n  function getSelectMultiple_(el) {\n    var values = [];\n    each(el.options, function (o) {\n      if (o.selected) {\n        values.push(o.value);\n      }\n    });\n    return values.length ? values : null;\n  }\n\n  function getSelectSingle_(el) {\n    var selectedIndex = el.selectedIndex;\n    return selectedIndex >= 0 ? el.options[selectedIndex].value : null;\n  }\n\n  function getValue(el) {\n    var type = el.type;\n    if (!type) {\n      return null;\n    }\n    switch (type.toLowerCase()) {\n      case \"select-one\":\n        return getSelectSingle_(el);\n      case \"select-multiple\":\n        return getSelectMultiple_(el);\n      case \"radio\":\n        return el.checked ? el.value : null;\n      case \"checkbox\":\n        return el.checked ? el.value : null;\n      default:\n        return el.value ? el.value : null;\n    }\n  }\n\n  fn.extend({\n    serialize: function () {\n      var query = \"\";\n\n      each(this[0].elements || this, function (el) {\n        if (el.disabled || el.tagName === \"FIELDSET\") {\n          return;\n        }\n        var name = el.name;\n        switch (el.type.toLowerCase()) {\n          case \"file\":\n          case \"reset\":\n          case \"submit\":\n          case \"button\":\n            break;\n          case \"select-multiple\":\n            var values = getValue(el);\n            if (values !== null) {\n              each(values, function (value) {\n                query += encode(name, value);\n              });\n            }\n            break;\n          default:\n            var value = getValue(el);\n            if (value !== null) {\n              query += encode(name, value);\n            }\n        }\n      });\n\n      return query.substr(1);\n    },\n\n    val: function (value) {\n      if (value === undefined) {\n        return getValue(this[0]);\n      }\n\n      return this.each(function (v) {\n        return v.value = value;\n      });\n    }\n\n  });\n\n  function insertElement(el, child, prepend) {\n    if (prepend) {\n      var first = el.childNodes[0];\n      el.insertBefore(child, first);\n    } else {\n      el.appendChild(child);\n    }\n  }\n\n  function insertContent(parent, child, prepend) {\n    var str = isString(child);\n\n    if (!str && child.length) {\n      each(child, function (v) {\n        return insertContent(parent, v, prepend);\n      });\n      return;\n    }\n\n    each(parent, str ? function (v) {\n      return v.insertAdjacentHTML(prepend ? \"afterbegin\" : \"beforeend\", child);\n    } : function (v, i) {\n      return insertElement(v, i === 0 ? child : child.cloneNode(true), prepend);\n    });\n  }\n\n  fn.extend({\n    after: function (selector) {\n      cash(selector).insertAfter(this);\n      return this;\n    },\n\n    append: function (content) {\n      insertContent(this, content);\n      return this;\n    },\n\n    appendTo: function (parent) {\n      insertContent(cash(parent), this);\n      return this;\n    },\n\n    before: function (selector) {\n      cash(selector).insertBefore(this);\n      return this;\n    },\n\n    clone: function () {\n      return cash(this.map(function (v) {\n        return v.cloneNode(true);\n      }));\n    },\n\n    empty: function () {\n      this.html(\"\");\n      return this;\n    },\n\n    html: function (content) {\n      if (content === undefined) {\n        return this[0].innerHTML;\n      }\n      var source = content.nodeType ? content[0].outerHTML : content;\n      return this.each(function (v) {\n        return v.innerHTML = source;\n      });\n    },\n\n    insertAfter: function (selector) {\n      var _this = this;\n\n      cash(selector).each(function (el, i) {\n        var parent = el.parentNode,\n            sibling = el.nextSibling;\n        _this.each(function (v) {\n          parent.insertBefore(i === 0 ? v : v.cloneNode(true), sibling);\n        });\n      });\n\n      return this;\n    },\n\n    insertBefore: function (selector) {\n      var _this2 = this;\n      cash(selector).each(function (el, i) {\n        var parent = el.parentNode;\n        _this2.each(function (v) {\n          parent.insertBefore(i === 0 ? v : v.cloneNode(true), el);\n        });\n      });\n      return this;\n    },\n\n    prepend: function (content) {\n      insertContent(this, content, true);\n      return this;\n    },\n\n    prependTo: function (parent) {\n      insertContent(cash(parent), this, true);\n      return this;\n    },\n\n    remove: function () {\n      return this.each(function (v) {\n        if (!!v.parentNode) {\n          return v.parentNode.removeChild(v);\n        }\n      });\n    },\n\n    text: function (content) {\n      if (content === undefined) {\n        return this[0].textContent;\n      }\n      return this.each(function (v) {\n        return v.textContent = content;\n      });\n    }\n\n  });\n\n  var docEl = doc.documentElement;\n\n  fn.extend({\n    position: function () {\n      var el = this[0];\n      return {\n        left: el.offsetLeft,\n        top: el.offsetTop\n      };\n    },\n\n    offset: function () {\n      var rect = this[0].getBoundingClientRect();\n      return {\n        top: rect.top + win.pageYOffset - docEl.clientTop,\n        left: rect.left + win.pageXOffset - docEl.clientLeft\n      };\n    },\n\n    offsetParent: function () {\n      return cash(this[0].offsetParent);\n    }\n\n  });\n\n  fn.extend({\n    children: function (selector) {\n      var elems = [];\n      this.each(function (el) {\n        push.apply(elems, el.children);\n      });\n      elems = unique(elems);\n\n      return !selector ? elems : elems.filter(function (v) {\n        return matches(v, selector);\n      });\n    },\n\n    closest: function (selector) {\n      if (!selector || this.length < 1) {\n        return cash();\n      }\n      if (this.is(selector)) {\n        return this.filter(selector);\n      }\n      return this.parent().closest(selector);\n    },\n\n    is: function (selector) {\n      if (!selector) {\n        return false;\n      }\n\n      var match = false,\n          comparator = getCompareFunction(selector);\n\n      this.each(function (el) {\n        match = comparator(el, selector);\n        return !match;\n      });\n\n      return match;\n    },\n\n    find: function (selector) {\n      if (!selector || selector.nodeType) {\n        return cash(selector && this.has(selector).length ? selector : null);\n      }\n\n      var elems = [];\n      this.each(function (el) {\n        push.apply(elems, find(selector, el));\n      });\n\n      return unique(elems);\n    },\n\n    has: function (selector) {\n      var comparator = isString(selector) ? function (el) {\n        return find(selector, el).length !== 0;\n      } : function (el) {\n        return el.contains(selector);\n      };\n\n      return this.filter(comparator);\n    },\n\n    next: function () {\n      return cash(this[0].nextElementSibling);\n    },\n\n    not: function (selector) {\n      if (!selector) {\n        return this;\n      }\n\n      var comparator = getCompareFunction(selector);\n\n      return this.filter(function (el) {\n        return !comparator(el, selector);\n      });\n    },\n\n    parent: function () {\n      var result = [];\n\n      this.each(function (item) {\n        if (item && item.parentNode) {\n          result.push(item.parentNode);\n        }\n      });\n\n      return unique(result);\n    },\n\n    parents: function (selector) {\n      var last,\n          result = [];\n\n      this.each(function (item) {\n        last = item;\n\n        while (last && last.parentNode && last !== doc.body.parentNode) {\n          last = last.parentNode;\n\n          if (!selector || selector && matches(last, selector)) {\n            result.push(last);\n          }\n        }\n      });\n\n      return unique(result);\n    },\n\n    prev: function () {\n      return cash(this[0].previousElementSibling);\n    },\n\n    siblings: function (selector) {\n      var collection = this.parent().children(selector),\n          el = this[0];\n\n      return collection.filter(function (i) {\n        return i !== el;\n      });\n    }\n\n  });\n\n  return cash;\n});\n;\nvar Component = function () {\n  /**\n   * Generic constructor for all components\n   * @constructor\n   * @param {Element} el\n   * @param {Object} options\n   */\n  function Component(classDef, el, options) {\n    _classCallCheck(this, Component);\n\n    // Display error if el is valid HTML Element\n    if (!(el instanceof Element)) {\n      console.error(Error(el + ' is not an HTML Element'));\n    }\n\n    // If exists, destroy and reinitialize in child\n    var ins = classDef.getInstance(el);\n    if (!!ins) {\n      ins.destroy();\n    }\n\n    this.el = el;\n    this.$el = cash(el);\n  }\n\n  /**\n   * Initializes components\n   * @param {class} classDef\n   * @param {Element | NodeList | jQuery} els\n   * @param {Object} options\n   */\n\n\n  _createClass(Component, null, [{\n    key: \"init\",\n    value: function init(classDef, els, options) {\n      var instances = null;\n      if (els instanceof Element) {\n        instances = new classDef(els, options);\n      } else if (!!els && (els.jquery || els.cash || els instanceof NodeList)) {\n        var instancesArr = [];\n        for (var i = 0; i < els.length; i++) {\n          instancesArr.push(new classDef(els[i], options));\n        }\n        instances = instancesArr;\n      }\n\n      return instances;\n    }\n  }]);\n\n  return Component;\n}();\n\n; // Required for Meteor package, the use of window prevents export by Meteor\n(function (window) {\n  if (window.Package) {\n    M = {};\n  } else {\n    window.M = {};\n  }\n\n  // Check for jQuery\n  M.jQueryLoaded = !!window.jQuery;\n})(window);\n\n// AMD\nif (true) {\n  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {\n    return M;\n  }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),\n\t\t\t\t__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));\n\n  // Common JS\n} else {}\n\nM.keys = {\n  TAB: 9,\n  ENTER: 13,\n  ESC: 27,\n  ARROW_UP: 38,\n  ARROW_DOWN: 40\n};\n\n/**\n * TabPress Keydown handler\n */\nM.tabPressed = false;\nM.keyDown = false;\nvar docHandleKeydown = function (e) {\n  M.keyDown = true;\n  if (e.which === M.keys.TAB || e.which === M.keys.ARROW_DOWN || e.which === M.keys.ARROW_UP) {\n    M.tabPressed = true;\n  }\n};\nvar docHandleKeyup = function (e) {\n  M.keyDown = false;\n  if (e.which === M.keys.TAB || e.which === M.keys.ARROW_DOWN || e.which === M.keys.ARROW_UP) {\n    M.tabPressed = false;\n  }\n};\nvar docHandleFocus = function (e) {\n  if (M.keyDown) {\n    document.body.classList.add('keyboard-focused');\n  }\n};\nvar docHandleBlur = function (e) {\n  document.body.classList.remove('keyboard-focused');\n};\ndocument.addEventListener('keydown', docHandleKeydown, true);\ndocument.addEventListener('keyup', docHandleKeyup, true);\ndocument.addEventListener('focus', docHandleFocus, true);\ndocument.addEventListener('blur', docHandleBlur, true);\n\n/**\n * Initialize jQuery wrapper for plugin\n * @param {Class} plugin  javascript class\n * @param {string} pluginName  jQuery plugin name\n * @param {string} classRef  Class reference name\n */\nM.initializeJqueryWrapper = function (plugin, pluginName, classRef) {\n  jQuery.fn[pluginName] = function (methodOrOptions) {\n    // Call plugin method if valid method name is passed in\n    if (plugin.prototype[methodOrOptions]) {\n      var params = Array.prototype.slice.call(arguments, 1);\n\n      // Getter methods\n      if (methodOrOptions.slice(0, 3) === 'get') {\n        var instance = this.first()[0][classRef];\n        return instance[methodOrOptions].apply(instance, params);\n      }\n\n      // Void methods\n      return this.each(function () {\n        var instance = this[classRef];\n        instance[methodOrOptions].apply(instance, params);\n      });\n\n      // Initialize plugin if options or no argument is passed in\n    } else if (typeof methodOrOptions === 'object' || !methodOrOptions) {\n      plugin.init(this, arguments[0]);\n      return this;\n    }\n\n    // Return error if an unrecognized  method name is passed in\n    jQuery.error(\"Method \" + methodOrOptions + \" does not exist on jQuery.\" + pluginName);\n  };\n};\n\n/**\n * Automatically initialize components\n * @param {Element} context  DOM Element to search within for components\n */\nM.AutoInit = function (context) {\n  // Use document.body if no context is given\n  var root = !!context ? context : document.body;\n\n  var registry = {\n    Autocomplete: root.querySelectorAll('.autocomplete:not(.no-autoinit)'),\n    Carousel: root.querySelectorAll('.carousel:not(.no-autoinit)'),\n    Chips: root.querySelectorAll('.chips:not(.no-autoinit)'),\n    Collapsible: root.querySelectorAll('.collapsible:not(.no-autoinit)'),\n    Datepicker: root.querySelectorAll('.datepicker:not(.no-autoinit)'),\n    Dropdown: root.querySelectorAll('.dropdown-trigger:not(.no-autoinit)'),\n    Materialbox: root.querySelectorAll('.materialboxed:not(.no-autoinit)'),\n    Modal: root.querySelectorAll('.modal:not(.no-autoinit)'),\n    Parallax: root.querySelectorAll('.parallax:not(.no-autoinit)'),\n    Pushpin: root.querySelectorAll('.pushpin:not(.no-autoinit)'),\n    ScrollSpy: root.querySelectorAll('.scrollspy:not(.no-autoinit)'),\n    FormSelect: root.querySelectorAll('select:not(.no-autoinit)'),\n    Sidenav: root.querySelectorAll('.sidenav:not(.no-autoinit)'),\n    Tabs: root.querySelectorAll('.tabs:not(.no-autoinit)'),\n    TapTarget: root.querySelectorAll('.tap-target:not(.no-autoinit)'),\n    Timepicker: root.querySelectorAll('.timepicker:not(.no-autoinit)'),\n    Tooltip: root.querySelectorAll('.tooltipped:not(.no-autoinit)'),\n    FloatingActionButton: root.querySelectorAll('.fixed-action-btn:not(.no-autoinit)')\n  };\n\n  for (var pluginName in registry) {\n    var plugin = M[pluginName];\n    plugin.init(registry[pluginName]);\n  }\n};\n\n/**\n * Generate approximated selector string for a jQuery object\n * @param {jQuery} obj  jQuery object to be parsed\n * @returns {string}\n */\nM.objectSelectorString = function (obj) {\n  var tagStr = obj.prop('tagName') || '';\n  var idStr = obj.attr('id') || '';\n  var classStr = obj.attr('class') || '';\n  return (tagStr + idStr + classStr).replace(/\\s/g, '');\n};\n\n// Unique Random ID\nM.guid = function () {\n  function s4() {\n    return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);\n  }\n  return function () {\n    return s4() + s4() + '-' + s4() + '-' + s4() + '-' + s4() + '-' + s4() + s4() + s4();\n  };\n}();\n\n/**\n * Escapes hash from special characters\n * @param {string} hash  String returned from this.hash\n * @returns {string}\n */\nM.escapeHash = function (hash) {\n  return hash.replace(/(:|\\.|\\[|\\]|,|=|\\/)/g, '\\\\$1');\n};\n\nM.elementOrParentIsFixed = function (element) {\n  var $element = $(element);\n  var $checkElements = $element.add($element.parents());\n  var isFixed = false;\n  $checkElements.each(function () {\n    if ($(this).css('position') === 'fixed') {\n      isFixed = true;\n      return false;\n    }\n  });\n  return isFixed;\n};\n\n/**\n * @typedef {Object} Edges\n * @property {Boolean} top  If the top edge was exceeded\n * @property {Boolean} right  If the right edge was exceeded\n * @property {Boolean} bottom  If the bottom edge was exceeded\n * @property {Boolean} left  If the left edge was exceeded\n */\n\n/**\n * @typedef {Object} Bounding\n * @property {Number} left  left offset coordinate\n * @property {Number} top  top offset coordinate\n * @property {Number} width\n * @property {Number} height\n */\n\n/**\n * Escapes hash from special characters\n * @param {Element} container  Container element that acts as the boundary\n * @param {Bounding} bounding  element bounding that is being checked\n * @param {Number} offset  offset from edge that counts as exceeding\n * @returns {Edges}\n */\nM.checkWithinContainer = function (container, bounding, offset) {\n  var edges = {\n    top: false,\n    right: false,\n    bottom: false,\n    left: false\n  };\n\n  var containerRect = container.getBoundingClientRect();\n  // If body element is smaller than viewport, use viewport height instead.\n  var containerBottom = container === document.body ? Math.max(containerRect.bottom, window.innerHeight) : containerRect.bottom;\n\n  var scrollLeft = container.scrollLeft;\n  var scrollTop = container.scrollTop;\n\n  var scrolledX = bounding.left - scrollLeft;\n  var scrolledY = bounding.top - scrollTop;\n\n  // Check for container and viewport for each edge\n  if (scrolledX < containerRect.left + offset || scrolledX < offset) {\n    edges.left = true;\n  }\n\n  if (scrolledX + bounding.width > containerRect.right - offset || scrolledX + bounding.width > window.innerWidth - offset) {\n    edges.right = true;\n  }\n\n  if (scrolledY < containerRect.top + offset || scrolledY < offset) {\n    edges.top = true;\n  }\n\n  if (scrolledY + bounding.height > containerBottom - offset || scrolledY + bounding.height > window.innerHeight - offset) {\n    edges.bottom = true;\n  }\n\n  return edges;\n};\n\nM.checkPossibleAlignments = function (el, container, bounding, offset) {\n  var canAlign = {\n    top: true,\n    right: true,\n    bottom: true,\n    left: true,\n    spaceOnTop: null,\n    spaceOnRight: null,\n    spaceOnBottom: null,\n    spaceOnLeft: null\n  };\n\n  var containerAllowsOverflow = getComputedStyle(container).overflow === 'visible';\n  var containerRect = container.getBoundingClientRect();\n  var containerHeight = Math.min(containerRect.height, window.innerHeight);\n  var containerWidth = Math.min(containerRect.width, window.innerWidth);\n  var elOffsetRect = el.getBoundingClientRect();\n\n  var scrollLeft = container.scrollLeft;\n  var scrollTop = container.scrollTop;\n\n  var scrolledX = bounding.left - scrollLeft;\n  var scrolledYTopEdge = bounding.top - scrollTop;\n  var scrolledYBottomEdge = bounding.top + elOffsetRect.height - scrollTop;\n\n  // Check for container and viewport for left\n  canAlign.spaceOnRight = !containerAllowsOverflow ? containerWidth - (scrolledX + bounding.width) : window.innerWidth - (elOffsetRect.left + bounding.width);\n  if (canAlign.spaceOnRight < 0) {\n    canAlign.left = false;\n  }\n\n  // Check for container and viewport for Right\n  canAlign.spaceOnLeft = !containerAllowsOverflow ? scrolledX - bounding.width + elOffsetRect.width : elOffsetRect.right - bounding.width;\n  if (canAlign.spaceOnLeft < 0) {\n    canAlign.right = false;\n  }\n\n  // Check for container and viewport for Top\n  canAlign.spaceOnBottom = !containerAllowsOverflow ? containerHeight - (scrolledYTopEdge + bounding.height + offset) : window.innerHeight - (elOffsetRect.top + bounding.height + offset);\n  if (canAlign.spaceOnBottom < 0) {\n    canAlign.top = false;\n  }\n\n  // Check for container and viewport for Bottom\n  canAlign.spaceOnTop = !containerAllowsOverflow ? scrolledYBottomEdge - (bounding.height - offset) : elOffsetRect.bottom - (bounding.height + offset);\n  if (canAlign.spaceOnTop < 0) {\n    canAlign.bottom = false;\n  }\n\n  return canAlign;\n};\n\nM.getOverflowParent = function (element) {\n  if (element == null) {\n    return null;\n  }\n\n  if (element === document.body || getComputedStyle(element).overflow !== 'visible') {\n    return element;\n  }\n\n  return M.getOverflowParent(element.parentElement);\n};\n\n/**\n * Gets id of component from a trigger\n * @param {Element} trigger  trigger\n * @returns {string}\n */\nM.getIdFromTrigger = function (trigger) {\n  var id = trigger.getAttribute('data-target');\n  if (!id) {\n    id = trigger.getAttribute('href');\n    if (id) {\n      id = id.slice(1);\n    } else {\n      id = '';\n    }\n  }\n  return id;\n};\n\n/**\n * Multi browser support for document scroll top\n * @returns {Number}\n */\nM.getDocumentScrollTop = function () {\n  return window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0;\n};\n\n/**\n * Multi browser support for document scroll left\n * @returns {Number}\n */\nM.getDocumentScrollLeft = function () {\n  return window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0;\n};\n\n/**\n * @typedef {Object} Edges\n * @property {Boolean} top  If the top edge was exceeded\n * @property {Boolean} right  If the right edge was exceeded\n * @property {Boolean} bottom  If the bottom edge was exceeded\n * @property {Boolean} left  If the left edge was exceeded\n */\n\n/**\n * @typedef {Object} Bounding\n * @property {Number} left  left offset coordinate\n * @property {Number} top  top offset coordinate\n * @property {Number} width\n * @property {Number} height\n */\n\n/**\n * Get time in ms\n * @license https://raw.github.com/jashkenas/underscore/master/LICENSE\n * @type {function}\n * @return {number}\n */\nvar getTime = Date.now || function () {\n  return new Date().getTime();\n};\n\n/**\n * Returns a function, that, when invoked, will only be triggered at most once\n * during a given window of time. Normally, the throttled function will run\n * as much as it can, without ever going more than once per `wait` duration;\n * but if you'd like to disable the execution on the leading edge, pass\n * `{leading: false}`. To disable execution on the trailing edge, ditto.\n * @license https://raw.github.com/jashkenas/underscore/master/LICENSE\n * @param {function} func\n * @param {number} wait\n * @param {Object=} options\n * @returns {Function}\n */\nM.throttle = function (func, wait, options) {\n  var context = void 0,\n      args = void 0,\n      result = void 0;\n  var timeout = null;\n  var previous = 0;\n  options || (options = {});\n  var later = function () {\n    previous = options.leading === false ? 0 : getTime();\n    timeout = null;\n    result = func.apply(context, args);\n    context = args = null;\n  };\n  return function () {\n    var now = getTime();\n    if (!previous && options.leading === false) previous = now;\n    var remaining = wait - (now - previous);\n    context = this;\n    args = arguments;\n    if (remaining <= 0) {\n      clearTimeout(timeout);\n      timeout = null;\n      previous = now;\n      result = func.apply(context, args);\n      context = args = null;\n    } else if (!timeout && options.trailing !== false) {\n      timeout = setTimeout(later, remaining);\n    }\n    return result;\n  };\n};\n; /*\n  v2.2.0\n  2017 Julian Garnier\n  Released under the MIT license\n  */\nvar $jscomp = { scope: {} };$jscomp.defineProperty = \"function\" == typeof Object.defineProperties ? Object.defineProperty : function (e, r, p) {\n  if (p.get || p.set) throw new TypeError(\"ES3 does not support getters and setters.\");e != Array.prototype && e != Object.prototype && (e[r] = p.value);\n};$jscomp.getGlobal = function (e) {\n  return \"undefined\" != typeof window && window === e ? e : \"undefined\" != typeof global && null != global ? global : e;\n};$jscomp.global = $jscomp.getGlobal(this);$jscomp.SYMBOL_PREFIX = \"jscomp_symbol_\";\n$jscomp.initSymbol = function () {\n  $jscomp.initSymbol = function () {};$jscomp.global.Symbol || ($jscomp.global.Symbol = $jscomp.Symbol);\n};$jscomp.symbolCounter_ = 0;$jscomp.Symbol = function (e) {\n  return $jscomp.SYMBOL_PREFIX + (e || \"\") + $jscomp.symbolCounter_++;\n};\n$jscomp.initSymbolIterator = function () {\n  $jscomp.initSymbol();var e = $jscomp.global.Symbol.iterator;e || (e = $jscomp.global.Symbol.iterator = $jscomp.global.Symbol(\"iterator\"));\"function\" != typeof Array.prototype[e] && $jscomp.defineProperty(Array.prototype, e, { configurable: !0, writable: !0, value: function () {\n      return $jscomp.arrayIterator(this);\n    } });$jscomp.initSymbolIterator = function () {};\n};$jscomp.arrayIterator = function (e) {\n  var r = 0;return $jscomp.iteratorPrototype(function () {\n    return r < e.length ? { done: !1, value: e[r++] } : { done: !0 };\n  });\n};\n$jscomp.iteratorPrototype = function (e) {\n  $jscomp.initSymbolIterator();e = { next: e };e[$jscomp.global.Symbol.iterator] = function () {\n    return this;\n  };return e;\n};$jscomp.array = $jscomp.array || {};$jscomp.iteratorFromArray = function (e, r) {\n  $jscomp.initSymbolIterator();e instanceof String && (e += \"\");var p = 0,\n      m = { next: function () {\n      if (p < e.length) {\n        var u = p++;return { value: r(u, e[u]), done: !1 };\n      }m.next = function () {\n        return { done: !0, value: void 0 };\n      };return m.next();\n    } };m[Symbol.iterator] = function () {\n    return m;\n  };return m;\n};\n$jscomp.polyfill = function (e, r, p, m) {\n  if (r) {\n    p = $jscomp.global;e = e.split(\".\");for (m = 0; m < e.length - 1; m++) {\n      var u = e[m];u in p || (p[u] = {});p = p[u];\n    }e = e[e.length - 1];m = p[e];r = r(m);r != m && null != r && $jscomp.defineProperty(p, e, { configurable: !0, writable: !0, value: r });\n  }\n};$jscomp.polyfill(\"Array.prototype.keys\", function (e) {\n  return e ? e : function () {\n    return $jscomp.iteratorFromArray(this, function (e) {\n      return e;\n    });\n  };\n}, \"es6-impl\", \"es3\");var $jscomp$this = this;\n(function (r) {\n  M.anime = r();\n})(function () {\n  function e(a) {\n    if (!h.col(a)) try {\n      return document.querySelectorAll(a);\n    } catch (c) {}\n  }function r(a, c) {\n    for (var d = a.length, b = 2 <= arguments.length ? arguments[1] : void 0, f = [], n = 0; n < d; n++) {\n      if (n in a) {\n        var k = a[n];c.call(b, k, n, a) && f.push(k);\n      }\n    }return f;\n  }function p(a) {\n    return a.reduce(function (a, d) {\n      return a.concat(h.arr(d) ? p(d) : d);\n    }, []);\n  }function m(a) {\n    if (h.arr(a)) return a;\n    h.str(a) && (a = e(a) || a);return a instanceof NodeList || a instanceof HTMLCollection ? [].slice.call(a) : [a];\n  }function u(a, c) {\n    return a.some(function (a) {\n      return a === c;\n    });\n  }function C(a) {\n    var c = {},\n        d;for (d in a) {\n      c[d] = a[d];\n    }return c;\n  }function D(a, c) {\n    var d = C(a),\n        b;for (b in a) {\n      d[b] = c.hasOwnProperty(b) ? c[b] : a[b];\n    }return d;\n  }function z(a, c) {\n    var d = C(a),\n        b;for (b in c) {\n      d[b] = h.und(a[b]) ? c[b] : a[b];\n    }return d;\n  }function T(a) {\n    a = a.replace(/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i, function (a, c, d, k) {\n      return c + c + d + d + k + k;\n    });var c = /^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i.exec(a);\n    a = parseInt(c[1], 16);var d = parseInt(c[2], 16),\n        c = parseInt(c[3], 16);return \"rgba(\" + a + \",\" + d + \",\" + c + \",1)\";\n  }function U(a) {\n    function c(a, c, b) {\n      0 > b && (b += 1);1 < b && --b;return b < 1 / 6 ? a + 6 * (c - a) * b : .5 > b ? c : b < 2 / 3 ? a + (c - a) * (2 / 3 - b) * 6 : a;\n    }var d = /hsl\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%\\)/g.exec(a) || /hsla\\((\\d+),\\s*([\\d.]+)%,\\s*([\\d.]+)%,\\s*([\\d.]+)\\)/g.exec(a);a = parseInt(d[1]) / 360;var b = parseInt(d[2]) / 100,\n        f = parseInt(d[3]) / 100,\n        d = d[4] || 1;if (0 == b) f = b = a = f;else {\n      var n = .5 > f ? f * (1 + b) : f + b - f * b,\n          k = 2 * f - n,\n          f = c(k, n, a + 1 / 3),\n          b = c(k, n, a);a = c(k, n, a - 1 / 3);\n    }return \"rgba(\" + 255 * f + \",\" + 255 * b + \",\" + 255 * a + \",\" + d + \")\";\n  }function y(a) {\n    if (a = /([\\+\\-]?[0-9#\\.]+)(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(a)) return a[2];\n  }function V(a) {\n    if (-1 < a.indexOf(\"translate\") || \"perspective\" === a) return \"px\";if (-1 < a.indexOf(\"rotate\") || -1 < a.indexOf(\"skew\")) return \"deg\";\n  }function I(a, c) {\n    return h.fnc(a) ? a(c.target, c.id, c.total) : a;\n  }function E(a, c) {\n    if (c in a.style) return getComputedStyle(a).getPropertyValue(c.replace(/([a-z])([A-Z])/g, \"$1-$2\").toLowerCase()) || \"0\";\n  }function J(a, c) {\n    if (h.dom(a) && u(W, c)) return \"transform\";if (h.dom(a) && (a.getAttribute(c) || h.svg(a) && a[c])) return \"attribute\";if (h.dom(a) && \"transform\" !== c && E(a, c)) return \"css\";if (null != a[c]) return \"object\";\n  }function X(a, c) {\n    var d = V(c),\n        d = -1 < c.indexOf(\"scale\") ? 1 : 0 + d;a = a.style.transform;if (!a) return d;for (var b = [], f = [], n = [], k = /(\\w+)\\((.+?)\\)/g; b = k.exec(a);) {\n      f.push(b[1]), n.push(b[2]);\n    }a = r(n, function (a, b) {\n      return f[b] === c;\n    });return a.length ? a[0] : d;\n  }function K(a, c) {\n    switch (J(a, c)) {case \"transform\":\n        return X(a, c);case \"css\":\n        return E(a, c);case \"attribute\":\n        return a.getAttribute(c);}return a[c] || 0;\n  }function L(a, c) {\n    var d = /^(\\*=|\\+=|-=)/.exec(a);if (!d) return a;var b = y(a) || 0;c = parseFloat(c);a = parseFloat(a.replace(d[0], \"\"));switch (d[0][0]) {case \"+\":\n        return c + a + b;case \"-\":\n        return c - a + b;case \"*\":\n        return c * a + b;}\n  }function F(a, c) {\n    return Math.sqrt(Math.pow(c.x - a.x, 2) + Math.pow(c.y - a.y, 2));\n  }function M(a) {\n    a = a.points;for (var c = 0, d, b = 0; b < a.numberOfItems; b++) {\n      var f = a.getItem(b);0 < b && (c += F(d, f));d = f;\n    }return c;\n  }function N(a) {\n    if (a.getTotalLength) return a.getTotalLength();switch (a.tagName.toLowerCase()) {case \"circle\":\n        return 2 * Math.PI * a.getAttribute(\"r\");case \"rect\":\n        return 2 * a.getAttribute(\"width\") + 2 * a.getAttribute(\"height\");case \"line\":\n        return F({ x: a.getAttribute(\"x1\"), y: a.getAttribute(\"y1\") }, { x: a.getAttribute(\"x2\"), y: a.getAttribute(\"y2\") });case \"polyline\":\n        return M(a);case \"polygon\":\n        var c = a.points;return M(a) + F(c.getItem(c.numberOfItems - 1), c.getItem(0));}\n  }function Y(a, c) {\n    function d(b) {\n      b = void 0 === b ? 0 : b;return a.el.getPointAtLength(1 <= c + b ? c + b : 0);\n    }var b = d(),\n        f = d(-1),\n        n = d(1);switch (a.property) {case \"x\":\n        return b.x;case \"y\":\n        return b.y;\n      case \"angle\":\n        return 180 * Math.atan2(n.y - f.y, n.x - f.x) / Math.PI;}\n  }function O(a, c) {\n    var d = /-?\\d*\\.?\\d+/g,\n        b;b = h.pth(a) ? a.totalLength : a;if (h.col(b)) {\n      if (h.rgb(b)) {\n        var f = /rgb\\((\\d+,\\s*[\\d]+,\\s*[\\d]+)\\)/g.exec(b);b = f ? \"rgba(\" + f[1] + \",1)\" : b;\n      } else b = h.hex(b) ? T(b) : h.hsl(b) ? U(b) : void 0;\n    } else f = (f = y(b)) ? b.substr(0, b.length - f.length) : b, b = c && !/\\s/g.test(b) ? f + c : f;b += \"\";return { original: b, numbers: b.match(d) ? b.match(d).map(Number) : [0], strings: h.str(a) || c ? b.split(d) : [] };\n  }function P(a) {\n    a = a ? p(h.arr(a) ? a.map(m) : m(a)) : [];return r(a, function (a, d, b) {\n      return b.indexOf(a) === d;\n    });\n  }function Z(a) {\n    var c = P(a);return c.map(function (a, b) {\n      return { target: a, id: b, total: c.length };\n    });\n  }function aa(a, c) {\n    var d = C(c);if (h.arr(a)) {\n      var b = a.length;2 !== b || h.obj(a[0]) ? h.fnc(c.duration) || (d.duration = c.duration / b) : a = { value: a };\n    }return m(a).map(function (a, b) {\n      b = b ? 0 : c.delay;a = h.obj(a) && !h.pth(a) ? a : { value: a };h.und(a.delay) && (a.delay = b);return a;\n    }).map(function (a) {\n      return z(a, d);\n    });\n  }function ba(a, c) {\n    var d = {},\n        b;for (b in a) {\n      var f = I(a[b], c);h.arr(f) && (f = f.map(function (a) {\n        return I(a, c);\n      }), 1 === f.length && (f = f[0]));d[b] = f;\n    }d.duration = parseFloat(d.duration);d.delay = parseFloat(d.delay);return d;\n  }function ca(a) {\n    return h.arr(a) ? A.apply(this, a) : Q[a];\n  }function da(a, c) {\n    var d;return a.tweens.map(function (b) {\n      b = ba(b, c);var f = b.value,\n          e = K(c.target, a.name),\n          k = d ? d.to.original : e,\n          k = h.arr(f) ? f[0] : k,\n          w = L(h.arr(f) ? f[1] : f, k),\n          e = y(w) || y(k) || y(e);b.from = O(k, e);b.to = O(w, e);b.start = d ? d.end : a.offset;b.end = b.start + b.delay + b.duration;b.easing = ca(b.easing);b.elasticity = (1E3 - Math.min(Math.max(b.elasticity, 1), 999)) / 1E3;b.isPath = h.pth(f);b.isColor = h.col(b.from.original);b.isColor && (b.round = 1);return d = b;\n    });\n  }function ea(a, c) {\n    return r(p(a.map(function (a) {\n      return c.map(function (b) {\n        var c = J(a.target, b.name);if (c) {\n          var d = da(b, a);b = { type: c, property: b.name, animatable: a, tweens: d, duration: d[d.length - 1].end, delay: d[0].delay };\n        } else b = void 0;return b;\n      });\n    })), function (a) {\n      return !h.und(a);\n    });\n  }function R(a, c, d, b) {\n    var f = \"delay\" === a;return c.length ? (f ? Math.min : Math.max).apply(Math, c.map(function (b) {\n      return b[a];\n    })) : f ? b.delay : d.offset + b.delay + b.duration;\n  }function fa(a) {\n    var c = D(ga, a),\n        d = D(S, a),\n        b = Z(a.targets),\n        f = [],\n        e = z(c, d),\n        k;for (k in a) {\n      e.hasOwnProperty(k) || \"targets\" === k || f.push({ name: k, offset: e.offset, tweens: aa(a[k], d) });\n    }a = ea(b, f);return z(c, { children: [], animatables: b, animations: a, duration: R(\"duration\", a, c, d), delay: R(\"delay\", a, c, d) });\n  }function q(a) {\n    function c() {\n      return window.Promise && new Promise(function (a) {\n        return p = a;\n      });\n    }function d(a) {\n      return g.reversed ? g.duration - a : a;\n    }function b(a) {\n      for (var b = 0, c = {}, d = g.animations, f = d.length; b < f;) {\n        var e = d[b],\n            k = e.animatable,\n            h = e.tweens,\n            n = h.length - 1,\n            l = h[n];n && (l = r(h, function (b) {\n          return a < b.end;\n        })[0] || l);for (var h = Math.min(Math.max(a - l.start - l.delay, 0), l.duration) / l.duration, w = isNaN(h) ? 1 : l.easing(h, l.elasticity), h = l.to.strings, p = l.round, n = [], m = void 0, m = l.to.numbers.length, t = 0; t < m; t++) {\n          var x = void 0,\n              x = l.to.numbers[t],\n              q = l.from.numbers[t],\n              x = l.isPath ? Y(l.value, w * x) : q + w * (x - q);p && (l.isColor && 2 < t || (x = Math.round(x * p) / p));n.push(x);\n        }if (l = h.length) for (m = h[0], w = 0; w < l; w++) {\n          p = h[w + 1], t = n[w], isNaN(t) || (m = p ? m + (t + p) : m + (t + \" \"));\n        } else m = n[0];ha[e.type](k.target, e.property, m, c, k.id);e.currentValue = m;b++;\n      }if (b = Object.keys(c).length) for (d = 0; d < b; d++) {\n        H || (H = E(document.body, \"transform\") ? \"transform\" : \"-webkit-transform\"), g.animatables[d].target.style[H] = c[d].join(\" \");\n      }g.currentTime = a;g.progress = a / g.duration * 100;\n    }function f(a) {\n      if (g[a]) g[a](g);\n    }function e() {\n      g.remaining && !0 !== g.remaining && g.remaining--;\n    }function k(a) {\n      var k = g.duration,\n          n = g.offset,\n          w = n + g.delay,\n          r = g.currentTime,\n          x = g.reversed,\n          q = d(a);if (g.children.length) {\n        var u = g.children,\n            v = u.length;\n        if (q >= g.currentTime) for (var G = 0; G < v; G++) {\n          u[G].seek(q);\n        } else for (; v--;) {\n          u[v].seek(q);\n        }\n      }if (q >= w || !k) g.began || (g.began = !0, f(\"begin\")), f(\"run\");if (q > n && q < k) b(q);else if (q <= n && 0 !== r && (b(0), x && e()), q >= k && r !== k || !k) b(k), x || e();f(\"update\");a >= k && (g.remaining ? (t = h, \"alternate\" === g.direction && (g.reversed = !g.reversed)) : (g.pause(), g.completed || (g.completed = !0, f(\"complete\"), \"Promise\" in window && (p(), m = c()))), l = 0);\n    }a = void 0 === a ? {} : a;var h,\n        t,\n        l = 0,\n        p = null,\n        m = c(),\n        g = fa(a);g.reset = function () {\n      var a = g.direction,\n          c = g.loop;g.currentTime = 0;g.progress = 0;g.paused = !0;g.began = !1;g.completed = !1;g.reversed = \"reverse\" === a;g.remaining = \"alternate\" === a && 1 === c ? 2 : c;b(0);for (a = g.children.length; a--;) {\n        g.children[a].reset();\n      }\n    };g.tick = function (a) {\n      h = a;t || (t = h);k((l + h - t) * q.speed);\n    };g.seek = function (a) {\n      k(d(a));\n    };g.pause = function () {\n      var a = v.indexOf(g);-1 < a && v.splice(a, 1);g.paused = !0;\n    };g.play = function () {\n      g.paused && (g.paused = !1, t = 0, l = d(g.currentTime), v.push(g), B || ia());\n    };g.reverse = function () {\n      g.reversed = !g.reversed;t = 0;l = d(g.currentTime);\n    };g.restart = function () {\n      g.pause();\n      g.reset();g.play();\n    };g.finished = m;g.reset();g.autoplay && g.play();return g;\n  }var ga = { update: void 0, begin: void 0, run: void 0, complete: void 0, loop: 1, direction: \"normal\", autoplay: !0, offset: 0 },\n      S = { duration: 1E3, delay: 0, easing: \"easeOutElastic\", elasticity: 500, round: 0 },\n      W = \"translateX translateY translateZ rotate rotateX rotateY rotateZ scale scaleX scaleY scaleZ skewX skewY perspective\".split(\" \"),\n      H,\n      h = { arr: function (a) {\n      return Array.isArray(a);\n    }, obj: function (a) {\n      return -1 < Object.prototype.toString.call(a).indexOf(\"Object\");\n    },\n    pth: function (a) {\n      return h.obj(a) && a.hasOwnProperty(\"totalLength\");\n    }, svg: function (a) {\n      return a instanceof SVGElement;\n    }, dom: function (a) {\n      return a.nodeType || h.svg(a);\n    }, str: function (a) {\n      return \"string\" === typeof a;\n    }, fnc: function (a) {\n      return \"function\" === typeof a;\n    }, und: function (a) {\n      return \"undefined\" === typeof a;\n    }, hex: function (a) {\n      return (/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(a)\n      );\n    }, rgb: function (a) {\n      return (/^rgb/.test(a)\n      );\n    }, hsl: function (a) {\n      return (/^hsl/.test(a)\n      );\n    }, col: function (a) {\n      return h.hex(a) || h.rgb(a) || h.hsl(a);\n    } },\n      A = function () {\n    function a(a, d, b) {\n      return (((1 - 3 * b + 3 * d) * a + (3 * b - 6 * d)) * a + 3 * d) * a;\n    }return function (c, d, b, f) {\n      if (0 <= c && 1 >= c && 0 <= b && 1 >= b) {\n        var e = new Float32Array(11);if (c !== d || b !== f) for (var k = 0; 11 > k; ++k) {\n          e[k] = a(.1 * k, c, b);\n        }return function (k) {\n          if (c === d && b === f) return k;if (0 === k) return 0;if (1 === k) return 1;for (var h = 0, l = 1; 10 !== l && e[l] <= k; ++l) {\n            h += .1;\n          }--l;var l = h + (k - e[l]) / (e[l + 1] - e[l]) * .1,\n              n = 3 * (1 - 3 * b + 3 * c) * l * l + 2 * (3 * b - 6 * c) * l + 3 * c;if (.001 <= n) {\n            for (h = 0; 4 > h; ++h) {\n              n = 3 * (1 - 3 * b + 3 * c) * l * l + 2 * (3 * b - 6 * c) * l + 3 * c;if (0 === n) break;var m = a(l, c, b) - k,\n                  l = l - m / n;\n            }k = l;\n          } else if (0 === n) k = l;else {\n            var l = h,\n                h = h + .1,\n                g = 0;do {\n              m = l + (h - l) / 2, n = a(m, c, b) - k, 0 < n ? h = m : l = m;\n            } while (1e-7 < Math.abs(n) && 10 > ++g);k = m;\n          }return a(k, d, f);\n        };\n      }\n    };\n  }(),\n      Q = function () {\n    function a(a, b) {\n      return 0 === a || 1 === a ? a : -Math.pow(2, 10 * (a - 1)) * Math.sin(2 * (a - 1 - b / (2 * Math.PI) * Math.asin(1)) * Math.PI / b);\n    }var c = \"Quad Cubic Quart Quint Sine Expo Circ Back Elastic\".split(\" \"),\n        d = { In: [[.55, .085, .68, .53], [.55, .055, .675, .19], [.895, .03, .685, .22], [.755, .05, .855, .06], [.47, 0, .745, .715], [.95, .05, .795, .035], [.6, .04, .98, .335], [.6, -.28, .735, .045], a], Out: [[.25, .46, .45, .94], [.215, .61, .355, 1], [.165, .84, .44, 1], [.23, 1, .32, 1], [.39, .575, .565, 1], [.19, 1, .22, 1], [.075, .82, .165, 1], [.175, .885, .32, 1.275], function (b, c) {\n        return 1 - a(1 - b, c);\n      }], InOut: [[.455, .03, .515, .955], [.645, .045, .355, 1], [.77, 0, .175, 1], [.86, 0, .07, 1], [.445, .05, .55, .95], [1, 0, 0, 1], [.785, .135, .15, .86], [.68, -.55, .265, 1.55], function (b, c) {\n        return .5 > b ? a(2 * b, c) / 2 : 1 - a(-2 * b + 2, c) / 2;\n      }] },\n        b = { linear: A(.25, .25, .75, .75) },\n        f = {},\n        e;for (e in d) {\n      f.type = e, d[f.type].forEach(function (a) {\n        return function (d, f) {\n          b[\"ease\" + a.type + c[f]] = h.fnc(d) ? d : A.apply($jscomp$this, d);\n        };\n      }(f)), f = { type: f.type };\n    }return b;\n  }(),\n      ha = { css: function (a, c, d) {\n      return a.style[c] = d;\n    }, attribute: function (a, c, d) {\n      return a.setAttribute(c, d);\n    }, object: function (a, c, d) {\n      return a[c] = d;\n    }, transform: function (a, c, d, b, f) {\n      b[f] || (b[f] = []);b[f].push(c + \"(\" + d + \")\");\n    } },\n      v = [],\n      B = 0,\n      ia = function () {\n    function a() {\n      B = requestAnimationFrame(c);\n    }function c(c) {\n      var b = v.length;if (b) {\n        for (var d = 0; d < b;) {\n          v[d] && v[d].tick(c), d++;\n        }a();\n      } else cancelAnimationFrame(B), B = 0;\n    }return a;\n  }();q.version = \"2.2.0\";q.speed = 1;q.running = v;q.remove = function (a) {\n    a = P(a);for (var c = v.length; c--;) {\n      for (var d = v[c], b = d.animations, f = b.length; f--;) {\n        u(a, b[f].animatable.target) && (b.splice(f, 1), b.length || d.pause());\n      }\n    }\n  };q.getValue = K;q.path = function (a, c) {\n    var d = h.str(a) ? e(a)[0] : a,\n        b = c || 100;return function (a) {\n      return { el: d, property: a, totalLength: N(d) * (b / 100) };\n    };\n  };q.setDashoffset = function (a) {\n    var c = N(a);a.setAttribute(\"stroke-dasharray\", c);return c;\n  };q.bezier = A;q.easings = Q;q.timeline = function (a) {\n    var c = q(a);c.pause();c.duration = 0;c.add = function (d) {\n      c.children.forEach(function (a) {\n        a.began = !0;a.completed = !0;\n      });m(d).forEach(function (b) {\n        var d = z(b, D(S, a || {}));d.targets = d.targets || a.targets;b = c.duration;var e = d.offset;d.autoplay = !1;d.direction = c.direction;d.offset = h.und(e) ? b : L(e, b);c.began = !0;c.completed = !0;c.seek(d.offset);d = q(d);d.began = !0;d.completed = !0;d.duration > b && (c.duration = d.duration);c.children.push(d);\n      });c.seek(0);c.reset();c.autoplay && c.restart();return c;\n    };return c;\n  };q.random = function (a, c) {\n    return Math.floor(Math.random() * (c - a + 1)) + a;\n  };return q;\n});\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    accordion: true,\n    onOpenStart: undefined,\n    onOpenEnd: undefined,\n    onCloseStart: undefined,\n    onCloseEnd: undefined,\n    inDuration: 300,\n    outDuration: 300\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Collapsible = function (_Component) {\n    _inherits(Collapsible, _Component);\n\n    /**\n     * Construct Collapsible instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Collapsible(el, options) {\n      _classCallCheck(this, Collapsible);\n\n      var _this3 = _possibleConstructorReturn(this, (Collapsible.__proto__ || Object.getPrototypeOf(Collapsible)).call(this, Collapsible, el, options));\n\n      _this3.el.M_Collapsible = _this3;\n\n      /**\n       * Options for the collapsible\n       * @member Collapsible#options\n       * @prop {Boolean} [accordion=false] - Type of the collapsible\n       * @prop {Function} onOpenStart - Callback function called before collapsible is opened\n       * @prop {Function} onOpenEnd - Callback function called after collapsible is opened\n       * @prop {Function} onCloseStart - Callback function called before collapsible is closed\n       * @prop {Function} onCloseEnd - Callback function called after collapsible is closed\n       * @prop {Number} inDuration - Transition in duration in milliseconds.\n       * @prop {Number} outDuration - Transition duration in milliseconds.\n       */\n      _this3.options = $.extend({}, Collapsible.defaults, options);\n\n      // Setup tab indices\n      _this3.$headers = _this3.$el.children('li').children('.collapsible-header');\n      _this3.$headers.attr('tabindex', 0);\n\n      _this3._setupEventHandlers();\n\n      // Open first active\n      var $activeBodies = _this3.$el.children('li.active').children('.collapsible-body');\n      if (_this3.options.accordion) {\n        // Handle Accordion\n        $activeBodies.first().css('display', 'block');\n      } else {\n        // Handle Expandables\n        $activeBodies.css('display', 'block');\n      }\n      return _this3;\n    }\n\n    _createClass(Collapsible, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.M_Collapsible = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        var _this4 = this;\n\n        this._handleCollapsibleClickBound = this._handleCollapsibleClick.bind(this);\n        this._handleCollapsibleKeydownBound = this._handleCollapsibleKeydown.bind(this);\n        this.el.addEventListener('click', this._handleCollapsibleClickBound);\n        this.$headers.each(function (header) {\n          header.addEventListener('keydown', _this4._handleCollapsibleKeydownBound);\n        });\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        var _this5 = this;\n\n        this.el.removeEventListener('click', this._handleCollapsibleClickBound);\n        this.$headers.each(function (header) {\n          header.removeEventListener('keydown', _this5._handleCollapsibleKeydownBound);\n        });\n      }\n\n      /**\n       * Handle Collapsible Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCollapsibleClick\",\n      value: function _handleCollapsibleClick(e) {\n        var $header = $(e.target).closest('.collapsible-header');\n        if (e.target && $header.length) {\n          var $collapsible = $header.closest('.collapsible');\n          if ($collapsible[0] === this.el) {\n            var $collapsibleLi = $header.closest('li');\n            var $collapsibleLis = $collapsible.children('li');\n            var isActive = $collapsibleLi[0].classList.contains('active');\n            var index = $collapsibleLis.index($collapsibleLi);\n\n            if (isActive) {\n              this.close(index);\n            } else {\n              this.open(index);\n            }\n          }\n        }\n      }\n\n      /**\n       * Handle Collapsible Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCollapsibleKeydown\",\n      value: function _handleCollapsibleKeydown(e) {\n        if (e.keyCode === 13) {\n          this._handleCollapsibleClickBound(e);\n        }\n      }\n\n      /**\n       * Animate in collapsible slide\n       * @param {Number} index - 0th index of slide\n       */\n\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn(index) {\n        var _this6 = this;\n\n        var $collapsibleLi = this.$el.children('li').eq(index);\n        if ($collapsibleLi.length) {\n          var $body = $collapsibleLi.children('.collapsible-body');\n\n          anim.remove($body[0]);\n          $body.css({\n            display: 'block',\n            overflow: 'hidden',\n            height: 0,\n            paddingTop: '',\n            paddingBottom: ''\n          });\n\n          var pTop = $body.css('padding-top');\n          var pBottom = $body.css('padding-bottom');\n          var finalHeight = $body[0].scrollHeight;\n          $body.css({\n            paddingTop: 0,\n            paddingBottom: 0\n          });\n\n          anim({\n            targets: $body[0],\n            height: finalHeight,\n            paddingTop: pTop,\n            paddingBottom: pBottom,\n            duration: this.options.inDuration,\n            easing: 'easeInOutCubic',\n            complete: function (anim) {\n              $body.css({\n                overflow: '',\n                paddingTop: '',\n                paddingBottom: '',\n                height: ''\n              });\n\n              // onOpenEnd callback\n              if (typeof _this6.options.onOpenEnd === 'function') {\n                _this6.options.onOpenEnd.call(_this6, $collapsibleLi[0]);\n              }\n            }\n          });\n        }\n      }\n\n      /**\n       * Animate out collapsible slide\n       * @param {Number} index - 0th index of slide to open\n       */\n\n    }, {\n      key: \"_animateOut\",\n      value: function _animateOut(index) {\n        var _this7 = this;\n\n        var $collapsibleLi = this.$el.children('li').eq(index);\n        if ($collapsibleLi.length) {\n          var $body = $collapsibleLi.children('.collapsible-body');\n          anim.remove($body[0]);\n          $body.css('overflow', 'hidden');\n          anim({\n            targets: $body[0],\n            height: 0,\n            paddingTop: 0,\n            paddingBottom: 0,\n            duration: this.options.outDuration,\n            easing: 'easeInOutCubic',\n            complete: function () {\n              $body.css({\n                height: '',\n                overflow: '',\n                padding: '',\n                display: ''\n              });\n\n              // onCloseEnd callback\n              if (typeof _this7.options.onCloseEnd === 'function') {\n                _this7.options.onCloseEnd.call(_this7, $collapsibleLi[0]);\n              }\n            }\n          });\n        }\n      }\n\n      /**\n       * Open Collapsible\n       * @param {Number} index - 0th index of slide\n       */\n\n    }, {\n      key: \"open\",\n      value: function open(index) {\n        var _this8 = this;\n\n        var $collapsibleLi = this.$el.children('li').eq(index);\n        if ($collapsibleLi.length && !$collapsibleLi[0].classList.contains('active')) {\n          // onOpenStart callback\n          if (typeof this.options.onOpenStart === 'function') {\n            this.options.onOpenStart.call(this, $collapsibleLi[0]);\n          }\n\n          // Handle accordion behavior\n          if (this.options.accordion) {\n            var $collapsibleLis = this.$el.children('li');\n            var $activeLis = this.$el.children('li.active');\n            $activeLis.each(function (el) {\n              var index = $collapsibleLis.index($(el));\n              _this8.close(index);\n            });\n          }\n\n          // Animate in\n          $collapsibleLi[0].classList.add('active');\n          this._animateIn(index);\n        }\n      }\n\n      /**\n       * Close Collapsible\n       * @param {Number} index - 0th index of slide\n       */\n\n    }, {\n      key: \"close\",\n      value: function close(index) {\n        var $collapsibleLi = this.$el.children('li').eq(index);\n        if ($collapsibleLi.length && $collapsibleLi[0].classList.contains('active')) {\n          // onCloseStart callback\n          if (typeof this.options.onCloseStart === 'function') {\n            this.options.onCloseStart.call(this, $collapsibleLi[0]);\n          }\n\n          // Animate out\n          $collapsibleLi[0].classList.remove('active');\n          this._animateOut(index);\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Collapsible.__proto__ || Object.getPrototypeOf(Collapsible), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Collapsible;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Collapsible;\n  }(Component);\n\n  M.Collapsible = Collapsible;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Collapsible, 'collapsible', 'M_Collapsible');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    alignment: 'left',\n    autoFocus: true,\n    constrainWidth: true,\n    container: null,\n    coverTrigger: true,\n    closeOnClick: true,\n    hover: false,\n    inDuration: 150,\n    outDuration: 250,\n    onOpenStart: null,\n    onOpenEnd: null,\n    onCloseStart: null,\n    onCloseEnd: null,\n    onItemClick: null\n  };\n\n  /**\n   * @class\n   */\n\n  var Dropdown = function (_Component2) {\n    _inherits(Dropdown, _Component2);\n\n    function Dropdown(el, options) {\n      _classCallCheck(this, Dropdown);\n\n      var _this9 = _possibleConstructorReturn(this, (Dropdown.__proto__ || Object.getPrototypeOf(Dropdown)).call(this, Dropdown, el, options));\n\n      _this9.el.M_Dropdown = _this9;\n      Dropdown._dropdowns.push(_this9);\n\n      _this9.id = M.getIdFromTrigger(el);\n      _this9.dropdownEl = document.getElementById(_this9.id);\n      _this9.$dropdownEl = $(_this9.dropdownEl);\n\n      /**\n       * Options for the dropdown\n       * @member Dropdown#options\n       * @prop {String} [alignment='left'] - Edge which the dropdown is aligned to\n       * @prop {Boolean} [autoFocus=true] - Automatically focus dropdown el for keyboard\n       * @prop {Boolean} [constrainWidth=true] - Constrain width to width of the button\n       * @prop {Element} container - Container element to attach dropdown to (optional)\n       * @prop {Boolean} [coverTrigger=true] - Place dropdown over trigger\n       * @prop {Boolean} [closeOnClick=true] - Close on click of dropdown item\n       * @prop {Boolean} [hover=false] - Open dropdown on hover\n       * @prop {Number} [inDuration=150] - Duration of open animation in ms\n       * @prop {Number} [outDuration=250] - Duration of close animation in ms\n       * @prop {Function} onOpenStart - Function called when dropdown starts opening\n       * @prop {Function} onOpenEnd - Function called when dropdown finishes opening\n       * @prop {Function} onCloseStart - Function called when dropdown starts closing\n       * @prop {Function} onCloseEnd - Function called when dropdown finishes closing\n       */\n      _this9.options = $.extend({}, Dropdown.defaults, options);\n\n      /**\n       * Describes open/close state of dropdown\n       * @type {Boolean}\n       */\n      _this9.isOpen = false;\n\n      /**\n       * Describes if dropdown content is scrollable\n       * @type {Boolean}\n       */\n      _this9.isScrollable = false;\n\n      /**\n       * Describes if touch moving on dropdown content\n       * @type {Boolean}\n       */\n      _this9.isTouchMoving = false;\n\n      _this9.focusedIndex = -1;\n      _this9.filterQuery = [];\n\n      // Move dropdown-content after dropdown-trigger\n      if (!!_this9.options.container) {\n        $(_this9.options.container).append(_this9.dropdownEl);\n      } else {\n        _this9.$el.after(_this9.dropdownEl);\n      }\n\n      _this9._makeDropdownFocusable();\n      _this9._resetFilterQueryBound = _this9._resetFilterQuery.bind(_this9);\n      _this9._handleDocumentClickBound = _this9._handleDocumentClick.bind(_this9);\n      _this9._handleDocumentTouchmoveBound = _this9._handleDocumentTouchmove.bind(_this9);\n      _this9._handleDropdownClickBound = _this9._handleDropdownClick.bind(_this9);\n      _this9._handleDropdownKeydownBound = _this9._handleDropdownKeydown.bind(_this9);\n      _this9._handleTriggerKeydownBound = _this9._handleTriggerKeydown.bind(_this9);\n      _this9._setupEventHandlers();\n      return _this9;\n    }\n\n    _createClass(Dropdown, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._resetDropdownStyles();\n        this._removeEventHandlers();\n        Dropdown._dropdowns.splice(Dropdown._dropdowns.indexOf(this), 1);\n        this.el.M_Dropdown = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        // Trigger keydown handler\n        this.el.addEventListener('keydown', this._handleTriggerKeydownBound);\n\n        // Item click handler\n        this.dropdownEl.addEventListener('click', this._handleDropdownClickBound);\n\n        // Hover event handlers\n        if (this.options.hover) {\n          this._handleMouseEnterBound = this._handleMouseEnter.bind(this);\n          this.el.addEventListener('mouseenter', this._handleMouseEnterBound);\n          this._handleMouseLeaveBound = this._handleMouseLeave.bind(this);\n          this.el.addEventListener('mouseleave', this._handleMouseLeaveBound);\n          this.dropdownEl.addEventListener('mouseleave', this._handleMouseLeaveBound);\n\n          // Click event handlers\n        } else {\n          this._handleClickBound = this._handleClick.bind(this);\n          this.el.addEventListener('click', this._handleClickBound);\n        }\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('keydown', this._handleTriggerKeydownBound);\n        this.dropdownEl.removeEventListener('click', this._handleDropdownClickBound);\n\n        if (this.options.hover) {\n          this.el.removeEventListener('mouseenter', this._handleMouseEnterBound);\n          this.el.removeEventListener('mouseleave', this._handleMouseLeaveBound);\n          this.dropdownEl.removeEventListener('mouseleave', this._handleMouseLeaveBound);\n        } else {\n          this.el.removeEventListener('click', this._handleClickBound);\n        }\n      }\n    }, {\n      key: \"_setupTemporaryEventHandlers\",\n      value: function _setupTemporaryEventHandlers() {\n        // Use capture phase event handler to prevent click\n        document.body.addEventListener('click', this._handleDocumentClickBound, true);\n        document.body.addEventListener('touchend', this._handleDocumentClickBound);\n        document.body.addEventListener('touchmove', this._handleDocumentTouchmoveBound);\n        this.dropdownEl.addEventListener('keydown', this._handleDropdownKeydownBound);\n      }\n    }, {\n      key: \"_removeTemporaryEventHandlers\",\n      value: function _removeTemporaryEventHandlers() {\n        // Use capture phase event handler to prevent click\n        document.body.removeEventListener('click', this._handleDocumentClickBound, true);\n        document.body.removeEventListener('touchend', this._handleDocumentClickBound);\n        document.body.removeEventListener('touchmove', this._handleDocumentTouchmoveBound);\n        this.dropdownEl.removeEventListener('keydown', this._handleDropdownKeydownBound);\n      }\n    }, {\n      key: \"_handleClick\",\n      value: function _handleClick(e) {\n        e.preventDefault();\n        this.open();\n      }\n    }, {\n      key: \"_handleMouseEnter\",\n      value: function _handleMouseEnter() {\n        this.open();\n      }\n    }, {\n      key: \"_handleMouseLeave\",\n      value: function _handleMouseLeave(e) {\n        var toEl = e.toElement || e.relatedTarget;\n        var leaveToDropdownContent = !!$(toEl).closest('.dropdown-content').length;\n        var leaveToActiveDropdownTrigger = false;\n\n        var $closestTrigger = $(toEl).closest('.dropdown-trigger');\n        if ($closestTrigger.length && !!$closestTrigger[0].M_Dropdown && $closestTrigger[0].M_Dropdown.isOpen) {\n          leaveToActiveDropdownTrigger = true;\n        }\n\n        // Close hover dropdown if mouse did not leave to either active dropdown-trigger or dropdown-content\n        if (!leaveToActiveDropdownTrigger && !leaveToDropdownContent) {\n          this.close();\n        }\n      }\n    }, {\n      key: \"_handleDocumentClick\",\n      value: function _handleDocumentClick(e) {\n        var _this10 = this;\n\n        var $target = $(e.target);\n        if (this.options.closeOnClick && $target.closest('.dropdown-content').length && !this.isTouchMoving) {\n          // isTouchMoving to check if scrolling on mobile.\n          setTimeout(function () {\n            _this10.close();\n          }, 0);\n        } else if ($target.closest('.dropdown-trigger').length || !$target.closest('.dropdown-content').length) {\n          setTimeout(function () {\n            _this10.close();\n          }, 0);\n        }\n        this.isTouchMoving = false;\n      }\n    }, {\n      key: \"_handleTriggerKeydown\",\n      value: function _handleTriggerKeydown(e) {\n        // ARROW DOWN OR ENTER WHEN SELECT IS CLOSED - open Dropdown\n        if ((e.which === M.keys.ARROW_DOWN || e.which === M.keys.ENTER) && !this.isOpen) {\n          e.preventDefault();\n          this.open();\n        }\n      }\n\n      /**\n       * Handle Document Touchmove\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDocumentTouchmove\",\n      value: function _handleDocumentTouchmove(e) {\n        var $target = $(e.target);\n        if ($target.closest('.dropdown-content').length) {\n          this.isTouchMoving = true;\n        }\n      }\n\n      /**\n       * Handle Dropdown Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDropdownClick\",\n      value: function _handleDropdownClick(e) {\n        // onItemClick callback\n        if (typeof this.options.onItemClick === 'function') {\n          var itemEl = $(e.target).closest('li')[0];\n          this.options.onItemClick.call(this, itemEl);\n        }\n      }\n\n      /**\n       * Handle Dropdown Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDropdownKeydown\",\n      value: function _handleDropdownKeydown(e) {\n        if (e.which === M.keys.TAB) {\n          e.preventDefault();\n          this.close();\n\n          // Navigate down dropdown list\n        } else if ((e.which === M.keys.ARROW_DOWN || e.which === M.keys.ARROW_UP) && this.isOpen) {\n          e.preventDefault();\n          var direction = e.which === M.keys.ARROW_DOWN ? 1 : -1;\n          var newFocusedIndex = this.focusedIndex;\n          var foundNewIndex = false;\n          do {\n            newFocusedIndex = newFocusedIndex + direction;\n\n            if (!!this.dropdownEl.children[newFocusedIndex] && this.dropdownEl.children[newFocusedIndex].tabIndex !== -1) {\n              foundNewIndex = true;\n              break;\n            }\n          } while (newFocusedIndex < this.dropdownEl.children.length && newFocusedIndex >= 0);\n\n          if (foundNewIndex) {\n            this.focusedIndex = newFocusedIndex;\n            this._focusFocusedItem();\n          }\n\n          // ENTER selects choice on focused item\n        } else if (e.which === M.keys.ENTER && this.isOpen) {\n          // Search for <a> and <button>\n          var focusedElement = this.dropdownEl.children[this.focusedIndex];\n          var $activatableElement = $(focusedElement).find('a, button').first();\n\n          // Click a or button tag if exists, otherwise click li tag\n          !!$activatableElement.length ? $activatableElement[0].click() : focusedElement.click();\n\n          // Close dropdown on ESC\n        } else if (e.which === M.keys.ESC && this.isOpen) {\n          e.preventDefault();\n          this.close();\n        }\n\n        // CASE WHEN USER TYPE LETTERS\n        var letter = String.fromCharCode(e.which).toLowerCase(),\n            nonLetters = [9, 13, 27, 38, 40];\n        if (letter && nonLetters.indexOf(e.which) === -1) {\n          this.filterQuery.push(letter);\n\n          var string = this.filterQuery.join(''),\n              newOptionEl = $(this.dropdownEl).find('li').filter(function (el) {\n            return $(el).text().toLowerCase().indexOf(string) === 0;\n          })[0];\n\n          if (newOptionEl) {\n            this.focusedIndex = $(newOptionEl).index();\n            this._focusFocusedItem();\n          }\n        }\n\n        this.filterTimeout = setTimeout(this._resetFilterQueryBound, 1000);\n      }\n\n      /**\n       * Setup dropdown\n       */\n\n    }, {\n      key: \"_resetFilterQuery\",\n      value: function _resetFilterQuery() {\n        this.filterQuery = [];\n      }\n    }, {\n      key: \"_resetDropdownStyles\",\n      value: function _resetDropdownStyles() {\n        this.$dropdownEl.css({\n          display: '',\n          width: '',\n          height: '',\n          left: '',\n          top: '',\n          'transform-origin': '',\n          transform: '',\n          opacity: ''\n        });\n      }\n    }, {\n      key: \"_makeDropdownFocusable\",\n      value: function _makeDropdownFocusable() {\n        // Needed for arrow key navigation\n        this.dropdownEl.tabIndex = 0;\n\n        // Only set tabindex if it hasn't been set by user\n        $(this.dropdownEl).children().each(function (el) {\n          if (!el.getAttribute('tabindex')) {\n            el.setAttribute('tabindex', 0);\n          }\n        });\n      }\n    }, {\n      key: \"_focusFocusedItem\",\n      value: function _focusFocusedItem() {\n        if (this.focusedIndex >= 0 && this.focusedIndex < this.dropdownEl.children.length && this.options.autoFocus) {\n          this.dropdownEl.children[this.focusedIndex].focus();\n        }\n      }\n    }, {\n      key: \"_getDropdownPosition\",\n      value: function _getDropdownPosition() {\n        var offsetParentBRect = this.el.offsetParent.getBoundingClientRect();\n        var triggerBRect = this.el.getBoundingClientRect();\n        var dropdownBRect = this.dropdownEl.getBoundingClientRect();\n\n        var idealHeight = dropdownBRect.height;\n        var idealWidth = dropdownBRect.width;\n        var idealXPos = triggerBRect.left - dropdownBRect.left;\n        var idealYPos = triggerBRect.top - dropdownBRect.top;\n\n        var dropdownBounds = {\n          left: idealXPos,\n          top: idealYPos,\n          height: idealHeight,\n          width: idealWidth\n        };\n\n        // Countainer here will be closest ancestor with overflow: hidden\n        var closestOverflowParent = !!this.dropdownEl.offsetParent ? this.dropdownEl.offsetParent : this.dropdownEl.parentNode;\n\n        var alignments = M.checkPossibleAlignments(this.el, closestOverflowParent, dropdownBounds, this.options.coverTrigger ? 0 : triggerBRect.height);\n\n        var verticalAlignment = 'top';\n        var horizontalAlignment = this.options.alignment;\n        idealYPos += this.options.coverTrigger ? 0 : triggerBRect.height;\n\n        // Reset isScrollable\n        this.isScrollable = false;\n\n        if (!alignments.top) {\n          if (alignments.bottom) {\n            verticalAlignment = 'bottom';\n          } else {\n            this.isScrollable = true;\n\n            // Determine which side has most space and cutoff at correct height\n            if (alignments.spaceOnTop > alignments.spaceOnBottom) {\n              verticalAlignment = 'bottom';\n              idealHeight += alignments.spaceOnTop;\n              idealYPos -= alignments.spaceOnTop;\n            } else {\n              idealHeight += alignments.spaceOnBottom;\n            }\n          }\n        }\n\n        // If preferred horizontal alignment is possible\n        if (!alignments[horizontalAlignment]) {\n          var oppositeAlignment = horizontalAlignment === 'left' ? 'right' : 'left';\n          if (alignments[oppositeAlignment]) {\n            horizontalAlignment = oppositeAlignment;\n          } else {\n            // Determine which side has most space and cutoff at correct height\n            if (alignments.spaceOnLeft > alignments.spaceOnRight) {\n              horizontalAlignment = 'right';\n              idealWidth += alignments.spaceOnLeft;\n              idealXPos -= alignments.spaceOnLeft;\n            } else {\n              horizontalAlignment = 'left';\n              idealWidth += alignments.spaceOnRight;\n            }\n          }\n        }\n\n        if (verticalAlignment === 'bottom') {\n          idealYPos = idealYPos - dropdownBRect.height + (this.options.coverTrigger ? triggerBRect.height : 0);\n        }\n        if (horizontalAlignment === 'right') {\n          idealXPos = idealXPos - dropdownBRect.width + triggerBRect.width;\n        }\n        return {\n          x: idealXPos,\n          y: idealYPos,\n          verticalAlignment: verticalAlignment,\n          horizontalAlignment: horizontalAlignment,\n          height: idealHeight,\n          width: idealWidth\n        };\n      }\n\n      /**\n       * Animate in dropdown\n       */\n\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn() {\n        var _this11 = this;\n\n        anim.remove(this.dropdownEl);\n        anim({\n          targets: this.dropdownEl,\n          opacity: {\n            value: [0, 1],\n            easing: 'easeOutQuad'\n          },\n          scaleX: [0.3, 1],\n          scaleY: [0.3, 1],\n          duration: this.options.inDuration,\n          easing: 'easeOutQuint',\n          complete: function (anim) {\n            if (_this11.options.autoFocus) {\n              _this11.dropdownEl.focus();\n            }\n\n            // onOpenEnd callback\n            if (typeof _this11.options.onOpenEnd === 'function') {\n              var elem = anim.animatables[0].target;\n              _this11.options.onOpenEnd.call(elem, _this11.el);\n            }\n          }\n        });\n      }\n\n      /**\n       * Animate out dropdown\n       */\n\n    }, {\n      key: \"_animateOut\",\n      value: function _animateOut() {\n        var _this12 = this;\n\n        anim.remove(this.dropdownEl);\n        anim({\n          targets: this.dropdownEl,\n          opacity: {\n            value: 0,\n            easing: 'easeOutQuint'\n          },\n          scaleX: 0.3,\n          scaleY: 0.3,\n          duration: this.options.outDuration,\n          easing: 'easeOutQuint',\n          complete: function (anim) {\n            _this12._resetDropdownStyles();\n\n            // onCloseEnd callback\n            if (typeof _this12.options.onCloseEnd === 'function') {\n              var elem = anim.animatables[0].target;\n              _this12.options.onCloseEnd.call(_this12, _this12.el);\n            }\n          }\n        });\n      }\n\n      /**\n       * Place dropdown\n       */\n\n    }, {\n      key: \"_placeDropdown\",\n      value: function _placeDropdown() {\n        // Set width before calculating positionInfo\n        var idealWidth = this.options.constrainWidth ? this.el.getBoundingClientRect().width : this.dropdownEl.getBoundingClientRect().width;\n        this.dropdownEl.style.width = idealWidth + 'px';\n\n        var positionInfo = this._getDropdownPosition();\n        this.dropdownEl.style.left = positionInfo.x + 'px';\n        this.dropdownEl.style.top = positionInfo.y + 'px';\n        this.dropdownEl.style.height = positionInfo.height + 'px';\n        this.dropdownEl.style.width = positionInfo.width + 'px';\n        this.dropdownEl.style.transformOrigin = (positionInfo.horizontalAlignment === 'left' ? '0' : '100%') + \" \" + (positionInfo.verticalAlignment === 'top' ? '0' : '100%');\n      }\n\n      /**\n       * Open Dropdown\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen) {\n          return;\n        }\n        this.isOpen = true;\n\n        // onOpenStart callback\n        if (typeof this.options.onOpenStart === 'function') {\n          this.options.onOpenStart.call(this, this.el);\n        }\n\n        // Reset styles\n        this._resetDropdownStyles();\n        this.dropdownEl.style.display = 'block';\n\n        this._placeDropdown();\n        this._animateIn();\n        this._setupTemporaryEventHandlers();\n      }\n\n      /**\n       * Close Dropdown\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n        this.isOpen = false;\n        this.focusedIndex = -1;\n\n        // onCloseStart callback\n        if (typeof this.options.onCloseStart === 'function') {\n          this.options.onCloseStart.call(this, this.el);\n        }\n\n        this._animateOut();\n        this._removeTemporaryEventHandlers();\n\n        if (this.options.autoFocus) {\n          this.el.focus();\n        }\n      }\n\n      /**\n       * Recalculate dimensions\n       */\n\n    }, {\n      key: \"recalculateDimensions\",\n      value: function recalculateDimensions() {\n        if (this.isOpen) {\n          this.$dropdownEl.css({\n            width: '',\n            height: '',\n            left: '',\n            top: '',\n            'transform-origin': ''\n          });\n          this._placeDropdown();\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Dropdown.__proto__ || Object.getPrototypeOf(Dropdown), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Dropdown;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Dropdown;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Dropdown\n   */\n\n\n  Dropdown._dropdowns = [];\n\n  window.M.Dropdown = Dropdown;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Dropdown, 'dropdown', 'M_Dropdown');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    opacity: 0.5,\n    inDuration: 250,\n    outDuration: 250,\n    onOpenStart: null,\n    onOpenEnd: null,\n    onCloseStart: null,\n    onCloseEnd: null,\n    preventScrolling: true,\n    dismissible: true,\n    startingTop: '4%',\n    endingTop: '10%'\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Modal = function (_Component3) {\n    _inherits(Modal, _Component3);\n\n    /**\n     * Construct Modal instance and set up overlay\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Modal(el, options) {\n      _classCallCheck(this, Modal);\n\n      var _this13 = _possibleConstructorReturn(this, (Modal.__proto__ || Object.getPrototypeOf(Modal)).call(this, Modal, el, options));\n\n      _this13.el.M_Modal = _this13;\n\n      /**\n       * Options for the modal\n       * @member Modal#options\n       * @prop {Number} [opacity=0.5] - Opacity of the modal overlay\n       * @prop {Number} [inDuration=250] - Length in ms of enter transition\n       * @prop {Number} [outDuration=250] - Length in ms of exit transition\n       * @prop {Function} onOpenStart - Callback function called before modal is opened\n       * @prop {Function} onOpenEnd - Callback function called after modal is opened\n       * @prop {Function} onCloseStart - Callback function called before modal is closed\n       * @prop {Function} onCloseEnd - Callback function called after modal is closed\n       * @prop {Boolean} [dismissible=true] - Allow modal to be dismissed by keyboard or overlay click\n       * @prop {String} [startingTop='4%'] - startingTop\n       * @prop {String} [endingTop='10%'] - endingTop\n       */\n      _this13.options = $.extend({}, Modal.defaults, options);\n\n      /**\n       * Describes open/close state of modal\n       * @type {Boolean}\n       */\n      _this13.isOpen = false;\n\n      _this13.id = _this13.$el.attr('id');\n      _this13._openingTrigger = undefined;\n      _this13.$overlay = $('<div class=\"modal-overlay\"></div>');\n      _this13.el.tabIndex = 0;\n      _this13._nthModalOpened = 0;\n\n      Modal._count++;\n      _this13._setupEventHandlers();\n      return _this13;\n    }\n\n    _createClass(Modal, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        Modal._count--;\n        this._removeEventHandlers();\n        this.el.removeAttribute('style');\n        this.$overlay.remove();\n        this.el.M_Modal = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleOverlayClickBound = this._handleOverlayClick.bind(this);\n        this._handleModalCloseClickBound = this._handleModalCloseClick.bind(this);\n\n        if (Modal._count === 1) {\n          document.body.addEventListener('click', this._handleTriggerClick);\n        }\n        this.$overlay[0].addEventListener('click', this._handleOverlayClickBound);\n        this.el.addEventListener('click', this._handleModalCloseClickBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        if (Modal._count === 0) {\n          document.body.removeEventListener('click', this._handleTriggerClick);\n        }\n        this.$overlay[0].removeEventListener('click', this._handleOverlayClickBound);\n        this.el.removeEventListener('click', this._handleModalCloseClickBound);\n      }\n\n      /**\n       * Handle Trigger Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleTriggerClick\",\n      value: function _handleTriggerClick(e) {\n        var $trigger = $(e.target).closest('.modal-trigger');\n        if ($trigger.length) {\n          var modalId = M.getIdFromTrigger($trigger[0]);\n          var modalInstance = document.getElementById(modalId).M_Modal;\n          if (modalInstance) {\n            modalInstance.open($trigger);\n          }\n          e.preventDefault();\n        }\n      }\n\n      /**\n       * Handle Overlay Click\n       */\n\n    }, {\n      key: \"_handleOverlayClick\",\n      value: function _handleOverlayClick() {\n        if (this.options.dismissible) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Modal Close Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleModalCloseClick\",\n      value: function _handleModalCloseClick(e) {\n        var $closeTrigger = $(e.target).closest('.modal-close');\n        if ($closeTrigger.length) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleKeydown\",\n      value: function _handleKeydown(e) {\n        // ESC key\n        if (e.keyCode === 27 && this.options.dismissible) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Focus\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleFocus\",\n      value: function _handleFocus(e) {\n        // Only trap focus if this modal is the last model opened (prevents loops in nested modals).\n        if (!this.el.contains(e.target) && this._nthModalOpened === Modal._modalsOpen) {\n          this.el.focus();\n        }\n      }\n\n      /**\n       * Animate in modal\n       */\n\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn() {\n        var _this14 = this;\n\n        // Set initial styles\n        $.extend(this.el.style, {\n          display: 'block',\n          opacity: 0\n        });\n        $.extend(this.$overlay[0].style, {\n          display: 'block',\n          opacity: 0\n        });\n\n        // Animate overlay\n        anim({\n          targets: this.$overlay[0],\n          opacity: this.options.opacity,\n          duration: this.options.inDuration,\n          easing: 'easeOutQuad'\n        });\n\n        // Define modal animation options\n        var enterAnimOptions = {\n          targets: this.el,\n          duration: this.options.inDuration,\n          easing: 'easeOutCubic',\n          // Handle modal onOpenEnd callback\n          complete: function () {\n            if (typeof _this14.options.onOpenEnd === 'function') {\n              _this14.options.onOpenEnd.call(_this14, _this14.el, _this14._openingTrigger);\n            }\n          }\n        };\n\n        // Bottom sheet animation\n        if (this.el.classList.contains('bottom-sheet')) {\n          $.extend(enterAnimOptions, {\n            bottom: 0,\n            opacity: 1\n          });\n          anim(enterAnimOptions);\n\n          // Normal modal animation\n        } else {\n          $.extend(enterAnimOptions, {\n            top: [this.options.startingTop, this.options.endingTop],\n            opacity: 1,\n            scaleX: [0.8, 1],\n            scaleY: [0.8, 1]\n          });\n          anim(enterAnimOptions);\n        }\n      }\n\n      /**\n       * Animate out modal\n       */\n\n    }, {\n      key: \"_animateOut\",\n      value: function _animateOut() {\n        var _this15 = this;\n\n        // Animate overlay\n        anim({\n          targets: this.$overlay[0],\n          opacity: 0,\n          duration: this.options.outDuration,\n          easing: 'easeOutQuart'\n        });\n\n        // Define modal animation options\n        var exitAnimOptions = {\n          targets: this.el,\n          duration: this.options.outDuration,\n          easing: 'easeOutCubic',\n          // Handle modal ready callback\n          complete: function () {\n            _this15.el.style.display = 'none';\n            _this15.$overlay.remove();\n\n            // Call onCloseEnd callback\n            if (typeof _this15.options.onCloseEnd === 'function') {\n              _this15.options.onCloseEnd.call(_this15, _this15.el);\n            }\n          }\n        };\n\n        // Bottom sheet animation\n        if (this.el.classList.contains('bottom-sheet')) {\n          $.extend(exitAnimOptions, {\n            bottom: '-100%',\n            opacity: 0\n          });\n          anim(exitAnimOptions);\n\n          // Normal modal animation\n        } else {\n          $.extend(exitAnimOptions, {\n            top: [this.options.endingTop, this.options.startingTop],\n            opacity: 0,\n            scaleX: 0.8,\n            scaleY: 0.8\n          });\n          anim(exitAnimOptions);\n        }\n      }\n\n      /**\n       * Open Modal\n       * @param {cash} [$trigger]\n       */\n\n    }, {\n      key: \"open\",\n      value: function open($trigger) {\n        if (this.isOpen) {\n          return;\n        }\n\n        this.isOpen = true;\n        Modal._modalsOpen++;\n        this._nthModalOpened = Modal._modalsOpen;\n\n        // Set Z-Index based on number of currently open modals\n        this.$overlay[0].style.zIndex = 1000 + Modal._modalsOpen * 2;\n        this.el.style.zIndex = 1000 + Modal._modalsOpen * 2 + 1;\n\n        // Set opening trigger, undefined indicates modal was opened by javascript\n        this._openingTrigger = !!$trigger ? $trigger[0] : undefined;\n\n        // onOpenStart callback\n        if (typeof this.options.onOpenStart === 'function') {\n          this.options.onOpenStart.call(this, this.el, this._openingTrigger);\n        }\n\n        if (this.options.preventScrolling) {\n          document.body.style.overflow = 'hidden';\n        }\n\n        this.el.classList.add('open');\n        this.el.insertAdjacentElement('afterend', this.$overlay[0]);\n\n        if (this.options.dismissible) {\n          this._handleKeydownBound = this._handleKeydown.bind(this);\n          this._handleFocusBound = this._handleFocus.bind(this);\n          document.addEventListener('keydown', this._handleKeydownBound);\n          document.addEventListener('focus', this._handleFocusBound, true);\n        }\n\n        anim.remove(this.el);\n        anim.remove(this.$overlay[0]);\n        this._animateIn();\n\n        // Focus modal\n        this.el.focus();\n\n        return this;\n      }\n\n      /**\n       * Close Modal\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        this.isOpen = false;\n        Modal._modalsOpen--;\n        this._nthModalOpened = 0;\n\n        // Call onCloseStart callback\n        if (typeof this.options.onCloseStart === 'function') {\n          this.options.onCloseStart.call(this, this.el);\n        }\n\n        this.el.classList.remove('open');\n\n        // Enable body scrolling only if there are no more modals open.\n        if (Modal._modalsOpen === 0) {\n          document.body.style.overflow = '';\n        }\n\n        if (this.options.dismissible) {\n          document.removeEventListener('keydown', this._handleKeydownBound);\n          document.removeEventListener('focus', this._handleFocusBound, true);\n        }\n\n        anim.remove(this.el);\n        anim.remove(this.$overlay[0]);\n        this._animateOut();\n        return this;\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Modal.__proto__ || Object.getPrototypeOf(Modal), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Modal;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Modal;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Modal\n   */\n\n\n  Modal._modalsOpen = 0;\n\n  /**\n   * @static\n   * @memberof Modal\n   */\n  Modal._count = 0;\n\n  M.Modal = Modal;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Modal, 'modal', 'M_Modal');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    inDuration: 275,\n    outDuration: 200,\n    onOpenStart: null,\n    onOpenEnd: null,\n    onCloseStart: null,\n    onCloseEnd: null\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Materialbox = function (_Component4) {\n    _inherits(Materialbox, _Component4);\n\n    /**\n     * Construct Materialbox instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Materialbox(el, options) {\n      _classCallCheck(this, Materialbox);\n\n      var _this16 = _possibleConstructorReturn(this, (Materialbox.__proto__ || Object.getPrototypeOf(Materialbox)).call(this, Materialbox, el, options));\n\n      _this16.el.M_Materialbox = _this16;\n\n      /**\n       * Options for the modal\n       * @member Materialbox#options\n       * @prop {Number} [inDuration=275] - Length in ms of enter transition\n       * @prop {Number} [outDuration=200] - Length in ms of exit transition\n       * @prop {Function} onOpenStart - Callback function called before materialbox is opened\n       * @prop {Function} onOpenEnd - Callback function called after materialbox is opened\n       * @prop {Function} onCloseStart - Callback function called before materialbox is closed\n       * @prop {Function} onCloseEnd - Callback function called after materialbox is closed\n       */\n      _this16.options = $.extend({}, Materialbox.defaults, options);\n\n      _this16.overlayActive = false;\n      _this16.doneAnimating = true;\n      _this16.placeholder = $('<div></div>').addClass('material-placeholder');\n      _this16.originalWidth = 0;\n      _this16.originalHeight = 0;\n      _this16.originInlineStyles = _this16.$el.attr('style');\n      _this16.caption = _this16.el.getAttribute('data-caption') || '';\n\n      // Wrap\n      _this16.$el.before(_this16.placeholder);\n      _this16.placeholder.append(_this16.$el);\n\n      _this16._setupEventHandlers();\n      return _this16;\n    }\n\n    _createClass(Materialbox, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.M_Materialbox = undefined;\n\n        // Unwrap image\n        $(this.placeholder).after(this.el).remove();\n\n        this.$el.removeAttr('style');\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleMaterialboxClickBound = this._handleMaterialboxClick.bind(this);\n        this.el.addEventListener('click', this._handleMaterialboxClickBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('click', this._handleMaterialboxClickBound);\n      }\n\n      /**\n       * Handle Materialbox Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleMaterialboxClick\",\n      value: function _handleMaterialboxClick(e) {\n        // If already modal, return to original\n        if (this.doneAnimating === false || this.overlayActive && this.doneAnimating) {\n          this.close();\n        } else {\n          this.open();\n        }\n      }\n\n      /**\n       * Handle Window Scroll\n       */\n\n    }, {\n      key: \"_handleWindowScroll\",\n      value: function _handleWindowScroll() {\n        if (this.overlayActive) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Window Resize\n       */\n\n    }, {\n      key: \"_handleWindowResize\",\n      value: function _handleWindowResize() {\n        if (this.overlayActive) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Window Resize\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleWindowEscape\",\n      value: function _handleWindowEscape(e) {\n        // ESC key\n        if (e.keyCode === 27 && this.doneAnimating && this.overlayActive) {\n          this.close();\n        }\n      }\n\n      /**\n       * Find ancestors with overflow: hidden; and make visible\n       */\n\n    }, {\n      key: \"_makeAncestorsOverflowVisible\",\n      value: function _makeAncestorsOverflowVisible() {\n        this.ancestorsChanged = $();\n        var ancestor = this.placeholder[0].parentNode;\n        while (ancestor !== null && !$(ancestor).is(document)) {\n          var curr = $(ancestor);\n          if (curr.css('overflow') !== 'visible') {\n            curr.css('overflow', 'visible');\n            if (this.ancestorsChanged === undefined) {\n              this.ancestorsChanged = curr;\n            } else {\n              this.ancestorsChanged = this.ancestorsChanged.add(curr);\n            }\n          }\n          ancestor = ancestor.parentNode;\n        }\n      }\n\n      /**\n       * Animate image in\n       */\n\n    }, {\n      key: \"_animateImageIn\",\n      value: function _animateImageIn() {\n        var _this17 = this;\n\n        var animOptions = {\n          targets: this.el,\n          height: [this.originalHeight, this.newHeight],\n          width: [this.originalWidth, this.newWidth],\n          left: M.getDocumentScrollLeft() + this.windowWidth / 2 - this.placeholder.offset().left - this.newWidth / 2,\n          top: M.getDocumentScrollTop() + this.windowHeight / 2 - this.placeholder.offset().top - this.newHeight / 2,\n          duration: this.options.inDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            _this17.doneAnimating = true;\n\n            // onOpenEnd callback\n            if (typeof _this17.options.onOpenEnd === 'function') {\n              _this17.options.onOpenEnd.call(_this17, _this17.el);\n            }\n          }\n        };\n\n        // Override max-width or max-height if needed\n        this.maxWidth = this.$el.css('max-width');\n        this.maxHeight = this.$el.css('max-height');\n        if (this.maxWidth !== 'none') {\n          animOptions.maxWidth = this.newWidth;\n        }\n        if (this.maxHeight !== 'none') {\n          animOptions.maxHeight = this.newHeight;\n        }\n\n        anim(animOptions);\n      }\n\n      /**\n       * Animate image out\n       */\n\n    }, {\n      key: \"_animateImageOut\",\n      value: function _animateImageOut() {\n        var _this18 = this;\n\n        var animOptions = {\n          targets: this.el,\n          width: this.originalWidth,\n          height: this.originalHeight,\n          left: 0,\n          top: 0,\n          duration: this.options.outDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            _this18.placeholder.css({\n              height: '',\n              width: '',\n              position: '',\n              top: '',\n              left: ''\n            });\n\n            // Revert to width or height attribute\n            if (_this18.attrWidth) {\n              _this18.$el.attr('width', _this18.attrWidth);\n            }\n            if (_this18.attrHeight) {\n              _this18.$el.attr('height', _this18.attrHeight);\n            }\n\n            _this18.$el.removeAttr('style');\n            _this18.originInlineStyles && _this18.$el.attr('style', _this18.originInlineStyles);\n\n            // Remove class\n            _this18.$el.removeClass('active');\n            _this18.doneAnimating = true;\n\n            // Remove overflow overrides on ancestors\n            if (_this18.ancestorsChanged.length) {\n              _this18.ancestorsChanged.css('overflow', '');\n            }\n\n            // onCloseEnd callback\n            if (typeof _this18.options.onCloseEnd === 'function') {\n              _this18.options.onCloseEnd.call(_this18, _this18.el);\n            }\n          }\n        };\n\n        anim(animOptions);\n      }\n\n      /**\n       * Update open and close vars\n       */\n\n    }, {\n      key: \"_updateVars\",\n      value: function _updateVars() {\n        this.windowWidth = window.innerWidth;\n        this.windowHeight = window.innerHeight;\n        this.caption = this.el.getAttribute('data-caption') || '';\n      }\n\n      /**\n       * Open Materialbox\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        var _this19 = this;\n\n        this._updateVars();\n        this.originalWidth = this.el.getBoundingClientRect().width;\n        this.originalHeight = this.el.getBoundingClientRect().height;\n\n        // Set states\n        this.doneAnimating = false;\n        this.$el.addClass('active');\n        this.overlayActive = true;\n\n        // onOpenStart callback\n        if (typeof this.options.onOpenStart === 'function') {\n          this.options.onOpenStart.call(this, this.el);\n        }\n\n        // Set positioning for placeholder\n        this.placeholder.css({\n          width: this.placeholder[0].getBoundingClientRect().width + 'px',\n          height: this.placeholder[0].getBoundingClientRect().height + 'px',\n          position: 'relative',\n          top: 0,\n          left: 0\n        });\n\n        this._makeAncestorsOverflowVisible();\n\n        // Set css on origin\n        this.$el.css({\n          position: 'absolute',\n          'z-index': 1000,\n          'will-change': 'left, top, width, height'\n        });\n\n        // Change from width or height attribute to css\n        this.attrWidth = this.$el.attr('width');\n        this.attrHeight = this.$el.attr('height');\n        if (this.attrWidth) {\n          this.$el.css('width', this.attrWidth + 'px');\n          this.$el.removeAttr('width');\n        }\n        if (this.attrHeight) {\n          this.$el.css('width', this.attrHeight + 'px');\n          this.$el.removeAttr('height');\n        }\n\n        // Add overlay\n        this.$overlay = $('<div id=\"materialbox-overlay\"></div>').css({\n          opacity: 0\n        }).one('click', function () {\n          if (_this19.doneAnimating) {\n            _this19.close();\n          }\n        });\n\n        // Put before in origin image to preserve z-index layering.\n        this.$el.before(this.$overlay);\n\n        // Set dimensions if needed\n        var overlayOffset = this.$overlay[0].getBoundingClientRect();\n        this.$overlay.css({\n          width: this.windowWidth + 'px',\n          height: this.windowHeight + 'px',\n          left: -1 * overlayOffset.left + 'px',\n          top: -1 * overlayOffset.top + 'px'\n        });\n\n        anim.remove(this.el);\n        anim.remove(this.$overlay[0]);\n\n        // Animate Overlay\n        anim({\n          targets: this.$overlay[0],\n          opacity: 1,\n          duration: this.options.inDuration,\n          easing: 'easeOutQuad'\n        });\n\n        // Add and animate caption if it exists\n        if (this.caption !== '') {\n          if (this.$photocaption) {\n            anim.remove(this.$photoCaption[0]);\n          }\n          this.$photoCaption = $('<div class=\"materialbox-caption\"></div>');\n          this.$photoCaption.text(this.caption);\n          $('body').append(this.$photoCaption);\n          this.$photoCaption.css({ display: 'inline' });\n\n          anim({\n            targets: this.$photoCaption[0],\n            opacity: 1,\n            duration: this.options.inDuration,\n            easing: 'easeOutQuad'\n          });\n        }\n\n        // Resize Image\n        var ratio = 0;\n        var widthPercent = this.originalWidth / this.windowWidth;\n        var heightPercent = this.originalHeight / this.windowHeight;\n        this.newWidth = 0;\n        this.newHeight = 0;\n\n        if (widthPercent > heightPercent) {\n          ratio = this.originalHeight / this.originalWidth;\n          this.newWidth = this.windowWidth * 0.9;\n          this.newHeight = this.windowWidth * 0.9 * ratio;\n        } else {\n          ratio = this.originalWidth / this.originalHeight;\n          this.newWidth = this.windowHeight * 0.9 * ratio;\n          this.newHeight = this.windowHeight * 0.9;\n        }\n\n        this._animateImageIn();\n\n        // Handle Exit triggers\n        this._handleWindowScrollBound = this._handleWindowScroll.bind(this);\n        this._handleWindowResizeBound = this._handleWindowResize.bind(this);\n        this._handleWindowEscapeBound = this._handleWindowEscape.bind(this);\n\n        window.addEventListener('scroll', this._handleWindowScrollBound);\n        window.addEventListener('resize', this._handleWindowResizeBound);\n        window.addEventListener('keyup', this._handleWindowEscapeBound);\n      }\n\n      /**\n       * Close Materialbox\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        var _this20 = this;\n\n        this._updateVars();\n        this.doneAnimating = false;\n\n        // onCloseStart callback\n        if (typeof this.options.onCloseStart === 'function') {\n          this.options.onCloseStart.call(this, this.el);\n        }\n\n        anim.remove(this.el);\n        anim.remove(this.$overlay[0]);\n\n        if (this.caption !== '') {\n          anim.remove(this.$photoCaption[0]);\n        }\n\n        // disable exit handlers\n        window.removeEventListener('scroll', this._handleWindowScrollBound);\n        window.removeEventListener('resize', this._handleWindowResizeBound);\n        window.removeEventListener('keyup', this._handleWindowEscapeBound);\n\n        anim({\n          targets: this.$overlay[0],\n          opacity: 0,\n          duration: this.options.outDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            _this20.overlayActive = false;\n            _this20.$overlay.remove();\n          }\n        });\n\n        this._animateImageOut();\n\n        // Remove Caption + reset css settings on image\n        if (this.caption !== '') {\n          anim({\n            targets: this.$photoCaption[0],\n            opacity: 0,\n            duration: this.options.outDuration,\n            easing: 'easeOutQuad',\n            complete: function () {\n              _this20.$photoCaption.remove();\n            }\n          });\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Materialbox.__proto__ || Object.getPrototypeOf(Materialbox), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Materialbox;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Materialbox;\n  }(Component);\n\n  M.Materialbox = Materialbox;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Materialbox, 'materialbox', 'M_Materialbox');\n  }\n})(cash, M.anime);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    responsiveThreshold: 0 // breakpoint for swipeable\n  };\n\n  var Parallax = function (_Component5) {\n    _inherits(Parallax, _Component5);\n\n    function Parallax(el, options) {\n      _classCallCheck(this, Parallax);\n\n      var _this21 = _possibleConstructorReturn(this, (Parallax.__proto__ || Object.getPrototypeOf(Parallax)).call(this, Parallax, el, options));\n\n      _this21.el.M_Parallax = _this21;\n\n      /**\n       * Options for the Parallax\n       * @member Parallax#options\n       * @prop {Number} responsiveThreshold\n       */\n      _this21.options = $.extend({}, Parallax.defaults, options);\n      _this21._enabled = window.innerWidth > _this21.options.responsiveThreshold;\n\n      _this21.$img = _this21.$el.find('img').first();\n      _this21.$img.each(function () {\n        var el = this;\n        if (el.complete) $(el).trigger('load');\n      });\n\n      _this21._updateParallax();\n      _this21._setupEventHandlers();\n      _this21._setupStyles();\n\n      Parallax._parallaxes.push(_this21);\n      return _this21;\n    }\n\n    _createClass(Parallax, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        Parallax._parallaxes.splice(Parallax._parallaxes.indexOf(this), 1);\n        this.$img[0].style.transform = '';\n        this._removeEventHandlers();\n\n        this.$el[0].M_Parallax = undefined;\n      }\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleImageLoadBound = this._handleImageLoad.bind(this);\n        this.$img[0].addEventListener('load', this._handleImageLoadBound);\n\n        if (Parallax._parallaxes.length === 0) {\n          Parallax._handleScrollThrottled = M.throttle(Parallax._handleScroll, 5);\n          window.addEventListener('scroll', Parallax._handleScrollThrottled);\n\n          Parallax._handleWindowResizeThrottled = M.throttle(Parallax._handleWindowResize, 5);\n          window.addEventListener('resize', Parallax._handleWindowResizeThrottled);\n        }\n      }\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.$img[0].removeEventListener('load', this._handleImageLoadBound);\n\n        if (Parallax._parallaxes.length === 0) {\n          window.removeEventListener('scroll', Parallax._handleScrollThrottled);\n          window.removeEventListener('resize', Parallax._handleWindowResizeThrottled);\n        }\n      }\n    }, {\n      key: \"_setupStyles\",\n      value: function _setupStyles() {\n        this.$img[0].style.opacity = 1;\n      }\n    }, {\n      key: \"_handleImageLoad\",\n      value: function _handleImageLoad() {\n        this._updateParallax();\n      }\n    }, {\n      key: \"_updateParallax\",\n      value: function _updateParallax() {\n        var containerHeight = this.$el.height() > 0 ? this.el.parentNode.offsetHeight : 500;\n        var imgHeight = this.$img[0].offsetHeight;\n        var parallaxDist = imgHeight - containerHeight;\n        var bottom = this.$el.offset().top + containerHeight;\n        var top = this.$el.offset().top;\n        var scrollTop = M.getDocumentScrollTop();\n        var windowHeight = window.innerHeight;\n        var windowBottom = scrollTop + windowHeight;\n        var percentScrolled = (windowBottom - top) / (containerHeight + windowHeight);\n        var parallax = parallaxDist * percentScrolled;\n\n        if (!this._enabled) {\n          this.$img[0].style.transform = '';\n        } else if (bottom > scrollTop && top < scrollTop + windowHeight) {\n          this.$img[0].style.transform = \"translate3D(-50%, \" + parallax + \"px, 0)\";\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Parallax.__proto__ || Object.getPrototypeOf(Parallax), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Parallax;\n      }\n    }, {\n      key: \"_handleScroll\",\n      value: function _handleScroll() {\n        for (var i = 0; i < Parallax._parallaxes.length; i++) {\n          var parallaxInstance = Parallax._parallaxes[i];\n          parallaxInstance._updateParallax.call(parallaxInstance);\n        }\n      }\n    }, {\n      key: \"_handleWindowResize\",\n      value: function _handleWindowResize() {\n        for (var i = 0; i < Parallax._parallaxes.length; i++) {\n          var parallaxInstance = Parallax._parallaxes[i];\n          parallaxInstance._enabled = window.innerWidth > parallaxInstance.options.responsiveThreshold;\n        }\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Parallax;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Parallax\n   */\n\n\n  Parallax._parallaxes = [];\n\n  M.Parallax = Parallax;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Parallax, 'parallax', 'M_Parallax');\n  }\n})(cash);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    duration: 300,\n    onShow: null,\n    swipeable: false,\n    responsiveThreshold: Infinity // breakpoint for swipeable\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Tabs = function (_Component6) {\n    _inherits(Tabs, _Component6);\n\n    /**\n     * Construct Tabs instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Tabs(el, options) {\n      _classCallCheck(this, Tabs);\n\n      var _this22 = _possibleConstructorReturn(this, (Tabs.__proto__ || Object.getPrototypeOf(Tabs)).call(this, Tabs, el, options));\n\n      _this22.el.M_Tabs = _this22;\n\n      /**\n       * Options for the Tabs\n       * @member Tabs#options\n       * @prop {Number} duration\n       * @prop {Function} onShow\n       * @prop {Boolean} swipeable\n       * @prop {Number} responsiveThreshold\n       */\n      _this22.options = $.extend({}, Tabs.defaults, options);\n\n      // Setup\n      _this22.$tabLinks = _this22.$el.children('li.tab').children('a');\n      _this22.index = 0;\n      _this22._setupActiveTabLink();\n\n      // Setup tabs content\n      if (_this22.options.swipeable) {\n        _this22._setupSwipeableTabs();\n      } else {\n        _this22._setupNormalTabs();\n      }\n\n      // Setup tabs indicator after content to ensure accurate widths\n      _this22._setTabsAndTabWidth();\n      _this22._createIndicator();\n\n      _this22._setupEventHandlers();\n      return _this22;\n    }\n\n    _createClass(Tabs, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this._indicator.parentNode.removeChild(this._indicator);\n\n        if (this.options.swipeable) {\n          this._teardownSwipeableTabs();\n        } else {\n          this._teardownNormalTabs();\n        }\n\n        this.$el[0].M_Tabs = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleWindowResizeBound = this._handleWindowResize.bind(this);\n        window.addEventListener('resize', this._handleWindowResizeBound);\n\n        this._handleTabClickBound = this._handleTabClick.bind(this);\n        this.el.addEventListener('click', this._handleTabClickBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        window.removeEventListener('resize', this._handleWindowResizeBound);\n        this.el.removeEventListener('click', this._handleTabClickBound);\n      }\n\n      /**\n       * Handle window Resize\n       */\n\n    }, {\n      key: \"_handleWindowResize\",\n      value: function _handleWindowResize() {\n        this._setTabsAndTabWidth();\n\n        if (this.tabWidth !== 0 && this.tabsWidth !== 0) {\n          this._indicator.style.left = this._calcLeftPos(this.$activeTabLink) + 'px';\n          this._indicator.style.right = this._calcRightPos(this.$activeTabLink) + 'px';\n        }\n      }\n\n      /**\n       * Handle tab click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleTabClick\",\n      value: function _handleTabClick(e) {\n        var _this23 = this;\n\n        var tab = $(e.target).closest('li.tab');\n        var tabLink = $(e.target).closest('a');\n\n        // Handle click on tab link only\n        if (!tabLink.length || !tabLink.parent().hasClass('tab')) {\n          return;\n        }\n\n        if (tab.hasClass('disabled')) {\n          e.preventDefault();\n          return;\n        }\n\n        // Act as regular link if target attribute is specified.\n        if (!!tabLink.attr('target')) {\n          return;\n        }\n\n        // Make the old tab inactive.\n        this.$activeTabLink.removeClass('active');\n        var $oldContent = this.$content;\n\n        // Update the variables with the new link and content\n        this.$activeTabLink = tabLink;\n        this.$content = $(M.escapeHash(tabLink[0].hash));\n        this.$tabLinks = this.$el.children('li.tab').children('a');\n\n        // Make the tab active.\n        this.$activeTabLink.addClass('active');\n        var prevIndex = this.index;\n        this.index = Math.max(this.$tabLinks.index(tabLink), 0);\n\n        // Swap content\n        if (this.options.swipeable) {\n          if (this._tabsCarousel) {\n            this._tabsCarousel.set(this.index, function () {\n              if (typeof _this23.options.onShow === 'function') {\n                _this23.options.onShow.call(_this23, _this23.$content[0]);\n              }\n            });\n          }\n        } else {\n          if (this.$content.length) {\n            this.$content[0].style.display = 'block';\n            this.$content.addClass('active');\n            if (typeof this.options.onShow === 'function') {\n              this.options.onShow.call(this, this.$content[0]);\n            }\n\n            if ($oldContent.length && !$oldContent.is(this.$content)) {\n              $oldContent[0].style.display = 'none';\n              $oldContent.removeClass('active');\n            }\n          }\n        }\n\n        // Update widths after content is swapped (scrollbar bugfix)\n        this._setTabsAndTabWidth();\n\n        // Update indicator\n        this._animateIndicator(prevIndex);\n\n        // Prevent the anchor's default click action\n        e.preventDefault();\n      }\n\n      /**\n       * Generate elements for tab indicator.\n       */\n\n    }, {\n      key: \"_createIndicator\",\n      value: function _createIndicator() {\n        var _this24 = this;\n\n        var indicator = document.createElement('li');\n        indicator.classList.add('indicator');\n\n        this.el.appendChild(indicator);\n        this._indicator = indicator;\n\n        setTimeout(function () {\n          _this24._indicator.style.left = _this24._calcLeftPos(_this24.$activeTabLink) + 'px';\n          _this24._indicator.style.right = _this24._calcRightPos(_this24.$activeTabLink) + 'px';\n        }, 0);\n      }\n\n      /**\n       * Setup first active tab link.\n       */\n\n    }, {\n      key: \"_setupActiveTabLink\",\n      value: function _setupActiveTabLink() {\n        // If the location.hash matches one of the links, use that as the active tab.\n        this.$activeTabLink = $(this.$tabLinks.filter('[href=\"' + location.hash + '\"]'));\n\n        // If no match is found, use the first link or any with class 'active' as the initial active tab.\n        if (this.$activeTabLink.length === 0) {\n          this.$activeTabLink = this.$el.children('li.tab').children('a.active').first();\n        }\n        if (this.$activeTabLink.length === 0) {\n          this.$activeTabLink = this.$el.children('li.tab').children('a').first();\n        }\n\n        this.$tabLinks.removeClass('active');\n        this.$activeTabLink[0].classList.add('active');\n\n        this.index = Math.max(this.$tabLinks.index(this.$activeTabLink), 0);\n\n        if (this.$activeTabLink.length) {\n          this.$content = $(M.escapeHash(this.$activeTabLink[0].hash));\n          this.$content.addClass('active');\n        }\n      }\n\n      /**\n       * Setup swipeable tabs\n       */\n\n    }, {\n      key: \"_setupSwipeableTabs\",\n      value: function _setupSwipeableTabs() {\n        var _this25 = this;\n\n        // Change swipeable according to responsive threshold\n        if (window.innerWidth > this.options.responsiveThreshold) {\n          this.options.swipeable = false;\n        }\n\n        var $tabsContent = $();\n        this.$tabLinks.each(function (link) {\n          var $currContent = $(M.escapeHash(link.hash));\n          $currContent.addClass('carousel-item');\n          $tabsContent = $tabsContent.add($currContent);\n        });\n\n        var $tabsWrapper = $('<div class=\"tabs-content carousel carousel-slider\"></div>');\n        $tabsContent.first().before($tabsWrapper);\n        $tabsWrapper.append($tabsContent);\n        $tabsContent[0].style.display = '';\n\n        // Keep active tab index to set initial carousel slide\n        var activeTabIndex = this.$activeTabLink.closest('.tab').index();\n\n        this._tabsCarousel = M.Carousel.init($tabsWrapper[0], {\n          fullWidth: true,\n          noWrap: true,\n          onCycleTo: function (item) {\n            var prevIndex = _this25.index;\n            _this25.index = $(item).index();\n            _this25.$activeTabLink.removeClass('active');\n            _this25.$activeTabLink = _this25.$tabLinks.eq(_this25.index);\n            _this25.$activeTabLink.addClass('active');\n            _this25._animateIndicator(prevIndex);\n            if (typeof _this25.options.onShow === 'function') {\n              _this25.options.onShow.call(_this25, _this25.$content[0]);\n            }\n          }\n        });\n\n        // Set initial carousel slide to active tab\n        this._tabsCarousel.set(activeTabIndex);\n      }\n\n      /**\n       * Teardown normal tabs.\n       */\n\n    }, {\n      key: \"_teardownSwipeableTabs\",\n      value: function _teardownSwipeableTabs() {\n        var $tabsWrapper = this._tabsCarousel.$el;\n        this._tabsCarousel.destroy();\n\n        // Unwrap\n        $tabsWrapper.after($tabsWrapper.children());\n        $tabsWrapper.remove();\n      }\n\n      /**\n       * Setup normal tabs.\n       */\n\n    }, {\n      key: \"_setupNormalTabs\",\n      value: function _setupNormalTabs() {\n        // Hide Tabs Content\n        this.$tabLinks.not(this.$activeTabLink).each(function (link) {\n          if (!!link.hash) {\n            var $currContent = $(M.escapeHash(link.hash));\n            if ($currContent.length) {\n              $currContent[0].style.display = 'none';\n            }\n          }\n        });\n      }\n\n      /**\n       * Teardown normal tabs.\n       */\n\n    }, {\n      key: \"_teardownNormalTabs\",\n      value: function _teardownNormalTabs() {\n        // show Tabs Content\n        this.$tabLinks.each(function (link) {\n          if (!!link.hash) {\n            var $currContent = $(M.escapeHash(link.hash));\n            if ($currContent.length) {\n              $currContent[0].style.display = '';\n            }\n          }\n        });\n      }\n\n      /**\n       * set tabs and tab width\n       */\n\n    }, {\n      key: \"_setTabsAndTabWidth\",\n      value: function _setTabsAndTabWidth() {\n        this.tabsWidth = this.$el.width();\n        this.tabWidth = Math.max(this.tabsWidth, this.el.scrollWidth) / this.$tabLinks.length;\n      }\n\n      /**\n       * Finds right attribute for indicator based on active tab.\n       * @param {cash} el\n       */\n\n    }, {\n      key: \"_calcRightPos\",\n      value: function _calcRightPos(el) {\n        return Math.ceil(this.tabsWidth - el.position().left - el[0].getBoundingClientRect().width);\n      }\n\n      /**\n       * Finds left attribute for indicator based on active tab.\n       * @param {cash} el\n       */\n\n    }, {\n      key: \"_calcLeftPos\",\n      value: function _calcLeftPos(el) {\n        return Math.floor(el.position().left);\n      }\n    }, {\n      key: \"updateTabIndicator\",\n      value: function updateTabIndicator() {\n        this._setTabsAndTabWidth();\n        this._animateIndicator(this.index);\n      }\n\n      /**\n       * Animates Indicator to active tab.\n       * @param {Number} prevIndex\n       */\n\n    }, {\n      key: \"_animateIndicator\",\n      value: function _animateIndicator(prevIndex) {\n        var leftDelay = 0,\n            rightDelay = 0;\n\n        if (this.index - prevIndex >= 0) {\n          leftDelay = 90;\n        } else {\n          rightDelay = 90;\n        }\n\n        // Animate\n        var animOptions = {\n          targets: this._indicator,\n          left: {\n            value: this._calcLeftPos(this.$activeTabLink),\n            delay: leftDelay\n          },\n          right: {\n            value: this._calcRightPos(this.$activeTabLink),\n            delay: rightDelay\n          },\n          duration: this.options.duration,\n          easing: 'easeOutQuad'\n        };\n        anim.remove(this._indicator);\n        anim(animOptions);\n      }\n\n      /**\n       * Select tab.\n       * @param {String} tabId\n       */\n\n    }, {\n      key: \"select\",\n      value: function select(tabId) {\n        var tab = this.$tabLinks.filter('[href=\"#' + tabId + '\"]');\n        if (tab.length) {\n          tab.trigger('click');\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Tabs.__proto__ || Object.getPrototypeOf(Tabs), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Tabs;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Tabs;\n  }(Component);\n\n  window.M.Tabs = Tabs;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Tabs, 'tabs', 'M_Tabs');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    exitDelay: 200,\n    enterDelay: 0,\n    html: null,\n    margin: 5,\n    inDuration: 250,\n    outDuration: 200,\n    position: 'bottom',\n    transitionMovement: 10\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Tooltip = function (_Component7) {\n    _inherits(Tooltip, _Component7);\n\n    /**\n     * Construct Tooltip instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Tooltip(el, options) {\n      _classCallCheck(this, Tooltip);\n\n      var _this26 = _possibleConstructorReturn(this, (Tooltip.__proto__ || Object.getPrototypeOf(Tooltip)).call(this, Tooltip, el, options));\n\n      _this26.el.M_Tooltip = _this26;\n      _this26.options = $.extend({}, Tooltip.defaults, options);\n\n      _this26.isOpen = false;\n      _this26.isHovered = false;\n      _this26.isFocused = false;\n      _this26._appendTooltipEl();\n      _this26._setupEventHandlers();\n      return _this26;\n    }\n\n    _createClass(Tooltip, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        $(this.tooltipEl).remove();\n        this._removeEventHandlers();\n        this.el.M_Tooltip = undefined;\n      }\n    }, {\n      key: \"_appendTooltipEl\",\n      value: function _appendTooltipEl() {\n        var tooltipEl = document.createElement('div');\n        tooltipEl.classList.add('material-tooltip');\n        this.tooltipEl = tooltipEl;\n\n        var tooltipContentEl = document.createElement('div');\n        tooltipContentEl.classList.add('tooltip-content');\n        tooltipContentEl.innerHTML = this.options.html;\n        tooltipEl.appendChild(tooltipContentEl);\n        document.body.appendChild(tooltipEl);\n      }\n    }, {\n      key: \"_updateTooltipContent\",\n      value: function _updateTooltipContent() {\n        this.tooltipEl.querySelector('.tooltip-content').innerHTML = this.options.html;\n      }\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleMouseEnterBound = this._handleMouseEnter.bind(this);\n        this._handleMouseLeaveBound = this._handleMouseLeave.bind(this);\n        this._handleFocusBound = this._handleFocus.bind(this);\n        this._handleBlurBound = this._handleBlur.bind(this);\n        this.el.addEventListener('mouseenter', this._handleMouseEnterBound);\n        this.el.addEventListener('mouseleave', this._handleMouseLeaveBound);\n        this.el.addEventListener('focus', this._handleFocusBound, true);\n        this.el.addEventListener('blur', this._handleBlurBound, true);\n      }\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('mouseenter', this._handleMouseEnterBound);\n        this.el.removeEventListener('mouseleave', this._handleMouseLeaveBound);\n        this.el.removeEventListener('focus', this._handleFocusBound, true);\n        this.el.removeEventListener('blur', this._handleBlurBound, true);\n      }\n    }, {\n      key: \"open\",\n      value: function open(isManual) {\n        if (this.isOpen) {\n          return;\n        }\n        isManual = isManual === undefined ? true : undefined; // Default value true\n        this.isOpen = true;\n        // Update tooltip content with HTML attribute options\n        this.options = $.extend({}, this.options, this._getAttributeOptions());\n        this._updateTooltipContent();\n        this._setEnterDelayTimeout(isManual);\n      }\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        this.isHovered = false;\n        this.isFocused = false;\n        this.isOpen = false;\n        this._setExitDelayTimeout();\n      }\n\n      /**\n       * Create timeout which delays when the tooltip closes\n       */\n\n    }, {\n      key: \"_setExitDelayTimeout\",\n      value: function _setExitDelayTimeout() {\n        var _this27 = this;\n\n        clearTimeout(this._exitDelayTimeout);\n\n        this._exitDelayTimeout = setTimeout(function () {\n          if (_this27.isHovered || _this27.isFocused) {\n            return;\n          }\n\n          _this27._animateOut();\n        }, this.options.exitDelay);\n      }\n\n      /**\n       * Create timeout which delays when the toast closes\n       */\n\n    }, {\n      key: \"_setEnterDelayTimeout\",\n      value: function _setEnterDelayTimeout(isManual) {\n        var _this28 = this;\n\n        clearTimeout(this._enterDelayTimeout);\n\n        this._enterDelayTimeout = setTimeout(function () {\n          if (!_this28.isHovered && !_this28.isFocused && !isManual) {\n            return;\n          }\n\n          _this28._animateIn();\n        }, this.options.enterDelay);\n      }\n    }, {\n      key: \"_positionTooltip\",\n      value: function _positionTooltip() {\n        var origin = this.el,\n            tooltip = this.tooltipEl,\n            originHeight = origin.offsetHeight,\n            originWidth = origin.offsetWidth,\n            tooltipHeight = tooltip.offsetHeight,\n            tooltipWidth = tooltip.offsetWidth,\n            newCoordinates = void 0,\n            margin = this.options.margin,\n            targetTop = void 0,\n            targetLeft = void 0;\n\n        this.xMovement = 0, this.yMovement = 0;\n\n        targetTop = origin.getBoundingClientRect().top + M.getDocumentScrollTop();\n        targetLeft = origin.getBoundingClientRect().left + M.getDocumentScrollLeft();\n\n        if (this.options.position === 'top') {\n          targetTop += -tooltipHeight - margin;\n          targetLeft += originWidth / 2 - tooltipWidth / 2;\n          this.yMovement = -this.options.transitionMovement;\n        } else if (this.options.position === 'right') {\n          targetTop += originHeight / 2 - tooltipHeight / 2;\n          targetLeft += originWidth + margin;\n          this.xMovement = this.options.transitionMovement;\n        } else if (this.options.position === 'left') {\n          targetTop += originHeight / 2 - tooltipHeight / 2;\n          targetLeft += -tooltipWidth - margin;\n          this.xMovement = -this.options.transitionMovement;\n        } else {\n          targetTop += originHeight + margin;\n          targetLeft += originWidth / 2 - tooltipWidth / 2;\n          this.yMovement = this.options.transitionMovement;\n        }\n\n        newCoordinates = this._repositionWithinScreen(targetLeft, targetTop, tooltipWidth, tooltipHeight);\n        $(tooltip).css({\n          top: newCoordinates.y + 'px',\n          left: newCoordinates.x + 'px'\n        });\n      }\n    }, {\n      key: \"_repositionWithinScreen\",\n      value: function _repositionWithinScreen(x, y, width, height) {\n        var scrollLeft = M.getDocumentScrollLeft();\n        var scrollTop = M.getDocumentScrollTop();\n        var newX = x - scrollLeft;\n        var newY = y - scrollTop;\n\n        var bounding = {\n          left: newX,\n          top: newY,\n          width: width,\n          height: height\n        };\n\n        var offset = this.options.margin + this.options.transitionMovement;\n        var edges = M.checkWithinContainer(document.body, bounding, offset);\n\n        if (edges.left) {\n          newX = offset;\n        } else if (edges.right) {\n          newX -= newX + width - window.innerWidth;\n        }\n\n        if (edges.top) {\n          newY = offset;\n        } else if (edges.bottom) {\n          newY -= newY + height - window.innerHeight;\n        }\n\n        return {\n          x: newX + scrollLeft,\n          y: newY + scrollTop\n        };\n      }\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn() {\n        this._positionTooltip();\n        this.tooltipEl.style.visibility = 'visible';\n        anim.remove(this.tooltipEl);\n        anim({\n          targets: this.tooltipEl,\n          opacity: 1,\n          translateX: this.xMovement,\n          translateY: this.yMovement,\n          duration: this.options.inDuration,\n          easing: 'easeOutCubic'\n        });\n      }\n    }, {\n      key: \"_animateOut\",\n      value: function _animateOut() {\n        anim.remove(this.tooltipEl);\n        anim({\n          targets: this.tooltipEl,\n          opacity: 0,\n          translateX: 0,\n          translateY: 0,\n          duration: this.options.outDuration,\n          easing: 'easeOutCubic'\n        });\n      }\n    }, {\n      key: \"_handleMouseEnter\",\n      value: function _handleMouseEnter() {\n        this.isHovered = true;\n        this.isFocused = false; // Allows close of tooltip when opened by focus.\n        this.open(false);\n      }\n    }, {\n      key: \"_handleMouseLeave\",\n      value: function _handleMouseLeave() {\n        this.isHovered = false;\n        this.isFocused = false; // Allows close of tooltip when opened by focus.\n        this.close();\n      }\n    }, {\n      key: \"_handleFocus\",\n      value: function _handleFocus() {\n        if (M.tabPressed) {\n          this.isFocused = true;\n          this.open(false);\n        }\n      }\n    }, {\n      key: \"_handleBlur\",\n      value: function _handleBlur() {\n        this.isFocused = false;\n        this.close();\n      }\n    }, {\n      key: \"_getAttributeOptions\",\n      value: function _getAttributeOptions() {\n        var attributeOptions = {};\n        var tooltipTextOption = this.el.getAttribute('data-tooltip');\n        var positionOption = this.el.getAttribute('data-position');\n\n        if (tooltipTextOption) {\n          attributeOptions.html = tooltipTextOption;\n        }\n\n        if (positionOption) {\n          attributeOptions.position = positionOption;\n        }\n        return attributeOptions;\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Tooltip.__proto__ || Object.getPrototypeOf(Tooltip), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Tooltip;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Tooltip;\n  }(Component);\n\n  M.Tooltip = Tooltip;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Tooltip, 'tooltip', 'M_Tooltip');\n  }\n})(cash, M.anime);\n; /*!\r\n  * Waves v0.6.4\r\n  * http://fian.my.id/Waves\r\n  *\r\n  * Copyright 2014 Alfiana E. Sibuea and other contributors\r\n  * Released under the MIT license\r\n  * https://github.com/fians/Waves/blob/master/LICENSE\r\n  */\n\n;(function (window) {\n  'use strict';\n\n  var Waves = Waves || {};\n  var $$ = document.querySelectorAll.bind(document);\n\n  // Find exact position of element\n  function isWindow(obj) {\n    return obj !== null && obj === obj.window;\n  }\n\n  function getWindow(elem) {\n    return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;\n  }\n\n  function offset(elem) {\n    var docElem,\n        win,\n        box = { top: 0, left: 0 },\n        doc = elem && elem.ownerDocument;\n\n    docElem = doc.documentElement;\n\n    if (typeof elem.getBoundingClientRect !== typeof undefined) {\n      box = elem.getBoundingClientRect();\n    }\n    win = getWindow(doc);\n    return {\n      top: box.top + win.pageYOffset - docElem.clientTop,\n      left: box.left + win.pageXOffset - docElem.clientLeft\n    };\n  }\n\n  function convertStyle(obj) {\n    var style = '';\n\n    for (var a in obj) {\n      if (obj.hasOwnProperty(a)) {\n        style += a + ':' + obj[a] + ';';\n      }\n    }\n\n    return style;\n  }\n\n  var Effect = {\n\n    // Effect delay\n    duration: 750,\n\n    show: function (e, element) {\n\n      // Disable right click\n      if (e.button === 2) {\n        return false;\n      }\n\n      var el = element || this;\n\n      // Create ripple\n      var ripple = document.createElement('div');\n      ripple.className = 'waves-ripple';\n      el.appendChild(ripple);\n\n      // Get click coordinate and element witdh\n      var pos = offset(el);\n      var relativeY = e.pageY - pos.top;\n      var relativeX = e.pageX - pos.left;\n      var scale = 'scale(' + el.clientWidth / 100 * 10 + ')';\n\n      // Support for touch devices\n      if ('touches' in e) {\n        relativeY = e.touches[0].pageY - pos.top;\n        relativeX = e.touches[0].pageX - pos.left;\n      }\n\n      // Attach data to element\n      ripple.setAttribute('data-hold', Date.now());\n      ripple.setAttribute('data-scale', scale);\n      ripple.setAttribute('data-x', relativeX);\n      ripple.setAttribute('data-y', relativeY);\n\n      // Set ripple position\n      var rippleStyle = {\n        'top': relativeY + 'px',\n        'left': relativeX + 'px'\n      };\n\n      ripple.className = ripple.className + ' waves-notransition';\n      ripple.setAttribute('style', convertStyle(rippleStyle));\n      ripple.className = ripple.className.replace('waves-notransition', '');\n\n      // Scale the ripple\n      rippleStyle['-webkit-transform'] = scale;\n      rippleStyle['-moz-transform'] = scale;\n      rippleStyle['-ms-transform'] = scale;\n      rippleStyle['-o-transform'] = scale;\n      rippleStyle.transform = scale;\n      rippleStyle.opacity = '1';\n\n      rippleStyle['-webkit-transition-duration'] = Effect.duration + 'ms';\n      rippleStyle['-moz-transition-duration'] = Effect.duration + 'ms';\n      rippleStyle['-o-transition-duration'] = Effect.duration + 'ms';\n      rippleStyle['transition-duration'] = Effect.duration + 'ms';\n\n      rippleStyle['-webkit-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n      rippleStyle['-moz-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n      rippleStyle['-o-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n      rippleStyle['transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n\n      ripple.setAttribute('style', convertStyle(rippleStyle));\n    },\n\n    hide: function (e) {\n      TouchHandler.touchup(e);\n\n      var el = this;\n      var width = el.clientWidth * 1.4;\n\n      // Get first ripple\n      var ripple = null;\n      var ripples = el.getElementsByClassName('waves-ripple');\n      if (ripples.length > 0) {\n        ripple = ripples[ripples.length - 1];\n      } else {\n        return false;\n      }\n\n      var relativeX = ripple.getAttribute('data-x');\n      var relativeY = ripple.getAttribute('data-y');\n      var scale = ripple.getAttribute('data-scale');\n\n      // Get delay beetween mousedown and mouse leave\n      var diff = Date.now() - Number(ripple.getAttribute('data-hold'));\n      var delay = 350 - diff;\n\n      if (delay < 0) {\n        delay = 0;\n      }\n\n      // Fade out ripple after delay\n      setTimeout(function () {\n        var style = {\n          'top': relativeY + 'px',\n          'left': relativeX + 'px',\n          'opacity': '0',\n\n          // Duration\n          '-webkit-transition-duration': Effect.duration + 'ms',\n          '-moz-transition-duration': Effect.duration + 'ms',\n          '-o-transition-duration': Effect.duration + 'ms',\n          'transition-duration': Effect.duration + 'ms',\n          '-webkit-transform': scale,\n          '-moz-transform': scale,\n          '-ms-transform': scale,\n          '-o-transform': scale,\n          'transform': scale\n        };\n\n        ripple.setAttribute('style', convertStyle(style));\n\n        setTimeout(function () {\n          try {\n            el.removeChild(ripple);\n          } catch (e) {\n            return false;\n          }\n        }, Effect.duration);\n      }, delay);\n    },\n\n    // Little hack to make <input> can perform waves effect\n    wrapInput: function (elements) {\n      for (var a = 0; a < elements.length; a++) {\n        var el = elements[a];\n\n        if (el.tagName.toLowerCase() === 'input') {\n          var parent = el.parentNode;\n\n          // If input already have parent just pass through\n          if (parent.tagName.toLowerCase() === 'i' && parent.className.indexOf('waves-effect') !== -1) {\n            continue;\n          }\n\n          // Put element class and style to the specified parent\n          var wrapper = document.createElement('i');\n          wrapper.className = el.className + ' waves-input-wrapper';\n\n          var elementStyle = el.getAttribute('style');\n\n          if (!elementStyle) {\n            elementStyle = '';\n          }\n\n          wrapper.setAttribute('style', elementStyle);\n\n          el.className = 'waves-button-input';\n          el.removeAttribute('style');\n\n          // Put element as child\n          parent.replaceChild(wrapper, el);\n          wrapper.appendChild(el);\n        }\n      }\n    }\n  };\n\n  /**\r\n   * Disable mousedown event for 500ms during and after touch\r\n   */\n  var TouchHandler = {\n    /* uses an integer rather than bool so there's no issues with\r\n     * needing to clear timeouts if another touch event occurred\r\n     * within the 500ms. Cannot mouseup between touchstart and\r\n     * touchend, nor in the 500ms after touchend. */\n    touches: 0,\n    allowEvent: function (e) {\n      var allow = true;\n\n      if (e.type === 'touchstart') {\n        TouchHandler.touches += 1; //push\n      } else if (e.type === 'touchend' || e.type === 'touchcancel') {\n        setTimeout(function () {\n          if (TouchHandler.touches > 0) {\n            TouchHandler.touches -= 1; //pop after 500ms\n          }\n        }, 500);\n      } else if (e.type === 'mousedown' && TouchHandler.touches > 0) {\n        allow = false;\n      }\n\n      return allow;\n    },\n    touchup: function (e) {\n      TouchHandler.allowEvent(e);\n    }\n  };\n\n  /**\r\n   * Delegated click handler for .waves-effect element.\r\n   * returns null when .waves-effect element not in \"click tree\"\r\n   */\n  function getWavesEffectElement(e) {\n    if (TouchHandler.allowEvent(e) === false) {\n      return null;\n    }\n\n    var element = null;\n    var target = e.target || e.srcElement;\n\n    while (target.parentNode !== null) {\n      if (!(target instanceof SVGElement) && target.className.indexOf('waves-effect') !== -1) {\n        element = target;\n        break;\n      }\n      target = target.parentNode;\n    }\n    return element;\n  }\n\n  /**\r\n   * Bubble the click and show effect if .waves-effect elem was found\r\n   */\n  function showEffect(e) {\n    var element = getWavesEffectElement(e);\n\n    if (element !== null) {\n      Effect.show(e, element);\n\n      if ('ontouchstart' in window) {\n        element.addEventListener('touchend', Effect.hide, false);\n        element.addEventListener('touchcancel', Effect.hide, false);\n      }\n\n      element.addEventListener('mouseup', Effect.hide, false);\n      element.addEventListener('mouseleave', Effect.hide, false);\n      element.addEventListener('dragend', Effect.hide, false);\n    }\n  }\n\n  Waves.displayEffect = function (options) {\n    options = options || {};\n\n    if ('duration' in options) {\n      Effect.duration = options.duration;\n    }\n\n    //Wrap input inside <i> tag\n    Effect.wrapInput($$('.waves-effect'));\n\n    if ('ontouchstart' in window) {\n      document.body.addEventListener('touchstart', showEffect, false);\n    }\n\n    document.body.addEventListener('mousedown', showEffect, false);\n  };\n\n  /**\r\n   * Attach Waves to an input element (or any element which doesn't\r\n   * bubble mouseup/mousedown events).\r\n   *   Intended to be used with dynamically loaded forms/inputs, or\r\n   * where the user doesn't want a delegated click handler.\r\n   */\n  Waves.attach = function (element) {\n    //FUTURE: automatically add waves classes and allow users\n    // to specify them with an options param? Eg. light/classic/button\n    if (element.tagName.toLowerCase() === 'input') {\n      Effect.wrapInput([element]);\n      element = element.parentNode;\n    }\n\n    if ('ontouchstart' in window) {\n      element.addEventListener('touchstart', showEffect, false);\n    }\n\n    element.addEventListener('mousedown', showEffect, false);\n  };\n\n  window.Waves = Waves;\n\n  document.addEventListener('DOMContentLoaded', function () {\n    Waves.displayEffect();\n  }, false);\n})(window);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    html: '',\n    displayLength: 4000,\n    inDuration: 300,\n    outDuration: 375,\n    classes: '',\n    completeCallback: null,\n    activationPercent: 0.8\n  };\n\n  var Toast = function () {\n    function Toast(options) {\n      _classCallCheck(this, Toast);\n\n      /**\n       * Options for the toast\n       * @member Toast#options\n       */\n      this.options = $.extend({}, Toast.defaults, options);\n      this.message = this.options.html;\n\n      /**\n       * Describes current pan state toast\n       * @type {Boolean}\n       */\n      this.panning = false;\n\n      /**\n       * Time remaining until toast is removed\n       */\n      this.timeRemaining = this.options.displayLength;\n\n      if (Toast._toasts.length === 0) {\n        Toast._createContainer();\n      }\n\n      // Create new toast\n      Toast._toasts.push(this);\n      var toastElement = this._createToast();\n      toastElement.M_Toast = this;\n      this.el = toastElement;\n      this.$el = $(toastElement);\n      this._animateIn();\n      this._setTimer();\n    }\n\n    _createClass(Toast, [{\n      key: \"_createToast\",\n\n\n      /**\n       * Create toast and append it to toast container\n       */\n      value: function _createToast() {\n        var toast = document.createElement('div');\n        toast.classList.add('toast');\n\n        // Add custom classes onto toast\n        if (!!this.options.classes.length) {\n          $(toast).addClass(this.options.classes);\n        }\n\n        // Set content\n        if (typeof HTMLElement === 'object' ? this.message instanceof HTMLElement : this.message && typeof this.message === 'object' && this.message !== null && this.message.nodeType === 1 && typeof this.message.nodeName === 'string') {\n          toast.appendChild(this.message);\n\n          // Check if it is jQuery object\n        } else if (!!this.message.jquery) {\n          $(toast).append(this.message[0]);\n\n          // Insert as html;\n        } else {\n          toast.innerHTML = this.message;\n        }\n\n        // Append toasft\n        Toast._container.appendChild(toast);\n        return toast;\n      }\n\n      /**\n       * Animate in toast\n       */\n\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn() {\n        // Animate toast in\n        anim({\n          targets: this.el,\n          top: 0,\n          opacity: 1,\n          duration: this.options.inDuration,\n          easing: 'easeOutCubic'\n        });\n      }\n\n      /**\n       * Create setInterval which automatically removes toast when timeRemaining >= 0\n       * has been reached\n       */\n\n    }, {\n      key: \"_setTimer\",\n      value: function _setTimer() {\n        var _this29 = this;\n\n        if (this.timeRemaining !== Infinity) {\n          this.counterInterval = setInterval(function () {\n            // If toast is not being dragged, decrease its time remaining\n            if (!_this29.panning) {\n              _this29.timeRemaining -= 20;\n            }\n\n            // Animate toast out\n            if (_this29.timeRemaining <= 0) {\n              _this29.dismiss();\n            }\n          }, 20);\n        }\n      }\n\n      /**\n       * Dismiss toast with animation\n       */\n\n    }, {\n      key: \"dismiss\",\n      value: function dismiss() {\n        var _this30 = this;\n\n        window.clearInterval(this.counterInterval);\n        var activationDistance = this.el.offsetWidth * this.options.activationPercent;\n\n        if (this.wasSwiped) {\n          this.el.style.transition = 'transform .05s, opacity .05s';\n          this.el.style.transform = \"translateX(\" + activationDistance + \"px)\";\n          this.el.style.opacity = 0;\n        }\n\n        anim({\n          targets: this.el,\n          opacity: 0,\n          marginTop: -40,\n          duration: this.options.outDuration,\n          easing: 'easeOutExpo',\n          complete: function () {\n            // Call the optional callback\n            if (typeof _this30.options.completeCallback === 'function') {\n              _this30.options.completeCallback();\n            }\n            // Remove toast from DOM\n            _this30.$el.remove();\n            Toast._toasts.splice(Toast._toasts.indexOf(_this30), 1);\n            if (Toast._toasts.length === 0) {\n              Toast._removeContainer();\n            }\n          }\n        });\n      }\n    }], [{\n      key: \"getInstance\",\n\n\n      /**\n       * Get Instance\n       */\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Toast;\n      }\n\n      /**\n       * Append toast container and add event handlers\n       */\n\n    }, {\n      key: \"_createContainer\",\n      value: function _createContainer() {\n        var container = document.createElement('div');\n        container.setAttribute('id', 'toast-container');\n\n        // Add event handler\n        container.addEventListener('touchstart', Toast._onDragStart);\n        container.addEventListener('touchmove', Toast._onDragMove);\n        container.addEventListener('touchend', Toast._onDragEnd);\n\n        container.addEventListener('mousedown', Toast._onDragStart);\n        document.addEventListener('mousemove', Toast._onDragMove);\n        document.addEventListener('mouseup', Toast._onDragEnd);\n\n        document.body.appendChild(container);\n        Toast._container = container;\n      }\n\n      /**\n       * Remove toast container and event handlers\n       */\n\n    }, {\n      key: \"_removeContainer\",\n      value: function _removeContainer() {\n        // Add event handler\n        document.removeEventListener('mousemove', Toast._onDragMove);\n        document.removeEventListener('mouseup', Toast._onDragEnd);\n\n        $(Toast._container).remove();\n        Toast._container = null;\n      }\n\n      /**\n       * Begin drag handler\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_onDragStart\",\n      value: function _onDragStart(e) {\n        if (e.target && $(e.target).closest('.toast').length) {\n          var $toast = $(e.target).closest('.toast');\n          var toast = $toast[0].M_Toast;\n          toast.panning = true;\n          Toast._draggedToast = toast;\n          toast.el.classList.add('panning');\n          toast.el.style.transition = '';\n          toast.startingXPos = Toast._xPos(e);\n          toast.time = Date.now();\n          toast.xPos = Toast._xPos(e);\n        }\n      }\n\n      /**\n       * Drag move handler\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_onDragMove\",\n      value: function _onDragMove(e) {\n        if (!!Toast._draggedToast) {\n          e.preventDefault();\n          var toast = Toast._draggedToast;\n          toast.deltaX = Math.abs(toast.xPos - Toast._xPos(e));\n          toast.xPos = Toast._xPos(e);\n          toast.velocityX = toast.deltaX / (Date.now() - toast.time);\n          toast.time = Date.now();\n\n          var totalDeltaX = toast.xPos - toast.startingXPos;\n          var activationDistance = toast.el.offsetWidth * toast.options.activationPercent;\n          toast.el.style.transform = \"translateX(\" + totalDeltaX + \"px)\";\n          toast.el.style.opacity = 1 - Math.abs(totalDeltaX / activationDistance);\n        }\n      }\n\n      /**\n       * End drag handler\n       */\n\n    }, {\n      key: \"_onDragEnd\",\n      value: function _onDragEnd() {\n        if (!!Toast._draggedToast) {\n          var toast = Toast._draggedToast;\n          toast.panning = false;\n          toast.el.classList.remove('panning');\n\n          var totalDeltaX = toast.xPos - toast.startingXPos;\n          var activationDistance = toast.el.offsetWidth * toast.options.activationPercent;\n          var shouldBeDismissed = Math.abs(totalDeltaX) > activationDistance || toast.velocityX > 1;\n\n          // Remove toast\n          if (shouldBeDismissed) {\n            toast.wasSwiped = true;\n            toast.dismiss();\n\n            // Animate toast back to original position\n          } else {\n            toast.el.style.transition = 'transform .2s, opacity .2s';\n            toast.el.style.transform = '';\n            toast.el.style.opacity = '';\n          }\n          Toast._draggedToast = null;\n        }\n      }\n\n      /**\n       * Get x position of mouse or touch event\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_xPos\",\n      value: function _xPos(e) {\n        if (e.targetTouches && e.targetTouches.length >= 1) {\n          return e.targetTouches[0].clientX;\n        }\n        // mouse event\n        return e.clientX;\n      }\n\n      /**\n       * Remove all toasts\n       */\n\n    }, {\n      key: \"dismissAll\",\n      value: function dismissAll() {\n        for (var toastIndex in Toast._toasts) {\n          Toast._toasts[toastIndex].dismiss();\n        }\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Toast;\n  }();\n\n  /**\n   * @static\n   * @memberof Toast\n   * @type {Array.<Toast>}\n   */\n\n\n  Toast._toasts = [];\n\n  /**\n   * @static\n   * @memberof Toast\n   */\n  Toast._container = null;\n\n  /**\n   * @static\n   * @memberof Toast\n   * @type {Toast}\n   */\n  Toast._draggedToast = null;\n\n  M.Toast = Toast;\n  M.toast = function (options) {\n    return new Toast(options);\n  };\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    edge: 'left',\n    draggable: true,\n    inDuration: 250,\n    outDuration: 200,\n    onOpenStart: null,\n    onOpenEnd: null,\n    onCloseStart: null,\n    onCloseEnd: null,\n    preventScrolling: true\n  };\n\n  /**\n   * @class\n   */\n\n  var Sidenav = function (_Component8) {\n    _inherits(Sidenav, _Component8);\n\n    /**\n     * Construct Sidenav instance and set up overlay\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Sidenav(el, options) {\n      _classCallCheck(this, Sidenav);\n\n      var _this31 = _possibleConstructorReturn(this, (Sidenav.__proto__ || Object.getPrototypeOf(Sidenav)).call(this, Sidenav, el, options));\n\n      _this31.el.M_Sidenav = _this31;\n      _this31.id = _this31.$el.attr('id');\n\n      /**\n       * Options for the Sidenav\n       * @member Sidenav#options\n       * @prop {String} [edge='left'] - Side of screen on which Sidenav appears\n       * @prop {Boolean} [draggable=true] - Allow swipe gestures to open/close Sidenav\n       * @prop {Number} [inDuration=250] - Length in ms of enter transition\n       * @prop {Number} [outDuration=200] - Length in ms of exit transition\n       * @prop {Function} onOpenStart - Function called when sidenav starts entering\n       * @prop {Function} onOpenEnd - Function called when sidenav finishes entering\n       * @prop {Function} onCloseStart - Function called when sidenav starts exiting\n       * @prop {Function} onCloseEnd - Function called when sidenav finishes exiting\n       */\n      _this31.options = $.extend({}, Sidenav.defaults, options);\n\n      /**\n       * Describes open/close state of Sidenav\n       * @type {Boolean}\n       */\n      _this31.isOpen = false;\n\n      /**\n       * Describes if Sidenav is fixed\n       * @type {Boolean}\n       */\n      _this31.isFixed = _this31.el.classList.contains('sidenav-fixed');\n\n      /**\n       * Describes if Sidenav is being draggeed\n       * @type {Boolean}\n       */\n      _this31.isDragged = false;\n\n      // Window size variables for window resize checks\n      _this31.lastWindowWidth = window.innerWidth;\n      _this31.lastWindowHeight = window.innerHeight;\n\n      _this31._createOverlay();\n      _this31._createDragTarget();\n      _this31._setupEventHandlers();\n      _this31._setupClasses();\n      _this31._setupFixed();\n\n      Sidenav._sidenavs.push(_this31);\n      return _this31;\n    }\n\n    _createClass(Sidenav, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this._enableBodyScrolling();\n        this._overlay.parentNode.removeChild(this._overlay);\n        this.dragTarget.parentNode.removeChild(this.dragTarget);\n        this.el.M_Sidenav = undefined;\n        this.el.style.transform = '';\n\n        var index = Sidenav._sidenavs.indexOf(this);\n        if (index >= 0) {\n          Sidenav._sidenavs.splice(index, 1);\n        }\n      }\n    }, {\n      key: \"_createOverlay\",\n      value: function _createOverlay() {\n        var overlay = document.createElement('div');\n        this._closeBound = this.close.bind(this);\n        overlay.classList.add('sidenav-overlay');\n\n        overlay.addEventListener('click', this._closeBound);\n\n        document.body.appendChild(overlay);\n        this._overlay = overlay;\n      }\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        if (Sidenav._sidenavs.length === 0) {\n          document.body.addEventListener('click', this._handleTriggerClick);\n        }\n\n        this._handleDragTargetDragBound = this._handleDragTargetDrag.bind(this);\n        this._handleDragTargetReleaseBound = this._handleDragTargetRelease.bind(this);\n        this._handleCloseDragBound = this._handleCloseDrag.bind(this);\n        this._handleCloseReleaseBound = this._handleCloseRelease.bind(this);\n        this._handleCloseTriggerClickBound = this._handleCloseTriggerClick.bind(this);\n\n        this.dragTarget.addEventListener('touchmove', this._handleDragTargetDragBound);\n        this.dragTarget.addEventListener('touchend', this._handleDragTargetReleaseBound);\n        this._overlay.addEventListener('touchmove', this._handleCloseDragBound);\n        this._overlay.addEventListener('touchend', this._handleCloseReleaseBound);\n        this.el.addEventListener('touchmove', this._handleCloseDragBound);\n        this.el.addEventListener('touchend', this._handleCloseReleaseBound);\n        this.el.addEventListener('click', this._handleCloseTriggerClickBound);\n\n        // Add resize for side nav fixed\n        if (this.isFixed) {\n          this._handleWindowResizeBound = this._handleWindowResize.bind(this);\n          window.addEventListener('resize', this._handleWindowResizeBound);\n        }\n      }\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        if (Sidenav._sidenavs.length === 1) {\n          document.body.removeEventListener('click', this._handleTriggerClick);\n        }\n\n        this.dragTarget.removeEventListener('touchmove', this._handleDragTargetDragBound);\n        this.dragTarget.removeEventListener('touchend', this._handleDragTargetReleaseBound);\n        this._overlay.removeEventListener('touchmove', this._handleCloseDragBound);\n        this._overlay.removeEventListener('touchend', this._handleCloseReleaseBound);\n        this.el.removeEventListener('touchmove', this._handleCloseDragBound);\n        this.el.removeEventListener('touchend', this._handleCloseReleaseBound);\n        this.el.removeEventListener('click', this._handleCloseTriggerClickBound);\n\n        // Remove resize for side nav fixed\n        if (this.isFixed) {\n          window.removeEventListener('resize', this._handleWindowResizeBound);\n        }\n      }\n\n      /**\n       * Handle Trigger Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleTriggerClick\",\n      value: function _handleTriggerClick(e) {\n        var $trigger = $(e.target).closest('.sidenav-trigger');\n        if (e.target && $trigger.length) {\n          var sidenavId = M.getIdFromTrigger($trigger[0]);\n\n          var sidenavInstance = document.getElementById(sidenavId).M_Sidenav;\n          if (sidenavInstance) {\n            sidenavInstance.open($trigger);\n          }\n          e.preventDefault();\n        }\n      }\n\n      /**\n       * Set variables needed at the beggining of drag\n       * and stop any current transition.\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_startDrag\",\n      value: function _startDrag(e) {\n        var clientX = e.targetTouches[0].clientX;\n        this.isDragged = true;\n        this._startingXpos = clientX;\n        this._xPos = this._startingXpos;\n        this._time = Date.now();\n        this._width = this.el.getBoundingClientRect().width;\n        this._overlay.style.display = 'block';\n        this._initialScrollTop = this.isOpen ? this.el.scrollTop : M.getDocumentScrollTop();\n        this._verticallyScrolling = false;\n        anim.remove(this.el);\n        anim.remove(this._overlay);\n      }\n\n      /**\n       * Set variables needed at each drag move update tick\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_dragMoveUpdate\",\n      value: function _dragMoveUpdate(e) {\n        var clientX = e.targetTouches[0].clientX;\n        var currentScrollTop = this.isOpen ? this.el.scrollTop : M.getDocumentScrollTop();\n        this.deltaX = Math.abs(this._xPos - clientX);\n        this._xPos = clientX;\n        this.velocityX = this.deltaX / (Date.now() - this._time);\n        this._time = Date.now();\n        if (this._initialScrollTop !== currentScrollTop) {\n          this._verticallyScrolling = true;\n        }\n      }\n\n      /**\n       * Handles Dragging of Sidenav\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDragTargetDrag\",\n      value: function _handleDragTargetDrag(e) {\n        // Check if draggable\n        if (!this.options.draggable || this._isCurrentlyFixed() || this._verticallyScrolling) {\n          return;\n        }\n\n        // If not being dragged, set initial drag start variables\n        if (!this.isDragged) {\n          this._startDrag(e);\n        }\n\n        // Run touchmove updates\n        this._dragMoveUpdate(e);\n\n        // Calculate raw deltaX\n        var totalDeltaX = this._xPos - this._startingXpos;\n\n        // dragDirection is the attempted user drag direction\n        var dragDirection = totalDeltaX > 0 ? 'right' : 'left';\n\n        // Don't allow totalDeltaX to exceed Sidenav width or be dragged in the opposite direction\n        totalDeltaX = Math.min(this._width, Math.abs(totalDeltaX));\n        if (this.options.edge === dragDirection) {\n          totalDeltaX = 0;\n        }\n\n        /**\n         * transformX is the drag displacement\n         * transformPrefix is the initial transform placement\n         * Invert values if Sidenav is right edge\n         */\n        var transformX = totalDeltaX;\n        var transformPrefix = 'translateX(-100%)';\n        if (this.options.edge === 'right') {\n          transformPrefix = 'translateX(100%)';\n          transformX = -transformX;\n        }\n\n        // Calculate open/close percentage of sidenav, with open = 1 and close = 0\n        this.percentOpen = Math.min(1, totalDeltaX / this._width);\n\n        // Set transform and opacity styles\n        this.el.style.transform = transformPrefix + \" translateX(\" + transformX + \"px)\";\n        this._overlay.style.opacity = this.percentOpen;\n      }\n\n      /**\n       * Handle Drag Target Release\n       */\n\n    }, {\n      key: \"_handleDragTargetRelease\",\n      value: function _handleDragTargetRelease() {\n        if (this.isDragged) {\n          if (this.percentOpen > 0.2) {\n            this.open();\n          } else {\n            this._animateOut();\n          }\n\n          this.isDragged = false;\n          this._verticallyScrolling = false;\n        }\n      }\n\n      /**\n       * Handle Close Drag\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCloseDrag\",\n      value: function _handleCloseDrag(e) {\n        if (this.isOpen) {\n          // Check if draggable\n          if (!this.options.draggable || this._isCurrentlyFixed() || this._verticallyScrolling) {\n            return;\n          }\n\n          // If not being dragged, set initial drag start variables\n          if (!this.isDragged) {\n            this._startDrag(e);\n          }\n\n          // Run touchmove updates\n          this._dragMoveUpdate(e);\n\n          // Calculate raw deltaX\n          var totalDeltaX = this._xPos - this._startingXpos;\n\n          // dragDirection is the attempted user drag direction\n          var dragDirection = totalDeltaX > 0 ? 'right' : 'left';\n\n          // Don't allow totalDeltaX to exceed Sidenav width or be dragged in the opposite direction\n          totalDeltaX = Math.min(this._width, Math.abs(totalDeltaX));\n          if (this.options.edge !== dragDirection) {\n            totalDeltaX = 0;\n          }\n\n          var transformX = -totalDeltaX;\n          if (this.options.edge === 'right') {\n            transformX = -transformX;\n          }\n\n          // Calculate open/close percentage of sidenav, with open = 1 and close = 0\n          this.percentOpen = Math.min(1, 1 - totalDeltaX / this._width);\n\n          // Set transform and opacity styles\n          this.el.style.transform = \"translateX(\" + transformX + \"px)\";\n          this._overlay.style.opacity = this.percentOpen;\n        }\n      }\n\n      /**\n       * Handle Close Release\n       */\n\n    }, {\n      key: \"_handleCloseRelease\",\n      value: function _handleCloseRelease() {\n        if (this.isOpen && this.isDragged) {\n          if (this.percentOpen > 0.8) {\n            this._animateIn();\n          } else {\n            this.close();\n          }\n\n          this.isDragged = false;\n          this._verticallyScrolling = false;\n        }\n      }\n\n      /**\n       * Handles closing of Sidenav when element with class .sidenav-close\n       */\n\n    }, {\n      key: \"_handleCloseTriggerClick\",\n      value: function _handleCloseTriggerClick(e) {\n        var $closeTrigger = $(e.target).closest('.sidenav-close');\n        if ($closeTrigger.length && !this._isCurrentlyFixed()) {\n          this.close();\n        }\n      }\n\n      /**\n       * Handle Window Resize\n       */\n\n    }, {\n      key: \"_handleWindowResize\",\n      value: function _handleWindowResize() {\n        // Only handle horizontal resizes\n        if (this.lastWindowWidth !== window.innerWidth) {\n          if (window.innerWidth > 992) {\n            this.open();\n          } else {\n            this.close();\n          }\n        }\n\n        this.lastWindowWidth = window.innerWidth;\n        this.lastWindowHeight = window.innerHeight;\n      }\n    }, {\n      key: \"_setupClasses\",\n      value: function _setupClasses() {\n        if (this.options.edge === 'right') {\n          this.el.classList.add('right-aligned');\n          this.dragTarget.classList.add('right-aligned');\n        }\n      }\n    }, {\n      key: \"_removeClasses\",\n      value: function _removeClasses() {\n        this.el.classList.remove('right-aligned');\n        this.dragTarget.classList.remove('right-aligned');\n      }\n    }, {\n      key: \"_setupFixed\",\n      value: function _setupFixed() {\n        if (this._isCurrentlyFixed()) {\n          this.open();\n        }\n      }\n    }, {\n      key: \"_isCurrentlyFixed\",\n      value: function _isCurrentlyFixed() {\n        return this.isFixed && window.innerWidth > 992;\n      }\n    }, {\n      key: \"_createDragTarget\",\n      value: function _createDragTarget() {\n        var dragTarget = document.createElement('div');\n        dragTarget.classList.add('drag-target');\n        document.body.appendChild(dragTarget);\n        this.dragTarget = dragTarget;\n      }\n    }, {\n      key: \"_preventBodyScrolling\",\n      value: function _preventBodyScrolling() {\n        var body = document.body;\n        body.style.overflow = 'hidden';\n      }\n    }, {\n      key: \"_enableBodyScrolling\",\n      value: function _enableBodyScrolling() {\n        var body = document.body;\n        body.style.overflow = '';\n      }\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen === true) {\n          return;\n        }\n\n        this.isOpen = true;\n\n        // Run onOpenStart callback\n        if (typeof this.options.onOpenStart === 'function') {\n          this.options.onOpenStart.call(this, this.el);\n        }\n\n        // Handle fixed Sidenav\n        if (this._isCurrentlyFixed()) {\n          anim.remove(this.el);\n          anim({\n            targets: this.el,\n            translateX: 0,\n            duration: 0,\n            easing: 'easeOutQuad'\n          });\n          this._enableBodyScrolling();\n          this._overlay.style.display = 'none';\n\n          // Handle non-fixed Sidenav\n        } else {\n          if (this.options.preventScrolling) {\n            this._preventBodyScrolling();\n          }\n\n          if (!this.isDragged || this.percentOpen != 1) {\n            this._animateIn();\n          }\n        }\n      }\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (this.isOpen === false) {\n          return;\n        }\n\n        this.isOpen = false;\n\n        // Run onCloseStart callback\n        if (typeof this.options.onCloseStart === 'function') {\n          this.options.onCloseStart.call(this, this.el);\n        }\n\n        // Handle fixed Sidenav\n        if (this._isCurrentlyFixed()) {\n          var transformX = this.options.edge === 'left' ? '-105%' : '105%';\n          this.el.style.transform = \"translateX(\" + transformX + \")\";\n\n          // Handle non-fixed Sidenav\n        } else {\n          this._enableBodyScrolling();\n\n          if (!this.isDragged || this.percentOpen != 0) {\n            this._animateOut();\n          } else {\n            this._overlay.style.display = 'none';\n          }\n        }\n      }\n    }, {\n      key: \"_animateIn\",\n      value: function _animateIn() {\n        this._animateSidenavIn();\n        this._animateOverlayIn();\n      }\n    }, {\n      key: \"_animateSidenavIn\",\n      value: function _animateSidenavIn() {\n        var _this32 = this;\n\n        var slideOutPercent = this.options.edge === 'left' ? -1 : 1;\n        if (this.isDragged) {\n          slideOutPercent = this.options.edge === 'left' ? slideOutPercent + this.percentOpen : slideOutPercent - this.percentOpen;\n        }\n\n        anim.remove(this.el);\n        anim({\n          targets: this.el,\n          translateX: [slideOutPercent * 100 + \"%\", 0],\n          duration: this.options.inDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            // Run onOpenEnd callback\n            if (typeof _this32.options.onOpenEnd === 'function') {\n              _this32.options.onOpenEnd.call(_this32, _this32.el);\n            }\n          }\n        });\n      }\n    }, {\n      key: \"_animateOverlayIn\",\n      value: function _animateOverlayIn() {\n        var start = 0;\n        if (this.isDragged) {\n          start = this.percentOpen;\n        } else {\n          $(this._overlay).css({\n            display: 'block'\n          });\n        }\n\n        anim.remove(this._overlay);\n        anim({\n          targets: this._overlay,\n          opacity: [start, 1],\n          duration: this.options.inDuration,\n          easing: 'easeOutQuad'\n        });\n      }\n    }, {\n      key: \"_animateOut\",\n      value: function _animateOut() {\n        this._animateSidenavOut();\n        this._animateOverlayOut();\n      }\n    }, {\n      key: \"_animateSidenavOut\",\n      value: function _animateSidenavOut() {\n        var _this33 = this;\n\n        var endPercent = this.options.edge === 'left' ? -1 : 1;\n        var slideOutPercent = 0;\n        if (this.isDragged) {\n          slideOutPercent = this.options.edge === 'left' ? endPercent + this.percentOpen : endPercent - this.percentOpen;\n        }\n\n        anim.remove(this.el);\n        anim({\n          targets: this.el,\n          translateX: [slideOutPercent * 100 + \"%\", endPercent * 105 + \"%\"],\n          duration: this.options.outDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            // Run onOpenEnd callback\n            if (typeof _this33.options.onCloseEnd === 'function') {\n              _this33.options.onCloseEnd.call(_this33, _this33.el);\n            }\n          }\n        });\n      }\n    }, {\n      key: \"_animateOverlayOut\",\n      value: function _animateOverlayOut() {\n        var _this34 = this;\n\n        anim.remove(this._overlay);\n        anim({\n          targets: this._overlay,\n          opacity: 0,\n          duration: this.options.outDuration,\n          easing: 'easeOutQuad',\n          complete: function () {\n            $(_this34._overlay).css('display', 'none');\n          }\n        });\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Sidenav.__proto__ || Object.getPrototypeOf(Sidenav), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Sidenav;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Sidenav;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Sidenav\n   * @type {Array.<Sidenav>}\n   */\n\n\n  Sidenav._sidenavs = [];\n\n  window.M.Sidenav = Sidenav;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Sidenav, 'sidenav', 'M_Sidenav');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    throttle: 100,\n    scrollOffset: 200, // offset - 200 allows elements near bottom of page to scroll\n    activeClass: 'active',\n    getActiveElement: function (id) {\n      return 'a[href=\"#' + id + '\"]';\n    }\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var ScrollSpy = function (_Component9) {\n    _inherits(ScrollSpy, _Component9);\n\n    /**\n     * Construct ScrollSpy instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function ScrollSpy(el, options) {\n      _classCallCheck(this, ScrollSpy);\n\n      var _this35 = _possibleConstructorReturn(this, (ScrollSpy.__proto__ || Object.getPrototypeOf(ScrollSpy)).call(this, ScrollSpy, el, options));\n\n      _this35.el.M_ScrollSpy = _this35;\n\n      /**\n       * Options for the modal\n       * @member Modal#options\n       * @prop {Number} [throttle=100] - Throttle of scroll handler\n       * @prop {Number} [scrollOffset=200] - Offset for centering element when scrolled to\n       * @prop {String} [activeClass='active'] - Class applied to active elements\n       * @prop {Function} [getActiveElement] - Used to find active element\n       */\n      _this35.options = $.extend({}, ScrollSpy.defaults, options);\n\n      // setup\n      ScrollSpy._elements.push(_this35);\n      ScrollSpy._count++;\n      ScrollSpy._increment++;\n      _this35.tickId = -1;\n      _this35.id = ScrollSpy._increment;\n      _this35._setupEventHandlers();\n      _this35._handleWindowScroll();\n      return _this35;\n    }\n\n    _createClass(ScrollSpy, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        ScrollSpy._elements.splice(ScrollSpy._elements.indexOf(this), 1);\n        ScrollSpy._elementsInView.splice(ScrollSpy._elementsInView.indexOf(this), 1);\n        ScrollSpy._visibleElements.splice(ScrollSpy._visibleElements.indexOf(this.$el), 1);\n        ScrollSpy._count--;\n        this._removeEventHandlers();\n        $(this.options.getActiveElement(this.$el.attr('id'))).removeClass(this.options.activeClass);\n        this.el.M_ScrollSpy = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        var throttledResize = M.throttle(this._handleWindowScroll, 200);\n        this._handleThrottledResizeBound = throttledResize.bind(this);\n        this._handleWindowScrollBound = this._handleWindowScroll.bind(this);\n        if (ScrollSpy._count === 1) {\n          window.addEventListener('scroll', this._handleWindowScrollBound);\n          window.addEventListener('resize', this._handleThrottledResizeBound);\n          document.body.addEventListener('click', this._handleTriggerClick);\n        }\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        if (ScrollSpy._count === 0) {\n          window.removeEventListener('scroll', this._handleWindowScrollBound);\n          window.removeEventListener('resize', this._handleThrottledResizeBound);\n          document.body.removeEventListener('click', this._handleTriggerClick);\n        }\n      }\n\n      /**\n       * Handle Trigger Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleTriggerClick\",\n      value: function _handleTriggerClick(e) {\n        var $trigger = $(e.target);\n        for (var i = ScrollSpy._elements.length - 1; i >= 0; i--) {\n          var scrollspy = ScrollSpy._elements[i];\n          if ($trigger.is('a[href=\"#' + scrollspy.$el.attr('id') + '\"]')) {\n            e.preventDefault();\n            var offset = scrollspy.$el.offset().top + 1;\n\n            anim({\n              targets: [document.documentElement, document.body],\n              scrollTop: offset - scrollspy.options.scrollOffset,\n              duration: 400,\n              easing: 'easeOutCubic'\n            });\n            break;\n          }\n        }\n      }\n\n      /**\n       * Handle Window Scroll\n       */\n\n    }, {\n      key: \"_handleWindowScroll\",\n      value: function _handleWindowScroll() {\n        // unique tick id\n        ScrollSpy._ticks++;\n\n        // viewport rectangle\n        var top = M.getDocumentScrollTop(),\n            left = M.getDocumentScrollLeft(),\n            right = left + window.innerWidth,\n            bottom = top + window.innerHeight;\n\n        // determine which elements are in view\n        var intersections = ScrollSpy._findElements(top, right, bottom, left);\n        for (var i = 0; i < intersections.length; i++) {\n          var scrollspy = intersections[i];\n          var lastTick = scrollspy.tickId;\n          if (lastTick < 0) {\n            // entered into view\n            scrollspy._enter();\n          }\n\n          // update tick id\n          scrollspy.tickId = ScrollSpy._ticks;\n        }\n\n        for (var _i = 0; _i < ScrollSpy._elementsInView.length; _i++) {\n          var _scrollspy = ScrollSpy._elementsInView[_i];\n          var _lastTick = _scrollspy.tickId;\n          if (_lastTick >= 0 && _lastTick !== ScrollSpy._ticks) {\n            // exited from view\n            _scrollspy._exit();\n            _scrollspy.tickId = -1;\n          }\n        }\n\n        // remember elements in view for next tick\n        ScrollSpy._elementsInView = intersections;\n      }\n\n      /**\n       * Find elements that are within the boundary\n       * @param {number} top\n       * @param {number} right\n       * @param {number} bottom\n       * @param {number} left\n       * @return {Array.<ScrollSpy>}   A collection of elements\n       */\n\n    }, {\n      key: \"_enter\",\n      value: function _enter() {\n        ScrollSpy._visibleElements = ScrollSpy._visibleElements.filter(function (value) {\n          return value.height() != 0;\n        });\n\n        if (ScrollSpy._visibleElements[0]) {\n          $(this.options.getActiveElement(ScrollSpy._visibleElements[0].attr('id'))).removeClass(this.options.activeClass);\n          if (ScrollSpy._visibleElements[0][0].M_ScrollSpy && this.id < ScrollSpy._visibleElements[0][0].M_ScrollSpy.id) {\n            ScrollSpy._visibleElements.unshift(this.$el);\n          } else {\n            ScrollSpy._visibleElements.push(this.$el);\n          }\n        } else {\n          ScrollSpy._visibleElements.push(this.$el);\n        }\n\n        $(this.options.getActiveElement(ScrollSpy._visibleElements[0].attr('id'))).addClass(this.options.activeClass);\n      }\n    }, {\n      key: \"_exit\",\n      value: function _exit() {\n        var _this36 = this;\n\n        ScrollSpy._visibleElements = ScrollSpy._visibleElements.filter(function (value) {\n          return value.height() != 0;\n        });\n\n        if (ScrollSpy._visibleElements[0]) {\n          $(this.options.getActiveElement(ScrollSpy._visibleElements[0].attr('id'))).removeClass(this.options.activeClass);\n\n          ScrollSpy._visibleElements = ScrollSpy._visibleElements.filter(function (el) {\n            return el.attr('id') != _this36.$el.attr('id');\n          });\n          if (ScrollSpy._visibleElements[0]) {\n            // Check if empty\n            $(this.options.getActiveElement(ScrollSpy._visibleElements[0].attr('id'))).addClass(this.options.activeClass);\n          }\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(ScrollSpy.__proto__ || Object.getPrototypeOf(ScrollSpy), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_ScrollSpy;\n      }\n    }, {\n      key: \"_findElements\",\n      value: function _findElements(top, right, bottom, left) {\n        var hits = [];\n        for (var i = 0; i < ScrollSpy._elements.length; i++) {\n          var scrollspy = ScrollSpy._elements[i];\n          var currTop = top + scrollspy.options.scrollOffset || 200;\n\n          if (scrollspy.$el.height() > 0) {\n            var elTop = scrollspy.$el.offset().top,\n                elLeft = scrollspy.$el.offset().left,\n                elRight = elLeft + scrollspy.$el.width(),\n                elBottom = elTop + scrollspy.$el.height();\n\n            var isIntersect = !(elLeft > right || elRight < left || elTop > bottom || elBottom < currTop);\n\n            if (isIntersect) {\n              hits.push(scrollspy);\n            }\n          }\n        }\n        return hits;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return ScrollSpy;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   * @type {Array.<ScrollSpy>}\n   */\n\n\n  ScrollSpy._elements = [];\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   * @type {Array.<ScrollSpy>}\n   */\n  ScrollSpy._elementsInView = [];\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   * @type {Array.<cash>}\n   */\n  ScrollSpy._visibleElements = [];\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   */\n  ScrollSpy._count = 0;\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   */\n  ScrollSpy._increment = 0;\n\n  /**\n   * @static\n   * @memberof ScrollSpy\n   */\n  ScrollSpy._ticks = 0;\n\n  M.ScrollSpy = ScrollSpy;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(ScrollSpy, 'scrollSpy', 'M_ScrollSpy');\n  }\n})(cash, M.anime);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    data: {}, // Autocomplete data set\n    limit: Infinity, // Limit of results the autocomplete shows\n    onAutocomplete: null, // Callback for when autocompleted\n    minLength: 1, // Min characters before autocomplete starts\n    sortFunction: function (a, b, inputString) {\n      // Sort function for sorting autocomplete results\n      return a.indexOf(inputString) - b.indexOf(inputString);\n    }\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Autocomplete = function (_Component10) {\n    _inherits(Autocomplete, _Component10);\n\n    /**\n     * Construct Autocomplete instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Autocomplete(el, options) {\n      _classCallCheck(this, Autocomplete);\n\n      var _this37 = _possibleConstructorReturn(this, (Autocomplete.__proto__ || Object.getPrototypeOf(Autocomplete)).call(this, Autocomplete, el, options));\n\n      _this37.el.M_Autocomplete = _this37;\n\n      /**\n       * Options for the autocomplete\n       * @member Autocomplete#options\n       * @prop {Number} duration\n       * @prop {Number} dist\n       * @prop {number} shift\n       * @prop {number} padding\n       * @prop {Boolean} fullWidth\n       * @prop {Boolean} indicators\n       * @prop {Boolean} noWrap\n       * @prop {Function} onCycleTo\n       */\n      _this37.options = $.extend({}, Autocomplete.defaults, options);\n\n      // Setup\n      _this37.isOpen = false;\n      _this37.count = 0;\n      _this37.activeIndex = -1;\n      _this37.oldVal;\n      _this37.$inputField = _this37.$el.closest('.input-field');\n      _this37.$active = $();\n      _this37._mousedown = false;\n      _this37._setupDropdown();\n\n      _this37._setupEventHandlers();\n      return _this37;\n    }\n\n    _createClass(Autocomplete, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this._removeDropdown();\n        this.el.M_Autocomplete = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleInputBlurBound = this._handleInputBlur.bind(this);\n        this._handleInputKeyupAndFocusBound = this._handleInputKeyupAndFocus.bind(this);\n        this._handleInputKeydownBound = this._handleInputKeydown.bind(this);\n        this._handleInputClickBound = this._handleInputClick.bind(this);\n        this._handleContainerMousedownAndTouchstartBound = this._handleContainerMousedownAndTouchstart.bind(this);\n        this._handleContainerMouseupAndTouchendBound = this._handleContainerMouseupAndTouchend.bind(this);\n\n        this.el.addEventListener('blur', this._handleInputBlurBound);\n        this.el.addEventListener('keyup', this._handleInputKeyupAndFocusBound);\n        this.el.addEventListener('focus', this._handleInputKeyupAndFocusBound);\n        this.el.addEventListener('keydown', this._handleInputKeydownBound);\n        this.el.addEventListener('click', this._handleInputClickBound);\n        this.container.addEventListener('mousedown', this._handleContainerMousedownAndTouchstartBound);\n        this.container.addEventListener('mouseup', this._handleContainerMouseupAndTouchendBound);\n\n        if (typeof window.ontouchstart !== 'undefined') {\n          this.container.addEventListener('touchstart', this._handleContainerMousedownAndTouchstartBound);\n          this.container.addEventListener('touchend', this._handleContainerMouseupAndTouchendBound);\n        }\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('blur', this._handleInputBlurBound);\n        this.el.removeEventListener('keyup', this._handleInputKeyupAndFocusBound);\n        this.el.removeEventListener('focus', this._handleInputKeyupAndFocusBound);\n        this.el.removeEventListener('keydown', this._handleInputKeydownBound);\n        this.el.removeEventListener('click', this._handleInputClickBound);\n        this.container.removeEventListener('mousedown', this._handleContainerMousedownAndTouchstartBound);\n        this.container.removeEventListener('mouseup', this._handleContainerMouseupAndTouchendBound);\n\n        if (typeof window.ontouchstart !== 'undefined') {\n          this.container.removeEventListener('touchstart', this._handleContainerMousedownAndTouchstartBound);\n          this.container.removeEventListener('touchend', this._handleContainerMouseupAndTouchendBound);\n        }\n      }\n\n      /**\n       * Setup dropdown\n       */\n\n    }, {\n      key: \"_setupDropdown\",\n      value: function _setupDropdown() {\n        var _this38 = this;\n\n        this.container = document.createElement('ul');\n        this.container.id = \"autocomplete-options-\" + M.guid();\n        $(this.container).addClass('autocomplete-content dropdown-content');\n        this.$inputField.append(this.container);\n        this.el.setAttribute('data-target', this.container.id);\n\n        this.dropdown = M.Dropdown.init(this.el, {\n          autoFocus: false,\n          closeOnClick: false,\n          coverTrigger: false,\n          onItemClick: function (itemEl) {\n            _this38.selectOption($(itemEl));\n          }\n        });\n\n        // Sketchy removal of dropdown click handler\n        this.el.removeEventListener('click', this.dropdown._handleClickBound);\n      }\n\n      /**\n       * Remove dropdown\n       */\n\n    }, {\n      key: \"_removeDropdown\",\n      value: function _removeDropdown() {\n        this.container.parentNode.removeChild(this.container);\n      }\n\n      /**\n       * Handle Input Blur\n       */\n\n    }, {\n      key: \"_handleInputBlur\",\n      value: function _handleInputBlur() {\n        if (!this._mousedown) {\n          this.close();\n          this._resetAutocomplete();\n        }\n      }\n\n      /**\n       * Handle Input Keyup and Focus\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleInputKeyupAndFocus\",\n      value: function _handleInputKeyupAndFocus(e) {\n        if (e.type === 'keyup') {\n          Autocomplete._keydown = false;\n        }\n\n        this.count = 0;\n        var val = this.el.value.toLowerCase();\n\n        // Don't capture enter or arrow key usage.\n        if (e.keyCode === 13 || e.keyCode === 38 || e.keyCode === 40) {\n          return;\n        }\n\n        // Check if the input isn't empty\n        // Check if focus triggered by tab\n        if (this.oldVal !== val && (M.tabPressed || e.type !== 'focus')) {\n          this.open();\n        }\n\n        // Update oldVal\n        this.oldVal = val;\n      }\n\n      /**\n       * Handle Input Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleInputKeydown\",\n      value: function _handleInputKeydown(e) {\n        Autocomplete._keydown = true;\n\n        // Arrow keys and enter key usage\n        var keyCode = e.keyCode,\n            liElement = void 0,\n            numItems = $(this.container).children('li').length;\n\n        // select element on Enter\n        if (keyCode === M.keys.ENTER && this.activeIndex >= 0) {\n          liElement = $(this.container).children('li').eq(this.activeIndex);\n          if (liElement.length) {\n            this.selectOption(liElement);\n            e.preventDefault();\n          }\n          return;\n        }\n\n        // Capture up and down key\n        if (keyCode === M.keys.ARROW_UP || keyCode === M.keys.ARROW_DOWN) {\n          e.preventDefault();\n\n          if (keyCode === M.keys.ARROW_UP && this.activeIndex > 0) {\n            this.activeIndex--;\n          }\n\n          if (keyCode === M.keys.ARROW_DOWN && this.activeIndex < numItems - 1) {\n            this.activeIndex++;\n          }\n\n          this.$active.removeClass('active');\n          if (this.activeIndex >= 0) {\n            this.$active = $(this.container).children('li').eq(this.activeIndex);\n            this.$active.addClass('active');\n          }\n        }\n      }\n\n      /**\n       * Handle Input Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleInputClick\",\n      value: function _handleInputClick(e) {\n        this.open();\n      }\n\n      /**\n       * Handle Container Mousedown and Touchstart\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleContainerMousedownAndTouchstart\",\n      value: function _handleContainerMousedownAndTouchstart(e) {\n        this._mousedown = true;\n      }\n\n      /**\n       * Handle Container Mouseup and Touchend\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleContainerMouseupAndTouchend\",\n      value: function _handleContainerMouseupAndTouchend(e) {\n        this._mousedown = false;\n      }\n\n      /**\n       * Highlight partial match\n       */\n\n    }, {\n      key: \"_highlight\",\n      value: function _highlight(string, $el) {\n        var img = $el.find('img');\n        var matchStart = $el.text().toLowerCase().indexOf('' + string.toLowerCase() + ''),\n            matchEnd = matchStart + string.length - 1,\n            beforeMatch = $el.text().slice(0, matchStart),\n            matchText = $el.text().slice(matchStart, matchEnd + 1),\n            afterMatch = $el.text().slice(matchEnd + 1);\n        $el.html(\"<span>\" + beforeMatch + \"<span class='highlight'>\" + matchText + \"</span>\" + afterMatch + \"</span>\");\n        if (img.length) {\n          $el.prepend(img);\n        }\n      }\n\n      /**\n       * Reset current element position\n       */\n\n    }, {\n      key: \"_resetCurrentElement\",\n      value: function _resetCurrentElement() {\n        this.activeIndex = -1;\n        this.$active.removeClass('active');\n      }\n\n      /**\n       * Reset autocomplete elements\n       */\n\n    }, {\n      key: \"_resetAutocomplete\",\n      value: function _resetAutocomplete() {\n        $(this.container).empty();\n        this._resetCurrentElement();\n        this.oldVal = null;\n        this.isOpen = false;\n        this._mousedown = false;\n      }\n\n      /**\n       * Select autocomplete option\n       * @param {Element} el  Autocomplete option list item element\n       */\n\n    }, {\n      key: \"selectOption\",\n      value: function selectOption(el) {\n        var text = el.text().trim();\n        this.el.value = text;\n        this.$el.trigger('change');\n        this._resetAutocomplete();\n        this.close();\n\n        // Handle onAutocomplete callback.\n        if (typeof this.options.onAutocomplete === 'function') {\n          this.options.onAutocomplete.call(this, text);\n        }\n      }\n\n      /**\n       * Render dropdown content\n       * @param {Object} data  data set\n       * @param {String} val  current input value\n       */\n\n    }, {\n      key: \"_renderDropdown\",\n      value: function _renderDropdown(data, val) {\n        var _this39 = this;\n\n        this._resetAutocomplete();\n\n        var matchingData = [];\n\n        // Gather all matching data\n        for (var key in data) {\n          if (data.hasOwnProperty(key) && key.toLowerCase().indexOf(val) !== -1) {\n            // Break if past limit\n            if (this.count >= this.options.limit) {\n              break;\n            }\n\n            var entry = {\n              data: data[key],\n              key: key\n            };\n            matchingData.push(entry);\n\n            this.count++;\n          }\n        }\n\n        // Sort\n        if (this.options.sortFunction) {\n          var sortFunctionBound = function (a, b) {\n            return _this39.options.sortFunction(a.key.toLowerCase(), b.key.toLowerCase(), val.toLowerCase());\n          };\n          matchingData.sort(sortFunctionBound);\n        }\n\n        // Render\n        for (var i = 0; i < matchingData.length; i++) {\n          var _entry = matchingData[i];\n          var $autocompleteOption = $('<li></li>');\n          if (!!_entry.data) {\n            $autocompleteOption.append(\"<img src=\\\"\" + _entry.data + \"\\\" class=\\\"right circle\\\"><span>\" + _entry.key + \"</span>\");\n          } else {\n            $autocompleteOption.append('<span>' + _entry.key + '</span>');\n          }\n\n          $(this.container).append($autocompleteOption);\n          this._highlight(val, $autocompleteOption);\n        }\n      }\n\n      /**\n       * Open Autocomplete Dropdown\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        var val = this.el.value.toLowerCase();\n\n        this._resetAutocomplete();\n\n        if (val.length >= this.options.minLength) {\n          this.isOpen = true;\n          this._renderDropdown(this.options.data, val);\n        }\n\n        // Open dropdown\n        if (!this.dropdown.isOpen) {\n          this.dropdown.open();\n        } else {\n          // Recalculate dropdown when its already open\n          this.dropdown.recalculateDimensions();\n        }\n      }\n\n      /**\n       * Close Autocomplete Dropdown\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        this.dropdown.close();\n      }\n\n      /**\n       * Update Data\n       * @param {Object} data\n       */\n\n    }, {\n      key: \"updateData\",\n      value: function updateData(data) {\n        var val = this.el.value.toLowerCase();\n        this.options.data = data;\n\n        if (this.isOpen) {\n          this._renderDropdown(data, val);\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Autocomplete.__proto__ || Object.getPrototypeOf(Autocomplete), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Autocomplete;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Autocomplete;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Autocomplete\n   */\n\n\n  Autocomplete._keydown = false;\n\n  M.Autocomplete = Autocomplete;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Autocomplete, 'autocomplete', 'M_Autocomplete');\n  }\n})(cash);\n;(function ($) {\n  // Function to update labels of text fields\n  M.updateTextFields = function () {\n    var input_selector = 'input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=time], textarea';\n    $(input_selector).each(function (element, index) {\n      var $this = $(this);\n      if (element.value.length > 0 || $(element).is(':focus') || element.autofocus || $this.attr('placeholder') !== null) {\n        $this.siblings('label').addClass('active');\n      } else if (element.validity) {\n        $this.siblings('label').toggleClass('active', element.validity.badInput === true);\n      } else {\n        $this.siblings('label').removeClass('active');\n      }\n    });\n  };\n\n  M.validate_field = function (object) {\n    var hasLength = object.attr('data-length') !== null;\n    var lenAttr = parseInt(object.attr('data-length'));\n    var len = object[0].value.length;\n\n    if (len === 0 && object[0].validity.badInput === false && !object.is(':required')) {\n      if (object.hasClass('validate')) {\n        object.removeClass('valid');\n        object.removeClass('invalid');\n      }\n    } else {\n      if (object.hasClass('validate')) {\n        // Check for character counter attributes\n        if (object.is(':valid') && hasLength && len <= lenAttr || object.is(':valid') && !hasLength) {\n          object.removeClass('invalid');\n          object.addClass('valid');\n        } else {\n          object.removeClass('valid');\n          object.addClass('invalid');\n        }\n      }\n    }\n  };\n\n  M.textareaAutoResize = function ($textarea) {\n    // Wrap if native element\n    if ($textarea instanceof Element) {\n      $textarea = $($textarea);\n    }\n\n    if (!$textarea.length) {\n      console.error('No textarea element found');\n      return;\n    }\n\n    // Textarea Auto Resize\n    var hiddenDiv = $('.hiddendiv').first();\n    if (!hiddenDiv.length) {\n      hiddenDiv = $('<div class=\"hiddendiv common\"></div>');\n      $('body').append(hiddenDiv);\n    }\n\n    // Set font properties of hiddenDiv\n    var fontFamily = $textarea.css('font-family');\n    var fontSize = $textarea.css('font-size');\n    var lineHeight = $textarea.css('line-height');\n\n    // Firefox can't handle padding shorthand.\n    var paddingTop = $textarea.css('padding-top');\n    var paddingRight = $textarea.css('padding-right');\n    var paddingBottom = $textarea.css('padding-bottom');\n    var paddingLeft = $textarea.css('padding-left');\n\n    if (fontSize) {\n      hiddenDiv.css('font-size', fontSize);\n    }\n    if (fontFamily) {\n      hiddenDiv.css('font-family', fontFamily);\n    }\n    if (lineHeight) {\n      hiddenDiv.css('line-height', lineHeight);\n    }\n    if (paddingTop) {\n      hiddenDiv.css('padding-top', paddingTop);\n    }\n    if (paddingRight) {\n      hiddenDiv.css('padding-right', paddingRight);\n    }\n    if (paddingBottom) {\n      hiddenDiv.css('padding-bottom', paddingBottom);\n    }\n    if (paddingLeft) {\n      hiddenDiv.css('padding-left', paddingLeft);\n    }\n\n    // Set original-height, if none\n    if (!$textarea.data('original-height')) {\n      $textarea.data('original-height', $textarea.height());\n    }\n\n    if ($textarea.attr('wrap') === 'off') {\n      hiddenDiv.css('overflow-wrap', 'normal').css('white-space', 'pre');\n    }\n\n    hiddenDiv.text($textarea[0].value + '\\n');\n    var content = hiddenDiv.html().replace(/\\n/g, '<br>');\n    hiddenDiv.html(content);\n\n    // When textarea is hidden, width goes crazy.\n    // Approximate with half of window size\n\n    if ($textarea[0].offsetWidth > 0 && $textarea[0].offsetHeight > 0) {\n      hiddenDiv.css('width', $textarea.width() + 'px');\n    } else {\n      hiddenDiv.css('width', window.innerWidth / 2 + 'px');\n    }\n\n    /**\n     * Resize if the new height is greater than the\n     * original height of the textarea\n     */\n    if ($textarea.data('original-height') <= hiddenDiv.innerHeight()) {\n      $textarea.css('height', hiddenDiv.innerHeight() + 'px');\n    } else if ($textarea[0].value.length < $textarea.data('previous-length')) {\n      /**\n       * In case the new height is less than original height, it\n       * means the textarea has less text than before\n       * So we set the height to the original one\n       */\n      $textarea.css('height', $textarea.data('original-height') + 'px');\n    }\n    $textarea.data('previous-length', $textarea[0].value.length);\n  };\n\n  $(document).ready(function () {\n    // Text based inputs\n    var input_selector = 'input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=time], textarea';\n\n    // Add active if form auto complete\n    $(document).on('change', input_selector, function () {\n      if (this.value.length !== 0 || $(this).attr('placeholder') !== null) {\n        $(this).siblings('label').addClass('active');\n      }\n      M.validate_field($(this));\n    });\n\n    // Add active if input element has been pre-populated on document ready\n    $(document).ready(function () {\n      M.updateTextFields();\n    });\n\n    // HTML DOM FORM RESET handling\n    $(document).on('reset', function (e) {\n      var formReset = $(e.target);\n      if (formReset.is('form')) {\n        formReset.find(input_selector).removeClass('valid').removeClass('invalid');\n        formReset.find(input_selector).each(function (e) {\n          if (this.value.length) {\n            $(this).siblings('label').removeClass('active');\n          }\n        });\n\n        // Reset select (after native reset)\n        setTimeout(function () {\n          formReset.find('select').each(function () {\n            // check if initialized\n            if (this.M_FormSelect) {\n              $(this).trigger('change');\n            }\n          });\n        }, 0);\n      }\n    });\n\n    /**\n     * Add active when element has focus\n     * @param {Event} e\n     */\n    document.addEventListener('focus', function (e) {\n      if ($(e.target).is(input_selector)) {\n        $(e.target).siblings('label, .prefix').addClass('active');\n      }\n    }, true);\n\n    /**\n     * Remove active when element is blurred\n     * @param {Event} e\n     */\n    document.addEventListener('blur', function (e) {\n      var $inputElement = $(e.target);\n      if ($inputElement.is(input_selector)) {\n        var selector = '.prefix';\n\n        if ($inputElement[0].value.length === 0 && $inputElement[0].validity.badInput !== true && $inputElement.attr('placeholder') === null) {\n          selector += ', label';\n        }\n        $inputElement.siblings(selector).removeClass('active');\n        M.validate_field($inputElement);\n      }\n    }, true);\n\n    // Radio and Checkbox focus class\n    var radio_checkbox = 'input[type=radio], input[type=checkbox]';\n    $(document).on('keyup', radio_checkbox, function (e) {\n      // TAB, check if tabbing to radio or checkbox.\n      if (e.which === M.keys.TAB) {\n        $(this).addClass('tabbed');\n        var $this = $(this);\n        $this.one('blur', function (e) {\n          $(this).removeClass('tabbed');\n        });\n        return;\n      }\n    });\n\n    var text_area_selector = '.materialize-textarea';\n    $(text_area_selector).each(function () {\n      var $textarea = $(this);\n      /**\n       * Resize textarea on document load after storing\n       * the original height and the original length\n       */\n      $textarea.data('original-height', $textarea.height());\n      $textarea.data('previous-length', this.value.length);\n      M.textareaAutoResize($textarea);\n    });\n\n    $(document).on('keyup', text_area_selector, function () {\n      M.textareaAutoResize($(this));\n    });\n    $(document).on('keydown', text_area_selector, function () {\n      M.textareaAutoResize($(this));\n    });\n\n    // File Input Path\n    $(document).on('change', '.file-field input[type=\"file\"]', function () {\n      var file_field = $(this).closest('.file-field');\n      var path_input = file_field.find('input.file-path');\n      var files = $(this)[0].files;\n      var file_names = [];\n      for (var i = 0; i < files.length; i++) {\n        file_names.push(files[i].name);\n      }\n      path_input[0].value = file_names.join(', ');\n      path_input.trigger('change');\n    });\n  }); // End of $(document).ready\n})(cash);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    indicators: true,\n    height: 400,\n    duration: 500,\n    interval: 6000\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Slider = function (_Component11) {\n    _inherits(Slider, _Component11);\n\n    /**\n     * Construct Slider instance and set up overlay\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Slider(el, options) {\n      _classCallCheck(this, Slider);\n\n      var _this40 = _possibleConstructorReturn(this, (Slider.__proto__ || Object.getPrototypeOf(Slider)).call(this, Slider, el, options));\n\n      _this40.el.M_Slider = _this40;\n\n      /**\n       * Options for the modal\n       * @member Slider#options\n       * @prop {Boolean} [indicators=true] - Show indicators\n       * @prop {Number} [height=400] - height of slider\n       * @prop {Number} [duration=500] - Length in ms of slide transition\n       * @prop {Number} [interval=6000] - Length in ms of slide interval\n       */\n      _this40.options = $.extend({}, Slider.defaults, options);\n\n      // setup\n      _this40.$slider = _this40.$el.find('.slides');\n      _this40.$slides = _this40.$slider.children('li');\n      _this40.activeIndex = _this40.$slides.filter(function (item) {\n        return $(item).hasClass('active');\n      }).first().index();\n      if (_this40.activeIndex != -1) {\n        _this40.$active = _this40.$slides.eq(_this40.activeIndex);\n      }\n\n      _this40._setSliderHeight();\n\n      // Set initial positions of captions\n      _this40.$slides.find('.caption').each(function (el) {\n        _this40._animateCaptionIn(el, 0);\n      });\n\n      // Move img src into background-image\n      _this40.$slides.find('img').each(function (el) {\n        var placeholderBase64 = 'data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==';\n        if ($(el).attr('src') !== placeholderBase64) {\n          $(el).css('background-image', 'url(\"' + $(el).attr('src') + '\")');\n          $(el).attr('src', placeholderBase64);\n        }\n      });\n\n      _this40._setupIndicators();\n\n      // Show active slide\n      if (_this40.$active) {\n        _this40.$active.css('display', 'block');\n      } else {\n        _this40.$slides.first().addClass('active');\n        anim({\n          targets: _this40.$slides.first()[0],\n          opacity: 1,\n          duration: _this40.options.duration,\n          easing: 'easeOutQuad'\n        });\n\n        _this40.activeIndex = 0;\n        _this40.$active = _this40.$slides.eq(_this40.activeIndex);\n\n        // Update indicators\n        if (_this40.options.indicators) {\n          _this40.$indicators.eq(_this40.activeIndex).addClass('active');\n        }\n      }\n\n      // Adjust height to current slide\n      _this40.$active.find('img').each(function (el) {\n        anim({\n          targets: _this40.$active.find('.caption')[0],\n          opacity: 1,\n          translateX: 0,\n          translateY: 0,\n          duration: _this40.options.duration,\n          easing: 'easeOutQuad'\n        });\n      });\n\n      _this40._setupEventHandlers();\n\n      // auto scroll\n      _this40.start();\n      return _this40;\n    }\n\n    _createClass(Slider, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this.pause();\n        this._removeIndicators();\n        this._removeEventHandlers();\n        this.el.M_Slider = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        var _this41 = this;\n\n        this._handleIntervalBound = this._handleInterval.bind(this);\n        this._handleIndicatorClickBound = this._handleIndicatorClick.bind(this);\n\n        if (this.options.indicators) {\n          this.$indicators.each(function (el) {\n            el.addEventListener('click', _this41._handleIndicatorClickBound);\n          });\n        }\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        var _this42 = this;\n\n        if (this.options.indicators) {\n          this.$indicators.each(function (el) {\n            el.removeEventListener('click', _this42._handleIndicatorClickBound);\n          });\n        }\n      }\n\n      /**\n       * Handle indicator click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleIndicatorClick\",\n      value: function _handleIndicatorClick(e) {\n        var currIndex = $(e.target).index();\n        this.set(currIndex);\n      }\n\n      /**\n       * Handle Interval\n       */\n\n    }, {\n      key: \"_handleInterval\",\n      value: function _handleInterval() {\n        var newActiveIndex = this.$slider.find('.active').index();\n        if (this.$slides.length === newActiveIndex + 1) newActiveIndex = 0;\n        // loop to start\n        else newActiveIndex += 1;\n\n        this.set(newActiveIndex);\n      }\n\n      /**\n       * Animate in caption\n       * @param {Element} caption\n       * @param {Number} duration\n       */\n\n    }, {\n      key: \"_animateCaptionIn\",\n      value: function _animateCaptionIn(caption, duration) {\n        var animOptions = {\n          targets: caption,\n          opacity: 0,\n          duration: duration,\n          easing: 'easeOutQuad'\n        };\n\n        if ($(caption).hasClass('center-align')) {\n          animOptions.translateY = -100;\n        } else if ($(caption).hasClass('right-align')) {\n          animOptions.translateX = 100;\n        } else if ($(caption).hasClass('left-align')) {\n          animOptions.translateX = -100;\n        }\n\n        anim(animOptions);\n      }\n\n      /**\n       * Set height of slider\n       */\n\n    }, {\n      key: \"_setSliderHeight\",\n      value: function _setSliderHeight() {\n        // If fullscreen, do nothing\n        if (!this.$el.hasClass('fullscreen')) {\n          if (this.options.indicators) {\n            // Add height if indicators are present\n            this.$el.css('height', this.options.height + 40 + 'px');\n          } else {\n            this.$el.css('height', this.options.height + 'px');\n          }\n          this.$slider.css('height', this.options.height + 'px');\n        }\n      }\n\n      /**\n       * Setup indicators\n       */\n\n    }, {\n      key: \"_setupIndicators\",\n      value: function _setupIndicators() {\n        var _this43 = this;\n\n        if (this.options.indicators) {\n          this.$indicators = $('<ul class=\"indicators\"></ul>');\n          this.$slides.each(function (el, index) {\n            var $indicator = $('<li class=\"indicator-item\"></li>');\n            _this43.$indicators.append($indicator[0]);\n          });\n          this.$el.append(this.$indicators[0]);\n          this.$indicators = this.$indicators.children('li.indicator-item');\n        }\n      }\n\n      /**\n       * Remove indicators\n       */\n\n    }, {\n      key: \"_removeIndicators\",\n      value: function _removeIndicators() {\n        this.$el.find('ul.indicators').remove();\n      }\n\n      /**\n       * Cycle to nth item\n       * @param {Number} index\n       */\n\n    }, {\n      key: \"set\",\n      value: function set(index) {\n        var _this44 = this;\n\n        // Wrap around indices.\n        if (index >= this.$slides.length) index = 0;else if (index < 0) index = this.$slides.length - 1;\n\n        // Only do if index changes\n        if (this.activeIndex != index) {\n          this.$active = this.$slides.eq(this.activeIndex);\n          var $caption = this.$active.find('.caption');\n          this.$active.removeClass('active');\n\n          anim({\n            targets: this.$active[0],\n            opacity: 0,\n            duration: this.options.duration,\n            easing: 'easeOutQuad',\n            complete: function () {\n              _this44.$slides.not('.active').each(function (el) {\n                anim({\n                  targets: el,\n                  opacity: 0,\n                  translateX: 0,\n                  translateY: 0,\n                  duration: 0,\n                  easing: 'easeOutQuad'\n                });\n              });\n            }\n          });\n\n          this._animateCaptionIn($caption[0], this.options.duration);\n\n          // Update indicators\n          if (this.options.indicators) {\n            this.$indicators.eq(this.activeIndex).removeClass('active');\n            this.$indicators.eq(index).addClass('active');\n          }\n\n          anim({\n            targets: this.$slides.eq(index)[0],\n            opacity: 1,\n            duration: this.options.duration,\n            easing: 'easeOutQuad'\n          });\n\n          anim({\n            targets: this.$slides.eq(index).find('.caption')[0],\n            opacity: 1,\n            translateX: 0,\n            translateY: 0,\n            duration: this.options.duration,\n            delay: this.options.duration,\n            easing: 'easeOutQuad'\n          });\n\n          this.$slides.eq(index).addClass('active');\n          this.activeIndex = index;\n\n          // Reset interval\n          this.start();\n        }\n      }\n\n      /**\n       * Pause slider interval\n       */\n\n    }, {\n      key: \"pause\",\n      value: function pause() {\n        clearInterval(this.interval);\n      }\n\n      /**\n       * Start slider interval\n       */\n\n    }, {\n      key: \"start\",\n      value: function start() {\n        clearInterval(this.interval);\n        this.interval = setInterval(this._handleIntervalBound, this.options.duration + this.options.interval);\n      }\n\n      /**\n       * Move to next slide\n       */\n\n    }, {\n      key: \"next\",\n      value: function next() {\n        var newIndex = this.activeIndex + 1;\n\n        // Wrap around indices.\n        if (newIndex >= this.$slides.length) newIndex = 0;else if (newIndex < 0) newIndex = this.$slides.length - 1;\n\n        this.set(newIndex);\n      }\n\n      /**\n       * Move to previous slide\n       */\n\n    }, {\n      key: \"prev\",\n      value: function prev() {\n        var newIndex = this.activeIndex - 1;\n\n        // Wrap around indices.\n        if (newIndex >= this.$slides.length) newIndex = 0;else if (newIndex < 0) newIndex = this.$slides.length - 1;\n\n        this.set(newIndex);\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Slider.__proto__ || Object.getPrototypeOf(Slider), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Slider;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Slider;\n  }(Component);\n\n  M.Slider = Slider;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Slider, 'slider', 'M_Slider');\n  }\n})(cash, M.anime);\n;(function ($, anim) {\n  $(document).on('click', '.card', function (e) {\n    if ($(this).children('.card-reveal').length) {\n      var $card = $(e.target).closest('.card');\n      if ($card.data('initialOverflow') === undefined) {\n        $card.data('initialOverflow', $card.css('overflow') === undefined ? '' : $card.css('overflow'));\n      }\n      var $cardReveal = $(this).find('.card-reveal');\n      if ($(e.target).is($('.card-reveal .card-title')) || $(e.target).is($('.card-reveal .card-title i'))) {\n        // Make Reveal animate down and display none\n        anim({\n          targets: $cardReveal[0],\n          translateY: 0,\n          duration: 225,\n          easing: 'easeInOutQuad',\n          complete: function (anim) {\n            var el = anim.animatables[0].target;\n            $(el).css({ display: 'none' });\n            $card.css('overflow', $card.data('initialOverflow'));\n          }\n        });\n      } else if ($(e.target).is($('.card .activator')) || $(e.target).is($('.card .activator i'))) {\n        $card.css('overflow', 'hidden');\n        $cardReveal.css({ display: 'block' });\n        anim({\n          targets: $cardReveal[0],\n          translateY: '-100%',\n          duration: 300,\n          easing: 'easeInOutQuad'\n        });\n      }\n    }\n  });\n})(cash, M.anime);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    data: [],\n    placeholder: '',\n    secondaryPlaceholder: '',\n    autocompleteOptions: {},\n    limit: Infinity,\n    onChipAdd: null,\n    onChipSelect: null,\n    onChipDelete: null\n  };\n\n  /**\n   * @typedef {Object} chip\n   * @property {String} tag  chip tag string\n   * @property {String} [image]  chip avatar image string\n   */\n\n  /**\n   * @class\n   *\n   */\n\n  var Chips = function (_Component12) {\n    _inherits(Chips, _Component12);\n\n    /**\n     * Construct Chips instance and set up overlay\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Chips(el, options) {\n      _classCallCheck(this, Chips);\n\n      var _this45 = _possibleConstructorReturn(this, (Chips.__proto__ || Object.getPrototypeOf(Chips)).call(this, Chips, el, options));\n\n      _this45.el.M_Chips = _this45;\n\n      /**\n       * Options for the modal\n       * @member Chips#options\n       * @prop {Array} data\n       * @prop {String} placeholder\n       * @prop {String} secondaryPlaceholder\n       * @prop {Object} autocompleteOptions\n       */\n      _this45.options = $.extend({}, Chips.defaults, options);\n\n      _this45.$el.addClass('chips input-field');\n      _this45.chipsData = [];\n      _this45.$chips = $();\n      _this45._setupInput();\n      _this45.hasAutocomplete = Object.keys(_this45.options.autocompleteOptions).length > 0;\n\n      // Set input id\n      if (!_this45.$input.attr('id')) {\n        _this45.$input.attr('id', M.guid());\n      }\n\n      // Render initial chips\n      if (_this45.options.data.length) {\n        _this45.chipsData = _this45.options.data;\n        _this45._renderChips(_this45.chipsData);\n      }\n\n      // Setup autocomplete if needed\n      if (_this45.hasAutocomplete) {\n        _this45._setupAutocomplete();\n      }\n\n      _this45._setPlaceholder();\n      _this45._setupLabel();\n      _this45._setupEventHandlers();\n      return _this45;\n    }\n\n    _createClass(Chips, [{\n      key: \"getData\",\n\n\n      /**\n       * Get Chips Data\n       */\n      value: function getData() {\n        return this.chipsData;\n      }\n\n      /**\n       * Teardown component\n       */\n\n    }, {\n      key: \"destroy\",\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.$chips.remove();\n        this.el.M_Chips = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleChipClickBound = this._handleChipClick.bind(this);\n        this._handleInputKeydownBound = this._handleInputKeydown.bind(this);\n        this._handleInputFocusBound = this._handleInputFocus.bind(this);\n        this._handleInputBlurBound = this._handleInputBlur.bind(this);\n\n        this.el.addEventListener('click', this._handleChipClickBound);\n        document.addEventListener('keydown', Chips._handleChipsKeydown);\n        document.addEventListener('keyup', Chips._handleChipsKeyup);\n        this.el.addEventListener('blur', Chips._handleChipsBlur, true);\n        this.$input[0].addEventListener('focus', this._handleInputFocusBound);\n        this.$input[0].addEventListener('blur', this._handleInputBlurBound);\n        this.$input[0].addEventListener('keydown', this._handleInputKeydownBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('click', this._handleChipClickBound);\n        document.removeEventListener('keydown', Chips._handleChipsKeydown);\n        document.removeEventListener('keyup', Chips._handleChipsKeyup);\n        this.el.removeEventListener('blur', Chips._handleChipsBlur, true);\n        this.$input[0].removeEventListener('focus', this._handleInputFocusBound);\n        this.$input[0].removeEventListener('blur', this._handleInputBlurBound);\n        this.$input[0].removeEventListener('keydown', this._handleInputKeydownBound);\n      }\n\n      /**\n       * Handle Chip Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleChipClick\",\n      value: function _handleChipClick(e) {\n        var $chip = $(e.target).closest('.chip');\n        var clickedClose = $(e.target).is('.close');\n        if ($chip.length) {\n          var index = $chip.index();\n          if (clickedClose) {\n            // delete chip\n            this.deleteChip(index);\n            this.$input[0].focus();\n          } else {\n            // select chip\n            this.selectChip(index);\n          }\n\n          // Default handle click to focus on input\n        } else {\n          this.$input[0].focus();\n        }\n      }\n\n      /**\n       * Handle Chips Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleInputFocus\",\n\n\n      /**\n       * Handle Input Focus\n       */\n      value: function _handleInputFocus() {\n        this.$el.addClass('focus');\n      }\n\n      /**\n       * Handle Input Blur\n       */\n\n    }, {\n      key: \"_handleInputBlur\",\n      value: function _handleInputBlur() {\n        this.$el.removeClass('focus');\n      }\n\n      /**\n       * Handle Input Keydown\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleInputKeydown\",\n      value: function _handleInputKeydown(e) {\n        Chips._keydown = true;\n\n        // enter\n        if (e.keyCode === 13) {\n          // Override enter if autocompleting.\n          if (this.hasAutocomplete && this.autocomplete && this.autocomplete.isOpen) {\n            return;\n          }\n\n          e.preventDefault();\n          this.addChip({\n            tag: this.$input[0].value\n          });\n          this.$input[0].value = '';\n\n          // delete or left\n        } else if ((e.keyCode === 8 || e.keyCode === 37) && this.$input[0].value === '' && this.chipsData.length) {\n          e.preventDefault();\n          this.selectChip(this.chipsData.length - 1);\n        }\n      }\n\n      /**\n       * Render Chip\n       * @param {chip} chip\n       * @return {Element}\n       */\n\n    }, {\n      key: \"_renderChip\",\n      value: function _renderChip(chip) {\n        if (!chip.tag) {\n          return;\n        }\n\n        var renderedChip = document.createElement('div');\n        var closeIcon = document.createElement('i');\n        renderedChip.classList.add('chip');\n        renderedChip.textContent = chip.tag;\n        renderedChip.setAttribute('tabindex', 0);\n        $(closeIcon).addClass('material-icons close');\n        closeIcon.textContent = 'close';\n\n        // attach image if needed\n        if (chip.image) {\n          var img = document.createElement('img');\n          img.setAttribute('src', chip.image);\n          renderedChip.insertBefore(img, renderedChip.firstChild);\n        }\n\n        renderedChip.appendChild(closeIcon);\n        return renderedChip;\n      }\n\n      /**\n       * Render Chips\n       */\n\n    }, {\n      key: \"_renderChips\",\n      value: function _renderChips() {\n        this.$chips.remove();\n        for (var i = 0; i < this.chipsData.length; i++) {\n          var chipEl = this._renderChip(this.chipsData[i]);\n          this.$el.append(chipEl);\n          this.$chips.add(chipEl);\n        }\n\n        // move input to end\n        this.$el.append(this.$input[0]);\n      }\n\n      /**\n       * Setup Autocomplete\n       */\n\n    }, {\n      key: \"_setupAutocomplete\",\n      value: function _setupAutocomplete() {\n        var _this46 = this;\n\n        this.options.autocompleteOptions.onAutocomplete = function (val) {\n          _this46.addChip({\n            tag: val\n          });\n          _this46.$input[0].value = '';\n          _this46.$input[0].focus();\n        };\n\n        this.autocomplete = M.Autocomplete.init(this.$input[0], this.options.autocompleteOptions);\n      }\n\n      /**\n       * Setup Input\n       */\n\n    }, {\n      key: \"_setupInput\",\n      value: function _setupInput() {\n        this.$input = this.$el.find('input');\n        if (!this.$input.length) {\n          this.$input = $('<input></input>');\n          this.$el.append(this.$input);\n        }\n\n        this.$input.addClass('input');\n      }\n\n      /**\n       * Setup Label\n       */\n\n    }, {\n      key: \"_setupLabel\",\n      value: function _setupLabel() {\n        this.$label = this.$el.find('label');\n        if (this.$label.length) {\n          this.$label.setAttribute('for', this.$input.attr('id'));\n        }\n      }\n\n      /**\n       * Set placeholder\n       */\n\n    }, {\n      key: \"_setPlaceholder\",\n      value: function _setPlaceholder() {\n        if (this.chipsData !== undefined && !this.chipsData.length && this.options.placeholder) {\n          $(this.$input).prop('placeholder', this.options.placeholder);\n        } else if ((this.chipsData === undefined || !!this.chipsData.length) && this.options.secondaryPlaceholder) {\n          $(this.$input).prop('placeholder', this.options.secondaryPlaceholder);\n        }\n      }\n\n      /**\n       * Check if chip is valid\n       * @param {chip} chip\n       */\n\n    }, {\n      key: \"_isValid\",\n      value: function _isValid(chip) {\n        if (chip.hasOwnProperty('tag') && chip.tag !== '') {\n          var exists = false;\n          for (var i = 0; i < this.chipsData.length; i++) {\n            if (this.chipsData[i].tag === chip.tag) {\n              exists = true;\n              break;\n            }\n          }\n          return !exists;\n        }\n\n        return false;\n      }\n\n      /**\n       * Add chip\n       * @param {chip} chip\n       */\n\n    }, {\n      key: \"addChip\",\n      value: function addChip(chip) {\n        if (!this._isValid(chip) || this.chipsData.length >= this.options.limit) {\n          return;\n        }\n\n        var renderedChip = this._renderChip(chip);\n        this.$chips.add(renderedChip);\n        this.chipsData.push(chip);\n        $(this.$input).before(renderedChip);\n        this._setPlaceholder();\n\n        // fire chipAdd callback\n        if (typeof this.options.onChipAdd === 'function') {\n          this.options.onChipAdd.call(this, this.$el, renderedChip);\n        }\n      }\n\n      /**\n       * Delete chip\n       * @param {Number} chip\n       */\n\n    }, {\n      key: \"deleteChip\",\n      value: function deleteChip(chipIndex) {\n        var $chip = this.$chips.eq(chipIndex);\n        this.$chips.eq(chipIndex).remove();\n        this.$chips = this.$chips.filter(function (el) {\n          return $(el).index() >= 0;\n        });\n        this.chipsData.splice(chipIndex, 1);\n        this._setPlaceholder();\n\n        // fire chipDelete callback\n        if (typeof this.options.onChipDelete === 'function') {\n          this.options.onChipDelete.call(this, this.$el, $chip[0]);\n        }\n      }\n\n      /**\n       * Select chip\n       * @param {Number} chip\n       */\n\n    }, {\n      key: \"selectChip\",\n      value: function selectChip(chipIndex) {\n        var $chip = this.$chips.eq(chipIndex);\n        this._selectedChip = $chip;\n        $chip[0].focus();\n\n        // fire chipSelect callback\n        if (typeof this.options.onChipSelect === 'function') {\n          this.options.onChipSelect.call(this, this.$el, $chip[0]);\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Chips.__proto__ || Object.getPrototypeOf(Chips), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Chips;\n      }\n    }, {\n      key: \"_handleChipsKeydown\",\n      value: function _handleChipsKeydown(e) {\n        Chips._keydown = true;\n\n        var $chips = $(e.target).closest('.chips');\n        var chipsKeydown = e.target && $chips.length;\n\n        // Don't handle keydown inputs on input and textarea\n        if ($(e.target).is('input, textarea') || !chipsKeydown) {\n          return;\n        }\n\n        var currChips = $chips[0].M_Chips;\n\n        // backspace and delete\n        if (e.keyCode === 8 || e.keyCode === 46) {\n          e.preventDefault();\n\n          var selectIndex = currChips.chipsData.length;\n          if (currChips._selectedChip) {\n            var index = currChips._selectedChip.index();\n            currChips.deleteChip(index);\n            currChips._selectedChip = null;\n\n            // Make sure selectIndex doesn't go negative\n            selectIndex = Math.max(index - 1, 0);\n          }\n\n          if (currChips.chipsData.length) {\n            currChips.selectChip(selectIndex);\n          }\n\n          // left arrow key\n        } else if (e.keyCode === 37) {\n          if (currChips._selectedChip) {\n            var _selectIndex = currChips._selectedChip.index() - 1;\n            if (_selectIndex < 0) {\n              return;\n            }\n            currChips.selectChip(_selectIndex);\n          }\n\n          // right arrow key\n        } else if (e.keyCode === 39) {\n          if (currChips._selectedChip) {\n            var _selectIndex2 = currChips._selectedChip.index() + 1;\n\n            if (_selectIndex2 >= currChips.chipsData.length) {\n              currChips.$input[0].focus();\n            } else {\n              currChips.selectChip(_selectIndex2);\n            }\n          }\n        }\n      }\n\n      /**\n       * Handle Chips Keyup\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleChipsKeyup\",\n      value: function _handleChipsKeyup(e) {\n        Chips._keydown = false;\n      }\n\n      /**\n       * Handle Chips Blur\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleChipsBlur\",\n      value: function _handleChipsBlur(e) {\n        if (!Chips._keydown) {\n          var $chips = $(e.target).closest('.chips');\n          var currChips = $chips[0].M_Chips;\n\n          currChips._selectedChip = null;\n        }\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Chips;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Chips\n   */\n\n\n  Chips._keydown = false;\n\n  M.Chips = Chips;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Chips, 'chips', 'M_Chips');\n  }\n\n  $(document).ready(function () {\n    // Handle removal of static chips.\n    $(document.body).on('click', '.chip .close', function () {\n      var $chips = $(this).closest('.chips');\n      if ($chips.length && $chips[0].M_Chips) {\n        return;\n      }\n      $(this).closest('.chip').remove();\n    });\n  });\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    top: 0,\n    bottom: Infinity,\n    offset: 0,\n    onPositionChange: null\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Pushpin = function (_Component13) {\n    _inherits(Pushpin, _Component13);\n\n    /**\n     * Construct Pushpin instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Pushpin(el, options) {\n      _classCallCheck(this, Pushpin);\n\n      var _this47 = _possibleConstructorReturn(this, (Pushpin.__proto__ || Object.getPrototypeOf(Pushpin)).call(this, Pushpin, el, options));\n\n      _this47.el.M_Pushpin = _this47;\n\n      /**\n       * Options for the modal\n       * @member Pushpin#options\n       */\n      _this47.options = $.extend({}, Pushpin.defaults, options);\n\n      _this47.originalOffset = _this47.el.offsetTop;\n      Pushpin._pushpins.push(_this47);\n      _this47._setupEventHandlers();\n      _this47._updatePosition();\n      return _this47;\n    }\n\n    _createClass(Pushpin, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this.el.style.top = null;\n        this._removePinClasses();\n        this._removeEventHandlers();\n\n        // Remove pushpin Inst\n        var index = Pushpin._pushpins.indexOf(this);\n        Pushpin._pushpins.splice(index, 1);\n      }\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        document.addEventListener('scroll', Pushpin._updateElements);\n      }\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        document.removeEventListener('scroll', Pushpin._updateElements);\n      }\n    }, {\n      key: \"_updatePosition\",\n      value: function _updatePosition() {\n        var scrolled = M.getDocumentScrollTop() + this.options.offset;\n\n        if (this.options.top <= scrolled && this.options.bottom >= scrolled && !this.el.classList.contains('pinned')) {\n          this._removePinClasses();\n          this.el.style.top = this.options.offset + \"px\";\n          this.el.classList.add('pinned');\n\n          // onPositionChange callback\n          if (typeof this.options.onPositionChange === 'function') {\n            this.options.onPositionChange.call(this, 'pinned');\n          }\n        }\n\n        // Add pin-top (when scrolled position is above top)\n        if (scrolled < this.options.top && !this.el.classList.contains('pin-top')) {\n          this._removePinClasses();\n          this.el.style.top = 0;\n          this.el.classList.add('pin-top');\n\n          // onPositionChange callback\n          if (typeof this.options.onPositionChange === 'function') {\n            this.options.onPositionChange.call(this, 'pin-top');\n          }\n        }\n\n        // Add pin-bottom (when scrolled position is below bottom)\n        if (scrolled > this.options.bottom && !this.el.classList.contains('pin-bottom')) {\n          this._removePinClasses();\n          this.el.classList.add('pin-bottom');\n          this.el.style.top = this.options.bottom - this.originalOffset + \"px\";\n\n          // onPositionChange callback\n          if (typeof this.options.onPositionChange === 'function') {\n            this.options.onPositionChange.call(this, 'pin-bottom');\n          }\n        }\n      }\n    }, {\n      key: \"_removePinClasses\",\n      value: function _removePinClasses() {\n        // IE 11 bug (can't remove multiple classes in one line)\n        this.el.classList.remove('pin-top');\n        this.el.classList.remove('pinned');\n        this.el.classList.remove('pin-bottom');\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Pushpin.__proto__ || Object.getPrototypeOf(Pushpin), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Pushpin;\n      }\n    }, {\n      key: \"_updateElements\",\n      value: function _updateElements() {\n        for (var elIndex in Pushpin._pushpins) {\n          var pInstance = Pushpin._pushpins[elIndex];\n          pInstance._updatePosition();\n        }\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Pushpin;\n  }(Component);\n\n  /**\n   * @static\n   * @memberof Pushpin\n   */\n\n\n  Pushpin._pushpins = [];\n\n  M.Pushpin = Pushpin;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Pushpin, 'pushpin', 'M_Pushpin');\n  }\n})(cash);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {\n    direction: 'top',\n    hoverEnabled: true,\n    toolbarEnabled: false\n  };\n\n  $.fn.reverse = [].reverse;\n\n  /**\n   * @class\n   *\n   */\n\n  var FloatingActionButton = function (_Component14) {\n    _inherits(FloatingActionButton, _Component14);\n\n    /**\n     * Construct FloatingActionButton instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function FloatingActionButton(el, options) {\n      _classCallCheck(this, FloatingActionButton);\n\n      var _this48 = _possibleConstructorReturn(this, (FloatingActionButton.__proto__ || Object.getPrototypeOf(FloatingActionButton)).call(this, FloatingActionButton, el, options));\n\n      _this48.el.M_FloatingActionButton = _this48;\n\n      /**\n       * Options for the fab\n       * @member FloatingActionButton#options\n       * @prop {Boolean} [direction] - Direction fab menu opens\n       * @prop {Boolean} [hoverEnabled=true] - Enable hover vs click\n       * @prop {Boolean} [toolbarEnabled=false] - Enable toolbar transition\n       */\n      _this48.options = $.extend({}, FloatingActionButton.defaults, options);\n\n      _this48.isOpen = false;\n      _this48.$anchor = _this48.$el.children('a').first();\n      _this48.$menu = _this48.$el.children('ul').first();\n      _this48.$floatingBtns = _this48.$el.find('ul .btn-floating');\n      _this48.$floatingBtnsReverse = _this48.$el.find('ul .btn-floating').reverse();\n      _this48.offsetY = 0;\n      _this48.offsetX = 0;\n\n      _this48.$el.addClass(\"direction-\" + _this48.options.direction);\n      if (_this48.options.direction === 'top') {\n        _this48.offsetY = 40;\n      } else if (_this48.options.direction === 'right') {\n        _this48.offsetX = -40;\n      } else if (_this48.options.direction === 'bottom') {\n        _this48.offsetY = -40;\n      } else {\n        _this48.offsetX = 40;\n      }\n      _this48._setupEventHandlers();\n      return _this48;\n    }\n\n    _createClass(FloatingActionButton, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.M_FloatingActionButton = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleFABClickBound = this._handleFABClick.bind(this);\n        this._handleOpenBound = this.open.bind(this);\n        this._handleCloseBound = this.close.bind(this);\n\n        if (this.options.hoverEnabled && !this.options.toolbarEnabled) {\n          this.el.addEventListener('mouseenter', this._handleOpenBound);\n          this.el.addEventListener('mouseleave', this._handleCloseBound);\n        } else {\n          this.el.addEventListener('click', this._handleFABClickBound);\n        }\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        if (this.options.hoverEnabled && !this.options.toolbarEnabled) {\n          this.el.removeEventListener('mouseenter', this._handleOpenBound);\n          this.el.removeEventListener('mouseleave', this._handleCloseBound);\n        } else {\n          this.el.removeEventListener('click', this._handleFABClickBound);\n        }\n      }\n\n      /**\n       * Handle FAB Click\n       */\n\n    }, {\n      key: \"_handleFABClick\",\n      value: function _handleFABClick() {\n        if (this.isOpen) {\n          this.close();\n        } else {\n          this.open();\n        }\n      }\n\n      /**\n       * Handle Document Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDocumentClick\",\n      value: function _handleDocumentClick(e) {\n        if (!$(e.target).closest(this.$menu).length) {\n          this.close();\n        }\n      }\n\n      /**\n       * Open FAB\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen) {\n          return;\n        }\n\n        if (this.options.toolbarEnabled) {\n          this._animateInToolbar();\n        } else {\n          this._animateInFAB();\n        }\n        this.isOpen = true;\n      }\n\n      /**\n       * Close FAB\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        if (this.options.toolbarEnabled) {\n          window.removeEventListener('scroll', this._handleCloseBound, true);\n          document.body.removeEventListener('click', this._handleDocumentClickBound, true);\n          this._animateOutToolbar();\n        } else {\n          this._animateOutFAB();\n        }\n        this.isOpen = false;\n      }\n\n      /**\n       * Classic FAB Menu open\n       */\n\n    }, {\n      key: \"_animateInFAB\",\n      value: function _animateInFAB() {\n        var _this49 = this;\n\n        this.$el.addClass('active');\n\n        var time = 0;\n        this.$floatingBtnsReverse.each(function (el) {\n          anim({\n            targets: el,\n            opacity: 1,\n            scale: [0.4, 1],\n            translateY: [_this49.offsetY, 0],\n            translateX: [_this49.offsetX, 0],\n            duration: 275,\n            delay: time,\n            easing: 'easeInOutQuad'\n          });\n          time += 40;\n        });\n      }\n\n      /**\n       * Classic FAB Menu close\n       */\n\n    }, {\n      key: \"_animateOutFAB\",\n      value: function _animateOutFAB() {\n        var _this50 = this;\n\n        this.$floatingBtnsReverse.each(function (el) {\n          anim.remove(el);\n          anim({\n            targets: el,\n            opacity: 0,\n            scale: 0.4,\n            translateY: _this50.offsetY,\n            translateX: _this50.offsetX,\n            duration: 175,\n            easing: 'easeOutQuad',\n            complete: function () {\n              _this50.$el.removeClass('active');\n            }\n          });\n        });\n      }\n\n      /**\n       * Toolbar transition Menu open\n       */\n\n    }, {\n      key: \"_animateInToolbar\",\n      value: function _animateInToolbar() {\n        var _this51 = this;\n\n        var scaleFactor = void 0;\n        var windowWidth = window.innerWidth;\n        var windowHeight = window.innerHeight;\n        var btnRect = this.el.getBoundingClientRect();\n        var backdrop = $('<div class=\"fab-backdrop\"></div>');\n        var fabColor = this.$anchor.css('background-color');\n        this.$anchor.append(backdrop);\n\n        this.offsetX = btnRect.left - windowWidth / 2 + btnRect.width / 2;\n        this.offsetY = windowHeight - btnRect.bottom;\n        scaleFactor = windowWidth / backdrop[0].clientWidth;\n        this.btnBottom = btnRect.bottom;\n        this.btnLeft = btnRect.left;\n        this.btnWidth = btnRect.width;\n\n        // Set initial state\n        this.$el.addClass('active');\n        this.$el.css({\n          'text-align': 'center',\n          width: '100%',\n          bottom: 0,\n          left: 0,\n          transform: 'translateX(' + this.offsetX + 'px)',\n          transition: 'none'\n        });\n        this.$anchor.css({\n          transform: 'translateY(' + -this.offsetY + 'px)',\n          transition: 'none'\n        });\n        backdrop.css({\n          'background-color': fabColor\n        });\n\n        setTimeout(function () {\n          _this51.$el.css({\n            transform: '',\n            transition: 'transform .2s cubic-bezier(0.550, 0.085, 0.680, 0.530), background-color 0s linear .2s'\n          });\n          _this51.$anchor.css({\n            overflow: 'visible',\n            transform: '',\n            transition: 'transform .2s'\n          });\n\n          setTimeout(function () {\n            _this51.$el.css({\n              overflow: 'hidden',\n              'background-color': fabColor\n            });\n            backdrop.css({\n              transform: 'scale(' + scaleFactor + ')',\n              transition: 'transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)'\n            });\n            _this51.$menu.children('li').children('a').css({\n              opacity: 1\n            });\n\n            // Scroll to close.\n            _this51._handleDocumentClickBound = _this51._handleDocumentClick.bind(_this51);\n            window.addEventListener('scroll', _this51._handleCloseBound, true);\n            document.body.addEventListener('click', _this51._handleDocumentClickBound, true);\n          }, 100);\n        }, 0);\n      }\n\n      /**\n       * Toolbar transition Menu close\n       */\n\n    }, {\n      key: \"_animateOutToolbar\",\n      value: function _animateOutToolbar() {\n        var _this52 = this;\n\n        var windowWidth = window.innerWidth;\n        var windowHeight = window.innerHeight;\n        var backdrop = this.$el.find('.fab-backdrop');\n        var fabColor = this.$anchor.css('background-color');\n\n        this.offsetX = this.btnLeft - windowWidth / 2 + this.btnWidth / 2;\n        this.offsetY = windowHeight - this.btnBottom;\n\n        // Hide backdrop\n        this.$el.removeClass('active');\n        this.$el.css({\n          'background-color': 'transparent',\n          transition: 'none'\n        });\n        this.$anchor.css({\n          transition: 'none'\n        });\n        backdrop.css({\n          transform: 'scale(0)',\n          'background-color': fabColor\n        });\n        this.$menu.children('li').children('a').css({\n          opacity: ''\n        });\n\n        setTimeout(function () {\n          backdrop.remove();\n\n          // Set initial state.\n          _this52.$el.css({\n            'text-align': '',\n            width: '',\n            bottom: '',\n            left: '',\n            overflow: '',\n            'background-color': '',\n            transform: 'translate3d(' + -_this52.offsetX + 'px,0,0)'\n          });\n          _this52.$anchor.css({\n            overflow: '',\n            transform: 'translate3d(0,' + _this52.offsetY + 'px,0)'\n          });\n\n          setTimeout(function () {\n            _this52.$el.css({\n              transform: 'translate3d(0,0,0)',\n              transition: 'transform .2s'\n            });\n            _this52.$anchor.css({\n              transform: 'translate3d(0,0,0)',\n              transition: 'transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)'\n            });\n          }, 20);\n        }, 200);\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(FloatingActionButton.__proto__ || Object.getPrototypeOf(FloatingActionButton), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_FloatingActionButton;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return FloatingActionButton;\n  }(Component);\n\n  M.FloatingActionButton = FloatingActionButton;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(FloatingActionButton, 'floatingActionButton', 'M_FloatingActionButton');\n  }\n})(cash, M.anime);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    // Close when date is selected\n    autoClose: false,\n\n    // the default output format for the input field value\n    format: 'mmm dd, yyyy',\n\n    // Used to create date object from current input string\n    parse: null,\n\n    // The initial date to view when first opened\n    defaultDate: null,\n\n    // Make the `defaultDate` the initial selected value\n    setDefaultDate: false,\n\n    disableWeekends: false,\n\n    disableDayFn: null,\n\n    // First day of week (0: Sunday, 1: Monday etc)\n    firstDay: 0,\n\n    // The earliest date that can be selected\n    minDate: null,\n    // Thelatest date that can be selected\n    maxDate: null,\n\n    // Number of years either side, or array of upper/lower range\n    yearRange: 10,\n\n    // used internally (don't config outside)\n    minYear: 0,\n    maxYear: 9999,\n    minMonth: undefined,\n    maxMonth: undefined,\n\n    startRange: null,\n    endRange: null,\n\n    isRTL: false,\n\n    // Render the month after year in the calendar title\n    showMonthAfterYear: false,\n\n    // Render days of the calendar grid that fall in the next or previous month\n    showDaysInNextAndPreviousMonths: false,\n\n    // Specify a DOM element to render the calendar in\n    container: null,\n\n    // Show clear button\n    showClearBtn: false,\n\n    // internationalization\n    i18n: {\n      cancel: 'Cancel',\n      clear: 'Clear',\n      done: 'Ok',\n      previousMonth: '‹',\n      nextMonth: '›',\n      months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],\n      monthsShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],\n      weekdays: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],\n      weekdaysShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],\n      weekdaysAbbrev: ['S', 'M', 'T', 'W', 'T', 'F', 'S']\n    },\n\n    // events array\n    events: [],\n\n    // callback function\n    onSelect: null,\n    onOpen: null,\n    onClose: null,\n    onDraw: null\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Datepicker = function (_Component15) {\n    _inherits(Datepicker, _Component15);\n\n    /**\n     * Construct Datepicker instance and set up overlay\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Datepicker(el, options) {\n      _classCallCheck(this, Datepicker);\n\n      var _this53 = _possibleConstructorReturn(this, (Datepicker.__proto__ || Object.getPrototypeOf(Datepicker)).call(this, Datepicker, el, options));\n\n      _this53.el.M_Datepicker = _this53;\n\n      _this53.options = $.extend({}, Datepicker.defaults, options);\n\n      // make sure i18n defaults are not lost when only few i18n option properties are passed\n      if (!!options && options.hasOwnProperty('i18n') && typeof options.i18n === 'object') {\n        _this53.options.i18n = $.extend({}, Datepicker.defaults.i18n, options.i18n);\n      }\n\n      // Remove time component from minDate and maxDate options\n      if (_this53.options.minDate) _this53.options.minDate.setHours(0, 0, 0, 0);\n      if (_this53.options.maxDate) _this53.options.maxDate.setHours(0, 0, 0, 0);\n\n      _this53.id = M.guid();\n\n      _this53._setupVariables();\n      _this53._insertHTMLIntoDOM();\n      _this53._setupModal();\n\n      _this53._setupEventHandlers();\n\n      if (!_this53.options.defaultDate) {\n        _this53.options.defaultDate = new Date(Date.parse(_this53.el.value));\n      }\n\n      var defDate = _this53.options.defaultDate;\n      if (Datepicker._isDate(defDate)) {\n        if (_this53.options.setDefaultDate) {\n          _this53.setDate(defDate, true);\n          _this53.setInputValue();\n        } else {\n          _this53.gotoDate(defDate);\n        }\n      } else {\n        _this53.gotoDate(new Date());\n      }\n\n      /**\n       * Describes open/close state of datepicker\n       * @type {Boolean}\n       */\n      _this53.isOpen = false;\n      return _this53;\n    }\n\n    _createClass(Datepicker, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.modal.destroy();\n        $(this.modalEl).remove();\n        this.destroySelects();\n        this.el.M_Datepicker = undefined;\n      }\n    }, {\n      key: \"destroySelects\",\n      value: function destroySelects() {\n        var oldYearSelect = this.calendarEl.querySelector('.orig-select-year');\n        if (oldYearSelect) {\n          M.FormSelect.getInstance(oldYearSelect).destroy();\n        }\n        var oldMonthSelect = this.calendarEl.querySelector('.orig-select-month');\n        if (oldMonthSelect) {\n          M.FormSelect.getInstance(oldMonthSelect).destroy();\n        }\n      }\n    }, {\n      key: \"_insertHTMLIntoDOM\",\n      value: function _insertHTMLIntoDOM() {\n        if (this.options.showClearBtn) {\n          $(this.clearBtn).css({ visibility: '' });\n          this.clearBtn.innerHTML = this.options.i18n.clear;\n        }\n\n        this.doneBtn.innerHTML = this.options.i18n.done;\n        this.cancelBtn.innerHTML = this.options.i18n.cancel;\n\n        if (this.options.container) {\n          this.$modalEl.appendTo(this.options.container);\n        } else {\n          this.$modalEl.insertBefore(this.el);\n        }\n      }\n    }, {\n      key: \"_setupModal\",\n      value: function _setupModal() {\n        var _this54 = this;\n\n        this.modalEl.id = 'modal-' + this.id;\n        this.modal = M.Modal.init(this.modalEl, {\n          onCloseEnd: function () {\n            _this54.isOpen = false;\n          }\n        });\n      }\n    }, {\n      key: \"toString\",\n      value: function toString(format) {\n        var _this55 = this;\n\n        format = format || this.options.format;\n        if (!Datepicker._isDate(this.date)) {\n          return '';\n        }\n\n        var formatArray = format.split(/(d{1,4}|m{1,4}|y{4}|yy|!.)/g);\n        var formattedDate = formatArray.map(function (label) {\n          if (_this55.formats[label]) {\n            return _this55.formats[label]();\n          }\n\n          return label;\n        }).join('');\n        return formattedDate;\n      }\n    }, {\n      key: \"setDate\",\n      value: function setDate(date, preventOnSelect) {\n        if (!date) {\n          this.date = null;\n          this._renderDateDisplay();\n          return this.draw();\n        }\n        if (typeof date === 'string') {\n          date = new Date(Date.parse(date));\n        }\n        if (!Datepicker._isDate(date)) {\n          return;\n        }\n\n        var min = this.options.minDate,\n            max = this.options.maxDate;\n\n        if (Datepicker._isDate(min) && date < min) {\n          date = min;\n        } else if (Datepicker._isDate(max) && date > max) {\n          date = max;\n        }\n\n        this.date = new Date(date.getTime());\n\n        this._renderDateDisplay();\n\n        Datepicker._setToStartOfDay(this.date);\n        this.gotoDate(this.date);\n\n        if (!preventOnSelect && typeof this.options.onSelect === 'function') {\n          this.options.onSelect.call(this, this.date);\n        }\n      }\n    }, {\n      key: \"setInputValue\",\n      value: function setInputValue() {\n        this.el.value = this.toString();\n        this.$el.trigger('change', { firedBy: this });\n      }\n    }, {\n      key: \"_renderDateDisplay\",\n      value: function _renderDateDisplay() {\n        var displayDate = Datepicker._isDate(this.date) ? this.date : new Date();\n        var i18n = this.options.i18n;\n        var day = i18n.weekdaysShort[displayDate.getDay()];\n        var month = i18n.monthsShort[displayDate.getMonth()];\n        var date = displayDate.getDate();\n        this.yearTextEl.innerHTML = displayDate.getFullYear();\n        this.dateTextEl.innerHTML = day + \", \" + month + \" \" + date;\n      }\n\n      /**\n       * change view to a specific date\n       */\n\n    }, {\n      key: \"gotoDate\",\n      value: function gotoDate(date) {\n        var newCalendar = true;\n\n        if (!Datepicker._isDate(date)) {\n          return;\n        }\n\n        if (this.calendars) {\n          var firstVisibleDate = new Date(this.calendars[0].year, this.calendars[0].month, 1),\n              lastVisibleDate = new Date(this.calendars[this.calendars.length - 1].year, this.calendars[this.calendars.length - 1].month, 1),\n              visibleDate = date.getTime();\n          // get the end of the month\n          lastVisibleDate.setMonth(lastVisibleDate.getMonth() + 1);\n          lastVisibleDate.setDate(lastVisibleDate.getDate() - 1);\n          newCalendar = visibleDate < firstVisibleDate.getTime() || lastVisibleDate.getTime() < visibleDate;\n        }\n\n        if (newCalendar) {\n          this.calendars = [{\n            month: date.getMonth(),\n            year: date.getFullYear()\n          }];\n        }\n\n        this.adjustCalendars();\n      }\n    }, {\n      key: \"adjustCalendars\",\n      value: function adjustCalendars() {\n        this.calendars[0] = this.adjustCalendar(this.calendars[0]);\n        this.draw();\n      }\n    }, {\n      key: \"adjustCalendar\",\n      value: function adjustCalendar(calendar) {\n        if (calendar.month < 0) {\n          calendar.year -= Math.ceil(Math.abs(calendar.month) / 12);\n          calendar.month += 12;\n        }\n        if (calendar.month > 11) {\n          calendar.year += Math.floor(Math.abs(calendar.month) / 12);\n          calendar.month -= 12;\n        }\n        return calendar;\n      }\n    }, {\n      key: \"nextMonth\",\n      value: function nextMonth() {\n        this.calendars[0].month++;\n        this.adjustCalendars();\n      }\n    }, {\n      key: \"prevMonth\",\n      value: function prevMonth() {\n        this.calendars[0].month--;\n        this.adjustCalendars();\n      }\n    }, {\n      key: \"render\",\n      value: function render(year, month, randId) {\n        var opts = this.options,\n            now = new Date(),\n            days = Datepicker._getDaysInMonth(year, month),\n            before = new Date(year, month, 1).getDay(),\n            data = [],\n            row = [];\n        Datepicker._setToStartOfDay(now);\n        if (opts.firstDay > 0) {\n          before -= opts.firstDay;\n          if (before < 0) {\n            before += 7;\n          }\n        }\n        var previousMonth = month === 0 ? 11 : month - 1,\n            nextMonth = month === 11 ? 0 : month + 1,\n            yearOfPreviousMonth = month === 0 ? year - 1 : year,\n            yearOfNextMonth = month === 11 ? year + 1 : year,\n            daysInPreviousMonth = Datepicker._getDaysInMonth(yearOfPreviousMonth, previousMonth);\n        var cells = days + before,\n            after = cells;\n        while (after > 7) {\n          after -= 7;\n        }\n        cells += 7 - after;\n        var isWeekSelected = false;\n        for (var i = 0, r = 0; i < cells; i++) {\n          var day = new Date(year, month, 1 + (i - before)),\n              isSelected = Datepicker._isDate(this.date) ? Datepicker._compareDates(day, this.date) : false,\n              isToday = Datepicker._compareDates(day, now),\n              hasEvent = opts.events.indexOf(day.toDateString()) !== -1 ? true : false,\n              isEmpty = i < before || i >= days + before,\n              dayNumber = 1 + (i - before),\n              monthNumber = month,\n              yearNumber = year,\n              isStartRange = opts.startRange && Datepicker._compareDates(opts.startRange, day),\n              isEndRange = opts.endRange && Datepicker._compareDates(opts.endRange, day),\n              isInRange = opts.startRange && opts.endRange && opts.startRange < day && day < opts.endRange,\n              isDisabled = opts.minDate && day < opts.minDate || opts.maxDate && day > opts.maxDate || opts.disableWeekends && Datepicker._isWeekend(day) || opts.disableDayFn && opts.disableDayFn(day);\n\n          if (isEmpty) {\n            if (i < before) {\n              dayNumber = daysInPreviousMonth + dayNumber;\n              monthNumber = previousMonth;\n              yearNumber = yearOfPreviousMonth;\n            } else {\n              dayNumber = dayNumber - days;\n              monthNumber = nextMonth;\n              yearNumber = yearOfNextMonth;\n            }\n          }\n\n          var dayConfig = {\n            day: dayNumber,\n            month: monthNumber,\n            year: yearNumber,\n            hasEvent: hasEvent,\n            isSelected: isSelected,\n            isToday: isToday,\n            isDisabled: isDisabled,\n            isEmpty: isEmpty,\n            isStartRange: isStartRange,\n            isEndRange: isEndRange,\n            isInRange: isInRange,\n            showDaysInNextAndPreviousMonths: opts.showDaysInNextAndPreviousMonths\n          };\n\n          row.push(this.renderDay(dayConfig));\n\n          if (++r === 7) {\n            data.push(this.renderRow(row, opts.isRTL, isWeekSelected));\n            row = [];\n            r = 0;\n            isWeekSelected = false;\n          }\n        }\n        return this.renderTable(opts, data, randId);\n      }\n    }, {\n      key: \"renderDay\",\n      value: function renderDay(opts) {\n        var arr = [];\n        var ariaSelected = 'false';\n        if (opts.isEmpty) {\n          if (opts.showDaysInNextAndPreviousMonths) {\n            arr.push('is-outside-current-month');\n            arr.push('is-selection-disabled');\n          } else {\n            return '<td class=\"is-empty\"></td>';\n          }\n        }\n        if (opts.isDisabled) {\n          arr.push('is-disabled');\n        }\n\n        if (opts.isToday) {\n          arr.push('is-today');\n        }\n        if (opts.isSelected) {\n          arr.push('is-selected');\n          ariaSelected = 'true';\n        }\n        if (opts.hasEvent) {\n          arr.push('has-event');\n        }\n        if (opts.isInRange) {\n          arr.push('is-inrange');\n        }\n        if (opts.isStartRange) {\n          arr.push('is-startrange');\n        }\n        if (opts.isEndRange) {\n          arr.push('is-endrange');\n        }\n        return \"<td data-day=\\\"\" + opts.day + \"\\\" class=\\\"\" + arr.join(' ') + \"\\\" aria-selected=\\\"\" + ariaSelected + \"\\\">\" + (\"<button class=\\\"datepicker-day-button\\\" type=\\\"button\\\" data-year=\\\"\" + opts.year + \"\\\" data-month=\\\"\" + opts.month + \"\\\" data-day=\\\"\" + opts.day + \"\\\">\" + opts.day + \"</button>\") + '</td>';\n      }\n    }, {\n      key: \"renderRow\",\n      value: function renderRow(days, isRTL, isRowSelected) {\n        return '<tr class=\"datepicker-row' + (isRowSelected ? ' is-selected' : '') + '\">' + (isRTL ? days.reverse() : days).join('') + '</tr>';\n      }\n    }, {\n      key: \"renderTable\",\n      value: function renderTable(opts, data, randId) {\n        return '<div class=\"datepicker-table-wrapper\"><table cellpadding=\"0\" cellspacing=\"0\" class=\"datepicker-table\" role=\"grid\" aria-labelledby=\"' + randId + '\">' + this.renderHead(opts) + this.renderBody(data) + '</table></div>';\n      }\n    }, {\n      key: \"renderHead\",\n      value: function renderHead(opts) {\n        var i = void 0,\n            arr = [];\n        for (i = 0; i < 7; i++) {\n          arr.push(\"<th scope=\\\"col\\\"><abbr title=\\\"\" + this.renderDayName(opts, i) + \"\\\">\" + this.renderDayName(opts, i, true) + \"</abbr></th>\");\n        }\n        return '<thead><tr>' + (opts.isRTL ? arr.reverse() : arr).join('') + '</tr></thead>';\n      }\n    }, {\n      key: \"renderBody\",\n      value: function renderBody(rows) {\n        return '<tbody>' + rows.join('') + '</tbody>';\n      }\n    }, {\n      key: \"renderTitle\",\n      value: function renderTitle(instance, c, year, month, refYear, randId) {\n        var i = void 0,\n            j = void 0,\n            arr = void 0,\n            opts = this.options,\n            isMinYear = year === opts.minYear,\n            isMaxYear = year === opts.maxYear,\n            html = '<div id=\"' + randId + '\" class=\"datepicker-controls\" role=\"heading\" aria-live=\"assertive\">',\n            monthHtml = void 0,\n            yearHtml = void 0,\n            prev = true,\n            next = true;\n\n        for (arr = [], i = 0; i < 12; i++) {\n          arr.push('<option value=\"' + (year === refYear ? i - c : 12 + i - c) + '\"' + (i === month ? ' selected=\"selected\"' : '') + (isMinYear && i < opts.minMonth || isMaxYear && i > opts.maxMonth ? 'disabled=\"disabled\"' : '') + '>' + opts.i18n.months[i] + '</option>');\n        }\n\n        monthHtml = '<select class=\"datepicker-select orig-select-month\" tabindex=\"-1\">' + arr.join('') + '</select>';\n\n        if ($.isArray(opts.yearRange)) {\n          i = opts.yearRange[0];\n          j = opts.yearRange[1] + 1;\n        } else {\n          i = year - opts.yearRange;\n          j = 1 + year + opts.yearRange;\n        }\n\n        for (arr = []; i < j && i <= opts.maxYear; i++) {\n          if (i >= opts.minYear) {\n            arr.push(\"<option value=\\\"\" + i + \"\\\" \" + (i === year ? 'selected=\"selected\"' : '') + \">\" + i + \"</option>\");\n          }\n        }\n\n        yearHtml = \"<select class=\\\"datepicker-select orig-select-year\\\" tabindex=\\\"-1\\\">\" + arr.join('') + \"</select>\";\n\n        var leftArrow = '<svg fill=\"#000000\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z\"/><path d=\"M0-.5h24v24H0z\" fill=\"none\"/></svg>';\n        html += \"<button class=\\\"month-prev\" + (prev ? '' : ' is-disabled') + \"\\\" type=\\\"button\\\">\" + leftArrow + \"</button>\";\n\n        html += '<div class=\"selects-container\">';\n        if (opts.showMonthAfterYear) {\n          html += yearHtml + monthHtml;\n        } else {\n          html += monthHtml + yearHtml;\n        }\n        html += '</div>';\n\n        if (isMinYear && (month === 0 || opts.minMonth >= month)) {\n          prev = false;\n        }\n\n        if (isMaxYear && (month === 11 || opts.maxMonth <= month)) {\n          next = false;\n        }\n\n        var rightArrow = '<svg fill=\"#000000\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z\"/><path d=\"M0-.25h24v24H0z\" fill=\"none\"/></svg>';\n        html += \"<button class=\\\"month-next\" + (next ? '' : ' is-disabled') + \"\\\" type=\\\"button\\\">\" + rightArrow + \"</button>\";\n\n        return html += '</div>';\n      }\n\n      /**\n       * refresh the HTML\n       */\n\n    }, {\n      key: \"draw\",\n      value: function draw(force) {\n        if (!this.isOpen && !force) {\n          return;\n        }\n        var opts = this.options,\n            minYear = opts.minYear,\n            maxYear = opts.maxYear,\n            minMonth = opts.minMonth,\n            maxMonth = opts.maxMonth,\n            html = '',\n            randId = void 0;\n\n        if (this._y <= minYear) {\n          this._y = minYear;\n          if (!isNaN(minMonth) && this._m < minMonth) {\n            this._m = minMonth;\n          }\n        }\n        if (this._y >= maxYear) {\n          this._y = maxYear;\n          if (!isNaN(maxMonth) && this._m > maxMonth) {\n            this._m = maxMonth;\n          }\n        }\n\n        randId = 'datepicker-title-' + Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 2);\n\n        for (var c = 0; c < 1; c++) {\n          this._renderDateDisplay();\n          html += this.renderTitle(this, c, this.calendars[c].year, this.calendars[c].month, this.calendars[0].year, randId) + this.render(this.calendars[c].year, this.calendars[c].month, randId);\n        }\n\n        this.destroySelects();\n\n        this.calendarEl.innerHTML = html;\n\n        // Init Materialize Select\n        var yearSelect = this.calendarEl.querySelector('.orig-select-year');\n        var monthSelect = this.calendarEl.querySelector('.orig-select-month');\n        M.FormSelect.init(yearSelect, {\n          classes: 'select-year',\n          dropdownOptions: { container: document.body, constrainWidth: false }\n        });\n        M.FormSelect.init(monthSelect, {\n          classes: 'select-month',\n          dropdownOptions: { container: document.body, constrainWidth: false }\n        });\n\n        // Add change handlers for select\n        yearSelect.addEventListener('change', this._handleYearChange.bind(this));\n        monthSelect.addEventListener('change', this._handleMonthChange.bind(this));\n\n        if (typeof this.options.onDraw === 'function') {\n          this.options.onDraw(this);\n        }\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleInputKeydownBound = this._handleInputKeydown.bind(this);\n        this._handleInputClickBound = this._handleInputClick.bind(this);\n        this._handleInputChangeBound = this._handleInputChange.bind(this);\n        this._handleCalendarClickBound = this._handleCalendarClick.bind(this);\n        this._finishSelectionBound = this._finishSelection.bind(this);\n        this._handleMonthChange = this._handleMonthChange.bind(this);\n        this._closeBound = this.close.bind(this);\n\n        this.el.addEventListener('click', this._handleInputClickBound);\n        this.el.addEventListener('keydown', this._handleInputKeydownBound);\n        this.el.addEventListener('change', this._handleInputChangeBound);\n        this.calendarEl.addEventListener('click', this._handleCalendarClickBound);\n        this.doneBtn.addEventListener('click', this._finishSelectionBound);\n        this.cancelBtn.addEventListener('click', this._closeBound);\n\n        if (this.options.showClearBtn) {\n          this._handleClearClickBound = this._handleClearClick.bind(this);\n          this.clearBtn.addEventListener('click', this._handleClearClickBound);\n        }\n      }\n    }, {\n      key: \"_setupVariables\",\n      value: function _setupVariables() {\n        var _this56 = this;\n\n        this.$modalEl = $(Datepicker._template);\n        this.modalEl = this.$modalEl[0];\n\n        this.calendarEl = this.modalEl.querySelector('.datepicker-calendar');\n\n        this.yearTextEl = this.modalEl.querySelector('.year-text');\n        this.dateTextEl = this.modalEl.querySelector('.date-text');\n        if (this.options.showClearBtn) {\n          this.clearBtn = this.modalEl.querySelector('.datepicker-clear');\n        }\n        this.doneBtn = this.modalEl.querySelector('.datepicker-done');\n        this.cancelBtn = this.modalEl.querySelector('.datepicker-cancel');\n\n        this.formats = {\n          d: function () {\n            return _this56.date.getDate();\n          },\n          dd: function () {\n            var d = _this56.date.getDate();\n            return (d < 10 ? '0' : '') + d;\n          },\n          ddd: function () {\n            return _this56.options.i18n.weekdaysShort[_this56.date.getDay()];\n          },\n          dddd: function () {\n            return _this56.options.i18n.weekdays[_this56.date.getDay()];\n          },\n          m: function () {\n            return _this56.date.getMonth() + 1;\n          },\n          mm: function () {\n            var m = _this56.date.getMonth() + 1;\n            return (m < 10 ? '0' : '') + m;\n          },\n          mmm: function () {\n            return _this56.options.i18n.monthsShort[_this56.date.getMonth()];\n          },\n          mmmm: function () {\n            return _this56.options.i18n.months[_this56.date.getMonth()];\n          },\n          yy: function () {\n            return ('' + _this56.date.getFullYear()).slice(2);\n          },\n          yyyy: function () {\n            return _this56.date.getFullYear();\n          }\n        };\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('click', this._handleInputClickBound);\n        this.el.removeEventListener('keydown', this._handleInputKeydownBound);\n        this.el.removeEventListener('change', this._handleInputChangeBound);\n        this.calendarEl.removeEventListener('click', this._handleCalendarClickBound);\n      }\n    }, {\n      key: \"_handleInputClick\",\n      value: function _handleInputClick() {\n        this.open();\n      }\n    }, {\n      key: \"_handleInputKeydown\",\n      value: function _handleInputKeydown(e) {\n        if (e.which === M.keys.ENTER) {\n          e.preventDefault();\n          this.open();\n        }\n      }\n    }, {\n      key: \"_handleCalendarClick\",\n      value: function _handleCalendarClick(e) {\n        if (!this.isOpen) {\n          return;\n        }\n\n        var $target = $(e.target);\n        if (!$target.hasClass('is-disabled')) {\n          if ($target.hasClass('datepicker-day-button') && !$target.hasClass('is-empty') && !$target.parent().hasClass('is-disabled')) {\n            this.setDate(new Date(e.target.getAttribute('data-year'), e.target.getAttribute('data-month'), e.target.getAttribute('data-day')));\n            if (this.options.autoClose) {\n              this._finishSelection();\n            }\n          } else if ($target.closest('.month-prev').length) {\n            this.prevMonth();\n          } else if ($target.closest('.month-next').length) {\n            this.nextMonth();\n          }\n        }\n      }\n    }, {\n      key: \"_handleClearClick\",\n      value: function _handleClearClick() {\n        this.date = null;\n        this.setInputValue();\n        this.close();\n      }\n    }, {\n      key: \"_handleMonthChange\",\n      value: function _handleMonthChange(e) {\n        this.gotoMonth(e.target.value);\n      }\n    }, {\n      key: \"_handleYearChange\",\n      value: function _handleYearChange(e) {\n        this.gotoYear(e.target.value);\n      }\n\n      /**\n       * change view to a specific month (zero-index, e.g. 0: January)\n       */\n\n    }, {\n      key: \"gotoMonth\",\n      value: function gotoMonth(month) {\n        if (!isNaN(month)) {\n          this.calendars[0].month = parseInt(month, 10);\n          this.adjustCalendars();\n        }\n      }\n\n      /**\n       * change view to a specific full year (e.g. \"2012\")\n       */\n\n    }, {\n      key: \"gotoYear\",\n      value: function gotoYear(year) {\n        if (!isNaN(year)) {\n          this.calendars[0].year = parseInt(year, 10);\n          this.adjustCalendars();\n        }\n      }\n    }, {\n      key: \"_handleInputChange\",\n      value: function _handleInputChange(e) {\n        var date = void 0;\n\n        // Prevent change event from being fired when triggered by the plugin\n        if (e.firedBy === this) {\n          return;\n        }\n        if (this.options.parse) {\n          date = this.options.parse(this.el.value, this.options.format);\n        } else {\n          date = new Date(Date.parse(this.el.value));\n        }\n\n        if (Datepicker._isDate(date)) {\n          this.setDate(date);\n        }\n      }\n    }, {\n      key: \"renderDayName\",\n      value: function renderDayName(opts, day, abbr) {\n        day += opts.firstDay;\n        while (day >= 7) {\n          day -= 7;\n        }\n        return abbr ? opts.i18n.weekdaysAbbrev[day] : opts.i18n.weekdays[day];\n      }\n\n      /**\n       * Set input value to the selected date and close Datepicker\n       */\n\n    }, {\n      key: \"_finishSelection\",\n      value: function _finishSelection() {\n        this.setInputValue();\n        this.close();\n      }\n\n      /**\n       * Open Datepicker\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen) {\n          return;\n        }\n\n        this.isOpen = true;\n        if (typeof this.options.onOpen === 'function') {\n          this.options.onOpen.call(this);\n        }\n        this.draw();\n        this.modal.open();\n        return this;\n      }\n\n      /**\n       * Close Datepicker\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        this.isOpen = false;\n        if (typeof this.options.onClose === 'function') {\n          this.options.onClose.call(this);\n        }\n        this.modal.close();\n        return this;\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Datepicker.__proto__ || Object.getPrototypeOf(Datepicker), \"init\", this).call(this, this, els, options);\n      }\n    }, {\n      key: \"_isDate\",\n      value: function _isDate(obj) {\n        return (/Date/.test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime())\n        );\n      }\n    }, {\n      key: \"_isWeekend\",\n      value: function _isWeekend(date) {\n        var day = date.getDay();\n        return day === 0 || day === 6;\n      }\n    }, {\n      key: \"_setToStartOfDay\",\n      value: function _setToStartOfDay(date) {\n        if (Datepicker._isDate(date)) date.setHours(0, 0, 0, 0);\n      }\n    }, {\n      key: \"_getDaysInMonth\",\n      value: function _getDaysInMonth(year, month) {\n        return [31, Datepicker._isLeapYear(year) ? 29 : 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][month];\n      }\n    }, {\n      key: \"_isLeapYear\",\n      value: function _isLeapYear(year) {\n        // solution by Matti Virkkunen: http://stackoverflow.com/a/4881951\n        return year % 4 === 0 && year % 100 !== 0 || year % 400 === 0;\n      }\n    }, {\n      key: \"_compareDates\",\n      value: function _compareDates(a, b) {\n        // weak date comparison (use setToStartOfDay(date) to ensure correct result)\n        return a.getTime() === b.getTime();\n      }\n    }, {\n      key: \"_setToStartOfDay\",\n      value: function _setToStartOfDay(date) {\n        if (Datepicker._isDate(date)) date.setHours(0, 0, 0, 0);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Datepicker;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Datepicker;\n  }(Component);\n\n  Datepicker._template = ['<div class= \"modal datepicker-modal\">', '<div class=\"modal-content datepicker-container\">', '<div class=\"datepicker-date-display\">', '<span class=\"year-text\"></span>', '<span class=\"date-text\"></span>', '</div>', '<div class=\"datepicker-calendar-container\">', '<div class=\"datepicker-calendar\"></div>', '<div class=\"datepicker-footer\">', '<button class=\"btn-flat datepicker-clear waves-effect\" style=\"visibility: hidden;\" type=\"button\"></button>', '<div class=\"confirmation-btns\">', '<button class=\"btn-flat datepicker-cancel waves-effect\" type=\"button\"></button>', '<button class=\"btn-flat datepicker-done waves-effect\" type=\"button\"></button>', '</div>', '</div>', '</div>', '</div>', '</div>'].join('');\n\n  M.Datepicker = Datepicker;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Datepicker, 'datepicker', 'M_Datepicker');\n  }\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    dialRadius: 135,\n    outerRadius: 105,\n    innerRadius: 70,\n    tickRadius: 20,\n    duration: 350,\n    container: null,\n    defaultTime: 'now', // default time, 'now' or '13:14' e.g.\n    fromNow: 0, // Millisecond offset from the defaultTime\n    showClearBtn: false,\n\n    // internationalization\n    i18n: {\n      cancel: 'Cancel',\n      clear: 'Clear',\n      done: 'Ok'\n    },\n\n    autoClose: false, // auto close when minute is selected\n    twelveHour: true, // change to 12 hour AM/PM clock from 24 hour\n    vibrate: true, // vibrate the device when dragging clock hand\n\n    // Callbacks\n    onOpenStart: null,\n    onOpenEnd: null,\n    onCloseStart: null,\n    onCloseEnd: null,\n    onSelect: null\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Timepicker = function (_Component16) {\n    _inherits(Timepicker, _Component16);\n\n    function Timepicker(el, options) {\n      _classCallCheck(this, Timepicker);\n\n      var _this57 = _possibleConstructorReturn(this, (Timepicker.__proto__ || Object.getPrototypeOf(Timepicker)).call(this, Timepicker, el, options));\n\n      _this57.el.M_Timepicker = _this57;\n\n      _this57.options = $.extend({}, Timepicker.defaults, options);\n\n      _this57.id = M.guid();\n      _this57._insertHTMLIntoDOM();\n      _this57._setupModal();\n      _this57._setupVariables();\n      _this57._setupEventHandlers();\n\n      _this57._clockSetup();\n      _this57._pickerSetup();\n      return _this57;\n    }\n\n    _createClass(Timepicker, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.modal.destroy();\n        $(this.modalEl).remove();\n        this.el.M_Timepicker = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleInputKeydownBound = this._handleInputKeydown.bind(this);\n        this._handleInputClickBound = this._handleInputClick.bind(this);\n        this._handleClockClickStartBound = this._handleClockClickStart.bind(this);\n        this._handleDocumentClickMoveBound = this._handleDocumentClickMove.bind(this);\n        this._handleDocumentClickEndBound = this._handleDocumentClickEnd.bind(this);\n\n        this.el.addEventListener('click', this._handleInputClickBound);\n        this.el.addEventListener('keydown', this._handleInputKeydownBound);\n        this.plate.addEventListener('mousedown', this._handleClockClickStartBound);\n        this.plate.addEventListener('touchstart', this._handleClockClickStartBound);\n\n        $(this.spanHours).on('click', this.showView.bind(this, 'hours'));\n        $(this.spanMinutes).on('click', this.showView.bind(this, 'minutes'));\n      }\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('click', this._handleInputClickBound);\n        this.el.removeEventListener('keydown', this._handleInputKeydownBound);\n      }\n    }, {\n      key: \"_handleInputClick\",\n      value: function _handleInputClick() {\n        this.open();\n      }\n    }, {\n      key: \"_handleInputKeydown\",\n      value: function _handleInputKeydown(e) {\n        if (e.which === M.keys.ENTER) {\n          e.preventDefault();\n          this.open();\n        }\n      }\n    }, {\n      key: \"_handleClockClickStart\",\n      value: function _handleClockClickStart(e) {\n        e.preventDefault();\n        var clockPlateBR = this.plate.getBoundingClientRect();\n        var offset = { x: clockPlateBR.left, y: clockPlateBR.top };\n\n        this.x0 = offset.x + this.options.dialRadius;\n        this.y0 = offset.y + this.options.dialRadius;\n        this.moved = false;\n        var clickPos = Timepicker._Pos(e);\n        this.dx = clickPos.x - this.x0;\n        this.dy = clickPos.y - this.y0;\n\n        // Set clock hands\n        this.setHand(this.dx, this.dy, false);\n\n        // Mousemove on document\n        document.addEventListener('mousemove', this._handleDocumentClickMoveBound);\n        document.addEventListener('touchmove', this._handleDocumentClickMoveBound);\n\n        // Mouseup on document\n        document.addEventListener('mouseup', this._handleDocumentClickEndBound);\n        document.addEventListener('touchend', this._handleDocumentClickEndBound);\n      }\n    }, {\n      key: \"_handleDocumentClickMove\",\n      value: function _handleDocumentClickMove(e) {\n        e.preventDefault();\n        var clickPos = Timepicker._Pos(e);\n        var x = clickPos.x - this.x0;\n        var y = clickPos.y - this.y0;\n        this.moved = true;\n        this.setHand(x, y, false, true);\n      }\n    }, {\n      key: \"_handleDocumentClickEnd\",\n      value: function _handleDocumentClickEnd(e) {\n        var _this58 = this;\n\n        e.preventDefault();\n        document.removeEventListener('mouseup', this._handleDocumentClickEndBound);\n        document.removeEventListener('touchend', this._handleDocumentClickEndBound);\n        var clickPos = Timepicker._Pos(e);\n        var x = clickPos.x - this.x0;\n        var y = clickPos.y - this.y0;\n        if (this.moved && x === this.dx && y === this.dy) {\n          this.setHand(x, y);\n        }\n\n        if (this.currentView === 'hours') {\n          this.showView('minutes', this.options.duration / 2);\n        } else if (this.options.autoClose) {\n          $(this.minutesView).addClass('timepicker-dial-out');\n          setTimeout(function () {\n            _this58.done();\n          }, this.options.duration / 2);\n        }\n\n        if (typeof this.options.onSelect === 'function') {\n          this.options.onSelect.call(this, this.hours, this.minutes);\n        }\n\n        // Unbind mousemove event\n        document.removeEventListener('mousemove', this._handleDocumentClickMoveBound);\n        document.removeEventListener('touchmove', this._handleDocumentClickMoveBound);\n      }\n    }, {\n      key: \"_insertHTMLIntoDOM\",\n      value: function _insertHTMLIntoDOM() {\n        this.$modalEl = $(Timepicker._template);\n        this.modalEl = this.$modalEl[0];\n        this.modalEl.id = 'modal-' + this.id;\n\n        // Append popover to input by default\n        var containerEl = document.querySelector(this.options.container);\n        if (this.options.container && !!containerEl) {\n          this.$modalEl.appendTo(containerEl);\n        } else {\n          this.$modalEl.insertBefore(this.el);\n        }\n      }\n    }, {\n      key: \"_setupModal\",\n      value: function _setupModal() {\n        var _this59 = this;\n\n        this.modal = M.Modal.init(this.modalEl, {\n          onOpenStart: this.options.onOpenStart,\n          onOpenEnd: this.options.onOpenEnd,\n          onCloseStart: this.options.onCloseStart,\n          onCloseEnd: function () {\n            if (typeof _this59.options.onCloseEnd === 'function') {\n              _this59.options.onCloseEnd.call(_this59);\n            }\n            _this59.isOpen = false;\n          }\n        });\n      }\n    }, {\n      key: \"_setupVariables\",\n      value: function _setupVariables() {\n        this.currentView = 'hours';\n        this.vibrate = navigator.vibrate ? 'vibrate' : navigator.webkitVibrate ? 'webkitVibrate' : null;\n\n        this._canvas = this.modalEl.querySelector('.timepicker-canvas');\n        this.plate = this.modalEl.querySelector('.timepicker-plate');\n\n        this.hoursView = this.modalEl.querySelector('.timepicker-hours');\n        this.minutesView = this.modalEl.querySelector('.timepicker-minutes');\n        this.spanHours = this.modalEl.querySelector('.timepicker-span-hours');\n        this.spanMinutes = this.modalEl.querySelector('.timepicker-span-minutes');\n        this.spanAmPm = this.modalEl.querySelector('.timepicker-span-am-pm');\n        this.footer = this.modalEl.querySelector('.timepicker-footer');\n        this.amOrPm = 'PM';\n      }\n    }, {\n      key: \"_pickerSetup\",\n      value: function _pickerSetup() {\n        var $clearBtn = $(\"<button class=\\\"btn-flat timepicker-clear waves-effect\\\" style=\\\"visibility: hidden;\\\" type=\\\"button\\\" tabindex=\\\"\" + (this.options.twelveHour ? '3' : '1') + \"\\\">\" + this.options.i18n.clear + \"</button>\").appendTo(this.footer).on('click', this.clear.bind(this));\n        if (this.options.showClearBtn) {\n          $clearBtn.css({ visibility: '' });\n        }\n\n        var confirmationBtnsContainer = $('<div class=\"confirmation-btns\"></div>');\n        $('<button class=\"btn-flat timepicker-close waves-effect\" type=\"button\" tabindex=\"' + (this.options.twelveHour ? '3' : '1') + '\">' + this.options.i18n.cancel + '</button>').appendTo(confirmationBtnsContainer).on('click', this.close.bind(this));\n        $('<button class=\"btn-flat timepicker-close waves-effect\" type=\"button\" tabindex=\"' + (this.options.twelveHour ? '3' : '1') + '\">' + this.options.i18n.done + '</button>').appendTo(confirmationBtnsContainer).on('click', this.done.bind(this));\n        confirmationBtnsContainer.appendTo(this.footer);\n      }\n    }, {\n      key: \"_clockSetup\",\n      value: function _clockSetup() {\n        if (this.options.twelveHour) {\n          this.$amBtn = $('<div class=\"am-btn\">AM</div>');\n          this.$pmBtn = $('<div class=\"pm-btn\">PM</div>');\n          this.$amBtn.on('click', this._handleAmPmClick.bind(this)).appendTo(this.spanAmPm);\n          this.$pmBtn.on('click', this._handleAmPmClick.bind(this)).appendTo(this.spanAmPm);\n        }\n\n        this._buildHoursView();\n        this._buildMinutesView();\n        this._buildSVGClock();\n      }\n    }, {\n      key: \"_buildSVGClock\",\n      value: function _buildSVGClock() {\n        // Draw clock hands and others\n        var dialRadius = this.options.dialRadius;\n        var tickRadius = this.options.tickRadius;\n        var diameter = dialRadius * 2;\n\n        var svg = Timepicker._createSVGEl('svg');\n        svg.setAttribute('class', 'timepicker-svg');\n        svg.setAttribute('width', diameter);\n        svg.setAttribute('height', diameter);\n        var g = Timepicker._createSVGEl('g');\n        g.setAttribute('transform', 'translate(' + dialRadius + ',' + dialRadius + ')');\n        var bearing = Timepicker._createSVGEl('circle');\n        bearing.setAttribute('class', 'timepicker-canvas-bearing');\n        bearing.setAttribute('cx', 0);\n        bearing.setAttribute('cy', 0);\n        bearing.setAttribute('r', 4);\n        var hand = Timepicker._createSVGEl('line');\n        hand.setAttribute('x1', 0);\n        hand.setAttribute('y1', 0);\n        var bg = Timepicker._createSVGEl('circle');\n        bg.setAttribute('class', 'timepicker-canvas-bg');\n        bg.setAttribute('r', tickRadius);\n        g.appendChild(hand);\n        g.appendChild(bg);\n        g.appendChild(bearing);\n        svg.appendChild(g);\n        this._canvas.appendChild(svg);\n\n        this.hand = hand;\n        this.bg = bg;\n        this.bearing = bearing;\n        this.g = g;\n      }\n    }, {\n      key: \"_buildHoursView\",\n      value: function _buildHoursView() {\n        var $tick = $('<div class=\"timepicker-tick\"></div>');\n        // Hours view\n        if (this.options.twelveHour) {\n          for (var i = 1; i < 13; i += 1) {\n            var tick = $tick.clone();\n            var radian = i / 6 * Math.PI;\n            var radius = this.options.outerRadius;\n            tick.css({\n              left: this.options.dialRadius + Math.sin(radian) * radius - this.options.tickRadius + 'px',\n              top: this.options.dialRadius - Math.cos(radian) * radius - this.options.tickRadius + 'px'\n            });\n            tick.html(i === 0 ? '00' : i);\n            this.hoursView.appendChild(tick[0]);\n            // tick.on(mousedownEvent, mousedown);\n          }\n        } else {\n          for (var _i2 = 0; _i2 < 24; _i2 += 1) {\n            var _tick = $tick.clone();\n            var _radian = _i2 / 6 * Math.PI;\n            var inner = _i2 > 0 && _i2 < 13;\n            var _radius = inner ? this.options.innerRadius : this.options.outerRadius;\n            _tick.css({\n              left: this.options.dialRadius + Math.sin(_radian) * _radius - this.options.tickRadius + 'px',\n              top: this.options.dialRadius - Math.cos(_radian) * _radius - this.options.tickRadius + 'px'\n            });\n            _tick.html(_i2 === 0 ? '00' : _i2);\n            this.hoursView.appendChild(_tick[0]);\n            // tick.on(mousedownEvent, mousedown);\n          }\n        }\n      }\n    }, {\n      key: \"_buildMinutesView\",\n      value: function _buildMinutesView() {\n        var $tick = $('<div class=\"timepicker-tick\"></div>');\n        // Minutes view\n        for (var i = 0; i < 60; i += 5) {\n          var tick = $tick.clone();\n          var radian = i / 30 * Math.PI;\n          tick.css({\n            left: this.options.dialRadius + Math.sin(radian) * this.options.outerRadius - this.options.tickRadius + 'px',\n            top: this.options.dialRadius - Math.cos(radian) * this.options.outerRadius - this.options.tickRadius + 'px'\n          });\n          tick.html(Timepicker._addLeadingZero(i));\n          this.minutesView.appendChild(tick[0]);\n        }\n      }\n    }, {\n      key: \"_handleAmPmClick\",\n      value: function _handleAmPmClick(e) {\n        var $btnClicked = $(e.target);\n        this.amOrPm = $btnClicked.hasClass('am-btn') ? 'AM' : 'PM';\n        this._updateAmPmView();\n      }\n    }, {\n      key: \"_updateAmPmView\",\n      value: function _updateAmPmView() {\n        if (this.options.twelveHour) {\n          this.$amBtn.toggleClass('text-primary', this.amOrPm === 'AM');\n          this.$pmBtn.toggleClass('text-primary', this.amOrPm === 'PM');\n        }\n      }\n    }, {\n      key: \"_updateTimeFromInput\",\n      value: function _updateTimeFromInput() {\n        // Get the time\n        var value = ((this.el.value || this.options.defaultTime || '') + '').split(':');\n        if (this.options.twelveHour && !(typeof value[1] === 'undefined')) {\n          if (value[1].toUpperCase().indexOf('AM') > 0) {\n            this.amOrPm = 'AM';\n          } else {\n            this.amOrPm = 'PM';\n          }\n          value[1] = value[1].replace('AM', '').replace('PM', '');\n        }\n        if (value[0] === 'now') {\n          var now = new Date(+new Date() + this.options.fromNow);\n          value = [now.getHours(), now.getMinutes()];\n          if (this.options.twelveHour) {\n            this.amOrPm = value[0] >= 12 && value[0] < 24 ? 'PM' : 'AM';\n          }\n        }\n        this.hours = +value[0] || 0;\n        this.minutes = +value[1] || 0;\n        this.spanHours.innerHTML = this.hours;\n        this.spanMinutes.innerHTML = Timepicker._addLeadingZero(this.minutes);\n\n        this._updateAmPmView();\n      }\n    }, {\n      key: \"showView\",\n      value: function showView(view, delay) {\n        if (view === 'minutes' && $(this.hoursView).css('visibility') === 'visible') {\n          // raiseCallback(this.options.beforeHourSelect);\n        }\n        var isHours = view === 'hours',\n            nextView = isHours ? this.hoursView : this.minutesView,\n            hideView = isHours ? this.minutesView : this.hoursView;\n        this.currentView = view;\n\n        $(this.spanHours).toggleClass('text-primary', isHours);\n        $(this.spanMinutes).toggleClass('text-primary', !isHours);\n\n        // Transition view\n        hideView.classList.add('timepicker-dial-out');\n        $(nextView).css('visibility', 'visible').removeClass('timepicker-dial-out');\n\n        // Reset clock hand\n        this.resetClock(delay);\n\n        // After transitions ended\n        clearTimeout(this.toggleViewTimer);\n        this.toggleViewTimer = setTimeout(function () {\n          $(hideView).css('visibility', 'hidden');\n        }, this.options.duration);\n      }\n    }, {\n      key: \"resetClock\",\n      value: function resetClock(delay) {\n        var view = this.currentView,\n            value = this[view],\n            isHours = view === 'hours',\n            unit = Math.PI / (isHours ? 6 : 30),\n            radian = value * unit,\n            radius = isHours && value > 0 && value < 13 ? this.options.innerRadius : this.options.outerRadius,\n            x = Math.sin(radian) * radius,\n            y = -Math.cos(radian) * radius,\n            self = this;\n\n        if (delay) {\n          $(this.canvas).addClass('timepicker-canvas-out');\n          setTimeout(function () {\n            $(self.canvas).removeClass('timepicker-canvas-out');\n            self.setHand(x, y);\n          }, delay);\n        } else {\n          this.setHand(x, y);\n        }\n      }\n    }, {\n      key: \"setHand\",\n      value: function setHand(x, y, roundBy5) {\n        var _this60 = this;\n\n        var radian = Math.atan2(x, -y),\n            isHours = this.currentView === 'hours',\n            unit = Math.PI / (isHours || roundBy5 ? 6 : 30),\n            z = Math.sqrt(x * x + y * y),\n            inner = isHours && z < (this.options.outerRadius + this.options.innerRadius) / 2,\n            radius = inner ? this.options.innerRadius : this.options.outerRadius;\n\n        if (this.options.twelveHour) {\n          radius = this.options.outerRadius;\n        }\n\n        // Radian should in range [0, 2PI]\n        if (radian < 0) {\n          radian = Math.PI * 2 + radian;\n        }\n\n        // Get the round value\n        var value = Math.round(radian / unit);\n\n        // Get the round radian\n        radian = value * unit;\n\n        // Correct the hours or minutes\n        if (this.options.twelveHour) {\n          if (isHours) {\n            if (value === 0) value = 12;\n          } else {\n            if (roundBy5) value *= 5;\n            if (value === 60) value = 0;\n          }\n        } else {\n          if (isHours) {\n            if (value === 12) {\n              value = 0;\n            }\n            value = inner ? value === 0 ? 12 : value : value === 0 ? 0 : value + 12;\n          } else {\n            if (roundBy5) {\n              value *= 5;\n            }\n            if (value === 60) {\n              value = 0;\n            }\n          }\n        }\n\n        // Once hours or minutes changed, vibrate the device\n        if (this[this.currentView] !== value) {\n          if (this.vibrate && this.options.vibrate) {\n            // Do not vibrate too frequently\n            if (!this.vibrateTimer) {\n              navigator[this.vibrate](10);\n              this.vibrateTimer = setTimeout(function () {\n                _this60.vibrateTimer = null;\n              }, 100);\n            }\n          }\n        }\n\n        this[this.currentView] = value;\n        if (isHours) {\n          this['spanHours'].innerHTML = value;\n        } else {\n          this['spanMinutes'].innerHTML = Timepicker._addLeadingZero(value);\n        }\n\n        // Set clock hand and others' position\n        var cx1 = Math.sin(radian) * (radius - this.options.tickRadius),\n            cy1 = -Math.cos(radian) * (radius - this.options.tickRadius),\n            cx2 = Math.sin(radian) * radius,\n            cy2 = -Math.cos(radian) * radius;\n        this.hand.setAttribute('x2', cx1);\n        this.hand.setAttribute('y2', cy1);\n        this.bg.setAttribute('cx', cx2);\n        this.bg.setAttribute('cy', cy2);\n      }\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen) {\n          return;\n        }\n\n        this.isOpen = true;\n        this._updateTimeFromInput();\n        this.showView('hours');\n\n        this.modal.open();\n      }\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        this.isOpen = false;\n        this.modal.close();\n      }\n\n      /**\n       * Finish timepicker selection.\n       */\n\n    }, {\n      key: \"done\",\n      value: function done(e, clearValue) {\n        // Set input value\n        var last = this.el.value;\n        var value = clearValue ? '' : Timepicker._addLeadingZero(this.hours) + ':' + Timepicker._addLeadingZero(this.minutes);\n        this.time = value;\n        if (!clearValue && this.options.twelveHour) {\n          value = value + \" \" + this.amOrPm;\n        }\n        this.el.value = value;\n\n        // Trigger change event\n        if (value !== last) {\n          this.$el.trigger('change');\n        }\n\n        this.close();\n        this.el.focus();\n      }\n    }, {\n      key: \"clear\",\n      value: function clear() {\n        this.done(null, true);\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Timepicker.__proto__ || Object.getPrototypeOf(Timepicker), \"init\", this).call(this, this, els, options);\n      }\n    }, {\n      key: \"_addLeadingZero\",\n      value: function _addLeadingZero(num) {\n        return (num < 10 ? '0' : '') + num;\n      }\n    }, {\n      key: \"_createSVGEl\",\n      value: function _createSVGEl(name) {\n        var svgNS = 'http://www.w3.org/2000/svg';\n        return document.createElementNS(svgNS, name);\n      }\n\n      /**\n       * @typedef {Object} Point\n       * @property {number} x The X Coordinate\n       * @property {number} y The Y Coordinate\n       */\n\n      /**\n       * Get x position of mouse or touch event\n       * @param {Event} e\n       * @return {Point} x and y location\n       */\n\n    }, {\n      key: \"_Pos\",\n      value: function _Pos(e) {\n        if (e.targetTouches && e.targetTouches.length >= 1) {\n          return { x: e.targetTouches[0].clientX, y: e.targetTouches[0].clientY };\n        }\n        // mouse event\n        return { x: e.clientX, y: e.clientY };\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Timepicker;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Timepicker;\n  }(Component);\n\n  Timepicker._template = ['<div class= \"modal timepicker-modal\">', '<div class=\"modal-content timepicker-container\">', '<div class=\"timepicker-digital-display\">', '<div class=\"timepicker-text-container\">', '<div class=\"timepicker-display-column\">', '<span class=\"timepicker-span-hours text-primary\"></span>', ':', '<span class=\"timepicker-span-minutes\"></span>', '</div>', '<div class=\"timepicker-display-column timepicker-display-am-pm\">', '<div class=\"timepicker-span-am-pm\"></div>', '</div>', '</div>', '</div>', '<div class=\"timepicker-analog-display\">', '<div class=\"timepicker-plate\">', '<div class=\"timepicker-canvas\"></div>', '<div class=\"timepicker-dial timepicker-hours\"></div>', '<div class=\"timepicker-dial timepicker-minutes timepicker-dial-out\"></div>', '</div>', '<div class=\"timepicker-footer\"></div>', '</div>', '</div>', '</div>'].join('');\n\n  M.Timepicker = Timepicker;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Timepicker, 'timepicker', 'M_Timepicker');\n  }\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {};\n\n  /**\n   * @class\n   *\n   */\n\n  var CharacterCounter = function (_Component17) {\n    _inherits(CharacterCounter, _Component17);\n\n    /**\n     * Construct CharacterCounter instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function CharacterCounter(el, options) {\n      _classCallCheck(this, CharacterCounter);\n\n      var _this61 = _possibleConstructorReturn(this, (CharacterCounter.__proto__ || Object.getPrototypeOf(CharacterCounter)).call(this, CharacterCounter, el, options));\n\n      _this61.el.M_CharacterCounter = _this61;\n\n      /**\n       * Options for the character counter\n       */\n      _this61.options = $.extend({}, CharacterCounter.defaults, options);\n\n      _this61.isInvalid = false;\n      _this61.isValidLength = false;\n      _this61._setupCounter();\n      _this61._setupEventHandlers();\n      return _this61;\n    }\n\n    _createClass(CharacterCounter, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.CharacterCounter = undefined;\n        this._removeCounter();\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleUpdateCounterBound = this.updateCounter.bind(this);\n\n        this.el.addEventListener('focus', this._handleUpdateCounterBound, true);\n        this.el.addEventListener('input', this._handleUpdateCounterBound, true);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('focus', this._handleUpdateCounterBound, true);\n        this.el.removeEventListener('input', this._handleUpdateCounterBound, true);\n      }\n\n      /**\n       * Setup counter element\n       */\n\n    }, {\n      key: \"_setupCounter\",\n      value: function _setupCounter() {\n        this.counterEl = document.createElement('span');\n        $(this.counterEl).addClass('character-counter').css({\n          float: 'right',\n          'font-size': '12px',\n          height: 1\n        });\n\n        this.$el.parent().append(this.counterEl);\n      }\n\n      /**\n       * Remove counter element\n       */\n\n    }, {\n      key: \"_removeCounter\",\n      value: function _removeCounter() {\n        $(this.counterEl).remove();\n      }\n\n      /**\n       * Update counter\n       */\n\n    }, {\n      key: \"updateCounter\",\n      value: function updateCounter() {\n        var maxLength = +this.$el.attr('data-length'),\n            actualLength = this.el.value.length;\n        this.isValidLength = actualLength <= maxLength;\n        var counterString = actualLength;\n\n        if (maxLength) {\n          counterString += '/' + maxLength;\n          this._validateInput();\n        }\n\n        $(this.counterEl).html(counterString);\n      }\n\n      /**\n       * Add validation classes\n       */\n\n    }, {\n      key: \"_validateInput\",\n      value: function _validateInput() {\n        if (this.isValidLength && this.isInvalid) {\n          this.isInvalid = false;\n          this.$el.removeClass('invalid');\n        } else if (!this.isValidLength && !this.isInvalid) {\n          this.isInvalid = true;\n          this.$el.removeClass('valid');\n          this.$el.addClass('invalid');\n        }\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(CharacterCounter.__proto__ || Object.getPrototypeOf(CharacterCounter), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_CharacterCounter;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return CharacterCounter;\n  }(Component);\n\n  M.CharacterCounter = CharacterCounter;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(CharacterCounter, 'characterCounter', 'M_CharacterCounter');\n  }\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    duration: 200, // ms\n    dist: -100, // zoom scale TODO: make this more intuitive as an option\n    shift: 0, // spacing for center image\n    padding: 0, // Padding between non center items\n    numVisible: 5, // Number of visible items in carousel\n    fullWidth: false, // Change to full width styles\n    indicators: false, // Toggle indicators\n    noWrap: false, // Don't wrap around and cycle through items.\n    onCycleTo: null // Callback for when a new slide is cycled to.\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var Carousel = function (_Component18) {\n    _inherits(Carousel, _Component18);\n\n    /**\n     * Construct Carousel instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Carousel(el, options) {\n      _classCallCheck(this, Carousel);\n\n      var _this62 = _possibleConstructorReturn(this, (Carousel.__proto__ || Object.getPrototypeOf(Carousel)).call(this, Carousel, el, options));\n\n      _this62.el.M_Carousel = _this62;\n\n      /**\n       * Options for the carousel\n       * @member Carousel#options\n       * @prop {Number} duration\n       * @prop {Number} dist\n       * @prop {Number} shift\n       * @prop {Number} padding\n       * @prop {Number} numVisible\n       * @prop {Boolean} fullWidth\n       * @prop {Boolean} indicators\n       * @prop {Boolean} noWrap\n       * @prop {Function} onCycleTo\n       */\n      _this62.options = $.extend({}, Carousel.defaults, options);\n\n      // Setup\n      _this62.hasMultipleSlides = _this62.$el.find('.carousel-item').length > 1;\n      _this62.showIndicators = _this62.options.indicators && _this62.hasMultipleSlides;\n      _this62.noWrap = _this62.options.noWrap || !_this62.hasMultipleSlides;\n      _this62.pressed = false;\n      _this62.dragged = false;\n      _this62.offset = _this62.target = 0;\n      _this62.images = [];\n      _this62.itemWidth = _this62.$el.find('.carousel-item').first().innerWidth();\n      _this62.itemHeight = _this62.$el.find('.carousel-item').first().innerHeight();\n      _this62.dim = _this62.itemWidth * 2 + _this62.options.padding || 1; // Make sure dim is non zero for divisions.\n      _this62._autoScrollBound = _this62._autoScroll.bind(_this62);\n      _this62._trackBound = _this62._track.bind(_this62);\n\n      // Full Width carousel setup\n      if (_this62.options.fullWidth) {\n        _this62.options.dist = 0;\n        _this62._setCarouselHeight();\n\n        // Offset fixed items when indicators.\n        if (_this62.showIndicators) {\n          _this62.$el.find('.carousel-fixed-item').addClass('with-indicators');\n        }\n      }\n\n      // Iterate through slides\n      _this62.$indicators = $('<ul class=\"indicators\"></ul>');\n      _this62.$el.find('.carousel-item').each(function (el, i) {\n        _this62.images.push(el);\n        if (_this62.showIndicators) {\n          var $indicator = $('<li class=\"indicator-item\"></li>');\n\n          // Add active to first by default.\n          if (i === 0) {\n            $indicator[0].classList.add('active');\n          }\n\n          _this62.$indicators.append($indicator);\n        }\n      });\n      if (_this62.showIndicators) {\n        _this62.$el.append(_this62.$indicators);\n      }\n      _this62.count = _this62.images.length;\n\n      // Cap numVisible at count\n      _this62.options.numVisible = Math.min(_this62.count, _this62.options.numVisible);\n\n      // Setup cross browser string\n      _this62.xform = 'transform';\n      ['webkit', 'Moz', 'O', 'ms'].every(function (prefix) {\n        var e = prefix + 'Transform';\n        if (typeof document.body.style[e] !== 'undefined') {\n          _this62.xform = e;\n          return false;\n        }\n        return true;\n      });\n\n      _this62._setupEventHandlers();\n      _this62._scroll(_this62.offset);\n      return _this62;\n    }\n\n    _createClass(Carousel, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.M_Carousel = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        var _this63 = this;\n\n        this._handleCarouselTapBound = this._handleCarouselTap.bind(this);\n        this._handleCarouselDragBound = this._handleCarouselDrag.bind(this);\n        this._handleCarouselReleaseBound = this._handleCarouselRelease.bind(this);\n        this._handleCarouselClickBound = this._handleCarouselClick.bind(this);\n\n        if (typeof window.ontouchstart !== 'undefined') {\n          this.el.addEventListener('touchstart', this._handleCarouselTapBound);\n          this.el.addEventListener('touchmove', this._handleCarouselDragBound);\n          this.el.addEventListener('touchend', this._handleCarouselReleaseBound);\n        }\n\n        this.el.addEventListener('mousedown', this._handleCarouselTapBound);\n        this.el.addEventListener('mousemove', this._handleCarouselDragBound);\n        this.el.addEventListener('mouseup', this._handleCarouselReleaseBound);\n        this.el.addEventListener('mouseleave', this._handleCarouselReleaseBound);\n        this.el.addEventListener('click', this._handleCarouselClickBound);\n\n        if (this.showIndicators && this.$indicators) {\n          this._handleIndicatorClickBound = this._handleIndicatorClick.bind(this);\n          this.$indicators.find('.indicator-item').each(function (el, i) {\n            el.addEventListener('click', _this63._handleIndicatorClickBound);\n          });\n        }\n\n        // Resize\n        var throttledResize = M.throttle(this._handleResize, 200);\n        this._handleThrottledResizeBound = throttledResize.bind(this);\n\n        window.addEventListener('resize', this._handleThrottledResizeBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        var _this64 = this;\n\n        if (typeof window.ontouchstart !== 'undefined') {\n          this.el.removeEventListener('touchstart', this._handleCarouselTapBound);\n          this.el.removeEventListener('touchmove', this._handleCarouselDragBound);\n          this.el.removeEventListener('touchend', this._handleCarouselReleaseBound);\n        }\n        this.el.removeEventListener('mousedown', this._handleCarouselTapBound);\n        this.el.removeEventListener('mousemove', this._handleCarouselDragBound);\n        this.el.removeEventListener('mouseup', this._handleCarouselReleaseBound);\n        this.el.removeEventListener('mouseleave', this._handleCarouselReleaseBound);\n        this.el.removeEventListener('click', this._handleCarouselClickBound);\n\n        if (this.showIndicators && this.$indicators) {\n          this.$indicators.find('.indicator-item').each(function (el, i) {\n            el.removeEventListener('click', _this64._handleIndicatorClickBound);\n          });\n        }\n\n        window.removeEventListener('resize', this._handleThrottledResizeBound);\n      }\n\n      /**\n       * Handle Carousel Tap\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCarouselTap\",\n      value: function _handleCarouselTap(e) {\n        // Fixes firefox draggable image bug\n        if (e.type === 'mousedown' && $(e.target).is('img')) {\n          e.preventDefault();\n        }\n        this.pressed = true;\n        this.dragged = false;\n        this.verticalDragged = false;\n        this.reference = this._xpos(e);\n        this.referenceY = this._ypos(e);\n\n        this.velocity = this.amplitude = 0;\n        this.frame = this.offset;\n        this.timestamp = Date.now();\n        clearInterval(this.ticker);\n        this.ticker = setInterval(this._trackBound, 100);\n      }\n\n      /**\n       * Handle Carousel Drag\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCarouselDrag\",\n      value: function _handleCarouselDrag(e) {\n        var x = void 0,\n            y = void 0,\n            delta = void 0,\n            deltaY = void 0;\n        if (this.pressed) {\n          x = this._xpos(e);\n          y = this._ypos(e);\n          delta = this.reference - x;\n          deltaY = Math.abs(this.referenceY - y);\n          if (deltaY < 30 && !this.verticalDragged) {\n            // If vertical scrolling don't allow dragging.\n            if (delta > 2 || delta < -2) {\n              this.dragged = true;\n              this.reference = x;\n              this._scroll(this.offset + delta);\n            }\n          } else if (this.dragged) {\n            // If dragging don't allow vertical scroll.\n            e.preventDefault();\n            e.stopPropagation();\n            return false;\n          } else {\n            // Vertical scrolling.\n            this.verticalDragged = true;\n          }\n        }\n\n        if (this.dragged) {\n          // If dragging don't allow vertical scroll.\n          e.preventDefault();\n          e.stopPropagation();\n          return false;\n        }\n      }\n\n      /**\n       * Handle Carousel Release\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCarouselRelease\",\n      value: function _handleCarouselRelease(e) {\n        if (this.pressed) {\n          this.pressed = false;\n        } else {\n          return;\n        }\n\n        clearInterval(this.ticker);\n        this.target = this.offset;\n        if (this.velocity > 10 || this.velocity < -10) {\n          this.amplitude = 0.9 * this.velocity;\n          this.target = this.offset + this.amplitude;\n        }\n        this.target = Math.round(this.target / this.dim) * this.dim;\n\n        // No wrap of items.\n        if (this.noWrap) {\n          if (this.target >= this.dim * (this.count - 1)) {\n            this.target = this.dim * (this.count - 1);\n          } else if (this.target < 0) {\n            this.target = 0;\n          }\n        }\n        this.amplitude = this.target - this.offset;\n        this.timestamp = Date.now();\n        requestAnimationFrame(this._autoScrollBound);\n\n        if (this.dragged) {\n          e.preventDefault();\n          e.stopPropagation();\n        }\n        return false;\n      }\n\n      /**\n       * Handle Carousel CLick\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleCarouselClick\",\n      value: function _handleCarouselClick(e) {\n        // Disable clicks if carousel was dragged.\n        if (this.dragged) {\n          e.preventDefault();\n          e.stopPropagation();\n          return false;\n        } else if (!this.options.fullWidth) {\n          var clickedIndex = $(e.target).closest('.carousel-item').index();\n          var diff = this._wrap(this.center) - clickedIndex;\n\n          // Disable clicks if carousel was shifted by click\n          if (diff !== 0) {\n            e.preventDefault();\n            e.stopPropagation();\n          }\n          this._cycleTo(clickedIndex);\n        }\n      }\n\n      /**\n       * Handle Indicator CLick\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleIndicatorClick\",\n      value: function _handleIndicatorClick(e) {\n        e.stopPropagation();\n\n        var indicator = $(e.target).closest('.indicator-item');\n        if (indicator.length) {\n          this._cycleTo(indicator.index());\n        }\n      }\n\n      /**\n       * Handle Throttle Resize\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleResize\",\n      value: function _handleResize(e) {\n        if (this.options.fullWidth) {\n          this.itemWidth = this.$el.find('.carousel-item').first().innerWidth();\n          this.imageHeight = this.$el.find('.carousel-item.active').height();\n          this.dim = this.itemWidth * 2 + this.options.padding;\n          this.offset = this.center * 2 * this.itemWidth;\n          this.target = this.offset;\n          this._setCarouselHeight(true);\n        } else {\n          this._scroll();\n        }\n      }\n\n      /**\n       * Set carousel height based on first slide\n       * @param {Booleam} imageOnly - true for image slides\n       */\n\n    }, {\n      key: \"_setCarouselHeight\",\n      value: function _setCarouselHeight(imageOnly) {\n        var _this65 = this;\n\n        var firstSlide = this.$el.find('.carousel-item.active').length ? this.$el.find('.carousel-item.active').first() : this.$el.find('.carousel-item').first();\n        var firstImage = firstSlide.find('img').first();\n        if (firstImage.length) {\n          if (firstImage[0].complete) {\n            // If image won't trigger the load event\n            var imageHeight = firstImage.height();\n            if (imageHeight > 0) {\n              this.$el.css('height', imageHeight + 'px');\n            } else {\n              // If image still has no height, use the natural dimensions to calculate\n              var naturalWidth = firstImage[0].naturalWidth;\n              var naturalHeight = firstImage[0].naturalHeight;\n              var adjustedHeight = this.$el.width() / naturalWidth * naturalHeight;\n              this.$el.css('height', adjustedHeight + 'px');\n            }\n          } else {\n            // Get height when image is loaded normally\n            firstImage.one('load', function (el, i) {\n              _this65.$el.css('height', el.offsetHeight + 'px');\n            });\n          }\n        } else if (!imageOnly) {\n          var slideHeight = firstSlide.height();\n          this.$el.css('height', slideHeight + 'px');\n        }\n      }\n\n      /**\n       * Get x position from event\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_xpos\",\n      value: function _xpos(e) {\n        // touch event\n        if (e.targetTouches && e.targetTouches.length >= 1) {\n          return e.targetTouches[0].clientX;\n        }\n\n        // mouse event\n        return e.clientX;\n      }\n\n      /**\n       * Get y position from event\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_ypos\",\n      value: function _ypos(e) {\n        // touch event\n        if (e.targetTouches && e.targetTouches.length >= 1) {\n          return e.targetTouches[0].clientY;\n        }\n\n        // mouse event\n        return e.clientY;\n      }\n\n      /**\n       * Wrap index\n       * @param {Number} x\n       */\n\n    }, {\n      key: \"_wrap\",\n      value: function _wrap(x) {\n        return x >= this.count ? x % this.count : x < 0 ? this._wrap(this.count + x % this.count) : x;\n      }\n\n      /**\n       * Tracks scrolling information\n       */\n\n    }, {\n      key: \"_track\",\n      value: function _track() {\n        var now = void 0,\n            elapsed = void 0,\n            delta = void 0,\n            v = void 0;\n\n        now = Date.now();\n        elapsed = now - this.timestamp;\n        this.timestamp = now;\n        delta = this.offset - this.frame;\n        this.frame = this.offset;\n\n        v = 1000 * delta / (1 + elapsed);\n        this.velocity = 0.8 * v + 0.2 * this.velocity;\n      }\n\n      /**\n       * Auto scrolls to nearest carousel item.\n       */\n\n    }, {\n      key: \"_autoScroll\",\n      value: function _autoScroll() {\n        var elapsed = void 0,\n            delta = void 0;\n\n        if (this.amplitude) {\n          elapsed = Date.now() - this.timestamp;\n          delta = this.amplitude * Math.exp(-elapsed / this.options.duration);\n          if (delta > 2 || delta < -2) {\n            this._scroll(this.target - delta);\n            requestAnimationFrame(this._autoScrollBound);\n          } else {\n            this._scroll(this.target);\n          }\n        }\n      }\n\n      /**\n       * Scroll to target\n       * @param {Number} x\n       */\n\n    }, {\n      key: \"_scroll\",\n      value: function _scroll(x) {\n        var _this66 = this;\n\n        // Track scrolling state\n        if (!this.$el.hasClass('scrolling')) {\n          this.el.classList.add('scrolling');\n        }\n        if (this.scrollingTimeout != null) {\n          window.clearTimeout(this.scrollingTimeout);\n        }\n        this.scrollingTimeout = window.setTimeout(function () {\n          _this66.$el.removeClass('scrolling');\n        }, this.options.duration);\n\n        // Start actual scroll\n        var i = void 0,\n            half = void 0,\n            delta = void 0,\n            dir = void 0,\n            tween = void 0,\n            el = void 0,\n            alignment = void 0,\n            zTranslation = void 0,\n            tweenedOpacity = void 0,\n            centerTweenedOpacity = void 0;\n        var lastCenter = this.center;\n        var numVisibleOffset = 1 / this.options.numVisible;\n\n        this.offset = typeof x === 'number' ? x : this.offset;\n        this.center = Math.floor((this.offset + this.dim / 2) / this.dim);\n        delta = this.offset - this.center * this.dim;\n        dir = delta < 0 ? 1 : -1;\n        tween = -dir * delta * 2 / this.dim;\n        half = this.count >> 1;\n\n        if (this.options.fullWidth) {\n          alignment = 'translateX(0)';\n          centerTweenedOpacity = 1;\n        } else {\n          alignment = 'translateX(' + (this.el.clientWidth - this.itemWidth) / 2 + 'px) ';\n          alignment += 'translateY(' + (this.el.clientHeight - this.itemHeight) / 2 + 'px)';\n          centerTweenedOpacity = 1 - numVisibleOffset * tween;\n        }\n\n        // Set indicator active\n        if (this.showIndicators) {\n          var diff = this.center % this.count;\n          var activeIndicator = this.$indicators.find('.indicator-item.active');\n          if (activeIndicator.index() !== diff) {\n            activeIndicator.removeClass('active');\n            this.$indicators.find('.indicator-item').eq(diff)[0].classList.add('active');\n          }\n        }\n\n        // center\n        // Don't show wrapped items.\n        if (!this.noWrap || this.center >= 0 && this.center < this.count) {\n          el = this.images[this._wrap(this.center)];\n\n          // Add active class to center item.\n          if (!$(el).hasClass('active')) {\n            this.$el.find('.carousel-item').removeClass('active');\n            el.classList.add('active');\n          }\n          var transformString = alignment + \" translateX(\" + -delta / 2 + \"px) translateX(\" + dir * this.options.shift * tween * i + \"px) translateZ(\" + this.options.dist * tween + \"px)\";\n          this._updateItemStyle(el, centerTweenedOpacity, 0, transformString);\n        }\n\n        for (i = 1; i <= half; ++i) {\n          // right side\n          if (this.options.fullWidth) {\n            zTranslation = this.options.dist;\n            tweenedOpacity = i === half && delta < 0 ? 1 - tween : 1;\n          } else {\n            zTranslation = this.options.dist * (i * 2 + tween * dir);\n            tweenedOpacity = 1 - numVisibleOffset * (i * 2 + tween * dir);\n          }\n          // Don't show wrapped items.\n          if (!this.noWrap || this.center + i < this.count) {\n            el = this.images[this._wrap(this.center + i)];\n            var _transformString = alignment + \" translateX(\" + (this.options.shift + (this.dim * i - delta) / 2) + \"px) translateZ(\" + zTranslation + \"px)\";\n            this._updateItemStyle(el, tweenedOpacity, -i, _transformString);\n          }\n\n          // left side\n          if (this.options.fullWidth) {\n            zTranslation = this.options.dist;\n            tweenedOpacity = i === half && delta > 0 ? 1 - tween : 1;\n          } else {\n            zTranslation = this.options.dist * (i * 2 - tween * dir);\n            tweenedOpacity = 1 - numVisibleOffset * (i * 2 - tween * dir);\n          }\n          // Don't show wrapped items.\n          if (!this.noWrap || this.center - i >= 0) {\n            el = this.images[this._wrap(this.center - i)];\n            var _transformString2 = alignment + \" translateX(\" + (-this.options.shift + (-this.dim * i - delta) / 2) + \"px) translateZ(\" + zTranslation + \"px)\";\n            this._updateItemStyle(el, tweenedOpacity, -i, _transformString2);\n          }\n        }\n\n        // center\n        // Don't show wrapped items.\n        if (!this.noWrap || this.center >= 0 && this.center < this.count) {\n          el = this.images[this._wrap(this.center)];\n          var _transformString3 = alignment + \" translateX(\" + -delta / 2 + \"px) translateX(\" + dir * this.options.shift * tween + \"px) translateZ(\" + this.options.dist * tween + \"px)\";\n          this._updateItemStyle(el, centerTweenedOpacity, 0, _transformString3);\n        }\n\n        // onCycleTo callback\n        var $currItem = this.$el.find('.carousel-item').eq(this._wrap(this.center));\n        if (lastCenter !== this.center && typeof this.options.onCycleTo === 'function') {\n          this.options.onCycleTo.call(this, $currItem[0], this.dragged);\n        }\n\n        // One time callback\n        if (typeof this.oneTimeCallback === 'function') {\n          this.oneTimeCallback.call(this, $currItem[0], this.dragged);\n          this.oneTimeCallback = null;\n        }\n      }\n\n      /**\n       * Cycle to target\n       * @param {Element} el\n       * @param {Number} opacity\n       * @param {Number} zIndex\n       * @param {String} transform\n       */\n\n    }, {\n      key: \"_updateItemStyle\",\n      value: function _updateItemStyle(el, opacity, zIndex, transform) {\n        el.style[this.xform] = transform;\n        el.style.zIndex = zIndex;\n        el.style.opacity = opacity;\n        el.style.visibility = 'visible';\n      }\n\n      /**\n       * Cycle to target\n       * @param {Number} n\n       * @param {Function} callback\n       */\n\n    }, {\n      key: \"_cycleTo\",\n      value: function _cycleTo(n, callback) {\n        var diff = this.center % this.count - n;\n\n        // Account for wraparound.\n        if (!this.noWrap) {\n          if (diff < 0) {\n            if (Math.abs(diff + this.count) < Math.abs(diff)) {\n              diff += this.count;\n            }\n          } else if (diff > 0) {\n            if (Math.abs(diff - this.count) < diff) {\n              diff -= this.count;\n            }\n          }\n        }\n\n        this.target = this.dim * Math.round(this.offset / this.dim);\n        // Next\n        if (diff < 0) {\n          this.target += this.dim * Math.abs(diff);\n\n          // Prev\n        } else if (diff > 0) {\n          this.target -= this.dim * diff;\n        }\n\n        // Set one time callback\n        if (typeof callback === 'function') {\n          this.oneTimeCallback = callback;\n        }\n\n        // Scroll\n        if (this.offset !== this.target) {\n          this.amplitude = this.target - this.offset;\n          this.timestamp = Date.now();\n          requestAnimationFrame(this._autoScrollBound);\n        }\n      }\n\n      /**\n       * Cycle to next item\n       * @param {Number} [n]\n       */\n\n    }, {\n      key: \"next\",\n      value: function next(n) {\n        if (n === undefined || isNaN(n)) {\n          n = 1;\n        }\n\n        var index = this.center + n;\n        if (index >= this.count || index < 0) {\n          if (this.noWrap) {\n            return;\n          }\n\n          index = this._wrap(index);\n        }\n        this._cycleTo(index);\n      }\n\n      /**\n       * Cycle to previous item\n       * @param {Number} [n]\n       */\n\n    }, {\n      key: \"prev\",\n      value: function prev(n) {\n        if (n === undefined || isNaN(n)) {\n          n = 1;\n        }\n\n        var index = this.center - n;\n        if (index >= this.count || index < 0) {\n          if (this.noWrap) {\n            return;\n          }\n\n          index = this._wrap(index);\n        }\n\n        this._cycleTo(index);\n      }\n\n      /**\n       * Cycle to nth item\n       * @param {Number} [n]\n       * @param {Function} callback\n       */\n\n    }, {\n      key: \"set\",\n      value: function set(n, callback) {\n        if (n === undefined || isNaN(n)) {\n          n = 0;\n        }\n\n        if (n > this.count || n < 0) {\n          if (this.noWrap) {\n            return;\n          }\n\n          n = this._wrap(n);\n        }\n\n        this._cycleTo(n, callback);\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Carousel.__proto__ || Object.getPrototypeOf(Carousel), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Carousel;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Carousel;\n  }(Component);\n\n  M.Carousel = Carousel;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Carousel, 'carousel', 'M_Carousel');\n  }\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    onOpen: undefined,\n    onClose: undefined\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var TapTarget = function (_Component19) {\n    _inherits(TapTarget, _Component19);\n\n    /**\n     * Construct TapTarget instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function TapTarget(el, options) {\n      _classCallCheck(this, TapTarget);\n\n      var _this67 = _possibleConstructorReturn(this, (TapTarget.__proto__ || Object.getPrototypeOf(TapTarget)).call(this, TapTarget, el, options));\n\n      _this67.el.M_TapTarget = _this67;\n\n      /**\n       * Options for the select\n       * @member TapTarget#options\n       * @prop {Function} onOpen - Callback function called when feature discovery is opened\n       * @prop {Function} onClose - Callback function called when feature discovery is closed\n       */\n      _this67.options = $.extend({}, TapTarget.defaults, options);\n\n      _this67.isOpen = false;\n\n      // setup\n      _this67.$origin = $('#' + _this67.$el.attr('data-target'));\n      _this67._setup();\n\n      _this67._calculatePositioning();\n      _this67._setupEventHandlers();\n      return _this67;\n    }\n\n    _createClass(TapTarget, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this.el.TapTarget = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleDocumentClickBound = this._handleDocumentClick.bind(this);\n        this._handleTargetClickBound = this._handleTargetClick.bind(this);\n        this._handleOriginClickBound = this._handleOriginClick.bind(this);\n\n        this.el.addEventListener('click', this._handleTargetClickBound);\n        this.originEl.addEventListener('click', this._handleOriginClickBound);\n\n        // Resize\n        var throttledResize = M.throttle(this._handleResize, 200);\n        this._handleThrottledResizeBound = throttledResize.bind(this);\n\n        window.addEventListener('resize', this._handleThrottledResizeBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('click', this._handleTargetClickBound);\n        this.originEl.removeEventListener('click', this._handleOriginClickBound);\n        window.removeEventListener('resize', this._handleThrottledResizeBound);\n      }\n\n      /**\n       * Handle Target Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleTargetClick\",\n      value: function _handleTargetClick(e) {\n        this.open();\n      }\n\n      /**\n       * Handle Origin Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleOriginClick\",\n      value: function _handleOriginClick(e) {\n        this.close();\n      }\n\n      /**\n       * Handle Resize\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleResize\",\n      value: function _handleResize(e) {\n        this._calculatePositioning();\n      }\n\n      /**\n       * Handle Resize\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleDocumentClick\",\n      value: function _handleDocumentClick(e) {\n        if (!$(e.target).closest('.tap-target-wrapper').length) {\n          this.close();\n          e.preventDefault();\n          e.stopPropagation();\n        }\n      }\n\n      /**\n       * Setup Tap Target\n       */\n\n    }, {\n      key: \"_setup\",\n      value: function _setup() {\n        // Creating tap target\n        this.wrapper = this.$el.parent()[0];\n        this.waveEl = $(this.wrapper).find('.tap-target-wave')[0];\n        this.originEl = $(this.wrapper).find('.tap-target-origin')[0];\n        this.contentEl = this.$el.find('.tap-target-content')[0];\n\n        // Creating wrapper\n        if (!$(this.wrapper).hasClass('.tap-target-wrapper')) {\n          this.wrapper = document.createElement('div');\n          this.wrapper.classList.add('tap-target-wrapper');\n          this.$el.before($(this.wrapper));\n          this.wrapper.append(this.el);\n        }\n\n        // Creating content\n        if (!this.contentEl) {\n          this.contentEl = document.createElement('div');\n          this.contentEl.classList.add('tap-target-content');\n          this.$el.append(this.contentEl);\n        }\n\n        // Creating foreground wave\n        if (!this.waveEl) {\n          this.waveEl = document.createElement('div');\n          this.waveEl.classList.add('tap-target-wave');\n\n          // Creating origin\n          if (!this.originEl) {\n            this.originEl = this.$origin.clone(true, true);\n            this.originEl.addClass('tap-target-origin');\n            this.originEl.removeAttr('id');\n            this.originEl.removeAttr('style');\n            this.originEl = this.originEl[0];\n            this.waveEl.append(this.originEl);\n          }\n\n          this.wrapper.append(this.waveEl);\n        }\n      }\n\n      /**\n       * Calculate positioning\n       */\n\n    }, {\n      key: \"_calculatePositioning\",\n      value: function _calculatePositioning() {\n        // Element or parent is fixed position?\n        var isFixed = this.$origin.css('position') === 'fixed';\n        if (!isFixed) {\n          var parents = this.$origin.parents();\n          for (var i = 0; i < parents.length; i++) {\n            isFixed = $(parents[i]).css('position') == 'fixed';\n            if (isFixed) {\n              break;\n            }\n          }\n        }\n\n        // Calculating origin\n        var originWidth = this.$origin.outerWidth();\n        var originHeight = this.$origin.outerHeight();\n        var originTop = isFixed ? this.$origin.offset().top - M.getDocumentScrollTop() : this.$origin.offset().top;\n        var originLeft = isFixed ? this.$origin.offset().left - M.getDocumentScrollLeft() : this.$origin.offset().left;\n\n        // Calculating screen\n        var windowWidth = window.innerWidth;\n        var windowHeight = window.innerHeight;\n        var centerX = windowWidth / 2;\n        var centerY = windowHeight / 2;\n        var isLeft = originLeft <= centerX;\n        var isRight = originLeft > centerX;\n        var isTop = originTop <= centerY;\n        var isBottom = originTop > centerY;\n        var isCenterX = originLeft >= windowWidth * 0.25 && originLeft <= windowWidth * 0.75;\n\n        // Calculating tap target\n        var tapTargetWidth = this.$el.outerWidth();\n        var tapTargetHeight = this.$el.outerHeight();\n        var tapTargetTop = originTop + originHeight / 2 - tapTargetHeight / 2;\n        var tapTargetLeft = originLeft + originWidth / 2 - tapTargetWidth / 2;\n        var tapTargetPosition = isFixed ? 'fixed' : 'absolute';\n\n        // Calculating content\n        var tapTargetTextWidth = isCenterX ? tapTargetWidth : tapTargetWidth / 2 + originWidth;\n        var tapTargetTextHeight = tapTargetHeight / 2;\n        var tapTargetTextTop = isTop ? tapTargetHeight / 2 : 0;\n        var tapTargetTextBottom = 0;\n        var tapTargetTextLeft = isLeft && !isCenterX ? tapTargetWidth / 2 - originWidth : 0;\n        var tapTargetTextRight = 0;\n        var tapTargetTextPadding = originWidth;\n        var tapTargetTextAlign = isBottom ? 'bottom' : 'top';\n\n        // Calculating wave\n        var tapTargetWaveWidth = originWidth > originHeight ? originWidth * 2 : originWidth * 2;\n        var tapTargetWaveHeight = tapTargetWaveWidth;\n        var tapTargetWaveTop = tapTargetHeight / 2 - tapTargetWaveHeight / 2;\n        var tapTargetWaveLeft = tapTargetWidth / 2 - tapTargetWaveWidth / 2;\n\n        // Setting tap target\n        var tapTargetWrapperCssObj = {};\n        tapTargetWrapperCssObj.top = isTop ? tapTargetTop + 'px' : '';\n        tapTargetWrapperCssObj.right = isRight ? windowWidth - tapTargetLeft - tapTargetWidth + 'px' : '';\n        tapTargetWrapperCssObj.bottom = isBottom ? windowHeight - tapTargetTop - tapTargetHeight + 'px' : '';\n        tapTargetWrapperCssObj.left = isLeft ? tapTargetLeft + 'px' : '';\n        tapTargetWrapperCssObj.position = tapTargetPosition;\n        $(this.wrapper).css(tapTargetWrapperCssObj);\n\n        // Setting content\n        $(this.contentEl).css({\n          width: tapTargetTextWidth + 'px',\n          height: tapTargetTextHeight + 'px',\n          top: tapTargetTextTop + 'px',\n          right: tapTargetTextRight + 'px',\n          bottom: tapTargetTextBottom + 'px',\n          left: tapTargetTextLeft + 'px',\n          padding: tapTargetTextPadding + 'px',\n          verticalAlign: tapTargetTextAlign\n        });\n\n        // Setting wave\n        $(this.waveEl).css({\n          top: tapTargetWaveTop + 'px',\n          left: tapTargetWaveLeft + 'px',\n          width: tapTargetWaveWidth + 'px',\n          height: tapTargetWaveHeight + 'px'\n        });\n      }\n\n      /**\n       * Open TapTarget\n       */\n\n    }, {\n      key: \"open\",\n      value: function open() {\n        if (this.isOpen) {\n          return;\n        }\n\n        // onOpen callback\n        if (typeof this.options.onOpen === 'function') {\n          this.options.onOpen.call(this, this.$origin[0]);\n        }\n\n        this.isOpen = true;\n        this.wrapper.classList.add('open');\n\n        document.body.addEventListener('click', this._handleDocumentClickBound, true);\n        document.body.addEventListener('touchend', this._handleDocumentClickBound);\n      }\n\n      /**\n       * Close Tap Target\n       */\n\n    }, {\n      key: \"close\",\n      value: function close() {\n        if (!this.isOpen) {\n          return;\n        }\n\n        // onClose callback\n        if (typeof this.options.onClose === 'function') {\n          this.options.onClose.call(this, this.$origin[0]);\n        }\n\n        this.isOpen = false;\n        this.wrapper.classList.remove('open');\n\n        document.body.removeEventListener('click', this._handleDocumentClickBound, true);\n        document.body.removeEventListener('touchend', this._handleDocumentClickBound);\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(TapTarget.__proto__ || Object.getPrototypeOf(TapTarget), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_TapTarget;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return TapTarget;\n  }(Component);\n\n  M.TapTarget = TapTarget;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(TapTarget, 'tapTarget', 'M_TapTarget');\n  }\n})(cash);\n;(function ($) {\n  'use strict';\n\n  var _defaults = {\n    classes: '',\n    dropdownOptions: {}\n  };\n\n  /**\n   * @class\n   *\n   */\n\n  var FormSelect = function (_Component20) {\n    _inherits(FormSelect, _Component20);\n\n    /**\n     * Construct FormSelect instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function FormSelect(el, options) {\n      _classCallCheck(this, FormSelect);\n\n      // Don't init if browser default version\n      var _this68 = _possibleConstructorReturn(this, (FormSelect.__proto__ || Object.getPrototypeOf(FormSelect)).call(this, FormSelect, el, options));\n\n      if (_this68.$el.hasClass('browser-default')) {\n        return _possibleConstructorReturn(_this68);\n      }\n\n      _this68.el.M_FormSelect = _this68;\n\n      /**\n       * Options for the select\n       * @member FormSelect#options\n       */\n      _this68.options = $.extend({}, FormSelect.defaults, options);\n\n      _this68.isMultiple = _this68.$el.prop('multiple');\n\n      // Setup\n      _this68.el.tabIndex = -1;\n      _this68._keysSelected = {};\n      _this68._valueDict = {}; // Maps key to original and generated option element.\n      _this68._setupDropdown();\n\n      _this68._setupEventHandlers();\n      return _this68;\n    }\n\n    _createClass(FormSelect, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this._removeDropdown();\n        this.el.M_FormSelect = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        var _this69 = this;\n\n        this._handleSelectChangeBound = this._handleSelectChange.bind(this);\n        this._handleOptionClickBound = this._handleOptionClick.bind(this);\n        this._handleInputClickBound = this._handleInputClick.bind(this);\n\n        $(this.dropdownOptions).find('li:not(.optgroup)').each(function (el) {\n          el.addEventListener('click', _this69._handleOptionClickBound);\n        });\n        this.el.addEventListener('change', this._handleSelectChangeBound);\n        this.input.addEventListener('click', this._handleInputClickBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        var _this70 = this;\n\n        $(this.dropdownOptions).find('li:not(.optgroup)').each(function (el) {\n          el.removeEventListener('click', _this70._handleOptionClickBound);\n        });\n        this.el.removeEventListener('change', this._handleSelectChangeBound);\n        this.input.removeEventListener('click', this._handleInputClickBound);\n      }\n\n      /**\n       * Handle Select Change\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleSelectChange\",\n      value: function _handleSelectChange(e) {\n        this._setValueToInput();\n      }\n\n      /**\n       * Handle Option Click\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleOptionClick\",\n      value: function _handleOptionClick(e) {\n        e.preventDefault();\n        var option = $(e.target).closest('li')[0];\n        var key = option.id;\n        if (!$(option).hasClass('disabled') && !$(option).hasClass('optgroup') && key.length) {\n          var selected = true;\n\n          if (this.isMultiple) {\n            // Deselect placeholder option if still selected.\n            var placeholderOption = $(this.dropdownOptions).find('li.disabled.selected');\n            if (placeholderOption.length) {\n              placeholderOption.removeClass('selected');\n              placeholderOption.find('input[type=\"checkbox\"]').prop('checked', false);\n              this._toggleEntryFromArray(placeholderOption[0].id);\n            }\n            selected = this._toggleEntryFromArray(key);\n          } else {\n            $(this.dropdownOptions).find('li').removeClass('selected');\n            $(option).toggleClass('selected', selected);\n          }\n\n          // Set selected on original select option\n          // Only trigger if selected state changed\n          var prevSelected = $(this._valueDict[key].el).prop('selected');\n          if (prevSelected !== selected) {\n            $(this._valueDict[key].el).prop('selected', selected);\n            this.$el.trigger('change');\n          }\n        }\n\n        e.stopPropagation();\n      }\n\n      /**\n       * Handle Input Click\n       */\n\n    }, {\n      key: \"_handleInputClick\",\n      value: function _handleInputClick() {\n        if (this.dropdown && this.dropdown.isOpen) {\n          this._setValueToInput();\n          this._setSelectedStates();\n        }\n      }\n\n      /**\n       * Setup dropdown\n       */\n\n    }, {\n      key: \"_setupDropdown\",\n      value: function _setupDropdown() {\n        var _this71 = this;\n\n        this.wrapper = document.createElement('div');\n        $(this.wrapper).addClass('select-wrapper ' + this.options.classes);\n        this.$el.before($(this.wrapper));\n        this.wrapper.appendChild(this.el);\n\n        if (this.el.disabled) {\n          this.wrapper.classList.add('disabled');\n        }\n\n        // Create dropdown\n        this.$selectOptions = this.$el.children('option, optgroup');\n        this.dropdownOptions = document.createElement('ul');\n        this.dropdownOptions.id = \"select-options-\" + M.guid();\n        $(this.dropdownOptions).addClass('dropdown-content select-dropdown ' + (this.isMultiple ? 'multiple-select-dropdown' : ''));\n\n        // Create dropdown structure.\n        if (this.$selectOptions.length) {\n          this.$selectOptions.each(function (el) {\n            if ($(el).is('option')) {\n              // Direct descendant option.\n              var optionEl = void 0;\n              if (_this71.isMultiple) {\n                optionEl = _this71._appendOptionWithIcon(_this71.$el, el, 'multiple');\n              } else {\n                optionEl = _this71._appendOptionWithIcon(_this71.$el, el);\n              }\n\n              _this71._addOptionToValueDict(el, optionEl);\n            } else if ($(el).is('optgroup')) {\n              // Optgroup.\n              var selectOptions = $(el).children('option');\n              $(_this71.dropdownOptions).append($('<li class=\"optgroup\"><span>' + el.getAttribute('label') + '</span></li>')[0]);\n\n              selectOptions.each(function (el) {\n                var optionEl = _this71._appendOptionWithIcon(_this71.$el, el, 'optgroup-option');\n                _this71._addOptionToValueDict(el, optionEl);\n              });\n            }\n          });\n        }\n\n        this.$el.after(this.dropdownOptions);\n\n        // Add input dropdown\n        this.input = document.createElement('input');\n        $(this.input).addClass('select-dropdown dropdown-trigger');\n        this.input.setAttribute('type', 'text');\n        this.input.setAttribute('readonly', 'true');\n        this.input.setAttribute('data-target', this.dropdownOptions.id);\n        if (this.el.disabled) {\n          $(this.input).prop('disabled', 'true');\n        }\n\n        this.$el.before(this.input);\n        this._setValueToInput();\n\n        // Add caret\n        var dropdownIcon = $('<svg class=\"caret\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 10l5 5 5-5z\"/><path d=\"M0 0h24v24H0z\" fill=\"none\"/></svg>');\n        this.$el.before(dropdownIcon[0]);\n\n        // Initialize dropdown\n        if (!this.el.disabled) {\n          var dropdownOptions = $.extend({}, this.options.dropdownOptions);\n\n          // Add callback for centering selected option when dropdown content is scrollable\n          dropdownOptions.onOpenEnd = function (el) {\n            var selectedOption = $(_this71.dropdownOptions).find('.selected').first();\n            if (_this71.dropdown.isScrollable && selectedOption.length) {\n              var scrollOffset = selectedOption[0].getBoundingClientRect().top - _this71.dropdownOptions.getBoundingClientRect().top; // scroll to selected option\n              scrollOffset -= _this71.dropdownOptions.clientHeight / 2; // center in dropdown\n              _this71.dropdownOptions.scrollTop = scrollOffset;\n            }\n          };\n\n          if (this.isMultiple) {\n            dropdownOptions.closeOnClick = false;\n          }\n          this.dropdown = M.Dropdown.init(this.input, dropdownOptions);\n        }\n\n        // Add initial selections\n        this._setSelectedStates();\n      }\n\n      /**\n       * Add option to value dict\n       * @param {Element} el  original option element\n       * @param {Element} optionEl  generated option element\n       */\n\n    }, {\n      key: \"_addOptionToValueDict\",\n      value: function _addOptionToValueDict(el, optionEl) {\n        var index = Object.keys(this._valueDict).length;\n        var key = this.dropdownOptions.id + index;\n        var obj = {};\n        optionEl.id = key;\n\n        obj.el = el;\n        obj.optionEl = optionEl;\n        this._valueDict[key] = obj;\n      }\n\n      /**\n       * Remove dropdown\n       */\n\n    }, {\n      key: \"_removeDropdown\",\n      value: function _removeDropdown() {\n        $(this.wrapper).find('.caret').remove();\n        $(this.input).remove();\n        $(this.dropdownOptions).remove();\n        $(this.wrapper).before(this.$el);\n        $(this.wrapper).remove();\n      }\n\n      /**\n       * Setup dropdown\n       * @param {Element} select  select element\n       * @param {Element} option  option element from select\n       * @param {String} type\n       * @return {Element}  option element added\n       */\n\n    }, {\n      key: \"_appendOptionWithIcon\",\n      value: function _appendOptionWithIcon(select, option, type) {\n        // Add disabled attr if disabled\n        var disabledClass = option.disabled ? 'disabled ' : '';\n        var optgroupClass = type === 'optgroup-option' ? 'optgroup-option ' : '';\n        var multipleCheckbox = this.isMultiple ? \"<label><input type=\\\"checkbox\\\"\" + disabledClass + \"\\\"/><span>\" + option.innerHTML + \"</span></label>\" : option.innerHTML;\n        var liEl = $('<li></li>');\n        var spanEl = $('<span></span>');\n        spanEl.html(multipleCheckbox);\n        liEl.addClass(disabledClass + \" \" + optgroupClass);\n        liEl.append(spanEl);\n\n        // add icons\n        var iconUrl = option.getAttribute('data-icon');\n        if (!!iconUrl) {\n          var imgEl = $(\"<img alt=\\\"\\\" src=\\\"\" + iconUrl + \"\\\">\");\n          liEl.prepend(imgEl);\n        }\n\n        // Check for multiple type.\n        $(this.dropdownOptions).append(liEl[0]);\n        return liEl[0];\n      }\n\n      /**\n       * Toggle entry from option\n       * @param {String} key  Option key\n       * @return {Boolean}  if entry was added or removed\n       */\n\n    }, {\n      key: \"_toggleEntryFromArray\",\n      value: function _toggleEntryFromArray(key) {\n        var notAdded = !this._keysSelected.hasOwnProperty(key);\n        var $optionLi = $(this._valueDict[key].optionEl);\n\n        if (notAdded) {\n          this._keysSelected[key] = true;\n        } else {\n          delete this._keysSelected[key];\n        }\n\n        $optionLi.toggleClass('selected', notAdded);\n\n        // Set checkbox checked value\n        $optionLi.find('input[type=\"checkbox\"]').prop('checked', notAdded);\n\n        // use notAdded instead of true (to detect if the option is selected or not)\n        $optionLi.prop('selected', notAdded);\n\n        return notAdded;\n      }\n\n      /**\n       * Set text value to input\n       */\n\n    }, {\n      key: \"_setValueToInput\",\n      value: function _setValueToInput() {\n        var values = [];\n        var options = this.$el.find('option');\n\n        options.each(function (el) {\n          if ($(el).prop('selected')) {\n            var text = $(el).text();\n            values.push(text);\n          }\n        });\n\n        if (!values.length) {\n          var firstDisabled = this.$el.find('option:disabled').eq(0);\n          if (firstDisabled.length && firstDisabled[0].value === '') {\n            values.push(firstDisabled.text());\n          }\n        }\n\n        this.input.value = values.join(', ');\n      }\n\n      /**\n       * Set selected state of dropdown to match actual select element\n       */\n\n    }, {\n      key: \"_setSelectedStates\",\n      value: function _setSelectedStates() {\n        this._keysSelected = {};\n\n        for (var key in this._valueDict) {\n          var option = this._valueDict[key];\n          var optionIsSelected = $(option.el).prop('selected');\n          $(option.optionEl).find('input[type=\"checkbox\"]').prop('checked', optionIsSelected);\n          if (optionIsSelected) {\n            this._activateOption($(this.dropdownOptions), $(option.optionEl));\n            this._keysSelected[key] = true;\n          } else {\n            $(option.optionEl).removeClass('selected');\n          }\n        }\n      }\n\n      /**\n       * Make option as selected and scroll to selected position\n       * @param {jQuery} collection  Select options jQuery element\n       * @param {Element} newOption  element of the new option\n       */\n\n    }, {\n      key: \"_activateOption\",\n      value: function _activateOption(collection, newOption) {\n        if (newOption) {\n          if (!this.isMultiple) {\n            collection.find('li.selected').removeClass('selected');\n          }\n          var option = $(newOption);\n          option.addClass('selected');\n        }\n      }\n\n      /**\n       * Get Selected Values\n       * @return {Array}  Array of selected values\n       */\n\n    }, {\n      key: \"getSelectedValues\",\n      value: function getSelectedValues() {\n        var selectedValues = [];\n        for (var key in this._keysSelected) {\n          selectedValues.push(this._valueDict[key].el.value);\n        }\n        return selectedValues;\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(FormSelect.__proto__ || Object.getPrototypeOf(FormSelect), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_FormSelect;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return FormSelect;\n  }(Component);\n\n  M.FormSelect = FormSelect;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(FormSelect, 'formSelect', 'M_FormSelect');\n  }\n})(cash);\n;(function ($, anim) {\n  'use strict';\n\n  var _defaults = {};\n\n  /**\n   * @class\n   *\n   */\n\n  var Range = function (_Component21) {\n    _inherits(Range, _Component21);\n\n    /**\n     * Construct Range instance\n     * @constructor\n     * @param {Element} el\n     * @param {Object} options\n     */\n    function Range(el, options) {\n      _classCallCheck(this, Range);\n\n      var _this72 = _possibleConstructorReturn(this, (Range.__proto__ || Object.getPrototypeOf(Range)).call(this, Range, el, options));\n\n      _this72.el.M_Range = _this72;\n\n      /**\n       * Options for the range\n       * @member Range#options\n       */\n      _this72.options = $.extend({}, Range.defaults, options);\n\n      _this72._mousedown = false;\n\n      // Setup\n      _this72._setupThumb();\n\n      _this72._setupEventHandlers();\n      return _this72;\n    }\n\n    _createClass(Range, [{\n      key: \"destroy\",\n\n\n      /**\n       * Teardown component\n       */\n      value: function destroy() {\n        this._removeEventHandlers();\n        this._removeThumb();\n        this.el.M_Range = undefined;\n      }\n\n      /**\n       * Setup Event Handlers\n       */\n\n    }, {\n      key: \"_setupEventHandlers\",\n      value: function _setupEventHandlers() {\n        this._handleRangeChangeBound = this._handleRangeChange.bind(this);\n        this._handleRangeMousedownTouchstartBound = this._handleRangeMousedownTouchstart.bind(this);\n        this._handleRangeInputMousemoveTouchmoveBound = this._handleRangeInputMousemoveTouchmove.bind(this);\n        this._handleRangeMouseupTouchendBound = this._handleRangeMouseupTouchend.bind(this);\n        this._handleRangeBlurMouseoutTouchleaveBound = this._handleRangeBlurMouseoutTouchleave.bind(this);\n\n        this.el.addEventListener('change', this._handleRangeChangeBound);\n\n        this.el.addEventListener('mousedown', this._handleRangeMousedownTouchstartBound);\n        this.el.addEventListener('touchstart', this._handleRangeMousedownTouchstartBound);\n\n        this.el.addEventListener('input', this._handleRangeInputMousemoveTouchmoveBound);\n        this.el.addEventListener('mousemove', this._handleRangeInputMousemoveTouchmoveBound);\n        this.el.addEventListener('touchmove', this._handleRangeInputMousemoveTouchmoveBound);\n\n        this.el.addEventListener('mouseup', this._handleRangeMouseupTouchendBound);\n        this.el.addEventListener('touchend', this._handleRangeMouseupTouchendBound);\n\n        this.el.addEventListener('blur', this._handleRangeBlurMouseoutTouchleaveBound);\n        this.el.addEventListener('mouseout', this._handleRangeBlurMouseoutTouchleaveBound);\n        this.el.addEventListener('touchleave', this._handleRangeBlurMouseoutTouchleaveBound);\n      }\n\n      /**\n       * Remove Event Handlers\n       */\n\n    }, {\n      key: \"_removeEventHandlers\",\n      value: function _removeEventHandlers() {\n        this.el.removeEventListener('change', this._handleRangeChangeBound);\n\n        this.el.removeEventListener('mousedown', this._handleRangeMousedownTouchstartBound);\n        this.el.removeEventListener('touchstart', this._handleRangeMousedownTouchstartBound);\n\n        this.el.removeEventListener('input', this._handleRangeInputMousemoveTouchmoveBound);\n        this.el.removeEventListener('mousemove', this._handleRangeInputMousemoveTouchmoveBound);\n        this.el.removeEventListener('touchmove', this._handleRangeInputMousemoveTouchmoveBound);\n\n        this.el.removeEventListener('mouseup', this._handleRangeMouseupTouchendBound);\n        this.el.removeEventListener('touchend', this._handleRangeMouseupTouchendBound);\n\n        this.el.removeEventListener('blur', this._handleRangeBlurMouseoutTouchleaveBound);\n        this.el.removeEventListener('mouseout', this._handleRangeBlurMouseoutTouchleaveBound);\n        this.el.removeEventListener('touchleave', this._handleRangeBlurMouseoutTouchleaveBound);\n      }\n\n      /**\n       * Handle Range Change\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleRangeChange\",\n      value: function _handleRangeChange() {\n        $(this.value).html(this.$el.val());\n\n        if (!$(this.thumb).hasClass('active')) {\n          this._showRangeBubble();\n        }\n\n        var offsetLeft = this._calcRangeOffset();\n        $(this.thumb).addClass('active').css('left', offsetLeft + 'px');\n      }\n\n      /**\n       * Handle Range Mousedown and Touchstart\n       * @param {Event} e\n       */\n\n    }, {\n      key: \"_handleRangeMousedownTouchstart\",\n      value: function _handleRangeMousedownTouchstart(e) {\n        // Set indicator value\n        $(this.value).html(this.$el.val());\n\n        this._mousedown = true;\n        this.$el.addClass('active');\n\n        if (!$(this.thumb).hasClass('active')) {\n          this._showRangeBubble();\n        }\n\n        if (e.type !== 'input') {\n          var offsetLeft = this._calcRangeOffset();\n          $(this.thumb).addClass('active').css('left', offsetLeft + 'px');\n        }\n      }\n\n      /**\n       * Handle Range Input, Mousemove and Touchmove\n       */\n\n    }, {\n      key: \"_handleRangeInputMousemoveTouchmove\",\n      value: function _handleRangeInputMousemoveTouchmove() {\n        if (this._mousedown) {\n          if (!$(this.thumb).hasClass('active')) {\n            this._showRangeBubble();\n          }\n\n          var offsetLeft = this._calcRangeOffset();\n          $(this.thumb).addClass('active').css('left', offsetLeft + 'px');\n          $(this.value).html(this.$el.val());\n        }\n      }\n\n      /**\n       * Handle Range Mouseup and Touchend\n       */\n\n    }, {\n      key: \"_handleRangeMouseupTouchend\",\n      value: function _handleRangeMouseupTouchend() {\n        this._mousedown = false;\n        this.$el.removeClass('active');\n      }\n\n      /**\n       * Handle Range Blur, Mouseout and Touchleave\n       */\n\n    }, {\n      key: \"_handleRangeBlurMouseoutTouchleave\",\n      value: function _handleRangeBlurMouseoutTouchleave() {\n        if (!this._mousedown) {\n          var paddingLeft = parseInt(this.$el.css('padding-left'));\n          var marginLeft = 7 + paddingLeft + 'px';\n\n          if ($(this.thumb).hasClass('active')) {\n            anim.remove(this.thumb);\n            anim({\n              targets: this.thumb,\n              height: 0,\n              width: 0,\n              top: 10,\n              easing: 'easeOutQuad',\n              marginLeft: marginLeft,\n              duration: 100\n            });\n          }\n          $(this.thumb).removeClass('active');\n        }\n      }\n\n      /**\n       * Setup dropdown\n       */\n\n    }, {\n      key: \"_setupThumb\",\n      value: function _setupThumb() {\n        this.thumb = document.createElement('span');\n        this.value = document.createElement('span');\n        $(this.thumb).addClass('thumb');\n        $(this.value).addClass('value');\n        $(this.thumb).append(this.value);\n        this.$el.after(this.thumb);\n      }\n\n      /**\n       * Remove dropdown\n       */\n\n    }, {\n      key: \"_removeThumb\",\n      value: function _removeThumb() {\n        $(this.thumb).remove();\n      }\n\n      /**\n       * morph thumb into bubble\n       */\n\n    }, {\n      key: \"_showRangeBubble\",\n      value: function _showRangeBubble() {\n        var paddingLeft = parseInt($(this.thumb).parent().css('padding-left'));\n        var marginLeft = -7 + paddingLeft + 'px'; // TODO: fix magic number?\n        anim.remove(this.thumb);\n        anim({\n          targets: this.thumb,\n          height: 30,\n          width: 30,\n          top: -30,\n          marginLeft: marginLeft,\n          duration: 300,\n          easing: 'easeOutQuint'\n        });\n      }\n\n      /**\n       * Calculate the offset of the thumb\n       * @return {Number}  offset in pixels\n       */\n\n    }, {\n      key: \"_calcRangeOffset\",\n      value: function _calcRangeOffset() {\n        var width = this.$el.width() - 15;\n        var max = parseFloat(this.$el.attr('max')) || 100; // Range default max\n        var min = parseFloat(this.$el.attr('min')) || 0; // Range default min\n        var percent = (parseFloat(this.$el.val()) - min) / (max - min);\n        return percent * width;\n      }\n    }], [{\n      key: \"init\",\n      value: function init(els, options) {\n        return _get(Range.__proto__ || Object.getPrototypeOf(Range), \"init\", this).call(this, this, els, options);\n      }\n\n      /**\n       * Get Instance\n       */\n\n    }, {\n      key: \"getInstance\",\n      value: function getInstance(el) {\n        var domElem = !!el.jquery ? el[0] : el;\n        return domElem.M_Range;\n      }\n    }, {\n      key: \"defaults\",\n      get: function () {\n        return _defaults;\n      }\n    }]);\n\n    return Range;\n  }(Component);\n\n  M.Range = Range;\n\n  if (M.jQueryLoaded) {\n    M.initializeJqueryWrapper(Range, 'range', 'M_Range');\n  }\n\n  Range.init($('input[type=range]'));\n})(cash, M.anime);\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../webpack/buildin/global.js */ \"./node_modules/webpack/buildin/global.js\")))\n\n//# sourceURL=webpack:///./node_modules/materialize-css/dist/js/materialize.js?");
-
-/***/ }),
-
-/***/ "./node_modules/object-assign/index.js":
-/*!*********************************************!*\
-  !*** ./node_modules/object-assign/index.js ***!
-  \*********************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc');  // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n\n\n//# sourceURL=webpack:///./node_modules/object-assign/index.js?");
-
-/***/ }),
-
-/***/ "./node_modules/prop-types/checkPropTypes.js":
-/*!***************************************************!*\
-  !*** ./node_modules/prop-types/checkPropTypes.js ***!
-  \***************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\nvar printWarning = function() {};\n\nif (true) {\n  var ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ \"./node_modules/prop-types/lib/ReactPropTypesSecret.js\");\n  var loggedTypeFailures = {};\n\n  printWarning = function(text) {\n    var message = 'Warning: ' + text;\n    if (typeof console !== 'undefined') {\n      console.error(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n  if (true) {\n    for (var typeSpecName in typeSpecs) {\n      if (typeSpecs.hasOwnProperty(typeSpecName)) {\n        var error;\n        // Prop type validation may throw. In case they do, we don't want to\n        // fail the render phase where it didn't fail before. So we log it.\n        // After these have been cleaned up, we'll let them throw.\n        try {\n          // This is intentionally an invariant that gets caught. It's the same\n          // behavior as without this statement except with a better message.\n          if (typeof typeSpecs[typeSpecName] !== 'function') {\n            var err = Error(\n              (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n              'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.'\n            );\n            err.name = 'Invariant Violation';\n            throw err;\n          }\n          error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n        } catch (ex) {\n          error = ex;\n        }\n        if (error && !(error instanceof Error)) {\n          printWarning(\n            (componentName || 'React class') + ': type specification of ' +\n            location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n            'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n            'You may have forgotten to pass an argument to the type checker ' +\n            'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n            'shape all require an argument).'\n          )\n\n        }\n        if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n          // Only monitor this failure once because there tends to be a lot of the\n          // same error.\n          loggedTypeFailures[error.message] = true;\n\n          var stack = getStack ? getStack() : '';\n\n          printWarning(\n            'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n          );\n        }\n      }\n    }\n  }\n}\n\nmodule.exports = checkPropTypes;\n\n\n//# sourceURL=webpack:///./node_modules/prop-types/checkPropTypes.js?");
-
-/***/ }),
-
-/***/ "./node_modules/prop-types/factoryWithTypeCheckers.js":
-/*!************************************************************!*\
-  !*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
-  \************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\nvar assign = __webpack_require__(/*! object-assign */ \"./node_modules/object-assign/index.js\");\n\nvar ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ \"./node_modules/prop-types/lib/ReactPropTypesSecret.js\");\nvar checkPropTypes = __webpack_require__(/*! ./checkPropTypes */ \"./node_modules/prop-types/checkPropTypes.js\");\n\nvar printWarning = function() {};\n\nif (true) {\n  printWarning = function(text) {\n    var message = 'Warning: ' + text;\n    if (typeof console !== 'undefined') {\n      console.error(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n  return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n  /* global Symbol */\n  var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n  var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n  /**\n   * Returns the iterator method function contained on the iterable object.\n   *\n   * Be sure to invoke the function with the iterable as context:\n   *\n   *     var iteratorFn = getIteratorFn(myIterable);\n   *     if (iteratorFn) {\n   *       var iterator = iteratorFn.call(myIterable);\n   *       ...\n   *     }\n   *\n   * @param {?object} maybeIterable\n   * @return {?function}\n   */\n  function getIteratorFn(maybeIterable) {\n    var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n    if (typeof iteratorFn === 'function') {\n      return iteratorFn;\n    }\n  }\n\n  /**\n   * Collection of methods that allow declaration and validation of props that are\n   * supplied to React components. Example usage:\n   *\n   *   var Props = require('ReactPropTypes');\n   *   var MyArticle = React.createClass({\n   *     propTypes: {\n   *       // An optional string prop named \"description\".\n   *       description: Props.string,\n   *\n   *       // A required enum prop named \"category\".\n   *       category: Props.oneOf(['News','Photos']).isRequired,\n   *\n   *       // A prop named \"dialog\" that requires an instance of Dialog.\n   *       dialog: Props.instanceOf(Dialog).isRequired\n   *     },\n   *     render: function() { ... }\n   *   });\n   *\n   * A more formal specification of how these methods are used:\n   *\n   *   type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n   *   decl := ReactPropTypes.{type}(.isRequired)?\n   *\n   * Each and every declaration produces a function with the same signature. This\n   * allows the creation of custom validation functions. For example:\n   *\n   *  var MyLink = React.createClass({\n   *    propTypes: {\n   *      // An optional string or URI prop named \"href\".\n   *      href: function(props, propName, componentName) {\n   *        var propValue = props[propName];\n   *        if (propValue != null && typeof propValue !== 'string' &&\n   *            !(propValue instanceof URI)) {\n   *          return new Error(\n   *            'Expected a string or an URI for ' + propName + ' in ' +\n   *            componentName\n   *          );\n   *        }\n   *      }\n   *    },\n   *    render: function() {...}\n   *  });\n   *\n   * @internal\n   */\n\n  var ANONYMOUS = '<<anonymous>>';\n\n  // Important!\n  // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n  var ReactPropTypes = {\n    array: createPrimitiveTypeChecker('array'),\n    bool: createPrimitiveTypeChecker('boolean'),\n    func: createPrimitiveTypeChecker('function'),\n    number: createPrimitiveTypeChecker('number'),\n    object: createPrimitiveTypeChecker('object'),\n    string: createPrimitiveTypeChecker('string'),\n    symbol: createPrimitiveTypeChecker('symbol'),\n\n    any: createAnyTypeChecker(),\n    arrayOf: createArrayOfTypeChecker,\n    element: createElementTypeChecker(),\n    instanceOf: createInstanceTypeChecker,\n    node: createNodeChecker(),\n    objectOf: createObjectOfTypeChecker,\n    oneOf: createEnumTypeChecker,\n    oneOfType: createUnionTypeChecker,\n    shape: createShapeTypeChecker,\n    exact: createStrictShapeTypeChecker,\n  };\n\n  /**\n   * inlined Object.is polyfill to avoid requiring consumers ship their own\n   * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n   */\n  /*eslint-disable no-self-compare*/\n  function is(x, y) {\n    // SameValue algorithm\n    if (x === y) {\n      // Steps 1-5, 7-10\n      // Steps 6.b-6.e: +0 != -0\n      return x !== 0 || 1 / x === 1 / y;\n    } else {\n      // Step 6.a: NaN == NaN\n      return x !== x && y !== y;\n    }\n  }\n  /*eslint-enable no-self-compare*/\n\n  /**\n   * We use an Error-like object for backward compatibility as people may call\n   * PropTypes directly and inspect their output. However, we don't use real\n   * Errors anymore. We don't inspect their stack anyway, and creating them\n   * is prohibitively expensive if they are created too often, such as what\n   * happens in oneOfType() for any type before the one that matched.\n   */\n  function PropTypeError(message) {\n    this.message = message;\n    this.stack = '';\n  }\n  // Make `instanceof Error` still work for returned errors.\n  PropTypeError.prototype = Error.prototype;\n\n  function createChainableTypeChecker(validate) {\n    if (true) {\n      var manualPropTypeCallCache = {};\n      var manualPropTypeWarningCount = 0;\n    }\n    function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n      componentName = componentName || ANONYMOUS;\n      propFullName = propFullName || propName;\n\n      if (secret !== ReactPropTypesSecret) {\n        if (throwOnDirectAccess) {\n          // New behavior only for users of `prop-types` package\n          var err = new Error(\n            'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n            'Use `PropTypes.checkPropTypes()` to call them. ' +\n            'Read more at http://fb.me/use-check-prop-types'\n          );\n          err.name = 'Invariant Violation';\n          throw err;\n        } else if (\"development\" !== 'production' && typeof console !== 'undefined') {\n          // Old behavior for people using React.PropTypes\n          var cacheKey = componentName + ':' + propName;\n          if (\n            !manualPropTypeCallCache[cacheKey] &&\n            // Avoid spamming the console because they are often not actionable except for lib authors\n            manualPropTypeWarningCount < 3\n          ) {\n            printWarning(\n              'You are manually calling a React.PropTypes validation ' +\n              'function for the `' + propFullName + '` prop on `' + componentName  + '`. This is deprecated ' +\n              'and will throw in the standalone `prop-types` package. ' +\n              'You may be seeing this warning due to a third-party PropTypes ' +\n              'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n            );\n            manualPropTypeCallCache[cacheKey] = true;\n            manualPropTypeWarningCount++;\n          }\n        }\n      }\n      if (props[propName] == null) {\n        if (isRequired) {\n          if (props[propName] === null) {\n            return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n          }\n          return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n        }\n        return null;\n      } else {\n        return validate(props, propName, componentName, location, propFullName);\n      }\n    }\n\n    var chainedCheckType = checkType.bind(null, false);\n    chainedCheckType.isRequired = checkType.bind(null, true);\n\n    return chainedCheckType;\n  }\n\n  function createPrimitiveTypeChecker(expectedType) {\n    function validate(props, propName, componentName, location, propFullName, secret) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== expectedType) {\n        // `propValue` being instance of, say, date/regexp, pass the 'object'\n        // check, but we can offer a more precise error message here rather than\n        // 'of type `object`'.\n        var preciseType = getPreciseType(propValue);\n\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createAnyTypeChecker() {\n    return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n  }\n\n  function createArrayOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n      }\n      var propValue = props[propName];\n      if (!Array.isArray(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n      }\n      for (var i = 0; i < propValue.length; i++) {\n        var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n        if (error instanceof Error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createElementTypeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      if (!isValidElement(propValue)) {\n        var propType = getPropType(propValue);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createInstanceTypeChecker(expectedClass) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!(props[propName] instanceof expectedClass)) {\n        var expectedClassName = expectedClass.name || ANONYMOUS;\n        var actualClassName = getClassName(props[propName]);\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createEnumTypeChecker(expectedValues) {\n    if (!Array.isArray(expectedValues)) {\n       true ? printWarning('Invalid argument supplied to oneOf, expected an instance of array.') : undefined;\n      return emptyFunctionThatReturnsNull;\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      for (var i = 0; i < expectedValues.length; i++) {\n        if (is(propValue, expectedValues[i])) {\n          return null;\n        }\n      }\n\n      var valuesString = JSON.stringify(expectedValues);\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + propValue + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createObjectOfTypeChecker(typeChecker) {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (typeof typeChecker !== 'function') {\n        return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n      }\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n      }\n      for (var key in propValue) {\n        if (propValue.hasOwnProperty(key)) {\n          var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n          if (error instanceof Error) {\n            return error;\n          }\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createUnionTypeChecker(arrayOfTypeCheckers) {\n    if (!Array.isArray(arrayOfTypeCheckers)) {\n       true ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : undefined;\n      return emptyFunctionThatReturnsNull;\n    }\n\n    for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n      var checker = arrayOfTypeCheckers[i];\n      if (typeof checker !== 'function') {\n        printWarning(\n          'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n          'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n        );\n        return emptyFunctionThatReturnsNull;\n      }\n    }\n\n    function validate(props, propName, componentName, location, propFullName) {\n      for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n        var checker = arrayOfTypeCheckers[i];\n        if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret) == null) {\n          return null;\n        }\n      }\n\n      return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createNodeChecker() {\n    function validate(props, propName, componentName, location, propFullName) {\n      if (!isNode(props[propName])) {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createShapeTypeChecker(shapeTypes) {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n      }\n      for (var key in shapeTypes) {\n        var checker = shapeTypes[key];\n        if (!checker) {\n          continue;\n        }\n        var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n        if (error) {\n          return error;\n        }\n      }\n      return null;\n    }\n    return createChainableTypeChecker(validate);\n  }\n\n  function createStrictShapeTypeChecker(shapeTypes) {\n    function validate(props, propName, componentName, location, propFullName) {\n      var propValue = props[propName];\n      var propType = getPropType(propValue);\n      if (propType !== 'object') {\n        return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n      }\n      // We need to check all keys in case some are required but missing from\n      // props.\n      var allKeys = assign({}, props[propName], shapeTypes);\n      for (var key in allKeys) {\n        var checker = shapeTypes[key];\n        if (!checker) {\n          return new PropTypeError(\n            'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n            '\\nBad object: ' + JSON.stringify(props[propName], null, '  ') +\n            '\\nValid keys: ' +  JSON.stringify(Object.keys(shapeTypes), null, '  ')\n          );\n        }\n        var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n        if (error) {\n          return error;\n        }\n      }\n      return null;\n    }\n\n    return createChainableTypeChecker(validate);\n  }\n\n  function isNode(propValue) {\n    switch (typeof propValue) {\n      case 'number':\n      case 'string':\n      case 'undefined':\n        return true;\n      case 'boolean':\n        return !propValue;\n      case 'object':\n        if (Array.isArray(propValue)) {\n          return propValue.every(isNode);\n        }\n        if (propValue === null || isValidElement(propValue)) {\n          return true;\n        }\n\n        var iteratorFn = getIteratorFn(propValue);\n        if (iteratorFn) {\n          var iterator = iteratorFn.call(propValue);\n          var step;\n          if (iteratorFn !== propValue.entries) {\n            while (!(step = iterator.next()).done) {\n              if (!isNode(step.value)) {\n                return false;\n              }\n            }\n          } else {\n            // Iterator will provide entry [k,v] tuples rather than values.\n            while (!(step = iterator.next()).done) {\n              var entry = step.value;\n              if (entry) {\n                if (!isNode(entry[1])) {\n                  return false;\n                }\n              }\n            }\n          }\n        } else {\n          return false;\n        }\n\n        return true;\n      default:\n        return false;\n    }\n  }\n\n  function isSymbol(propType, propValue) {\n    // Native Symbol.\n    if (propType === 'symbol') {\n      return true;\n    }\n\n    // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n    if (propValue['@@toStringTag'] === 'Symbol') {\n      return true;\n    }\n\n    // Fallback for non-spec compliant Symbols which are polyfilled.\n    if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n      return true;\n    }\n\n    return false;\n  }\n\n  // Equivalent of `typeof` but with special handling for array and regexp.\n  function getPropType(propValue) {\n    var propType = typeof propValue;\n    if (Array.isArray(propValue)) {\n      return 'array';\n    }\n    if (propValue instanceof RegExp) {\n      // Old webkits (at least until Android 4.0) return 'function' rather than\n      // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n      // passes PropTypes.object.\n      return 'object';\n    }\n    if (isSymbol(propType, propValue)) {\n      return 'symbol';\n    }\n    return propType;\n  }\n\n  // This handles more types than `getPropType`. Only used for error messages.\n  // See `createPrimitiveTypeChecker`.\n  function getPreciseType(propValue) {\n    if (typeof propValue === 'undefined' || propValue === null) {\n      return '' + propValue;\n    }\n    var propType = getPropType(propValue);\n    if (propType === 'object') {\n      if (propValue instanceof Date) {\n        return 'date';\n      } else if (propValue instanceof RegExp) {\n        return 'regexp';\n      }\n    }\n    return propType;\n  }\n\n  // Returns a string that is postfixed to a warning about an invalid type.\n  // For example, \"undefined\" or \"of type array\"\n  function getPostfixForTypeWarning(value) {\n    var type = getPreciseType(value);\n    switch (type) {\n      case 'array':\n      case 'object':\n        return 'an ' + type;\n      case 'boolean':\n      case 'date':\n      case 'regexp':\n        return 'a ' + type;\n      default:\n        return type;\n    }\n  }\n\n  // Returns class name of the object, if any.\n  function getClassName(propValue) {\n    if (!propValue.constructor || !propValue.constructor.name) {\n      return ANONYMOUS;\n    }\n    return propValue.constructor.name;\n  }\n\n  ReactPropTypes.checkPropTypes = checkPropTypes;\n  ReactPropTypes.PropTypes = ReactPropTypes;\n\n  return ReactPropTypes;\n};\n\n\n//# sourceURL=webpack:///./node_modules/prop-types/factoryWithTypeCheckers.js?");
-
-/***/ }),
-
-/***/ "./node_modules/prop-types/index.js":
-/*!******************************************!*\
-  !*** ./node_modules/prop-types/index.js ***!
-  \******************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (true) {\n  var REACT_ELEMENT_TYPE = (typeof Symbol === 'function' &&\n    Symbol.for &&\n    Symbol.for('react.element')) ||\n    0xeac7;\n\n  var isValidElement = function(object) {\n    return typeof object === 'object' &&\n      object !== null &&\n      object.$$typeof === REACT_ELEMENT_TYPE;\n  };\n\n  // By explicitly using `prop-types` you are opting into new development behavior.\n  // http://fb.me/prop-types-in-prod\n  var throwOnDirectAccess = true;\n  module.exports = __webpack_require__(/*! ./factoryWithTypeCheckers */ \"./node_modules/prop-types/factoryWithTypeCheckers.js\")(isValidElement, throwOnDirectAccess);\n} else {}\n\n\n//# sourceURL=webpack:///./node_modules/prop-types/index.js?");
-
-/***/ }),
-
-/***/ "./node_modules/prop-types/lib/ReactPropTypesSecret.js":
-/*!*************************************************************!*\
-  !*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
-  \*************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n\n\n//# sourceURL=webpack:///./node_modules/prop-types/lib/ReactPropTypesSecret.js?");
-
-/***/ }),
-
-/***/ "./node_modules/react/cjs/react.development.js":
-/*!*****************************************************!*\
-  !*** ./node_modules/react/cjs/react.development.js ***!
-  \*****************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("/** @license React v16.7.0\n * react.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\n\n\nif (true) {\n  (function() {\n'use strict';\n\nvar _assign = __webpack_require__(/*! object-assign */ \"./node_modules/object-assign/index.js\");\nvar checkPropTypes = __webpack_require__(/*! prop-types/checkPropTypes */ \"./node_modules/prop-types/checkPropTypes.js\");\n\n// TODO: this is special because it gets imported during build.\n\nvar ReactVersion = '16.7.0';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\n\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;\n\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\n\nvar MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\n\nfunction getIteratorFn(maybeIterable) {\n  if (maybeIterable === null || typeof maybeIterable !== 'object') {\n    return null;\n  }\n  var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n  if (typeof maybeIterator === 'function') {\n    return maybeIterator;\n  }\n  return null;\n}\n\nvar enableHooks = false;\n// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:\n\n\n// In some cases, StrictMode should also double-render lifecycles.\n// This can be confusing for tests though,\n// And it can be bad for performance in production.\n// This feature flag can be used to control the behavior:\n\n\n// To preserve the \"Pause on caught exceptions\" behavior of the debugger, we\n// replay the begin phase of a failed component inside invokeGuardedCallback.\n\n\n// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:\n\n\n// Gather advanced timing metrics for Profiler subtrees.\n\n\n// Trace which interactions trigger each commit.\n\n\n// Only used in www builds.\n // TODO: true? Here it might just be false.\n\n// Only used in www builds.\n\n\n// Only used in www builds.\n\n\n// React Fire: prevent the value and checked attributes from syncing\n// with their related DOM properties\n\n\n// These APIs will no longer be \"unstable\" in the upcoming 16.7 release,\n// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.\nvar enableStableConcurrentModeAPIs = false;\n\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments\n * to provide information about what broke and what you were\n * expecting.\n *\n * The invariant message will be stripped in production, but the invariant\n * will remain to ensure logic does not differ in production.\n */\n\nvar validateFormat = function () {};\n\n{\n  validateFormat = function (format) {\n    if (format === undefined) {\n      throw new Error('invariant requires an error message argument');\n    }\n  };\n}\n\nfunction invariant(condition, format, a, b, c, d, e, f) {\n  validateFormat(format);\n\n  if (!condition) {\n    var error = void 0;\n    if (format === undefined) {\n      error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n    } else {\n      var args = [a, b, c, d, e, f];\n      var argIndex = 0;\n      error = new Error(format.replace(/%s/g, function () {\n        return args[argIndex++];\n      }));\n      error.name = 'Invariant Violation';\n    }\n\n    error.framesToPop = 1; // we don't care about invariant's own frame\n    throw error;\n  }\n}\n\n// Relying on the `invariant()` implementation lets us\n// preserve the format and params in the www builds.\n\n/**\n * Forked from fbjs/warning:\n * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js\n *\n * Only change is we use console.warn instead of console.error,\n * and do nothing when 'console' is not supported.\n * This really simplifies the code.\n * ---\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar lowPriorityWarning = function () {};\n\n{\n  var printWarning = function (format) {\n    for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n      args[_key - 1] = arguments[_key];\n    }\n\n    var argIndex = 0;\n    var message = 'Warning: ' + format.replace(/%s/g, function () {\n      return args[argIndex++];\n    });\n    if (typeof console !== 'undefined') {\n      console.warn(message);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      throw new Error(message);\n    } catch (x) {}\n  };\n\n  lowPriorityWarning = function (condition, format) {\n    if (format === undefined) {\n      throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');\n    }\n    if (!condition) {\n      for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {\n        args[_key2 - 2] = arguments[_key2];\n      }\n\n      printWarning.apply(undefined, [format].concat(args));\n    }\n  };\n}\n\nvar lowPriorityWarning$1 = lowPriorityWarning;\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warningWithoutStack = function () {};\n\n{\n  warningWithoutStack = function (condition, format) {\n    for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n      args[_key - 2] = arguments[_key];\n    }\n\n    if (format === undefined) {\n      throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');\n    }\n    if (args.length > 8) {\n      // Check before the condition to catch violations early.\n      throw new Error('warningWithoutStack() currently supports at most 8 arguments.');\n    }\n    if (condition) {\n      return;\n    }\n    if (typeof console !== 'undefined') {\n      var argsWithFormat = args.map(function (item) {\n        return '' + item;\n      });\n      argsWithFormat.unshift('Warning: ' + format);\n\n      // We intentionally don't use spread (or .apply) directly because it\n      // breaks IE9: https://github.com/facebook/react/issues/13610\n      Function.prototype.apply.call(console.error, console, argsWithFormat);\n    }\n    try {\n      // --- Welcome to debugging React ---\n      // This error was thrown as a convenience so that you can use this stack\n      // to find the callsite that caused this warning to fire.\n      var argIndex = 0;\n      var message = 'Warning: ' + format.replace(/%s/g, function () {\n        return args[argIndex++];\n      });\n      throw new Error(message);\n    } catch (x) {}\n  };\n}\n\nvar warningWithoutStack$1 = warningWithoutStack;\n\nvar didWarnStateUpdateForUnmountedComponent = {};\n\nfunction warnNoop(publicInstance, callerName) {\n  {\n    var _constructor = publicInstance.constructor;\n    var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';\n    var warningKey = componentName + '.' + callerName;\n    if (didWarnStateUpdateForUnmountedComponent[warningKey]) {\n      return;\n    }\n    warningWithoutStack$1(false, \"Can't call %s on a component that is not yet mounted. \" + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);\n    didWarnStateUpdateForUnmountedComponent[warningKey] = true;\n  }\n}\n\n/**\n * This is the abstract API for an update queue.\n */\nvar ReactNoopUpdateQueue = {\n  /**\n   * Checks whether or not this composite component is mounted.\n   * @param {ReactClass} publicInstance The instance we want to test.\n   * @return {boolean} True if mounted, false otherwise.\n   * @protected\n   * @final\n   */\n  isMounted: function (publicInstance) {\n    return false;\n  },\n\n  /**\n   * Forces an update. This should only be invoked when it is known with\n   * certainty that we are **not** in a DOM transaction.\n   *\n   * You may want to call this when you know that some deeper aspect of the\n   * component's state has changed but `setState` was not called.\n   *\n   * This will not invoke `shouldComponentUpdate`, but it will invoke\n   * `componentWillUpdate` and `componentDidUpdate`.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {?function} callback Called after component is updated.\n   * @param {?string} callerName name of the calling function in the public API.\n   * @internal\n   */\n  enqueueForceUpdate: function (publicInstance, callback, callerName) {\n    warnNoop(publicInstance, 'forceUpdate');\n  },\n\n  /**\n   * Replaces all of the state. Always use this or `setState` to mutate state.\n   * You should treat `this.state` as immutable.\n   *\n   * There is no guarantee that `this.state` will be immediately updated, so\n   * accessing `this.state` after calling this method may return the old value.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} completeState Next state.\n   * @param {?function} callback Called after component is updated.\n   * @param {?string} callerName name of the calling function in the public API.\n   * @internal\n   */\n  enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {\n    warnNoop(publicInstance, 'replaceState');\n  },\n\n  /**\n   * Sets a subset of the state. This only exists because _pendingState is\n   * internal. This provides a merging strategy that is not available to deep\n   * properties which is confusing. TODO: Expose pendingState or don't use it\n   * during the merge.\n   *\n   * @param {ReactClass} publicInstance The instance that should rerender.\n   * @param {object} partialState Next partial state to be merged with state.\n   * @param {?function} callback Called after component is updated.\n   * @param {?string} Name of the calling function in the public API.\n   * @internal\n   */\n  enqueueSetState: function (publicInstance, partialState, callback, callerName) {\n    warnNoop(publicInstance, 'setState');\n  }\n};\n\nvar emptyObject = {};\n{\n  Object.freeze(emptyObject);\n}\n\n/**\n * Base class helpers for the updating state of a component.\n */\nfunction Component(props, context, updater) {\n  this.props = props;\n  this.context = context;\n  // If a component has string refs, we will assign a different object later.\n  this.refs = emptyObject;\n  // We initialize the default updater but the real one gets injected by the\n  // renderer.\n  this.updater = updater || ReactNoopUpdateQueue;\n}\n\nComponent.prototype.isReactComponent = {};\n\n/**\n * Sets a subset of the state. Always use this to mutate\n * state. You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * There is no guarantee that calls to `setState` will run synchronously,\n * as they may eventually be batched together.  You can provide an optional\n * callback that will be executed when the call to setState is actually\n * completed.\n *\n * When a function is provided to setState, it will be called at some point in\n * the future (not synchronously). It will be called with the up to date\n * component arguments (state, props, context). These values can be different\n * from this.* because your function may be called after receiveProps but before\n * shouldComponentUpdate, and this new state, props, and context will not yet be\n * assigned to this.\n *\n * @param {object|function} partialState Next partial state or function to\n *        produce next partial state to be merged with current state.\n * @param {?function} callback Called after state is updated.\n * @final\n * @protected\n */\nComponent.prototype.setState = function (partialState, callback) {\n  !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : void 0;\n  this.updater.enqueueSetState(this, partialState, callback, 'setState');\n};\n\n/**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not called.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {?function} callback Called after update is complete.\n * @final\n * @protected\n */\nComponent.prototype.forceUpdate = function (callback) {\n  this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');\n};\n\n/**\n * Deprecated APIs. These APIs used to exist on classic React classes but since\n * we would like to deprecate them, we're not going to move them over to this\n * modern base class. Instead, we define a getter that warns if it's accessed.\n */\n{\n  var deprecatedAPIs = {\n    isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],\n    replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236).']\n  };\n  var defineDeprecationWarning = function (methodName, info) {\n    Object.defineProperty(Component.prototype, methodName, {\n      get: function () {\n        lowPriorityWarning$1(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);\n        return undefined;\n      }\n    });\n  };\n  for (var fnName in deprecatedAPIs) {\n    if (deprecatedAPIs.hasOwnProperty(fnName)) {\n      defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);\n    }\n  }\n}\n\nfunction ComponentDummy() {}\nComponentDummy.prototype = Component.prototype;\n\n/**\n * Convenience component with default shallow equality check for sCU.\n */\nfunction PureComponent(props, context, updater) {\n  this.props = props;\n  this.context = context;\n  // If a component has string refs, we will assign a different object later.\n  this.refs = emptyObject;\n  this.updater = updater || ReactNoopUpdateQueue;\n}\n\nvar pureComponentPrototype = PureComponent.prototype = new ComponentDummy();\npureComponentPrototype.constructor = PureComponent;\n// Avoid an extra prototype jump for these methods.\n_assign(pureComponentPrototype, Component.prototype);\npureComponentPrototype.isPureReactComponent = true;\n\n// an immutable object with a single mutable value\nfunction createRef() {\n  var refObject = {\n    current: null\n  };\n  {\n    Object.seal(refObject);\n  }\n  return refObject;\n}\n\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n  /**\n   * @internal\n   * @type {ReactComponent}\n   */\n  current: null,\n  currentDispatcher: null\n};\n\nvar BEFORE_SLASH_RE = /^(.*)[\\\\\\/]/;\n\nvar describeComponentFrame = function (name, source, ownerName) {\n  var sourceInfo = '';\n  if (source) {\n    var path = source.fileName;\n    var fileName = path.replace(BEFORE_SLASH_RE, '');\n    {\n      // In DEV, include code for a common special case:\n      // prefer \"folder/index.js\" instead of just \"index.js\".\n      if (/^index\\./.test(fileName)) {\n        var match = path.match(BEFORE_SLASH_RE);\n        if (match) {\n          var pathBeforeSlash = match[1];\n          if (pathBeforeSlash) {\n            var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');\n            fileName = folderName + '/' + fileName;\n          }\n        }\n      }\n    }\n    sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';\n  } else if (ownerName) {\n    sourceInfo = ' (created by ' + ownerName + ')';\n  }\n  return '\\n    in ' + (name || 'Unknown') + sourceInfo;\n};\n\nvar Resolved = 1;\n\n\nfunction refineResolvedLazyComponent(lazyComponent) {\n  return lazyComponent._status === Resolved ? lazyComponent._result : null;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n  var functionName = innerType.displayName || innerType.name || '';\n  return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);\n}\n\nfunction getComponentName(type) {\n  if (type == null) {\n    // Host root, text node or just invalid type.\n    return null;\n  }\n  {\n    if (typeof type.tag === 'number') {\n      warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');\n    }\n  }\n  if (typeof type === 'function') {\n    return type.displayName || type.name || null;\n  }\n  if (typeof type === 'string') {\n    return type;\n  }\n  switch (type) {\n    case REACT_CONCURRENT_MODE_TYPE:\n      return 'ConcurrentMode';\n    case REACT_FRAGMENT_TYPE:\n      return 'Fragment';\n    case REACT_PORTAL_TYPE:\n      return 'Portal';\n    case REACT_PROFILER_TYPE:\n      return 'Profiler';\n    case REACT_STRICT_MODE_TYPE:\n      return 'StrictMode';\n    case REACT_SUSPENSE_TYPE:\n      return 'Suspense';\n  }\n  if (typeof type === 'object') {\n    switch (type.$$typeof) {\n      case REACT_CONTEXT_TYPE:\n        return 'Context.Consumer';\n      case REACT_PROVIDER_TYPE:\n        return 'Context.Provider';\n      case REACT_FORWARD_REF_TYPE:\n        return getWrappedName(type, type.render, 'ForwardRef');\n      case REACT_MEMO_TYPE:\n        return getComponentName(type.type);\n      case REACT_LAZY_TYPE:\n        {\n          var thenable = type;\n          var resolvedThenable = refineResolvedLazyComponent(thenable);\n          if (resolvedThenable) {\n            return getComponentName(resolvedThenable);\n          }\n        }\n    }\n  }\n  return null;\n}\n\nvar ReactDebugCurrentFrame = {};\n\nvar currentlyValidatingElement = null;\n\nfunction setCurrentlyValidatingElement(element) {\n  {\n    currentlyValidatingElement = element;\n  }\n}\n\n{\n  // Stack implementation injected by the current renderer.\n  ReactDebugCurrentFrame.getCurrentStack = null;\n\n  ReactDebugCurrentFrame.getStackAddendum = function () {\n    var stack = '';\n\n    // Add an extra top frame while an element is being validated\n    if (currentlyValidatingElement) {\n      var name = getComponentName(currentlyValidatingElement.type);\n      var owner = currentlyValidatingElement._owner;\n      stack += describeComponentFrame(name, currentlyValidatingElement._source, owner && getComponentName(owner.type));\n    }\n\n    // Delegate to the injected renderer-specific implementation\n    var impl = ReactDebugCurrentFrame.getCurrentStack;\n    if (impl) {\n      stack += impl() || '';\n    }\n\n    return stack;\n  };\n}\n\nvar ReactSharedInternals = {\n  ReactCurrentOwner: ReactCurrentOwner,\n  // Used by renderers to avoid bundling object-assign twice in UMD bundles:\n  assign: _assign\n};\n\n{\n  _assign(ReactSharedInternals, {\n    // These should not be included in production.\n    ReactDebugCurrentFrame: ReactDebugCurrentFrame,\n    // Shim for React DOM 16.0.0 which still destructured (but not used) this.\n    // TODO: remove in React 17.0.\n    ReactComponentTreeHook: {}\n  });\n}\n\n/**\n * Similar to invariant but only logs a warning if the condition is not met.\n * This can be used to log issues in development environments in critical\n * paths. Removing the logging code for production environments will keep the\n * same logic and follow the same code paths.\n */\n\nvar warning = warningWithoutStack$1;\n\n{\n  warning = function (condition, format) {\n    if (condition) {\n      return;\n    }\n    var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n    var stack = ReactDebugCurrentFrame.getStackAddendum();\n    // eslint-disable-next-line react-internal/warning-and-invariant-args\n\n    for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n      args[_key - 2] = arguments[_key];\n    }\n\n    warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));\n  };\n}\n\nvar warning$1 = warning;\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar RESERVED_PROPS = {\n  key: true,\n  ref: true,\n  __self: true,\n  __source: true\n};\n\nvar specialPropKeyWarningShown = void 0;\nvar specialPropRefWarningShown = void 0;\n\nfunction hasValidRef(config) {\n  {\n    if (hasOwnProperty.call(config, 'ref')) {\n      var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n      if (getter && getter.isReactWarning) {\n        return false;\n      }\n    }\n  }\n  return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n  {\n    if (hasOwnProperty.call(config, 'key')) {\n      var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n      if (getter && getter.isReactWarning) {\n        return false;\n      }\n    }\n  }\n  return config.key !== undefined;\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n  var warnAboutAccessingKey = function () {\n    if (!specialPropKeyWarningShown) {\n      specialPropKeyWarningShown = true;\n      warningWithoutStack$1(false, '%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)', displayName);\n    }\n  };\n  warnAboutAccessingKey.isReactWarning = true;\n  Object.defineProperty(props, 'key', {\n    get: warnAboutAccessingKey,\n    configurable: true\n  });\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n  var warnAboutAccessingRef = function () {\n    if (!specialPropRefWarningShown) {\n      specialPropRefWarningShown = true;\n      warningWithoutStack$1(false, '%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)', displayName);\n    }\n  };\n  warnAboutAccessingRef.isReactWarning = true;\n  Object.defineProperty(props, 'ref', {\n    get: warnAboutAccessingRef,\n    configurable: true\n  });\n}\n\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, no instanceof check\n * will work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} key\n * @param {string|object} ref\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @param {*} owner\n * @param {*} props\n * @internal\n */\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n  var element = {\n    // This tag allows us to uniquely identify this as a React Element\n    $$typeof: REACT_ELEMENT_TYPE,\n\n    // Built-in properties that belong on the element\n    type: type,\n    key: key,\n    ref: ref,\n    props: props,\n\n    // Record the component responsible for creating this element.\n    _owner: owner\n  };\n\n  {\n    // The validation flag is currently mutative. We put it on\n    // an external backing store so that we can freeze the whole object.\n    // This can be replaced with a WeakMap once they are implemented in\n    // commonly used development environments.\n    element._store = {};\n\n    // To make comparing ReactElements easier for testing purposes, we make\n    // the validation flag non-enumerable (where possible, which should\n    // include every environment we run tests in), so the test framework\n    // ignores it.\n    Object.defineProperty(element._store, 'validated', {\n      configurable: false,\n      enumerable: false,\n      writable: true,\n      value: false\n    });\n    // self and source are DEV only properties.\n    Object.defineProperty(element, '_self', {\n      configurable: false,\n      enumerable: false,\n      writable: false,\n      value: self\n    });\n    // Two elements created in two different places should be considered\n    // equal for testing purposes and therefore we hide it from enumeration.\n    Object.defineProperty(element, '_source', {\n      configurable: false,\n      enumerable: false,\n      writable: false,\n      value: source\n    });\n    if (Object.freeze) {\n      Object.freeze(element.props);\n      Object.freeze(element);\n    }\n  }\n\n  return element;\n};\n\n/**\n * Create and return a new ReactElement of the given type.\n * See https://reactjs.org/docs/react-api.html#createelement\n */\nfunction createElement(type, config, children) {\n  var propName = void 0;\n\n  // Reserved names are extracted\n  var props = {};\n\n  var key = null;\n  var ref = null;\n  var self = null;\n  var source = null;\n\n  if (config != null) {\n    if (hasValidRef(config)) {\n      ref = config.ref;\n    }\n    if (hasValidKey(config)) {\n      key = '' + config.key;\n    }\n\n    self = config.__self === undefined ? null : config.__self;\n    source = config.__source === undefined ? null : config.__source;\n    // Remaining properties are added to a new props object\n    for (propName in config) {\n      if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n        props[propName] = config[propName];\n      }\n    }\n  }\n\n  // Children can be more than one argument, and those are transferred onto\n  // the newly allocated props object.\n  var childrenLength = arguments.length - 2;\n  if (childrenLength === 1) {\n    props.children = children;\n  } else if (childrenLength > 1) {\n    var childArray = Array(childrenLength);\n    for (var i = 0; i < childrenLength; i++) {\n      childArray[i] = arguments[i + 2];\n    }\n    {\n      if (Object.freeze) {\n        Object.freeze(childArray);\n      }\n    }\n    props.children = childArray;\n  }\n\n  // Resolve default props\n  if (type && type.defaultProps) {\n    var defaultProps = type.defaultProps;\n    for (propName in defaultProps) {\n      if (props[propName] === undefined) {\n        props[propName] = defaultProps[propName];\n      }\n    }\n  }\n  {\n    if (key || ref) {\n      var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n      if (key) {\n        defineKeyPropWarningGetter(props, displayName);\n      }\n      if (ref) {\n        defineRefPropWarningGetter(props, displayName);\n      }\n    }\n  }\n  return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n}\n\n/**\n * Return a function that produces ReactElements of a given type.\n * See https://reactjs.org/docs/react-api.html#createfactory\n */\n\n\nfunction cloneAndReplaceKey(oldElement, newKey) {\n  var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);\n\n  return newElement;\n}\n\n/**\n * Clone and return a new ReactElement using element as the starting point.\n * See https://reactjs.org/docs/react-api.html#cloneelement\n */\nfunction cloneElement(element, config, children) {\n  !!(element === null || element === undefined) ? invariant(false, 'React.cloneElement(...): The argument must be a React element, but you passed %s.', element) : void 0;\n\n  var propName = void 0;\n\n  // Original props are copied\n  var props = _assign({}, element.props);\n\n  // Reserved names are extracted\n  var key = element.key;\n  var ref = element.ref;\n  // Self is preserved since the owner is preserved.\n  var self = element._self;\n  // Source is preserved since cloneElement is unlikely to be targeted by a\n  // transpiler, and the original source is probably a better indicator of the\n  // true owner.\n  var source = element._source;\n\n  // Owner will be preserved, unless ref is overridden\n  var owner = element._owner;\n\n  if (config != null) {\n    if (hasValidRef(config)) {\n      // Silently steal the ref from the parent.\n      ref = config.ref;\n      owner = ReactCurrentOwner.current;\n    }\n    if (hasValidKey(config)) {\n      key = '' + config.key;\n    }\n\n    // Remaining properties override existing props\n    var defaultProps = void 0;\n    if (element.type && element.type.defaultProps) {\n      defaultProps = element.type.defaultProps;\n    }\n    for (propName in config) {\n      if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n        if (config[propName] === undefined && defaultProps !== undefined) {\n          // Resolve default props\n          props[propName] = defaultProps[propName];\n        } else {\n          props[propName] = config[propName];\n        }\n      }\n    }\n  }\n\n  // Children can be more than one argument, and those are transferred onto\n  // the newly allocated props object.\n  var childrenLength = arguments.length - 2;\n  if (childrenLength === 1) {\n    props.children = children;\n  } else if (childrenLength > 1) {\n    var childArray = Array(childrenLength);\n    for (var i = 0; i < childrenLength; i++) {\n      childArray[i] = arguments[i + 2];\n    }\n    props.children = childArray;\n  }\n\n  return ReactElement(element.type, key, ref, self, source, owner, props);\n}\n\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\nfunction isValidElement(object) {\n  return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\n\nvar SEPARATOR = '.';\nvar SUBSEPARATOR = ':';\n\n/**\n * Escape and wrap key so it is safe to use as a reactid\n *\n * @param {string} key to be escaped.\n * @return {string} the escaped key.\n */\nfunction escape(key) {\n  var escapeRegex = /[=:]/g;\n  var escaperLookup = {\n    '=': '=0',\n    ':': '=2'\n  };\n  var escapedString = ('' + key).replace(escapeRegex, function (match) {\n    return escaperLookup[match];\n  });\n\n  return '$' + escapedString;\n}\n\n/**\n * TODO: Test that a single child and an array with one item have the same key\n * pattern.\n */\n\nvar didWarnAboutMaps = false;\n\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction escapeUserProvidedKey(text) {\n  return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');\n}\n\nvar POOL_SIZE = 10;\nvar traverseContextPool = [];\nfunction getPooledTraverseContext(mapResult, keyPrefix, mapFunction, mapContext) {\n  if (traverseContextPool.length) {\n    var traverseContext = traverseContextPool.pop();\n    traverseContext.result = mapResult;\n    traverseContext.keyPrefix = keyPrefix;\n    traverseContext.func = mapFunction;\n    traverseContext.context = mapContext;\n    traverseContext.count = 0;\n    return traverseContext;\n  } else {\n    return {\n      result: mapResult,\n      keyPrefix: keyPrefix,\n      func: mapFunction,\n      context: mapContext,\n      count: 0\n    };\n  }\n}\n\nfunction releaseTraverseContext(traverseContext) {\n  traverseContext.result = null;\n  traverseContext.keyPrefix = null;\n  traverseContext.func = null;\n  traverseContext.context = null;\n  traverseContext.count = 0;\n  if (traverseContextPool.length < POOL_SIZE) {\n    traverseContextPool.push(traverseContext);\n  }\n}\n\n/**\n * @param {?*} children Children tree container.\n * @param {!string} nameSoFar Name of the key path so far.\n * @param {!function} callback Callback to invoke with each child found.\n * @param {?*} traverseContext Used to pass information throughout the traversal\n * process.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {\n  var type = typeof children;\n\n  if (type === 'undefined' || type === 'boolean') {\n    // All of the above are perceived as null.\n    children = null;\n  }\n\n  var invokeCallback = false;\n\n  if (children === null) {\n    invokeCallback = true;\n  } else {\n    switch (type) {\n      case 'string':\n      case 'number':\n        invokeCallback = true;\n        break;\n      case 'object':\n        switch (children.$$typeof) {\n          case REACT_ELEMENT_TYPE:\n          case REACT_PORTAL_TYPE:\n            invokeCallback = true;\n        }\n    }\n  }\n\n  if (invokeCallback) {\n    callback(traverseContext, children,\n    // If it's the only child, treat the name as if it was wrapped in an array\n    // so that it's consistent if the number of children grows.\n    nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);\n    return 1;\n  }\n\n  var child = void 0;\n  var nextName = void 0;\n  var subtreeCount = 0; // Count of children found in the current subtree.\n  var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n\n  if (Array.isArray(children)) {\n    for (var i = 0; i < children.length; i++) {\n      child = children[i];\n      nextName = nextNamePrefix + getComponentKey(child, i);\n      subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n    }\n  } else {\n    var iteratorFn = getIteratorFn(children);\n    if (typeof iteratorFn === 'function') {\n      {\n        // Warn about using Maps as children\n        if (iteratorFn === children.entries) {\n          !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;\n          didWarnAboutMaps = true;\n        }\n      }\n\n      var iterator = iteratorFn.call(children);\n      var step = void 0;\n      var ii = 0;\n      while (!(step = iterator.next()).done) {\n        child = step.value;\n        nextName = nextNamePrefix + getComponentKey(child, ii++);\n        subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);\n      }\n    } else if (type === 'object') {\n      var addendum = '';\n      {\n        addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + ReactDebugCurrentFrame.getStackAddendum();\n      }\n      var childrenString = '' + children;\n      invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum);\n    }\n  }\n\n  return subtreeCount;\n}\n\n/**\n * Traverses children that are typically specified as `props.children`, but\n * might also be specified through attributes:\n *\n * - `traverseAllChildren(this.props.children, ...)`\n * - `traverseAllChildren(this.props.leftPanelChildren, ...)`\n *\n * The `traverseContext` is an optional argument that is passed through the\n * entire traversal. It can be used to store accumulations or anything else that\n * the callback might find relevant.\n *\n * @param {?*} children Children tree object.\n * @param {!function} callback To invoke upon traversing each child.\n * @param {?*} traverseContext Context for traversal.\n * @return {!number} The number of children in this subtree.\n */\nfunction traverseAllChildren(children, callback, traverseContext) {\n  if (children == null) {\n    return 0;\n  }\n\n  return traverseAllChildrenImpl(children, '', callback, traverseContext);\n}\n\n/**\n * Generate a key string that identifies a component within a set.\n *\n * @param {*} component A component that could contain a manual key.\n * @param {number} index Index that is used if a manual key is not provided.\n * @return {string}\n */\nfunction getComponentKey(component, index) {\n  // Do some typechecking here since we call this blindly. We want to ensure\n  // that we don't block potential future ES APIs.\n  if (typeof component === 'object' && component !== null && component.key != null) {\n    // Explicit key\n    return escape(component.key);\n  }\n  // Implicit key determined by the index in the set\n  return index.toString(36);\n}\n\nfunction forEachSingleChild(bookKeeping, child, name) {\n  var func = bookKeeping.func,\n      context = bookKeeping.context;\n\n  func.call(context, child, bookKeeping.count++);\n}\n\n/**\n * Iterates through children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenforeach\n *\n * The provided forEachFunc(child, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} forEachFunc\n * @param {*} forEachContext Context for forEachContext.\n */\nfunction forEachChildren(children, forEachFunc, forEachContext) {\n  if (children == null) {\n    return children;\n  }\n  var traverseContext = getPooledTraverseContext(null, null, forEachFunc, forEachContext);\n  traverseAllChildren(children, forEachSingleChild, traverseContext);\n  releaseTraverseContext(traverseContext);\n}\n\nfunction mapSingleChildIntoContext(bookKeeping, child, childKey) {\n  var result = bookKeeping.result,\n      keyPrefix = bookKeeping.keyPrefix,\n      func = bookKeeping.func,\n      context = bookKeeping.context;\n\n\n  var mappedChild = func.call(context, child, bookKeeping.count++);\n  if (Array.isArray(mappedChild)) {\n    mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, function (c) {\n      return c;\n    });\n  } else if (mappedChild != null) {\n    if (isValidElement(mappedChild)) {\n      mappedChild = cloneAndReplaceKey(mappedChild,\n      // Keep both the (mapped) and old keys if they differ, just as\n      // traverseAllChildren used to do for objects as children\n      keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);\n    }\n    result.push(mappedChild);\n  }\n}\n\nfunction mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {\n  var escapedPrefix = '';\n  if (prefix != null) {\n    escapedPrefix = escapeUserProvidedKey(prefix) + '/';\n  }\n  var traverseContext = getPooledTraverseContext(array, escapedPrefix, func, context);\n  traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);\n  releaseTraverseContext(traverseContext);\n}\n\n/**\n * Maps children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenmap\n *\n * The provided mapFunction(child, key, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} func The map function.\n * @param {*} context Context for mapFunction.\n * @return {object} Object containing the ordered map of results.\n */\nfunction mapChildren(children, func, context) {\n  if (children == null) {\n    return children;\n  }\n  var result = [];\n  mapIntoWithKeyPrefixInternal(children, result, null, func, context);\n  return result;\n}\n\n/**\n * Count the number of children that are typically specified as\n * `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrencount\n *\n * @param {?*} children Children tree container.\n * @return {number} The number of children.\n */\nfunction countChildren(children) {\n  return traverseAllChildren(children, function () {\n    return null;\n  }, null);\n}\n\n/**\n * Flatten a children object (typically specified as `props.children`) and\n * return an array with appropriately re-keyed children.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrentoarray\n */\nfunction toArray(children) {\n  var result = [];\n  mapIntoWithKeyPrefixInternal(children, result, null, function (child) {\n    return child;\n  });\n  return result;\n}\n\n/**\n * Returns the first child in a collection of children and verifies that there\n * is only one child in the collection.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenonly\n *\n * The current implementation of this function assumes that a single child gets\n * passed without a wrapper, but the purpose of this helper function is to\n * abstract away the particular structure of children.\n *\n * @param {?object} children Child collection structure.\n * @return {ReactElement} The first and only `ReactElement` contained in the\n * structure.\n */\nfunction onlyChild(children) {\n  !isValidElement(children) ? invariant(false, 'React.Children.only expected to receive a single React element child.') : void 0;\n  return children;\n}\n\nfunction createContext(defaultValue, calculateChangedBits) {\n  if (calculateChangedBits === undefined) {\n    calculateChangedBits = null;\n  } else {\n    {\n      !(calculateChangedBits === null || typeof calculateChangedBits === 'function') ? warningWithoutStack$1(false, 'createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits) : void 0;\n    }\n  }\n\n  var context = {\n    $$typeof: REACT_CONTEXT_TYPE,\n    _calculateChangedBits: calculateChangedBits,\n    // As a workaround to support multiple concurrent renderers, we categorize\n    // some renderers as primary and others as secondary. We only expect\n    // there to be two concurrent renderers at most: React Native (primary) and\n    // Fabric (secondary); React DOM (primary) and React ART (secondary).\n    // Secondary renderers store their context values on separate fields.\n    _currentValue: defaultValue,\n    _currentValue2: defaultValue,\n    // Used to track how many concurrent renderers this context currently\n    // supports within in a single renderer. Such as parallel server rendering.\n    _threadCount: 0,\n    // These are circular\n    Provider: null,\n    Consumer: null\n  };\n\n  context.Provider = {\n    $$typeof: REACT_PROVIDER_TYPE,\n    _context: context\n  };\n\n  var hasWarnedAboutUsingNestedContextConsumers = false;\n  var hasWarnedAboutUsingConsumerProvider = false;\n\n  {\n    // A separate object, but proxies back to the original context object for\n    // backwards compatibility. It has a different $$typeof, so we can properly\n    // warn for the incorrect usage of Context as a Consumer.\n    var Consumer = {\n      $$typeof: REACT_CONTEXT_TYPE,\n      _context: context,\n      _calculateChangedBits: context._calculateChangedBits\n    };\n    // $FlowFixMe: Flow complains about not setting a value, which is intentional here\n    Object.defineProperties(Consumer, {\n      Provider: {\n        get: function () {\n          if (!hasWarnedAboutUsingConsumerProvider) {\n            hasWarnedAboutUsingConsumerProvider = true;\n            warning$1(false, 'Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');\n          }\n          return context.Provider;\n        },\n        set: function (_Provider) {\n          context.Provider = _Provider;\n        }\n      },\n      _currentValue: {\n        get: function () {\n          return context._currentValue;\n        },\n        set: function (_currentValue) {\n          context._currentValue = _currentValue;\n        }\n      },\n      _currentValue2: {\n        get: function () {\n          return context._currentValue2;\n        },\n        set: function (_currentValue2) {\n          context._currentValue2 = _currentValue2;\n        }\n      },\n      _threadCount: {\n        get: function () {\n          return context._threadCount;\n        },\n        set: function (_threadCount) {\n          context._threadCount = _threadCount;\n        }\n      },\n      Consumer: {\n        get: function () {\n          if (!hasWarnedAboutUsingNestedContextConsumers) {\n            hasWarnedAboutUsingNestedContextConsumers = true;\n            warning$1(false, 'Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');\n          }\n          return context.Consumer;\n        }\n      }\n    });\n    // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty\n    context.Consumer = Consumer;\n  }\n\n  {\n    context._currentRenderer = null;\n    context._currentRenderer2 = null;\n  }\n\n  return context;\n}\n\nfunction lazy(ctor) {\n  var lazyType = {\n    $$typeof: REACT_LAZY_TYPE,\n    _ctor: ctor,\n    // React uses these fields to store the result.\n    _status: -1,\n    _result: null\n  };\n\n  {\n    // In production, this would just set it on the object.\n    var defaultProps = void 0;\n    var propTypes = void 0;\n    Object.defineProperties(lazyType, {\n      defaultProps: {\n        configurable: true,\n        get: function () {\n          return defaultProps;\n        },\n        set: function (newDefaultProps) {\n          warning$1(false, 'React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n          defaultProps = newDefaultProps;\n          // Match production behavior more closely:\n          Object.defineProperty(lazyType, 'defaultProps', {\n            enumerable: true\n          });\n        }\n      },\n      propTypes: {\n        configurable: true,\n        get: function () {\n          return propTypes;\n        },\n        set: function (newPropTypes) {\n          warning$1(false, 'React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n          propTypes = newPropTypes;\n          // Match production behavior more closely:\n          Object.defineProperty(lazyType, 'propTypes', {\n            enumerable: true\n          });\n        }\n      }\n    });\n  }\n\n  return lazyType;\n}\n\nfunction forwardRef(render) {\n  {\n    if (render != null && render.$$typeof === REACT_MEMO_TYPE) {\n      warningWithoutStack$1(false, 'forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');\n    } else if (typeof render !== 'function') {\n      warningWithoutStack$1(false, 'forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);\n    } else {\n      !(\n      // Do not warn for 0 arguments because it could be due to usage of the 'arguments' object\n      render.length === 0 || render.length === 2) ? warningWithoutStack$1(false, 'forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.') : void 0;\n    }\n\n    if (render != null) {\n      !(render.defaultProps == null && render.propTypes == null) ? warningWithoutStack$1(false, 'forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?') : void 0;\n    }\n  }\n\n  return {\n    $$typeof: REACT_FORWARD_REF_TYPE,\n    render: render\n  };\n}\n\nfunction isValidElementType(type) {\n  return typeof type === 'string' || typeof type === 'function' ||\n  // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n  type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE);\n}\n\nfunction memo(type, compare) {\n  {\n    if (!isValidElementType(type)) {\n      warningWithoutStack$1(false, 'memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);\n    }\n  }\n  return {\n    $$typeof: REACT_MEMO_TYPE,\n    type: type,\n    compare: compare === undefined ? null : compare\n  };\n}\n\nfunction resolveDispatcher() {\n  var dispatcher = ReactCurrentOwner.currentDispatcher;\n  !(dispatcher !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component.') : void 0;\n  return dispatcher;\n}\n\nfunction useContext(Context, observedBits) {\n  var dispatcher = resolveDispatcher();\n  {\n    // TODO: add a more generic warning for invalid values.\n    if (Context._context !== undefined) {\n      var realContext = Context._context;\n      // Don't deduplicate because this legitimately causes bugs\n      // and nobody should be using this in existing code.\n      if (realContext.Consumer === Context) {\n        warning$1(false, 'Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');\n      } else if (realContext.Provider === Context) {\n        warning$1(false, 'Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');\n      }\n    }\n  }\n  return dispatcher.useContext(Context, observedBits);\n}\n\nfunction useState(initialState) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useState(initialState);\n}\n\nfunction useReducer(reducer, initialState, initialAction) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useReducer(reducer, initialState, initialAction);\n}\n\nfunction useRef(initialValue) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useRef(initialValue);\n}\n\nfunction useEffect(create, inputs) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useEffect(create, inputs);\n}\n\nfunction useLayoutEffect(create, inputs) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useLayoutEffect(create, inputs);\n}\n\nfunction useCallback(callback, inputs) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useCallback(callback, inputs);\n}\n\nfunction useMemo(create, inputs) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useMemo(create, inputs);\n}\n\nfunction useImperativeMethods(ref, create, inputs) {\n  var dispatcher = resolveDispatcher();\n  return dispatcher.useImperativeMethods(ref, create, inputs);\n}\n\n/**\n * ReactElementValidator provides a wrapper around a element factory\n * which validates the props passed to the element. This is intended to be\n * used only in DEV and could be replaced by a static type checker for languages\n * that support it.\n */\n\nvar propTypesMisspellWarningShown = void 0;\n\n{\n  propTypesMisspellWarningShown = false;\n}\n\nfunction getDeclarationErrorAddendum() {\n  if (ReactCurrentOwner.current) {\n    var name = getComponentName(ReactCurrentOwner.current.type);\n    if (name) {\n      return '\\n\\nCheck the render method of `' + name + '`.';\n    }\n  }\n  return '';\n}\n\nfunction getSourceInfoErrorAddendum(elementProps) {\n  if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {\n    var source = elementProps.__source;\n    var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n    var lineNumber = source.lineNumber;\n    return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n  }\n  return '';\n}\n\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n  var info = getDeclarationErrorAddendum();\n\n  if (!info) {\n    var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n    if (parentName) {\n      info = '\\n\\nCheck the top-level render call using <' + parentName + '>.';\n    }\n  }\n  return info;\n}\n\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\nfunction validateExplicitKey(element, parentType) {\n  if (!element._store || element._store.validated || element.key != null) {\n    return;\n  }\n  element._store.validated = true;\n\n  var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n  if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n    return;\n  }\n  ownerHasKeyUseWarning[currentComponentErrorInfo] = true;\n\n  // Usually the current owner is the offender, but if it accepts children as a\n  // property, it may be the creator of the child that's responsible for\n  // assigning it a key.\n  var childOwner = '';\n  if (element && element._owner && element._owner !== ReactCurrentOwner.current) {\n    // Give the component that originally created this child.\n    childOwner = ' It was passed a child from ' + getComponentName(element._owner.type) + '.';\n  }\n\n  setCurrentlyValidatingElement(element);\n  {\n    warning$1(false, '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.', currentComponentErrorInfo, childOwner);\n  }\n  setCurrentlyValidatingElement(null);\n}\n\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\nfunction validateChildKeys(node, parentType) {\n  if (typeof node !== 'object') {\n    return;\n  }\n  if (Array.isArray(node)) {\n    for (var i = 0; i < node.length; i++) {\n      var child = node[i];\n      if (isValidElement(child)) {\n        validateExplicitKey(child, parentType);\n      }\n    }\n  } else if (isValidElement(node)) {\n    // This element was passed in a valid location.\n    if (node._store) {\n      node._store.validated = true;\n    }\n  } else if (node) {\n    var iteratorFn = getIteratorFn(node);\n    if (typeof iteratorFn === 'function') {\n      // Entry iterators used to provide implicit keys,\n      // but now we print a separate warning for them later.\n      if (iteratorFn !== node.entries) {\n        var iterator = iteratorFn.call(node);\n        var step = void 0;\n        while (!(step = iterator.next()).done) {\n          if (isValidElement(step.value)) {\n            validateExplicitKey(step.value, parentType);\n          }\n        }\n      }\n    }\n  }\n}\n\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\nfunction validatePropTypes(element) {\n  var type = element.type;\n  if (type === null || type === undefined || typeof type === 'string') {\n    return;\n  }\n  var name = getComponentName(type);\n  var propTypes = void 0;\n  if (typeof type === 'function') {\n    propTypes = type.propTypes;\n  } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE ||\n  // Note: Memo only checks outer props here.\n  // Inner props are checked in the reconciler.\n  type.$$typeof === REACT_MEMO_TYPE)) {\n    propTypes = type.propTypes;\n  } else {\n    return;\n  }\n  if (propTypes) {\n    setCurrentlyValidatingElement(element);\n    checkPropTypes(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);\n    setCurrentlyValidatingElement(null);\n  } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n    propTypesMisspellWarningShown = true;\n    warningWithoutStack$1(false, 'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', name || 'Unknown');\n  }\n  if (typeof type.getDefaultProps === 'function') {\n    !type.getDefaultProps.isReactClassApproved ? warningWithoutStack$1(false, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;\n  }\n}\n\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\nfunction validateFragmentProps(fragment) {\n  setCurrentlyValidatingElement(fragment);\n\n  var keys = Object.keys(fragment.props);\n  for (var i = 0; i < keys.length; i++) {\n    var key = keys[i];\n    if (key !== 'children' && key !== 'key') {\n      warning$1(false, 'Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n      break;\n    }\n  }\n\n  if (fragment.ref !== null) {\n    warning$1(false, 'Invalid attribute `ref` supplied to `React.Fragment`.');\n  }\n\n  setCurrentlyValidatingElement(null);\n}\n\nfunction createElementWithValidation(type, props, children) {\n  var validType = isValidElementType(type);\n\n  // We warn in this case but don't throw. We expect the element creation to\n  // succeed and there will likely be errors in render.\n  if (!validType) {\n    var info = '';\n    if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n      info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n    }\n\n    var sourceInfo = getSourceInfoErrorAddendum(props);\n    if (sourceInfo) {\n      info += sourceInfo;\n    } else {\n      info += getDeclarationErrorAddendum();\n    }\n\n    var typeString = void 0;\n    if (type === null) {\n      typeString = 'null';\n    } else if (Array.isArray(type)) {\n      typeString = 'array';\n    } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n      typeString = '<' + (getComponentName(type.type) || 'Unknown') + ' />';\n      info = ' Did you accidentally export a JSX literal instead of a component?';\n    } else {\n      typeString = typeof type;\n    }\n\n    warning$1(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n  }\n\n  var element = createElement.apply(this, arguments);\n\n  // The result can be nullish if a mock or a custom function is used.\n  // TODO: Drop this when these are no longer allowed as the type argument.\n  if (element == null) {\n    return element;\n  }\n\n  // Skip key warning if the type isn't valid since our key validation logic\n  // doesn't expect a non-string/function type and can throw confusing errors.\n  // We don't want exception behavior to differ between dev and prod.\n  // (Rendering will throw with a helpful message and as soon as the type is\n  // fixed, the key warnings will appear.)\n  if (validType) {\n    for (var i = 2; i < arguments.length; i++) {\n      validateChildKeys(arguments[i], type);\n    }\n  }\n\n  if (type === REACT_FRAGMENT_TYPE) {\n    validateFragmentProps(element);\n  } else {\n    validatePropTypes(element);\n  }\n\n  return element;\n}\n\nfunction createFactoryWithValidation(type) {\n  var validatedFactory = createElementWithValidation.bind(null, type);\n  validatedFactory.type = type;\n  // Legacy hook: remove it\n  {\n    Object.defineProperty(validatedFactory, 'type', {\n      enumerable: false,\n      get: function () {\n        lowPriorityWarning$1(false, 'Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');\n        Object.defineProperty(this, 'type', {\n          value: type\n        });\n        return type;\n      }\n    });\n  }\n\n  return validatedFactory;\n}\n\nfunction cloneElementWithValidation(element, props, children) {\n  var newElement = cloneElement.apply(this, arguments);\n  for (var i = 2; i < arguments.length; i++) {\n    validateChildKeys(arguments[i], newElement.type);\n  }\n  validatePropTypes(newElement);\n  return newElement;\n}\n\nvar React = {\n  Children: {\n    map: mapChildren,\n    forEach: forEachChildren,\n    count: countChildren,\n    toArray: toArray,\n    only: onlyChild\n  },\n\n  createRef: createRef,\n  Component: Component,\n  PureComponent: PureComponent,\n\n  createContext: createContext,\n  forwardRef: forwardRef,\n  lazy: lazy,\n  memo: memo,\n\n  Fragment: REACT_FRAGMENT_TYPE,\n  StrictMode: REACT_STRICT_MODE_TYPE,\n  Suspense: REACT_SUSPENSE_TYPE,\n\n  createElement: createElementWithValidation,\n  cloneElement: cloneElementWithValidation,\n  createFactory: createFactoryWithValidation,\n  isValidElement: isValidElement,\n\n  version: ReactVersion,\n\n  unstable_ConcurrentMode: REACT_CONCURRENT_MODE_TYPE,\n  unstable_Profiler: REACT_PROFILER_TYPE,\n\n  __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ReactSharedInternals\n};\n\n// Note: some APIs are added with feature flags.\n// Make sure that stable builds for open source\n// don't modify the React object to avoid deopts.\n// Also let's not expose their names in stable builds.\n\nif (enableStableConcurrentModeAPIs) {\n  React.ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\n  React.Profiler = REACT_PROFILER_TYPE;\n  React.unstable_ConcurrentMode = undefined;\n  React.unstable_Profiler = undefined;\n}\n\nif (enableHooks) {\n  React.useCallback = useCallback;\n  React.useContext = useContext;\n  React.useEffect = useEffect;\n  React.useImperativeMethods = useImperativeMethods;\n  React.useLayoutEffect = useLayoutEffect;\n  React.useMemo = useMemo;\n  React.useReducer = useReducer;\n  React.useRef = useRef;\n  React.useState = useState;\n}\n\n\n\nvar React$2 = Object.freeze({\n\tdefault: React\n});\n\nvar React$3 = ( React$2 && React ) || React$2;\n\n// TODO: decide on the top-level export form.\n// This is hacky but makes it work with both Rollup and Jest.\nvar react = React$3.default || React$3;\n\nmodule.exports = react;\n  })();\n}\n\n\n//# sourceURL=webpack:///./node_modules/react/cjs/react.development.js?");
-
-/***/ }),
-
-/***/ "./node_modules/react/index.js":
-/*!*************************************!*\
-  !*** ./node_modules/react/index.js ***!
-  \*************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-eval("\n\nif (false) {} else {\n  module.exports = __webpack_require__(/*! ./cjs/react.development.js */ \"./node_modules/react/cjs/react.development.js\");\n}\n\n\n//# sourceURL=webpack:///./node_modules/react/index.js?");
-
-/***/ }),
-
-/***/ "./node_modules/webpack/buildin/global.js":
-/*!***********************************!*\
-  !*** (webpack)/buildin/global.js ***!
-  \***********************************/
-/*! no static exports found */
-/***/ (function(module, exports) {
-
-eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || Function(\"return this\")() || (1, eval)(\"this\");\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?");
-
-/***/ }),
-
-/***/ "./src/App.js":
-/*!********************!*\
-  !*** ./src/App.js ***!
-  \********************/
-/*! exports provided: default */
-/***/ (function(module, __webpack_exports__, __webpack_require__) {
-
-"use strict";
-eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var materialize_css_dist_css_materialize_css__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! materialize-css/dist/css/materialize.css */ \"./node_modules/materialize-css/dist/css/materialize.css\");\n/* harmony import */ var materialize_css_dist_css_materialize_css__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(materialize_css_dist_css_materialize_css__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var materialize_css_dist_js_materialize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! materialize-css/dist/js/materialize */ \"./node_modules/materialize-css/dist/js/materialize.js\");\n/* harmony import */ var materialize_css_dist_js_materialize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(materialize_css_dist_js_materialize__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! prop-types */ \"./node_modules/prop-types/index.js\");\n/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__);\nfunction _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\n\n\n\n\nvar OPTIONS_ONLINE_COMMON = [\"Portal ist nicht erreichbar\", \"Fehlermeldung(en) tauchen auf\", \"Anmeldung funktiontiert nicht\", \"Zugangsdaten vergessen\"];\nvar BASIC_OPTIONS = [{\n  id: \"deviceIssues\",\n  name: \"Probleme am Computer/Notebook\",\n  options: [{\n    id: \"loginIssue\",\n    name: \"Anmeldeproblem/Passwort vergessen\"\n  }, {\n    id: \"internetIssue\",\n    name: \"Internetproblem\"\n  }, {\n    id: \"noReaction\",\n    name: \"Programm-/Computerabsturz (keine Reaktion)\"\n  }, {\n    id: \"powerOffNoBoot\",\n    name: \"Computer/Notebook ist ausgegangen/startet nicht\"\n  }, {\n    id: \"speedIssue\",\n    name: \"Computer/Notebook zu langsam\"\n  }, {\n    id: \"noUSB\",\n    name: \"USB-Stick wird nicht erkannt\"\n  }, {\n    id: \"noOpenTray\",\n    name: \"CD/DVD-Laufwerk öffnet sich nicht\"\n  }, {\n    id: \"noCDDVD\",\n    name: \"CD/DVD wird nicht erkannt/abgespielt\"\n  }, {\n    id: \"keyboardMouse\",\n    name: \"Tastatur/Maus funktioniert nicht\"\n  }, {\n    id: \"missingHardware\",\n    name: \"Tastatur/Maus/Lautsprecher/etc. fehlt\"\n  }, {\n    id: \"missingKeys\",\n    name: \"Fehlende Tasten auf der Tastatur\"\n  }]\n}, {\n  id: \"infrastructureIssues\",\n  name: \"Infrastrukturprobleme\",\n  options: [{\n    id: \"presentationDeviceIssue\",\n    name: \"Problem mit Beamer/Fernseher\",\n    helpText: \"Bitte wähle aus, wo der Beamer bzw. Fernseher steht!\"\n  }, {\n    id: \"subMonitorIssue\",\n    name: \"Vertretungsplanmonitor funktioniert nicht\",\n    helpText: \"Nenne uns bitte in der Beschreibung ggf. weitere Informationen!\"\n  }, {\n    id: \"aulaIssue\",\n    name: \"Problem in der Aula (→Technik-AG)\",\n    helpText: \"Deine Anfrage wird direkt an die Technik-AG weitergeleitet.\"\n  }, {\n    id: \"wlanIssue\",\n    name: \"Probleme mit dem Schul-WLAN (kath-schueler/lehrer)\",\n    helpText: \"Nenne uns bitte unbedingt auch den Ort in der Schule, an dem das Problem auftrat.\"\n  }]\n}, {\n  id: \"onlineIssues\",\n  name: \"Webservices\",\n  options: [{\n    id: \"forum\",\n    name: \"Forum (ILIAS)\",\n    options: OPTIONS_ONLINE_COMMON.concat([\"Ich kann meinen Kurs bzw. Klasse nicht sehen/finden.\", \"Ich kann keine Dateien hochladen.\", \"Es taucht eine weiße Seite auf.\", \"Ich habe falsche Informationen gefunden.\"])\n  }, {\n    id: \"mail\",\n    name: \"Webmail/Mailserver\",\n    options: OPTIONS_ONLINE_COMMON.concat([\"Mein E-Mail-Programm funktioniert mit meiner …@katharineum.de-Adresse nicht.\", \"Ich bekomme keine E-Mails bzw. kann keine senden.\"])\n  }, {\n    id: \"schoolapps\",\n    name: \"SchoolApps\",\n    options: OPTIONS_ONLINE_COMMON.concat([\"Der Stundenplan/Vertretungsplan ist falsch.\", \"Ich bin der falschen Klasse zugeordnet.\", \"Ich habe einen Fehler gefunden.\"])\n  }, {\n    id: \"subOrMenu\",\n    name: \"Vertretungsplan/Speiseplan\",\n    options: OPTIONS_ONLINE_COMMON.concat([\"Kein Vertretungsplan zu sehen\", \"Falscher Vertretungsplan zu sehen\", \"Kein Speiseplan zu sehen\", \"Falscher Speiseplan zu sehen\"])\n  }, {\n    id: \"website\",\n    name: \"Website (katharineum-zu-luebeck.de)\",\n    options: [\"Website nicht erreichbar\", \"Falsche Inhalte vorhanden\", \"Typografiefehler\"]\n  }, {\n    id: \"otherOnlineIssue\",\n    name: \"Andere Anwendung\"\n  }]\n}, {\n  id: \"otherIssues\",\n  name: \"Andere Probleme\",\n  options: [{\n    id: \"extra\",\n    name: \"Sonstiges\"\n  }]\n}];\nvar ROOMS_WITH_PRESENTATION_DEVICE = [\"R 0.04\", \"R 0.05\", \"R 0.07\", \"R 0.08\"];\nvar OTHER_LOCATIONS = [\"Notebookwagen 1\", \"NotebookqAFWN 1\"];\nvar LOCATIONS = ROOMS_WITH_PRESENTATION_DEVICE.concat(OTHER_LOCATIONS);\n\nfunction getCategoryOfOption(option) {\n  for (var _i = 0; _i < BASIC_OPTIONS.length; _i++) {\n    var category = BASIC_OPTIONS[_i];\n    // console.log(category);\n    var _iteratorNormalCompletion = true;\n    var _didIteratorError = false;\n    var _iteratorError = undefined;\n\n    try {\n      for (var _iterator = category.options[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n        var opt = _step.value;\n\n        // console.log(opt);\n        if (opt.id === option) {\n          return category.id;\n        }\n      }\n    } catch (err) {\n      _didIteratorError = true;\n      _iteratorError = err;\n    } finally {\n      try {\n        if (!_iteratorNormalCompletion && _iterator.return != null) {\n          _iterator.return();\n        }\n      } finally {\n        if (_didIteratorError) {\n          throw _iteratorError;\n        }\n      }\n    }\n  }\n}\n\nfunction getOption(option) {\n  for (var _i2 = 0; _i2 < BASIC_OPTIONS.length; _i2++) {\n    var category = BASIC_OPTIONS[_i2];\n    // console.log(category);\n    var _iteratorNormalCompletion2 = true;\n    var _didIteratorError2 = false;\n    var _iteratorError2 = undefined;\n\n    try {\n      for (var _iterator2 = category.options[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {\n        var opt = _step2.value;\n\n        // console.log(opt);\n        if (opt.id === option) {\n          return opt;\n        }\n      }\n    } catch (err) {\n      _didIteratorError2 = true;\n      _iteratorError2 = err;\n    } finally {\n      try {\n        if (!_iteratorNormalCompletion2 && _iterator2.return != null) {\n          _iterator2.return();\n        }\n      } finally {\n        if (_didIteratorError2) {\n          throw _iteratorError2;\n        }\n      }\n    }\n  }\n}\n\nvar Select =\n/*#__PURE__*/\nfunction (_Component) {\n  _inherits(Select, _Component);\n\n  function Select() {\n    _classCallCheck(this, Select);\n\n    return _possibleConstructorReturn(this, _getPrototypeOf(Select).apply(this, arguments));\n  }\n\n  _createClass(Select, [{\n    key: \"render\",\n    value: function render() {\n      return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"select\", {\n        onChange: this.props.onChange,\n        defaultValue: \"no\",\n        required: true\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"option\", {\n        value: \"no\",\n        disabled: true\n      }, \"Nichts ausgew\\xE4hlt\"), this.props.values.map(function (val, i) {\n        return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"option\", {\n          value: val,\n          key: i\n        }, val);\n      }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"option\", {\n        value: \"extra\"\n      }, this.props.defaultValue));\n    }\n  }]);\n\n  return Select;\n}(react__WEBPACK_IMPORTED_MODULE_0__[\"Component\"]);\n\nSelect.propTypes = {\n  onChange: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.func.isRequired,\n  values: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.array.isRequired,\n  defaultValue: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string\n};\nSelect.defaultProps = {\n  defaultValue: \"Sonstiges\"\n};\n\nvar Input =\n/*#__PURE__*/\nfunction (_Component2) {\n  _inherits(Input, _Component2);\n\n  function Input() {\n    _classCallCheck(this, Input);\n\n    return _possibleConstructorReturn(this, _getPrototypeOf(Input).apply(this, arguments));\n  }\n\n  _createClass(Input, [{\n    key: \"render\",\n    value: function render() {\n      return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: (this.props.show ? \"\" : \"hide \") + \"input-field col s4\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n        className: \"material-icons prefix\"\n      }, this.props.icon), this.props.children, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"label\", null, this.props.label));\n    }\n  }]);\n\n  return Input;\n}(react__WEBPACK_IMPORTED_MODULE_0__[\"Component\"]);\n\nInput.propTypes = {\n  icon: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string,\n  show: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.bool,\n  label: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.string.isRequired,\n  children: prop_types__WEBPACK_IMPORTED_MODULE_3___default.a.object.isRequired\n};\nInput.defaultProps = {\n  icon: \"list\",\n  show: false\n};\n\nvar App =\n/*#__PURE__*/\nfunction (_Component3) {\n  _inherits(App, _Component3);\n\n  function App() {\n    var _this;\n\n    _classCallCheck(this, App);\n\n    _this = _possibleConstructorReturn(this, _getPrototypeOf(App).call(this));\n\n    _this._onCategoryChanges = function (e) {\n      var opt = e.target.value;\n      var category = getCategoryOfOption(opt);\n      var option = getOption(opt); // Get matching helper text\n\n      var helpText = option.helpText || _this.state.helpText;\n\n      if (category === \"deviceIssues\") {\n        helpText = \"Wähle bitte das Gerät mit dem Problem aus! Bitte vergiss nicht, uns das Problem unten genauer zu beschreiben!\";\n      } else if (category === \"onlineIssues\") {\n        helpText = \"Bitte konkretisiere das Problem durch eine Auswahl und gib bitte unten genauere Informationen an.\";\n      } else if (category === \"otherIssues\") {\n        helpText = \"Da es sich scheinbar um ein seltenes oder noch nicht erfasstes Problem handelt, gib uns bitte besonders viele Informationen.\";\n      } // Update state\n\n\n      _this.setState({\n        selectedCategory: category,\n        selectedOption: option,\n        step: 1,\n        helpText: helpText\n      });\n    };\n\n    _this._onSetB = function (e) {\n      var val = e.target.value;\n\n      _this.setState({\n        valueB: val,\n        step: 2\n      });\n    };\n\n    _this._onSetC = function (e) {\n      var val = e.target.value;\n\n      _this.setState({\n        valueC: val,\n        step: 2\n      });\n    };\n\n    _this.state = {\n      selectedCategory: \"noCategory\",\n      selectedOption: null,\n      helpText: \"Wähle bitte eine Kategorie aus!\",\n      valueB: \"\",\n      valueC: \"\",\n      step: 0\n    };\n    return _this;\n  }\n\n  _createClass(App, [{\n    key: \"componentDidMount\",\n    value: function componentDidMount() {\n      // Init materialize selects\n      var elems = document.querySelectorAll('select');\n      materialize_css_dist_js_materialize__WEBPACK_IMPORTED_MODULE_2___default.a.FormSelect.init(elems, {});\n    }\n  }, {\n    key: \"render\",\n    value: function render() {\n      console.log(this.state);\n      var that = this;\n      var sC = this.state.selectedCategory;\n      var sO = this.state.selectedOption ? this.state.selectedOption.id : null;\n      var step = this.state.step;\n      console.log(BASIC_OPTIONS[2].options);\n      return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: \"App\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: \"row\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: \"input-field col s4\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n        className: \"material-icons prefix\"\n      }, \"list\"), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"select\", {\n        onChange: this._onCategoryChanges,\n        defaultValue: \"noCategory\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"option\", {\n        value: \"noCategory\",\n        disabled: true\n      }, \"Keine Kategorie ausgew\\xE4hlt\"), BASIC_OPTIONS.map(function (category) {\n        return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"optgroup\", {\n          label: category.name,\n          key: category.id\n        }, category.options.map(function (option) {\n          return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"option\", {\n            value: option.id,\n            key: option.id\n          }, option.name);\n        }));\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"label\", null, \"Kategorie\")), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Ort des Computer/Notebook\",\n        icon: \"location_on\",\n        show: sC === \"deviceIssues\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetB,\n        values: LOCATIONS,\n        defaultValue: \"Anderer Ort\"\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Ort des Beamer/Fernseher\",\n        icon: \"location_on\",\n        show: sO === \"presentationDeviceIssue\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetB,\n        values: ROOMS_WITH_PRESENTATION_DEVICE,\n        defaultValue: \"Anderer Raum\"\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Art des Problems\",\n        icon: \"bug_report\",\n        show: sO === \"subMonitorIssue\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetB,\n        values: [\"Schwarzer Bildschirm\", \"Tage wechseln nicht (Eingefroren)\"],\n        defaultValue: \"Anderer Raum\"\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Art des Problems\",\n        icon: \"bug_report\",\n        show: sO === \"wlanIssue\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetB,\n        values: [\"Kein Empfang\", \"Zugangsdaten funktionieren nicht\", \"Geschwindigkeit zu langsam\"],\n        defaultValue: \"Anderes Problem\"\n      })), BASIC_OPTIONS[2].options.map(function (opt) {\n        if (opt.options) {\n          return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n            label: \"Art des Problems\",\n            icon: \"bug_report\",\n            show: sC === \"onlineIssues\" && sO === opt.id,\n            key: opt.id\n          }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n            onChange: that._onSetB,\n            values: opt.options,\n            defaultValue: \"Anderes Problem\"\n          }));\n        } else {\n          return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"p\", null);\n        }\n      }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Handelt es sich um einen Beamer oder einen Fernseher?\",\n        icon: \"tv\",\n        show: sO === \"presentationDeviceIssue\" && step === 2\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetC,\n        values: [\"Beamer\", \"Fernseher/Bildschirm\"],\n        defaultValue: \"Sonstiges\"\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Input, {\n        label: \"Um welches WLAN-Netzwerk handelt es sich?\",\n        icon: \"wifi\",\n        show: sO === \"wlanIssue\" && step === 2\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Select, {\n        onChange: this._onSetC,\n        values: [\"kath-schueler\", \"kath-lehrer\", \"kath-edu\", \"kath-gaeste\"],\n        defaultValue: \"-\"\n      })), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: (sC === \"deviceIssues\" && step === 2 ? \"\" : \"hide \") + \"input-field col s4\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n        className: \"material-icons prefix\"\n      }, \"device_unknown\"), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"input\", {\n        type: \"text\",\n        id: \"valc\",\n        onChange: this._onSetC,\n        required: true\n      }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"label\", {\n        htmlFor: \"valc\"\n      }, \"Um welches Ger\\xE4t handelt es sich?\")), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", {\n        className: \"col s12\"\n      }, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"p\", null, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"i\", {\n        className: \"material-icons left\"\n      }, \"info\"), this.state.helpText))), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"div\", null, react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"input\", {\n        type: \"hidden\",\n        name: \"a\",\n        value: this.state.selectedOption ? this.state.selectedOption.name : \"\"\n      }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"input\", {\n        type: \"hidden\",\n        name: \"b\",\n        value: this.state.valueB\n      }), react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(\"input\", {\n        type: \"hidden\",\n        name: \"c\",\n        value: this.state.valueC\n      })));\n    }\n  }]);\n\n  return App;\n}(react__WEBPACK_IMPORTED_MODULE_0__[\"Component\"]);\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (App);\n\n//# sourceURL=webpack:///./src/App.js?");
-
-/***/ })
-
-/******/ });
\ No newline at end of file
diff --git a/dynselect/src/App.js b/dynselect/src/App.js
index 0b8148e8b8b6fd4fc4b4e8caa5b314a0ec5f5580..344a20782e350cc01b67107bdda65b9b09adecf7 100755
--- a/dynselect/src/App.js
+++ b/dynselect/src/App.js
@@ -168,11 +168,15 @@ const ROOMS_WITH_PRESENTATION_DEVICE = [
 ];
 
 const OTHER_LOCATIONS = [
-    "Notebookwagen 1",
-    "NotebookqAFWN 1",
+    "Notebookwagen 1. Stock/R 2.06",
+    "Notebookwagen 2. Stock/R 2.10",
+    "Notebookwagen 3. Stock/Physik",
+    "Internetcafe",
+    "Infopoint/Sekretariatsvorraum",
+    "Lehrerzimmer (Vorraum)",
+    "Lehrerzimmer (Hauptraum)"
 ];
 
-const LOCATIONS = ROOMS_WITH_PRESENTATION_DEVICE.concat(OTHER_LOCATIONS);
 
 function getCategoryOfOption(option) {
     for (const category of BASIC_OPTIONS) {
@@ -306,6 +310,9 @@ class App extends Component {
     };
 
     render() {
+    let LOCATIONS = this.props.rooms.concat(OTHER_LOCATIONS);
+    LOCATIONS.sort();
+
         console.log(this.state);
         const that = this;
         const sC = this.state.selectedCategory;
@@ -419,4 +426,8 @@ class App extends Component {
     }
 }
 
+App.propTypes = {
+    rooms: PropTypes.array.isRequired
+};
+
 export default App;
diff --git a/dynselect/src/index.js b/dynselect/src/index.js
index b597a44232c2a3b77943c95857fa5c6075cf69d8..e73b55029cb4c4f23687c9c941d81778937ff50b 100755
--- a/dynselect/src/index.js
+++ b/dynselect/src/index.js
@@ -2,4 +2,8 @@ import React from 'react';
 import ReactDOM from 'react-dom';
 import App from './App';
 
-ReactDOM.render(<App />, document.getElementById('root'));
+ReactDOM.render( < App
+rooms = {["A", "B"
+]
+}
+/>, document.getElementById('root'));
diff --git a/dynselect2/build.sh b/dynselect2/build.sh
index 65dd7bd9edf00cee3b9296f1cbbcdfb3e3e0bd3c..29e8d86ffe71cadb976bf665f3e5feebd3394cbf 100755
--- a/dynselect2/build.sh
+++ b/dynselect2/build.sh
@@ -1,3 +1,7 @@
 #!/usr/bin/env bash
+cp ../dynselect/src/App.js src/App.js
+read -p "Now remove CSS line. Then press [ENTER]."
+cat mounter.js >> src/App.js
 gulp build
-cp build/* ../schoolapps/static/support/
\ No newline at end of file
+cp build/* ../schoolapps/static/support/
+rm build/*
diff --git a/dynselect2/mounter.js b/dynselect2/mounter.js
new file mode 100644
index 0000000000000000000000000000000000000000..b0df1ea7d14140e4e9623f9914c3bed6a293eec7
--- /dev/null
+++ b/dynselect2/mounter.js
@@ -0,0 +1,4 @@
+ReactDOM.render(
+    React.createElement(App, window.props),    // gets the props that are passed in the template
+    window.react_mount                                // a reference to the #react div that we render to
+);
diff --git a/dynselect2/src/App.js b/dynselect2/src/App.js
index 149ac7a258be9a4da6fca6bd9cfcf86e6d47446b..8cb554c9a1989d90db26579fcb100b1460d851bb 100755
--- a/dynselect2/src/App.js
+++ b/dynselect2/src/App.js
@@ -1,5 +1,4 @@
 import React, {Component} from 'react';
-import ReactDOM from "react-dom";
 // import "materialize-css/dist/css/materialize.css";
 
 import M from "materialize-css/dist/js/materialize";
@@ -169,11 +168,15 @@ const ROOMS_WITH_PRESENTATION_DEVICE = [
 ];
 
 const OTHER_LOCATIONS = [
-    "Notebookwagen 1",
-    "NotebookqAFWN 1",
+    "Notebookwagen 1. Stock/R 2.06",
+    "Notebookwagen 2. Stock/R 2.10",
+    "Notebookwagen 3. Stock/Physik",
+    "Internetcafe",
+    "Infopoint/Sekretariatsvorraum",
+    "Lehrerzimmer (Vorraum)",
+    "Lehrerzimmer (Hauptraum)"
 ];
 
-const LOCATIONS = ROOMS_WITH_PRESENTATION_DEVICE.concat(OTHER_LOCATIONS);
 
 function getCategoryOfOption(option) {
     for (const category of BASIC_OPTIONS) {
@@ -207,7 +210,8 @@ class Select extends Component {
         select
         onChange = {this.props.onChange
     }
-        defaultValue = {"no"} >
+        defaultValue = {"no"}
+        required = {true} >
             < option
         value = {"no"}
         disabled = {true} > Nichts
@@ -278,20 +282,6 @@ Input.defaultProps = {
 };
 
 class App extends Component {
-    _onCategoryChanges = (e) =
-    const
-    opt = e.target.value;
-> {
-    const
-    category = getCategoryOfOption(opt);
-    const
-    option = getOption(opt);
-    // Get matching helper text
-    let
-    helpText = option.helpText || this.state.helpText;
-    "deviceIssues"
-    helpText = "Wähle bitte das Gerät mit dem Problem aus! Bitte vergiss nicht, uns das Problem unten genauer zu beschreiben!"
-
     constructor() {
         super();
         this.state = {
@@ -304,14 +294,27 @@ class App extends Component {
         }
     }
 
-===
-
     componentDidMount() {
         // Init materialize selects
         const elems = document.querySelectorAll('select');
         M.FormSelect.init(elems, {});
     }
 
+    _onCategoryChanges = (e) =
+> {
+    const
+    opt = e.target.value;
+    const
+    category = getCategoryOfOption(opt);
+    const
+    option = getOption(opt);
+
+    // Get matching helper text
+    let
+    helpText = option.helpText || this.state.helpText;
+    "deviceIssues"
+===
+    helpText = "Wähle bitte das Gerät mit dem Problem aus! Bitte vergiss nicht, uns das Problem unten genauer zu beschreiben!"
 ) {
 
     if(category
@@ -358,6 +361,9 @@ _onSetC = (e) =
 
 render()
 {
+    let LOCATIONS = this.props.rooms.concat(OTHER_LOCATIONS);
+    LOCATIONS.sort();
+
     console.log(this.state);
     const that = this;
     const sC = this.state.selectedCategory;
@@ -574,6 +580,7 @@ render()
     id = {"valc"}
     onChange = {this._onSetC
 }
+    required = {true}
     />
     < label
     htmlFor = "valc" > Um
@@ -634,7 +641,12 @@ render()
 }
 }
 
+App.propTypes = {
+    rooms: PropTypes.array.isRequired
+};
+
+export default App;
 ReactDOM.render(
     React.createElement(App, window.props),    // gets the props that are passed in the template
     window.react_mount                                // a reference to the #react div that we render to
-);
\ No newline at end of file
+);
diff --git a/dynselect2/src/index.js b/dynselect2/src/index.js
deleted file mode 100755
index 6c3c3787a240c21ddd24235e2fb766bb5f20295a..0000000000000000000000000000000000000000
--- a/dynselect2/src/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
-import App from './App';
-
-ReactDOM.render( < App / >, document.getElementById('root')
-)
-;
diff --git a/schoolapps/static/support/bundle.js b/schoolapps/static/support/bundle.js
index 53b133d49c5111d75fe51a1712359ae6958823aa..83412d8f2b9f5c4de715ca23bc51609e3130a65f 100644
--- a/schoolapps/static/support/bundle.js
+++ b/schoolapps/static/support/bundle.js
@@ -13921,7 +13921,7 @@ object-assign
     9: [function (require, module, exports) {
         (function (process) {
             /** @license React v16.7.0
-             * react-dom.development.js
+             * react.development.js
              *
              * Copyright (c) Facebook, Inc. and its affiliates.
              *
@@ -13936,11 +13936,84 @@ object-assign
                 (function () {
                     'use strict';
 
-                    var React = require('react');
                     var _assign = require('object-assign');
                     var checkPropTypes = require('prop-types/checkPropTypes');
-                    var scheduler = require('scheduler');
-                    var tracing = require('scheduler/tracing');
+
+// TODO: this is special because it gets imported during build.
+
+                    var ReactVersion = '16.7.0';
+
+// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
+// nor polyfill, then a plain number is used for performance.
+                    var hasSymbol = typeof Symbol === 'function' && Symbol.for;
+
+                    var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
+                    var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
+                    var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
+                    var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
+                    var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
+                    var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
+                    var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
+
+                    var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
+                    var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
+                    var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
+                    var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
+                    var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
+
+                    var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
+                    var FAUX_ITERATOR_SYMBOL = '@@iterator';
+
+                    function getIteratorFn(maybeIterable) {
+                        if (maybeIterable === null || typeof maybeIterable !== 'object') {
+                            return null;
+                        }
+                        var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
+                        if (typeof maybeIterator === 'function') {
+                            return maybeIterator;
+                        }
+                        return null;
+                    }
+
+                    var enableHooks = false;
+// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
+
+
+// In some cases, StrictMode should also double-render lifecycles.
+// This can be confusing for tests though,
+// And it can be bad for performance in production.
+// This feature flag can be used to control the behavior:
+
+
+// To preserve the "Pause on caught exceptions" behavior of the debugger, we
+// replay the begin phase of a failed component inside invokeGuardedCallback.
+
+
+// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
+
+
+// Gather advanced timing metrics for Profiler subtrees.
+
+
+// Trace which interactions trigger each commit.
+
+
+// Only used in www builds.
+                    // TODO: true? Here it might just be false.
+
+// Only used in www builds.
+
+
+// Only used in www builds.
+
+
+// React Fire: prevent the value and checked attributes from syncing
+// with their related DOM properties
+
+
+// These APIs will no longer be "unstable" in the upcoming 16.7 release,
+// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
+                    var enableStableConcurrentModeAPIs = false;
 
                     /**
                      * Use invariant() to assert state which your program assumes to be true.
@@ -13988,411 +14061,60 @@ object-assign
 // Relying on the `invariant()` implementation lets us
 // preserve the format and params in the www builds.
 
-                    !React ? invariant(false, 'ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.') : void 0;
-
-                    var invokeGuardedCallbackImpl = function (name, func, context, a, b, c, d, e, f) {
-                        var funcArgs = Array.prototype.slice.call(arguments, 3);
-                        try {
-                            func.apply(context, funcArgs);
-                        } catch (error) {
-                            this.onError(error);
-                        }
-                    };
-
-                    {
-                        // In DEV mode, we swap out invokeGuardedCallback for a special version
-                        // that plays more nicely with the browser's DevTools. The idea is to preserve
-                        // "Pause on exceptions" behavior. Because React wraps all user-provided
-                        // functions in invokeGuardedCallback, and the production version of
-                        // invokeGuardedCallback uses a try-catch, all user exceptions are treated
-                        // like caught exceptions, and the DevTools won't pause unless the developer
-                        // takes the extra step of enabling pause on caught exceptions. This is
-                        // untintuitive, though, because even though React has caught the error, from
-                        // the developer's perspective, the error is uncaught.
-                        //
-                        // To preserve the expected "Pause on exceptions" behavior, we don't use a
-                        // try-catch in DEV. Instead, we synchronously dispatch a fake event to a fake
-                        // DOM node, and call the user-provided callback from inside an event handler
-                        // for that fake event. If the callback throws, the error is "captured" using
-                        // a global event handler. But because the error happens in a different
-                        // event loop context, it does not interrupt the normal program flow.
-                        // Effectively, this gives us try-catch behavior without actually using
-                        // try-catch. Neat!
-
-                        // Check that the browser supports the APIs we need to implement our special
-                        // DEV version of invokeGuardedCallback
-                        if (typeof window !== 'undefined' && typeof window.dispatchEvent === 'function' && typeof document !== 'undefined' && typeof document.createEvent === 'function') {
-                            var fakeNode = document.createElement('react');
-
-                            var invokeGuardedCallbackDev = function (name, func, context, a, b, c, d, e, f) {
-                                // If document doesn't exist we know for sure we will crash in this method
-                                // when we call document.createEvent(). However this can cause confusing
-                                // errors: https://github.com/facebookincubator/create-react-app/issues/3482
-                                // So we preemptively throw with a better message instead.
-                                !(typeof document !== 'undefined') ? invariant(false, 'The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.') : void 0;
-                                var evt = document.createEvent('Event');
-
-                                // Keeps track of whether the user-provided callback threw an error. We
-                                // set this to true at the beginning, then set it to false right after
-                                // calling the function. If the function errors, `didError` will never be
-                                // set to false. This strategy works even if the browser is flaky and
-                                // fails to call our global error handler, because it doesn't rely on
-                                // the error event at all.
-                                var didError = true;
-
-                                // Keeps track of the value of window.event so that we can reset it
-                                // during the callback to let user code access window.event in the
-                                // browsers that support it.
-                                var windowEvent = window.event;
-
-                                // Keeps track of the descriptor of window.event to restore it after event
-                                // dispatching: https://github.com/facebook/react/issues/13688
-                                var windowEventDescriptor = Object.getOwnPropertyDescriptor(window, 'event');
-
-                                // Create an event handler for our fake event. We will synchronously
-                                // dispatch our fake event using `dispatchEvent`. Inside the handler, we
-                                // call the user-provided callback.
-                                var funcArgs = Array.prototype.slice.call(arguments, 3);
-
-                                function callCallback() {
-                                    // We immediately remove the callback from event listeners so that
-                                    // nested `invokeGuardedCallback` calls do not clash. Otherwise, a
-                                    // nested call would trigger the fake event handlers of any call higher
-                                    // in the stack.
-                                    fakeNode.removeEventListener(evtType, callCallback, false);
-
-                                    // We check for window.hasOwnProperty('event') to prevent the
-                                    // window.event assignment in both IE <= 10 as they throw an error
-                                    // "Member not found" in strict mode, and in Firefox which does not
-                                    // support window.event.
-                                    if (typeof window.event !== 'undefined' && window.hasOwnProperty('event')) {
-                                        window.event = windowEvent;
-                                    }
-
-                                    func.apply(context, funcArgs);
-                                    didError = false;
-                                }
-
-                                // Create a global error event handler. We use this to capture the value
-                                // that was thrown. It's possible that this error handler will fire more
-                                // than once; for example, if non-React code also calls `dispatchEvent`
-                                // and a handler for that event throws. We should be resilient to most of
-                                // those cases. Even if our error event handler fires more than once, the
-                                // last error event is always used. If the callback actually does error,
-                                // we know that the last error event is the correct one, because it's not
-                                // possible for anything else to have happened in between our callback
-                                // erroring and the code that follows the `dispatchEvent` call below. If
-                                // the callback doesn't error, but the error event was fired, we know to
-                                // ignore it because `didError` will be false, as described above.
-                                var error = void 0;
-                                // Use this to track whether the error event is ever called.
-                                var didSetError = false;
-                                var isCrossOriginError = false;
-
-                                function handleWindowError(event) {
-                                    error = event.error;
-                                    didSetError = true;
-                                    if (error === null && event.colno === 0 && event.lineno === 0) {
-                                        isCrossOriginError = true;
-                                    }
-                                    if (event.defaultPrevented) {
-                                        // Some other error handler has prevented default.
-                                        // Browsers silence the error report if this happens.
-                                        // We'll remember this to later decide whether to log it or not.
-                                        if (error != null && typeof error === 'object') {
-                                            try {
-                                                error._suppressLogging = true;
-                                            } catch (inner) {
-                                                // Ignore.
-                                            }
-                                        }
-                                    }
-                                }
-
-                                // Create a fake event type.
-                                var evtType = 'react-' + (name ? name : 'invokeguardedcallback');
-
-                                // Attach our event handlers
-                                window.addEventListener('error', handleWindowError);
-                                fakeNode.addEventListener(evtType, callCallback, false);
-
-                                // Synchronously dispatch our fake event. If the user-provided function
-                                // errors, it will trigger our global error handler.
-                                evt.initEvent(evtType, false, false);
-                                fakeNode.dispatchEvent(evt);
-
-                                if (windowEventDescriptor) {
-                                    Object.defineProperty(window, 'event', windowEventDescriptor);
-                                }
-
-                                if (didError) {
-                                    if (!didSetError) {
-                                        // The callback errored, but the error event never fired.
-                                        error = new Error('An error was thrown inside one of your components, but React ' + "doesn't know what it was. This is likely due to browser " + 'flakiness. React does its best to preserve the "Pause on ' + 'exceptions" behavior of the DevTools, which requires some ' + "DEV-mode only tricks. It's possible that these don't work in " + 'your browser. Try triggering the error in production mode, ' + 'or switching to a modern browser. If you suspect that this is ' + 'actually an issue with React, please file an issue.');
-                                    } else if (isCrossOriginError) {
-                                        error = new Error("A cross-origin error was thrown. React doesn't have access to " + 'the actual error object in development. ' + 'See https://fb.me/react-crossorigin-error for more information.');
-                                    }
-                                    this.onError(error);
-                                }
-
-                                // Remove our event listeners
-                                window.removeEventListener('error', handleWindowError);
-                            };
-
-                            invokeGuardedCallbackImpl = invokeGuardedCallbackDev;
-                        }
-                    }
-
-                    var invokeGuardedCallbackImpl$1 = invokeGuardedCallbackImpl;
-
-// Used by Fiber to simulate a try-catch.
-                    var hasError = false;
-                    var caughtError = null;
-
-// Used by event system to capture/rethrow the first error.
-                    var hasRethrowError = false;
-                    var rethrowError = null;
-
-                    var reporter = {
-                        onError: function (error) {
-                            hasError = true;
-                            caughtError = error;
-                        }
-                    };
-
-                    /**
-                     * Call a function while guarding against errors that happens within it.
-                     * Returns an error if it throws, otherwise null.
-                     *
-                     * In production, this is implemented using a try-catch. The reason we don't
-                     * use a try-catch directly is so that we can swap out a different
-                     * implementation in DEV mode.
-                     *
-                     * @param {String} name of the guard to use for logging or debugging
-                     * @param {Function} func The function to invoke
-                     * @param {*} context The context to use when calling the function
-                     * @param {...*} args Arguments for function
-                     */
-                    function invokeGuardedCallback(name, func, context, a, b, c, d, e, f) {
-                        hasError = false;
-                        caughtError = null;
-                        invokeGuardedCallbackImpl$1.apply(reporter, arguments);
-                    }
-
                     /**
-                     * Same as invokeGuardedCallback, but instead of returning an error, it stores
-                     * it in a global so it can be rethrown by `rethrowCaughtError` later.
-                     * TODO: See if caughtError and rethrowError can be unified.
+                     * Forked from fbjs/warning:
+                     * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js
                      *
-                     * @param {String} name of the guard to use for logging or debugging
-                     * @param {Function} func The function to invoke
-                     * @param {*} context The context to use when calling the function
-                     * @param {...*} args Arguments for function
-                     */
-                    function invokeGuardedCallbackAndCatchFirstError(name, func, context, a, b, c, d, e, f) {
-                        invokeGuardedCallback.apply(this, arguments);
-                        if (hasError) {
-                            var error = clearCaughtError();
-                            if (!hasRethrowError) {
-                                hasRethrowError = true;
-                                rethrowError = error;
-                            }
-                        }
-                    }
-
-                    /**
-                     * During execution of guarded functions we will capture the first error which
-                     * we will rethrow to be handled by the top level error handler.
+                     * Only change is we use console.warn instead of console.error,
+                     * and do nothing when 'console' is not supported.
+                     * This really simplifies the code.
+                     * ---
+                     * Similar to invariant but only logs a warning if the condition is not met.
+                     * This can be used to log issues in development environments in critical
+                     * paths. Removing the logging code for production environments will keep the
+                     * same logic and follow the same code paths.
                      */
-                    function rethrowCaughtError() {
-                        if (hasRethrowError) {
-                            var error = rethrowError;
-                            hasRethrowError = false;
-                            rethrowError = null;
-                            throw error;
-                        }
-                    }
 
-                    function hasCaughtError() {
-                        return hasError;
-                    }
-
-                    function clearCaughtError() {
-                        if (hasError) {
-                            var error = caughtError;
-                            hasError = false;
-                            caughtError = null;
-                            return error;
-                        } else {
-                            invariant(false, 'clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-                    }
-
-                    /**
-                     * Injectable ordering of event plugins.
-                     */
-                    var eventPluginOrder = null;
+                    var lowPriorityWarning = function () {
+                    };
 
-                    /**
-                     * Injectable mapping from names to event plugin modules.
-                     */
-                    var namesToPlugins = {};
+                    {
+                        var printWarning = function (format) {
+                            for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
+                                args[_key - 1] = arguments[_key];
+                            }
 
-                    /**
-                     * Recomputes the plugin list using the injected plugins and plugin ordering.
-                     *
-                     * @private
-                     */
-                    function recomputePluginOrdering() {
-                        if (!eventPluginOrder) {
-                            // Wait until an `eventPluginOrder` is injected.
-                            return;
-                        }
-                        for (var pluginName in namesToPlugins) {
-                            var pluginModule = namesToPlugins[pluginName];
-                            var pluginIndex = eventPluginOrder.indexOf(pluginName);
-                            !(pluginIndex > -1) ? invariant(false, 'EventPluginRegistry: Cannot inject event plugins that do not exist in the plugin ordering, `%s`.', pluginName) : void 0;
-                            if (plugins[pluginIndex]) {
-                                continue;
+                            var argIndex = 0;
+                            var message = 'Warning: ' + format.replace(/%s/g, function () {
+                                return args[argIndex++];
+                            });
+                            if (typeof console !== 'undefined') {
+                                console.warn(message);
                             }
-                            !pluginModule.extractEvents ? invariant(false, 'EventPluginRegistry: Event plugins must implement an `extractEvents` method, but `%s` does not.', pluginName) : void 0;
-                            plugins[pluginIndex] = pluginModule;
-                            var publishedEvents = pluginModule.eventTypes;
-                            for (var eventName in publishedEvents) {
-                                !publishEventForPlugin(publishedEvents[eventName], pluginModule, eventName) ? invariant(false, 'EventPluginRegistry: Failed to publish event `%s` for plugin `%s`.', eventName, pluginName) : void 0;
+                            try {
+                                // --- Welcome to debugging React ---
+                                // This error was thrown as a convenience so that you can use this stack
+                                // to find the callsite that caused this warning to fire.
+                                throw new Error(message);
+                            } catch (x) {
                             }
-                        }
-                    }
+                        };
 
-                    /**
-                     * Publishes an event so that it can be dispatched by the supplied plugin.
-                     *
-                     * @param {object} dispatchConfig Dispatch configuration for the event.
-                     * @param {object} PluginModule Plugin publishing the event.
-                     * @return {boolean} True if the event was successfully published.
-                     * @private
-                     */
-                    function publishEventForPlugin(dispatchConfig, pluginModule, eventName) {
-                        !!eventNameDispatchConfigs.hasOwnProperty(eventName) ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same event name, `%s`.', eventName) : void 0;
-                        eventNameDispatchConfigs[eventName] = dispatchConfig;
-
-                        var phasedRegistrationNames = dispatchConfig.phasedRegistrationNames;
-                        if (phasedRegistrationNames) {
-                            for (var phaseName in phasedRegistrationNames) {
-                                if (phasedRegistrationNames.hasOwnProperty(phaseName)) {
-                                    var phasedRegistrationName = phasedRegistrationNames[phaseName];
-                                    publishRegistrationName(phasedRegistrationName, pluginModule, eventName);
-                                }
+                        lowPriorityWarning = function (condition, format) {
+                            if (format === undefined) {
+                                throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
                             }
-                            return true;
-                        } else if (dispatchConfig.registrationName) {
-                            publishRegistrationName(dispatchConfig.registrationName, pluginModule, eventName);
-                            return true;
-                        }
-                        return false;
-                    }
-
-                    /**
-                     * Publishes a registration name that is used to identify dispatched events.
-                     *
-                     * @param {string} registrationName Registration name to add.
-                     * @param {object} PluginModule Plugin publishing the event.
-                     * @private
-                     */
-                    function publishRegistrationName(registrationName, pluginModule, eventName) {
-                        !!registrationNameModules[registrationName] ? invariant(false, 'EventPluginHub: More than one plugin attempted to publish the same registration name, `%s`.', registrationName) : void 0;
-                        registrationNameModules[registrationName] = pluginModule;
-                        registrationNameDependencies[registrationName] = pluginModule.eventTypes[eventName].dependencies;
-
-                        {
-                            var lowerCasedName = registrationName.toLowerCase();
-                            possibleRegistrationNames[lowerCasedName] = registrationName;
+                            if (!condition) {
+                                for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
+                                    args[_key2 - 2] = arguments[_key2];
+                                }
 
-                            if (registrationName === 'onDoubleClick') {
-                                possibleRegistrationNames.ondblclick = registrationName;
+                                printWarning.apply(undefined, [format].concat(args));
                             }
-                        }
-                    }
-
-                    /**
-                     * Registers plugins so that they can extract and dispatch events.
-                     *
-                     * @see {EventPluginHub}
-                     */
-
-                    /**
-                     * Ordered list of injected plugins.
-                     */
-                    var plugins = [];
-
-                    /**
-                     * Mapping from event name to dispatch config
-                     */
-                    var eventNameDispatchConfigs = {};
-
-                    /**
-                     * Mapping from registration name to plugin module
-                     */
-                    var registrationNameModules = {};
-
-                    /**
-                     * Mapping from registration name to event name
-                     */
-                    var registrationNameDependencies = {};
-
-                    /**
-                     * Mapping from lowercase registration names to the properly cased version,
-                     * used to warn in the case of missing event handlers. Available
-                     * only in true.
-                     * @type {Object}
-                     */
-                    var possibleRegistrationNames = {};
-
-// Trust the developer to only use possibleRegistrationNames in true
-
-                    /**
-                     * Injects an ordering of plugins (by plugin name). This allows the ordering
-                     * to be decoupled from injection of the actual plugins so that ordering is
-                     * always deterministic regardless of packaging, on-the-fly injection, etc.
-                     *
-                     * @param {array} InjectedEventPluginOrder
-                     * @internal
-                     * @see {EventPluginHub.injection.injectEventPluginOrder}
-                     */
-                    function injectEventPluginOrder(injectedEventPluginOrder) {
-                        !!eventPluginOrder ? invariant(false, 'EventPluginRegistry: Cannot inject event plugin ordering more than once. You are likely trying to load more than one copy of React.') : void 0;
-                        // Clone the ordering so it cannot be dynamically mutated.
-                        eventPluginOrder = Array.prototype.slice.call(injectedEventPluginOrder);
-                        recomputePluginOrdering();
+                        };
                     }
 
-                    /**
-                     * Injects plugins to be used by `EventPluginHub`. The plugin names must be
-                     * in the ordering injected by `injectEventPluginOrder`.
-                     *
-                     * Plugins can be injected as part of page initialization or on-the-fly.
-                     *
-                     * @param {object} injectedNamesToPlugins Map from names to plugin modules.
-                     * @internal
-                     * @see {EventPluginHub.injection.injectEventPluginsByName}
-                     */
-                    function injectEventPluginsByName(injectedNamesToPlugins) {
-                        var isOrderingDirty = false;
-                        for (var pluginName in injectedNamesToPlugins) {
-                            if (!injectedNamesToPlugins.hasOwnProperty(pluginName)) {
-                                continue;
-                            }
-                            var pluginModule = injectedNamesToPlugins[pluginName];
-                            if (!namesToPlugins.hasOwnProperty(pluginName) || namesToPlugins[pluginName] !== pluginModule) {
-                                !!namesToPlugins[pluginName] ? invariant(false, 'EventPluginRegistry: Cannot inject two different event plugins using the same name, `%s`.', pluginName) : void 0;
-                                namesToPlugins[pluginName] = pluginModule;
-                                isOrderingDirty = true;
-                            }
-                        }
-                        if (isOrderingDirty) {
-                            recomputePluginOrdering();
-                        }
-                    }
+                    var lowPriorityWarning$1 = lowPriorityWarning;
 
                     /**
                      * Similar to invariant but only logs a warning if the condition is not met.
@@ -14446,28058 +14168,1948 @@ object-assign
 
                     var warningWithoutStack$1 = warningWithoutStack;
 
-                    var getFiberCurrentPropsFromNode = null;
-                    var getInstanceFromNode = null;
-                    var getNodeFromInstance = null;
+                    var didWarnStateUpdateForUnmountedComponent = {};
 
-                    function setComponentTree(getFiberCurrentPropsFromNodeImpl, getInstanceFromNodeImpl, getNodeFromInstanceImpl) {
-                        getFiberCurrentPropsFromNode = getFiberCurrentPropsFromNodeImpl;
-                        getInstanceFromNode = getInstanceFromNodeImpl;
-                        getNodeFromInstance = getNodeFromInstanceImpl;
+                    function warnNoop(publicInstance, callerName) {
                         {
-                            !(getNodeFromInstance && getInstanceFromNode) ? warningWithoutStack$1(false, 'EventPluginUtils.setComponentTree(...): Injected ' + 'module is missing getNodeFromInstance or getInstanceFromNode.') : void 0;
+                            var _constructor = publicInstance.constructor;
+                            var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';
+                            var warningKey = componentName + '.' + callerName;
+                            if (didWarnStateUpdateForUnmountedComponent[warningKey]) {
+                                return;
+                            }
+                            warningWithoutStack$1(false, "Can't call %s on a component that is not yet mounted. " + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);
+                            didWarnStateUpdateForUnmountedComponent[warningKey] = true;
                         }
                     }
 
-                    var validateEventDispatches = void 0;
-                    {
-                        validateEventDispatches = function (event) {
-                            var dispatchListeners = event._dispatchListeners;
-                            var dispatchInstances = event._dispatchInstances;
-
-                            var listenersIsArr = Array.isArray(dispatchListeners);
-                            var listenersLen = listenersIsArr ? dispatchListeners.length : dispatchListeners ? 1 : 0;
-
-                            var instancesIsArr = Array.isArray(dispatchInstances);
-                            var instancesLen = instancesIsArr ? dispatchInstances.length : dispatchInstances ? 1 : 0;
-
-                            !(instancesIsArr === listenersIsArr && instancesLen === listenersLen) ? warningWithoutStack$1(false, 'EventPluginUtils: Invalid `event`.') : void 0;
-                        };
-                    }
-
                     /**
-                     * Dispatch the event to the listener.
-                     * @param {SyntheticEvent} event SyntheticEvent to handle
-                     * @param {function} listener Application-level callback
-                     * @param {*} inst Internal component instance
+                     * This is the abstract API for an update queue.
                      */
-                    function executeDispatch(event, listener, inst) {
-                        var type = event.type || 'unknown-event';
-                        event.currentTarget = getNodeFromInstance(inst);
-                        invokeGuardedCallbackAndCatchFirstError(type, listener, undefined, event);
-                        event.currentTarget = null;
-                    }
+                    var ReactNoopUpdateQueue = {
+                        /**
+                         * Checks whether or not this composite component is mounted.
+                         * @param {ReactClass} publicInstance The instance we want to test.
+                         * @return {boolean} True if mounted, false otherwise.
+                         * @protected
+                         * @final
+                         */
+                        isMounted: function (publicInstance) {
+                            return false;
+                        },
 
-                    /**
-                     * Standard/simple iteration through an event's collected dispatches.
-                     */
-                    function executeDispatchesInOrder(event) {
-                        var dispatchListeners = event._dispatchListeners;
-                        var dispatchInstances = event._dispatchInstances;
-                        {
-                            validateEventDispatches(event);
-                        }
-                        if (Array.isArray(dispatchListeners)) {
-                            for (var i = 0; i < dispatchListeners.length; i++) {
-                                if (event.isPropagationStopped()) {
-                                    break;
-                                }
-                                // Listeners and Instances are two parallel arrays that are always in sync.
-                                executeDispatch(event, dispatchListeners[i], dispatchInstances[i]);
-                            }
-                        } else if (dispatchListeners) {
-                            executeDispatch(event, dispatchListeners, dispatchInstances);
+                        /**
+                         * Forces an update. This should only be invoked when it is known with
+                         * certainty that we are **not** in a DOM transaction.
+                         *
+                         * You may want to call this when you know that some deeper aspect of the
+                         * component's state has changed but `setState` was not called.
+                         *
+                         * This will not invoke `shouldComponentUpdate`, but it will invoke
+                         * `componentWillUpdate` and `componentDidUpdate`.
+                         *
+                         * @param {ReactClass} publicInstance The instance that should rerender.
+                         * @param {?function} callback Called after component is updated.
+                         * @param {?string} callerName name of the calling function in the public API.
+                         * @internal
+                         */
+                        enqueueForceUpdate: function (publicInstance, callback, callerName) {
+                            warnNoop(publicInstance, 'forceUpdate');
+                        },
+
+                        /**
+                         * Replaces all of the state. Always use this or `setState` to mutate state.
+                         * You should treat `this.state` as immutable.
+                         *
+                         * There is no guarantee that `this.state` will be immediately updated, so
+                         * accessing `this.state` after calling this method may return the old value.
+                         *
+                         * @param {ReactClass} publicInstance The instance that should rerender.
+                         * @param {object} completeState Next state.
+                         * @param {?function} callback Called after component is updated.
+                         * @param {?string} callerName name of the calling function in the public API.
+                         * @internal
+                         */
+                        enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
+                            warnNoop(publicInstance, 'replaceState');
+                        },
+
+                        /**
+                         * Sets a subset of the state. This only exists because _pendingState is
+                         * internal. This provides a merging strategy that is not available to deep
+                         * properties which is confusing. TODO: Expose pendingState or don't use it
+                         * during the merge.
+                         *
+                         * @param {ReactClass} publicInstance The instance that should rerender.
+                         * @param {object} partialState Next partial state to be merged with state.
+                         * @param {?function} callback Called after component is updated.
+                         * @param {?string} Name of the calling function in the public API.
+                         * @internal
+                         */
+                        enqueueSetState: function (publicInstance, partialState, callback, callerName) {
+                            warnNoop(publicInstance, 'setState');
                         }
-                        event._dispatchListeners = null;
-                        event._dispatchInstances = null;
+                    };
+
+                    var emptyObject = {};
+                    {
+                        Object.freeze(emptyObject);
                     }
 
                     /**
-                     * @see executeDispatchesInOrderStopAtTrueImpl
+                     * Base class helpers for the updating state of a component.
                      */
+                    function Component(props, context, updater) {
+                        this.props = props;
+                        this.context = context;
+                        // If a component has string refs, we will assign a different object later.
+                        this.refs = emptyObject;
+                        // We initialize the default updater but the real one gets injected by the
+                        // renderer.
+                        this.updater = updater || ReactNoopUpdateQueue;
+                    }
 
+                    Component.prototype.isReactComponent = {};
 
                     /**
-                     * Execution of a "direct" dispatch - there must be at most one dispatch
-                     * accumulated on the event or it is considered an error. It doesn't really make
-                     * sense for an event with multiple dispatches (bubbled) to keep track of the
-                     * return values at each dispatch execution, but it does tend to make sense when
-                     * dealing with "direct" dispatches.
+                     * Sets a subset of the state. Always use this to mutate
+                     * state. You should treat `this.state` as immutable.
                      *
-                     * @return {*} The return value of executing the single dispatch.
-                     */
-
-
-                    /**
-                     * @param {SyntheticEvent} event
-                     * @return {boolean} True iff number of dispatches accumulated is greater than 0.
+                     * There is no guarantee that `this.state` will be immediately updated, so
+                     * accessing `this.state` after calling this method may return the old value.
+                     *
+                     * There is no guarantee that calls to `setState` will run synchronously,
+                     * as they may eventually be batched together.  You can provide an optional
+                     * callback that will be executed when the call to setState is actually
+                     * completed.
+                     *
+                     * When a function is provided to setState, it will be called at some point in
+                     * the future (not synchronously). It will be called with the up to date
+                     * component arguments (state, props, context). These values can be different
+                     * from this.* because your function may be called after receiveProps but before
+                     * shouldComponentUpdate, and this new state, props, and context will not yet be
+                     * assigned to this.
+                     *
+                     * @param {object|function} partialState Next partial state or function to
+                     *        produce next partial state to be merged with current state.
+                     * @param {?function} callback Called after state is updated.
+                     * @final
+                     * @protected
                      */
+                    Component.prototype.setState = function (partialState, callback) {
+                        !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : void 0;
+                        this.updater.enqueueSetState(this, partialState, callback, 'setState');
+                    };
 
                     /**
-                     * Accumulates items that must not be null or undefined into the first one. This
-                     * is used to conserve memory by avoiding array allocations, and thus sacrifices
-                     * API cleanness. Since `current` can be null before being passed in and not
-                     * null after this function, make sure to assign it back to `current`:
+                     * Forces an update. This should only be invoked when it is known with
+                     * certainty that we are **not** in a DOM transaction.
                      *
-                     * `a = accumulateInto(a, b);`
+                     * You may want to call this when you know that some deeper aspect of the
+                     * component's state has changed but `setState` was not called.
                      *
-                     * This API should be sparingly used. Try `accumulate` for something cleaner.
+                     * This will not invoke `shouldComponentUpdate`, but it will invoke
+                     * `componentWillUpdate` and `componentDidUpdate`.
                      *
-                     * @return {*|array<*>} An accumulation of items.
+                     * @param {?function} callback Called after update is complete.
+                     * @final
+                     * @protected
                      */
+                    Component.prototype.forceUpdate = function (callback) {
+                        this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');
+                    };
 
-                    function accumulateInto(current, next) {
-                        !(next != null) ? invariant(false, 'accumulateInto(...): Accumulated items must not be null or undefined.') : void 0;
-
-                        if (current == null) {
-                            return next;
-                        }
-
-                        // Both are not empty. Warning: Never call x.concat(y) when you are not
-                        // certain that x is an Array (x could be a string with concat method).
-                        if (Array.isArray(current)) {
-                            if (Array.isArray(next)) {
-                                current.push.apply(current, next);
-                                return current;
+                    /**
+                     * Deprecated APIs. These APIs used to exist on classic React classes but since
+                     * we would like to deprecate them, we're not going to move them over to this
+                     * modern base class. Instead, we define a getter that warns if it's accessed.
+                     */
+                    {
+                        var deprecatedAPIs = {
+                            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).']
+                        };
+                        var defineDeprecationWarning = function (methodName, info) {
+                            Object.defineProperty(Component.prototype, methodName, {
+                                get: function () {
+                                    lowPriorityWarning$1(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
+                                    return undefined;
+                                }
+                            });
+                        };
+                        for (var fnName in deprecatedAPIs) {
+                            if (deprecatedAPIs.hasOwnProperty(fnName)) {
+                                defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
                             }
-                            current.push(next);
-                            return current;
-                        }
-
-                        if (Array.isArray(next)) {
-                            // A bit too dangerous to mutate `next`.
-                            return [current].concat(next);
                         }
-
-                        return [current, next];
                     }
 
-                    /**
-                     * @param {array} arr an "accumulation" of items which is either an Array or
-                     * a single item. Useful when paired with the `accumulate` module. This is a
-                     * simple utility that allows us to reason about a collection of items, but
-                     * handling the case when there is exactly one item (and we do not need to
-                     * allocate an array).
-                     * @param {function} cb Callback invoked with each element or a collection.
-                     * @param {?} [scope] Scope used as `this` in a callback.
-                     */
-                    function forEachAccumulated(arr, cb, scope) {
-                        if (Array.isArray(arr)) {
-                            arr.forEach(cb, scope);
-                        } else if (arr) {
-                            cb.call(scope, arr);
-                        }
+                    function ComponentDummy() {
                     }
 
-                    /**
-                     * Internal queue of events that have accumulated their dispatches and are
-                     * waiting to have their dispatches executed.
-                     */
-                    var eventQueue = null;
+                    ComponentDummy.prototype = Component.prototype;
 
                     /**
-                     * Dispatches an event and releases it back into the pool, unless persistent.
-                     *
-                     * @param {?object} event Synthetic event to be dispatched.
-                     * @private
+                     * Convenience component with default shallow equality check for sCU.
                      */
-                    var executeDispatchesAndRelease = function (event) {
-                        if (event) {
-                            executeDispatchesInOrder(event);
-
-                            if (!event.isPersistent()) {
-                                event.constructor.release(event);
-                            }
-                        }
-                    };
-                    var executeDispatchesAndReleaseTopLevel = function (e) {
-                        return executeDispatchesAndRelease(e);
-                    };
-
-                    function isInteractive(tag) {
-                        return tag === 'button' || tag === 'input' || tag === 'select' || tag === 'textarea';
+                    function PureComponent(props, context, updater) {
+                        this.props = props;
+                        this.context = context;
+                        // If a component has string refs, we will assign a different object later.
+                        this.refs = emptyObject;
+                        this.updater = updater || ReactNoopUpdateQueue;
                     }
 
-                    function shouldPreventMouseEvent(name, type, props) {
-                        switch (name) {
-                            case 'onClick':
-                            case 'onClickCapture':
-                            case 'onDoubleClick':
-                            case 'onDoubleClickCapture':
-                            case 'onMouseDown':
-                            case 'onMouseDownCapture':
-                            case 'onMouseMove':
-                            case 'onMouseMoveCapture':
-                            case 'onMouseUp':
-                            case 'onMouseUpCapture':
-                                return !!(props.disabled && isInteractive(type));
-                            default:
-                                return false;
+                    var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
+                    pureComponentPrototype.constructor = PureComponent;
+// Avoid an extra prototype jump for these methods.
+                    _assign(pureComponentPrototype, Component.prototype);
+                    pureComponentPrototype.isPureReactComponent = true;
+
+// an immutable object with a single mutable value
+                    function createRef() {
+                        var refObject = {
+                            current: null
+                        };
+                        {
+                            Object.seal(refObject);
                         }
+                        return refObject;
                     }
 
                     /**
-                     * This is a unified interface for event plugins to be installed and configured.
-                     *
-                     * Event plugins can implement the following properties:
-                     *
-                     *   `extractEvents` {function(string, DOMEventTarget, string, object): *}
-                     *     Required. When a top-level event is fired, this method is expected to
-                     *     extract synthetic events that will in turn be queued and dispatched.
-                     *
-                     *   `eventTypes` {object}
-                     *     Optional, plugins that fire events must publish a mapping of registration
-                     *     names that are used to register listeners. Values of this mapping must
-                     *     be objects that contain `registrationName` or `phasedRegistrationNames`.
-                     *
-                     *   `executeDispatch` {function(object, function, string)}
-                     *     Optional, allows plugins to override how an event gets dispatched. By
-                     *     default, the listener is simply invoked.
-                     *
-                     * Each plugin that is injected into `EventsPluginHub` is immediately operable.
+                     * Keeps track of the current owner.
                      *
-                     * @public
-                     */
-
-                    /**
-                     * Methods for injecting dependencies.
+                     * The current owner is the component who should own any components that are
+                     * currently being constructed.
                      */
-                    var injection = {
-                        /**
-                         * @param {array} InjectedEventPluginOrder
-                         * @public
-                         */
-                        injectEventPluginOrder: injectEventPluginOrder,
-
+                    var ReactCurrentOwner = {
                         /**
-                         * @param {object} injectedNamesToPlugins Map from names to plugin modules.
+                         * @internal
+                         * @type {ReactComponent}
                          */
-                        injectEventPluginsByName: injectEventPluginsByName
+                        current: null,
+                        currentDispatcher: null
                     };
 
-                    /**
-                     * @param {object} inst The instance, which is the source of events.
-                     * @param {string} registrationName Name of listener (e.g. `onClick`).
-                     * @return {?function} The stored callback.
-                     */
-                    function getListener(inst, registrationName) {
-                        var listener = void 0;
-
-                        // TODO: shouldPreventMouseEvent is DOM-specific and definitely should not
-                        // live here; needs to be moved to a better place soon
-                        var stateNode = inst.stateNode;
-                        if (!stateNode) {
-                            // Work in progress (ex: onload events in incremental mode).
-                            return null;
-                        }
-                        var props = getFiberCurrentPropsFromNode(stateNode);
-                        if (!props) {
-                            // Work in progress.
-                            return null;
-                        }
-                        listener = props[registrationName];
-                        if (shouldPreventMouseEvent(registrationName, inst.type, props)) {
-                            return null;
-                        }
-                        !(!listener || typeof listener === 'function') ? invariant(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener) : void 0;
-                        return listener;
-                    }
+                    var BEFORE_SLASH_RE = /^(.*)[\\\/]/;
 
-                    /**
-                     * Allows registered plugins an opportunity to extract events from top-level
-                     * native browser events.
-                     *
-                     * @return {*} An accumulation of synthetic events.
-                     * @internal
-                     */
-                    function extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                        var events = null;
-                        for (var i = 0; i < plugins.length; i++) {
-                            // Not every plugin in the ordering may be loaded at runtime.
-                            var possiblePlugin = plugins[i];
-                            if (possiblePlugin) {
-                                var extractedEvents = possiblePlugin.extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
-                                if (extractedEvents) {
-                                    events = accumulateInto(events, extractedEvents);
+                    var describeComponentFrame = function (name, source, ownerName) {
+                        var sourceInfo = '';
+                        if (source) {
+                            var path = source.fileName;
+                            var fileName = path.replace(BEFORE_SLASH_RE, '');
+                            {
+                                // In DEV, include code for a common special case:
+                                // prefer "folder/index.js" instead of just "index.js".
+                                if (/^index\./.test(fileName)) {
+                                    var match = path.match(BEFORE_SLASH_RE);
+                                    if (match) {
+                                        var pathBeforeSlash = match[1];
+                                        if (pathBeforeSlash) {
+                                            var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');
+                                            fileName = folderName + '/' + fileName;
+                                        }
+                                    }
                                 }
                             }
+                            sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';
+                        } else if (ownerName) {
+                            sourceInfo = ' (created by ' + ownerName + ')';
                         }
-                        return events;
-                    }
-
-                    function runEventsInBatch(events) {
-                        if (events !== null) {
-                            eventQueue = accumulateInto(eventQueue, events);
-                        }
+                        return '\n    in ' + (name || 'Unknown') + sourceInfo;
+                    };
 
-                        // Set `eventQueue` to null before processing it so that we can tell if more
-                        // events get enqueued while processing.
-                        var processingEventQueue = eventQueue;
-                        eventQueue = null;
+                    var Resolved = 1;
 
-                        if (!processingEventQueue) {
-                            return;
-                        }
 
-                        forEachAccumulated(processingEventQueue, executeDispatchesAndReleaseTopLevel);
-                        !!eventQueue ? invariant(false, 'processEventQueue(): Additional events were enqueued while processing an event queue. Support for this has not yet been implemented.') : void 0;
-                        // This would be a good time to rethrow if any of the event handlers threw.
-                        rethrowCaughtError();
+                    function refineResolvedLazyComponent(lazyComponent) {
+                        return lazyComponent._status === Resolved ? lazyComponent._result : null;
                     }
 
-                    function runExtractedEventsInBatch(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                        var events = extractEvents(topLevelType, targetInst, nativeEvent, nativeEventTarget);
-                        runEventsInBatch(events);
+                    function getWrappedName(outerType, innerType, wrapperName) {
+                        var functionName = innerType.displayName || innerType.name || '';
+                        return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);
                     }
 
-                    var FunctionComponent = 0;
-                    var ClassComponent = 1;
-                    var IndeterminateComponent = 2; // Before we know whether it is function or class
-                    var HostRoot = 3; // Root of a host tree. Could be nested inside another node.
-                    var HostPortal = 4; // A subtree. Could be an entry point to a different renderer.
-                    var HostComponent = 5;
-                    var HostText = 6;
-                    var Fragment = 7;
-                    var Mode = 8;
-                    var ContextConsumer = 9;
-                    var ContextProvider = 10;
-                    var ForwardRef = 11;
-                    var Profiler = 12;
-                    var SuspenseComponent = 13;
-                    var MemoComponent = 14;
-                    var SimpleMemoComponent = 15;
-                    var LazyComponent = 16;
-                    var IncompleteClassComponent = 17;
-
-                    var randomKey = Math.random().toString(36).slice(2);
-                    var internalInstanceKey = '__reactInternalInstance$' + randomKey;
-                    var internalEventHandlersKey = '__reactEventHandlers$' + randomKey;
-
-                    function precacheFiberNode(hostInst, node) {
-                        node[internalInstanceKey] = hostInst;
-                    }
-
-                    /**
-                     * Given a DOM node, return the closest ReactDOMComponent or
-                     * ReactDOMTextComponent instance ancestor.
-                     */
-                    function getClosestInstanceFromNode(node) {
-                        if (node[internalInstanceKey]) {
-                            return node[internalInstanceKey];
+                    function getComponentName(type) {
+                        if (type == null) {
+                            // Host root, text node or just invalid type.
+                            return null;
                         }
-
-                        while (!node[internalInstanceKey]) {
-                            if (node.parentNode) {
-                                node = node.parentNode;
-                            } else {
-                                // Top of the tree. This node must not be part of a React tree (or is
-                                // unmounted, potentially).
-                                return null;
+                        {
+                            if (typeof type.tag === 'number') {
+                                warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');
                             }
                         }
-
-                        var inst = node[internalInstanceKey];
-                        if (inst.tag === HostComponent || inst.tag === HostText) {
-                            // In Fiber, this will always be the deepest root.
-                            return inst;
+                        if (typeof type === 'function') {
+                            return type.displayName || type.name || null;
                         }
-
-                        return null;
-                    }
-
-                    /**
-                     * Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent
-                     * instance, or null if the node was not rendered by this React.
-                     */
-                    function getInstanceFromNode$1(node) {
-                        var inst = node[internalInstanceKey];
-                        if (inst) {
-                            if (inst.tag === HostComponent || inst.tag === HostText) {
-                                return inst;
-                            } else {
-                                return null;
+                        if (typeof type === 'string') {
+                            return type;
+                        }
+                        switch (type) {
+                            case REACT_CONCURRENT_MODE_TYPE:
+                                return 'ConcurrentMode';
+                            case REACT_FRAGMENT_TYPE:
+                                return 'Fragment';
+                            case REACT_PORTAL_TYPE:
+                                return 'Portal';
+                            case REACT_PROFILER_TYPE:
+                                return 'Profiler';
+                            case REACT_STRICT_MODE_TYPE:
+                                return 'StrictMode';
+                            case REACT_SUSPENSE_TYPE:
+                                return 'Suspense';
+                        }
+                        if (typeof type === 'object') {
+                            switch (type.$$typeof) {
+                                case REACT_CONTEXT_TYPE:
+                                    return 'Context.Consumer';
+                                case REACT_PROVIDER_TYPE:
+                                    return 'Context.Provider';
+                                case REACT_FORWARD_REF_TYPE:
+                                    return getWrappedName(type, type.render, 'ForwardRef');
+                                case REACT_MEMO_TYPE:
+                                    return getComponentName(type.type);
+                                case REACT_LAZY_TYPE: {
+                                    var thenable = type;
+                                    var resolvedThenable = refineResolvedLazyComponent(thenable);
+                                    if (resolvedThenable) {
+                                        return getComponentName(resolvedThenable);
+                                    }
+                                }
                             }
                         }
                         return null;
                     }
 
-                    /**
-                     * Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding
-                     * DOM node.
-                     */
-                    function getNodeFromInstance$1(inst) {
-                        if (inst.tag === HostComponent || inst.tag === HostText) {
-                            // In Fiber this, is just the state node right now. We assume it will be
-                            // a host component or host text.
-                            return inst.stateNode;
-                        }
-
-                        // Without this first invariant, passing a non-DOM-component triggers the next
-                        // invariant for a missing parent, which is super confusing.
-                        invariant(false, 'getNodeFromInstance: Invalid argument.');
-                    }
-
-                    function getFiberCurrentPropsFromNode$1(node) {
-                        return node[internalEventHandlersKey] || null;
-                    }
+                    var ReactDebugCurrentFrame = {};
 
-                    function updateFiberProps(node, props) {
-                        node[internalEventHandlersKey] = props;
-                    }
+                    var currentlyValidatingElement = null;
 
-                    function getParent(inst) {
-                        do {
-                            inst = inst.return;
-                            // TODO: If this is a HostRoot we might want to bail out.
-                            // That is depending on if we want nested subtrees (layers) to bubble
-                            // events to their parent. We could also go through parentNode on the
-                            // host node but that wouldn't work for React Native and doesn't let us
-                            // do the portal feature.
-                        } while (inst && inst.tag !== HostComponent);
-                        if (inst) {
-                            return inst;
+                    function setCurrentlyValidatingElement(element) {
+                        {
+                            currentlyValidatingElement = element;
                         }
-                        return null;
                     }
 
-                    /**
-                     * Return the lowest common ancestor of A and B, or null if they are in
-                     * different trees.
-                     */
-                    function getLowestCommonAncestor(instA, instB) {
-                        var depthA = 0;
-                        for (var tempA = instA; tempA; tempA = getParent(tempA)) {
-                            depthA++;
-                        }
-                        var depthB = 0;
-                        for (var tempB = instB; tempB; tempB = getParent(tempB)) {
-                            depthB++;
-                        }
+                    {
+                        // Stack implementation injected by the current renderer.
+                        ReactDebugCurrentFrame.getCurrentStack = null;
 
-                        // If A is deeper, crawl up.
-                        while (depthA - depthB > 0) {
-                            instA = getParent(instA);
-                            depthA--;
-                        }
+                        ReactDebugCurrentFrame.getStackAddendum = function () {
+                            var stack = '';
 
-                        // If B is deeper, crawl up.
-                        while (depthB - depthA > 0) {
-                            instB = getParent(instB);
-                            depthB--;
-                        }
+                            // Add an extra top frame while an element is being validated
+                            if (currentlyValidatingElement) {
+                                var name = getComponentName(currentlyValidatingElement.type);
+                                var owner = currentlyValidatingElement._owner;
+                                stack += describeComponentFrame(name, currentlyValidatingElement._source, owner && getComponentName(owner.type));
+                            }
 
-                        // Walk in lockstep until we find a match.
-                        var depth = depthA;
-                        while (depth--) {
-                            if (instA === instB || instA === instB.alternate) {
-                                return instA;
+                            // Delegate to the injected renderer-specific implementation
+                            var impl = ReactDebugCurrentFrame.getCurrentStack;
+                            if (impl) {
+                                stack += impl() || '';
                             }
-                            instA = getParent(instA);
-                            instB = getParent(instB);
-                        }
-                        return null;
+
+                            return stack;
+                        };
                     }
 
-                    /**
-                     * Return if A is an ancestor of B.
-                     */
+                    var ReactSharedInternals = {
+                        ReactCurrentOwner: ReactCurrentOwner,
+                        // Used by renderers to avoid bundling object-assign twice in UMD bundles:
+                        assign: _assign
+                    };
 
+                    {
+                        _assign(ReactSharedInternals, {
+                            // These should not be included in production.
+                            ReactDebugCurrentFrame: ReactDebugCurrentFrame,
+                            // Shim for React DOM 16.0.0 which still destructured (but not used) this.
+                            // TODO: remove in React 17.0.
+                            ReactComponentTreeHook: {}
+                        });
+                    }
 
                     /**
-                     * Return the parent instance of the passed-in instance.
+                     * Similar to invariant but only logs a warning if the condition is not met.
+                     * This can be used to log issues in development environments in critical
+                     * paths. Removing the logging code for production environments will keep the
+                     * same logic and follow the same code paths.
                      */
 
+                    var warning = warningWithoutStack$1;
 
-                    /**
-                     * Simulates the traversal of a two-phase, capture/bubble event dispatch.
-                     */
-                    function traverseTwoPhase(inst, fn, arg) {
-                        var path = [];
-                        while (inst) {
-                            path.push(inst);
-                            inst = getParent(inst);
-                        }
-                        var i = void 0;
-                        for (i = path.length; i-- > 0;) {
-                            fn(path[i], 'captured', arg);
-                        }
-                        for (i = 0; i < path.length; i++) {
-                            fn(path[i], 'bubbled', arg);
-                        }
-                    }
-
-                    /**
-                     * Traverses the ID hierarchy and invokes the supplied `cb` on any IDs that
-                     * should would receive a `mouseEnter` or `mouseLeave` event.
-                     *
-                     * Does not invoke the callback on the nearest common ancestor because nothing
-                     * "entered" or "left" that element.
-                     */
-                    function traverseEnterLeave(from, to, fn, argFrom, argTo) {
-                        var common = from && to ? getLowestCommonAncestor(from, to) : null;
-                        var pathFrom = [];
-                        while (true) {
-                            if (!from) {
-                                break;
-                            }
-                            if (from === common) {
-                                break;
-                            }
-                            var alternate = from.alternate;
-                            if (alternate !== null && alternate === common) {
-                                break;
-                            }
-                            pathFrom.push(from);
-                            from = getParent(from);
-                        }
-                        var pathTo = [];
-                        while (true) {
-                            if (!to) {
-                                break;
-                            }
-                            if (to === common) {
-                                break;
+                    {
+                        warning = function (condition, format) {
+                            if (condition) {
+                                return;
                             }
-                            var _alternate = to.alternate;
-                            if (_alternate !== null && _alternate === common) {
-                                break;
+                            var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
+                            var stack = ReactDebugCurrentFrame.getStackAddendum();
+                            // eslint-disable-next-line react-internal/warning-and-invariant-args
+
+                            for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
+                                args[_key - 2] = arguments[_key];
                             }
-                            pathTo.push(to);
-                            to = getParent(to);
-                        }
-                        for (var i = 0; i < pathFrom.length; i++) {
-                            fn(pathFrom[i], 'bubbled', argFrom);
-                        }
-                        for (var _i = pathTo.length; _i-- > 0;) {
-                            fn(pathTo[_i], 'captured', argTo);
-                        }
-                    }
 
-                    /**
-                     * Some event types have a notion of different registration names for different
-                     * "phases" of propagation. This finds listeners by a given phase.
-                     */
-                    function listenerAtPhase(inst, event, propagationPhase) {
-                        var registrationName = event.dispatchConfig.phasedRegistrationNames[propagationPhase];
-                        return getListener(inst, registrationName);
+                            warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));
+                        };
                     }
 
-                    /**
-                     * A small set of propagation patterns, each of which will accept a small amount
-                     * of information, and generate a set of "dispatch ready event objects" - which
-                     * are sets of events that have already been annotated with a set of dispatched
-                     * listener functions/ids. The API is designed this way to discourage these
-                     * propagation strategies from actually executing the dispatches, since we
-                     * always want to collect the entire set of dispatches before executing even a
-                     * single one.
-                     */
+                    var warning$1 = warning;
 
-                    /**
-                     * Tags a `SyntheticEvent` with dispatched listeners. Creating this function
-                     * here, allows us to not have to bind or create functions for each event.
-                     * Mutating the event's members allows us to not have to create a wrapping
-                     * "dispatch" object that pairs the event with the listener.
-                     */
-                    function accumulateDirectionalDispatches(inst, phase, event) {
-                        {
-                            !inst ? warningWithoutStack$1(false, 'Dispatching inst must not be null') : void 0;
-                        }
-                        var listener = listenerAtPhase(inst, event, phase);
-                        if (listener) {
-                            event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);
-                            event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);
-                        }
-                    }
+                    var hasOwnProperty = Object.prototype.hasOwnProperty;
 
-                    /**
-                     * Collect dispatches (must be entirely collected before dispatching - see unit
-                     * tests). Lazily allocate the array to conserve memory.  We must loop through
-                     * each event and perform the traversal for each one. We cannot perform a
-                     * single traversal for the entire collection of events because each event may
-                     * have a different target.
-                     */
-                    function accumulateTwoPhaseDispatchesSingle(event) {
-                        if (event && event.dispatchConfig.phasedRegistrationNames) {
-                            traverseTwoPhase(event._targetInst, accumulateDirectionalDispatches, event);
-                        }
-                    }
+                    var RESERVED_PROPS = {
+                        key: true,
+                        ref: true,
+                        __self: true,
+                        __source: true
+                    };
 
-                    /**
-                     * Accumulates without regard to direction, does not look for phased
-                     * registration names. Same as `accumulateDirectDispatchesSingle` but without
-                     * requiring that the `dispatchMarker` be the same as the dispatched ID.
-                     */
-                    function accumulateDispatches(inst, ignoredDirection, event) {
-                        if (inst && event && event.dispatchConfig.registrationName) {
-                            var registrationName = event.dispatchConfig.registrationName;
-                            var listener = getListener(inst, registrationName);
-                            if (listener) {
-                                event._dispatchListeners = accumulateInto(event._dispatchListeners, listener);
-                                event._dispatchInstances = accumulateInto(event._dispatchInstances, inst);
+                    var specialPropKeyWarningShown = void 0;
+                    var specialPropRefWarningShown = void 0;
+
+                    function hasValidRef(config) {
+                        {
+                            if (hasOwnProperty.call(config, 'ref')) {
+                                var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;
+                                if (getter && getter.isReactWarning) {
+                                    return false;
+                                }
                             }
                         }
+                        return config.ref !== undefined;
                     }
 
-                    /**
-                     * Accumulates dispatches on an `SyntheticEvent`, but only for the
-                     * `dispatchMarker`.
-                     * @param {SyntheticEvent} event
-                     */
-                    function accumulateDirectDispatchesSingle(event) {
-                        if (event && event.dispatchConfig.registrationName) {
-                            accumulateDispatches(event._targetInst, null, event);
+                    function hasValidKey(config) {
+                        {
+                            if (hasOwnProperty.call(config, 'key')) {
+                                var getter = Object.getOwnPropertyDescriptor(config, 'key').get;
+                                if (getter && getter.isReactWarning) {
+                                    return false;
+                                }
+                            }
                         }
+                        return config.key !== undefined;
                     }
 
-                    function accumulateTwoPhaseDispatches(events) {
-                        forEachAccumulated(events, accumulateTwoPhaseDispatchesSingle);
-                    }
-
-
-                    function accumulateEnterLeaveDispatches(leave, enter, from, to) {
-                        traverseEnterLeave(from, to, accumulateDispatches, leave, enter);
-                    }
-
-                    function accumulateDirectDispatches(events) {
-                        forEachAccumulated(events, accumulateDirectDispatchesSingle);
-                    }
-
-                    var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
-
-// Do not uses the below two methods directly!
-// Instead use constants exported from DOMTopLevelEventTypes in ReactDOM.
-// (It is the only module that is allowed to access these methods.)
-
-                    function unsafeCastStringToDOMTopLevelType(topLevelType) {
-                        return topLevelType;
+                    function defineKeyPropWarningGetter(props, displayName) {
+                        var warnAboutAccessingKey = function () {
+                            if (!specialPropKeyWarningShown) {
+                                specialPropKeyWarningShown = true;
+                                warningWithoutStack$1(false, '%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)', displayName);
+                            }
+                        };
+                        warnAboutAccessingKey.isReactWarning = true;
+                        Object.defineProperty(props, 'key', {
+                            get: warnAboutAccessingKey,
+                            configurable: true
+                        });
                     }
 
-                    function unsafeCastDOMTopLevelTypeToString(topLevelType) {
-                        return topLevelType;
+                    function defineRefPropWarningGetter(props, displayName) {
+                        var warnAboutAccessingRef = function () {
+                            if (!specialPropRefWarningShown) {
+                                specialPropRefWarningShown = true;
+                                warningWithoutStack$1(false, '%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)', displayName);
+                            }
+                        };
+                        warnAboutAccessingRef.isReactWarning = true;
+                        Object.defineProperty(props, 'ref', {
+                            get: warnAboutAccessingRef,
+                            configurable: true
+                        });
                     }
 
                     /**
-                     * Generate a mapping of standard vendor prefixes using the defined style property and event name.
+                     * Factory method to create a new React element. This no longer adheres to
+                     * the class pattern, so do not use new to call it. Also, no instanceof check
+                     * will work. Instead test $$typeof field against Symbol.for('react.element') to check
+                     * if something is a React Element.
                      *
-                     * @param {string} styleProp
-                     * @param {string} eventName
-                     * @returns {object}
+                     * @param {*} type
+                     * @param {*} key
+                     * @param {string|object} ref
+                     * @param {*} self A *temporary* helper to detect places where `this` is
+                     * different from the `owner` when React.createElement is called, so that we
+                     * can warn. We want to get rid of owner and replace string `ref`s with arrow
+                     * functions, and as long as `this` and owner are the same, there will be no
+                     * change in behavior.
+                     * @param {*} source An annotation object (added by a transpiler or otherwise)
+                     * indicating filename, line number, and/or other information.
+                     * @param {*} owner
+                     * @param {*} props
+                     * @internal
                      */
-                    function makePrefixMap(styleProp, eventName) {
-                        var prefixes = {};
+                    var ReactElement = function (type, key, ref, self, source, owner, props) {
+                        var element = {
+                            // This tag allows us to uniquely identify this as a React Element
+                            $$typeof: REACT_ELEMENT_TYPE,
 
-                        prefixes[styleProp.toLowerCase()] = eventName.toLowerCase();
-                        prefixes['Webkit' + styleProp] = 'webkit' + eventName;
-                        prefixes['Moz' + styleProp] = 'moz' + eventName;
+                            // Built-in properties that belong on the element
+                            type: type,
+                            key: key,
+                            ref: ref,
+                            props: props,
 
-                        return prefixes;
-                    }
+                            // Record the component responsible for creating this element.
+                            _owner: owner
+                        };
 
-                    /**
-                     * A list of event names to a configurable list of vendor prefixes.
-                     */
-                    var vendorPrefixes = {
-                        animationend: makePrefixMap('Animation', 'AnimationEnd'),
-                        animationiteration: makePrefixMap('Animation', 'AnimationIteration'),
-                        animationstart: makePrefixMap('Animation', 'AnimationStart'),
-                        transitionend: makePrefixMap('Transition', 'TransitionEnd')
+                        {
+                            // The validation flag is currently mutative. We put it on
+                            // an external backing store so that we can freeze the whole object.
+                            // This can be replaced with a WeakMap once they are implemented in
+                            // commonly used development environments.
+                            element._store = {};
+
+                            // To make comparing ReactElements easier for testing purposes, we make
+                            // the validation flag non-enumerable (where possible, which should
+                            // include every environment we run tests in), so the test framework
+                            // ignores it.
+                            Object.defineProperty(element._store, 'validated', {
+                                configurable: false,
+                                enumerable: false,
+                                writable: true,
+                                value: false
+                            });
+                            // self and source are DEV only properties.
+                            Object.defineProperty(element, '_self', {
+                                configurable: false,
+                                enumerable: false,
+                                writable: false,
+                                value: self
+                            });
+                            // Two elements created in two different places should be considered
+                            // equal for testing purposes and therefore we hide it from enumeration.
+                            Object.defineProperty(element, '_source', {
+                                configurable: false,
+                                enumerable: false,
+                                writable: false,
+                                value: source
+                            });
+                            if (Object.freeze) {
+                                Object.freeze(element.props);
+                                Object.freeze(element);
+                            }
+                        }
+
+                        return element;
                     };
 
                     /**
-                     * Event names that have already been detected and prefixed (if applicable).
+                     * Create and return a new ReactElement of the given type.
+                     * See https://reactjs.org/docs/react-api.html#createelement
                      */
-                    var prefixedEventNames = {};
+                    function createElement(type, config, children) {
+                        var propName = void 0;
 
-                    /**
-                     * Element to check for prefixes on.
-                     */
-                    var style = {};
+                        // Reserved names are extracted
+                        var props = {};
 
-                    /**
-                     * Bootstrap if a DOM exists.
-                     */
-                    if (canUseDOM) {
-                        style = document.createElement('div').style;
+                        var key = null;
+                        var ref = null;
+                        var self = null;
+                        var source = null;
 
-                        // On some platforms, in particular some releases of Android 4.x,
-                        // the un-prefixed "animation" and "transition" properties are defined on the
-                        // style object but the events that fire will still be prefixed, so we need
-                        // to check if the un-prefixed events are usable, and if not remove them from the map.
-                        if (!('AnimationEvent' in window)) {
-                            delete vendorPrefixes.animationend.animation;
-                            delete vendorPrefixes.animationiteration.animation;
-                            delete vendorPrefixes.animationstart.animation;
-                        }
+                        if (config != null) {
+                            if (hasValidRef(config)) {
+                                ref = config.ref;
+                            }
+                            if (hasValidKey(config)) {
+                                key = '' + config.key;
+                            }
 
-                        // Same as above
-                        if (!('TransitionEvent' in window)) {
-                            delete vendorPrefixes.transitionend.transition;
+                            self = config.__self === undefined ? null : config.__self;
+                            source = config.__source === undefined ? null : config.__source;
+                            // Remaining properties are added to a new props object
+                            for (propName in config) {
+                                if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
+                                    props[propName] = config[propName];
+                                }
+                            }
                         }
-                    }
 
-                    /**
-                     * Attempts to determine the correct vendor prefixed event name.
-                     *
-                     * @param {string} eventName
-                     * @returns {string}
-                     */
-                    function getVendorPrefixedEventName(eventName) {
-                        if (prefixedEventNames[eventName]) {
-                            return prefixedEventNames[eventName];
-                        } else if (!vendorPrefixes[eventName]) {
-                            return eventName;
+                        // Children can be more than one argument, and those are transferred onto
+                        // the newly allocated props object.
+                        var childrenLength = arguments.length - 2;
+                        if (childrenLength === 1) {
+                            props.children = children;
+                        } else if (childrenLength > 1) {
+                            var childArray = Array(childrenLength);
+                            for (var i = 0; i < childrenLength; i++) {
+                                childArray[i] = arguments[i + 2];
+                            }
+                            {
+                                if (Object.freeze) {
+                                    Object.freeze(childArray);
+                                }
+                            }
+                            props.children = childArray;
                         }
 
-                        var prefixMap = vendorPrefixes[eventName];
-
-                        for (var styleProp in prefixMap) {
-                            if (prefixMap.hasOwnProperty(styleProp) && styleProp in style) {
-                                return prefixedEventNames[eventName] = prefixMap[styleProp];
+                        // Resolve default props
+                        if (type && type.defaultProps) {
+                            var defaultProps = type.defaultProps;
+                            for (propName in defaultProps) {
+                                if (props[propName] === undefined) {
+                                    props[propName] = defaultProps[propName];
+                                }
                             }
                         }
-
-                        return eventName;
+                        {
+                            if (key || ref) {
+                                var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;
+                                if (key) {
+                                    defineKeyPropWarningGetter(props, displayName);
+                                }
+                                if (ref) {
+                                    defineRefPropWarningGetter(props, displayName);
+                                }
+                            }
+                        }
+                        return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
                     }
 
                     /**
-                     * To identify top level events in ReactDOM, we use constants defined by this
-                     * module. This is the only module that uses the unsafe* methods to express
-                     * that the constants actually correspond to the browser event names. This lets
-                     * us save some bundle size by avoiding a top level type -> event name map.
-                     * The rest of ReactDOM code should import top level types from this file.
+                     * Return a function that produces ReactElements of a given type.
+                     * See https://reactjs.org/docs/react-api.html#createfactory
                      */
-                    var TOP_ABORT = unsafeCastStringToDOMTopLevelType('abort');
-                    var TOP_ANIMATION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationend'));
-                    var TOP_ANIMATION_ITERATION = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationiteration'));
-                    var TOP_ANIMATION_START = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('animationstart'));
-                    var TOP_BLUR = unsafeCastStringToDOMTopLevelType('blur');
-                    var TOP_CAN_PLAY = unsafeCastStringToDOMTopLevelType('canplay');
-                    var TOP_CAN_PLAY_THROUGH = unsafeCastStringToDOMTopLevelType('canplaythrough');
-                    var TOP_CANCEL = unsafeCastStringToDOMTopLevelType('cancel');
-                    var TOP_CHANGE = unsafeCastStringToDOMTopLevelType('change');
-                    var TOP_CLICK = unsafeCastStringToDOMTopLevelType('click');
-                    var TOP_CLOSE = unsafeCastStringToDOMTopLevelType('close');
-                    var TOP_COMPOSITION_END = unsafeCastStringToDOMTopLevelType('compositionend');
-                    var TOP_COMPOSITION_START = unsafeCastStringToDOMTopLevelType('compositionstart');
-                    var TOP_COMPOSITION_UPDATE = unsafeCastStringToDOMTopLevelType('compositionupdate');
-                    var TOP_CONTEXT_MENU = unsafeCastStringToDOMTopLevelType('contextmenu');
-                    var TOP_COPY = unsafeCastStringToDOMTopLevelType('copy');
-                    var TOP_CUT = unsafeCastStringToDOMTopLevelType('cut');
-                    var TOP_DOUBLE_CLICK = unsafeCastStringToDOMTopLevelType('dblclick');
-                    var TOP_AUX_CLICK = unsafeCastStringToDOMTopLevelType('auxclick');
-                    var TOP_DRAG = unsafeCastStringToDOMTopLevelType('drag');
-                    var TOP_DRAG_END = unsafeCastStringToDOMTopLevelType('dragend');
-                    var TOP_DRAG_ENTER = unsafeCastStringToDOMTopLevelType('dragenter');
-                    var TOP_DRAG_EXIT = unsafeCastStringToDOMTopLevelType('dragexit');
-                    var TOP_DRAG_LEAVE = unsafeCastStringToDOMTopLevelType('dragleave');
-                    var TOP_DRAG_OVER = unsafeCastStringToDOMTopLevelType('dragover');
-                    var TOP_DRAG_START = unsafeCastStringToDOMTopLevelType('dragstart');
-                    var TOP_DROP = unsafeCastStringToDOMTopLevelType('drop');
-                    var TOP_DURATION_CHANGE = unsafeCastStringToDOMTopLevelType('durationchange');
-                    var TOP_EMPTIED = unsafeCastStringToDOMTopLevelType('emptied');
-                    var TOP_ENCRYPTED = unsafeCastStringToDOMTopLevelType('encrypted');
-                    var TOP_ENDED = unsafeCastStringToDOMTopLevelType('ended');
-                    var TOP_ERROR = unsafeCastStringToDOMTopLevelType('error');
-                    var TOP_FOCUS = unsafeCastStringToDOMTopLevelType('focus');
-                    var TOP_GOT_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('gotpointercapture');
-                    var TOP_INPUT = unsafeCastStringToDOMTopLevelType('input');
-                    var TOP_INVALID = unsafeCastStringToDOMTopLevelType('invalid');
-                    var TOP_KEY_DOWN = unsafeCastStringToDOMTopLevelType('keydown');
-                    var TOP_KEY_PRESS = unsafeCastStringToDOMTopLevelType('keypress');
-                    var TOP_KEY_UP = unsafeCastStringToDOMTopLevelType('keyup');
-                    var TOP_LOAD = unsafeCastStringToDOMTopLevelType('load');
-                    var TOP_LOAD_START = unsafeCastStringToDOMTopLevelType('loadstart');
-                    var TOP_LOADED_DATA = unsafeCastStringToDOMTopLevelType('loadeddata');
-                    var TOP_LOADED_METADATA = unsafeCastStringToDOMTopLevelType('loadedmetadata');
-                    var TOP_LOST_POINTER_CAPTURE = unsafeCastStringToDOMTopLevelType('lostpointercapture');
-                    var TOP_MOUSE_DOWN = unsafeCastStringToDOMTopLevelType('mousedown');
-                    var TOP_MOUSE_MOVE = unsafeCastStringToDOMTopLevelType('mousemove');
-                    var TOP_MOUSE_OUT = unsafeCastStringToDOMTopLevelType('mouseout');
-                    var TOP_MOUSE_OVER = unsafeCastStringToDOMTopLevelType('mouseover');
-                    var TOP_MOUSE_UP = unsafeCastStringToDOMTopLevelType('mouseup');
-                    var TOP_PASTE = unsafeCastStringToDOMTopLevelType('paste');
-                    var TOP_PAUSE = unsafeCastStringToDOMTopLevelType('pause');
-                    var TOP_PLAY = unsafeCastStringToDOMTopLevelType('play');
-                    var TOP_PLAYING = unsafeCastStringToDOMTopLevelType('playing');
-                    var TOP_POINTER_CANCEL = unsafeCastStringToDOMTopLevelType('pointercancel');
-                    var TOP_POINTER_DOWN = unsafeCastStringToDOMTopLevelType('pointerdown');
-
-
-                    var TOP_POINTER_MOVE = unsafeCastStringToDOMTopLevelType('pointermove');
-                    var TOP_POINTER_OUT = unsafeCastStringToDOMTopLevelType('pointerout');
-                    var TOP_POINTER_OVER = unsafeCastStringToDOMTopLevelType('pointerover');
-                    var TOP_POINTER_UP = unsafeCastStringToDOMTopLevelType('pointerup');
-                    var TOP_PROGRESS = unsafeCastStringToDOMTopLevelType('progress');
-                    var TOP_RATE_CHANGE = unsafeCastStringToDOMTopLevelType('ratechange');
-                    var TOP_RESET = unsafeCastStringToDOMTopLevelType('reset');
-                    var TOP_SCROLL = unsafeCastStringToDOMTopLevelType('scroll');
-                    var TOP_SEEKED = unsafeCastStringToDOMTopLevelType('seeked');
-                    var TOP_SEEKING = unsafeCastStringToDOMTopLevelType('seeking');
-                    var TOP_SELECTION_CHANGE = unsafeCastStringToDOMTopLevelType('selectionchange');
-                    var TOP_STALLED = unsafeCastStringToDOMTopLevelType('stalled');
-                    var TOP_SUBMIT = unsafeCastStringToDOMTopLevelType('submit');
-                    var TOP_SUSPEND = unsafeCastStringToDOMTopLevelType('suspend');
-                    var TOP_TEXT_INPUT = unsafeCastStringToDOMTopLevelType('textInput');
-                    var TOP_TIME_UPDATE = unsafeCastStringToDOMTopLevelType('timeupdate');
-                    var TOP_TOGGLE = unsafeCastStringToDOMTopLevelType('toggle');
-                    var TOP_TOUCH_CANCEL = unsafeCastStringToDOMTopLevelType('touchcancel');
-                    var TOP_TOUCH_END = unsafeCastStringToDOMTopLevelType('touchend');
-                    var TOP_TOUCH_MOVE = unsafeCastStringToDOMTopLevelType('touchmove');
-                    var TOP_TOUCH_START = unsafeCastStringToDOMTopLevelType('touchstart');
-                    var TOP_TRANSITION_END = unsafeCastStringToDOMTopLevelType(getVendorPrefixedEventName('transitionend'));
-                    var TOP_VOLUME_CHANGE = unsafeCastStringToDOMTopLevelType('volumechange');
-                    var TOP_WAITING = unsafeCastStringToDOMTopLevelType('waiting');
-                    var TOP_WHEEL = unsafeCastStringToDOMTopLevelType('wheel');
-
-// List of events that need to be individually attached to media elements.
-// Note that events in this list will *not* be listened to at the top level
-// unless they're explicitly whitelisted in `ReactBrowserEventEmitter.listenTo`.
-                    var mediaEventTypes = [TOP_ABORT, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_SEEKED, TOP_SEEKING, TOP_STALLED, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_VOLUME_CHANGE, TOP_WAITING];
-
-                    function getRawEventName(topLevelType) {
-                        return unsafeCastDOMTopLevelTypeToString(topLevelType);
+
+
+                    function cloneAndReplaceKey(oldElement, newKey) {
+                        var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);
+
+                        return newElement;
                     }
 
                     /**
-                     * These variables store information about text content of a target node,
-                     * allowing comparison of content before and after a given event.
-                     *
-                     * Identify the node where selection currently begins, then observe
-                     * both its text content and its current position in the DOM. Since the
-                     * browser may natively replace the target node during composition, we can
-                     * use its position to find its replacement.
-                     *
-                     *
+                     * Clone and return a new ReactElement using element as the starting point.
+                     * See https://reactjs.org/docs/react-api.html#cloneelement
                      */
+                    function cloneElement(element, config, children) {
+                        !!(element === null || element === undefined) ? invariant(false, 'React.cloneElement(...): The argument must be a React element, but you passed %s.', element) : void 0;
 
-                    var root = null;
-                    var startText = null;
-                    var fallbackText = null;
+                        var propName = void 0;
 
-                    function initialize(nativeEventTarget) {
-                        root = nativeEventTarget;
-                        startText = getText();
-                        return true;
-                    }
+                        // Original props are copied
+                        var props = _assign({}, element.props);
 
-                    function reset() {
-                        root = null;
-                        startText = null;
-                        fallbackText = null;
-                    }
+                        // Reserved names are extracted
+                        var key = element.key;
+                        var ref = element.ref;
+                        // Self is preserved since the owner is preserved.
+                        var self = element._self;
+                        // Source is preserved since cloneElement is unlikely to be targeted by a
+                        // transpiler, and the original source is probably a better indicator of the
+                        // true owner.
+                        var source = element._source;
 
-                    function getData() {
-                        if (fallbackText) {
-                            return fallbackText;
-                        }
+                        // Owner will be preserved, unless ref is overridden
+                        var owner = element._owner;
 
-                        var start = void 0;
-                        var startValue = startText;
-                        var startLength = startValue.length;
-                        var end = void 0;
-                        var endValue = getText();
-                        var endLength = endValue.length;
+                        if (config != null) {
+                            if (hasValidRef(config)) {
+                                // Silently steal the ref from the parent.
+                                ref = config.ref;
+                                owner = ReactCurrentOwner.current;
+                            }
+                            if (hasValidKey(config)) {
+                                key = '' + config.key;
+                            }
 
-                        for (start = 0; start < startLength; start++) {
-                            if (startValue[start] !== endValue[start]) {
-                                break;
+                            // Remaining properties override existing props
+                            var defaultProps = void 0;
+                            if (element.type && element.type.defaultProps) {
+                                defaultProps = element.type.defaultProps;
+                            }
+                            for (propName in config) {
+                                if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
+                                    if (config[propName] === undefined && defaultProps !== undefined) {
+                                        // Resolve default props
+                                        props[propName] = defaultProps[propName];
+                                    } else {
+                                        props[propName] = config[propName];
+                                    }
+                                }
                             }
                         }
 
-                        var minEnd = startLength - start;
-                        for (end = 1; end <= minEnd; end++) {
-                            if (startValue[startLength - end] !== endValue[endLength - end]) {
-                                break;
+                        // Children can be more than one argument, and those are transferred onto
+                        // the newly allocated props object.
+                        var childrenLength = arguments.length - 2;
+                        if (childrenLength === 1) {
+                            props.children = children;
+                        } else if (childrenLength > 1) {
+                            var childArray = Array(childrenLength);
+                            for (var i = 0; i < childrenLength; i++) {
+                                childArray[i] = arguments[i + 2];
                             }
+                            props.children = childArray;
                         }
 
-                        var sliceTail = end > 1 ? 1 - end : undefined;
-                        fallbackText = endValue.slice(start, sliceTail);
-                        return fallbackText;
+                        return ReactElement(element.type, key, ref, self, source, owner, props);
                     }
 
-                    function getText() {
-                        if ('value' in root) {
-                            return root.value;
-                        }
-                        return root.textContent;
+                    /**
+                     * Verifies the object is a ReactElement.
+                     * See https://reactjs.org/docs/react-api.html#isvalidelement
+                     * @param {?object} object
+                     * @return {boolean} True if `object` is a ReactElement.
+                     * @final
+                     */
+                    function isValidElement(object) {
+                        return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
                     }
 
-                    /* eslint valid-typeof: 0 */
-
-                    var EVENT_POOL_SIZE = 10;
+                    var SEPARATOR = '.';
+                    var SUBSEPARATOR = ':';
 
                     /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
+                     * Escape and wrap key so it is safe to use as a reactid
+                     *
+                     * @param {string} key to be escaped.
+                     * @return {string} the escaped key.
                      */
-                    var EventInterface = {
-                        type: null,
-                        target: null,
-                        // currentTarget is set when dispatching; no use in copying it here
-                        currentTarget: function () {
-                            return null;
-                        },
-                        eventPhase: null,
-                        bubbles: null,
-                        cancelable: null,
-                        timeStamp: function (event) {
-                            return event.timeStamp || Date.now();
-                        },
-                        defaultPrevented: null,
-                        isTrusted: null
-                    };
-
-                    function functionThatReturnsTrue() {
-                        return true;
-                    }
+                    function escape(key) {
+                        var escapeRegex = /[=:]/g;
+                        var escaperLookup = {
+                            '=': '=0',
+                            ':': '=2'
+                        };
+                        var escapedString = ('' + key).replace(escapeRegex, function (match) {
+                            return escaperLookup[match];
+                        });
 
-                    function functionThatReturnsFalse() {
-                        return false;
+                        return '$' + escapedString;
                     }
 
                     /**
-                     * Synthetic events are dispatched by event plugins, typically in response to a
-                     * top-level event delegation handler.
-                     *
-                     * These systems should generally use pooling to reduce the frequency of garbage
-                     * collection. The system should check `isPersistent` to determine whether the
-                     * event should be released into the pool after being dispatched. Users that
-                     * need a persisted event should invoke `persist`.
-                     *
-                     * Synthetic events (and subclasses) implement the DOM Level 3 Events API by
-                     * normalizing browser quirks. Subclasses do not necessarily have to implement a
-                     * DOM interface; custom application-specific events can also subclass this.
-                     *
-                     * @param {object} dispatchConfig Configuration used to dispatch this event.
-                     * @param {*} targetInst Marker identifying the event target.
-                     * @param {object} nativeEvent Native browser event.
-                     * @param {DOMEventTarget} nativeEventTarget Target node.
+                     * TODO: Test that a single child and an array with one item have the same key
+                     * pattern.
                      */
-                    function SyntheticEvent(dispatchConfig, targetInst, nativeEvent, nativeEventTarget) {
-                        {
-                            // these have a getter/setter for warnings
-                            delete this.nativeEvent;
-                            delete this.preventDefault;
-                            delete this.stopPropagation;
-                            delete this.isDefaultPrevented;
-                            delete this.isPropagationStopped;
-                        }
 
-                        this.dispatchConfig = dispatchConfig;
-                        this._targetInst = targetInst;
-                        this.nativeEvent = nativeEvent;
+                    var didWarnAboutMaps = false;
 
-                        var Interface = this.constructor.Interface;
-                        for (var propName in Interface) {
-                            if (!Interface.hasOwnProperty(propName)) {
-                                continue;
-                            }
-                            {
-                                delete this[propName]; // this has a getter/setter for warnings
-                            }
-                            var normalize = Interface[propName];
-                            if (normalize) {
-                                this[propName] = normalize(nativeEvent);
-                            } else {
-                                if (propName === 'target') {
-                                    this.target = nativeEventTarget;
-                                } else {
-                                    this[propName] = nativeEvent[propName];
-                                }
-                            }
-                        }
+                    var userProvidedKeyEscapeRegex = /\/+/g;
 
-                        var defaultPrevented = nativeEvent.defaultPrevented != null ? nativeEvent.defaultPrevented : nativeEvent.returnValue === false;
-                        if (defaultPrevented) {
-                            this.isDefaultPrevented = functionThatReturnsTrue;
-                        } else {
-                            this.isDefaultPrevented = functionThatReturnsFalse;
-                        }
-                        this.isPropagationStopped = functionThatReturnsFalse;
-                        return this;
+                    function escapeUserProvidedKey(text) {
+                        return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');
                     }
 
-                    _assign(SyntheticEvent.prototype, {
-                        preventDefault: function () {
-                            this.defaultPrevented = true;
-                            var event = this.nativeEvent;
-                            if (!event) {
-                                return;
-                            }
-
-                            if (event.preventDefault) {
-                                event.preventDefault();
-                            } else if (typeof event.returnValue !== 'unknown') {
-                                event.returnValue = false;
-                            }
-                            this.isDefaultPrevented = functionThatReturnsTrue;
-                        },
+                    var POOL_SIZE = 10;
+                    var traverseContextPool = [];
 
-                        stopPropagation: function () {
-                            var event = this.nativeEvent;
-                            if (!event) {
-                                return;
-                            }
-
-                            if (event.stopPropagation) {
-                                event.stopPropagation();
-                            } else if (typeof event.cancelBubble !== 'unknown') {
-                                // The ChangeEventPlugin registers a "propertychange" event for
-                                // IE. This event does not support bubbling or cancelling, and
-                                // any references to cancelBubble throw "Member not found".  A
-                                // typeof check of "unknown" circumvents this issue (and is also
-                                // IE specific).
-                                event.cancelBubble = true;
-                            }
-
-                            this.isPropagationStopped = functionThatReturnsTrue;
-                        },
-
-                        /**
-                         * We release all dispatched `SyntheticEvent`s after each event loop, adding
-                         * them back into the pool. This allows a way to hold onto a reference that
-                         * won't be added back into the pool.
-                         */
-                        persist: function () {
-                            this.isPersistent = functionThatReturnsTrue;
-                        },
-
-                        /**
-                         * Checks if this event should be released back into the pool.
-                         *
-                         * @return {boolean} True if this should not be released, false otherwise.
-                         */
-                        isPersistent: functionThatReturnsFalse,
-
-                        /**
-                         * `PooledClass` looks for `destructor` on each instance it releases.
-                         */
-                        destructor: function () {
-                            var Interface = this.constructor.Interface;
-                            for (var propName in Interface) {
-                                {
-                                    Object.defineProperty(this, propName, getPooledWarningPropertyDefinition(propName, Interface[propName]));
-                                }
-                            }
-                            this.dispatchConfig = null;
-                            this._targetInst = null;
-                            this.nativeEvent = null;
-                            this.isDefaultPrevented = functionThatReturnsFalse;
-                            this.isPropagationStopped = functionThatReturnsFalse;
-                            this._dispatchListeners = null;
-                            this._dispatchInstances = null;
-                            {
-                                Object.defineProperty(this, 'nativeEvent', getPooledWarningPropertyDefinition('nativeEvent', null));
-                                Object.defineProperty(this, 'isDefaultPrevented', getPooledWarningPropertyDefinition('isDefaultPrevented', functionThatReturnsFalse));
-                                Object.defineProperty(this, 'isPropagationStopped', getPooledWarningPropertyDefinition('isPropagationStopped', functionThatReturnsFalse));
-                                Object.defineProperty(this, 'preventDefault', getPooledWarningPropertyDefinition('preventDefault', function () {
-                                }));
-                                Object.defineProperty(this, 'stopPropagation', getPooledWarningPropertyDefinition('stopPropagation', function () {
-                                }));
-                            }
+                    function getPooledTraverseContext(mapResult, keyPrefix, mapFunction, mapContext) {
+                        if (traverseContextPool.length) {
+                            var traverseContext = traverseContextPool.pop();
+                            traverseContext.result = mapResult;
+                            traverseContext.keyPrefix = keyPrefix;
+                            traverseContext.func = mapFunction;
+                            traverseContext.context = mapContext;
+                            traverseContext.count = 0;
+                            return traverseContext;
+                        } else {
+                            return {
+                                result: mapResult,
+                                keyPrefix: keyPrefix,
+                                func: mapFunction,
+                                context: mapContext,
+                                count: 0
+                            };
                         }
-                    });
-
-                    SyntheticEvent.Interface = EventInterface;
-
-                    /**
-                     * Helper to reduce boilerplate when creating subclasses.
-                     */
-                    SyntheticEvent.extend = function (Interface) {
-                        var Super = this;
-
-                        var E = function () {
-                        };
-                        E.prototype = Super.prototype;
-                        var prototype = new E();
+                    }
 
-                        function Class() {
-                            return Super.apply(this, arguments);
+                    function releaseTraverseContext(traverseContext) {
+                        traverseContext.result = null;
+                        traverseContext.keyPrefix = null;
+                        traverseContext.func = null;
+                        traverseContext.context = null;
+                        traverseContext.count = 0;
+                        if (traverseContextPool.length < POOL_SIZE) {
+                            traverseContextPool.push(traverseContext);
                         }
-
-                        _assign(prototype, Class.prototype);
-                        Class.prototype = prototype;
-                        Class.prototype.constructor = Class;
-
-                        Class.Interface = _assign({}, Super.Interface, Interface);
-                        Class.extend = Super.extend;
-                        addEventPoolingTo(Class);
-
-                        return Class;
-                    };
-
-                    addEventPoolingTo(SyntheticEvent);
+                    }
 
                     /**
-                     * Helper to nullify syntheticEvent instance properties when destructing
-                     *
-                     * @param {String} propName
-                     * @param {?object} getVal
-                     * @return {object} defineProperty object
+                     * @param {?*} children Children tree container.
+                     * @param {!string} nameSoFar Name of the key path so far.
+                     * @param {!function} callback Callback to invoke with each child found.
+                     * @param {?*} traverseContext Used to pass information throughout the traversal
+                     * process.
+                     * @return {!number} The number of children in this subtree.
                      */
-                    function getPooledWarningPropertyDefinition(propName, getVal) {
-                        var isFunction = typeof getVal === 'function';
-                        return {
-                            configurable: true,
-                            set: set,
-                            get: get
-                        };
-
-                        function set(val) {
-                            var action = isFunction ? 'setting the method' : 'setting the property';
-                            warn(action, 'This is effectively a no-op');
-                            return val;
-                        }
+                    function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {
+                        var type = typeof children;
 
-                        function get() {
-                            var action = isFunction ? 'accessing the method' : 'accessing the property';
-                            var result = isFunction ? 'This is a no-op function' : 'This is set to null';
-                            warn(action, result);
-                            return getVal;
+                        if (type === 'undefined' || type === 'boolean') {
+                            // All of the above are perceived as null.
+                            children = null;
                         }
 
-                        function warn(action, result) {
-                            var warningCondition = false;
-                            !warningCondition ? warningWithoutStack$1(false, "This synthetic event is reused for performance reasons. If you're seeing this, " + "you're %s `%s` on a released/nullified synthetic event. %s. " + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
-                        }
-                    }
+                        var invokeCallback = false;
 
-                    function getPooledEvent(dispatchConfig, targetInst, nativeEvent, nativeInst) {
-                        var EventConstructor = this;
-                        if (EventConstructor.eventPool.length) {
-                            var instance = EventConstructor.eventPool.pop();
-                            EventConstructor.call(instance, dispatchConfig, targetInst, nativeEvent, nativeInst);
-                            return instance;
+                        if (children === null) {
+                            invokeCallback = true;
+                        } else {
+                            switch (type) {
+                                case 'string':
+                                case 'number':
+                                    invokeCallback = true;
+                                    break;
+                                case 'object':
+                                    switch (children.$$typeof) {
+                                        case REACT_ELEMENT_TYPE:
+                                        case REACT_PORTAL_TYPE:
+                                            invokeCallback = true;
+                                    }
+                            }
                         }
-                        return new EventConstructor(dispatchConfig, targetInst, nativeEvent, nativeInst);
-                    }
 
-                    function releasePooledEvent(event) {
-                        var EventConstructor = this;
-                        !(event instanceof EventConstructor) ? invariant(false, 'Trying to release an event instance into a pool of a different type.') : void 0;
-                        event.destructor();
-                        if (EventConstructor.eventPool.length < EVENT_POOL_SIZE) {
-                            EventConstructor.eventPool.push(event);
+                        if (invokeCallback) {
+                            callback(traverseContext, children,
+                                // If it's the only child, treat the name as if it was wrapped in an array
+                                // so that it's consistent if the number of children grows.
+                                nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);
+                            return 1;
                         }
-                    }
-
-                    function addEventPoolingTo(EventConstructor) {
-                        EventConstructor.eventPool = [];
-                        EventConstructor.getPooled = getPooledEvent;
-                        EventConstructor.release = releasePooledEvent;
-                    }
-
-                    /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/#events-compositionevents
-                     */
-                    var SyntheticCompositionEvent = SyntheticEvent.extend({
-                        data: null
-                    });
-
-                    /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105
-                     *      /#events-inputevents
-                     */
-                    var SyntheticInputEvent = SyntheticEvent.extend({
-                        data: null
-                    });
 
-                    var END_KEYCODES = [9, 13, 27, 32]; // Tab, Return, Esc, Space
-                    var START_KEYCODE = 229;
-
-                    var canUseCompositionEvent = canUseDOM && 'CompositionEvent' in window;
+                        var child = void 0;
+                        var nextName = void 0;
+                        var subtreeCount = 0; // Count of children found in the current subtree.
+                        var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;
 
-                    var documentMode = null;
-                    if (canUseDOM && 'documentMode' in document) {
-                        documentMode = document.documentMode;
-                    }
+                        if (Array.isArray(children)) {
+                            for (var i = 0; i < children.length; i++) {
+                                child = children[i];
+                                nextName = nextNamePrefix + getComponentKey(child, i);
+                                subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
+                            }
+                        } else {
+                            var iteratorFn = getIteratorFn(children);
+                            if (typeof iteratorFn === 'function') {
+                                {
+                                    // Warn about using Maps as children
+                                    if (iteratorFn === children.entries) {
+                                        !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;
+                                        didWarnAboutMaps = true;
+                                    }
+                                }
 
-// Webkit offers a very useful `textInput` event that can be used to
-// directly represent `beforeInput`. The IE `textinput` event is not as
-// useful, so we don't use it.
-                    var canUseTextInputEvent = canUseDOM && 'TextEvent' in window && !documentMode;
-
-// In IE9+, we have access to composition events, but the data supplied
-// by the native compositionend event may be incorrect. Japanese ideographic
-// spaces, for instance (\u3000) are not recorded correctly.
-                    var useFallbackCompositionData = canUseDOM && (!canUseCompositionEvent || documentMode && documentMode > 8 && documentMode <= 11);
-
-                    var SPACEBAR_CODE = 32;
-                    var SPACEBAR_CHAR = String.fromCharCode(SPACEBAR_CODE);
-
-// Events and their corresponding property names.
-                    var eventTypes = {
-                        beforeInput: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onBeforeInput',
-                                captured: 'onBeforeInputCapture'
-                            },
-                            dependencies: [TOP_COMPOSITION_END, TOP_KEY_PRESS, TOP_TEXT_INPUT, TOP_PASTE]
-                        },
-                        compositionEnd: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onCompositionEnd',
-                                captured: 'onCompositionEndCapture'
-                            },
-                            dependencies: [TOP_BLUR, TOP_COMPOSITION_END, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
-                        },
-                        compositionStart: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onCompositionStart',
-                                captured: 'onCompositionStartCapture'
-                            },
-                            dependencies: [TOP_BLUR, TOP_COMPOSITION_START, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
-                        },
-                        compositionUpdate: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onCompositionUpdate',
-                                captured: 'onCompositionUpdateCapture'
-                            },
-                            dependencies: [TOP_BLUR, TOP_COMPOSITION_UPDATE, TOP_KEY_DOWN, TOP_KEY_PRESS, TOP_KEY_UP, TOP_MOUSE_DOWN]
+                                var iterator = iteratorFn.call(children);
+                                var step = void 0;
+                                var ii = 0;
+                                while (!(step = iterator.next()).done) {
+                                    child = step.value;
+                                    nextName = nextNamePrefix + getComponentKey(child, ii++);
+                                    subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
+                                }
+                            } else if (type === 'object') {
+                                var addendum = '';
+                                {
+                                    addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + ReactDebugCurrentFrame.getStackAddendum();
+                                }
+                                var childrenString = '' + children;
+                                invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum);
+                            }
                         }
-                    };
 
-// Track whether we've ever handled a keypress on the space key.
-                    var hasSpaceKeypress = false;
-
-                    /**
-                     * Return whether a native keypress event is assumed to be a command.
-                     * This is required because Firefox fires `keypress` events for key commands
-                     * (cut, copy, select-all, etc.) even though no character is inserted.
-                     */
-                    function isKeypressCommand(nativeEvent) {
-                        return (nativeEvent.ctrlKey || nativeEvent.altKey || nativeEvent.metaKey) &&
-                            // ctrlKey && altKey is equivalent to AltGr, and is not a command.
-                            !(nativeEvent.ctrlKey && nativeEvent.altKey);
+                        return subtreeCount;
                     }
 
                     /**
-                     * Translate native top level events into event types.
+                     * Traverses children that are typically specified as `props.children`, but
+                     * might also be specified through attributes:
+                     *
+                     * - `traverseAllChildren(this.props.children, ...)`
+                     * - `traverseAllChildren(this.props.leftPanelChildren, ...)`
+                     *
+                     * The `traverseContext` is an optional argument that is passed through the
+                     * entire traversal. It can be used to store accumulations or anything else that
+                     * the callback might find relevant.
                      *
-                     * @param {string} topLevelType
-                     * @return {object}
+                     * @param {?*} children Children tree object.
+                     * @param {!function} callback To invoke upon traversing each child.
+                     * @param {?*} traverseContext Context for traversal.
+                     * @return {!number} The number of children in this subtree.
                      */
-                    function getCompositionEventType(topLevelType) {
-                        switch (topLevelType) {
-                            case TOP_COMPOSITION_START:
-                                return eventTypes.compositionStart;
-                            case TOP_COMPOSITION_END:
-                                return eventTypes.compositionEnd;
-                            case TOP_COMPOSITION_UPDATE:
-                                return eventTypes.compositionUpdate;
+                    function traverseAllChildren(children, callback, traverseContext) {
+                        if (children == null) {
+                            return 0;
                         }
-                    }
 
-                    /**
-                     * Does our fallback best-guess model think this event signifies that
-                     * composition has begun?
-                     *
-                     * @param {string} topLevelType
-                     * @param {object} nativeEvent
-                     * @return {boolean}
-                     */
-                    function isFallbackCompositionStart(topLevelType, nativeEvent) {
-                        return topLevelType === TOP_KEY_DOWN && nativeEvent.keyCode === START_KEYCODE;
+                        return traverseAllChildrenImpl(children, '', callback, traverseContext);
                     }
 
                     /**
-                     * Does our fallback mode think that this event is the end of composition?
+                     * Generate a key string that identifies a component within a set.
                      *
-                     * @param {string} topLevelType
-                     * @param {object} nativeEvent
-                     * @return {boolean}
+                     * @param {*} component A component that could contain a manual key.
+                     * @param {number} index Index that is used if a manual key is not provided.
+                     * @return {string}
                      */
-                    function isFallbackCompositionEnd(topLevelType, nativeEvent) {
-                        switch (topLevelType) {
-                            case TOP_KEY_UP:
-                                // Command keys insert or clear IME input.
-                                return END_KEYCODES.indexOf(nativeEvent.keyCode) !== -1;
-                            case TOP_KEY_DOWN:
-                                // Expect IME keyCode on each keydown. If we get any other
-                                // code we must have exited earlier.
-                                return nativeEvent.keyCode !== START_KEYCODE;
-                            case TOP_KEY_PRESS:
-                            case TOP_MOUSE_DOWN:
-                            case TOP_BLUR:
-                                // Events are not possible without cancelling IME.
-                                return true;
-                            default:
-                                return false;
+                    function getComponentKey(component, index) {
+                        // Do some typechecking here since we call this blindly. We want to ensure
+                        // that we don't block potential future ES APIs.
+                        if (typeof component === 'object' && component !== null && component.key != null) {
+                            // Explicit key
+                            return escape(component.key);
                         }
+                        // Implicit key determined by the index in the set
+                        return index.toString(36);
                     }
 
-                    /**
-                     * Google Input Tools provides composition data via a CustomEvent,
-                     * with the `data` property populated in the `detail` object. If this
-                     * is available on the event object, use it. If not, this is a plain
-                     * composition event and we have nothing special to extract.
-                     *
-                     * @param {object} nativeEvent
-                     * @return {?string}
-                     */
-                    function getDataFromCustomEvent(nativeEvent) {
-                        var detail = nativeEvent.detail;
-                        if (typeof detail === 'object' && 'data' in detail) {
-                            return detail.data;
-                        }
-                        return null;
+                    function forEachSingleChild(bookKeeping, child, name) {
+                        var func = bookKeeping.func,
+                            context = bookKeeping.context;
+
+                        func.call(context, child, bookKeeping.count++);
                     }
 
                     /**
-                     * Check if a composition event was triggered by Korean IME.
-                     * Our fallback mode does not work well with IE's Korean IME,
-                     * so just use native composition events when Korean IME is used.
-                     * Although CompositionEvent.locale property is deprecated,
-                     * it is available in IE, where our fallback mode is enabled.
+                     * Iterates through children that are typically specified as `props.children`.
+                     *
+                     * See https://reactjs.org/docs/react-api.html#reactchildrenforeach
                      *
-                     * @param {object} nativeEvent
-                     * @return {boolean}
+                     * The provided forEachFunc(child, index) will be called for each
+                     * leaf child.
+                     *
+                     * @param {?*} children Children tree container.
+                     * @param {function(*, int)} forEachFunc
+                     * @param {*} forEachContext Context for forEachContext.
                      */
-                    function isUsingKoreanIME(nativeEvent) {
-                        return nativeEvent.locale === 'ko';
+                    function forEachChildren(children, forEachFunc, forEachContext) {
+                        if (children == null) {
+                            return children;
+                        }
+                        var traverseContext = getPooledTraverseContext(null, null, forEachFunc, forEachContext);
+                        traverseAllChildren(children, forEachSingleChild, traverseContext);
+                        releaseTraverseContext(traverseContext);
                     }
 
-// Track the current IME composition status, if any.
-                    var isComposing = false;
+                    function mapSingleChildIntoContext(bookKeeping, child, childKey) {
+                        var result = bookKeeping.result,
+                            keyPrefix = bookKeeping.keyPrefix,
+                            func = bookKeeping.func,
+                            context = bookKeeping.context;
 
-                    /**
-                     * @return {?object} A SyntheticCompositionEvent.
-                     */
-                    function extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                        var eventType = void 0;
-                        var fallbackData = void 0;
 
-                        if (canUseCompositionEvent) {
-                            eventType = getCompositionEventType(topLevelType);
-                        } else if (!isComposing) {
-                            if (isFallbackCompositionStart(topLevelType, nativeEvent)) {
-                                eventType = eventTypes.compositionStart;
+                        var mappedChild = func.call(context, child, bookKeeping.count++);
+                        if (Array.isArray(mappedChild)) {
+                            mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, function (c) {
+                                return c;
+                            });
+                        } else if (mappedChild != null) {
+                            if (isValidElement(mappedChild)) {
+                                mappedChild = cloneAndReplaceKey(mappedChild,
+                                    // Keep both the (mapped) and old keys if they differ, just as
+                                    // traverseAllChildren used to do for objects as children
+                                    keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);
                             }
-                        } else if (isFallbackCompositionEnd(topLevelType, nativeEvent)) {
-                            eventType = eventTypes.compositionEnd;
+                            result.push(mappedChild);
                         }
+                    }
 
-                        if (!eventType) {
-                            return null;
+                    function mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {
+                        var escapedPrefix = '';
+                        if (prefix != null) {
+                            escapedPrefix = escapeUserProvidedKey(prefix) + '/';
                         }
-
-                        if (useFallbackCompositionData && !isUsingKoreanIME(nativeEvent)) {
-                            // The current composition is stored statically and must not be
-                            // overwritten while composition continues.
-                            if (!isComposing && eventType === eventTypes.compositionStart) {
-                                isComposing = initialize(nativeEventTarget);
-                            } else if (eventType === eventTypes.compositionEnd) {
-                                if (isComposing) {
-                                    fallbackData = getData();
-                                }
-                            }
-                        }
-
-                        var event = SyntheticCompositionEvent.getPooled(eventType, targetInst, nativeEvent, nativeEventTarget);
-
-                        if (fallbackData) {
-                            // Inject data generated from fallback path into the synthetic event.
-                            // This matches the property of native CompositionEventInterface.
-                            event.data = fallbackData;
-                        } else {
-                            var customData = getDataFromCustomEvent(nativeEvent);
-                            if (customData !== null) {
-                                event.data = customData;
-                            }
-                        }
-
-                        accumulateTwoPhaseDispatches(event);
-                        return event;
-                    }
+                        var traverseContext = getPooledTraverseContext(array, escapedPrefix, func, context);
+                        traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);
+                        releaseTraverseContext(traverseContext);
+                    }
 
                     /**
-                     * @param {TopLevelType} topLevelType Number from `TopLevelType`.
-                     * @param {object} nativeEvent Native browser event.
-                     * @return {?string} The string corresponding to this `beforeInput` event.
+                     * Maps children that are typically specified as `props.children`.
+                     *
+                     * See https://reactjs.org/docs/react-api.html#reactchildrenmap
+                     *
+                     * The provided mapFunction(child, key, index) will be called for each
+                     * leaf child.
+                     *
+                     * @param {?*} children Children tree container.
+                     * @param {function(*, int)} func The map function.
+                     * @param {*} context Context for mapFunction.
+                     * @return {object} Object containing the ordered map of results.
                      */
-                    function getNativeBeforeInputChars(topLevelType, nativeEvent) {
-                        switch (topLevelType) {
-                            case TOP_COMPOSITION_END:
-                                return getDataFromCustomEvent(nativeEvent);
-                            case TOP_KEY_PRESS:
-                                /**
-                                 * If native `textInput` events are available, our goal is to make
-                                 * use of them. However, there is a special case: the spacebar key.
-                                 * In Webkit, preventing default on a spacebar `textInput` event
-                                 * cancels character insertion, but it *also* causes the browser
-                                 * to fall back to its default spacebar behavior of scrolling the
-                                 * page.
-                                 *
-                                 * Tracking at:
-                                 * https://code.google.com/p/chromium/issues/detail?id=355103
-                                 *
-                                 * To avoid this issue, use the keypress event as if no `textInput`
-                                 * event is available.
-                                 */
-                                var which = nativeEvent.which;
-                                if (which !== SPACEBAR_CODE) {
-                                    return null;
-                                }
-
-                                hasSpaceKeypress = true;
-                                return SPACEBAR_CHAR;
-
-                            case TOP_TEXT_INPUT:
-                                // Record the characters to be added to the DOM.
-                                var chars = nativeEvent.data;
-
-                                // If it's a spacebar character, assume that we have already handled
-                                // it at the keypress level and bail immediately. Android Chrome
-                                // doesn't give us keycodes, so we need to ignore it.
-                                if (chars === SPACEBAR_CHAR && hasSpaceKeypress) {
-                                    return null;
-                                }
-
-                                return chars;
-
-                            default:
-                                // For other native event types, do nothing.
-                                return null;
+                    function mapChildren(children, func, context) {
+                        if (children == null) {
+                            return children;
                         }
+                        var result = [];
+                        mapIntoWithKeyPrefixInternal(children, result, null, func, context);
+                        return result;
                     }
 
                     /**
-                     * For browsers that do not provide the `textInput` event, extract the
-                     * appropriate string to use for SyntheticInputEvent.
+                     * Count the number of children that are typically specified as
+                     * `props.children`.
                      *
-                     * @param {number} topLevelType Number from `TopLevelEventTypes`.
-                     * @param {object} nativeEvent Native browser event.
-                     * @return {?string} The fallback string for this `beforeInput` event.
+                     * See https://reactjs.org/docs/react-api.html#reactchildrencount
+                     *
+                     * @param {?*} children Children tree container.
+                     * @return {number} The number of children.
                      */
-                    function getFallbackBeforeInputChars(topLevelType, nativeEvent) {
-                        // If we are currently composing (IME) and using a fallback to do so,
-                        // try to extract the composed characters from the fallback object.
-                        // If composition event is available, we extract a string only at
-                        // compositionevent, otherwise extract it at fallback events.
-                        if (isComposing) {
-                            if (topLevelType === TOP_COMPOSITION_END || !canUseCompositionEvent && isFallbackCompositionEnd(topLevelType, nativeEvent)) {
-                                var chars = getData();
-                                reset();
-                                isComposing = false;
-                                return chars;
-                            }
+                    function countChildren(children) {
+                        return traverseAllChildren(children, function () {
                             return null;
-                        }
-
-                        switch (topLevelType) {
-                            case TOP_PASTE:
-                                // If a paste event occurs after a keypress, throw out the input
-                                // chars. Paste events should not lead to BeforeInput events.
-                                return null;
-                            case TOP_KEY_PRESS:
-                                /**
-                                 * As of v27, Firefox may fire keypress events even when no character
-                                 * will be inserted. A few possibilities:
-                                 *
-                                 * - `which` is `0`. Arrow keys, Esc key, etc.
-                                 *
-                                 * - `which` is the pressed key code, but no char is available.
-                                 *   Ex: 'AltGr + d` in Polish. There is no modified character for
-                                 *   this key combination and no character is inserted into the
-                                 *   document, but FF fires the keypress for char code `100` anyway.
-                                 *   No `input` event will occur.
-                                 *
-                                 * - `which` is the pressed key code, but a command combination is
-                                 *   being used. Ex: `Cmd+C`. No character is inserted, and no
-                                 *   `input` event will occur.
-                                 */
-                                if (!isKeypressCommand(nativeEvent)) {
-                                    // IE fires the `keypress` event when a user types an emoji via
-                                    // Touch keyboard of Windows.  In such a case, the `char` property
-                                    // holds an emoji character like `\uD83D\uDE0A`.  Because its length
-                                    // is 2, the property `which` does not represent an emoji correctly.
-                                    // In such a case, we directly return the `char` property instead of
-                                    // using `which`.
-                                    if (nativeEvent.char && nativeEvent.char.length > 1) {
-                                        return nativeEvent.char;
-                                    } else if (nativeEvent.which) {
-                                        return String.fromCharCode(nativeEvent.which);
-                                    }
-                                }
-                                return null;
-                            case TOP_COMPOSITION_END:
-                                return useFallbackCompositionData && !isUsingKoreanIME(nativeEvent) ? null : nativeEvent.data;
-                            default:
-                                return null;
-                        }
+                        }, null);
                     }
 
                     /**
-                     * Extract a SyntheticInputEvent for `beforeInput`, based on either native
-                     * `textInput` or fallback behavior.
+                     * Flatten a children object (typically specified as `props.children`) and
+                     * return an array with appropriately re-keyed children.
                      *
-                     * @return {?object} A SyntheticInputEvent.
+                     * See https://reactjs.org/docs/react-api.html#reactchildrentoarray
                      */
-                    function extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                        var chars = void 0;
-
-                        if (canUseTextInputEvent) {
-                            chars = getNativeBeforeInputChars(topLevelType, nativeEvent);
-                        } else {
-                            chars = getFallbackBeforeInputChars(topLevelType, nativeEvent);
-                        }
-
-                        // If no characters are being inserted, no BeforeInput event should
-                        // be fired.
-                        if (!chars) {
-                            return null;
-                        }
-
-                        var event = SyntheticInputEvent.getPooled(eventTypes.beforeInput, targetInst, nativeEvent, nativeEventTarget);
-
-                        event.data = chars;
-                        accumulateTwoPhaseDispatches(event);
-                        return event;
+                    function toArray(children) {
+                        var result = [];
+                        mapIntoWithKeyPrefixInternal(children, result, null, function (child) {
+                            return child;
+                        });
+                        return result;
                     }
 
                     /**
-                     * Create an `onBeforeInput` event to match
-                     * http://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#events-inputevents.
+                     * Returns the first child in a collection of children and verifies that there
+                     * is only one child in the collection.
                      *
-                     * This event plugin is based on the native `textInput` event
-                     * available in Chrome, Safari, Opera, and IE. This event fires after
-                     * `onKeyPress` and `onCompositionEnd`, but before `onInput`.
+                     * See https://reactjs.org/docs/react-api.html#reactchildrenonly
                      *
-                     * `beforeInput` is spec'd but not implemented in any browsers, and
-                     * the `input` event does not provide any useful information about what has
-                     * actually been added, contrary to the spec. Thus, `textInput` is the best
-                     * available event to identify the characters that have actually been inserted
-                     * into the target node.
+                     * The current implementation of this function assumes that a single child gets
+                     * passed without a wrapper, but the purpose of this helper function is to
+                     * abstract away the particular structure of children.
                      *
-                     * This plugin is also responsible for emitting `composition` events, thus
-                     * allowing us to share composition fallback code for both `beforeInput` and
-                     * `composition` event types.
+                     * @param {?object} children Child collection structure.
+                     * @return {ReactElement} The first and only `ReactElement` contained in the
+                     * structure.
                      */
-                    var BeforeInputEventPlugin = {
-                        eventTypes: eventTypes,
-
-                        extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                            var composition = extractCompositionEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);
-
-                            var beforeInput = extractBeforeInputEvent(topLevelType, targetInst, nativeEvent, nativeEventTarget);
+                    function onlyChild(children) {
+                        !isValidElement(children) ? invariant(false, 'React.Children.only expected to receive a single React element child.') : void 0;
+                        return children;
+                    }
 
-                            if (composition === null) {
-                                return beforeInput;
+                    function createContext(defaultValue, calculateChangedBits) {
+                        if (calculateChangedBits === undefined) {
+                            calculateChangedBits = null;
+                        } else {
+                            {
+                                !(calculateChangedBits === null || typeof calculateChangedBits === 'function') ? warningWithoutStack$1(false, 'createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits) : void 0;
                             }
+                        }
 
-                            if (beforeInput === null) {
-                                return composition;
-                            }
+                        var context = {
+                            $$typeof: REACT_CONTEXT_TYPE,
+                            _calculateChangedBits: calculateChangedBits,
+                            // As a workaround to support multiple concurrent renderers, we categorize
+                            // some renderers as primary and others as secondary. We only expect
+                            // there to be two concurrent renderers at most: React Native (primary) and
+                            // Fabric (secondary); React DOM (primary) and React ART (secondary).
+                            // Secondary renderers store their context values on separate fields.
+                            _currentValue: defaultValue,
+                            _currentValue2: defaultValue,
+                            // Used to track how many concurrent renderers this context currently
+                            // supports within in a single renderer. Such as parallel server rendering.
+                            _threadCount: 0,
+                            // These are circular
+                            Provider: null,
+                            Consumer: null
+                        };
 
-                            return [composition, beforeInput];
-                        }
-                    };
+                        context.Provider = {
+                            $$typeof: REACT_PROVIDER_TYPE,
+                            _context: context
+                        };
 
-// Use to restore controlled state after a change event has fired.
+                        var hasWarnedAboutUsingNestedContextConsumers = false;
+                        var hasWarnedAboutUsingConsumerProvider = false;
 
-                    var restoreImpl = null;
-                    var restoreTarget = null;
-                    var restoreQueue = null;
+                        {
+                            // A separate object, but proxies back to the original context object for
+                            // backwards compatibility. It has a different $$typeof, so we can properly
+                            // warn for the incorrect usage of Context as a Consumer.
+                            var Consumer = {
+                                $$typeof: REACT_CONTEXT_TYPE,
+                                _context: context,
+                                _calculateChangedBits: context._calculateChangedBits
+                            };
+                            // $FlowFixMe: Flow complains about not setting a value, which is intentional here
+                            Object.defineProperties(Consumer, {
+                                Provider: {
+                                    get: function () {
+                                        if (!hasWarnedAboutUsingConsumerProvider) {
+                                            hasWarnedAboutUsingConsumerProvider = true;
+                                            warning$1(false, 'Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');
+                                        }
+                                        return context.Provider;
+                                    },
+                                    set: function (_Provider) {
+                                        context.Provider = _Provider;
+                                    }
+                                },
+                                _currentValue: {
+                                    get: function () {
+                                        return context._currentValue;
+                                    },
+                                    set: function (_currentValue) {
+                                        context._currentValue = _currentValue;
+                                    }
+                                },
+                                _currentValue2: {
+                                    get: function () {
+                                        return context._currentValue2;
+                                    },
+                                    set: function (_currentValue2) {
+                                        context._currentValue2 = _currentValue2;
+                                    }
+                                },
+                                _threadCount: {
+                                    get: function () {
+                                        return context._threadCount;
+                                    },
+                                    set: function (_threadCount) {
+                                        context._threadCount = _threadCount;
+                                    }
+                                },
+                                Consumer: {
+                                    get: function () {
+                                        if (!hasWarnedAboutUsingNestedContextConsumers) {
+                                            hasWarnedAboutUsingNestedContextConsumers = true;
+                                            warning$1(false, 'Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
+                                        }
+                                        return context.Consumer;
+                                    }
+                                }
+                            });
+                            // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty
+                            context.Consumer = Consumer;
+                        }
 
-                    function restoreStateOfTarget(target) {
-                        // We perform this translation at the end of the event loop so that we
-                        // always receive the correct fiber here
-                        var internalInstance = getInstanceFromNode(target);
-                        if (!internalInstance) {
-                            // Unmounted
-                            return;
+                        {
+                            context._currentRenderer = null;
+                            context._currentRenderer2 = null;
                         }
-                        !(typeof restoreImpl === 'function') ? invariant(false, 'setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        var props = getFiberCurrentPropsFromNode(internalInstance.stateNode);
-                        restoreImpl(internalInstance.stateNode, internalInstance.type, props);
-                    }
 
-                    function setRestoreImplementation(impl) {
-                        restoreImpl = impl;
+                        return context;
                     }
 
-                    function enqueueStateRestore(target) {
-                        if (restoreTarget) {
-                            if (restoreQueue) {
-                                restoreQueue.push(target);
-                            } else {
-                                restoreQueue = [target];
-                            }
-                        } else {
-                            restoreTarget = target;
+                    function lazy(ctor) {
+                        var lazyType = {
+                            $$typeof: REACT_LAZY_TYPE,
+                            _ctor: ctor,
+                            // React uses these fields to store the result.
+                            _status: -1,
+                            _result: null
+                        };
+
+                        {
+                            // In production, this would just set it on the object.
+                            var defaultProps = void 0;
+                            var propTypes = void 0;
+                            Object.defineProperties(lazyType, {
+                                defaultProps: {
+                                    configurable: true,
+                                    get: function () {
+                                        return defaultProps;
+                                    },
+                                    set: function (newDefaultProps) {
+                                        warning$1(false, 'React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
+                                        defaultProps = newDefaultProps;
+                                        // Match production behavior more closely:
+                                        Object.defineProperty(lazyType, 'defaultProps', {
+                                            enumerable: true
+                                        });
+                                    }
+                                },
+                                propTypes: {
+                                    configurable: true,
+                                    get: function () {
+                                        return propTypes;
+                                    },
+                                    set: function (newPropTypes) {
+                                        warning$1(false, 'React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
+                                        propTypes = newPropTypes;
+                                        // Match production behavior more closely:
+                                        Object.defineProperty(lazyType, 'propTypes', {
+                                            enumerable: true
+                                        });
+                                    }
+                                }
+                            });
                         }
-                    }
 
-                    function needsStateRestore() {
-                        return restoreTarget !== null || restoreQueue !== null;
+                        return lazyType;
                     }
 
-                    function restoreStateIfNeeded() {
-                        if (!restoreTarget) {
-                            return;
-                        }
-                        var target = restoreTarget;
-                        var queuedTargets = restoreQueue;
-                        restoreTarget = null;
-                        restoreQueue = null;
+                    function forwardRef(render) {
+                        {
+                            if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
+                                warningWithoutStack$1(false, 'forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');
+                            } else if (typeof render !== 'function') {
+                                warningWithoutStack$1(false, 'forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);
+                            } else {
+                                !(
+                                    // Do not warn for 0 arguments because it could be due to usage of the 'arguments' object
+                                    render.length === 0 || render.length === 2) ? warningWithoutStack$1(false, 'forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.') : void 0;
+                            }
 
-                        restoreStateOfTarget(target);
-                        if (queuedTargets) {
-                            for (var i = 0; i < queuedTargets.length; i++) {
-                                restoreStateOfTarget(queuedTargets[i]);
+                            if (render != null) {
+                                !(render.defaultProps == null && render.propTypes == null) ? warningWithoutStack$1(false, 'forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?') : void 0;
                             }
                         }
+
+                        return {
+                            $$typeof: REACT_FORWARD_REF_TYPE,
+                            render: render
+                        };
                     }
 
-// Used as a way to call batchedUpdates when we don't have a reference to
-// the renderer. Such as when we're dispatching events or if third party
-// libraries need to call batchedUpdates. Eventually, this API will go away when
-// everything is batched by default. We'll then have a similar API to opt-out of
-// scheduled work and instead do synchronous work.
+                    function isValidElementType(type) {
+                        return typeof type === 'string' || typeof type === 'function' ||
+                            // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
+                            type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE);
+                    }
 
-// Defaults
-                    var _batchedUpdatesImpl = function (fn, bookkeeping) {
-                        return fn(bookkeeping);
-                    };
-                    var _interactiveUpdatesImpl = function (fn, a, b) {
-                        return fn(a, b);
-                    };
-                    var _flushInteractiveUpdatesImpl = function () {
-                    };
+                    function memo(type, compare) {
+                        {
+                            if (!isValidElementType(type)) {
+                                warningWithoutStack$1(false, 'memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);
+                            }
+                        }
+                        return {
+                            $$typeof: REACT_MEMO_TYPE,
+                            type: type,
+                            compare: compare === undefined ? null : compare
+                        };
+                    }
+
+                    function resolveDispatcher() {
+                        var dispatcher = ReactCurrentOwner.currentDispatcher;
+                        !(dispatcher !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component.') : void 0;
+                        return dispatcher;
+                    }
 
-                    var isBatching = false;
-
-                    function batchedUpdates(fn, bookkeeping) {
-                        if (isBatching) {
-                            // If we are currently inside another batch, we need to wait until it
-                            // fully completes before restoring state.
-                            return fn(bookkeeping);
-                        }
-                        isBatching = true;
-                        try {
-                            return _batchedUpdatesImpl(fn, bookkeeping);
-                        } finally {
-                            // Here we wait until all updates have propagated, which is important
-                            // when using controlled components within layers:
-                            // https://github.com/facebook/react/issues/1698
-                            // Then we restore state of any controlled component.
-                            isBatching = false;
-                            var controlledComponentsHavePendingUpdates = needsStateRestore();
-                            if (controlledComponentsHavePendingUpdates) {
-                                // If a controlled event was fired, we may need to restore the state of
-                                // the DOM node back to the controlled value. This is necessary when React
-                                // bails out of the update without touching the DOM.
-                                _flushInteractiveUpdatesImpl();
-                                restoreStateIfNeeded();
+                    function useContext(Context, observedBits) {
+                        var dispatcher = resolveDispatcher();
+                        {
+                            // TODO: add a more generic warning for invalid values.
+                            if (Context._context !== undefined) {
+                                var realContext = Context._context;
+                                // Don't deduplicate because this legitimately causes bugs
+                                // and nobody should be using this in existing code.
+                                if (realContext.Consumer === Context) {
+                                    warning$1(false, 'Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');
+                                } else if (realContext.Provider === Context) {
+                                    warning$1(false, 'Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');
+                                }
                             }
                         }
+                        return dispatcher.useContext(Context, observedBits);
                     }
 
-                    function interactiveUpdates(fn, a, b) {
-                        return _interactiveUpdatesImpl(fn, a, b);
+                    function useState(initialState) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useState(initialState);
                     }
 
+                    function useReducer(reducer, initialState, initialAction) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useReducer(reducer, initialState, initialAction);
+                    }
 
-                    function setBatchingImplementation(batchedUpdatesImpl, interactiveUpdatesImpl, flushInteractiveUpdatesImpl) {
-                        _batchedUpdatesImpl = batchedUpdatesImpl;
-                        _interactiveUpdatesImpl = interactiveUpdatesImpl;
-                        _flushInteractiveUpdatesImpl = flushInteractiveUpdatesImpl;
+                    function useRef(initialValue) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useRef(initialValue);
                     }
 
-                    /**
-                     * @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary
-                     */
-                    var supportedInputTypes = {
-                        color: true,
-                        date: true,
-                        datetime: true,
-                        'datetime-local': true,
-                        email: true,
-                        month: true,
-                        number: true,
-                        password: true,
-                        range: true,
-                        search: true,
-                        tel: true,
-                        text: true,
-                        time: true,
-                        url: true,
-                        week: true
-                    };
+                    function useEffect(create, inputs) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useEffect(create, inputs);
+                    }
 
-                    function isTextInputElement(elem) {
-                        var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
+                    function useLayoutEffect(create, inputs) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useLayoutEffect(create, inputs);
+                    }
 
-                        if (nodeName === 'input') {
-                            return !!supportedInputTypes[elem.type];
-                        }
+                    function useCallback(callback, inputs) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useCallback(callback, inputs);
+                    }
 
-                        if (nodeName === 'textarea') {
-                            return true;
-                        }
+                    function useMemo(create, inputs) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useMemo(create, inputs);
+                    }
 
-                        return false;
+                    function useImperativeMethods(ref, create, inputs) {
+                        var dispatcher = resolveDispatcher();
+                        return dispatcher.useImperativeMethods(ref, create, inputs);
                     }
 
                     /**
-                     * HTML nodeType values that represent the type of the node
+                     * ReactElementValidator provides a wrapper around a element factory
+                     * which validates the props passed to the element. This is intended to be
+                     * used only in DEV and could be replaced by a static type checker for languages
+                     * that support it.
                      */
 
-                    var ELEMENT_NODE = 1;
-                    var TEXT_NODE = 3;
-                    var COMMENT_NODE = 8;
-                    var DOCUMENT_NODE = 9;
-                    var DOCUMENT_FRAGMENT_NODE = 11;
+                    var propTypesMisspellWarningShown = void 0;
 
-                    /**
-                     * Gets the target node from a native browser event by accounting for
-                     * inconsistencies in browser DOM APIs.
-                     *
-                     * @param {object} nativeEvent Native browser event.
-                     * @return {DOMEventTarget} Target node.
-                     */
-                    function getEventTarget(nativeEvent) {
-                        // Fallback to nativeEvent.srcElement for IE9
-                        // https://github.com/facebook/react/issues/12506
-                        var target = nativeEvent.target || nativeEvent.srcElement || window;
+                    {
+                        propTypesMisspellWarningShown = false;
+                    }
 
-                        // Normalize SVG <use> element events #4963
-                        if (target.correspondingUseElement) {
-                            target = target.correspondingUseElement;
+                    function getDeclarationErrorAddendum() {
+                        if (ReactCurrentOwner.current) {
+                            var name = getComponentName(ReactCurrentOwner.current.type);
+                            if (name) {
+                                return '\n\nCheck the render method of `' + name + '`.';
+                            }
                         }
+                        return '';
+                    }
 
-                        // Safari may fire events on text nodes (Node.TEXT_NODE is 3).
-                        // @see http://www.quirksmode.org/js/events_properties.html
-                        return target.nodeType === TEXT_NODE ? target.parentNode : target;
+                    function getSourceInfoErrorAddendum(elementProps) {
+                        if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {
+                            var source = elementProps.__source;
+                            var fileName = source.fileName.replace(/^.*[\\\/]/, '');
+                            var lineNumber = source.lineNumber;
+                            return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.';
+                        }
+                        return '';
                     }
 
                     /**
-                     * Checks if an event is supported in the current execution environment.
-                     *
-                     * NOTE: This will not work correctly for non-generic events such as `change`,
-                     * `reset`, `load`, `error`, and `select`.
-                     *
-                     * Borrows from Modernizr.
-                     *
-                     * @param {string} eventNameSuffix Event name, e.g. "click".
-                     * @return {boolean} True if the event is supported.
-                     * @internal
-                     * @license Modernizr 3.0.0pre (Custom Build) | MIT
+                     * Warn if there's no key explicitly set on dynamic arrays of children or
+                     * object keys are not valid. This allows us to keep track of children between
+                     * updates.
                      */
-                    function isEventSupported(eventNameSuffix) {
-                        if (!canUseDOM) {
-                            return false;
-                        }
+                    var ownerHasKeyUseWarning = {};
 
-                        var eventName = 'on' + eventNameSuffix;
-                        var isSupported = eventName in document;
+                    function getCurrentComponentErrorInfo(parentType) {
+                        var info = getDeclarationErrorAddendum();
 
-                        if (!isSupported) {
-                            var element = document.createElement('div');
-                            element.setAttribute(eventName, 'return;');
-                            isSupported = typeof element[eventName] === 'function';
+                        if (!info) {
+                            var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;
+                            if (parentName) {
+                                info = '\n\nCheck the top-level render call using <' + parentName + '>.';
+                            }
                         }
-
-                        return isSupported;
-                    }
-
-                    function isCheckable(elem) {
-                        var type = elem.type;
-                        var nodeName = elem.nodeName;
-                        return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');
-                    }
-
-                    function getTracker(node) {
-                        return node._valueTracker;
+                        return info;
                     }
 
-                    function detachTracker(node) {
-                        node._valueTracker = null;
-                    }
+                    /**
+                     * Warn if the element doesn't have an explicit key assigned to it.
+                     * This element is in an array. The array could grow and shrink or be
+                     * reordered. All children that haven't already been validated are required to
+                     * have a "key" property assigned to it. Error statuses are cached so a warning
+                     * will only be shown once.
+                     *
+                     * @internal
+                     * @param {ReactElement} element Element that requires a key.
+                     * @param {*} parentType element's parent's type.
+                     */
+                    function validateExplicitKey(element, parentType) {
+                        if (!element._store || element._store.validated || element.key != null) {
+                            return;
+                        }
+                        element._store.validated = true;
 
-                    function getValueFromNode(node) {
-                        var value = '';
-                        if (!node) {
-                            return value;
+                        var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
+                        if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
+                            return;
                         }
+                        ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
 
-                        if (isCheckable(node)) {
-                            value = node.checked ? 'true' : 'false';
-                        } else {
-                            value = node.value;
+                        // Usually the current owner is the offender, but if it accepts children as a
+                        // property, it may be the creator of the child that's responsible for
+                        // assigning it a key.
+                        var childOwner = '';
+                        if (element && element._owner && element._owner !== ReactCurrentOwner.current) {
+                            // Give the component that originally created this child.
+                            childOwner = ' It was passed a child from ' + getComponentName(element._owner.type) + '.';
                         }
 
-                        return value;
+                        setCurrentlyValidatingElement(element);
+                        {
+                            warning$1(false, '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.', currentComponentErrorInfo, childOwner);
+                        }
+                        setCurrentlyValidatingElement(null);
                     }
 
-                    function trackValueOnNode(node) {
-                        var valueField = isCheckable(node) ? 'checked' : 'value';
-                        var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);
-
-                        var currentValue = '' + node[valueField];
-
-                        // if someone has already defined a value or Safari, then bail
-                        // and don't track value will cause over reporting of changes,
-                        // but it's better then a hard failure
-                        // (needed for certain tests that spyOn input values and Safari)
-                        if (node.hasOwnProperty(valueField) || typeof descriptor === 'undefined' || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {
+                    /**
+                     * Ensure that every element either is passed in a static location, in an
+                     * array with an explicit keys property defined, or in an object literal
+                     * with valid key property.
+                     *
+                     * @internal
+                     * @param {ReactNode} node Statically passed child of any type.
+                     * @param {*} parentType node's parent's type.
+                     */
+                    function validateChildKeys(node, parentType) {
+                        if (typeof node !== 'object') {
                             return;
                         }
-                        var get = descriptor.get,
-                            set = descriptor.set;
-
-                        Object.defineProperty(node, valueField, {
-                            configurable: true,
-                            get: function () {
-                                return get.call(this);
-                            },
-                            set: function (value) {
-                                currentValue = '' + value;
-                                set.call(this, value);
+                        if (Array.isArray(node)) {
+                            for (var i = 0; i < node.length; i++) {
+                                var child = node[i];
+                                if (isValidElement(child)) {
+                                    validateExplicitKey(child, parentType);
+                                }
                             }
-                        });
-                        // We could've passed this the first time
-                        // but it triggers a bug in IE11 and Edge 14/15.
-                        // Calling defineProperty() again should be equivalent.
-                        // https://github.com/facebook/react/issues/11768
-                        Object.defineProperty(node, valueField, {
-                            enumerable: descriptor.enumerable
-                        });
-
-                        var tracker = {
-                            getValue: function () {
-                                return currentValue;
-                            },
-                            setValue: function (value) {
-                                currentValue = '' + value;
-                            },
-                            stopTracking: function () {
-                                detachTracker(node);
-                                delete node[valueField];
+                        } else if (isValidElement(node)) {
+                            // This element was passed in a valid location.
+                            if (node._store) {
+                                node._store.validated = true;
                             }
-                        };
-                        return tracker;
+                        } else if (node) {
+                            var iteratorFn = getIteratorFn(node);
+                            if (typeof iteratorFn === 'function') {
+                                // Entry iterators used to provide implicit keys,
+                                // but now we print a separate warning for them later.
+                                if (iteratorFn !== node.entries) {
+                                    var iterator = iteratorFn.call(node);
+                                    var step = void 0;
+                                    while (!(step = iterator.next()).done) {
+                                        if (isValidElement(step.value)) {
+                                            validateExplicitKey(step.value, parentType);
+                                        }
+                                    }
+                                }
+                            }
+                        }
                     }
 
-                    function track(node) {
-                        if (getTracker(node)) {
+                    /**
+                     * Given an element, validate that its props follow the propTypes definition,
+                     * provided by the type.
+                     *
+                     * @param {ReactElement} element
+                     */
+                    function validatePropTypes(element) {
+                        var type = element.type;
+                        if (type === null || type === undefined || typeof type === 'string') {
                             return;
                         }
-
-                        // TODO: Once it's just Fiber we can move this to node._wrapperState
-                        node._valueTracker = trackValueOnNode(node);
-                    }
-
-                    function updateValueIfChanged(node) {
-                        if (!node) {
-                            return false;
+                        var name = getComponentName(type);
+                        var propTypes = void 0;
+                        if (typeof type === 'function') {
+                            propTypes = type.propTypes;
+                        } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE ||
+                            // Note: Memo only checks outer props here.
+                            // Inner props are checked in the reconciler.
+                            type.$$typeof === REACT_MEMO_TYPE)) {
+                            propTypes = type.propTypes;
+                        } else {
+                            return;
                         }
-
-                        var tracker = getTracker(node);
-                        // if there is no tracker at this point it's unlikely
-                        // that trying again will succeed
-                        if (!tracker) {
-                            return true;
+                        if (propTypes) {
+                            setCurrentlyValidatingElement(element);
+                            checkPropTypes(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);
+                            setCurrentlyValidatingElement(null);
+                        } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {
+                            propTypesMisspellWarningShown = true;
+                            warningWithoutStack$1(false, 'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', name || 'Unknown');
                         }
-
-                        var lastValue = tracker.getValue();
-                        var nextValue = getValueFromNode(node);
-                        if (nextValue !== lastValue) {
-                            tracker.setValue(nextValue);
-                            return true;
+                        if (typeof type.getDefaultProps === 'function') {
+                            !type.getDefaultProps.isReactClassApproved ? warningWithoutStack$1(false, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;
                         }
-                        return false;
                     }
 
-                    var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
+                    /**
+                     * Given a fragment, validate that it can only be provided with fragment props
+                     * @param {ReactElement} fragment
+                     */
+                    function validateFragmentProps(fragment) {
+                        setCurrentlyValidatingElement(fragment);
 
-                    var BEFORE_SLASH_RE = /^(.*)[\\\/]/;
+                        var keys = Object.keys(fragment.props);
+                        for (var i = 0; i < keys.length; i++) {
+                            var key = keys[i];
+                            if (key !== 'children' && key !== 'key') {
+                                warning$1(false, 'Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);
+                                break;
+                            }
+                        }
 
-                    var describeComponentFrame = function (name, source, ownerName) {
-                        var sourceInfo = '';
-                        if (source) {
-                            var path = source.fileName;
-                            var fileName = path.replace(BEFORE_SLASH_RE, '');
-                            {
-                                // In DEV, include code for a common special case:
-                                // prefer "folder/index.js" instead of just "index.js".
-                                if (/^index\./.test(fileName)) {
-                                    var match = path.match(BEFORE_SLASH_RE);
-                                    if (match) {
-                                        var pathBeforeSlash = match[1];
-                                        if (pathBeforeSlash) {
-                                            var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');
-                                            fileName = folderName + '/' + fileName;
-                                        }
-                                    }
-                                }
-                            }
-                            sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';
-                        } else if (ownerName) {
-                            sourceInfo = ' (created by ' + ownerName + ')';
-                        }
-                        return '\n    in ' + (name || 'Unknown') + sourceInfo;
-                    };
-
-// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
-// nor polyfill, then a plain number is used for performance.
-                    var hasSymbol = typeof Symbol === 'function' && Symbol.for;
-
-                    var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
-                    var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
-                    var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
-                    var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
-                    var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
-                    var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
-                    var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
-
-                    var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
-                    var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
-                    var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
-                    var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
-                    var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
-
-                    var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
-                    var FAUX_ITERATOR_SYMBOL = '@@iterator';
-
-                    function getIteratorFn(maybeIterable) {
-                        if (maybeIterable === null || typeof maybeIterable !== 'object') {
-                            return null;
-                        }
-                        var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
-                        if (typeof maybeIterator === 'function') {
-                            return maybeIterator;
-                        }
-                        return null;
-                    }
-
-                    var Pending = 0;
-                    var Resolved = 1;
-                    var Rejected = 2;
-
-                    function refineResolvedLazyComponent(lazyComponent) {
-                        return lazyComponent._status === Resolved ? lazyComponent._result : null;
-                    }
-
-                    function getWrappedName(outerType, innerType, wrapperName) {
-                        var functionName = innerType.displayName || innerType.name || '';
-                        return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);
-                    }
-
-                    function getComponentName(type) {
-                        if (type == null) {
-                            // Host root, text node or just invalid type.
-                            return null;
-                        }
-                        {
-                            if (typeof type.tag === 'number') {
-                                warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');
-                            }
-                        }
-                        if (typeof type === 'function') {
-                            return type.displayName || type.name || null;
-                        }
-                        if (typeof type === 'string') {
-                            return type;
-                        }
-                        switch (type) {
-                            case REACT_CONCURRENT_MODE_TYPE:
-                                return 'ConcurrentMode';
-                            case REACT_FRAGMENT_TYPE:
-                                return 'Fragment';
-                            case REACT_PORTAL_TYPE:
-                                return 'Portal';
-                            case REACT_PROFILER_TYPE:
-                                return 'Profiler';
-                            case REACT_STRICT_MODE_TYPE:
-                                return 'StrictMode';
-                            case REACT_SUSPENSE_TYPE:
-                                return 'Suspense';
-                        }
-                        if (typeof type === 'object') {
-                            switch (type.$$typeof) {
-                                case REACT_CONTEXT_TYPE:
-                                    return 'Context.Consumer';
-                                case REACT_PROVIDER_TYPE:
-                                    return 'Context.Provider';
-                                case REACT_FORWARD_REF_TYPE:
-                                    return getWrappedName(type, type.render, 'ForwardRef');
-                                case REACT_MEMO_TYPE:
-                                    return getComponentName(type.type);
-                                case REACT_LAZY_TYPE: {
-                                    var thenable = type;
-                                    var resolvedThenable = refineResolvedLazyComponent(thenable);
-                                    if (resolvedThenable) {
-                                        return getComponentName(resolvedThenable);
-                                    }
-                                }
-                            }
-                        }
-                        return null;
-                    }
-
-                    var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
-
-                    function describeFiber(fiber) {
-                        switch (fiber.tag) {
-                            case HostRoot:
-                            case HostPortal:
-                            case HostText:
-                            case Fragment:
-                            case ContextProvider:
-                            case ContextConsumer:
-                                return '';
-                            default:
-                                var owner = fiber._debugOwner;
-                                var source = fiber._debugSource;
-                                var name = getComponentName(fiber.type);
-                                var ownerName = null;
-                                if (owner) {
-                                    ownerName = getComponentName(owner.type);
-                                }
-                                return describeComponentFrame(name, source, ownerName);
-                        }
-                    }
-
-                    function getStackByFiberInDevAndProd(workInProgress) {
-                        var info = '';
-                        var node = workInProgress;
-                        do {
-                            info += describeFiber(node);
-                            node = node.return;
-                        } while (node);
-                        return info;
-                    }
-
-                    var current = null;
-                    var phase = null;
-
-                    function getCurrentFiberOwnerNameInDevOrNull() {
-                        {
-                            if (current === null) {
-                                return null;
-                            }
-                            var owner = current._debugOwner;
-                            if (owner !== null && typeof owner !== 'undefined') {
-                                return getComponentName(owner.type);
-                            }
-                        }
-                        return null;
-                    }
-
-                    function getCurrentFiberStackInDev() {
-                        {
-                            if (current === null) {
-                                return '';
-                            }
-                            // Safe because if current fiber exists, we are reconciling,
-                            // and it is guaranteed to be the work-in-progress version.
-                            return getStackByFiberInDevAndProd(current);
-                        }
-                        return '';
-                    }
-
-                    function resetCurrentFiber() {
-                        {
-                            ReactDebugCurrentFrame.getCurrentStack = null;
-                            current = null;
-                            phase = null;
-                        }
-                    }
-
-                    function setCurrentFiber(fiber) {
-                        {
-                            ReactDebugCurrentFrame.getCurrentStack = getCurrentFiberStackInDev;
-                            current = fiber;
-                            phase = null;
-                        }
-                    }
-
-                    function setCurrentPhase(lifeCyclePhase) {
-                        {
-                            phase = lifeCyclePhase;
-                        }
-                    }
-
-                    /**
-                     * Similar to invariant but only logs a warning if the condition is not met.
-                     * This can be used to log issues in development environments in critical
-                     * paths. Removing the logging code for production environments will keep the
-                     * same logic and follow the same code paths.
-                     */
-
-                    var warning = warningWithoutStack$1;
-
-                    {
-                        warning = function (condition, format) {
-                            if (condition) {
-                                return;
-                            }
-                            var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
-                            var stack = ReactDebugCurrentFrame.getStackAddendum();
-                            // eslint-disable-next-line react-internal/warning-and-invariant-args
-
-                            for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
-                                args[_key - 2] = arguments[_key];
-                            }
-
-                            warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));
-                        };
-                    }
-
-                    var warning$1 = warning;
-
-// A reserved attribute.
-// It is handled by React separately and shouldn't be written to the DOM.
-                    var RESERVED = 0;
-
-// A simple string attribute.
-// Attributes that aren't in the whitelist are presumed to have this type.
-                    var STRING = 1;
-
-// A string attribute that accepts booleans in React. In HTML, these are called
-// "enumerated" attributes with "true" and "false" as possible values.
-// When true, it should be set to a "true" string.
-// When false, it should be set to a "false" string.
-                    var BOOLEANISH_STRING = 2;
-
-// A real boolean attribute.
-// When true, it should be present (set either to an empty string or its name).
-// When false, it should be omitted.
-                    var BOOLEAN = 3;
-
-// An attribute that can be used as a flag as well as with a value.
-// When true, it should be present (set either to an empty string or its name).
-// When false, it should be omitted.
-// For any other value, should be present with that value.
-                    var OVERLOADED_BOOLEAN = 4;
-
-// An attribute that must be numeric or parse as a numeric.
-// When falsy, it should be removed.
-                    var NUMERIC = 5;
-
-// An attribute that must be positive numeric or parse as a positive numeric.
-// When falsy, it should be removed.
-                    var POSITIVE_NUMERIC = 6;
-
-                    /* eslint-disable max-len */
-                    var ATTRIBUTE_NAME_START_CHAR = ':A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD';
-                    /* eslint-enable max-len */
-                    var ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + '\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040';
-
-
-                    var ROOT_ATTRIBUTE_NAME = 'data-reactroot';
-                    var VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + ATTRIBUTE_NAME_START_CHAR + '][' + ATTRIBUTE_NAME_CHAR + ']*$');
-
-                    var hasOwnProperty = Object.prototype.hasOwnProperty;
-                    var illegalAttributeNameCache = {};
-                    var validatedAttributeNameCache = {};
-
-                    function isAttributeNameSafe(attributeName) {
-                        if (hasOwnProperty.call(validatedAttributeNameCache, attributeName)) {
-                            return true;
-                        }
-                        if (hasOwnProperty.call(illegalAttributeNameCache, attributeName)) {
-                            return false;
-                        }
-                        if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {
-                            validatedAttributeNameCache[attributeName] = true;
-                            return true;
-                        }
-                        illegalAttributeNameCache[attributeName] = true;
-                        {
-                            warning$1(false, 'Invalid attribute name: `%s`', attributeName);
-                        }
-                        return false;
-                    }
-
-                    function shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag) {
-                        if (propertyInfo !== null) {
-                            return propertyInfo.type === RESERVED;
-                        }
-                        if (isCustomComponentTag) {
-                            return false;
-                        }
-                        if (name.length > 2 && (name[0] === 'o' || name[0] === 'O') && (name[1] === 'n' || name[1] === 'N')) {
-                            return true;
-                        }
-                        return false;
-                    }
-
-                    function shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag) {
-                        if (propertyInfo !== null && propertyInfo.type === RESERVED) {
-                            return false;
-                        }
-                        switch (typeof value) {
-                            case 'function':
-                            // $FlowIssue symbol is perfectly valid here
-                            case 'symbol':
-                                // eslint-disable-line
-                                return true;
-                            case 'boolean': {
-                                if (isCustomComponentTag) {
-                                    return false;
-                                }
-                                if (propertyInfo !== null) {
-                                    return !propertyInfo.acceptsBooleans;
-                                } else {
-                                    var prefix = name.toLowerCase().slice(0, 5);
-                                    return prefix !== 'data-' && prefix !== 'aria-';
-                                }
-                            }
-                            default:
-                                return false;
-                        }
-                    }
-
-                    function shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag) {
-                        if (value === null || typeof value === 'undefined') {
-                            return true;
-                        }
-                        if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag)) {
-                            return true;
-                        }
-                        if (isCustomComponentTag) {
-                            return false;
-                        }
-                        if (propertyInfo !== null) {
-                            switch (propertyInfo.type) {
-                                case BOOLEAN:
-                                    return !value;
-                                case OVERLOADED_BOOLEAN:
-                                    return value === false;
-                                case NUMERIC:
-                                    return isNaN(value);
-                                case POSITIVE_NUMERIC:
-                                    return isNaN(value) || value < 1;
-                            }
-                        }
-                        return false;
-                    }
-
-                    function getPropertyInfo(name) {
-                        return properties.hasOwnProperty(name) ? properties[name] : null;
-                    }
-
-                    function PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace) {
-                        this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;
-                        this.attributeName = attributeName;
-                        this.attributeNamespace = attributeNamespace;
-                        this.mustUseProperty = mustUseProperty;
-                        this.propertyName = name;
-                        this.type = type;
-                    }
-
-// When adding attributes to this list, be sure to also add them to
-// the `possibleStandardNames` module to ensure casing and incorrect
-// name warnings.
-                    var properties = {};
-
-// These props are reserved by React. They shouldn't be written to the DOM.
-                    ['children', 'dangerouslySetInnerHTML',
-// TODO: This prevents the assignment of defaultValue to regular
-// elements (not just inputs). Now that ReactDOMInput assigns to the
-// defaultValue property -- do we need this?
-                        'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, RESERVED, false, // mustUseProperty
-                                name, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// A few React string attributes have a different name.
-// This is a mapping from React prop names to the attribute names.
-                    [['acceptCharset', 'accept-charset'], ['className', 'class'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv']].forEach(function (_ref) {
-                            var name = _ref[0],
-                                attributeName = _ref[1];
-
-                            properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
-                                attributeName, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are "enumerated" HTML attributes that accept "true" and "false".
-// In React, we let users pass `true` and `false` even though technically
-// these aren't boolean attributes (they are coerced to strings).
-                    ['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty
-                                name.toLowerCase(), // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are "enumerated" SVG attributes that accept "true" and "false".
-// In React, we let users pass `true` and `false` even though technically
-// these aren't boolean attributes (they are coerced to strings).
-// Since these are SVG attributes, their attribute names are case-sensitive.
-                    ['autoReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty
-                                name, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are HTML boolean attributes.
-                    ['allowFullScreen', 'async',
-// Note: there is a special case that prevents it from being written to the DOM
-// on the client side because the browsers are inconsistent. Instead we call focus().
-                        'autoFocus', 'autoPlay', 'controls', 'default', 'defer', 'disabled', 'formNoValidate', 'hidden', 'loop', 'noModule', 'noValidate', 'open', 'playsInline', 'readOnly', 'required', 'reversed', 'scoped', 'seamless',
-// Microdata
-                        'itemScope'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, BOOLEAN, false, // mustUseProperty
-                                name.toLowerCase(), // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are the few React props that we set as DOM properties
-// rather than attributes. These are all booleans.
-                    ['checked',
-// Note: `option.selected` is not updated if `select.multiple` is
-// disabled with `removeAttribute`. We have special logic for handling this.
-                        'multiple', 'muted', 'selected'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, BOOLEAN, true, // mustUseProperty
-                                name, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are HTML attributes that are "overloaded booleans": they behave like
-// booleans, but can also accept a string value.
-                    ['capture', 'download'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, OVERLOADED_BOOLEAN, false, // mustUseProperty
-                                name, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are HTML attributes that must be positive numbers.
-                    ['cols', 'rows', 'size', 'span'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, POSITIVE_NUMERIC, false, // mustUseProperty
-                                name, // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-// These are HTML attributes that must be numbers.
-                    ['rowSpan', 'start'].forEach(function (name) {
-                            properties[name] = new PropertyInfoRecord(name, NUMERIC, false, // mustUseProperty
-                                name.toLowerCase(), // attributeName
-                                null);
-                        } // attributeNamespace
-                    );
-
-                    var CAMELIZE = /[\-\:]([a-z])/g;
-                    var capitalize = function (token) {
-                        return token[1].toUpperCase();
-                    };
-
-// This is a list of all SVG attributes that need special casing, namespacing,
-// or boolean value assignment. Regular attributes that just accept strings
-// and have the same names are omitted, just like in the HTML whitelist.
-// Some of these attributes can be hard to find. This list was created by
-// scrapping the MDN documentation.
-                    ['accent-height', 'alignment-baseline', 'arabic-form', 'baseline-shift', 'cap-height', 'clip-path', 'clip-rule', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'dominant-baseline', 'enable-background', 'fill-opacity', 'fill-rule', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-name', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'horiz-adv-x', 'horiz-origin-x', 'image-rendering', 'letter-spacing', 'lighting-color', 'marker-end', 'marker-mid', 'marker-start', 'overline-position', 'overline-thickness', 'paint-order', 'panose-1', 'pointer-events', 'rendering-intent', 'shape-rendering', 'stop-color', 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decoration', 'text-rendering', 'underline-position', 'underline-thickness', 'unicode-bidi', 'unicode-range', 'units-per-em', 'v-alphabetic', 'v-hanging', 'v-ideographic', 'v-mathematical', 'vector-effect', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'word-spacing', 'writing-mode', 'xmlns:xlink', 'x-height'].forEach(function (attributeName) {
-                            var name = attributeName.replace(CAMELIZE, capitalize);
-                            properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
-                                attributeName, null);
-                        } // attributeNamespace
-                    );
-
-// String SVG attributes with the xlink namespace.
-                    ['xlink:actuate', 'xlink:arcrole', 'xlink:href', 'xlink:role', 'xlink:show', 'xlink:title', 'xlink:type'].forEach(function (attributeName) {
-                        var name = attributeName.replace(CAMELIZE, capitalize);
-                        properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
-                            attributeName, 'http://www.w3.org/1999/xlink');
-                    });
-
-// String SVG attributes with the xml namespace.
-                    ['xml:base', 'xml:lang', 'xml:space'].forEach(function (attributeName) {
-                        var name = attributeName.replace(CAMELIZE, capitalize);
-                        properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty
-                            attributeName, 'http://www.w3.org/XML/1998/namespace');
-                    });
-
-// Special case: this attribute exists both in HTML and SVG.
-// Its "tabindex" attribute name is case-sensitive in SVG so we can't just use
-// its React `tabIndex` name, like we do for attributes that exist only in HTML.
-                    properties.tabIndex = new PropertyInfoRecord('tabIndex', STRING, false, // mustUseProperty
-                        'tabindex', // attributeName
-                        null);
-
-                    /**
-                     * Get the value for a property on a node. Only used in DEV for SSR validation.
-                     * The "expected" argument is used as a hint of what the expected value is.
-                     * Some properties have multiple equivalent values.
-                     */
-                    function getValueForProperty(node, name, expected, propertyInfo) {
-                        {
-                            if (propertyInfo.mustUseProperty) {
-                                var propertyName = propertyInfo.propertyName;
-
-                                return node[propertyName];
-                            } else {
-                                var attributeName = propertyInfo.attributeName;
-
-                                var stringValue = null;
-
-                                if (propertyInfo.type === OVERLOADED_BOOLEAN) {
-                                    if (node.hasAttribute(attributeName)) {
-                                        var value = node.getAttribute(attributeName);
-                                        if (value === '') {
-                                            return true;
-                                        }
-                                        if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
-                                            return value;
-                                        }
-                                        if (value === '' + expected) {
-                                            return expected;
-                                        }
-                                        return value;
-                                    }
-                                } else if (node.hasAttribute(attributeName)) {
-                                    if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
-                                        // We had an attribute but shouldn't have had one, so read it
-                                        // for the error message.
-                                        return node.getAttribute(attributeName);
-                                    }
-                                    if (propertyInfo.type === BOOLEAN) {
-                                        // If this was a boolean, it doesn't matter what the value is
-                                        // the fact that we have it is the same as the expected.
-                                        return expected;
-                                    }
-                                    // Even if this property uses a namespace we use getAttribute
-                                    // because we assume its namespaced name is the same as our config.
-                                    // To use getAttributeNS we need the local name which we don't have
-                                    // in our config atm.
-                                    stringValue = node.getAttribute(attributeName);
-                                }
-
-                                if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {
-                                    return stringValue === null ? expected : stringValue;
-                                } else if (stringValue === '' + expected) {
-                                    return expected;
-                                } else {
-                                    return stringValue;
-                                }
-                            }
-                        }
-                    }
-
-                    /**
-                     * Get the value for a attribute on a node. Only used in DEV for SSR validation.
-                     * The third argument is used as a hint of what the expected value is. Some
-                     * attributes have multiple equivalent values.
-                     */
-                    function getValueForAttribute(node, name, expected) {
-                        {
-                            if (!isAttributeNameSafe(name)) {
-                                return;
-                            }
-                            if (!node.hasAttribute(name)) {
-                                return expected === undefined ? undefined : null;
-                            }
-                            var value = node.getAttribute(name);
-                            if (value === '' + expected) {
-                                return expected;
-                            }
-                            return value;
-                        }
-                    }
-
-                    /**
-                     * Sets the value for a property on a node.
-                     *
-                     * @param {DOMElement} node
-                     * @param {string} name
-                     * @param {*} value
-                     */
-                    function setValueForProperty(node, name, value, isCustomComponentTag) {
-                        var propertyInfo = getPropertyInfo(name);
-                        if (shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag)) {
-                            return;
-                        }
-                        if (shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag)) {
-                            value = null;
-                        }
-                        // If the prop isn't in the special list, treat it as a simple attribute.
-                        if (isCustomComponentTag || propertyInfo === null) {
-                            if (isAttributeNameSafe(name)) {
-                                var _attributeName = name;
-                                if (value === null) {
-                                    node.removeAttribute(_attributeName);
-                                } else {
-                                    node.setAttribute(_attributeName, '' + value);
-                                }
-                            }
-                            return;
-                        }
-                        var mustUseProperty = propertyInfo.mustUseProperty;
-
-                        if (mustUseProperty) {
-                            var propertyName = propertyInfo.propertyName;
-
-                            if (value === null) {
-                                var type = propertyInfo.type;
-
-                                node[propertyName] = type === BOOLEAN ? false : '';
-                            } else {
-                                // Contrary to `setAttribute`, object properties are properly
-                                // `toString`ed by IE8/9.
-                                node[propertyName] = value;
-                            }
-                            return;
-                        }
-                        // The rest are treated as attributes with special cases.
-                        var attributeName = propertyInfo.attributeName,
-                            attributeNamespace = propertyInfo.attributeNamespace;
-
-                        if (value === null) {
-                            node.removeAttribute(attributeName);
-                        } else {
-                            var _type = propertyInfo.type;
-
-                            var attributeValue = void 0;
-                            if (_type === BOOLEAN || _type === OVERLOADED_BOOLEAN && value === true) {
-                                attributeValue = '';
-                            } else {
-                                // `setAttribute` with objects becomes only `[object]` in IE8/9,
-                                // ('' + value) makes it output the correct toString()-value.
-                                attributeValue = '' + value;
-                            }
-                            if (attributeNamespace) {
-                                node.setAttributeNS(attributeNamespace, attributeName, attributeValue);
-                            } else {
-                                node.setAttribute(attributeName, attributeValue);
-                            }
-                        }
-                    }
-
-// Flow does not allow string concatenation of most non-string types. To work
-// around this limitation, we use an opaque type that can only be obtained by
-// passing the value through getToStringValue first.
-                    function toString(value) {
-                        return '' + value;
-                    }
-
-                    function getToStringValue(value) {
-                        switch (typeof value) {
-                            case 'boolean':
-                            case 'number':
-                            case 'object':
-                            case 'string':
-                            case 'undefined':
-                                return value;
-                            default:
-                                // function, symbol are assigned as empty strings
-                                return '';
-                        }
-                    }
-
-                    var ReactDebugCurrentFrame$1 = null;
-
-                    var ReactControlledValuePropTypes = {
-                        checkPropTypes: null
-                    };
-
-                    {
-                        ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;
-
-                        var hasReadOnlyValue = {
-                            button: true,
-                            checkbox: true,
-                            image: true,
-                            hidden: true,
-                            radio: true,
-                            reset: true,
-                            submit: true
-                        };
-
-                        var propTypes = {
-                            value: function (props, propName, componentName) {
-                                if (hasReadOnlyValue[props.type] || props.onChange || props.readOnly || props.disabled || props[propName] == null) {
-                                    return null;
-                                }
-                                return new Error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');
-                            },
-                            checked: function (props, propName, componentName) {
-                                if (props.onChange || props.readOnly || props.disabled || props[propName] == null) {
-                                    return null;
-                                }
-                                return new Error('You provided a `checked` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');
-                            }
-                        };
-
-                        /**
-                         * Provide a linked `value` attribute for controlled forms. You should not use
-                         * this outside of the ReactDOM controlled form components.
-                         */
-                        ReactControlledValuePropTypes.checkPropTypes = function (tagName, props) {
-                            checkPropTypes(propTypes, props, 'prop', tagName, ReactDebugCurrentFrame$1.getStackAddendum);
-                        };
-                    }
-
-                    var enableUserTimingAPI = true;
-
-                    var enableHooks = false;
-// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
-                    var debugRenderPhaseSideEffects = false;
-
-// In some cases, StrictMode should also double-render lifecycles.
-// This can be confusing for tests though,
-// And it can be bad for performance in production.
-// This feature flag can be used to control the behavior:
-                    var debugRenderPhaseSideEffectsForStrictMode = true;
-
-// To preserve the "Pause on caught exceptions" behavior of the debugger, we
-// replay the begin phase of a failed component inside invokeGuardedCallback.
-                    var replayFailedUnitOfWorkWithInvokeGuardedCallback = true;
-
-// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
-                    var warnAboutDeprecatedLifecycles = false;
-
-// Gather advanced timing metrics for Profiler subtrees.
-                    var enableProfilerTimer = true;
-
-// Trace which interactions trigger each commit.
-                    var enableSchedulerTracing = true;
-
-// Only used in www builds.
-                    // TODO: true? Here it might just be false.
-
-// Only used in www builds.
-
-
-// Only used in www builds.
-
-
-// React Fire: prevent the value and checked attributes from syncing
-// with their related DOM properties
-                    var disableInputAttributeSyncing = false;
-
-// These APIs will no longer be "unstable" in the upcoming 16.7 release,
-// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-                    var enableStableConcurrentModeAPIs = false;
-
-                    var warnAboutShorthandPropertyCollision = false;
-
-// TODO: direct imports like some-package/src/* are bad. Fix me.
-                    var didWarnValueDefaultValue = false;
-                    var didWarnCheckedDefaultChecked = false;
-                    var didWarnControlledToUncontrolled = false;
-                    var didWarnUncontrolledToControlled = false;
-
-                    function isControlled(props) {
-                        var usesChecked = props.type === 'checkbox' || props.type === 'radio';
-                        return usesChecked ? props.checked != null : props.value != null;
-                    }
-
-                    /**
-                     * Implements an <input> host component that allows setting these optional
-                     * props: `checked`, `value`, `defaultChecked`, and `defaultValue`.
-                     *
-                     * If `checked` or `value` are not supplied (or null/undefined), user actions
-                     * that affect the checked state or value will trigger updates to the element.
-                     *
-                     * If they are supplied (and not null/undefined), the rendered element will not
-                     * trigger updates to the element. Instead, the props must change in order for
-                     * the rendered element to be updated.
-                     *
-                     * The rendered element will be initialized as unchecked (or `defaultChecked`)
-                     * with an empty value (or `defaultValue`).
-                     *
-                     * See http://www.w3.org/TR/2012/WD-html5-20121025/the-input-element.html
-                     */
-
-                    function getHostProps(element, props) {
-                        var node = element;
-                        var checked = props.checked;
-
-                        var hostProps = _assign({}, props, {
-                            defaultChecked: undefined,
-                            defaultValue: undefined,
-                            value: undefined,
-                            checked: checked != null ? checked : node._wrapperState.initialChecked
-                        });
-
-                        return hostProps;
-                    }
-
-                    function initWrapperState(element, props) {
-                        {
-                            ReactControlledValuePropTypes.checkPropTypes('input', props);
-
-                            if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnCheckedDefaultChecked) {
-                                warning$1(false, '%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);
-                                didWarnCheckedDefaultChecked = true;
-                            }
-                            if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {
-                                warning$1(false, '%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);
-                                didWarnValueDefaultValue = true;
-                            }
-                        }
-
-                        var node = element;
-                        var defaultValue = props.defaultValue == null ? '' : props.defaultValue;
-
-                        node._wrapperState = {
-                            initialChecked: props.checked != null ? props.checked : props.defaultChecked,
-                            initialValue: getToStringValue(props.value != null ? props.value : defaultValue),
-                            controlled: isControlled(props)
-                        };
-                    }
-
-                    function updateChecked(element, props) {
-                        var node = element;
-                        var checked = props.checked;
-                        if (checked != null) {
-                            setValueForProperty(node, 'checked', checked, false);
-                        }
-                    }
-
-                    function updateWrapper(element, props) {
-                        var node = element;
-                        {
-                            var _controlled = isControlled(props);
-
-                            if (!node._wrapperState.controlled && _controlled && !didWarnUncontrolledToControlled) {
-                                warning$1(false, 'A component is changing an uncontrolled input of type %s to be controlled. ' + 'Input elements should not switch from uncontrolled to controlled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);
-                                didWarnUncontrolledToControlled = true;
-                            }
-                            if (node._wrapperState.controlled && !_controlled && !didWarnControlledToUncontrolled) {
-                                warning$1(false, 'A component is changing a controlled input of type %s to be uncontrolled. ' + 'Input elements should not switch from controlled to uncontrolled (or vice versa). ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://fb.me/react-controlled-components', props.type);
-                                didWarnControlledToUncontrolled = true;
-                            }
-                        }
-
-                        updateChecked(element, props);
-
-                        var value = getToStringValue(props.value);
-                        var type = props.type;
-
-                        if (value != null) {
-                            if (type === 'number') {
-                                if (value === 0 && node.value === '' ||
-                                    // We explicitly want to coerce to number here if possible.
-                                    // eslint-disable-next-line
-                                    node.value != value) {
-                                    node.value = toString(value);
-                                }
-                            } else if (node.value !== toString(value)) {
-                                node.value = toString(value);
-                            }
-                        } else if (type === 'submit' || type === 'reset') {
-                            // Submit/reset inputs need the attribute removed completely to avoid
-                            // blank-text buttons.
-                            node.removeAttribute('value');
-                            return;
-                        }
-
-                        if (disableInputAttributeSyncing) {
-                            // When not syncing the value attribute, React only assigns a new value
-                            // whenever the defaultValue React prop has changed. When not present,
-                            // React does nothing
-                            if (props.hasOwnProperty('defaultValue')) {
-                                setDefaultValue(node, props.type, getToStringValue(props.defaultValue));
-                            }
-                        } else {
-                            // When syncing the value attribute, the value comes from a cascade of
-                            // properties:
-                            //  1. The value React property
-                            //  2. The defaultValue React property
-                            //  3. Otherwise there should be no change
-                            if (props.hasOwnProperty('value')) {
-                                setDefaultValue(node, props.type, value);
-                            } else if (props.hasOwnProperty('defaultValue')) {
-                                setDefaultValue(node, props.type, getToStringValue(props.defaultValue));
-                            }
-                        }
-
-                        if (disableInputAttributeSyncing) {
-                            // When not syncing the checked attribute, the attribute is directly
-                            // controllable from the defaultValue React property. It needs to be
-                            // updated as new props come in.
-                            if (props.defaultChecked == null) {
-                                node.removeAttribute('checked');
-                            } else {
-                                node.defaultChecked = !!props.defaultChecked;
-                            }
-                        } else {
-                            // When syncing the checked attribute, it only changes when it needs
-                            // to be removed, such as transitioning from a checkbox into a text input
-                            if (props.checked == null && props.defaultChecked != null) {
-                                node.defaultChecked = !!props.defaultChecked;
-                            }
-                        }
-                    }
-
-                    function postMountWrapper(element, props, isHydrating) {
-                        var node = element;
-
-                        // Do not assign value if it is already set. This prevents user text input
-                        // from being lost during SSR hydration.
-                        if (props.hasOwnProperty('value') || props.hasOwnProperty('defaultValue')) {
-                            var type = props.type;
-                            var isButton = type === 'submit' || type === 'reset';
-
-                            // Avoid setting value attribute on submit/reset inputs as it overrides the
-                            // default value provided by the browser. See: #12872
-                            if (isButton && (props.value === undefined || props.value === null)) {
-                                return;
-                            }
-
-                            var _initialValue = toString(node._wrapperState.initialValue);
-
-                            // Do not assign value if it is already set. This prevents user text input
-                            // from being lost during SSR hydration.
-                            if (!isHydrating) {
-                                if (disableInputAttributeSyncing) {
-                                    var value = getToStringValue(props.value);
-
-                                    // When not syncing the value attribute, the value property points
-                                    // directly to the React prop. Only assign it if it exists.
-                                    if (value != null) {
-                                        // Always assign on buttons so that it is possible to assign an
-                                        // empty string to clear button text.
-                                        //
-                                        // Otherwise, do not re-assign the value property if is empty. This
-                                        // potentially avoids a DOM write and prevents Firefox (~60.0.1) from
-                                        // prematurely marking required inputs as invalid. Equality is compared
-                                        // to the current value in case the browser provided value is not an
-                                        // empty string.
-                                        if (isButton || value !== node.value) {
-                                            node.value = toString(value);
-                                        }
-                                    }
-                                } else {
-                                    // When syncing the value attribute, the value property should use
-                                    // the wrapperState._initialValue property. This uses:
-                                    //
-                                    //   1. The value React property when present
-                                    //   2. The defaultValue React property when present
-                                    //   3. An empty string
-                                    if (_initialValue !== node.value) {
-                                        node.value = _initialValue;
-                                    }
-                                }
-                            }
-
-                            if (disableInputAttributeSyncing) {
-                                // When not syncing the value attribute, assign the value attribute
-                                // directly from the defaultValue React property (when present)
-                                var defaultValue = getToStringValue(props.defaultValue);
-                                if (defaultValue != null) {
-                                    node.defaultValue = toString(defaultValue);
-                                }
-                            } else {
-                                // Otherwise, the value attribute is synchronized to the property,
-                                // so we assign defaultValue to the same thing as the value property
-                                // assignment step above.
-                                node.defaultValue = _initialValue;
-                            }
-                        }
-
-                        // Normally, we'd just do `node.checked = node.checked` upon initial mount, less this bug
-                        // this is needed to work around a chrome bug where setting defaultChecked
-                        // will sometimes influence the value of checked (even after detachment).
-                        // Reference: https://bugs.chromium.org/p/chromium/issues/detail?id=608416
-                        // We need to temporarily unset name to avoid disrupting radio button groups.
-                        var name = node.name;
-                        if (name !== '') {
-                            node.name = '';
-                        }
-
-                        if (disableInputAttributeSyncing) {
-                            // When not syncing the checked attribute, the checked property
-                            // never gets assigned. It must be manually set. We don't want
-                            // to do this when hydrating so that existing user input isn't
-                            // modified
-                            if (!isHydrating) {
-                                updateChecked(element, props);
-                            }
-
-                            // Only assign the checked attribute if it is defined. This saves
-                            // a DOM write when controlling the checked attribute isn't needed
-                            // (text inputs, submit/reset)
-                            if (props.hasOwnProperty('defaultChecked')) {
-                                node.defaultChecked = !node.defaultChecked;
-                                node.defaultChecked = !!props.defaultChecked;
-                            }
-                        } else {
-                            // When syncing the checked attribute, both the checked property and
-                            // attribute are assigned at the same time using defaultChecked. This uses:
-                            //
-                            //   1. The checked React property when present
-                            //   2. The defaultChecked React property when present
-                            //   3. Otherwise, false
-                            node.defaultChecked = !node.defaultChecked;
-                            node.defaultChecked = !!node._wrapperState.initialChecked;
-                        }
-
-                        if (name !== '') {
-                            node.name = name;
-                        }
-                    }
-
-                    function restoreControlledState(element, props) {
-                        var node = element;
-                        updateWrapper(node, props);
-                        updateNamedCousins(node, props);
-                    }
-
-                    function updateNamedCousins(rootNode, props) {
-                        var name = props.name;
-                        if (props.type === 'radio' && name != null) {
-                            var queryRoot = rootNode;
-
-                            while (queryRoot.parentNode) {
-                                queryRoot = queryRoot.parentNode;
-                            }
-
-                            // If `rootNode.form` was non-null, then we could try `form.elements`,
-                            // but that sometimes behaves strangely in IE8. We could also try using
-                            // `form.getElementsByName`, but that will only return direct children
-                            // and won't include inputs that use the HTML5 `form=` attribute. Since
-                            // the input might not even be in a form. It might not even be in the
-                            // document. Let's just use the local `querySelectorAll` to ensure we don't
-                            // miss anything.
-                            var group = queryRoot.querySelectorAll('input[name=' + JSON.stringify('' + name) + '][type="radio"]');
-
-                            for (var i = 0; i < group.length; i++) {
-                                var otherNode = group[i];
-                                if (otherNode === rootNode || otherNode.form !== rootNode.form) {
-                                    continue;
-                                }
-                                // This will throw if radio buttons rendered by different copies of React
-                                // and the same name are rendered into the same form (same as #1939).
-                                // That's probably okay; we don't support it just as we don't support
-                                // mixing React radio buttons with non-React ones.
-                                var otherProps = getFiberCurrentPropsFromNode$1(otherNode);
-                                !otherProps ? invariant(false, 'ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.') : void 0;
-
-                                // We need update the tracked value on the named cousin since the value
-                                // was changed but the input saw no event or value set
-                                updateValueIfChanged(otherNode);
-
-                                // If this is a controlled radio button group, forcing the input that
-                                // was previously checked to update will cause it to be come re-checked
-                                // as appropriate.
-                                updateWrapper(otherNode, otherProps);
-                            }
-                        }
-                    }
-
-// In Chrome, assigning defaultValue to certain input types triggers input validation.
-// For number inputs, the display value loses trailing decimal points. For email inputs,
-// Chrome raises "The specified value <x> is not a valid email address".
-//
-// Here we check to see if the defaultValue has actually changed, avoiding these problems
-// when the user is inputting text
-//
-// https://github.com/facebook/react/issues/7253
-                    function setDefaultValue(node, type, value) {
-                        if (
-                            // Focused number inputs synchronize on blur. See ChangeEventPlugin.js
-                            type !== 'number' || node.ownerDocument.activeElement !== node) {
-                            if (value == null) {
-                                node.defaultValue = toString(node._wrapperState.initialValue);
-                            } else if (node.defaultValue !== toString(value)) {
-                                node.defaultValue = toString(value);
-                            }
-                        }
-                    }
-
-                    var eventTypes$1 = {
-                        change: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onChange',
-                                captured: 'onChangeCapture'
-                            },
-                            dependencies: [TOP_BLUR, TOP_CHANGE, TOP_CLICK, TOP_FOCUS, TOP_INPUT, TOP_KEY_DOWN, TOP_KEY_UP, TOP_SELECTION_CHANGE]
-                        }
-                    };
-
-                    function createAndAccumulateChangeEvent(inst, nativeEvent, target) {
-                        var event = SyntheticEvent.getPooled(eventTypes$1.change, inst, nativeEvent, target);
-                        event.type = 'change';
-                        // Flag this event loop as needing state restore.
-                        enqueueStateRestore(target);
-                        accumulateTwoPhaseDispatches(event);
-                        return event;
-                    }
-
-                    /**
-                     * For IE shims
-                     */
-                    var activeElement = null;
-                    var activeElementInst = null;
-
-                    /**
-                     * SECTION: handle `change` event
-                     */
-                    function shouldUseChangeEvent(elem) {
-                        var nodeName = elem.nodeName && elem.nodeName.toLowerCase();
-                        return nodeName === 'select' || nodeName === 'input' && elem.type === 'file';
-                    }
-
-                    function manualDispatchChangeEvent(nativeEvent) {
-                        var event = createAndAccumulateChangeEvent(activeElementInst, nativeEvent, getEventTarget(nativeEvent));
-
-                        // If change and propertychange bubbled, we'd just bind to it like all the
-                        // other events and have it go through ReactBrowserEventEmitter. Since it
-                        // doesn't, we manually listen for the events and so we have to enqueue and
-                        // process the abstract event manually.
-                        //
-                        // Batching is necessary here in order to ensure that all event handlers run
-                        // before the next rerender (including event handlers attached to ancestor
-                        // elements instead of directly on the input). Without this, controlled
-                        // components don't work properly in conjunction with event bubbling because
-                        // the component is rerendered and the value reverted before all the event
-                        // handlers can run. See https://github.com/facebook/react/issues/708.
-                        batchedUpdates(runEventInBatch, event);
-                    }
-
-                    function runEventInBatch(event) {
-                        runEventsInBatch(event);
-                    }
-
-                    function getInstIfValueChanged(targetInst) {
-                        var targetNode = getNodeFromInstance$1(targetInst);
-                        if (updateValueIfChanged(targetNode)) {
-                            return targetInst;
-                        }
-                    }
-
-                    function getTargetInstForChangeEvent(topLevelType, targetInst) {
-                        if (topLevelType === TOP_CHANGE) {
-                            return targetInst;
-                        }
-                    }
-
-                    /**
-                     * SECTION: handle `input` event
-                     */
-                    var isInputEventSupported = false;
-                    if (canUseDOM) {
-                        // IE9 claims to support the input event but fails to trigger it when
-                        // deleting text, so we ignore its input events.
-                        isInputEventSupported = isEventSupported('input') && (!document.documentMode || document.documentMode > 9);
-                    }
-
-                    /**
-                     * (For IE <=9) Starts tracking propertychange events on the passed-in element
-                     * and override the value property so that we can distinguish user events from
-                     * value changes in JS.
-                     */
-                    function startWatchingForValueChange(target, targetInst) {
-                        activeElement = target;
-                        activeElementInst = targetInst;
-                        activeElement.attachEvent('onpropertychange', handlePropertyChange);
-                    }
-
-                    /**
-                     * (For IE <=9) Removes the event listeners from the currently-tracked element,
-                     * if any exists.
-                     */
-                    function stopWatchingForValueChange() {
-                        if (!activeElement) {
-                            return;
-                        }
-                        activeElement.detachEvent('onpropertychange', handlePropertyChange);
-                        activeElement = null;
-                        activeElementInst = null;
-                    }
-
-                    /**
-                     * (For IE <=9) Handles a propertychange event, sending a `change` event if
-                     * the value of the active element has changed.
-                     */
-                    function handlePropertyChange(nativeEvent) {
-                        if (nativeEvent.propertyName !== 'value') {
-                            return;
-                        }
-                        if (getInstIfValueChanged(activeElementInst)) {
-                            manualDispatchChangeEvent(nativeEvent);
-                        }
-                    }
-
-                    function handleEventsForInputEventPolyfill(topLevelType, target, targetInst) {
-                        if (topLevelType === TOP_FOCUS) {
-                            // In IE9, propertychange fires for most input events but is buggy and
-                            // doesn't fire when text is deleted, but conveniently, selectionchange
-                            // appears to fire in all of the remaining cases so we catch those and
-                            // forward the event if the value has changed
-                            // In either case, we don't want to call the event handler if the value
-                            // is changed from JS so we redefine a setter for `.value` that updates
-                            // our activeElementValue variable, allowing us to ignore those changes
-                            //
-                            // stopWatching() should be a noop here but we call it just in case we
-                            // missed a blur event somehow.
-                            stopWatchingForValueChange();
-                            startWatchingForValueChange(target, targetInst);
-                        } else if (topLevelType === TOP_BLUR) {
-                            stopWatchingForValueChange();
-                        }
-                    }
-
-// For IE8 and IE9.
-                    function getTargetInstForInputEventPolyfill(topLevelType, targetInst) {
-                        if (topLevelType === TOP_SELECTION_CHANGE || topLevelType === TOP_KEY_UP || topLevelType === TOP_KEY_DOWN) {
-                            // On the selectionchange event, the target is just document which isn't
-                            // helpful for us so just check activeElement instead.
-                            //
-                            // 99% of the time, keydown and keyup aren't necessary. IE8 fails to fire
-                            // propertychange on the first input event after setting `value` from a
-                            // script and fires only keydown, keypress, keyup. Catching keyup usually
-                            // gets it and catching keydown lets us fire an event for the first
-                            // keystroke if user does a key repeat (it'll be a little delayed: right
-                            // before the second keystroke). Other input methods (e.g., paste) seem to
-                            // fire selectionchange normally.
-                            return getInstIfValueChanged(activeElementInst);
-                        }
-                    }
-
-                    /**
-                     * SECTION: handle `click` event
-                     */
-                    function shouldUseClickEvent(elem) {
-                        // Use the `click` event to detect changes to checkbox and radio inputs.
-                        // This approach works across all browsers, whereas `change` does not fire
-                        // until `blur` in IE8.
-                        var nodeName = elem.nodeName;
-                        return nodeName && nodeName.toLowerCase() === 'input' && (elem.type === 'checkbox' || elem.type === 'radio');
-                    }
-
-                    function getTargetInstForClickEvent(topLevelType, targetInst) {
-                        if (topLevelType === TOP_CLICK) {
-                            return getInstIfValueChanged(targetInst);
-                        }
-                    }
-
-                    function getTargetInstForInputOrChangeEvent(topLevelType, targetInst) {
-                        if (topLevelType === TOP_INPUT || topLevelType === TOP_CHANGE) {
-                            return getInstIfValueChanged(targetInst);
-                        }
-                    }
-
-                    function handleControlledInputBlur(node) {
-                        var state = node._wrapperState;
-
-                        if (!state || !state.controlled || node.type !== 'number') {
-                            return;
-                        }
-
-                        if (!disableInputAttributeSyncing) {
-                            // If controlled, assign the value attribute to the current value on blur
-                            setDefaultValue(node, 'number', node.value);
-                        }
-                    }
-
-                    /**
-                     * This plugin creates an `onChange` event that normalizes change events
-                     * across form elements. This event fires at a time when it's possible to
-                     * change the element's value without seeing a flicker.
-                     *
-                     * Supported elements are:
-                     * - input (see `isTextInputElement`)
-                     * - textarea
-                     * - select
-                     */
-                    var ChangeEventPlugin = {
-                        eventTypes: eventTypes$1,
-
-                        _isInputEventSupported: isInputEventSupported,
-
-                        extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                            var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;
-
-                            var getTargetInstFunc = void 0,
-                                handleEventFunc = void 0;
-                            if (shouldUseChangeEvent(targetNode)) {
-                                getTargetInstFunc = getTargetInstForChangeEvent;
-                            } else if (isTextInputElement(targetNode)) {
-                                if (isInputEventSupported) {
-                                    getTargetInstFunc = getTargetInstForInputOrChangeEvent;
-                                } else {
-                                    getTargetInstFunc = getTargetInstForInputEventPolyfill;
-                                    handleEventFunc = handleEventsForInputEventPolyfill;
-                                }
-                            } else if (shouldUseClickEvent(targetNode)) {
-                                getTargetInstFunc = getTargetInstForClickEvent;
-                            }
-
-                            if (getTargetInstFunc) {
-                                var inst = getTargetInstFunc(topLevelType, targetInst);
-                                if (inst) {
-                                    var event = createAndAccumulateChangeEvent(inst, nativeEvent, nativeEventTarget);
-                                    return event;
-                                }
-                            }
-
-                            if (handleEventFunc) {
-                                handleEventFunc(topLevelType, targetNode, targetInst);
-                            }
-
-                            // When blurring, set the value attribute for number inputs
-                            if (topLevelType === TOP_BLUR) {
-                                handleControlledInputBlur(targetNode);
-                            }
-                        }
-                    };
-
-                    /**
-                     * Module that is injectable into `EventPluginHub`, that specifies a
-                     * deterministic ordering of `EventPlugin`s. A convenient way to reason about
-                     * plugins, without having to package every one of them. This is better than
-                     * having plugins be ordered in the same order that they are injected because
-                     * that ordering would be influenced by the packaging order.
-                     * `ResponderEventPlugin` must occur before `SimpleEventPlugin` so that
-                     * preventing default on events is convenient in `SimpleEventPlugin` handlers.
-                     */
-                    var DOMEventPluginOrder = ['ResponderEventPlugin', 'SimpleEventPlugin', 'EnterLeaveEventPlugin', 'ChangeEventPlugin', 'SelectEventPlugin', 'BeforeInputEventPlugin'];
-
-                    var SyntheticUIEvent = SyntheticEvent.extend({
-                        view: null,
-                        detail: null
-                    });
-
-                    var modifierKeyToProp = {
-                        Alt: 'altKey',
-                        Control: 'ctrlKey',
-                        Meta: 'metaKey',
-                        Shift: 'shiftKey'
-                    };
-
-// Older browsers (Safari <= 10, iOS Safari <= 10.2) do not support
-// getModifierState. If getModifierState is not supported, we map it to a set of
-// modifier keys exposed by the event. In this case, Lock-keys are not supported.
-                    /**
-                     * Translation from modifier key to the associated property in the event.
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/#keys-Modifiers
-                     */
-
-                    function modifierStateGetter(keyArg) {
-                        var syntheticEvent = this;
-                        var nativeEvent = syntheticEvent.nativeEvent;
-                        if (nativeEvent.getModifierState) {
-                            return nativeEvent.getModifierState(keyArg);
-                        }
-                        var keyProp = modifierKeyToProp[keyArg];
-                        return keyProp ? !!nativeEvent[keyProp] : false;
-                    }
-
-                    function getEventModifierState(nativeEvent) {
-                        return modifierStateGetter;
-                    }
-
-                    var previousScreenX = 0;
-                    var previousScreenY = 0;
-// Use flags to signal movementX/Y has already been set
-                    var isMovementXSet = false;
-                    var isMovementYSet = false;
-
-                    /**
-                     * @interface MouseEvent
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
-                     */
-                    var SyntheticMouseEvent = SyntheticUIEvent.extend({
-                        screenX: null,
-                        screenY: null,
-                        clientX: null,
-                        clientY: null,
-                        pageX: null,
-                        pageY: null,
-                        ctrlKey: null,
-                        shiftKey: null,
-                        altKey: null,
-                        metaKey: null,
-                        getModifierState: getEventModifierState,
-                        button: null,
-                        buttons: null,
-                        relatedTarget: function (event) {
-                            return event.relatedTarget || (event.fromElement === event.srcElement ? event.toElement : event.fromElement);
-                        },
-                        movementX: function (event) {
-                            if ('movementX' in event) {
-                                return event.movementX;
-                            }
-
-                            var screenX = previousScreenX;
-                            previousScreenX = event.screenX;
-
-                            if (!isMovementXSet) {
-                                isMovementXSet = true;
-                                return 0;
-                            }
-
-                            return event.type === 'mousemove' ? event.screenX - screenX : 0;
-                        },
-                        movementY: function (event) {
-                            if ('movementY' in event) {
-                                return event.movementY;
-                            }
-
-                            var screenY = previousScreenY;
-                            previousScreenY = event.screenY;
-
-                            if (!isMovementYSet) {
-                                isMovementYSet = true;
-                                return 0;
-                            }
-
-                            return event.type === 'mousemove' ? event.screenY - screenY : 0;
-                        }
-                    });
-
-                    /**
-                     * @interface PointerEvent
-                     * @see http://www.w3.org/TR/pointerevents/
-                     */
-                    var SyntheticPointerEvent = SyntheticMouseEvent.extend({
-                        pointerId: null,
-                        width: null,
-                        height: null,
-                        pressure: null,
-                        tangentialPressure: null,
-                        tiltX: null,
-                        tiltY: null,
-                        twist: null,
-                        pointerType: null,
-                        isPrimary: null
-                    });
-
-                    var eventTypes$2 = {
-                        mouseEnter: {
-                            registrationName: 'onMouseEnter',
-                            dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]
-                        },
-                        mouseLeave: {
-                            registrationName: 'onMouseLeave',
-                            dependencies: [TOP_MOUSE_OUT, TOP_MOUSE_OVER]
-                        },
-                        pointerEnter: {
-                            registrationName: 'onPointerEnter',
-                            dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]
-                        },
-                        pointerLeave: {
-                            registrationName: 'onPointerLeave',
-                            dependencies: [TOP_POINTER_OUT, TOP_POINTER_OVER]
-                        }
-                    };
-
-                    var EnterLeaveEventPlugin = {
-                        eventTypes: eventTypes$2,
-
-                        /**
-                         * For almost every interaction we care about, there will be both a top-level
-                         * `mouseover` and `mouseout` event that occurs. Only use `mouseout` so that
-                         * we do not extract duplicate events. However, moving the mouse into the
-                         * browser from outside will not fire a `mouseout` event. In this case, we use
-                         * the `mouseover` top-level event.
-                         */
-                        extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                            var isOverEvent = topLevelType === TOP_MOUSE_OVER || topLevelType === TOP_POINTER_OVER;
-                            var isOutEvent = topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_POINTER_OUT;
-
-                            if (isOverEvent && (nativeEvent.relatedTarget || nativeEvent.fromElement)) {
-                                return null;
-                            }
-
-                            if (!isOutEvent && !isOverEvent) {
-                                // Must not be a mouse or pointer in or out - ignoring.
-                                return null;
-                            }
-
-                            var win = void 0;
-                            if (nativeEventTarget.window === nativeEventTarget) {
-                                // `nativeEventTarget` is probably a window object.
-                                win = nativeEventTarget;
-                            } else {
-                                // TODO: Figure out why `ownerDocument` is sometimes undefined in IE8.
-                                var doc = nativeEventTarget.ownerDocument;
-                                if (doc) {
-                                    win = doc.defaultView || doc.parentWindow;
-                                } else {
-                                    win = window;
-                                }
-                            }
-
-                            var from = void 0;
-                            var to = void 0;
-                            if (isOutEvent) {
-                                from = targetInst;
-                                var related = nativeEvent.relatedTarget || nativeEvent.toElement;
-                                to = related ? getClosestInstanceFromNode(related) : null;
-                            } else {
-                                // Moving to a node from outside the window.
-                                from = null;
-                                to = targetInst;
-                            }
-
-                            if (from === to) {
-                                // Nothing pertains to our managed components.
-                                return null;
-                            }
-
-                            var eventInterface = void 0,
-                                leaveEventType = void 0,
-                                enterEventType = void 0,
-                                eventTypePrefix = void 0;
-
-                            if (topLevelType === TOP_MOUSE_OUT || topLevelType === TOP_MOUSE_OVER) {
-                                eventInterface = SyntheticMouseEvent;
-                                leaveEventType = eventTypes$2.mouseLeave;
-                                enterEventType = eventTypes$2.mouseEnter;
-                                eventTypePrefix = 'mouse';
-                            } else if (topLevelType === TOP_POINTER_OUT || topLevelType === TOP_POINTER_OVER) {
-                                eventInterface = SyntheticPointerEvent;
-                                leaveEventType = eventTypes$2.pointerLeave;
-                                enterEventType = eventTypes$2.pointerEnter;
-                                eventTypePrefix = 'pointer';
-                            }
-
-                            var fromNode = from == null ? win : getNodeFromInstance$1(from);
-                            var toNode = to == null ? win : getNodeFromInstance$1(to);
-
-                            var leave = eventInterface.getPooled(leaveEventType, from, nativeEvent, nativeEventTarget);
-                            leave.type = eventTypePrefix + 'leave';
-                            leave.target = fromNode;
-                            leave.relatedTarget = toNode;
-
-                            var enter = eventInterface.getPooled(enterEventType, to, nativeEvent, nativeEventTarget);
-                            enter.type = eventTypePrefix + 'enter';
-                            enter.target = toNode;
-                            enter.relatedTarget = fromNode;
-
-                            accumulateEnterLeaveDispatches(leave, enter, from, to);
-
-                            return [leave, enter];
-                        }
-                    };
-
-                    /*eslint-disable no-self-compare */
-
-                    var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
-
-                    /**
-                     * inlined Object.is polyfill to avoid requiring consumers ship their own
-                     * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
-                     */
-                    function is(x, y) {
-                        // SameValue algorithm
-                        if (x === y) {
-                            // Steps 1-5, 7-10
-                            // Steps 6.b-6.e: +0 != -0
-                            // Added the nonzero y check to make Flow happy, but it is redundant
-                            return x !== 0 || y !== 0 || 1 / x === 1 / y;
-                        } else {
-                            // Step 6.a: NaN == NaN
-                            return x !== x && y !== y;
-                        }
-                    }
-
-                    /**
-                     * Performs equality by iterating through keys on an object and returning false
-                     * when any key has values which are not strictly equal between the arguments.
-                     * Returns true when the values of all keys are strictly equal.
-                     */
-                    function shallowEqual(objA, objB) {
-                        if (is(objA, objB)) {
-                            return true;
-                        }
-
-                        if (typeof objA !== 'object' || objA === null || typeof objB !== 'object' || objB === null) {
-                            return false;
-                        }
-
-                        var keysA = Object.keys(objA);
-                        var keysB = Object.keys(objB);
-
-                        if (keysA.length !== keysB.length) {
-                            return false;
-                        }
-
-                        // Test for A's keys different from B.
-                        for (var i = 0; i < keysA.length; i++) {
-                            if (!hasOwnProperty$1.call(objB, keysA[i]) || !is(objA[keysA[i]], objB[keysA[i]])) {
-                                return false;
-                            }
-                        }
-
-                        return true;
-                    }
-
-                    /**
-                     * `ReactInstanceMap` maintains a mapping from a public facing stateful
-                     * instance (key) and the internal representation (value). This allows public
-                     * methods to accept the user facing instance as an argument and map them back
-                     * to internal methods.
-                     *
-                     * Note that this module is currently shared and assumed to be stateless.
-                     * If this becomes an actual Map, that will break.
-                     */
-
-                    /**
-                     * This API should be called `delete` but we'd have to make sure to always
-                     * transform these to strings for IE support. When this transform is fully
-                     * supported we can rename it.
-                     */
-
-
-                    function get(key) {
-                        return key._reactInternalFiber;
-                    }
-
-                    function has(key) {
-                        return key._reactInternalFiber !== undefined;
-                    }
-
-                    function set(key, value) {
-                        key._reactInternalFiber = value;
-                    }
-
-// Don't change these two values. They're used by React Dev Tools.
-                    var NoEffect = /*              */0;
-                    var PerformedWork = /*         */1;
-
-// You can change the rest (and add more).
-                    var Placement = /*             */2;
-                    var Update = /*                */4;
-                    var PlacementAndUpdate = /*    */6;
-                    var Deletion = /*              */8;
-                    var ContentReset = /*          */16;
-                    var Callback = /*              */32;
-                    var DidCapture = /*            */64;
-                    var Ref = /*                   */128;
-                    var Snapshot = /*              */256;
-                    var Passive = /*               */512;
-
-// Passive & Update & Callback & Ref & Snapshot
-                    var LifecycleEffectMask = /*   */932;
-
-// Union of all host effects
-                    var HostEffectMask = /*        */1023;
-
-                    var Incomplete = /*            */1024;
-                    var ShouldCapture = /*         */2048;
-
-                    var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
-
-                    var MOUNTING = 1;
-                    var MOUNTED = 2;
-                    var UNMOUNTED = 3;
-
-                    function isFiberMountedImpl(fiber) {
-                        var node = fiber;
-                        if (!fiber.alternate) {
-                            // If there is no alternate, this might be a new tree that isn't inserted
-                            // yet. If it is, then it will have a pending insertion effect on it.
-                            if ((node.effectTag & Placement) !== NoEffect) {
-                                return MOUNTING;
-                            }
-                            while (node.return) {
-                                node = node.return;
-                                if ((node.effectTag & Placement) !== NoEffect) {
-                                    return MOUNTING;
-                                }
-                            }
-                        } else {
-                            while (node.return) {
-                                node = node.return;
-                            }
-                        }
-                        if (node.tag === HostRoot) {
-                            // TODO: Check if this was a nested HostRoot when used with
-                            // renderContainerIntoSubtree.
-                            return MOUNTED;
-                        }
-                        // If we didn't hit the root, that means that we're in an disconnected tree
-                        // that has been unmounted.
-                        return UNMOUNTED;
-                    }
-
-                    function isFiberMounted(fiber) {
-                        return isFiberMountedImpl(fiber) === MOUNTED;
-                    }
-
-                    function isMounted(component) {
-                        {
-                            var owner = ReactCurrentOwner$1.current;
-                            if (owner !== null && owner.tag === ClassComponent) {
-                                var ownerFiber = owner;
-                                var instance = ownerFiber.stateNode;
-                                !instance._warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing isMounted inside its render() function. ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', getComponentName(ownerFiber.type) || 'A component') : void 0;
-                                instance._warnedAboutRefsInRender = true;
-                            }
-                        }
-
-                        var fiber = get(component);
-                        if (!fiber) {
-                            return false;
-                        }
-                        return isFiberMountedImpl(fiber) === MOUNTED;
-                    }
-
-                    function assertIsMounted(fiber) {
-                        !(isFiberMountedImpl(fiber) === MOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
-                    }
-
-                    function findCurrentFiberUsingSlowPath(fiber) {
-                        var alternate = fiber.alternate;
-                        if (!alternate) {
-                            // If there is no alternate, then we only need to check if it is mounted.
-                            var state = isFiberMountedImpl(fiber);
-                            !(state !== UNMOUNTED) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
-                            if (state === MOUNTING) {
-                                return null;
-                            }
-                            return fiber;
-                        }
-                        // If we have two possible branches, we'll walk backwards up to the root
-                        // to see what path the root points to. On the way we may hit one of the
-                        // special cases and we'll deal with them.
-                        var a = fiber;
-                        var b = alternate;
-                        while (true) {
-                            var parentA = a.return;
-                            var parentB = parentA ? parentA.alternate : null;
-                            if (!parentA || !parentB) {
-                                // We're at the root.
-                                break;
-                            }
-
-                            // If both copies of the parent fiber point to the same child, we can
-                            // assume that the child is current. This happens when we bailout on low
-                            // priority: the bailed out fiber's child reuses the current child.
-                            if (parentA.child === parentB.child) {
-                                var child = parentA.child;
-                                while (child) {
-                                    if (child === a) {
-                                        // We've determined that A is the current branch.
-                                        assertIsMounted(parentA);
-                                        return fiber;
-                                    }
-                                    if (child === b) {
-                                        // We've determined that B is the current branch.
-                                        assertIsMounted(parentA);
-                                        return alternate;
-                                    }
-                                    child = child.sibling;
-                                }
-                                // We should never have an alternate for any mounting node. So the only
-                                // way this could possibly happen is if this was unmounted, if at all.
-                                invariant(false, 'Unable to find node on an unmounted component.');
-                            }
-
-                            if (a.return !== b.return) {
-                                // The return pointer of A and the return pointer of B point to different
-                                // fibers. We assume that return pointers never criss-cross, so A must
-                                // belong to the child set of A.return, and B must belong to the child
-                                // set of B.return.
-                                a = parentA;
-                                b = parentB;
-                            } else {
-                                // The return pointers point to the same fiber. We'll have to use the
-                                // default, slow path: scan the child sets of each parent alternate to see
-                                // which child belongs to which set.
-                                //
-                                // Search parent A's child set
-                                var didFindChild = false;
-                                var _child = parentA.child;
-                                while (_child) {
-                                    if (_child === a) {
-                                        didFindChild = true;
-                                        a = parentA;
-                                        b = parentB;
-                                        break;
-                                    }
-                                    if (_child === b) {
-                                        didFindChild = true;
-                                        b = parentA;
-                                        a = parentB;
-                                        break;
-                                    }
-                                    _child = _child.sibling;
-                                }
-                                if (!didFindChild) {
-                                    // Search parent B's child set
-                                    _child = parentB.child;
-                                    while (_child) {
-                                        if (_child === a) {
-                                            didFindChild = true;
-                                            a = parentB;
-                                            b = parentA;
-                                            break;
-                                        }
-                                        if (_child === b) {
-                                            didFindChild = true;
-                                            b = parentB;
-                                            a = parentA;
-                                            break;
-                                        }
-                                        _child = _child.sibling;
-                                    }
-                                    !didFindChild ? invariant(false, 'Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.') : void 0;
-                                }
-                            }
-
-                            !(a.alternate === b) ? invariant(false, 'Return fibers should always be each others\' alternates. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        }
-                        // If the root is not a host container, we're in a disconnected tree. I.e.
-                        // unmounted.
-                        !(a.tag === HostRoot) ? invariant(false, 'Unable to find node on an unmounted component.') : void 0;
-                        if (a.stateNode.current === a) {
-                            // We've determined that A is the current branch.
-                            return fiber;
-                        }
-                        // Otherwise B has to be current branch.
-                        return alternate;
-                    }
-
-                    function findCurrentHostFiber(parent) {
-                        var currentParent = findCurrentFiberUsingSlowPath(parent);
-                        if (!currentParent) {
-                            return null;
-                        }
-
-                        // Next we'll drill down this component to find the first HostComponent/Text.
-                        var node = currentParent;
-                        while (true) {
-                            if (node.tag === HostComponent || node.tag === HostText) {
-                                return node;
-                            } else if (node.child) {
-                                node.child.return = node;
-                                node = node.child;
-                                continue;
-                            }
-                            if (node === currentParent) {
-                                return null;
-                            }
-                            while (!node.sibling) {
-                                if (!node.return || node.return === currentParent) {
-                                    return null;
-                                }
-                                node = node.return;
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                        }
-                        // Flow needs the return null here, but ESLint complains about it.
-                        // eslint-disable-next-line no-unreachable
-                        return null;
-                    }
-
-                    function findCurrentHostFiberWithNoPortals(parent) {
-                        var currentParent = findCurrentFiberUsingSlowPath(parent);
-                        if (!currentParent) {
-                            return null;
-                        }
-
-                        // Next we'll drill down this component to find the first HostComponent/Text.
-                        var node = currentParent;
-                        while (true) {
-                            if (node.tag === HostComponent || node.tag === HostText) {
-                                return node;
-                            } else if (node.child && node.tag !== HostPortal) {
-                                node.child.return = node;
-                                node = node.child;
-                                continue;
-                            }
-                            if (node === currentParent) {
-                                return null;
-                            }
-                            while (!node.sibling) {
-                                if (!node.return || node.return === currentParent) {
-                                    return null;
-                                }
-                                node = node.return;
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                        }
-                        // Flow needs the return null here, but ESLint complains about it.
-                        // eslint-disable-next-line no-unreachable
-                        return null;
-                    }
-
-                    function addEventBubbleListener(element, eventType, listener) {
-                        element.addEventListener(eventType, listener, false);
-                    }
-
-                    function addEventCaptureListener(element, eventType, listener) {
-                        element.addEventListener(eventType, listener, true);
-                    }
-
-                    /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/css3-animations/#AnimationEvent-interface
-                     * @see https://developer.mozilla.org/en-US/docs/Web/API/AnimationEvent
-                     */
-                    var SyntheticAnimationEvent = SyntheticEvent.extend({
-                        animationName: null,
-                        elapsedTime: null,
-                        pseudoElement: null
-                    });
-
-                    /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/clipboard-apis/
-                     */
-                    var SyntheticClipboardEvent = SyntheticEvent.extend({
-                        clipboardData: function (event) {
-                            return 'clipboardData' in event ? event.clipboardData : window.clipboardData;
-                        }
-                    });
-
-                    /**
-                     * @interface FocusEvent
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
-                     */
-                    var SyntheticFocusEvent = SyntheticUIEvent.extend({
-                        relatedTarget: null
-                    });
-
-                    /**
-                     * `charCode` represents the actual "character code" and is safe to use with
-                     * `String.fromCharCode`. As such, only keys that correspond to printable
-                     * characters produce a valid `charCode`, the only exception to this is Enter.
-                     * The Tab-key is considered non-printable and does not have a `charCode`,
-                     * presumably because it does not produce a tab-character in browsers.
-                     *
-                     * @param {object} nativeEvent Native browser event.
-                     * @return {number} Normalized `charCode` property.
-                     */
-                    function getEventCharCode(nativeEvent) {
-                        var charCode = void 0;
-                        var keyCode = nativeEvent.keyCode;
-
-                        if ('charCode' in nativeEvent) {
-                            charCode = nativeEvent.charCode;
-
-                            // FF does not set `charCode` for the Enter-key, check against `keyCode`.
-                            if (charCode === 0 && keyCode === 13) {
-                                charCode = 13;
-                            }
-                        } else {
-                            // IE8 does not implement `charCode`, but `keyCode` has the correct value.
-                            charCode = keyCode;
-                        }
-
-                        // IE and Edge (on Windows) and Chrome / Safari (on Windows and Linux)
-                        // report Enter as charCode 10 when ctrl is pressed.
-                        if (charCode === 10) {
-                            charCode = 13;
-                        }
-
-                        // Some non-printable keys are reported in `charCode`/`keyCode`, discard them.
-                        // Must not discard the (non-)printable Enter-key.
-                        if (charCode >= 32 || charCode === 13) {
-                            return charCode;
-                        }
-
-                        return 0;
-                    }
-
-                    /**
-                     * Normalization of deprecated HTML5 `key` values
-                     * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names
-                     */
-                    var normalizeKey = {
-                        Esc: 'Escape',
-                        Spacebar: ' ',
-                        Left: 'ArrowLeft',
-                        Up: 'ArrowUp',
-                        Right: 'ArrowRight',
-                        Down: 'ArrowDown',
-                        Del: 'Delete',
-                        Win: 'OS',
-                        Menu: 'ContextMenu',
-                        Apps: 'ContextMenu',
-                        Scroll: 'ScrollLock',
-                        MozPrintableKey: 'Unidentified'
-                    };
-
-                    /**
-                     * Translation from legacy `keyCode` to HTML5 `key`
-                     * Only special keys supported, all others depend on keyboard layout or browser
-                     * @see https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent#Key_names
-                     */
-                    var translateToKey = {
-                        '8': 'Backspace',
-                        '9': 'Tab',
-                        '12': 'Clear',
-                        '13': 'Enter',
-                        '16': 'Shift',
-                        '17': 'Control',
-                        '18': 'Alt',
-                        '19': 'Pause',
-                        '20': 'CapsLock',
-                        '27': 'Escape',
-                        '32': ' ',
-                        '33': 'PageUp',
-                        '34': 'PageDown',
-                        '35': 'End',
-                        '36': 'Home',
-                        '37': 'ArrowLeft',
-                        '38': 'ArrowUp',
-                        '39': 'ArrowRight',
-                        '40': 'ArrowDown',
-                        '45': 'Insert',
-                        '46': 'Delete',
-                        '112': 'F1',
-                        '113': 'F2',
-                        '114': 'F3',
-                        '115': 'F4',
-                        '116': 'F5',
-                        '117': 'F6',
-                        '118': 'F7',
-                        '119': 'F8',
-                        '120': 'F9',
-                        '121': 'F10',
-                        '122': 'F11',
-                        '123': 'F12',
-                        '144': 'NumLock',
-                        '145': 'ScrollLock',
-                        '224': 'Meta'
-                    };
-
-                    /**
-                     * @param {object} nativeEvent Native browser event.
-                     * @return {string} Normalized `key` property.
-                     */
-                    function getEventKey(nativeEvent) {
-                        if (nativeEvent.key) {
-                            // Normalize inconsistent values reported by browsers due to
-                            // implementations of a working draft specification.
-
-                            // FireFox implements `key` but returns `MozPrintableKey` for all
-                            // printable characters (normalized to `Unidentified`), ignore it.
-                            var key = normalizeKey[nativeEvent.key] || nativeEvent.key;
-                            if (key !== 'Unidentified') {
-                                return key;
-                            }
-                        }
-
-                        // Browser does not implement `key`, polyfill as much of it as we can.
-                        if (nativeEvent.type === 'keypress') {
-                            var charCode = getEventCharCode(nativeEvent);
-
-                            // The enter-key is technically both printable and non-printable and can
-                            // thus be captured by `keypress`, no other non-printable key should.
-                            return charCode === 13 ? 'Enter' : String.fromCharCode(charCode);
-                        }
-                        if (nativeEvent.type === 'keydown' || nativeEvent.type === 'keyup') {
-                            // While user keyboard layout determines the actual meaning of each
-                            // `keyCode` value, almost all function keys have a universal value.
-                            return translateToKey[nativeEvent.keyCode] || 'Unidentified';
-                        }
-                        return '';
-                    }
-
-                    /**
-                     * @interface KeyboardEvent
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
-                     */
-                    var SyntheticKeyboardEvent = SyntheticUIEvent.extend({
-                        key: getEventKey,
-                        location: null,
-                        ctrlKey: null,
-                        shiftKey: null,
-                        altKey: null,
-                        metaKey: null,
-                        repeat: null,
-                        locale: null,
-                        getModifierState: getEventModifierState,
-                        // Legacy Interface
-                        charCode: function (event) {
-                            // `charCode` is the result of a KeyPress event and represents the value of
-                            // the actual printable character.
-
-                            // KeyPress is deprecated, but its replacement is not yet final and not
-                            // implemented in any major browser. Only KeyPress has charCode.
-                            if (event.type === 'keypress') {
-                                return getEventCharCode(event);
-                            }
-                            return 0;
-                        },
-                        keyCode: function (event) {
-                            // `keyCode` is the result of a KeyDown/Up event and represents the value of
-                            // physical keyboard key.
-
-                            // The actual meaning of the value depends on the users' keyboard layout
-                            // which cannot be detected. Assuming that it is a US keyboard layout
-                            // provides a surprisingly accurate mapping for US and European users.
-                            // Due to this, it is left to the user to implement at this time.
-                            if (event.type === 'keydown' || event.type === 'keyup') {
-                                return event.keyCode;
-                            }
-                            return 0;
-                        },
-                        which: function (event) {
-                            // `which` is an alias for either `keyCode` or `charCode` depending on the
-                            // type of the event.
-                            if (event.type === 'keypress') {
-                                return getEventCharCode(event);
-                            }
-                            if (event.type === 'keydown' || event.type === 'keyup') {
-                                return event.keyCode;
-                            }
-                            return 0;
-                        }
-                    });
-
-                    /**
-                     * @interface DragEvent
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
-                     */
-                    var SyntheticDragEvent = SyntheticMouseEvent.extend({
-                        dataTransfer: null
-                    });
-
-                    /**
-                     * @interface TouchEvent
-                     * @see http://www.w3.org/TR/touch-events/
-                     */
-                    var SyntheticTouchEvent = SyntheticUIEvent.extend({
-                        touches: null,
-                        targetTouches: null,
-                        changedTouches: null,
-                        altKey: null,
-                        metaKey: null,
-                        ctrlKey: null,
-                        shiftKey: null,
-                        getModifierState: getEventModifierState
-                    });
-
-                    /**
-                     * @interface Event
-                     * @see http://www.w3.org/TR/2009/WD-css3-transitions-20090320/#transition-events-
-                     * @see https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent
-                     */
-                    var SyntheticTransitionEvent = SyntheticEvent.extend({
-                        propertyName: null,
-                        elapsedTime: null,
-                        pseudoElement: null
-                    });
-
-                    /**
-                     * @interface WheelEvent
-                     * @see http://www.w3.org/TR/DOM-Level-3-Events/
-                     */
-                    var SyntheticWheelEvent = SyntheticMouseEvent.extend({
-                        deltaX: function (event) {
-                            return 'deltaX' in event ? event.deltaX : // Fallback to `wheelDeltaX` for Webkit and normalize (right is positive).
-                                'wheelDeltaX' in event ? -event.wheelDeltaX : 0;
-                        },
-                        deltaY: function (event) {
-                            return 'deltaY' in event ? event.deltaY : // Fallback to `wheelDeltaY` for Webkit and normalize (down is positive).
-                                'wheelDeltaY' in event ? -event.wheelDeltaY : // Fallback to `wheelDelta` for IE<9 and normalize (down is positive).
-                                    'wheelDelta' in event ? -event.wheelDelta : 0;
-                        },
-
-                        deltaZ: null,
-
-                        // Browsers without "deltaMode" is reporting in raw wheel delta where one
-                        // notch on the scroll is always +/- 120, roughly equivalent to pixels.
-                        // A good approximation of DOM_DELTA_LINE (1) is 5% of viewport size or
-                        // ~40 pixels, for DOM_DELTA_SCREEN (2) it is 87.5% of viewport size.
-                        deltaMode: null
-                    });
-
-                    /**
-                     * Turns
-                     * ['abort', ...]
-                     * into
-                     * eventTypes = {
- *   'abort': {
- *     phasedRegistrationNames: {
- *       bubbled: 'onAbort',
- *       captured: 'onAbortCapture',
- *     },
- *     dependencies: [TOP_ABORT],
- *   },
- *   ...
- * };
-                     * topLevelEventsToDispatchConfig = new Map([
-                     *   [TOP_ABORT, { sameConfig }],
-                     * ]);
-                     */
-
-                    var interactiveEventTypeNames = [[TOP_BLUR, 'blur'], [TOP_CANCEL, 'cancel'], [TOP_CLICK, 'click'], [TOP_CLOSE, 'close'], [TOP_CONTEXT_MENU, 'contextMenu'], [TOP_COPY, 'copy'], [TOP_CUT, 'cut'], [TOP_AUX_CLICK, 'auxClick'], [TOP_DOUBLE_CLICK, 'doubleClick'], [TOP_DRAG_END, 'dragEnd'], [TOP_DRAG_START, 'dragStart'], [TOP_DROP, 'drop'], [TOP_FOCUS, 'focus'], [TOP_INPUT, 'input'], [TOP_INVALID, 'invalid'], [TOP_KEY_DOWN, 'keyDown'], [TOP_KEY_PRESS, 'keyPress'], [TOP_KEY_UP, 'keyUp'], [TOP_MOUSE_DOWN, 'mouseDown'], [TOP_MOUSE_UP, 'mouseUp'], [TOP_PASTE, 'paste'], [TOP_PAUSE, 'pause'], [TOP_PLAY, 'play'], [TOP_POINTER_CANCEL, 'pointerCancel'], [TOP_POINTER_DOWN, 'pointerDown'], [TOP_POINTER_UP, 'pointerUp'], [TOP_RATE_CHANGE, 'rateChange'], [TOP_RESET, 'reset'], [TOP_SEEKED, 'seeked'], [TOP_SUBMIT, 'submit'], [TOP_TOUCH_CANCEL, 'touchCancel'], [TOP_TOUCH_END, 'touchEnd'], [TOP_TOUCH_START, 'touchStart'], [TOP_VOLUME_CHANGE, 'volumeChange']];
-                    var nonInteractiveEventTypeNames = [[TOP_ABORT, 'abort'], [TOP_ANIMATION_END, 'animationEnd'], [TOP_ANIMATION_ITERATION, 'animationIteration'], [TOP_ANIMATION_START, 'animationStart'], [TOP_CAN_PLAY, 'canPlay'], [TOP_CAN_PLAY_THROUGH, 'canPlayThrough'], [TOP_DRAG, 'drag'], [TOP_DRAG_ENTER, 'dragEnter'], [TOP_DRAG_EXIT, 'dragExit'], [TOP_DRAG_LEAVE, 'dragLeave'], [TOP_DRAG_OVER, 'dragOver'], [TOP_DURATION_CHANGE, 'durationChange'], [TOP_EMPTIED, 'emptied'], [TOP_ENCRYPTED, 'encrypted'], [TOP_ENDED, 'ended'], [TOP_ERROR, 'error'], [TOP_GOT_POINTER_CAPTURE, 'gotPointerCapture'], [TOP_LOAD, 'load'], [TOP_LOADED_DATA, 'loadedData'], [TOP_LOADED_METADATA, 'loadedMetadata'], [TOP_LOAD_START, 'loadStart'], [TOP_LOST_POINTER_CAPTURE, 'lostPointerCapture'], [TOP_MOUSE_MOVE, 'mouseMove'], [TOP_MOUSE_OUT, 'mouseOut'], [TOP_MOUSE_OVER, 'mouseOver'], [TOP_PLAYING, 'playing'], [TOP_POINTER_MOVE, 'pointerMove'], [TOP_POINTER_OUT, 'pointerOut'], [TOP_POINTER_OVER, 'pointerOver'], [TOP_PROGRESS, 'progress'], [TOP_SCROLL, 'scroll'], [TOP_SEEKING, 'seeking'], [TOP_STALLED, 'stalled'], [TOP_SUSPEND, 'suspend'], [TOP_TIME_UPDATE, 'timeUpdate'], [TOP_TOGGLE, 'toggle'], [TOP_TOUCH_MOVE, 'touchMove'], [TOP_TRANSITION_END, 'transitionEnd'], [TOP_WAITING, 'waiting'], [TOP_WHEEL, 'wheel']];
-
-                    var eventTypes$4 = {};
-                    var topLevelEventsToDispatchConfig = {};
-
-                    function addEventTypeNameToConfig(_ref, isInteractive) {
-                        var topEvent = _ref[0],
-                            event = _ref[1];
-
-                        var capitalizedEvent = event[0].toUpperCase() + event.slice(1);
-                        var onEvent = 'on' + capitalizedEvent;
-
-                        var type = {
-                            phasedRegistrationNames: {
-                                bubbled: onEvent,
-                                captured: onEvent + 'Capture'
-                            },
-                            dependencies: [topEvent],
-                            isInteractive: isInteractive
-                        };
-                        eventTypes$4[event] = type;
-                        topLevelEventsToDispatchConfig[topEvent] = type;
-                    }
-
-                    interactiveEventTypeNames.forEach(function (eventTuple) {
-                        addEventTypeNameToConfig(eventTuple, true);
-                    });
-                    nonInteractiveEventTypeNames.forEach(function (eventTuple) {
-                        addEventTypeNameToConfig(eventTuple, false);
-                    });
-
-// Only used in DEV for exhaustiveness validation.
-                    var knownHTMLTopLevelTypes = [TOP_ABORT, TOP_CANCEL, TOP_CAN_PLAY, TOP_CAN_PLAY_THROUGH, TOP_CLOSE, TOP_DURATION_CHANGE, TOP_EMPTIED, TOP_ENCRYPTED, TOP_ENDED, TOP_ERROR, TOP_INPUT, TOP_INVALID, TOP_LOAD, TOP_LOADED_DATA, TOP_LOADED_METADATA, TOP_LOAD_START, TOP_PAUSE, TOP_PLAY, TOP_PLAYING, TOP_PROGRESS, TOP_RATE_CHANGE, TOP_RESET, TOP_SEEKED, TOP_SEEKING, TOP_STALLED, TOP_SUBMIT, TOP_SUSPEND, TOP_TIME_UPDATE, TOP_TOGGLE, TOP_VOLUME_CHANGE, TOP_WAITING];
-
-                    var SimpleEventPlugin = {
-                        eventTypes: eventTypes$4,
-
-                        isInteractiveTopLevelEventType: function (topLevelType) {
-                            var config = topLevelEventsToDispatchConfig[topLevelType];
-                            return config !== undefined && config.isInteractive === true;
-                        },
-
-
-                        extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                            var dispatchConfig = topLevelEventsToDispatchConfig[topLevelType];
-                            if (!dispatchConfig) {
-                                return null;
-                            }
-                            var EventConstructor = void 0;
-                            switch (topLevelType) {
-                                case TOP_KEY_PRESS:
-                                    // Firefox creates a keypress event for function keys too. This removes
-                                    // the unwanted keypress events. Enter is however both printable and
-                                    // non-printable. One would expect Tab to be as well (but it isn't).
-                                    if (getEventCharCode(nativeEvent) === 0) {
-                                        return null;
-                                    }
-                                /* falls through */
-                                case TOP_KEY_DOWN:
-                                case TOP_KEY_UP:
-                                    EventConstructor = SyntheticKeyboardEvent;
-                                    break;
-                                case TOP_BLUR:
-                                case TOP_FOCUS:
-                                    EventConstructor = SyntheticFocusEvent;
-                                    break;
-                                case TOP_CLICK:
-                                    // Firefox creates a click event on right mouse clicks. This removes the
-                                    // unwanted click events.
-                                    if (nativeEvent.button === 2) {
-                                        return null;
-                                    }
-                                /* falls through */
-                                case TOP_AUX_CLICK:
-                                case TOP_DOUBLE_CLICK:
-                                case TOP_MOUSE_DOWN:
-                                case TOP_MOUSE_MOVE:
-                                case TOP_MOUSE_UP:
-                                // TODO: Disabled elements should not respond to mouse events
-                                /* falls through */
-                                case TOP_MOUSE_OUT:
-                                case TOP_MOUSE_OVER:
-                                case TOP_CONTEXT_MENU:
-                                    EventConstructor = SyntheticMouseEvent;
-                                    break;
-                                case TOP_DRAG:
-                                case TOP_DRAG_END:
-                                case TOP_DRAG_ENTER:
-                                case TOP_DRAG_EXIT:
-                                case TOP_DRAG_LEAVE:
-                                case TOP_DRAG_OVER:
-                                case TOP_DRAG_START:
-                                case TOP_DROP:
-                                    EventConstructor = SyntheticDragEvent;
-                                    break;
-                                case TOP_TOUCH_CANCEL:
-                                case TOP_TOUCH_END:
-                                case TOP_TOUCH_MOVE:
-                                case TOP_TOUCH_START:
-                                    EventConstructor = SyntheticTouchEvent;
-                                    break;
-                                case TOP_ANIMATION_END:
-                                case TOP_ANIMATION_ITERATION:
-                                case TOP_ANIMATION_START:
-                                    EventConstructor = SyntheticAnimationEvent;
-                                    break;
-                                case TOP_TRANSITION_END:
-                                    EventConstructor = SyntheticTransitionEvent;
-                                    break;
-                                case TOP_SCROLL:
-                                    EventConstructor = SyntheticUIEvent;
-                                    break;
-                                case TOP_WHEEL:
-                                    EventConstructor = SyntheticWheelEvent;
-                                    break;
-                                case TOP_COPY:
-                                case TOP_CUT:
-                                case TOP_PASTE:
-                                    EventConstructor = SyntheticClipboardEvent;
-                                    break;
-                                case TOP_GOT_POINTER_CAPTURE:
-                                case TOP_LOST_POINTER_CAPTURE:
-                                case TOP_POINTER_CANCEL:
-                                case TOP_POINTER_DOWN:
-                                case TOP_POINTER_MOVE:
-                                case TOP_POINTER_OUT:
-                                case TOP_POINTER_OVER:
-                                case TOP_POINTER_UP:
-                                    EventConstructor = SyntheticPointerEvent;
-                                    break;
-                                default: {
-                                    if (knownHTMLTopLevelTypes.indexOf(topLevelType) === -1) {
-                                        warningWithoutStack$1(false, 'SimpleEventPlugin: Unhandled event type, `%s`. This warning ' + 'is likely caused by a bug in React. Please file an issue.', topLevelType);
-                                    }
-                                }
-                                    // HTML Events
-                                    // @see http://www.w3.org/TR/html5/index.html#events-0
-                                    EventConstructor = SyntheticEvent;
-                                    break;
-                            }
-                            var event = EventConstructor.getPooled(dispatchConfig, targetInst, nativeEvent, nativeEventTarget);
-                            accumulateTwoPhaseDispatches(event);
-                            return event;
-                        }
-                    };
-
-                    var isInteractiveTopLevelEventType = SimpleEventPlugin.isInteractiveTopLevelEventType;
-
-
-                    var CALLBACK_BOOKKEEPING_POOL_SIZE = 10;
-                    var callbackBookkeepingPool = [];
-
-                    /**
-                     * Find the deepest React component completely containing the root of the
-                     * passed-in instance (for use when entire React trees are nested within each
-                     * other). If React trees are not nested, returns null.
-                     */
-                    function findRootContainerNode(inst) {
-                        // TODO: It may be a good idea to cache this to prevent unnecessary DOM
-                        // traversal, but caching is difficult to do correctly without using a
-                        // mutation observer to listen for all DOM changes.
-                        while (inst.return) {
-                            inst = inst.return;
-                        }
-                        if (inst.tag !== HostRoot) {
-                            // This can happen if we're in a detached tree.
-                            return null;
-                        }
-                        return inst.stateNode.containerInfo;
-                    }
-
-// Used to store ancestor hierarchy in top level callback
-                    function getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst) {
-                        if (callbackBookkeepingPool.length) {
-                            var instance = callbackBookkeepingPool.pop();
-                            instance.topLevelType = topLevelType;
-                            instance.nativeEvent = nativeEvent;
-                            instance.targetInst = targetInst;
-                            return instance;
-                        }
-                        return {
-                            topLevelType: topLevelType,
-                            nativeEvent: nativeEvent,
-                            targetInst: targetInst,
-                            ancestors: []
-                        };
-                    }
-
-                    function releaseTopLevelCallbackBookKeeping(instance) {
-                        instance.topLevelType = null;
-                        instance.nativeEvent = null;
-                        instance.targetInst = null;
-                        instance.ancestors.length = 0;
-                        if (callbackBookkeepingPool.length < CALLBACK_BOOKKEEPING_POOL_SIZE) {
-                            callbackBookkeepingPool.push(instance);
-                        }
-                    }
-
-                    function handleTopLevel(bookKeeping) {
-                        var targetInst = bookKeeping.targetInst;
-
-                        // Loop through the hierarchy, in case there's any nested components.
-                        // It's important that we build the array of ancestors before calling any
-                        // event handlers, because event handlers can modify the DOM, leading to
-                        // inconsistencies with ReactMount's node cache. See #1105.
-                        var ancestor = targetInst;
-                        do {
-                            if (!ancestor) {
-                                bookKeeping.ancestors.push(ancestor);
-                                break;
-                            }
-                            var root = findRootContainerNode(ancestor);
-                            if (!root) {
-                                break;
-                            }
-                            bookKeeping.ancestors.push(ancestor);
-                            ancestor = getClosestInstanceFromNode(root);
-                        } while (ancestor);
-
-                        for (var i = 0; i < bookKeeping.ancestors.length; i++) {
-                            targetInst = bookKeeping.ancestors[i];
-                            runExtractedEventsInBatch(bookKeeping.topLevelType, targetInst, bookKeeping.nativeEvent, getEventTarget(bookKeeping.nativeEvent));
-                        }
-                    }
-
-// TODO: can we stop exporting these?
-                    var _enabled = true;
-
-                    function setEnabled(enabled) {
-                        _enabled = !!enabled;
-                    }
-
-                    function isEnabled() {
-                        return _enabled;
-                    }
-
-                    /**
-                     * Traps top-level events by using event bubbling.
-                     *
-                     * @param {number} topLevelType Number from `TopLevelEventTypes`.
-                     * @param {object} element Element on which to attach listener.
-                     * @return {?object} An object with a remove function which will forcefully
-                     *                  remove the listener.
-                     * @internal
-                     */
-                    function trapBubbledEvent(topLevelType, element) {
-                        if (!element) {
-                            return null;
-                        }
-                        var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;
-
-                        addEventBubbleListener(element, getRawEventName(topLevelType),
-                            // Check if interactive and wrap in interactiveUpdates
-                            dispatch.bind(null, topLevelType));
-                    }
-
-                    /**
-                     * Traps a top-level event by using event capturing.
-                     *
-                     * @param {number} topLevelType Number from `TopLevelEventTypes`.
-                     * @param {object} element Element on which to attach listener.
-                     * @return {?object} An object with a remove function which will forcefully
-                     *                  remove the listener.
-                     * @internal
-                     */
-                    function trapCapturedEvent(topLevelType, element) {
-                        if (!element) {
-                            return null;
-                        }
-                        var dispatch = isInteractiveTopLevelEventType(topLevelType) ? dispatchInteractiveEvent : dispatchEvent;
-
-                        addEventCaptureListener(element, getRawEventName(topLevelType),
-                            // Check if interactive and wrap in interactiveUpdates
-                            dispatch.bind(null, topLevelType));
-                    }
-
-                    function dispatchInteractiveEvent(topLevelType, nativeEvent) {
-                        interactiveUpdates(dispatchEvent, topLevelType, nativeEvent);
-                    }
-
-                    function dispatchEvent(topLevelType, nativeEvent) {
-                        if (!_enabled) {
-                            return;
-                        }
-
-                        var nativeEventTarget = getEventTarget(nativeEvent);
-                        var targetInst = getClosestInstanceFromNode(nativeEventTarget);
-                        if (targetInst !== null && typeof targetInst.tag === 'number' && !isFiberMounted(targetInst)) {
-                            // If we get an event (ex: img onload) before committing that
-                            // component's mount, ignore it for now (that is, treat it as if it was an
-                            // event on a non-React tree). We might also consider queueing events and
-                            // dispatching them after the mount.
-                            targetInst = null;
-                        }
-
-                        var bookKeeping = getTopLevelCallbackBookKeeping(topLevelType, nativeEvent, targetInst);
-
-                        try {
-                            // Event queue being processed in the same cycle allows
-                            // `preventDefault`.
-                            batchedUpdates(handleTopLevel, bookKeeping);
-                        } finally {
-                            releaseTopLevelCallbackBookKeeping(bookKeeping);
-                        }
-                    }
-
-                    /**
-                     * Summary of `ReactBrowserEventEmitter` event handling:
-                     *
-                     *  - Top-level delegation is used to trap most native browser events. This
-                     *    may only occur in the main thread and is the responsibility of
-                     *    ReactDOMEventListener, which is injected and can therefore support
-                     *    pluggable event sources. This is the only work that occurs in the main
-                     *    thread.
-                     *
-                     *  - We normalize and de-duplicate events to account for browser quirks. This
-                     *    may be done in the worker thread.
-                     *
-                     *  - Forward these native events (with the associated top-level type used to
-                     *    trap it) to `EventPluginHub`, which in turn will ask plugins if they want
-                     *    to extract any synthetic events.
-                     *
-                     *  - The `EventPluginHub` will then process each event by annotating them with
-                     *    "dispatches", a sequence of listeners and IDs that care about that event.
-                     *
-                     *  - The `EventPluginHub` then dispatches the events.
-                     *
-                     * Overview of React and the event system:
-                     *
-                     * +------------+    .
-                     * |    DOM     |    .
-                     * +------------+    .
-                     *       |           .
-                     *       v           .
-                     * +------------+    .
-                     * | ReactEvent |    .
-                     * |  Listener  |    .
-                     * +------------+    .                         +-----------+
-                     *       |           .               +--------+|SimpleEvent|
-                     *       |           .               |         |Plugin     |
-                     * +-----|------+    .               v         +-----------+
-                     * |     |      |    .    +--------------+                    +------------+
-                     * |     +-----------.--->|EventPluginHub|                    |    Event   |
-                     * |            |    .    |              |     +-----------+  | Propagators|
-                     * | ReactEvent |    .    |              |     |TapEvent   |  |------------|
-                     * |  Emitter   |    .    |              |<---+|Plugin     |  |other plugin|
-                     * |            |    .    |              |     +-----------+  |  utilities |
-                     * |     +-----------.--->|              |                    +------------+
-                     * |     |      |    .    +--------------+
-                     * +-----|------+    .                ^        +-----------+
-                     *       |           .                |        |Enter/Leave|
-                     *       +           .                +-------+|Plugin     |
-                     * +-------------+   .                         +-----------+
-                     * | application |   .
-                     * |-------------|   .
-                     * |             |   .
-                     * |             |   .
-                     * +-------------+   .
-                     *                   .
-                     *    React Core     .  General Purpose Event Plugin System
-                     */
-
-                    var alreadyListeningTo = {};
-                    var reactTopListenersCounter = 0;
-
-                    /**
-                     * To ensure no conflicts with other potential React instances on the page
-                     */
-                    var topListenersIDKey = '_reactListenersID' + ('' + Math.random()).slice(2);
-
-                    function getListeningForDocument(mountAt) {
-                        // In IE8, `mountAt` is a host object and doesn't have `hasOwnProperty`
-                        // directly.
-                        if (!Object.prototype.hasOwnProperty.call(mountAt, topListenersIDKey)) {
-                            mountAt[topListenersIDKey] = reactTopListenersCounter++;
-                            alreadyListeningTo[mountAt[topListenersIDKey]] = {};
-                        }
-                        return alreadyListeningTo[mountAt[topListenersIDKey]];
-                    }
-
-                    /**
-                     * We listen for bubbled touch events on the document object.
-                     *
-                     * Firefox v8.01 (and possibly others) exhibited strange behavior when
-                     * mounting `onmousemove` events at some node that was not the document
-                     * element. The symptoms were that if your mouse is not moving over something
-                     * contained within that mount point (for example on the background) the
-                     * top-level listeners for `onmousemove` won't be called. However, if you
-                     * register the `mousemove` on the document object, then it will of course
-                     * catch all `mousemove`s. This along with iOS quirks, justifies restricting
-                     * top-level listeners to the document object only, at least for these
-                     * movement types of events and possibly all events.
-                     *
-                     * @see http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
-                     *
-                     * Also, `keyup`/`keypress`/`keydown` do not bubble to the window on IE, but
-                     * they bubble to document.
-                     *
-                     * @param {string} registrationName Name of listener (e.g. `onClick`).
-                     * @param {object} mountAt Container where to mount the listener
-                     */
-                    function listenTo(registrationName, mountAt) {
-                        var isListening = getListeningForDocument(mountAt);
-                        var dependencies = registrationNameDependencies[registrationName];
-
-                        for (var i = 0; i < dependencies.length; i++) {
-                            var dependency = dependencies[i];
-                            if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {
-                                switch (dependency) {
-                                    case TOP_SCROLL:
-                                        trapCapturedEvent(TOP_SCROLL, mountAt);
-                                        break;
-                                    case TOP_FOCUS:
-                                    case TOP_BLUR:
-                                        trapCapturedEvent(TOP_FOCUS, mountAt);
-                                        trapCapturedEvent(TOP_BLUR, mountAt);
-                                        // We set the flag for a single dependency later in this function,
-                                        // but this ensures we mark both as attached rather than just one.
-                                        isListening[TOP_BLUR] = true;
-                                        isListening[TOP_FOCUS] = true;
-                                        break;
-                                    case TOP_CANCEL:
-                                    case TOP_CLOSE:
-                                        if (isEventSupported(getRawEventName(dependency))) {
-                                            trapCapturedEvent(dependency, mountAt);
-                                        }
-                                        break;
-                                    case TOP_INVALID:
-                                    case TOP_SUBMIT:
-                                    case TOP_RESET:
-                                        // We listen to them on the target DOM elements.
-                                        // Some of them bubble so we don't want them to fire twice.
-                                        break;
-                                    default:
-                                        // By default, listen on the top level to all non-media events.
-                                        // Media events don't bubble so adding the listener wouldn't do anything.
-                                        var isMediaEvent = mediaEventTypes.indexOf(dependency) !== -1;
-                                        if (!isMediaEvent) {
-                                            trapBubbledEvent(dependency, mountAt);
-                                        }
-                                        break;
-                                }
-                                isListening[dependency] = true;
-                            }
-                        }
-                    }
-
-                    function isListeningToAllDependencies(registrationName, mountAt) {
-                        var isListening = getListeningForDocument(mountAt);
-                        var dependencies = registrationNameDependencies[registrationName];
-                        for (var i = 0; i < dependencies.length; i++) {
-                            var dependency = dependencies[i];
-                            if (!(isListening.hasOwnProperty(dependency) && isListening[dependency])) {
-                                return false;
-                            }
-                        }
-                        return true;
-                    }
-
-                    function getActiveElement(doc) {
-                        doc = doc || (typeof document !== 'undefined' ? document : undefined);
-                        if (typeof doc === 'undefined') {
-                            return null;
-                        }
-                        try {
-                            return doc.activeElement || doc.body;
-                        } catch (e) {
-                            return doc.body;
-                        }
-                    }
-
-                    /**
-                     * Given any node return the first leaf node without children.
-                     *
-                     * @param {DOMElement|DOMTextNode} node
-                     * @return {DOMElement|DOMTextNode}
-                     */
-                    function getLeafNode(node) {
-                        while (node && node.firstChild) {
-                            node = node.firstChild;
-                        }
-                        return node;
-                    }
-
-                    /**
-                     * Get the next sibling within a container. This will walk up the
-                     * DOM if a node's siblings have been exhausted.
-                     *
-                     * @param {DOMElement|DOMTextNode} node
-                     * @return {?DOMElement|DOMTextNode}
-                     */
-                    function getSiblingNode(node) {
-                        while (node) {
-                            if (node.nextSibling) {
-                                return node.nextSibling;
-                            }
-                            node = node.parentNode;
-                        }
-                    }
-
-                    /**
-                     * Get object describing the nodes which contain characters at offset.
-                     *
-                     * @param {DOMElement|DOMTextNode} root
-                     * @param {number} offset
-                     * @return {?object}
-                     */
-                    function getNodeForCharacterOffset(root, offset) {
-                        var node = getLeafNode(root);
-                        var nodeStart = 0;
-                        var nodeEnd = 0;
-
-                        while (node) {
-                            if (node.nodeType === TEXT_NODE) {
-                                nodeEnd = nodeStart + node.textContent.length;
-
-                                if (nodeStart <= offset && nodeEnd >= offset) {
-                                    return {
-                                        node: node,
-                                        offset: offset - nodeStart
-                                    };
-                                }
-
-                                nodeStart = nodeEnd;
-                            }
-
-                            node = getLeafNode(getSiblingNode(node));
-                        }
-                    }
-
-                    /**
-                     * @param {DOMElement} outerNode
-                     * @return {?object}
-                     */
-                    function getOffsets(outerNode) {
-                        var ownerDocument = outerNode.ownerDocument;
-
-                        var win = ownerDocument && ownerDocument.defaultView || window;
-                        var selection = win.getSelection && win.getSelection();
-
-                        if (!selection || selection.rangeCount === 0) {
-                            return null;
-                        }
-
-                        var anchorNode = selection.anchorNode,
-                            anchorOffset = selection.anchorOffset,
-                            focusNode = selection.focusNode,
-                            focusOffset = selection.focusOffset;
-
-                        // In Firefox, anchorNode and focusNode can be "anonymous divs", e.g. the
-                        // up/down buttons on an <input type="number">. Anonymous divs do not seem to
-                        // expose properties, triggering a "Permission denied error" if any of its
-                        // properties are accessed. The only seemingly possible way to avoid erroring
-                        // is to access a property that typically works for non-anonymous divs and
-                        // catch any error that may otherwise arise. See
-                        // https://bugzilla.mozilla.org/show_bug.cgi?id=208427
-
-                        try {
-                            /* eslint-disable no-unused-expressions */
-                            anchorNode.nodeType;
-                            focusNode.nodeType;
-                            /* eslint-enable no-unused-expressions */
-                        } catch (e) {
-                            return null;
-                        }
-
-                        return getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset);
-                    }
-
-                    /**
-                     * Returns {start, end} where `start` is the character/codepoint index of
-                     * (anchorNode, anchorOffset) within the textContent of `outerNode`, and
-                     * `end` is the index of (focusNode, focusOffset).
-                     *
-                     * Returns null if you pass in garbage input but we should probably just crash.
-                     *
-                     * Exported only for testing.
-                     */
-                    function getModernOffsetsFromPoints(outerNode, anchorNode, anchorOffset, focusNode, focusOffset) {
-                        var length = 0;
-                        var start = -1;
-                        var end = -1;
-                        var indexWithinAnchor = 0;
-                        var indexWithinFocus = 0;
-                        var node = outerNode;
-                        var parentNode = null;
-
-                        outer: while (true) {
-                            var next = null;
-
-                            while (true) {
-                                if (node === anchorNode && (anchorOffset === 0 || node.nodeType === TEXT_NODE)) {
-                                    start = length + anchorOffset;
-                                }
-                                if (node === focusNode && (focusOffset === 0 || node.nodeType === TEXT_NODE)) {
-                                    end = length + focusOffset;
-                                }
-
-                                if (node.nodeType === TEXT_NODE) {
-                                    length += node.nodeValue.length;
-                                }
-
-                                if ((next = node.firstChild) === null) {
-                                    break;
-                                }
-                                // Moving from `node` to its first child `next`.
-                                parentNode = node;
-                                node = next;
-                            }
-
-                            while (true) {
-                                if (node === outerNode) {
-                                    // If `outerNode` has children, this is always the second time visiting
-                                    // it. If it has no children, this is still the first loop, and the only
-                                    // valid selection is anchorNode and focusNode both equal to this node
-                                    // and both offsets 0, in which case we will have handled above.
-                                    break outer;
-                                }
-                                if (parentNode === anchorNode && ++indexWithinAnchor === anchorOffset) {
-                                    start = length;
-                                }
-                                if (parentNode === focusNode && ++indexWithinFocus === focusOffset) {
-                                    end = length;
-                                }
-                                if ((next = node.nextSibling) !== null) {
-                                    break;
-                                }
-                                node = parentNode;
-                                parentNode = node.parentNode;
-                            }
-
-                            // Moving from `node` to its next sibling `next`.
-                            node = next;
-                        }
-
-                        if (start === -1 || end === -1) {
-                            // This should never happen. (Would happen if the anchor/focus nodes aren't
-                            // actually inside the passed-in node.)
-                            return null;
-                        }
-
-                        return {
-                            start: start,
-                            end: end
-                        };
-                    }
-
-                    /**
-                     * In modern non-IE browsers, we can support both forward and backward
-                     * selections.
-                     *
-                     * Note: IE10+ supports the Selection object, but it does not support
-                     * the `extend` method, which means that even in modern IE, it's not possible
-                     * to programmatically create a backward selection. Thus, for all IE
-                     * versions, we use the old IE API to create our selections.
-                     *
-                     * @param {DOMElement|DOMTextNode} node
-                     * @param {object} offsets
-                     */
-                    function setOffsets(node, offsets) {
-                        var doc = node.ownerDocument || document;
-                        var win = doc && doc.defaultView || window;
-
-                        // Edge fails with "Object expected" in some scenarios.
-                        // (For instance: TinyMCE editor used in a list component that supports pasting to add more,
-                        // fails when pasting 100+ items)
-                        if (!win.getSelection) {
-                            return;
-                        }
-
-                        var selection = win.getSelection();
-                        var length = node.textContent.length;
-                        var start = Math.min(offsets.start, length);
-                        var end = offsets.end === undefined ? start : Math.min(offsets.end, length);
-
-                        // IE 11 uses modern selection, but doesn't support the extend method.
-                        // Flip backward selections, so we can set with a single range.
-                        if (!selection.extend && start > end) {
-                            var temp = end;
-                            end = start;
-                            start = temp;
-                        }
-
-                        var startMarker = getNodeForCharacterOffset(node, start);
-                        var endMarker = getNodeForCharacterOffset(node, end);
-
-                        if (startMarker && endMarker) {
-                            if (selection.rangeCount === 1 && selection.anchorNode === startMarker.node && selection.anchorOffset === startMarker.offset && selection.focusNode === endMarker.node && selection.focusOffset === endMarker.offset) {
-                                return;
-                            }
-                            var range = doc.createRange();
-                            range.setStart(startMarker.node, startMarker.offset);
-                            selection.removeAllRanges();
-
-                            if (start > end) {
-                                selection.addRange(range);
-                                selection.extend(endMarker.node, endMarker.offset);
-                            } else {
-                                range.setEnd(endMarker.node, endMarker.offset);
-                                selection.addRange(range);
-                            }
-                        }
-                    }
-
-                    function isTextNode(node) {
-                        return node && node.nodeType === TEXT_NODE;
-                    }
-
-                    function containsNode(outerNode, innerNode) {
-                        if (!outerNode || !innerNode) {
-                            return false;
-                        } else if (outerNode === innerNode) {
-                            return true;
-                        } else if (isTextNode(outerNode)) {
-                            return false;
-                        } else if (isTextNode(innerNode)) {
-                            return containsNode(outerNode, innerNode.parentNode);
-                        } else if ('contains' in outerNode) {
-                            return outerNode.contains(innerNode);
-                        } else if (outerNode.compareDocumentPosition) {
-                            return !!(outerNode.compareDocumentPosition(innerNode) & 16);
-                        } else {
-                            return false;
-                        }
-                    }
-
-                    function isInDocument(node) {
-                        return node && node.ownerDocument && containsNode(node.ownerDocument.documentElement, node);
-                    }
-
-                    function getActiveElementDeep() {
-                        var win = window;
-                        var element = getActiveElement();
-                        while (element instanceof win.HTMLIFrameElement) {
-                            // Accessing the contentDocument of a HTMLIframeElement can cause the browser
-                            // to throw, e.g. if it has a cross-origin src attribute
-                            try {
-                                win = element.contentDocument.defaultView;
-                            } catch (e) {
-                                return element;
-                            }
-                            element = getActiveElement(win.document);
-                        }
-                        return element;
-                    }
-
-                    /**
-                     * @ReactInputSelection: React input selection module. Based on Selection.js,
-                     * but modified to be suitable for react and has a couple of bug fixes (doesn't
-                     * assume buttons have range selections allowed).
-                     * Input selection module for React.
-                     */
-
-                    /**
-                     * @hasSelectionCapabilities: we get the element types that support selection
-                     * from https://html.spec.whatwg.org/#do-not-apply, looking at `selectionStart`
-                     * and `selectionEnd` rows.
-                     */
-                    function hasSelectionCapabilities(elem) {
-                        var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
-                        return nodeName && (nodeName === 'input' && (elem.type === 'text' || elem.type === 'search' || elem.type === 'tel' || elem.type === 'url' || elem.type === 'password') || nodeName === 'textarea' || elem.contentEditable === 'true');
-                    }
-
-                    function getSelectionInformation() {
-                        var focusedElem = getActiveElementDeep();
-                        return {
-                            focusedElem: focusedElem,
-                            selectionRange: hasSelectionCapabilities(focusedElem) ? getSelection$1(focusedElem) : null
-                        };
-                    }
-
-                    /**
-                     * @restoreSelection: If any selection information was potentially lost,
-                     * restore it. This is useful when performing operations that could remove dom
-                     * nodes and place them back in, resulting in focus being lost.
-                     */
-                    function restoreSelection(priorSelectionInformation) {
-                        var curFocusedElem = getActiveElementDeep();
-                        var priorFocusedElem = priorSelectionInformation.focusedElem;
-                        var priorSelectionRange = priorSelectionInformation.selectionRange;
-                        if (curFocusedElem !== priorFocusedElem && isInDocument(priorFocusedElem)) {
-                            if (priorSelectionRange !== null && hasSelectionCapabilities(priorFocusedElem)) {
-                                setSelection(priorFocusedElem, priorSelectionRange);
-                            }
-
-                            // Focusing a node can change the scroll position, which is undesirable
-                            var ancestors = [];
-                            var ancestor = priorFocusedElem;
-                            while (ancestor = ancestor.parentNode) {
-                                if (ancestor.nodeType === ELEMENT_NODE) {
-                                    ancestors.push({
-                                        element: ancestor,
-                                        left: ancestor.scrollLeft,
-                                        top: ancestor.scrollTop
-                                    });
-                                }
-                            }
-
-                            if (typeof priorFocusedElem.focus === 'function') {
-                                priorFocusedElem.focus();
-                            }
-
-                            for (var i = 0; i < ancestors.length; i++) {
-                                var info = ancestors[i];
-                                info.element.scrollLeft = info.left;
-                                info.element.scrollTop = info.top;
-                            }
-                        }
-                    }
-
-                    /**
-                     * @getSelection: Gets the selection bounds of a focused textarea, input or
-                     * contentEditable node.
-                     * -@input: Look up selection bounds of this input
-                     * -@return {start: selectionStart, end: selectionEnd}
-                     */
-                    function getSelection$1(input) {
-                        var selection = void 0;
-
-                        if ('selectionStart' in input) {
-                            // Modern browser with input or textarea.
-                            selection = {
-                                start: input.selectionStart,
-                                end: input.selectionEnd
-                            };
-                        } else {
-                            // Content editable or old IE textarea.
-                            selection = getOffsets(input);
-                        }
-
-                        return selection || {start: 0, end: 0};
-                    }
-
-                    /**
-                     * @setSelection: Sets the selection bounds of a textarea or input and focuses
-                     * the input.
-                     * -@input     Set selection bounds of this input or textarea
-                     * -@offsets   Object of same form that is returned from get*
-                     */
-                    function setSelection(input, offsets) {
-                        var start = offsets.start,
-                            end = offsets.end;
-
-                        if (end === undefined) {
-                            end = start;
-                        }
-
-                        if ('selectionStart' in input) {
-                            input.selectionStart = start;
-                            input.selectionEnd = Math.min(end, input.value.length);
-                        } else {
-                            setOffsets(input, offsets);
-                        }
-                    }
-
-                    var skipSelectionChangeEvent = canUseDOM && 'documentMode' in document && document.documentMode <= 11;
-
-                    var eventTypes$3 = {
-                        select: {
-                            phasedRegistrationNames: {
-                                bubbled: 'onSelect',
-                                captured: 'onSelectCapture'
-                            },
-                            dependencies: [TOP_BLUR, TOP_CONTEXT_MENU, TOP_DRAG_END, TOP_FOCUS, TOP_KEY_DOWN, TOP_KEY_UP, TOP_MOUSE_DOWN, TOP_MOUSE_UP, TOP_SELECTION_CHANGE]
-                        }
-                    };
-
-                    var activeElement$1 = null;
-                    var activeElementInst$1 = null;
-                    var lastSelection = null;
-                    var mouseDown = false;
-
-                    /**
-                     * Get an object which is a unique representation of the current selection.
-                     *
-                     * The return value will not be consistent across nodes or browsers, but
-                     * two identical selections on the same node will return identical objects.
-                     *
-                     * @param {DOMElement} node
-                     * @return {object}
-                     */
-                    function getSelection(node) {
-                        if ('selectionStart' in node && hasSelectionCapabilities(node)) {
-                            return {
-                                start: node.selectionStart,
-                                end: node.selectionEnd
-                            };
-                        } else {
-                            var win = node.ownerDocument && node.ownerDocument.defaultView || window;
-                            var selection = win.getSelection();
-                            return {
-                                anchorNode: selection.anchorNode,
-                                anchorOffset: selection.anchorOffset,
-                                focusNode: selection.focusNode,
-                                focusOffset: selection.focusOffset
-                            };
-                        }
-                    }
-
-                    /**
-                     * Get document associated with the event target.
-                     *
-                     * @param {object} nativeEventTarget
-                     * @return {Document}
-                     */
-                    function getEventTargetDocument(eventTarget) {
-                        return eventTarget.window === eventTarget ? eventTarget.document : eventTarget.nodeType === DOCUMENT_NODE ? eventTarget : eventTarget.ownerDocument;
-                    }
-
-                    /**
-                     * Poll selection to see whether it's changed.
-                     *
-                     * @param {object} nativeEvent
-                     * @param {object} nativeEventTarget
-                     * @return {?SyntheticEvent}
-                     */
-                    function constructSelectEvent(nativeEvent, nativeEventTarget) {
-                        // Ensure we have the right element, and that the user is not dragging a
-                        // selection (this matches native `select` event behavior). In HTML5, select
-                        // fires only on input and textarea thus if there's no focused element we
-                        // won't dispatch.
-                        var doc = getEventTargetDocument(nativeEventTarget);
-
-                        if (mouseDown || activeElement$1 == null || activeElement$1 !== getActiveElement(doc)) {
-                            return null;
-                        }
-
-                        // Only fire when selection has actually changed.
-                        var currentSelection = getSelection(activeElement$1);
-                        if (!lastSelection || !shallowEqual(lastSelection, currentSelection)) {
-                            lastSelection = currentSelection;
-
-                            var syntheticEvent = SyntheticEvent.getPooled(eventTypes$3.select, activeElementInst$1, nativeEvent, nativeEventTarget);
-
-                            syntheticEvent.type = 'select';
-                            syntheticEvent.target = activeElement$1;
-
-                            accumulateTwoPhaseDispatches(syntheticEvent);
-
-                            return syntheticEvent;
-                        }
-
-                        return null;
-                    }
-
-                    /**
-                     * This plugin creates an `onSelect` event that normalizes select events
-                     * across form elements.
-                     *
-                     * Supported elements are:
-                     * - input (see `isTextInputElement`)
-                     * - textarea
-                     * - contentEditable
-                     *
-                     * This differs from native browser implementations in the following ways:
-                     * - Fires on contentEditable fields as well as inputs.
-                     * - Fires for collapsed selection.
-                     * - Fires after user input.
-                     */
-                    var SelectEventPlugin = {
-                        eventTypes: eventTypes$3,
-
-                        extractEvents: function (topLevelType, targetInst, nativeEvent, nativeEventTarget) {
-                            var doc = getEventTargetDocument(nativeEventTarget);
-                            // Track whether all listeners exists for this plugin. If none exist, we do
-                            // not extract events. See #3639.
-                            if (!doc || !isListeningToAllDependencies('onSelect', doc)) {
-                                return null;
-                            }
-
-                            var targetNode = targetInst ? getNodeFromInstance$1(targetInst) : window;
-
-                            switch (topLevelType) {
-                                // Track the input node that has focus.
-                                case TOP_FOCUS:
-                                    if (isTextInputElement(targetNode) || targetNode.contentEditable === 'true') {
-                                        activeElement$1 = targetNode;
-                                        activeElementInst$1 = targetInst;
-                                        lastSelection = null;
-                                    }
-                                    break;
-                                case TOP_BLUR:
-                                    activeElement$1 = null;
-                                    activeElementInst$1 = null;
-                                    lastSelection = null;
-                                    break;
-                                // Don't fire the event while the user is dragging. This matches the
-                                // semantics of the native select event.
-                                case TOP_MOUSE_DOWN:
-                                    mouseDown = true;
-                                    break;
-                                case TOP_CONTEXT_MENU:
-                                case TOP_MOUSE_UP:
-                                case TOP_DRAG_END:
-                                    mouseDown = false;
-                                    return constructSelectEvent(nativeEvent, nativeEventTarget);
-                                // Chrome and IE fire non-standard event when selection is changed (and
-                                // sometimes when it hasn't). IE's event fires out of order with respect
-                                // to key and input events on deletion, so we discard it.
-                                //
-                                // Firefox doesn't support selectionchange, so check selection status
-                                // after each key entry. The selection changes after keydown and before
-                                // keyup, but we check on keydown as well in the case of holding down a
-                                // key, when multiple keydown events are fired but only one keyup is.
-                                // This is also our approach for IE handling, for the reason above.
-                                case TOP_SELECTION_CHANGE:
-                                    if (skipSelectionChangeEvent) {
-                                        break;
-                                    }
-                                // falls through
-                                case TOP_KEY_DOWN:
-                                case TOP_KEY_UP:
-                                    return constructSelectEvent(nativeEvent, nativeEventTarget);
-                            }
-
-                            return null;
-                        }
-                    };
-
-                    /**
-                     * Inject modules for resolving DOM hierarchy and plugin ordering.
-                     */
-                    injection.injectEventPluginOrder(DOMEventPluginOrder);
-                    setComponentTree(getFiberCurrentPropsFromNode$1, getInstanceFromNode$1, getNodeFromInstance$1);
-
-                    /**
-                     * Some important event plugins included by default (without having to require
-                     * them).
-                     */
-                    injection.injectEventPluginsByName({
-                        SimpleEventPlugin: SimpleEventPlugin,
-                        EnterLeaveEventPlugin: EnterLeaveEventPlugin,
-                        ChangeEventPlugin: ChangeEventPlugin,
-                        SelectEventPlugin: SelectEventPlugin,
-                        BeforeInputEventPlugin: BeforeInputEventPlugin
-                    });
-
-                    var didWarnSelectedSetOnOption = false;
-                    var didWarnInvalidChild = false;
-
-                    function flattenChildren(children) {
-                        var content = '';
-
-                        // Flatten children. We'll warn if they are invalid
-                        // during validateProps() which runs for hydration too.
-                        // Note that this would throw on non-element objects.
-                        // Elements are stringified (which is normally irrelevant
-                        // but matters for <fbt>).
-                        React.Children.forEach(children, function (child) {
-                            if (child == null) {
-                                return;
-                            }
-                            content += child;
-                            // Note: we don't warn about invalid children here.
-                            // Instead, this is done separately below so that
-                            // it happens during the hydration codepath too.
-                        });
-
-                        return content;
-                    }
-
-                    /**
-                     * Implements an <option> host component that warns when `selected` is set.
-                     */
-
-                    function validateProps(element, props) {
-                        {
-                            // This mirrors the codepath above, but runs for hydration too.
-                            // Warn about invalid children here so that client and hydration are consistent.
-                            // TODO: this seems like it could cause a DEV-only throw for hydration
-                            // if children contains a non-element object. We should try to avoid that.
-                            if (typeof props.children === 'object' && props.children !== null) {
-                                React.Children.forEach(props.children, function (child) {
-                                    if (child == null) {
-                                        return;
-                                    }
-                                    if (typeof child === 'string' || typeof child === 'number') {
-                                        return;
-                                    }
-                                    if (typeof child.type !== 'string') {
-                                        return;
-                                    }
-                                    if (!didWarnInvalidChild) {
-                                        didWarnInvalidChild = true;
-                                        warning$1(false, 'Only strings and numbers are supported as <option> children.');
-                                    }
-                                });
-                            }
-
-                            // TODO: Remove support for `selected` in <option>.
-                            if (props.selected != null && !didWarnSelectedSetOnOption) {
-                                warning$1(false, 'Use the `defaultValue` or `value` props on <select> instead of ' + 'setting `selected` on <option>.');
-                                didWarnSelectedSetOnOption = true;
-                            }
-                        }
-                    }
-
-                    function postMountWrapper$1(element, props) {
-                        // value="" should make a value attribute (#6219)
-                        if (props.value != null) {
-                            element.setAttribute('value', toString(getToStringValue(props.value)));
-                        }
-                    }
-
-                    function getHostProps$1(element, props) {
-                        var hostProps = _assign({children: undefined}, props);
-                        var content = flattenChildren(props.children);
-
-                        if (content) {
-                            hostProps.children = content;
-                        }
-
-                        return hostProps;
-                    }
-
-// TODO: direct imports like some-package/src/* are bad. Fix me.
-                    var didWarnValueDefaultValue$1 = void 0;
-
-                    {
-                        didWarnValueDefaultValue$1 = false;
-                    }
-
-                    function getDeclarationErrorAddendum() {
-                        var ownerName = getCurrentFiberOwnerNameInDevOrNull();
-                        if (ownerName) {
-                            return '\n\nCheck the render method of `' + ownerName + '`.';
-                        }
-                        return '';
-                    }
-
-                    var valuePropNames = ['value', 'defaultValue'];
-
-                    /**
-                     * Validation function for `value` and `defaultValue`.
-                     */
-                    function checkSelectPropTypes(props) {
-                        ReactControlledValuePropTypes.checkPropTypes('select', props);
-
-                        for (var i = 0; i < valuePropNames.length; i++) {
-                            var propName = valuePropNames[i];
-                            if (props[propName] == null) {
-                                continue;
-                            }
-                            var isArray = Array.isArray(props[propName]);
-                            if (props.multiple && !isArray) {
-                                warning$1(false, 'The `%s` prop supplied to <select> must be an array if ' + '`multiple` is true.%s', propName, getDeclarationErrorAddendum());
-                            } else if (!props.multiple && isArray) {
-                                warning$1(false, 'The `%s` prop supplied to <select> must be a scalar ' + 'value if `multiple` is false.%s', propName, getDeclarationErrorAddendum());
-                            }
-                        }
-                    }
-
-                    function updateOptions(node, multiple, propValue, setDefaultSelected) {
-                        var options = node.options;
-
-                        if (multiple) {
-                            var selectedValues = propValue;
-                            var selectedValue = {};
-                            for (var i = 0; i < selectedValues.length; i++) {
-                                // Prefix to avoid chaos with special keys.
-                                selectedValue['$' + selectedValues[i]] = true;
-                            }
-                            for (var _i = 0; _i < options.length; _i++) {
-                                var selected = selectedValue.hasOwnProperty('$' + options[_i].value);
-                                if (options[_i].selected !== selected) {
-                                    options[_i].selected = selected;
-                                }
-                                if (selected && setDefaultSelected) {
-                                    options[_i].defaultSelected = true;
-                                }
-                            }
-                        } else {
-                            // Do not set `select.value` as exact behavior isn't consistent across all
-                            // browsers for all cases.
-                            var _selectedValue = toString(getToStringValue(propValue));
-                            var defaultSelected = null;
-                            for (var _i2 = 0; _i2 < options.length; _i2++) {
-                                if (options[_i2].value === _selectedValue) {
-                                    options[_i2].selected = true;
-                                    if (setDefaultSelected) {
-                                        options[_i2].defaultSelected = true;
-                                    }
-                                    return;
-                                }
-                                if (defaultSelected === null && !options[_i2].disabled) {
-                                    defaultSelected = options[_i2];
-                                }
-                            }
-                            if (defaultSelected !== null) {
-                                defaultSelected.selected = true;
-                            }
-                        }
-                    }
-
-                    /**
-                     * Implements a <select> host component that allows optionally setting the
-                     * props `value` and `defaultValue`. If `multiple` is false, the prop must be a
-                     * stringable. If `multiple` is true, the prop must be an array of stringables.
-                     *
-                     * If `value` is not supplied (or null/undefined), user actions that change the
-                     * selected option will trigger updates to the rendered options.
-                     *
-                     * If it is supplied (and not null/undefined), the rendered options will not
-                     * update in response to user actions. Instead, the `value` prop must change in
-                     * order for the rendered options to update.
-                     *
-                     * If `defaultValue` is provided, any options with the supplied values will be
-                     * selected.
-                     */
-
-                    function getHostProps$2(element, props) {
-                        return _assign({}, props, {
-                            value: undefined
-                        });
-                    }
-
-                    function initWrapperState$1(element, props) {
-                        var node = element;
-                        {
-                            checkSelectPropTypes(props);
-                        }
-
-                        node._wrapperState = {
-                            wasMultiple: !!props.multiple
-                        };
-
-                        {
-                            if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue$1) {
-                                warning$1(false, 'Select elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled select ' + 'element and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components');
-                                didWarnValueDefaultValue$1 = true;
-                            }
-                        }
-                    }
-
-                    function postMountWrapper$2(element, props) {
-                        var node = element;
-                        node.multiple = !!props.multiple;
-                        var value = props.value;
-                        if (value != null) {
-                            updateOptions(node, !!props.multiple, value, false);
-                        } else if (props.defaultValue != null) {
-                            updateOptions(node, !!props.multiple, props.defaultValue, true);
-                        }
-                    }
-
-                    function postUpdateWrapper(element, props) {
-                        var node = element;
-                        var wasMultiple = node._wrapperState.wasMultiple;
-                        node._wrapperState.wasMultiple = !!props.multiple;
-
-                        var value = props.value;
-                        if (value != null) {
-                            updateOptions(node, !!props.multiple, value, false);
-                        } else if (wasMultiple !== !!props.multiple) {
-                            // For simplicity, reapply `defaultValue` if `multiple` is toggled.
-                            if (props.defaultValue != null) {
-                                updateOptions(node, !!props.multiple, props.defaultValue, true);
-                            } else {
-                                // Revert the select back to its default unselected state.
-                                updateOptions(node, !!props.multiple, props.multiple ? [] : '', false);
-                            }
-                        }
-                    }
-
-                    function restoreControlledState$2(element, props) {
-                        var node = element;
-                        var value = props.value;
-
-                        if (value != null) {
-                            updateOptions(node, !!props.multiple, value, false);
-                        }
-                    }
-
-                    var didWarnValDefaultVal = false;
-
-                    /**
-                     * Implements a <textarea> host component that allows setting `value`, and
-                     * `defaultValue`. This differs from the traditional DOM API because value is
-                     * usually set as PCDATA children.
-                     *
-                     * If `value` is not supplied (or null/undefined), user actions that affect the
-                     * value will trigger updates to the element.
-                     *
-                     * If `value` is supplied (and not null/undefined), the rendered element will
-                     * not trigger updates to the element. Instead, the `value` prop must change in
-                     * order for the rendered element to be updated.
-                     *
-                     * The rendered element will be initialized with an empty value, the prop
-                     * `defaultValue` if specified, or the children content (deprecated).
-                     */
-
-                    function getHostProps$3(element, props) {
-                        var node = element;
-                        !(props.dangerouslySetInnerHTML == null) ? invariant(false, '`dangerouslySetInnerHTML` does not make sense on <textarea>.') : void 0;
-
-                        // Always set children to the same thing. In IE9, the selection range will
-                        // get reset if `textContent` is mutated.  We could add a check in setTextContent
-                        // to only set the value if/when the value differs from the node value (which would
-                        // completely solve this IE9 bug), but Sebastian+Sophie seemed to like this
-                        // solution. The value can be a boolean or object so that's why it's forced
-                        // to be a string.
-                        var hostProps = _assign({}, props, {
-                            value: undefined,
-                            defaultValue: undefined,
-                            children: toString(node._wrapperState.initialValue)
-                        });
-
-                        return hostProps;
-                    }
-
-                    function initWrapperState$2(element, props) {
-                        var node = element;
-                        {
-                            ReactControlledValuePropTypes.checkPropTypes('textarea', props);
-                            if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValDefaultVal) {
-                                warning$1(false, '%s contains a textarea with both value and defaultValue props. ' + 'Textarea elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled textarea ' + 'and remove one of these props. More info: ' + 'https://fb.me/react-controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
-                                didWarnValDefaultVal = true;
-                            }
-                        }
-
-                        var initialValue = props.value;
-
-                        // Only bother fetching default value if we're going to use it
-                        if (initialValue == null) {
-                            var defaultValue = props.defaultValue;
-                            // TODO (yungsters): Remove support for children content in <textarea>.
-                            var children = props.children;
-                            if (children != null) {
-                                {
-                                    warning$1(false, 'Use the `defaultValue` or `value` props instead of setting ' + 'children on <textarea>.');
-                                }
-                                !(defaultValue == null) ? invariant(false, 'If you supply `defaultValue` on a <textarea>, do not pass children.') : void 0;
-                                if (Array.isArray(children)) {
-                                    !(children.length <= 1) ? invariant(false, '<textarea> can only have at most one child.') : void 0;
-                                    children = children[0];
-                                }
-
-                                defaultValue = children;
-                            }
-                            if (defaultValue == null) {
-                                defaultValue = '';
-                            }
-                            initialValue = defaultValue;
-                        }
-
-                        node._wrapperState = {
-                            initialValue: getToStringValue(initialValue)
-                        };
-                    }
-
-                    function updateWrapper$1(element, props) {
-                        var node = element;
-                        var value = getToStringValue(props.value);
-                        var defaultValue = getToStringValue(props.defaultValue);
-                        if (value != null) {
-                            // Cast `value` to a string to ensure the value is set correctly. While
-                            // browsers typically do this as necessary, jsdom doesn't.
-                            var newValue = toString(value);
-                            // To avoid side effects (such as losing text selection), only set value if changed
-                            if (newValue !== node.value) {
-                                node.value = newValue;
-                            }
-                            if (props.defaultValue == null && node.defaultValue !== newValue) {
-                                node.defaultValue = newValue;
-                            }
-                        }
-                        if (defaultValue != null) {
-                            node.defaultValue = toString(defaultValue);
-                        }
-                    }
-
-                    function postMountWrapper$3(element, props) {
-                        var node = element;
-                        // This is in postMount because we need access to the DOM node, which is not
-                        // available until after the component has mounted.
-                        var textContent = node.textContent;
-
-                        // Only set node.value if textContent is equal to the expected
-                        // initial value. In IE10/IE11 there is a bug where the placeholder attribute
-                        // will populate textContent as well.
-                        // https://developer.microsoft.com/microsoft-edge/platform/issues/101525/
-                        if (textContent === node._wrapperState.initialValue) {
-                            node.value = textContent;
-                        }
-                    }
-
-                    function restoreControlledState$3(element, props) {
-                        // DOM component is still mounted; update
-                        updateWrapper$1(element, props);
-                    }
-
-                    var HTML_NAMESPACE$1 = 'http://www.w3.org/1999/xhtml';
-                    var MATH_NAMESPACE = 'http://www.w3.org/1998/Math/MathML';
-                    var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
-
-                    var Namespaces = {
-                        html: HTML_NAMESPACE$1,
-                        mathml: MATH_NAMESPACE,
-                        svg: SVG_NAMESPACE
-                    };
-
-// Assumes there is no parent namespace.
-                    function getIntrinsicNamespace(type) {
-                        switch (type) {
-                            case 'svg':
-                                return SVG_NAMESPACE;
-                            case 'math':
-                                return MATH_NAMESPACE;
-                            default:
-                                return HTML_NAMESPACE$1;
-                        }
-                    }
-
-                    function getChildNamespace(parentNamespace, type) {
-                        if (parentNamespace == null || parentNamespace === HTML_NAMESPACE$1) {
-                            // No (or default) parent namespace: potential entry point.
-                            return getIntrinsicNamespace(type);
-                        }
-                        if (parentNamespace === SVG_NAMESPACE && type === 'foreignObject') {
-                            // We're leaving SVG.
-                            return HTML_NAMESPACE$1;
-                        }
-                        // By default, pass namespace below.
-                        return parentNamespace;
-                    }
-
-                    /* globals MSApp */
-
-                    /**
-                     * Create a function which has 'unsafe' privileges (required by windows8 apps)
-                     */
-                    var createMicrosoftUnsafeLocalFunction = function (func) {
-                        if (typeof MSApp !== 'undefined' && MSApp.execUnsafeLocalFunction) {
-                            return function (arg0, arg1, arg2, arg3) {
-                                MSApp.execUnsafeLocalFunction(function () {
-                                    return func(arg0, arg1, arg2, arg3);
-                                });
-                            };
-                        } else {
-                            return func;
-                        }
-                    };
-
-// SVG temp container for IE lacking innerHTML
-                    var reusableSVGContainer = void 0;
-
-                    /**
-                     * Set the innerHTML property of a node
-                     *
-                     * @param {DOMElement} node
-                     * @param {string} html
-                     * @internal
-                     */
-                    var setInnerHTML = createMicrosoftUnsafeLocalFunction(function (node, html) {
-                        // IE does not have innerHTML for SVG nodes, so instead we inject the
-                        // new markup in a temp node and then move the child nodes across into
-                        // the target node
-
-                        if (node.namespaceURI === Namespaces.svg && !('innerHTML' in node)) {
-                            reusableSVGContainer = reusableSVGContainer || document.createElement('div');
-                            reusableSVGContainer.innerHTML = '<svg>' + html + '</svg>';
-                            var svgNode = reusableSVGContainer.firstChild;
-                            while (node.firstChild) {
-                                node.removeChild(node.firstChild);
-                            }
-                            while (svgNode.firstChild) {
-                                node.appendChild(svgNode.firstChild);
-                            }
-                        } else {
-                            node.innerHTML = html;
-                        }
-                    });
-
-                    /**
-                     * Set the textContent property of a node. For text updates, it's faster
-                     * to set the `nodeValue` of the Text node directly instead of using
-                     * `.textContent` which will remove the existing node and create a new one.
-                     *
-                     * @param {DOMElement} node
-                     * @param {string} text
-                     * @internal
-                     */
-                    var setTextContent = function (node, text) {
-                        if (text) {
-                            var firstChild = node.firstChild;
-
-                            if (firstChild && firstChild === node.lastChild && firstChild.nodeType === TEXT_NODE) {
-                                firstChild.nodeValue = text;
-                                return;
-                            }
-                        }
-                        node.textContent = text;
-                    };
-
-// List derived from Gecko source code:
-// https://github.com/mozilla/gecko-dev/blob/4e638efc71/layout/style/test/property_database.js
-                    var shorthandToLonghand = {
-                        animation: ['animationDelay', 'animationDirection', 'animationDuration', 'animationFillMode', 'animationIterationCount', 'animationName', 'animationPlayState', 'animationTimingFunction'],
-                        background: ['backgroundAttachment', 'backgroundClip', 'backgroundColor', 'backgroundImage', 'backgroundOrigin', 'backgroundPositionX', 'backgroundPositionY', 'backgroundRepeat', 'backgroundSize'],
-                        backgroundPosition: ['backgroundPositionX', 'backgroundPositionY'],
-                        border: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth', 'borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth', 'borderLeftColor', 'borderLeftStyle', 'borderLeftWidth', 'borderRightColor', 'borderRightStyle', 'borderRightWidth', 'borderTopColor', 'borderTopStyle', 'borderTopWidth'],
-                        borderBlockEnd: ['borderBlockEndColor', 'borderBlockEndStyle', 'borderBlockEndWidth'],
-                        borderBlockStart: ['borderBlockStartColor', 'borderBlockStartStyle', 'borderBlockStartWidth'],
-                        borderBottom: ['borderBottomColor', 'borderBottomStyle', 'borderBottomWidth'],
-                        borderColor: ['borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor'],
-                        borderImage: ['borderImageOutset', 'borderImageRepeat', 'borderImageSlice', 'borderImageSource', 'borderImageWidth'],
-                        borderInlineEnd: ['borderInlineEndColor', 'borderInlineEndStyle', 'borderInlineEndWidth'],
-                        borderInlineStart: ['borderInlineStartColor', 'borderInlineStartStyle', 'borderInlineStartWidth'],
-                        borderLeft: ['borderLeftColor', 'borderLeftStyle', 'borderLeftWidth'],
-                        borderRadius: ['borderBottomLeftRadius', 'borderBottomRightRadius', 'borderTopLeftRadius', 'borderTopRightRadius'],
-                        borderRight: ['borderRightColor', 'borderRightStyle', 'borderRightWidth'],
-                        borderStyle: ['borderBottomStyle', 'borderLeftStyle', 'borderRightStyle', 'borderTopStyle'],
-                        borderTop: ['borderTopColor', 'borderTopStyle', 'borderTopWidth'],
-                        borderWidth: ['borderBottomWidth', 'borderLeftWidth', 'borderRightWidth', 'borderTopWidth'],
-                        columnRule: ['columnRuleColor', 'columnRuleStyle', 'columnRuleWidth'],
-                        columns: ['columnCount', 'columnWidth'],
-                        flex: ['flexBasis', 'flexGrow', 'flexShrink'],
-                        flexFlow: ['flexDirection', 'flexWrap'],
-                        font: ['fontFamily', 'fontFeatureSettings', 'fontKerning', 'fontLanguageOverride', 'fontSize', 'fontSizeAdjust', 'fontStretch', 'fontStyle', 'fontVariant', 'fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition', 'fontWeight', 'lineHeight'],
-                        fontVariant: ['fontVariantAlternates', 'fontVariantCaps', 'fontVariantEastAsian', 'fontVariantLigatures', 'fontVariantNumeric', 'fontVariantPosition'],
-                        gap: ['columnGap', 'rowGap'],
-                        grid: ['gridAutoColumns', 'gridAutoFlow', 'gridAutoRows', 'gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],
-                        gridArea: ['gridColumnEnd', 'gridColumnStart', 'gridRowEnd', 'gridRowStart'],
-                        gridColumn: ['gridColumnEnd', 'gridColumnStart'],
-                        gridColumnGap: ['columnGap'],
-                        gridGap: ['columnGap', 'rowGap'],
-                        gridRow: ['gridRowEnd', 'gridRowStart'],
-                        gridRowGap: ['rowGap'],
-                        gridTemplate: ['gridTemplateAreas', 'gridTemplateColumns', 'gridTemplateRows'],
-                        listStyle: ['listStyleImage', 'listStylePosition', 'listStyleType'],
-                        margin: ['marginBottom', 'marginLeft', 'marginRight', 'marginTop'],
-                        marker: ['markerEnd', 'markerMid', 'markerStart'],
-                        mask: ['maskClip', 'maskComposite', 'maskImage', 'maskMode', 'maskOrigin', 'maskPositionX', 'maskPositionY', 'maskRepeat', 'maskSize'],
-                        maskPosition: ['maskPositionX', 'maskPositionY'],
-                        outline: ['outlineColor', 'outlineStyle', 'outlineWidth'],
-                        overflow: ['overflowX', 'overflowY'],
-                        padding: ['paddingBottom', 'paddingLeft', 'paddingRight', 'paddingTop'],
-                        placeContent: ['alignContent', 'justifyContent'],
-                        placeItems: ['alignItems', 'justifyItems'],
-                        placeSelf: ['alignSelf', 'justifySelf'],
-                        textDecoration: ['textDecorationColor', 'textDecorationLine', 'textDecorationStyle'],
-                        textEmphasis: ['textEmphasisColor', 'textEmphasisStyle'],
-                        transition: ['transitionDelay', 'transitionDuration', 'transitionProperty', 'transitionTimingFunction'],
-                        wordWrap: ['overflowWrap']
-                    };
-
-                    /**
-                     * CSS properties which accept numbers but are not in units of "px".
-                     */
-                    var isUnitlessNumber = {
-                        animationIterationCount: true,
-                        borderImageOutset: true,
-                        borderImageSlice: true,
-                        borderImageWidth: true,
-                        boxFlex: true,
-                        boxFlexGroup: true,
-                        boxOrdinalGroup: true,
-                        columnCount: true,
-                        columns: true,
-                        flex: true,
-                        flexGrow: true,
-                        flexPositive: true,
-                        flexShrink: true,
-                        flexNegative: true,
-                        flexOrder: true,
-                        gridArea: true,
-                        gridRow: true,
-                        gridRowEnd: true,
-                        gridRowSpan: true,
-                        gridRowStart: true,
-                        gridColumn: true,
-                        gridColumnEnd: true,
-                        gridColumnSpan: true,
-                        gridColumnStart: true,
-                        fontWeight: true,
-                        lineClamp: true,
-                        lineHeight: true,
-                        opacity: true,
-                        order: true,
-                        orphans: true,
-                        tabSize: true,
-                        widows: true,
-                        zIndex: true,
-                        zoom: true,
-
-                        // SVG-related properties
-                        fillOpacity: true,
-                        floodOpacity: true,
-                        stopOpacity: true,
-                        strokeDasharray: true,
-                        strokeDashoffset: true,
-                        strokeMiterlimit: true,
-                        strokeOpacity: true,
-                        strokeWidth: true
-                    };
-
-                    /**
-                     * @param {string} prefix vendor-specific prefix, eg: Webkit
-                     * @param {string} key style name, eg: transitionDuration
-                     * @return {string} style name prefixed with `prefix`, properly camelCased, eg:
-                     * WebkitTransitionDuration
-                     */
-                    function prefixKey(prefix, key) {
-                        return prefix + key.charAt(0).toUpperCase() + key.substring(1);
-                    }
-
-                    /**
-                     * Support style names that may come passed in prefixed by adding permutations
-                     * of vendor prefixes.
-                     */
-                    var prefixes = ['Webkit', 'ms', 'Moz', 'O'];
-
-// Using Object.keys here, or else the vanilla for-in loop makes IE8 go into an
-// infinite loop, because it iterates over the newly added props too.
-                    Object.keys(isUnitlessNumber).forEach(function (prop) {
-                        prefixes.forEach(function (prefix) {
-                            isUnitlessNumber[prefixKey(prefix, prop)] = isUnitlessNumber[prop];
-                        });
-                    });
-
-                    /**
-                     * Convert a value into the proper css writable value. The style name `name`
-                     * should be logical (no hyphens), as specified
-                     * in `CSSProperty.isUnitlessNumber`.
-                     *
-                     * @param {string} name CSS property name such as `topMargin`.
-                     * @param {*} value CSS property value such as `10px`.
-                     * @return {string} Normalized style value with dimensions applied.
-                     */
-                    function dangerousStyleValue(name, value, isCustomProperty) {
-                        // Note that we've removed escapeTextForBrowser() calls here since the
-                        // whole string will be escaped when the attribute is injected into
-                        // the markup. If you provide unsafe user data here they can inject
-                        // arbitrary CSS which may be problematic (I couldn't repro this):
-                        // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet
-                        // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/
-                        // This is not an XSS hole but instead a potential CSS injection issue
-                        // which has lead to a greater discussion about how we're going to
-                        // trust URLs moving forward. See #2115901
-
-                        var isEmpty = value == null || typeof value === 'boolean' || value === '';
-                        if (isEmpty) {
-                            return '';
-                        }
-
-                        if (!isCustomProperty && typeof value === 'number' && value !== 0 && !(isUnitlessNumber.hasOwnProperty(name) && isUnitlessNumber[name])) {
-                            return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers
-                        }
-
-                        return ('' + value).trim();
-                    }
-
-                    var uppercasePattern = /([A-Z])/g;
-                    var msPattern = /^ms-/;
-
-                    /**
-                     * Hyphenates a camelcased CSS property name, for example:
-                     *
-                     *   > hyphenateStyleName('backgroundColor')
-                     *   < "background-color"
-                     *   > hyphenateStyleName('MozTransition')
-                     *   < "-moz-transition"
-                     *   > hyphenateStyleName('msTransition')
-                     *   < "-ms-transition"
-                     *
-                     * As Modernizr suggests (http://modernizr.com/docs/#prefixed), an `ms` prefix
-                     * is converted to `-ms-`.
-                     */
-                    function hyphenateStyleName(name) {
-                        return name.replace(uppercasePattern, '-$1').toLowerCase().replace(msPattern, '-ms-');
-                    }
-
-                    var warnValidStyle = function () {
-                    };
-
-                    {
-                        // 'msTransform' is correct, but the other prefixes should be capitalized
-                        var badVendoredStyleNamePattern = /^(?:webkit|moz|o)[A-Z]/;
-                        var msPattern$1 = /^-ms-/;
-                        var hyphenPattern = /-(.)/g;
-
-                        // style values shouldn't contain a semicolon
-                        var badStyleValueWithSemicolonPattern = /;\s*$/;
-
-                        var warnedStyleNames = {};
-                        var warnedStyleValues = {};
-                        var warnedForNaNValue = false;
-                        var warnedForInfinityValue = false;
-
-                        var camelize = function (string) {
-                            return string.replace(hyphenPattern, function (_, character) {
-                                return character.toUpperCase();
-                            });
-                        };
-
-                        var warnHyphenatedStyleName = function (name) {
-                            if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {
-                                return;
-                            }
-
-                            warnedStyleNames[name] = true;
-                            warning$1(false, 'Unsupported style property %s. Did you mean %s?', name,
-                                // As Andi Smith suggests
-                                // (http://www.andismith.com/blog/2012/02/modernizr-prefixed/), an `-ms` prefix
-                                // is converted to lowercase `ms`.
-                                camelize(name.replace(msPattern$1, 'ms-')));
-                        };
-
-                        var warnBadVendoredStyleName = function (name) {
-                            if (warnedStyleNames.hasOwnProperty(name) && warnedStyleNames[name]) {
-                                return;
-                            }
-
-                            warnedStyleNames[name] = true;
-                            warning$1(false, 'Unsupported vendor-prefixed style property %s. Did you mean %s?', name, name.charAt(0).toUpperCase() + name.slice(1));
-                        };
-
-                        var warnStyleValueWithSemicolon = function (name, value) {
-                            if (warnedStyleValues.hasOwnProperty(value) && warnedStyleValues[value]) {
-                                return;
-                            }
-
-                            warnedStyleValues[value] = true;
-                            warning$1(false, "Style property values shouldn't contain a semicolon. " + 'Try "%s: %s" instead.', name, value.replace(badStyleValueWithSemicolonPattern, ''));
-                        };
-
-                        var warnStyleValueIsNaN = function (name, value) {
-                            if (warnedForNaNValue) {
-                                return;
-                            }
-
-                            warnedForNaNValue = true;
-                            warning$1(false, '`NaN` is an invalid value for the `%s` css style property.', name);
-                        };
-
-                        var warnStyleValueIsInfinity = function (name, value) {
-                            if (warnedForInfinityValue) {
-                                return;
-                            }
-
-                            warnedForInfinityValue = true;
-                            warning$1(false, '`Infinity` is an invalid value for the `%s` css style property.', name);
-                        };
-
-                        warnValidStyle = function (name, value) {
-                            if (name.indexOf('-') > -1) {
-                                warnHyphenatedStyleName(name);
-                            } else if (badVendoredStyleNamePattern.test(name)) {
-                                warnBadVendoredStyleName(name);
-                            } else if (badStyleValueWithSemicolonPattern.test(value)) {
-                                warnStyleValueWithSemicolon(name, value);
-                            }
-
-                            if (typeof value === 'number') {
-                                if (isNaN(value)) {
-                                    warnStyleValueIsNaN(name, value);
-                                } else if (!isFinite(value)) {
-                                    warnStyleValueIsInfinity(name, value);
-                                }
-                            }
-                        };
-                    }
-
-                    var warnValidStyle$1 = warnValidStyle;
-
-                    /**
-                     * Operations for dealing with CSS properties.
-                     */
-
-                    /**
-                     * This creates a string that is expected to be equivalent to the style
-                     * attribute generated by server-side rendering. It by-passes warnings and
-                     * security checks so it's not safe to use this value for anything other than
-                     * comparison. It is only used in DEV for SSR validation.
-                     */
-                    function createDangerousStringForStyles(styles) {
-                        {
-                            var serialized = '';
-                            var delimiter = '';
-                            for (var styleName in styles) {
-                                if (!styles.hasOwnProperty(styleName)) {
-                                    continue;
-                                }
-                                var styleValue = styles[styleName];
-                                if (styleValue != null) {
-                                    var isCustomProperty = styleName.indexOf('--') === 0;
-                                    serialized += delimiter + hyphenateStyleName(styleName) + ':';
-                                    serialized += dangerousStyleValue(styleName, styleValue, isCustomProperty);
-
-                                    delimiter = ';';
-                                }
-                            }
-                            return serialized || null;
-                        }
-                    }
-
-                    /**
-                     * Sets the value for multiple styles on a node.  If a value is specified as
-                     * '' (empty string), the corresponding style property will be unset.
-                     *
-                     * @param {DOMElement} node
-                     * @param {object} styles
-                     */
-                    function setValueForStyles(node, styles) {
-                        var style = node.style;
-                        for (var styleName in styles) {
-                            if (!styles.hasOwnProperty(styleName)) {
-                                continue;
-                            }
-                            var isCustomProperty = styleName.indexOf('--') === 0;
-                            {
-                                if (!isCustomProperty) {
-                                    warnValidStyle$1(styleName, styles[styleName]);
-                                }
-                            }
-                            var styleValue = dangerousStyleValue(styleName, styles[styleName], isCustomProperty);
-                            if (styleName === 'float') {
-                                styleName = 'cssFloat';
-                            }
-                            if (isCustomProperty) {
-                                style.setProperty(styleName, styleValue);
-                            } else {
-                                style[styleName] = styleValue;
-                            }
-                        }
-                    }
-
-                    function isValueEmpty(value) {
-                        return value == null || typeof value === 'boolean' || value === '';
-                    }
-
-                    /**
-                     * Given {color: 'red', overflow: 'hidden'} returns {
- *   color: 'color',
- *   overflowX: 'overflow',
- *   overflowY: 'overflow',
- * }. This can be read as "the overflowY property was set by the overflow
-                     * shorthand". That is, the values are the property that each was derived from.
-                     */
-                    function expandShorthandMap(styles) {
-                        var expanded = {};
-                        for (var key in styles) {
-                            var longhands = shorthandToLonghand[key] || [key];
-                            for (var i = 0; i < longhands.length; i++) {
-                                expanded[longhands[i]] = key;
-                            }
-                        }
-                        return expanded;
-                    }
-
-                    /**
-                     * When mixing shorthand and longhand property names, we warn during updates if
-                     * we expect an incorrect result to occur. In particular, we warn for:
-                     *
-                     * Updating a shorthand property (longhand gets overwritten):
-                     *   {font: 'foo', fontVariant: 'bar'} -> {font: 'baz', fontVariant: 'bar'}
-                     *   becomes .style.font = 'baz'
-                     * Removing a shorthand property (longhand gets lost too):
-                     *   {font: 'foo', fontVariant: 'bar'} -> {fontVariant: 'bar'}
-                     *   becomes .style.font = ''
-                     * Removing a longhand property (should revert to shorthand; doesn't):
-                     *   {font: 'foo', fontVariant: 'bar'} -> {font: 'foo'}
-                     *   becomes .style.fontVariant = ''
-                     */
-                    function validateShorthandPropertyCollisionInDev(styleUpdates, nextStyles) {
-                        if (!warnAboutShorthandPropertyCollision) {
-                            return;
-                        }
-
-                        if (!nextStyles) {
-                            return;
-                        }
-
-                        var expandedUpdates = expandShorthandMap(styleUpdates);
-                        var expandedStyles = expandShorthandMap(nextStyles);
-                        var warnedAbout = {};
-                        for (var key in expandedUpdates) {
-                            var originalKey = expandedUpdates[key];
-                            var correctOriginalKey = expandedStyles[key];
-                            if (correctOriginalKey && originalKey !== correctOriginalKey) {
-                                var warningKey = originalKey + ',' + correctOriginalKey;
-                                if (warnedAbout[warningKey]) {
-                                    continue;
-                                }
-                                warnedAbout[warningKey] = true;
-                                warning$1(false, '%s a style property during rerender (%s) when a ' + 'conflicting property is set (%s) can lead to styling bugs. To ' + "avoid this, don't mix shorthand and non-shorthand properties " + 'for the same value; instead, replace the shorthand with ' + 'separate values.', isValueEmpty(styleUpdates[originalKey]) ? 'Removing' : 'Updating', originalKey, correctOriginalKey);
-                            }
-                        }
-                    }
-
-// For HTML, certain tags should omit their close tag. We keep a whitelist for
-// those special-case tags.
-
-                    var omittedCloseTags = {
-                        area: true,
-                        base: true,
-                        br: true,
-                        col: true,
-                        embed: true,
-                        hr: true,
-                        img: true,
-                        input: true,
-                        keygen: true,
-                        link: true,
-                        meta: true,
-                        param: true,
-                        source: true,
-                        track: true,
-                        wbr: true
-                        // NOTE: menuitem's close tag should be omitted, but that causes problems.
-                    };
-
-// For HTML, certain tags cannot have children. This has the same purpose as
-// `omittedCloseTags` except that `menuitem` should still have its closing tag.
-
-                    var voidElementTags = _assign({
-                        menuitem: true
-                    }, omittedCloseTags);
-
-// TODO: We can remove this if we add invariantWithStack()
-// or add stack by default to invariants where possible.
-                    var HTML$1 = '__html';
-
-                    var ReactDebugCurrentFrame$2 = null;
-                    {
-                        ReactDebugCurrentFrame$2 = ReactSharedInternals.ReactDebugCurrentFrame;
-                    }
-
-                    function assertValidProps(tag, props) {
-                        if (!props) {
-                            return;
-                        }
-                        // Note the use of `==` which checks for null or undefined.
-                        if (voidElementTags[tag]) {
-                            !(props.children == null && props.dangerouslySetInnerHTML == null) ? invariant(false, '%s is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.%s', tag, ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;
-                        }
-                        if (props.dangerouslySetInnerHTML != null) {
-                            !(props.children == null) ? invariant(false, 'Can only set one of `children` or `props.dangerouslySetInnerHTML`.') : void 0;
-                            !(typeof props.dangerouslySetInnerHTML === 'object' && HTML$1 in props.dangerouslySetInnerHTML) ? invariant(false, '`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://fb.me/react-invariant-dangerously-set-inner-html for more information.') : void 0;
-                        }
-                        {
-                            !(props.suppressContentEditableWarning || !props.contentEditable || props.children == null) ? warning$1(false, 'A component is `contentEditable` and contains `children` managed by ' + 'React. It is now your responsibility to guarantee that none of ' + 'those nodes are unexpectedly modified or duplicated. This is ' + 'probably not intentional.') : void 0;
-                        }
-                        !(props.style == null || typeof props.style === 'object') ? invariant(false, 'The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + \'em\'}} when using JSX.%s', ReactDebugCurrentFrame$2.getStackAddendum()) : void 0;
-                    }
-
-                    function isCustomComponent(tagName, props) {
-                        if (tagName.indexOf('-') === -1) {
-                            return typeof props.is === 'string';
-                        }
-                        switch (tagName) {
-                            // These are reserved SVG and MathML elements.
-                            // We don't mind this whitelist too much because we expect it to never grow.
-                            // The alternative is to track the namespace in a few places which is convoluted.
-                            // https://w3c.github.io/webcomponents/spec/custom/#custom-elements-core-concepts
-                            case 'annotation-xml':
-                            case 'color-profile':
-                            case 'font-face':
-                            case 'font-face-src':
-                            case 'font-face-uri':
-                            case 'font-face-format':
-                            case 'font-face-name':
-                            case 'missing-glyph':
-                                return false;
-                            default:
-                                return true;
-                        }
-                    }
-
-// When adding attributes to the HTML or SVG whitelist, be sure to
-// also add them to this module to ensure casing and incorrect name
-// warnings.
-                    var possibleStandardNames = {
-                        // HTML
-                        accept: 'accept',
-                        acceptcharset: 'acceptCharset',
-                        'accept-charset': 'acceptCharset',
-                        accesskey: 'accessKey',
-                        action: 'action',
-                        allowfullscreen: 'allowFullScreen',
-                        alt: 'alt',
-                        as: 'as',
-                        async: 'async',
-                        autocapitalize: 'autoCapitalize',
-                        autocomplete: 'autoComplete',
-                        autocorrect: 'autoCorrect',
-                        autofocus: 'autoFocus',
-                        autoplay: 'autoPlay',
-                        autosave: 'autoSave',
-                        capture: 'capture',
-                        cellpadding: 'cellPadding',
-                        cellspacing: 'cellSpacing',
-                        challenge: 'challenge',
-                        charset: 'charSet',
-                        checked: 'checked',
-                        children: 'children',
-                        cite: 'cite',
-                        class: 'className',
-                        classid: 'classID',
-                        classname: 'className',
-                        cols: 'cols',
-                        colspan: 'colSpan',
-                        content: 'content',
-                        contenteditable: 'contentEditable',
-                        contextmenu: 'contextMenu',
-                        controls: 'controls',
-                        controlslist: 'controlsList',
-                        coords: 'coords',
-                        crossorigin: 'crossOrigin',
-                        dangerouslysetinnerhtml: 'dangerouslySetInnerHTML',
-                        data: 'data',
-                        datetime: 'dateTime',
-                        default: 'default',
-                        defaultchecked: 'defaultChecked',
-                        defaultvalue: 'defaultValue',
-                        defer: 'defer',
-                        dir: 'dir',
-                        disabled: 'disabled',
-                        download: 'download',
-                        draggable: 'draggable',
-                        enctype: 'encType',
-                        for: 'htmlFor',
-                        form: 'form',
-                        formmethod: 'formMethod',
-                        formaction: 'formAction',
-                        formenctype: 'formEncType',
-                        formnovalidate: 'formNoValidate',
-                        formtarget: 'formTarget',
-                        frameborder: 'frameBorder',
-                        headers: 'headers',
-                        height: 'height',
-                        hidden: 'hidden',
-                        high: 'high',
-                        href: 'href',
-                        hreflang: 'hrefLang',
-                        htmlfor: 'htmlFor',
-                        httpequiv: 'httpEquiv',
-                        'http-equiv': 'httpEquiv',
-                        icon: 'icon',
-                        id: 'id',
-                        innerhtml: 'innerHTML',
-                        inputmode: 'inputMode',
-                        integrity: 'integrity',
-                        is: 'is',
-                        itemid: 'itemID',
-                        itemprop: 'itemProp',
-                        itemref: 'itemRef',
-                        itemscope: 'itemScope',
-                        itemtype: 'itemType',
-                        keyparams: 'keyParams',
-                        keytype: 'keyType',
-                        kind: 'kind',
-                        label: 'label',
-                        lang: 'lang',
-                        list: 'list',
-                        loop: 'loop',
-                        low: 'low',
-                        manifest: 'manifest',
-                        marginwidth: 'marginWidth',
-                        marginheight: 'marginHeight',
-                        max: 'max',
-                        maxlength: 'maxLength',
-                        media: 'media',
-                        mediagroup: 'mediaGroup',
-                        method: 'method',
-                        min: 'min',
-                        minlength: 'minLength',
-                        multiple: 'multiple',
-                        muted: 'muted',
-                        name: 'name',
-                        nomodule: 'noModule',
-                        nonce: 'nonce',
-                        novalidate: 'noValidate',
-                        open: 'open',
-                        optimum: 'optimum',
-                        pattern: 'pattern',
-                        placeholder: 'placeholder',
-                        playsinline: 'playsInline',
-                        poster: 'poster',
-                        preload: 'preload',
-                        profile: 'profile',
-                        radiogroup: 'radioGroup',
-                        readonly: 'readOnly',
-                        referrerpolicy: 'referrerPolicy',
-                        rel: 'rel',
-                        required: 'required',
-                        reversed: 'reversed',
-                        role: 'role',
-                        rows: 'rows',
-                        rowspan: 'rowSpan',
-                        sandbox: 'sandbox',
-                        scope: 'scope',
-                        scoped: 'scoped',
-                        scrolling: 'scrolling',
-                        seamless: 'seamless',
-                        selected: 'selected',
-                        shape: 'shape',
-                        size: 'size',
-                        sizes: 'sizes',
-                        span: 'span',
-                        spellcheck: 'spellCheck',
-                        src: 'src',
-                        srcdoc: 'srcDoc',
-                        srclang: 'srcLang',
-                        srcset: 'srcSet',
-                        start: 'start',
-                        step: 'step',
-                        style: 'style',
-                        summary: 'summary',
-                        tabindex: 'tabIndex',
-                        target: 'target',
-                        title: 'title',
-                        type: 'type',
-                        usemap: 'useMap',
-                        value: 'value',
-                        width: 'width',
-                        wmode: 'wmode',
-                        wrap: 'wrap',
-
-                        // SVG
-                        about: 'about',
-                        accentheight: 'accentHeight',
-                        'accent-height': 'accentHeight',
-                        accumulate: 'accumulate',
-                        additive: 'additive',
-                        alignmentbaseline: 'alignmentBaseline',
-                        'alignment-baseline': 'alignmentBaseline',
-                        allowreorder: 'allowReorder',
-                        alphabetic: 'alphabetic',
-                        amplitude: 'amplitude',
-                        arabicform: 'arabicForm',
-                        'arabic-form': 'arabicForm',
-                        ascent: 'ascent',
-                        attributename: 'attributeName',
-                        attributetype: 'attributeType',
-                        autoreverse: 'autoReverse',
-                        azimuth: 'azimuth',
-                        basefrequency: 'baseFrequency',
-                        baselineshift: 'baselineShift',
-                        'baseline-shift': 'baselineShift',
-                        baseprofile: 'baseProfile',
-                        bbox: 'bbox',
-                        begin: 'begin',
-                        bias: 'bias',
-                        by: 'by',
-                        calcmode: 'calcMode',
-                        capheight: 'capHeight',
-                        'cap-height': 'capHeight',
-                        clip: 'clip',
-                        clippath: 'clipPath',
-                        'clip-path': 'clipPath',
-                        clippathunits: 'clipPathUnits',
-                        cliprule: 'clipRule',
-                        'clip-rule': 'clipRule',
-                        color: 'color',
-                        colorinterpolation: 'colorInterpolation',
-                        'color-interpolation': 'colorInterpolation',
-                        colorinterpolationfilters: 'colorInterpolationFilters',
-                        'color-interpolation-filters': 'colorInterpolationFilters',
-                        colorprofile: 'colorProfile',
-                        'color-profile': 'colorProfile',
-                        colorrendering: 'colorRendering',
-                        'color-rendering': 'colorRendering',
-                        contentscripttype: 'contentScriptType',
-                        contentstyletype: 'contentStyleType',
-                        cursor: 'cursor',
-                        cx: 'cx',
-                        cy: 'cy',
-                        d: 'd',
-                        datatype: 'datatype',
-                        decelerate: 'decelerate',
-                        descent: 'descent',
-                        diffuseconstant: 'diffuseConstant',
-                        direction: 'direction',
-                        display: 'display',
-                        divisor: 'divisor',
-                        dominantbaseline: 'dominantBaseline',
-                        'dominant-baseline': 'dominantBaseline',
-                        dur: 'dur',
-                        dx: 'dx',
-                        dy: 'dy',
-                        edgemode: 'edgeMode',
-                        elevation: 'elevation',
-                        enablebackground: 'enableBackground',
-                        'enable-background': 'enableBackground',
-                        end: 'end',
-                        exponent: 'exponent',
-                        externalresourcesrequired: 'externalResourcesRequired',
-                        fill: 'fill',
-                        fillopacity: 'fillOpacity',
-                        'fill-opacity': 'fillOpacity',
-                        fillrule: 'fillRule',
-                        'fill-rule': 'fillRule',
-                        filter: 'filter',
-                        filterres: 'filterRes',
-                        filterunits: 'filterUnits',
-                        floodopacity: 'floodOpacity',
-                        'flood-opacity': 'floodOpacity',
-                        floodcolor: 'floodColor',
-                        'flood-color': 'floodColor',
-                        focusable: 'focusable',
-                        fontfamily: 'fontFamily',
-                        'font-family': 'fontFamily',
-                        fontsize: 'fontSize',
-                        'font-size': 'fontSize',
-                        fontsizeadjust: 'fontSizeAdjust',
-                        'font-size-adjust': 'fontSizeAdjust',
-                        fontstretch: 'fontStretch',
-                        'font-stretch': 'fontStretch',
-                        fontstyle: 'fontStyle',
-                        'font-style': 'fontStyle',
-                        fontvariant: 'fontVariant',
-                        'font-variant': 'fontVariant',
-                        fontweight: 'fontWeight',
-                        'font-weight': 'fontWeight',
-                        format: 'format',
-                        from: 'from',
-                        fx: 'fx',
-                        fy: 'fy',
-                        g1: 'g1',
-                        g2: 'g2',
-                        glyphname: 'glyphName',
-                        'glyph-name': 'glyphName',
-                        glyphorientationhorizontal: 'glyphOrientationHorizontal',
-                        'glyph-orientation-horizontal': 'glyphOrientationHorizontal',
-                        glyphorientationvertical: 'glyphOrientationVertical',
-                        'glyph-orientation-vertical': 'glyphOrientationVertical',
-                        glyphref: 'glyphRef',
-                        gradienttransform: 'gradientTransform',
-                        gradientunits: 'gradientUnits',
-                        hanging: 'hanging',
-                        horizadvx: 'horizAdvX',
-                        'horiz-adv-x': 'horizAdvX',
-                        horizoriginx: 'horizOriginX',
-                        'horiz-origin-x': 'horizOriginX',
-                        ideographic: 'ideographic',
-                        imagerendering: 'imageRendering',
-                        'image-rendering': 'imageRendering',
-                        in2: 'in2',
-                        in: 'in',
-                        inlist: 'inlist',
-                        intercept: 'intercept',
-                        k1: 'k1',
-                        k2: 'k2',
-                        k3: 'k3',
-                        k4: 'k4',
-                        k: 'k',
-                        kernelmatrix: 'kernelMatrix',
-                        kernelunitlength: 'kernelUnitLength',
-                        kerning: 'kerning',
-                        keypoints: 'keyPoints',
-                        keysplines: 'keySplines',
-                        keytimes: 'keyTimes',
-                        lengthadjust: 'lengthAdjust',
-                        letterspacing: 'letterSpacing',
-                        'letter-spacing': 'letterSpacing',
-                        lightingcolor: 'lightingColor',
-                        'lighting-color': 'lightingColor',
-                        limitingconeangle: 'limitingConeAngle',
-                        local: 'local',
-                        markerend: 'markerEnd',
-                        'marker-end': 'markerEnd',
-                        markerheight: 'markerHeight',
-                        markermid: 'markerMid',
-                        'marker-mid': 'markerMid',
-                        markerstart: 'markerStart',
-                        'marker-start': 'markerStart',
-                        markerunits: 'markerUnits',
-                        markerwidth: 'markerWidth',
-                        mask: 'mask',
-                        maskcontentunits: 'maskContentUnits',
-                        maskunits: 'maskUnits',
-                        mathematical: 'mathematical',
-                        mode: 'mode',
-                        numoctaves: 'numOctaves',
-                        offset: 'offset',
-                        opacity: 'opacity',
-                        operator: 'operator',
-                        order: 'order',
-                        orient: 'orient',
-                        orientation: 'orientation',
-                        origin: 'origin',
-                        overflow: 'overflow',
-                        overlineposition: 'overlinePosition',
-                        'overline-position': 'overlinePosition',
-                        overlinethickness: 'overlineThickness',
-                        'overline-thickness': 'overlineThickness',
-                        paintorder: 'paintOrder',
-                        'paint-order': 'paintOrder',
-                        panose1: 'panose1',
-                        'panose-1': 'panose1',
-                        pathlength: 'pathLength',
-                        patterncontentunits: 'patternContentUnits',
-                        patterntransform: 'patternTransform',
-                        patternunits: 'patternUnits',
-                        pointerevents: 'pointerEvents',
-                        'pointer-events': 'pointerEvents',
-                        points: 'points',
-                        pointsatx: 'pointsAtX',
-                        pointsaty: 'pointsAtY',
-                        pointsatz: 'pointsAtZ',
-                        prefix: 'prefix',
-                        preservealpha: 'preserveAlpha',
-                        preserveaspectratio: 'preserveAspectRatio',
-                        primitiveunits: 'primitiveUnits',
-                        property: 'property',
-                        r: 'r',
-                        radius: 'radius',
-                        refx: 'refX',
-                        refy: 'refY',
-                        renderingintent: 'renderingIntent',
-                        'rendering-intent': 'renderingIntent',
-                        repeatcount: 'repeatCount',
-                        repeatdur: 'repeatDur',
-                        requiredextensions: 'requiredExtensions',
-                        requiredfeatures: 'requiredFeatures',
-                        resource: 'resource',
-                        restart: 'restart',
-                        result: 'result',
-                        results: 'results',
-                        rotate: 'rotate',
-                        rx: 'rx',
-                        ry: 'ry',
-                        scale: 'scale',
-                        security: 'security',
-                        seed: 'seed',
-                        shaperendering: 'shapeRendering',
-                        'shape-rendering': 'shapeRendering',
-                        slope: 'slope',
-                        spacing: 'spacing',
-                        specularconstant: 'specularConstant',
-                        specularexponent: 'specularExponent',
-                        speed: 'speed',
-                        spreadmethod: 'spreadMethod',
-                        startoffset: 'startOffset',
-                        stddeviation: 'stdDeviation',
-                        stemh: 'stemh',
-                        stemv: 'stemv',
-                        stitchtiles: 'stitchTiles',
-                        stopcolor: 'stopColor',
-                        'stop-color': 'stopColor',
-                        stopopacity: 'stopOpacity',
-                        'stop-opacity': 'stopOpacity',
-                        strikethroughposition: 'strikethroughPosition',
-                        'strikethrough-position': 'strikethroughPosition',
-                        strikethroughthickness: 'strikethroughThickness',
-                        'strikethrough-thickness': 'strikethroughThickness',
-                        string: 'string',
-                        stroke: 'stroke',
-                        strokedasharray: 'strokeDasharray',
-                        'stroke-dasharray': 'strokeDasharray',
-                        strokedashoffset: 'strokeDashoffset',
-                        'stroke-dashoffset': 'strokeDashoffset',
-                        strokelinecap: 'strokeLinecap',
-                        'stroke-linecap': 'strokeLinecap',
-                        strokelinejoin: 'strokeLinejoin',
-                        'stroke-linejoin': 'strokeLinejoin',
-                        strokemiterlimit: 'strokeMiterlimit',
-                        'stroke-miterlimit': 'strokeMiterlimit',
-                        strokewidth: 'strokeWidth',
-                        'stroke-width': 'strokeWidth',
-                        strokeopacity: 'strokeOpacity',
-                        'stroke-opacity': 'strokeOpacity',
-                        suppresscontenteditablewarning: 'suppressContentEditableWarning',
-                        suppresshydrationwarning: 'suppressHydrationWarning',
-                        surfacescale: 'surfaceScale',
-                        systemlanguage: 'systemLanguage',
-                        tablevalues: 'tableValues',
-                        targetx: 'targetX',
-                        targety: 'targetY',
-                        textanchor: 'textAnchor',
-                        'text-anchor': 'textAnchor',
-                        textdecoration: 'textDecoration',
-                        'text-decoration': 'textDecoration',
-                        textlength: 'textLength',
-                        textrendering: 'textRendering',
-                        'text-rendering': 'textRendering',
-                        to: 'to',
-                        transform: 'transform',
-                        typeof: 'typeof',
-                        u1: 'u1',
-                        u2: 'u2',
-                        underlineposition: 'underlinePosition',
-                        'underline-position': 'underlinePosition',
-                        underlinethickness: 'underlineThickness',
-                        'underline-thickness': 'underlineThickness',
-                        unicode: 'unicode',
-                        unicodebidi: 'unicodeBidi',
-                        'unicode-bidi': 'unicodeBidi',
-                        unicoderange: 'unicodeRange',
-                        'unicode-range': 'unicodeRange',
-                        unitsperem: 'unitsPerEm',
-                        'units-per-em': 'unitsPerEm',
-                        unselectable: 'unselectable',
-                        valphabetic: 'vAlphabetic',
-                        'v-alphabetic': 'vAlphabetic',
-                        values: 'values',
-                        vectoreffect: 'vectorEffect',
-                        'vector-effect': 'vectorEffect',
-                        version: 'version',
-                        vertadvy: 'vertAdvY',
-                        'vert-adv-y': 'vertAdvY',
-                        vertoriginx: 'vertOriginX',
-                        'vert-origin-x': 'vertOriginX',
-                        vertoriginy: 'vertOriginY',
-                        'vert-origin-y': 'vertOriginY',
-                        vhanging: 'vHanging',
-                        'v-hanging': 'vHanging',
-                        videographic: 'vIdeographic',
-                        'v-ideographic': 'vIdeographic',
-                        viewbox: 'viewBox',
-                        viewtarget: 'viewTarget',
-                        visibility: 'visibility',
-                        vmathematical: 'vMathematical',
-                        'v-mathematical': 'vMathematical',
-                        vocab: 'vocab',
-                        widths: 'widths',
-                        wordspacing: 'wordSpacing',
-                        'word-spacing': 'wordSpacing',
-                        writingmode: 'writingMode',
-                        'writing-mode': 'writingMode',
-                        x1: 'x1',
-                        x2: 'x2',
-                        x: 'x',
-                        xchannelselector: 'xChannelSelector',
-                        xheight: 'xHeight',
-                        'x-height': 'xHeight',
-                        xlinkactuate: 'xlinkActuate',
-                        'xlink:actuate': 'xlinkActuate',
-                        xlinkarcrole: 'xlinkArcrole',
-                        'xlink:arcrole': 'xlinkArcrole',
-                        xlinkhref: 'xlinkHref',
-                        'xlink:href': 'xlinkHref',
-                        xlinkrole: 'xlinkRole',
-                        'xlink:role': 'xlinkRole',
-                        xlinkshow: 'xlinkShow',
-                        'xlink:show': 'xlinkShow',
-                        xlinktitle: 'xlinkTitle',
-                        'xlink:title': 'xlinkTitle',
-                        xlinktype: 'xlinkType',
-                        'xlink:type': 'xlinkType',
-                        xmlbase: 'xmlBase',
-                        'xml:base': 'xmlBase',
-                        xmllang: 'xmlLang',
-                        'xml:lang': 'xmlLang',
-                        xmlns: 'xmlns',
-                        'xml:space': 'xmlSpace',
-                        xmlnsxlink: 'xmlnsXlink',
-                        'xmlns:xlink': 'xmlnsXlink',
-                        xmlspace: 'xmlSpace',
-                        y1: 'y1',
-                        y2: 'y2',
-                        y: 'y',
-                        ychannelselector: 'yChannelSelector',
-                        z: 'z',
-                        zoomandpan: 'zoomAndPan'
-                    };
-
-                    var ariaProperties = {
-                        'aria-current': 0, // state
-                        'aria-details': 0,
-                        'aria-disabled': 0, // state
-                        'aria-hidden': 0, // state
-                        'aria-invalid': 0, // state
-                        'aria-keyshortcuts': 0,
-                        'aria-label': 0,
-                        'aria-roledescription': 0,
-                        // Widget Attributes
-                        'aria-autocomplete': 0,
-                        'aria-checked': 0,
-                        'aria-expanded': 0,
-                        'aria-haspopup': 0,
-                        'aria-level': 0,
-                        'aria-modal': 0,
-                        'aria-multiline': 0,
-                        'aria-multiselectable': 0,
-                        'aria-orientation': 0,
-                        'aria-placeholder': 0,
-                        'aria-pressed': 0,
-                        'aria-readonly': 0,
-                        'aria-required': 0,
-                        'aria-selected': 0,
-                        'aria-sort': 0,
-                        'aria-valuemax': 0,
-                        'aria-valuemin': 0,
-                        'aria-valuenow': 0,
-                        'aria-valuetext': 0,
-                        // Live Region Attributes
-                        'aria-atomic': 0,
-                        'aria-busy': 0,
-                        'aria-live': 0,
-                        'aria-relevant': 0,
-                        // Drag-and-Drop Attributes
-                        'aria-dropeffect': 0,
-                        'aria-grabbed': 0,
-                        // Relationship Attributes
-                        'aria-activedescendant': 0,
-                        'aria-colcount': 0,
-                        'aria-colindex': 0,
-                        'aria-colspan': 0,
-                        'aria-controls': 0,
-                        'aria-describedby': 0,
-                        'aria-errormessage': 0,
-                        'aria-flowto': 0,
-                        'aria-labelledby': 0,
-                        'aria-owns': 0,
-                        'aria-posinset': 0,
-                        'aria-rowcount': 0,
-                        'aria-rowindex': 0,
-                        'aria-rowspan': 0,
-                        'aria-setsize': 0
-                    };
-
-                    var warnedProperties = {};
-                    var rARIA = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');
-                    var rARIACamel = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');
-
-                    var hasOwnProperty$2 = Object.prototype.hasOwnProperty;
-
-                    function validateProperty(tagName, name) {
-                        if (hasOwnProperty$2.call(warnedProperties, name) && warnedProperties[name]) {
-                            return true;
-                        }
-
-                        if (rARIACamel.test(name)) {
-                            var ariaName = 'aria-' + name.slice(4).toLowerCase();
-                            var correctName = ariaProperties.hasOwnProperty(ariaName) ? ariaName : null;
-
-                            // If this is an aria-* attribute, but is not listed in the known DOM
-                            // DOM properties, then it is an invalid aria-* attribute.
-                            if (correctName == null) {
-                                warning$1(false, 'Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.', name);
-                                warnedProperties[name] = true;
-                                return true;
-                            }
-                            // aria-* attributes should be lowercase; suggest the lowercase version.
-                            if (name !== correctName) {
-                                warning$1(false, 'Invalid ARIA attribute `%s`. Did you mean `%s`?', name, correctName);
-                                warnedProperties[name] = true;
-                                return true;
-                            }
-                        }
-
-                        if (rARIA.test(name)) {
-                            var lowerCasedName = name.toLowerCase();
-                            var standardName = ariaProperties.hasOwnProperty(lowerCasedName) ? lowerCasedName : null;
-
-                            // If this is an aria-* attribute, but is not listed in the known DOM
-                            // DOM properties, then it is an invalid aria-* attribute.
-                            if (standardName == null) {
-                                warnedProperties[name] = true;
-                                return false;
-                            }
-                            // aria-* attributes should be lowercase; suggest the lowercase version.
-                            if (name !== standardName) {
-                                warning$1(false, 'Unknown ARIA attribute `%s`. Did you mean `%s`?', name, standardName);
-                                warnedProperties[name] = true;
-                                return true;
-                            }
-                        }
-
-                        return true;
-                    }
-
-                    function warnInvalidARIAProps(type, props) {
-                        var invalidProps = [];
-
-                        for (var key in props) {
-                            var isValid = validateProperty(type, key);
-                            if (!isValid) {
-                                invalidProps.push(key);
-                            }
-                        }
-
-                        var unknownPropString = invalidProps.map(function (prop) {
-                            return '`' + prop + '`';
-                        }).join(', ');
-
-                        if (invalidProps.length === 1) {
-                            warning$1(false, 'Invalid aria prop %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop', unknownPropString, type);
-                        } else if (invalidProps.length > 1) {
-                            warning$1(false, 'Invalid aria props %s on <%s> tag. ' + 'For details, see https://fb.me/invalid-aria-prop', unknownPropString, type);
-                        }
-                    }
-
-                    function validateProperties(type, props) {
-                        if (isCustomComponent(type, props)) {
-                            return;
-                        }
-                        warnInvalidARIAProps(type, props);
-                    }
-
-                    var didWarnValueNull = false;
-
-                    function validateProperties$1(type, props) {
-                        if (type !== 'input' && type !== 'textarea' && type !== 'select') {
-                            return;
-                        }
-
-                        if (props != null && props.value === null && !didWarnValueNull) {
-                            didWarnValueNull = true;
-                            if (type === 'select' && props.multiple) {
-                                warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty array when `multiple` is set to `true` ' + 'to clear the component or `undefined` for uncontrolled components.', type);
-                            } else {
-                                warning$1(false, '`value` prop on `%s` should not be null. ' + 'Consider using an empty string to clear the component or `undefined` ' + 'for uncontrolled components.', type);
-                            }
-                        }
-                    }
-
-                    var validateProperty$1 = function () {
-                    };
-
-                    {
-                        var warnedProperties$1 = {};
-                        var _hasOwnProperty = Object.prototype.hasOwnProperty;
-                        var EVENT_NAME_REGEX = /^on./;
-                        var INVALID_EVENT_NAME_REGEX = /^on[^A-Z]/;
-                        var rARIA$1 = new RegExp('^(aria)-[' + ATTRIBUTE_NAME_CHAR + ']*$');
-                        var rARIACamel$1 = new RegExp('^(aria)[A-Z][' + ATTRIBUTE_NAME_CHAR + ']*$');
-
-                        validateProperty$1 = function (tagName, name, value, canUseEventSystem) {
-                            if (_hasOwnProperty.call(warnedProperties$1, name) && warnedProperties$1[name]) {
-                                return true;
-                            }
-
-                            var lowerCasedName = name.toLowerCase();
-                            if (lowerCasedName === 'onfocusin' || lowerCasedName === 'onfocusout') {
-                                warning$1(false, 'React uses onFocus and onBlur instead of onFocusIn and onFocusOut. ' + 'All React events are normalized to bubble, so onFocusIn and onFocusOut ' + 'are not needed/supported by React.');
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            // We can't rely on the event system being injected on the server.
-                            if (canUseEventSystem) {
-                                if (registrationNameModules.hasOwnProperty(name)) {
-                                    return true;
-                                }
-                                var registrationName = possibleRegistrationNames.hasOwnProperty(lowerCasedName) ? possibleRegistrationNames[lowerCasedName] : null;
-                                if (registrationName != null) {
-                                    warning$1(false, 'Invalid event handler property `%s`. Did you mean `%s`?', name, registrationName);
-                                    warnedProperties$1[name] = true;
-                                    return true;
-                                }
-                                if (EVENT_NAME_REGEX.test(name)) {
-                                    warning$1(false, 'Unknown event handler property `%s`. It will be ignored.', name);
-                                    warnedProperties$1[name] = true;
-                                    return true;
-                                }
-                            } else if (EVENT_NAME_REGEX.test(name)) {
-                                // If no event plugins have been injected, we are in a server environment.
-                                // So we can't tell if the event name is correct for sure, but we can filter
-                                // out known bad ones like `onclick`. We can't suggest a specific replacement though.
-                                if (INVALID_EVENT_NAME_REGEX.test(name)) {
-                                    warning$1(false, 'Invalid event handler property `%s`. ' + 'React events use the camelCase naming convention, for example `onClick`.', name);
-                                }
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            // Let the ARIA attribute hook validate ARIA attributes
-                            if (rARIA$1.test(name) || rARIACamel$1.test(name)) {
-                                return true;
-                            }
-
-                            if (lowerCasedName === 'innerhtml') {
-                                warning$1(false, 'Directly setting property `innerHTML` is not permitted. ' + 'For more information, lookup documentation on `dangerouslySetInnerHTML`.');
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            if (lowerCasedName === 'aria') {
-                                warning$1(false, 'The `aria` attribute is reserved for future use in React. ' + 'Pass individual `aria-` attributes instead.');
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            if (lowerCasedName === 'is' && value !== null && value !== undefined && typeof value !== 'string') {
-                                warning$1(false, 'Received a `%s` for a string attribute `is`. If this is expected, cast ' + 'the value to a string.', typeof value);
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            if (typeof value === 'number' && isNaN(value)) {
-                                warning$1(false, 'Received NaN for the `%s` attribute. If this is expected, cast ' + 'the value to a string.', name);
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            var propertyInfo = getPropertyInfo(name);
-                            var isReserved = propertyInfo !== null && propertyInfo.type === RESERVED;
-
-                            // Known attributes should match the casing specified in the property config.
-                            if (possibleStandardNames.hasOwnProperty(lowerCasedName)) {
-                                var standardName = possibleStandardNames[lowerCasedName];
-                                if (standardName !== name) {
-                                    warning$1(false, 'Invalid DOM property `%s`. Did you mean `%s`?', name, standardName);
-                                    warnedProperties$1[name] = true;
-                                    return true;
-                                }
-                            } else if (!isReserved && name !== lowerCasedName) {
-                                // Unknown attributes should have lowercase casing since that's how they
-                                // will be cased anyway with server rendering.
-                                warning$1(false, 'React does not recognize the `%s` prop on a DOM element. If you ' + 'intentionally want it to appear in the DOM as a custom ' + 'attribute, spell it as lowercase `%s` instead. ' + 'If you accidentally passed it from a parent component, remove ' + 'it from the DOM element.', name, lowerCasedName);
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            if (typeof value === 'boolean' && shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {
-                                if (value) {
-                                    warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\n\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s="%s" or %s={value.toString()}.', value, name, name, value, name);
-                                } else {
-                                    warning$1(false, 'Received `%s` for a non-boolean attribute `%s`.\n\n' + 'If you want to write it to the DOM, pass a string instead: ' + '%s="%s" or %s={value.toString()}.\n\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', value, name, name, value, name, name, name);
-                                }
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            // Now that we've validated casing, do not validate
-                            // data types for reserved props
-                            if (isReserved) {
-                                return true;
-                            }
-
-                            // Warn when a known attribute is a bad type
-                            if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, false)) {
-                                warnedProperties$1[name] = true;
-                                return false;
-                            }
-
-                            // Warn when passing the strings 'false' or 'true' into a boolean prop
-                            if ((value === 'false' || value === 'true') && propertyInfo !== null && propertyInfo.type === BOOLEAN) {
-                                warning$1(false, 'Received the string `%s` for the boolean attribute `%s`. ' + '%s ' + 'Did you mean %s={%s}?', value, name, value === 'false' ? 'The browser will interpret it as a truthy value.' : 'Although this works, it will not work as expected if you pass the string "false".', name, value);
-                                warnedProperties$1[name] = true;
-                                return true;
-                            }
-
-                            return true;
-                        };
-                    }
-
-                    var warnUnknownProperties = function (type, props, canUseEventSystem) {
-                        var unknownProps = [];
-                        for (var key in props) {
-                            var isValid = validateProperty$1(type, key, props[key], canUseEventSystem);
-                            if (!isValid) {
-                                unknownProps.push(key);
-                            }
-                        }
-
-                        var unknownPropString = unknownProps.map(function (prop) {
-                            return '`' + prop + '`';
-                        }).join(', ');
-                        if (unknownProps.length === 1) {
-                            warning$1(false, 'Invalid value for prop %s on <%s> tag. Either remove it from the element, ' + 'or pass a string or number value to keep it in the DOM. ' + 'For details, see https://fb.me/react-attribute-behavior', unknownPropString, type);
-                        } else if (unknownProps.length > 1) {
-                            warning$1(false, 'Invalid values for props %s on <%s> tag. Either remove them from the element, ' + 'or pass a string or number value to keep them in the DOM. ' + 'For details, see https://fb.me/react-attribute-behavior', unknownPropString, type);
-                        }
-                    };
-
-                    function validateProperties$2(type, props, canUseEventSystem) {
-                        if (isCustomComponent(type, props)) {
-                            return;
-                        }
-                        warnUnknownProperties(type, props, canUseEventSystem);
-                    }
-
-// TODO: direct imports like some-package/src/* are bad. Fix me.
-                    var didWarnInvalidHydration = false;
-                    var didWarnShadyDOM = false;
-
-                    var DANGEROUSLY_SET_INNER_HTML = 'dangerouslySetInnerHTML';
-                    var SUPPRESS_CONTENT_EDITABLE_WARNING = 'suppressContentEditableWarning';
-                    var SUPPRESS_HYDRATION_WARNING$1 = 'suppressHydrationWarning';
-                    var AUTOFOCUS = 'autoFocus';
-                    var CHILDREN = 'children';
-                    var STYLE$1 = 'style';
-                    var HTML = '__html';
-
-                    var HTML_NAMESPACE = Namespaces.html;
-
-
-                    var warnedUnknownTags = void 0;
-                    var suppressHydrationWarning = void 0;
-
-                    var validatePropertiesInDevelopment = void 0;
-                    var warnForTextDifference = void 0;
-                    var warnForPropDifference = void 0;
-                    var warnForExtraAttributes = void 0;
-                    var warnForInvalidEventListener = void 0;
-                    var canDiffStyleForHydrationWarning = void 0;
-
-                    var normalizeMarkupForTextOrAttribute = void 0;
-                    var normalizeHTML = void 0;
-
-                    {
-                        warnedUnknownTags = {
-                            // Chrome is the only major browser not shipping <time>. But as of July
-                            // 2017 it intends to ship it due to widespread usage. We intentionally
-                            // *don't* warn for <time> even if it's unrecognized by Chrome because
-                            // it soon will be, and many apps have been using it anyway.
-                            time: true,
-                            // There are working polyfills for <dialog>. Let people use it.
-                            dialog: true,
-                            // Electron ships a custom <webview> tag to display external web content in
-                            // an isolated frame and process.
-                            // This tag is not present in non Electron environments such as JSDom which
-                            // is often used for testing purposes.
-                            // @see https://electronjs.org/docs/api/webview-tag
-                            webview: true
-                        };
-
-                        validatePropertiesInDevelopment = function (type, props) {
-                            validateProperties(type, props);
-                            validateProperties$1(type, props);
-                            validateProperties$2(type, props, /* canUseEventSystem */true);
-                        };
-
-                        // IE 11 parses & normalizes the style attribute as opposed to other
-                        // browsers. It adds spaces and sorts the properties in some
-                        // non-alphabetical order. Handling that would require sorting CSS
-                        // properties in the client & server versions or applying
-                        // `expectedStyle` to a temporary DOM node to read its `style` attribute
-                        // normalized. Since it only affects IE, we're skipping style warnings
-                        // in that browser completely in favor of doing all that work.
-                        // See https://github.com/facebook/react/issues/11807
-                        canDiffStyleForHydrationWarning = canUseDOM && !document.documentMode;
-
-                        // HTML parsing normalizes CR and CRLF to LF.
-                        // It also can turn \u0000 into \uFFFD inside attributes.
-                        // https://www.w3.org/TR/html5/single-page.html#preprocessing-the-input-stream
-                        // If we have a mismatch, it might be caused by that.
-                        // We will still patch up in this case but not fire the warning.
-                        var NORMALIZE_NEWLINES_REGEX = /\r\n?/g;
-                        var NORMALIZE_NULL_AND_REPLACEMENT_REGEX = /\u0000|\uFFFD/g;
-
-                        normalizeMarkupForTextOrAttribute = function (markup) {
-                            var markupString = typeof markup === 'string' ? markup : '' + markup;
-                            return markupString.replace(NORMALIZE_NEWLINES_REGEX, '\n').replace(NORMALIZE_NULL_AND_REPLACEMENT_REGEX, '');
-                        };
-
-                        warnForTextDifference = function (serverText, clientText) {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            var normalizedClientText = normalizeMarkupForTextOrAttribute(clientText);
-                            var normalizedServerText = normalizeMarkupForTextOrAttribute(serverText);
-                            if (normalizedServerText === normalizedClientText) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Text content did not match. Server: "%s" Client: "%s"', normalizedServerText, normalizedClientText);
-                        };
-
-                        warnForPropDifference = function (propName, serverValue, clientValue) {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            var normalizedClientValue = normalizeMarkupForTextOrAttribute(clientValue);
-                            var normalizedServerValue = normalizeMarkupForTextOrAttribute(serverValue);
-                            if (normalizedServerValue === normalizedClientValue) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Prop `%s` did not match. Server: %s Client: %s', propName, JSON.stringify(normalizedServerValue), JSON.stringify(normalizedClientValue));
-                        };
-
-                        warnForExtraAttributes = function (attributeNames) {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            var names = [];
-                            attributeNames.forEach(function (name) {
-                                names.push(name);
-                            });
-                            warningWithoutStack$1(false, 'Extra attributes from the server: %s', names);
-                        };
-
-                        warnForInvalidEventListener = function (registrationName, listener) {
-                            if (listener === false) {
-                                warning$1(false, 'Expected `%s` listener to be a function, instead got `false`.\n\n' + 'If you used to conditionally omit it with %s={condition && value}, ' + 'pass %s={condition ? value : undefined} instead.', registrationName, registrationName, registrationName);
-                            } else {
-                                warning$1(false, 'Expected `%s` listener to be a function, instead got a value of `%s` type.', registrationName, typeof listener);
-                            }
-                        };
-
-                        // Parse the HTML and read it back to normalize the HTML string so that it
-                        // can be used for comparison.
-                        normalizeHTML = function (parent, html) {
-                            // We could have created a separate document here to avoid
-                            // re-initializing custom elements if they exist. But this breaks
-                            // how <noscript> is being handled. So we use the same document.
-                            // See the discussion in https://github.com/facebook/react/pull/11157.
-                            var testElement = parent.namespaceURI === HTML_NAMESPACE ? parent.ownerDocument.createElement(parent.tagName) : parent.ownerDocument.createElementNS(parent.namespaceURI, parent.tagName);
-                            testElement.innerHTML = html;
-                            return testElement.innerHTML;
-                        };
-                    }
-
-                    function ensureListeningTo(rootContainerElement, registrationName) {
-                        var isDocumentOrFragment = rootContainerElement.nodeType === DOCUMENT_NODE || rootContainerElement.nodeType === DOCUMENT_FRAGMENT_NODE;
-                        var doc = isDocumentOrFragment ? rootContainerElement : rootContainerElement.ownerDocument;
-                        listenTo(registrationName, doc);
-                    }
-
-                    function getOwnerDocumentFromRootContainer(rootContainerElement) {
-                        return rootContainerElement.nodeType === DOCUMENT_NODE ? rootContainerElement : rootContainerElement.ownerDocument;
-                    }
-
-                    function noop() {
-                    }
-
-                    function trapClickOnNonInteractiveElement(node) {
-                        // Mobile Safari does not fire properly bubble click events on
-                        // non-interactive elements, which means delegated click listeners do not
-                        // fire. The workaround for this bug involves attaching an empty click
-                        // listener on the target node.
-                        // http://www.quirksmode.org/blog/archives/2010/09/click_event_del.html
-                        // Just set it using the onclick property so that we don't have to manage any
-                        // bookkeeping for it. Not sure if we need to clear it when the listener is
-                        // removed.
-                        // TODO: Only do this for the relevant Safaris maybe?
-                        node.onclick = noop;
-                    }
-
-                    function setInitialDOMProperties(tag, domElement, rootContainerElement, nextProps, isCustomComponentTag) {
-                        for (var propKey in nextProps) {
-                            if (!nextProps.hasOwnProperty(propKey)) {
-                                continue;
-                            }
-                            var nextProp = nextProps[propKey];
-                            if (propKey === STYLE$1) {
-                                {
-                                    if (nextProp) {
-                                        // Freeze the next style object so that we can assume it won't be
-                                        // mutated. We have already warned for this in the past.
-                                        Object.freeze(nextProp);
-                                    }
-                                }
-                                // Relies on `updateStylesByID` not mutating `styleUpdates`.
-                                setValueForStyles(domElement, nextProp);
-                            } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
-                                var nextHtml = nextProp ? nextProp[HTML] : undefined;
-                                if (nextHtml != null) {
-                                    setInnerHTML(domElement, nextHtml);
-                                }
-                            } else if (propKey === CHILDREN) {
-                                if (typeof nextProp === 'string') {
-                                    // Avoid setting initial textContent when the text is empty. In IE11 setting
-                                    // textContent on a <textarea> will cause the placeholder to not
-                                    // show within the <textarea> until it has been focused and blurred again.
-                                    // https://github.com/facebook/react/issues/6731#issuecomment-254874553
-                                    var canSetTextContent = tag !== 'textarea' || nextProp !== '';
-                                    if (canSetTextContent) {
-                                        setTextContent(domElement, nextProp);
-                                    }
-                                } else if (typeof nextProp === 'number') {
-                                    setTextContent(domElement, '' + nextProp);
-                                }
-                            } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {
-                                // Noop
-                            } else if (propKey === AUTOFOCUS) {
-                                // We polyfill it separately on the client during commit.
-                                // We could have excluded it in the property list instead of
-                                // adding a special case here, but then it wouldn't be emitted
-                                // on server rendering (but we *do* want to emit it in SSR).
-                            } else if (registrationNameModules.hasOwnProperty(propKey)) {
-                                if (nextProp != null) {
-                                    if (true && typeof nextProp !== 'function') {
-                                        warnForInvalidEventListener(propKey, nextProp);
-                                    }
-                                    ensureListeningTo(rootContainerElement, propKey);
-                                }
-                            } else if (nextProp != null) {
-                                setValueForProperty(domElement, propKey, nextProp, isCustomComponentTag);
-                            }
-                        }
-                    }
-
-                    function updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag) {
-                        // TODO: Handle wasCustomComponentTag
-                        for (var i = 0; i < updatePayload.length; i += 2) {
-                            var propKey = updatePayload[i];
-                            var propValue = updatePayload[i + 1];
-                            if (propKey === STYLE$1) {
-                                setValueForStyles(domElement, propValue);
-                            } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
-                                setInnerHTML(domElement, propValue);
-                            } else if (propKey === CHILDREN) {
-                                setTextContent(domElement, propValue);
-                            } else {
-                                setValueForProperty(domElement, propKey, propValue, isCustomComponentTag);
-                            }
-                        }
-                    }
-
-                    function createElement(type, props, rootContainerElement, parentNamespace) {
-                        var isCustomComponentTag = void 0;
-
-                        // We create tags in the namespace of their parent container, except HTML
-                        // tags get no namespace.
-                        var ownerDocument = getOwnerDocumentFromRootContainer(rootContainerElement);
-                        var domElement = void 0;
-                        var namespaceURI = parentNamespace;
-                        if (namespaceURI === HTML_NAMESPACE) {
-                            namespaceURI = getIntrinsicNamespace(type);
-                        }
-                        if (namespaceURI === HTML_NAMESPACE) {
-                            {
-                                isCustomComponentTag = isCustomComponent(type, props);
-                                // Should this check be gated by parent namespace? Not sure we want to
-                                // allow <SVG> or <mATH>.
-                                !(isCustomComponentTag || type === type.toLowerCase()) ? warning$1(false, '<%s /> is using incorrect casing. ' + 'Use PascalCase for React components, ' + 'or lowercase for HTML elements.', type) : void 0;
-                            }
-
-                            if (type === 'script') {
-                                // Create the script via .innerHTML so its "parser-inserted" flag is
-                                // set to true and it does not execute
-                                var div = ownerDocument.createElement('div');
-                                div.innerHTML = '<script><' + '/script>'; // eslint-disable-line
-                                // This is guaranteed to yield a script element.
-                                var firstChild = div.firstChild;
-                                domElement = div.removeChild(firstChild);
-                            } else if (typeof props.is === 'string') {
-                                // $FlowIssue `createElement` should be updated for Web Components
-                                domElement = ownerDocument.createElement(type, {is: props.is});
-                            } else {
-                                // Separate else branch instead of using `props.is || undefined` above because of a Firefox bug.
-                                // See discussion in https://github.com/facebook/react/pull/6896
-                                // and discussion in https://bugzilla.mozilla.org/show_bug.cgi?id=1276240
-                                domElement = ownerDocument.createElement(type);
-                                // Normally attributes are assigned in `setInitialDOMProperties`, however the `multiple`
-                                // attribute on `select`s needs to be added before `option`s are inserted. This prevents
-                                // a bug where the `select` does not scroll to the correct option because singular
-                                // `select` elements automatically pick the first item.
-                                // See https://github.com/facebook/react/issues/13222
-                                if (type === 'select' && props.multiple) {
-                                    var node = domElement;
-                                    node.multiple = true;
-                                }
-                            }
-                        } else {
-                            domElement = ownerDocument.createElementNS(namespaceURI, type);
-                        }
-
-                        {
-                            if (namespaceURI === HTML_NAMESPACE) {
-                                if (!isCustomComponentTag && Object.prototype.toString.call(domElement) === '[object HTMLUnknownElement]' && !Object.prototype.hasOwnProperty.call(warnedUnknownTags, type)) {
-                                    warnedUnknownTags[type] = true;
-                                    warning$1(false, 'The tag <%s> is unrecognized in this browser. ' + 'If you meant to render a React component, start its name with ' + 'an uppercase letter.', type);
-                                }
-                            }
-                        }
-
-                        return domElement;
-                    }
-
-                    function createTextNode(text, rootContainerElement) {
-                        return getOwnerDocumentFromRootContainer(rootContainerElement).createTextNode(text);
-                    }
-
-                    function setInitialProperties(domElement, tag, rawProps, rootContainerElement) {
-                        var isCustomComponentTag = isCustomComponent(tag, rawProps);
-                        {
-                            validatePropertiesInDevelopment(tag, rawProps);
-                            if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {
-                                warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
-                                didWarnShadyDOM = true;
-                            }
-                        }
-
-                        // TODO: Make sure that we check isMounted before firing any of these events.
-                        var props = void 0;
-                        switch (tag) {
-                            case 'iframe':
-                            case 'object':
-                                trapBubbledEvent(TOP_LOAD, domElement);
-                                props = rawProps;
-                                break;
-                            case 'video':
-                            case 'audio':
-                                // Create listener for each media event
-                                for (var i = 0; i < mediaEventTypes.length; i++) {
-                                    trapBubbledEvent(mediaEventTypes[i], domElement);
-                                }
-                                props = rawProps;
-                                break;
-                            case 'source':
-                                trapBubbledEvent(TOP_ERROR, domElement);
-                                props = rawProps;
-                                break;
-                            case 'img':
-                            case 'image':
-                            case 'link':
-                                trapBubbledEvent(TOP_ERROR, domElement);
-                                trapBubbledEvent(TOP_LOAD, domElement);
-                                props = rawProps;
-                                break;
-                            case 'form':
-                                trapBubbledEvent(TOP_RESET, domElement);
-                                trapBubbledEvent(TOP_SUBMIT, domElement);
-                                props = rawProps;
-                                break;
-                            case 'details':
-                                trapBubbledEvent(TOP_TOGGLE, domElement);
-                                props = rawProps;
-                                break;
-                            case 'input':
-                                initWrapperState(domElement, rawProps);
-                                props = getHostProps(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                            case 'option':
-                                validateProps(domElement, rawProps);
-                                props = getHostProps$1(domElement, rawProps);
-                                break;
-                            case 'select':
-                                initWrapperState$1(domElement, rawProps);
-                                props = getHostProps$2(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                            case 'textarea':
-                                initWrapperState$2(domElement, rawProps);
-                                props = getHostProps$3(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                            default:
-                                props = rawProps;
-                        }
-
-                        assertValidProps(tag, props);
-
-                        setInitialDOMProperties(tag, domElement, rootContainerElement, props, isCustomComponentTag);
-
-                        switch (tag) {
-                            case 'input':
-                                // TODO: Make sure we check if this is still unmounted or do any clean
-                                // up necessary since we never stop tracking anymore.
-                                track(domElement);
-                                postMountWrapper(domElement, rawProps, false);
-                                break;
-                            case 'textarea':
-                                // TODO: Make sure we check if this is still unmounted or do any clean
-                                // up necessary since we never stop tracking anymore.
-                                track(domElement);
-                                postMountWrapper$3(domElement, rawProps);
-                                break;
-                            case 'option':
-                                postMountWrapper$1(domElement, rawProps);
-                                break;
-                            case 'select':
-                                postMountWrapper$2(domElement, rawProps);
-                                break;
-                            default:
-                                if (typeof props.onClick === 'function') {
-                                    // TODO: This cast may not be sound for SVG, MathML or custom elements.
-                                    trapClickOnNonInteractiveElement(domElement);
-                                }
-                                break;
-                        }
-                    }
-
-// Calculate the diff between the two objects.
-                    function diffProperties(domElement, tag, lastRawProps, nextRawProps, rootContainerElement) {
-                        {
-                            validatePropertiesInDevelopment(tag, nextRawProps);
-                        }
-
-                        var updatePayload = null;
-
-                        var lastProps = void 0;
-                        var nextProps = void 0;
-                        switch (tag) {
-                            case 'input':
-                                lastProps = getHostProps(domElement, lastRawProps);
-                                nextProps = getHostProps(domElement, nextRawProps);
-                                updatePayload = [];
-                                break;
-                            case 'option':
-                                lastProps = getHostProps$1(domElement, lastRawProps);
-                                nextProps = getHostProps$1(domElement, nextRawProps);
-                                updatePayload = [];
-                                break;
-                            case 'select':
-                                lastProps = getHostProps$2(domElement, lastRawProps);
-                                nextProps = getHostProps$2(domElement, nextRawProps);
-                                updatePayload = [];
-                                break;
-                            case 'textarea':
-                                lastProps = getHostProps$3(domElement, lastRawProps);
-                                nextProps = getHostProps$3(domElement, nextRawProps);
-                                updatePayload = [];
-                                break;
-                            default:
-                                lastProps = lastRawProps;
-                                nextProps = nextRawProps;
-                                if (typeof lastProps.onClick !== 'function' && typeof nextProps.onClick === 'function') {
-                                    // TODO: This cast may not be sound for SVG, MathML or custom elements.
-                                    trapClickOnNonInteractiveElement(domElement);
-                                }
-                                break;
-                        }
-
-                        assertValidProps(tag, nextProps);
-
-                        var propKey = void 0;
-                        var styleName = void 0;
-                        var styleUpdates = null;
-                        for (propKey in lastProps) {
-                            if (nextProps.hasOwnProperty(propKey) || !lastProps.hasOwnProperty(propKey) || lastProps[propKey] == null) {
-                                continue;
-                            }
-                            if (propKey === STYLE$1) {
-                                var lastStyle = lastProps[propKey];
-                                for (styleName in lastStyle) {
-                                    if (lastStyle.hasOwnProperty(styleName)) {
-                                        if (!styleUpdates) {
-                                            styleUpdates = {};
-                                        }
-                                        styleUpdates[styleName] = '';
-                                    }
-                                }
-                            } else if (propKey === DANGEROUSLY_SET_INNER_HTML || propKey === CHILDREN) {
-                                // Noop. This is handled by the clear text mechanism.
-                            } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {
-                                // Noop
-                            } else if (propKey === AUTOFOCUS) {
-                                // Noop. It doesn't work on updates anyway.
-                            } else if (registrationNameModules.hasOwnProperty(propKey)) {
-                                // This is a special case. If any listener updates we need to ensure
-                                // that the "current" fiber pointer gets updated so we need a commit
-                                // to update this element.
-                                if (!updatePayload) {
-                                    updatePayload = [];
-                                }
-                            } else {
-                                // For all other deleted properties we add it to the queue. We use
-                                // the whitelist in the commit phase instead.
-                                (updatePayload = updatePayload || []).push(propKey, null);
-                            }
-                        }
-                        for (propKey in nextProps) {
-                            var nextProp = nextProps[propKey];
-                            var lastProp = lastProps != null ? lastProps[propKey] : undefined;
-                            if (!nextProps.hasOwnProperty(propKey) || nextProp === lastProp || nextProp == null && lastProp == null) {
-                                continue;
-                            }
-                            if (propKey === STYLE$1) {
-                                {
-                                    if (nextProp) {
-                                        // Freeze the next style object so that we can assume it won't be
-                                        // mutated. We have already warned for this in the past.
-                                        Object.freeze(nextProp);
-                                    }
-                                }
-                                if (lastProp) {
-                                    // Unset styles on `lastProp` but not on `nextProp`.
-                                    for (styleName in lastProp) {
-                                        if (lastProp.hasOwnProperty(styleName) && (!nextProp || !nextProp.hasOwnProperty(styleName))) {
-                                            if (!styleUpdates) {
-                                                styleUpdates = {};
-                                            }
-                                            styleUpdates[styleName] = '';
-                                        }
-                                    }
-                                    // Update styles that changed since `lastProp`.
-                                    for (styleName in nextProp) {
-                                        if (nextProp.hasOwnProperty(styleName) && lastProp[styleName] !== nextProp[styleName]) {
-                                            if (!styleUpdates) {
-                                                styleUpdates = {};
-                                            }
-                                            styleUpdates[styleName] = nextProp[styleName];
-                                        }
-                                    }
-                                } else {
-                                    // Relies on `updateStylesByID` not mutating `styleUpdates`.
-                                    if (!styleUpdates) {
-                                        if (!updatePayload) {
-                                            updatePayload = [];
-                                        }
-                                        updatePayload.push(propKey, styleUpdates);
-                                    }
-                                    styleUpdates = nextProp;
-                                }
-                            } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
-                                var nextHtml = nextProp ? nextProp[HTML] : undefined;
-                                var lastHtml = lastProp ? lastProp[HTML] : undefined;
-                                if (nextHtml != null) {
-                                    if (lastHtml !== nextHtml) {
-                                        (updatePayload = updatePayload || []).push(propKey, '' + nextHtml);
-                                    }
-                                } else {
-                                    // TODO: It might be too late to clear this if we have children
-                                    // inserted already.
-                                }
-                            } else if (propKey === CHILDREN) {
-                                if (lastProp !== nextProp && (typeof nextProp === 'string' || typeof nextProp === 'number')) {
-                                    (updatePayload = updatePayload || []).push(propKey, '' + nextProp);
-                                }
-                            } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1) {
-                                // Noop
-                            } else if (registrationNameModules.hasOwnProperty(propKey)) {
-                                if (nextProp != null) {
-                                    // We eagerly listen to this even though we haven't committed yet.
-                                    if (true && typeof nextProp !== 'function') {
-                                        warnForInvalidEventListener(propKey, nextProp);
-                                    }
-                                    ensureListeningTo(rootContainerElement, propKey);
-                                }
-                                if (!updatePayload && lastProp !== nextProp) {
-                                    // This is a special case. If any listener updates we need to ensure
-                                    // that the "current" props pointer gets updated so we need a commit
-                                    // to update this element.
-                                    updatePayload = [];
-                                }
-                            } else {
-                                // For any other property we always add it to the queue and then we
-                                // filter it out using the whitelist during the commit.
-                                (updatePayload = updatePayload || []).push(propKey, nextProp);
-                            }
-                        }
-                        if (styleUpdates) {
-                            {
-                                validateShorthandPropertyCollisionInDev(styleUpdates, nextProps[STYLE$1]);
-                            }
-                            (updatePayload = updatePayload || []).push(STYLE$1, styleUpdates);
-                        }
-                        return updatePayload;
-                    }
-
-// Apply the diff.
-                    function updateProperties(domElement, updatePayload, tag, lastRawProps, nextRawProps) {
-                        // Update checked *before* name.
-                        // In the middle of an update, it is possible to have multiple checked.
-                        // When a checked radio tries to change name, browser makes another radio's checked false.
-                        if (tag === 'input' && nextRawProps.type === 'radio' && nextRawProps.name != null) {
-                            updateChecked(domElement, nextRawProps);
-                        }
-
-                        var wasCustomComponentTag = isCustomComponent(tag, lastRawProps);
-                        var isCustomComponentTag = isCustomComponent(tag, nextRawProps);
-                        // Apply the diff.
-                        updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag);
-
-                        // TODO: Ensure that an update gets scheduled if any of the special props
-                        // changed.
-                        switch (tag) {
-                            case 'input':
-                                // Update the wrapper around inputs *after* updating props. This has to
-                                // happen after `updateDOMProperties`. Otherwise HTML5 input validations
-                                // raise warnings and prevent the new value from being assigned.
-                                updateWrapper(domElement, nextRawProps);
-                                break;
-                            case 'textarea':
-                                updateWrapper$1(domElement, nextRawProps);
-                                break;
-                            case 'select':
-                                // <select> value update needs to occur after <option> children
-                                // reconciliation
-                                postUpdateWrapper(domElement, nextRawProps);
-                                break;
-                        }
-                    }
-
-                    function getPossibleStandardName(propName) {
-                        {
-                            var lowerCasedName = propName.toLowerCase();
-                            if (!possibleStandardNames.hasOwnProperty(lowerCasedName)) {
-                                return null;
-                            }
-                            return possibleStandardNames[lowerCasedName] || null;
-                        }
-                        return null;
-                    }
-
-                    function diffHydratedProperties(domElement, tag, rawProps, parentNamespace, rootContainerElement) {
-                        var isCustomComponentTag = void 0;
-                        var extraAttributeNames = void 0;
-
-                        {
-                            suppressHydrationWarning = rawProps[SUPPRESS_HYDRATION_WARNING$1] === true;
-                            isCustomComponentTag = isCustomComponent(tag, rawProps);
-                            validatePropertiesInDevelopment(tag, rawProps);
-                            if (isCustomComponentTag && !didWarnShadyDOM && domElement.shadyRoot) {
-                                warning$1(false, '%s is using shady DOM. Using shady DOM with React can ' + 'cause things to break subtly.', getCurrentFiberOwnerNameInDevOrNull() || 'A component');
-                                didWarnShadyDOM = true;
-                            }
-                        }
-
-                        // TODO: Make sure that we check isMounted before firing any of these events.
-                        switch (tag) {
-                            case 'iframe':
-                            case 'object':
-                                trapBubbledEvent(TOP_LOAD, domElement);
-                                break;
-                            case 'video':
-                            case 'audio':
-                                // Create listener for each media event
-                                for (var i = 0; i < mediaEventTypes.length; i++) {
-                                    trapBubbledEvent(mediaEventTypes[i], domElement);
-                                }
-                                break;
-                            case 'source':
-                                trapBubbledEvent(TOP_ERROR, domElement);
-                                break;
-                            case 'img':
-                            case 'image':
-                            case 'link':
-                                trapBubbledEvent(TOP_ERROR, domElement);
-                                trapBubbledEvent(TOP_LOAD, domElement);
-                                break;
-                            case 'form':
-                                trapBubbledEvent(TOP_RESET, domElement);
-                                trapBubbledEvent(TOP_SUBMIT, domElement);
-                                break;
-                            case 'details':
-                                trapBubbledEvent(TOP_TOGGLE, domElement);
-                                break;
-                            case 'input':
-                                initWrapperState(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                            case 'option':
-                                validateProps(domElement, rawProps);
-                                break;
-                            case 'select':
-                                initWrapperState$1(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                            case 'textarea':
-                                initWrapperState$2(domElement, rawProps);
-                                trapBubbledEvent(TOP_INVALID, domElement);
-                                // For controlled components we always need to ensure we're listening
-                                // to onChange. Even if there is no listener.
-                                ensureListeningTo(rootContainerElement, 'onChange');
-                                break;
-                        }
-
-                        assertValidProps(tag, rawProps);
-
-                        {
-                            extraAttributeNames = new Set();
-                            var attributes = domElement.attributes;
-                            for (var _i = 0; _i < attributes.length; _i++) {
-                                var name = attributes[_i].name.toLowerCase();
-                                switch (name) {
-                                    // Built-in SSR attribute is whitelisted
-                                    case 'data-reactroot':
-                                        break;
-                                    // Controlled attributes are not validated
-                                    // TODO: Only ignore them on controlled tags.
-                                    case 'value':
-                                        break;
-                                    case 'checked':
-                                        break;
-                                    case 'selected':
-                                        break;
-                                    default:
-                                        // Intentionally use the original name.
-                                        // See discussion in https://github.com/facebook/react/pull/10676.
-                                        extraAttributeNames.add(attributes[_i].name);
-                                }
-                            }
-                        }
-
-                        var updatePayload = null;
-                        for (var propKey in rawProps) {
-                            if (!rawProps.hasOwnProperty(propKey)) {
-                                continue;
-                            }
-                            var nextProp = rawProps[propKey];
-                            if (propKey === CHILDREN) {
-                                // For text content children we compare against textContent. This
-                                // might match additional HTML that is hidden when we read it using
-                                // textContent. E.g. "foo" will match "f<span>oo</span>" but that still
-                                // satisfies our requirement. Our requirement is not to produce perfect
-                                // HTML and attributes. Ideally we should preserve structure but it's
-                                // ok not to if the visible content is still enough to indicate what
-                                // even listeners these nodes might be wired up to.
-                                // TODO: Warn if there is more than a single textNode as a child.
-                                // TODO: Should we use domElement.firstChild.nodeValue to compare?
-                                if (typeof nextProp === 'string') {
-                                    if (domElement.textContent !== nextProp) {
-                                        if (true && !suppressHydrationWarning) {
-                                            warnForTextDifference(domElement.textContent, nextProp);
-                                        }
-                                        updatePayload = [CHILDREN, nextProp];
-                                    }
-                                } else if (typeof nextProp === 'number') {
-                                    if (domElement.textContent !== '' + nextProp) {
-                                        if (true && !suppressHydrationWarning) {
-                                            warnForTextDifference(domElement.textContent, nextProp);
-                                        }
-                                        updatePayload = [CHILDREN, '' + nextProp];
-                                    }
-                                }
-                            } else if (registrationNameModules.hasOwnProperty(propKey)) {
-                                if (nextProp != null) {
-                                    if (true && typeof nextProp !== 'function') {
-                                        warnForInvalidEventListener(propKey, nextProp);
-                                    }
-                                    ensureListeningTo(rootContainerElement, propKey);
-                                }
-                            } else if (true &&
-                                // Convince Flow we've calculated it (it's DEV-only in this method.)
-                                typeof isCustomComponentTag === 'boolean') {
-                                // Validate that the properties correspond to their expected values.
-                                var serverValue = void 0;
-                                var propertyInfo = getPropertyInfo(propKey);
-                                if (suppressHydrationWarning) {
-                                    // Don't bother comparing. We're ignoring all these warnings.
-                                } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING$1 ||
-                                    // Controlled attributes are not validated
-                                    // TODO: Only ignore them on controlled tags.
-                                    propKey === 'value' || propKey === 'checked' || propKey === 'selected') {
-                                    // Noop
-                                } else if (propKey === DANGEROUSLY_SET_INNER_HTML) {
-                                    var serverHTML = domElement.innerHTML;
-                                    var nextHtml = nextProp ? nextProp[HTML] : undefined;
-                                    var expectedHTML = normalizeHTML(domElement, nextHtml != null ? nextHtml : '');
-                                    if (expectedHTML !== serverHTML) {
-                                        warnForPropDifference(propKey, serverHTML, expectedHTML);
-                                    }
-                                } else if (propKey === STYLE$1) {
-                                    // $FlowFixMe - Should be inferred as not undefined.
-                                    extraAttributeNames.delete(propKey);
-
-                                    if (canDiffStyleForHydrationWarning) {
-                                        var expectedStyle = createDangerousStringForStyles(nextProp);
-                                        serverValue = domElement.getAttribute('style');
-                                        if (expectedStyle !== serverValue) {
-                                            warnForPropDifference(propKey, serverValue, expectedStyle);
-                                        }
-                                    }
-                                } else if (isCustomComponentTag) {
-                                    // $FlowFixMe - Should be inferred as not undefined.
-                                    extraAttributeNames.delete(propKey.toLowerCase());
-                                    serverValue = getValueForAttribute(domElement, propKey, nextProp);
-
-                                    if (nextProp !== serverValue) {
-                                        warnForPropDifference(propKey, serverValue, nextProp);
-                                    }
-                                } else if (!shouldIgnoreAttribute(propKey, propertyInfo, isCustomComponentTag) && !shouldRemoveAttribute(propKey, nextProp, propertyInfo, isCustomComponentTag)) {
-                                    var isMismatchDueToBadCasing = false;
-                                    if (propertyInfo !== null) {
-                                        // $FlowFixMe - Should be inferred as not undefined.
-                                        extraAttributeNames.delete(propertyInfo.attributeName);
-                                        serverValue = getValueForProperty(domElement, propKey, nextProp, propertyInfo);
-                                    } else {
-                                        var ownNamespace = parentNamespace;
-                                        if (ownNamespace === HTML_NAMESPACE) {
-                                            ownNamespace = getIntrinsicNamespace(tag);
-                                        }
-                                        if (ownNamespace === HTML_NAMESPACE) {
-                                            // $FlowFixMe - Should be inferred as not undefined.
-                                            extraAttributeNames.delete(propKey.toLowerCase());
-                                        } else {
-                                            var standardName = getPossibleStandardName(propKey);
-                                            if (standardName !== null && standardName !== propKey) {
-                                                // If an SVG prop is supplied with bad casing, it will
-                                                // be successfully parsed from HTML, but will produce a mismatch
-                                                // (and would be incorrectly rendered on the client).
-                                                // However, we already warn about bad casing elsewhere.
-                                                // So we'll skip the misleading extra mismatch warning in this case.
-                                                isMismatchDueToBadCasing = true;
-                                                // $FlowFixMe - Should be inferred as not undefined.
-                                                extraAttributeNames.delete(standardName);
-                                            }
-                                            // $FlowFixMe - Should be inferred as not undefined.
-                                            extraAttributeNames.delete(propKey);
-                                        }
-                                        serverValue = getValueForAttribute(domElement, propKey, nextProp);
-                                    }
-
-                                    if (nextProp !== serverValue && !isMismatchDueToBadCasing) {
-                                        warnForPropDifference(propKey, serverValue, nextProp);
-                                    }
-                                }
-                            }
-                        }
-
-                        {
-                            // $FlowFixMe - Should be inferred as not undefined.
-                            if (extraAttributeNames.size > 0 && !suppressHydrationWarning) {
-                                // $FlowFixMe - Should be inferred as not undefined.
-                                warnForExtraAttributes(extraAttributeNames);
-                            }
-                        }
-
-                        switch (tag) {
-                            case 'input':
-                                // TODO: Make sure we check if this is still unmounted or do any clean
-                                // up necessary since we never stop tracking anymore.
-                                track(domElement);
-                                postMountWrapper(domElement, rawProps, true);
-                                break;
-                            case 'textarea':
-                                // TODO: Make sure we check if this is still unmounted or do any clean
-                                // up necessary since we never stop tracking anymore.
-                                track(domElement);
-                                postMountWrapper$3(domElement, rawProps);
-                                break;
-                            case 'select':
-                            case 'option':
-                                // For input and textarea we current always set the value property at
-                                // post mount to force it to diverge from attributes. However, for
-                                // option and select we don't quite do the same thing and select
-                                // is not resilient to the DOM state changing so we don't do that here.
-                                // TODO: Consider not doing this for input and textarea.
-                                break;
-                            default:
-                                if (typeof rawProps.onClick === 'function') {
-                                    // TODO: This cast may not be sound for SVG, MathML or custom elements.
-                                    trapClickOnNonInteractiveElement(domElement);
-                                }
-                                break;
-                        }
-
-                        return updatePayload;
-                    }
-
-                    function diffHydratedText(textNode, text) {
-                        var isDifferent = textNode.nodeValue !== text;
-                        return isDifferent;
-                    }
-
-                    function warnForUnmatchedText(textNode, text) {
-                        {
-                            warnForTextDifference(textNode.nodeValue, text);
-                        }
-                    }
-
-                    function warnForDeletedHydratableElement(parentNode, child) {
-                        {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Did not expect server HTML to contain a <%s> in <%s>.', child.nodeName.toLowerCase(), parentNode.nodeName.toLowerCase());
-                        }
-                    }
-
-                    function warnForDeletedHydratableText(parentNode, child) {
-                        {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Did not expect server HTML to contain the text node "%s" in <%s>.', child.nodeValue, parentNode.nodeName.toLowerCase());
-                        }
-                    }
-
-                    function warnForInsertedHydratedElement(parentNode, tag, props) {
-                        {
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Expected server HTML to contain a matching <%s> in <%s>.', tag, parentNode.nodeName.toLowerCase());
-                        }
-                    }
-
-                    function warnForInsertedHydratedText(parentNode, text) {
-                        {
-                            if (text === '') {
-                                // We expect to insert empty text nodes since they're not represented in
-                                // the HTML.
-                                // TODO: Remove this special case if we can just avoid inserting empty
-                                // text nodes.
-                                return;
-                            }
-                            if (didWarnInvalidHydration) {
-                                return;
-                            }
-                            didWarnInvalidHydration = true;
-                            warningWithoutStack$1(false, 'Expected server HTML to contain a matching text node for "%s" in <%s>.', text, parentNode.nodeName.toLowerCase());
-                        }
-                    }
-
-                    function restoreControlledState$1(domElement, tag, props) {
-                        switch (tag) {
-                            case 'input':
-                                restoreControlledState(domElement, props);
-                                return;
-                            case 'textarea':
-                                restoreControlledState$3(domElement, props);
-                                return;
-                            case 'select':
-                                restoreControlledState$2(domElement, props);
-                                return;
-                        }
-                    }
-
-// TODO: direct imports like some-package/src/* are bad. Fix me.
-                    var validateDOMNesting = function () {
-                    };
-                    var updatedAncestorInfo = function () {
-                    };
-
-                    {
-                        // This validation code was written based on the HTML5 parsing spec:
-                        // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope
-                        //
-                        // Note: this does not catch all invalid nesting, nor does it try to (as it's
-                        // not clear what practical benefit doing so provides); instead, we warn only
-                        // for cases where the parser will give a parse tree differing from what React
-                        // intended. For example, <b><div></div></b> is invalid but we don't warn
-                        // because it still parses correctly; we do warn for other cases like nested
-                        // <p> tags where the beginning of the second element implicitly closes the
-                        // first, causing a confusing mess.
-
-                        // https://html.spec.whatwg.org/multipage/syntax.html#special
-                        var specialTags = ['address', 'applet', 'area', 'article', 'aside', 'base', 'basefont', 'bgsound', 'blockquote', 'body', 'br', 'button', 'caption', 'center', 'col', 'colgroup', 'dd', 'details', 'dir', 'div', 'dl', 'dt', 'embed', 'fieldset', 'figcaption', 'figure', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'iframe', 'img', 'input', 'isindex', 'li', 'link', 'listing', 'main', 'marquee', 'menu', 'menuitem', 'meta', 'nav', 'noembed', 'noframes', 'noscript', 'object', 'ol', 'p', 'param', 'plaintext', 'pre', 'script', 'section', 'select', 'source', 'style', 'summary', 'table', 'tbody', 'td', 'template', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'ul', 'wbr', 'xmp'];
-
-                        // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-scope
-                        var inScopeTags = ['applet', 'caption', 'html', 'table', 'td', 'th', 'marquee', 'object', 'template',
-
-                            // https://html.spec.whatwg.org/multipage/syntax.html#html-integration-point
-                            // TODO: Distinguish by namespace here -- for <title>, including it here
-                            // errs on the side of fewer warnings
-                            'foreignObject', 'desc', 'title'];
-
-                        // https://html.spec.whatwg.org/multipage/syntax.html#has-an-element-in-button-scope
-                        var buttonScopeTags = inScopeTags.concat(['button']);
-
-                        // https://html.spec.whatwg.org/multipage/syntax.html#generate-implied-end-tags
-                        var impliedEndTags = ['dd', 'dt', 'li', 'option', 'optgroup', 'p', 'rp', 'rt'];
-
-                        var emptyAncestorInfo = {
-                            current: null,
-
-                            formTag: null,
-                            aTagInScope: null,
-                            buttonTagInScope: null,
-                            nobrTagInScope: null,
-                            pTagInButtonScope: null,
-
-                            listItemTagAutoclosing: null,
-                            dlItemTagAutoclosing: null
-                        };
-
-                        updatedAncestorInfo = function (oldInfo, tag) {
-                            var ancestorInfo = _assign({}, oldInfo || emptyAncestorInfo);
-                            var info = {tag: tag};
-
-                            if (inScopeTags.indexOf(tag) !== -1) {
-                                ancestorInfo.aTagInScope = null;
-                                ancestorInfo.buttonTagInScope = null;
-                                ancestorInfo.nobrTagInScope = null;
-                            }
-                            if (buttonScopeTags.indexOf(tag) !== -1) {
-                                ancestorInfo.pTagInButtonScope = null;
-                            }
-
-                            // See rules for 'li', 'dd', 'dt' start tags in
-                            // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody
-                            if (specialTags.indexOf(tag) !== -1 && tag !== 'address' && tag !== 'div' && tag !== 'p') {
-                                ancestorInfo.listItemTagAutoclosing = null;
-                                ancestorInfo.dlItemTagAutoclosing = null;
-                            }
-
-                            ancestorInfo.current = info;
-
-                            if (tag === 'form') {
-                                ancestorInfo.formTag = info;
-                            }
-                            if (tag === 'a') {
-                                ancestorInfo.aTagInScope = info;
-                            }
-                            if (tag === 'button') {
-                                ancestorInfo.buttonTagInScope = info;
-                            }
-                            if (tag === 'nobr') {
-                                ancestorInfo.nobrTagInScope = info;
-                            }
-                            if (tag === 'p') {
-                                ancestorInfo.pTagInButtonScope = info;
-                            }
-                            if (tag === 'li') {
-                                ancestorInfo.listItemTagAutoclosing = info;
-                            }
-                            if (tag === 'dd' || tag === 'dt') {
-                                ancestorInfo.dlItemTagAutoclosing = info;
-                            }
-
-                            return ancestorInfo;
-                        };
-
-                        /**
-                         * Returns whether
-                         */
-                        var isTagValidWithParent = function (tag, parentTag) {
-                            // First, let's check if we're in an unusual parsing mode...
-                            switch (parentTag) {
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inselect
-                                case 'select':
-                                    return tag === 'option' || tag === 'optgroup' || tag === '#text';
-                                case 'optgroup':
-                                    return tag === 'option' || tag === '#text';
-                                // Strictly speaking, seeing an <option> doesn't mean we're in a <select>
-                                // but
-                                case 'option':
-                                    return tag === '#text';
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption
-                                // No special behavior since these rules fall back to "in body" mode for
-                                // all except special table nodes which cause bad parsing behavior anyway.
-
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr
-                                case 'tr':
-                                    return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template';
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody
-                                case 'tbody':
-                                case 'thead':
-                                case 'tfoot':
-                                    return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template';
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup
-                                case 'colgroup':
-                                    return tag === 'col' || tag === 'template';
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable
-                                case 'table':
-                                    return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template';
-                                // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead
-                                case 'head':
-                                    return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template';
-                                // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element
-                                case 'html':
-                                    return tag === 'head' || tag === 'body';
-                                case '#document':
-                                    return tag === 'html';
-                            }
-
-                            // Probably in the "in body" parsing mode, so we outlaw only tag combos
-                            // where the parsing rules cause implicit opens or closes to be added.
-                            // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody
-                            switch (tag) {
-                                case 'h1':
-                                case 'h2':
-                                case 'h3':
-                                case 'h4':
-                                case 'h5':
-                                case 'h6':
-                                    return parentTag !== 'h1' && parentTag !== 'h2' && parentTag !== 'h3' && parentTag !== 'h4' && parentTag !== 'h5' && parentTag !== 'h6';
-
-                                case 'rp':
-                                case 'rt':
-                                    return impliedEndTags.indexOf(parentTag) === -1;
-
-                                case 'body':
-                                case 'caption':
-                                case 'col':
-                                case 'colgroup':
-                                case 'frame':
-                                case 'head':
-                                case 'html':
-                                case 'tbody':
-                                case 'td':
-                                case 'tfoot':
-                                case 'th':
-                                case 'thead':
-                                case 'tr':
-                                    // These tags are only valid with a few parents that have special child
-                                    // parsing rules -- if we're down here, then none of those matched and
-                                    // so we allow it only if we don't know what the parent is, as all other
-                                    // cases are invalid.
-                                    return parentTag == null;
-                            }
-
-                            return true;
-                        };
-
-                        /**
-                         * Returns whether
-                         */
-                        var findInvalidAncestorForTag = function (tag, ancestorInfo) {
-                            switch (tag) {
-                                case 'address':
-                                case 'article':
-                                case 'aside':
-                                case 'blockquote':
-                                case 'center':
-                                case 'details':
-                                case 'dialog':
-                                case 'dir':
-                                case 'div':
-                                case 'dl':
-                                case 'fieldset':
-                                case 'figcaption':
-                                case 'figure':
-                                case 'footer':
-                                case 'header':
-                                case 'hgroup':
-                                case 'main':
-                                case 'menu':
-                                case 'nav':
-                                case 'ol':
-                                case 'p':
-                                case 'section':
-                                case 'summary':
-                                case 'ul':
-                                case 'pre':
-                                case 'listing':
-                                case 'table':
-                                case 'hr':
-                                case 'xmp':
-                                case 'h1':
-                                case 'h2':
-                                case 'h3':
-                                case 'h4':
-                                case 'h5':
-                                case 'h6':
-                                    return ancestorInfo.pTagInButtonScope;
-
-                                case 'form':
-                                    return ancestorInfo.formTag || ancestorInfo.pTagInButtonScope;
-
-                                case 'li':
-                                    return ancestorInfo.listItemTagAutoclosing;
-
-                                case 'dd':
-                                case 'dt':
-                                    return ancestorInfo.dlItemTagAutoclosing;
-
-                                case 'button':
-                                    return ancestorInfo.buttonTagInScope;
-
-                                case 'a':
-                                    // Spec says something about storing a list of markers, but it sounds
-                                    // equivalent to this check.
-                                    return ancestorInfo.aTagInScope;
-
-                                case 'nobr':
-                                    return ancestorInfo.nobrTagInScope;
-                            }
-
-                            return null;
-                        };
-
-                        var didWarn = {};
-
-                        validateDOMNesting = function (childTag, childText, ancestorInfo) {
-                            ancestorInfo = ancestorInfo || emptyAncestorInfo;
-                            var parentInfo = ancestorInfo.current;
-                            var parentTag = parentInfo && parentInfo.tag;
-
-                            if (childText != null) {
-                                !(childTag == null) ? warningWithoutStack$1(false, 'validateDOMNesting: when childText is passed, childTag should be null') : void 0;
-                                childTag = '#text';
-                            }
-
-                            var invalidParent = isTagValidWithParent(childTag, parentTag) ? null : parentInfo;
-                            var invalidAncestor = invalidParent ? null : findInvalidAncestorForTag(childTag, ancestorInfo);
-                            var invalidParentOrAncestor = invalidParent || invalidAncestor;
-                            if (!invalidParentOrAncestor) {
-                                return;
-                            }
-
-                            var ancestorTag = invalidParentOrAncestor.tag;
-                            var addendum = getCurrentFiberStackInDev();
-
-                            var warnKey = !!invalidParent + '|' + childTag + '|' + ancestorTag + '|' + addendum;
-                            if (didWarn[warnKey]) {
-                                return;
-                            }
-                            didWarn[warnKey] = true;
-
-                            var tagDisplayName = childTag;
-                            var whitespaceInfo = '';
-                            if (childTag === '#text') {
-                                if (/\S/.test(childText)) {
-                                    tagDisplayName = 'Text nodes';
-                                } else {
-                                    tagDisplayName = 'Whitespace text nodes';
-                                    whitespaceInfo = " Make sure you don't have any extra whitespace between tags on " + 'each line of your source code.';
-                                }
-                            } else {
-                                tagDisplayName = '<' + childTag + '>';
-                            }
-
-                            if (invalidParent) {
-                                var info = '';
-                                if (ancestorTag === 'table' && childTag === 'tr') {
-                                    info += ' Add a <tbody> to your code to match the DOM tree generated by ' + 'the browser.';
-                                }
-                                warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s%s', tagDisplayName, ancestorTag, whitespaceInfo, info, addendum);
-                            } else {
-                                warningWithoutStack$1(false, 'validateDOMNesting(...): %s cannot appear as a descendant of ' + '<%s>.%s', tagDisplayName, ancestorTag, addendum);
-                            }
-                        };
-                    }
-
-// Renderers that don't support persistence
-// can re-export everything from this module.
-
-                    function shim() {
-                        invariant(false, 'The current renderer does not support persistence. This error is likely caused by a bug in React. Please file an issue.');
-                    }
-
-// Persistence (when unsupported)
-                    var supportsPersistence = false;
-                    var cloneInstance = shim;
-                    var createContainerChildSet = shim;
-                    var appendChildToContainerChildSet = shim;
-                    var finalizeContainerChildren = shim;
-                    var replaceContainerChildren = shim;
-                    var cloneHiddenInstance = shim;
-                    var cloneUnhiddenInstance = shim;
-                    var createHiddenTextInstance = shim;
-
-                    var SUPPRESS_HYDRATION_WARNING = void 0;
-                    {
-                        SUPPRESS_HYDRATION_WARNING = 'suppressHydrationWarning';
-                    }
-
-                    var STYLE = 'style';
-
-                    var eventsEnabled = null;
-                    var selectionInformation = null;
-
-                    function shouldAutoFocusHostComponent(type, props) {
-                        switch (type) {
-                            case 'button':
-                            case 'input':
-                            case 'select':
-                            case 'textarea':
-                                return !!props.autoFocus;
-                        }
-                        return false;
-                    }
-
-                    function getRootHostContext(rootContainerInstance) {
-                        var type = void 0;
-                        var namespace = void 0;
-                        var nodeType = rootContainerInstance.nodeType;
-                        switch (nodeType) {
-                            case DOCUMENT_NODE:
-                            case DOCUMENT_FRAGMENT_NODE: {
-                                type = nodeType === DOCUMENT_NODE ? '#document' : '#fragment';
-                                var root = rootContainerInstance.documentElement;
-                                namespace = root ? root.namespaceURI : getChildNamespace(null, '');
-                                break;
-                            }
-                            default: {
-                                var container = nodeType === COMMENT_NODE ? rootContainerInstance.parentNode : rootContainerInstance;
-                                var ownNamespace = container.namespaceURI || null;
-                                type = container.tagName;
-                                namespace = getChildNamespace(ownNamespace, type);
-                                break;
-                            }
-                        }
-                        {
-                            var validatedTag = type.toLowerCase();
-                            var _ancestorInfo = updatedAncestorInfo(null, validatedTag);
-                            return {namespace: namespace, ancestorInfo: _ancestorInfo};
-                        }
-                        return namespace;
-                    }
-
-                    function getChildHostContext(parentHostContext, type, rootContainerInstance) {
-                        {
-                            var parentHostContextDev = parentHostContext;
-                            var _namespace = getChildNamespace(parentHostContextDev.namespace, type);
-                            var _ancestorInfo2 = updatedAncestorInfo(parentHostContextDev.ancestorInfo, type);
-                            return {namespace: _namespace, ancestorInfo: _ancestorInfo2};
-                        }
-                        var parentNamespace = parentHostContext;
-                        return getChildNamespace(parentNamespace, type);
-                    }
-
-                    function getPublicInstance(instance) {
-                        return instance;
-                    }
-
-                    function prepareForCommit(containerInfo) {
-                        eventsEnabled = isEnabled();
-                        selectionInformation = getSelectionInformation();
-                        setEnabled(false);
-                    }
-
-                    function resetAfterCommit(containerInfo) {
-                        restoreSelection(selectionInformation);
-                        selectionInformation = null;
-                        setEnabled(eventsEnabled);
-                        eventsEnabled = null;
-                    }
-
-                    function createInstance(type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
-                        var parentNamespace = void 0;
-                        {
-                            // TODO: take namespace into account when validating.
-                            var hostContextDev = hostContext;
-                            validateDOMNesting(type, null, hostContextDev.ancestorInfo);
-                            if (typeof props.children === 'string' || typeof props.children === 'number') {
-                                var string = '' + props.children;
-                                var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);
-                                validateDOMNesting(null, string, ownAncestorInfo);
-                            }
-                            parentNamespace = hostContextDev.namespace;
-                        }
-                        var domElement = createElement(type, props, rootContainerInstance, parentNamespace);
-                        precacheFiberNode(internalInstanceHandle, domElement);
-                        updateFiberProps(domElement, props);
-                        return domElement;
-                    }
-
-                    function appendInitialChild(parentInstance, child) {
-                        parentInstance.appendChild(child);
-                    }
-
-                    function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) {
-                        setInitialProperties(domElement, type, props, rootContainerInstance);
-                        return shouldAutoFocusHostComponent(type, props);
-                    }
-
-                    function prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) {
-                        {
-                            var hostContextDev = hostContext;
-                            if (typeof newProps.children !== typeof oldProps.children && (typeof newProps.children === 'string' || typeof newProps.children === 'number')) {
-                                var string = '' + newProps.children;
-                                var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type);
-                                validateDOMNesting(null, string, ownAncestorInfo);
-                            }
-                        }
-                        return diffProperties(domElement, type, oldProps, newProps, rootContainerInstance);
-                    }
-
-                    function shouldSetTextContent(type, props) {
-                        return type === 'textarea' || type === 'option' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null;
-                    }
-
-                    function shouldDeprioritizeSubtree(type, props) {
-                        return !!props.hidden;
-                    }
-
-                    function createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) {
-                        {
-                            var hostContextDev = hostContext;
-                            validateDOMNesting(null, text, hostContextDev.ancestorInfo);
-                        }
-                        var textNode = createTextNode(text, rootContainerInstance);
-                        precacheFiberNode(internalInstanceHandle, textNode);
-                        return textNode;
-                    }
-
-                    var isPrimaryRenderer = true;
-// This initialization code may run even on server environments
-// if a component just imports ReactDOM (e.g. for findDOMNode).
-// Some environments might not have setTimeout or clearTimeout.
-                    var scheduleTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;
-                    var cancelTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined;
-                    var noTimeout = -1;
-
-// -------------------
-//     Mutation
-// -------------------
-
-                    var supportsMutation = true;
-
-                    function commitMount(domElement, type, newProps, internalInstanceHandle) {
-                        // Despite the naming that might imply otherwise, this method only
-                        // fires if there is an `Update` effect scheduled during mounting.
-                        // This happens if `finalizeInitialChildren` returns `true` (which it
-                        // does to implement the `autoFocus` attribute on the client). But
-                        // there are also other cases when this might happen (such as patching
-                        // up text content during hydration mismatch). So we'll check this again.
-                        if (shouldAutoFocusHostComponent(type, newProps)) {
-                            domElement.focus();
-                        }
-                    }
-
-                    function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) {
-                        // Update the props handle so that we know which props are the ones with
-                        // with current event handlers.
-                        updateFiberProps(domElement, newProps);
-                        // Apply the diff to the DOM node.
-                        updateProperties(domElement, updatePayload, type, oldProps, newProps);
-                    }
-
-                    function resetTextContent(domElement) {
-                        setTextContent(domElement, '');
-                    }
-
-                    function commitTextUpdate(textInstance, oldText, newText) {
-                        textInstance.nodeValue = newText;
-                    }
-
-                    function appendChild(parentInstance, child) {
-                        parentInstance.appendChild(child);
-                    }
-
-                    function appendChildToContainer(container, child) {
-                        var parentNode = void 0;
-                        if (container.nodeType === COMMENT_NODE) {
-                            parentNode = container.parentNode;
-                            parentNode.insertBefore(child, container);
-                        } else {
-                            parentNode = container;
-                            parentNode.appendChild(child);
-                        }
-                        // This container might be used for a portal.
-                        // If something inside a portal is clicked, that click should bubble
-                        // through the React tree. However, on Mobile Safari the click would
-                        // never bubble through the *DOM* tree unless an ancestor with onclick
-                        // event exists. So we wouldn't see it and dispatch it.
-                        // This is why we ensure that non React root containers have inline onclick
-                        // defined.
-                        // https://github.com/facebook/react/issues/11918
-                        var reactRootContainer = container._reactRootContainer;
-                        if ((reactRootContainer === null || reactRootContainer === undefined) && parentNode.onclick === null) {
-                            // TODO: This cast may not be sound for SVG, MathML or custom elements.
-                            trapClickOnNonInteractiveElement(parentNode);
-                        }
-                    }
-
-                    function insertBefore(parentInstance, child, beforeChild) {
-                        parentInstance.insertBefore(child, beforeChild);
-                    }
-
-                    function insertInContainerBefore(container, child, beforeChild) {
-                        if (container.nodeType === COMMENT_NODE) {
-                            container.parentNode.insertBefore(child, beforeChild);
-                        } else {
-                            container.insertBefore(child, beforeChild);
-                        }
-                    }
-
-                    function removeChild(parentInstance, child) {
-                        parentInstance.removeChild(child);
-                    }
-
-                    function removeChildFromContainer(container, child) {
-                        if (container.nodeType === COMMENT_NODE) {
-                            container.parentNode.removeChild(child);
-                        } else {
-                            container.removeChild(child);
-                        }
-                    }
-
-                    function hideInstance(instance) {
-                        // TODO: Does this work for all element types? What about MathML? Should we
-                        // pass host context to this method?
-                        instance = instance;
-                        instance.style.display = 'none';
-                    }
-
-                    function hideTextInstance(textInstance) {
-                        textInstance.nodeValue = '';
-                    }
-
-                    function unhideInstance(instance, props) {
-                        instance = instance;
-                        var styleProp = props[STYLE];
-                        var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null;
-                        instance.style.display = dangerousStyleValue('display', display);
-                    }
-
-                    function unhideTextInstance(textInstance, text) {
-                        textInstance.nodeValue = text;
-                    }
-
-// -------------------
-//     Hydration
-// -------------------
-
-                    var supportsHydration = true;
-
-                    function canHydrateInstance(instance, type, props) {
-                        if (instance.nodeType !== ELEMENT_NODE || type.toLowerCase() !== instance.nodeName.toLowerCase()) {
-                            return null;
-                        }
-                        // This has now been refined to an element node.
-                        return instance;
-                    }
-
-                    function canHydrateTextInstance(instance, text) {
-                        if (text === '' || instance.nodeType !== TEXT_NODE) {
-                            // Empty strings are not parsed by HTML so there won't be a correct match here.
-                            return null;
-                        }
-                        // This has now been refined to a text node.
-                        return instance;
-                    }
-
-                    function getNextHydratableSibling(instance) {
-                        var node = instance.nextSibling;
-                        // Skip non-hydratable nodes.
-                        while (node && node.nodeType !== ELEMENT_NODE && node.nodeType !== TEXT_NODE) {
-                            node = node.nextSibling;
-                        }
-                        return node;
-                    }
-
-                    function getFirstHydratableChild(parentInstance) {
-                        var next = parentInstance.firstChild;
-                        // Skip non-hydratable nodes.
-                        while (next && next.nodeType !== ELEMENT_NODE && next.nodeType !== TEXT_NODE) {
-                            next = next.nextSibling;
-                        }
-                        return next;
-                    }
-
-                    function hydrateInstance(instance, type, props, rootContainerInstance, hostContext, internalInstanceHandle) {
-                        precacheFiberNode(internalInstanceHandle, instance);
-                        // TODO: Possibly defer this until the commit phase where all the events
-                        // get attached.
-                        updateFiberProps(instance, props);
-                        var parentNamespace = void 0;
-                        {
-                            var hostContextDev = hostContext;
-                            parentNamespace = hostContextDev.namespace;
-                        }
-                        return diffHydratedProperties(instance, type, props, parentNamespace, rootContainerInstance);
-                    }
-
-                    function hydrateTextInstance(textInstance, text, internalInstanceHandle) {
-                        precacheFiberNode(internalInstanceHandle, textInstance);
-                        return diffHydratedText(textInstance, text);
-                    }
-
-                    function didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, text) {
-                        {
-                            warnForUnmatchedText(textInstance, text);
-                        }
-                    }
-
-                    function didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, text) {
-                        if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
-                            warnForUnmatchedText(textInstance, text);
-                        }
-                    }
-
-                    function didNotHydrateContainerInstance(parentContainer, instance) {
-                        {
-                            if (instance.nodeType === ELEMENT_NODE) {
-                                warnForDeletedHydratableElement(parentContainer, instance);
-                            } else {
-                                warnForDeletedHydratableText(parentContainer, instance);
-                            }
-                        }
-                    }
-
-                    function didNotHydrateInstance(parentType, parentProps, parentInstance, instance) {
-                        if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
-                            if (instance.nodeType === ELEMENT_NODE) {
-                                warnForDeletedHydratableElement(parentInstance, instance);
-                            } else {
-                                warnForDeletedHydratableText(parentInstance, instance);
-                            }
-                        }
-                    }
-
-                    function didNotFindHydratableContainerInstance(parentContainer, type, props) {
-                        {
-                            warnForInsertedHydratedElement(parentContainer, type, props);
-                        }
-                    }
-
-                    function didNotFindHydratableContainerTextInstance(parentContainer, text) {
-                        {
-                            warnForInsertedHydratedText(parentContainer, text);
-                        }
-                    }
-
-                    function didNotFindHydratableInstance(parentType, parentProps, parentInstance, type, props) {
-                        if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
-                            warnForInsertedHydratedElement(parentInstance, type, props);
-                        }
-                    }
-
-                    function didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, text) {
-                        if (true && parentProps[SUPPRESS_HYDRATION_WARNING] !== true) {
-                            warnForInsertedHydratedText(parentInstance, text);
-                        }
-                    }
-
-// Prefix measurements so that it's possible to filter them.
-// Longer prefixes are hard to read in DevTools.
-                    var reactEmoji = '\u269B';
-                    var warningEmoji = '\u26D4';
-                    var supportsUserTiming = typeof performance !== 'undefined' && typeof performance.mark === 'function' && typeof performance.clearMarks === 'function' && typeof performance.measure === 'function' && typeof performance.clearMeasures === 'function';
-
-// Keep track of current fiber so that we know the path to unwind on pause.
-// TODO: this looks the same as nextUnitOfWork in scheduler. Can we unify them?
-                    var currentFiber = null;
-// If we're in the middle of user code, which fiber and method is it?
-// Reusing `currentFiber` would be confusing for this because user code fiber
-// can change during commit phase too, but we don't need to unwind it (since
-// lifecycles in the commit phase don't resemble a tree).
-                    var currentPhase = null;
-                    var currentPhaseFiber = null;
-// Did lifecycle hook schedule an update? This is often a performance problem,
-// so we will keep track of it, and include it in the report.
-// Track commits caused by cascading updates.
-                    var isCommitting = false;
-                    var hasScheduledUpdateInCurrentCommit = false;
-                    var hasScheduledUpdateInCurrentPhase = false;
-                    var commitCountInCurrentWorkLoop = 0;
-                    var effectCountInCurrentCommit = 0;
-                    var isWaitingForCallback = false;
-// During commits, we only show a measurement once per method name
-// to avoid stretch the commit phase with measurement overhead.
-                    var labelsInCurrentCommit = new Set();
-
-                    var formatMarkName = function (markName) {
-                        return reactEmoji + ' ' + markName;
-                    };
-
-                    var formatLabel = function (label, warning) {
-                        var prefix = warning ? warningEmoji + ' ' : reactEmoji + ' ';
-                        var suffix = warning ? ' Warning: ' + warning : '';
-                        return '' + prefix + label + suffix;
-                    };
-
-                    var beginMark = function (markName) {
-                        performance.mark(formatMarkName(markName));
-                    };
-
-                    var clearMark = function (markName) {
-                        performance.clearMarks(formatMarkName(markName));
-                    };
-
-                    var endMark = function (label, markName, warning) {
-                        var formattedMarkName = formatMarkName(markName);
-                        var formattedLabel = formatLabel(label, warning);
-                        try {
-                            performance.measure(formattedLabel, formattedMarkName);
-                        } catch (err) {
-                        }
-                        // If previous mark was missing for some reason, this will throw.
-                        // This could only happen if React crashed in an unexpected place earlier.
-                        // Don't pile on with more errors.
-
-                        // Clear marks immediately to avoid growing buffer.
-                        performance.clearMarks(formattedMarkName);
-                        performance.clearMeasures(formattedLabel);
-                    };
-
-                    var getFiberMarkName = function (label, debugID) {
-                        return label + ' (#' + debugID + ')';
-                    };
-
-                    var getFiberLabel = function (componentName, isMounted, phase) {
-                        if (phase === null) {
-                            // These are composite component total time measurements.
-                            return componentName + ' [' + (isMounted ? 'update' : 'mount') + ']';
-                        } else {
-                            // Composite component methods.
-                            return componentName + '.' + phase;
-                        }
-                    };
-
-                    var beginFiberMark = function (fiber, phase) {
-                        var componentName = getComponentName(fiber.type) || 'Unknown';
-                        var debugID = fiber._debugID;
-                        var isMounted = fiber.alternate !== null;
-                        var label = getFiberLabel(componentName, isMounted, phase);
-
-                        if (isCommitting && labelsInCurrentCommit.has(label)) {
-                            // During the commit phase, we don't show duplicate labels because
-                            // there is a fixed overhead for every measurement, and we don't
-                            // want to stretch the commit phase beyond necessary.
-                            return false;
-                        }
-                        labelsInCurrentCommit.add(label);
-
-                        var markName = getFiberMarkName(label, debugID);
-                        beginMark(markName);
-                        return true;
-                    };
-
-                    var clearFiberMark = function (fiber, phase) {
-                        var componentName = getComponentName(fiber.type) || 'Unknown';
-                        var debugID = fiber._debugID;
-                        var isMounted = fiber.alternate !== null;
-                        var label = getFiberLabel(componentName, isMounted, phase);
-                        var markName = getFiberMarkName(label, debugID);
-                        clearMark(markName);
-                    };
-
-                    var endFiberMark = function (fiber, phase, warning) {
-                        var componentName = getComponentName(fiber.type) || 'Unknown';
-                        var debugID = fiber._debugID;
-                        var isMounted = fiber.alternate !== null;
-                        var label = getFiberLabel(componentName, isMounted, phase);
-                        var markName = getFiberMarkName(label, debugID);
-                        endMark(label, markName, warning);
-                    };
-
-                    var shouldIgnoreFiber = function (fiber) {
-                        // Host components should be skipped in the timeline.
-                        // We could check typeof fiber.type, but does this work with RN?
-                        switch (fiber.tag) {
-                            case HostRoot:
-                            case HostComponent:
-                            case HostText:
-                            case HostPortal:
-                            case Fragment:
-                            case ContextProvider:
-                            case ContextConsumer:
-                            case Mode:
-                                return true;
-                            default:
-                                return false;
-                        }
-                    };
-
-                    var clearPendingPhaseMeasurement = function () {
-                        if (currentPhase !== null && currentPhaseFiber !== null) {
-                            clearFiberMark(currentPhaseFiber, currentPhase);
-                        }
-                        currentPhaseFiber = null;
-                        currentPhase = null;
-                        hasScheduledUpdateInCurrentPhase = false;
-                    };
-
-                    var pauseTimers = function () {
-                        // Stops all currently active measurements so that they can be resumed
-                        // if we continue in a later deferred loop from the same unit of work.
-                        var fiber = currentFiber;
-                        while (fiber) {
-                            if (fiber._debugIsCurrentlyTiming) {
-                                endFiberMark(fiber, null, null);
-                            }
-                            fiber = fiber.return;
-                        }
-                    };
-
-                    var resumeTimersRecursively = function (fiber) {
-                        if (fiber.return !== null) {
-                            resumeTimersRecursively(fiber.return);
-                        }
-                        if (fiber._debugIsCurrentlyTiming) {
-                            beginFiberMark(fiber, null);
-                        }
-                    };
-
-                    var resumeTimers = function () {
-                        // Resumes all measurements that were active during the last deferred loop.
-                        if (currentFiber !== null) {
-                            resumeTimersRecursively(currentFiber);
-                        }
-                    };
-
-                    function recordEffect() {
-                        if (enableUserTimingAPI) {
-                            effectCountInCurrentCommit++;
-                        }
-                    }
-
-                    function recordScheduleUpdate() {
-                        if (enableUserTimingAPI) {
-                            if (isCommitting) {
-                                hasScheduledUpdateInCurrentCommit = true;
-                            }
-                            if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') {
-                                hasScheduledUpdateInCurrentPhase = true;
-                            }
-                        }
-                    }
-
-                    function startRequestCallbackTimer() {
-                        if (enableUserTimingAPI) {
-                            if (supportsUserTiming && !isWaitingForCallback) {
-                                isWaitingForCallback = true;
-                                beginMark('(Waiting for async callback...)');
-                            }
-                        }
-                    }
-
-                    function stopRequestCallbackTimer(didExpire, expirationTime) {
-                        if (enableUserTimingAPI) {
-                            if (supportsUserTiming) {
-                                isWaitingForCallback = false;
-                                var warning = didExpire ? 'React was blocked by main thread' : null;
-                                endMark('(Waiting for async callback... will force flush in ' + expirationTime + ' ms)', '(Waiting for async callback...)', warning);
-                            }
-                        }
-                    }
-
-                    function startWorkTimer(fiber) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
-                                return;
-                            }
-                            // If we pause, this is the fiber to unwind from.
-                            currentFiber = fiber;
-                            if (!beginFiberMark(fiber, null)) {
-                                return;
-                            }
-                            fiber._debugIsCurrentlyTiming = true;
-                        }
-                    }
-
-                    function cancelWorkTimer(fiber) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
-                                return;
-                            }
-                            // Remember we shouldn't complete measurement for this fiber.
-                            // Otherwise flamechart will be deep even for small updates.
-                            fiber._debugIsCurrentlyTiming = false;
-                            clearFiberMark(fiber, null);
-                        }
-                    }
-
-                    function stopWorkTimer(fiber) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
-                                return;
-                            }
-                            // If we pause, its parent is the fiber to unwind from.
-                            currentFiber = fiber.return;
-                            if (!fiber._debugIsCurrentlyTiming) {
-                                return;
-                            }
-                            fiber._debugIsCurrentlyTiming = false;
-                            endFiberMark(fiber, null, null);
-                        }
-                    }
-
-                    function stopFailedWorkTimer(fiber) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming || shouldIgnoreFiber(fiber)) {
-                                return;
-                            }
-                            // If we pause, its parent is the fiber to unwind from.
-                            currentFiber = fiber.return;
-                            if (!fiber._debugIsCurrentlyTiming) {
-                                return;
-                            }
-                            fiber._debugIsCurrentlyTiming = false;
-                            var warning = fiber.tag === SuspenseComponent ? 'Rendering was suspended' : 'An error was thrown inside this error boundary';
-                            endFiberMark(fiber, null, warning);
-                        }
-                    }
-
-                    function startPhaseTimer(fiber, phase) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            clearPendingPhaseMeasurement();
-                            if (!beginFiberMark(fiber, phase)) {
-                                return;
-                            }
-                            currentPhaseFiber = fiber;
-                            currentPhase = phase;
-                        }
-                    }
-
-                    function stopPhaseTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            if (currentPhase !== null && currentPhaseFiber !== null) {
-                                var warning = hasScheduledUpdateInCurrentPhase ? 'Scheduled a cascading update' : null;
-                                endFiberMark(currentPhaseFiber, currentPhase, warning);
-                            }
-                            currentPhase = null;
-                            currentPhaseFiber = null;
-                        }
-                    }
-
-                    function startWorkLoopTimer(nextUnitOfWork) {
-                        if (enableUserTimingAPI) {
-                            currentFiber = nextUnitOfWork;
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            commitCountInCurrentWorkLoop = 0;
-                            // This is top level call.
-                            // Any other measurements are performed within.
-                            beginMark('(React Tree Reconciliation)');
-                            // Resume any measurements that were in progress during the last loop.
-                            resumeTimers();
-                        }
-                    }
-
-                    function stopWorkLoopTimer(interruptedBy, didCompleteRoot) {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            var warning = null;
-                            if (interruptedBy !== null) {
-                                if (interruptedBy.tag === HostRoot) {
-                                    warning = 'A top-level update interrupted the previous render';
-                                } else {
-                                    var componentName = getComponentName(interruptedBy.type) || 'Unknown';
-                                    warning = 'An update to ' + componentName + ' interrupted the previous render';
-                                }
-                            } else if (commitCountInCurrentWorkLoop > 1) {
-                                warning = 'There were cascading updates';
-                            }
-                            commitCountInCurrentWorkLoop = 0;
-                            var label = didCompleteRoot ? '(React Tree Reconciliation: Completed Root)' : '(React Tree Reconciliation: Yielded)';
-                            // Pause any measurements until the next loop.
-                            pauseTimers();
-                            endMark(label, '(React Tree Reconciliation)', warning);
-                        }
-                    }
-
-                    function startCommitTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            isCommitting = true;
-                            hasScheduledUpdateInCurrentCommit = false;
-                            labelsInCurrentCommit.clear();
-                            beginMark('(Committing Changes)');
-                        }
-                    }
-
-                    function stopCommitTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-
-                            var warning = null;
-                            if (hasScheduledUpdateInCurrentCommit) {
-                                warning = 'Lifecycle hook scheduled a cascading update';
-                            } else if (commitCountInCurrentWorkLoop > 0) {
-                                warning = 'Caused by a cascading update in earlier commit';
-                            }
-                            hasScheduledUpdateInCurrentCommit = false;
-                            commitCountInCurrentWorkLoop++;
-                            isCommitting = false;
-                            labelsInCurrentCommit.clear();
-
-                            endMark('(Committing Changes)', '(Committing Changes)', warning);
-                        }
-                    }
-
-                    function startCommitSnapshotEffectsTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            effectCountInCurrentCommit = 0;
-                            beginMark('(Committing Snapshot Effects)');
-                        }
-                    }
-
-                    function stopCommitSnapshotEffectsTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            var count = effectCountInCurrentCommit;
-                            effectCountInCurrentCommit = 0;
-                            endMark('(Committing Snapshot Effects: ' + count + ' Total)', '(Committing Snapshot Effects)', null);
-                        }
-                    }
-
-                    function startCommitHostEffectsTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            effectCountInCurrentCommit = 0;
-                            beginMark('(Committing Host Effects)');
-                        }
-                    }
-
-                    function stopCommitHostEffectsTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            var count = effectCountInCurrentCommit;
-                            effectCountInCurrentCommit = 0;
-                            endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);
-                        }
-                    }
-
-                    function startCommitLifeCyclesTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            effectCountInCurrentCommit = 0;
-                            beginMark('(Calling Lifecycle Methods)');
-                        }
-                    }
-
-                    function stopCommitLifeCyclesTimer() {
-                        if (enableUserTimingAPI) {
-                            if (!supportsUserTiming) {
-                                return;
-                            }
-                            var count = effectCountInCurrentCommit;
-                            effectCountInCurrentCommit = 0;
-                            endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
-                        }
-                    }
-
-                    var valueStack = [];
-
-                    var fiberStack = void 0;
-
-                    {
-                        fiberStack = [];
-                    }
-
-                    var index = -1;
-
-                    function createCursor(defaultValue) {
-                        return {
-                            current: defaultValue
-                        };
-                    }
-
-                    function pop(cursor, fiber) {
-                        if (index < 0) {
-                            {
-                                warningWithoutStack$1(false, 'Unexpected pop.');
-                            }
-                            return;
-                        }
-
-                        {
-                            if (fiber !== fiberStack[index]) {
-                                warningWithoutStack$1(false, 'Unexpected Fiber popped.');
-                            }
-                        }
-
-                        cursor.current = valueStack[index];
-
-                        valueStack[index] = null;
-
-                        {
-                            fiberStack[index] = null;
-                        }
-
-                        index--;
-                    }
-
-                    function push(cursor, value, fiber) {
-                        index++;
-
-                        valueStack[index] = cursor.current;
-
-                        {
-                            fiberStack[index] = fiber;
-                        }
-
-                        cursor.current = value;
-                    }
-
-                    function checkThatStackIsEmpty() {
-                        {
-                            if (index !== -1) {
-                                warningWithoutStack$1(false, 'Expected an empty stack. Something was not reset properly.');
-                            }
-                        }
-                    }
-
-                    function resetStackAfterFatalErrorInDev() {
-                        {
-                            index = -1;
-                            valueStack.length = 0;
-                            fiberStack.length = 0;
-                        }
-                    }
-
-                    var warnedAboutMissingGetChildContext = void 0;
-
-                    {
-                        warnedAboutMissingGetChildContext = {};
-                    }
-
-                    var emptyContextObject = {};
-                    {
-                        Object.freeze(emptyContextObject);
-                    }
-
-// A cursor to the current merged context object on the stack.
-                    var contextStackCursor = createCursor(emptyContextObject);
-// A cursor to a boolean indicating whether the context has changed.
-                    var didPerformWorkStackCursor = createCursor(false);
-// Keep track of the previous context object that was on the stack.
-// We use this to get access to the parent context after we have already
-// pushed the next context provider, and now need to merge their contexts.
-                    var previousContext = emptyContextObject;
-
-                    function getUnmaskedContext(workInProgress, Component, didPushOwnContextIfProvider) {
-                        if (didPushOwnContextIfProvider && isContextProvider(Component)) {
-                            // If the fiber is a context provider itself, when we read its context
-                            // we may have already pushed its own child context on the stack. A context
-                            // provider should not "see" its own child context. Therefore we read the
-                            // previous (parent) context instead for a context provider.
-                            return previousContext;
-                        }
-                        return contextStackCursor.current;
-                    }
-
-                    function cacheContext(workInProgress, unmaskedContext, maskedContext) {
-                        var instance = workInProgress.stateNode;
-                        instance.__reactInternalMemoizedUnmaskedChildContext = unmaskedContext;
-                        instance.__reactInternalMemoizedMaskedChildContext = maskedContext;
-                    }
-
-                    function getMaskedContext(workInProgress, unmaskedContext) {
-                        var type = workInProgress.type;
-                        var contextTypes = type.contextTypes;
-                        if (!contextTypes) {
-                            return emptyContextObject;
-                        }
-
-                        // Avoid recreating masked context unless unmasked context has changed.
-                        // Failing to do this will result in unnecessary calls to componentWillReceiveProps.
-                        // This may trigger infinite loops if componentWillReceiveProps calls setState.
-                        var instance = workInProgress.stateNode;
-                        if (instance && instance.__reactInternalMemoizedUnmaskedChildContext === unmaskedContext) {
-                            return instance.__reactInternalMemoizedMaskedChildContext;
-                        }
-
-                        var context = {};
-                        for (var key in contextTypes) {
-                            context[key] = unmaskedContext[key];
-                        }
-
-                        {
-                            var name = getComponentName(type) || 'Unknown';
-                            checkPropTypes(contextTypes, context, 'context', name, getCurrentFiberStackInDev);
-                        }
-
-                        // Cache unmasked context so we can avoid recreating masked context unless necessary.
-                        // Context is created before the class component is instantiated so check for instance.
-                        if (instance) {
-                            cacheContext(workInProgress, unmaskedContext, context);
-                        }
-
-                        return context;
-                    }
-
-                    function hasContextChanged() {
-                        return didPerformWorkStackCursor.current;
-                    }
-
-                    function isContextProvider(type) {
-                        var childContextTypes = type.childContextTypes;
-                        return childContextTypes !== null && childContextTypes !== undefined;
-                    }
-
-                    function popContext(fiber) {
-                        pop(didPerformWorkStackCursor, fiber);
-                        pop(contextStackCursor, fiber);
-                    }
-
-                    function popTopLevelContextObject(fiber) {
-                        pop(didPerformWorkStackCursor, fiber);
-                        pop(contextStackCursor, fiber);
-                    }
-
-                    function pushTopLevelContextObject(fiber, context, didChange) {
-                        !(contextStackCursor.current === emptyContextObject) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        push(contextStackCursor, context, fiber);
-                        push(didPerformWorkStackCursor, didChange, fiber);
-                    }
-
-                    function processChildContext(fiber, type, parentContext) {
-                        var instance = fiber.stateNode;
-                        var childContextTypes = type.childContextTypes;
-
-                        // TODO (bvaughn) Replace this behavior with an invariant() in the future.
-                        // It has only been added in Fiber to match the (unintentional) behavior in Stack.
-                        if (typeof instance.getChildContext !== 'function') {
-                            {
-                                var componentName = getComponentName(type) || 'Unknown';
-
-                                if (!warnedAboutMissingGetChildContext[componentName]) {
-                                    warnedAboutMissingGetChildContext[componentName] = true;
-                                    warningWithoutStack$1(false, '%s.childContextTypes is specified but there is no getChildContext() method ' + 'on the instance. You can either define getChildContext() on %s or remove ' + 'childContextTypes from it.', componentName, componentName);
-                                }
-                            }
-                            return parentContext;
-                        }
-
-                        var childContext = void 0;
-                        {
-                            setCurrentPhase('getChildContext');
-                        }
-                        startPhaseTimer(fiber, 'getChildContext');
-                        childContext = instance.getChildContext();
-                        stopPhaseTimer();
-                        {
-                            setCurrentPhase(null);
-                        }
-                        for (var contextKey in childContext) {
-                            !(contextKey in childContextTypes) ? invariant(false, '%s.getChildContext(): key "%s" is not defined in childContextTypes.', getComponentName(type) || 'Unknown', contextKey) : void 0;
-                        }
-                        {
-                            var name = getComponentName(type) || 'Unknown';
-                            checkPropTypes(childContextTypes, childContext, 'child context', name,
-                                // In practice, there is one case in which we won't get a stack. It's when
-                                // somebody calls unstable_renderSubtreeIntoContainer() and we process
-                                // context from the parent component instance. The stack will be missing
-                                // because it's outside of the reconciliation, and so the pointer has not
-                                // been set. This is rare and doesn't matter. We'll also remove that API.
-                                getCurrentFiberStackInDev);
-                        }
-
-                        return _assign({}, parentContext, childContext);
-                    }
-
-                    function pushContextProvider(workInProgress) {
-                        var instance = workInProgress.stateNode;
-                        // We push the context as early as possible to ensure stack integrity.
-                        // If the instance does not exist yet, we will push null at first,
-                        // and replace it on the stack later when invalidating the context.
-                        var memoizedMergedChildContext = instance && instance.__reactInternalMemoizedMergedChildContext || emptyContextObject;
-
-                        // Remember the parent context so we can merge with it later.
-                        // Inherit the parent's did-perform-work value to avoid inadvertently blocking updates.
-                        previousContext = contextStackCursor.current;
-                        push(contextStackCursor, memoizedMergedChildContext, workInProgress);
-                        push(didPerformWorkStackCursor, didPerformWorkStackCursor.current, workInProgress);
-
-                        return true;
-                    }
-
-                    function invalidateContextProvider(workInProgress, type, didChange) {
-                        var instance = workInProgress.stateNode;
-                        !instance ? invariant(false, 'Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        if (didChange) {
-                            // Merge parent and own context.
-                            // Skip this if we're not updating due to sCU.
-                            // This avoids unnecessarily recomputing memoized values.
-                            var mergedContext = processChildContext(workInProgress, type, previousContext);
-                            instance.__reactInternalMemoizedMergedChildContext = mergedContext;
-
-                            // Replace the old (or empty) context with the new one.
-                            // It is important to unwind the context in the reverse order.
-                            pop(didPerformWorkStackCursor, workInProgress);
-                            pop(contextStackCursor, workInProgress);
-                            // Now push the new context and mark that it has changed.
-                            push(contextStackCursor, mergedContext, workInProgress);
-                            push(didPerformWorkStackCursor, didChange, workInProgress);
-                        } else {
-                            pop(didPerformWorkStackCursor, workInProgress);
-                            push(didPerformWorkStackCursor, didChange, workInProgress);
-                        }
-                    }
-
-                    function findCurrentUnmaskedContext(fiber) {
-                        // Currently this is only used with renderSubtreeIntoContainer; not sure if it
-                        // makes sense elsewhere
-                        !(isFiberMounted(fiber) && fiber.tag === ClassComponent) ? invariant(false, 'Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        var node = fiber;
-                        do {
-                            switch (node.tag) {
-                                case HostRoot:
-                                    return node.stateNode.context;
-                                case ClassComponent: {
-                                    var Component = node.type;
-                                    if (isContextProvider(Component)) {
-                                        return node.stateNode.__reactInternalMemoizedMergedChildContext;
-                                    }
-                                    break;
-                                }
-                            }
-                            node = node.return;
-                        } while (node !== null);
-                        invariant(false, 'Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.');
-                    }
-
-                    var onCommitFiberRoot = null;
-                    var onCommitFiberUnmount = null;
-                    var hasLoggedError = false;
-
-                    function catchErrors(fn) {
-                        return function (arg) {
-                            try {
-                                return fn(arg);
-                            } catch (err) {
-                                if (true && !hasLoggedError) {
-                                    hasLoggedError = true;
-                                    warningWithoutStack$1(false, 'React DevTools encountered an error: %s', err);
-                                }
-                            }
-                        };
-                    }
-
-                    var isDevToolsPresent = typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined';
-
-                    function injectInternals(internals) {
-                        if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') {
-                            // No DevTools
-                            return false;
-                        }
-                        var hook = __REACT_DEVTOOLS_GLOBAL_HOOK__;
-                        if (hook.isDisabled) {
-                            // This isn't a real property on the hook, but it can be set to opt out
-                            // of DevTools integration and associated warnings and logs.
-                            // https://github.com/facebook/react/issues/3877
-                            return true;
-                        }
-                        if (!hook.supportsFiber) {
-                            {
-                                warningWithoutStack$1(false, 'The installed version of React DevTools is too old and will not work ' + 'with the current version of React. Please update React DevTools. ' + 'https://fb.me/react-devtools');
-                            }
-                            // DevTools exists, even though it doesn't support Fiber.
-                            return true;
-                        }
-                        try {
-                            var rendererID = hook.inject(internals);
-                            // We have successfully injected, so now it is safe to set up hooks.
-                            onCommitFiberRoot = catchErrors(function (root) {
-                                return hook.onCommitFiberRoot(rendererID, root);
-                            });
-                            onCommitFiberUnmount = catchErrors(function (fiber) {
-                                return hook.onCommitFiberUnmount(rendererID, fiber);
-                            });
-                        } catch (err) {
-                            // Catch all errors because it is unsafe to throw during initialization.
-                            {
-                                warningWithoutStack$1(false, 'React DevTools encountered an error: %s.', err);
-                            }
-                        }
-                        // DevTools exists
-                        return true;
-                    }
-
-                    function onCommitRoot(root) {
-                        if (typeof onCommitFiberRoot === 'function') {
-                            onCommitFiberRoot(root);
-                        }
-                    }
-
-                    function onCommitUnmount(fiber) {
-                        if (typeof onCommitFiberUnmount === 'function') {
-                            onCommitFiberUnmount(fiber);
-                        }
-                    }
-
-// Max 31 bit integer. The max integer size in V8 for 32-bit systems.
-// Math.pow(2, 30) - 1
-// 0b111111111111111111111111111111
-                    var maxSigned31BitInt = 1073741823;
-
-                    var NoWork = 0;
-                    var Never = 1;
-                    var Sync = maxSigned31BitInt;
-
-                    var UNIT_SIZE = 10;
-                    var MAGIC_NUMBER_OFFSET = maxSigned31BitInt - 1;
-
-// 1 unit of expiration time represents 10ms.
-                    function msToExpirationTime(ms) {
-                        // Always add an offset so that we don't clash with the magic number for NoWork.
-                        return MAGIC_NUMBER_OFFSET - (ms / UNIT_SIZE | 0);
-                    }
-
-                    function expirationTimeToMs(expirationTime) {
-                        return (MAGIC_NUMBER_OFFSET - expirationTime) * UNIT_SIZE;
-                    }
-
-                    function ceiling(num, precision) {
-                        return ((num / precision | 0) + 1) * precision;
-                    }
-
-                    function computeExpirationBucket(currentTime, expirationInMs, bucketSizeMs) {
-                        return MAGIC_NUMBER_OFFSET - ceiling(MAGIC_NUMBER_OFFSET - currentTime + expirationInMs / UNIT_SIZE, bucketSizeMs / UNIT_SIZE);
-                    }
-
-                    var LOW_PRIORITY_EXPIRATION = 5000;
-                    var LOW_PRIORITY_BATCH_SIZE = 250;
-
-                    function computeAsyncExpiration(currentTime) {
-                        return computeExpirationBucket(currentTime, LOW_PRIORITY_EXPIRATION, LOW_PRIORITY_BATCH_SIZE);
-                    }
-
-// We intentionally set a higher expiration time for interactive updates in
-// dev than in production.
-//
-// If the main thread is being blocked so long that you hit the expiration,
-// it's a problem that could be solved with better scheduling.
-//
-// People will be more likely to notice this and fix it with the long
-// expiration time in development.
-//
-// In production we opt for better UX at the risk of masking scheduling
-// problems, by expiring fast.
-                    var HIGH_PRIORITY_EXPIRATION = 500;
-                    var HIGH_PRIORITY_BATCH_SIZE = 100;
-
-                    function computeInteractiveExpiration(currentTime) {
-                        return computeExpirationBucket(currentTime, HIGH_PRIORITY_EXPIRATION, HIGH_PRIORITY_BATCH_SIZE);
-                    }
-
-                    var NoContext = 0;
-                    var ConcurrentMode = 1;
-                    var StrictMode = 2;
-                    var ProfileMode = 4;
-
-                    var hasBadMapPolyfill = void 0;
-
-                    {
-                        hasBadMapPolyfill = false;
-                        try {
-                            var nonExtensibleObject = Object.preventExtensions({});
-                            var testMap = new Map([[nonExtensibleObject, null]]);
-                            var testSet = new Set([nonExtensibleObject]);
-                            // This is necessary for Rollup to not consider these unused.
-                            // https://github.com/rollup/rollup/issues/1771
-                            // TODO: we can remove these if Rollup fixes the bug.
-                            testMap.set(0, 0);
-                            testSet.add(0);
-                        } catch (e) {
-                            // TODO: Consider warning about bad polyfills
-                            hasBadMapPolyfill = true;
-                        }
-                    }
-
-// A Fiber is work on a Component that needs to be done or was done. There can
-// be more than one per component.
-
-
-                    var debugCounter = void 0;
-
-                    {
-                        debugCounter = 1;
-                    }
-
-                    function FiberNode(tag, pendingProps, key, mode) {
-                        // Instance
-                        this.tag = tag;
-                        this.key = key;
-                        this.elementType = null;
-                        this.type = null;
-                        this.stateNode = null;
-
-                        // Fiber
-                        this.return = null;
-                        this.child = null;
-                        this.sibling = null;
-                        this.index = 0;
-
-                        this.ref = null;
-
-                        this.pendingProps = pendingProps;
-                        this.memoizedProps = null;
-                        this.updateQueue = null;
-                        this.memoizedState = null;
-                        this.firstContextDependency = null;
-
-                        this.mode = mode;
-
-                        // Effects
-                        this.effectTag = NoEffect;
-                        this.nextEffect = null;
-
-                        this.firstEffect = null;
-                        this.lastEffect = null;
-
-                        this.expirationTime = NoWork;
-                        this.childExpirationTime = NoWork;
-
-                        this.alternate = null;
-
-                        if (enableProfilerTimer) {
-                            // Note: The following is done to avoid a v8 performance cliff.
-                            //
-                            // Initializing the fields below to smis and later updating them with
-                            // double values will cause Fibers to end up having separate shapes.
-                            // This behavior/bug has something to do with Object.preventExtension().
-                            // Fortunately this only impacts DEV builds.
-                            // Unfortunately it makes React unusably slow for some applications.
-                            // To work around this, initialize the fields below with doubles.
-                            //
-                            // Learn more about this here:
-                            // https://github.com/facebook/react/issues/14365
-                            // https://bugs.chromium.org/p/v8/issues/detail?id=8538
-                            this.actualDuration = Number.NaN;
-                            this.actualStartTime = Number.NaN;
-                            this.selfBaseDuration = Number.NaN;
-                            this.treeBaseDuration = Number.NaN;
-
-                            // It's okay to replace the initial doubles with smis after initialization.
-                            // This won't trigger the performance cliff mentioned above,
-                            // and it simplifies other profiler code (including DevTools).
-                            this.actualDuration = 0;
-                            this.actualStartTime = -1;
-                            this.selfBaseDuration = 0;
-                            this.treeBaseDuration = 0;
-                        }
-
-                        {
-                            this._debugID = debugCounter++;
-                            this._debugSource = null;
-                            this._debugOwner = null;
-                            this._debugIsCurrentlyTiming = false;
-                            if (!hasBadMapPolyfill && typeof Object.preventExtensions === 'function') {
-                                Object.preventExtensions(this);
-                            }
-                        }
-                    }
-
-// This is a constructor function, rather than a POJO constructor, still
-// please ensure we do the following:
-// 1) Nobody should add any instance methods on this. Instance methods can be
-//    more difficult to predict when they get optimized and they are almost
-//    never inlined properly in static compilers.
-// 2) Nobody should rely on `instanceof Fiber` for type testing. We should
-//    always know when it is a fiber.
-// 3) We might want to experiment with using numeric keys since they are easier
-//    to optimize in a non-JIT environment.
-// 4) We can easily go from a constructor to a createFiber object literal if that
-//    is faster.
-// 5) It should be easy to port this to a C struct and keep a C implementation
-//    compatible.
-                    var createFiber = function (tag, pendingProps, key, mode) {
-                        // $FlowFixMe: the shapes are exact here but Flow doesn't like constructors
-                        return new FiberNode(tag, pendingProps, key, mode);
-                    };
-
-                    function shouldConstruct(Component) {
-                        var prototype = Component.prototype;
-                        return !!(prototype && prototype.isReactComponent);
-                    }
-
-                    function isSimpleFunctionComponent(type) {
-                        return typeof type === 'function' && !shouldConstruct(type) && type.defaultProps === undefined;
-                    }
-
-                    function resolveLazyComponentTag(Component) {
-                        if (typeof Component === 'function') {
-                            return shouldConstruct(Component) ? ClassComponent : FunctionComponent;
-                        } else if (Component !== undefined && Component !== null) {
-                            var $$typeof = Component.$$typeof;
-                            if ($$typeof === REACT_FORWARD_REF_TYPE) {
-                                return ForwardRef;
-                            }
-                            if ($$typeof === REACT_MEMO_TYPE) {
-                                return MemoComponent;
-                            }
-                        }
-                        return IndeterminateComponent;
-                    }
-
-// This is used to create an alternate fiber to do work on.
-                    function createWorkInProgress(current, pendingProps, expirationTime) {
-                        var workInProgress = current.alternate;
-                        if (workInProgress === null) {
-                            // We use a double buffering pooling technique because we know that we'll
-                            // only ever need at most two versions of a tree. We pool the "other" unused
-                            // node that we're free to reuse. This is lazily created to avoid allocating
-                            // extra objects for things that are never updated. It also allow us to
-                            // reclaim the extra memory if needed.
-                            workInProgress = createFiber(current.tag, pendingProps, current.key, current.mode);
-                            workInProgress.elementType = current.elementType;
-                            workInProgress.type = current.type;
-                            workInProgress.stateNode = current.stateNode;
-
-                            {
-                                // DEV-only fields
-                                workInProgress._debugID = current._debugID;
-                                workInProgress._debugSource = current._debugSource;
-                                workInProgress._debugOwner = current._debugOwner;
-                            }
-
-                            workInProgress.alternate = current;
-                            current.alternate = workInProgress;
-                        } else {
-                            workInProgress.pendingProps = pendingProps;
-
-                            // We already have an alternate.
-                            // Reset the effect tag.
-                            workInProgress.effectTag = NoEffect;
-
-                            // The effect list is no longer valid.
-                            workInProgress.nextEffect = null;
-                            workInProgress.firstEffect = null;
-                            workInProgress.lastEffect = null;
-
-                            if (enableProfilerTimer) {
-                                // We intentionally reset, rather than copy, actualDuration & actualStartTime.
-                                // This prevents time from endlessly accumulating in new commits.
-                                // This has the downside of resetting values for different priority renders,
-                                // But works for yielding (the common case) and should support resuming.
-                                workInProgress.actualDuration = 0;
-                                workInProgress.actualStartTime = -1;
-                            }
-                        }
-
-                        workInProgress.childExpirationTime = current.childExpirationTime;
-                        workInProgress.expirationTime = current.expirationTime;
-
-                        workInProgress.child = current.child;
-                        workInProgress.memoizedProps = current.memoizedProps;
-                        workInProgress.memoizedState = current.memoizedState;
-                        workInProgress.updateQueue = current.updateQueue;
-                        workInProgress.firstContextDependency = current.firstContextDependency;
-
-                        // These will be overridden during the parent's reconciliation
-                        workInProgress.sibling = current.sibling;
-                        workInProgress.index = current.index;
-                        workInProgress.ref = current.ref;
-
-                        if (enableProfilerTimer) {
-                            workInProgress.selfBaseDuration = current.selfBaseDuration;
-                            workInProgress.treeBaseDuration = current.treeBaseDuration;
-                        }
-
-                        return workInProgress;
-                    }
-
-                    function createHostRootFiber(isConcurrent) {
-                        var mode = isConcurrent ? ConcurrentMode | StrictMode : NoContext;
-
-                        if (enableProfilerTimer && isDevToolsPresent) {
-                            // Always collect profile timings when DevTools are present.
-                            // This enables DevTools to start capturing timing at any point–
-                            // Without some nodes in the tree having empty base times.
-                            mode |= ProfileMode;
-                        }
-
-                        return createFiber(HostRoot, null, null, mode);
-                    }
-
-                    function createFiberFromTypeAndProps(type, // React$ElementType
-                                                         key, pendingProps, owner, mode, expirationTime) {
-                        var fiber = void 0;
-
-                        var fiberTag = IndeterminateComponent;
-                        // The resolved type is set if we know what the final type will be. I.e. it's not lazy.
-                        var resolvedType = type;
-                        if (typeof type === 'function') {
-                            if (shouldConstruct(type)) {
-                                fiberTag = ClassComponent;
-                            }
-                        } else if (typeof type === 'string') {
-                            fiberTag = HostComponent;
-                        } else {
-                            getTag: switch (type) {
-                                case REACT_FRAGMENT_TYPE:
-                                    return createFiberFromFragment(pendingProps.children, mode, expirationTime, key);
-                                case REACT_CONCURRENT_MODE_TYPE:
-                                    return createFiberFromMode(pendingProps, mode | ConcurrentMode | StrictMode, expirationTime, key);
-                                case REACT_STRICT_MODE_TYPE:
-                                    return createFiberFromMode(pendingProps, mode | StrictMode, expirationTime, key);
-                                case REACT_PROFILER_TYPE:
-                                    return createFiberFromProfiler(pendingProps, mode, expirationTime, key);
-                                case REACT_SUSPENSE_TYPE:
-                                    return createFiberFromSuspense(pendingProps, mode, expirationTime, key);
-                                default: {
-                                    if (typeof type === 'object' && type !== null) {
-                                        switch (type.$$typeof) {
-                                            case REACT_PROVIDER_TYPE:
-                                                fiberTag = ContextProvider;
-                                                break getTag;
-                                            case REACT_CONTEXT_TYPE:
-                                                // This is a consumer
-                                                fiberTag = ContextConsumer;
-                                                break getTag;
-                                            case REACT_FORWARD_REF_TYPE:
-                                                fiberTag = ForwardRef;
-                                                break getTag;
-                                            case REACT_MEMO_TYPE:
-                                                fiberTag = MemoComponent;
-                                                break getTag;
-                                            case REACT_LAZY_TYPE:
-                                                fiberTag = LazyComponent;
-                                                resolvedType = null;
-                                                break getTag;
-                                        }
-                                    }
-                                    var info = '';
-                                    {
-                                        if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
-                                            info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and " + 'named imports.';
-                                        }
-                                        var ownerName = owner ? getComponentName(owner.type) : null;
-                                        if (ownerName) {
-                                            info += '\n\nCheck the render method of `' + ownerName + '`.';
-                                        }
-                                    }
-                                    invariant(false, 'Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s', type == null ? type : typeof type, info);
-                                }
-                            }
-                        }
-
-                        fiber = createFiber(fiberTag, pendingProps, key, mode);
-                        fiber.elementType = type;
-                        fiber.type = resolvedType;
-                        fiber.expirationTime = expirationTime;
-
-                        return fiber;
-                    }
-
-                    function createFiberFromElement(element, mode, expirationTime) {
-                        var owner = null;
-                        {
-                            owner = element._owner;
-                        }
-                        var type = element.type;
-                        var key = element.key;
-                        var pendingProps = element.props;
-                        var fiber = createFiberFromTypeAndProps(type, key, pendingProps, owner, mode, expirationTime);
-                        {
-                            fiber._debugSource = element._source;
-                            fiber._debugOwner = element._owner;
-                        }
-                        return fiber;
-                    }
-
-                    function createFiberFromFragment(elements, mode, expirationTime, key) {
-                        var fiber = createFiber(Fragment, elements, key, mode);
-                        fiber.expirationTime = expirationTime;
-                        return fiber;
-                    }
-
-                    function createFiberFromProfiler(pendingProps, mode, expirationTime, key) {
-                        {
-                            if (typeof pendingProps.id !== 'string' || typeof pendingProps.onRender !== 'function') {
-                                warningWithoutStack$1(false, 'Profiler must specify an "id" string and "onRender" function as props');
-                            }
-                        }
-
-                        var fiber = createFiber(Profiler, pendingProps, key, mode | ProfileMode);
-                        // TODO: The Profiler fiber shouldn't have a type. It has a tag.
-                        fiber.elementType = REACT_PROFILER_TYPE;
-                        fiber.type = REACT_PROFILER_TYPE;
-                        fiber.expirationTime = expirationTime;
-
-                        return fiber;
-                    }
-
-                    function createFiberFromMode(pendingProps, mode, expirationTime, key) {
-                        var fiber = createFiber(Mode, pendingProps, key, mode);
-
-                        // TODO: The Mode fiber shouldn't have a type. It has a tag.
-                        var type = (mode & ConcurrentMode) === NoContext ? REACT_STRICT_MODE_TYPE : REACT_CONCURRENT_MODE_TYPE;
-                        fiber.elementType = type;
-                        fiber.type = type;
-
-                        fiber.expirationTime = expirationTime;
-                        return fiber;
-                    }
-
-                    function createFiberFromSuspense(pendingProps, mode, expirationTime, key) {
-                        var fiber = createFiber(SuspenseComponent, pendingProps, key, mode);
-
-                        // TODO: The SuspenseComponent fiber shouldn't have a type. It has a tag.
-                        var type = REACT_SUSPENSE_TYPE;
-                        fiber.elementType = type;
-                        fiber.type = type;
-
-                        fiber.expirationTime = expirationTime;
-                        return fiber;
-                    }
-
-                    function createFiberFromText(content, mode, expirationTime) {
-                        var fiber = createFiber(HostText, content, null, mode);
-                        fiber.expirationTime = expirationTime;
-                        return fiber;
-                    }
-
-                    function createFiberFromHostInstanceForDeletion() {
-                        var fiber = createFiber(HostComponent, null, null, NoContext);
-                        // TODO: These should not need a type.
-                        fiber.elementType = 'DELETED';
-                        fiber.type = 'DELETED';
-                        return fiber;
-                    }
-
-                    function createFiberFromPortal(portal, mode, expirationTime) {
-                        var pendingProps = portal.children !== null ? portal.children : [];
-                        var fiber = createFiber(HostPortal, pendingProps, portal.key, mode);
-                        fiber.expirationTime = expirationTime;
-                        fiber.stateNode = {
-                            containerInfo: portal.containerInfo,
-                            pendingChildren: null, // Used by persistent updates
-                            implementation: portal.implementation
-                        };
-                        return fiber;
-                    }
-
-// Used for stashing WIP properties to replay failed work in DEV.
-                    function assignFiberPropertiesInDEV(target, source) {
-                        if (target === null) {
-                            // This Fiber's initial properties will always be overwritten.
-                            // We only use a Fiber to ensure the same hidden class so DEV isn't slow.
-                            target = createFiber(IndeterminateComponent, null, null, NoContext);
-                        }
-
-                        // This is intentionally written as a list of all properties.
-                        // We tried to use Object.assign() instead but this is called in
-                        // the hottest path, and Object.assign() was too slow:
-                        // https://github.com/facebook/react/issues/12502
-                        // This code is DEV-only so size is not a concern.
-
-                        target.tag = source.tag;
-                        target.key = source.key;
-                        target.elementType = source.elementType;
-                        target.type = source.type;
-                        target.stateNode = source.stateNode;
-                        target.return = source.return;
-                        target.child = source.child;
-                        target.sibling = source.sibling;
-                        target.index = source.index;
-                        target.ref = source.ref;
-                        target.pendingProps = source.pendingProps;
-                        target.memoizedProps = source.memoizedProps;
-                        target.updateQueue = source.updateQueue;
-                        target.memoizedState = source.memoizedState;
-                        target.firstContextDependency = source.firstContextDependency;
-                        target.mode = source.mode;
-                        target.effectTag = source.effectTag;
-                        target.nextEffect = source.nextEffect;
-                        target.firstEffect = source.firstEffect;
-                        target.lastEffect = source.lastEffect;
-                        target.expirationTime = source.expirationTime;
-                        target.childExpirationTime = source.childExpirationTime;
-                        target.alternate = source.alternate;
-                        if (enableProfilerTimer) {
-                            target.actualDuration = source.actualDuration;
-                            target.actualStartTime = source.actualStartTime;
-                            target.selfBaseDuration = source.selfBaseDuration;
-                            target.treeBaseDuration = source.treeBaseDuration;
-                        }
-                        target._debugID = source._debugID;
-                        target._debugSource = source._debugSource;
-                        target._debugOwner = source._debugOwner;
-                        target._debugIsCurrentlyTiming = source._debugIsCurrentlyTiming;
-                        return target;
-                    }
-
-// TODO: This should be lifted into the renderer.
-
-
-// The following attributes are only used by interaction tracing builds.
-// They enable interactions to be associated with their async work,
-// And expose interaction metadata to the React DevTools Profiler plugin.
-// Note that these attributes are only defined when the enableSchedulerTracing flag is enabled.
-
-
-// Exported FiberRoot type includes all properties,
-// To avoid requiring potentially error-prone :any casts throughout the project.
-// Profiling properties are only safe to access in profiling builds (when enableSchedulerTracing is true).
-// The types are defined separately within this file to ensure they stay in sync.
-// (We don't have to use an inline :any cast when enableSchedulerTracing is disabled.)
-
-
-                    function createFiberRoot(containerInfo, isConcurrent, hydrate) {
-                        // Cyclic construction. This cheats the type system right now because
-                        // stateNode is any.
-                        var uninitializedFiber = createHostRootFiber(isConcurrent);
-
-                        var root = void 0;
-                        if (enableSchedulerTracing) {
-                            root = {
-                                current: uninitializedFiber,
-                                containerInfo: containerInfo,
-                                pendingChildren: null,
-
-                                earliestPendingTime: NoWork,
-                                latestPendingTime: NoWork,
-                                earliestSuspendedTime: NoWork,
-                                latestSuspendedTime: NoWork,
-                                latestPingedTime: NoWork,
-
-                                pingCache: null,
-
-                                didError: false,
-
-                                pendingCommitExpirationTime: NoWork,
-                                finishedWork: null,
-                                timeoutHandle: noTimeout,
-                                context: null,
-                                pendingContext: null,
-                                hydrate: hydrate,
-                                nextExpirationTimeToWorkOn: NoWork,
-                                expirationTime: NoWork,
-                                firstBatch: null,
-                                nextScheduledRoot: null,
-
-                                interactionThreadID: tracing.unstable_getThreadID(),
-                                memoizedInteractions: new Set(),
-                                pendingInteractionMap: new Map()
-                            };
-                        } else {
-                            root = {
-                                current: uninitializedFiber,
-                                containerInfo: containerInfo,
-                                pendingChildren: null,
-
-                                pingCache: null,
-
-                                earliestPendingTime: NoWork,
-                                latestPendingTime: NoWork,
-                                earliestSuspendedTime: NoWork,
-                                latestSuspendedTime: NoWork,
-                                latestPingedTime: NoWork,
-
-                                didError: false,
-
-                                pendingCommitExpirationTime: NoWork,
-                                finishedWork: null,
-                                timeoutHandle: noTimeout,
-                                context: null,
-                                pendingContext: null,
-                                hydrate: hydrate,
-                                nextExpirationTimeToWorkOn: NoWork,
-                                expirationTime: NoWork,
-                                firstBatch: null,
-                                nextScheduledRoot: null
-                            };
-                        }
-
-                        uninitializedFiber.stateNode = root;
-
-                        // The reason for the way the Flow types are structured in this file,
-                        // Is to avoid needing :any casts everywhere interaction tracing fields are used.
-                        // Unfortunately that requires an :any cast for non-interaction tracing capable builds.
-                        // $FlowFixMe Remove this :any cast and replace it with something better.
-                        return root;
-                    }
-
-                    /**
-                     * Forked from fbjs/warning:
-                     * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js
-                     *
-                     * Only change is we use console.warn instead of console.error,
-                     * and do nothing when 'console' is not supported.
-                     * This really simplifies the code.
-                     * ---
-                     * Similar to invariant but only logs a warning if the condition is not met.
-                     * This can be used to log issues in development environments in critical
-                     * paths. Removing the logging code for production environments will keep the
-                     * same logic and follow the same code paths.
-                     */
-
-                    var lowPriorityWarning = function () {
-                    };
-
-                    {
-                        var printWarning = function (format) {
-                            for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
-                                args[_key - 1] = arguments[_key];
-                            }
-
-                            var argIndex = 0;
-                            var message = 'Warning: ' + format.replace(/%s/g, function () {
-                                return args[argIndex++];
-                            });
-                            if (typeof console !== 'undefined') {
-                                console.warn(message);
-                            }
-                            try {
-                                // --- Welcome to debugging React ---
-                                // This error was thrown as a convenience so that you can use this stack
-                                // to find the callsite that caused this warning to fire.
-                                throw new Error(message);
-                            } catch (x) {
-                            }
-                        };
-
-                        lowPriorityWarning = function (condition, format) {
-                            if (format === undefined) {
-                                throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
-                            }
-                            if (!condition) {
-                                for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
-                                    args[_key2 - 2] = arguments[_key2];
-                                }
-
-                                printWarning.apply(undefined, [format].concat(args));
-                            }
-                        };
-                    }
-
-                    var lowPriorityWarning$1 = lowPriorityWarning;
-
-                    var ReactStrictModeWarnings = {
-                        discardPendingWarnings: function () {
-                        },
-                        flushPendingDeprecationWarnings: function () {
-                        },
-                        flushPendingUnsafeLifecycleWarnings: function () {
-                        },
-                        recordDeprecationWarnings: function (fiber, instance) {
-                        },
-                        recordUnsafeLifecycleWarnings: function (fiber, instance) {
-                        },
-                        recordLegacyContextWarning: function (fiber, instance) {
-                        },
-                        flushLegacyContextWarning: function () {
-                        }
-                    };
-
-                    {
-                        var LIFECYCLE_SUGGESTIONS = {
-                            UNSAFE_componentWillMount: 'componentDidMount',
-                            UNSAFE_componentWillReceiveProps: 'static getDerivedStateFromProps',
-                            UNSAFE_componentWillUpdate: 'componentDidUpdate'
-                        };
-
-                        var pendingComponentWillMountWarnings = [];
-                        var pendingComponentWillReceivePropsWarnings = [];
-                        var pendingComponentWillUpdateWarnings = [];
-                        var pendingUnsafeLifecycleWarnings = new Map();
-                        var pendingLegacyContextWarning = new Map();
-
-                        // Tracks components we have already warned about.
-                        var didWarnAboutDeprecatedLifecycles = new Set();
-                        var didWarnAboutUnsafeLifecycles = new Set();
-                        var didWarnAboutLegacyContext = new Set();
-
-                        var setToSortedString = function (set) {
-                            var array = [];
-                            set.forEach(function (value) {
-                                array.push(value);
-                            });
-                            return array.sort().join(', ');
-                        };
-
-                        ReactStrictModeWarnings.discardPendingWarnings = function () {
-                            pendingComponentWillMountWarnings = [];
-                            pendingComponentWillReceivePropsWarnings = [];
-                            pendingComponentWillUpdateWarnings = [];
-                            pendingUnsafeLifecycleWarnings = new Map();
-                            pendingLegacyContextWarning = new Map();
-                        };
-
-                        ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings = function () {
-                            pendingUnsafeLifecycleWarnings.forEach(function (lifecycleWarningsMap, strictRoot) {
-                                var lifecyclesWarningMesages = [];
-
-                                Object.keys(lifecycleWarningsMap).forEach(function (lifecycle) {
-                                    var lifecycleWarnings = lifecycleWarningsMap[lifecycle];
-                                    if (lifecycleWarnings.length > 0) {
-                                        var componentNames = new Set();
-                                        lifecycleWarnings.forEach(function (fiber) {
-                                            componentNames.add(getComponentName(fiber.type) || 'Component');
-                                            didWarnAboutUnsafeLifecycles.add(fiber.type);
-                                        });
-
-                                        var formatted = lifecycle.replace('UNSAFE_', '');
-                                        var suggestion = LIFECYCLE_SUGGESTIONS[lifecycle];
-                                        var sortedComponentNames = setToSortedString(componentNames);
-
-                                        lifecyclesWarningMesages.push(formatted + ': Please update the following components to use ' + (suggestion + ' instead: ' + sortedComponentNames));
-                                    }
-                                });
-
-                                if (lifecyclesWarningMesages.length > 0) {
-                                    var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);
-
-                                    warningWithoutStack$1(false, 'Unsafe lifecycle methods were found within a strict-mode tree:%s' + '\n\n%s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-strict-mode-warnings', strictRootComponentStack, lifecyclesWarningMesages.join('\n\n'));
-                                }
-                            });
-
-                            pendingUnsafeLifecycleWarnings = new Map();
-                        };
-
-                        var findStrictRoot = function (fiber) {
-                            var maybeStrictRoot = null;
-
-                            var node = fiber;
-                            while (node !== null) {
-                                if (node.mode & StrictMode) {
-                                    maybeStrictRoot = node;
-                                }
-                                node = node.return;
-                            }
-
-                            return maybeStrictRoot;
-                        };
-
-                        ReactStrictModeWarnings.flushPendingDeprecationWarnings = function () {
-                            if (pendingComponentWillMountWarnings.length > 0) {
-                                var uniqueNames = new Set();
-                                pendingComponentWillMountWarnings.forEach(function (fiber) {
-                                    uniqueNames.add(getComponentName(fiber.type) || 'Component');
-                                    didWarnAboutDeprecatedLifecycles.add(fiber.type);
-                                });
-
-                                var sortedNames = setToSortedString(uniqueNames);
-
-                                lowPriorityWarning$1(false, 'componentWillMount is deprecated and will be removed in the next major version. ' + 'Use componentDidMount instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillMount.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', sortedNames);
-
-                                pendingComponentWillMountWarnings = [];
-                            }
-
-                            if (pendingComponentWillReceivePropsWarnings.length > 0) {
-                                var _uniqueNames = new Set();
-                                pendingComponentWillReceivePropsWarnings.forEach(function (fiber) {
-                                    _uniqueNames.add(getComponentName(fiber.type) || 'Component');
-                                    didWarnAboutDeprecatedLifecycles.add(fiber.type);
-                                });
-
-                                var _sortedNames = setToSortedString(_uniqueNames);
-
-                                lowPriorityWarning$1(false, 'componentWillReceiveProps is deprecated and will be removed in the next major version. ' + 'Use static getDerivedStateFromProps instead.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', _sortedNames);
-
-                                pendingComponentWillReceivePropsWarnings = [];
-                            }
-
-                            if (pendingComponentWillUpdateWarnings.length > 0) {
-                                var _uniqueNames2 = new Set();
-                                pendingComponentWillUpdateWarnings.forEach(function (fiber) {
-                                    _uniqueNames2.add(getComponentName(fiber.type) || 'Component');
-                                    didWarnAboutDeprecatedLifecycles.add(fiber.type);
-                                });
-
-                                var _sortedNames2 = setToSortedString(_uniqueNames2);
-
-                                lowPriorityWarning$1(false, 'componentWillUpdate is deprecated and will be removed in the next major version. ' + 'Use componentDidUpdate instead. As a temporary workaround, ' + 'you can rename to UNSAFE_componentWillUpdate.' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-async-component-lifecycle-hooks', _sortedNames2);
-
-                                pendingComponentWillUpdateWarnings = [];
-                            }
-                        };
-
-                        ReactStrictModeWarnings.recordDeprecationWarnings = function (fiber, instance) {
-                            // Dedup strategy: Warn once per component.
-                            if (didWarnAboutDeprecatedLifecycles.has(fiber.type)) {
-                                return;
-                            }
-
-                            // Don't warn about react-lifecycles-compat polyfilled components.
-                            if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {
-                                pendingComponentWillMountWarnings.push(fiber);
-                            }
-                            if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {
-                                pendingComponentWillReceivePropsWarnings.push(fiber);
-                            }
-                            if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {
-                                pendingComponentWillUpdateWarnings.push(fiber);
-                            }
-                        };
-
-                        ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function (fiber, instance) {
-                            var strictRoot = findStrictRoot(fiber);
-                            if (strictRoot === null) {
-                                warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');
-                                return;
-                            }
-
-                            // Dedup strategy: Warn once per component.
-                            // This is difficult to track any other way since component names
-                            // are often vague and are likely to collide between 3rd party libraries.
-                            // An expand property is probably okay to use here since it's DEV-only,
-                            // and will only be set in the event of serious warnings.
-                            if (didWarnAboutUnsafeLifecycles.has(fiber.type)) {
-                                return;
-                            }
-
-                            var warningsForRoot = void 0;
-                            if (!pendingUnsafeLifecycleWarnings.has(strictRoot)) {
-                                warningsForRoot = {
-                                    UNSAFE_componentWillMount: [],
-                                    UNSAFE_componentWillReceiveProps: [],
-                                    UNSAFE_componentWillUpdate: []
-                                };
-
-                                pendingUnsafeLifecycleWarnings.set(strictRoot, warningsForRoot);
-                            } else {
-                                warningsForRoot = pendingUnsafeLifecycleWarnings.get(strictRoot);
-                            }
-
-                            var unsafeLifecycles = [];
-                            if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillMount === 'function') {
-                                unsafeLifecycles.push('UNSAFE_componentWillMount');
-                            }
-                            if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
-                                unsafeLifecycles.push('UNSAFE_componentWillReceiveProps');
-                            }
-                            if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true || typeof instance.UNSAFE_componentWillUpdate === 'function') {
-                                unsafeLifecycles.push('UNSAFE_componentWillUpdate');
-                            }
-
-                            if (unsafeLifecycles.length > 0) {
-                                unsafeLifecycles.forEach(function (lifecycle) {
-                                    warningsForRoot[lifecycle].push(fiber);
-                                });
-                            }
-                        };
-
-                        ReactStrictModeWarnings.recordLegacyContextWarning = function (fiber, instance) {
-                            var strictRoot = findStrictRoot(fiber);
-                            if (strictRoot === null) {
-                                warningWithoutStack$1(false, 'Expected to find a StrictMode component in a strict mode tree. ' + 'This error is likely caused by a bug in React. Please file an issue.');
-                                return;
-                            }
-
-                            // Dedup strategy: Warn once per component.
-                            if (didWarnAboutLegacyContext.has(fiber.type)) {
-                                return;
-                            }
-
-                            var warningsForRoot = pendingLegacyContextWarning.get(strictRoot);
-
-                            if (fiber.type.contextTypes != null || fiber.type.childContextTypes != null || instance !== null && typeof instance.getChildContext === 'function') {
-                                if (warningsForRoot === undefined) {
-                                    warningsForRoot = [];
-                                    pendingLegacyContextWarning.set(strictRoot, warningsForRoot);
-                                }
-                                warningsForRoot.push(fiber);
-                            }
-                        };
-
-                        ReactStrictModeWarnings.flushLegacyContextWarning = function () {
-                            pendingLegacyContextWarning.forEach(function (fiberArray, strictRoot) {
-                                var uniqueNames = new Set();
-                                fiberArray.forEach(function (fiber) {
-                                    uniqueNames.add(getComponentName(fiber.type) || 'Component');
-                                    didWarnAboutLegacyContext.add(fiber.type);
-                                });
-
-                                var sortedNames = setToSortedString(uniqueNames);
-                                var strictRootComponentStack = getStackByFiberInDevAndProd(strictRoot);
-
-                                warningWithoutStack$1(false, 'Legacy context API has been detected within a strict-mode tree: %s' + '\n\nPlease update the following components: %s' + '\n\nLearn more about this warning here:' + '\nhttps://fb.me/react-strict-mode-warnings', strictRootComponentStack, sortedNames);
-                            });
-                        };
-                    }
-
-// This lets us hook into Fiber to debug what it's doing.
-// See https://github.com/facebook/react/pull/8033.
-// This is not part of the public API, not even for React DevTools.
-// You may only inject a debugTool if you work on React Fiber itself.
-                    var ReactFiberInstrumentation = {
-                        debugTool: null
-                    };
-
-                    var ReactFiberInstrumentation_1 = ReactFiberInstrumentation;
-
-// TODO: Offscreen updates should never suspend. However, a promise that
-// suspended inside an offscreen subtree should be able to ping at the priority
-// of the outer render.
-
-                    function markPendingPriorityLevel(root, expirationTime) {
-                        // If there's a gap between completing a failed root and retrying it,
-                        // additional updates may be scheduled. Clear `didError`, in case the update
-                        // is sufficient to fix the error.
-                        root.didError = false;
-
-                        // Update the latest and earliest pending times
-                        var earliestPendingTime = root.earliestPendingTime;
-                        if (earliestPendingTime === NoWork) {
-                            // No other pending updates.
-                            root.earliestPendingTime = root.latestPendingTime = expirationTime;
-                        } else {
-                            if (earliestPendingTime < expirationTime) {
-                                // This is the earliest pending update.
-                                root.earliestPendingTime = expirationTime;
-                            } else {
-                                var latestPendingTime = root.latestPendingTime;
-                                if (latestPendingTime > expirationTime) {
-                                    // This is the latest pending update
-                                    root.latestPendingTime = expirationTime;
-                                }
-                            }
-                        }
-                        findNextExpirationTimeToWorkOn(expirationTime, root);
-                    }
-
-                    function markCommittedPriorityLevels(root, earliestRemainingTime) {
-                        root.didError = false;
-
-                        if (earliestRemainingTime === NoWork) {
-                            // Fast path. There's no remaining work. Clear everything.
-                            root.earliestPendingTime = NoWork;
-                            root.latestPendingTime = NoWork;
-                            root.earliestSuspendedTime = NoWork;
-                            root.latestSuspendedTime = NoWork;
-                            root.latestPingedTime = NoWork;
-                            findNextExpirationTimeToWorkOn(NoWork, root);
-                            return;
-                        }
-
-                        if (earliestRemainingTime < root.latestPingedTime) {
-                            root.latestPingedTime = NoWork;
-                        }
-
-                        // Let's see if the previous latest known pending level was just flushed.
-                        var latestPendingTime = root.latestPendingTime;
-                        if (latestPendingTime !== NoWork) {
-                            if (latestPendingTime > earliestRemainingTime) {
-                                // We've flushed all the known pending levels.
-                                root.earliestPendingTime = root.latestPendingTime = NoWork;
-                            } else {
-                                var earliestPendingTime = root.earliestPendingTime;
-                                if (earliestPendingTime > earliestRemainingTime) {
-                                    // We've flushed the earliest known pending level. Set this to the
-                                    // latest pending time.
-                                    root.earliestPendingTime = root.latestPendingTime;
-                                }
-                            }
-                        }
-
-                        // Now let's handle the earliest remaining level in the whole tree. We need to
-                        // decide whether to treat it as a pending level or as suspended. Check
-                        // it falls within the range of known suspended levels.
-
-                        var earliestSuspendedTime = root.earliestSuspendedTime;
-                        if (earliestSuspendedTime === NoWork) {
-                            // There's no suspended work. Treat the earliest remaining level as a
-                            // pending level.
-                            markPendingPriorityLevel(root, earliestRemainingTime);
-                            findNextExpirationTimeToWorkOn(NoWork, root);
-                            return;
-                        }
-
-                        var latestSuspendedTime = root.latestSuspendedTime;
-                        if (earliestRemainingTime < latestSuspendedTime) {
-                            // The earliest remaining level is later than all the suspended work. That
-                            // means we've flushed all the suspended work.
-                            root.earliestSuspendedTime = NoWork;
-                            root.latestSuspendedTime = NoWork;
-                            root.latestPingedTime = NoWork;
-
-                            // There's no suspended work. Treat the earliest remaining level as a
-                            // pending level.
-                            markPendingPriorityLevel(root, earliestRemainingTime);
-                            findNextExpirationTimeToWorkOn(NoWork, root);
-                            return;
-                        }
-
-                        if (earliestRemainingTime > earliestSuspendedTime) {
-                            // The earliest remaining time is earlier than all the suspended work.
-                            // Treat it as a pending update.
-                            markPendingPriorityLevel(root, earliestRemainingTime);
-                            findNextExpirationTimeToWorkOn(NoWork, root);
-                            return;
-                        }
-
-                        // The earliest remaining time falls within the range of known suspended
-                        // levels. We should treat this as suspended work.
-                        findNextExpirationTimeToWorkOn(NoWork, root);
-                    }
-
-                    function hasLowerPriorityWork(root, erroredExpirationTime) {
-                        var latestPendingTime = root.latestPendingTime;
-                        var latestSuspendedTime = root.latestSuspendedTime;
-                        var latestPingedTime = root.latestPingedTime;
-                        return latestPendingTime !== NoWork && latestPendingTime < erroredExpirationTime || latestSuspendedTime !== NoWork && latestSuspendedTime < erroredExpirationTime || latestPingedTime !== NoWork && latestPingedTime < erroredExpirationTime;
-                    }
-
-                    function isPriorityLevelSuspended(root, expirationTime) {
-                        var earliestSuspendedTime = root.earliestSuspendedTime;
-                        var latestSuspendedTime = root.latestSuspendedTime;
-                        return earliestSuspendedTime !== NoWork && expirationTime <= earliestSuspendedTime && expirationTime >= latestSuspendedTime;
-                    }
-
-                    function markSuspendedPriorityLevel(root, suspendedTime) {
-                        root.didError = false;
-                        clearPing(root, suspendedTime);
-
-                        // First, check the known pending levels and update them if needed.
-                        var earliestPendingTime = root.earliestPendingTime;
-                        var latestPendingTime = root.latestPendingTime;
-                        if (earliestPendingTime === suspendedTime) {
-                            if (latestPendingTime === suspendedTime) {
-                                // Both known pending levels were suspended. Clear them.
-                                root.earliestPendingTime = root.latestPendingTime = NoWork;
-                            } else {
-                                // The earliest pending level was suspended. Clear by setting it to the
-                                // latest pending level.
-                                root.earliestPendingTime = latestPendingTime;
-                            }
-                        } else if (latestPendingTime === suspendedTime) {
-                            // The latest pending level was suspended. Clear by setting it to the
-                            // latest pending level.
-                            root.latestPendingTime = earliestPendingTime;
-                        }
-
-                        // Finally, update the known suspended levels.
-                        var earliestSuspendedTime = root.earliestSuspendedTime;
-                        var latestSuspendedTime = root.latestSuspendedTime;
-                        if (earliestSuspendedTime === NoWork) {
-                            // No other suspended levels.
-                            root.earliestSuspendedTime = root.latestSuspendedTime = suspendedTime;
-                        } else {
-                            if (earliestSuspendedTime < suspendedTime) {
-                                // This is the earliest suspended level.
-                                root.earliestSuspendedTime = suspendedTime;
-                            } else if (latestSuspendedTime > suspendedTime) {
-                                // This is the latest suspended level
-                                root.latestSuspendedTime = suspendedTime;
-                            }
-                        }
-
-                        findNextExpirationTimeToWorkOn(suspendedTime, root);
-                    }
-
-                    function markPingedPriorityLevel(root, pingedTime) {
-                        root.didError = false;
-
-                        // TODO: When we add back resuming, we need to ensure the progressed work
-                        // is thrown out and not reused during the restarted render. One way to
-                        // invalidate the progressed work is to restart at expirationTime + 1.
-                        var latestPingedTime = root.latestPingedTime;
-                        if (latestPingedTime === NoWork || latestPingedTime > pingedTime) {
-                            root.latestPingedTime = pingedTime;
-                        }
-                        findNextExpirationTimeToWorkOn(pingedTime, root);
-                    }
-
-                    function clearPing(root, completedTime) {
-                        var latestPingedTime = root.latestPingedTime;
-                        if (latestPingedTime >= completedTime) {
-                            root.latestPingedTime = NoWork;
-                        }
-                    }
-
-                    function findEarliestOutstandingPriorityLevel(root, renderExpirationTime) {
-                        var earliestExpirationTime = renderExpirationTime;
-
-                        var earliestPendingTime = root.earliestPendingTime;
-                        var earliestSuspendedTime = root.earliestSuspendedTime;
-                        if (earliestPendingTime > earliestExpirationTime) {
-                            earliestExpirationTime = earliestPendingTime;
-                        }
-                        if (earliestSuspendedTime > earliestExpirationTime) {
-                            earliestExpirationTime = earliestSuspendedTime;
-                        }
-                        return earliestExpirationTime;
-                    }
-
-                    function didExpireAtExpirationTime(root, currentTime) {
-                        var expirationTime = root.expirationTime;
-                        if (expirationTime !== NoWork && currentTime <= expirationTime) {
-                            // The root has expired. Flush all work up to the current time.
-                            root.nextExpirationTimeToWorkOn = currentTime;
-                        }
-                    }
-
-                    function findNextExpirationTimeToWorkOn(completedExpirationTime, root) {
-                        var earliestSuspendedTime = root.earliestSuspendedTime;
-                        var latestSuspendedTime = root.latestSuspendedTime;
-                        var earliestPendingTime = root.earliestPendingTime;
-                        var latestPingedTime = root.latestPingedTime;
-
-                        // Work on the earliest pending time. Failing that, work on the latest
-                        // pinged time.
-                        var nextExpirationTimeToWorkOn = earliestPendingTime !== NoWork ? earliestPendingTime : latestPingedTime;
-
-                        // If there is no pending or pinged work, check if there's suspended work
-                        // that's lower priority than what we just completed.
-                        if (nextExpirationTimeToWorkOn === NoWork && (completedExpirationTime === NoWork || latestSuspendedTime < completedExpirationTime)) {
-                            // The lowest priority suspended work is the work most likely to be
-                            // committed next. Let's start rendering it again, so that if it times out,
-                            // it's ready to commit.
-                            nextExpirationTimeToWorkOn = latestSuspendedTime;
-                        }
-
-                        var expirationTime = nextExpirationTimeToWorkOn;
-                        if (expirationTime !== NoWork && earliestSuspendedTime > expirationTime) {
-                            // Expire using the earliest known expiration time.
-                            expirationTime = earliestSuspendedTime;
-                        }
-
-                        root.nextExpirationTimeToWorkOn = nextExpirationTimeToWorkOn;
-                        root.expirationTime = expirationTime;
-                    }
-
-// UpdateQueue is a linked list of prioritized updates.
-//
-// Like fibers, update queues come in pairs: a current queue, which represents
-// the visible state of the screen, and a work-in-progress queue, which is
-// can be mutated and processed asynchronously before it is committed — a form
-// of double buffering. If a work-in-progress render is discarded before
-// finishing, we create a new work-in-progress by cloning the current queue.
-//
-// Both queues share a persistent, singly-linked list structure. To schedule an
-// update, we append it to the end of both queues. Each queue maintains a
-// pointer to first update in the persistent list that hasn't been processed.
-// The work-in-progress pointer always has a position equal to or greater than
-// the current queue, since we always work on that one. The current queue's
-// pointer is only updated during the commit phase, when we swap in the
-// work-in-progress.
-//
-// For example:
-//
-//   Current pointer:           A - B - C - D - E - F
-//   Work-in-progress pointer:              D - E - F
-//                                          ^
-//                                          The work-in-progress queue has
-//                                          processed more updates than current.
-//
-// The reason we append to both queues is because otherwise we might drop
-// updates without ever processing them. For example, if we only add updates to
-// the work-in-progress queue, some updates could be lost whenever a work-in
-// -progress render restarts by cloning from current. Similarly, if we only add
-// updates to the current queue, the updates will be lost whenever an already
-// in-progress queue commits and swaps with the current queue. However, by
-// adding to both queues, we guarantee that the update will be part of the next
-// work-in-progress. (And because the work-in-progress queue becomes the
-// current queue once it commits, there's no danger of applying the same
-// update twice.)
-//
-// Prioritization
-// --------------
-//
-// Updates are not sorted by priority, but by insertion; new updates are always
-// appended to the end of the list.
-//
-// The priority is still important, though. When processing the update queue
-// during the render phase, only the updates with sufficient priority are
-// included in the result. If we skip an update because it has insufficient
-// priority, it remains in the queue to be processed later, during a lower
-// priority render. Crucially, all updates subsequent to a skipped update also
-// remain in the queue *regardless of their priority*. That means high priority
-// updates are sometimes processed twice, at two separate priorities. We also
-// keep track of a base state, that represents the state before the first
-// update in the queue is applied.
-//
-// For example:
-//
-//   Given a base state of '', and the following queue of updates
-//
-//     A1 - B2 - C1 - D2
-//
-//   where the number indicates the priority, and the update is applied to the
-//   previous state by appending a letter, React will process these updates as
-//   two separate renders, one per distinct priority level:
-//
-//   First render, at priority 1:
-//     Base state: ''
-//     Updates: [A1, C1]
-//     Result state: 'AC'
-//
-//   Second render, at priority 2:
-//     Base state: 'A'            <-  The base state does not include C1,
-//                                    because B2 was skipped.
-//     Updates: [B2, C1, D2]      <-  C1 was rebased on top of B2
-//     Result state: 'ABCD'
-//
-// Because we process updates in insertion order, and rebase high priority
-// updates when preceding updates are skipped, the final result is deterministic
-// regardless of priority. Intermediate state may vary according to system
-// resources, but the final state is always the same.
-
-                    var UpdateState = 0;
-                    var ReplaceState = 1;
-                    var ForceUpdate = 2;
-                    var CaptureUpdate = 3;
-
-// Global state that is reset at the beginning of calling `processUpdateQueue`.
-// It should only be read right after calling `processUpdateQueue`, via
-// `checkHasForceUpdateAfterProcessing`.
-                    var hasForceUpdate = false;
-
-                    var didWarnUpdateInsideUpdate = void 0;
-                    var currentlyProcessingQueue = void 0;
-                    var resetCurrentlyProcessingQueue = void 0;
-                    {
-                        didWarnUpdateInsideUpdate = false;
-                        currentlyProcessingQueue = null;
-                        resetCurrentlyProcessingQueue = function () {
-                            currentlyProcessingQueue = null;
-                        };
-                    }
-
-                    function createUpdateQueue(baseState) {
-                        var queue = {
-                            baseState: baseState,
-                            firstUpdate: null,
-                            lastUpdate: null,
-                            firstCapturedUpdate: null,
-                            lastCapturedUpdate: null,
-                            firstEffect: null,
-                            lastEffect: null,
-                            firstCapturedEffect: null,
-                            lastCapturedEffect: null
-                        };
-                        return queue;
-                    }
-
-                    function cloneUpdateQueue(currentQueue) {
-                        var queue = {
-                            baseState: currentQueue.baseState,
-                            firstUpdate: currentQueue.firstUpdate,
-                            lastUpdate: currentQueue.lastUpdate,
-
-                            // TODO: With resuming, if we bail out and resuse the child tree, we should
-                            // keep these effects.
-                            firstCapturedUpdate: null,
-                            lastCapturedUpdate: null,
-
-                            firstEffect: null,
-                            lastEffect: null,
-
-                            firstCapturedEffect: null,
-                            lastCapturedEffect: null
-                        };
-                        return queue;
-                    }
-
-                    function createUpdate(expirationTime) {
-                        return {
-                            expirationTime: expirationTime,
-
-                            tag: UpdateState,
-                            payload: null,
-                            callback: null,
-
-                            next: null,
-                            nextEffect: null
-                        };
-                    }
-
-                    function appendUpdateToQueue(queue, update) {
-                        // Append the update to the end of the list.
-                        if (queue.lastUpdate === null) {
-                            // Queue is empty
-                            queue.firstUpdate = queue.lastUpdate = update;
-                        } else {
-                            queue.lastUpdate.next = update;
-                            queue.lastUpdate = update;
-                        }
-                    }
-
-                    function enqueueUpdate(fiber, update) {
-                        // Update queues are created lazily.
-                        var alternate = fiber.alternate;
-                        var queue1 = void 0;
-                        var queue2 = void 0;
-                        if (alternate === null) {
-                            // There's only one fiber.
-                            queue1 = fiber.updateQueue;
-                            queue2 = null;
-                            if (queue1 === null) {
-                                queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);
-                            }
-                        } else {
-                            // There are two owners.
-                            queue1 = fiber.updateQueue;
-                            queue2 = alternate.updateQueue;
-                            if (queue1 === null) {
-                                if (queue2 === null) {
-                                    // Neither fiber has an update queue. Create new ones.
-                                    queue1 = fiber.updateQueue = createUpdateQueue(fiber.memoizedState);
-                                    queue2 = alternate.updateQueue = createUpdateQueue(alternate.memoizedState);
-                                } else {
-                                    // Only one fiber has an update queue. Clone to create a new one.
-                                    queue1 = fiber.updateQueue = cloneUpdateQueue(queue2);
-                                }
-                            } else {
-                                if (queue2 === null) {
-                                    // Only one fiber has an update queue. Clone to create a new one.
-                                    queue2 = alternate.updateQueue = cloneUpdateQueue(queue1);
-                                } else {
-                                    // Both owners have an update queue.
-                                }
-                            }
-                        }
-                        if (queue2 === null || queue1 === queue2) {
-                            // There's only a single queue.
-                            appendUpdateToQueue(queue1, update);
-                        } else {
-                            // There are two queues. We need to append the update to both queues,
-                            // while accounting for the persistent structure of the list — we don't
-                            // want the same update to be added multiple times.
-                            if (queue1.lastUpdate === null || queue2.lastUpdate === null) {
-                                // One of the queues is not empty. We must add the update to both queues.
-                                appendUpdateToQueue(queue1, update);
-                                appendUpdateToQueue(queue2, update);
-                            } else {
-                                // Both queues are non-empty. The last update is the same in both lists,
-                                // because of structural sharing. So, only append to one of the lists.
-                                appendUpdateToQueue(queue1, update);
-                                // But we still need to update the `lastUpdate` pointer of queue2.
-                                queue2.lastUpdate = update;
-                            }
-                        }
-
-                        {
-                            if (fiber.tag === ClassComponent && (currentlyProcessingQueue === queue1 || queue2 !== null && currentlyProcessingQueue === queue2) && !didWarnUpdateInsideUpdate) {
-                                warningWithoutStack$1(false, 'An update (setState, replaceState, or forceUpdate) was scheduled ' + 'from inside an update function. Update functions should be pure, ' + 'with zero side-effects. Consider using componentDidUpdate or a ' + 'callback.');
-                                didWarnUpdateInsideUpdate = true;
-                            }
-                        }
-                    }
-
-                    function enqueueCapturedUpdate(workInProgress, update) {
-                        // Captured updates go into a separate list, and only on the work-in-
-                        // progress queue.
-                        var workInProgressQueue = workInProgress.updateQueue;
-                        if (workInProgressQueue === null) {
-                            workInProgressQueue = workInProgress.updateQueue = createUpdateQueue(workInProgress.memoizedState);
-                        } else {
-                            // TODO: I put this here rather than createWorkInProgress so that we don't
-                            // clone the queue unnecessarily. There's probably a better way to
-                            // structure this.
-                            workInProgressQueue = ensureWorkInProgressQueueIsAClone(workInProgress, workInProgressQueue);
-                        }
-
-                        // Append the update to the end of the list.
-                        if (workInProgressQueue.lastCapturedUpdate === null) {
-                            // This is the first render phase update
-                            workInProgressQueue.firstCapturedUpdate = workInProgressQueue.lastCapturedUpdate = update;
-                        } else {
-                            workInProgressQueue.lastCapturedUpdate.next = update;
-                            workInProgressQueue.lastCapturedUpdate = update;
-                        }
-                    }
-
-                    function ensureWorkInProgressQueueIsAClone(workInProgress, queue) {
-                        var current = workInProgress.alternate;
-                        if (current !== null) {
-                            // If the work-in-progress queue is equal to the current queue,
-                            // we need to clone it first.
-                            if (queue === current.updateQueue) {
-                                queue = workInProgress.updateQueue = cloneUpdateQueue(queue);
-                            }
-                        }
-                        return queue;
-                    }
-
-                    function getStateFromUpdate(workInProgress, queue, update, prevState, nextProps, instance) {
-                        switch (update.tag) {
-                            case ReplaceState: {
-                                var _payload = update.payload;
-                                if (typeof _payload === 'function') {
-                                    // Updater function
-                                    {
-                                        if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
-                                            _payload.call(instance, prevState, nextProps);
-                                        }
-                                    }
-                                    return _payload.call(instance, prevState, nextProps);
-                                }
-                                // State object
-                                return _payload;
-                            }
-                            case CaptureUpdate: {
-                                workInProgress.effectTag = workInProgress.effectTag & ~ShouldCapture | DidCapture;
-                            }
-                            // Intentional fallthrough
-                            case UpdateState: {
-                                var _payload2 = update.payload;
-                                var partialState = void 0;
-                                if (typeof _payload2 === 'function') {
-                                    // Updater function
-                                    {
-                                        if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
-                                            _payload2.call(instance, prevState, nextProps);
-                                        }
-                                    }
-                                    partialState = _payload2.call(instance, prevState, nextProps);
-                                } else {
-                                    // Partial state object
-                                    partialState = _payload2;
-                                }
-                                if (partialState === null || partialState === undefined) {
-                                    // Null and undefined are treated as no-ops.
-                                    return prevState;
-                                }
-                                // Merge the partial state and the previous state.
-                                return _assign({}, prevState, partialState);
-                            }
-                            case ForceUpdate: {
-                                hasForceUpdate = true;
-                                return prevState;
-                            }
-                        }
-                        return prevState;
-                    }
-
-                    function processUpdateQueue(workInProgress, queue, props, instance, renderExpirationTime) {
-                        hasForceUpdate = false;
-
-                        queue = ensureWorkInProgressQueueIsAClone(workInProgress, queue);
-
-                        {
-                            currentlyProcessingQueue = queue;
-                        }
-
-                        // These values may change as we process the queue.
-                        var newBaseState = queue.baseState;
-                        var newFirstUpdate = null;
-                        var newExpirationTime = NoWork;
-
-                        // Iterate through the list of updates to compute the result.
-                        var update = queue.firstUpdate;
-                        var resultState = newBaseState;
-                        while (update !== null) {
-                            var updateExpirationTime = update.expirationTime;
-                            if (updateExpirationTime < renderExpirationTime) {
-                                // This update does not have sufficient priority. Skip it.
-                                if (newFirstUpdate === null) {
-                                    // This is the first skipped update. It will be the first update in
-                                    // the new list.
-                                    newFirstUpdate = update;
-                                    // Since this is the first update that was skipped, the current result
-                                    // is the new base state.
-                                    newBaseState = resultState;
-                                }
-                                // Since this update will remain in the list, update the remaining
-                                // expiration time.
-                                if (newExpirationTime < updateExpirationTime) {
-                                    newExpirationTime = updateExpirationTime;
-                                }
-                            } else {
-                                // This update does have sufficient priority. Process it and compute
-                                // a new result.
-                                resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);
-                                var _callback = update.callback;
-                                if (_callback !== null) {
-                                    workInProgress.effectTag |= Callback;
-                                    // Set this to null, in case it was mutated during an aborted render.
-                                    update.nextEffect = null;
-                                    if (queue.lastEffect === null) {
-                                        queue.firstEffect = queue.lastEffect = update;
-                                    } else {
-                                        queue.lastEffect.nextEffect = update;
-                                        queue.lastEffect = update;
-                                    }
-                                }
-                            }
-                            // Continue to the next update.
-                            update = update.next;
-                        }
-
-                        // Separately, iterate though the list of captured updates.
-                        var newFirstCapturedUpdate = null;
-                        update = queue.firstCapturedUpdate;
-                        while (update !== null) {
-                            var _updateExpirationTime = update.expirationTime;
-                            if (_updateExpirationTime < renderExpirationTime) {
-                                // This update does not have sufficient priority. Skip it.
-                                if (newFirstCapturedUpdate === null) {
-                                    // This is the first skipped captured update. It will be the first
-                                    // update in the new list.
-                                    newFirstCapturedUpdate = update;
-                                    // If this is the first update that was skipped, the current result is
-                                    // the new base state.
-                                    if (newFirstUpdate === null) {
-                                        newBaseState = resultState;
-                                    }
-                                }
-                                // Since this update will remain in the list, update the remaining
-                                // expiration time.
-                                if (newExpirationTime < _updateExpirationTime) {
-                                    newExpirationTime = _updateExpirationTime;
-                                }
-                            } else {
-                                // This update does have sufficient priority. Process it and compute
-                                // a new result.
-                                resultState = getStateFromUpdate(workInProgress, queue, update, resultState, props, instance);
-                                var _callback2 = update.callback;
-                                if (_callback2 !== null) {
-                                    workInProgress.effectTag |= Callback;
-                                    // Set this to null, in case it was mutated during an aborted render.
-                                    update.nextEffect = null;
-                                    if (queue.lastCapturedEffect === null) {
-                                        queue.firstCapturedEffect = queue.lastCapturedEffect = update;
-                                    } else {
-                                        queue.lastCapturedEffect.nextEffect = update;
-                                        queue.lastCapturedEffect = update;
-                                    }
-                                }
-                            }
-                            update = update.next;
-                        }
-
-                        if (newFirstUpdate === null) {
-                            queue.lastUpdate = null;
-                        }
-                        if (newFirstCapturedUpdate === null) {
-                            queue.lastCapturedUpdate = null;
-                        } else {
-                            workInProgress.effectTag |= Callback;
-                        }
-                        if (newFirstUpdate === null && newFirstCapturedUpdate === null) {
-                            // We processed every update, without skipping. That means the new base
-                            // state is the same as the result state.
-                            newBaseState = resultState;
-                        }
-
-                        queue.baseState = newBaseState;
-                        queue.firstUpdate = newFirstUpdate;
-                        queue.firstCapturedUpdate = newFirstCapturedUpdate;
-
-                        // Set the remaining expiration time to be whatever is remaining in the queue.
-                        // This should be fine because the only two other things that contribute to
-                        // expiration time are props and context. We're already in the middle of the
-                        // begin phase by the time we start processing the queue, so we've already
-                        // dealt with the props. Context in components that specify
-                        // shouldComponentUpdate is tricky; but we'll have to account for
-                        // that regardless.
-                        workInProgress.expirationTime = newExpirationTime;
-                        workInProgress.memoizedState = resultState;
-
-                        {
-                            currentlyProcessingQueue = null;
-                        }
-                    }
-
-                    function callCallback(callback, context) {
-                        !(typeof callback === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', callback) : void 0;
-                        callback.call(context);
-                    }
-
-                    function resetHasForceUpdateBeforeProcessing() {
-                        hasForceUpdate = false;
-                    }
-
-                    function checkHasForceUpdateAfterProcessing() {
-                        return hasForceUpdate;
-                    }
-
-                    function commitUpdateQueue(finishedWork, finishedQueue, instance, renderExpirationTime) {
-                        // If the finished render included captured updates, and there are still
-                        // lower priority updates left over, we need to keep the captured updates
-                        // in the queue so that they are rebased and not dropped once we process the
-                        // queue again at the lower priority.
-                        if (finishedQueue.firstCapturedUpdate !== null) {
-                            // Join the captured update list to the end of the normal list.
-                            if (finishedQueue.lastUpdate !== null) {
-                                finishedQueue.lastUpdate.next = finishedQueue.firstCapturedUpdate;
-                                finishedQueue.lastUpdate = finishedQueue.lastCapturedUpdate;
-                            }
-                            // Clear the list of captured updates.
-                            finishedQueue.firstCapturedUpdate = finishedQueue.lastCapturedUpdate = null;
-                        }
-
-                        // Commit the effects
-                        commitUpdateEffects(finishedQueue.firstEffect, instance);
-                        finishedQueue.firstEffect = finishedQueue.lastEffect = null;
-
-                        commitUpdateEffects(finishedQueue.firstCapturedEffect, instance);
-                        finishedQueue.firstCapturedEffect = finishedQueue.lastCapturedEffect = null;
-                    }
-
-                    function commitUpdateEffects(effect, instance) {
-                        while (effect !== null) {
-                            var _callback3 = effect.callback;
-                            if (_callback3 !== null) {
-                                effect.callback = null;
-                                callCallback(_callback3, instance);
-                            }
-                            effect = effect.nextEffect;
-                        }
-                    }
-
-                    function createCapturedValue(value, source) {
-                        // If the value is an error, call this function immediately after it is thrown
-                        // so the stack is accurate.
-                        return {
-                            value: value,
-                            source: source,
-                            stack: getStackByFiberInDevAndProd(source)
-                        };
-                    }
-
-                    var valueCursor = createCursor(null);
-
-                    var rendererSigil = void 0;
-                    {
-                        // Use this to detect multiple renderers using the same context
-                        rendererSigil = {};
-                    }
-
-                    var currentlyRenderingFiber = null;
-                    var lastContextDependency = null;
-                    var lastContextWithAllBitsObserved = null;
-
-                    function resetContextDependences() {
-                        // This is called right before React yields execution, to ensure `readContext`
-                        // cannot be called outside the render phase.
-                        currentlyRenderingFiber = null;
-                        lastContextDependency = null;
-                        lastContextWithAllBitsObserved = null;
-                    }
-
-                    function pushProvider(providerFiber, nextValue) {
-                        var context = providerFiber.type._context;
-
-                        if (isPrimaryRenderer) {
-                            push(valueCursor, context._currentValue, providerFiber);
-
-                            context._currentValue = nextValue;
-                            {
-                                !(context._currentRenderer === undefined || context._currentRenderer === null || context._currentRenderer === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.') : void 0;
-                                context._currentRenderer = rendererSigil;
-                            }
-                        } else {
-                            push(valueCursor, context._currentValue2, providerFiber);
-
-                            context._currentValue2 = nextValue;
-                            {
-                                !(context._currentRenderer2 === undefined || context._currentRenderer2 === null || context._currentRenderer2 === rendererSigil) ? warningWithoutStack$1(false, 'Detected multiple renderers concurrently rendering the ' + 'same context provider. This is currently unsupported.') : void 0;
-                                context._currentRenderer2 = rendererSigil;
-                            }
-                        }
-                    }
-
-                    function popProvider(providerFiber) {
-                        var currentValue = valueCursor.current;
-
-                        pop(valueCursor, providerFiber);
-
-                        var context = providerFiber.type._context;
-                        if (isPrimaryRenderer) {
-                            context._currentValue = currentValue;
-                        } else {
-                            context._currentValue2 = currentValue;
-                        }
-                    }
-
-                    function calculateChangedBits(context, newValue, oldValue) {
-                        // Use Object.is to compare the new context value to the old value. Inlined
-                        // Object.is polyfill.
-                        // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
-                        if (oldValue === newValue && (oldValue !== 0 || 1 / oldValue === 1 / newValue) || oldValue !== oldValue && newValue !== newValue // eslint-disable-line no-self-compare
-                        ) {
-                            // No change
-                            return 0;
-                        } else {
-                            var changedBits = typeof context._calculateChangedBits === 'function' ? context._calculateChangedBits(oldValue, newValue) : maxSigned31BitInt;
-
-                            {
-                                !((changedBits & maxSigned31BitInt) === changedBits) ? warning$1(false, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: %s', changedBits) : void 0;
-                            }
-                            return changedBits | 0;
-                        }
-                    }
-
-                    function propagateContextChange(workInProgress, context, changedBits, renderExpirationTime) {
-                        var fiber = workInProgress.child;
-                        if (fiber !== null) {
-                            // Set the return pointer of the child to the work-in-progress fiber.
-                            fiber.return = workInProgress;
-                        }
-                        while (fiber !== null) {
-                            var nextFiber = void 0;
-
-                            // Visit this fiber.
-                            var dependency = fiber.firstContextDependency;
-                            if (dependency !== null) {
-                                do {
-                                    // Check if the context matches.
-                                    if (dependency.context === context && (dependency.observedBits & changedBits) !== 0) {
-                                        // Match! Schedule an update on this fiber.
-
-                                        if (fiber.tag === ClassComponent) {
-                                            // Schedule a force update on the work-in-progress.
-                                            var update = createUpdate(renderExpirationTime);
-                                            update.tag = ForceUpdate;
-                                            // TODO: Because we don't have a work-in-progress, this will add the
-                                            // update to the current fiber, too, which means it will persist even if
-                                            // this render is thrown away. Since it's a race condition, not sure it's
-                                            // worth fixing.
-                                            enqueueUpdate(fiber, update);
-                                        }
-
-                                        if (fiber.expirationTime < renderExpirationTime) {
-                                            fiber.expirationTime = renderExpirationTime;
-                                        }
-                                        var alternate = fiber.alternate;
-                                        if (alternate !== null && alternate.expirationTime < renderExpirationTime) {
-                                            alternate.expirationTime = renderExpirationTime;
-                                        }
-                                        // Update the child expiration time of all the ancestors, including
-                                        // the alternates.
-                                        var node = fiber.return;
-                                        while (node !== null) {
-                                            alternate = node.alternate;
-                                            if (node.childExpirationTime < renderExpirationTime) {
-                                                node.childExpirationTime = renderExpirationTime;
-                                                if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {
-                                                    alternate.childExpirationTime = renderExpirationTime;
-                                                }
-                                            } else if (alternate !== null && alternate.childExpirationTime < renderExpirationTime) {
-                                                alternate.childExpirationTime = renderExpirationTime;
-                                            } else {
-                                                // Neither alternate was updated, which means the rest of the
-                                                // ancestor path already has sufficient priority.
-                                                break;
-                                            }
-                                            node = node.return;
-                                        }
-                                    }
-                                    nextFiber = fiber.child;
-                                    dependency = dependency.next;
-                                } while (dependency !== null);
-                            } else if (fiber.tag === ContextProvider) {
-                                // Don't scan deeper if this is a matching provider
-                                nextFiber = fiber.type === workInProgress.type ? null : fiber.child;
-                            } else {
-                                // Traverse down.
-                                nextFiber = fiber.child;
-                            }
-
-                            if (nextFiber !== null) {
-                                // Set the return pointer of the child to the work-in-progress fiber.
-                                nextFiber.return = fiber;
-                            } else {
-                                // No child. Traverse to next sibling.
-                                nextFiber = fiber;
-                                while (nextFiber !== null) {
-                                    if (nextFiber === workInProgress) {
-                                        // We're back to the root of this subtree. Exit.
-                                        nextFiber = null;
-                                        break;
-                                    }
-                                    var sibling = nextFiber.sibling;
-                                    if (sibling !== null) {
-                                        // Set the return pointer of the sibling to the work-in-progress fiber.
-                                        sibling.return = nextFiber.return;
-                                        nextFiber = sibling;
-                                        break;
-                                    }
-                                    // No more siblings. Traverse up.
-                                    nextFiber = nextFiber.return;
-                                }
-                            }
-                            fiber = nextFiber;
-                        }
-                    }
-
-                    function prepareToReadContext(workInProgress, renderExpirationTime) {
-                        currentlyRenderingFiber = workInProgress;
-                        lastContextDependency = null;
-                        lastContextWithAllBitsObserved = null;
-
-                        // Reset the work-in-progress list
-                        workInProgress.firstContextDependency = null;
-                    }
-
-                    function readContext(context, observedBits) {
-                        if (lastContextWithAllBitsObserved === context) {
-                            // Nothing to do. We already observe everything in this context.
-                        } else if (observedBits === false || observedBits === 0) {
-                            // Do not observe any updates.
-                        } else {
-                            var resolvedObservedBits = void 0; // Avoid deopting on observable arguments or heterogeneous types.
-                            if (typeof observedBits !== 'number' || observedBits === maxSigned31BitInt) {
-                                // Observe all updates.
-                                lastContextWithAllBitsObserved = context;
-                                resolvedObservedBits = maxSigned31BitInt;
-                            } else {
-                                resolvedObservedBits = observedBits;
-                            }
-
-                            var contextItem = {
-                                context: context,
-                                observedBits: resolvedObservedBits,
-                                next: null
-                            };
-
-                            if (lastContextDependency === null) {
-                                !(currentlyRenderingFiber !== null) ? invariant(false, 'Context can only be read while React is rendering, e.g. inside the render method or getDerivedStateFromProps.') : void 0;
-                                // This is the first dependency in the list
-                                currentlyRenderingFiber.firstContextDependency = lastContextDependency = contextItem;
-                            } else {
-                                // Append a new context item.
-                                lastContextDependency = lastContextDependency.next = contextItem;
-                            }
-                        }
-                        return isPrimaryRenderer ? context._currentValue : context._currentValue2;
-                    }
-
-                    var NoEffect$1 = /*             */0;
-                    var UnmountSnapshot = /*      */2;
-                    var UnmountMutation = /*      */4;
-                    var MountMutation = /*        */8;
-                    var UnmountLayout = /*        */16;
-                    var MountLayout = /*          */32;
-                    var MountPassive = /*         */64;
-                    var UnmountPassive = /*       */128;
-
-                    function areHookInputsEqual(arr1, arr2) {
-                        // Don't bother comparing lengths in prod because these arrays should be
-                        // passed inline.
-                        {
-                            !(arr1.length === arr2.length) ? warning$1(false, 'Detected a variable number of hook dependencies. The length of the ' + 'dependencies array should be constant between renders.\n\n' + 'Previous: %s\n' + 'Incoming: %s', arr1.join(', '), arr2.join(', ')) : void 0;
-                        }
-                        for (var i = 0; i < arr1.length; i++) {
-                            // Inlined Object.is polyfill.
-                            // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
-                            var val1 = arr1[i];
-                            var val2 = arr2[i];
-                            if (val1 === val2 && (val1 !== 0 || 1 / val1 === 1 / val2) || val1 !== val1 && val2 !== val2 // eslint-disable-line no-self-compare
-                            ) {
-                                continue;
-                            }
-                            return false;
-                        }
-                        return true;
-                    }
-
-// These are set right before calling the component.
-                    var renderExpirationTime = NoWork;
-// The work-in-progress fiber. I've named it differently to distinguish it from
-// the work-in-progress hook.
-                    var currentlyRenderingFiber$1 = null;
-
-// Hooks are stored as a linked list on the fiber's memoizedState field. The
-// current hook list is the list that belongs to the current fiber. The
-// work-in-progress hook list is a new list that will be added to the
-// work-in-progress fiber.
-                    var firstCurrentHook = null;
-                    var currentHook = null;
-                    var firstWorkInProgressHook = null;
-                    var workInProgressHook = null;
-
-                    var remainingExpirationTime = NoWork;
-                    var componentUpdateQueue = null;
-
-// Updates scheduled during render will trigger an immediate re-render at the
-// end of the current pass. We can't store these updates on the normal queue,
-// because if the work is aborted, they should be discarded. Because this is
-// a relatively rare case, we also don't want to add an additional field to
-// either the hook or queue object types. So we store them in a lazily create
-// map of queue -> render-phase updates, which are discarded once the component
-// completes without re-rendering.
-
-// Whether the work-in-progress hook is a re-rendered hook
-                    var isReRender = false;
-// Whether an update was scheduled during the currently executing render pass.
-                    var didScheduleRenderPhaseUpdate = false;
-// Lazily created map of render-phase updates
-                    var renderPhaseUpdates = null;
-// Counter to prevent infinite loops.
-                    var numberOfReRenders = 0;
-                    var RE_RENDER_LIMIT = 25;
-
-                    function resolveCurrentlyRenderingFiber() {
-                        !(currentlyRenderingFiber$1 !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component.') : void 0;
-                        return currentlyRenderingFiber$1;
-                    }
-
-                    function prepareToUseHooks(current, workInProgress, nextRenderExpirationTime) {
-                        if (!enableHooks) {
-                            return;
-                        }
-                        renderExpirationTime = nextRenderExpirationTime;
-                        currentlyRenderingFiber$1 = workInProgress;
-                        firstCurrentHook = current !== null ? current.memoizedState : null;
-
-                        // The following should have already been reset
-                        // currentHook = null;
-                        // workInProgressHook = null;
-
-                        // remainingExpirationTime = NoWork;
-                        // componentUpdateQueue = null;
-
-                        // isReRender = false;
-                        // didScheduleRenderPhaseUpdate = false;
-                        // renderPhaseUpdates = null;
-                        // numberOfReRenders = 0;
-                    }
-
-                    function finishHooks(Component, props, children, refOrContext) {
-                        if (!enableHooks) {
-                            return children;
-                        }
-
-                        // This must be called after every function component to prevent hooks from
-                        // being used in classes.
-
-                        while (didScheduleRenderPhaseUpdate) {
-                            // Updates were scheduled during the render phase. They are stored in
-                            // the `renderPhaseUpdates` map. Call the component again, reusing the
-                            // work-in-progress hooks and applying the additional updates on top. Keep
-                            // restarting until no more updates are scheduled.
-                            didScheduleRenderPhaseUpdate = false;
-                            numberOfReRenders += 1;
-
-                            // Start over from the beginning of the list
-                            currentHook = null;
-                            workInProgressHook = null;
-                            componentUpdateQueue = null;
-
-                            children = Component(props, refOrContext);
-                        }
-                        renderPhaseUpdates = null;
-                        numberOfReRenders = 0;
-
-                        var renderedWork = currentlyRenderingFiber$1;
-
-                        renderedWork.memoizedState = firstWorkInProgressHook;
-                        renderedWork.expirationTime = remainingExpirationTime;
-                        renderedWork.updateQueue = componentUpdateQueue;
-
-                        var didRenderTooFewHooks = currentHook !== null && currentHook.next !== null;
-
-                        renderExpirationTime = NoWork;
-                        currentlyRenderingFiber$1 = null;
-
-                        firstCurrentHook = null;
-                        currentHook = null;
-                        firstWorkInProgressHook = null;
-                        workInProgressHook = null;
-
-                        remainingExpirationTime = NoWork;
-                        componentUpdateQueue = null;
-
-                        // Always set during createWorkInProgress
-                        // isReRender = false;
-
-                        // These were reset above
-                        // didScheduleRenderPhaseUpdate = false;
-                        // renderPhaseUpdates = null;
-                        // numberOfReRenders = 0;
-
-                        !!didRenderTooFewHooks ? invariant(false, 'Rendered fewer hooks than expected. This may be caused by an accidental early return statement.') : void 0;
-
-                        return children;
-                    }
-
-                    function resetHooks() {
-                        if (!enableHooks) {
-                            return;
-                        }
-
-                        // This is called instead of `finishHooks` if the component throws. It's also
-                        // called inside mountIndeterminateComponent if we determine the component
-                        // is a module-style component.
-                        renderExpirationTime = NoWork;
-                        currentlyRenderingFiber$1 = null;
-
-                        firstCurrentHook = null;
-                        currentHook = null;
-                        firstWorkInProgressHook = null;
-                        workInProgressHook = null;
-
-                        remainingExpirationTime = NoWork;
-                        componentUpdateQueue = null;
-
-                        // Always set during createWorkInProgress
-                        // isReRender = false;
-
-                        didScheduleRenderPhaseUpdate = false;
-                        renderPhaseUpdates = null;
-                        numberOfReRenders = 0;
-                    }
-
-                    function createHook() {
-                        return {
-                            memoizedState: null,
-
-                            baseState: null,
-                            queue: null,
-                            baseUpdate: null,
-
-                            next: null
-                        };
-                    }
-
-                    function cloneHook(hook) {
-                        return {
-                            memoizedState: hook.memoizedState,
-
-                            baseState: hook.baseState,
-                            queue: hook.queue,
-                            baseUpdate: hook.baseUpdate,
-
-                            next: null
-                        };
-                    }
-
-                    function createWorkInProgressHook() {
-                        if (workInProgressHook === null) {
-                            // This is the first hook in the list
-                            if (firstWorkInProgressHook === null) {
-                                isReRender = false;
-                                currentHook = firstCurrentHook;
-                                if (currentHook === null) {
-                                    // This is a newly mounted hook
-                                    workInProgressHook = createHook();
-                                } else {
-                                    // Clone the current hook.
-                                    workInProgressHook = cloneHook(currentHook);
-                                }
-                                firstWorkInProgressHook = workInProgressHook;
-                            } else {
-                                // There's already a work-in-progress. Reuse it.
-                                isReRender = true;
-                                currentHook = firstCurrentHook;
-                                workInProgressHook = firstWorkInProgressHook;
-                            }
-                        } else {
-                            if (workInProgressHook.next === null) {
-                                isReRender = false;
-                                var hook = void 0;
-                                if (currentHook === null) {
-                                    // This is a newly mounted hook
-                                    hook = createHook();
-                                } else {
-                                    currentHook = currentHook.next;
-                                    if (currentHook === null) {
-                                        // This is a newly mounted hook
-                                        hook = createHook();
-                                    } else {
-                                        // Clone the current hook.
-                                        hook = cloneHook(currentHook);
-                                    }
-                                }
-                                // Append to the end of the list
-                                workInProgressHook = workInProgressHook.next = hook;
-                            } else {
-                                // There's already a work-in-progress. Reuse it.
-                                isReRender = true;
-                                workInProgressHook = workInProgressHook.next;
-                                currentHook = currentHook !== null ? currentHook.next : null;
-                            }
-                        }
-                        return workInProgressHook;
-                    }
-
-                    function createFunctionComponentUpdateQueue() {
-                        return {
-                            lastEffect: null
-                        };
-                    }
-
-                    function basicStateReducer(state, action) {
-                        return typeof action === 'function' ? action(state) : action;
-                    }
-
-                    function useContext(context, observedBits) {
-                        // Ensure we're in a function component (class components support only the
-                        // .unstable_read() form)
-                        resolveCurrentlyRenderingFiber();
-                        return readContext(context, observedBits);
-                    }
-
-                    function useState(initialState) {
-                        return useReducer(basicStateReducer,
-                            // useReducer has a special case to support lazy useState initializers
-                            initialState);
-                    }
-
-                    function useReducer(reducer, initialState, initialAction) {
-                        currentlyRenderingFiber$1 = resolveCurrentlyRenderingFiber();
-                        workInProgressHook = createWorkInProgressHook();
-                        var queue = workInProgressHook.queue;
-                        if (queue !== null) {
-                            // Already have a queue, so this is an update.
-                            if (isReRender) {
-                                // This is a re-render. Apply the new render phase updates to the previous
-                                var _dispatch2 = queue.dispatch;
-                                if (renderPhaseUpdates !== null) {
-                                    // Render phase updates are stored in a map of queue -> linked list
-                                    var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);
-                                    if (firstRenderPhaseUpdate !== undefined) {
-                                        renderPhaseUpdates.delete(queue);
-                                        var newState = workInProgressHook.memoizedState;
-                                        var update = firstRenderPhaseUpdate;
-                                        do {
-                                            // Process this render phase update. We don't have to check the
-                                            // priority because it will always be the same as the current
-                                            // render's.
-                                            var _action = update.action;
-                                            newState = reducer(newState, _action);
-                                            update = update.next;
-                                        } while (update !== null);
-
-                                        workInProgressHook.memoizedState = newState;
-
-                                        // Don't persist the state accumlated from the render phase updates to
-                                        // the base state unless the queue is empty.
-                                        // TODO: Not sure if this is the desired semantics, but it's what we
-                                        // do for gDSFP. I can't remember why.
-                                        if (workInProgressHook.baseUpdate === queue.last) {
-                                            workInProgressHook.baseState = newState;
-                                        }
-
-                                        return [newState, _dispatch2];
-                                    }
-                                }
-                                return [workInProgressHook.memoizedState, _dispatch2];
-                            }
-
-                            // The last update in the entire queue
-                            var _last = queue.last;
-                            // The last update that is part of the base state.
-                            var _baseUpdate = workInProgressHook.baseUpdate;
-
-                            // Find the first unprocessed update.
-                            var first = void 0;
-                            if (_baseUpdate !== null) {
-                                if (_last !== null) {
-                                    // For the first update, the queue is a circular linked list where
-                                    // `queue.last.next = queue.first`. Once the first update commits, and
-                                    // the `baseUpdate` is no longer empty, we can unravel the list.
-                                    _last.next = null;
-                                }
-                                first = _baseUpdate.next;
-                            } else {
-                                first = _last !== null ? _last.next : null;
-                            }
-                            if (first !== null) {
-                                var _newState = workInProgressHook.baseState;
-                                var newBaseState = null;
-                                var newBaseUpdate = null;
-                                var prevUpdate = _baseUpdate;
-                                var _update = first;
-                                var didSkip = false;
-                                do {
-                                    var updateExpirationTime = _update.expirationTime;
-                                    if (updateExpirationTime < renderExpirationTime) {
-                                        // Priority is insufficient. Skip this update. If this is the first
-                                        // skipped update, the previous update/state is the new base
-                                        // update/state.
-                                        if (!didSkip) {
-                                            didSkip = true;
-                                            newBaseUpdate = prevUpdate;
-                                            newBaseState = _newState;
-                                        }
-                                        // Update the remaining priority in the queue.
-                                        if (updateExpirationTime > remainingExpirationTime) {
-                                            remainingExpirationTime = updateExpirationTime;
-                                        }
-                                    } else {
-                                        // Process this update.
-                                        var _action2 = _update.action;
-                                        _newState = reducer(_newState, _action2);
-                                    }
-                                    prevUpdate = _update;
-                                    _update = _update.next;
-                                } while (_update !== null && _update !== first);
-
-                                if (!didSkip) {
-                                    newBaseUpdate = prevUpdate;
-                                    newBaseState = _newState;
-                                }
-
-                                workInProgressHook.memoizedState = _newState;
-                                workInProgressHook.baseUpdate = newBaseUpdate;
-                                workInProgressHook.baseState = newBaseState;
-                            }
-
-                            var _dispatch = queue.dispatch;
-                            return [workInProgressHook.memoizedState, _dispatch];
-                        }
-
-                        // There's no existing queue, so this is the initial render.
-                        if (reducer === basicStateReducer) {
-                            // Special case for `useState`.
-                            if (typeof initialState === 'function') {
-                                initialState = initialState();
-                            }
-                        } else if (initialAction !== undefined && initialAction !== null) {
-                            initialState = reducer(initialState, initialAction);
-                        }
-                        workInProgressHook.memoizedState = workInProgressHook.baseState = initialState;
-                        queue = workInProgressHook.queue = {
-                            last: null,
-                            dispatch: null
-                        };
-                        var dispatch = queue.dispatch = dispatchAction.bind(null, currentlyRenderingFiber$1, queue);
-                        return [workInProgressHook.memoizedState, dispatch];
-                    }
-
-                    function pushEffect(tag, create, destroy, inputs) {
-                        var effect = {
-                            tag: tag,
-                            create: create,
-                            destroy: destroy,
-                            inputs: inputs,
-                            // Circular
-                            next: null
-                        };
-                        if (componentUpdateQueue === null) {
-                            componentUpdateQueue = createFunctionComponentUpdateQueue();
-                            componentUpdateQueue.lastEffect = effect.next = effect;
-                        } else {
-                            var _lastEffect = componentUpdateQueue.lastEffect;
-                            if (_lastEffect === null) {
-                                componentUpdateQueue.lastEffect = effect.next = effect;
-                            } else {
-                                var firstEffect = _lastEffect.next;
-                                _lastEffect.next = effect;
-                                effect.next = firstEffect;
-                                componentUpdateQueue.lastEffect = effect;
-                            }
-                        }
-                        return effect;
-                    }
-
-                    function useRef(initialValue) {
-                        currentlyRenderingFiber$1 = resolveCurrentlyRenderingFiber();
-                        workInProgressHook = createWorkInProgressHook();
-                        var ref = void 0;
-
-                        if (workInProgressHook.memoizedState === null) {
-                            ref = {current: initialValue};
-                            {
-                                Object.seal(ref);
-                            }
-                            workInProgressHook.memoizedState = ref;
-                        } else {
-                            ref = workInProgressHook.memoizedState;
-                        }
-                        return ref;
-                    }
-
-                    function useLayoutEffect(create, inputs) {
-                        useEffectImpl(Update, UnmountMutation | MountLayout, create, inputs);
-                    }
-
-                    function useEffect(create, inputs) {
-                        useEffectImpl(Update | Passive, UnmountPassive | MountPassive, create, inputs);
-                    }
-
-                    function useEffectImpl(fiberEffectTag, hookEffectTag, create, inputs) {
-                        currentlyRenderingFiber$1 = resolveCurrentlyRenderingFiber();
-                        workInProgressHook = createWorkInProgressHook();
-
-                        var nextInputs = inputs !== undefined && inputs !== null ? inputs : [create];
-                        var destroy = null;
-                        if (currentHook !== null) {
-                            var prevEffect = currentHook.memoizedState;
-                            destroy = prevEffect.destroy;
-                            if (areHookInputsEqual(nextInputs, prevEffect.inputs)) {
-                                pushEffect(NoEffect$1, create, destroy, nextInputs);
-                                return;
-                            }
-                        }
-
-                        currentlyRenderingFiber$1.effectTag |= fiberEffectTag;
-                        workInProgressHook.memoizedState = pushEffect(hookEffectTag, create, destroy, nextInputs);
-                    }
-
-                    function useImperativeMethods(ref, create, inputs) {
-                        // TODO: If inputs are provided, should we skip comparing the ref itself?
-                        var nextInputs = inputs !== null && inputs !== undefined ? inputs.concat([ref]) : [ref, create];
-
-                        // TODO: I've implemented this on top of useEffect because it's almost the
-                        // same thing, and it would require an equal amount of code. It doesn't seem
-                        // like a common enough use case to justify the additional size.
-                        useLayoutEffect(function () {
-                            if (typeof ref === 'function') {
-                                var refCallback = ref;
-                                var _inst = create();
-                                refCallback(_inst);
-                                return function () {
-                                    return refCallback(null);
-                                };
-                            } else if (ref !== null && ref !== undefined) {
-                                var refObject = ref;
-                                var _inst2 = create();
-                                refObject.current = _inst2;
-                                return function () {
-                                    refObject.current = null;
-                                };
-                            }
-                        }, nextInputs);
-                    }
-
-                    function useCallback(callback, inputs) {
-                        currentlyRenderingFiber$1 = resolveCurrentlyRenderingFiber();
-                        workInProgressHook = createWorkInProgressHook();
-
-                        var nextInputs = inputs !== undefined && inputs !== null ? inputs : [callback];
-
-                        var prevState = workInProgressHook.memoizedState;
-                        if (prevState !== null) {
-                            var prevInputs = prevState[1];
-                            if (areHookInputsEqual(nextInputs, prevInputs)) {
-                                return prevState[0];
-                            }
-                        }
-                        workInProgressHook.memoizedState = [callback, nextInputs];
-                        return callback;
-                    }
-
-                    function useMemo(nextCreate, inputs) {
-                        currentlyRenderingFiber$1 = resolveCurrentlyRenderingFiber();
-                        workInProgressHook = createWorkInProgressHook();
-
-                        var nextInputs = inputs !== undefined && inputs !== null ? inputs : [nextCreate];
-
-                        var prevState = workInProgressHook.memoizedState;
-                        if (prevState !== null) {
-                            var prevInputs = prevState[1];
-                            if (areHookInputsEqual(nextInputs, prevInputs)) {
-                                return prevState[0];
-                            }
-                        }
-
-                        var nextValue = nextCreate();
-                        workInProgressHook.memoizedState = [nextValue, nextInputs];
-                        return nextValue;
-                    }
-
-                    function dispatchAction(fiber, queue, action) {
-                        !(numberOfReRenders < RE_RENDER_LIMIT) ? invariant(false, 'Too many re-renders. React limits the number of renders to prevent an infinite loop.') : void 0;
-
-                        var alternate = fiber.alternate;
-                        if (fiber === currentlyRenderingFiber$1 || alternate !== null && alternate === currentlyRenderingFiber$1) {
-                            // This is a render phase update. Stash it in a lazily-created map of
-                            // queue -> linked list of updates. After this render pass, we'll restart
-                            // and apply the stashed updates on top of the work-in-progress hook.
-                            didScheduleRenderPhaseUpdate = true;
-                            var update = {
-                                expirationTime: renderExpirationTime,
-                                action: action,
-                                next: null
-                            };
-                            if (renderPhaseUpdates === null) {
-                                renderPhaseUpdates = new Map();
-                            }
-                            var firstRenderPhaseUpdate = renderPhaseUpdates.get(queue);
-                            if (firstRenderPhaseUpdate === undefined) {
-                                renderPhaseUpdates.set(queue, update);
-                            } else {
-                                // Append the update to the end of the list.
-                                var lastRenderPhaseUpdate = firstRenderPhaseUpdate;
-                                while (lastRenderPhaseUpdate.next !== null) {
-                                    lastRenderPhaseUpdate = lastRenderPhaseUpdate.next;
-                                }
-                                lastRenderPhaseUpdate.next = update;
-                            }
-                        } else {
-                            var currentTime = requestCurrentTime();
-                            var _expirationTime = computeExpirationForFiber(currentTime, fiber);
-                            var _update2 = {
-                                expirationTime: _expirationTime,
-                                action: action,
-                                next: null
-                            };
-                            flushPassiveEffects();
-                            // Append the update to the end of the list.
-                            var _last2 = queue.last;
-                            if (_last2 === null) {
-                                // This is the first update. Create a circular list.
-                                _update2.next = _update2;
-                            } else {
-                                var first = _last2.next;
-                                if (first !== null) {
-                                    // Still circular.
-                                    _update2.next = first;
-                                }
-                                _last2.next = _update2;
-                            }
-                            queue.last = _update2;
-                            scheduleWork(fiber, _expirationTime);
-                        }
-                    }
-
-                    var NO_CONTEXT = {};
-
-                    var contextStackCursor$1 = createCursor(NO_CONTEXT);
-                    var contextFiberStackCursor = createCursor(NO_CONTEXT);
-                    var rootInstanceStackCursor = createCursor(NO_CONTEXT);
-
-                    function requiredContext(c) {
-                        !(c !== NO_CONTEXT) ? invariant(false, 'Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        return c;
-                    }
-
-                    function getRootHostContainer() {
-                        var rootInstance = requiredContext(rootInstanceStackCursor.current);
-                        return rootInstance;
-                    }
-
-                    function pushHostContainer(fiber, nextRootInstance) {
-                        // Push current root instance onto the stack;
-                        // This allows us to reset root when portals are popped.
-                        push(rootInstanceStackCursor, nextRootInstance, fiber);
-                        // Track the context and the Fiber that provided it.
-                        // This enables us to pop only Fibers that provide unique contexts.
-                        push(contextFiberStackCursor, fiber, fiber);
-
-                        // Finally, we need to push the host context to the stack.
-                        // However, we can't just call getRootHostContext() and push it because
-                        // we'd have a different number of entries on the stack depending on
-                        // whether getRootHostContext() throws somewhere in renderer code or not.
-                        // So we push an empty value first. This lets us safely unwind on errors.
-                        push(contextStackCursor$1, NO_CONTEXT, fiber);
-                        var nextRootContext = getRootHostContext(nextRootInstance);
-                        // Now that we know this function doesn't throw, replace it.
-                        pop(contextStackCursor$1, fiber);
-                        push(contextStackCursor$1, nextRootContext, fiber);
-                    }
-
-                    function popHostContainer(fiber) {
-                        pop(contextStackCursor$1, fiber);
-                        pop(contextFiberStackCursor, fiber);
-                        pop(rootInstanceStackCursor, fiber);
-                    }
-
-                    function getHostContext() {
-                        var context = requiredContext(contextStackCursor$1.current);
-                        return context;
-                    }
-
-                    function pushHostContext(fiber) {
-                        var rootInstance = requiredContext(rootInstanceStackCursor.current);
-                        var context = requiredContext(contextStackCursor$1.current);
-                        var nextContext = getChildHostContext(context, fiber.type, rootInstance);
-
-                        // Don't push this Fiber's context unless it's unique.
-                        if (context === nextContext) {
-                            return;
-                        }
-
-                        // Track the context and the Fiber that provided it.
-                        // This enables us to pop only Fibers that provide unique contexts.
-                        push(contextFiberStackCursor, fiber, fiber);
-                        push(contextStackCursor$1, nextContext, fiber);
-                    }
-
-                    function popHostContext(fiber) {
-                        // Do not pop unless this Fiber provided the current context.
-                        // pushHostContext() only pushes Fibers that provide unique contexts.
-                        if (contextFiberStackCursor.current !== fiber) {
-                            return;
-                        }
-
-                        pop(contextStackCursor$1, fiber);
-                        pop(contextFiberStackCursor, fiber);
-                    }
-
-                    var commitTime = 0;
-                    var profilerStartTime = -1;
-
-                    function getCommitTime() {
-                        return commitTime;
-                    }
-
-                    function recordCommitTime() {
-                        if (!enableProfilerTimer) {
-                            return;
-                        }
-                        commitTime = scheduler.unstable_now();
-                    }
-
-                    function startProfilerTimer(fiber) {
-                        if (!enableProfilerTimer) {
-                            return;
-                        }
-
-                        profilerStartTime = scheduler.unstable_now();
-
-                        if (fiber.actualStartTime < 0) {
-                            fiber.actualStartTime = scheduler.unstable_now();
-                        }
-                    }
-
-                    function stopProfilerTimerIfRunning(fiber) {
-                        if (!enableProfilerTimer) {
-                            return;
-                        }
-                        profilerStartTime = -1;
-                    }
-
-                    function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) {
-                        if (!enableProfilerTimer) {
-                            return;
-                        }
-
-                        if (profilerStartTime >= 0) {
-                            var elapsedTime = scheduler.unstable_now() - profilerStartTime;
-                            fiber.actualDuration += elapsedTime;
-                            if (overrideBaseTime) {
-                                fiber.selfBaseDuration = elapsedTime;
-                            }
-                            profilerStartTime = -1;
-                        }
-                    }
-
-                    function resolveDefaultProps(Component, baseProps) {
-                        if (Component && Component.defaultProps) {
-                            // Resolve default props. Taken from ReactElement
-                            var props = _assign({}, baseProps);
-                            var defaultProps = Component.defaultProps;
-                            for (var propName in defaultProps) {
-                                if (props[propName] === undefined) {
-                                    props[propName] = defaultProps[propName];
-                                }
-                            }
-                            return props;
-                        }
-                        return baseProps;
-                    }
-
-                    function readLazyComponentType(lazyComponent) {
-                        var status = lazyComponent._status;
-                        var result = lazyComponent._result;
-                        switch (status) {
-                            case Resolved: {
-                                var Component = result;
-                                return Component;
-                            }
-                            case Rejected: {
-                                var error = result;
-                                throw error;
-                            }
-                            case Pending: {
-                                var thenable = result;
-                                throw thenable;
-                            }
-                            default: {
-                                lazyComponent._status = Pending;
-                                var ctor = lazyComponent._ctor;
-                                var _thenable = ctor();
-                                _thenable.then(function (moduleObject) {
-                                    if (lazyComponent._status === Pending) {
-                                        var defaultExport = moduleObject.default;
-                                        {
-                                            if (defaultExport === undefined) {
-                                                warning$1(false, 'lazy: Expected the result of a dynamic import() call. ' + 'Instead received: %s\n\nYour code should look like: \n  ' + "const MyComponent = lazy(() => import('./MyComponent'))", moduleObject);
-                                            }
-                                        }
-                                        lazyComponent._status = Resolved;
-                                        lazyComponent._result = defaultExport;
-                                    }
-                                }, function (error) {
-                                    if (lazyComponent._status === Pending) {
-                                        lazyComponent._status = Rejected;
-                                        lazyComponent._result = error;
-                                    }
-                                });
-                                lazyComponent._result = _thenable;
-                                throw _thenable;
-                            }
-                        }
-                    }
-
-                    var ReactCurrentOwner$4 = ReactSharedInternals.ReactCurrentOwner;
-
-                    function readContext$1(contextType) {
-                        var dispatcher = ReactCurrentOwner$4.currentDispatcher;
-                        return dispatcher.readContext(contextType);
-                    }
-
-                    var fakeInternalInstance = {};
-                    var isArray$1 = Array.isArray;
-
-// React.Component uses a shared frozen object by default.
-// We'll use it to determine whether we need to initialize legacy refs.
-                    var emptyRefsObject = new React.Component().refs;
-
-                    var didWarnAboutStateAssignmentForComponent = void 0;
-                    var didWarnAboutUninitializedState = void 0;
-                    var didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = void 0;
-                    var didWarnAboutLegacyLifecyclesAndDerivedState = void 0;
-                    var didWarnAboutUndefinedDerivedState = void 0;
-                    var warnOnUndefinedDerivedState = void 0;
-                    var warnOnInvalidCallback$1 = void 0;
-                    var didWarnAboutDirectlyAssigningPropsToState = void 0;
-                    var didWarnAboutContextTypeAndContextTypes = void 0;
-                    var didWarnAboutInvalidateContextType = void 0;
-
-                    {
-                        didWarnAboutStateAssignmentForComponent = new Set();
-                        didWarnAboutUninitializedState = new Set();
-                        didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate = new Set();
-                        didWarnAboutLegacyLifecyclesAndDerivedState = new Set();
-                        didWarnAboutDirectlyAssigningPropsToState = new Set();
-                        didWarnAboutUndefinedDerivedState = new Set();
-                        didWarnAboutContextTypeAndContextTypes = new Set();
-                        didWarnAboutInvalidateContextType = new Set();
-
-                        var didWarnOnInvalidCallback = new Set();
-
-                        warnOnInvalidCallback$1 = function (callback, callerName) {
-                            if (callback === null || typeof callback === 'function') {
-                                return;
-                            }
-                            var key = callerName + '_' + callback;
-                            if (!didWarnOnInvalidCallback.has(key)) {
-                                didWarnOnInvalidCallback.add(key);
-                                warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback);
-                            }
-                        };
-
-                        warnOnUndefinedDerivedState = function (type, partialState) {
-                            if (partialState === undefined) {
-                                var componentName = getComponentName(type) || 'Component';
-                                if (!didWarnAboutUndefinedDerivedState.has(componentName)) {
-                                    didWarnAboutUndefinedDerivedState.add(componentName);
-                                    warningWithoutStack$1(false, '%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. ' + 'You have returned undefined.', componentName);
-                                }
-                            }
-                        };
-
-                        // This is so gross but it's at least non-critical and can be removed if
-                        // it causes problems. This is meant to give a nicer error message for
-                        // ReactDOM15.unstable_renderSubtreeIntoContainer(reactDOM16Component,
-                        // ...)) which otherwise throws a "_processChildContext is not a function"
-                        // exception.
-                        Object.defineProperty(fakeInternalInstance, '_processChildContext', {
-                            enumerable: false,
-                            value: function () {
-                                invariant(false, '_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn\'t supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).');
-                            }
-                        });
-                        Object.freeze(fakeInternalInstance);
-                    }
-
-                    function applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, nextProps) {
-                        var prevState = workInProgress.memoizedState;
-
-                        {
-                            if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
-                                // Invoke the function an extra time to help detect side-effects.
-                                getDerivedStateFromProps(nextProps, prevState);
-                            }
-                        }
-
-                        var partialState = getDerivedStateFromProps(nextProps, prevState);
-
-                        {
-                            warnOnUndefinedDerivedState(ctor, partialState);
-                        }
-                        // Merge the partial state and the previous state.
-                        var memoizedState = partialState === null || partialState === undefined ? prevState : _assign({}, prevState, partialState);
-                        workInProgress.memoizedState = memoizedState;
-
-                        // Once the update queue is empty, persist the derived state onto the
-                        // base state.
-                        var updateQueue = workInProgress.updateQueue;
-                        if (updateQueue !== null && workInProgress.expirationTime === NoWork) {
-                            updateQueue.baseState = memoizedState;
-                        }
-                    }
-
-                    var classComponentUpdater = {
-                        isMounted: isMounted,
-                        enqueueSetState: function (inst, payload, callback) {
-                            var fiber = get(inst);
-                            var currentTime = requestCurrentTime();
-                            var expirationTime = computeExpirationForFiber(currentTime, fiber);
-
-                            var update = createUpdate(expirationTime);
-                            update.payload = payload;
-                            if (callback !== undefined && callback !== null) {
-                                {
-                                    warnOnInvalidCallback$1(callback, 'setState');
-                                }
-                                update.callback = callback;
-                            }
-
-                            flushPassiveEffects();
-                            enqueueUpdate(fiber, update);
-                            scheduleWork(fiber, expirationTime);
-                        },
-                        enqueueReplaceState: function (inst, payload, callback) {
-                            var fiber = get(inst);
-                            var currentTime = requestCurrentTime();
-                            var expirationTime = computeExpirationForFiber(currentTime, fiber);
-
-                            var update = createUpdate(expirationTime);
-                            update.tag = ReplaceState;
-                            update.payload = payload;
-
-                            if (callback !== undefined && callback !== null) {
-                                {
-                                    warnOnInvalidCallback$1(callback, 'replaceState');
-                                }
-                                update.callback = callback;
-                            }
-
-                            flushPassiveEffects();
-                            enqueueUpdate(fiber, update);
-                            scheduleWork(fiber, expirationTime);
-                        },
-                        enqueueForceUpdate: function (inst, callback) {
-                            var fiber = get(inst);
-                            var currentTime = requestCurrentTime();
-                            var expirationTime = computeExpirationForFiber(currentTime, fiber);
-
-                            var update = createUpdate(expirationTime);
-                            update.tag = ForceUpdate;
-
-                            if (callback !== undefined && callback !== null) {
-                                {
-                                    warnOnInvalidCallback$1(callback, 'forceUpdate');
-                                }
-                                update.callback = callback;
-                            }
-
-                            flushPassiveEffects();
-                            enqueueUpdate(fiber, update);
-                            scheduleWork(fiber, expirationTime);
-                        }
-                    };
-
-                    function checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext) {
-                        var instance = workInProgress.stateNode;
-                        if (typeof instance.shouldComponentUpdate === 'function') {
-                            startPhaseTimer(workInProgress, 'shouldComponentUpdate');
-                            var shouldUpdate = instance.shouldComponentUpdate(newProps, newState, nextContext);
-                            stopPhaseTimer();
-
-                            {
-                                !(shouldUpdate !== undefined) ? warningWithoutStack$1(false, '%s.shouldComponentUpdate(): Returned undefined instead of a ' + 'boolean value. Make sure to return true or false.', getComponentName(ctor) || 'Component') : void 0;
-                            }
-
-                            return shouldUpdate;
-                        }
-
-                        if (ctor.prototype && ctor.prototype.isPureReactComponent) {
-                            return !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState);
-                        }
-
-                        return true;
-                    }
-
-                    function checkClassInstance(workInProgress, ctor, newProps) {
-                        var instance = workInProgress.stateNode;
-                        {
-                            var name = getComponentName(ctor) || 'Component';
-                            var renderPresent = instance.render;
-
-                            if (!renderPresent) {
-                                if (ctor.prototype && typeof ctor.prototype.render === 'function') {
-                                    warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: did you accidentally return an object from the constructor?', name);
-                                } else {
-                                    warningWithoutStack$1(false, '%s(...): No `render` method found on the returned component ' + 'instance: you may have forgotten to define `render`.', name);
-                                }
-                            }
-
-                            var noGetInitialStateOnES6 = !instance.getInitialState || instance.getInitialState.isReactClassApproved || instance.state;
-                            !noGetInitialStateOnES6 ? warningWithoutStack$1(false, 'getInitialState was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Did you mean to define a state property instead?', name) : void 0;
-                            var noGetDefaultPropsOnES6 = !instance.getDefaultProps || instance.getDefaultProps.isReactClassApproved;
-                            !noGetDefaultPropsOnES6 ? warningWithoutStack$1(false, 'getDefaultProps was defined on %s, a plain JavaScript class. ' + 'This is only supported for classes created using React.createClass. ' + 'Use a static property to define defaultProps instead.', name) : void 0;
-                            var noInstancePropTypes = !instance.propTypes;
-                            !noInstancePropTypes ? warningWithoutStack$1(false, 'propTypes was defined as an instance property on %s. Use a static ' + 'property to define propTypes instead.', name) : void 0;
-                            var noInstanceContextType = !instance.contextType;
-                            !noInstanceContextType ? warningWithoutStack$1(false, 'contextType was defined as an instance property on %s. Use a static ' + 'property to define contextType instead.', name) : void 0;
-                            var noInstanceContextTypes = !instance.contextTypes;
-                            !noInstanceContextTypes ? warningWithoutStack$1(false, 'contextTypes was defined as an instance property on %s. Use a static ' + 'property to define contextTypes instead.', name) : void 0;
-
-                            if (ctor.contextType && ctor.contextTypes && !didWarnAboutContextTypeAndContextTypes.has(ctor)) {
-                                didWarnAboutContextTypeAndContextTypes.add(ctor);
-                                warningWithoutStack$1(false, '%s declares both contextTypes and contextType static properties. ' + 'The legacy contextTypes property will be ignored.', name);
-                            }
-
-                            var noComponentShouldUpdate = typeof instance.componentShouldUpdate !== 'function';
-                            !noComponentShouldUpdate ? warningWithoutStack$1(false, '%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.', name) : void 0;
-                            if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== 'undefined') {
-                                warningWithoutStack$1(false, '%s has a method called shouldComponentUpdate(). ' + 'shouldComponentUpdate should not be used when extending React.PureComponent. ' + 'Please extend React.Component if shouldComponentUpdate is used.', getComponentName(ctor) || 'A pure component');
-                            }
-                            var noComponentDidUnmount = typeof instance.componentDidUnmount !== 'function';
-                            !noComponentDidUnmount ? warningWithoutStack$1(false, '%s has a method called ' + 'componentDidUnmount(). But there is no such lifecycle method. ' + 'Did you mean componentWillUnmount()?', name) : void 0;
-                            var noComponentDidReceiveProps = typeof instance.componentDidReceiveProps !== 'function';
-                            !noComponentDidReceiveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentDidReceiveProps(). But there is no such lifecycle method. ' + 'If you meant to update the state in response to changing props, ' + 'use componentWillReceiveProps(). If you meant to fetch data or ' + 'run side-effects or mutations after React has updated the UI, use componentDidUpdate().', name) : void 0;
-                            var noComponentWillRecieveProps = typeof instance.componentWillRecieveProps !== 'function';
-                            !noComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'componentWillRecieveProps(). Did you mean componentWillReceiveProps()?', name) : void 0;
-                            var noUnsafeComponentWillRecieveProps = typeof instance.UNSAFE_componentWillRecieveProps !== 'function';
-                            !noUnsafeComponentWillRecieveProps ? warningWithoutStack$1(false, '%s has a method called ' + 'UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?', name) : void 0;
-                            var hasMutatedProps = instance.props !== newProps;
-                            !(instance.props === undefined || !hasMutatedProps) ? warningWithoutStack$1(false, '%s(...): When calling super() in `%s`, make sure to pass ' + "up the same props that your component's constructor was passed.", name, name) : void 0;
-                            var noInstanceDefaultProps = !instance.defaultProps;
-                            !noInstanceDefaultProps ? warningWithoutStack$1(false, 'Setting defaultProps as an instance property on %s is not supported and will be ignored.' + ' Instead, define defaultProps as a static property on %s.', name, name) : void 0;
-
-                            if (typeof instance.getSnapshotBeforeUpdate === 'function' && typeof instance.componentDidUpdate !== 'function' && !didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) {
-                                didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.add(ctor);
-                                warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). ' + 'This component defines getSnapshotBeforeUpdate() only.', getComponentName(ctor));
-                            }
-
-                            var noInstanceGetDerivedStateFromProps = typeof instance.getDerivedStateFromProps !== 'function';
-                            !noInstanceGetDerivedStateFromProps ? warningWithoutStack$1(false, '%s: getDerivedStateFromProps() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;
-                            var noInstanceGetDerivedStateFromCatch = typeof instance.getDerivedStateFromError !== 'function';
-                            !noInstanceGetDerivedStateFromCatch ? warningWithoutStack$1(false, '%s: getDerivedStateFromError() is defined as an instance method ' + 'and will be ignored. Instead, declare it as a static method.', name) : void 0;
-                            var noStaticGetSnapshotBeforeUpdate = typeof ctor.getSnapshotBeforeUpdate !== 'function';
-                            !noStaticGetSnapshotBeforeUpdate ? warningWithoutStack$1(false, '%s: getSnapshotBeforeUpdate() is defined as a static method ' + 'and will be ignored. Instead, declare it as an instance method.', name) : void 0;
-                            var _state = instance.state;
-                            if (_state && (typeof _state !== 'object' || isArray$1(_state))) {
-                                warningWithoutStack$1(false, '%s.state: must be set to an object or null', name);
-                            }
-                            if (typeof instance.getChildContext === 'function') {
-                                !(typeof ctor.childContextTypes === 'object') ? warningWithoutStack$1(false, '%s.getChildContext(): childContextTypes must be defined in order to ' + 'use getChildContext().', name) : void 0;
-                            }
-                        }
-                    }
-
-                    function adoptClassInstance(workInProgress, instance) {
-                        instance.updater = classComponentUpdater;
-                        workInProgress.stateNode = instance;
-                        // The instance needs access to the fiber so that it can schedule updates
-                        set(instance, workInProgress);
-                        {
-                            instance._reactInternalInstance = fakeInternalInstance;
-                        }
-                    }
-
-                    function constructClassInstance(workInProgress, ctor, props, renderExpirationTime) {
-                        var isLegacyContextConsumer = false;
-                        var unmaskedContext = emptyContextObject;
-                        var context = null;
-                        var contextType = ctor.contextType;
-                        if (typeof contextType === 'object' && contextType !== null) {
-                            {
-                                if (contextType.$$typeof !== REACT_CONTEXT_TYPE && !didWarnAboutInvalidateContextType.has(ctor)) {
-                                    didWarnAboutInvalidateContextType.add(ctor);
-                                    warningWithoutStack$1(false, '%s defines an invalid contextType. ' + 'contextType should point to the Context object returned by React.createContext(). ' + 'Did you accidentally pass the Context.Provider instead?', getComponentName(ctor) || 'Component');
-                                }
-                            }
-
-                            context = readContext$1(contextType);
-                        } else {
-                            unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
-                            var contextTypes = ctor.contextTypes;
-                            isLegacyContextConsumer = contextTypes !== null && contextTypes !== undefined;
-                            context = isLegacyContextConsumer ? getMaskedContext(workInProgress, unmaskedContext) : emptyContextObject;
-                        }
-
-                        // Instantiate twice to help detect side-effects.
-                        {
-                            if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
-                                new ctor(props, context); // eslint-disable-line no-new
-                            }
-                        }
-
-                        var instance = new ctor(props, context);
-                        var state = workInProgress.memoizedState = instance.state !== null && instance.state !== undefined ? instance.state : null;
-                        adoptClassInstance(workInProgress, instance);
-
-                        {
-                            if (typeof ctor.getDerivedStateFromProps === 'function' && state === null) {
-                                var componentName = getComponentName(ctor) || 'Component';
-                                if (!didWarnAboutUninitializedState.has(componentName)) {
-                                    didWarnAboutUninitializedState.add(componentName);
-                                    warningWithoutStack$1(false, '`%s` uses `getDerivedStateFromProps` but its initial state is ' + '%s. This is not recommended. Instead, define the initial state by ' + 'assigning an object to `this.state` in the constructor of `%s`. ' + 'This ensures that `getDerivedStateFromProps` arguments have a consistent shape.', componentName, instance.state === null ? 'null' : 'undefined', componentName);
-                                }
-                            }
-
-                            // If new component APIs are defined, "unsafe" lifecycles won't be called.
-                            // Warn about these lifecycles if they are present.
-                            // Don't warn about react-lifecycles-compat polyfilled methods though.
-                            if (typeof ctor.getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function') {
-                                var foundWillMountName = null;
-                                var foundWillReceivePropsName = null;
-                                var foundWillUpdateName = null;
-                                if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) {
-                                    foundWillMountName = 'componentWillMount';
-                                } else if (typeof instance.UNSAFE_componentWillMount === 'function') {
-                                    foundWillMountName = 'UNSAFE_componentWillMount';
-                                }
-                                if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) {
-                                    foundWillReceivePropsName = 'componentWillReceiveProps';
-                                } else if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
-                                    foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps';
-                                }
-                                if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) {
-                                    foundWillUpdateName = 'componentWillUpdate';
-                                } else if (typeof instance.UNSAFE_componentWillUpdate === 'function') {
-                                    foundWillUpdateName = 'UNSAFE_componentWillUpdate';
-                                }
-                                if (foundWillMountName !== null || foundWillReceivePropsName !== null || foundWillUpdateName !== null) {
-                                    var _componentName = getComponentName(ctor) || 'Component';
-                                    var newApiName = typeof ctor.getDerivedStateFromProps === 'function' ? 'getDerivedStateFromProps()' : 'getSnapshotBeforeUpdate()';
-                                    if (!didWarnAboutLegacyLifecyclesAndDerivedState.has(_componentName)) {
-                                        didWarnAboutLegacyLifecyclesAndDerivedState.add(_componentName);
-                                        warningWithoutStack$1(false, 'Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n' + '%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\n' + 'The above lifecycles should be removed. Learn more about this warning here:\n' + 'https://fb.me/react-async-component-lifecycle-hooks', _componentName, newApiName, foundWillMountName !== null ? '\n  ' + foundWillMountName : '', foundWillReceivePropsName !== null ? '\n  ' + foundWillReceivePropsName : '', foundWillUpdateName !== null ? '\n  ' + foundWillUpdateName : '');
-                                    }
-                                }
-                            }
-                        }
-
-                        // Cache unmasked context so we can avoid recreating masked context unless necessary.
-                        // ReactFiberContext usually updates this cache but can't for newly-created instances.
-                        if (isLegacyContextConsumer) {
-                            cacheContext(workInProgress, unmaskedContext, context);
-                        }
-
-                        return instance;
-                    }
-
-                    function callComponentWillMount(workInProgress, instance) {
-                        startPhaseTimer(workInProgress, 'componentWillMount');
-                        var oldState = instance.state;
-
-                        if (typeof instance.componentWillMount === 'function') {
-                            instance.componentWillMount();
-                        }
-                        if (typeof instance.UNSAFE_componentWillMount === 'function') {
-                            instance.UNSAFE_componentWillMount();
-                        }
-
-                        stopPhaseTimer();
-
-                        if (oldState !== instance.state) {
-                            {
-                                warningWithoutStack$1(false, '%s.componentWillMount(): Assigning directly to this.state is ' + "deprecated (except inside a component's " + 'constructor). Use setState instead.', getComponentName(workInProgress.type) || 'Component');
-                            }
-                            classComponentUpdater.enqueueReplaceState(instance, instance.state, null);
-                        }
-                    }
-
-                    function callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext) {
-                        var oldState = instance.state;
-                        startPhaseTimer(workInProgress, 'componentWillReceiveProps');
-                        if (typeof instance.componentWillReceiveProps === 'function') {
-                            instance.componentWillReceiveProps(newProps, nextContext);
-                        }
-                        if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') {
-                            instance.UNSAFE_componentWillReceiveProps(newProps, nextContext);
-                        }
-                        stopPhaseTimer();
-
-                        if (instance.state !== oldState) {
-                            {
-                                var componentName = getComponentName(workInProgress.type) || 'Component';
-                                if (!didWarnAboutStateAssignmentForComponent.has(componentName)) {
-                                    didWarnAboutStateAssignmentForComponent.add(componentName);
-                                    warningWithoutStack$1(false, '%s.componentWillReceiveProps(): Assigning directly to ' + "this.state is deprecated (except inside a component's " + 'constructor). Use setState instead.', componentName);
-                                }
-                            }
-                            classComponentUpdater.enqueueReplaceState(instance, instance.state, null);
-                        }
-                    }
-
-// Invokes the mount life-cycles on a previously never rendered instance.
-                    function mountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {
-                        {
-                            checkClassInstance(workInProgress, ctor, newProps);
-                        }
-
-                        var instance = workInProgress.stateNode;
-                        instance.props = newProps;
-                        instance.state = workInProgress.memoizedState;
-                        instance.refs = emptyRefsObject;
-
-                        var contextType = ctor.contextType;
-                        if (typeof contextType === 'object' && contextType !== null) {
-                            instance.context = readContext$1(contextType);
-                        } else {
-                            var unmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
-                            instance.context = getMaskedContext(workInProgress, unmaskedContext);
-                        }
-
-                        {
-                            if (instance.state === newProps) {
-                                var componentName = getComponentName(ctor) || 'Component';
-                                if (!didWarnAboutDirectlyAssigningPropsToState.has(componentName)) {
-                                    didWarnAboutDirectlyAssigningPropsToState.add(componentName);
-                                    warningWithoutStack$1(false, '%s: It is not recommended to assign props directly to state ' + "because updates to props won't be reflected in state. " + 'In most cases, it is better to use props directly.', componentName);
-                                }
-                            }
-
-                            if (workInProgress.mode & StrictMode) {
-                                ReactStrictModeWarnings.recordUnsafeLifecycleWarnings(workInProgress, instance);
-
-                                ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, instance);
-                            }
-
-                            if (warnAboutDeprecatedLifecycles) {
-                                ReactStrictModeWarnings.recordDeprecationWarnings(workInProgress, instance);
-                            }
-                        }
-
-                        var updateQueue = workInProgress.updateQueue;
-                        if (updateQueue !== null) {
-                            processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
-                            instance.state = workInProgress.memoizedState;
-                        }
-
-                        var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
-                        if (typeof getDerivedStateFromProps === 'function') {
-                            applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
-                            instance.state = workInProgress.memoizedState;
-                        }
-
-                        // In order to support react-lifecycles-compat polyfilled components,
-                        // Unsafe lifecycles should not be invoked for components using the new APIs.
-                        if (typeof ctor.getDerivedStateFromProps !== 'function' && typeof instance.getSnapshotBeforeUpdate !== 'function' && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {
-                            callComponentWillMount(workInProgress, instance);
-                            // If we had additional state updates during this life-cycle, let's
-                            // process them now.
-                            updateQueue = workInProgress.updateQueue;
-                            if (updateQueue !== null) {
-                                processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
-                                instance.state = workInProgress.memoizedState;
-                            }
-                        }
-
-                        if (typeof instance.componentDidMount === 'function') {
-                            workInProgress.effectTag |= Update;
-                        }
-                    }
-
-                    function resumeMountClassInstance(workInProgress, ctor, newProps, renderExpirationTime) {
-                        var instance = workInProgress.stateNode;
-
-                        var oldProps = workInProgress.memoizedProps;
-                        instance.props = oldProps;
-
-                        var oldContext = instance.context;
-                        var contextType = ctor.contextType;
-                        var nextContext = void 0;
-                        if (typeof contextType === 'object' && contextType !== null) {
-                            nextContext = readContext$1(contextType);
-                        } else {
-                            var nextLegacyUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
-                            nextContext = getMaskedContext(workInProgress, nextLegacyUnmaskedContext);
-                        }
-
-                        var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
-                        var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function';
-
-                        // Note: During these life-cycles, instance.props/instance.state are what
-                        // ever the previously attempted to render - not the "current". However,
-                        // during componentDidUpdate we pass the "current" props.
-
-                        // In order to support react-lifecycles-compat polyfilled components,
-                        // Unsafe lifecycles should not be invoked for components using the new APIs.
-                        if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {
-                            if (oldProps !== newProps || oldContext !== nextContext) {
-                                callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);
-                            }
-                        }
-
-                        resetHasForceUpdateBeforeProcessing();
-
-                        var oldState = workInProgress.memoizedState;
-                        var newState = instance.state = oldState;
-                        var updateQueue = workInProgress.updateQueue;
-                        if (updateQueue !== null) {
-                            processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
-                            newState = workInProgress.memoizedState;
-                        }
-                        if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {
-                            // If an update was already in progress, we should schedule an Update
-                            // effect even though we're bailing out, so that cWU/cDU are called.
-                            if (typeof instance.componentDidMount === 'function') {
-                                workInProgress.effectTag |= Update;
-                            }
-                            return false;
-                        }
-
-                        if (typeof getDerivedStateFromProps === 'function') {
-                            applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
-                            newState = workInProgress.memoizedState;
-                        }
-
-                        var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);
-
-                        if (shouldUpdate) {
-                            // In order to support react-lifecycles-compat polyfilled components,
-                            // Unsafe lifecycles should not be invoked for components using the new APIs.
-                            if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) {
-                                startPhaseTimer(workInProgress, 'componentWillMount');
-                                if (typeof instance.componentWillMount === 'function') {
-                                    instance.componentWillMount();
-                                }
-                                if (typeof instance.UNSAFE_componentWillMount === 'function') {
-                                    instance.UNSAFE_componentWillMount();
-                                }
-                                stopPhaseTimer();
-                            }
-                            if (typeof instance.componentDidMount === 'function') {
-                                workInProgress.effectTag |= Update;
-                            }
-                        } else {
-                            // If an update was already in progress, we should schedule an Update
-                            // effect even though we're bailing out, so that cWU/cDU are called.
-                            if (typeof instance.componentDidMount === 'function') {
-                                workInProgress.effectTag |= Update;
-                            }
-
-                            // If shouldComponentUpdate returned false, we should still update the
-                            // memoized state to indicate that this work can be reused.
-                            workInProgress.memoizedProps = newProps;
-                            workInProgress.memoizedState = newState;
-                        }
-
-                        // Update the existing instance's state, props, and context pointers even
-                        // if shouldComponentUpdate returns false.
-                        instance.props = newProps;
-                        instance.state = newState;
-                        instance.context = nextContext;
-
-                        return shouldUpdate;
-                    }
-
-// Invokes the update life-cycles and returns false if it shouldn't rerender.
-                    function updateClassInstance(current, workInProgress, ctor, newProps, renderExpirationTime) {
-                        var instance = workInProgress.stateNode;
-
-                        var oldProps = workInProgress.memoizedProps;
-                        instance.props = workInProgress.type === workInProgress.elementType ? oldProps : resolveDefaultProps(workInProgress.type, oldProps);
-
-                        var oldContext = instance.context;
-                        var contextType = ctor.contextType;
-                        var nextContext = void 0;
-                        if (typeof contextType === 'object' && contextType !== null) {
-                            nextContext = readContext$1(contextType);
-                        } else {
-                            var nextUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true);
-                            nextContext = getMaskedContext(workInProgress, nextUnmaskedContext);
-                        }
-
-                        var getDerivedStateFromProps = ctor.getDerivedStateFromProps;
-                        var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function';
-
-                        // Note: During these life-cycles, instance.props/instance.state are what
-                        // ever the previously attempted to render - not the "current". However,
-                        // during componentDidUpdate we pass the "current" props.
-
-                        // In order to support react-lifecycles-compat polyfilled components,
-                        // Unsafe lifecycles should not be invoked for components using the new APIs.
-                        if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) {
-                            if (oldProps !== newProps || oldContext !== nextContext) {
-                                callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext);
-                            }
-                        }
-
-                        resetHasForceUpdateBeforeProcessing();
-
-                        var oldState = workInProgress.memoizedState;
-                        var newState = instance.state = oldState;
-                        var updateQueue = workInProgress.updateQueue;
-                        if (updateQueue !== null) {
-                            processUpdateQueue(workInProgress, updateQueue, newProps, instance, renderExpirationTime);
-                            newState = workInProgress.memoizedState;
-                        }
-
-                        if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) {
-                            // If an update was already in progress, we should schedule an Update
-                            // effect even though we're bailing out, so that cWU/cDU are called.
-                            if (typeof instance.componentDidUpdate === 'function') {
-                                if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
-                                    workInProgress.effectTag |= Update;
-                                }
-                            }
-                            if (typeof instance.getSnapshotBeforeUpdate === 'function') {
-                                if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
-                                    workInProgress.effectTag |= Snapshot;
-                                }
-                            }
-                            return false;
-                        }
-
-                        if (typeof getDerivedStateFromProps === 'function') {
-                            applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps);
-                            newState = workInProgress.memoizedState;
-                        }
-
-                        var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext);
-
-                        if (shouldUpdate) {
-                            // In order to support react-lifecycles-compat polyfilled components,
-                            // Unsafe lifecycles should not be invoked for components using the new APIs.
-                            if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillUpdate === 'function' || typeof instance.componentWillUpdate === 'function')) {
-                                startPhaseTimer(workInProgress, 'componentWillUpdate');
-                                if (typeof instance.componentWillUpdate === 'function') {
-                                    instance.componentWillUpdate(newProps, newState, nextContext);
-                                }
-                                if (typeof instance.UNSAFE_componentWillUpdate === 'function') {
-                                    instance.UNSAFE_componentWillUpdate(newProps, newState, nextContext);
-                                }
-                                stopPhaseTimer();
-                            }
-                            if (typeof instance.componentDidUpdate === 'function') {
-                                workInProgress.effectTag |= Update;
-                            }
-                            if (typeof instance.getSnapshotBeforeUpdate === 'function') {
-                                workInProgress.effectTag |= Snapshot;
-                            }
-                        } else {
-                            // If an update was already in progress, we should schedule an Update
-                            // effect even though we're bailing out, so that cWU/cDU are called.
-                            if (typeof instance.componentDidUpdate === 'function') {
-                                if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
-                                    workInProgress.effectTag |= Update;
-                                }
-                            }
-                            if (typeof instance.getSnapshotBeforeUpdate === 'function') {
-                                if (oldProps !== current.memoizedProps || oldState !== current.memoizedState) {
-                                    workInProgress.effectTag |= Snapshot;
-                                }
-                            }
-
-                            // If shouldComponentUpdate returned false, we should still update the
-                            // memoized props/state to indicate that this work can be reused.
-                            workInProgress.memoizedProps = newProps;
-                            workInProgress.memoizedState = newState;
-                        }
-
-                        // Update the existing instance's state, props, and context pointers even
-                        // if shouldComponentUpdate returns false.
-                        instance.props = newProps;
-                        instance.state = newState;
-                        instance.context = nextContext;
-
-                        return shouldUpdate;
-                    }
-
-                    var didWarnAboutMaps = void 0;
-                    var didWarnAboutGenerators = void 0;
-                    var didWarnAboutStringRefInStrictMode = void 0;
-                    var ownerHasKeyUseWarning = void 0;
-                    var ownerHasFunctionTypeWarning = void 0;
-                    var warnForMissingKey = function (child) {
-                    };
-
-                    {
-                        didWarnAboutMaps = false;
-                        didWarnAboutGenerators = false;
-                        didWarnAboutStringRefInStrictMode = {};
-
-                        /**
-                         * Warn if there's no key explicitly set on dynamic arrays of children or
-                         * object keys are not valid. This allows us to keep track of children between
-                         * updates.
-                         */
-                        ownerHasKeyUseWarning = {};
-                        ownerHasFunctionTypeWarning = {};
-
-                        warnForMissingKey = function (child) {
-                            if (child === null || typeof child !== 'object') {
-                                return;
-                            }
-                            if (!child._store || child._store.validated || child.key != null) {
-                                return;
-                            }
-                            !(typeof child._store === 'object') ? invariant(false, 'React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                            child._store.validated = true;
-
-                            var currentComponentErrorInfo = 'Each child in an array or iterator should have a unique ' + '"key" prop. See https://fb.me/react-warning-keys for ' + 'more information.' + getCurrentFiberStackInDev();
-                            if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
-                                return;
-                            }
-                            ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
-
-                            warning$1(false, 'Each child in an array or iterator should have a unique ' + '"key" prop. See https://fb.me/react-warning-keys for ' + 'more information.');
-                        };
-                    }
-
-                    var isArray = Array.isArray;
-
-                    function coerceRef(returnFiber, current$$1, element) {
-                        var mixedRef = element.ref;
-                        if (mixedRef !== null && typeof mixedRef !== 'function' && typeof mixedRef !== 'object') {
-                            {
-                                if (returnFiber.mode & StrictMode) {
-                                    var componentName = getComponentName(returnFiber.type) || 'Component';
-                                    if (!didWarnAboutStringRefInStrictMode[componentName]) {
-                                        warningWithoutStack$1(false, 'A string ref, "%s", has been found within a strict mode tree. ' + 'String refs are a source of potential bugs and should be avoided. ' + 'We recommend using createRef() instead.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-string-ref', mixedRef, getStackByFiberInDevAndProd(returnFiber));
-                                        didWarnAboutStringRefInStrictMode[componentName] = true;
-                                    }
-                                }
-                            }
-
-                            if (element._owner) {
-                                var owner = element._owner;
-                                var inst = void 0;
-                                if (owner) {
-                                    var ownerFiber = owner;
-                                    !(ownerFiber.tag === ClassComponent) ? invariant(false, 'Function components cannot have refs.') : void 0;
-                                    inst = ownerFiber.stateNode;
-                                }
-                                !inst ? invariant(false, 'Missing owner for string ref %s. This error is likely caused by a bug in React. Please file an issue.', mixedRef) : void 0;
-                                var stringRef = '' + mixedRef;
-                                // Check if previous string ref matches new string ref
-                                if (current$$1 !== null && current$$1.ref !== null && typeof current$$1.ref === 'function' && current$$1.ref._stringRef === stringRef) {
-                                    return current$$1.ref;
-                                }
-                                var ref = function (value) {
-                                    var refs = inst.refs;
-                                    if (refs === emptyRefsObject) {
-                                        // This is a lazy pooled frozen object, so we need to initialize.
-                                        refs = inst.refs = {};
-                                    }
-                                    if (value === null) {
-                                        delete refs[stringRef];
-                                    } else {
-                                        refs[stringRef] = value;
-                                    }
-                                };
-                                ref._stringRef = stringRef;
-                                return ref;
-                            } else {
-                                !(typeof mixedRef === 'string') ? invariant(false, 'Expected ref to be a function, a string, an object returned by React.createRef(), or null.') : void 0;
-                                !element._owner ? invariant(false, 'Element ref was specified as a string (%s) but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component\'s render method\n3. You have multiple copies of React loaded\nSee https://fb.me/react-refs-must-have-owner for more information.', mixedRef) : void 0;
-                            }
-                        }
-                        return mixedRef;
-                    }
-
-                    function throwOnInvalidObjectType(returnFiber, newChild) {
-                        if (returnFiber.type !== 'textarea') {
-                            var addendum = '';
-                            {
-                                addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + getCurrentFiberStackInDev();
-                            }
-                            invariant(false, 'Objects are not valid as a React child (found: %s).%s', Object.prototype.toString.call(newChild) === '[object Object]' ? 'object with keys {' + Object.keys(newChild).join(', ') + '}' : newChild, addendum);
-                        }
-                    }
-
-                    function warnOnFunctionType() {
-                        var currentComponentErrorInfo = 'Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.' + getCurrentFiberStackInDev();
-
-                        if (ownerHasFunctionTypeWarning[currentComponentErrorInfo]) {
-                            return;
-                        }
-                        ownerHasFunctionTypeWarning[currentComponentErrorInfo] = true;
-
-                        warning$1(false, 'Functions are not valid as a React child. This may happen if ' + 'you return a Component instead of <Component /> from render. ' + 'Or maybe you meant to call this function rather than return it.');
-                    }
-
-// This wrapper function exists because I expect to clone the code in each path
-// to be able to optimize each path individually by branching early. This needs
-// a compiler or we can do it manually. Helpers that don't need this branching
-// live outside of this function.
-                    function ChildReconciler(shouldTrackSideEffects) {
-                        function deleteChild(returnFiber, childToDelete) {
-                            if (!shouldTrackSideEffects) {
-                                // Noop.
-                                return;
-                            }
-                            // Deletions are added in reversed order so we add it to the front.
-                            // At this point, the return fiber's effect list is empty except for
-                            // deletions, so we can just append the deletion to the list. The remaining
-                            // effects aren't added until the complete phase. Once we implement
-                            // resuming, this may not be true.
-                            var last = returnFiber.lastEffect;
-                            if (last !== null) {
-                                last.nextEffect = childToDelete;
-                                returnFiber.lastEffect = childToDelete;
-                            } else {
-                                returnFiber.firstEffect = returnFiber.lastEffect = childToDelete;
-                            }
-                            childToDelete.nextEffect = null;
-                            childToDelete.effectTag = Deletion;
-                        }
-
-                        function deleteRemainingChildren(returnFiber, currentFirstChild) {
-                            if (!shouldTrackSideEffects) {
-                                // Noop.
-                                return null;
-                            }
-
-                            // TODO: For the shouldClone case, this could be micro-optimized a bit by
-                            // assuming that after the first child we've already added everything.
-                            var childToDelete = currentFirstChild;
-                            while (childToDelete !== null) {
-                                deleteChild(returnFiber, childToDelete);
-                                childToDelete = childToDelete.sibling;
-                            }
-                            return null;
-                        }
-
-                        function mapRemainingChildren(returnFiber, currentFirstChild) {
-                            // Add the remaining children to a temporary map so that we can find them by
-                            // keys quickly. Implicit (null) keys get added to this set with their index
-                            var existingChildren = new Map();
-
-                            var existingChild = currentFirstChild;
-                            while (existingChild !== null) {
-                                if (existingChild.key !== null) {
-                                    existingChildren.set(existingChild.key, existingChild);
-                                } else {
-                                    existingChildren.set(existingChild.index, existingChild);
-                                }
-                                existingChild = existingChild.sibling;
-                            }
-                            return existingChildren;
-                        }
-
-                        function useFiber(fiber, pendingProps, expirationTime) {
-                            // We currently set sibling to null and index to 0 here because it is easy
-                            // to forget to do before returning it. E.g. for the single child case.
-                            var clone = createWorkInProgress(fiber, pendingProps, expirationTime);
-                            clone.index = 0;
-                            clone.sibling = null;
-                            return clone;
-                        }
-
-                        function placeChild(newFiber, lastPlacedIndex, newIndex) {
-                            newFiber.index = newIndex;
-                            if (!shouldTrackSideEffects) {
-                                // Noop.
-                                return lastPlacedIndex;
-                            }
-                            var current$$1 = newFiber.alternate;
-                            if (current$$1 !== null) {
-                                var oldIndex = current$$1.index;
-                                if (oldIndex < lastPlacedIndex) {
-                                    // This is a move.
-                                    newFiber.effectTag = Placement;
-                                    return lastPlacedIndex;
-                                } else {
-                                    // This item can stay in place.
-                                    return oldIndex;
-                                }
-                            } else {
-                                // This is an insertion.
-                                newFiber.effectTag = Placement;
-                                return lastPlacedIndex;
-                            }
-                        }
-
-                        function placeSingleChild(newFiber) {
-                            // This is simpler for the single child case. We only need to do a
-                            // placement for inserting new children.
-                            if (shouldTrackSideEffects && newFiber.alternate === null) {
-                                newFiber.effectTag = Placement;
-                            }
-                            return newFiber;
-                        }
-
-                        function updateTextNode(returnFiber, current$$1, textContent, expirationTime) {
-                            if (current$$1 === null || current$$1.tag !== HostText) {
-                                // Insert
-                                var created = createFiberFromText(textContent, returnFiber.mode, expirationTime);
-                                created.return = returnFiber;
-                                return created;
-                            } else {
-                                // Update
-                                var existing = useFiber(current$$1, textContent, expirationTime);
-                                existing.return = returnFiber;
-                                return existing;
-                            }
-                        }
-
-                        function updateElement(returnFiber, current$$1, element, expirationTime) {
-                            if (current$$1 !== null && current$$1.elementType === element.type) {
-                                // Move based on index
-                                var existing = useFiber(current$$1, element.props, expirationTime);
-                                existing.ref = coerceRef(returnFiber, current$$1, element);
-                                existing.return = returnFiber;
-                                {
-                                    existing._debugSource = element._source;
-                                    existing._debugOwner = element._owner;
-                                }
-                                return existing;
-                            } else {
-                                // Insert
-                                var created = createFiberFromElement(element, returnFiber.mode, expirationTime);
-                                created.ref = coerceRef(returnFiber, current$$1, element);
-                                created.return = returnFiber;
-                                return created;
-                            }
-                        }
-
-                        function updatePortal(returnFiber, current$$1, portal, expirationTime) {
-                            if (current$$1 === null || current$$1.tag !== HostPortal || current$$1.stateNode.containerInfo !== portal.containerInfo || current$$1.stateNode.implementation !== portal.implementation) {
-                                // Insert
-                                var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);
-                                created.return = returnFiber;
-                                return created;
-                            } else {
-                                // Update
-                                var existing = useFiber(current$$1, portal.children || [], expirationTime);
-                                existing.return = returnFiber;
-                                return existing;
-                            }
-                        }
-
-                        function updateFragment(returnFiber, current$$1, fragment, expirationTime, key) {
-                            if (current$$1 === null || current$$1.tag !== Fragment) {
-                                // Insert
-                                var created = createFiberFromFragment(fragment, returnFiber.mode, expirationTime, key);
-                                created.return = returnFiber;
-                                return created;
-                            } else {
-                                // Update
-                                var existing = useFiber(current$$1, fragment, expirationTime);
-                                existing.return = returnFiber;
-                                return existing;
-                            }
-                        }
-
-                        function createChild(returnFiber, newChild, expirationTime) {
-                            if (typeof newChild === 'string' || typeof newChild === 'number') {
-                                // Text nodes don't have keys. If the previous node is implicitly keyed
-                                // we can continue to replace it without aborting even if it is not a text
-                                // node.
-                                var created = createFiberFromText('' + newChild, returnFiber.mode, expirationTime);
-                                created.return = returnFiber;
-                                return created;
-                            }
-
-                            if (typeof newChild === 'object' && newChild !== null) {
-                                switch (newChild.$$typeof) {
-                                    case REACT_ELEMENT_TYPE: {
-                                        var _created = createFiberFromElement(newChild, returnFiber.mode, expirationTime);
-                                        _created.ref = coerceRef(returnFiber, null, newChild);
-                                        _created.return = returnFiber;
-                                        return _created;
-                                    }
-                                    case REACT_PORTAL_TYPE: {
-                                        var _created2 = createFiberFromPortal(newChild, returnFiber.mode, expirationTime);
-                                        _created2.return = returnFiber;
-                                        return _created2;
-                                    }
-                                }
-
-                                if (isArray(newChild) || getIteratorFn(newChild)) {
-                                    var _created3 = createFiberFromFragment(newChild, returnFiber.mode, expirationTime, null);
-                                    _created3.return = returnFiber;
-                                    return _created3;
-                                }
-
-                                throwOnInvalidObjectType(returnFiber, newChild);
-                            }
-
-                            {
-                                if (typeof newChild === 'function') {
-                                    warnOnFunctionType();
-                                }
-                            }
-
-                            return null;
-                        }
-
-                        function updateSlot(returnFiber, oldFiber, newChild, expirationTime) {
-                            // Update the fiber if the keys match, otherwise return null.
-
-                            var key = oldFiber !== null ? oldFiber.key : null;
-
-                            if (typeof newChild === 'string' || typeof newChild === 'number') {
-                                // Text nodes don't have keys. If the previous node is implicitly keyed
-                                // we can continue to replace it without aborting even if it is not a text
-                                // node.
-                                if (key !== null) {
-                                    return null;
-                                }
-                                return updateTextNode(returnFiber, oldFiber, '' + newChild, expirationTime);
-                            }
-
-                            if (typeof newChild === 'object' && newChild !== null) {
-                                switch (newChild.$$typeof) {
-                                    case REACT_ELEMENT_TYPE: {
-                                        if (newChild.key === key) {
-                                            if (newChild.type === REACT_FRAGMENT_TYPE) {
-                                                return updateFragment(returnFiber, oldFiber, newChild.props.children, expirationTime, key);
-                                            }
-                                            return updateElement(returnFiber, oldFiber, newChild, expirationTime);
-                                        } else {
-                                            return null;
-                                        }
-                                    }
-                                    case REACT_PORTAL_TYPE: {
-                                        if (newChild.key === key) {
-                                            return updatePortal(returnFiber, oldFiber, newChild, expirationTime);
-                                        } else {
-                                            return null;
-                                        }
-                                    }
-                                }
-
-                                if (isArray(newChild) || getIteratorFn(newChild)) {
-                                    if (key !== null) {
-                                        return null;
-                                    }
-
-                                    return updateFragment(returnFiber, oldFiber, newChild, expirationTime, null);
-                                }
-
-                                throwOnInvalidObjectType(returnFiber, newChild);
-                            }
-
-                            {
-                                if (typeof newChild === 'function') {
-                                    warnOnFunctionType();
-                                }
-                            }
-
-                            return null;
-                        }
-
-                        function updateFromMap(existingChildren, returnFiber, newIdx, newChild, expirationTime) {
-                            if (typeof newChild === 'string' || typeof newChild === 'number') {
-                                // Text nodes don't have keys, so we neither have to check the old nor
-                                // new node for the key. If both are text nodes, they match.
-                                var matchedFiber = existingChildren.get(newIdx) || null;
-                                return updateTextNode(returnFiber, matchedFiber, '' + newChild, expirationTime);
-                            }
-
-                            if (typeof newChild === 'object' && newChild !== null) {
-                                switch (newChild.$$typeof) {
-                                    case REACT_ELEMENT_TYPE: {
-                                        var _matchedFiber = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;
-                                        if (newChild.type === REACT_FRAGMENT_TYPE) {
-                                            return updateFragment(returnFiber, _matchedFiber, newChild.props.children, expirationTime, newChild.key);
-                                        }
-                                        return updateElement(returnFiber, _matchedFiber, newChild, expirationTime);
-                                    }
-                                    case REACT_PORTAL_TYPE: {
-                                        var _matchedFiber2 = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null;
-                                        return updatePortal(returnFiber, _matchedFiber2, newChild, expirationTime);
-                                    }
-                                }
-
-                                if (isArray(newChild) || getIteratorFn(newChild)) {
-                                    var _matchedFiber3 = existingChildren.get(newIdx) || null;
-                                    return updateFragment(returnFiber, _matchedFiber3, newChild, expirationTime, null);
-                                }
-
-                                throwOnInvalidObjectType(returnFiber, newChild);
-                            }
-
-                            {
-                                if (typeof newChild === 'function') {
-                                    warnOnFunctionType();
-                                }
-                            }
-
-                            return null;
-                        }
-
-                        /**
-                         * Warns if there is a duplicate or missing key
-                         */
-                        function warnOnInvalidKey(child, knownKeys) {
-                            {
-                                if (typeof child !== 'object' || child === null) {
-                                    return knownKeys;
-                                }
-                                switch (child.$$typeof) {
-                                    case REACT_ELEMENT_TYPE:
-                                    case REACT_PORTAL_TYPE:
-                                        warnForMissingKey(child);
-                                        var key = child.key;
-                                        if (typeof key !== 'string') {
-                                            break;
-                                        }
-                                        if (knownKeys === null) {
-                                            knownKeys = new Set();
-                                            knownKeys.add(key);
-                                            break;
-                                        }
-                                        if (!knownKeys.has(key)) {
-                                            knownKeys.add(key);
-                                            break;
-                                        }
-                                        warning$1(false, 'Encountered two children with the same key, `%s`. ' + 'Keys should be unique so that components maintain their identity ' + 'across updates. Non-unique keys may cause children to be ' + 'duplicated and/or omitted — the behavior is unsupported and ' + 'could change in a future version.', key);
-                                        break;
-                                    default:
-                                        break;
-                                }
-                            }
-                            return knownKeys;
-                        }
-
-                        function reconcileChildrenArray(returnFiber, currentFirstChild, newChildren, expirationTime) {
-                            // This algorithm can't optimize by searching from boths ends since we
-                            // don't have backpointers on fibers. I'm trying to see how far we can get
-                            // with that model. If it ends up not being worth the tradeoffs, we can
-                            // add it later.
-
-                            // Even with a two ended optimization, we'd want to optimize for the case
-                            // where there are few changes and brute force the comparison instead of
-                            // going for the Map. It'd like to explore hitting that path first in
-                            // forward-only mode and only go for the Map once we notice that we need
-                            // lots of look ahead. This doesn't handle reversal as well as two ended
-                            // search but that's unusual. Besides, for the two ended optimization to
-                            // work on Iterables, we'd need to copy the whole set.
-
-                            // In this first iteration, we'll just live with hitting the bad case
-                            // (adding everything to a Map) in for every insert/move.
-
-                            // If you change this code, also update reconcileChildrenIterator() which
-                            // uses the same algorithm.
-
-                            {
-                                // First, validate keys.
-                                var knownKeys = null;
-                                for (var i = 0; i < newChildren.length; i++) {
-                                    var child = newChildren[i];
-                                    knownKeys = warnOnInvalidKey(child, knownKeys);
-                                }
-                            }
-
-                            var resultingFirstChild = null;
-                            var previousNewFiber = null;
-
-                            var oldFiber = currentFirstChild;
-                            var lastPlacedIndex = 0;
-                            var newIdx = 0;
-                            var nextOldFiber = null;
-                            for (; oldFiber !== null && newIdx < newChildren.length; newIdx++) {
-                                if (oldFiber.index > newIdx) {
-                                    nextOldFiber = oldFiber;
-                                    oldFiber = null;
-                                } else {
-                                    nextOldFiber = oldFiber.sibling;
-                                }
-                                var newFiber = updateSlot(returnFiber, oldFiber, newChildren[newIdx], expirationTime);
-                                if (newFiber === null) {
-                                    // TODO: This breaks on empty slots like null children. That's
-                                    // unfortunate because it triggers the slow path all the time. We need
-                                    // a better way to communicate whether this was a miss or null,
-                                    // boolean, undefined, etc.
-                                    if (oldFiber === null) {
-                                        oldFiber = nextOldFiber;
-                                    }
-                                    break;
-                                }
-                                if (shouldTrackSideEffects) {
-                                    if (oldFiber && newFiber.alternate === null) {
-                                        // We matched the slot, but we didn't reuse the existing fiber, so we
-                                        // need to delete the existing child.
-                                        deleteChild(returnFiber, oldFiber);
-                                    }
-                                }
-                                lastPlacedIndex = placeChild(newFiber, lastPlacedIndex, newIdx);
-                                if (previousNewFiber === null) {
-                                    // TODO: Move out of the loop. This only happens for the first run.
-                                    resultingFirstChild = newFiber;
-                                } else {
-                                    // TODO: Defer siblings if we're not at the right index for this slot.
-                                    // I.e. if we had null values before, then we want to defer this
-                                    // for each null value. However, we also don't want to call updateSlot
-                                    // with the previous one.
-                                    previousNewFiber.sibling = newFiber;
-                                }
-                                previousNewFiber = newFiber;
-                                oldFiber = nextOldFiber;
-                            }
-
-                            if (newIdx === newChildren.length) {
-                                // We've reached the end of the new children. We can delete the rest.
-                                deleteRemainingChildren(returnFiber, oldFiber);
-                                return resultingFirstChild;
-                            }
-
-                            if (oldFiber === null) {
-                                // If we don't have any more existing children we can choose a fast path
-                                // since the rest will all be insertions.
-                                for (; newIdx < newChildren.length; newIdx++) {
-                                    var _newFiber = createChild(returnFiber, newChildren[newIdx], expirationTime);
-                                    if (!_newFiber) {
-                                        continue;
-                                    }
-                                    lastPlacedIndex = placeChild(_newFiber, lastPlacedIndex, newIdx);
-                                    if (previousNewFiber === null) {
-                                        // TODO: Move out of the loop. This only happens for the first run.
-                                        resultingFirstChild = _newFiber;
-                                    } else {
-                                        previousNewFiber.sibling = _newFiber;
-                                    }
-                                    previousNewFiber = _newFiber;
-                                }
-                                return resultingFirstChild;
-                            }
-
-                            // Add all children to a key map for quick lookups.
-                            var existingChildren = mapRemainingChildren(returnFiber, oldFiber);
-
-                            // Keep scanning and use the map to restore deleted items as moves.
-                            for (; newIdx < newChildren.length; newIdx++) {
-                                var _newFiber2 = updateFromMap(existingChildren, returnFiber, newIdx, newChildren[newIdx], expirationTime);
-                                if (_newFiber2) {
-                                    if (shouldTrackSideEffects) {
-                                        if (_newFiber2.alternate !== null) {
-                                            // The new fiber is a work in progress, but if there exists a
-                                            // current, that means that we reused the fiber. We need to delete
-                                            // it from the child list so that we don't add it to the deletion
-                                            // list.
-                                            existingChildren.delete(_newFiber2.key === null ? newIdx : _newFiber2.key);
-                                        }
-                                    }
-                                    lastPlacedIndex = placeChild(_newFiber2, lastPlacedIndex, newIdx);
-                                    if (previousNewFiber === null) {
-                                        resultingFirstChild = _newFiber2;
-                                    } else {
-                                        previousNewFiber.sibling = _newFiber2;
-                                    }
-                                    previousNewFiber = _newFiber2;
-                                }
-                            }
-
-                            if (shouldTrackSideEffects) {
-                                // Any existing children that weren't consumed above were deleted. We need
-                                // to add them to the deletion list.
-                                existingChildren.forEach(function (child) {
-                                    return deleteChild(returnFiber, child);
-                                });
-                            }
-
-                            return resultingFirstChild;
-                        }
-
-                        function reconcileChildrenIterator(returnFiber, currentFirstChild, newChildrenIterable, expirationTime) {
-                            // This is the same implementation as reconcileChildrenArray(),
-                            // but using the iterator instead.
-
-                            var iteratorFn = getIteratorFn(newChildrenIterable);
-                            !(typeof iteratorFn === 'function') ? invariant(false, 'An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                            {
-                                // We don't support rendering Generators because it's a mutation.
-                                // See https://github.com/facebook/react/issues/12995
-                                if (typeof Symbol === 'function' &&
-                                    // $FlowFixMe Flow doesn't know about toStringTag
-                                    newChildrenIterable[Symbol.toStringTag] === 'Generator') {
-                                    !didWarnAboutGenerators ? warning$1(false, 'Using Generators as children is unsupported and will likely yield ' + 'unexpected results because enumerating a generator mutates it. ' + 'You may convert it to an array with `Array.from()` or the ' + '`[...spread]` operator before rendering. Keep in mind ' + 'you might need to polyfill these features for older browsers.') : void 0;
-                                    didWarnAboutGenerators = true;
-                                }
-
-                                // Warn about using Maps as children
-                                if (newChildrenIterable.entries === iteratorFn) {
-                                    !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;
-                                    didWarnAboutMaps = true;
-                                }
-
-                                // First, validate keys.
-                                // We'll get a different iterator later for the main pass.
-                                var _newChildren = iteratorFn.call(newChildrenIterable);
-                                if (_newChildren) {
-                                    var knownKeys = null;
-                                    var _step = _newChildren.next();
-                                    for (; !_step.done; _step = _newChildren.next()) {
-                                        var child = _step.value;
-                                        knownKeys = warnOnInvalidKey(child, knownKeys);
-                                    }
-                                }
-                            }
-
-                            var newChildren = iteratorFn.call(newChildrenIterable);
-                            !(newChildren != null) ? invariant(false, 'An iterable object provided no iterator.') : void 0;
-
-                            var resultingFirstChild = null;
-                            var previousNewFiber = null;
-
-                            var oldFiber = currentFirstChild;
-                            var lastPlacedIndex = 0;
-                            var newIdx = 0;
-                            var nextOldFiber = null;
-
-                            var step = newChildren.next();
-                            for (; oldFiber !== null && !step.done; newIdx++, step = newChildren.next()) {
-                                if (oldFiber.index > newIdx) {
-                                    nextOldFiber = oldFiber;
-                                    oldFiber = null;
-                                } else {
-                                    nextOldFiber = oldFiber.sibling;
-                                }
-                                var newFiber = updateSlot(returnFiber, oldFiber, step.value, expirationTime);
-                                if (newFiber === null) {
-                                    // TODO: This breaks on empty slots like null children. That's
-                                    // unfortunate because it triggers the slow path all the time. We need
-                                    // a better way to communicate whether this was a miss or null,
-                                    // boolean, undefined, etc.
-                                    if (!oldFiber) {
-                                        oldFiber = nextOldFiber;
-                                    }
-                                    break;
-                                }
-                                if (shouldTrackSideEffects) {
-                                    if (oldFiber && newFiber.alternate === null) {
-                                        // We matched the slot, but we didn't reuse the existing fiber, so we
-                                        // need to delete the existing child.
-                                        deleteChild(returnFiber, oldFiber);
-                                    }
-                                }
-                                lastPlacedIndex = placeChild(newFiber, lastPlacedIndex, newIdx);
-                                if (previousNewFiber === null) {
-                                    // TODO: Move out of the loop. This only happens for the first run.
-                                    resultingFirstChild = newFiber;
-                                } else {
-                                    // TODO: Defer siblings if we're not at the right index for this slot.
-                                    // I.e. if we had null values before, then we want to defer this
-                                    // for each null value. However, we also don't want to call updateSlot
-                                    // with the previous one.
-                                    previousNewFiber.sibling = newFiber;
-                                }
-                                previousNewFiber = newFiber;
-                                oldFiber = nextOldFiber;
-                            }
-
-                            if (step.done) {
-                                // We've reached the end of the new children. We can delete the rest.
-                                deleteRemainingChildren(returnFiber, oldFiber);
-                                return resultingFirstChild;
-                            }
-
-                            if (oldFiber === null) {
-                                // If we don't have any more existing children we can choose a fast path
-                                // since the rest will all be insertions.
-                                for (; !step.done; newIdx++, step = newChildren.next()) {
-                                    var _newFiber3 = createChild(returnFiber, step.value, expirationTime);
-                                    if (_newFiber3 === null) {
-                                        continue;
-                                    }
-                                    lastPlacedIndex = placeChild(_newFiber3, lastPlacedIndex, newIdx);
-                                    if (previousNewFiber === null) {
-                                        // TODO: Move out of the loop. This only happens for the first run.
-                                        resultingFirstChild = _newFiber3;
-                                    } else {
-                                        previousNewFiber.sibling = _newFiber3;
-                                    }
-                                    previousNewFiber = _newFiber3;
-                                }
-                                return resultingFirstChild;
-                            }
-
-                            // Add all children to a key map for quick lookups.
-                            var existingChildren = mapRemainingChildren(returnFiber, oldFiber);
-
-                            // Keep scanning and use the map to restore deleted items as moves.
-                            for (; !step.done; newIdx++, step = newChildren.next()) {
-                                var _newFiber4 = updateFromMap(existingChildren, returnFiber, newIdx, step.value, expirationTime);
-                                if (_newFiber4 !== null) {
-                                    if (shouldTrackSideEffects) {
-                                        if (_newFiber4.alternate !== null) {
-                                            // The new fiber is a work in progress, but if there exists a
-                                            // current, that means that we reused the fiber. We need to delete
-                                            // it from the child list so that we don't add it to the deletion
-                                            // list.
-                                            existingChildren.delete(_newFiber4.key === null ? newIdx : _newFiber4.key);
-                                        }
-                                    }
-                                    lastPlacedIndex = placeChild(_newFiber4, lastPlacedIndex, newIdx);
-                                    if (previousNewFiber === null) {
-                                        resultingFirstChild = _newFiber4;
-                                    } else {
-                                        previousNewFiber.sibling = _newFiber4;
-                                    }
-                                    previousNewFiber = _newFiber4;
-                                }
-                            }
-
-                            if (shouldTrackSideEffects) {
-                                // Any existing children that weren't consumed above were deleted. We need
-                                // to add them to the deletion list.
-                                existingChildren.forEach(function (child) {
-                                    return deleteChild(returnFiber, child);
-                                });
-                            }
-
-                            return resultingFirstChild;
-                        }
-
-                        function reconcileSingleTextNode(returnFiber, currentFirstChild, textContent, expirationTime) {
-                            // There's no need to check for keys on text nodes since we don't have a
-                            // way to define them.
-                            if (currentFirstChild !== null && currentFirstChild.tag === HostText) {
-                                // We already have an existing node so let's just update it and delete
-                                // the rest.
-                                deleteRemainingChildren(returnFiber, currentFirstChild.sibling);
-                                var existing = useFiber(currentFirstChild, textContent, expirationTime);
-                                existing.return = returnFiber;
-                                return existing;
-                            }
-                            // The existing first child is not a text node so we need to create one
-                            // and delete the existing ones.
-                            deleteRemainingChildren(returnFiber, currentFirstChild);
-                            var created = createFiberFromText(textContent, returnFiber.mode, expirationTime);
-                            created.return = returnFiber;
-                            return created;
-                        }
-
-                        function reconcileSingleElement(returnFiber, currentFirstChild, element, expirationTime) {
-                            var key = element.key;
-                            var child = currentFirstChild;
-                            while (child !== null) {
-                                // TODO: If key === null and child.key === null, then this only applies to
-                                // the first item in the list.
-                                if (child.key === key) {
-                                    if (child.tag === Fragment ? element.type === REACT_FRAGMENT_TYPE : child.elementType === element.type) {
-                                        deleteRemainingChildren(returnFiber, child.sibling);
-                                        var existing = useFiber(child, element.type === REACT_FRAGMENT_TYPE ? element.props.children : element.props, expirationTime);
-                                        existing.ref = coerceRef(returnFiber, child, element);
-                                        existing.return = returnFiber;
-                                        {
-                                            existing._debugSource = element._source;
-                                            existing._debugOwner = element._owner;
-                                        }
-                                        return existing;
-                                    } else {
-                                        deleteRemainingChildren(returnFiber, child);
-                                        break;
-                                    }
-                                } else {
-                                    deleteChild(returnFiber, child);
-                                }
-                                child = child.sibling;
-                            }
-
-                            if (element.type === REACT_FRAGMENT_TYPE) {
-                                var created = createFiberFromFragment(element.props.children, returnFiber.mode, expirationTime, element.key);
-                                created.return = returnFiber;
-                                return created;
-                            } else {
-                                var _created4 = createFiberFromElement(element, returnFiber.mode, expirationTime);
-                                _created4.ref = coerceRef(returnFiber, currentFirstChild, element);
-                                _created4.return = returnFiber;
-                                return _created4;
-                            }
-                        }
-
-                        function reconcileSinglePortal(returnFiber, currentFirstChild, portal, expirationTime) {
-                            var key = portal.key;
-                            var child = currentFirstChild;
-                            while (child !== null) {
-                                // TODO: If key === null and child.key === null, then this only applies to
-                                // the first item in the list.
-                                if (child.key === key) {
-                                    if (child.tag === HostPortal && child.stateNode.containerInfo === portal.containerInfo && child.stateNode.implementation === portal.implementation) {
-                                        deleteRemainingChildren(returnFiber, child.sibling);
-                                        var existing = useFiber(child, portal.children || [], expirationTime);
-                                        existing.return = returnFiber;
-                                        return existing;
-                                    } else {
-                                        deleteRemainingChildren(returnFiber, child);
-                                        break;
-                                    }
-                                } else {
-                                    deleteChild(returnFiber, child);
-                                }
-                                child = child.sibling;
-                            }
-
-                            var created = createFiberFromPortal(portal, returnFiber.mode, expirationTime);
-                            created.return = returnFiber;
-                            return created;
-                        }
-
-                        // This API will tag the children with the side-effect of the reconciliation
-                        // itself. They will be added to the side-effect list as we pass through the
-                        // children and the parent.
-                        function reconcileChildFibers(returnFiber, currentFirstChild, newChild, expirationTime) {
-                            // This function is not recursive.
-                            // If the top level item is an array, we treat it as a set of children,
-                            // not as a fragment. Nested arrays on the other hand will be treated as
-                            // fragment nodes. Recursion happens at the normal flow.
-
-                            // Handle top level unkeyed fragments as if they were arrays.
-                            // This leads to an ambiguity between <>{[...]}</> and <>...</>.
-                            // We treat the ambiguous cases above the same.
-                            var isUnkeyedTopLevelFragment = typeof newChild === 'object' && newChild !== null && newChild.type === REACT_FRAGMENT_TYPE && newChild.key === null;
-                            if (isUnkeyedTopLevelFragment) {
-                                newChild = newChild.props.children;
-                            }
-
-                            // Handle object types
-                            var isObject = typeof newChild === 'object' && newChild !== null;
-
-                            if (isObject) {
-                                switch (newChild.$$typeof) {
-                                    case REACT_ELEMENT_TYPE:
-                                        return placeSingleChild(reconcileSingleElement(returnFiber, currentFirstChild, newChild, expirationTime));
-                                    case REACT_PORTAL_TYPE:
-                                        return placeSingleChild(reconcileSinglePortal(returnFiber, currentFirstChild, newChild, expirationTime));
-                                }
-                            }
-
-                            if (typeof newChild === 'string' || typeof newChild === 'number') {
-                                return placeSingleChild(reconcileSingleTextNode(returnFiber, currentFirstChild, '' + newChild, expirationTime));
-                            }
-
-                            if (isArray(newChild)) {
-                                return reconcileChildrenArray(returnFiber, currentFirstChild, newChild, expirationTime);
-                            }
-
-                            if (getIteratorFn(newChild)) {
-                                return reconcileChildrenIterator(returnFiber, currentFirstChild, newChild, expirationTime);
-                            }
-
-                            if (isObject) {
-                                throwOnInvalidObjectType(returnFiber, newChild);
-                            }
-
-                            {
-                                if (typeof newChild === 'function') {
-                                    warnOnFunctionType();
-                                }
-                            }
-                            if (typeof newChild === 'undefined' && !isUnkeyedTopLevelFragment) {
-                                // If the new child is undefined, and the return fiber is a composite
-                                // component, throw an error. If Fiber return types are disabled,
-                                // we already threw above.
-                                switch (returnFiber.tag) {
-                                    case ClassComponent: {
-                                        {
-                                            var instance = returnFiber.stateNode;
-                                            if (instance.render._isMockFunction) {
-                                                // We allow auto-mocks to proceed as if they're returning null.
-                                                break;
-                                            }
-                                        }
-                                    }
-                                    // Intentionally fall through to the next case, which handles both
-                                    // functions and classes
-                                    // eslint-disable-next-lined no-fallthrough
-                                    case FunctionComponent: {
-                                        var Component = returnFiber.type;
-                                        invariant(false, '%s(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.', Component.displayName || Component.name || 'Component');
-                                    }
-                                }
-                            }
-
-                            // Remaining cases are all treated as empty.
-                            return deleteRemainingChildren(returnFiber, currentFirstChild);
-                        }
-
-                        return reconcileChildFibers;
-                    }
-
-                    var reconcileChildFibers = ChildReconciler(true);
-                    var mountChildFibers = ChildReconciler(false);
-
-                    function cloneChildFibers(current$$1, workInProgress) {
-                        !(current$$1 === null || workInProgress.child === current$$1.child) ? invariant(false, 'Resuming work not yet implemented.') : void 0;
-
-                        if (workInProgress.child === null) {
-                            return;
-                        }
-
-                        var currentChild = workInProgress.child;
-                        var newChild = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);
-                        workInProgress.child = newChild;
-
-                        newChild.return = workInProgress;
-                        while (currentChild.sibling !== null) {
-                            currentChild = currentChild.sibling;
-                            newChild = newChild.sibling = createWorkInProgress(currentChild, currentChild.pendingProps, currentChild.expirationTime);
-                            newChild.return = workInProgress;
-                        }
-                        newChild.sibling = null;
-                    }
-
-// The deepest Fiber on the stack involved in a hydration context.
-// This may have been an insertion or a hydration.
-                    var hydrationParentFiber = null;
-                    var nextHydratableInstance = null;
-                    var isHydrating = false;
-
-                    function enterHydrationState(fiber) {
-                        if (!supportsHydration) {
-                            return false;
-                        }
-
-                        var parentInstance = fiber.stateNode.containerInfo;
-                        nextHydratableInstance = getFirstHydratableChild(parentInstance);
-                        hydrationParentFiber = fiber;
-                        isHydrating = true;
-                        return true;
-                    }
-
-                    function deleteHydratableInstance(returnFiber, instance) {
-                        {
-                            switch (returnFiber.tag) {
-                                case HostRoot:
-                                    didNotHydrateContainerInstance(returnFiber.stateNode.containerInfo, instance);
-                                    break;
-                                case HostComponent:
-                                    didNotHydrateInstance(returnFiber.type, returnFiber.memoizedProps, returnFiber.stateNode, instance);
-                                    break;
-                            }
-                        }
-
-                        var childToDelete = createFiberFromHostInstanceForDeletion();
-                        childToDelete.stateNode = instance;
-                        childToDelete.return = returnFiber;
-                        childToDelete.effectTag = Deletion;
-
-                        // This might seem like it belongs on progressedFirstDeletion. However,
-                        // these children are not part of the reconciliation list of children.
-                        // Even if we abort and rereconcile the children, that will try to hydrate
-                        // again and the nodes are still in the host tree so these will be
-                        // recreated.
-                        if (returnFiber.lastEffect !== null) {
-                            returnFiber.lastEffect.nextEffect = childToDelete;
-                            returnFiber.lastEffect = childToDelete;
-                        } else {
-                            returnFiber.firstEffect = returnFiber.lastEffect = childToDelete;
-                        }
-                    }
-
-                    function insertNonHydratedInstance(returnFiber, fiber) {
-                        fiber.effectTag |= Placement;
-                        {
-                            switch (returnFiber.tag) {
-                                case HostRoot: {
-                                    var parentContainer = returnFiber.stateNode.containerInfo;
-                                    switch (fiber.tag) {
-                                        case HostComponent:
-                                            var type = fiber.type;
-                                            var props = fiber.pendingProps;
-                                            didNotFindHydratableContainerInstance(parentContainer, type, props);
-                                            break;
-                                        case HostText:
-                                            var text = fiber.pendingProps;
-                                            didNotFindHydratableContainerTextInstance(parentContainer, text);
-                                            break;
-                                    }
-                                    break;
-                                }
-                                case HostComponent: {
-                                    var parentType = returnFiber.type;
-                                    var parentProps = returnFiber.memoizedProps;
-                                    var parentInstance = returnFiber.stateNode;
-                                    switch (fiber.tag) {
-                                        case HostComponent:
-                                            var _type = fiber.type;
-                                            var _props = fiber.pendingProps;
-                                            didNotFindHydratableInstance(parentType, parentProps, parentInstance, _type, _props);
-                                            break;
-                                        case HostText:
-                                            var _text = fiber.pendingProps;
-                                            didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, _text);
-                                            break;
-                                    }
-                                    break;
-                                }
-                                default:
-                                    return;
-                            }
-                        }
-                    }
-
-                    function tryHydrate(fiber, nextInstance) {
-                        switch (fiber.tag) {
-                            case HostComponent: {
-                                var type = fiber.type;
-                                var props = fiber.pendingProps;
-                                var instance = canHydrateInstance(nextInstance, type, props);
-                                if (instance !== null) {
-                                    fiber.stateNode = instance;
-                                    return true;
-                                }
-                                return false;
-                            }
-                            case HostText: {
-                                var text = fiber.pendingProps;
-                                var textInstance = canHydrateTextInstance(nextInstance, text);
-                                if (textInstance !== null) {
-                                    fiber.stateNode = textInstance;
-                                    return true;
-                                }
-                                return false;
-                            }
-                            default:
-                                return false;
-                        }
-                    }
-
-                    function tryToClaimNextHydratableInstance(fiber) {
-                        if (!isHydrating) {
-                            return;
-                        }
-                        var nextInstance = nextHydratableInstance;
-                        if (!nextInstance) {
-                            // Nothing to hydrate. Make it an insertion.
-                            insertNonHydratedInstance(hydrationParentFiber, fiber);
-                            isHydrating = false;
-                            hydrationParentFiber = fiber;
-                            return;
-                        }
-                        var firstAttemptedInstance = nextInstance;
-                        if (!tryHydrate(fiber, nextInstance)) {
-                            // If we can't hydrate this instance let's try the next one.
-                            // We use this as a heuristic. It's based on intuition and not data so it
-                            // might be flawed or unnecessary.
-                            nextInstance = getNextHydratableSibling(firstAttemptedInstance);
-                            if (!nextInstance || !tryHydrate(fiber, nextInstance)) {
-                                // Nothing to hydrate. Make it an insertion.
-                                insertNonHydratedInstance(hydrationParentFiber, fiber);
-                                isHydrating = false;
-                                hydrationParentFiber = fiber;
-                                return;
-                            }
-                            // We matched the next one, we'll now assume that the first one was
-                            // superfluous and we'll delete it. Since we can't eagerly delete it
-                            // we'll have to schedule a deletion. To do that, this node needs a dummy
-                            // fiber associated with it.
-                            deleteHydratableInstance(hydrationParentFiber, firstAttemptedInstance);
-                        }
-                        hydrationParentFiber = fiber;
-                        nextHydratableInstance = getFirstHydratableChild(nextInstance);
-                    }
-
-                    function prepareToHydrateHostInstance(fiber, rootContainerInstance, hostContext) {
-                        if (!supportsHydration) {
-                            invariant(false, 'Expected prepareToHydrateHostInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-
-                        var instance = fiber.stateNode;
-                        var updatePayload = hydrateInstance(instance, fiber.type, fiber.memoizedProps, rootContainerInstance, hostContext, fiber);
-                        // TODO: Type this specific to this type of component.
-                        fiber.updateQueue = updatePayload;
-                        // If the update payload indicates that there is a change or if there
-                        // is a new ref we mark this as an update.
-                        if (updatePayload !== null) {
-                            return true;
-                        }
-                        return false;
-                    }
-
-                    function prepareToHydrateHostTextInstance(fiber) {
-                        if (!supportsHydration) {
-                            invariant(false, 'Expected prepareToHydrateHostTextInstance() to never be called. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-
-                        var textInstance = fiber.stateNode;
-                        var textContent = fiber.memoizedProps;
-                        var shouldUpdate = hydrateTextInstance(textInstance, textContent, fiber);
-                        {
-                            if (shouldUpdate) {
-                                // We assume that prepareToHydrateHostTextInstance is called in a context where the
-                                // hydration parent is the parent host component of this host text.
-                                var returnFiber = hydrationParentFiber;
-                                if (returnFiber !== null) {
-                                    switch (returnFiber.tag) {
-                                        case HostRoot: {
-                                            var parentContainer = returnFiber.stateNode.containerInfo;
-                                            didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, textContent);
-                                            break;
-                                        }
-                                        case HostComponent: {
-                                            var parentType = returnFiber.type;
-                                            var parentProps = returnFiber.memoizedProps;
-                                            var parentInstance = returnFiber.stateNode;
-                                            didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, textContent);
-                                            break;
-                                        }
-                                    }
-                                }
-                            }
-                        }
-                        return shouldUpdate;
-                    }
-
-                    function popToNextHostParent(fiber) {
-                        var parent = fiber.return;
-                        while (parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot) {
-                            parent = parent.return;
-                        }
-                        hydrationParentFiber = parent;
-                    }
-
-                    function popHydrationState(fiber) {
-                        if (!supportsHydration) {
-                            return false;
-                        }
-                        if (fiber !== hydrationParentFiber) {
-                            // We're deeper than the current hydration context, inside an inserted
-                            // tree.
-                            return false;
-                        }
-                        if (!isHydrating) {
-                            // If we're not currently hydrating but we're in a hydration context, then
-                            // we were an insertion and now need to pop up reenter hydration of our
-                            // siblings.
-                            popToNextHostParent(fiber);
-                            isHydrating = true;
-                            return false;
-                        }
-
-                        var type = fiber.type;
-
-                        // If we have any remaining hydratable nodes, we need to delete them now.
-                        // We only do this deeper than head and body since they tend to have random
-                        // other nodes in them. We also ignore components with pure text content in
-                        // side of them.
-                        // TODO: Better heuristic.
-                        if (fiber.tag !== HostComponent || type !== 'head' && type !== 'body' && !shouldSetTextContent(type, fiber.memoizedProps)) {
-                            var nextInstance = nextHydratableInstance;
-                            while (nextInstance) {
-                                deleteHydratableInstance(fiber, nextInstance);
-                                nextInstance = getNextHydratableSibling(nextInstance);
-                            }
-                        }
-
-                        popToNextHostParent(fiber);
-                        nextHydratableInstance = hydrationParentFiber ? getNextHydratableSibling(fiber.stateNode) : null;
-                        return true;
-                    }
-
-                    function resetHydrationState() {
-                        if (!supportsHydration) {
-                            return;
-                        }
-
-                        hydrationParentFiber = null;
-                        nextHydratableInstance = null;
-                        isHydrating = false;
-                    }
-
-                    var ReactCurrentOwner$3 = ReactSharedInternals.ReactCurrentOwner;
-
-                    var didWarnAboutBadClass = void 0;
-                    var didWarnAboutContextTypeOnFunctionComponent = void 0;
-                    var didWarnAboutGetDerivedStateOnFunctionComponent = void 0;
-                    var didWarnAboutFunctionRefs = void 0;
-                    var didWarnAboutReassigningProps = void 0;
-
-                    {
-                        didWarnAboutBadClass = {};
-                        didWarnAboutContextTypeOnFunctionComponent = {};
-                        didWarnAboutGetDerivedStateOnFunctionComponent = {};
-                        didWarnAboutFunctionRefs = {};
-                        didWarnAboutReassigningProps = false;
-                    }
-
-                    function reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime) {
-                        if (current$$1 === null) {
-                            // If this is a fresh new component that hasn't been rendered yet, we
-                            // won't update its child set by applying minimal side-effects. Instead,
-                            // we will add them all to the child before it gets rendered. That means
-                            // we can optimize this reconciliation pass by not tracking side-effects.
-                            workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
-                        } else {
-                            // If the current child is the same as the work in progress, it means that
-                            // we haven't yet started any work on these children. Therefore, we use
-                            // the clone algorithm to create a copy of all the current children.
-
-                            // If we had any progressed work already, that is invalid at this point so
-                            // let's throw it out.
-                            workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, nextChildren, renderExpirationTime);
-                        }
-                    }
-
-                    function forceUnmountCurrentAndReconcile(current$$1, workInProgress, nextChildren, renderExpirationTime) {
-                        // This function is fork of reconcileChildren. It's used in cases where we
-                        // want to reconcile without matching against the existing set. This has the
-                        // effect of all current children being unmounted; even if the type and key
-                        // are the same, the old child is unmounted and a new child is created.
-                        //
-                        // To do this, we're going to go through the reconcile algorithm twice. In
-                        // the first pass, we schedule a deletion for all the current children by
-                        // passing null.
-                        workInProgress.child = reconcileChildFibers(workInProgress, current$$1.child, null, renderExpirationTime);
-                        // In the second pass, we mount the new children. The trick here is that we
-                        // pass null in place of where we usually pass the current child set. This has
-                        // the effect of remounting all children regardless of whether their their
-                        // identity matches.
-                        workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
-                    }
-
-                    function updateForwardRef(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
-                        {
-                            if (workInProgress.type !== workInProgress.elementType) {
-                                // Lazy component props can't be validated in createElement
-                                // because they're only guaranteed to be resolved here.
-                                var innerPropTypes = Component.propTypes;
-                                if (innerPropTypes) {
-                                    checkPropTypes(innerPropTypes, nextProps, // Resolved props
-                                        'prop', getComponentName(Component), getCurrentFiberStackInDev);
-                                }
-                            }
-                        }
-
-                        var render = Component.render;
-                        var ref = workInProgress.ref;
-
-                        // The rest is a fork of updateFunctionComponent
-                        var nextChildren = void 0;
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-                        prepareToUseHooks(current$$1, workInProgress, renderExpirationTime);
-                        {
-                            ReactCurrentOwner$3.current = workInProgress;
-                            setCurrentPhase('render');
-                            nextChildren = render(nextProps, ref);
-                            setCurrentPhase(null);
-                        }
-                        nextChildren = finishHooks(render, nextProps, nextChildren, ref);
-
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function updateMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {
-                        if (current$$1 === null) {
-                            var type = Component.type;
-                            if (isSimpleFunctionComponent(type) && Component.compare === null &&
-                                // SimpleMemoComponent codepath doesn't resolve outer props either.
-                                Component.defaultProps === undefined) {
-                                // If this is a plain function component without default props,
-                                // and with only the default shallow comparison, we upgrade it
-                                // to a SimpleMemoComponent to allow fast path updates.
-                                workInProgress.tag = SimpleMemoComponent;
-                                workInProgress.type = type;
-                                {
-                                    validateFunctionComponentInDev(workInProgress, type);
-                                }
-                                return updateSimpleMemoComponent(current$$1, workInProgress, type, nextProps, updateExpirationTime, renderExpirationTime);
-                            }
-                            {
-                                var innerPropTypes = type.propTypes;
-                                if (innerPropTypes) {
-                                    // Inner memo component props aren't currently validated in createElement.
-                                    // We could move it there, but we'd still need this for lazy code path.
-                                    checkPropTypes(innerPropTypes, nextProps, // Resolved props
-                                        'prop', getComponentName(type), getCurrentFiberStackInDev);
-                                }
-                            }
-                            var child = createFiberFromTypeAndProps(Component.type, null, nextProps, null, workInProgress.mode, renderExpirationTime);
-                            child.ref = workInProgress.ref;
-                            child.return = workInProgress;
-                            workInProgress.child = child;
-                            return child;
-                        }
-                        {
-                            var _type = Component.type;
-                            var _innerPropTypes = _type.propTypes;
-                            if (_innerPropTypes) {
-                                // Inner memo component props aren't currently validated in createElement.
-                                // We could move it there, but we'd still need this for lazy code path.
-                                checkPropTypes(_innerPropTypes, nextProps, // Resolved props
-                                    'prop', getComponentName(_type), getCurrentFiberStackInDev);
-                            }
-                        }
-                        var currentChild = current$$1.child; // This is always exactly one child
-                        if (updateExpirationTime < renderExpirationTime) {
-                            // This will be the props with resolved defaultProps,
-                            // unlike current.memoizedProps which will be the unresolved ones.
-                            var prevProps = currentChild.memoizedProps;
-                            // Default to shallow comparison
-                            var compare = Component.compare;
-                            compare = compare !== null ? compare : shallowEqual;
-                            if (compare(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {
-                                return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                            }
-                        }
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-                        var newChild = createWorkInProgress(currentChild, nextProps, renderExpirationTime);
-                        newChild.ref = workInProgress.ref;
-                        newChild.return = workInProgress;
-                        workInProgress.child = newChild;
-                        return newChild;
-                    }
-
-                    function updateSimpleMemoComponent(current$$1, workInProgress, Component, nextProps, updateExpirationTime, renderExpirationTime) {
-                        {
-                            if (workInProgress.type !== workInProgress.elementType) {
-                                // Lazy component props can't be validated in createElement
-                                // because they're only guaranteed to be resolved here.
-                                var outerMemoType = workInProgress.elementType;
-                                if (outerMemoType.$$typeof === REACT_LAZY_TYPE) {
-                                    // We warn when you define propTypes on lazy()
-                                    // so let's just skip over it to find memo() outer wrapper.
-                                    // Inner props for memo are validated later.
-                                    outerMemoType = refineResolvedLazyComponent(outerMemoType);
-                                }
-                                var outerPropTypes = outerMemoType && outerMemoType.propTypes;
-                                if (outerPropTypes) {
-                                    checkPropTypes(outerPropTypes, nextProps, // Resolved (SimpleMemoComponent has no defaultProps)
-                                        'prop', getComponentName(outerMemoType), getCurrentFiberStackInDev);
-                                }
-                                // Inner propTypes will be validated in the function component path.
-                            }
-                        }
-                        if (current$$1 !== null && updateExpirationTime < renderExpirationTime) {
-                            var prevProps = current$$1.memoizedProps;
-                            if (shallowEqual(prevProps, nextProps) && current$$1.ref === workInProgress.ref) {
-                                return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                            }
-                        }
-                        return updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime);
-                    }
-
-                    function updateFragment(current$$1, workInProgress, renderExpirationTime) {
-                        var nextChildren = workInProgress.pendingProps;
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function updateMode(current$$1, workInProgress, renderExpirationTime) {
-                        var nextChildren = workInProgress.pendingProps.children;
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function updateProfiler(current$$1, workInProgress, renderExpirationTime) {
-                        if (enableProfilerTimer) {
-                            workInProgress.effectTag |= Update;
-                        }
-                        var nextProps = workInProgress.pendingProps;
-                        var nextChildren = nextProps.children;
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function markRef(current$$1, workInProgress) {
-                        var ref = workInProgress.ref;
-                        if (current$$1 === null && ref !== null || current$$1 !== null && current$$1.ref !== ref) {
-                            // Schedule a Ref effect
-                            workInProgress.effectTag |= Ref;
-                        }
-                    }
-
-                    function updateFunctionComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
-                        {
-                            if (workInProgress.type !== workInProgress.elementType) {
-                                // Lazy component props can't be validated in createElement
-                                // because they're only guaranteed to be resolved here.
-                                var innerPropTypes = Component.propTypes;
-                                if (innerPropTypes) {
-                                    checkPropTypes(innerPropTypes, nextProps, // Resolved props
-                                        'prop', getComponentName(Component), getCurrentFiberStackInDev);
-                                }
-                            }
-                        }
-
-                        var unmaskedContext = getUnmaskedContext(workInProgress, Component, true);
-                        var context = getMaskedContext(workInProgress, unmaskedContext);
-
-                        var nextChildren = void 0;
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-                        prepareToUseHooks(current$$1, workInProgress, renderExpirationTime);
-                        {
-                            ReactCurrentOwner$3.current = workInProgress;
-                            setCurrentPhase('render');
-                            nextChildren = Component(nextProps, context);
-                            setCurrentPhase(null);
-                        }
-                        nextChildren = finishHooks(Component, nextProps, nextChildren, context);
-
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function updateClassComponent(current$$1, workInProgress, Component, nextProps, renderExpirationTime) {
-                        {
-                            if (workInProgress.type !== workInProgress.elementType) {
-                                // Lazy component props can't be validated in createElement
-                                // because they're only guaranteed to be resolved here.
-                                var innerPropTypes = Component.propTypes;
-                                if (innerPropTypes) {
-                                    checkPropTypes(innerPropTypes, nextProps, // Resolved props
-                                        'prop', getComponentName(Component), getCurrentFiberStackInDev);
-                                }
-                            }
-                        }
-
-                        // Push context providers early to prevent context stack mismatches.
-                        // During mounting we don't know the child context yet as the instance doesn't exist.
-                        // We will invalidate the child context in finishClassComponent() right after rendering.
-                        var hasContext = void 0;
-                        if (isContextProvider(Component)) {
-                            hasContext = true;
-                            pushContextProvider(workInProgress);
-                        } else {
-                            hasContext = false;
-                        }
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-
-                        var instance = workInProgress.stateNode;
-                        var shouldUpdate = void 0;
-                        if (instance === null) {
-                            if (current$$1 !== null) {
-                                // An class component without an instance only mounts if it suspended
-                                // inside a non- concurrent tree, in an inconsistent state. We want to
-                                // tree it like a new mount, even though an empty version of it already
-                                // committed. Disconnect the alternate pointers.
-                                current$$1.alternate = null;
-                                workInProgress.alternate = null;
-                                // Since this is conceptually a new fiber, schedule a Placement effect
-                                workInProgress.effectTag |= Placement;
-                            }
-                            // In the initial pass we might need to construct the instance.
-                            constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
-                            mountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
-                            shouldUpdate = true;
-                        } else if (current$$1 === null) {
-                            // In a resume, we'll already have an instance we can reuse.
-                            shouldUpdate = resumeMountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
-                        } else {
-                            shouldUpdate = updateClassInstance(current$$1, workInProgress, Component, nextProps, renderExpirationTime);
-                        }
-                        var nextUnitOfWork = finishClassComponent(current$$1, workInProgress, Component, shouldUpdate, hasContext, renderExpirationTime);
-                        {
-                            var inst = workInProgress.stateNode;
-                            if (inst.props !== nextProps) {
-                                !didWarnAboutReassigningProps ? warning$1(false, 'It looks like %s is reassigning its own `this.props` while rendering. ' + 'This is not supported and can lead to confusing bugs.', getComponentName(workInProgress.type) || 'a component') : void 0;
-                                didWarnAboutReassigningProps = true;
-                            }
-                        }
-                        return nextUnitOfWork;
-                    }
-
-                    function finishClassComponent(current$$1, workInProgress, Component, shouldUpdate, hasContext, renderExpirationTime) {
-                        // Refs should update even if shouldComponentUpdate returns false
-                        markRef(current$$1, workInProgress);
-
-                        var didCaptureError = (workInProgress.effectTag & DidCapture) !== NoEffect;
-
-                        if (!shouldUpdate && !didCaptureError) {
-                            // Context providers should defer to sCU for rendering
-                            if (hasContext) {
-                                invalidateContextProvider(workInProgress, Component, false);
-                            }
-
-                            return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                        }
-
-                        var instance = workInProgress.stateNode;
-
-                        // Rerender
-                        ReactCurrentOwner$3.current = workInProgress;
-                        var nextChildren = void 0;
-                        if (didCaptureError && typeof Component.getDerivedStateFromError !== 'function') {
-                            // If we captured an error, but getDerivedStateFrom catch is not defined,
-                            // unmount all the children. componentDidCatch will schedule an update to
-                            // re-render a fallback. This is temporary until we migrate everyone to
-                            // the new API.
-                            // TODO: Warn in a future release.
-                            nextChildren = null;
-
-                            if (enableProfilerTimer) {
-                                stopProfilerTimerIfRunning(workInProgress);
-                            }
-                        } else {
-                            {
-                                setCurrentPhase('render');
-                                nextChildren = instance.render();
-                                if (debugRenderPhaseSideEffects || debugRenderPhaseSideEffectsForStrictMode && workInProgress.mode & StrictMode) {
-                                    instance.render();
-                                }
-                                setCurrentPhase(null);
-                            }
-                        }
-
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-                        if (current$$1 !== null && didCaptureError) {
-                            // If we're recovering from an error, reconcile without reusing any of
-                            // the existing children. Conceptually, the normal children and the children
-                            // that are shown on error are two different sets, so we shouldn't reuse
-                            // normal children even if their identities match.
-                            forceUnmountCurrentAndReconcile(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        } else {
-                            reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        }
-
-                        // Memoize state using the values we just used to render.
-                        // TODO: Restructure so we never read values from the instance.
-                        workInProgress.memoizedState = instance.state;
-
-                        // The context might have changed so we need to recalculate it.
-                        if (hasContext) {
-                            invalidateContextProvider(workInProgress, Component, true);
-                        }
-
-                        return workInProgress.child;
-                    }
-
-                    function pushHostRootContext(workInProgress) {
-                        var root = workInProgress.stateNode;
-                        if (root.pendingContext) {
-                            pushTopLevelContextObject(workInProgress, root.pendingContext, root.pendingContext !== root.context);
-                        } else if (root.context) {
-                            // Should always be set
-                            pushTopLevelContextObject(workInProgress, root.context, false);
-                        }
-                        pushHostContainer(workInProgress, root.containerInfo);
-                    }
-
-                    function updateHostRoot(current$$1, workInProgress, renderExpirationTime) {
-                        pushHostRootContext(workInProgress);
-                        var updateQueue = workInProgress.updateQueue;
-                        !(updateQueue !== null) ? invariant(false, 'If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        var nextProps = workInProgress.pendingProps;
-                        var prevState = workInProgress.memoizedState;
-                        var prevChildren = prevState !== null ? prevState.element : null;
-                        processUpdateQueue(workInProgress, updateQueue, nextProps, null, renderExpirationTime);
-                        var nextState = workInProgress.memoizedState;
-                        // Caution: React DevTools currently depends on this property
-                        // being called "element".
-                        var nextChildren = nextState.element;
-                        if (nextChildren === prevChildren) {
-                            // If the state is the same as before, that's a bailout because we had
-                            // no work that expires at this time.
-                            resetHydrationState();
-                            return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                        }
-                        var root = workInProgress.stateNode;
-                        if ((current$$1 === null || current$$1.child === null) && root.hydrate && enterHydrationState(workInProgress)) {
-                            // If we don't have any current children this might be the first pass.
-                            // We always try to hydrate. If this isn't a hydration pass there won't
-                            // be any children to hydrate which is effectively the same thing as
-                            // not hydrating.
-
-                            // This is a bit of a hack. We track the host root as a placement to
-                            // know that we're currently in a mounting state. That way isMounted
-                            // works as expected. We must reset this before committing.
-                            // TODO: Delete this when we delete isMounted and findDOMNode.
-                            workInProgress.effectTag |= Placement;
-
-                            // Ensure that children mount into this root without tracking
-                            // side-effects. This ensures that we don't store Placement effects on
-                            // nodes that will be hydrated.
-                            workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
-                        } else {
-                            // Otherwise reset hydration state in case we aborted and resumed another
-                            // root.
-                            reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                            resetHydrationState();
-                        }
-                        return workInProgress.child;
-                    }
-
-                    function updateHostComponent(current$$1, workInProgress, renderExpirationTime) {
-                        pushHostContext(workInProgress);
-
-                        if (current$$1 === null) {
-                            tryToClaimNextHydratableInstance(workInProgress);
-                        }
-
-                        var type = workInProgress.type;
-                        var nextProps = workInProgress.pendingProps;
-                        var prevProps = current$$1 !== null ? current$$1.memoizedProps : null;
-
-                        var nextChildren = nextProps.children;
-                        var isDirectTextChild = shouldSetTextContent(type, nextProps);
-
-                        if (isDirectTextChild) {
-                            // We special case a direct text child of a host node. This is a common
-                            // case. We won't handle it as a reified child. We will instead handle
-                            // this in the host environment that also have access to this prop. That
-                            // avoids allocating another HostText fiber and traversing it.
-                            nextChildren = null;
-                        } else if (prevProps !== null && shouldSetTextContent(type, prevProps)) {
-                            // If we're switching from a direct text child to a normal child, or to
-                            // empty, we need to schedule the text content to be reset.
-                            workInProgress.effectTag |= ContentReset;
-                        }
-
-                        markRef(current$$1, workInProgress);
-
-                        // Check the host config to see if the children are offscreen/hidden.
-                        if (renderExpirationTime !== Never && workInProgress.mode & ConcurrentMode && shouldDeprioritizeSubtree(type, nextProps)) {
-                            // Schedule this fiber to re-render at offscreen priority. Then bailout.
-                            workInProgress.expirationTime = Never;
-                            return null;
-                        }
-
-                        reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function updateHostText(current$$1, workInProgress) {
-                        if (current$$1 === null) {
-                            tryToClaimNextHydratableInstance(workInProgress);
-                        }
-                        // Nothing to do here. This is terminal. We'll do the completion step
-                        // immediately after.
-                        return null;
-                    }
-
-                    function mountLazyComponent(_current, workInProgress, elementType, updateExpirationTime, renderExpirationTime) {
-                        if (_current !== null) {
-                            // An lazy component only mounts if it suspended inside a non-
-                            // concurrent tree, in an inconsistent state. We want to treat it like
-                            // a new mount, even though an empty version of it already committed.
-                            // Disconnect the alternate pointers.
-                            _current.alternate = null;
-                            workInProgress.alternate = null;
-                            // Since this is conceptually a new fiber, schedule a Placement effect
-                            workInProgress.effectTag |= Placement;
-                        }
-
-                        var props = workInProgress.pendingProps;
-                        // We can't start a User Timing measurement with correct label yet.
-                        // Cancel and resume right after we know the tag.
-                        cancelWorkTimer(workInProgress);
-                        var Component = readLazyComponentType(elementType);
-                        // Store the unwrapped component in the type.
-                        workInProgress.type = Component;
-                        var resolvedTag = workInProgress.tag = resolveLazyComponentTag(Component);
-                        startWorkTimer(workInProgress);
-                        var resolvedProps = resolveDefaultProps(Component, props);
-                        var child = void 0;
-                        switch (resolvedTag) {
-                            case FunctionComponent: {
-                                child = updateFunctionComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);
-                                break;
-                            }
-                            case ClassComponent: {
-                                child = updateClassComponent(null, workInProgress, Component, resolvedProps, renderExpirationTime);
-                                break;
-                            }
-                            case ForwardRef: {
-                                child = updateForwardRef(null, workInProgress, Component, resolvedProps, renderExpirationTime);
-                                break;
-                            }
-                            case MemoComponent: {
-                                {
-                                    if (workInProgress.type !== workInProgress.elementType) {
-                                        var outerPropTypes = Component.propTypes;
-                                        if (outerPropTypes) {
-                                            checkPropTypes(outerPropTypes, resolvedProps, // Resolved for outer only
-                                                'prop', getComponentName(Component), getCurrentFiberStackInDev);
-                                        }
-                                    }
-                                }
-                                child = updateMemoComponent(null, workInProgress, Component, resolveDefaultProps(Component.type, resolvedProps), // The inner type can have defaults too
-                                    updateExpirationTime, renderExpirationTime);
-                                break;
-                            }
-                            default: {
-                                var hint = '';
-                                {
-                                    if (Component !== null && typeof Component === 'object' && Component.$$typeof === REACT_LAZY_TYPE) {
-                                        hint = ' Did you wrap a component in React.lazy() more than once?';
-                                    }
-                                }
-                                // This message intentionally doesn't mention ForwardRef or MemoComponent
-                                // because the fact that it's a separate type of work is an
-                                // implementation detail.
-                                invariant(false, 'Element type is invalid. Received a promise that resolves to: %s. Lazy element type must resolve to a class or function.%s', Component, hint);
-                            }
-                        }
-                        return child;
-                    }
-
-                    function mountIncompleteClassComponent(_current, workInProgress, Component, nextProps, renderExpirationTime) {
-                        if (_current !== null) {
-                            // An incomplete component only mounts if it suspended inside a non-
-                            // concurrent tree, in an inconsistent state. We want to treat it like
-                            // a new mount, even though an empty version of it already committed.
-                            // Disconnect the alternate pointers.
-                            _current.alternate = null;
-                            workInProgress.alternate = null;
-                            // Since this is conceptually a new fiber, schedule a Placement effect
-                            workInProgress.effectTag |= Placement;
-                        }
-
-                        // Promote the fiber to a class and try rendering again.
-                        workInProgress.tag = ClassComponent;
-
-                        // The rest of this function is a fork of `updateClassComponent`
-
-                        // Push context providers early to prevent context stack mismatches.
-                        // During mounting we don't know the child context yet as the instance doesn't exist.
-                        // We will invalidate the child context in finishClassComponent() right after rendering.
-                        var hasContext = void 0;
-                        if (isContextProvider(Component)) {
-                            hasContext = true;
-                            pushContextProvider(workInProgress);
-                        } else {
-                            hasContext = false;
-                        }
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-
-                        constructClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
-                        mountClassInstance(workInProgress, Component, nextProps, renderExpirationTime);
-
-                        return finishClassComponent(null, workInProgress, Component, true, hasContext, renderExpirationTime);
-                    }
-
-                    function mountIndeterminateComponent(_current, workInProgress, Component, renderExpirationTime) {
-                        if (_current !== null) {
-                            // An indeterminate component only mounts if it suspended inside a non-
-                            // concurrent tree, in an inconsistent state. We want to treat it like
-                            // a new mount, even though an empty version of it already committed.
-                            // Disconnect the alternate pointers.
-                            _current.alternate = null;
-                            workInProgress.alternate = null;
-                            // Since this is conceptually a new fiber, schedule a Placement effect
-                            workInProgress.effectTag |= Placement;
-                        }
-
-                        var props = workInProgress.pendingProps;
-                        var unmaskedContext = getUnmaskedContext(workInProgress, Component, false);
-                        var context = getMaskedContext(workInProgress, unmaskedContext);
-
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-                        prepareToUseHooks(null, workInProgress, renderExpirationTime);
-
-                        var value = void 0;
-
-                        {
-                            if (Component.prototype && typeof Component.prototype.render === 'function') {
-                                var componentName = getComponentName(Component) || 'Unknown';
-
-                                if (!didWarnAboutBadClass[componentName]) {
-                                    warningWithoutStack$1(false, "The <%s /> component appears to have a render method, but doesn't extend React.Component. " + 'This is likely to cause errors. Change %s to extend React.Component instead.', componentName, componentName);
-                                    didWarnAboutBadClass[componentName] = true;
-                                }
-                            }
-
-                            if (workInProgress.mode & StrictMode) {
-                                ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, null);
-                            }
-
-                            ReactCurrentOwner$3.current = workInProgress;
-                            value = Component(props, context);
-                        }
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-
-                        if (typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) {
-                            // Proceed under the assumption that this is a class instance
-                            workInProgress.tag = ClassComponent;
-
-                            // Throw out any hooks that were used.
-                            resetHooks();
-
-                            // Push context providers early to prevent context stack mismatches.
-                            // During mounting we don't know the child context yet as the instance doesn't exist.
-                            // We will invalidate the child context in finishClassComponent() right after rendering.
-                            var hasContext = false;
-                            if (isContextProvider(Component)) {
-                                hasContext = true;
-                                pushContextProvider(workInProgress);
-                            } else {
-                                hasContext = false;
-                            }
-
-                            workInProgress.memoizedState = value.state !== null && value.state !== undefined ? value.state : null;
-
-                            var getDerivedStateFromProps = Component.getDerivedStateFromProps;
-                            if (typeof getDerivedStateFromProps === 'function') {
-                                applyDerivedStateFromProps(workInProgress, Component, getDerivedStateFromProps, props);
-                            }
-
-                            adoptClassInstance(workInProgress, value);
-                            mountClassInstance(workInProgress, Component, props, renderExpirationTime);
-                            return finishClassComponent(null, workInProgress, Component, true, hasContext, renderExpirationTime);
-                        } else {
-                            // Proceed under the assumption that this is a function component
-                            workInProgress.tag = FunctionComponent;
-                            value = finishHooks(Component, props, value, context);
-                            reconcileChildren(null, workInProgress, value, renderExpirationTime);
-                            {
-                                validateFunctionComponentInDev(workInProgress, Component);
-                            }
-                            return workInProgress.child;
-                        }
-                    }
-
-                    function validateFunctionComponentInDev(workInProgress, Component) {
-                        if (Component) {
-                            !!Component.childContextTypes ? warningWithoutStack$1(false, '%s(...): childContextTypes cannot be defined on a function component.', Component.displayName || Component.name || 'Component') : void 0;
-                        }
-                        if (workInProgress.ref !== null) {
-                            var info = '';
-                            var ownerName = getCurrentFiberOwnerNameInDevOrNull();
-                            if (ownerName) {
-                                info += '\n\nCheck the render method of `' + ownerName + '`.';
-                            }
-
-                            var warningKey = ownerName || workInProgress._debugID || '';
-                            var debugSource = workInProgress._debugSource;
-                            if (debugSource) {
-                                warningKey = debugSource.fileName + ':' + debugSource.lineNumber;
-                            }
-                            if (!didWarnAboutFunctionRefs[warningKey]) {
-                                didWarnAboutFunctionRefs[warningKey] = true;
-                                warning$1(false, 'Function components cannot be given refs. ' + 'Attempts to access this ref will fail.%s', info);
-                            }
-                        }
-
-                        if (typeof Component.getDerivedStateFromProps === 'function') {
-                            var componentName = getComponentName(Component) || 'Unknown';
-
-                            if (!didWarnAboutGetDerivedStateOnFunctionComponent[componentName]) {
-                                warningWithoutStack$1(false, '%s: Function components do not support getDerivedStateFromProps.', componentName);
-                                didWarnAboutGetDerivedStateOnFunctionComponent[componentName] = true;
-                            }
-                        }
-
-                        if (typeof Component.contextType === 'object' && Component.contextType !== null) {
-                            var _componentName = getComponentName(Component) || 'Unknown';
-
-                            if (!didWarnAboutContextTypeOnFunctionComponent[_componentName]) {
-                                warningWithoutStack$1(false, '%s: Function components do not support contextType.', _componentName);
-                                didWarnAboutContextTypeOnFunctionComponent[_componentName] = true;
-                            }
-                        }
-                    }
-
-                    function updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime) {
-                        var mode = workInProgress.mode;
-                        var nextProps = workInProgress.pendingProps;
-
-                        // We should attempt to render the primary children unless this boundary
-                        // already suspended during this render (`alreadyCaptured` is true).
-                        var nextState = workInProgress.memoizedState;
-
-                        var nextDidTimeout = void 0;
-                        if ((workInProgress.effectTag & DidCapture) === NoEffect) {
-                            // This is the first attempt.
-                            nextState = null;
-                            nextDidTimeout = false;
-                        } else {
-                            // Something in this boundary's subtree already suspended. Switch to
-                            // rendering the fallback children.
-                            nextState = {
-                                timedOutAt: nextState !== null ? nextState.timedOutAt : NoWork
-                            };
-                            nextDidTimeout = true;
-                            workInProgress.effectTag &= ~DidCapture;
-                        }
-
-                        // This next part is a bit confusing. If the children timeout, we switch to
-                        // showing the fallback children in place of the "primary" children.
-                        // However, we don't want to delete the primary children because then their
-                        // state will be lost (both the React state and the host state, e.g.
-                        // uncontrolled form inputs). Instead we keep them mounted and hide them.
-                        // Both the fallback children AND the primary children are rendered at the
-                        // same time. Once the primary children are un-suspended, we can delete
-                        // the fallback children — don't need to preserve their state.
-                        //
-                        // The two sets of children are siblings in the host environment, but
-                        // semantically, for purposes of reconciliation, they are two separate sets.
-                        // So we store them using two fragment fibers.
-                        //
-                        // However, we want to avoid allocating extra fibers for every placeholder.
-                        // They're only necessary when the children time out, because that's the
-                        // only time when both sets are mounted.
-                        //
-                        // So, the extra fragment fibers are only used if the children time out.
-                        // Otherwise, we render the primary children directly. This requires some
-                        // custom reconciliation logic to preserve the state of the primary
-                        // children. It's essentially a very basic form of re-parenting.
-
-                        // `child` points to the child fiber. In the normal case, this is the first
-                        // fiber of the primary children set. In the timed-out case, it's a
-                        // a fragment fiber containing the primary children.
-                        var child = void 0;
-                        // `next` points to the next fiber React should render. In the normal case,
-                        // it's the same as `child`: the first fiber of the primary children set.
-                        // In the timed-out case, it's a fragment fiber containing the *fallback*
-                        // children -- we skip over the primary children entirely.
-                        var next = void 0;
-                        if (current$$1 === null) {
-                            // This is the initial mount. This branch is pretty simple because there's
-                            // no previous state that needs to be preserved.
-                            if (nextDidTimeout) {
-                                // Mount separate fragments for primary and fallback children.
-                                var nextFallbackChildren = nextProps.fallback;
-                                var primaryChildFragment = createFiberFromFragment(null, mode, NoWork, null);
-
-                                if ((workInProgress.mode & ConcurrentMode) === NoContext) {
-                                    // Outside of concurrent mode, we commit the effects from the
-                                    var progressedState = workInProgress.memoizedState;
-                                    var progressedPrimaryChild = progressedState !== null ? workInProgress.child.child : workInProgress.child;
-                                    primaryChildFragment.child = progressedPrimaryChild;
-                                }
-
-                                var fallbackChildFragment = createFiberFromFragment(nextFallbackChildren, mode, renderExpirationTime, null);
-                                primaryChildFragment.sibling = fallbackChildFragment;
-                                child = primaryChildFragment;
-                                // Skip the primary children, and continue working on the
-                                // fallback children.
-                                next = fallbackChildFragment;
-                                child.return = next.return = workInProgress;
-                            } else {
-                                // Mount the primary children without an intermediate fragment fiber.
-                                var nextPrimaryChildren = nextProps.children;
-                                child = next = mountChildFibers(workInProgress, null, nextPrimaryChildren, renderExpirationTime);
-                            }
-                        } else {
-                            // This is an update. This branch is more complicated because we need to
-                            // ensure the state of the primary children is preserved.
-                            var prevState = current$$1.memoizedState;
-                            var prevDidTimeout = prevState !== null;
-                            if (prevDidTimeout) {
-                                // The current tree already timed out. That means each child set is
-                                var currentPrimaryChildFragment = current$$1.child;
-                                var currentFallbackChildFragment = currentPrimaryChildFragment.sibling;
-                                if (nextDidTimeout) {
-                                    // Still timed out. Reuse the current primary children by cloning
-                                    // its fragment. We're going to skip over these entirely.
-                                    var _nextFallbackChildren = nextProps.fallback;
-                                    var _primaryChildFragment = createWorkInProgress(currentPrimaryChildFragment, currentPrimaryChildFragment.pendingProps, NoWork);
-
-                                    if ((workInProgress.mode & ConcurrentMode) === NoContext) {
-                                        // Outside of concurrent mode, we commit the effects from the
-                                        var _progressedState = workInProgress.memoizedState;
-                                        var _progressedPrimaryChild = _progressedState !== null ? workInProgress.child.child : workInProgress.child;
-                                        if (_progressedPrimaryChild !== currentPrimaryChildFragment.child) {
-                                            _primaryChildFragment.child = _progressedPrimaryChild;
-                                        }
-                                    }
-
-                                    // Because primaryChildFragment is a new fiber that we're inserting as the
-                                    // parent of a new tree, we need to set its treeBaseDuration.
-                                    if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
-                                        // treeBaseDuration is the sum of all the child tree base durations.
-                                        var treeBaseDuration = 0;
-                                        var hiddenChild = _primaryChildFragment.child;
-                                        while (hiddenChild !== null) {
-                                            treeBaseDuration += hiddenChild.treeBaseDuration;
-                                            hiddenChild = hiddenChild.sibling;
-                                        }
-                                        _primaryChildFragment.treeBaseDuration = treeBaseDuration;
-                                    }
-
-                                    // Clone the fallback child fragment, too. These we'll continue
-                                    // working on.
-                                    var _fallbackChildFragment = _primaryChildFragment.sibling = createWorkInProgress(currentFallbackChildFragment, _nextFallbackChildren, currentFallbackChildFragment.expirationTime);
-                                    child = _primaryChildFragment;
-                                    _primaryChildFragment.childExpirationTime = NoWork;
-                                    // Skip the primary children, and continue working on the
-                                    // fallback children.
-                                    next = _fallbackChildFragment;
-                                    child.return = next.return = workInProgress;
-                                } else {
-                                    // No longer suspended. Switch back to showing the primary children,
-                                    // and remove the intermediate fragment fiber.
-                                    var _nextPrimaryChildren = nextProps.children;
-                                    var currentPrimaryChild = currentPrimaryChildFragment.child;
-                                    var primaryChild = reconcileChildFibers(workInProgress, currentPrimaryChild, _nextPrimaryChildren, renderExpirationTime);
-
-                                    // If this render doesn't suspend, we need to delete the fallback
-                                    // children. Wait until the complete phase, after we've confirmed the
-                                    // fallback is no longer needed.
-                                    // TODO: Would it be better to store the fallback fragment on
-                                    // the stateNode?
-
-                                    // Continue rendering the children, like we normally do.
-                                    child = next = primaryChild;
-                                }
-                            } else {
-                                // The current tree has not already timed out. That means the primary
-                                // children are not wrapped in a fragment fiber.
-                                var _currentPrimaryChild = current$$1.child;
-                                if (nextDidTimeout) {
-                                    // Timed out. Wrap the children in a fragment fiber to keep them
-                                    // separate from the fallback children.
-                                    var _nextFallbackChildren2 = nextProps.fallback;
-                                    var _primaryChildFragment2 = createFiberFromFragment(
-                                        // It shouldn't matter what the pending props are because we aren't
-                                        // going to render this fragment.
-                                        null, mode, NoWork, null);
-                                    _primaryChildFragment2.child = _currentPrimaryChild;
-
-                                    // Even though we're creating a new fiber, there are no new children,
-                                    // because we're reusing an already mounted tree. So we don't need to
-                                    // schedule a placement.
-                                    // primaryChildFragment.effectTag |= Placement;
-
-                                    if ((workInProgress.mode & ConcurrentMode) === NoContext) {
-                                        // Outside of concurrent mode, we commit the effects from the
-                                        var _progressedState2 = workInProgress.memoizedState;
-                                        var _progressedPrimaryChild2 = _progressedState2 !== null ? workInProgress.child.child : workInProgress.child;
-                                        _primaryChildFragment2.child = _progressedPrimaryChild2;
-                                    }
-
-                                    // Because primaryChildFragment is a new fiber that we're inserting as the
-                                    // parent of a new tree, we need to set its treeBaseDuration.
-                                    if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
-                                        // treeBaseDuration is the sum of all the child tree base durations.
-                                        var _treeBaseDuration = 0;
-                                        var _hiddenChild = _primaryChildFragment2.child;
-                                        while (_hiddenChild !== null) {
-                                            _treeBaseDuration += _hiddenChild.treeBaseDuration;
-                                            _hiddenChild = _hiddenChild.sibling;
-                                        }
-                                        _primaryChildFragment2.treeBaseDuration = _treeBaseDuration;
-                                    }
-
-                                    // Create a fragment from the fallback children, too.
-                                    var _fallbackChildFragment2 = _primaryChildFragment2.sibling = createFiberFromFragment(_nextFallbackChildren2, mode, renderExpirationTime, null);
-                                    _fallbackChildFragment2.effectTag |= Placement;
-                                    child = _primaryChildFragment2;
-                                    _primaryChildFragment2.childExpirationTime = NoWork;
-                                    // Skip the primary children, and continue working on the
-                                    // fallback children.
-                                    next = _fallbackChildFragment2;
-                                    child.return = next.return = workInProgress;
-                                } else {
-                                    // Still haven't timed out.  Continue rendering the children, like we
-                                    // normally do.
-                                    var _nextPrimaryChildren2 = nextProps.children;
-                                    next = child = reconcileChildFibers(workInProgress, _currentPrimaryChild, _nextPrimaryChildren2, renderExpirationTime);
-                                }
-                            }
-                            workInProgress.stateNode = current$$1.stateNode;
-                        }
-
-                        workInProgress.memoizedState = nextState;
-                        workInProgress.child = child;
-                        return next;
-                    }
-
-                    function updatePortalComponent(current$$1, workInProgress, renderExpirationTime) {
-                        pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);
-                        var nextChildren = workInProgress.pendingProps;
-                        if (current$$1 === null) {
-                            // Portals are special because we don't append the children during mount
-                            // but at commit. Therefore we need to track insertions which the normal
-                            // flow doesn't do during mount. This doesn't happen at the root because
-                            // the root always starts with a "current" with a null child.
-                            // TODO: Consider unifying this with how the root works.
-                            workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderExpirationTime);
-                        } else {
-                            reconcileChildren(current$$1, workInProgress, nextChildren, renderExpirationTime);
-                        }
-                        return workInProgress.child;
-                    }
-
-                    function updateContextProvider(current$$1, workInProgress, renderExpirationTime) {
-                        var providerType = workInProgress.type;
-                        var context = providerType._context;
-
-                        var newProps = workInProgress.pendingProps;
-                        var oldProps = workInProgress.memoizedProps;
-
-                        var newValue = newProps.value;
-
-                        {
-                            var providerPropTypes = workInProgress.type.propTypes;
-
-                            if (providerPropTypes) {
-                                checkPropTypes(providerPropTypes, newProps, 'prop', 'Context.Provider', getCurrentFiberStackInDev);
-                            }
-                        }
-
-                        pushProvider(workInProgress, newValue);
-
-                        if (oldProps !== null) {
-                            var oldValue = oldProps.value;
-                            var changedBits = calculateChangedBits(context, newValue, oldValue);
-                            if (changedBits === 0) {
-                                // No change. Bailout early if children are the same.
-                                if (oldProps.children === newProps.children && !hasContextChanged()) {
-                                    return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                                }
-                            } else {
-                                // The context value changed. Search for matching consumers and schedule
-                                // them to update.
-                                propagateContextChange(workInProgress, context, changedBits, renderExpirationTime);
-                            }
-                        }
-
-                        var newChildren = newProps.children;
-                        reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    var hasWarnedAboutUsingContextAsConsumer = false;
-
-                    function updateContextConsumer(current$$1, workInProgress, renderExpirationTime) {
-                        var context = workInProgress.type;
-                        // The logic below for Context differs depending on PROD or DEV mode. In
-                        // DEV mode, we create a separate object for Context.Consumer that acts
-                        // like a proxy to Context. This proxy object adds unnecessary code in PROD
-                        // so we use the old behaviour (Context.Consumer references Context) to
-                        // reduce size and overhead. The separate object references context via
-                        // a property called "_context", which also gives us the ability to check
-                        // in DEV mode if this property exists or not and warn if it does not.
-                        {
-                            if (context._context === undefined) {
-                                // This may be because it's a Context (rather than a Consumer).
-                                // Or it may be because it's older React where they're the same thing.
-                                // We only want to warn if we're sure it's a new React.
-                                if (context !== context.Consumer) {
-                                    if (!hasWarnedAboutUsingContextAsConsumer) {
-                                        hasWarnedAboutUsingContextAsConsumer = true;
-                                        warning$1(false, 'Rendering <Context> directly is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
-                                    }
-                                }
-                            } else {
-                                context = context._context;
-                            }
-                        }
-                        var newProps = workInProgress.pendingProps;
-                        var render = newProps.children;
-
-                        {
-                            !(typeof render === 'function') ? warningWithoutStack$1(false, 'A context consumer was rendered with multiple children, or a child ' + "that isn't a function. A context consumer expects a single child " + 'that is a function. If you did pass a function, make sure there ' + 'is no trailing or leading whitespace around it.') : void 0;
-                        }
-
-                        prepareToReadContext(workInProgress, renderExpirationTime);
-                        var newValue = readContext(context, newProps.unstable_observedBits);
-                        var newChildren = void 0;
-                        {
-                            ReactCurrentOwner$3.current = workInProgress;
-                            setCurrentPhase('render');
-                            newChildren = render(newValue);
-                            setCurrentPhase(null);
-                        }
-
-                        // React DevTools reads this flag.
-                        workInProgress.effectTag |= PerformedWork;
-                        reconcileChildren(current$$1, workInProgress, newChildren, renderExpirationTime);
-                        return workInProgress.child;
-                    }
-
-                    function bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime) {
-                        cancelWorkTimer(workInProgress);
-
-                        if (current$$1 !== null) {
-                            // Reuse previous context list
-                            workInProgress.firstContextDependency = current$$1.firstContextDependency;
-                        }
-
-                        if (enableProfilerTimer) {
-                            // Don't update "base" render times for bailouts.
-                            stopProfilerTimerIfRunning(workInProgress);
-                        }
-
-                        // Check if the children have any pending work.
-                        var childExpirationTime = workInProgress.childExpirationTime;
-                        if (childExpirationTime < renderExpirationTime) {
-                            // The children don't have any work either. We can skip them.
-                            // TODO: Once we add back resuming, we should check if the children are
-                            // a work-in-progress set. If so, we need to transfer their effects.
-                            return null;
-                        } else {
-                            // This fiber doesn't have work, but its subtree does. Clone the child
-                            // fibers and continue.
-                            cloneChildFibers(current$$1, workInProgress);
-                            return workInProgress.child;
-                        }
-                    }
-
-                    function beginWork(current$$1, workInProgress, renderExpirationTime) {
-                        var updateExpirationTime = workInProgress.expirationTime;
-
-                        if (current$$1 !== null) {
-                            var oldProps = current$$1.memoizedProps;
-                            var newProps = workInProgress.pendingProps;
-                            if (oldProps === newProps && !hasContextChanged() && updateExpirationTime < renderExpirationTime) {
-                                // This fiber does not have any pending work. Bailout without entering
-                                // the begin phase. There's still some bookkeeping we that needs to be done
-                                // in this optimized path, mostly pushing stuff onto the stack.
-                                switch (workInProgress.tag) {
-                                    case HostRoot:
-                                        pushHostRootContext(workInProgress);
-                                        resetHydrationState();
-                                        break;
-                                    case HostComponent:
-                                        pushHostContext(workInProgress);
-                                        break;
-                                    case ClassComponent: {
-                                        var Component = workInProgress.type;
-                                        if (isContextProvider(Component)) {
-                                            pushContextProvider(workInProgress);
-                                        }
-                                        break;
-                                    }
-                                    case HostPortal:
-                                        pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo);
-                                        break;
-                                    case ContextProvider: {
-                                        var newValue = workInProgress.memoizedProps.value;
-                                        pushProvider(workInProgress, newValue);
-                                        break;
-                                    }
-                                    case Profiler:
-                                        if (enableProfilerTimer) {
-                                            workInProgress.effectTag |= Update;
-                                        }
-                                        break;
-                                    case SuspenseComponent: {
-                                        var state = workInProgress.memoizedState;
-                                        var didTimeout = state !== null;
-                                        if (didTimeout) {
-                                            // If this boundary is currently timed out, we need to decide
-                                            // whether to retry the primary children, or to skip over it and
-                                            // go straight to the fallback. Check the priority of the primary
-                                            var primaryChildFragment = workInProgress.child;
-                                            var primaryChildExpirationTime = primaryChildFragment.childExpirationTime;
-                                            if (primaryChildExpirationTime !== NoWork && primaryChildExpirationTime >= renderExpirationTime) {
-                                                // The primary children have pending work. Use the normal path
-                                                // to attempt to render the primary children again.
-                                                return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);
-                                            } else {
-                                                // The primary children do not have pending work with sufficient
-                                                // priority. Bailout.
-                                                var child = bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                                                if (child !== null) {
-                                                    // The fallback children have pending work. Skip over the
-                                                    // primary children and work on the fallback.
-                                                    return child.sibling;
-                                                } else {
-                                                    return null;
-                                                }
-                                            }
-                                        }
-                                        break;
-                                    }
-                                }
-                                return bailoutOnAlreadyFinishedWork(current$$1, workInProgress, renderExpirationTime);
-                            }
-                        }
-
-                        // Before entering the begin phase, clear the expiration time.
-                        workInProgress.expirationTime = NoWork;
-
-                        switch (workInProgress.tag) {
-                            case IndeterminateComponent: {
-                                var elementType = workInProgress.elementType;
-                                return mountIndeterminateComponent(current$$1, workInProgress, elementType, renderExpirationTime);
-                            }
-                            case LazyComponent: {
-                                var _elementType = workInProgress.elementType;
-                                return mountLazyComponent(current$$1, workInProgress, _elementType, updateExpirationTime, renderExpirationTime);
-                            }
-                            case FunctionComponent: {
-                                var _Component = workInProgress.type;
-                                var unresolvedProps = workInProgress.pendingProps;
-                                var resolvedProps = workInProgress.elementType === _Component ? unresolvedProps : resolveDefaultProps(_Component, unresolvedProps);
-                                return updateFunctionComponent(current$$1, workInProgress, _Component, resolvedProps, renderExpirationTime);
-                            }
-                            case ClassComponent: {
-                                var _Component2 = workInProgress.type;
-                                var _unresolvedProps = workInProgress.pendingProps;
-                                var _resolvedProps = workInProgress.elementType === _Component2 ? _unresolvedProps : resolveDefaultProps(_Component2, _unresolvedProps);
-                                return updateClassComponent(current$$1, workInProgress, _Component2, _resolvedProps, renderExpirationTime);
-                            }
-                            case HostRoot:
-                                return updateHostRoot(current$$1, workInProgress, renderExpirationTime);
-                            case HostComponent:
-                                return updateHostComponent(current$$1, workInProgress, renderExpirationTime);
-                            case HostText:
-                                return updateHostText(current$$1, workInProgress);
-                            case SuspenseComponent:
-                                return updateSuspenseComponent(current$$1, workInProgress, renderExpirationTime);
-                            case HostPortal:
-                                return updatePortalComponent(current$$1, workInProgress, renderExpirationTime);
-                            case ForwardRef: {
-                                var type = workInProgress.type;
-                                var _unresolvedProps2 = workInProgress.pendingProps;
-                                var _resolvedProps2 = workInProgress.elementType === type ? _unresolvedProps2 : resolveDefaultProps(type, _unresolvedProps2);
-                                return updateForwardRef(current$$1, workInProgress, type, _resolvedProps2, renderExpirationTime);
-                            }
-                            case Fragment:
-                                return updateFragment(current$$1, workInProgress, renderExpirationTime);
-                            case Mode:
-                                return updateMode(current$$1, workInProgress, renderExpirationTime);
-                            case Profiler:
-                                return updateProfiler(current$$1, workInProgress, renderExpirationTime);
-                            case ContextProvider:
-                                return updateContextProvider(current$$1, workInProgress, renderExpirationTime);
-                            case ContextConsumer:
-                                return updateContextConsumer(current$$1, workInProgress, renderExpirationTime);
-                            case MemoComponent: {
-                                var _type2 = workInProgress.type;
-                                var _unresolvedProps3 = workInProgress.pendingProps;
-                                // Resolve outer props first, then resolve inner props.
-                                var _resolvedProps3 = resolveDefaultProps(_type2, _unresolvedProps3);
-                                {
-                                    if (workInProgress.type !== workInProgress.elementType) {
-                                        var outerPropTypes = _type2.propTypes;
-                                        if (outerPropTypes) {
-                                            checkPropTypes(outerPropTypes, _resolvedProps3, // Resolved for outer only
-                                                'prop', getComponentName(_type2), getCurrentFiberStackInDev);
-                                        }
-                                    }
-                                }
-                                _resolvedProps3 = resolveDefaultProps(_type2.type, _resolvedProps3);
-                                return updateMemoComponent(current$$1, workInProgress, _type2, _resolvedProps3, updateExpirationTime, renderExpirationTime);
-                            }
-                            case SimpleMemoComponent: {
-                                return updateSimpleMemoComponent(current$$1, workInProgress, workInProgress.type, workInProgress.pendingProps, updateExpirationTime, renderExpirationTime);
-                            }
-                            case IncompleteClassComponent: {
-                                var _Component3 = workInProgress.type;
-                                var _unresolvedProps4 = workInProgress.pendingProps;
-                                var _resolvedProps4 = workInProgress.elementType === _Component3 ? _unresolvedProps4 : resolveDefaultProps(_Component3, _unresolvedProps4);
-                                return mountIncompleteClassComponent(current$$1, workInProgress, _Component3, _resolvedProps4, renderExpirationTime);
-                            }
-                            default:
-                                invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-                    }
-
-                    function markUpdate(workInProgress) {
-                        // Tag the fiber with an update effect. This turns a Placement into
-                        // a PlacementAndUpdate.
-                        workInProgress.effectTag |= Update;
-                    }
-
-                    function markRef$1(workInProgress) {
-                        workInProgress.effectTag |= Ref;
-                    }
-
-                    var appendAllChildren = void 0;
-                    var updateHostContainer = void 0;
-                    var updateHostComponent$1 = void 0;
-                    var updateHostText$1 = void 0;
-                    if (supportsMutation) {
-                        // Mutation mode
-
-                        appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {
-                            // We only have the top Fiber that was created but we need recurse down its
-                            // children to find all the terminal nodes.
-                            var node = workInProgress.child;
-                            while (node !== null) {
-                                if (node.tag === HostComponent || node.tag === HostText) {
-                                    appendInitialChild(parent, node.stateNode);
-                                } else if (node.tag === HostPortal) {
-                                    // If we have a portal child, then we don't want to traverse
-                                    // down its children. Instead, we'll get insertions from each child in
-                                    // the portal directly.
-                                } else if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                                if (node === workInProgress) {
-                                    return;
-                                }
-                                while (node.sibling === null) {
-                                    if (node.return === null || node.return === workInProgress) {
-                                        return;
-                                    }
-                                    node = node.return;
-                                }
-                                node.sibling.return = node.return;
-                                node = node.sibling;
-                            }
-                        };
-
-                        updateHostContainer = function (workInProgress) {
-                            // Noop
-                        };
-                        updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {
-                            // If we have an alternate, that means this is an update and we need to
-                            // schedule a side-effect to do the updates.
-                            var oldProps = current.memoizedProps;
-                            if (oldProps === newProps) {
-                                // In mutation mode, this is sufficient for a bailout because
-                                // we won't touch this node even if children changed.
-                                return;
-                            }
-
-                            // If we get updated because one of our children updated, we don't
-                            // have newProps so we'll have to reuse them.
-                            // TODO: Split the update API as separate for the props vs. children.
-                            // Even better would be if children weren't special cased at all tho.
-                            var instance = workInProgress.stateNode;
-                            var currentHostContext = getHostContext();
-                            // TODO: Experiencing an error where oldProps is null. Suggests a host
-                            // component is hitting the resume path. Figure out why. Possibly
-                            // related to `hidden`.
-                            var updatePayload = prepareUpdate(instance, type, oldProps, newProps, rootContainerInstance, currentHostContext);
-                            // TODO: Type this specific to this type of component.
-                            workInProgress.updateQueue = updatePayload;
-                            // If the update payload indicates that there is a change or if there
-                            // is a new ref we mark this as an update. All the work is done in commitWork.
-                            if (updatePayload) {
-                                markUpdate(workInProgress);
-                            }
-                        };
-                        updateHostText$1 = function (current, workInProgress, oldText, newText) {
-                            // If the text differs, mark it as an update. All the work in done in commitWork.
-                            if (oldText !== newText) {
-                                markUpdate(workInProgress);
-                            }
-                        };
-                    } else if (supportsPersistence) {
-                        // Persistent host tree mode
-
-                        appendAllChildren = function (parent, workInProgress, needsVisibilityToggle, isHidden) {
-                            // We only have the top Fiber that was created but we need recurse down its
-                            // children to find all the terminal nodes.
-                            var node = workInProgress.child;
-                            while (node !== null) {
-                                // eslint-disable-next-line no-labels
-                                branches: if (node.tag === HostComponent) {
-                                    var instance = node.stateNode;
-                                    if (needsVisibilityToggle) {
-                                        var props = node.memoizedProps;
-                                        var type = node.type;
-                                        if (isHidden) {
-                                            // This child is inside a timed out tree. Hide it.
-                                            instance = cloneHiddenInstance(instance, type, props, node);
-                                        } else {
-                                            // This child was previously inside a timed out tree. If it was not
-                                            // updated during this render, it may need to be unhidden. Clone
-                                            // again to be sure.
-                                            instance = cloneUnhiddenInstance(instance, type, props, node);
-                                        }
-                                        node.stateNode = instance;
-                                    }
-                                    appendInitialChild(parent, instance);
-                                } else if (node.tag === HostText) {
-                                    var _instance = node.stateNode;
-                                    if (needsVisibilityToggle) {
-                                        var text = node.memoizedProps;
-                                        var rootContainerInstance = getRootHostContainer();
-                                        var currentHostContext = getHostContext();
-                                        if (isHidden) {
-                                            _instance = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
-                                        } else {
-                                            _instance = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
-                                        }
-                                        node.stateNode = _instance;
-                                    }
-                                    appendInitialChild(parent, _instance);
-                                } else if (node.tag === HostPortal) {
-                                    // If we have a portal child, then we don't want to traverse
-                                    // down its children. Instead, we'll get insertions from each child in
-                                    // the portal directly.
-                                } else if (node.tag === SuspenseComponent) {
-                                    var current = node.alternate;
-                                    if (current !== null) {
-                                        var oldState = current.memoizedState;
-                                        var newState = node.memoizedState;
-                                        var oldIsHidden = oldState !== null;
-                                        var newIsHidden = newState !== null;
-                                        if (oldIsHidden !== newIsHidden) {
-                                            // The placeholder either just timed out or switched back to the normal
-                                            // children after having previously timed out. Toggle the visibility of
-                                            // the direct host children.
-                                            var primaryChildParent = newIsHidden ? node.child : node;
-                                            if (primaryChildParent !== null) {
-                                                appendAllChildren(parent, primaryChildParent, true, newIsHidden);
-                                            }
-                                            // eslint-disable-next-line no-labels
-                                            break branches;
-                                        }
-                                    }
-                                    if (node.child !== null) {
-                                        // Continue traversing like normal
-                                        node.child.return = node;
-                                        node = node.child;
-                                        continue;
-                                    }
-                                } else if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                                // $FlowFixMe This is correct but Flow is confused by the labeled break.
-                                node = node;
-                                if (node === workInProgress) {
-                                    return;
-                                }
-                                while (node.sibling === null) {
-                                    if (node.return === null || node.return === workInProgress) {
-                                        return;
-                                    }
-                                    node = node.return;
-                                }
-                                node.sibling.return = node.return;
-                                node = node.sibling;
-                            }
-                        };
-
-                        // An unfortunate fork of appendAllChildren because we have two different parent types.
-                        var appendAllChildrenToContainer = function (containerChildSet, workInProgress, needsVisibilityToggle, isHidden) {
-                            // We only have the top Fiber that was created but we need recurse down its
-                            // children to find all the terminal nodes.
-                            var node = workInProgress.child;
-                            while (node !== null) {
-                                // eslint-disable-next-line no-labels
-                                branches: if (node.tag === HostComponent) {
-                                    var instance = node.stateNode;
-                                    if (needsVisibilityToggle) {
-                                        var props = node.memoizedProps;
-                                        var type = node.type;
-                                        if (isHidden) {
-                                            // This child is inside a timed out tree. Hide it.
-                                            instance = cloneHiddenInstance(instance, type, props, node);
-                                        } else {
-                                            // This child was previously inside a timed out tree. If it was not
-                                            // updated during this render, it may need to be unhidden. Clone
-                                            // again to be sure.
-                                            instance = cloneUnhiddenInstance(instance, type, props, node);
-                                        }
-                                        node.stateNode = instance;
-                                    }
-                                    appendChildToContainerChildSet(containerChildSet, instance);
-                                } else if (node.tag === HostText) {
-                                    var _instance2 = node.stateNode;
-                                    if (needsVisibilityToggle) {
-                                        var text = node.memoizedProps;
-                                        var rootContainerInstance = getRootHostContainer();
-                                        var currentHostContext = getHostContext();
-                                        if (isHidden) {
-                                            _instance2 = createHiddenTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
-                                        } else {
-                                            _instance2 = createTextInstance(text, rootContainerInstance, currentHostContext, workInProgress);
-                                        }
-                                        node.stateNode = _instance2;
-                                    }
-                                    appendChildToContainerChildSet(containerChildSet, _instance2);
-                                } else if (node.tag === HostPortal) {
-                                    // If we have a portal child, then we don't want to traverse
-                                    // down its children. Instead, we'll get insertions from each child in
-                                    // the portal directly.
-                                } else if (node.tag === SuspenseComponent) {
-                                    var current = node.alternate;
-                                    if (current !== null) {
-                                        var oldState = current.memoizedState;
-                                        var newState = node.memoizedState;
-                                        var oldIsHidden = oldState !== null;
-                                        var newIsHidden = newState !== null;
-                                        if (oldIsHidden !== newIsHidden) {
-                                            // The placeholder either just timed out or switched back to the normal
-                                            // children after having previously timed out. Toggle the visibility of
-                                            // the direct host children.
-                                            var primaryChildParent = newIsHidden ? node.child : node;
-                                            if (primaryChildParent !== null) {
-                                                appendAllChildrenToContainer(containerChildSet, primaryChildParent, true, newIsHidden);
-                                            }
-                                            // eslint-disable-next-line no-labels
-                                            break branches;
-                                        }
-                                    }
-                                    if (node.child !== null) {
-                                        // Continue traversing like normal
-                                        node.child.return = node;
-                                        node = node.child;
-                                        continue;
-                                    }
-                                } else if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                                // $FlowFixMe This is correct but Flow is confused by the labeled break.
-                                node = node;
-                                if (node === workInProgress) {
-                                    return;
-                                }
-                                while (node.sibling === null) {
-                                    if (node.return === null || node.return === workInProgress) {
-                                        return;
-                                    }
-                                    node = node.return;
-                                }
-                                node.sibling.return = node.return;
-                                node = node.sibling;
-                            }
-                        };
-                        updateHostContainer = function (workInProgress) {
-                            var portalOrRoot = workInProgress.stateNode;
-                            var childrenUnchanged = workInProgress.firstEffect === null;
-                            if (childrenUnchanged) {
-                                // No changes, just reuse the existing instance.
-                            } else {
-                                var container = portalOrRoot.containerInfo;
-                                var newChildSet = createContainerChildSet(container);
-                                // If children might have changed, we have to add them all to the set.
-                                appendAllChildrenToContainer(newChildSet, workInProgress, false, false);
-                                portalOrRoot.pendingChildren = newChildSet;
-                                // Schedule an update on the container to swap out the container.
-                                markUpdate(workInProgress);
-                                finalizeContainerChildren(container, newChildSet);
-                            }
-                        };
-                        updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {
-                            var currentInstance = current.stateNode;
-                            var oldProps = current.memoizedProps;
-                            // If there are no effects associated with this node, then none of our children had any updates.
-                            // This guarantees that we can reuse all of them.
-                            var childrenUnchanged = workInProgress.firstEffect === null;
-                            if (childrenUnchanged && oldProps === newProps) {
-                                // No changes, just reuse the existing instance.
-                                // Note that this might release a previous clone.
-                                workInProgress.stateNode = currentInstance;
-                                return;
-                            }
-                            var recyclableInstance = workInProgress.stateNode;
-                            var currentHostContext = getHostContext();
-                            var updatePayload = null;
-                            if (oldProps !== newProps) {
-                                updatePayload = prepareUpdate(recyclableInstance, type, oldProps, newProps, rootContainerInstance, currentHostContext);
-                            }
-                            if (childrenUnchanged && updatePayload === null) {
-                                // No changes, just reuse the existing instance.
-                                // Note that this might release a previous clone.
-                                workInProgress.stateNode = currentInstance;
-                                return;
-                            }
-                            var newInstance = cloneInstance(currentInstance, updatePayload, type, oldProps, newProps, workInProgress, childrenUnchanged, recyclableInstance);
-                            if (finalizeInitialChildren(newInstance, type, newProps, rootContainerInstance, currentHostContext)) {
-                                markUpdate(workInProgress);
-                            }
-                            workInProgress.stateNode = newInstance;
-                            if (childrenUnchanged) {
-                                // If there are no other effects in this tree, we need to flag this node as having one.
-                                // Even though we're not going to use it for anything.
-                                // Otherwise parents won't know that there are new children to propagate upwards.
-                                markUpdate(workInProgress);
-                            } else {
-                                // If children might have changed, we have to add them all to the set.
-                                appendAllChildren(newInstance, workInProgress, false, false);
-                            }
-                        };
-                        updateHostText$1 = function (current, workInProgress, oldText, newText) {
-                            if (oldText !== newText) {
-                                // If the text content differs, we'll create a new text instance for it.
-                                var rootContainerInstance = getRootHostContainer();
-                                var currentHostContext = getHostContext();
-                                workInProgress.stateNode = createTextInstance(newText, rootContainerInstance, currentHostContext, workInProgress);
-                                // We'll have to mark it as having an effect, even though we won't use the effect for anything.
-                                // This lets the parents know that at least one of their children has changed.
-                                markUpdate(workInProgress);
-                            }
-                        };
-                    } else {
-                        // No host operations
-                        updateHostContainer = function (workInProgress) {
-                            // Noop
-                        };
-                        updateHostComponent$1 = function (current, workInProgress, type, newProps, rootContainerInstance) {
-                            // Noop
-                        };
-                        updateHostText$1 = function (current, workInProgress, oldText, newText) {
-                            // Noop
-                        };
-                    }
-
-                    function completeWork(current, workInProgress, renderExpirationTime) {
-                        var newProps = workInProgress.pendingProps;
-
-                        switch (workInProgress.tag) {
-                            case IndeterminateComponent:
-                                break;
-                            case LazyComponent:
-                                break;
-                            case SimpleMemoComponent:
-                            case FunctionComponent:
-                                break;
-                            case ClassComponent: {
-                                var Component = workInProgress.type;
-                                if (isContextProvider(Component)) {
-                                    popContext(workInProgress);
-                                }
-                                break;
-                            }
-                            case HostRoot: {
-                                popHostContainer(workInProgress);
-                                popTopLevelContextObject(workInProgress);
-                                var fiberRoot = workInProgress.stateNode;
-                                if (fiberRoot.pendingContext) {
-                                    fiberRoot.context = fiberRoot.pendingContext;
-                                    fiberRoot.pendingContext = null;
-                                }
-                                if (current === null || current.child === null) {
-                                    // If we hydrated, pop so that we can delete any remaining children
-                                    // that weren't hydrated.
-                                    popHydrationState(workInProgress);
-                                    // This resets the hacky state to fix isMounted before committing.
-                                    // TODO: Delete this when we delete isMounted and findDOMNode.
-                                    workInProgress.effectTag &= ~Placement;
-                                }
-                                updateHostContainer(workInProgress);
-                                break;
-                            }
-                            case HostComponent: {
-                                popHostContext(workInProgress);
-                                var rootContainerInstance = getRootHostContainer();
-                                var type = workInProgress.type;
-                                if (current !== null && workInProgress.stateNode != null) {
-                                    updateHostComponent$1(current, workInProgress, type, newProps, rootContainerInstance);
-
-                                    if (current.ref !== workInProgress.ref) {
-                                        markRef$1(workInProgress);
-                                    }
-                                } else {
-                                    if (!newProps) {
-                                        !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                        // This can happen when we abort work.
-                                        break;
-                                    }
-
-                                    var currentHostContext = getHostContext();
-                                    // TODO: Move createInstance to beginWork and keep it on a context
-                                    // "stack" as the parent. Then append children as we go in beginWork
-                                    // or completeWork depending on we want to add then top->down or
-                                    // bottom->up. Top->down is faster in IE11.
-                                    var wasHydrated = popHydrationState(workInProgress);
-                                    if (wasHydrated) {
-                                        // TODO: Move this and createInstance step into the beginPhase
-                                        // to consolidate.
-                                        if (prepareToHydrateHostInstance(workInProgress, rootContainerInstance, currentHostContext)) {
-                                            // If changes to the hydrated node needs to be applied at the
-                                            // commit-phase we mark this as such.
-                                            markUpdate(workInProgress);
-                                        }
-                                    } else {
-                                        var instance = createInstance(type, newProps, rootContainerInstance, currentHostContext, workInProgress);
-
-                                        appendAllChildren(instance, workInProgress, false, false);
-
-                                        // Certain renderers require commit-time effects for initial mount.
-                                        // (eg DOM renderer supports auto-focus for certain elements).
-                                        // Make sure such renderers get scheduled for later work.
-                                        if (finalizeInitialChildren(instance, type, newProps, rootContainerInstance, currentHostContext)) {
-                                            markUpdate(workInProgress);
-                                        }
-                                        workInProgress.stateNode = instance;
-                                    }
-
-                                    if (workInProgress.ref !== null) {
-                                        // If there is a ref on a host node we need to schedule a callback
-                                        markRef$1(workInProgress);
-                                    }
-                                }
-                                break;
-                            }
-                            case HostText: {
-                                var newText = newProps;
-                                if (current && workInProgress.stateNode != null) {
-                                    var oldText = current.memoizedProps;
-                                    // If we have an alternate, that means this is an update and we need
-                                    // to schedule a side-effect to do the updates.
-                                    updateHostText$1(current, workInProgress, oldText, newText);
-                                } else {
-                                    if (typeof newText !== 'string') {
-                                        !(workInProgress.stateNode !== null) ? invariant(false, 'We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                        // This can happen when we abort work.
-                                    }
-                                    var _rootContainerInstance = getRootHostContainer();
-                                    var _currentHostContext = getHostContext();
-                                    var _wasHydrated = popHydrationState(workInProgress);
-                                    if (_wasHydrated) {
-                                        if (prepareToHydrateHostTextInstance(workInProgress)) {
-                                            markUpdate(workInProgress);
-                                        }
-                                    } else {
-                                        workInProgress.stateNode = createTextInstance(newText, _rootContainerInstance, _currentHostContext, workInProgress);
-                                    }
-                                }
-                                break;
-                            }
-                            case ForwardRef:
-                                break;
-                            case SuspenseComponent: {
-                                var nextState = workInProgress.memoizedState;
-                                if ((workInProgress.effectTag & DidCapture) !== NoEffect) {
-                                    // Something suspended. Re-render with the fallback children.
-                                    workInProgress.expirationTime = renderExpirationTime;
-                                    // Do not reset the effect list.
-                                    return workInProgress;
-                                }
-
-                                var nextDidTimeout = nextState !== null;
-                                var prevDidTimeout = current !== null && current.memoizedState !== null;
-
-                                if (current !== null && !nextDidTimeout && prevDidTimeout) {
-                                    // We just switched from the fallback to the normal children. Delete
-                                    // the fallback.
-                                    // TODO: Would it be better to store the fallback fragment on
-                                    var currentFallbackChild = current.child.sibling;
-                                    if (currentFallbackChild !== null) {
-                                        // Deletions go at the beginning of the return fiber's effect list
-                                        var first = workInProgress.firstEffect;
-                                        if (first !== null) {
-                                            workInProgress.firstEffect = currentFallbackChild;
-                                            currentFallbackChild.nextEffect = first;
-                                        } else {
-                                            workInProgress.firstEffect = workInProgress.lastEffect = currentFallbackChild;
-                                            currentFallbackChild.nextEffect = null;
-                                        }
-                                        currentFallbackChild.effectTag = Deletion;
-                                    }
-                                }
-
-                                // The children either timed out after previously being visible, or
-                                // were restored after previously being hidden. Schedule an effect
-                                // to update their visiblity.
-                                if (
-                                    //
-                                    nextDidTimeout !== prevDidTimeout ||
-                                    // Outside concurrent mode, the primary children commit in an
-                                    // inconsistent state, even if they are hidden. So if they are hidden,
-                                    // we need to schedule an effect to re-hide them, just in case.
-                                    (workInProgress.effectTag & ConcurrentMode) === NoContext && nextDidTimeout) {
-                                    workInProgress.effectTag |= Update;
-                                }
-                                break;
-                            }
-                            case Fragment:
-                                break;
-                            case Mode:
-                                break;
-                            case Profiler:
-                                break;
-                            case HostPortal:
-                                popHostContainer(workInProgress);
-                                updateHostContainer(workInProgress);
-                                break;
-                            case ContextProvider:
-                                // Pop provider fiber
-                                popProvider(workInProgress);
-                                break;
-                            case ContextConsumer:
-                                break;
-                            case MemoComponent:
-                                break;
-                            case IncompleteClassComponent: {
-                                // Same as class component case. I put it down here so that the tags are
-                                // sequential to ensure this switch is compiled to a jump table.
-                                var _Component = workInProgress.type;
-                                if (isContextProvider(_Component)) {
-                                    popContext(workInProgress);
-                                }
-                                break;
-                            }
-                            default:
-                                invariant(false, 'Unknown unit of work tag. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-
-                        return null;
-                    }
-
-                    function shouldCaptureSuspense(workInProgress) {
-                        // In order to capture, the Suspense component must have a fallback prop.
-                        if (workInProgress.memoizedProps.fallback === undefined) {
-                            return false;
-                        }
-                        // If it was the primary children that just suspended, capture and render the
-                        // fallback. Otherwise, don't capture and bubble to the next boundary.
-                        var nextState = workInProgress.memoizedState;
-                        return nextState === null;
-                    }
-
-// This module is forked in different environments.
-// By default, return `true` to log errors to the console.
-// Forks can return `false` if this isn't desirable.
-                    function showErrorDialog(capturedError) {
-                        return true;
-                    }
-
-                    function logCapturedError(capturedError) {
-                        var logError = showErrorDialog(capturedError);
-
-                        // Allow injected showErrorDialog() to prevent default console.error logging.
-                        // This enables renderers like ReactNative to better manage redbox behavior.
-                        if (logError === false) {
-                            return;
-                        }
-
-                        var error = capturedError.error;
-                        {
-                            var componentName = capturedError.componentName,
-                                componentStack = capturedError.componentStack,
-                                errorBoundaryName = capturedError.errorBoundaryName,
-                                errorBoundaryFound = capturedError.errorBoundaryFound,
-                                willRetry = capturedError.willRetry;
-
-                            // Browsers support silencing uncaught errors by calling
-                            // `preventDefault()` in window `error` handler.
-                            // We record this information as an expando on the error.
-
-                            if (error != null && error._suppressLogging) {
-                                if (errorBoundaryFound && willRetry) {
-                                    // The error is recoverable and was silenced.
-                                    // Ignore it and don't print the stack addendum.
-                                    // This is handy for testing error boundaries without noise.
-                                    return;
-                                }
-                                // The error is fatal. Since the silencing might have
-                                // been accidental, we'll surface it anyway.
-                                // However, the browser would have silenced the original error
-                                // so we'll print it first, and then print the stack addendum.
-                                console.error(error);
-                                // For a more detailed description of this block, see:
-                                // https://github.com/facebook/react/pull/13384
-                            }
-
-                            var componentNameMessage = componentName ? 'The above error occurred in the <' + componentName + '> component:' : 'The above error occurred in one of your React components:';
-
-                            var errorBoundaryMessage = void 0;
-                            // errorBoundaryFound check is sufficient; errorBoundaryName check is to satisfy Flow.
-                            if (errorBoundaryFound && errorBoundaryName) {
-                                if (willRetry) {
-                                    errorBoundaryMessage = 'React will try to recreate this component tree from scratch ' + ('using the error boundary you provided, ' + errorBoundaryName + '.');
-                                } else {
-                                    errorBoundaryMessage = 'This error was initially handled by the error boundary ' + errorBoundaryName + '.\n' + 'Recreating the tree from scratch failed so React will unmount the tree.';
-                                }
-                            } else {
-                                errorBoundaryMessage = 'Consider adding an error boundary to your tree to customize error handling behavior.\n' + 'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';
-                            }
-                            var combinedMessage = '' + componentNameMessage + componentStack + '\n\n' + ('' + errorBoundaryMessage);
-
-                            // In development, we provide our own message with just the component stack.
-                            // We don't include the original error message and JS stack because the browser
-                            // has already printed it. Even if the application swallows the error, it is still
-                            // displayed by the browser thanks to the DEV-only fake event trick in ReactErrorUtils.
-                            console.error(combinedMessage);
-                        }
-                    }
-
-                    var didWarnAboutUndefinedSnapshotBeforeUpdate = null;
-                    {
-                        didWarnAboutUndefinedSnapshotBeforeUpdate = new Set();
-                    }
-
-                    var PossiblyWeakSet = typeof WeakSet === 'function' ? WeakSet : Set;
-
-                    function logError(boundary, errorInfo) {
-                        var source = errorInfo.source;
-                        var stack = errorInfo.stack;
-                        if (stack === null && source !== null) {
-                            stack = getStackByFiberInDevAndProd(source);
-                        }
-
-                        var capturedError = {
-                            componentName: source !== null ? getComponentName(source.type) : null,
-                            componentStack: stack !== null ? stack : '',
-                            error: errorInfo.value,
-                            errorBoundary: null,
-                            errorBoundaryName: null,
-                            errorBoundaryFound: false,
-                            willRetry: false
-                        };
-
-                        if (boundary !== null && boundary.tag === ClassComponent) {
-                            capturedError.errorBoundary = boundary.stateNode;
-                            capturedError.errorBoundaryName = getComponentName(boundary.type);
-                            capturedError.errorBoundaryFound = true;
-                            capturedError.willRetry = true;
-                        }
-
-                        try {
-                            logCapturedError(capturedError);
-                        } catch (e) {
-                            // This method must not throw, or React internal state will get messed up.
-                            // If console.error is overridden, or logCapturedError() shows a dialog that throws,
-                            // we want to report this error outside of the normal stack as a last resort.
-                            // https://github.com/facebook/react/issues/13188
-                            setTimeout(function () {
-                                throw e;
-                            });
-                        }
-                    }
-
-                    var callComponentWillUnmountWithTimer = function (current$$1, instance) {
-                        startPhaseTimer(current$$1, 'componentWillUnmount');
-                        instance.props = current$$1.memoizedProps;
-                        instance.state = current$$1.memoizedState;
-                        instance.componentWillUnmount();
-                        stopPhaseTimer();
-                    };
-
-// Capture errors so they don't interrupt unmounting.
-                    function safelyCallComponentWillUnmount(current$$1, instance) {
-                        {
-                            invokeGuardedCallback(null, callComponentWillUnmountWithTimer, null, current$$1, instance);
-                            if (hasCaughtError()) {
-                                var unmountError = clearCaughtError();
-                                captureCommitPhaseError(current$$1, unmountError);
-                            }
-                        }
-                    }
-
-                    function safelyDetachRef(current$$1) {
-                        var ref = current$$1.ref;
-                        if (ref !== null) {
-                            if (typeof ref === 'function') {
-                                {
-                                    invokeGuardedCallback(null, ref, null, null);
-                                    if (hasCaughtError()) {
-                                        var refError = clearCaughtError();
-                                        captureCommitPhaseError(current$$1, refError);
-                                    }
-                                }
-                            } else {
-                                ref.current = null;
-                            }
-                        }
-                    }
-
-                    function safelyCallDestroy(current$$1, destroy) {
-                        {
-                            invokeGuardedCallback(null, destroy, null);
-                            if (hasCaughtError()) {
-                                var error = clearCaughtError();
-                                captureCommitPhaseError(current$$1, error);
-                            }
-                        }
-                    }
-
-                    function commitBeforeMutationLifeCycles(current$$1, finishedWork) {
-                        switch (finishedWork.tag) {
-                            case FunctionComponent:
-                            case ForwardRef:
-                            case SimpleMemoComponent: {
-                                commitHookEffectList(UnmountSnapshot, NoEffect$1, finishedWork);
-                                return;
-                            }
-                            case ClassComponent: {
-                                if (finishedWork.effectTag & Snapshot) {
-                                    if (current$$1 !== null) {
-                                        var prevProps = current$$1.memoizedProps;
-                                        var prevState = current$$1.memoizedState;
-                                        startPhaseTimer(finishedWork, 'getSnapshotBeforeUpdate');
-                                        var instance = finishedWork.stateNode;
-                                        // We could update instance props and state here,
-                                        // but instead we rely on them being set during last render.
-                                        // TODO: revisit this when we implement resuming.
-                                        {
-                                            if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
-                                                !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'getSnapshotBeforeUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                                !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'getSnapshotBeforeUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                            }
-                                        }
-                                        var snapshot = instance.getSnapshotBeforeUpdate(finishedWork.elementType === finishedWork.type ? prevProps : resolveDefaultProps(finishedWork.type, prevProps), prevState);
-                                        {
-                                            var didWarnSet = didWarnAboutUndefinedSnapshotBeforeUpdate;
-                                            if (snapshot === undefined && !didWarnSet.has(finishedWork.type)) {
-                                                didWarnSet.add(finishedWork.type);
-                                                warningWithoutStack$1(false, '%s.getSnapshotBeforeUpdate(): A snapshot value (or null) ' + 'must be returned. You have returned undefined.', getComponentName(finishedWork.type));
-                                            }
-                                        }
-                                        instance.__reactInternalSnapshotBeforeUpdate = snapshot;
-                                        stopPhaseTimer();
-                                    }
-                                }
-                                return;
-                            }
-                            case HostRoot:
-                            case HostComponent:
-                            case HostText:
-                            case HostPortal:
-                            case IncompleteClassComponent:
-                                // Nothing to do for these component types
-                                return;
-                            default: {
-                                invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
-                            }
-                        }
-                    }
-
-                    function commitHookEffectList(unmountTag, mountTag, finishedWork) {
-                        if (!enableHooks) {
-                            return;
-                        }
-                        var updateQueue = finishedWork.updateQueue;
-                        var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null;
-                        if (lastEffect !== null) {
-                            var firstEffect = lastEffect.next;
-                            var effect = firstEffect;
-                            do {
-                                if ((effect.tag & unmountTag) !== NoEffect$1) {
-                                    // Unmount
-                                    var destroy = effect.destroy;
-                                    effect.destroy = null;
-                                    if (destroy !== null) {
-                                        destroy();
-                                    }
-                                }
-                                if ((effect.tag & mountTag) !== NoEffect$1) {
-                                    // Mount
-                                    var create = effect.create;
-                                    var _destroy = create();
-                                    if (typeof _destroy !== 'function') {
-                                        {
-                                            if (_destroy !== null && _destroy !== undefined) {
-                                                warningWithoutStack$1(false, 'useEffect function must return a cleanup function or ' + 'nothing.%s%s', typeof _destroy.then === 'function' ? '\n\nIt looks like you wrote useEffect(async () => ...) or returned a Promise. ' + 'Instead, you may write an async function separately ' + 'and then call it from inside the effect:\n\n' + 'async function fetchComment(commentId) {\n' + '  // You can await here\n' + '}\n\n' + 'useEffect(() => {\n' + '  fetchComment(commentId);\n' + '}, [commentId]);\n\n' + 'In the future, React will provide a more idiomatic solution for data fetching ' + "that doesn't involve writing effects manually." : '', getStackByFiberInDevAndProd(finishedWork));
-                                            }
-                                        }
-                                        _destroy = null;
-                                    }
-                                    effect.destroy = _destroy;
-                                }
-                                effect = effect.next;
-                            } while (effect !== firstEffect);
-                        }
-                    }
-
-                    function commitPassiveHookEffects(finishedWork) {
-                        commitHookEffectList(UnmountPassive, NoEffect$1, finishedWork);
-                        commitHookEffectList(NoEffect$1, MountPassive, finishedWork);
-                    }
-
-                    function commitLifeCycles(finishedRoot, current$$1, finishedWork, committedExpirationTime) {
-                        switch (finishedWork.tag) {
-                            case FunctionComponent:
-                            case ForwardRef:
-                            case SimpleMemoComponent: {
-                                commitHookEffectList(UnmountLayout, MountLayout, finishedWork);
-                                break;
-                            }
-                            case ClassComponent: {
-                                var instance = finishedWork.stateNode;
-                                if (finishedWork.effectTag & Update) {
-                                    if (current$$1 === null) {
-                                        startPhaseTimer(finishedWork, 'componentDidMount');
-                                        // We could update instance props and state here,
-                                        // but instead we rely on them being set during last render.
-                                        // TODO: revisit this when we implement resuming.
-                                        {
-                                            if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
-                                                !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidMount. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                                !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidMount. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                            }
-                                        }
-                                        instance.componentDidMount();
-                                        stopPhaseTimer();
-                                    } else {
-                                        var prevProps = finishedWork.elementType === finishedWork.type ? current$$1.memoizedProps : resolveDefaultProps(finishedWork.type, current$$1.memoizedProps);
-                                        var prevState = current$$1.memoizedState;
-                                        startPhaseTimer(finishedWork, 'componentDidUpdate');
-                                        // We could update instance props and state here,
-                                        // but instead we rely on them being set during last render.
-                                        // TODO: revisit this when we implement resuming.
-                                        {
-                                            if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
-                                                !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                                !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'componentDidUpdate. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                            }
-                                        }
-                                        instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate);
-                                        stopPhaseTimer();
-                                    }
-                                }
-                                var updateQueue = finishedWork.updateQueue;
-                                if (updateQueue !== null) {
-                                    {
-                                        if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) {
-                                            !(instance.props === finishedWork.memoizedProps) ? warning$1(false, 'Expected %s props to match memoized props before ' + 'processing the update queue. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                            !(instance.state === finishedWork.memoizedState) ? warning$1(false, 'Expected %s state to match memoized state before ' + 'processing the update queue. ' + 'This might either be because of a bug in React, or because ' + 'a component reassigns its own `this.props`. ' + 'Please file an issue.', getComponentName(finishedWork.type) || 'instance') : void 0;
-                                        }
-                                    }
-                                    // We could update instance props and state here,
-                                    // but instead we rely on them being set during last render.
-                                    // TODO: revisit this when we implement resuming.
-                                    commitUpdateQueue(finishedWork, updateQueue, instance, committedExpirationTime);
-                                }
-                                return;
-                            }
-                            case HostRoot: {
-                                var _updateQueue = finishedWork.updateQueue;
-                                if (_updateQueue !== null) {
-                                    var _instance = null;
-                                    if (finishedWork.child !== null) {
-                                        switch (finishedWork.child.tag) {
-                                            case HostComponent:
-                                                _instance = getPublicInstance(finishedWork.child.stateNode);
-                                                break;
-                                            case ClassComponent:
-                                                _instance = finishedWork.child.stateNode;
-                                                break;
-                                        }
-                                    }
-                                    commitUpdateQueue(finishedWork, _updateQueue, _instance, committedExpirationTime);
-                                }
-                                return;
-                            }
-                            case HostComponent: {
-                                var _instance2 = finishedWork.stateNode;
-
-                                // Renderers may schedule work to be done after host components are mounted
-                                // (eg DOM renderer may schedule auto-focus for inputs and form controls).
-                                // These effects should only be committed when components are first mounted,
-                                // aka when there is no current/alternate.
-                                if (current$$1 === null && finishedWork.effectTag & Update) {
-                                    var type = finishedWork.type;
-                                    var props = finishedWork.memoizedProps;
-                                    commitMount(_instance2, type, props, finishedWork);
-                                }
-
-                                return;
-                            }
-                            case HostText: {
-                                // We have no life-cycles associated with text.
-                                return;
-                            }
-                            case HostPortal: {
-                                // We have no life-cycles associated with portals.
-                                return;
-                            }
-                            case Profiler: {
-                                if (enableProfilerTimer) {
-                                    var onRender = finishedWork.memoizedProps.onRender;
-
-                                    if (enableSchedulerTracing) {
-                                        onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime(), finishedRoot.memoizedInteractions);
-                                    } else {
-                                        onRender(finishedWork.memoizedProps.id, current$$1 === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, getCommitTime());
-                                    }
-                                }
-                                return;
-                            }
-                            case SuspenseComponent:
-                                break;
-                            case IncompleteClassComponent:
-                                break;
-                            default: {
-                                invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
-                            }
-                        }
-                    }
-
-                    function hideOrUnhideAllChildren(finishedWork, isHidden) {
-                        if (supportsMutation) {
-                            // We only have the top Fiber that was inserted but we need recurse down its
-                            var node = finishedWork;
-                            while (true) {
-                                if (node.tag === HostComponent) {
-                                    var instance = node.stateNode;
-                                    if (isHidden) {
-                                        hideInstance(instance);
-                                    } else {
-                                        unhideInstance(node.stateNode, node.memoizedProps);
-                                    }
-                                } else if (node.tag === HostText) {
-                                    var _instance3 = node.stateNode;
-                                    if (isHidden) {
-                                        hideTextInstance(_instance3);
-                                    } else {
-                                        unhideTextInstance(_instance3, node.memoizedProps);
-                                    }
-                                } else if (node.tag === SuspenseComponent && node.memoizedState !== null) {
-                                    // Found a nested Suspense component that timed out. Skip over the
-                                    var fallbackChildFragment = node.child.sibling;
-                                    fallbackChildFragment.return = node;
-                                    node = fallbackChildFragment;
-                                    continue;
-                                } else if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                                if (node === finishedWork) {
-                                    return;
-                                }
-                                while (node.sibling === null) {
-                                    if (node.return === null || node.return === finishedWork) {
-                                        return;
-                                    }
-                                    node = node.return;
-                                }
-                                node.sibling.return = node.return;
-                                node = node.sibling;
-                            }
-                        }
-                    }
-
-                    function commitAttachRef(finishedWork) {
-                        var ref = finishedWork.ref;
-                        if (ref !== null) {
-                            var instance = finishedWork.stateNode;
-                            var instanceToUse = void 0;
-                            switch (finishedWork.tag) {
-                                case HostComponent:
-                                    instanceToUse = getPublicInstance(instance);
-                                    break;
-                                default:
-                                    instanceToUse = instance;
-                            }
-                            if (typeof ref === 'function') {
-                                ref(instanceToUse);
-                            } else {
-                                {
-                                    if (!ref.hasOwnProperty('current')) {
-                                        warningWithoutStack$1(false, 'Unexpected ref object provided for %s. ' + 'Use either a ref-setter function or React.createRef().%s', getComponentName(finishedWork.type), getStackByFiberInDevAndProd(finishedWork));
-                                    }
-                                }
-
-                                ref.current = instanceToUse;
-                            }
-                        }
-                    }
-
-                    function commitDetachRef(current$$1) {
-                        var currentRef = current$$1.ref;
-                        if (currentRef !== null) {
-                            if (typeof currentRef === 'function') {
-                                currentRef(null);
-                            } else {
-                                currentRef.current = null;
-                            }
-                        }
-                    }
-
-// User-originating errors (lifecycles and refs) should not interrupt
-// deletion, so don't let them throw. Host-originating errors should
-// interrupt deletion, so it's okay
-                    function commitUnmount(current$$1) {
-                        onCommitUnmount(current$$1);
-
-                        switch (current$$1.tag) {
-                            case FunctionComponent:
-                            case ForwardRef:
-                            case MemoComponent:
-                            case SimpleMemoComponent: {
-                                var updateQueue = current$$1.updateQueue;
-                                if (updateQueue !== null) {
-                                    var lastEffect = updateQueue.lastEffect;
-                                    if (lastEffect !== null) {
-                                        var firstEffect = lastEffect.next;
-                                        var effect = firstEffect;
-                                        do {
-                                            var destroy = effect.destroy;
-                                            if (destroy !== null) {
-                                                safelyCallDestroy(current$$1, destroy);
-                                            }
-                                            effect = effect.next;
-                                        } while (effect !== firstEffect);
-                                    }
-                                }
-                                break;
-                            }
-                            case ClassComponent: {
-                                safelyDetachRef(current$$1);
-                                var instance = current$$1.stateNode;
-                                if (typeof instance.componentWillUnmount === 'function') {
-                                    safelyCallComponentWillUnmount(current$$1, instance);
-                                }
-                                return;
-                            }
-                            case HostComponent: {
-                                safelyDetachRef(current$$1);
-                                return;
-                            }
-                            case HostPortal: {
-                                // TODO: this is recursive.
-                                // We are also not using this parent because
-                                // the portal will get pushed immediately.
-                                if (supportsMutation) {
-                                    unmountHostComponents(current$$1);
-                                } else if (supportsPersistence) {
-                                    emptyPortalContainer(current$$1);
-                                }
-                                return;
-                            }
-                        }
-                    }
-
-                    function commitNestedUnmounts(root) {
-                        // While we're inside a removed host node we don't want to call
-                        // removeChild on the inner nodes because they're removed by the top
-                        // call anyway. We also want to call componentWillUnmount on all
-                        // composites before this host node is removed from the tree. Therefore
-                        var node = root;
-                        while (true) {
-                            commitUnmount(node);
-                            // Visit children because they may contain more composite or host nodes.
-                            // Skip portals because commitUnmount() currently visits them recursively.
-                            if (node.child !== null && (
-                                // If we use mutation we drill down into portals using commitUnmount above.
-                                // If we don't use mutation we drill down into portals here instead.
-                                !supportsMutation || node.tag !== HostPortal)) {
-                                node.child.return = node;
-                                node = node.child;
-                                continue;
-                            }
-                            if (node === root) {
-                                return;
-                            }
-                            while (node.sibling === null) {
-                                if (node.return === null || node.return === root) {
-                                    return;
-                                }
-                                node = node.return;
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                        }
-                    }
-
-                    function detachFiber(current$$1) {
-                        // Cut off the return pointers to disconnect it from the tree. Ideally, we
-                        // should clear the child pointer of the parent alternate to let this
-                        // get GC:ed but we don't know which for sure which parent is the current
-                        // one so we'll settle for GC:ing the subtree of this child. This child
-                        // itself will be GC:ed when the parent updates the next time.
-                        current$$1.return = null;
-                        current$$1.child = null;
-                        current$$1.memoizedState = null;
-                        current$$1.updateQueue = null;
-                        var alternate = current$$1.alternate;
-                        if (alternate !== null) {
-                            alternate.return = null;
-                            alternate.child = null;
-                            alternate.memoizedState = null;
-                            alternate.updateQueue = null;
-                        }
-                    }
-
-                    function emptyPortalContainer(current$$1) {
-                        if (!supportsPersistence) {
-                            return;
-                        }
-
-                        var portal = current$$1.stateNode;
-                        var containerInfo = portal.containerInfo;
-
-                        var emptyChildSet = createContainerChildSet(containerInfo);
-                        replaceContainerChildren(containerInfo, emptyChildSet);
-                    }
-
-                    function commitContainer(finishedWork) {
-                        if (!supportsPersistence) {
-                            return;
-                        }
-
-                        switch (finishedWork.tag) {
-                            case ClassComponent: {
-                                return;
-                            }
-                            case HostComponent: {
-                                return;
-                            }
-                            case HostText: {
-                                return;
-                            }
-                            case HostRoot:
-                            case HostPortal: {
-                                var portalOrRoot = finishedWork.stateNode;
-                                var containerInfo = portalOrRoot.containerInfo,
-                                    _pendingChildren = portalOrRoot.pendingChildren;
-
-                                replaceContainerChildren(containerInfo, _pendingChildren);
-                                return;
-                            }
-                            default: {
-                                invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
-                            }
-                        }
-                    }
-
-                    function getHostParentFiber(fiber) {
-                        var parent = fiber.return;
-                        while (parent !== null) {
-                            if (isHostParent(parent)) {
-                                return parent;
-                            }
-                            parent = parent.return;
-                        }
-                        invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.');
-                    }
-
-                    function isHostParent(fiber) {
-                        return fiber.tag === HostComponent || fiber.tag === HostRoot || fiber.tag === HostPortal;
-                    }
-
-                    function getHostSibling(fiber) {
-                        // We're going to search forward into the tree until we find a sibling host
-                        // node. Unfortunately, if multiple insertions are done in a row we have to
-                        // search past them. This leads to exponential search for the next sibling.
-                        var node = fiber;
-                        siblings: while (true) {
-                            // If we didn't find anything, let's try the next sibling.
-                            while (node.sibling === null) {
-                                if (node.return === null || isHostParent(node.return)) {
-                                    // If we pop out of the root or hit the parent the fiber we are the
-                                    // last sibling.
-                                    return null;
-                                }
-                                node = node.return;
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                            while (node.tag !== HostComponent && node.tag !== HostText) {
-                                // If it is not host node and, we might have a host node inside it.
-                                // Try to search down until we find one.
-                                if (node.effectTag & Placement) {
-                                    // If we don't have a child, try the siblings instead.
-                                    continue siblings;
-                                }
-                                // If we don't have a child, try the siblings instead.
-                                // We also skip portals because they are not part of this host tree.
-                                if (node.child === null || node.tag === HostPortal) {
-                                    continue siblings;
-                                } else {
-                                    node.child.return = node;
-                                    node = node.child;
-                                }
-                            }
-                            // Check if this host node is stable or about to be placed.
-                            if (!(node.effectTag & Placement)) {
-                                // Found it!
-                                return node.stateNode;
-                            }
-                        }
-                    }
-
-                    function commitPlacement(finishedWork) {
-                        if (!supportsMutation) {
-                            return;
-                        }
-
-                        // Recursively insert all host nodes into the parent.
-                        var parentFiber = getHostParentFiber(finishedWork);
-
-                        // Note: these two variables *must* always be updated together.
-                        var parent = void 0;
-                        var isContainer = void 0;
-
-                        switch (parentFiber.tag) {
-                            case HostComponent:
-                                parent = parentFiber.stateNode;
-                                isContainer = false;
-                                break;
-                            case HostRoot:
-                                parent = parentFiber.stateNode.containerInfo;
-                                isContainer = true;
-                                break;
-                            case HostPortal:
-                                parent = parentFiber.stateNode.containerInfo;
-                                isContainer = true;
-                                break;
-                            default:
-                                invariant(false, 'Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.');
-                        }
-                        if (parentFiber.effectTag & ContentReset) {
-                            // Reset the text content of the parent before doing any insertions
-                            resetTextContent(parent);
-                            // Clear ContentReset from the effect tag
-                            parentFiber.effectTag &= ~ContentReset;
-                        }
-
-                        var before = getHostSibling(finishedWork);
-                        // We only have the top Fiber that was inserted but we need recurse down its
-                        // children to find all the terminal nodes.
-                        var node = finishedWork;
-                        while (true) {
-                            if (node.tag === HostComponent || node.tag === HostText) {
-                                if (before) {
-                                    if (isContainer) {
-                                        insertInContainerBefore(parent, node.stateNode, before);
-                                    } else {
-                                        insertBefore(parent, node.stateNode, before);
-                                    }
-                                } else {
-                                    if (isContainer) {
-                                        appendChildToContainer(parent, node.stateNode);
-                                    } else {
-                                        appendChild(parent, node.stateNode);
-                                    }
-                                }
-                            } else if (node.tag === HostPortal) {
-                                // If the insertion itself is a portal, then we don't want to traverse
-                                // down its children. Instead, we'll get insertions from each child in
-                                // the portal directly.
-                            } else if (node.child !== null) {
-                                node.child.return = node;
-                                node = node.child;
-                                continue;
-                            }
-                            if (node === finishedWork) {
-                                return;
-                            }
-                            while (node.sibling === null) {
-                                if (node.return === null || node.return === finishedWork) {
-                                    return;
-                                }
-                                node = node.return;
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                        }
-                    }
-
-                    function unmountHostComponents(current$$1) {
-                        // We only have the top Fiber that was deleted but we need recurse down its
-                        var node = current$$1;
-
-                        // Each iteration, currentParent is populated with node's host parent if not
-                        // currentParentIsValid.
-                        var currentParentIsValid = false;
-
-                        // Note: these two variables *must* always be updated together.
-                        var currentParent = void 0;
-                        var currentParentIsContainer = void 0;
-
-                        while (true) {
-                            if (!currentParentIsValid) {
-                                var parent = node.return;
-                                findParent: while (true) {
-                                    !(parent !== null) ? invariant(false, 'Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                    switch (parent.tag) {
-                                        case HostComponent:
-                                            currentParent = parent.stateNode;
-                                            currentParentIsContainer = false;
-                                            break findParent;
-                                        case HostRoot:
-                                            currentParent = parent.stateNode.containerInfo;
-                                            currentParentIsContainer = true;
-                                            break findParent;
-                                        case HostPortal:
-                                            currentParent = parent.stateNode.containerInfo;
-                                            currentParentIsContainer = true;
-                                            break findParent;
-                                    }
-                                    parent = parent.return;
-                                }
-                                currentParentIsValid = true;
-                            }
-
-                            if (node.tag === HostComponent || node.tag === HostText) {
-                                commitNestedUnmounts(node);
-                                // After all the children have unmounted, it is now safe to remove the
-                                // node from the tree.
-                                if (currentParentIsContainer) {
-                                    removeChildFromContainer(currentParent, node.stateNode);
-                                } else {
-                                    removeChild(currentParent, node.stateNode);
-                                }
-                                // Don't visit children because we already visited them.
-                            } else if (node.tag === HostPortal) {
-                                // When we go into a portal, it becomes the parent to remove from.
-                                // We will reassign it back when we pop the portal on the way up.
-                                currentParent = node.stateNode.containerInfo;
-                                currentParentIsContainer = true;
-                                // Visit children because portals might contain host components.
-                                if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                            } else {
-                                commitUnmount(node);
-                                // Visit children because we may find more host components below.
-                                if (node.child !== null) {
-                                    node.child.return = node;
-                                    node = node.child;
-                                    continue;
-                                }
-                            }
-                            if (node === current$$1) {
-                                return;
-                            }
-                            while (node.sibling === null) {
-                                if (node.return === null || node.return === current$$1) {
-                                    return;
-                                }
-                                node = node.return;
-                                if (node.tag === HostPortal) {
-                                    // When we go out of the portal, we need to restore the parent.
-                                    // Since we don't keep a stack of them, we will search for it.
-                                    currentParentIsValid = false;
-                                }
-                            }
-                            node.sibling.return = node.return;
-                            node = node.sibling;
-                        }
-                    }
-
-                    function commitDeletion(current$$1) {
-                        if (supportsMutation) {
-                            // Recursively delete all host nodes from the parent.
-                            // Detach refs and call componentWillUnmount() on the whole subtree.
-                            unmountHostComponents(current$$1);
-                        } else {
-                            // Detach refs and call componentWillUnmount() on the whole subtree.
-                            commitNestedUnmounts(current$$1);
-                        }
-                        detachFiber(current$$1);
-                    }
-
-                    function commitWork(current$$1, finishedWork) {
-                        if (!supportsMutation) {
-                            switch (finishedWork.tag) {
-                                case FunctionComponent:
-                                case ForwardRef:
-                                case MemoComponent:
-                                case SimpleMemoComponent: {
-                                    // Note: We currently never use MountMutation, but useLayout uses
-                                    // UnmountMutation.
-                                    commitHookEffectList(UnmountMutation, MountMutation, finishedWork);
-                                    return;
-                                }
-                            }
-
-                            commitContainer(finishedWork);
-                            return;
-                        }
-
-                        switch (finishedWork.tag) {
-                            case FunctionComponent:
-                            case ForwardRef:
-                            case MemoComponent:
-                            case SimpleMemoComponent: {
-                                // Note: We currently never use MountMutation, but useLayout uses
-                                // UnmountMutation.
-                                commitHookEffectList(UnmountMutation, MountMutation, finishedWork);
-                                return;
-                            }
-                            case ClassComponent: {
-                                return;
-                            }
-                            case HostComponent: {
-                                var instance = finishedWork.stateNode;
-                                if (instance != null) {
-                                    // Commit the work prepared earlier.
-                                    var newProps = finishedWork.memoizedProps;
-                                    // For hydration we reuse the update path but we treat the oldProps
-                                    // as the newProps. The updatePayload will contain the real change in
-                                    // this case.
-                                    var oldProps = current$$1 !== null ? current$$1.memoizedProps : newProps;
-                                    var type = finishedWork.type;
-                                    // TODO: Type the updateQueue to be specific to host components.
-                                    var updatePayload = finishedWork.updateQueue;
-                                    finishedWork.updateQueue = null;
-                                    if (updatePayload !== null) {
-                                        commitUpdate(instance, updatePayload, type, oldProps, newProps, finishedWork);
-                                    }
-                                }
-                                return;
-                            }
-                            case HostText: {
-                                !(finishedWork.stateNode !== null) ? invariant(false, 'This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                var textInstance = finishedWork.stateNode;
-                                var newText = finishedWork.memoizedProps;
-                                // For hydration we reuse the update path but we treat the oldProps
-                                // as the newProps. The updatePayload will contain the real change in
-                                // this case.
-                                var oldText = current$$1 !== null ? current$$1.memoizedProps : newText;
-                                commitTextUpdate(textInstance, oldText, newText);
-                                return;
-                            }
-                            case HostRoot: {
-                                return;
-                            }
-                            case Profiler: {
-                                return;
-                            }
-                            case SuspenseComponent: {
-                                var newState = finishedWork.memoizedState;
-
-                                var newDidTimeout = void 0;
-                                var primaryChildParent = finishedWork;
-                                if (newState === null) {
-                                    newDidTimeout = false;
-                                } else {
-                                    newDidTimeout = true;
-                                    primaryChildParent = finishedWork.child;
-                                    if (newState.timedOutAt === NoWork) {
-                                        // If the children had not already timed out, record the time.
-                                        // This is used to compute the elapsed time during subsequent
-                                        // attempts to render the children.
-                                        newState.timedOutAt = requestCurrentTime();
-                                    }
-                                }
-
-                                if (primaryChildParent !== null) {
-                                    hideOrUnhideAllChildren(primaryChildParent, newDidTimeout);
-                                }
-
-                                // If this boundary just timed out, then it will have a set of thenables.
-                                // For each thenable, attach a listener so that when it resolves, React
-                                // attempts to re-render the boundary in the primary (pre-timeout) state.
-                                var thenables = finishedWork.updateQueue;
-                                if (thenables !== null) {
-                                    finishedWork.updateQueue = null;
-                                    var retryCache = finishedWork.stateNode;
-                                    if (retryCache === null) {
-                                        retryCache = finishedWork.stateNode = new PossiblyWeakSet();
-                                    }
-                                    thenables.forEach(function (thenable) {
-                                        // Memoize using the boundary fiber to prevent redundant listeners.
-                                        var retry = retryTimedOutBoundary.bind(null, finishedWork, thenable);
-                                        if (enableSchedulerTracing) {
-                                            retry = tracing.unstable_wrap(retry);
-                                        }
-                                        if (!retryCache.has(thenable)) {
-                                            retryCache.add(thenable);
-                                            thenable.then(retry, retry);
-                                        }
-                                    });
-                                }
-
-                                return;
-                            }
-                            case IncompleteClassComponent: {
-                                return;
-                            }
-                            default: {
-                                invariant(false, 'This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.');
-                            }
-                        }
-                    }
-
-                    function commitResetTextContent(current$$1) {
-                        if (!supportsMutation) {
-                            return;
-                        }
-                        resetTextContent(current$$1.stateNode);
-                    }
-
-                    var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;
-
-                    function createRootErrorUpdate(fiber, errorInfo, expirationTime) {
-                        var update = createUpdate(expirationTime);
-                        // Unmount the root by rendering null.
-                        update.tag = CaptureUpdate;
-                        // Caution: React DevTools currently depends on this property
-                        // being called "element".
-                        update.payload = {element: null};
-                        var error = errorInfo.value;
-                        update.callback = function () {
-                            onUncaughtError(error);
-                            logError(fiber, errorInfo);
-                        };
-                        return update;
-                    }
-
-                    function createClassErrorUpdate(fiber, errorInfo, expirationTime) {
-                        var update = createUpdate(expirationTime);
-                        update.tag = CaptureUpdate;
-                        var getDerivedStateFromError = fiber.type.getDerivedStateFromError;
-                        if (typeof getDerivedStateFromError === 'function') {
-                            var error = errorInfo.value;
-                            update.payload = function () {
-                                return getDerivedStateFromError(error);
-                            };
-                        }
-
-                        var inst = fiber.stateNode;
-                        if (inst !== null && typeof inst.componentDidCatch === 'function') {
-                            update.callback = function callback() {
-                                if (typeof getDerivedStateFromError !== 'function') {
-                                    // To preserve the preexisting retry behavior of error boundaries,
-                                    // we keep track of which ones already failed during this batch.
-                                    // This gets reset before we yield back to the browser.
-                                    // TODO: Warn in strict mode if getDerivedStateFromError is
-                                    // not defined.
-                                    markLegacyErrorBoundaryAsFailed(this);
-                                }
-                                var error = errorInfo.value;
-                                var stack = errorInfo.stack;
-                                logError(fiber, errorInfo);
-                                this.componentDidCatch(error, {
-                                    componentStack: stack !== null ? stack : ''
-                                });
-                                {
-                                    if (typeof getDerivedStateFromError !== 'function') {
-                                        // If componentDidCatch is the only error boundary method defined,
-                                        // then it needs to call setState to recover from errors.
-                                        // If no state update is scheduled then the boundary will swallow the error.
-                                        !(fiber.expirationTime === Sync) ? warningWithoutStack$1(false, '%s: Error boundaries should implement getDerivedStateFromError(). ' + 'In that method, return a state update to display an error message or fallback UI.', getComponentName(fiber.type) || 'Unknown') : void 0;
-                                    }
-                                }
-                            };
-                        }
-                        return update;
-                    }
-
-                    function throwException(root, returnFiber, sourceFiber, value, renderExpirationTime) {
-                        // The source fiber did not complete.
-                        sourceFiber.effectTag |= Incomplete;
-                        // Its effect list is no longer valid.
-                        sourceFiber.firstEffect = sourceFiber.lastEffect = null;
-
-                        if (value !== null && typeof value === 'object' && typeof value.then === 'function') {
-                            // This is a thenable.
-                            var thenable = value;
-
-                            // Find the earliest timeout threshold of all the placeholders in the
-                            // ancestor path. We could avoid this traversal by storing the thresholds on
-                            // the stack, but we choose not to because we only hit this path if we're
-                            // IO-bound (i.e. if something suspends). Whereas the stack is used even in
-                            // the non-IO- bound case.
-                            var _workInProgress = returnFiber;
-                            var earliestTimeoutMs = -1;
-                            var startTimeMs = -1;
-                            do {
-                                if (_workInProgress.tag === SuspenseComponent) {
-                                    var current$$1 = _workInProgress.alternate;
-                                    if (current$$1 !== null) {
-                                        var currentState = current$$1.memoizedState;
-                                        if (currentState !== null) {
-                                            // Reached a boundary that already timed out. Do not search
-                                            // any further.
-                                            var timedOutAt = currentState.timedOutAt;
-                                            startTimeMs = expirationTimeToMs(timedOutAt);
-                                            // Do not search any further.
-                                            break;
-                                        }
-                                    }
-                                    var timeoutPropMs = _workInProgress.pendingProps.maxDuration;
-                                    if (typeof timeoutPropMs === 'number') {
-                                        if (timeoutPropMs <= 0) {
-                                            earliestTimeoutMs = 0;
-                                        } else if (earliestTimeoutMs === -1 || timeoutPropMs < earliestTimeoutMs) {
-                                            earliestTimeoutMs = timeoutPropMs;
-                                        }
-                                    }
-                                }
-                                _workInProgress = _workInProgress.return;
-                            } while (_workInProgress !== null);
-
-                            // Schedule the nearest Suspense to re-render the timed out view.
-                            _workInProgress = returnFiber;
-                            do {
-                                if (_workInProgress.tag === SuspenseComponent && shouldCaptureSuspense(_workInProgress)) {
-                                    // Found the nearest boundary.
-
-                                    // Stash the promise on the boundary fiber. If the boundary times out, we'll
-                                    var thenables = _workInProgress.updateQueue;
-                                    if (thenables === null) {
-                                        _workInProgress.updateQueue = new Set([thenable]);
-                                    } else {
-                                        thenables.add(thenable);
-                                    }
-
-                                    // If the boundary is outside of concurrent mode, we should *not*
-                                    // suspend the commit. Pretend as if the suspended component rendered
-                                    // null and keep rendering. In the commit phase, we'll schedule a
-                                    // subsequent synchronous update to re-render the Suspense.
-                                    //
-                                    // Note: It doesn't matter whether the component that suspended was
-                                    // inside a concurrent mode tree. If the Suspense is outside of it, we
-                                    // should *not* suspend the commit.
-                                    if ((_workInProgress.mode & ConcurrentMode) === NoEffect) {
-                                        _workInProgress.effectTag |= DidCapture;
-
-                                        // We're going to commit this fiber even though it didn't complete.
-                                        // But we shouldn't call any lifecycle methods or callbacks. Remove
-                                        // all lifecycle effect tags.
-                                        sourceFiber.effectTag &= ~(LifecycleEffectMask | Incomplete);
-
-                                        if (sourceFiber.tag === ClassComponent) {
-                                            var currentSourceFiber = sourceFiber.alternate;
-                                            if (currentSourceFiber === null) {
-                                                // This is a new mount. Change the tag so it's not mistaken for a
-                                                // completed class component. For example, we should not call
-                                                // componentWillUnmount if it is deleted.
-                                                sourceFiber.tag = IncompleteClassComponent;
-                                            } else {
-                                                // When we try rendering again, we should not reuse the current fiber,
-                                                // since it's known to be in an inconsistent state. Use a force updte to
-                                                // prevent a bail out.
-                                                var update = createUpdate(Sync);
-                                                update.tag = ForceUpdate;
-                                                enqueueUpdate(sourceFiber, update);
-                                            }
-                                        }
-
-                                        // The source fiber did not complete. Mark it with Sync priority to
-                                        // indicate that it still has pending work.
-                                        sourceFiber.expirationTime = Sync;
-
-                                        // Exit without suspending.
-                                        return;
-                                    }
-
-                                    // Confirmed that the boundary is in a concurrent mode tree. Continue
-                                    // with the normal suspend path.
-
-                                    // Attach a listener to the promise to "ping" the root and retry. But
-                                    // only if one does not already exist for the current render expiration
-                                    // time (which acts like a "thread ID" here).
-                                    var pingCache = root.pingCache;
-                                    var threadIDs = void 0;
-                                    if (pingCache === null) {
-                                        pingCache = root.pingCache = new PossiblyWeakMap();
-                                        threadIDs = new Set();
-                                        pingCache.set(thenable, threadIDs);
-                                    } else {
-                                        threadIDs = pingCache.get(thenable);
-                                        if (threadIDs === undefined) {
-                                            threadIDs = new Set();
-                                            pingCache.set(thenable, threadIDs);
-                                        }
-                                    }
-                                    if (!threadIDs.has(renderExpirationTime)) {
-                                        // Memoize using the thread ID to prevent redundant listeners.
-                                        threadIDs.add(renderExpirationTime);
-                                        var ping = pingSuspendedRoot.bind(null, root, thenable, renderExpirationTime);
-                                        if (enableSchedulerTracing) {
-                                            ping = tracing.unstable_wrap(ping);
-                                        }
-                                        thenable.then(ping, ping);
-                                    }
-
-                                    var absoluteTimeoutMs = void 0;
-                                    if (earliestTimeoutMs === -1) {
-                                        // If no explicit threshold is given, default to an abitrarily large
-                                        // value. The actual size doesn't matter because the threshold for the
-                                        // whole tree will be clamped to the expiration time.
-                                        absoluteTimeoutMs = maxSigned31BitInt;
-                                    } else {
-                                        if (startTimeMs === -1) {
-                                            // This suspend happened outside of any already timed-out
-                                            // placeholders. We don't know exactly when the update was
-                                            // scheduled, but we can infer an approximate start time from the
-                                            // expiration time. First, find the earliest uncommitted expiration
-                                            // time in the tree, including work that is suspended. Then subtract
-                                            // the offset used to compute an async update's expiration time.
-                                            // This will cause high priority (interactive) work to expire
-                                            // earlier than necessary, but we can account for this by adjusting
-                                            // for the Just Noticeable Difference.
-                                            var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, renderExpirationTime);
-                                            var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);
-                                            startTimeMs = earliestExpirationTimeMs - LOW_PRIORITY_EXPIRATION;
-                                        }
-                                        absoluteTimeoutMs = startTimeMs + earliestTimeoutMs;
-                                    }
-
-                                    // Mark the earliest timeout in the suspended fiber's ancestor path.
-                                    // After completing the root, we'll take the largest of all the
-                                    // suspended fiber's timeouts and use it to compute a timeout for the
-                                    // whole tree.
-                                    renderDidSuspend(root, absoluteTimeoutMs, renderExpirationTime);
-
-                                    _workInProgress.effectTag |= ShouldCapture;
-                                    _workInProgress.expirationTime = renderExpirationTime;
-                                    return;
-                                }
-                                // This boundary already captured during this render. Continue to the next
-                                // boundary.
-                                _workInProgress = _workInProgress.return;
-                            } while (_workInProgress !== null);
-                            // No boundary was found. Fallthrough to error mode.
-                            // TODO: Use invariant so the message is stripped in prod?
-                            value = new Error((getComponentName(sourceFiber.type) || 'A React component') + ' suspended while rendering, but no fallback UI was specified.\n' + '\n' + 'Add a <Suspense fallback=...> component higher in the tree to ' + 'provide a loading indicator or placeholder to display.' + getStackByFiberInDevAndProd(sourceFiber));
-                        }
-
-                        // We didn't find a boundary that could handle this type of exception. Start
-                        // over and traverse parent path again, this time treating the exception
-                        // as an error.
-                        renderDidError();
-                        value = createCapturedValue(value, sourceFiber);
-                        var workInProgress = returnFiber;
-                        do {
-                            switch (workInProgress.tag) {
-                                case HostRoot: {
-                                    var _errorInfo = value;
-                                    workInProgress.effectTag |= ShouldCapture;
-                                    workInProgress.expirationTime = renderExpirationTime;
-                                    var _update = createRootErrorUpdate(workInProgress, _errorInfo, renderExpirationTime);
-                                    enqueueCapturedUpdate(workInProgress, _update);
-                                    return;
-                                }
-                                case ClassComponent:
-                                    // Capture and retry
-                                    var errorInfo = value;
-                                    var ctor = workInProgress.type;
-                                    var instance = workInProgress.stateNode;
-                                    if ((workInProgress.effectTag & DidCapture) === NoEffect && (typeof ctor.getDerivedStateFromError === 'function' || instance !== null && typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance))) {
-                                        workInProgress.effectTag |= ShouldCapture;
-                                        workInProgress.expirationTime = renderExpirationTime;
-                                        // Schedule the error boundary to re-render using updated state
-                                        var _update2 = createClassErrorUpdate(workInProgress, errorInfo, renderExpirationTime);
-                                        enqueueCapturedUpdate(workInProgress, _update2);
-                                        return;
-                                    }
-                                    break;
-                                default:
-                                    break;
-                            }
-                            workInProgress = workInProgress.return;
-                        } while (workInProgress !== null);
-                    }
-
-                    function unwindWork(workInProgress, renderExpirationTime) {
-                        switch (workInProgress.tag) {
-                            case ClassComponent: {
-                                var Component = workInProgress.type;
-                                if (isContextProvider(Component)) {
-                                    popContext(workInProgress);
-                                }
-                                var effectTag = workInProgress.effectTag;
-                                if (effectTag & ShouldCapture) {
-                                    workInProgress.effectTag = effectTag & ~ShouldCapture | DidCapture;
-                                    return workInProgress;
-                                }
-                                return null;
-                            }
-                            case HostRoot: {
-                                popHostContainer(workInProgress);
-                                popTopLevelContextObject(workInProgress);
-                                var _effectTag = workInProgress.effectTag;
-                                !((_effectTag & DidCapture) === NoEffect) ? invariant(false, 'The root failed to unmount after an error. This is likely a bug in React. Please file an issue.') : void 0;
-                                workInProgress.effectTag = _effectTag & ~ShouldCapture | DidCapture;
-                                return workInProgress;
-                            }
-                            case HostComponent: {
-                                popHostContext(workInProgress);
-                                return null;
-                            }
-                            case SuspenseComponent: {
-                                var _effectTag2 = workInProgress.effectTag;
-                                if (_effectTag2 & ShouldCapture) {
-                                    workInProgress.effectTag = _effectTag2 & ~ShouldCapture | DidCapture;
-                                    // Captured a suspense effect. Re-render the boundary.
-                                    return workInProgress;
-                                }
-                                return null;
-                            }
-                            case HostPortal:
-                                popHostContainer(workInProgress);
-                                return null;
-                            case ContextProvider:
-                                popProvider(workInProgress);
-                                return null;
-                            default:
-                                return null;
-                        }
-                    }
-
-                    function unwindInterruptedWork(interruptedWork) {
-                        switch (interruptedWork.tag) {
-                            case ClassComponent: {
-                                var childContextTypes = interruptedWork.type.childContextTypes;
-                                if (childContextTypes !== null && childContextTypes !== undefined) {
-                                    popContext(interruptedWork);
-                                }
-                                break;
-                            }
-                            case HostRoot: {
-                                popHostContainer(interruptedWork);
-                                popTopLevelContextObject(interruptedWork);
-                                break;
-                            }
-                            case HostComponent: {
-                                popHostContext(interruptedWork);
-                                break;
-                            }
-                            case HostPortal:
-                                popHostContainer(interruptedWork);
-                                break;
-                            case ContextProvider:
-                                popProvider(interruptedWork);
-                                break;
-                            default:
-                                break;
-                        }
-                    }
-
-                    var Dispatcher = {
-                        readContext: readContext,
-                        useCallback: useCallback,
-                        useContext: useContext,
-                        useEffect: useEffect,
-                        useImperativeMethods: useImperativeMethods,
-                        useLayoutEffect: useLayoutEffect,
-                        useMemo: useMemo,
-                        useReducer: useReducer,
-                        useRef: useRef,
-                        useState: useState
-                    };
-                    var DispatcherWithoutHooks = {
-                        readContext: readContext
-                    };
-
-                    var ReactCurrentOwner$2 = ReactSharedInternals.ReactCurrentOwner;
-
-
-                    var didWarnAboutStateTransition = void 0;
-                    var didWarnSetStateChildContext = void 0;
-                    var warnAboutUpdateOnUnmounted = void 0;
-                    var warnAboutInvalidUpdates = void 0;
-
-                    if (enableSchedulerTracing) {
-                        // Provide explicit error message when production+profiling bundle of e.g. react-dom
-                        // is used with production (non-profiling) bundle of scheduler/tracing
-                        !(tracing.__interactionsRef != null && tracing.__interactionsRef.current != null) ? invariant(false, 'It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at http://fb.me/react-profiling') : void 0;
-                    }
-
-                    {
-                        didWarnAboutStateTransition = false;
-                        didWarnSetStateChildContext = false;
-                        var didWarnStateUpdateForUnmountedComponent = {};
-
-                        warnAboutUpdateOnUnmounted = function (fiber, isClass) {
-                            // We show the whole stack but dedupe on the top component's name because
-                            // the problematic code almost always lies inside that component.
-                            var componentName = getComponentName(fiber.type) || 'ReactComponent';
-                            if (didWarnStateUpdateForUnmountedComponent[componentName]) {
-                                return;
-                            }
-                            warningWithoutStack$1(false, "Can't perform a React state update on an unmounted component. This " + 'is a no-op, but it indicates a memory leak in your application. To ' + 'fix, cancel all subscriptions and asynchronous tasks in %s.%s', isClass ? 'the componentWillUnmount method' : 'a useEffect cleanup function', getStackByFiberInDevAndProd(fiber));
-                            didWarnStateUpdateForUnmountedComponent[componentName] = true;
-                        };
-
-                        warnAboutInvalidUpdates = function (instance) {
-                            switch (phase) {
-                                case 'getChildContext':
-                                    if (didWarnSetStateChildContext) {
-                                        return;
-                                    }
-                                    warningWithoutStack$1(false, 'setState(...): Cannot call setState() inside getChildContext()');
-                                    didWarnSetStateChildContext = true;
-                                    break;
-                                case 'render':
-                                    if (didWarnAboutStateTransition) {
-                                        return;
-                                    }
-                                    warningWithoutStack$1(false, 'Cannot update during an existing state transition (such as within ' + '`render`). Render methods should be a pure function of props and state.');
-                                    didWarnAboutStateTransition = true;
-                                    break;
-                            }
-                        };
-                    }
-
-// Used to ensure computeUniqueAsyncExpiration is monotonically decreasing.
-                    var lastUniqueAsyncExpiration = Sync - 1;
-
-// Represents the expiration time that incoming updates should use. (If this
-// is NoWork, use the default strategy: async updates in async mode, sync
-// updates in sync mode.)
-                    var expirationContext = NoWork;
-
-                    var isWorking = false;
-
-// The next work in progress fiber that we're currently working on.
-                    var nextUnitOfWork = null;
-                    var nextRoot = null;
-// The time at which we're currently rendering work.
-                    var nextRenderExpirationTime = NoWork;
-                    var nextLatestAbsoluteTimeoutMs = -1;
-                    var nextRenderDidError = false;
-
-// The next fiber with an effect that we're currently committing.
-                    var nextEffect = null;
-
-                    var isCommitting$1 = false;
-                    var rootWithPendingPassiveEffects = null;
-                    var passiveEffectCallbackHandle = null;
-                    var passiveEffectCallback = null;
-
-                    var legacyErrorBoundariesThatAlreadyFailed = null;
-
-// Used for performance tracking.
-                    var interruptedBy = null;
-
-                    var stashedWorkInProgressProperties = void 0;
-                    var replayUnitOfWork = void 0;
-                    var mayReplayFailedUnitOfWork = void 0;
-                    var isReplayingFailedUnitOfWork = void 0;
-                    var originalReplayError = void 0;
-                    var rethrowOriginalError = void 0;
-                    if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                        stashedWorkInProgressProperties = null;
-                        mayReplayFailedUnitOfWork = true;
-                        isReplayingFailedUnitOfWork = false;
-                        originalReplayError = null;
-                        replayUnitOfWork = function (failedUnitOfWork, thrownValue, isYieldy) {
-                            if (thrownValue !== null && typeof thrownValue === 'object' && typeof thrownValue.then === 'function') {
-                                // Don't replay promises. Treat everything else like an error.
-                                // TODO: Need to figure out a different strategy if/when we add
-                                // support for catching other types.
-                                return;
-                            }
-
-                            // Restore the original state of the work-in-progress
-                            if (stashedWorkInProgressProperties === null) {
-                                // This should never happen. Don't throw because this code is DEV-only.
-                                warningWithoutStack$1(false, 'Could not replay rendering after an error. This is likely a bug in React. ' + 'Please file an issue.');
-                                return;
-                            }
-                            assignFiberPropertiesInDEV(failedUnitOfWork, stashedWorkInProgressProperties);
-
-                            switch (failedUnitOfWork.tag) {
-                                case HostRoot:
-                                    popHostContainer(failedUnitOfWork);
-                                    popTopLevelContextObject(failedUnitOfWork);
-                                    break;
-                                case HostComponent:
-                                    popHostContext(failedUnitOfWork);
-                                    break;
-                                case ClassComponent: {
-                                    var Component = failedUnitOfWork.type;
-                                    if (isContextProvider(Component)) {
-                                        popContext(failedUnitOfWork);
-                                    }
-                                    break;
-                                }
-                                case HostPortal:
-                                    popHostContainer(failedUnitOfWork);
-                                    break;
-                                case ContextProvider:
-                                    popProvider(failedUnitOfWork);
-                                    break;
-                            }
-                            // Replay the begin phase.
-                            isReplayingFailedUnitOfWork = true;
-                            originalReplayError = thrownValue;
-                            invokeGuardedCallback(null, workLoop, null, isYieldy);
-                            isReplayingFailedUnitOfWork = false;
-                            originalReplayError = null;
-                            if (hasCaughtError()) {
-                                var replayError = clearCaughtError();
-                                if (replayError != null && thrownValue != null) {
-                                    try {
-                                        // Reading the expando property is intentionally
-                                        // inside `try` because it might be a getter or Proxy.
-                                        if (replayError._suppressLogging) {
-                                            // Also suppress logging for the original error.
-                                            thrownValue._suppressLogging = true;
-                                        }
-                                    } catch (inner) {
-                                        // Ignore.
-                                    }
-                                }
-                            } else {
-                                // If the begin phase did not fail the second time, set this pointer
-                                // back to the original value.
-                                nextUnitOfWork = failedUnitOfWork;
-                            }
-                        };
-                        rethrowOriginalError = function () {
-                            throw originalReplayError;
-                        };
-                    }
-
-                    function resetStack() {
-                        if (nextUnitOfWork !== null) {
-                            var interruptedWork = nextUnitOfWork.return;
-                            while (interruptedWork !== null) {
-                                unwindInterruptedWork(interruptedWork);
-                                interruptedWork = interruptedWork.return;
-                            }
-                        }
-
-                        {
-                            ReactStrictModeWarnings.discardPendingWarnings();
-                            checkThatStackIsEmpty();
-                        }
-
-                        nextRoot = null;
-                        nextRenderExpirationTime = NoWork;
-                        nextLatestAbsoluteTimeoutMs = -1;
-                        nextRenderDidError = false;
-                        nextUnitOfWork = null;
-                    }
-
-                    function commitAllHostEffects() {
-                        while (nextEffect !== null) {
-                            {
-                                setCurrentFiber(nextEffect);
-                            }
-                            recordEffect();
-
-                            var effectTag = nextEffect.effectTag;
-
-                            if (effectTag & ContentReset) {
-                                commitResetTextContent(nextEffect);
-                            }
-
-                            if (effectTag & Ref) {
-                                var current$$1 = nextEffect.alternate;
-                                if (current$$1 !== null) {
-                                    commitDetachRef(current$$1);
-                                }
-                            }
-
-                            // The following switch statement is only concerned about placement,
-                            // updates, and deletions. To avoid needing to add a case for every
-                            // possible bitmap value, we remove the secondary effects from the
-                            // effect tag and switch on that value.
-                            var primaryEffectTag = effectTag & (Placement | Update | Deletion);
-                            switch (primaryEffectTag) {
-                                case Placement: {
-                                    commitPlacement(nextEffect);
-                                    // Clear the "placement" from effect tag so that we know that this is inserted, before
-                                    // any life-cycles like componentDidMount gets called.
-                                    // TODO: findDOMNode doesn't rely on this any more but isMounted
-                                    // does and isMounted is deprecated anyway so we should be able
-                                    // to kill this.
-                                    nextEffect.effectTag &= ~Placement;
-                                    break;
-                                }
-                                case PlacementAndUpdate: {
-                                    // Placement
-                                    commitPlacement(nextEffect);
-                                    // Clear the "placement" from effect tag so that we know that this is inserted, before
-                                    // any life-cycles like componentDidMount gets called.
-                                    nextEffect.effectTag &= ~Placement;
-
-                                    // Update
-                                    var _current = nextEffect.alternate;
-                                    commitWork(_current, nextEffect);
-                                    break;
-                                }
-                                case Update: {
-                                    var _current2 = nextEffect.alternate;
-                                    commitWork(_current2, nextEffect);
-                                    break;
-                                }
-                                case Deletion: {
-                                    commitDeletion(nextEffect);
-                                    break;
-                                }
-                            }
-                            nextEffect = nextEffect.nextEffect;
-                        }
-
-                        {
-                            resetCurrentFiber();
-                        }
-                    }
-
-                    function commitBeforeMutationLifecycles() {
-                        while (nextEffect !== null) {
-                            {
-                                setCurrentFiber(nextEffect);
-                            }
-
-                            var effectTag = nextEffect.effectTag;
-                            if (effectTag & Snapshot) {
-                                recordEffect();
-                                var current$$1 = nextEffect.alternate;
-                                commitBeforeMutationLifeCycles(current$$1, nextEffect);
-                            }
-
-                            nextEffect = nextEffect.nextEffect;
-                        }
-
-                        {
-                            resetCurrentFiber();
-                        }
-                    }
-
-                    function commitAllLifeCycles(finishedRoot, committedExpirationTime) {
-                        {
-                            ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings();
-                            ReactStrictModeWarnings.flushLegacyContextWarning();
-
-                            if (warnAboutDeprecatedLifecycles) {
-                                ReactStrictModeWarnings.flushPendingDeprecationWarnings();
-                            }
-                        }
-                        while (nextEffect !== null) {
-                            var effectTag = nextEffect.effectTag;
-
-                            if (effectTag & (Update | Callback)) {
-                                recordEffect();
-                                var current$$1 = nextEffect.alternate;
-                                commitLifeCycles(finishedRoot, current$$1, nextEffect, committedExpirationTime);
-                            }
-
-                            if (effectTag & Ref) {
-                                recordEffect();
-                                commitAttachRef(nextEffect);
-                            }
-
-                            if (enableHooks && effectTag & Passive) {
-                                rootWithPendingPassiveEffects = finishedRoot;
-                            }
-
-                            nextEffect = nextEffect.nextEffect;
-                        }
-                    }
-
-                    function commitPassiveEffects(root, firstEffect) {
-                        rootWithPendingPassiveEffects = null;
-                        passiveEffectCallbackHandle = null;
-                        passiveEffectCallback = null;
-
-                        // Set this to true to prevent re-entrancy
-                        var previousIsRendering = isRendering;
-                        isRendering = true;
-
-                        var effect = firstEffect;
-                        do {
-                            if (effect.effectTag & Passive) {
-                                var didError = false;
-                                var error = void 0;
-                                {
-                                    invokeGuardedCallback(null, commitPassiveHookEffects, null, effect);
-                                    if (hasCaughtError()) {
-                                        didError = true;
-                                        error = clearCaughtError();
-                                    }
-                                }
-                                if (didError) {
-                                    captureCommitPhaseError(effect, error);
-                                }
-                            }
-                            effect = effect.nextEffect;
-                        } while (effect !== null);
-
-                        isRendering = previousIsRendering;
-
-                        // Check if work was scheduled by one of the effects
-                        var rootExpirationTime = root.expirationTime;
-                        if (rootExpirationTime !== NoWork) {
-                            requestWork(root, rootExpirationTime);
-                        }
-                    }
-
-                    function isAlreadyFailedLegacyErrorBoundary(instance) {
-                        return legacyErrorBoundariesThatAlreadyFailed !== null && legacyErrorBoundariesThatAlreadyFailed.has(instance);
-                    }
-
-                    function markLegacyErrorBoundaryAsFailed(instance) {
-                        if (legacyErrorBoundariesThatAlreadyFailed === null) {
-                            legacyErrorBoundariesThatAlreadyFailed = new Set([instance]);
-                        } else {
-                            legacyErrorBoundariesThatAlreadyFailed.add(instance);
-                        }
-                    }
-
-                    function flushPassiveEffects() {
-                        if (passiveEffectCallback !== null) {
-                            scheduler.unstable_cancelCallback(passiveEffectCallbackHandle);
-                            // We call the scheduled callback instead of commitPassiveEffects directly
-                            // to ensure tracing works correctly.
-                            passiveEffectCallback();
-                        }
-                    }
-
-                    function commitRoot(root, finishedWork) {
-                        isWorking = true;
-                        isCommitting$1 = true;
-                        startCommitTimer();
-
-                        !(root.current !== finishedWork) ? invariant(false, 'Cannot commit the same tree as before. This is probably a bug related to the return field. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        var committedExpirationTime = root.pendingCommitExpirationTime;
-                        !(committedExpirationTime !== NoWork) ? invariant(false, 'Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        root.pendingCommitExpirationTime = NoWork;
-
-                        // Update the pending priority levels to account for the work that we are
-                        // about to commit. This needs to happen before calling the lifecycles, since
-                        // they may schedule additional updates.
-                        var updateExpirationTimeBeforeCommit = finishedWork.expirationTime;
-                        var childExpirationTimeBeforeCommit = finishedWork.childExpirationTime;
-                        var earliestRemainingTimeBeforeCommit = childExpirationTimeBeforeCommit > updateExpirationTimeBeforeCommit ? childExpirationTimeBeforeCommit : updateExpirationTimeBeforeCommit;
-                        markCommittedPriorityLevels(root, earliestRemainingTimeBeforeCommit);
-
-                        var prevInteractions = null;
-                        if (enableSchedulerTracing) {
-                            // Restore any pending interactions at this point,
-                            // So that cascading work triggered during the render phase will be accounted for.
-                            prevInteractions = tracing.__interactionsRef.current;
-                            tracing.__interactionsRef.current = root.memoizedInteractions;
-                        }
-
-                        // Reset this to null before calling lifecycles
-                        ReactCurrentOwner$2.current = null;
-
-                        var firstEffect = void 0;
-                        if (finishedWork.effectTag > PerformedWork) {
-                            // A fiber's effect list consists only of its children, not itself. So if
-                            // the root has an effect, we need to add it to the end of the list. The
-                            // resulting list is the set that would belong to the root's parent, if
-                            // it had one; that is, all the effects in the tree including the root.
-                            if (finishedWork.lastEffect !== null) {
-                                finishedWork.lastEffect.nextEffect = finishedWork;
-                                firstEffect = finishedWork.firstEffect;
-                            } else {
-                                firstEffect = finishedWork;
-                            }
-                        } else {
-                            // There is no effect on the root.
-                            firstEffect = finishedWork.firstEffect;
-                        }
-
-                        prepareForCommit(root.containerInfo);
-
-                        // Invoke instances of getSnapshotBeforeUpdate before mutation.
-                        nextEffect = firstEffect;
-                        startCommitSnapshotEffectsTimer();
-                        while (nextEffect !== null) {
-                            var didError = false;
-                            var error = void 0;
-                            {
-                                invokeGuardedCallback(null, commitBeforeMutationLifecycles, null);
-                                if (hasCaughtError()) {
-                                    didError = true;
-                                    error = clearCaughtError();
-                                }
-                            }
-                            if (didError) {
-                                !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                captureCommitPhaseError(nextEffect, error);
-                                // Clean-up
-                                if (nextEffect !== null) {
-                                    nextEffect = nextEffect.nextEffect;
-                                }
-                            }
-                        }
-                        stopCommitSnapshotEffectsTimer();
-
-                        if (enableProfilerTimer) {
-                            // Mark the current commit time to be shared by all Profilers in this batch.
-                            // This enables them to be grouped later.
-                            recordCommitTime();
-                        }
-
-                        // Commit all the side-effects within a tree. We'll do this in two passes.
-                        // The first pass performs all the host insertions, updates, deletions and
-                        // ref unmounts.
-                        nextEffect = firstEffect;
-                        startCommitHostEffectsTimer();
-                        while (nextEffect !== null) {
-                            var _didError = false;
-                            var _error = void 0;
-                            {
-                                invokeGuardedCallback(null, commitAllHostEffects, null);
-                                if (hasCaughtError()) {
-                                    _didError = true;
-                                    _error = clearCaughtError();
-                                }
-                            }
-                            if (_didError) {
-                                !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                captureCommitPhaseError(nextEffect, _error);
-                                // Clean-up
-                                if (nextEffect !== null) {
-                                    nextEffect = nextEffect.nextEffect;
-                                }
-                            }
-                        }
-                        stopCommitHostEffectsTimer();
-
-                        resetAfterCommit(root.containerInfo);
-
-                        // The work-in-progress tree is now the current tree. This must come after
-                        // the first pass of the commit phase, so that the previous tree is still
-                        // current during componentWillUnmount, but before the second pass, so that
-                        // the finished work is current during componentDidMount/Update.
-                        root.current = finishedWork;
-
-                        // In the second pass we'll perform all life-cycles and ref callbacks.
-                        // Life-cycles happen as a separate pass so that all placements, updates,
-                        // and deletions in the entire tree have already been invoked.
-                        // This pass also triggers any renderer-specific initial effects.
-                        nextEffect = firstEffect;
-                        startCommitLifeCyclesTimer();
-                        while (nextEffect !== null) {
-                            var _didError2 = false;
-                            var _error2 = void 0;
-                            {
-                                invokeGuardedCallback(null, commitAllLifeCycles, null, root, committedExpirationTime);
-                                if (hasCaughtError()) {
-                                    _didError2 = true;
-                                    _error2 = clearCaughtError();
-                                }
-                            }
-                            if (_didError2) {
-                                !(nextEffect !== null) ? invariant(false, 'Should have next effect. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                captureCommitPhaseError(nextEffect, _error2);
-                                if (nextEffect !== null) {
-                                    nextEffect = nextEffect.nextEffect;
-                                }
-                            }
-                        }
-
-                        if (enableHooks && firstEffect !== null && rootWithPendingPassiveEffects !== null) {
-                            // This commit included a passive effect. These do not need to fire until
-                            // after the next paint. Schedule an callback to fire them in an async
-                            // event. To ensure serial execution, the callback will be flushed early if
-                            // we enter rootWithPendingPassiveEffects commit phase before then.
-                            var callback = commitPassiveEffects.bind(null, root, firstEffect);
-                            if (enableSchedulerTracing) {
-                                // TODO: Avoid this extra callback by mutating the tracing ref directly,
-                                // like we do at the beginning of commitRoot. I've opted not to do that
-                                // here because that code is still in flux.
-                                callback = tracing.unstable_wrap(callback);
-                            }
-                            passiveEffectCallbackHandle = scheduler.unstable_scheduleCallback(callback);
-                            passiveEffectCallback = callback;
-                        }
-
-                        isCommitting$1 = false;
-                        isWorking = false;
-                        stopCommitLifeCyclesTimer();
-                        stopCommitTimer();
-                        onCommitRoot(finishedWork.stateNode);
-                        if (true && ReactFiberInstrumentation_1.debugTool) {
-                            ReactFiberInstrumentation_1.debugTool.onCommitWork(finishedWork);
-                        }
-
-                        var updateExpirationTimeAfterCommit = finishedWork.expirationTime;
-                        var childExpirationTimeAfterCommit = finishedWork.childExpirationTime;
-                        var earliestRemainingTimeAfterCommit = childExpirationTimeAfterCommit > updateExpirationTimeAfterCommit ? childExpirationTimeAfterCommit : updateExpirationTimeAfterCommit;
-                        if (earliestRemainingTimeAfterCommit === NoWork) {
-                            // If there's no remaining work, we can clear the set of already failed
-                            // error boundaries.
-                            legacyErrorBoundariesThatAlreadyFailed = null;
-                        }
-                        onCommit(root, earliestRemainingTimeAfterCommit);
-
-                        if (enableSchedulerTracing) {
-                            tracing.__interactionsRef.current = prevInteractions;
-
-                            var subscriber = void 0;
-
-                            try {
-                                subscriber = tracing.__subscriberRef.current;
-                                if (subscriber !== null && root.memoizedInteractions.size > 0) {
-                                    var threadID = computeThreadID(committedExpirationTime, root.interactionThreadID);
-                                    subscriber.onWorkStopped(root.memoizedInteractions, threadID);
-                                }
-                            } catch (error) {
-                                // It's not safe for commitRoot() to throw.
-                                // Store the error for now and we'll re-throw in finishRendering().
-                                if (!hasUnhandledError) {
-                                    hasUnhandledError = true;
-                                    unhandledError = error;
-                                }
-                            } finally {
-                                // Clear completed interactions from the pending Map.
-                                // Unless the render was suspended or cascading work was scheduled,
-                                // In which case– leave pending interactions until the subsequent render.
-                                var pendingInteractionMap = root.pendingInteractionMap;
-                                pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {
-                                    // Only decrement the pending interaction count if we're done.
-                                    // If there's still work at the current priority,
-                                    // That indicates that we are waiting for suspense data.
-                                    if (scheduledExpirationTime > earliestRemainingTimeAfterCommit) {
-                                        pendingInteractionMap.delete(scheduledExpirationTime);
-
-                                        scheduledInteractions.forEach(function (interaction) {
-                                            interaction.__count--;
-
-                                            if (subscriber !== null && interaction.__count === 0) {
-                                                try {
-                                                    subscriber.onInteractionScheduledWorkCompleted(interaction);
-                                                } catch (error) {
-                                                    // It's not safe for commitRoot() to throw.
-                                                    // Store the error for now and we'll re-throw in finishRendering().
-                                                    if (!hasUnhandledError) {
-                                                        hasUnhandledError = true;
-                                                        unhandledError = error;
-                                                    }
-                                                }
-                                            }
-                                        });
-                                    }
-                                });
-                            }
-                        }
-                    }
-
-                    function resetChildExpirationTime(workInProgress, renderTime) {
-                        if (renderTime !== Never && workInProgress.childExpirationTime === Never) {
-                            // The children of this component are hidden. Don't bubble their
-                            // expiration times.
-                            return;
-                        }
-
-                        var newChildExpirationTime = NoWork;
-
-                        // Bubble up the earliest expiration time.
-                        if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
-                            // We're in profiling mode.
-                            // Let's use this same traversal to update the render durations.
-                            var actualDuration = workInProgress.actualDuration;
-                            var treeBaseDuration = workInProgress.selfBaseDuration;
-
-                            // When a fiber is cloned, its actualDuration is reset to 0.
-                            // This value will only be updated if work is done on the fiber (i.e. it doesn't bailout).
-                            // When work is done, it should bubble to the parent's actualDuration.
-                            // If the fiber has not been cloned though, (meaning no work was done),
-                            // Then this value will reflect the amount of time spent working on a previous render.
-                            // In that case it should not bubble.
-                            // We determine whether it was cloned by comparing the child pointer.
-                            var shouldBubbleActualDurations = workInProgress.alternate === null || workInProgress.child !== workInProgress.alternate.child;
-
-                            var child = workInProgress.child;
-                            while (child !== null) {
-                                var childUpdateExpirationTime = child.expirationTime;
-                                var childChildExpirationTime = child.childExpirationTime;
-                                if (childUpdateExpirationTime > newChildExpirationTime) {
-                                    newChildExpirationTime = childUpdateExpirationTime;
-                                }
-                                if (childChildExpirationTime > newChildExpirationTime) {
-                                    newChildExpirationTime = childChildExpirationTime;
-                                }
-                                if (shouldBubbleActualDurations) {
-                                    actualDuration += child.actualDuration;
-                                }
-                                treeBaseDuration += child.treeBaseDuration;
-                                child = child.sibling;
-                            }
-                            workInProgress.actualDuration = actualDuration;
-                            workInProgress.treeBaseDuration = treeBaseDuration;
-                        } else {
-                            var _child = workInProgress.child;
-                            while (_child !== null) {
-                                var _childUpdateExpirationTime = _child.expirationTime;
-                                var _childChildExpirationTime = _child.childExpirationTime;
-                                if (_childUpdateExpirationTime > newChildExpirationTime) {
-                                    newChildExpirationTime = _childUpdateExpirationTime;
-                                }
-                                if (_childChildExpirationTime > newChildExpirationTime) {
-                                    newChildExpirationTime = _childChildExpirationTime;
-                                }
-                                _child = _child.sibling;
-                            }
-                        }
-
-                        workInProgress.childExpirationTime = newChildExpirationTime;
-                    }
-
-                    function completeUnitOfWork(workInProgress) {
-                        // Attempt to complete the current unit of work, then move to the
-                        // next sibling. If there are no more siblings, return to the
-                        // parent fiber.
-                        while (true) {
-                            // The current, flushed, state of this fiber is the alternate.
-                            // Ideally nothing should rely on this, but relying on it here
-                            // means that we don't need an additional field on the work in
-                            // progress.
-                            var current$$1 = workInProgress.alternate;
-                            {
-                                setCurrentFiber(workInProgress);
-                            }
-
-                            var returnFiber = workInProgress.return;
-                            var siblingFiber = workInProgress.sibling;
-
-                            if ((workInProgress.effectTag & Incomplete) === NoEffect) {
-                                if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                                    // Don't replay if it fails during completion phase.
-                                    mayReplayFailedUnitOfWork = false;
-                                }
-                                // This fiber completed.
-                                // Remember we're completing this unit so we can find a boundary if it fails.
-                                nextUnitOfWork = workInProgress;
-                                if (enableProfilerTimer) {
-                                    if (workInProgress.mode & ProfileMode) {
-                                        startProfilerTimer(workInProgress);
-                                    }
-                                    nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);
-                                    if (workInProgress.mode & ProfileMode) {
-                                        // Update render duration assuming we didn't error.
-                                        stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false);
-                                    }
-                                } else {
-                                    nextUnitOfWork = completeWork(current$$1, workInProgress, nextRenderExpirationTime);
-                                }
-                                if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                                    // We're out of completion phase so replaying is fine now.
-                                    mayReplayFailedUnitOfWork = true;
-                                }
-                                stopWorkTimer(workInProgress);
-                                resetChildExpirationTime(workInProgress, nextRenderExpirationTime);
-                                {
-                                    resetCurrentFiber();
-                                }
-
-                                if (nextUnitOfWork !== null) {
-                                    // Completing this fiber spawned new work. Work on that next.
-                                    return nextUnitOfWork;
-                                }
-
-                                if (returnFiber !== null &&
-                                    // Do not append effects to parents if a sibling failed to complete
-                                    (returnFiber.effectTag & Incomplete) === NoEffect) {
-                                    // Append all the effects of the subtree and this fiber onto the effect
-                                    // list of the parent. The completion order of the children affects the
-                                    // side-effect order.
-                                    if (returnFiber.firstEffect === null) {
-                                        returnFiber.firstEffect = workInProgress.firstEffect;
-                                    }
-                                    if (workInProgress.lastEffect !== null) {
-                                        if (returnFiber.lastEffect !== null) {
-                                            returnFiber.lastEffect.nextEffect = workInProgress.firstEffect;
-                                        }
-                                        returnFiber.lastEffect = workInProgress.lastEffect;
-                                    }
-
-                                    // If this fiber had side-effects, we append it AFTER the children's
-                                    // side-effects. We can perform certain side-effects earlier if
-                                    // needed, by doing multiple passes over the effect list. We don't want
-                                    // to schedule our own side-effect on our own list because if end up
-                                    // reusing children we'll schedule this effect onto itself since we're
-                                    // at the end.
-                                    var effectTag = workInProgress.effectTag;
-                                    // Skip both NoWork and PerformedWork tags when creating the effect list.
-                                    // PerformedWork effect is read by React DevTools but shouldn't be committed.
-                                    if (effectTag > PerformedWork) {
-                                        if (returnFiber.lastEffect !== null) {
-                                            returnFiber.lastEffect.nextEffect = workInProgress;
-                                        } else {
-                                            returnFiber.firstEffect = workInProgress;
-                                        }
-                                        returnFiber.lastEffect = workInProgress;
-                                    }
-                                }
-
-                                if (true && ReactFiberInstrumentation_1.debugTool) {
-                                    ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
-                                }
-
-                                if (siblingFiber !== null) {
-                                    // If there is more work to do in this returnFiber, do that next.
-                                    return siblingFiber;
-                                } else if (returnFiber !== null) {
-                                    // If there's no more work in this returnFiber. Complete the returnFiber.
-                                    workInProgress = returnFiber;
-                                    continue;
-                                } else {
-                                    // We've reached the root.
-                                    return null;
-                                }
-                            } else {
-                                if (enableProfilerTimer && workInProgress.mode & ProfileMode) {
-                                    // Record the render duration for the fiber that errored.
-                                    stopProfilerTimerIfRunningAndRecordDelta(workInProgress, false);
-
-                                    // Include the time spent working on failed children before continuing.
-                                    var actualDuration = workInProgress.actualDuration;
-                                    var child = workInProgress.child;
-                                    while (child !== null) {
-                                        actualDuration += child.actualDuration;
-                                        child = child.sibling;
-                                    }
-                                    workInProgress.actualDuration = actualDuration;
-                                }
-
-                                // This fiber did not complete because something threw. Pop values off
-                                // the stack without entering the complete phase. If this is a boundary,
-                                // capture values if possible.
-                                var next = unwindWork(workInProgress, nextRenderExpirationTime);
-                                // Because this fiber did not complete, don't reset its expiration time.
-                                if (workInProgress.effectTag & DidCapture) {
-                                    // Restarting an error boundary
-                                    stopFailedWorkTimer(workInProgress);
-                                } else {
-                                    stopWorkTimer(workInProgress);
-                                }
-
-                                {
-                                    resetCurrentFiber();
-                                }
-
-                                if (next !== null) {
-                                    stopWorkTimer(workInProgress);
-                                    if (true && ReactFiberInstrumentation_1.debugTool) {
-                                        ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
-                                    }
-
-                                    // If completing this work spawned new work, do that next. We'll come
-                                    // back here again.
-                                    // Since we're restarting, remove anything that is not a host effect
-                                    // from the effect tag.
-                                    next.effectTag &= HostEffectMask;
-                                    return next;
-                                }
-
-                                if (returnFiber !== null) {
-                                    // Mark the parent fiber as incomplete and clear its effect list.
-                                    returnFiber.firstEffect = returnFiber.lastEffect = null;
-                                    returnFiber.effectTag |= Incomplete;
-                                }
-
-                                if (true && ReactFiberInstrumentation_1.debugTool) {
-                                    ReactFiberInstrumentation_1.debugTool.onCompleteWork(workInProgress);
-                                }
-
-                                if (siblingFiber !== null) {
-                                    // If there is more work to do in this returnFiber, do that next.
-                                    return siblingFiber;
-                                } else if (returnFiber !== null) {
-                                    // If there's no more work in this returnFiber. Complete the returnFiber.
-                                    workInProgress = returnFiber;
-                                    continue;
-                                } else {
-                                    return null;
-                                }
-                            }
-                        }
-
-                        // Without this explicit null return Flow complains of invalid return type
-                        // TODO Remove the above while(true) loop
-                        // eslint-disable-next-line no-unreachable
-                        return null;
-                    }
-
-                    function performUnitOfWork(workInProgress) {
-                        // The current, flushed, state of this fiber is the alternate.
-                        // Ideally nothing should rely on this, but relying on it here
-                        // means that we don't need an additional field on the work in
-                        // progress.
-                        var current$$1 = workInProgress.alternate;
-
-                        // See if beginning this work spawns more work.
-                        startWorkTimer(workInProgress);
-                        {
-                            setCurrentFiber(workInProgress);
-                        }
-
-                        if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                            stashedWorkInProgressProperties = assignFiberPropertiesInDEV(stashedWorkInProgressProperties, workInProgress);
-                        }
-
-                        var next = void 0;
-                        if (enableProfilerTimer) {
-                            if (workInProgress.mode & ProfileMode) {
-                                startProfilerTimer(workInProgress);
-                            }
-
-                            next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);
-                            workInProgress.memoizedProps = workInProgress.pendingProps;
-
-                            if (workInProgress.mode & ProfileMode) {
-                                // Record the render duration assuming we didn't bailout (or error).
-                                stopProfilerTimerIfRunningAndRecordDelta(workInProgress, true);
-                            }
-                        } else {
-                            next = beginWork(current$$1, workInProgress, nextRenderExpirationTime);
-                            workInProgress.memoizedProps = workInProgress.pendingProps;
-                        }
-
-                        {
-                            resetCurrentFiber();
-                            if (isReplayingFailedUnitOfWork) {
-                                // Currently replaying a failed unit of work. This should be unreachable,
-                                // because the render phase is meant to be idempotent, and it should
-                                // have thrown again. Since it didn't, rethrow the original error, so
-                                // React's internal stack is not misaligned.
-                                rethrowOriginalError();
-                            }
-                        }
-                        if (true && ReactFiberInstrumentation_1.debugTool) {
-                            ReactFiberInstrumentation_1.debugTool.onBeginWork(workInProgress);
-                        }
-
-                        if (next === null) {
-                            // If this doesn't spawn new work, complete the current work.
-                            next = completeUnitOfWork(workInProgress);
-                        }
-
-                        ReactCurrentOwner$2.current = null;
-
-                        return next;
-                    }
-
-                    function workLoop(isYieldy) {
-                        if (!isYieldy) {
-                            // Flush work without yielding
-                            while (nextUnitOfWork !== null) {
-                                nextUnitOfWork = performUnitOfWork(nextUnitOfWork);
-                            }
-                        } else {
-                            // Flush asynchronous work until there's a higher priority event
-                            while (nextUnitOfWork !== null && !shouldYieldToRenderer()) {
-                                nextUnitOfWork = performUnitOfWork(nextUnitOfWork);
-                            }
-                        }
-                    }
-
-                    function renderRoot(root, isYieldy) {
-                        !!isWorking ? invariant(false, 'renderRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        flushPassiveEffects();
-
-                        isWorking = true;
-                        if (enableHooks) {
-                            ReactCurrentOwner$2.currentDispatcher = Dispatcher;
-                        } else {
-                            ReactCurrentOwner$2.currentDispatcher = DispatcherWithoutHooks;
-                        }
-
-                        var expirationTime = root.nextExpirationTimeToWorkOn;
-
-                        // Check if we're starting from a fresh stack, or if we're resuming from
-                        // previously yielded work.
-                        if (expirationTime !== nextRenderExpirationTime || root !== nextRoot || nextUnitOfWork === null) {
-                            // Reset the stack and start working from the root.
-                            resetStack();
-                            nextRoot = root;
-                            nextRenderExpirationTime = expirationTime;
-                            nextUnitOfWork = createWorkInProgress(nextRoot.current, null, nextRenderExpirationTime);
-                            root.pendingCommitExpirationTime = NoWork;
-
-                            if (enableSchedulerTracing) {
-                                // Determine which interactions this batch of work currently includes,
-                                // So that we can accurately attribute time spent working on it,
-                                var interactions = new Set();
-                                root.pendingInteractionMap.forEach(function (scheduledInteractions, scheduledExpirationTime) {
-                                    if (scheduledExpirationTime >= expirationTime) {
-                                        scheduledInteractions.forEach(function (interaction) {
-                                            return interactions.add(interaction);
-                                        });
-                                    }
-                                });
-
-                                // Store the current set of interactions on the FiberRoot for a few reasons:
-                                // We can re-use it in hot functions like renderRoot() without having to recalculate it.
-                                // We will also use it in commitWork() to pass to any Profiler onRender() hooks.
-                                // This also provides DevTools with a way to access it when the onCommitRoot() hook is called.
-                                root.memoizedInteractions = interactions;
-
-                                if (interactions.size > 0) {
-                                    var subscriber = tracing.__subscriberRef.current;
-                                    if (subscriber !== null) {
-                                        var threadID = computeThreadID(expirationTime, root.interactionThreadID);
-                                        try {
-                                            subscriber.onWorkStarted(interactions, threadID);
-                                        } catch (error) {
-                                            // Work thrown by an interaction tracing subscriber should be rethrown,
-                                            // But only once it's safe (to avoid leaveing the scheduler in an invalid state).
-                                            // Store the error for now and we'll re-throw in finishRendering().
-                                            if (!hasUnhandledError) {
-                                                hasUnhandledError = true;
-                                                unhandledError = error;
-                                            }
-                                        }
-                                    }
-                                }
-                            }
-                        }
-
-                        var prevInteractions = null;
-                        if (enableSchedulerTracing) {
-                            // We're about to start new traced work.
-                            // Restore pending interactions so cascading work triggered during the render phase will be accounted for.
-                            prevInteractions = tracing.__interactionsRef.current;
-                            tracing.__interactionsRef.current = root.memoizedInteractions;
-                        }
-
-                        var didFatal = false;
-
-                        startWorkLoopTimer(nextUnitOfWork);
-
-                        do {
-                            try {
-                                workLoop(isYieldy);
-                            } catch (thrownValue) {
-                                resetContextDependences();
-                                resetHooks();
-
-                                // Reset in case completion throws.
-                                // This is only used in DEV and when replaying is on.
-                                var mayReplay = void 0;
-                                if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                                    mayReplay = mayReplayFailedUnitOfWork;
-                                    mayReplayFailedUnitOfWork = true;
-                                }
-
-                                if (nextUnitOfWork === null) {
-                                    // This is a fatal error.
-                                    didFatal = true;
-                                    onUncaughtError(thrownValue);
-                                } else {
-                                    if (enableProfilerTimer && nextUnitOfWork.mode & ProfileMode) {
-                                        // Record the time spent rendering before an error was thrown.
-                                        // This avoids inaccurate Profiler durations in the case of a suspended render.
-                                        stopProfilerTimerIfRunningAndRecordDelta(nextUnitOfWork, true);
-                                    }
-
-                                    {
-                                        // Reset global debug state
-                                        // We assume this is defined in DEV
-                                        resetCurrentlyProcessingQueue();
-                                    }
-
-                                    if (true && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
-                                        if (mayReplay) {
-                                            var failedUnitOfWork = nextUnitOfWork;
-                                            replayUnitOfWork(failedUnitOfWork, thrownValue, isYieldy);
-                                        }
-                                    }
-
-                                    // TODO: we already know this isn't true in some cases.
-                                    // At least this shows a nicer error message until we figure out the cause.
-                                    // https://github.com/facebook/react/issues/12449#issuecomment-386727431
-                                    !(nextUnitOfWork !== null) ? invariant(false, 'Failed to replay rendering after an error. This is likely caused by a bug in React. Please file an issue with a reproducing case to help us find it.') : void 0;
-
-                                    var sourceFiber = nextUnitOfWork;
-                                    var returnFiber = sourceFiber.return;
-                                    if (returnFiber === null) {
-                                        // This is the root. The root could capture its own errors. However,
-                                        // we don't know if it errors before or after we pushed the host
-                                        // context. This information is needed to avoid a stack mismatch.
-                                        // Because we're not sure, treat this as a fatal error. We could track
-                                        // which phase it fails in, but doesn't seem worth it. At least
-                                        // for now.
-                                        didFatal = true;
-                                        onUncaughtError(thrownValue);
-                                    } else {
-                                        throwException(root, returnFiber, sourceFiber, thrownValue, nextRenderExpirationTime);
-                                        nextUnitOfWork = completeUnitOfWork(sourceFiber);
-                                        continue;
-                                    }
-                                }
-                            }
-                            break;
-                        } while (true);
-
-                        if (enableSchedulerTracing) {
-                            // Traced work is done for now; restore the previous interactions.
-                            tracing.__interactionsRef.current = prevInteractions;
-                        }
-
-                        // We're done performing work. Time to clean up.
-                        isWorking = false;
-                        ReactCurrentOwner$2.currentDispatcher = null;
-                        resetContextDependences();
-                        resetHooks();
-
-                        // Yield back to main thread.
-                        if (didFatal) {
-                            var _didCompleteRoot = false;
-                            stopWorkLoopTimer(interruptedBy, _didCompleteRoot);
-                            interruptedBy = null;
-                            // There was a fatal error.
-                            {
-                                resetStackAfterFatalErrorInDev();
-                            }
-                            // `nextRoot` points to the in-progress root. A non-null value indicates
-                            // that we're in the middle of an async render. Set it to null to indicate
-                            // there's no more work to be done in the current batch.
-                            nextRoot = null;
-                            onFatal(root);
-                            return;
-                        }
-
-                        if (nextUnitOfWork !== null) {
-                            // There's still remaining async work in this tree, but we ran out of time
-                            // in the current frame. Yield back to the renderer. Unless we're
-                            // interrupted by a higher priority update, we'll continue later from where
-                            // we left off.
-                            var _didCompleteRoot2 = false;
-                            stopWorkLoopTimer(interruptedBy, _didCompleteRoot2);
-                            interruptedBy = null;
-                            onYield(root);
-                            return;
-                        }
-
-                        // We completed the whole tree.
-                        var didCompleteRoot = true;
-                        stopWorkLoopTimer(interruptedBy, didCompleteRoot);
-                        var rootWorkInProgress = root.current.alternate;
-                        !(rootWorkInProgress !== null) ? invariant(false, 'Finished root should have a work-in-progress. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        // `nextRoot` points to the in-progress root. A non-null value indicates
-                        // that we're in the middle of an async render. Set it to null to indicate
-                        // there's no more work to be done in the current batch.
-                        nextRoot = null;
-                        interruptedBy = null;
-
-                        if (nextRenderDidError) {
-                            // There was an error
-                            if (hasLowerPriorityWork(root, expirationTime)) {
-                                // There's lower priority work. If so, it may have the effect of fixing
-                                // the exception that was just thrown. Exit without committing. This is
-                                // similar to a suspend, but without a timeout because we're not waiting
-                                // for a promise to resolve. React will restart at the lower
-                                // priority level.
-                                markSuspendedPriorityLevel(root, expirationTime);
-                                var suspendedExpirationTime = expirationTime;
-                                var rootExpirationTime = root.expirationTime;
-                                onSuspend(root, rootWorkInProgress, suspendedExpirationTime, rootExpirationTime, -1 // Indicates no timeout
-                                );
-                                return;
-                            } else if (
-                                // There's no lower priority work, but we're rendering asynchronously.
-                            // Synchronsouly attempt to render the same level one more time. This is
-                            // similar to a suspend, but without a timeout because we're not waiting
-                            // for a promise to resolve.
-                                !root.didError && isYieldy) {
-                                root.didError = true;
-                                var _suspendedExpirationTime = root.nextExpirationTimeToWorkOn = expirationTime;
-                                var _rootExpirationTime = root.expirationTime = Sync;
-                                onSuspend(root, rootWorkInProgress, _suspendedExpirationTime, _rootExpirationTime, -1 // Indicates no timeout
-                                );
-                                return;
-                            }
-                        }
-
-                        if (isYieldy && nextLatestAbsoluteTimeoutMs !== -1) {
-                            // The tree was suspended.
-                            var _suspendedExpirationTime2 = expirationTime;
-                            markSuspendedPriorityLevel(root, _suspendedExpirationTime2);
-
-                            // Find the earliest uncommitted expiration time in the tree, including
-                            // work that is suspended. The timeout threshold cannot be longer than
-                            // the overall expiration.
-                            var earliestExpirationTime = findEarliestOutstandingPriorityLevel(root, expirationTime);
-                            var earliestExpirationTimeMs = expirationTimeToMs(earliestExpirationTime);
-                            if (earliestExpirationTimeMs < nextLatestAbsoluteTimeoutMs) {
-                                nextLatestAbsoluteTimeoutMs = earliestExpirationTimeMs;
-                            }
-
-                            // Subtract the current time from the absolute timeout to get the number
-                            // of milliseconds until the timeout. In other words, convert an absolute
-                            // timestamp to a relative time. This is the value that is passed
-                            // to `setTimeout`.
-                            var currentTimeMs = expirationTimeToMs(requestCurrentTime());
-                            var msUntilTimeout = nextLatestAbsoluteTimeoutMs - currentTimeMs;
-                            msUntilTimeout = msUntilTimeout < 0 ? 0 : msUntilTimeout;
-
-                            // TODO: Account for the Just Noticeable Difference
-
-                            var _rootExpirationTime2 = root.expirationTime;
-                            onSuspend(root, rootWorkInProgress, _suspendedExpirationTime2, _rootExpirationTime2, msUntilTimeout);
-                            return;
-                        }
-
-                        // Ready to commit.
-                        onComplete(root, rootWorkInProgress, expirationTime);
-                    }
-
-                    function captureCommitPhaseError(sourceFiber, value) {
-                        var expirationTime = Sync;
-                        var fiber = sourceFiber.return;
-                        while (fiber !== null) {
-                            switch (fiber.tag) {
-                                case ClassComponent:
-                                    var ctor = fiber.type;
-                                    var instance = fiber.stateNode;
-                                    if (typeof ctor.getDerivedStateFromError === 'function' || typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance)) {
-                                        var errorInfo = createCapturedValue(value, sourceFiber);
-                                        var update = createClassErrorUpdate(fiber, errorInfo, expirationTime);
-                                        enqueueUpdate(fiber, update);
-                                        scheduleWork(fiber, expirationTime);
-                                        return;
-                                    }
-                                    break;
-                                case HostRoot: {
-                                    var _errorInfo = createCapturedValue(value, sourceFiber);
-                                    var _update = createRootErrorUpdate(fiber, _errorInfo, expirationTime);
-                                    enqueueUpdate(fiber, _update);
-                                    scheduleWork(fiber, expirationTime);
-                                    return;
-                                }
-                            }
-                            fiber = fiber.return;
-                        }
-
-                        if (sourceFiber.tag === HostRoot) {
-                            // Error was thrown at the root. There is no parent, so the root
-                            // itself should capture it.
-                            var rootFiber = sourceFiber;
-                            var _errorInfo2 = createCapturedValue(value, rootFiber);
-                            var _update2 = createRootErrorUpdate(rootFiber, _errorInfo2, expirationTime);
-                            enqueueUpdate(rootFiber, _update2);
-                            scheduleWork(rootFiber, expirationTime);
-                        }
-                    }
-
-                    function computeThreadID(expirationTime, interactionThreadID) {
-                        // Interaction threads are unique per root and expiration time.
-                        return expirationTime * 1000 + interactionThreadID;
-                    }
-
-// Creates a unique async expiration time.
-                    function computeUniqueAsyncExpiration() {
-                        var currentTime = requestCurrentTime();
-                        var result = computeAsyncExpiration(currentTime);
-                        if (result >= lastUniqueAsyncExpiration) {
-                            // Since we assume the current time monotonically increases, we only hit
-                            // this branch when computeUniqueAsyncExpiration is fired multiple times
-                            // within a 200ms window (or whatever the async bucket size is).
-                            result = lastUniqueAsyncExpiration - 1;
-                        }
-                        lastUniqueAsyncExpiration = result;
-                        return lastUniqueAsyncExpiration;
-                    }
-
-                    function computeExpirationForFiber(currentTime, fiber) {
-                        var expirationTime = void 0;
-                        if (expirationContext !== NoWork) {
-                            // An explicit expiration context was set;
-                            expirationTime = expirationContext;
-                        } else if (isWorking) {
-                            if (isCommitting$1) {
-                                // Updates that occur during the commit phase should have sync priority
-                                // by default.
-                                expirationTime = Sync;
-                            } else {
-                                // Updates during the render phase should expire at the same time as
-                                // the work that is being rendered.
-                                expirationTime = nextRenderExpirationTime;
-                            }
-                        } else {
-                            // No explicit expiration context was set, and we're not currently
-                            // performing work. Calculate a new expiration time.
-                            if (fiber.mode & ConcurrentMode) {
-                                if (isBatchingInteractiveUpdates) {
-                                    // This is an interactive update
-                                    expirationTime = computeInteractiveExpiration(currentTime);
-                                } else {
-                                    // This is an async update
-                                    expirationTime = computeAsyncExpiration(currentTime);
-                                }
-                                // If we're in the middle of rendering a tree, do not update at the same
-                                // expiration time that is already rendering.
-                                if (nextRoot !== null && expirationTime === nextRenderExpirationTime) {
-                                    expirationTime -= 1;
-                                }
-                            } else {
-                                // This is a sync update
-                                expirationTime = Sync;
-                            }
-                        }
-                        if (isBatchingInteractiveUpdates) {
-                            // This is an interactive update. Keep track of the lowest pending
-                            // interactive expiration time. This allows us to synchronously flush
-                            // all interactive updates when needed.
-                            if (lowestPriorityPendingInteractiveExpirationTime === NoWork || expirationTime < lowestPriorityPendingInteractiveExpirationTime) {
-                                lowestPriorityPendingInteractiveExpirationTime = expirationTime;
-                            }
-                        }
-                        return expirationTime;
-                    }
-
-                    function renderDidSuspend(root, absoluteTimeoutMs, suspendedTime) {
-                        // Schedule the timeout.
-                        if (absoluteTimeoutMs >= 0 && nextLatestAbsoluteTimeoutMs < absoluteTimeoutMs) {
-                            nextLatestAbsoluteTimeoutMs = absoluteTimeoutMs;
-                        }
-                    }
-
-                    function renderDidError() {
-                        nextRenderDidError = true;
-                    }
-
-                    function pingSuspendedRoot(root, thenable, pingTime) {
-                        // A promise that previously suspended React from committing has resolved.
-                        // If React is still suspended, try again at the previous level (pingTime).
-
-                        var pingCache = root.pingCache;
-                        if (pingCache !== null) {
-                            // The thenable resolved, so we no longer need to memoize, because it will
-                            // never be thrown again.
-                            pingCache.delete(thenable);
-                        }
-
-                        if (nextRoot !== null && nextRenderExpirationTime === pingTime) {
-                            // Received a ping at the same priority level at which we're currently
-                            // rendering. Restart from the root.
-                            nextRoot = null;
-                        } else {
-                            // Confirm that the root is still suspended at this level. Otherwise exit.
-                            if (isPriorityLevelSuspended(root, pingTime)) {
-                                // Ping at the original level
-                                markPingedPriorityLevel(root, pingTime);
-                                var rootExpirationTime = root.expirationTime;
-                                if (rootExpirationTime !== NoWork) {
-                                    requestWork(root, rootExpirationTime);
-                                }
-                            }
-                        }
-                    }
-
-                    function retryTimedOutBoundary(boundaryFiber, thenable) {
-                        // The boundary fiber (a Suspense component) previously timed out and was
-                        // rendered in its fallback state. One of the promises that suspended it has
-                        // resolved, which means at least part of the tree was likely unblocked. Try
-                        var retryCache = boundaryFiber.stateNode;
-                        if (retryCache !== null) {
-                            // The thenable resolved, so we no longer need to memoize, because it will
-                            // never be thrown again.
-                            retryCache.delete(thenable);
-                        }
-
-                        var currentTime = requestCurrentTime();
-                        var retryTime = computeExpirationForFiber(currentTime, boundaryFiber);
-                        var root = scheduleWorkToRoot(boundaryFiber, retryTime);
-                        if (root !== null) {
-                            markPendingPriorityLevel(root, retryTime);
-                            var rootExpirationTime = root.expirationTime;
-                            if (rootExpirationTime !== NoWork) {
-                                requestWork(root, rootExpirationTime);
-                            }
-                        }
-                    }
-
-                    function scheduleWorkToRoot(fiber, expirationTime) {
-                        recordScheduleUpdate();
-
-                        {
-                            if (fiber.tag === ClassComponent) {
-                                var instance = fiber.stateNode;
-                                warnAboutInvalidUpdates(instance);
-                            }
-                        }
-
-                        // Update the source fiber's expiration time
-                        if (fiber.expirationTime < expirationTime) {
-                            fiber.expirationTime = expirationTime;
-                        }
-                        var alternate = fiber.alternate;
-                        if (alternate !== null && alternate.expirationTime < expirationTime) {
-                            alternate.expirationTime = expirationTime;
-                        }
-                        // Walk the parent path to the root and update the child expiration time.
-                        var node = fiber.return;
-                        var root = null;
-                        if (node === null && fiber.tag === HostRoot) {
-                            root = fiber.stateNode;
-                        } else {
-                            while (node !== null) {
-                                alternate = node.alternate;
-                                if (node.childExpirationTime < expirationTime) {
-                                    node.childExpirationTime = expirationTime;
-                                    if (alternate !== null && alternate.childExpirationTime < expirationTime) {
-                                        alternate.childExpirationTime = expirationTime;
-                                    }
-                                } else if (alternate !== null && alternate.childExpirationTime < expirationTime) {
-                                    alternate.childExpirationTime = expirationTime;
-                                }
-                                if (node.return === null && node.tag === HostRoot) {
-                                    root = node.stateNode;
-                                    break;
-                                }
-                                node = node.return;
-                            }
-                        }
-
-                        if (enableSchedulerTracing) {
-                            if (root !== null) {
-                                var interactions = tracing.__interactionsRef.current;
-                                if (interactions.size > 0) {
-                                    var pendingInteractionMap = root.pendingInteractionMap;
-                                    var pendingInteractions = pendingInteractionMap.get(expirationTime);
-                                    if (pendingInteractions != null) {
-                                        interactions.forEach(function (interaction) {
-                                            if (!pendingInteractions.has(interaction)) {
-                                                // Update the pending async work count for previously unscheduled interaction.
-                                                interaction.__count++;
-                                            }
-
-                                            pendingInteractions.add(interaction);
-                                        });
-                                    } else {
-                                        pendingInteractionMap.set(expirationTime, new Set(interactions));
-
-                                        // Update the pending async work count for the current interactions.
-                                        interactions.forEach(function (interaction) {
-                                            interaction.__count++;
-                                        });
-                                    }
-
-                                    var subscriber = tracing.__subscriberRef.current;
-                                    if (subscriber !== null) {
-                                        var threadID = computeThreadID(expirationTime, root.interactionThreadID);
-                                        subscriber.onWorkScheduled(interactions, threadID);
-                                    }
-                                }
-                            }
-                        }
-                        return root;
-                    }
-
-                    function scheduleWork(fiber, expirationTime) {
-                        var root = scheduleWorkToRoot(fiber, expirationTime);
-                        if (root === null) {
-                            {
-                                switch (fiber.tag) {
-                                    case ClassComponent:
-                                        warnAboutUpdateOnUnmounted(fiber, true);
-                                        break;
-                                    case FunctionComponent:
-                                    case ForwardRef:
-                                    case MemoComponent:
-                                    case SimpleMemoComponent:
-                                        warnAboutUpdateOnUnmounted(fiber, false);
-                                        break;
-                                }
-                            }
-                            return;
-                        }
-
-                        if (!isWorking && nextRenderExpirationTime !== NoWork && expirationTime > nextRenderExpirationTime) {
-                            // This is an interruption. (Used for performance tracking.)
-                            interruptedBy = fiber;
-                            resetStack();
-                        }
-                        markPendingPriorityLevel(root, expirationTime);
-                        if (
-                            // If we're in the render phase, we don't need to schedule this root
-                        // for an update, because we'll do it before we exit...
-                            !isWorking || isCommitting$1 ||
-                            // ...unless this is a different root than the one we're rendering.
-                            nextRoot !== root) {
-                            var rootExpirationTime = root.expirationTime;
-                            requestWork(root, rootExpirationTime);
-                        }
-                        if (nestedUpdateCount > NESTED_UPDATE_LIMIT) {
-                            // Reset this back to zero so subsequent updates don't throw.
-                            nestedUpdateCount = 0;
-                            invariant(false, 'Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.');
-                        }
-                    }
-
-                    function syncUpdates(fn, a, b, c, d) {
-                        var previousExpirationContext = expirationContext;
-                        expirationContext = Sync;
-                        try {
-                            return fn(a, b, c, d);
-                        } finally {
-                            expirationContext = previousExpirationContext;
-                        }
-                    }
-
-// TODO: Everything below this is written as if it has been lifted to the
-// renderers. I'll do this in a follow-up.
-
-// Linked-list of roots
-                    var firstScheduledRoot = null;
-                    var lastScheduledRoot = null;
-
-                    var callbackExpirationTime = NoWork;
-                    var callbackID = void 0;
-                    var isRendering = false;
-                    var nextFlushedRoot = null;
-                    var nextFlushedExpirationTime = NoWork;
-                    var lowestPriorityPendingInteractiveExpirationTime = NoWork;
-                    var hasUnhandledError = false;
-                    var unhandledError = null;
-
-                    var isBatchingUpdates = false;
-                    var isUnbatchingUpdates = false;
-                    var isBatchingInteractiveUpdates = false;
-
-                    var completedBatches = null;
-
-                    var originalStartTimeMs = scheduler.unstable_now();
-                    var currentRendererTime = msToExpirationTime(originalStartTimeMs);
-                    var currentSchedulerTime = currentRendererTime;
-
-// Use these to prevent an infinite loop of nested updates
-                    var NESTED_UPDATE_LIMIT = 50;
-                    var nestedUpdateCount = 0;
-                    var lastCommittedRootDuringThisBatch = null;
-
-                    function recomputeCurrentRendererTime() {
-                        var currentTimeMs = scheduler.unstable_now() - originalStartTimeMs;
-                        currentRendererTime = msToExpirationTime(currentTimeMs);
-                    }
-
-                    function scheduleCallbackWithExpirationTime(root, expirationTime) {
-                        if (callbackExpirationTime !== NoWork) {
-                            // A callback is already scheduled. Check its expiration time (timeout).
-                            if (expirationTime < callbackExpirationTime) {
-                                // Existing callback has sufficient timeout. Exit.
-                                return;
-                            } else {
-                                if (callbackID !== null) {
-                                    // Existing callback has insufficient timeout. Cancel and schedule a
-                                    // new one.
-                                    scheduler.unstable_cancelCallback(callbackID);
-                                }
-                            }
-                            // The request callback timer is already running. Don't start a new one.
-                        } else {
-                            startRequestCallbackTimer();
-                        }
-
-                        callbackExpirationTime = expirationTime;
-                        var currentMs = scheduler.unstable_now() - originalStartTimeMs;
-                        var expirationTimeMs = expirationTimeToMs(expirationTime);
-                        var timeout = expirationTimeMs - currentMs;
-                        callbackID = scheduler.unstable_scheduleCallback(performAsyncWork, {timeout: timeout});
-                    }
-
-// For every call to renderRoot, one of onFatal, onComplete, onSuspend, and
-// onYield is called upon exiting. We use these in lieu of returning a tuple.
-// I've also chosen not to inline them into renderRoot because these will
-// eventually be lifted into the renderer.
-                    function onFatal(root) {
-                        root.finishedWork = null;
-                    }
-
-                    function onComplete(root, finishedWork, expirationTime) {
-                        root.pendingCommitExpirationTime = expirationTime;
-                        root.finishedWork = finishedWork;
-                    }
-
-                    function onSuspend(root, finishedWork, suspendedExpirationTime, rootExpirationTime, msUntilTimeout) {
-                        root.expirationTime = rootExpirationTime;
-                        if (msUntilTimeout === 0 && !shouldYieldToRenderer()) {
-                            // Don't wait an additional tick. Commit the tree immediately.
-                            root.pendingCommitExpirationTime = suspendedExpirationTime;
-                            root.finishedWork = finishedWork;
-                        } else if (msUntilTimeout > 0) {
-                            // Wait `msUntilTimeout` milliseconds before committing.
-                            root.timeoutHandle = scheduleTimeout(onTimeout.bind(null, root, finishedWork, suspendedExpirationTime), msUntilTimeout);
-                        }
-                    }
-
-                    function onYield(root) {
-                        root.finishedWork = null;
-                    }
-
-                    function onTimeout(root, finishedWork, suspendedExpirationTime) {
-                        // The root timed out. Commit it.
-                        root.pendingCommitExpirationTime = suspendedExpirationTime;
-                        root.finishedWork = finishedWork;
-                        // Read the current time before entering the commit phase. We can be
-                        // certain this won't cause tearing related to batching of event updates
-                        // because we're at the top of a timer event.
-                        recomputeCurrentRendererTime();
-                        currentSchedulerTime = currentRendererTime;
-                        flushRoot(root, suspendedExpirationTime);
-                    }
-
-                    function onCommit(root, expirationTime) {
-                        root.expirationTime = expirationTime;
-                        root.finishedWork = null;
-                    }
-
-                    function requestCurrentTime() {
-                        // requestCurrentTime is called by the scheduler to compute an expiration
-                        // time.
-                        //
-                        // Expiration times are computed by adding to the current time (the start
-                        // time). However, if two updates are scheduled within the same event, we
-                        // should treat their start times as simultaneous, even if the actual clock
-                        // time has advanced between the first and second call.
-
-                        // In other words, because expiration times determine how updates are batched,
-                        // we want all updates of like priority that occur within the same event to
-                        // receive the same expiration time. Otherwise we get tearing.
-                        //
-                        // We keep track of two separate times: the current "renderer" time and the
-                        // current "scheduler" time. The renderer time can be updated whenever; it
-                        // only exists to minimize the calls performance.now.
-                        //
-                        // But the scheduler time can only be updated if there's no pending work, or
-                        // if we know for certain that we're not in the middle of an event.
-
-                        if (isRendering) {
-                            // We're already rendering. Return the most recently read time.
-                            return currentSchedulerTime;
-                        }
-                        // Check if there's pending work.
-                        findHighestPriorityRoot();
-                        if (nextFlushedExpirationTime === NoWork || nextFlushedExpirationTime === Never) {
-                            // If there's no pending work, or if the pending work is offscreen, we can
-                            // read the current time without risk of tearing.
-                            recomputeCurrentRendererTime();
-                            currentSchedulerTime = currentRendererTime;
-                            return currentSchedulerTime;
-                        }
-                        // There's already pending work. We might be in the middle of a browser
-                        // event. If we were to read the current time, it could cause multiple updates
-                        // within the same event to receive different expiration times, leading to
-                        // tearing. Return the last read time. During the next idle callback, the
-                        // time will be updated.
-                        return currentSchedulerTime;
-                    }
-
-// requestWork is called by the scheduler whenever a root receives an update.
-// It's up to the renderer to call renderRoot at some point in the future.
-                    function requestWork(root, expirationTime) {
-                        addRootToSchedule(root, expirationTime);
-                        if (isRendering) {
-                            // Prevent reentrancy. Remaining work will be scheduled at the end of
-                            // the currently rendering batch.
-                            return;
-                        }
-
-                        if (isBatchingUpdates) {
-                            // Flush work at the end of the batch.
-                            if (isUnbatchingUpdates) {
-                                // ...unless we're inside unbatchedUpdates, in which case we should
-                                // flush it now.
-                                nextFlushedRoot = root;
-                                nextFlushedExpirationTime = Sync;
-                                performWorkOnRoot(root, Sync, false);
-                            }
-                            return;
-                        }
-
-                        // TODO: Get rid of Sync and use current time?
-                        if (expirationTime === Sync) {
-                            performSyncWork();
-                        } else {
-                            scheduleCallbackWithExpirationTime(root, expirationTime);
-                        }
-                    }
-
-                    function addRootToSchedule(root, expirationTime) {
-                        // Add the root to the schedule.
-                        // Check if this root is already part of the schedule.
-                        if (root.nextScheduledRoot === null) {
-                            // This root is not already scheduled. Add it.
-                            root.expirationTime = expirationTime;
-                            if (lastScheduledRoot === null) {
-                                firstScheduledRoot = lastScheduledRoot = root;
-                                root.nextScheduledRoot = root;
-                            } else {
-                                lastScheduledRoot.nextScheduledRoot = root;
-                                lastScheduledRoot = root;
-                                lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;
-                            }
-                        } else {
-                            // This root is already scheduled, but its priority may have increased.
-                            var remainingExpirationTime = root.expirationTime;
-                            if (expirationTime > remainingExpirationTime) {
-                                // Update the priority.
-                                root.expirationTime = expirationTime;
-                            }
-                        }
-                    }
-
-                    function findHighestPriorityRoot() {
-                        var highestPriorityWork = NoWork;
-                        var highestPriorityRoot = null;
-                        if (lastScheduledRoot !== null) {
-                            var previousScheduledRoot = lastScheduledRoot;
-                            var root = firstScheduledRoot;
-                            while (root !== null) {
-                                var remainingExpirationTime = root.expirationTime;
-                                if (remainingExpirationTime === NoWork) {
-                                    // This root no longer has work. Remove it from the scheduler.
-
-                                    // TODO: This check is redudant, but Flow is confused by the branch
-                                    // below where we set lastScheduledRoot to null, even though we break
-                                    // from the loop right after.
-                                    !(previousScheduledRoot !== null && lastScheduledRoot !== null) ? invariant(false, 'Should have a previous and last root. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                                    if (root === root.nextScheduledRoot) {
-                                        // This is the only root in the list.
-                                        root.nextScheduledRoot = null;
-                                        firstScheduledRoot = lastScheduledRoot = null;
-                                        break;
-                                    } else if (root === firstScheduledRoot) {
-                                        // This is the first root in the list.
-                                        var next = root.nextScheduledRoot;
-                                        firstScheduledRoot = next;
-                                        lastScheduledRoot.nextScheduledRoot = next;
-                                        root.nextScheduledRoot = null;
-                                    } else if (root === lastScheduledRoot) {
-                                        // This is the last root in the list.
-                                        lastScheduledRoot = previousScheduledRoot;
-                                        lastScheduledRoot.nextScheduledRoot = firstScheduledRoot;
-                                        root.nextScheduledRoot = null;
-                                        break;
-                                    } else {
-                                        previousScheduledRoot.nextScheduledRoot = root.nextScheduledRoot;
-                                        root.nextScheduledRoot = null;
-                                    }
-                                    root = previousScheduledRoot.nextScheduledRoot;
-                                } else {
-                                    if (remainingExpirationTime > highestPriorityWork) {
-                                        // Update the priority, if it's higher
-                                        highestPriorityWork = remainingExpirationTime;
-                                        highestPriorityRoot = root;
-                                    }
-                                    if (root === lastScheduledRoot) {
-                                        break;
-                                    }
-                                    if (highestPriorityWork === Sync) {
-                                        // Sync is highest priority by definition so
-                                        // we can stop searching.
-                                        break;
-                                    }
-                                    previousScheduledRoot = root;
-                                    root = root.nextScheduledRoot;
-                                }
-                            }
-                        }
-
-                        nextFlushedRoot = highestPriorityRoot;
-                        nextFlushedExpirationTime = highestPriorityWork;
-                    }
-
-// TODO: This wrapper exists because many of the older tests (the ones that use
-// flushDeferredPri) rely on the number of times `shouldYield` is called. We
-// should get rid of it.
-                    var didYield = false;
-
-                    function shouldYieldToRenderer() {
-                        if (didYield) {
-                            return true;
-                        }
-                        if (scheduler.unstable_shouldYield()) {
-                            didYield = true;
-                            return true;
-                        }
-                        return false;
-                    }
-
-                    function performAsyncWork() {
-                        try {
-                            if (!shouldYieldToRenderer()) {
-                                // The callback timed out. That means at least one update has expired.
-                                // Iterate through the root schedule. If they contain expired work, set
-                                // the next render expiration time to the current time. This has the effect
-                                // of flushing all expired work in a single batch, instead of flushing each
-                                // level one at a time.
-                                if (firstScheduledRoot !== null) {
-                                    recomputeCurrentRendererTime();
-                                    var root = firstScheduledRoot;
-                                    do {
-                                        didExpireAtExpirationTime(root, currentRendererTime);
-                                        // The root schedule is circular, so this is never null.
-                                        root = root.nextScheduledRoot;
-                                    } while (root !== firstScheduledRoot);
-                                }
-                            }
-                            performWork(NoWork, true);
-                        } finally {
-                            didYield = false;
-                        }
-                    }
-
-                    function performSyncWork() {
-                        performWork(Sync, false);
-                    }
-
-                    function performWork(minExpirationTime, isYieldy) {
-                        // Keep working on roots until there's no more work, or until there's a higher
-                        // priority event.
-                        findHighestPriorityRoot();
-
-                        if (isYieldy) {
-                            recomputeCurrentRendererTime();
-                            currentSchedulerTime = currentRendererTime;
-
-                            if (enableUserTimingAPI) {
-                                var didExpire = nextFlushedExpirationTime > currentRendererTime;
-                                var timeout = expirationTimeToMs(nextFlushedExpirationTime);
-                                stopRequestCallbackTimer(didExpire, timeout);
-                            }
-
-                            while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime && !(didYield && currentRendererTime > nextFlushedExpirationTime)) {
-                                performWorkOnRoot(nextFlushedRoot, nextFlushedExpirationTime, currentRendererTime > nextFlushedExpirationTime);
-                                findHighestPriorityRoot();
-                                recomputeCurrentRendererTime();
-                                currentSchedulerTime = currentRendererTime;
-                            }
-                        } else {
-                            while (nextFlushedRoot !== null && nextFlushedExpirationTime !== NoWork && minExpirationTime <= nextFlushedExpirationTime) {
-                                performWorkOnRoot(nextFlushedRoot, nextFlushedExpirationTime, false);
-                                findHighestPriorityRoot();
-                            }
-                        }
-
-                        // We're done flushing work. Either we ran out of time in this callback,
-                        // or there's no more work left with sufficient priority.
-
-                        // If we're inside a callback, set this to false since we just completed it.
-                        if (isYieldy) {
-                            callbackExpirationTime = NoWork;
-                            callbackID = null;
-                        }
-                        // If there's work left over, schedule a new callback.
-                        if (nextFlushedExpirationTime !== NoWork) {
-                            scheduleCallbackWithExpirationTime(nextFlushedRoot, nextFlushedExpirationTime);
-                        }
-
-                        // Clean-up.
-                        finishRendering();
-                    }
-
-                    function flushRoot(root, expirationTime) {
-                        !!isRendering ? invariant(false, 'work.commit(): Cannot commit while already rendering. This likely means you attempted to commit from inside a lifecycle method.') : void 0;
-                        // Perform work on root as if the given expiration time is the current time.
-                        // This has the effect of synchronously flushing all work up to and
-                        // including the given time.
-                        nextFlushedRoot = root;
-                        nextFlushedExpirationTime = expirationTime;
-                        performWorkOnRoot(root, expirationTime, false);
-                        // Flush any sync work that was scheduled by lifecycles
-                        performSyncWork();
-                    }
-
-                    function finishRendering() {
-                        nestedUpdateCount = 0;
-                        lastCommittedRootDuringThisBatch = null;
-
-                        if (completedBatches !== null) {
-                            var batches = completedBatches;
-                            completedBatches = null;
-                            for (var i = 0; i < batches.length; i++) {
-                                var batch = batches[i];
-                                try {
-                                    batch._onComplete();
-                                } catch (error) {
-                                    if (!hasUnhandledError) {
-                                        hasUnhandledError = true;
-                                        unhandledError = error;
-                                    }
-                                }
-                            }
-                        }
-
-                        if (hasUnhandledError) {
-                            var error = unhandledError;
-                            unhandledError = null;
-                            hasUnhandledError = false;
-                            throw error;
-                        }
-                    }
-
-                    function performWorkOnRoot(root, expirationTime, isYieldy) {
-                        !!isRendering ? invariant(false, 'performWorkOnRoot was called recursively. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-
-                        isRendering = true;
-
-                        // Check if this is async work or sync/expired work.
-                        if (!isYieldy) {
-                            // Flush work without yielding.
-                            // TODO: Non-yieldy work does not necessarily imply expired work. A renderer
-                            // may want to perform some work without yielding, but also without
-                            // requiring the root to complete (by triggering placeholders).
-
-                            var finishedWork = root.finishedWork;
-                            if (finishedWork !== null) {
-                                // This root is already complete. We can commit it.
-                                completeRoot(root, finishedWork, expirationTime);
-                            } else {
-                                root.finishedWork = null;
-                                // If this root previously suspended, clear its existing timeout, since
-                                // we're about to try rendering again.
-                                var timeoutHandle = root.timeoutHandle;
-                                if (timeoutHandle !== noTimeout) {
-                                    root.timeoutHandle = noTimeout;
-                                    // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above
-                                    cancelTimeout(timeoutHandle);
-                                }
-                                renderRoot(root, isYieldy);
-                                finishedWork = root.finishedWork;
-                                if (finishedWork !== null) {
-                                    // We've completed the root. Commit it.
-                                    completeRoot(root, finishedWork, expirationTime);
-                                }
-                            }
-                        } else {
-                            // Flush async work.
-                            var _finishedWork = root.finishedWork;
-                            if (_finishedWork !== null) {
-                                // This root is already complete. We can commit it.
-                                completeRoot(root, _finishedWork, expirationTime);
-                            } else {
-                                root.finishedWork = null;
-                                // If this root previously suspended, clear its existing timeout, since
-                                // we're about to try rendering again.
-                                var _timeoutHandle = root.timeoutHandle;
-                                if (_timeoutHandle !== noTimeout) {
-                                    root.timeoutHandle = noTimeout;
-                                    // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above
-                                    cancelTimeout(_timeoutHandle);
-                                }
-                                renderRoot(root, isYieldy);
-                                _finishedWork = root.finishedWork;
-                                if (_finishedWork !== null) {
-                                    // We've completed the root. Check the if we should yield one more time
-                                    // before committing.
-                                    if (!shouldYieldToRenderer()) {
-                                        // Still time left. Commit the root.
-                                        completeRoot(root, _finishedWork, expirationTime);
-                                    } else {
-                                        // There's no time left. Mark this root as complete. We'll come
-                                        // back and commit it later.
-                                        root.finishedWork = _finishedWork;
-                                    }
-                                }
-                            }
-                        }
-
-                        isRendering = false;
-                    }
-
-                    function completeRoot(root, finishedWork, expirationTime) {
-                        // Check if there's a batch that matches this expiration time.
-                        var firstBatch = root.firstBatch;
-                        if (firstBatch !== null && firstBatch._expirationTime >= expirationTime) {
-                            if (completedBatches === null) {
-                                completedBatches = [firstBatch];
-                            } else {
-                                completedBatches.push(firstBatch);
-                            }
-                            if (firstBatch._defer) {
-                                // This root is blocked from committing by a batch. Unschedule it until
-                                // we receive another update.
-                                root.finishedWork = finishedWork;
-                                root.expirationTime = NoWork;
-                                return;
-                            }
-                        }
-
-                        // Commit the root.
-                        root.finishedWork = null;
-
-                        // Check if this is a nested update (a sync update scheduled during the
-                        // commit phase).
-                        if (root === lastCommittedRootDuringThisBatch) {
-                            // If the next root is the same as the previous root, this is a nested
-                            // update. To prevent an infinite loop, increment the nested update count.
-                            nestedUpdateCount++;
-                        } else {
-                            // Reset whenever we switch roots.
-                            lastCommittedRootDuringThisBatch = root;
-                            nestedUpdateCount = 0;
-                        }
-                        commitRoot(root, finishedWork);
-                    }
-
-                    function onUncaughtError(error) {
-                        !(nextFlushedRoot !== null) ? invariant(false, 'Should be working on a root. This error is likely caused by a bug in React. Please file an issue.') : void 0;
-                        // Unschedule this root so we don't work on it again until there's
-                        // another update.
-                        nextFlushedRoot.expirationTime = NoWork;
-                        if (!hasUnhandledError) {
-                            hasUnhandledError = true;
-                            unhandledError = error;
-                        }
-                    }
-
-// TODO: Batching should be implemented at the renderer level, not inside
-// the reconciler.
-                    function batchedUpdates$1(fn, a) {
-                        var previousIsBatchingUpdates = isBatchingUpdates;
-                        isBatchingUpdates = true;
-                        try {
-                            return fn(a);
-                        } finally {
-                            isBatchingUpdates = previousIsBatchingUpdates;
-                            if (!isBatchingUpdates && !isRendering) {
-                                performSyncWork();
-                            }
-                        }
-                    }
-
-// TODO: Batching should be implemented at the renderer level, not inside
-// the reconciler.
-                    function unbatchedUpdates(fn, a) {
-                        if (isBatchingUpdates && !isUnbatchingUpdates) {
-                            isUnbatchingUpdates = true;
-                            try {
-                                return fn(a);
-                            } finally {
-                                isUnbatchingUpdates = false;
-                            }
-                        }
-                        return fn(a);
-                    }
-
-// TODO: Batching should be implemented at the renderer level, not within
-// the reconciler.
-                    function flushSync(fn, a) {
-                        !!isRendering ? invariant(false, 'flushSync was called from inside a lifecycle method. It cannot be called when React is already rendering.') : void 0;
-                        var previousIsBatchingUpdates = isBatchingUpdates;
-                        isBatchingUpdates = true;
-                        try {
-                            return syncUpdates(fn, a);
-                        } finally {
-                            isBatchingUpdates = previousIsBatchingUpdates;
-                            performSyncWork();
-                        }
-                    }
-
-                    function interactiveUpdates$1(fn, a, b) {
-                        if (isBatchingInteractiveUpdates) {
-                            return fn(a, b);
-                        }
-                        // If there are any pending interactive updates, synchronously flush them.
-                        // This needs to happen before we read any handlers, because the effect of
-                        // the previous event may influence which handlers are called during
-                        // this event.
-                        if (!isBatchingUpdates && !isRendering && lowestPriorityPendingInteractiveExpirationTime !== NoWork) {
-                            // Synchronously flush pending interactive updates.
-                            performWork(lowestPriorityPendingInteractiveExpirationTime, false);
-                            lowestPriorityPendingInteractiveExpirationTime = NoWork;
-                        }
-                        var previousIsBatchingInteractiveUpdates = isBatchingInteractiveUpdates;
-                        var previousIsBatchingUpdates = isBatchingUpdates;
-                        isBatchingInteractiveUpdates = true;
-                        isBatchingUpdates = true;
-                        try {
-                            return fn(a, b);
-                        } finally {
-                            isBatchingInteractiveUpdates = previousIsBatchingInteractiveUpdates;
-                            isBatchingUpdates = previousIsBatchingUpdates;
-                            if (!isBatchingUpdates && !isRendering) {
-                                performSyncWork();
-                            }
-                        }
-                    }
-
-                    function flushInteractiveUpdates$1() {
-                        if (!isRendering && lowestPriorityPendingInteractiveExpirationTime !== NoWork) {
-                            // Synchronously flush pending interactive updates.
-                            performWork(lowestPriorityPendingInteractiveExpirationTime, false);
-                            lowestPriorityPendingInteractiveExpirationTime = NoWork;
-                        }
-                    }
-
-                    function flushControlled(fn) {
-                        var previousIsBatchingUpdates = isBatchingUpdates;
-                        isBatchingUpdates = true;
-                        try {
-                            syncUpdates(fn);
-                        } finally {
-                            isBatchingUpdates = previousIsBatchingUpdates;
-                            if (!isBatchingUpdates && !isRendering) {
-                                performSyncWork();
-                            }
-                        }
-                    }
-
-// 0 is PROD, 1 is DEV.
-// Might add PROFILE later.
-
-
-                    var didWarnAboutNestedUpdates = void 0;
-                    var didWarnAboutFindNodeInStrictMode = void 0;
-
-                    {
-                        didWarnAboutNestedUpdates = false;
-                        didWarnAboutFindNodeInStrictMode = {};
-                    }
-
-                    function getContextForSubtree(parentComponent) {
-                        if (!parentComponent) {
-                            return emptyContextObject;
-                        }
-
-                        var fiber = get(parentComponent);
-                        var parentContext = findCurrentUnmaskedContext(fiber);
-
-                        if (fiber.tag === ClassComponent) {
-                            var Component = fiber.type;
-                            if (isContextProvider(Component)) {
-                                return processChildContext(fiber, Component, parentContext);
-                            }
-                        }
-
-                        return parentContext;
-                    }
-
-                    function scheduleRootUpdate(current$$1, element, expirationTime, callback) {
-                        {
-                            if (phase === 'render' && current !== null && !didWarnAboutNestedUpdates) {
-                                didWarnAboutNestedUpdates = true;
-                                warningWithoutStack$1(false, 'Render methods should be a pure function of props and state; ' + 'triggering nested component updates from render is not allowed. ' + 'If necessary, trigger nested updates in componentDidUpdate.\n\n' + 'Check the render method of %s.', getComponentName(current.type) || 'Unknown');
-                            }
-                        }
-
-                        var update = createUpdate(expirationTime);
-                        // Caution: React DevTools currently depends on this property
-                        // being called "element".
-                        update.payload = {element: element};
-
-                        callback = callback === undefined ? null : callback;
-                        if (callback !== null) {
-                            !(typeof callback === 'function') ? warningWithoutStack$1(false, 'render(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callback) : void 0;
-                            update.callback = callback;
-                        }
-
-                        flushPassiveEffects();
-                        enqueueUpdate(current$$1, update);
-                        scheduleWork(current$$1, expirationTime);
-
-                        return expirationTime;
-                    }
-
-                    function updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback) {
-                        // TODO: If this is a nested container, this won't be the root.
-                        var current$$1 = container.current;
-
-                        {
-                            if (ReactFiberInstrumentation_1.debugTool) {
-                                if (current$$1.alternate === null) {
-                                    ReactFiberInstrumentation_1.debugTool.onMountContainer(container);
-                                } else if (element === null) {
-                                    ReactFiberInstrumentation_1.debugTool.onUnmountContainer(container);
-                                } else {
-                                    ReactFiberInstrumentation_1.debugTool.onUpdateContainer(container);
-                                }
-                            }
-                        }
-
-                        var context = getContextForSubtree(parentComponent);
-                        if (container.context === null) {
-                            container.context = context;
-                        } else {
-                            container.pendingContext = context;
-                        }
-
-                        return scheduleRootUpdate(current$$1, element, expirationTime, callback);
-                    }
-
-                    function findHostInstance(component) {
-                        var fiber = get(component);
-                        if (fiber === undefined) {
-                            if (typeof component.render === 'function') {
-                                invariant(false, 'Unable to find node on an unmounted component.');
-                            } else {
-                                invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));
-                            }
-                        }
-                        var hostFiber = findCurrentHostFiber(fiber);
-                        if (hostFiber === null) {
-                            return null;
-                        }
-                        return hostFiber.stateNode;
-                    }
-
-                    function findHostInstanceWithWarning(component, methodName) {
-                        {
-                            var fiber = get(component);
-                            if (fiber === undefined) {
-                                if (typeof component.render === 'function') {
-                                    invariant(false, 'Unable to find node on an unmounted component.');
-                                } else {
-                                    invariant(false, 'Argument appears to not be a ReactComponent. Keys: %s', Object.keys(component));
-                                }
-                            }
-                            var hostFiber = findCurrentHostFiber(fiber);
-                            if (hostFiber === null) {
-                                return null;
-                            }
-                            if (hostFiber.mode & StrictMode) {
-                                var componentName = getComponentName(fiber.type) || 'Component';
-                                if (!didWarnAboutFindNodeInStrictMode[componentName]) {
-                                    didWarnAboutFindNodeInStrictMode[componentName] = true;
-                                    if (fiber.mode & StrictMode) {
-                                        warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which is inside StrictMode. ' + 'Instead, add a ref directly to the element you want to reference.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));
-                                    } else {
-                                        warningWithoutStack$1(false, '%s is deprecated in StrictMode. ' + '%s was passed an instance of %s which renders StrictMode children. ' + 'Instead, add a ref directly to the element you want to reference.' + '\n%s' + '\n\nLearn more about using refs safely here:' + '\nhttps://fb.me/react-strict-mode-find-node', methodName, methodName, componentName, getStackByFiberInDevAndProd(hostFiber));
-                                    }
-                                }
-                            }
-                            return hostFiber.stateNode;
-                        }
-                        return findHostInstance(component);
-                    }
-
-                    function createContainer(containerInfo, isConcurrent, hydrate) {
-                        return createFiberRoot(containerInfo, isConcurrent, hydrate);
-                    }
-
-                    function updateContainer(element, container, parentComponent, callback) {
-                        var current$$1 = container.current;
-                        var currentTime = requestCurrentTime();
-                        var expirationTime = computeExpirationForFiber(currentTime, current$$1);
-                        return updateContainerAtExpirationTime(element, container, parentComponent, expirationTime, callback);
-                    }
-
-                    function getPublicRootInstance(container) {
-                        var containerFiber = container.current;
-                        if (!containerFiber.child) {
-                            return null;
-                        }
-                        switch (containerFiber.child.tag) {
-                            case HostComponent:
-                                return getPublicInstance(containerFiber.child.stateNode);
-                            default:
-                                return containerFiber.child.stateNode;
-                        }
-                    }
-
-                    function findHostInstanceWithNoPortals(fiber) {
-                        var hostFiber = findCurrentHostFiberWithNoPortals(fiber);
-                        if (hostFiber === null) {
-                            return null;
-                        }
-                        return hostFiber.stateNode;
-                    }
-
-                    var overrideProps = null;
-
-                    {
-                        var copyWithSetImpl = function (obj, path, idx, value) {
-                            if (idx >= path.length) {
-                                return value;
-                            }
-                            var key = path[idx];
-                            var updated = Array.isArray(obj) ? obj.slice() : _assign({}, obj);
-                            // $FlowFixMe number or string is fine here
-                            updated[key] = copyWithSetImpl(obj[key], path, idx + 1, value);
-                            return updated;
-                        };
-
-                        var copyWithSet = function (obj, path, value) {
-                            return copyWithSetImpl(obj, path, 0, value);
-                        };
-
-                        // Support DevTools props for function components, forwardRef, memo, host components, etc.
-                        overrideProps = function (fiber, path, value) {
-                            flushPassiveEffects();
-                            fiber.pendingProps = copyWithSet(fiber.memoizedProps, path, value);
-                            if (fiber.alternate) {
-                                fiber.alternate.pendingProps = fiber.pendingProps;
-                            }
-                            scheduleWork(fiber, Sync);
-                        };
-                    }
-
-                    function injectIntoDevTools(devToolsConfig) {
-                        var findFiberByHostInstance = devToolsConfig.findFiberByHostInstance;
-
-                        return injectInternals(_assign({}, devToolsConfig, {
-                            overrideProps: overrideProps,
-                            findHostInstanceByFiber: function (fiber) {
-                                var hostFiber = findCurrentHostFiber(fiber);
-                                if (hostFiber === null) {
-                                    return null;
-                                }
-                                return hostFiber.stateNode;
-                            },
-                            findFiberByHostInstance: function (instance) {
-                                if (!findFiberByHostInstance) {
-                                    // Might not be implemented by the renderer.
-                                    return null;
-                                }
-                                return findFiberByHostInstance(instance);
-                            }
-                        }));
-                    }
-
-// This file intentionally does *not* have the Flow annotation.
-// Don't add it. See `./inline-typed.js` for an explanation.
-
-                    function createPortal$1(children, containerInfo,
-                                            // TODO: figure out the API for cross-renderer implementation.
-                                            implementation) {
-                        var key = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null;
-
-                        return {
-                            // This tag allow us to uniquely identify this as a React Portal
-                            $$typeof: REACT_PORTAL_TYPE,
-                            key: key == null ? null : '' + key,
-                            children: children,
-                            containerInfo: containerInfo,
-                            implementation: implementation
-                        };
-                    }
-
-// TODO: this is special because it gets imported during build.
-
-                    var ReactVersion = '16.7.0';
-
-// TODO: This type is shared between the reconciler and ReactDOM, but will
-// eventually be lifted out to the renderer.
-                    var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;
-
-                    var topLevelUpdateWarnings = void 0;
-                    var warnOnInvalidCallback = void 0;
-                    var didWarnAboutUnstableCreatePortal = false;
-
-                    {
-                        if (typeof Map !== 'function' ||
-                            // $FlowIssue Flow incorrectly thinks Map has no prototype
-                            Map.prototype == null || typeof Map.prototype.forEach !== 'function' || typeof Set !== 'function' ||
-                            // $FlowIssue Flow incorrectly thinks Set has no prototype
-                            Set.prototype == null || typeof Set.prototype.clear !== 'function' || typeof Set.prototype.forEach !== 'function') {
-                            warningWithoutStack$1(false, 'React depends on Map and Set built-in types. Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
-                        }
-
-                        topLevelUpdateWarnings = function (container) {
-                            if (container._reactRootContainer && container.nodeType !== COMMENT_NODE) {
-                                var hostInstance = findHostInstanceWithNoPortals(container._reactRootContainer._internalRoot.current);
-                                if (hostInstance) {
-                                    !(hostInstance.parentNode === container) ? warningWithoutStack$1(false, 'render(...): It looks like the React-rendered content of this ' + 'container was removed without using React. This is not ' + 'supported and will cause errors. Instead, call ' + 'ReactDOM.unmountComponentAtNode to empty a container.') : void 0;
-                                }
-                            }
-
-                            var isRootRenderedBySomeReact = !!container._reactRootContainer;
-                            var rootEl = getReactRootElementInContainer(container);
-                            var hasNonRootReactChild = !!(rootEl && getInstanceFromNode$1(rootEl));
-
-                            !(!hasNonRootReactChild || isRootRenderedBySomeReact) ? warningWithoutStack$1(false, 'render(...): Replacing React-rendered children with a new root ' + 'component. If you intended to update the children of this node, ' + 'you should instead have the existing children update their state ' + 'and render the new components instead of calling ReactDOM.render.') : void 0;
-
-                            !(container.nodeType !== ELEMENT_NODE || !container.tagName || container.tagName.toUpperCase() !== 'BODY') ? warningWithoutStack$1(false, 'render(): Rendering components directly into document.body is ' + 'discouraged, since its children are often manipulated by third-party ' + 'scripts and browser extensions. This may lead to subtle ' + 'reconciliation issues. Try rendering into a container element created ' + 'for your app.') : void 0;
-                        };
-
-                        warnOnInvalidCallback = function (callback, callerName) {
-                            !(callback === null || typeof callback === 'function') ? warningWithoutStack$1(false, '%s(...): Expected the last optional `callback` argument to be a ' + 'function. Instead received: %s.', callerName, callback) : void 0;
-                        };
-                    }
-
-                    setRestoreImplementation(restoreControlledState$1);
-
-                    function ReactBatch(root) {
-                        var expirationTime = computeUniqueAsyncExpiration();
-                        this._expirationTime = expirationTime;
-                        this._root = root;
-                        this._next = null;
-                        this._callbacks = null;
-                        this._didComplete = false;
-                        this._hasChildren = false;
-                        this._children = null;
-                        this._defer = true;
-                    }
-
-                    ReactBatch.prototype.render = function (children) {
-                        !this._defer ? invariant(false, 'batch.render: Cannot render a batch that already committed.') : void 0;
-                        this._hasChildren = true;
-                        this._children = children;
-                        var internalRoot = this._root._internalRoot;
-                        var expirationTime = this._expirationTime;
-                        var work = new ReactWork();
-                        updateContainerAtExpirationTime(children, internalRoot, null, expirationTime, work._onCommit);
-                        return work;
-                    };
-                    ReactBatch.prototype.then = function (onComplete) {
-                        if (this._didComplete) {
-                            onComplete();
-                            return;
-                        }
-                        var callbacks = this._callbacks;
-                        if (callbacks === null) {
-                            callbacks = this._callbacks = [];
-                        }
-                        callbacks.push(onComplete);
-                    };
-                    ReactBatch.prototype.commit = function () {
-                        var internalRoot = this._root._internalRoot;
-                        var firstBatch = internalRoot.firstBatch;
-                        !(this._defer && firstBatch !== null) ? invariant(false, 'batch.commit: Cannot commit a batch multiple times.') : void 0;
-
-                        if (!this._hasChildren) {
-                            // This batch is empty. Return.
-                            this._next = null;
-                            this._defer = false;
-                            return;
-                        }
-
-                        var expirationTime = this._expirationTime;
-
-                        // Ensure this is the first batch in the list.
-                        if (firstBatch !== this) {
-                            // This batch is not the earliest batch. We need to move it to the front.
-                            // Update its expiration time to be the expiration time of the earliest
-                            // batch, so that we can flush it without flushing the other batches.
-                            if (this._hasChildren) {
-                                expirationTime = this._expirationTime = firstBatch._expirationTime;
-                                // Rendering this batch again ensures its children will be the final state
-                                // when we flush (updates are processed in insertion order: last
-                                // update wins).
-                                // TODO: This forces a restart. Should we print a warning?
-                                this.render(this._children);
-                            }
-
-                            // Remove the batch from the list.
-                            var previous = null;
-                            var batch = firstBatch;
-                            while (batch !== this) {
-                                previous = batch;
-                                batch = batch._next;
-                            }
-                            !(previous !== null) ? invariant(false, 'batch.commit: Cannot commit a batch multiple times.') : void 0;
-                            previous._next = batch._next;
-
-                            // Add it to the front.
-                            this._next = firstBatch;
-                            firstBatch = internalRoot.firstBatch = this;
-                        }
-
-                        // Synchronously flush all the work up to this batch's expiration time.
-                        this._defer = false;
-                        flushRoot(internalRoot, expirationTime);
-
-                        // Pop the batch from the list.
-                        var next = this._next;
-                        this._next = null;
-                        firstBatch = internalRoot.firstBatch = next;
-
-                        // Append the next earliest batch's children to the update queue.
-                        if (firstBatch !== null && firstBatch._hasChildren) {
-                            firstBatch.render(firstBatch._children);
-                        }
-                    };
-                    ReactBatch.prototype._onComplete = function () {
-                        if (this._didComplete) {
-                            return;
-                        }
-                        this._didComplete = true;
-                        var callbacks = this._callbacks;
-                        if (callbacks === null) {
-                            return;
-                        }
-                        // TODO: Error handling.
-                        for (var i = 0; i < callbacks.length; i++) {
-                            var _callback = callbacks[i];
-                            _callback();
-                        }
-                    };
-
-                    function ReactWork() {
-                        this._callbacks = null;
-                        this._didCommit = false;
-                        // TODO: Avoid need to bind by replacing callbacks in the update queue with
-                        // list of Work objects.
-                        this._onCommit = this._onCommit.bind(this);
-                    }
-
-                    ReactWork.prototype.then = function (onCommit) {
-                        if (this._didCommit) {
-                            onCommit();
-                            return;
-                        }
-                        var callbacks = this._callbacks;
-                        if (callbacks === null) {
-                            callbacks = this._callbacks = [];
-                        }
-                        callbacks.push(onCommit);
-                    };
-                    ReactWork.prototype._onCommit = function () {
-                        if (this._didCommit) {
-                            return;
-                        }
-                        this._didCommit = true;
-                        var callbacks = this._callbacks;
-                        if (callbacks === null) {
-                            return;
-                        }
-                        // TODO: Error handling.
-                        for (var i = 0; i < callbacks.length; i++) {
-                            var _callback2 = callbacks[i];
-                            !(typeof _callback2 === 'function') ? invariant(false, 'Invalid argument passed as callback. Expected a function. Instead received: %s', _callback2) : void 0;
-                            _callback2();
-                        }
-                    };
-
-                    function ReactRoot(container, isConcurrent, hydrate) {
-                        var root = createContainer(container, isConcurrent, hydrate);
-                        this._internalRoot = root;
-                    }
-
-                    ReactRoot.prototype.render = function (children, callback) {
-                        var root = this._internalRoot;
-                        var work = new ReactWork();
-                        callback = callback === undefined ? null : callback;
-                        {
-                            warnOnInvalidCallback(callback, 'render');
-                        }
-                        if (callback !== null) {
-                            work.then(callback);
-                        }
-                        updateContainer(children, root, null, work._onCommit);
-                        return work;
-                    };
-                    ReactRoot.prototype.unmount = function (callback) {
-                        var root = this._internalRoot;
-                        var work = new ReactWork();
-                        callback = callback === undefined ? null : callback;
-                        {
-                            warnOnInvalidCallback(callback, 'render');
-                        }
-                        if (callback !== null) {
-                            work.then(callback);
-                        }
-                        updateContainer(null, root, null, work._onCommit);
-                        return work;
-                    };
-                    ReactRoot.prototype.legacy_renderSubtreeIntoContainer = function (parentComponent, children, callback) {
-                        var root = this._internalRoot;
-                        var work = new ReactWork();
-                        callback = callback === undefined ? null : callback;
-                        {
-                            warnOnInvalidCallback(callback, 'render');
-                        }
-                        if (callback !== null) {
-                            work.then(callback);
-                        }
-                        updateContainer(children, root, parentComponent, work._onCommit);
-                        return work;
-                    };
-                    ReactRoot.prototype.createBatch = function () {
-                        var batch = new ReactBatch(this);
-                        var expirationTime = batch._expirationTime;
-
-                        var internalRoot = this._internalRoot;
-                        var firstBatch = internalRoot.firstBatch;
-                        if (firstBatch === null) {
-                            internalRoot.firstBatch = batch;
-                            batch._next = null;
-                        } else {
-                            // Insert sorted by expiration time then insertion order
-                            var insertAfter = null;
-                            var insertBefore = firstBatch;
-                            while (insertBefore !== null && insertBefore._expirationTime >= expirationTime) {
-                                insertAfter = insertBefore;
-                                insertBefore = insertBefore._next;
-                            }
-                            batch._next = insertBefore;
-                            if (insertAfter !== null) {
-                                insertAfter._next = batch;
-                            }
-                        }
-
-                        return batch;
-                    };
-
-                    /**
-                     * True if the supplied DOM node is a valid node element.
-                     *
-                     * @param {?DOMElement} node The candidate DOM node.
-                     * @return {boolean} True if the DOM is a valid DOM node.
-                     * @internal
-                     */
-                    function isValidContainer(node) {
-                        return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === ' react-mount-point-unstable '));
-                    }
-
-                    function getReactRootElementInContainer(container) {
-                        if (!container) {
-                            return null;
-                        }
-
-                        if (container.nodeType === DOCUMENT_NODE) {
-                            return container.documentElement;
-                        } else {
-                            return container.firstChild;
-                        }
-                    }
-
-                    function shouldHydrateDueToLegacyHeuristic(container) {
-                        var rootElement = getReactRootElementInContainer(container);
-                        return !!(rootElement && rootElement.nodeType === ELEMENT_NODE && rootElement.hasAttribute(ROOT_ATTRIBUTE_NAME));
-                    }
-
-                    setBatchingImplementation(batchedUpdates$1, interactiveUpdates$1, flushInteractiveUpdates$1);
-
-                    var warnedAboutHydrateAPI = false;
-
-                    function legacyCreateRootFromDOMContainer(container, forceHydrate) {
-                        var shouldHydrate = forceHydrate || shouldHydrateDueToLegacyHeuristic(container);
-                        // First clear any existing content.
-                        if (!shouldHydrate) {
-                            var warned = false;
-                            var rootSibling = void 0;
-                            while (rootSibling = container.lastChild) {
-                                {
-                                    if (!warned && rootSibling.nodeType === ELEMENT_NODE && rootSibling.hasAttribute(ROOT_ATTRIBUTE_NAME)) {
-                                        warned = true;
-                                        warningWithoutStack$1(false, 'render(): Target node has markup rendered by React, but there ' + 'are unrelated nodes as well. This is most commonly caused by ' + 'white-space inserted around server-rendered markup.');
-                                    }
-                                }
-                                container.removeChild(rootSibling);
-                            }
-                        }
-                        {
-                            if (shouldHydrate && !forceHydrate && !warnedAboutHydrateAPI) {
-                                warnedAboutHydrateAPI = true;
-                                lowPriorityWarning$1(false, 'render(): Calling ReactDOM.render() to hydrate server-rendered markup ' + 'will stop working in React v17. Replace the ReactDOM.render() call ' + 'with ReactDOM.hydrate() if you want React to attach to the server HTML.');
-                            }
-                        }
-                        // Legacy roots are not async by default.
-                        var isConcurrent = false;
-                        return new ReactRoot(container, isConcurrent, shouldHydrate);
-                    }
-
-                    function legacyRenderSubtreeIntoContainer(parentComponent, children, container, forceHydrate, callback) {
-                        // TODO: Ensure all entry points contain this check
-                        !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;
-
-                        {
-                            topLevelUpdateWarnings(container);
-                        }
-
-                        // TODO: Without `any` type, Flow says "Property cannot be accessed on any
-                        // member of intersection type." Whyyyyyy.
-                        var root = container._reactRootContainer;
-                        if (!root) {
-                            // Initial mount
-                            root = container._reactRootContainer = legacyCreateRootFromDOMContainer(container, forceHydrate);
-                            if (typeof callback === 'function') {
-                                var originalCallback = callback;
-                                callback = function () {
-                                    var instance = getPublicRootInstance(root._internalRoot);
-                                    originalCallback.call(instance);
-                                };
-                            }
-                            // Initial mount should not be batched.
-                            unbatchedUpdates(function () {
-                                if (parentComponent != null) {
-                                    root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);
-                                } else {
-                                    root.render(children, callback);
-                                }
-                            });
-                        } else {
-                            if (typeof callback === 'function') {
-                                var _originalCallback = callback;
-                                callback = function () {
-                                    var instance = getPublicRootInstance(root._internalRoot);
-                                    _originalCallback.call(instance);
-                                };
-                            }
-                            // Update
-                            if (parentComponent != null) {
-                                root.legacy_renderSubtreeIntoContainer(parentComponent, children, callback);
-                            } else {
-                                root.render(children, callback);
-                            }
-                        }
-                        return getPublicRootInstance(root._internalRoot);
-                    }
-
-                    function createPortal$$1(children, container) {
-                        var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
-
-                        !isValidContainer(container) ? invariant(false, 'Target container is not a DOM element.') : void 0;
-                        // TODO: pass ReactDOM portal implementation as third argument
-                        return createPortal$1(children, container, null, key);
-                    }
-
-                    var ReactDOM = {
-                        createPortal: createPortal$$1,
-
-                        findDOMNode: function (componentOrElement) {
-                            {
-                                var owner = ReactCurrentOwner.current;
-                                if (owner !== null && owner.stateNode !== null) {
-                                    var warnedAboutRefsInRender = owner.stateNode._warnedAboutRefsInRender;
-                                    !warnedAboutRefsInRender ? warningWithoutStack$1(false, '%s is accessing findDOMNode inside its render(). ' + 'render() should be a pure function of props and state. It should ' + 'never access something that requires stale data from the previous ' + 'render, such as refs. Move this logic to componentDidMount and ' + 'componentDidUpdate instead.', getComponentName(owner.type) || 'A component') : void 0;
-                                    owner.stateNode._warnedAboutRefsInRender = true;
-                                }
-                            }
-                            if (componentOrElement == null) {
-                                return null;
-                            }
-                            if (componentOrElement.nodeType === ELEMENT_NODE) {
-                                return componentOrElement;
-                            }
-                            {
-                                return findHostInstanceWithWarning(componentOrElement, 'findDOMNode');
-                            }
-                            return findHostInstance(componentOrElement);
-                        },
-                        hydrate: function (element, container, callback) {
-                            // TODO: throw or warn if we couldn't hydrate?
-                            return legacyRenderSubtreeIntoContainer(null, element, container, true, callback);
-                        },
-                        render: function (element, container, callback) {
-                            return legacyRenderSubtreeIntoContainer(null, element, container, false, callback);
-                        },
-                        unstable_renderSubtreeIntoContainer: function (parentComponent, element, containerNode, callback) {
-                            !(parentComponent != null && has(parentComponent)) ? invariant(false, 'parentComponent must be a valid React Component') : void 0;
-                            return legacyRenderSubtreeIntoContainer(parentComponent, element, containerNode, false, callback);
-                        },
-                        unmountComponentAtNode: function (container) {
-                            !isValidContainer(container) ? invariant(false, 'unmountComponentAtNode(...): Target container is not a DOM element.') : void 0;
-
-                            if (container._reactRootContainer) {
-                                {
-                                    var rootEl = getReactRootElementInContainer(container);
-                                    var renderedByDifferentReact = rootEl && !getInstanceFromNode$1(rootEl);
-                                    !!renderedByDifferentReact ? warningWithoutStack$1(false, "unmountComponentAtNode(): The node you're attempting to unmount " + 'was rendered by another copy of React.') : void 0;
-                                }
-
-                                // Unmount should not be batched.
-                                unbatchedUpdates(function () {
-                                    legacyRenderSubtreeIntoContainer(null, null, container, false, function () {
-                                        container._reactRootContainer = null;
-                                    });
-                                });
-                                // If you call unmountComponentAtNode twice in quick succession, you'll
-                                // get `true` twice. That's probably fine?
-                                return true;
-                            } else {
-                                {
-                                    var _rootEl = getReactRootElementInContainer(container);
-                                    var hasNonRootReactChild = !!(_rootEl && getInstanceFromNode$1(_rootEl));
-
-                                    // Check if the container itself is a React root node.
-                                    var isContainerReactRoot = container.nodeType === ELEMENT_NODE && isValidContainer(container.parentNode) && !!container.parentNode._reactRootContainer;
-
-                                    !!hasNonRootReactChild ? warningWithoutStack$1(false, "unmountComponentAtNode(): The node you're attempting to unmount " + 'was rendered by React and is not a top-level container. %s', isContainerReactRoot ? 'You may have accidentally passed in a React root node instead ' + 'of its container.' : 'Instead, have the parent component update its state and ' + 'rerender in order to remove this component.') : void 0;
-                                }
-
-                                return false;
-                            }
-                        },
-
-
-                        // Temporary alias since we already shipped React 16 RC with it.
-                        // TODO: remove in React 17.
-                        unstable_createPortal: function () {
-                            if (!didWarnAboutUnstableCreatePortal) {
-                                didWarnAboutUnstableCreatePortal = true;
-                                lowPriorityWarning$1(false, 'The ReactDOM.unstable_createPortal() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactDOM.createPortal() instead. It has the exact same API, ' + 'but without the "unstable_" prefix.');
-                            }
-                            return createPortal$$1.apply(undefined, arguments);
-                        },
-
-
-                        unstable_batchedUpdates: batchedUpdates$1,
-
-                        unstable_interactiveUpdates: interactiveUpdates$1,
-
-                        flushSync: flushSync,
-
-                        unstable_createRoot: createRoot,
-                        unstable_flushControlled: flushControlled,
-
-                        __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {
-                            // Keep in sync with ReactDOMUnstableNativeDependencies.js
-                            // and ReactTestUtils.js. This is an array for better minification.
-                            Events: [getInstanceFromNode$1, getNodeFromInstance$1, getFiberCurrentPropsFromNode$1, injection.injectEventPluginsByName, eventNameDispatchConfigs, accumulateTwoPhaseDispatches, accumulateDirectDispatches, enqueueStateRestore, restoreStateIfNeeded, dispatchEvent, runEventsInBatch]
-                        }
-                    };
-
-                    function createRoot(container, options) {
-                        var functionName = enableStableConcurrentModeAPIs ? 'createRoot' : 'unstable_createRoot';
-                        !isValidContainer(container) ? invariant(false, '%s(...): Target container is not a DOM element.', functionName) : void 0;
-                        var hydrate = options != null && options.hydrate === true;
-                        return new ReactRoot(container, true, hydrate);
-                    }
-
-                    if (enableStableConcurrentModeAPIs) {
-                        ReactDOM.createRoot = createRoot;
-                        ReactDOM.unstable_createRoot = undefined;
-                    }
-
-                    var foundDevTools = injectIntoDevTools({
-                        findFiberByHostInstance: getClosestInstanceFromNode,
-                        bundleType: 1,
-                        version: ReactVersion,
-                        rendererPackageName: 'react-dom'
-                    });
-
-                    {
-                        if (!foundDevTools && canUseDOM && window.top === window.self) {
-                            // If we're in Chrome or Firefox, provide a download link if not installed.
-                            if (navigator.userAgent.indexOf('Chrome') > -1 && navigator.userAgent.indexOf('Edge') === -1 || navigator.userAgent.indexOf('Firefox') > -1) {
-                                var protocol = window.location.protocol;
-                                // Don't warn in exotic cases like chrome-extension://.
-                                if (/^(https?|file):$/.test(protocol)) {
-                                    console.info('%cDownload the React DevTools ' + 'for a better development experience: ' + 'https://fb.me/react-devtools' + (protocol === 'file:' ? '\nYou might need to use a local HTTP server (instead of file://): ' + 'https://fb.me/react-devtools-faq' : ''), 'font-weight:bold');
-                                }
-                            }
-                        }
-                    }
-
-
-                    var ReactDOM$2 = Object.freeze({
-                        default: ReactDOM
-                    });
-
-                    var ReactDOM$3 = (ReactDOM$2 && ReactDOM) || ReactDOM$2;
-
-// TODO: decide on the top-level export form.
-// This is hacky but makes it work with both Rollup and Jest.
-                    var reactDom = ReactDOM$3.default || ReactDOM$3;
-
-                    module.exports = reactDom;
-                })();
-            }
-
-        }).call(this, require('_process'))
-    }, {
-        "_process": 3,
-        "object-assign": 2,
-        "prop-types/checkPropTypes": 4,
-        "react": 14,
-        "scheduler": 19,
-        "scheduler/tracing": 20
-    }],
-    10: [function (require, module, exports) {
-        /** @license React v16.7.0
-         * react-dom.production.min.js
-         *
-         * Copyright (c) Facebook, Inc. and its affiliates.
-         *
-         * This source code is licensed under the MIT license found in the
-         * LICENSE file in the root directory of this source tree.
-         */
-
-        /*
- Modernizr 3.0.0pre (Custom Build) | MIT
-*/
-        'use strict';
-        var aa = require("react"), n = require("object-assign"), ba = require("scheduler");
-
-        function ca(a, b, c, d, e, f, g, h) {
-            if (!a) {
-                a = void 0;
-                if (void 0 === b) a = Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."); else {
-                    var k = [c, d, e, f, g, h], l = 0;
-                    a = Error(b.replace(/%s/g, function () {
-                        return k[l++]
-                    }));
-                    a.name = "Invariant Violation"
-                }
-                a.framesToPop = 1;
-                throw a;
-            }
-        }
-
-        function t(a) {
-            for (var b = arguments.length - 1, c = "https://reactjs.org/docs/error-decoder.html?invariant=" + a, d = 0; d < b; d++) c += "&args[]=" + encodeURIComponent(arguments[d + 1]);
-            ca(!1, "Minified React error #" + a + "; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ", c)
-        }
-
-        aa ? void 0 : t("227");
-
-        function da(a, b, c, d, e, f, g, h, k) {
-            var l = Array.prototype.slice.call(arguments, 3);
-            try {
-                b.apply(c, l)
-            } catch (m) {
-                this.onError(m)
-            }
-        }
-
-        var ea = !1, fa = null, ha = !1, ia = null, ja = {
-            onError: function (a) {
-                ea = !0;
-                fa = a
-            }
-        };
-
-        function ka(a, b, c, d, e, f, g, h, k) {
-            ea = !1;
-            fa = null;
-            da.apply(ja, arguments)
-        }
-
-        function la(a, b, c, d, e, f, g, h, k) {
-            ka.apply(this, arguments);
-            if (ea) {
-                if (ea) {
-                    var l = fa;
-                    ea = !1;
-                    fa = null
-                } else t("198"), l = void 0;
-                ha || (ha = !0, ia = l)
-            }
-        }
-
-        var ma = null, na = {};
-
-        function oa() {
-            if (ma) for (var a in na) {
-                var b = na[a], c = ma.indexOf(a);
-                -1 < c ? void 0 : t("96", a);
-                if (!pa[c]) {
-                    b.extractEvents ? void 0 : t("97", a);
-                    pa[c] = b;
-                    c = b.eventTypes;
-                    for (var d in c) {
-                        var e = void 0;
-                        var f = c[d], g = b, h = d;
-                        qa.hasOwnProperty(h) ? t("99", h) : void 0;
-                        qa[h] = f;
-                        var k = f.phasedRegistrationNames;
-                        if (k) {
-                            for (e in k) k.hasOwnProperty(e) && ra(k[e], g, h);
-                            e = !0
-                        } else f.registrationName ? (ra(f.registrationName, g, h), e = !0) : e = !1;
-                        e ? void 0 : t("98", d, a)
-                    }
-                }
-            }
-        }
-
-        function ra(a, b, c) {
-            sa[a] ? t("100", a) : void 0;
-            sa[a] = b;
-            ta[a] = b.eventTypes[c].dependencies
-        }
-
-        var pa = [], qa = {}, sa = {}, ta = {}, ua = null, va = null, wa = null;
-
-        function xa(a, b, c) {
-            var d = a.type || "unknown-event";
-            a.currentTarget = wa(c);
-            la(d, b, void 0, a);
-            a.currentTarget = null
-        }
-
-        function ya(a, b) {
-            null == b ? t("30") : void 0;
-            if (null == a) return b;
-            if (Array.isArray(a)) {
-                if (Array.isArray(b)) return a.push.apply(a, b), a;
-                a.push(b);
-                return a
-            }
-            return Array.isArray(b) ? [a].concat(b) : [a, b]
-        }
-
-        function za(a, b, c) {
-            Array.isArray(a) ? a.forEach(b, c) : a && b.call(c, a)
-        }
-
-        var Aa = null;
-
-        function Ba(a) {
-            if (a) {
-                var b = a._dispatchListeners, c = a._dispatchInstances;
-                if (Array.isArray(b)) for (var d = 0; d < b.length && !a.isPropagationStopped(); d++) xa(a, b[d], c[d]); else b && xa(a, b, c);
-                a._dispatchListeners = null;
-                a._dispatchInstances = null;
-                a.isPersistent() || a.constructor.release(a)
-            }
-        }
-
-        var Ca = {
-            injectEventPluginOrder: function (a) {
-                ma ? t("101") : void 0;
-                ma = Array.prototype.slice.call(a);
-                oa()
-            }, injectEventPluginsByName: function (a) {
-                var b = !1, c;
-                for (c in a) if (a.hasOwnProperty(c)) {
-                    var d = a[c];
-                    na.hasOwnProperty(c) && na[c] === d || (na[c] ? t("102", c) : void 0, na[c] = d, b = !0)
-                }
-                b && oa()
-            }
-        };
-
-        function Da(a, b) {
-            var c = a.stateNode;
-            if (!c) return null;
-            var d = ua(c);
-            if (!d) return null;
-            c = d[b];
-            a:switch (b) {
-                case "onClick":
-                case "onClickCapture":
-                case "onDoubleClick":
-                case "onDoubleClickCapture":
-                case "onMouseDown":
-                case "onMouseDownCapture":
-                case "onMouseMove":
-                case "onMouseMoveCapture":
-                case "onMouseUp":
-                case "onMouseUpCapture":
-                    (d = !d.disabled) || (a = a.type, d = !("button" === a || "input" === a || "select" === a || "textarea" === a));
-                    a = !d;
-                    break a;
-                default:
-                    a = !1
-            }
-            if (a) return null;
-            c && "function" !== typeof c ? t("231", b, typeof c) : void 0;
-            return c
-        }
-
-        function Ea(a) {
-            null !== a && (Aa = ya(Aa, a));
-            a = Aa;
-            Aa = null;
-            if (a && (za(a, Ba), Aa ? t("95") : void 0, ha)) throw a = ia, ha = !1, ia = null, a;
-        }
-
-        var Fa = Math.random().toString(36).slice(2), Ga = "__reactInternalInstance$" + Fa,
-            Ha = "__reactEventHandlers$" + Fa;
-
-        function Ia(a) {
-            if (a[Ga]) return a[Ga];
-            for (; !a[Ga];) if (a.parentNode) a = a.parentNode; else return null;
-            a = a[Ga];
-            return 5 === a.tag || 6 === a.tag ? a : null
-        }
-
-        function Ja(a) {
-            a = a[Ga];
-            return !a || 5 !== a.tag && 6 !== a.tag ? null : a
-        }
-
-        function Ka(a) {
-            if (5 === a.tag || 6 === a.tag) return a.stateNode;
-            t("33")
-        }
-
-        function La(a) {
-            return a[Ha] || null
-        }
-
-        function Ma(a) {
-            do a = a.return; while (a && 5 !== a.tag);
-            return a ? a : null
-        }
-
-        function Na(a, b, c) {
-            if (b = Da(a, c.dispatchConfig.phasedRegistrationNames[b])) c._dispatchListeners = ya(c._dispatchListeners, b), c._dispatchInstances = ya(c._dispatchInstances, a)
-        }
-
-        function Oa(a) {
-            if (a && a.dispatchConfig.phasedRegistrationNames) {
-                for (var b = a._targetInst, c = []; b;) c.push(b), b = Ma(b);
-                for (b = c.length; 0 < b--;) Na(c[b], "captured", a);
-                for (b = 0; b < c.length; b++) Na(c[b], "bubbled", a)
-            }
-        }
-
-        function Pa(a, b, c) {
-            a && c && c.dispatchConfig.registrationName && (b = Da(a, c.dispatchConfig.registrationName)) && (c._dispatchListeners = ya(c._dispatchListeners, b), c._dispatchInstances = ya(c._dispatchInstances, a))
-        }
-
-        function Qa(a) {
-            a && a.dispatchConfig.registrationName && Pa(a._targetInst, null, a)
-        }
-
-        function Ra(a) {
-            za(a, Oa)
-        }
-
-        var Sa = !("undefined" === typeof window || !window.document || !window.document.createElement);
-
-        function Ta(a, b) {
-            var c = {};
-            c[a.toLowerCase()] = b.toLowerCase();
-            c["Webkit" + a] = "webkit" + b;
-            c["Moz" + a] = "moz" + b;
-            return c
-        }
-
-        var Ua = {
-            animationend: Ta("Animation", "AnimationEnd"),
-            animationiteration: Ta("Animation", "AnimationIteration"),
-            animationstart: Ta("Animation", "AnimationStart"),
-            transitionend: Ta("Transition", "TransitionEnd")
-        }, Va = {}, Wa = {};
-        Sa && (Wa = document.createElement("div").style, "AnimationEvent" in window || (delete Ua.animationend.animation, delete Ua.animationiteration.animation, delete Ua.animationstart.animation), "TransitionEvent" in window || delete Ua.transitionend.transition);
-
-        function Xa(a) {
-            if (Va[a]) return Va[a];
-            if (!Ua[a]) return a;
-            var b = Ua[a], c;
-            for (c in b) if (b.hasOwnProperty(c) && c in Wa) return Va[a] = b[c];
-            return a
-        }
-
-        var Ya = Xa("animationend"), Za = Xa("animationiteration"), $a = Xa("animationstart"), ab = Xa("transitionend"),
-            bb = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),
-            cb = null, eb = null, fb = null;
-
-        function gb() {
-            if (fb) return fb;
-            var a, b = eb, c = b.length, d, e = "value" in cb ? cb.value : cb.textContent, f = e.length;
-            for (a = 0; a < c && b[a] === e[a]; a++) ;
-            var g = c - a;
-            for (d = 1; d <= g && b[c - d] === e[f - d]; d++) ;
-            return fb = e.slice(a, 1 < d ? 1 - d : void 0)
-        }
-
-        function hb() {
-            return !0
-        }
-
-        function ib() {
-            return !1
-        }
-
-        function z(a, b, c, d) {
-            this.dispatchConfig = a;
-            this._targetInst = b;
-            this.nativeEvent = c;
-            a = this.constructor.Interface;
-            for (var e in a) a.hasOwnProperty(e) && ((b = a[e]) ? this[e] = b(c) : "target" === e ? this.target = d : this[e] = c[e]);
-            this.isDefaultPrevented = (null != c.defaultPrevented ? c.defaultPrevented : !1 === c.returnValue) ? hb : ib;
-            this.isPropagationStopped = ib;
-            return this
-        }
-
-        n(z.prototype, {
-            preventDefault: function () {
-                this.defaultPrevented = !0;
-                var a = this.nativeEvent;
-                a && (a.preventDefault ? a.preventDefault() : "unknown" !== typeof a.returnValue && (a.returnValue = !1), this.isDefaultPrevented = hb)
-            }, stopPropagation: function () {
-                var a = this.nativeEvent;
-                a && (a.stopPropagation ? a.stopPropagation() : "unknown" !== typeof a.cancelBubble && (a.cancelBubble = !0), this.isPropagationStopped = hb)
-            }, persist: function () {
-                this.isPersistent = hb
-            }, isPersistent: ib, destructor: function () {
-                var a = this.constructor.Interface,
-                    b;
-                for (b in a) this[b] = null;
-                this.nativeEvent = this._targetInst = this.dispatchConfig = null;
-                this.isPropagationStopped = this.isDefaultPrevented = ib;
-                this._dispatchInstances = this._dispatchListeners = null
-            }
-        });
-        z.Interface = {
-            type: null, target: null, currentTarget: function () {
-                return null
-            }, eventPhase: null, bubbles: null, cancelable: null, timeStamp: function (a) {
-                return a.timeStamp || Date.now()
-            }, defaultPrevented: null, isTrusted: null
-        };
-        z.extend = function (a) {
-            function b() {
-            }
-
-            function c() {
-                return d.apply(this, arguments)
-            }
-
-            var d = this;
-            b.prototype = d.prototype;
-            var e = new b;
-            n(e, c.prototype);
-            c.prototype = e;
-            c.prototype.constructor = c;
-            c.Interface = n({}, d.Interface, a);
-            c.extend = d.extend;
-            jb(c);
-            return c
-        };
-        jb(z);
-
-        function kb(a, b, c, d) {
-            if (this.eventPool.length) {
-                var e = this.eventPool.pop();
-                this.call(e, a, b, c, d);
-                return e
-            }
-            return new this(a, b, c, d)
-        }
-
-        function lb(a) {
-            a instanceof this ? void 0 : t("279");
-            a.destructor();
-            10 > this.eventPool.length && this.eventPool.push(a)
-        }
-
-        function jb(a) {
-            a.eventPool = [];
-            a.getPooled = kb;
-            a.release = lb
-        }
-
-        var mb = z.extend({data: null}), nb = z.extend({data: null}), ob = [9, 13, 27, 32],
-            pb = Sa && "CompositionEvent" in window, qb = null;
-        Sa && "documentMode" in document && (qb = document.documentMode);
-        var rb = Sa && "TextEvent" in window && !qb, sb = Sa && (!pb || qb && 8 < qb && 11 >= qb),
-            tb = String.fromCharCode(32), ub = {
-                beforeInput: {
-                    phasedRegistrationNames: {bubbled: "onBeforeInput", captured: "onBeforeInputCapture"},
-                    dependencies: ["compositionend", "keypress", "textInput", "paste"]
-                },
-                compositionEnd: {
-                    phasedRegistrationNames: {
-                        bubbled: "onCompositionEnd",
-                        captured: "onCompositionEndCapture"
-                    }, dependencies: "blur compositionend keydown keypress keyup mousedown".split(" ")
-                },
-                compositionStart: {
-                    phasedRegistrationNames: {
-                        bubbled: "onCompositionStart",
-                        captured: "onCompositionStartCapture"
-                    }, dependencies: "blur compositionstart keydown keypress keyup mousedown".split(" ")
-                },
-                compositionUpdate: {
-                    phasedRegistrationNames: {
-                        bubbled: "onCompositionUpdate",
-                        captured: "onCompositionUpdateCapture"
-                    }, dependencies: "blur compositionupdate keydown keypress keyup mousedown".split(" ")
-                }
-            }, vb = !1;
-
-        function wb(a, b) {
-            switch (a) {
-                case "keyup":
-                    return -1 !== ob.indexOf(b.keyCode);
-                case "keydown":
-                    return 229 !== b.keyCode;
-                case "keypress":
-                case "mousedown":
-                case "blur":
-                    return !0;
-                default:
-                    return !1
-            }
-        }
-
-        function xb(a) {
-            a = a.detail;
-            return "object" === typeof a && "data" in a ? a.data : null
-        }
-
-        var yb = !1;
-
-        function zb(a, b) {
-            switch (a) {
-                case "compositionend":
-                    return xb(b);
-                case "keypress":
-                    if (32 !== b.which) return null;
-                    vb = !0;
-                    return tb;
-                case "textInput":
-                    return a = b.data, a === tb && vb ? null : a;
-                default:
-                    return null
-            }
-        }
-
-        function Ab(a, b) {
-            if (yb) return "compositionend" === a || !pb && wb(a, b) ? (a = gb(), fb = eb = cb = null, yb = !1, a) : null;
-            switch (a) {
-                case "paste":
-                    return null;
-                case "keypress":
-                    if (!(b.ctrlKey || b.altKey || b.metaKey) || b.ctrlKey && b.altKey) {
-                        if (b.char && 1 < b.char.length) return b.char;
-                        if (b.which) return String.fromCharCode(b.which)
-                    }
-                    return null;
-                case "compositionend":
-                    return sb && "ko" !== b.locale ? null : b.data;
-                default:
-                    return null
-            }
-        }
-
-        var Bb = {
-            eventTypes: ub, extractEvents: function (a, b, c, d) {
-                var e = void 0;
-                var f = void 0;
-                if (pb) b:{
-                    switch (a) {
-                        case "compositionstart":
-                            e = ub.compositionStart;
-                            break b;
-                        case "compositionend":
-                            e = ub.compositionEnd;
-                            break b;
-                        case "compositionupdate":
-                            e = ub.compositionUpdate;
-                            break b
-                    }
-                    e = void 0
-                } else yb ? wb(a, c) && (e = ub.compositionEnd) : "keydown" === a && 229 === c.keyCode && (e = ub.compositionStart);
-                e ? (sb && "ko" !== c.locale && (yb || e !== ub.compositionStart ? e === ub.compositionEnd && yb && (f = gb()) : (cb = d, eb = "value" in cb ? cb.value : cb.textContent, yb =
-                    !0)), e = mb.getPooled(e, b, c, d), f ? e.data = f : (f = xb(c), null !== f && (e.data = f)), Ra(e), f = e) : f = null;
-                (a = rb ? zb(a, c) : Ab(a, c)) ? (b = nb.getPooled(ub.beforeInput, b, c, d), b.data = a, Ra(b)) : b = null;
-                return null === f ? b : null === b ? f : [f, b]
-            }
-        }, Cb = null, Db = null, Eb = null;
-
-        function Hb(a) {
-            if (a = va(a)) {
-                "function" !== typeof Cb ? t("280") : void 0;
-                var b = ua(a.stateNode);
-                Cb(a.stateNode, a.type, b)
-            }
-        }
-
-        function Ib(a) {
-            Db ? Eb ? Eb.push(a) : Eb = [a] : Db = a
-        }
-
-        function Jb() {
-            if (Db) {
-                var a = Db, b = Eb;
-                Eb = Db = null;
-                Hb(a);
-                if (b) for (a = 0; a < b.length; a++) Hb(b[a])
-            }
-        }
-
-        function Kb(a, b) {
-            return a(b)
-        }
-
-        function Lb(a, b, c) {
-            return a(b, c)
-        }
-
-        function Mb() {
-        }
-
-        var Nb = !1;
-
-        function Ob(a, b) {
-            if (Nb) return a(b);
-            Nb = !0;
-            try {
-                return Kb(a, b)
-            } finally {
-                if (Nb = !1, null !== Db || null !== Eb) Mb(), Jb()
-            }
-        }
-
-        var Pb = {
-            color: !0,
-            date: !0,
-            datetime: !0,
-            "datetime-local": !0,
-            email: !0,
-            month: !0,
-            number: !0,
-            password: !0,
-            range: !0,
-            search: !0,
-            tel: !0,
-            text: !0,
-            time: !0,
-            url: !0,
-            week: !0
-        };
-
-        function Qb(a) {
-            var b = a && a.nodeName && a.nodeName.toLowerCase();
-            return "input" === b ? !!Pb[a.type] : "textarea" === b ? !0 : !1
-        }
-
-        function Rb(a) {
-            a = a.target || a.srcElement || window;
-            a.correspondingUseElement && (a = a.correspondingUseElement);
-            return 3 === a.nodeType ? a.parentNode : a
-        }
-
-        function Sb(a) {
-            if (!Sa) return !1;
-            a = "on" + a;
-            var b = a in document;
-            b || (b = document.createElement("div"), b.setAttribute(a, "return;"), b = "function" === typeof b[a]);
-            return b
-        }
-
-        function Tb(a) {
-            var b = a.type;
-            return (a = a.nodeName) && "input" === a.toLowerCase() && ("checkbox" === b || "radio" === b)
-        }
-
-        function Ub(a) {
-            var b = Tb(a) ? "checked" : "value", c = Object.getOwnPropertyDescriptor(a.constructor.prototype, b),
-                d = "" + a[b];
-            if (!a.hasOwnProperty(b) && "undefined" !== typeof c && "function" === typeof c.get && "function" === typeof c.set) {
-                var e = c.get, f = c.set;
-                Object.defineProperty(a, b, {
-                    configurable: !0, get: function () {
-                        return e.call(this)
-                    }, set: function (a) {
-                        d = "" + a;
-                        f.call(this, a)
-                    }
-                });
-                Object.defineProperty(a, b, {enumerable: c.enumerable});
-                return {
-                    getValue: function () {
-                        return d
-                    }, setValue: function (a) {
-                        d = "" + a
-                    }, stopTracking: function () {
-                        a._valueTracker =
-                            null;
-                        delete a[b]
-                    }
-                }
-            }
-        }
-
-        function Vb(a) {
-            a._valueTracker || (a._valueTracker = Ub(a))
-        }
-
-        function Wb(a) {
-            if (!a) return !1;
-            var b = a._valueTracker;
-            if (!b) return !0;
-            var c = b.getValue();
-            var d = "";
-            a && (d = Tb(a) ? a.checked ? "true" : "false" : a.value);
-            a = d;
-            return a !== c ? (b.setValue(a), !0) : !1
-        }
-
-        var Xb = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, Yb = /^(.*)[\\\/]/,
-            D = "function" === typeof Symbol && Symbol.for, Zb = D ? Symbol.for("react.element") : 60103,
-            $b = D ? Symbol.for("react.portal") : 60106, ac = D ? Symbol.for("react.fragment") : 60107,
-            bc = D ? Symbol.for("react.strict_mode") : 60108, cc = D ? Symbol.for("react.profiler") : 60114,
-            dc = D ? Symbol.for("react.provider") : 60109, ec = D ? Symbol.for("react.context") : 60110,
-            fc = D ? Symbol.for("react.concurrent_mode") : 60111, gc = D ? Symbol.for("react.forward_ref") : 60112,
-            hc = D ? Symbol.for("react.suspense") :
-                60113, ic = D ? Symbol.for("react.memo") : 60115, jc = D ? Symbol.for("react.lazy") : 60116,
-            kc = "function" === typeof Symbol && Symbol.iterator;
-
-        function lc(a) {
-            if (null === a || "object" !== typeof a) return null;
-            a = kc && a[kc] || a["@@iterator"];
-            return "function" === typeof a ? a : null
-        }
-
-        function mc(a) {
-            if (null == a) return null;
-            if ("function" === typeof a) return a.displayName || a.name || null;
-            if ("string" === typeof a) return a;
-            switch (a) {
-                case fc:
-                    return "ConcurrentMode";
-                case ac:
-                    return "Fragment";
-                case $b:
-                    return "Portal";
-                case cc:
-                    return "Profiler";
-                case bc:
-                    return "StrictMode";
-                case hc:
-                    return "Suspense"
-            }
-            if ("object" === typeof a) switch (a.$$typeof) {
-                case ec:
-                    return "Context.Consumer";
-                case dc:
-                    return "Context.Provider";
-                case gc:
-                    var b = a.render;
-                    b = b.displayName || b.name || "";
-                    return a.displayName || ("" !== b ? "ForwardRef(" + b +
-                        ")" : "ForwardRef");
-                case ic:
-                    return mc(a.type);
-                case jc:
-                    if (a = 1 === a._status ? a._result : null) return mc(a)
-            }
-            return null
-        }
-
-        function nc(a) {
-            var b = "";
-            do {
-                a:switch (a.tag) {
-                    case 3:
-                    case 4:
-                    case 6:
-                    case 7:
-                    case 10:
-                    case 9:
-                        var c = "";
-                        break a;
-                    default:
-                        var d = a._debugOwner, e = a._debugSource, f = mc(a.type);
-                        c = null;
-                        d && (c = mc(d.type));
-                        d = f;
-                        f = "";
-                        e ? f = " (at " + e.fileName.replace(Yb, "") + ":" + e.lineNumber + ")" : c && (f = " (created by " + c + ")");
-                        c = "\n    in " + (d || "Unknown") + f
-                }
-                b += c;
-                a = a.return
-            } while (a);
-            return b
-        }
-
-        var oc = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
-            pc = Object.prototype.hasOwnProperty, qc = {}, rc = {};
-
-        function sc(a) {
-            if (pc.call(rc, a)) return !0;
-            if (pc.call(qc, a)) return !1;
-            if (oc.test(a)) return rc[a] = !0;
-            qc[a] = !0;
-            return !1
-        }
-
-        function tc(a, b, c, d) {
-            if (null !== c && 0 === c.type) return !1;
-            switch (typeof b) {
-                case "function":
-                case "symbol":
-                    return !0;
-                case "boolean":
-                    if (d) return !1;
-                    if (null !== c) return !c.acceptsBooleans;
-                    a = a.toLowerCase().slice(0, 5);
-                    return "data-" !== a && "aria-" !== a;
-                default:
-                    return !1
-            }
-        }
-
-        function uc(a, b, c, d) {
-            if (null === b || "undefined" === typeof b || tc(a, b, c, d)) return !0;
-            if (d) return !1;
-            if (null !== c) switch (c.type) {
-                case 3:
-                    return !b;
-                case 4:
-                    return !1 === b;
-                case 5:
-                    return isNaN(b);
-                case 6:
-                    return isNaN(b) || 1 > b
-            }
-            return !1
-        }
-
-        function E(a, b, c, d, e) {
-            this.acceptsBooleans = 2 === b || 3 === b || 4 === b;
-            this.attributeName = d;
-            this.attributeNamespace = e;
-            this.mustUseProperty = c;
-            this.propertyName = a;
-            this.type = b
-        }
-
-        var F = {};
-        "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function (a) {
-            F[a] = new E(a, 0, !1, a, null)
-        });
-        [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function (a) {
-            var b = a[0];
-            F[b] = new E(b, 1, !1, a[1], null)
-        });
-        ["contentEditable", "draggable", "spellCheck", "value"].forEach(function (a) {
-            F[a] = new E(a, 2, !1, a.toLowerCase(), null)
-        });
-        ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function (a) {
-            F[a] = new E(a, 2, !1, a, null)
-        });
-        "allowFullScreen async autoFocus autoPlay controls default defer disabled formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function (a) {
-            F[a] = new E(a, 3, !1, a.toLowerCase(), null)
-        });
-        ["checked", "multiple", "muted", "selected"].forEach(function (a) {
-            F[a] = new E(a, 3, !0, a, null)
-        });
-        ["capture", "download"].forEach(function (a) {
-            F[a] = new E(a, 4, !1, a, null)
-        });
-        ["cols", "rows", "size", "span"].forEach(function (a) {
-            F[a] = new E(a, 6, !1, a, null)
-        });
-        ["rowSpan", "start"].forEach(function (a) {
-            F[a] = new E(a, 5, !1, a.toLowerCase(), null)
-        });
-        var vc = /[\-:]([a-z])/g;
-
-        function wc(a) {
-            return a[1].toUpperCase()
-        }
-
-        "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function (a) {
-            var b = a.replace(vc,
-                wc);
-            F[b] = new E(b, 1, !1, a, null)
-        });
-        "xlink:actuate xlink:arcrole xlink:href xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function (a) {
-            var b = a.replace(vc, wc);
-            F[b] = new E(b, 1, !1, a, "http://www.w3.org/1999/xlink")
-        });
-        ["xml:base", "xml:lang", "xml:space"].forEach(function (a) {
-            var b = a.replace(vc, wc);
-            F[b] = new E(b, 1, !1, a, "http://www.w3.org/XML/1998/namespace")
-        });
-        F.tabIndex = new E("tabIndex", 1, !1, "tabindex", null);
-
-        function xc(a, b, c, d) {
-            var e = F.hasOwnProperty(b) ? F[b] : null;
-            var f = null !== e ? 0 === e.type : d ? !1 : !(2 < b.length) || "o" !== b[0] && "O" !== b[0] || "n" !== b[1] && "N" !== b[1] ? !1 : !0;
-            f || (uc(b, c, e, d) && (c = null), d || null === e ? sc(b) && (null === c ? a.removeAttribute(b) : a.setAttribute(b, "" + c)) : e.mustUseProperty ? a[e.propertyName] = null === c ? 3 === e.type ? !1 : "" : c : (b = e.attributeName, d = e.attributeNamespace, null === c ? a.removeAttribute(b) : (e = e.type, c = 3 === e || 4 === e && !0 === c ? "" : "" + c, d ? a.setAttributeNS(d, b, c) : a.setAttribute(b, c))))
-        }
-
-        function yc(a) {
-            switch (typeof a) {
-                case "boolean":
-                case "number":
-                case "object":
-                case "string":
-                case "undefined":
-                    return a;
-                default:
-                    return ""
-            }
-        }
-
-        function zc(a, b) {
-            var c = b.checked;
-            return n({}, b, {
-                defaultChecked: void 0,
-                defaultValue: void 0,
-                value: void 0,
-                checked: null != c ? c : a._wrapperState.initialChecked
-            })
-        }
-
-        function Ac(a, b) {
-            var c = null == b.defaultValue ? "" : b.defaultValue, d = null != b.checked ? b.checked : b.defaultChecked;
-            c = yc(null != b.value ? b.value : c);
-            a._wrapperState = {
-                initialChecked: d,
-                initialValue: c,
-                controlled: "checkbox" === b.type || "radio" === b.type ? null != b.checked : null != b.value
-            }
-        }
-
-        function Bc(a, b) {
-            b = b.checked;
-            null != b && xc(a, "checked", b, !1)
-        }
-
-        function Cc(a, b) {
-            Bc(a, b);
-            var c = yc(b.value), d = b.type;
-            if (null != c) if ("number" === d) {
-                if (0 === c && "" === a.value || a.value != c) a.value = "" + c
-            } else a.value !== "" + c && (a.value = "" + c); else if ("submit" === d || "reset" === d) {
-                a.removeAttribute("value");
-                return
-            }
-            b.hasOwnProperty("value") ? Dc(a, b.type, c) : b.hasOwnProperty("defaultValue") && Dc(a, b.type, yc(b.defaultValue));
-            null == b.checked && null != b.defaultChecked && (a.defaultChecked = !!b.defaultChecked)
-        }
-
-        function Ec(a, b, c) {
-            if (b.hasOwnProperty("value") || b.hasOwnProperty("defaultValue")) {
-                var d = b.type;
-                if (!("submit" !== d && "reset" !== d || void 0 !== b.value && null !== b.value)) return;
-                b = "" + a._wrapperState.initialValue;
-                c || b === a.value || (a.value = b);
-                a.defaultValue = b
-            }
-            c = a.name;
-            "" !== c && (a.name = "");
-            a.defaultChecked = !a.defaultChecked;
-            a.defaultChecked = !!a._wrapperState.initialChecked;
-            "" !== c && (a.name = c)
-        }
-
-        function Dc(a, b, c) {
-            if ("number" !== b || a.ownerDocument.activeElement !== a) null == c ? a.defaultValue = "" + a._wrapperState.initialValue : a.defaultValue !== "" + c && (a.defaultValue = "" + c)
-        }
-
-        var Fc = {
-            change: {
-                phasedRegistrationNames: {bubbled: "onChange", captured: "onChangeCapture"},
-                dependencies: "blur change click focus input keydown keyup selectionchange".split(" ")
-            }
-        };
-
-        function Gc(a, b, c) {
-            a = z.getPooled(Fc.change, a, b, c);
-            a.type = "change";
-            Ib(c);
-            Ra(a);
-            return a
-        }
-
-        var Jc = null, Kc = null;
-
-        function Lc(a) {
-            Ea(a)
-        }
-
-        function Mc(a) {
-            var b = Ka(a);
-            if (Wb(b)) return a
-        }
-
-        function Nc(a, b) {
-            if ("change" === a) return b
-        }
-
-        var Oc = !1;
-        Sa && (Oc = Sb("input") && (!document.documentMode || 9 < document.documentMode));
-
-        function Pc() {
-            Jc && (Jc.detachEvent("onpropertychange", Qc), Kc = Jc = null)
-        }
-
-        function Qc(a) {
-            "value" === a.propertyName && Mc(Kc) && (a = Gc(Kc, a, Rb(a)), Ob(Lc, a))
-        }
-
-        function Rc(a, b, c) {
-            "focus" === a ? (Pc(), Jc = b, Kc = c, Jc.attachEvent("onpropertychange", Qc)) : "blur" === a && Pc()
-        }
-
-        function Sc(a) {
-            if ("selectionchange" === a || "keyup" === a || "keydown" === a) return Mc(Kc)
-        }
-
-        function Tc(a, b) {
-            if ("click" === a) return Mc(b)
-        }
-
-        function Uc(a, b) {
-            if ("input" === a || "change" === a) return Mc(b)
-        }
-
-        var Vc = {
-            eventTypes: Fc, _isInputEventSupported: Oc, extractEvents: function (a, b, c, d) {
-                var e = b ? Ka(b) : window, f = void 0, g = void 0, h = e.nodeName && e.nodeName.toLowerCase();
-                "select" === h || "input" === h && "file" === e.type ? f = Nc : Qb(e) ? Oc ? f = Uc : (f = Sc, g = Rc) : (h = e.nodeName) && "input" === h.toLowerCase() && ("checkbox" === e.type || "radio" === e.type) && (f = Tc);
-                if (f && (f = f(a, b))) return Gc(f, c, d);
-                g && g(a, e, b);
-                "blur" === a && (a = e._wrapperState) && a.controlled && "number" === e.type && Dc(e, "number", e.value)
-            }
-        }, Wc = z.extend({view: null, detail: null}), Xc = {
-            Alt: "altKey",
-            Control: "ctrlKey", Meta: "metaKey", Shift: "shiftKey"
-        };
-
-        function Yc(a) {
-            var b = this.nativeEvent;
-            return b.getModifierState ? b.getModifierState(a) : (a = Xc[a]) ? !!b[a] : !1
-        }
-
-        function Zc() {
-            return Yc
-        }
-
-        var $c = 0, ad = 0, bd = !1, cd = !1, dd = Wc.extend({
-            screenX: null,
-            screenY: null,
-            clientX: null,
-            clientY: null,
-            pageX: null,
-            pageY: null,
-            ctrlKey: null,
-            shiftKey: null,
-            altKey: null,
-            metaKey: null,
-            getModifierState: Zc,
-            button: null,
-            buttons: null,
-            relatedTarget: function (a) {
-                return a.relatedTarget || (a.fromElement === a.srcElement ? a.toElement : a.fromElement)
-            },
-            movementX: function (a) {
-                if ("movementX" in a) return a.movementX;
-                var b = $c;
-                $c = a.screenX;
-                return bd ? "mousemove" === a.type ? a.screenX - b : 0 : (bd = !0, 0)
-            },
-            movementY: function (a) {
-                if ("movementY" in a) return a.movementY;
-                var b = ad;
-                ad = a.screenY;
-                return cd ? "mousemove" === a.type ? a.screenY - b : 0 : (cd = !0, 0)
-            }
-        }), ed = dd.extend({
-            pointerId: null,
-            width: null,
-            height: null,
-            pressure: null,
-            tangentialPressure: null,
-            tiltX: null,
-            tiltY: null,
-            twist: null,
-            pointerType: null,
-            isPrimary: null
-        }), fd = {
-            mouseEnter: {registrationName: "onMouseEnter", dependencies: ["mouseout", "mouseover"]},
-            mouseLeave: {registrationName: "onMouseLeave", dependencies: ["mouseout", "mouseover"]},
-            pointerEnter: {registrationName: "onPointerEnter", dependencies: ["pointerout", "pointerover"]},
-            pointerLeave: {
-                registrationName: "onPointerLeave",
-                dependencies: ["pointerout", "pointerover"]
-            }
-        }, gd = {
-            eventTypes: fd, extractEvents: function (a, b, c, d) {
-                var e = "mouseover" === a || "pointerover" === a, f = "mouseout" === a || "pointerout" === a;
-                if (e && (c.relatedTarget || c.fromElement) || !f && !e) return null;
-                e = d.window === d ? d : (e = d.ownerDocument) ? e.defaultView || e.parentWindow : window;
-                f ? (f = b, b = (b = c.relatedTarget || c.toElement) ? Ia(b) : null) : f = null;
-                if (f === b) return null;
-                var g = void 0, h = void 0, k = void 0, l = void 0;
-                if ("mouseout" === a || "mouseover" === a) g = dd, h = fd.mouseLeave, k = fd.mouseEnter, l = "mouse";
-                else if ("pointerout" === a || "pointerover" === a) g = ed, h = fd.pointerLeave, k = fd.pointerEnter, l = "pointer";
-                var m = null == f ? e : Ka(f);
-                e = null == b ? e : Ka(b);
-                a = g.getPooled(h, f, c, d);
-                a.type = l + "leave";
-                a.target = m;
-                a.relatedTarget = e;
-                c = g.getPooled(k, b, c, d);
-                c.type = l + "enter";
-                c.target = e;
-                c.relatedTarget = m;
-                d = b;
-                if (f && d) a:{
-                    b = f;
-                    e = d;
-                    l = 0;
-                    for (g = b; g; g = Ma(g)) l++;
-                    g = 0;
-                    for (k = e; k; k = Ma(k)) g++;
-                    for (; 0 < l - g;) b = Ma(b), l--;
-                    for (; 0 < g - l;) e = Ma(e), g--;
-                    for (; l--;) {
-                        if (b === e || b === e.alternate) break a;
-                        b = Ma(b);
-                        e = Ma(e)
-                    }
-                    b = null
-                } else b = null;
-                e = b;
-                for (b = []; f && f !== e;) {
-                    l =
-                        f.alternate;
-                    if (null !== l && l === e) break;
-                    b.push(f);
-                    f = Ma(f)
-                }
-                for (f = []; d && d !== e;) {
-                    l = d.alternate;
-                    if (null !== l && l === e) break;
-                    f.push(d);
-                    d = Ma(d)
-                }
-                for (d = 0; d < b.length; d++) Pa(b[d], "bubbled", a);
-                for (d = f.length; 0 < d--;) Pa(f[d], "captured", c);
-                return [a, c]
-            }
-        }, hd = Object.prototype.hasOwnProperty;
-
-        function id(a, b) {
-            return a === b ? 0 !== a || 0 !== b || 1 / a === 1 / b : a !== a && b !== b
-        }
-
-        function jd(a, b) {
-            if (id(a, b)) return !0;
-            if ("object" !== typeof a || null === a || "object" !== typeof b || null === b) return !1;
-            var c = Object.keys(a), d = Object.keys(b);
-            if (c.length !== d.length) return !1;
-            for (d = 0; d < c.length; d++) if (!hd.call(b, c[d]) || !id(a[c[d]], b[c[d]])) return !1;
-            return !0
-        }
-
-        function kd(a) {
-            var b = a;
-            if (a.alternate) for (; b.return;) b = b.return; else {
-                if (0 !== (b.effectTag & 2)) return 1;
-                for (; b.return;) if (b = b.return, 0 !== (b.effectTag & 2)) return 1
-            }
-            return 3 === b.tag ? 2 : 3
-        }
-
-        function ld(a) {
-            2 !== kd(a) ? t("188") : void 0
-        }
-
-        function md(a) {
-            var b = a.alternate;
-            if (!b) return b = kd(a), 3 === b ? t("188") : void 0, 1 === b ? null : a;
-            for (var c = a, d = b; ;) {
-                var e = c.return, f = e ? e.alternate : null;
-                if (!e || !f) break;
-                if (e.child === f.child) {
-                    for (var g = e.child; g;) {
-                        if (g === c) return ld(e), a;
-                        if (g === d) return ld(e), b;
-                        g = g.sibling
-                    }
-                    t("188")
-                }
-                if (c.return !== d.return) c = e, d = f; else {
-                    g = !1;
-                    for (var h = e.child; h;) {
-                        if (h === c) {
-                            g = !0;
-                            c = e;
-                            d = f;
-                            break
-                        }
-                        if (h === d) {
-                            g = !0;
-                            d = e;
-                            c = f;
-                            break
-                        }
-                        h = h.sibling
-                    }
-                    if (!g) {
-                        for (h = f.child; h;) {
-                            if (h === c) {
-                                g = !0;
-                                c = f;
-                                d = e;
-                                break
-                            }
-                            if (h === d) {
-                                g = !0;
-                                d = f;
-                                c = e;
-                                break
-                            }
-                            h = h.sibling
-                        }
-                        g ?
-                            void 0 : t("189")
-                    }
-                }
-                c.alternate !== d ? t("190") : void 0
-            }
-            3 !== c.tag ? t("188") : void 0;
-            return c.stateNode.current === c ? a : b
-        }
-
-        function nd(a) {
-            a = md(a);
-            if (!a) return null;
-            for (var b = a; ;) {
-                if (5 === b.tag || 6 === b.tag) return b;
-                if (b.child) b.child.return = b, b = b.child; else {
-                    if (b === a) break;
-                    for (; !b.sibling;) {
-                        if (!b.return || b.return === a) return null;
-                        b = b.return
-                    }
-                    b.sibling.return = b.return;
-                    b = b.sibling
-                }
-            }
-            return null
-        }
-
-        var od = z.extend({animationName: null, elapsedTime: null, pseudoElement: null}), pd = z.extend({
-            clipboardData: function (a) {
-                return "clipboardData" in a ? a.clipboardData : window.clipboardData
-            }
-        }), qd = Wc.extend({relatedTarget: null});
-
-        function rd(a) {
-            var b = a.keyCode;
-            "charCode" in a ? (a = a.charCode, 0 === a && 13 === b && (a = 13)) : a = b;
-            10 === a && (a = 13);
-            return 32 <= a || 13 === a ? a : 0
-        }
-
-        var sd = {
-                Esc: "Escape",
-                Spacebar: " ",
-                Left: "ArrowLeft",
-                Up: "ArrowUp",
-                Right: "ArrowRight",
-                Down: "ArrowDown",
-                Del: "Delete",
-                Win: "OS",
-                Menu: "ContextMenu",
-                Apps: "ContextMenu",
-                Scroll: "ScrollLock",
-                MozPrintableKey: "Unidentified"
-            }, td = {
-                8: "Backspace",
-                9: "Tab",
-                12: "Clear",
-                13: "Enter",
-                16: "Shift",
-                17: "Control",
-                18: "Alt",
-                19: "Pause",
-                20: "CapsLock",
-                27: "Escape",
-                32: " ",
-                33: "PageUp",
-                34: "PageDown",
-                35: "End",
-                36: "Home",
-                37: "ArrowLeft",
-                38: "ArrowUp",
-                39: "ArrowRight",
-                40: "ArrowDown",
-                45: "Insert",
-                46: "Delete",
-                112: "F1",
-                113: "F2",
-                114: "F3",
-                115: "F4",
-                116: "F5",
-                117: "F6",
-                118: "F7",
-                119: "F8",
-                120: "F9",
-                121: "F10",
-                122: "F11",
-                123: "F12",
-                144: "NumLock",
-                145: "ScrollLock",
-                224: "Meta"
-            }, ud = Wc.extend({
-                key: function (a) {
-                    if (a.key) {
-                        var b = sd[a.key] || a.key;
-                        if ("Unidentified" !== b) return b
-                    }
-                    return "keypress" === a.type ? (a = rd(a), 13 === a ? "Enter" : String.fromCharCode(a)) : "keydown" === a.type || "keyup" === a.type ? td[a.keyCode] || "Unidentified" : ""
-                },
-                location: null,
-                ctrlKey: null,
-                shiftKey: null,
-                altKey: null,
-                metaKey: null,
-                repeat: null,
-                locale: null,
-                getModifierState: Zc,
-                charCode: function (a) {
-                    return "keypress" ===
-                    a.type ? rd(a) : 0
-                },
-                keyCode: function (a) {
-                    return "keydown" === a.type || "keyup" === a.type ? a.keyCode : 0
-                },
-                which: function (a) {
-                    return "keypress" === a.type ? rd(a) : "keydown" === a.type || "keyup" === a.type ? a.keyCode : 0
-                }
-            }), vd = dd.extend({dataTransfer: null}), wd = Wc.extend({
-                touches: null,
-                targetTouches: null,
-                changedTouches: null,
-                altKey: null,
-                metaKey: null,
-                ctrlKey: null,
-                shiftKey: null,
-                getModifierState: Zc
-            }), xd = z.extend({propertyName: null, elapsedTime: null, pseudoElement: null}), yd = dd.extend({
-                deltaX: function (a) {
-                    return "deltaX" in a ? a.deltaX : "wheelDeltaX" in
-                    a ? -a.wheelDeltaX : 0
-                }, deltaY: function (a) {
-                    return "deltaY" in a ? a.deltaY : "wheelDeltaY" in a ? -a.wheelDeltaY : "wheelDelta" in a ? -a.wheelDelta : 0
-                }, deltaZ: null, deltaMode: null
-            }),
-            zd = [["abort", "abort"], [Ya, "animationEnd"], [Za, "animationIteration"], [$a, "animationStart"], ["canplay", "canPlay"], ["canplaythrough", "canPlayThrough"], ["drag", "drag"], ["dragenter", "dragEnter"], ["dragexit", "dragExit"], ["dragleave", "dragLeave"], ["dragover", "dragOver"], ["durationchange", "durationChange"], ["emptied", "emptied"], ["encrypted", "encrypted"],
-                ["ended", "ended"], ["error", "error"], ["gotpointercapture", "gotPointerCapture"], ["load", "load"], ["loadeddata", "loadedData"], ["loadedmetadata", "loadedMetadata"], ["loadstart", "loadStart"], ["lostpointercapture", "lostPointerCapture"], ["mousemove", "mouseMove"], ["mouseout", "mouseOut"], ["mouseover", "mouseOver"], ["playing", "playing"], ["pointermove", "pointerMove"], ["pointerout", "pointerOut"], ["pointerover", "pointerOver"], ["progress", "progress"], ["scroll", "scroll"], ["seeking", "seeking"], ["stalled", "stalled"],
-                ["suspend", "suspend"], ["timeupdate", "timeUpdate"], ["toggle", "toggle"], ["touchmove", "touchMove"], [ab, "transitionEnd"], ["waiting", "waiting"], ["wheel", "wheel"]],
-            Ad = {}, Bd = {};
-
-        function Cd(a, b) {
-            var c = a[0];
-            a = a[1];
-            var d = "on" + (a[0].toUpperCase() + a.slice(1));
-            b = {phasedRegistrationNames: {bubbled: d, captured: d + "Capture"}, dependencies: [c], isInteractive: b};
-            Ad[a] = b;
-            Bd[c] = b
-        }
-
-        [["blur", "blur"], ["cancel", "cancel"], ["click", "click"], ["close", "close"], ["contextmenu", "contextMenu"], ["copy", "copy"], ["cut", "cut"], ["auxclick", "auxClick"], ["dblclick", "doubleClick"], ["dragend", "dragEnd"], ["dragstart", "dragStart"], ["drop", "drop"], ["focus", "focus"], ["input", "input"], ["invalid", "invalid"], ["keydown", "keyDown"], ["keypress", "keyPress"], ["keyup", "keyUp"], ["mousedown", "mouseDown"], ["mouseup", "mouseUp"], ["paste", "paste"], ["pause", "pause"], ["play", "play"], ["pointercancel", "pointerCancel"],
-            ["pointerdown", "pointerDown"], ["pointerup", "pointerUp"], ["ratechange", "rateChange"], ["reset", "reset"], ["seeked", "seeked"], ["submit", "submit"], ["touchcancel", "touchCancel"], ["touchend", "touchEnd"], ["touchstart", "touchStart"], ["volumechange", "volumeChange"]].forEach(function (a) {
-            Cd(a, !0)
-        });
-        zd.forEach(function (a) {
-            Cd(a, !1)
-        });
-        var Dd = {
-                eventTypes: Ad, isInteractiveTopLevelEventType: function (a) {
-                    a = Bd[a];
-                    return void 0 !== a && !0 === a.isInteractive
-                }, extractEvents: function (a, b, c, d) {
-                    var e = Bd[a];
-                    if (!e) return null;
-                    switch (a) {
-                        case "keypress":
-                            if (0 === rd(c)) return null;
-                        case "keydown":
-                        case "keyup":
-                            a = ud;
-                            break;
-                        case "blur":
-                        case "focus":
-                            a = qd;
-                            break;
-                        case "click":
-                            if (2 === c.button) return null;
-                        case "auxclick":
-                        case "dblclick":
-                        case "mousedown":
-                        case "mousemove":
-                        case "mouseup":
-                        case "mouseout":
-                        case "mouseover":
-                        case "contextmenu":
-                            a = dd;
-                            break;
-                        case "drag":
-                        case "dragend":
-                        case "dragenter":
-                        case "dragexit":
-                        case "dragleave":
-                        case "dragover":
-                        case "dragstart":
-                        case "drop":
-                            a =
-                                vd;
-                            break;
-                        case "touchcancel":
-                        case "touchend":
-                        case "touchmove":
-                        case "touchstart":
-                            a = wd;
-                            break;
-                        case Ya:
-                        case Za:
-                        case $a:
-                            a = od;
-                            break;
-                        case ab:
-                            a = xd;
-                            break;
-                        case "scroll":
-                            a = Wc;
-                            break;
-                        case "wheel":
-                            a = yd;
-                            break;
-                        case "copy":
-                        case "cut":
-                        case "paste":
-                            a = pd;
-                            break;
-                        case "gotpointercapture":
-                        case "lostpointercapture":
-                        case "pointercancel":
-                        case "pointerdown":
-                        case "pointermove":
-                        case "pointerout":
-                        case "pointerover":
-                        case "pointerup":
-                            a = ed;
-                            break;
-                        default:
-                            a = z
-                    }
-                    b = a.getPooled(e, b, c, d);
-                    Ra(b);
-                    return b
-                }
-            }, Ed = Dd.isInteractiveTopLevelEventType,
-            Fd = [];
-
-        function Gd(a) {
-            var b = a.targetInst, c = b;
-            do {
-                if (!c) {
-                    a.ancestors.push(c);
-                    break
-                }
-                var d;
-                for (d = c; d.return;) d = d.return;
-                d = 3 !== d.tag ? null : d.stateNode.containerInfo;
-                if (!d) break;
-                a.ancestors.push(c);
-                c = Ia(d)
-            } while (c);
-            for (c = 0; c < a.ancestors.length; c++) {
-                b = a.ancestors[c];
-                var e = Rb(a.nativeEvent);
-                d = a.topLevelType;
-                for (var f = a.nativeEvent, g = null, h = 0; h < pa.length; h++) {
-                    var k = pa[h];
-                    k && (k = k.extractEvents(d, b, f, e)) && (g = ya(g, k))
-                }
-                Ea(g)
-            }
-        }
-
-        var Hd = !0;
-
-        function H(a, b) {
-            if (!b) return null;
-            var c = (Ed(a) ? Id : Jd).bind(null, a);
-            b.addEventListener(a, c, !1)
-        }
-
-        function Kd(a, b) {
-            if (!b) return null;
-            var c = (Ed(a) ? Id : Jd).bind(null, a);
-            b.addEventListener(a, c, !0)
-        }
-
-        function Id(a, b) {
-            Lb(Jd, a, b)
-        }
-
-        function Jd(a, b) {
-            if (Hd) {
-                var c = Rb(b);
-                c = Ia(c);
-                null === c || "number" !== typeof c.tag || 2 === kd(c) || (c = null);
-                if (Fd.length) {
-                    var d = Fd.pop();
-                    d.topLevelType = a;
-                    d.nativeEvent = b;
-                    d.targetInst = c;
-                    a = d
-                } else a = {topLevelType: a, nativeEvent: b, targetInst: c, ancestors: []};
-                try {
-                    Ob(Gd, a)
-                } finally {
-                    a.topLevelType = null, a.nativeEvent = null, a.targetInst = null, a.ancestors.length = 0, 10 > Fd.length && Fd.push(a)
-                }
-            }
-        }
-
-        var Ld = {}, Md = 0, Nd = "_reactListenersID" + ("" + Math.random()).slice(2);
-
-        function Od(a) {
-            Object.prototype.hasOwnProperty.call(a, Nd) || (a[Nd] = Md++, Ld[a[Nd]] = {});
-            return Ld[a[Nd]]
-        }
-
-        function Pd(a) {
-            a = a || ("undefined" !== typeof document ? document : void 0);
-            if ("undefined" === typeof a) return null;
-            try {
-                return a.activeElement || a.body
-            } catch (b) {
-                return a.body
-            }
-        }
-
-        function Qd(a) {
-            for (; a && a.firstChild;) a = a.firstChild;
-            return a
-        }
-
-        function Rd(a, b) {
-            var c = Qd(a);
-            a = 0;
-            for (var d; c;) {
-                if (3 === c.nodeType) {
-                    d = a + c.textContent.length;
-                    if (a <= b && d >= b) return {node: c, offset: b - a};
-                    a = d
-                }
-                a:{
-                    for (; c;) {
-                        if (c.nextSibling) {
-                            c = c.nextSibling;
-                            break a
-                        }
-                        c = c.parentNode
-                    }
-                    c = void 0
-                }
-                c = Qd(c)
-            }
-        }
-
-        function Sd(a, b) {
-            return a && b ? a === b ? !0 : a && 3 === a.nodeType ? !1 : b && 3 === b.nodeType ? Sd(a, b.parentNode) : "contains" in a ? a.contains(b) : a.compareDocumentPosition ? !!(a.compareDocumentPosition(b) & 16) : !1 : !1
-        }
-
-        function Td() {
-            for (var a = window, b = Pd(); b instanceof a.HTMLIFrameElement;) {
-                try {
-                    a = b.contentDocument.defaultView
-                } catch (c) {
-                    break
-                }
-                b = Pd(a.document)
-            }
-            return b
-        }
-
-        function Ud(a) {
-            var b = a && a.nodeName && a.nodeName.toLowerCase();
-            return b && ("input" === b && ("text" === a.type || "search" === a.type || "tel" === a.type || "url" === a.type || "password" === a.type) || "textarea" === b || "true" === a.contentEditable)
-        }
-
-        var Vd = Sa && "documentMode" in document && 11 >= document.documentMode, Wd = {
-            select: {
-                phasedRegistrationNames: {bubbled: "onSelect", captured: "onSelectCapture"},
-                dependencies: "blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")
-            }
-        }, Xd = null, Yd = null, Zd = null, $d = !1;
-
-        function ae(a, b) {
-            var c = b.window === b ? b.document : 9 === b.nodeType ? b : b.ownerDocument;
-            if ($d || null == Xd || Xd !== Pd(c)) return null;
-            c = Xd;
-            "selectionStart" in c && Ud(c) ? c = {
-                start: c.selectionStart,
-                end: c.selectionEnd
-            } : (c = (c.ownerDocument && c.ownerDocument.defaultView || window).getSelection(), c = {
-                anchorNode: c.anchorNode,
-                anchorOffset: c.anchorOffset,
-                focusNode: c.focusNode,
-                focusOffset: c.focusOffset
-            });
-            return Zd && jd(Zd, c) ? null : (Zd = c, a = z.getPooled(Wd.select, Yd, a, b), a.type = "select", a.target = Xd, Ra(a), a)
-        }
-
-        var be = {
-            eventTypes: Wd, extractEvents: function (a, b, c, d) {
-                var e = d.window === d ? d.document : 9 === d.nodeType ? d : d.ownerDocument, f;
-                if (!(f = !e)) {
-                    a:{
-                        e = Od(e);
-                        f = ta.onSelect;
-                        for (var g = 0; g < f.length; g++) {
-                            var h = f[g];
-                            if (!e.hasOwnProperty(h) || !e[h]) {
-                                e = !1;
-                                break a
-                            }
-                        }
-                        e = !0
-                    }
-                    f = !e
-                }
-                if (f) return null;
-                e = b ? Ka(b) : window;
-                switch (a) {
-                    case "focus":
-                        if (Qb(e) || "true" === e.contentEditable) Xd = e, Yd = b, Zd = null;
-                        break;
-                    case "blur":
-                        Zd = Yd = Xd = null;
-                        break;
-                    case "mousedown":
-                        $d = !0;
-                        break;
-                    case "contextmenu":
-                    case "mouseup":
-                    case "dragend":
-                        return $d = !1, ae(c, d);
-                    case "selectionchange":
-                        if (Vd) break;
-                    case "keydown":
-                    case "keyup":
-                        return ae(c, d)
-                }
-                return null
-            }
-        };
-        Ca.injectEventPluginOrder("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" "));
-        ua = La;
-        va = Ja;
-        wa = Ka;
-        Ca.injectEventPluginsByName({
-            SimpleEventPlugin: Dd,
-            EnterLeaveEventPlugin: gd,
-            ChangeEventPlugin: Vc,
-            SelectEventPlugin: be,
-            BeforeInputEventPlugin: Bb
-        });
-
-        function de(a) {
-            var b = "";
-            aa.Children.forEach(a, function (a) {
-                null != a && (b += a)
-            });
-            return b
-        }
-
-        function ee(a, b) {
-            a = n({children: void 0}, b);
-            if (b = de(b.children)) a.children = b;
-            return a
-        }
-
-        function fe(a, b, c, d) {
-            a = a.options;
-            if (b) {
-                b = {};
-                for (var e = 0; e < c.length; e++) b["$" + c[e]] = !0;
-                for (c = 0; c < a.length; c++) e = b.hasOwnProperty("$" + a[c].value), a[c].selected !== e && (a[c].selected = e), e && d && (a[c].defaultSelected = !0)
-            } else {
-                c = "" + yc(c);
-                b = null;
-                for (e = 0; e < a.length; e++) {
-                    if (a[e].value === c) {
-                        a[e].selected = !0;
-                        d && (a[e].defaultSelected = !0);
-                        return
-                    }
-                    null !== b || a[e].disabled || (b = a[e])
-                }
-                null !== b && (b.selected = !0)
-            }
-        }
-
-        function ge(a, b) {
-            null != b.dangerouslySetInnerHTML ? t("91") : void 0;
-            return n({}, b, {value: void 0, defaultValue: void 0, children: "" + a._wrapperState.initialValue})
-        }
-
-        function he(a, b) {
-            var c = b.value;
-            null == c && (c = b.defaultValue, b = b.children, null != b && (null != c ? t("92") : void 0, Array.isArray(b) && (1 >= b.length ? void 0 : t("93"), b = b[0]), c = b), null == c && (c = ""));
-            a._wrapperState = {initialValue: yc(c)}
-        }
-
-        function ie(a, b) {
-            var c = yc(b.value), d = yc(b.defaultValue);
-            null != c && (c = "" + c, c !== a.value && (a.value = c), null == b.defaultValue && a.defaultValue !== c && (a.defaultValue = c));
-            null != d && (a.defaultValue = "" + d)
-        }
-
-        function je(a) {
-            var b = a.textContent;
-            b === a._wrapperState.initialValue && (a.value = b)
-        }
-
-        var ke = {
-            html: "http://www.w3.org/1999/xhtml",
-            mathml: "http://www.w3.org/1998/Math/MathML",
-            svg: "http://www.w3.org/2000/svg"
-        };
-
-        function le(a) {
-            switch (a) {
-                case "svg":
-                    return "http://www.w3.org/2000/svg";
-                case "math":
-                    return "http://www.w3.org/1998/Math/MathML";
-                default:
-                    return "http://www.w3.org/1999/xhtml"
-            }
-        }
-
-        function me(a, b) {
-            return null == a || "http://www.w3.org/1999/xhtml" === a ? le(b) : "http://www.w3.org/2000/svg" === a && "foreignObject" === b ? "http://www.w3.org/1999/xhtml" : a
-        }
-
-        var ne = void 0, oe = function (a) {
-            return "undefined" !== typeof MSApp && MSApp.execUnsafeLocalFunction ? function (b, c, d, e) {
-                MSApp.execUnsafeLocalFunction(function () {
-                    return a(b, c, d, e)
-                })
-            } : a
-        }(function (a, b) {
-            if (a.namespaceURI !== ke.svg || "innerHTML" in a) a.innerHTML = b; else {
-                ne = ne || document.createElement("div");
-                ne.innerHTML = "<svg>" + b + "</svg>";
-                for (b = ne.firstChild; a.firstChild;) a.removeChild(a.firstChild);
-                for (; b.firstChild;) a.appendChild(b.firstChild)
-            }
-        });
-
-        function pe(a, b) {
-            if (b) {
-                var c = a.firstChild;
-                if (c && c === a.lastChild && 3 === c.nodeType) {
-                    c.nodeValue = b;
-                    return
-                }
-            }
-            a.textContent = b
-        }
-
-        var qe = {
-            animationIterationCount: !0,
-            borderImageOutset: !0,
-            borderImageSlice: !0,
-            borderImageWidth: !0,
-            boxFlex: !0,
-            boxFlexGroup: !0,
-            boxOrdinalGroup: !0,
-            columnCount: !0,
-            columns: !0,
-            flex: !0,
-            flexGrow: !0,
-            flexPositive: !0,
-            flexShrink: !0,
-            flexNegative: !0,
-            flexOrder: !0,
-            gridArea: !0,
-            gridRow: !0,
-            gridRowEnd: !0,
-            gridRowSpan: !0,
-            gridRowStart: !0,
-            gridColumn: !0,
-            gridColumnEnd: !0,
-            gridColumnSpan: !0,
-            gridColumnStart: !0,
-            fontWeight: !0,
-            lineClamp: !0,
-            lineHeight: !0,
-            opacity: !0,
-            order: !0,
-            orphans: !0,
-            tabSize: !0,
-            widows: !0,
-            zIndex: !0,
-            zoom: !0,
-            fillOpacity: !0,
-            floodOpacity: !0,
-            stopOpacity: !0,
-            strokeDasharray: !0,
-            strokeDashoffset: !0,
-            strokeMiterlimit: !0,
-            strokeOpacity: !0,
-            strokeWidth: !0
-        }, re = ["Webkit", "ms", "Moz", "O"];
-        Object.keys(qe).forEach(function (a) {
-            re.forEach(function (b) {
-                b = b + a.charAt(0).toUpperCase() + a.substring(1);
-                qe[b] = qe[a]
-            })
-        });
-
-        function se(a, b, c) {
-            return null == b || "boolean" === typeof b || "" === b ? "" : c || "number" !== typeof b || 0 === b || qe.hasOwnProperty(a) && qe[a] ? ("" + b).trim() : b + "px"
-        }
-
-        function te(a, b) {
-            a = a.style;
-            for (var c in b) if (b.hasOwnProperty(c)) {
-                var d = 0 === c.indexOf("--"), e = se(c, b[c], d);
-                "float" === c && (c = "cssFloat");
-                d ? a.setProperty(c, e) : a[c] = e
-            }
-        }
-
-        var ue = n({menuitem: !0}, {
-            area: !0,
-            base: !0,
-            br: !0,
-            col: !0,
-            embed: !0,
-            hr: !0,
-            img: !0,
-            input: !0,
-            keygen: !0,
-            link: !0,
-            meta: !0,
-            param: !0,
-            source: !0,
-            track: !0,
-            wbr: !0
-        });
-
-        function ve(a, b) {
-            b && (ue[a] && (null != b.children || null != b.dangerouslySetInnerHTML ? t("137", a, "") : void 0), null != b.dangerouslySetInnerHTML && (null != b.children ? t("60") : void 0, "object" === typeof b.dangerouslySetInnerHTML && "__html" in b.dangerouslySetInnerHTML ? void 0 : t("61")), null != b.style && "object" !== typeof b.style ? t("62", "") : void 0)
-        }
-
-        function we(a, b) {
-            if (-1 === a.indexOf("-")) return "string" === typeof b.is;
-            switch (a) {
-                case "annotation-xml":
-                case "color-profile":
-                case "font-face":
-                case "font-face-src":
-                case "font-face-uri":
-                case "font-face-format":
-                case "font-face-name":
-                case "missing-glyph":
-                    return !1;
-                default:
-                    return !0
-            }
-        }
-
-        function xe(a, b) {
-            a = 9 === a.nodeType || 11 === a.nodeType ? a : a.ownerDocument;
-            var c = Od(a);
-            b = ta[b];
-            for (var d = 0; d < b.length; d++) {
-                var e = b[d];
-                if (!c.hasOwnProperty(e) || !c[e]) {
-                    switch (e) {
-                        case "scroll":
-                            Kd("scroll", a);
-                            break;
-                        case "focus":
-                        case "blur":
-                            Kd("focus", a);
-                            Kd("blur", a);
-                            c.blur = !0;
-                            c.focus = !0;
-                            break;
-                        case "cancel":
-                        case "close":
-                            Sb(e) && Kd(e, a);
-                            break;
-                        case "invalid":
-                        case "submit":
-                        case "reset":
-                            break;
-                        default:
-                            -1 === bb.indexOf(e) && H(e, a)
-                    }
-                    c[e] = !0
-                }
-            }
-        }
-
-        function ye() {
-        }
-
-        var ze = null, Ae = null;
-
-        function Be(a, b) {
-            switch (a) {
-                case "button":
-                case "input":
-                case "select":
-                case "textarea":
-                    return !!b.autoFocus
-            }
-            return !1
-        }
-
-        function Ce(a, b) {
-            return "textarea" === a || "option" === a || "noscript" === a || "string" === typeof b.children || "number" === typeof b.children || "object" === typeof b.dangerouslySetInnerHTML && null !== b.dangerouslySetInnerHTML && null != b.dangerouslySetInnerHTML.__html
-        }
-
-        var De = "function" === typeof setTimeout ? setTimeout : void 0,
-            Ee = "function" === typeof clearTimeout ? clearTimeout : void 0;
-
-        function Fe(a, b, c, d, e) {
-            a[Ha] = e;
-            "input" === c && "radio" === e.type && null != e.name && Bc(a, e);
-            we(c, d);
-            d = we(c, e);
-            for (var f = 0; f < b.length; f += 2) {
-                var g = b[f], h = b[f + 1];
-                "style" === g ? te(a, h) : "dangerouslySetInnerHTML" === g ? oe(a, h) : "children" === g ? pe(a, h) : xc(a, g, h, d)
-            }
-            switch (c) {
-                case "input":
-                    Cc(a, e);
-                    break;
-                case "textarea":
-                    ie(a, e);
-                    break;
-                case "select":
-                    b = a._wrapperState.wasMultiple, a._wrapperState.wasMultiple = !!e.multiple, c = e.value, null != c ? fe(a, !!e.multiple, c, !1) : b !== !!e.multiple && (null != e.defaultValue ? fe(a, !!e.multiple, e.defaultValue,
-                        !0) : fe(a, !!e.multiple, e.multiple ? [] : "", !1))
-            }
-        }
-
-        function Ge(a) {
-            for (a = a.nextSibling; a && 1 !== a.nodeType && 3 !== a.nodeType;) a = a.nextSibling;
-            return a
-        }
-
-        function He(a) {
-            for (a = a.firstChild; a && 1 !== a.nodeType && 3 !== a.nodeType;) a = a.nextSibling;
-            return a
-        }
-
-        new Set;
-        var Ie = [], Je = -1;
-
-        function I(a) {
-            0 > Je || (a.current = Ie[Je], Ie[Je] = null, Je--)
-        }
-
-        function J(a, b) {
-            Je++;
-            Ie[Je] = a.current;
-            a.current = b
-        }
-
-        var Ke = {}, K = {current: Ke}, L = {current: !1}, Le = Ke;
-
-        function Me(a, b) {
-            var c = a.type.contextTypes;
-            if (!c) return Ke;
-            var d = a.stateNode;
-            if (d && d.__reactInternalMemoizedUnmaskedChildContext === b) return d.__reactInternalMemoizedMaskedChildContext;
-            var e = {}, f;
-            for (f in c) e[f] = b[f];
-            d && (a = a.stateNode, a.__reactInternalMemoizedUnmaskedChildContext = b, a.__reactInternalMemoizedMaskedChildContext = e);
-            return e
-        }
-
-        function M(a) {
-            a = a.childContextTypes;
-            return null !== a && void 0 !== a
-        }
-
-        function Ne(a) {
-            I(L, a);
-            I(K, a)
-        }
-
-        function Oe(a) {
-            I(L, a);
-            I(K, a)
-        }
-
-        function Pe(a, b, c) {
-            K.current !== Ke ? t("168") : void 0;
-            J(K, b, a);
-            J(L, c, a)
-        }
-
-        function Qe(a, b, c) {
-            var d = a.stateNode;
-            a = b.childContextTypes;
-            if ("function" !== typeof d.getChildContext) return c;
-            d = d.getChildContext();
-            for (var e in d) e in a ? void 0 : t("108", mc(b) || "Unknown", e);
-            return n({}, c, d)
-        }
-
-        function Re(a) {
-            var b = a.stateNode;
-            b = b && b.__reactInternalMemoizedMergedChildContext || Ke;
-            Le = K.current;
-            J(K, b, a);
-            J(L, L.current, a);
-            return !0
-        }
-
-        function Se(a, b, c) {
-            var d = a.stateNode;
-            d ? void 0 : t("169");
-            c ? (b = Qe(a, b, Le), d.__reactInternalMemoizedMergedChildContext = b, I(L, a), I(K, a), J(K, b, a)) : I(L, a);
-            J(L, c, a)
-        }
-
-        var Te = null, Ue = null;
-
-        function Ve(a) {
-            return function (b) {
-                try {
-                    return a(b)
-                } catch (c) {
-                }
-            }
-        }
-
-        function We(a) {
-            if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) return !1;
-            var b = __REACT_DEVTOOLS_GLOBAL_HOOK__;
-            if (b.isDisabled || !b.supportsFiber) return !0;
-            try {
-                var c = b.inject(a);
-                Te = Ve(function (a) {
-                    return b.onCommitFiberRoot(c, a)
-                });
-                Ue = Ve(function (a) {
-                    return b.onCommitFiberUnmount(c, a)
-                })
-            } catch (d) {
-            }
-            return !0
-        }
-
-        function Xe(a, b, c, d) {
-            this.tag = a;
-            this.key = c;
-            this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null;
-            this.index = 0;
-            this.ref = null;
-            this.pendingProps = b;
-            this.firstContextDependency = this.memoizedState = this.updateQueue = this.memoizedProps = null;
-            this.mode = d;
-            this.effectTag = 0;
-            this.lastEffect = this.firstEffect = this.nextEffect = null;
-            this.childExpirationTime = this.expirationTime = 0;
-            this.alternate = null
-        }
-
-        function N(a, b, c, d) {
-            return new Xe(a, b, c, d)
-        }
-
-        function Ye(a) {
-            a = a.prototype;
-            return !(!a || !a.isReactComponent)
-        }
-
-        function Ze(a) {
-            if ("function" === typeof a) return Ye(a) ? 1 : 0;
-            if (void 0 !== a && null !== a) {
-                a = a.$$typeof;
-                if (a === gc) return 11;
-                if (a === ic) return 14
-            }
-            return 2
-        }
-
-        function $e(a, b) {
-            var c = a.alternate;
-            null === c ? (c = N(a.tag, b, a.key, a.mode), c.elementType = a.elementType, c.type = a.type, c.stateNode = a.stateNode, c.alternate = a, a.alternate = c) : (c.pendingProps = b, c.effectTag = 0, c.nextEffect = null, c.firstEffect = null, c.lastEffect = null);
-            c.childExpirationTime = a.childExpirationTime;
-            c.expirationTime = a.expirationTime;
-            c.child = a.child;
-            c.memoizedProps = a.memoizedProps;
-            c.memoizedState = a.memoizedState;
-            c.updateQueue = a.updateQueue;
-            c.firstContextDependency = a.firstContextDependency;
-            c.sibling = a.sibling;
-            c.index = a.index;
-            c.ref = a.ref;
-            return c
-        }
-
-        function af(a, b, c, d, e, f) {
-            var g = 2;
-            d = a;
-            if ("function" === typeof a) Ye(a) && (g = 1); else if ("string" === typeof a) g = 5; else a:switch (a) {
-                case ac:
-                    return bf(c.children, e, f, b);
-                case fc:
-                    return cf(c, e | 3, f, b);
-                case bc:
-                    return cf(c, e | 2, f, b);
-                case cc:
-                    return a = N(12, c, b, e | 4), a.elementType = cc, a.type = cc, a.expirationTime = f, a;
-                case hc:
-                    return a = N(13, c, b, e), a.elementType = hc, a.type = hc, a.expirationTime = f, a;
-                default:
-                    if ("object" === typeof a && null !== a) switch (a.$$typeof) {
-                        case dc:
-                            g = 10;
-                            break a;
-                        case ec:
-                            g = 9;
-                            break a;
-                        case gc:
-                            g = 11;
-                            break a;
-                        case ic:
-                            g =
-                                14;
-                            break a;
-                        case jc:
-                            g = 16;
-                            d = null;
-                            break a
-                    }
-                    t("130", null == a ? a : typeof a, "")
-            }
-            b = N(g, c, b, e);
-            b.elementType = a;
-            b.type = d;
-            b.expirationTime = f;
-            return b
-        }
-
-        function bf(a, b, c, d) {
-            a = N(7, a, d, b);
-            a.expirationTime = c;
-            return a
-        }
-
-        function cf(a, b, c, d) {
-            a = N(8, a, d, b);
-            b = 0 === (b & 1) ? bc : fc;
-            a.elementType = b;
-            a.type = b;
-            a.expirationTime = c;
-            return a
-        }
-
-        function df(a, b, c) {
-            a = N(6, a, null, b);
-            a.expirationTime = c;
-            return a
-        }
-
-        function ef(a, b, c) {
-            b = N(4, null !== a.children ? a.children : [], a.key, b);
-            b.expirationTime = c;
-            b.stateNode = {containerInfo: a.containerInfo, pendingChildren: null, implementation: a.implementation};
-            return b
-        }
-
-        function ff(a, b) {
-            a.didError = !1;
-            var c = a.earliestPendingTime;
-            0 === c ? a.earliestPendingTime = a.latestPendingTime = b : c < b ? a.earliestPendingTime = b : a.latestPendingTime > b && (a.latestPendingTime = b);
-            gf(b, a)
-        }
-
-        function hf(a, b) {
-            a.didError = !1;
-            a.latestPingedTime >= b && (a.latestPingedTime = 0);
-            var c = a.earliestPendingTime, d = a.latestPendingTime;
-            c === b ? a.earliestPendingTime = d === b ? a.latestPendingTime = 0 : d : d === b && (a.latestPendingTime = c);
-            c = a.earliestSuspendedTime;
-            d = a.latestSuspendedTime;
-            0 === c ? a.earliestSuspendedTime = a.latestSuspendedTime = b : c < b ? a.earliestSuspendedTime = b : d > b && (a.latestSuspendedTime = b);
-            gf(b, a)
-        }
-
-        function jf(a, b) {
-            var c = a.earliestPendingTime;
-            a = a.earliestSuspendedTime;
-            c > b && (b = c);
-            a > b && (b = a);
-            return b
-        }
-
-        function gf(a, b) {
-            var c = b.earliestSuspendedTime, d = b.latestSuspendedTime, e = b.earliestPendingTime,
-                f = b.latestPingedTime;
-            e = 0 !== e ? e : f;
-            0 === e && (0 === a || d < a) && (e = d);
-            a = e;
-            0 !== a && c > a && (a = c);
-            b.nextExpirationTimeToWorkOn = e;
-            b.expirationTime = a
-        }
-
-        var kf = !1;
-
-        function lf(a) {
-            return {
-                baseState: a,
-                firstUpdate: null,
-                lastUpdate: null,
-                firstCapturedUpdate: null,
-                lastCapturedUpdate: null,
-                firstEffect: null,
-                lastEffect: null,
-                firstCapturedEffect: null,
-                lastCapturedEffect: null
-            }
-        }
-
-        function mf(a) {
-            return {
-                baseState: a.baseState,
-                firstUpdate: a.firstUpdate,
-                lastUpdate: a.lastUpdate,
-                firstCapturedUpdate: null,
-                lastCapturedUpdate: null,
-                firstEffect: null,
-                lastEffect: null,
-                firstCapturedEffect: null,
-                lastCapturedEffect: null
-            }
-        }
-
-        function nf(a) {
-            return {expirationTime: a, tag: 0, payload: null, callback: null, next: null, nextEffect: null}
-        }
-
-        function of(a, b) {
-            null === a.lastUpdate ? a.firstUpdate = a.lastUpdate = b : (a.lastUpdate.next = b, a.lastUpdate = b)
-        }
-
-        function pf(a, b) {
-            var c = a.alternate;
-            if (null === c) {
-                var d = a.updateQueue;
-                var e = null;
-                null === d && (d = a.updateQueue = lf(a.memoizedState))
-            } else d = a.updateQueue, e = c.updateQueue, null === d ? null === e ? (d = a.updateQueue = lf(a.memoizedState), e = c.updateQueue = lf(c.memoizedState)) : d = a.updateQueue = mf(e) : null === e && (e = c.updateQueue = mf(d));
-            null === e || d === e ? of(d, b) : null === d.lastUpdate || null === e.lastUpdate ? (of(d, b), of(e, b)) : (of(d, b), e.lastUpdate = b)
-        }
-
-        function qf(a, b) {
-            var c = a.updateQueue;
-            c = null === c ? a.updateQueue = lf(a.memoizedState) : rf(a, c);
-            null === c.lastCapturedUpdate ? c.firstCapturedUpdate = c.lastCapturedUpdate = b : (c.lastCapturedUpdate.next = b, c.lastCapturedUpdate = b)
-        }
-
-        function rf(a, b) {
-            var c = a.alternate;
-            null !== c && b === c.updateQueue && (b = a.updateQueue = mf(b));
-            return b
-        }
-
-        function sf(a, b, c, d, e, f) {
-            switch (c.tag) {
-                case 1:
-                    return a = c.payload, "function" === typeof a ? a.call(f, d, e) : a;
-                case 3:
-                    a.effectTag = a.effectTag & -2049 | 64;
-                case 0:
-                    a = c.payload;
-                    e = "function" === typeof a ? a.call(f, d, e) : a;
-                    if (null === e || void 0 === e) break;
-                    return n({}, d, e);
-                case 2:
-                    kf = !0
-            }
-            return d
-        }
-
-        function tf(a, b, c, d, e) {
-            kf = !1;
-            b = rf(a, b);
-            for (var f = b.baseState, g = null, h = 0, k = b.firstUpdate, l = f; null !== k;) {
-                var m = k.expirationTime;
-                m < e ? (null === g && (g = k, f = l), h < m && (h = m)) : (l = sf(a, b, k, l, c, d), null !== k.callback && (a.effectTag |= 32, k.nextEffect = null, null === b.lastEffect ? b.firstEffect = b.lastEffect = k : (b.lastEffect.nextEffect = k, b.lastEffect = k)));
-                k = k.next
-            }
-            m = null;
-            for (k = b.firstCapturedUpdate; null !== k;) {
-                var r = k.expirationTime;
-                r < e ? (null === m && (m = k, null === g && (f = l)), h < r && (h = r)) : (l = sf(a, b, k, l, c, d), null !== k.callback && (a.effectTag |=
-                    32, k.nextEffect = null, null === b.lastCapturedEffect ? b.firstCapturedEffect = b.lastCapturedEffect = k : (b.lastCapturedEffect.nextEffect = k, b.lastCapturedEffect = k)));
-                k = k.next
-            }
-            null === g && (b.lastUpdate = null);
-            null === m ? b.lastCapturedUpdate = null : a.effectTag |= 32;
-            null === g && null === m && (f = l);
-            b.baseState = f;
-            b.firstUpdate = g;
-            b.firstCapturedUpdate = m;
-            a.expirationTime = h;
-            a.memoizedState = l
-        }
-
-        function uf(a, b, c) {
-            null !== b.firstCapturedUpdate && (null !== b.lastUpdate && (b.lastUpdate.next = b.firstCapturedUpdate, b.lastUpdate = b.lastCapturedUpdate), b.firstCapturedUpdate = b.lastCapturedUpdate = null);
-            vf(b.firstEffect, c);
-            b.firstEffect = b.lastEffect = null;
-            vf(b.firstCapturedEffect, c);
-            b.firstCapturedEffect = b.lastCapturedEffect = null
-        }
-
-        function vf(a, b) {
-            for (; null !== a;) {
-                var c = a.callback;
-                if (null !== c) {
-                    a.callback = null;
-                    var d = b;
-                    "function" !== typeof c ? t("191", c) : void 0;
-                    c.call(d)
-                }
-                a = a.nextEffect
-            }
-        }
-
-        function wf(a, b) {
-            return {value: a, source: b, stack: nc(b)}
-        }
-
-        var xf = {current: null}, yf = null, zf = null, Af = null;
-
-        function Bf(a, b) {
-            var c = a.type._context;
-            J(xf, c._currentValue, a);
-            c._currentValue = b
-        }
-
-        function Cf(a) {
-            var b = xf.current;
-            I(xf, a);
-            a.type._context._currentValue = b
-        }
-
-        function Df(a) {
-            yf = a;
-            Af = zf = null;
-            a.firstContextDependency = null
-        }
-
-        function Ef(a, b) {
-            if (Af !== a && !1 !== b && 0 !== b) {
-                if ("number" !== typeof b || 1073741823 === b) Af = a, b = 1073741823;
-                b = {context: a, observedBits: b, next: null};
-                null === zf ? (null === yf ? t("293") : void 0, yf.firstContextDependency = zf = b) : zf = zf.next = b
-            }
-            return a._currentValue
-        }
-
-        var Ff = {}, O = {current: Ff}, Gf = {current: Ff}, Hf = {current: Ff};
-
-        function If(a) {
-            a === Ff ? t("174") : void 0;
-            return a
-        }
-
-        function Jf(a, b) {
-            J(Hf, b, a);
-            J(Gf, a, a);
-            J(O, Ff, a);
-            var c = b.nodeType;
-            switch (c) {
-                case 9:
-                case 11:
-                    b = (b = b.documentElement) ? b.namespaceURI : me(null, "");
-                    break;
-                default:
-                    c = 8 === c ? b.parentNode : b, b = c.namespaceURI || null, c = c.tagName, b = me(b, c)
-            }
-            I(O, a);
-            J(O, b, a)
-        }
-
-        function Kf(a) {
-            I(O, a);
-            I(Gf, a);
-            I(Hf, a)
-        }
-
-        function Lf(a) {
-            If(Hf.current);
-            var b = If(O.current);
-            var c = me(b, a.type);
-            b !== c && (J(Gf, a, a), J(O, c, a))
-        }
-
-        function Mf(a) {
-            Gf.current === a && (I(O, a), I(Gf, a))
-        }
-
-        function P(a, b) {
-            if (a && a.defaultProps) {
-                b = n({}, b);
-                a = a.defaultProps;
-                for (var c in a) void 0 === b[c] && (b[c] = a[c])
-            }
-            return b
-        }
-
-        function Nf(a) {
-            var b = a._result;
-            switch (a._status) {
-                case 1:
-                    return b;
-                case 2:
-                    throw b;
-                case 0:
-                    throw b;
-                default:
-                    throw a._status = 0, b = a._ctor, b = b(), b.then(function (b) {
-                        0 === a._status && (b = b.default, a._status = 1, a._result = b)
-                    }, function (b) {
-                        0 === a._status && (a._status = 2, a._result = b)
-                    }), a._result = b, b;
-            }
-        }
-
-        var Of = Xb.ReactCurrentOwner, Pf = (new aa.Component).refs;
-
-        function Qf(a, b, c, d) {
-            b = a.memoizedState;
-            c = c(d, b);
-            c = null === c || void 0 === c ? b : n({}, b, c);
-            a.memoizedState = c;
-            d = a.updateQueue;
-            null !== d && 0 === a.expirationTime && (d.baseState = c)
-        }
-
-        var Vf = {
-            isMounted: function (a) {
-                return (a = a._reactInternalFiber) ? 2 === kd(a) : !1
-            }, enqueueSetState: function (a, b, c) {
-                a = a._reactInternalFiber;
-                var d = Rf();
-                d = Sf(d, a);
-                var e = nf(d);
-                e.payload = b;
-                void 0 !== c && null !== c && (e.callback = c);
-                Tf();
-                pf(a, e);
-                Uf(a, d)
-            }, enqueueReplaceState: function (a, b, c) {
-                a = a._reactInternalFiber;
-                var d = Rf();
-                d = Sf(d, a);
-                var e = nf(d);
-                e.tag = 1;
-                e.payload = b;
-                void 0 !== c && null !== c && (e.callback = c);
-                Tf();
-                pf(a, e);
-                Uf(a, d)
-            }, enqueueForceUpdate: function (a, b) {
-                a = a._reactInternalFiber;
-                var c = Rf();
-                c = Sf(c, a);
-                var d = nf(c);
-                d.tag =
-                    2;
-                void 0 !== b && null !== b && (d.callback = b);
-                Tf();
-                pf(a, d);
-                Uf(a, c)
-            }
-        };
-
-        function Wf(a, b, c, d, e, f, g) {
-            a = a.stateNode;
-            return "function" === typeof a.shouldComponentUpdate ? a.shouldComponentUpdate(d, f, g) : b.prototype && b.prototype.isPureReactComponent ? !jd(c, d) || !jd(e, f) : !0
-        }
-
-        function Xf(a, b, c) {
-            var d = !1, e = Ke;
-            var f = b.contextType;
-            "object" === typeof f && null !== f ? f = Of.currentDispatcher.readContext(f) : (e = M(b) ? Le : K.current, d = b.contextTypes, f = (d = null !== d && void 0 !== d) ? Me(a, e) : Ke);
-            b = new b(c, f);
-            a.memoizedState = null !== b.state && void 0 !== b.state ? b.state : null;
-            b.updater = Vf;
-            a.stateNode = b;
-            b._reactInternalFiber = a;
-            d && (a = a.stateNode, a.__reactInternalMemoizedUnmaskedChildContext = e, a.__reactInternalMemoizedMaskedChildContext = f);
-            return b
-        }
-
-        function Zf(a, b, c, d) {
-            a = b.state;
-            "function" === typeof b.componentWillReceiveProps && b.componentWillReceiveProps(c, d);
-            "function" === typeof b.UNSAFE_componentWillReceiveProps && b.UNSAFE_componentWillReceiveProps(c, d);
-            b.state !== a && Vf.enqueueReplaceState(b, b.state, null)
-        }
-
-        function $f(a, b, c, d) {
-            var e = a.stateNode;
-            e.props = c;
-            e.state = a.memoizedState;
-            e.refs = Pf;
-            var f = b.contextType;
-            "object" === typeof f && null !== f ? e.context = Of.currentDispatcher.readContext(f) : (f = M(b) ? Le : K.current, e.context = Me(a, f));
-            f = a.updateQueue;
-            null !== f && (tf(a, f, c, e, d), e.state = a.memoizedState);
-            f = b.getDerivedStateFromProps;
-            "function" === typeof f && (Qf(a, b, f, c), e.state = a.memoizedState);
-            "function" === typeof b.getDerivedStateFromProps || "function" === typeof e.getSnapshotBeforeUpdate || "function" !== typeof e.UNSAFE_componentWillMount &&
-            "function" !== typeof e.componentWillMount || (b = e.state, "function" === typeof e.componentWillMount && e.componentWillMount(), "function" === typeof e.UNSAFE_componentWillMount && e.UNSAFE_componentWillMount(), b !== e.state && Vf.enqueueReplaceState(e, e.state, null), f = a.updateQueue, null !== f && (tf(a, f, c, e, d), e.state = a.memoizedState));
-            "function" === typeof e.componentDidMount && (a.effectTag |= 4)
-        }
-
-        var ag = Array.isArray;
-
-        function bg(a, b, c) {
-            a = c.ref;
-            if (null !== a && "function" !== typeof a && "object" !== typeof a) {
-                if (c._owner) {
-                    c = c._owner;
-                    var d = void 0;
-                    c && (1 !== c.tag ? t("289") : void 0, d = c.stateNode);
-                    d ? void 0 : t("147", a);
-                    var e = "" + a;
-                    if (null !== b && null !== b.ref && "function" === typeof b.ref && b.ref._stringRef === e) return b.ref;
-                    b = function (a) {
-                        var b = d.refs;
-                        b === Pf && (b = d.refs = {});
-                        null === a ? delete b[e] : b[e] = a
-                    };
-                    b._stringRef = e;
-                    return b
-                }
-                "string" !== typeof a ? t("284") : void 0;
-                c._owner ? void 0 : t("290", a)
-            }
-            return a
-        }
-
-        function cg(a, b) {
-            "textarea" !== a.type && t("31", "[object Object]" === Object.prototype.toString.call(b) ? "object with keys {" + Object.keys(b).join(", ") + "}" : b, "")
-        }
-
-        function dg(a) {
-            function b(b, c) {
-                if (a) {
-                    var d = b.lastEffect;
-                    null !== d ? (d.nextEffect = c, b.lastEffect = c) : b.firstEffect = b.lastEffect = c;
-                    c.nextEffect = null;
-                    c.effectTag = 8
-                }
-            }
-
-            function c(c, d) {
-                if (!a) return null;
-                for (; null !== d;) b(c, d), d = d.sibling;
-                return null
-            }
-
-            function d(a, b) {
-                for (a = new Map; null !== b;) null !== b.key ? a.set(b.key, b) : a.set(b.index, b), b = b.sibling;
-                return a
-            }
-
-            function e(a, b, c) {
-                a = $e(a, b, c);
-                a.index = 0;
-                a.sibling = null;
-                return a
-            }
-
-            function f(b, c, d) {
-                b.index = d;
-                if (!a) return c;
-                d = b.alternate;
-                if (null !== d) return d = d.index, d < c ? (b.effectTag =
-                    2, c) : d;
-                b.effectTag = 2;
-                return c
-            }
-
-            function g(b) {
-                a && null === b.alternate && (b.effectTag = 2);
-                return b
-            }
-
-            function h(a, b, c, d) {
-                if (null === b || 6 !== b.tag) return b = df(c, a.mode, d), b.return = a, b;
-                b = e(b, c, d);
-                b.return = a;
-                return b
-            }
-
-            function k(a, b, c, d) {
-                if (null !== b && b.elementType === c.type) return d = e(b, c.props, d), d.ref = bg(a, b, c), d.return = a, d;
-                d = af(c.type, c.key, c.props, null, a.mode, d);
-                d.ref = bg(a, b, c);
-                d.return = a;
-                return d
-            }
-
-            function l(a, b, c, d) {
-                if (null === b || 4 !== b.tag || b.stateNode.containerInfo !== c.containerInfo || b.stateNode.implementation !==
-                    c.implementation) return b = ef(c, a.mode, d), b.return = a, b;
-                b = e(b, c.children || [], d);
-                b.return = a;
-                return b
-            }
-
-            function m(a, b, c, d, g) {
-                if (null === b || 7 !== b.tag) return b = bf(c, a.mode, d, g), b.return = a, b;
-                b = e(b, c, d);
-                b.return = a;
-                return b
-            }
-
-            function r(a, b, c) {
-                if ("string" === typeof b || "number" === typeof b) return b = df("" + b, a.mode, c), b.return = a, b;
-                if ("object" === typeof b && null !== b) {
-                    switch (b.$$typeof) {
-                        case Zb:
-                            return c = af(b.type, b.key, b.props, null, a.mode, c), c.ref = bg(a, null, b), c.return = a, c;
-                        case $b:
-                            return b = ef(b, a.mode, c), b.return = a, b
-                    }
-                    if (ag(b) ||
-                        lc(b)) return b = bf(b, a.mode, c, null), b.return = a, b;
-                    cg(a, b)
-                }
-                return null
-            }
-
-            function w(a, b, c, d) {
-                var e = null !== b ? b.key : null;
-                if ("string" === typeof c || "number" === typeof c) return null !== e ? null : h(a, b, "" + c, d);
-                if ("object" === typeof c && null !== c) {
-                    switch (c.$$typeof) {
-                        case Zb:
-                            return c.key === e ? c.type === ac ? m(a, b, c.props.children, d, e) : k(a, b, c, d) : null;
-                        case $b:
-                            return c.key === e ? l(a, b, c, d) : null
-                    }
-                    if (ag(c) || lc(c)) return null !== e ? null : m(a, b, c, d, null);
-                    cg(a, c)
-                }
-                return null
-            }
-
-            function y(a, b, c, d, e) {
-                if ("string" === typeof d || "number" === typeof d) return a =
-                    a.get(c) || null, h(b, a, "" + d, e);
-                if ("object" === typeof d && null !== d) {
-                    switch (d.$$typeof) {
-                        case Zb:
-                            return a = a.get(null === d.key ? c : d.key) || null, d.type === ac ? m(b, a, d.props.children, e, d.key) : k(b, a, d, e);
-                        case $b:
-                            return a = a.get(null === d.key ? c : d.key) || null, l(b, a, d, e)
-                    }
-                    if (ag(d) || lc(d)) return a = a.get(c) || null, m(b, a, d, e, null);
-                    cg(b, d)
-                }
-                return null
-            }
-
-            function B(e, g, h, k) {
-                for (var l = null, q = null, m = g, u = g = 0, p = null; null !== m && u < h.length; u++) {
-                    m.index > u ? (p = m, m = null) : p = m.sibling;
-                    var v = w(e, m, h[u], k);
-                    if (null === v) {
-                        null === m && (m = p);
-                        break
-                    }
-                    a &&
-                    m && null === v.alternate && b(e, m);
-                    g = f(v, g, u);
-                    null === q ? l = v : q.sibling = v;
-                    q = v;
-                    m = p
-                }
-                if (u === h.length) return c(e, m), l;
-                if (null === m) {
-                    for (; u < h.length; u++) if (m = r(e, h[u], k)) g = f(m, g, u), null === q ? l = m : q.sibling = m, q = m;
-                    return l
-                }
-                for (m = d(e, m); u < h.length; u++) if (p = y(m, e, u, h[u], k)) a && null !== p.alternate && m.delete(null === p.key ? u : p.key), g = f(p, g, u), null === q ? l = p : q.sibling = p, q = p;
-                a && m.forEach(function (a) {
-                    return b(e, a)
-                });
-                return l
-            }
-
-            function R(e, g, h, k) {
-                var l = lc(h);
-                "function" !== typeof l ? t("150") : void 0;
-                h = l.call(h);
-                null == h ? t("151") : void 0;
-                for (var m = l = null, q = g, u = g = 0, p = null, v = h.next(); null !== q && !v.done; u++, v = h.next()) {
-                    q.index > u ? (p = q, q = null) : p = q.sibling;
-                    var A = w(e, q, v.value, k);
-                    if (null === A) {
-                        q || (q = p);
-                        break
-                    }
-                    a && q && null === A.alternate && b(e, q);
-                    g = f(A, g, u);
-                    null === m ? l = A : m.sibling = A;
-                    m = A;
-                    q = p
-                }
-                if (v.done) return c(e, q), l;
-                if (null === q) {
-                    for (; !v.done; u++, v = h.next()) v = r(e, v.value, k), null !== v && (g = f(v, g, u), null === m ? l = v : m.sibling = v, m = v);
-                    return l
-                }
-                for (q = d(e, q); !v.done; u++, v = h.next()) v = y(q, e, u, v.value, k), null !== v && (a && null !== v.alternate && q.delete(null === v.key ? u :
-                    v.key), g = f(v, g, u), null === m ? l = v : m.sibling = v, m = v);
-                a && q.forEach(function (a) {
-                    return b(e, a)
-                });
-                return l
-            }
-
-            return function (a, d, f, h) {
-                var k = "object" === typeof f && null !== f && f.type === ac && null === f.key;
-                k && (f = f.props.children);
-                var l = "object" === typeof f && null !== f;
-                if (l) switch (f.$$typeof) {
-                    case Zb:
-                        a:{
-                            l = f.key;
-                            for (k = d; null !== k;) {
-                                if (k.key === l) if (7 === k.tag ? f.type === ac : k.elementType === f.type) {
-                                    c(a, k.sibling);
-                                    d = e(k, f.type === ac ? f.props.children : f.props, h);
-                                    d.ref = bg(a, k, f);
-                                    d.return = a;
-                                    a = d;
-                                    break a
-                                } else {
-                                    c(a, k);
-                                    break
-                                } else b(a, k);
-                                k =
-                                    k.sibling
-                            }
-                            f.type === ac ? (d = bf(f.props.children, a.mode, h, f.key), d.return = a, a = d) : (h = af(f.type, f.key, f.props, null, a.mode, h), h.ref = bg(a, d, f), h.return = a, a = h)
-                        }
-                        return g(a);
-                    case $b:
-                        a:{
-                            for (k = f.key; null !== d;) {
-                                if (d.key === k) if (4 === d.tag && d.stateNode.containerInfo === f.containerInfo && d.stateNode.implementation === f.implementation) {
-                                    c(a, d.sibling);
-                                    d = e(d, f.children || [], h);
-                                    d.return = a;
-                                    a = d;
-                                    break a
-                                } else {
-                                    c(a, d);
-                                    break
-                                } else b(a, d);
-                                d = d.sibling
-                            }
-                            d = ef(f, a.mode, h);
-                            d.return = a;
-                            a = d
-                        }
-                        return g(a)
-                }
-                if ("string" === typeof f || "number" === typeof f) return f =
-                    "" + f, null !== d && 6 === d.tag ? (c(a, d.sibling), d = e(d, f, h), d.return = a, a = d) : (c(a, d), d = df(f, a.mode, h), d.return = a, a = d), g(a);
-                if (ag(f)) return B(a, d, f, h);
-                if (lc(f)) return R(a, d, f, h);
-                l && cg(a, f);
-                if ("undefined" === typeof f && !k) switch (a.tag) {
-                    case 1:
-                    case 0:
-                        h = a.type, t("152", h.displayName || h.name || "Component")
-                }
-                return c(a, d)
-            }
-        }
-
-        var eg = dg(!0), fg = dg(!1), gg = null, hg = null, ig = !1;
-
-        function jg(a, b) {
-            var c = N(5, null, null, 0);
-            c.elementType = "DELETED";
-            c.type = "DELETED";
-            c.stateNode = b;
-            c.return = a;
-            c.effectTag = 8;
-            null !== a.lastEffect ? (a.lastEffect.nextEffect = c, a.lastEffect = c) : a.firstEffect = a.lastEffect = c
-        }
-
-        function kg(a, b) {
-            switch (a.tag) {
-                case 5:
-                    var c = a.type;
-                    b = 1 !== b.nodeType || c.toLowerCase() !== b.nodeName.toLowerCase() ? null : b;
-                    return null !== b ? (a.stateNode = b, !0) : !1;
-                case 6:
-                    return b = "" === a.pendingProps || 3 !== b.nodeType ? null : b, null !== b ? (a.stateNode = b, !0) : !1;
-                default:
-                    return !1
-            }
-        }
-
-        function lg(a) {
-            if (ig) {
-                var b = hg;
-                if (b) {
-                    var c = b;
-                    if (!kg(a, b)) {
-                        b = Ge(c);
-                        if (!b || !kg(a, b)) {
-                            a.effectTag |= 2;
-                            ig = !1;
-                            gg = a;
-                            return
-                        }
-                        jg(gg, c)
-                    }
-                    gg = a;
-                    hg = He(b)
-                } else a.effectTag |= 2, ig = !1, gg = a
-            }
-        }
-
-        function mg(a) {
-            for (a = a.return; null !== a && 5 !== a.tag && 3 !== a.tag;) a = a.return;
-            gg = a
-        }
-
-        function ng(a) {
-            if (a !== gg) return !1;
-            if (!ig) return mg(a), ig = !0, !1;
-            var b = a.type;
-            if (5 !== a.tag || "head" !== b && "body" !== b && !Ce(b, a.memoizedProps)) for (b = hg; b;) jg(a, b), b = Ge(b);
-            mg(a);
-            hg = gg ? Ge(a.stateNode) : null;
-            return !0
-        }
-
-        function og() {
-            hg = gg = null;
-            ig = !1
-        }
-
-        var pg = Xb.ReactCurrentOwner;
-
-        function Q(a, b, c, d) {
-            b.child = null === a ? fg(b, null, c, d) : eg(b, a.child, c, d)
-        }
-
-        function qg(a, b, c, d, e) {
-            c = c.render;
-            var f = b.ref;
-            Df(b, e);
-            d = c(d, f);
-            b.effectTag |= 1;
-            Q(a, b, d, e);
-            return b.child
-        }
-
-        function rg(a, b, c, d, e, f) {
-            if (null === a) {
-                var g = c.type;
-                if ("function" === typeof g && !Ye(g) && void 0 === g.defaultProps && null === c.compare && void 0 === c.defaultProps) return b.tag = 15, b.type = g, sg(a, b, g, d, e, f);
-                a = af(c.type, null, d, null, b.mode, f);
-                a.ref = b.ref;
-                a.return = b;
-                return b.child = a
-            }
-            g = a.child;
-            if (e < f && (e = g.memoizedProps, c = c.compare, c = null !== c ? c : jd, c(e, d) && a.ref === b.ref)) return tg(a, b, f);
-            b.effectTag |= 1;
-            a = $e(g, d, f);
-            a.ref = b.ref;
-            a.return = b;
-            return b.child = a
-        }
-
-        function sg(a, b, c, d, e, f) {
-            return null !== a && e < f && jd(a.memoizedProps, d) && a.ref === b.ref ? tg(a, b, f) : ug(a, b, c, d, f)
-        }
-
-        function vg(a, b) {
-            var c = b.ref;
-            if (null === a && null !== c || null !== a && a.ref !== c) b.effectTag |= 128
-        }
-
-        function ug(a, b, c, d, e) {
-            var f = M(c) ? Le : K.current;
-            f = Me(b, f);
-            Df(b, e);
-            c = c(d, f);
-            b.effectTag |= 1;
-            Q(a, b, c, e);
-            return b.child
-        }
-
-        function wg(a, b, c, d, e) {
-            if (M(c)) {
-                var f = !0;
-                Re(b)
-            } else f = !1;
-            Df(b, e);
-            if (null === b.stateNode) null !== a && (a.alternate = null, b.alternate = null, b.effectTag |= 2), Xf(b, c, d, e), $f(b, c, d, e), d = !0; else if (null === a) {
-                var g = b.stateNode, h = b.memoizedProps;
-                g.props = h;
-                var k = g.context, l = c.contextType;
-                "object" === typeof l && null !== l ? l = Of.currentDispatcher.readContext(l) : (l = M(c) ? Le : K.current, l = Me(b, l));
-                var m = c.getDerivedStateFromProps,
-                    r = "function" === typeof m || "function" === typeof g.getSnapshotBeforeUpdate;
-                r || "function" !== typeof g.UNSAFE_componentWillReceiveProps &&
-                "function" !== typeof g.componentWillReceiveProps || (h !== d || k !== l) && Zf(b, g, d, l);
-                kf = !1;
-                var w = b.memoizedState;
-                k = g.state = w;
-                var y = b.updateQueue;
-                null !== y && (tf(b, y, d, g, e), k = b.memoizedState);
-                h !== d || w !== k || L.current || kf ? ("function" === typeof m && (Qf(b, c, m, d), k = b.memoizedState), (h = kf || Wf(b, c, h, d, w, k, l)) ? (r || "function" !== typeof g.UNSAFE_componentWillMount && "function" !== typeof g.componentWillMount || ("function" === typeof g.componentWillMount && g.componentWillMount(), "function" === typeof g.UNSAFE_componentWillMount &&
-                g.UNSAFE_componentWillMount()), "function" === typeof g.componentDidMount && (b.effectTag |= 4)) : ("function" === typeof g.componentDidMount && (b.effectTag |= 4), b.memoizedProps = d, b.memoizedState = k), g.props = d, g.state = k, g.context = l, d = h) : ("function" === typeof g.componentDidMount && (b.effectTag |= 4), d = !1)
-            } else g = b.stateNode, h = b.memoizedProps, g.props = b.type === b.elementType ? h : P(b.type, h), k = g.context, l = c.contextType, "object" === typeof l && null !== l ? l = Of.currentDispatcher.readContext(l) : (l = M(c) ? Le : K.current, l = Me(b, l)), m = c.getDerivedStateFromProps,
-            (r = "function" === typeof m || "function" === typeof g.getSnapshotBeforeUpdate) || "function" !== typeof g.UNSAFE_componentWillReceiveProps && "function" !== typeof g.componentWillReceiveProps || (h !== d || k !== l) && Zf(b, g, d, l), kf = !1, k = b.memoizedState, w = g.state = k, y = b.updateQueue, null !== y && (tf(b, y, d, g, e), w = b.memoizedState), h !== d || k !== w || L.current || kf ? ("function" === typeof m && (Qf(b, c, m, d), w = b.memoizedState), (m = kf || Wf(b, c, h, d, k, w, l)) ? (r || "function" !== typeof g.UNSAFE_componentWillUpdate && "function" !== typeof g.componentWillUpdate ||
-            ("function" === typeof g.componentWillUpdate && g.componentWillUpdate(d, w, l), "function" === typeof g.UNSAFE_componentWillUpdate && g.UNSAFE_componentWillUpdate(d, w, l)), "function" === typeof g.componentDidUpdate && (b.effectTag |= 4), "function" === typeof g.getSnapshotBeforeUpdate && (b.effectTag |= 256)) : ("function" !== typeof g.componentDidUpdate || h === a.memoizedProps && k === a.memoizedState || (b.effectTag |= 4), "function" !== typeof g.getSnapshotBeforeUpdate || h === a.memoizedProps && k === a.memoizedState || (b.effectTag |= 256), b.memoizedProps =
-                d, b.memoizedState = w), g.props = d, g.state = w, g.context = l, d = m) : ("function" !== typeof g.componentDidUpdate || h === a.memoizedProps && k === a.memoizedState || (b.effectTag |= 4), "function" !== typeof g.getSnapshotBeforeUpdate || h === a.memoizedProps && k === a.memoizedState || (b.effectTag |= 256), d = !1);
-            return xg(a, b, c, d, f, e)
-        }
-
-        function xg(a, b, c, d, e, f) {
-            vg(a, b);
-            var g = 0 !== (b.effectTag & 64);
-            if (!d && !g) return e && Se(b, c, !1), tg(a, b, f);
-            d = b.stateNode;
-            pg.current = b;
-            var h = g && "function" !== typeof c.getDerivedStateFromError ? null : d.render();
-            b.effectTag |= 1;
-            null !== a && g ? (b.child = eg(b, a.child, null, f), b.child = eg(b, null, h, f)) : Q(a, b, h, f);
-            b.memoizedState = d.state;
-            e && Se(b, c, !0);
-            return b.child
-        }
-
-        function yg(a) {
-            var b = a.stateNode;
-            b.pendingContext ? Pe(a, b.pendingContext, b.pendingContext !== b.context) : b.context && Pe(a, b.context, !1);
-            Jf(a, b.containerInfo)
-        }
-
-        function zg(a, b, c) {
-            var d = b.mode, e = b.pendingProps, f = b.memoizedState;
-            if (0 === (b.effectTag & 64)) {
-                f = null;
-                var g = !1
-            } else f = {timedOutAt: null !== f ? f.timedOutAt : 0}, g = !0, b.effectTag &= -65;
-            if (null === a) if (g) {
-                var h = e.fallback;
-                a = bf(null, d, 0, null);
-                0 === (b.mode & 1) && (a.child = null !== b.memoizedState ? b.child.child : b.child);
-                d = bf(h, d, c, null);
-                a.sibling = d;
-                c = a;
-                c.return = d.return = b
-            } else c = d = fg(b, null, e.children, c); else null !== a.memoizedState ? (d = a.child, h = d.sibling, g ? (c = e.fallback, e = $e(d, d.pendingProps, 0), 0 === (b.mode & 1) && (g = null !==
-            b.memoizedState ? b.child.child : b.child, g !== d.child && (e.child = g)), d = e.sibling = $e(h, c, h.expirationTime), c = e, e.childExpirationTime = 0, c.return = d.return = b) : c = d = eg(b, d.child, e.children, c)) : (h = a.child, g ? (g = e.fallback, e = bf(null, d, 0, null), e.child = h, 0 === (b.mode & 1) && (e.child = null !== b.memoizedState ? b.child.child : b.child), d = e.sibling = bf(g, d, c, null), d.effectTag |= 2, c = e, e.childExpirationTime = 0, c.return = d.return = b) : d = c = eg(b, h, e.children, c)), b.stateNode = a.stateNode;
-            b.memoizedState = f;
-            b.child = c;
-            return d
-        }
-
-        function tg(a, b, c) {
-            null !== a && (b.firstContextDependency = a.firstContextDependency);
-            if (b.childExpirationTime < c) return null;
-            null !== a && b.child !== a.child ? t("153") : void 0;
-            if (null !== b.child) {
-                a = b.child;
-                c = $e(a, a.pendingProps, a.expirationTime);
-                b.child = c;
-                for (c.return = b; null !== a.sibling;) a = a.sibling, c = c.sibling = $e(a, a.pendingProps, a.expirationTime), c.return = b;
-                c.sibling = null
-            }
-            return b.child
-        }
-
-        function Ag(a, b, c) {
-            var d = b.expirationTime;
-            if (null !== a && a.memoizedProps === b.pendingProps && !L.current && d < c) {
-                switch (b.tag) {
-                    case 3:
-                        yg(b);
-                        og();
-                        break;
-                    case 5:
-                        Lf(b);
-                        break;
-                    case 1:
-                        M(b.type) && Re(b);
-                        break;
-                    case 4:
-                        Jf(b, b.stateNode.containerInfo);
-                        break;
-                    case 10:
-                        Bf(b, b.memoizedProps.value);
-                        break;
-                    case 13:
-                        if (null !== b.memoizedState) {
-                            d = b.child.childExpirationTime;
-                            if (0 !== d && d >= c) return zg(a, b, c);
-                            b = tg(a, b, c);
-                            return null !== b ? b.sibling : null
-                        }
-                }
-                return tg(a, b, c)
-            }
-            b.expirationTime = 0;
-            switch (b.tag) {
-                case 2:
-                    d = b.elementType;
-                    null !==
-                    a && (a.alternate = null, b.alternate = null, b.effectTag |= 2);
-                    a = b.pendingProps;
-                    var e = Me(b, K.current);
-                    Df(b, c);
-                    e = d(a, e);
-                    b.effectTag |= 1;
-                    if ("object" === typeof e && null !== e && "function" === typeof e.render && void 0 === e.$$typeof) {
-                        b.tag = 1;
-                        if (M(d)) {
-                            var f = !0;
-                            Re(b)
-                        } else f = !1;
-                        b.memoizedState = null !== e.state && void 0 !== e.state ? e.state : null;
-                        var g = d.getDerivedStateFromProps;
-                        "function" === typeof g && Qf(b, d, g, a);
-                        e.updater = Vf;
-                        b.stateNode = e;
-                        e._reactInternalFiber = b;
-                        $f(b, d, a, c);
-                        b = xg(null, b, d, !0, f, c)
-                    } else b.tag = 0, Q(null, b, e, c), b = b.child;
-                    return b;
-                case 16:
-                    e = b.elementType;
-                    null !== a && (a.alternate = null, b.alternate = null, b.effectTag |= 2);
-                    f = b.pendingProps;
-                    a = Nf(e);
-                    b.type = a;
-                    e = b.tag = Ze(a);
-                    f = P(a, f);
-                    g = void 0;
-                    switch (e) {
-                        case 0:
-                            g = ug(null, b, a, f, c);
-                            break;
-                        case 1:
-                            g = wg(null, b, a, f, c);
-                            break;
-                        case 11:
-                            g = qg(null, b, a, f, c);
-                            break;
-                        case 14:
-                            g = rg(null, b, a, P(a.type, f), d, c);
-                            break;
-                        default:
-                            t("306", a, "")
-                    }
-                    return g;
-                case 0:
-                    return d = b.type, e = b.pendingProps, e = b.elementType === d ? e : P(d, e), ug(a, b, d, e, c);
-                case 1:
-                    return d = b.type, e = b.pendingProps, e = b.elementType === d ? e : P(d, e), wg(a, b,
-                        d, e, c);
-                case 3:
-                    yg(b);
-                    d = b.updateQueue;
-                    null === d ? t("282") : void 0;
-                    e = b.memoizedState;
-                    e = null !== e ? e.element : null;
-                    tf(b, d, b.pendingProps, null, c);
-                    d = b.memoizedState.element;
-                    if (d === e) og(), b = tg(a, b, c); else {
-                        e = b.stateNode;
-                        if (e = (null === a || null === a.child) && e.hydrate) hg = He(b.stateNode.containerInfo), gg = b, e = ig = !0;
-                        e ? (b.effectTag |= 2, b.child = fg(b, null, d, c)) : (Q(a, b, d, c), og());
-                        b = b.child
-                    }
-                    return b;
-                case 5:
-                    return Lf(b), null === a && lg(b), d = b.type, e = b.pendingProps, f = null !== a ? a.memoizedProps : null, g = e.children, Ce(d, e) ? g = null : null !==
-                        f && Ce(d, f) && (b.effectTag |= 16), vg(a, b), 1 !== c && b.mode & 1 && e.hidden ? (b.expirationTime = 1, b = null) : (Q(a, b, g, c), b = b.child), b;
-                case 6:
-                    return null === a && lg(b), null;
-                case 13:
-                    return zg(a, b, c);
-                case 4:
-                    return Jf(b, b.stateNode.containerInfo), d = b.pendingProps, null === a ? b.child = eg(b, null, d, c) : Q(a, b, d, c), b.child;
-                case 11:
-                    return d = b.type, e = b.pendingProps, e = b.elementType === d ? e : P(d, e), qg(a, b, d, e, c);
-                case 7:
-                    return Q(a, b, b.pendingProps, c), b.child;
-                case 8:
-                    return Q(a, b, b.pendingProps.children, c), b.child;
-                case 12:
-                    return Q(a, b, b.pendingProps.children,
-                        c), b.child;
-                case 10:
-                    a:{
-                        d = b.type._context;
-                        e = b.pendingProps;
-                        g = b.memoizedProps;
-                        f = e.value;
-                        Bf(b, f);
-                        if (null !== g) {
-                            var h = g.value;
-                            f = h === f && (0 !== h || 1 / h === 1 / f) || h !== h && f !== f ? 0 : ("function" === typeof d._calculateChangedBits ? d._calculateChangedBits(h, f) : 1073741823) | 0;
-                            if (0 === f) {
-                                if (g.children === e.children && !L.current) {
-                                    b = tg(a, b, c);
-                                    break a
-                                }
-                            } else for (g = b.child, null !== g && (g.return = b); null !== g;) {
-                                h = g.firstContextDependency;
-                                if (null !== h) {
-                                    do {
-                                        if (h.context === d && 0 !== (h.observedBits & f)) {
-                                            if (1 === g.tag) {
-                                                var k = nf(c);
-                                                k.tag = 2;
-                                                pf(g, k)
-                                            }
-                                            g.expirationTime <
-                                            c && (g.expirationTime = c);
-                                            k = g.alternate;
-                                            null !== k && k.expirationTime < c && (k.expirationTime = c);
-                                            for (var l = g.return; null !== l;) {
-                                                k = l.alternate;
-                                                if (l.childExpirationTime < c) l.childExpirationTime = c, null !== k && k.childExpirationTime < c && (k.childExpirationTime = c); else if (null !== k && k.childExpirationTime < c) k.childExpirationTime = c; else break;
-                                                l = l.return
-                                            }
-                                        }
-                                        k = g.child;
-                                        h = h.next
-                                    } while (null !== h)
-                                } else k = 10 === g.tag ? g.type === b.type ? null : g.child : g.child;
-                                if (null !== k) k.return = g; else for (k = g; null !== k;) {
-                                    if (k === b) {
-                                        k = null;
-                                        break
-                                    }
-                                    g = k.sibling;
-                                    if (null !== g) {
-                                        g.return = k.return;
-                                        k = g;
-                                        break
-                                    }
-                                    k = k.return
-                                }
-                                g = k
-                            }
-                        }
-                        Q(a, b, e.children, c);
-                        b = b.child
-                    }
-                    return b;
-                case 9:
-                    return e = b.type, f = b.pendingProps, d = f.children, Df(b, c), e = Ef(e, f.unstable_observedBits), d = d(e), b.effectTag |= 1, Q(a, b, d, c), b.child;
-                case 14:
-                    return e = b.type, f = P(e, b.pendingProps), f = P(e.type, f), rg(a, b, e, f, d, c);
-                case 15:
-                    return sg(a, b, b.type, b.pendingProps, d, c);
-                case 17:
-                    return d = b.type, e = b.pendingProps, e = b.elementType === d ? e : P(d, e), null !== a && (a.alternate = null, b.alternate = null, b.effectTag |= 2), b.tag = 1, M(d) ? (a =
-                        !0, Re(b)) : a = !1, Df(b, c), Xf(b, d, e, c), $f(b, d, e, c), xg(null, b, d, !0, a, c);
-                default:
-                    t("156")
-            }
-        }
-
-        function Bg(a) {
-            a.effectTag |= 4
-        }
-
-        var Cg = void 0, Gg = void 0, Hg = void 0, Ig = void 0;
-        Cg = function (a, b) {
-            for (var c = b.child; null !== c;) {
-                if (5 === c.tag || 6 === c.tag) a.appendChild(c.stateNode); else if (4 !== c.tag && null !== c.child) {
-                    c.child.return = c;
-                    c = c.child;
-                    continue
-                }
-                if (c === b) break;
-                for (; null === c.sibling;) {
-                    if (null === c.return || c.return === b) return;
-                    c = c.return
-                }
-                c.sibling.return = c.return;
-                c = c.sibling
-            }
-        };
-        Gg = function () {
-        };
-        Hg = function (a, b, c, d, e) {
-            var f = a.memoizedProps;
-            if (f !== d) {
-                var g = b.stateNode;
-                If(O.current);
-                a = null;
-                switch (c) {
-                    case "input":
-                        f = zc(g, f);
-                        d = zc(g, d);
-                        a = [];
-                        break;
-                    case "option":
-                        f = ee(g, f);
-                        d = ee(g, d);
-                        a = [];
-                        break;
-                    case "select":
-                        f = n({}, f, {value: void 0});
-                        d = n({}, d, {value: void 0});
-                        a = [];
-                        break;
-                    case "textarea":
-                        f = ge(g, f);
-                        d = ge(g, d);
-                        a = [];
-                        break;
-                    default:
-                        "function" !== typeof f.onClick && "function" === typeof d.onClick && (g.onclick = ye)
-                }
-                ve(c, d);
-                g = c = void 0;
-                var h = null;
-                for (c in f) if (!d.hasOwnProperty(c) && f.hasOwnProperty(c) && null != f[c]) if ("style" ===
-                    c) {
-                    var k = f[c];
-                    for (g in k) k.hasOwnProperty(g) && (h || (h = {}), h[g] = "")
-                } else "dangerouslySetInnerHTML" !== c && "children" !== c && "suppressContentEditableWarning" !== c && "suppressHydrationWarning" !== c && "autoFocus" !== c && (sa.hasOwnProperty(c) ? a || (a = []) : (a = a || []).push(c, null));
-                for (c in d) {
-                    var l = d[c];
-                    k = null != f ? f[c] : void 0;
-                    if (d.hasOwnProperty(c) && l !== k && (null != l || null != k)) if ("style" === c) if (k) {
-                        for (g in k) !k.hasOwnProperty(g) || l && l.hasOwnProperty(g) || (h || (h = {}), h[g] = "");
-                        for (g in l) l.hasOwnProperty(g) && k[g] !== l[g] && (h ||
-                        (h = {}), h[g] = l[g])
-                    } else h || (a || (a = []), a.push(c, h)), h = l; else "dangerouslySetInnerHTML" === c ? (l = l ? l.__html : void 0, k = k ? k.__html : void 0, null != l && k !== l && (a = a || []).push(c, "" + l)) : "children" === c ? k === l || "string" !== typeof l && "number" !== typeof l || (a = a || []).push(c, "" + l) : "suppressContentEditableWarning" !== c && "suppressHydrationWarning" !== c && (sa.hasOwnProperty(c) ? (null != l && xe(e, c), a || k === l || (a = [])) : (a = a || []).push(c, l))
-                }
-                h && (a = a || []).push("style", h);
-                e = a;
-                (b.updateQueue = e) && Bg(b)
-            }
-        };
-        Ig = function (a, b, c, d) {
-            c !== d && Bg(b)
-        };
-        var Jg = "function" === typeof WeakSet ? WeakSet : Set;
-
-        function Kg(a, b) {
-            var c = b.source, d = b.stack;
-            null === d && null !== c && (d = nc(c));
-            null !== c && mc(c.type);
-            b = b.value;
-            null !== a && 1 === a.tag && mc(a.type);
-            try {
-                console.error(b)
-            } catch (e) {
-                setTimeout(function () {
-                    throw e;
-                })
-            }
-        }
-
-        function Lg(a) {
-            var b = a.ref;
-            if (null !== b) if ("function" === typeof b) try {
-                b(null)
-            } catch (c) {
-                Mg(a, c)
-            } else b.current = null
-        }
-
-        function Ng(a, b) {
-            for (var c = a; ;) {
-                if (5 === c.tag) {
-                    var d = c.stateNode;
-                    if (b) d.style.display = "none"; else {
-                        d = c.stateNode;
-                        var e = c.memoizedProps.style;
-                        e = void 0 !== e && null !== e && e.hasOwnProperty("display") ? e.display : null;
-                        d.style.display = se("display", e)
-                    }
-                } else if (6 === c.tag) c.stateNode.nodeValue = b ? "" : c.memoizedProps; else if (13 === c.tag && null !== c.memoizedState) {
-                    d = c.child.sibling;
-                    d.return = c;
-                    c = d;
-                    continue
-                } else if (null !== c.child) {
-                    c.child.return = c;
-                    c = c.child;
-                    continue
-                }
-                if (c === a) break;
-                for (; null === c.sibling;) {
-                    if (null === c.return ||
-                        c.return === a) return;
-                    c = c.return
-                }
-                c.sibling.return = c.return;
-                c = c.sibling
-            }
-        }
-
-        function Og(a) {
-            "function" === typeof Ue && Ue(a);
-            switch (a.tag) {
-                case 0:
-                case 11:
-                case 14:
-                case 15:
-                    var b = a.updateQueue;
-                    if (null !== b && (b = b.lastEffect, null !== b)) {
-                        var c = b = b.next;
-                        do {
-                            var d = c.destroy;
-                            if (null !== d) {
-                                var e = a;
-                                try {
-                                    d()
-                                } catch (f) {
-                                    Mg(e, f)
-                                }
-                            }
-                            c = c.next
-                        } while (c !== b)
-                    }
-                    break;
-                case 1:
-                    Lg(a);
-                    b = a.stateNode;
-                    if ("function" === typeof b.componentWillUnmount) try {
-                        b.props = a.memoizedProps, b.state = a.memoizedState, b.componentWillUnmount()
-                    } catch (f) {
-                        Mg(a, f)
-                    }
-                    break;
-                case 5:
-                    Lg(a);
-                    break;
-                case 4:
-                    Pg(a)
-            }
-        }
-
-        function Qg(a) {
-            return 5 === a.tag || 3 === a.tag || 4 === a.tag
-        }
-
-        function Rg(a) {
-            a:{
-                for (var b = a.return; null !== b;) {
-                    if (Qg(b)) {
-                        var c = b;
-                        break a
-                    }
-                    b = b.return
-                }
-                t("160");
-                c = void 0
-            }
-            var d = b = void 0;
-            switch (c.tag) {
-                case 5:
-                    b = c.stateNode;
-                    d = !1;
-                    break;
-                case 3:
-                    b = c.stateNode.containerInfo;
-                    d = !0;
-                    break;
-                case 4:
-                    b = c.stateNode.containerInfo;
-                    d = !0;
-                    break;
-                default:
-                    t("161")
-            }
-            c.effectTag & 16 && (pe(b, ""), c.effectTag &= -17);
-            a:b:for (c = a; ;) {
-                for (; null === c.sibling;) {
-                    if (null === c.return || Qg(c.return)) {
-                        c = null;
-                        break a
-                    }
-                    c = c.return
-                }
-                c.sibling.return = c.return;
-                for (c = c.sibling; 5 !== c.tag && 6 !== c.tag;) {
-                    if (c.effectTag & 2) continue b;
-                    if (null === c.child || 4 === c.tag) continue b; else c.child.return = c, c = c.child
-                }
-                if (!(c.effectTag & 2)) {
-                    c = c.stateNode;
-                    break a
-                }
-            }
-            for (var e = a; ;) {
-                if (5 === e.tag || 6 === e.tag) if (c) if (d) {
-                    var f = b, g = e.stateNode, h = c;
-                    8 === f.nodeType ? f.parentNode.insertBefore(g, h) : f.insertBefore(g, h)
-                } else b.insertBefore(e.stateNode, c); else d ? (g = b, h = e.stateNode, 8 === g.nodeType ? (f = g.parentNode, f.insertBefore(h, g)) : (f = g, f.appendChild(h)), g = g._reactRootContainer, null !== g && void 0 !== g || null !== f.onclick || (f.onclick = ye)) : b.appendChild(e.stateNode);
-                else if (4 !== e.tag && null !== e.child) {
-                    e.child.return = e;
-                    e = e.child;
-                    continue
-                }
-                if (e === a) break;
-                for (; null === e.sibling;) {
-                    if (null === e.return || e.return === a) return;
-                    e = e.return
-                }
-                e.sibling.return = e.return;
-                e = e.sibling
-            }
-        }
-
-        function Pg(a) {
-            for (var b = a, c = !1, d = void 0, e = void 0; ;) {
-                if (!c) {
-                    c = b.return;
-                    a:for (; ;) {
-                        null === c ? t("160") : void 0;
-                        switch (c.tag) {
-                            case 5:
-                                d = c.stateNode;
-                                e = !1;
-                                break a;
-                            case 3:
-                                d = c.stateNode.containerInfo;
-                                e = !0;
-                                break a;
-                            case 4:
-                                d = c.stateNode.containerInfo;
-                                e = !0;
-                                break a
-                        }
-                        c = c.return
-                    }
-                    c = !0
-                }
-                if (5 === b.tag || 6 === b.tag) {
-                    a:for (var f = b, g = f; ;) if (Og(g), null !== g.child && 4 !== g.tag) g.child.return = g, g = g.child; else {
-                        if (g === f) break;
-                        for (; null === g.sibling;) {
-                            if (null === g.return || g.return === f) break a;
-                            g = g.return
-                        }
-                        g.sibling.return = g.return;
-                        g = g.sibling
-                    }
-                    e ?
-                        (f = d, g = b.stateNode, 8 === f.nodeType ? f.parentNode.removeChild(g) : f.removeChild(g)) : d.removeChild(b.stateNode)
-                } else if (4 === b.tag ? (d = b.stateNode.containerInfo, e = !0) : Og(b), null !== b.child) {
-                    b.child.return = b;
-                    b = b.child;
-                    continue
-                }
-                if (b === a) break;
-                for (; null === b.sibling;) {
-                    if (null === b.return || b.return === a) return;
-                    b = b.return;
-                    4 === b.tag && (c = !1)
-                }
-                b.sibling.return = b.return;
-                b = b.sibling
-            }
-        }
-
-        function Sg(a, b) {
-            switch (b.tag) {
-                case 0:
-                case 11:
-                case 14:
-                case 15:
-                    break;
-                case 1:
-                    break;
-                case 5:
-                    var c = b.stateNode;
-                    if (null != c) {
-                        var d = b.memoizedProps;
-                        a = null !== a ? a.memoizedProps : d;
-                        var e = b.type, f = b.updateQueue;
-                        b.updateQueue = null;
-                        null !== f && Fe(c, f, e, a, d, b)
-                    }
-                    break;
-                case 6:
-                    null === b.stateNode ? t("162") : void 0;
-                    b.stateNode.nodeValue = b.memoizedProps;
-                    break;
-                case 3:
-                    break;
-                case 12:
-                    break;
-                case 13:
-                    c = b.memoizedState;
-                    d = void 0;
-                    a = b;
-                    null === c ? d = !1 : (d = !0, a = b.child, 0 === c.timedOutAt && (c.timedOutAt = Rf()));
-                    null !== a && Ng(a, d);
-                    c = b.updateQueue;
-                    if (null !== c) {
-                        b.updateQueue = null;
-                        var g = b.stateNode;
-                        null === g && (g = b.stateNode = new Jg);
-                        c.forEach(function (a) {
-                            var c = Tg.bind(null, b, a);
-                            g.has(a) || (g.add(a), a.then(c, c))
-                        })
-                    }
-                    break;
-                case 17:
-                    break;
-                default:
-                    t("163")
-            }
-        }
-
-        var Ug = "function" === typeof WeakMap ? WeakMap : Map;
-
-        function Vg(a, b, c) {
-            c = nf(c);
-            c.tag = 3;
-            c.payload = {element: null};
-            var d = b.value;
-            c.callback = function () {
-                Wg(d);
-                Kg(a, b)
-            };
-            return c
-        }
-
-        function Xg(a, b, c) {
-            c = nf(c);
-            c.tag = 3;
-            var d = a.type.getDerivedStateFromError;
-            if ("function" === typeof d) {
-                var e = b.value;
-                c.payload = function () {
-                    return d(e)
-                }
-            }
-            var f = a.stateNode;
-            null !== f && "function" === typeof f.componentDidCatch && (c.callback = function () {
-                "function" !== typeof d && (null === Yg ? Yg = new Set([this]) : Yg.add(this));
-                var c = b.value, e = b.stack;
-                Kg(a, b);
-                this.componentDidCatch(c, {componentStack: null !== e ? e : ""})
-            });
-            return c
-        }
-
-        function Zg(a) {
-            switch (a.tag) {
-                case 1:
-                    M(a.type) && Ne(a);
-                    var b = a.effectTag;
-                    return b & 2048 ? (a.effectTag = b & -2049 | 64, a) : null;
-                case 3:
-                    return Kf(a), Oe(a), b = a.effectTag, 0 !== (b & 64) ? t("285") : void 0, a.effectTag = b & -2049 | 64, a;
-                case 5:
-                    return Mf(a), null;
-                case 13:
-                    return b = a.effectTag, b & 2048 ? (a.effectTag = b & -2049 | 64, a) : null;
-                case 4:
-                    return Kf(a), null;
-                case 10:
-                    return Cf(a), null;
-                default:
-                    return null
-            }
-        }
-
-        var $g = {readContext: Ef}, ah = Xb.ReactCurrentOwner, bh = 1073741822, ch = 0, dh = !1, S = null, T = null,
-            U = 0, eh = -1, fh = !1, V = null, gh = !1, hh = null, ih = null, Yg = null;
-
-        function jh() {
-            if (null !== S) for (var a = S.return; null !== a;) {
-                var b = a;
-                switch (b.tag) {
-                    case 1:
-                        var c = b.type.childContextTypes;
-                        null !== c && void 0 !== c && Ne(b);
-                        break;
-                    case 3:
-                        Kf(b);
-                        Oe(b);
-                        break;
-                    case 5:
-                        Mf(b);
-                        break;
-                    case 4:
-                        Kf(b);
-                        break;
-                    case 10:
-                        Cf(b)
-                }
-                a = a.return
-            }
-            T = null;
-            U = 0;
-            eh = -1;
-            fh = !1;
-            S = null
-        }
-
-        function Tf() {
-            null !== ih && (ba.unstable_cancelCallback(hh), ih())
-        }
-
-        function kh(a) {
-            for (; ;) {
-                var b = a.alternate, c = a.return, d = a.sibling;
-                if (0 === (a.effectTag & 1024)) {
-                    S = a;
-                    a:{
-                        var e = b;
-                        b = a;
-                        var f = U;
-                        var g = b.pendingProps;
-                        switch (b.tag) {
-                            case 2:
-                                break;
-                            case 16:
-                                break;
-                            case 15:
-                            case 0:
-                                break;
-                            case 1:
-                                M(b.type) && Ne(b);
-                                break;
-                            case 3:
-                                Kf(b);
-                                Oe(b);
-                                g = b.stateNode;
-                                g.pendingContext && (g.context = g.pendingContext, g.pendingContext = null);
-                                if (null === e || null === e.child) ng(b), b.effectTag &= -3;
-                                Gg(b);
-                                break;
-                            case 5:
-                                Mf(b);
-                                var h = If(Hf.current);
-                                f = b.type;
-                                if (null !== e && null != b.stateNode) Hg(e, b, f, g, h), e.ref !== b.ref && (b.effectTag |=
-                                    128); else if (g) {
-                                    var k = If(O.current);
-                                    if (ng(b)) {
-                                        g = b;
-                                        e = g.stateNode;
-                                        var l = g.type, m = g.memoizedProps, r = h;
-                                        e[Ga] = g;
-                                        e[Ha] = m;
-                                        f = void 0;
-                                        h = l;
-                                        switch (h) {
-                                            case "iframe":
-                                            case "object":
-                                                H("load", e);
-                                                break;
-                                            case "video":
-                                            case "audio":
-                                                for (l = 0; l < bb.length; l++) H(bb[l], e);
-                                                break;
-                                            case "source":
-                                                H("error", e);
-                                                break;
-                                            case "img":
-                                            case "image":
-                                            case "link":
-                                                H("error", e);
-                                                H("load", e);
-                                                break;
-                                            case "form":
-                                                H("reset", e);
-                                                H("submit", e);
-                                                break;
-                                            case "details":
-                                                H("toggle", e);
-                                                break;
-                                            case "input":
-                                                Ac(e, m);
-                                                H("invalid", e);
-                                                xe(r, "onChange");
-                                                break;
-                                            case "select":
-                                                e._wrapperState =
-                                                    {wasMultiple: !!m.multiple};
-                                                H("invalid", e);
-                                                xe(r, "onChange");
-                                                break;
-                                            case "textarea":
-                                                he(e, m), H("invalid", e), xe(r, "onChange")
-                                        }
-                                        ve(h, m);
-                                        l = null;
-                                        for (f in m) m.hasOwnProperty(f) && (k = m[f], "children" === f ? "string" === typeof k ? e.textContent !== k && (l = ["children", k]) : "number" === typeof k && e.textContent !== "" + k && (l = ["children", "" + k]) : sa.hasOwnProperty(f) && null != k && xe(r, f));
-                                        switch (h) {
-                                            case "input":
-                                                Vb(e);
-                                                Ec(e, m, !0);
-                                                break;
-                                            case "textarea":
-                                                Vb(e);
-                                                je(e, m);
-                                                break;
-                                            case "select":
-                                            case "option":
-                                                break;
-                                            default:
-                                                "function" === typeof m.onClick &&
-                                                (e.onclick = ye)
-                                        }
-                                        f = l;
-                                        g.updateQueue = f;
-                                        g = null !== f ? !0 : !1;
-                                        g && Bg(b)
-                                    } else {
-                                        m = b;
-                                        e = f;
-                                        r = g;
-                                        l = 9 === h.nodeType ? h : h.ownerDocument;
-                                        k === ke.html && (k = le(e));
-                                        k === ke.html ? "script" === e ? (e = l.createElement("div"), e.innerHTML = "<script>\x3c/script>", l = e.removeChild(e.firstChild)) : "string" === typeof r.is ? l = l.createElement(e, {is: r.is}) : (l = l.createElement(e), "select" === e && r.multiple && (l.multiple = !0)) : l = l.createElementNS(k, e);
-                                        e = l;
-                                        e[Ga] = m;
-                                        e[Ha] = g;
-                                        Cg(e, b, !1, !1);
-                                        r = e;
-                                        l = f;
-                                        m = g;
-                                        var w = h, y = we(l, m);
-                                        switch (l) {
-                                            case "iframe":
-                                            case "object":
-                                                H("load",
-                                                    r);
-                                                h = m;
-                                                break;
-                                            case "video":
-                                            case "audio":
-                                                for (h = 0; h < bb.length; h++) H(bb[h], r);
-                                                h = m;
-                                                break;
-                                            case "source":
-                                                H("error", r);
-                                                h = m;
-                                                break;
-                                            case "img":
-                                            case "image":
-                                            case "link":
-                                                H("error", r);
-                                                H("load", r);
-                                                h = m;
-                                                break;
-                                            case "form":
-                                                H("reset", r);
-                                                H("submit", r);
-                                                h = m;
-                                                break;
-                                            case "details":
-                                                H("toggle", r);
-                                                h = m;
-                                                break;
-                                            case "input":
-                                                Ac(r, m);
-                                                h = zc(r, m);
-                                                H("invalid", r);
-                                                xe(w, "onChange");
-                                                break;
-                                            case "option":
-                                                h = ee(r, m);
-                                                break;
-                                            case "select":
-                                                r._wrapperState = {wasMultiple: !!m.multiple};
-                                                h = n({}, m, {value: void 0});
-                                                H("invalid", r);
-                                                xe(w, "onChange");
-                                                break;
-                                            case "textarea":
-                                                he(r,
-                                                    m);
-                                                h = ge(r, m);
-                                                H("invalid", r);
-                                                xe(w, "onChange");
-                                                break;
-                                            default:
-                                                h = m
-                                        }
-                                        ve(l, h);
-                                        k = void 0;
-                                        var B = l, R = r, v = h;
-                                        for (k in v) if (v.hasOwnProperty(k)) {
-                                            var q = v[k];
-                                            "style" === k ? te(R, q) : "dangerouslySetInnerHTML" === k ? (q = q ? q.__html : void 0, null != q && oe(R, q)) : "children" === k ? "string" === typeof q ? ("textarea" !== B || "" !== q) && pe(R, q) : "number" === typeof q && pe(R, "" + q) : "suppressContentEditableWarning" !== k && "suppressHydrationWarning" !== k && "autoFocus" !== k && (sa.hasOwnProperty(k) ? null != q && xe(w, k) : null != q && xc(R, k, q, y))
-                                        }
-                                        switch (l) {
-                                            case "input":
-                                                Vb(r);
-                                                Ec(r, m, !1);
-                                                break;
-                                            case "textarea":
-                                                Vb(r);
-                                                je(r, m);
-                                                break;
-                                            case "option":
-                                                null != m.value && r.setAttribute("value", "" + yc(m.value));
-                                                break;
-                                            case "select":
-                                                h = r;
-                                                h.multiple = !!m.multiple;
-                                                r = m.value;
-                                                null != r ? fe(h, !!m.multiple, r, !1) : null != m.defaultValue && fe(h, !!m.multiple, m.defaultValue, !0);
-                                                break;
-                                            default:
-                                                "function" === typeof h.onClick && (r.onclick = ye)
-                                        }
-                                        (g = Be(f, g)) && Bg(b);
-                                        b.stateNode = e
-                                    }
-                                    null !== b.ref && (b.effectTag |= 128)
-                                } else null === b.stateNode ? t("166") : void 0;
-                                break;
-                            case 6:
-                                e && null != b.stateNode ? Ig(e, b, e.memoizedProps, g) : ("string" !==
-                                typeof g && (null === b.stateNode ? t("166") : void 0), e = If(Hf.current), If(O.current), ng(b) ? (g = b, f = g.stateNode, e = g.memoizedProps, f[Ga] = g, (g = f.nodeValue !== e) && Bg(b)) : (f = b, g = (9 === e.nodeType ? e : e.ownerDocument).createTextNode(g), g[Ga] = b, f.stateNode = g));
-                                break;
-                            case 11:
-                                break;
-                            case 13:
-                                g = b.memoizedState;
-                                if (0 !== (b.effectTag & 64)) {
-                                    b.expirationTime = f;
-                                    S = b;
-                                    break a
-                                }
-                                g = null !== g;
-                                f = null !== e && null !== e.memoizedState;
-                                null !== e && !g && f && (e = e.child.sibling, null !== e && (h = b.firstEffect, null !== h ? (b.firstEffect = e, e.nextEffect = h) : (b.firstEffect =
-                                    b.lastEffect = e, e.nextEffect = null), e.effectTag = 8));
-                                if (g !== f || 0 === (b.effectTag & 1) && g) b.effectTag |= 4;
-                                break;
-                            case 7:
-                                break;
-                            case 8:
-                                break;
-                            case 12:
-                                break;
-                            case 4:
-                                Kf(b);
-                                Gg(b);
-                                break;
-                            case 10:
-                                Cf(b);
-                                break;
-                            case 9:
-                                break;
-                            case 14:
-                                break;
-                            case 17:
-                                M(b.type) && Ne(b);
-                                break;
-                            default:
-                                t("156")
-                        }
-                        S = null
-                    }
-                    b = a;
-                    if (1 === U || 1 !== b.childExpirationTime) {
-                        g = 0;
-                        for (f = b.child; null !== f;) e = f.expirationTime, h = f.childExpirationTime, e > g && (g = e), h > g && (g = h), f = f.sibling;
-                        b.childExpirationTime = g
-                    }
-                    if (null !== S) return S;
-                    null !== c && 0 === (c.effectTag & 1024) && (null ===
-                    c.firstEffect && (c.firstEffect = a.firstEffect), null !== a.lastEffect && (null !== c.lastEffect && (c.lastEffect.nextEffect = a.firstEffect), c.lastEffect = a.lastEffect), 1 < a.effectTag && (null !== c.lastEffect ? c.lastEffect.nextEffect = a : c.firstEffect = a, c.lastEffect = a))
-                } else {
-                    a = Zg(a, U);
-                    if (null !== a) return a.effectTag &= 1023, a;
-                    null !== c && (c.firstEffect = c.lastEffect = null, c.effectTag |= 1024)
-                }
-                if (null !== d) return d;
-                if (null !== c) a = c; else break
-            }
-            return null
-        }
-
-        function lh(a) {
-            var b = Ag(a.alternate, a, U);
-            a.memoizedProps = a.pendingProps;
-            null === b && (b = kh(a));
-            ah.current = null;
-            return b
-        }
-
-        function mh(a, b) {
-            dh ? t("243") : void 0;
-            Tf();
-            dh = !0;
-            ah.currentDispatcher = $g;
-            var c = a.nextExpirationTimeToWorkOn;
-            if (c !== U || a !== T || null === S) jh(), T = a, U = c, S = $e(T.current, null, U), a.pendingCommitExpirationTime = 0;
-            var d = !1;
-            do {
-                try {
-                    if (b) for (; null !== S && !nh();) S = lh(S); else for (; null !== S;) S = lh(S)
-                } catch (B) {
-                    if (Af = zf = yf = null, null === S) d = !0, Wg(B); else {
-                        null === S ? t("271") : void 0;
-                        var e = S, f = e.return;
-                        if (null === f) d = !0, Wg(B); else {
-                            a:{
-                                var g = a, h = f, k = e, l = B;
-                                f = U;
-                                k.effectTag |= 1024;
-                                k.firstEffect = k.lastEffect = null;
-                                if (null !== l && "object" ===
-                                    typeof l && "function" === typeof l.then) {
-                                    var m = l;
-                                    l = h;
-                                    var r = -1, w = -1;
-                                    do {
-                                        if (13 === l.tag) {
-                                            var y = l.alternate;
-                                            if (null !== y && (y = y.memoizedState, null !== y)) {
-                                                w = 10 * (1073741822 - y.timedOutAt);
-                                                break
-                                            }
-                                            y = l.pendingProps.maxDuration;
-                                            if ("number" === typeof y) if (0 >= y) r = 0; else if (-1 === r || y < r) r = y
-                                        }
-                                        l = l.return
-                                    } while (null !== l);
-                                    l = h;
-                                    do {
-                                        if (y = 13 === l.tag) y = void 0 === l.memoizedProps.fallback ? !1 : null === l.memoizedState;
-                                        if (y) {
-                                            h = l.updateQueue;
-                                            null === h ? l.updateQueue = new Set([m]) : h.add(m);
-                                            if (0 === (l.mode & 1)) {
-                                                l.effectTag |= 64;
-                                                k.effectTag &= -1957;
-                                                1 === k.tag && (null === k.alternate ? k.tag = 17 : (f = nf(1073741823), f.tag = 2, pf(k, f)));
-                                                k.expirationTime = 1073741823;
-                                                break a
-                                            }
-                                            k = g.pingCache;
-                                            null === k ? (k = g.pingCache = new Ug, h = new Set, k.set(m, h)) : (h = k.get(m), void 0 === h && (h = new Set, k.set(m, h)));
-                                            h.has(f) || (h.add(f), k = oh.bind(null, g, m, f), m.then(k, k));
-                                            -1 === r ? g = 1073741823 : (-1 === w && (w = 10 * (1073741822 - jf(g, f)) - 5E3), g = w + r);
-                                            0 <= g && eh < g && (eh = g);
-                                            l.effectTag |= 2048;
-                                            l.expirationTime = f;
-                                            break a
-                                        }
-                                        l = l.return
-                                    } while (null !== l);
-                                    l = Error((mc(k.type) || "A React component") + " suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display." +
-                                        nc(k))
-                                }
-                                fh = !0;
-                                l = wf(l, k);
-                                g = h;
-                                do {
-                                    switch (g.tag) {
-                                        case 3:
-                                            g.effectTag |= 2048;
-                                            g.expirationTime = f;
-                                            f = Vg(g, l, f);
-                                            qf(g, f);
-                                            break a;
-                                        case 1:
-                                            if (m = l, r = g.type, w = g.stateNode, 0 === (g.effectTag & 64) && ("function" === typeof r.getDerivedStateFromError || null !== w && "function" === typeof w.componentDidCatch && (null === Yg || !Yg.has(w)))) {
-                                                g.effectTag |= 2048;
-                                                g.expirationTime = f;
-                                                f = Xg(g, m, f);
-                                                qf(g, f);
-                                                break a
-                                            }
-                                    }
-                                    g = g.return
-                                } while (null !== g)
-                            }
-                            S = kh(e);
-                            continue
-                        }
-                    }
-                }
-                break
-            } while (1);
-            dh = !1;
-            Af = zf = yf = ah.currentDispatcher = null;
-            if (d) T = null, a.finishedWork = null;
-            else if (null !== S) a.finishedWork = null; else {
-                d = a.current.alternate;
-                null === d ? t("281") : void 0;
-                T = null;
-                if (fh) {
-                    e = a.latestPendingTime;
-                    f = a.latestSuspendedTime;
-                    g = a.latestPingedTime;
-                    if (0 !== e && e < c || 0 !== f && f < c || 0 !== g && g < c) {
-                        hf(a, c);
-                        ph(a, d, c, a.expirationTime, -1);
-                        return
-                    }
-                    if (!a.didError && b) {
-                        a.didError = !0;
-                        c = a.nextExpirationTimeToWorkOn = c;
-                        b = a.expirationTime = 1073741823;
-                        ph(a, d, c, b, -1);
-                        return
-                    }
-                }
-                b && -1 !== eh ? (hf(a, c), b = 10 * (1073741822 - jf(a, c)), b < eh && (eh = b), b = 10 * (1073741822 - Rf()), b = eh - b, ph(a, d, c, a.expirationTime, 0 > b ? 0 : b)) : (a.pendingCommitExpirationTime =
-                    c, a.finishedWork = d)
-            }
-        }
-
-        function Mg(a, b) {
-            for (var c = a.return; null !== c;) {
-                switch (c.tag) {
-                    case 1:
-                        var d = c.stateNode;
-                        if ("function" === typeof c.type.getDerivedStateFromError || "function" === typeof d.componentDidCatch && (null === Yg || !Yg.has(d))) {
-                            a = wf(b, a);
-                            a = Xg(c, a, 1073741823);
-                            pf(c, a);
-                            Uf(c, 1073741823);
-                            return
-                        }
-                        break;
-                    case 3:
-                        a = wf(b, a);
-                        a = Vg(c, a, 1073741823);
-                        pf(c, a);
-                        Uf(c, 1073741823);
-                        return
-                }
-                c = c.return
-            }
-            3 === a.tag && (c = wf(b, a), c = Vg(a, c, 1073741823), pf(a, c), Uf(a, 1073741823))
-        }
-
-        function Sf(a, b) {
-            0 !== ch ? a = ch : dh ? a = gh ? 1073741823 : U : b.mode & 1 ? (a = qh ? 1073741822 - 10 * (((1073741822 - a + 15) / 10 | 0) + 1) : 1073741822 - 25 * (((1073741822 - a + 500) / 25 | 0) + 1), null !== T && a === U && --a) : a = 1073741823;
-            qh && (0 === rh || a < rh) && (rh = a);
-            return a
-        }
-
-        function oh(a, b, c) {
-            var d = a.pingCache;
-            null !== d && d.delete(b);
-            if (null !== T && U === c) T = null; else if (b = a.earliestSuspendedTime, d = a.latestSuspendedTime, 0 !== b && c <= b && c >= d) {
-                a.didError = !1;
-                b = a.latestPingedTime;
-                if (0 === b || b > c) a.latestPingedTime = c;
-                gf(c, a);
-                c = a.expirationTime;
-                0 !== c && sh(a, c)
-            }
-        }
-
-        function Tg(a, b) {
-            var c = a.stateNode;
-            null !== c && c.delete(b);
-            b = Rf();
-            b = Sf(b, a);
-            a = th(a, b);
-            null !== a && (ff(a, b), b = a.expirationTime, 0 !== b && sh(a, b))
-        }
-
-        function th(a, b) {
-            a.expirationTime < b && (a.expirationTime = b);
-            var c = a.alternate;
-            null !== c && c.expirationTime < b && (c.expirationTime = b);
-            var d = a.return, e = null;
-            if (null === d && 3 === a.tag) e = a.stateNode; else for (; null !== d;) {
-                c = d.alternate;
-                d.childExpirationTime < b && (d.childExpirationTime = b);
-                null !== c && c.childExpirationTime < b && (c.childExpirationTime = b);
-                if (null === d.return && 3 === d.tag) {
-                    e = d.stateNode;
-                    break
-                }
-                d = d.return
-            }
-            return e
-        }
-
-        function Uf(a, b) {
-            a = th(a, b);
-            null !== a && (!dh && 0 !== U && b > U && jh(), ff(a, b), dh && !gh && T === a || sh(a, a.expirationTime), uh > vh && (uh = 0, t("185")))
-        }
-
-        function wh(a, b, c, d, e) {
-            var f = ch;
-            ch = 1073741823;
-            try {
-                return a(b, c, d, e)
-            } finally {
-                ch = f
-            }
-        }
-
-        var xh = null, W = null, yh = 0, zh = void 0, X = !1, Ah = null, Y = 0, rh = 0, Bh = !1, Ch = null, Z = !1,
-            Dh = !1, qh = !1, Eh = null, Fh = ba.unstable_now(), Gh = 1073741822 - (Fh / 10 | 0), Hh = Gh, vh = 50,
-            uh = 0, Ih = null;
-
-        function Jh() {
-            Gh = 1073741822 - ((ba.unstable_now() - Fh) / 10 | 0)
-        }
-
-        function Kh(a, b) {
-            if (0 !== yh) {
-                if (b < yh) return;
-                null !== zh && ba.unstable_cancelCallback(zh)
-            }
-            yh = b;
-            a = ba.unstable_now() - Fh;
-            zh = ba.unstable_scheduleCallback(Lh, {timeout: 10 * (1073741822 - b) - a})
-        }
-
-        function ph(a, b, c, d, e) {
-            a.expirationTime = d;
-            0 !== e || nh() ? 0 < e && (a.timeoutHandle = De(Mh.bind(null, a, b, c), e)) : (a.pendingCommitExpirationTime = c, a.finishedWork = b)
-        }
-
-        function Mh(a, b, c) {
-            a.pendingCommitExpirationTime = c;
-            a.finishedWork = b;
-            Jh();
-            Hh = Gh;
-            Nh(a, c)
-        }
-
-        function Rf() {
-            if (X) return Hh;
-            Oh();
-            if (0 === Y || 1 === Y) Jh(), Hh = Gh;
-            return Hh
-        }
-
-        function sh(a, b) {
-            null === a.nextScheduledRoot ? (a.expirationTime = b, null === W ? (xh = W = a, a.nextScheduledRoot = a) : (W = W.nextScheduledRoot = a, W.nextScheduledRoot = xh)) : b > a.expirationTime && (a.expirationTime = b);
-            X || (Z ? Dh && (Ah = a, Y = 1073741823, Ph(a, 1073741823, !1)) : 1073741823 === b ? Qh(1073741823, !1) : Kh(a, b))
-        }
-
-        function Oh() {
-            var a = 0, b = null;
-            if (null !== W) for (var c = W, d = xh; null !== d;) {
-                var e = d.expirationTime;
-                if (0 === e) {
-                    null === c || null === W ? t("244") : void 0;
-                    if (d === d.nextScheduledRoot) {
-                        xh = W = d.nextScheduledRoot = null;
-                        break
-                    } else if (d === xh) xh = e = d.nextScheduledRoot, W.nextScheduledRoot = e, d.nextScheduledRoot = null; else if (d === W) {
-                        W = c;
-                        W.nextScheduledRoot = xh;
-                        d.nextScheduledRoot = null;
-                        break
-                    } else c.nextScheduledRoot = d.nextScheduledRoot, d.nextScheduledRoot = null;
-                    d = c.nextScheduledRoot
-                } else {
-                    e > a && (a = e, b = d);
-                    if (d === W) break;
-                    if (1073741823 ===
-                        a) break;
-                    c = d;
-                    d = d.nextScheduledRoot
-                }
-            }
-            Ah = b;
-            Y = a
-        }
-
-        var Rh = !1;
-
-        function nh() {
-            return Rh ? !0 : ba.unstable_shouldYield() ? Rh = !0 : !1
-        }
-
-        function Lh() {
-            try {
-                if (!nh() && null !== xh) {
-                    Jh();
-                    var a = xh;
-                    do {
-                        var b = a.expirationTime;
-                        0 !== b && Gh <= b && (a.nextExpirationTimeToWorkOn = Gh);
-                        a = a.nextScheduledRoot
-                    } while (a !== xh)
-                }
-                Qh(0, !0)
-            } finally {
-                Rh = !1
-            }
-        }
-
-        function Qh(a, b) {
-            Oh();
-            if (b) for (Jh(), Hh = Gh; null !== Ah && 0 !== Y && a <= Y && !(Rh && Gh > Y);) Ph(Ah, Y, Gh > Y), Oh(), Jh(), Hh = Gh; else for (; null !== Ah && 0 !== Y && a <= Y;) Ph(Ah, Y, !1), Oh();
-            b && (yh = 0, zh = null);
-            0 !== Y && Kh(Ah, Y);
-            uh = 0;
-            Ih = null;
-            if (null !== Eh) for (a = Eh, Eh = null, b = 0; b < a.length; b++) {
-                var c = a[b];
-                try {
-                    c._onComplete()
-                } catch (d) {
-                    Bh || (Bh = !0, Ch = d)
-                }
-            }
-            if (Bh) throw a = Ch, Ch = null, Bh = !1, a;
-        }
-
-        function Nh(a, b) {
-            X ? t("253") : void 0;
-            Ah = a;
-            Y = b;
-            Ph(a, b, !1);
-            Qh(1073741823, !1)
-        }
-
-        function Ph(a, b, c) {
-            X ? t("245") : void 0;
-            X = !0;
-            if (c) {
-                var d = a.finishedWork;
-                null !== d ? Sh(a, d, b) : (a.finishedWork = null, d = a.timeoutHandle, -1 !== d && (a.timeoutHandle = -1, Ee(d)), mh(a, c), d = a.finishedWork, null !== d && (nh() ? a.finishedWork = d : Sh(a, d, b)))
-            } else d = a.finishedWork, null !== d ? Sh(a, d, b) : (a.finishedWork = null, d = a.timeoutHandle, -1 !== d && (a.timeoutHandle = -1, Ee(d)), mh(a, c), d = a.finishedWork, null !== d && Sh(a, d, b));
-            X = !1
-        }
-
-        function Sh(a, b, c) {
-            var d = a.firstBatch;
-            if (null !== d && d._expirationTime >= c && (null === Eh ? Eh = [d] : Eh.push(d), d._defer)) {
-                a.finishedWork = b;
-                a.expirationTime = 0;
-                return
-            }
-            a.finishedWork = null;
-            a === Ih ? uh++ : (Ih = a, uh = 0);
-            gh = dh = !0;
-            a.current === b ? t("177") : void 0;
-            c = a.pendingCommitExpirationTime;
-            0 === c ? t("261") : void 0;
-            a.pendingCommitExpirationTime = 0;
-            d = b.expirationTime;
-            var e = b.childExpirationTime;
-            d = e > d ? e : d;
-            a.didError = !1;
-            0 === d ? (a.earliestPendingTime = 0, a.latestPendingTime = 0, a.earliestSuspendedTime = 0, a.latestSuspendedTime = 0, a.latestPingedTime =
-                0) : (d < a.latestPingedTime && (a.latestPingedTime = 0), e = a.latestPendingTime, 0 !== e && (e > d ? a.earliestPendingTime = a.latestPendingTime = 0 : a.earliestPendingTime > d && (a.earliestPendingTime = a.latestPendingTime)), e = a.earliestSuspendedTime, 0 === e ? ff(a, d) : d < a.latestSuspendedTime ? (a.earliestSuspendedTime = 0, a.latestSuspendedTime = 0, a.latestPingedTime = 0, ff(a, d)) : d > e && ff(a, d));
-            gf(0, a);
-            ah.current = null;
-            1 < b.effectTag ? null !== b.lastEffect ? (b.lastEffect.nextEffect = b, d = b.firstEffect) : d = b : d = b.firstEffect;
-            ze = Hd;
-            e = Td();
-            if (Ud(e)) {
-                if ("selectionStart" in
-                    e) var f = {start: e.selectionStart, end: e.selectionEnd}; else a:{
-                    f = (f = e.ownerDocument) && f.defaultView || window;
-                    var g = f.getSelection && f.getSelection();
-                    if (g && 0 !== g.rangeCount) {
-                        f = g.anchorNode;
-                        var h = g.anchorOffset, k = g.focusNode;
-                        g = g.focusOffset;
-                        try {
-                            f.nodeType, k.nodeType
-                        } catch (db) {
-                            f = null;
-                            break a
-                        }
-                        var l = 0, m = -1, r = -1, w = 0, y = 0, B = e, R = null;
-                        b:for (; ;) {
-                            for (var v; ;) {
-                                B !== f || 0 !== h && 3 !== B.nodeType || (m = l + h);
-                                B !== k || 0 !== g && 3 !== B.nodeType || (r = l + g);
-                                3 === B.nodeType && (l += B.nodeValue.length);
-                                if (null === (v = B.firstChild)) break;
-                                R = B;
-                                B = v
-                            }
-                            for (; ;) {
-                                if (B ===
-                                    e) break b;
-                                R === f && ++w === h && (m = l);
-                                R === k && ++y === g && (r = l);
-                                if (null !== (v = B.nextSibling)) break;
-                                B = R;
-                                R = B.parentNode
-                            }
-                            B = v
-                        }
-                        f = -1 === m || -1 === r ? null : {start: m, end: r}
-                    } else f = null
-                }
-                f = f || {start: 0, end: 0}
-            } else f = null;
-            Ae = {focusedElem: e, selectionRange: f};
-            Hd = !1;
-            for (V = d; null !== V;) {
-                e = !1;
-                f = void 0;
-                try {
-                    for (; null !== V;) {
-                        if (V.effectTag & 256) a:{
-                            var q = V.alternate;
-                            h = V;
-                            switch (h.tag) {
-                                case 0:
-                                case 11:
-                                case 15:
-                                    break a;
-                                case 1:
-                                    if (h.effectTag & 256 && null !== q) {
-                                        var u = q.memoizedProps, A = q.memoizedState, Yf = h.stateNode,
-                                            Vh = Yf.getSnapshotBeforeUpdate(h.elementType ===
-                                            h.type ? u : P(h.type, u), A);
-                                        Yf.__reactInternalSnapshotBeforeUpdate = Vh
-                                    }
-                                    break a;
-                                case 3:
-                                case 5:
-                                case 6:
-                                case 4:
-                                case 17:
-                                    break a;
-                                default:
-                                    t("163")
-                            }
-                        }
-                        V = V.nextEffect
-                    }
-                } catch (db) {
-                    e = !0, f = db
-                }
-                e && (null === V ? t("178") : void 0, Mg(V, f), null !== V && (V = V.nextEffect))
-            }
-            for (V = d; null !== V;) {
-                q = !1;
-                u = void 0;
-                try {
-                    for (; null !== V;) {
-                        var x = V.effectTag;
-                        x & 16 && pe(V.stateNode, "");
-                        if (x & 128) {
-                            var C = V.alternate;
-                            if (null !== C) {
-                                var p = C.ref;
-                                null !== p && ("function" === typeof p ? p(null) : p.current = null)
-                            }
-                        }
-                        switch (x & 14) {
-                            case 2:
-                                Rg(V);
-                                V.effectTag &= -3;
-                                break;
-                            case 6:
-                                Rg(V);
-                                V.effectTag &= -3;
-                                Sg(V.alternate, V);
-                                break;
-                            case 4:
-                                Sg(V.alternate, V);
-                                break;
-                            case 8:
-                                A = V;
-                                Pg(A);
-                                A.return = null;
-                                A.child = null;
-                                A.memoizedState = null;
-                                A.updateQueue = null;
-                                var G = A.alternate;
-                                null !== G && (G.return = null, G.child = null, G.memoizedState = null, G.updateQueue = null)
-                        }
-                        V = V.nextEffect
-                    }
-                } catch (db) {
-                    q = !0, u = db
-                }
-                q && (null === V ? t("178") : void 0, Mg(V, u), null !== V && (V = V.nextEffect))
-            }
-            p = Ae;
-            C = Td();
-            x = p.focusedElem;
-            q = p.selectionRange;
-            if (C !== x && x && x.ownerDocument && Sd(x.ownerDocument.documentElement, x)) {
-                null !== q && Ud(x) && (C = q.start, p = q.end,
-                void 0 === p && (p = C), "selectionStart" in x ? (x.selectionStart = C, x.selectionEnd = Math.min(p, x.value.length)) : (p = (C = x.ownerDocument || document) && C.defaultView || window, p.getSelection && (p = p.getSelection(), u = x.textContent.length, G = Math.min(q.start, u), q = void 0 === q.end ? G : Math.min(q.end, u), !p.extend && G > q && (u = q, q = G, G = u), u = Rd(x, G), A = Rd(x, q), u && A && (1 !== p.rangeCount || p.anchorNode !== u.node || p.anchorOffset !== u.offset || p.focusNode !== A.node || p.focusOffset !== A.offset) && (C = C.createRange(), C.setStart(u.node, u.offset), p.removeAllRanges(),
-                    G > q ? (p.addRange(C), p.extend(A.node, A.offset)) : (C.setEnd(A.node, A.offset), p.addRange(C))))));
-                C = [];
-                for (p = x; p = p.parentNode;) 1 === p.nodeType && C.push({
-                    element: p,
-                    left: p.scrollLeft,
-                    top: p.scrollTop
-                });
-                "function" === typeof x.focus && x.focus();
-                for (x = 0; x < C.length; x++) p = C[x], p.element.scrollLeft = p.left, p.element.scrollTop = p.top
-            }
-            Ae = null;
-            Hd = !!ze;
-            ze = null;
-            a.current = b;
-            for (V = d; null !== V;) {
-                d = !1;
-                x = void 0;
-                try {
-                    for (C = c; null !== V;) {
-                        var Fb = V.effectTag;
-                        if (Fb & 36) {
-                            var Gb = V.alternate;
-                            p = V;
-                            G = C;
-                            switch (p.tag) {
-                                case 0:
-                                case 11:
-                                case 15:
-                                    break;
-                                case 1:
-                                    var Hc = p.stateNode;
-                                    if (p.effectTag & 4) if (null === Gb) Hc.componentDidMount(); else {
-                                        var ii = p.elementType === p.type ? Gb.memoizedProps : P(p.type, Gb.memoizedProps);
-                                        Hc.componentDidUpdate(ii, Gb.memoizedState, Hc.__reactInternalSnapshotBeforeUpdate)
-                                    }
-                                    var Dg = p.updateQueue;
-                                    null !== Dg && uf(p, Dg, Hc, G);
-                                    break;
-                                case 3:
-                                    var Eg = p.updateQueue;
-                                    if (null !== Eg) {
-                                        q = null;
-                                        if (null !== p.child) switch (p.child.tag) {
-                                            case 5:
-                                                q = p.child.stateNode;
-                                                break;
-                                            case 1:
-                                                q = p.child.stateNode
-                                        }
-                                        uf(p, Eg, q, G)
-                                    }
-                                    break;
-                                case 5:
-                                    var ji = p.stateNode;
-                                    null === Gb && p.effectTag &
-                                    4 && Be(p.type, p.memoizedProps) && ji.focus();
-                                    break;
-                                case 6:
-                                    break;
-                                case 4:
-                                    break;
-                                case 12:
-                                    break;
-                                case 13:
-                                    break;
-                                case 17:
-                                    break;
-                                default:
-                                    t("163")
-                            }
-                        }
-                        if (Fb & 128) {
-                            var Ic = V.ref;
-                            if (null !== Ic) {
-                                var Fg = V.stateNode;
-                                switch (V.tag) {
-                                    case 5:
-                                        var ce = Fg;
-                                        break;
-                                    default:
-                                        ce = Fg
-                                }
-                                "function" === typeof Ic ? Ic(ce) : Ic.current = ce
-                            }
-                        }
-                        V = V.nextEffect
-                    }
-                } catch (db) {
-                    d = !0, x = db
-                }
-                d && (null === V ? t("178") : void 0, Mg(V, x), null !== V && (V = V.nextEffect))
-            }
-            dh = gh = !1;
-            "function" === typeof Te && Te(b.stateNode);
-            Fb = b.expirationTime;
-            b = b.childExpirationTime;
-            b = b > Fb ? b : Fb;
-            0 === b && (Yg =
-                null);
-            a.expirationTime = b;
-            a.finishedWork = null
-        }
-
-        function Wg(a) {
-            null === Ah ? t("246") : void 0;
-            Ah.expirationTime = 0;
-            Bh || (Bh = !0, Ch = a)
-        }
-
-        function Th(a, b) {
-            var c = Z;
-            Z = !0;
-            try {
-                return a(b)
-            } finally {
-                (Z = c) || X || Qh(1073741823, !1)
-            }
-        }
-
-        function Uh(a, b) {
-            if (Z && !Dh) {
-                Dh = !0;
-                try {
-                    return a(b)
-                } finally {
-                    Dh = !1
-                }
-            }
-            return a(b)
-        }
-
-        function Wh(a, b, c) {
-            if (qh) return a(b, c);
-            Z || X || 0 === rh || (Qh(rh, !1), rh = 0);
-            var d = qh, e = Z;
-            Z = qh = !0;
-            try {
-                return a(b, c)
-            } finally {
-                qh = d, (Z = e) || X || Qh(1073741823, !1)
-            }
-        }
-
-        function Xh(a, b, c, d, e) {
-            var f = b.current;
-            a:if (c) {
-                c = c._reactInternalFiber;
-                b:{
-                    2 === kd(c) && 1 === c.tag ? void 0 : t("170");
-                    var g = c;
-                    do {
-                        switch (g.tag) {
-                            case 3:
-                                g = g.stateNode.context;
-                                break b;
-                            case 1:
-                                if (M(g.type)) {
-                                    g = g.stateNode.__reactInternalMemoizedMergedChildContext;
-                                    break b
-                                }
-                        }
-                        g = g.return
-                    } while (null !== g);
-                    t("171");
-                    g = void 0
-                }
-                if (1 === c.tag) {
-                    var h = c.type;
-                    if (M(h)) {
-                        c = Qe(c, h, g);
-                        break a
-                    }
-                }
-                c = g
-            } else c = Ke;
-            null === b.context ? b.context = c : b.pendingContext = c;
-            b = e;
-            e = nf(d);
-            e.payload = {element: a};
-            b = void 0 === b ? null : b;
-            null !== b && (e.callback = b);
-            Tf();
-            pf(f, e);
-            Uf(f, d);
-            return d
-        }
-
-        function Yh(a, b, c, d) {
-            var e = b.current, f = Rf();
-            e = Sf(f, e);
-            return Xh(a, b, c, e, d)
-        }
-
-        function Zh(a) {
-            a = a.current;
-            if (!a.child) return null;
-            switch (a.child.tag) {
-                case 5:
-                    return a.child.stateNode;
-                default:
-                    return a.child.stateNode
-            }
-        }
-
-        function $h(a, b, c) {
-            var d = 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
-            return {$$typeof: $b, key: null == d ? null : "" + d, children: a, containerInfo: b, implementation: c}
-        }
-
-        Cb = function (a, b, c) {
-            switch (b) {
-                case "input":
-                    Cc(a, c);
-                    b = c.name;
-                    if ("radio" === c.type && null != b) {
-                        for (c = a; c.parentNode;) c = c.parentNode;
-                        c = c.querySelectorAll("input[name=" + JSON.stringify("" + b) + '][type="radio"]');
-                        for (b = 0; b < c.length; b++) {
-                            var d = c[b];
-                            if (d !== a && d.form === a.form) {
-                                var e = La(d);
-                                e ? void 0 : t("90");
-                                Wb(d);
-                                Cc(d, e)
-                            }
-                        }
-                    }
-                    break;
-                case "textarea":
-                    ie(a, c);
-                    break;
-                case "select":
-                    b = c.value, null != b && fe(a, !!c.multiple, b, !1)
-            }
-        };
-
-        function ai(a) {
-            var b = 1073741822 - 25 * (((1073741822 - Rf() + 500) / 25 | 0) + 1);
-            b >= bh && (b = bh - 1);
-            this._expirationTime = bh = b;
-            this._root = a;
-            this._callbacks = this._next = null;
-            this._hasChildren = this._didComplete = !1;
-            this._children = null;
-            this._defer = !0
-        }
-
-        ai.prototype.render = function (a) {
-            this._defer ? void 0 : t("250");
-            this._hasChildren = !0;
-            this._children = a;
-            var b = this._root._internalRoot, c = this._expirationTime, d = new bi;
-            Xh(a, b, null, c, d._onCommit);
-            return d
-        };
-        ai.prototype.then = function (a) {
-            if (this._didComplete) a(); else {
-                var b = this._callbacks;
-                null === b && (b = this._callbacks = []);
-                b.push(a)
-            }
-        };
-        ai.prototype.commit = function () {
-            var a = this._root._internalRoot, b = a.firstBatch;
-            this._defer && null !== b ? void 0 : t("251");
-            if (this._hasChildren) {
-                var c = this._expirationTime;
-                if (b !== this) {
-                    this._hasChildren && (c = this._expirationTime = b._expirationTime, this.render(this._children));
-                    for (var d = null, e = b; e !== this;) d = e, e = e._next;
-                    null === d ? t("251") : void 0;
-                    d._next = e._next;
-                    this._next = b;
-                    a.firstBatch = this
-                }
-                this._defer = !1;
-                Nh(a, c);
-                b = this._next;
-                this._next = null;
-                b = a.firstBatch = b;
-                null !== b && b._hasChildren && b.render(b._children)
-            } else this._next =
-                null, this._defer = !1
-        };
-        ai.prototype._onComplete = function () {
-            if (!this._didComplete) {
-                this._didComplete = !0;
-                var a = this._callbacks;
-                if (null !== a) for (var b = 0; b < a.length; b++) (0, a[b])()
-            }
-        };
-
-        function bi() {
-            this._callbacks = null;
-            this._didCommit = !1;
-            this._onCommit = this._onCommit.bind(this)
-        }
-
-        bi.prototype.then = function (a) {
-            if (this._didCommit) a(); else {
-                var b = this._callbacks;
-                null === b && (b = this._callbacks = []);
-                b.push(a)
-            }
-        };
-        bi.prototype._onCommit = function () {
-            if (!this._didCommit) {
-                this._didCommit = !0;
-                var a = this._callbacks;
-                if (null !== a) for (var b = 0; b < a.length; b++) {
-                    var c = a[b];
-                    "function" !== typeof c ? t("191", c) : void 0;
-                    c()
-                }
-            }
-        };
-
-        function ci(a, b, c) {
-            b = N(3, null, null, b ? 3 : 0);
-            a = {
-                current: b,
-                containerInfo: a,
-                pendingChildren: null,
-                pingCache: null,
-                earliestPendingTime: 0,
-                latestPendingTime: 0,
-                earliestSuspendedTime: 0,
-                latestSuspendedTime: 0,
-                latestPingedTime: 0,
-                didError: !1,
-                pendingCommitExpirationTime: 0,
-                finishedWork: null,
-                timeoutHandle: -1,
-                context: null,
-                pendingContext: null,
-                hydrate: c,
-                nextExpirationTimeToWorkOn: 0,
-                expirationTime: 0,
-                firstBatch: null,
-                nextScheduledRoot: null
-            };
-            this._internalRoot = b.stateNode = a
-        }
-
-        ci.prototype.render = function (a, b) {
-            var c = this._internalRoot, d = new bi;
-            b = void 0 === b ? null : b;
-            null !== b && d.then(b);
-            Yh(a, c, null, d._onCommit);
-            return d
-        };
-        ci.prototype.unmount = function (a) {
-            var b = this._internalRoot, c = new bi;
-            a = void 0 === a ? null : a;
-            null !== a && c.then(a);
-            Yh(null, b, null, c._onCommit);
-            return c
-        };
-        ci.prototype.legacy_renderSubtreeIntoContainer = function (a, b, c) {
-            var d = this._internalRoot, e = new bi;
-            c = void 0 === c ? null : c;
-            null !== c && e.then(c);
-            Yh(b, d, a, e._onCommit);
-            return e
-        };
-        ci.prototype.createBatch = function () {
-            var a = new ai(this), b = a._expirationTime, c = this._internalRoot, d = c.firstBatch;
-            if (null === d) c.firstBatch = a, a._next = null; else {
-                for (c = null; null !== d && d._expirationTime >= b;) c = d, d = d._next;
-                a._next = d;
-                null !== c && (c._next = a)
-            }
-            return a
-        };
-
-        function di(a) {
-            return !(!a || 1 !== a.nodeType && 9 !== a.nodeType && 11 !== a.nodeType && (8 !== a.nodeType || " react-mount-point-unstable " !== a.nodeValue))
-        }
-
-        Kb = Th;
-        Lb = Wh;
-        Mb = function () {
-            X || 0 === rh || (Qh(rh, !1), rh = 0)
-        };
-
-        function ei(a, b) {
-            b || (b = a ? 9 === a.nodeType ? a.documentElement : a.firstChild : null, b = !(!b || 1 !== b.nodeType || !b.hasAttribute("data-reactroot")));
-            if (!b) for (var c; c = a.lastChild;) a.removeChild(c);
-            return new ci(a, !1, b)
-        }
-
-        function fi(a, b, c, d, e) {
-            di(c) ? void 0 : t("200");
-            var f = c._reactRootContainer;
-            if (f) {
-                if ("function" === typeof e) {
-                    var g = e;
-                    e = function () {
-                        var a = Zh(f._internalRoot);
-                        g.call(a)
-                    }
-                }
-                null != a ? f.legacy_renderSubtreeIntoContainer(a, b, e) : f.render(b, e)
-            } else {
-                f = c._reactRootContainer = ei(c, d);
-                if ("function" === typeof e) {
-                    var h = e;
-                    e = function () {
-                        var a = Zh(f._internalRoot);
-                        h.call(a)
-                    }
-                }
-                Uh(function () {
-                    null != a ? f.legacy_renderSubtreeIntoContainer(a, b, e) : f.render(b, e)
-                })
-            }
-            return Zh(f._internalRoot)
-        }
-
-        function gi(a, b) {
-            var c = 2 < arguments.length && void 0 !== arguments[2] ? arguments[2] : null;
-            di(b) ? void 0 : t("200");
-            return $h(a, b, null, c)
-        }
-
-        var ki = {
-            createPortal: gi, findDOMNode: function (a) {
-                if (null == a) return null;
-                if (1 === a.nodeType) return a;
-                var b = a._reactInternalFiber;
-                void 0 === b && ("function" === typeof a.render ? t("188") : t("268", Object.keys(a)));
-                a = nd(b);
-                a = null === a ? null : a.stateNode;
-                return a
-            }, hydrate: function (a, b, c) {
-                return fi(null, a, b, !0, c)
-            }, render: function (a, b, c) {
-                return fi(null, a, b, !1, c)
-            }, unstable_renderSubtreeIntoContainer: function (a, b, c, d) {
-                null == a || void 0 === a._reactInternalFiber ? t("38") : void 0;
-                return fi(a, b, c, !1, d)
-            }, unmountComponentAtNode: function (a) {
-                di(a) ?
-                    void 0 : t("40");
-                return a._reactRootContainer ? (Uh(function () {
-                    fi(null, null, a, !1, function () {
-                        a._reactRootContainer = null
-                    })
-                }), !0) : !1
-            }, unstable_createPortal: function () {
-                return gi.apply(void 0, arguments)
-            }, unstable_batchedUpdates: Th, unstable_interactiveUpdates: Wh, flushSync: function (a, b) {
-                X ? t("187") : void 0;
-                var c = Z;
-                Z = !0;
-                try {
-                    return wh(a, b)
-                } finally {
-                    Z = c, Qh(1073741823, !1)
-                }
-            }, unstable_createRoot: hi, unstable_flushControlled: function (a) {
-                var b = Z;
-                Z = !0;
-                try {
-                    wh(a)
-                } finally {
-                    (Z = b) || X || Qh(1073741823, !1)
-                }
-            }, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {
-                Events: [Ja,
-                    Ka, La, Ca.injectEventPluginsByName, qa, Ra, function (a) {
-                        za(a, Qa)
-                    }, Ib, Jb, Jd, Ea]
-            }
-        };
-
-        function hi(a, b) {
-            di(a) ? void 0 : t("299", "unstable_createRoot");
-            return new ci(a, !0, null != b && !0 === b.hydrate)
-        }
-
-        (function (a) {
-            var b = a.findFiberByHostInstance;
-            return We(n({}, a, {
-                overrideProps: null, findHostInstanceByFiber: function (a) {
-                    a = nd(a);
-                    return null === a ? null : a.stateNode
-                }, findFiberByHostInstance: function (a) {
-                    return b ? b(a) : null
-                }
-            }))
-        })({findFiberByHostInstance: Ia, bundleType: 0, version: "16.7.0", rendererPackageName: "react-dom"});
-        var li = {default: ki}, mi = li && ki || li;
-        module.exports = mi.default || mi;
-
-    }, {"object-assign": 2, "react": 14, "scheduler": 19}],
-    11: [function (require, module, exports) {
-        (function (process) {
-            'use strict';
-
-            function checkDCE() {
-                /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
-                if (
-                    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
-                    typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
-                ) {
-                    return;
-                }
-                if (process.env.NODE_ENV !== 'production') {
-                    // This branch is unreachable because this function is only called
-                    // in production, but the condition is true only in development.
-                    // Therefore if the branch is still here, dead code elimination wasn't
-                    // properly applied.
-                    // Don't change the message. React DevTools relies on it. Also make sure
-                    // this message doesn't occur elsewhere in this function, or it will cause
-                    // a false positive.
-                    throw new Error('^_^');
-                }
-                try {
-                    // Verify that the code above has been dead code eliminated (DCE'd).
-                    __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
-                } catch (err) {
-                    // DevTools shouldn't crash React, no matter what.
-                    // We should still report in case we break this code.
-                    console.error(err);
-                }
-            }
-
-            if (process.env.NODE_ENV === 'production') {
-                // DCE check should happen before ReactDOM bundle executes so that
-                // DevTools can report bad minification during injection.
-                checkDCE();
-                module.exports = require('./cjs/react-dom.production.min.js');
-            } else {
-                module.exports = require('./cjs/react-dom.development.js');
-            }
-
-        }).call(this, require('_process'))
-    }, {"./cjs/react-dom.development.js": 9, "./cjs/react-dom.production.min.js": 10, "_process": 3}],
-    12: [function (require, module, exports) {
-        (function (process) {
-            /** @license React v16.7.0
-             * react.development.js
-             *
-             * Copyright (c) Facebook, Inc. and its affiliates.
-             *
-             * This source code is licensed under the MIT license found in the
-             * LICENSE file in the root directory of this source tree.
-             */
-
-            'use strict';
-
-
-            if (process.env.NODE_ENV !== "production") {
-                (function () {
-                    'use strict';
-
-                    var _assign = require('object-assign');
-                    var checkPropTypes = require('prop-types/checkPropTypes');
-
-// TODO: this is special because it gets imported during build.
-
-                    var ReactVersion = '16.7.0';
-
-// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
-// nor polyfill, then a plain number is used for performance.
-                    var hasSymbol = typeof Symbol === 'function' && Symbol.for;
-
-                    var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
-                    var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
-                    var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
-                    var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
-                    var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
-                    var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
-                    var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
-
-                    var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
-                    var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
-                    var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
-                    var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
-                    var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
-
-                    var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
-                    var FAUX_ITERATOR_SYMBOL = '@@iterator';
-
-                    function getIteratorFn(maybeIterable) {
-                        if (maybeIterable === null || typeof maybeIterable !== 'object') {
-                            return null;
-                        }
-                        var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
-                        if (typeof maybeIterator === 'function') {
-                            return maybeIterator;
-                        }
-                        return null;
-                    }
-
-                    var enableHooks = false;
-// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
-
-
-// In some cases, StrictMode should also double-render lifecycles.
-// This can be confusing for tests though,
-// And it can be bad for performance in production.
-// This feature flag can be used to control the behavior:
-
-
-// To preserve the "Pause on caught exceptions" behavior of the debugger, we
-// replay the begin phase of a failed component inside invokeGuardedCallback.
-
-
-// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
-
-
-// Gather advanced timing metrics for Profiler subtrees.
-
-
-// Trace which interactions trigger each commit.
-
-
-// Only used in www builds.
-                    // TODO: true? Here it might just be false.
-
-// Only used in www builds.
-
-
-// Only used in www builds.
-
-
-// React Fire: prevent the value and checked attributes from syncing
-// with their related DOM properties
-
-
-// These APIs will no longer be "unstable" in the upcoming 16.7 release,
-// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-                    var enableStableConcurrentModeAPIs = false;
-
-                    /**
-                     * Use invariant() to assert state which your program assumes to be true.
-                     *
-                     * Provide sprintf-style format (only %s is supported) and arguments
-                     * to provide information about what broke and what you were
-                     * expecting.
-                     *
-                     * The invariant message will be stripped in production, but the invariant
-                     * will remain to ensure logic does not differ in production.
-                     */
-
-                    var validateFormat = function () {
-                    };
-
-                    {
-                        validateFormat = function (format) {
-                            if (format === undefined) {
-                                throw new Error('invariant requires an error message argument');
-                            }
-                        };
-                    }
-
-                    function invariant(condition, format, a, b, c, d, e, f) {
-                        validateFormat(format);
-
-                        if (!condition) {
-                            var error = void 0;
-                            if (format === undefined) {
-                                error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');
-                            } else {
-                                var args = [a, b, c, d, e, f];
-                                var argIndex = 0;
-                                error = new Error(format.replace(/%s/g, function () {
-                                    return args[argIndex++];
-                                }));
-                                error.name = 'Invariant Violation';
-                            }
-
-                            error.framesToPop = 1; // we don't care about invariant's own frame
-                            throw error;
-                        }
-                    }
-
-// Relying on the `invariant()` implementation lets us
-// preserve the format and params in the www builds.
-
-                    /**
-                     * Forked from fbjs/warning:
-                     * https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js
-                     *
-                     * Only change is we use console.warn instead of console.error,
-                     * and do nothing when 'console' is not supported.
-                     * This really simplifies the code.
-                     * ---
-                     * Similar to invariant but only logs a warning if the condition is not met.
-                     * This can be used to log issues in development environments in critical
-                     * paths. Removing the logging code for production environments will keep the
-                     * same logic and follow the same code paths.
-                     */
-
-                    var lowPriorityWarning = function () {
-                    };
-
-                    {
-                        var printWarning = function (format) {
-                            for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
-                                args[_key - 1] = arguments[_key];
-                            }
-
-                            var argIndex = 0;
-                            var message = 'Warning: ' + format.replace(/%s/g, function () {
-                                return args[argIndex++];
-                            });
-                            if (typeof console !== 'undefined') {
-                                console.warn(message);
-                            }
-                            try {
-                                // --- Welcome to debugging React ---
-                                // This error was thrown as a convenience so that you can use this stack
-                                // to find the callsite that caused this warning to fire.
-                                throw new Error(message);
-                            } catch (x) {
-                            }
-                        };
-
-                        lowPriorityWarning = function (condition, format) {
-                            if (format === undefined) {
-                                throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
-                            }
-                            if (!condition) {
-                                for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
-                                    args[_key2 - 2] = arguments[_key2];
-                                }
-
-                                printWarning.apply(undefined, [format].concat(args));
-                            }
-                        };
-                    }
-
-                    var lowPriorityWarning$1 = lowPriorityWarning;
-
-                    /**
-                     * Similar to invariant but only logs a warning if the condition is not met.
-                     * This can be used to log issues in development environments in critical
-                     * paths. Removing the logging code for production environments will keep the
-                     * same logic and follow the same code paths.
-                     */
-
-                    var warningWithoutStack = function () {
-                    };
-
-                    {
-                        warningWithoutStack = function (condition, format) {
-                            for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
-                                args[_key - 2] = arguments[_key];
-                            }
-
-                            if (format === undefined) {
-                                throw new Error('`warningWithoutStack(condition, format, ...args)` requires a warning ' + 'message argument');
-                            }
-                            if (args.length > 8) {
-                                // Check before the condition to catch violations early.
-                                throw new Error('warningWithoutStack() currently supports at most 8 arguments.');
-                            }
-                            if (condition) {
-                                return;
-                            }
-                            if (typeof console !== 'undefined') {
-                                var argsWithFormat = args.map(function (item) {
-                                    return '' + item;
-                                });
-                                argsWithFormat.unshift('Warning: ' + format);
-
-                                // We intentionally don't use spread (or .apply) directly because it
-                                // breaks IE9: https://github.com/facebook/react/issues/13610
-                                Function.prototype.apply.call(console.error, console, argsWithFormat);
-                            }
-                            try {
-                                // --- Welcome to debugging React ---
-                                // This error was thrown as a convenience so that you can use this stack
-                                // to find the callsite that caused this warning to fire.
-                                var argIndex = 0;
-                                var message = 'Warning: ' + format.replace(/%s/g, function () {
-                                    return args[argIndex++];
-                                });
-                                throw new Error(message);
-                            } catch (x) {
-                            }
-                        };
-                    }
-
-                    var warningWithoutStack$1 = warningWithoutStack;
-
-                    var didWarnStateUpdateForUnmountedComponent = {};
-
-                    function warnNoop(publicInstance, callerName) {
-                        {
-                            var _constructor = publicInstance.constructor;
-                            var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';
-                            var warningKey = componentName + '.' + callerName;
-                            if (didWarnStateUpdateForUnmountedComponent[warningKey]) {
-                                return;
-                            }
-                            warningWithoutStack$1(false, "Can't call %s on a component that is not yet mounted. " + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);
-                            didWarnStateUpdateForUnmountedComponent[warningKey] = true;
-                        }
-                    }
-
-                    /**
-                     * This is the abstract API for an update queue.
-                     */
-                    var ReactNoopUpdateQueue = {
-                        /**
-                         * Checks whether or not this composite component is mounted.
-                         * @param {ReactClass} publicInstance The instance we want to test.
-                         * @return {boolean} True if mounted, false otherwise.
-                         * @protected
-                         * @final
-                         */
-                        isMounted: function (publicInstance) {
-                            return false;
-                        },
-
-                        /**
-                         * Forces an update. This should only be invoked when it is known with
-                         * certainty that we are **not** in a DOM transaction.
-                         *
-                         * You may want to call this when you know that some deeper aspect of the
-                         * component's state has changed but `setState` was not called.
-                         *
-                         * This will not invoke `shouldComponentUpdate`, but it will invoke
-                         * `componentWillUpdate` and `componentDidUpdate`.
-                         *
-                         * @param {ReactClass} publicInstance The instance that should rerender.
-                         * @param {?function} callback Called after component is updated.
-                         * @param {?string} callerName name of the calling function in the public API.
-                         * @internal
-                         */
-                        enqueueForceUpdate: function (publicInstance, callback, callerName) {
-                            warnNoop(publicInstance, 'forceUpdate');
-                        },
-
-                        /**
-                         * Replaces all of the state. Always use this or `setState` to mutate state.
-                         * You should treat `this.state` as immutable.
-                         *
-                         * There is no guarantee that `this.state` will be immediately updated, so
-                         * accessing `this.state` after calling this method may return the old value.
-                         *
-                         * @param {ReactClass} publicInstance The instance that should rerender.
-                         * @param {object} completeState Next state.
-                         * @param {?function} callback Called after component is updated.
-                         * @param {?string} callerName name of the calling function in the public API.
-                         * @internal
-                         */
-                        enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {
-                            warnNoop(publicInstance, 'replaceState');
-                        },
-
-                        /**
-                         * Sets a subset of the state. This only exists because _pendingState is
-                         * internal. This provides a merging strategy that is not available to deep
-                         * properties which is confusing. TODO: Expose pendingState or don't use it
-                         * during the merge.
-                         *
-                         * @param {ReactClass} publicInstance The instance that should rerender.
-                         * @param {object} partialState Next partial state to be merged with state.
-                         * @param {?function} callback Called after component is updated.
-                         * @param {?string} Name of the calling function in the public API.
-                         * @internal
-                         */
-                        enqueueSetState: function (publicInstance, partialState, callback, callerName) {
-                            warnNoop(publicInstance, 'setState');
-                        }
-                    };
-
-                    var emptyObject = {};
-                    {
-                        Object.freeze(emptyObject);
-                    }
-
-                    /**
-                     * Base class helpers for the updating state of a component.
-                     */
-                    function Component(props, context, updater) {
-                        this.props = props;
-                        this.context = context;
-                        // If a component has string refs, we will assign a different object later.
-                        this.refs = emptyObject;
-                        // We initialize the default updater but the real one gets injected by the
-                        // renderer.
-                        this.updater = updater || ReactNoopUpdateQueue;
-                    }
-
-                    Component.prototype.isReactComponent = {};
-
-                    /**
-                     * Sets a subset of the state. Always use this to mutate
-                     * state. You should treat `this.state` as immutable.
-                     *
-                     * There is no guarantee that `this.state` will be immediately updated, so
-                     * accessing `this.state` after calling this method may return the old value.
-                     *
-                     * There is no guarantee that calls to `setState` will run synchronously,
-                     * as they may eventually be batched together.  You can provide an optional
-                     * callback that will be executed when the call to setState is actually
-                     * completed.
-                     *
-                     * When a function is provided to setState, it will be called at some point in
-                     * the future (not synchronously). It will be called with the up to date
-                     * component arguments (state, props, context). These values can be different
-                     * from this.* because your function may be called after receiveProps but before
-                     * shouldComponentUpdate, and this new state, props, and context will not yet be
-                     * assigned to this.
-                     *
-                     * @param {object|function} partialState Next partial state or function to
-                     *        produce next partial state to be merged with current state.
-                     * @param {?function} callback Called after state is updated.
-                     * @final
-                     * @protected
-                     */
-                    Component.prototype.setState = function (partialState, callback) {
-                        !(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null) ? invariant(false, 'setState(...): takes an object of state variables to update or a function which returns an object of state variables.') : void 0;
-                        this.updater.enqueueSetState(this, partialState, callback, 'setState');
-                    };
-
-                    /**
-                     * Forces an update. This should only be invoked when it is known with
-                     * certainty that we are **not** in a DOM transaction.
-                     *
-                     * You may want to call this when you know that some deeper aspect of the
-                     * component's state has changed but `setState` was not called.
-                     *
-                     * This will not invoke `shouldComponentUpdate`, but it will invoke
-                     * `componentWillUpdate` and `componentDidUpdate`.
-                     *
-                     * @param {?function} callback Called after update is complete.
-                     * @final
-                     * @protected
-                     */
-                    Component.prototype.forceUpdate = function (callback) {
-                        this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');
-                    };
-
-                    /**
-                     * Deprecated APIs. These APIs used to exist on classic React classes but since
-                     * we would like to deprecate them, we're not going to move them over to this
-                     * modern base class. Instead, we define a getter that warns if it's accessed.
-                     */
-                    {
-                        var deprecatedAPIs = {
-                            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).']
-                        };
-                        var defineDeprecationWarning = function (methodName, info) {
-                            Object.defineProperty(Component.prototype, methodName, {
-                                get: function () {
-                                    lowPriorityWarning$1(false, '%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);
-                                    return undefined;
-                                }
-                            });
-                        };
-                        for (var fnName in deprecatedAPIs) {
-                            if (deprecatedAPIs.hasOwnProperty(fnName)) {
-                                defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);
-                            }
-                        }
-                    }
-
-                    function ComponentDummy() {
-                    }
-
-                    ComponentDummy.prototype = Component.prototype;
-
-                    /**
-                     * Convenience component with default shallow equality check for sCU.
-                     */
-                    function PureComponent(props, context, updater) {
-                        this.props = props;
-                        this.context = context;
-                        // If a component has string refs, we will assign a different object later.
-                        this.refs = emptyObject;
-                        this.updater = updater || ReactNoopUpdateQueue;
-                    }
-
-                    var pureComponentPrototype = PureComponent.prototype = new ComponentDummy();
-                    pureComponentPrototype.constructor = PureComponent;
-// Avoid an extra prototype jump for these methods.
-                    _assign(pureComponentPrototype, Component.prototype);
-                    pureComponentPrototype.isPureReactComponent = true;
-
-// an immutable object with a single mutable value
-                    function createRef() {
-                        var refObject = {
-                            current: null
-                        };
-                        {
-                            Object.seal(refObject);
-                        }
-                        return refObject;
-                    }
-
-                    /**
-                     * Keeps track of the current owner.
-                     *
-                     * The current owner is the component who should own any components that are
-                     * currently being constructed.
-                     */
-                    var ReactCurrentOwner = {
-                        /**
-                         * @internal
-                         * @type {ReactComponent}
-                         */
-                        current: null,
-                        currentDispatcher: null
-                    };
-
-                    var BEFORE_SLASH_RE = /^(.*)[\\\/]/;
-
-                    var describeComponentFrame = function (name, source, ownerName) {
-                        var sourceInfo = '';
-                        if (source) {
-                            var path = source.fileName;
-                            var fileName = path.replace(BEFORE_SLASH_RE, '');
-                            {
-                                // In DEV, include code for a common special case:
-                                // prefer "folder/index.js" instead of just "index.js".
-                                if (/^index\./.test(fileName)) {
-                                    var match = path.match(BEFORE_SLASH_RE);
-                                    if (match) {
-                                        var pathBeforeSlash = match[1];
-                                        if (pathBeforeSlash) {
-                                            var folderName = pathBeforeSlash.replace(BEFORE_SLASH_RE, '');
-                                            fileName = folderName + '/' + fileName;
-                                        }
-                                    }
-                                }
-                            }
-                            sourceInfo = ' (at ' + fileName + ':' + source.lineNumber + ')';
-                        } else if (ownerName) {
-                            sourceInfo = ' (created by ' + ownerName + ')';
-                        }
-                        return '\n    in ' + (name || 'Unknown') + sourceInfo;
-                    };
-
-                    var Resolved = 1;
-
-
-                    function refineResolvedLazyComponent(lazyComponent) {
-                        return lazyComponent._status === Resolved ? lazyComponent._result : null;
-                    }
-
-                    function getWrappedName(outerType, innerType, wrapperName) {
-                        var functionName = innerType.displayName || innerType.name || '';
-                        return outerType.displayName || (functionName !== '' ? wrapperName + '(' + functionName + ')' : wrapperName);
-                    }
-
-                    function getComponentName(type) {
-                        if (type == null) {
-                            // Host root, text node or just invalid type.
-                            return null;
-                        }
-                        {
-                            if (typeof type.tag === 'number') {
-                                warningWithoutStack$1(false, 'Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');
-                            }
-                        }
-                        if (typeof type === 'function') {
-                            return type.displayName || type.name || null;
-                        }
-                        if (typeof type === 'string') {
-                            return type;
-                        }
-                        switch (type) {
-                            case REACT_CONCURRENT_MODE_TYPE:
-                                return 'ConcurrentMode';
-                            case REACT_FRAGMENT_TYPE:
-                                return 'Fragment';
-                            case REACT_PORTAL_TYPE:
-                                return 'Portal';
-                            case REACT_PROFILER_TYPE:
-                                return 'Profiler';
-                            case REACT_STRICT_MODE_TYPE:
-                                return 'StrictMode';
-                            case REACT_SUSPENSE_TYPE:
-                                return 'Suspense';
-                        }
-                        if (typeof type === 'object') {
-                            switch (type.$$typeof) {
-                                case REACT_CONTEXT_TYPE:
-                                    return 'Context.Consumer';
-                                case REACT_PROVIDER_TYPE:
-                                    return 'Context.Provider';
-                                case REACT_FORWARD_REF_TYPE:
-                                    return getWrappedName(type, type.render, 'ForwardRef');
-                                case REACT_MEMO_TYPE:
-                                    return getComponentName(type.type);
-                                case REACT_LAZY_TYPE: {
-                                    var thenable = type;
-                                    var resolvedThenable = refineResolvedLazyComponent(thenable);
-                                    if (resolvedThenable) {
-                                        return getComponentName(resolvedThenable);
-                                    }
-                                }
-                            }
-                        }
-                        return null;
-                    }
-
-                    var ReactDebugCurrentFrame = {};
-
-                    var currentlyValidatingElement = null;
-
-                    function setCurrentlyValidatingElement(element) {
-                        {
-                            currentlyValidatingElement = element;
-                        }
-                    }
-
-                    {
-                        // Stack implementation injected by the current renderer.
-                        ReactDebugCurrentFrame.getCurrentStack = null;
-
-                        ReactDebugCurrentFrame.getStackAddendum = function () {
-                            var stack = '';
-
-                            // Add an extra top frame while an element is being validated
-                            if (currentlyValidatingElement) {
-                                var name = getComponentName(currentlyValidatingElement.type);
-                                var owner = currentlyValidatingElement._owner;
-                                stack += describeComponentFrame(name, currentlyValidatingElement._source, owner && getComponentName(owner.type));
-                            }
-
-                            // Delegate to the injected renderer-specific implementation
-                            var impl = ReactDebugCurrentFrame.getCurrentStack;
-                            if (impl) {
-                                stack += impl() || '';
-                            }
-
-                            return stack;
-                        };
-                    }
-
-                    var ReactSharedInternals = {
-                        ReactCurrentOwner: ReactCurrentOwner,
-                        // Used by renderers to avoid bundling object-assign twice in UMD bundles:
-                        assign: _assign
-                    };
-
-                    {
-                        _assign(ReactSharedInternals, {
-                            // These should not be included in production.
-                            ReactDebugCurrentFrame: ReactDebugCurrentFrame,
-                            // Shim for React DOM 16.0.0 which still destructured (but not used) this.
-                            // TODO: remove in React 17.0.
-                            ReactComponentTreeHook: {}
-                        });
-                    }
-
-                    /**
-                     * Similar to invariant but only logs a warning if the condition is not met.
-                     * This can be used to log issues in development environments in critical
-                     * paths. Removing the logging code for production environments will keep the
-                     * same logic and follow the same code paths.
-                     */
-
-                    var warning = warningWithoutStack$1;
-
-                    {
-                        warning = function (condition, format) {
-                            if (condition) {
-                                return;
-                            }
-                            var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;
-                            var stack = ReactDebugCurrentFrame.getStackAddendum();
-                            // eslint-disable-next-line react-internal/warning-and-invariant-args
-
-                            for (var _len = arguments.length, args = Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
-                                args[_key - 2] = arguments[_key];
-                            }
-
-                            warningWithoutStack$1.apply(undefined, [false, format + '%s'].concat(args, [stack]));
-                        };
-                    }
-
-                    var warning$1 = warning;
-
-                    var hasOwnProperty = Object.prototype.hasOwnProperty;
-
-                    var RESERVED_PROPS = {
-                        key: true,
-                        ref: true,
-                        __self: true,
-                        __source: true
-                    };
-
-                    var specialPropKeyWarningShown = void 0;
-                    var specialPropRefWarningShown = void 0;
-
-                    function hasValidRef(config) {
-                        {
-                            if (hasOwnProperty.call(config, 'ref')) {
-                                var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;
-                                if (getter && getter.isReactWarning) {
-                                    return false;
-                                }
-                            }
-                        }
-                        return config.ref !== undefined;
-                    }
-
-                    function hasValidKey(config) {
-                        {
-                            if (hasOwnProperty.call(config, 'key')) {
-                                var getter = Object.getOwnPropertyDescriptor(config, 'key').get;
-                                if (getter && getter.isReactWarning) {
-                                    return false;
-                                }
-                            }
-                        }
-                        return config.key !== undefined;
-                    }
-
-                    function defineKeyPropWarningGetter(props, displayName) {
-                        var warnAboutAccessingKey = function () {
-                            if (!specialPropKeyWarningShown) {
-                                specialPropKeyWarningShown = true;
-                                warningWithoutStack$1(false, '%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)', displayName);
-                            }
-                        };
-                        warnAboutAccessingKey.isReactWarning = true;
-                        Object.defineProperty(props, 'key', {
-                            get: warnAboutAccessingKey,
-                            configurable: true
-                        });
-                    }
-
-                    function defineRefPropWarningGetter(props, displayName) {
-                        var warnAboutAccessingRef = function () {
-                            if (!specialPropRefWarningShown) {
-                                specialPropRefWarningShown = true;
-                                warningWithoutStack$1(false, '%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)', displayName);
-                            }
-                        };
-                        warnAboutAccessingRef.isReactWarning = true;
-                        Object.defineProperty(props, 'ref', {
-                            get: warnAboutAccessingRef,
-                            configurable: true
-                        });
-                    }
-
-                    /**
-                     * Factory method to create a new React element. This no longer adheres to
-                     * the class pattern, so do not use new to call it. Also, no instanceof check
-                     * will work. Instead test $$typeof field against Symbol.for('react.element') to check
-                     * if something is a React Element.
-                     *
-                     * @param {*} type
-                     * @param {*} key
-                     * @param {string|object} ref
-                     * @param {*} self A *temporary* helper to detect places where `this` is
-                     * different from the `owner` when React.createElement is called, so that we
-                     * can warn. We want to get rid of owner and replace string `ref`s with arrow
-                     * functions, and as long as `this` and owner are the same, there will be no
-                     * change in behavior.
-                     * @param {*} source An annotation object (added by a transpiler or otherwise)
-                     * indicating filename, line number, and/or other information.
-                     * @param {*} owner
-                     * @param {*} props
-                     * @internal
-                     */
-                    var ReactElement = function (type, key, ref, self, source, owner, props) {
-                        var element = {
-                            // This tag allows us to uniquely identify this as a React Element
-                            $$typeof: REACT_ELEMENT_TYPE,
-
-                            // Built-in properties that belong on the element
-                            type: type,
-                            key: key,
-                            ref: ref,
-                            props: props,
-
-                            // Record the component responsible for creating this element.
-                            _owner: owner
-                        };
-
-                        {
-                            // The validation flag is currently mutative. We put it on
-                            // an external backing store so that we can freeze the whole object.
-                            // This can be replaced with a WeakMap once they are implemented in
-                            // commonly used development environments.
-                            element._store = {};
-
-                            // To make comparing ReactElements easier for testing purposes, we make
-                            // the validation flag non-enumerable (where possible, which should
-                            // include every environment we run tests in), so the test framework
-                            // ignores it.
-                            Object.defineProperty(element._store, 'validated', {
-                                configurable: false,
-                                enumerable: false,
-                                writable: true,
-                                value: false
-                            });
-                            // self and source are DEV only properties.
-                            Object.defineProperty(element, '_self', {
-                                configurable: false,
-                                enumerable: false,
-                                writable: false,
-                                value: self
-                            });
-                            // Two elements created in two different places should be considered
-                            // equal for testing purposes and therefore we hide it from enumeration.
-                            Object.defineProperty(element, '_source', {
-                                configurable: false,
-                                enumerable: false,
-                                writable: false,
-                                value: source
-                            });
-                            if (Object.freeze) {
-                                Object.freeze(element.props);
-                                Object.freeze(element);
-                            }
-                        }
-
-                        return element;
-                    };
-
-                    /**
-                     * Create and return a new ReactElement of the given type.
-                     * See https://reactjs.org/docs/react-api.html#createelement
-                     */
-                    function createElement(type, config, children) {
-                        var propName = void 0;
-
-                        // Reserved names are extracted
-                        var props = {};
-
-                        var key = null;
-                        var ref = null;
-                        var self = null;
-                        var source = null;
-
-                        if (config != null) {
-                            if (hasValidRef(config)) {
-                                ref = config.ref;
-                            }
-                            if (hasValidKey(config)) {
-                                key = '' + config.key;
-                            }
-
-                            self = config.__self === undefined ? null : config.__self;
-                            source = config.__source === undefined ? null : config.__source;
-                            // Remaining properties are added to a new props object
-                            for (propName in config) {
-                                if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
-                                    props[propName] = config[propName];
-                                }
-                            }
-                        }
-
-                        // Children can be more than one argument, and those are transferred onto
-                        // the newly allocated props object.
-                        var childrenLength = arguments.length - 2;
-                        if (childrenLength === 1) {
-                            props.children = children;
-                        } else if (childrenLength > 1) {
-                            var childArray = Array(childrenLength);
-                            for (var i = 0; i < childrenLength; i++) {
-                                childArray[i] = arguments[i + 2];
-                            }
-                            {
-                                if (Object.freeze) {
-                                    Object.freeze(childArray);
-                                }
-                            }
-                            props.children = childArray;
-                        }
-
-                        // Resolve default props
-                        if (type && type.defaultProps) {
-                            var defaultProps = type.defaultProps;
-                            for (propName in defaultProps) {
-                                if (props[propName] === undefined) {
-                                    props[propName] = defaultProps[propName];
-                                }
-                            }
-                        }
-                        {
-                            if (key || ref) {
-                                var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;
-                                if (key) {
-                                    defineKeyPropWarningGetter(props, displayName);
-                                }
-                                if (ref) {
-                                    defineRefPropWarningGetter(props, displayName);
-                                }
-                            }
-                        }
-                        return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);
-                    }
-
-                    /**
-                     * Return a function that produces ReactElements of a given type.
-                     * See https://reactjs.org/docs/react-api.html#createfactory
-                     */
-
-
-                    function cloneAndReplaceKey(oldElement, newKey) {
-                        var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);
-
-                        return newElement;
-                    }
-
-                    /**
-                     * Clone and return a new ReactElement using element as the starting point.
-                     * See https://reactjs.org/docs/react-api.html#cloneelement
-                     */
-                    function cloneElement(element, config, children) {
-                        !!(element === null || element === undefined) ? invariant(false, 'React.cloneElement(...): The argument must be a React element, but you passed %s.', element) : void 0;
-
-                        var propName = void 0;
-
-                        // Original props are copied
-                        var props = _assign({}, element.props);
-
-                        // Reserved names are extracted
-                        var key = element.key;
-                        var ref = element.ref;
-                        // Self is preserved since the owner is preserved.
-                        var self = element._self;
-                        // Source is preserved since cloneElement is unlikely to be targeted by a
-                        // transpiler, and the original source is probably a better indicator of the
-                        // true owner.
-                        var source = element._source;
-
-                        // Owner will be preserved, unless ref is overridden
-                        var owner = element._owner;
-
-                        if (config != null) {
-                            if (hasValidRef(config)) {
-                                // Silently steal the ref from the parent.
-                                ref = config.ref;
-                                owner = ReactCurrentOwner.current;
-                            }
-                            if (hasValidKey(config)) {
-                                key = '' + config.key;
-                            }
-
-                            // Remaining properties override existing props
-                            var defaultProps = void 0;
-                            if (element.type && element.type.defaultProps) {
-                                defaultProps = element.type.defaultProps;
-                            }
-                            for (propName in config) {
-                                if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {
-                                    if (config[propName] === undefined && defaultProps !== undefined) {
-                                        // Resolve default props
-                                        props[propName] = defaultProps[propName];
-                                    } else {
-                                        props[propName] = config[propName];
-                                    }
-                                }
-                            }
-                        }
-
-                        // Children can be more than one argument, and those are transferred onto
-                        // the newly allocated props object.
-                        var childrenLength = arguments.length - 2;
-                        if (childrenLength === 1) {
-                            props.children = children;
-                        } else if (childrenLength > 1) {
-                            var childArray = Array(childrenLength);
-                            for (var i = 0; i < childrenLength; i++) {
-                                childArray[i] = arguments[i + 2];
-                            }
-                            props.children = childArray;
-                        }
-
-                        return ReactElement(element.type, key, ref, self, source, owner, props);
-                    }
-
-                    /**
-                     * Verifies the object is a ReactElement.
-                     * See https://reactjs.org/docs/react-api.html#isvalidelement
-                     * @param {?object} object
-                     * @return {boolean} True if `object` is a ReactElement.
-                     * @final
-                     */
-                    function isValidElement(object) {
-                        return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
-                    }
-
-                    var SEPARATOR = '.';
-                    var SUBSEPARATOR = ':';
-
-                    /**
-                     * Escape and wrap key so it is safe to use as a reactid
-                     *
-                     * @param {string} key to be escaped.
-                     * @return {string} the escaped key.
-                     */
-                    function escape(key) {
-                        var escapeRegex = /[=:]/g;
-                        var escaperLookup = {
-                            '=': '=0',
-                            ':': '=2'
-                        };
-                        var escapedString = ('' + key).replace(escapeRegex, function (match) {
-                            return escaperLookup[match];
-                        });
-
-                        return '$' + escapedString;
-                    }
-
-                    /**
-                     * TODO: Test that a single child and an array with one item have the same key
-                     * pattern.
-                     */
-
-                    var didWarnAboutMaps = false;
-
-                    var userProvidedKeyEscapeRegex = /\/+/g;
-
-                    function escapeUserProvidedKey(text) {
-                        return ('' + text).replace(userProvidedKeyEscapeRegex, '$&/');
-                    }
-
-                    var POOL_SIZE = 10;
-                    var traverseContextPool = [];
-
-                    function getPooledTraverseContext(mapResult, keyPrefix, mapFunction, mapContext) {
-                        if (traverseContextPool.length) {
-                            var traverseContext = traverseContextPool.pop();
-                            traverseContext.result = mapResult;
-                            traverseContext.keyPrefix = keyPrefix;
-                            traverseContext.func = mapFunction;
-                            traverseContext.context = mapContext;
-                            traverseContext.count = 0;
-                            return traverseContext;
-                        } else {
-                            return {
-                                result: mapResult,
-                                keyPrefix: keyPrefix,
-                                func: mapFunction,
-                                context: mapContext,
-                                count: 0
-                            };
-                        }
-                    }
-
-                    function releaseTraverseContext(traverseContext) {
-                        traverseContext.result = null;
-                        traverseContext.keyPrefix = null;
-                        traverseContext.func = null;
-                        traverseContext.context = null;
-                        traverseContext.count = 0;
-                        if (traverseContextPool.length < POOL_SIZE) {
-                            traverseContextPool.push(traverseContext);
-                        }
-                    }
-
-                    /**
-                     * @param {?*} children Children tree container.
-                     * @param {!string} nameSoFar Name of the key path so far.
-                     * @param {!function} callback Callback to invoke with each child found.
-                     * @param {?*} traverseContext Used to pass information throughout the traversal
-                     * process.
-                     * @return {!number} The number of children in this subtree.
-                     */
-                    function traverseAllChildrenImpl(children, nameSoFar, callback, traverseContext) {
-                        var type = typeof children;
-
-                        if (type === 'undefined' || type === 'boolean') {
-                            // All of the above are perceived as null.
-                            children = null;
-                        }
-
-                        var invokeCallback = false;
-
-                        if (children === null) {
-                            invokeCallback = true;
-                        } else {
-                            switch (type) {
-                                case 'string':
-                                case 'number':
-                                    invokeCallback = true;
-                                    break;
-                                case 'object':
-                                    switch (children.$$typeof) {
-                                        case REACT_ELEMENT_TYPE:
-                                        case REACT_PORTAL_TYPE:
-                                            invokeCallback = true;
-                                    }
-                            }
-                        }
-
-                        if (invokeCallback) {
-                            callback(traverseContext, children,
-                                // If it's the only child, treat the name as if it was wrapped in an array
-                                // so that it's consistent if the number of children grows.
-                                nameSoFar === '' ? SEPARATOR + getComponentKey(children, 0) : nameSoFar);
-                            return 1;
-                        }
-
-                        var child = void 0;
-                        var nextName = void 0;
-                        var subtreeCount = 0; // Count of children found in the current subtree.
-                        var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;
-
-                        if (Array.isArray(children)) {
-                            for (var i = 0; i < children.length; i++) {
-                                child = children[i];
-                                nextName = nextNamePrefix + getComponentKey(child, i);
-                                subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
-                            }
-                        } else {
-                            var iteratorFn = getIteratorFn(children);
-                            if (typeof iteratorFn === 'function') {
-                                {
-                                    // Warn about using Maps as children
-                                    if (iteratorFn === children.entries) {
-                                        !didWarnAboutMaps ? warning$1(false, 'Using Maps as children is unsupported and will likely yield ' + 'unexpected results. Convert it to a sequence/iterable of keyed ' + 'ReactElements instead.') : void 0;
-                                        didWarnAboutMaps = true;
-                                    }
-                                }
-
-                                var iterator = iteratorFn.call(children);
-                                var step = void 0;
-                                var ii = 0;
-                                while (!(step = iterator.next()).done) {
-                                    child = step.value;
-                                    nextName = nextNamePrefix + getComponentKey(child, ii++);
-                                    subtreeCount += traverseAllChildrenImpl(child, nextName, callback, traverseContext);
-                                }
-                            } else if (type === 'object') {
-                                var addendum = '';
-                                {
-                                    addendum = ' If you meant to render a collection of children, use an array ' + 'instead.' + ReactDebugCurrentFrame.getStackAddendum();
-                                }
-                                var childrenString = '' + children;
-                                invariant(false, 'Objects are not valid as a React child (found: %s).%s', childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString, addendum);
-                            }
-                        }
-
-                        return subtreeCount;
-                    }
-
-                    /**
-                     * Traverses children that are typically specified as `props.children`, but
-                     * might also be specified through attributes:
-                     *
-                     * - `traverseAllChildren(this.props.children, ...)`
-                     * - `traverseAllChildren(this.props.leftPanelChildren, ...)`
-                     *
-                     * The `traverseContext` is an optional argument that is passed through the
-                     * entire traversal. It can be used to store accumulations or anything else that
-                     * the callback might find relevant.
-                     *
-                     * @param {?*} children Children tree object.
-                     * @param {!function} callback To invoke upon traversing each child.
-                     * @param {?*} traverseContext Context for traversal.
-                     * @return {!number} The number of children in this subtree.
-                     */
-                    function traverseAllChildren(children, callback, traverseContext) {
-                        if (children == null) {
-                            return 0;
-                        }
-
-                        return traverseAllChildrenImpl(children, '', callback, traverseContext);
-                    }
-
-                    /**
-                     * Generate a key string that identifies a component within a set.
-                     *
-                     * @param {*} component A component that could contain a manual key.
-                     * @param {number} index Index that is used if a manual key is not provided.
-                     * @return {string}
-                     */
-                    function getComponentKey(component, index) {
-                        // Do some typechecking here since we call this blindly. We want to ensure
-                        // that we don't block potential future ES APIs.
-                        if (typeof component === 'object' && component !== null && component.key != null) {
-                            // Explicit key
-                            return escape(component.key);
-                        }
-                        // Implicit key determined by the index in the set
-                        return index.toString(36);
-                    }
-
-                    function forEachSingleChild(bookKeeping, child, name) {
-                        var func = bookKeeping.func,
-                            context = bookKeeping.context;
-
-                        func.call(context, child, bookKeeping.count++);
-                    }
-
-                    /**
-                     * Iterates through children that are typically specified as `props.children`.
-                     *
-                     * See https://reactjs.org/docs/react-api.html#reactchildrenforeach
-                     *
-                     * The provided forEachFunc(child, index) will be called for each
-                     * leaf child.
-                     *
-                     * @param {?*} children Children tree container.
-                     * @param {function(*, int)} forEachFunc
-                     * @param {*} forEachContext Context for forEachContext.
-                     */
-                    function forEachChildren(children, forEachFunc, forEachContext) {
-                        if (children == null) {
-                            return children;
-                        }
-                        var traverseContext = getPooledTraverseContext(null, null, forEachFunc, forEachContext);
-                        traverseAllChildren(children, forEachSingleChild, traverseContext);
-                        releaseTraverseContext(traverseContext);
-                    }
-
-                    function mapSingleChildIntoContext(bookKeeping, child, childKey) {
-                        var result = bookKeeping.result,
-                            keyPrefix = bookKeeping.keyPrefix,
-                            func = bookKeeping.func,
-                            context = bookKeeping.context;
-
-
-                        var mappedChild = func.call(context, child, bookKeeping.count++);
-                        if (Array.isArray(mappedChild)) {
-                            mapIntoWithKeyPrefixInternal(mappedChild, result, childKey, function (c) {
-                                return c;
-                            });
-                        } else if (mappedChild != null) {
-                            if (isValidElement(mappedChild)) {
-                                mappedChild = cloneAndReplaceKey(mappedChild,
-                                    // Keep both the (mapped) and old keys if they differ, just as
-                                    // traverseAllChildren used to do for objects as children
-                                    keyPrefix + (mappedChild.key && (!child || child.key !== mappedChild.key) ? escapeUserProvidedKey(mappedChild.key) + '/' : '') + childKey);
-                            }
-                            result.push(mappedChild);
-                        }
-                    }
-
-                    function mapIntoWithKeyPrefixInternal(children, array, prefix, func, context) {
-                        var escapedPrefix = '';
-                        if (prefix != null) {
-                            escapedPrefix = escapeUserProvidedKey(prefix) + '/';
-                        }
-                        var traverseContext = getPooledTraverseContext(array, escapedPrefix, func, context);
-                        traverseAllChildren(children, mapSingleChildIntoContext, traverseContext);
-                        releaseTraverseContext(traverseContext);
-                    }
-
-                    /**
-                     * Maps children that are typically specified as `props.children`.
-                     *
-                     * See https://reactjs.org/docs/react-api.html#reactchildrenmap
-                     *
-                     * The provided mapFunction(child, key, index) will be called for each
-                     * leaf child.
-                     *
-                     * @param {?*} children Children tree container.
-                     * @param {function(*, int)} func The map function.
-                     * @param {*} context Context for mapFunction.
-                     * @return {object} Object containing the ordered map of results.
-                     */
-                    function mapChildren(children, func, context) {
-                        if (children == null) {
-                            return children;
-                        }
-                        var result = [];
-                        mapIntoWithKeyPrefixInternal(children, result, null, func, context);
-                        return result;
-                    }
-
-                    /**
-                     * Count the number of children that are typically specified as
-                     * `props.children`.
-                     *
-                     * See https://reactjs.org/docs/react-api.html#reactchildrencount
-                     *
-                     * @param {?*} children Children tree container.
-                     * @return {number} The number of children.
-                     */
-                    function countChildren(children) {
-                        return traverseAllChildren(children, function () {
-                            return null;
-                        }, null);
-                    }
-
-                    /**
-                     * Flatten a children object (typically specified as `props.children`) and
-                     * return an array with appropriately re-keyed children.
-                     *
-                     * See https://reactjs.org/docs/react-api.html#reactchildrentoarray
-                     */
-                    function toArray(children) {
-                        var result = [];
-                        mapIntoWithKeyPrefixInternal(children, result, null, function (child) {
-                            return child;
-                        });
-                        return result;
-                    }
-
-                    /**
-                     * Returns the first child in a collection of children and verifies that there
-                     * is only one child in the collection.
-                     *
-                     * See https://reactjs.org/docs/react-api.html#reactchildrenonly
-                     *
-                     * The current implementation of this function assumes that a single child gets
-                     * passed without a wrapper, but the purpose of this helper function is to
-                     * abstract away the particular structure of children.
-                     *
-                     * @param {?object} children Child collection structure.
-                     * @return {ReactElement} The first and only `ReactElement` contained in the
-                     * structure.
-                     */
-                    function onlyChild(children) {
-                        !isValidElement(children) ? invariant(false, 'React.Children.only expected to receive a single React element child.') : void 0;
-                        return children;
-                    }
-
-                    function createContext(defaultValue, calculateChangedBits) {
-                        if (calculateChangedBits === undefined) {
-                            calculateChangedBits = null;
-                        } else {
-                            {
-                                !(calculateChangedBits === null || typeof calculateChangedBits === 'function') ? warningWithoutStack$1(false, 'createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits) : void 0;
-                            }
-                        }
-
-                        var context = {
-                            $$typeof: REACT_CONTEXT_TYPE,
-                            _calculateChangedBits: calculateChangedBits,
-                            // As a workaround to support multiple concurrent renderers, we categorize
-                            // some renderers as primary and others as secondary. We only expect
-                            // there to be two concurrent renderers at most: React Native (primary) and
-                            // Fabric (secondary); React DOM (primary) and React ART (secondary).
-                            // Secondary renderers store their context values on separate fields.
-                            _currentValue: defaultValue,
-                            _currentValue2: defaultValue,
-                            // Used to track how many concurrent renderers this context currently
-                            // supports within in a single renderer. Such as parallel server rendering.
-                            _threadCount: 0,
-                            // These are circular
-                            Provider: null,
-                            Consumer: null
-                        };
-
-                        context.Provider = {
-                            $$typeof: REACT_PROVIDER_TYPE,
-                            _context: context
-                        };
-
-                        var hasWarnedAboutUsingNestedContextConsumers = false;
-                        var hasWarnedAboutUsingConsumerProvider = false;
-
-                        {
-                            // A separate object, but proxies back to the original context object for
-                            // backwards compatibility. It has a different $$typeof, so we can properly
-                            // warn for the incorrect usage of Context as a Consumer.
-                            var Consumer = {
-                                $$typeof: REACT_CONTEXT_TYPE,
-                                _context: context,
-                                _calculateChangedBits: context._calculateChangedBits
-                            };
-                            // $FlowFixMe: Flow complains about not setting a value, which is intentional here
-                            Object.defineProperties(Consumer, {
-                                Provider: {
-                                    get: function () {
-                                        if (!hasWarnedAboutUsingConsumerProvider) {
-                                            hasWarnedAboutUsingConsumerProvider = true;
-                                            warning$1(false, 'Rendering <Context.Consumer.Provider> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Provider> instead?');
-                                        }
-                                        return context.Provider;
-                                    },
-                                    set: function (_Provider) {
-                                        context.Provider = _Provider;
-                                    }
-                                },
-                                _currentValue: {
-                                    get: function () {
-                                        return context._currentValue;
-                                    },
-                                    set: function (_currentValue) {
-                                        context._currentValue = _currentValue;
-                                    }
-                                },
-                                _currentValue2: {
-                                    get: function () {
-                                        return context._currentValue2;
-                                    },
-                                    set: function (_currentValue2) {
-                                        context._currentValue2 = _currentValue2;
-                                    }
-                                },
-                                _threadCount: {
-                                    get: function () {
-                                        return context._threadCount;
-                                    },
-                                    set: function (_threadCount) {
-                                        context._threadCount = _threadCount;
-                                    }
-                                },
-                                Consumer: {
-                                    get: function () {
-                                        if (!hasWarnedAboutUsingNestedContextConsumers) {
-                                            hasWarnedAboutUsingNestedContextConsumers = true;
-                                            warning$1(false, 'Rendering <Context.Consumer.Consumer> is not supported and will be removed in ' + 'a future major release. Did you mean to render <Context.Consumer> instead?');
-                                        }
-                                        return context.Consumer;
-                                    }
-                                }
-                            });
-                            // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty
-                            context.Consumer = Consumer;
-                        }
-
-                        {
-                            context._currentRenderer = null;
-                            context._currentRenderer2 = null;
-                        }
-
-                        return context;
-                    }
-
-                    function lazy(ctor) {
-                        var lazyType = {
-                            $$typeof: REACT_LAZY_TYPE,
-                            _ctor: ctor,
-                            // React uses these fields to store the result.
-                            _status: -1,
-                            _result: null
-                        };
-
-                        {
-                            // In production, this would just set it on the object.
-                            var defaultProps = void 0;
-                            var propTypes = void 0;
-                            Object.defineProperties(lazyType, {
-                                defaultProps: {
-                                    configurable: true,
-                                    get: function () {
-                                        return defaultProps;
-                                    },
-                                    set: function (newDefaultProps) {
-                                        warning$1(false, 'React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
-                                        defaultProps = newDefaultProps;
-                                        // Match production behavior more closely:
-                                        Object.defineProperty(lazyType, 'defaultProps', {
-                                            enumerable: true
-                                        });
-                                    }
-                                },
-                                propTypes: {
-                                    configurable: true,
-                                    get: function () {
-                                        return propTypes;
-                                    },
-                                    set: function (newPropTypes) {
-                                        warning$1(false, 'React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');
-                                        propTypes = newPropTypes;
-                                        // Match production behavior more closely:
-                                        Object.defineProperty(lazyType, 'propTypes', {
-                                            enumerable: true
-                                        });
-                                    }
-                                }
-                            });
-                        }
-
-                        return lazyType;
-                    }
-
-                    function forwardRef(render) {
-                        {
-                            if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
-                                warningWithoutStack$1(false, 'forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');
-                            } else if (typeof render !== 'function') {
-                                warningWithoutStack$1(false, 'forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);
-                            } else {
-                                !(
-                                    // Do not warn for 0 arguments because it could be due to usage of the 'arguments' object
-                                    render.length === 0 || render.length === 2) ? warningWithoutStack$1(false, 'forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.') : void 0;
-                            }
-
-                            if (render != null) {
-                                !(render.defaultProps == null && render.propTypes == null) ? warningWithoutStack$1(false, 'forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?') : void 0;
-                            }
-                        }
-
-                        return {
-                            $$typeof: REACT_FORWARD_REF_TYPE,
-                            render: render
-                        };
-                    }
-
-                    function isValidElementType(type) {
-                        return typeof type === 'string' || typeof type === 'function' ||
-                            // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
-                            type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE);
-                    }
-
-                    function memo(type, compare) {
-                        {
-                            if (!isValidElementType(type)) {
-                                warningWithoutStack$1(false, 'memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);
-                            }
-                        }
-                        return {
-                            $$typeof: REACT_MEMO_TYPE,
-                            type: type,
-                            compare: compare === undefined ? null : compare
-                        };
-                    }
-
-                    function resolveDispatcher() {
-                        var dispatcher = ReactCurrentOwner.currentDispatcher;
-                        !(dispatcher !== null) ? invariant(false, 'Hooks can only be called inside the body of a function component.') : void 0;
-                        return dispatcher;
-                    }
-
-                    function useContext(Context, observedBits) {
-                        var dispatcher = resolveDispatcher();
-                        {
-                            // TODO: add a more generic warning for invalid values.
-                            if (Context._context !== undefined) {
-                                var realContext = Context._context;
-                                // Don't deduplicate because this legitimately causes bugs
-                                // and nobody should be using this in existing code.
-                                if (realContext.Consumer === Context) {
-                                    warning$1(false, 'Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');
-                                } else if (realContext.Provider === Context) {
-                                    warning$1(false, 'Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');
-                                }
-                            }
-                        }
-                        return dispatcher.useContext(Context, observedBits);
-                    }
-
-                    function useState(initialState) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useState(initialState);
-                    }
-
-                    function useReducer(reducer, initialState, initialAction) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useReducer(reducer, initialState, initialAction);
-                    }
-
-                    function useRef(initialValue) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useRef(initialValue);
-                    }
-
-                    function useEffect(create, inputs) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useEffect(create, inputs);
-                    }
-
-                    function useLayoutEffect(create, inputs) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useLayoutEffect(create, inputs);
-                    }
-
-                    function useCallback(callback, inputs) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useCallback(callback, inputs);
-                    }
-
-                    function useMemo(create, inputs) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useMemo(create, inputs);
-                    }
-
-                    function useImperativeMethods(ref, create, inputs) {
-                        var dispatcher = resolveDispatcher();
-                        return dispatcher.useImperativeMethods(ref, create, inputs);
-                    }
-
-                    /**
-                     * ReactElementValidator provides a wrapper around a element factory
-                     * which validates the props passed to the element. This is intended to be
-                     * used only in DEV and could be replaced by a static type checker for languages
-                     * that support it.
-                     */
-
-                    var propTypesMisspellWarningShown = void 0;
-
-                    {
-                        propTypesMisspellWarningShown = false;
-                    }
-
-                    function getDeclarationErrorAddendum() {
-                        if (ReactCurrentOwner.current) {
-                            var name = getComponentName(ReactCurrentOwner.current.type);
-                            if (name) {
-                                return '\n\nCheck the render method of `' + name + '`.';
-                            }
-                        }
-                        return '';
-                    }
-
-                    function getSourceInfoErrorAddendum(elementProps) {
-                        if (elementProps !== null && elementProps !== undefined && elementProps.__source !== undefined) {
-                            var source = elementProps.__source;
-                            var fileName = source.fileName.replace(/^.*[\\\/]/, '');
-                            var lineNumber = source.lineNumber;
-                            return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.';
-                        }
-                        return '';
-                    }
-
-                    /**
-                     * Warn if there's no key explicitly set on dynamic arrays of children or
-                     * object keys are not valid. This allows us to keep track of children between
-                     * updates.
-                     */
-                    var ownerHasKeyUseWarning = {};
-
-                    function getCurrentComponentErrorInfo(parentType) {
-                        var info = getDeclarationErrorAddendum();
-
-                        if (!info) {
-                            var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;
-                            if (parentName) {
-                                info = '\n\nCheck the top-level render call using <' + parentName + '>.';
-                            }
-                        }
-                        return info;
-                    }
-
-                    /**
-                     * Warn if the element doesn't have an explicit key assigned to it.
-                     * This element is in an array. The array could grow and shrink or be
-                     * reordered. All children that haven't already been validated are required to
-                     * have a "key" property assigned to it. Error statuses are cached so a warning
-                     * will only be shown once.
-                     *
-                     * @internal
-                     * @param {ReactElement} element Element that requires a key.
-                     * @param {*} parentType element's parent's type.
-                     */
-                    function validateExplicitKey(element, parentType) {
-                        if (!element._store || element._store.validated || element.key != null) {
-                            return;
-                        }
-                        element._store.validated = true;
-
-                        var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);
-                        if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {
-                            return;
-                        }
-                        ownerHasKeyUseWarning[currentComponentErrorInfo] = true;
-
-                        // Usually the current owner is the offender, but if it accepts children as a
-                        // property, it may be the creator of the child that's responsible for
-                        // assigning it a key.
-                        var childOwner = '';
-                        if (element && element._owner && element._owner !== ReactCurrentOwner.current) {
-                            // Give the component that originally created this child.
-                            childOwner = ' It was passed a child from ' + getComponentName(element._owner.type) + '.';
-                        }
-
-                        setCurrentlyValidatingElement(element);
-                        {
-                            warning$1(false, '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.', currentComponentErrorInfo, childOwner);
-                        }
-                        setCurrentlyValidatingElement(null);
-                    }
-
-                    /**
-                     * Ensure that every element either is passed in a static location, in an
-                     * array with an explicit keys property defined, or in an object literal
-                     * with valid key property.
-                     *
-                     * @internal
-                     * @param {ReactNode} node Statically passed child of any type.
-                     * @param {*} parentType node's parent's type.
-                     */
-                    function validateChildKeys(node, parentType) {
-                        if (typeof node !== 'object') {
-                            return;
-                        }
-                        if (Array.isArray(node)) {
-                            for (var i = 0; i < node.length; i++) {
-                                var child = node[i];
-                                if (isValidElement(child)) {
-                                    validateExplicitKey(child, parentType);
-                                }
-                            }
-                        } else if (isValidElement(node)) {
-                            // This element was passed in a valid location.
-                            if (node._store) {
-                                node._store.validated = true;
-                            }
-                        } else if (node) {
-                            var iteratorFn = getIteratorFn(node);
-                            if (typeof iteratorFn === 'function') {
-                                // Entry iterators used to provide implicit keys,
-                                // but now we print a separate warning for them later.
-                                if (iteratorFn !== node.entries) {
-                                    var iterator = iteratorFn.call(node);
-                                    var step = void 0;
-                                    while (!(step = iterator.next()).done) {
-                                        if (isValidElement(step.value)) {
-                                            validateExplicitKey(step.value, parentType);
-                                        }
-                                    }
-                                }
-                            }
-                        }
-                    }
-
-                    /**
-                     * Given an element, validate that its props follow the propTypes definition,
-                     * provided by the type.
-                     *
-                     * @param {ReactElement} element
-                     */
-                    function validatePropTypes(element) {
-                        var type = element.type;
-                        if (type === null || type === undefined || typeof type === 'string') {
-                            return;
-                        }
-                        var name = getComponentName(type);
-                        var propTypes = void 0;
-                        if (typeof type === 'function') {
-                            propTypes = type.propTypes;
-                        } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE ||
-                            // Note: Memo only checks outer props here.
-                            // Inner props are checked in the reconciler.
-                            type.$$typeof === REACT_MEMO_TYPE)) {
-                            propTypes = type.propTypes;
-                        } else {
-                            return;
-                        }
-                        if (propTypes) {
-                            setCurrentlyValidatingElement(element);
-                            checkPropTypes(propTypes, element.props, 'prop', name, ReactDebugCurrentFrame.getStackAddendum);
-                            setCurrentlyValidatingElement(null);
-                        } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {
-                            propTypesMisspellWarningShown = true;
-                            warningWithoutStack$1(false, 'Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', name || 'Unknown');
-                        }
-                        if (typeof type.getDefaultProps === 'function') {
-                            !type.getDefaultProps.isReactClassApproved ? warningWithoutStack$1(false, 'getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.') : void 0;
-                        }
-                    }
-
-                    /**
-                     * Given a fragment, validate that it can only be provided with fragment props
-                     * @param {ReactElement} fragment
-                     */
-                    function validateFragmentProps(fragment) {
-                        setCurrentlyValidatingElement(fragment);
-
-                        var keys = Object.keys(fragment.props);
-                        for (var i = 0; i < keys.length; i++) {
-                            var key = keys[i];
-                            if (key !== 'children' && key !== 'key') {
-                                warning$1(false, 'Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);
-                                break;
-                            }
-                        }
-
-                        if (fragment.ref !== null) {
-                            warning$1(false, 'Invalid attribute `ref` supplied to `React.Fragment`.');
-                        }
-
-                        setCurrentlyValidatingElement(null);
-                    }
-
-                    function createElementWithValidation(type, props, children) {
-                        var validType = isValidElementType(type);
-
-                        // We warn in this case but don't throw. We expect the element creation to
-                        // succeed and there will likely be errors in render.
-                        if (!validType) {
-                            var info = '';
-                            if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
-                                info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and named imports.";
-                            }
-
-                            var sourceInfo = getSourceInfoErrorAddendum(props);
-                            if (sourceInfo) {
-                                info += sourceInfo;
-                            } else {
-                                info += getDeclarationErrorAddendum();
-                            }
-
-                            var typeString = void 0;
-                            if (type === null) {
-                                typeString = 'null';
-                            } else if (Array.isArray(type)) {
-                                typeString = 'array';
-                            } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {
-                                typeString = '<' + (getComponentName(type.type) || 'Unknown') + ' />';
-                                info = ' Did you accidentally export a JSX literal instead of a component?';
-                            } else {
-                                typeString = typeof type;
-                            }
-
-                            warning$1(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);
-                        }
-
-                        var element = createElement.apply(this, arguments);
-
-                        // The result can be nullish if a mock or a custom function is used.
-                        // TODO: Drop this when these are no longer allowed as the type argument.
-                        if (element == null) {
-                            return element;
-                        }
-
-                        // Skip key warning if the type isn't valid since our key validation logic
-                        // doesn't expect a non-string/function type and can throw confusing errors.
-                        // We don't want exception behavior to differ between dev and prod.
-                        // (Rendering will throw with a helpful message and as soon as the type is
-                        // fixed, the key warnings will appear.)
-                        if (validType) {
-                            for (var i = 2; i < arguments.length; i++) {
-                                validateChildKeys(arguments[i], type);
-                            }
-                        }
-
-                        if (type === REACT_FRAGMENT_TYPE) {
-                            validateFragmentProps(element);
-                        } else {
-                            validatePropTypes(element);
-                        }
-
-                        return element;
-                    }
-
-                    function createFactoryWithValidation(type) {
-                        var validatedFactory = createElementWithValidation.bind(null, type);
-                        validatedFactory.type = type;
-                        // Legacy hook: remove it
-                        {
-                            Object.defineProperty(validatedFactory, 'type', {
-                                enumerable: false,
-                                get: function () {
-                                    lowPriorityWarning$1(false, 'Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');
-                                    Object.defineProperty(this, 'type', {
-                                        value: type
-                                    });
-                                    return type;
-                                }
-                            });
-                        }
-
-                        return validatedFactory;
-                    }
-
-                    function cloneElementWithValidation(element, props, children) {
-                        var newElement = cloneElement.apply(this, arguments);
-                        for (var i = 2; i < arguments.length; i++) {
-                            validateChildKeys(arguments[i], newElement.type);
-                        }
-                        validatePropTypes(newElement);
-                        return newElement;
-                    }
-
-                    var React = {
-                        Children: {
-                            map: mapChildren,
-                            forEach: forEachChildren,
-                            count: countChildren,
-                            toArray: toArray,
-                            only: onlyChild
-                        },
-
-                        createRef: createRef,
-                        Component: Component,
-                        PureComponent: PureComponent,
-
-                        createContext: createContext,
-                        forwardRef: forwardRef,
-                        lazy: lazy,
-                        memo: memo,
-
-                        Fragment: REACT_FRAGMENT_TYPE,
-                        StrictMode: REACT_STRICT_MODE_TYPE,
-                        Suspense: REACT_SUSPENSE_TYPE,
-
-                        createElement: createElementWithValidation,
-                        cloneElement: cloneElementWithValidation,
-                        createFactory: createFactoryWithValidation,
-                        isValidElement: isValidElement,
-
-                        version: ReactVersion,
-
-                        unstable_ConcurrentMode: REACT_CONCURRENT_MODE_TYPE,
-                        unstable_Profiler: REACT_PROFILER_TYPE,
-
-                        __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ReactSharedInternals
-                    };
-
-// Note: some APIs are added with feature flags.
-// Make sure that stable builds for open source
-// don't modify the React object to avoid deopts.
-// Also let's not expose their names in stable builds.
-
-                    if (enableStableConcurrentModeAPIs) {
-                        React.ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
-                        React.Profiler = REACT_PROFILER_TYPE;
-                        React.unstable_ConcurrentMode = undefined;
-                        React.unstable_Profiler = undefined;
-                    }
-
-                    if (enableHooks) {
-                        React.useCallback = useCallback;
-                        React.useContext = useContext;
-                        React.useEffect = useEffect;
-                        React.useImperativeMethods = useImperativeMethods;
-                        React.useLayoutEffect = useLayoutEffect;
-                        React.useMemo = useMemo;
-                        React.useReducer = useReducer;
-                        React.useRef = useRef;
-                        React.useState = useState;
-                    }
-
-
-                    var React$2 = Object.freeze({
-                        default: React
-                    });
-
-                    var React$3 = (React$2 && React) || React$2;
-
-// TODO: decide on the top-level export form.
-// This is hacky but makes it work with both Rollup and Jest.
-                    var react = React$3.default || React$3;
-
-                    module.exports = react;
-                })();
-            }
-
-        }).call(this, require('_process'))
-    }, {"_process": 3, "object-assign": 2, "prop-types/checkPropTypes": 4}],
-    13: [function (require, module, exports) {
-        /** @license React v16.7.0
-         * react.production.min.js
-         *
-         * Copyright (c) Facebook, Inc. and its affiliates.
-         *
-         * This source code is licensed under the MIT license found in the
-         * LICENSE file in the root directory of this source tree.
-         */
-
-        'use strict';
-        var k = require("object-assign"), n = "function" === typeof Symbol && Symbol.for,
-            p = n ? Symbol.for("react.element") : 60103, q = n ? Symbol.for("react.portal") : 60106,
-            r = n ? Symbol.for("react.fragment") : 60107, t = n ? Symbol.for("react.strict_mode") : 60108,
-            u = n ? Symbol.for("react.profiler") : 60114, v = n ? Symbol.for("react.provider") : 60109,
-            w = n ? Symbol.for("react.context") : 60110, x = n ? Symbol.for("react.concurrent_mode") : 60111,
-            y = n ? Symbol.for("react.forward_ref") : 60112, z = n ? Symbol.for("react.suspense") : 60113,
-            A = n ? Symbol.for("react.memo") :
-                60115, B = n ? Symbol.for("react.lazy") : 60116, C = "function" === typeof Symbol && Symbol.iterator;
-
-        function aa(a, b, e, c, d, g, h, f) {
-            if (!a) {
-                a = void 0;
-                if (void 0 === b) a = Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."); else {
-                    var l = [e, c, d, g, h, f], m = 0;
-                    a = Error(b.replace(/%s/g, function () {
-                        return l[m++]
-                    }));
-                    a.name = "Invariant Violation"
-                }
-                a.framesToPop = 1;
-                throw a;
-            }
-        }
-
-        function D(a) {
-            for (var b = arguments.length - 1, e = "https://reactjs.org/docs/error-decoder.html?invariant=" + a, c = 0; c < b; c++) e += "&args[]=" + encodeURIComponent(arguments[c + 1]);
-            aa(!1, "Minified React error #" + a + "; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ", e)
-        }
-
-        var E = {
-            isMounted: function () {
-                return !1
-            }, enqueueForceUpdate: function () {
-            }, enqueueReplaceState: function () {
-            }, enqueueSetState: function () {
-            }
-        }, F = {};
-
-        function G(a, b, e) {
-            this.props = a;
-            this.context = b;
-            this.refs = F;
-            this.updater = e || E
-        }
-
-        G.prototype.isReactComponent = {};
-        G.prototype.setState = function (a, b) {
-            "object" !== typeof a && "function" !== typeof a && null != a ? D("85") : void 0;
-            this.updater.enqueueSetState(this, a, b, "setState")
-        };
-        G.prototype.forceUpdate = function (a) {
-            this.updater.enqueueForceUpdate(this, a, "forceUpdate")
-        };
-
-        function H() {
-        }
-
-        H.prototype = G.prototype;
-
-        function I(a, b, e) {
-            this.props = a;
-            this.context = b;
-            this.refs = F;
-            this.updater = e || E
-        }
-
-        var J = I.prototype = new H;
-        J.constructor = I;
-        k(J, G.prototype);
-        J.isPureReactComponent = !0;
-        var K = {current: null, currentDispatcher: null}, L = Object.prototype.hasOwnProperty,
-            M = {key: !0, ref: !0, __self: !0, __source: !0};
-
-        function N(a, b, e) {
-            var c = void 0, d = {}, g = null, h = null;
-            if (null != b) for (c in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (g = "" + b.key), b) L.call(b, c) && !M.hasOwnProperty(c) && (d[c] = b[c]);
-            var f = arguments.length - 2;
-            if (1 === f) d.children = e; else if (1 < f) {
-                for (var l = Array(f), m = 0; m < f; m++) l[m] = arguments[m + 2];
-                d.children = l
-            }
-            if (a && a.defaultProps) for (c in f = a.defaultProps, f) void 0 === d[c] && (d[c] = f[c]);
-            return {$$typeof: p, type: a, key: g, ref: h, props: d, _owner: K.current}
-        }
-
-        function ba(a, b) {
-            return {$$typeof: p, type: a.type, key: b, ref: a.ref, props: a.props, _owner: a._owner}
-        }
-
-        function O(a) {
-            return "object" === typeof a && null !== a && a.$$typeof === p
-        }
-
-        function escape(a) {
-            var b = {"=": "=0", ":": "=2"};
-            return "$" + ("" + a).replace(/[=:]/g, function (a) {
-                return b[a]
-            })
-        }
-
-        var P = /\/+/g, Q = [];
-
-        function R(a, b, e, c) {
-            if (Q.length) {
-                var d = Q.pop();
-                d.result = a;
-                d.keyPrefix = b;
-                d.func = e;
-                d.context = c;
-                d.count = 0;
-                return d
-            }
-            return {result: a, keyPrefix: b, func: e, context: c, count: 0}
-        }
-
-        function S(a) {
-            a.result = null;
-            a.keyPrefix = null;
-            a.func = null;
-            a.context = null;
-            a.count = 0;
-            10 > Q.length && Q.push(a)
-        }
-
-        function T(a, b, e, c) {
-            var d = typeof a;
-            if ("undefined" === d || "boolean" === d) a = null;
-            var g = !1;
-            if (null === a) g = !0; else switch (d) {
-                case "string":
-                case "number":
-                    g = !0;
-                    break;
-                case "object":
-                    switch (a.$$typeof) {
-                        case p:
-                        case q:
-                            g = !0
-                    }
-            }
-            if (g) return e(c, a, "" === b ? "." + U(a, 0) : b), 1;
-            g = 0;
-            b = "" === b ? "." : b + ":";
-            if (Array.isArray(a)) for (var h = 0; h < a.length; h++) {
-                d = a[h];
-                var f = b + U(d, h);
-                g += T(d, f, e, c)
-            } else if (null === a || "object" !== typeof a ? f = null : (f = C && a[C] || a["@@iterator"], f = "function" === typeof f ? f : null), "function" === typeof f) for (a = f.call(a), h =
-                0; !(d = a.next()).done;) d = d.value, f = b + U(d, h++), g += T(d, f, e, c); else "object" === d && (e = "" + a, D("31", "[object Object]" === e ? "object with keys {" + Object.keys(a).join(", ") + "}" : e, ""));
-            return g
-        }
-
-        function V(a, b, e) {
-            return null == a ? 0 : T(a, "", b, e)
-        }
-
-        function U(a, b) {
-            return "object" === typeof a && null !== a && null != a.key ? escape(a.key) : b.toString(36)
-        }
-
-        function ca(a, b) {
-            a.func.call(a.context, b, a.count++)
-        }
-
-        function da(a, b, e) {
-            var c = a.result, d = a.keyPrefix;
-            a = a.func.call(a.context, b, a.count++);
-            Array.isArray(a) ? W(a, c, e, function (a) {
-                return a
-            }) : null != a && (O(a) && (a = ba(a, d + (!a.key || b && b.key === a.key ? "" : ("" + a.key).replace(P, "$&/") + "/") + e)), c.push(a))
-        }
-
-        function W(a, b, e, c, d) {
-            var g = "";
-            null != e && (g = ("" + e).replace(P, "$&/") + "/");
-            b = R(b, g, c, d);
-            V(a, da, b);
-            S(b)
-        }
-
-        var X = {
-            Children: {
-                map: function (a, b, e) {
-                    if (null == a) return a;
-                    var c = [];
-                    W(a, c, null, b, e);
-                    return c
-                }, forEach: function (a, b, e) {
-                    if (null == a) return a;
-                    b = R(null, null, b, e);
-                    V(a, ca, b);
-                    S(b)
-                }, count: function (a) {
-                    return V(a, function () {
-                        return null
-                    }, null)
-                }, toArray: function (a) {
-                    var b = [];
-                    W(a, b, null, function (a) {
-                        return a
-                    });
-                    return b
-                }, only: function (a) {
-                    O(a) ? void 0 : D("143");
-                    return a
-                }
-            },
-            createRef: function () {
-                return {current: null}
-            },
-            Component: G,
-            PureComponent: I,
-            createContext: function (a, b) {
-                void 0 === b && (b = null);
-                a = {
-                    $$typeof: w, _calculateChangedBits: b,
-                    _currentValue: a, _currentValue2: a, _threadCount: 0, Provider: null, Consumer: null
-                };
-                a.Provider = {$$typeof: v, _context: a};
-                return a.Consumer = a
-            },
-            forwardRef: function (a) {
-                return {$$typeof: y, render: a}
-            },
-            lazy: function (a) {
-                return {$$typeof: B, _ctor: a, _status: -1, _result: null}
-            },
-            memo: function (a, b) {
-                return {$$typeof: A, type: a, compare: void 0 === b ? null : b}
-            },
-            Fragment: r,
-            StrictMode: t,
-            Suspense: z,
-            createElement: N,
-            cloneElement: function (a, b, e) {
-                null === a || void 0 === a ? D("267", a) : void 0;
-                var c = void 0, d = k({}, a.props), g = a.key, h = a.ref, f = a._owner;
-                if (null != b) {
-                    void 0 !== b.ref && (h = b.ref, f = K.current);
-                    void 0 !== b.key && (g = "" + b.key);
-                    var l = void 0;
-                    a.type && a.type.defaultProps && (l = a.type.defaultProps);
-                    for (c in b) L.call(b, c) && !M.hasOwnProperty(c) && (d[c] = void 0 === b[c] && void 0 !== l ? l[c] : b[c])
-                }
-                c = arguments.length - 2;
-                if (1 === c) d.children = e; else if (1 < c) {
-                    l = Array(c);
-                    for (var m = 0; m < c; m++) l[m] = arguments[m + 2];
-                    d.children = l
-                }
-                return {$$typeof: p, type: a.type, key: g, ref: h, props: d, _owner: f}
-            },
-            createFactory: function (a) {
-                var b = N.bind(null, a);
-                b.type = a;
-                return b
-            },
-            isValidElement: O,
-            version: "16.7.0",
-            unstable_ConcurrentMode: x,
-            unstable_Profiler: u,
-            __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {ReactCurrentOwner: K, assign: k}
-        }, Y = {default: X}, Z = Y && X || Y;
-        module.exports = Z.default || Z;
-
-    }, {"object-assign": 2}],
-    14: [function (require, module, exports) {
-        (function (process) {
-            'use strict';
-
-            if (process.env.NODE_ENV === 'production') {
-                module.exports = require('./cjs/react.production.min.js');
-            } else {
-                module.exports = require('./cjs/react.development.js');
-            }
-
-        }).call(this, require('_process'))
-    }, {"./cjs/react.development.js": 12, "./cjs/react.production.min.js": 13, "_process": 3}],
-    15: [function (require, module, exports) {
-        (function (process) {
-            /** @license React v0.12.0
-             * scheduler-tracing.development.js
-             *
-             * Copyright (c) Facebook, Inc. and its affiliates.
-             *
-             * This source code is licensed under the MIT license found in the
-             * LICENSE file in the root directory of this source tree.
-             */
-
-            'use strict';
-
-
-            if (process.env.NODE_ENV !== "production") {
-                (function () {
-                    'use strict';
-
-                    Object.defineProperty(exports, '__esModule', {value: true});
-
-// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
-
-
-// In some cases, StrictMode should also double-render lifecycles.
-// This can be confusing for tests though,
-// And it can be bad for performance in production.
-// This feature flag can be used to control the behavior:
-
-
-// To preserve the "Pause on caught exceptions" behavior of the debugger, we
-// replay the begin phase of a failed component inside invokeGuardedCallback.
-
-
-// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
-
-
-// Gather advanced timing metrics for Profiler subtrees.
-
-
-// Trace which interactions trigger each commit.
-                    var enableSchedulerTracing = true;
-
-// Only used in www builds.
-                    // TODO: true? Here it might just be false.
-
-// Only used in www builds.
-
-
-// Only used in www builds.
-
-
-// React Fire: prevent the value and checked attributes from syncing
-// with their related DOM properties
-
-
-// These APIs will no longer be "unstable" in the upcoming 16.7 release,
-// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-
-                    var DEFAULT_THREAD_ID = 0;
-
-// Counters used to generate unique IDs.
-                    var interactionIDCounter = 0;
-                    var threadIDCounter = 0;
-
-// Set of currently traced interactions.
-// Interactions "stack"–
-// Meaning that newly traced interactions are appended to the previously active set.
-// When an interaction goes out of scope, the previous set (if any) is restored.
-                    exports.__interactionsRef = null;
-
-// Listener(s) to notify when interactions begin and end.
-                    exports.__subscriberRef = null;
-
-                    if (enableSchedulerTracing) {
-                        exports.__interactionsRef = {
-                            current: new Set()
-                        };
-                        exports.__subscriberRef = {
-                            current: null
-                        };
-                    }
-
-                    function unstable_clear(callback) {
-                        if (!enableSchedulerTracing) {
-                            return callback();
-                        }
-
-                        var prevInteractions = exports.__interactionsRef.current;
-                        exports.__interactionsRef.current = new Set();
-
-                        try {
-                            return callback();
-                        } finally {
-                            exports.__interactionsRef.current = prevInteractions;
-                        }
-                    }
-
-                    function unstable_getCurrent() {
-                        if (!enableSchedulerTracing) {
-                            return null;
-                        } else {
-                            return exports.__interactionsRef.current;
-                        }
-                    }
-
-                    function unstable_getThreadID() {
-                        return ++threadIDCounter;
-                    }
-
-                    function unstable_trace(name, timestamp, callback) {
-                        var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID;
-
-                        if (!enableSchedulerTracing) {
-                            return callback();
-                        }
-
-                        var interaction = {
-                            __count: 1,
-                            id: interactionIDCounter++,
-                            name: name,
-                            timestamp: timestamp
-                        };
-
-                        var prevInteractions = exports.__interactionsRef.current;
-
-                        // Traced interactions should stack/accumulate.
-                        // To do that, clone the current interactions.
-                        // The previous set will be restored upon completion.
-                        var interactions = new Set(prevInteractions);
-                        interactions.add(interaction);
-                        exports.__interactionsRef.current = interactions;
-
-                        var subscriber = exports.__subscriberRef.current;
-                        var returnValue = void 0;
-
-                        try {
-                            if (subscriber !== null) {
-                                subscriber.onInteractionTraced(interaction);
-                            }
-                        } finally {
-                            try {
-                                if (subscriber !== null) {
-                                    subscriber.onWorkStarted(interactions, threadID);
-                                }
-                            } finally {
-                                try {
-                                    returnValue = callback();
-                                } finally {
-                                    exports.__interactionsRef.current = prevInteractions;
-
-                                    try {
-                                        if (subscriber !== null) {
-                                            subscriber.onWorkStopped(interactions, threadID);
-                                        }
-                                    } finally {
-                                        interaction.__count--;
-
-                                        // If no async work was scheduled for this interaction,
-                                        // Notify subscribers that it's completed.
-                                        if (subscriber !== null && interaction.__count === 0) {
-                                            subscriber.onInteractionScheduledWorkCompleted(interaction);
-                                        }
-                                    }
-                                }
-                            }
-                        }
-
-                        return returnValue;
-                    }
-
-                    function unstable_wrap(callback) {
-                        var threadID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_THREAD_ID;
-
-                        if (!enableSchedulerTracing) {
-                            return callback;
-                        }
-
-                        var wrappedInteractions = exports.__interactionsRef.current;
-
-                        var subscriber = exports.__subscriberRef.current;
-                        if (subscriber !== null) {
-                            subscriber.onWorkScheduled(wrappedInteractions, threadID);
-                        }
-
-                        // Update the pending async work count for the current interactions.
-                        // Update after calling subscribers in case of error.
-                        wrappedInteractions.forEach(function (interaction) {
-                            interaction.__count++;
-                        });
-
-                        var hasRun = false;
-
-                        function wrapped() {
-                            var prevInteractions = exports.__interactionsRef.current;
-                            exports.__interactionsRef.current = wrappedInteractions;
-
-                            subscriber = exports.__subscriberRef.current;
-
-                            try {
-                                var returnValue = void 0;
-
-                                try {
-                                    if (subscriber !== null) {
-                                        subscriber.onWorkStarted(wrappedInteractions, threadID);
-                                    }
-                                } finally {
-                                    try {
-                                        returnValue = callback.apply(undefined, arguments);
-                                    } finally {
-                                        exports.__interactionsRef.current = prevInteractions;
-
-                                        if (subscriber !== null) {
-                                            subscriber.onWorkStopped(wrappedInteractions, threadID);
-                                        }
-                                    }
-                                }
-
-                                return returnValue;
-                            } finally {
-                                if (!hasRun) {
-                                    // We only expect a wrapped function to be executed once,
-                                    // But in the event that it's executed more than once–
-                                    // Only decrement the outstanding interaction counts once.
-                                    hasRun = true;
-
-                                    // Update pending async counts for all wrapped interactions.
-                                    // If this was the last scheduled async work for any of them,
-                                    // Mark them as completed.
-                                    wrappedInteractions.forEach(function (interaction) {
-                                        interaction.__count--;
-
-                                        if (subscriber !== null && interaction.__count === 0) {
-                                            subscriber.onInteractionScheduledWorkCompleted(interaction);
-                                        }
-                                    });
-                                }
-                            }
-                        }
-
-                        wrapped.cancel = function cancel() {
-                            subscriber = exports.__subscriberRef.current;
-
-                            try {
-                                if (subscriber !== null) {
-                                    subscriber.onWorkCanceled(wrappedInteractions, threadID);
-                                }
-                            } finally {
-                                // Update pending async counts for all wrapped interactions.
-                                // If this was the last scheduled async work for any of them,
-                                // Mark them as completed.
-                                wrappedInteractions.forEach(function (interaction) {
-                                    interaction.__count--;
-
-                                    if (subscriber && interaction.__count === 0) {
-                                        subscriber.onInteractionScheduledWorkCompleted(interaction);
-                                    }
-                                });
-                            }
-                        };
-
-                        return wrapped;
-                    }
-
-                    var subscribers = null;
-                    if (enableSchedulerTracing) {
-                        subscribers = new Set();
-                    }
-
-                    function unstable_subscribe(subscriber) {
-                        if (enableSchedulerTracing) {
-                            subscribers.add(subscriber);
-
-                            if (subscribers.size === 1) {
-                                exports.__subscriberRef.current = {
-                                    onInteractionScheduledWorkCompleted: onInteractionScheduledWorkCompleted,
-                                    onInteractionTraced: onInteractionTraced,
-                                    onWorkCanceled: onWorkCanceled,
-                                    onWorkScheduled: onWorkScheduled,
-                                    onWorkStarted: onWorkStarted,
-                                    onWorkStopped: onWorkStopped
-                                };
-                            }
-                        }
-                    }
-
-                    function unstable_unsubscribe(subscriber) {
-                        if (enableSchedulerTracing) {
-                            subscribers.delete(subscriber);
-
-                            if (subscribers.size === 0) {
-                                exports.__subscriberRef.current = null;
-                            }
-                        }
-                    }
-
-                    function onInteractionTraced(interaction) {
-                        var didCatchError = false;
-                        var caughtError = null;
-
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onInteractionTraced(interaction);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
-                            }
-                        });
-
-                        if (didCatchError) {
-                            throw caughtError;
-                        }
-                    }
-
-                    function onInteractionScheduledWorkCompleted(interaction) {
-                        var didCatchError = false;
-                        var caughtError = null;
-
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onInteractionScheduledWorkCompleted(interaction);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
-                            }
-                        });
-
-                        if (didCatchError) {
-                            throw caughtError;
-                        }
-                    }
-
-                    function onWorkScheduled(interactions, threadID) {
-                        var didCatchError = false;
-                        var caughtError = null;
-
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onWorkScheduled(interactions, threadID);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
-                            }
-                        });
-
-                        if (didCatchError) {
-                            throw caughtError;
-                        }
-                    }
-
-                    function onWorkStarted(interactions, threadID) {
-                        var didCatchError = false;
-                        var caughtError = null;
-
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onWorkStarted(interactions, threadID);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
-                            }
-                        });
-
-                        if (didCatchError) {
-                            throw caughtError;
+                        if (fragment.ref !== null) {
+                            warning$1(false, 'Invalid attribute `ref` supplied to `React.Fragment`.');
                         }
-                    }
-
-                    function onWorkStopped(interactions, threadID) {
-                        var didCatchError = false;
-                        var caughtError = null;
-
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onWorkStopped(interactions, threadID);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
-                            }
-                        });
 
-                        if (didCatchError) {
-                            throw caughtError;
-                        }
+                        setCurrentlyValidatingElement(null);
                     }
 
-                    function onWorkCanceled(interactions, threadID) {
-                        var didCatchError = false;
-                        var caughtError = null;
+                    function createElementWithValidation(type, props, children) {
+                        var validType = isValidElementType(type);
 
-                        subscribers.forEach(function (subscriber) {
-                            try {
-                                subscriber.onWorkCanceled(interactions, threadID);
-                            } catch (error) {
-                                if (!didCatchError) {
-                                    didCatchError = true;
-                                    caughtError = error;
-                                }
+                        // We warn in this case but don't throw. We expect the element creation to
+                        // succeed and there will likely be errors in render.
+                        if (!validType) {
+                            var info = '';
+                            if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {
+                                info += ' You likely forgot to export your component from the file ' + "it's defined in, or you might have mixed up default and named imports.";
                             }
-                        });
-
-                        if (didCatchError) {
-                            throw caughtError;
-                        }
-                    }
-
-                    exports.unstable_clear = unstable_clear;
-                    exports.unstable_getCurrent = unstable_getCurrent;
-                    exports.unstable_getThreadID = unstable_getThreadID;
-                    exports.unstable_trace = unstable_trace;
-                    exports.unstable_wrap = unstable_wrap;
-                    exports.unstable_subscribe = unstable_subscribe;
-                    exports.unstable_unsubscribe = unstable_unsubscribe;
-                })();
-            }
-
-        }).call(this, require('_process'))
-    }, {"_process": 3}],
-    16: [function (require, module, exports) {
-        /** @license React v0.12.0
-         * scheduler-tracing.production.min.js
-         *
-         * Copyright (c) Facebook, Inc. and its affiliates.
-         *
-         * This source code is licensed under the MIT license found in the
-         * LICENSE file in the root directory of this source tree.
-         */
-
-        'use strict';
-        Object.defineProperty(exports, "__esModule", {value: !0});
-        var b = 0;
-        exports.__interactionsRef = null;
-        exports.__subscriberRef = null;
-        exports.unstable_clear = function (a) {
-            return a()
-        };
-        exports.unstable_getCurrent = function () {
-            return null
-        };
-        exports.unstable_getThreadID = function () {
-            return ++b
-        };
-        exports.unstable_trace = function (a, d, c) {
-            return c()
-        };
-        exports.unstable_wrap = function (a) {
-            return a
-        };
-        exports.unstable_subscribe = function () {
-        };
-        exports.unstable_unsubscribe = function () {
-        };
-
-    }, {}],
-    17: [function (require, module, exports) {
-        (function (process, global) {
-            /** @license React v0.12.0
-             * scheduler.development.js
-             *
-             * Copyright (c) Facebook, Inc. and its affiliates.
-             *
-             * This source code is licensed under the MIT license found in the
-             * LICENSE file in the root directory of this source tree.
-             */
-
-            'use strict';
-
-
-            if (process.env.NODE_ENV !== "production") {
-                (function () {
-                    'use strict';
-
-                    Object.defineProperty(exports, '__esModule', {value: true});
-
-// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
-
-
-// In some cases, StrictMode should also double-render lifecycles.
-// This can be confusing for tests though,
-// And it can be bad for performance in production.
-// This feature flag can be used to control the behavior:
-
-
-// To preserve the "Pause on caught exceptions" behavior of the debugger, we
-// replay the begin phase of a failed component inside invokeGuardedCallback.
-
-
-// Warn about deprecated, async-unsafe lifecycles; relates to RFC #6:
-
-
-// Gather advanced timing metrics for Profiler subtrees.
-
-
-// Trace which interactions trigger each commit.
-
-
-// Only used in www builds.
-                    // TODO: true? Here it might just be false.
-
-// Only used in www builds.
-                    var enableSchedulerDebugging = true;
-
-// Only used in www builds.
-
-
-// React Fire: prevent the value and checked attributes from syncing
-// with their related DOM properties
-
-
-// These APIs will no longer be "unstable" in the upcoming 16.7 release,
-// Control this behavior with a flag to support 16.6 minor releases in the meanwhile.
-
-                    /* eslint-disable no-var */
-
-// TODO: Use symbols?
-                    var ImmediatePriority = 1;
-                    var UserBlockingPriority = 2;
-                    var NormalPriority = 3;
-                    var LowPriority = 4;
-                    var IdlePriority = 5;
-
-// Max 31 bit integer. The max integer size in V8 for 32-bit systems.
-// Math.pow(2, 30) - 1
-// 0b111111111111111111111111111111
-                    var maxSigned31BitInt = 1073741823;
-
-// Times out immediately
-                    var IMMEDIATE_PRIORITY_TIMEOUT = -1;
-// Eventually times out
-                    var USER_BLOCKING_PRIORITY = 250;
-                    var NORMAL_PRIORITY_TIMEOUT = 5000;
-                    var LOW_PRIORITY_TIMEOUT = 10000;
-// Never times out
-                    var IDLE_PRIORITY = maxSigned31BitInt;
-
-// Callbacks are stored as a circular, doubly linked list.
-                    var firstCallbackNode = null;
-
-                    var currentDidTimeout = false;
-// Pausing the scheduler is useful for debugging.
-                    var isSchedulerPaused = false;
-
-                    var currentPriorityLevel = NormalPriority;
-                    var currentEventStartTime = -1;
-                    var currentExpirationTime = -1;
-
-// This is set when a callback is being executed, to prevent re-entrancy.
-                    var isExecutingCallback = false;
-
-                    var isHostCallbackScheduled = false;
-
-                    var hasNativePerformanceNow = typeof performance === 'object' && typeof performance.now === 'function';
-
-                    function ensureHostCallbackIsScheduled() {
-                        if (isExecutingCallback) {
-                            // Don't schedule work yet; wait until the next time we yield.
-                            return;
-                        }
-                        // Schedule the host callback using the earliest expiration in the list.
-                        var expirationTime = firstCallbackNode.expirationTime;
-                        if (!isHostCallbackScheduled) {
-                            isHostCallbackScheduled = true;
-                        } else {
-                            // Cancel the existing host callback.
-                            cancelHostCallback();
-                        }
-                        requestHostCallback(flushWork, expirationTime);
-                    }
-
-                    function flushFirstCallback() {
-                        var flushedNode = firstCallbackNode;
-
-                        // Remove the node from the list before calling the callback. That way the
-                        // list is in a consistent state even if the callback throws.
-                        var next = firstCallbackNode.next;
-                        if (firstCallbackNode === next) {
-                            // This is the last callback in the list.
-                            firstCallbackNode = null;
-                            next = null;
-                        } else {
-                            var lastCallbackNode = firstCallbackNode.previous;
-                            firstCallbackNode = lastCallbackNode.next = next;
-                            next.previous = lastCallbackNode;
-                        }
-
-                        flushedNode.next = flushedNode.previous = null;
-
-                        // Now it's safe to call the callback.
-                        var callback = flushedNode.callback;
-                        var expirationTime = flushedNode.expirationTime;
-                        var priorityLevel = flushedNode.priorityLevel;
-                        var previousPriorityLevel = currentPriorityLevel;
-                        var previousExpirationTime = currentExpirationTime;
-                        currentPriorityLevel = priorityLevel;
-                        currentExpirationTime = expirationTime;
-                        var continuationCallback;
-                        try {
-                            continuationCallback = callback();
-                        } finally {
-                            currentPriorityLevel = previousPriorityLevel;
-                            currentExpirationTime = previousExpirationTime;
-                        }
-
-                        // A callback may return a continuation. The continuation should be scheduled
-                        // with the same priority and expiration as the just-finished callback.
-                        if (typeof continuationCallback === 'function') {
-                            var continuationNode = {
-                                callback: continuationCallback,
-                                priorityLevel: priorityLevel,
-                                expirationTime: expirationTime,
-                                next: null,
-                                previous: null
-                            };
 
-                            // Insert the new callback into the list, sorted by its expiration. This is
-                            // almost the same as the code in `scheduleCallback`, except the callback
-                            // is inserted into the list *before* callbacks of equal expiration instead
-                            // of after.
-                            if (firstCallbackNode === null) {
-                                // This is the first callback in the list.
-                                firstCallbackNode = continuationNode.next = continuationNode.previous = continuationNode;
+                            var sourceInfo = getSourceInfoErrorAddendum(props);
+                            if (sourceInfo) {
+                                info += sourceInfo;
                             } else {
-                                var nextAfterContinuation = null;
-                                var node = firstCallbackNode;
-                                do {
-                                    if (node.expirationTime >= expirationTime) {
-                                        // This callback expires at or after the continuation. We will insert
-                                        // the continuation *before* this callback.
-                                        nextAfterContinuation = node;
-                                        break;
-                                    }
-                                    node = node.next;
-                                } while (node !== firstCallbackNode);
-
-                                if (nextAfterContinuation === null) {
-                                    // No equal or lower priority callback was found, which means the new
-                                    // callback is the lowest priority callback in the list.
-                                    nextAfterContinuation = firstCallbackNode;
-                                } else if (nextAfterContinuation === firstCallbackNode) {
-                                    // The new callback is the highest priority callback in the list.
-                                    firstCallbackNode = continuationNode;
-                                    ensureHostCallbackIsScheduled();
-                                }
-
-                                var previous = nextAfterContinuation.previous;
-                                previous.next = nextAfterContinuation.previous = continuationNode;
-                                continuationNode.next = nextAfterContinuation;
-                                continuationNode.previous = previous;
-                            }
-                        }
-                    }
-
-                    function flushImmediateWork() {
-                        if (
-                            // Confirm we've exited the outer most event handler
-                            currentEventStartTime === -1 && firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority) {
-                            isExecutingCallback = true;
-                            try {
-                                do {
-                                    flushFirstCallback();
-                                } while (
-                                    // Keep flushing until there are no more immediate callbacks
-                                firstCallbackNode !== null && firstCallbackNode.priorityLevel === ImmediatePriority);
-                            } finally {
-                                isExecutingCallback = false;
-                                if (firstCallbackNode !== null) {
-                                    // There's still work remaining. Request another callback.
-                                    ensureHostCallbackIsScheduled();
-                                } else {
-                                    isHostCallbackScheduled = false;
-                                }
+                                info += getDeclarationErrorAddendum();
                             }
-                        }
-                    }
-
-                    function flushWork(didTimeout) {
-                        // Exit right away if we're currently paused
-
-                        if (enableSchedulerDebugging && isSchedulerPaused) {
-                            return;
-                        }
 
-                        isExecutingCallback = true;
-                        var previousDidTimeout = currentDidTimeout;
-                        currentDidTimeout = didTimeout;
-                        try {
-                            if (didTimeout) {
-                                // Flush all the expired callbacks without yielding.
-                                while (firstCallbackNode !== null && !(enableSchedulerDebugging && isSchedulerPaused)) {
-                                    // TODO Wrap i nfeature flag
-                                    // Read the current time. Flush all the callbacks that expire at or
-                                    // earlier than that time. Then read the current time again and repeat.
-                                    // This optimizes for as few performance.now calls as possible.
-                                    var currentTime = exports.unstable_now();
-                                    if (firstCallbackNode.expirationTime <= currentTime) {
-                                        do {
-                                            flushFirstCallback();
-                                        } while (firstCallbackNode !== null && firstCallbackNode.expirationTime <= currentTime && !(enableSchedulerDebugging && isSchedulerPaused));
-                                        continue;
-                                    }
-                                    break;
-                                }
-                            } else {
-                                // Keep flushing callbacks until we run out of time in the frame.
-                                if (firstCallbackNode !== null) {
-                                    do {
-                                        if (enableSchedulerDebugging && isSchedulerPaused) {
-                                            break;
-                                        }
-                                        flushFirstCallback();
-                                    } while (firstCallbackNode !== null && !shouldYieldToHost());
-                                }
-                            }
-                        } finally {
-                            isExecutingCallback = false;
-                            currentDidTimeout = previousDidTimeout;
-                            if (firstCallbackNode !== null) {
-                                // There's still work remaining. Request another callback.
-                                ensureHostCallbackIsScheduled();
+                            var typeString = void 0;
+                            if (type === null) {
+                                typeString = 'null';
+                            } else if (Array.isArray(type)) {
+                                typeString = 'array';
+                            } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {
+                                typeString = '<' + (getComponentName(type.type) || 'Unknown') + ' />';
+                                info = ' Did you accidentally export a JSX literal instead of a component?';
                             } else {
-                                isHostCallbackScheduled = false;
+                                typeString = typeof type;
                             }
-                            // Before exiting, flush all the immediate work that was scheduled.
-                            flushImmediateWork();
-                        }
-                    }
 
-                    function unstable_runWithPriority(priorityLevel, eventHandler) {
-                        switch (priorityLevel) {
-                            case ImmediatePriority:
-                            case UserBlockingPriority:
-                            case NormalPriority:
-                            case LowPriority:
-                            case IdlePriority:
-                                break;
-                            default:
-                                priorityLevel = NormalPriority;
+                            warning$1(false, 'React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);
                         }
 
-                        var previousPriorityLevel = currentPriorityLevel;
-                        var previousEventStartTime = currentEventStartTime;
-                        currentPriorityLevel = priorityLevel;
-                        currentEventStartTime = exports.unstable_now();
-
-                        try {
-                            return eventHandler();
-                        } finally {
-                            currentPriorityLevel = previousPriorityLevel;
-                            currentEventStartTime = previousEventStartTime;
+                        var element = createElement.apply(this, arguments);
 
-                            // Before exiting, flush all the immediate work that was scheduled.
-                            flushImmediateWork();
+                        // The result can be nullish if a mock or a custom function is used.
+                        // TODO: Drop this when these are no longer allowed as the type argument.
+                        if (element == null) {
+                            return element;
                         }
-                    }
 
-                    function unstable_wrapCallback(callback) {
-                        var parentPriorityLevel = currentPriorityLevel;
-                        return function () {
-                            // This is a fork of runWithPriority, inlined for performance.
-                            var previousPriorityLevel = currentPriorityLevel;
-                            var previousEventStartTime = currentEventStartTime;
-                            currentPriorityLevel = parentPriorityLevel;
-                            currentEventStartTime = exports.unstable_now();
-
-                            try {
-                                return callback.apply(this, arguments);
-                            } finally {
-                                currentPriorityLevel = previousPriorityLevel;
-                                currentEventStartTime = previousEventStartTime;
-                                flushImmediateWork();
+                        // Skip key warning if the type isn't valid since our key validation logic
+                        // doesn't expect a non-string/function type and can throw confusing errors.
+                        // We don't want exception behavior to differ between dev and prod.
+                        // (Rendering will throw with a helpful message and as soon as the type is
+                        // fixed, the key warnings will appear.)
+                        if (validType) {
+                            for (var i = 2; i < arguments.length; i++) {
+                                validateChildKeys(arguments[i], type);
                             }
-                        };
-                    }
-
-                    function unstable_scheduleCallback(callback, deprecated_options) {
-                        var startTime = currentEventStartTime !== -1 ? currentEventStartTime : exports.unstable_now();
+                        }
 
-                        var expirationTime;
-                        if (typeof deprecated_options === 'object' && deprecated_options !== null && typeof deprecated_options.timeout === 'number') {
-                            // FIXME: Remove this branch once we lift expiration times out of React.
-                            expirationTime = startTime + deprecated_options.timeout;
+                        if (type === REACT_FRAGMENT_TYPE) {
+                            validateFragmentProps(element);
                         } else {
-                            switch (currentPriorityLevel) {
-                                case ImmediatePriority:
-                                    expirationTime = startTime + IMMEDIATE_PRIORITY_TIMEOUT;
-                                    break;
-                                case UserBlockingPriority:
-                                    expirationTime = startTime + USER_BLOCKING_PRIORITY;
-                                    break;
-                                case IdlePriority:
-                                    expirationTime = startTime + IDLE_PRIORITY;
-                                    break;
-                                case LowPriority:
-                                    expirationTime = startTime + LOW_PRIORITY_TIMEOUT;
-                                    break;
-                                case NormalPriority:
-                                default:
-                                    expirationTime = startTime + NORMAL_PRIORITY_TIMEOUT;
-                            }
+                            validatePropTypes(element);
                         }
 
-                        var newNode = {
-                            callback: callback,
-                            priorityLevel: currentPriorityLevel,
-                            expirationTime: expirationTime,
-                            next: null,
-                            previous: null
-                        };
+                        return element;
+                    }
 
-                        // Insert the new callback into the list, ordered first by expiration, then
-                        // by insertion. So the new callback is inserted any other callback with
-                        // equal expiration.
-                        if (firstCallbackNode === null) {
-                            // This is the first callback in the list.
-                            firstCallbackNode = newNode.next = newNode.previous = newNode;
-                            ensureHostCallbackIsScheduled();
-                        } else {
-                            var next = null;
-                            var node = firstCallbackNode;
-                            do {
-                                if (node.expirationTime > expirationTime) {
-                                    // The new callback expires before this one.
-                                    next = node;
-                                    break;
+                    function createFactoryWithValidation(type) {
+                        var validatedFactory = createElementWithValidation.bind(null, type);
+                        validatedFactory.type = type;
+                        // Legacy hook: remove it
+                        {
+                            Object.defineProperty(validatedFactory, 'type', {
+                                enumerable: false,
+                                get: function () {
+                                    lowPriorityWarning$1(false, 'Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');
+                                    Object.defineProperty(this, 'type', {
+                                        value: type
+                                    });
+                                    return type;
                                 }
-                                node = node.next;
-                            } while (node !== firstCallbackNode);
-
-                            if (next === null) {
-                                // No callback with a later expiration was found, which means the new
-                                // callback has the latest expiration in the list.
-                                next = firstCallbackNode;
-                            } else if (next === firstCallbackNode) {
-                                // The new callback has the earliest expiration in the entire list.
-                                firstCallbackNode = newNode;
-                                ensureHostCallbackIsScheduled();
-                            }
-
-                            var previous = next.previous;
-                            previous.next = next.previous = newNode;
-                            newNode.next = next;
-                            newNode.previous = previous;
+                            });
                         }
 
-                        return newNode;
-                    }
-
-                    function unstable_pauseExecution() {
-                        isSchedulerPaused = true;
+                        return validatedFactory;
                     }
 
-                    function unstable_continueExecution() {
-                        isSchedulerPaused = false;
-                        if (firstCallbackNode !== null) {
-                            ensureHostCallbackIsScheduled();
+                    function cloneElementWithValidation(element, props, children) {
+                        var newElement = cloneElement.apply(this, arguments);
+                        for (var i = 2; i < arguments.length; i++) {
+                            validateChildKeys(arguments[i], newElement.type);
                         }
+                        validatePropTypes(newElement);
+                        return newElement;
                     }
 
-                    function unstable_getFirstCallbackNode() {
-                        return firstCallbackNode;
-                    }
+                    var React = {
+                        Children: {
+                            map: mapChildren,
+                            forEach: forEachChildren,
+                            count: countChildren,
+                            toArray: toArray,
+                            only: onlyChild
+                        },
 
-                    function unstable_cancelCallback(callbackNode) {
-                        var next = callbackNode.next;
-                        if (next === null) {
-                            // Already cancelled.
-                            return;
-                        }
+                        createRef: createRef,
+                        Component: Component,
+                        PureComponent: PureComponent,
 
-                        if (next === callbackNode) {
-                            // This is the only scheduled callback. Clear the list.
-                            firstCallbackNode = null;
-                        } else {
-                            // Remove the callback from its position in the list.
-                            if (callbackNode === firstCallbackNode) {
-                                firstCallbackNode = next;
-                            }
-                            var previous = callbackNode.previous;
-                            previous.next = next;
-                            next.previous = previous;
-                        }
+                        createContext: createContext,
+                        forwardRef: forwardRef,
+                        lazy: lazy,
+                        memo: memo,
 
-                        callbackNode.next = callbackNode.previous = null;
-                    }
+                        Fragment: REACT_FRAGMENT_TYPE,
+                        StrictMode: REACT_STRICT_MODE_TYPE,
+                        Suspense: REACT_SUSPENSE_TYPE,
 
-                    function unstable_getCurrentPriorityLevel() {
-                        return currentPriorityLevel;
-                    }
+                        createElement: createElementWithValidation,
+                        cloneElement: cloneElementWithValidation,
+                        createFactory: createFactoryWithValidation,
+                        isValidElement: isValidElement,
 
-                    function unstable_shouldYield() {
-                        return !currentDidTimeout && (firstCallbackNode !== null && firstCallbackNode.expirationTime < currentExpirationTime || shouldYieldToHost());
-                    }
+                        version: ReactVersion,
 
-// The remaining code is essentially a polyfill for requestIdleCallback. It
-// works by scheduling a requestAnimationFrame, storing the time for the start
-// of the frame, then scheduling a postMessage which gets scheduled after paint.
-// Within the postMessage handler do as much work as possible until time + frame
-// rate. By separating the idle call into a separate event tick we ensure that
-// layout, paint and other browser work is counted against the available time.
-// The frame rate is dynamically adjusted.
-
-// We capture a local reference to any global, in case it gets polyfilled after
-// this module is initially evaluated. We want to be using a
-// consistent implementation.
-                    var localDate = Date;
-
-// This initialization code may run even on server environments if a component
-// just imports ReactDOM (e.g. for findDOMNode). Some environments might not
-// have setTimeout or clearTimeout. However, we always expect them to be defined
-// on the client. https://github.com/facebook/react/pull/13088
-                    var localSetTimeout = typeof setTimeout === 'function' ? setTimeout : undefined;
-                    var localClearTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined;
-
-// We don't expect either of these to necessarily be defined, but we will error
-// later if they are missing on the client.
-                    var localRequestAnimationFrame = typeof requestAnimationFrame === 'function' ? requestAnimationFrame : undefined;
-                    var localCancelAnimationFrame = typeof cancelAnimationFrame === 'function' ? cancelAnimationFrame : undefined;
-
-// requestAnimationFrame does not run when the tab is in the background. If
-// we're backgrounded we prefer for that work to happen so that the page
-// continues to load in the background. So we also schedule a 'setTimeout' as
-// a fallback.
-// TODO: Need a better heuristic for backgrounded work.
-                    var ANIMATION_FRAME_TIMEOUT = 100;
-                    var rAFID;
-                    var rAFTimeoutID;
-                    var requestAnimationFrameWithTimeout = function (callback) {
-                        // schedule rAF and also a setTimeout
-                        rAFID = localRequestAnimationFrame(function (timestamp) {
-                            // cancel the setTimeout
-                            localClearTimeout(rAFTimeoutID);
-                            callback(timestamp);
-                        });
-                        rAFTimeoutID = localSetTimeout(function () {
-                            // cancel the requestAnimationFrame
-                            localCancelAnimationFrame(rAFID);
-                            callback(exports.unstable_now());
-                        }, ANIMATION_FRAME_TIMEOUT);
+                        unstable_ConcurrentMode: REACT_CONCURRENT_MODE_TYPE,
+                        unstable_Profiler: REACT_PROFILER_TYPE,
+
+                        __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: ReactSharedInternals
                     };
 
-                    if (hasNativePerformanceNow) {
-                        var Performance = performance;
-                        exports.unstable_now = function () {
-                            return Performance.now();
-                        };
-                    } else {
-                        exports.unstable_now = function () {
-                            return localDate.now();
-                        };
-                    }
+// Note: some APIs are added with feature flags.
+// Make sure that stable builds for open source
+// don't modify the React object to avoid deopts.
+// Also let's not expose their names in stable builds.
 
-                    var requestHostCallback;
-                    var cancelHostCallback;
-                    var shouldYieldToHost;
+                    if (enableStableConcurrentModeAPIs) {
+                        React.ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
+                        React.Profiler = REACT_PROFILER_TYPE;
+                        React.unstable_ConcurrentMode = undefined;
+                        React.unstable_Profiler = undefined;
+                    }
 
-                    var globalValue = null;
-                    if (typeof window !== 'undefined') {
-                        globalValue = window;
-                    } else if (typeof global !== 'undefined') {
-                        globalValue = global;
+                    if (enableHooks) {
+                        React.useCallback = useCallback;
+                        React.useContext = useContext;
+                        React.useEffect = useEffect;
+                        React.useImperativeMethods = useImperativeMethods;
+                        React.useLayoutEffect = useLayoutEffect;
+                        React.useMemo = useMemo;
+                        React.useReducer = useReducer;
+                        React.useRef = useRef;
+                        React.useState = useState;
                     }
 
-                    if (globalValue && globalValue._schedMock) {
-                        // Dynamic injection, only for testing purposes.
-                        var globalImpl = globalValue._schedMock;
-                        requestHostCallback = globalImpl[0];
-                        cancelHostCallback = globalImpl[1];
-                        shouldYieldToHost = globalImpl[2];
-                        exports.unstable_now = globalImpl[3];
-                    } else if (
-// If Scheduler runs in a non-DOM environment, it falls back to a naive
-// implementation using setTimeout.
-                        typeof window === 'undefined' ||
-                        // Check if MessageChannel is supported, too.
-                        typeof MessageChannel !== 'function') {
-                        // If this accidentally gets imported in a non-browser environment, e.g. JavaScriptCore,
-                        // fallback to a naive implementation.
-                        var _callback = null;
-                        var _flushCallback = function (didTimeout) {
-                            if (_callback !== null) {
-                                try {
-                                    _callback(didTimeout);
-                                } finally {
-                                    _callback = null;
-                                }
-                            }
-                        };
-                        requestHostCallback = function (cb, ms) {
-                            if (_callback !== null) {
-                                // Protect against re-entrancy.
-                                setTimeout(requestHostCallback, 0, cb);
-                            } else {
-                                _callback = cb;
-                                setTimeout(_flushCallback, 0, false);
-                            }
-                        };
-                        cancelHostCallback = function () {
-                            _callback = null;
-                        };
-                        shouldYieldToHost = function () {
-                            return false;
-                        };
-                    } else {
-                        if (typeof console !== 'undefined') {
-                            // TODO: Remove fb.me link
-                            if (typeof localRequestAnimationFrame !== 'function') {
-                                console.error("This browser doesn't support requestAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
-                            }
-                            if (typeof localCancelAnimationFrame !== 'function') {
-                                console.error("This browser doesn't support cancelAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://fb.me/react-polyfills');
-                            }
-                        }
 
-                        var scheduledHostCallback = null;
-                        var isMessageEventScheduled = false;
-                        var timeoutTime = -1;
+                    var React$2 = Object.freeze({
+                        default: React
+                    });
 
-                        var isAnimationFrameScheduled = false;
+                    var React$3 = (React$2 && React) || React$2;
 
-                        var isFlushingHostCallback = false;
+// TODO: decide on the top-level export form.
+// This is hacky but makes it work with both Rollup and Jest.
+                    var react = React$3.default || React$3;
 
-                        var frameDeadline = 0;
-                        // We start out assuming that we run at 30fps but then the heuristic tracking
-                        // will adjust this value to a faster fps if we get more frequent animation
-                        // frames.
-                        var previousFrameTime = 33;
-                        var activeFrameTime = 33;
+                    module.exports = react;
+                })();
+            }
 
-                        shouldYieldToHost = function () {
-                            return frameDeadline <= exports.unstable_now();
-                        };
+        }).call(this, require('_process'))
+    }, {"_process": 3, "object-assign": 2, "prop-types/checkPropTypes": 4}],
+    10: [function (require, module, exports) {
+        /** @license React v16.7.0
+         * react.production.min.js
+         *
+         * Copyright (c) Facebook, Inc. and its affiliates.
+         *
+         * This source code is licensed under the MIT license found in the
+         * LICENSE file in the root directory of this source tree.
+         */
 
-                        // We use the postMessage trick to defer idle work until after the repaint.
-                        var channel = new MessageChannel();
-                        var port = channel.port2;
-                        channel.port1.onmessage = function (event) {
-                            isMessageEventScheduled = false;
-
-                            var prevScheduledCallback = scheduledHostCallback;
-                            var prevTimeoutTime = timeoutTime;
-                            scheduledHostCallback = null;
-                            timeoutTime = -1;
-
-                            var currentTime = exports.unstable_now();
-
-                            var didTimeout = false;
-                            if (frameDeadline - currentTime <= 0) {
-                                // There's no time left in this idle period. Check if the callback has
-                                // a timeout and whether it's been exceeded.
-                                if (prevTimeoutTime !== -1 && prevTimeoutTime <= currentTime) {
-                                    // Exceeded the timeout. Invoke the callback even though there's no
-                                    // time left.
-                                    didTimeout = true;
-                                } else {
-                                    // No timeout.
-                                    if (!isAnimationFrameScheduled) {
-                                        // Schedule another animation callback so we retry later.
-                                        isAnimationFrameScheduled = true;
-                                        requestAnimationFrameWithTimeout(animationTick);
-                                    }
-                                    // Exit without invoking the callback.
-                                    scheduledHostCallback = prevScheduledCallback;
-                                    timeoutTime = prevTimeoutTime;
-                                    return;
-                                }
-                            }
+        'use strict';
+        var k = require("object-assign"), n = "function" === typeof Symbol && Symbol.for,
+            p = n ? Symbol.for("react.element") : 60103, q = n ? Symbol.for("react.portal") : 60106,
+            r = n ? Symbol.for("react.fragment") : 60107, t = n ? Symbol.for("react.strict_mode") : 60108,
+            u = n ? Symbol.for("react.profiler") : 60114, v = n ? Symbol.for("react.provider") : 60109,
+            w = n ? Symbol.for("react.context") : 60110, x = n ? Symbol.for("react.concurrent_mode") : 60111,
+            y = n ? Symbol.for("react.forward_ref") : 60112, z = n ? Symbol.for("react.suspense") : 60113,
+            A = n ? Symbol.for("react.memo") :
+                60115, B = n ? Symbol.for("react.lazy") : 60116, C = "function" === typeof Symbol && Symbol.iterator;
 
-                            if (prevScheduledCallback !== null) {
-                                isFlushingHostCallback = true;
-                                try {
-                                    prevScheduledCallback(didTimeout);
-                                } finally {
-                                    isFlushingHostCallback = false;
-                                }
-                            }
-                        };
+        function aa(a, b, e, c, d, g, h, f) {
+            if (!a) {
+                a = void 0;
+                if (void 0 === b) a = Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings."); else {
+                    var l = [e, c, d, g, h, f], m = 0;
+                    a = Error(b.replace(/%s/g, function () {
+                        return l[m++]
+                    }));
+                    a.name = "Invariant Violation"
+                }
+                a.framesToPop = 1;
+                throw a;
+            }
+        }
 
-                        var animationTick = function (rafTime) {
-                            if (scheduledHostCallback !== null) {
-                                // Eagerly schedule the next animation callback at the beginning of the
-                                // frame. If the scheduler queue is not empty at the end of the frame, it
-                                // will continue flushing inside that callback. If the queue *is* empty,
-                                // then it will exit immediately. Posting the callback at the start of the
-                                // frame ensures it's fired within the earliest possible frame. If we
-                                // waited until the end of the frame to post the callback, we risk the
-                                // browser skipping a frame and not firing the callback until the frame
-                                // after that.
-                                requestAnimationFrameWithTimeout(animationTick);
-                            } else {
-                                // No pending work. Exit.
-                                isAnimationFrameScheduled = false;
-                                return;
-                            }
+        function D(a) {
+            for (var b = arguments.length - 1, e = "https://reactjs.org/docs/error-decoder.html?invariant=" + a, c = 0; c < b; c++) e += "&args[]=" + encodeURIComponent(arguments[c + 1]);
+            aa(!1, "Minified React error #" + a + "; visit %s for the full message or use the non-minified dev environment for full errors and additional helpful warnings. ", e)
+        }
 
-                            var nextFrameTime = rafTime - frameDeadline + activeFrameTime;
-                            if (nextFrameTime < activeFrameTime && previousFrameTime < activeFrameTime) {
-                                if (nextFrameTime < 8) {
-                                    // Defensive coding. We don't support higher frame rates than 120hz.
-                                    // If the calculated frame time gets lower than 8, it is probably a bug.
-                                    nextFrameTime = 8;
-                                }
-                                // If one frame goes long, then the next one can be short to catch up.
-                                // If two frames are short in a row, then that's an indication that we
-                                // actually have a higher frame rate than what we're currently optimizing.
-                                // We adjust our heuristic dynamically accordingly. For example, if we're
-                                // running on 120hz display or 90hz VR display.
-                                // Take the max of the two in case one of them was an anomaly due to
-                                // missed frame deadlines.
-                                activeFrameTime = nextFrameTime < previousFrameTime ? previousFrameTime : nextFrameTime;
-                            } else {
-                                previousFrameTime = nextFrameTime;
-                            }
-                            frameDeadline = rafTime + activeFrameTime;
-                            if (!isMessageEventScheduled) {
-                                isMessageEventScheduled = true;
-                                port.postMessage(undefined);
-                            }
-                        };
+        var E = {
+            isMounted: function () {
+                return !1
+            }, enqueueForceUpdate: function () {
+            }, enqueueReplaceState: function () {
+            }, enqueueSetState: function () {
+            }
+        }, F = {};
+
+        function G(a, b, e) {
+            this.props = a;
+            this.context = b;
+            this.refs = F;
+            this.updater = e || E
+        }
+
+        G.prototype.isReactComponent = {};
+        G.prototype.setState = function (a, b) {
+            "object" !== typeof a && "function" !== typeof a && null != a ? D("85") : void 0;
+            this.updater.enqueueSetState(this, a, b, "setState")
+        };
+        G.prototype.forceUpdate = function (a) {
+            this.updater.enqueueForceUpdate(this, a, "forceUpdate")
+        };
+
+        function H() {
+        }
+
+        H.prototype = G.prototype;
+
+        function I(a, b, e) {
+            this.props = a;
+            this.context = b;
+            this.refs = F;
+            this.updater = e || E
+        }
+
+        var J = I.prototype = new H;
+        J.constructor = I;
+        k(J, G.prototype);
+        J.isPureReactComponent = !0;
+        var K = {current: null, currentDispatcher: null}, L = Object.prototype.hasOwnProperty,
+            M = {key: !0, ref: !0, __self: !0, __source: !0};
+
+        function N(a, b, e) {
+            var c = void 0, d = {}, g = null, h = null;
+            if (null != b) for (c in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (g = "" + b.key), b) L.call(b, c) && !M.hasOwnProperty(c) && (d[c] = b[c]);
+            var f = arguments.length - 2;
+            if (1 === f) d.children = e; else if (1 < f) {
+                for (var l = Array(f), m = 0; m < f; m++) l[m] = arguments[m + 2];
+                d.children = l
+            }
+            if (a && a.defaultProps) for (c in f = a.defaultProps, f) void 0 === d[c] && (d[c] = f[c]);
+            return {$$typeof: p, type: a, key: g, ref: h, props: d, _owner: K.current}
+        }
 
-                        requestHostCallback = function (callback, absoluteTimeout) {
-                            scheduledHostCallback = callback;
-                            timeoutTime = absoluteTimeout;
-                            if (isFlushingHostCallback || absoluteTimeout < 0) {
-                                // Don't wait for the next frame. Continue working ASAP, in a new event.
-                                port.postMessage(undefined);
-                            } else if (!isAnimationFrameScheduled) {
-                                // If rAF didn't already schedule one, we need to schedule a frame.
-                                // TODO: If this rAF doesn't materialize because the browser throttles, we
-                                // might want to still have setTimeout trigger rIC as a backup to ensure
-                                // that we keep performing work.
-                                isAnimationFrameScheduled = true;
-                                requestAnimationFrameWithTimeout(animationTick);
-                            }
-                        };
+        function ba(a, b) {
+            return {$$typeof: p, type: a.type, key: b, ref: a.ref, props: a.props, _owner: a._owner}
+        }
 
-                        cancelHostCallback = function () {
-                            scheduledHostCallback = null;
-                            isMessageEventScheduled = false;
-                            timeoutTime = -1;
-                        };
-                    }
+        function O(a) {
+            return "object" === typeof a && null !== a && a.$$typeof === p
+        }
 
-                    exports.unstable_ImmediatePriority = ImmediatePriority;
-                    exports.unstable_UserBlockingPriority = UserBlockingPriority;
-                    exports.unstable_NormalPriority = NormalPriority;
-                    exports.unstable_IdlePriority = IdlePriority;
-                    exports.unstable_LowPriority = LowPriority;
-                    exports.unstable_runWithPriority = unstable_runWithPriority;
-                    exports.unstable_scheduleCallback = unstable_scheduleCallback;
-                    exports.unstable_cancelCallback = unstable_cancelCallback;
-                    exports.unstable_wrapCallback = unstable_wrapCallback;
-                    exports.unstable_getCurrentPriorityLevel = unstable_getCurrentPriorityLevel;
-                    exports.unstable_shouldYield = unstable_shouldYield;
-                    exports.unstable_continueExecution = unstable_continueExecution;
-                    exports.unstable_pauseExecution = unstable_pauseExecution;
-                    exports.unstable_getFirstCallbackNode = unstable_getFirstCallbackNode;
-                })();
-            }
+        function escape(a) {
+            var b = {"=": "=0", ":": "=2"};
+            return "$" + ("" + a).replace(/[=:]/g, function (a) {
+                return b[a]
+            })
+        }
 
-        }).call(this, require('_process'), typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
-    }, {"_process": 3}],
-    18: [function (require, module, exports) {
-        (function (global) {
-            /** @license React v0.12.0
-             * scheduler.production.min.js
-             *
-             * Copyright (c) Facebook, Inc. and its affiliates.
-             *
-             * This source code is licensed under the MIT license found in the
-             * LICENSE file in the root directory of this source tree.
-             */
+        var P = /\/+/g, Q = [];
 
-            'use strict';
-            Object.defineProperty(exports, "__esModule", {value: !0});
-            var c = null, f = !1, h = 3, k = -1, l = -1, m = !1, n = !1;
-
-            function p() {
-                if (!m) {
-                    var a = c.expirationTime;
-                    n ? q() : n = !0;
-                    r(t, a)
-                }
+        function R(a, b, e, c) {
+            if (Q.length) {
+                var d = Q.pop();
+                d.result = a;
+                d.keyPrefix = b;
+                d.func = e;
+                d.context = c;
+                d.count = 0;
+                return d
             }
+            return {result: a, keyPrefix: b, func: e, context: c, count: 0}
+        }
 
-            function u() {
-                var a = c, b = c.next;
-                if (c === b) c = null; else {
-                    var d = c.previous;
-                    c = d.next = b;
-                    b.previous = d
-                }
-                a.next = a.previous = null;
-                d = a.callback;
-                b = a.expirationTime;
-                a = a.priorityLevel;
-                var e = h, Q = l;
-                h = a;
-                l = b;
-                try {
-                    var g = d()
-                } finally {
-                    h = e, l = Q
-                }
-                if ("function" === typeof g) if (g = {
-                    callback: g,
-                    priorityLevel: a,
-                    expirationTime: b,
-                    next: null,
-                    previous: null
-                }, null === c) c = g.next = g.previous = g; else {
-                    d = null;
-                    a = c;
-                    do {
-                        if (a.expirationTime >= b) {
-                            d = a;
-                            break
-                        }
-                        a = a.next
-                    } while (a !== c);
-                    null === d ? d = c : d === c && (c = g, p());
-                    b = d.previous;
-                    b.next = d.previous = g;
-                    g.next = d;
-                    g.previous =
-                        b
-                }
-            }
+        function S(a) {
+            a.result = null;
+            a.keyPrefix = null;
+            a.func = null;
+            a.context = null;
+            a.count = 0;
+            10 > Q.length && Q.push(a)
+        }
 
-            function v() {
-                if (-1 === k && null !== c && 1 === c.priorityLevel) {
-                    m = !0;
-                    try {
-                        do u(); while (null !== c && 1 === c.priorityLevel)
-                    } finally {
-                        m = !1, null !== c ? p() : n = !1
+        function T(a, b, e, c) {
+            var d = typeof a;
+            if ("undefined" === d || "boolean" === d) a = null;
+            var g = !1;
+            if (null === a) g = !0; else switch (d) {
+                case "string":
+                case "number":
+                    g = !0;
+                    break;
+                case "object":
+                    switch (a.$$typeof) {
+                        case p:
+                        case q:
+                            g = !0
                     }
-                }
             }
+            if (g) return e(c, a, "" === b ? "." + U(a, 0) : b), 1;
+            g = 0;
+            b = "" === b ? "." : b + ":";
+            if (Array.isArray(a)) for (var h = 0; h < a.length; h++) {
+                d = a[h];
+                var f = b + U(d, h);
+                g += T(d, f, e, c)
+            } else if (null === a || "object" !== typeof a ? f = null : (f = C && a[C] || a["@@iterator"], f = "function" === typeof f ? f : null), "function" === typeof f) for (a = f.call(a), h =
+                0; !(d = a.next()).done;) d = d.value, f = b + U(d, h++), g += T(d, f, e, c); else "object" === d && (e = "" + a, D("31", "[object Object]" === e ? "object with keys {" + Object.keys(a).join(", ") + "}" : e, ""));
+            return g
+        }
 
-            function t(a) {
-                m = !0;
-                var b = f;
-                f = a;
-                try {
-                    if (a) for (; null !== c;) {
-                        var d = exports.unstable_now();
-                        if (c.expirationTime <= d) {
-                            do u(); while (null !== c && c.expirationTime <= d)
-                        } else break
-                    } else if (null !== c) {
-                        do u(); while (null !== c && !w())
-                    }
-                } finally {
-                    m = !1, f = b, null !== c ? p() : n = !1, v()
-                }
-            }
+        function V(a, b, e) {
+            return null == a ? 0 : T(a, "", b, e)
+        }
+
+        function U(a, b) {
+            return "object" === typeof a && null !== a && null != a.key ? escape(a.key) : b.toString(36)
+        }
 
-            var x = Date, y = "function" === typeof setTimeout ? setTimeout : void 0,
-                z = "function" === typeof clearTimeout ? clearTimeout : void 0,
-                A = "function" === typeof requestAnimationFrame ? requestAnimationFrame : void 0,
-                B = "function" === typeof cancelAnimationFrame ? cancelAnimationFrame : void 0, C, D;
+        function ca(a, b) {
+            a.func.call(a.context, b, a.count++)
+        }
 
-            function E(a) {
-                C = A(function (b) {
-                    z(D);
-                    a(b)
-                });
-                D = y(function () {
-                    B(C);
-                    a(exports.unstable_now())
-                }, 100)
-            }
+        function da(a, b, e) {
+            var c = a.result, d = a.keyPrefix;
+            a = a.func.call(a.context, b, a.count++);
+            Array.isArray(a) ? W(a, c, e, function (a) {
+                return a
+            }) : null != a && (O(a) && (a = ba(a, d + (!a.key || b && b.key === a.key ? "" : ("" + a.key).replace(P, "$&/") + "/") + e)), c.push(a))
+        }
 
-            if ("object" === typeof performance && "function" === typeof performance.now) {
-                var F = performance;
-                exports.unstable_now = function () {
-                    return F.now()
-                }
-            } else exports.unstable_now = function () {
-                return x.now()
-            };
-            var r, q, w, G = null;
-            "undefined" !== typeof window ? G = window : "undefined" !== typeof global && (G = global);
-            if (G && G._schedMock) {
-                var H = G._schedMock;
-                r = H[0];
-                q = H[1];
-                w = H[2];
-                exports.unstable_now = H[3]
-            } else if ("undefined" === typeof window || "function" !== typeof MessageChannel) {
-                var I = null, J = function (a) {
-                    if (null !== I) try {
-                        I(a)
-                    } finally {
-                        I = null
-                    }
-                };
-                r = function (a) {
-                    null !== I ? setTimeout(r, 0, a) : (I = a, setTimeout(J, 0, !1))
-                };
-                q = function () {
-                    I = null
-                };
-                w = function () {
-                    return !1
+        function W(a, b, e, c, d) {
+            var g = "";
+            null != e && (g = ("" + e).replace(P, "$&/") + "/");
+            b = R(b, g, c, d);
+            V(a, da, b);
+            S(b)
+        }
+
+        var X = {
+            Children: {
+                map: function (a, b, e) {
+                    if (null == a) return a;
+                    var c = [];
+                    W(a, c, null, b, e);
+                    return c
+                }, forEach: function (a, b, e) {
+                    if (null == a) return a;
+                    b = R(null, null, b, e);
+                    V(a, ca, b);
+                    S(b)
+                }, count: function (a) {
+                    return V(a, function () {
+                        return null
+                    }, null)
+                }, toArray: function (a) {
+                    var b = [];
+                    W(a, b, null, function (a) {
+                        return a
+                    });
+                    return b
+                }, only: function (a) {
+                    O(a) ? void 0 : D("143");
+                    return a
                 }
-            } else {
-                "undefined" !== typeof console && ("function" !== typeof A && console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),
-                "function" !== typeof B && console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"));
-                var K = null, L = !1, M = -1, N = !1, O = !1, P = 0, R = 33, S = 33;
-                w = function () {
-                    return P <= exports.unstable_now()
-                };
-                var T = new MessageChannel, U = T.port2;
-                T.port1.onmessage = function () {
-                    L = !1;
-                    var a = K, b = M;
-                    K = null;
-                    M = -1;
-                    var d = exports.unstable_now(), e = !1;
-                    if (0 >= P - d) if (-1 !== b && b <= d) e = !0; else {
-                        N || (N = !0, E(V));
-                        K = a;
-                        M = b;
-                        return
-                    }
-                    if (null !== a) {
-                        O = !0;
-                        try {
-                            a(e)
-                        } finally {
-                            O = !1
-                        }
-                    }
-                };
-                var V = function (a) {
-                    if (null !== K) {
-                        E(V);
-                        var b = a - P + S;
-                        b < S && R < S ? (8 > b && (b = 8), S = b < R ? R : b) : R = b;
-                        P = a + S;
-                        L || (L = !0, U.postMessage(void 0))
-                    } else N = !1
-                };
-                r = function (a, b) {
-                    K = a;
-                    M = b;
-                    O || 0 > b ? U.postMessage(void 0) : N || (N = !0, E(V))
+            },
+            createRef: function () {
+                return {current: null}
+            },
+            Component: G,
+            PureComponent: I,
+            createContext: function (a, b) {
+                void 0 === b && (b = null);
+                a = {
+                    $$typeof: w, _calculateChangedBits: b,
+                    _currentValue: a, _currentValue2: a, _threadCount: 0, Provider: null, Consumer: null
                 };
-                q = function () {
-                    K = null;
-                    L = !1;
-                    M = -1
-                }
-            }
-            exports.unstable_ImmediatePriority = 1;
-            exports.unstable_UserBlockingPriority = 2;
-            exports.unstable_NormalPriority = 3;
-            exports.unstable_IdlePriority = 5;
-            exports.unstable_LowPriority = 4;
-            exports.unstable_runWithPriority = function (a, b) {
-                switch (a) {
-                    case 1:
-                    case 2:
-                    case 3:
-                    case 4:
-                    case 5:
-                        break;
-                    default:
-                        a = 3
-                }
-                var d = h, e = k;
-                h = a;
-                k = exports.unstable_now();
-                try {
-                    return b()
-                } finally {
-                    h = d, k = e, v()
-                }
-            };
-            exports.unstable_scheduleCallback = function (a, b) {
-                var d = -1 !== k ? k : exports.unstable_now();
-                if ("object" === typeof b && null !== b && "number" === typeof b.timeout) b = d + b.timeout; else switch (h) {
-                    case 1:
-                        b = d + -1;
-                        break;
-                    case 2:
-                        b = d + 250;
-                        break;
-                    case 5:
-                        b = d + 1073741823;
-                        break;
-                    case 4:
-                        b = d + 1E4;
-                        break;
-                    default:
-                        b = d + 5E3
-                }
-                a = {callback: a, priorityLevel: h, expirationTime: b, next: null, previous: null};
-                if (null === c) c = a.next = a.previous = a, p(); else {
-                    d = null;
-                    var e = c;
-                    do {
-                        if (e.expirationTime > b) {
-                            d = e;
-                            break
-                        }
-                        e = e.next
-                    } while (e !== c);
-                    null === d ? d = c : d === c && (c = a, p());
-                    b = d.previous;
-                    b.next = d.previous = a;
-                    a.next = d;
-                    a.previous = b
-                }
-                return a
-            };
-            exports.unstable_cancelCallback = function (a) {
-                var b = a.next;
-                if (null !== b) {
-                    if (b === a) c = null; else {
-                        a === c && (c = b);
-                        var d = a.previous;
-                        d.next = b;
-                        b.previous = d
-                    }
-                    a.next = a.previous = null
+                a.Provider = {$$typeof: v, _context: a};
+                return a.Consumer = a
+            },
+            forwardRef: function (a) {
+                return {$$typeof: y, render: a}
+            },
+            lazy: function (a) {
+                return {$$typeof: B, _ctor: a, _status: -1, _result: null}
+            },
+            memo: function (a, b) {
+                return {$$typeof: A, type: a, compare: void 0 === b ? null : b}
+            },
+            Fragment: r,
+            StrictMode: t,
+            Suspense: z,
+            createElement: N,
+            cloneElement: function (a, b, e) {
+                null === a || void 0 === a ? D("267", a) : void 0;
+                var c = void 0, d = k({}, a.props), g = a.key, h = a.ref, f = a._owner;
+                if (null != b) {
+                    void 0 !== b.ref && (h = b.ref, f = K.current);
+                    void 0 !== b.key && (g = "" + b.key);
+                    var l = void 0;
+                    a.type && a.type.defaultProps && (l = a.type.defaultProps);
+                    for (c in b) L.call(b, c) && !M.hasOwnProperty(c) && (d[c] = void 0 === b[c] && void 0 !== l ? l[c] : b[c])
                 }
-            };
-            exports.unstable_wrapCallback = function (a) {
-                var b = h;
-                return function () {
-                    var d = h, e = k;
-                    h = b;
-                    k = exports.unstable_now();
-                    try {
-                        return a.apply(this, arguments)
-                    } finally {
-                        h = d, k = e, v()
-                    }
+                c = arguments.length - 2;
+                if (1 === c) d.children = e; else if (1 < c) {
+                    l = Array(c);
+                    for (var m = 0; m < c; m++) l[m] = arguments[m + 2];
+                    d.children = l
                 }
-            };
-            exports.unstable_getCurrentPriorityLevel = function () {
-                return h
-            };
-            exports.unstable_shouldYield = function () {
-                return !f && (null !== c && c.expirationTime < l || w())
-            };
-            exports.unstable_continueExecution = function () {
-                null !== c && p()
-            };
-            exports.unstable_pauseExecution = function () {
-            };
-            exports.unstable_getFirstCallbackNode = function () {
-                return c
-            };
-
-        }).call(this, typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
-    }, {}],
-    19: [function (require, module, exports) {
-        (function (process) {
-            'use strict';
-
-            if (process.env.NODE_ENV === 'production') {
-                module.exports = require('./cjs/scheduler.production.min.js');
-            } else {
-                module.exports = require('./cjs/scheduler.development.js');
-            }
+                return {$$typeof: p, type: a.type, key: g, ref: h, props: d, _owner: f}
+            },
+            createFactory: function (a) {
+                var b = N.bind(null, a);
+                b.type = a;
+                return b
+            },
+            isValidElement: O,
+            version: "16.7.0",
+            unstable_ConcurrentMode: x,
+            unstable_Profiler: u,
+            __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {ReactCurrentOwner: K, assign: k}
+        }, Y = {default: X}, Z = Y && X || Y;
+        module.exports = Z.default || Z;
 
-        }).call(this, require('_process'))
-    }, {"./cjs/scheduler.development.js": 17, "./cjs/scheduler.production.min.js": 18, "_process": 3}],
-    20: [function (require, module, exports) {
+    }, {"object-assign": 2}],
+    11: [function (require, module, exports) {
         (function (process) {
             'use strict';
 
             if (process.env.NODE_ENV === 'production') {
-                module.exports = require('./cjs/scheduler-tracing.production.min.js');
+                module.exports = require('./cjs/react.production.min.js');
             } else {
-                module.exports = require('./cjs/scheduler-tracing.development.js');
+                module.exports = require('./cjs/react.development.js');
             }
 
         }).call(this, require('_process'))
-    }, {"./cjs/scheduler-tracing.development.js": 15, "./cjs/scheduler-tracing.production.min.js": 16, "_process": 3}],
-    21: [function (require, module, exports) {
+    }, {"./cjs/react.development.js": 9, "./cjs/react.production.min.js": 10, "_process": 3}],
+    12: [function (require, module, exports) {
         "use strict";
 
-        var _react = _interopRequireWildcard(require("react"));
+        Object.defineProperty(exports, "__esModule", {
+            value: true
+        });
+        exports.default = void 0;
 
-        var _reactDom = _interopRequireDefault(require("react-dom"));
+        var _react = _interopRequireWildcard(require("react"));
 
         var _materialize = _interopRequireDefault(require("materialize-css/dist/js/materialize"));
 
@@ -42710,8 +16322,7 @@ object-assign
             }]
         }];
         var ROOMS_WITH_PRESENTATION_DEVICE = ["R 0.04", "R 0.05", "R 0.07", "R 0.08"];
-        var OTHER_LOCATIONS = ["Notebookwagen 1", "NotebookqAFWN 1"];
-        var LOCATIONS = ROOMS_WITH_PRESENTATION_DEVICE.concat(OTHER_LOCATIONS);
+        var OTHER_LOCATIONS = ["Notebookwagen 1. Stock/R 2.06", "Notebookwagen 2. Stock/R 2.10", "Notebookwagen 3. Stock/Physik", "Internetcafe", "Infopoint/Sekretariatsvorraum", "Lehrerzimmer (Vorraum)", "Lehrerzimmer (Hauptraum)"];
 
         function getCategoryOfOption(option) {
             for (var _i = 0; _i < BASIC_OPTIONS.length; _i++) {
@@ -42797,7 +16408,8 @@ object-assign
                     value: function render() {
                         return _react.default.createElement("select", {
                             onChange: this.props.onChange,
-                            defaultValue: "no"
+                            defaultValue: "no",
+                            required: true
                         }, _react.default.createElement("option", {
                             value: "no",
                             disabled: true
@@ -42936,6 +16548,8 @@ object-assign
                 }, {
                     key: "render",
                     value: function render() {
+                        var LOCATIONS = this.props.rooms.concat(OTHER_LOCATIONS);
+                        LOCATIONS.sort();
                         console.log(this.state);
                         var that = this;
                         var sC = this.state.selectedCategory;
@@ -43036,7 +16650,8 @@ object-assign
                         }, "device_unknown"), _react.default.createElement("input", {
                             type: "text",
                             id: "valc",
-                            onChange: this._onSetC
+                            onChange: this._onSetC,
+                            required: true
                         }), _react.default.createElement("label", {
                             htmlFor: "valc"
                         }, "Um welches Ger\xE4t handelt es sich?")), _react.default.createElement("div", {
@@ -43062,9 +16677,14 @@ object-assign
                 return App;
             }(_react.Component);
 
-        _reactDom.default.render(_react.default.createElement(App, window.props), // gets the props that are passed in the template
+        App.propTypes = {
+            rooms: _propTypes.default.array.isRequired
+        };
+        var _default = App;
+        exports.default = _default;
+        ReactDOM.render(_react.default.createElement(App, window.props), // gets the props that are passed in the template
             window.react_mount // a reference to the #react div that we render to
         );
 
-    }, {"materialize-css/dist/js/materialize": 1, "prop-types": 7, "react": 14, "react-dom": 11}]
-}, {}, [21]);
+    }, {"materialize-css/dist/js/materialize": 1, "prop-types": 7, "react": 11}]
+}, {}, [12]);
diff --git a/schoolapps/support/forms.py b/schoolapps/support/forms.py
index aaaaa0e7be2a3d6bec16bd365632718368451e1b..3132dc64d86336cc877fe08e01c24f5fa5bb91fe 100644
--- a/schoolapps/support/forms.py
+++ b/schoolapps/support/forms.py
@@ -28,7 +28,7 @@ class FeedbackForm(forms.Form):
     overall_rating = forms.ChoiceField(label='Bitte bewerte SchoolApps insgesamt auf einer Skala von 1 bis 10',
                                        choices=ratings, required=True)
 
-    apps = forms.CharField(label="Bitte gebe uns Feedback zu den einzelnen Funktion von SchoolApps", required=False,
+    apps = forms.CharField(label="Bitte gebe uns Feedback zu den einzelnen Funktionen von SchoolApps", required=False,
                            widget=forms.Textarea)
     more = forms.CharField(label="Möchtest du uns sonst noch etwas mitteilen?", required=False, widget=forms.Textarea)
     ideas = forms.CharField(label='Hast du Ideen, was wir noch in SchoolApps einbauen könnten/sollten?',
diff --git a/schoolapps/support/views.py b/schoolapps/support/views.py
index 2380a85d5f7e059e849ec939f37ed613f98873a6..f25d8b7f962d28902c02e27ce22eb5de9008909c 100644
--- a/schoolapps/support/views.py
+++ b/schoolapps/support/views.py
@@ -2,6 +2,7 @@ from django.shortcuts import render
 
 from mailer import send_mail_with_template
 from support.models import kanboard_settings
+from untisconnect.api import get_all_rooms
 from .forms import REBUSForm
 from .forms import FeedbackForm
 from kanboard import Kanboard
@@ -58,7 +59,9 @@ def rebus(request):
     else:
         form = REBUSForm()
 
-    return render(request, 'support/rebus.html', {'form': form})
+    rooms = [room.name for room in get_all_rooms()]
+
+    return render(request, 'support/rebus.html', {'form': form, "props": {"rooms": rooms}})
 
 
 def feedback(request):