@npm_leadtech/legal-lib-components 1.6.6 → 1.8.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 (159) hide show
  1. package/build/index.js +1 -1
  2. package/coverage/clover.xml +12 -549
  3. package/coverage/coverage-final.json +1 -42
  4. package/coverage/lcov-report/{src/components/molecules/TooltipMenu/TooltipMenu.js.html → BaseBox.js.html} +42 -45
  5. package/coverage/lcov-report/MenuItems/MenuItems.js.html +202 -0
  6. package/coverage/lcov-report/MenuItems/index.html +116 -0
  7. package/coverage/lcov-report/MenuItems.js.html +187 -0
  8. package/coverage/lcov-report/SidemenuTab/SidemenuTab.js.html +214 -0
  9. package/coverage/lcov-report/SidemenuTab/index.html +116 -0
  10. package/coverage/lcov-report/TextArea.js.html +329 -0
  11. package/coverage/lcov-report/{src/components/molecules/BottomOverlay/BottomOverlay.js.html → Tooltip/Tooltip.js.html} +97 -106
  12. package/coverage/lcov-report/{src/components/molecules/BottomOverlay → Tooltip}/index.html +29 -29
  13. package/coverage/lcov-report/Tooltip.js.html +283 -0
  14. package/coverage/lcov-report/atoms/BaseBox/BaseBox.js.html +151 -0
  15. package/coverage/lcov-report/atoms/BaseBox/index.html +116 -0
  16. package/coverage/lcov-report/atoms/Button/Button.js.html +559 -0
  17. package/coverage/lcov-report/atoms/Button/index.html +116 -0
  18. package/coverage/lcov-report/{components/atoms/PaypalButton/PaypalButton.js.html → atoms/RichTextInner/RichTextInner.js.html} +22 -25
  19. package/coverage/lcov-report/{src/components/molecules/TooltipMenu → atoms/RichTextInner}/index.html +15 -15
  20. package/coverage/lcov-report/atoms/Tooltip/Tooltip.js.html +274 -0
  21. package/coverage/lcov-report/atoms/Tooltip/index.html +116 -0
  22. package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +2 -2
  23. package/coverage/lcov-report/components/atoms/AddButton/index.html +2 -2
  24. package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +2 -2
  25. package/coverage/lcov-report/components/atoms/BillCard/index.html +2 -2
  26. package/coverage/lcov-report/components/atoms/Button/Button.js.html +17 -17
  27. package/coverage/lcov-report/components/atoms/Button/index.html +6 -6
  28. package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +2 -2
  29. package/coverage/lcov-report/components/atoms/CardPane/index.html +2 -2
  30. package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +2 -2
  31. package/coverage/lcov-report/components/atoms/Checkbox/index.html +2 -2
  32. package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +2 -2
  33. package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +2 -2
  34. package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +2 -2
  35. package/coverage/lcov-report/components/atoms/Disclaimer/index.html +2 -2
  36. package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +2 -2
  37. package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +2 -2
  38. package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +2 -2
  39. package/coverage/lcov-report/components/atoms/FormFaq/index.html +2 -2
  40. package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +2 -2
  41. package/coverage/lcov-report/components/atoms/IconImage/index.html +2 -2
  42. package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +2 -2
  43. package/coverage/lcov-report/components/atoms/InfoBox/index.html +2 -2
  44. package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +2 -2
  45. package/coverage/lcov-report/components/atoms/LogoText/index.html +2 -2
  46. package/coverage/lcov-report/components/atoms/Message/Message.js.html +2 -2
  47. package/coverage/lcov-report/components/atoms/Message/index.html +2 -2
  48. package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +2 -2
  49. package/coverage/lcov-report/components/atoms/ProgressBar/index.html +2 -2
  50. package/coverage/lcov-report/components/atoms/Radio/Radio.js.html +2 -2
  51. package/coverage/lcov-report/components/atoms/Radio/index.html +2 -2
  52. package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +2 -2
  53. package/coverage/lcov-report/components/atoms/RemoveButton/index.html +2 -2
  54. package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +10 -7
  55. package/coverage/lcov-report/components/atoms/SearchSelect/index.html +2 -2
  56. package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +2 -2
  57. package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +2 -2
  58. package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +2 -2
  59. package/coverage/lcov-report/components/atoms/Spinner/index.html +2 -2
  60. package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +2 -2
  61. package/coverage/lcov-report/components/atoms/TestAB/index.html +2 -2
  62. package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +2 -2
  63. package/coverage/lcov-report/components/atoms/Toggle/index.html +2 -2
  64. package/coverage/lcov-report/components/molecules/Feedback/Feedback.js.html +487 -0
  65. package/coverage/lcov-report/components/{atoms/PaypalButton → molecules/Feedback}/index.html +13 -13
  66. package/coverage/lcov-report/images/componentsSvg/Done24px.js.html +2 -2
  67. package/coverage/lcov-report/images/componentsSvg/InfoError24pxOutlined.js.html +2 -2
  68. package/coverage/lcov-report/images/componentsSvg/LogoutSvg.js.html +2 -2
  69. package/coverage/lcov-report/images/componentsSvg/NewRelease24p.js.html +2 -2
  70. package/coverage/lcov-report/images/componentsSvg/Time24px.js.html +2 -2
  71. package/coverage/lcov-report/images/componentsSvg/index.html +5 -50
  72. package/coverage/lcov-report/index.html +11 -521
  73. package/coverage/lcov-report/molecules/BaseBoxList/BaseBoxList.js.html +154 -0
  74. package/coverage/lcov-report/molecules/BaseBoxList/index.html +116 -0
  75. package/coverage/lcov-report/{images/componentsSvg/Edit24p.js.html → molecules/BottomFixedBar/BottomFixedBar.js.html} +41 -44
  76. package/coverage/lcov-report/molecules/BottomFixedBar/index.html +116 -0
  77. package/coverage/lcov-report/{images/componentsSvg/MenuCollapse24p.js.html → molecules/ContactBox/ContactBox.js.html} +71 -53
  78. package/coverage/lcov-report/molecules/ContactBox/index.html +116 -0
  79. package/coverage/lcov-report/molecules/Feedback/Feedback.js.html +424 -0
  80. package/coverage/lcov-report/molecules/Feedback/index.html +116 -0
  81. package/coverage/lcov-report/{images/componentsSvg/EditText24px.js.html → molecules/FormFaq/FormFaq.js.html} +34 -61
  82. package/coverage/lcov-report/molecules/FormFaq/index.html +116 -0
  83. package/coverage/lcov-report/molecules/Snackbar/Snackbar.js.html +385 -0
  84. package/coverage/lcov-report/molecules/Snackbar/index.html +116 -0
  85. package/coverage/lcov-report/src/components/atoms/AddButton/AddButton.js.html +2 -2
  86. package/coverage/lcov-report/src/components/atoms/AddButton/index.html +2 -2
  87. package/coverage/lcov-report/src/components/atoms/BillCard/BillCard.js.html +2 -2
  88. package/coverage/lcov-report/src/components/atoms/BillCard/index.html +2 -2
  89. package/coverage/lcov-report/src/components/atoms/Button/Button.js.html +4 -4
  90. package/coverage/lcov-report/src/components/atoms/Button/index.html +2 -2
  91. package/coverage/lcov-report/src/components/atoms/CardPane/CardPane.js.html +3 -3
  92. package/coverage/lcov-report/src/components/atoms/CardPane/index.html +2 -2
  93. package/coverage/lcov-report/src/components/atoms/Checkbox/Checkbox.js.html +2 -2
  94. package/coverage/lcov-report/src/components/atoms/Checkbox/index.html +2 -2
  95. package/coverage/lcov-report/src/components/atoms/DatePickerCustom/DatePickerCustom.js.html +3 -3
  96. package/coverage/lcov-report/src/components/atoms/DatePickerCustom/index.html +2 -2
  97. package/coverage/lcov-report/src/components/atoms/Disclaimer/Disclaimer.js.html +2 -2
  98. package/coverage/lcov-report/src/components/atoms/Disclaimer/index.html +2 -2
  99. package/coverage/lcov-report/src/components/atoms/DocumentStatus/DocumentStatus.js.html +2 -2
  100. package/coverage/lcov-report/src/components/atoms/DocumentStatus/index.html +2 -2
  101. package/coverage/lcov-report/src/components/atoms/FormFaq/FormFaq.js.html +1 -1
  102. package/coverage/lcov-report/src/components/atoms/FormFaq/index.html +1 -1
  103. package/coverage/lcov-report/src/components/atoms/GoogleButton/GoogleButton.js.html +2 -2
  104. package/coverage/lcov-report/src/components/atoms/GoogleButton/index.html +2 -2
  105. package/coverage/lcov-report/src/components/atoms/IconImage/IconImage.js.html +2 -2
  106. package/coverage/lcov-report/src/components/atoms/IconImage/index.html +2 -2
  107. package/coverage/lcov-report/src/components/atoms/InfoBox/InfoBox.js.html +2 -2
  108. package/coverage/lcov-report/src/components/atoms/InfoBox/index.html +2 -2
  109. package/coverage/lcov-report/src/components/atoms/LogoText/LogoText.js.html +2 -2
  110. package/coverage/lcov-report/src/components/atoms/LogoText/index.html +2 -2
  111. package/coverage/lcov-report/src/components/atoms/MenuItems/MenuItems.js.html +12 -12
  112. package/coverage/lcov-report/src/components/atoms/MenuItems/index.html +2 -2
  113. package/coverage/lcov-report/src/components/atoms/Message/Message.js.html +2 -2
  114. package/coverage/lcov-report/src/components/atoms/Message/index.html +2 -2
  115. package/coverage/lcov-report/src/components/atoms/PaypalButton/PaypalButton.js.html +2 -2
  116. package/coverage/lcov-report/src/components/atoms/PaypalButton/index.html +2 -2
  117. package/coverage/lcov-report/src/components/atoms/ProgressBar/ProgressBar.js.html +2 -2
  118. package/coverage/lcov-report/src/components/atoms/ProgressBar/index.html +2 -2
  119. package/coverage/lcov-report/src/components/atoms/Radio/Radio.js.html +2 -2
  120. package/coverage/lcov-report/src/components/atoms/Radio/index.html +2 -2
  121. package/coverage/lcov-report/src/components/atoms/RemoveButton/RemoveButton.js.html +2 -2
  122. package/coverage/lcov-report/src/components/atoms/RemoveButton/index.html +2 -2
  123. package/coverage/lcov-report/src/components/atoms/RichTextInner/RichTextInner.js.html +2 -2
  124. package/coverage/lcov-report/src/components/atoms/RichTextInner/index.html +2 -2
  125. package/coverage/lcov-report/src/components/atoms/SearchSelect/SearchSelect.js.html +3 -3
  126. package/coverage/lcov-report/src/components/atoms/SearchSelect/index.html +2 -2
  127. package/coverage/lcov-report/src/components/atoms/SidemenuTab/SidemenuTab.js.html +7 -7
  128. package/coverage/lcov-report/src/components/atoms/SidemenuTab/index.html +2 -2
  129. package/coverage/lcov-report/src/components/atoms/Spinner/Spinner.js.html +2 -2
  130. package/coverage/lcov-report/src/components/atoms/Spinner/index.html +2 -2
  131. package/coverage/lcov-report/src/components/atoms/TestAB/TestAB.js.html +3 -3
  132. package/coverage/lcov-report/src/components/atoms/TestAB/index.html +2 -2
  133. package/coverage/lcov-report/src/components/atoms/TextArea/TextArea.js.html +2 -2
  134. package/coverage/lcov-report/src/components/atoms/TextArea/index.html +2 -2
  135. package/coverage/lcov-report/src/components/atoms/Toggle/Toggle.js.html +2 -2
  136. package/coverage/lcov-report/src/components/atoms/Toggle/index.html +2 -2
  137. package/coverage/lcov-report/src/components/atoms/Tooltip/Tooltip.js.html +9 -9
  138. package/coverage/lcov-report/src/components/atoms/Tooltip/index.html +2 -2
  139. package/coverage/lcov-report/src/components/molecules/BottomFixedBar/BottomFixedBar.js.html +2 -2
  140. package/coverage/lcov-report/src/components/molecules/BottomFixedBar/index.html +2 -2
  141. package/coverage/lcov-report/src/components/molecules/BoxForm/BoxForm.js.html +2 -2
  142. package/coverage/lcov-report/src/components/molecules/BoxForm/index.html +2 -2
  143. package/coverage/lcov-report/src/components/molecules/Feedback/Feedback.js.html +2 -2
  144. package/coverage/lcov-report/src/components/molecules/Feedback/index.html +2 -2
  145. package/coverage/lcov-report/src/components/molecules/FormFaq/FormFaq.js.html +2 -2
  146. package/coverage/lcov-report/src/components/molecules/FormFaq/index.html +2 -2
  147. package/coverage/lcov-report/src/components/organisms/MobileBottomBar/MobileBottomBar.js.html +2 -2
  148. package/coverage/lcov-report/src/components/organisms/MobileBottomBar/index.html +2 -2
  149. package/coverage/lcov-report/src/utils/envVariables.js.html +2 -2
  150. package/coverage/lcov-report/src/utils/index.html +2 -2
  151. package/coverage/lcov-report/utils/envVariables.js.html +2 -2
  152. package/coverage/lcov-report/utils/index.html +2 -2
  153. package/coverage/lcov.info +9 -1083
  154. package/images/svg/communication-24px-2.svg +14 -0
  155. package/images/svg/communication-24px.svg +14 -0
  156. package/images/svg/done-24px.svg +14 -0
  157. package/images/svg/icon-info-24px.svg +21 -0
  158. package/images/svg/info-24px.svg +15 -0
  159. package/package.json +1 -1
@@ -1,1094 +1,20 @@
1
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/Edit24p.js
17
- FN:5,(anonymous_0)
18
- FNF:1
19
- FNH:1
20
- FNDA:2,(anonymous_0)
21
- DA:5,1
22
- DA:6,2
23
- DA:32,1
24
- LF:3
25
- LH:3
26
- BRF:0
27
- BRH:0
28
- end_of_record
29
- TN:
30
- SF:images/componentsSvg/EditText24px.js
31
- FN:5,(anonymous_0)
32
- FNF:1
33
- FNH:1
34
- FNDA:2,(anonymous_0)
35
- DA:5,1
36
- DA:6,2
37
- DA:32,1
38
- LF:3
39
- LH:3
40
- BRF:0
41
- BRH:0
42
- end_of_record
43
- TN:
44
- SF:images/componentsSvg/InfoError24pxOutlined.js
45
- FN:5,(anonymous_0)
46
- FNF:1
47
- FNH:1
48
- FNDA:3,(anonymous_0)
49
- DA:5,1
50
- DA:6,3
51
- DA:33,1
52
- LF:3
53
- LH:3
54
- BRF:0
55
- BRH:0
56
- end_of_record
57
- TN:
58
- SF:images/componentsSvg/LogoutSvg.js
59
- FN:4,(anonymous_0)
60
- FNF:1
61
- FNH:1
62
- FNDA:18,(anonymous_0)
63
- DA:4,2
64
- DA:5,18
65
- LF:2
66
- LH:2
67
- BRF:0
68
- BRH:0
69
- end_of_record
70
- TN:
71
- SF:images/componentsSvg/MenuCollapse24p.js
72
- FN:5,(anonymous_0)
73
- FNF:1
74
- FNH:1
75
- FNDA:2,(anonymous_0)
76
- DA:5,1
77
- DA:6,2
78
- DA:42,1
79
- LF:3
80
- LH:3
81
- BRF:0
82
- BRH:0
83
- end_of_record
84
- TN:
85
- SF:images/componentsSvg/NewRelease24p.js
86
- FN:5,(anonymous_0)
87
- FNF:1
88
- FNH:1
89
- FNDA:1,(anonymous_0)
90
- DA:5,1
91
- DA:6,1
92
- DA:25,1
93
- LF:3
94
- LH:3
95
- BRF:0
96
- BRH:0
97
- end_of_record
98
- TN:
99
- SF:images/componentsSvg/Time24px.js
100
- FN:5,(anonymous_0)
101
- FNF:1
102
- FNH:1
103
- FNDA:1,(anonymous_0)
104
- DA:5,1
105
- DA:6,1
106
- DA:32,1
107
- LF:3
108
- LH:3
109
- BRF:0
110
- BRH:0
111
- end_of_record
112
- TN:
113
- SF:src/components/atoms/AddButton/AddButton.js
114
- FN:5,(anonymous_0)
115
- FNF:1
116
- FNH:1
117
- FNDA:3,(anonymous_0)
118
- DA:5,1
119
- DA:6,3
120
- DA:8,3
121
- DA:30,1
122
- LF:4
123
- LH:4
124
- BRDA:6,0,0,3
125
- BRDA:6,0,1,0
126
- BRDA:10,1,0,3
127
- BRDA:10,1,1,3
128
- BRDA:25,2,0,3
129
- BRDA:25,2,1,3
130
- BRF:6
131
- BRH:5
132
- end_of_record
133
- TN:
134
- SF:src/components/atoms/BillCard/BillCard.js
135
- FN:5,(anonymous_0)
136
- FNF:1
137
- FNH:1
138
- FNDA:1,(anonymous_0)
139
- DA:5,1
140
- DA:6,1
141
- DA:23,1
142
- LF:3
143
- LH:3
144
- BRF:0
145
- BRH:0
146
- end_of_record
147
- TN:
148
- SF:src/components/atoms/Button/Button.js
149
- FN:6,(anonymous_0)
150
- FN:66,(anonymous_1)
151
- FNF:2
152
- FNH:2
153
- FNDA:23,(anonymous_0)
154
- FNDA:4,(anonymous_1)
155
- DA:6,5
156
- DA:39,23
157
- DA:44,23
158
- DA:46,23
159
- DA:66,23
160
- DA:67,4
161
- DA:68,4
162
- DA:69,1
163
- DA:70,1
164
- DA:72,1
165
- DA:79,23
166
- DA:92,23
167
- DA:93,15
168
- DA:100,8
169
- DA:101,1
170
- DA:108,7
171
- DA:109,7
172
- DA:116,0
173
- DA:123,5
174
- LF:19
175
- LH:18
176
- BRDA:44,0,0,3
177
- BRDA:44,0,1,20
178
- BRDA:46,1,0,0
179
- BRDA:46,1,1,23
180
- BRDA:67,2,0,3
181
- BRDA:67,2,1,1
182
- BRDA:68,3,0,1
183
- BRDA:68,3,1,3
184
- BRDA:69,4,0,1
185
- BRDA:69,4,1,0
186
- BRDA:70,5,0,1
187
- BRDA:70,5,1,1
188
- BRDA:80,6,0,3
189
- BRDA:80,6,1,20
190
- BRDA:81,7,0,15
191
- BRDA:81,7,1,8
192
- BRDA:92,8,0,15
193
- BRDA:92,8,1,8
194
- BRDA:100,9,0,1
195
- BRDA:100,9,1,7
196
- BRDA:108,10,0,7
197
- BRDA:108,10,1,0
198
- BRDA:108,11,0,7
199
- BRDA:108,11,1,6
200
- BRDA:110,12,0,3
201
- BRDA:110,12,1,4
202
- BRDA:117,13,0,0
203
- BRDA:117,13,1,0
204
- BRF:28
205
- BRH:23
206
- end_of_record
207
- TN:
208
- SF:src/components/atoms/CardPane/CardPane.js
209
- FN:5,(anonymous_0)
210
- FN:33,(anonymous_1)
211
- FNF:2
212
- FNH:2
213
- FNDA:7,(anonymous_0)
214
- FNDA:6,(anonymous_1)
215
- DA:5,1
216
- DA:6,7
217
- DA:8,7
218
- DA:9,1
219
- DA:10,6
220
- DA:11,1
221
- DA:13,7
222
- DA:25,0
223
- DA:33,1
224
- DA:34,6
225
- DA:35,1
226
- DA:38,5
227
- DA:41,1
228
- LF:13
229
- LH:12
230
- BRDA:6,0,0,7
231
- BRDA:6,0,1,0
232
- BRDA:6,1,0,7
233
- BRDA:6,1,1,6
234
- BRDA:8,2,0,1
235
- BRDA:8,2,1,6
236
- BRDA:10,3,0,1
237
- BRDA:10,3,1,5
238
- BRDA:34,4,0,1
239
- BRDA:34,4,1,5
240
- BRF:10
241
- BRH:9
242
- end_of_record
243
- TN:
244
- SF:src/components/atoms/Checkbox/Checkbox.js
245
- FN:5,(anonymous_0)
246
- FNF:1
247
- FNH:1
248
- FNDA:3,(anonymous_0)
249
- DA:5,1
250
- DA:6,3
251
- DA:9,3
252
- DA:11,3
253
- DA:13,3
254
- DA:32,1
255
- LF:6
256
- LH:6
257
- BRDA:6,0,0,3
258
- BRDA:6,0,1,0
259
- BRDA:6,1,0,3
260
- BRDA:6,1,1,0
261
- BRDA:7,2,0,0
262
- BRDA:7,2,1,3
263
- BRDA:9,3,0,3
264
- BRDA:9,3,1,0
265
- BRDA:11,4,0,3
266
- BRDA:11,4,1,0
267
- BRDA:21,5,0,3
268
- BRDA:21,5,1,0
269
- BRF:12
270
- BRH:6
271
- end_of_record
272
- TN:
273
- SF:src/components/atoms/DatePickerCustom/DatePickerCustom.js
2
+ SF:src/components/atoms/BaseBox/BaseBox.js
274
3
  FN:7,(anonymous_0)
275
- FN:16,(anonymous_1)
276
- FN:20,(anonymous_2)
277
- FN:36,(anonymous_3)
278
- FN:37,(anonymous_4)
279
- FN:48,(anonymous_5)
280
- FN:50,(anonymous_6)
281
- FN:56,(anonymous_7)
282
- FN:99,(anonymous_8)
283
- FN:122,(anonymous_9)
284
- FN:126,(anonymous_10)
285
- FN:127,(anonymous_11)
286
- FNF:12
287
- FNH:9
288
- FNDA:5,(anonymous_0)
289
- FNDA:5,(anonymous_1)
290
- FNDA:8,(anonymous_2)
291
- FNDA:1,(anonymous_3)
292
- FNDA:1,(anonymous_4)
293
- FNDA:0,(anonymous_5)
294
- FNDA:4,(anonymous_6)
295
- FNDA:11,(anonymous_7)
296
- FNDA:8,(anonymous_8)
297
- FNDA:0,(anonymous_9)
298
- FNDA:0,(anonymous_10)
299
- FNDA:96,(anonymous_11)
300
- DA:8,5
301
- DA:9,5
302
- DA:17,5
303
- DA:20,5
304
- DA:21,8
305
- DA:22,8
306
- DA:23,8
307
- DA:25,8
308
- DA:26,4808
309
- DA:33,8
310
- DA:36,5
311
- DA:37,1
312
- DA:38,1
313
- DA:44,1
314
- DA:48,5
315
- DA:50,5
316
- DA:51,4
317
- DA:52,4
318
- DA:53,4
319
- DA:57,11
320
- DA:61,11
321
- DA:62,11
322
- DA:63,11
323
- DA:64,11
324
- DA:65,4
325
- DA:66,2
326
- DA:67,2
327
- DA:69,2
328
- DA:70,2
329
- DA:74,11
330
- DA:80,11
331
- DA:95,11
332
- DA:108,8
333
- DA:122,0
334
- DA:126,0
335
- DA:128,96
336
- DA:167,1
337
- LF:37
338
- LH:35
339
- BRDA:11,0,0,0
340
- BRDA:11,0,1,5
341
- BRDA:17,1,0,5
342
- BRDA:17,1,1,0
343
- BRDA:17,2,0,0
344
- BRDA:17,2,1,5
345
- BRDA:57,3,0,11
346
- BRDA:57,3,1,0
347
- BRDA:58,4,0,11
348
- BRDA:58,4,1,0
349
- BRDA:59,5,0,0
350
- BRDA:59,5,1,11
351
- BRDA:64,6,0,4
352
- BRDA:64,6,1,7
353
- BRDA:65,7,0,2
354
- BRDA:65,7,1,2
355
- BRDA:74,8,0,11
356
- BRDA:74,8,1,0
357
- BRF:18
358
- BRH:11
359
- end_of_record
360
- TN:
361
- SF:src/components/atoms/Disclaimer/Disclaimer.js
362
- FN:7,(anonymous_0)
363
- FNF:1
364
- FNH:1
365
- FNDA:3,(anonymous_0)
366
- DA:7,1
367
- DA:8,3
368
- DA:10,3
369
- DA:12,3
370
- DA:26,3
371
- DA:40,3
372
- DA:51,1
373
- LF:7
374
- LH:7
375
- BRDA:12,0,0,3
376
- BRDA:12,0,1,1
377
- BRDA:26,1,0,3
378
- BRDA:26,1,1,1
379
- BRDA:44,2,0,1
380
- BRDA:44,2,1,2
381
- BRDA:45,3,0,3
382
- BRDA:45,3,1,1
383
- BRF:8
384
- BRH:8
385
- end_of_record
386
- TN:
387
- SF:src/components/atoms/DocumentStatus/DocumentStatus.js
388
- FN:10,(anonymous_0)
389
- FNF:1
390
- FNH:1
391
- FNDA:3,(anonymous_0)
392
- DA:10,1
393
- DA:11,3
394
- DA:16,1
395
- DA:22,1
396
- DA:29,1
397
- DA:38,1
398
- LF:6
399
- LH:6
400
- BRDA:11,0,0,1
401
- BRDA:11,0,1,1
402
- BRDA:11,0,2,1
403
- BRDA:11,0,3,1
404
- BRDA:11,0,4,1
405
- BRDA:11,0,5,1
406
- BRDA:11,0,6,1
407
- BRF:7
408
- BRH:7
409
- end_of_record
410
- TN:
411
- SF:src/components/atoms/GoogleButton/GoogleButton.js
412
- FN:6,(anonymous_0)
413
4
  FNF:1
414
5
  FNH:1
415
- FNDA:3,(anonymous_0)
416
- DA:6,1
417
- DA:7,3
418
- DA:15,1
419
- DA:20,1
420
- LF:4
421
- LH:4
422
- BRF:0
423
- BRH:0
424
- end_of_record
425
- TN:
426
- SF:src/components/atoms/IconImage/IconImage.js
427
- FN:4,(anonymous_0)
428
- FNF:1
429
- FNH:1
430
- FNDA:3,(anonymous_0)
431
- DA:4,2
432
- DA:5,3
433
- DA:6,0
434
- DA:8,3
435
- DA:10,3
436
- DA:13,2
437
- LF:6
438
- LH:5
439
- BRDA:4,0,0,2
440
- BRDA:5,1,0,0
441
- BRDA:5,1,1,3
442
- BRF:3
443
- BRH:2
444
- end_of_record
445
- TN:
446
- SF:src/components/atoms/InfoBox/InfoBox.js
447
- FN:6,(anonymous_0)
448
- FNF:1
449
- FNH:1
450
- FNDA:4,(anonymous_0)
451
- DA:6,1
452
- DA:7,4
453
- DA:19,1
454
- LF:3
455
- LH:3
456
- BRDA:9,0,0,4
457
- BRDA:9,0,1,3
458
- BRF:2
459
- BRH:2
460
- end_of_record
461
- TN:
462
- SF:src/components/atoms/LogoText/LogoText.js
463
- FN:6,(anonymous_0)
464
- FNF:1
465
- FNH:1
466
- FNDA:3,(anonymous_0)
467
- DA:6,1
468
- DA:7,3
469
- DA:21,1
470
- LF:3
471
- LH:3
472
- BRDA:10,0,0,0
473
- BRDA:10,0,1,3
474
- BRF:2
475
- BRH:1
476
- end_of_record
477
- TN:
478
- SF:src/components/atoms/MenuItems/MenuItems.js
479
- FN:7,(anonymous_0)
480
- FN:16,(anonymous_1)
481
- FN:31,(anonymous_2)
482
- FNF:3
483
- FNH:3
484
- FNDA:10,(anonymous_0)
485
- FNDA:19,(anonymous_1)
486
- FNDA:19,(anonymous_2)
487
- DA:7,4
488
- DA:8,10
489
- DA:9,2
490
- DA:12,8
491
- DA:16,8
492
- DA:17,19
493
- DA:18,19
494
- DA:19,3
495
- DA:21,16
496
- DA:29,8
497
- DA:31,19
498
- DA:36,4
499
- LF:12
500
- LH:12
501
- BRDA:8,0,0,2
502
- BRDA:8,0,1,8
503
- BRDA:8,1,0,10
504
- BRDA:8,1,1,9
505
- BRDA:17,2,0,19
506
- BRDA:17,2,1,0
507
- BRDA:18,3,0,3
508
- BRDA:18,3,1,16
509
- BRF:8
510
- BRH:7
511
- end_of_record
512
- TN:
513
- SF:src/components/atoms/Message/Message.js
514
- FN:5,(anonymous_0)
515
- FNF:1
516
- FNH:1
517
- FNDA:4,(anonymous_0)
518
- DA:5,1
519
- DA:6,4
520
- DA:13,1
521
- LF:3
522
- LH:3
523
- BRF:0
524
- BRH:0
525
- end_of_record
526
- TN:
527
- SF:src/components/atoms/PaypalButton/PaypalButton.js
528
- FN:6,(anonymous_0)
529
- FNF:1
530
- FNH:1
531
- FNDA:1,(anonymous_0)
532
- DA:6,1
533
- DA:7,1
534
- DA:14,1
535
- LF:3
536
- LH:3
537
- BRF:0
538
- BRH:0
539
- end_of_record
540
- TN:
541
- SF:src/components/atoms/ProgressBar/ProgressBar.js
542
- FN:5,(anonymous_0)
543
- FNF:1
544
- FNH:1
545
- FNDA:1,(anonymous_0)
546
- DA:5,1
547
- DA:6,1
548
- DA:8,1
549
- DA:16,1
550
- LF:4
551
- LH:4
552
- BRF:0
553
- BRH:0
554
- end_of_record
555
- TN:
556
- SF:src/components/atoms/Radio/Radio.js
557
- FN:6,(anonymous_0)
558
- FN:14,(anonymous_1)
559
- FN:15,(anonymous_2)
560
- FN:29,(anonymous_3)
561
- FNF:4
562
- FNH:3
563
- FNDA:5,(anonymous_0)
564
- FNDA:15,(anonymous_1)
565
- FNDA:0,(anonymous_2)
566
- FNDA:10,(anonymous_3)
567
- DA:6,1
568
- DA:7,5
569
- DA:13,5
570
- DA:14,15
571
- DA:15,0
572
- DA:18,5
573
- DA:21,5
574
- DA:23,5
575
- DA:30,10
576
- DA:62,1
577
- LF:10
578
- LH:9
579
- BRDA:18,0,0,0
580
- BRDA:18,0,1,5
581
- BRDA:19,1,0,0
582
- BRDA:19,1,1,5
583
- BRDA:21,2,0,5
584
- BRDA:21,2,1,0
585
- BRDA:31,3,0,0
586
- BRDA:31,3,1,10
587
- BRDA:33,4,0,10
588
- BRDA:33,4,1,0
589
- BRF:10
590
- BRH:5
591
- end_of_record
592
- TN:
593
- SF:src/components/atoms/RemoveButton/RemoveButton.js
594
- FN:5,(anonymous_0)
595
- FNF:1
596
- FNH:1
597
- FNDA:3,(anonymous_0)
598
- DA:5,1
599
- DA:6,3
600
- DA:8,3
601
- DA:30,1
602
- LF:4
603
- LH:4
604
- BRDA:6,0,0,3
605
- BRDA:6,0,1,0
606
- BRDA:10,1,0,3
607
- BRDA:10,1,1,3
608
- BRDA:25,2,0,3
609
- BRDA:25,2,1,3
610
- BRF:6
611
- BRH:5
612
- end_of_record
613
- TN:
614
- SF:src/components/atoms/RichTextInner/RichTextInner.js
615
- FN:6,(anonymous_0)
616
- FNF:1
617
- FNH:1
618
- FNDA:3,(anonymous_0)
619
- DA:6,2
620
- DA:7,3
621
- DA:10,2
622
- LF:3
623
- LH:3
624
- BRF:0
625
- BRH:0
626
- end_of_record
627
- TN:
628
- SF:src/components/atoms/SearchSelect/SearchSelect.js
629
- FN:7,(anonymous_0)
630
- FN:9,(anonymous_1)
631
- FN:18,(anonymous_2)
632
- FN:38,(anonymous_3)
633
- FNF:4
634
- FNH:3
635
- FNDA:5,(anonymous_0)
636
- FNDA:5,(anonymous_1)
637
- FNDA:5,(anonymous_2)
638
- FNDA:0,(anonymous_3)
6
+ FNDA:6,(anonymous_0)
639
7
  DA:7,1
640
- DA:8,5
641
- DA:9,5
642
- DA:10,5
8
+ DA:8,6
9
+ DA:9,1
643
10
  DA:11,5
644
- DA:12,5
645
- DA:15,0
646
- DA:18,1
647
- DA:19,5
648
- DA:21,5
649
- DA:24,5
650
- DA:25,0
651
- DA:26,5
652
- DA:27,0
653
- DA:33,5
654
- DA:34,5
655
- DA:38,5
656
- DA:39,0
657
- DA:45,0
658
- DA:48,5
659
- DA:50,5
660
- DA:79,1
661
- LF:22
662
- LH:17
663
- BRDA:8,0,0,5
664
- BRDA:8,0,1,0
665
- BRDA:12,1,0,1
666
- BRDA:12,1,1,4
667
- BRDA:12,2,0,4
668
- BRDA:12,2,1,0
669
- BRDA:24,3,0,0
670
- BRDA:24,3,1,5
671
- BRDA:24,4,0,5
672
- BRDA:24,4,1,0
673
- BRDA:26,5,0,0
674
- BRDA:26,5,1,5
675
- BRDA:33,6,0,0
676
- BRDA:33,6,1,5
677
- BRDA:34,7,0,0
678
- BRDA:34,7,1,5
679
- BRDA:35,8,0,2
680
- BRDA:35,8,1,3
681
- BRDA:36,9,0,0
682
- BRDA:36,9,1,5
683
- BRDA:48,10,0,5
684
- BRDA:48,10,1,0
685
- BRDA:51,11,0,0
686
- BRDA:51,11,1,5
687
- BRDA:73,12,0,5
688
- BRDA:73,12,1,0
689
- BRF:26
690
- BRH:15
691
- end_of_record
692
- TN:
693
- SF:src/components/atoms/SidemenuTab/SidemenuTab.js
694
- FN:9,(anonymous_0)
695
- FN:15,(anonymous_1)
696
- FNF:2
697
- FNH:2
698
- FNDA:10,(anonymous_0)
699
- FNDA:10,(anonymous_1)
700
- DA:9,2
701
- DA:10,10
702
- DA:15,10
703
- DA:16,10
704
- DA:24,10
705
- DA:25,7
706
- DA:28,3
707
- DA:35,2
708
- LF:8
709
- LH:8
710
- BRDA:19,0,0,10
711
- BRDA:19,0,1,6
712
- BRDA:24,1,0,7
713
- BRDA:24,1,1,3
714
- BRDA:24,2,0,10
715
- BRDA:24,2,1,3
716
- BRF:6
717
- BRH:6
718
- end_of_record
719
- TN:
720
- SF:src/components/atoms/Spinner/Spinner.js
721
- FN:5,(anonymous_0)
722
- FNF:1
723
- FNH:1
724
- FNDA:2,(anonymous_0)
725
- DA:5,1
726
- DA:6,2
727
- DA:17,1
728
- LF:3
729
- LH:3
730
- BRDA:5,0,0,1
731
- BRDA:6,1,0,1
732
- BRDA:6,1,1,1
733
- BRF:3
734
- BRH:3
735
- end_of_record
736
- TN:
737
- SF:src/components/atoms/TestAB/TestAB.js
738
- FN:10,(anonymous_0)
739
- FN:16,(anonymous_1)
740
- FNF:2
741
- FNH:2
742
- FNDA:3,(anonymous_0)
743
- FNDA:6,(anonymous_1)
744
- DA:10,1
745
- DA:11,3
746
- DA:13,3
747
- DA:15,3
748
- DA:16,3
749
- DA:17,6
750
- DA:21,3
751
- DA:24,1
752
- LF:8
753
- LH:8
754
- BRDA:11,0,0,3
755
- BRDA:11,0,1,2
756
- BRDA:13,1,0,1
757
- BRDA:13,1,1,2
758
- BRDA:15,2,0,3
759
- BRDA:15,2,1,0
760
- BRF:6
761
- BRH:5
762
- end_of_record
763
- TN:
764
- SF:src/components/atoms/TextArea/TextArea.js
765
- FN:6,(anonymous_0)
766
- FNF:1
767
- FNH:1
768
- FNDA:6,(anonymous_0)
769
- DA:6,1
770
- DA:25,6
771
- DA:27,6
772
- DA:29,6
773
- DA:48,1
774
- LF:5
775
- LH:5
776
- BRDA:25,0,0,1
777
- BRDA:25,0,1,5
778
- BRDA:26,1,0,0
779
- BRDA:26,1,1,6
780
- BRDA:27,2,0,1
781
- BRDA:27,2,1,5
782
- BRDA:32,3,0,2
783
- BRDA:32,3,1,4
784
- BRDA:32,4,0,6
785
- BRDA:32,4,1,3
786
- BRDA:39,5,0,1
787
- BRDA:39,5,1,5
788
- BRF:12
789
- BRH:11
790
- end_of_record
791
- TN:
792
- SF:src/components/atoms/Toggle/Toggle.js
793
- FN:5,(anonymous_0)
794
- FNF:1
795
- FNH:1
796
- FNDA:3,(anonymous_0)
797
- DA:5,1
798
- DA:6,3
799
- DA:22,1
800
- LF:3
801
- LH:3
802
- BRDA:11,0,0,1
803
- BRDA:11,0,1,2
804
- BRF:2
805
- BRH:2
806
- end_of_record
807
- TN:
808
- SF:src/components/atoms/Tooltip/Tooltip.js
809
- FN:9,(anonymous_0)
810
- FNF:1
811
- FNH:1
812
- FNDA:8,(anonymous_0)
813
- DA:9,5
814
- DA:10,8
815
- DA:11,1
816
- DA:13,7
817
- DA:17,7
818
- DA:24,5
819
- DA:63,5
11
+ DA:17,5
12
+ DA:20,1
13
+ DA:27,1
820
14
  LF:7
821
15
  LH:7
822
- BRDA:10,0,0,1
823
- BRDA:10,0,1,7
16
+ BRDA:8,0,0,1
17
+ BRDA:8,0,1,5
824
18
  BRF:2
825
19
  BRH:2
826
20
  end_of_record
827
- TN:
828
- SF:src/components/molecules/BottomFixedBar/BottomFixedBar.js
829
- FN:8,(anonymous_0)
830
- FNF:1
831
- FNH:1
832
- FNDA:4,(anonymous_0)
833
- DA:8,1
834
- DA:9,4
835
- DA:10,3
836
- DA:13,1
837
- DA:23,1
838
- LF:5
839
- LH:5
840
- BRDA:9,0,0,3
841
- BRDA:9,0,1,1
842
- BRDA:9,1,0,4
843
- BRDA:9,1,1,2
844
- BRF:4
845
- BRH:4
846
- end_of_record
847
- TN:
848
- SF:src/components/molecules/BottomOverlay/BottomOverlay.js
849
- FN:6,(anonymous_0)
850
- FN:11,(anonymous_1)
851
- FN:13,(anonymous_2)
852
- FN:18,(anonymous_3)
853
- FN:26,(anonymous_4)
854
- FN:38,(anonymous_5)
855
- FN:42,(anonymous_6)
856
- FNF:7
857
- FNH:3
858
- FNDA:3,(anonymous_0)
859
- FNDA:3,(anonymous_1)
860
- FNDA:3,(anonymous_2)
861
- FNDA:0,(anonymous_3)
862
- FNDA:0,(anonymous_4)
863
- FNDA:0,(anonymous_5)
864
- FNDA:0,(anonymous_6)
865
- DA:6,1
866
- DA:7,3
867
- DA:8,3
868
- DA:9,3
869
- DA:11,3
870
- DA:12,3
871
- DA:13,3
872
- DA:14,3
873
- DA:18,3
874
- DA:19,0
875
- DA:21,0
876
- DA:22,0
877
- DA:26,3
878
- DA:27,0
879
- DA:29,0
880
- DA:30,0
881
- DA:34,3
882
- DA:37,3
883
- DA:38,0
884
- DA:42,3
885
- DA:43,0
886
- DA:44,0
887
- DA:48,3
888
- DA:62,1
889
- LF:24
890
- LH:15
891
- BRDA:8,0,0,0
892
- BRDA:8,0,1,3
893
- BRDA:19,1,0,0
894
- BRDA:19,1,1,0
895
- BRDA:21,2,0,0
896
- BRDA:21,2,1,0
897
- BRDA:22,3,0,0
898
- BRDA:22,3,1,0
899
- BRDA:29,4,0,0
900
- BRDA:29,4,1,0
901
- BRDA:43,5,0,0
902
- BRDA:43,5,1,0
903
- BRDA:44,6,0,0
904
- BRDA:44,6,1,0
905
- BRDA:49,7,0,3
906
- BRDA:49,7,1,0
907
- BRDA:50,8,0,3
908
- BRDA:50,8,1,0
909
- BRDA:56,9,0,3
910
- BRDA:56,9,1,1
911
- BRF:20
912
- BRH:5
913
- end_of_record
914
- TN:
915
- SF:src/components/molecules/BoxForm/BoxForm.js
916
- FN:6,(anonymous_0)
917
- FNF:1
918
- FNH:1
919
- FNDA:4,(anonymous_0)
920
- DA:6,1
921
- DA:7,4
922
- DA:9,4
923
- DA:10,3
924
- DA:11,3
925
- DA:20,4
926
- DA:47,1
927
- LF:7
928
- LH:7
929
- BRDA:9,0,0,3
930
- BRDA:9,0,1,1
931
- BRDA:16,1,0,0
932
- BRDA:16,1,1,3
933
- BRDA:23,2,0,3
934
- BRDA:23,2,1,1
935
- BRDA:36,3,0,4
936
- BRDA:36,3,1,3
937
- BRF:8
938
- BRH:7
939
- end_of_record
940
- TN:
941
- SF:src/components/molecules/Feedback/Feedback.js
942
- FN:20,(anonymous_0)
943
- FN:27,(anonymous_1)
944
- FN:42,(anonymous_2)
945
- FN:49,(anonymous_3)
946
- FN:56,(anonymous_4)
947
- FNF:5
948
- FNH:5
949
- FNDA:10,(anonymous_0)
950
- FNDA:9,(anonymous_1)
951
- FNDA:9,(anonymous_2)
952
- FNDA:9,(anonymous_3)
953
- FNDA:9,(anonymous_4)
954
- DA:9,1
955
- DA:20,1
956
- DA:21,10
957
- DA:23,10
958
- DA:24,1
959
- DA:27,9
960
- DA:28,9
961
- DA:29,2
962
- DA:35,7
963
- DA:42,9
964
- DA:43,9
965
- DA:44,4
966
- DA:46,5
967
- DA:49,9
968
- DA:50,9
969
- DA:51,7
970
- DA:53,2
971
- DA:56,9
972
- DA:57,9
973
- DA:58,9
974
- DA:59,1
975
- DA:61,9
976
- DA:62,2
977
- DA:68,9
978
- DA:69,6
979
- DA:71,3
980
- DA:74,9
981
- DA:80,9
982
- DA:92,1
983
- DA:111,1
984
- LF:30
985
- LH:30
986
- BRDA:21,0,0,10
987
- BRDA:21,0,1,3
988
- BRDA:23,1,0,1
989
- BRDA:23,1,1,9
990
- BRDA:23,2,0,10
991
- BRDA:23,2,1,3
992
- BRDA:28,3,0,2
993
- BRDA:28,3,1,7
994
- BRDA:43,4,0,4
995
- BRDA:43,4,1,5
996
- BRDA:50,5,0,7
997
- BRDA:50,5,1,2
998
- BRDA:53,6,0,1
999
- BRDA:53,6,1,1
1000
- BRDA:58,7,0,1
1001
- BRDA:58,7,1,8
1002
- BRDA:58,8,0,9
1003
- BRDA:58,8,1,1
1004
- BRDA:61,9,0,2
1005
- BRDA:61,9,1,7
1006
- BRDA:61,10,0,9
1007
- BRDA:61,10,1,2
1008
- BRDA:64,11,0,1
1009
- BRDA:64,11,1,1
1010
- BRDA:68,12,0,6
1011
- BRDA:68,12,1,3
1012
- BRF:26
1013
- BRH:26
1014
- end_of_record
1015
- TN:
1016
- SF:src/components/molecules/FormFaq/FormFaq.js
1017
- FN:7,(anonymous_0)
1018
- FNF:1
1019
- FNH:1
1020
- FNDA:4,(anonymous_0)
1021
- DA:7,1
1022
- DA:8,4
1023
- DA:9,3
1024
- DA:11,1
1025
- DA:22,1
1026
- LF:5
1027
- LH:5
1028
- BRDA:8,0,0,3
1029
- BRDA:8,0,1,1
1030
- BRDA:8,1,0,4
1031
- BRDA:8,1,1,2
1032
- BRF:4
1033
- BRH:4
1034
- end_of_record
1035
- TN:
1036
- SF:src/components/molecules/TooltipMenu/TooltipMenu.js
1037
- FN:8,(anonymous_0)
1038
- FNF:1
1039
- FNH:1
1040
- FNDA:2,(anonymous_0)
1041
- DA:8,1
1042
- DA:9,2
1043
- DA:11,2
1044
- DA:21,1
1045
- LF:4
1046
- LH:4
1047
- BRF:0
1048
- BRH:0
1049
- end_of_record
1050
- TN:
1051
- SF:src/components/organisms/MobileBottomBar/MobileBottomBar.js
1052
- FN:9,(anonymous_0)
1053
- FN:18,(anonymous_1)
1054
- FN:19,(anonymous_2)
1055
- FNF:3
1056
- FNH:3
1057
- FNDA:6,(anonymous_0)
1058
- FNDA:3,(anonymous_1)
1059
- FNDA:9,(anonymous_2)
1060
- DA:9,1
1061
- DA:10,6
1062
- DA:11,2
1063
- DA:14,4
1064
- DA:18,4
1065
- DA:19,3
1066
- DA:20,9
1067
- DA:21,3
1068
- DA:27,6
1069
- DA:30,4
1070
- DA:33,1
1071
- LF:11
1072
- LH:11
1073
- BRDA:10,0,0,2
1074
- BRDA:10,0,1,4
1075
- BRDA:10,1,0,6
1076
- BRDA:10,1,1,5
1077
- BRDA:10,1,2,4
1078
- BRDA:20,2,0,3
1079
- BRDA:20,2,1,6
1080
- BRDA:30,3,0,4
1081
- BRDA:30,3,1,3
1082
- BRF:9
1083
- BRH:9
1084
- end_of_record
1085
- TN:
1086
- SF:src/utils/envVariables.js
1087
- FNF:0
1088
- FNH:0
1089
- DA:1,1
1090
- LF:1
1091
- LH:1
1092
- BRF:0
1093
- BRH:0
1094
- end_of_record