@funkit/connect 5.0.5 → 5.0.6

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.
@@ -8,6 +8,7 @@ export interface FunkitTextCustomizationsConfig {
8
8
  sourceMethodTitle: string;
9
9
  transferTokens: string;
10
10
  confirmationScreen: {
11
+ payAmountLabel: string;
11
12
  receiveAmountLabel: string;
12
13
  };
13
14
  }
@@ -87,6 +87,14 @@ export declare const useActiveTheme: () => {
87
87
  badgeBackgroundSuccess: string;
88
88
  badgeBorderSuccess: string;
89
89
  badgeTextSuccess: string;
90
+ inputAmountQuickOptionBaseBackground: string;
91
+ inputAmountQuickOptionHoverBackground: string;
92
+ inputAmountQuickOptionActiveBackground: string;
93
+ inputAmountQuickOptionDisabledBackground: string;
94
+ inputAmountQuickOptionBaseBorder: string;
95
+ inputAmountQuickOptionHoverBorder: string;
96
+ inputAmountQuickOptionActiveBorder: string;
97
+ inputAmountQuickOptionFocusedBorder: string;
90
98
  announceGradientFrom: string;
91
99
  announceGradientTo: string;
92
100
  };
@@ -234,6 +242,14 @@ export declare const useActiveTheme: () => {
234
242
  badgeBackgroundSuccess: string;
235
243
  badgeBorderSuccess: string;
236
244
  badgeTextSuccess: string;
245
+ inputAmountQuickOptionBaseBackground: string;
246
+ inputAmountQuickOptionHoverBackground: string;
247
+ inputAmountQuickOptionActiveBackground: string;
248
+ inputAmountQuickOptionDisabledBackground: string;
249
+ inputAmountQuickOptionBaseBorder: string;
250
+ inputAmountQuickOptionHoverBorder: string;
251
+ inputAmountQuickOptionActiveBorder: string;
252
+ inputAmountQuickOptionFocusedBorder: string;
237
253
  announceGradientFrom: string;
238
254
  announceGradientTo: string;
239
255
  };
@@ -379,6 +395,14 @@ export declare const useActiveTheme: () => {
379
395
  badgeBackgroundSuccess: string;
380
396
  badgeBorderSuccess: string;
381
397
  badgeTextSuccess: string;
398
+ inputAmountQuickOptionBaseBackground: string;
399
+ inputAmountQuickOptionHoverBackground: string;
400
+ inputAmountQuickOptionActiveBackground: string;
401
+ inputAmountQuickOptionDisabledBackground: string;
402
+ inputAmountQuickOptionBaseBorder: string;
403
+ inputAmountQuickOptionHoverBorder: string;
404
+ inputAmountQuickOptionActiveBorder: string;
405
+ inputAmountQuickOptionFocusedBorder: string;
382
406
  announceGradientFrom: string;
383
407
  announceGradientTo: string;
384
408
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  darkTheme
4
- } from "../chunk-ZHSAPALJ.js";
4
+ } from "../chunk-J2TPZOG7.js";
5
5
  import "../chunk-2T4ZDGAO.js";
6
6
  export {
7
7
  darkTheme
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  lightTheme
4
- } from "../chunk-DRTHDG4D.js";
4
+ } from "../chunk-7QFRFB6R.js";
5
5
  import "../chunk-2T4ZDGAO.js";
6
6
  export {
7
7
  lightTheme
@@ -61,7 +61,7 @@ export declare const flagConfig: {
61
61
  };
62
62
  enable_token_transfer_universal_deposit_address: {
63
63
  type: "boolean";
64
- default_value: false;
64
+ default_value: true;
65
65
  };
66
66
  max_checkout_usd: {
67
67
  type: "string";
@@ -1,16 +1,13 @@
1
1
  "use client";
2
- import {
3
- walletConnectWallet
4
- } from "./chunk-NP5QGWNL.js";
5
2
  import {
6
3
  xdefiWallet
7
4
  } from "./chunk-NO7XMBB5.js";
5
+ import {
6
+ zealWallet
7
+ } from "./chunk-JROWU5BP.js";
8
8
  import {
9
9
  zerionWallet
10
10
  } from "./chunk-AXWP3GD4.js";
11
- import {
12
- subWallet
13
- } from "./chunk-AD2KIJB6.js";
14
11
  import {
15
12
  tahoWallet
16
13
  } from "./chunk-6P2EMPZI.js";
@@ -18,11 +15,14 @@ import {
18
15
  talismanWallet
19
16
  } from "./chunk-ABFSXBE6.js";
20
17
  import {
21
- tokenaryWallet
22
- } from "./chunk-SLOIIJGP.js";
18
+ subWallet
19
+ } from "./chunk-AD2KIJB6.js";
23
20
  import {
24
21
  tokenPocketWallet
25
22
  } from "./chunk-IDKVN5CF.js";
23
+ import {
24
+ tokenaryWallet
25
+ } from "./chunk-SLOIIJGP.js";
26
26
  import {
27
27
  trustWallet
28
28
  } from "./chunk-ISIBREBO.js";
@@ -30,47 +30,47 @@ import {
30
30
  uniswapWallet
31
31
  } from "./chunk-LH7BMNFZ.js";
32
32
  import {
33
- zealWallet
34
- } from "./chunk-JROWU5BP.js";
33
+ walletConnectWallet
34
+ } from "./chunk-NP5QGWNL.js";
35
35
  import {
36
36
  phantomWallet
37
37
  } from "./chunk-ZSVTX6EK.js";
38
+ import {
39
+ rabbyWallet
40
+ } from "./chunk-BVX4XGNP.js";
38
41
  import {
39
42
  ramperWallet
40
43
  } from "./chunk-PIUNLQJG.js";
41
- import {
42
- roninWallet
43
- } from "./chunk-63YLN6R5.js";
44
44
  import {
45
45
  rainbowWallet
46
46
  } from "./chunk-2UCNRD7H.js";
47
47
  import {
48
- rabbyWallet
49
- } from "./chunk-BVX4XGNP.js";
48
+ roninWallet
49
+ } from "./chunk-63YLN6R5.js";
50
50
  import {
51
51
  safeWallet
52
52
  } from "./chunk-BQQQL6UD.js";
53
- import {
54
- safepalWallet
55
- } from "./chunk-MSFKSQBY.js";
56
53
  import {
57
54
  safeheronWallet
58
55
  } from "./chunk-R6RWZRFF.js";
56
+ import {
57
+ safepalWallet
58
+ } from "./chunk-MSFKSQBY.js";
59
59
  import {
60
60
  ledgerWallet
61
61
  } from "./chunk-BRBKM4PW.js";
62
62
  import {
63
63
  metaMaskWallet
64
64
  } from "./chunk-G73C6P5P.js";
65
+ import {
66
+ oktoWallet
67
+ } from "./chunk-ADIXAKUL.js";
65
68
  import {
66
69
  mewWallet
67
70
  } from "./chunk-V57WLZEE.js";
68
71
  import {
69
72
  okxWallet
70
73
  } from "./chunk-4WEHDI4Y.js";
71
- import {
72
- oktoWallet
73
- } from "./chunk-ADIXAKUL.js";
74
74
  import {
75
75
  oneInchWallet
76
76
  } from "./chunk-OESTDX6I.js";
@@ -95,12 +95,12 @@ import {
95
95
  import {
96
96
  imTokenWallet
97
97
  } from "./chunk-COZ7MIQS.js";
98
- import {
99
- kresusWallet
100
- } from "./chunk-MJXPRJZT.js";
101
98
  import {
102
99
  injectedWallet
103
100
  } from "./chunk-VCVVV2K7.js";
101
+ import {
102
+ kresusWallet
103
+ } from "./chunk-MJXPRJZT.js";
104
104
  import {
105
105
  bybitWallet
106
106
  } from "./chunk-6ONTSPEY.js";
@@ -114,32 +114,32 @@ import {
114
114
  coinbaseWallet
115
115
  } from "./chunk-H4IRCEZN.js";
116
116
  import {
117
- coreWallet
118
- } from "./chunk-HBA36GW3.js";
117
+ dawnWallet
118
+ } from "./chunk-LN7OD5EC.js";
119
119
  import {
120
120
  desigWallet
121
121
  } from "./chunk-CTU6JCOK.js";
122
122
  import {
123
- dawnWallet
124
- } from "./chunk-LN7OD5EC.js";
123
+ coreWallet
124
+ } from "./chunk-HBA36GW3.js";
125
125
  import {
126
126
  enkryptWallet
127
127
  } from "./chunk-SJTXS4ZW.js";
128
- import {
129
- argentWallet
130
- } from "./chunk-WSQ2YJO2.js";
131
128
  import {
132
129
  bifrostWallet
133
130
  } from "./chunk-W6N74MS3.js";
131
+ import {
132
+ argentWallet
133
+ } from "./chunk-WSQ2YJO2.js";
134
134
  import {
135
135
  bitgetWallet
136
136
  } from "./chunk-A5APNTGL.js";
137
- import {
138
- bitskiWallet
139
- } from "./chunk-P74YPRF6.js";
140
137
  import {
141
138
  bitverseWallet
142
139
  } from "./chunk-3HZRRP4Y.js";
140
+ import {
141
+ bitskiWallet
142
+ } from "./chunk-P74YPRF6.js";
143
143
  import {
144
144
  bloomWallet
145
145
  } from "./chunk-S27IADFU.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -91,10 +91,10 @@
91
91
  "ua-parser-js": "^1.0.37",
92
92
  "uuid": "^9.0.1",
93
93
  "@funkit/api-base": "1.5.8",
94
- "@funkit/wagmi-tools": "3.0.31",
95
- "@funkit/chains": "0.1.2",
96
- "@funkit/core": "2.3.9",
97
- "@funkit/utils": "1.0.8"
94
+ "@funkit/core": "2.3.10",
95
+ "@funkit/utils": "1.0.8",
96
+ "@funkit/chains": "0.1.3",
97
+ "@funkit/wagmi-tools": "3.0.32"
98
98
  },
99
99
  "repository": {
100
100
  "type": "git",