@frontegg/types
Advanced tools
Comparing version 4.16.0 to 4.16.1
{ | ||
"name": "@frontegg/types", | ||
"version": "4.16.0", | ||
"version": "4.16.1", | ||
"types": "index.d.ts", | ||
@@ -15,4 +15,4 @@ "author": "Frontegg LTD", | ||
"devDependencies": { | ||
"@frontegg/redux-store": "4.16.0" | ||
"@frontegg/redux-store": "4.16.1" | ||
} | ||
} |
import { Color, CSSProperties } from '../../Common'; | ||
export interface LoginBoxTheme { | ||
width: '28rem'; | ||
padding: '2rem 2rem'; | ||
border: 'none'; | ||
borderRadios: '9px'; | ||
shadow: ' 0 0 43px 7px rgba(0, 0, 0, 0.12)'; | ||
width: CSSProperties['width']; | ||
padding: CSSProperties['padding']; | ||
border: CSSProperties['border']; | ||
borderRadius: CSSProperties['borderRadius']; | ||
boxShadow: CSSProperties['boxShadow']; | ||
} | ||
@@ -9,0 +9,0 @@ export interface LoginSignupSwitchTheme { |
@@ -18,11 +18,11 @@ import { CSSProperties } from '../Common'; | ||
export interface LoginComponents extends AuthPage { | ||
preLogin: AuthPage; | ||
loginWithTwoFactor: AuthPage; | ||
loginWithPassword: AuthPage; | ||
recoverTwoFactor: AuthPage; | ||
redirectToSSO: AuthPage; | ||
forceTwoFactor: AuthPage; | ||
magicLinkPreLoginSuccess: AuthPage; | ||
magicLinkCallback: AuthPage; | ||
loginWithSSOFailed: AuthPage; | ||
preLogin?: AuthPage; | ||
loginWithTwoFactor?: AuthPage; | ||
loginWithPassword?: AuthPage; | ||
recoverTwoFactor?: AuthPage; | ||
redirectToSSO?: AuthPage; | ||
forceTwoFactor?: AuthPage; | ||
magicLinkPreLoginSuccess?: AuthPage; | ||
magicLinkCallback?: AuthPage; | ||
loginWithSSOFailed?: AuthPage; | ||
} | ||
@@ -34,8 +34,8 @@ interface LoginBoxThemeOptions extends AuthPage { | ||
interface InnerThemeOptions { | ||
adminPortal: BaseThemeOptions & { | ||
layout: { | ||
fullScreenMode: boolean; | ||
adminPortal?: BaseThemeOptions & { | ||
layout?: { | ||
fullScreenMode?: boolean; | ||
}; | ||
}; | ||
loginBox: LoginBoxThemeOptions; | ||
loginBox?: LoginBoxThemeOptions; | ||
} | ||
@@ -42,0 +42,0 @@ export interface BaseThemeOptions { |
@@ -25,2 +25,3 @@ import { CSSProperties, Color } from '../Common'; | ||
dark?: CSSProperties['color']; | ||
selected?: string; | ||
hover?: string; | ||
@@ -27,0 +28,0 @@ active?: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52190
1160
33
61
8
273