Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64584ff

Browse files
author
Maya Shavin
committed
redeploy
1 parent eebc8d7 commit 64584ff

14 files changed

+55
-11
lines changed

docs/build/main.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121

122122

123123

124-
window['FRAMEWORK_OPTIONS'] = {};</script><script src="runtime~main.4104c7a72f83f2c87c84.bundle.js"></script><script src="vendors~main.4104c7a72f83f2c87c84.bundle.js"></script><script src="main.4104c7a72f83f2c87c84.bundle.js"></script></body></html>
124+
window['FRAMEWORK_OPTIONS'] = {};</script><script src="runtime~main.85621a835d6b397e48fc.bundle.js"></script><script src="vendors~main.85621a835d6b397e48fc.bundle.js"></script><script src="main.85621a835d6b397e48fc.bundle.js"></script></body></html>

docs/index.html

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Cloudinary Vue SDK</title><link rel="icon" type="image/x-icon" href="./favicon.png"></head><body><div id="rsg-root"></div><style>@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Montserrat:400,500,600');body {font-family: 'Open Sans', Arial, sans-serif;font-size: 16px;line-height: 1.5;color: #3c3c3c;background-color: white;}.cld-doc h1,.cld-doc h2,.cld-doc h3,.cld-doc h4,.cld-doc h5,.cld-doc h6,.cld-doc .h1,.cld-doc .h2,.cld-doc .h3,.cld-doc .h4,.cld-doc .h5,.cld-doc .h6 {font-family: 'Montserrat', Helvetica, Arial, sans-serif;}.cld-doc .h1,.cld-doc h1 {font-size: 40px;color: #000;margin-top: 0;margin-bottom: 25px;}.cld-doc .h2,.cld-doc h2 {font-size: 32px;}.cld-doc .h3,.cld-doc h3 {font-size: 24px;}.cld-doc .h4,.cld-doc h4 {font-size: 20px;}.cld-doc .h5,.cld-doc h5 {margin-top: 22px;font-size: 18px;}.cld-doc .h6,.cld-doc h6 {font-size: 16px;}.cld-doc .h1,.cld-doc h1,.cld-doc .h2,.cld-doc h2 {font-weight: 500;letter-spacing: -1.2px;}.cld-doc .h3,.cld-doc h3,.cld-doc .h4,.cld-doc h4,.cld-doc .h5,.cld-doc h5,.cld-doc .h6,.cld-doc h6 {font-weight: 500;letter-spacing: -0.5px;}.cld-doc h1,.cld-doc h2,.cld-doc h3,.cld-doc h4,.cld-doc h5,.cld-doc h6 {color: #000;}.cld-doc h1 a, .cld-doc h2 a, .cld-doc h3 a, .cld-doc h4 a, .cld-doc h5 a, .cld-doc h6 a {color: #000;}.cld-doc h1 a:visited, .cld-doc h2 a:visited, .cld-doc h3 a:visited, .cld-doc h4 a:visited, .cld-doc h5 a:visited, .cld-doc h6 a:visited {color: inherit;}.cld-doc h1 a:hover, .cld-doc h2 a:hover, .cld-doc h3 a:hover, .cld-doc h4 a:hover, .cld-doc h5 a:hover, .cld-doc h6 a:hover {color: #f96726;text-decoration: none;}.cld-doc.cld-doc.cld-doc a,.cld-doc.cld-doc.cld-doc :link {text-decoration: none;transition: color 0.3s;color: #f96726;}.cld-doc.cld-doc.cld-doc a:hover {color: #f96726;text-decoration: underline;}.cld-doc.cld-doc.cld-doc a:visited {color: #d44e12;}.cld-doc.cld-doc.cld-doc a:focus {color: #d44e12;text-decoration: underline;outline: none;}table[class^=rsg] {border-collapse: collapse;margin: 2em 0;}.cld-doc ul {list-style: none}.cld-doc ul li::before {content: "•"; color: #f96726; margin-right: 10px;}button[name="rsg-code-editor"] {display: none;}.CodeMirror.CodeMirror-wrap {border-radius: 6px;}table[class^=rsg] td, table[class^=rsg] th {font-size: 13px;padding: 7px 10px;border: 1px solid #ddd;line-height: 18px;overflow-wrap: break-word;}table[class^=rsg] th {color: #888;font-weight: bold;}table[class^=rsg] td a {font-weight: normal;}table[class^=rsg] code {font-size: 12px;overflow-wrap: break-word;word-break: break-word;}div.explain {display: block;position: relative;border: 1px dotted #db0f60;}div.explain:before {content: attr(style);position: absolute;top:0; left: 0;border-bottom: 1px dotted #db0f60;border-right: 1px dotted #db0f60;z-index: 2;background: white;color: black;padding: 3px;font-size: 7pt;font-family: sans-serif;opacity: 0.5;}div.explain:hover:before {opacity: 0.9;}div.explain * {border: 1px dashed #000;}div.explain * {border-color: #db0fbc;}div.explain * * {border-color: #6a0fdb;}div.explain * * * {border-color: #190fdb;}div.explain * * * {border-color: #0f71db;}</style><script src="build/chunk-vendors.js"></script><script src="build/main.bundle.js"></script></body></html>
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 error = { message: err.message, name: err.name, stack: err.stack };
26+
window.fetch('/runtime-error', {
27+
method: 'POST',
28+
headers: { 'Content-Type': 'application/json' },
29+
body: JSON.stringify({ message, source, line, column, error, origin: 'manager' }),
30+
});
31+
};</script><style>#root[hidden],
32+
#docs-root[hidden] {
33+
display: none !important;
34+
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
35+
36+
37+
38+
window['LOGLEVEL'] = "info";
39+
40+
41+
42+
43+
44+
45+
46+
window['DOCS_MODE'] = false;</script><script src="runtime~main.870e8ee0658e83d05c6b.bundle.js"></script><script src="vendors~main.22be63393db2484da2b6.bundle.js"></script><script src="main.0211b929b2d5ed8d2bbf.bundle.js"></script></body></html>

docs/main.4104c7a72f83f2c87c84.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/main.4104c7a72f83f2c87c84.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.85621a835d6b397e48fc.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.85621a835d6b397e48fc.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.4104c7a72f83f2c87c84.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime~main.4104c7a72f83f2c87c84.bundle.js renamed to docs/runtime~main.85621a835d6b397e48fc.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.85621a835d6b397e48fc.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.4104c7a72f83f2c87c84.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/vendors~main.4104c7a72f83f2c87c84.bundle.js renamed to docs/vendors~main.85621a835d6b397e48fc.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.85621a835d6b397e48fc.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)