Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed May 15, 2020
1 parent ee9fa55 commit a9733e4
Show file tree
Hide file tree
Showing 16 changed files with 6,247 additions and 8,916 deletions.
69 changes: 4 additions & 65 deletions docs/iframe.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
<!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,
<!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;
Expand Down Expand Up @@ -70,11 +57,7 @@

.sb-errordisplay pre {
white-space: pre-wrap;
}
</style>

<script>
/* globals window */
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
if (window.top !== window) {
Expand All @@ -85,51 +68,7 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}
</script>


<style>
#root[hidden],
}</script><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.a5f852d40f5e1ddb908d.bundle.js"></script>

<script src="vendors~main.a5f852d40f5e1ddb908d.bundle.js"></script>

<script src="main.a5f852d40f5e1ddb908d.bundle.js"></script>

</body>
</html>
}</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.f8a195b3717c24295862.bundle.js"></script><script src="vendors~main.f8a195b3717c24295862.bundle.js"></script><script src="main.f8a195b3717c24295862.bundle.js"></script></body></html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!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 {
<!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%;
Expand All @@ -18,4 +18,4 @@
}</style><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.6b70b35614cf83eab770.bundle.js"></script><script src="vendors~main.dd0566b3516335f6600d.bundle.js"></script><script src="main.53e5b08a786acbb586d5.bundle.js"></script></body></html>
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.a70cae47b0d915ec6f24.bundle.js"></script><script src="vendors~main.7a580ccd0e6b514b8524.bundle.js"></script><script src="main.bfba67a53b2eea8e4da5.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.a5f852d40f5e1ddb908d.bundle.js.map

This file was deleted.

File renamed without changes.
Loading

0 comments on commit a9733e4

Please sign in to comment.