@npm_leadtech/legal-lib-components 0.19.0 → 0.22.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.
Files changed (33) hide show
  1. package/build/index.js +1 -1
  2. package/coverage/clover.xml +22 -28
  3. package/coverage/coverage-final.json +110 -208
  4. package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +1 -1
  5. package/coverage/lcov-report/components/atoms/AddButton/index.html +1 -1
  6. package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +1 -1
  7. package/coverage/lcov-report/components/atoms/CardPane/index.html +1 -1
  8. package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +1 -1
  9. package/coverage/lcov-report/components/atoms/Checkbox/index.html +1 -1
  10. package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +1 -1
  11. package/coverage/lcov-report/components/atoms/Disclaimer/index.html +1 -1
  12. package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +1 -1
  13. package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +1 -1
  14. package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +239 -0
  15. package/coverage/lcov-report/components/atoms/{Button → FormFaq}/index.html +23 -23
  16. package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +1 -1
  17. package/coverage/lcov-report/components/atoms/LogoText/index.html +1 -1
  18. package/coverage/lcov-report/components/atoms/Message/Message.js.html +1 -1
  19. package/coverage/lcov-report/components/atoms/Message/index.html +1 -1
  20. package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +1 -1
  21. package/coverage/lcov-report/components/atoms/RemoveButton/index.html +1 -1
  22. package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +1 -1
  23. package/coverage/lcov-report/components/atoms/SearchSelect/index.html +1 -1
  24. package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +1 -1
  25. package/coverage/lcov-report/components/atoms/Toggle/index.html +1 -1
  26. package/coverage/lcov-report/index.html +24 -24
  27. package/coverage/lcov-report/utils/envVariables.js.html +1 -1
  28. package/coverage/lcov-report/utils/index.html +1 -1
  29. package/coverage/lcov.info +45 -60
  30. package/package.json +1 -1
  31. package/coverage/lcov-report/components/atoms/Button/Button.js.html +0 -551
  32. package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +0 -137
  33. package/coverage/lcov-report/components/atoms/IconImage/index.html +0 -111
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1640266710770" clover="3.2.0">
3
- <project timestamp="1640266710770" name="All files">
4
- <metrics statements="84" coveredstatements="77" conditionals="99" coveredconditionals="68" methods="16" coveredmethods="15" elements="199" coveredelements="160" complexity="0" loc="84" ncloc="84" packages="12" files="12" classes="12"/>
2
+ <coverage generated="1640694075110" clover="3.2.0">
3
+ <project timestamp="1640694075110" name="All files">
4
+ <metrics statements="78" coveredstatements="69" conditionals="86" coveredconditionals="57" methods="18" coveredmethods="15" elements="182" coveredelements="141" complexity="0" loc="78" ncloc="78" packages="12" files="12" classes="12"/>
5
5
  <package name="components.atoms.AddButton">
6
6
  <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
7
7
  <file name="AddButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/AddButton/AddButton.js">
@@ -12,31 +12,6 @@
12
12
  <line num="30" count="1" type="stmt"/>
13
13
  </file>
14
14
  </package>
15
- <package name="components.atoms.Button">
16
- <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
17
- <file name="Button.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js">
18
- <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
19
- <line num="6" count="1" type="stmt"/>
20
- <line num="39" count="15" type="stmt"/>
21
- <line num="44" count="15" type="cond" truecount="1" falsecount="1"/>
22
- <line num="46" count="15" type="cond" truecount="1" falsecount="1"/>
23
- <line num="66" count="15" type="stmt"/>
24
- <line num="67" count="3" type="cond" truecount="1" falsecount="1"/>
25
- <line num="68" count="3" type="cond" truecount="2" falsecount="0"/>
26
- <line num="69" count="1" type="cond" truecount="1" falsecount="1"/>
27
- <line num="70" count="1" type="cond" truecount="2" falsecount="0"/>
28
- <line num="72" count="1" type="stmt"/>
29
- <line num="79" count="15" type="stmt"/>
30
- <line num="92" count="15" type="cond" truecount="2" falsecount="0"/>
31
- <line num="93" count="11" type="stmt"/>
32
- <line num="100" count="4" type="cond" truecount="2" falsecount="0"/>
33
- <line num="101" count="1" type="stmt"/>
34
- <line num="108" count="3" type="cond" truecount="3" falsecount="1"/>
35
- <line num="109" count="3" type="stmt"/>
36
- <line num="116" count="0" type="stmt"/>
37
- <line num="123" count="1" type="stmt"/>
38
- </file>
39
- </package>
40
15
  <package name="components.atoms.CardPane">
41
16
  <metrics statements="7" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
42
17
  <file name="CardPane.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js">
@@ -86,6 +61,25 @@
86
61
  <line num="38" count="1" type="stmt"/>
87
62
  </file>
88
63
  </package>
64
+ <package name="components.atoms.FormFaq">
65
+ <metrics statements="13" coveredstatements="10" conditionals="15" coveredconditionals="7" methods="4" coveredmethods="2"/>
66
+ <file name="FormFaq.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/FormFaq/FormFaq.js">
67
+ <metrics statements="13" coveredstatements="10" conditionals="15" coveredconditionals="7" methods="4" coveredmethods="2"/>
68
+ <line num="5" count="1" type="stmt"/>
69
+ <line num="6" count="5" type="stmt"/>
70
+ <line num="7" count="5" type="stmt"/>
71
+ <line num="9" count="5" type="stmt"/>
72
+ <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
73
+ <line num="18" count="0" type="stmt"/>
74
+ <line num="19" count="0" type="stmt"/>
75
+ <line num="23" count="5" type="stmt"/>
76
+ <line num="24" count="6" type="cond" truecount="2" falsecount="0"/>
77
+ <line num="31" count="4" type="stmt"/>
78
+ <line num="32" count="4" type="stmt"/>
79
+ <line num="36" count="5" type="stmt"/>
80
+ <line num="48" count="1" type="stmt"/>
81
+ </file>
82
+ </package>
89
83
  <package name="components.atoms.LogoText">
90
84
  <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
91
85
  <file name="LogoText.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js">
@@ -50,214 +50,6 @@
50
50
  "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9",
51
51
  "hash": "26395a77eb45b350873cf11ac363eb3fd3b09620"
52
52
  },
53
- "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js": {
54
- "path": "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js",
55
- "statementMap": {
56
- "0": { "start": { "line": 6, "column": 22 }, "end": { "line": 121, "column": 1 } },
57
- "1": { "start": { "line": 39, "column": 16 }, "end": { "line": 42, "column": 3 } },
58
- "2": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 43 } },
59
- "3": { "start": { "line": 46, "column": 21 }, "end": { "line": 64, "column": 4 } },
60
- "4": { "start": { "line": 66, "column": 24 }, "end": { "line": 76, "column": 3 } },
61
- "5": { "start": { "line": 67, "column": 4 }, "end": { "line": 67, "column": 45 } },
62
- "6": { "start": { "line": 67, "column": 17 }, "end": { "line": 67, "column": 45 } },
63
- "7": { "start": { "line": 68, "column": 4 }, "end": { "line": 75, "column": 5 } },
64
- "8": { "start": { "line": 69, "column": 6 }, "end": { "line": 71, "column": 7 } },
65
- "9": { "start": { "line": 70, "column": 8 }, "end": { "line": 70, "column": 50 } },
66
- "10": { "start": { "line": 72, "column": 6 }, "end": { "line": 74, "column": 9 } },
67
- "11": { "start": { "line": 79, "column": 4 }, "end": { "line": 89, "column": 7 } },
68
- "12": { "start": { "line": 92, "column": 2 }, "end": { "line": 98, "column": 3 } },
69
- "13": { "start": { "line": 93, "column": 4 }, "end": { "line": 97, "column": 6 } },
70
- "14": { "start": { "line": 100, "column": 2 }, "end": { "line": 106, "column": 3 } },
71
- "15": { "start": { "line": 101, "column": 4 }, "end": { "line": 105, "column": 6 } },
72
- "16": { "start": { "line": 108, "column": 2 }, "end": { "line": 114, "column": 3 } },
73
- "17": { "start": { "line": 109, "column": 4 }, "end": { "line": 113, "column": 6 } },
74
- "18": { "start": { "line": 116, "column": 2 }, "end": { "line": 120, "column": 4 } },
75
- "19": { "start": { "line": 123, "column": 0 }, "end": { "line": 155, "column": 2 } }
76
- },
77
- "fnMap": {
78
- "0": {
79
- "name": "(anonymous_0)",
80
- "decl": { "start": { "line": 6, "column": 22 }, "end": { "line": 6, "column": 23 } },
81
- "loc": { "start": { "line": 38, "column": 6 }, "end": { "line": 121, "column": 1 } },
82
- "line": 38
83
- },
84
- "1": {
85
- "name": "(anonymous_1)",
86
- "decl": { "start": { "line": 66, "column": 24 }, "end": { "line": 66, "column": 25 } },
87
- "loc": { "start": { "line": 66, "column": 30 }, "end": { "line": 76, "column": 3 } },
88
- "line": 66
89
- }
90
- },
91
- "branchMap": {
92
- "0": {
93
- "loc": { "start": { "line": 44, "column": 20 }, "end": { "line": 44, "column": 43 } },
94
- "type": "cond-expr",
95
- "locations": [
96
- { "start": { "line": 44, "column": 27 }, "end": { "line": 44, "column": 38 } },
97
- { "start": { "line": 44, "column": 41 }, "end": { "line": 44, "column": 43 } }
98
- ],
99
- "line": 44
100
- },
101
- "1": {
102
- "loc": { "start": { "line": 46, "column": 44 }, "end": { "line": 46, "column": 72 } },
103
- "type": "cond-expr",
104
- "locations": [
105
- { "start": { "line": 46, "column": 57 }, "end": { "line": 46, "column": 67 } },
106
- { "start": { "line": 46, "column": 70 }, "end": { "line": 46, "column": 72 } }
107
- ],
108
- "line": 46
109
- },
110
- "2": {
111
- "loc": { "start": { "line": 67, "column": 4 }, "end": { "line": 67, "column": 45 } },
112
- "type": "if",
113
- "locations": [
114
- { "start": { "line": 67, "column": 4 }, "end": { "line": 67, "column": 45 } },
115
- { "start": {}, "end": {} }
116
- ],
117
- "line": 67
118
- },
119
- "3": {
120
- "loc": { "start": { "line": 68, "column": 4 }, "end": { "line": 75, "column": 5 } },
121
- "type": "if",
122
- "locations": [
123
- { "start": { "line": 68, "column": 4 }, "end": { "line": 75, "column": 5 } },
124
- { "start": {}, "end": {} }
125
- ],
126
- "line": 68
127
- },
128
- "4": {
129
- "loc": { "start": { "line": 69, "column": 6 }, "end": { "line": 71, "column": 7 } },
130
- "type": "if",
131
- "locations": [
132
- { "start": { "line": 69, "column": 6 }, "end": { "line": 71, "column": 7 } },
133
- { "start": {}, "end": {} }
134
- ],
135
- "line": 69
136
- },
137
- "5": {
138
- "loc": { "start": { "line": 70, "column": 27 }, "end": { "line": 70, "column": 49 } },
139
- "type": "binary-expr",
140
- "locations": [
141
- { "start": { "line": 70, "column": 27 }, "end": { "line": 70, "column": 43 } },
142
- { "start": { "line": 70, "column": 47 }, "end": { "line": 70, "column": 49 } }
143
- ],
144
- "line": 70
145
- },
146
- "6": {
147
- "loc": { "start": { "line": 80, "column": 7 }, "end": { "line": 80, "column": 33 } },
148
- "type": "cond-expr",
149
- "locations": [
150
- { "start": { "line": 80, "column": 18 }, "end": { "line": 80, "column": 26 } },
151
- { "start": { "line": 80, "column": 29 }, "end": { "line": 80, "column": 33 } }
152
- ],
153
- "line": 80
154
- },
155
- "7": {
156
- "loc": { "start": { "line": 81, "column": 7 }, "end": { "line": 88, "column": 7 } },
157
- "type": "cond-expr",
158
- "locations": [
159
- { "start": { "line": 82, "column": 8 }, "end": { "line": 85, "column": 11 } },
160
- { "start": { "line": 87, "column": 8 }, "end": { "line": 87, "column": 30 } }
161
- ],
162
- "line": 81
163
- },
164
- "8": {
165
- "loc": { "start": { "line": 92, "column": 2 }, "end": { "line": 98, "column": 3 } },
166
- "type": "if",
167
- "locations": [
168
- { "start": { "line": 92, "column": 2 }, "end": { "line": 98, "column": 3 } },
169
- { "start": {}, "end": {} }
170
- ],
171
- "line": 92
172
- },
173
- "9": {
174
- "loc": { "start": { "line": 100, "column": 2 }, "end": { "line": 106, "column": 3 } },
175
- "type": "if",
176
- "locations": [
177
- { "start": { "line": 100, "column": 2 }, "end": { "line": 106, "column": 3 } },
178
- { "start": {}, "end": {} }
179
- ],
180
- "line": 100
181
- },
182
- "10": {
183
- "loc": { "start": { "line": 108, "column": 2 }, "end": { "line": 114, "column": 3 } },
184
- "type": "if",
185
- "locations": [
186
- { "start": { "line": 108, "column": 2 }, "end": { "line": 114, "column": 3 } },
187
- { "start": {}, "end": {} }
188
- ],
189
- "line": 108
190
- },
191
- "11": {
192
- "loc": { "start": { "line": 108, "column": 6 }, "end": { "line": 108, "column": 34 } },
193
- "type": "binary-expr",
194
- "locations": [
195
- { "start": { "line": 108, "column": 6 }, "end": { "line": 108, "column": 16 } },
196
- { "start": { "line": 108, "column": 20 }, "end": { "line": 108, "column": 34 } }
197
- ],
198
- "line": 108
199
- },
200
- "12": {
201
- "loc": { "start": { "line": 110, "column": 52 }, "end": { "line": 110, "column": 68 } },
202
- "type": "cond-expr",
203
- "locations": [
204
- { "start": { "line": 110, "column": 59 }, "end": { "line": 110, "column": 63 } },
205
- { "start": { "line": 110, "column": 66 }, "end": { "line": 110, "column": 68 } }
206
- ],
207
- "line": 110
208
- },
209
- "13": {
210
- "loc": { "start": { "line": 117, "column": 60 }, "end": { "line": 117, "column": 76 } },
211
- "type": "cond-expr",
212
- "locations": [
213
- { "start": { "line": 117, "column": 67 }, "end": { "line": 117, "column": 71 } },
214
- { "start": { "line": 117, "column": 74 }, "end": { "line": 117, "column": 76 } }
215
- ],
216
- "line": 117
217
- }
218
- },
219
- "s": {
220
- "0": 1,
221
- "1": 15,
222
- "2": 15,
223
- "3": 15,
224
- "4": 15,
225
- "5": 3,
226
- "6": 3,
227
- "7": 3,
228
- "8": 1,
229
- "9": 1,
230
- "10": 1,
231
- "11": 15,
232
- "12": 15,
233
- "13": 11,
234
- "14": 4,
235
- "15": 1,
236
- "16": 3,
237
- "17": 3,
238
- "18": 0,
239
- "19": 1
240
- },
241
- "f": { "0": 15, "1": 3 },
242
- "b": {
243
- "0": [0, 15],
244
- "1": [0, 15],
245
- "2": [3, 0],
246
- "3": [1, 2],
247
- "4": [1, 0],
248
- "5": [1, 1],
249
- "6": [0, 15],
250
- "7": [15, 0],
251
- "8": [11, 4],
252
- "9": [1, 3],
253
- "10": [3, 0],
254
- "11": [3, 2],
255
- "12": [3, 0],
256
- "13": [0, 0]
257
- },
258
- "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9",
259
- "hash": "6700d95ab364931b635a12305f58c40bf8803ee7"
260
- },
261
53
  "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js": {
262
54
  "path": "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js",
263
55
  "statementMap": {
@@ -482,6 +274,116 @@
482
274
  "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9",
483
275
  "hash": "1423ba69e88850f7db2a28d9f70147bb5d94f682"
484
276
  },
277
+ "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/FormFaq/FormFaq.js": {
278
+ "path": "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/FormFaq/FormFaq.js",
279
+ "statementMap": {
280
+ "0": { "start": { "line": 5, "column": 23 }, "end": { "line": 46, "column": 1 } },
281
+ "1": { "start": { "line": 6, "column": 18 }, "end": { "line": 6, "column": 30 } },
282
+ "2": { "start": { "line": 7, "column": 22 }, "end": { "line": 7, "column": 34 } },
283
+ "3": { "start": { "line": 9, "column": 23 }, "end": { "line": 21, "column": 3 } },
284
+ "4": { "start": { "line": 10, "column": 4 }, "end": { "line": 20, "column": 5 } },
285
+ "5": { "start": { "line": 18, "column": 6 }, "end": { "line": 18, "column": 50 } },
286
+ "6": { "start": { "line": 19, "column": 6 }, "end": { "line": 19, "column": 63 } },
287
+ "7": { "start": { "line": 23, "column": 22 }, "end": { "line": 34, "column": 3 } },
288
+ "8": { "start": { "line": 24, "column": 4 }, "end": { "line": 33, "column": 5 } },
289
+ "9": { "start": { "line": 31, "column": 6 }, "end": { "line": 31, "column": 50 } },
290
+ "10": { "start": { "line": 32, "column": 6 }, "end": { "line": 32, "column": 78 } },
291
+ "11": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 76 } },
292
+ "12": { "start": { "line": 36, "column": 2 }, "end": { "line": 45, "column": 4 } },
293
+ "13": { "start": { "line": 48, "column": 0 }, "end": { "line": 51, "column": 2 } }
294
+ },
295
+ "fnMap": {
296
+ "0": {
297
+ "name": "(anonymous_0)",
298
+ "decl": { "start": { "line": 5, "column": 23 }, "end": { "line": 5, "column": 24 } },
299
+ "loc": { "start": { "line": 5, "column": 46 }, "end": { "line": 46, "column": 1 } },
300
+ "line": 5
301
+ },
302
+ "1": {
303
+ "name": "(anonymous_1)",
304
+ "decl": { "start": { "line": 9, "column": 23 }, "end": { "line": 9, "column": 24 } },
305
+ "loc": { "start": { "line": 9, "column": 39 }, "end": { "line": 21, "column": 3 } },
306
+ "line": 9
307
+ },
308
+ "2": {
309
+ "name": "(anonymous_2)",
310
+ "decl": { "start": { "line": 23, "column": 22 }, "end": { "line": 23, "column": 23 } },
311
+ "loc": { "start": { "line": 23, "column": 38 }, "end": { "line": 34, "column": 3 } },
312
+ "line": 23
313
+ },
314
+ "3": {
315
+ "name": "(anonymous_3)",
316
+ "decl": { "start": { "line": 32, "column": 17 }, "end": { "line": 32, "column": 18 } },
317
+ "loc": { "start": { "line": 32, "column": 23 }, "end": { "line": 32, "column": 76 } },
318
+ "line": 32
319
+ }
320
+ },
321
+ "branchMap": {
322
+ "0": {
323
+ "loc": { "start": { "line": 10, "column": 4 }, "end": { "line": 20, "column": 5 } },
324
+ "type": "if",
325
+ "locations": [
326
+ { "start": { "line": 10, "column": 4 }, "end": { "line": 20, "column": 5 } },
327
+ { "start": {}, "end": {} }
328
+ ],
329
+ "line": 10
330
+ },
331
+ "1": {
332
+ "loc": { "start": { "line": 11, "column": 6 }, "end": { "line": 16, "column": 43 } },
333
+ "type": "binary-expr",
334
+ "locations": [
335
+ { "start": { "line": 11, "column": 6 }, "end": { "line": 11, "column": 13 } },
336
+ { "start": { "line": 12, "column": 6 }, "end": { "line": 12, "column": 21 } },
337
+ { "start": { "line": 13, "column": 6 }, "end": { "line": 13, "column": 22 } },
338
+ { "start": { "line": 14, "column": 6 }, "end": { "line": 14, "column": 30 } },
339
+ { "start": { "line": 15, "column": 6 }, "end": { "line": 15, "column": 39 } },
340
+ { "start": { "line": 16, "column": 6 }, "end": { "line": 16, "column": 43 } }
341
+ ],
342
+ "line": 11
343
+ },
344
+ "2": {
345
+ "loc": { "start": { "line": 24, "column": 4 }, "end": { "line": 33, "column": 5 } },
346
+ "type": "if",
347
+ "locations": [
348
+ { "start": { "line": 24, "column": 4 }, "end": { "line": 33, "column": 5 } },
349
+ { "start": {}, "end": {} }
350
+ ],
351
+ "line": 24
352
+ },
353
+ "3": {
354
+ "loc": { "start": { "line": 25, "column": 6 }, "end": { "line": 29, "column": 39 } },
355
+ "type": "binary-expr",
356
+ "locations": [
357
+ { "start": { "line": 25, "column": 6 }, "end": { "line": 25, "column": 13 } },
358
+ { "start": { "line": 26, "column": 6 }, "end": { "line": 26, "column": 21 } },
359
+ { "start": { "line": 27, "column": 6 }, "end": { "line": 27, "column": 22 } },
360
+ { "start": { "line": 28, "column": 6 }, "end": { "line": 28, "column": 30 } },
361
+ { "start": { "line": 29, "column": 6 }, "end": { "line": 29, "column": 39 } }
362
+ ],
363
+ "line": 25
364
+ }
365
+ },
366
+ "s": {
367
+ "0": 1,
368
+ "1": 5,
369
+ "2": 5,
370
+ "3": 5,
371
+ "4": 0,
372
+ "5": 0,
373
+ "6": 0,
374
+ "7": 5,
375
+ "8": 6,
376
+ "9": 4,
377
+ "10": 4,
378
+ "11": 0,
379
+ "12": 5,
380
+ "13": 1
381
+ },
382
+ "f": { "0": 5, "1": 0, "2": 6, "3": 0 },
383
+ "b": { "0": [0, 0], "1": [0, 0, 0, 0, 0, 0], "2": [4, 2], "3": [6, 6, 6, 6, 6] },
384
+ "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9",
385
+ "hash": "2db2db3cd874a0d9d446991211a8f02be83893c6"
386
+ },
485
387
  "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js": {
486
388
  "path": "/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js",
487
389
  "statementMap": {
@@ -214,7 +214,7 @@ AddButton.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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
217
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
218
218
  </div>
219
219
  </div>
220
220
  <script src="../../../prettify.js"></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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
104
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
105
105
  </div>
106
106
  </div>
107
107
  <script src="../../../prettify.js"></script>
@@ -148,7 +148,7 @@ export { CardPane };
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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
151
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
152
152
  </div>
153
153
  </div>
154
154
  <script src="../../../prettify.js"></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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
104
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
105
105
  </div>
106
106
  </div>
107
107
  <script src="../../../prettify.js"></script>
@@ -196,7 +196,7 @@ 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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
199
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
200
200
  </div>
201
201
  </div>
202
202
  <script src="../../../prettify.js"></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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
104
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
105
105
  </div>
106
106
  </div>
107
107
  <script src="../../../prettify.js"></script>
@@ -238,7 +238,7 @@ 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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
241
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
242
242
  </div>
243
243
  </div>
244
244
  <script src="../../../prettify.js"></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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
104
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
105
105
  </div>
106
106
  </div>
107
107
  <script src="../../../prettify.js"></script>
@@ -193,7 +193,7 @@ 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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
196
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
197
197
  </div>
198
198
  </div>
199
199
  <script src="../../../prettify.js"></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 Thu Dec 23 2021 14:38:30 GMT+0100 (GMT+01:00)
104
+ at Tue Dec 28 2021 13:21:15 GMT+0100 (GMT+01:00)
105
105
  </div>
106
106
  </div>
107
107
  <script src="../../../prettify.js"></script>