@revolut/checkout
Advanced tools
Comparing version 1.1.15 to 1.1.16
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -66,2 +66,2 @@ # [RevolutCheckout.js](https://developer.revolut.com/docs/revolut-checkout-js/) | ||
--- | ||
© 2020 Revolut Ltd | ||
© 2023 Revolut Ltd |
@@ -29,3 +29,3 @@ import { MODE, LOCALES } from './constants'; | ||
size?: 'large' | 'small'; | ||
radius?: 'none' | 'small' | 'large'; | ||
radius?: 'none' | 'small' | 'large' | 'round'; | ||
variant?: 'dark' | 'light' | 'light-outlined'; | ||
@@ -326,2 +326,6 @@ action?: 'donate' | 'pay' | 'subscribe' | 'buy'; | ||
orderToken: string; | ||
style?: { | ||
border?: string; | ||
borderRadius?: string; | ||
}; | ||
} | ||
@@ -328,0 +332,0 @@ export interface UpsellModulePromotionalBannerInstance { |
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
52994
1105