@frontegg/types 5.66.1 → 5.67.1
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.
|
@@ -197,6 +197,11 @@ interface LoginBoxOptionalCommon {
|
|
|
197
197
|
* layous options for every button and element
|
|
198
198
|
*/
|
|
199
199
|
socialLogins?: SocialLoginsThemeOptions;
|
|
200
|
+
/**
|
|
201
|
+
* Option to customize login box back to login button by providing
|
|
202
|
+
* css style for every state (base, hover, focus, disabled, etc...)
|
|
203
|
+
*/
|
|
204
|
+
backToLoginStyle?: ExtendedCSSProperties;
|
|
200
205
|
}
|
|
201
206
|
export interface LoginBoxCommonTheme extends BaseTheme, LoginBoxOptionalCommon {
|
|
202
207
|
/**
|