Skip to content

Commit

Permalink
update docs from 512e370
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 10, 2024
1 parent c21e0c9 commit ff9679a
Show file tree
Hide file tree
Showing 264 changed files with 45,686 additions and 2,716 deletions.
7 changes: 3 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/navigation.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

47 changes: 10 additions & 37 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
--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 All @@ -33,6 +32,7 @@
--light-color-ts-accessor: var(--light-color-ts-property);
--light-color-ts-get-signature: var(--light-color-ts-accessor);
--light-color-ts-set-signature: var(--light-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--light-color-ts-type-alias: #d51270;
/* reference not included as links will be colored with the kind that it points to */

Expand All @@ -51,7 +51,6 @@
--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 All @@ -73,6 +72,7 @@
--dark-color-ts-accessor: var(--dark-color-ts-property);
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
/* object literal not included as it is not used and will be removed in 0.25 */
--dark-color-ts-type-alias: #ff6492;
/* reference not included as links will be colored with the kind that it points to */

Expand All @@ -93,7 +93,6 @@
--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 @@ -135,7 +134,6 @@
--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 @@ -184,7 +182,6 @@ 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 @@ -224,7 +221,6 @@ 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 @@ -472,12 +468,13 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand All @@ -488,19 +485,6 @@ blockquote {
.tsd-typography ol {
margin: 1em 0;
}
.tsd-typography table {
border-collapse: collapse;
border: none;
}
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

.tsd-breadcrumb {
margin: 0;
Expand Down Expand Up @@ -916,25 +900,21 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
}
#tsd-search .results li.state {
display: none;
}
#tsd-search .results li.current:not(.no-results),
#tsd-search .results li:hover:not(.no-results) {
#tsd-search .results li.current,
#tsd-search .results li:hover {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
display: block;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -990,11 +970,6 @@ 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 Expand Up @@ -1095,9 +1070,7 @@ ul.tsd-type-parameter-list h5 {
overflow: hidden;
opacity: 0.8;
height: 40px;
transition:
opacity 0.1s,
background-color 0.2s;
transition: opacity 0.1s, background-color 0.2s;
vertical-align: bottom;
cursor: pointer;
}
Expand Down Expand Up @@ -1149,7 +1122,7 @@ img {
}

.deprecated {
text-decoration: line-through !important;
text-decoration: line-through;
}

.warning {
Expand Down
2,752 changes: 2,736 additions & 16 deletions docs/classes/Ix.AsyncIterable-1.html

Large diffs are not rendered by default.

2,321 changes: 2,301 additions & 20 deletions docs/classes/Ix.Iterable-1.html

Large diffs are not rendered by default.

135 changes: 130 additions & 5 deletions docs/functions/Ix.AsyncIterable.asyncify.html

Large diffs are not rendered by default.

135 changes: 130 additions & 5 deletions docs/functions/Ix.AsyncIterable.asyncifyErrback.html

Large diffs are not rendered by default.

113 changes: 108 additions & 5 deletions docs/functions/Ix.AsyncIterable.catchAll.html

Large diffs are not rendered by default.

113 changes: 108 additions & 5 deletions docs/functions/Ix.AsyncIterable.catchError.html

Large diffs are not rendered by default.

Loading

0 comments on commit ff9679a

Please sign in to comment.