g(x,c))a[d]=x,a[n]=c,d=n;else break a}}return b}\nfunction g(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}if(\"object\"===typeof performance&&\"function\"===typeof performance.now){var l=performance;exports.unstable_now=function(){return l.now()}}else{var p=Date,q=p.now();exports.unstable_now=function(){return p.now()-q}}var r=[],t=[],u=1,v=null,y=3,z=!1,A=!1,B=!1,D=\"function\"===typeof setTimeout?setTimeout:null,E=\"function\"===typeof clearTimeout?clearTimeout:null,F=\"undefined\"!==typeof setImmediate?setImmediate:null;\n\"undefined\"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function G(a){for(var b=h(t);null!==b;){if(null===b.callback)k(t);else if(b.startTime<=a)k(t),b.sortIndex=b.expirationTime,f(r,b);else break;b=h(t)}}function H(a){B=!1;G(a);if(!A)if(null!==h(r))A=!0,I(J);else{var b=h(t);null!==b&&K(H,b.startTime-a)}}\nfunction J(a,b){A=!1;B&&(B=!1,E(L),L=-1);z=!0;var c=y;try{G(b);for(v=h(r);null!==v&&(!(v.expirationTime>b)||a&&!M());){var d=v.callback;if(\"function\"===typeof d){v.callback=null;y=v.priorityLevel;var e=d(v.expirationTime<=b);b=exports.unstable_now();\"function\"===typeof e?v.callback=e:v===h(r)&&k(r);G(b)}else k(r);v=h(r)}if(null!==v)var w=!0;else{var m=h(t);null!==m&&K(H,m.startTime-b);w=!1}return w}finally{v=null,y=c,z=!1}}var N=!1,O=null,L=-1,P=5,Q=-1;\nfunction M(){return exports.unstable_now()-Qa||125d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a};\nexports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = function(chunkId) {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce(function(promises, key) {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = function(chunkId) {\n\t// return url for filenames based on template\n\treturn \"static/js/\" + chunkId + \".\" + \"67409941\" + \".chunk.js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = function(chunkId) {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","var inProgress = {};\nvar dataWebpackPrefix = \"hkl-status-spa:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = function(url, done, key, chunkId) {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = function(prev, event) {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach(function(fn) { return fn(event); });\n\t\tif(prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = function(module) {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.p = \"/\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t179: 0\n};\n\n__webpack_require__.f.j = function(chunkId, promises) {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = function(event) {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = function(parentChunkLoadingFunction, data) {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkhkl_status_spa\"] = self[\"webpackChunkhkl_status_spa\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","import React from 'react'\nimport './Page.css'\n\nconst Page = ({ children }:any) => \n\nexport default Page\n","var _defs, _g;\nvar _excluded = [\"title\", \"titleId\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\nimport * as React from \"react\";\nfunction SvgLogo(_ref, svgRef) {\n var title = _ref.title,\n titleId = _ref.titleId,\n props = _objectWithoutProperties(_ref, _excluded);\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n height: 100,\n width: 654,\n ref: svgRef,\n \"aria-labelledby\": titleId\n }, props), title ? /*#__PURE__*/React.createElement(\"title\", {\n id: titleId\n }, title) : null, _defs || (_defs = /*#__PURE__*/React.createElement(\"defs\", null, /*#__PURE__*/React.createElement(\"clipPath\", {\n id: \"a\",\n clipPathUnits: \"userSpaceOnUse\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M0 595.3h841.9V0H0z\"\n })), /*#__PURE__*/React.createElement(\"clipPath\", {\n id: \"b\",\n clipPathUnits: \"userSpaceOnUse\"\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M349.5 430.7H758v-63.1H349.5z\"\n })))), _g || (_g = /*#__PURE__*/React.createElement(\"g\", {\n clipPath: \"url(#a)\",\n transform: \"matrix(1.33333 0 0 -1.33333 -357.4 590.1)\"\n }, /*#__PURE__*/React.createElement(\"g\", {\n clipPath: \"url(#b)\",\n opacity: 0.2\n }, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M591.4 393.3l6.9 8.7v-8.7zm-18.5 9.5h5.4l-5.4-6.9zm108.6-9.5c-1.7 0-3 .6-4 1.8a5.8 5.8 0 00-1.3 3.9 7.3 7.3 0 001.5 4.3c1 1.1 2.1 1.7 3.7 1.7a5 5 0 003.8-1.7c1-1 1.4-2.3 1.4-4.2 0-1.8-.5-3.1-1.4-4.2-1-1.1-2.1-1.6-3.7-1.6M556.8 399c0-1.8-.6-3.2-1.8-4.4-1-1-2-1.4-3.4-1.4-1.3 0-2.3.4-3.3 1.4a5.9 5.9 0 00-2 4.5c0 1.5.5 2.7 1.5 3.9 1.1 1.2 2.3 1.8 3.8 1.8s2.7-.5 3.7-1.6c1-1.2 1.5-2.5 1.5-4.2m-50.3 5.7l11 14.3V389.3zm-47.3-1.7c1 1.3 2.2 1.9 3.8 1.9 1.2 0 2.3-.6 3.3-1.6a5.6 5.6 0 001.7-4.3c0-1.6-.4-2.8-1.4-3.9-1-1.3-2.2-1.9-3.7-1.9-1.4 0-2.5.5-3.6 1.6-.6.7-1.5 1.9-1.5 4.3 0 1.6.4 2.8 1.4 4m298 5a16.3 16.3 0 01-9 11 17.2 17.2 0 01-12 1.1v.6h-17.9c-2 0-3.8-.3-5.4-1h-26.1v-.2a19.6 19.6 0 01-21.5-5.3c-1.4-1.5-2.5-3-3.3-4.8-.7 1.3-1.6 2.6-2.6 3.8a21.3 21.3 0 01-34-1.7 22.2 22.2 0 01-3.1-18h-7.2v37h-16.8v-12h-25.4v12h-16.6V420a18.9 18.9 0 01-13.4-.7 21 21 0 01-8.8-6.8v18.3H505.7l-7-9.8v9.7h-17v-20.4c-.8 1.4-1.8 2.9-3 4.2-3.9 4.3-8.9 6.4-14.8 6.4a19 19 0 01-6.5-1h-13.2v10.8h-16.6v-20.9c-.7 1.3-1.5 2.5-2.4 3.6a21.3 21.3 0 01-35.2-3.8v21.1H373V413h-6.7v17.7h-16.9v-53.3h16.9v19.3h6.7v-19.3H390v11.3a21.4 21.4 0 0119-11.4c5.1 0 9.7 1.8 13.6 5.3a21 21 0 015 6.2v-11.4h14v-9.8h16.7V378a20 20 0 0121.3 6.8c.8 1 1.6 2 2.2 3.2v-10.7h16.8v10.2l7-10.2h28.5v8.4l1.8-2.2c2-2 4.1-3.5 6.6-4.6a18.8 18.8 0 0114.4-.4v-1.2h71.5v5.8a21.3 21.3 0 0133.4 5.6 19.7 19.7 0 0125-10v-1.4h29.4V401c0 2 .5 2.6.6 2.8.5.5 1.7.6 2.3.6h1v-27.1h16.7v21c0 2.4.1 3.7.2 4.3.1.6.2 1 .4 1.3.1.1.3.4.8.7.3.2.7.3 1 .3l.7-.2.5-.4s1-1.1 1-5.5v-21.5H758v23c0 3.3-.3 5.8-.8 7.8\"\n })), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M589.5 397.2l6.8 8.8v-8.8zm-18.5 9.5h5.3l-5.3-6.9zm108.5-9.5c-1.7 0-2.9.6-4 1.8a5.8 5.8 0 00-1.3 3.9 7.3 7.3 0 001.5 4.3c1 1.2 2.1 1.7 3.8 1.7a5 5 0 003.8-1.6c.9-1 1.3-2.4 1.3-4.2 0-1.8-.4-3.2-1.4-4.3-1-1.1-2.1-1.6-3.7-1.6M555 403c0-1.8-.6-3.1-1.9-4.4-1-1-2-1.4-3.3-1.4-1.3 0-2.4.5-3.3 1.4a5.9 5.9 0 00-2 4.5c0 1.5.5 2.7 1.5 3.9 1 1.3 2.2 1.8 3.7 1.8 1.6 0 2.7-.5 3.7-1.6 1-1.2 1.6-2.5 1.6-4.2m-50.4 5.7l11 14.3v-29.8zm-47.3-1.7c1.1 1.3 2.3 1.9 3.8 1.9 1.3 0 2.3-.5 3.4-1.6a5.6 5.6 0 001.6-4.3c0-1.6-.4-2.8-1.3-3.9-1.1-1.3-2.3-1.9-3.8-1.9-1.3 0-2.4.5-3.5 1.7-.7.6-1.6 1.8-1.6 4.3 0 1.5.5 2.7 1.4 3.8m298 5.1a16.3 16.3 0 01-8.9 11 17.2 17.2 0 01-12 1.1v.6h-18c-2 0-3.8-.3-5.3-1h-26.1v-.2a19.6 19.6 0 01-21.5-5.3c-1.4-1.5-2.5-3-3.4-4.8-.7 1.3-1.5 2.6-2.5 3.8a21.3 21.3 0 01-34-1.7 22.2 22.2 0 01-3.2-18h-7.1v37h-16.9v-12H571v12h-16.7V424a18.9 18.9 0 01-13.3-.7 21 21 0 01-8.9-6.8v18.3H503.7l-7-9.8v9.7h-16.9v-20.4c-.8 1.5-1.8 2.9-3 4.2-4 4.3-9 6.4-14.9 6.4a19 19 0 01-6.4-1h-13.2v10.8h-16.7v-20.8c-.6 1.2-1.4 2.4-2.4 3.5a21.2 21.2 0 01-35.2-3.8v21.1h-16.9V417h-6.7v17.7h-16.9v-53.3h17v19.3h6.6v-19.3H388v11.4a21.4 21.4 0 0119-11.4c5.2 0 9.8 1.7 13.7 5.2 2.1 1.8 3.8 4 5 6.2v-11.4h14v-9.8h16.6V382c1.7-.5 3.6-.7 5.6-.7a20 20 0 0115.7 7.5c.9 1 1.6 2.1 2.2 3.2v-10.7h16.9v10.2l7-10.2H532v8.4l1.9-2.2c1.9-1.9 4-3.4 6.5-4.6a18.8 18.8 0 0114.4-.4v-1.2h71.5v5.9a21.2 21.2 0 0114.9-6c5.1 0 9.7 1.8 13.6 5.3a21 21 0 015 6.2 19.7 19.7 0 0125-10v-1.4h29.4V405c0 1.8.4 2.5.6 2.7.4.5 1.6.6 2.2.6h1.1v-27.1h16.6v21c0 2.4.2 3.7.3 4.3 0 .6.2 1 .4 1.3 0 .2.2.4.7.7l1 .3c.2 0 .5 0 .7-.2l.6-.4s.9-1.1.9-5.5v-21.5H756v23c0 3.3-.2 5.8-.7 7.8\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M352 385.7v44.5h8v-17.7h15.5v17.7h8.1v-44.5h-8V405H360v-19.3zM416.2 405.9c-.5 2-1.4 3.8-3 5.2a8.6 8.6 0 01-6.1 2.4 9 9 0 01-6-2 9.8 9.8 0 01-3.3-5.6zm7.2-6.3H398a9 9 0 013.3-4.8c1.7-1.3 3.5-2 5.5-2a8 8 0 017.2 4.3h8.7c-.9-2.8-2.5-5.2-5-7.3a15.8 15.8 0 00-10.7-4.1 17 17 0 00-15.5 9.7 17.8 17.8 0 008 23.5 16.8 16.8 0 0020.3-4.4 17 17 0 003.6-15M430 430.2h7.9v-44.5H430zM461 413.3a9.1 9.1 0 01-7.1-3.4 10 10 0 01-2.5-6.7c0-3 1-5.5 2.8-7.4a9 9 0 0113.8.4 10 10 0 012.4 6.8c0 3-1 5.6-3 7.5a9.2 9.2 0 01-6.4 2.8m-17-37.4v43.5h7.2v-3.9c2.8 3.3 6.3 5 10.7 5a15 15 0 0011.6-5c3.2-3.5 4.7-7.6 4.7-12.3 0-4.5-1.3-8.3-4-11.6a16 16 0 00-17.6-5 16 16 0 00-4.7 3.2v-14z\",\n fill: \"red\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M484.2 385.7v44.5h8v-18.8l13.8 18.8h9.5L499 408.8l16.4-23.1H506l-13.7 20.1v-20.1zM520 419.4h7.7v-33.7H520zm0 10.8h7.7v-7.1H520zM549.6 413.2a9 9 0 01-7-3.4c-1.7-2-2.6-4.2-2.6-6.7 0-3 1.1-5.6 3.3-7.7a9 9 0 016.4-2.6c2.5 0 4.6 1 6.4 2.7 2.1 2 3.2 4.6 3.2 7.5 0 2.8-1 5.2-2.7 7.1-1.9 2-4.2 3.1-7 3.1m17 17v-44.5h-7.3v5a15.2 15.2 0 00-11.1-5c-2 0-4 .4-5.9 1.3a17 17 0 00-10.1 16 17 17 0 0016.4 17.4c1.8 0 3.6-.3 5.5-1 1.8-.8 3.4-1.7 4.6-3v13.8zM571 385.7v7l14.4 18.4h-12.7v7.2h22.1v-7.1l-14.3-18.4h15.3v-7.1z\",\n fill: \"#6eaa00\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M600.7 385.7v44.5h8v-37H622v-7.5zM650.5 405.9c-.5 2-1.5 3.8-3 5.2a8.6 8.6 0 01-6.2 2.4 9 9 0 01-5.9-2 9.8 9.8 0 01-3.3-5.6zm7.1-6.3h-25.3a9 9 0 013.3-4.8c1.6-1.3 3.5-2 5.4-2a8 8 0 017.3 4.3h8.6c-.8-2.8-2.4-5.2-4.9-7.3a15.8 15.8 0 00-10.7-4.1 17 17 0 00-15.5 9.7 17.8 17.8 0 008 23.5 16.8 16.8 0 0020.3-4.4 17 17 0 003.5-15M679.5 413.3a9 9 0 01-7.1-3.2 11.6 11.6 0 01-2.5-7.2c0-2.6.7-4.8 2.3-6.7a9 9 0 017.3-3.4c2.9 0 5.2 1 7 3 1.7 2 2.5 4.4 2.5 7.3 0 3-.8 5.3-2.5 7.2-1.9 2-4.2 3-7 3m17 6v-33.6h-7.2v5l-2.6-2.1a15.1 15.1 0 00-23.4 7.2c-.8 2.3-1.3 4.8-1.3 7.4 0 4.8 1.5 8.8 4.6 12 3.1 3.5 7 5.2 11.7 5.2a14.1 14.1 0 0011-5.2v4.2zM702 385.7v33.7h7.2v-3c1.2 1.6 2.3 2.6 3.3 3.2 1 .6 2.3.8 3.8.8h.7v-7.6c-2.4 0-4.2-.7-5.3-2-1.2-1.3-1.8-3.2-1.8-5.7v-19.4zM722.6 385.7v34.7h7.3v-3.9c1.4 1.4 2.8 2.4 4.2 3 1.4.6 3 1 4.7 1 1.9 0 3.8-.5 5.6-1.4a12 12 0 006.6-8c.4-1.7.6-4 .6-6.7v-18.7h-7.8v17.1c0 4-.7 6.8-2 8.3-.5.7-1.2 1.2-2 1.6-1 .4-1.8.6-2.6.6-1 0-2.1-.3-3.1-.9a6.4 6.4 0 01-3.4-5c-.2-1.2-.3-3-.3-5.1v-16.6z\",\n fill: \"#139ad6\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M328 378.7c0-2.7-2.1-4.9-4.8-4.9H273a4.9 4.9 0 00-4.8 4.9V437c0 2.7 2.2 4.9 4.8 4.9h50.3c2.7 0 4.9-2.2 4.9-4.9z\",\n fill: \"#fff\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M323.6 434.4c0-.1 0-.2-.2-.2h-50.6c-.1 0-.2 0-.2.2s0 .3.2.3h50.6c.1 0 .2-.1.2-.3M323.6 427.8c0-.2 0-.3-.2-.3h-50.6c-.1 0-.2.1-.2.3 0 .1 0 .2.2.2h50.6l.2-.2M323.6 421.3c0-.1 0-.2-.2-.2h-50.6c-.1 0-.2 0-.2.2s0 .3.2.3h50.6c.1 0 .2-.1.2-.3M323.6 414.6c0-.1 0-.2-.2-.2h-50.2l-.2.2c0 .2 0 .3.2.3h50.2c.1 0 .2-.1.2-.3M323.6 408c0-.2 0-.3-.2-.3h-50.6c-.1 0-.2.1-.2.3 0 .1 0 .2.2.2h50.6l.2-.2M323.6 401.3c0-.1 0-.2-.2-.2h-50.6c-.1 0-.2 0-.2.2 0 .1 0 .3.2.3h50.6l.2-.3M323.6 394.6c0-.1 0-.2-.2-.2h-50.6l-.2.2c0 .2 0 .3.2.3h50.6c.1 0 .2-.1.2-.3M323.6 388c0-.1 0-.3-.2-.3h-50.6l-.2.3c0 .1 0 .2.2.2h50.6c.1 0 .2 0 .2-.2M323.6 381.4c0-.2 0-.3-.2-.3h-50.6c-.1 0-.2.1-.2.3 0 .1 0 .2.2.2h50.6c.1 0 .2 0 .2-.2\",\n fill: \"#464646\"\n }), /*#__PURE__*/React.createElement(\"path\", {\n d: \"M291.3 434.2a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M284.7 434.2a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 427.8a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M284.7 427.8a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 414.5a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M284.7 414.6a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 408.1a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M284.7 408.1a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 401.4a2.9 2.9 0 00-5.8 0c0 1.6 1.2 2.9 2.9 2.9 1.6 0 2.9-1.3 2.9-3M284.7 401.4a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 395a2.9 2.9 0 00-5.8 0c0 1.5 1.3 2.8 2.9 2.8 1.6 0 2.9-1.3 2.9-2.9M284.7 395a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M291.3 388.2c0-1.6-1.3-2.9-3-2.9a2.9 2.9 0 100 5.8c1.7 0 3-1.3 3-2.9M284.7 388.2c0-1.6-1.3-2.9-3-2.9a2.9 2.9 0 103 3M291.3 381.8a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M284.7 381.8a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.4 414.5a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M310.8 414.5a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.4 408a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M310.8 408a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.3 401.3a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M310.7 401.3a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.3 394.9a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M310.8 394.9a2.9 2.9 0 00-5.9 0c0 1.6 1.3 2.8 3 2.8 1.5 0 2.9-1.2 2.9-2.8M317.3 388.1a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M310.7 388.1a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.3 381.7a2.9 2.9 0 00-5.8 0 2.9 2.9 0 005.8 0M310.7 381.7a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M317.2 421.1a2.9 2.9 0 00-5.8 0 2.9 2.9 0 005.8 0M310.6 421.1a2.9 2.9 0 10-3 2.9c1.7 0 3-1.3 3-2.9M278.3 414.6a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M278.2 381.7c0-1.6-1.3-2.9-3-2.9a2.9 2.9 0 100 5.8c1.7 0 3-1.3 3-2.9M317.3 427.7a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M297.8 381.6a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0M323.7 381.6c0-1.6-1.3-3-2.9-3a2.9 2.9 0 100 5.9c1.6 0 3-1.3 3-3M304.3 414.5a2.9 2.9 0 10-5.8 0 2.9 2.9 0 005.8 0\",\n fill: \"#ec1c29\"\n }), /*#__PURE__*/React.createElement(\"g\", null, /*#__PURE__*/React.createElement(\"path\", {\n d: \"M323.8 414.5a2.9 2.9 0 00-5.8 0 2.9 2.9 0 005.8 0\",\n fill: \"#ec1c29\"\n })))));\n}\nvar ForwardRef = /*#__PURE__*/React.forwardRef(SvgLogo);\nexport default __webpack_public_path__ + \"static/media/logo.b653cc84e811df3268219297be5ea50f.svg\";\nexport { ForwardRef as ReactComponent };","import React from 'react'\nimport './Logo.css'\nimport logo from './../logo.svg'\n\nconst Logo = () =>
\n\nexport default Logo\n","import React from 'react'\n\nfunction ContactSupport() {\n return (\n \n
Contact Information
\n
\n Telephone : +(44)1457 819790
\n Email: info@helpkidzlearn.com\n
\n
\n )\n}\n\nexport default ContactSupport\n","export enum LoadStateType {\n NotLoaded = 'NotLoaded',\n LoadStarted = 'LoadStarted',\n LoadCompleted = 'LoadCompleted',\n LoadErrored = 'LoadErrored'\n}\n","import { useReducer } from 'react'\nimport { LoadStateType } from '../lib/LoadState.type'\nimport {ServiceStatusSummary} from './HklServiceStatus.types'\nimport ServiceStatus from \"../../Classes/ServiceStatus\";\n\nexport enum ServiceListEvent {\n LoadStarted = 'LoadStarted',\n LoadCompleted = 'LoadCompleted',\n LoadErrored = 'LoadErrored'\n}\n\nexport interface ServiceListState {\n serviceStatusSummary: ServiceStatusSummary | null,\n serviceStatuses: Array,\n loadState: LoadStateType\n}\n\nexport interface ServiceListAction {\n type: ServiceListEvent,\n payload?: any\n}\n\nexport const initialState : ServiceListState = {\n serviceStatusSummary: null,\n serviceStatuses: [],\n loadState: LoadStateType.NotLoaded\n}\n\nconst childReducers = new Map([\n [ServiceListEvent.LoadStarted, loadStartedReducer],\n [ServiceListEvent.LoadErrored, loadErroredReducer],\n [ServiceListEvent.LoadCompleted, loadCompletedReducer],\n])\n\nexport function rootReducer (state: ServiceListState, action: ServiceListAction) {\n const theReducer = childReducers.get(action.type) || ((state) => state)\n return theReducer(state, action)\n}\n\nfunction loadStartedReducer (state: ServiceListState, action: ServiceListAction) {\n return {\n ...state,\n loadState: LoadStateType.LoadStarted\n }\n}\n\nfunction loadErroredReducer (state: ServiceListState, action: ServiceListAction) {\n return {\n ...state,\n loadState: LoadStateType.LoadErrored\n }\n}\n\nfunction loadCompletedReducer (state: ServiceListState, action: ServiceListAction) {\n return {\n ...state,\n loadState: LoadStateType.LoadCompleted,\n serviceStatusSummary: action.payload.serviceStatusSummary as ServiceStatusSummary,\n serviceStatuses: action.payload.serviceStatuses as ServiceStatus[]\n }\n}\n\nexport const useServiceListReducer = () : [ServiceListState, (action: ServiceListAction) => {}] => {\n // @ts-ignore\n return useReducer(rootReducer, initialState)\n}\n","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];\n return arr2;\n}","import arrayWithHoles from \"./arrayWithHoles.js\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableRest from \"./nonIterableRest.js\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","export default function _iterableToArrayLimit(arr, i) {\n var _i = null == arr ? null : \"undefined\" != typeof Symbol && arr[Symbol.iterator] || arr[\"@@iterator\"];\n if (null != _i) {\n var _s,\n _e,\n _x,\n _r,\n _arr = [],\n _n = !0,\n _d = !1;\n try {\n if (_x = (_i = _i.call(arr)).next, 0 === i) {\n if (Object(_i) !== _i) return;\n _n = !1;\n } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);\n } catch (err) {\n _d = !0, _e = err;\n } finally {\n try {\n if (!_n && null != _i[\"return\"] && (_r = _i[\"return\"](), Object(_r) !== _r)) return;\n } finally {\n if (_d) throw _e;\n }\n }\n return _arr;\n }\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","import defineProperty from \"./defineProperty.js\";\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n enumerableOnly && (symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n })), keys.push.apply(keys, symbols);\n }\n return keys;\n}\nexport default function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = null != arguments[i] ? arguments[i] : {};\n i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {\n defineProperty(target, key, source[key]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n return target;\n}","import _typeof from \"./typeof.js\";\nexport default function _regeneratorRuntime() {\n \"use strict\"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */\n _regeneratorRuntime = function _regeneratorRuntime() {\n return exports;\n };\n var exports = {},\n Op = Object.prototype,\n hasOwn = Op.hasOwnProperty,\n defineProperty = Object.defineProperty || function (obj, key, desc) {\n obj[key] = desc.value;\n },\n $Symbol = \"function\" == typeof Symbol ? Symbol : {},\n iteratorSymbol = $Symbol.iterator || \"@@iterator\",\n asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\",\n toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n function define(obj, key, value) {\n return Object.defineProperty(obj, key, {\n value: value,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }), obj[key];\n }\n try {\n define({}, \"\");\n } catch (err) {\n define = function define(obj, key, value) {\n return obj[key] = value;\n };\n }\n function wrap(innerFn, outerFn, self, tryLocsList) {\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,\n generator = Object.create(protoGenerator.prototype),\n context = new Context(tryLocsList || []);\n return defineProperty(generator, \"_invoke\", {\n value: makeInvokeMethod(innerFn, self, context)\n }), generator;\n }\n function tryCatch(fn, obj, arg) {\n try {\n return {\n type: \"normal\",\n arg: fn.call(obj, arg)\n };\n } catch (err) {\n return {\n type: \"throw\",\n arg: err\n };\n }\n }\n exports.wrap = wrap;\n var ContinueSentinel = {};\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n var IteratorPrototype = {};\n define(IteratorPrototype, iteratorSymbol, function () {\n return this;\n });\n var getProto = Object.getPrototypeOf,\n NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);\n var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function (method) {\n define(prototype, method, function (arg) {\n return this._invoke(method, arg);\n });\n });\n }\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (\"throw\" !== record.type) {\n var result = record.arg,\n value = result.value;\n return value && \"object\" == _typeof(value) && hasOwn.call(value, \"__await\") ? PromiseImpl.resolve(value.__await).then(function (value) {\n invoke(\"next\", value, resolve, reject);\n }, function (err) {\n invoke(\"throw\", err, resolve, reject);\n }) : PromiseImpl.resolve(value).then(function (unwrapped) {\n result.value = unwrapped, resolve(result);\n }, function (error) {\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n reject(record.arg);\n }\n var previousPromise;\n defineProperty(this, \"_invoke\", {\n value: function value(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function (resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();\n }\n });\n }\n function makeInvokeMethod(innerFn, self, context) {\n var state = \"suspendedStart\";\n return function (method, arg) {\n if (\"executing\" === state) throw new Error(\"Generator is already running\");\n if (\"completed\" === state) {\n if (\"throw\" === method) throw arg;\n return doneResult();\n }\n for (context.method = method, context.arg = arg;;) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n if (\"next\" === context.method) context.sent = context._sent = context.arg;else if (\"throw\" === context.method) {\n if (\"suspendedStart\" === state) throw state = \"completed\", context.arg;\n context.dispatchException(context.arg);\n } else \"return\" === context.method && context.abrupt(\"return\", context.arg);\n state = \"executing\";\n var record = tryCatch(innerFn, self, context);\n if (\"normal\" === record.type) {\n if (state = context.done ? \"completed\" : \"suspendedYield\", record.arg === ContinueSentinel) continue;\n return {\n value: record.arg,\n done: context.done\n };\n }\n \"throw\" === record.type && (state = \"completed\", context.method = \"throw\", context.arg = record.arg);\n }\n };\n }\n function maybeInvokeDelegate(delegate, context) {\n var methodName = context.method,\n method = delegate.iterator[methodName];\n if (undefined === method) return context.delegate = null, \"throw\" === methodName && delegate.iterator[\"return\"] && (context.method = \"return\", context.arg = undefined, maybeInvokeDelegate(delegate, context), \"throw\" === context.method) || \"return\" !== methodName && (context.method = \"throw\", context.arg = new TypeError(\"The iterator does not provide a '\" + methodName + \"' method\")), ContinueSentinel;\n var record = tryCatch(method, delegate.iterator, context.arg);\n if (\"throw\" === record.type) return context.method = \"throw\", context.arg = record.arg, context.delegate = null, ContinueSentinel;\n var info = record.arg;\n return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, \"return\" !== context.method && (context.method = \"next\", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = \"throw\", context.arg = new TypeError(\"iterator result is not an object\"), context.delegate = null, ContinueSentinel);\n }\n function pushTryEntry(locs) {\n var entry = {\n tryLoc: locs[0]\n };\n 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);\n }\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\", delete record.arg, entry.completion = record;\n }\n function Context(tryLocsList) {\n this.tryEntries = [{\n tryLoc: \"root\"\n }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);\n }\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) return iteratorMethod.call(iterable);\n if (\"function\" == typeof iterable.next) return iterable;\n if (!isNaN(iterable.length)) {\n var i = -1,\n next = function next() {\n for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;\n return next.value = undefined, next.done = !0, next;\n };\n return next.next = next;\n }\n }\n return {\n next: doneResult\n };\n }\n function doneResult() {\n return {\n value: undefined,\n done: !0\n };\n }\n return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, \"constructor\", {\n value: GeneratorFunctionPrototype,\n configurable: !0\n }), defineProperty(GeneratorFunctionPrototype, \"constructor\", {\n value: GeneratorFunction,\n configurable: !0\n }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, \"GeneratorFunction\"), exports.isGeneratorFunction = function (genFun) {\n var ctor = \"function\" == typeof genFun && genFun.constructor;\n return !!ctor && (ctor === GeneratorFunction || \"GeneratorFunction\" === (ctor.displayName || ctor.name));\n }, exports.mark = function (genFun) {\n return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, \"GeneratorFunction\")), genFun.prototype = Object.create(Gp), genFun;\n }, exports.awrap = function (arg) {\n return {\n __await: arg\n };\n }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {\n return this;\n }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n void 0 === PromiseImpl && (PromiseImpl = Promise);\n var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);\n return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {\n return result.done ? result.value : iter.next();\n });\n }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, \"Generator\"), define(Gp, iteratorSymbol, function () {\n return this;\n }), define(Gp, \"toString\", function () {\n return \"[object Generator]\";\n }), exports.keys = function (val) {\n var object = Object(val),\n keys = [];\n for (var key in object) keys.push(key);\n return keys.reverse(), function next() {\n for (; keys.length;) {\n var key = keys.pop();\n if (key in object) return next.value = key, next.done = !1, next;\n }\n return next.done = !0, next;\n };\n }, exports.values = values, Context.prototype = {\n constructor: Context,\n reset: function reset(skipTempReset) {\n if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = \"next\", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) \"t\" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);\n },\n stop: function stop() {\n this.done = !0;\n var rootRecord = this.tryEntries[0].completion;\n if (\"throw\" === rootRecord.type) throw rootRecord.arg;\n return this.rval;\n },\n dispatchException: function dispatchException(exception) {\n if (this.done) throw exception;\n var context = this;\n function handle(loc, caught) {\n return record.type = \"throw\", record.arg = exception, context.next = loc, caught && (context.method = \"next\", context.arg = undefined), !!caught;\n }\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i],\n record = entry.completion;\n if (\"root\" === entry.tryLoc) return handle(\"end\");\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\"),\n hasFinally = hasOwn.call(entry, \"finallyLoc\");\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);\n } else {\n if (!hasFinally) throw new Error(\"try statement without catch or finally\");\n if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);\n }\n }\n }\n },\n abrupt: function abrupt(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev && hasOwn.call(entry, \"finallyLoc\") && this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n finallyEntry && (\"break\" === type || \"continue\" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);\n var record = finallyEntry ? finallyEntry.completion : {};\n return record.type = type, record.arg = arg, finallyEntry ? (this.method = \"next\", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);\n },\n complete: function complete(record, afterLoc) {\n if (\"throw\" === record.type) throw record.arg;\n return \"break\" === record.type || \"continue\" === record.type ? this.next = record.arg : \"return\" === record.type ? (this.rval = this.arg = record.arg, this.method = \"return\", this.next = \"end\") : \"normal\" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;\n },\n finish: function finish(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;\n }\n },\n \"catch\": function _catch(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (\"throw\" === record.type) {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n throw new Error(\"illegal catch attempt\");\n },\n delegateYield: function delegateYield(iterable, resultName, nextLoc) {\n return this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n }, \"next\" === this.method && (this.arg = undefined), ContinueSentinel;\n }\n }, exports;\n}","function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\nexport default function _asyncToGenerator(fn) {\n return function () {\n var self = this,\n args = arguments;\n return new Promise(function (resolve, reject) {\n var gen = fn.apply(self, args);\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n _next(undefined);\n });\n };\n}","interface BuildRequestArgs {\n url: string,\n responseSelector: (response: any) => {},\n responseHandlers?: (xhr: XMLHttpRequest) => void\n}\n\n\nexport function buildGetRequest(args: BuildRequestArgs) {\n\n const {url, responseSelector} = args\n\n const xhr = new XMLHttpRequest()\n const promise = new Promise((resolve, reject) => {\n xhr.onload = () => {\n if (!statusIsOk(xhr.status)) return reject()\n return resolve(responseSelector(xhr.response))\n }\n\n xhr.onerror = () => {\n return reject()\n }\n })\n\n xhr.open('GET', url)\n xhr.addEventListener('load', () => {\n if (args.responseHandlers) args.responseHandlers(xhr)\n })\n\n return {\n xhr,\n promise\n }\n}\n\nfunction statusIsOk(status: number) {\n return status >= 200 && status < 300\n}\n","export function responseHandlers (xhr: XMLHttpRequest) {\n const handler = getHandlerForResponse(xhr)\n handler(xhr)\n}\n\nfunction getHandlerForResponse (xhr: XMLHttpRequest) {\n if (isOk(xhr)) return () => {}\n if (xhr.status === 401) return reloadContent\n return standardFailedResponseHandler\n}\n\nfunction isOk(xhr: XMLHttpRequest) {\n return xhr.status < 400\n}\n\nfunction reloadContent(request: XMLHttpRequest) {\n window.location.reload()\n}\n\nfunction standardFailedResponseHandler (xhr: XMLHttpRequest) {\n const error = `Failed to load resource: ${xhr.responseURL}, status: ${xhr.status}`\n throw new Error(error)\n}\n","import {ServiceStatusReport} from './HklServiceStatus.types'\n\nexport function selectServiceStatusReport(response: any) : ServiceStatusReport {\n return JSON.parse(response).content as ServiceStatusReport\n}\n\n","import Incident from \"../../Classes/Incident\";\n\nexport function selectServiceIncidents(response: any): Incident[] {\n return JSON.parse(response).content.incidents as Incident[]\n}\n","import fallbackServiceStatuses from './Payloads/Fallback/servicestatuses.json'\nimport fallBackIncidents from './Payloads/Fallback/incidents.json'\nimport { buildGetRequest } from '../lib/requests'\nimport { responseHandlers } from '../lib/response-handlers'\nimport {getAppServerRootUrl} from \"../../Lib/env\";\nimport {selectServiceStatusReport} from \"./HklServiceStatus.selectors\";\nimport Incident from \"../../Classes/Incident\";\nimport ServiceStatus from \"../../Classes/ServiceStatus\";\nimport {selectServiceIncidents} from \"./HklServiceIncidents.selectors\";\n\nexport async function fetchFallBackServiceStatuses () {\n return new Promise((resolve => resolve(fallbackServiceStatuses.content)))\n}\n\nexport async function fetchFallBackServiceIncidents () {\n return new Promise((resolve => resolve(fallBackIncidents.content.incidents)))\n}\n\nexport async function fetchServiceStatuses () : Promise {\n\n if (process.env.NODE_ENV !== 'production') {\n console.log(`Environment not production. Using local data.`);\n return await fetchFallBackServiceStatuses() as Promise\n }\n\n let url = `${getAppServerRootUrl()}/status-page/servicestatuses.json?${getCacheBustingGuid()}`\n let buildGetRequest1 = buildGetRequest({\n url,\n responseSelector: selectServiceStatusReport,\n responseHandlers: responseHandlers\n });\n const { xhr, promise } = buildGetRequest1\n await xhr.send()\n return promise as Promise\n}\n\nfunction getCacheBustingGuid()\n{\n return Date.now()\n}\n\nexport async function fetchServiceIncidents () : Promise {\n\n if (process.env.NODE_ENV !== 'production') {\n console.log(`Environment not production. Using local data.`);\n return await fetchFallBackServiceIncidents() as Promise\n }\n\n let url = `${getAppServerRootUrl()}/status-page/incidents.json?${getCacheBustingGuid()}`\n let buildGetRequest1 = buildGetRequest({\n url,\n responseSelector: selectServiceIncidents,\n responseHandlers: responseHandlers\n });\n const { xhr, promise } = buildGetRequest1\n await xhr.send()\n return promise as Promise\n}\n","\nexport function getAppServerRootUrl () {\n return 'https://assets.helpkidzlearn.com'\n}\n\nconst prod = {\n url: {\n API_URL: 'https://myapp.herokuapp.com',\n API_URL_USERS: 'https://myapp.herokuapp.com/users'}\n };\nconst dev = {\n url: {\n API_URL: 'http://localhost:3000'\n }\n};\nexport const config = process.env.NODE_ENV === 'development' ? dev : prod;\n\n\n","import React from 'react'\nimport './StatusIndicator.css'\n\nconst StatusIndicator = ({ status }:any) => {\n let statusIcon = '';\n if (status === 'healthy') statusIcon = '✓'\n if (status === 'maintenance') statusIcon = '!'\n if (status === 'unhealthy') statusIcon = 'X'\n\n return (\n {statusIcon} {status}\n )\n}\n\nexport default StatusIndicator\n","\nconst StatusMessage = ({children}:any) => {\n return (\n {children}
\n )\n}\n\nexport default StatusMessage\n\n","import React from 'react'\nimport moment from \"moment/moment\";\n\nconst UpdateDate = ({date, mustSupplyAsUtc}:any) =>\n{\n var utcDate = null\n try {\n if (mustSupplyAsUtc !== false && date.toString().indexOf('T') === -1 && date.toString().indexOf('Z') === -1)\n return null\n if (date !== null)\n {\n utcDate = new Date(date)\n }\n }\n catch {\n return null\n }\n\n if (utcDate === null) return null\n const dateformat = ' YYYY-MM-DD HH:mm'\n const dateStart = moment.utc(date).toDate()\n const formattedStartDate = moment(dateStart).local().format(dateformat)\n\n return (\n Last Updated: {formattedStartDate} \n )\n}\n\nUpdateDate.defaultProps = {\n mustSupplyAsUtc: true\n}\n\n\nexport default UpdateDate\n","import { useReducer } from 'react'\nimport { LoadStateType } from '../lib/LoadState.type'\nimport Incident from \"../../Classes/Incident\";\n\nexport enum IncidentListEvent {\n LoadStarted = 'LoadStarted',\n LoadCompleted = 'LoadCompleted',\n LoadErrored = 'LoadErrored'\n}\n\nexport interface IncidentListState {\n incidents: Incident[] | null,\n loadState: LoadStateType\n}\n\nexport interface IncidentListAction {\n type: IncidentListEvent,\n payload?: any\n}\n\nexport const initialState : IncidentListState = {\n incidents: [],\n loadState: LoadStateType.NotLoaded\n}\n\nconst childReducers = new Map([\n [IncidentListEvent.LoadStarted, loadStartedReducer],\n [IncidentListEvent.LoadErrored, loadErroredReducer],\n [IncidentListEvent.LoadCompleted, loadCompletedReducer],\n])\n\nexport function rootReducer (state: IncidentListState, action: IncidentListAction) {\n const theReducer = childReducers.get(action.type) || ((state) => state)\n return theReducer(state, action)\n}\n\nfunction loadStartedReducer (state: IncidentListState, action: IncidentListAction) {\n return {\n ...state,\n loadState: LoadStateType.LoadStarted\n }\n}\n\nfunction loadErroredReducer (state: IncidentListState, action: IncidentListAction) {\n return {\n ...state,\n loadState: LoadStateType.LoadErrored\n }\n}\n\nfunction loadCompletedReducer (state: IncidentListState, action: IncidentListAction) {\n\n return {\n ...state,\n loadState: LoadStateType.LoadCompleted,\n incidents: action.payload as Incident[]\n }\n}\n\nexport const useIncidentListReducer = () : [IncidentListState, (action: IncidentListAction) => {}] => {\n // @ts-ignore\n return useReducer(rootReducer, initialState)\n}\n\n","import React from 'react'\nimport StatusIndicator from \"./StatusIndicator\";\nimport './ServiceItem.css'\nimport StatusMessage from \"./StatusMessage\";\nimport UpdateDate from \"./UpdateDate\";\n\nconst ServiceItem = ({ serviceStatus } :any) => {\n\n if (serviceStatus === undefined) return null\n\n let StatusMessageDisplay = null\n let status = 'healthy'\n let DateDisplay =
\n\n if (serviceStatus.activeIssue === true && serviceStatus.message !== null && serviceStatus.message.length>0) {\n status = serviceStatus.isMaintenance ? 'maintenance' : 'unhealthy'\n StatusMessageDisplay =\n \n \n {serviceStatus.message}\n \n {DateDisplay}\n
\n }\n\n return (\n \n \n
\n {serviceStatus.name}\n
\n {StatusMessageDisplay}\n
\n \n )\n}\n\n\nexport const ServiceItemGhost = () => {\n return (\n \n \n \n )\n}\n\n\nexport default ServiceItem\n","import React from 'react'\nimport ServiceItem, {ServiceItemGhost} from './ServiceItem'\nimport './ServiceList.css'\nimport ServiceStatus from \"../Classes/ServiceStatus\";\n\nexport const ServiceList = ({serviceStatuses}: {serviceStatuses?:ServiceStatus[]}) => {\n\n if (serviceStatuses == null) return null\n\n return (\n \n {serviceStatuses.map((serviceStatus:ServiceStatus) => {\n return ;\n }\n )}\n
\n )\n}\n\nexport const ServiceListGhost = () => {\n return (\n \n {new Array(5).fill(null).map((val, index) =>\n \n )}\n
\n )\n}\n\n\n","import React from 'react'\nimport './AlertBox.css'\nimport UpdateDate from \"./UpdateDate\";\n\nconst AlertBox = ({ status, title, message, dateUtc}:any) => {\n\n let style = 'success'\n if (status!=='healthy') style = 'danger'\n if (status==='maintenance') style = 'warning'\n\n let MessageDisplay = null\n let DateDisplay = null\n let MessageBox = null\n\n if (message !== null)\n MessageDisplay = {message}
\n let TitleDisplay = {title}
\n if (dateUtc !== null)\n DateDisplay =
\n\n if (MessageDisplay !== null) {\n MessageBox = {MessageDisplay}{DateDisplay}
\n }\n\n return (\n \n {TitleDisplay}\n {MessageBox}\n
\n )\n}\n\nexport default AlertBox\n","import React from 'react'\nimport './SystemStatus.css'\nimport AlertBox from \"./AlertBox\";\n\nconst SystemStatus = ({ serviceStatusSummary } : any) => {\n\n if (serviceStatusSummary == null) return null\n\n let status = 'healthy'\n let title = '✓ All Systems Healthy'\n let message = null\n let dateUtc = Date.now()\n\n if (serviceStatusSummary.activeIssue) {\n status = 'unavailable'\n if (serviceStatusSummary.isMaintenance)\n status = 'maintenance'\n title = serviceStatusSummary.title\n message = serviceStatusSummary.message\n dateUtc = serviceStatusSummary.updateDateUtc\n }\n\n var StatusBar = \n\n var SystemStatusBlock =\n <>\n Systems
\n >\n\n return (\n \n {StatusBar}\n {SystemStatusBlock}\n
\n )\n}\n\nexport default SystemStatus\n","import React from 'react'\nimport './ServiceList.css'\nimport {ServiceListState, useServiceListReducer} from \"../Services/HklServiceStatus/HklServiceStatus.reducers\";\nimport {useLoadServiceStatuses} from \"../Services/HklServiceStatus/Hooks/useLoadHklServiceStatus.hook\";\nimport {ServiceList,ServiceListGhost} from \"./ServiceList\";\nimport {LoadStateType} from \"../Services/lib/LoadState.type\";\nimport SystemStatus from \"./SystemStatus\";\n\nexport default function ServiceStatusReportDisplay(){\n\n const [state, dispatch] = useServiceListReducer()\n useLoadServiceStatuses(dispatch)\n\n if (!selectIsLoaded(state)) return \n\n return (\n <>\n \n \n >\n )\n\n function selectIsLoaded (state: ServiceListState): boolean {\n return state.loadState === LoadStateType.LoadCompleted\n }\n}\n\n","import { useEffect } from 'react'\nimport {\n fetchFallBackServiceStatuses,\n fetchServiceStatuses,\n} from '../HklServiceStatus.service'\nimport { ServiceListAction, ServiceListEvent } from '../HklServiceStatus.reducers'\n\nexport function useLoadServiceStatuses (dispatch: (action: ServiceListAction) => void) {\n\n useEffect(() => {\n async function getLoadServiceStatuses () {\n dispatch({ type: ServiceListEvent.LoadStarted })\n try {\n const serviceStatusReport = await fetchServiceStatuses()\n console.log(`Got data for service statuses.`);\n dispatch({ type: ServiceListEvent.LoadCompleted, payload: serviceStatusReport })\n } catch(error) {\n console.log(`ERROR: Could not fetch online data for service statuses. Using local data.`);\n const serviceStatusReport = await fetchFallBackServiceStatuses();\n dispatch({ type: ServiceListEvent.LoadCompleted, payload: serviceStatusReport })\n }\n }\n\n getLoadServiceStatuses()\n }, [dispatch])\n}\n","export default function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n}","import toPropertyKey from \"./toPropertyKey.js\";\nfunction _defineProperties(target, props) {\n for (var i = 0; i < props.length; i++) {\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);\n }\n}\nexport default function _createClass(Constructor, protoProps, staticProps) {\n if (protoProps) _defineProperties(Constructor.prototype, protoProps);\n if (staticProps) _defineProperties(Constructor, staticProps);\n Object.defineProperty(Constructor, \"prototype\", {\n writable: false\n });\n return Constructor;\n}","export default function _setPrototypeOf(o, p) {\n _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {\n o.__proto__ = p;\n return o;\n };\n return _setPrototypeOf(o, p);\n}","export default function _getPrototypeOf(o) {\n _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {\n return o.__proto__ || Object.getPrototypeOf(o);\n };\n return _getPrototypeOf(o);\n}","import _typeof from \"./typeof.js\";\nimport assertThisInitialized from \"./assertThisInitialized.js\";\nexport default function _possibleConstructorReturn(self, call) {\n if (call && (_typeof(call) === \"object\" || typeof call === \"function\")) {\n return call;\n } else if (call !== void 0) {\n throw new TypeError(\"Derived constructors may only return object or undefined\");\n }\n return assertThisInitialized(self);\n}","export default function _assertThisInitialized(self) {\n if (self === void 0) {\n throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n }\n return self;\n}","import getPrototypeOf from \"./getPrototypeOf.js\";\nimport isNativeReflectConstruct from \"./isNativeReflectConstruct.js\";\nimport possibleConstructorReturn from \"./possibleConstructorReturn.js\";\nexport default function _createSuper(Derived) {\n var hasNativeReflectConstruct = isNativeReflectConstruct();\n return function _createSuperInternal() {\n var Super = getPrototypeOf(Derived),\n result;\n if (hasNativeReflectConstruct) {\n var NewTarget = getPrototypeOf(this).constructor;\n result = Reflect.construct(Super, arguments, NewTarget);\n } else {\n result = Super.apply(this, arguments);\n }\n return possibleConstructorReturn(this, result);\n };\n}","export default function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}","import React from 'react'\n\nclass Vector extends React.Component {\n static defaultProps = {\n color: false,\n size: '30px',\n spin: false\n };\n\n render () {\n const { size, path, viewBox } : any = this.props\n\n return (\n \n )\n }\n}\n\nconst CalendarIcon = (props: any) => {\n const path = 'M13 2H12V3.5C12 3.78 11.78 4 11.5 4H9.5C9.22 4 9 3.78 9 3.5V2H6V3.5C6 3.78 5.78 4 5.5 4H3.5C3.22 4 3 3.78 3 3.5V2H2C1.45 2 1 2.45 1 3V14C1 14.55 1.45 15 2 15H13C13.55 15 14 14.55 14 14V3C14 2.45 13.55 2 13 2ZM13 14H2V5H13V14ZM5 3H4V1H5V3ZM11 3H10V1H11V3ZM6 7H5V6H6V7ZM8 7H7V6H8V7ZM10 7H9V6H10V7ZM12 7H11V6H12V7ZM4 9H3V8H4V9ZM6 9H5V8H6V9ZM8 9H7V8H8V9ZM10 9H9V8H10V9ZM12 9H11V8H12V9ZM4 11H3V10H4V11ZM6 11H5V10H6V11ZM8 11H7V10H8V11ZM10 11H9V10H10V11ZM12 11H11V10H12V11ZM4 13H3V12H4V13ZM6 13H5V12H6V13ZM8 13H7V12H8V13ZM10 13H9V12H10V13Z'\n const viewBox = '0 0 14 16'\n\n return (\n \n )\n}\n\nexport { CalendarIcon }\n","import setPrototypeOf from \"./setPrototypeOf.js\";\nexport default function _inherits(subClass, superClass) {\n if (typeof superClass !== \"function\" && superClass !== null) {\n throw new TypeError(\"Super expression must either be null or a function\");\n }\n subClass.prototype = Object.create(superClass && superClass.prototype, {\n constructor: {\n value: subClass,\n writable: true,\n configurable: true\n }\n });\n Object.defineProperty(subClass, \"prototype\", {\n writable: false\n });\n if (superClass) setPrototypeOf(subClass, superClass);\n}","import moment from 'moment'\nimport React from 'react'\nimport './IncidentItem.css'\nimport { CalendarIcon } from './Icons'\n\nconst IncidentItem = ({ title, description, startdate, enddate }: { title:string, description:string, startdate:any, enddate:any }) => {\n\n const dateformat = ' YYYY-MM-DD HH:mm'\n const dateStart = moment.utc(startdate)\n const dateEnd = moment.utc(enddate)\n\n const formattedStartDate = dateStart.isValid() ? moment(dateStart).local().format(dateformat) : 'unspecified'\n const formattedEndDate = dateEnd.isValid() ? moment(dateEnd).local().format(dateformat) : 'ongoing'\n\n return (\n \n \n \n
\n \n
{title}
\n
{formattedStartDate} - {formattedEndDate}
\n
{description}
\n
\n \n )\n}\n\nexport default IncidentItem\n","import React from 'react'\nimport IncidentItem from './IncidentItem'\n\nimport './IncidentList.css'\n\nconst IncidentList = ({ incidents }: any) => {\n\n if (incidents == null || incidents.length === 0) return None
\n\n const sortedIncidents = incidents.sort((a:any, b:any) => b.enddate - a.enddate)\n const incidentItems = sortedIncidents.map((incident:any) => )\n\n return (\n \n )\n}\n\nexport default IncidentList\n","import moment from 'moment'\n\nclass Incident {\n constructor (id, title, description, type, systems, startdate, enddate) {\n this.id = id\n this.title = title\n this.description = description\n this.type = type\n this.systems = systems\n this.startdate = moment.utc(startdate)\n this.enddate = moment.utc(enddate)\n this.now = moment.utc()\n }\n\n IsActive () {\n return (\n this.startdate.isSameOrBefore(this.now)\n && (\n !this.enddate.isValid()\n || this.enddate.isAfter(this.now)\n )\n )\n }\n\n IsActiveForSystem (system) {\n return (\n this.systems.find(sys => sys.name === system)\n && this.IsActive()\n )\n }\n\n IsRecent () {\n const twoWeeksAgo = moment.utc().subtract('week', 2)\n return (\n this.startdate.isSameOrAfter(twoWeeksAgo)\n && this.enddate.isSameOrBefore(this.now)\n )\n }\n\n IsUpcoming = () => {\n return this.startdate.isAfter(this.now)\n }\n\n IsMaintenance = () => this.type === 'Maintenance'\n\n IsBug = () => this.type === 'Bug'\n}\n\nexport default Incident\n","import React, {Fragment} from 'react'\nimport IncidentList from './IncidentList'\n\nimport './Incidents.css'\nimport Incident from \"../Classes/Incident\";\n\nconst Incidents = ({ incidents }: {incidents:Incident[]|null}) => {\n\n if (incidents==null) return null\n const currentMaintenance = incidents.filter((incident:Incident) =>\n {\n let newIncident = new Incident(incident.id, incident.title, incident.description, incident.type, incident.systems, incident.startdate, incident.enddate)\n return newIncident.IsMaintenance() && newIncident.IsActive()\n })\n const upcomingMaintenance = incidents.filter((incident:Incident) =>\n {\n let newIncident = new Incident(incident.id, incident.title, incident.description, incident.type, incident.systems, incident.startdate, incident.enddate)\n return newIncident.IsMaintenance() && newIncident.IsUpcoming()\n })\n const recentIncidents = incidents.filter((incident:Incident) => {\n let newIncident = new Incident(incident.id, incident.title, incident.description, incident.type, incident.systems, incident.startdate, incident.enddate)\n return newIncident.IsRecent()\n })\n\n return (\n \n { renderCurrentMaintenance(currentMaintenance)}\n
Upcoming Maintenance
\n \n Recent Incidents
\n \n
\n )\n\n function renderCurrentMaintenance(currentMaintenance:Incident[]) {\n if (currentMaintenance.length === 0) return null\n return (\n \n Current Maintenance
\n \n \n )\n }\n}\n\nexport default Incidents\n","import React from 'react'\nimport './ServiceList.css'\nimport {ServiceListGhost} from \"./ServiceList\";\nimport {LoadStateType} from \"../Services/lib/LoadState.type\";\nimport {useLoadServiceIncidents} from \"../Services/HklServiceStatus/Hooks/useLoadHklServiceIncidents.hook\";\nimport {IncidentListState, useIncidentListReducer} from \"../Services/HklServiceStatus/HklServiceIncidents.reducers\";\nimport IncidentPanel from \"./Incidents\"\nexport default function IncidentDisplay(){\n\n const [state, dispatch] = useIncidentListReducer()\n useLoadServiceIncidents(dispatch)\n\n if (!selectIsLoaded(state)) return \n\n return (\n <>\n \n >\n )\n\n function selectIsLoaded (state: IncidentListState): boolean {\n return state.loadState === LoadStateType.LoadCompleted\n }\n}\n\n","import {useEffect} from 'react'\nimport {\n fetchFallBackServiceIncidents,\n fetchServiceIncidents\n} from '../HklServiceStatus.service'\nimport {IncidentListAction, IncidentListEvent} from \"../HklServiceIncidents.reducers\";\n\nexport function useLoadServiceIncidents (dispatch: (action: IncidentListAction) => void) {\n\n useEffect(() => {\n async function getLoadServiceIncidents () {\n dispatch({ type: IncidentListEvent.LoadStarted })\n try {\n const incidents = await fetchServiceIncidents()\n console.log(`Got data for service incidents.`);\n dispatch({ type: IncidentListEvent.LoadCompleted, payload: incidents })\n } catch (error) {\n console.log(`ERROR: Could not fetch remote data for service status. Falling back to local data.`);\n const serviceStatusReport = await fetchFallBackServiceIncidents();\n dispatch({ type: IncidentListEvent.LoadCompleted, payload: serviceStatusReport })\n }\n }\n\n getLoadServiceIncidents()\n }, [dispatch])\n}\n","import React from 'react';\nimport './App.css';\nimport Page from \"./Components/Page\";\nimport Logo from \"./Components/Logo\";\nimport ContactSupport from \"./Components/ContactSupport\";\nimport ServiceStatusReportDisplay from \"./Components/ServiceStatusReportDisplay\";\nimport IncidentDisplay from \"./Components/IncidentDisplay\";\n\nfunction App() {\n\n return (\n \n
\n Status
\n \n \n \n \n
\n \n
\n );\n}\n\nexport default App;\n","import { ReportHandler } from 'web-vitals';\n\nconst reportWebVitals = (onPerfEntry?: ReportHandler) => {\n if (onPerfEntry) {\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\n getCLS(onPerfEntry);\n getFID(onPerfEntry);\n getFCP(onPerfEntry);\n getLCP(onPerfEntry);\n getTTFB(onPerfEntry);\n });\n }\n};\n\nexport default reportWebVitals;\n","import React from 'react';\nimport ReactDOM from 'react-dom/client';\nimport './index.css';\nimport App from './App';\nimport reportWebVitals from './reportWebVitals';\n\nconst root = ReactDOM.createRoot(\n document.getElementById('root') as HTMLElement\n);\nroot.render(\n \n \n \n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n"],"names":["exports","hookCallback","some","hooks","apply","arguments","setHookCallback","callback","isArray","input","Array","Object","prototype","toString","call","isObject","hasOwnProp","a","b","hasOwnProperty","isObjectEmpty","obj","getOwnPropertyNames","length","k","isUndefined","isNumber","isDate","Date","map","arr","fn","i","res","arrLen","push","extend","valueOf","createUTC","format","locale","strict","createLocalOrUTC","utc","defaultParsingFlags","empty","unusedTokens","unusedInput","overflow","charsLeftOver","nullInput","invalidEra","invalidMonth","invalidFormat","userInvalidated","iso","parsedDateParts","era","meridiem","rfc2822","weekdayMismatch","getParsingFlags","m","_pf","isValid","_isValid","flags","parsedParts","isNowValid","isNaN","_d","getTime","invalidWeekday","_strict","undefined","bigHour","isFrozen","createInvalid","NaN","fun","t","this","len","momentProperties","updateInProgress","copyConfig","to","from","prop","val","momentPropertiesLen","_isAMomentObject","_i","_f","_l","_tzm","_isUTC","_offset","_locale","Moment","config","updateOffset","isMoment","warn","msg","suppressDeprecationWarnings","console","deprecate","firstTime","deprecationHandler","arg","key","args","argLen","slice","join","Error","stack","keys","deprecations","deprecateSimple","name","isFunction","Function","set","_config","_dayOfMonthOrdinalParseLenient","RegExp","_dayOfMonthOrdinalParse","source","_ordinalParse","mergeConfigs","parentConfig","childConfig","Locale","defaultCalendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","calendar","mom","now","output","_calendar","zeroFill","number","targetLength","forceSign","absNumber","Math","abs","zerosToFill","pow","max","substr","formattingTokens","localFormattingTokens","formatFunctions","formatTokenFunctions","addFormatToken","token","padded","ordinal","func","localeData","removeFormattingTokens","match","replace","makeFormatFunction","array","formatMoment","expandFormat","invalidDate","replaceLongDateFormatTokens","longDateFormat","lastIndex","test","defaultLongDateFormat","LTS","LT","L","LL","LLL","LLLL","_longDateFormat","formatUpper","toUpperCase","tok","defaultInvalidDate","_invalidDate","defaultOrdinal","defaultDayOfMonthOrdinalParse","_ordinal","defaultRelativeTime","future","past","s","ss","mm","h","hh","d","dd","w","ww","M","MM","y","yy","relativeTime","withoutSuffix","string","isFuture","_relativeTime","pastFuture","diff","aliases","addUnitAlias","unit","shorthand","lowerCase","toLowerCase","normalizeUnits","units","normalizeObjectUnits","inputObject","normalizedProp","normalizedInput","priorities","addUnitPriority","priority","getPrioritizedUnits","unitsObj","u","sort","isLeapYear","year","absFloor","ceil","floor","toInt","argumentForCoercion","coercedNumber","value","isFinite","makeGetSet","keepTime","set$1","get","month","date","daysInMonth","stringGet","stringSet","prioritized","prioritizedLen","regexes","match1","match2","match3","match4","match6","match1to2","match3to4","match5to6","match1to3","match1to4","match1to6","matchUnsigned","matchSigned","matchOffset","matchShortOffset","matchTimestamp","matchWord","addRegexToken","regex","strictRegex","isStrict","getParseRegexForToken","unescapeFormat","regexEscape","matched","p1","p2","p3","p4","tokens","addParseToken","tokenLen","addWeekParseToken","_w","addTimeToArrayFromToken","_a","indexOf","YEAR","MONTH","DATE","HOUR","MINUTE","SECOND","MILLISECOND","WEEK","WEEKDAY","mod","n","x","modMonth","o","monthsShort","months","monthsShortRegex","monthsRegex","monthsParse","defaultLocaleMonths","split","defaultLocaleMonthsShort","MONTHS_IN_FORMAT","defaultMonthsShortRegex","defaultMonthsRegex","localeMonths","_months","isFormat","localeMonthsShort","_monthsShort","handleStrictParse","monthName","ii","llc","toLocaleLowerCase","_monthsParse","_longMonthsParse","_shortMonthsParse","localeMonthsParse","_monthsParseExact","setMonth","dayOfMonth","min","getSetMonth","getDaysInMonth","computeMonthsParse","_monthsShortStrictRegex","_monthsShortRegex","_monthsStrictRegex","_monthsRegex","cmpLenRev","shortPieces","longPieces","mixedPieces","daysInYear","parseTwoDigitYear","parseInt","getSetYear","getIsLeapYear","createDate","ms","getFullYear","setFullYear","createUTCDate","UTC","getUTCFullYear","setUTCFullYear","firstWeekOffset","dow","doy","fwd","getUTCDay","dayOfYearFromWeeks","week","weekday","resYear","resDayOfYear","dayOfYear","weekOfYear","resWeek","weekOffset","weeksInYear","weekOffsetNext","localeWeek","_week","defaultLocaleWeek","localeFirstDayOfWeek","localeFirstDayOfYear","getSetWeek","add","getSetISOWeek","parseWeekday","weekdaysParse","parseIsoWeekday","shiftWeekdays","ws","concat","weekdaysMin","weekdaysShort","weekdays","weekdaysMinRegex","weekdaysShortRegex","weekdaysRegex","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","localeWeekdays","_weekdays","day","localeWeekdaysShort","_weekdaysShort","localeWeekdaysMin","_weekdaysMin","handleStrictParse$1","weekdayName","_weekdaysParse","_shortWeekdaysParse","_minWeekdaysParse","localeWeekdaysParse","_weekdaysParseExact","_fullWeekdaysParse","getSetDayOfWeek","getDay","getSetLocaleDayOfWeek","getSetISODayOfWeek","computeWeekdaysParse","_weekdaysStrictRegex","_weekdaysRegex","_weekdaysShortStrictRegex","_weekdaysShortRegex","_weekdaysMinStrictRegex","_weekdaysMinRegex","minp","shortp","longp","minPieces","hFormat","hours","kFormat","lowercase","minutes","matchMeridiem","_meridiemParse","localeIsPM","charAt","seconds","kInput","_isPm","isPM","_meridiem","pos","pos1","pos2","defaultLocaleMeridiemParse","getSetHour","localeMeridiem","isLower","globalLocale","baseConfig","dayOfMonthOrdinalParse","meridiemParse","locales","localeFamilies","commonPrefix","arr1","arr2","minl","normalizeLocale","chooseLocale","names","j","next","loadLocale","isLocaleNameSane","oldLocale","module","_abbr","aliasedRequire","getSetGlobalLocale","e","values","data","getLocale","defineLocale","abbr","parentLocale","forEach","updateLocale","tmpLocale","listLocales","checkOverflow","_overflowDayOfYear","_overflowWeeks","_overflowWeekday","extendedIsoRegex","basicIsoRegex","tzRegex","isoDates","isoTimes","aspNetJsonRegex","obsOffsets","UT","GMT","EDT","EST","CDT","CST","MDT","MST","PDT","PST","configFromISO","l","allowTime","dateFormat","timeFormat","tzFormat","exec","isoDatesLen","isoTimesLen","configFromStringAndFormat","extractFromRFC2822Strings","yearStr","monthStr","dayStr","hourStr","minuteStr","secondStr","result","untruncateYear","preprocessRFC2822","checkWeekday","weekdayStr","parsedInput","calculateOffset","obsOffset","militaryOffset","numOffset","hm","configFromRFC2822","parsedArray","setUTCMinutes","getUTCMinutes","configFromString","createFromInputFallback","defaults","c","currentDateArray","nowValue","_useUTC","getUTCMonth","getUTCDate","getMonth","getDate","configFromArray","currentDate","expectedWeekday","yearToUse","dayOfYearFromWeekInfo","_dayOfYear","_nextDay","weekYear","temp","weekdayOverflow","curWeek","GG","W","E","createLocal","gg","ISO_8601","RFC_2822","skipped","stringLength","totalParsedInputLength","meridiemFixWrap","erasConvertYear","hour","isPm","meridiemHour","configFromStringAndArray","tempConfig","bestMoment","scoreToBeat","currentScore","validFormatFound","bestFormatIsValid","configfLen","score","configFromObject","dayOrDate","minute","second","millisecond","createFromConfig","prepareConfig","preparse","configFromInput","isUTC","prototypeMin","other","prototypeMax","pickBy","moments","ordering","isDurationValid","unitHasDecimal","orderLen","parseFloat","isValid$1","createInvalid$1","createDuration","Duration","duration","years","quarters","quarter","weeks","isoWeek","days","milliseconds","_milliseconds","_days","_data","_bubble","isDuration","absRound","round","compareArrays","array1","array2","dontConvert","lengthDiff","diffs","offset","separator","utcOffset","sign","offsetFromString","chunkOffset","matcher","parts","matches","cloneWithOffset","model","clone","setTime","local","getDateOffset","getTimezoneOffset","getSetOffset","keepLocalTime","keepMinutes","localAdjust","_changeInProgress","addSubtract","getSetZone","setOffsetToUTC","setOffsetToLocal","subtract","setOffsetToParsedOffset","tZone","hasAlignedHourOffset","isDaylightSavingTime","isDaylightSavingTimeShifted","_isDSTShifted","toArray","isLocal","isUtcOffset","isUtc","aspNetRegex","isoRegex","ret","diffRes","parseIso","momentsDifference","inp","positiveMomentsDifference","base","isAfter","isBefore","createAdder","direction","period","tmp","isAdding","invalid","isString","String","isMomentInput","isNumberOrStringArray","isMomentInputObject","property","objectTest","propertyTest","properties","propertyLen","arrayTest","dataTypeTest","filter","item","isCalendarSpec","getCalendarFormat","myMoment","calendar$1","time","formats","sod","startOf","calendarFormat","localInput","endOf","isBetween","inclusivity","localFrom","localTo","isSame","inputMs","isSameOrAfter","isSameOrBefore","asFloat","that","zoneDelta","monthDiff","wholeMonthDiff","anchor","toISOString","keepOffset","toDate","inspect","prefix","datetime","suffix","zone","inputString","defaultFormatUtc","defaultFormat","postformat","humanize","fromNow","toNow","newLocaleData","lang","MS_PER_SECOND","MS_PER_MINUTE","MS_PER_HOUR","MS_PER_400_YEARS","mod$1","dividend","divisor","localStartOfDate","utcStartOfDate","startOfDate","isoWeekday","unix","toObject","toJSON","isValid$2","parsingFlags","invalidAt","creationData","localeEras","eras","_eras","since","until","localeErasParse","eraName","narrow","localeErasConvertYear","dir","getEraName","getEraNarrow","getEraAbbr","getEraYear","erasNameRegex","computeErasParse","_erasNameRegex","_erasRegex","erasAbbrRegex","_erasAbbrRegex","erasNarrowRegex","_erasNarrowRegex","matchEraAbbr","matchEraName","matchEraNarrow","matchEraYearOrdinal","_eraYearOrdinalRegex","abbrPieces","namePieces","narrowPieces","addWeekYearFormatToken","getter","getSetWeekYear","getSetWeekYearHelper","getSetISOWeekYear","getISOWeeksInYear","getISOWeeksInISOWeekYear","isoWeekYear","getWeeksInYear","weekInfo","getWeeksInWeekYear","weeksTarget","setWeekAll","dayOfYearData","getSetQuarter","erasParse","eraYearOrdinalParse","getSetDayOfMonth","getSetDayOfYear","getSetMinute","getSetMillisecond","getSetSecond","parseMs","getZoneAbbr","getZoneName","proto","createUnix","createInZone","parseZone","preParsePostFormat","Symbol","for","eraNarrow","eraAbbr","eraYear","isoWeeks","weeksInWeekYear","isoWeeksInYear","isoWeeksInISOWeekYear","isDST","zoneAbbr","zoneName","dates","isDSTShifted","proto$1","get$1","index","field","setter","listMonthsImpl","out","listWeekdaysImpl","localeSorted","shift","listMonths","listMonthsShort","listWeekdays","listWeekdaysShort","listWeekdaysMin","firstDayOfYear","firstDayOfWeek","langData","mathAbs","addSubtract$1","add$1","subtract$1","absCeil","bubble","monthsFromDays","monthsToDays","daysToMonths","as","valueOf$1","makeAs","alias","asMilliseconds","asSeconds","asMinutes","asHours","asDays","asWeeks","asMonths","asQuarters","asYears","clone$1","get$2","makeGetter","thresholds","substituteTimeAgo","relativeTime$1","posNegDuration","getSetRelativeTimeRounding","roundingFunction","getSetRelativeTimeThreshold","threshold","limit","argWithSuffix","argThresholds","withSuffix","th","assign","abs$1","toISOString$1","totalSign","ymSign","daysSign","hmsSign","total","toFixed","proto$2","toIsoString","version","relativeTimeRounding","relativeTimeThreshold","HTML5_FMT","DATETIME_LOCAL","DATETIME_LOCAL_SECONDS","DATETIME_LOCAL_MS","TIME","TIME_SECONDS","TIME_MS","factory","aa","require","ca","p","encodeURIComponent","da","Set","ea","fa","ha","ia","window","document","createElement","ja","ka","la","ma","v","f","g","acceptsBooleans","attributeName","attributeNamespace","mustUseProperty","propertyName","type","sanitizeURL","removeEmptyString","z","ra","sa","ta","pa","qa","oa","removeAttribute","setAttribute","setAttributeNS","xlinkHref","ua","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","va","wa","ya","za","Aa","Ba","Ca","Da","Ea","Fa","Ga","Ha","Ia","Ja","iterator","Ka","La","A","Ma","trim","Na","Oa","prepareStackTrace","defineProperty","Reflect","construct","displayName","includes","Pa","tag","render","Qa","$$typeof","_context","_payload","_init","Ra","Sa","Ta","nodeName","Va","_valueTracker","getOwnPropertyDescriptor","constructor","configurable","enumerable","getValue","setValue","stopTracking","Ua","Wa","checked","Xa","activeElement","body","Ya","defaultChecked","defaultValue","_wrapperState","initialChecked","Za","initialValue","controlled","ab","bb","cb","db","ownerDocument","eb","fb","options","selected","defaultSelected","disabled","gb","dangerouslySetInnerHTML","children","hb","ib","jb","textContent","kb","lb","mb","nb","namespaceURI","innerHTML","firstChild","removeChild","appendChild","MSApp","execUnsafeLocalFunction","ob","lastChild","nodeType","nodeValue","pb","animationIterationCount","aspectRatio","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridArea","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","fontWeight","lineClamp","lineHeight","opacity","order","orphans","tabSize","widows","zIndex","zoom","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","qb","rb","sb","style","setProperty","substring","tb","menuitem","area","br","col","embed","hr","img","keygen","link","meta","param","track","wbr","ub","vb","is","wb","xb","target","srcElement","correspondingUseElement","parentNode","yb","zb","Ab","Bb","Cb","stateNode","Db","Eb","Fb","Gb","Hb","Ib","Jb","Kb","Lb","Mb","addEventListener","removeEventListener","Nb","onError","Ob","Pb","Qb","Rb","Sb","Tb","Vb","alternate","return","Wb","memoizedState","dehydrated","Xb","Zb","child","sibling","current","Yb","$b","ac","unstable_scheduleCallback","bc","unstable_cancelCallback","cc","unstable_shouldYield","dc","unstable_requestPaint","B","unstable_now","ec","unstable_getCurrentPriorityLevel","fc","unstable_ImmediatePriority","gc","unstable_UserBlockingPriority","hc","unstable_NormalPriority","ic","unstable_LowPriority","jc","unstable_IdlePriority","kc","lc","oc","clz32","pc","qc","log","LN2","rc","sc","tc","uc","pendingLanes","suspendedLanes","pingedLanes","entangledLanes","entanglements","vc","xc","yc","zc","Ac","eventTimes","Cc","C","Dc","Ec","Fc","Gc","Hc","Ic","Jc","Kc","Lc","Mc","Nc","Oc","Map","Pc","Qc","Rc","Sc","delete","pointerId","Tc","nativeEvent","blockedOn","domEventName","eventSystemFlags","targetContainers","Vc","Wc","isDehydrated","containerInfo","Xc","Yc","dispatchEvent","Zc","$c","ad","bd","cd","ReactCurrentBatchConfig","ed","transition","fd","gd","hd","id","Uc","stopPropagation","jd","kd","ld","md","nd","od","keyCode","charCode","pd","qd","rd","_reactName","_targetInst","currentTarget","isDefaultPrevented","defaultPrevented","returnValue","isPropagationStopped","preventDefault","cancelBubble","persist","isPersistent","wd","xd","yd","sd","eventPhase","bubbles","cancelable","timeStamp","isTrusted","td","ud","view","detail","vd","Ad","screenX","screenY","clientX","clientY","pageX","pageY","ctrlKey","shiftKey","altKey","metaKey","getModifierState","zd","button","buttons","relatedTarget","fromElement","toElement","movementX","movementY","Bd","Dd","dataTransfer","Fd","Hd","animationName","elapsedTime","pseudoElement","Id","clipboardData","Jd","Ld","Md","Esc","Spacebar","Left","Up","Right","Down","Del","Win","Menu","Apps","Scroll","MozPrintableKey","Nd","Od","Alt","Control","Meta","Shift","Pd","Qd","fromCharCode","code","location","repeat","which","Rd","Td","width","height","pressure","tangentialPressure","tiltX","tiltY","twist","pointerType","isPrimary","Vd","touches","targetTouches","changedTouches","Xd","Yd","deltaX","wheelDeltaX","deltaY","wheelDeltaY","wheelDelta","deltaZ","deltaMode","Zd","$d","ae","be","documentMode","ce","de","ee","fe","ge","he","ie","le","color","email","password","range","search","tel","text","url","me","ne","oe","event","listeners","pe","qe","re","se","te","ue","ve","we","xe","ye","ze","oninput","Ae","detachEvent","Be","Ce","attachEvent","De","Ee","Fe","He","Ie","Je","Ke","node","nextSibling","Le","contains","compareDocumentPosition","Me","HTMLIFrameElement","contentWindow","href","Ne","contentEditable","Oe","focusedElem","selectionRange","documentElement","start","end","selectionStart","selectionEnd","defaultView","getSelection","rangeCount","anchorNode","anchorOffset","focusNode","focusOffset","createRange","setStart","removeAllRanges","addRange","setEnd","element","left","scrollLeft","top","scrollTop","focus","Pe","Qe","Re","Se","Te","Ue","Ve","We","animationend","animationiteration","animationstart","transitionend","Xe","Ye","Ze","animation","$e","af","bf","cf","df","ef","ff","gf","hf","lf","mf","nf","Ub","instance","listener","D","of","has","pf","qf","rf","random","sf","bind","capture","passive","J","F","tf","uf","parentWindow","vf","wf","na","xa","$a","ba","je","char","ke","unshift","xf","yf","zf","Af","Bf","Cf","Df","Ef","__html","Ff","setTimeout","Gf","clearTimeout","Hf","Promise","Jf","queueMicrotask","resolve","then","catch","If","Kf","Lf","Mf","previousSibling","Nf","Of","Pf","Qf","Rf","Sf","Tf","Uf","G","Vf","H","Wf","Xf","Yf","contextTypes","__reactInternalMemoizedUnmaskedChildContext","__reactInternalMemoizedMaskedChildContext","Zf","childContextTypes","$f","ag","bg","getChildContext","cg","__reactInternalMemoizedMergedChildContext","dg","eg","fg","hg","jg","kg","lg","mg","ng","og","pg","qg","rg","sg","tg","ug","vg","wg","xg","yg","I","zg","Ag","Bg","elementType","deletions","Cg","pendingProps","treeContext","retryLane","Dg","mode","Eg","Fg","Gg","memoizedProps","Hg","Ig","Jg","Kg","Lg","defaultProps","Mg","Ng","Og","Pg","Qg","Rg","_currentValue","Sg","childLanes","Tg","dependencies","firstContext","lanes","Ug","Vg","context","memoizedValue","Wg","Xg","Yg","interleaved","Zg","$g","ah","updateQueue","baseState","firstBaseUpdate","lastBaseUpdate","shared","pending","effects","bh","ch","eventTime","lane","payload","dh","K","eh","fh","gh","q","r","ih","jh","Component","refs","kh","nh","isMounted","_reactInternals","enqueueSetState","lh","mh","enqueueReplaceState","enqueueForceUpdate","oh","shouldComponentUpdate","isPureReactComponent","ph","contextType","state","updater","qh","componentWillReceiveProps","UNSAFE_componentWillReceiveProps","rh","props","getDerivedStateFromProps","getSnapshotBeforeUpdate","UNSAFE_componentWillMount","componentWillMount","componentDidMount","sh","ref","_owner","_stringRef","uh","vh","wh","xh","yh","implementation","zh","Ah","done","Bh","Ch","Dh","Eh","Fh","Gh","Hh","Ih","tagName","Jh","Kh","Lh","Mh","revealOrder","Nh","Oh","_workInProgressVersionPrimary","Ph","ReactCurrentDispatcher","Qh","Rh","N","O","P","Sh","Th","Uh","Vh","Q","Wh","Xh","Yh","Zh","$h","ai","bi","ci","baseQueue","queue","di","ei","fi","lastRenderedReducer","action","hasEagerState","eagerState","lastRenderedState","dispatch","gi","hi","ji","ki","getSnapshot","li","mi","R","ni","lastEffect","stores","oi","pi","qi","ri","create","destroy","deps","si","ti","ui","vi","wi","xi","yi","zi","Ai","Bi","Ci","Di","Ei","Fi","Gi","Hi","Ii","Ji","readContext","useCallback","useContext","useEffect","useImperativeHandle","useInsertionEffect","useLayoutEffect","useMemo","useReducer","useRef","useState","useDebugValue","useDeferredValue","useTransition","useMutableSource","useSyncExternalStore","useId","unstable_isNewReconciler","identifierPrefix","Ki","message","digest","Li","Mi","error","Ni","WeakMap","Oi","Pi","Qi","Ri","getDerivedStateFromError","componentDidCatch","Si","componentStack","Ti","pingCache","Ui","Vi","Wi","Xi","ReactCurrentOwner","Yi","Zi","$i","aj","bj","compare","cj","dj","ej","baseLanes","cachePool","transitions","fj","gj","hj","ij","jj","UNSAFE_componentWillUpdate","componentWillUpdate","componentDidUpdate","kj","lj","pendingContext","mj","Aj","Bj","Cj","Dj","nj","oj","pj","fallback","qj","rj","tj","dataset","dgst","uj","vj","_reactRetry","sj","subtreeFlags","wj","xj","isBackwards","rendering","renderingStartTime","last","tail","tailMode","yj","Ej","S","Fj","Gj","wasMultiple","multiple","suppressHydrationWarning","onClick","onclick","size","createElementNS","autoFocus","createTextNode","T","Hj","Ij","Jj","Kj","U","Lj","WeakSet","V","Mj","Nj","Oj","Qj","Rj","Sj","Tj","Uj","Vj","Wj","insertBefore","_reactRootContainer","Xj","X","Yj","Zj","ak","onCommitFiberUnmount","componentWillUnmount","bk","ck","dk","ek","fk","isHidden","gk","hk","display","ik","jk","kk","lk","__reactInternalSnapshotBeforeUpdate","src","Wk","mk","nk","ok","pk","Y","Z","qk","rk","sk","tk","uk","Infinity","vk","wk","xk","yk","zk","Ak","Bk","Ck","Dk","Ek","callbackNode","expirationTimes","expiredLanes","wc","callbackPriority","ig","Fk","Gk","Hk","Ik","Jk","Kk","Lk","Mk","Nk","Ok","Pk","finishedWork","finishedLanes","Qk","timeoutHandle","Rk","Sk","Tk","Uk","Vk","mutableReadLanes","Bc","Pj","onCommitFiberRoot","mc","onRecoverableError","Xk","onPostCommitFiberRoot","Yk","Zk","al","isReactComponent","pendingChildren","bl","mutableSourceEagerHydrationData","cl","cache","pendingSuspenseBoundaries","el","fl","gl","hl","il","jl","zj","$k","ll","reportError","ml","_internalRoot","nl","ol","pl","ql","sl","rl","unmount","unstable_scheduleHydration","splice","querySelectorAll","JSON","stringify","form","tl","usingClientEntryPoint","Events","ul","findFiberByHostInstance","bundleType","rendererPackageName","vl","rendererConfig","overrideHookState","overrideHookStateDeletePath","overrideHookStateRenamePath","overrideProps","overridePropsDeletePath","overridePropsRenamePath","setErrorHandler","setSuspenseHandler","scheduleUpdate","currentDispatcherRef","findHostInstanceByFiber","findHostInstancesForRefresh","scheduleRefresh","scheduleRoot","setRefreshHandler","getCurrentFiber","reconcilerVersion","__REACT_DEVTOOLS_GLOBAL_HOOK__","wl","isDisabled","supportsFiber","inject","createPortal","dl","createRoot","unstable_strictMode","findDOMNode","flushSync","hydrate","hydrateRoot","hydratedSources","_getVersion","_source","unmountComponentAtNode","unstable_batchedUpdates","unstable_renderSubtreeIntoContainer","checkDCE","err","__self","__source","Fragment","jsx","jsxs","setState","forceUpdate","escape","_status","_result","default","Children","count","only","Profiler","PureComponent","StrictMode","Suspense","cloneElement","createContext","_currentValue2","_threadCount","Provider","Consumer","_defaultValue","_globalName","createFactory","createRef","forwardRef","isValidElement","lazy","memo","startTransition","unstable_act","pop","sortIndex","performance","setImmediate","startTime","expirationTime","priorityLevel","navigator","scheduling","isInputPending","MessageChannel","port2","port1","onmessage","postMessage","unstable_Profiling","unstable_continueExecution","unstable_forceFrameRate","unstable_getFirstCallbackNode","unstable_next","unstable_pauseExecution","unstable_runWithPriority","delay","unstable_wrapCallback","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","loaded","__webpack_modules__","__esModule","definition","chunkId","all","reduce","promises","miniCssF","inProgress","dataWebpackPrefix","script","needAttach","scripts","getElementsByTagName","getAttribute","charset","timeout","nc","onScriptComplete","prev","onerror","onload","doneFns","head","toStringTag","nmd","paths","installedChunks","installedChunkData","promise","reject","errorType","realSrc","request","webpackJsonpCallback","parentChunkLoadingFunction","chunkIds","moreModules","runtime","chunkLoadingGlobal","self","className","logo","alt","LoadStateType","ServiceListEvent","_arrayLikeToArray","_slicedToArray","_s","_e","_x","_r","_arr","_n","minLen","TypeError","_typeof","_toPropertyKey","hint","prim","toPrimitive","Number","_defineProperty","writable","ownKeys","object","enumerableOnly","getOwnPropertySymbols","symbols","sym","_objectSpread2","getOwnPropertyDescriptors","defineProperties","initialState","serviceStatusSummary","serviceStatuses","loadState","NotLoaded","childReducers","LoadStarted","LoadErrored","LoadCompleted","rootReducer","theReducer","useServiceListReducer","_regeneratorRuntime","Op","hasOwn","desc","$Symbol","iteratorSymbol","asyncIteratorSymbol","asyncIterator","toStringTagSymbol","define","wrap","innerFn","outerFn","tryLocsList","protoGenerator","Generator","generator","Context","makeInvokeMethod","tryCatch","ContinueSentinel","GeneratorFunction","GeneratorFunctionPrototype","IteratorPrototype","getProto","getPrototypeOf","NativeIteratorPrototype","Gp","defineIteratorMethods","method","_invoke","AsyncIterator","PromiseImpl","invoke","record","__await","unwrapped","previousPromise","callInvokeWithMethodAndArg","doneResult","delegate","delegateResult","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","methodName","info","resultName","nextLoc","pushTryEntry","locs","entry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","resetTryEntry","completion","reset","iterable","iteratorMethod","isGeneratorFunction","genFun","ctor","mark","setPrototypeOf","__proto__","awrap","async","iter","reverse","skipTempReset","stop","rootRecord","rval","exception","handle","loc","caught","hasCatch","hasFinally","finallyEntry","complete","finish","thrown","delegateYield","asyncGeneratorStep","gen","_next","_throw","_asyncToGenerator","buildGetRequest","responseSelector","xhr","XMLHttpRequest","status","response","open","responseHandlers","handler","isOk","reloadContent","standardFailedResponseHandler","getHandlerForResponse","reload","responseURL","selectServiceStatusReport","parse","content","selectServiceIncidents","incidents","fetchFallBackServiceStatuses","fallbackServiceStatuses","fetchFallBackServiceIncidents","fallBackIncidents","fetchServiceStatuses","getCacheBustingGuid","buildGetRequest1","send","fetchServiceIncidents","statusIcon","UpdateDate","mustSupplyAsUtc","utcDate","dateStart","moment","formattedStartDate","IncidentListEvent","ServiceItemGhost","serviceStatus","StatusMessageDisplay","DateDisplay","updateDateUtc","activeIssue","isMaintenance","ServiceList","ServiceListGhost","fill","title","dateUtc","MessageDisplay","MessageBox","TitleDisplay","StatusBar","SystemStatusBlock","ServiceStatusReportDisplay","serviceStatusReport","getLoadServiceStatuses","useLoadServiceStatuses","selectIsLoaded","useIncidentListReducer","_classCallCheck","Constructor","_defineProperties","descriptor","_createClass","protoProps","staticProps","_setPrototypeOf","_getPrototypeOf","_possibleConstructorReturn","ReferenceError","_createSuper","Derived","hasNativeReflectConstruct","sham","Proxy","Boolean","Super","NewTarget","Vector","subClass","superClass","path","viewBox","React","spin","CalendarIcon","description","startdate","enddate","dateformat","dateEnd","formattedEndDate","incidentItems","incident","systems","IsUpcoming","IsMaintenance","IsBug","system","find","sys","IsActive","twoWeeksAgo","currentMaintenance","newIncident","Incident","upcomingMaintenance","recentIncidents","IsRecent","renderCurrentMaintenance","IncidentDisplay","getLoadServiceIncidents","useLoadServiceIncidents","onPerfEntry","getCLS","getFID","getFCP","getLCP","getTTFB","ReactDOM","getElementById","reportWebVitals"],"sourceRoot":""}