@revolut/checkout
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@revolut/checkout", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "RevolutCheckout.js as npm module", | ||
@@ -5,0 +5,0 @@ "author": "John Grishin <hi@johngrish.in>", |
@@ -22,4 +22,6 @@ import { MODE } from './constants'; | ||
export declare type ButtonStyleOptions = { | ||
variant?: 'dark' | 'light' | 'auto'; | ||
size?: 'large' | 'small'; | ||
radius?: 'none' | 'small' | 'large'; | ||
variant?: 'dark' | 'light' | 'light-outlined'; | ||
action?: 'donate' | 'pay' | 'subscribe' | 'buy'; | ||
}; | ||
@@ -26,0 +28,0 @@ export interface Address { |
23149
365