@funkit/connect 3.0.0-next.6 → 3.0.0-next.8

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/{chunk-Z3QREJ3Q.js → chunk-EUSK63OY.js} +1 -1
  3. package/dist/components/Box/Box.d.ts +21 -21
  4. package/dist/components/CloseButton/CloseButton.d.ts +6 -3
  5. package/dist/components/Dialog/Dialog.d.ts +5 -3
  6. package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +2 -3
  7. package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -0
  8. package/dist/components/FunButton/FunBackButton.d.ts +6 -3
  9. package/dist/components/FunSkeletonLoader/FunSkeletonBlock.d.ts +6 -10
  10. package/dist/components/FunSkeletonLoader/FunSkeletonCircle.d.ts +4 -13
  11. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +1 -1
  12. package/dist/components/Icons/TwoFactor.d.ts +2 -0
  13. package/dist/components/ProfileDetails/FunProfileViews/Home/Home.css.d.ts +1 -0
  14. package/dist/components/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +1 -0
  15. package/dist/components/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +1 -0
  16. package/dist/css/sprinkles.css.d.ts +21 -21
  17. package/dist/hooks/useScrollDivider.d.ts +1 -0
  18. package/dist/index.css +1954 -1796
  19. package/dist/index.js +733 -665
  20. package/dist/themes/darkTheme.js +1 -1
  21. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/chunk-A6MZY5ZZ.js +81 -0
  25. package/dist/wallets/walletConnectors/chunk-ARIYPPEC.js +92 -0
  26. package/dist/wallets/walletConnectors/chunk-BEAW5Y5M.js +60 -0
  27. package/dist/wallets/walletConnectors/chunk-PIZ2XVGH.js +60 -0
  28. package/dist/wallets/walletConnectors/chunk-RXUGTOMT.js +60 -0
  29. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  30. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  31. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  32. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  33. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  34. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  35. package/dist/wallets/walletConnectors/index.js +78 -78
  36. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  37. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  38. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  39. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  40. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  41. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  42. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  43. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  44. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  45. package/package.json +4 -3
  46. package/dist/{utils → consts}/checkoutFees.d.ts +0 -0
  47. package/dist/wallets/walletConnectors/{chunk-UWZQZY4S.js → chunk-45BGLKK3.js} +3 -3
  48. package/dist/wallets/walletConnectors/{chunk-AUVBWDIK.js → chunk-CW3DUKXK.js} +3 -3
  49. package/dist/wallets/walletConnectors/{chunk-5K4DIMYR.js → chunk-E5XC6KBV.js} +3 -3
  50. package/dist/wallets/walletConnectors/{chunk-2EMZOYQI.js → chunk-FCHEJLHR.js} +3 -3
  51. package/dist/wallets/walletConnectors/{chunk-QP2BIVXD.js → chunk-HKN7647Q.js} +3 -3
  52. package/dist/wallets/walletConnectors/{chunk-AXPQHNUI.js → chunk-IOQWKPOO.js} +3 -3
  53. package/dist/wallets/walletConnectors/{chunk-L7QI6PBN.js → chunk-LPQBQIZL.js} +3 -3
  54. package/dist/wallets/walletConnectors/{chunk-UZEMNN3Q.js → chunk-LTIIUGMZ.js} +3 -3
  55. package/dist/wallets/walletConnectors/{chunk-EFIENLEE.js → chunk-VJ5C6RXN.js} +3 -3
  56. package/dist/wallets/walletConnectors/{chunk-B7FHT3CB.js → chunk-WMLYUYMP.js} +3 -3
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  darkTheme
4
- } from "../chunk-Z3QREJ3Q.js";
4
+ } from "../chunk-EUSK63OY.js";
5
5
  import "../chunk-HFT6OV3T.js";
6
6
  export {
7
7
  darkTheme
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-4K3EKHXR.js";
4
+ } from "../chunk-KL5Z3XHJ.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  bifrostWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-B5D7DYVV.js";
4
+ } from "../chunk-IEVZW3XR.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  bitgetWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-HCKLWBE5.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-3AZNOY75.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  bybitWallet
9
9
  };
@@ -0,0 +1,81 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
5
+ import {
6
+ isMobile
7
+ } from "./chunk-RETKWSKD.js";
8
+
9
+ // src/wallets/walletConnectors/bloomWallet/bloomWallet.ts
10
+ var bloomWallet = ({
11
+ projectId,
12
+ walletConnectParameters
13
+ }) => ({
14
+ id: "bloomWallet",
15
+ name: "Bloom Wallet",
16
+ iconBackground: "#000",
17
+ iconAccent: "#000",
18
+ hidden: () => isMobile(),
19
+ iconUrl: async () => (await import("./bloomWallet-MXLAOWS6.js")).default,
20
+ downloadUrls: {
21
+ qrCode: "https://bloomwallet.io/",
22
+ windows: "https://bloomwallet.io/",
23
+ macos: "https://bloomwallet.io/",
24
+ linux: "https://bloomwallet.io/",
25
+ desktop: "https://bloomwallet.io/"
26
+ },
27
+ qrCode: {
28
+ getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
29
+ instructions: {
30
+ learnMoreUrl: "https://bloomwallet.io/",
31
+ steps: [
32
+ {
33
+ description: "wallet_connectors.bloom.qr_code.step1.description",
34
+ step: "install",
35
+ title: "wallet_connectors.bloom.qr_code.step1.title"
36
+ },
37
+ {
38
+ description: "wallet_connectors.bloom.qr_code.step2.description",
39
+ step: "create",
40
+ title: "wallet_connectors.bloom.qr_code.step2.title"
41
+ },
42
+ {
43
+ description: "wallet_connectors.bloom.qr_code.step3.description",
44
+ step: "refresh",
45
+ title: "wallet_connectors.bloom.qr_code.step3.title"
46
+ }
47
+ ]
48
+ }
49
+ },
50
+ desktop: {
51
+ getUri: (uri) => `bloom://wallet-connect/wc?uri=${encodeURIComponent(uri)}`,
52
+ instructions: {
53
+ learnMoreUrl: "https://bloomwallet.io/",
54
+ steps: [
55
+ {
56
+ description: "wallet_connectors.bloom.desktop.step1.description",
57
+ step: "install",
58
+ title: "wallet_connectors.bloom.desktop.step1.title"
59
+ },
60
+ {
61
+ description: "wallet_connectors.bloom.desktop.step2.description",
62
+ step: "create",
63
+ title: "wallet_connectors.bloom.desktop.step2.title"
64
+ },
65
+ {
66
+ description: "wallet_connectors.bloom.desktop.step3.description",
67
+ step: "refresh",
68
+ title: "wallet_connectors.bloom.desktop.step3.title"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ createConnector: getWalletConnectConnector({
74
+ projectId,
75
+ walletConnectParameters
76
+ })
77
+ });
78
+
79
+ export {
80
+ bloomWallet
81
+ };
@@ -0,0 +1,92 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
5
+ import {
6
+ isAndroid
7
+ } from "./chunk-RETKWSKD.js";
8
+
9
+ // src/wallets/walletConnectors/ledgerWallet/ledgerWallet.ts
10
+ var ledgerWallet = ({
11
+ projectId,
12
+ walletConnectParameters
13
+ }) => ({
14
+ id: "ledger",
15
+ iconBackground: "#000",
16
+ iconAccent: "#000",
17
+ name: "Ledger",
18
+ iconUrl: async () => (await import("./ledgerWallet-KZKJ5Q2S.js")).default,
19
+ downloadUrls: {
20
+ android: "https://play.google.com/store/apps/details?id=com.ledger.live",
21
+ ios: "https://apps.apple.com/us/app/ledger-live-web3-wallet/id1361671700",
22
+ mobile: "https://www.ledger.com/ledger-live",
23
+ qrCode: "https://r354.adj.st/?adj_t=t2esmlk",
24
+ windows: "https://www.ledger.com/ledger-live/download",
25
+ macos: "https://www.ledger.com/ledger-live/download",
26
+ linux: "https://www.ledger.com/ledger-live/download",
27
+ desktop: "https://www.ledger.com/ledger-live"
28
+ },
29
+ mobile: {
30
+ getUri: (uri) => {
31
+ return isAndroid() ? uri : `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
32
+ }
33
+ },
34
+ desktop: {
35
+ getUri: (uri) => {
36
+ return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
37
+ },
38
+ instructions: {
39
+ learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
40
+ steps: [
41
+ {
42
+ description: "wallet_connectors.ledger.desktop.step1.description",
43
+ step: "install",
44
+ title: "wallet_connectors.ledger.desktop.step1.title"
45
+ },
46
+ {
47
+ description: "wallet_connectors.ledger.desktop.step2.description",
48
+ step: "create",
49
+ title: "wallet_connectors.ledger.desktop.step2.title"
50
+ },
51
+ {
52
+ description: "wallet_connectors.ledger.desktop.step3.description",
53
+ step: "connect",
54
+ title: "wallet_connectors.ledger.desktop.step3.title"
55
+ }
56
+ ]
57
+ }
58
+ },
59
+ qrCode: {
60
+ getUri: (uri) => {
61
+ return `ledgerlive://wc?uri=${encodeURIComponent(uri)}`;
62
+ },
63
+ instructions: {
64
+ learnMoreUrl: "https://support.ledger.com/hc/en-us/articles/4404389503889-Getting-started-with-Ledger-Live",
65
+ steps: [
66
+ {
67
+ description: "wallet_connectors.ledger.qr_code.step1.description",
68
+ step: "install",
69
+ title: "wallet_connectors.ledger.qr_code.step1.title"
70
+ },
71
+ {
72
+ description: "wallet_connectors.ledger.qr_code.step2.description",
73
+ step: "create",
74
+ title: "wallet_connectors.ledger.qr_code.step2.title"
75
+ },
76
+ {
77
+ description: "wallet_connectors.ledger.qr_code.step3.description",
78
+ step: "scan",
79
+ title: "wallet_connectors.ledger.qr_code.step3.title"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ createConnector: getWalletConnectConnector({
85
+ projectId,
86
+ walletConnectParameters
87
+ })
88
+ });
89
+
90
+ export {
91
+ ledgerWallet
92
+ };
@@ -0,0 +1,60 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
5
+ import {
6
+ isAndroid
7
+ } from "./chunk-RETKWSKD.js";
8
+
9
+ // src/wallets/walletConnectors/argentWallet/argentWallet.ts
10
+ var argentWallet = ({
11
+ projectId,
12
+ walletConnectParameters
13
+ }) => ({
14
+ id: "argent",
15
+ name: "Argent",
16
+ iconUrl: async () => (await import("./argentWallet-M6SBG4CU.js")).default,
17
+ iconBackground: "#fff",
18
+ downloadUrls: {
19
+ android: "https://play.google.com/store/apps/details?id=im.argent.contractwalletclient",
20
+ ios: "https://apps.apple.com/us/app/argent/id1358741926",
21
+ mobile: "https://argent.xyz/download-argent",
22
+ qrCode: "https://argent.link/app"
23
+ },
24
+ mobile: {
25
+ getUri: (uri) => {
26
+ return isAndroid() ? uri : `argent://app/wc?uri=${encodeURIComponent(uri)}`;
27
+ }
28
+ },
29
+ qrCode: {
30
+ getUri: (uri) => uri,
31
+ instructions: {
32
+ learnMoreUrl: "https://argent.xyz/learn/what-is-a-crypto-wallet/",
33
+ steps: [
34
+ {
35
+ description: "wallet_connectors.argent.qr_code.step1.description",
36
+ step: "install",
37
+ title: "wallet_connectors.argent.qr_code.step1.title"
38
+ },
39
+ {
40
+ description: "wallet_connectors.argent.qr_code.step2.description",
41
+ step: "create",
42
+ title: "wallet_connectors.argent.qr_code.step2.title"
43
+ },
44
+ {
45
+ description: "wallet_connectors.argent.qr_code.step3.description",
46
+ step: "scan",
47
+ title: "wallet_connectors.argent.qr_code.step3.title"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ createConnector: getWalletConnectConnector({
53
+ projectId,
54
+ walletConnectParameters
55
+ })
56
+ });
57
+
58
+ export {
59
+ argentWallet
60
+ };
@@ -0,0 +1,60 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
5
+ import {
6
+ isAndroid
7
+ } from "./chunk-RETKWSKD.js";
8
+
9
+ // src/wallets/walletConnectors/omniWallet/omniWallet.ts
10
+ var omniWallet = ({
11
+ projectId,
12
+ walletConnectParameters
13
+ }) => ({
14
+ id: "omni",
15
+ name: "Omni",
16
+ iconUrl: async () => (await import("./omniWallet-DEYUMT4A.js")).default,
17
+ iconBackground: "#000",
18
+ downloadUrls: {
19
+ android: "https://play.google.com/store/apps/details?id=fi.steakwallet.app",
20
+ ios: "https://itunes.apple.com/us/app/id1569375204",
21
+ mobile: "https://omniwallet.app.link",
22
+ qrCode: "https://omniwallet.app.link"
23
+ },
24
+ mobile: {
25
+ getUri: (uri) => {
26
+ return isAndroid() ? uri : `omni://wc?uri=${encodeURIComponent(uri)}`;
27
+ }
28
+ },
29
+ qrCode: {
30
+ getUri: (uri) => uri,
31
+ instructions: {
32
+ learnMoreUrl: "https://omni.app/support",
33
+ steps: [
34
+ {
35
+ description: "wallet_connectors.omni.qr_code.step1.description",
36
+ step: "install",
37
+ title: "wallet_connectors.omni.qr_code.step1.title"
38
+ },
39
+ {
40
+ description: "wallet_connectors.omni.qr_code.step2.description",
41
+ step: "create",
42
+ title: "wallet_connectors.omni.qr_code.step2.title"
43
+ },
44
+ {
45
+ description: "wallet_connectors.omni.qr_code.step3.description",
46
+ step: "scan",
47
+ title: "wallet_connectors.omni.qr_code.step3.title"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ createConnector: getWalletConnectConnector({
53
+ projectId,
54
+ walletConnectParameters
55
+ })
56
+ });
57
+
58
+ export {
59
+ omniWallet
60
+ };
@@ -0,0 +1,60 @@
1
+ "use client";
2
+ import {
3
+ getWalletConnectConnector
4
+ } from "./chunk-23WIEY36.js";
5
+ import {
6
+ isAndroid
7
+ } from "./chunk-RETKWSKD.js";
8
+
9
+ // src/wallets/walletConnectors/oktoWallet/oktoWallet.ts
10
+ var oktoWallet = ({
11
+ projectId,
12
+ walletConnectParameters
13
+ }) => ({
14
+ id: "Okto",
15
+ name: "Okto",
16
+ iconUrl: async () => (await import("./oktoWallet-GJFOPPEA.js")).default,
17
+ iconBackground: "#fff",
18
+ downloadUrls: {
19
+ android: "https://play.google.com/store/apps/details?id=im.okto.contractwalletclient",
20
+ ios: "https://apps.apple.com/in/app/okto-wallet/id6450688229",
21
+ mobile: "https://okto.tech/",
22
+ qrCode: "https://okto.tech/"
23
+ },
24
+ mobile: {
25
+ getUri: (uri) => {
26
+ return isAndroid() ? uri : `okto://wc?uri=${encodeURIComponent(uri)}`;
27
+ }
28
+ },
29
+ qrCode: {
30
+ getUri: (uri) => uri,
31
+ instructions: {
32
+ learnMoreUrl: "https://okto.tech/",
33
+ steps: [
34
+ {
35
+ description: "wallet_connectors.okto.qr_code.step1.description",
36
+ step: "install",
37
+ title: "wallet_connectors.okto.qr_code.step1.title"
38
+ },
39
+ {
40
+ description: "wallet_connectors.okto.qr_code.step2.description",
41
+ step: "create",
42
+ title: "wallet_connectors.okto.qr_code.step2.title"
43
+ },
44
+ {
45
+ description: "wallet_connectors.okto.qr_code.step3.description",
46
+ step: "scan",
47
+ title: "wallet_connectors.okto.qr_code.step3.title"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ createConnector: getWalletConnectConnector({
53
+ projectId,
54
+ walletConnectParameters
55
+ })
56
+ });
57
+
58
+ export {
59
+ oktoWallet
60
+ };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-J2BF4L2V.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-UHHA5V52.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-WAMHUVNP.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-ZXGMW3OS.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-57UUMOOZ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-MOOW2AOC.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-OKUX4BC4.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-WAOREEBE.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-HMDUVRZP.js";
4
+ } from "../chunk-LCOUKF2U.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  frontierWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-5MVCKMZT.js";
4
+ } from "../chunk-YIJ5ULO3.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  gateWallet
10
10
  };