mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 10:11:06 +00:00
Split icon rendering logic (#172)
* Split icon rendering logic * Test for icon circle generation
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user