Skip to content

Commit 4813c1f

Browse files
committed
Deploying to gh-pages from @ 8f70bf2 🚀
1 parent 7500507 commit 4813c1f

File tree

210 files changed

+279
-470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+279
-470
lines changed

3.2cf8abdf96134f576d2f.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon.ico

-28 KB
Binary file not shown.

iframe.html

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!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,
1+
<!doctype html><html><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,
22
:not(.sb-show-nopreview) > .sb-nopreview,
33
:not(.sb-show-errordisplay) > .sb-errordisplay {
44
display: none;
@@ -11,17 +11,15 @@
1111
left: 0;
1212
right: 0;
1313
padding: 20px;
14-
font-family: "Nunito Sans", -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
14+
font-family: -apple-system, ".SFNSText-Regular", "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
1515
-webkit-font-smoothing: antialiased;
16-
overflow: auto;
1716
}
1817

1918
.sb-heading {
20-
font-size: 14px;
19+
font-size: 20px;
2120
font-weight: 600;
2221
letter-spacing: 0.2px;
2322
margin: 10px 0;
24-
padding-right: 25px;
2523
}
2624

2725
.sb-nopreview {
@@ -42,33 +40,22 @@
4240
}
4341

4442
.sb-errordisplay {
45-
border: 20px solid rgb(187, 49, 49);
46-
background: #222;
47-
color: #fff;
48-
z-index: 999999;
43+
background-color: rgb(187, 49, 49);
44+
color: #FFF;
4945
}
5046

5147
.sb-errordisplay_code {
52-
padding: 10px;
53-
background: #000;
54-
color: #eee;
55-
font-family: "Operator Mono", "Fira Code Retina", "Fira Code", "FiraCode-Retina", "Andale Mono", "Lucida Console", Consolas, Monaco, monospace;
56-
}
57-
58-
.sb-errordisplay pre {
59-
white-space: pre-wrap;
48+
font-size: 14px;
49+
width: 100vw;
50+
overflow: auto;
6051
}</style><script>/* globals window */
6152
/* eslint-disable no-underscore-dangle */
6253
try {
63-
if (window.top !== window) {
64-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
65-
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
66-
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
54+
if (window.parent !== window) {
55+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
56+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
6757
}
6858
} catch (e) {
6959
// eslint-disable-next-line no-console
70-
console.warn('unable to connect to top frame for connecting dev tools');
71-
}</script><style>#root[hidden],
72-
#docs-root[hidden] {
73-
display: none !important;
74-
}</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.2c136f7baebd568622ef.bundle.js"></script><script src="vendors~main.2c136f7baebd568622ef.bundle.js"></script><script src="main.2c136f7baebd568622ef.bundle.js"></script></body></html>
60+
console.warn('unable to connect to parent frame for connecting dev tools');
61+
}</script></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.0741f3f176ce64d86ee5.bundle.js"></script><script src="vendors~main.0741f3f176ce64d86ee5.bundle.js"></script><script src="main.0741f3f176ce64d86ee5.bundle.js"></script></body></html>

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!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 {
1+
<!doctype html><html><head><meta charset="utf-8"><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>html, body {
22
overflow: hidden;
33
height: 100%;
44
width: 100%;
@@ -7,13 +7,11 @@
77
}</style><script>/* globals window */
88
/* eslint-disable no-underscore-dangle */
99
try {
10-
if (window.top !== window) {
11-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
10+
if (window.parent !== window) {
11+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
12+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
1213
}
1314
} catch (e) {
1415
// eslint-disable-next-line no-console
15-
console.warn('unable to connect to top frame for connecting dev tools');
16-
}</script><style>#root[hidden],
17-
#docs-root[hidden] {
18-
display: none !important;
19-
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.0f0ccdebd97b487c771c.bundle.js"></script><script src="vendors~main.36c4b45baa26b8a6a8a3.bundle.js"></script><script src="main.fd77d197e3bb9743e5fa.bundle.js"></script></body></html>
16+
console.warn('unable to connect to parent frame for connecting dev tools');
17+
}</script></head><body><div id="root"></div><script src="runtime~main.11e0f46ee0068c1db27c.bundle.js"></script><script src="vendors~main.c9e01cb3286a853eb81a.bundle.js"></script><script src="main.fc4b04c29b3b8a44b4dc.bundle.js"></script></body></html>

main.0741f3f176ce64d86ee5.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.0741f3f176ce64d86ee5.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.2c136f7baebd568622ef.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

main.2c136f7baebd568622ef.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

main.fc4b04c29b3b8a44b4dc.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.fd77d197e3bb9743e5fa.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)