UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

169 lines (155 loc) 8.55 kB
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/version2/alertIcons/ErrorAlertIcon.js</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../../prettify.css" /> <link rel="stylesheet" href="../../../base.css" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.png" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type='text/css'> .coverage-summary .sorter { background-image: url(../../../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/version2/alertIcons</a> ErrorAlertIcon.js</h1> <div class='clearfix'> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Statements</span> <span class='fraction'>4/4</span> </div> <div class='fl pad1y space-right2'> <span class="strong">50% </span> <span class="quiet">Branches</span> <span class='fraction'>1/2</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Functions</span> <span class='fraction'>1/1</span> </div> <div class='fl pad1y space-right2'> <span class="strong">100% </span> <span class="quiet">Lines</span> <span class='fraction'>4/4</span> </div> </div> <p class="quiet"> 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. </p> <template id="filterTemplate"> <div class="quiet"> Filter: <input oninput="onInput()" type="search" id="fileSearch"> </div> </template> </div> <div class='status-line high'></div> <pre><table class="coverage"> <tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a> <a name='L2'></a><a href='#L2'>2</a> <a name='L3'></a><a href='#L3'>3</a> <a name='L4'></a><a href='#L4'>4</a> <a name='L5'></a><a href='#L5'>5</a> <a name='L6'></a><a href='#L6'>6</a> <a name='L7'></a><a href='#L7'>7</a> <a name='L8'></a><a href='#L8'>8</a> <a name='L9'></a><a href='#L9'>9</a> <a name='L10'></a><a href='#L10'>10</a> <a name='L11'></a><a href='#L11'>11</a> <a name='L12'></a><a href='#L12'>12</a> <a name='L13'></a><a href='#L13'>13</a> <a name='L14'></a><a href='#L14'>14</a> <a name='L15'></a><a href='#L15'>15</a> <a name='L16'></a><a href='#L16'>16</a> <a name='L17'></a><a href='#L17'>17</a> <a name='L18'></a><a href='#L18'>18</a> <a name='L19'></a><a href='#L19'>19</a> <a name='L20'></a><a href='#L20'>20</a> <a name='L21'></a><a href='#L21'>21</a> <a name='L22'></a><a href='#L22'>22</a> <a name='L23'></a><a href='#L23'>23</a> <a name='L24'></a><a href='#L24'>24</a> <a name='L25'></a><a href='#L25'>25</a> <a name='L26'></a><a href='#L26'>26</a> <a name='L27'></a><a href='#L27'>27</a> <a name='L28'></a><a href='#L28'>28</a> <a name='L29'></a><a href='#L29'>29</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import React, { Component } from 'react'; import { ErrorAlertIcon_defaultProps } from './props/defaultProps'; import { ErrorAlertIcon_propTypes } from './props/propTypes'; import style from './AlertIcons.module.css'; export default class ErrorAlertIcon extends Component { render() { let { variant, type } = this.props; return ( &lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' className={type ? <span class="branch-0 cbranch-no" title="branch not covered" >`${style[type]}` </span>: ''}&gt; &lt;path className={`${style[`error_${variant}`]}`} d='M34.89,23.86s27.19-17.79,41-12.44S99,61.81,60.74,82,5.16,58.27,5,50.48C4.87,42.94,5,25,34.89,23.86Z' /&gt; &lt;polygon className={style.outer_cls2} points='95 49.42 94.18 48.61 92.98 49.79 91.79 48.61 90.97 49.42 92.16 50.6 90.97 51.78 91.79 52.59 92.98 51.41 94.18 52.59 95 51.78 93.81 50.6 95 49.42' /&gt; &lt;rect className={style.outer_cls2} x='10' y='21.46' width='1.16' height='2.18' /&gt; &lt;rect className={style.outer_cls2} x='11.8' y='24.27' width='2.21' height='1.15' /&gt; &lt;rect className={style.outer_cls2} x='10' y='26.05' width='1.16' height='2.18' /&gt; &lt;rect className={style.outer_cls2} x='7.15' y='24.27' width='2.21' height='1.15' /&gt; &lt;path className={style.outer_cls3} d='M11.8,82.6a2.76,2.76,0,1,1,2.8-2.76A2.78,2.78,0,0,1,11.8,82.6Zm0-4.37a1.61,1.61,0,1,0,1.63,1.61A1.62,1.62,0,0,0,11.8,78.23Z' /&gt; &lt;ellipse className={style.outer_cls4} cx='50.21' cy='11.21' rx='1.22' ry='1.21' /&gt; &lt;polygon className={style.outer_cls4} points='59.77 90 61.8 87.28 63.69 90 59.77 90' /&gt; &lt;path className={style.outer_cls5} d='M53.32,46.17s-13.79-9-20.78-6.31S20.79,65.43,40.21,75.68s28.2-12.05,28.27-16S68.48,46.73,53.32,46.17Z' /&gt; &lt;path className={style.outer_cls6} d='M61,70.94a.94.94,0,1,0-1-1.59,22.58,22.58,0,1,1,6.81-6.57L54.24,50.16l4-4a4.35,4.35,0,0,0-6.14-6.15l-4,4-4-4A4.34,4.34,0,0,0,38,46.18l4,4-4,4a4.35,4.35,0,0,0,6.14,6.15l4-4,7.32,7.22a.92.92,0,0,0,1.32,0h0a.94.94,0,0,0,0-1.32l-8-7.88a.94.94,0,0,0-1.32,0l-4.62,4.63a2.48,2.48,0,0,1-3.5-3.5l4.62-4.63h0a.92.92,0,0,0,0-1.32l-4.62-4.62a2.48,2.48,0,0,1,3.5-3.5L47.43,46a1,1,0,0,0,.66.29.94.94,0,0,0,.66-.28l4.62-4.62a2.47,2.47,0,0,1,3.5,3.49L52.25,49.5h0a.94.94,0,0,0,0,1.32L66.33,64.89l.09.08a.93.93,0,0,0,1.31-.19,24.47,24.47,0,1,0-44.1-14.62l0,0A24.47,24.47,0,0,0,61,70.94Z' /&gt; &lt;circle className={style.outer_cls6} cx='58.4' cy='65.25' r='0.93' /&gt; &lt;/svg&gt; &nbsp; ); } } ErrorAlertIcon.propTypes = ErrorAlertIcon_propTypes; ErrorAlertIcon.defaultProps = ErrorAlertIcon_defaultProps; &nbsp;</pre></td></tr></table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a> at 2025-07-29T13:42:33.694Z </div> <script src="../../../prettify.js"></script> <script> window.onload = function () { prettyPrint(); }; </script> <script src="../../../sorter.js"></script> <script src="../../../block-navigation.js"></script> </body> </html>