Skip to content

Commit

Permalink
Generating demo and build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Apr 5, 2018
1 parent 7c41e81 commit caf641b
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 59 deletions.
41 changes: 19 additions & 22 deletions docs/iframe.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_parent">
<script>
if (window.parent !== window) {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<base target="_parent">
<script>
if (window.parent !== window) {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
}
</script>
<title>Storybook</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
}
</script>
<title>Storybook</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>


</head>
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.fb8859e8aaa4ba745d02.bundle.js"></script>
</body>
</html>

</head>
<body>
<div id="root"></div>
<div id="error-display"></div>
<script type="text/javascript" src="static/preview.5292d15c20b16868eb61.bundle.js"></script></body>
</html>
68 changes: 33 additions & 35 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,44 @@

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="storybook-version" content="3.2.14">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Storybook</title>
<style>
/*
When resizing panels, the drag event breaks if the cursor
moves over the iframe. Add the 'dragging' class to the body
at drag start and remove it when the drag ends.
*/
.dragging iframe {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="storybook-version" content="3.3.15">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Storybook</title>
<style>
/*
When resizing panels, the drag event breaks if the cursor
moves over the iframe. Add the 'dragging' class to the body
at drag start and remove it when the drag ends.
*/
.dragging iframe {
pointer-events: none;
}
}

/* Styling the fuzzy search box placeholders */
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/* Styling the fuzzy search box placeholders */
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #ddd;
font-size: 16px;
}
}

.searchBox::-moz-placeholder { /* Firefox 19+ */
.searchBox::-moz-placeholder { /* Firefox 19+ */
color: #ddd;
font-size: 16px;
}
}

.searchBox:focus{
.searchBox:focus{
border-color: #EEE !important;
}
}

.btn:hover{
.btn:hover{
background-color: #eee
}
</style>

</head>
<body style="margin: 0;">
<div id="root"></div>
<script src="static/manager.5317b72c86c71b1eebf4.bundle.js"></script>
</body>
</html>

}
</style>


</head>
<body style="margin: 0;">
<div id="root"></div>
<script type="text/javascript" src="static/manager.0d22f363470cf8a29394.bundle.js"></script></body>
</html>
1 change: 1 addition & 0 deletions docs/static/manager.0d22f363470cf8a29394.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/static/manager.5317b72c86c71b1eebf4.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/static/preview.5292d15c20b16868eb61.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/static/preview.fb8859e8aaa4ba745d02.bundle.js

This file was deleted.

0 comments on commit caf641b

Please sign in to comment.