Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@symbo.ls/user

Package Overview
Dependencies
Maintainers
5
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/user - npm Package Compare versions

Comparing version 2.11.247 to 2.11.265

9

ChatUser.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc