@gofreego/tsutils 0.1.1 → 0.1.2

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/dist/index.css ADDED
@@ -0,0 +1,1054 @@
1
+ /* src/components/ReadmeViewer/github-markdown.css */
2
+ .markdown-body {
3
+ --base-size-4: 0.25rem;
4
+ --base-size-8: 0.5rem;
5
+ --base-size-16: 1rem;
6
+ --base-size-24: 1.5rem;
7
+ --base-size-40: 2.5rem;
8
+ --base-text-weight-normal: 400;
9
+ --base-text-weight-medium: 500;
10
+ --base-text-weight-semibold: 600;
11
+ --fontStack-monospace:
12
+ ui-monospace,
13
+ SFMono-Regular,
14
+ SF Mono,
15
+ Menlo,
16
+ Consolas,
17
+ Liberation Mono,
18
+ monospace;
19
+ --fgColor-accent: Highlight;
20
+ }
21
+ .markdown-body {
22
+ -ms-text-size-adjust: 100%;
23
+ -webkit-text-size-adjust: 100%;
24
+ margin: 0;
25
+ color: var(--fgColor-default);
26
+ background-color: transparent;
27
+ font-family:
28
+ -apple-system,
29
+ BlinkMacSystemFont,
30
+ "Segoe UI",
31
+ "Noto Sans",
32
+ Helvetica,
33
+ Arial,
34
+ sans-serif,
35
+ "Apple Color Emoji",
36
+ "Segoe UI Emoji";
37
+ font-size: 16px;
38
+ line-height: 1.5;
39
+ word-wrap: break-word;
40
+ }
41
+ .markdown-body .octicon {
42
+ display: inline-block;
43
+ fill: currentColor;
44
+ vertical-align: text-bottom;
45
+ }
46
+ .markdown-body h1:hover .anchor .octicon-link:before,
47
+ .markdown-body h2:hover .anchor .octicon-link:before,
48
+ .markdown-body h3:hover .anchor .octicon-link:before,
49
+ .markdown-body h4:hover .anchor .octicon-link:before,
50
+ .markdown-body h5:hover .anchor .octicon-link:before,
51
+ .markdown-body h6:hover .anchor .octicon-link:before {
52
+ width: 16px;
53
+ height: 16px;
54
+ content: " ";
55
+ display: inline-block;
56
+ background-color: currentColor;
57
+ -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
58
+ mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
59
+ }
60
+ .markdown-body details,
61
+ .markdown-body figcaption,
62
+ .markdown-body figure {
63
+ display: block;
64
+ }
65
+ .markdown-body summary {
66
+ display: list-item;
67
+ }
68
+ .markdown-body [hidden] {
69
+ display: none !important;
70
+ }
71
+ .markdown-body a {
72
+ background-color: transparent;
73
+ color: var(--fgColor-accent);
74
+ text-decoration: none;
75
+ }
76
+ .markdown-body abbr[title] {
77
+ border-bottom: none;
78
+ -webkit-text-decoration: underline dotted;
79
+ text-decoration: underline dotted;
80
+ }
81
+ .markdown-body b,
82
+ .markdown-body strong {
83
+ font-weight: var(--base-text-weight-semibold, 600);
84
+ }
85
+ .markdown-body dfn {
86
+ font-style: italic;
87
+ }
88
+ .markdown-body h1 {
89
+ margin: .67em 0;
90
+ font-weight: var(--base-text-weight-semibold, 600);
91
+ padding-bottom: .3em;
92
+ font-size: 2em;
93
+ border-bottom: 1px solid var(--borderColor-muted);
94
+ }
95
+ .markdown-body mark {
96
+ background-color: var(--bgColor-attention-muted);
97
+ color: var(--fgColor-default);
98
+ }
99
+ .markdown-body small {
100
+ font-size: 90%;
101
+ }
102
+ .markdown-body sub,
103
+ .markdown-body sup {
104
+ font-size: 75%;
105
+ line-height: 0;
106
+ position: relative;
107
+ vertical-align: baseline;
108
+ }
109
+ .markdown-body sub {
110
+ bottom: -0.25em;
111
+ }
112
+ .markdown-body sup {
113
+ top: -0.5em;
114
+ }
115
+ .markdown-body img {
116
+ border-style: none;
117
+ max-width: 100%;
118
+ box-sizing: content-box;
119
+ }
120
+ .markdown-body code,
121
+ .markdown-body kbd,
122
+ .markdown-body pre,
123
+ .markdown-body samp {
124
+ font-family: monospace;
125
+ font-size: 1em;
126
+ }
127
+ .markdown-body figure {
128
+ margin: 1em var(--base-size-40);
129
+ }
130
+ .markdown-body hr {
131
+ box-sizing: content-box;
132
+ overflow: hidden;
133
+ background: transparent;
134
+ border-bottom: 1px solid var(--borderColor-muted);
135
+ height: .25em;
136
+ padding: 0;
137
+ margin: var(--base-size-24) 0;
138
+ background-color: var(--borderColor-default);
139
+ border: 0;
140
+ }
141
+ .markdown-body input {
142
+ font: inherit;
143
+ margin: 0;
144
+ overflow: visible;
145
+ font-family: inherit;
146
+ font-size: inherit;
147
+ line-height: inherit;
148
+ }
149
+ .markdown-body [type=button],
150
+ .markdown-body [type=reset],
151
+ .markdown-body [type=submit] {
152
+ -webkit-appearance: button;
153
+ appearance: button;
154
+ }
155
+ .markdown-body [type=checkbox],
156
+ .markdown-body [type=radio] {
157
+ box-sizing: border-box;
158
+ padding: 0;
159
+ }
160
+ .markdown-body [type=number]::-webkit-inner-spin-button,
161
+ .markdown-body [type=number]::-webkit-outer-spin-button {
162
+ height: auto;
163
+ }
164
+ .markdown-body [type=search]::-webkit-search-cancel-button,
165
+ .markdown-body [type=search]::-webkit-search-decoration {
166
+ -webkit-appearance: none;
167
+ appearance: none;
168
+ }
169
+ .markdown-body ::-webkit-input-placeholder {
170
+ color: inherit;
171
+ opacity: .54;
172
+ }
173
+ .markdown-body ::-webkit-file-upload-button {
174
+ -webkit-appearance: button;
175
+ appearance: button;
176
+ font: inherit;
177
+ }
178
+ .markdown-body a:hover {
179
+ text-decoration: underline;
180
+ }
181
+ .markdown-body ::placeholder {
182
+ color: var(--fgColor-muted);
183
+ opacity: 1;
184
+ }
185
+ .markdown-body hr::before {
186
+ display: table;
187
+ content: "";
188
+ }
189
+ .markdown-body hr::after {
190
+ display: table;
191
+ clear: both;
192
+ content: "";
193
+ }
194
+ .markdown-body table {
195
+ border-spacing: 0;
196
+ border-collapse: collapse;
197
+ display: block;
198
+ width: max-content;
199
+ max-width: 100%;
200
+ overflow: auto;
201
+ font-variant: tabular-nums;
202
+ }
203
+ .markdown-body td,
204
+ .markdown-body th {
205
+ padding: 0;
206
+ }
207
+ .markdown-body details summary {
208
+ cursor: pointer;
209
+ }
210
+ .markdown-body a:focus,
211
+ .markdown-body [role=button]:focus,
212
+ .markdown-body input[type=radio]:focus,
213
+ .markdown-body input[type=checkbox]:focus {
214
+ outline: 2px solid var(--focus-outlineColor);
215
+ outline-offset: -2px;
216
+ box-shadow: none;
217
+ }
218
+ .markdown-body a:focus:not(:focus-visible),
219
+ .markdown-body [role=button]:focus:not(:focus-visible),
220
+ .markdown-body input[type=radio]:focus:not(:focus-visible),
221
+ .markdown-body input[type=checkbox]:focus:not(:focus-visible) {
222
+ outline: solid 1px transparent;
223
+ }
224
+ .markdown-body a:focus-visible,
225
+ .markdown-body [role=button]:focus-visible,
226
+ .markdown-body input[type=radio]:focus-visible,
227
+ .markdown-body input[type=checkbox]:focus-visible {
228
+ outline: 2px solid var(--focus-outlineColor);
229
+ outline-offset: -2px;
230
+ box-shadow: none;
231
+ }
232
+ .markdown-body a:not([class]):focus,
233
+ .markdown-body a:not([class]):focus-visible,
234
+ .markdown-body input[type=radio]:focus,
235
+ .markdown-body input[type=radio]:focus-visible,
236
+ .markdown-body input[type=checkbox]:focus,
237
+ .markdown-body input[type=checkbox]:focus-visible {
238
+ outline-offset: 0;
239
+ }
240
+ .markdown-body kbd {
241
+ display: inline-block;
242
+ padding: var(--base-size-4);
243
+ font: 11px var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
244
+ line-height: 10px;
245
+ color: var(--fgColor-default);
246
+ vertical-align: middle;
247
+ background-color: var(--bgColor-muted);
248
+ border: solid 1px var(--borderColor-neutral-muted);
249
+ border-bottom-color: var(--borderColor-neutral-muted);
250
+ border-radius: 6px;
251
+ box-shadow: inset 0 -1px 0 var(--borderColor-neutral-muted);
252
+ }
253
+ .markdown-body h1,
254
+ .markdown-body h2,
255
+ .markdown-body h3,
256
+ .markdown-body h4,
257
+ .markdown-body h5,
258
+ .markdown-body h6 {
259
+ margin-top: var(--base-size-24);
260
+ margin-bottom: var(--base-size-16);
261
+ font-weight: var(--base-text-weight-semibold, 600);
262
+ line-height: 1.25;
263
+ }
264
+ .markdown-body h2 {
265
+ font-weight: var(--base-text-weight-semibold, 600);
266
+ padding-bottom: .3em;
267
+ font-size: 1.5em;
268
+ border-bottom: 1px solid var(--borderColor-muted);
269
+ }
270
+ .markdown-body h3 {
271
+ font-weight: var(--base-text-weight-semibold, 600);
272
+ font-size: 1.25em;
273
+ }
274
+ .markdown-body h4 {
275
+ font-weight: var(--base-text-weight-semibold, 600);
276
+ font-size: 1em;
277
+ }
278
+ .markdown-body h5 {
279
+ font-weight: var(--base-text-weight-semibold, 600);
280
+ font-size: .875em;
281
+ }
282
+ .markdown-body h6 {
283
+ font-weight: var(--base-text-weight-semibold, 600);
284
+ font-size: .85em;
285
+ color: var(--fgColor-muted);
286
+ }
287
+ .markdown-body p {
288
+ margin-top: 0;
289
+ margin-bottom: 10px;
290
+ }
291
+ .markdown-body blockquote {
292
+ margin: 0;
293
+ padding: 0 1em;
294
+ color: var(--fgColor-muted);
295
+ border-left: .25em solid var(--borderColor-default);
296
+ }
297
+ .markdown-body ul,
298
+ .markdown-body ol {
299
+ margin-top: 0;
300
+ margin-bottom: 0;
301
+ padding-left: 2em;
302
+ }
303
+ .markdown-body ol ol,
304
+ .markdown-body ul ol {
305
+ list-style-type: lower-roman;
306
+ }
307
+ .markdown-body ul ul ol,
308
+ .markdown-body ul ol ol,
309
+ .markdown-body ol ul ol,
310
+ .markdown-body ol ol ol {
311
+ list-style-type: lower-alpha;
312
+ }
313
+ .markdown-body dd {
314
+ margin-left: 0;
315
+ }
316
+ .markdown-body tt,
317
+ .markdown-body code,
318
+ .markdown-body samp {
319
+ font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
320
+ font-size: 12px;
321
+ }
322
+ .markdown-body pre {
323
+ margin-top: 0;
324
+ margin-bottom: 0;
325
+ font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
326
+ font-size: 12px;
327
+ word-wrap: normal;
328
+ }
329
+ .markdown-body .octicon {
330
+ display: inline-block;
331
+ overflow: visible !important;
332
+ vertical-align: text-bottom;
333
+ fill: currentColor;
334
+ }
335
+ .markdown-body input::-webkit-outer-spin-button,
336
+ .markdown-body input::-webkit-inner-spin-button {
337
+ margin: 0;
338
+ appearance: none;
339
+ }
340
+ .markdown-body .mr-2 {
341
+ margin-right: var(--base-size-8, 8px) !important;
342
+ }
343
+ .markdown-body::before {
344
+ display: table;
345
+ content: "";
346
+ }
347
+ .markdown-body::after {
348
+ display: table;
349
+ clear: both;
350
+ content: "";
351
+ }
352
+ .markdown-body > *:first-child {
353
+ margin-top: 0 !important;
354
+ }
355
+ .markdown-body > *:last-child {
356
+ margin-bottom: 0 !important;
357
+ }
358
+ .markdown-body a:not([href]) {
359
+ color: inherit;
360
+ text-decoration: none;
361
+ }
362
+ .markdown-body .absent {
363
+ color: var(--fgColor-danger);
364
+ }
365
+ .markdown-body .anchor {
366
+ float: left;
367
+ padding-right: var(--base-size-4);
368
+ margin-left: -20px;
369
+ line-height: 1;
370
+ }
371
+ .markdown-body .anchor:focus {
372
+ outline: none;
373
+ }
374
+ .markdown-body p,
375
+ .markdown-body blockquote,
376
+ .markdown-body ul,
377
+ .markdown-body ol,
378
+ .markdown-body dl,
379
+ .markdown-body table,
380
+ .markdown-body pre,
381
+ .markdown-body details {
382
+ margin-top: 0;
383
+ margin-bottom: var(--base-size-16);
384
+ }
385
+ .markdown-body blockquote > :first-child {
386
+ margin-top: 0;
387
+ }
388
+ .markdown-body blockquote > :last-child {
389
+ margin-bottom: 0;
390
+ }
391
+ .markdown-body h1 .octicon-link,
392
+ .markdown-body h2 .octicon-link,
393
+ .markdown-body h3 .octicon-link,
394
+ .markdown-body h4 .octicon-link,
395
+ .markdown-body h5 .octicon-link,
396
+ .markdown-body h6 .octicon-link {
397
+ color: var(--fgColor-default);
398
+ vertical-align: middle;
399
+ visibility: hidden;
400
+ }
401
+ .markdown-body h1:hover .anchor,
402
+ .markdown-body h2:hover .anchor,
403
+ .markdown-body h3:hover .anchor,
404
+ .markdown-body h4:hover .anchor,
405
+ .markdown-body h5:hover .anchor,
406
+ .markdown-body h6:hover .anchor {
407
+ text-decoration: none;
408
+ }
409
+ .markdown-body h1:hover .anchor .octicon-link,
410
+ .markdown-body h2:hover .anchor .octicon-link,
411
+ .markdown-body h3:hover .anchor .octicon-link,
412
+ .markdown-body h4:hover .anchor .octicon-link,
413
+ .markdown-body h5:hover .anchor .octicon-link,
414
+ .markdown-body h6:hover .anchor .octicon-link {
415
+ visibility: visible;
416
+ }
417
+ .markdown-body h1 tt,
418
+ .markdown-body h1 code,
419
+ .markdown-body h2 tt,
420
+ .markdown-body h2 code,
421
+ .markdown-body h3 tt,
422
+ .markdown-body h3 code,
423
+ .markdown-body h4 tt,
424
+ .markdown-body h4 code,
425
+ .markdown-body h5 tt,
426
+ .markdown-body h5 code,
427
+ .markdown-body h6 tt,
428
+ .markdown-body h6 code {
429
+ padding: 0 .2em;
430
+ font-size: inherit;
431
+ }
432
+ .markdown-body summary h1,
433
+ .markdown-body summary h2,
434
+ .markdown-body summary h3,
435
+ .markdown-body summary h4,
436
+ .markdown-body summary h5,
437
+ .markdown-body summary h6 {
438
+ display: inline-block;
439
+ }
440
+ .markdown-body summary h1 .anchor,
441
+ .markdown-body summary h2 .anchor,
442
+ .markdown-body summary h3 .anchor,
443
+ .markdown-body summary h4 .anchor,
444
+ .markdown-body summary h5 .anchor,
445
+ .markdown-body summary h6 .anchor {
446
+ margin-left: -40px;
447
+ }
448
+ .markdown-body summary h1,
449
+ .markdown-body summary h2 {
450
+ padding-bottom: 0;
451
+ border-bottom: 0;
452
+ }
453
+ .markdown-body ul.no-list,
454
+ .markdown-body ol.no-list {
455
+ padding: 0;
456
+ list-style-type: none;
457
+ }
458
+ .markdown-body ol[type="a s"] {
459
+ list-style-type: lower-alpha;
460
+ }
461
+ .markdown-body ol[type="A s"] {
462
+ list-style-type: upper-alpha;
463
+ }
464
+ .markdown-body ol[type="i s"] {
465
+ list-style-type: lower-roman;
466
+ }
467
+ .markdown-body ol[type="I s"] {
468
+ list-style-type: upper-roman;
469
+ }
470
+ .markdown-body ol[type="1"] {
471
+ list-style-type: decimal;
472
+ }
473
+ .markdown-body div > ol:not([type]) {
474
+ list-style-type: decimal;
475
+ }
476
+ .markdown-body ul ul,
477
+ .markdown-body ul ol,
478
+ .markdown-body ol ol,
479
+ .markdown-body ol ul {
480
+ margin-top: 0;
481
+ margin-bottom: 0;
482
+ }
483
+ .markdown-body li > p {
484
+ margin-top: var(--base-size-16);
485
+ }
486
+ .markdown-body li + li {
487
+ margin-top: .25em;
488
+ }
489
+ .markdown-body dl {
490
+ padding: 0;
491
+ }
492
+ .markdown-body dl dt {
493
+ padding: 0;
494
+ margin-top: var(--base-size-16);
495
+ font-size: 1em;
496
+ font-style: italic;
497
+ font-weight: var(--base-text-weight-semibold, 600);
498
+ }
499
+ .markdown-body dl dd {
500
+ padding: 0 var(--base-size-16);
501
+ margin-bottom: var(--base-size-16);
502
+ }
503
+ .markdown-body table th {
504
+ font-weight: var(--base-text-weight-semibold, 600);
505
+ }
506
+ .markdown-body table th,
507
+ .markdown-body table td {
508
+ padding: 6px 13px;
509
+ border: 1px solid var(--borderColor-default);
510
+ }
511
+ .markdown-body table td > :last-child {
512
+ margin-bottom: 0;
513
+ }
514
+ .markdown-body table tr {
515
+ background-color: var(--bgColor-default);
516
+ border-top: 1px solid var(--borderColor-muted);
517
+ }
518
+ .markdown-body table tr:nth-child(2n) {
519
+ background-color: var(--bgColor-muted);
520
+ }
521
+ .markdown-body table img {
522
+ background-color: transparent;
523
+ }
524
+ .markdown-body img[align=right] {
525
+ padding-left: 20px;
526
+ }
527
+ .markdown-body img[align=left] {
528
+ padding-right: 20px;
529
+ }
530
+ .markdown-body .emoji {
531
+ max-width: none;
532
+ vertical-align: text-top;
533
+ background-color: transparent;
534
+ }
535
+ .markdown-body span.frame {
536
+ display: block;
537
+ overflow: hidden;
538
+ }
539
+ .markdown-body span.frame > span {
540
+ display: block;
541
+ float: left;
542
+ width: auto;
543
+ padding: 7px;
544
+ margin: 13px 0 0;
545
+ overflow: hidden;
546
+ border: 1px solid var(--borderColor-default);
547
+ }
548
+ .markdown-body span.frame span img {
549
+ display: block;
550
+ float: left;
551
+ }
552
+ .markdown-body span.frame span span {
553
+ display: block;
554
+ padding: 5px 0 0;
555
+ clear: both;
556
+ color: var(--fgColor-default);
557
+ }
558
+ .markdown-body span.align-center {
559
+ display: block;
560
+ overflow: hidden;
561
+ clear: both;
562
+ }
563
+ .markdown-body span.align-center > span {
564
+ display: block;
565
+ margin: 13px auto 0;
566
+ overflow: hidden;
567
+ text-align: center;
568
+ }
569
+ .markdown-body span.align-center span img {
570
+ margin: 0 auto;
571
+ text-align: center;
572
+ }
573
+ .markdown-body span.align-right {
574
+ display: block;
575
+ overflow: hidden;
576
+ clear: both;
577
+ }
578
+ .markdown-body span.align-right > span {
579
+ display: block;
580
+ margin: 13px 0 0;
581
+ overflow: hidden;
582
+ text-align: right;
583
+ }
584
+ .markdown-body span.align-right span img {
585
+ margin: 0;
586
+ text-align: right;
587
+ }
588
+ .markdown-body span.float-left {
589
+ display: block;
590
+ float: left;
591
+ margin-right: 13px;
592
+ overflow: hidden;
593
+ }
594
+ .markdown-body span.float-left span {
595
+ margin: 13px 0 0;
596
+ }
597
+ .markdown-body span.float-right {
598
+ display: block;
599
+ float: right;
600
+ margin-left: 13px;
601
+ overflow: hidden;
602
+ }
603
+ .markdown-body span.float-right > span {
604
+ display: block;
605
+ margin: 13px auto 0;
606
+ overflow: hidden;
607
+ text-align: right;
608
+ }
609
+ .markdown-body code,
610
+ .markdown-body tt {
611
+ padding: .2em .4em;
612
+ margin: 0;
613
+ font-size: 85%;
614
+ white-space: break-spaces;
615
+ background-color: var(--bgColor-neutral-muted);
616
+ border-radius: 6px;
617
+ }
618
+ .markdown-body code br,
619
+ .markdown-body tt br {
620
+ display: none;
621
+ }
622
+ .markdown-body del code {
623
+ text-decoration: inherit;
624
+ }
625
+ .markdown-body samp {
626
+ font-size: 85%;
627
+ }
628
+ .markdown-body pre code {
629
+ font-size: 100%;
630
+ }
631
+ .markdown-body pre > code {
632
+ padding: 0;
633
+ margin: 0;
634
+ word-break: normal;
635
+ white-space: pre;
636
+ background: transparent;
637
+ border: 0;
638
+ }
639
+ .markdown-body .highlight {
640
+ margin-bottom: var(--base-size-16);
641
+ }
642
+ .markdown-body .highlight pre {
643
+ margin-bottom: 0;
644
+ word-break: normal;
645
+ }
646
+ .markdown-body .highlight pre,
647
+ .markdown-body pre {
648
+ padding: var(--base-size-16);
649
+ overflow: auto;
650
+ font-size: 85%;
651
+ line-height: 1.45;
652
+ color: var(--fgColor-default);
653
+ background-color: var(--bgColor-muted);
654
+ border-radius: 6px;
655
+ }
656
+ .markdown-body pre code,
657
+ .markdown-body pre tt {
658
+ display: inline;
659
+ max-width: auto;
660
+ padding: 0;
661
+ margin: 0;
662
+ overflow: visible;
663
+ line-height: inherit;
664
+ word-wrap: normal;
665
+ background-color: transparent;
666
+ border: 0;
667
+ }
668
+ .markdown-body .csv-data td,
669
+ .markdown-body .csv-data th {
670
+ padding: 5px;
671
+ overflow: hidden;
672
+ font-size: 12px;
673
+ line-height: 1;
674
+ text-align: left;
675
+ white-space: nowrap;
676
+ }
677
+ .markdown-body .csv-data .blob-num {
678
+ padding: 10px var(--base-size-8) 9px;
679
+ text-align: right;
680
+ background: var(--bgColor-default);
681
+ border: 0;
682
+ }
683
+ .markdown-body .csv-data tr {
684
+ border-top: 0;
685
+ }
686
+ .markdown-body .csv-data th {
687
+ font-weight: var(--base-text-weight-semibold, 600);
688
+ background: var(--bgColor-muted);
689
+ border-top: 0;
690
+ }
691
+ .markdown-body [data-footnote-ref]::before {
692
+ content: "[";
693
+ }
694
+ .markdown-body [data-footnote-ref]::after {
695
+ content: "]";
696
+ }
697
+ .markdown-body .footnotes {
698
+ font-size: 12px;
699
+ color: var(--fgColor-muted);
700
+ border-top: 1px solid var(--borderColor-default);
701
+ }
702
+ .markdown-body .footnotes ol {
703
+ padding-left: var(--base-size-16);
704
+ }
705
+ .markdown-body .footnotes ol ul {
706
+ display: inline-block;
707
+ padding-left: var(--base-size-16);
708
+ margin-top: var(--base-size-16);
709
+ }
710
+ .markdown-body .footnotes li {
711
+ position: relative;
712
+ }
713
+ .markdown-body .footnotes li:target::before {
714
+ position: absolute;
715
+ top: calc(var(--base-size-8)*-1);
716
+ right: calc(var(--base-size-8)*-1);
717
+ bottom: calc(var(--base-size-8)*-1);
718
+ left: calc(var(--base-size-24)*-1);
719
+ pointer-events: none;
720
+ content: "";
721
+ border: 2px solid var(--borderColor-accent-emphasis);
722
+ border-radius: 6px;
723
+ }
724
+ .markdown-body .footnotes li:target {
725
+ color: var(--fgColor-default);
726
+ }
727
+ .markdown-body .footnotes .data-footnote-backref g-emoji {
728
+ font-family: monospace;
729
+ }
730
+ .markdown-body body:has(:modal) {
731
+ padding-right: var(--dialog-scrollgutter) !important;
732
+ }
733
+ .markdown-body .pl-c {
734
+ color: var(--color-prettylights-syntax-comment);
735
+ }
736
+ .markdown-body .pl-c1,
737
+ .markdown-body .pl-s .pl-v {
738
+ color: var(--color-prettylights-syntax-constant);
739
+ }
740
+ .markdown-body .pl-e,
741
+ .markdown-body .pl-en {
742
+ color: var(--color-prettylights-syntax-entity);
743
+ }
744
+ .markdown-body .pl-smi,
745
+ .markdown-body .pl-s .pl-s1 {
746
+ color: var(--color-prettylights-syntax-storage-modifier-import);
747
+ }
748
+ .markdown-body .pl-ent {
749
+ color: var(--color-prettylights-syntax-entity-tag);
750
+ }
751
+ .markdown-body .pl-k {
752
+ color: var(--color-prettylights-syntax-keyword);
753
+ }
754
+ .markdown-body .pl-s,
755
+ .markdown-body .pl-pds,
756
+ .markdown-body .pl-s .pl-pse .pl-s1,
757
+ .markdown-body .pl-sr,
758
+ .markdown-body .pl-sr .pl-cce,
759
+ .markdown-body .pl-sr .pl-sre,
760
+ .markdown-body .pl-sr .pl-sra {
761
+ color: var(--color-prettylights-syntax-string);
762
+ }
763
+ .markdown-body .pl-v,
764
+ .markdown-body .pl-smw {
765
+ color: var(--color-prettylights-syntax-variable);
766
+ }
767
+ .markdown-body .pl-bu {
768
+ color: var(--color-prettylights-syntax-brackethighlighter-unmatched);
769
+ }
770
+ .markdown-body .pl-ii {
771
+ color: var(--color-prettylights-syntax-invalid-illegal-text);
772
+ background-color: var(--color-prettylights-syntax-invalid-illegal-bg);
773
+ }
774
+ .markdown-body .pl-c2 {
775
+ color: var(--color-prettylights-syntax-carriage-return-text);
776
+ background-color: var(--color-prettylights-syntax-carriage-return-bg);
777
+ }
778
+ .markdown-body .pl-sr .pl-cce {
779
+ font-weight: bold;
780
+ color: var(--color-prettylights-syntax-string-regexp);
781
+ }
782
+ .markdown-body .pl-ml {
783
+ color: var(--color-prettylights-syntax-markup-list);
784
+ }
785
+ .markdown-body .pl-mh,
786
+ .markdown-body .pl-mh .pl-en,
787
+ .markdown-body .pl-ms {
788
+ font-weight: bold;
789
+ color: var(--color-prettylights-syntax-markup-heading);
790
+ }
791
+ .markdown-body .pl-mi {
792
+ font-style: italic;
793
+ color: var(--color-prettylights-syntax-markup-italic);
794
+ }
795
+ .markdown-body .pl-mb {
796
+ font-weight: bold;
797
+ color: var(--color-prettylights-syntax-markup-bold);
798
+ }
799
+ .markdown-body .pl-md {
800
+ color: var(--color-prettylights-syntax-markup-deleted-text);
801
+ background-color: var(--color-prettylights-syntax-markup-deleted-bg);
802
+ }
803
+ .markdown-body .pl-mi1 {
804
+ color: var(--color-prettylights-syntax-markup-inserted-text);
805
+ background-color: var(--color-prettylights-syntax-markup-inserted-bg);
806
+ }
807
+ .markdown-body .pl-mc {
808
+ color: var(--color-prettylights-syntax-markup-changed-text);
809
+ background-color: var(--color-prettylights-syntax-markup-changed-bg);
810
+ }
811
+ .markdown-body .pl-mi2 {
812
+ color: var(--color-prettylights-syntax-markup-ignored-text);
813
+ background-color: var(--color-prettylights-syntax-markup-ignored-bg);
814
+ }
815
+ .markdown-body .pl-mdr {
816
+ font-weight: bold;
817
+ color: var(--color-prettylights-syntax-meta-diff-range);
818
+ }
819
+ .markdown-body .pl-ba {
820
+ color: var(--color-prettylights-syntax-brackethighlighter-angle);
821
+ }
822
+ .markdown-body .pl-sg {
823
+ color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);
824
+ }
825
+ .markdown-body .pl-corl {
826
+ text-decoration: underline;
827
+ color: var(--color-prettylights-syntax-constant-other-reference-link);
828
+ }
829
+ .markdown-body [role=button]:focus:not(:focus-visible),
830
+ .markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
831
+ .markdown-body button:focus:not(:focus-visible),
832
+ .markdown-body summary:focus:not(:focus-visible),
833
+ .markdown-body a:focus:not(:focus-visible) {
834
+ outline: none;
835
+ box-shadow: none;
836
+ }
837
+ .markdown-body [tabindex="0"]:focus:not(:focus-visible),
838
+ .markdown-body details-dialog:focus:not(:focus-visible) {
839
+ outline: none;
840
+ }
841
+ .markdown-body g-emoji {
842
+ display: inline-block;
843
+ min-width: 1ch;
844
+ font-family:
845
+ "Apple Color Emoji",
846
+ "Segoe UI Emoji",
847
+ "Segoe UI Symbol";
848
+ font-size: 1em;
849
+ font-style: normal !important;
850
+ font-weight: var(--base-text-weight-normal, 400);
851
+ line-height: 1;
852
+ vertical-align: -0.075em;
853
+ }
854
+ .markdown-body g-emoji img {
855
+ width: 1em;
856
+ height: 1em;
857
+ }
858
+ .markdown-body .task-list-item {
859
+ list-style-type: none;
860
+ }
861
+ .markdown-body .task-list-item label {
862
+ font-weight: var(--base-text-weight-normal, 400);
863
+ }
864
+ .markdown-body .task-list-item.enabled label {
865
+ cursor: pointer;
866
+ }
867
+ .markdown-body .task-list-item + .task-list-item {
868
+ margin-top: var(--base-size-4);
869
+ }
870
+ .markdown-body .task-list-item .handle {
871
+ display: none;
872
+ }
873
+ .markdown-body .task-list-item-checkbox {
874
+ margin: 0 .2em .25em -1.4em;
875
+ vertical-align: middle;
876
+ }
877
+ .markdown-body ul:dir(rtl) .task-list-item-checkbox {
878
+ margin: 0 -1.6em .25em .2em;
879
+ }
880
+ .markdown-body ol:dir(rtl) .task-list-item-checkbox {
881
+ margin: 0 -1.6em .25em .2em;
882
+ }
883
+ .markdown-body .contains-task-list:hover .task-list-item-convert-container,
884
+ .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
885
+ display: block;
886
+ width: auto;
887
+ height: 24px;
888
+ overflow: visible;
889
+ clip: auto;
890
+ }
891
+ .markdown-body ::-webkit-calendar-picker-indicator {
892
+ filter: invert(50%);
893
+ }
894
+ .markdown-body .markdown-alert {
895
+ padding: var(--base-size-8) var(--base-size-16);
896
+ margin-bottom: var(--base-size-16);
897
+ color: inherit;
898
+ border-left: .25em solid var(--borderColor-default);
899
+ }
900
+ .markdown-body .markdown-alert > :first-child {
901
+ margin-top: 0;
902
+ }
903
+ .markdown-body .markdown-alert > :last-child {
904
+ margin-bottom: 0;
905
+ }
906
+ .markdown-body .markdown-alert .markdown-alert-title {
907
+ display: flex;
908
+ font-weight: var(--base-text-weight-medium, 500);
909
+ align-items: center;
910
+ line-height: 1;
911
+ }
912
+ .markdown-body .markdown-alert.markdown-alert-note {
913
+ border-left-color: var(--borderColor-accent-emphasis);
914
+ }
915
+ .markdown-body .markdown-alert.markdown-alert-note .markdown-alert-title {
916
+ color: var(--fgColor-accent);
917
+ }
918
+ .markdown-body .markdown-alert.markdown-alert-important {
919
+ border-left-color: var(--borderColor-done-emphasis);
920
+ }
921
+ .markdown-body .markdown-alert.markdown-alert-important .markdown-alert-title {
922
+ color: var(--fgColor-done);
923
+ }
924
+ .markdown-body .markdown-alert.markdown-alert-warning {
925
+ border-left-color: var(--borderColor-attention-emphasis);
926
+ }
927
+ .markdown-body .markdown-alert.markdown-alert-warning .markdown-alert-title {
928
+ color: var(--fgColor-attention);
929
+ }
930
+ .markdown-body .markdown-alert.markdown-alert-tip {
931
+ border-left-color: var(--borderColor-success-emphasis);
932
+ }
933
+ .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
934
+ color: var(--fgColor-success);
935
+ }
936
+ .markdown-body .markdown-alert.markdown-alert-caution {
937
+ border-left-color: var(--borderColor-danger-emphasis);
938
+ }
939
+ .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
940
+ color: var(--fgColor-danger);
941
+ }
942
+ .markdown-body > *:first-child > .heading-element:first-child {
943
+ margin-top: 0 !important;
944
+ }
945
+ .markdown-body .highlight pre:has(+ .zeroclipboard-container) {
946
+ min-height: 52px;
947
+ }
948
+ [data-theme=dark] .markdown-body {
949
+ color-scheme: dark;
950
+ --focus-outlineColor: #1f6feb;
951
+ --fgColor-default: #f0f6fc;
952
+ --fgColor-muted: #9198a1;
953
+ --fgColor-accent: #4493f8;
954
+ --fgColor-success: #3fb950;
955
+ --fgColor-attention: #d29922;
956
+ --fgColor-danger: #f85149;
957
+ --fgColor-done: #ab7df8;
958
+ --bgColor-default: #0d1117;
959
+ --bgColor-muted: #151b23;
960
+ --bgColor-neutral-muted: #656c7633;
961
+ --bgColor-attention-muted: #bb800926;
962
+ --borderColor-default: #3d444d;
963
+ --borderColor-muted: #3d444db3;
964
+ --borderColor-neutral-muted: #3d444db3;
965
+ --borderColor-accent-emphasis: #1f6feb;
966
+ --borderColor-success-emphasis: #238636;
967
+ --borderColor-attention-emphasis: #9e6a03;
968
+ --borderColor-danger-emphasis: #da3633;
969
+ --borderColor-done-emphasis: #8957e5;
970
+ --color-prettylights-syntax-comment: #9198a1;
971
+ --color-prettylights-syntax-constant: #79c0ff;
972
+ --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
973
+ --color-prettylights-syntax-entity: #d2a8ff;
974
+ --color-prettylights-syntax-storage-modifier-import: #f0f6fc;
975
+ --color-prettylights-syntax-entity-tag: #7ee787;
976
+ --color-prettylights-syntax-keyword: #ff7b72;
977
+ --color-prettylights-syntax-string: #a5d6ff;
978
+ --color-prettylights-syntax-variable: #ffa657;
979
+ --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
980
+ --color-prettylights-syntax-brackethighlighter-angle: #9198a1;
981
+ --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
982
+ --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
983
+ --color-prettylights-syntax-carriage-return-text: #f0f6fc;
984
+ --color-prettylights-syntax-carriage-return-bg: #b62324;
985
+ --color-prettylights-syntax-string-regexp: #7ee787;
986
+ --color-prettylights-syntax-markup-list: #f2cc60;
987
+ --color-prettylights-syntax-markup-heading: #1f6feb;
988
+ --color-prettylights-syntax-markup-italic: #f0f6fc;
989
+ --color-prettylights-syntax-markup-bold: #f0f6fc;
990
+ --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
991
+ --color-prettylights-syntax-markup-deleted-bg: #67060c;
992
+ --color-prettylights-syntax-markup-inserted-text: #aff5b4;
993
+ --color-prettylights-syntax-markup-inserted-bg: #033a16;
994
+ --color-prettylights-syntax-markup-changed-text: #ffdfb6;
995
+ --color-prettylights-syntax-markup-changed-bg: #5a1e02;
996
+ --color-prettylights-syntax-markup-ignored-text: #f0f6fc;
997
+ --color-prettylights-syntax-markup-ignored-bg: #1158c7;
998
+ --color-prettylights-syntax-meta-diff-range: #d2a8ff;
999
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #3d444d;
1000
+ }
1001
+ [data-theme=light] .markdown-body {
1002
+ color-scheme: light;
1003
+ --focus-outlineColor: #0969da;
1004
+ --fgColor-default: #1f2328;
1005
+ --fgColor-muted: #59636e;
1006
+ --fgColor-accent: #0969da;
1007
+ --fgColor-success: #1a7f37;
1008
+ --fgColor-attention: #9a6700;
1009
+ --fgColor-danger: #d1242f;
1010
+ --fgColor-done: #8250df;
1011
+ --bgColor-default: #ffffff;
1012
+ --bgColor-muted: #f6f8fa;
1013
+ --bgColor-neutral-muted: #818b981f;
1014
+ --bgColor-attention-muted: #fff8c5;
1015
+ --borderColor-default: #d1d9e0;
1016
+ --borderColor-muted: #d1d9e0b3;
1017
+ --borderColor-neutral-muted: #d1d9e0b3;
1018
+ --borderColor-accent-emphasis: #0969da;
1019
+ --borderColor-success-emphasis: #1a7f37;
1020
+ --borderColor-attention-emphasis: #9a6700;
1021
+ --borderColor-danger-emphasis: #cf222e;
1022
+ --borderColor-done-emphasis: #8250df;
1023
+ --color-prettylights-syntax-comment: #59636e;
1024
+ --color-prettylights-syntax-constant: #0550ae;
1025
+ --color-prettylights-syntax-constant-other-reference-link: #0a3069;
1026
+ --color-prettylights-syntax-entity: #6639ba;
1027
+ --color-prettylights-syntax-storage-modifier-import: #1f2328;
1028
+ --color-prettylights-syntax-entity-tag: #0550ae;
1029
+ --color-prettylights-syntax-keyword: #cf222e;
1030
+ --color-prettylights-syntax-string: #0a3069;
1031
+ --color-prettylights-syntax-variable: #953800;
1032
+ --color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
1033
+ --color-prettylights-syntax-brackethighlighter-angle: #59636e;
1034
+ --color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
1035
+ --color-prettylights-syntax-invalid-illegal-bg: #82071e;
1036
+ --color-prettylights-syntax-carriage-return-text: #f6f8fa;
1037
+ --color-prettylights-syntax-carriage-return-bg: #cf222e;
1038
+ --color-prettylights-syntax-string-regexp: #116329;
1039
+ --color-prettylights-syntax-markup-list: #3b2300;
1040
+ --color-prettylights-syntax-markup-heading: #0550ae;
1041
+ --color-prettylights-syntax-markup-italic: #1f2328;
1042
+ --color-prettylights-syntax-markup-bold: #1f2328;
1043
+ --color-prettylights-syntax-markup-deleted-text: #82071e;
1044
+ --color-prettylights-syntax-markup-deleted-bg: #ffebe9;
1045
+ --color-prettylights-syntax-markup-inserted-text: #116329;
1046
+ --color-prettylights-syntax-markup-inserted-bg: #dafbe1;
1047
+ --color-prettylights-syntax-markup-changed-text: #953800;
1048
+ --color-prettylights-syntax-markup-changed-bg: #ffd8b5;
1049
+ --color-prettylights-syntax-markup-ignored-text: #d1d9e0;
1050
+ --color-prettylights-syntax-markup-ignored-bg: #0550ae;
1051
+ --color-prettylights-syntax-meta-diff-range: #8250df;
1052
+ --color-prettylights-syntax-sublimelinter-gutter-mark: #818b98;
1053
+ }
1054
+ /*# sourceMappingURL=index.css.map */