@reown/appkit-core 1.5.3-k2f8w6.0 → 1.5.3

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.
@@ -1,7 +1,7 @@
1
1
  export declare function useAppKitAccount(): import("vue").Ref<{
2
2
  address: string | null;
3
3
  caipAddress: `eip155:${string}:${string}` | `solana:${string}:${string}` | `polkadot:${string}:${string}` | `bip122:${string}:${string}` | null;
4
- status: "connected" | "disconnected" | "connecting" | "reconnecting" | null;
4
+ status: "reconnecting" | "connected" | "disconnected" | "connecting" | null;
5
5
  isConnected: boolean;
6
6
  }>;
7
7
  export declare function useDisconnect(): {
@@ -512,6 +512,18 @@ export type Event = {
512
512
  properties: {
513
513
  provider: SocialProvider;
514
514
  };
515
+ } | {
516
+ type: 'track';
517
+ event: 'SOCIAL_LOGIN_REQUEST_USER_DATA';
518
+ properties: {
519
+ provider: SocialProvider;
520
+ };
521
+ } | {
522
+ type: 'track';
523
+ event: 'SOCIAL_LOGIN_CANCELED';
524
+ properties: {
525
+ provider: SocialProvider;
526
+ };
515
527
  } | {
516
528
  type: 'track';
517
529
  event: 'OPEN_ENS_FLOW';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-core",
3
- "version": "1.5.3-k2f8w6.0",
3
+ "version": "1.5.3",
4
4
  "type": "module",
5
5
  "main": "./dist/esm/exports/index.js",
6
6
  "types": "./dist/types/exports/index.d.ts",
@@ -39,8 +39,8 @@
39
39
  "@walletconnect/universal-provider": "2.17.0",
40
40
  "valtio": "1.11.2",
41
41
  "viem": "2.x",
42
- "@reown/appkit-common": "1.5.3-k2f8w6.0",
43
- "@reown/appkit-wallet": "1.5.3-k2f8w6.0"
42
+ "@reown/appkit-common": "1.5.3",
43
+ "@reown/appkit-wallet": "1.5.3"
44
44
  },
45
45
  "peerDependencies": {},
46
46
  "devDependencies": {