Browse Source

deploy storybook

gh-pages
meriadec 7 years ago
commit
9151d5cee9
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. BIN
      favicon.ico
  2. 27
      iframe.html
  3. 44
      index.html
  4. BIN
      static/fonts/opensans/OpenSans-Bold.woff2
  5. BIN
      static/fonts/opensans/OpenSans-ExtraBold.woff2
  6. BIN
      static/fonts/opensans/OpenSans-Light.woff2
  7. BIN
      static/fonts/opensans/OpenSans-Regular.woff2
  8. BIN
      static/fonts/opensans/OpenSans-SemiBold.woff2
  9. BIN
      static/fonts/rubik/Rubik-Regular.woff2
  10. 1
      static/manager.1b2cb4d2bb77556a962b.bundle.js
  11. 35
      static/preview.2f7461dcb58e72af4dd4.bundle.js

BIN
favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

27
iframe.html

@ -0,0 +1,27 @@
<!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) {
try {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
} catch (error) {
// The above line can throw if we do not have access to the parent frame -- i.e. cross origin
}
}
</script>
<title>Storybook</title>
</head>
<body>
<div id="root"></div>
<div id="error-display"></div>
<script type="text/javascript" src="static/preview.2f7461dcb58e72af4dd4.bundle.js"></script></body>
</html>

44
index.html

@ -0,0 +1,44 @@
<!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.4.8">
<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 */
color: #ddd;
font-size: 16px;
}
.searchBox::-moz-placeholder { /* Firefox 19+ */
color: #ddd;
font-size: 16px;
}
.searchBox:focus{
border-color: #EEE !important;
}
.btn:hover{
background-color: #eee
}
</style>
</head>
<body style="margin: 0;">
<div id="root"></div>
<script type="text/javascript" src="static/manager.1b2cb4d2bb77556a962b.bundle.js"></script></body>
</html>

BIN
static/fonts/opensans/OpenSans-Bold.woff2

Binary file not shown.

BIN
static/fonts/opensans/OpenSans-ExtraBold.woff2

Binary file not shown.

BIN
static/fonts/opensans/OpenSans-Light.woff2

Binary file not shown.

BIN
static/fonts/opensans/OpenSans-Regular.woff2

Binary file not shown.

BIN
static/fonts/opensans/OpenSans-SemiBold.woff2

Binary file not shown.

BIN
static/fonts/rubik/Rubik-Regular.woff2

Binary file not shown.

1
static/manager.1b2cb4d2bb77556a962b.bundle.js

File diff suppressed because one or more lines are too long

35
static/preview.2f7461dcb58e72af4dd4.bundle.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save