🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@symbo.ls/card

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbo.ls/card - npm Package Compare versions

Comparing version

to
2.11.162

@@ -5,3 +5,4 @@ 'use strict'

import { InfoSet } from '@symbo.ls/infoset'
import { Button } from '@symbo.ls/button'
import { Label } from '@symbo.ls/label'
// import { BalancesIndicator } from '@symbo.ls/accessories'

@@ -11,5 +12,5 @@ export const AmountWithLabel = {

amount: { props: { text: '240.59' } },
CardLabel: {
text: '-0.25%'
label: {
extend: Label,
props: { text: '-0.25%' }
},

@@ -35,4 +36,10 @@

round: 'Z+V',
// theme: 'secondary',
// theme: 'secondary @dark .color-only',
// childProps: {
// theme: 'secondary .child'
// }
gap: 'Y',
style: { background: 'linear-gradient(to right, rgba(4, 116, 242, 1), rgba(0, 48, 103, 1))' },
'@dark': { theme: 'primary @dark .gradient' },
'@light': { theme: 'primary @light .gradient' },
childProps: {

@@ -87,10 +94,5 @@ alignItems: 'center',

extend: Card,
Heading: {
props: {},
Title: {
text: 'From',
color: 'rgba(163, 163, 168, 1)',
fontWeight: '400'
},
BalancesIndicator: {},
heading: {
title: { props: { text: 'From' } },
// balance: { extend: BalancesIndicator },
icon: null

@@ -135,5 +137,4 @@ },

footer: {
extend: Button,
props: { text: 'Convert' }
Button: {
text: 'Convert'
},

@@ -160,3 +161,3 @@

minWidth: 'G+D',
background: 'black '
background: 'black'
}

@@ -163,0 +164,0 @@ },

{
"name": "@symbo.ls/card",
"version": "2.11.160",
"version": "2.11.162",
"main": "index.js",
"license": "MIT",
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a",
"source": "index.js",
"gitHead": "fe3359a1d6c14d38f45f5e5db10ef2056947a228",
"dependencies": {
"@symbo.ls/atoms": "latest",
"@symbo.ls/avatar": "latest",
"@symbo.ls/button": "latest",
"@symbo.ls/icon": "latest",
"@symbo.ls/infoset": "latest"
}
"@symbo.ls/infoset": "latest",
"@symbo.ls/label": "latest"
},
"source": "index.js"
}