@symbo.ls/unitvalue
Advanced tools
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" | ||
} | ||
} |
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
1
2391
59
- Removed@symbo.ls/avatar@latest
- Removed@symbo.ls/button@latest
- Removed@symbo.ls/icon@latest
- Removed@symbo.ls/avatar@2.11.512(transitive)
- Removed@symbo.ls/button@2.11.512(transitive)
- Removed@symbo.ls/icon@2.11.512(transitive)
- Removed@symbo.ls/indicator@2.11.480(transitive)