@symbo.ls/user
Advanced tools
Comparing version 2.11.247 to 2.11.265
@@ -6,3 +6,2 @@ 'use strict' | ||
import { UnitValue } from '@symbo.ls/unitvalue' | ||
import { CountIndicator } from '@symbo.ls/indicator' | ||
@@ -23,3 +22,4 @@ export const ChatUser = { | ||
props: { | ||
fontSize: 'X1', | ||
fontSize: 'Z1', | ||
color: 'paragraph', | ||
gap: 'X2' | ||
@@ -43,8 +43,5 @@ }, | ||
}, | ||
notification: { | ||
extend: CountIndicator, | ||
props: { fontSize: 'X2' } | ||
} | ||
CountIndicator: {} | ||
} | ||
} | ||
} |
{ | ||
"name": "@symbo.ls/user", | ||
"version": "2.11.247", | ||
"version": "2.11.265", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "8d02fd2978b0ae207eab84fcb3f5e2be11351e61", | ||
"gitHead": "e96a45d1a191dbcd8ee2d02c969398821e1f446d", | ||
"source": "index.js", | ||
@@ -12,6 +12,6 @@ "dependencies": { | ||
"@symbo.ls/button": "latest", | ||
"@symbo.ls/hgroup": "latest", | ||
"@symbo.ls/indicator": "latest", | ||
"@symbo.ls/titleparagraph": "latest", | ||
"@symbo.ls/unitvalue": "latest" | ||
} | ||
} |
'use strict' | ||
import { Flex } from '@symbo.ls/atoms' | ||
import { TitleParagraph } from '@symbo.ls/titleparagraph' | ||
import { Hgroup } from '@symbo.ls/hgroup' | ||
import { AvatarIndicator } from '@symbo.ls/avatar' | ||
@@ -23,3 +23,3 @@ | ||
Notes: { | ||
extend: TitleParagraph, | ||
extend: Hgroup, | ||
props: { | ||
@@ -32,3 +32,2 @@ justifyContent: 'center', | ||
props: { | ||
fontSize: 'A1', | ||
fontWeight: '500' | ||
@@ -39,3 +38,3 @@ } | ||
props: { | ||
fontSize: 'Z', | ||
fontSize: 'Z1', | ||
alignItems: 'center' | ||
@@ -42,0 +41,0 @@ } |
@@ -19,3 +19,3 @@ 'use strict' | ||
gap: 'Y2', | ||
Avatar: { fontSize: 'A1' }, | ||
Avatar: { fontSize: 'A' }, | ||
Notes: { | ||
@@ -25,9 +25,6 @@ margin: 'W - - -', | ||
Title: { | ||
text: 'Group', | ||
fontSize: 'C1' | ||
text: 'Group' | ||
}, | ||
Paragraph: { | ||
text: 'Active now', | ||
fontSize: 'Y', | ||
padding: '- - - W1' | ||
text: 'Active now' | ||
} | ||
@@ -40,5 +37,5 @@ } | ||
...[ | ||
{ props: { Icon: { name: 'phone' } } }, | ||
{ props: { Icon: { name: 'video' } } }, | ||
{ props: { Icon: { name: 'moreHorizontal' } } } | ||
{ props: { icon: 'phone' } }, | ||
{ props: { icon: 'video' } }, | ||
{ props: { icon: 'moreHorizontal' } } | ||
] | ||
@@ -45,0 +42,0 @@ } |
@@ -32,4 +32,3 @@ 'use strict' | ||
props: { | ||
text: 'Wallet ID', | ||
fontSize: 'Y1' | ||
text: 'Wallet ID' | ||
} | ||
@@ -39,4 +38,3 @@ }, | ||
props: { | ||
text: '0xfb59...d862', | ||
fontSize: 'Y1' | ||
text: '0xfb59...d862' | ||
} | ||
@@ -47,3 +45,3 @@ } | ||
IconCommonButton: { | ||
IconFlexButton: { | ||
background: 'transparent', | ||
@@ -50,0 +48,0 @@ theme: null, |
@@ -29,3 +29,3 @@ 'use strict' | ||
text: 'Short ETH with up to 4x Leverage', | ||
fontSize: 'Y1' | ||
fontSize: 'Z1' | ||
} | ||
@@ -32,0 +32,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6119
230
+ Added@symbo.ls/hgroup@latest
+ Added@symbo.ls/hgroup@2.11.477(transitive)
- Removed@symbo.ls/titleparagraph@latest
- Removed@symbo.ls/titleparagraph@2.11.242(transitive)