@frontegg/types
Advanced tools
Comparing version 7.55.0 to 7.56.0-alpha.0
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -11,2 +11,27 @@ export interface ResetPasswordLocalization { | ||
/** | ||
* Title displayed when password expired | ||
*/ | ||
passwordExpiredTitle: string; | ||
/** | ||
* Subtitle displayed when password expired | ||
*/ | ||
passwordExpiredSubtitle: string; | ||
/** | ||
* Title displayed when password is about to expire | ||
* EX: Your password will expire in {{days}} days | ||
*/ | ||
passwordNotificationTitle: string; | ||
/** | ||
* Current password input label | ||
*/ | ||
currentPasswordInputLabel: string; | ||
/** | ||
* Error to be displayed if current password is empty | ||
*/ | ||
currentPasswordIsRequired: string; | ||
/** | ||
* Remind me later button text | ||
*/ | ||
remindMeLater: string; | ||
/** | ||
* Text displayed in reset password form before password inputs | ||
@@ -48,2 +73,6 @@ */ | ||
/** | ||
* Change password button text | ||
*/ | ||
changePasswordButton: string; | ||
/** | ||
* Title to be displayed if reset password succeeded | ||
@@ -57,2 +86,6 @@ */ | ||
/** | ||
* Message to be displayed if change password succeeded | ||
*/ | ||
changePasswordSuccessMessage: string; | ||
/** | ||
* Title to be displayed if reset password failed | ||
@@ -59,0 +92,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.55.0 | ||
/** @license Frontegg v7.56.0-alpha.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/types", | ||
"version": "7.55.0", | ||
"version": "7.56.0-alpha.0", | ||
"main": "./node/index.js", | ||
@@ -9,3 +9,3 @@ "author": "Frontegg LTD", | ||
"@babel/runtime": "^7.18.6", | ||
"@frontegg/redux-store": "7.55.0", | ||
"@frontegg/redux-store": "7.56.0-alpha.0", | ||
"csstype": "^3.0.9", | ||
@@ -12,0 +12,0 @@ "deepmerge": "^4.2.2" |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
387199
11894
2
+ Added@frontegg/redux-store@7.56.0-alpha.0(transitive)
+ Added@frontegg/rest-api@7.56.0-alpha.0(transitive)
- Removed@frontegg/redux-store@7.55.0(transitive)
- Removed@frontegg/rest-api@7.55.0(transitive)