@frontegg/types 5.60.0 → 6.0.1-alpha.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.
- package/CheckoutDialogOptions.d.ts +6 -6
- package/CheckoutDialogOptions.js +1 -0
- package/Common.d.ts +6 -6
- package/Common.js +1 -0
- package/ContextOptions.d.ts +31 -31
- package/ContextOptions.js +1 -0
- package/CustomComponents.d.ts +19 -19
- package/CustomComponents.js +1 -0
- package/FronteggAppInstance.d.ts +23 -23
- package/FronteggAppInstance.js +1 -0
- package/FronteggAppOptions.d.ts +76 -76
- package/FronteggAppOptions.js +1 -0
- package/FronteggMetadata.d.ts +88 -88
- package/FronteggMetadata.js +1 -0
- package/FronteggStoreOptions.d.ts +13 -13
- package/FronteggStoreOptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
- package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
- package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -275
- package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
- package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
- package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
- package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +29 -29
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -85
- package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
- package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
- package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
- package/Localizations/AdminPortalLocalizations/profile.js +1 -0
- package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
- package/Localizations/AdminPortalLocalizations/roles.js +1 -0
- package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/security.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
- package/Localizations/AdminPortalLocalizations/sso.js +1 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
- package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
- package/Localizations/AdminPortalLocalizations/users.js +1 -0
- package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
- package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
- package/Localizations/LocalizationOverrides.d.ts +21 -21
- package/Localizations/LocalizationOverrides.js +1 -0
- package/Localizations/LocalizationType.d.ts +45 -45
- package/Localizations/LocalizationType.js +1 -0
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
- package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
- package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
- package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
- package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
- package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
- package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
- package/Localizations/LoginBoxLocalization/index.js +11 -0
- package/Localizations/LoginBoxLocalization/login.d.ts +307 -307
- package/Localizations/LoginBoxLocalization/login.js +1 -0
- package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
- package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
- package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
- package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
- package/Localizations/LoginBoxLocalization/signup.js +1 -0
- package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
- package/Localizations/index.d.ts +4 -4
- package/Localizations/index.js +4 -0
- package/Localizations/package.json +6 -0
- package/Metadata/colorManipulator.d.ts +73 -73
- package/Metadata/colorManipulator.js +186 -0
- package/Metadata/getPalette.d.ts +3 -3
- package/Metadata/getPalette.js +58 -0
- package/Metadata/index.d.ts +15 -15
- package/Metadata/index.js +126 -0
- package/Metadata/package.json +6 -0
- package/PrivateOptions.d.ts +25 -25
- package/PrivateOptions.js +1 -0
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -84
- package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
- package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
- package/ThemeOptions/BreakpointsOptions.js +1 -0
- package/ThemeOptions/ComponentsOptions.d.ts +751 -751
- package/ThemeOptions/ComponentsOptions.js +2 -0
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -136
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
import { LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
|
-
import { ExtendedCSSProperties } from '../../Common';
|
|
3
|
-
import { CustomComponent } from '../ComponentsOptions';
|
|
4
|
-
interface TitleProps {
|
|
5
|
-
title: string;
|
|
6
|
-
}
|
|
7
|
-
export interface GoToLoginMessageProps {
|
|
8
|
-
goToLogin: () => void;
|
|
9
|
-
goToLoginMessage: string;
|
|
10
|
-
goToLoginButtonText: string;
|
|
11
|
-
}
|
|
12
|
-
export interface SignUpDisclaimerOptions {
|
|
13
|
-
hasCheckbox: boolean;
|
|
14
|
-
disclaimerContainerStyle?: ExtendedCSSProperties;
|
|
15
|
-
textStyle?: ExtendedCSSProperties;
|
|
16
|
-
checkBoxStyle?: {
|
|
17
|
-
unchecked?: {
|
|
18
|
-
base?: ExtendedCSSProperties;
|
|
19
|
-
hover?: ExtendedCSSProperties;
|
|
20
|
-
};
|
|
21
|
-
checked?: {
|
|
22
|
-
base?: ExtendedCSSProperties;
|
|
23
|
-
hover?: ExtendedCSSProperties;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
terms: {
|
|
27
|
-
enabled?: boolean;
|
|
28
|
-
linkStyle?: ExtendedCSSProperties;
|
|
29
|
-
};
|
|
30
|
-
privacy: {
|
|
31
|
-
enabled?: boolean;
|
|
32
|
-
linkStyle?: ExtendedCSSProperties;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
export interface SignupPageComponentsTheme {
|
|
36
|
-
/**
|
|
37
|
-
* Signup page title default is 'Account Sign Up'
|
|
38
|
-
* displayed in sign up screen when no tenant invitation token is active
|
|
39
|
-
* passing 'null' will hide the title
|
|
40
|
-
*/
|
|
41
|
-
accountTitle?: CustomComponent<TitleProps>;
|
|
42
|
-
/**
|
|
43
|
-
* Direct css style for Account Sign Up title
|
|
44
|
-
*/
|
|
45
|
-
accountTitleStyle?: ExtendedCSSProperties;
|
|
46
|
-
/**
|
|
47
|
-
* Signup page title default is 'User Sign Up'
|
|
48
|
-
* displayed in sign up screen when tenant invitation token is active
|
|
49
|
-
* passing 'null' will hide the title
|
|
50
|
-
*/
|
|
51
|
-
userTitle?: CustomComponent<TitleProps>;
|
|
52
|
-
/**
|
|
53
|
-
* Direct css style for User Sign Up title
|
|
54
|
-
*/
|
|
55
|
-
userTitleStyle?: ExtendedCSSProperties;
|
|
56
|
-
/**
|
|
57
|
-
* Login page container style
|
|
58
|
-
*/
|
|
59
|
-
containerStyle?: ExtendedCSSProperties;
|
|
60
|
-
/**
|
|
61
|
-
* Login page form container style
|
|
62
|
-
*/
|
|
63
|
-
formContainerStyle?: ExtendedCSSProperties;
|
|
64
|
-
/**
|
|
65
|
-
* Login page title default is 'Sign In'
|
|
66
|
-
* displayed in login screen (login with password, pre-login)
|
|
67
|
-
* passing 'null' will hide the title
|
|
68
|
-
*/
|
|
69
|
-
title?: CustomComponent<TitleProps>;
|
|
70
|
-
/**
|
|
71
|
-
* Direct css style for Login Page title
|
|
72
|
-
*/
|
|
73
|
-
titleStyle?: ExtendedCSSProperties;
|
|
74
|
-
/**
|
|
75
|
-
* Go to login component displayed under box title default is 'Already have an account?'
|
|
76
|
-
* displayed in login screen (login with password, pre-login)
|
|
77
|
-
* passing 'null' will hide the signup message
|
|
78
|
-
*/
|
|
79
|
-
loginMessage?: CustomComponent<GoToLoginMessageProps>;
|
|
80
|
-
/**
|
|
81
|
-
* Direct css style for 'Go to Login'
|
|
82
|
-
*/
|
|
83
|
-
loginMessageStyle?: ExtendedCSSProperties;
|
|
84
|
-
/**
|
|
85
|
-
* Disclaimer options
|
|
86
|
-
* on sign page can be displayed as mandatory checkbox or text info
|
|
87
|
-
*/
|
|
88
|
-
disclaimer?: SignUpDisclaimerOptions;
|
|
89
|
-
loginMessagePlacement?: 'box' | 'page';
|
|
90
|
-
}
|
|
91
|
-
export interface SignupPageThemeOptions extends LoginBoxCommonThemeOptions, SignupPageComponentsTheme {
|
|
92
|
-
}
|
|
93
|
-
export interface SignupPageTheme extends LoginBoxCommonTheme, SignupPageComponentsTheme {
|
|
94
|
-
}
|
|
95
|
-
export {};
|
|
1
|
+
import { LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
|
+
import { ExtendedCSSProperties } from '../../Common';
|
|
3
|
+
import { CustomComponent } from '../ComponentsOptions';
|
|
4
|
+
interface TitleProps {
|
|
5
|
+
title: string;
|
|
6
|
+
}
|
|
7
|
+
export interface GoToLoginMessageProps {
|
|
8
|
+
goToLogin: () => void;
|
|
9
|
+
goToLoginMessage: string;
|
|
10
|
+
goToLoginButtonText: string;
|
|
11
|
+
}
|
|
12
|
+
export interface SignUpDisclaimerOptions {
|
|
13
|
+
hasCheckbox: boolean;
|
|
14
|
+
disclaimerContainerStyle?: ExtendedCSSProperties;
|
|
15
|
+
textStyle?: ExtendedCSSProperties;
|
|
16
|
+
checkBoxStyle?: {
|
|
17
|
+
unchecked?: {
|
|
18
|
+
base?: ExtendedCSSProperties;
|
|
19
|
+
hover?: ExtendedCSSProperties;
|
|
20
|
+
};
|
|
21
|
+
checked?: {
|
|
22
|
+
base?: ExtendedCSSProperties;
|
|
23
|
+
hover?: ExtendedCSSProperties;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
terms: {
|
|
27
|
+
enabled?: boolean;
|
|
28
|
+
linkStyle?: ExtendedCSSProperties;
|
|
29
|
+
};
|
|
30
|
+
privacy: {
|
|
31
|
+
enabled?: boolean;
|
|
32
|
+
linkStyle?: ExtendedCSSProperties;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export interface SignupPageComponentsTheme {
|
|
36
|
+
/**
|
|
37
|
+
* Signup page title default is 'Account Sign Up'
|
|
38
|
+
* displayed in sign up screen when no tenant invitation token is active
|
|
39
|
+
* passing 'null' will hide the title
|
|
40
|
+
*/
|
|
41
|
+
accountTitle?: CustomComponent<TitleProps>;
|
|
42
|
+
/**
|
|
43
|
+
* Direct css style for Account Sign Up title
|
|
44
|
+
*/
|
|
45
|
+
accountTitleStyle?: ExtendedCSSProperties;
|
|
46
|
+
/**
|
|
47
|
+
* Signup page title default is 'User Sign Up'
|
|
48
|
+
* displayed in sign up screen when tenant invitation token is active
|
|
49
|
+
* passing 'null' will hide the title
|
|
50
|
+
*/
|
|
51
|
+
userTitle?: CustomComponent<TitleProps>;
|
|
52
|
+
/**
|
|
53
|
+
* Direct css style for User Sign Up title
|
|
54
|
+
*/
|
|
55
|
+
userTitleStyle?: ExtendedCSSProperties;
|
|
56
|
+
/**
|
|
57
|
+
* Login page container style
|
|
58
|
+
*/
|
|
59
|
+
containerStyle?: ExtendedCSSProperties;
|
|
60
|
+
/**
|
|
61
|
+
* Login page form container style
|
|
62
|
+
*/
|
|
63
|
+
formContainerStyle?: ExtendedCSSProperties;
|
|
64
|
+
/**
|
|
65
|
+
* Login page title default is 'Sign In'
|
|
66
|
+
* displayed in login screen (login with password, pre-login)
|
|
67
|
+
* passing 'null' will hide the title
|
|
68
|
+
*/
|
|
69
|
+
title?: CustomComponent<TitleProps>;
|
|
70
|
+
/**
|
|
71
|
+
* Direct css style for Login Page title
|
|
72
|
+
*/
|
|
73
|
+
titleStyle?: ExtendedCSSProperties;
|
|
74
|
+
/**
|
|
75
|
+
* Go to login component displayed under box title default is 'Already have an account?'
|
|
76
|
+
* displayed in login screen (login with password, pre-login)
|
|
77
|
+
* passing 'null' will hide the signup message
|
|
78
|
+
*/
|
|
79
|
+
loginMessage?: CustomComponent<GoToLoginMessageProps>;
|
|
80
|
+
/**
|
|
81
|
+
* Direct css style for 'Go to Login'
|
|
82
|
+
*/
|
|
83
|
+
loginMessageStyle?: ExtendedCSSProperties;
|
|
84
|
+
/**
|
|
85
|
+
* Disclaimer options
|
|
86
|
+
* on sign page can be displayed as mandatory checkbox or text info
|
|
87
|
+
*/
|
|
88
|
+
disclaimer?: SignUpDisclaimerOptions;
|
|
89
|
+
loginMessagePlacement?: 'box' | 'page';
|
|
90
|
+
}
|
|
91
|
+
export interface SignupPageThemeOptions extends LoginBoxCommonThemeOptions, SignupPageComponentsTheme {
|
|
92
|
+
}
|
|
93
|
+
export interface SignupPageTheme extends LoginBoxCommonTheme, SignupPageComponentsTheme {
|
|
94
|
+
}
|
|
95
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { ExtendedCSSProperties } from '../../Common';
|
|
2
|
-
import { BaseTheme, BaseThemeOptions, ButtonThemeOptions } from '../index';
|
|
3
|
-
export interface SocialLoginComponentKeyRender {
|
|
4
|
-
divider: {
|
|
5
|
-
text: string;
|
|
6
|
-
};
|
|
7
|
-
googleIcon: {};
|
|
8
|
-
microsoftIcon: {};
|
|
9
|
-
facebookIcon: {};
|
|
10
|
-
githubIcon: {};
|
|
11
|
-
}
|
|
12
|
-
export declare type SocialLoginCustomComponent<T extends keyof SocialLoginComponentKeyRender> = string | ((props?: SocialLoginComponentKeyRender[T]) => string | any);
|
|
13
|
-
export interface SocialLoginsLayoutBase {
|
|
14
|
-
placement?: 'bottom' | 'top';
|
|
15
|
-
stackedContainerStyle?: ExtendedCSSProperties;
|
|
16
|
-
stackedButtonsStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
17
|
-
mainButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
18
|
-
}
|
|
19
|
-
declare type SocialLoginTypes = 'google' | 'facebook' | 'microsoft' | 'github';
|
|
20
|
-
export interface SocialLoginsLayoutStacked extends SocialLoginsLayoutBase {
|
|
21
|
-
mode: 'stack';
|
|
22
|
-
mainButton?: SocialLoginTypes;
|
|
23
|
-
}
|
|
24
|
-
export declare type SocialLoginsLayoutEventually = SocialLoginsLayoutBase & {
|
|
25
|
-
mode: 'eventually';
|
|
26
|
-
};
|
|
27
|
-
export declare type SocialLoginsLayout = SocialLoginsLayoutStacked | SocialLoginsLayoutEventually;
|
|
28
|
-
export interface SocialLoginsCustomComponents {
|
|
29
|
-
divider?: SocialLoginCustomComponent<'divider'>;
|
|
30
|
-
dividerStyle?: ExtendedCSSProperties;
|
|
31
|
-
dividerTextStyle?: ExtendedCSSProperties;
|
|
32
|
-
}
|
|
33
|
-
export interface SocialLoginsThemeOptions extends BaseThemeOptions, SocialLoginsCustomComponents {
|
|
34
|
-
socialLoginsLayout?: SocialLoginsLayout;
|
|
35
|
-
containerStyle?: ExtendedCSSProperties;
|
|
36
|
-
buttonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
37
|
-
iconsOnly?: boolean;
|
|
38
|
-
googleIcon?: SocialLoginCustomComponent<'googleIcon'>;
|
|
39
|
-
googleButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
40
|
-
microsoftIcon?: SocialLoginCustomComponent<'microsoftIcon'>;
|
|
41
|
-
microsoftButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
42
|
-
facebookIcon?: SocialLoginCustomComponent<'facebookIcon'>;
|
|
43
|
-
facebookButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
44
|
-
githubIcon?: SocialLoginCustomComponent<'githubIcon'>;
|
|
45
|
-
githubButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
46
|
-
}
|
|
47
|
-
export interface SocialLoginsTheme extends BaseTheme {
|
|
48
|
-
socialLoginsLayout?: SocialLoginsLayout;
|
|
49
|
-
dividerStyle?: ExtendedCSSProperties;
|
|
50
|
-
dividerTextStyle?: ExtendedCSSProperties;
|
|
51
|
-
divider?: SocialLoginCustomComponent<'divider'>;
|
|
52
|
-
containerStyle?: ExtendedCSSProperties;
|
|
53
|
-
buttonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
54
|
-
iconsOnly?: boolean;
|
|
55
|
-
googleIcon?: SocialLoginCustomComponent<'googleIcon'>;
|
|
56
|
-
googleButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
57
|
-
microsoftIcon?: SocialLoginCustomComponent<'microsoftIcon'>;
|
|
58
|
-
microsoftButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
59
|
-
facebookIcon?: SocialLoginCustomComponent<'facebookIcon'>;
|
|
60
|
-
facebookButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
61
|
-
githubIcon?: SocialLoginCustomComponent<'githubIcon'>;
|
|
62
|
-
githubButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
63
|
-
}
|
|
64
|
-
export {};
|
|
1
|
+
import { ExtendedCSSProperties } from '../../Common';
|
|
2
|
+
import { BaseTheme, BaseThemeOptions, ButtonThemeOptions } from '../index';
|
|
3
|
+
export interface SocialLoginComponentKeyRender {
|
|
4
|
+
divider: {
|
|
5
|
+
text: string;
|
|
6
|
+
};
|
|
7
|
+
googleIcon: {};
|
|
8
|
+
microsoftIcon: {};
|
|
9
|
+
facebookIcon: {};
|
|
10
|
+
githubIcon: {};
|
|
11
|
+
}
|
|
12
|
+
export declare type SocialLoginCustomComponent<T extends keyof SocialLoginComponentKeyRender> = string | ((props?: SocialLoginComponentKeyRender[T]) => string | any);
|
|
13
|
+
export interface SocialLoginsLayoutBase {
|
|
14
|
+
placement?: 'bottom' | 'top';
|
|
15
|
+
stackedContainerStyle?: ExtendedCSSProperties;
|
|
16
|
+
stackedButtonsStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
17
|
+
mainButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
18
|
+
}
|
|
19
|
+
declare type SocialLoginTypes = 'google' | 'facebook' | 'microsoft' | 'github';
|
|
20
|
+
export interface SocialLoginsLayoutStacked extends SocialLoginsLayoutBase {
|
|
21
|
+
mode: 'stack';
|
|
22
|
+
mainButton?: SocialLoginTypes;
|
|
23
|
+
}
|
|
24
|
+
export declare type SocialLoginsLayoutEventually = SocialLoginsLayoutBase & {
|
|
25
|
+
mode: 'eventually';
|
|
26
|
+
};
|
|
27
|
+
export declare type SocialLoginsLayout = SocialLoginsLayoutStacked | SocialLoginsLayoutEventually;
|
|
28
|
+
export interface SocialLoginsCustomComponents {
|
|
29
|
+
divider?: SocialLoginCustomComponent<'divider'>;
|
|
30
|
+
dividerStyle?: ExtendedCSSProperties;
|
|
31
|
+
dividerTextStyle?: ExtendedCSSProperties;
|
|
32
|
+
}
|
|
33
|
+
export interface SocialLoginsThemeOptions extends BaseThemeOptions, SocialLoginsCustomComponents {
|
|
34
|
+
socialLoginsLayout?: SocialLoginsLayout;
|
|
35
|
+
containerStyle?: ExtendedCSSProperties;
|
|
36
|
+
buttonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
37
|
+
iconsOnly?: boolean;
|
|
38
|
+
googleIcon?: SocialLoginCustomComponent<'googleIcon'>;
|
|
39
|
+
googleButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
40
|
+
microsoftIcon?: SocialLoginCustomComponent<'microsoftIcon'>;
|
|
41
|
+
microsoftButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
42
|
+
facebookIcon?: SocialLoginCustomComponent<'facebookIcon'>;
|
|
43
|
+
facebookButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
44
|
+
githubIcon?: SocialLoginCustomComponent<'githubIcon'>;
|
|
45
|
+
githubButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
46
|
+
}
|
|
47
|
+
export interface SocialLoginsTheme extends BaseTheme {
|
|
48
|
+
socialLoginsLayout?: SocialLoginsLayout;
|
|
49
|
+
dividerStyle?: ExtendedCSSProperties;
|
|
50
|
+
dividerTextStyle?: ExtendedCSSProperties;
|
|
51
|
+
divider?: SocialLoginCustomComponent<'divider'>;
|
|
52
|
+
containerStyle?: ExtendedCSSProperties;
|
|
53
|
+
buttonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
54
|
+
iconsOnly?: boolean;
|
|
55
|
+
googleIcon?: SocialLoginCustomComponent<'googleIcon'>;
|
|
56
|
+
googleButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
57
|
+
microsoftIcon?: SocialLoginCustomComponent<'microsoftIcon'>;
|
|
58
|
+
microsoftButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
59
|
+
facebookIcon?: SocialLoginCustomComponent<'facebookIcon'>;
|
|
60
|
+
facebookButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
61
|
+
githubIcon?: SocialLoginCustomComponent<'githubIcon'>;
|
|
62
|
+
githubButtonStyle?: Omit<ButtonThemeOptions, 'disabled'>;
|
|
63
|
+
}
|
|
64
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { AcceptInvitationPageTheme, AcceptInvitationPageThemeOptions } from './AcceptInvitationTheme';
|
|
2
|
-
import { ActivateAccountPageTheme, ActivateAccountPageThemeOptions } from './ActivateAccountPageTheme';
|
|
3
|
-
import { BaseThemeOptions, LoginBoxCommonTheme, LoginBoxCommonThemeOptions, SignupPageThemeOptions, SocialLoginsTheme } from '../index';
|
|
4
|
-
import { CSSProperties, ExtendedCSSProperties } from '../../Common';
|
|
5
|
-
import { AuthPageCustomComponents } from '../../CustomComponents';
|
|
6
|
-
import { ForgotPasswordPageTheme, ForgotPasswordPageThemeOptions } from './ForgotPasswordTheme';
|
|
7
|
-
import { ResetPasswordPageTheme, ResetPasswordPageThemeOptions } from './ResetPasswordTheme';
|
|
8
|
-
import { LoginPageTheme, LoginPageThemeOptions } from './LoginPageTheme';
|
|
9
|
-
import { LoaderTheme, LoaderThemeOptions } from './LoaderTheme';
|
|
10
|
-
import { SignupPageTheme } from './SignupPageTheme';
|
|
11
|
-
import { ResetPhoneNumberPageTheme, ResetPhoneNumberPageThemeOptions } from './ResetPhoneNumberTheme';
|
|
12
|
-
export * from './LoginBoxCommon';
|
|
13
|
-
export * from './LoginPageTheme';
|
|
14
|
-
export * from './SignupPageTheme';
|
|
15
|
-
export * from './CustomLoginComponents';
|
|
16
|
-
export * from './SocialLoginsTheme';
|
|
17
|
-
export * from './ForgotPasswordTheme';
|
|
18
|
-
export * from './ResetPhoneNumberTheme';
|
|
19
|
-
export * from './ResetPasswordTheme';
|
|
20
|
-
export * from './ActivateAccountPageTheme';
|
|
21
|
-
export * from './AcceptInvitationTheme';
|
|
22
|
-
export interface AuthPageThemeOptions extends BaseThemeOptions, AuthPageCustomComponents {
|
|
23
|
-
style?: ExtendedCSSProperties;
|
|
24
|
-
layout?: {
|
|
25
|
-
width?: CSSProperties['width'];
|
|
26
|
-
marginLeft?: CSSProperties['marginLeft'];
|
|
27
|
-
outerCustomBackground?: any;
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
export interface LoginBoxThemeOptions extends LoginBoxCommonThemeOptions {
|
|
31
|
-
themeName?: 'classic' | 'modern' | 'vivid' | 'dark' | 'modernV2' | 'darkV2' | 'classicV2' | 'vividV2';
|
|
32
|
-
poweredByPlacement?: 'box' | 'page' | 'leftBottomCorner';
|
|
33
|
-
acceptInvitation?: AcceptInvitationPageThemeOptions;
|
|
34
|
-
activateAccount?: ActivateAccountPageThemeOptions;
|
|
35
|
-
forgotPassword?: ForgotPasswordPageThemeOptions;
|
|
36
|
-
resetPhoneNumber?: ResetPhoneNumberPageThemeOptions;
|
|
37
|
-
resetPassword?: ResetPasswordPageThemeOptions;
|
|
38
|
-
login?: LoginPageThemeOptions;
|
|
39
|
-
signup?: SignupPageThemeOptions;
|
|
40
|
-
loader?: LoaderThemeOptions;
|
|
41
|
-
}
|
|
42
|
-
export interface LoginBoxTheme extends LoginBoxCommonTheme {
|
|
43
|
-
themeName: 'classic' | 'modern' | 'vivid' | 'dark' | 'modernV2' | 'darkV2' | 'classicV2' | 'vividV2';
|
|
44
|
-
acceptInvitation: AcceptInvitationPageTheme;
|
|
45
|
-
activateAccount: ActivateAccountPageTheme;
|
|
46
|
-
forgotPassword: ForgotPasswordPageTheme;
|
|
47
|
-
resetPhoneNumber: ResetPhoneNumberPageTheme;
|
|
48
|
-
resetPassword: ResetPasswordPageTheme;
|
|
49
|
-
login: LoginPageTheme;
|
|
50
|
-
signup: SignupPageTheme;
|
|
51
|
-
socialLogins: SocialLoginsTheme;
|
|
52
|
-
loader: LoaderTheme;
|
|
53
|
-
}
|
|
1
|
+
import { AcceptInvitationPageTheme, AcceptInvitationPageThemeOptions } from './AcceptInvitationTheme';
|
|
2
|
+
import { ActivateAccountPageTheme, ActivateAccountPageThemeOptions } from './ActivateAccountPageTheme';
|
|
3
|
+
import { BaseThemeOptions, LoginBoxCommonTheme, LoginBoxCommonThemeOptions, SignupPageThemeOptions, SocialLoginsTheme } from '../index';
|
|
4
|
+
import { CSSProperties, ExtendedCSSProperties } from '../../Common';
|
|
5
|
+
import { AuthPageCustomComponents } from '../../CustomComponents';
|
|
6
|
+
import { ForgotPasswordPageTheme, ForgotPasswordPageThemeOptions } from './ForgotPasswordTheme';
|
|
7
|
+
import { ResetPasswordPageTheme, ResetPasswordPageThemeOptions } from './ResetPasswordTheme';
|
|
8
|
+
import { LoginPageTheme, LoginPageThemeOptions } from './LoginPageTheme';
|
|
9
|
+
import { LoaderTheme, LoaderThemeOptions } from './LoaderTheme';
|
|
10
|
+
import { SignupPageTheme } from './SignupPageTheme';
|
|
11
|
+
import { ResetPhoneNumberPageTheme, ResetPhoneNumberPageThemeOptions } from './ResetPhoneNumberTheme';
|
|
12
|
+
export * from './LoginBoxCommon';
|
|
13
|
+
export * from './LoginPageTheme';
|
|
14
|
+
export * from './SignupPageTheme';
|
|
15
|
+
export * from './CustomLoginComponents';
|
|
16
|
+
export * from './SocialLoginsTheme';
|
|
17
|
+
export * from './ForgotPasswordTheme';
|
|
18
|
+
export * from './ResetPhoneNumberTheme';
|
|
19
|
+
export * from './ResetPasswordTheme';
|
|
20
|
+
export * from './ActivateAccountPageTheme';
|
|
21
|
+
export * from './AcceptInvitationTheme';
|
|
22
|
+
export interface AuthPageThemeOptions extends BaseThemeOptions, AuthPageCustomComponents {
|
|
23
|
+
style?: ExtendedCSSProperties;
|
|
24
|
+
layout?: {
|
|
25
|
+
width?: CSSProperties['width'];
|
|
26
|
+
marginLeft?: CSSProperties['marginLeft'];
|
|
27
|
+
outerCustomBackground?: any;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export interface LoginBoxThemeOptions extends LoginBoxCommonThemeOptions {
|
|
31
|
+
themeName?: 'classic' | 'modern' | 'vivid' | 'dark' | 'modernV2' | 'darkV2' | 'classicV2' | 'vividV2';
|
|
32
|
+
poweredByPlacement?: 'box' | 'page' | 'leftBottomCorner';
|
|
33
|
+
acceptInvitation?: AcceptInvitationPageThemeOptions;
|
|
34
|
+
activateAccount?: ActivateAccountPageThemeOptions;
|
|
35
|
+
forgotPassword?: ForgotPasswordPageThemeOptions;
|
|
36
|
+
resetPhoneNumber?: ResetPhoneNumberPageThemeOptions;
|
|
37
|
+
resetPassword?: ResetPasswordPageThemeOptions;
|
|
38
|
+
login?: LoginPageThemeOptions;
|
|
39
|
+
signup?: SignupPageThemeOptions;
|
|
40
|
+
loader?: LoaderThemeOptions;
|
|
41
|
+
}
|
|
42
|
+
export interface LoginBoxTheme extends LoginBoxCommonTheme {
|
|
43
|
+
themeName: 'classic' | 'modern' | 'vivid' | 'dark' | 'modernV2' | 'darkV2' | 'classicV2' | 'vividV2';
|
|
44
|
+
acceptInvitation: AcceptInvitationPageTheme;
|
|
45
|
+
activateAccount: ActivateAccountPageTheme;
|
|
46
|
+
forgotPassword: ForgotPasswordPageTheme;
|
|
47
|
+
resetPhoneNumber: ResetPhoneNumberPageTheme;
|
|
48
|
+
resetPassword: ResetPasswordPageTheme;
|
|
49
|
+
login: LoginPageTheme;
|
|
50
|
+
signup: SignupPageTheme;
|
|
51
|
+
socialLogins: SocialLoginsTheme;
|
|
52
|
+
loader: LoaderTheme;
|
|
53
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './LoginBoxCommon';
|
|
2
|
+
export * from './LoginPageTheme';
|
|
3
|
+
export * from './SignupPageTheme';
|
|
4
|
+
export * from './CustomLoginComponents';
|
|
5
|
+
export * from './SocialLoginsTheme';
|
|
6
|
+
export * from './ForgotPasswordTheme';
|
|
7
|
+
export * from './ResetPhoneNumberTheme';
|
|
8
|
+
export * from './ResetPasswordTheme';
|
|
9
|
+
export * from './ActivateAccountPageTheme';
|
|
10
|
+
export * from './AcceptInvitationTheme';
|
|
11
|
+
export {};
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import { BaseThemeOptions } from './index';
|
|
2
|
-
import { CSSProperties } from '../Common';
|
|
3
|
-
import { AuthPageCustomComponents } from '../CustomComponents';
|
|
4
|
-
export interface SocialLoginButton extends BaseThemeOptions {
|
|
5
|
-
icon?: any;
|
|
6
|
-
background?: CSSProperties['background'];
|
|
7
|
-
default: {
|
|
8
|
-
color?: CSSProperties['color'];
|
|
9
|
-
};
|
|
10
|
-
hover: {
|
|
11
|
-
color?: CSSProperties['color'];
|
|
12
|
-
background?: CSSProperties['background'];
|
|
13
|
-
};
|
|
14
|
-
selected: {
|
|
15
|
-
color?: CSSProperties['color'];
|
|
16
|
-
background?: CSSProperties['background'];
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
export declare type SocialLoginTypes = 'google' | 'gitHub' | 'facebook' | 'microsoft';
|
|
20
|
-
export declare type SocialLogins = BaseThemeOptions & {
|
|
21
|
-
rowLayout?: boolean;
|
|
22
|
-
iconWidth?: string;
|
|
23
|
-
} & Record<SocialLoginTypes, SocialLoginButton>;
|
|
24
|
-
export interface AuthPageThemeOptions extends BaseThemeOptions, AuthPageCustomComponents {
|
|
25
|
-
style?: CSSProperties & {
|
|
26
|
-
[k in string]: CSSProperties;
|
|
27
|
-
};
|
|
28
|
-
layout?: {
|
|
29
|
-
width?: CSSProperties['width'];
|
|
30
|
-
marginLeft?: CSSProperties['marginLeft'];
|
|
31
|
-
outerCustomBackground?: any;
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
export interface LoginFormThemeOptions extends AuthPageThemeOptions {
|
|
35
|
-
footer?: any;
|
|
36
|
-
preLogin?: AuthPageThemeOptions;
|
|
37
|
-
loginWithTowFactor?: AuthPageThemeOptions;
|
|
38
|
-
loginWIthPassword?: AuthPageThemeOptions;
|
|
39
|
-
recoverTowFactor?: AuthPageThemeOptions;
|
|
40
|
-
loginSuccessRedirect?: AuthPageThemeOptions;
|
|
41
|
-
magicLinkPreSuccess?: AuthPageThemeOptions;
|
|
42
|
-
sso?: AuthPageThemeOptions;
|
|
43
|
-
redirectSso?: AuthPageThemeOptions;
|
|
44
|
-
loginWithSsoFailed?: AuthPageThemeOptions;
|
|
45
|
-
forceEnrollMfa?: AuthPageThemeOptions;
|
|
46
|
-
}
|
|
1
|
+
import { BaseThemeOptions } from './index';
|
|
2
|
+
import { CSSProperties } from '../Common';
|
|
3
|
+
import { AuthPageCustomComponents } from '../CustomComponents';
|
|
4
|
+
export interface SocialLoginButton extends BaseThemeOptions {
|
|
5
|
+
icon?: any;
|
|
6
|
+
background?: CSSProperties['background'];
|
|
7
|
+
default: {
|
|
8
|
+
color?: CSSProperties['color'];
|
|
9
|
+
};
|
|
10
|
+
hover: {
|
|
11
|
+
color?: CSSProperties['color'];
|
|
12
|
+
background?: CSSProperties['background'];
|
|
13
|
+
};
|
|
14
|
+
selected: {
|
|
15
|
+
color?: CSSProperties['color'];
|
|
16
|
+
background?: CSSProperties['background'];
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export declare type SocialLoginTypes = 'google' | 'gitHub' | 'facebook' | 'microsoft';
|
|
20
|
+
export declare type SocialLogins = BaseThemeOptions & {
|
|
21
|
+
rowLayout?: boolean;
|
|
22
|
+
iconWidth?: string;
|
|
23
|
+
} & Record<SocialLoginTypes, SocialLoginButton>;
|
|
24
|
+
export interface AuthPageThemeOptions extends BaseThemeOptions, AuthPageCustomComponents {
|
|
25
|
+
style?: CSSProperties & {
|
|
26
|
+
[k in string]: CSSProperties;
|
|
27
|
+
};
|
|
28
|
+
layout?: {
|
|
29
|
+
width?: CSSProperties['width'];
|
|
30
|
+
marginLeft?: CSSProperties['marginLeft'];
|
|
31
|
+
outerCustomBackground?: any;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export interface LoginFormThemeOptions extends AuthPageThemeOptions {
|
|
35
|
+
footer?: any;
|
|
36
|
+
preLogin?: AuthPageThemeOptions;
|
|
37
|
+
loginWithTowFactor?: AuthPageThemeOptions;
|
|
38
|
+
loginWIthPassword?: AuthPageThemeOptions;
|
|
39
|
+
recoverTowFactor?: AuthPageThemeOptions;
|
|
40
|
+
loginSuccessRedirect?: AuthPageThemeOptions;
|
|
41
|
+
magicLinkPreSuccess?: AuthPageThemeOptions;
|
|
42
|
+
sso?: AuthPageThemeOptions;
|
|
43
|
+
redirectSso?: AuthPageThemeOptions;
|
|
44
|
+
loginWithSsoFailed?: AuthPageThemeOptions;
|
|
45
|
+
forceEnrollMfa?: AuthPageThemeOptions;
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|