@frontegg/types
Advanced tools
Comparing version 7.2.0 to 7.3.0-alpha.0
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.2.0 | ||
/** @license Frontegg v7.3.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -13,2 +13,3 @@ import { LoginLocalization } from './login'; | ||
import { OpenAppLocalization } from './openApp'; | ||
import { UnlockAccountLocalization } from './unlockAccount'; | ||
export * from './login'; | ||
@@ -27,2 +28,3 @@ export * from './stepUp'; | ||
export * from './openApp'; | ||
export type LoginBoxLocalization = LoginLocalization & StepUpLocalization & SignupLocalization & ForgetPasswordLocalization & ResetPhoneNumberLocalization & ResetPasswordLocalization & SocialLoginsLocalization & AcceptInvitationLocalization & ActivateAccountLocalization & ImpersonateLocalization & RecoveryMfaLocalization & OpenAppLocalization; | ||
export * from './unlockAccount'; | ||
export type LoginBoxLocalization = LoginLocalization & StepUpLocalization & SignupLocalization & ForgetPasswordLocalization & ResetPhoneNumberLocalization & ResetPasswordLocalization & SocialLoginsLocalization & AcceptInvitationLocalization & ActivateAccountLocalization & ImpersonateLocalization & RecoveryMfaLocalization & UnlockAccountLocalization & OpenAppLocalization; |
@@ -14,2 +14,3 @@ export * from './login'; | ||
export * from './openApp'; | ||
export * from './unlockAccount'; | ||
export {}; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.2.0 | ||
/** @license Frontegg v7.3.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -148,2 +148,13 @@ "use strict"; | ||
}); | ||
}); | ||
var _unlockAccount = require("./unlockAccount"); | ||
Object.keys(_unlockAccount).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _unlockAccount[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _unlockAccount[key]; | ||
} | ||
}); | ||
}); |
@@ -39,2 +39,13 @@ "use strict"; | ||
}); | ||
var _UnlockAccountPageTheme = require("./UnlockAccountPageTheme"); | ||
Object.keys(_UnlockAccountPageTheme).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _UnlockAccountPageTheme[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _UnlockAccountPageTheme[key]; | ||
} | ||
}); | ||
}); | ||
var _CustomLoginComponents = require("./CustomLoginComponents"); | ||
@@ -41,0 +52,0 @@ Object.keys(_CustomLoginComponents).forEach(function (key) { |
{ | ||
"name": "@frontegg/types", | ||
"version": "7.2.0", | ||
"version": "7.3.0-alpha.0", | ||
"main": "./node/index.js", | ||
@@ -9,3 +9,3 @@ "author": "Frontegg LTD", | ||
"@babel/runtime": "^7.18.6", | ||
"@frontegg/redux-store": "7.2.0", | ||
"@frontegg/redux-store": "7.3.0-alpha.0", | ||
"csstype": "^3.0.9", | ||
@@ -12,0 +12,0 @@ "deepmerge": "^4.2.2" |
@@ -14,5 +14,7 @@ import { AcceptInvitationPageTheme, AcceptInvitationPageThemeOptions } from './AcceptInvitationTheme'; | ||
import { OpenAppPageTheme, OpenAppPageThemeOptions } from './OpenAppPageTheme'; | ||
import { UnlockAccountPageTheme, UnlockAccountPageThemeOptions } from './UnlockAccountPageTheme'; | ||
export * from './LoginBoxCommon'; | ||
export * from './LoginPageTheme'; | ||
export * from './SignupPageTheme'; | ||
export * from './UnlockAccountPageTheme'; | ||
export * from './CustomLoginComponents'; | ||
@@ -40,2 +42,3 @@ export * from './SocialLoginsTheme'; | ||
activateAccount?: ActivateAccountPageThemeOptions; | ||
unlockAccount?: UnlockAccountPageThemeOptions; | ||
forgotPassword?: ForgotPasswordPageThemeOptions; | ||
@@ -54,2 +57,3 @@ resetPhoneNumber?: ResetPhoneNumberPageThemeOptions; | ||
activateAccount: ActivateAccountPageTheme; | ||
unlockAccount: UnlockAccountPageTheme; | ||
forgotPassword: ForgotPasswordPageTheme; | ||
@@ -56,0 +60,0 @@ resetPhoneNumber: ResetPhoneNumberPageTheme; |
export * from './LoginBoxCommon'; | ||
export * from './LoginPageTheme'; | ||
export * from './SignupPageTheme'; | ||
export * from './UnlockAccountPageTheme'; | ||
export * from './CustomLoginComponents'; | ||
@@ -5,0 +6,0 @@ export * from './SocialLoginsTheme'; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
383891
253
11794
2
+ Added@frontegg/redux-store@7.3.0-alpha.0(transitive)
+ Added@frontegg/rest-api@3.2.1(transitive)
- Removed@frontegg/redux-store@7.2.0(transitive)
- Removed@frontegg/rest-api@3.2.0(transitive)