@nexus-cross/dapp-ui 1.1.0-beta.2 → 1.1.0-beta.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.
package/dist/index.d.cts CHANGED
@@ -695,13 +695,14 @@ interface WalletPortfolioBodyProps {
695
695
  * `WalletPortfolioBody`를 단독 embed로 사용하는 경우 직접 전달해야 한다.
696
696
  */
697
697
  sendTransaction?: SendTransactionFn;
698
+ getTransactionReceipt?: GetTransactionReceiptFn;
698
699
  /**
699
700
  * 포트폴리오 섹션 내부 외부 링크 이동을 가로채는 콜백.
700
701
  * 반환값으로 URL 변형 / 취소가 가능하며 async도 지원한다.
701
702
  */
702
703
  onOutlink?: OnOutlink;
703
704
  }
704
- declare function WalletPortfolioBody({ env, theme, walletAddress, onBack, showHeader, variant, className, sendTransaction, onOutlink, }: WalletPortfolioBodyProps): react_jsx_runtime.JSX.Element;
705
+ declare function WalletPortfolioBody({ env, theme, walletAddress, onBack, showHeader, variant, className, sendTransaction, getTransactionReceipt, onOutlink, }: WalletPortfolioBodyProps): react_jsx_runtime.JSX.Element;
705
706
 
706
707
  declare function CROSSxIcon(): react_jsx_runtime.JSX.Element;
707
708
  declare function MetaMaskIcon(): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -695,13 +695,14 @@ interface WalletPortfolioBodyProps {
695
695
  * `WalletPortfolioBody`를 단독 embed로 사용하는 경우 직접 전달해야 한다.
696
696
  */
697
697
  sendTransaction?: SendTransactionFn;
698
+ getTransactionReceipt?: GetTransactionReceiptFn;
698
699
  /**
699
700
  * 포트폴리오 섹션 내부 외부 링크 이동을 가로채는 콜백.
700
701
  * 반환값으로 URL 변형 / 취소가 가능하며 async도 지원한다.
701
702
  */
702
703
  onOutlink?: OnOutlink;
703
704
  }
704
- declare function WalletPortfolioBody({ env, theme, walletAddress, onBack, showHeader, variant, className, sendTransaction, onOutlink, }: WalletPortfolioBodyProps): react_jsx_runtime.JSX.Element;
705
+ declare function WalletPortfolioBody({ env, theme, walletAddress, onBack, showHeader, variant, className, sendTransaction, getTransactionReceipt, onOutlink, }: WalletPortfolioBodyProps): react_jsx_runtime.JSX.Element;
705
706
 
706
707
  declare function CROSSxIcon(): react_jsx_runtime.JSX.Element;
707
708
  declare function MetaMaskIcon(): react_jsx_runtime.JSX.Element;