mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-11 00:09:11 +08:00
Storybook deploy
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
storybook/favicon.ico
Normal file
BIN
storybook/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
22
storybook/iframe.html
Normal file
22
storybook/iframe.html
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script>
|
||||
if (window.parent !== window) {
|
||||
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
}
|
||||
</script>
|
||||
<title>React Storybook</title>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<div id="error-display"></div>
|
||||
<script src="static/preview.1926d92634330f38d584.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
44
storybook/index.html
Normal file
44
storybook/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="storybook-version" content="2.31.0">
|
||||
<title>React 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 src="static/manager.2fde4101ec45bb85dda6.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
32
storybook/static/manager.2fde4101ec45bb85dda6.bundle.js
Normal file
32
storybook/static/manager.2fde4101ec45bb85dda6.bundle.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"static/manager.2fde4101ec45bb85dda6.bundle.js","sources":["webpack:///static/manager.2fde4101ec45bb85dda6.bundle.js","webpack:///?d41d"],"mappings":"AAAA;AC8vDA;AA00DA;AA2+DA;AA60DA;AAuvEA;AAkhDA;AAs0DA;AA6gDA;AAo4DA;AAspDA;AAi9CA;AAimDA;AAyoEA;AAw2DA;AA64CA;AAgzCA;AAirDA;AAm/DA;AA0gEA;AA6qDA;AAq4DA;AA25CA;AA8pDA;AAs0DA;AAs9GA;AA16CA;AAypGA;AA6pEA;AA3SA;AA+hFA","sourceRoot":""}
|
||||
42
storybook/static/preview.1926d92634330f38d584.bundle.js
Normal file
42
storybook/static/preview.1926d92634330f38d584.bundle.js
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"static/preview.1926d92634330f38d584.bundle.js","sources":["webpack:///static/preview.1926d92634330f38d584.bundle.js","webpack:///"],"mappings":"AAAA;ACo9CA;AA+pDA;AAsjDA;AAg3DA;AAs0DA;AAyvDA;AAowDA;AAgoDA;AAm5CA;AA0wCA;AA24CA;AAi9DA;AAqoDA;AAq6CA;AA+oDA;AAo/DA;AA4/DA;AAk/BA;AAmtDA;AAioDA;AAwnEA;AAw0DA;AAk2DA;AAypDA;AAu+BA;AAo+CA;AAm4CA;AAotBA;AAqmBA;AA8pBA;AAq+BA;AAmjCA;AAo7BA;AA+tBA;AA27BA;AAo/BA;AA8mDA;AA4xDA;AA0wCA;AAqzCA","sourceRoot":""}
|
||||
Reference in New Issue
Block a user