@npm_leadtech/legal-lib-components 0.19.0 → 0.21.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 (39) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
  3. package/coverage/clover.xml +0 -162
  4. package/coverage/coverage-final.json +0 -847
  5. package/coverage/lcov-report/base.css +0 -224
  6. package/coverage/lcov-report/block-navigation.js +0 -75
  7. package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +0 -230
  8. package/coverage/lcov-report/components/atoms/AddButton/index.html +0 -117
  9. package/coverage/lcov-report/components/atoms/Button/Button.js.html +0 -551
  10. package/coverage/lcov-report/components/atoms/Button/index.html +0 -117
  11. package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +0 -164
  12. package/coverage/lcov-report/components/atoms/CardPane/index.html +0 -117
  13. package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +0 -212
  14. package/coverage/lcov-report/components/atoms/Checkbox/index.html +0 -117
  15. package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +0 -254
  16. package/coverage/lcov-report/components/atoms/Disclaimer/index.html +0 -117
  17. package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +0 -209
  18. package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +0 -117
  19. package/coverage/lcov-report/components/atoms/IconImage/IconImage.js.html +0 -137
  20. package/coverage/lcov-report/components/atoms/IconImage/index.html +0 -111
  21. package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +0 -170
  22. package/coverage/lcov-report/components/atoms/LogoText/index.html +0 -117
  23. package/coverage/lcov-report/components/atoms/Message/Message.js.html +0 -134
  24. package/coverage/lcov-report/components/atoms/Message/index.html +0 -117
  25. package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +0 -230
  26. package/coverage/lcov-report/components/atoms/RemoveButton/index.html +0 -117
  27. package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +0 -383
  28. package/coverage/lcov-report/components/atoms/SearchSelect/index.html +0 -117
  29. package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +0 -164
  30. package/coverage/lcov-report/components/atoms/Toggle/index.html +0 -117
  31. package/coverage/lcov-report/favicon.png +0 -0
  32. package/coverage/lcov-report/index.html +0 -282
  33. package/coverage/lcov-report/prettify.css +0 -1
  34. package/coverage/lcov-report/prettify.js +0 -896
  35. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  36. package/coverage/lcov-report/sorter.js +0 -189
  37. package/coverage/lcov-report/utils/envVariables.js.html +0 -89
  38. package/coverage/lcov-report/utils/index.html +0 -117
  39. package/coverage/lcov.info +0 -323
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "0.19.0",
3
+ "version": "0.21.0",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.14.1",
6
6
  "postcss-url": "^10.1.3",
@@ -1,162 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1640266710770" clover="3.2.0">
3
- <project timestamp="1640266710770" name="All files">
4
- <metrics statements="84" coveredstatements="77" conditionals="99" coveredconditionals="68" methods="16" coveredmethods="15" elements="199" coveredelements="160" complexity="0" loc="84" ncloc="84" packages="12" files="12" classes="12"/>
5
- <package name="components.atoms.AddButton">
6
- <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
7
- <file name="AddButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/AddButton/AddButton.js">
8
- <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
9
- <line num="5" count="1" type="stmt"/>
10
- <line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
11
- <line num="8" count="3" type="stmt"/>
12
- <line num="30" count="1" type="stmt"/>
13
- </file>
14
- </package>
15
- <package name="components.atoms.Button">
16
- <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
17
- <file name="Button.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Button/Button.js">
18
- <metrics statements="19" coveredstatements="18" conditionals="28" coveredconditionals="18" methods="2" coveredmethods="2"/>
19
- <line num="6" count="1" type="stmt"/>
20
- <line num="39" count="15" type="stmt"/>
21
- <line num="44" count="15" type="cond" truecount="1" falsecount="1"/>
22
- <line num="46" count="15" type="cond" truecount="1" falsecount="1"/>
23
- <line num="66" count="15" type="stmt"/>
24
- <line num="67" count="3" type="cond" truecount="1" falsecount="1"/>
25
- <line num="68" count="3" type="cond" truecount="2" falsecount="0"/>
26
- <line num="69" count="1" type="cond" truecount="1" falsecount="1"/>
27
- <line num="70" count="1" type="cond" truecount="2" falsecount="0"/>
28
- <line num="72" count="1" type="stmt"/>
29
- <line num="79" count="15" type="stmt"/>
30
- <line num="92" count="15" type="cond" truecount="2" falsecount="0"/>
31
- <line num="93" count="11" type="stmt"/>
32
- <line num="100" count="4" type="cond" truecount="2" falsecount="0"/>
33
- <line num="101" count="1" type="stmt"/>
34
- <line num="108" count="3" type="cond" truecount="3" falsecount="1"/>
35
- <line num="109" count="3" type="stmt"/>
36
- <line num="116" count="0" type="stmt"/>
37
- <line num="123" count="1" type="stmt"/>
38
- </file>
39
- </package>
40
- <package name="components.atoms.CardPane">
41
- <metrics statements="7" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
42
- <file name="CardPane.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/CardPane/CardPane.js">
43
- <metrics statements="7" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
44
- <line num="5" count="1" type="stmt"/>
45
- <line num="6" count="5" type="stmt"/>
46
- <line num="14" count="1" type="stmt"/>
47
- <line num="15" count="3" type="cond" truecount="1" falsecount="1"/>
48
- <line num="16" count="0" type="stmt"/>
49
- <line num="19" count="3" type="stmt"/>
50
- <line num="22" count="1" type="stmt"/>
51
- </file>
52
- </package>
53
- <package name="components.atoms.Checkbox">
54
- <metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
55
- <file name="Checkbox.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Checkbox/Checkbox.js">
56
- <metrics statements="6" coveredstatements="6" conditionals="12" coveredconditionals="6" methods="1" coveredmethods="1"/>
57
- <line num="5" count="1" type="stmt"/>
58
- <line num="6" count="3" type="cond" truecount="2" falsecount="2"/>
59
- <line num="9" count="3" type="cond" truecount="1" falsecount="1"/>
60
- <line num="11" count="3" type="cond" truecount="1" falsecount="1"/>
61
- <line num="13" count="3" type="stmt"/>
62
- <line num="31" count="1" type="stmt"/>
63
- </file>
64
- </package>
65
- <package name="components.atoms.Disclaimer">
66
- <metrics statements="6" coveredstatements="6" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
67
- <file name="Disclaimer.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Disclaimer/Disclaimer.js">
68
- <metrics statements="6" coveredstatements="6" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
69
- <line num="7" count="1" type="stmt"/>
70
- <line num="8" count="3" type="stmt"/>
71
- <line num="10" count="3" type="cond" truecount="2" falsecount="0"/>
72
- <line num="24" count="3" type="cond" truecount="2" falsecount="0"/>
73
- <line num="38" count="3" type="stmt"/>
74
- <line num="49" count="1" type="stmt"/>
75
- </file>
76
- </package>
77
- <package name="components.atoms.DocumentStatus">
78
- <metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
79
- <file name="DocumentStatus.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DocumentStatus/DocumentStatus.js">
80
- <metrics statements="6" coveredstatements="6" conditionals="7" coveredconditionals="7" methods="1" coveredmethods="1"/>
81
- <line num="10" count="1" type="stmt"/>
82
- <line num="11" count="3" type="cond" truecount="7" falsecount="0"/>
83
- <line num="16" count="1" type="stmt"/>
84
- <line num="22" count="1" type="stmt"/>
85
- <line num="29" count="1" type="stmt"/>
86
- <line num="38" count="1" type="stmt"/>
87
- </file>
88
- </package>
89
- <package name="components.atoms.LogoText">
90
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
91
- <file name="LogoText.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js">
92
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
93
- <line num="6" count="1" type="stmt"/>
94
- <line num="7" count="3" type="stmt"/>
95
- <line num="21" count="1" type="stmt"/>
96
- </file>
97
- </package>
98
- <package name="components.atoms.Message">
99
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
100
- <file name="Message.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Message/Message.js">
101
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
102
- <line num="5" count="1" type="stmt"/>
103
- <line num="6" count="4" type="stmt"/>
104
- <line num="13" count="1" type="stmt"/>
105
- </file>
106
- </package>
107
- <package name="components.atoms.RemoveButton">
108
- <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
109
- <file name="RemoveButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js">
110
- <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
111
- <line num="5" count="1" type="stmt"/>
112
- <line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
113
- <line num="8" count="3" type="stmt"/>
114
- <line num="30" count="1" type="stmt"/>
115
- </file>
116
- </package>
117
- <package name="components.atoms.SearchSelect">
118
- <metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
119
- <file name="SearchSelect.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js">
120
- <metrics statements="22" coveredstatements="17" conditionals="26" coveredconditionals="15" methods="4" coveredmethods="3"/>
121
- <line num="7" count="1" type="stmt"/>
122
- <line num="8" count="5" type="cond" truecount="1" falsecount="1"/>
123
- <line num="9" count="5" type="stmt"/>
124
- <line num="10" count="5" type="stmt"/>
125
- <line num="11" count="5" type="stmt"/>
126
- <line num="12" count="5" type="cond" truecount="3" falsecount="1"/>
127
- <line num="15" count="0" type="stmt"/>
128
- <line num="18" count="1" type="stmt"/>
129
- <line num="19" count="5" type="stmt"/>
130
- <line num="23" count="5" type="stmt"/>
131
- <line num="26" count="5" type="cond" truecount="2" falsecount="2"/>
132
- <line num="27" count="0" type="stmt"/>
133
- <line num="28" count="5" type="cond" truecount="1" falsecount="1"/>
134
- <line num="29" count="0" type="stmt"/>
135
- <line num="35" count="5" type="cond" truecount="1" falsecount="1"/>
136
- <line num="36" count="5" type="cond" truecount="1" falsecount="1"/>
137
- <line num="40" count="5" type="stmt"/>
138
- <line num="41" count="0" type="stmt"/>
139
- <line num="47" count="0" type="stmt"/>
140
- <line num="50" count="5" type="cond" truecount="1" falsecount="1"/>
141
- <line num="52" count="5" type="stmt"/>
142
- <line num="80" count="1" type="stmt"/>
143
- </file>
144
- </package>
145
- <package name="components.atoms.Toggle">
146
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
147
- <file name="Toggle.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js">
148
- <metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
149
- <line num="5" count="1" type="stmt"/>
150
- <line num="6" count="3" type="stmt"/>
151
- <line num="22" count="1" type="stmt"/>
152
- </file>
153
- </package>
154
- <package name="utils">
155
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
156
- <file name="envVariables.js" path="/home/phorth/Proyectos/legal-lib-components/src/utils/envVariables.js">
157
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
158
- <line num="1" count="1" type="stmt"/>
159
- </file>
160
- </package>
161
- </project>
162
- </coverage>