@heliofi/checkout-react 2.3.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,6 +28,7 @@ export declare const HelioCheckout: (props: HelioCheckoutReactProps) => JSX.Elem
|
|
|
28
28
|
additionalJSON?: Json;
|
|
29
29
|
primaryColor?: string;
|
|
30
30
|
neutralColor?: string;
|
|
31
|
+
backgroundColor?: string;
|
|
31
32
|
showPayWithCard?: boolean;
|
|
32
33
|
onSuccess?: (event: {
|
|
33
34
|
data: unknown;
|
|
@@ -54,21 +55,35 @@ export declare const HelioCheckout: (props: HelioCheckoutReactProps) => JSX.Elem
|
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
themeMode: EmbedThemeMode;
|
|
58
|
+
dropShadow?: boolean;
|
|
57
59
|
colors?: {
|
|
60
|
+
/** @deprecated - for internal use only */
|
|
58
61
|
primaryButtonBackground?: string;
|
|
59
62
|
/** @deprecated - for internal use only */
|
|
60
63
|
primaryButtonBackgroundHover?: string;
|
|
64
|
+
/** @deprecated - for internal use only */
|
|
61
65
|
primaryButtonText?: string;
|
|
66
|
+
/** @deprecated - for internal use only */
|
|
62
67
|
backgroundLoadingModal?: string;
|
|
68
|
+
/** @deprecated - for internal use only */
|
|
63
69
|
backgroundPrimary?: string;
|
|
70
|
+
/** @deprecated - for internal use only */
|
|
64
71
|
textPriceBanner?: string;
|
|
72
|
+
/** @deprecated - for internal use only */
|
|
65
73
|
backgroundContainer?: string;
|
|
74
|
+
/** @deprecated - for internal use only */
|
|
66
75
|
backgroundSecondary?: string;
|
|
76
|
+
/** @deprecated - for internal use only */
|
|
67
77
|
primaryButtonShadow?: string;
|
|
68
78
|
/** @deprecated - for internal use only */
|
|
79
|
+
backgroundDashboard?: string;
|
|
80
|
+
/** @deprecated - for internal use only */
|
|
69
81
|
shadowPrimaryGray?: string;
|
|
82
|
+
/** @deprecated - for internal use only */
|
|
70
83
|
shadowWalletButton?: string;
|
|
84
|
+
/** @deprecated - for internal use only */
|
|
71
85
|
textLabel?: string;
|
|
86
|
+
/** @deprecated - for internal use only */
|
|
72
87
|
iconFillColor?: string;
|
|
73
88
|
};
|
|
74
89
|
}
|