@orderly.network/ui-transfer 2.6.1-alpha.0 → 2.6.2-alpha.0

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.mts CHANGED
@@ -466,9 +466,9 @@ type DepositStatusProps = {
466
466
  };
467
467
  onClick?: () => void;
468
468
  } & DepositStatusScriptReturn;
469
- declare const DepositStatus: (props: DepositStatusProps) => react_jsx_runtime.JSX.Element | null;
469
+ declare const DepositStatus: react__default.FC<DepositStatusProps>;
470
470
 
471
471
  type DepositStatusWidgetProps = Pick<DepositStatusProps, "className" | "onClick">;
472
- declare const DepositStatusWidget: (props: DepositStatusWidgetProps) => react_jsx_runtime.JSX.Element;
472
+ declare const DepositStatusWidget: react__default.FC<DepositStatusWidgetProps>;
473
473
 
474
474
  export { ActionButton, AvailableQuantity, BrokerWallet, ChainSelect, type ConvertFormProps, ConvertFormUI, ConvertFormWidget, type CurrentChain, type DST, DepositAction, DepositAndWithdraw, type DepositAndWithdrawProps, DepositAndWithdrawWithDialogId, DepositAndWithdrawWithSheetId, DepositForm, type DepositFormScriptOptions, DepositFormWidget, type DepositFormWidgetProps, DepositStatus, DepositStatusWidget, ExchangeDivider, Fee, type InputStatus, QuantityInput, SwapCoin, SwapDepositForm, SwapDepositFormWidget, TransferDialogId, TransferForm, TransferFormWidget, type TransferFormWidgetProps, TransferSheetId, TransferWidget, Web3Wallet, WithdrawForm, type WithdrawFormScriptOptions, WithdrawFormWidget, type WithdrawFormWidgetProps, WithdrawTo, checkIsAccountId, feeDecimalsOffset, getTokenByTokenList, getTransferErrorMessage, useActionType, useChainSelect, useConvertFormScript as useConvertForm, useDepositAction, useDepositFormScript, useDepositStatusScript, useInputStatus, useSwapDepositFormScript, useTransferFormScript, useWithdrawFormScript };
package/dist/index.d.ts CHANGED
@@ -466,9 +466,9 @@ type DepositStatusProps = {
466
466
  };
467
467
  onClick?: () => void;
468
468
  } & DepositStatusScriptReturn;
469
- declare const DepositStatus: (props: DepositStatusProps) => react_jsx_runtime.JSX.Element | null;
469
+ declare const DepositStatus: react__default.FC<DepositStatusProps>;
470
470
 
471
471
  type DepositStatusWidgetProps = Pick<DepositStatusProps, "className" | "onClick">;
472
- declare const DepositStatusWidget: (props: DepositStatusWidgetProps) => react_jsx_runtime.JSX.Element;
472
+ declare const DepositStatusWidget: react__default.FC<DepositStatusWidgetProps>;
473
473
 
474
474
  export { ActionButton, AvailableQuantity, BrokerWallet, ChainSelect, type ConvertFormProps, ConvertFormUI, ConvertFormWidget, type CurrentChain, type DST, DepositAction, DepositAndWithdraw, type DepositAndWithdrawProps, DepositAndWithdrawWithDialogId, DepositAndWithdrawWithSheetId, DepositForm, type DepositFormScriptOptions, DepositFormWidget, type DepositFormWidgetProps, DepositStatus, DepositStatusWidget, ExchangeDivider, Fee, type InputStatus, QuantityInput, SwapCoin, SwapDepositForm, SwapDepositFormWidget, TransferDialogId, TransferForm, TransferFormWidget, type TransferFormWidgetProps, TransferSheetId, TransferWidget, Web3Wallet, WithdrawForm, type WithdrawFormScriptOptions, WithdrawFormWidget, type WithdrawFormWidgetProps, WithdrawTo, checkIsAccountId, feeDecimalsOffset, getTokenByTokenList, getTransferErrorMessage, useActionType, useChainSelect, useConvertFormScript as useConvertForm, useDepositAction, useDepositFormScript, useDepositStatusScript, useInputStatus, useSwapDepositFormScript, useTransferFormScript, useWithdrawFormScript };