@npm_leadtech/legal-lib-components 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -1
- package/coverage/clover.xml +43 -12
- package/coverage/coverage-final.json +13 -748
- package/coverage/lcov-report/block-navigation.js +68 -56
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +1 -2
- package/coverage/lcov-report/components/atoms/AddButton/index.html +1 -2
- package/coverage/lcov-report/components/atoms/Button/Button.js.html +550 -0
- package/coverage/lcov-report/components/atoms/Button/index.html +116 -0
- package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +74 -18
- package/coverage/lcov-report/components/atoms/CardPane/index.html +15 -16
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +1 -2
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +1 -2
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +1 -2
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +1 -2
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +1 -2
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +1 -2
- package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +9 -4
- package/coverage/lcov-report/components/atoms/FormFaq/index.html +1 -2
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +1 -2
- package/coverage/lcov-report/components/atoms/LogoText/index.html +1 -2
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +1 -2
- package/coverage/lcov-report/components/atoms/Message/index.html +1 -2
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +1 -2
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +1 -2
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +1 -2
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +1 -2
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +1 -2
- package/coverage/lcov-report/components/atoms/Toggle/index.html +1 -2
- package/coverage/lcov-report/index.html +32 -18
- package/coverage/lcov-report/prettify.js +1 -895
- package/coverage/lcov-report/sorter.js +172 -165
- package/coverage/lcov-report/utils/envVariables.js.html +1 -2
- package/coverage/lcov-report/utils/index.html +1 -2
- package/coverage/lcov.info +90 -16
- package/package.json +1 -1
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for components/atoms/Button</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../../index.html">All files</a> components/atoms/Button</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">95% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>19/20</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">64.28% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>18/28</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>2/2</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">94.73% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>18/19</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<div class="pad1">
|
|
66
|
+
<table class="coverage-summary">
|
|
67
|
+
<thead>
|
|
68
|
+
<tr>
|
|
69
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
70
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
71
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
72
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
73
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
74
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
75
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
76
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
77
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
78
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
79
|
+
</tr>
|
|
80
|
+
</thead>
|
|
81
|
+
<tbody><tr>
|
|
82
|
+
<td class="file high" data-value="Button.js"><a href="Button.js.html">Button.js</a></td>
|
|
83
|
+
<td data-value="95" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
|
|
85
|
+
</td>
|
|
86
|
+
<td data-value="95" class="pct high">95%</td>
|
|
87
|
+
<td data-value="20" class="abs high">19/20</td>
|
|
88
|
+
<td data-value="64.28" class="pct medium">64.28%</td>
|
|
89
|
+
<td data-value="28" class="abs medium">18/28</td>
|
|
90
|
+
<td data-value="100" class="pct high">100%</td>
|
|
91
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
92
|
+
<td data-value="94.73" class="pct high">94.73%</td>
|
|
93
|
+
<td data-value="19" class="abs high">18/19</td>
|
|
94
|
+
</tr>
|
|
95
|
+
|
|
96
|
+
</tbody>
|
|
97
|
+
</table>
|
|
98
|
+
</div>
|
|
99
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
100
|
+
</div><!-- /wrapper -->
|
|
101
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
|
+
Code coverage generated by
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
|
+
</div>
|
|
106
|
+
<script src="../../../prettify.js"></script>
|
|
107
|
+
<script>
|
|
108
|
+
window.onload = function () {
|
|
109
|
+
prettyPrint();
|
|
110
|
+
};
|
|
111
|
+
</script>
|
|
112
|
+
<script src="../../../sorter.js"></script>
|
|
113
|
+
<script src="../../../block-navigation.js"></script>
|
|
114
|
+
</body>
|
|
115
|
+
</html>
|
|
116
|
+
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">92.3% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>12/13</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">90% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>9/10</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">92.3% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>12/13</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -89,12 +89,42 @@
|
|
|
89
89
|
<a name='L24'></a><a href='#L24'>24</a>
|
|
90
90
|
<a name='L25'></a><a href='#L25'>25</a>
|
|
91
91
|
<a name='L26'></a><a href='#L26'>26</a>
|
|
92
|
-
<a name='L27'></a><a href='#L27'>27</a
|
|
92
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
93
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
94
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
95
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
96
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
97
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
98
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
99
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
100
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
101
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
102
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
103
|
+
<a name='L38'></a><a href='#L38'>38</a>
|
|
104
|
+
<a name='L39'></a><a href='#L39'>39</a>
|
|
105
|
+
<a name='L40'></a><a href='#L40'>40</a>
|
|
106
|
+
<a name='L41'></a><a href='#L41'>41</a>
|
|
107
|
+
<a name='L42'></a><a href='#L42'>42</a>
|
|
108
|
+
<a name='L43'></a><a href='#L43'>43</a>
|
|
109
|
+
<a name='L44'></a><a href='#L44'>44</a>
|
|
110
|
+
<a name='L45'></a><a href='#L45'>45</a>
|
|
111
|
+
<a name='L46'></a><a href='#L46'>46</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
93
112
|
<span class="cline-any cline-neutral"> </span>
|
|
94
113
|
<span class="cline-any cline-neutral"> </span>
|
|
95
114
|
<span class="cline-any cline-neutral"> </span>
|
|
96
115
|
<span class="cline-any cline-yes">1x</span>
|
|
97
|
-
<span class="cline-any cline-yes">
|
|
116
|
+
<span class="cline-any cline-yes">7x</span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-yes">7x</span>
|
|
119
|
+
<span class="cline-any cline-yes">1x</span>
|
|
120
|
+
<span class="cline-any cline-yes">6x</span>
|
|
121
|
+
<span class="cline-any cline-yes">1x</span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-yes">7x</span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span>
|
|
125
|
+
<span class="cline-any cline-neutral"> </span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span>
|
|
127
|
+
<span class="cline-any cline-neutral"> </span>
|
|
98
128
|
<span class="cline-any cline-neutral"> </span>
|
|
99
129
|
<span class="cline-any cline-neutral"> </span>
|
|
100
130
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -102,12 +132,20 @@
|
|
|
102
132
|
<span class="cline-any cline-neutral"> </span>
|
|
103
133
|
<span class="cline-any cline-neutral"> </span>
|
|
104
134
|
<span class="cline-any cline-neutral"> </span>
|
|
105
|
-
<span class="cline-any cline-yes">1x</span>
|
|
106
|
-
<span class="cline-any cline-yes">3x</span>
|
|
107
135
|
<span class="cline-any cline-no"> </span>
|
|
108
136
|
<span class="cline-any cline-neutral"> </span>
|
|
109
137
|
<span class="cline-any cline-neutral"> </span>
|
|
110
|
-
<span class="cline-any cline-
|
|
138
|
+
<span class="cline-any cline-neutral"> </span>
|
|
139
|
+
<span class="cline-any cline-neutral"> </span>
|
|
140
|
+
<span class="cline-any cline-neutral"> </span>
|
|
141
|
+
<span class="cline-any cline-neutral"> </span>
|
|
142
|
+
<span class="cline-any cline-neutral"> </span>
|
|
143
|
+
<span class="cline-any cline-yes">1x</span>
|
|
144
|
+
<span class="cline-any cline-yes">6x</span>
|
|
145
|
+
<span class="cline-any cline-yes">1x</span>
|
|
146
|
+
<span class="cline-any cline-neutral"> </span>
|
|
147
|
+
<span class="cline-any cline-neutral"> </span>
|
|
148
|
+
<span class="cline-any cline-yes">5x</span>
|
|
111
149
|
<span class="cline-any cline-neutral"> </span>
|
|
112
150
|
<span class="cline-any cline-neutral"> </span>
|
|
113
151
|
<span class="cline-any cline-yes">1x</span>
|
|
@@ -120,17 +158,36 @@ import PropTypes from 'prop-types';
|
|
|
120
158
|
import './CardPane.scss';
|
|
121
159
|
|
|
122
160
|
const renderCardPaneInfo = ({ description, id, title }) => {
|
|
123
|
-
|
|
161
|
+
if (description === 'Active' || 'Inactive') {
|
|
162
|
+
let descriptionClass;
|
|
163
|
+
if (description === 'Active') {
|
|
164
|
+
descriptionClass = 'pane--description--active';
|
|
165
|
+
} else if (description === 'Inactive') {
|
|
166
|
+
descriptionClass = 'pane--description--inactive';
|
|
167
|
+
}
|
|
168
|
+
return (
|
|
169
|
+
<div key={id} className='pane-wrapper'>
|
|
170
|
+
<div className='pane--title'>{title}</div>
|
|
171
|
+
<div data-testid='description-div' className={descriptionClass}>
|
|
172
|
+
<li className='position'>
|
|
173
|
+
<div className='marker'>{description}</div>
|
|
174
|
+
</li>
|
|
175
|
+
</div>
|
|
176
|
+
</div>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
124
181
|
<div key={id} className='pane-wrapper'>
|
|
125
|
-
<
|
|
126
|
-
<
|
|
182
|
+
<div className='pane--title'>{title}</div>
|
|
183
|
+
<div className='pane--description'>{description}</div>
|
|
127
184
|
</div>
|
|
128
185
|
);
|
|
129
186
|
};
|
|
130
187
|
|
|
131
188
|
const CardPane = ({ data }) => {
|
|
132
|
-
|
|
133
|
-
|
|
189
|
+
if (!data.length) {
|
|
190
|
+
return null;
|
|
134
191
|
}
|
|
135
192
|
|
|
136
193
|
return <div className='pane'>{data.map(renderCardPaneInfo)}</div>;
|
|
@@ -148,9 +205,8 @@ export { CardPane };
|
|
|
148
205
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
206
|
Code coverage generated by
|
|
150
207
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
151
|
-
at Tue Dec 28 2021
|
|
208
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
152
209
|
</div>
|
|
153
|
-
</div>
|
|
154
210
|
<script src="../../../prettify.js"></script>
|
|
155
211
|
<script>
|
|
156
212
|
window.onload = function () {
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">92.3% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>12/13</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">90% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>9/10</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">92.3% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>12/13</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file high" data-value="CardPane.js"><a href="CardPane.js.html">CardPane.js</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
83
|
+
<td data-value="92.3" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
88
|
-
<td data-value="
|
|
89
|
-
<td data-value="
|
|
86
|
+
<td data-value="92.3" class="pct high">92.3%</td>
|
|
87
|
+
<td data-value="13" class="abs high">12/13</td>
|
|
88
|
+
<td data-value="90" class="pct high">90%</td>
|
|
89
|
+
<td data-value="10" class="abs high">9/10</td>
|
|
90
90
|
<td data-value="100" class="pct high">100%</td>
|
|
91
91
|
<td data-value="2" class="abs high">2/2</td>
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="
|
|
92
|
+
<td data-value="92.3" class="pct high">92.3%</td>
|
|
93
|
+
<td data-value="13" class="abs high">12/13</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
</tbody>
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -196,9 +196,8 @@ Checkbox.propTypes = {
|
|
|
196
196
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
197
197
|
Code coverage generated by
|
|
198
198
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
199
|
-
at Tue Dec 28 2021
|
|
199
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
200
200
|
</div>
|
|
201
|
-
</div>
|
|
202
201
|
<script src="../../../prettify.js"></script>
|
|
203
202
|
<script>
|
|
204
203
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -238,9 +238,8 @@ Disclaimer.propTypes = {
|
|
|
238
238
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
239
239
|
Code coverage generated by
|
|
240
240
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
241
|
-
at Tue Dec 28 2021
|
|
241
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
242
242
|
</div>
|
|
243
|
-
</div>
|
|
244
243
|
<script src="../../../prettify.js"></script>
|
|
245
244
|
<script>
|
|
246
245
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -193,9 +193,8 @@ DocumentStatus.propTypes = {
|
|
|
193
193
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
194
194
|
Code coverage generated by
|
|
195
195
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
196
|
-
at Tue Dec 28 2021
|
|
196
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
197
197
|
</div>
|
|
198
|
-
</div>
|
|
199
198
|
<script src="../../../prettify.js"></script>
|
|
200
199
|
<script>
|
|
201
200
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -114,7 +114,9 @@
|
|
|
114
114
|
<a name='L49'></a><a href='#L49'>49</a>
|
|
115
115
|
<a name='L50'></a><a href='#L50'>50</a>
|
|
116
116
|
<a name='L51'></a><a href='#L51'>51</a>
|
|
117
|
-
<a name='L52'></a><a href='#L52'>52</a
|
|
117
|
+
<a name='L52'></a><a href='#L52'>52</a>
|
|
118
|
+
<a name='L53'></a><a href='#L53'>53</a>
|
|
119
|
+
<a name='L54'></a><a href='#L54'>54</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
118
120
|
<span class="cline-any cline-neutral"> </span>
|
|
119
121
|
<span class="cline-any cline-neutral"> </span>
|
|
120
122
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -161,6 +163,8 @@
|
|
|
161
163
|
<span class="cline-any cline-neutral"> </span>
|
|
162
164
|
<span class="cline-any cline-neutral"> </span>
|
|
163
165
|
<span class="cline-any cline-neutral"> </span>
|
|
166
|
+
<span class="cline-any cline-neutral"> </span>
|
|
167
|
+
<span class="cline-any cline-neutral"> </span>
|
|
164
168
|
<span class="cline-any cline-yes">1x</span>
|
|
165
169
|
<span class="cline-any cline-neutral"> </span>
|
|
166
170
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -203,7 +207,9 @@ export const FormFaq = ({ title, answer }) => {
|
|
|
203
207
|
return (
|
|
204
208
|
<li className={`form-faq`}>
|
|
205
209
|
<div className={`form-faq__container`} onTouchStart={showTooltip}>
|
|
206
|
-
<p ref={faqTitleRef} className={`form-faq__title sans-serif --small`}>
|
|
210
|
+
<p ref={faqTitleRef} className={`form-faq__title sans-serif --small`}>
|
|
211
|
+
{title}
|
|
212
|
+
</p>
|
|
207
213
|
<div ref={tooltip} className={`form-faq__answer sans-serif --extra-small`}>
|
|
208
214
|
{answer}
|
|
209
215
|
</div>
|
|
@@ -223,9 +229,8 @@ FormFaq.propTypes = {
|
|
|
223
229
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
224
230
|
Code coverage generated by
|
|
225
231
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
226
|
-
at Tue Dec 28 2021
|
|
232
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
227
233
|
</div>
|
|
228
|
-
</div>
|
|
229
234
|
<script src="../../../prettify.js"></script>
|
|
230
235
|
<script>
|
|
231
236
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -154,9 +154,8 @@ LogoText.propTypes = {
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
157
|
-
at Tue Dec 28 2021
|
|
157
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
158
158
|
</div>
|
|
159
|
-
</div>
|
|
160
159
|
<script src="../../../prettify.js"></script>
|
|
161
160
|
<script>
|
|
162
161
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -118,9 +118,8 @@ Message.proptypes = {
|
|
|
118
118
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
119
119
|
Code coverage generated by
|
|
120
120
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
121
|
-
at Tue Dec 28 2021
|
|
121
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
122
122
|
</div>
|
|
123
|
-
</div>
|
|
124
123
|
<script src="../../../prettify.js"></script>
|
|
125
124
|
<script>
|
|
126
125
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -214,9 +214,8 @@ RemoveButton.propTypes = {
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
217
|
-
at Tue Dec 28 2021
|
|
217
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
218
218
|
</div>
|
|
219
|
-
</div>
|
|
220
219
|
<script src="../../../prettify.js"></script>
|
|
221
220
|
<script>
|
|
222
221
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -367,9 +367,8 @@ SearchSelect.propTypes = {
|
|
|
367
367
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
368
368
|
Code coverage generated by
|
|
369
369
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
370
|
-
at Tue Dec 28 2021
|
|
370
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
371
371
|
</div>
|
|
372
|
-
</div>
|
|
373
372
|
<script src="../../../prettify.js"></script>
|
|
374
373
|
<script>
|
|
375
374
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|
|
@@ -148,9 +148,8 @@ Toggle.propTypes = {
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
151
|
-
at Tue Dec 28 2021
|
|
151
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
152
152
|
</div>
|
|
153
|
-
</div>
|
|
154
153
|
<script src="../../../prettify.js"></script>
|
|
155
154
|
<script>
|
|
156
155
|
window.onload = function () {
|
|
@@ -101,9 +101,8 @@
|
|
|
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 Tue Dec 28 2021
|
|
104
|
+
at Tue Dec 28 2021 16:21:31 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
|
-
</div>
|
|
107
106
|
<script src="../../../prettify.js"></script>
|
|
108
107
|
<script>
|
|
109
108
|
window.onload = function () {
|