@toruslabs/openlogin-utils
Advanced tools
Comparing version 4.5.1 to 4.7.0
@@ -237,2 +237,8 @@ import { LOGIN_PROVIDER, MFA_LEVELS, OPENLOGIN_NETWORK, SUPPORTED_KEY_CURVES, UX_MODE } from "./constants"; | ||
/** | ||
* Use logo loader | ||
* | ||
* @defaultValue false | ||
*/ | ||
useLogoLoader?: boolean; | ||
/** | ||
* Used to customize theme of the login modal with following options | ||
@@ -239,0 +245,0 @@ * `'primary'` - To customize primary color of modal's content. |
{ | ||
"name": "@toruslabs/openlogin-utils", | ||
"version": "4.5.1", | ||
"version": "4.7.0", | ||
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme", | ||
@@ -53,3 +53,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "333d92b15e09150a2fc934c842fd9456c6d2f054" | ||
"gitHead": "537c9c7629e10f4a8ce07ed7560dd6985709b6f4" | ||
} |
@@ -255,2 +255,8 @@ import { LOGIN_PROVIDER, MFA_LEVELS, OPENLOGIN_NETWORK, SUPPORTED_KEY_CURVES, UX_MODE } from "./constants"; | ||
dark?: boolean; | ||
/** | ||
* Use logo loader | ||
* | ||
* @defaultValue false | ||
*/ | ||
useLogoLoader?: boolean; | ||
@@ -257,0 +263,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
268561
1824