@papanasi/solid
Advanced tools
Comparing version 1.0.0-rc.106 to 1.0.0-rc.107
@@ -9,6 +9,6 @@ declare class AvatarService { | ||
color?: undefined; | ||
backgroundColor?: undefined; | ||
'background-color'?: undefined; | ||
} | { | ||
color: string; | ||
backgroundColor: string; | ||
'background-color': string; | ||
}; | ||
@@ -19,6 +19,6 @@ }>; | ||
color?: undefined; | ||
backgroundColor?: undefined; | ||
'background-color'?: undefined; | ||
} | { | ||
color: string; | ||
backgroundColor: string; | ||
'background-color': string; | ||
}>; | ||
@@ -25,0 +25,0 @@ getSource(url: string, unavatar: string): string; |
@@ -37,6 +37,6 @@ import { classesToString, debug, randomColor } from '../../../helpers'; | ||
const color = await randomColor(name); | ||
debug(`AvatarService getColor: color: ${color}`); | ||
debug(`AvatarService getColor: color: ${JSON.stringify(color)}`); | ||
return { | ||
color: color.foreground, | ||
backgroundColor: color.background | ||
'background-color': color.background | ||
}; | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "@papanasi/solid", | ||
"version": "1.0.0-rc.106", | ||
"version": "1.0.0-rc.107", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "author": "ckgrafico/papanasi", | ||
}, | ||
"gitHead": "1044ed8890cf03e229a9d3620c4431fff6db3831" | ||
"gitHead": "ea8e06df804a9509b1a55bc732cc0bb7a46cd232" | ||
} |
@@ -315,3 +315,3 @@ <h1 align="center"> | ||
<img src="https://img.shields.io/static/v1?message=%20&labelColor=5c5c5c&logoColor=white&label=%20&color=success&logo=preact" alt="Preact status" /> | ||
<img src="https://img.shields.io/static/v1?message=%20&labelColor=5c5c5c&logoColor=white&label=%20&color=red&logo=qwiklabs" alt="Qwik status" /> | ||
<img src="https://img.shields.io/static/v1?message=%20&labelColor=5c5c5c&logoColor=white&label=%20&color=success&logo=qwiklabs" alt="Qwik status" /> | ||
<img src="https://img.shields.io/static/v1?message=%20&labelColor=5c5c5c&logoColor=white&label=%20&color=success&logo=react" alt="React status" /><br/> | ||
@@ -318,0 +318,0 @@ <img src="https://img.shields.io/static/v1?message=%20&labelColor=5c5c5c&logoColor=white&label=%20&color=success&logo=solid" alt="Solid status" /> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1345455