zebpay-ui 0.0.44 → 0.0.46

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 (45) hide show
  1. package/package.json +1 -1
  2. package/.vscode/settings.json +0 -3
  3. package/coverage/clover.xml +0 -424
  4. package/coverage/coverage-final.json +0 -23
  5. package/coverage/lcov-report/base.css +0 -224
  6. package/coverage/lcov-report/block-navigation.js +0 -87
  7. package/coverage/lcov-report/components/Accordion/index.html +0 -131
  8. package/coverage/lcov-report/components/Accordion/index.tsx.html +0 -202
  9. package/coverage/lcov-report/components/Accordion/style.ts.html +0 -166
  10. package/coverage/lcov-report/components/Button/index.html +0 -131
  11. package/coverage/lcov-report/components/Button/index.tsx.html +0 -277
  12. package/coverage/lcov-report/components/Button/styles.ts.html +0 -532
  13. package/coverage/lcov-report/components/CircularLoader/index.html +0 -131
  14. package/coverage/lcov-report/components/CircularLoader/index.tsx.html +0 -286
  15. package/coverage/lcov-report/components/CircularLoader/style.ts.html +0 -148
  16. package/coverage/lcov-report/components/Input/index.html +0 -131
  17. package/coverage/lcov-report/components/Input/index.tsx.html +0 -409
  18. package/coverage/lcov-report/components/Input/styles.ts.html +0 -433
  19. package/coverage/lcov-report/components/PinInput/PinInputField.tsx.html +0 -517
  20. package/coverage/lcov-report/components/PinInput/index.html +0 -146
  21. package/coverage/lcov-report/components/PinInput/index.tsx.html +0 -268
  22. package/coverage/lcov-report/components/PinInput/style.ts.html +0 -247
  23. package/coverage/lcov-report/components/Popper/index.html +0 -131
  24. package/coverage/lcov-report/components/Popper/index.tsx.html +0 -346
  25. package/coverage/lcov-report/components/Popper/styles.ts.html +0 -205
  26. package/coverage/lcov-report/components/SidePanel/index.html +0 -131
  27. package/coverage/lcov-report/components/SidePanel/index.tsx.html +0 -343
  28. package/coverage/lcov-report/components/SidePanel/style.ts.html +0 -307
  29. package/coverage/lcov-report/components/Tooltip/index.html +0 -131
  30. package/coverage/lcov-report/components/Tooltip/index.tsx.html +0 -307
  31. package/coverage/lcov-report/components/Tooltip/styles.ts.html +0 -157
  32. package/coverage/lcov-report/favicon.png +0 -0
  33. package/coverage/lcov-report/index.html +0 -236
  34. package/coverage/lcov-report/prettify.css +0 -1
  35. package/coverage/lcov-report/prettify.js +0 -2
  36. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  37. package/coverage/lcov-report/sorter.js +0 -196
  38. package/coverage/lcov-report/styles/colors.ts.html +0 -235
  39. package/coverage/lcov-report/styles/index.html +0 -176
  40. package/coverage/lcov-report/styles/index.ts.html +0 -103
  41. package/coverage/lcov-report/styles/mixins.ts.html +0 -355
  42. package/coverage/lcov-report/styles/typography.ts.html +0 -1105
  43. package/coverage/lcov-report/styles/utils.ts.html +0 -202
  44. package/coverage/lcov.info +0 -780
  45. package/jest.config.js +0 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "description": "A lightweight component and utilities library Design System created using React",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,3 +0,0 @@
1
- {
2
- "deepscan.enable": true
3
- }
@@ -1,424 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1684229323011" clover="3.2.0">
3
- <project timestamp="1684229323011" name="All files">
4
- <metrics statements="325" coveredstatements="280" conditionals="167" coveredconditionals="90" methods="45" coveredmethods="30" elements="537" coveredelements="400" complexity="0" loc="325" ncloc="325" packages="9" files="22" classes="22"/>
5
- <package name="components.Accordion">
6
- <metrics statements="19" coveredstatements="19" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
7
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Accordion/index.tsx">
8
- <metrics statements="12" coveredstatements="12" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
9
- <line num="3" count="1" type="stmt"/>
10
- <line num="5" count="1" type="stmt"/>
11
- <line num="6" count="1" type="stmt"/>
12
- <line num="15" count="1" type="stmt"/>
13
- <line num="16" count="2" type="stmt"/>
14
- <line num="17" count="2" type="stmt"/>
15
- <line num="18" count="2" type="stmt"/>
16
- <line num="19" count="2" type="stmt"/>
17
- <line num="20" count="2" type="stmt"/>
18
- <line num="22" count="2" type="stmt"/>
19
- <line num="28" count="1" type="cond" truecount="2" falsecount="0"/>
20
- <line num="39" count="1" type="stmt"/>
21
- </file>
22
- <file name="style.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Accordion/style.ts">
23
- <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
24
- <line num="1" count="1" type="stmt"/>
25
- <line num="2" count="1" type="stmt"/>
26
- <line num="4" count="1" type="stmt"/>
27
- <line num="11" count="1" type="stmt"/>
28
- <line num="17" count="1" type="stmt"/>
29
- <line num="22" count="1" type="stmt"/>
30
- <line num="27" count="1" type="stmt"/>
31
- </file>
32
- </package>
33
- <package name="components.Button">
34
- <metrics statements="30" coveredstatements="23" conditionals="15" coveredconditionals="5" methods="2" coveredmethods="2"/>
35
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Button/index.tsx">
36
- <metrics statements="17" coveredstatements="10" conditionals="15" coveredconditionals="5" methods="2" coveredmethods="2"/>
37
- <line num="3" count="2" type="stmt"/>
38
- <line num="4" count="2" type="stmt"/>
39
- <line num="13" count="2" type="cond" truecount="1" falsecount="5"/>
40
- <line num="15" count="0" type="stmt"/>
41
- <line num="17" count="0" type="stmt"/>
42
- <line num="19" count="0" type="stmt"/>
43
- <line num="21" count="2" type="stmt"/>
44
- <line num="23" count="0" type="cond" truecount="0" falsecount="1"/>
45
- <line num="24" count="0" type="stmt"/>
46
- <line num="26" count="0" type="stmt"/>
47
- <line num="29" count="0" type="stmt"/>
48
- <line num="33" count="2" type="stmt"/>
49
- <line num="36" count="2" type="cond" truecount="1" falsecount="1"/>
50
- <line num="42" count="2" type="cond" truecount="1" falsecount="1"/>
51
- <line num="43" count="16" type="stmt"/>
52
- <line num="45" count="2" type="stmt"/>
53
- <line num="64" count="2" type="stmt"/>
54
- </file>
55
- <file name="styles.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Button/styles.ts">
56
- <metrics statements="13" coveredstatements="13" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
57
- <line num="1" count="2" type="stmt"/>
58
- <line num="2" count="2" type="stmt"/>
59
- <line num="4" count="2" type="stmt"/>
60
- <line num="8" count="2" type="stmt"/>
61
- <line num="22" count="2" type="stmt"/>
62
- <line num="51" count="2" type="stmt"/>
63
- <line num="77" count="2" type="stmt"/>
64
- <line num="96" count="2" type="stmt"/>
65
- <line num="101" count="2" type="stmt"/>
66
- <line num="105" count="2" type="stmt"/>
67
- <line num="124" count="2" type="stmt"/>
68
- <line num="129" count="2" type="stmt"/>
69
- <line num="147" count="2" type="stmt"/>
70
- </file>
71
- </package>
72
- <package name="components.CircularLoader">
73
- <metrics statements="16" coveredstatements="8" conditionals="8" coveredconditionals="2" methods="2" coveredmethods="0"/>
74
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/CircularLoader/index.tsx">
75
- <metrics statements="11" coveredstatements="4" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
76
- <line num="2" count="2" type="stmt"/>
77
- <line num="4" count="2" type="stmt"/>
78
- <line num="7" count="2" type="stmt"/>
79
- <line num="8" count="0" type="stmt"/>
80
- <line num="9" count="0" type="stmt"/>
81
- <line num="10" count="0" type="stmt"/>
82
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
83
- <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
84
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
85
- <line num="15" count="0" type="stmt"/>
86
- <line num="67" count="2" type="stmt"/>
87
- </file>
88
- <file name="style.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/CircularLoader/style.ts">
89
- <metrics statements="5" coveredstatements="4" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="0"/>
90
- <line num="1" count="2" type="stmt"/>
91
- <line num="3" count="2" type="cond" truecount="2" falsecount="0"/>
92
- <line num="11" count="2" type="stmt"/>
93
- <line num="18" count="2" type="stmt"/>
94
- <line num="19" count="0" type="stmt"/>
95
- </file>
96
- </package>
97
- <package name="components.Input">
98
- <metrics statements="51" coveredstatements="44" conditionals="56" coveredconditionals="21" methods="9" coveredmethods="4"/>
99
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Input/index.tsx">
100
- <metrics statements="31" coveredstatements="27" conditionals="42" coveredconditionals="17" methods="4" coveredmethods="2"/>
101
- <line num="2" count="1" type="stmt"/>
102
- <line num="3" count="1" type="stmt"/>
103
- <line num="4" count="1" type="stmt"/>
104
- <line num="5" count="1" type="stmt"/>
105
- <line num="6" count="1" type="stmt"/>
106
- <line num="9" count="1" type="stmt"/>
107
- <line num="10" count="1" type="stmt"/>
108
- <line num="11" count="1" type="stmt"/>
109
- <line num="12" count="1" type="stmt"/>
110
- <line num="13" count="1" type="stmt"/>
111
- <line num="14" count="1" type="stmt"/>
112
- <line num="15" count="1" type="stmt"/>
113
- <line num="16" count="1" type="stmt"/>
114
- <line num="17" count="1" type="stmt"/>
115
- <line num="18" count="1" type="stmt"/>
116
- <line num="19" count="1" type="stmt"/>
117
- <line num="20" count="1" type="cond" truecount="1" falsecount="1"/>
118
- <line num="21" count="1" type="stmt"/>
119
- <line num="22" count="1" type="stmt"/>
120
- <line num="23" count="1" type="stmt"/>
121
- <line num="24" count="1" type="stmt"/>
122
- <line num="25" count="1" type="cond" truecount="1" falsecount="1"/>
123
- <line num="27" count="1" type="stmt"/>
124
- <line num="28" count="1" type="stmt"/>
125
- <line num="59" count="0" type="stmt"/>
126
- <line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
127
- <line num="63" count="0" type="stmt"/>
128
- <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
129
- <line num="75" count="1" type="stmt"/>
130
- <line num="76" count="1" type="stmt"/>
131
- <line num="108" count="1" type="stmt"/>
132
- </file>
133
- <file name="styles.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Input/styles.ts">
134
- <metrics statements="20" coveredstatements="17" conditionals="14" coveredconditionals="4" methods="5" coveredmethods="2"/>
135
- <line num="1" count="1" type="stmt"/>
136
- <line num="2" count="1" type="stmt"/>
137
- <line num="4" count="1" type="stmt"/>
138
- <line num="8" count="1" type="stmt"/>
139
- <line num="9" count="1" type="stmt"/>
140
- <line num="19" count="1" type="stmt"/>
141
- <line num="20" count="0" type="stmt"/>
142
- <line num="28" count="1" type="stmt"/>
143
- <line num="35" count="1" type="stmt"/>
144
- <line num="40" count="1" type="stmt"/>
145
- <line num="41" count="1" type="stmt"/>
146
- <line num="75" count="1" type="stmt"/>
147
- <line num="78" count="1" type="stmt"/>
148
- <line num="81" count="1" type="stmt"/>
149
- <line num="84" count="1" type="stmt"/>
150
- <line num="88" count="1" type="stmt"/>
151
- <line num="89" count="0" type="stmt"/>
152
- <line num="101" count="1" type="stmt"/>
153
- <line num="102" count="0" type="stmt"/>
154
- <line num="114" count="1" type="stmt"/>
155
- </file>
156
- </package>
157
- <package name="components.PinInput">
158
- <metrics statements="100" coveredstatements="82" conditionals="52" coveredconditionals="31" methods="13" coveredmethods="10"/>
159
- <file name="PinInputField.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/PinInput/PinInputField.tsx">
160
- <metrics statements="74" coveredstatements="58" conditionals="43" coveredconditionals="24" methods="9" coveredmethods="7"/>
161
- <line num="2" count="1" type="stmt"/>
162
- <line num="4" count="1" type="stmt"/>
163
- <line num="5" count="1" type="stmt"/>
164
- <line num="7" count="1" type="stmt"/>
165
- <line num="8" count="6" type="cond" truecount="0" falsecount="1"/>
166
- <line num="9" count="0" type="stmt"/>
167
- <line num="11" count="6" type="cond" truecount="0" falsecount="1"/>
168
- <line num="12" count="0" type="stmt"/>
169
- <line num="14" count="6" type="cond" truecount="0" falsecount="1"/>
170
- <line num="15" count="0" type="stmt"/>
171
- <line num="17" count="6" type="cond" truecount="0" falsecount="1"/>
172
- <line num="18" count="0" type="stmt"/>
173
- <line num="20" count="6" type="stmt"/>
174
- <line num="23" count="1" type="stmt"/>
175
- <line num="24" count="54" type="stmt"/>
176
- <line num="25" count="54" type="stmt"/>
177
- <line num="26" count="54" type="stmt"/>
178
- <line num="27" count="54" type="stmt"/>
179
- <line num="28" count="54" type="stmt"/>
180
- <line num="29" count="54" type="stmt"/>
181
- <line num="30" count="54" type="stmt"/>
182
- <line num="31" count="54" type="stmt"/>
183
- <line num="32" count="54" type="stmt"/>
184
- <line num="33" count="54" type="stmt"/>
185
- <line num="34" count="54" type="stmt"/>
186
- <line num="35" count="54" type="stmt"/>
187
- <line num="36" count="54" type="stmt"/>
188
- <line num="37" count="54" type="stmt"/>
189
- <line num="38" count="54" type="stmt"/>
190
- <line num="40" count="54" type="stmt"/>
191
- <line num="42" count="54" type="stmt"/>
192
- <line num="43" count="6" type="stmt"/>
193
- <line num="44" count="6" type="stmt"/>
194
- <line num="45" count="6" type="stmt"/>
195
- <line num="46" count="6" type="stmt"/>
196
- <line num="50" count="6" type="stmt"/>
197
- <line num="51" count="6" type="stmt"/>
198
- <line num="53" count="6" type="cond" truecount="0" falsecount="1"/>
199
- <line num="54" count="0" type="stmt"/>
200
- <line num="58" count="6" type="stmt"/>
201
- <line num="60" count="6" type="cond" truecount="1" falsecount="1"/>
202
- <line num="61" count="6" type="stmt"/>
203
- <line num="63" count="0" type="stmt"/>
204
- <line num="66" count="6" type="cond" truecount="0" falsecount="1"/>
205
- <line num="67" count="0" type="stmt"/>
206
- <line num="70" count="6" type="stmt"/>
207
- <line num="73" count="6" type="stmt"/>
208
- <line num="74" count="6" type="stmt"/>
209
- <line num="75" count="6" type="cond" truecount="1" falsecount="0"/>
210
- <line num="76" count="6" type="stmt"/>
211
- <line num="79" count="6" type="cond" truecount="4" falsecount="0"/>
212
- <line num="80" count="5" type="stmt"/>
213
- <line num="81" count="1" type="cond" truecount="1" falsecount="0"/>
214
- <line num="82" count="1" type="cond" truecount="3" falsecount="1"/>
215
- <line num="86" count="54" type="stmt"/>
216
- <line num="87" count="0" type="cond" truecount="0" falsecount="1"/>
217
- <line num="93" count="0" type="stmt"/>
218
- <line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
219
- <line num="96" count="0" type="stmt"/>
220
- <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
221
- <line num="100" count="0" type="stmt"/>
222
- <line num="104" count="54" type="stmt"/>
223
- <line num="105" count="1" type="stmt"/>
224
- <line num="106" count="1" type="cond" truecount="1" falsecount="0"/>
225
- <line num="107" count="1" type="stmt"/>
226
- <line num="111" count="54" type="stmt"/>
227
- <line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
228
- <line num="113" count="0" type="cond" truecount="0" falsecount="1"/>
229
- <line num="114" count="0" type="stmt"/>
230
- <line num="119" count="54" type="stmt"/>
231
- <line num="120" count="48" type="cond" truecount="4" falsecount="0"/>
232
- <line num="121" count="1" type="stmt"/>
233
- <line num="125" count="54" type="stmt"/>
234
- <line num="144" count="1" type="stmt"/>
235
- </file>
236
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/PinInput/index.tsx">
237
- <metrics statements="17" coveredstatements="15" conditionals="9" coveredconditionals="7" methods="4" coveredmethods="3"/>
238
- <line num="2" count="1" type="stmt"/>
239
- <line num="3" count="1" type="stmt"/>
240
- <line num="4" count="1" type="stmt"/>
241
- <line num="6" count="1" type="stmt"/>
242
- <line num="7" count="1" type="stmt"/>
243
- <line num="8" count="1" type="stmt"/>
244
- <line num="10" count="1" type="stmt"/>
245
- <line num="11" count="9" type="stmt"/>
246
- <line num="12" count="9" type="cond" truecount="0" falsecount="1"/>
247
- <line num="13" count="0" type="stmt"/>
248
- <line num="16" count="9" type="stmt"/>
249
- <line num="17" count="1" type="stmt"/>
250
- <line num="20" count="9" type="stmt"/>
251
- <line num="21" count="0" type="stmt"/>
252
- <line num="24" count="9" type="stmt"/>
253
- <line num="45" count="54" type="stmt"/>
254
- <line num="61" count="1" type="stmt"/>
255
- </file>
256
- <file name="style.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/PinInput/style.ts">
257
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
258
- <line num="1" count="1" type="stmt"/>
259
- <line num="2" count="1" type="stmt"/>
260
- <line num="4" count="1" type="stmt"/>
261
- <line num="9" count="1" type="stmt"/>
262
- <line num="16" count="1" type="stmt"/>
263
- <line num="20" count="1" type="stmt"/>
264
- <line num="24" count="1" type="stmt"/>
265
- <line num="29" count="1" type="stmt"/>
266
- <line num="52" count="1" type="stmt"/>
267
- </file>
268
- </package>
269
- <package name="components.Popper">
270
- <metrics statements="30" coveredstatements="30" conditionals="11" coveredconditionals="9" methods="4" coveredmethods="4"/>
271
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Popper/index.tsx">
272
- <metrics statements="24" coveredstatements="24" conditionals="11" coveredconditionals="9" methods="4" coveredmethods="4"/>
273
- <line num="2" count="1" type="stmt"/>
274
- <line num="3" count="1" type="stmt"/>
275
- <line num="4" count="1" type="stmt"/>
276
- <line num="7" count="1" type="stmt"/>
277
- <line num="8" count="1" type="stmt"/>
278
- <line num="10" count="1" type="stmt"/>
279
- <line num="11" count="4" type="stmt"/>
280
- <line num="12" count="4" type="stmt"/>
281
- <line num="13" count="4" type="stmt"/>
282
- <line num="14" count="4" type="stmt"/>
283
- <line num="15" count="4" type="stmt"/>
284
- <line num="16" count="4" type="stmt"/>
285
- <line num="17" count="4" type="cond" truecount="1" falsecount="1"/>
286
- <line num="19" count="4" type="stmt"/>
287
- <line num="20" count="4" type="stmt"/>
288
- <line num="21" count="4" type="stmt"/>
289
- <line num="24" count="1" type="stmt"/>
290
- <line num="25" count="1" type="cond" truecount="2" falsecount="0"/>
291
- <line num="28" count="4" type="stmt"/>
292
- <line num="29" count="4" type="cond" truecount="2" falsecount="1"/>
293
- <line num="30" count="4" type="stmt"/>
294
- <line num="43" count="4" type="stmt"/>
295
- <line num="49" count="1" type="stmt"/>
296
- <line num="87" count="1" type="stmt"/>
297
- </file>
298
- <file name="styles.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Popper/styles.ts">
299
- <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
300
- <line num="1" count="1" type="stmt"/>
301
- <line num="2" count="1" type="stmt"/>
302
- <line num="4" count="1" type="stmt"/>
303
- <line num="8" count="1" type="stmt"/>
304
- <line num="19" count="1" type="stmt"/>
305
- <line num="33" count="1" type="stmt"/>
306
- </file>
307
- </package>
308
- <package name="components.SidePanel">
309
- <metrics statements="27" coveredstatements="27" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
310
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/SidePanel/index.tsx">
311
- <metrics statements="17" coveredstatements="17" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
312
- <line num="2" count="1" type="stmt"/>
313
- <line num="3" count="1" type="stmt"/>
314
- <line num="13" count="1" type="stmt"/>
315
- <line num="14" count="1" type="stmt"/>
316
- <line num="26" count="1" type="stmt"/>
317
- <line num="27" count="4" type="stmt"/>
318
- <line num="28" count="4" type="stmt"/>
319
- <line num="29" count="4" type="stmt"/>
320
- <line num="30" count="4" type="stmt"/>
321
- <line num="31" count="4" type="stmt"/>
322
- <line num="32" count="4" type="stmt"/>
323
- <line num="33" count="4" type="stmt"/>
324
- <line num="35" count="4" type="stmt"/>
325
- <line num="36" count="4" type="cond" truecount="1" falsecount="0"/>
326
- <line num="37" count="3" type="stmt"/>
327
- <line num="40" count="4" type="stmt"/>
328
- <line num="86" count="1" type="stmt"/>
329
- </file>
330
- <file name="style.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/SidePanel/style.ts">
331
- <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
332
- <line num="1" count="1" type="stmt"/>
333
- <line num="2" count="1" type="stmt"/>
334
- <line num="4" count="1" type="stmt"/>
335
- <line num="8" count="1" type="stmt"/>
336
- <line num="19" count="1" type="stmt"/>
337
- <line num="31" count="1" type="stmt"/>
338
- <line num="36" count="1" type="stmt"/>
339
- <line num="43" count="1" type="stmt"/>
340
- <line num="49" count="1" type="stmt"/>
341
- <line num="61" count="1" type="stmt"/>
342
- </file>
343
- </package>
344
- <package name="components.Tooltip">
345
- <metrics statements="27" coveredstatements="26" conditionals="10" coveredconditionals="8" methods="4" coveredmethods="3"/>
346
- <file name="index.tsx" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Tooltip/index.tsx">
347
- <metrics statements="23" coveredstatements="22" conditionals="10" coveredconditionals="8" methods="4" coveredmethods="3"/>
348
- <line num="2" count="1" type="stmt"/>
349
- <line num="3" count="1" type="stmt"/>
350
- <line num="4" count="1" type="stmt"/>
351
- <line num="5" count="1" type="stmt"/>
352
- <line num="7" count="1" type="stmt"/>
353
- <line num="9" count="1" type="stmt"/>
354
- <line num="10" count="4" type="stmt"/>
355
- <line num="11" count="4" type="stmt"/>
356
- <line num="12" count="4" type="cond" truecount="2" falsecount="0"/>
357
- <line num="13" count="4" type="stmt"/>
358
- <line num="14" count="4" type="stmt"/>
359
- <line num="15" count="4" type="stmt"/>
360
- <line num="16" count="4" type="cond" truecount="1" falsecount="1"/>
361
- <line num="18" count="4" type="stmt"/>
362
- <line num="19" count="4" type="stmt"/>
363
- <line num="20" count="4" type="stmt"/>
364
- <line num="23" count="2" type="stmt"/>
365
- <line num="27" count="0" type="stmt"/>
366
- <line num="30" count="4" type="stmt"/>
367
- <line num="31" count="4" type="cond" truecount="2" falsecount="1"/>
368
- <line num="32" count="4" type="stmt"/>
369
- <line num="45" count="4" type="stmt"/>
370
- <line num="74" count="1" type="stmt"/>
371
- </file>
372
- <file name="styles.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/components/Tooltip/styles.ts">
373
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
374
- <line num="1" count="1" type="stmt"/>
375
- <line num="2" count="1" type="stmt"/>
376
- <line num="4" count="1" type="stmt"/>
377
- <line num="12" count="1" type="stmt"/>
378
- </file>
379
- </package>
380
- <package name="styles">
381
- <metrics statements="25" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="3"/>
382
- <file name="colors.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/styles/colors.ts">
383
- <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
384
- <line num="1" count="7" type="stmt"/>
385
- <line num="50" count="7" type="stmt"/>
386
- </file>
387
- <file name="index.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/styles/index.ts">
388
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
389
- <line num="1" count="7" type="stmt"/>
390
- <line num="2" count="7" type="stmt"/>
391
- <line num="3" count="7" type="stmt"/>
392
- <line num="4" count="7" type="stmt"/>
393
- <line num="6" count="7" type="stmt"/>
394
- </file>
395
- <file name="mixins.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/styles/mixins.ts">
396
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
397
- <line num="1" count="7" type="stmt"/>
398
- <line num="2" count="7" type="stmt"/>
399
- <line num="4" count="7" type="stmt"/>
400
- <line num="90" count="7" type="stmt"/>
401
- </file>
402
- <file name="typography.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/styles/typography.ts">
403
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
404
- <line num="1" count="7" type="stmt"/>
405
- <line num="2" count="7" type="stmt"/>
406
- <line num="9" count="7" type="stmt"/>
407
- <line num="340" count="7" type="stmt"/>
408
- </file>
409
- <file name="utils.ts" path="/Users/jashmehta/Documents/Work/Zebpay/znew.design.system/src/styles/utils.ts">
410
- <metrics statements="10" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="3"/>
411
- <line num="1" count="7" type="stmt"/>
412
- <line num="3" count="7" type="stmt"/>
413
- <line num="5" count="335" type="stmt"/>
414
- <line num="8" count="0" type="stmt"/>
415
- <line num="13" count="0" type="stmt"/>
416
- <line num="18" count="1" type="stmt"/>
417
- <line num="23" count="0" type="stmt"/>
418
- <line num="28" count="1" type="stmt"/>
419
- <line num="33" count="0" type="stmt"/>
420
- <line num="39" count="7" type="stmt"/>
421
- </file>
422
- </package>
423
- </project>
424
- </coverage>