@npm_leadtech/legal-lib-components 1.4.0 → 1.6.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.
- 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/LogoutSvg.js +28 -0
- package/images/componentsSvg/MenuCollapse24p.js +44 -0
- package/images/componentsSvg/NewDocumentSvg.js +28 -0
- package/package.json +56 -54
- package/yarn-error.log +0 -13121
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for images/componentsSvg/MenuCollapse24p.js</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../../index.html">All files</a> / <a href="index.html">images/componentsSvg</a> MenuCollapse24p.js</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>3/3</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>3/3</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
78
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
79
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
80
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
81
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
82
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
83
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
84
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
85
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
86
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
87
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
88
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
89
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
90
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
91
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
92
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
93
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
94
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
95
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
96
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
97
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
98
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
99
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
100
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
101
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
102
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
103
|
+
<a name='L38'></a><a href='#L38'>38</a>
|
|
104
|
+
<a name='L39'></a><a href='#L39'>39</a>
|
|
105
|
+
<a name='L40'></a><a href='#L40'>40</a>
|
|
106
|
+
<a name='L41'></a><a href='#L41'>41</a>
|
|
107
|
+
<a name='L42'></a><a href='#L42'>42</a>
|
|
108
|
+
<a name='L43'></a><a href='#L43'>43</a>
|
|
109
|
+
<a name='L44'></a><a href='#L44'>44</a>
|
|
110
|
+
<a name='L45'></a><a href='#L45'>45</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-neutral"> </span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-yes">1x</span>
|
|
115
|
+
<span class="cline-any cline-yes">2x</span>
|
|
116
|
+
<span class="cline-any cline-neutral"> </span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-neutral"> </span>
|
|
119
|
+
<span class="cline-any cline-neutral"> </span>
|
|
120
|
+
<span class="cline-any cline-neutral"> </span>
|
|
121
|
+
<span class="cline-any cline-neutral"> </span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span>
|
|
125
|
+
<span class="cline-any cline-neutral"> </span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span>
|
|
127
|
+
<span class="cline-any cline-neutral"> </span>
|
|
128
|
+
<span class="cline-any cline-neutral"> </span>
|
|
129
|
+
<span class="cline-any cline-neutral"> </span>
|
|
130
|
+
<span class="cline-any cline-neutral"> </span>
|
|
131
|
+
<span class="cline-any cline-neutral"> </span>
|
|
132
|
+
<span class="cline-any cline-neutral"> </span>
|
|
133
|
+
<span class="cline-any cline-neutral"> </span>
|
|
134
|
+
<span class="cline-any cline-neutral"> </span>
|
|
135
|
+
<span class="cline-any cline-neutral"> </span>
|
|
136
|
+
<span class="cline-any cline-neutral"> </span>
|
|
137
|
+
<span class="cline-any cline-neutral"> </span>
|
|
138
|
+
<span class="cline-any cline-neutral"> </span>
|
|
139
|
+
<span class="cline-any cline-neutral"> </span>
|
|
140
|
+
<span class="cline-any cline-neutral"> </span>
|
|
141
|
+
<span class="cline-any cline-neutral"> </span>
|
|
142
|
+
<span class="cline-any cline-neutral"> </span>
|
|
143
|
+
<span class="cline-any cline-neutral"> </span>
|
|
144
|
+
<span class="cline-any cline-neutral"> </span>
|
|
145
|
+
<span class="cline-any cline-neutral"> </span>
|
|
146
|
+
<span class="cline-any cline-neutral"> </span>
|
|
147
|
+
<span class="cline-any cline-neutral"> </span>
|
|
148
|
+
<span class="cline-any cline-neutral"> </span>
|
|
149
|
+
<span class="cline-any cline-neutral"> </span>
|
|
150
|
+
<span class="cline-any cline-neutral"> </span>
|
|
151
|
+
<span class="cline-any cline-yes">1x</span>
|
|
152
|
+
<span class="cline-any cline-neutral"> </span>
|
|
153
|
+
<span class="cline-any cline-neutral"> </span>
|
|
154
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">/* eslint-disable max-len */
|
|
155
|
+
import React from 'react';
|
|
156
|
+
import PropTypes from 'prop-types';
|
|
157
|
+
|
|
158
|
+
export const MenuCollapse24p = ({ className }) => (
|
|
159
|
+
<svg
|
|
160
|
+
className={className}
|
|
161
|
+
width='24px'
|
|
162
|
+
height='24px'
|
|
163
|
+
viewBox='0 0 24 24'
|
|
164
|
+
version='1.1'
|
|
165
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
166
|
+
xmlnsXlink='http://www.w3.org/1999/xlink'
|
|
167
|
+
>
|
|
168
|
+
<title>735FFC4F-7DB9-4268-8987-12A1D38D3294</title>
|
|
169
|
+
<desc>Created with sketchtool.</desc>
|
|
170
|
+
<defs>
|
|
171
|
+
<path
|
|
172
|
+
d='M12,18 C13.1045695,18 14,18.8954305 14,20 C14,21.1045695 13.1045695,22 12,22 C10.8954305,22 10,21.1045695 10,20 C10,18.8954305 10.8954305,18 12,18 Z M12,10 C13.1045695,10 14,10.8954305 14,12 C14,13.1045695 13.1045695,14 12,14 C10.8954305,14 10,13.1045695 10,12 C10,10.8954305 10.8954305,10 12,10 Z M12,2 C13.1045695,2 14,2.8954305 14,4 C14,5.1045695 13.1045695,6 12,6 C10.8954305,6 10,5.1045695 10,4 C10,2.8954305 10.8954305,2 12,2 Z'
|
|
173
|
+
id='path-1-collapse'
|
|
174
|
+
></path>
|
|
175
|
+
</defs>
|
|
176
|
+
<g id='Dashboard-MyDocs-collapse' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'>
|
|
177
|
+
<g id='LD-DesktopHD-MyDocs-Dashboard-collapse' transform='translate(-1304.000000, -260.000000)'>
|
|
178
|
+
<g id='DashboardList-Doc-collapse' transform='translate(328.000000, 223.000000)'>
|
|
179
|
+
<g id='icon/menu-colapse_24p' transform='translate(976.000000, 37.000000)'>
|
|
180
|
+
<rect id='Bound-collapse' x='0' y='0' width='24' height='24'></rect>
|
|
181
|
+
<mask id='mask-2-collapse' fill='white'>
|
|
182
|
+
<use xlinkHref='#path-1-collapse'></use>
|
|
183
|
+
</mask>
|
|
184
|
+
<g id='icon/editor/format_color_text_24px' fillRule='nonzero'></g>
|
|
185
|
+
<g id='↳-Color' mask='url(#mask-2-collapse)' fill='#6D7275'>
|
|
186
|
+
<rect id='Rectangle' x='0' y='0' width='24' height='24'></rect>
|
|
187
|
+
</g>
|
|
188
|
+
</g>
|
|
189
|
+
</g>
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
</svg>
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
MenuCollapse24p.propTypes = {
|
|
196
|
+
className: PropTypes.string,
|
|
197
|
+
};
|
|
198
|
+
</pre></td></tr></table></pre>
|
|
199
|
+
|
|
200
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
201
|
+
</div><!-- /wrapper -->
|
|
202
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
203
|
+
Code coverage generated by
|
|
204
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
205
|
+
at Thu Mar 03 2022 09:16:10 GMT+0100 (GMT+01:00)
|
|
206
|
+
</div>
|
|
207
|
+
<script src="../../prettify.js"></script>
|
|
208
|
+
<script>
|
|
209
|
+
window.onload = function () {
|
|
210
|
+
prettyPrint();
|
|
211
|
+
};
|
|
212
|
+
</script>
|
|
213
|
+
<script src="../../sorter.js"></script>
|
|
214
|
+
<script src="../../block-navigation.js"></script>
|
|
215
|
+
</body>
|
|
216
|
+
</html>
|
|
217
|
+
|
|
@@ -150,8 +150,8 @@ NewRelease24p.propTypes = {
|
|
|
150
150
|
</div><!-- /wrapper -->
|
|
151
151
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
152
152
|
Code coverage generated by
|
|
153
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
154
|
-
at Thu
|
|
153
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
154
|
+
at Thu Mar 03 2022 09:16:10 GMT+0100 (GMT+01:00)
|
|
155
155
|
</div>
|
|
156
156
|
<script src="../../prettify.js"></script>
|
|
157
157
|
<script>
|
|
@@ -171,8 +171,8 @@ Time24px.propTypes = {
|
|
|
171
171
|
</div><!-- /wrapper -->
|
|
172
172
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
173
173
|
Code coverage generated by
|
|
174
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
175
|
-
at Thu
|
|
174
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
175
|
+
at Thu Mar 03 2022 09:16:10 GMT+0100 (GMT+01:00)
|
|
176
176
|
</div>
|
|
177
177
|
<script src="../../prettify.js"></script>
|
|
178
178
|
<script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>23/23</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>8/8</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>23/23</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -93,6 +93,36 @@
|
|
|
93
93
|
<td data-value="3" class="abs high">3/3</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
|
+
<tr>
|
|
97
|
+
<td class="file high" data-value="Edit24p.js"><a href="Edit24p.js.html">Edit24p.js</a></td>
|
|
98
|
+
<td data-value="100" class="pic high">
|
|
99
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
100
|
+
</td>
|
|
101
|
+
<td data-value="100" class="pct high">100%</td>
|
|
102
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
103
|
+
<td data-value="100" class="pct high">100%</td>
|
|
104
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
105
|
+
<td data-value="100" class="pct high">100%</td>
|
|
106
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
107
|
+
<td data-value="100" class="pct high">100%</td>
|
|
108
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
109
|
+
</tr>
|
|
110
|
+
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="file high" data-value="EditText24px.js"><a href="EditText24px.js.html">EditText24px.js</a></td>
|
|
113
|
+
<td data-value="100" class="pic high">
|
|
114
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
115
|
+
</td>
|
|
116
|
+
<td data-value="100" class="pct high">100%</td>
|
|
117
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
118
|
+
<td data-value="100" class="pct high">100%</td>
|
|
119
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
120
|
+
<td data-value="100" class="pct high">100%</td>
|
|
121
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
122
|
+
<td data-value="100" class="pct high">100%</td>
|
|
123
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
124
|
+
</tr>
|
|
125
|
+
|
|
96
126
|
<tr>
|
|
97
127
|
<td class="file high" data-value="InfoError24pxOutlined.js"><a href="InfoError24pxOutlined.js.html">InfoError24pxOutlined.js</a></td>
|
|
98
128
|
<td data-value="100" class="pic high">
|
|
@@ -108,6 +138,36 @@
|
|
|
108
138
|
<td data-value="3" class="abs high">3/3</td>
|
|
109
139
|
</tr>
|
|
110
140
|
|
|
141
|
+
<tr>
|
|
142
|
+
<td class="file high" data-value="LogoutSvg.js"><a href="LogoutSvg.js.html">LogoutSvg.js</a></td>
|
|
143
|
+
<td data-value="100" class="pic high">
|
|
144
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
145
|
+
</td>
|
|
146
|
+
<td data-value="100" class="pct high">100%</td>
|
|
147
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
148
|
+
<td data-value="100" class="pct high">100%</td>
|
|
149
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
150
|
+
<td data-value="100" class="pct high">100%</td>
|
|
151
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
152
|
+
<td data-value="100" class="pct high">100%</td>
|
|
153
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
154
|
+
</tr>
|
|
155
|
+
|
|
156
|
+
<tr>
|
|
157
|
+
<td class="file high" data-value="MenuCollapse24p.js"><a href="MenuCollapse24p.js.html">MenuCollapse24p.js</a></td>
|
|
158
|
+
<td data-value="100" class="pic high">
|
|
159
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
160
|
+
</td>
|
|
161
|
+
<td data-value="100" class="pct high">100%</td>
|
|
162
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
163
|
+
<td data-value="100" class="pct high">100%</td>
|
|
164
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
165
|
+
<td data-value="100" class="pct high">100%</td>
|
|
166
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
167
|
+
<td data-value="100" class="pct high">100%</td>
|
|
168
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
169
|
+
</tr>
|
|
170
|
+
|
|
111
171
|
<tr>
|
|
112
172
|
<td class="file high" data-value="NewRelease24p.js"><a href="NewRelease24p.js.html">NewRelease24p.js</a></td>
|
|
113
173
|
<td data-value="100" class="pic high">
|
|
@@ -145,8 +205,8 @@
|
|
|
145
205
|
</div><!-- /wrapper -->
|
|
146
206
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
207
|
Code coverage generated by
|
|
148
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
149
|
-
at Thu
|
|
208
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
209
|
+
at Thu Mar 03 2022 09:16:10 GMT+0100 (GMT+01:00)
|
|
150
210
|
</div>
|
|
151
211
|
<script src="../../prettify.js"></script>
|
|
152
212
|
<script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">95.97% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>286/298</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">81.14% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>185/228</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">92.85% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>65/70</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">96.25% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>283/294</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
85
|
</td>
|
|
86
86
|
<td data-value="100" class="pct high">100%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="23" class="abs high">23/23</td>
|
|
88
88
|
<td data-value="100" class="pct high">100%</td>
|
|
89
89
|
<td data-value="0" class="abs high">0/0</td>
|
|
90
90
|
<td data-value="100" class="pct high">100%</td>
|
|
91
|
-
<td data-value="
|
|
91
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
92
92
|
<td data-value="100" class="pct high">100%</td>
|
|
93
|
-
<td data-value="
|
|
93
|
+
<td data-value="23" class="abs high">23/23</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
</td>
|
|
131
131
|
<td data-value="95" class="pct high">95%</td>
|
|
132
132
|
<td data-value="20" class="abs high">19/20</td>
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="28" class="abs
|
|
133
|
+
<td data-value="82.14" class="pct high">82.14%</td>
|
|
134
|
+
<td data-value="28" class="abs high">23/28</td>
|
|
135
135
|
<td data-value="100" class="pct high">100%</td>
|
|
136
136
|
<td data-value="2" class="abs high">2/2</td>
|
|
137
137
|
<td data-value="94.73" class="pct high">94.73%</td>
|
|
@@ -214,18 +214,18 @@
|
|
|
214
214
|
</tr>
|
|
215
215
|
|
|
216
216
|
<tr>
|
|
217
|
-
<td class="file
|
|
218
|
-
<td data-value="
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
217
|
+
<td class="file high" data-value="src/components/atoms/GoogleButton"><a href="src/components/atoms/GoogleButton/index.html">src/components/atoms/GoogleButton</a></td>
|
|
218
|
+
<td data-value="100" class="pic high">
|
|
219
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
220
220
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
223
|
-
<td data-value="
|
|
224
|
-
<td data-value="
|
|
225
|
-
<td data-value="
|
|
226
|
-
<td data-value="
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="
|
|
221
|
+
<td data-value="100" class="pct high">100%</td>
|
|
222
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
223
|
+
<td data-value="100" class="pct high">100%</td>
|
|
224
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
225
|
+
<td data-value="100" class="pct high">100%</td>
|
|
226
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
227
|
+
<td data-value="100" class="pct high">100%</td>
|
|
228
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
229
229
|
</tr>
|
|
230
230
|
|
|
231
231
|
<tr>
|
|
@@ -273,6 +273,21 @@
|
|
|
273
273
|
<td data-value="3" class="abs high">3/3</td>
|
|
274
274
|
</tr>
|
|
275
275
|
|
|
276
|
+
<tr>
|
|
277
|
+
<td class="file high" data-value="src/components/atoms/MenuItems"><a href="src/components/atoms/MenuItems/index.html">src/components/atoms/MenuItems</a></td>
|
|
278
|
+
<td data-value="100" class="pic high">
|
|
279
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
280
|
+
</td>
|
|
281
|
+
<td data-value="100" class="pct high">100%</td>
|
|
282
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
283
|
+
<td data-value="87.5" class="pct high">87.5%</td>
|
|
284
|
+
<td data-value="8" class="abs high">7/8</td>
|
|
285
|
+
<td data-value="100" class="pct high">100%</td>
|
|
286
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
287
|
+
<td data-value="100" class="pct high">100%</td>
|
|
288
|
+
<td data-value="12" class="abs high">12/12</td>
|
|
289
|
+
</tr>
|
|
290
|
+
|
|
276
291
|
<tr>
|
|
277
292
|
<td class="file high" data-value="src/components/atoms/Message"><a href="src/components/atoms/Message/index.html">src/components/atoms/Message</a></td>
|
|
278
293
|
<td data-value="100" class="pic high">
|
|
@@ -355,8 +370,8 @@
|
|
|
355
370
|
</td>
|
|
356
371
|
<td data-value="100" class="pct high">100%</td>
|
|
357
372
|
<td data-value="3" class="abs high">3/3</td>
|
|
358
|
-
<td data-value="
|
|
359
|
-
<td data-value="
|
|
373
|
+
<td data-value="100" class="pct high">100%</td>
|
|
374
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
360
375
|
<td data-value="100" class="pct high">100%</td>
|
|
361
376
|
<td data-value="1" class="abs high">1/1</td>
|
|
362
377
|
<td data-value="100" class="pct high">100%</td>
|
|
@@ -384,13 +399,13 @@
|
|
|
384
399
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
385
400
|
</td>
|
|
386
401
|
<td data-value="100" class="pct high">100%</td>
|
|
387
|
-
<td data-value="
|
|
402
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
388
403
|
<td data-value="100" class="pct high">100%</td>
|
|
389
|
-
<td data-value="
|
|
404
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
390
405
|
<td data-value="100" class="pct high">100%</td>
|
|
391
|
-
<td data-value="
|
|
406
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
392
407
|
<td data-value="100" class="pct high">100%</td>
|
|
393
|
-
<td data-value="
|
|
408
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
394
409
|
</tr>
|
|
395
410
|
|
|
396
411
|
<tr>
|
|
@@ -453,19 +468,109 @@
|
|
|
453
468
|
<td data-value="3" class="abs high">3/3</td>
|
|
454
469
|
</tr>
|
|
455
470
|
|
|
471
|
+
<tr>
|
|
472
|
+
<td class="file high" data-value="src/components/atoms/Tooltip"><a href="src/components/atoms/Tooltip/index.html">src/components/atoms/Tooltip</a></td>
|
|
473
|
+
<td data-value="100" class="pic high">
|
|
474
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
475
|
+
</td>
|
|
476
|
+
<td data-value="100" class="pct high">100%</td>
|
|
477
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
478
|
+
<td data-value="100" class="pct high">100%</td>
|
|
479
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
480
|
+
<td data-value="100" class="pct high">100%</td>
|
|
481
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
482
|
+
<td data-value="100" class="pct high">100%</td>
|
|
483
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
484
|
+
</tr>
|
|
485
|
+
|
|
486
|
+
<tr>
|
|
487
|
+
<td class="file high" data-value="src/components/molecules/BottomFixedBar"><a href="src/components/molecules/BottomFixedBar/index.html">src/components/molecules/BottomFixedBar</a></td>
|
|
488
|
+
<td data-value="100" class="pic high">
|
|
489
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
490
|
+
</td>
|
|
491
|
+
<td data-value="100" class="pct high">100%</td>
|
|
492
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
493
|
+
<td data-value="100" class="pct high">100%</td>
|
|
494
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
495
|
+
<td data-value="100" class="pct high">100%</td>
|
|
496
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
497
|
+
<td data-value="100" class="pct high">100%</td>
|
|
498
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
499
|
+
</tr>
|
|
500
|
+
|
|
456
501
|
<tr>
|
|
457
502
|
<td class="file high" data-value="src/components/molecules/BoxForm"><a href="src/components/molecules/BoxForm/index.html">src/components/molecules/BoxForm</a></td>
|
|
458
|
-
<td data-value="
|
|
459
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
503
|
+
<td data-value="100" class="pic high">
|
|
504
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
460
505
|
</td>
|
|
461
|
-
<td data-value="
|
|
462
|
-
<td data-value="
|
|
506
|
+
<td data-value="100" class="pct high">100%</td>
|
|
507
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
463
508
|
<td data-value="87.5" class="pct high">87.5%</td>
|
|
464
509
|
<td data-value="8" class="abs high">7/8</td>
|
|
465
510
|
<td data-value="100" class="pct high">100%</td>
|
|
466
511
|
<td data-value="1" class="abs high">1/1</td>
|
|
467
|
-
<td data-value="
|
|
468
|
-
<td data-value="
|
|
512
|
+
<td data-value="100" class="pct high">100%</td>
|
|
513
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
514
|
+
</tr>
|
|
515
|
+
|
|
516
|
+
<tr>
|
|
517
|
+
<td class="file high" data-value="src/components/molecules/Feedback"><a href="src/components/molecules/Feedback/index.html">src/components/molecules/Feedback</a></td>
|
|
518
|
+
<td data-value="100" class="pic high">
|
|
519
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
520
|
+
</td>
|
|
521
|
+
<td data-value="100" class="pct high">100%</td>
|
|
522
|
+
<td data-value="30" class="abs high">30/30</td>
|
|
523
|
+
<td data-value="100" class="pct high">100%</td>
|
|
524
|
+
<td data-value="26" class="abs high">26/26</td>
|
|
525
|
+
<td data-value="100" class="pct high">100%</td>
|
|
526
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
527
|
+
<td data-value="100" class="pct high">100%</td>
|
|
528
|
+
<td data-value="30" class="abs high">30/30</td>
|
|
529
|
+
</tr>
|
|
530
|
+
|
|
531
|
+
<tr>
|
|
532
|
+
<td class="file high" data-value="src/components/molecules/FormFaq"><a href="src/components/molecules/FormFaq/index.html">src/components/molecules/FormFaq</a></td>
|
|
533
|
+
<td data-value="100" class="pic high">
|
|
534
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
535
|
+
</td>
|
|
536
|
+
<td data-value="100" class="pct high">100%</td>
|
|
537
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
538
|
+
<td data-value="100" class="pct high">100%</td>
|
|
539
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
540
|
+
<td data-value="100" class="pct high">100%</td>
|
|
541
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
542
|
+
<td data-value="100" class="pct high">100%</td>
|
|
543
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
544
|
+
</tr>
|
|
545
|
+
|
|
546
|
+
<tr>
|
|
547
|
+
<td class="file high" data-value="src/components/molecules/TooltipMenu"><a href="src/components/molecules/TooltipMenu/index.html">src/components/molecules/TooltipMenu</a></td>
|
|
548
|
+
<td data-value="100" class="pic high">
|
|
549
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
550
|
+
</td>
|
|
551
|
+
<td data-value="100" class="pct high">100%</td>
|
|
552
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
553
|
+
<td data-value="100" class="pct high">100%</td>
|
|
554
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
555
|
+
<td data-value="100" class="pct high">100%</td>
|
|
556
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
557
|
+
<td data-value="100" class="pct high">100%</td>
|
|
558
|
+
<td data-value="6" class="abs high">6/6</td>
|
|
559
|
+
</tr>
|
|
560
|
+
|
|
561
|
+
<tr>
|
|
562
|
+
<td class="file high" data-value="src/components/organisms/MobileBottomBar"><a href="src/components/organisms/MobileBottomBar/index.html">src/components/organisms/MobileBottomBar</a></td>
|
|
563
|
+
<td data-value="100" class="pic high">
|
|
564
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
565
|
+
</td>
|
|
566
|
+
<td data-value="100" class="pct high">100%</td>
|
|
567
|
+
<td data-value="11" class="abs high">11/11</td>
|
|
568
|
+
<td data-value="100" class="pct high">100%</td>
|
|
569
|
+
<td data-value="9" class="abs high">9/9</td>
|
|
570
|
+
<td data-value="100" class="pct high">100%</td>
|
|
571
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
572
|
+
<td data-value="100" class="pct high">100%</td>
|
|
573
|
+
<td data-value="11" class="abs high">11/11</td>
|
|
469
574
|
</tr>
|
|
470
575
|
|
|
471
576
|
<tr>
|
|
@@ -490,8 +595,8 @@
|
|
|
490
595
|
</div><!-- /wrapper -->
|
|
491
596
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
492
597
|
Code coverage generated by
|
|
493
|
-
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
494
|
-
at Thu
|
|
598
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
599
|
+
at Thu Mar 03 2022 09:16:10 GMT+0100 (GMT+01:00)
|
|
495
600
|
</div>
|
|
496
601
|
<script src="prettify.js"></script>
|
|
497
602
|
<script>
|