Skip to content

Commit a444247

Browse files
committed
feat: regenerate with TypeDoc v0.28
1 parent 0cb57c1 commit a444247

47 files changed

Lines changed: 2963 additions & 3686 deletions

File tree

Some content is hidden

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

assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="

assets/highlight.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
--dark-hl-10: #CE9178;
2424
--light-hl-11: #EE0000;
2525
--dark-hl-11: #D7BA7D;
26+
--light-hl-12: #008000;
27+
--dark-hl-12: #6A9955;
2628
--light-code-background: #FFFFFF;
2729
--dark-code-background: #1E1E1E;
2830
}
@@ -40,6 +42,7 @@
4042
--hl-9: var(--light-hl-9);
4143
--hl-10: var(--light-hl-10);
4244
--hl-11: var(--light-hl-11);
45+
--hl-12: var(--light-hl-12);
4346
--code-background: var(--light-code-background);
4447
} }
4548

@@ -56,6 +59,7 @@
5659
--hl-9: var(--dark-hl-9);
5760
--hl-10: var(--dark-hl-10);
5861
--hl-11: var(--dark-hl-11);
62+
--hl-12: var(--dark-hl-12);
5963
--code-background: var(--dark-code-background);
6064
} }
6165

@@ -72,6 +76,7 @@
7276
--hl-9: var(--light-hl-9);
7377
--hl-10: var(--light-hl-10);
7478
--hl-11: var(--light-hl-11);
79+
--hl-12: var(--light-hl-12);
7580
--code-background: var(--light-code-background);
7681
}
7782

@@ -88,6 +93,7 @@
8893
--hl-9: var(--dark-hl-9);
8994
--hl-10: var(--dark-hl-10);
9095
--hl-11: var(--dark-hl-11);
96+
--hl-12: var(--dark-hl-12);
9197
--code-background: var(--dark-code-background);
9298
}
9399

@@ -103,4 +109,5 @@
103109
.hl-9 { color: var(--hl-9); }
104110
.hl-10 { color: var(--hl-10); }
105111
.hl-11 { color: var(--hl-11); }
106-
pre, code { background: var(--code-background); }
112+
.hl-12 { color: var(--hl-12); }
113+
pre, code, math[display='block'] { background: var(--code-background); }

assets/icons.js

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

assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/main.js

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

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.

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.

0 commit comments

Comments
 (0)