From 6a2aba6830db990e29dc0362ae4e0447bbd0d2fc Mon Sep 17 00:00:00 2001 From: Maharshi Mishra Date: Tue, 14 Nov 2023 07:25:33 +0530 Subject: [PATCH 1/2] Update _openlogin-whitelabel-config.mdx --- src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx b/src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx index 1afacd5a4..58ab11e11 100644 --- a/src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx +++ b/src/common/sdk/pnp/web/_openlogin-whitelabel-config.mdx @@ -21,8 +21,8 @@ The whitelabel parameter takes `WhitelabelData` as input. The `WhitelabelData` o | ------------------ | ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | --------- | | `appName?` | `string` | App name to be displayed in the User Flow Screens. | dApp's Website URL | No | | `appUrl?` | `string` | App URL to be displayed in the User Flow Screens. | dApp's Website URL | No | -| `logoLight?` | `string` | App logo to be shown on the dark background (dark theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No | -| `logoDark?` | `string` | App logo to be shown on the light background (light theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No | +| `logoLight?` | `string` | App logo to be shown on the light background (light theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No | +| `logoDark?` | `string` | App logo to be shown on the dark background (dark theme) | [web3auth-logo.svg](https://images.web3auth.io/web3auth-logo.svg) | No | | `defaultLanguage?` | `string` | Default Language to use.
Choose from: | en - English | No | | `mode?` | `string` | Choose between `auto`, `light` or `dark` background modes. | `auto` | No | | `theme?` | `{ [P in string]: string; }` | Used to customize the theme of the login modal with the following options
`'primary'` - To customize the primary color of the modal's content | `#0364FF` | No | From 14f897109a9fdd071521c5bcf4b8b320f1e9c714 Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Tue, 14 Nov 2023 12:23:10 +0530 Subject: [PATCH 2/2] bump version --- docs/sdk/pnp/flutter/flutter.mdx | 2 +- docs/sdk/pnp/react-native/react-native.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk/pnp/flutter/flutter.mdx b/docs/sdk/pnp/flutter/flutter.mdx index 3f30cb0be..b6231da06 100644 --- a/docs/sdk/pnp/flutter/flutter.mdx +++ b/docs/sdk/pnp/flutter/flutter.mdx @@ -9,7 +9,7 @@ Web3Auth provides a [Flutter SDK](https://github.com/Web3Auth/web3auth-flutter-s Flutter app to authenticate users using Web3Auth. It returns a private key generated in a non-custodial way on successful user authentication. This authentication is achieved by using any of the supported social logins Web3Auth provides or using a custom authentication flow of your choice. -#### This Documentation is based on the `3.1.0` SDK Version. +#### This Documentation is based on the `3.1.1` SDK Version. ## Requirements diff --git a/docs/sdk/pnp/react-native/react-native.mdx b/docs/sdk/pnp/react-native/react-native.mdx index 8472a0c68..94e56704b 100644 --- a/docs/sdk/pnp/react-native/react-native.mdx +++ b/docs/sdk/pnp/react-native/react-native.mdx @@ -10,7 +10,7 @@ TypeScript. The Web3Auth React Native SDK is a client-side library you can use w returns a private key generated in a non-custodial way on successful authentication of the user. This authentication can be achieved by using any of the social logins Web3Auth provides or using a custom authentication flow of your choice. -#### This Documentation is based on the `5.0.0` SDK Version. +#### This Documentation is based on the `5.1.0` SDK Version. ### Requirements