Skip to content

Commit 6acb973

Browse files
committed
Updates
1 parent 4fc3849 commit 6acb973

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

static/main.js

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

storybook/iframe.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<base target="_parent">
78
<script>
89
if (window.parent !== window) {
910
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16,7 +17,7 @@
1617
<body>
1718
<div id="root"></div>
1819
<div id="error-display"></div>
19-
<script src="static/preview.fa2d159a83b1f7a3d1de.bundle.js"></script>
20+
<script src="static/preview.c4c3ff3922de2709c040.bundle.js"></script>
2021
</body>
2122
</html>
2223

storybook/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="storybook-version" content="3.2.3">
7+
<meta name="storybook-version" content="3.2.8">
88
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
99
<title>Storybook</title>
1010
<style>
@@ -35,17 +35,12 @@
3535
.btn:hover{
3636
background-color: #eee
3737
}
38-
39-
/* Remove blue outline defined by the user argent*/
40-
:focus {
41-
outline: none !important;
42-
}
4338
</style>
4439

4540
</head>
4641
<body style="margin: 0;">
4742
<div id="root"></div>
48-
<script src="static/manager.b32608b2cc5d7f722640.bundle.js"></script>
43+
<script src="static/manager.33ee8b1f94dd20b625b2.bundle.js"></script>
4944
</body>
5045
</html>
5146

storybook/static/manager.33ee8b1f94dd20b625b2.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/manager.b32608b2cc5d7f722640.bundle.js

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

storybook/static/preview.c4c3ff3922de2709c040.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.fa2d159a83b1f7a3d1de.bundle.js

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

0 commit comments

Comments
 (0)