@frontegg/types 6.69.0 → 6.70.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/Metadata/colorManipulator.js +14 -40
- package/Metadata/getPalette.js +0 -6
- package/Metadata/index.d.ts +1 -0
- package/Metadata/index.js +1 -13
- package/PrivateOptions.d.ts +5 -0
- package/ThemeOptions/AdminPortalThemeOptions.js +0 -1
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +1 -0
- package/ThemeOptions/fieldsAppearanceConsts.js +0 -21
- package/index.js +1 -1
- package/node/Localizations/AdminPortalLocalizations/index.js +0 -30
- package/node/Localizations/Common/index.js +0 -2
- package/node/Localizations/LoginBoxLocalization/index.js +0 -22
- package/node/Localizations/index.js +0 -10
- package/node/Metadata/colorManipulator.js +14 -49
- package/node/Metadata/getPalette.js +1 -9
- package/node/Metadata/index.js +7 -19
- package/node/ThemeOptions/AdminPortalThemeOptions.js +0 -1
- package/node/ThemeOptions/LoginBoxTheme/index.js +0 -20
- package/node/ThemeOptions/fieldsAppearanceConsts.js +0 -21
- package/node/ThemeOptions/index.js +0 -10
- package/node/index.js +1 -15
- package/package.json +2 -2
|
@@ -6,33 +6,26 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.SubscriptionsPageFields = exports.SsoPageTabs = exports.SessionManagementTabFields = exports.SecurityPageTabs = exports.ProfilePageFields = exports.PrivacyPageFields = exports.IpRestrictionsTabFields = exports.InviteUserModalFields = exports.GeneralSettingsTabFields = exports.DomainRestrictionsTabFields = exports.AccountPageFields = void 0;
|
|
7
7
|
let ProfilePageFields;
|
|
8
8
|
exports.ProfilePageFields = ProfilePageFields;
|
|
9
|
-
|
|
10
9
|
(function (ProfilePageFields) {
|
|
11
10
|
ProfilePageFields["Name"] = "name";
|
|
12
11
|
ProfilePageFields["PhoneNumber"] = "phoneNumber";
|
|
13
12
|
ProfilePageFields["Address"] = "address";
|
|
14
13
|
ProfilePageFields["JobTitle"] = "jobTitle";
|
|
15
14
|
})(ProfilePageFields || (exports.ProfilePageFields = ProfilePageFields = {}));
|
|
16
|
-
|
|
17
15
|
let PrivacyPageFields;
|
|
18
16
|
exports.PrivacyPageFields = PrivacyPageFields;
|
|
19
|
-
|
|
20
17
|
(function (PrivacyPageFields) {
|
|
21
18
|
PrivacyPageFields["LoginSessions"] = "loginSessions";
|
|
22
19
|
PrivacyPageFields["Mfa"] = "mfa";
|
|
23
20
|
})(PrivacyPageFields || (exports.PrivacyPageFields = PrivacyPageFields = {}));
|
|
24
|
-
|
|
25
21
|
let InviteUserModalFields;
|
|
26
22
|
exports.InviteUserModalFields = InviteUserModalFields;
|
|
27
|
-
|
|
28
23
|
(function (InviteUserModalFields) {
|
|
29
24
|
InviteUserModalFields["Name"] = "name";
|
|
30
25
|
InviteUserModalFields["PhoneNumber"] = "phoneNumber";
|
|
31
26
|
})(InviteUserModalFields || (exports.InviteUserModalFields = InviteUserModalFields = {}));
|
|
32
|
-
|
|
33
27
|
let AccountPageFields;
|
|
34
28
|
exports.AccountPageFields = AccountPageFields;
|
|
35
|
-
|
|
36
29
|
(function (AccountPageFields) {
|
|
37
30
|
AccountPageFields["CompanyName"] = "companyName";
|
|
38
31
|
AccountPageFields["Address"] = "address";
|
|
@@ -40,59 +33,45 @@ exports.AccountPageFields = AccountPageFields;
|
|
|
40
33
|
AccountPageFields["Timezone"] = "timezone";
|
|
41
34
|
AccountPageFields["Currency"] = "currency";
|
|
42
35
|
})(AccountPageFields || (exports.AccountPageFields = AccountPageFields = {}));
|
|
43
|
-
|
|
44
36
|
let SubscriptionsPageFields;
|
|
45
37
|
exports.SubscriptionsPageFields = SubscriptionsPageFields;
|
|
46
|
-
|
|
47
38
|
(function (SubscriptionsPageFields) {
|
|
48
39
|
SubscriptionsPageFields["Invoices"] = "invoices";
|
|
49
40
|
})(SubscriptionsPageFields || (exports.SubscriptionsPageFields = SubscriptionsPageFields = {}));
|
|
50
|
-
|
|
51
41
|
let SecurityPageTabs;
|
|
52
42
|
exports.SecurityPageTabs = SecurityPageTabs;
|
|
53
|
-
|
|
54
43
|
(function (SecurityPageTabs) {
|
|
55
44
|
SecurityPageTabs["SessionManagement"] = "sessionManagement";
|
|
56
45
|
SecurityPageTabs["GeneralSettings"] = "generalSettings";
|
|
57
46
|
SecurityPageTabs["IpRestrictions"] = "ipRestrictions";
|
|
58
47
|
SecurityPageTabs["DomainRestrictions"] = "domainRestrictions";
|
|
59
48
|
})(SecurityPageTabs || (exports.SecurityPageTabs = SecurityPageTabs = {}));
|
|
60
|
-
|
|
61
49
|
let SessionManagementTabFields;
|
|
62
50
|
exports.SessionManagementTabFields = SessionManagementTabFields;
|
|
63
|
-
|
|
64
51
|
(function (SessionManagementTabFields) {
|
|
65
52
|
SessionManagementTabFields["IdleSessionTimeout"] = "idleSessionTimeout";
|
|
66
53
|
SessionManagementTabFields["ForceReLogin"] = "forceReLogin";
|
|
67
54
|
SessionManagementTabFields["MaximumConcurrentSessions"] = "maximumConcurrentSessions";
|
|
68
55
|
})(SessionManagementTabFields || (exports.SessionManagementTabFields = SessionManagementTabFields = {}));
|
|
69
|
-
|
|
70
56
|
let GeneralSettingsTabFields;
|
|
71
57
|
exports.GeneralSettingsTabFields = GeneralSettingsTabFields;
|
|
72
|
-
|
|
73
58
|
(function (GeneralSettingsTabFields) {
|
|
74
59
|
GeneralSettingsTabFields["Mfa"] = "mfa";
|
|
75
60
|
GeneralSettingsTabFields["UserLockout"] = "userLockout";
|
|
76
61
|
GeneralSettingsTabFields["PasswordHistory"] = "passwordHistory";
|
|
77
62
|
})(GeneralSettingsTabFields || (exports.GeneralSettingsTabFields = GeneralSettingsTabFields = {}));
|
|
78
|
-
|
|
79
63
|
let IpRestrictionsTabFields;
|
|
80
64
|
exports.IpRestrictionsTabFields = IpRestrictionsTabFields;
|
|
81
|
-
|
|
82
65
|
(function (IpRestrictionsTabFields) {
|
|
83
66
|
IpRestrictionsTabFields["IpAddressRestrictions"] = "ipAddressRestrictions";
|
|
84
67
|
})(IpRestrictionsTabFields || (exports.IpRestrictionsTabFields = IpRestrictionsTabFields = {}));
|
|
85
|
-
|
|
86
68
|
let DomainRestrictionsTabFields;
|
|
87
69
|
exports.DomainRestrictionsTabFields = DomainRestrictionsTabFields;
|
|
88
|
-
|
|
89
70
|
(function (DomainRestrictionsTabFields) {
|
|
90
71
|
DomainRestrictionsTabFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
|
|
91
72
|
})(DomainRestrictionsTabFields || (exports.DomainRestrictionsTabFields = DomainRestrictionsTabFields = {}));
|
|
92
|
-
|
|
93
73
|
let SsoPageTabs;
|
|
94
74
|
exports.SsoPageTabs = SsoPageTabs;
|
|
95
|
-
|
|
96
75
|
(function (SsoPageTabs) {
|
|
97
76
|
SsoPageTabs["SSO"] = "SSO";
|
|
98
77
|
SsoPageTabs["Provisioning"] = "Provisioning";
|
|
@@ -8,9 +8,7 @@ var _exportNames = {
|
|
|
8
8
|
tabAppearance: true
|
|
9
9
|
};
|
|
10
10
|
exports.tabAppearance = exports.fieldAppearance = void 0;
|
|
11
|
-
|
|
12
11
|
var _LoginBoxTheme = require("./LoginBoxTheme");
|
|
13
|
-
|
|
14
12
|
Object.keys(_LoginBoxTheme).forEach(function (key) {
|
|
15
13
|
if (key === "default" || key === "__esModule") return;
|
|
16
14
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
@@ -22,9 +20,7 @@ Object.keys(_LoginBoxTheme).forEach(function (key) {
|
|
|
22
20
|
}
|
|
23
21
|
});
|
|
24
22
|
});
|
|
25
|
-
|
|
26
23
|
var _ComponentsOptions = require("./ComponentsOptions");
|
|
27
|
-
|
|
28
24
|
Object.keys(_ComponentsOptions).forEach(function (key) {
|
|
29
25
|
if (key === "default" || key === "__esModule") return;
|
|
30
26
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
@@ -36,9 +32,7 @@ Object.keys(_ComponentsOptions).forEach(function (key) {
|
|
|
36
32
|
}
|
|
37
33
|
});
|
|
38
34
|
});
|
|
39
|
-
|
|
40
35
|
var _fieldsAppearanceConsts = require("./fieldsAppearanceConsts");
|
|
41
|
-
|
|
42
36
|
Object.keys(_fieldsAppearanceConsts).forEach(function (key) {
|
|
43
37
|
if (key === "default" || key === "__esModule") return;
|
|
44
38
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
@@ -50,9 +44,7 @@ Object.keys(_fieldsAppearanceConsts).forEach(function (key) {
|
|
|
50
44
|
}
|
|
51
45
|
});
|
|
52
46
|
});
|
|
53
|
-
|
|
54
47
|
var _fieldsAppearanceTypes = require("./fieldsAppearanceTypes");
|
|
55
|
-
|
|
56
48
|
Object.keys(_fieldsAppearanceTypes).forEach(function (key) {
|
|
57
49
|
if (key === "default" || key === "__esModule") return;
|
|
58
50
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
@@ -64,9 +56,7 @@ Object.keys(_fieldsAppearanceTypes).forEach(function (key) {
|
|
|
64
56
|
}
|
|
65
57
|
});
|
|
66
58
|
});
|
|
67
|
-
|
|
68
59
|
var _AdminPortalThemeOptions = require("./AdminPortalThemeOptions");
|
|
69
|
-
|
|
70
60
|
Object.keys(_AdminPortalThemeOptions).forEach(function (key) {
|
|
71
61
|
if (key === "default" || key === "__esModule") return;
|
|
72
62
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
package/node/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license Frontegg v6.
|
|
1
|
+
/** @license Frontegg v6.70.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.
|
|
@@ -8,9 +8,7 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", {
|
|
9
9
|
value: true
|
|
10
10
|
});
|
|
11
|
-
|
|
12
11
|
var _FronteggAppInstance = require("./FronteggAppInstance");
|
|
13
|
-
|
|
14
12
|
Object.keys(_FronteggAppInstance).forEach(function (key) {
|
|
15
13
|
if (key === "default" || key === "__esModule") return;
|
|
16
14
|
if (key in exports && exports[key] === _FronteggAppInstance[key]) return;
|
|
@@ -21,9 +19,7 @@ Object.keys(_FronteggAppInstance).forEach(function (key) {
|
|
|
21
19
|
}
|
|
22
20
|
});
|
|
23
21
|
});
|
|
24
|
-
|
|
25
22
|
var _FronteggAppOptions = require("./FronteggAppOptions");
|
|
26
|
-
|
|
27
23
|
Object.keys(_FronteggAppOptions).forEach(function (key) {
|
|
28
24
|
if (key === "default" || key === "__esModule") return;
|
|
29
25
|
if (key in exports && exports[key] === _FronteggAppOptions[key]) return;
|
|
@@ -34,9 +30,7 @@ Object.keys(_FronteggAppOptions).forEach(function (key) {
|
|
|
34
30
|
}
|
|
35
31
|
});
|
|
36
32
|
});
|
|
37
|
-
|
|
38
33
|
var _FronteggMetadata = require("./FronteggMetadata");
|
|
39
|
-
|
|
40
34
|
Object.keys(_FronteggMetadata).forEach(function (key) {
|
|
41
35
|
if (key === "default" || key === "__esModule") return;
|
|
42
36
|
if (key in exports && exports[key] === _FronteggMetadata[key]) return;
|
|
@@ -47,9 +41,7 @@ Object.keys(_FronteggMetadata).forEach(function (key) {
|
|
|
47
41
|
}
|
|
48
42
|
});
|
|
49
43
|
});
|
|
50
|
-
|
|
51
44
|
var _ThemeOptions = require("./ThemeOptions");
|
|
52
|
-
|
|
53
45
|
Object.keys(_ThemeOptions).forEach(function (key) {
|
|
54
46
|
if (key === "default" || key === "__esModule") return;
|
|
55
47
|
if (key in exports && exports[key] === _ThemeOptions[key]) return;
|
|
@@ -60,9 +52,7 @@ Object.keys(_ThemeOptions).forEach(function (key) {
|
|
|
60
52
|
}
|
|
61
53
|
});
|
|
62
54
|
});
|
|
63
|
-
|
|
64
55
|
var _Localizations = require("./Localizations");
|
|
65
|
-
|
|
66
56
|
Object.keys(_Localizations).forEach(function (key) {
|
|
67
57
|
if (key === "default" || key === "__esModule") return;
|
|
68
58
|
if (key in exports && exports[key] === _Localizations[key]) return;
|
|
@@ -73,9 +63,7 @@ Object.keys(_Localizations).forEach(function (key) {
|
|
|
73
63
|
}
|
|
74
64
|
});
|
|
75
65
|
});
|
|
76
|
-
|
|
77
66
|
var _Metadata = require("./Metadata");
|
|
78
|
-
|
|
79
67
|
Object.keys(_Metadata).forEach(function (key) {
|
|
80
68
|
if (key === "default" || key === "__esModule") return;
|
|
81
69
|
if (key in exports && exports[key] === _Metadata[key]) return;
|
|
@@ -86,9 +74,7 @@ Object.keys(_Metadata).forEach(function (key) {
|
|
|
86
74
|
}
|
|
87
75
|
});
|
|
88
76
|
});
|
|
89
|
-
|
|
90
77
|
var _CheckoutDialogOptions = require("./CheckoutDialogOptions");
|
|
91
|
-
|
|
92
78
|
Object.keys(_CheckoutDialogOptions).forEach(function (key) {
|
|
93
79
|
if (key === "default" || key === "__esModule") return;
|
|
94
80
|
if (key in exports && exports[key] === _CheckoutDialogOptions[key]) return;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.70.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.70.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|