@npm_leadtech/legal-lib-components 0.48.0 → 1.0.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.
Files changed (113) hide show
  1. package/README.md +1 -1
  2. package/coverage/clover.xml +365 -0
  3. package/coverage/coverage-final.json +29 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +87 -0
  6. package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +229 -0
  7. package/coverage/lcov-report/components/atoms/AddButton/index.html +116 -0
  8. package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +166 -0
  9. package/coverage/lcov-report/components/atoms/BillCard/index.html +116 -0
  10. package/coverage/lcov-report/components/atoms/Button/Button.js.html +550 -0
  11. package/coverage/lcov-report/components/atoms/Button/index.html +116 -0
  12. package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +220 -0
  13. package/coverage/lcov-report/components/atoms/CardPane/index.html +116 -0
  14. package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +214 -0
  15. package/coverage/lcov-report/components/atoms/Checkbox/index.html +116 -0
  16. package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +628 -0
  17. package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +116 -0
  18. package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +259 -0
  19. package/coverage/lcov-report/components/atoms/Disclaimer/index.html +116 -0
  20. package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +208 -0
  21. package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +116 -0
  22. package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +244 -0
  23. package/coverage/lcov-report/components/atoms/FormFaq/index.html +116 -0
  24. package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +139 -0
  25. package/coverage/lcov-report/components/atoms/IconImage/index.html +116 -0
  26. package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +154 -0
  27. package/coverage/lcov-report/components/atoms/InfoBox/index.html +116 -0
  28. package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +169 -0
  29. package/coverage/lcov-report/components/atoms/LogoText/index.html +116 -0
  30. package/coverage/lcov-report/components/atoms/Message/Message.js.html +133 -0
  31. package/coverage/lcov-report/components/atoms/Message/index.html +116 -0
  32. package/coverage/lcov-report/components/atoms/PaypalButton/PaypalButton.js.html +133 -0
  33. package/coverage/lcov-report/components/atoms/PaypalButton/index.html +116 -0
  34. package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +142 -0
  35. package/coverage/lcov-report/components/atoms/ProgressBar/index.html +116 -0
  36. package/coverage/lcov-report/components/atoms/Radio/Radio.js.html +310 -0
  37. package/coverage/lcov-report/components/atoms/Radio/index.html +116 -0
  38. package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +229 -0
  39. package/coverage/lcov-report/components/atoms/RemoveButton/index.html +116 -0
  40. package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +379 -0
  41. package/coverage/lcov-report/components/atoms/SearchSelect/index.html +116 -0
  42. package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +172 -0
  43. package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +116 -0
  44. package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +145 -0
  45. package/coverage/lcov-report/components/atoms/Spinner/index.html +116 -0
  46. package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +169 -0
  47. package/coverage/lcov-report/components/atoms/TestAB/index.html +116 -0
  48. package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +163 -0
  49. package/coverage/lcov-report/components/atoms/Toggle/index.html +116 -0
  50. package/coverage/lcov-report/favicon.png +0 -0
  51. package/coverage/lcov-report/images/componentsSvg/Done24px.js.html +157 -0
  52. package/coverage/lcov-report/images/componentsSvg/InfoError24pxOutlined.js.html +193 -0
  53. package/coverage/lcov-report/images/componentsSvg/NewRelease24p.js.html +166 -0
  54. package/coverage/lcov-report/images/componentsSvg/Time24px.js.html +187 -0
  55. package/coverage/lcov-report/images/componentsSvg/index.html +161 -0
  56. package/coverage/lcov-report/index.html +476 -0
  57. package/coverage/lcov-report/prettify.css +1 -0
  58. package/coverage/lcov-report/prettify.js +2 -0
  59. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  60. package/coverage/lcov-report/sorter.js +196 -0
  61. package/coverage/lcov-report/src/components/atoms/AddButton/AddButton.js.html +229 -0
  62. package/coverage/lcov-report/src/components/atoms/AddButton/index.html +116 -0
  63. package/coverage/lcov-report/src/components/atoms/BillCard/BillCard.js.html +166 -0
  64. package/coverage/lcov-report/src/components/atoms/BillCard/index.html +116 -0
  65. package/coverage/lcov-report/src/components/atoms/Button/Button.js.html +550 -0
  66. package/coverage/lcov-report/src/components/atoms/Button/index.html +116 -0
  67. package/coverage/lcov-report/src/components/atoms/CardPane/CardPane.js.html +220 -0
  68. package/coverage/lcov-report/src/components/atoms/CardPane/index.html +116 -0
  69. package/coverage/lcov-report/src/components/atoms/Checkbox/Checkbox.js.html +214 -0
  70. package/coverage/lcov-report/src/components/atoms/Checkbox/index.html +116 -0
  71. package/coverage/lcov-report/src/components/atoms/DatePickerCustom/DatePickerCustom.js.html +628 -0
  72. package/coverage/lcov-report/src/components/atoms/DatePickerCustom/index.html +116 -0
  73. package/coverage/lcov-report/src/components/atoms/Disclaimer/Disclaimer.js.html +259 -0
  74. package/coverage/lcov-report/src/components/atoms/Disclaimer/index.html +116 -0
  75. package/coverage/lcov-report/src/components/atoms/DocumentStatus/DocumentStatus.js.html +208 -0
  76. package/coverage/lcov-report/src/components/atoms/DocumentStatus/index.html +116 -0
  77. package/coverage/lcov-report/src/components/atoms/FormFaq/FormFaq.js.html +244 -0
  78. package/coverage/lcov-report/src/components/atoms/FormFaq/index.html +116 -0
  79. package/coverage/lcov-report/src/components/atoms/IconImage/IconImage.js.html +139 -0
  80. package/coverage/lcov-report/src/components/atoms/IconImage/index.html +116 -0
  81. package/coverage/lcov-report/src/components/atoms/InfoBox/InfoBox.js.html +154 -0
  82. package/coverage/lcov-report/src/components/atoms/InfoBox/index.html +116 -0
  83. package/coverage/lcov-report/src/components/atoms/LogoText/LogoText.js.html +169 -0
  84. package/coverage/lcov-report/src/components/atoms/LogoText/index.html +116 -0
  85. package/coverage/lcov-report/src/components/atoms/Message/Message.js.html +133 -0
  86. package/coverage/lcov-report/src/components/atoms/Message/index.html +116 -0
  87. package/coverage/lcov-report/src/components/atoms/PaypalButton/PaypalButton.js.html +133 -0
  88. package/coverage/lcov-report/src/components/atoms/PaypalButton/index.html +116 -0
  89. package/coverage/lcov-report/src/components/atoms/ProgressBar/ProgressBar.js.html +142 -0
  90. package/coverage/lcov-report/src/components/atoms/ProgressBar/index.html +116 -0
  91. package/coverage/lcov-report/src/components/atoms/Radio/Radio.js.html +310 -0
  92. package/coverage/lcov-report/src/components/atoms/Radio/index.html +116 -0
  93. package/coverage/lcov-report/src/components/atoms/RemoveButton/RemoveButton.js.html +229 -0
  94. package/coverage/lcov-report/src/components/atoms/RemoveButton/index.html +116 -0
  95. package/coverage/lcov-report/src/components/atoms/RichTextInner/RichTextInner.js.html +121 -0
  96. package/coverage/lcov-report/src/components/atoms/RichTextInner/index.html +116 -0
  97. package/coverage/lcov-report/src/components/atoms/SearchSelect/SearchSelect.js.html +379 -0
  98. package/coverage/lcov-report/src/components/atoms/SearchSelect/index.html +116 -0
  99. package/coverage/lcov-report/src/components/atoms/SidemenuTab/SidemenuTab.js.html +172 -0
  100. package/coverage/lcov-report/src/components/atoms/SidemenuTab/index.html +116 -0
  101. package/coverage/lcov-report/src/components/atoms/Spinner/Spinner.js.html +145 -0
  102. package/coverage/lcov-report/src/components/atoms/Spinner/index.html +116 -0
  103. package/coverage/lcov-report/src/components/atoms/TestAB/TestAB.js.html +169 -0
  104. package/coverage/lcov-report/src/components/atoms/TestAB/index.html +116 -0
  105. package/coverage/lcov-report/src/components/atoms/Toggle/Toggle.js.html +163 -0
  106. package/coverage/lcov-report/src/components/atoms/Toggle/index.html +116 -0
  107. package/coverage/lcov-report/src/utils/envVariables.js.html +88 -0
  108. package/coverage/lcov-report/src/utils/index.html +116 -0
  109. package/coverage/lcov-report/utils/envVariables.js.html +88 -0
  110. package/coverage/lcov-report/utils/index.html +116 -0
  111. package/coverage/lcov.info +718 -0
  112. package/package.json +1 -1
  113. package/yarn-error.log +0 -13121
@@ -0,0 +1,718 @@
1
+ TN:
2
+ SF:images/componentsSvg/Done24px.js
3
+ FN:5,(anonymous_0)
4
+ FNF:1
5
+ FNH:1
6
+ FNDA:1,(anonymous_0)
7
+ DA:5,1
8
+ DA:6,1
9
+ DA:22,1
10
+ LF:3
11
+ LH:3
12
+ BRF:0
13
+ BRH:0
14
+ end_of_record
15
+ TN:
16
+ SF:images/componentsSvg/InfoError24pxOutlined.js
17
+ FN:5,(anonymous_0)
18
+ FNF:1
19
+ FNH:1
20
+ FNDA:3,(anonymous_0)
21
+ DA:5,1
22
+ DA:6,3
23
+ DA:33,1
24
+ LF:3
25
+ LH:3
26
+ BRF:0
27
+ BRH:0
28
+ end_of_record
29
+ TN:
30
+ SF:images/componentsSvg/NewRelease24p.js
31
+ FN:5,(anonymous_0)
32
+ FNF:1
33
+ FNH:1
34
+ FNDA:1,(anonymous_0)
35
+ DA:5,1
36
+ DA:6,1
37
+ DA:25,1
38
+ LF:3
39
+ LH:3
40
+ BRF:0
41
+ BRH:0
42
+ end_of_record
43
+ TN:
44
+ SF:images/componentsSvg/Time24px.js
45
+ FN:5,(anonymous_0)
46
+ FNF:1
47
+ FNH:1
48
+ FNDA:1,(anonymous_0)
49
+ DA:5,1
50
+ DA:6,1
51
+ DA:32,1
52
+ LF:3
53
+ LH:3
54
+ BRF:0
55
+ BRH:0
56
+ end_of_record
57
+ TN:
58
+ SF:src/components/atoms/AddButton/AddButton.js
59
+ FN:5,(anonymous_0)
60
+ FNF:1
61
+ FNH:1
62
+ FNDA:3,(anonymous_0)
63
+ DA:5,1
64
+ DA:6,3
65
+ DA:8,3
66
+ DA:30,1
67
+ LF:4
68
+ LH:4
69
+ BRDA:6,0,0,3
70
+ BRDA:6,0,1,0
71
+ BRDA:10,1,0,3
72
+ BRDA:10,1,1,3
73
+ BRDA:25,2,0,3
74
+ BRDA:25,2,1,3
75
+ BRF:6
76
+ BRH:5
77
+ end_of_record
78
+ TN:
79
+ SF:src/components/atoms/BillCard/BillCard.js
80
+ FN:5,(anonymous_0)
81
+ FNF:1
82
+ FNH:1
83
+ FNDA:1,(anonymous_0)
84
+ DA:5,1
85
+ DA:6,1
86
+ DA:23,1
87
+ LF:3
88
+ LH:3
89
+ BRF:0
90
+ BRH:0
91
+ end_of_record
92
+ TN:
93
+ SF:src/components/atoms/Button/Button.js
94
+ FN:6,(anonymous_0)
95
+ FN:66,(anonymous_1)
96
+ FNF:2
97
+ FNH:2
98
+ FNDA:15,(anonymous_0)
99
+ FNDA:3,(anonymous_1)
100
+ DA:6,1
101
+ DA:39,15
102
+ DA:44,15
103
+ DA:46,15
104
+ DA:66,15
105
+ DA:67,3
106
+ DA:68,3
107
+ DA:69,1
108
+ DA:70,1
109
+ DA:72,1
110
+ DA:79,15
111
+ DA:92,15
112
+ DA:93,11
113
+ DA:100,4
114
+ DA:101,1
115
+ DA:108,3
116
+ DA:109,3
117
+ DA:116,0
118
+ DA:123,1
119
+ LF:19
120
+ LH:18
121
+ BRDA:44,0,0,0
122
+ BRDA:44,0,1,15
123
+ BRDA:46,1,0,0
124
+ BRDA:46,1,1,15
125
+ BRDA:67,2,0,3
126
+ BRDA:67,2,1,0
127
+ BRDA:68,3,0,1
128
+ BRDA:68,3,1,2
129
+ BRDA:69,4,0,1
130
+ BRDA:69,4,1,0
131
+ BRDA:70,5,0,1
132
+ BRDA:70,5,1,1
133
+ BRDA:80,6,0,0
134
+ BRDA:80,6,1,15
135
+ BRDA:81,7,0,15
136
+ BRDA:81,7,1,0
137
+ BRDA:92,8,0,11
138
+ BRDA:92,8,1,4
139
+ BRDA:100,9,0,1
140
+ BRDA:100,9,1,3
141
+ BRDA:108,10,0,3
142
+ BRDA:108,10,1,0
143
+ BRDA:108,11,0,3
144
+ BRDA:108,11,1,2
145
+ BRDA:110,12,0,3
146
+ BRDA:110,12,1,0
147
+ BRDA:117,13,0,0
148
+ BRDA:117,13,1,0
149
+ BRF:28
150
+ BRH:18
151
+ end_of_record
152
+ TN:
153
+ SF:src/components/atoms/CardPane/CardPane.js
154
+ FN:5,(anonymous_0)
155
+ FN:33,(anonymous_1)
156
+ FNF:2
157
+ FNH:2
158
+ FNDA:7,(anonymous_0)
159
+ FNDA:6,(anonymous_1)
160
+ DA:5,1
161
+ DA:6,7
162
+ DA:8,7
163
+ DA:9,1
164
+ DA:10,6
165
+ DA:11,1
166
+ DA:13,7
167
+ DA:25,0
168
+ DA:33,1
169
+ DA:34,6
170
+ DA:35,1
171
+ DA:38,5
172
+ DA:41,1
173
+ LF:13
174
+ LH:12
175
+ BRDA:6,0,0,7
176
+ BRDA:6,0,1,0
177
+ BRDA:6,1,0,7
178
+ BRDA:6,1,1,6
179
+ BRDA:8,2,0,1
180
+ BRDA:8,2,1,6
181
+ BRDA:10,3,0,1
182
+ BRDA:10,3,1,5
183
+ BRDA:34,4,0,1
184
+ BRDA:34,4,1,5
185
+ BRF:10
186
+ BRH:9
187
+ end_of_record
188
+ TN:
189
+ SF:src/components/atoms/Checkbox/Checkbox.js
190
+ FN:5,(anonymous_0)
191
+ FNF:1
192
+ FNH:1
193
+ FNDA:3,(anonymous_0)
194
+ DA:5,1
195
+ DA:6,3
196
+ DA:9,3
197
+ DA:11,3
198
+ DA:13,3
199
+ DA:32,1
200
+ LF:6
201
+ LH:6
202
+ BRDA:6,0,0,3
203
+ BRDA:6,0,1,0
204
+ BRDA:6,1,0,3
205
+ BRDA:6,1,1,0
206
+ BRDA:7,2,0,0
207
+ BRDA:7,2,1,3
208
+ BRDA:9,3,0,3
209
+ BRDA:9,3,1,0
210
+ BRDA:11,4,0,3
211
+ BRDA:11,4,1,0
212
+ BRDA:21,5,0,3
213
+ BRDA:21,5,1,0
214
+ BRF:12
215
+ BRH:6
216
+ end_of_record
217
+ TN:
218
+ SF:src/components/atoms/DatePickerCustom/DatePickerCustom.js
219
+ FN:7,(anonymous_0)
220
+ FN:16,(anonymous_1)
221
+ FN:20,(anonymous_2)
222
+ FN:36,(anonymous_3)
223
+ FN:37,(anonymous_4)
224
+ FN:48,(anonymous_5)
225
+ FN:50,(anonymous_6)
226
+ FN:56,(anonymous_7)
227
+ FN:99,(anonymous_8)
228
+ FN:122,(anonymous_9)
229
+ FN:126,(anonymous_10)
230
+ FN:127,(anonymous_11)
231
+ FNF:12
232
+ FNH:9
233
+ FNDA:5,(anonymous_0)
234
+ FNDA:5,(anonymous_1)
235
+ FNDA:8,(anonymous_2)
236
+ FNDA:1,(anonymous_3)
237
+ FNDA:1,(anonymous_4)
238
+ FNDA:0,(anonymous_5)
239
+ FNDA:4,(anonymous_6)
240
+ FNDA:11,(anonymous_7)
241
+ FNDA:8,(anonymous_8)
242
+ FNDA:0,(anonymous_9)
243
+ FNDA:0,(anonymous_10)
244
+ FNDA:96,(anonymous_11)
245
+ DA:8,5
246
+ DA:9,5
247
+ DA:17,5
248
+ DA:20,5
249
+ DA:21,8
250
+ DA:22,8
251
+ DA:23,8
252
+ DA:25,8
253
+ DA:26,4808
254
+ DA:33,8
255
+ DA:36,5
256
+ DA:37,1
257
+ DA:38,1
258
+ DA:44,1
259
+ DA:48,5
260
+ DA:50,5
261
+ DA:51,4
262
+ DA:52,4
263
+ DA:53,4
264
+ DA:57,11
265
+ DA:61,11
266
+ DA:62,11
267
+ DA:63,11
268
+ DA:64,11
269
+ DA:65,4
270
+ DA:66,2
271
+ DA:67,2
272
+ DA:69,2
273
+ DA:70,2
274
+ DA:74,11
275
+ DA:80,11
276
+ DA:95,11
277
+ DA:108,8
278
+ DA:122,0
279
+ DA:126,0
280
+ DA:128,96
281
+ DA:167,1
282
+ LF:37
283
+ LH:35
284
+ BRDA:11,0,0,0
285
+ BRDA:11,0,1,5
286
+ BRDA:17,1,0,5
287
+ BRDA:17,1,1,0
288
+ BRDA:17,2,0,0
289
+ BRDA:17,2,1,5
290
+ BRDA:57,3,0,11
291
+ BRDA:57,3,1,0
292
+ BRDA:58,4,0,11
293
+ BRDA:58,4,1,0
294
+ BRDA:59,5,0,0
295
+ BRDA:59,5,1,11
296
+ BRDA:64,6,0,4
297
+ BRDA:64,6,1,7
298
+ BRDA:65,7,0,2
299
+ BRDA:65,7,1,2
300
+ BRDA:74,8,0,11
301
+ BRDA:74,8,1,0
302
+ BRF:18
303
+ BRH:11
304
+ end_of_record
305
+ TN:
306
+ SF:src/components/atoms/Disclaimer/Disclaimer.js
307
+ FN:7,(anonymous_0)
308
+ FNF:1
309
+ FNH:1
310
+ FNDA:3,(anonymous_0)
311
+ DA:7,1
312
+ DA:8,3
313
+ DA:10,3
314
+ DA:12,3
315
+ DA:26,3
316
+ DA:40,3
317
+ DA:51,1
318
+ LF:7
319
+ LH:7
320
+ BRDA:12,0,0,3
321
+ BRDA:12,0,1,1
322
+ BRDA:26,1,0,3
323
+ BRDA:26,1,1,1
324
+ BRDA:44,2,0,1
325
+ BRDA:44,2,1,2
326
+ BRDA:45,3,0,3
327
+ BRDA:45,3,1,1
328
+ BRF:8
329
+ BRH:8
330
+ end_of_record
331
+ TN:
332
+ SF:src/components/atoms/DocumentStatus/DocumentStatus.js
333
+ FN:10,(anonymous_0)
334
+ FNF:1
335
+ FNH:1
336
+ FNDA:3,(anonymous_0)
337
+ DA:10,1
338
+ DA:11,3
339
+ DA:16,1
340
+ DA:22,1
341
+ DA:29,1
342
+ DA:38,1
343
+ LF:6
344
+ LH:6
345
+ BRDA:11,0,0,1
346
+ BRDA:11,0,1,1
347
+ BRDA:11,0,2,1
348
+ BRDA:11,0,3,1
349
+ BRDA:11,0,4,1
350
+ BRDA:11,0,5,1
351
+ BRDA:11,0,6,1
352
+ BRF:7
353
+ BRH:7
354
+ end_of_record
355
+ TN:
356
+ SF:src/components/atoms/FormFaq/FormFaq.js
357
+ FN:5,(anonymous_0)
358
+ FN:9,(anonymous_1)
359
+ FN:23,(anonymous_2)
360
+ FN:32,(anonymous_3)
361
+ FNF:4
362
+ FNH:2
363
+ FNDA:5,(anonymous_0)
364
+ FNDA:0,(anonymous_1)
365
+ FNDA:6,(anonymous_2)
366
+ FNDA:0,(anonymous_3)
367
+ DA:5,1
368
+ DA:6,5
369
+ DA:7,5
370
+ DA:9,5
371
+ DA:10,0
372
+ DA:18,0
373
+ DA:19,0
374
+ DA:23,5
375
+ DA:24,6
376
+ DA:31,4
377
+ DA:32,4
378
+ DA:36,5
379
+ DA:50,1
380
+ LF:13
381
+ LH:10
382
+ BRDA:10,0,0,0
383
+ BRDA:10,0,1,0
384
+ BRDA:11,1,0,0
385
+ BRDA:11,1,1,0
386
+ BRDA:11,1,2,0
387
+ BRDA:11,1,3,0
388
+ BRDA:11,1,4,0
389
+ BRDA:11,1,5,0
390
+ BRDA:24,2,0,4
391
+ BRDA:24,2,1,2
392
+ BRDA:25,3,0,6
393
+ BRDA:25,3,1,6
394
+ BRDA:25,3,2,6
395
+ BRDA:25,3,3,6
396
+ BRDA:25,3,4,6
397
+ BRF:15
398
+ BRH:7
399
+ end_of_record
400
+ TN:
401
+ SF:src/components/atoms/IconImage/IconImage.js
402
+ FN:4,(anonymous_0)
403
+ FNF:1
404
+ FNH:1
405
+ FNDA:3,(anonymous_0)
406
+ DA:4,2
407
+ DA:5,3
408
+ DA:6,0
409
+ DA:8,3
410
+ DA:10,3
411
+ DA:13,2
412
+ LF:6
413
+ LH:5
414
+ BRDA:4,0,0,2
415
+ BRDA:5,1,0,0
416
+ BRDA:5,1,1,3
417
+ BRF:3
418
+ BRH:2
419
+ end_of_record
420
+ TN:
421
+ SF:src/components/atoms/InfoBox/InfoBox.js
422
+ FN:6,(anonymous_0)
423
+ FNF:1
424
+ FNH:1
425
+ FNDA:4,(anonymous_0)
426
+ DA:6,1
427
+ DA:7,4
428
+ DA:19,1
429
+ LF:3
430
+ LH:3
431
+ BRDA:9,0,0,4
432
+ BRDA:9,0,1,3
433
+ BRF:2
434
+ BRH:2
435
+ end_of_record
436
+ TN:
437
+ SF:src/components/atoms/LogoText/LogoText.js
438
+ FN:6,(anonymous_0)
439
+ FNF:1
440
+ FNH:1
441
+ FNDA:3,(anonymous_0)
442
+ DA:6,1
443
+ DA:7,3
444
+ DA:21,1
445
+ LF:3
446
+ LH:3
447
+ BRDA:10,0,0,0
448
+ BRDA:10,0,1,3
449
+ BRF:2
450
+ BRH:1
451
+ end_of_record
452
+ TN:
453
+ SF:src/components/atoms/Message/Message.js
454
+ FN:5,(anonymous_0)
455
+ FNF:1
456
+ FNH:1
457
+ FNDA:4,(anonymous_0)
458
+ DA:5,1
459
+ DA:6,4
460
+ DA:13,1
461
+ LF:3
462
+ LH:3
463
+ BRF:0
464
+ BRH:0
465
+ end_of_record
466
+ TN:
467
+ SF:src/components/atoms/PaypalButton/PaypalButton.js
468
+ FN:6,(anonymous_0)
469
+ FNF:1
470
+ FNH:1
471
+ FNDA:1,(anonymous_0)
472
+ DA:6,1
473
+ DA:7,1
474
+ DA:14,1
475
+ LF:3
476
+ LH:3
477
+ BRF:0
478
+ BRH:0
479
+ end_of_record
480
+ TN:
481
+ SF:src/components/atoms/ProgressBar/ProgressBar.js
482
+ FN:5,(anonymous_0)
483
+ FNF:1
484
+ FNH:1
485
+ FNDA:1,(anonymous_0)
486
+ DA:5,1
487
+ DA:6,1
488
+ DA:8,1
489
+ DA:16,1
490
+ LF:4
491
+ LH:4
492
+ BRF:0
493
+ BRH:0
494
+ end_of_record
495
+ TN:
496
+ SF:src/components/atoms/Radio/Radio.js
497
+ FN:6,(anonymous_0)
498
+ FN:14,(anonymous_1)
499
+ FN:15,(anonymous_2)
500
+ FN:29,(anonymous_3)
501
+ FNF:4
502
+ FNH:3
503
+ FNDA:5,(anonymous_0)
504
+ FNDA:15,(anonymous_1)
505
+ FNDA:0,(anonymous_2)
506
+ FNDA:10,(anonymous_3)
507
+ DA:6,1
508
+ DA:7,5
509
+ DA:13,5
510
+ DA:14,15
511
+ DA:15,0
512
+ DA:18,5
513
+ DA:21,5
514
+ DA:23,5
515
+ DA:30,10
516
+ DA:62,1
517
+ LF:10
518
+ LH:9
519
+ BRDA:18,0,0,0
520
+ BRDA:18,0,1,5
521
+ BRDA:19,1,0,0
522
+ BRDA:19,1,1,5
523
+ BRDA:21,2,0,5
524
+ BRDA:21,2,1,0
525
+ BRDA:31,3,0,0
526
+ BRDA:31,3,1,10
527
+ BRDA:33,4,0,10
528
+ BRDA:33,4,1,0
529
+ BRF:10
530
+ BRH:5
531
+ end_of_record
532
+ TN:
533
+ SF:src/components/atoms/RemoveButton/RemoveButton.js
534
+ FN:5,(anonymous_0)
535
+ FNF:1
536
+ FNH:1
537
+ FNDA:3,(anonymous_0)
538
+ DA:5,1
539
+ DA:6,3
540
+ DA:8,3
541
+ DA:30,1
542
+ LF:4
543
+ LH:4
544
+ BRDA:6,0,0,3
545
+ BRDA:6,0,1,0
546
+ BRDA:10,1,0,3
547
+ BRDA:10,1,1,3
548
+ BRDA:25,2,0,3
549
+ BRDA:25,2,1,3
550
+ BRF:6
551
+ BRH:5
552
+ end_of_record
553
+ TN:
554
+ SF:src/components/atoms/RichTextInner/RichTextInner.js
555
+ FN:5,(anonymous_0)
556
+ FNF:1
557
+ FNH:1
558
+ FNDA:2,(anonymous_0)
559
+ DA:5,1
560
+ DA:6,2
561
+ DA:9,1
562
+ LF:3
563
+ LH:3
564
+ BRDA:6,0,0,2
565
+ BRDA:6,0,1,0
566
+ BRF:2
567
+ BRH:1
568
+ end_of_record
569
+ TN:
570
+ SF:src/components/atoms/SearchSelect/SearchSelect.js
571
+ FN:7,(anonymous_0)
572
+ FN:9,(anonymous_1)
573
+ FN:18,(anonymous_2)
574
+ FN:38,(anonymous_3)
575
+ FNF:4
576
+ FNH:3
577
+ FNDA:5,(anonymous_0)
578
+ FNDA:5,(anonymous_1)
579
+ FNDA:5,(anonymous_2)
580
+ FNDA:0,(anonymous_3)
581
+ DA:7,1
582
+ DA:8,5
583
+ DA:9,5
584
+ DA:10,5
585
+ DA:11,5
586
+ DA:12,5
587
+ DA:15,0
588
+ DA:18,1
589
+ DA:19,5
590
+ DA:21,5
591
+ DA:24,5
592
+ DA:25,0
593
+ DA:26,5
594
+ DA:27,0
595
+ DA:33,5
596
+ DA:34,5
597
+ DA:38,5
598
+ DA:39,0
599
+ DA:45,0
600
+ DA:48,5
601
+ DA:50,5
602
+ DA:79,1
603
+ LF:22
604
+ LH:17
605
+ BRDA:8,0,0,5
606
+ BRDA:8,0,1,0
607
+ BRDA:12,1,0,1
608
+ BRDA:12,1,1,4
609
+ BRDA:12,2,0,4
610
+ BRDA:12,2,1,0
611
+ BRDA:24,3,0,0
612
+ BRDA:24,3,1,5
613
+ BRDA:24,4,0,5
614
+ BRDA:24,4,1,0
615
+ BRDA:26,5,0,0
616
+ BRDA:26,5,1,5
617
+ BRDA:33,6,0,0
618
+ BRDA:33,6,1,5
619
+ BRDA:34,7,0,0
620
+ BRDA:34,7,1,5
621
+ BRDA:35,8,0,2
622
+ BRDA:35,8,1,3
623
+ BRDA:36,9,0,0
624
+ BRDA:36,9,1,5
625
+ BRDA:48,10,0,5
626
+ BRDA:48,10,1,0
627
+ BRDA:51,11,0,0
628
+ BRDA:51,11,1,5
629
+ BRDA:73,12,0,5
630
+ BRDA:73,12,1,0
631
+ BRF:26
632
+ BRH:15
633
+ end_of_record
634
+ TN:
635
+ SF:src/components/atoms/SidemenuTab/SidemenuTab.js
636
+ FN:6,(anonymous_0)
637
+ FNF:1
638
+ FNH:1
639
+ FNDA:5,(anonymous_0)
640
+ DA:6,1
641
+ DA:7,5
642
+ DA:13,5
643
+ DA:23,1
644
+ LF:4
645
+ LH:4
646
+ BRF:0
647
+ BRH:0
648
+ end_of_record
649
+ TN:
650
+ SF:src/components/atoms/Spinner/Spinner.js
651
+ FN:5,(anonymous_0)
652
+ FNF:1
653
+ FNH:1
654
+ FNDA:2,(anonymous_0)
655
+ DA:5,1
656
+ DA:6,2
657
+ DA:17,1
658
+ LF:3
659
+ LH:3
660
+ BRDA:5,0,0,1
661
+ BRDA:6,1,0,1
662
+ BRDA:6,1,1,1
663
+ BRF:3
664
+ BRH:3
665
+ end_of_record
666
+ TN:
667
+ SF:src/components/atoms/TestAB/TestAB.js
668
+ FN:10,(anonymous_0)
669
+ FN:16,(anonymous_1)
670
+ FNF:2
671
+ FNH:2
672
+ FNDA:3,(anonymous_0)
673
+ FNDA:6,(anonymous_1)
674
+ DA:10,1
675
+ DA:11,3
676
+ DA:13,3
677
+ DA:15,3
678
+ DA:16,3
679
+ DA:17,6
680
+ DA:21,3
681
+ DA:24,1
682
+ LF:8
683
+ LH:8
684
+ BRDA:11,0,0,3
685
+ BRDA:11,0,1,2
686
+ BRDA:13,1,0,1
687
+ BRDA:13,1,1,2
688
+ BRDA:15,2,0,3
689
+ BRDA:15,2,1,0
690
+ BRF:6
691
+ BRH:5
692
+ end_of_record
693
+ TN:
694
+ SF:src/components/atoms/Toggle/Toggle.js
695
+ FN:5,(anonymous_0)
696
+ FNF:1
697
+ FNH:1
698
+ FNDA:3,(anonymous_0)
699
+ DA:5,1
700
+ DA:6,3
701
+ DA:22,1
702
+ LF:3
703
+ LH:3
704
+ BRDA:11,0,0,1
705
+ BRDA:11,0,1,2
706
+ BRF:2
707
+ BRH:2
708
+ end_of_record
709
+ TN:
710
+ SF:src/utils/envVariables.js
711
+ FNF:0
712
+ FNH:0
713
+ DA:1,1
714
+ LF:1
715
+ LH:1
716
+ BRF:0
717
+ BRH:0
718
+ end_of_record
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "0.48.0",
3
+ "version": "1.0.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.14.1",
6
6
  "postcss-url": "^10.1.3",