@funkit/connect 9.3.2 → 9.4.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.
- package/CHANGELOG.md +65 -0
- package/dist/__generated__/default_configs.d.ts +222 -12
- package/dist/__generated__/default_feature_gates.d.ts +1 -0
- package/dist/{chunk-MXNOQTKX.js → chunk-O35RTEEF.js} +17 -1
- package/dist/{chunk-RHUOOPDI.js → chunk-S65TG73G.js} +12 -1
- package/dist/{chunk-AGBRSMZ7.js → chunk-VLAOBEJN.js} +12 -1
- package/dist/clients/fanatics.css +5285 -4388
- package/dist/clients/fanatics.js +2 -2
- package/dist/clients/polymarket.d.ts +5 -1
- package/dist/clients/polymarket.js +11 -15
- package/dist/components/Box/Box.d.ts +40 -40
- package/dist/components/Dropdown/BaseDropdown.css.d.ts +2 -2
- package/dist/components/Dropdown/BaseDropdown.d.ts +50 -6
- package/dist/components/Dropdown/ChainDropdown.d.ts +5 -2
- package/dist/components/Dropdown/TokenAndChainDropdown.d.ts +7 -1
- package/dist/components/Dropdown/TokenDropdown.d.ts +3 -1
- package/dist/components/FunCheckoutBlocked/FunCheckoutBlocked.d.ts +2 -2
- package/dist/components/FunInput/FunInput.css.d.ts +1 -0
- package/dist/components/ModalHeightAnimationLayer/WithdrawalModalHeightAnimationWrapper.d.ts +1 -1
- package/dist/components/NewTokenDepositAlert/NewTokenDepositAlert.d.ts +1 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -0
- package/dist/components/Tabs/tabs.css.d.ts +1 -1
- package/dist/config/getDefaultConfig.d.ts +1 -1
- package/dist/css/sprinkles.css.d.ts +108 -40
- package/dist/hooks/statsig/useFeatureGate.d.ts +3 -6
- package/dist/hooks/useBluvo.d.ts +1215 -5
- package/dist/hooks/useMainnetEnsAvatar.d.ts +1 -1
- package/dist/hooks/useScrollDivider.d.ts +10 -2
- package/dist/hooks/useSupportedAssets.d.ts +9 -0
- package/dist/hooks/{useTokenChain.d.ts → useTokenAndChainDropdown.d.ts} +8 -2
- package/dist/hooks/useTokenTransfer.d.ts +1 -0
- package/dist/hooks/useTokenTransferConfig.d.ts +2 -0
- package/dist/index.css +5390 -4440
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2621 -1490
- package/dist/modals/CheckoutModal/Brokerage/SelectBrokerage.d.ts +1 -1
- package/dist/modals/CheckoutModal/CheckoutBlockedReason.d.ts +1 -0
- package/dist/modals/CheckoutModal/SelectAsset/SelectAsset.d.ts +1 -1
- package/dist/modals/CheckoutModal/SelectAsset/SelectAssetInfoSection.d.ts +1 -1
- package/dist/modals/CheckoutModal/SourceChange/FormOfPaymentsListLoading.d.ts +6 -0
- package/dist/modals/CheckoutModal/SwappedIframe/SwappedErrorMessage.d.ts +6 -0
- package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframeContainer.d.ts +3 -1
- package/dist/modals/CheckoutModal/TransferToken/TransferToken.d.ts +1 -1
- package/dist/modals/CheckoutModal/stepTransition.d.ts +4 -1
- package/dist/modals/CheckoutModal/useCheckoutBlocked.d.ts +18 -0
- package/dist/providers/FunkitCheckoutContext/types.d.ts +5 -0
- package/dist/providers/FunkitThemeProvider.d.ts +102 -0
- package/dist/providers/GeneralWalletProvider.d.ts +5 -5
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.js +2 -2
- package/dist/themes/lightTheme.js +2 -2
- package/dist/utils/bluvo.d.ts +99 -1
- package/dist/utils/checkout.d.ts +1 -1
- package/dist/utils/swapped.d.ts +1 -0
- package/dist/utils/tokenTransfer/disabledList.d.ts +14 -0
- package/dist/utils/tokenTransfer/types.d.ts +26 -0
- package/dist/wallets/walletConnectors/index.js +42 -42
- package/package.json +10 -10
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalCallbackSuccess.d.ts +0 -0
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalContent.d.ts +0 -0
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalModal.d.ts +0 -0
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalSuccess.d.ts +0 -0
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/types.d.ts +0 -0
- /package/dist/modals/{WithdrwalModal → WithdrawalModal}/useWithdrawal.d.ts +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
trustWallet
|
|
4
|
+
} from "./chunk-KO56HCTI.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
kresusWallet
|
|
7
|
+
} from "./chunk-G4V5B6YC.js";
|
|
8
8
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
9
|
+
tokenPocketWallet
|
|
10
|
+
} from "./chunk-4C7ER452.js";
|
|
11
11
|
import {
|
|
12
12
|
tokenaryWallet
|
|
13
13
|
} from "./chunk-34LO6Q7A.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
safepalWallet
|
|
16
|
+
} from "./chunk-IICWJWGZ.js";
|
|
17
17
|
import {
|
|
18
18
|
uniswapWallet
|
|
19
19
|
} from "./chunk-NHLG5PVD.js";
|
|
@@ -27,26 +27,23 @@ import {
|
|
|
27
27
|
zealWallet
|
|
28
28
|
} from "./chunk-HE2LMIPD.js";
|
|
29
29
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
rainbowWallet
|
|
34
|
-
} from "./chunk-GSHSWVEG.js";
|
|
30
|
+
zerionWallet
|
|
31
|
+
} from "./chunk-TTHM3WUR.js";
|
|
35
32
|
import {
|
|
36
33
|
ramperWallet
|
|
37
34
|
} from "./chunk-R4S234FL.js";
|
|
38
35
|
import {
|
|
39
36
|
roninWallet
|
|
40
37
|
} from "./chunk-PKMAPNN6.js";
|
|
38
|
+
import {
|
|
39
|
+
oneKeyWallet
|
|
40
|
+
} from "./chunk-HE5J5T7X.js";
|
|
41
41
|
import {
|
|
42
42
|
safeWallet
|
|
43
43
|
} from "./chunk-YKVWTGU7.js";
|
|
44
44
|
import {
|
|
45
45
|
safeheronWallet
|
|
46
46
|
} from "./chunk-4R4AARTG.js";
|
|
47
|
-
import {
|
|
48
|
-
safepalWallet
|
|
49
|
-
} from "./chunk-IICWJWGZ.js";
|
|
50
47
|
import {
|
|
51
48
|
subWallet
|
|
52
49
|
} from "./chunk-XBLHZICW.js";
|
|
@@ -54,38 +51,38 @@ import {
|
|
|
54
51
|
tahoWallet
|
|
55
52
|
} from "./chunk-4BMUFNMT.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
talismanWallet
|
|
55
|
+
} from "./chunk-6MFOL6EB.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
57
|
+
mewWallet
|
|
58
|
+
} from "./chunk-HKVDCVCG.js";
|
|
62
59
|
import {
|
|
63
60
|
oktoWallet
|
|
64
61
|
} from "./chunk-BVX22N7L.js";
|
|
65
62
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
63
|
+
okxWallet
|
|
64
|
+
} from "./chunk-LI6QY2B5.js";
|
|
68
65
|
import {
|
|
69
66
|
omniWallet
|
|
70
67
|
} from "./chunk-INNF7G5X.js";
|
|
71
68
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
69
|
+
oneInchWallet
|
|
70
|
+
} from "./chunk-RVWLP4IM.js";
|
|
71
|
+
import {
|
|
72
|
+
phantomWallet
|
|
73
|
+
} from "./chunk-XMNVOYSJ.js";
|
|
74
74
|
import {
|
|
75
75
|
rabbyWallet
|
|
76
76
|
} from "./chunk-WFNPWKU3.js";
|
|
77
77
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
78
|
+
rainbowWallet
|
|
79
|
+
} from "./chunk-GSHSWVEG.js";
|
|
80
80
|
import {
|
|
81
81
|
foxWallet
|
|
82
82
|
} from "./chunk-53VYSPXK.js";
|
|
83
83
|
import {
|
|
84
84
|
frontierWallet
|
|
85
85
|
} from "./chunk-CJJT7LMT.js";
|
|
86
|
-
import {
|
|
87
|
-
frameWallet
|
|
88
|
-
} from "./chunk-WDTNOIMF.js";
|
|
89
86
|
import {
|
|
90
87
|
gateWallet
|
|
91
88
|
} from "./chunk-7OARWILZ.js";
|
|
@@ -93,26 +90,29 @@ import {
|
|
|
93
90
|
imTokenWallet
|
|
94
91
|
} from "./chunk-IUVO4IN3.js";
|
|
95
92
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
93
|
+
frameWallet
|
|
94
|
+
} from "./chunk-WDTNOIMF.js";
|
|
95
|
+
import {
|
|
96
|
+
injectedWallet
|
|
97
|
+
} from "./chunk-W6MXINYY.js";
|
|
98
98
|
import {
|
|
99
99
|
ledgerWallet
|
|
100
100
|
} from "./chunk-WKCCLGHJ.js";
|
|
101
101
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-HETS3KKI.js";
|
|
104
104
|
import {
|
|
105
105
|
clvWallet
|
|
106
106
|
} from "./chunk-GVOQTORD.js";
|
|
107
107
|
import {
|
|
108
108
|
coin98Wallet
|
|
109
109
|
} from "./chunk-6YO27XOM.js";
|
|
110
|
-
import {
|
|
111
|
-
bitverseWallet
|
|
112
|
-
} from "./chunk-GROWFRGP.js";
|
|
113
110
|
import {
|
|
114
111
|
coinbaseWallet
|
|
115
112
|
} from "./chunk-RZXMOPIV.js";
|
|
113
|
+
import {
|
|
114
|
+
bitgetWallet
|
|
115
|
+
} from "./chunk-HOPH3TQ3.js";
|
|
116
116
|
import {
|
|
117
117
|
coreWallet
|
|
118
118
|
} from "./chunk-GH4M6FTK.js";
|
|
@@ -125,18 +125,18 @@ import {
|
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-W6TXXLCO.js";
|
|
128
|
-
import {
|
|
129
|
-
argentWallet
|
|
130
|
-
} from "./chunk-VUOAIUZE.js";
|
|
131
|
-
import {
|
|
132
|
-
bitgetWallet
|
|
133
|
-
} from "./chunk-HOPH3TQ3.js";
|
|
134
128
|
import {
|
|
135
129
|
bifrostWallet
|
|
136
130
|
} from "./chunk-EKJHJFRN.js";
|
|
131
|
+
import {
|
|
132
|
+
argentWallet
|
|
133
|
+
} from "./chunk-VUOAIUZE.js";
|
|
137
134
|
import {
|
|
138
135
|
bitskiWallet
|
|
139
136
|
} from "./chunk-A7FNGC4A.js";
|
|
137
|
+
import {
|
|
138
|
+
bitverseWallet
|
|
139
|
+
} from "./chunk-GROWFRGP.js";
|
|
140
140
|
import {
|
|
141
141
|
bloomWallet
|
|
142
142
|
} from "./chunk-UB2SSFH7.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "9.3
|
|
3
|
+
"version": "9.4.3",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"wagmi": "2.17.2"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@bluvo/react": "
|
|
85
|
-
"@bluvo/sdk-ts": "
|
|
84
|
+
"@bluvo/react": "3.0.0-beta.1",
|
|
85
|
+
"@bluvo/sdk-ts": "3.0.0-beta.1",
|
|
86
86
|
"@datadog/browser-logs": "5.22.0",
|
|
87
87
|
"@number-flow/react": "^0.5.5",
|
|
88
88
|
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"ua-parser-js": "^1.0.37",
|
|
104
104
|
"use-debounce": "^10.0.5",
|
|
105
105
|
"uuid": "^9.0.1",
|
|
106
|
-
"@funkit/api-base": "3.0.
|
|
107
|
-
"@funkit/
|
|
108
|
-
"@funkit/
|
|
109
|
-
"@funkit/
|
|
106
|
+
"@funkit/api-base": "3.0.4",
|
|
107
|
+
"@funkit/chains": "1.1.2",
|
|
108
|
+
"@funkit/fun-relay": "2.6.5",
|
|
109
|
+
"@funkit/utils": "1.2.6"
|
|
110
110
|
},
|
|
111
111
|
"repository": {
|
|
112
112
|
"type": "git",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"predev": "pnpm statsig:generate",
|
|
122
122
|
"dev": "pnpm build:watch & pnpm typegen:watch",
|
|
123
123
|
"prebuild": "pnpm statsig:generate && pnpm typegen",
|
|
124
|
-
"typecheck": "pnpm tsc --
|
|
125
|
-
"typegen": "tsc --emitDeclarationOnly && tsc-alias
|
|
126
|
-
"typegen:watch": "tsc --emitDeclarationOnly --watch",
|
|
124
|
+
"typecheck": "pnpm tsc --noEmit",
|
|
125
|
+
"typegen": "tsc --project tsconfig.build.json --emitDeclarationOnly && tsc-alias",
|
|
126
|
+
"typegen:watch": "tsc --project tsconfig.build.json --emitDeclarationOnly --watch",
|
|
127
127
|
"lint": "biome check",
|
|
128
128
|
"lint:fix": "biome check --fix",
|
|
129
129
|
"test": "vitest",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|