@frontegg/types 4.19.0 → 4.20.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/FronteggAppOptions.d.ts +4 -0
- package/package.json +2 -2
package/FronteggAppOptions.d.ts
CHANGED
|
@@ -22,6 +22,10 @@ export interface FronteggAppOptions extends FronteggStoreOptions {
|
|
|
22
22
|
* pass true to customLoginBox to prevent loading LoginBox and implement authentication pages with @frontegg/react-hooks
|
|
23
23
|
*/
|
|
24
24
|
customLoginBox?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* pass true to hostedLoginBox if you are using frontegg hosted login
|
|
27
|
+
*/
|
|
28
|
+
hostedLoginBox?: boolean;
|
|
25
29
|
/**
|
|
26
30
|
* Option to override Frontegg loader visibility. LoginBox will call this function when
|
|
27
31
|
* the full page loader mounted and unmounted, for override and display custom loader
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.0",
|
|
4
4
|
"types": "index.d.ts",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
"csstype": "^3.0.8"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@frontegg/redux-store": "4.
|
|
15
|
+
"@frontegg/redux-store": "4.20.0"
|
|
16
16
|
}
|
|
17
17
|
}
|