@stripe/stripe-js
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@stripe/stripe-js", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Stripe.js loading utility", | ||
@@ -5,0 +5,0 @@ "main": "dist/stripe.js", |
@@ -50,2 +50,13 @@ ///<reference path='./base.d.ts' /> | ||
disabled?: boolean; | ||
/** | ||
* Show a card brand icon in the Element. | ||
* Default is `false`. | ||
*/ | ||
showIcon?: boolean; | ||
/** | ||
* Appearance of the brand icon in the Element. | ||
*/ | ||
iconStyle?: 'default' | 'solid'; | ||
} | ||
@@ -52,0 +63,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
168805
4204