Auto generated commit

This commit is contained in:
jeluard 2019-03-28 09:16:08 +00:00
parent bdc8a7e3cd
commit 7a348204ed
18 changed files with 232 additions and 240 deletions

View File

@ -1,14 +1,14 @@
{
"main.js": "/status-components/main.4219b8cb7d58862b56fa.bundle.js",
"main.js.map": "/status-components/main.4219b8cb7d58862b56fa.bundle.js.map",
"runtime~main.js": "/status-components/runtime~main.4219b8cb7d58862b56fa.bundle.js",
"runtime~main.js.map": "/status-components/runtime~main.4219b8cb7d58862b56fa.bundle.js.map",
"main.js": "/status-components/main.38aef62cbdd8436ffb46.bundle.js",
"main.js.map": "/status-components/main.38aef62cbdd8436ffb46.bundle.js.map",
"runtime~main.js": "/status-components/runtime~main.38aef62cbdd8436ffb46.bundle.js",
"runtime~main.js.map": "/status-components/runtime~main.38aef62cbdd8436ffb46.bundle.js.map",
"vendors~main.css": "/status-components/vendors~main.css",
"vendors~main.js": "/status-components/vendors~main.4219b8cb7d58862b56fa.bundle.js",
"vendors~main.js": "/status-components/vendors~main.38aef62cbdd8436ffb46.bundle.js",
"vendors~main.css.map": "/status-components/vendors~main.css.map",
"vendors~main.js.map": "/status-components/vendors~main.4219b8cb7d58862b56fa.bundle.js.map",
"vendors~main.js.map": "/status-components/vendors~main.38aef62cbdd8436ffb46.bundle.js.map",
"iframe.html": "/status-components/iframe.html",
"precache-manifest.e05969a9bf4953fbae9e3491e9b45b77.js": "/status-components/precache-manifest.e05969a9bf4953fbae9e3491e9b45b77.js",
"precache-manifest.9619b839b39bdfe7827c37284ce666dd.js": "/status-components/precache-manifest.9619b839b39bdfe7827c37284ce666dd.js",
"service-worker.js": "/status-components/service-worker.js",
"static/media/index.css": "/status-components/static/media/roboto-latin-900italic.bc833e72.woff"
}

View File

@ -58,4 +58,4 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
}</script><link rel="stylesheet" href="https://rsms.me/inter/inter.css"><link href="vendors~main.css" rel="stylesheet"></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><script src="runtime~main.4219b8cb7d58862b56fa.bundle.js"></script><script src="vendors~main.4219b8cb7d58862b56fa.bundle.js"></script><script src="main.4219b8cb7d58862b56fa.bundle.js"></script></body></html>
}</script><link rel="stylesheet" href="https://rsms.me/inter/inter.css"><link href="vendors~main.css" rel="stylesheet"></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><script src="runtime~main.38aef62cbdd8436ffb46.bundle.js"></script><script src="vendors~main.38aef62cbdd8436ffb46.bundle.js"></script><script src="main.38aef62cbdd8436ffb46.bundle.js"></script></body></html>

View File

@ -14,4 +14,4 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
}</script></head><body><div id="root"></div><script src="runtime~main.6ac4c33d73ae9704bbb9.bundle.js"></script><script src="vendors~main.1717b5a3673d7fe180d2.bundle.js"></script><script src="main.5ff807ef7a38b20b1e34.bundle.js"></script></body></html>
}</script></head><body><div id="root"></div><script src="runtime~main.6ac4c33d73ae9704bbb9.bundle.js"></script><script src="vendors~main.dc38ac39ce5357a2409b.bundle.js"></script><script src="main.37b20bf97ac05f0f96f7.bundle.js"></script></body></html>

View File

@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{402:function(n,o,p){p(403),p(480),n.exports=p(878)},480:function(n,o,p){"use strict";p.r(o);p(481),p(708),p(711),p(715),p(870),p(873)}},[[402,1,2]]]);

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"version":3,"file":"main.4219b8cb7d58862b56fa.bundle.js","sources":["webpack:///./src/components/Button.jsx"],"sourcesContent":["import React from 'react'\nimport PropTypes from 'prop-types'\nimport {\n ViewPropTypes,\n StyleSheet,\n Text,\n TouchableHighlight,\n} from 'react-native'\n\n// Theme\nimport theme from '../theme'\n\nconst { colors } = theme\n\nconst styles = StyleSheet.create({\n touchable: {\n backgroundColor: colors.main.white.rgb,\n borderRadius: 8,\n flexDirection: 'row',\n flexWrap: 'wrap',\n justifyContent: 'center',\n alignItems: 'center',\n },\n touchableMain: {\n backgroundColor: colors.main.accentBlue.rgb,\n },\n touchableDisabled: {\n backgroundColor: colors.main.lightGrey.rgb,\n },\n text: {\n marginHorizontal: 32,\n marginVertical: 11,\n color: colors.main.accentBlue.rgb,\n textAlign: 'center',\n fontSize: 15,\n },\n textMain: {\n color: colors.main.white.rgb,\n },\n textDisabled: {\n color: colors.main.darkGrey.rgb,\n },\n})\n\nclass Button extends React.Component {\n render() {\n const { main, title, disabled, onPress, accessibilityLabel } = this.props\n\n return (\n <TouchableHighlight\n style={[\n styles.touchable,\n main && styles.touchableMain,\n disabled && styles.touchableDisabled,\n ]}\n disabled={disabled}\n onPress={onPress}\n accessibilityLabel={accessibilityLabel}\n >\n <Text style={[styles.text, main && styles.textMain, disabled && styles.textDisabled]}>\n {title}\n </Text>\n </TouchableHighlight>\n )\n }\n}\n\nButton.propTypes = {\n accessibilityLabel: PropTypes.func,\n disabled: PropTypes.bool,\n main: PropTypes.bool,\n onPress: PropTypes.func,\n title: PropTypes.string,\n}\n\nexport default Button\n"],"mappings":"AAYA","sourceRoot":""}
{"version":3,"file":"main.38aef62cbdd8436ffb46.bundle.js","sources":["webpack:///./src/components/Button.jsx"],"sourcesContent":["import React from 'react'\nimport PropTypes from 'prop-types'\nimport {\n ViewPropTypes,\n StyleSheet,\n Text,\n TouchableHighlight,\n} from 'react-native'\n\n// Theme\nimport theme from '../theme'\n\nconst { colors } = theme\n\nconst styles = StyleSheet.create({\n touchable: {\n backgroundColor: colors.main.white.rgb,\n borderRadius: 8,\n flexDirection: 'row',\n flexWrap: 'wrap',\n justifyContent: 'center',\n alignItems: 'center',\n },\n touchableMain: {\n backgroundColor: colors.main.accentBlue.rgb,\n },\n touchableDisabled: {\n backgroundColor: colors.main.lightGrey.rgb,\n },\n text: {\n marginHorizontal: 32,\n marginVertical: 11,\n color: colors.main.accentBlue.rgb,\n textAlign: 'center',\n fontSize: 15,\n },\n textMain: {\n color: colors.main.white.rgb,\n },\n textDisabled: {\n color: colors.main.darkGrey.rgb,\n },\n})\n\nclass Button extends React.Component {\n render() {\n const { main, title, disabled, onPress, accessibilityLabel } = this.props\n\n return (\n <TouchableHighlight\n style={[\n styles.touchable,\n main && styles.touchableMain,\n disabled && styles.touchableDisabled,\n ]}\n disabled={disabled}\n onPress={onPress}\n accessibilityLabel={accessibilityLabel}\n >\n <Text style={[styles.text, main && styles.textMain, disabled && styles.textDisabled]}>\n {title}\n </Text>\n </TouchableHighlight>\n )\n }\n}\n\nButton.propTypes = {\n accessibilityLabel: PropTypes.func,\n disabled: PropTypes.bool,\n main: PropTypes.bool,\n onPress: PropTypes.func,\n title: PropTypes.string,\n}\n\nexport default Button\n"],"mappings":"AAYA","sourceRoot":""}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{416:function(n,o,p){p(417),p(494),n.exports=p(905)},494:function(n,o,p){"use strict";p.r(o);p(495),p(735),p(738),p(742),p(897),p(900)}},[[416,1,2]]]);

View File

@ -1,38 +1,38 @@
self.__precacheManifest = [
{
"revision": "9680d5a0c32d2fd084e07bbc4c8b2923",
"url": "static/media/roboto-latin-400italic.9680d5a0.woff"
"revision": "d8bcbe724fd6f4ba44d0ee6a2675890f",
"url": "static/media/roboto-latin-400italic.d8bcbe72.woff2"
},
{
"url": "main.4219b8cb7d58862b56fa.bundle.js"
"url": "main.38aef62cbdd8436ffb46.bundle.js"
},
{
"revision": "d7de773041ae621253c9",
"revision": "a8f70a68e07ebff70238",
"url": "vendors~main.css"
},
{
"url": "vendors~main.4219b8cb7d58862b56fa.bundle.js"
"url": "vendors~main.38aef62cbdd8436ffb46.bundle.js"
},
{
"revision": "987b84570ea69ee660455b8d5e91f5f1",
"url": "static/media/roboto-latin-100.987b8457.woff2"
},
{
"revision": "e9dbbe8a693dd275c16d32feb101f1c1",
"url": "static/media/roboto-latin-100.e9dbbe8a.woff"
},
{
"revision": "6232f43d15b0e7a0bf0fe82e295bdd06",
"url": "static/media/roboto-latin-100italic.6232f43d.woff2"
},
{
"revision": "55536c8e9e9a532651e3cf374f290ea3",
"url": "static/media/roboto-latin-300.55536c8e.woff2"
},
{
"revision": "d704bb3d579b7d5e40880c75705c8a71",
"url": "static/media/roboto-latin-100italic.d704bb3d.woff"
},
{
"revision": "e9dbbe8a693dd275c16d32feb101f1c1",
"url": "static/media/roboto-latin-100.e9dbbe8a.woff"
},
{
"revision": "55536c8e9e9a532651e3cf374f290ea3",
"url": "static/media/roboto-latin-300.55536c8e.woff2"
},
{
"revision": "a1471d1d6431c893582a5f6a250db3f9",
"url": "static/media/roboto-latin-300.a1471d1d.woff"
@ -41,45 +41,49 @@ self.__precacheManifest = [
"revision": "d69924b98acd849cdeba9fbff3f88ea6",
"url": "static/media/roboto-latin-300italic.d69924b9.woff2"
},
{
"revision": "210a7c781f5a354a0e4985656ab456d9",
"url": "static/media/roboto-latin-300italic.210a7c78.woff"
},
{
"revision": "5d4aeb4e5f5ef754e307d7ffaef688bd",
"url": "static/media/roboto-latin-400.5d4aeb4e.woff2"
},
{
"revision": "210a7c781f5a354a0e4985656ab456d9",
"url": "static/media/roboto-latin-300italic.210a7c78.woff"
},
{
"revision": "bafb105baeb22d965c70fe52ba6b49d9",
"url": "static/media/roboto-latin-400.bafb105b.woff"
},
{
"url": "runtime~main.4219b8cb7d58862b56fa.bundle.js"
"url": "runtime~main.38aef62cbdd8436ffb46.bundle.js"
},
{
"revision": "de8b7431b74642e830af4d4f4b513ec9",
"url": "static/media/roboto-latin-500.de8b7431.woff"
},
{
"revision": "285467176f7fe6bb6a9c6873b3dad2cc",
"url": "static/media/roboto-latin-500.28546717.woff2"
},
{
"revision": "d8bcbe724fd6f4ba44d0ee6a2675890f",
"url": "static/media/roboto-latin-400italic.d8bcbe72.woff2"
},
{
"revision": "ffcc050b2d92d4b14a4fcb527ee0bcc8",
"url": "static/media/roboto-latin-500italic.ffcc050b.woff"
"revision": "9680d5a0c32d2fd084e07bbc4c8b2923",
"url": "static/media/roboto-latin-400italic.9680d5a0.woff"
},
{
"revision": "510dec37fa69fba39593e01a469ee018",
"url": "static/media/roboto-latin-500italic.510dec37.woff2"
},
{
"revision": "de8b7431b74642e830af4d4f4b513ec9",
"url": "static/media/roboto-latin-500.de8b7431.woff"
},
{
"revision": "ffcc050b2d92d4b14a4fcb527ee0bcc8",
"url": "static/media/roboto-latin-500italic.ffcc050b.woff"
},
{
"revision": "285467176f7fe6bb6a9c6873b3dad2cc",
"url": "static/media/roboto-latin-500.28546717.woff2"
},
{
"revision": "037d830416495def72b7881024c14b7b",
"url": "static/media/roboto-latin-700.037d8304.woff2"
},
{
"revision": "010c1aeee3c6d1cbb1d5761d80353823",
"url": "static/media/roboto-latin-700italic.010c1aee.woff2"
},
{
"revision": "cf6613d1adf490972c557a8e318e0868",
"url": "static/media/roboto-latin-700.cf6613d1.woff"
@ -89,27 +93,23 @@ self.__precacheManifest = [
"url": "static/media/roboto-latin-700italic.846d1890.woff"
},
{
"revision": "010c1aeee3c6d1cbb1d5761d80353823",
"url": "static/media/roboto-latin-700italic.010c1aee.woff2"
"revision": "8c2ade503b34e31430d6c98aa29a52a3",
"url": "static/media/roboto-latin-900.8c2ade50.woff"
},
{
"revision": "19b7a0adfdd4f808b53af7e2ce2ad4e5",
"url": "static/media/roboto-latin-900.19b7a0ad.woff2"
},
{
"revision": "8c2ade503b34e31430d6c98aa29a52a3",
"url": "static/media/roboto-latin-900.8c2ade50.woff"
"revision": "bc833e725c137257c2c42a789845d82f",
"url": "static/media/roboto-latin-900italic.bc833e72.woff"
},
{
"revision": "7b770d6c53423deb1a8e49d3c9175184",
"url": "static/media/roboto-latin-900italic.7b770d6c.woff2"
},
{
"revision": "bc833e725c137257c2c42a789845d82f",
"url": "static/media/roboto-latin-900italic.bc833e72.woff"
},
{
"revision": "ed30bd0d95264bc7af189a6cadcb6708",
"revision": "a5596c613ed9e529612cc59eed3c2429",
"url": "iframe.html"
}
];

View File

@ -1,2 +1,2 @@
!function(modules){function webpackJsonpCallback(data){for(var moduleId,chunkId,chunkIds=data[0],moreModules=data[1],executeModules=data[2],i=0,resolves=[];i<chunkIds.length;i++)chunkId=chunkIds[i],installedChunks[chunkId]&&resolves.push(installedChunks[chunkId][0]),installedChunks[chunkId]=0;for(moduleId in moreModules)Object.prototype.hasOwnProperty.call(moreModules,moduleId)&&(modules[moduleId]=moreModules[moduleId]);for(parentJsonpFunction&&parentJsonpFunction(data);resolves.length;)resolves.shift()();return deferredModules.push.apply(deferredModules,executeModules||[]),checkDeferredModules()}function checkDeferredModules(){for(var result,i=0;i<deferredModules.length;i++){for(var deferredModule=deferredModules[i],fulfilled=!0,j=1;j<deferredModule.length;j++){var depId=deferredModule[j];0!==installedChunks[depId]&&(fulfilled=!1)}fulfilled&&(deferredModules.splice(i--,1),result=__webpack_require__(__webpack_require__.s=deferredModule[0]))}return result}var installedModules={},installedChunks={1:0},deferredModules=[];function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={i:moduleId,l:!1,exports:{}};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.l=!0,module.exports}__webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.d=function(exports,name,getter){__webpack_require__.o(exports,name)||Object.defineProperty(exports,name,{enumerable:!0,get:getter})},__webpack_require__.r=function(exports){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(exports,"__esModule",{value:!0})},__webpack_require__.t=function(value,mode){if(1&mode&&(value=__webpack_require__(value)),8&mode)return value;if(4&mode&&"object"==typeof value&&value&&value.__esModule)return value;var ns=Object.create(null);if(__webpack_require__.r(ns),Object.defineProperty(ns,"default",{enumerable:!0,value:value}),2&mode&&"string"!=typeof value)for(var key in value)__webpack_require__.d(ns,key,function(key){return value[key]}.bind(null,key));return ns},__webpack_require__.n=function(module){var getter=module&&module.__esModule?function getDefault(){return module.default}:function getModuleExports(){return module};return __webpack_require__.d(getter,"a",getter),getter},__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)},__webpack_require__.p="";var jsonpArray=window.webpackJsonp=window.webpackJsonp||[],oldJsonpFunction=jsonpArray.push.bind(jsonpArray);jsonpArray.push=webpackJsonpCallback,jsonpArray=jsonpArray.slice();for(var i=0;i<jsonpArray.length;i++)webpackJsonpCallback(jsonpArray[i]);var parentJsonpFunction=oldJsonpFunction;checkDeferredModules()}([]);
//# sourceMappingURL=runtime~main.4219b8cb7d58862b56fa.bundle.js.map
//# sourceMappingURL=runtime~main.38aef62cbdd8436ffb46.bundle.js.map

View File

@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/3.6.3/workbox-sw.js");
importScripts(
"precache-manifest.e05969a9bf4953fbae9e3491e9b45b77.js"
"precache-manifest.9619b839b39bdfe7827c37284ce666dd.js"
);
workbox.clientsClaim();

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long