Skip to content

Commit caf641b

Browse files
committed
Generating demo and build files.
1 parent 7c41e81 commit caf641b

File tree

6 files changed

+54
-59
lines changed

6 files changed

+54
-59
lines changed

β€Ždocs/iframe.htmlβ€Ž

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
2-
<!DOCTYPE html>
3-
<html>
4-
<head>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<base target="_parent">
8-
<script>
9-
if (window.parent !== window) {
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
7+
<base target="_parent">
8+
<script>
9+
if (window.parent !== window) {
1010
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
11-
}
12-
</script>
13-
<title>Storybook</title>
14-
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
11+
}
12+
</script>
13+
<title>Storybook</title>
14+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1515
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
1616
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
1818

19-
20-
</head>
21-
<body>
22-
<div id="root"></div>
23-
<div id="error-display"></div>
24-
<script src="static/preview.fb8859e8aaa4ba745d02.bundle.js"></script>
25-
</body>
26-
</html>
27-
19+
</head>
20+
<body>
21+
<div id="root"></div>
22+
<div id="error-display"></div>
23+
<script type="text/javascript" src="static/preview.5292d15c20b16868eb61.bundle.js"></script></body>
24+
</html>

β€Ždocs/index.htmlβ€Ž

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,44 @@
1-
2-
<!DOCTYPE html>
3-
<html>
4-
<head>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="storybook-version" content="3.2.14">
8-
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
9-
<title>Storybook</title>
10-
<style>
11-
/*
12-
When resizing panels, the drag event breaks if the cursor
13-
moves over the iframe. Add the 'dragging' class to the body
14-
at drag start and remove it when the drag ends.
15-
*/
16-
.dragging iframe {
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="storybook-version" content="3.3.15">
7+
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
8+
<title>Storybook</title>
9+
<style>
10+
/*
11+
When resizing panels, the drag event breaks if the cursor
12+
moves over the iframe. Add the 'dragging' class to the body
13+
at drag start and remove it when the drag ends.
14+
*/
15+
.dragging iframe {
1716
pointer-events: none;
18-
}
17+
}
1918

20-
/* Styling the fuzzy search box placeholders */
21-
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
19+
/* Styling the fuzzy search box placeholders */
20+
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
2221
color: #ddd;
2322
font-size: 16px;
24-
}
23+
}
2524

26-
.searchBox::-moz-placeholder { /* Firefox 19+ */
25+
.searchBox::-moz-placeholder { /* Firefox 19+ */
2726
color: #ddd;
2827
font-size: 16px;
29-
}
28+
}
3029

31-
.searchBox:focus{
30+
.searchBox:focus{
3231
border-color: #EEE !important;
33-
}
32+
}
3433

35-
.btn:hover{
34+
.btn:hover{
3635
background-color: #eee
37-
}
38-
</style>
39-
40-
</head>
41-
<body style="margin: 0;">
42-
<div id="root"></div>
43-
<script src="static/manager.5317b72c86c71b1eebf4.bundle.js"></script>
44-
</body>
45-
</html>
46-
36+
}
37+
</style>
38+
39+
40+
</head>
41+
<body style="margin: 0;">
42+
<div id="root"></div>
43+
<script type="text/javascript" src="static/manager.0d22f363470cf8a29394.bundle.js"></script></body>
44+
</html>

β€Ždocs/static/manager.0d22f363470cf8a29394.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.

β€Ždocs/static/manager.5317b72c86c71b1eebf4.bundle.jsβ€Ž

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

β€Ždocs/static/preview.5292d15c20b16868eb61.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.

β€Ždocs/static/preview.fb8859e8aaa4ba745d02.bundle.jsβ€Ž

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

0 commit comments

Comments
Β (0)