@heliofi/checkout-react
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -12,2 +12,12 @@ declare interface CustomTextsInterface { | ||
declare enum EmbedPaymentType { | ||
PAYLINK = "paylink", | ||
PAYSTREAM = "paystream" | ||
} | ||
declare enum EmbedThemeMode { | ||
LIGHT = "light", | ||
DARK = "dark" | ||
} | ||
export declare const HelioCheckout: (props: HelioCheckoutReactProps) => JSX.Element; | ||
@@ -26,3 +36,3 @@ | ||
theme?: HelioEmbedTheme; | ||
paymentType?: 'PAYLINK' | 'PAYSTREAM'; | ||
paymentType?: EmbedPaymentType; | ||
display?: DisplayType; | ||
@@ -51,3 +61,3 @@ amount?: string; | ||
declare interface HelioEmbedTheme { | ||
themeMode: ThemeMode; | ||
themeMode: EmbedThemeMode; | ||
colors: { | ||
@@ -67,7 +77,2 @@ primaryButtonBackground: string; | ||
declare enum ThemeMode { | ||
LIGHT = "LightMode", | ||
DARK = "DarkMode" | ||
} | ||
export { } |
{ | ||
"name": "@heliofi/checkout-react", | ||
"private": false, | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "scripts": { |
42279
832