Skip to content

Commit 6ded436

Browse files
committed
generated build
1 parent 65150ad commit 6ded436

File tree

11 files changed

+191
-186
lines changed

11 files changed

+191
-186
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
docEl.addEventListener('before-try', (e) => {
44
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
55
});
6-
});</script><body><rapi-doc spec-url="./specs/temp.yaml" id="thedoc" theme="dark" render-style="read" schema-style="table" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>
6+
});</script><body><rapi-doc spec-url="https://cesdev.eng.sonicwall.com/api/q/openapi" id="thedoc" theme="dark" render-style="read" schema-style="table" show-method-in-nav-bar="true" use-path-in-nav-bar="true" show-components="true" show-info="true" show-header="true" allow-search="false" allow-advanced-search="true" allow-spec-url-load="false" allow-spec-file-download="true" allow-server-selection="true" allow-authentication="true" update-route="false" match-type="regex" persist-auth="true"></rapi-doc></body></html>

dist/index.html.gz

27 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

12 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

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

dist/rapidoc-min.js.map.gz

15 Bytes
Binary file not shown.

dist/rapidoc.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32947,7 +32947,7 @@ function navbarTemplate() {
3294732947
this.scrollToEventTarget(e, false);
3294832948
}}'
3294932949
>
32950-
<span style = "${p.deprecated ? 'filter:opacity(0.5)' : ''}">
32950+
<span style = "display:flex; align-items:start; ${p.deprecated ? 'filter:opacity(0.5)' : ''}">
3295132951
${this.showMethodInNavBar === 'true' ? $`<span class="nav-method ${p.method}">${p.method.substring(0, 3).toUpperCase()}</span>` : ''}
3295232952
${p.isWebhook ? $`<span style="font-weight:bold; margin-right:8px; font-size: calc(var(--font-size-small) - 2px)">WEBHOOK</span>` : ''}
3295332953
${this.usePathInNavBar === 'true' ? $`<span class='mono-font'>${p.path}</span>` : p.summary || p.shortSummary}
@@ -33706,7 +33706,7 @@ function setTheme(baseTheme, theme = {}) {
3370633706
const primaryColorTrans = color_utils.color.opacity(primaryColor, '0.8'); // Dark and Light Theme colors
3370733707

3370833708
if (baseTheme === 'dark') {
33709-
const bg1 = theme.bg1 ? theme.bg1 : '#333';
33709+
const bg1 = theme.bg1 ? theme.bg1 : '#2a2b2c';
3371033710
const fg1 = theme.fg1 ? theme.fg1 : '#bbb';
3371133711
const bg2 = theme.bg2 ? theme.bg2 : color_utils.color.brightness(bg1, 5); // or #383838;
3371233712

@@ -33790,7 +33790,7 @@ function setTheme(baseTheme, theme = {}) {
3379033790
codeOperatorColor: theme.codeOperatorColor || '#67cdcc'
3379133791
};
3379233792
} else {
33793-
const bg1 = theme.bg1 ? theme.bg1 : '#ffffff';
33793+
const bg1 = theme.bg1 ? theme.bg1 : '#fafbfc';
3379433794
const fg1 = theme.fg1 ? theme.fg1 : '#444444';
3379533795
const bg2 = theme.bg2 ? theme.bg2 : color_utils.color.brightness(bg1, -5); // or '#fafafa'
3379633796

@@ -33815,7 +33815,7 @@ function setTheme(baseTheme, theme = {}) {
3381533815
const navAccentColor = theme.navAccentColor ? theme.navAccentColor : primaryColor;
3381633816
*/
3381733817

33818-
const navBgColor = theme.navBgColor ? theme.navBgColor : color_utils.color.brightness(bg1, -180);
33818+
const navBgColor = theme.navBgColor ? theme.navBgColor : color_utils.color.brightness(bg1, -200);
3381933819
const navTextColor = theme.navTextColor ? theme.navTextColor : color_utils.color.opacity(color_utils.color.invert(navBgColor), '0.65');
3382033820
const navHoverBgColor = theme.navHoverBgColor ? theme.navHoverBgColor : color_utils.color.brightness(navBgColor, -15);
3382133821
const navHoverTextColor = theme.navHoverTextColor ? theme.navHoverTextColor : color_utils.color.invert(navBgColor);
@@ -34585,7 +34585,8 @@ class RapiDoc extends lit_element_s {
3458534585
}
3458634586

3458734587
.nav-method {
34588-
padding: 3px 4px;
34588+
padding: 1px 4px;
34589+
min-width: 30px;
3458934590
border-radius: 4px 0 0 4px;
3459034591
margin-right: 4px;
3459134592
font-weight: bold;
@@ -42160,7 +42161,7 @@ Prism.languages.js = Prism.languages.javascript;
4216042161
/******/
4216142162
/******/ /* webpack/runtime/getFullHash */
4216242163
/******/ (() => {
42163-
/******/ __webpack_require__.h = () => ("0fcb8968b0f742dac632")
42164+
/******/ __webpack_require__.h = () => ("39d6d0ba31bb9af7d036")
4216442165
/******/ })();
4216542166
/******/
4216642167
/******/ /* webpack/runtime/global */

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rapidoc-min.js

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

docs/rapidoc.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32947,7 +32947,7 @@ function navbarTemplate() {
3294732947
this.scrollToEventTarget(e, false);
3294832948
}}'
3294932949
>
32950-
<span style = "${p.deprecated ? 'filter:opacity(0.5)' : ''}">
32950+
<span style = "display:flex; align-items:start; ${p.deprecated ? 'filter:opacity(0.5)' : ''}">
3295132951
${this.showMethodInNavBar === 'true' ? $`<span class="nav-method ${p.method}">${p.method.substring(0, 3).toUpperCase()}</span>` : ''}
3295232952
${p.isWebhook ? $`<span style="font-weight:bold; margin-right:8px; font-size: calc(var(--font-size-small) - 2px)">WEBHOOK</span>` : ''}
3295332953
${this.usePathInNavBar === 'true' ? $`<span class='mono-font'>${p.path}</span>` : p.summary || p.shortSummary}
@@ -33706,7 +33706,7 @@ function setTheme(baseTheme, theme = {}) {
3370633706
const primaryColorTrans = color_utils.color.opacity(primaryColor, '0.8'); // Dark and Light Theme colors
3370733707

3370833708
if (baseTheme === 'dark') {
33709-
const bg1 = theme.bg1 ? theme.bg1 : '#333';
33709+
const bg1 = theme.bg1 ? theme.bg1 : '#2a2b2c';
3371033710
const fg1 = theme.fg1 ? theme.fg1 : '#bbb';
3371133711
const bg2 = theme.bg2 ? theme.bg2 : color_utils.color.brightness(bg1, 5); // or #383838;
3371233712

@@ -33790,7 +33790,7 @@ function setTheme(baseTheme, theme = {}) {
3379033790
codeOperatorColor: theme.codeOperatorColor || '#67cdcc'
3379133791
};
3379233792
} else {
33793-
const bg1 = theme.bg1 ? theme.bg1 : '#ffffff';
33793+
const bg1 = theme.bg1 ? theme.bg1 : '#fafbfc';
3379433794
const fg1 = theme.fg1 ? theme.fg1 : '#444444';
3379533795
const bg2 = theme.bg2 ? theme.bg2 : color_utils.color.brightness(bg1, -5); // or '#fafafa'
3379633796

@@ -33815,7 +33815,7 @@ function setTheme(baseTheme, theme = {}) {
3381533815
const navAccentColor = theme.navAccentColor ? theme.navAccentColor : primaryColor;
3381633816
*/
3381733817

33818-
const navBgColor = theme.navBgColor ? theme.navBgColor : color_utils.color.brightness(bg1, -180);
33818+
const navBgColor = theme.navBgColor ? theme.navBgColor : color_utils.color.brightness(bg1, -200);
3381933819
const navTextColor = theme.navTextColor ? theme.navTextColor : color_utils.color.opacity(color_utils.color.invert(navBgColor), '0.65');
3382033820
const navHoverBgColor = theme.navHoverBgColor ? theme.navHoverBgColor : color_utils.color.brightness(navBgColor, -15);
3382133821
const navHoverTextColor = theme.navHoverTextColor ? theme.navHoverTextColor : color_utils.color.invert(navBgColor);
@@ -34585,7 +34585,8 @@ class RapiDoc extends lit_element_s {
3458534585
}
3458634586

3458734587
.nav-method {
34588-
padding: 3px 4px;
34588+
padding: 1px 4px;
34589+
min-width: 30px;
3458934590
border-radius: 4px 0 0 4px;
3459034591
margin-right: 4px;
3459134592
font-weight: bold;
@@ -42160,7 +42161,7 @@ Prism.languages.js = Prism.languages.javascript;
4216042161
/******/
4216142162
/******/ /* webpack/runtime/getFullHash */
4216242163
/******/ (() => {
42163-
/******/ __webpack_require__.h = () => ("0fcb8968b0f742dac632")
42164+
/******/ __webpack_require__.h = () => ("39d6d0ba31bb9af7d036")
4216442165
/******/ })();
4216542166
/******/
4216642167
/******/ /* webpack/runtime/global */

0 commit comments

Comments
 (0)