File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export class HeaderStatisticComponent extends BaseComponent {
104
104
return [ staticCss ] ;
105
105
}
106
106
107
- @property ( { type : Number } )
107
+ @property ( { type : Number } )
108
108
value : number ;
109
109
110
110
@property ( )
@@ -119,7 +119,9 @@ export class HeaderStatisticComponent extends BaseComponent {
119
119
render ( ) {
120
120
return html `
121
121
< div class =${ this . colorForScore ( ) } >
122
- < span class ="grade "> ${ this . value . toLocaleString ( ) } ${ this . percentage ? '%' : '' } </ span >
122
+ < span class ="grade "
123
+ > ${ this . value . toLocaleString ( ) } ${ this . percentage ? '%' : '' } </ span
124
+ >
123
125
< span class ="label "> ${ this . label } </ span >
124
126
</ div >
125
127
` ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @quobix/vacuum" ,
3
- "version" : " 0.0.15 " ,
3
+ "version" : " 0.0.17 " ,
4
4
"description" : " The world's fastest, most scalable and complete OpenAPI parser" ,
5
5
"type" : " module" ,
6
6
"author" : " Dave Shanley" ,
You can’t perform that action at this time.
0 commit comments