Skip to content

Commit 7cbcee2

Browse files
committed
Updated storybook stories
1 parent 5a6d5ff commit 7cbcee2

21 files changed

+693
-5760
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ src
1414
.eslintrc
1515
*.lock
1616
package-lock.json
17-
screenshots
17+
screenshots
18+
docs

docs/favicon.ico

7.1 KB
Binary file not shown.

docs/iframe.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
<script>
8+
if (window.parent !== window) {
9+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
10+
}
11+
</script>
12+
<title>React Storybook</title>
13+
14+
15+
</head>
16+
<body>
17+
<div id="root"></div>
18+
<div id="error-display"></div>
19+
<script src="static/preview.6a52d8d72918e574072e.bundle.js"></script>
20+
</body>
21+
</html>
22+

docs/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +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="2.35.3">
8+
<title>React 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 {
16+
pointer-events: none;
17+
}
18+
19+
/* Styling the fuzzy search box placeholders */
20+
.searchBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
21+
color: #ddd;
22+
font-size: 16px;
23+
}
24+
25+
.searchBox::-moz-placeholder { /* Firefox 19+ */
26+
color: #ddd;
27+
font-size: 16px;
28+
}
29+
30+
.searchBox:focus{
31+
border-color: #EEE !important;
32+
}
33+
34+
.btn:hover{
35+
background-color: #eee
36+
}
37+
</style>
38+
</head>
39+
<body style="margin: 0;">
40+
<div id="root"></div>
41+
<script src="static/manager.9473205e37558369223d.bundle.js"></script>
42+
</body>
43+
</html>
44+

docs/static/manager.9473205e37558369223d.bundle.js

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

docs/static/manager.9473205e37558369223d.bundle.js.map

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.6a52d8d72918e574072e.bundle.js

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

docs/static/preview.6a52d8d72918e574072e.bundle.js.map

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

package-lock.json

Lines changed: 0 additions & 132 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"babel-plugin-transform-runtime": "^6.23.0",
3535
"babel-preset-es2015": "^6.24.1",
3636
"babel-preset-stage-0": "^6.24.1",
37+
"emoji-js": "^3.2.2",
3738
"eslint": "4.4.1",
3839
"eslint-plugin-react": "^7.1.0",
3940
"node-sass": "^4.5.3",

0 commit comments

Comments
 (0)