Split icon rendering logic (#172)

* Split icon rendering logic

* Test for icon circle generation
This commit is contained in:
Jaco Greeff
2019-08-01 11:56:03 +02:00
committed by GitHub
parent dc5eafda47
commit e760f2a21a
11 changed files with 405 additions and 120 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@polkadot/ui-shared",
"version": "0.42.0-beta.23",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.5.5"
},
"peerDependencies": {
"@polkadot/util-crypto": "*"
}
}