@frontegg/js 6.42.0 → 6.43.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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.42.0
1
+ /** @license Frontegg v6.43.0-alpha.1
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 v6.42.0
1
+ /** @license Frontegg v6.43.0-alpha.1
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/version.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _default = {
8
- "cdnVersion": "6.42.0"
8
+ "cdnVersion": "6.43.0-alpha.1"
9
9
  };
10
10
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@frontegg/js",
3
- "version": "6.42.0",
3
+ "version": "6.43.0-alpha.1",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.18.6",
8
- "@frontegg/types": "6.42.0"
8
+ "@frontegg/types": "6.43.0-alpha.1"
9
9
  },
10
10
  "browserslist": {
11
11
  "production": [
@@ -1268,7 +1268,7 @@ __webpack_require__.r(__webpack_exports__);
1268
1268
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1269
1269
  /* harmony export */ });
1270
1270
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1271
- "cdnVersion": "6.42.0"
1271
+ "cdnVersion": "6.43.0-alpha.1"
1272
1272
  });
1273
1273
 
1274
1274
  /***/ }),
@@ -16769,20 +16769,23 @@ Metadata._instances = {};
16769
16769
 
16770
16770
  /***/ }),
16771
16771
 
16772
- /***/ "../../dist/@frontegg/types/ThemeOptions/consts.js":
16773
- /*!*********************************************************!*\
16774
- !*** ../../dist/@frontegg/types/ThemeOptions/consts.js ***!
16775
- \*********************************************************/
16772
+ /***/ "../../dist/@frontegg/types/ThemeOptions/fieldsAppearanceConsts.js":
16773
+ /*!*************************************************************************!*\
16774
+ !*** ../../dist/@frontegg/types/ThemeOptions/fieldsAppearanceConsts.js ***!
16775
+ \*************************************************************************/
16776
16776
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16777
16777
 
16778
16778
  "use strict";
16779
16779
  __webpack_require__.r(__webpack_exports__);
16780
16780
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16781
16781
  /* harmony export */ "AccountPageFields": () => (/* binding */ AccountPageFields),
16782
+ /* harmony export */ "GeneralSettingsTabFields": () => (/* binding */ GeneralSettingsTabFields),
16783
+ /* harmony export */ "LoginRestrictionsTabFields": () => (/* binding */ LoginRestrictionsTabFields),
16782
16784
  /* harmony export */ "PrivacyPageFields": () => (/* binding */ PrivacyPageFields),
16783
16785
  /* harmony export */ "ProfilePageFields": () => (/* binding */ ProfilePageFields),
16784
- /* harmony export */ "SecurityPageFields": () => (/* binding */ SecurityPageFields),
16785
- /* harmony export */ "SecurityPageTabs": () => (/* binding */ SecurityPageTabs)
16786
+ /* harmony export */ "SecurityPageTabs": () => (/* binding */ SecurityPageTabs),
16787
+ /* harmony export */ "SessionManagementTabFields": () => (/* binding */ SessionManagementTabFields),
16788
+ /* harmony export */ "SignupRestrictionsTabFields": () => (/* binding */ SignupRestrictionsTabFields)
16786
16789
  /* harmony export */ });
16787
16790
  let ProfilePageFields;
16788
16791
 
@@ -16810,20 +16813,6 @@ let AccountPageFields;
16810
16813
  AccountPageFields["Currency"] = "currency";
16811
16814
  })(AccountPageFields || (AccountPageFields = {}));
16812
16815
 
16813
- let SecurityPageFields;
16814
-
16815
- (function (SecurityPageFields) {
16816
- SecurityPageFields["IdleSessionTimeout"] = "idleSessionTimeout";
16817
- SecurityPageFields["ForceReLogin"] = "forceReLogin";
16818
- SecurityPageFields["MaximumConcurrentSessions"] = "maximumConcurrentSessions";
16819
- SecurityPageFields["Mfa"] = "mfa";
16820
- SecurityPageFields["UserLockout"] = "userLockout";
16821
- SecurityPageFields["PasswordHistory"] = "passwordHistory";
16822
- SecurityPageFields["IpAddressRestrictions"] = "ipAddressRestrictions";
16823
- SecurityPageFields["LoginRestrictionsByCountry"] = "loginRestrictionsByCountry";
16824
- SecurityPageFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
16825
- })(SecurityPageFields || (SecurityPageFields = {}));
16826
-
16827
16816
  let SecurityPageTabs;
16828
16817
 
16829
16818
  (function (SecurityPageTabs) {
@@ -16833,6 +16822,34 @@ let SecurityPageTabs;
16833
16822
  SecurityPageTabs["SignupRestrictions"] = "signupRestrictions";
16834
16823
  })(SecurityPageTabs || (SecurityPageTabs = {}));
16835
16824
 
16825
+ let SessionManagementTabFields;
16826
+
16827
+ (function (SessionManagementTabFields) {
16828
+ SessionManagementTabFields["IdleSessionTimeout"] = "idleSessionTimeout";
16829
+ SessionManagementTabFields["ForceReLogin"] = "forceReLogin";
16830
+ SessionManagementTabFields["MaximumConcurrentSessions"] = "maximumConcurrentSessions";
16831
+ })(SessionManagementTabFields || (SessionManagementTabFields = {}));
16832
+
16833
+ let GeneralSettingsTabFields;
16834
+
16835
+ (function (GeneralSettingsTabFields) {
16836
+ GeneralSettingsTabFields["Mfa"] = "mfa";
16837
+ GeneralSettingsTabFields["UserLockout"] = "userLockout";
16838
+ GeneralSettingsTabFields["PasswordHistory"] = "passwordHistory";
16839
+ })(GeneralSettingsTabFields || (GeneralSettingsTabFields = {}));
16840
+
16841
+ let LoginRestrictionsTabFields;
16842
+
16843
+ (function (LoginRestrictionsTabFields) {
16844
+ LoginRestrictionsTabFields["IpAddressRestrictions"] = "ipAddressRestrictions";
16845
+ })(LoginRestrictionsTabFields || (LoginRestrictionsTabFields = {}));
16846
+
16847
+ let SignupRestrictionsTabFields;
16848
+
16849
+ (function (SignupRestrictionsTabFields) {
16850
+ SignupRestrictionsTabFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
16851
+ })(SignupRestrictionsTabFields || (SignupRestrictionsTabFields = {}));
16852
+
16836
16853
  /***/ }),
16837
16854
 
16838
16855
  /***/ "../../dist/@frontegg/types/ThemeOptions/index.js":
@@ -16844,15 +16861,19 @@ let SecurityPageTabs;
16844
16861
  "use strict";
16845
16862
  __webpack_require__.r(__webpack_exports__);
16846
16863
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16847
- /* harmony export */ "AccountPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.AccountPageFields),
16848
- /* harmony export */ "PrivacyPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.PrivacyPageFields),
16849
- /* harmony export */ "ProfilePageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.ProfilePageFields),
16850
- /* harmony export */ "SecurityPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.SecurityPageFields),
16851
- /* harmony export */ "SecurityPageTabs": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.SecurityPageTabs),
16864
+ /* harmony export */ "AccountPageFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.AccountPageFields),
16865
+ /* harmony export */ "GeneralSettingsTabFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.GeneralSettingsTabFields),
16866
+ /* harmony export */ "LoginRestrictionsTabFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.LoginRestrictionsTabFields),
16867
+ /* harmony export */ "PrivacyPageFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.PrivacyPageFields),
16868
+ /* harmony export */ "ProfilePageFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.ProfilePageFields),
16869
+ /* harmony export */ "SecurityPageTabs": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.SecurityPageTabs),
16870
+ /* harmony export */ "SessionManagementTabFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.SessionManagementTabFields),
16871
+ /* harmony export */ "SignupRestrictionsTabFields": () => (/* reexport safe */ _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__.SignupRestrictionsTabFields),
16852
16872
  /* harmony export */ "fieldAppearance": () => (/* binding */ fieldAppearance),
16853
16873
  /* harmony export */ "tabAppearance": () => (/* binding */ tabAppearance)
16854
16874
  /* harmony export */ });
16855
- /* harmony import */ var _consts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./consts */ "../../dist/@frontegg/types/ThemeOptions/consts.js");
16875
+ /* harmony import */ var _fieldsAppearanceConsts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./fieldsAppearanceConsts */ "../../dist/@frontegg/types/ThemeOptions/fieldsAppearanceConsts.js");
16876
+
16856
16877
 
16857
16878
 
16858
16879
 
@@ -16879,17 +16900,20 @@ const tabAppearance = {
16879
16900
  __webpack_require__.r(__webpack_exports__);
16880
16901
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16881
16902
  /* harmony export */ "AccountPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.AccountPageFields),
16903
+ /* harmony export */ "GeneralSettingsTabFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.GeneralSettingsTabFields),
16904
+ /* harmony export */ "LoginRestrictionsTabFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.LoginRestrictionsTabFields),
16882
16905
  /* harmony export */ "Metadata": () => (/* reexport safe */ _Metadata__WEBPACK_IMPORTED_MODULE_1__.Metadata),
16883
16906
  /* harmony export */ "PrivacyPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.PrivacyPageFields),
16884
16907
  /* harmony export */ "ProfilePageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.ProfilePageFields),
16885
- /* harmony export */ "SecurityPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SecurityPageFields),
16886
16908
  /* harmony export */ "SecurityPageTabs": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SecurityPageTabs),
16909
+ /* harmony export */ "SessionManagementTabFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SessionManagementTabFields),
16910
+ /* harmony export */ "SignupRestrictionsTabFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SignupRestrictionsTabFields),
16887
16911
  /* harmony export */ "fieldAppearance": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.fieldAppearance),
16888
16912
  /* harmony export */ "tabAppearance": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.tabAppearance)
16889
16913
  /* harmony export */ });
16890
16914
  /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
16891
16915
  /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
16892
- /** @license Frontegg v6.42.0
16916
+ /** @license Frontegg v6.43.0-alpha.1
16893
16917
  *
16894
16918
  * This source code is licensed under the MIT license found in the
16895
16919
  * LICENSE file in the root directory of this source tree.