@funkit/connect 3.4.0 → 3.4.2
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 +45 -0
- package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +1 -1
- package/dist/components/FunBottomBar/FunBottomBar.css.d.ts +1 -1
- package/dist/components/FunButton/FunIconButton.d.ts +1 -0
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +4 -2
- package/dist/config/getDefaultConfig.d.ts +33 -33
- package/dist/consts/assets.d.ts +1 -3
- package/dist/consts/mesh.d.ts +36 -0
- package/dist/domains/paymentMethods.d.ts +28 -12
- package/dist/domains/quote.d.ts +16 -1
- package/dist/hooks/useEnabledTokenTransferChainTokens.d.ts +2 -0
- package/dist/hooks/useMesh.d.ts +5 -22
- package/dist/index.css +13 -10
- package/dist/index.js +2988 -2905
- package/dist/modals/CheckoutModal/LoadingAccount.d.ts +1 -1
- package/dist/modals/CheckoutModal/SelectPaymentMethod.d.ts +1 -4
- package/dist/modals/CheckoutModal/TransferToken.d.ts +4 -5
- package/dist/providers/FunkitCheckoutContext.d.ts +3 -1
- package/dist/providers/FunkitMoonpayProvider.d.ts +2 -2
- package/dist/utils/assets.d.ts +17 -2
- package/dist/utils/checkout.d.ts +2 -0
- package/dist/utils/formatFees.d.ts +12 -0
- package/dist/utils/mesh.d.ts +9 -54
- package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
- package/dist/wallets/walletConnectors/chunk-4HKPVECK.js +95 -0
- package/dist/wallets/walletConnectors/chunk-4K3EKHXR.js +71 -0
- package/dist/wallets/walletConnectors/chunk-57UUMOOZ.js +95 -0
- package/dist/wallets/walletConnectors/chunk-5MVCKMZT.js +94 -0
- package/dist/wallets/walletConnectors/chunk-5NZLWT3Y.js +73 -0
- package/dist/wallets/walletConnectors/chunk-B5D7DYVV.js +101 -0
- package/dist/wallets/walletConnectors/chunk-HCKLWBE5.js +98 -0
- package/dist/wallets/walletConnectors/chunk-HLH777AC.js +108 -0
- package/dist/wallets/walletConnectors/chunk-HMDUVRZP.js +98 -0
- package/dist/wallets/walletConnectors/chunk-IR3YKU2N.js +103 -0
- package/dist/wallets/walletConnectors/chunk-J2BF4L2V.js +87 -0
- package/dist/wallets/walletConnectors/chunk-KDGMYRMC.js +102 -0
- package/dist/wallets/walletConnectors/chunk-OKUX4BC4.js +66 -0
- package/dist/wallets/walletConnectors/chunk-VU6B3HMD.js +96 -0
- package/dist/wallets/walletConnectors/chunk-WAMHUVNP.js +96 -0
- package/dist/wallets/walletConnectors/chunk-YRK6XWL6.js +149 -0
- package/dist/wallets/walletConnectors/chunk-ZCKNEKQQ.js +110 -0
- package/dist/wallets/walletConnectors/index.js +51 -51
- package/package.json +3 -3
- package/dist/providers/useAccountBalancePaymentDefaultInfo.d.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @funkit/connect
|
|
2
2
|
|
|
3
|
+
## 3.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b58a523: refactor: switch bitfinex to bitfinex direct
|
|
8
|
+
- 590eb3a: fix: fix token transfer back to previous screen
|
|
9
|
+
- b8869b2: feat: basic mesh heuristics
|
|
10
|
+
- 823bb83: fix: change hardcoded time estimate to reflect latest change
|
|
11
|
+
- e95c917: fix: always display scrollbar
|
|
12
|
+
- 57d55e1: fix: bitfinex direct name
|
|
13
|
+
- af95548: refactor: improve quote error copy
|
|
14
|
+
- Updated dependencies [b6b4e79]
|
|
15
|
+
- @funkit/core@2.2.2
|
|
16
|
+
- @funkit/wagmi-tools@3.0.13
|
|
17
|
+
|
|
18
|
+
## 3.4.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- 1c95f84: fix(connect): fix modal padding in safari
|
|
23
|
+
- 203adf3: fix: remove search option in token dropdown
|
|
24
|
+
- 4599072: feat: move getDecimals to connect package under new getTokenDecimals name
|
|
25
|
+
- 6675c41: feat(connect): remove amount update from SelectPayment step
|
|
26
|
+
- 9238b4f: refactor: error message vocab
|
|
27
|
+
- 04354d0: fix(connect): apply no visual styles on hover / focus for FunIconButton
|
|
28
|
+
- 482a0f3: feat(connect): update quote errors in input step
|
|
29
|
+
- ecdec07: fix: checkout confirmation source asset icon
|
|
30
|
+
- b76b0dd: fix: POL token fallback icon
|
|
31
|
+
- 09da691: feat: enable more tokens for token transfer
|
|
32
|
+
- 6343d89: fix: tweak qr code size for encoding
|
|
33
|
+
- 09da691: refactor: show original recipient for USDC (Polygon) as well
|
|
34
|
+
- 0caea74: fix: source arrow misalignment
|
|
35
|
+
- 9238b4f: fix: log error object
|
|
36
|
+
- f64b299: feat: use modalBackground color variable for dropdown options
|
|
37
|
+
- 7315888: chore: remove OKX from SupportedExchanges flag
|
|
38
|
+
- fa7c565: feat: change bottom dialog padding from 12 to 18 pixels
|
|
39
|
+
- 63a571f: feat: show token transfer screen for polymarket when there is no balance
|
|
40
|
+
- 415ed27: feat(connect): do not show % for fill gas cost
|
|
41
|
+
- e367a3e: feat: moonpay early manual redirect button
|
|
42
|
+
- 0ac89a7: feat: show supported chains on direct deposit option
|
|
43
|
+
- d2b11d2: fix: tweak token transfer disclaimer
|
|
44
|
+
- Updated dependencies [4599072]
|
|
45
|
+
- @funkit/core@2.2.1
|
|
46
|
+
- @funkit/wagmi-tools@3.0.12
|
|
47
|
+
|
|
3
48
|
## 3.4.0
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const BOTTOM_BAR_PADDING_Y: 18;
|
|
2
2
|
export declare const topSectionDynamicPadding: string;
|
|
@@ -18,6 +18,7 @@ export interface FunIconButtonProps extends Pick<BoxProps, 'as' | 'borderRadius'
|
|
|
18
18
|
gap?: BoxProps['gap'];
|
|
19
19
|
ariaLabel?: string;
|
|
20
20
|
renderAsSquare?: boolean;
|
|
21
|
+
/** Disables onClick but also disables focus via tabbing */
|
|
21
22
|
isDisabled?: boolean;
|
|
22
23
|
children?: React.ReactNode;
|
|
23
24
|
/** Defaults to 'quiet' */
|
|
@@ -5,6 +5,8 @@ export interface FunPaymentMoonpayProps {
|
|
|
5
5
|
depositToken: string;
|
|
6
6
|
depositTokenChainId: string;
|
|
7
7
|
depositTokenAmount: number;
|
|
8
|
-
|
|
8
|
+
onUnsupportedRegion: () => void;
|
|
9
|
+
onTransactionCreated: () => void;
|
|
10
|
+
onTransactionCompleted: () => void;
|
|
9
11
|
}
|
|
10
|
-
export declare function FunPaymentMoonpayType({ paymentAddress, depositToken, depositTokenChainId, depositTokenAmount,
|
|
12
|
+
export declare function FunPaymentMoonpayType({ paymentAddress, depositToken, depositTokenChainId, depositTokenAmount, onTransactionCompleted, onUnsupportedRegion, onTransactionCreated, }: FunPaymentMoonpayProps): React.JSX.Element;
|
|
@@ -19,6 +19,39 @@ export declare const createFunkitWagmiConfig: (rawWagmiConfig: CreateFunkitWagmi
|
|
|
19
19
|
* Get default funkit-supported checkout chains
|
|
20
20
|
*/
|
|
21
21
|
export declare const getDefaultChains: () => ({
|
|
22
|
+
id: number;
|
|
23
|
+
name: string;
|
|
24
|
+
nativeCurrency: {
|
|
25
|
+
symbol: string;
|
|
26
|
+
decimals: number;
|
|
27
|
+
name: string;
|
|
28
|
+
};
|
|
29
|
+
rpcUrls: {
|
|
30
|
+
default: {
|
|
31
|
+
http: string[];
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
blockExplorers: {
|
|
35
|
+
default: {
|
|
36
|
+
name: string;
|
|
37
|
+
url: string;
|
|
38
|
+
apiUrl: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
contracts: {
|
|
42
|
+
ensRegistry: {
|
|
43
|
+
address: `0x${string}`;
|
|
44
|
+
};
|
|
45
|
+
ensUniversalResolver: {
|
|
46
|
+
address: `0x${string}`;
|
|
47
|
+
blockCreated: number;
|
|
48
|
+
};
|
|
49
|
+
multicall3: {
|
|
50
|
+
address: `0x${string}`;
|
|
51
|
+
blockCreated: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
} | {
|
|
22
55
|
blockExplorers: {
|
|
23
56
|
readonly default: {
|
|
24
57
|
readonly name: "Etherscan";
|
|
@@ -1041,39 +1074,6 @@ export declare const getDefaultChains: () => ({
|
|
|
1041
1074
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1042
1075
|
formatters?: undefined;
|
|
1043
1076
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
1044
|
-
} | {
|
|
1045
|
-
id: number;
|
|
1046
|
-
name: string;
|
|
1047
|
-
nativeCurrency: {
|
|
1048
|
-
symbol: string;
|
|
1049
|
-
decimals: number;
|
|
1050
|
-
name: string;
|
|
1051
|
-
};
|
|
1052
|
-
rpcUrls: {
|
|
1053
|
-
default: {
|
|
1054
|
-
http: string[];
|
|
1055
|
-
};
|
|
1056
|
-
};
|
|
1057
|
-
blockExplorers: {
|
|
1058
|
-
default: {
|
|
1059
|
-
name: string;
|
|
1060
|
-
url: string;
|
|
1061
|
-
apiUrl: string;
|
|
1062
|
-
};
|
|
1063
|
-
};
|
|
1064
|
-
contracts: {
|
|
1065
|
-
ensRegistry: {
|
|
1066
|
-
address: `0x${string}`;
|
|
1067
|
-
};
|
|
1068
|
-
ensUniversalResolver: {
|
|
1069
|
-
address: `0x${string}`;
|
|
1070
|
-
blockCreated: number;
|
|
1071
|
-
};
|
|
1072
|
-
multicall3: {
|
|
1073
|
-
address: `0x${string}`;
|
|
1074
|
-
blockCreated: number;
|
|
1075
|
-
};
|
|
1076
|
-
};
|
|
1077
1077
|
} | {
|
|
1078
1078
|
blockExplorers: {
|
|
1079
1079
|
readonly default: {
|
package/dist/consts/assets.d.ts
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare const FUNKIT_MESH_CLIENT_ID = "8132aff4-56c9-4b1d-85b4-08dbdcc6199d";
|
|
2
|
+
export declare enum MeshExchanges {
|
|
3
|
+
Robinhood = "Robinhood",
|
|
4
|
+
ETrade = "ETrade",
|
|
5
|
+
Alpaca = "Alpaca",
|
|
6
|
+
WeBull = "WeBull",
|
|
7
|
+
Stash = "Stash",
|
|
8
|
+
InteractiveBrokers = "InteractiveBrokers",
|
|
9
|
+
Public = "Public",
|
|
10
|
+
Coinbase = "Coinbase",
|
|
11
|
+
Kraken = "Kraken",
|
|
12
|
+
CoinbasePro = "CoinbasePro",
|
|
13
|
+
CryptoCom = "CryptoCom",
|
|
14
|
+
Binance = "Binance",// BinanceInternationalDirect
|
|
15
|
+
BinanceUs = "BinanceUs",
|
|
16
|
+
Gemini = "Gemini",
|
|
17
|
+
OkCoin = "OkCoin",
|
|
18
|
+
KuCoin = "KuCoin",
|
|
19
|
+
Etoro = "Etoro",
|
|
20
|
+
CexIo = "CexIo",
|
|
21
|
+
Bitstamp = "Bitstamp",
|
|
22
|
+
GateIo = "GateIo",
|
|
23
|
+
Acorns = "Acorns",
|
|
24
|
+
Okx = "OKX",
|
|
25
|
+
BitFlyer = "BitFlyer",
|
|
26
|
+
Coinlist = "Coinlist",
|
|
27
|
+
Huobi = "Huobi",
|
|
28
|
+
Bitfinex = "Bitfinex",
|
|
29
|
+
KrakenDirect = "KrakenDirect",
|
|
30
|
+
Vanguard = "Vanguard",
|
|
31
|
+
BitfinexDirect = "Bitfinex (beta)",
|
|
32
|
+
Bybit = "Bybit"
|
|
33
|
+
}
|
|
34
|
+
export declare const EXCHANGE_NAME_TO_TYPE: {
|
|
35
|
+
[x: string]: string;
|
|
36
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PreviewTransferResult } from '@funkit/api-base';
|
|
2
2
|
import { LinkPayload } from '@meshconnect/web-link-sdk';
|
|
3
|
+
import { MeshExchanges } from '~/consts/mesh';
|
|
3
4
|
/** Supported payment methods in FunkitConnect. **/
|
|
4
5
|
export declare enum PaymentMethod {
|
|
5
6
|
/** Moonpay - Credit / Debit Card **/
|
|
@@ -16,29 +17,44 @@ type PaymentMethodInfoMeta = LinkPayload & {
|
|
|
16
17
|
previewTransferResult?: PreviewTransferResult;
|
|
17
18
|
};
|
|
18
19
|
/** Full payment method information used in frontend during payment flows. **/
|
|
19
|
-
|
|
20
|
+
interface PaymentMethodInfoBase {
|
|
20
21
|
paymentMethod: PaymentMethod;
|
|
21
22
|
title: string;
|
|
22
23
|
description: string;
|
|
23
24
|
meta: PaymentMethodInfoMeta;
|
|
24
25
|
}
|
|
25
|
-
export interface PaymentMethodCardInfo extends
|
|
26
|
+
export interface PaymentMethodCardInfo extends PaymentMethodInfoBase {
|
|
26
27
|
paymentMethod: PaymentMethod.CARD;
|
|
27
28
|
}
|
|
28
|
-
export interface PaymentMethodBrokerageInfo extends
|
|
29
|
+
export interface PaymentMethodBrokerageInfo extends PaymentMethodInfoBase {
|
|
29
30
|
paymentMethod: PaymentMethod.BROKERAGE;
|
|
30
31
|
}
|
|
31
|
-
export interface PaymentMethodAccountInfo extends
|
|
32
|
+
export interface PaymentMethodAccountInfo extends PaymentMethodInfoBase {
|
|
32
33
|
paymentMethod: PaymentMethod.ACCOUNT_BALANCE;
|
|
33
34
|
}
|
|
34
|
-
export interface
|
|
35
|
+
export interface PaymentMethodTokenTransferInfo extends PaymentMethodInfoBase {
|
|
35
36
|
paymentMethod: PaymentMethod.TOKEN_TRANSFER;
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
paymentMethod:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
38
|
+
export type PaymentMethodInfo = PaymentMethodCardInfo | PaymentMethodBrokerageInfo | PaymentMethodAccountInfo | PaymentMethodTokenTransferInfo;
|
|
39
|
+
interface CardPaymentMethodParams {
|
|
40
|
+
paymentMethod: PaymentMethod.CARD;
|
|
41
|
+
/** We also store client's customization in our database :( */
|
|
42
|
+
titleCustomization: string;
|
|
43
|
+
}
|
|
44
|
+
interface AccountPaymentMethodParams {
|
|
45
|
+
paymentMethod: PaymentMethod.ACCOUNT_BALANCE;
|
|
46
|
+
walletAddress: string;
|
|
47
|
+
}
|
|
48
|
+
interface BrokeragePaymentMethodParams {
|
|
49
|
+
paymentMethod: PaymentMethod.BROKERAGE;
|
|
50
|
+
meshMeta: LinkPayload;
|
|
51
|
+
brokerage: MeshExchanges;
|
|
52
|
+
}
|
|
53
|
+
interface TokenTransferPaymentMethodParams {
|
|
54
|
+
paymentMethod: PaymentMethod.TOKEN_TRANSFER;
|
|
55
|
+
}
|
|
56
|
+
export declare function createPaymentMethodInfo(params: CardPaymentMethodParams): PaymentMethodCardInfo;
|
|
57
|
+
export declare function createPaymentMethodInfo(params: AccountPaymentMethodParams): PaymentMethodAccountInfo;
|
|
58
|
+
export declare function createPaymentMethodInfo(params: BrokeragePaymentMethodParams): PaymentMethodBrokerageInfo;
|
|
59
|
+
export declare function createPaymentMethodInfo(params: TokenTransferPaymentMethodParams): PaymentMethodTokenTransferInfo;
|
|
44
60
|
export {};
|
package/dist/domains/quote.d.ts
CHANGED
|
@@ -11,6 +11,21 @@ export type FunkitCheckoutQuoteResult = {
|
|
|
11
11
|
finalTotalUsd: string;
|
|
12
12
|
finalFeesBreakdown: CheckoutFees;
|
|
13
13
|
};
|
|
14
|
-
export declare function getCheckoutBaseQuote(checkoutItem: FunkitActiveCheckoutItem, userId: string, walletAddress: Address, apiKey: string, sponsorInitialTransferGasLimit: number): Promise<CheckoutQuoteResponse>;
|
|
14
|
+
export declare function getCheckoutBaseQuote(checkoutItem: FunkitActiveCheckoutItem, userId: string, walletAddress: Address, apiKey: string, sponsorInitialTransferGasLimit: number, wagmiConfig: Config): Promise<CheckoutQuoteResponse>;
|
|
15
15
|
export declare function getQuoteFinalEstimation(baseQuote: CheckoutQuoteResponse, checkoutItem: FunkitActiveCheckoutItem, newPaymentMethodInfo: PaymentMethodInfo, wagmiConfig: Config, apiKey: string, isWeb3Login: boolean): Promise<FunkitCheckoutQuoteResult>;
|
|
16
16
|
export declare function getAvailableAssetAmount(checkoutItem: FunkitActiveCheckoutItem, newPaymentMethodInfo: PaymentMethodInfo, finalEstimation: FunkitCheckoutQuoteResult, wagmiConfig: Config, walletAddress: Address): Promise<number | undefined>;
|
|
17
|
+
export interface CheckoutQuoteParams {
|
|
18
|
+
checkoutItem: FunkitActiveCheckoutItem;
|
|
19
|
+
userId: string;
|
|
20
|
+
walletAddress: Address;
|
|
21
|
+
apiKey: string;
|
|
22
|
+
sponsorInitialTransferGasLimit: number;
|
|
23
|
+
newPaymentMethodInfo: PaymentMethodInfo;
|
|
24
|
+
wagmiConfig: Config;
|
|
25
|
+
isWeb3Login: boolean;
|
|
26
|
+
}
|
|
27
|
+
export declare function getQuoteAndEstimation({ checkoutItem, userId, walletAddress, apiKey, sponsorInitialTransferGasLimit, newPaymentMethodInfo, wagmiConfig, isWeb3Login, }: CheckoutQuoteParams): Promise<{
|
|
28
|
+
baseQuote: CheckoutQuoteResponse;
|
|
29
|
+
finalEstimation: FunkitCheckoutQuoteResult;
|
|
30
|
+
avialableAssetAmount: number | undefined;
|
|
31
|
+
}>;
|
package/dist/hooks/useMesh.d.ts
CHANGED
|
@@ -1,41 +1,24 @@
|
|
|
1
1
|
import { LinkPayload } from '@meshconnect/web-link-sdk';
|
|
2
2
|
import React, { ReactNode } from 'react';
|
|
3
3
|
import { FunSelectOption } from '../components/FunSelect/FunSelect';
|
|
4
|
-
import { PaymentMethodBrokerageInfo } from '../domains/paymentMethods';
|
|
5
4
|
import { MeshExchanges } from '../utils/mesh';
|
|
6
5
|
export declare const MESH_EXCHANGE_ICON_MAP: Partial<Record<MeshExchanges, (size: number) => ReactNode>>;
|
|
7
6
|
export declare function getExchangeIcon(exchange: MeshExchanges, size: number): React.ReactNode;
|
|
8
7
|
export declare const useSupportedExchanges: () => MeshExchanges[];
|
|
9
8
|
export declare function getExchangeName(exchange: MeshExchanges): string;
|
|
10
|
-
export declare const preparePaymentInfo: (meshMeta: LinkPayload, brokerage: MeshExchanges) => PaymentMethodBrokerageInfo;
|
|
11
9
|
export declare const useMeshExchanges: ({ fullInfo, iconSize, }: {
|
|
12
10
|
fullInfo?: boolean;
|
|
13
11
|
iconSize?: number;
|
|
14
12
|
}) => {
|
|
15
13
|
options: FunSelectOption[];
|
|
16
14
|
};
|
|
17
|
-
/**
|
|
18
|
-
* Fetches mesh-related network information across all chains, given an exchange
|
|
19
|
-
* @param exchange The mesh exchange user is currently connected with
|
|
20
|
-
*/
|
|
21
|
-
export declare const useMeshNetworkInfo: (exchange: MeshExchanges) => {
|
|
22
|
-
fetchInfo: () => Promise<import("@funkit/api-base").IntegrationNetworkInfo[]>;
|
|
23
|
-
};
|
|
24
15
|
/**
|
|
25
16
|
* Fetches mesh-related network information based on the active chain user is logged in on, given an exchange
|
|
26
17
|
* @param exchange The mesh exchange user is currently connected with
|
|
27
18
|
*/
|
|
28
|
-
export declare const useMeshActiveNetworkInfo: (exchange
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
fetchInfo: (chainId?: string) => Promise<{
|
|
34
|
-
meshSupportedTokens: string[];
|
|
35
|
-
meshNetworkId: string | undefined;
|
|
36
|
-
} | {
|
|
37
|
-
meshSupportedTokens: string[];
|
|
38
|
-
meshNetworkId: string | null;
|
|
39
|
-
}>;
|
|
40
|
-
};
|
|
19
|
+
export declare const useMeshActiveNetworkInfo: (chainId: string | undefined, exchange: MeshExchanges | undefined) => {
|
|
20
|
+
meshSupportedTokens: string[];
|
|
21
|
+
meshNetworkId: string | undefined;
|
|
22
|
+
} | null;
|
|
23
|
+
export declare function useMeshIntegrations(): import("@funkit/api-base").TransferIntegration[] | undefined;
|
|
41
24
|
export declare function useMeshAccountHoldings(targetChain: string, connection: LinkPayload | null): import("@tanstack/react-query").UseQueryResult<import("../utils/assets").AssetHoldingsMap, Error>;
|
package/dist/index.css
CHANGED
|
@@ -6166,7 +6166,15 @@
|
|
|
6166
6166
|
}
|
|
6167
6167
|
}
|
|
6168
6168
|
|
|
6169
|
-
/* vanilla-extract-css-ns:src/components/
|
|
6169
|
+
/* vanilla-extract-css-ns:src/components/FunBottomBar/FunBottomBar.css.ts.vanilla.css?source=Lm41cXdpMCB7CiAgcGFkZGluZy10b3A6IDE4cHg7CiAgJjpub3QoOmVtcHR5KSA+IDpmaXJzdC1jaGlsZCB7CiAgICBtYXJnaW4tdG9wOiAtNnB4OwogIH0KfQ== */
|
|
6170
|
+
[data-rk] .n5qwi0 {
|
|
6171
|
+
padding-top: 18px;
|
|
6172
|
+
[data-rk] &:not(:empty) > :first-child {
|
|
6173
|
+
margin-top: -6px;
|
|
6174
|
+
}
|
|
6175
|
+
}
|
|
6176
|
+
|
|
6177
|
+
/* vanilla-extract-css-ns:src/components/Dialog/DialogContent.css.ts.vanilla.css?source=#H4sIAAAAAAAAE7VUy47jIBC8z1cg7SU5EDnOU+Symm+Y+wpDJyBjsKAd2zvKv4+wPVachzbSaE+IpruqGqpZ/FmWf3Gdrpbk842QgjdUgT4pZGSTbsrmMARrLVExskyScx1jw369SWLO5W0x4jDFw+yXbGVDS94WYJGGWqNQ4Od3HNvd5nE9uhwsRc9tOIKnJT/BffUuva1O+xxtvwWveoGj4NWd4HVXMhwLbsSsa5JQskrKZn644dwn4awmANsOwJ3BH42racOI0lKCPVxHW0Z4hS7GgvDOmIx7eqoQwTMSkGcGpmeDoMoGwCkdY7SGLNcYr0fkHXvGRX7yrrKSCmecZ+TM/YxSn/f7QAsnuXkf0+bPMEcFHa7UoTS8HXWMF7Xtb/U/8FJUVZH1XTkvwVPPpa7CFXQM6B55/poKBI+a+/YDGpxK2P1Dws8afI7OVPTGixwBhLPyof799J2OBrqHiSuV2oNA7Swjwpmq6Cz5beTo8s7IvwuQmkfrAVjCrSSzqwHabfdl04/eYvpX3H4ChFyuk9Ih6dEw3o5jLL18AemffvKLBAAA */
|
|
6170
6178
|
[data-rk] ._1pzt4231 {
|
|
6171
6179
|
max-height: 525px;
|
|
6172
6180
|
max-width: 100vw;
|
|
@@ -6175,12 +6183,14 @@
|
|
|
6175
6183
|
[data-rk] ._1pzt4231:has(#dydx-payment-switcher) {
|
|
6176
6184
|
max-height: 675px;
|
|
6177
6185
|
}
|
|
6186
|
+
[data-rk] ._1pzt4231:has(#token-transfer-page) {
|
|
6187
|
+
max-height: 725px;
|
|
6188
|
+
}
|
|
6178
6189
|
[data-rk] ._1pzt4232 {
|
|
6179
6190
|
min-width: 350px;
|
|
6180
6191
|
width: 350px;
|
|
6181
6192
|
}
|
|
6182
6193
|
[data-rk] ._1pzt4234 {
|
|
6183
|
-
border-width: 1;
|
|
6184
6194
|
width: calc(100vw - 30px);
|
|
6185
6195
|
max-height: 80svh;
|
|
6186
6196
|
}
|
|
@@ -6194,6 +6204,7 @@
|
|
|
6194
6204
|
background-color: var(--rk-colors-modalBackground);
|
|
6195
6205
|
}
|
|
6196
6206
|
[data-rk] ._1pzt4236::-webkit-scrollbar {
|
|
6207
|
+
display: unset;
|
|
6197
6208
|
width: 6px;
|
|
6198
6209
|
background-color: var(--rk-colors-modalBackground);
|
|
6199
6210
|
}
|
|
@@ -6441,14 +6452,6 @@
|
|
|
6441
6452
|
animation: _1tyx5nu7 1s;
|
|
6442
6453
|
}
|
|
6443
6454
|
|
|
6444
|
-
/* vanilla-extract-css-ns:src/components/FunBottomBar/FunBottomBar.css.ts.vanilla.css?source=Lm41cXdpMCB7CiAgcGFkZGluZy10b3A6IDE4cHg7CiAgJjpub3QoOmVtcHR5KSA+IDpmaXJzdC1jaGlsZCB7CiAgICBtYXJnaW4tdG9wOiAtNnB4OwogIH0KfQ== */
|
|
6445
|
-
[data-rk] .n5qwi0 {
|
|
6446
|
-
padding-top: 18px;
|
|
6447
|
-
[data-rk] &:not(:empty) > :first-child {
|
|
6448
|
-
margin-top: -6px;
|
|
6449
|
-
}
|
|
6450
|
-
}
|
|
6451
|
-
|
|
6452
6455
|
/* vanilla-extract-css-ns:src/components/FunDivider/FunDivider.css.ts.vanilla.css?source=Ll8zZGtkc2MwIHsKICBib3JkZXItd2lkdGg6IDA7CiAgYm9yZGVyLXRvcC13aWR0aDogMXB4OwogIGZsZXg6IDE7Cn0= */
|
|
6453
6456
|
[data-rk] ._3dkdsc0 {
|
|
6454
6457
|
border-width: 0;
|