Skip to content

Commit d62d895

Browse files
committed
build: update storybook data
1 parent 025f441 commit d62d895

15 files changed

+148
-66871
lines changed

Diff for: docs/iframe.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,15 @@
6060
}</style><script>/* globals window */
6161
/* eslint-disable no-underscore-dangle */
6262
try {
63-
if (window.parent !== window) {
64-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
65-
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
63+
if (window.top !== window) {
64+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
65+
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.top.__VUE_DEVTOOLS_GLOBAL_HOOK__;
66+
window.top.__VUE_DEVTOOLS_CONTEXT__ = window.document;
6667
}
6768
} catch (e) {
6869
// eslint-disable-next-line no-console
69-
console.warn('unable to connect to parent frame for connecting dev tools');
70+
console.warn('unable to connect to top frame for connecting dev tools');
7071
}</script><style>#root[hidden],
7172
#docs-root[hidden] {
7273
display: none !important;
73-
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.c34778c22b93b5b33871.bundle.js"></script><script src="vendors~main.c34778c22b93b5b33871.bundle.js"></script><script src="main.c34778c22b93b5b33871.bundle.js"></script></body></html>
74+
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.2e4b67200f9973d768b2.bundle.js"></script><script src="vendors~main.2e4b67200f9973d768b2.bundle.js"></script><script src="main.2e4b67200f9973d768b2.bundle.js"></script></body></html>

Diff for: docs/index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
}</style><script>/* globals window */
88
/* eslint-disable no-underscore-dangle */
99
try {
10-
if (window.parent !== window) {
11-
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
12-
window.__VUE_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__VUE_DEVTOOLS_GLOBAL_HOOK__;
10+
if (window.top !== window) {
11+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
1312
}
1413
} catch (e) {
1514
// eslint-disable-next-line no-console
16-
console.warn('unable to connect to parent frame for connecting dev tools');
15+
console.warn('unable to connect to top frame for connecting dev tools');
1716
}</script><style>#root[hidden],
1817
#docs-root[hidden] {
1918
display: none !important;
20-
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.92b37c20266bfd12acea.bundle.js"></script><script src="vendors~main.89efd9c7666afa8ce0e2.bundle.js"></script><script src="main.f6a2afd3a50f99e85a4c.bundle.js"></script></body></html>
19+
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.6b70b35614cf83eab770.bundle.js"></script><script src="vendors~main.e22c34fabbc73501b4f1.bundle.js"></script><script src="main.c09cc57b8b4d32ff11b0.bundle.js"></script></body></html>

Diff for: docs/main.2e4b67200f9973d768b2.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/main.c09cc57b8b4d32ff11b0.bundle.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/main.c34778c22b93b5b33871.bundle.js

-1
This file was deleted.

Diff for: docs/main.f6a2afd3a50f99e85a4c.bundle.js

-1
This file was deleted.

Diff for: docs/sb_dll/storybook_ui-manifest.json

+1-1
Large diffs are not rendered by default.

Diff for: docs/sb_dll/storybook_ui_dll.LICENCE

+21-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**!
22
* @fileOverview Kickass library to create and place poppers near their reference elements.
3-
* @version 1.15.0
3+
* @version 1.16.0
44
* @license
55
* Copyright (c) 2016 Federico Zivolo and contributors
66
*
@@ -29,6 +29,12 @@
2929
* see https://github.com/es-shims/es5-shim/blob/master/LICENSE
3030
*/
3131

32+
/*!
33+
Copyright (c) 2017 Jed Watson.
34+
Licensed under the MIT License (MIT), see
35+
http://jedwatson.github.io/classnames
36+
*/
37+
3238
/*!
3339
* isobject <https://github.com/jonschlinkert/isobject>
3440
*
@@ -46,13 +52,7 @@
4652
* https://github.com/paulmillr/es6-shim/
4753
*/
4854

49-
/*!
50-
Copyright (c) 2017 Jed Watson.
51-
Licensed under the MIT License (MIT), see
52-
http://jedwatson.github.io/classnames
53-
*/
54-
55-
/** @license React v16.8.6
55+
/** @license React v16.12.0
5656
* react.production.min.js
5757
*
5858
* Copyright (c) Facebook, Inc. and its affiliates.
@@ -61,7 +61,7 @@
6161
* LICENSE file in the root directory of this source tree.
6262
*/
6363

64-
/** @license React v16.8.6
64+
/** @license React v16.12.0
6565
* react-is.production.min.js
6666
*
6767
* Copyright (c) Facebook, Inc. and its affiliates.
@@ -70,7 +70,7 @@
7070
* LICENSE file in the root directory of this source tree.
7171
*/
7272

73-
/** @license React v0.13.6
73+
/** @license React v0.16.2
7474
* scheduler.production.min.js
7575
*
7676
* Copyright (c) Facebook, Inc. and its affiliates.
@@ -85,16 +85,25 @@ object-assign
8585
@license MIT
8686
*/
8787

88+
/**
89+
* @license
90+
* Lodash <https://lodash.com/>
91+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
92+
* Released under MIT license <https://lodash.com/license>
93+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
94+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
95+
*/
96+
8897
/*!
89-
* Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io)
98+
* Fuse.js v3.4.6 - Lightweight fuzzy-search (http://fusejs.io)
9099
*
91100
* Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)
92101
* All Rights Reserved. Apache Software License 2.0
93102
*
94103
* http://www.apache.org/licenses/LICENSE-2.0
95104
*/
96105

97-
/** @license React v16.8.6
106+
/** @license React v16.11.0
98107
* react-dom.production.min.js
99108
*
100109
* Copyright (c) Facebook, Inc. and its affiliates.

0 commit comments

Comments
 (0)