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

@symbo.ls/unitvalue

Package Overview
Dependencies
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/unitvalue - npm Package Compare versions

Comparing version 2.11.160 to 2.11.162

72

index.js

@@ -7,5 +7,2 @@ 'use strict'

extend: Flex,
value: { props: { text: '72' } },
unit: { props: { text: '%' } },
props: {

@@ -16,3 +13,6 @@ color: '#818186',

fontSize: 'Z'
}
},
Value: { props: { text: '72' } },
Unit: { props: { text: '%' } }
}

@@ -22,51 +22,51 @@

extend: Flex,
unitValue1: {
extend: UnitValue,
value: { props: { text: '72' } },
unit: { props: { text: '%' } }
props: {
align: 'center flex-start',
gap: 'Y'
},
dot: {},
unitValue2: {
extend: UnitValue,
value: { props: { text: '2' } },
unit: { props: { text: 'Second left' } }
UnitValue: {
Value: { text: '72' },
Unit: { text: '%' }
},
props: {
align: 'center flex-start',
gap: 'Y',
dot: {
dot: {
props: {
boxSize: 'W W',
round: '100%',
background: '#A3A3A8'
},
unitValue2: { gap: 'X+W' }
}
},
UnitValue2: {
extend: UnitValue,
props: { gap: 'X+W' },
Value: { text: '2' },
Unit: { text: 'Second left' }
}
}
export const UnitValueWithtitle = {
export const UnitValueWithTitle = {
extend: Flex,
title: {
tag: 'caption',
props: { text: 'balance:' }
props: {
align: 'center flex-start',
gap: 'Y'
},
unitValue: {
extend: UnitValue,
value: { props: { text: '0' } },
unit: { props: { text: 'bnb' } }
},
props: {
align: 'center flex-start',
gap: 'Y',
title: {
Title: {
tag: 'caption',
props: {
text: 'balance:',
fontSize: 'Z',
textTransform: 'capitalize',
color: '#A3A3A8'
},
unitValue: {
textTransform: 'uppercase',
gap: 'Y'
}
},
UnitValue: {
textTransform: 'uppercase',
gap: 'Y',
Value: { text: '0' },
Unit: { text: 'bnb' }
}
}
{
"name": "@symbo.ls/unitvalue",
"version": "2.11.160",
"version": "2.11.162",
"main": "index.js",
"license": "MIT",
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a",
"gitHead": "fe3359a1d6c14d38f45f5e5db10ef2056947a228",
"source": "index.js",
"dependencies": {
"@symbo.ls/atoms": "latest",
"@symbo.ls/avatar": "latest",
"@symbo.ls/button": "latest",
"@symbo.ls/icon": "latest"
"@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