@getpara/react-common 2.0.0-alpha.17 → 2.0.0-alpha.18

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.
@@ -58,7 +58,8 @@ export declare enum EvmWallet {
58
58
  export declare enum SolanaWallet {
59
59
  PHANTOM = "PHANTOM",
60
60
  GLOW = "GLOW",
61
- BACKPACK = "BACKPACK"
61
+ BACKPACK = "BACKPACK",
62
+ SOLFLARE = "SOLFLARE"
62
63
  }
63
64
  export declare enum CosmosWallet {
64
65
  KEPLR = "KEPLR",
@@ -70,6 +71,7 @@ export declare const ExternalWallet: {
70
71
  PHANTOM: SolanaWallet.PHANTOM;
71
72
  GLOW: SolanaWallet.GLOW;
72
73
  BACKPACK: SolanaWallet.BACKPACK;
74
+ SOLFLARE: SolanaWallet.SOLFLARE;
73
75
  METAMASK: EvmWallet.METAMASK;
74
76
  RAINBOW: EvmWallet.RAINBOW;
75
77
  COINBASE: EvmWallet.COINBASE;
@@ -16,6 +16,7 @@ var SolanaWallet = /* @__PURE__ */ ((SolanaWallet2) => {
16
16
  SolanaWallet2["PHANTOM"] = "PHANTOM";
17
17
  SolanaWallet2["GLOW"] = "GLOW";
18
18
  SolanaWallet2["BACKPACK"] = "BACKPACK";
19
+ SolanaWallet2["SOLFLARE"] = "SOLFLARE";
19
20
  return SolanaWallet2;
20
21
  })(SolanaWallet || {});
21
22
  var CosmosWallet = /* @__PURE__ */ ((CosmosWallet2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/react-common",
3
- "version": "2.0.0-alpha.17",
3
+ "version": "2.0.0-alpha.18",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,8 +11,8 @@
11
11
  "*.css"
12
12
  ],
13
13
  "dependencies": {
14
- "@getpara/react-components": "2.0.0-alpha.17",
15
- "@getpara/web-sdk": "2.0.0-alpha.17",
14
+ "@getpara/react-components": "2.0.0-alpha.18",
15
+ "@getpara/web-sdk": "2.0.0-alpha.18",
16
16
  "@moonpay/moonpay-react": "^1.8.3",
17
17
  "@ramp-network/ramp-instant-sdk": "^4.0.5",
18
18
  "libphonenumber-js": "^1.11.1",
@@ -40,5 +40,5 @@
40
40
  "resolutions": {
41
41
  "styled-components": "^6"
42
42
  },
43
- "gitHead": "5cb0f3dee5564995c465ead160ed817ba2ba37a7"
43
+ "gitHead": "2333bc727fe61593821d448ee12facaee230c4b0"
44
44
  }