Browse Source

Deploy Storybook to GitHub Pages

GH Pages Bot 5 years ago
commit
ebf128edac

+ 31 - 0
asset-manifest.json

@@ -0,0 +1,31 @@
+{
+  "files": {
+    "main.css": "/static/css/main.bff48912.chunk.css",
+    "main.js": "/main.9f4b0b7e4735fd082521.bundle.js",
+    "main.css.map": "/static/css/main.bff48912.chunk.css.map",
+    "main.js.map": "/main.9f4b0b7e4735fd082521.bundle.js.map",
+    "runtime~main.js": "/runtime~main.9f4b0b7e4735fd082521.bundle.js",
+    "runtime~main.js.map": "/runtime~main.9f4b0b7e4735fd082521.bundle.js.map",
+    "vendors~main.js": "/vendors~main.9f4b0b7e4735fd082521.bundle.js",
+    "vendors~main.js.map": "/vendors~main.9f4b0b7e4735fd082521.bundle.js.map",
+    "iframe.html": "/iframe.html",
+    "precache-manifest.ed3881fb415792958312f36d33b85d29.js": "/precache-manifest.ed3881fb415792958312f36d33b85d29.js",
+    "service-worker.js": "/service-worker.js",
+    "static/media/1.jpg": "/static/media/1.f54ca634.jpg",
+    "static/media/2.jpg": "/static/media/2.d756724a.jpg",
+    "static/media/3.jpg": "/static/media/3.e0697c82.jpg",
+    "static/media/4.png": "/static/media/4.19aeca26.png",
+    "static/media/5.jpg": "/static/media/5.af5ba578.jpg",
+    "static/media/6.png": "/static/media/6.e4391da3.png",
+    "static/media/7.jpg": "/static/media/7.1bd0715f.jpg",
+    "static/media/8.jpg": "/static/media/8.6aa6b387.jpg",
+    "static/media/default-photo.svg": "/static/media/default-photo.e311d844.svg",
+    "vendors~main.9f4b0b7e4735fd082521.bundle.js.LICENSE.txt": "/vendors~main.9f4b0b7e4735fd082521.bundle.js.LICENSE.txt"
+  },
+  "entrypoints": [
+    "runtime~main.9f4b0b7e4735fd082521.bundle.js",
+    "vendors~main.9f4b0b7e4735fd082521.bundle.js",
+    "static/css/main.bff48912.chunk.css",
+    "main.9f4b0b7e4735fd082521.bundle.js"
+  ]
+}

BIN
favicon.ico


+ 74 - 0
iframe.html

@@ -0,0 +1,74 @@
+<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><base target="_parent"><style>:not(.sb-show-main) > .sb-main,
+  :not(.sb-show-nopreview) > .sb-nopreview,
+  :not(.sb-show-errordisplay) > .sb-errordisplay {
+    display: none;
+  }
+
+  .sb-wrapper {
+    position: fixed;
+    top: 0;
+    bottom: 0;
+    left: 0;
+    right: 0;
+    padding: 20px;
+    font-family: "Nunito Sans", -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
+    -webkit-font-smoothing: antialiased;
+    overflow: auto;
+  }
+
+  .sb-heading {
+    font-size: 14px;
+    font-weight: 600;
+    letter-spacing: 0.2px;
+    margin: 10px 0;
+    padding-right: 25px;
+  }
+
+  .sb-nopreview {
+    display: flex;
+    align-content: center;
+    justify-content: center;
+  }
+
+  .sb-nopreview_main {
+    margin: auto;
+    padding: 30px;
+    border-radius: 10px;
+    background: rgba(0,0,0,0.03);
+  }
+
+  .sb-nopreview_heading {
+    text-align: center;
+  }
+
+  .sb-errordisplay {
+    border: 20px solid rgb(187, 49, 49);
+    background: #222;
+    color: #fff;
+    z-index: 999999;
+  }
+
+  .sb-errordisplay_code {
+    padding: 10px;
+    background: #000;
+    color: #eee;
+    font-family: "Operator Mono", "Fira Code Retina", "Fira Code", "FiraCode-Retina", "Andale Mono", "Lucida Console", Consolas, Monaco, monospace;
+  }
+
+  .sb-errordisplay pre {
+    white-space: pre-wrap;
+  }</style><script>/* globals window */
+  /* eslint-disable no-underscore-dangle */
+  try {
+    if (window.top !== window) {
+      window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
+      window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
+      window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
+    }
+  } catch (e) {
+    // eslint-disable-next-line no-console
+    console.warn('unable to connect to top frame for connecting dev tools');
+  }</script><link href="static/css/main.bff48912.chunk.css" rel="stylesheet"><style>#root[hidden],
+      #docs-root[hidden] {
+        display: none !important;
+      }</style></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"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.9f4b0b7e4735fd082521.bundle.js"></script><script src="vendors~main.9f4b0b7e4735fd082521.bundle.js"></script><script src="main.9f4b0b7e4735fd082521.bundle.js"></script></body></html>

+ 19 - 0
index.html

@@ -0,0 +1,19 @@
+<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>html, body {
+    overflow: hidden;
+    height: 100%;
+    width: 100%;
+    margin: 0;
+    padding: 0;
+  }</style><script>/* globals window */
+  /* eslint-disable no-underscore-dangle */
+  try {
+    if (window.top !== window) {
+      window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
+    }
+  } catch (e) {
+    // eslint-disable-next-line no-console
+    console.warn('unable to connect to top frame for connecting dev tools');
+  }</script><style>#root[hidden],
+      #docs-root[hidden] {
+        display: none !important;
+      }</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.707b56da4e928e093175.bundle.js"></script><script src="vendors~main.cfaa65928715aa8374b5.bundle.js"></script><script src="main.99ecfb60e0177689fbb2.bundle.js"></script></body></html>

+ 1 - 0
main.99ecfb60e0177689fbb2.bundle.js

@@ -0,0 +1 @@
+(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{0:function(n,o,c){c(433),c(1196),c(583),n.exports=c(1194)},1:function(n,o){},583:function(n,o,c){"use strict";c.r(o);c(584),c(1191)}},[[0,1,2]]]);

File diff suppressed because it is too large
+ 0 - 0
main.9f4b0b7e4735fd082521.bundle.js


+ 1 - 0
main.9f4b0b7e4735fd082521.bundle.js.map

@@ -0,0 +1 @@
+{"version":3,"file":"main.9f4b0b7e4735fd082521.bundle.js","sources":["webpack:///main.9f4b0b7e4735fd082521.bundle.js"],"mappings":"AAAA","sourceRoot":""}

+ 58 - 0
precache-manifest.ed3881fb415792958312f36d33b85d29.js

@@ -0,0 +1,58 @@
+self.__precacheManifest = (self.__precacheManifest || []).concat([
+  {
+    "revision": "a850516be3d79608d5773a13ac8be82a",
+    "url": "iframe.html"
+  },
+  {
+    "url": "main.9f4b0b7e4735fd082521.bundle.js"
+  },
+  {
+    "url": "runtime~main.9f4b0b7e4735fd082521.bundle.js"
+  },
+  {
+    "revision": "ecb7f7498a6845c6ae8f",
+    "url": "static/css/main.bff48912.chunk.css"
+  },
+  {
+    "revision": "f54ca6347eb89c82442d28f24678b2ae",
+    "url": "static/media/1.f54ca634.jpg"
+  },
+  {
+    "revision": "d756724a6bbc8b1acbb15504163e9d5f",
+    "url": "static/media/2.d756724a.jpg"
+  },
+  {
+    "revision": "e0697c8201fc17c725e74057e3c4e70c",
+    "url": "static/media/3.e0697c82.jpg"
+  },
+  {
+    "revision": "19aeca2636ec603abf354e9309937862",
+    "url": "static/media/4.19aeca26.png"
+  },
+  {
+    "revision": "af5ba5789e0608aeeb86d88f21efd2a9",
+    "url": "static/media/5.af5ba578.jpg"
+  },
+  {
+    "revision": "e4391da3848a6deaf2ec5a953e21c6cc",
+    "url": "static/media/6.e4391da3.png"
+  },
+  {
+    "revision": "1bd0715f73378360eb51f536b9728435",
+    "url": "static/media/7.1bd0715f.jpg"
+  },
+  {
+    "revision": "6aa6b387c6213cd81293a7830867e766",
+    "url": "static/media/8.6aa6b387.jpg"
+  },
+  {
+    "revision": "e311d8445222bfc21043418fc7c45f0d",
+    "url": "static/media/default-photo.e311d844.svg"
+  },
+  {
+    "url": "vendors~main.9f4b0b7e4735fd082521.bundle.js"
+  },
+  {
+    "url": "vendors~main.9f4b0b7e4735fd082521.bundle.js.LICENSE.txt"
+  }
+]);

+ 1 - 0
runtime~main.707b56da4e928e093175.bundle.js

@@ -0,0 +1 @@
+!function(e){function r(r){for(var n,l,f=r[0],i=r[1],a=r[2],c=0,s=[];c<f.length;c++)l=f[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,f=1;f<t.length;f++){var i=t[f];0!==o[i]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="";var f=window.webpackJsonp=window.webpackJsonp||[],i=f.push.bind(f);f.push=r,f=f.slice();for(var a=0;a<f.length;a++)r(f[a]);var p=i;t()}([]);

File diff suppressed because it is too large
+ 0 - 0
runtime~main.9f4b0b7e4735fd082521.bundle.js


+ 1 - 0
runtime~main.9f4b0b7e4735fd082521.bundle.js.map

@@ -0,0 +1 @@
+{"version":3,"file":"runtime~main.9f4b0b7e4735fd082521.bundle.js","sources":["webpack:///runtime~main.9f4b0b7e4735fd082521.bundle.js"],"mappings":"AAAA","sourceRoot":""}

File diff suppressed because it is too large
+ 0 - 0
sb_dll/storybook_ui-manifest.json


+ 113 - 0
sb_dll/storybook_ui_dll.LICENCE

@@ -0,0 +1,113 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/*!
+  Copyright (c) 2017 Jed Watson.
+  Licensed under the MIT License (MIT), see
+  http://jedwatson.github.io/classnames
+*/
+
+/*!
+ * Fuse.js v3.4.6 - Lightweight fuzzy-search (http://fusejs.io)
+ * 
+ * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
+ * All Rights Reserved. Apache Software License 2.0
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ */
+
+/*!
+ * https://github.com/es-shims/es5-shim
+ * @license es5-shim Copyright 2009-2015 by contributors, MIT License
+ * see https://github.com/es-shims/es5-shim/blob/master/LICENSE
+ */
+
+/*!
+ * https://github.com/paulmillr/es6-shim
+ * @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
+ *   and contributors,  MIT License
+ * es6-shim: v0.35.4
+ * see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
+ * Details and documentation:
+ * https://github.com/paulmillr/es6-shim/
+ */
+
+/*!
+ * isobject <https://github.com/jonschlinkert/isobject>
+ *
+ * Copyright (c) 2014-2017, Jon Schlinkert.
+ * Released under the MIT License.
+ */
+
+/**
+ * @license
+ * Lodash <https://lodash.com/>
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
+ * Released under MIT license <https://lodash.com/license>
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+ */
+
+/** @license React v0.18.0
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.12.0
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.12.0
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.12.0
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */

File diff suppressed because it is too large
+ 1 - 0
sb_dll/storybook_ui_dll.js


+ 39 - 0
service-worker.js

@@ -0,0 +1,39 @@
+/**
+ * Welcome to your Workbox-powered service worker!
+ *
+ * You'll need to register this file in your web app and you should
+ * disable HTTP caching for this file too.
+ * See https://goo.gl/nhQhGp
+ *
+ * The rest of the code is auto-generated. Please don't update this file
+ * directly; instead, make changes to your Workbox build configuration
+ * and re-run your build process.
+ * See https://goo.gl/2aRDsh
+ */
+
+importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
+
+importScripts(
+  "precache-manifest.ed3881fb415792958312f36d33b85d29.js"
+);
+
+self.addEventListener('message', (event) => {
+  if (event.data && event.data.type === 'SKIP_WAITING') {
+    self.skipWaiting();
+  }
+});
+
+workbox.core.clientsClaim();
+
+/**
+ * The workboxSW.precacheAndRoute() method efficiently caches and responds to
+ * requests for URLs in the manifest.
+ * See https://goo.gl/S9QRab
+ */
+self.__precacheManifest = [].concat(self.__precacheManifest || []);
+workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
+
+workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
+  
+  blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
+});

+ 281 - 0
static/css/main.bff48912.chunk.css

@@ -0,0 +1,281 @@
+@-webkit-keyframes PhotoView__rotate {
+  from {
+    transform: rotate(0deg);
+  }
+  to {
+    transform: rotate(360deg);
+  }
+}
+@keyframes PhotoView__rotate {
+  from {
+    transform: rotate(0deg);
+  }
+  to {
+    transform: rotate(360deg);
+  }
+}
+@-webkit-keyframes PhotoView__delayShow {
+  0%,
+  50% {
+    opacity: 0;
+  }
+  100% {
+    opacity: 1;
+  }
+}
+@keyframes PhotoView__delayShow {
+  0%,
+  50% {
+    opacity: 0;
+  }
+  100% {
+    opacity: 1;
+  }
+}
+.PhotoView__Spinner {
+  -webkit-animation: PhotoView__delayShow 0.4s linear both;
+          animation: PhotoView__delayShow 0.4s linear both;
+}
+.PhotoView__Spinner svg {
+  -webkit-animation: PhotoView__rotate 0.6s linear infinite;
+          animation: PhotoView__rotate 0.6s linear infinite;
+}
+
+.PhotoView__Photo {
+  will-change: transform;
+  cursor: -webkit-grab;
+  cursor: grab;
+}
+.PhotoView__Photo:active {
+  cursor: -webkit-grabbing;
+  cursor: grabbing;
+}
+
+@-webkit-keyframes PhotoView__animateIn {
+  from {
+    opacity: 0.4;
+    transform: scale(0.2);
+  }
+  to {
+    opacity: 1;
+    transform: scale(1);
+  }
+}
+
+@keyframes PhotoView__animateIn {
+  from {
+    opacity: 0.4;
+    transform: scale(0.2);
+  }
+  to {
+    opacity: 1;
+    transform: scale(1);
+  }
+}
+@-webkit-keyframes PhotoView__animateOut {
+  from {
+    opacity: 1;
+    transform: scale(1);
+  }
+  to {
+    opacity: 0;
+    transform: scale(0.2);
+  }
+}
+@keyframes PhotoView__animateOut {
+  from {
+    opacity: 1;
+    transform: scale(1);
+  }
+  to {
+    opacity: 0;
+    transform: scale(0.2);
+  }
+}
+.PhotoView__animateIn {
+  opacity: 0.4;
+  -webkit-animation: PhotoView__animateIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
+          animation: PhotoView__animateIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
+}
+.PhotoView__animateOut {
+  opacity: 1;
+  -webkit-animation: PhotoView__animateOut 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
+          animation: PhotoView__animateOut 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
+}
+.PhotoView__PhotoWrap {
+  position: absolute;
+  top: 0;
+  left: 0;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+  height: 100%;
+  z-index: 10;
+  overflow: hidden;
+}
+.PhotoView__PhotoBox {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 0;
+  height: 0;
+}
+.PhotoView__PhotoMask {
+  position: absolute;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  z-index: -1;
+}
+
+.PhotoView-SlideWrap {
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  z-index: 2000;
+  overflow: hidden;
+}
+
+@-webkit-keyframes PhotoView__fade {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+
+@keyframes PhotoView__fade {
+  from {
+    opacity: 0;
+  }
+  to {
+    opacity: 1;
+  }
+}
+.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__BannerWrap,
+.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowLeft,
+.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowRight,
+.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__FooterWrap {
+  opacity: 0;
+}
+.PhotoView-PhotoSlider__willClose .PhotoView-PhotoSlider__BannerWrap:hover {
+  opacity: 0;
+}
+.PhotoView-PhotoSlider__Backdrop {
+  position: absolute;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background: rgba(0, 0, 0, 0.6);
+  z-index: -1;
+}
+.PhotoView-PhotoSlider__fadeIn {
+  opacity: 0;
+  -webkit-animation: PhotoView__fade 0.4s linear both;
+          animation: PhotoView__fade 0.4s linear both;
+}
+.PhotoView-PhotoSlider__fadeOut {
+  opacity: 0;
+  animation: PhotoView__fade 0.4s linear both reverse;
+}
+.PhotoView-PhotoSlider__BannerWrap {
+  position: absolute;
+  left: 0;
+  top: 0;
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  width: 100%;
+  height: 44px;
+  color: white;
+  background-color: rgba(0, 0, 0, 0.5);
+  transition: opacity 0.2s ease-out;
+  z-index: 20;
+}
+.PhotoView-PhotoSlider__BannerWrap:hover {
+  opacity: 1;
+}
+.PhotoView-PhotoSlider__Counter {
+  padding: 0 10px;
+  font-size: 14px;
+  opacity: 0.75;
+}
+.PhotoView-PhotoSlider__BannerRight {
+  display: flex;
+  align-items: center;
+  height: 100%;
+}
+.PhotoView-PhotoSlider__toolbarIcon {
+  box-sizing: border-box;
+  padding: 10px;
+  opacity: 0.75;
+  cursor: pointer;
+  transition: opacity 0.2s linear;
+}
+.PhotoView-PhotoSlider__toolbarIcon:hover {
+  opacity: 1;
+}
+.PhotoView-PhotoSlider__ArrowLeft,
+.PhotoView-PhotoSlider__ArrowRight {
+  position: absolute;
+  top: 0;
+  bottom: 0;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 70px;
+  height: 100px;
+  margin: auto;
+  opacity: 0.75;
+  z-index: 20;
+  cursor: pointer;
+  -webkit-user-select: none;
+     -moz-user-select: none;
+      -ms-user-select: none;
+          user-select: none;
+  transition: opacity 0.2s linear;
+}
+.PhotoView-PhotoSlider__ArrowLeft:hover,
+.PhotoView-PhotoSlider__ArrowRight:hover {
+  opacity: 1;
+}
+.PhotoView-PhotoSlider__ArrowLeft svg,
+.PhotoView-PhotoSlider__ArrowRight svg {
+  box-sizing: content-box;
+  padding: 10px;
+  width: 24px;
+  height: 24px;
+  fill: white;
+  background: rgba(0, 0, 0, 0.3);
+}
+.PhotoView-PhotoSlider__ArrowLeft {
+  left: 0;
+}
+.PhotoView-PhotoSlider__ArrowRight {
+  right: 0;
+}
+.PhotoView-PhotoSlider__FooterWrap {
+  box-sizing: border-box;
+  position: absolute;
+  left: 0;
+  bottom: 0;
+  padding: 10px;
+  width: 100%;
+  min-height: 44px;
+  line-height: 1.5;
+  font-size: 14px;
+  color: #ccc;
+  background-color: rgba(0, 0, 0, 0.5);
+  text-align: justify;
+  transition: opacity 0.2s ease-out;
+  z-index: 20;
+}
+
+
+/*# sourceMappingURL=main.bff48912.chunk.css.map*/

File diff suppressed because it is too large
+ 0 - 0
static/css/main.bff48912.chunk.css.map


BIN
static/media/1.f54ca634.jpg


BIN
static/media/2.d756724a.jpg


BIN
static/media/3.e0697c82.jpg


BIN
static/media/4.19aeca26.png


BIN
static/media/5.af5ba578.jpg


BIN
static/media/6.e4391da3.png


BIN
static/media/7.1bd0715f.jpg


BIN
static/media/8.6aa6b387.jpg


+ 6 - 0
static/media/default-photo.e311d844.svg

@@ -0,0 +1,6 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
+<path fill="#a5f4ff" d="M496.327 449.306h-480.654c-8.655 0-15.673-7.017-15.673-15.673v-355.266c0-8.656 7.018-15.673 15.673-15.673h480.653c8.656 0 15.673 7.018 15.673 15.673v355.265c0.001 8.657-7.017 15.674-15.672 15.674z"></path>
+<path fill="#ffea8c" d="M256 231.441c-28.808 0-52.245-23.437-52.245-52.245s23.437-52.245 52.245-52.245 52.245 23.437 52.245 52.245-23.437 52.245-52.245 52.245z"></path>
+<path fill="#6ddbc9" d="M512 243.835v189.797c0 8.656-7.018 15.673-15.673 15.673h-337.29c54.408-140.359 198.976-228.077 352.963-205.47z"></path>
+<path fill="#69f4db" d="M0 243.835v189.797c0 8.656 7.018 15.673 15.673 15.673h337.29c-54.41-140.359-198.976-228.077-352.963-205.47z"></path>
+</svg>

File diff suppressed because it is too large
+ 1 - 0
vendors~main.9f4b0b7e4735fd082521.bundle.js


+ 133 - 0
vendors~main.9f4b0b7e4735fd082521.bundle.js.LICENSE.txt

@@ -0,0 +1,133 @@
+/*
+object-assign
+(c) Sindre Sorhus
+@license MIT
+*/
+
+/*!
+  Copyright (c) 2017 Jed Watson.
+  Licensed under the MIT License (MIT), see
+  http://jedwatson.github.io/classnames
+*/
+
+/*!
+ * The buffer module from node.js, for the browser.
+ *
+ * @author   Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
+ * @license  MIT
+ */
+
+/*!
+ * https://github.com/es-shims/es5-shim
+ * @license es5-shim Copyright 2009-2015 by contributors, MIT License
+ * see https://github.com/es-shims/es5-shim/blob/master/LICENSE
+ */
+
+/*!
+ * https://github.com/paulmillr/es6-shim
+ * @license es6-shim Copyright 2013-2016 by Paul Miller (http://paulmillr.com)
+ *   and contributors,  MIT License
+ * es6-shim: v0.35.4
+ * see https://github.com/paulmillr/es6-shim/blob/0.35.3/LICENSE
+ * Details and documentation:
+ * https://github.com/paulmillr/es6-shim/
+ */
+
+/*!
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
+ *
+ * Copyright (c) 2014-2017, Jon Schlinkert.
+ * Released under the MIT License.
+ */
+
+/*!
+ * isobject <https://github.com/jonschlinkert/isobject>
+ *
+ * Copyright (c) 2014-2017, Jon Schlinkert.
+ * Released under the MIT License.
+ */
+
+/*! *****************************************************************************
+Copyright (c) Microsoft Corporation. All rights reserved.
+Licensed under the Apache License, Version 2.0 (the "License"); you may not use
+this file except in compliance with the License. You may obtain a copy of the
+License at http://www.apache.org/licenses/LICENSE-2.0
+
+THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
+WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
+MERCHANTABLITY OR NON-INFRINGEMENT.
+
+See the Apache Version 2.0 License for specific language governing permissions
+and limitations under the License.
+***************************************************************************** */
+
+/**
+ * @license
+ * Lodash <https://lodash.com/>
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
+ * Released under MIT license <https://lodash.com/license>
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+ */
+
+/** @license React v0.19.0
+ * scheduler.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.0
+ * react-dom.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.0
+ * react-is.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/** @license React v16.13.0
+ * react.production.min.js
+ *
+ * Copyright (c) Facebook, Inc. and its affiliates.
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE file in the root directory of this source tree.
+ */
+
+/**!
+ * @fileOverview Kickass library to create and place poppers near their reference elements.
+ * @version 1.16.1
+ * @license
+ * Copyright (c) 2016 Federico Zivolo and contributors
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ */

+ 1 - 0
vendors~main.9f4b0b7e4735fd082521.bundle.js.map

@@ -0,0 +1 @@
+{"version":3,"file":"vendors~main.9f4b0b7e4735fd082521.bundle.js","sources":["webpack:///vendors~main.9f4b0b7e4735fd082521.bundle.js"],"mappings":";AAAA","sourceRoot":""}

File diff suppressed because it is too large
+ 0 - 0
vendors~main.cfaa65928715aa8374b5.bundle.js


Some files were not shown because too many files changed in this diff