@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.
Files changed (64) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/dist/__generated__/default_configs.d.ts +222 -12
  3. package/dist/__generated__/default_feature_gates.d.ts +1 -0
  4. package/dist/{chunk-MXNOQTKX.js → chunk-O35RTEEF.js} +17 -1
  5. package/dist/{chunk-RHUOOPDI.js → chunk-S65TG73G.js} +12 -1
  6. package/dist/{chunk-AGBRSMZ7.js → chunk-VLAOBEJN.js} +12 -1
  7. package/dist/clients/fanatics.css +5285 -4388
  8. package/dist/clients/fanatics.js +2 -2
  9. package/dist/clients/polymarket.d.ts +5 -1
  10. package/dist/clients/polymarket.js +11 -15
  11. package/dist/components/Box/Box.d.ts +40 -40
  12. package/dist/components/Dropdown/BaseDropdown.css.d.ts +2 -2
  13. package/dist/components/Dropdown/BaseDropdown.d.ts +50 -6
  14. package/dist/components/Dropdown/ChainDropdown.d.ts +5 -2
  15. package/dist/components/Dropdown/TokenAndChainDropdown.d.ts +7 -1
  16. package/dist/components/Dropdown/TokenDropdown.d.ts +3 -1
  17. package/dist/components/FunCheckoutBlocked/FunCheckoutBlocked.d.ts +2 -2
  18. package/dist/components/FunInput/FunInput.css.d.ts +1 -0
  19. package/dist/components/ModalHeightAnimationLayer/WithdrawalModalHeightAnimationWrapper.d.ts +1 -1
  20. package/dist/components/NewTokenDepositAlert/NewTokenDepositAlert.d.ts +1 -1
  21. package/dist/components/Tabs/Tabs.d.ts +1 -0
  22. package/dist/components/Tabs/tabs.css.d.ts +1 -1
  23. package/dist/config/getDefaultConfig.d.ts +1 -1
  24. package/dist/css/sprinkles.css.d.ts +108 -40
  25. package/dist/hooks/statsig/useFeatureGate.d.ts +3 -6
  26. package/dist/hooks/useBluvo.d.ts +1215 -5
  27. package/dist/hooks/useMainnetEnsAvatar.d.ts +1 -1
  28. package/dist/hooks/useScrollDivider.d.ts +10 -2
  29. package/dist/hooks/useSupportedAssets.d.ts +9 -0
  30. package/dist/hooks/{useTokenChain.d.ts → useTokenAndChainDropdown.d.ts} +8 -2
  31. package/dist/hooks/useTokenTransfer.d.ts +1 -0
  32. package/dist/hooks/useTokenTransferConfig.d.ts +2 -0
  33. package/dist/index.css +5390 -4440
  34. package/dist/index.d.ts +1 -0
  35. package/dist/index.js +2621 -1490
  36. package/dist/modals/CheckoutModal/Brokerage/SelectBrokerage.d.ts +1 -1
  37. package/dist/modals/CheckoutModal/CheckoutBlockedReason.d.ts +1 -0
  38. package/dist/modals/CheckoutModal/SelectAsset/SelectAsset.d.ts +1 -1
  39. package/dist/modals/CheckoutModal/SelectAsset/SelectAssetInfoSection.d.ts +1 -1
  40. package/dist/modals/CheckoutModal/SourceChange/FormOfPaymentsListLoading.d.ts +6 -0
  41. package/dist/modals/CheckoutModal/SwappedIframe/SwappedErrorMessage.d.ts +6 -0
  42. package/dist/modals/CheckoutModal/SwappedIframe/SwappedIframeContainer.d.ts +3 -1
  43. package/dist/modals/CheckoutModal/TransferToken/TransferToken.d.ts +1 -1
  44. package/dist/modals/CheckoutModal/stepTransition.d.ts +4 -1
  45. package/dist/modals/CheckoutModal/useCheckoutBlocked.d.ts +18 -0
  46. package/dist/providers/FunkitCheckoutContext/types.d.ts +5 -0
  47. package/dist/providers/FunkitThemeProvider.d.ts +102 -0
  48. package/dist/providers/GeneralWalletProvider.d.ts +5 -5
  49. package/dist/themes/baseTheme.js +1 -1
  50. package/dist/themes/darkTheme.js +2 -2
  51. package/dist/themes/lightTheme.js +2 -2
  52. package/dist/utils/bluvo.d.ts +99 -1
  53. package/dist/utils/checkout.d.ts +1 -1
  54. package/dist/utils/swapped.d.ts +1 -0
  55. package/dist/utils/tokenTransfer/disabledList.d.ts +14 -0
  56. package/dist/utils/tokenTransfer/types.d.ts +26 -0
  57. package/dist/wallets/walletConnectors/index.js +42 -42
  58. package/package.json +10 -10
  59. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalCallbackSuccess.d.ts +0 -0
  60. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalContent.d.ts +0 -0
  61. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalModal.d.ts +0 -0
  62. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/WithdrawalSuccess.d.ts +0 -0
  63. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/types.d.ts +0 -0
  64. /package/dist/modals/{WithdrwalModal → WithdrawalModal}/useWithdrawal.d.ts +0 -0
@@ -1,19 +1,19 @@
1
1
  "use client";
2
2
  import {
3
- zerionWallet
4
- } from "./chunk-TTHM3WUR.js";
3
+ trustWallet
4
+ } from "./chunk-KO56HCTI.js";
5
5
  import {
6
- mewWallet
7
- } from "./chunk-HKVDCVCG.js";
6
+ kresusWallet
7
+ } from "./chunk-G4V5B6YC.js";
8
8
  import {
9
- talismanWallet
10
- } from "./chunk-6MFOL6EB.js";
9
+ tokenPocketWallet
10
+ } from "./chunk-4C7ER452.js";
11
11
  import {
12
12
  tokenaryWallet
13
13
  } from "./chunk-34LO6Q7A.js";
14
14
  import {
15
- trustWallet
16
- } from "./chunk-KO56HCTI.js";
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
- tokenPocketWallet
31
- } from "./chunk-4C7ER452.js";
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
- metaMaskWallet
58
- } from "./chunk-HETS3KKI.js";
54
+ talismanWallet
55
+ } from "./chunk-6MFOL6EB.js";
59
56
  import {
60
- okxWallet
61
- } from "./chunk-LI6QY2B5.js";
57
+ mewWallet
58
+ } from "./chunk-HKVDCVCG.js";
62
59
  import {
63
60
  oktoWallet
64
61
  } from "./chunk-BVX22N7L.js";
65
62
  import {
66
- oneInchWallet
67
- } from "./chunk-RVWLP4IM.js";
63
+ okxWallet
64
+ } from "./chunk-LI6QY2B5.js";
68
65
  import {
69
66
  omniWallet
70
67
  } from "./chunk-INNF7G5X.js";
71
68
  import {
72
- oneKeyWallet
73
- } from "./chunk-HE5J5T7X.js";
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
- phantomWallet
79
- } from "./chunk-XMNVOYSJ.js";
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
- kresusWallet
97
- } from "./chunk-G4V5B6YC.js";
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
- injectedWallet
103
- } from "./chunk-W6MXINYY.js";
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.2",
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": "2.1.3",
85
- "@bluvo/sdk-ts": "2.1.3",
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.2",
107
- "@funkit/fun-relay": "2.6.3",
108
- "@funkit/utils": "1.2.4",
109
- "@funkit/chains": "1.1.0"
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 --project tsconfig.test.json --noEmit",
125
- "typegen": "tsc --emitDeclarationOnly && tsc-alias || true",
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",