@frontegg/types 7.73.0 → 7.74.0-alpha.1
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.
- package/Localizations/LoginBoxLocalization/login.d.ts +10 -0
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
|
@@ -33,6 +33,14 @@ export interface LoginLocalization {
|
|
|
33
33
|
emailOrPhonePlaceHolder: string;
|
|
34
34
|
phonePlaceholder: string;
|
|
35
35
|
phoneInputLabel: string;
|
|
36
|
+
emailPhoneOrUsernameInputLabel: string;
|
|
37
|
+
emailPhoneOrUsernamePlaceHolder: string;
|
|
38
|
+
usernameOrEmailInputLabel: string;
|
|
39
|
+
usernameOrEmailPlaceHolder: string;
|
|
40
|
+
usernameOrPhoneInputLabel: string;
|
|
41
|
+
usernameOrPhonePlaceHolder: string;
|
|
42
|
+
usernameInputLabel: string;
|
|
43
|
+
usernamePlaceHolder: string;
|
|
36
44
|
/**
|
|
37
45
|
* error message displayed if email is invalid
|
|
38
46
|
*/
|
|
@@ -383,6 +391,8 @@ export interface LoginLocalization {
|
|
|
383
391
|
phoneIsRequired: string;
|
|
384
392
|
phoneIsInvalid: string;
|
|
385
393
|
phoneFormatIsInvalid: string;
|
|
394
|
+
usernameIsRequired: string;
|
|
395
|
+
usernameIsInvalid: string;
|
|
386
396
|
promptPasskeysTitle: string;
|
|
387
397
|
promptFirstItemTitle: string;
|
|
388
398
|
promptFirstItemSubtitle: string;
|
package/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.74.0-alpha.1",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/redux-store": "7.
|
|
9
|
+
"@frontegg/redux-store": "7.74.0-alpha.1",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|