Skip to content

Commit

Permalink
github pages release
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and BelfordZ committed Feb 27, 2023
1 parent f8b4e4d commit ddf9f99
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 71 deletions.
108 changes: 56 additions & 52 deletions assets/main.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/* Light */
--light-color-background: #f2f4f8;
--light-color-background-secondary: #eff0f1;
--light-color-warning-text: #222;
--light-color-background-warning: #e6e600;
--light-color-icon-background: var(--light-color-background);
--light-color-accent: #c5c7c9;
--light-color-text: #222;
Expand All @@ -21,6 +23,8 @@
/* Dark */
--dark-color-background: #2b2e33;
--dark-color-background-secondary: #1e2024;
--dark-color-background-warning: #bebe00;
--dark-color-warning-text: #222;
--dark-color-icon-background: var(--dark-color-background-secondary);
--dark-color-accent: #9096a2;
--dark-color-text: #f5f5f5;
Expand All @@ -42,6 +46,8 @@
:root {
--color-background: var(--light-color-background);
--color-background-secondary: var(--light-color-background-secondary);
--color-background-warning: var(--light-color-background-warning);
--color-warning-text: var(--light-color-warning-text);
--color-icon-background: var(--light-color-icon-background);
--color-accent: var(--light-color-accent);
--color-text: var(--light-color-text);
Expand All @@ -64,6 +70,8 @@
:root {
--color-background: var(--dark-color-background);
--color-background-secondary: var(--dark-color-background-secondary);
--color-background-warning: var(--dark-color-background-warning);
--color-warning-text: var(--dark-color-warning-text);
--color-icon-background: var(--dark-color-icon-background);
--color-accent: var(--dark-color-accent);
--color-text: var(--dark-color-text);
Expand Down Expand Up @@ -93,6 +101,8 @@ body {
:root[data-theme="light"] {
--color-background: var(--light-color-background);
--color-background-secondary: var(--light-color-background-secondary);
--color-background-warning: var(--light-color-background-warning);
--color-warning-text: var(--light-color-warning-text);
--color-icon-background: var(--light-color-icon-background);
--color-accent: var(--light-color-accent);
--color-text: var(--light-color-text);
Expand All @@ -113,6 +123,8 @@ body {
:root[data-theme="dark"] {
--color-background: var(--dark-color-background);
--color-background-secondary: var(--dark-color-background-secondary);
--color-background-warning: var(--dark-color-background-warning);
--color-warning-text: var(--dark-color-warning-text);
--color-icon-background: var(--dark-color-icon-background);
--color-accent: var(--dark-color-accent);
--color-text: var(--dark-color-text);
Expand All @@ -130,6 +142,11 @@ body {
--color-scheme: var(--dark-color-scheme);
}

.always-visible,
.always-visible .tsd-signatures {
display: inherit !important;
}

h1,
h2,
h3,
Expand Down Expand Up @@ -1237,6 +1254,12 @@ img {
text-decoration: line-through;
}

.warning {
padding: 1rem;
color: var(--color-warning-text);
background: var(--color-background-warning);
}

* {
scrollbar-width: thin;
scrollbar-color: var(--color-accent) var(--color-icon-background);
Expand Down
8 changes: 4 additions & 4 deletions classes/NonStringRefError.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><span class="tsd-signature-type">Error</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L47">dereferencer.ts:47</a></li></ul></aside>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L47">dereferencer.ts:47</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -59,21 +59,21 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>s: <span class="tsd-signature-type">JSONSchema</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="NonStringRefError.html" class="tsd-signature-type" data-tsd-kind="Class">NonStringRefError</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L51">dereferencer.ts:51</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L51">dereferencer.ts:51</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="message" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<p>Implementation of Error.message</p>
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L48">dereferencer.ts:48</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L48">dereferencer.ts:48</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="name" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;NonStringRefError&quot;</span></div><aside class="tsd-sources">
<p>Implementation of Error.name</p>
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L49">dereferencer.ts:49</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L49">dereferencer.ts:49</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
18 changes: 9 additions & 9 deletions classes/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">default</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L81">dereferencer.ts:81</a></li></ul></aside>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L81">dereferencer.ts:81</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -63,29 +63,29 @@ <h5>schema: <span class="tsd-signature-type">JSONSchema</span></h5></li>
<h5>options: <a href="../interfaces/DereferencerOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">DereferencerOptions</a><span class="tsd-signature-symbol"> = {}</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="default.html" class="tsd-signature-type" data-tsd-kind="Class">default</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L86">dereferencer.ts:86</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L86">dereferencer.ts:86</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="options" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>options</span><a href="#options" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">options<span class="tsd-signature-symbol">:</span> <a href="../interfaces/DereferencerOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">DereferencerOptions</a><span class="tsd-signature-symbol"> = {}</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L86">dereferencer.ts:86</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L86">dereferencer.ts:86</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="refCache" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>ref<wbr/>Cache</span><a href="#refCache" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">ref<wbr/>Cache<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RefCache</span><span class="tsd-signature-symbol"> = {}</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L84">dereferencer.ts:84</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L84">dereferencer.ts:84</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="refs" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>refs</span><a href="#refs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">refs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L82">dereferencer.ts:82</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L82">dereferencer.ts:82</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="schema" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>schema</span><a href="#schema" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">schema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JSONSchema</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L83">dereferencer.ts:83</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L83">dereferencer.ts:83</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="_resolve" class="tsd-anchor"></a>
Expand All @@ -95,7 +95,7 @@ <h3 class="tsd-anchor-link"><span>_resolve</span><a href="#_resolve" aria-label=
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">JSONSchema</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L136">dereferencer.ts:136</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L136">dereferencer.ts:136</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="collectRefs" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>collect<wbr/>Refs</span><a href="#collectRefs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -106,7 +106,7 @@ <h3 class="tsd-anchor-link"><span>collect<wbr/>Refs</span><a href="#collectRefs"
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L205">dereferencer.ts:205</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L205">dereferencer.ts:205</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="resolve" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>resolve</span><a href="#resolve" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
Expand All @@ -119,7 +119,7 @@ <h3>Returns</h3><p>a promise that will resolve a fully dereferenced schema, wher
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">JSONSchema</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/d83045b/src/dereferencer.ts#L129">dereferencer.ts:129</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/json-schema-tools/dereferencer/blob/2f3b96f/src/dereferencer.ts#L129">dereferencer.ts:129</a></li></ul></aside></li></ul></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit ddf9f99

Please sign in to comment.