mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-20 13:35:28 +00:00
Storybook deploy
This commit is contained in:
20
storybook/bundle.js
Normal file
20
storybook/bundle.js
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 7.1 KiB |
@@ -1,22 +0,0 @@
|
||||
|
||||
<!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.74da3ab9e709a7a80b6a.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,44 +0,0 @@
|
||||
|
||||
<!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.805277bff52cced1a663.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
24
storybook/report.html
Normal file
24
storybook/report.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"static/manager.805277bff52cced1a663.bundle.js","sources":["webpack:///static/manager.805277bff52cced1a663.bundle.js","webpack:///?d41d"],"mappings":"AAAA;AC0uEA;AAw/EA;AAylFA;AAixEA;AA0vEA;AAouDA;AA+sDA;AAq0DA;AA6gDA;AAwkDA;AA6kEA;AA8/DA;AA2lEA;AA29EA;AAs0EA;AAypDA;AAikEA;AAosDA;AAsnDA;AAyvDA;AA21GA;AAruCA;AA0qGA;AAivEA;AA2rEA;AA/YA;AAwgEA","sourceRoot":""}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"static/preview.74da3ab9e709a7a80b6a.bundle.js","sources":["webpack:///static/preview.74da3ab9e709a7a80b6a.bundle.js","webpack:///"],"mappings":"AAAA;AC+vDA;AA4oEA;AAwoEA;AAi/EA;AAslEA;AAstEA;AAitDA;AA+hDA;AAmtDA;AAg6DA;AAonDA;AA0+CA;AAwxDA;AAo+DA;AAw0EA;AA8rEA;AAg8EA;AA61DA;AAoiEA;AAw3DA;AAkmDA;AAshDA;AAuyCA;AAq5CA;AAi0CA;AAwpCA;AAq4CA;AAg6CA;AA4iCA;AA6hCA;AA4uDA;AAw/DA;AAmgDA","sourceRoot":""}
|
||||
Reference in New Issue
Block a user