@procore/core-react 10.18.0-rc.2 → 10.18.0-rc.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/secureLogin.js +75 -0
- package/dist/esm/components/Panel/Panel.js +8 -4
- package/dist/esm/components/Panel/Panel.js.map +1 -1
- package/dist/esm/components/Panel/Panel.styles.d.ts +1 -0
- package/dist/esm/components/Panel/Panel.styles.js +7 -6
- package/dist/esm/components/Panel/Panel.styles.js.map +1 -1
- package/dist/esm/components/Panel/Panel.types.d.ts +1 -0
- package/dist/esm/locales/en.json +3 -0
- package/package.json +19 -19
- package/storybook-static/0.41d72454.iframe.bundle.js +1 -0
- package/storybook-static/0.debc393d82873e1354f6.manager.bundle.js +1 -0
- package/storybook-static/4.1e5affc3.iframe.bundle.js +3 -0
- package/storybook-static/4.1e5affc3.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/4.1e5affc3.iframe.bundle.js.map +1 -0
- package/storybook-static/4.5147a16b107c16573a94.manager.bundle.js +2 -0
- package/storybook-static/4.5147a16b107c16573a94.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.47bfaabe7f9aac52ef18.manager.bundle.js +1 -0
- package/storybook-static/5.69f1baa1.iframe.bundle.js +1 -0
- package/storybook-static/6.b9e2e39a33f6c1a0f598.manager.bundle.js +2 -0
- package/storybook-static/6.b9e2e39a33f6c1a0f598.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.e409d5ab.iframe.bundle.js +3 -0
- package/storybook-static/6.e409d5ab.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.e409d5ab.iframe.bundle.js.map +1 -0
- package/storybook-static/7.530c0f1d3af8d0f7d9ab.manager.bundle.js +1 -0
- package/storybook-static/7.6a608246.iframe.bundle.js +1 -0
- package/storybook-static/8.7d77fc64a2e6cde27d4a.manager.bundle.js +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +167 -0
- package/storybook-static/index.html +55 -0
- package/storybook-static/main.55e0b91b.iframe.bundle.js +1 -0
- package/storybook-static/main.eedaaef27a875eaad4ab.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.3e148afd.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.e3dac3b15267b78a79aa.manager.bundle.js +1 -0
- package/storybook-static/static/media/1.13dc8c2c.png +0 -0
- package/storybook-static/static/media/1.36180268.png +0 -0
- package/storybook-static/static/media/2.9314e7b0.png +0 -0
- package/storybook-static/static/media/2.fe5e9f4f.png +0 -0
- package/storybook-static/static/media/3.b141918a.png +0 -0
- package/storybook-static/static/media/3.c17acbc8.png +0 -0
- package/storybook-static/static/media/4.d192a649.png +0 -0
- package/storybook-static/static/media/4.f3f694fc.png +0 -0
- package/storybook-static/static/media/5.1bc2c380.png +0 -0
- package/storybook-static/static/media/5.9d9116a9.png +0 -0
- package/storybook-static/static/media/default.stories.74f74132.png +0 -0
- package/storybook-static/static/media/dog.a379ab68.jpeg +0 -0
- package/storybook-static/static/media/thumb_104x104_1.15896857.png +0 -0
- package/storybook-static/static/media/thumb_104x104_2.ace6dbdf.png +0 -0
- package/storybook-static/static/media/thumb_104x104_3.7f044128.png +0 -0
- package/storybook-static/static/media/thumb_104x104_4.e3afac44.png +0 -0
- package/storybook-static/static/media/thumb_40x40_1.e049af5f.png +0 -0
- package/storybook-static/static/media/thumb_40x40_2.324dc5b3.png +0 -0
- package/storybook-static/static/media/thumb_40x40_3.467cde29.png +0 -0
- package/storybook-static/static/media/thumb_40x40_4.eb7de868.png +0 -0
- package/storybook-static/static/media/video.05470725.mp4 +0 -0
- package/storybook-static/static/media/visual_placeholder_40x40.0f5a60ca.svg +9 -0
- package/storybook-static/vendors~main.7b73c69ff88b1f9a3200.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.7b73c69ff88b1f9a3200.manager.bundle.js.LICENSE.txt +88 -0
- package/storybook-static/vendors~main.b76b6ea6.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.b76b6ea6.iframe.bundle.js.LICENSE.txt +160 -0
- package/storybook-static/vendors~main.b76b6ea6.iframe.bundle.js.map +1 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Storybook</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
height: 100%;
|
|
4
|
+
width: 100%;
|
|
5
|
+
margin: 0;
|
|
6
|
+
padding: 0;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
* {
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
}</style><script>/* globals window */
|
|
12
|
+
/* eslint-disable no-underscore-dangle */
|
|
13
|
+
try {
|
|
14
|
+
if (window.top !== window) {
|
|
15
|
+
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
16
|
+
}
|
|
17
|
+
} catch (e) {
|
|
18
|
+
// eslint-disable-next-line no-console
|
|
19
|
+
console.warn('unable to connect to top frame for connecting dev tools');
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
window.onerror = function onerror(message, source, line, column, err) {
|
|
23
|
+
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
|
|
24
|
+
// eslint-disable-next-line no-var, vars-on-top
|
|
25
|
+
var xhr = new window.XMLHttpRequest();
|
|
26
|
+
xhr.open('POST', '/runtime-error');
|
|
27
|
+
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
|
|
28
|
+
xhr.send(
|
|
29
|
+
JSON.stringify({
|
|
30
|
+
/* eslint-disable object-shorthand */
|
|
31
|
+
message: message,
|
|
32
|
+
source: source,
|
|
33
|
+
line: line,
|
|
34
|
+
column: column,
|
|
35
|
+
error: err && { message: err.message, name: err.name, stack: err.stack },
|
|
36
|
+
origin: 'manager',
|
|
37
|
+
/* eslint-enable object-shorthand */
|
|
38
|
+
})
|
|
39
|
+
);
|
|
40
|
+
};</script><script src="https://cdn.auth0.com/js/lock/11.21.0/lock.min.js"></script><script src="secureLogin.js"></script><style>#root[hidden],
|
|
41
|
+
#docs-root[hidden] {
|
|
42
|
+
display: none !important;
|
|
43
|
+
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
window['LOGLEVEL'] = "info";
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
window['DOCS_MODE'] = false;</script><script src="runtime~main.e3dac3b15267b78a79aa.manager.bundle.js"></script><script src="vendors~main.7b73c69ff88b1f9a3200.manager.bundle.js"></script><script src="main.eedaaef27a875eaad4ab.manager.bundle.js"></script></body></html>
|