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

@uswitch/trustyle.money-theme

Package Overview
Dependencies
Maintainers
23
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uswitch/trustyle.money-theme - npm Package Compare versions

Comparing version 0.5.3 to 0.5.6

4

package.json
{
"name": "@uswitch/trustyle.money-theme",
"version": "0.5.3",
"version": "0.5.6",
"license": "MIT",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {},
"gitHead": "37cb515c65c341eeee24b4d9197cae165c3a90eb"
"gitHead": "fe85bee5036123c383f0c844e7c975572ebdec86"
}

@@ -135,3 +135,6 @@ {

"experimental-text": "#29335C"
"experimental-text": "#29335C",
"button-secondary": "#34454E",
"button-secondary--hover": "#5D6A72",
"button-hollow--hover": "#FFF6E2"
},

@@ -442,10 +445,22 @@

"base": {
"fontSize": "md",
"fontWeight": "bold",
"border": "none",
"borderRadius": "50vh",
"paddingX": "lg",
":disabled": {
"opacity": "0.3",
"cursor": "not-allowed"
},
"btnSize": {
"large": {
"paddingX": "xl",
"paddingY": "base",
"fontSize": "md",
"height": 56
},
"small": {
"paddingX": 40,
"paddingY": 13,
"fontSize": "sm",
"height": "xl"
}
}

@@ -473,11 +488,11 @@ },

"color": "grey-0",
"backgroundColor": "secondary",
"backgroundColor": "button-secondary",
":hover:not(:disabled)": {
"backgroundColor": "secondary--dark"
"backgroundColor": "button-secondary--hover"
},
":focus": {
"backgroundColor": "secondary--dark"
"backgroundColor": "button-secondary--hover"
},
":active": {
"backgroundColor": "secondary--dark"
"backgroundColor": "button-secondary--hover"
}

@@ -484,0 +499,0 @@ }

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