Skip to content

Commit ef0c12b

Browse files
author
farfromrefug
committed
readme/doc
1 parent 6062459 commit ef0c12b

26 files changed

+53
-73
lines changed

docs/assets/main.js

Lines changed: 2 additions & 2 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 & 1 deletion
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: 15 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--light-color-ts-constructor-signature: var(--light-color-ts-constructor);
3030
--light-color-ts-parameter: var(--light-color-ts-variable);
3131
/* type literal not included as links will never be generated to it */
32-
--light-color-ts-type-parameter: #a55c0e;
32+
--light-color-ts-type-parameter: var(--light-color-ts-type-alias);
3333
--light-color-ts-accessor: var(--light-color-ts-property);
3434
--light-color-ts-get-signature: var(--light-color-ts-accessor);
3535
--light-color-ts-set-signature: var(--light-color-ts-accessor);
@@ -69,7 +69,7 @@
6969
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
7070
--dark-color-ts-parameter: var(--dark-color-ts-variable);
7171
/* type literal not included as links will never be generated to it */
72-
--dark-color-ts-type-parameter: #e07d13;
72+
--dark-color-ts-type-parameter: var(--dark-color-ts-type-alias);
7373
--dark-color-ts-accessor: var(--dark-color-ts-property);
7474
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
7575
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
@@ -266,12 +266,12 @@ h6 {
266266
line-height: 1.2;
267267
}
268268

269-
h1 > a:not(.link),
270-
h2 > a:not(.link),
271-
h3 > a:not(.link),
272-
h4 > a:not(.link),
273-
h5 > a:not(.link),
274-
h6 > a:not(.link) {
269+
h1 > a,
270+
h2 > a,
271+
h3 > a,
272+
h4 > a,
273+
h5 > a,
274+
h6 > a {
275275
text-decoration: none;
276276
color: var(--color-text);
277277
}
@@ -649,28 +649,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
649649
font-weight: bold;
650650
}
651651

652-
.tsd-full-hierarchy:not(:last-child) {
653-
margin-bottom: 1em;
654-
padding-bottom: 1em;
655-
border-bottom: 1px solid var(--color-accent);
656-
}
657-
.tsd-full-hierarchy,
658-
.tsd-full-hierarchy ul {
659-
list-style: none;
660-
margin: 0;
661-
padding: 0;
662-
}
663-
.tsd-full-hierarchy ul {
664-
padding-left: 1.5rem;
665-
}
666-
.tsd-full-hierarchy a {
667-
padding: 0.25rem 0 !important;
668-
font-size: 1rem;
669-
display: inline-flex;
670-
align-items: center;
671-
color: var(--color-text);
672-
}
673-
674652
.tsd-panel-group.tsd-index-group {
675653
margin-bottom: 0;
676654
}
@@ -736,15 +714,12 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
736714
}
737715
.tsd-navigation > a,
738716
.tsd-navigation .tsd-accordion-summary {
739-
width: calc(100% - 0.25rem);
740-
display: flex;
741-
align-items: center;
717+
width: calc(100% - 0.5rem);
742718
}
743719
.tsd-navigation a,
744720
.tsd-navigation summary > span,
745721
.tsd-page-navigation a {
746-
display: flex;
747-
width: calc(100% - 0.25rem);
722+
display: inline-flex;
748723
align-items: center;
749724
padding: 0.25rem;
750725
color: var(--color-text);
@@ -784,6 +759,11 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
784759
margin-left: -1.5rem;
785760
}
786761

762+
.tsd-nested-navigation > li > a,
763+
.tsd-nested-navigation > li > span {
764+
width: calc(100% - 1.75rem - 0.5rem);
765+
}
766+
787767
.tsd-page-navigation ul {
788768
padding-left: 1.75rem;
789769
}

docs/classes/image.EventData.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/image.FailureEventData.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/image.FinalEventData.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/classes/image.ImageInfo.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)