@symbo.ls/avatar
Advanced tools
Comparing version 2.11.147 to 2.11.158
10
index.js
@@ -32,3 +32,3 @@ 'use strict' | ||
extend: Button, | ||
props: { icon: 'arrowDown' } | ||
props: { icon: 'chevronDown' } | ||
}, | ||
@@ -240,5 +240,4 @@ | ||
title: { props: { text: 'ETH/BNB' } }, | ||
label: { | ||
extend: CardLabel, | ||
props: { text: '1 ETH = 240.7 BNB' } | ||
CardLabel: { | ||
text: '1 ETH = 240.7 BNB' | ||
}, | ||
@@ -262,5 +261,2 @@ subTitle: null | ||
} | ||
// style: { | ||
// '&:not(:first-child)': { border: '1px solid rgba(0, 0, 0, 0)' } | ||
// } | ||
} | ||
@@ -267,0 +263,0 @@ }, |
{ | ||
"name": "@symbo.ls/avatar", | ||
"version": "2.11.147", | ||
"version": "2.11.158", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "198d7b500aa7c238bf8594fb452dd3ea823ee4ba", | ||
"gitHead": "cbed9bf1f1a15c02489444ffa264acbaf2e8d918", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@symbo.ls/atoms": "latest", |
6972
270