@frontegg/types
Advanced tools
Comparing version 7.53.0 to 7.54.0
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.53.0 | ||
/** @license Frontegg v7.54.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -0,1 +1,2 @@ | ||
import { PrestepLocalization } from './prestep'; | ||
export interface AcceptInvitationLocalization { | ||
@@ -38,3 +39,3 @@ /** | ||
acceptInvitationOtcMessage: string; | ||
}; | ||
} & PrestepLocalization; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { PrestepLocalization } from './prestep'; | ||
export interface ActivateAccountLocalization { | ||
@@ -104,3 +105,3 @@ /** | ||
activateAccountOTCMessage: string; | ||
}; | ||
} & PrestepLocalization; | ||
} |
@@ -28,2 +28,3 @@ import { LoginLocalization } from './login'; | ||
export * from './unlockAccount'; | ||
export * from './prestep'; | ||
export type LoginBoxLocalization = LoginLocalization & StepUpLocalization & SignupLocalization & ForgetPasswordLocalization & ResetPhoneNumberLocalization & ResetPasswordLocalization & SocialLoginsLocalization & AcceptInvitationLocalization & ActivateAccountLocalization & ImpersonateLocalization & RecoveryMfaLocalization & UnlockAccountLocalization & OpenAppLocalization; |
@@ -15,2 +15,3 @@ export * from './login'; | ||
export * from './unlockAccount'; | ||
export * from './prestep'; | ||
export {}; |
import { TestimonialComponentLocalization, TitleDescriptionComponentLocalization, ValuesComponentLocalization } from './SplitPageTypes'; | ||
import { PrestepLocalization } from './prestep'; | ||
export interface LoginLocalization { | ||
@@ -533,3 +534,3 @@ /** | ||
genericErrorPageTitle: string; | ||
}; | ||
} & PrestepLocalization; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { PrestepLocalization } from './prestep'; | ||
export interface UnlockAccountLocalization { | ||
@@ -26,3 +27,3 @@ /** | ||
successMessage: string; | ||
}; | ||
} & PrestepLocalization; | ||
} |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.53.0 | ||
/** @license Frontegg v7.54.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -159,2 +159,13 @@ "use strict"; | ||
}); | ||
}); | ||
var _prestep = require("./prestep"); | ||
Object.keys(_prestep).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _prestep[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _prestep[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@frontegg/types", | ||
"version": "7.53.0", | ||
"version": "7.54.0", | ||
"main": "./node/index.js", | ||
@@ -9,3 +9,3 @@ "author": "Frontegg LTD", | ||
"@babel/runtime": "^7.18.6", | ||
"@frontegg/redux-store": "7.53.0", | ||
"@frontegg/redux-store": "7.54.0", | ||
"csstype": "^3.0.9", | ||
@@ -12,0 +12,0 @@ "deepmerge": "^4.2.2" |
@@ -29,2 +29,4 @@ import { ExtendedCSSProperties } from '../../Common'; | ||
mode: 'eventually'; | ||
showEventuallyButtonsWithText?: boolean; | ||
eventuallyButtonsStyle?: Omit<ButtonThemeOptions, 'disabled'>; | ||
}; | ||
@@ -31,0 +33,0 @@ export type SocialLoginsLayout = SocialLoginsLayoutStacked | SocialLoginsLayoutEventually; |
386188
256
11861
+ Added@frontegg/redux-store@7.54.0(transitive)
+ Added@frontegg/rest-api@7.54.0(transitive)
- Removed@frontegg/redux-store@7.53.0(transitive)
- Removed@frontegg/rest-api@7.53.0(transitive)
Updated@frontegg/redux-store@7.54.0