@npm_leadtech/legal-lib-components 0.40.1 → 0.42.1
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/README.md +1 -0
- package/build/index.js +1 -1
- package/coverage/clover.xml +32 -4
- package/coverage/coverage-final.json +3 -1
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +1 -1
- package/coverage/lcov-report/components/atoms/AddButton/index.html +1 -1
- package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +1 -1
- package/coverage/lcov-report/components/atoms/BillCard/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Button/Button.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Button/index.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +5 -2
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +1 -1
- package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +1 -1
- package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +1 -1
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +1 -1
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +1 -1
- package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +1 -1
- package/coverage/lcov-report/components/atoms/FormFaq/index.html +1 -1
- package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +139 -0
- package/coverage/lcov-report/components/atoms/IconImage/index.html +116 -0
- package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +1 -1
- package/coverage/lcov-report/components/atoms/InfoBox/index.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/index.html +1 -1
- package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +1 -1
- package/coverage/lcov-report/components/atoms/ProgressBar/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Radio/Radio.js.html +310 -0
- package/coverage/lcov-report/components/atoms/Radio/index.html +116 -0
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +1 -1
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +1 -1
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +1 -1
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +1 -1
- package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +1 -1
- package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Spinner/index.html +1 -1
- package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +1 -1
- package/coverage/lcov-report/components/atoms/TestAB/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Toggle/index.html +1 -1
- package/coverage/lcov-report/index.html +39 -9
- package/coverage/lcov-report/utils/envVariables.js.html +1 -1
- package/coverage/lcov-report/utils/index.html +1 -1
- package/coverage/lcov.info +58 -1
- package/package.json +1 -1
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">91.
|
|
26
|
+
<span class="strong">91.44% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>171/187</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">68
|
|
33
|
+
<span class="strong">67.68% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>111/164</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">84.
|
|
40
|
+
<span class="strong">84.09% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>37/44</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">92.
|
|
47
|
+
<span class="strong">92.3% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>168/182</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -213,6 +213,21 @@
|
|
|
213
213
|
<td data-value="13" class="abs medium">10/13</td>
|
|
214
214
|
</tr>
|
|
215
215
|
|
|
216
|
+
<tr>
|
|
217
|
+
<td class="file high" data-value="components/atoms/IconImage"><a href="components/atoms/IconImage/index.html">components/atoms/IconImage</a></td>
|
|
218
|
+
<td data-value="83.33" class="pic high">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
|
|
220
|
+
</td>
|
|
221
|
+
<td data-value="83.33" class="pct high">83.33%</td>
|
|
222
|
+
<td data-value="6" class="abs high">5/6</td>
|
|
223
|
+
<td data-value="66.66" class="pct medium">66.66%</td>
|
|
224
|
+
<td data-value="3" class="abs medium">2/3</td>
|
|
225
|
+
<td data-value="100" class="pct high">100%</td>
|
|
226
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
227
|
+
<td data-value="83.33" class="pct high">83.33%</td>
|
|
228
|
+
<td data-value="6" class="abs high">5/6</td>
|
|
229
|
+
</tr>
|
|
230
|
+
|
|
216
231
|
<tr>
|
|
217
232
|
<td class="file high" data-value="components/atoms/InfoBox"><a href="components/atoms/InfoBox/index.html">components/atoms/InfoBox</a></td>
|
|
218
233
|
<td data-value="100" class="pic high">
|
|
@@ -273,6 +288,21 @@
|
|
|
273
288
|
<td data-value="4" class="abs high">4/4</td>
|
|
274
289
|
</tr>
|
|
275
290
|
|
|
291
|
+
<tr>
|
|
292
|
+
<td class="file high" data-value="components/atoms/Radio"><a href="components/atoms/Radio/index.html">components/atoms/Radio</a></td>
|
|
293
|
+
<td data-value="90" class="pic high">
|
|
294
|
+
<div class="chart"><div class="cover-fill" style="width: 90%"></div><div class="cover-empty" style="width: 10%"></div></div>
|
|
295
|
+
</td>
|
|
296
|
+
<td data-value="90" class="pct high">90%</td>
|
|
297
|
+
<td data-value="10" class="abs high">9/10</td>
|
|
298
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
299
|
+
<td data-value="10" class="abs medium">5/10</td>
|
|
300
|
+
<td data-value="75" class="pct medium">75%</td>
|
|
301
|
+
<td data-value="4" class="abs medium">3/4</td>
|
|
302
|
+
<td data-value="90" class="pct high">90%</td>
|
|
303
|
+
<td data-value="10" class="abs high">9/10</td>
|
|
304
|
+
</tr>
|
|
305
|
+
|
|
276
306
|
<tr>
|
|
277
307
|
<td class="file high" data-value="components/atoms/RemoveButton"><a href="components/atoms/RemoveButton/index.html">components/atoms/RemoveButton</a></td>
|
|
278
308
|
<td data-value="100" class="pic high">
|
|
@@ -386,7 +416,7 @@
|
|
|
386
416
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
387
417
|
Code coverage generated by
|
|
388
418
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
389
|
-
at
|
|
419
|
+
at Thu Jan 27 2022 15:12:57 GMT+0100 (GMT+01:00)
|
|
390
420
|
</div>
|
|
391
421
|
<script src="prettify.js"></script>
|
|
392
422
|
<script>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
74
74
|
Code coverage generated by
|
|
75
75
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
76
|
-
at
|
|
76
|
+
at Thu Jan 27 2022 15:12:57 GMT+0100 (GMT+01:00)
|
|
77
77
|
</div>
|
|
78
78
|
<script src="../prettify.js"></script>
|
|
79
79
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Thu Jan 27 2022 15:12:57 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
package/coverage/lcov.info
CHANGED
|
@@ -140,7 +140,7 @@ DA:6,3
|
|
|
140
140
|
DA:9,3
|
|
141
141
|
DA:11,3
|
|
142
142
|
DA:13,3
|
|
143
|
-
DA:
|
|
143
|
+
DA:32,1
|
|
144
144
|
LF:6
|
|
145
145
|
LH:6
|
|
146
146
|
BRDA:6,0,0,3
|
|
@@ -342,6 +342,26 @@ BRF:15
|
|
|
342
342
|
BRH:7
|
|
343
343
|
end_of_record
|
|
344
344
|
TN:
|
|
345
|
+
SF:src/components/atoms/IconImage/IconImage.js
|
|
346
|
+
FN:4,(anonymous_0)
|
|
347
|
+
FNF:1
|
|
348
|
+
FNH:1
|
|
349
|
+
FNDA:3,(anonymous_0)
|
|
350
|
+
DA:4,2
|
|
351
|
+
DA:5,3
|
|
352
|
+
DA:6,0
|
|
353
|
+
DA:8,3
|
|
354
|
+
DA:10,3
|
|
355
|
+
DA:13,2
|
|
356
|
+
LF:6
|
|
357
|
+
LH:5
|
|
358
|
+
BRDA:4,0,0,2
|
|
359
|
+
BRDA:5,1,0,0
|
|
360
|
+
BRDA:5,1,1,3
|
|
361
|
+
BRF:3
|
|
362
|
+
BRH:2
|
|
363
|
+
end_of_record
|
|
364
|
+
TN:
|
|
345
365
|
SF:src/components/atoms/InfoBox/InfoBox.js
|
|
346
366
|
FN:6,(anonymous_0)
|
|
347
367
|
FNF:1
|
|
@@ -403,6 +423,43 @@ BRF:0
|
|
|
403
423
|
BRH:0
|
|
404
424
|
end_of_record
|
|
405
425
|
TN:
|
|
426
|
+
SF:src/components/atoms/Radio/Radio.js
|
|
427
|
+
FN:6,(anonymous_0)
|
|
428
|
+
FN:14,(anonymous_1)
|
|
429
|
+
FN:15,(anonymous_2)
|
|
430
|
+
FN:29,(anonymous_3)
|
|
431
|
+
FNF:4
|
|
432
|
+
FNH:3
|
|
433
|
+
FNDA:5,(anonymous_0)
|
|
434
|
+
FNDA:15,(anonymous_1)
|
|
435
|
+
FNDA:0,(anonymous_2)
|
|
436
|
+
FNDA:10,(anonymous_3)
|
|
437
|
+
DA:6,1
|
|
438
|
+
DA:7,5
|
|
439
|
+
DA:13,5
|
|
440
|
+
DA:14,15
|
|
441
|
+
DA:15,0
|
|
442
|
+
DA:18,5
|
|
443
|
+
DA:21,5
|
|
444
|
+
DA:23,5
|
|
445
|
+
DA:30,10
|
|
446
|
+
DA:62,1
|
|
447
|
+
LF:10
|
|
448
|
+
LH:9
|
|
449
|
+
BRDA:18,0,0,0
|
|
450
|
+
BRDA:18,0,1,5
|
|
451
|
+
BRDA:19,1,0,0
|
|
452
|
+
BRDA:19,1,1,5
|
|
453
|
+
BRDA:21,2,0,5
|
|
454
|
+
BRDA:21,2,1,0
|
|
455
|
+
BRDA:31,3,0,0
|
|
456
|
+
BRDA:31,3,1,10
|
|
457
|
+
BRDA:33,4,0,10
|
|
458
|
+
BRDA:33,4,1,0
|
|
459
|
+
BRF:10
|
|
460
|
+
BRH:5
|
|
461
|
+
end_of_record
|
|
462
|
+
TN:
|
|
406
463
|
SF:src/components/atoms/RemoveButton/RemoveButton.js
|
|
407
464
|
FN:5,(anonymous_0)
|
|
408
465
|
FNF:1
|