@uswitch/trustyle.money-theme
Advanced tools
Comparing version 0.5.3 to 0.5.6
{ | ||
"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 @@ } |
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
31631
876