Skip to content

Commit

Permalink
deploy: f9b03de
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Dec 18, 2023
1 parent a0de6e2 commit 8cf0bc7
Show file tree
Hide file tree
Showing 27 changed files with 77 additions and 2,505 deletions.
11 changes: 11 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
--light-color-text-aside: #6e6e6e;
--light-color-link: #1f70c2;

--light-color-ts-keyword: #056bd6;
--light-color-ts-project: #b111c9;
--light-color-ts-module: var(--light-color-ts-project);
--light-color-ts-namespace: var(--light-color-ts-project);
Expand Down Expand Up @@ -50,6 +51,7 @@
--dark-color-text-aside: #dddddd;
--dark-color-link: #00aff4;

--dark-color-ts-keyword: #3399ff;
--dark-color-ts-project: #e358ff;
--dark-color-ts-module: var(--dark-color-ts-project);
--dark-color-ts-namespace: var(--dark-color-ts-project);
Expand Down Expand Up @@ -91,6 +93,7 @@
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -132,6 +135,7 @@
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -180,6 +184,7 @@ body {
--color-text-aside: var(--light-color-text-aside);
--color-link: var(--light-color-link);

--color-ts-keyword: var(--light-color-ts-keyword);
--color-ts-module: var(--light-color-ts-module);
--color-ts-namespace: var(--light-color-ts-namespace);
--color-ts-enum: var(--light-color-ts-enum);
Expand Down Expand Up @@ -219,6 +224,7 @@ body {
--color-text-aside: var(--dark-color-text-aside);
--color-link: var(--dark-color-link);

--color-ts-keyword: var(--dark-color-ts-keyword);
--color-ts-module: var(--dark-color-ts-module);
--color-ts-namespace: var(--dark-color-ts-namespace);
--color-ts-enum: var(--dark-color-ts-enum);
Expand Down Expand Up @@ -984,6 +990,11 @@ a.tsd-index-link {
overflow-x: auto;
}

.tsd-signature-keyword {
color: var(--color-ts-keyword);
font-weight: normal;
}

.tsd-signature-symbol {
color: var(--color-text-aside);
font-weight: normal;
Expand Down
199 changes: 6 additions & 193 deletions classes/DnsRecord.html

Large diffs are not rendered by default.

177 changes: 6 additions & 171 deletions classes/Message.html

Large diffs are not rendered by default.

113 changes: 2 additions & 111 deletions classes/MockChain.html

Large diffs are not rendered by default.

184 changes: 5 additions & 179 deletions classes/Question.html

Large diffs are not rendered by default.

143 changes: 5 additions & 138 deletions classes/RrSet.html

Large diffs are not rendered by default.

100 changes: 3 additions & 97 deletions enums/DigestType.html

Large diffs are not rendered by default.

95 changes: 2 additions & 93 deletions enums/DnsClass.html

Large diffs are not rendered by default.

124 changes: 3 additions & 121 deletions enums/DnssecAlgorithm.html

Large diffs are not rendered by default.

106 changes: 3 additions & 103 deletions enums/SecurityStatus.html

Large diffs are not rendered by default.

79 changes: 2 additions & 77 deletions functions/dnssecLookUp.html

Large diffs are not rendered by default.

81 changes: 2 additions & 79 deletions index.html

Large diffs are not rendered by default.

96 changes: 2 additions & 94 deletions interfaces/FailureResult.html

Large diffs are not rendered by default.

87 changes: 2 additions & 85 deletions interfaces/Header.html

Large diffs are not rendered by default.

93 changes: 2 additions & 91 deletions interfaces/IDatePeriod.html

Large diffs are not rendered by default.

99 changes: 2 additions & 97 deletions interfaces/MockChainFixture.html

Large diffs are not rendered by default.

105 changes: 2 additions & 103 deletions interfaces/TrustAnchor.html

Large diffs are not rendered by default.

93 changes: 2 additions & 91 deletions interfaces/VerificationOptions.html

Large diffs are not rendered by default.

84 changes: 6 additions & 78 deletions modules.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/ChainVerificationResult.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/DnsClassIdOrName.html

Large diffs are not rendered by default.

66 changes: 2 additions & 64 deletions types/DnsClassName.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/FailureStatus.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/IanaRrTypeIdOrName.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/IanaRrTypeName.html

Large diffs are not rendered by default.

75 changes: 1 addition & 74 deletions types/Resolver.html

Large diffs are not rendered by default.

62 changes: 1 addition & 61 deletions types/VerifiedRrSet.html

Large diffs are not rendered by default.

0 comments on commit 8cf0bc7

Please sign in to comment.