-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
filenameHashing: false, | ||
outputDir: 'dist-demo' | ||
outputDir: 'demo/dist/' | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<title>Storybook</title> | ||
<link rel="shortcut icon" href="favicon.ico?v=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: -apple-system, ".SFNSText-Regular", "San Francisco", Roboto, "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; | ||
-webkit-font-smoothing: antialiased; | ||
} | ||
|
||
.sb-heading { | ||
font-size: 20px; | ||
font-weight: 600; | ||
letter-spacing: 0.2px; | ||
margin: 10px 0; | ||
} | ||
|
||
.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 { | ||
background-color: rgb(187, 49, 49); | ||
color: #FFF; | ||
} | ||
|
||
.sb-errordisplay_code { | ||
font-size: 14px; | ||
width: 100vw; | ||
overflow: auto; | ||
} | ||
</style> | ||
|
||
<script> | ||
if (window.parent !== window) { | ||
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; | ||
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__; | ||
} | ||
</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> | ||
</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="static/runtime~iframe.4136dd4de909ebfe31d3.bundle.js" defer></script> | ||
|
||
|
||
|
||
<script src="static/vendors~iframe.6fd72784cbfb82dfd99a.bundle.js" defer></script> | ||
|
||
|
||
|
||
<script src="css/iframe.css" defer></script> | ||
|
||
<script src="static/iframe.14a3f1aaf1b44df28654.bundle.js" defer></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<title>Storybook</title> | ||
<link rel="shortcut icon" href="favicon.ico?v=1" /> | ||
|
||
|
||
|
||
|
||
<style> | ||
html, body { | ||
overflow: hidden; | ||
height: 100%; | ||
width: 100%; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
</style> | ||
|
||
<script> | ||
if (window.parent !== window) { | ||
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__; | ||
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__; | ||
} | ||
</script> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
|
||
<div id="root"></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="static/runtime~manager.02449b205032653e57d0.bundle.js" defer></script> | ||
|
||
|
||
|
||
<script src="static/manager.72fcc7d12dcee244f187.bundle.js" defer></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<title>Storybook</title> | ||
<link rel="shortcut icon" href="favicon.ico?v=1" /> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
<body> | ||
|
||
|
||
|
||
|
||
|
||
<div id="root"></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="../*" defer></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.