@frontegg/types 7.44.0 → 7.45.0-alpha.0

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.
@@ -31,6 +31,10 @@ export interface ProfileLocalization {
31
31
  * Settings Phone row title
32
32
  */
33
33
  phone: string;
34
+ /**
35
+ * Settings Phone row tooltip
36
+ */
37
+ phoneTooltip: string;
34
38
  /**
35
39
  * Settings Address row title
36
40
  */
@@ -349,6 +349,7 @@ export interface UsersLocalization {
349
349
  bulkLabelWithoutRoles: string;
350
350
  emailInputLabelWithoutRoles: string;
351
351
  applicationInputLabel: string;
352
+ phoneNumberTooltip: string;
352
353
  };
353
354
  /**
354
355
  * Edit user access time dialog strings
@@ -30,6 +30,8 @@ export interface LoginLocalization {
30
30
  emailInputPlaceholder: string;
31
31
  emailOrPhoneInputLabel: string;
32
32
  emailOrPhonePlaceHolder: string;
33
+ phonePlaceholder: string;
34
+ phoneInputLabel: string;
33
35
  /**
34
36
  * error message displayed if email is invalid
35
37
  */
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.44.0
1
+ /** @license Frontegg v7.45.0-alpha.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v7.44.0
1
+ /** @license Frontegg v7.45.0-alpha.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "7.44.0",
3
+ "version": "7.45.0-alpha.0",
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.44.0",
9
+ "@frontegg/redux-store": "7.45.0-alpha.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },