@frontegg/types
Advanced tools
Comparing version 5.18.1 to 5.18.2
{ | ||
"name": "@frontegg/types", | ||
"version": "5.18.1", | ||
"version": "5.18.2", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index'; | ||
import { ExtendedCSSProperties } from '../../Common'; | ||
import { ReactNode } from 'react'; | ||
interface TitleProps { | ||
@@ -8,3 +7,3 @@ title: string; | ||
interface MessageProps { | ||
message: ReactNode; | ||
message: string; | ||
} | ||
@@ -11,0 +10,0 @@ interface ActivateAccountComponentsTheme { |
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index'; | ||
import { ExtendedCSSProperties } from '../../Common'; | ||
import { ReactNode } from 'react'; | ||
interface TitleProps { | ||
@@ -8,3 +7,3 @@ title: string; | ||
interface MessageProps { | ||
message: ReactNode; | ||
message: string; | ||
} | ||
@@ -11,0 +10,0 @@ interface ForgotPasswordComponentsTheme { |
import { LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index'; | ||
import { ExtendedCSSProperties } from '../../Common'; | ||
import { CustomComponent } from '../ComponentsOptions'; | ||
import { ReactNode } from 'react'; | ||
interface TitleProps { | ||
@@ -9,3 +8,3 @@ title: string; | ||
interface MessageProps { | ||
message: ReactNode; | ||
message: string; | ||
} | ||
@@ -12,0 +11,0 @@ export interface GoToSignupMessageProps { |
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index'; | ||
import { ExtendedCSSProperties } from '../../Common'; | ||
import { ReactNode } from 'react'; | ||
interface TitleProps { | ||
@@ -8,3 +7,3 @@ title: string; | ||
interface MessageProps { | ||
message: ReactNode; | ||
message: string; | ||
} | ||
@@ -11,0 +10,0 @@ interface ResetPasswordComponentsTheme { |
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
204680
5955