Skip to content

Commit

Permalink
chore(deps-dev): bump typedoc from 0.25.4 to 0.25.7 (#838)
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.4 to 0.25.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.4...v0.25.7)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 70d64ac
  • Loading branch information
googlemaps-bot committed Jan 8, 2024
1 parent de9ca11 commit af40463
Show file tree
Hide file tree
Showing 32 changed files with 111 additions and 89 deletions.
4 changes: 2 additions & 2 deletions assets/main.js

Large diffs are not rendered by default.

50 changes: 35 additions & 15 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
--light-color-ts-parameter: var(--light-color-ts-variable);
/* type literal not included as links will never be generated to it */
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
--light-color-ts-type-parameter: #a55c0e;
--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);
Expand Down Expand Up @@ -69,7 +69,7 @@
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
--dark-color-ts-parameter: var(--dark-color-ts-variable);
/* type literal not included as links will never be generated to it */
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
--dark-color-ts-type-parameter: #e07d13;
--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);
Expand Down Expand Up @@ -266,12 +266,12 @@ h6 {
line-height: 1.2;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
h1 > a:not(.link),
h2 > a:not(.link),
h3 > a:not(.link),
h4 > a:not(.link),
h5 > a:not(.link),
h6 > a:not(.link) {
text-decoration: none;
color: var(--color-text);
}
Expand Down Expand Up @@ -649,6 +649,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
font-weight: bold;
}

.tsd-full-hierarchy:not(:last-child) {
margin-bottom: 1em;
padding-bottom: 1em;
border-bottom: 1px solid var(--color-accent);
}
.tsd-full-hierarchy,
.tsd-full-hierarchy ul {
list-style: none;
margin: 0;
padding: 0;
}
.tsd-full-hierarchy ul {
padding-left: 1.5rem;
}
.tsd-full-hierarchy a {
padding: 0.25rem 0 !important;
font-size: 1rem;
display: inline-flex;
align-items: center;
color: var(--color-text);
}

.tsd-panel-group.tsd-index-group {
margin-bottom: 0;
}
Expand Down Expand Up @@ -714,12 +736,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
}
.tsd-navigation > a,
.tsd-navigation .tsd-accordion-summary {
width: calc(100% - 0.5rem);
width: calc(100% - 0.25rem);
display: flex;
align-items: center;
}
.tsd-navigation a,
.tsd-navigation summary > span,
.tsd-page-navigation a {
display: inline-flex;
display: flex;
width: calc(100% - 0.25rem);
align-items: center;
padding: 0.25rem;
color: var(--color-text);
Expand Down Expand Up @@ -759,11 +784,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
margin-left: -1.5rem;
}

.tsd-nested-navigation > li > a,
.tsd-nested-navigation > li > span {
width: calc(100% - 1.75rem - 0.5rem);
}

.tsd-page-navigation ul {
padding-left: 1.75rem;
}
Expand Down
10 changes: 5 additions & 5 deletions classes/Cluster.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/ClusterStats.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/DefaultRenderer.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/GridAlgorithm.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions classes/MarkerClusterer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/MarkerUtils.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/NoopAlgorithm.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/SuperClusterAlgorithm.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/SuperClusterViewportAlgorithm.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions enums/MarkerClustererEvents.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/defaultOnClusterClickHandler.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/extendBoundsToPaddedViewport.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions functions/filterMarkersToPaddedViewport.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/getPaddedViewport.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions hierarchy.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions interfaces/Algorithm.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions interfaces/AlgorithmInput.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/AlgorithmOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions interfaces/AlgorithmOutput.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/ClusterOptions.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions interfaces/GridOptions.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions interfaces/MarkerClustererOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/Renderer.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/SuperClusterViewportOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/SuperClusterViewportState.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions types/Marker.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/SuperClusterOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/onClusterClickHandler.html

Large diffs are not rendered by default.

0 comments on commit af40463

Please sign in to comment.