@qubit-ltd/logging 1.4.9 → 1.4.10

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.
Files changed (65) hide show
  1. package/README.md +25 -25
  2. package/README.zh_CN.md +12 -12
  3. package/doc/api/Logger.html +3 -3352
  4. package/doc/api/data/search.json +1 -0
  5. package/doc/api/fonts/Inconsolata-Regular.ttf +0 -0
  6. package/doc/api/fonts/OpenSans-Regular.ttf +0 -0
  7. package/doc/api/fonts/WorkSans-Bold.ttf +0 -0
  8. package/doc/api/global.html +6 -755
  9. package/doc/api/index.html +29 -248
  10. package/doc/api/scripts/core.js +726 -0
  11. package/doc/api/scripts/core.min.js +23 -0
  12. package/doc/api/scripts/resize.js +90 -0
  13. package/doc/api/scripts/search.js +265 -0
  14. package/doc/api/scripts/search.min.js +6 -0
  15. package/doc/api/scripts/{prettify → third-party}/Apache-License-2.0.txt +202 -202
  16. package/doc/api/scripts/third-party/fuse.js +9 -0
  17. package/doc/api/scripts/third-party/hljs-line-num-original.js +369 -0
  18. package/doc/api/scripts/third-party/hljs-line-num.js +1 -0
  19. package/doc/api/scripts/third-party/hljs-original.js +5171 -0
  20. package/doc/api/scripts/third-party/hljs.js +1 -0
  21. package/doc/api/scripts/third-party/popper.js +5 -0
  22. package/doc/api/scripts/third-party/tippy.js +1 -0
  23. package/doc/api/scripts/third-party/tocbot.js +672 -0
  24. package/doc/api/scripts/third-party/tocbot.min.js +1 -0
  25. package/doc/api/styles/clean-jsdoc-theme-base.css +1159 -0
  26. package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -0
  27. package/doc/api/styles/clean-jsdoc-theme-light.css +482 -0
  28. package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +30 -0
  29. package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
  30. package/doc/api/styles/clean-jsdoc-theme.min.css +1 -0
  31. package/doc/logging.min.visualization.html +1 -1
  32. package/doc/logging.visualization.html +1 -1
  33. package/package.json +2 -1
  34. package/doc/api/fonts/OpenSans-Bold-webfont.eot +0 -0
  35. package/doc/api/fonts/OpenSans-Bold-webfont.svg +0 -1838
  36. package/doc/api/fonts/OpenSans-Bold-webfont.woff +0 -0
  37. package/doc/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  38. package/doc/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1838
  39. package/doc/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  40. package/doc/api/fonts/OpenSans-Italic-webfont.eot +0 -0
  41. package/doc/api/fonts/OpenSans-Italic-webfont.svg +0 -1838
  42. package/doc/api/fonts/OpenSans-Italic-webfont.woff +0 -0
  43. package/doc/api/fonts/OpenSans-Light-webfont.eot +0 -0
  44. package/doc/api/fonts/OpenSans-Light-webfont.svg +0 -1839
  45. package/doc/api/fonts/OpenSans-Light-webfont.woff +0 -0
  46. package/doc/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  47. package/doc/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1843
  48. package/doc/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  49. package/doc/api/fonts/OpenSans-Regular-webfont.eot +0 -0
  50. package/doc/api/fonts/OpenSans-Regular-webfont.svg +0 -1839
  51. package/doc/api/fonts/OpenSans-Regular-webfont.woff +0 -0
  52. package/doc/api/fonts/OpenSans-Semibold-webfont.eot +0 -0
  53. package/doc/api/fonts/OpenSans-Semibold-webfont.svg +0 -1838
  54. package/doc/api/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  55. package/doc/api/fonts/OpenSans-Semibold-webfont.woff +0 -0
  56. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  57. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1838
  58. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  59. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  60. package/doc/api/scripts/linenumber.js +0 -34
  61. package/doc/api/scripts/prettify/lang-css.js +0 -2
  62. package/doc/api/scripts/prettify/prettify.js +0 -28
  63. package/doc/api/styles/jsdoc-default.css +0 -699
  64. package/doc/api/styles/prettify-jsdoc.css +0 -120
  65. package/doc/api/styles/prettify-tomorrow.css +0 -141
@@ -0,0 +1,482 @@
1
+ .light ::selection {
2
+ background: #ffce76;
3
+ color: #1d1919;
4
+
5
+ }
6
+
7
+ /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
8
+ body.light {
9
+ background-color: #fff;
10
+ color: #111;
11
+
12
+ }
13
+
14
+ .light a,
15
+ .light a:active {
16
+ color: #007bff;
17
+
18
+ }
19
+
20
+ .light hr {
21
+ color: #f7f7f7;
22
+
23
+ }
24
+
25
+ .light h1,
26
+ .light h2,
27
+ .light h3,
28
+ .light h4,
29
+ .light h5,
30
+ .light h6 {
31
+ color: #111;
32
+
33
+ }
34
+
35
+ .light .sidebar {
36
+ background-color: #f7f7f7;
37
+ color: #222;
38
+
39
+ }
40
+
41
+ .light .sidebar-title {
42
+ color: #222;
43
+
44
+ }
45
+
46
+ .light .sidebar-section-title {
47
+ color: #222;
48
+
49
+ }
50
+
51
+ .light .sidebar-section-title:hover,
52
+ .light .sidebar-section-title.active {
53
+ background: #eee;
54
+ }
55
+
56
+
57
+ .light .with-arrow {
58
+ fill: #111;
59
+
60
+ }
61
+
62
+ .light .sidebar-section-children-container {
63
+ background: #eee;
64
+ }
65
+
66
+ .light .sidebar-section-children.active {
67
+ background: #ccc;
68
+ }
69
+
70
+
71
+
72
+
73
+ .light .sidebar-section-children a:hover {
74
+ background: #e0e0e0;
75
+
76
+ }
77
+
78
+ .light .sidebar-section-children a {
79
+ color: #111;
80
+
81
+ }
82
+
83
+ .light .navbar-container {
84
+ background: #fff;
85
+
86
+ }
87
+
88
+ .light .icon-button svg,
89
+ .light .navbar-item a {
90
+ color: #222;
91
+ fill: #222;
92
+
93
+ }
94
+
95
+ .light .tippy-box {
96
+ background: #eee;
97
+ color: #111;
98
+
99
+ }
100
+
101
+ .light .tippy-arrow {
102
+ color: #f1f1f1;
103
+
104
+ }
105
+
106
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
107
+ .light .font-size-tooltip .icon-button svg {
108
+ fill: #111;
109
+
110
+ }
111
+
112
+ /* stylelint-disable-next-line selector-max-compound-selectors, rule-empty-line-before */
113
+ .light .font-size-tooltip .icon-button.disabled svg {
114
+ fill: #999;
115
+
116
+ }
117
+
118
+ .light .icon-button:hover {
119
+ background: #ddd;
120
+
121
+ }
122
+
123
+ .light .icon-button:active {
124
+ background: #ccc;
125
+
126
+ }
127
+
128
+ .light .navbar-item a:active {
129
+ background-color: #eee;
130
+ color: #333;
131
+
132
+ }
133
+
134
+ .light .navbar-item:hover {
135
+ background: #f7f7f7;
136
+
137
+ }
138
+
139
+ .light .footer {
140
+ background: #f7f7f7;
141
+ color: #111;
142
+
143
+ }
144
+
145
+ .light .footer a {
146
+ color: #111;
147
+
148
+ }
149
+
150
+ .light .toc-link {
151
+ color: #999;
152
+ font-size: 0.875rem;
153
+ transition: color 0.3s;
154
+
155
+ }
156
+
157
+ .light .toc-link.is-active-link {
158
+ color: #111;
159
+
160
+ }
161
+
162
+ .light .has-anchor .link-anchor {
163
+ color: #ddd;
164
+
165
+ }
166
+
167
+ .light .has-anchor .link-anchor:hover {
168
+ color: #ccc;
169
+
170
+ }
171
+
172
+ .light .signature-attributes {
173
+ color: #aaa;
174
+
175
+ }
176
+
177
+ .light .ancestors {
178
+ color: #999;
179
+
180
+ }
181
+
182
+ .light .ancestors a {
183
+ color: #999 !important;
184
+
185
+ }
186
+
187
+ .light .important {
188
+ color: #ee1313;
189
+
190
+ }
191
+
192
+ .light .type-signature {
193
+ color: #00918e;
194
+
195
+ }
196
+
197
+ .light .name,
198
+ .light .name a {
199
+ color: #293a80;
200
+
201
+ }
202
+
203
+ .light .details {
204
+ background: #f9f9f9;
205
+ color: #101010;
206
+
207
+ }
208
+
209
+ .light .member-item-container strong,
210
+ .light .method-member-container strong {
211
+ color: #000;
212
+
213
+ }
214
+
215
+ .light .prettyprint {
216
+ background: #f7f7f7;
217
+
218
+ }
219
+
220
+ .light .pre-div {
221
+ background: #f7f7f7;
222
+
223
+ }
224
+
225
+ .light .hljs .hljs-ln-numbers {
226
+ color: #aaa;
227
+
228
+ }
229
+
230
+ .light .hljs .selected {
231
+ background: #ccc;
232
+
233
+ }
234
+
235
+ /* stylelint-disable-next-line selector-no-qualifying-type,rule-empty-line-before */
236
+ .light table.hljs-ln td {
237
+ background: none;
238
+
239
+ }
240
+
241
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
242
+ .light .hljs .selected .hljs-ln-numbers {
243
+ color: #444;
244
+
245
+ }
246
+
247
+ .light .pre-top-bar-container {
248
+ background-color: #eee;
249
+
250
+ }
251
+
252
+ .light .prettyprint code {
253
+ background-color: #f7f7f7;
254
+
255
+ }
256
+
257
+ .light table .name,
258
+ .light .params .name,
259
+ .light .props .name,
260
+ .light .name code {
261
+ color: #4d4e53;
262
+
263
+ }
264
+
265
+ .light table td,
266
+ .light .params td {
267
+ background: #f7f7f7;
268
+
269
+ }
270
+
271
+ /* stylelint-disable-next-line selector-max-compound-selectors,rule-empty-line-before */
272
+ .light table thead th,
273
+ .light .params thead th,
274
+ .light .props thead th {
275
+ background-color: #eee;
276
+ color: #111;
277
+
278
+ }
279
+
280
+ /* stylelint-disable */
281
+ .light table .params thead tr,
282
+ .light .params .params thead tr,
283
+ .light .props .props thead tr {
284
+ background-color: #eee;
285
+ color: #111;
286
+
287
+ }
288
+
289
+ .light .disabled {
290
+ color: #454545;
291
+
292
+ }
293
+
294
+ .light .code-lang-name {
295
+ color: #ff0000;
296
+
297
+ }
298
+
299
+ .light .tooltip {
300
+ background: #ffce76;
301
+ color: #000;
302
+
303
+ }
304
+
305
+ /* Code */
306
+
307
+ .light .hljs-comment,
308
+ .light .hljs-quote {
309
+ color: #a0a1a7;
310
+
311
+ }
312
+
313
+ .light .hljs-doctag,
314
+ .light .hljs-keyword,
315
+ .light .hljs-formula {
316
+ color: #a626a4;
317
+
318
+ }
319
+
320
+ .light .hljs-section,
321
+ .light .hljs-name,
322
+ .light .hljs-selector-tag,
323
+ .light .hljs-deletion,
324
+ .light .hljs-subst {
325
+ color: #e45649;
326
+
327
+ }
328
+
329
+ .light .hljs-literal {
330
+ color: #0184bb;
331
+
332
+ }
333
+
334
+ .light .hljs-string,
335
+ .light .hljs-regexp,
336
+ .light .hljs-addition,
337
+ .light .hljs-attribute,
338
+ .light .hljs-meta .hljs-string {
339
+ color: #50a14f;
340
+
341
+ }
342
+
343
+ .light .hljs-attr,
344
+ .light .hljs-variable,
345
+ .light .hljs-template-variable,
346
+ .light .hljs-type,
347
+ .light .hljs-selector-class,
348
+ .light .hljs-selector-attr,
349
+ .light .hljs-selector-pseudo,
350
+ .light .hljs-number {
351
+ color: #986801;
352
+
353
+ }
354
+
355
+ .light .hljs-symbol,
356
+ .light .hljs-bullet,
357
+ .light .hljs-link,
358
+ .light .hljs-meta,
359
+ .light .hljs-selector-id,
360
+ .light .hljs-title {
361
+ color: #4078f2;
362
+
363
+ }
364
+
365
+ .light .hljs-built_in,
366
+ .light .hljs-title.class_,
367
+ .light .hljs-class .hljs-title {
368
+ color: #c18401;
369
+
370
+ }
371
+
372
+ .light .hljs-emphasis {
373
+ font-style: italic;
374
+
375
+ }
376
+
377
+ .light .hljs-strong {
378
+ font-weight: bold;
379
+
380
+ }
381
+
382
+ .light .hljs-link {
383
+ text-decoration: underline;
384
+
385
+ }
386
+
387
+ /* Code Ends */
388
+
389
+ .light blockquote {
390
+ background: #eee;
391
+ color: #111;
392
+
393
+ }
394
+
395
+ .light code {
396
+ background: #ddd;
397
+ color: #000;
398
+
399
+ }
400
+
401
+ .light .search-container {
402
+ background: rgba(0, 0, 0, 0.1);
403
+
404
+ }
405
+
406
+ .light .search-close-button svg {
407
+ fill: #f00;
408
+
409
+ }
410
+
411
+ .light .search-container .wrapper {
412
+ background: #eee;
413
+
414
+ }
415
+
416
+ .light .search-result-c {
417
+ color: #aaa;
418
+
419
+ }
420
+
421
+ .light .search-box-c svg {
422
+ fill: #333;
423
+
424
+ }
425
+
426
+ .light .search-input {
427
+ background: #f7f7f7;
428
+ color: #111;
429
+
430
+ }
431
+
432
+ .light .search-result-item {
433
+ background: #f7f7f7;
434
+
435
+ }
436
+
437
+ .light .search-result-item:hover {
438
+ background: #e9e9e9;
439
+
440
+ }
441
+
442
+ .light .search-result-item:active {
443
+ background: #f7f7f7;
444
+
445
+ }
446
+
447
+ .light .search-result-item-title {
448
+ color: #111;
449
+
450
+ }
451
+
452
+ .light .search-result-item-p {
453
+ color: #aaa;
454
+
455
+ }
456
+
457
+ .light .mobile-menu-icon-container .icon-button {
458
+ background: #e5e5e5;
459
+
460
+ }
461
+
462
+ .light .mobile-sidebar-container {
463
+ background: #fff;
464
+
465
+ }
466
+
467
+ .light .mobile-sidebar-wrapper {
468
+ background: #f7f7f7;
469
+
470
+ }
471
+
472
+ .light .child-tutorial {
473
+ border-color: #aaa;
474
+ color: #222;
475
+
476
+ }
477
+
478
+ .light .child-tutorial:hover {
479
+ background: #ccc;
480
+
481
+ }
482
+
@@ -0,0 +1,30 @@
1
+ ::-webkit-scrollbar {
2
+ height: 0.3125rem;
3
+ width: 0.3125rem;
4
+
5
+ }
6
+
7
+ ::-webkit-scrollbar-thumb,
8
+ ::-webkit-scrollbar-track {
9
+ border-radius: 1rem;
10
+ }
11
+
12
+ ::-webkit-scrollbar-track {
13
+ background: #333;
14
+ }
15
+
16
+ ::-webkit-scrollbar-thumb {
17
+ background: #555;
18
+ outline: 0.06125rem solid #555;
19
+ }
20
+
21
+
22
+ .light ::-webkit-scrollbar-track {
23
+ background: #ddd;
24
+
25
+ }
26
+
27
+ .light ::-webkit-scrollbar-thumb {
28
+ background: #aaa;
29
+ outline: 0.06125rem solid #aaa;
30
+ }
@@ -0,0 +1 @@
1
+ @font-face{font-display:swap;font-family:"heading";src:url(../fonts/WorkSans-Bold.ttf)format("truetype")}@font-face{font-display:swap;font-family:"body";src:url(../fonts/OpenSans-Regular.ttf)format("truetype")}@font-face{font-display:swap;font-family:"code";src:url(../fonts/Inconsolata-Regular.ttf)format("truetype")}:root{--outer-wrapper-max-width:65rem}*{box-sizing:border-box;margin:0;padding:0}html,body{line-height:1.75;min-height:100%;width:100%}body{font-family:"body";overflow-x:hidden;position:relative}b{font-family:heading}h1,h2,h3,h4,h5,h6{font-family:"heading";font-weight:400;line-height:1.75}h1{font-size:3.5rem;margin:0}h2{font-size:2.25rem;margin:2rem 0 0}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:1rem}img{max-width:100%}a{text-decoration:none}a:hover{text-decoration:underline}a img{margin-right:.5rem}p{margin:1rem 0}article ul{list-style:disc}article ul li,article ol li{padding:.5rem 0}article ol,article ul{padding-left:2rem}article ol p,article ul p{margin:0}.variation{display:none}.signature-attributes{font-style:italic;font-weight:lighter}.ancestors a{text-decoration:none}.important{font-weight:700}.signature{font-family:"code"}.name{font-family:"code";font-weight:700}blockquote{border-radius:1rem;font-size:.875rem;margin:.5rem 0;padding:.0625rem 1.25rem}.details{border-radius:1rem;margin:1rem 0}.details .details-item-container{display:flex;padding:1rem 2rem}dt{font-family:heading}.details dt{float:left;min-width:11rem}.details ul{display:inline-flex;list-style-type:none;margin:0}.details ul li{display:inline-flex;margin-right:.6125rem;padding:0;word-break:break-word}.details ul li p{margin:0}.details pre.prettyprint{margin:0}.details .object-value{padding-top:0}.description{margin-bottom:2rem}.method-member-container table{margin-top:1rem}.pre-div .hljs-ln{margin:0}.code-caption{font-size:.875rem}.prettyprint{font-size:.875rem;overflow:auto}pre.prettyprint{margin-top:3rem}.prettyprint.source{width:inherit}.prettyprint code{display:block;font-size:1rem;line-height:1.75;padding:0 0 1rem}.prettyprint .compact{padding:0}h4.name{margin-top:.5rem}.params,.props,table{border-collapse:separate;border-radius:.5rem;border-spacing:0 .5rem;font-size:.875rem;margin:0;width:100%}table td:first-child,.params td:first-child,table thead th:first-child,.params thead th:first-child,.props thead th:first-child{border-bottom-left-radius:1rem;border-top-left-radius:1rem}table td:last-child,.params td:last-child,table thead th:last-child,.params thead th:last-child,.props thead th:last-child{border-bottom-right-radius:1rem;border-top-right-radius:1rem}table th,.params th{position:sticky;top:0}.params .name,.props .name,.name code{font-family:"code";font-size:1rem}.params td,.params th,.props td,.props th,th,td{display:table-cell;margin:0;padding:1rem 2rem;text-align:left;vertical-align:top}.params thead tr,.props thead tr{font-weight:700}.params .params thead tr,.props .props thead tr{font-weight:700}.params td.description>p:first-child,.props td.description>p:first-child{margin-top:0;padding-top:0}.params td.description>p:last-child,.props td.description>p:last-child{margin-bottom:0;padding-bottom:0}dl.param-type{margin-bottom:1rem;padding-bottom:1rem}.param-type dt,.param-type dd{display:inline-block}.param-type dd{font-family:"code";font-size:1rem}code{border-radius:.3rem;font-family:"code";font-size:1rem;padding:.1rem .4rem}.mt-20{margin-top:1.5rem}.codepen-form{bottom:0;position:absolute;right:.6125rem}.body-wrapper{display:flex;flex-direction:column;height:100vh;position:relative}.sidebar-container{bottom:0;display:flex;left:0;padding:1rem;position:fixed;top:0;width:25rem;z-index:10}.sidebar{border-radius:1rem;display:flex;flex:1;flex-direction:column;overflow:hidden;padding:1.5rem 0}.sidebar-title{font-family:heading;font-size:1.5rem;margin:0 0 2rem;padding:0 2rem;text-decoration:none}.sidebar-title:hover{text-decoration:none}.sidebar-items-container{flex:1;overflow:auto;position:relative}.sidebar-section-title{border-radius:1rem;font-family:heading;font-size:1.25rem;padding:.5rem 2rem}.with-arrow{align-items:center;cursor:pointer;display:flex}.with-arrow div{flex:1}.with-arrow svg{height:1rem;transition:transform .3s;width:1rem}.with-arrow[data-isopen=true] svg{transform:rotate(180deg)}.sidebar-section-children-container{border-radius:.5rem;overflow:hidden}.sidebar-section-children a{display:block;padding:.25rem 2rem;width:100%}.sidebar-section-children a{text-decoration:none}.with-arrow[data-isopen=false]+.sidebar-section-children-container{height:0;overflow:hidden}.with-arrow[data-isopen=true]+.sidebar-section-children-container{height:auto}.toc-container{bottom:0;position:fixed;right:4rem;top:0;width:16rem;z-index:10}.toc-content{display:flex;flex-direction:column;height:100%;padding-top:10rem}#eed4d2a0bfd64539bb9df78095dec881{flex:1;margin:2rem 0;overflow:auto}.toc-list{list-style:none;padding-left:1rem}.toc-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.toc-link.is-active-link{font-family:heading}.has-anchor{position:relative}.link-anchor{padding:0 .5rem}.has-anchor .link-anchor{left:0;position:absolute;text-decoration:none;top:0;transform:translateX(-100%);visibility:hidden}.has-anchor:hover .link-anchor{visibility:visible}.navbar-container{display:flex;height:7rem;justify-content:center;left:25rem;padding-top:1rem;position:fixed;right:25rem;top:0;z-index:10}.navbar{display:flex;flex:1;max-width:var(--outer-wrapper-max-width);padding:1rem 4rem 1rem 2rem}.navbar-left-items{display:flex;flex:1}.navbar-right-items{display:flex}.icon-button svg{height:1rem;width:1rem}.icon-button{background:0 0;border:0;border-radius:50%;cursor:pointer;display:inline-flex;padding:.5rem;position:relative;transition:background .3s}.navbar-right-item{align-items:center;display:flex;justify-content:center;margin:0 .25rem}.navbar-item{border-radius:.5rem;overflow:hidden}.navbar-item a{display:inline-block;padding:1rem 2rem;text-decoration:none;transition:.3s}.font-size-tooltip{align-items:center;display:flex;margin:0-.5rem}.font-size-tooltip .icon-button.disabled{pointer-events:none}.main-content{align-items:center;display:flex;flex:1;flex-direction:column;overflow:auto;padding:7rem 25rem 0;position:relative}.main-wrapper{max-width:var(--outer-wrapper-max-width);padding:0 4rem 1rem;width:100%}.p-h-n{padding:.4rem 1rem}.footer{border-radius:1rem;display:flex;font-size:.875rem;justify-content:center;margin-top:5rem;width:100%}.source-page+.footer{margin-top:3rem}.footer .wrapper{flex:1;max-width:var(--outer-wrapper-max-width);padding:1rem 2rem}pre{position:relative}.hljs table td{background:0 0;border-radius:0;line-height:1.5;padding:0 .6125rem}.hljs .hljs-ln-numbers{padding-left:1.5rem;user-select:none;white-space:nowrap;width:2rem}.hljs-ln-line.hljs-ln-numbers::before{content:attr(data-line-number)}.pre-div{border-radius:1rem;margin:2rem 0;overflow:hidden;position:relative}.pre-top-bar-container{align-items:center;display:flex;justify-content:space-between;left:0;padding:.3125rem 1.5rem;position:absolute;right:0;top:0}.code-copy-icon-container{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:1.875rem;justify-content:center;transition:.3s;width:1.875rem}.code-copy-icon-container>div{margin-top:.25rem;position:relative}.sm-icon{height:1rem;width:1rem}.code-lang-name{font-family:"body";font-size:.75rem}.tooltip{border-radius:.3125rem;opacity:0;padding:.1875rem .5rem;position:absolute;right:2rem;top:.3125rem;transform:scale(0);transition:.3s}.show-tooltip{opacity:1;transform:scale(1)}.allow-overflow{overflow:auto}.bold{font-family:heading}.search-container{align-items:flex-start;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:50}.search-container .wrapper{border-radius:1rem;margin:3rem 25rem;max-width:60rem;padding:4rem 2rem 2rem;position:relative;width:100%}.search-close-button{position:absolute;right:1rem;top:1rem}.search-result-c-text{display:flex;justify-content:center;user-select:none}.search-result-c{max-height:40rem;min-height:20rem;overflow:auto;padding:2rem 0}.search-box-c{align-items:center;display:flex;position:relative;width:100%}.search-box-c svg{height:1.5rem;left:1.5rem;position:absolute;width:1.5rem}.search-input{border:0;border-radius:1rem;flex:1;font-family:body;font-size:1.25rem;padding:1rem 2rem 1rem 4rem;width:100%}.search-result-item{border-radius:1rem;display:block;margin:1rem 0;padding:1rem;text-decoration:none}.search-result-item:hover{text-decoration:none}.search-result-item:active{text-decoration:none}.search-result-item-title{font-family:heading;font-size:1.5rem;margin:0}.search-result-item-p{font-size:.875rem;margin:0}.mobile-menu-icon-container{bottom:1.5rem;display:none;position:fixed;right:2rem;z-index:30}.mobile-menu-icon-container .icon-button svg{height:2rem;width:2rem}.mobile-sidebar-container{bottom:0;display:none;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:25}.mobile-sidebar-container.show{display:block}.mobile-sidebar-wrapper{border-radius:1rem;display:flex;flex-direction:column;height:100%;padding-top:2rem;width:100%}.mobile-nav-links{display:flex;flex-wrap:wrap;padding-top:2rem}.mobile-sidebar-items-c{flex:1;overflow:auto}.mobile-navbar-actions{display:flex;padding:1rem}.rel{position:relative}.icon-button.codepen-button svg{height:1.5rem;width:1.5rem}.table-div{overflow:auto;width:100%}.tag-default{overflow:auto}@media screen and (max-width:100em){.toc-container{display:none}.main-content{padding:7rem 0 0 25rem}.search-container .wrapper{margin-right:1rem}.navbar-container{right:1rem}}@media screen and (min-width:65em){.mobile-sidebar-container.show{display:none}}@media screen and (max-width:65em){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.875}h4,h5,h6{font-size:1rem}.main-wrapper{padding:0 1rem 1rem}.search-result-c{max-height:25rem}.mobile-menu-icon-container{display:block}.sidebar-container{display:none}.search-container .wrapper{margin-left:1rem}.main-content{padding-left:0;padding-top:1rem}.navbar-container{display:none}.source-page+.footer,.footer{margin-top:2rem}.has-anchor:hover .link-anchor{visibility:hidden}}.child-tutorial-container{display:flex;flex-direction:row;flex-wrap:wrap}.child-tutorial{border:1px solid;border-radius:10px;display:block;margin:5px;padding:10px 16px}.child-tutorial:hover{text-decoration:none}::selection{background:#ffce76;color:#222}body{background-color:#1a1a1a;color:#fff}a,a:active{color:#0bf}hr{color:#222}h1,h2,h3,h4,h5,h6{color:#fff}.sidebar{background-color:#222;color:#999}.sidebar-title{color:#999}.sidebar-section-title{color:#999}.sidebar-section-title:hover{background:#252525}.with-arrow{fill:#999}.sidebar-section-children-container{background:#292929}.sidebar-section-children.active{background:#444}.sidebar-section-children a:hover{background:#2c2c2c}.sidebar-section-children a{color:#fff}.navbar-container{background:#1a1a1a}.icon-button svg,.navbar-item a{color:#999;fill:#999}.font-size-tooltip .icon-button svg{fill:#fff}.font-size-tooltip .icon-button.disabled{background:#999}.icon-button:hover{background:#333}.icon-button:active{background:#444}.navbar-item a:active{background-color:#222;color:#aaa}.navbar-item:hover{background:#202020}.footer{background:#222;color:#999}.footer a{color:#999}.toc-link{color:#777;font-size:.875rem;transition:color .3s}.toc-link.is-active-link{color:#fff}.has-anchor .link-anchor{color:#555}.has-anchor .link-anchor:hover{color:#888}tt,code,kbd,samp{background:#333}.signature-attributes{color:#aaa}.ancestors{color:#999}.ancestors a{color:#999!important}.important{color:#c51313}.type-signature{color:#00918e}.name,.name a{color:#f7f7f7}.details{background:#222;color:#fff}.prettyprint{background:#222}.member-item-container strong,.method-member-container strong{color:#fff}.pre-top-bar-container{background:#292929}.prettyprint.source,.prettyprint code{background-color:#222;color:#c9d1d9}.pre-div{background-color:#222}.hljs .hljs-ln-numbers{color:#777}.hljs .selected{background:#444}.hljs .selected .hljs-ln-numbers{color:#eee}table .name,.params .name,.props .name,.name code{color:#fff}table td,.params td{background-color:#292929}table thead th,.params thead th,.props thead th{background-color:#222;color:#fff}table .params thead tr,.params .params thead tr,.props .props thead tr{background-color:#222;color:#fff}.disabled{color:#aaa}.code-lang-name{color:#ff8a00}.tooltip{background:#ffce76;color:#222}.hljs-comment{color:#8b949e}.hljs-doctag,.hljs-keyword,.hljs-template-tag,.hljs-variable.language_{color:#ff7b72}.hljs-template-variable,.hljs-type{color:#30ac7c}.hljs-meta,.hljs-string,.hljs-regexp{color:#a5d6ff}.hljs-title.class_,.hljs-title{color:#ffa657}.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}blockquote{background:#222;color:#fff}.search-container{background:rgba(255,255,255,.1)}.icon-button.search-close-button svg{fill:#a00}.search-container .wrapper{background:#222}.search-result-c{color:#666}.search-box-c{fill:#333}.search-input{background:#333;color:#fff}.search-box-c svg{fill:#fff}.search-result-item{background:#333}.search-result-item:hover{background:#444}.search-result-item:active{background:#555}.search-result-item-title{color:#fff}.search-result-item-p{color:#aaa}.mobile-menu-icon-container .icon-button{background:#333}.mobile-sidebar-container{background:#1a1a1a}.mobile-sidebar-wrapper{background:#222}.child-tutorial{border-color:#555;color:#f3f3f3}.child-tutorial:hover{background:#222}.light ::selection{background:#ffce76;color:#1d1919}body.light{background-color:#fff;color:#111}.light a,.light a:active{color:#007bff}.light hr{color:#f7f7f7}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{color:#111}.light .sidebar{background-color:#f7f7f7;color:#222}.light .sidebar-title{color:#222}.light .sidebar-section-title{color:#222}.light .sidebar-section-title:hover,.light .sidebar-section-title.active{background:#eee}.light .with-arrow{fill:#111}.light .sidebar-section-children-container{background:#eee}.light .sidebar-section-children.active{background:#ccc}.light .sidebar-section-children a:hover{background:#e0e0e0}.light .sidebar-section-children a{color:#111}.light .navbar-container{background:#fff}.light .icon-button svg,.light .navbar-item a{color:#222;fill:#222}.light .tippy-box{background:#eee;color:#111}.light .tippy-arrow{color:#f1f1f1}.light .font-size-tooltip .icon-button svg{fill:#111}.light .font-size-tooltip .icon-button.disabled svg{fill:#999}.light .icon-button:hover{background:#ddd}.light .icon-button:active{background:#ccc}.light .navbar-item a:active{background-color:#eee;color:#333}.light .navbar-item:hover{background:#f7f7f7}.light .footer{background:#f7f7f7;color:#111}.light .footer a{color:#111}.light .toc-link{color:#999;font-size:.875rem;transition:color .3s}.light .toc-link.is-active-link{color:#111}.light .has-anchor .link-anchor{color:#ddd}.light .has-anchor .link-anchor:hover{color:#ccc}.light .signature-attributes{color:#aaa}.light .ancestors{color:#999}.light .ancestors a{color:#999!important}.light .important{color:#ee1313}.light .type-signature{color:#00918e}.light .name,.light .name a{color:#293a80}.light .details{background:#f9f9f9;color:#101010}.light .member-item-container strong,.light .method-member-container strong{color:#000}.light .prettyprint{background:#f7f7f7}.light .pre-div{background:#f7f7f7}.light .hljs .hljs-ln-numbers{color:#aaa}.light .hljs .selected{background:#ccc}.light table.hljs-ln td{background:0 0}.light .hljs .selected .hljs-ln-numbers{color:#444}.light .pre-top-bar-container{background-color:#eee}.light .prettyprint code{background-color:#f7f7f7}.light table .name,.light .params .name,.light .props .name,.light .name code{color:#4d4e53}.light table td,.light .params td{background:#f7f7f7}.light table thead th,.light .params thead th,.light .props thead th{background-color:#eee;color:#111}.light table .params thead tr,.light .params .params thead tr,.light .props .props thead tr{background-color:#eee;color:#111}.light .disabled{color:#454545}.light .code-lang-name{color:red}.light .tooltip{background:#ffce76;color:#000}.light .hljs-comment,.light .hljs-quote{color:#a0a1a7}.light .hljs-doctag,.light .hljs-keyword,.light .hljs-formula{color:#a626a4}.light .hljs-section,.light .hljs-name,.light .hljs-selector-tag,.light .hljs-deletion,.light .hljs-subst{color:#e45649}.light .hljs-literal{color:#0184bb}.light .hljs-string,.light .hljs-regexp,.light .hljs-addition,.light .hljs-attribute,.light .hljs-meta .hljs-string{color:#50a14f}.light .hljs-attr,.light .hljs-variable,.light .hljs-template-variable,.light .hljs-type,.light .hljs-selector-class,.light .hljs-selector-attr,.light .hljs-selector-pseudo,.light .hljs-number{color:#986801}.light .hljs-symbol,.light .hljs-bullet,.light .hljs-link,.light .hljs-meta,.light .hljs-selector-id,.light .hljs-title{color:#4078f2}.light .hljs-built_in,.light .hljs-title.class_,.light .hljs-class .hljs-title{color:#c18401}.light .hljs-emphasis{font-style:italic}.light .hljs-strong{font-weight:700}.light .hljs-link{text-decoration:underline}.light blockquote{background:#eee;color:#111}.light code{background:#ddd;color:#000}.light .search-container{background:rgba(0,0,0,.1)}.light .search-close-button svg{fill:red}.light .search-container .wrapper{background:#eee}.light .search-result-c{color:#aaa}.light .search-box-c svg{fill:#333}.light .search-input{background:#f7f7f7;color:#111}.light .search-result-item{background:#f7f7f7}.light .search-result-item:hover{background:#e9e9e9}.light .search-result-item:active{background:#f7f7f7}.light .search-result-item-title{color:#111}.light .search-result-item-p{color:#aaa}.light .mobile-menu-icon-container .icon-button{background:#e5e5e5}.light .mobile-sidebar-container{background:#fff}.light .mobile-sidebar-wrapper{background:#f7f7f7}.light .child-tutorial{border-color:#aaa;color:#222}.light .child-tutorial:hover{background:#ccc}
@@ -0,0 +1 @@
1
+ @font-face{font-display:swap;font-family:"heading";src:url(../fonts/WorkSans-Bold.ttf)format("truetype")}@font-face{font-display:swap;font-family:"body";src:url(../fonts/OpenSans-Regular.ttf)format("truetype")}@font-face{font-display:swap;font-family:"code";src:url(../fonts/Inconsolata-Regular.ttf)format("truetype")}:root{--outer-wrapper-max-width:65rem}*{box-sizing:border-box;margin:0;padding:0}html,body{line-height:1.75;min-height:100%;width:100%}body{font-family:"body";overflow-x:hidden;position:relative}b{font-family:heading}h1,h2,h3,h4,h5,h6{font-family:"heading";font-weight:400;line-height:1.75}h1{font-size:3.5rem;margin:0}h2{font-size:2.25rem;margin:2rem 0 0}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:1rem}img{max-width:100%}a{text-decoration:none}a:hover{text-decoration:underline}a img{margin-right:.5rem}p{margin:1rem 0}article ul{list-style:disc}article ul li,article ol li{padding:.5rem 0}article ol,article ul{padding-left:2rem}article ol p,article ul p{margin:0}.variation{display:none}.signature-attributes{font-style:italic;font-weight:lighter}.ancestors a{text-decoration:none}.important{font-weight:700}.signature{font-family:"code"}.name{font-family:"code";font-weight:700}blockquote{border-radius:1rem;font-size:.875rem;margin:.5rem 0;padding:.0625rem 1.25rem}.details{border-radius:1rem;margin:1rem 0}.details .details-item-container{display:flex;padding:1rem 2rem}dt{font-family:heading}.details dt{float:left;min-width:11rem}.details ul{display:inline-flex;list-style-type:none;margin:0}.details ul li{display:inline-flex;margin-right:.6125rem;padding:0;word-break:break-word}.details ul li p{margin:0}.details pre.prettyprint{margin:0}.details .object-value{padding-top:0}.description{margin-bottom:2rem}.method-member-container table{margin-top:1rem}.pre-div .hljs-ln{margin:0}.code-caption{font-size:.875rem}.prettyprint{font-size:.875rem;overflow:auto}pre.prettyprint{margin-top:3rem}.prettyprint.source{width:inherit}.prettyprint code{display:block;font-size:1rem;line-height:1.75;padding:0 0 1rem}.prettyprint .compact{padding:0}h4.name{margin-top:.5rem}.params,.props,table{border-collapse:separate;border-radius:.5rem;border-spacing:0 .5rem;font-size:.875rem;margin:0;width:100%}table td:first-child,.params td:first-child,table thead th:first-child,.params thead th:first-child,.props thead th:first-child{border-bottom-left-radius:1rem;border-top-left-radius:1rem}table td:last-child,.params td:last-child,table thead th:last-child,.params thead th:last-child,.props thead th:last-child{border-bottom-right-radius:1rem;border-top-right-radius:1rem}table th,.params th{position:sticky;top:0}.params .name,.props .name,.name code{font-family:"code";font-size:1rem}.params td,.params th,.props td,.props th,th,td{display:table-cell;margin:0;padding:1rem 2rem;text-align:left;vertical-align:top}.params thead tr,.props thead tr{font-weight:700}.params .params thead tr,.props .props thead tr{font-weight:700}.params td.description>p:first-child,.props td.description>p:first-child{margin-top:0;padding-top:0}.params td.description>p:last-child,.props td.description>p:last-child{margin-bottom:0;padding-bottom:0}dl.param-type{margin-bottom:1rem;padding-bottom:1rem}.param-type dt,.param-type dd{display:inline-block}.param-type dd{font-family:"code";font-size:1rem}code{border-radius:.3rem;font-family:"code";font-size:1rem;padding:.1rem .4rem}.mt-20{margin-top:1.5rem}.codepen-form{bottom:0;position:absolute;right:.6125rem}.body-wrapper{display:flex;flex-direction:column;height:100vh;position:relative}.sidebar-container{bottom:0;display:flex;left:0;padding:1rem;position:fixed;top:0;width:25rem;z-index:10}.sidebar{border-radius:1rem;display:flex;flex:1;flex-direction:column;overflow:hidden;padding:1.5rem 0}.sidebar-title{font-family:heading;font-size:1.5rem;margin:0 0 2rem;padding:0 2rem;text-decoration:none}.sidebar-title:hover{text-decoration:none}.sidebar-items-container{flex:1;overflow:auto;position:relative}.sidebar-section-title{border-radius:1rem;font-family:heading;font-size:1.25rem;padding:.5rem 2rem}.with-arrow{align-items:center;cursor:pointer;display:flex}.with-arrow div{flex:1}.with-arrow svg{height:1rem;transition:transform .3s;width:1rem}.with-arrow[data-isopen=true] svg{transform:rotate(180deg)}.sidebar-section-children-container{border-radius:.5rem;overflow:hidden}.sidebar-section-children a{display:block;padding:.25rem 2rem;width:100%}.sidebar-section-children a{text-decoration:none}.with-arrow[data-isopen=false]+.sidebar-section-children-container{height:0;overflow:hidden}.with-arrow[data-isopen=true]+.sidebar-section-children-container{height:auto}.toc-container{bottom:0;position:fixed;right:4rem;top:0;width:16rem;z-index:10}.toc-content{display:flex;flex-direction:column;height:100%;padding-top:10rem}#eed4d2a0bfd64539bb9df78095dec881{flex:1;margin:2rem 0;overflow:auto}.toc-list{list-style:none;padding-left:1rem}.toc-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.toc-link.is-active-link{font-family:heading}.has-anchor{position:relative}.link-anchor{padding:0 .5rem}.has-anchor .link-anchor{left:0;position:absolute;text-decoration:none;top:0;transform:translateX(-100%);visibility:hidden}.has-anchor:hover .link-anchor{visibility:visible}.navbar-container{display:flex;height:7rem;justify-content:center;left:25rem;padding-top:1rem;position:fixed;right:25rem;top:0;z-index:10}.navbar{display:flex;flex:1;max-width:var(--outer-wrapper-max-width);padding:1rem 4rem 1rem 2rem}.navbar-left-items{display:flex;flex:1}.navbar-right-items{display:flex}.icon-button svg{height:1rem;width:1rem}.icon-button{background:0 0;border:0;border-radius:50%;cursor:pointer;display:inline-flex;padding:.5rem;position:relative;transition:background .3s}.navbar-right-item{align-items:center;display:flex;justify-content:center;margin:0 .25rem}.navbar-item{border-radius:.5rem;overflow:hidden}.navbar-item a{display:inline-block;padding:1rem 2rem;text-decoration:none;transition:.3s}.font-size-tooltip{align-items:center;display:flex;margin:0-.5rem}.font-size-tooltip .icon-button.disabled{pointer-events:none}.main-content{align-items:center;display:flex;flex:1;flex-direction:column;overflow:auto;padding:7rem 25rem 0;position:relative}.main-wrapper{max-width:var(--outer-wrapper-max-width);padding:0 4rem 1rem;width:100%}.p-h-n{padding:.4rem 1rem}.footer{border-radius:1rem;display:flex;font-size:.875rem;justify-content:center;margin-top:5rem;width:100%}.source-page+.footer{margin-top:3rem}.footer .wrapper{flex:1;max-width:var(--outer-wrapper-max-width);padding:1rem 2rem}pre{position:relative}.hljs table td{background:0 0;border-radius:0;line-height:1.5;padding:0 .6125rem}.hljs .hljs-ln-numbers{padding-left:1.5rem;user-select:none;white-space:nowrap;width:2rem}.hljs-ln-line.hljs-ln-numbers::before{content:attr(data-line-number)}.pre-div{border-radius:1rem;margin:2rem 0;overflow:hidden;position:relative}.pre-top-bar-container{align-items:center;display:flex;justify-content:space-between;left:0;padding:.3125rem 1.5rem;position:absolute;right:0;top:0}.code-copy-icon-container{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:1.875rem;justify-content:center;transition:.3s;width:1.875rem}.code-copy-icon-container>div{margin-top:.25rem;position:relative}.sm-icon{height:1rem;width:1rem}.code-lang-name{font-family:"body";font-size:.75rem}.tooltip{border-radius:.3125rem;opacity:0;padding:.1875rem .5rem;position:absolute;right:2rem;top:.3125rem;transform:scale(0);transition:.3s}.show-tooltip{opacity:1;transform:scale(1)}.allow-overflow{overflow:auto}.bold{font-family:heading}.search-container{align-items:flex-start;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:50}.search-container .wrapper{border-radius:1rem;margin:3rem 25rem;max-width:60rem;padding:4rem 2rem 2rem;position:relative;width:100%}.search-close-button{position:absolute;right:1rem;top:1rem}.search-result-c-text{display:flex;justify-content:center;user-select:none}.search-result-c{max-height:40rem;min-height:20rem;overflow:auto;padding:2rem 0}.search-box-c{align-items:center;display:flex;position:relative;width:100%}.search-box-c svg{height:1.5rem;left:1.5rem;position:absolute;width:1.5rem}.search-input{border:0;border-radius:1rem;flex:1;font-family:body;font-size:1.25rem;padding:1rem 2rem 1rem 4rem;width:100%}.search-result-item{border-radius:1rem;display:block;margin:1rem 0;padding:1rem;text-decoration:none}.search-result-item:hover{text-decoration:none}.search-result-item:active{text-decoration:none}.search-result-item-title{font-family:heading;font-size:1.5rem;margin:0}.search-result-item-p{font-size:.875rem;margin:0}.mobile-menu-icon-container{bottom:1.5rem;display:none;position:fixed;right:2rem;z-index:30}.mobile-menu-icon-container .icon-button svg{height:2rem;width:2rem}.mobile-sidebar-container{bottom:0;display:none;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:25}.mobile-sidebar-container.show{display:block}.mobile-sidebar-wrapper{border-radius:1rem;display:flex;flex-direction:column;height:100%;padding-top:2rem;width:100%}.mobile-nav-links{display:flex;flex-wrap:wrap;padding-top:2rem}.mobile-sidebar-items-c{flex:1;overflow:auto}.mobile-navbar-actions{display:flex;padding:1rem}.rel{position:relative}.icon-button.codepen-button svg{height:1.5rem;width:1.5rem}.table-div{overflow:auto;width:100%}.tag-default{overflow:auto}@media screen and (max-width:100em){.toc-container{display:none}.main-content{padding:7rem 0 0 25rem}.search-container .wrapper{margin-right:1rem}.navbar-container{right:1rem}}@media screen and (min-width:65em){.mobile-sidebar-container.show{display:none}}@media screen and (max-width:65em){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.875}h4,h5,h6{font-size:1rem}.main-wrapper{padding:0 1rem 1rem}.search-result-c{max-height:25rem}.mobile-menu-icon-container{display:block}.sidebar-container{display:none}.search-container .wrapper{margin-left:1rem}.main-content{padding-left:0;padding-top:1rem}.navbar-container{display:none}.source-page+.footer,.footer{margin-top:2rem}.has-anchor:hover .link-anchor{visibility:hidden}}.child-tutorial-container{display:flex;flex-direction:row;flex-wrap:wrap}.child-tutorial{border:1px solid;border-radius:10px;display:block;margin:5px;padding:10px 16px}.child-tutorial:hover{text-decoration:none}::selection{background:#ffce76;color:#222}body{background-color:#1a1a1a;color:#fff}a,a:active{color:#0bf}hr{color:#222}h1,h2,h3,h4,h5,h6{color:#fff}.sidebar{background-color:#222;color:#999}.sidebar-title{color:#999}.sidebar-section-title{color:#999}.sidebar-section-title:hover{background:#252525}.with-arrow{fill:#999}.sidebar-section-children-container{background:#292929}.sidebar-section-children.active{background:#444}.sidebar-section-children a:hover{background:#2c2c2c}.sidebar-section-children a{color:#fff}.navbar-container{background:#1a1a1a}.icon-button svg,.navbar-item a{color:#999;fill:#999}.font-size-tooltip .icon-button svg{fill:#fff}.font-size-tooltip .icon-button.disabled{background:#999}.icon-button:hover{background:#333}.icon-button:active{background:#444}.navbar-item a:active{background-color:#222;color:#aaa}.navbar-item:hover{background:#202020}.footer{background:#222;color:#999}.footer a{color:#999}.toc-link{color:#777;font-size:.875rem;transition:color .3s}.toc-link.is-active-link{color:#fff}.has-anchor .link-anchor{color:#555}.has-anchor .link-anchor:hover{color:#888}tt,code,kbd,samp{background:#333}.signature-attributes{color:#aaa}.ancestors{color:#999}.ancestors a{color:#999!important}.important{color:#c51313}.type-signature{color:#00918e}.name,.name a{color:#f7f7f7}.details{background:#222;color:#fff}.prettyprint{background:#222}.member-item-container strong,.method-member-container strong{color:#fff}.pre-top-bar-container{background:#292929}.prettyprint.source,.prettyprint code{background-color:#222;color:#c9d1d9}.pre-div{background-color:#222}.hljs .hljs-ln-numbers{color:#777}.hljs .selected{background:#444}.hljs .selected .hljs-ln-numbers{color:#eee}table .name,.params .name,.props .name,.name code{color:#fff}table td,.params td{background-color:#292929}table thead th,.params thead th,.props thead th{background-color:#222;color:#fff}table .params thead tr,.params .params thead tr,.props .props thead tr{background-color:#222;color:#fff}.disabled{color:#aaa}.code-lang-name{color:#ff8a00}.tooltip{background:#ffce76;color:#222}.hljs-comment{color:#8b949e}.hljs-doctag,.hljs-keyword,.hljs-template-tag,.hljs-variable.language_{color:#ff7b72}.hljs-template-variable,.hljs-type{color:#30ac7c}.hljs-meta,.hljs-string,.hljs-regexp{color:#a5d6ff}.hljs-title.class_,.hljs-title{color:#ffa657}.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}blockquote{background:#222;color:#fff}.search-container{background:rgba(255,255,255,.1)}.icon-button.search-close-button svg{fill:#a00}.search-container .wrapper{background:#222}.search-result-c{color:#666}.search-box-c{fill:#333}.search-input{background:#333;color:#fff}.search-box-c svg{fill:#fff}.search-result-item{background:#333}.search-result-item:hover{background:#444}.search-result-item:active{background:#555}.search-result-item-title{color:#fff}.search-result-item-p{color:#aaa}.mobile-menu-icon-container .icon-button{background:#333}.mobile-sidebar-container{background:#1a1a1a}.mobile-sidebar-wrapper{background:#222}.child-tutorial{border-color:#555;color:#f3f3f3}.child-tutorial:hover{background:#222}.light ::selection{background:#ffce76;color:#1d1919}body.light{background-color:#fff;color:#111}.light a,.light a:active{color:#007bff}.light hr{color:#f7f7f7}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{color:#111}.light .sidebar{background-color:#f7f7f7;color:#222}.light .sidebar-title{color:#222}.light .sidebar-section-title{color:#222}.light .sidebar-section-title:hover,.light .sidebar-section-title.active{background:#eee}.light .with-arrow{fill:#111}.light .sidebar-section-children-container{background:#eee}.light .sidebar-section-children.active{background:#ccc}.light .sidebar-section-children a:hover{background:#e0e0e0}.light .sidebar-section-children a{color:#111}.light .navbar-container{background:#fff}.light .icon-button svg,.light .navbar-item a{color:#222;fill:#222}.light .tippy-box{background:#eee;color:#111}.light .tippy-arrow{color:#f1f1f1}.light .font-size-tooltip .icon-button svg{fill:#111}.light .font-size-tooltip .icon-button.disabled svg{fill:#999}.light .icon-button:hover{background:#ddd}.light .icon-button:active{background:#ccc}.light .navbar-item a:active{background-color:#eee;color:#333}.light .navbar-item:hover{background:#f7f7f7}.light .footer{background:#f7f7f7;color:#111}.light .footer a{color:#111}.light .toc-link{color:#999;font-size:.875rem;transition:color .3s}.light .toc-link.is-active-link{color:#111}.light .has-anchor .link-anchor{color:#ddd}.light .has-anchor .link-anchor:hover{color:#ccc}.light .signature-attributes{color:#aaa}.light .ancestors{color:#999}.light .ancestors a{color:#999!important}.light .important{color:#ee1313}.light .type-signature{color:#00918e}.light .name,.light .name a{color:#293a80}.light .details{background:#f9f9f9;color:#101010}.light .member-item-container strong,.light .method-member-container strong{color:#000}.light .prettyprint{background:#f7f7f7}.light .pre-div{background:#f7f7f7}.light .hljs .hljs-ln-numbers{color:#aaa}.light .hljs .selected{background:#ccc}.light table.hljs-ln td{background:0 0}.light .hljs .selected .hljs-ln-numbers{color:#444}.light .pre-top-bar-container{background-color:#eee}.light .prettyprint code{background-color:#f7f7f7}.light table .name,.light .params .name,.light .props .name,.light .name code{color:#4d4e53}.light table td,.light .params td{background:#f7f7f7}.light table thead th,.light .params thead th,.light .props thead th{background-color:#eee;color:#111}.light table .params thead tr,.light .params .params thead tr,.light .props .props thead tr{background-color:#eee;color:#111}.light .disabled{color:#454545}.light .code-lang-name{color:red}.light .tooltip{background:#ffce76;color:#000}.light .hljs-comment,.light .hljs-quote{color:#a0a1a7}.light .hljs-doctag,.light .hljs-keyword,.light .hljs-formula{color:#a626a4}.light .hljs-section,.light .hljs-name,.light .hljs-selector-tag,.light .hljs-deletion,.light .hljs-subst{color:#e45649}.light .hljs-literal{color:#0184bb}.light .hljs-string,.light .hljs-regexp,.light .hljs-addition,.light .hljs-attribute,.light .hljs-meta .hljs-string{color:#50a14f}.light .hljs-attr,.light .hljs-variable,.light .hljs-template-variable,.light .hljs-type,.light .hljs-selector-class,.light .hljs-selector-attr,.light .hljs-selector-pseudo,.light .hljs-number{color:#986801}.light .hljs-symbol,.light .hljs-bullet,.light .hljs-link,.light .hljs-meta,.light .hljs-selector-id,.light .hljs-title{color:#4078f2}.light .hljs-built_in,.light .hljs-title.class_,.light .hljs-class .hljs-title{color:#c18401}.light .hljs-emphasis{font-style:italic}.light .hljs-strong{font-weight:700}.light .hljs-link{text-decoration:underline}.light blockquote{background:#eee;color:#111}.light code{background:#ddd;color:#000}.light .search-container{background:rgba(0,0,0,.1)}.light .search-close-button svg{fill:red}.light .search-container .wrapper{background:#eee}.light .search-result-c{color:#aaa}.light .search-box-c svg{fill:#333}.light .search-input{background:#f7f7f7;color:#111}.light .search-result-item{background:#f7f7f7}.light .search-result-item:hover{background:#e9e9e9}.light .search-result-item:active{background:#f7f7f7}.light .search-result-item-title{color:#111}.light .search-result-item-p{color:#aaa}.light .mobile-menu-icon-container .icon-button{background:#e5e5e5}.light .mobile-sidebar-container{background:#fff}.light .mobile-sidebar-wrapper{background:#f7f7f7}.light .child-tutorial{border-color:#aaa;color:#222}.light .child-tutorial:hover{background:#ccc}::-webkit-scrollbar{height:.3125rem;width:.3125rem}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:1rem}::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background:#555;outline:.06125rem solid #555}.light ::-webkit-scrollbar-track{background:#ddd}.light ::-webkit-scrollbar-thumb{background:#aaa;outline:.06125rem solid #aaa}
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {
4929
4929
  </script>
4930
4930
  <script>
4931
4931
  /*<!--*/
4932
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"logging.min.iife.js","children":[{"name":"node_modules/@babel/runtime/helpers/esm","children":[{"uid":"c17c6645-1","name":"classCallCheck.js"},{"uid":"c17c6645-3","name":"typeof.js"},{"uid":"c17c6645-5","name":"toPrimitive.js"},{"uid":"c17c6645-7","name":"toPropertyKey.js"},{"uid":"c17c6645-9","name":"createClass.js"},{"uid":"c17c6645-23","name":"arrayLikeToArray.js"},{"uid":"c17c6645-25","name":"arrayWithoutHoles.js"},{"uid":"c17c6645-27","name":"iterableToArray.js"},{"uid":"c17c6645-29","name":"unsupportedIterableToArray.js"},{"uid":"c17c6645-31","name":"nonIterableSpread.js"},{"uid":"c17c6645-33","name":"toConsumableArray.js"}]},{"name":"src","children":[{"name":"impl","children":[{"uid":"c17c6645-11","name":"logging-levels.js"},{"uid":"c17c6645-13","name":"check-appender.js"},{"uid":"c17c6645-15","name":"check-logging-level.js"},{"uid":"c17c6645-17","name":"upper-case-string.js"},{"uid":"c17c6645-19","name":"is-string.js"},{"uid":"c17c6645-21","name":"get-browser-engine.js"},{"uid":"c17c6645-35","name":"get-logging-prefix.js"},{"uid":"c17c6645-37","name":"fix-first-argument.js"},{"uid":"c17c6645-39","name":"bind-with-arrow-function.js"},{"uid":"c17c6645-41","name":"bind-without-prefix.js"},{"uid":"c17c6645-43","name":"bind-with-function-bind.js"},{"uid":"c17c6645-45","name":"bind-logging-methods.js"},{"uid":"c17c6645-49","name":"metadata-keys.js"}]},{"uid":"c17c6645-47","name":"logger.js"},{"uid":"c17c6645-51","name":"log.js"},{"uid":"c17c6645-53","name":"has-logger.js"},{"uid":"c17c6645-55","name":"index.js"}]}]}],"isRoot":true},"nodeParts":{"c17c6645-1":{"renderedLength":117,"gzipLength":119,"brotliLength":101,"metaUid":"c17c6645-0"},"c17c6645-3":{"renderedLength":335,"gzipLength":176,"brotliLength":142,"metaUid":"c17c6645-2"},"c17c6645-5":{"renderedLength":299,"gzipLength":201,"brotliLength":162,"metaUid":"c17c6645-4"},"c17c6645-7":{"renderedLength":111,"gzipLength":121,"brotliLength":93,"metaUid":"c17c6645-6"},"c17c6645-9":{"renderedLength":433,"gzipLength":250,"brotliLength":209,"metaUid":"c17c6645-8"},"c17c6645-11":{"renderedLength":421,"gzipLength":226,"brotliLength":187,"metaUid":"c17c6645-10"},"c17c6645-13":{"renderedLength":832,"gzipLength":465,"brotliLength":375,"metaUid":"c17c6645-12"},"c17c6645-15":{"renderedLength":800,"gzipLength":404,"brotliLength":323,"metaUid":"c17c6645-14"},"c17c6645-17":{"renderedLength":703,"gzipLength":323,"brotliLength":260,"metaUid":"c17c6645-16"},"c17c6645-19":{"renderedLength":644,"gzipLength":304,"brotliLength":235,"metaUid":"c17c6645-18"},"c17c6645-21":{"renderedLength":1161,"gzipLength":440,"brotliLength":336,"metaUid":"c17c6645-20"},"c17c6645-23":{"renderedLength":156,"gzipLength":143,"brotliLength":115,"metaUid":"c17c6645-22"},"c17c6645-25":{"renderedLength":89,"gzipLength":92,"brotliLength":86,"metaUid":"c17c6645-24"},"c17c6645-27":{"renderedLength":147,"gzipLength":136,"brotliLength":102,"metaUid":"c17c6645-26"},"c17c6645-29":{"renderedLength":400,"gzipLength":272,"brotliLength":217,"metaUid":"c17c6645-28"},"c17c6645-31":{"renderedLength":192,"gzipLength":164,"brotliLength":120,"metaUid":"c17c6645-30"},"c17c6645-33":{"renderedLength":149,"gzipLength":128,"brotliLength":103,"metaUid":"c17c6645-32"},"c17c6645-35":{"renderedLength":674,"gzipLength":301,"brotliLength":259,"metaUid":"c17c6645-34"},"c17c6645-37":{"renderedLength":243,"gzipLength":167,"brotliLength":147,"metaUid":"c17c6645-36"},"c17c6645-39":{"renderedLength":1452,"gzipLength":645,"brotliLength":521,"metaUid":"c17c6645-38"},"c17c6645-41":{"renderedLength":1295,"gzipLength":588,"brotliLength":469,"metaUid":"c17c6645-40"},"c17c6645-43":{"renderedLength":2083,"gzipLength":864,"brotliLength":695,"metaUid":"c17c6645-42"},"c17c6645-45":{"renderedLength":2804,"gzipLength":923,"brotliLength":761,"metaUid":"c17c6645-44"},"c17c6645-47":{"renderedLength":21856,"gzipLength":4529,"brotliLength":3864,"metaUid":"c17c6645-46"},"c17c6645-49":{"renderedLength":344,"gzipLength":178,"brotliLength":145,"metaUid":"c17c6645-48"},"c17c6645-51":{"renderedLength":4307,"gzipLength":1653,"brotliLength":1372,"metaUid":"c17c6645-50"},"c17c6645-53":{"renderedLength":2007,"gzipLength":808,"brotliLength":653,"metaUid":"c17c6645-52"},"c17c6645-55":{"renderedLength":264,"gzipLength":101,"brotliLength":98,"metaUid":"c17c6645-54"}},"nodeMetas":{"c17c6645-0":{"id":"/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","moduleParts":{"logging.min.iife.js":"c17c6645-1"},"imported":[],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-2":{"id":"/node_modules/@babel/runtime/helpers/esm/typeof.js","moduleParts":{"logging.min.iife.js":"c17c6645-3"},"imported":[],"importedBy":[{"uid":"c17c6645-50"},{"uid":"c17c6645-52"},{"uid":"c17c6645-12"},{"uid":"c17c6645-6"},{"uid":"c17c6645-4"}]},"c17c6645-4":{"id":"/node_modules/@babel/runtime/helpers/esm/toPrimitive.js","moduleParts":{"logging.min.iife.js":"c17c6645-5"},"imported":[{"uid":"c17c6645-2"}],"importedBy":[{"uid":"c17c6645-6"}]},"c17c6645-6":{"id":"/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","moduleParts":{"logging.min.iife.js":"c17c6645-7"},"imported":[{"uid":"c17c6645-2"},{"uid":"c17c6645-4"}],"importedBy":[{"uid":"c17c6645-8"}]},"c17c6645-8":{"id":"/node_modules/@babel/runtime/helpers/esm/createClass.js","moduleParts":{"logging.min.iife.js":"c17c6645-9"},"imported":[{"uid":"c17c6645-6"}],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-10":{"id":"/src/impl/logging-levels.js","moduleParts":{"logging.min.iife.js":"c17c6645-11"},"imported":[],"importedBy":[{"uid":"c17c6645-46"},{"uid":"c17c6645-12"},{"uid":"c17c6645-14"},{"uid":"c17c6645-44"}]},"c17c6645-12":{"id":"/src/impl/check-appender.js","moduleParts":{"logging.min.iife.js":"c17c6645-13"},"imported":[{"uid":"c17c6645-2"},{"uid":"c17c6645-10"}],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-14":{"id":"/src/impl/check-logging-level.js","moduleParts":{"logging.min.iife.js":"c17c6645-15"},"imported":[{"uid":"c17c6645-10"}],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-16":{"id":"/src/impl/upper-case-string.js","moduleParts":{"logging.min.iife.js":"c17c6645-17"},"imported":[],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-18":{"id":"/src/impl/is-string.js","moduleParts":{"logging.min.iife.js":"c17c6645-19"},"imported":[],"importedBy":[{"uid":"c17c6645-46"},{"uid":"c17c6645-36"}]},"c17c6645-20":{"id":"/src/impl/get-browser-engine.js","moduleParts":{"logging.min.iife.js":"c17c6645-21"},"imported":[],"importedBy":[{"uid":"c17c6645-44"}]},"c17c6645-22":{"id":"/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","moduleParts":{"logging.min.iife.js":"c17c6645-23"},"imported":[],"importedBy":[{"uid":"c17c6645-24"},{"uid":"c17c6645-28"}]},"c17c6645-24":{"id":"/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","moduleParts":{"logging.min.iife.js":"c17c6645-25"},"imported":[{"uid":"c17c6645-22"}],"importedBy":[{"uid":"c17c6645-32"}]},"c17c6645-26":{"id":"/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","moduleParts":{"logging.min.iife.js":"c17c6645-27"},"imported":[],"importedBy":[{"uid":"c17c6645-32"}]},"c17c6645-28":{"id":"/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","moduleParts":{"logging.min.iife.js":"c17c6645-29"},"imported":[{"uid":"c17c6645-22"}],"importedBy":[{"uid":"c17c6645-32"}]},"c17c6645-30":{"id":"/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","moduleParts":{"logging.min.iife.js":"c17c6645-31"},"imported":[],"importedBy":[{"uid":"c17c6645-32"}]},"c17c6645-32":{"id":"/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","moduleParts":{"logging.min.iife.js":"c17c6645-33"},"imported":[{"uid":"c17c6645-24"},{"uid":"c17c6645-26"},{"uid":"c17c6645-28"},{"uid":"c17c6645-30"}],"importedBy":[{"uid":"c17c6645-50"},{"uid":"c17c6645-38"},{"uid":"c17c6645-36"}]},"c17c6645-34":{"id":"/src/impl/get-logging-prefix.js","moduleParts":{"logging.min.iife.js":"c17c6645-35"},"imported":[],"importedBy":[{"uid":"c17c6645-38"},{"uid":"c17c6645-42"}]},"c17c6645-36":{"id":"/src/impl/fix-first-argument.js","moduleParts":{"logging.min.iife.js":"c17c6645-37"},"imported":[{"uid":"c17c6645-32"},{"uid":"c17c6645-18"}],"importedBy":[{"uid":"c17c6645-38"}]},"c17c6645-38":{"id":"/src/impl/bind-with-arrow-function.js","moduleParts":{"logging.min.iife.js":"c17c6645-39"},"imported":[{"uid":"c17c6645-32"},{"uid":"c17c6645-34"},{"uid":"c17c6645-36"}],"importedBy":[{"uid":"c17c6645-44"}]},"c17c6645-40":{"id":"/src/impl/bind-without-prefix.js","moduleParts":{"logging.min.iife.js":"c17c6645-41"},"imported":[],"importedBy":[{"uid":"c17c6645-44"}]},"c17c6645-42":{"id":"/src/impl/bind-with-function-bind.js","moduleParts":{"logging.min.iife.js":"c17c6645-43"},"imported":[{"uid":"c17c6645-34"}],"importedBy":[{"uid":"c17c6645-44"}]},"c17c6645-44":{"id":"/src/impl/bind-logging-methods.js","moduleParts":{"logging.min.iife.js":"c17c6645-45"},"imported":[{"uid":"c17c6645-10"},{"uid":"c17c6645-20"},{"uid":"c17c6645-38"},{"uid":"c17c6645-40"},{"uid":"c17c6645-42"}],"importedBy":[{"uid":"c17c6645-46"}]},"c17c6645-46":{"id":"/src/logger.js","moduleParts":{"logging.min.iife.js":"c17c6645-47"},"imported":[{"uid":"c17c6645-0"},{"uid":"c17c6645-8"},{"uid":"c17c6645-10"},{"uid":"c17c6645-12"},{"uid":"c17c6645-14"},{"uid":"c17c6645-16"},{"uid":"c17c6645-18"},{"uid":"c17c6645-44"}],"importedBy":[{"uid":"c17c6645-54"},{"uid":"c17c6645-50"},{"uid":"c17c6645-52"}]},"c17c6645-48":{"id":"/src/impl/metadata-keys.js","moduleParts":{"logging.min.iife.js":"c17c6645-49"},"imported":[],"importedBy":[{"uid":"c17c6645-50"}]},"c17c6645-50":{"id":"/src/log.js","moduleParts":{"logging.min.iife.js":"c17c6645-51"},"imported":[{"uid":"c17c6645-2"},{"uid":"c17c6645-32"},{"uid":"c17c6645-46"},{"uid":"c17c6645-48"}],"importedBy":[{"uid":"c17c6645-54"}]},"c17c6645-52":{"id":"/src/has-logger.js","moduleParts":{"logging.min.iife.js":"c17c6645-53"},"imported":[{"uid":"c17c6645-2"},{"uid":"c17c6645-46"}],"importedBy":[{"uid":"c17c6645-54"}]},"c17c6645-54":{"id":"/src/index.js","moduleParts":{"logging.min.iife.js":"c17c6645-55"},"imported":[{"uid":"c17c6645-46"},{"uid":"c17c6645-50"},{"uid":"c17c6645-52"}],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.40.0"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4932
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"logging.min.iife.js","children":[{"name":"node_modules/@babel/runtime/helpers/esm","children":[{"uid":"595d682c-1","name":"classCallCheck.js"},{"uid":"595d682c-3","name":"typeof.js"},{"uid":"595d682c-5","name":"toPrimitive.js"},{"uid":"595d682c-7","name":"toPropertyKey.js"},{"uid":"595d682c-9","name":"createClass.js"},{"uid":"595d682c-23","name":"arrayLikeToArray.js"},{"uid":"595d682c-25","name":"arrayWithoutHoles.js"},{"uid":"595d682c-27","name":"iterableToArray.js"},{"uid":"595d682c-29","name":"unsupportedIterableToArray.js"},{"uid":"595d682c-31","name":"nonIterableSpread.js"},{"uid":"595d682c-33","name":"toConsumableArray.js"}]},{"name":"src","children":[{"name":"impl","children":[{"uid":"595d682c-11","name":"logging-levels.js"},{"uid":"595d682c-13","name":"check-appender.js"},{"uid":"595d682c-15","name":"check-logging-level.js"},{"uid":"595d682c-17","name":"upper-case-string.js"},{"uid":"595d682c-19","name":"is-string.js"},{"uid":"595d682c-21","name":"get-browser-engine.js"},{"uid":"595d682c-35","name":"get-logging-prefix.js"},{"uid":"595d682c-37","name":"fix-first-argument.js"},{"uid":"595d682c-39","name":"bind-with-arrow-function.js"},{"uid":"595d682c-41","name":"bind-without-prefix.js"},{"uid":"595d682c-43","name":"bind-with-function-bind.js"},{"uid":"595d682c-45","name":"bind-logging-methods.js"},{"uid":"595d682c-49","name":"metadata-keys.js"}]},{"uid":"595d682c-47","name":"logger.js"},{"uid":"595d682c-51","name":"log.js"},{"uid":"595d682c-53","name":"has-logger.js"},{"uid":"595d682c-55","name":"index.js"}]}]}],"isRoot":true},"nodeParts":{"595d682c-1":{"renderedLength":117,"gzipLength":119,"brotliLength":101,"metaUid":"595d682c-0"},"595d682c-3":{"renderedLength":335,"gzipLength":176,"brotliLength":142,"metaUid":"595d682c-2"},"595d682c-5":{"renderedLength":299,"gzipLength":201,"brotliLength":162,"metaUid":"595d682c-4"},"595d682c-7":{"renderedLength":111,"gzipLength":121,"brotliLength":93,"metaUid":"595d682c-6"},"595d682c-9":{"renderedLength":433,"gzipLength":250,"brotliLength":209,"metaUid":"595d682c-8"},"595d682c-11":{"renderedLength":421,"gzipLength":226,"brotliLength":187,"metaUid":"595d682c-10"},"595d682c-13":{"renderedLength":832,"gzipLength":465,"brotliLength":375,"metaUid":"595d682c-12"},"595d682c-15":{"renderedLength":800,"gzipLength":404,"brotliLength":323,"metaUid":"595d682c-14"},"595d682c-17":{"renderedLength":703,"gzipLength":323,"brotliLength":260,"metaUid":"595d682c-16"},"595d682c-19":{"renderedLength":644,"gzipLength":304,"brotliLength":235,"metaUid":"595d682c-18"},"595d682c-21":{"renderedLength":1161,"gzipLength":440,"brotliLength":336,"metaUid":"595d682c-20"},"595d682c-23":{"renderedLength":156,"gzipLength":143,"brotliLength":115,"metaUid":"595d682c-22"},"595d682c-25":{"renderedLength":89,"gzipLength":92,"brotliLength":86,"metaUid":"595d682c-24"},"595d682c-27":{"renderedLength":147,"gzipLength":136,"brotliLength":102,"metaUid":"595d682c-26"},"595d682c-29":{"renderedLength":400,"gzipLength":272,"brotliLength":217,"metaUid":"595d682c-28"},"595d682c-31":{"renderedLength":192,"gzipLength":164,"brotliLength":120,"metaUid":"595d682c-30"},"595d682c-33":{"renderedLength":149,"gzipLength":128,"brotliLength":103,"metaUid":"595d682c-32"},"595d682c-35":{"renderedLength":674,"gzipLength":301,"brotliLength":259,"metaUid":"595d682c-34"},"595d682c-37":{"renderedLength":243,"gzipLength":167,"brotliLength":147,"metaUid":"595d682c-36"},"595d682c-39":{"renderedLength":1452,"gzipLength":645,"brotliLength":521,"metaUid":"595d682c-38"},"595d682c-41":{"renderedLength":1295,"gzipLength":588,"brotliLength":469,"metaUid":"595d682c-40"},"595d682c-43":{"renderedLength":2083,"gzipLength":864,"brotliLength":695,"metaUid":"595d682c-42"},"595d682c-45":{"renderedLength":2804,"gzipLength":923,"brotliLength":761,"metaUid":"595d682c-44"},"595d682c-47":{"renderedLength":21856,"gzipLength":4529,"brotliLength":3864,"metaUid":"595d682c-46"},"595d682c-49":{"renderedLength":344,"gzipLength":178,"brotliLength":145,"metaUid":"595d682c-48"},"595d682c-51":{"renderedLength":4307,"gzipLength":1653,"brotliLength":1372,"metaUid":"595d682c-50"},"595d682c-53":{"renderedLength":2007,"gzipLength":808,"brotliLength":653,"metaUid":"595d682c-52"},"595d682c-55":{"renderedLength":264,"gzipLength":101,"brotliLength":98,"metaUid":"595d682c-54"}},"nodeMetas":{"595d682c-0":{"id":"/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","moduleParts":{"logging.min.iife.js":"595d682c-1"},"imported":[],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-2":{"id":"/node_modules/@babel/runtime/helpers/esm/typeof.js","moduleParts":{"logging.min.iife.js":"595d682c-3"},"imported":[],"importedBy":[{"uid":"595d682c-50"},{"uid":"595d682c-52"},{"uid":"595d682c-12"},{"uid":"595d682c-6"},{"uid":"595d682c-4"}]},"595d682c-4":{"id":"/node_modules/@babel/runtime/helpers/esm/toPrimitive.js","moduleParts":{"logging.min.iife.js":"595d682c-5"},"imported":[{"uid":"595d682c-2"}],"importedBy":[{"uid":"595d682c-6"}]},"595d682c-6":{"id":"/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","moduleParts":{"logging.min.iife.js":"595d682c-7"},"imported":[{"uid":"595d682c-2"},{"uid":"595d682c-4"}],"importedBy":[{"uid":"595d682c-8"}]},"595d682c-8":{"id":"/node_modules/@babel/runtime/helpers/esm/createClass.js","moduleParts":{"logging.min.iife.js":"595d682c-9"},"imported":[{"uid":"595d682c-6"}],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-10":{"id":"/src/impl/logging-levels.js","moduleParts":{"logging.min.iife.js":"595d682c-11"},"imported":[],"importedBy":[{"uid":"595d682c-46"},{"uid":"595d682c-12"},{"uid":"595d682c-14"},{"uid":"595d682c-44"}]},"595d682c-12":{"id":"/src/impl/check-appender.js","moduleParts":{"logging.min.iife.js":"595d682c-13"},"imported":[{"uid":"595d682c-2"},{"uid":"595d682c-10"}],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-14":{"id":"/src/impl/check-logging-level.js","moduleParts":{"logging.min.iife.js":"595d682c-15"},"imported":[{"uid":"595d682c-10"}],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-16":{"id":"/src/impl/upper-case-string.js","moduleParts":{"logging.min.iife.js":"595d682c-17"},"imported":[],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-18":{"id":"/src/impl/is-string.js","moduleParts":{"logging.min.iife.js":"595d682c-19"},"imported":[],"importedBy":[{"uid":"595d682c-46"},{"uid":"595d682c-36"}]},"595d682c-20":{"id":"/src/impl/get-browser-engine.js","moduleParts":{"logging.min.iife.js":"595d682c-21"},"imported":[],"importedBy":[{"uid":"595d682c-44"}]},"595d682c-22":{"id":"/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","moduleParts":{"logging.min.iife.js":"595d682c-23"},"imported":[],"importedBy":[{"uid":"595d682c-24"},{"uid":"595d682c-28"}]},"595d682c-24":{"id":"/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","moduleParts":{"logging.min.iife.js":"595d682c-25"},"imported":[{"uid":"595d682c-22"}],"importedBy":[{"uid":"595d682c-32"}]},"595d682c-26":{"id":"/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","moduleParts":{"logging.min.iife.js":"595d682c-27"},"imported":[],"importedBy":[{"uid":"595d682c-32"}]},"595d682c-28":{"id":"/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","moduleParts":{"logging.min.iife.js":"595d682c-29"},"imported":[{"uid":"595d682c-22"}],"importedBy":[{"uid":"595d682c-32"}]},"595d682c-30":{"id":"/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","moduleParts":{"logging.min.iife.js":"595d682c-31"},"imported":[],"importedBy":[{"uid":"595d682c-32"}]},"595d682c-32":{"id":"/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","moduleParts":{"logging.min.iife.js":"595d682c-33"},"imported":[{"uid":"595d682c-24"},{"uid":"595d682c-26"},{"uid":"595d682c-28"},{"uid":"595d682c-30"}],"importedBy":[{"uid":"595d682c-50"},{"uid":"595d682c-38"},{"uid":"595d682c-36"}]},"595d682c-34":{"id":"/src/impl/get-logging-prefix.js","moduleParts":{"logging.min.iife.js":"595d682c-35"},"imported":[],"importedBy":[{"uid":"595d682c-38"},{"uid":"595d682c-42"}]},"595d682c-36":{"id":"/src/impl/fix-first-argument.js","moduleParts":{"logging.min.iife.js":"595d682c-37"},"imported":[{"uid":"595d682c-32"},{"uid":"595d682c-18"}],"importedBy":[{"uid":"595d682c-38"}]},"595d682c-38":{"id":"/src/impl/bind-with-arrow-function.js","moduleParts":{"logging.min.iife.js":"595d682c-39"},"imported":[{"uid":"595d682c-32"},{"uid":"595d682c-34"},{"uid":"595d682c-36"}],"importedBy":[{"uid":"595d682c-44"}]},"595d682c-40":{"id":"/src/impl/bind-without-prefix.js","moduleParts":{"logging.min.iife.js":"595d682c-41"},"imported":[],"importedBy":[{"uid":"595d682c-44"}]},"595d682c-42":{"id":"/src/impl/bind-with-function-bind.js","moduleParts":{"logging.min.iife.js":"595d682c-43"},"imported":[{"uid":"595d682c-34"}],"importedBy":[{"uid":"595d682c-44"}]},"595d682c-44":{"id":"/src/impl/bind-logging-methods.js","moduleParts":{"logging.min.iife.js":"595d682c-45"},"imported":[{"uid":"595d682c-10"},{"uid":"595d682c-20"},{"uid":"595d682c-38"},{"uid":"595d682c-40"},{"uid":"595d682c-42"}],"importedBy":[{"uid":"595d682c-46"}]},"595d682c-46":{"id":"/src/logger.js","moduleParts":{"logging.min.iife.js":"595d682c-47"},"imported":[{"uid":"595d682c-0"},{"uid":"595d682c-8"},{"uid":"595d682c-10"},{"uid":"595d682c-12"},{"uid":"595d682c-14"},{"uid":"595d682c-16"},{"uid":"595d682c-18"},{"uid":"595d682c-44"}],"importedBy":[{"uid":"595d682c-54"},{"uid":"595d682c-50"},{"uid":"595d682c-52"}]},"595d682c-48":{"id":"/src/impl/metadata-keys.js","moduleParts":{"logging.min.iife.js":"595d682c-49"},"imported":[],"importedBy":[{"uid":"595d682c-50"}]},"595d682c-50":{"id":"/src/log.js","moduleParts":{"logging.min.iife.js":"595d682c-51"},"imported":[{"uid":"595d682c-2"},{"uid":"595d682c-32"},{"uid":"595d682c-46"},{"uid":"595d682c-48"}],"importedBy":[{"uid":"595d682c-54"}]},"595d682c-52":{"id":"/src/has-logger.js","moduleParts":{"logging.min.iife.js":"595d682c-53"},"imported":[{"uid":"595d682c-2"},{"uid":"595d682c-46"}],"importedBy":[{"uid":"595d682c-54"}]},"595d682c-54":{"id":"/src/index.js","moduleParts":{"logging.min.iife.js":"595d682c-55"},"imported":[{"uid":"595d682c-46"},{"uid":"595d682c-50"},{"uid":"595d682c-52"}],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.42.0"},"options":{"gzip":true,"brotli":true,"sourcemap":false}};
4933
4933
 
4934
4934
  const run = () => {
4935
4935
  const width = window.innerWidth;