@frontegg/types 5.62.1 → 5.62.2
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.
|
@@ -40,7 +40,7 @@ export interface LayoutOptions {
|
|
|
40
40
|
* side, floating right will display login box at the right element
|
|
41
41
|
* with default width equal to 50% of the window width
|
|
42
42
|
*/
|
|
43
|
-
type
|
|
43
|
+
type?: 'float-right' | 'center' | 'float-left';
|
|
44
44
|
/**
|
|
45
45
|
* splitSize is for the side element to setup how much % of the window side elements wi'll take
|
|
46
46
|
* default is 50 = 50%;
|