@frontegg/js 6.36.0-alpha.2 → 6.36.0-alpha.4

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.36.0-alpha.2
1
+ /** @license Frontegg v6.36.0-alpha.4
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.36.0-alpha.2
1
+ /** @license Frontegg v6.36.0-alpha.4
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.36.0-alpha.2"
8
+ "cdnVersion": "6.36.0-alpha.4"
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.36.0-alpha.2",
3
+ "version": "6.36.0-alpha.4",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.18.6",
8
- "@frontegg/types": "6.36.0-alpha.2"
8
+ "@frontegg/types": "6.36.0-alpha.4"
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.36.0-alpha.2"
1271
+ "cdnVersion": "6.36.0-alpha.4"
1272
1272
  });
1273
1273
 
1274
1274
  /***/ }),
@@ -16762,6 +16762,106 @@ Metadata._instances = {};
16762
16762
 
16763
16763
  /***/ }),
16764
16764
 
16765
+ /***/ "../../dist/@frontegg/types/ThemeOptions/consts.js":
16766
+ /*!*********************************************************!*\
16767
+ !*** ../../dist/@frontegg/types/ThemeOptions/consts.js ***!
16768
+ \*********************************************************/
16769
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16770
+
16771
+ "use strict";
16772
+ __webpack_require__.r(__webpack_exports__);
16773
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16774
+ /* harmony export */ "AccountPageFields": () => (/* binding */ AccountPageFields),
16775
+ /* harmony export */ "PrivacyPageFields": () => (/* binding */ PrivacyPageFields),
16776
+ /* harmony export */ "ProfilePageFields": () => (/* binding */ ProfilePageFields),
16777
+ /* harmony export */ "SecurityPageFields": () => (/* binding */ SecurityPageFields),
16778
+ /* harmony export */ "SecurityPageTabs": () => (/* binding */ SecurityPageTabs)
16779
+ /* harmony export */ });
16780
+ let ProfilePageFields;
16781
+
16782
+ (function (ProfilePageFields) {
16783
+ ProfilePageFields["Name"] = "name";
16784
+ ProfilePageFields["PhoneNumber"] = "phoneNumber";
16785
+ ProfilePageFields["Address"] = "address";
16786
+ ProfilePageFields["JobTitle"] = "jobTitle";
16787
+ })(ProfilePageFields || (ProfilePageFields = {}));
16788
+
16789
+ let PrivacyPageFields;
16790
+
16791
+ (function (PrivacyPageFields) {
16792
+ PrivacyPageFields["LoginSessions"] = "loginSessions";
16793
+ PrivacyPageFields["Mfa"] = "mfa";
16794
+ })(PrivacyPageFields || (PrivacyPageFields = {}));
16795
+
16796
+ let AccountPageFields;
16797
+
16798
+ (function (AccountPageFields) {
16799
+ AccountPageFields["CompanyName"] = "companyName";
16800
+ AccountPageFields["Address"] = "address";
16801
+ AccountPageFields["Website"] = "website";
16802
+ AccountPageFields["Timezone"] = "timezone";
16803
+ AccountPageFields["Currency"] = "currency";
16804
+ })(AccountPageFields || (AccountPageFields = {}));
16805
+
16806
+ let SecurityPageFields;
16807
+
16808
+ (function (SecurityPageFields) {
16809
+ SecurityPageFields["IdleSessionTimeout"] = "idleSessionTimeout";
16810
+ SecurityPageFields["ForceReLogin"] = "forceReLogin";
16811
+ SecurityPageFields["MaximumConcurrentSessions"] = "maximumConcurrentSessions";
16812
+ SecurityPageFields["Mfa"] = "mfa";
16813
+ SecurityPageFields["UserLockout"] = "userLockout";
16814
+ SecurityPageFields["PasswordHistory"] = "passwordHistory";
16815
+ SecurityPageFields["IpAddressRestrictions"] = "ipAddressRestrictions";
16816
+ SecurityPageFields["LoginRestrictionsByCountry"] = "loginRestrictionsByCountry";
16817
+ SecurityPageFields["RestrictSignupByEmailDomain"] = "restrictSignupByEmailDomain";
16818
+ })(SecurityPageFields || (SecurityPageFields = {}));
16819
+
16820
+ let SecurityPageTabs;
16821
+
16822
+ (function (SecurityPageTabs) {
16823
+ SecurityPageTabs["SessionManagement"] = "sessionManagement";
16824
+ SecurityPageTabs["GeneralSettings"] = "generalSettings";
16825
+ SecurityPageTabs["LoginRestrictions"] = "loginRestrictions";
16826
+ SecurityPageTabs["SignupRestrictions"] = "signupRestrictions";
16827
+ })(SecurityPageTabs || (SecurityPageTabs = {}));
16828
+
16829
+ /***/ }),
16830
+
16831
+ /***/ "../../dist/@frontegg/types/ThemeOptions/index.js":
16832
+ /*!********************************************************!*\
16833
+ !*** ../../dist/@frontegg/types/ThemeOptions/index.js ***!
16834
+ \********************************************************/
16835
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16836
+
16837
+ "use strict";
16838
+ __webpack_require__.r(__webpack_exports__);
16839
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16840
+ /* harmony export */ "AccountPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.AccountPageFields),
16841
+ /* harmony export */ "PrivacyPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.PrivacyPageFields),
16842
+ /* harmony export */ "ProfilePageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.ProfilePageFields),
16843
+ /* harmony export */ "SecurityPageFields": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.SecurityPageFields),
16844
+ /* harmony export */ "SecurityPageTabs": () => (/* reexport safe */ _consts__WEBPACK_IMPORTED_MODULE_0__.SecurityPageTabs),
16845
+ /* harmony export */ "fieldAppearance": () => (/* binding */ fieldAppearance),
16846
+ /* harmony export */ "tabAppearance": () => (/* binding */ tabAppearance)
16847
+ /* harmony export */ });
16848
+ /* harmony import */ var _consts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./consts */ "../../dist/@frontegg/types/ThemeOptions/consts.js");
16849
+
16850
+
16851
+
16852
+
16853
+ const fieldAppearance = {
16854
+ hidden: 'hidden',
16855
+ viewOnly: 'viewOnly',
16856
+ edit: 'edit'
16857
+ };
16858
+ const tabAppearance = {
16859
+ hidden: 'hidden',
16860
+ edit: 'edit'
16861
+ };
16862
+
16863
+ /***/ }),
16864
+
16765
16865
  /***/ "../../dist/@frontegg/types/index.js":
16766
16866
  /*!*******************************************!*\
16767
16867
  !*** ../../dist/@frontegg/types/index.js ***!
@@ -16771,10 +16871,18 @@ Metadata._instances = {};
16771
16871
  "use strict";
16772
16872
  __webpack_require__.r(__webpack_exports__);
16773
16873
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16774
- /* harmony export */ "Metadata": () => (/* reexport safe */ _Metadata__WEBPACK_IMPORTED_MODULE_0__.Metadata)
16874
+ /* harmony export */ "AccountPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.AccountPageFields),
16875
+ /* harmony export */ "Metadata": () => (/* reexport safe */ _Metadata__WEBPACK_IMPORTED_MODULE_1__.Metadata),
16876
+ /* harmony export */ "PrivacyPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.PrivacyPageFields),
16877
+ /* harmony export */ "ProfilePageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.ProfilePageFields),
16878
+ /* harmony export */ "SecurityPageFields": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SecurityPageFields),
16879
+ /* harmony export */ "SecurityPageTabs": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.SecurityPageTabs),
16880
+ /* harmony export */ "fieldAppearance": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.fieldAppearance),
16881
+ /* harmony export */ "tabAppearance": () => (/* reexport safe */ _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__.tabAppearance)
16775
16882
  /* harmony export */ });
16776
- /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
16777
- /** @license Frontegg v6.36.0-alpha.2
16883
+ /* harmony import */ var _ThemeOptions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ThemeOptions */ "../../dist/@frontegg/types/ThemeOptions/index.js");
16884
+ /* harmony import */ var _Metadata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Metadata */ "../../dist/@frontegg/types/Metadata/index.js");
16885
+ /** @license Frontegg v6.36.0-alpha.4
16778
16886
  *
16779
16887
  * This source code is licensed under the MIT license found in the
16780
16888
  * LICENSE file in the root directory of this source tree.