@openreplay/tracker 10.0.2 → 10.0.4
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/CHANGELOG.md +4 -0
- package/cjs/app/index.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/modules/Network/fetchProxy.js +4 -2
- package/cjs/utils.js +16 -2
- package/coverage/clover.xml +1575 -733
- package/coverage/coverage-final.json +22 -14
- package/coverage/lcov-report/index.html +60 -45
- package/coverage/lcov-report/main/app/canvas.ts.html +475 -0
- package/coverage/lcov-report/main/app/guards.ts.html +5 -2
- package/coverage/lcov-report/main/app/index.html +34 -19
- package/coverage/lcov-report/main/app/index.ts.html +1086 -45
- package/coverage/lcov-report/main/app/logger.ts.html +1 -1
- package/coverage/lcov-report/main/app/messages.gen.ts.html +179 -146
- package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/index.html +1 -1
- package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
- package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
- package/coverage/lcov-report/main/app/session.ts.html +1 -1
- package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
- package/coverage/lcov-report/main/index.html +20 -20
- package/coverage/lcov-report/main/index.ts.html +274 -100
- package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +19 -19
- package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +97 -97
- package/coverage/lcov-report/main/modules/Network/index.html +65 -65
- package/coverage/lcov-report/main/modules/Network/index.ts.html +33 -33
- package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +82 -73
- package/coverage/lcov-report/main/modules/Network/utils.ts.html +34 -34
- package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +13 -13
- package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
- package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
- package/coverage/lcov-report/main/modules/conditionsManager.ts.html +799 -0
- package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/console.ts.html +1 -1
- package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
- package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
- package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
- package/coverage/lcov-report/main/modules/featureFlags.ts.html +10 -7
- package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
- package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
- package/coverage/lcov-report/main/modules/img.ts.html +1 -1
- package/coverage/lcov-report/main/modules/index.html +27 -12
- package/coverage/lcov-report/main/modules/input.ts.html +1 -1
- package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
- package/coverage/lcov-report/main/modules/network.ts.html +2 -2
- package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
- package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
- package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
- package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
- package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
- package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +370 -0
- package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +10 -22
- package/coverage/lcov-report/main/modules/userTesting/index.html +57 -27
- package/coverage/lcov-report/main/modules/userTesting/index.ts.html +814 -115
- package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +136 -67
- package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +111 -39
- package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +364 -0
- package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
- package/coverage/lcov-report/main/utils.ts.html +101 -59
- package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
- package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +17 -5
- package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
- package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
- package/coverage/lcov-report/webworker/index.html +9 -9
- package/coverage/lcov-report/webworker/index.ts.html +15 -9
- package/coverage/lcov.info +2699 -1150
- package/lib/app/index.js +1 -1
- package/lib/common/tsconfig.tsbuildinfo +1 -1
- package/lib/index.js +1 -1
- package/lib/modules/Network/fetchProxy.js +4 -2
- package/lib/utils.js +16 -2
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/25</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/25</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -323,7 +323,33 @@
|
|
|
323
323
|
<a name='L258'></a><a href='#L258'>258</a>
|
|
324
324
|
<a name='L259'></a><a href='#L259'>259</a>
|
|
325
325
|
<a name='L260'></a><a href='#L260'>260</a>
|
|
326
|
-
<a name='L261'></a><a href='#L261'>261</a
|
|
326
|
+
<a name='L261'></a><a href='#L261'>261</a>
|
|
327
|
+
<a name='L262'></a><a href='#L262'>262</a>
|
|
328
|
+
<a name='L263'></a><a href='#L263'>263</a>
|
|
329
|
+
<a name='L264'></a><a href='#L264'>264</a>
|
|
330
|
+
<a name='L265'></a><a href='#L265'>265</a>
|
|
331
|
+
<a name='L266'></a><a href='#L266'>266</a>
|
|
332
|
+
<a name='L267'></a><a href='#L267'>267</a>
|
|
333
|
+
<a name='L268'></a><a href='#L268'>268</a>
|
|
334
|
+
<a name='L269'></a><a href='#L269'>269</a>
|
|
335
|
+
<a name='L270'></a><a href='#L270'>270</a>
|
|
336
|
+
<a name='L271'></a><a href='#L271'>271</a>
|
|
337
|
+
<a name='L272'></a><a href='#L272'>272</a>
|
|
338
|
+
<a name='L273'></a><a href='#L273'>273</a>
|
|
339
|
+
<a name='L274'></a><a href='#L274'>274</a>
|
|
340
|
+
<a name='L275'></a><a href='#L275'>275</a>
|
|
341
|
+
<a name='L276'></a><a href='#L276'>276</a>
|
|
342
|
+
<a name='L277'></a><a href='#L277'>277</a>
|
|
343
|
+
<a name='L278'></a><a href='#L278'>278</a>
|
|
344
|
+
<a name='L279'></a><a href='#L279'>279</a>
|
|
345
|
+
<a name='L280'></a><a href='#L280'>280</a>
|
|
346
|
+
<a name='L281'></a><a href='#L281'>281</a>
|
|
347
|
+
<a name='L282'></a><a href='#L282'>282</a>
|
|
348
|
+
<a name='L283'></a><a href='#L283'>283</a>
|
|
349
|
+
<a name='L284'></a><a href='#L284'>284</a>
|
|
350
|
+
<a name='L285'></a><a href='#L285'>285</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
351
|
+
<span class="cline-any cline-neutral"> </span>
|
|
352
|
+
<span class="cline-any cline-neutral"> </span>
|
|
327
353
|
<span class="cline-any cline-neutral"> </span>
|
|
328
354
|
<span class="cline-any cline-neutral"> </span>
|
|
329
355
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -358,6 +384,7 @@
|
|
|
358
384
|
<span class="cline-any cline-neutral"> </span>
|
|
359
385
|
<span class="cline-any cline-neutral"> </span>
|
|
360
386
|
<span class="cline-any cline-neutral"> </span>
|
|
387
|
+
<span class="cline-any cline-neutral"> </span>
|
|
361
388
|
<span class="cline-any cline-no"> </span>
|
|
362
389
|
<span class="cline-any cline-neutral"> </span>
|
|
363
390
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -379,6 +406,7 @@
|
|
|
379
406
|
<span class="cline-any cline-neutral"> </span>
|
|
380
407
|
<span class="cline-any cline-neutral"> </span>
|
|
381
408
|
<span class="cline-any cline-neutral"> </span>
|
|
409
|
+
<span class="cline-any cline-neutral"> </span>
|
|
382
410
|
<span class="cline-any cline-no"> </span>
|
|
383
411
|
<span class="cline-any cline-neutral"> </span>
|
|
384
412
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -407,6 +435,7 @@
|
|
|
407
435
|
<span class="cline-any cline-neutral"> </span>
|
|
408
436
|
<span class="cline-any cline-neutral"> </span>
|
|
409
437
|
<span class="cline-any cline-neutral"> </span>
|
|
438
|
+
<span class="cline-any cline-neutral"> </span>
|
|
410
439
|
<span class="cline-any cline-no"> </span>
|
|
411
440
|
<span class="cline-any cline-neutral"> </span>
|
|
412
441
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -426,9 +455,10 @@
|
|
|
426
455
|
<span class="cline-any cline-neutral"> </span>
|
|
427
456
|
<span class="cline-any cline-neutral"> </span>
|
|
428
457
|
<span class="cline-any cline-neutral"> </span>
|
|
429
|
-
<span class="cline-any cline-no"> </span>
|
|
430
458
|
<span class="cline-any cline-neutral"> </span>
|
|
431
459
|
<span class="cline-any cline-neutral"> </span>
|
|
460
|
+
<span class="cline-any cline-no"> </span>
|
|
461
|
+
<span class="cline-any cline-neutral"> </span>
|
|
432
462
|
<span class="cline-any cline-neutral"> </span>
|
|
433
463
|
<span class="cline-any cline-neutral"> </span>
|
|
434
464
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -460,7 +490,6 @@
|
|
|
460
490
|
<span class="cline-any cline-neutral"> </span>
|
|
461
491
|
<span class="cline-any cline-neutral"> </span>
|
|
462
492
|
<span class="cline-any cline-neutral"> </span>
|
|
463
|
-
<span class="cline-any cline-neutral"> </span>
|
|
464
493
|
<span class="cline-any cline-no"> </span>
|
|
465
494
|
<span class="cline-any cline-neutral"> </span>
|
|
466
495
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -505,6 +534,9 @@
|
|
|
505
534
|
<span class="cline-any cline-neutral"> </span>
|
|
506
535
|
<span class="cline-any cline-neutral"> </span>
|
|
507
536
|
<span class="cline-any cline-neutral"> </span>
|
|
537
|
+
<span class="cline-any cline-neutral"> </span>
|
|
538
|
+
<span class="cline-any cline-neutral"> </span>
|
|
539
|
+
<span class="cline-any cline-neutral"> </span>
|
|
508
540
|
<span class="cline-any cline-no"> </span>
|
|
509
541
|
<span class="cline-any cline-neutral"> </span>
|
|
510
542
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -523,6 +555,9 @@
|
|
|
523
555
|
<span class="cline-any cline-neutral"> </span>
|
|
524
556
|
<span class="cline-any cline-neutral"> </span>
|
|
525
557
|
<span class="cline-any cline-neutral"> </span>
|
|
558
|
+
<span class="cline-any cline-neutral"> </span>
|
|
559
|
+
<span class="cline-any cline-neutral"> </span>
|
|
560
|
+
<span class="cline-any cline-neutral"> </span>
|
|
526
561
|
<span class="cline-any cline-no"> </span>
|
|
527
562
|
<span class="cline-any cline-neutral"> </span>
|
|
528
563
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -534,6 +569,9 @@
|
|
|
534
569
|
<span class="cline-any cline-neutral"> </span>
|
|
535
570
|
<span class="cline-any cline-neutral"> </span>
|
|
536
571
|
<span class="cline-any cline-neutral"> </span>
|
|
572
|
+
<span class="cline-any cline-neutral"> </span>
|
|
573
|
+
<span class="cline-any cline-neutral"> </span>
|
|
574
|
+
<span class="cline-any cline-neutral"> </span>
|
|
537
575
|
<span class="cline-any cline-no"> </span>
|
|
538
576
|
<span class="cline-any cline-neutral"> </span>
|
|
539
577
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -554,6 +592,7 @@
|
|
|
554
592
|
<span class="cline-any cline-neutral"> </span>
|
|
555
593
|
<span class="cline-any cline-neutral"> </span>
|
|
556
594
|
<span class="cline-any cline-neutral"> </span>
|
|
595
|
+
<span class="cline-any cline-neutral"> </span>
|
|
557
596
|
<span class="cline-any cline-no"> </span>
|
|
558
597
|
<span class="cline-any cline-neutral"> </span>
|
|
559
598
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -583,6 +622,15 @@
|
|
|
583
622
|
<span class="cline-any cline-neutral"> </span>
|
|
584
623
|
<span class="cline-any cline-neutral"> </span>
|
|
585
624
|
<span class="cline-any cline-neutral"> </span>
|
|
625
|
+
<span class="cline-any cline-neutral"> </span>
|
|
626
|
+
<span class="cline-any cline-no"> </span>
|
|
627
|
+
<span class="cline-any cline-neutral"> </span>
|
|
628
|
+
<span class="cline-any cline-neutral"> </span>
|
|
629
|
+
<span class="cline-any cline-neutral"> </span>
|
|
630
|
+
<span class="cline-any cline-neutral"> </span>
|
|
631
|
+
<span class="cline-any cline-neutral"> </span>
|
|
632
|
+
<span class="cline-any cline-neutral"> </span>
|
|
633
|
+
<span class="cline-any cline-neutral"> </span>
|
|
586
634
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const <span class="cstat-no" title="statement not covered" >bgStyle = {</span>
|
|
587
635
|
position: 'fixed',
|
|
588
636
|
top: 0,
|
|
@@ -593,33 +641,36 @@
|
|
|
593
641
|
display: 'flex',
|
|
594
642
|
alignItems: 'center',
|
|
595
643
|
justifyContent: 'center',
|
|
644
|
+
zIndex: 999999,
|
|
645
|
+
fontFamily: `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`,
|
|
596
646
|
}
|
|
597
647
|
|
|
598
648
|
export const <span class="cstat-no" title="statement not covered" >containerStyle = {</span>
|
|
599
649
|
display: 'flex',
|
|
600
650
|
flexDirection: 'column',
|
|
601
|
-
gap: '
|
|
651
|
+
gap: '2rem',
|
|
602
652
|
alignItems: 'center',
|
|
603
653
|
padding: '1.5rem',
|
|
604
|
-
borderRadius: '
|
|
654
|
+
borderRadius: '2px',
|
|
605
655
|
border: '1px solid #D9D9D9',
|
|
606
656
|
background: '#FFF',
|
|
607
|
-
width: '
|
|
657
|
+
width: '22rem',
|
|
608
658
|
}
|
|
609
659
|
export const <span class="cstat-no" title="statement not covered" >containerWidgetStyle = {</span>
|
|
610
660
|
display: 'flex',
|
|
611
661
|
'flex-direction': 'column',
|
|
612
|
-
gap: '
|
|
662
|
+
gap: 'unset',
|
|
613
663
|
'align-items': 'center',
|
|
614
|
-
padding: '
|
|
615
|
-
|
|
664
|
+
padding: 'unset',
|
|
665
|
+
fontFamily: `-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"`,
|
|
666
|
+
'border-radius': '2px',
|
|
616
667
|
border: '1px solid #D9D9D9',
|
|
617
|
-
background: '
|
|
618
|
-
width: '
|
|
668
|
+
background: 'rgba(255, 255, 255, 0.75)',
|
|
669
|
+
width: '22rem',
|
|
619
670
|
}
|
|
620
671
|
|
|
621
672
|
export const <span class="cstat-no" title="statement not covered" >titleStyle = {</span>
|
|
622
|
-
fontFamily: '
|
|
673
|
+
fontFamily: 'Verdana, sans-serif',
|
|
623
674
|
fontSize: '1.25rem',
|
|
624
675
|
fontStyle: 'normal',
|
|
625
676
|
fontWeight: '500',
|
|
@@ -632,16 +683,17 @@ export const <span class="cstat-no" title="statement not covered" >descriptionSt
|
|
|
632
683
|
borderBottom: '1px solid rgba(0, 0, 0, 0.06)',
|
|
633
684
|
padding: '1.25rem 0rem',
|
|
634
685
|
color: 'rgba(0, 0, 0, 0.85)',
|
|
635
|
-
fontFamily: '
|
|
636
|
-
fontSize: '
|
|
686
|
+
fontFamily: 'Verdana, sans-serif',
|
|
687
|
+
fontSize: '13px',
|
|
637
688
|
fontStyle: 'normal',
|
|
638
689
|
fontWeight: '400',
|
|
639
|
-
lineHeight: '
|
|
690
|
+
lineHeight: 'auto',
|
|
691
|
+
whiteSpace: 'pre-wrap',
|
|
640
692
|
}
|
|
641
693
|
|
|
642
694
|
export const <span class="cstat-no" title="statement not covered" >noticeStyle = {</span>
|
|
643
695
|
color: 'rgba(0, 0, 0, 0.85)',
|
|
644
|
-
fontFamily: '
|
|
696
|
+
fontFamily: 'Verdana, sans-serif',
|
|
645
697
|
fontSize: '0.875rem',
|
|
646
698
|
fontStyle: 'normal',
|
|
647
699
|
fontWeight: '400',
|
|
@@ -660,18 +712,19 @@ export const <span class="cstat-no" title="statement not covered" >buttonStyle =
|
|
|
660
712
|
boxShadow: '0px 2px 0px 0px rgba(0, 0, 0, 0.04)',
|
|
661
713
|
color: '#FFF',
|
|
662
714
|
textAlign: 'center',
|
|
663
|
-
fontFamily: '
|
|
715
|
+
fontFamily: 'Verdana, sans-serif',
|
|
664
716
|
fontSize: '1rem',
|
|
665
717
|
fontStyle: 'normal',
|
|
666
718
|
fontWeight: '500',
|
|
667
719
|
lineHeight: '1.5rem',
|
|
720
|
+
cursor: 'pointer',
|
|
668
721
|
}
|
|
669
722
|
|
|
670
723
|
export const <span class="cstat-no" title="statement not covered" >sectionTitleStyle = {</span>
|
|
671
724
|
fontFamily: 'Verdana, sans-serif',
|
|
672
|
-
fontSize: '
|
|
725
|
+
fontSize: '13px',
|
|
673
726
|
fontWeight: '500',
|
|
674
|
-
lineHeight: '
|
|
727
|
+
lineHeight: 'auto',
|
|
675
728
|
display: 'flex',
|
|
676
729
|
justifyContent: 'space-between',
|
|
677
730
|
width: '100%',
|
|
@@ -683,6 +736,8 @@ export const <span class="cstat-no" title="statement not covered" >contentStyle
|
|
|
683
736
|
flexDirection: 'column',
|
|
684
737
|
alignItems: 'flex-start',
|
|
685
738
|
gap: '0.625rem',
|
|
739
|
+
fontSize: '13px',
|
|
740
|
+
lineHeight: 'auto',
|
|
686
741
|
}
|
|
687
742
|
|
|
688
743
|
// New widget styles
|
|
@@ -690,35 +745,33 @@ export const <span class="cstat-no" title="statement not covered" >titleWidgetSt
|
|
|
690
745
|
padding: '0.5rem',
|
|
691
746
|
gap: '0.5rem',
|
|
692
747
|
fontFamily: 'Verdana, sans-serif',
|
|
693
|
-
fontSize: '
|
|
748
|
+
fontSize: '16px',
|
|
694
749
|
fontStyle: 'normal',
|
|
695
750
|
fontWeight: '500',
|
|
696
|
-
lineHeight: '
|
|
751
|
+
lineHeight: 'auto',
|
|
697
752
|
color: 'white',
|
|
698
753
|
display: 'flex',
|
|
699
754
|
alignItems: 'center',
|
|
700
755
|
width: '100%',
|
|
701
|
-
borderRadius: '
|
|
702
|
-
background: 'rgba(0, 0, 0, 0.
|
|
756
|
+
borderRadius: '2px',
|
|
757
|
+
background: 'rgba(0, 0, 0, 0.75)',
|
|
703
758
|
boxSizing: 'border-box',
|
|
704
|
-
cursor: 'grab',
|
|
705
759
|
}
|
|
706
760
|
|
|
707
761
|
export const <span class="cstat-no" title="statement not covered" >descriptionWidgetStyle = {</span>
|
|
708
762
|
boxSizing: 'border-box',
|
|
709
763
|
display: 'block',
|
|
710
764
|
width: '100%',
|
|
711
|
-
|
|
712
|
-
border: '1px solid #D9D9D9',
|
|
765
|
+
borderBottom: '1px solid #D9D9D9',
|
|
713
766
|
background: '#FFF',
|
|
714
|
-
padding: '0.
|
|
767
|
+
padding: '0.65rem',
|
|
715
768
|
alignSelf: 'stretch',
|
|
716
769
|
color: '#000',
|
|
717
770
|
fontFamily: 'Verdana, sans-serif',
|
|
718
|
-
fontSize: '0.875rem',
|
|
771
|
+
// fontSize: '0.875rem',
|
|
719
772
|
fontStyle: 'normal',
|
|
720
773
|
fontWeight: '400',
|
|
721
|
-
lineHeight: '1.375rem',
|
|
774
|
+
// lineHeight: '1.375rem',
|
|
722
775
|
}
|
|
723
776
|
|
|
724
777
|
export const <span class="cstat-no" title="statement not covered" >endSectionStyle = {</span>
|
|
@@ -759,10 +812,13 @@ export const <span class="cstat-no" title="statement not covered" >buttonWidgetS
|
|
|
759
812
|
}
|
|
760
813
|
|
|
761
814
|
export const <span class="cstat-no" title="statement not covered" >stopWidgetStyle = {</span>
|
|
762
|
-
marginTop: '
|
|
815
|
+
marginTop: '1rem',
|
|
816
|
+
marginBottom: '1rem',
|
|
763
817
|
cursor: 'pointer',
|
|
764
818
|
display: 'block',
|
|
765
819
|
fontWeight: '500',
|
|
820
|
+
fontSize: '13px!important',
|
|
821
|
+
lineHeight: 'auto',
|
|
766
822
|
}
|
|
767
823
|
|
|
768
824
|
export const <span class="cstat-no" title="statement not covered" >paginationStyle = {</span>
|
|
@@ -777,21 +833,27 @@ export const <span class="cstat-no" title="statement not covered" >paginationSty
|
|
|
777
833
|
|
|
778
834
|
export const <span class="cstat-no" title="statement not covered" >taskNumberActive = {</span>
|
|
779
835
|
display: 'flex',
|
|
780
|
-
padding: '0.0625rem 0.5rem',
|
|
781
836
|
flexDirection: 'column',
|
|
782
837
|
alignItems: 'center',
|
|
838
|
+
justifyContent: 'center',
|
|
783
839
|
borderRadius: '6.25em',
|
|
784
840
|
outline: '1px solid #394EFF',
|
|
841
|
+
fontSize: '13px',
|
|
842
|
+
height: '24px',
|
|
843
|
+
width: '24px',
|
|
785
844
|
}
|
|
786
845
|
export const <span class="cstat-no" title="statement not covered" >taskNumberDone = {</span>
|
|
787
846
|
display: 'flex',
|
|
788
|
-
padding: '0.0625rem 0.5rem',
|
|
789
847
|
flexDirection: 'column',
|
|
790
848
|
alignItems: 'center',
|
|
849
|
+
justifyContent: 'center',
|
|
791
850
|
borderRadius: '6.25em',
|
|
792
851
|
outline: '1px solid #D2DFFF',
|
|
793
852
|
boxShadow: '0px 2px 0px 0px rgba(0, 0, 0, 0.04)',
|
|
794
853
|
background: '#D2DFFF',
|
|
854
|
+
fontSize: '13px',
|
|
855
|
+
height: '24px',
|
|
856
|
+
width: '24px',
|
|
795
857
|
}
|
|
796
858
|
|
|
797
859
|
export const <span class="cstat-no" title="statement not covered" >taskDescriptionCard = {</span>
|
|
@@ -811,7 +873,8 @@ export const <span class="cstat-no" title="statement not covered" >taskTextStyle
|
|
|
811
873
|
}
|
|
812
874
|
|
|
813
875
|
export const <span class="cstat-no" title="statement not covered" >taskDescriptionStyle = {</span>
|
|
814
|
-
|
|
876
|
+
fontSize: '13px',
|
|
877
|
+
lineHeight: 'auto',
|
|
815
878
|
}
|
|
816
879
|
|
|
817
880
|
export const <span class="cstat-no" title="statement not covered" >taskButtonStyle = {</span>
|
|
@@ -819,11 +882,11 @@ export const <span class="cstat-no" title="statement not covered" >taskButtonSty
|
|
|
819
882
|
cursor: 'pointer',
|
|
820
883
|
color: '#394EFF',
|
|
821
884
|
textAlign: 'center',
|
|
822
|
-
fontFamily: '
|
|
823
|
-
fontSize: '
|
|
885
|
+
fontFamily: 'Verdana, sans-serif',
|
|
886
|
+
fontSize: '13px',
|
|
824
887
|
fontStyle: 'normal',
|
|
825
888
|
fontWeight: '500',
|
|
826
|
-
lineHeight: '
|
|
889
|
+
lineHeight: 'auto',
|
|
827
890
|
}
|
|
828
891
|
export const <span class="cstat-no" title="statement not covered" >taskButtonBorderedStyle = {</span>
|
|
829
892
|
...taskButtonStyle,
|
|
@@ -843,6 +906,15 @@ export const <span class="cstat-no" title="statement not covered" >taskButtonsRo
|
|
|
843
906
|
width: '100%',
|
|
844
907
|
boxSizing: 'border-box',
|
|
845
908
|
}
|
|
909
|
+
|
|
910
|
+
export const <span class="cstat-no" title="statement not covered" >spinnerStyles = {</span>
|
|
911
|
+
border: '4px solid rgba(255, 255, 255, 0.4)',
|
|
912
|
+
width: '16px',
|
|
913
|
+
height: '16px',
|
|
914
|
+
borderRadius: '50%',
|
|
915
|
+
borderLeftColor: '#fff',
|
|
916
|
+
animation: 'spin 0.5s linear infinite',
|
|
917
|
+
}
|
|
846
918
|
</pre></td></tr></table></pre>
|
|
847
919
|
|
|
848
920
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -850,7 +922,7 @@ export const <span class="cstat-no" title="statement not covered" >taskButtonsRo
|
|
|
850
922
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
851
923
|
Code coverage generated by
|
|
852
924
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
853
|
-
at 2023-
|
|
925
|
+
at 2023-12-15T15:55:44.965Z
|
|
854
926
|
</div>
|
|
855
927
|
<script src="../../../prettify.js"></script>
|
|
856
928
|
<script>
|