@reown/appkit-scaffold-ui 1.1.2 → 1.1.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.
@@ -3,7 +3,7 @@ export declare class W3mSwitchActiveChainView extends LitElement {
3
3
  static styles: import("lit").CSSResult;
4
4
  private unsubscribe;
5
5
  protected readonly switchToChain: import("@reown/appkit-common").ChainNamespace | undefined;
6
- protected readonly navigateTo: "Account" | "AccountSettings" | "SelectAddresses" | "AllWallets" | "ApproveTransaction" | "BuyInProgress" | "WalletCompatibleNetworks" | "ChooseAccountName" | "Connect" | "Create" | "ConnectingExternal" | "ConnectingFarcaster" | "ConnectingWalletConnect" | "ConnectingSiwe" | "ConnectingSocial" | "ConnectSocials" | "ConnectWallets" | "Downloads" | "EmailVerifyOtp" | "EmailVerifyDevice" | "GetWallet" | "Networks" | "OnRampActivity" | "OnRampFiatSelect" | "OnRampProviders" | "OnRampTokenSelect" | "Profile" | "RegisterAccountName" | "RegisterAccountNameSuccess" | "SwitchNetwork" | "SwitchAddress" | "Transactions" | "UnsupportedChain" | "UpdateEmailWallet" | "UpdateEmailPrimaryOtp" | "UpdateEmailSecondaryOtp" | "UpgradeEmailWallet" | "UpgradeToSmartAccount" | "WalletReceive" | "WalletSend" | "WalletSendPreview" | "WalletSendSelectToken" | "WhatIsANetwork" | "WhatIsAWallet" | "WhatIsABuy" | "Swap" | "SwapSelectToken" | "SwapPreview" | "ConnectingMultiChain" | "SwitchActiveChain" | undefined;
6
+ protected readonly navigateTo: "Account" | "AccountSettings" | "SelectAddresses" | "AllWallets" | "ApproveTransaction" | "BuyInProgress" | "WalletCompatibleNetworks" | "ChooseAccountName" | "Connect" | "Create" | "ConnectingExternal" | "ConnectingFarcaster" | "ConnectingWalletConnect" | "ConnectingSiwe" | "ConnectingSocial" | "ConnectSocials" | "ConnectWallets" | "Downloads" | "EmailVerifyOtp" | "EmailVerifyDevice" | "GetWallet" | "Networks" | "OnRampActivity" | "OnRampFiatSelect" | "OnRampProviders" | "OnRampTokenSelect" | "Profile" | "RegisterAccountName" | "RegisterAccountNameSuccess" | "SwitchNetwork" | "SwitchAddress" | "Transactions" | "UnsupportedChain" | "UpdateEmailWallet" | "UpdateEmailPrimaryOtp" | "UpdateEmailSecondaryOtp" | "UpgradeEmailWallet" | "UpgradeToSmartAccount" | "WalletReceive" | "WalletSend" | "WalletSendPreview" | "WalletSendSelectToken" | "WhatIsANetwork" | "WhatIsAWallet" | "WhatIsABuy" | "Swap" | "SwapSelectToken" | "SwapPreview" | "ConnectingMultiChain" | "SwitchActiveChain" | "SmartSessionCreated" | undefined;
7
7
  protected readonly navigateWithReplace: boolean | undefined;
8
8
  protected readonly caipNetwork: import("@reown/appkit-common").CaipNetwork | undefined;
9
9
  activeChain: import("@reown/appkit-common").ChainNamespace | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-scaffold-ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/exports/index.js",
6
6
  "types": "./dist/types/exports/index.d.ts",
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "lit": "3.1.0",
25
- "@reown/appkit-common": "1.1.2",
26
- "@reown/appkit-core": "1.1.2",
27
- "@reown/appkit-siwe": "1.1.2",
28
- "@reown/appkit-ui": "1.1.2",
29
- "@reown/appkit-utils": "1.1.2",
30
- "@reown/appkit-wallet": "1.1.2"
25
+ "@reown/appkit-common": "1.1.4",
26
+ "@reown/appkit-core": "1.1.4",
27
+ "@reown/appkit-siwe": "1.1.4",
28
+ "@reown/appkit-ui": "1.1.4",
29
+ "@reown/appkit-utils": "1.1.4",
30
+ "@reown/appkit-wallet": "1.1.4"
31
31
  },
32
32
  "author": "Reown <support@reown.com> (https://reown.com)",
33
33
  "license": "Apache-2.0",