Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontegg/types

Package Overview
Dependencies
Maintainers
1
Versions
925
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontegg/types - npm Package Compare versions

Comparing version 4.16.0 to 4.16.1

4

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc