typedoc 0.27.0-beta.2 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/static/style.css CHANGED
@@ -1,127 +1,256 @@
1
- :root {
2
- /* Light */
3
- --light-color-background: #f2f4f8;
4
- --light-color-background-secondary: #eff0f1;
5
- --light-color-warning-text: #222;
6
- --light-color-background-warning: #e6e600;
7
- --light-color-accent: #c5c7c9;
8
- --light-color-active-menu-item: var(--light-color-accent);
9
- --light-color-text: #222;
10
- --light-color-text-aside: #6e6e6e;
11
-
12
- --light-color-icon-background: var(--light-color-background);
13
- --light-color-icon-text: var(--light-color-text);
14
-
15
- --light-color-comment-tag-text: var(--light-color-text);
16
- --light-color-comment-tag: var(--light-color-background);
17
-
18
- --light-color-link: #1f70c2;
19
- --light-color-focus-outline: #3584e4;
20
-
21
- --light-color-ts-keyword: #056bd6;
22
- --light-color-ts-project: #b111c9;
23
- --light-color-ts-module: var(--light-color-ts-project);
24
- --light-color-ts-namespace: var(--light-color-ts-project);
25
- --light-color-ts-enum: #7e6f15;
26
- --light-color-ts-enum-member: var(--light-color-ts-enum);
27
- --light-color-ts-variable: #4760ec;
28
- --light-color-ts-function: #572be7;
29
- --light-color-ts-class: #1f70c2;
30
- --light-color-ts-interface: #108024;
31
- --light-color-ts-constructor: #4d7fff;
32
- --light-color-ts-property: #ff984d;
33
- --light-color-ts-method: #ff4db8;
34
- --light-color-ts-reference: #ff4d82;
35
- --light-color-ts-call-signature: var(--light-color-ts-method);
36
- --light-color-ts-index-signature: var(--light-color-ts-property);
37
- --light-color-ts-constructor-signature: var(--light-color-ts-constructor);
38
- --light-color-ts-parameter: var(--light-color-ts-variable);
39
- /* type literal not included as links will never be generated to it */
40
- --light-color-ts-type-parameter: #a55c0e;
41
- --light-color-ts-accessor: #ff4d4d;
42
- --light-color-ts-get-signature: var(--light-color-ts-accessor);
43
- --light-color-ts-set-signature: var(--light-color-ts-accessor);
44
- --light-color-ts-type-alias: #d51270;
45
- /* reference not included as links will be colored with the kind that it points to */
46
- --light-color-document: #000000;
47
-
48
- --light-color-alert-note: #0969d9;
49
- --light-color-alert-tip: #1a7f37;
50
- --light-color-alert-important: #8250df;
51
- --light-color-alert-warning: #9a6700;
52
- --light-color-alert-caution: #cf222e;
53
-
54
- --light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
55
- --light-color-scheme: light;
56
-
57
- /* Dark */
58
- --dark-color-background: #2b2e33;
59
- --dark-color-background-secondary: #1e2024;
60
- --dark-color-background-warning: #bebe00;
61
- --dark-color-warning-text: #222;
62
- --dark-color-accent: #9096a2;
63
- --dark-color-active-menu-item: #5d5d6a;
64
- --dark-color-text: #f5f5f5;
65
- --dark-color-text-aside: #dddddd;
66
-
67
- --dark-color-icon-background: var(--dark-color-background-secondary);
68
- --dark-color-icon-text: var(--dark-color-text);
69
-
70
- --dark-color-comment-tag-text: var(--dark-color-text);
71
- --dark-color-comment-tag: var(--dark-color-background);
72
-
73
- --dark-color-link: #00aff4;
74
- --dark-color-focus-outline: #4c97f2;
75
-
76
- --dark-color-ts-keyword: #3399ff;
77
- --dark-color-ts-project: #e358ff;
78
- --dark-color-ts-module: var(--dark-color-ts-project);
79
- --dark-color-ts-namespace: var(--dark-color-ts-project);
80
- --dark-color-ts-enum: #f4d93e;
81
- --dark-color-ts-enum-member: var(--dark-color-ts-enum);
82
- --dark-color-ts-variable: #798dff;
83
- --dark-color-ts-function: #a280ff;
84
- --dark-color-ts-class: #8ac4ff;
85
- --dark-color-ts-interface: #6cff87;
86
- --dark-color-ts-constructor: #4d7fff;
87
- --dark-color-ts-property: #ff984d;
88
- --dark-color-ts-method: #ff4db8;
89
- --dark-color-ts-reference: #ff4d82;
90
- --dark-color-ts-call-signature: var(--dark-color-ts-method);
91
- --dark-color-ts-index-signature: var(--dark-color-ts-property);
92
- --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
93
- --dark-color-ts-parameter: var(--dark-color-ts-variable);
94
- /* type literal not included as links will never be generated to it */
95
- --dark-color-ts-type-parameter: #e07d13;
96
- --dark-color-ts-accessor: #ff4d4d;
97
- --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
98
- --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
99
- --dark-color-ts-type-alias: #ff6492;
100
- /* reference not included as links will be colored with the kind that it points to */
101
- --dark-color-document: #ffffff;
102
-
103
- --dark-color-alert-note: #0969d9;
104
- --dark-color-alert-tip: #1a7f37;
105
- --dark-color-alert-important: #8250df;
106
- --dark-color-alert-warning: #9a6700;
107
- --dark-color-alert-caution: #cf222e;
108
-
109
- --dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
110
- --dark-color-scheme: dark;
111
- }
112
-
113
- @media (prefers-color-scheme: light) {
1
+ @layer typedoc {
114
2
  :root {
3
+ /* Light */
4
+ --light-color-background: #f2f4f8;
5
+ --light-color-background-secondary: #eff0f1;
6
+ --light-color-warning-text: #222;
7
+ --light-color-background-warning: #e6e600;
8
+ --light-color-accent: #c5c7c9;
9
+ --light-color-active-menu-item: var(--light-color-accent);
10
+ --light-color-text: #222;
11
+ --light-color-text-aside: #6e6e6e;
12
+
13
+ --light-color-icon-background: var(--light-color-background);
14
+ --light-color-icon-text: var(--light-color-text);
15
+
16
+ --light-color-comment-tag-text: var(--light-color-text);
17
+ --light-color-comment-tag: var(--light-color-background);
18
+
19
+ --light-color-link: #1f70c2;
20
+ --light-color-focus-outline: #3584e4;
21
+
22
+ --light-color-ts-keyword: #056bd6;
23
+ --light-color-ts-project: #b111c9;
24
+ --light-color-ts-module: var(--light-color-ts-project);
25
+ --light-color-ts-namespace: var(--light-color-ts-project);
26
+ --light-color-ts-enum: #7e6f15;
27
+ --light-color-ts-enum-member: var(--light-color-ts-enum);
28
+ --light-color-ts-variable: #4760ec;
29
+ --light-color-ts-function: #572be7;
30
+ --light-color-ts-class: #1f70c2;
31
+ --light-color-ts-interface: #108024;
32
+ --light-color-ts-constructor: #4d7fff;
33
+ --light-color-ts-property: #ff984d;
34
+ --light-color-ts-method: #ff4db8;
35
+ --light-color-ts-reference: #ff4d82;
36
+ --light-color-ts-call-signature: var(--light-color-ts-method);
37
+ --light-color-ts-index-signature: var(--light-color-ts-property);
38
+ --light-color-ts-constructor-signature: var(
39
+ --light-color-ts-constructor
40
+ );
41
+ --light-color-ts-parameter: var(--light-color-ts-variable);
42
+ /* type literal not included as links will never be generated to it */
43
+ --light-color-ts-type-parameter: #a55c0e;
44
+ --light-color-ts-accessor: #ff4d4d;
45
+ --light-color-ts-get-signature: var(--light-color-ts-accessor);
46
+ --light-color-ts-set-signature: var(--light-color-ts-accessor);
47
+ --light-color-ts-type-alias: #d51270;
48
+ /* reference not included as links will be colored with the kind that it points to */
49
+ --light-color-document: #000000;
50
+
51
+ --light-color-alert-note: #0969d9;
52
+ --light-color-alert-tip: #1a7f37;
53
+ --light-color-alert-important: #8250df;
54
+ --light-color-alert-warning: #9a6700;
55
+ --light-color-alert-caution: #cf222e;
56
+
57
+ --light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
58
+ --light-color-scheme: light;
59
+
60
+ /* Dark */
61
+ --dark-color-background: #2b2e33;
62
+ --dark-color-background-secondary: #1e2024;
63
+ --dark-color-background-warning: #bebe00;
64
+ --dark-color-warning-text: #222;
65
+ --dark-color-accent: #9096a2;
66
+ --dark-color-active-menu-item: #5d5d6a;
67
+ --dark-color-text: #f5f5f5;
68
+ --dark-color-text-aside: #dddddd;
69
+
70
+ --dark-color-icon-background: var(--dark-color-background-secondary);
71
+ --dark-color-icon-text: var(--dark-color-text);
72
+
73
+ --dark-color-comment-tag-text: var(--dark-color-text);
74
+ --dark-color-comment-tag: var(--dark-color-background);
75
+
76
+ --dark-color-link: #00aff4;
77
+ --dark-color-focus-outline: #4c97f2;
78
+
79
+ --dark-color-ts-keyword: #3399ff;
80
+ --dark-color-ts-project: #e358ff;
81
+ --dark-color-ts-module: var(--dark-color-ts-project);
82
+ --dark-color-ts-namespace: var(--dark-color-ts-project);
83
+ --dark-color-ts-enum: #f4d93e;
84
+ --dark-color-ts-enum-member: var(--dark-color-ts-enum);
85
+ --dark-color-ts-variable: #798dff;
86
+ --dark-color-ts-function: #a280ff;
87
+ --dark-color-ts-class: #8ac4ff;
88
+ --dark-color-ts-interface: #6cff87;
89
+ --dark-color-ts-constructor: #4d7fff;
90
+ --dark-color-ts-property: #ff984d;
91
+ --dark-color-ts-method: #ff4db8;
92
+ --dark-color-ts-reference: #ff4d82;
93
+ --dark-color-ts-call-signature: var(--dark-color-ts-method);
94
+ --dark-color-ts-index-signature: var(--dark-color-ts-property);
95
+ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
96
+ --dark-color-ts-parameter: var(--dark-color-ts-variable);
97
+ /* type literal not included as links will never be generated to it */
98
+ --dark-color-ts-type-parameter: #e07d13;
99
+ --dark-color-ts-accessor: #ff4d4d;
100
+ --dark-color-ts-get-signature: var(--dark-color-ts-accessor);
101
+ --dark-color-ts-set-signature: var(--dark-color-ts-accessor);
102
+ --dark-color-ts-type-alias: #ff6492;
103
+ /* reference not included as links will be colored with the kind that it points to */
104
+ --dark-color-document: #ffffff;
105
+
106
+ --dark-color-alert-note: #0969d9;
107
+ --dark-color-alert-tip: #1a7f37;
108
+ --dark-color-alert-important: #8250df;
109
+ --dark-color-alert-warning: #9a6700;
110
+ --dark-color-alert-caution: #cf222e;
111
+
112
+ --dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
113
+ --dark-color-scheme: dark;
114
+ }
115
+
116
+ @media (prefers-color-scheme: light) {
117
+ :root {
118
+ --color-background: var(--light-color-background);
119
+ --color-background-secondary: var(
120
+ --light-color-background-secondary
121
+ );
122
+ --color-background-warning: var(--light-color-background-warning);
123
+ --color-warning-text: var(--light-color-warning-text);
124
+ --color-accent: var(--light-color-accent);
125
+ --color-active-menu-item: var(--light-color-active-menu-item);
126
+ --color-text: var(--light-color-text);
127
+ --color-text-aside: var(--light-color-text-aside);
128
+
129
+ --color-icon-background: var(--light-color-icon-background);
130
+ --color-icon-text: var(--light-color-icon-text);
131
+
132
+ --color-comment-tag-text: var(--light-color-text);
133
+ --color-comment-tag: var(--light-color-background);
134
+
135
+ --color-link: var(--light-color-link);
136
+ --color-focus-outline: var(--light-color-focus-outline);
137
+
138
+ --color-ts-keyword: var(--light-color-ts-keyword);
139
+ --color-ts-project: var(--light-color-ts-project);
140
+ --color-ts-module: var(--light-color-ts-module);
141
+ --color-ts-namespace: var(--light-color-ts-namespace);
142
+ --color-ts-enum: var(--light-color-ts-enum);
143
+ --color-ts-enum-member: var(--light-color-ts-enum-member);
144
+ --color-ts-variable: var(--light-color-ts-variable);
145
+ --color-ts-function: var(--light-color-ts-function);
146
+ --color-ts-class: var(--light-color-ts-class);
147
+ --color-ts-interface: var(--light-color-ts-interface);
148
+ --color-ts-constructor: var(--light-color-ts-constructor);
149
+ --color-ts-property: var(--light-color-ts-property);
150
+ --color-ts-method: var(--light-color-ts-method);
151
+ --color-ts-reference: var(--light-color-ts-reference);
152
+ --color-ts-call-signature: var(--light-color-ts-call-signature);
153
+ --color-ts-index-signature: var(--light-color-ts-index-signature);
154
+ --color-ts-constructor-signature: var(
155
+ --light-color-ts-constructor-signature
156
+ );
157
+ --color-ts-parameter: var(--light-color-ts-parameter);
158
+ --color-ts-type-parameter: var(--light-color-ts-type-parameter);
159
+ --color-ts-accessor: var(--light-color-ts-accessor);
160
+ --color-ts-get-signature: var(--light-color-ts-get-signature);
161
+ --color-ts-set-signature: var(--light-color-ts-set-signature);
162
+ --color-ts-type-alias: var(--light-color-ts-type-alias);
163
+ --color-document: var(--light-color-document);
164
+
165
+ --color-alert-note: var(--light-color-alert-note);
166
+ --color-alert-tip: var(--light-color-alert-tip);
167
+ --color-alert-important: var(--light-color-alert-important);
168
+ --color-alert-warning: var(--light-color-alert-warning);
169
+ --color-alert-caution: var(--light-color-alert-caution);
170
+
171
+ --external-icon: var(--light-external-icon);
172
+ --color-scheme: var(--light-color-scheme);
173
+ }
174
+ }
175
+
176
+ @media (prefers-color-scheme: dark) {
177
+ :root {
178
+ --color-background: var(--dark-color-background);
179
+ --color-background-secondary: var(
180
+ --dark-color-background-secondary
181
+ );
182
+ --color-background-warning: var(--dark-color-background-warning);
183
+ --color-warning-text: var(--dark-color-warning-text);
184
+ --color-accent: var(--dark-color-accent);
185
+ --color-active-menu-item: var(--dark-color-active-menu-item);
186
+ --color-text: var(--dark-color-text);
187
+ --color-text-aside: var(--dark-color-text-aside);
188
+
189
+ --color-icon-background: var(--dark-color-icon-background);
190
+ --color-icon-text: var(--dark-color-icon-text);
191
+
192
+ --color-comment-tag-text: var(--dark-color-text);
193
+ --color-comment-tag: var(--dark-color-background);
194
+
195
+ --color-link: var(--dark-color-link);
196
+ --color-focus-outline: var(--dark-color-focus-outline);
197
+
198
+ --color-ts-keyword: var(--dark-color-ts-keyword);
199
+ --color-ts-project: var(--dark-color-ts-project);
200
+ --color-ts-module: var(--dark-color-ts-module);
201
+ --color-ts-namespace: var(--dark-color-ts-namespace);
202
+ --color-ts-enum: var(--dark-color-ts-enum);
203
+ --color-ts-enum-member: var(--dark-color-ts-enum-member);
204
+ --color-ts-variable: var(--dark-color-ts-variable);
205
+ --color-ts-function: var(--dark-color-ts-function);
206
+ --color-ts-class: var(--dark-color-ts-class);
207
+ --color-ts-interface: var(--dark-color-ts-interface);
208
+ --color-ts-constructor: var(--dark-color-ts-constructor);
209
+ --color-ts-property: var(--dark-color-ts-property);
210
+ --color-ts-method: var(--dark-color-ts-method);
211
+ --color-ts-reference: var(--dark-color-ts-reference);
212
+ --color-ts-call-signature: var(--dark-color-ts-call-signature);
213
+ --color-ts-index-signature: var(--dark-color-ts-index-signature);
214
+ --color-ts-constructor-signature: var(
215
+ --dark-color-ts-constructor-signature
216
+ );
217
+ --color-ts-parameter: var(--dark-color-ts-parameter);
218
+ --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
219
+ --color-ts-accessor: var(--dark-color-ts-accessor);
220
+ --color-ts-get-signature: var(--dark-color-ts-get-signature);
221
+ --color-ts-set-signature: var(--dark-color-ts-set-signature);
222
+ --color-ts-type-alias: var(--dark-color-ts-type-alias);
223
+ --color-document: var(--dark-color-document);
224
+
225
+ --color-alert-note: var(--dark-color-alert-note);
226
+ --color-alert-tip: var(--dark-color-alert-tip);
227
+ --color-alert-important: var(--dark-color-alert-important);
228
+ --color-alert-warning: var(--dark-color-alert-warning);
229
+ --color-alert-caution: var(--dark-color-alert-caution);
230
+
231
+ --external-icon: var(--dark-external-icon);
232
+ --color-scheme: var(--dark-color-scheme);
233
+ }
234
+ }
235
+
236
+ html {
237
+ color-scheme: var(--color-scheme);
238
+ }
239
+
240
+ body {
241
+ margin: 0;
242
+ }
243
+
244
+ :root[data-theme="light"] {
115
245
  --color-background: var(--light-color-background);
116
246
  --color-background-secondary: var(--light-color-background-secondary);
117
247
  --color-background-warning: var(--light-color-background-warning);
118
248
  --color-warning-text: var(--light-color-warning-text);
249
+ --color-icon-background: var(--light-color-icon-background);
119
250
  --color-accent: var(--light-color-accent);
120
251
  --color-active-menu-item: var(--light-color-active-menu-item);
121
252
  --color-text: var(--light-color-text);
122
253
  --color-text-aside: var(--light-color-text-aside);
123
-
124
- --color-icon-background: var(--light-color-icon-background);
125
254
  --color-icon-text: var(--light-color-icon-text);
126
255
 
127
256
  --color-comment-tag-text: var(--light-color-text);
@@ -157,29 +286,26 @@
157
286
  --color-ts-type-alias: var(--light-color-ts-type-alias);
158
287
  --color-document: var(--light-color-document);
159
288
 
160
- --color-alert-note: var(--light-color-alert-note);
161
- --color-alert-tip: var(--light-color-alert-tip);
162
- --color-alert-important: var(--light-color-alert-important);
163
- --color-alert-warning: var(--light-color-alert-warning);
164
- --color-alert-caution: var(--light-color-alert-caution);
289
+ --color-note: var(--light-color-note);
290
+ --color-tip: var(--light-color-tip);
291
+ --color-important: var(--light-color-important);
292
+ --color-warning: var(--light-color-warning);
293
+ --color-caution: var(--light-color-caution);
165
294
 
166
295
  --external-icon: var(--light-external-icon);
167
296
  --color-scheme: var(--light-color-scheme);
168
297
  }
169
- }
170
298
 
171
- @media (prefers-color-scheme: dark) {
172
- :root {
299
+ :root[data-theme="dark"] {
173
300
  --color-background: var(--dark-color-background);
174
301
  --color-background-secondary: var(--dark-color-background-secondary);
175
302
  --color-background-warning: var(--dark-color-background-warning);
176
303
  --color-warning-text: var(--dark-color-warning-text);
304
+ --color-icon-background: var(--dark-color-icon-background);
177
305
  --color-accent: var(--dark-color-accent);
178
306
  --color-active-menu-item: var(--dark-color-active-menu-item);
179
307
  --color-text: var(--dark-color-text);
180
308
  --color-text-aside: var(--dark-color-text-aside);
181
-
182
- --color-icon-background: var(--dark-color-icon-background);
183
309
  --color-icon-text: var(--dark-color-icon-text);
184
310
 
185
311
  --color-comment-tag-text: var(--dark-color-text);
@@ -215,1371 +341,1256 @@
215
341
  --color-ts-type-alias: var(--dark-color-ts-type-alias);
216
342
  --color-document: var(--dark-color-document);
217
343
 
218
- --color-alert-note: var(--dark-color-alert-note);
219
- --color-alert-tip: var(--dark-color-alert-tip);
220
- --color-alert-important: var(--dark-color-alert-important);
221
- --color-alert-warning: var(--dark-color-alert-warning);
222
- --color-alert-caution: var(--dark-color-alert-caution);
344
+ --color-note: var(--dark-color-note);
345
+ --color-tip: var(--dark-color-tip);
346
+ --color-important: var(--dark-color-important);
347
+ --color-warning: var(--dark-color-warning);
348
+ --color-caution: var(--dark-color-caution);
223
349
 
224
350
  --external-icon: var(--dark-external-icon);
225
351
  --color-scheme: var(--dark-color-scheme);
226
352
  }
227
- }
228
-
229
- html {
230
- color-scheme: var(--color-scheme);
231
- }
232
353
 
233
- body {
234
- margin: 0;
235
- }
354
+ *:focus-visible,
355
+ .tsd-accordion-summary:focus-visible svg {
356
+ outline: 2px solid var(--color-focus-outline);
357
+ }
236
358
 
237
- :root[data-theme="light"] {
238
- --color-background: var(--light-color-background);
239
- --color-background-secondary: var(--light-color-background-secondary);
240
- --color-background-warning: var(--light-color-background-warning);
241
- --color-warning-text: var(--light-color-warning-text);
242
- --color-icon-background: var(--light-color-icon-background);
243
- --color-accent: var(--light-color-accent);
244
- --color-active-menu-item: var(--light-color-active-menu-item);
245
- --color-text: var(--light-color-text);
246
- --color-text-aside: var(--light-color-text-aside);
247
- --color-icon-text: var(--light-color-icon-text);
248
-
249
- --color-comment-tag-text: var(--light-color-text);
250
- --color-comment-tag: var(--light-color-background);
251
-
252
- --color-link: var(--light-color-link);
253
- --color-focus-outline: var(--light-color-focus-outline);
254
-
255
- --color-ts-keyword: var(--light-color-ts-keyword);
256
- --color-ts-project: var(--light-color-ts-project);
257
- --color-ts-module: var(--light-color-ts-module);
258
- --color-ts-namespace: var(--light-color-ts-namespace);
259
- --color-ts-enum: var(--light-color-ts-enum);
260
- --color-ts-enum-member: var(--light-color-ts-enum-member);
261
- --color-ts-variable: var(--light-color-ts-variable);
262
- --color-ts-function: var(--light-color-ts-function);
263
- --color-ts-class: var(--light-color-ts-class);
264
- --color-ts-interface: var(--light-color-ts-interface);
265
- --color-ts-constructor: var(--light-color-ts-constructor);
266
- --color-ts-property: var(--light-color-ts-property);
267
- --color-ts-method: var(--light-color-ts-method);
268
- --color-ts-reference: var(--light-color-ts-reference);
269
- --color-ts-call-signature: var(--light-color-ts-call-signature);
270
- --color-ts-index-signature: var(--light-color-ts-index-signature);
271
- --color-ts-constructor-signature: var(
272
- --light-color-ts-constructor-signature
273
- );
274
- --color-ts-parameter: var(--light-color-ts-parameter);
275
- --color-ts-type-parameter: var(--light-color-ts-type-parameter);
276
- --color-ts-accessor: var(--light-color-ts-accessor);
277
- --color-ts-get-signature: var(--light-color-ts-get-signature);
278
- --color-ts-set-signature: var(--light-color-ts-set-signature);
279
- --color-ts-type-alias: var(--light-color-ts-type-alias);
280
- --color-document: var(--light-color-document);
281
-
282
- --color-note: var(--light-color-note);
283
- --color-tip: var(--light-color-tip);
284
- --color-important: var(--light-color-important);
285
- --color-warning: var(--light-color-warning);
286
- --color-caution: var(--light-color-caution);
287
-
288
- --external-icon: var(--light-external-icon);
289
- --color-scheme: var(--light-color-scheme);
290
- }
359
+ .always-visible,
360
+ .always-visible .tsd-signatures {
361
+ display: inherit !important;
362
+ }
291
363
 
292
- :root[data-theme="dark"] {
293
- --color-background: var(--dark-color-background);
294
- --color-background-secondary: var(--dark-color-background-secondary);
295
- --color-background-warning: var(--dark-color-background-warning);
296
- --color-warning-text: var(--dark-color-warning-text);
297
- --color-icon-background: var(--dark-color-icon-background);
298
- --color-accent: var(--dark-color-accent);
299
- --color-active-menu-item: var(--dark-color-active-menu-item);
300
- --color-text: var(--dark-color-text);
301
- --color-text-aside: var(--dark-color-text-aside);
302
- --color-icon-text: var(--dark-color-icon-text);
303
-
304
- --color-comment-tag-text: var(--dark-color-text);
305
- --color-comment-tag: var(--dark-color-background);
306
-
307
- --color-link: var(--dark-color-link);
308
- --color-focus-outline: var(--dark-color-focus-outline);
309
-
310
- --color-ts-keyword: var(--dark-color-ts-keyword);
311
- --color-ts-project: var(--dark-color-ts-project);
312
- --color-ts-module: var(--dark-color-ts-module);
313
- --color-ts-namespace: var(--dark-color-ts-namespace);
314
- --color-ts-enum: var(--dark-color-ts-enum);
315
- --color-ts-enum-member: var(--dark-color-ts-enum-member);
316
- --color-ts-variable: var(--dark-color-ts-variable);
317
- --color-ts-function: var(--dark-color-ts-function);
318
- --color-ts-class: var(--dark-color-ts-class);
319
- --color-ts-interface: var(--dark-color-ts-interface);
320
- --color-ts-constructor: var(--dark-color-ts-constructor);
321
- --color-ts-property: var(--dark-color-ts-property);
322
- --color-ts-method: var(--dark-color-ts-method);
323
- --color-ts-reference: var(--dark-color-ts-reference);
324
- --color-ts-call-signature: var(--dark-color-ts-call-signature);
325
- --color-ts-index-signature: var(--dark-color-ts-index-signature);
326
- --color-ts-constructor-signature: var(
327
- --dark-color-ts-constructor-signature
328
- );
329
- --color-ts-parameter: var(--dark-color-ts-parameter);
330
- --color-ts-type-parameter: var(--dark-color-ts-type-parameter);
331
- --color-ts-accessor: var(--dark-color-ts-accessor);
332
- --color-ts-get-signature: var(--dark-color-ts-get-signature);
333
- --color-ts-set-signature: var(--dark-color-ts-set-signature);
334
- --color-ts-type-alias: var(--dark-color-ts-type-alias);
335
- --color-document: var(--dark-color-document);
336
-
337
- --color-note: var(--dark-color-note);
338
- --color-tip: var(--dark-color-tip);
339
- --color-important: var(--dark-color-important);
340
- --color-warning: var(--dark-color-warning);
341
- --color-caution: var(--dark-color-caution);
342
-
343
- --external-icon: var(--dark-external-icon);
344
- --color-scheme: var(--dark-color-scheme);
345
- }
364
+ h1,
365
+ h2,
366
+ h3,
367
+ h4,
368
+ h5,
369
+ h6 {
370
+ line-height: 1.2;
371
+ }
346
372
 
347
- *:focus-visible,
348
- .tsd-accordion-summary:focus-visible svg {
349
- outline: 2px solid var(--color-focus-outline);
350
- }
373
+ h1 {
374
+ font-size: 1.875rem;
375
+ margin: 0.67rem 0;
376
+ }
351
377
 
352
- .always-visible,
353
- .always-visible .tsd-signatures {
354
- display: inherit !important;
355
- }
378
+ h2 {
379
+ font-size: 1.5rem;
380
+ margin: 0.83rem 0;
381
+ }
356
382
 
357
- h1,
358
- h2,
359
- h3,
360
- h4,
361
- h5,
362
- h6 {
363
- line-height: 1.2;
364
- }
383
+ h3 {
384
+ font-size: 1.25rem;
385
+ margin: 1rem 0;
386
+ }
365
387
 
366
- h1 {
367
- font-size: 1.875rem;
368
- margin: 0.67rem 0;
369
- }
388
+ h4 {
389
+ font-size: 1.05rem;
390
+ margin: 1.33rem 0;
391
+ }
370
392
 
371
- h2 {
372
- font-size: 1.5rem;
373
- margin: 0.83rem 0;
374
- }
393
+ h5 {
394
+ font-size: 1rem;
395
+ margin: 1.5rem 0;
396
+ }
375
397
 
376
- h3 {
377
- font-size: 1.25rem;
378
- margin: 1rem 0;
379
- }
398
+ h6 {
399
+ font-size: 0.875rem;
400
+ margin: 2.33rem 0;
401
+ }
380
402
 
381
- h4 {
382
- font-size: 1.05rem;
383
- margin: 1.33rem 0;
384
- }
403
+ dl,
404
+ menu,
405
+ ol,
406
+ ul {
407
+ margin: 1em 0;
408
+ }
385
409
 
386
- h5 {
387
- font-size: 1rem;
388
- margin: 1.5rem 0;
389
- }
410
+ dd {
411
+ margin: 0 0 0 34px;
412
+ }
390
413
 
391
- h6 {
392
- font-size: 0.875rem;
393
- margin: 2.33rem 0;
394
- }
414
+ .container {
415
+ max-width: 1700px;
416
+ padding: 0 2rem;
417
+ }
395
418
 
396
- dl,
397
- menu,
398
- ol,
399
- ul {
400
- margin: 1em 0;
401
- }
419
+ /* Footer */
420
+ footer {
421
+ border-top: 1px solid var(--color-accent);
422
+ padding-top: 1rem;
423
+ padding-bottom: 1rem;
424
+ max-height: 3.5rem;
425
+ }
426
+ footer > p {
427
+ margin: 0 1em;
428
+ }
402
429
 
403
- dd {
404
- margin: 0 0 0 34px;
405
- }
430
+ .container-main {
431
+ margin: 0 auto;
432
+ /* toolbar, footer, margin */
433
+ min-height: calc(100vh - 41px - 56px - 4rem);
434
+ }
406
435
 
407
- .container {
408
- max-width: 1700px;
409
- padding: 0 2rem;
410
- }
436
+ @keyframes fade-in {
437
+ from {
438
+ opacity: 0;
439
+ }
440
+ to {
441
+ opacity: 1;
442
+ }
443
+ }
444
+ @keyframes fade-out {
445
+ from {
446
+ opacity: 1;
447
+ visibility: visible;
448
+ }
449
+ to {
450
+ opacity: 0;
451
+ }
452
+ }
453
+ @keyframes fade-in-delayed {
454
+ 0% {
455
+ opacity: 0;
456
+ }
457
+ 33% {
458
+ opacity: 0;
459
+ }
460
+ 100% {
461
+ opacity: 1;
462
+ }
463
+ }
464
+ @keyframes fade-out-delayed {
465
+ 0% {
466
+ opacity: 1;
467
+ visibility: visible;
468
+ }
469
+ 66% {
470
+ opacity: 0;
471
+ }
472
+ 100% {
473
+ opacity: 0;
474
+ }
475
+ }
476
+ @keyframes pop-in-from-right {
477
+ from {
478
+ transform: translate(100%, 0);
479
+ }
480
+ to {
481
+ transform: translate(0, 0);
482
+ }
483
+ }
484
+ @keyframes pop-out-to-right {
485
+ from {
486
+ transform: translate(0, 0);
487
+ visibility: visible;
488
+ }
489
+ to {
490
+ transform: translate(100%, 0);
491
+ }
492
+ }
493
+ body {
494
+ background: var(--color-background);
495
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
496
+ Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
497
+ font-size: 16px;
498
+ color: var(--color-text);
499
+ }
411
500
 
412
- /* Footer */
413
- footer {
414
- border-top: 1px solid var(--color-accent);
415
- padding-top: 1rem;
416
- padding-bottom: 1rem;
417
- max-height: 3.5rem;
418
- }
419
- footer > p {
420
- margin: 0 1em;
421
- }
501
+ a {
502
+ color: var(--color-link);
503
+ text-decoration: none;
504
+ }
505
+ a:hover {
506
+ text-decoration: underline;
507
+ }
508
+ a.external[target="_blank"] {
509
+ background-image: var(--external-icon);
510
+ background-position: top 3px right;
511
+ background-repeat: no-repeat;
512
+ padding-right: 13px;
513
+ }
514
+ a.tsd-anchor-link {
515
+ color: var(--color-text);
516
+ }
422
517
 
423
- .container-main {
424
- margin: 0 auto;
425
- /* toolbar, footer, margin */
426
- min-height: calc(100vh - 41px - 56px - 4rem);
427
- }
518
+ code,
519
+ pre {
520
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
521
+ padding: 0.2em;
522
+ margin: 0;
523
+ font-size: 0.875rem;
524
+ border-radius: 0.8em;
525
+ }
428
526
 
429
- @keyframes fade-in {
430
- from {
527
+ pre {
528
+ position: relative;
529
+ white-space: pre-wrap;
530
+ word-wrap: break-word;
531
+ padding: 10px;
532
+ border: 1px solid var(--color-accent);
533
+ margin-bottom: 8px;
534
+ }
535
+ pre code {
536
+ padding: 0;
537
+ font-size: 100%;
538
+ }
539
+ pre > button {
540
+ position: absolute;
541
+ top: 10px;
542
+ right: 10px;
431
543
  opacity: 0;
544
+ transition: opacity 0.1s;
545
+ box-sizing: border-box;
432
546
  }
433
- to {
547
+ pre:hover > button,
548
+ pre > button.visible {
434
549
  opacity: 1;
435
550
  }
436
- }
437
- @keyframes fade-out {
438
- from {
439
- opacity: 1;
440
- visibility: visible;
551
+
552
+ blockquote {
553
+ margin: 1em 0;
554
+ padding-left: 1em;
555
+ border-left: 4px solid gray;
441
556
  }
442
- to {
443
- opacity: 0;
557
+
558
+ .tsd-typography {
559
+ line-height: 1.333em;
444
560
  }
445
- }
446
- @keyframes fade-in-delayed {
447
- 0% {
448
- opacity: 0;
561
+ .tsd-typography ul {
562
+ list-style: square;
563
+ padding: 0 0 0 20px;
564
+ margin: 0;
449
565
  }
450
- 33% {
451
- opacity: 0;
566
+ .tsd-typography .tsd-index-panel h3,
567
+ .tsd-index-panel .tsd-typography h3,
568
+ .tsd-typography h4,
569
+ .tsd-typography h5,
570
+ .tsd-typography h6 {
571
+ font-size: 1em;
452
572
  }
453
- 100% {
454
- opacity: 1;
573
+ .tsd-typography h5,
574
+ .tsd-typography h6 {
575
+ font-weight: normal;
455
576
  }
456
- }
457
- @keyframes fade-out-delayed {
458
- 0% {
459
- opacity: 1;
460
- visibility: visible;
577
+ .tsd-typography p,
578
+ .tsd-typography ul,
579
+ .tsd-typography ol {
580
+ margin: 1em 0;
461
581
  }
462
- 66% {
463
- opacity: 0;
582
+ .tsd-typography table {
583
+ border-collapse: collapse;
584
+ border: none;
464
585
  }
465
- 100% {
466
- opacity: 0;
586
+ .tsd-typography td,
587
+ .tsd-typography th {
588
+ padding: 6px 13px;
589
+ border: 1px solid var(--color-accent);
467
590
  }
468
- }
469
- @keyframes pop-in-from-right {
470
- from {
471
- transform: translate(100%, 0);
591
+ .tsd-typography thead,
592
+ .tsd-typography tr:nth-child(even) {
593
+ background-color: var(--color-background-secondary);
472
594
  }
473
- to {
474
- transform: translate(0, 0);
595
+
596
+ .tsd-alert {
597
+ padding: 8px 16px;
598
+ margin-bottom: 16px;
599
+ border-left: 0.25em solid var(--alert-color);
475
600
  }
476
- }
477
- @keyframes pop-out-to-right {
478
- from {
479
- transform: translate(0, 0);
480
- visibility: visible;
601
+ .tsd-alert blockquote > :last-child,
602
+ .tsd-alert > :last-child {
603
+ margin-bottom: 0;
481
604
  }
482
- to {
483
- transform: translate(100%, 0);
605
+ .tsd-alert-title {
606
+ color: var(--alert-color);
607
+ display: inline-flex;
608
+ align-items: center;
609
+ }
610
+ .tsd-alert-title span {
611
+ margin-left: 4px;
484
612
  }
485
- }
486
- body {
487
- background: var(--color-background);
488
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
489
- Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
490
- font-size: 16px;
491
- color: var(--color-text);
492
- }
493
613
 
494
- a {
495
- color: var(--color-link);
496
- text-decoration: none;
497
- }
498
- a:hover {
499
- text-decoration: underline;
500
- }
501
- a.external[target="_blank"] {
502
- background-image: var(--external-icon);
503
- background-position: top 3px right;
504
- background-repeat: no-repeat;
505
- padding-right: 13px;
506
- }
507
- a.tsd-anchor-link {
508
- color: var(--color-text);
509
- }
614
+ .tsd-alert-note {
615
+ --alert-color: var(--color-alert-note);
616
+ }
617
+ .tsd-alert-tip {
618
+ --alert-color: var(--color-alert-tip);
619
+ }
620
+ .tsd-alert-important {
621
+ --alert-color: var(--color-alert-important);
622
+ }
623
+ .tsd-alert-warning {
624
+ --alert-color: var(--color-alert-warning);
625
+ }
626
+ .tsd-alert-caution {
627
+ --alert-color: var(--color-alert-caution);
628
+ }
510
629
 
511
- code,
512
- pre {
513
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
514
- padding: 0.2em;
515
- margin: 0;
516
- font-size: 0.875rem;
517
- border-radius: 0.8em;
518
- }
630
+ .tsd-breadcrumb {
631
+ margin: 0;
632
+ padding: 0;
633
+ color: var(--color-text-aside);
634
+ }
635
+ .tsd-breadcrumb a {
636
+ color: var(--color-text-aside);
637
+ text-decoration: none;
638
+ }
639
+ .tsd-breadcrumb a:hover {
640
+ text-decoration: underline;
641
+ }
642
+ .tsd-breadcrumb li {
643
+ display: inline;
644
+ }
645
+ .tsd-breadcrumb li:after {
646
+ content: " / ";
647
+ }
519
648
 
520
- pre {
521
- position: relative;
522
- white-space: pre-wrap;
523
- word-wrap: break-word;
524
- padding: 10px;
525
- border: 1px solid var(--color-accent);
526
- margin-bottom: 8px;
527
- }
528
- pre code {
529
- padding: 0;
530
- font-size: 100%;
531
- }
532
- pre > button {
533
- position: absolute;
534
- top: 10px;
535
- right: 10px;
536
- opacity: 0;
537
- transition: opacity 0.1s;
538
- box-sizing: border-box;
539
- }
540
- pre:hover > button,
541
- pre > button.visible {
542
- opacity: 1;
543
- }
649
+ .tsd-comment-tags {
650
+ display: flex;
651
+ flex-direction: column;
652
+ }
653
+ dl.tsd-comment-tag-group {
654
+ display: flex;
655
+ align-items: center;
656
+ overflow: hidden;
657
+ margin: 0.5em 0;
658
+ }
659
+ dl.tsd-comment-tag-group dt {
660
+ display: flex;
661
+ margin-right: 0.5em;
662
+ font-size: 0.875em;
663
+ font-weight: normal;
664
+ }
665
+ dl.tsd-comment-tag-group dd {
666
+ margin: 0;
667
+ }
668
+ code.tsd-tag {
669
+ padding: 0.25em 0.4em;
670
+ border: 0.1em solid var(--color-accent);
671
+ margin-right: 0.25em;
672
+ font-size: 70%;
673
+ }
674
+ h1 code.tsd-tag:first-of-type {
675
+ margin-left: 0.25em;
676
+ }
544
677
 
545
- blockquote {
546
- margin: 1em 0;
547
- padding-left: 1em;
548
- border-left: 4px solid gray;
549
- }
678
+ dl.tsd-comment-tag-group dd:before,
679
+ dl.tsd-comment-tag-group dd:after {
680
+ content: " ";
681
+ }
682
+ dl.tsd-comment-tag-group dd pre,
683
+ dl.tsd-comment-tag-group dd:after {
684
+ clear: both;
685
+ }
686
+ dl.tsd-comment-tag-group p {
687
+ margin: 0;
688
+ }
550
689
 
551
- .tsd-typography {
552
- line-height: 1.333em;
553
- }
554
- .tsd-typography ul {
555
- list-style: square;
556
- padding: 0 0 0 20px;
557
- margin: 0;
558
- }
559
- .tsd-typography .tsd-index-panel h3,
560
- .tsd-index-panel .tsd-typography h3,
561
- .tsd-typography h4,
562
- .tsd-typography h5,
563
- .tsd-typography h6 {
564
- font-size: 1em;
565
- }
566
- .tsd-typography h5,
567
- .tsd-typography h6 {
568
- font-weight: normal;
569
- }
570
- .tsd-typography p,
571
- .tsd-typography ul,
572
- .tsd-typography ol {
573
- margin: 1em 0;
574
- }
575
- .tsd-typography table {
576
- border-collapse: collapse;
577
- border: none;
578
- }
579
- .tsd-typography td,
580
- .tsd-typography th {
581
- padding: 6px 13px;
582
- border: 1px solid var(--color-accent);
583
- }
584
- .tsd-typography thead,
585
- .tsd-typography tr:nth-child(even) {
586
- background-color: var(--color-background-secondary);
587
- }
690
+ .tsd-panel.tsd-comment .lead {
691
+ font-size: 1.1em;
692
+ line-height: 1.333em;
693
+ margin-bottom: 2em;
694
+ }
695
+ .tsd-panel.tsd-comment .lead:last-child {
696
+ margin-bottom: 0;
697
+ }
588
698
 
589
- .tsd-alert {
590
- padding: 8px 16px;
591
- margin-bottom: 16px;
592
- border-left: 0.25em solid var(--alert-color);
593
- }
594
- .tsd-alert blockquote > :last-child,
595
- .tsd-alert > :last-child {
596
- margin-bottom: 0;
597
- }
598
- .tsd-alert-title {
599
- color: var(--alert-color);
600
- display: inline-flex;
601
- align-items: center;
602
- }
603
- .tsd-alert-title span {
604
- margin-left: 4px;
605
- }
699
+ .tsd-filter-visibility h4 {
700
+ font-size: 1rem;
701
+ padding-top: 0.75rem;
702
+ padding-bottom: 0.5rem;
703
+ margin: 0;
704
+ }
705
+ .tsd-filter-item:not(:last-child) {
706
+ margin-bottom: 0.5rem;
707
+ }
708
+ .tsd-filter-input {
709
+ display: flex;
710
+ width: -moz-fit-content;
711
+ width: fit-content;
712
+ align-items: center;
713
+ -webkit-user-select: none;
714
+ -moz-user-select: none;
715
+ -ms-user-select: none;
716
+ user-select: none;
717
+ cursor: pointer;
718
+ }
719
+ .tsd-filter-input input[type="checkbox"] {
720
+ cursor: pointer;
721
+ position: absolute;
722
+ width: 1.5em;
723
+ height: 1.5em;
724
+ opacity: 0;
725
+ }
726
+ .tsd-filter-input input[type="checkbox"]:disabled {
727
+ pointer-events: none;
728
+ }
729
+ .tsd-filter-input svg {
730
+ cursor: pointer;
731
+ width: 1.5em;
732
+ height: 1.5em;
733
+ margin-right: 0.5em;
734
+ border-radius: 0.33em;
735
+ /* Leaving this at full opacity breaks event listeners on Firefox.
736
+ Don't remove unless you know what you're doing. */
737
+ opacity: 0.99;
738
+ }
739
+ .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
740
+ outline: 2px solid var(--color-focus-outline);
741
+ }
742
+ .tsd-checkbox-background {
743
+ fill: var(--color-accent);
744
+ }
745
+ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
746
+ stroke: var(--color-text);
747
+ }
748
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
749
+ fill: var(--color-background);
750
+ stroke: var(--color-accent);
751
+ stroke-width: 0.25rem;
752
+ }
753
+ .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
754
+ stroke: var(--color-accent);
755
+ }
606
756
 
607
- .tsd-alert-note {
608
- --alert-color: var(--color-alert-note);
609
- }
610
- .tsd-alert-tip {
611
- --alert-color: var(--color-alert-tip);
612
- }
613
- .tsd-alert-important {
614
- --alert-color: var(--color-alert-important);
615
- }
616
- .tsd-alert-warning {
617
- --alert-color: var(--color-alert-warning);
618
- }
619
- .tsd-alert-caution {
620
- --alert-color: var(--color-alert-caution);
621
- }
757
+ .settings-label {
758
+ font-weight: bold;
759
+ text-transform: uppercase;
760
+ display: inline-block;
761
+ }
622
762
 
623
- .tsd-breadcrumb {
624
- margin: 0;
625
- padding: 0;
626
- color: var(--color-text-aside);
627
- }
628
- .tsd-breadcrumb a {
629
- color: var(--color-text-aside);
630
- text-decoration: none;
631
- }
632
- .tsd-breadcrumb a:hover {
633
- text-decoration: underline;
634
- }
635
- .tsd-breadcrumb li {
636
- display: inline;
637
- }
638
- .tsd-breadcrumb li:after {
639
- content: " / ";
640
- }
763
+ .tsd-filter-visibility .settings-label {
764
+ margin: 0.75rem 0 0.5rem 0;
765
+ }
641
766
 
642
- .tsd-comment-tags {
643
- display: flex;
644
- flex-direction: column;
645
- }
646
- dl.tsd-comment-tag-group {
647
- display: flex;
648
- align-items: center;
649
- overflow: hidden;
650
- margin: 0.5em 0;
651
- }
652
- dl.tsd-comment-tag-group dt {
653
- display: flex;
654
- margin-right: 0.5em;
655
- font-size: 0.875em;
656
- font-weight: normal;
657
- }
658
- dl.tsd-comment-tag-group dd {
659
- margin: 0;
660
- }
661
- code.tsd-tag {
662
- padding: 0.25em 0.4em;
663
- border: 0.1em solid var(--color-accent);
664
- margin-right: 0.25em;
665
- font-size: 70%;
666
- }
667
- h1 code.tsd-tag:first-of-type {
668
- margin-left: 0.25em;
669
- }
767
+ .tsd-theme-toggle .settings-label {
768
+ margin: 0.75rem 0.75rem 0 0;
769
+ }
670
770
 
671
- dl.tsd-comment-tag-group dd:before,
672
- dl.tsd-comment-tag-group dd:after {
673
- content: " ";
674
- }
675
- dl.tsd-comment-tag-group dd pre,
676
- dl.tsd-comment-tag-group dd:after {
677
- clear: both;
678
- }
679
- dl.tsd-comment-tag-group p {
680
- margin: 0;
681
- }
771
+ .tsd-hierarchy h4 label:hover span {
772
+ text-decoration: underline;
773
+ }
682
774
 
683
- .tsd-panel.tsd-comment .lead {
684
- font-size: 1.1em;
685
- line-height: 1.333em;
686
- margin-bottom: 2em;
687
- }
688
- .tsd-panel.tsd-comment .lead:last-child {
689
- margin-bottom: 0;
690
- }
775
+ .tsd-hierarchy {
776
+ list-style: square;
777
+ margin: 0;
778
+ }
779
+ .tsd-hierarchy-target {
780
+ font-weight: bold;
781
+ }
782
+ .tsd-hierarchy-toggle {
783
+ color: var(--color-link);
784
+ cursor: pointer;
785
+ }
691
786
 
692
- .tsd-filter-visibility h4 {
693
- font-size: 1rem;
694
- padding-top: 0.75rem;
695
- padding-bottom: 0.5rem;
696
- margin: 0;
697
- }
698
- .tsd-filter-item:not(:last-child) {
699
- margin-bottom: 0.5rem;
700
- }
701
- .tsd-filter-input {
702
- display: flex;
703
- width: -moz-fit-content;
704
- width: fit-content;
705
- align-items: center;
706
- -webkit-user-select: none;
707
- -moz-user-select: none;
708
- -ms-user-select: none;
709
- user-select: none;
710
- cursor: pointer;
711
- }
712
- .tsd-filter-input input[type="checkbox"] {
713
- cursor: pointer;
714
- position: absolute;
715
- width: 1.5em;
716
- height: 1.5em;
717
- opacity: 0;
718
- }
719
- .tsd-filter-input input[type="checkbox"]:disabled {
720
- pointer-events: none;
721
- }
722
- .tsd-filter-input svg {
723
- cursor: pointer;
724
- width: 1.5em;
725
- height: 1.5em;
726
- margin-right: 0.5em;
727
- border-radius: 0.33em;
728
- /* Leaving this at full opacity breaks event listeners on Firefox.
729
- Don't remove unless you know what you're doing. */
730
- opacity: 0.99;
731
- }
732
- .tsd-filter-input input[type="checkbox"]:focus-visible + svg {
733
- outline: 2px solid var(--color-focus-outline);
734
- }
735
- .tsd-checkbox-background {
736
- fill: var(--color-accent);
737
- }
738
- input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
739
- stroke: var(--color-text);
740
- }
741
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
742
- fill: var(--color-background);
743
- stroke: var(--color-accent);
744
- stroke-width: 0.25rem;
745
- }
746
- .tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
747
- stroke: var(--color-accent);
748
- }
787
+ .tsd-full-hierarchy a {
788
+ padding: 0.25rem 0 !important;
789
+ font-size: 1rem;
790
+ display: inline-flex;
791
+ align-items: center;
792
+ color: var(--color-text);
793
+ }
794
+ .tsd-full-hierarchy svg[data-dropdown] {
795
+ cursor: pointer;
796
+ }
797
+ .tsd-full-hierarchy svg[data-dropdown="false"] {
798
+ transform: rotate(-90deg);
799
+ }
800
+ .tsd-full-hierarchy svg[data-dropdown="false"] ~ ul {
801
+ display: none;
802
+ }
749
803
 
750
- .settings-label {
751
- font-weight: bold;
752
- text-transform: uppercase;
753
- display: inline-block;
754
- }
804
+ .tsd-panel-group.tsd-index-group {
805
+ margin-bottom: 0;
806
+ }
807
+ .tsd-index-panel .tsd-index-list {
808
+ list-style: none;
809
+ line-height: 1.333em;
810
+ margin: 0;
811
+ padding: 0.25rem 0 0 0;
812
+ overflow: hidden;
813
+ display: grid;
814
+ grid-template-columns: repeat(3, 1fr);
815
+ column-gap: 1rem;
816
+ grid-template-rows: auto;
817
+ }
818
+ @media (max-width: 1024px) {
819
+ .tsd-index-panel .tsd-index-list {
820
+ grid-template-columns: repeat(2, 1fr);
821
+ }
822
+ }
823
+ @media (max-width: 768px) {
824
+ .tsd-index-panel .tsd-index-list {
825
+ grid-template-columns: repeat(1, 1fr);
826
+ }
827
+ }
828
+ .tsd-index-panel .tsd-index-list li {
829
+ -webkit-page-break-inside: avoid;
830
+ -moz-page-break-inside: avoid;
831
+ -ms-page-break-inside: avoid;
832
+ -o-page-break-inside: avoid;
833
+ page-break-inside: avoid;
834
+ }
755
835
 
756
- .tsd-filter-visibility .settings-label {
757
- margin: 0.75rem 0 0.5rem 0;
758
- }
836
+ .tsd-flag {
837
+ display: inline-block;
838
+ padding: 0.25em 0.4em;
839
+ border-radius: 4px;
840
+ color: var(--color-comment-tag-text);
841
+ background-color: var(--color-comment-tag);
842
+ text-indent: 0;
843
+ font-size: 75%;
844
+ line-height: 1;
845
+ font-weight: normal;
846
+ }
759
847
 
760
- .tsd-theme-toggle .settings-label {
761
- margin: 0.75rem 0.75rem 0 0;
762
- }
848
+ .tsd-anchor {
849
+ position: relative;
850
+ top: -100px;
851
+ }
763
852
 
764
- .tsd-hierarchy h4 label:hover span {
765
- text-decoration: underline;
766
- }
853
+ .tsd-member {
854
+ position: relative;
855
+ }
856
+ .tsd-member .tsd-anchor + h3 {
857
+ display: flex;
858
+ align-items: center;
859
+ margin-top: 0;
860
+ margin-bottom: 0;
861
+ border-bottom: none;
862
+ }
767
863
 
768
- .tsd-hierarchy {
769
- list-style: square;
770
- margin: 0;
771
- }
772
- .tsd-hierarchy-target {
773
- font-weight: bold;
774
- }
775
- .tsd-hierarchy-toggle {
776
- color: var(--color-link);
777
- cursor: pointer;
778
- }
864
+ .tsd-navigation.settings {
865
+ margin: 1rem 0;
866
+ }
867
+ .tsd-navigation > a,
868
+ .tsd-navigation .tsd-accordion-summary {
869
+ width: calc(100% - 0.25rem);
870
+ display: flex;
871
+ align-items: center;
872
+ }
873
+ .tsd-navigation a,
874
+ .tsd-navigation summary > span,
875
+ .tsd-page-navigation a {
876
+ display: flex;
877
+ width: calc(100% - 0.25rem);
878
+ align-items: center;
879
+ padding: 0.25rem;
880
+ color: var(--color-text);
881
+ text-decoration: none;
882
+ box-sizing: border-box;
883
+ }
884
+ .tsd-navigation a.current,
885
+ .tsd-page-navigation a.current {
886
+ background: var(--color-active-menu-item);
887
+ }
888
+ .tsd-navigation a:hover,
889
+ .tsd-page-navigation a:hover {
890
+ text-decoration: underline;
891
+ }
892
+ .tsd-navigation ul,
893
+ .tsd-page-navigation ul {
894
+ margin-top: 0;
895
+ margin-bottom: 0;
896
+ padding: 0;
897
+ list-style: none;
898
+ }
899
+ .tsd-navigation li,
900
+ .tsd-page-navigation li {
901
+ padding: 0;
902
+ max-width: 100%;
903
+ }
904
+ .tsd-navigation .tsd-nav-link {
905
+ display: none;
906
+ }
907
+ .tsd-nested-navigation {
908
+ margin-left: 3rem;
909
+ }
910
+ .tsd-nested-navigation > li > details {
911
+ margin-left: -1.5rem;
912
+ }
913
+ .tsd-small-nested-navigation {
914
+ margin-left: 1.5rem;
915
+ }
916
+ .tsd-small-nested-navigation > li > details {
917
+ margin-left: -1.5rem;
918
+ }
779
919
 
780
- .tsd-full-hierarchy a {
781
- padding: 0.25rem 0 !important;
782
- font-size: 1rem;
783
- display: inline-flex;
784
- align-items: center;
785
- color: var(--color-text);
786
- }
787
- .tsd-full-hierarchy svg[data-dropdown] {
788
- cursor: pointer;
789
- }
790
- .tsd-full-hierarchy svg[data-dropdown="false"] {
791
- transform: rotate(-90deg);
792
- }
793
- .tsd-full-hierarchy svg[data-dropdown="false"] ~ ul {
794
- display: none;
795
- }
920
+ .tsd-page-navigation-section {
921
+ margin-left: 10px;
922
+ }
923
+ .tsd-page-navigation-section > summary {
924
+ padding: 0.25rem;
925
+ }
926
+ .tsd-page-navigation-section > div {
927
+ margin-left: 20px;
928
+ }
929
+ .tsd-page-navigation ul {
930
+ padding-left: 1.75rem;
931
+ }
796
932
 
797
- .tsd-panel-group.tsd-index-group {
798
- margin-bottom: 0;
799
- }
800
- .tsd-index-panel .tsd-index-list {
801
- list-style: none;
802
- line-height: 1.333em;
803
- margin: 0;
804
- padding: 0.25rem 0 0 0;
805
- overflow: hidden;
806
- display: grid;
807
- grid-template-columns: repeat(3, 1fr);
808
- column-gap: 1rem;
809
- grid-template-rows: auto;
810
- }
811
- @media (max-width: 1024px) {
812
- .tsd-index-panel .tsd-index-list {
813
- grid-template-columns: repeat(2, 1fr);
933
+ #tsd-sidebar-links a {
934
+ margin-top: 0;
935
+ margin-bottom: 0.5rem;
936
+ line-height: 1.25rem;
814
937
  }
815
- }
816
- @media (max-width: 768px) {
817
- .tsd-index-panel .tsd-index-list {
818
- grid-template-columns: repeat(1, 1fr);
938
+ #tsd-sidebar-links a:last-of-type {
939
+ margin-bottom: 0;
819
940
  }
820
- }
821
- .tsd-index-panel .tsd-index-list li {
822
- -webkit-page-break-inside: avoid;
823
- -moz-page-break-inside: avoid;
824
- -ms-page-break-inside: avoid;
825
- -o-page-break-inside: avoid;
826
- page-break-inside: avoid;
827
- }
828
941
 
829
- .tsd-flag {
830
- display: inline-block;
831
- padding: 0.25em 0.4em;
832
- border-radius: 4px;
833
- color: var(--color-comment-tag-text);
834
- background-color: var(--color-comment-tag);
835
- text-indent: 0;
836
- font-size: 75%;
837
- line-height: 1;
838
- font-weight: normal;
839
- }
840
-
841
- .tsd-anchor {
842
- position: relative;
843
- top: -100px;
844
- }
845
-
846
- .tsd-member {
847
- position: relative;
848
- }
849
- .tsd-member .tsd-anchor + h3 {
850
- display: flex;
851
- align-items: center;
852
- margin-top: 0;
853
- margin-bottom: 0;
854
- border-bottom: none;
855
- }
856
-
857
- .tsd-navigation.settings {
858
- margin: 1rem 0;
859
- }
860
- .tsd-navigation > a,
861
- .tsd-navigation .tsd-accordion-summary {
862
- width: calc(100% - 0.25rem);
863
- display: flex;
864
- align-items: center;
865
- }
866
- .tsd-navigation a,
867
- .tsd-navigation summary > span,
868
- .tsd-page-navigation a {
869
- display: flex;
870
- width: calc(100% - 0.25rem);
871
- align-items: center;
872
- padding: 0.25rem;
873
- color: var(--color-text);
874
- text-decoration: none;
875
- box-sizing: border-box;
876
- }
877
- .tsd-navigation a.current,
878
- .tsd-page-navigation a.current {
879
- background: var(--color-active-menu-item);
880
- }
881
- .tsd-navigation a:hover,
882
- .tsd-page-navigation a:hover {
883
- text-decoration: underline;
884
- }
885
- .tsd-navigation ul,
886
- .tsd-page-navigation ul {
887
- margin-top: 0;
888
- margin-bottom: 0;
889
- padding: 0;
890
- list-style: none;
891
- }
892
- .tsd-navigation li,
893
- .tsd-page-navigation li {
894
- padding: 0;
895
- max-width: 100%;
896
- }
897
- .tsd-navigation .tsd-nav-link {
898
- display: none;
899
- }
900
- .tsd-nested-navigation {
901
- margin-left: 3rem;
902
- }
903
- .tsd-nested-navigation > li > details {
904
- margin-left: -1.5rem;
905
- }
906
- .tsd-small-nested-navigation {
907
- margin-left: 1.5rem;
908
- }
909
- .tsd-small-nested-navigation > li > details {
910
- margin-left: -1.5rem;
911
- }
912
-
913
- .tsd-page-navigation-section {
914
- margin-left: 10px;
915
- }
916
- .tsd-page-navigation-section > summary {
917
- padding: 0.25rem;
918
- }
919
- .tsd-page-navigation-section > div {
920
- margin-left: 20px;
921
- }
922
- .tsd-page-navigation ul {
923
- padding-left: 1.75rem;
924
- }
925
-
926
- #tsd-sidebar-links a {
927
- margin-top: 0;
928
- margin-bottom: 0.5rem;
929
- line-height: 1.25rem;
930
- }
931
- #tsd-sidebar-links a:last-of-type {
932
- margin-bottom: 0;
933
- }
934
-
935
- a.tsd-index-link {
936
- padding: 0.25rem 0 !important;
937
- font-size: 1rem;
938
- line-height: 1.25rem;
939
- display: inline-flex;
940
- align-items: center;
941
- color: var(--color-text);
942
- }
943
- .tsd-accordion-summary {
944
- list-style-type: none; /* hide marker on non-safari */
945
- outline: none; /* broken on safari, so just hide it */
946
- }
947
- .tsd-accordion-summary::-webkit-details-marker {
948
- display: none; /* hide marker on safari */
949
- }
950
- .tsd-accordion-summary,
951
- .tsd-accordion-summary a {
952
- -moz-user-select: none;
953
- -webkit-user-select: none;
954
- -ms-user-select: none;
955
- user-select: none;
956
-
957
- cursor: pointer;
958
- }
959
- .tsd-accordion-summary a {
960
- width: calc(100% - 1.5rem);
961
- }
962
- .tsd-accordion-summary > * {
963
- margin-top: 0;
964
- margin-bottom: 0;
965
- padding-top: 0;
966
- padding-bottom: 0;
967
- }
968
- .tsd-accordion .tsd-accordion-summary > svg {
969
- margin-left: 0.25rem;
970
- vertical-align: text-top;
971
- }
972
- /*
942
+ a.tsd-index-link {
943
+ padding: 0.25rem 0 !important;
944
+ font-size: 1rem;
945
+ line-height: 1.25rem;
946
+ display: inline-flex;
947
+ align-items: center;
948
+ color: var(--color-text);
949
+ }
950
+ .tsd-accordion-summary {
951
+ list-style-type: none; /* hide marker on non-safari */
952
+ outline: none; /* broken on safari, so just hide it */
953
+ }
954
+ .tsd-accordion-summary::-webkit-details-marker {
955
+ display: none; /* hide marker on safari */
956
+ }
957
+ .tsd-accordion-summary,
958
+ .tsd-accordion-summary a {
959
+ -moz-user-select: none;
960
+ -webkit-user-select: none;
961
+ -ms-user-select: none;
962
+ user-select: none;
963
+
964
+ cursor: pointer;
965
+ }
966
+ .tsd-accordion-summary a {
967
+ width: calc(100% - 1.5rem);
968
+ }
969
+ .tsd-accordion-summary > * {
970
+ margin-top: 0;
971
+ margin-bottom: 0;
972
+ padding-top: 0;
973
+ padding-bottom: 0;
974
+ }
975
+ .tsd-accordion .tsd-accordion-summary > svg {
976
+ margin-left: 0.25rem;
977
+ vertical-align: text-top;
978
+ }
979
+ /*
973
980
  We need to be careful to target the arrow indicating whether the accordion
974
981
  is open, but not any other SVGs included in the details element.
975
982
  */
976
- .tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
977
- .tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
978
- .tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
979
- .tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
980
- .tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
981
- transform: rotate(-90deg);
982
- }
983
- .tsd-index-content > :not(:first-child) {
984
- margin-top: 0.75rem;
985
- }
986
- .tsd-index-heading {
987
- margin-top: 1.5rem;
988
- margin-bottom: 0.75rem;
989
- }
990
-
991
- .tsd-no-select {
992
- -webkit-user-select: none;
993
- -moz-user-select: none;
994
- -ms-user-select: none;
995
- user-select: none;
996
- }
997
- .tsd-kind-icon {
998
- margin-right: 0.5rem;
999
- width: 1.25rem;
1000
- height: 1.25rem;
1001
- min-width: 1.25rem;
1002
- min-height: 1.25rem;
1003
- }
1004
- .tsd-signature > .tsd-kind-icon {
1005
- margin-right: 0.8rem;
1006
- }
1007
-
1008
- .tsd-panel {
1009
- margin-bottom: 2.5rem;
1010
- }
1011
- .tsd-panel.tsd-member {
1012
- margin-bottom: 4rem;
1013
- }
1014
- .tsd-panel:empty {
1015
- display: none;
1016
- }
1017
- .tsd-panel > h1,
1018
- .tsd-panel > h2,
1019
- .tsd-panel > h3 {
1020
- margin: 1.5rem -1.5rem 0.75rem -1.5rem;
1021
- padding: 0 1.5rem 0.75rem 1.5rem;
1022
- }
1023
- .tsd-panel > h1.tsd-before-signature,
1024
- .tsd-panel > h2.tsd-before-signature,
1025
- .tsd-panel > h3.tsd-before-signature {
1026
- margin-bottom: 0;
1027
- border-bottom: none;
1028
- }
1029
-
1030
- .tsd-panel-group {
1031
- margin: 2rem 0;
1032
- }
1033
- .tsd-panel-group.tsd-index-group {
1034
- margin: 2rem 0;
1035
- }
1036
- .tsd-panel-group.tsd-index-group details {
1037
- margin: 2rem 0;
1038
- }
1039
- .tsd-panel-group > .tsd-accordion-summary {
1040
- margin-bottom: 1rem;
1041
- }
1042
-
1043
- #tsd-search {
1044
- transition: background-color 0.2s;
1045
- }
1046
- #tsd-search .title {
1047
- position: relative;
1048
- z-index: 2;
1049
- }
1050
- #tsd-search .field {
1051
- position: absolute;
1052
- left: 0;
1053
- top: 0;
1054
- right: 2.5rem;
1055
- height: 100%;
1056
- }
1057
- #tsd-search .field input {
1058
- box-sizing: border-box;
1059
- position: relative;
1060
- top: -50px;
1061
- z-index: 1;
1062
- width: 100%;
1063
- padding: 0 10px;
1064
- opacity: 0;
1065
- outline: 0;
1066
- border: 0;
1067
- background: transparent;
1068
- color: var(--color-text);
1069
- }
1070
- #tsd-search .field label {
1071
- position: absolute;
1072
- overflow: hidden;
1073
- right: -40px;
1074
- }
1075
- #tsd-search .field input,
1076
- #tsd-search .title,
1077
- #tsd-toolbar-links a {
1078
- transition: opacity 0.2s;
1079
- }
1080
- #tsd-search .results {
1081
- position: absolute;
1082
- visibility: hidden;
1083
- top: 40px;
1084
- width: 100%;
1085
- margin: 0;
1086
- padding: 0;
1087
- list-style: none;
1088
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1089
- }
1090
- #tsd-search .results li {
1091
- background-color: var(--color-background);
1092
- line-height: initial;
1093
- padding: 4px;
1094
- }
1095
- #tsd-search .results li:nth-child(even) {
1096
- background-color: var(--color-background-secondary);
1097
- }
1098
- #tsd-search .results li.state {
1099
- display: none;
1100
- }
1101
- #tsd-search .results li.current:not(.no-results),
1102
- #tsd-search .results li:hover:not(.no-results) {
1103
- background-color: var(--color-accent);
1104
- }
1105
- #tsd-search .results a {
1106
- display: flex;
1107
- align-items: center;
1108
- padding: 0.25rem;
1109
- box-sizing: border-box;
1110
- }
1111
- #tsd-search .results a:before {
1112
- top: 10px;
1113
- }
1114
- #tsd-search .results span.parent {
1115
- color: var(--color-text-aside);
1116
- font-weight: normal;
1117
- }
1118
- #tsd-search.has-focus {
1119
- background-color: var(--color-accent);
1120
- }
1121
- #tsd-search.has-focus .field input {
1122
- top: 0;
1123
- opacity: 1;
1124
- }
1125
- #tsd-search.has-focus .title,
1126
- #tsd-search.has-focus #tsd-toolbar-links a {
1127
- z-index: 0;
1128
- opacity: 0;
1129
- }
1130
- #tsd-search.has-focus .results {
1131
- visibility: visible;
1132
- }
1133
- #tsd-search.loading .results li.state.loading {
1134
- display: block;
1135
- }
1136
- #tsd-search.failure .results li.state.failure {
1137
- display: block;
1138
- }
1139
-
1140
- #tsd-toolbar-links {
1141
- position: absolute;
1142
- top: 0;
1143
- right: 2rem;
1144
- height: 100%;
1145
- display: flex;
1146
- align-items: center;
1147
- justify-content: flex-end;
1148
- }
1149
- #tsd-toolbar-links a {
1150
- margin-left: 1.5rem;
1151
- }
1152
- #tsd-toolbar-links a:hover {
1153
- text-decoration: underline;
1154
- }
1155
-
1156
- .tsd-signature {
1157
- margin: 0 0 1rem 0;
1158
- padding: 1rem 0.5rem;
1159
- border: 1px solid var(--color-accent);
1160
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1161
- font-size: 14px;
1162
- overflow-x: auto;
1163
- }
1164
-
1165
- .tsd-signature-keyword {
1166
- color: var(--color-ts-keyword);
1167
- font-weight: normal;
1168
- }
1169
-
1170
- .tsd-signature-symbol {
1171
- color: var(--color-text-aside);
1172
- font-weight: normal;
1173
- }
1174
-
1175
- .tsd-signature-type {
1176
- font-style: italic;
1177
- font-weight: normal;
1178
- }
1179
-
1180
- .tsd-signatures {
1181
- padding: 0;
1182
- margin: 0 0 1em 0;
1183
- list-style-type: none;
1184
- }
1185
- .tsd-signatures .tsd-signature {
1186
- margin: 0;
1187
- border-color: var(--color-accent);
1188
- border-width: 1px 0;
1189
- transition: background-color 0.1s;
1190
- }
1191
- .tsd-signatures .tsd-index-signature:not(:last-child) {
1192
- margin-bottom: 1em;
1193
- }
1194
- .tsd-signatures .tsd-index-signature .tsd-signature {
1195
- border-width: 1px;
1196
- }
1197
- .tsd-description .tsd-signatures .tsd-signature {
1198
- border-width: 1px;
1199
- }
1200
-
1201
- ul.tsd-parameter-list,
1202
- ul.tsd-type-parameter-list {
1203
- list-style: square;
1204
- margin: 0;
1205
- padding-left: 20px;
1206
- }
1207
- ul.tsd-parameter-list > li.tsd-parameter-signature,
1208
- ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1209
- list-style: none;
1210
- margin-left: -20px;
1211
- }
1212
- ul.tsd-parameter-list h5,
1213
- ul.tsd-type-parameter-list h5 {
1214
- font-size: 16px;
1215
- margin: 1em 0 0.5em 0;
1216
- }
1217
- .tsd-sources {
1218
- margin-top: 1rem;
1219
- font-size: 0.875em;
1220
- }
1221
- .tsd-sources a {
1222
- color: var(--color-text-aside);
1223
- text-decoration: underline;
1224
- }
1225
- .tsd-sources ul {
1226
- list-style: none;
1227
- padding: 0;
1228
- }
1229
-
1230
- .tsd-page-toolbar {
1231
- position: sticky;
1232
- z-index: 1;
1233
- top: 0;
1234
- left: 0;
1235
- width: 100%;
1236
- color: var(--color-text);
1237
- background: var(--color-background-secondary);
1238
- border-bottom: 1px var(--color-accent) solid;
1239
- transition: transform 0.3s ease-in-out;
1240
- }
1241
- .tsd-page-toolbar a {
1242
- color: var(--color-text);
1243
- text-decoration: none;
1244
- }
1245
- .tsd-page-toolbar a.title {
1246
- font-weight: bold;
1247
- }
1248
- .tsd-page-toolbar a.title:hover {
1249
- text-decoration: underline;
1250
- }
1251
- .tsd-page-toolbar .tsd-toolbar-contents {
1252
- display: flex;
1253
- justify-content: space-between;
1254
- height: 2.5rem;
1255
- margin: 0 auto;
1256
- }
1257
- .tsd-page-toolbar .table-cell {
1258
- position: relative;
1259
- white-space: nowrap;
1260
- line-height: 40px;
1261
- }
1262
- .tsd-page-toolbar .table-cell:first-child {
1263
- width: 100%;
1264
- }
1265
- .tsd-page-toolbar .tsd-toolbar-icon {
1266
- box-sizing: border-box;
1267
- line-height: 0;
1268
- padding: 12px 0;
1269
- }
1270
-
1271
- .tsd-widget {
1272
- display: inline-block;
1273
- overflow: hidden;
1274
- opacity: 0.8;
1275
- height: 40px;
1276
- transition:
1277
- opacity 0.1s,
1278
- background-color 0.2s;
1279
- vertical-align: bottom;
1280
- cursor: pointer;
1281
- }
1282
- .tsd-widget:hover {
1283
- opacity: 0.9;
1284
- }
1285
- .tsd-widget.active {
1286
- opacity: 1;
1287
- background-color: var(--color-accent);
1288
- }
1289
- .tsd-widget.no-caption {
1290
- width: 40px;
1291
- }
1292
- .tsd-widget.no-caption:before {
1293
- margin: 0;
1294
- }
1295
-
1296
- .tsd-widget.options,
1297
- .tsd-widget.menu {
1298
- display: none;
1299
- }
1300
- input[type="checkbox"] + .tsd-widget:before {
1301
- background-position: -120px 0;
1302
- }
1303
- input[type="checkbox"]:checked + .tsd-widget:before {
1304
- background-position: -160px 0;
1305
- }
983
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child,
984
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h1 > svg:first-child,
985
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h2 > svg:first-child,
986
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h3 > svg:first-child,
987
+ .tsd-accordion:not([open]) > .tsd-accordion-summary > h4 > svg:first-child {
988
+ transform: rotate(-90deg);
989
+ }
990
+ .tsd-index-content > :not(:first-child) {
991
+ margin-top: 0.75rem;
992
+ }
993
+ .tsd-index-heading {
994
+ margin-top: 1.5rem;
995
+ margin-bottom: 0.75rem;
996
+ }
1306
997
 
1307
- img {
1308
- max-width: 100%;
1309
- }
998
+ .tsd-no-select {
999
+ -webkit-user-select: none;
1000
+ -moz-user-select: none;
1001
+ -ms-user-select: none;
1002
+ user-select: none;
1003
+ }
1004
+ .tsd-kind-icon {
1005
+ margin-right: 0.5rem;
1006
+ width: 1.25rem;
1007
+ height: 1.25rem;
1008
+ min-width: 1.25rem;
1009
+ min-height: 1.25rem;
1010
+ }
1011
+ .tsd-signature > .tsd-kind-icon {
1012
+ margin-right: 0.8rem;
1013
+ }
1310
1014
 
1311
- .tsd-member-summary-name {
1312
- display: inline-flex;
1313
- align-items: center;
1314
- padding: 0.25rem;
1315
- text-decoration: none;
1316
- }
1015
+ .tsd-panel {
1016
+ margin-bottom: 2.5rem;
1017
+ }
1018
+ .tsd-panel.tsd-member {
1019
+ margin-bottom: 4rem;
1020
+ }
1021
+ .tsd-panel:empty {
1022
+ display: none;
1023
+ }
1024
+ .tsd-panel > h1,
1025
+ .tsd-panel > h2,
1026
+ .tsd-panel > h3 {
1027
+ margin: 1.5rem -1.5rem 0.75rem -1.5rem;
1028
+ padding: 0 1.5rem 0.75rem 1.5rem;
1029
+ }
1030
+ .tsd-panel > h1.tsd-before-signature,
1031
+ .tsd-panel > h2.tsd-before-signature,
1032
+ .tsd-panel > h3.tsd-before-signature {
1033
+ margin-bottom: 0;
1034
+ border-bottom: none;
1035
+ }
1317
1036
 
1318
- .tsd-anchor-icon {
1319
- display: inline-flex;
1320
- align-items: center;
1321
- margin-left: 0.5rem;
1322
- color: var(--color-text);
1323
- }
1037
+ .tsd-panel-group {
1038
+ margin: 2rem 0;
1039
+ }
1040
+ .tsd-panel-group.tsd-index-group {
1041
+ margin: 2rem 0;
1042
+ }
1043
+ .tsd-panel-group.tsd-index-group details {
1044
+ margin: 2rem 0;
1045
+ }
1046
+ .tsd-panel-group > .tsd-accordion-summary {
1047
+ margin-bottom: 1rem;
1048
+ }
1324
1049
 
1325
- .tsd-anchor-icon svg {
1326
- width: 1em;
1327
- height: 1em;
1328
- visibility: hidden;
1329
- }
1050
+ #tsd-search {
1051
+ transition: background-color 0.2s;
1052
+ }
1053
+ #tsd-search .title {
1054
+ position: relative;
1055
+ z-index: 2;
1056
+ }
1057
+ #tsd-search .field {
1058
+ position: absolute;
1059
+ left: 0;
1060
+ top: 0;
1061
+ right: 2.5rem;
1062
+ height: 100%;
1063
+ }
1064
+ #tsd-search .field input {
1065
+ box-sizing: border-box;
1066
+ position: relative;
1067
+ top: -50px;
1068
+ z-index: 1;
1069
+ width: 100%;
1070
+ padding: 0 10px;
1071
+ opacity: 0;
1072
+ outline: 0;
1073
+ border: 0;
1074
+ background: transparent;
1075
+ color: var(--color-text);
1076
+ }
1077
+ #tsd-search .field label {
1078
+ position: absolute;
1079
+ overflow: hidden;
1080
+ right: -40px;
1081
+ }
1082
+ #tsd-search .field input,
1083
+ #tsd-search .title,
1084
+ #tsd-toolbar-links a {
1085
+ transition: opacity 0.2s;
1086
+ }
1087
+ #tsd-search .results {
1088
+ position: absolute;
1089
+ visibility: hidden;
1090
+ top: 40px;
1091
+ width: 100%;
1092
+ margin: 0;
1093
+ padding: 0;
1094
+ list-style: none;
1095
+ box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
1096
+ }
1097
+ #tsd-search .results li {
1098
+ background-color: var(--color-background);
1099
+ line-height: initial;
1100
+ padding: 4px;
1101
+ }
1102
+ #tsd-search .results li:nth-child(even) {
1103
+ background-color: var(--color-background-secondary);
1104
+ }
1105
+ #tsd-search .results li.state {
1106
+ display: none;
1107
+ }
1108
+ #tsd-search .results li.current:not(.no-results),
1109
+ #tsd-search .results li:hover:not(.no-results) {
1110
+ background-color: var(--color-accent);
1111
+ }
1112
+ #tsd-search .results a {
1113
+ display: flex;
1114
+ align-items: center;
1115
+ padding: 0.25rem;
1116
+ box-sizing: border-box;
1117
+ }
1118
+ #tsd-search .results a:before {
1119
+ top: 10px;
1120
+ }
1121
+ #tsd-search .results span.parent {
1122
+ color: var(--color-text-aside);
1123
+ font-weight: normal;
1124
+ }
1125
+ #tsd-search.has-focus {
1126
+ background-color: var(--color-accent);
1127
+ }
1128
+ #tsd-search.has-focus .field input {
1129
+ top: 0;
1130
+ opacity: 1;
1131
+ }
1132
+ #tsd-search.has-focus .title,
1133
+ #tsd-search.has-focus #tsd-toolbar-links a {
1134
+ z-index: 0;
1135
+ opacity: 0;
1136
+ }
1137
+ #tsd-search.has-focus .results {
1138
+ visibility: visible;
1139
+ }
1140
+ #tsd-search.loading .results li.state.loading {
1141
+ display: block;
1142
+ }
1143
+ #tsd-search.failure .results li.state.failure {
1144
+ display: block;
1145
+ }
1330
1146
 
1331
- .tsd-member-summary-name:hover > .tsd-anchor-icon svg,
1332
- .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1333
- visibility: visible;
1334
- }
1147
+ #tsd-toolbar-links {
1148
+ position: absolute;
1149
+ top: 0;
1150
+ right: 2rem;
1151
+ height: 100%;
1152
+ display: flex;
1153
+ align-items: center;
1154
+ justify-content: flex-end;
1155
+ }
1156
+ #tsd-toolbar-links a {
1157
+ margin-left: 1.5rem;
1158
+ }
1159
+ #tsd-toolbar-links a:hover {
1160
+ text-decoration: underline;
1161
+ }
1335
1162
 
1336
- .deprecated {
1337
- text-decoration: line-through !important;
1338
- }
1163
+ .tsd-signature {
1164
+ margin: 0 0 1rem 0;
1165
+ padding: 1rem 0.5rem;
1166
+ border: 1px solid var(--color-accent);
1167
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1168
+ font-size: 14px;
1169
+ overflow-x: auto;
1170
+ }
1339
1171
 
1340
- .warning {
1341
- padding: 1rem;
1342
- color: var(--color-warning-text);
1343
- background: var(--color-background-warning);
1344
- }
1172
+ .tsd-signature-keyword {
1173
+ color: var(--color-ts-keyword);
1174
+ font-weight: normal;
1175
+ }
1345
1176
 
1346
- .tsd-kind-project {
1347
- color: var(--color-ts-project);
1348
- }
1349
- .tsd-kind-module {
1350
- color: var(--color-ts-module);
1351
- }
1352
- .tsd-kind-namespace {
1353
- color: var(--color-ts-namespace);
1354
- }
1355
- .tsd-kind-enum {
1356
- color: var(--color-ts-enum);
1357
- }
1358
- .tsd-kind-enum-member {
1359
- color: var(--color-ts-enum-member);
1360
- }
1361
- .tsd-kind-variable {
1362
- color: var(--color-ts-variable);
1363
- }
1364
- .tsd-kind-function {
1365
- color: var(--color-ts-function);
1366
- }
1367
- .tsd-kind-class {
1368
- color: var(--color-ts-class);
1369
- }
1370
- .tsd-kind-interface {
1371
- color: var(--color-ts-interface);
1372
- }
1373
- .tsd-kind-constructor {
1374
- color: var(--color-ts-constructor);
1375
- }
1376
- .tsd-kind-property {
1377
- color: var(--color-ts-property);
1378
- }
1379
- .tsd-kind-method {
1380
- color: var(--color-ts-method);
1381
- }
1382
- .tsd-kind-reference {
1383
- color: var(--color-ts-reference);
1384
- }
1385
- .tsd-kind-call-signature {
1386
- color: var(--color-ts-call-signature);
1387
- }
1388
- .tsd-kind-index-signature {
1389
- color: var(--color-ts-index-signature);
1390
- }
1391
- .tsd-kind-constructor-signature {
1392
- color: var(--color-ts-constructor-signature);
1393
- }
1394
- .tsd-kind-parameter {
1395
- color: var(--color-ts-parameter);
1396
- }
1397
- .tsd-kind-type-parameter {
1398
- color: var(--color-ts-type-parameter);
1399
- }
1400
- .tsd-kind-accessor {
1401
- color: var(--color-ts-accessor);
1402
- }
1403
- .tsd-kind-get-signature {
1404
- color: var(--color-ts-get-signature);
1405
- }
1406
- .tsd-kind-set-signature {
1407
- color: var(--color-ts-set-signature);
1408
- }
1409
- .tsd-kind-type-alias {
1410
- color: var(--color-ts-type-alias);
1411
- }
1177
+ .tsd-signature-symbol {
1178
+ color: var(--color-text-aside);
1179
+ font-weight: normal;
1180
+ }
1412
1181
 
1413
- /* if we have a kind icon, don't color the text by kind */
1414
- .tsd-kind-icon ~ span {
1415
- color: var(--color-text);
1416
- }
1182
+ .tsd-signature-type {
1183
+ font-style: italic;
1184
+ font-weight: normal;
1185
+ }
1417
1186
 
1418
- * {
1419
- scrollbar-width: thin;
1420
- scrollbar-color: var(--color-accent) var(--color-icon-background);
1421
- }
1187
+ .tsd-signatures {
1188
+ padding: 0;
1189
+ margin: 0 0 1em 0;
1190
+ list-style-type: none;
1191
+ }
1192
+ .tsd-signatures .tsd-signature {
1193
+ margin: 0;
1194
+ border-color: var(--color-accent);
1195
+ border-width: 1px 0;
1196
+ transition: background-color 0.1s;
1197
+ }
1198
+ .tsd-signatures .tsd-index-signature:not(:last-child) {
1199
+ margin-bottom: 1em;
1200
+ }
1201
+ .tsd-signatures .tsd-index-signature .tsd-signature {
1202
+ border-width: 1px;
1203
+ }
1204
+ .tsd-description .tsd-signatures .tsd-signature {
1205
+ border-width: 1px;
1206
+ }
1422
1207
 
1423
- *::-webkit-scrollbar {
1424
- width: 0.75rem;
1425
- }
1208
+ ul.tsd-parameter-list,
1209
+ ul.tsd-type-parameter-list {
1210
+ list-style: square;
1211
+ margin: 0;
1212
+ padding-left: 20px;
1213
+ }
1214
+ ul.tsd-parameter-list > li.tsd-parameter-signature,
1215
+ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
1216
+ list-style: none;
1217
+ margin-left: -20px;
1218
+ }
1219
+ ul.tsd-parameter-list h5,
1220
+ ul.tsd-type-parameter-list h5 {
1221
+ font-size: 16px;
1222
+ margin: 1em 0 0.5em 0;
1223
+ }
1224
+ .tsd-sources {
1225
+ margin-top: 1rem;
1226
+ font-size: 0.875em;
1227
+ }
1228
+ .tsd-sources a {
1229
+ color: var(--color-text-aside);
1230
+ text-decoration: underline;
1231
+ }
1232
+ .tsd-sources ul {
1233
+ list-style: none;
1234
+ padding: 0;
1235
+ }
1426
1236
 
1427
- *::-webkit-scrollbar-track {
1428
- background: var(--color-icon-background);
1429
- }
1237
+ .tsd-page-toolbar {
1238
+ position: sticky;
1239
+ z-index: 1;
1240
+ top: 0;
1241
+ left: 0;
1242
+ width: 100%;
1243
+ color: var(--color-text);
1244
+ background: var(--color-background-secondary);
1245
+ border-bottom: 1px var(--color-accent) solid;
1246
+ transition: transform 0.3s ease-in-out;
1247
+ }
1248
+ .tsd-page-toolbar a {
1249
+ color: var(--color-text);
1250
+ text-decoration: none;
1251
+ }
1252
+ .tsd-page-toolbar a.title {
1253
+ font-weight: bold;
1254
+ }
1255
+ .tsd-page-toolbar a.title:hover {
1256
+ text-decoration: underline;
1257
+ }
1258
+ .tsd-page-toolbar .tsd-toolbar-contents {
1259
+ display: flex;
1260
+ justify-content: space-between;
1261
+ height: 2.5rem;
1262
+ margin: 0 auto;
1263
+ }
1264
+ .tsd-page-toolbar .table-cell {
1265
+ position: relative;
1266
+ white-space: nowrap;
1267
+ line-height: 40px;
1268
+ }
1269
+ .tsd-page-toolbar .table-cell:first-child {
1270
+ width: 100%;
1271
+ }
1272
+ .tsd-page-toolbar .tsd-toolbar-icon {
1273
+ box-sizing: border-box;
1274
+ line-height: 0;
1275
+ padding: 12px 0;
1276
+ }
1430
1277
 
1431
- *::-webkit-scrollbar-thumb {
1432
- background-color: var(--color-accent);
1433
- border-radius: 999rem;
1434
- border: 0.25rem solid var(--color-icon-background);
1435
- }
1278
+ .tsd-widget {
1279
+ display: inline-block;
1280
+ overflow: hidden;
1281
+ opacity: 0.8;
1282
+ height: 40px;
1283
+ transition:
1284
+ opacity 0.1s,
1285
+ background-color 0.2s;
1286
+ vertical-align: bottom;
1287
+ cursor: pointer;
1288
+ }
1289
+ .tsd-widget:hover {
1290
+ opacity: 0.9;
1291
+ }
1292
+ .tsd-widget.active {
1293
+ opacity: 1;
1294
+ background-color: var(--color-accent);
1295
+ }
1296
+ .tsd-widget.no-caption {
1297
+ width: 40px;
1298
+ }
1299
+ .tsd-widget.no-caption:before {
1300
+ margin: 0;
1301
+ }
1436
1302
 
1437
- /* mobile */
1438
- @media (max-width: 769px) {
1439
1303
  .tsd-widget.options,
1440
1304
  .tsd-widget.menu {
1441
- display: inline-block;
1305
+ display: none;
1442
1306
  }
1443
-
1444
- .container-main {
1445
- display: flex;
1307
+ input[type="checkbox"] + .tsd-widget:before {
1308
+ background-position: -120px 0;
1309
+ }
1310
+ input[type="checkbox"]:checked + .tsd-widget:before {
1311
+ background-position: -160px 0;
1446
1312
  }
1447
- html .col-content {
1448
- float: none;
1313
+
1314
+ img {
1449
1315
  max-width: 100%;
1450
- width: 100%;
1451
1316
  }
1452
- html .col-sidebar {
1453
- position: fixed !important;
1454
- overflow-y: auto;
1455
- -webkit-overflow-scrolling: touch;
1456
- z-index: 1024;
1457
- top: 0 !important;
1458
- bottom: 0 !important;
1459
- left: auto !important;
1460
- right: 0 !important;
1461
- padding: 1.5rem 1.5rem 0 0;
1462
- width: 75vw;
1463
- visibility: hidden;
1464
- background-color: var(--color-background);
1465
- transform: translate(100%, 0);
1317
+
1318
+ .tsd-member-summary-name {
1319
+ display: inline-flex;
1320
+ align-items: center;
1321
+ padding: 0.25rem;
1322
+ text-decoration: none;
1466
1323
  }
1467
- html .col-sidebar > *:last-child {
1468
- padding-bottom: 20px;
1324
+
1325
+ .tsd-anchor-icon {
1326
+ display: inline-flex;
1327
+ align-items: center;
1328
+ margin-left: 0.5rem;
1329
+ color: var(--color-text);
1469
1330
  }
1470
- html .overlay {
1471
- content: "";
1472
- display: block;
1473
- position: fixed;
1474
- z-index: 1023;
1475
- top: 0;
1476
- left: 0;
1477
- right: 0;
1478
- bottom: 0;
1479
- background-color: rgba(0, 0, 0, 0.75);
1331
+
1332
+ .tsd-anchor-icon svg {
1333
+ width: 1em;
1334
+ height: 1em;
1480
1335
  visibility: hidden;
1481
1336
  }
1482
1337
 
1483
- .to-has-menu .overlay {
1484
- animation: fade-in 0.4s;
1338
+ .tsd-member-summary-name:hover > .tsd-anchor-icon svg,
1339
+ .tsd-anchor-link:hover > .tsd-anchor-icon svg {
1340
+ visibility: visible;
1485
1341
  }
1486
1342
 
1487
- .to-has-menu .col-sidebar {
1488
- animation: pop-in-from-right 0.4s;
1343
+ .deprecated {
1344
+ text-decoration: line-through !important;
1489
1345
  }
1490
1346
 
1491
- .from-has-menu .overlay {
1492
- animation: fade-out 0.4s;
1347
+ .warning {
1348
+ padding: 1rem;
1349
+ color: var(--color-warning-text);
1350
+ background: var(--color-background-warning);
1493
1351
  }
1494
1352
 
1495
- .from-has-menu .col-sidebar {
1496
- animation: pop-out-to-right 0.4s;
1353
+ .tsd-kind-project {
1354
+ color: var(--color-ts-project);
1497
1355
  }
1498
-
1499
- .has-menu body {
1500
- overflow: hidden;
1356
+ .tsd-kind-module {
1357
+ color: var(--color-ts-module);
1501
1358
  }
1502
- .has-menu .overlay {
1503
- visibility: visible;
1359
+ .tsd-kind-namespace {
1360
+ color: var(--color-ts-namespace);
1504
1361
  }
1505
- .has-menu .col-sidebar {
1506
- visibility: visible;
1507
- transform: translate(0, 0);
1508
- display: flex;
1509
- flex-direction: column;
1510
- gap: 1.5rem;
1511
- max-height: 100vh;
1512
- padding: 1rem 2rem;
1362
+ .tsd-kind-enum {
1363
+ color: var(--color-ts-enum);
1513
1364
  }
1514
- .has-menu .tsd-navigation {
1515
- max-height: 100%;
1365
+ .tsd-kind-enum-member {
1366
+ color: var(--color-ts-enum-member);
1516
1367
  }
1517
- #tsd-toolbar-links {
1518
- display: none;
1368
+ .tsd-kind-variable {
1369
+ color: var(--color-ts-variable);
1519
1370
  }
1520
- .tsd-navigation .tsd-nav-link {
1521
- display: flex;
1371
+ .tsd-kind-function {
1372
+ color: var(--color-ts-function);
1522
1373
  }
1523
- }
1524
-
1525
- /* one sidebar */
1526
- @media (min-width: 770px) {
1527
- .container-main {
1528
- display: grid;
1529
- grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1530
- grid-template-areas: "sidebar content";
1531
- margin: 2rem auto;
1374
+ .tsd-kind-class {
1375
+ color: var(--color-ts-class);
1532
1376
  }
1533
-
1534
- .col-sidebar {
1535
- grid-area: sidebar;
1377
+ .tsd-kind-interface {
1378
+ color: var(--color-ts-interface);
1536
1379
  }
1537
- .col-content {
1538
- grid-area: content;
1539
- padding: 0 1rem;
1380
+ .tsd-kind-constructor {
1381
+ color: var(--color-ts-constructor);
1540
1382
  }
1541
- }
1542
- @media (min-width: 770px) and (max-width: 1399px) {
1543
- .col-sidebar {
1544
- max-height: calc(100vh - 2rem - 42px);
1545
- overflow: auto;
1546
- position: sticky;
1547
- top: 42px;
1548
- padding-top: 1rem;
1383
+ .tsd-kind-property {
1384
+ color: var(--color-ts-property);
1549
1385
  }
1550
- .site-menu {
1551
- margin-top: 1rem;
1386
+ .tsd-kind-method {
1387
+ color: var(--color-ts-method);
1388
+ }
1389
+ .tsd-kind-reference {
1390
+ color: var(--color-ts-reference);
1391
+ }
1392
+ .tsd-kind-call-signature {
1393
+ color: var(--color-ts-call-signature);
1394
+ }
1395
+ .tsd-kind-index-signature {
1396
+ color: var(--color-ts-index-signature);
1397
+ }
1398
+ .tsd-kind-constructor-signature {
1399
+ color: var(--color-ts-constructor-signature);
1400
+ }
1401
+ .tsd-kind-parameter {
1402
+ color: var(--color-ts-parameter);
1403
+ }
1404
+ .tsd-kind-type-parameter {
1405
+ color: var(--color-ts-type-parameter);
1406
+ }
1407
+ .tsd-kind-accessor {
1408
+ color: var(--color-ts-accessor);
1409
+ }
1410
+ .tsd-kind-get-signature {
1411
+ color: var(--color-ts-get-signature);
1412
+ }
1413
+ .tsd-kind-set-signature {
1414
+ color: var(--color-ts-set-signature);
1415
+ }
1416
+ .tsd-kind-type-alias {
1417
+ color: var(--color-ts-type-alias);
1552
1418
  }
1553
- }
1554
1419
 
1555
- /* two sidebars */
1556
- @media (min-width: 1200px) {
1557
- .container-main {
1558
- grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem);
1559
- grid-template-areas: "sidebar content toc";
1420
+ /* if we have a kind icon, don't color the text by kind */
1421
+ .tsd-kind-icon ~ span {
1422
+ color: var(--color-text);
1560
1423
  }
1561
1424
 
1562
- .col-sidebar {
1563
- display: contents;
1425
+ * {
1426
+ scrollbar-width: thin;
1427
+ scrollbar-color: var(--color-accent) var(--color-icon-background);
1564
1428
  }
1565
1429
 
1566
- .page-menu {
1567
- grid-area: toc;
1568
- padding-left: 1rem;
1430
+ *::-webkit-scrollbar {
1431
+ width: 0.75rem;
1569
1432
  }
1570
- .site-menu {
1571
- grid-area: sidebar;
1433
+
1434
+ *::-webkit-scrollbar-track {
1435
+ background: var(--color-icon-background);
1572
1436
  }
1573
1437
 
1574
- .site-menu {
1575
- margin-top: 1rem;
1438
+ *::-webkit-scrollbar-thumb {
1439
+ background-color: var(--color-accent);
1440
+ border-radius: 999rem;
1441
+ border: 0.25rem solid var(--color-icon-background);
1576
1442
  }
1577
1443
 
1578
- .page-menu,
1579
- .site-menu {
1580
- max-height: calc(100vh - 2rem - 42px);
1581
- overflow: auto;
1582
- position: sticky;
1583
- top: 42px;
1444
+ /* mobile */
1445
+ @media (max-width: 769px) {
1446
+ .tsd-widget.options,
1447
+ .tsd-widget.menu {
1448
+ display: inline-block;
1449
+ }
1450
+
1451
+ .container-main {
1452
+ display: flex;
1453
+ }
1454
+ html .col-content {
1455
+ float: none;
1456
+ max-width: 100%;
1457
+ width: 100%;
1458
+ }
1459
+ html .col-sidebar {
1460
+ position: fixed !important;
1461
+ overflow-y: auto;
1462
+ -webkit-overflow-scrolling: touch;
1463
+ z-index: 1024;
1464
+ top: 0 !important;
1465
+ bottom: 0 !important;
1466
+ left: auto !important;
1467
+ right: 0 !important;
1468
+ padding: 1.5rem 1.5rem 0 0;
1469
+ width: 75vw;
1470
+ visibility: hidden;
1471
+ background-color: var(--color-background);
1472
+ transform: translate(100%, 0);
1473
+ }
1474
+ html .col-sidebar > *:last-child {
1475
+ padding-bottom: 20px;
1476
+ }
1477
+ html .overlay {
1478
+ content: "";
1479
+ display: block;
1480
+ position: fixed;
1481
+ z-index: 1023;
1482
+ top: 0;
1483
+ left: 0;
1484
+ right: 0;
1485
+ bottom: 0;
1486
+ background-color: rgba(0, 0, 0, 0.75);
1487
+ visibility: hidden;
1488
+ }
1489
+
1490
+ .to-has-menu .overlay {
1491
+ animation: fade-in 0.4s;
1492
+ }
1493
+
1494
+ .to-has-menu .col-sidebar {
1495
+ animation: pop-in-from-right 0.4s;
1496
+ }
1497
+
1498
+ .from-has-menu .overlay {
1499
+ animation: fade-out 0.4s;
1500
+ }
1501
+
1502
+ .from-has-menu .col-sidebar {
1503
+ animation: pop-out-to-right 0.4s;
1504
+ }
1505
+
1506
+ .has-menu body {
1507
+ overflow: hidden;
1508
+ }
1509
+ .has-menu .overlay {
1510
+ visibility: visible;
1511
+ }
1512
+ .has-menu .col-sidebar {
1513
+ visibility: visible;
1514
+ transform: translate(0, 0);
1515
+ display: flex;
1516
+ flex-direction: column;
1517
+ gap: 1.5rem;
1518
+ max-height: 100vh;
1519
+ padding: 1rem 2rem;
1520
+ }
1521
+ .has-menu .tsd-navigation {
1522
+ max-height: 100%;
1523
+ }
1524
+ #tsd-toolbar-links {
1525
+ display: none;
1526
+ }
1527
+ .tsd-navigation .tsd-nav-link {
1528
+ display: flex;
1529
+ }
1530
+ }
1531
+
1532
+ /* one sidebar */
1533
+ @media (min-width: 770px) {
1534
+ .container-main {
1535
+ display: grid;
1536
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
1537
+ grid-template-areas: "sidebar content";
1538
+ margin: 2rem auto;
1539
+ }
1540
+
1541
+ .col-sidebar {
1542
+ grid-area: sidebar;
1543
+ }
1544
+ .col-content {
1545
+ grid-area: content;
1546
+ padding: 0 1rem;
1547
+ }
1548
+ }
1549
+ @media (min-width: 770px) and (max-width: 1399px) {
1550
+ .col-sidebar {
1551
+ max-height: calc(100vh - 2rem - 42px);
1552
+ overflow: auto;
1553
+ position: sticky;
1554
+ top: 42px;
1555
+ padding-top: 1rem;
1556
+ }
1557
+ .site-menu {
1558
+ margin-top: 1rem;
1559
+ }
1560
+ }
1561
+
1562
+ /* two sidebars */
1563
+ @media (min-width: 1200px) {
1564
+ .container-main {
1565
+ grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(
1566
+ 0,
1567
+ 20rem
1568
+ );
1569
+ grid-template-areas: "sidebar content toc";
1570
+ }
1571
+
1572
+ .col-sidebar {
1573
+ display: contents;
1574
+ }
1575
+
1576
+ .page-menu {
1577
+ grid-area: toc;
1578
+ padding-left: 1rem;
1579
+ }
1580
+ .site-menu {
1581
+ grid-area: sidebar;
1582
+ }
1583
+
1584
+ .site-menu {
1585
+ margin-top: 1rem;
1586
+ }
1587
+
1588
+ .page-menu,
1589
+ .site-menu {
1590
+ max-height: calc(100vh - 2rem - 42px);
1591
+ overflow: auto;
1592
+ position: sticky;
1593
+ top: 42px;
1594
+ }
1584
1595
  }
1585
1596
  }