Skip to content

Commit 47e9a0b

Browse files
committed
🔧 build(remove): debug package
1 parent 90aeab7 commit 47e9a0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2086
-3206
lines changed

‎coverage-badge.svg

Lines changed: 1 addition & 1 deletion
Loading

‎docs/assets/main.js

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

‎docs/assets/navigation.js

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/assets/search.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/assets/style.css

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
--light-color-ts-accessor: var(--light-color-ts-property);
3333
--light-color-ts-get-signature: var(--light-color-ts-accessor);
3434
--light-color-ts-set-signature: var(--light-color-ts-accessor);
35-
/* object literal not included as it is not used and will be removed in 0.25 */
3635
--light-color-ts-type-alias: #d51270;
3736
/* reference not included as links will be colored with the kind that it points to */
3837

@@ -72,7 +71,6 @@
7271
--dark-color-ts-accessor: var(--dark-color-ts-property);
7372
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
7473
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
75-
/* object literal not included as it is not used and will be removed in 0.25 */
7674
--dark-color-ts-type-alias: #ff6492;
7775
/* reference not included as links will be colored with the kind that it points to */
7876

@@ -468,13 +466,12 @@ blockquote {
468466
padding: 0 0 0 20px;
469467
margin: 0;
470468
}
471-
.tsd-typography h4,
472469
.tsd-typography .tsd-index-panel h3,
473470
.tsd-index-panel .tsd-typography h3,
471+
.tsd-typography h4,
474472
.tsd-typography h5,
475473
.tsd-typography h6 {
476474
font-size: 1em;
477-
margin: 0;
478475
}
479476
.tsd-typography h5,
480477
.tsd-typography h6 {
@@ -485,6 +482,19 @@ blockquote {
485482
.tsd-typography ol {
486483
margin: 1em 0;
487484
}
485+
.tsd-typography table {
486+
border-collapse: collapse;
487+
border: none;
488+
}
489+
.tsd-typography td,
490+
.tsd-typography th {
491+
padding: 6px 13px;
492+
border: 1px solid var(--color-accent);
493+
}
494+
.tsd-typography thead,
495+
.tsd-typography tr:nth-child(even) {
496+
background-color: var(--color-background-secondary);
497+
}
488498

489499
.tsd-breadcrumb {
490500
margin: 0;
@@ -900,21 +910,25 @@ a.tsd-index-link {
900910
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
901911
}
902912
#tsd-search .results li {
903-
padding: 0 10px;
904913
background-color: var(--color-background);
914+
line-height: initial;
915+
padding: 4px;
905916
}
906917
#tsd-search .results li:nth-child(even) {
907918
background-color: var(--color-background-secondary);
908919
}
909920
#tsd-search .results li.state {
910921
display: none;
911922
}
912-
#tsd-search .results li.current,
913-
#tsd-search .results li:hover {
923+
#tsd-search .results li.current:not(.no-results),
924+
#tsd-search .results li:hover:not(.no-results) {
914925
background-color: var(--color-accent);
915926
}
916927
#tsd-search .results a {
917-
display: block;
928+
display: flex;
929+
align-items: center;
930+
padding: 0.25rem;
931+
box-sizing: border-box;
918932
}
919933
#tsd-search .results a:before {
920934
top: 10px;
@@ -1070,7 +1084,9 @@ ul.tsd-type-parameter-list h5 {
10701084
overflow: hidden;
10711085
opacity: 0.8;
10721086
height: 40px;
1073-
transition: opacity 0.1s, background-color 0.2s;
1087+
transition:
1088+
opacity 0.1s,
1089+
background-color 0.2s;
10741090
vertical-align: bottom;
10751091
cursor: pointer;
10761092
}
@@ -1122,7 +1138,7 @@ img {
11221138
}
11231139

11241140
.deprecated {
1125-
text-decoration: line-through;
1141+
text-decoration: line-through !important;
11261142
}
11271143

11281144
.warning {

0 commit comments

Comments
 (0)