@frontegg/types 6.41.0 → 6.42.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.
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +2 -2
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
|
@@ -41,7 +41,7 @@ export interface SecurityPageThemeOptions extends PageThemeOptions {
|
|
|
41
41
|
fieldsProperties?: SecurityFieldsProperties;
|
|
42
42
|
tabsProperties?: SecurityTabsProperties;
|
|
43
43
|
}
|
|
44
|
-
export interface ProfilePageThemeOptions extends
|
|
44
|
+
export interface ProfilePageThemeOptions extends PageThemeOptions {
|
|
45
45
|
profileInfo?: BaseThemeOptions;
|
|
46
46
|
basicInformation?: BaseThemeOptions;
|
|
47
47
|
fieldsProperties?: ProfileFieldsProperties;
|
|
@@ -54,7 +54,7 @@ export interface PrivacyPageThemeOptions extends PageThemeOptions {
|
|
|
54
54
|
};
|
|
55
55
|
fieldsProperties?: PrivacyFieldsProperties;
|
|
56
56
|
}
|
|
57
|
-
export interface UsersPageThemeOptions extends
|
|
57
|
+
export interface UsersPageThemeOptions extends PageThemeOptions {
|
|
58
58
|
hideInviteWithEmail?: boolean;
|
|
59
59
|
}
|
|
60
60
|
export interface PagesThemeOptions extends PageThemeOptions {
|
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": "6.
|
|
3
|
+
"version": "6.42.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": "6.
|
|
9
|
+
"@frontegg/redux-store": "6.42.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|