Skip to content

Commit 1fa3279

Browse files
committed
Updates
1 parent 24a3ea6 commit 1fa3279

File tree

7 files changed

+59
-64
lines changed

7 files changed

+59
-64
lines changed

static/main.js

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

storybook/iframe.html

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
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-
15-
16-
</head>
17-
<body>
18-
<div id="root"></div>
19-
<div id="error-display"></div>
20-
<script src="static/preview.34aede67176e7696ebe6.bundle.js"></script>
21-
</body>
22-
</html>
23-
11+
}
12+
</script>
13+
<title>Storybook</title>
14+
15+
</head>
16+
<body>
17+
<div id="root"></div>
18+
<div id="error-display"></div>
19+
<script type="text/javascript" src="static/preview.842bef342a70ca501cad.bundle.js"></script></body>
20+
</html>

storybook/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.17">
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>
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.9">
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.723865829ef363762b4a.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.a0242d145435f275e489.bundle.js"></script></body>
44+
</html>

storybook/static/manager.723865829ef363762b4a.bundle.js

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

storybook/static/manager.a0242d145435f275e489.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.

storybook/static/preview.34aede67176e7696ebe6.bundle.js

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

storybook/static/preview.842bef342a70ca501cad.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.

0 commit comments

Comments
 (0)