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

@symbo.ls/button

Package Overview
Dependencies
Maintainers
5
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/button - npm Package Compare versions

Comparing version 2.11.221 to 2.11.231

69

index.js

@@ -73,14 +73,16 @@ 'use strict'

boxSize: 'fit-content',
padding: 'A A2',
round: 'Z2',
gap: 'Y2',
padding: 'Z2 A2',
round: 'Z1',
gap: 'X1',
position: 'relative'
},
Icon: {
props: { fontSize: 'C' }
props: { fontSize: 'B1' }
},
Caption: {
caption: {
props: {
text: 'Button',
lineHeight: '1em'
line_height: '1em',
fontSize: 'Z2',
letterSpacing: '.005em'
}

@@ -95,6 +97,6 @@ }

boxSize: 'fit-content fit-content',
padding: 'A',
background: 'gray3'
padding: 'Z2',
theme: 'tertiary'
},
Caption: null
caption: null
}

@@ -110,11 +112,12 @@

extend: Flex,
props: {
gap: 'Z2',
maxWidth: 'fit-content'
},
childExtend: {
extend: CommonButton,
props: {
minWidth: 'D2',
':first-child': {
background: 'transparent',
border: '1px solid #20202B'
},
':last-child': {
theme: 'transparent',
padding: '- Y1'
}

@@ -124,10 +127,5 @@ }

...[
{ Caption: { text: 'No' } },
{ Caption: { text: 'Yes' } }
],
props: {
gap: 'Z',
maxWidth: 'fit-content'
}
{ caption: { props: { text: 'No' } } },
{ caption: { props: { text: 'Yes' } } }
]
}

@@ -138,5 +136,5 @@

props: {
padding: 'A A1',
position: 'relative',
background: 'gray3',
theme: 'tertiary',
padding: 'Z2 A',
Icon: { name: 'smile' }

@@ -151,5 +149,4 @@ }

boxSize: 'fit-content fit-content',
padding: 'Z2 B Z2 A',
round: 'Z',
background: '#141416',
padding: 'Z1 A1 Z Z1',
theme: 'dialog',
color: 'white',

@@ -160,3 +157,3 @@ Icon: {

},
Caption: { text: 'All' }
caption: { text: 'All' }
}

@@ -168,15 +165,17 @@ }

props: {
gap: 'Z',
padding: 'Y1 Z',
round: 'Y2',
background: 'gray3'
gap: 'Y',
padding: 'Y',
round: 'Z1',
theme: 'dialog',
Icon: { fontSize: 'B1' }
},
Avatar: {
boxSize: 'A1 A1'
boxSize: 'A2+V1'
},
Caption: {
caption: {
text: 'ETH',
props: {
fontSize: 'Z1'
fontSize: 'Y1',
fontWeight: '400'
}

@@ -183,0 +182,0 @@ }

{
"name": "@symbo.ls/button",
"version": "2.11.221",
"version": "2.11.231",
"main": "index.js",
"license": "MIT",
"gitHead": "edd135dc40621879b35493003ab88891e407db03",
"gitHead": "5d29ff74b50f1feeeff85976496c4320fce96f71",
"dependencies": {

@@ -8,0 +8,0 @@ "@symbo.ls/atoms": "latest",

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