@funkit/connect 6.15.5 → 6.15.7

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.
@@ -1,2 +1,2 @@
1
- export type Locale = 'en' | 'zh' | 'ko' | 'ja' | 'tr' | 'es' | 'ru';
1
+ export type Locale = 'en' | 'zh' | 'ko' | 'ja' | 'tr' | 'es' | 'ru' | 'buy_en';
2
2
  export { default as i18n, localeMapping } from './i18n';
@@ -0,0 +1,2 @@
1
+ export declare const WITH_EMPTY_STATE_DATA_ATTRIBUTE = "data-with-empty-state";
2
+ export declare const emptyStateStyles: string;
@@ -1,6 +1,6 @@
1
1
  import { type UseBluvoFlowHook } from '@bluvo/react';
2
2
  import React, { type ReactNode } from 'react';
3
- import type { BluvoBrokerageMinMax, BluvoExchangeType } from '~/consts/bluvo';
3
+ import { type BluvoBrokerageMinMax, type BluvoExchangeType } from '~/consts/bluvo';
4
4
  import type { BrokerageAssetHoldingsItem } from '~/domains/wallet';
5
5
  type BluvoLocalStorageData = Partial<Record<BluvoExchangeType, string>>;
6
6
  interface FunkitBrokerageContextProps {
@@ -1,5 +1,6 @@
1
+ import type { TFunction } from 'i18next';
1
2
  import type { FunkitTextCustomizationsConfig } from '../providers/FunkitConfigContext';
2
- export declare const getWalletLabel: (textCustomizations: FunkitTextCustomizationsConfig, walletAddress?: string) => string;
3
+ export declare const getWalletLabel: (t: TFunction, textCustomizations: FunkitTextCustomizationsConfig, walletAddress?: string) => string;
3
4
  export declare function isAddressSupported(address: string): boolean;
4
5
  /**
5
6
  * Check if the recipient address is compatible with selected chain
@@ -18,7 +18,7 @@ export declare function getBrokerageMinMax(asset: BrokerageAssetHoldingsItem & {
18
18
  }, minTransferLimits: {
19
19
  mainnet: number;
20
20
  nonMainnet: number;
21
- }): {
21
+ }, minDeposit?: number): {
22
22
  minUsd: number;
23
23
  maxUsd: number;
24
24
  };
@@ -221,7 +221,7 @@ export declare const flagConfig: {
221
221
  }, {
222
222
  readonly key: "apiKey";
223
223
  readonly type: "isAnyOf";
224
- readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um"];
224
+ readonly values: ["Y53dikxXdT4E3afI1l8BMBSWgyhKvf65k6Dut1k6", "di9ZSqn1Ya68Y2XpBPUV1rCtNGXh8Xe5MGWzb1Xe", "pLQBJsA6zS9tg990rbdBD6UdABkWRv5O60vlrVcW", "M3uox3cw0u8YCPV9cIREA6AugUMvPFTk6qOpm4um", "2hicPxo2vy2NMHcg2cEU9crOeKtDpc14NEfMCthc"];
225
225
  }];
226
226
  readonly if_any: [{
227
227
  readonly pct: 2;
@@ -1,16 +1,16 @@
1
1
  "use client";
2
- import {
3
- zealWallet
4
- } from "./chunk-RNBEDQHF.js";
5
2
  import {
6
3
  xdefiWallet
7
4
  } from "./chunk-BOU4WKRZ.js";
5
+ import {
6
+ zealWallet
7
+ } from "./chunk-RNBEDQHF.js";
8
8
  import {
9
9
  zerionWallet
10
10
  } from "./chunk-SULRQO27.js";
11
11
  import {
12
- safeheronWallet
13
- } from "./chunk-RZIO5TFF.js";
12
+ subWallet
13
+ } from "./chunk-JWFF4AAL.js";
14
14
  import {
15
15
  tahoWallet
16
16
  } from "./chunk-ZZZRUXZE.js";
@@ -20,15 +20,15 @@ import {
20
20
  import {
21
21
  tokenPocketWallet
22
22
  } from "./chunk-2L43XSW3.js";
23
- import {
24
- tokenaryWallet
25
- } from "./chunk-D6AOOO5F.js";
26
23
  import {
27
24
  trustWallet
28
25
  } from "./chunk-VYBAYMP3.js";
29
26
  import {
30
27
  uniswapWallet
31
28
  } from "./chunk-LH7BMNFZ.js";
29
+ import {
30
+ tokenaryWallet
31
+ } from "./chunk-D6AOOO5F.js";
32
32
  import {
33
33
  walletConnectWallet
34
34
  } from "./chunk-NP5QGWNL.js";
@@ -38,24 +38,24 @@ import {
38
38
  import {
39
39
  rabbyWallet
40
40
  } from "./chunk-BBOM42DL.js";
41
- import {
42
- ramperWallet
43
- } from "./chunk-BYXPFMI7.js";
44
41
  import {
45
42
  rainbowWallet
46
43
  } from "./chunk-2KUBG3S6.js";
44
+ import {
45
+ ramperWallet
46
+ } from "./chunk-BYXPFMI7.js";
47
47
  import {
48
48
  roninWallet
49
49
  } from "./chunk-NWIQNBJU.js";
50
50
  import {
51
51
  safeWallet
52
52
  } from "./chunk-BQQQL6UD.js";
53
+ import {
54
+ safeheronWallet
55
+ } from "./chunk-RZIO5TFF.js";
53
56
  import {
54
57
  safepalWallet
55
58
  } from "./chunk-NT2HYJKW.js";
56
- import {
57
- subWallet
58
- } from "./chunk-JWFF4AAL.js";
59
59
  import {
60
60
  ledgerWallet
61
61
  } from "./chunk-BRBKM4PW.js";
@@ -83,12 +83,12 @@ import {
83
83
  import {
84
84
  foxWallet
85
85
  } from "./chunk-7QONTUXT.js";
86
- import {
87
- frontierWallet
88
- } from "./chunk-TCAGNB4B.js";
89
86
  import {
90
87
  frameWallet
91
88
  } from "./chunk-IFON7E6U.js";
89
+ import {
90
+ frontierWallet
91
+ } from "./chunk-TCAGNB4B.js";
92
92
  import {
93
93
  gateWallet
94
94
  } from "./chunk-FKJJQNKX.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "6.15.5",
3
+ "version": "6.15.7",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -102,11 +102,11 @@
102
102
  "use-debounce": "^10.0.5",
103
103
  "uuid": "^9.0.1",
104
104
  "@funkit/api-base": "1.12.18",
105
- "@funkit/chains": "0.4.6",
106
- "@funkit/core": "2.3.63",
105
+ "@funkit/chains": "0.4.7",
106
+ "@funkit/core": "2.3.64",
107
107
  "@funkit/fun-relay": "2.1.13",
108
108
  "@funkit/utils": "1.1.19",
109
- "@funkit/wagmi-tools": "3.0.86"
109
+ "@funkit/wagmi-tools": "3.0.87"
110
110
  },
111
111
  "repository": {
112
112
  "type": "git",