@nexus-cross/dapp-ui 1.3.3-beta.6 → 1.3.3-beta.8
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/dist/index.cjs +21 -21
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +21 -21
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -705,6 +705,18 @@ interface WalletInfoProps {
|
|
|
705
705
|
* 차단된 경우 안내 메시지 전달용.
|
|
706
706
|
*/
|
|
707
707
|
onBuyDisabledMessage?: string;
|
|
708
|
+
/**
|
|
709
|
+
* Bridge 카드를 시각적으로 비활성 상태로 표시하고, 클릭하면 이 메시지를
|
|
710
|
+
* 토스트로 띄운다. 예: 연결된 지갑이 CROSSx 계열이 아니라 브릿지를
|
|
711
|
+
* 지원하지 않는 경우.
|
|
712
|
+
*/
|
|
713
|
+
onBridgeDisabledMessage?: string;
|
|
714
|
+
/**
|
|
715
|
+
* Send 카드(및 토큰 행 탭으로 진입하는 전송 플로우)를 시각적으로 비활성
|
|
716
|
+
* 상태로 표시하고, 클릭하면 이 메시지를 토스트로 띄운다. 예: 연결된 지갑이
|
|
717
|
+
* CROSSx 계열이 아닌 경우.
|
|
718
|
+
*/
|
|
719
|
+
onSendDisabledMessage?: string;
|
|
708
720
|
/**
|
|
709
721
|
* 지정 시 기본 Disconnect 버튼이 Footer에 노출됨. `WalletInfo.Footer` 슬롯이
|
|
710
722
|
* 있으면 해당 슬롯이 메인 영역을 대체한다. Terms/Privacy 링크는 둘 중 무엇을
|
|
@@ -792,7 +804,7 @@ interface WalletInfoProps {
|
|
|
792
804
|
style?: WalletInfoStyle;
|
|
793
805
|
children: React.ReactNode;
|
|
794
806
|
}
|
|
795
|
-
declare function WalletInfoRoot({ env, theme, mobileBreakpoint, drawerDirection, modal, showBalance, showForgeToken, showGameToken, showQR, showBridge, qrLogoSrc, walletAddress, accountName, sendAccounts, profileImageUrl, connectorId, connectorName: connectorNameProp, connectorIconUrl: connectorIconUrlProp, preferredTokens, onSelectWallet, onCopyAddress, onBuy, onBuyDisabledMessage, onDisconnect, disconnectLabel, termsUrl, termsLabel, privacyUrl, privacyLabel, open: propOpen, onOpenChange, showPortfolio, portfolioTitle, showTotalAssets, totalAssetsLabel, sendTransaction, getTransactionReceipt, estimateGas, onOutlink, lpBalanceReader, stakingRewardsReader, bridgeTokens, bridgeHistory, getBridgeQuote, getBridgeToTokens, getBridgeApproval, approveBridge, submitBridge, onReceive, onBridge, onSend, style, children, }: WalletInfoProps): react_jsx_runtime.JSX.Element;
|
|
807
|
+
declare function WalletInfoRoot({ env, theme, mobileBreakpoint, drawerDirection, modal, showBalance, showForgeToken, showGameToken, showQR, showBridge, qrLogoSrc, walletAddress, accountName, sendAccounts, profileImageUrl, connectorId, connectorName: connectorNameProp, connectorIconUrl: connectorIconUrlProp, preferredTokens, onSelectWallet, onCopyAddress, onBuy, onBuyDisabledMessage, onBridgeDisabledMessage, onSendDisabledMessage, onDisconnect, disconnectLabel, termsUrl, termsLabel, privacyUrl, privacyLabel, open: propOpen, onOpenChange, showPortfolio, portfolioTitle, showTotalAssets, totalAssetsLabel, sendTransaction, getTransactionReceipt, estimateGas, onOutlink, lpBalanceReader, stakingRewardsReader, bridgeTokens, bridgeHistory, getBridgeQuote, getBridgeToTokens, getBridgeApproval, approveBridge, submitBridge, onReceive, onBridge, onSend, style, children, }: WalletInfoProps): react_jsx_runtime.JSX.Element;
|
|
796
808
|
declare const WalletInfo: typeof WalletInfoRoot & {
|
|
797
809
|
Trigger: typeof WalletInfoTrigger;
|
|
798
810
|
Content: typeof WalletInfoContent;
|
package/dist/index.d.ts
CHANGED
|
@@ -705,6 +705,18 @@ interface WalletInfoProps {
|
|
|
705
705
|
* 차단된 경우 안내 메시지 전달용.
|
|
706
706
|
*/
|
|
707
707
|
onBuyDisabledMessage?: string;
|
|
708
|
+
/**
|
|
709
|
+
* Bridge 카드를 시각적으로 비활성 상태로 표시하고, 클릭하면 이 메시지를
|
|
710
|
+
* 토스트로 띄운다. 예: 연결된 지갑이 CROSSx 계열이 아니라 브릿지를
|
|
711
|
+
* 지원하지 않는 경우.
|
|
712
|
+
*/
|
|
713
|
+
onBridgeDisabledMessage?: string;
|
|
714
|
+
/**
|
|
715
|
+
* Send 카드(및 토큰 행 탭으로 진입하는 전송 플로우)를 시각적으로 비활성
|
|
716
|
+
* 상태로 표시하고, 클릭하면 이 메시지를 토스트로 띄운다. 예: 연결된 지갑이
|
|
717
|
+
* CROSSx 계열이 아닌 경우.
|
|
718
|
+
*/
|
|
719
|
+
onSendDisabledMessage?: string;
|
|
708
720
|
/**
|
|
709
721
|
* 지정 시 기본 Disconnect 버튼이 Footer에 노출됨. `WalletInfo.Footer` 슬롯이
|
|
710
722
|
* 있으면 해당 슬롯이 메인 영역을 대체한다. Terms/Privacy 링크는 둘 중 무엇을
|
|
@@ -792,7 +804,7 @@ interface WalletInfoProps {
|
|
|
792
804
|
style?: WalletInfoStyle;
|
|
793
805
|
children: React.ReactNode;
|
|
794
806
|
}
|
|
795
|
-
declare function WalletInfoRoot({ env, theme, mobileBreakpoint, drawerDirection, modal, showBalance, showForgeToken, showGameToken, showQR, showBridge, qrLogoSrc, walletAddress, accountName, sendAccounts, profileImageUrl, connectorId, connectorName: connectorNameProp, connectorIconUrl: connectorIconUrlProp, preferredTokens, onSelectWallet, onCopyAddress, onBuy, onBuyDisabledMessage, onDisconnect, disconnectLabel, termsUrl, termsLabel, privacyUrl, privacyLabel, open: propOpen, onOpenChange, showPortfolio, portfolioTitle, showTotalAssets, totalAssetsLabel, sendTransaction, getTransactionReceipt, estimateGas, onOutlink, lpBalanceReader, stakingRewardsReader, bridgeTokens, bridgeHistory, getBridgeQuote, getBridgeToTokens, getBridgeApproval, approveBridge, submitBridge, onReceive, onBridge, onSend, style, children, }: WalletInfoProps): react_jsx_runtime.JSX.Element;
|
|
807
|
+
declare function WalletInfoRoot({ env, theme, mobileBreakpoint, drawerDirection, modal, showBalance, showForgeToken, showGameToken, showQR, showBridge, qrLogoSrc, walletAddress, accountName, sendAccounts, profileImageUrl, connectorId, connectorName: connectorNameProp, connectorIconUrl: connectorIconUrlProp, preferredTokens, onSelectWallet, onCopyAddress, onBuy, onBuyDisabledMessage, onBridgeDisabledMessage, onSendDisabledMessage, onDisconnect, disconnectLabel, termsUrl, termsLabel, privacyUrl, privacyLabel, open: propOpen, onOpenChange, showPortfolio, portfolioTitle, showTotalAssets, totalAssetsLabel, sendTransaction, getTransactionReceipt, estimateGas, onOutlink, lpBalanceReader, stakingRewardsReader, bridgeTokens, bridgeHistory, getBridgeQuote, getBridgeToTokens, getBridgeApproval, approveBridge, submitBridge, onReceive, onBridge, onSend, style, children, }: WalletInfoProps): react_jsx_runtime.JSX.Element;
|
|
796
808
|
declare const WalletInfo: typeof WalletInfoRoot & {
|
|
797
809
|
Trigger: typeof WalletInfoTrigger;
|
|
798
810
|
Content: typeof WalletInfoContent;
|