@funkit/connect 4.1.6 → 5.0.0

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 (80) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/{chunk-TKJVOYWW.js → chunk-2LVAEHB2.js} +19 -5
  3. package/dist/{chunk-QCYFMAKN.js → chunk-7RFJFAFX.js} +5 -1
  4. package/dist/{chunk-C7BDNBKV.js → chunk-ZQ7UHAVV.js} +5 -1
  5. package/dist/components/Box/Box.d.ts +23 -23
  6. package/dist/components/CopyAddress/CopyInputDisplayedAddress.d.ts +2 -1
  7. package/dist/components/CopyAddress/OldCopyAddressButton.d.ts +5 -0
  8. package/dist/components/Dialog/Dialog.css.d.ts +6 -0
  9. package/dist/components/Dialog/Dialog.d.ts +1 -1
  10. package/dist/components/Dialog/DialogContent.css.d.ts +2 -0
  11. package/dist/components/Dropdown/BaseDropdown.d.ts +1 -1
  12. package/dist/components/Dropdown/BaseDropdownItem.css.d.ts +2 -0
  13. package/dist/components/Dropdown/BaseDropdownItem.d.ts +2 -1
  14. package/dist/components/Dropdown/ChainDropdown.d.ts +3 -1
  15. package/dist/components/Dropdown/TokenDropdown.d.ts +3 -2
  16. package/dist/components/FunAlert/FunAlert.d.ts +2 -1
  17. package/dist/components/FunAsset/FunAssetBadge.d.ts +8 -1
  18. package/dist/components/FunAsset/FunAssetItem.d.ts +3 -1
  19. package/dist/components/FunButton/FunButton.d.ts +2 -1
  20. package/dist/components/FunTransactionSummary/FunTxSummaryComponents.d.ts +1 -1
  21. package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +3 -3
  22. package/dist/consts/customers.d.ts +1 -0
  23. package/dist/css/sprinkles.css.d.ts +41 -23
  24. package/dist/domains/asset.d.ts +10 -1
  25. package/dist/domains/checkoutState.d.ts +3 -2
  26. package/dist/domains/wallet.d.ts +10 -0
  27. package/dist/hooks/useCheckoutItemDisplay.d.ts +8 -0
  28. package/dist/index.css +2095 -1852
  29. package/dist/index.d.ts +1 -0
  30. package/dist/index.js +1911 -1635
  31. package/dist/modals/CheckoutModal/ConfirmationStep/DisclaimerText.d.ts +5 -1
  32. package/dist/modals/CheckoutModal/ConfirmationStep/usePostCheckout.d.ts +1 -0
  33. package/dist/modals/CheckoutModal/InputAmount/state.d.ts +4 -2
  34. package/dist/modals/CheckoutModal/InputAmount/utils.d.ts +1 -1
  35. package/dist/modals/FunCheckoutHistoryModal/FunCheckoutHistoryContent.d.ts +2 -1
  36. package/dist/modals/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +2 -1
  37. package/dist/modals/FunCheckoutHistoryModal/useCustomStatusAnimationAboveTopbar.d.ts +26 -0
  38. package/dist/providers/FunkitCheckoutContext.d.ts +28 -5
  39. package/dist/providers/FunkitConfigContext.d.ts +5 -5
  40. package/dist/providers/FunkitThemeProvider.d.ts +27 -0
  41. package/dist/providers/ModalSizeContext.d.ts +1 -0
  42. package/dist/themes/baseTheme.d.ts +2 -1
  43. package/dist/themes/baseTheme.js +1 -1
  44. package/dist/themes/darkTheme.js +2 -2
  45. package/dist/themes/lightTheme.js +2 -2
  46. package/dist/utils/assets.d.ts +1 -16
  47. package/dist/utils/checkout.d.ts +7 -2
  48. package/dist/utils/consts.d.ts +1 -0
  49. package/dist/utils/flags/config.d.ts +9 -15
  50. package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
  51. package/dist/wallets/walletConnectors/chunk-3NC26XLM.js +92 -0
  52. package/dist/wallets/walletConnectors/chunk-3U3BMEH5.js +94 -0
  53. package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +103 -0
  54. package/dist/wallets/walletConnectors/chunk-545L7Y4M.js +69 -0
  55. package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +110 -0
  56. package/dist/wallets/walletConnectors/chunk-7GSNBOD3.js +99 -0
  57. package/dist/wallets/walletConnectors/chunk-ETTNDQQG.js +100 -0
  58. package/dist/wallets/walletConnectors/chunk-FRGSRLTS.js +93 -0
  59. package/dist/wallets/walletConnectors/chunk-HKV7EMYZ.js +96 -0
  60. package/dist/wallets/walletConnectors/chunk-IPOC2VJX.js +106 -0
  61. package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +95 -0
  62. package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +96 -0
  63. package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +87 -0
  64. package/dist/wallets/walletConnectors/chunk-MOOBCMMB.js +70 -0
  65. package/dist/wallets/walletConnectors/chunk-N2NIIUW6.js +146 -0
  66. package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +98 -0
  67. package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +66 -0
  68. package/dist/wallets/walletConnectors/index.js +54 -54
  69. package/package.json +5 -5
  70. package/dist/Arc-VPZRUJGC.js +0 -7
  71. package/dist/Brave-CNIOSZJS.js +0 -7
  72. package/dist/Browser-3D4QDCGS.js +0 -7
  73. package/dist/Chrome-CBNGC2ZN.js +0 -7
  74. package/dist/Edge-6CGHSI4D.js +0 -7
  75. package/dist/Firefox-XTYBPISX.js +0 -7
  76. package/dist/Linux-X65XN6MG.js +0 -7
  77. package/dist/Macos-5QL4JBJE.js +0 -7
  78. package/dist/Opera-PAFQG2LC.js +0 -7
  79. package/dist/Safari-MV3S3IGE.js +0 -7
  80. package/dist/Windows-F4SQNFRR.js +0 -7
@@ -0,0 +1,146 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.ts
11
+ import { isAndroid, isIOS } from "@funkit/utils";
12
+ function isMetaMask(ethereum) {
13
+ if (!ethereum?.isMetaMask) return false;
14
+ if (ethereum.isBraveWallet && !ethereum._events && !ethereum._state)
15
+ return false;
16
+ if (ethereum.isApexWallet) return false;
17
+ if (ethereum.isAvalanche) return false;
18
+ if (ethereum.isBackpack) return false;
19
+ if (ethereum.isBifrost) return false;
20
+ if (ethereum.isBitKeep) return false;
21
+ if (ethereum.isBitski) return false;
22
+ if (ethereum.isBlockWallet) return false;
23
+ if (ethereum.isCoinbaseWallet) return false;
24
+ if (ethereum.isDawn) return false;
25
+ if (ethereum.isEnkrypt) return false;
26
+ if (ethereum.isExodus) return false;
27
+ if (ethereum.isFrame) return false;
28
+ if (ethereum.isFrontier) return false;
29
+ if (ethereum.isGamestop) return false;
30
+ if (ethereum.isHyperPay) return false;
31
+ if (ethereum.isImToken) return false;
32
+ if (ethereum.isKuCoinWallet) return false;
33
+ if (ethereum.isMathWallet) return false;
34
+ if (ethereum.isNestWallet) return false;
35
+ if (ethereum.isOkxWallet || ethereum.isOKExWallet) return false;
36
+ if (ethereum.isOneInchIOSWallet || ethereum.isOneInchAndroidWallet)
37
+ return false;
38
+ if (ethereum.isOpera) return false;
39
+ if (ethereum.isPhantom) return false;
40
+ if (ethereum.isPortal) return false;
41
+ if (ethereum.isRabby) return false;
42
+ if (ethereum.isRainbow) return false;
43
+ if (ethereum.isStatus) return false;
44
+ if (ethereum.isTalisman) return false;
45
+ if (ethereum.isTally) return false;
46
+ if (ethereum.isTokenPocket) return false;
47
+ if (ethereum.isTokenary) return false;
48
+ if (ethereum.isTrust || ethereum.isTrustWallet) return false;
49
+ if (ethereum.isXDEFI) return false;
50
+ if (ethereum.isZeal) return false;
51
+ if (ethereum.isZerion) return false;
52
+ return true;
53
+ }
54
+ var metaMaskWallet = ({
55
+ projectId,
56
+ walletConnectParameters
57
+ }) => {
58
+ const isMetaMaskInjected = hasInjectedProvider({ flag: "isMetaMask" });
59
+ const shouldUseWalletConnect = !isMetaMaskInjected;
60
+ const getUri = (uri) => {
61
+ return isAndroid() ? uri : isIOS() ? (
62
+ // currently broken in MetaMask v6.5.0 https://github.com/MetaMask/metamask-mobile/issues/6457
63
+ `metamask://wc?uri=${encodeURIComponent(uri)}`
64
+ ) : `https://metamask.app.link/wc?uri=${encodeURIComponent(uri)}`;
65
+ };
66
+ return {
67
+ id: "metaMask",
68
+ name: "MetaMask",
69
+ rdns: "io.metamask",
70
+ iconUrl: async () => (await import("./metaMaskWallet-RMHEKBDR.js")).default,
71
+ iconAccent: "#f6851a",
72
+ iconBackground: "#fff",
73
+ installed: !shouldUseWalletConnect ? isMetaMaskInjected : void 0,
74
+ downloadUrls: {
75
+ android: "https://play.google.com/store/apps/details?id=io.metamask",
76
+ ios: "https://apps.apple.com/us/app/metamask/id1438144202",
77
+ mobile: "https://metamask.io/download",
78
+ qrCode: "https://metamask.io/download",
79
+ chrome: "https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn",
80
+ edge: "https://microsoftedge.microsoft.com/addons/detail/metamask/ejbalbakoplchlghecdalmeeeajnimhm",
81
+ firefox: "https://addons.mozilla.org/firefox/addon/ether-metamask",
82
+ opera: "https://addons.opera.com/extensions/details/metamask-10",
83
+ browserExtension: "https://metamask.io/download"
84
+ },
85
+ mobile: {
86
+ getUri: shouldUseWalletConnect ? getUri : void 0
87
+ },
88
+ qrCode: shouldUseWalletConnect ? {
89
+ getUri,
90
+ instructions: {
91
+ learnMoreUrl: "https://metamask.io/faqs/",
92
+ steps: [
93
+ {
94
+ description: "wallet_connectors.metamask.qr_code.step1.description",
95
+ step: "install",
96
+ title: "wallet_connectors.metamask.qr_code.step1.title"
97
+ },
98
+ {
99
+ description: "wallet_connectors.metamask.qr_code.step2.description",
100
+ step: "create",
101
+ title: "wallet_connectors.metamask.qr_code.step2.title"
102
+ },
103
+ {
104
+ description: "wallet_connectors.metamask.qr_code.step3.description",
105
+ step: "refresh",
106
+ title: "wallet_connectors.metamask.qr_code.step3.title"
107
+ }
108
+ ]
109
+ }
110
+ } : void 0,
111
+ extension: {
112
+ instructions: {
113
+ learnMoreUrl: "https://metamask.io/faqs/",
114
+ steps: [
115
+ {
116
+ description: "wallet_connectors.metamask.extension.step1.description",
117
+ step: "install",
118
+ title: "wallet_connectors.metamask.extension.step1.title"
119
+ },
120
+ {
121
+ description: "wallet_connectors.metamask.extension.step2.description",
122
+ step: "create",
123
+ title: "wallet_connectors.metamask.extension.step2.title"
124
+ },
125
+ {
126
+ description: "wallet_connectors.metamask.extension.step3.description",
127
+ step: "refresh",
128
+ title: "wallet_connectors.metamask.extension.step3.title"
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
134
+ projectId,
135
+ walletConnectParameters
136
+ }) : getInjectedConnector({
137
+ target: typeof window !== "undefined" ? window.ethereum?.providers?.find(
138
+ isMetaMask
139
+ ) ?? window.ethereum : void 0
140
+ })
141
+ };
142
+ };
143
+
144
+ export {
145
+ metaMaskWallet
146
+ };
@@ -0,0 +1,98 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/bybitWallet/bybitWallet.ts
11
+ var bybitWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isBybitInjected = hasInjectedProvider({
16
+ namespace: "bybitWallet"
17
+ });
18
+ const shouldUseWalletConnect = !isBybitInjected;
19
+ const getUri = (uri) => {
20
+ return `bybitapp://open/route?targetUrl=by://web3/walletconnect/wc?uri=${encodeURIComponent(
21
+ uri
22
+ )}`;
23
+ };
24
+ return {
25
+ id: "bybit",
26
+ name: "Bybit Wallet",
27
+ rdns: "com.bybit",
28
+ iconUrl: async () => (await import("./bybitWallet-GOPAS32Q.js")).default,
29
+ installed: !shouldUseWalletConnect ? isBybitInjected : void 0,
30
+ iconBackground: "#000000",
31
+ downloadUrls: {
32
+ chrome: "https://chromewebstore.google.com/detail/bybit-wallet/pdliaogehgdbhbnmkklieghmmjkpigpa",
33
+ browserExtension: "https://www.bybit.com/en/web3",
34
+ android: "https://play.google.com/store/apps/details?id=com.bybit.app",
35
+ ios: "https://apps.apple.com/us/app/bybit-buy-trade-crypto/id1488296980",
36
+ mobile: "https://www.bybit.com/en/web3",
37
+ qrCode: "https://www.bybit.com/en/web3"
38
+ },
39
+ mobile: {
40
+ getUri: shouldUseWalletConnect ? getUri : void 0
41
+ },
42
+ qrCode: shouldUseWalletConnect ? {
43
+ getUri: (uri) => uri,
44
+ instructions: {
45
+ learnMoreUrl: "https://www.bybit.com/en/web3",
46
+ steps: [
47
+ {
48
+ description: "wallet_connectors.bybit.qr_code.step1.description",
49
+ step: "install",
50
+ title: "wallet_connectors.bybit.qr_code.step1.title"
51
+ },
52
+ {
53
+ description: "wallet_connectors.bybit.qr_code.step2.description",
54
+ step: "create",
55
+ title: "wallet_connectors.bybit.qr_code.step2.title"
56
+ },
57
+ {
58
+ description: "wallet_connectors.bybit.qr_code.step3.description",
59
+ step: "scan",
60
+ title: "wallet_connectors.bybit.qr_code.step3.title"
61
+ }
62
+ ]
63
+ }
64
+ } : void 0,
65
+ extension: {
66
+ instructions: {
67
+ learnMoreUrl: "https://www.bybit.com/en/web3",
68
+ steps: [
69
+ {
70
+ description: "wallet_connectors.bybit.extension.step1.description",
71
+ step: "install",
72
+ title: "wallet_connectors.bybit.extension.step1.title"
73
+ },
74
+ {
75
+ description: "wallet_connectors.bybit.extension.step2.description",
76
+ step: "create",
77
+ title: "wallet_connectors.bybit.extension.step2.title"
78
+ },
79
+ {
80
+ description: "wallet_connectors.bybit.extension.step3.description",
81
+ step: "refresh",
82
+ title: "wallet_connectors.bybit.extension.step3.title"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
88
+ projectId,
89
+ walletConnectParameters
90
+ }) : getInjectedConnector({
91
+ namespace: "bybitWallet"
92
+ })
93
+ };
94
+ };
95
+
96
+ export {
97
+ bybitWallet
98
+ };
@@ -0,0 +1,66 @@
1
+ "use client";
2
+ import {
3
+ getInjectedConnector,
4
+ hasInjectedProvider
5
+ } from "./chunk-WRA2DVJ7.js";
6
+ import {
7
+ getWalletConnectConnector
8
+ } from "./chunk-23WIEY36.js";
9
+
10
+ // src/wallets/walletConnectors/foxWallet/foxWallet.ts
11
+ var foxWallet = ({
12
+ projectId,
13
+ walletConnectParameters
14
+ }) => {
15
+ const isFoxInjected = hasInjectedProvider({
16
+ namespace: "foxwallet.ethereum"
17
+ });
18
+ const shouldUseWalletConnect = !isFoxInjected;
19
+ return {
20
+ id: "foxwallet",
21
+ name: "FoxWallet",
22
+ iconUrl: async () => (await import("./foxWallet-I7D5KIW4.js")).default,
23
+ iconBackground: "#fff",
24
+ downloadUrls: {
25
+ android: "https://play.google.com/store/apps/details?id=com.foxwallet.play",
26
+ ios: "https://apps.apple.com/app/foxwallet-crypto-web3/id1590983231",
27
+ qrCode: "https://foxwallet.com/download"
28
+ },
29
+ mobile: {
30
+ getUri: shouldUseWalletConnect ? (uri) => {
31
+ return `foxwallet://wc?uri=${encodeURIComponent(uri)}`;
32
+ } : void 0
33
+ },
34
+ qrCode: shouldUseWalletConnect ? {
35
+ getUri: (uri) => uri,
36
+ instructions: {
37
+ learnMoreUrl: "https://foxwallet.com",
38
+ steps: [
39
+ {
40
+ description: "wallet_connectors.fox.qr_code.step1.description",
41
+ step: "install",
42
+ title: "wallet_connectors.fox.qr_code.step1.title"
43
+ },
44
+ {
45
+ description: "wallet_connectors.fox.qr_code.step2.description",
46
+ step: "create",
47
+ title: "wallet_connectors.fox.qr_code.step2.title"
48
+ },
49
+ {
50
+ description: "wallet_connectors.fox.qr_code.step3.description",
51
+ step: "scan",
52
+ title: "wallet_connectors.fox.qr_code.step3.title"
53
+ }
54
+ ]
55
+ }
56
+ } : void 0,
57
+ createConnector: shouldUseWalletConnect ? getWalletConnectConnector({
58
+ projectId,
59
+ walletConnectParameters
60
+ }) : getInjectedConnector({ namespace: "foxwallet.ethereum" })
61
+ };
62
+ };
63
+
64
+ export {
65
+ foxWallet
66
+ };
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
- xdefiWallet
4
- } from "./chunk-NO7XMBB5.js";
3
+ walletConnectWallet
4
+ } from "./chunk-NP5QGWNL.js";
5
+ import {
6
+ zerionWallet
7
+ } from "./chunk-AXWP3GD4.js";
5
8
  import {
6
9
  zealWallet
7
10
  } from "./chunk-JROWU5BP.js";
8
- import {
9
- uniswapWallet
10
- } from "./chunk-LH7BMNFZ.js";
11
11
  import {
12
12
  talismanWallet
13
13
  } from "./chunk-ABFSXBE6.js";
14
14
  import {
15
- roninWallet
16
- } from "./chunk-63YLN6R5.js";
15
+ safepalWallet
16
+ } from "./chunk-MSFKSQBY.js";
17
17
  import {
18
18
  tokenPocketWallet
19
19
  } from "./chunk-IDKVN5CF.js";
@@ -24,53 +24,47 @@ import {
24
24
  trustWallet
25
25
  } from "./chunk-ISIBREBO.js";
26
26
  import {
27
- zerionWallet
28
- } from "./chunk-AXWP3GD4.js";
27
+ uniswapWallet
28
+ } from "./chunk-LH7BMNFZ.js";
29
+ import {
30
+ xdefiWallet
31
+ } from "./chunk-NO7XMBB5.js";
29
32
  import {
30
33
  tahoWallet
31
34
  } from "./chunk-6P2EMPZI.js";
32
- import {
33
- walletConnectWallet
34
- } from "./chunk-NP5QGWNL.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-ZSVTX6EK.js";
38
38
  import {
39
- rainbowWallet
40
- } from "./chunk-2UCNRD7H.js";
39
+ ramperWallet
40
+ } from "./chunk-PIUNLQJG.js";
41
41
  import {
42
42
  rabbyWallet
43
43
  } from "./chunk-BVX4XGNP.js";
44
44
  import {
45
- ramperWallet
46
- } from "./chunk-PIUNLQJG.js";
45
+ roninWallet
46
+ } from "./chunk-63YLN6R5.js";
47
47
  import {
48
- safeheronWallet
49
- } from "./chunk-R6RWZRFF.js";
48
+ rainbowWallet
49
+ } from "./chunk-2UCNRD7H.js";
50
50
  import {
51
51
  safeWallet
52
52
  } from "./chunk-BQQQL6UD.js";
53
53
  import {
54
- safepalWallet
55
- } from "./chunk-MSFKSQBY.js";
54
+ safeheronWallet
55
+ } from "./chunk-R6RWZRFF.js";
56
56
  import {
57
57
  subWallet
58
58
  } from "./chunk-AD2KIJB6.js";
59
59
  import {
60
- ledgerWallet
61
- } from "./chunk-BRBKM4PW.js";
62
- import {
63
- oktoWallet
64
- } from "./chunk-ADIXAKUL.js";
65
- import {
66
- okxWallet
67
- } from "./chunk-4WEHDI4Y.js";
60
+ metaMaskWallet
61
+ } from "./chunk-G73C6P5P.js";
68
62
  import {
69
63
  mewWallet
70
64
  } from "./chunk-V57WLZEE.js";
71
65
  import {
72
- metaMaskWallet
73
- } from "./chunk-G73C6P5P.js";
66
+ oktoWallet
67
+ } from "./chunk-ADIXAKUL.js";
74
68
  import {
75
69
  oneInchWallet
76
70
  } from "./chunk-OESTDX6I.js";
@@ -80,73 +74,79 @@ import {
80
74
  import {
81
75
  omniWallet
82
76
  } from "./chunk-7CUY5G6R.js";
77
+ import {
78
+ okxWallet
79
+ } from "./chunk-4WEHDI4Y.js";
80
+ import {
81
+ ledgerWallet
82
+ } from "./chunk-BRBKM4PW.js";
83
83
  import {
84
84
  foxWallet
85
85
  } from "./chunk-LMZMXEXL.js";
86
+ import {
87
+ frameWallet
88
+ } from "./chunk-ZMYVTWDF.js";
86
89
  import {
87
90
  frontierWallet
88
91
  } from "./chunk-3S2U24BJ.js";
89
92
  import {
90
- imTokenWallet
91
- } from "./chunk-COZ7MIQS.js";
93
+ injectedWallet
94
+ } from "./chunk-VCVVV2K7.js";
92
95
  import {
93
96
  gateWallet
94
97
  } from "./chunk-GSOYKKIS.js";
95
- import {
96
- frameWallet
97
- } from "./chunk-ZMYVTWDF.js";
98
- import {
99
- injectedWallet
100
- } from "./chunk-VCVVV2K7.js";
101
98
  import {
102
99
  kresusWallet
103
100
  } from "./chunk-MJXPRJZT.js";
101
+ import {
102
+ imTokenWallet
103
+ } from "./chunk-COZ7MIQS.js";
104
+ import {
105
+ bybitWallet
106
+ } from "./chunk-6ONTSPEY.js";
104
107
  import {
105
108
  clvWallet
106
109
  } from "./chunk-KR6JBW5E.js";
107
- import {
108
- coreWallet
109
- } from "./chunk-HBA36GW3.js";
110
110
  import {
111
111
  coinbaseWallet
112
112
  } from "./chunk-H4IRCEZN.js";
113
- import {
114
- coin98Wallet
115
- } from "./chunk-DTRYS3MO.js";
116
- import {
117
- bitskiWallet
118
- } from "./chunk-P74YPRF6.js";
119
113
  import {
120
114
  dawnWallet
121
115
  } from "./chunk-LN7OD5EC.js";
116
+ import {
117
+ coreWallet
118
+ } from "./chunk-HBA36GW3.js";
122
119
  import {
123
120
  desigWallet
124
121
  } from "./chunk-CTU6JCOK.js";
122
+ import {
123
+ coin98Wallet
124
+ } from "./chunk-DTRYS3MO.js";
125
125
  import {
126
126
  enkryptWallet
127
127
  } from "./chunk-SJTXS4ZW.js";
128
- import {
129
- bifrostWallet
130
- } from "./chunk-W6N74MS3.js";
131
128
  import {
132
129
  argentWallet
133
130
  } from "./chunk-WSQ2YJO2.js";
134
131
  import {
135
132
  bitgetWallet
136
133
  } from "./chunk-A5APNTGL.js";
134
+ import {
135
+ bitskiWallet
136
+ } from "./chunk-P74YPRF6.js";
137
+ import {
138
+ bifrostWallet
139
+ } from "./chunk-W6N74MS3.js";
137
140
  import {
138
141
  bitverseWallet
139
142
  } from "./chunk-3HZRRP4Y.js";
140
143
  import {
141
144
  bloomWallet
142
145
  } from "./chunk-S27IADFU.js";
146
+ import "./chunk-23WIEY36.js";
143
147
  import {
144
148
  braveWallet
145
149
  } from "./chunk-PB254NQ4.js";
146
- import {
147
- bybitWallet
148
- } from "./chunk-6ONTSPEY.js";
149
- import "./chunk-23WIEY36.js";
150
150
  import "./chunk-WRA2DVJ7.js";
151
151
  export {
152
152
  argentWallet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "4.1.6",
3
+ "version": "5.0.0",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -88,11 +88,11 @@
88
88
  "react-virtuoso": "4.10.1",
89
89
  "ua-parser-js": "^1.0.37",
90
90
  "uuid": "^9.0.1",
91
- "@funkit/api-base": "1.5.3",
92
- "@funkit/utils": "1.0.5",
93
91
  "@funkit/chains": "0.1.2",
94
- "@funkit/core": "2.3.4",
95
- "@funkit/wagmi-tools": "3.0.26"
92
+ "@funkit/api-base": "1.5.4",
93
+ "@funkit/core": "2.3.5",
94
+ "@funkit/wagmi-tools": "3.0.27",
95
+ "@funkit/utils": "1.0.6"
96
96
  },
97
97
  "repository": {
98
98
  "type": "git",
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Arc.svg
4
- var Arc_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" viewBox="0 0 78 78"><defs><path id="a" fill="%231A007F" fill-rule="evenodd" d="m26.722 56.452 6.608-13.904c-5.047-1.073-10.126-4.195-12.999-7.993l-6.91 14.529a39.3 39.3 0 0 0 13.3 7.368Z" clip-rule="evenodd"/><path id="b" fill="%234E000A" fill-rule="evenodd" d="M54.304 34.138c-3.32 4.07-7.931 7.087-12.864 8.263l6.588 13.863c4.809-1.623 9.304-4.245 13.185-7.608l-6.91-14.518Z" clip-rule="evenodd"/><path id="c" fill="%231A007F" fill-rule="evenodd" d="m13.422 49.084-3.455 7.265c-1.76 3.694-.437 8.242 3.184 10.167 3.84 2.04 8.566.448 10.419-3.434l3.152-6.63a39.4 39.4 0 0 1-13.3-7.368" clip-rule="evenodd"/><path id="d" fill="%23FF9396" fill-rule="evenodd" d="M68.02 18.277a7.586 7.586 0 0 0-8.93 5.952c-.729 3.642-2.436 7.035-4.787 9.92l6.9 14.528c6.369-5.527 11.074-13.052 12.759-21.471.823-4.122-1.842-8.117-5.943-8.93" clip-rule="evenodd"/><path id="e" fill="%23002DC8" fill-rule="evenodd" d="M41.438 42.403a19.3 19.3 0 0 1-4.496.54 17.3 17.3 0 0 1-3.61-.395c-5.048-1.072-10.128-4.194-13-7.993-.718-.947-1.301-1.936-1.706-2.945-1.572-3.882-5.996-5.756-9.878-4.195-3.881 1.572-5.755 5.995-4.194 9.877 1.78 4.414 4.923 8.462 8.867 11.791a39.4 39.4 0 0 0 13.291 7.37c3.341 1.071 6.807 1.665 10.22 1.665 3.788 0 7.525-.656 11.084-1.853z" clip-rule="evenodd"/><path id="f" fill="%23FF536A" fill-rule="evenodd" d="m64.846 56.316-3.643-7.66-6.9-14.518-.011.01s0-.01.011-.01L44.27 13.032a7.59 7.59 0 0 0-6.848-4.33 7.59 7.59 0 0 0-6.848 4.33L20.343 34.554c2.872 3.799 7.95 6.921 12.999 7.993l3.309-6.952a.866.866 0 0 1 1.561 0l3.238 6.806h.02-.02l6.588 13.863 3.236 6.807a7.58 7.58 0 0 0 6.858 4.33 7.4 7.4 0 0 0 2.02-.281c4.569-1.26 6.734-6.515 4.694-10.804" clip-rule="evenodd"/></defs><path fill="%23000" fill-rule="evenodd" d="M37.422 8.702a7.59 7.59 0 0 1 6.848 4.33l10.033 21.107s0 .01-.011.01c0 0 0-.011.01-.011 2.353-2.883 4.06-6.276 4.788-9.919.822-4.11 4.818-6.764 8.93-5.952a7.585 7.585 0 0 1 5.953 8.93c-1.686 8.419-6.39 15.944-12.76 21.47l3.643 7.66c2.019 4.246-.094 9.44-4.57 10.771l-.135.043a7.5 7.5 0 0 1-2.019.28 7.6 7.6 0 0 1-6.858-4.33l-3.238-6.805-6.587-13.863h.022-.022l-3.237-6.807a.865.865 0 0 0-1.56 0l-3.31 6.952c-5.048-1.07-10.127-4.194-13-7.993l10.231-21.523a7.55 7.55 0 0 1 6.848-4.35ZM8.749 27.414a7.58 7.58 0 0 1 9.876 4.195c.407 1.01.99 1.998 1.707 2.945l.01.011.344.436c.032.042.063.074.094.116l.093.114c.053.052.094.115.146.166.01.01.021.022.021.032l-.02-.032c.197.24.415.468.634.699.01.009.01.02.02.02a20 20 0 0 0 2.385 2.112c.405.313.822.603 1.248.895.042.021.073.052.115.074 2.404 1.58 5.162 2.767 7.91 3.35 1.165.25 2.33.386 3.465.396h.146c1.509 0 3.018-.188 4.495-.542l6.589 13.863c-3.56 1.198-7.296 1.853-11.084 1.853-3.414 0-6.869-.593-10.22-1.665l-3.154 6.63a7.583 7.583 0 0 1-10.418 3.434C9.53 64.59 8.207 60.053 9.967 56.348l3.455-7.264c-3.903-3.3-7.015-7.307-8.815-11.657l-.052-.135c-1.56-3.883.312-8.305 4.194-9.878" clip-rule="evenodd"/><path fill="%23fff" fill-rule="evenodd" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.021" d="M37.422 8.702a7.59 7.59 0 0 1 6.848 4.33l10.033 21.107s0 .01-.011.01c0 0 0-.011.01-.011 2.353-2.883 4.06-6.276 4.788-9.919.822-4.11 4.818-6.764 8.93-5.952a7.585 7.585 0 0 1 5.953 8.93c-1.686 8.419-6.39 15.944-12.76 21.47l3.643 7.66c2.019 4.246-.094 9.44-4.57 10.771l-.135.043a7.5 7.5 0 0 1-2.019.28 7.6 7.6 0 0 1-6.858-4.33l-3.238-6.805-6.587-13.863h.022-.022l-3.237-6.807a.865.865 0 0 0-1.56 0l-3.31 6.952c-5.048-1.07-10.127-4.194-13-7.993l10.231-21.523a7.55 7.55 0 0 1 6.848-4.35h0ZM8.749 27.414a7.58 7.58 0 0 1 9.876 4.195c.407 1.01.99 1.998 1.707 2.945l.01.011.344.436c.032.042.063.074.094.116l.093.114c.053.052.094.115.146.166.01.01.021.022.021.032l-.02-.032c.197.24.415.468.634.699.01.009.01.02.02.02a20 20 0 0 0 2.385 2.112c.405.313.822.603 1.248.895.042.021.073.052.115.074 2.404 1.58 5.162 2.767 7.91 3.35 1.165.25 2.33.386 3.465.396h.146c1.509 0 3.018-.188 4.495-.542l6.589 13.863c-3.56 1.198-7.296 1.853-11.084 1.853-3.414 0-6.869-.593-10.22-1.665l-3.154 6.63a7.583 7.583 0 0 1-10.418 3.434C9.53 64.59 8.207 60.053 9.967 56.348l3.455-7.264c-3.903-3.3-7.015-7.307-8.815-11.657l-.052-.135c-1.56-3.883.312-8.305 4.194-9.878" clip-rule="evenodd"/><use xlink:href="%23a" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23b" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23c" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23d" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23e" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23f" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23a" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23b" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23c" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23d" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23e" fill-rule="evenodd" clip-rule="evenodd"/><use xlink:href="%23f" fill-rule="evenodd" clip-rule="evenodd"/></svg>';
5
- export {
6
- Arc_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Brave.svg
4
- var Brave_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><path fill="url(%23a)" fill-rule="evenodd" d="m67.81 19.54 1.69-4.2s-2.14-2.35-4.75-5c-2.6-2.65-8.1-1.09-8.1-1.09L50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c-2.6 2.64-4.75 4.98-4.75 4.98l1.69 4.21-2.15 6.24s6.3 24.3 7.04 27.28c1.46 5.84 2.45 8.1 6.58 11.06a514 514 0 0 0 12.85 8.89c1.23.78 2.76 2.1 4.13 2.1 1.38 0 2.91-1.32 4.14-2.1 1.22-.78 8.72-5.92 12.85-8.89 4.13-2.96 5.12-5.22 6.58-11.06.74-2.97 7.04-27.28 7.04-27.28z" clip-rule="evenodd"/><path fill="%23fff" fill-rule="evenodd" d="M39.35 47.5c.42 0 3.11.97 5.27 2.1 2.15 1.14 3.72 1.95 4.22 2.26.5.32.2.92-.26 1.25s-6.57 5.15-7.17 5.69c-.6.53-1.46 1.41-2.06 1.41-.59 0-1.46-.88-2.05-1.41-.6-.54-6.71-5.36-7.17-5.69-.45-.33-.76-.93-.26-1.25.5-.31 2.07-1.12 4.22-2.25 2.16-1.14 4.85-2.1 5.26-2.1Zm.04-34.36c.2.01 1.36.07 3.02.63 1.84.63 3.83 1.4 4.75 1.4s7.73-1.32 7.73-1.32 8.06 9.94 8.06 12.06c0 2.13-1.01 2.69-2.03 3.8l-6.05 6.54c-.57.62-1.77 1.55-1.06 3.24.7 1.7 1.73 3.84.58 6.03-1.15 2.18-3.12 3.63-4.38 3.4-1.26-.25-4.23-1.83-5.32-2.55s-4.54-3.62-4.54-4.73 3.57-3.1 4.23-3.56c.66-.45 3.67-2.2 3.73-2.9.06-.69.04-.89-.85-2.59s-2.49-3.97-2.22-5.48c.26-1.51 2.84-2.3 4.68-3 1.84-.71 5.39-2.05 5.83-2.26.44-.2.33-.4-1.01-.53s-5.15-.65-6.86-.16c-1.72.49-4.65 1.23-4.89 1.62-.24.4-.45.4-.2 1.76.24 1.36 1.5 7.87 1.62 9.02.12 1.16.36 1.92-.87 2.2-1.22.3-3.28.79-3.99.79-.7 0-2.76-.5-3.99-.78-1.22-.29-.98-1.05-.86-2.2.12-1.16 1.38-7.67 1.62-9.03.25-1.35.04-1.37-.2-1.76-.24-.4-3.17-1.13-4.89-1.62-1.71-.49-5.52.03-6.86.16s-1.46.32-1.01.53c.44.21 3.98 1.55 5.83 2.26 1.84.7 4.42 1.49 4.68 3 .27 1.51-1.33 3.78-2.22 5.48s-.91 1.9-.85 2.6c.06.68 3.07 2.44 3.73 2.89s4.23 2.45 4.23 3.56c0 1.1-3.45 4.01-4.54 4.73-1.1.72-4.06 2.3-5.32 2.54s-3.23-1.21-4.38-3.4c-1.15-2.18-.12-4.33.58-6.02s-.49-2.62-1.06-3.24L17.8 29.7c-1.02-1.1-2.04-1.66-2.04-3.79 0-2.12 8.07-12.06 8.07-12.06s6.81 1.33 7.73 1.33 2.9-.78 4.74-1.4a11.3 11.3 0 0 1 3.03-.64h.07Z" clip-rule="evenodd"/><mask id="b" width="52" height="14" x="13" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="%23fff" d="M56.64 9.25 50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c0 0 7.34-.68 9.86 3.5 0 0 6.81 1.33 7.73 1.33s2.9-.78 4.74-1.4c1.84-.63 3.06-.64 3.06-.64s1.23 0 3.06.63c1.84.63 3.83 1.4 4.75 1.4s7.73-1.32 7.73-1.32c2.52-4.18 9.86-3.5 9.86-3.5-2.6-2.66-8.1-1.1-8.1-1.1Z"/></mask><g mask="url(%23b)"><path fill="url(%23c)" d="M56.64 9.25 50.37 2H28.34l-6.28 7.25s-5.5-1.56-8.1 1.1c0 0 7.34-.68 9.86 3.5 0 0 6.81 1.33 7.73 1.33s2.9-.78 4.74-1.4c1.84-.63 3.06-.64 3.06-.64s1.23 0 3.06.63c1.84.63 3.83 1.4 4.75 1.4s7.73-1.32 7.73-1.32c2.52-4.18 9.86-3.5 9.86-3.5-2.6-2.66-8.1-1.1-8.1-1.1Z"/></g><defs><linearGradient id="a" x1="8.75" x2="69.96" y1="39.07" y2="39.07" gradientUnits="userSpaceOnUse"><stop stop-color="%23F50"/><stop offset=".41" stop-color="%23F50"/><stop offset=".58" stop-color="%23FF2000"/><stop offset="1" stop-color="%23FF2000"/></linearGradient><linearGradient id="c" x1="15.05" x2="64.75" y1="8.68" y2="8.68" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF452A"/><stop offset="1" stop-color="%23FF2000"/></linearGradient></defs></svg>';
5
- export {
6
- Brave_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Browser.svg
4
- var Browser_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(%23a)" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37m0-5c17.673 0 32-14.327 32-32S56.673 7 39 7 7 21.327 7 39s14.327 32 32 32"/><path fill="url(%23b)" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37m0-5c17.673 0 32-14.327 32-32S56.673 7 39 7 7 21.327 7 39s14.327 32 32 32"/></g><circle cx="39" cy="39" r="30" fill="url(%23c)"/><circle cx="39" cy="39" r="30" fill="url(%23d)" fill-opacity=".7" style="mix-blend-mode:screen"/><g filter="url(%23e)"><circle cx="39" cy="39" r="29.5" stroke="%23000"/></g><g filter="url(%23f)"><path fill="%23000" fill-opacity=".3" d="m55.681 53.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071m-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252S34.8 42.325 34.8 39.997a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z"/></g><path fill="%23000" fill-opacity=".8" d="m55.681 52.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071m-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252S34.8 41.325 34.8 38.997a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z"/><path fill="url(%23g)" d="m55.681 52.597-8.973-18.865c-.54-1.147-1.316-1.924-2.429-2.463l-18.824-8.91c-2.429-1.147-4.25.607-3.103 3.105 1.147 2.497 8.94 18.831 8.94 18.831.505 1.08 1.248 1.822 2.428 2.43l18.858 8.943c2.361 1.114 4.183-.742 3.103-3.071m-12.38-13.6c0 2.328-1.923 4.252-4.25 4.252S34.8 41.325 34.8 38.997a4.255 4.255 0 0 1 4.25-4.252c2.328 0 4.25 1.89 4.25 4.252Z" opacity=".14"/><path fill="url(%23h)" fill-opacity=".08" d="M61.248 56.008c.166-.217.25-.325.378-.66.754-1.95-1.183-3.95-3.157-3.26-.338.118-.904.522-2.035 1.332A29.86 29.86 0 0 1 39 59.003a29.86 29.86 0 0 1-17.425-5.577c-1.132-.809-1.697-1.213-2.035-1.331-1.974-.69-3.911 1.313-3.156 3.263.129.334.212.442.378.659 5.118 6.679 13.176 10.986 22.24 10.986 9.068 0 17.129-4.31 22.246-10.995"/><path fill="url(%23i)" fill-opacity=".2" d="M62.26 40.051C63.805 41.947 67 41.445 67 39c0-15.464-12.536-28-28-28S11 23.536 11 39c0 2.445 3.195 2.946 4.74 1.051C21.241 33.307 29.618 29 39 29s17.758 4.307 23.26 11.051"/><path fill="url(%23j)" d="M39 45a6 6 0 1 1 0-11.999 6 6 0 0 1 0 12Z"/><path stroke="%23fff" stroke-opacity=".24" stroke-width=".125" d="M36.728 44.486a5.938 5.938 0 1 0 4.545-10.971 5.938 5.938 0 0 0-4.545 10.971Z"/><g filter="url(%23k)"><path fill="%231A1B1F" d="M39 46a6 6 0 1 1 0-11.999 6 6 0 0 1 0 12Z"/></g><path fill="url(%23l)" d="M39 44.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11"/><path stroke="%23fff" stroke-opacity=".24" stroke-width=".25" d="M36.944 43.966a5.376 5.376 0 1 0 4.114-9.934 5.376 5.376 0 0 0-4.114 9.934Z"/><path fill="url(%23m)" fill-rule="evenodd" d="M36.704 44.544a6.002 6.002 0 0 0 8.297-5.543 6 6 0 1 0-8.297 5.543m.191-.463a5.5 5.5 0 1 0 4.21-10.163 5.5 5.5 0 0 0-4.21 10.163" clip-rule="evenodd"/><path fill="url(%23n)" fill-opacity=".06" d="M36.897 42.12A6 6 0 0 0 39 42.5c1.46 0 2.858-.526 3.89-1.464.256-.233.701-.022.54.285a5 5 0 0 1-9.049-.406c-.098-.238.237-.383.411-.195a5.6 5.6 0 0 0 2.103 1.4Z"/><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(%23o)" d="M39 71c17.673 0 32-14.327 32-32S56.673 7 39 7 7 21.327 7 39s14.327 32 32 32m0-2c16.569 0 30-13.431 30-30S55.569 9 39 9 9 22.431 9 39s13.431 30 30 30"/><path fill="url(%23p)" d="M39 71c17.673 0 32-14.327 32-32S56.673 7 39 7 7 21.327 7 39s14.327 32 32 32m0-2c16.569 0 30-13.431 30-30S55.569 9 39 9 9 22.431 9 39s13.431 30 30 30"/></g><path fill="url(%23q)" fill-rule="evenodd" d="M39 76c20.434 0 37-16.566 37-37S59.434 2 39 2 2 18.566 2 39s16.566 37 37 37m0-1c19.882 0 36-16.118 36-36S58.882 3 39 3 3 19.118 3 39s16.118 36 36 36" clip-rule="evenodd"/><circle cx="39" cy="39" r="32" stroke="%23fff" stroke-opacity=".3" stroke-width=".25"/><defs><linearGradient id="a" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23174299"/><stop offset="1" stop-color="%23001E59"/></linearGradient><linearGradient id="b" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23D2D8E4"/><stop offset="1" stop-color="%23C2C9D6"/></linearGradient><linearGradient id="g" x1="34" x2="46.5" y1="45.5" y2="33" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity="0"/><stop offset=".453" stop-color="%23fff" stop-opacity=".64"/><stop offset=".453" stop-color="%233B3B3B" stop-opacity=".233"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="39" x2="39" y1="11" y2="41.205" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff"/><stop offset="1" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="39.001" x2="38.751" y1="33" y2="45" gradientUnits="userSpaceOnUse"><stop stop-color="%23DCE1EA"/><stop offset="1" stop-color="%23BEC6D5"/></linearGradient><linearGradient id="l" x1="39.001" x2="38.772" y1="33.5" y2="44.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23DCE1EA"/><stop offset="1" stop-color="%23BEC6D5"/></linearGradient><linearGradient id="m" x1="39" x2="39" y1="33" y2="45.001" gradientUnits="userSpaceOnUse"><stop stop-color="%23F2F4F7"/><stop offset="1" stop-color="%23A3ADC2"/></linearGradient><linearGradient id="o" x1="39" x2="39" y1="7" y2="71" gradientUnits="userSpaceOnUse"><stop stop-color="%23D2D8E4"/><stop offset="1" stop-color="%23C2C9D6"/></linearGradient><linearGradient id="p" x1="39" x2="39" y1="7" y2="71" gradientUnits="userSpaceOnUse"><stop stop-color="%239FACC6"/><stop offset="1" stop-color="%23E0E3EB"/></linearGradient><linearGradient id="q" x1="39" x2="39" y1="2" y2="76" gradientUnits="userSpaceOnUse"><stop stop-color="%23F2F4F7"/><stop offset="1" stop-color="%23A3ADC2"/></linearGradient><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(-40.077 108.556 65.416)scale(118.435)" gradientUnits="userSpaceOnUse"><stop offset=".276" stop-color="%2320FF4D"/><stop offset=".464" stop-color="%231499FF"/><stop offset=".755" stop-color="%23FF6FC6"/><stop offset="1" stop-color="%23BC67FF"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(45 .265 -.64)scale(98.1111)" gradientUnits="userSpaceOnUse"><stop stop-color="red"/><stop offset="1" stop-color="%2300A3FF"/></radialGradient><radialGradient id="h" cx="0" cy="0" r="1" gradientTransform="matrix(0 -29.3887 57.4838 0 38.999 67)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></radialGradient><radialGradient id="n" cx="0" cy="0" r="1" gradientTransform="matrix(-.00135 -5.75038 8.42557 -.00199 39.002 44)" gradientUnits="userSpaceOnUse"><stop/><stop offset="1" stop-opacity="0"/></radialGradient><filter id="e" width="68" height="68" x="5" y="5" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="2"/></filter><filter id="f" width="38" height="38" x="20" y="21" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="1"/></filter><filter id="k" width="16" height="16" x="31.001" y="32" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2138_47895" stdDeviation="1"/></filter></defs></svg>';
5
- export {
6
- Browser_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Chrome.svg
4
- var Chrome_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><path fill="url(%23a)" d="M71.034 20.5a37 37 0 0 0-64.084 0l2.22 39.96z"/><path fill="url(%23b)" d="M22.979 48.25 6.958 20.5A37 37 0 0 0 39 76l36.26-37z"/><path fill="url(%23c)" d="M55.021 48.25 39 76a37 37 0 0 0 32.035-55.5H39z"/><path fill="%23fff" d="M39 57.5a18.5 18.5 0 1 0 0-37 18.5 18.5 0 0 0 0 37"/><path fill="%231A73E8" d="M39 53.652a14.65 14.65 0 0 0 13.536-20.26A14.653 14.653 0 1 0 39 53.653Z"/><defs><linearGradient id="a" x1="6.958" x2="71.034" y1="25.125" y2="25.125" gradientUnits="userSpaceOnUse"><stop stop-color="%23D93025"/><stop offset="1" stop-color="%23EA4335"/></linearGradient><linearGradient id="b" x1="43.003" x2="10.961" y1="73.684" y2="18.184" gradientUnits="userSpaceOnUse"><stop stop-color="%231E8E3E"/><stop offset="1" stop-color="%2334A853"/></linearGradient><linearGradient id="c" x1="33.598" x2="65.64" y1="76" y2="20.596" gradientUnits="userSpaceOnUse"><stop stop-color="%23FCC934"/><stop offset="1" stop-color="%23FBBC04"/></linearGradient></defs></svg>';
5
- export {
6
- Chrome_default as default
7
- };
@@ -1,7 +0,0 @@
1
- "use client";
2
-
3
- // src/components/Icons/Edge.svg
4
- var Edge_default = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 78 78"><g clip-path="url(%23a)"><path fill="url(%23b)" d="M68.802 57.066q-1.49.775-3.064 1.359a29.5 29.5 0 0 1-10.377 1.85c-13.673 0-25.582-9.395-25.582-21.477a9.1 9.1 0 0 1 4.74-7.892c-12.371.52-15.551 13.413-15.551 20.957 0 21.39 19.685 23.53 23.934 23.53 2.284 0 5.724-.665 7.805-1.33l.376-.115a37.1 37.1 0 0 0 19.251-15.263 1.156 1.156 0 0 0-1.532-1.619"/><path fill="url(%23c)" d="M68.802 57.066q-1.49.775-3.064 1.359a29.5 29.5 0 0 1-10.377 1.85c-13.673 0-25.582-9.395-25.582-21.477a9.1 9.1 0 0 1 4.74-7.892c-12.371.52-15.551 13.413-15.551 20.957 0 21.39 19.685 23.53 23.934 23.53 2.284 0 5.724-.665 7.805-1.33l.376-.115a37.1 37.1 0 0 0 19.251-15.263 1.156 1.156 0 0 0-1.532-1.619" opacity=".35"/><path fill="url(%23d)" d="M32.554 71.751a22.9 22.9 0 0 1-6.562-6.157 23.33 23.33 0 0 1 8.527-34.687c.925-.434 2.458-1.186 4.51-1.157a9.37 9.37 0 0 1 7.429 3.758 9.22 9.22 0 0 1 1.82 5.406c0-.058 7.083-23.01-23.124-23.01-12.69 0-23.125 12.025-23.125 22.605a37.6 37.6 0 0 0 3.498 16.188 37 37 0 0 0 45.209 19.367 21.83 21.83 0 0 1-18.153-2.313z"/><path fill="url(%23e)" d="M32.554 71.751a22.9 22.9 0 0 1-6.562-6.157 23.33 23.33 0 0 1 8.527-34.687c.925-.434 2.458-1.186 4.51-1.157a9.37 9.37 0 0 1 7.429 3.758 9.22 9.22 0 0 1 1.82 5.406c0-.058 7.083-23.01-23.124-23.01-12.69 0-23.125 12.025-23.125 22.605a37.6 37.6 0 0 0 3.498 16.188 37 37 0 0 0 45.209 19.367 21.83 21.83 0 0 1-18.153-2.313z" opacity=".41"/><path fill="url(%23f)" d="M46.053 45.013c-.26.289-.983.722-.983 1.618 0 .752.492 1.503 1.388 2.11 4.133 2.891 11.967 2.486 11.996 2.486a17.2 17.2 0 0 0 8.759-2.399A17.75 17.75 0 0 0 76 33.537c.087-6.475-2.313-10.782-3.266-12.69C66.577 8.88 53.366 2 39 2A37 37 0 0 0 2 38.48c.145-10.551 10.637-19.078 23.125-19.078 1.012 0 6.793.086 12.14 2.89a21 21 0 0 1 8.933 8.47c1.763 3.064 2.08 6.966 2.08 8.527s-.78 3.845-2.254 5.752l.03-.028Z"/><path fill="url(%23g)" d="M46.053 45.013c-.26.289-.983.722-.983 1.618 0 .752.492 1.503 1.388 2.11 4.133 2.891 11.967 2.486 11.996 2.486a17.2 17.2 0 0 0 8.759-2.399A17.75 17.75 0 0 0 76 33.537c.087-6.475-2.313-10.782-3.266-12.69C66.577 8.88 53.366 2 39 2A37 37 0 0 0 2 38.48c.145-10.551 10.637-19.078 23.125-19.078 1.012 0 6.793.086 12.14 2.89a21 21 0 0 1 8.933 8.47c1.763 3.064 2.08 6.966 2.08 8.527s-.78 3.845-2.254 5.752l.03-.028Z"/></g><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="matrix(27.5766 0 0 26.1977 47.44 53.553)" gradientUnits="userSpaceOnUse"><stop offset=".7" stop-opacity="0"/><stop offset=".9" stop-opacity=".5"/><stop offset="1"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="matrix(6.20902 -40.9798 33.10754 5.01627 22.395 59.506)" gradientUnits="userSpaceOnUse"><stop offset=".8" stop-opacity="0"/><stop offset=".9" stop-opacity=".5"/><stop offset="1"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(-2.34024 58.50621 -124.60636 -4.98423 9.484 15.677)" gradientUnits="userSpaceOnUse"><stop stop-color="%2335C1F1"/><stop offset=".1" stop-color="%2334C1ED"/><stop offset=".2" stop-color="%232FC2DF"/><stop offset=".3" stop-color="%232BC3D2"/><stop offset=".7" stop-color="%2336C752"/></radialGradient><radialGradient id="g" cx="0" cy="0" r="1" gradientTransform="rotate(73.74 19.467 59.767)scale(28.1258 22.8719)" gradientUnits="userSpaceOnUse"><stop stop-color="%2366EB6E"/><stop offset="1" stop-color="%2366EB6E" stop-opacity="0"/></radialGradient><linearGradient id="b" x1="18.968" x2="70.537" y1="53.164" y2="53.164" gradientUnits="userSpaceOnUse"><stop stop-color="%230C59A4"/><stop offset="1" stop-color="%23114A8B"/></linearGradient><linearGradient id="d" x1="46.14" x2="13.967" y1="30.791" y2="65.854" gradientUnits="userSpaceOnUse"><stop stop-color="%231B9DE2"/><stop offset=".2" stop-color="%231595DF"/><stop offset=".7" stop-color="%230680D7"/><stop offset="1" stop-color="%230078D4"/></linearGradient><clipPath id="a"><path fill="%23fff" d="M2 2h74v74H2z"/></clipPath></defs></svg>';
5
- export {
6
- Edge_default as default
7
- };