@frontegg/types 5.18.1 → 5.18.2
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.
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
2
|
import { ExtendedCSSProperties } from '../../Common';
|
|
3
|
-
import { ReactNode } from 'react';
|
|
4
3
|
interface TitleProps {
|
|
5
4
|
title: string;
|
|
6
5
|
}
|
|
7
6
|
interface MessageProps {
|
|
8
|
-
message:
|
|
7
|
+
message: string;
|
|
9
8
|
}
|
|
10
9
|
interface ActivateAccountComponentsTheme {
|
|
11
10
|
/**
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
2
|
import { ExtendedCSSProperties } from '../../Common';
|
|
3
|
-
import { ReactNode } from 'react';
|
|
4
3
|
interface TitleProps {
|
|
5
4
|
title: string;
|
|
6
5
|
}
|
|
7
6
|
interface MessageProps {
|
|
8
|
-
message:
|
|
7
|
+
message: string;
|
|
9
8
|
}
|
|
10
9
|
interface ForgotPasswordComponentsTheme {
|
|
11
10
|
/**
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
2
|
import { ExtendedCSSProperties } from '../../Common';
|
|
3
3
|
import { CustomComponent } from '../ComponentsOptions';
|
|
4
|
-
import { ReactNode } from 'react';
|
|
5
4
|
interface TitleProps {
|
|
6
5
|
title: string;
|
|
7
6
|
}
|
|
8
7
|
interface MessageProps {
|
|
9
|
-
message:
|
|
8
|
+
message: string;
|
|
10
9
|
}
|
|
11
10
|
export interface GoToSignupMessageProps {
|
|
12
11
|
goToSignup: () => void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { CustomComponent, LoginBoxCommonTheme, LoginBoxCommonThemeOptions } from '../index';
|
|
2
2
|
import { ExtendedCSSProperties } from '../../Common';
|
|
3
|
-
import { ReactNode } from 'react';
|
|
4
3
|
interface TitleProps {
|
|
5
4
|
title: string;
|
|
6
5
|
}
|
|
7
6
|
interface MessageProps {
|
|
8
|
-
message:
|
|
7
|
+
message: string;
|
|
9
8
|
}
|
|
10
9
|
interface ResetPasswordComponentsTheme {
|
|
11
10
|
/**
|