@npm_leadtech/legal-lib-components 1.5.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/build/index.js +1 -1
- package/coverage/clover.xml +214 -82
- package/coverage/coverage-final.json +41 -30
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +229 -0
- package/coverage/lcov-report/components/atoms/AddButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +166 -0
- package/coverage/lcov-report/components/atoms/BillCard/index.html +116 -0
- 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 +220 -0
- package/coverage/lcov-report/components/atoms/CardPane/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +214 -0
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +116 -0
- package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +628 -0
- package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +259 -0
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +116 -0
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +208 -0
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +116 -0
- package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +244 -0
- package/coverage/lcov-report/components/atoms/FormFaq/index.html +116 -0
- package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +139 -0
- package/coverage/lcov-report/components/atoms/IconImage/index.html +116 -0
- package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +154 -0
- package/coverage/lcov-report/components/atoms/InfoBox/index.html +116 -0
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +169 -0
- package/coverage/lcov-report/components/atoms/LogoText/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +133 -0
- package/coverage/lcov-report/components/atoms/Message/index.html +116 -0
- package/coverage/lcov-report/components/atoms/PaypalButton/PaypalButton.js.html +133 -0
- package/coverage/lcov-report/components/atoms/PaypalButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +142 -0
- package/coverage/lcov-report/components/atoms/ProgressBar/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Radio/Radio.js.html +310 -0
- package/coverage/lcov-report/components/atoms/Radio/index.html +116 -0
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +229 -0
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +116 -0
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +379 -0
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +116 -0
- package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +172 -0
- package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +145 -0
- package/coverage/lcov-report/components/atoms/Spinner/index.html +116 -0
- package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +169 -0
- package/coverage/lcov-report/components/atoms/TestAB/index.html +116 -0
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +163 -0
- package/coverage/lcov-report/components/atoms/Toggle/index.html +116 -0
- package/coverage/lcov-report/images/componentsSvg/Done24px.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/Edit24p.js.html +187 -0
- package/coverage/lcov-report/images/componentsSvg/EditText24px.js.html +187 -0
- package/coverage/lcov-report/images/componentsSvg/InfoError24pxOutlined.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/LogoutSvg.js.html +169 -0
- package/coverage/lcov-report/images/componentsSvg/MenuCollapse24p.js.html +217 -0
- package/coverage/lcov-report/images/componentsSvg/NewRelease24p.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/Time24px.js.html +2 -2
- package/coverage/lcov-report/images/componentsSvg/index.html +65 -5
- package/coverage/lcov-report/index.html +143 -38
- package/coverage/lcov-report/src/components/atoms/AddButton/AddButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/AddButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/BillCard/BillCard.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/BillCard/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Button/Button.js.html +19 -19
- package/coverage/lcov-report/src/components/atoms/Button/index.html +6 -6
- package/coverage/lcov-report/src/components/atoms/CardPane/CardPane.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/CardPane/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Checkbox/Checkbox.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Checkbox/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DatePickerCustom/DatePickerCustom.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/DatePickerCustom/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Disclaimer/Disclaimer.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Disclaimer/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DocumentStatus/DocumentStatus.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/DocumentStatus/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/FormFaq/FormFaq.js.html +1 -1
- package/coverage/lcov-report/src/components/atoms/FormFaq/index.html +1 -1
- package/coverage/lcov-report/src/components/atoms/GoogleButton/GoogleButton.js.html +151 -0
- package/coverage/lcov-report/src/components/atoms/GoogleButton/index.html +116 -0
- package/coverage/lcov-report/src/components/atoms/IconImage/IconImage.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/IconImage/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/InfoBox/InfoBox.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/InfoBox/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/LogoText/LogoText.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/LogoText/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/MenuItems/MenuItems.js.html +202 -0
- package/coverage/lcov-report/src/components/atoms/MenuItems/index.html +116 -0
- package/coverage/lcov-report/src/components/atoms/Message/Message.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Message/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/PaypalButton/PaypalButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/PaypalButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/ProgressBar/ProgressBar.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/ProgressBar/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Radio/Radio.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Radio/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RemoveButton/RemoveButton.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RemoveButton/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/RichTextInner/RichTextInner.js.html +14 -11
- package/coverage/lcov-report/src/components/atoms/RichTextInner/index.html +6 -6
- package/coverage/lcov-report/src/components/atoms/SearchSelect/SearchSelect.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/SearchSelect/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/SidemenuTab/SidemenuTab.js.html +68 -23
- package/coverage/lcov-report/src/components/atoms/SidemenuTab/index.html +10 -10
- package/coverage/lcov-report/src/components/atoms/Spinner/Spinner.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Spinner/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TestAB/TestAB.js.html +3 -3
- package/coverage/lcov-report/src/components/atoms/TestAB/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TextArea/TextArea.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/TextArea/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Toggle/Toggle.js.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Toggle/index.html +2 -2
- package/coverage/lcov-report/src/components/atoms/Tooltip/Tooltip.js.html +283 -0
- package/coverage/lcov-report/src/components/atoms/Tooltip/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BottomFixedBar/BottomFixedBar.js.html +163 -0
- package/coverage/lcov-report/src/components/molecules/BottomFixedBar/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BottomOverlay/BottomOverlay.js.html +283 -0
- package/coverage/lcov-report/src/components/molecules/BottomOverlay/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/BoxForm/BoxForm.js.html +13 -49
- package/coverage/lcov-report/src/components/molecules/BoxForm/index.html +12 -12
- package/coverage/lcov-report/src/components/molecules/Feedback/Feedback.js.html +424 -0
- package/coverage/lcov-report/src/components/molecules/Feedback/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/FormFaq/FormFaq.js.html +160 -0
- package/coverage/lcov-report/src/components/molecules/FormFaq/index.html +116 -0
- package/coverage/lcov-report/src/components/molecules/TooltipMenu/TooltipMenu.js.html +208 -0
- package/coverage/lcov-report/src/components/molecules/TooltipMenu/index.html +116 -0
- package/coverage/lcov-report/src/components/organisms/MobileBottomBar/MobileBottomBar.js.html +196 -0
- package/coverage/lcov-report/src/components/organisms/MobileBottomBar/index.html +116 -0
- package/coverage/lcov-report/src/utils/envVariables.js.html +2 -2
- package/coverage/lcov-report/src/utils/index.html +2 -2
- package/coverage/lcov-report/utils/envVariables.js.html +88 -0
- package/coverage/lcov-report/utils/index.html +116 -0
- package/coverage/lcov.info +359 -104
- package/images/componentsSvg/Delete24p.js +34 -0
- package/images/componentsSvg/Edit24p.js +34 -0
- package/images/componentsSvg/EditText24px.js +34 -0
- package/images/componentsSvg/Eye24pxOptimized.js +34 -0
- package/images/componentsSvg/IconDuplicate24px.js +31 -0
- package/images/componentsSvg/MenuCollapse24p.js +44 -0
- package/package.json +8 -7
- package/yarn-error.log +0 -13121
package/coverage/lcov.info
CHANGED
|
@@ -13,6 +13,34 @@ BRF:0
|
|
|
13
13
|
BRH:0
|
|
14
14
|
end_of_record
|
|
15
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:
|
|
16
44
|
SF:images/componentsSvg/InfoError24pxOutlined.js
|
|
17
45
|
FN:5,(anonymous_0)
|
|
18
46
|
FNF:1
|
|
@@ -27,6 +55,33 @@ BRF:0
|
|
|
27
55
|
BRH:0
|
|
28
56
|
end_of_record
|
|
29
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:
|
|
30
85
|
SF:images/componentsSvg/NewRelease24p.js
|
|
31
86
|
FN:5,(anonymous_0)
|
|
32
87
|
FNF:1
|
|
@@ -95,33 +150,33 @@ FN:6,(anonymous_0)
|
|
|
95
150
|
FN:66,(anonymous_1)
|
|
96
151
|
FNF:2
|
|
97
152
|
FNH:2
|
|
98
|
-
FNDA:
|
|
153
|
+
FNDA:23,(anonymous_0)
|
|
99
154
|
FNDA:4,(anonymous_1)
|
|
100
|
-
DA:6,
|
|
101
|
-
DA:39,
|
|
102
|
-
DA:44,
|
|
103
|
-
DA:46,
|
|
104
|
-
DA:66,
|
|
155
|
+
DA:6,5
|
|
156
|
+
DA:39,23
|
|
157
|
+
DA:44,23
|
|
158
|
+
DA:46,23
|
|
159
|
+
DA:66,23
|
|
105
160
|
DA:67,4
|
|
106
161
|
DA:68,4
|
|
107
162
|
DA:69,1
|
|
108
163
|
DA:70,1
|
|
109
164
|
DA:72,1
|
|
110
|
-
DA:79,
|
|
111
|
-
DA:92,
|
|
112
|
-
DA:93,
|
|
113
|
-
DA:100,
|
|
165
|
+
DA:79,23
|
|
166
|
+
DA:92,23
|
|
167
|
+
DA:93,15
|
|
168
|
+
DA:100,8
|
|
114
169
|
DA:101,1
|
|
115
|
-
DA:108,
|
|
116
|
-
DA:109,
|
|
170
|
+
DA:108,7
|
|
171
|
+
DA:109,7
|
|
117
172
|
DA:116,0
|
|
118
|
-
DA:123,
|
|
173
|
+
DA:123,5
|
|
119
174
|
LF:19
|
|
120
175
|
LH:18
|
|
121
176
|
BRDA:44,0,0,3
|
|
122
|
-
BRDA:44,0,1,
|
|
177
|
+
BRDA:44,0,1,20
|
|
123
178
|
BRDA:46,1,0,0
|
|
124
|
-
BRDA:46,1,1,
|
|
179
|
+
BRDA:46,1,1,23
|
|
125
180
|
BRDA:67,2,0,3
|
|
126
181
|
BRDA:67,2,1,1
|
|
127
182
|
BRDA:68,3,0,1
|
|
@@ -130,24 +185,24 @@ BRDA:69,4,0,1
|
|
|
130
185
|
BRDA:69,4,1,0
|
|
131
186
|
BRDA:70,5,0,1
|
|
132
187
|
BRDA:70,5,1,1
|
|
133
|
-
BRDA:80,6,0,
|
|
134
|
-
BRDA:80,6,1,
|
|
188
|
+
BRDA:80,6,0,3
|
|
189
|
+
BRDA:80,6,1,20
|
|
135
190
|
BRDA:81,7,0,15
|
|
136
|
-
BRDA:81,7,1,
|
|
137
|
-
BRDA:92,8,0,
|
|
138
|
-
BRDA:92,8,1,
|
|
191
|
+
BRDA:81,7,1,8
|
|
192
|
+
BRDA:92,8,0,15
|
|
193
|
+
BRDA:92,8,1,8
|
|
139
194
|
BRDA:100,9,0,1
|
|
140
|
-
BRDA:100,9,1,
|
|
141
|
-
BRDA:108,10,0,
|
|
195
|
+
BRDA:100,9,1,7
|
|
196
|
+
BRDA:108,10,0,7
|
|
142
197
|
BRDA:108,10,1,0
|
|
143
|
-
BRDA:108,11,0,
|
|
144
|
-
BRDA:108,11,1,
|
|
198
|
+
BRDA:108,11,0,7
|
|
199
|
+
BRDA:108,11,1,6
|
|
145
200
|
BRDA:110,12,0,3
|
|
146
|
-
BRDA:110,12,1,
|
|
201
|
+
BRDA:110,12,1,4
|
|
147
202
|
BRDA:117,13,0,0
|
|
148
203
|
BRDA:117,13,1,0
|
|
149
204
|
BRF:28
|
|
150
|
-
BRH:
|
|
205
|
+
BRH:23
|
|
151
206
|
end_of_record
|
|
152
207
|
TN:
|
|
153
208
|
SF:src/components/atoms/CardPane/CardPane.js
|
|
@@ -353,49 +408,19 @@ BRF:7
|
|
|
353
408
|
BRH:7
|
|
354
409
|
end_of_record
|
|
355
410
|
TN:
|
|
356
|
-
SF:src/components/atoms/
|
|
357
|
-
FN:
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
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
|
|
411
|
+
SF:src/components/atoms/GoogleButton/GoogleButton.js
|
|
412
|
+
FN:6,(anonymous_0)
|
|
413
|
+
FNF:1
|
|
414
|
+
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
|
|
399
424
|
end_of_record
|
|
400
425
|
TN:
|
|
401
426
|
SF:src/components/atoms/IconImage/IconImage.js
|
|
@@ -450,6 +475,41 @@ BRF:2
|
|
|
450
475
|
BRH:1
|
|
451
476
|
end_of_record
|
|
452
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:8,(anonymous_0)
|
|
485
|
+
FNDA:15,(anonymous_1)
|
|
486
|
+
FNDA:15,(anonymous_2)
|
|
487
|
+
DA:7,3
|
|
488
|
+
DA:8,8
|
|
489
|
+
DA:9,2
|
|
490
|
+
DA:12,6
|
|
491
|
+
DA:16,6
|
|
492
|
+
DA:17,15
|
|
493
|
+
DA:18,15
|
|
494
|
+
DA:19,3
|
|
495
|
+
DA:21,12
|
|
496
|
+
DA:29,6
|
|
497
|
+
DA:31,15
|
|
498
|
+
DA:36,3
|
|
499
|
+
LF:12
|
|
500
|
+
LH:12
|
|
501
|
+
BRDA:8,0,0,2
|
|
502
|
+
BRDA:8,0,1,6
|
|
503
|
+
BRDA:8,1,0,8
|
|
504
|
+
BRDA:8,1,1,7
|
|
505
|
+
BRDA:17,2,0,15
|
|
506
|
+
BRDA:17,2,1,0
|
|
507
|
+
BRDA:18,3,0,3
|
|
508
|
+
BRDA:18,3,1,12
|
|
509
|
+
BRF:8
|
|
510
|
+
BRH:7
|
|
511
|
+
end_of_record
|
|
512
|
+
TN:
|
|
453
513
|
SF:src/components/atoms/Message/Message.js
|
|
454
514
|
FN:5,(anonymous_0)
|
|
455
515
|
FNF:1
|
|
@@ -552,19 +612,17 @@ BRH:5
|
|
|
552
612
|
end_of_record
|
|
553
613
|
TN:
|
|
554
614
|
SF:src/components/atoms/RichTextInner/RichTextInner.js
|
|
555
|
-
FN:
|
|
615
|
+
FN:6,(anonymous_0)
|
|
556
616
|
FNF:1
|
|
557
617
|
FNH:1
|
|
558
|
-
FNDA:
|
|
559
|
-
DA:5,1
|
|
618
|
+
FNDA:3,(anonymous_0)
|
|
560
619
|
DA:6,2
|
|
561
|
-
DA:
|
|
620
|
+
DA:7,3
|
|
621
|
+
DA:10,2
|
|
562
622
|
LF:3
|
|
563
623
|
LH:3
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
BRF:2
|
|
567
|
-
BRH:1
|
|
624
|
+
BRF:0
|
|
625
|
+
BRH:0
|
|
568
626
|
end_of_record
|
|
569
627
|
TN:
|
|
570
628
|
SF:src/components/atoms/SearchSelect/SearchSelect.js
|
|
@@ -633,18 +691,30 @@ BRH:15
|
|
|
633
691
|
end_of_record
|
|
634
692
|
TN:
|
|
635
693
|
SF:src/components/atoms/SidemenuTab/SidemenuTab.js
|
|
636
|
-
FN:
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
DA:
|
|
643
|
-
DA:
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
694
|
+
FN:9,(anonymous_0)
|
|
695
|
+
FN:16,(anonymous_1)
|
|
696
|
+
FNF:2
|
|
697
|
+
FNH:2
|
|
698
|
+
FNDA:11,(anonymous_0)
|
|
699
|
+
FNDA:11,(anonymous_1)
|
|
700
|
+
DA:9,2
|
|
701
|
+
DA:10,11
|
|
702
|
+
DA:16,11
|
|
703
|
+
DA:17,11
|
|
704
|
+
DA:25,11
|
|
705
|
+
DA:26,8
|
|
706
|
+
DA:29,3
|
|
707
|
+
DA:36,2
|
|
708
|
+
LF:8
|
|
709
|
+
LH:8
|
|
710
|
+
BRDA:20,0,0,11
|
|
711
|
+
BRDA:20,0,1,6
|
|
712
|
+
BRDA:25,1,0,8
|
|
713
|
+
BRDA:25,1,1,3
|
|
714
|
+
BRDA:25,2,0,11
|
|
715
|
+
BRDA:25,2,1,3
|
|
716
|
+
BRF:6
|
|
717
|
+
BRH:6
|
|
648
718
|
end_of_record
|
|
649
719
|
TN:
|
|
650
720
|
SF:src/components/atoms/Spinner/Spinner.js
|
|
@@ -735,6 +805,46 @@ BRF:2
|
|
|
735
805
|
BRH:2
|
|
736
806
|
end_of_record
|
|
737
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
|
|
820
|
+
LF:7
|
|
821
|
+
LH:7
|
|
822
|
+
BRDA:10,0,0,1
|
|
823
|
+
BRDA:10,0,1,7
|
|
824
|
+
BRF:2
|
|
825
|
+
BRH:2
|
|
826
|
+
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:
|
|
738
848
|
SF:src/components/molecules/BoxForm/BoxForm.js
|
|
739
849
|
FN:6,(anonymous_0)
|
|
740
850
|
FNF:1
|
|
@@ -744,27 +854,172 @@ DA:6,1
|
|
|
744
854
|
DA:7,4
|
|
745
855
|
DA:9,4
|
|
746
856
|
DA:10,3
|
|
747
|
-
DA:
|
|
748
|
-
DA:
|
|
749
|
-
DA:
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
DA:32,4
|
|
753
|
-
DA:59,1
|
|
754
|
-
LF:11
|
|
755
|
-
LH:9
|
|
857
|
+
DA:11,3
|
|
858
|
+
DA:20,4
|
|
859
|
+
DA:47,1
|
|
860
|
+
LF:7
|
|
861
|
+
LH:7
|
|
756
862
|
BRDA:9,0,0,3
|
|
757
863
|
BRDA:9,0,1,1
|
|
758
|
-
BRDA:
|
|
759
|
-
BRDA:
|
|
760
|
-
BRDA:
|
|
761
|
-
BRDA:
|
|
762
|
-
BRDA:
|
|
763
|
-
BRDA:
|
|
864
|
+
BRDA:16,1,0,0
|
|
865
|
+
BRDA:16,1,1,3
|
|
866
|
+
BRDA:23,2,0,3
|
|
867
|
+
BRDA:23,2,1,1
|
|
868
|
+
BRDA:36,3,0,4
|
|
869
|
+
BRDA:36,3,1,3
|
|
764
870
|
BRF:8
|
|
765
871
|
BRH:7
|
|
766
872
|
end_of_record
|
|
767
873
|
TN:
|
|
874
|
+
SF:src/components/molecules/Feedback/Feedback.js
|
|
875
|
+
FN:20,(anonymous_0)
|
|
876
|
+
FN:27,(anonymous_1)
|
|
877
|
+
FN:42,(anonymous_2)
|
|
878
|
+
FN:49,(anonymous_3)
|
|
879
|
+
FN:56,(anonymous_4)
|
|
880
|
+
FNF:5
|
|
881
|
+
FNH:5
|
|
882
|
+
FNDA:10,(anonymous_0)
|
|
883
|
+
FNDA:9,(anonymous_1)
|
|
884
|
+
FNDA:9,(anonymous_2)
|
|
885
|
+
FNDA:9,(anonymous_3)
|
|
886
|
+
FNDA:9,(anonymous_4)
|
|
887
|
+
DA:9,1
|
|
888
|
+
DA:20,1
|
|
889
|
+
DA:21,10
|
|
890
|
+
DA:23,10
|
|
891
|
+
DA:24,1
|
|
892
|
+
DA:27,9
|
|
893
|
+
DA:28,9
|
|
894
|
+
DA:29,2
|
|
895
|
+
DA:35,7
|
|
896
|
+
DA:42,9
|
|
897
|
+
DA:43,9
|
|
898
|
+
DA:44,4
|
|
899
|
+
DA:46,5
|
|
900
|
+
DA:49,9
|
|
901
|
+
DA:50,9
|
|
902
|
+
DA:51,7
|
|
903
|
+
DA:53,2
|
|
904
|
+
DA:56,9
|
|
905
|
+
DA:57,9
|
|
906
|
+
DA:58,9
|
|
907
|
+
DA:59,1
|
|
908
|
+
DA:61,9
|
|
909
|
+
DA:62,2
|
|
910
|
+
DA:68,9
|
|
911
|
+
DA:69,6
|
|
912
|
+
DA:71,3
|
|
913
|
+
DA:74,9
|
|
914
|
+
DA:80,9
|
|
915
|
+
DA:92,1
|
|
916
|
+
DA:111,1
|
|
917
|
+
LF:30
|
|
918
|
+
LH:30
|
|
919
|
+
BRDA:21,0,0,10
|
|
920
|
+
BRDA:21,0,1,3
|
|
921
|
+
BRDA:23,1,0,1
|
|
922
|
+
BRDA:23,1,1,9
|
|
923
|
+
BRDA:23,2,0,10
|
|
924
|
+
BRDA:23,2,1,3
|
|
925
|
+
BRDA:28,3,0,2
|
|
926
|
+
BRDA:28,3,1,7
|
|
927
|
+
BRDA:43,4,0,4
|
|
928
|
+
BRDA:43,4,1,5
|
|
929
|
+
BRDA:50,5,0,7
|
|
930
|
+
BRDA:50,5,1,2
|
|
931
|
+
BRDA:53,6,0,1
|
|
932
|
+
BRDA:53,6,1,1
|
|
933
|
+
BRDA:58,7,0,1
|
|
934
|
+
BRDA:58,7,1,8
|
|
935
|
+
BRDA:58,8,0,9
|
|
936
|
+
BRDA:58,8,1,1
|
|
937
|
+
BRDA:61,9,0,2
|
|
938
|
+
BRDA:61,9,1,7
|
|
939
|
+
BRDA:61,10,0,9
|
|
940
|
+
BRDA:61,10,1,2
|
|
941
|
+
BRDA:64,11,0,1
|
|
942
|
+
BRDA:64,11,1,1
|
|
943
|
+
BRDA:68,12,0,6
|
|
944
|
+
BRDA:68,12,1,3
|
|
945
|
+
BRF:26
|
|
946
|
+
BRH:26
|
|
947
|
+
end_of_record
|
|
948
|
+
TN:
|
|
949
|
+
SF:src/components/molecules/FormFaq/FormFaq.js
|
|
950
|
+
FN:7,(anonymous_0)
|
|
951
|
+
FNF:1
|
|
952
|
+
FNH:1
|
|
953
|
+
FNDA:4,(anonymous_0)
|
|
954
|
+
DA:7,1
|
|
955
|
+
DA:8,4
|
|
956
|
+
DA:9,3
|
|
957
|
+
DA:11,1
|
|
958
|
+
DA:22,1
|
|
959
|
+
LF:5
|
|
960
|
+
LH:5
|
|
961
|
+
BRDA:8,0,0,3
|
|
962
|
+
BRDA:8,0,1,1
|
|
963
|
+
BRDA:8,1,0,4
|
|
964
|
+
BRDA:8,1,1,2
|
|
965
|
+
BRF:4
|
|
966
|
+
BRH:4
|
|
967
|
+
end_of_record
|
|
968
|
+
TN:
|
|
969
|
+
SF:src/components/molecules/TooltipMenu/TooltipMenu.js
|
|
970
|
+
FN:7,(anonymous_0)
|
|
971
|
+
FN:12,(anonymous_1)
|
|
972
|
+
FNF:2
|
|
973
|
+
FNH:2
|
|
974
|
+
FNDA:2,(anonymous_0)
|
|
975
|
+
FNDA:4,(anonymous_1)
|
|
976
|
+
DA:7,1
|
|
977
|
+
DA:8,2
|
|
978
|
+
DA:11,2
|
|
979
|
+
DA:13,4
|
|
980
|
+
DA:21,2
|
|
981
|
+
DA:33,1
|
|
982
|
+
LF:6
|
|
983
|
+
LH:6
|
|
984
|
+
BRF:0
|
|
985
|
+
BRH:0
|
|
986
|
+
end_of_record
|
|
987
|
+
TN:
|
|
988
|
+
SF:src/components/organisms/MobileBottomBar/MobileBottomBar.js
|
|
989
|
+
FN:9,(anonymous_0)
|
|
990
|
+
FN:18,(anonymous_1)
|
|
991
|
+
FN:19,(anonymous_2)
|
|
992
|
+
FNF:3
|
|
993
|
+
FNH:3
|
|
994
|
+
FNDA:6,(anonymous_0)
|
|
995
|
+
FNDA:3,(anonymous_1)
|
|
996
|
+
FNDA:9,(anonymous_2)
|
|
997
|
+
DA:9,1
|
|
998
|
+
DA:10,6
|
|
999
|
+
DA:11,2
|
|
1000
|
+
DA:14,4
|
|
1001
|
+
DA:18,4
|
|
1002
|
+
DA:19,3
|
|
1003
|
+
DA:20,9
|
|
1004
|
+
DA:21,3
|
|
1005
|
+
DA:27,6
|
|
1006
|
+
DA:30,4
|
|
1007
|
+
DA:33,1
|
|
1008
|
+
LF:11
|
|
1009
|
+
LH:11
|
|
1010
|
+
BRDA:10,0,0,2
|
|
1011
|
+
BRDA:10,0,1,4
|
|
1012
|
+
BRDA:10,1,0,6
|
|
1013
|
+
BRDA:10,1,1,5
|
|
1014
|
+
BRDA:10,1,2,4
|
|
1015
|
+
BRDA:20,2,0,3
|
|
1016
|
+
BRDA:20,2,1,6
|
|
1017
|
+
BRDA:30,3,0,4
|
|
1018
|
+
BRDA:30,3,1,3
|
|
1019
|
+
BRF:9
|
|
1020
|
+
BRH:9
|
|
1021
|
+
end_of_record
|
|
1022
|
+
TN:
|
|
768
1023
|
SF:src/utils/envVariables.js
|
|
769
1024
|
FNF:0
|
|
770
1025
|
FNH:0
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
|
|
5
|
+
export const Delete24p = ({ className }) => (
|
|
6
|
+
<svg
|
|
7
|
+
className={className}
|
|
8
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
+
xmlnsXlink='http://www.w3.org/1999/xlink'
|
|
10
|
+
width='24'
|
|
11
|
+
height='24'
|
|
12
|
+
viewBox='0 0 16 16'
|
|
13
|
+
>
|
|
14
|
+
<defs>
|
|
15
|
+
<path
|
|
16
|
+
id='prefix__a__delete'
|
|
17
|
+
d='M11.048 5.905v7.619H4.952v-7.62h6.096zM9.905 1.333h-3.81l-.762.762H2.667V3.62h10.666V2.095h-2.666l-.762-.762zm2.666 3.048H3.43v9.143c0 .838.685 1.524 1.523 1.524h6.096c.838 0 1.523-.686 1.523-1.524V4.38z'
|
|
18
|
+
/>
|
|
19
|
+
</defs>
|
|
20
|
+
<g fill='none' fillRule='evenodd'>
|
|
21
|
+
<path d='M0 0H16V16H0z' />
|
|
22
|
+
<mask id='prefix__b__delete' fill='#fff'>
|
|
23
|
+
<use xlinkHref='#prefix__a__delete' />
|
|
24
|
+
</mask>
|
|
25
|
+
<g fill='#3D4042' mask='url(#prefix__b__delete)'>
|
|
26
|
+
<path d='M0 0H16V16H0z' />
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
Delete24p.propTypes = {
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
|
|
5
|
+
export const Edit24p = ({ className }) => (
|
|
6
|
+
<svg
|
|
7
|
+
className={className}
|
|
8
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
+
xmlnsXlink='http://www.w3.org/1999/xlink'
|
|
10
|
+
width='24'
|
|
11
|
+
height='24'
|
|
12
|
+
viewBox='0 0 16 16'
|
|
13
|
+
>
|
|
14
|
+
<defs>
|
|
15
|
+
<path
|
|
16
|
+
id='edita'
|
|
17
|
+
d='M1.863 11.637v2.5h2.5l7.374-7.374-2.5-2.5-7.374 7.374zm12.274-7.274l-2.5-2.5L9.95 3.557l2.5 2.5 1.687-1.694z'
|
|
18
|
+
/>
|
|
19
|
+
</defs>
|
|
20
|
+
<g fill='none' fillRule='evenodd'>
|
|
21
|
+
<path d='M0 0H16V16H0z' />
|
|
22
|
+
<mask id='editb' fill='#fff'>
|
|
23
|
+
<use xlinkHref='#edita' />
|
|
24
|
+
</mask>
|
|
25
|
+
<g fill='#3D4042' mask='url(#editb)'>
|
|
26
|
+
<path d='M0 0H16V16H0z' />
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
Edit24p.propTypes = {
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
|
|
5
|
+
export const EditText24px = ({ className }) => (
|
|
6
|
+
<svg
|
|
7
|
+
className={className}
|
|
8
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
+
xmlnsXlink='http://www.w3.org/1999/xlink'
|
|
10
|
+
width='24'
|
|
11
|
+
height='24'
|
|
12
|
+
viewBox='0 0 24 24'
|
|
13
|
+
>
|
|
14
|
+
<defs>
|
|
15
|
+
<path
|
|
16
|
+
id='vwotgiccua'
|
|
17
|
+
d='M5 2h2v20H5V2zM2 2h8v2H2V2zm0 18h8v2H2v-2zM14.07 5L8.99 18h2.079l1.034-2.786h5.774L18.91 18h2.079L15.918 5h-1.847zm-1.08 8l2-6 2 6h-4z'
|
|
18
|
+
/>
|
|
19
|
+
</defs>
|
|
20
|
+
<g fill='none' fillRule='evenodd'>
|
|
21
|
+
<path d='M0 0H24V24H0z' />
|
|
22
|
+
<mask id='wwkke8hf0b' fill='#fff'>
|
|
23
|
+
<use xlinkHref='#vwotgiccua' />
|
|
24
|
+
</mask>
|
|
25
|
+
<g id='edit-text-svg' fill='#1E2021' mask='url(#wwkke8hf0b)'>
|
|
26
|
+
<path d='M0 0H24V24H0z' />
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
EditText24px.propTypes = {
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
|
|
5
|
+
export const Eye24pxOptimized = ({ className }) => (
|
|
6
|
+
<svg
|
|
7
|
+
className={className}
|
|
8
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
9
|
+
xmlnsXlink='http://www.w3.org/1999/xlink'
|
|
10
|
+
width='24'
|
|
11
|
+
height='24'
|
|
12
|
+
viewBox='0 0 24 24'
|
|
13
|
+
>
|
|
14
|
+
<defs>
|
|
15
|
+
<path
|
|
16
|
+
id='eye__a'
|
|
17
|
+
d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'
|
|
18
|
+
/>
|
|
19
|
+
</defs>
|
|
20
|
+
<g fill='none' fillRule='evenodd'>
|
|
21
|
+
<path d='M0 0H24V24H0z' />
|
|
22
|
+
<mask id='eye__b' fill='#fff'>
|
|
23
|
+
<use xlinkHref='#eye__a' />
|
|
24
|
+
</mask>
|
|
25
|
+
<g fill='#6D7275' mask='url(#eye__b)'>
|
|
26
|
+
<path d='M0 0H24V24H0z' />
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
Eye24pxOptimized.propTypes = {
|
|
33
|
+
className: PropTypes.string,
|
|
34
|
+
};
|