@symbo.ls/card
Advanced tools
35
index.js
@@ -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" | ||
} |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
4645
5.38%152
1.33%6
100%