@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
package/README.md CHANGED
@@ -14,4 +14,4 @@ MSG="(here we put the information about the task)" yarn upgrade-(patch/minor/may
14
14
 
15
15
  ## NPM credentials
16
16
 
17
- Private account
17
+ Private account
@@ -0,0 +1,365 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <coverage generated="1643797959694" clover="3.2.0">
3
+ <project timestamp="1643797959694" name="All files">
4
+ <metrics statements="200" coveredstatements="186" conditionals="166" coveredconditionals="112" methods="50" coveredmethods="43" elements="416" coveredelements="341" complexity="0" loc="200" ncloc="200" packages="25" files="28" classes="28"/>
5
+ <package name="images.componentsSvg">
6
+ <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
7
+ <file name="Done24px.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/Done24px.js">
8
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
9
+ <line num="5" count="1" type="stmt"/>
10
+ <line num="6" count="1" type="stmt"/>
11
+ <line num="22" count="1" type="stmt"/>
12
+ </file>
13
+ <file name="InfoError24pxOutlined.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/InfoError24pxOutlined.js">
14
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
15
+ <line num="5" count="1" type="stmt"/>
16
+ <line num="6" count="3" type="stmt"/>
17
+ <line num="33" count="1" type="stmt"/>
18
+ </file>
19
+ <file name="NewRelease24p.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/NewRelease24p.js">
20
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
21
+ <line num="5" count="1" type="stmt"/>
22
+ <line num="6" count="1" type="stmt"/>
23
+ <line num="25" count="1" type="stmt"/>
24
+ </file>
25
+ <file name="Time24px.js" path="/home/phorth/Proyectos/legal-lib-components/images/componentsSvg/Time24px.js">
26
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
27
+ <line num="5" count="1" type="stmt"/>
28
+ <line num="6" count="1" type="stmt"/>
29
+ <line num="32" count="1" type="stmt"/>
30
+ </file>
31
+ </package>
32
+ <package name="src.components.atoms.AddButton">
33
+ <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
34
+ <file name="AddButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/AddButton/AddButton.js">
35
+ <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
36
+ <line num="5" count="1" type="stmt"/>
37
+ <line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
38
+ <line num="8" count="3" type="stmt"/>
39
+ <line num="30" count="1" type="stmt"/>
40
+ </file>
41
+ </package>
42
+ <package name="src.components.atoms.BillCard">
43
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
44
+ <file name="BillCard.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/BillCard/BillCard.js">
45
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
46
+ <line num="5" count="1" type="stmt"/>
47
+ <line num="6" count="1" type="stmt"/>
48
+ <line num="23" count="1" type="stmt"/>
49
+ </file>
50
+ </package>
51
+ <package name="src.components.atoms.Button">
52
+ <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
53
+ <file name="Button.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js">
54
+ <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
55
+ <line num="6" count="1" type="stmt"/>
56
+ <line num="39" count="15" type="stmt"/>
57
+ <line num="44" count="15" type="cond" truecount="1" falsecount="1"/>
58
+ <line num="46" count="15" type="cond" truecount="1" falsecount="1"/>
59
+ <line num="66" count="15" type="stmt"/>
60
+ <line num="67" count="3" type="cond" truecount="1" falsecount="1"/>
61
+ <line num="68" count="3" type="cond" truecount="2" falsecount="0"/>
62
+ <line num="69" count="1" type="cond" truecount="1" falsecount="1"/>
63
+ <line num="70" count="1" type="cond" truecount="2" falsecount="0"/>
64
+ <line num="72" count="1" type="stmt"/>
65
+ <line num="79" count="15" type="stmt"/>
66
+ <line num="92" count="15" type="cond" truecount="2" falsecount="0"/>
67
+ <line num="93" count="11" type="stmt"/>
68
+ <line num="100" count="4" type="cond" truecount="2" falsecount="0"/>
69
+ <line num="101" count="1" type="stmt"/>
70
+ <line num="108" count="3" type="cond" truecount="3" falsecount="1"/>
71
+ <line num="109" count="3" type="stmt"/>
72
+ <line num="116" count="0" type="stmt"/>
73
+ <line num="123" count="1" type="stmt"/>
74
+ </file>
75
+ </package>
76
+ <package name="src.components.atoms.CardPane">
77
+ <metrics statements="13" coveredstatements="12" conditionals="10" coveredconditionals="9" methods="2" coveredmethods="2"/>
78
+ <file name="CardPane.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js">
79
+ <metrics statements="13" coveredstatements="12" conditionals="10" coveredconditionals="9" methods="2" coveredmethods="2"/>
80
+ <line num="5" count="1" type="stmt"/>
81
+ <line num="6" count="7" type="cond" truecount="3" falsecount="1"/>
82
+ <line num="8" count="7" type="cond" truecount="2" falsecount="0"/>
83
+ <line num="9" count="1" type="stmt"/>
84
+ <line num="10" count="6" type="cond" truecount="2" falsecount="0"/>
85
+ <line num="11" count="1" type="stmt"/>
86
+ <line num="13" count="7" type="stmt"/>
87
+ <line num="25" count="0" type="stmt"/>
88
+ <line num="33" count="1" type="stmt"/>
89
+ <line num="34" count="6" type="cond" truecount="2" falsecount="0"/>
90
+ <line num="35" count="1" type="stmt"/>
91
+ <line num="38" count="5" type="stmt"/>
92
+ <line num="41" count="1" type="stmt"/>
93
+ </file>
94
+ </package>
95
+ <package name="src.components.atoms.Checkbox">
96
+ <metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
97
+ <file name="Checkbox.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Checkbox/Checkbox.js">
98
+ <metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
99
+ <line num="5" count="1" type="stmt"/>
100
+ <line num="6" count="3" type="cond" truecount="2" falsecount="2"/>
101
+ <line num="9" count="3" type="cond" truecount="1" falsecount="1"/>
102
+ <line num="11" count="3" type="cond" truecount="1" falsecount="1"/>
103
+ <line num="13" count="3" type="stmt"/>
104
+ <line num="32" count="1" type="stmt"/>
105
+ </file>
106
+ </package>
107
+ <package name="src.components.atoms.DatePickerCustom">
108
+ <metrics statements="37" coveredstatements="35" conditionals="18" coveredconditionals="11" methods="12" coveredmethods="9"/>
109
+ <file name="DatePickerCustom.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DatePickerCustom/DatePickerCustom.js">
110
+ <metrics statements="37" coveredstatements="35" conditionals="18" coveredconditionals="11" methods="12" coveredmethods="9"/>
111
+ <line num="8" count="5" type="stmt"/>
112
+ <line num="9" count="5" type="stmt"/>
113
+ <line num="17" count="5" type="cond" truecount="2" falsecount="2"/>
114
+ <line num="20" count="5" type="stmt"/>
115
+ <line num="21" count="8" type="stmt"/>
116
+ <line num="22" count="8" type="stmt"/>
117
+ <line num="23" count="8" type="stmt"/>
118
+ <line num="25" count="8" type="stmt"/>
119
+ <line num="26" count="4808" type="stmt"/>
120
+ <line num="33" count="8" type="stmt"/>
121
+ <line num="36" count="5" type="stmt"/>
122
+ <line num="37" count="1" type="stmt"/>
123
+ <line num="38" count="1" type="stmt"/>
124
+ <line num="44" count="1" type="stmt"/>
125
+ <line num="48" count="5" type="stmt"/>
126
+ <line num="50" count="5" type="stmt"/>
127
+ <line num="51" count="4" type="stmt"/>
128
+ <line num="52" count="4" type="stmt"/>
129
+ <line num="53" count="4" type="stmt"/>
130
+ <line num="57" count="11" type="cond" truecount="1" falsecount="1"/>
131
+ <line num="61" count="11" type="stmt"/>
132
+ <line num="62" count="11" type="stmt"/>
133
+ <line num="63" count="11" type="stmt"/>
134
+ <line num="64" count="11" type="cond" truecount="2" falsecount="0"/>
135
+ <line num="65" count="4" type="cond" truecount="2" falsecount="0"/>
136
+ <line num="66" count="2" type="stmt"/>
137
+ <line num="67" count="2" type="stmt"/>
138
+ <line num="69" count="2" type="stmt"/>
139
+ <line num="70" count="2" type="stmt"/>
140
+ <line num="74" count="11" type="cond" truecount="1" falsecount="1"/>
141
+ <line num="80" count="11" type="stmt"/>
142
+ <line num="95" count="11" type="stmt"/>
143
+ <line num="108" count="8" type="stmt"/>
144
+ <line num="122" count="0" type="stmt"/>
145
+ <line num="126" count="0" type="stmt"/>
146
+ <line num="128" count="96" type="stmt"/>
147
+ <line num="167" count="1" type="stmt"/>
148
+ </file>
149
+ </package>
150
+ <package name="src.components.atoms.Disclaimer">
151
+ <metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
152
+ <file name="Disclaimer.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Disclaimer/Disclaimer.js">
153
+ <metrics statements="7" coveredstatements="7" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
154
+ <line num="7" count="1" type="stmt"/>
155
+ <line num="8" count="3" type="stmt"/>
156
+ <line num="10" count="3" type="stmt"/>
157
+ <line num="12" count="3" type="cond" truecount="2" falsecount="0"/>
158
+ <line num="26" count="3" type="cond" truecount="2" falsecount="0"/>
159
+ <line num="40" count="3" type="stmt"/>
160
+ <line num="51" count="1" type="stmt"/>
161
+ </file>
162
+ </package>
163
+ <package name="src.components.atoms.DocumentStatus">
164
+ <metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
165
+ <file name="DocumentStatus.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DocumentStatus/DocumentStatus.js">
166
+ <metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
167
+ <line num="10" count="1" type="stmt"/>
168
+ <line num="11" count="3" type="cond" truecount="7" falsecount="0"/>
169
+ <line num="16" count="1" type="stmt"/>
170
+ <line num="22" count="1" type="stmt"/>
171
+ <line num="29" count="1" type="stmt"/>
172
+ <line num="38" count="1" type="stmt"/>
173
+ </file>
174
+ </package>
175
+ <package name="src.components.atoms.FormFaq">
176
+ <metrics statements="13" coveredstatements="10" conditionals="15" coveredconditionals="7" methods="4" coveredmethods="2"/>
177
+ <file name="FormFaq.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/FormFaq/FormFaq.js">
178
+ <metrics statements="13" coveredstatements="10" conditionals="15" coveredconditionals="7" methods="4" coveredmethods="2"/>
179
+ <line num="5" count="1" type="stmt"/>
180
+ <line num="6" count="5" type="stmt"/>
181
+ <line num="7" count="5" type="stmt"/>
182
+ <line num="9" count="5" type="stmt"/>
183
+ <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
184
+ <line num="18" count="0" type="stmt"/>
185
+ <line num="19" count="0" type="stmt"/>
186
+ <line num="23" count="5" type="stmt"/>
187
+ <line num="24" count="6" type="cond" truecount="2" falsecount="0"/>
188
+ <line num="31" count="4" type="stmt"/>
189
+ <line num="32" count="4" type="stmt"/>
190
+ <line num="36" count="5" type="stmt"/>
191
+ <line num="50" count="1" type="stmt"/>
192
+ </file>
193
+ </package>
194
+ <package name="src.components.atoms.IconImage">
195
+ <metrics statements="6" coveredstatements="5" conditionals="3" coveredconditionals="2" methods="1" coveredmethods="1"/>
196
+ <file name="IconImage.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/IconImage/IconImage.js">
197
+ <metrics statements="6" coveredstatements="5" conditionals="3" coveredconditionals="2" methods="1" coveredmethods="1"/>
198
+ <line num="4" count="2" type="cond" truecount="1" falsecount="0"/>
199
+ <line num="5" count="3" type="cond" truecount="1" falsecount="1"/>
200
+ <line num="6" count="0" type="stmt"/>
201
+ <line num="8" count="3" type="stmt"/>
202
+ <line num="10" count="3" type="stmt"/>
203
+ <line num="13" count="2" type="stmt"/>
204
+ </file>
205
+ </package>
206
+ <package name="src.components.atoms.InfoBox">
207
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
208
+ <file name="InfoBox.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/InfoBox/InfoBox.js">
209
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
210
+ <line num="6" count="1" type="stmt"/>
211
+ <line num="7" count="4" type="stmt"/>
212
+ <line num="19" count="1" type="stmt"/>
213
+ </file>
214
+ </package>
215
+ <package name="src.components.atoms.LogoText">
216
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
217
+ <file name="LogoText.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js">
218
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
219
+ <line num="6" count="1" type="stmt"/>
220
+ <line num="7" count="3" type="stmt"/>
221
+ <line num="21" count="1" type="stmt"/>
222
+ </file>
223
+ </package>
224
+ <package name="src.components.atoms.Message">
225
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
226
+ <file name="Message.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Message/Message.js">
227
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
228
+ <line num="5" count="1" type="stmt"/>
229
+ <line num="6" count="4" type="stmt"/>
230
+ <line num="13" count="1" type="stmt"/>
231
+ </file>
232
+ </package>
233
+ <package name="src.components.atoms.PaypalButton">
234
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
235
+ <file name="PaypalButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/PaypalButton/PaypalButton.js">
236
+ <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
237
+ <line num="6" count="1" type="stmt"/>
238
+ <line num="7" count="1" type="stmt"/>
239
+ <line num="14" count="1" type="stmt"/>
240
+ </file>
241
+ </package>
242
+ <package name="src.components.atoms.ProgressBar">
243
+ <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
244
+ <file name="ProgressBar.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/ProgressBar/ProgressBar.js">
245
+ <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
246
+ <line num="5" count="1" type="stmt"/>
247
+ <line num="6" count="1" type="stmt"/>
248
+ <line num="8" count="1" type="stmt"/>
249
+ <line num="16" count="1" type="stmt"/>
250
+ </file>
251
+ </package>
252
+ <package name="src.components.atoms.Radio">
253
+ <metrics statements="10" coveredstatements="9" conditionals="10" coveredconditionals="5" methods="4" coveredmethods="3"/>
254
+ <file name="Radio.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Radio/Radio.js">
255
+ <metrics statements="10" coveredstatements="9" conditionals="10" coveredconditionals="5" methods="4" coveredmethods="3"/>
256
+ <line num="6" count="1" type="stmt"/>
257
+ <line num="7" count="5" type="stmt"/>
258
+ <line num="13" count="5" type="stmt"/>
259
+ <line num="14" count="15" type="stmt"/>
260
+ <line num="15" count="0" type="stmt"/>
261
+ <line num="18" count="5" type="cond" truecount="1" falsecount="1"/>
262
+ <line num="21" count="5" type="cond" truecount="1" falsecount="1"/>
263
+ <line num="23" count="5" type="stmt"/>
264
+ <line num="30" count="10" type="stmt"/>
265
+ <line num="62" count="1" type="stmt"/>
266
+ </file>
267
+ </package>
268
+ <package name="src.components.atoms.RemoveButton">
269
+ <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
270
+ <file name="RemoveButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js">
271
+ <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
272
+ <line num="5" count="1" type="stmt"/>
273
+ <line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
274
+ <line num="8" count="3" type="stmt"/>
275
+ <line num="30" count="1" type="stmt"/>
276
+ </file>
277
+ </package>
278
+ <package name="src.components.atoms.RichTextInner">
279
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
280
+ <file name="RichTextInner.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RichTextInner/RichTextInner.js">
281
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
282
+ <line num="5" count="1" type="stmt"/>
283
+ <line num="6" count="2" type="cond" truecount="1" falsecount="1"/>
284
+ <line num="9" count="1" type="stmt"/>
285
+ </file>
286
+ </package>
287
+ <package name="src.components.atoms.SearchSelect">
288
+ <metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
289
+ <file name="SearchSelect.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js">
290
+ <metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
291
+ <line num="7" count="1" type="stmt"/>
292
+ <line num="8" count="5" type="cond" truecount="1" falsecount="1"/>
293
+ <line num="9" count="5" type="stmt"/>
294
+ <line num="10" count="5" type="stmt"/>
295
+ <line num="11" count="5" type="stmt"/>
296
+ <line num="12" count="5" type="cond" truecount="3" falsecount="1"/>
297
+ <line num="15" count="0" type="stmt"/>
298
+ <line num="18" count="1" type="stmt"/>
299
+ <line num="19" count="5" type="stmt"/>
300
+ <line num="21" count="5" type="stmt"/>
301
+ <line num="24" count="5" type="cond" truecount="2" falsecount="2"/>
302
+ <line num="25" count="0" type="stmt"/>
303
+ <line num="26" count="5" type="cond" truecount="1" falsecount="1"/>
304
+ <line num="27" count="0" type="stmt"/>
305
+ <line num="33" count="5" type="cond" truecount="1" falsecount="1"/>
306
+ <line num="34" count="5" type="cond" truecount="1" falsecount="1"/>
307
+ <line num="38" count="5" type="stmt"/>
308
+ <line num="39" count="0" type="stmt"/>
309
+ <line num="45" count="0" type="stmt"/>
310
+ <line num="48" count="5" type="cond" truecount="1" falsecount="1"/>
311
+ <line num="50" count="5" type="stmt"/>
312
+ <line num="79" count="1" type="stmt"/>
313
+ </file>
314
+ </package>
315
+ <package name="src.components.atoms.SidemenuTab">
316
+ <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
317
+ <file name="SidemenuTab.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SidemenuTab/SidemenuTab.js">
318
+ <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
319
+ <line num="6" count="1" type="stmt"/>
320
+ <line num="7" count="5" type="stmt"/>
321
+ <line num="13" count="5" type="stmt"/>
322
+ <line num="23" count="1" type="stmt"/>
323
+ </file>
324
+ </package>
325
+ <package name="src.components.atoms.Spinner">
326
+ <metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
327
+ <file name="Spinner.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Spinner/Spinner.js">
328
+ <metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
329
+ <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
330
+ <line num="6" count="2" type="cond" truecount="2" falsecount="0"/>
331
+ <line num="17" count="1" type="stmt"/>
332
+ </file>
333
+ </package>
334
+ <package name="src.components.atoms.TestAB">
335
+ <metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
336
+ <file name="TestAB.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/TestAB/TestAB.js">
337
+ <metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
338
+ <line num="10" count="1" type="stmt"/>
339
+ <line num="11" count="3" type="cond" truecount="2" falsecount="0"/>
340
+ <line num="13" count="3" type="cond" truecount="2" falsecount="0"/>
341
+ <line num="15" count="3" type="cond" truecount="1" falsecount="1"/>
342
+ <line num="16" count="3" type="stmt"/>
343
+ <line num="17" count="6" type="stmt"/>
344
+ <line num="21" count="3" type="stmt"/>
345
+ <line num="24" count="1" type="stmt"/>
346
+ </file>
347
+ </package>
348
+ <package name="src.components.atoms.Toggle">
349
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
350
+ <file name="Toggle.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js">
351
+ <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
352
+ <line num="5" count="1" type="stmt"/>
353
+ <line num="6" count="3" type="stmt"/>
354
+ <line num="22" count="1" type="stmt"/>
355
+ </file>
356
+ </package>
357
+ <package name="src.utils">
358
+ <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
359
+ <file name="envVariables.js" path="/home/phorth/Proyectos/legal-lib-components/src/utils/envVariables.js">
360
+ <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
361
+ <line num="1" count="1" type="stmt"/>
362
+ </file>
363
+ </package>
364
+ </project>
365
+ </coverage>