@symbo.ls/avatar 2.11.147 → 2.11.160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -8
- package/package.json +4 -3
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { Img, Flex } from '@symbo.ls/atoms'
|
|
4
4
|
import { Button } from '@symbo.ls/button'
|
|
5
|
-
import { IndicatorDot } from '@symbo.ls/
|
|
5
|
+
import { IndicatorDot } from '@symbo.ls/indicatordot'
|
|
6
6
|
import { InfoSet } from '@symbo.ls/infoset'
|
|
7
7
|
import { CardLabel } from '@symbo.ls/label'
|
|
8
8
|
|
|
@@ -29,7 +29,7 @@ export const DropDownWithAvatar = {
|
|
|
29
29
|
},
|
|
30
30
|
downArrow: {
|
|
31
31
|
extend: Button,
|
|
32
|
-
props: { icon: '
|
|
32
|
+
props: { icon: 'chevronDown' }
|
|
33
33
|
},
|
|
34
34
|
|
|
35
35
|
props: {
|
|
@@ -236,9 +236,8 @@ export const AvatarBundleInfoSet = {
|
|
|
236
236
|
...[
|
|
237
237
|
{
|
|
238
238
|
title: { props: { text: 'ETH/BNB' } },
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
props: { text: '1 ETH = 240.7 BNB' }
|
|
239
|
+
CardLabel: {
|
|
240
|
+
text: '1 ETH = 240.7 BNB'
|
|
242
241
|
},
|
|
243
242
|
subTitle: null
|
|
244
243
|
}
|
|
@@ -257,9 +256,6 @@ export const AvatarBundleInfoSet = {
|
|
|
257
256
|
border: 'solid, black 0',
|
|
258
257
|
borderWidth: '1px'
|
|
259
258
|
}
|
|
260
|
-
// style: {
|
|
261
|
-
// '&:not(:first-child)': { border: '1px solid rgba(0, 0, 0, 0)' }
|
|
262
|
-
// }
|
|
263
259
|
}
|
|
264
260
|
},
|
|
265
261
|
infos: {
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/avatar",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.160",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest",
|
|
9
|
-
"@symbo.ls/button": "latest"
|
|
9
|
+
"@symbo.ls/button": "latest",
|
|
10
|
+
"@symbo.ls/indicatordot": "latest"
|
|
10
11
|
},
|
|
11
12
|
"source": "src/index.js"
|
|
12
13
|
}
|