@multiversx/sdk-dapp 2.10.13 → 2.10.14
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/UI/CopyButton/CopyButton.d.ts +7 -0
- package/UI/CopyButton/CopyButton.js +2 -0
- package/UI/CopyButton/copyButton.styles.js +2 -0
- package/UI/CopyButton/index.d.ts +1 -6
- package/UI/CopyButton/index.js +1 -1
- package/UI/DappModal/hooks/index.js +1 -1
- package/UI/DappModal/hooks/useDappModal.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/Loader/Loader.d.ts +8 -0
- package/UI/Loader/Loader.js +2 -0
- package/UI/Loader/index.d.ts +1 -7
- package/UI/Loader/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.d.ts +3 -0
- package/UI/NotificationModal/NotificationModal.js +2 -0
- package/UI/NotificationModal/index.d.ts +1 -2
- package/UI/NotificationModal/index.js +1 -1
- package/UI/PageState/PageState.d.ts +16 -0
- package/UI/PageState/PageState.js +2 -0
- package/UI/PageState/index.d.ts +1 -15
- package/UI/PageState/index.js +1 -1
- package/UI/PageState/pageState.styles.js +2 -0
- package/UI/Progress/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/NoTransactions.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.d.ts +11 -0
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +2 -0
- package/UI/extension/ExtensionLoginButton/index.d.ts +1 -10
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/stories/ExtensionLoginButton.stories.d.ts +2 -2
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.d.ts +21 -0
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +2 -0
- package/UI/ledger/LedgerLoginButton/index.d.ts +1 -20
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.d.ts +11 -0
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +2 -0
- package/UI/operaWallet/OperaWalletLoginButton/index.d.ts +1 -10
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.d.ts +24 -0
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +2 -0
- package/UI/walletConnect/WalletConnectLoginButton/index.d.ts +1 -23
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.d.ts +11 -0
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +2 -0
- package/UI/webWallet/WebWalletLoginButton/index.d.ts +1 -10
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__chunks__/{chunk-F3AVUQ3Q.js → chunk-2E2HMRKZ.js} +2 -2
- package/__chunks__/chunk-2NOBNZNB.js +2 -0
- package/__chunks__/{chunk-F463UYOE.js → chunk-2PH4LIL6.js} +2 -2
- package/__chunks__/{chunk-GRBHVVDL.js → chunk-2SN4QENG.js} +2 -2
- package/__chunks__/{chunk-ZRXJS5T5.js → chunk-2UVX4W2D.js} +2 -2
- package/__chunks__/chunk-2WTJBT7G.js +2 -0
- package/__chunks__/{chunk-ZMMKPRGK.js → chunk-2Z2QXVLI.js} +2 -2
- package/__chunks__/{chunk-6KKQ74VE.js → chunk-33MFEXVQ.js} +2 -2
- package/__chunks__/chunk-3BXT2WOT.js +2 -0
- package/__chunks__/{chunk-4OAQ4URI.js → chunk-3ESYSDU5.js} +2 -2
- package/__chunks__/chunk-3K2N6SKG.js +2 -0
- package/__chunks__/{chunk-RFTSZMLB.js → chunk-3N6AXCO4.js} +2 -2
- package/__chunks__/{chunk-AUOA6UZL.js → chunk-3NFAPWH3.js} +2 -2
- package/__chunks__/{chunk-3ZEHVB3H.js → chunk-3OYGFYCF.js} +2 -2
- package/__chunks__/chunk-3WFFH2J6.js +2 -0
- package/__chunks__/{chunk-SNQ636EB.js → chunk-4CHM2RXE.js} +2 -2
- package/__chunks__/{chunk-Z6AUQ4MN.js → chunk-4DWHCJPG.js} +2 -2
- package/__chunks__/{chunk-TOMGFZXR.js → chunk-4MC5GAOQ.js} +2 -2
- package/__chunks__/chunk-4PYDSCRN.js +2 -0
- package/__chunks__/{chunk-PFJPVEA5.js → chunk-4WHEFZYP.js} +2 -2
- package/__chunks__/{chunk-EM3WUS42.js → chunk-53AQIAT4.js} +2 -2
- package/__chunks__/{chunk-VQEFMS67.js → chunk-5776LOR3.js} +2 -2
- package/__chunks__/{chunk-4FGMG4G4.js → chunk-57DCJZEG.js} +2 -2
- package/__chunks__/{chunk-I3UIQ6LV.js → chunk-57R2O5D6.js} +2 -2
- package/__chunks__/chunk-5AYFOKV6.js +2 -0
- package/__chunks__/chunk-5MWJLURQ.js +2 -0
- package/__chunks__/chunk-5N2PW264.js +2 -0
- package/__chunks__/chunk-5QAYJEKI.js +2 -0
- package/__chunks__/{chunk-YNWFYOCX.js → chunk-5SFMQW2S.js} +2 -2
- package/__chunks__/{chunk-GOOK6RGM.js → chunk-5Y2KUNZC.js} +2 -2
- package/__chunks__/chunk-65SPWFQD.js +2 -0
- package/__chunks__/{chunk-C5DUKJM6.js → chunk-6DISBGTQ.js} +2 -2
- package/__chunks__/{chunk-JWRTCBJG.js → chunk-6GBEASJ4.js} +2 -2
- package/__chunks__/{chunk-AWU42Z2S.js → chunk-6HPWD7YU.js} +2 -2
- package/__chunks__/{chunk-HSUU5363.js → chunk-6N7MYHUH.js} +2 -2
- package/__chunks__/{chunk-52ZTHK4F.js → chunk-6WYWU6DE.js} +2 -2
- package/__chunks__/{chunk-2HO7KQPF.js → chunk-7ASGWXQY.js} +2 -2
- package/__chunks__/{chunk-BZKA5REH.js → chunk-7AVNFPYP.js} +2 -2
- package/__chunks__/{chunk-MH5LERQQ.js → chunk-7CBSHHWS.js} +2 -2
- package/__chunks__/{chunk-EK527UEJ.js → chunk-7GEPBHM4.js} +2 -2
- package/__chunks__/{chunk-T367ZKEH.js → chunk-7ICYICU6.js} +2 -2
- package/__chunks__/{chunk-EZNCLVAX.js → chunk-7IYAUVNG.js} +2 -2
- package/__chunks__/{chunk-JFNEHOAZ.js → chunk-7JYJ4M2G.js} +2 -2
- package/__chunks__/chunk-7W53YHPV.js +2 -0
- package/__chunks__/{chunk-TH5EB6YT.js → chunk-A4N3QLYH.js} +2 -2
- package/__chunks__/{chunk-F4HEJYZM.js → chunk-A6VLMMNB.js} +2 -2
- package/__chunks__/{chunk-2NJMQP6S.js → chunk-A74HMWQT.js} +2 -2
- package/__chunks__/chunk-ACNALFD3.js +2 -0
- package/__chunks__/{chunk-KSQ7YGP4.js → chunk-AI5U7SI5.js} +2 -2
- package/__chunks__/chunk-ALLREWNE.js +2 -0
- package/__chunks__/{chunk-HECUT4N6.js → chunk-ALOISJGM.js} +2 -2
- package/__chunks__/chunk-AMX3GHWT.js +2 -0
- package/__chunks__/{chunk-CK6MHPAA.js → chunk-AUUV5DLY.js} +2 -2
- package/__chunks__/{chunk-5VZ3BAF7.js → chunk-AVQL3MUX.js} +2 -2
- package/__chunks__/{chunk-C4P4AGWC.js → chunk-AXP7UKGB.js} +2 -2
- package/__chunks__/{chunk-FSYWTBZC.js → chunk-AZG2J2JR.js} +2 -2
- package/__chunks__/{chunk-P4WOTWEX.js → chunk-B2MLQYUZ.js} +2 -2
- package/__chunks__/{chunk-M5FLDYFF.js → chunk-BC27YZS5.js} +2 -2
- package/__chunks__/{chunk-MKFTPOFZ.js → chunk-BDTCNMUJ.js} +2 -2
- package/__chunks__/chunk-BI4RLQI7.js +2 -0
- package/__chunks__/{chunk-ODQ5CUU7.js → chunk-BM3CKUP5.js} +2 -2
- package/__chunks__/{chunk-BYCAREMN.js → chunk-BNPI4ADN.js} +2 -2
- package/__chunks__/{chunk-2YRWUVGG.js → chunk-C6C3KDHI.js} +2 -2
- package/__chunks__/{chunk-OXDVRRIX.js → chunk-C7GYK6AF.js} +2 -2
- package/__chunks__/chunk-CBJHNYUT.js +2 -0
- package/__chunks__/{chunk-24TPMQEJ.js → chunk-CH52CCVX.js} +2 -2
- package/__chunks__/{chunk-NJCJPV3R.js → chunk-COTVGAOI.js} +2 -2
- package/__chunks__/{chunk-QUZSP7U6.js → chunk-CU4YPDUN.js} +2 -2
- package/__chunks__/{chunk-6ASWZUEE.js → chunk-D7MLEKTY.js} +2 -2
- package/__chunks__/{chunk-ZKILGOR4.js → chunk-DAS7GF5P.js} +2 -2
- package/__chunks__/chunk-DDWGVQQS.js +8 -0
- package/__chunks__/chunk-DM34GVTH.js +2 -0
- package/__chunks__/{chunk-ABPUDXZL.js → chunk-DXQJBR46.js} +2 -2
- package/__chunks__/{chunk-XAHGUOEE.js → chunk-E3JXHEIO.js} +2 -2
- package/__chunks__/{chunk-RJWEQ72B.js → chunk-E63U5EGA.js} +2 -2
- package/__chunks__/{chunk-AO5IDAJ5.js → chunk-EONVXINX.js} +2 -2
- package/__chunks__/{chunk-IJVZERMR.js → chunk-EOO5VMDY.js} +2 -2
- package/__chunks__/{chunk-VXF5FISB.js → chunk-F7X2QHK5.js} +2 -2
- package/__chunks__/{chunk-LSRQAPD5.js → chunk-FAUGRR6A.js} +2 -2
- package/__chunks__/chunk-FCOHD5RR.js +2 -0
- package/__chunks__/{chunk-N4WPIG37.js → chunk-FFV66LPG.js} +2 -2
- package/__chunks__/{chunk-4X4DKRC3.js → chunk-FW5F5ZKG.js} +2 -2
- package/__chunks__/{chunk-K2FMMFZX.js → chunk-FXFHIAHV.js} +2 -2
- package/__chunks__/chunk-GEU35I4H.js +2 -0
- package/__chunks__/{chunk-TUELF2OQ.js → chunk-GFM6WMJJ.js} +2 -2
- package/__chunks__/{chunk-XFUK5WUM.js → chunk-GLRQIFUL.js} +2 -2
- package/__chunks__/{chunk-AUMFYOGC.js → chunk-GMN5XPUC.js} +2 -2
- package/__chunks__/{chunk-353HDBKH.js → chunk-GU2COZ3N.js} +2 -2
- package/__chunks__/chunk-GWS36QM2.js +2 -0
- package/__chunks__/chunk-HFOGW2VP.js +2 -0
- package/__chunks__/{chunk-LYDAHNMD.js → chunk-HIIXIIO2.js} +2 -2
- package/__chunks__/{chunk-YTZB7V4K.js → chunk-HK3E7OH3.js} +2 -2
- package/__chunks__/{chunk-EIJMAMB3.js → chunk-HKMZHNGU.js} +2 -2
- package/__chunks__/{chunk-2UUH53PT.js → chunk-HKT7ICZP.js} +2 -2
- package/__chunks__/{chunk-YPEPVZAA.js → chunk-HT2EGSH6.js} +2 -2
- package/__chunks__/{chunk-RXCMLUIN.js → chunk-I2GU2SK6.js} +2 -2
- package/__chunks__/{chunk-ELH5XOAE.js → chunk-I55IS57L.js} +2 -2
- package/__chunks__/{chunk-IPHTIY5Z.js → chunk-IFDTTVNG.js} +2 -2
- package/__chunks__/{chunk-KXR5G7DX.js → chunk-II5SQM3J.js} +2 -2
- package/__chunks__/{chunk-C4MIRANK.js → chunk-IJS7NA7S.js} +2 -2
- package/__chunks__/{chunk-3ZBCAUKM.js → chunk-ITXRUDLD.js} +2 -2
- package/__chunks__/{chunk-624XFGTT.js → chunk-J2OCNS6H.js} +2 -2
- package/__chunks__/{chunk-HKGUGR4Q.js → chunk-J5MEFGJ3.js} +2 -2
- package/__chunks__/{chunk-4Z6ZYP35.js → chunk-JI42XC5O.js} +2 -2
- package/__chunks__/{chunk-ZCH2ITSI.js → chunk-JKCUMFK5.js} +2 -2
- package/__chunks__/{chunk-CMU7IITC.js → chunk-JUS3TYVF.js} +2 -2
- package/__chunks__/{chunk-KSWLRCXD.js → chunk-KTXR7LEE.js} +2 -2
- package/__chunks__/{chunk-ZYV25C5T.js → chunk-KUQSHVV2.js} +2 -2
- package/__chunks__/{chunk-JFMKAVGI.js → chunk-L3QHN3RP.js} +2 -2
- package/__chunks__/{chunk-2ESK2CWS.js → chunk-LGACOKUH.js} +2 -2
- package/__chunks__/{chunk-JN6SZX7B.js → chunk-LIHBSEAD.js} +2 -2
- package/__chunks__/{chunk-Q334IC67.js → chunk-LM2RBDON.js} +2 -2
- package/__chunks__/{chunk-YNQGTRYW.js → chunk-LPFVOPRA.js} +2 -2
- package/__chunks__/{chunk-QHJW6HRM.js → chunk-LSAKF7ZT.js} +2 -2
- package/__chunks__/{chunk-JUYKW7WB.js → chunk-LVLQKZTL.js} +2 -2
- package/__chunks__/{chunk-Y2LNLTGJ.js → chunk-LWIURWB3.js} +2 -2
- package/__chunks__/{chunk-ZZ7OYACG.js → chunk-LXUD7AIW.js} +2 -2
- package/__chunks__/{chunk-57LPPB5T.js → chunk-MFOGDRIL.js} +2 -2
- package/__chunks__/{chunk-GGVZOSWG.js → chunk-MMKRBYLZ.js} +2 -2
- package/__chunks__/{chunk-MTA6RD33.js → chunk-MZRUU4CD.js} +2 -2
- package/__chunks__/{chunk-QO77I6KD.js → chunk-NFUDNRJ5.js} +2 -2
- package/__chunks__/{chunk-UR45UQPL.js → chunk-NI6VP5QU.js} +2 -2
- package/__chunks__/{chunk-ZO7IKVB4.js → chunk-NSSZCJ4M.js} +2 -2
- package/__chunks__/{chunk-2ETHWQDW.js → chunk-NXWXHWMN.js} +2 -2
- package/__chunks__/{chunk-OWSA44CF.js → chunk-NY5HBS6V.js} +2 -2
- package/__chunks__/{chunk-NDBEWBW4.js → chunk-NYVSQ3S5.js} +2 -2
- package/__chunks__/{chunk-WZZ2ZH2A.js → chunk-O3RF5FGF.js} +2 -2
- package/__chunks__/chunk-O5LM2OJA.js +2 -0
- package/__chunks__/chunk-ODNPHKQJ.js +2 -0
- package/__chunks__/{chunk-Y2S5RIOR.js → chunk-OFSN5TDI.js} +2 -2
- package/__chunks__/{chunk-OYDXNIBP.js → chunk-OHXVEKU2.js} +2 -2
- package/__chunks__/{chunk-HWAAYDRV.js → chunk-OI5VNINT.js} +2 -2
- package/__chunks__/{chunk-BCKQWB2D.js → chunk-OQLSZVKU.js} +2 -2
- package/__chunks__/{chunk-KTY2ZZVU.js → chunk-OX2QPQSJ.js} +2 -2
- package/__chunks__/{chunk-AGE7H4AQ.js → chunk-OXJEK3XJ.js} +2 -2
- package/__chunks__/{chunk-DSD2MNFY.js → chunk-PAUIKWWL.js} +2 -2
- package/__chunks__/{chunk-AI56TVAK.js → chunk-PHJASQAA.js} +2 -2
- package/__chunks__/{chunk-BXF53CWY.js → chunk-PM252ITF.js} +2 -2
- package/__chunks__/chunk-PQ67BTK6.js +2 -0
- package/__chunks__/{chunk-72PJ3MLB.js → chunk-PRASIG23.js} +2 -2
- package/__chunks__/{chunk-TLO4HKFP.js → chunk-PRWVI7DA.js} +2 -2
- package/__chunks__/{chunk-FVGOQLDW.js → chunk-PTZV2NC6.js} +2 -2
- package/__chunks__/{chunk-HLWXIF6X.js → chunk-PYSR7GYB.js} +2 -2
- package/__chunks__/{chunk-J5YAJXBF.js → chunk-Q52XRGW5.js} +2 -2
- package/__chunks__/{chunk-7TNTABCF.js → chunk-Q6BLCS2G.js} +2 -2
- package/__chunks__/{chunk-A6IB3HHB.js → chunk-QBROYR4N.js} +2 -2
- package/__chunks__/{chunk-ZVNFGIIJ.js → chunk-QKSM2CAV.js} +2 -2
- package/__chunks__/{chunk-3GOMAM3K.js → chunk-QZRSZQQG.js} +2 -2
- package/__chunks__/{chunk-R2ZYJLNQ.js → chunk-R4EW5XRH.js} +2 -2
- package/__chunks__/{chunk-GDZNJ4CF.js → chunk-R4JBGOND.js} +2 -2
- package/__chunks__/{chunk-BGLJNZHY.js → chunk-R7RB3YFC.js} +2 -2
- package/__chunks__/{chunk-XIVSYXPG.js → chunk-RD4FLHH5.js} +2 -2
- package/__chunks__/{chunk-YA2XRGZD.js → chunk-RFRTZ543.js} +2 -2
- package/__chunks__/chunk-RFVGUQXV.js +2 -0
- package/__chunks__/{chunk-YQQLR63O.js → chunk-RHD4OTG2.js} +2 -2
- package/__chunks__/{chunk-TJDE5G3S.js → chunk-RHPXT74R.js} +2 -2
- package/__chunks__/{chunk-XKFPO726.js → chunk-S2EJSEXB.js} +2 -2
- package/__chunks__/{chunk-5TWMJ6YJ.js → chunk-SAWIKMWZ.js} +2 -2
- package/__chunks__/chunk-SB3EUHV3.js +2 -0
- package/__chunks__/{chunk-SI5TLADF.js → chunk-SBPG6D4F.js} +2 -2
- package/__chunks__/chunk-SCCCWUJD.js +2 -0
- package/__chunks__/{chunk-PO7P2NDG.js → chunk-SUJQHC6G.js} +2 -2
- package/__chunks__/{chunk-LJLFS42K.js → chunk-SUZXRANX.js} +2 -2
- package/__chunks__/{chunk-EELRENYX.js → chunk-SY447DWG.js} +2 -2
- package/__chunks__/{chunk-XDRM3WUB.js → chunk-SYGGFJH4.js} +2 -2
- package/__chunks__/{chunk-RG6L237G.js → chunk-T5ZFQJ52.js} +2 -2
- package/__chunks__/chunk-T6Q63BMA.js +2 -0
- package/__chunks__/{chunk-LAM66C2O.js → chunk-TKWIZCLJ.js} +2 -2
- package/__chunks__/{chunk-EBAIZ7N2.js → chunk-TR7CUFAV.js} +2 -2
- package/__chunks__/{chunk-VUYY6CED.js → chunk-TTQTR2AD.js} +2 -2
- package/__chunks__/chunk-TVURH4UP.js +2 -0
- package/__chunks__/{chunk-ZK2ND3MN.js → chunk-U3YEIZCJ.js} +2 -2
- package/__chunks__/{chunk-5IKG6Z4P.js → chunk-UGN3WMKY.js} +2 -2
- package/__chunks__/chunk-V2AWNLQW.js +2 -0
- package/__chunks__/{chunk-MZJP6Y25.js → chunk-V4RA4ZLP.js} +2 -2
- package/__chunks__/{chunk-73N6Q7HY.js → chunk-V7YSLFWP.js} +2 -2
- package/__chunks__/{chunk-EM645X3G.js → chunk-VAWVUZD4.js} +2 -2
- package/__chunks__/{chunk-7WTJNS3Q.js → chunk-VD73JZSS.js} +2 -2
- package/__chunks__/chunk-VKHAQUPZ.js +2 -0
- package/__chunks__/chunk-VPPV32IU.js +2 -0
- package/__chunks__/chunk-VSTXBAWB.js +2 -0
- package/__chunks__/{chunk-2ULU2HRV.js → chunk-VVJHCL7P.js} +2 -2
- package/__chunks__/{chunk-X7BTMMYK.js → chunk-W6YVJXVU.js} +2 -2
- package/__chunks__/{chunk-56GQX7HT.js → chunk-WB2RHTTH.js} +2 -2
- package/__chunks__/{chunk-DIQCION4.js → chunk-WCVTGH27.js} +2 -2
- package/__chunks__/{chunk-52FW4RSP.js → chunk-WFP47YEN.js} +2 -2
- package/__chunks__/{chunk-S25DY7VJ.js → chunk-WG4N7AG4.js} +2 -2
- package/__chunks__/{chunk-S3RBNZKT.js → chunk-WHJGO3AG.js} +2 -2
- package/__chunks__/{chunk-6L5T2ZSC.js → chunk-WJKSHLHT.js} +2 -2
- package/__chunks__/{chunk-EA4X56L7.js → chunk-WOQN27V4.js} +2 -2
- package/__chunks__/chunk-WOY3DRDS.js +2 -0
- package/__chunks__/{chunk-2UNO4XQM.js → chunk-WTXY73SH.js} +2 -2
- package/__chunks__/{chunk-DLLMWYMZ.js → chunk-WUI6TKFB.js} +2 -2
- package/__chunks__/{chunk-6N344DW7.js → chunk-X7ZFQQ4H.js} +2 -2
- package/__chunks__/{chunk-UJ5F7NZJ.js → chunk-XA7MEYFH.js} +2 -2
- package/__chunks__/{chunk-AK5WFGPH.js → chunk-XGANUHCI.js} +2 -2
- package/__chunks__/{chunk-EBW3XI3N.js → chunk-XM5Q6CQZ.js} +2 -2
- package/__chunks__/{chunk-654M5JYO.js → chunk-XNYJQDG2.js} +2 -2
- package/__chunks__/{chunk-2I6FWZ3G.js → chunk-XRQXCSCM.js} +3 -3
- package/__chunks__/{chunk-DTS6JNMK.js → chunk-XVSZNHGU.js} +2 -2
- package/__chunks__/{chunk-EGC7VXER.js → chunk-XXCWTSDG.js} +2 -2
- package/__chunks__/{chunk-KOFXRGMN.js → chunk-Y7E46NZY.js} +2 -2
- package/__chunks__/{chunk-NM3OUXIH.js → chunk-YBEMGTRP.js} +2 -2
- package/__chunks__/{chunk-XKPVTYAC.js → chunk-YBKC5AFW.js} +2 -2
- package/__chunks__/{chunk-ZATNS3YI.js → chunk-YBRLROEH.js} +2 -2
- package/__chunks__/{chunk-5ZVY3G6I.js → chunk-YEQVI36P.js} +2 -2
- package/__chunks__/{chunk-O7JNS4MH.js → chunk-YFRGELFT.js} +2 -2
- package/__chunks__/chunk-YO5D3RWU.js +2 -0
- package/__chunks__/chunk-YRHGCRZP.js +2 -0
- package/__chunks__/{chunk-ZBNQAQR7.js → chunk-YTCYFRWK.js} +2 -2
- package/__chunks__/{chunk-NKEUQVOF.js → chunk-YYOIIUGC.js} +2 -2
- package/__chunks__/{chunk-4G6Q66UH.js → chunk-ZE24ZRZN.js} +2 -2
- package/__chunks__/{chunk-J6H36V6J.js → chunk-ZJPCJ4LX.js} +2 -2
- package/__commonjs/UI/CopyButton/CopyButton.d.ts +7 -0
- package/__commonjs/UI/CopyButton/CopyButton.js +11 -0
- package/__commonjs/UI/CopyButton/{copyButtonStyles.js → copyButton.styles.js} +3 -3
- package/__commonjs/UI/CopyButton/index.d.ts +1 -6
- package/__commonjs/UI/CopyButton/index.js +2 -2
- package/__commonjs/UI/Loader/Loader.d.ts +8 -0
- package/__commonjs/UI/Loader/Loader.js +2709 -0
- package/__commonjs/UI/Loader/index.d.ts +1 -7
- package/__commonjs/UI/Loader/index.js +4 -4
- package/__commonjs/UI/NotificationModal/NotificationModal.d.ts +3 -0
- package/__commonjs/UI/NotificationModal/NotificationModal.js +2775 -0
- package/__commonjs/UI/NotificationModal/index.d.ts +1 -2
- package/__commonjs/UI/NotificationModal/index.js +4 -4
- package/__commonjs/UI/PageState/PageState.d.ts +16 -0
- package/__commonjs/UI/PageState/PageState.js +2709 -0
- package/__commonjs/UI/PageState/index.d.ts +1 -15
- package/__commonjs/UI/PageState/index.js +4 -4
- package/__commonjs/UI/PageState/{pageStateStyles.js → pageState.styles.js} +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +19 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithOperaModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/components/TransactionStatusToast.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/components/index.js +2 -2
- package/__commonjs/UI/SignTransactionsModals/index.js +5 -5
- package/__commonjs/UI/TransactionDetails/TransactionDetails.js +4 -4
- package/__commonjs/UI/TransactionDetails/components/TransactionDetailsBody.js +4 -4
- package/__commonjs/UI/TransactionDetails/components/index.js +4 -4
- package/__commonjs/UI/TransactionDetails/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/TransactionInfo.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/AddressDetailItem/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/EventsList/EventsList.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/EventsList/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/OperationsList/OperationList.js +12 -12
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/OperationText.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/OperationsList/components/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/OperationsList/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/ScrDetailItem/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/TransactionLogs/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +13 -13
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +13 -13
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +7 -7
- package/__commonjs/UI/TransactionInfo/index.js +6 -6
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/FailedTransactions.js +4 -4
- package/__commonjs/UI/TransactionsTable/components/NoTransactions.js +4 -4
- package/__commonjs/UI/TransactionsTable/components/TransactionRow.js +2 -2
- package/__commonjs/UI/TransactionsTable/components/index.js +6 -6
- package/__commonjs/UI/TransactionsTable/index.js +2 -2
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +3 -3
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/CustomToast.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +4 -4
- package/__commonjs/UI/TransactionsToastList/components/index.js +4 -4
- package/__commonjs/UI/TransactionsToastList/index.js +3 -3
- package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.d.ts +11 -0
- package/__commonjs/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +2747 -0
- package/__commonjs/UI/extension/ExtensionLoginButton/index.d.ts +1 -10
- package/__commonjs/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/__commonjs/UI/extension/ExtensionLoginButton/stories/ExtensionLoginButton.stories.d.ts +2 -2
- package/__commonjs/UI/index.js +11 -11
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.d.ts +21 -0
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +3367 -0
- package/__commonjs/UI/ledger/LedgerLoginButton/index.d.ts +1 -20
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginContainer/AddressTable.js +3 -3
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +4 -4
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +5 -5
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +3 -3
- package/__commonjs/UI/ledger/index.js +14 -14
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.d.ts +11 -0
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +2729 -0
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.d.ts +1 -10
- package/__commonjs/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +7 -7
- package/__commonjs/UI/pages/index.js +7 -7
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.d.ts +24 -0
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +3002 -0
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.d.ts +1 -23
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +4 -4
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +3 -3
- package/__commonjs/UI/walletConnect/index.js +4 -4
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.d.ts +11 -0
- package/__commonjs/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +2729 -0
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.d.ts +1 -10
- package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/__commonjs/components/TransactionStatusToast/FailedTransactionStatusToast.js +4 -4
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.d.ts +9 -0
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +9 -0
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/index.d.ts +1 -8
- package/__commonjs/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/__commonjs/wrappers/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/getScamAddressData.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/components/TransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/useWalletConnectLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/userInterface/index.js +1 -1
- package/hooks/userInterface/useIsDappModalVisible.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/package.json +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/storage/local.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/dateTime/index.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/storage/index.js +1 -1
- package/utils/storage/local.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.d.ts +9 -0
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +2 -0
- package/wrappers/AuthenticatedRoutesWrapper/index.d.ts +1 -8
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/UI/CopyButton/copyButtonStyles.js +0 -2
- package/UI/NotificationModal/notificationModalStyles.js +0 -4
- package/UI/PageState/pageStateStyles.js +0 -2
- package/UI/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -4
- package/__chunks__/chunk-236ACT4A.js +0 -2
- package/__chunks__/chunk-3TXSWWRL.js +0 -2
- package/__chunks__/chunk-46UB3COV.js +0 -2
- package/__chunks__/chunk-476OLYPT.js +0 -2
- package/__chunks__/chunk-6FWDWBMN.js +0 -2
- package/__chunks__/chunk-6XR6BLIB.js +0 -2
- package/__chunks__/chunk-BEE4DVSV.js +0 -2
- package/__chunks__/chunk-CIA5WJBY.js +0 -2
- package/__chunks__/chunk-EAIRBVG2.js +0 -2
- package/__chunks__/chunk-ELUPZJBP.js +0 -2
- package/__chunks__/chunk-EOKRDYGE.js +0 -2
- package/__chunks__/chunk-FNVBJOAM.js +0 -2
- package/__chunks__/chunk-G4JD2Q3A.js +0 -2
- package/__chunks__/chunk-HWQ4HWF7.js +0 -2
- package/__chunks__/chunk-KS3I3MRD.js +0 -2
- package/__chunks__/chunk-LKAKVL7O.js +0 -2
- package/__chunks__/chunk-Q644J7BS.js +0 -8
- package/__chunks__/chunk-QUCTPCT3.js +0 -2
- package/__chunks__/chunk-R5KCMOKA.js +0 -2
- package/__chunks__/chunk-S2UGJM4S.js +0 -2
- package/__chunks__/chunk-TRVXCKJV.js +0 -2
- package/__chunks__/chunk-TZQXU63P.js +0 -2
- package/__chunks__/chunk-ULF6TFUK.js +0 -2
- package/__chunks__/chunk-XAOZX6PT.js +0 -2
- package/__chunks__/chunk-YS4IFDG4.js +0 -2
- package/__chunks__/chunk-ZAHYBLR3.js +0 -2
- package/__chunks__/chunk-ZJ62HJA4.js +0 -2
- package/__chunks__/chunk-ZOS2BWPU.js +0 -2
- package/__commonjs/UI/NotificationModal/notificationModalStyles.js +0 -11
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -11
|
@@ -0,0 +1,3367 @@
|
|
|
1
|
+
"use strict";var rp=Object.create;var Zo=Object.defineProperty,ap=Object.defineProperties,ip=Object.getOwnPropertyDescriptor,sp=Object.getOwnPropertyDescriptors,cp=Object.getOwnPropertyNames,wn=Object.getOwnPropertySymbols,pp=Object.getPrototypeOf,Lt=Object.prototype.hasOwnProperty,qr=Object.prototype.propertyIsEnumerable;var jr=(e,o,n)=>o in e?Zo(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,y=(e,o)=>{for(var n in o||(o={}))Lt.call(o,n)&&jr(e,n,o[n]);if(wn)for(var n of wn(o))qr.call(o,n)&&jr(e,n,o[n]);return e},k=(e,o)=>ap(e,sp(o));var vn=(e,o)=>{var n={};for(var r in e)Lt.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&wn)for(var r of wn(e))o.indexOf(r)<0&&qr.call(e,r)&&(n[r]=e[r]);return n};var w=(e,o)=>()=>(e&&(o=e(e=0)),o);var ae=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),Xe=(e,o)=>{for(var n in o)Zo(e,n,{get:o[n],enumerable:!0})},Xr=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of cp(o))!Lt.call(e,c)&&c!==n&&Zo(e,c,{get:()=>o[c],enumerable:!(r=ip(o,c))||r.enumerable});return e};var f=(e,o,n)=>(n=e!=null?rp(pp(e)):{},Xr(o||!e||!e.__esModule?Zo(n,"default",{value:e,enumerable:!0}):n,e)),Jo=e=>Xr(Zo({},"__esModule",{value:!0}),e);var b=(e,o,n)=>new Promise((r,c)=>{var p=m=>{try{l(n.next(m))}catch(g){c(g)}},d=m=>{try{l(n.throw(m))}catch(g){c(g)}},l=m=>m.done?r(m.value):Promise.resolve(m.value).then(p,d);l((n=n.apply(e,o)).next())});var Zr=ae(An=>{"use strict";t();An.byteLength=mp;An.toByteArray=_p;An.fromByteArray=fp;var be=[],me=[],dp=typeof Uint8Array!="undefined"?Uint8Array:Array,Nt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Ke=0,Kr=Nt.length;Ke<Kr;++Ke)be[Ke]=Nt[Ke],me[Nt.charCodeAt(Ke)]=Ke;var Ke,Kr;me["-".charCodeAt(0)]=62;me["_".charCodeAt(0)]=63;function Yr(e){var o=e.length;if(o%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var n=e.indexOf("=");n===-1&&(n=o);var r=n===o?0:4-n%4;return[n,r]}function mp(e){var o=Yr(e),n=o[0],r=o[1];return(n+r)*3/4-r}function lp(e,o,n){return(o+n)*3/4-n}function _p(e){var o,n=Yr(e),r=n[0],c=n[1],p=new dp(lp(e,r,c)),d=0,l=c>0?r-4:r,m;for(m=0;m<l;m+=4)o=me[e.charCodeAt(m)]<<18|me[e.charCodeAt(m+1)]<<12|me[e.charCodeAt(m+2)]<<6|me[e.charCodeAt(m+3)],p[d++]=o>>16&255,p[d++]=o>>8&255,p[d++]=o&255;return c===2&&(o=me[e.charCodeAt(m)]<<2|me[e.charCodeAt(m+1)]>>4,p[d++]=o&255),c===1&&(o=me[e.charCodeAt(m)]<<10|me[e.charCodeAt(m+1)]<<4|me[e.charCodeAt(m+2)]>>2,p[d++]=o>>8&255,p[d++]=o&255),p}function gp(e){return be[e>>18&63]+be[e>>12&63]+be[e>>6&63]+be[e&63]}function up(e,o,n){for(var r,c=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(gp(r));return c.join("")}function fp(e){for(var o,n=e.length,r=n%3,c=[],p=16383,d=0,l=n-r;d<l;d+=p)c.push(up(e,d,d+p>l?l:d+p));return r===1?(o=e[n-1],c.push(be[o>>2]+be[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],c.push(be[o>>10]+be[o>>4&63]+be[o<<2&63]+"=")),c.join("")}});var Jr=ae(Et=>{t();Et.read=function(e,o,n,r,c){var p,d,l=c*8-r-1,m=(1<<l)-1,g=m>>1,h=-7,u=n?c-1:0,x=n?-1:1,A=e[o+u];for(u+=x,p=A&(1<<-h)-1,A>>=-h,h+=l;h>0;p=p*256+e[o+u],u+=x,h-=8);for(d=p&(1<<-h)-1,p>>=-h,h+=r;h>0;d=d*256+e[o+u],u+=x,h-=8);if(p===0)p=1-g;else{if(p===m)return d?NaN:(A?-1:1)*(1/0);d=d+Math.pow(2,r),p=p-g}return(A?-1:1)*d*Math.pow(2,p-r)};Et.write=function(e,o,n,r,c,p){var d,l,m,g=p*8-c-1,h=(1<<g)-1,u=h>>1,x=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,A=r?0:p-1,S=r?1:-1,C=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(l=isNaN(o)?1:0,d=h):(d=Math.floor(Math.log(o)/Math.LN2),o*(m=Math.pow(2,-d))<1&&(d--,m*=2),d+u>=1?o+=x/m:o+=x*Math.pow(2,1-u),o*m>=2&&(d++,m/=2),d+u>=h?(l=0,d=h):d+u>=1?(l=(o*m-1)*Math.pow(2,c),d=d+u):(l=o*Math.pow(2,u-1)*Math.pow(2,c),d=0));c>=8;e[n+A]=l&255,A+=S,l/=256,c-=8);for(d=d<<c|l,g+=c;g>0;e[n+A]=d&255,A+=S,d/=256,g-=8);e[n+A-S]|=C*128}});var ma=ae(ho=>{"use strict";t();var Pt=Zr(),fo=Jr(),Qr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ho.Buffer=_;ho.SlowBuffer=Sp;ho.INSPECT_MAX_BYTES=50;var kn=2147483647;ho.kMaxLength=kn;_.TYPED_ARRAY_SUPPORT=hp();!_.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function hp(){try{var e=new Uint8Array(1),o={foo:function(){return 42}};return Object.setPrototypeOf(o,Uint8Array.prototype),Object.setPrototypeOf(e,o),e.foo()===42}catch(n){return!1}}Object.defineProperty(_.prototype,"parent",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.buffer}});Object.defineProperty(_.prototype,"offset",{enumerable:!0,get:function(){if(!!_.isBuffer(this))return this.byteOffset}});function Ne(e){if(e>kn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,_.prototype),o}function _(e,o,n){if(typeof e=="number"){if(typeof o=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return Ot(e)}return na(e,o,n)}_.poolSize=8192;function na(e,o,n){if(typeof e=="string")return Tp(e,o);if(ArrayBuffer.isView(e))return xp(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(Se(e,ArrayBuffer)||e&&Se(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Se(e,SharedArrayBuffer)||e&&Se(e.buffer,SharedArrayBuffer)))return Mt(e,o,n);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var r=e.valueOf&&e.valueOf();if(r!=null&&r!==e)return _.from(r,o,n);var c=bp(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return _.from(e[Symbol.toPrimitive]("string"),o,n);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}_.from=function(e,o,n){return na(e,o,n)};Object.setPrototypeOf(_.prototype,Uint8Array.prototype);Object.setPrototypeOf(_,Uint8Array);function ta(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function yp(e,o,n){return ta(e),e<=0?Ne(e):o!==void 0?typeof n=="string"?Ne(e).fill(o,n):Ne(e).fill(o):Ne(e)}_.alloc=function(e,o,n){return yp(e,o,n)};function Ot(e){return ta(e),Ne(e<0?0:Bt(e)|0)}_.allocUnsafe=function(e){return Ot(e)};_.allocUnsafeSlow=function(e){return Ot(e)};function Tp(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!_.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=ra(e,o)|0,r=Ne(n),c=r.write(e,o);return c!==n&&(r=r.slice(0,c)),r}function Dt(e){for(var o=e.length<0?0:Bt(e.length)|0,n=Ne(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function xp(e){if(Se(e,Uint8Array)){var o=new Uint8Array(e);return Mt(o.buffer,o.byteOffset,o.byteLength)}return Dt(e)}function Mt(e,o,n){if(o<0||e.byteLength<o)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<o+(n||0))throw new RangeError('"length" is outside of buffer bounds');var r;return o===void 0&&n===void 0?r=new Uint8Array(e):n===void 0?r=new Uint8Array(e,o):r=new Uint8Array(e,o,n),Object.setPrototypeOf(r,_.prototype),r}function bp(e){if(_.isBuffer(e)){var o=Bt(e.length)|0,n=Ne(o);return n.length===0||e.copy(n,0,0,o),n}if(e.length!==void 0)return typeof e.length!="number"||Ft(e.length)?Ne(0):Dt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Dt(e.data)}function Bt(e){if(e>=kn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+kn.toString(16)+" bytes");return e|0}function Sp(e){return+e!=e&&(e=0),_.alloc(+e)}_.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==_.prototype};_.compare=function(o,n){if(Se(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),Se(n,Uint8Array)&&(n=_.from(n,n.offset,n.byteLength)),!_.isBuffer(o)||!_.isBuffer(n))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(o===n)return 0;for(var r=o.length,c=n.length,p=0,d=Math.min(r,c);p<d;++p)if(o[p]!==n[p]){r=o[p],c=n[p];break}return r<c?-1:c<r?1:0};_.isEncoding=function(o){switch(String(o).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};_.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return _.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var c=_.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var d=o[r];if(Se(d,Uint8Array))p+d.length>c.length?_.from(d).copy(c,p):Uint8Array.prototype.set.call(c,d,p);else if(_.isBuffer(d))d.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=d.length}return c};function ra(e,o){if(_.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||Se(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var n=e.length,r=arguments.length>2&&arguments[2]===!0;if(!r&&n===0)return 0;for(var c=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return Rt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return da(e).length;default:if(c)return r?-1:Rt(e).length;o=(""+o).toLowerCase(),c=!0}}_.byteLength=ra;function wp(e,o,n){var r=!1;if((o===void 0||o<0)&&(o=0),o>this.length||((n===void 0||n>this.length)&&(n=this.length),n<=0)||(n>>>=0,o>>>=0,n<=o))return"";for(e||(e="utf8");;)switch(e){case"hex":return Dp(this,o,n);case"utf8":case"utf-8":return ia(this,o,n);case"ascii":return Ep(this,o,n);case"latin1":case"binary":return Pp(this,o,n);case"base64":return Lp(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Mp(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}_.prototype._isBuffer=!0;function Ye(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}_.prototype.swap16=function(){var o=this.length;if(o%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var n=0;n<o;n+=2)Ye(this,n,n+1);return this};_.prototype.swap32=function(){var o=this.length;if(o%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var n=0;n<o;n+=4)Ye(this,n,n+3),Ye(this,n+1,n+2);return this};_.prototype.swap64=function(){var o=this.length;if(o%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var n=0;n<o;n+=8)Ye(this,n,n+7),Ye(this,n+1,n+6),Ye(this,n+2,n+5),Ye(this,n+3,n+4);return this};_.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?ia(this,0,o):wp.apply(this,arguments)};_.prototype.toLocaleString=_.prototype.toString;_.prototype.equals=function(o){if(!_.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:_.compare(this,o)===0};_.prototype.inspect=function(){var o="",n=ho.INSPECT_MAX_BYTES;return o=this.toString("hex",0,n).replace(/(.{2})/g,"$1 ").trim(),this.length>n&&(o+=" ... "),"<Buffer "+o+">"};Qr&&(_.prototype[Qr]=_.prototype.inspect);_.prototype.compare=function(o,n,r,c,p){if(Se(o,Uint8Array)&&(o=_.from(o,o.offset,o.byteLength)),!_.isBuffer(o))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof o);if(n===void 0&&(n=0),r===void 0&&(r=o?o.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),n<0||r>o.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&n>=r)return 0;if(c>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,c>>>=0,p>>>=0,this===o)return 0;for(var d=p-c,l=r-n,m=Math.min(d,l),g=this.slice(c,p),h=o.slice(n,r),u=0;u<m;++u)if(g[u]!==h[u]){d=g[u],l=h[u];break}return d<l?-1:l<d?1:0};function aa(e,o,n,r,c){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,Ft(n)&&(n=c?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(c)return-1;n=e.length-1}else if(n<0)if(c)n=0;else return-1;if(typeof o=="string"&&(o=_.from(o,r)),_.isBuffer(o))return o.length===0?-1:ea(e,o,n,r,c);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):ea(e,[o],n,r,c);throw new TypeError("val must be string, number or Buffer")}function ea(e,o,n,r,c){var p=1,d=e.length,l=o.length;if(r!==void 0&&(r=String(r).toLowerCase(),r==="ucs2"||r==="ucs-2"||r==="utf16le"||r==="utf-16le")){if(e.length<2||o.length<2)return-1;p=2,d/=2,l/=2,n/=2}function m(A,S){return p===1?A[S]:A.readUInt16BE(S*p)}var g;if(c){var h=-1;for(g=n;g<d;g++)if(m(e,g)===m(o,h===-1?0:g-h)){if(h===-1&&(h=g),g-h+1===l)return h*p}else h!==-1&&(g-=g-h),h=-1}else for(n+l>d&&(n=d-l),g=n;g>=0;g--){for(var u=!0,x=0;x<l;x++)if(m(e,g+x)!==m(o,x)){u=!1;break}if(u)return g}return-1}_.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};_.prototype.indexOf=function(o,n,r){return aa(this,o,n,r,!0)};_.prototype.lastIndexOf=function(o,n,r){return aa(this,o,n,r,!1)};function vp(e,o,n,r){n=Number(n)||0;var c=e.length-n;r?(r=Number(r),r>c&&(r=c)):r=c;var p=o.length;r>p/2&&(r=p/2);for(var d=0;d<r;++d){var l=parseInt(o.substr(d*2,2),16);if(Ft(l))return d;e[n+d]=l}return d}function Ap(e,o,n,r){return Cn(Rt(o,e.length-n),e,n,r)}function kp(e,o,n,r){return Cn(Bp(o),e,n,r)}function Cp(e,o,n,r){return Cn(da(o),e,n,r)}function Ip(e,o,n,r){return Cn(Fp(o,e.length-n),e,n,r)}_.prototype.write=function(o,n,r,c){if(n===void 0)c="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")c=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,c===void 0&&(c="utf8")):(c=r,r=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-n;if((r===void 0||r>p)&&(r=p),o.length>0&&(r<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var d=!1;;)switch(c){case"hex":return vp(this,o,n,r);case"utf8":case"utf-8":return Ap(this,o,n,r);case"ascii":case"latin1":case"binary":return kp(this,o,n,r);case"base64":return Cp(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ip(this,o,n,r);default:if(d)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),d=!0}};_.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Lp(e,o,n){return o===0&&n===e.length?Pt.fromByteArray(e):Pt.fromByteArray(e.slice(o,n))}function ia(e,o,n){n=Math.min(e.length,n);for(var r=[],c=o;c<n;){var p=e[c],d=null,l=p>239?4:p>223?3:p>191?2:1;if(c+l<=n){var m,g,h,u;switch(l){case 1:p<128&&(d=p);break;case 2:m=e[c+1],(m&192)===128&&(u=(p&31)<<6|m&63,u>127&&(d=u));break;case 3:m=e[c+1],g=e[c+2],(m&192)===128&&(g&192)===128&&(u=(p&15)<<12|(m&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(d=u));break;case 4:m=e[c+1],g=e[c+2],h=e[c+3],(m&192)===128&&(g&192)===128&&(h&192)===128&&(u=(p&15)<<18|(m&63)<<12|(g&63)<<6|h&63,u>65535&&u<1114112&&(d=u))}}d===null?(d=65533,l=1):d>65535&&(d-=65536,r.push(d>>>10&1023|55296),d=56320|d&1023),r.push(d),c+=l}return Np(r)}var oa=4096;function Np(e){var o=e.length;if(o<=oa)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=oa));return n}function Ep(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]&127);return r}function Pp(e,o,n){var r="";n=Math.min(e.length,n);for(var c=o;c<n;++c)r+=String.fromCharCode(e[c]);return r}function Dp(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var c="",p=o;p<n;++p)c+=Up[e[p]];return c}function Mp(e,o,n){for(var r=e.slice(o,n),c="",p=0;p<r.length-1;p+=2)c+=String.fromCharCode(r[p]+r[p+1]*256);return c}_.prototype.slice=function(o,n){var r=this.length;o=~~o,n=n===void 0?r:~~n,o<0?(o+=r,o<0&&(o=0)):o>r&&(o=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n<o&&(n=o);var c=this.subarray(o,n);return Object.setPrototypeOf(c,_.prototype),c};function z(e,o,n){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+o>n)throw new RangeError("Trying to access beyond buffer length")}_.prototype.readUintLE=_.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var c=this[o],p=1,d=0;++d<n&&(p*=256);)c+=this[o+d]*p;return c};_.prototype.readUintBE=_.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var c=this[o+--n],p=1;n>0&&(p*=256);)c+=this[o+--n]*p;return c};_.prototype.readUint8=_.prototype.readUInt8=function(o,n){return o=o>>>0,n||z(o,1,this.length),this[o]};_.prototype.readUint16LE=_.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||z(o,2,this.length),this[o]|this[o+1]<<8};_.prototype.readUint16BE=_.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||z(o,2,this.length),this[o]<<8|this[o+1]};_.prototype.readUint32LE=_.prototype.readUInt32LE=function(o,n){return o=o>>>0,n||z(o,4,this.length),(this[o]|this[o+1]<<8|this[o+2]<<16)+this[o+3]*16777216};_.prototype.readUint32BE=_.prototype.readUInt32BE=function(o,n){return o=o>>>0,n||z(o,4,this.length),this[o]*16777216+(this[o+1]<<16|this[o+2]<<8|this[o+3])};_.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var c=this[o],p=1,d=0;++d<n&&(p*=256);)c+=this[o+d]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*n)),c};_.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var c=n,p=1,d=this[o+--c];c>0&&(p*=256);)d+=this[o+--c]*p;return p*=128,d>=p&&(d-=Math.pow(2,8*n)),d};_.prototype.readInt8=function(o,n){return o=o>>>0,n||z(o,1,this.length),this[o]&128?(255-this[o]+1)*-1:this[o]};_.prototype.readInt16LE=function(o,n){o=o>>>0,n||z(o,2,this.length);var r=this[o]|this[o+1]<<8;return r&32768?r|4294901760:r};_.prototype.readInt16BE=function(o,n){o=o>>>0,n||z(o,2,this.length);var r=this[o+1]|this[o]<<8;return r&32768?r|4294901760:r};_.prototype.readInt32LE=function(o,n){return o=o>>>0,n||z(o,4,this.length),this[o]|this[o+1]<<8|this[o+2]<<16|this[o+3]<<24};_.prototype.readInt32BE=function(o,n){return o=o>>>0,n||z(o,4,this.length),this[o]<<24|this[o+1]<<16|this[o+2]<<8|this[o+3]};_.prototype.readFloatLE=function(o,n){return o=o>>>0,n||z(o,4,this.length),fo.read(this,o,!0,23,4)};_.prototype.readFloatBE=function(o,n){return o=o>>>0,n||z(o,4,this.length),fo.read(this,o,!1,23,4)};_.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||z(o,8,this.length),fo.read(this,o,!0,52,8)};_.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||z(o,8,this.length),fo.read(this,o,!1,52,8)};function ne(e,o,n,r,c,p){if(!_.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>c||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}_.prototype.writeUintLE=_.prototype.writeUIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ne(this,o,n,r,p,0)}var d=1,l=0;for(this[n]=o&255;++l<r&&(d*=256);)this[n+l]=o/d&255;return n+r};_.prototype.writeUintBE=_.prototype.writeUIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,r=r>>>0,!c){var p=Math.pow(2,8*r)-1;ne(this,o,n,r,p,0)}var d=r-1,l=1;for(this[n+d]=o&255;--d>=0&&(l*=256);)this[n+d]=o/l&255;return n+r};_.prototype.writeUint8=_.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,1,255,0),this[n]=o&255,n+1};_.prototype.writeUint16LE=_.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeUint16BE=_.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeUint32LE=_.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,4,4294967295,0),this[n+3]=o>>>24,this[n+2]=o>>>16,this[n+1]=o>>>8,this[n]=o&255,n+4};_.prototype.writeUint32BE=_.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,4,4294967295,0),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};_.prototype.writeIntLE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ne(this,o,n,r,p-1,-p)}var d=0,l=1,m=0;for(this[n]=o&255;++d<r&&(l*=256);)o<0&&m===0&&this[n+d-1]!==0&&(m=1),this[n+d]=(o/l>>0)-m&255;return n+r};_.prototype.writeIntBE=function(o,n,r,c){if(o=+o,n=n>>>0,!c){var p=Math.pow(2,8*r-1);ne(this,o,n,r,p-1,-p)}var d=r-1,l=1,m=0;for(this[n+d]=o&255;--d>=0&&(l*=256);)o<0&&m===0&&this[n+d+1]!==0&&(m=1),this[n+d]=(o/l>>0)-m&255;return n+r};_.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};_.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};_.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};_.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,4,2147483647,-2147483648),this[n]=o&255,this[n+1]=o>>>8,this[n+2]=o>>>16,this[n+3]=o>>>24,n+4};_.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||ne(this,o,n,4,2147483647,-2147483648),o<0&&(o=4294967295+o+1),this[n]=o>>>24,this[n+1]=o>>>16,this[n+2]=o>>>8,this[n+3]=o&255,n+4};function sa(e,o,n,r,c,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ca(e,o,n,r,c){return o=+o,n=n>>>0,c||sa(e,o,n,4,34028234663852886e22,-34028234663852886e22),fo.write(e,o,n,r,23,4),n+4}_.prototype.writeFloatLE=function(o,n,r){return ca(this,o,n,!0,r)};_.prototype.writeFloatBE=function(o,n,r){return ca(this,o,n,!1,r)};function pa(e,o,n,r,c){return o=+o,n=n>>>0,c||sa(e,o,n,8,17976931348623157e292,-17976931348623157e292),fo.write(e,o,n,r,52,8),n+8}_.prototype.writeDoubleLE=function(o,n,r){return pa(this,o,n,!0,r)};_.prototype.writeDoubleBE=function(o,n,r){return pa(this,o,n,!1,r)};_.prototype.copy=function(o,n,r,c){if(!_.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!c&&c!==0&&(c=this.length),n>=o.length&&(n=o.length),n||(n=0),c>0&&c<r&&(c=r),c===r||o.length===0||this.length===0)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),o.length-n<c-r&&(c=o.length-n+r);var p=c-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,c):Uint8Array.prototype.set.call(o,this.subarray(r,c),n),p};_.prototype.fill=function(o,n,r,c){if(typeof o=="string"){if(typeof n=="string"?(c=n,n=0,r=this.length):typeof r=="string"&&(c=r,r=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!_.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(o.length===1){var p=o.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(o=p)}}else typeof o=="number"?o=o&255:typeof o=="boolean"&&(o=Number(o));if(n<0||this.length<n||this.length<r)throw new RangeError("Out of range index");if(r<=n)return this;n=n>>>0,r=r===void 0?this.length:r>>>0,o||(o=0);var d;if(typeof o=="number")for(d=n;d<r;++d)this[d]=o;else{var l=_.isBuffer(o)?o:_.from(o,c),m=l.length;if(m===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(d=0;d<r-n;++d)this[d+n]=l[d%m]}return this};var Rp=/[^+/0-9A-Za-z-_]/g;function Op(e){if(e=e.split("=")[0],e=e.trim().replace(Rp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function Rt(e,o){o=o||1/0;for(var n,r=e.length,c=null,p=[],d=0;d<r;++d){if(n=e.charCodeAt(d),n>55295&&n<57344){if(!c){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(d+1===r){(o-=3)>-1&&p.push(239,191,189);continue}c=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),c=n;continue}n=(c-55296<<10|n-56320)+65536}else c&&(o-=3)>-1&&p.push(239,191,189);if(c=null,n<128){if((o-=1)<0)break;p.push(n)}else if(n<2048){if((o-=2)<0)break;p.push(n>>6|192,n&63|128)}else if(n<65536){if((o-=3)<0)break;p.push(n>>12|224,n>>6&63|128,n&63|128)}else if(n<1114112){if((o-=4)<0)break;p.push(n>>18|240,n>>12&63|128,n>>6&63|128,n&63|128)}else throw new Error("Invalid code point")}return p}function Bp(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function Fp(e,o){for(var n,r,c,p=[],d=0;d<e.length&&!((o-=2)<0);++d)n=e.charCodeAt(d),r=n>>8,c=n%256,p.push(c),p.push(r);return p}function da(e){return Pt.toByteArray(Op(e))}function Cn(e,o,n,r){for(var c=0;c<r&&!(c+n>=o.length||c>=e.length);++c)o[c+n]=e[c];return c}function Se(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function Ft(e){return e!==e}var Up=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,c=0;c<16;++c)o[r+c]=e[n]+e[c];return o}()});var fa=ae((H_,ua)=>{t();var W=ua.exports={},we,ve;function Ut(){throw new Error("setTimeout has not been defined")}function Wt(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?we=setTimeout:we=Ut}catch(e){we=Ut}try{typeof clearTimeout=="function"?ve=clearTimeout:ve=Wt}catch(e){ve=Wt}})();function la(e){if(we===setTimeout)return setTimeout(e,0);if((we===Ut||!we)&&setTimeout)return we=setTimeout,setTimeout(e,0);try{return we(e,0)}catch(o){try{return we.call(null,e,0)}catch(n){return we.call(this,e,0)}}}function Wp(e){if(ve===clearTimeout)return clearTimeout(e);if((ve===Wt||!ve)&&clearTimeout)return ve=clearTimeout,clearTimeout(e);try{return ve(e)}catch(o){try{return ve.call(null,e)}catch(n){return ve.call(this,e)}}}var Ee=[],yo=!1,Ze,In=-1;function Hp(){!yo||!Ze||(yo=!1,Ze.length?Ee=Ze.concat(Ee):In=-1,Ee.length&&_a())}function _a(){if(!yo){var e=la(Hp);yo=!0;for(var o=Ee.length;o;){for(Ze=Ee,Ee=[];++In<o;)Ze&&Ze[In].run();In=-1,o=Ee.length}Ze=null,yo=!1,Wp(e)}}W.nextTick=function(e){var o=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)o[n-1]=arguments[n];Ee.push(new ga(e,o)),Ee.length===1&&!yo&&la(_a)};function ga(e,o){this.fun=e,this.array=o}ga.prototype.run=function(){this.fun.apply(null,this.array)};W.title="browser";W.browser=!0;W.env={};W.argv=[];W.version="";W.versions={};function Pe(){}W.on=Pe;W.addListener=Pe;W.once=Pe;W.off=Pe;W.removeListener=Pe;W.removeAllListeners=Pe;W.emit=Pe;W.prependListener=Pe;W.prependOnceListener=Pe;W.listeners=function(e){return[]};W.binding=function(e){throw new Error("process.binding is not supported")};W.cwd=function(){return"/"};W.chdir=function(e){throw new Error("process.chdir is not supported")};W.umask=function(){return 0}});var a,s,Gp,i,t=w(()=>{a=f(ma()),s=f(fa()),Gp=function(e){function o(){var r=this||self;return delete e.prototype.__magic__,r}if(typeof globalThis=="object")return globalThis;if(this)return o();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:o});var n=__magic__;return n}(Object),i=Gp});var Je,We=w(()=>{"use strict";t();Je="Action not allowed. User is logged in. Call logout() first"});var ha=w(()=>{"use strict";t()});var ya=w(()=>{"use strict";t()});var Ta=w(()=>{"use strict";t()});var B=w(()=>{"use strict";t()});var xa=w(()=>{"use strict";t()});var ba=w(()=>{"use strict";t()});var te=w(()=>{"use strict";t()});var Sa=w(()=>{"use strict";t()});var wa=w(()=>{"use strict";t()});var j=w(()=>{"use strict";t();ha();ya();Ta();B();xa();ba();te();Sa();wa()});var Ht,va,ig,Aa,sg,ka,Ca,cg,pg,Ia,La=w(()=>{"use strict";t();j();Ht={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:va,egldLabel:ig}=Ht["devnet"],{chainId:Aa,egldLabel:sg}=Ht["testnet"],{chainId:ka,egldLabel:Ca}=Ht["mainnet"],cg={["devnet"]:va,["testnet"]:Aa,["mainnet"]:ka},pg={[va]:"devnet",[Aa]:"testnet",[ka]:"mainnet"},Ia="multiversx://"});var Gt,$t=w(()=>{"use strict";t();Gt={36864:{code:"codeSuccess",message:"Success"},27013:{code:"ERR_USER_DENIED",message:"Rejected by user"},27904:{code:"ERR_UNKNOWN_INSTRUCTION",message:"Unknown instruction"},28160:{code:"ERR_WRONG_CLA",message:"Wrong CLA"},28161:{code:"ERR_INVALID_ARGUMENTS",message:"Invalid arguments"},28162:{code:"ERR_INVALID_MESSAGE",message:"Invalid message"},28163:{code:"ERR_INVALID_P1",message:"Invalid P1"},28164:{code:"ERR_MESSAGE_TOO_LONG",message:"Message too long"},28165:{code:"ERR_RECEIVER_TOO_LONG",message:"Receiver too long"},28166:{code:"ERR_AMOUNT_TOO_LONG",message:"Amount too long"},28167:{code:"ERR_CONTRACT_DATA_DISABLED",message:"Contract data disabled in app options"},28168:{code:"ERR_MESSAGE_INCOMPLETE",message:"Message incomplete"},28176:{code:"ERR_SIGNATURE_FAILED",message:"Signature failed"},28169:{code:"ERR_WRONG_TX_VERSION",message:"Wrong TX version"},28170:{code:"ERR_NONCE_TOO_LONG",message:"Nonce too long"},28171:{code:"ERR_INVALID_AMOUNT",message:"Invalid amount"},28172:{code:"ERR_INVALID_FEE",message:"Invalid fee"},28173:{code:"ERR_PRETTY_FAILED",message:"Pretty failed"},28174:{code:"ERR_DATA_TOO_LONG",message:"Data too long"},28175:{code:"ERR_WRONG_TX_OPTIONS",message:"Invalid transaction options"},28177:{code:"ERR_SIGN_TX_DEPRECATED",message:"Regular transaction signing is deprecated in this version. Use hash signing."}}});var Na=w(()=>{"use strict";t()});var Ln,Vt=w(()=>{"use strict";t();Ln="transaction-status-toast-id"});var Ae,Ea=w(()=>{"use strict";t();Ae=require("@multiversx/sdk-web-wallet-provider")});var Pa=w(()=>{"use strict";t()});var Qo,Nn,le,To,Da,Ma,En,Ra,ke,Oa,L=w(()=>{"use strict";t();We();La();$t();Na();Vt();Ea();Pa();Qo=5e4,Nn=1e9,le=18,To=4,Da=1,Ma=1,En="logout",Ra="login",ke="0",Oa="..."});var xo,Pn=w(()=>{"use strict";t();xo=()=>Date.now()/1e3});var Ba=w(()=>{"use strict";t()});var Fa=w(()=>{"use strict";t()});var zt=w(()=>{"use strict";t();Pn();Ba();Fa()});var qt={};Xe(qt,{getItem:()=>Vp,localStorageKeys:()=>He,removeItem:()=>zp,setItem:()=>$p});var He,jt,$p,Vp,zp,bo=w(()=>{"use strict";t();zt();He={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},jt=typeof localStorage!="undefined",$p=({key:e,data:o,expires:n})=>{!jt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Vp=e=>{if(!jt)return;let o=localStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:xo()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},zp=e=>{!jt||localStorage.removeItem(String(e))}});var Xt={};Xe(Xt,{clear:()=>Ga,getItem:()=>Wa,removeItem:()=>Ha,setItem:()=>Ua,storage:()=>jp});var Ua,Wa,Ha,Ga,jp,$a=w(()=>{"use strict";t();Ua=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},Wa=e=>{let o=sessionStorage.getItem(String(e));if(!o)return null;let n=JSON.parse(o);return!n||!n.hasOwnProperty("expires")||!n.hasOwnProperty("data")?null:Date.now()>=n.expires?(sessionStorage.removeItem(String(e)),null):n.data},Ha=e=>sessionStorage.removeItem(String(e)),Ga=()=>sessionStorage.clear(),jp={setItem:Ua,getItem:Wa,removeItem:Ha,clear:Ga}});var Qe,So=w(()=>{"use strict";t();bo();$a();Qe={session:Xt,local:qt}});var Kt,Z,_e,ee=w(()=>{"use strict";t();Kt=require("@reduxjs/toolkit");L();Z=(0,Kt.createAction)(En),_e=(0,Kt.createAction)(Ra,e=>({payload:e}))});var Zt,Va,za,Dn,Yt,ja,Jt,Hg,Qt,Gg,er,qa,$g,Vg,zg,qp,Mn,Rn=w(()=>{"use strict";t();Zt=require("@multiversx/sdk-core"),Va=require("@reduxjs/toolkit"),za=require("redux-persist");L();So();bo();ee();Dn={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:ke},Yt={address:"",websocketEvent:null,accounts:{"":Dn},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},ja=(0,Va.createSlice)({name:"accountInfoSlice",initialState:Yt,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new Zt.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Dn},e.shard=o.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,o)=>{let{address:n}=e;e.accounts[n].nonce=o.payload},setAccountShard:(e,o)=>{e.shard=o.payload},setLedgerAccount:(e,o)=>{e.ledgerAccount=o.payload},updateLedgerAccount:(e,o)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=o.payload.index,e.ledgerAccount.address=o.payload.address)},setWalletConnectAccount:(e,o)=>{e.walletConnectAccount=o.payload},setIsAccountLoading:(e,o)=>{e.isAccountLoading=o.payload,e.accountLoadingError=null},setAccountLoadingError:(e,o)=>{e.accountLoadingError=o.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,o)=>{e.websocketEvent={timestamp:Date.now(),message:o.payload}}},extraReducers:e=>{e.addCase(Z,()=>(Qe.local.removeItem(He.loginExpiresAt),Yt)),e.addCase(_e,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Zt.Address(r).hex()}),e.addCase(za.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:c,shard:p,accounts:d,publicKey:l}=r;o.address=c,o.shard=p;let m=d&&c in d;o.accounts=m?d:Yt.accounts,o.publicKey=l})}}),{setAccount:Jt,setAddress:Hg,setAccountNonce:Qt,setAccountShard:Gg,setLedgerAccount:er,updateLedgerAccount:qa,setWalletConnectAccount:$g,setIsAccountLoading:Vg,setAccountLoadingError:zg,setWebsocketEvent:qp}=ja.actions,Mn=ja.reducer});function en(){return new Date().setHours(new Date().getHours()+24)}function on(e){Qe.local.setItem({key:He.loginExpiresAt,data:e,expires:e})}var or=w(()=>{"use strict";t();So();bo()});var Ka,Xa,Ya,ou,Za,Ja,On,nu,Xp,Qa,tu,Bn,Fn=w(()=>{"use strict";t();Ka=require("@reduxjs/toolkit");or();B();ee();Xa={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},Ya=(0,Ka.createSlice)({name:"loginInfoSlice",initialState:Xa,reducers:{setLoginMethod:(e,o)=>{e.loginMethod=o.payload},setTokenLogin:(e,o)=>{e.tokenLogin=o.payload},setTokenLoginSignature:(e,o)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=o.payload)},setWalletLogin:(e,o)=>{e.walletLogin=o.payload},setWalletConnectLogin:(e,o)=>{e.walletConnectLogin=o.payload},setLedgerLogin:(e,o)=>{e.ledgerLogin=o.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,o)=>{e.logoutRoute=o.payload}},extraReducers:e=>{e.addCase(Z,()=>Xa),e.addCase(_e,(o,n)=>{o.loginMethod=n.payload.loginMethod,on(en())})}}),{setLoginMethod:ou,setWalletConnectLogin:Za,setLedgerLogin:Ja,setTokenLogin:On,setTokenLoginSignature:nu,setWalletLogin:Xp,invalidateLoginSession:Qa,setLogoutRoute:tu}=Ya.actions,Bn=Ya.reducer});var oi,ei,ni,su,Kp,cu,Yp,Un,Wn=w(()=>{"use strict";t();oi=require("@reduxjs/toolkit");ee();ei={},ni=(0,oi.createSlice)({name:"modalsSlice",initialState:ei,reducers:{setTxSubmittedModal:(e,o)=>{e.txSubmittedModal=o.payload},setNotificationModal:(e,o)=>{e.notificationModal=o.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(Z,()=>ei)}}),{setTxSubmittedModal:su,setNotificationModal:Kp,clearTxSubmittedModal:cu,clearNotificationModal:Yp}=ni.actions,Un=ni.reducer});var Zp,Hn,nn=w(()=>{"use strict";t();Zp=!1,Hn=(e,o=0)=>{Zp||setTimeout(()=>{!window||(window.location.href=e,window.location.assign(e))},o)}});function eo({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),c=typeof o=="function",p=c?0:Jp;r&&e!=null&&setTimeout(()=>{if(c)return o(e,n);window!=null&&window.location.pathname.includes(e)||Hn(e)},p)}var Jp,ti=w(()=>{"use strict";t();nn();Jp=200});function nr(e){return e[Math.floor(Math.random()*e.length)]}var ri=w(()=>{"use strict";t()});function wo(e){let o=null;if((e==null?void 0:e.statusCode)in Gt){let n=e==null?void 0:e.statusCode,{message:r}=Gt[n];o=od.includes(n)?ai:r}return{errorMessage:o,defaultErrorMessage:ai}}var ai,Qp,ed,od,tr=w(()=>{"use strict";t();$t();ai="Check if the MultiversX app is open on Ledger",Qp=28161,ed=28160,od=[Qp,ed]});var oo=w(()=>{"use strict";t();ti();ri();tr()});var ii,si,rr,nd,ci,Su,wu,Gn,$n=w(()=>{"use strict";t();ii=require("@reduxjs/toolkit"),si=f(require("lodash.omit"));oo();rr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},nd={network:rr,chainID:"-1"},ci=(0,ii.createSlice)({name:"appConfig",initialState:nd,reducers:{initializeNetworkConfig:(e,o)=>{let n=nr(o.payload.walletConnectBridgeAddresses),r=nr(o.payload.walletConnectV2RelayAddresses),c=(0,si.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=k(y(y({},e.network),c),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:Su,setChainID:wu}=ci.actions,Gn=ci.reducer});var pi,ar,di,Lu,Nu,Eu,Vn,zn=w(()=>{"use strict";t();pi=require("@reduxjs/toolkit");j();ee();ar={isSigning:!1,signedSessions:{}},di=(0,pi.createSlice)({name:"signedMessageInfoSliceState",initialState:ar,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:c}=o.payload;c&&(e.errorMessage=c),e.isSigning=r.status==="pending",e.signedSessions[n]=r},setSignSessionState:(e,o)=>y(y({},e),o.payload),clearSignedMessageInfo:()=>ar},extraReducers:e=>{e.addCase(Z,()=>ar)}}),{setSignSession:Lu,clearSignedMessageInfo:Nu,setSignSessionState:Eu}=di.actions,Vn=di.reducer});var li,_i,mi,gi,td,ir,Uu,Wu,Hu,Gu,jn,qn=w(()=>{"use strict";t();li=require("@reduxjs/toolkit"),_i=require("redux-persist");Vt();j();Pn();ee();mi={customToasts:[],transactionToasts:[],failTransactionToast:null},gi=(0,li.createSlice)({name:"toastsSlice",initialState:mi,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(k(y({},o.payload),{type:"custom",toastId:o.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,o)=>{e.customToasts=e.customToasts.filter(n=>n.toastId!==o.payload)},addTransactionToast:(e,o)=>{e.transactionToasts.push({type:"transaction",startTimestamp:xo(),toastId:o.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,o)=>{e.transactionToasts=e.transactionToasts.filter(n=>n.toastId!==o.payload)},addFailTransactionToast:(e,o)=>{e.failTransactionToast=k(y({},o.payload),{toastId:Ln})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(Z,()=>mi),e.addCase(_i.REHYDRATE,(o,n)=>{var c,p;let r=(p=(c=n.customToasts)==null?void 0:c.filter(d=>!("component"in d)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:td,removeCustomToast:ir,addTransactionToast:Uu,removeTransactionToast:Wu,addFailTransactionToast:Hu,removeFailTransactionToast:Gu}=gi.actions,jn=gi.reducer});var ui,cr,pr,dr,rd,sr,fi,ju,ad,mr,Xn,Kn=w(()=>{"use strict";t();ui=require("@reduxjs/toolkit");ee();cr="Transaction failed",pr="Transaction successful",dr="Processing transaction",rd="Transaction submitted",sr={},fi=(0,ui.createSlice)({name:"transactionsInfo",initialState:sr,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||cr,successMessage:(r==null?void 0:r.successMessage)||pr,processingMessage:(r==null?void 0:r.processingMessage)||dr,submittedMessage:(r==null?void 0:r.submittedMessage)||rd,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>sr},extraReducers:e=>{e.addCase(Z,()=>sr)}}),{clearTransactionsInfo:ju,setTransactionsDisplayInfo:ad,clearTransactionsInfoForSessionId:mr}=fi.actions,Xn=fi.reducer});function Ao(e){return e!=null&&(_d(e)||hd(e))}function ko(e){return e!=null&&(gd(e)||yd(e))}function Co(e){return e!=null&&(ud(e)||Td(e))}function lr(e){return e!=null&&fd(e)}function _d(e){return e!=null&&id.includes(e)}function gd(e){return e!=null&&sd.includes(e)}function ud(e){return e!=null&&cd.includes(e)}function fd(e){return e!=null&&pd.includes(e)}function hd(e){return e!=null&&dd.includes(e)}function yd(e){return e!=null&&md.includes(e)}function Td(e){return e!=null&&ld.includes(e)}var id,sd,cd,pd,dd,md,ld,Io=w(()=>{"use strict";t();B();id=["sent"],sd=["success"],cd=["fail","cancelled","timedOut"],pd=["timedOut"],dd=["pending"],md=["success"],ld=["fail","invalid"]});var hi,yi,tn,xd,Ti,xi,bi,bd,Yn,Sd,wd,of,vd,Zn,_r,Jn,Qn=w(()=>{"use strict";t();hi=require("@reduxjs/toolkit"),yi=require("redux-persist");B();Io();ee();tn={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},xd={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Ti=(0,hi.createSlice)({name:"transactionsSlice",initialState:tn,reducers:{moveTransactionsToSignedState:(e,o)=>{var m,g;let{sessionId:n,transactions:r,errorMessage:c,status:p,redirectRoute:d}=o.payload,l=((m=e.customTransactionInformationForSessionId)==null?void 0:m[n])||xd;e.signedTransactions[n]={transactions:r,status:p,errorMessage:c,redirectRoute:d,customTransactionInformation:l},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=tn.transactionsToSign)},clearSignedTransaction:(e,o)=>{e.signedTransactions[o.payload]&&delete e.signedTransactions[o.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,o)=>{e.signedTransactions=y(y({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:c,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,c!=null&&(e.signedTransactions[n].errorMessage=c),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var l,m,g,h,u,x;let{sessionId:n,status:r,errorMessage:c,transactionHash:p}=o.payload,d=(m=(l=e.signedTransactions)==null?void 0:l[n])==null?void 0:m.transactions;if(d!=null){e.signedTransactions[n].transactions=d.map(C=>C.hash===p?k(y({},C),{status:r,errorMessage:c}):C);let A=(h=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:h.every(C=>ko(C.status)),S=(x=(u=e.signedTransactions[n])==null?void 0:u.transactions)==null?void 0:x.every(C=>Co(C.status));A&&(e.signedTransactions[n].status="success"),S&&(e.signedTransactions[n].status="fail")}},setTransactionsToSign:(e,o)=>{e.transactionsToSign=o.payload;let{sessionId:n,customTransactionInformation:r}=o.payload;e.customTransactionInformationForSessionId[n]=r,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=tn.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=tn.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(Z,()=>tn),e.addCase(yi.REHYDRATE,(o,n)=>{var d;if(o.signTransactionsCancelMessage=null,!((d=n.payload)!=null&&d.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:c}=n.payload.transactions,p=Object.entries(r).reduce((l,[m,g])=>{let h=new Date(m),u=new Date;return u.setHours(u.getHours()+5),u-h>0||(l[m]=g),l},{});c!=null&&(o.customTransactionInformationForSessionId=c),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:xi,updateSignedTransactions:bi,setTransactionsToSign:bd,clearAllTransactionsToSign:Yn,clearAllSignedTransactions:Sd,clearSignedTransaction:wd,clearTransactionToSign:of,setSignTransactionsError:vd,setSignTransactionsCancelMessage:Zn,moveTransactionsToSignedState:_r}=Ti.actions,Jn=Ti.reducer});var E=w(()=>{"use strict";t();Rn();Fn();Wn();$n();zn();qn();Kn();Qn()});var gr=w(()=>{"use strict";t()});var ki,Ai,Ci,ur,kf,Cf,If,Lf,Ii,Li,fr=w(()=>{"use strict";t();ki=require("@reduxjs/toolkit");ee();Ai={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Ci=(0,ki.createSlice)({name:"dappModalsSlice",initialState:Ai,reducers:{setDappModalVisibility:(e,o)=>{e.visible=o.payload},setDappModalHeaderVisibility:(e,o)=>{e.modal.showHeader=o.payload},setDappModalFooterVisibility:(e,o)=>{e.modal.showFooter=o.payload},setDappModalHeaderText:(e,o)=>{e.modal.headerText=o.payload},setDappModalFooterText:(e,o)=>{e.modal.footerText=o.payload},setDappModalConfig:(e,o)=>{e.modal=y({},o.payload)}},extraReducers:e=>{e.addCase(Z,()=>Ai)}}),{setDappModalVisibility:ur,setDappModalHeaderVisibility:kf,setDappModalFooterVisibility:Cf,setDappModalHeaderText:If,setDappModalFooterText:Lf,setDappModalConfig:Ii}=Ci.actions,Li=Ci.reducer});var Ni,Id,Ld,to,tt=w(()=>{"use strict";t();Ni=require("@reduxjs/toolkit");gr();Rn();fr();Fn();Wn();$n();zn();qn();Kn();Qn();Id={["account"]:Mn,["dappModal"]:Li,["loginInfo"]:Bn,["modals"]:Un,["networkConfig"]:Gn,["signedMessageInfo"]:Vn,["toasts"]:jn,["transactionsInfo"]:Xn,["transactions"]:Jn},Ld=(e={})=>(0,Ni.combineReducers)(y(y({},Id),e)),to=Ld});var Mi={};Xe(Mi,{default:()=>Vd,sessionStorageReducers:()=>hr});function Ge(e,o=[]){return{key:e,version:1,storage:Pi.default,blacklist:o}}var se,Ei,Pi,Nd,an,Ed,Pd,Dd,Md,Rd,Od,Bd,Fd,Ud,Di,Wd,hr,Hd,Gd,$d,Vd,Ri=w(()=>{"use strict";t();se=require("redux-persist"),Ei=f(require("redux-persist/lib/storage")),Pi=f(require("redux-persist/lib/storage/session"));tt();E();Rn();Fn();Wn();$n();zn();qn();Kn();Qn();gr();Nd={persistReducersStorageType:"localStorage"},an={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},Ed=Ge(an["account"]),Pd=Ge(an["loginInfo"]),Dd=Ge(an["modals"]),Md=Ge(an["networkConfig"]),Rd={2:e=>k(y({},e),{networkConfig:rr})};Od=Ge("sdk-dapp-transactionsInfo"),Bd=Ge("sdk-dapp-transactions",["transactionsToSign"]),Fd=Ge("sdk-dapp-toasts"),Ud=Ge("sdk-dapp-signedMessageInfo"),Di={key:"sdk-dapp-store",version:2,storage:Ei.default,whitelist:Object.keys(an),migrate:(0,se.createMigrate)(Rd,{debug:!1})},Wd=k(y({},Di),{whitelist:[]}),hr={["toasts"]:(0,se.persistReducer)(Fd,jn),["transactions"]:(0,se.persistReducer)(Bd,Jn),["transactionsInfo"]:(0,se.persistReducer)(Od,Xn),["signedMessageInfo"]:(0,se.persistReducer)(Ud,Vn)},Hd=k(y({},hr),{["account"]:(0,se.persistReducer)(Ed,Mn),["loginInfo"]:(0,se.persistReducer)(Pd,Bn),["modals"]:(0,se.persistReducer)(Dd,Un),["networkConfig"]:(0,se.persistReducer)(Md,Gn)}),Gd=Nd.persistReducersStorageType==="localStorage",$d=Gd?(0,se.persistReducer)(Di,to(hr)):(0,se.persistReducer)(Wd,to(Hd)),Vd=$d});var Oi={};Xe(Oi,{default:()=>zd});var zd,Bi=w(()=>{"use strict";t();tt();zd=to()});var Fi={};Xe(Fi,{default:()=>qd});var ge,jd,qd,Ui=w(()=>{"use strict";t();ge=require("redux-persist"),jd=[ge.FLUSH,ge.REHYDRATE,ge.PAUSE,ge.PERSIST,ge.PURGE,ge.REGISTER],qd=jd});var Gi={};Xe(Gi,{default:()=>Hi});function Hi(e){return(0,Wi.persistStore)(e)}var Wi,$i=w(()=>{"use strict";t();Wi=require("redux-persist")});var ws=ae((s1,Ss)=>{t();var zm=typeof i=="object"&&i&&i.Object===Object&&i;Ss.exports=zm});var As=ae((c1,vs)=>{t();var jm=ws(),qm=typeof self=="object"&&self&&self.Object===Object&&self,Xm=jm||qm||Function("return this")();vs.exports=Xm});var Cr=ae((p1,ks)=>{t();var Km=As(),Ym=Km.Symbol;ks.exports=Ym});var Ns=ae((d1,Ls)=>{t();var Cs=Cr(),Is=Object.prototype,Zm=Is.hasOwnProperty,Jm=Is.toString,mn=Cs?Cs.toStringTag:void 0;function Qm(e){var o=Zm.call(e,mn),n=e[mn];try{e[mn]=void 0;var r=!0}catch(p){}var c=Jm.call(e);return r&&(o?e[mn]=n:delete e[mn]),c}Ls.exports=Qm});var Ps=ae((m1,Es)=>{t();var el=Object.prototype,ol=el.toString;function nl(e){return ol.call(e)}Es.exports=nl});var Os=ae((l1,Rs)=>{t();var Ds=Cr(),tl=Ns(),rl=Ps(),al="[object Null]",il="[object Undefined]",Ms=Ds?Ds.toStringTag:void 0;function sl(e){return e==null?e===void 0?il:al:Ms&&Ms in Object(e)?tl(e):rl(e)}Rs.exports=sl});var Fs=ae((_1,Bs)=>{t();var cl=Array.isArray;Bs.exports=cl});var Ws=ae((g1,Us)=>{t();function pl(e){return e!=null&&typeof e=="object"}Us.exports=pl});var Gs=ae((u1,Hs)=>{t();var dl=Os(),ml=Fs(),ll=Ws(),_l="[object String]";function gl(e){return typeof e=="string"||!ml(e)&&ll(e)&&dl(e)==_l}Hs.exports=gl});var O_={};Xe(O_,{LedgerLoginButton:()=>R_});module.exports=Jo(O_);t();var uo=f(require("react"));We();t();t();t();var Ki=require("react"),Lo=require("react-redux");t();var yr=require("@reduxjs/toolkit"),qi=require("react-redux/lib/utils/Subscription");E();t();var wi=f(require("lodash.throttle"));L();t();var Si=f(require("lodash.isequal")),et=require("reselect");j();var T=(0,et.createSelectorCreator)(et.defaultMemoize,Si.default),rn=(e,o)=>e!=""&&Boolean(o);E();or();So();bo();var Ad=[En],ot=!1,kd=(0,wi.default)(()=>{on(en())},5e3),vi=e=>o=>n=>{var m;if(Ad.includes(n.type))return o(n);let r=e.getState(),c=Qe.local.getItem(He.loginExpiresAt);if(!rn((m=r==null?void 0:r.loginInfo)==null?void 0:m.loginMethod,r==null?void 0:r.account.address))return o(n);if(c==null)return on(en());let d=Date.now();return c-d<0&&!ot?setTimeout(()=>{ot=!0,e.dispatch(Qa())},1e3):(ot&&(ot=!1),kd()),o(n)};t();t();function nt(){return typeof sessionStorage!="undefined"}var Vi=nt()?(Ri(),Jo(Mi)).default:(Bi(),Jo(Oi)).default,zi=nt()?(Ui(),Jo(Fi)).default:[],ji=nt()?($i(),Jo(Gi)).default:e=>e;tt();var I=(0,yr.configureStore)({reducer:Vi,middleware:e=>e({serializableCheck:{ignoredActions:[...zi,Qt.type,Jt.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(vi)}),Xi=(0,qi.createSubscription)(I),ih=ji(I),sh=(0,yr.configureStore)({reducer:to});var Xd={store:I,subscription:Xi},Tr=(0,Ki.createContext)(Xd),mh=(0,Lo.createStoreHook)(Tr),q=(0,Lo.createDispatchHook)(Tr),v=(0,Lo.createSelectorHook)(Tr);t();t();E();var De=e=>e.account,No=T(De,e=>e.address),ro=T(De,No,(e,o)=>o in e.accounts?e.accounts[o]:Dn),Yi=T(De,ro,(e,o)=>{let c=e,{accounts:n}=c,r=vn(c,["accounts"]);return k(y({},r),{account:o})}),Kd=T(ro,e=>e.balance),Yd=T(ro,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),uh=T(De,e=>e.shard),Zi=T(De,e=>e.ledgerAccount),fh=T(De,e=>e.walletConnectAccount),hh=T(De,e=>e.isAccountLoading),yh=T(De,e=>e.accountLoadingError),Ji=T(De,e=>e.websocketEvent);t();var ue=e=>e.loginInfo,Sh=T(ue,e=>e.loginMethod),sn=T(ue,No,(e,o)=>rn(e.loginMethod,o)),wh=T(ue,e=>e.walletConnectLogin),vh=T(ue,e=>e.ledgerLogin),Zd=T(ue,e=>e.walletLogin),Ah=T(ue,e=>e.isLoginSessionInvalid),$e=T(ue,e=>e.tokenLogin),kh=T(ue,e=>e.logoutRoute);t();var Qi=e=>e.modals,Lh=T(Qi,e=>e.txSubmittedModal),Jd=T(Qi,e=>e.notificationModal);t();var Me=e=>e.networkConfig,rt=T(Me,e=>e.chainID),Qd=T(Me,e=>e.network.walletConnectBridgeAddress),em=T(Me,e=>e.network.walletConnectV2RelayAddress),om=T(Me,e=>e.network.walletConnectV2ProjectId),nm=T(Me,e=>e.network.walletConnectV2Options),es=T(Me,e=>e.network.walletConnectDeepLink),Re=T(Me,e=>e.network),xr=T(Re,e=>e.apiAddress),os=T(Re,e=>e.explorerAddress),br=T(Re,e=>e.egldLabel);t();var at=e=>e.signedMessageInfo,Mh=T(at,e=>e.isSigning),Rh=T(at,e=>e.errorMessage),Oh=T(at,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),Bh=T(at,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var Sr=e=>e.toasts,Wh=T(Sr,e=>e.customToasts),Hh=T(Sr,e=>e.transactionToasts),Gh=T(Sr,e=>e.failTransactionToast);t();E();var ns={errorMessage:cr,successMessage:pr,processingMessage:dr},tm=e=>e.transactionsInfo,rm=T(tm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||ns);t();t();var ce=require("@multiversx/sdk-core");L();t();function it(e){try{return a.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function ao(e){return it(e)?atob(e):e}function st(e){var c,p,d;let{data:o}=e,n=it(o!=null?o:"")?ce.TransactionPayload.fromEncoded(o):new ce.TransactionPayload(o),r=new ce.Transaction(y({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new ce.Address(e.receiver),sender:new ce.Address(e.sender),gasLimit:(c=e.gasLimit.valueOf())!=null?c:Qo,gasPrice:(p=e.gasPrice.valueOf())!=null?p:Nn,chainID:e.chainID.valueOf(),version:new ce.TransactionVersion((d=e.version)!=null?d:Da)},e.options?{options:new ce.TransactionOptions(e.options)}:{}));return r.applySignature({hex:()=>e.signature||""},new ce.Address(e.sender)),r}t();t();t();t();t();var im=require("@multiversx/sdk-core/out");t();L();t();var ts=require("@multiversx/sdk-core");j();t();var sm=require("@multiversx/sdk-core");t();t();t();var pm=require("@multiversx/sdk-core"),dm=f(require("bignumber.js"));B();t();t();t();t();t();var ct="accounts";var vr="blocks";t();t();t();t();te();t();t();te();t();t();t();var um=f(require("bignumber.js"));L();t();var ps=require("@multiversx/sdk-core"),Ve=f(require("bignumber.js"));L();t();var cs=f(require("bignumber.js")),cn=(e,o=!0)=>{let n=String(e);if(!n.match(/^[-]?\d+$/))return!1;let r=new cs.default(n),c=o?0:-1;return r.toString(10)===n&&r.comparedTo(0)>=c};t();function Oe(e){return{if:function(o){return o?{then:n=>n instanceof Function?Oe(n(e)):Oe(n)}:{then:()=>Oe(e)}},then:o=>o instanceof Function?Oe(o(e)):Oe(o),valueOf:function(){return e}}}Ve.default.config({ROUNDING_MODE:Ve.default.ROUND_FLOOR});function io({input:e,decimals:o=le,digits:n=To,showLastNonZeroDecimal:r=!0,showIsLessThanDecimalsLabel:c=!1,addCommas:p=!1}){if(!cn(e,!1))throw new Error("Invalid input");let d=new Ve.default(e).isNegative(),l=e;return d&&(l=e.substring(1)),Oe(l).then(()=>ps.TokenPayment.fungibleFromBigInteger("",l,o).toRationalNumber()).then(m=>{let g=new Ve.default(m);if(g.isZero())return ke;let h=g.toString(10),[u,x]=h.split("."),A=new Ve.default(x||0),S=Oe(0).if(Boolean(x&&r)).then(()=>Math.max(x.length,n)).if(A.isZero()&&!r).then(0).if(Boolean(x&&!r)).then(()=>Math.min(x.length,n)).valueOf(),C=x&&n>=1&&n<=x.length&&A.isGreaterThan(0)&&new Ve.default(x.substring(0,n)).isZero(),R=g.toFormat(S);return Oe(h).if(p).then(R).if(Boolean(C)).then(P=>{let G=new Ve.default(u).isZero(),[F,de]=P.split("."),re=new Array(n-1).fill(0),Y=[...re,0].join(""),$=[...re,1].join("");return G?c?`<${F}.${$}`:r?`${F}.${de}`:F:`${F}.${Y}`}).if(Boolean(!C&&x)).then(P=>{let[G]=P.split("."),F=x.substring(0,S);if(r){let de=n-F.length;if(de>0){let re=Array(de).fill(0).join("");return F=`${F}${re}`,`${G}.${F}`}return P}return F?`${G}.${F}`:G}).valueOf()}).if(d).then(m=>`-${m}`).valueOf()}t();t();t();L();t();t();t();t();L();t();L();t();var fm=require("@multiversx/sdk-core");L();t();var pn=require("@multiversx/sdk-core"),Tm=require("@multiversx/sdk-network-providers");L();t();t();var hm=f(require("bignumber.js"));L();t();L();t();t();t();t();t();L();t();te();var bm=["reDelegateRewards","claimRewards","unBond"],Sm=["wrapEgld","unwrapEgld"],wm=["unStake"],vm=["unDelegate"];t();t();t();L();t();var Im=f(require("bignumber.js"));t();t();t();t();te();t();var Lm=f(require("bignumber.js"));t();t();t();var Pm=f(require("bignumber.js"));j();t();t();t();t();B();t();t();t();t();te();t();t();t();var Dm=f(require("linkifyjs"));t();L();t();var Mm=f(require("bignumber.js"));t();j();t();t();B();t();B();t();t();t();te();t();te();t();var Rm=f(require("bignumber.js"));L();te();t();te();t();var ls=require("react");j();t();t();te();t();t();var Om=require("@multiversx/sdk-core/out"),Bm=f(require("bignumber.js"));te();t();j();t();t();j();var bS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var _s=require("react");j();t();var Um=require("react");te();var IS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Io();var mt=e=>e.transactions,Eo=T(mt,e=>e.signedTransactions),Wm=T(mt,e=>e.signTransactionsError),gs=T(mt,e=>e.signTransactionsCancelMessage),lt=e=>o=>Object.entries(o).reduce((n,[r,c])=>(e(c.status)&&(n[r]=c),n),{}),us=T(Eo,lt(Ao)),fs=T(Eo,lt(ko)),hs=T(Eo,lt(Co)),Hm=T(Eo,lt(lr)),ys=T(mt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(y({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>st(n)))||[]})}),Gm=T(Eo,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});t();t();t();t();var Po=f(require("react"));var $m=(0,Po.createContext)({}),Lw=I.getState();function _t(){let e=(0,Po.useContext)($m);if(e===void 0||Object.values(e).length===0)throw new Error("useAxiosInterceptorContext must be used within an AxiosInterceptorContextProvider");return e}t();var Ts=f(require("react"));t();var dn=()=>v(ro);t();var kr=f(require("react")),Vm=f(require("axios"));var xs=()=>{try{let{loginInfo:e,isLoggedIn:o}=_t();return k(y({},e),{isLoggedIn:o})}catch(e){let o=v(ue),n=v(sn);return k(y({},o),{isLoggedIn:n})}};var bs=()=>{let{isLoggedIn:e}=xs();return e};t();t();L();t();var $s=f(Gs());var Do=e=>{if(!e||!(0,$s.default)(e))return null;let o=e.split(".");if(o.length!==4)return console.error("Invalid loginToken. You may be trying to decode a nativeAuthToken. Try using decodeNativeAuthToken method instead"),null;try{let[n,r,c,p]=o,d=JSON.parse(ao(p)),l=ao(n);return{ttl:Number(c),extraInfo:d,origin:l,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};var gt=e=>{var c;let o=v($e),n=(c=o==null?void 0:o.loginToken)!=null?c:e;if(!n)return;let r=Do(n);if(!!r)return r.origin.toLowerCase().startsWith(Ia)};t();function ul(e){return Object.prototype.toString.call(e)==="[object String]"}var Vs=e=>{var n;if(!e||!ul(e))return null;let o=e.split(".");if(o.length!==3)return console.error("Invalid nativeAuthToken. You may be trying to decode a loginToken. Try using decodeLoginToken method instead"),null;try{let[r,c,p]=o,d=ao(r),l=ao(c),m=Do(l);if(!m)return{address:d,body:l,signature:p,blockHash:"",origin:"",ttl:0};let g=k(y({},m),{address:d,body:l,signature:p});return(n=m.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};t();var fl=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),Mo=e=>fl(a.Buffer.from(e,"utf8").toString("base64"));t();t();t();var so=f(require("bignumber.js")),zs=e=>{let o=new so.default(e).dividedBy(1e3).integerValue(so.default.ROUND_FLOOR),n=new so.default(o).dividedBy(60).integerValue(so.default.ROUND_FLOOR),r=new so.default(n).dividedBy(60).integerValue(so.default.ROUND_FLOOR),c=r.modulo(60).isGreaterThan(1),p=n.modulo(60).isGreaterThan(1),d=n.modulo(60).isLessThan(1);return c?`${r} hours`:p?`${n} minutes`:d?"less than 1 minute":`${n} minute`};var js=e=>{var c;let o=v($e),n=(c=o==null?void 0:o.loginToken)!=null?c:e;if(!n)return;let r=Do(n);if(!!r)return{url:r.origin,duration:zs(r.ttl*1e3)}};t();var Ks=f(require("axios"));t();t();t();function qs(e){return b(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Xs=(e,o,n,r=0)=>b(void 0,null,function*(){try{return yield e(...n)}catch(c){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield qs(o.delay)),yield Xs(e,o,n,r+1)):null}}),Ir=(e,o={retries:5,delay:500})=>(...n)=>b(void 0,null,function*(){return yield Xs(e,o,n)});var hl=4,yl=3e4,ut={current:null},co={current:null},Tl=Ir((e,o)=>b(void 0,null,function*(){let{data:n}=yield Ks.default.get(`${e}/${vr}?from=${hl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));function Ys(e,o){return b(this,null,function*(){if(e==null)throw new Error("missing api url");let n=Date.now();if(ut.current!=null&&n<ut.current.timestamp*1e3+yl)return ut.current;if(co.current!=null)return yield co.current;co.current=Tl(e,o);try{let r=yield co.current;if(r==null)throw co.current=null,new Error("could not get block hash");return ut.current={hash:r.hash,timestamp:r.timestamp},co.current=null,r}catch(r){return co.current=null,null}})}t();t();t();var Oo=f(require("react")),Dr=f(require("classnames")),nc=f(require("react-dom"));t();var xl=`.dapp-core-component__dappModalStyles__dappModal {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: 999;
|
|
4
|
+
padding-top: 100px;
|
|
5
|
+
left: 50%;
|
|
6
|
+
top: 50%;
|
|
7
|
+
transform: translate(-50%, -50%);
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
overflow: auto;
|
|
11
|
+
background-color: rgba(0, 0, 0, 0.4);
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.dapp-core-component__dappModalStyles__dappModalContent {
|
|
17
|
+
background: #fff;
|
|
18
|
+
border: 2px solid #aaa;
|
|
19
|
+
border-radius: 5px;
|
|
20
|
+
z-index: 999;
|
|
21
|
+
max-width: 500px;
|
|
22
|
+
margin: auto;
|
|
23
|
+
padding: 0;
|
|
24
|
+
position: relative;
|
|
25
|
+
width: 100%;
|
|
26
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.dapp-core-component__dappModalStyles__dappModalHeader {
|
|
30
|
+
padding: 2px 16px;
|
|
31
|
+
background-color: #fff;
|
|
32
|
+
font-size: 1.25rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.dapp-core-component__dappModalStyles__dappModalHeaderText {
|
|
36
|
+
padding: 0 1rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.dapp-core-component__dappModalStyles__dappModalBody {
|
|
40
|
+
padding: 16px 0;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.dapp-core-component__dappModalStyles__dappModalFooter {
|
|
44
|
+
background-color: #fff;
|
|
45
|
+
padding: 1rem 0.5rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.dapp-core-component__dappModalStyles__dappModalCloseButton {
|
|
49
|
+
position: absolute;
|
|
50
|
+
top: 0;
|
|
51
|
+
right: 0;
|
|
52
|
+
float: right;
|
|
53
|
+
font-weight: bold;
|
|
54
|
+
border-radius: 5px;
|
|
55
|
+
font-size: 1rem;
|
|
56
|
+
padding: 0.5rem 1rem;
|
|
57
|
+
border: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.dapp-core-component__dappModalStyles__dappModalCloseButton:hover,
|
|
61
|
+
.dapp-core-component__dappModalStyles__dappModalCloseButton:focus {
|
|
62
|
+
text-decoration: none;
|
|
63
|
+
cursor: pointer;
|
|
64
|
+
color: #212529;
|
|
65
|
+
background-color: #dee2e6;
|
|
66
|
+
border-color: #e9ecef;
|
|
67
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xl));var fe={dappModal:"dapp-core-component__dappModalStyles__dappModal",dappModalContent:"dapp-core-component__dappModalStyles__dappModalContent",dappModalHeader:"dapp-core-component__dappModalStyles__dappModalHeader",dappModalHeaderText:"dapp-core-component__dappModalStyles__dappModalHeaderText",dappModalBody:"dapp-core-component__dappModalStyles__dappModalBody",dappModalFooter:"dapp-core-component__dappModalStyles__dappModalFooter",dappModalCloseButton:"dapp-core-component__dappModalStyles__dappModalCloseButton"};t();var Zs=f(require("react")),Js=f(require("classnames"));var Lr=({className:e,children:o})=>Zs.default.createElement("div",{className:(0,Js.default)(fe.dappModalBody,e)},o);t();var Nr=f(require("react")),Qs=f(require("classnames"));var Er=({visible:e,customFooter:o,className:n,footerText:r})=>e?Nr.default.createElement("div",{className:(0,Qs.default)(fe.dappModalFooter,n)},o!=null?o:Nr.default.createElement("div",null,r)):null;t();var Ro=f(require("react")),ec=require("@fortawesome/free-solid-svg-icons"),oc=require("@fortawesome/react-fontawesome"),ln=f(require("classnames"));t();var bl=`.dapp-core-component__main__link-style {
|
|
68
|
+
color: #1392ff;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.dapp-core-component__main__link-second-style {
|
|
72
|
+
color: #9dabbd;
|
|
73
|
+
}
|
|
74
|
+
.dapp-core-component__main__link-second-style:hover {
|
|
75
|
+
color: #1392ff;
|
|
76
|
+
}
|
|
77
|
+
.dapp-core-component__main__link-second-style:hover svg {
|
|
78
|
+
color: #1392ff;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dapp-core-component__main__wrapper {
|
|
82
|
+
min-height: 100vh;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.dapp-core-component__main__opacity-6 {
|
|
86
|
+
opacity: 0.6;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.dapp-core-component__main__qr-code-svg-container {
|
|
90
|
+
width: 15rem;
|
|
91
|
+
height: 15rem;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.dapp-core-component__main__pair-list {
|
|
95
|
+
max-height: 20rem;
|
|
96
|
+
overflow-y: auto;
|
|
97
|
+
margin-bottom: -0.5rem;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.dapp-core-component__main__pair-loader,
|
|
101
|
+
.dapp-core-component__main__pair-image {
|
|
102
|
+
width: 4rem;
|
|
103
|
+
overflow: hidden;
|
|
104
|
+
height: auto;
|
|
105
|
+
min-width: 2rem;
|
|
106
|
+
margin: 0;
|
|
107
|
+
padding: 0;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.dapp-core-component__main__pair-remove {
|
|
111
|
+
padding: 0 0.5rem;
|
|
112
|
+
position: absolute;
|
|
113
|
+
right: 0;
|
|
114
|
+
top: 0;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.dapp-core-component__main__dapp-icon {
|
|
118
|
+
padding: 5px;
|
|
119
|
+
border-radius: 50%;
|
|
120
|
+
background-color: #fafafa;
|
|
121
|
+
width: 4.6428571429rem;
|
|
122
|
+
height: 4.6428571429rem;
|
|
123
|
+
display: flex;
|
|
124
|
+
align-items: center;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
margin: 0 auto;
|
|
127
|
+
}
|
|
128
|
+
.dapp-core-component__main__dapp-icon.dapp-core-component__main__icon-medium {
|
|
129
|
+
width: 80px;
|
|
130
|
+
height: 80px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.dapp-core-component__main__centering {
|
|
134
|
+
display: flex;
|
|
135
|
+
justify-content: center;
|
|
136
|
+
align-items: center;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.dapp-core-component__main__border-n {
|
|
140
|
+
border: none;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.dapp-core-component__main__t-shadow {
|
|
144
|
+
text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.dapp-core-component__main__btn {
|
|
148
|
+
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.dapp-core-component__main__media {
|
|
152
|
+
display: flex;
|
|
153
|
+
align-items: flex-start;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.dapp-core-component__main__media-body {
|
|
157
|
+
flex: 1;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn {
|
|
161
|
+
display: flex;
|
|
162
|
+
height: 48px;
|
|
163
|
+
justify-content: center;
|
|
164
|
+
align-items: center;
|
|
165
|
+
color: #fff;
|
|
166
|
+
background-color: #1392ff;
|
|
167
|
+
padding: 15px 20px 15px 16px;
|
|
168
|
+
border-radius: 6px;
|
|
169
|
+
gap: 8px;
|
|
170
|
+
}
|
|
171
|
+
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn:hover, .dapp-core-component__main__connect-btns .dapp-core-component__main__btn:active {
|
|
172
|
+
background-color: #1392ff;
|
|
173
|
+
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
|
|
174
|
+
}
|
|
175
|
+
.dapp-core-component__main__connect-btns .dapp-core-component__main__info {
|
|
176
|
+
color: #1392ff;
|
|
177
|
+
margin-left: 48px;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.dapp-core-component__main__btn {
|
|
181
|
+
transition: none;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.dapp-core-component__main__trust-badge {
|
|
185
|
+
width: 20px;
|
|
186
|
+
height: 20px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/* Navbar
|
|
190
|
+
-------------------------------------------------- */
|
|
191
|
+
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name {
|
|
192
|
+
display: flex;
|
|
193
|
+
align-items: center;
|
|
194
|
+
font-size: 1.7142857143rem;
|
|
195
|
+
font-weight: 400;
|
|
196
|
+
color: #9ba5b4;
|
|
197
|
+
margin-left: 1.6428571429rem;
|
|
198
|
+
}
|
|
199
|
+
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name:before {
|
|
200
|
+
content: "";
|
|
201
|
+
display: block;
|
|
202
|
+
width: 1px;
|
|
203
|
+
height: 3rem;
|
|
204
|
+
margin-right: 1.7142857143rem;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/* Dashboard
|
|
208
|
+
-------------------------------------------------- */
|
|
209
|
+
.dapp-core-component__main__action-btn {
|
|
210
|
+
display: flex;
|
|
211
|
+
flex-direction: column;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
align-items: center;
|
|
214
|
+
color: #fff;
|
|
215
|
+
margin: 0 7px;
|
|
216
|
+
}
|
|
217
|
+
.dapp-core-component__main__action-btn button {
|
|
218
|
+
border-radius: 50%;
|
|
219
|
+
width: 40px;
|
|
220
|
+
height: 40px;
|
|
221
|
+
background-color: #fff;
|
|
222
|
+
}
|
|
223
|
+
.dapp-core-component__main__action-btn button:hover {
|
|
224
|
+
opacity: 0.9;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.dapp-core-component__main__transactions .dapp-core-component__main__transaction-icon {
|
|
228
|
+
border-radius: 50%;
|
|
229
|
+
width: 40px;
|
|
230
|
+
height: 40px;
|
|
231
|
+
}
|
|
232
|
+
.dapp-core-component__main__transactions.dapp-core-component__main__table td {
|
|
233
|
+
white-space: nowrap;
|
|
234
|
+
vertical-align: middle;
|
|
235
|
+
}
|
|
236
|
+
.dapp-core-component__main__transactions.dapp-core-component__main__table tr:last-of-type td {
|
|
237
|
+
border-bottom: 1px solid #dee2e6;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/* Loader, Transaction Success/Fail
|
|
241
|
+
-------------------------------------------------- */
|
|
242
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis {
|
|
243
|
+
display: inline-block;
|
|
244
|
+
position: relative;
|
|
245
|
+
width: 64px;
|
|
246
|
+
height: 64px;
|
|
247
|
+
}
|
|
248
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div {
|
|
249
|
+
position: absolute;
|
|
250
|
+
top: 27px;
|
|
251
|
+
width: 11px;
|
|
252
|
+
height: 11px;
|
|
253
|
+
border-radius: 50%;
|
|
254
|
+
background: rgba(0, 0, 0, 0.1);
|
|
255
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
256
|
+
}
|
|
257
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__bg-blue .dapp-core-component__main__lds-ellipsis div {
|
|
258
|
+
background: rgba(255, 255, 255, 0.4);
|
|
259
|
+
}
|
|
260
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(1) {
|
|
261
|
+
left: 6px;
|
|
262
|
+
animation: dapp-core-component__main__lds-ellipsis1 0.6s infinite;
|
|
263
|
+
}
|
|
264
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(2) {
|
|
265
|
+
left: 6px;
|
|
266
|
+
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
|
|
267
|
+
}
|
|
268
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(3) {
|
|
269
|
+
left: 26px;
|
|
270
|
+
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
|
|
271
|
+
}
|
|
272
|
+
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(4) {
|
|
273
|
+
left: 45px;
|
|
274
|
+
animation: dapp-core-component__main__lds-ellipsis3 0.6s infinite;
|
|
275
|
+
}
|
|
276
|
+
@keyframes dapp-core-component__main__lds-ellipsis1 {
|
|
277
|
+
0% {
|
|
278
|
+
transform: scale(0);
|
|
279
|
+
}
|
|
280
|
+
100% {
|
|
281
|
+
transform: scale(1);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
@keyframes dapp-core-component__main__lds-ellipsis3 {
|
|
285
|
+
0% {
|
|
286
|
+
transform: scale(1);
|
|
287
|
+
}
|
|
288
|
+
100% {
|
|
289
|
+
transform: scale(0);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
@keyframes dapp-core-component__main__lds-ellipsis2 {
|
|
293
|
+
0% {
|
|
294
|
+
transform: translate(0, 0);
|
|
295
|
+
}
|
|
296
|
+
100% {
|
|
297
|
+
transform: translate(19px, 0);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.dapp-core-component__main__btn {
|
|
302
|
+
display: inline-block;
|
|
303
|
+
font-weight: 400;
|
|
304
|
+
color: #212529;
|
|
305
|
+
text-align: center;
|
|
306
|
+
vertical-align: middle;
|
|
307
|
+
-webkit-user-select: none;
|
|
308
|
+
-moz-user-select: none;
|
|
309
|
+
-ms-user-select: none;
|
|
310
|
+
user-select: none;
|
|
311
|
+
background-color: rgba(0, 0, 0, 0);
|
|
312
|
+
border: 1px solid rgba(0, 0, 0, 0);
|
|
313
|
+
padding: 0.375rem 0.75rem;
|
|
314
|
+
font-size: 1rem;
|
|
315
|
+
line-height: 1.5;
|
|
316
|
+
border-radius: 0.25rem;
|
|
317
|
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
}
|
|
320
|
+
.dapp-core-component__main__btn .dapp-core-component__main__focus {
|
|
321
|
+
outline: 0;
|
|
322
|
+
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
|
|
323
|
+
}
|
|
324
|
+
.dapp-core-component__main__btn .dapp-core-component__main__disabled {
|
|
325
|
+
opacity: 0.65;
|
|
326
|
+
cursor: default;
|
|
327
|
+
}
|
|
328
|
+
.dapp-core-component__main__btn:hover {
|
|
329
|
+
color: #212529;
|
|
330
|
+
text-decoration: none;
|
|
331
|
+
}
|
|
332
|
+
.dapp-core-component__main__btn:focus {
|
|
333
|
+
outline: 0;
|
|
334
|
+
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
|
|
335
|
+
}
|
|
336
|
+
.dapp-core-component__main__btn:disabled {
|
|
337
|
+
opacity: 0.65;
|
|
338
|
+
cursor: default;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.dapp-core-component__main__btn-primary {
|
|
342
|
+
color: #fff;
|
|
343
|
+
background-color: #1b46c2;
|
|
344
|
+
border-color: #007bff;
|
|
345
|
+
}
|
|
346
|
+
.dapp-core-component__main__btn-primary .dapp-core-component__main__focus {
|
|
347
|
+
color: #fff;
|
|
348
|
+
background-color: #1b46c2;
|
|
349
|
+
border-color: #0062cc;
|
|
350
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
351
|
+
}
|
|
352
|
+
.dapp-core-component__main__btn-primary .dapp-core-component__main__disabled {
|
|
353
|
+
color: #fff;
|
|
354
|
+
background-color: #1b46c2;
|
|
355
|
+
border-color: #007bff;
|
|
356
|
+
}
|
|
357
|
+
.dapp-core-component__main__btn-primary:hover {
|
|
358
|
+
color: #fff;
|
|
359
|
+
background-color: #1b46c2;
|
|
360
|
+
border-color: #0062cc;
|
|
361
|
+
}
|
|
362
|
+
.dapp-core-component__main__btn-primary:focus {
|
|
363
|
+
color: #fff;
|
|
364
|
+
background-color: #1b46c2;
|
|
365
|
+
border-color: #0062cc;
|
|
366
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.dapp-core-component__main__btn-secondary {
|
|
370
|
+
color: #fff;
|
|
371
|
+
background-color: #6c757d;
|
|
372
|
+
border-color: #007bff;
|
|
373
|
+
}
|
|
374
|
+
.dapp-core-component__main__btn-secondary .dapp-core-component__main__focus {
|
|
375
|
+
color: #fff;
|
|
376
|
+
background-color: #6c757d;
|
|
377
|
+
border-color: #0062cc;
|
|
378
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
379
|
+
}
|
|
380
|
+
.dapp-core-component__main__btn-secondary .dapp-core-component__main__disabled {
|
|
381
|
+
color: #fff;
|
|
382
|
+
background-color: #6c757d;
|
|
383
|
+
border-color: #007bff;
|
|
384
|
+
}
|
|
385
|
+
.dapp-core-component__main__btn-secondary:hover {
|
|
386
|
+
color: #fff;
|
|
387
|
+
background-color: #6c757d;
|
|
388
|
+
border-color: #0062cc;
|
|
389
|
+
}
|
|
390
|
+
.dapp-core-component__main__btn-secondary:focus {
|
|
391
|
+
color: #fff;
|
|
392
|
+
background-color: #6c757d;
|
|
393
|
+
border-color: #0062cc;
|
|
394
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.dapp-core-component__main__btn-warning {
|
|
398
|
+
color: #212529;
|
|
399
|
+
background-color: #ffc107;
|
|
400
|
+
border-color: #ffc107;
|
|
401
|
+
}
|
|
402
|
+
.dapp-core-component__main__btn-warning .dapp-core-component__main__focus {
|
|
403
|
+
color: #212529;
|
|
404
|
+
background-color: #e0a800;
|
|
405
|
+
border-color: #d39e00;
|
|
406
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
407
|
+
}
|
|
408
|
+
.dapp-core-component__main__btn-warning .dapp-core-component__main__disabled {
|
|
409
|
+
color: #212529;
|
|
410
|
+
background-color: #ffc107;
|
|
411
|
+
border-color: #ffc107;
|
|
412
|
+
}
|
|
413
|
+
.dapp-core-component__main__btn-warning:hover {
|
|
414
|
+
color: #212529;
|
|
415
|
+
background-color: #e0a800;
|
|
416
|
+
border-color: #d39e00;
|
|
417
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
418
|
+
}
|
|
419
|
+
.dapp-core-component__main__btn-warning:focus {
|
|
420
|
+
color: #212529;
|
|
421
|
+
background-color: #e0a800;
|
|
422
|
+
border-color: #d39e00;
|
|
423
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.dapp-core-component__main__btn-dark {
|
|
427
|
+
color: #fff;
|
|
428
|
+
background-color: #343a40;
|
|
429
|
+
border-color: #343a40;
|
|
430
|
+
}
|
|
431
|
+
.dapp-core-component__main__btn-dark .dapp-core-component__main__focus {
|
|
432
|
+
color: #fff;
|
|
433
|
+
background-color: #23272b;
|
|
434
|
+
border-color: #1d2124;
|
|
435
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
436
|
+
}
|
|
437
|
+
.dapp-core-component__main__btn-dark .dapp-core-component__main__disabled {
|
|
438
|
+
color: #fff;
|
|
439
|
+
background-color: #343a40;
|
|
440
|
+
border-color: #343a40;
|
|
441
|
+
}
|
|
442
|
+
.dapp-core-component__main__btn-dark:hover {
|
|
443
|
+
color: #fff;
|
|
444
|
+
background-color: #23272b;
|
|
445
|
+
border-color: #1d2124;
|
|
446
|
+
}
|
|
447
|
+
.dapp-core-component__main__btn-dark:focus {
|
|
448
|
+
color: #fff;
|
|
449
|
+
background-color: #23272b;
|
|
450
|
+
border-color: #1d2124;
|
|
451
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.dapp-core-component__main__btn-link {
|
|
455
|
+
font-weight: 400;
|
|
456
|
+
color: #007bff;
|
|
457
|
+
text-decoration: none;
|
|
458
|
+
}
|
|
459
|
+
.dapp-core-component__main__btn-link:hover {
|
|
460
|
+
color: #0056b3;
|
|
461
|
+
text-decoration: underline;
|
|
462
|
+
}
|
|
463
|
+
.dapp-core-component__main__btn-link:focus, .dapp-core-component__main__btn-link.dapp-core-component__main__focus {
|
|
464
|
+
text-decoration: underline;
|
|
465
|
+
}
|
|
466
|
+
.dapp-core-component__main__btn-link:disabled, .dapp-core-component__main__btn-link.dapp-core-component__main__disabled {
|
|
467
|
+
color: #6c757d;
|
|
468
|
+
pointer-events: none;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.dapp-core-component__main__btn-light {
|
|
472
|
+
color: #212529;
|
|
473
|
+
background-color: #fafafa;
|
|
474
|
+
border-color: #fafafa;
|
|
475
|
+
}
|
|
476
|
+
.dapp-core-component__main__btn-light .dapp-core-component__main__focus {
|
|
477
|
+
color: #212529;
|
|
478
|
+
background-color: #e2e6ea;
|
|
479
|
+
border-color: #dae0e5;
|
|
480
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
481
|
+
}
|
|
482
|
+
.dapp-core-component__main__btn-light .dapp-core-component__main__disabled {
|
|
483
|
+
color: #212529;
|
|
484
|
+
background-color: #f8f9fa;
|
|
485
|
+
border-color: #f8f9fa;
|
|
486
|
+
}
|
|
487
|
+
.dapp-core-component__main__btn-light:hover {
|
|
488
|
+
color: #212529;
|
|
489
|
+
background-color: #e2e6ea;
|
|
490
|
+
border-color: #dae0e5;
|
|
491
|
+
}
|
|
492
|
+
.dapp-core-component__main__btn-light:focus {
|
|
493
|
+
color: #212529;
|
|
494
|
+
background-color: #e2e6ea;
|
|
495
|
+
border-color: #dae0e5;
|
|
496
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.dapp-core-component__main__badge {
|
|
500
|
+
display: inline-block;
|
|
501
|
+
padding: 0.25em 0.4em;
|
|
502
|
+
font-size: 75%;
|
|
503
|
+
font-weight: 700;
|
|
504
|
+
line-height: 1;
|
|
505
|
+
text-align: center;
|
|
506
|
+
white-space: nowrap;
|
|
507
|
+
vertical-align: baseline;
|
|
508
|
+
border-radius: 0.25rem;
|
|
509
|
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
@media (prefers-reduced-motion: reduce) {
|
|
513
|
+
.dapp-core-component__main__badge {
|
|
514
|
+
transition: none;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
a.dapp-core-component__main__badge:hover, a.dapp-core-component__main__badge:focus {
|
|
518
|
+
text-decoration: none;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.dapp-core-component__main__badge:empty {
|
|
522
|
+
display: none;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.dapp-core-component__main__btn .dapp-core-component__main__badge {
|
|
526
|
+
position: relative;
|
|
527
|
+
top: -1px;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.dapp-core-component__main__badge-pill {
|
|
531
|
+
padding-right: 0.6em;
|
|
532
|
+
padding-left: 0.6em;
|
|
533
|
+
border-radius: 10rem;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.dapp-core-component__main__badge-primary {
|
|
537
|
+
color: #fff;
|
|
538
|
+
background-color: #007bff;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
a.dapp-core-component__main__badge-primary:hover, a.dapp-core-component__main__badge-primary:focus {
|
|
542
|
+
color: #fff;
|
|
543
|
+
background-color: #0062cc;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
a.dapp-core-component__main__badge-primary:focus, a.dapp-core-component__main__badge-primary.dapp-core-component__main__focus {
|
|
547
|
+
outline: 0;
|
|
548
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.dapp-core-component__main__badge-secondary {
|
|
552
|
+
color: #fff;
|
|
553
|
+
background-color: #6c757d;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
a.dapp-core-component__main__badge-secondary:hover, a.dapp-core-component__main__badge-secondary:focus {
|
|
557
|
+
color: #fff;
|
|
558
|
+
background-color: #545b62;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
a.dapp-core-component__main__badge-secondary:focus, a.dapp-core-component__main__badge-secondary.dapp-core-component__main__focus {
|
|
562
|
+
outline: 0;
|
|
563
|
+
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.dapp-core-component__main__badge-success {
|
|
567
|
+
color: #fff;
|
|
568
|
+
background-color: #28a745;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
a.dapp-core-component__main__badge-success:hover, a.dapp-core-component__main__badge-success:focus {
|
|
572
|
+
color: #fff;
|
|
573
|
+
background-color: #1e7e34;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
a.dapp-core-component__main__badge-success:focus, a.dapp-core-component__main__badge-success.dapp-core-component__main__focus {
|
|
577
|
+
outline: 0;
|
|
578
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.dapp-core-component__main__badge-info {
|
|
582
|
+
color: #fff;
|
|
583
|
+
background-color: #17a2b8;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
a.dapp-core-component__main__badge-info:hover, a.dapp-core-component__main__badge-info:focus {
|
|
587
|
+
color: #fff;
|
|
588
|
+
background-color: #117a8b;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
a.dapp-core-component__main__badge-info:focus, a.dapp-core-component__main__badge-info.dapp-core-component__main__focus {
|
|
592
|
+
outline: 0;
|
|
593
|
+
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.dapp-core-component__main__badge-warning {
|
|
597
|
+
color: #212529;
|
|
598
|
+
background-color: #ffc107;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
a.dapp-core-component__main__badge-warning:hover, a.dapp-core-component__main__badge-warning:focus {
|
|
602
|
+
color: #212529;
|
|
603
|
+
background-color: #d39e00;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
a.dapp-core-component__main__badge-warning:focus, a.dapp-core-component__main__badge-warning.dapp-core-component__main__focus {
|
|
607
|
+
outline: 0;
|
|
608
|
+
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.dapp-core-component__main__badge-danger {
|
|
612
|
+
color: #fff;
|
|
613
|
+
background-color: #dc3545;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
a.dapp-core-component__main__badge-danger:hover, a.dapp-core-component__main__badge-danger:focus {
|
|
617
|
+
color: #fff;
|
|
618
|
+
background-color: #bd2130;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
a.dapp-core-component__main__badge-danger:focus, a.dapp-core-component__main__badge-danger.dapp-core-component__main__focus {
|
|
622
|
+
outline: 0;
|
|
623
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.dapp-core-component__main__badge-light {
|
|
627
|
+
color: #212529;
|
|
628
|
+
background-color: #f8f9fa;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
a.dapp-core-component__main__badge-light:hover, a.dapp-core-component__main__badge-light:focus {
|
|
632
|
+
color: #212529;
|
|
633
|
+
background-color: #dae0e5;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
a.dapp-core-component__main__badge-light:focus, a.dapp-core-component__main__badge-light.dapp-core-component__main__focus {
|
|
637
|
+
outline: 0;
|
|
638
|
+
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.dapp-core-component__main__badge-dark {
|
|
642
|
+
color: #fff;
|
|
643
|
+
background-color: #343a40;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
a.dapp-core-component__main__badge-dark:hover, a.dapp-core-component__main__badge-dark:focus {
|
|
647
|
+
color: #fff;
|
|
648
|
+
background-color: #1d2124;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
a.dapp-core-component__main__badge-dark:focus, a.dapp-core-component__main__badge-dark.dapp-core-component__main__focus {
|
|
652
|
+
outline: 0;
|
|
653
|
+
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
.dapp-core-component__main__card {
|
|
657
|
+
position: relative;
|
|
658
|
+
display: flex;
|
|
659
|
+
flex-direction: column;
|
|
660
|
+
min-width: 0;
|
|
661
|
+
word-wrap: break-word;
|
|
662
|
+
background-color: #fff;
|
|
663
|
+
background-clip: border-box;
|
|
664
|
+
border: 1px solid rgba(0, 0, 0, 0.125);
|
|
665
|
+
border-radius: 5px;
|
|
666
|
+
}
|
|
667
|
+
.dapp-core-component__main__card > hr {
|
|
668
|
+
margin-right: 0;
|
|
669
|
+
margin-left: 0;
|
|
670
|
+
}
|
|
671
|
+
.dapp-core-component__main__card > .dapp-core-component__main__list-group {
|
|
672
|
+
border-top: inherit;
|
|
673
|
+
border-bottom: inherit;
|
|
674
|
+
}
|
|
675
|
+
.dapp-core-component__main__card > .dapp-core-component__main__list-group:first-child {
|
|
676
|
+
border-top-width: 0;
|
|
677
|
+
}
|
|
678
|
+
.dapp-core-component__main__card > .dapp-core-component__main__list-group:last-child {
|
|
679
|
+
border-bottom-width: 0;
|
|
680
|
+
}
|
|
681
|
+
.dapp-core-component__main__card > .dapp-core-component__main__card-header + .dapp-core-component__main__list-group,
|
|
682
|
+
.dapp-core-component__main__card > .dapp-core-component__main__list-group + .dapp-core-component__main__card-footer {
|
|
683
|
+
border-top: 0;
|
|
684
|
+
}
|
|
685
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header {
|
|
686
|
+
border: 0;
|
|
687
|
+
padding: 0;
|
|
688
|
+
}
|
|
689
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header:first-child {
|
|
690
|
+
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
|
|
691
|
+
}
|
|
692
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item {
|
|
693
|
+
border-bottom: 1px solid #dee2e6;
|
|
694
|
+
padding: 1.1rem 1rem;
|
|
695
|
+
}
|
|
696
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item h6,
|
|
697
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item .dapp-core-component__main__h6 {
|
|
698
|
+
line-height: 2.5rem;
|
|
699
|
+
letter-spacing: unset;
|
|
700
|
+
margin: 0;
|
|
701
|
+
}
|
|
702
|
+
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item.dapp-core-component__main__compact {
|
|
703
|
+
padding-top: 0.75rem;
|
|
704
|
+
padding-bottom: 0.75rem;
|
|
705
|
+
background-color: #fafafa;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.dapp-core-component__main__card-body {
|
|
709
|
+
flex: 1 1 auto;
|
|
710
|
+
min-height: 1px;
|
|
711
|
+
padding: 1.25rem;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.dapp-core-component__main__card-title {
|
|
715
|
+
margin-bottom: 0.75rem;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.dapp-core-component__main__card-subtitle {
|
|
719
|
+
margin-top: -0.375rem;
|
|
720
|
+
margin-bottom: 0;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.dapp-core-component__main__card-text:last-child {
|
|
724
|
+
margin-bottom: 0;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.dapp-core-component__main__card-link:hover {
|
|
728
|
+
text-decoration: none;
|
|
729
|
+
}
|
|
730
|
+
.dapp-core-component__main__card-link + .dapp-core-component__main__card-link {
|
|
731
|
+
margin-left: 1.25rem;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.dapp-core-component__main__card-header {
|
|
735
|
+
padding: 0.75rem 1.25rem;
|
|
736
|
+
margin-bottom: 0;
|
|
737
|
+
background-color: rgba(0, 0, 0, 0.03);
|
|
738
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.dapp-core-component__main__card-footer {
|
|
742
|
+
padding: 0.75rem 1.25rem;
|
|
743
|
+
background-color: rgba(0, 0, 0, 0.03);
|
|
744
|
+
border-top: 1px solid rgba(0, 0, 0, 0.125);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.dapp-core-component__main__text {
|
|
748
|
+
color: #9dabbd;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.dapp-core-component__main__text-white {
|
|
752
|
+
color: #fff;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.dapp-core-component__main__text-monospace {
|
|
756
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.dapp-core-component__main__table .dapp-core-component__main__trim-size-xl .dapp-core-component__main__trim {
|
|
760
|
+
max-width: 13rem;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.dapp-core-component__main__table .dapp-core-component__main__trim {
|
|
764
|
+
max-width: 10rem;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.dapp-core-component__main__table .dapp-core-component__main__trim-only-sm .dapp-core-component__main__trim {
|
|
768
|
+
max-width: none;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.dapp-core-component__main__text-justify {
|
|
772
|
+
text-align: justify;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.dapp-core-component__main__text-wrap {
|
|
776
|
+
white-space: normal;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.dapp-core-component__main__text-nowrap {
|
|
780
|
+
white-space: nowrap;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.dapp-core-component__main__text-truncate {
|
|
784
|
+
overflow: hidden;
|
|
785
|
+
text-overflow: ellipsis;
|
|
786
|
+
white-space: nowrap;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.dapp-core-component__main__text-left {
|
|
790
|
+
text-align: left;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.dapp-core-component__main__text-right {
|
|
794
|
+
text-align: right;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.dapp-core-component__main__text-center {
|
|
798
|
+
text-align: center;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.dapp-core-component__main__text-primary {
|
|
802
|
+
color: #1b46c2;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.dapp-core-component__main__text-secondary {
|
|
806
|
+
color: #6c757d;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.dapp-core-component__main__text-primary-highlight {
|
|
810
|
+
color: #1b46c2;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.dapp-core-component__main__text-muted {
|
|
814
|
+
color: #6c757d;
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
.dapp-core-component__main__text-success {
|
|
818
|
+
color: #28a745;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
.dapp-core-component__main__text-justify {
|
|
822
|
+
text-align: justify;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
.dapp-core-component__main__text-wrap {
|
|
826
|
+
white-space: normal;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.dapp-core-component__main__text-nowrap {
|
|
830
|
+
white-space: nowrap;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.dapp-core-component__main__text-truncate {
|
|
834
|
+
overflow: hidden;
|
|
835
|
+
text-overflow: ellipsis;
|
|
836
|
+
white-space: nowrap;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.dapp-core-component__main__text-body {
|
|
840
|
+
color: #212529;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.dapp-core-component__main__text-muted {
|
|
844
|
+
color: #6c757d;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.dapp-core-component__main__text-black-50 {
|
|
848
|
+
color: rgba(0, 0, 0, 0.5);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.dapp-core-component__main__text-white-50 {
|
|
852
|
+
color: rgba(255, 255, 255, 0.5);
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
@media (min-width: 992px) {
|
|
856
|
+
.dapp-core-component__main__text-lg-right {
|
|
857
|
+
text-align: right;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.dapp-core-component__main__text-hide {
|
|
862
|
+
font: 0/0 a;
|
|
863
|
+
color: rgba(0, 0, 0, 0);
|
|
864
|
+
text-shadow: none;
|
|
865
|
+
background-color: rgba(0, 0, 0, 0);
|
|
866
|
+
border: 0;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.dapp-core-component__main__text-decoration-none {
|
|
870
|
+
text-decoration: none;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.dapp-core-component__main__text-break {
|
|
874
|
+
word-break: break-word;
|
|
875
|
+
word-wrap: break-word;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
.dapp-core-component__main__text-reset {
|
|
879
|
+
color: inherit;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.dapp-core-component__main__text-lowercase {
|
|
883
|
+
text-transform: lowercase;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.dapp-core-component__main__text-uppercase {
|
|
887
|
+
text-transform: uppercase;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
.dapp-core-component__main__text-capitalize {
|
|
891
|
+
text-transform: capitalize;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
.dapp-core-component__main__text-danger {
|
|
895
|
+
color: #d9534f;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.dapp-core-component__main__text-warning {
|
|
899
|
+
color: #f0ad4e;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
.dapp-core-component__main__trim-fs-sm {
|
|
903
|
+
color: inherit;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.dapp-core-component__main__text-break {
|
|
907
|
+
word-break: break-word;
|
|
908
|
+
word-wrap: break-word;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.dapp-core-component__main__mx-auto {
|
|
912
|
+
margin-left: auto;
|
|
913
|
+
margin-right: auto;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
.dapp-core-component__main__m-0 {
|
|
917
|
+
margin: 0;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.dapp-core-component__main__mt-0 {
|
|
921
|
+
margin-top: 0;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
.dapp-core-component__main__my-0 {
|
|
925
|
+
margin-top: 0;
|
|
926
|
+
margin-bottom: 0;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.dapp-core-component__main__mr-0 {
|
|
930
|
+
margin-right: 0;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.dapp-core-component__main__mx-0 {
|
|
934
|
+
margin-right: 0;
|
|
935
|
+
margin-left: 0;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
.dapp-core-component__main__mb-0 {
|
|
939
|
+
margin-bottom: 0;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.dapp-core-component__main__my-0 {
|
|
943
|
+
margin-bottom: 0;
|
|
944
|
+
margin-top: 0;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.dapp-core-component__main__ml-0 {
|
|
948
|
+
margin-left: 0;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.dapp-core-component__main__mx-0 {
|
|
952
|
+
margin-left: 0;
|
|
953
|
+
margin-right: 0;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.dapp-core-component__main__m-1 {
|
|
957
|
+
margin: 0.25rem;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.dapp-core-component__main__mt-1 {
|
|
961
|
+
margin-top: 0.25rem;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.dapp-core-component__main__my-1 {
|
|
965
|
+
margin-top: 0.25rem;
|
|
966
|
+
margin-bottom: 0.25rem;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.dapp-core-component__main__mr-1 {
|
|
970
|
+
margin-right: 0.25rem;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.dapp-core-component__main__mx-1 {
|
|
974
|
+
margin-left: 0.25rem;
|
|
975
|
+
margin-right: 0.25rem;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.dapp-core-component__main__mb-1 {
|
|
979
|
+
margin-bottom: 0.25rem;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.dapp-core-component__main__my-1 {
|
|
983
|
+
margin-bottom: 0.25rem;
|
|
984
|
+
margin-top: 0.25rem;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.dapp-core-component__main__ml-1 {
|
|
988
|
+
margin-left: 0.25rem;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.dapp-core-component__main__mx-1 {
|
|
992
|
+
margin-right: 0.25rem;
|
|
993
|
+
margin-left: 0.25rem;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.dapp-core-component__main__m-2 {
|
|
997
|
+
margin: 0.5rem;
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.dapp-core-component__main__mt-2 {
|
|
1001
|
+
margin-top: 0.5rem;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.dapp-core-component__main__my-2 {
|
|
1005
|
+
margin-bottom: 0.5rem;
|
|
1006
|
+
margin-top: 0.5rem;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.dapp-core-component__main__mr-2 {
|
|
1010
|
+
margin-right: 0.5rem;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.dapp-core-component__main__mx-2 {
|
|
1014
|
+
margin-right: 0.5rem;
|
|
1015
|
+
margin-left: 0.5rem;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.dapp-core-component__main__mb-2 {
|
|
1019
|
+
margin-bottom: 0.5rem;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
.dapp-core-component__main__my-2 {
|
|
1023
|
+
margin-top: 0.5rem;
|
|
1024
|
+
margin-bottom: 0.5rem;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.dapp-core-component__main__ml-2 {
|
|
1028
|
+
margin-left: 0.5rem;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.dapp-core-component__main__mx-2 {
|
|
1032
|
+
margin-right: 0.5rem;
|
|
1033
|
+
margin-left: 0.5rem;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.dapp-core-component__main__m-3 {
|
|
1037
|
+
margin: 1rem;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.dapp-core-component__main__mt-3,
|
|
1041
|
+
.dapp-core-component__main__my-3 {
|
|
1042
|
+
margin-top: 1rem;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
.dapp-core-component__main__mr-3 {
|
|
1046
|
+
margin-right: 1rem;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.dapp-core-component__main__mx-3 {
|
|
1050
|
+
margin-left: 1rem;
|
|
1051
|
+
margin-right: 1rem;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.dapp-core-component__main__mb-3 {
|
|
1055
|
+
margin-bottom: 1rem;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.dapp-core-component__main__my-3 {
|
|
1059
|
+
margin-top: 1rem;
|
|
1060
|
+
margin-bottom: 1rem;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.dapp-core-component__main__ml-3 {
|
|
1064
|
+
margin-left: 1rem;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.dapp-core-component__main__mx-3 {
|
|
1068
|
+
margin-left: 1rem;
|
|
1069
|
+
margin-right: 1rem;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.dapp-core-component__main__m-4 {
|
|
1073
|
+
margin: 1.5rem;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.dapp-core-component__main__mt-4 {
|
|
1077
|
+
margin-top: 1.5rem;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.dapp-core-component__main__my-4 {
|
|
1081
|
+
margin-top: 1.5rem;
|
|
1082
|
+
margin-bottom: 1.5rem;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.dapp-core-component__main__mr-4 {
|
|
1086
|
+
margin-right: 1.5rem;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
.dapp-core-component__main__mx-4 {
|
|
1090
|
+
margin-right: 1.5rem;
|
|
1091
|
+
margin-left: 1.5rem;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.dapp-core-component__main__mb-4 {
|
|
1095
|
+
margin-bottom: 1.5rem;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.dapp-core-component__main__my-4 {
|
|
1099
|
+
margin-bottom: 1.5rem;
|
|
1100
|
+
margin-top: 1.5rem;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.dapp-core-component__main__ml-4 {
|
|
1104
|
+
margin-left: 1.5rem;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.dapp-core-component__main__mx-4 {
|
|
1108
|
+
margin-left: 1.5rem;
|
|
1109
|
+
margin-right: 1.5rem;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.dapp-core-component__main__m-5 {
|
|
1113
|
+
margin: 3rem;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.dapp-core-component__main__mt-5 {
|
|
1117
|
+
margin-top: 3rem;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.dapp-core-component__main__my-5 {
|
|
1121
|
+
margin-top: 3rem;
|
|
1122
|
+
margin-bottom: 3rem;
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
.dapp-core-component__main__mr-5 {
|
|
1126
|
+
margin-right: 3rem;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
.dapp-core-component__main__mx-5 {
|
|
1130
|
+
margin-right: 3rem;
|
|
1131
|
+
margin-left: 3rem;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.dapp-core-component__main__mb-5 {
|
|
1135
|
+
margin-bottom: 3rem;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.dapp-core-component__main__my-5 {
|
|
1139
|
+
margin-top: 3rem;
|
|
1140
|
+
margin-bottom: 3rem;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
.dapp-core-component__main__ml-5 {
|
|
1144
|
+
margin-left: 3rem;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
.dapp-core-component__main__mx-5 {
|
|
1148
|
+
margin-left: 3rem;
|
|
1149
|
+
margin-right: 3rem;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
.dapp-core-component__main__p-0 {
|
|
1153
|
+
padding: 0;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
.dapp-core-component__main__pt-0 {
|
|
1157
|
+
padding-top: 0;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
.dapp-core-component__main__py-0 {
|
|
1161
|
+
padding-top: 0;
|
|
1162
|
+
padding-bottom: 0;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
.dapp-core-component__main__pr-0 {
|
|
1166
|
+
padding-right: 0;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.dapp-core-component__main__px-0 {
|
|
1170
|
+
padding-left: 0;
|
|
1171
|
+
padding-right: 0;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.dapp-core-component__main__pb-0 {
|
|
1175
|
+
padding-bottom: 0;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.dapp-core-component__main__py-0 {
|
|
1179
|
+
padding-bottom: 0;
|
|
1180
|
+
padding-top: 0;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
.dapp-core-component__main__pl-0 {
|
|
1184
|
+
padding-left: 0;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
.dapp-core-component__main__px-0 {
|
|
1188
|
+
padding-left: 0;
|
|
1189
|
+
padding-right: 0;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.dapp-core-component__main__p-1 {
|
|
1193
|
+
padding: 0.25rem;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.dapp-core-component__main__pt-1 {
|
|
1197
|
+
padding-top: 0.25rem;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.dapp-core-component__main__py-1 {
|
|
1201
|
+
padding-top: 0.25rem;
|
|
1202
|
+
padding-bottom: 0.25rem;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
.dapp-core-component__main__pr-1 {
|
|
1206
|
+
padding-right: 0.25rem;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
.dapp-core-component__main__px-1 {
|
|
1210
|
+
padding-right: 0.25rem;
|
|
1211
|
+
padding-left: 0.25rem;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.dapp-core-component__main__pb-1 {
|
|
1215
|
+
padding-bottom: 0.25rem;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.dapp-core-component__main__py-1 {
|
|
1219
|
+
padding-top: 0.25rem;
|
|
1220
|
+
padding-bottom: 0.25rem;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.dapp-core-component__main__pl-1 {
|
|
1224
|
+
padding-left: 0.25rem;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.dapp-core-component__main__px-1 {
|
|
1228
|
+
padding-left: 0.25rem;
|
|
1229
|
+
padding-right: 0.25rem;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.dapp-core-component__main__p-2 {
|
|
1233
|
+
padding: 0.5rem;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.dapp-core-component__main__pt-2 {
|
|
1237
|
+
padding-top: 0.5rem;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
.dapp-core-component__main__py-2 {
|
|
1241
|
+
padding-bottom: 0.5rem;
|
|
1242
|
+
padding-top: 0.5rem;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
.dapp-core-component__main__pr-2 {
|
|
1246
|
+
padding-right: 0.5rem;
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.dapp-core-component__main__px-2 {
|
|
1250
|
+
padding-left: 0.5rem;
|
|
1251
|
+
padding-right: 0.5rem;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.dapp-core-component__main__pb-2 {
|
|
1255
|
+
padding-bottom: 0.5rem;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.dapp-core-component__main__py-2 {
|
|
1259
|
+
padding-top: 0.5rem;
|
|
1260
|
+
padding-bottom: 0.5rem;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.dapp-core-component__main__pl-2 {
|
|
1264
|
+
padding-left: 0.5rem;
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
.dapp-core-component__main__px-2 {
|
|
1268
|
+
padding-left: 0.5rem;
|
|
1269
|
+
padding-right: 0.5rem;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.dapp-core-component__main__p-3 {
|
|
1273
|
+
padding: 1rem;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.dapp-core-component__main__pt-3 {
|
|
1277
|
+
padding-top: 1rem;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.dapp-core-component__main__py-3 {
|
|
1281
|
+
padding-top: 1rem;
|
|
1282
|
+
padding-bottom: 1rem;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.dapp-core-component__main__pr-3 {
|
|
1286
|
+
padding-right: 1rem;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
.dapp-core-component__main__px-3 {
|
|
1290
|
+
padding-right: 1rem;
|
|
1291
|
+
padding-left: 1rem;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
.dapp-core-component__main__pb-3 {
|
|
1295
|
+
padding-bottom: 1rem;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
.dapp-core-component__main__py-3 {
|
|
1299
|
+
padding-bottom: 1rem;
|
|
1300
|
+
padding-top: 1rem;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.dapp-core-component__main__pl-3 {
|
|
1304
|
+
padding-left: 1rem;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.dapp-core-component__main__px-3 {
|
|
1308
|
+
padding-right: 1rem;
|
|
1309
|
+
padding-left: 1rem;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.dapp-core-component__main__p-4 {
|
|
1313
|
+
padding: 1.5rem;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.dapp-core-component__main__pt-4 {
|
|
1317
|
+
padding-top: 1.5rem;
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.dapp-core-component__main__py-4 {
|
|
1321
|
+
padding-top: 1.5rem;
|
|
1322
|
+
padding-bottom: 1.5rem;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.dapp-core-component__main__pr-4 {
|
|
1326
|
+
padding-right: 1.5rem;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.dapp-core-component__main__px-4 {
|
|
1330
|
+
padding-left: 1.5rem;
|
|
1331
|
+
padding-right: 1.5rem;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.dapp-core-component__main__pb-4 {
|
|
1335
|
+
padding-bottom: 1.5rem;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.dapp-core-component__main__py-4 {
|
|
1339
|
+
padding-top: 1.5rem;
|
|
1340
|
+
padding-bottom: 1.5rem;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.dapp-core-component__main__pl-4 {
|
|
1344
|
+
padding-left: 1.5rem;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.dapp-core-component__main__px-4 {
|
|
1348
|
+
padding-right: 1.5rem;
|
|
1349
|
+
padding-left: 1.5rem;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.dapp-core-component__main__p-5 {
|
|
1353
|
+
padding: 3rem;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.dapp-core-component__main__pt-5 {
|
|
1357
|
+
padding-top: 3rem;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
.dapp-core-component__main__py-5 {
|
|
1361
|
+
padding-bottom: 3rem;
|
|
1362
|
+
padding-top: 3rem;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
.dapp-core-component__main__pr-5 {
|
|
1366
|
+
padding-right: 3rem;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
.dapp-core-component__main__px-5 {
|
|
1370
|
+
padding-right: 3rem;
|
|
1371
|
+
padding-left: 3rem;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.dapp-core-component__main__pb-5 {
|
|
1375
|
+
padding-right: 3rem;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.dapp-core-component__main__py-5 {
|
|
1379
|
+
padding-top: 3rem;
|
|
1380
|
+
padding-bottom: 3rem;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
.dapp-core-component__main__pl-5 {
|
|
1384
|
+
padding-left: 3rem;
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
.dapp-core-component__main__px-5 {
|
|
1388
|
+
padding-right: 3rem;
|
|
1389
|
+
padding-left: 3rem;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
.dapp-core-component__main__m-n1 {
|
|
1393
|
+
margin: -0.25rem;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.dapp-core-component__main__mt-n1 {
|
|
1397
|
+
margin-top: -0.25rem;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.dapp-core-component__main__my-n1 {
|
|
1401
|
+
margin-top: -0.25rem;
|
|
1402
|
+
margin-bottom: -0.25rem;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
.dapp-core-component__main__mr-n1 {
|
|
1406
|
+
margin-right: -0.25rem;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
.dapp-core-component__main__mx-n1 {
|
|
1410
|
+
margin-left: -0.25rem;
|
|
1411
|
+
margin-right: -0.25rem;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.dapp-core-component__main__mb-n1 {
|
|
1415
|
+
margin-bottom: -0.25rem;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.dapp-core-component__main__my-n1 {
|
|
1419
|
+
margin-bottom: -0.25rem;
|
|
1420
|
+
margin-top: -0.25rem;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
.dapp-core-component__main__ml-n1 {
|
|
1424
|
+
margin-left: -0.25rem;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.dapp-core-component__main__mx-n1 {
|
|
1428
|
+
margin-left: -0.25rem;
|
|
1429
|
+
margin-right: -0.25rem;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.dapp-core-component__main__m-n2 {
|
|
1433
|
+
margin: -0.5rem;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.dapp-core-component__main__mt-n2 {
|
|
1437
|
+
margin-top: -0.5rem;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.dapp-core-component__main__my-n2 {
|
|
1441
|
+
margin-top: -0.5rem;
|
|
1442
|
+
margin-left: -0.5rem;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
.dapp-core-component__main__mr-n2 {
|
|
1446
|
+
margin-right: -0.5rem;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.dapp-core-component__main__mx-n2 {
|
|
1450
|
+
margin-right: -0.5rem;
|
|
1451
|
+
margin-left: -0.5rem;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.dapp-core-component__main__mb-n2 {
|
|
1455
|
+
margin-bottom: -0.5rem;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.dapp-core-component__main__my-n2 {
|
|
1459
|
+
margin-bottom: -0.5rem;
|
|
1460
|
+
margin-top: -0.5rem;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
.dapp-core-component__main__ml-n2 {
|
|
1464
|
+
margin-left: -0.5rem;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.dapp-core-component__main__mx-n2 {
|
|
1468
|
+
margin-left: -0.5rem;
|
|
1469
|
+
margin-right: -0.5rem;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.dapp-core-component__main__m-n3 {
|
|
1473
|
+
margin: -1rem;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.dapp-core-component__main__mt-n3 {
|
|
1477
|
+
margin-top: -1rem;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.dapp-core-component__main__my-n3 {
|
|
1481
|
+
margin-top: -1rem;
|
|
1482
|
+
margin-bottom: -1rem;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.dapp-core-component__main__mr-n3 {
|
|
1486
|
+
margin-right: -1rem;
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
.dapp-core-component__main__mx-n3 {
|
|
1490
|
+
margin-right: -1rem;
|
|
1491
|
+
margin-left: -1rem;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.dapp-core-component__main__mb-n3 {
|
|
1495
|
+
margin-bottom: -1rem;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.dapp-core-component__main__my-n3 {
|
|
1499
|
+
margin-bottom: -1rem;
|
|
1500
|
+
margin-top: -1rem;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
.dapp-core-component__main__ml-n3 {
|
|
1504
|
+
margin-left: -1rem;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
.dapp-core-component__main__mx-n3 {
|
|
1508
|
+
margin-left: -1rem;
|
|
1509
|
+
margin-right: -1rem;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.dapp-core-component__main__m-n4 {
|
|
1513
|
+
margin: -1.5rem;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.dapp-core-component__main__mt-n4 {
|
|
1517
|
+
margin-top: -1.5rem;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.dapp-core-component__main__my-n4 {
|
|
1521
|
+
margin-top: -1.5rem;
|
|
1522
|
+
margin-bottom: -1.5rem;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.dapp-core-component__main__mr-n4 {
|
|
1526
|
+
margin-right: -1.5rem;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
.dapp-core-component__main__mx-n4 {
|
|
1530
|
+
margin-left: -1.5rem;
|
|
1531
|
+
margin-right: -1.5rem;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.dapp-core-component__main__mb-n4 {
|
|
1535
|
+
margin-bottom: -1.5rem;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.dapp-core-component__main__my-n4 {
|
|
1539
|
+
margin-bottom: -1.5rem;
|
|
1540
|
+
margin-top: -1.5rem;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
.dapp-core-component__main__ml-n4 {
|
|
1544
|
+
margin-left: -1.5rem;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
.dapp-core-component__main__mx-n4 {
|
|
1548
|
+
margin-left: -1.5rem;
|
|
1549
|
+
margin-right: -1.5rem;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.dapp-core-component__main__m-n5 {
|
|
1553
|
+
margin: -3rem;
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
.dapp-core-component__main__mt-n5 {
|
|
1557
|
+
margin-top: -3rem;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
.dapp-core-component__main__my-n5 {
|
|
1561
|
+
margin-bottom: -3rem;
|
|
1562
|
+
margin-top: -3rem;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.dapp-core-component__main__mr-n5 {
|
|
1566
|
+
margin-right: -3rem;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
.dapp-core-component__main__mx-n5 {
|
|
1570
|
+
margin-left: -3rem;
|
|
1571
|
+
margin-right: -3rem;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
.dapp-core-component__main__mb-n5 {
|
|
1575
|
+
margin-bottom: -3rem;
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
.dapp-core-component__main__my-n5 {
|
|
1579
|
+
margin-top: -3rem;
|
|
1580
|
+
margin-bottom: -3rem;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
.dapp-core-component__main__ml-n5 {
|
|
1584
|
+
margin-left: -3rem;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
.dapp-core-component__main__mx-n5 {
|
|
1588
|
+
margin-right: -3rem;
|
|
1589
|
+
margin-left: -3rem;
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.dapp-core-component__main__m-auto {
|
|
1593
|
+
margin: auto;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.dapp-core-component__main__mt-auto {
|
|
1597
|
+
margin-top: auto;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
.dapp-core-component__main__my-auto {
|
|
1601
|
+
margin-bottom: auto;
|
|
1602
|
+
margin-top: auto;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
.dapp-core-component__main__mr-auto {
|
|
1606
|
+
margin-right: auto;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.dapp-core-component__main__mx-auto {
|
|
1610
|
+
margin-left: auto;
|
|
1611
|
+
margin-right: auto;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.dapp-core-component__main__mb-auto {
|
|
1615
|
+
margin-bottom: auto;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
.dapp-core-component__main__my-auto {
|
|
1619
|
+
margin-top: auto;
|
|
1620
|
+
margin-bottom: auto;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.dapp-core-component__main__ml-auto {
|
|
1624
|
+
margin-left: auto;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.dapp-core-component__main__mx-auto {
|
|
1628
|
+
margin-left: auto;
|
|
1629
|
+
margin-right: auto;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
@media (min-width: 992px) {
|
|
1633
|
+
.dapp-core-component__main__mr-lg-1 {
|
|
1634
|
+
margin-right: 0.25rem;
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
@media (min-width: 992px) {
|
|
1639
|
+
.dapp-core-component__main__mr-lg-4 {
|
|
1640
|
+
margin-right: 1.5rem;
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
@media (min-width: 992px) {
|
|
1645
|
+
.dapp-core-component__main__mx-lg-4 {
|
|
1646
|
+
margin-left: 1.5rem;
|
|
1647
|
+
margin-right: 1.5rem;
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
@media (min-width: 1200px) {
|
|
1652
|
+
.dapp-core-component__main__mb-xl-2 {
|
|
1653
|
+
margin-bottom: 0.5rem;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
@media (min-width: 576px) {
|
|
1658
|
+
.dapp-core-component__main__pr-sm-2 {
|
|
1659
|
+
padding-right: 0.5rem;
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
@media (min-width: 576px) {
|
|
1664
|
+
.dapp-core-component__main__px-sm-2 {
|
|
1665
|
+
padding-left: 0.5rem;
|
|
1666
|
+
padding-right: 0.5rem;
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
@media (min-width: 1200px) {
|
|
1671
|
+
.dapp-core-component__main__pr-xl-0,
|
|
1672
|
+
.dapp-core-component__main__px-xl-0 {
|
|
1673
|
+
padding-right: 0;
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
|
|
1677
|
+
.dapp-core-component__main__col {
|
|
1678
|
+
-ms-flex-preferred-size: 0;
|
|
1679
|
+
flex-basis: 0;
|
|
1680
|
+
-ms-flex-positive: 1;
|
|
1681
|
+
flex-grow: 1;
|
|
1682
|
+
max-width: 100%;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.dapp-core-component__main__row {
|
|
1686
|
+
display: flex;
|
|
1687
|
+
flex-wrap: wrap;
|
|
1688
|
+
margin-right: -15px;
|
|
1689
|
+
margin-left: -15px;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.dapp-core-component__main__col {
|
|
1693
|
+
flex-basis: 0;
|
|
1694
|
+
flex-grow: 1;
|
|
1695
|
+
max-width: 100%;
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
.dapp-core-component__main__col-xl,
|
|
1699
|
+
.dapp-core-component__main__col-xl-auto,
|
|
1700
|
+
.dapp-core-component__main__col-xl-12,
|
|
1701
|
+
.dapp-core-component__main__col-xl-11,
|
|
1702
|
+
.dapp-core-component__main__col-xl-10,
|
|
1703
|
+
.dapp-core-component__main__col-xl-9,
|
|
1704
|
+
.dapp-core-component__main__col-xl-8,
|
|
1705
|
+
.dapp-core-component__main__col-xl-7,
|
|
1706
|
+
.dapp-core-component__main__col-xl-6,
|
|
1707
|
+
.dapp-core-component__main__col-xl-5,
|
|
1708
|
+
.dapp-core-component__main__col-xl-4,
|
|
1709
|
+
.dapp-core-component__main__col-xl-3,
|
|
1710
|
+
.dapp-core-component__main__col-xl-2,
|
|
1711
|
+
.dapp-core-component__main__col-xl-1,
|
|
1712
|
+
.dapp-core-component__main__col-lg,
|
|
1713
|
+
.dapp-core-component__main__col-lg-auto,
|
|
1714
|
+
.dapp-core-component__main__col-lg-12,
|
|
1715
|
+
.dapp-core-component__main__col-lg-11,
|
|
1716
|
+
.dapp-core-component__main__col-lg-10,
|
|
1717
|
+
.dapp-core-component__main__col-lg-9,
|
|
1718
|
+
.dapp-core-component__main__col-lg-8,
|
|
1719
|
+
.dapp-core-component__main__col-lg-7,
|
|
1720
|
+
.dapp-core-component__main__col-lg-6,
|
|
1721
|
+
.dapp-core-component__main__col-lg-5,
|
|
1722
|
+
.dapp-core-component__main__col-lg-4,
|
|
1723
|
+
.dapp-core-component__main__col-lg-3,
|
|
1724
|
+
.dapp-core-component__main__col-lg-2,
|
|
1725
|
+
.dapp-core-component__main__col-lg-1,
|
|
1726
|
+
.dapp-core-component__main__col-md,
|
|
1727
|
+
.dapp-core-component__main__col-md-auto,
|
|
1728
|
+
.dapp-core-component__main__col-md-12,
|
|
1729
|
+
.dapp-core-component__main__col-md-11,
|
|
1730
|
+
.dapp-core-component__main__col-md-10,
|
|
1731
|
+
.dapp-core-component__main__col-md-9,
|
|
1732
|
+
.dapp-core-component__main__col-md-8,
|
|
1733
|
+
.dapp-core-component__main__col-md-7,
|
|
1734
|
+
.dapp-core-component__main__col-md-6,
|
|
1735
|
+
.dapp-core-component__main__col-md-5,
|
|
1736
|
+
.dapp-core-component__main__col-md-4,
|
|
1737
|
+
.dapp-core-component__main__col-md-3,
|
|
1738
|
+
.dapp-core-component__main__col-md-2,
|
|
1739
|
+
.dapp-core-component__main__col-md-1,
|
|
1740
|
+
.dapp-core-component__main__col-sm,
|
|
1741
|
+
.dapp-core-component__main__col-sm-auto,
|
|
1742
|
+
.dapp-core-component__main__col-sm-12,
|
|
1743
|
+
.dapp-core-component__main__col-sm-11,
|
|
1744
|
+
.dapp-core-component__main__col-sm-10,
|
|
1745
|
+
.dapp-core-component__main__col-sm-9,
|
|
1746
|
+
.dapp-core-component__main__col-sm-8,
|
|
1747
|
+
.dapp-core-component__main__col-sm-7,
|
|
1748
|
+
.dapp-core-component__main__col-sm-6,
|
|
1749
|
+
.dapp-core-component__main__col-sm-5,
|
|
1750
|
+
.dapp-core-component__main__col-sm-4,
|
|
1751
|
+
.dapp-core-component__main__col-sm-3,
|
|
1752
|
+
.dapp-core-component__main__col-sm-2,
|
|
1753
|
+
.dapp-core-component__main__col-sm-1,
|
|
1754
|
+
.dapp-core-component__main__col,
|
|
1755
|
+
.dapp-core-component__main__col-auto,
|
|
1756
|
+
.dapp-core-component__main__col-12,
|
|
1757
|
+
.dapp-core-component__main__col-11,
|
|
1758
|
+
.dapp-core-component__main__col-10,
|
|
1759
|
+
.dapp-core-component__main__col-9,
|
|
1760
|
+
.dapp-core-component__main__col-8,
|
|
1761
|
+
.dapp-core-component__main__col-7,
|
|
1762
|
+
.dapp-core-component__main__col-6,
|
|
1763
|
+
.dapp-core-component__main__col-5,
|
|
1764
|
+
.dapp-core-component__main__col-4,
|
|
1765
|
+
.dapp-core-component__main__col-3,
|
|
1766
|
+
.dapp-core-component__main__col-2,
|
|
1767
|
+
.dapp-core-component__main__col-1 {
|
|
1768
|
+
position: relative;
|
|
1769
|
+
width: 100%;
|
|
1770
|
+
padding-right: 15px;
|
|
1771
|
+
padding-left: 15px;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
.dapp-core-component__main__col-1 {
|
|
1775
|
+
flex: 0 0 8.3333333333%;
|
|
1776
|
+
max-width: 8.3333333333%;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
@media (min-width: 576px) {
|
|
1780
|
+
.dapp-core-component__main__col-sm-1 {
|
|
1781
|
+
flex: 0 0 8.3333333333%;
|
|
1782
|
+
max-width: 8.3333333333%;
|
|
1783
|
+
}
|
|
1784
|
+
.dapp-core-component__main__col-sm-2 {
|
|
1785
|
+
flex: 0 0 16.6666666667%;
|
|
1786
|
+
max-width: 16.6666666667%;
|
|
1787
|
+
}
|
|
1788
|
+
.dapp-core-component__main__col-sm-3 {
|
|
1789
|
+
flex: 0 0 25%;
|
|
1790
|
+
max-width: 25%;
|
|
1791
|
+
}
|
|
1792
|
+
.dapp-core-component__main__col-sm-4 {
|
|
1793
|
+
flex: 0 0 33.3333333333%;
|
|
1794
|
+
max-width: 33.3333333333%;
|
|
1795
|
+
}
|
|
1796
|
+
.dapp-core-component__main__col-sm-5 {
|
|
1797
|
+
flex: 0 0 41.6666666667%;
|
|
1798
|
+
max-width: 41.6666666667%;
|
|
1799
|
+
}
|
|
1800
|
+
.dapp-core-component__main__col-sm-6 {
|
|
1801
|
+
flex: 0 0 50%;
|
|
1802
|
+
max-width: 50%;
|
|
1803
|
+
}
|
|
1804
|
+
.dapp-core-component__main__col-sm-7 {
|
|
1805
|
+
flex: 0 0 58.3333333333%;
|
|
1806
|
+
max-width: 58.3333333333%;
|
|
1807
|
+
}
|
|
1808
|
+
.dapp-core-component__main__col-sm-8 {
|
|
1809
|
+
flex: 0 0 66.6666666667%;
|
|
1810
|
+
max-width: 66.6666666667%;
|
|
1811
|
+
}
|
|
1812
|
+
.dapp-core-component__main__col-sm-9 {
|
|
1813
|
+
flex: 0 0 75%;
|
|
1814
|
+
max-width: 75%;
|
|
1815
|
+
}
|
|
1816
|
+
.dapp-core-component__main__col-sm-10 {
|
|
1817
|
+
flex: 0 0 83.3333333333%;
|
|
1818
|
+
max-width: 83.3333333333%;
|
|
1819
|
+
}
|
|
1820
|
+
.dapp-core-component__main__col-sm-11 {
|
|
1821
|
+
flex: 0 0 91.6666666667%;
|
|
1822
|
+
max-width: 91.6666666667%;
|
|
1823
|
+
}
|
|
1824
|
+
.dapp-core-component__main__col-sm-12 {
|
|
1825
|
+
flex: 0 0 100%;
|
|
1826
|
+
max-width: 100%;
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
@media (min-width: 768px) {
|
|
1830
|
+
.dapp-core-component__main__col-md-1 {
|
|
1831
|
+
flex: 0 0 8.3333333333%;
|
|
1832
|
+
max-width: 8.3333333333%;
|
|
1833
|
+
}
|
|
1834
|
+
.dapp-core-component__main__col-md-2 {
|
|
1835
|
+
flex: 0 0 16.6666666667%;
|
|
1836
|
+
max-width: 16.6666666667%;
|
|
1837
|
+
}
|
|
1838
|
+
.dapp-core-component__main__col-md-3 {
|
|
1839
|
+
flex: 0 0 25%;
|
|
1840
|
+
max-width: 25%;
|
|
1841
|
+
}
|
|
1842
|
+
.dapp-core-component__main__col-md-4 {
|
|
1843
|
+
flex: 0 0 33.3333333333%;
|
|
1844
|
+
max-width: 33.3333333333%;
|
|
1845
|
+
}
|
|
1846
|
+
.dapp-core-component__main__col-md-5 {
|
|
1847
|
+
flex: 0 0 41.6666666667%;
|
|
1848
|
+
max-width: 41.6666666667%;
|
|
1849
|
+
}
|
|
1850
|
+
.dapp-core-component__main__col-md-6 {
|
|
1851
|
+
flex: 0 0 50%;
|
|
1852
|
+
max-width: 50%;
|
|
1853
|
+
}
|
|
1854
|
+
.dapp-core-component__main__col-md-7 {
|
|
1855
|
+
flex: 0 0 58.3333333333%;
|
|
1856
|
+
max-width: 58.3333333333%;
|
|
1857
|
+
}
|
|
1858
|
+
.dapp-core-component__main__col-md-8 {
|
|
1859
|
+
flex: 0 0 66.6666666667%;
|
|
1860
|
+
max-width: 66.6666666667%;
|
|
1861
|
+
}
|
|
1862
|
+
.dapp-core-component__main__col-md-9 {
|
|
1863
|
+
flex: 0 0 75%;
|
|
1864
|
+
max-width: 75%;
|
|
1865
|
+
}
|
|
1866
|
+
.dapp-core-component__main__col-md-10 {
|
|
1867
|
+
flex: 0 0 83.3333333333%;
|
|
1868
|
+
max-width: 83.3333333333%;
|
|
1869
|
+
}
|
|
1870
|
+
.dapp-core-component__main__col-md-11 {
|
|
1871
|
+
flex: 0 0 91.6666666667%;
|
|
1872
|
+
max-width: 91.6666666667%;
|
|
1873
|
+
}
|
|
1874
|
+
.dapp-core-component__main__col-md-12 {
|
|
1875
|
+
flex: 0 0 100%;
|
|
1876
|
+
max-width: 100%;
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
@media (min-width: 992px) {
|
|
1880
|
+
.dapp-core-component__main__col-lg-1 {
|
|
1881
|
+
flex: 0 0 8.3333333333%;
|
|
1882
|
+
max-width: 8.3333333333%;
|
|
1883
|
+
}
|
|
1884
|
+
.dapp-core-component__main__col-lg-2 {
|
|
1885
|
+
flex: 0 0 16.6666666667%;
|
|
1886
|
+
max-width: 16.6666666667%;
|
|
1887
|
+
}
|
|
1888
|
+
.dapp-core-component__main__col-lg-3 {
|
|
1889
|
+
flex: 0 0 25%;
|
|
1890
|
+
max-width: 25%;
|
|
1891
|
+
}
|
|
1892
|
+
.dapp-core-component__main__col-lg-4 {
|
|
1893
|
+
flex: 0 0 33.3333333333%;
|
|
1894
|
+
max-width: 33.3333333333%;
|
|
1895
|
+
}
|
|
1896
|
+
.dapp-core-component__main__col-lg-5 {
|
|
1897
|
+
flex: 0 0 41.6666666667%;
|
|
1898
|
+
max-width: 41.6666666667%;
|
|
1899
|
+
}
|
|
1900
|
+
.dapp-core-component__main__col-lg-6 {
|
|
1901
|
+
flex: 0 0 50%;
|
|
1902
|
+
max-width: 50%;
|
|
1903
|
+
}
|
|
1904
|
+
.dapp-core-component__main__col-lg-7 {
|
|
1905
|
+
flex: 0 0 58.3333333333%;
|
|
1906
|
+
max-width: 58.3333333333%;
|
|
1907
|
+
}
|
|
1908
|
+
.dapp-core-component__main__col-lg-8 {
|
|
1909
|
+
flex: 0 0 66.6666666667%;
|
|
1910
|
+
max-width: 66.6666666667%;
|
|
1911
|
+
}
|
|
1912
|
+
.dapp-core-component__main__col-lg-9 {
|
|
1913
|
+
flex: 0 0 75%;
|
|
1914
|
+
max-width: 75%;
|
|
1915
|
+
}
|
|
1916
|
+
.dapp-core-component__main__col-lg-10 {
|
|
1917
|
+
flex: 0 0 83.3333333333%;
|
|
1918
|
+
max-width: 83.3333333333%;
|
|
1919
|
+
}
|
|
1920
|
+
.dapp-core-component__main__col-lg-11 {
|
|
1921
|
+
flex: 0 0 91.6666666667%;
|
|
1922
|
+
max-width: 91.6666666667%;
|
|
1923
|
+
}
|
|
1924
|
+
.dapp-core-component__main__col-lg-12 {
|
|
1925
|
+
flex: 0 0 100%;
|
|
1926
|
+
max-width: 100%;
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
@media (min-width: 1200px) {
|
|
1930
|
+
.dapp-core-component__main__col-xl-1 {
|
|
1931
|
+
flex: 0 0 8.3333333333%;
|
|
1932
|
+
max-width: 8.3333333333%;
|
|
1933
|
+
}
|
|
1934
|
+
.dapp-core-component__main__col-xl-2 {
|
|
1935
|
+
flex: 0 0 16.6666666667%;
|
|
1936
|
+
max-width: 16.6666666667%;
|
|
1937
|
+
}
|
|
1938
|
+
.dapp-core-component__main__col-xl-3 {
|
|
1939
|
+
flex: 0 0 25%;
|
|
1940
|
+
max-width: 25%;
|
|
1941
|
+
}
|
|
1942
|
+
.dapp-core-component__main__col-xl-4 {
|
|
1943
|
+
flex: 0 0 33.3333333333%;
|
|
1944
|
+
max-width: 33.3333333333%;
|
|
1945
|
+
}
|
|
1946
|
+
.dapp-core-component__main__col-xl-5 {
|
|
1947
|
+
flex: 0 0 41.6666666667%;
|
|
1948
|
+
max-width: 41.6666666667%;
|
|
1949
|
+
}
|
|
1950
|
+
.dapp-core-component__main__col-xl-6 {
|
|
1951
|
+
flex: 0 0 50%;
|
|
1952
|
+
max-width: 50%;
|
|
1953
|
+
}
|
|
1954
|
+
.dapp-core-component__main__col-xl-7 {
|
|
1955
|
+
flex: 0 0 58.3333333333%;
|
|
1956
|
+
max-width: 58.3333333333%;
|
|
1957
|
+
}
|
|
1958
|
+
.dapp-core-component__main__col-xl-8 {
|
|
1959
|
+
flex: 0 0 66.6666666667%;
|
|
1960
|
+
max-width: 66.6666666667%;
|
|
1961
|
+
}
|
|
1962
|
+
.dapp-core-component__main__col-xl-9 {
|
|
1963
|
+
flex: 0 0 75%;
|
|
1964
|
+
max-width: 75%;
|
|
1965
|
+
}
|
|
1966
|
+
.dapp-core-component__main__col-xl-10 {
|
|
1967
|
+
flex: 0 0 83.3333333333%;
|
|
1968
|
+
max-width: 83.3333333333%;
|
|
1969
|
+
}
|
|
1970
|
+
.dapp-core-component__main__col-xl-11 {
|
|
1971
|
+
flex: 0 0 91.6666666667%;
|
|
1972
|
+
max-width: 91.6666666667%;
|
|
1973
|
+
}
|
|
1974
|
+
.dapp-core-component__main__col-xl-12 {
|
|
1975
|
+
flex: 0 0 100%;
|
|
1976
|
+
max-width: 100%;
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
.dapp-core-component__main__flex-row {
|
|
1980
|
+
flex-direction: row;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.dapp-core-component__main__flex-column {
|
|
1984
|
+
flex-direction: column;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.dapp-core-component__main__flex-row-reverse {
|
|
1988
|
+
flex-direction: row-reverse;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.dapp-core-component__main__flex-column-reverse {
|
|
1992
|
+
flex-direction: column-reverse;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.dapp-core-component__main__flex-wrap {
|
|
1996
|
+
flex-wrap: wrap;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.dapp-core-component__main__flex-nowrap {
|
|
2000
|
+
flex-wrap: nowrap;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.dapp-core-component__main__flex-wrap-reverse {
|
|
2004
|
+
flex-wrap: wrap-reverse;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.dapp-core-component__main__flex-fill {
|
|
2008
|
+
flex: 1 1 auto;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.dapp-core-component__main__flex-grow-0 {
|
|
2012
|
+
flex-grow: 0;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.dapp-core-component__main__flex-grow-1 {
|
|
2016
|
+
flex-grow: 1;
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.dapp-core-component__main__flex-shrink-0 {
|
|
2020
|
+
flex-shrink: 0;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.dapp-core-component__main__flex-shrink-1 {
|
|
2024
|
+
flex-shrink: 1;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.dapp-core-component__main__justify-content-start {
|
|
2028
|
+
justify-content: flex-start;
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.dapp-core-component__main__justify-content-end {
|
|
2032
|
+
justify-content: flex-end;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.dapp-core-component__main__justify-content-center {
|
|
2036
|
+
justify-content: center;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.dapp-core-component__main__justify-content-between {
|
|
2040
|
+
justify-content: space-between;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.dapp-core-component__main__justify-content-around {
|
|
2044
|
+
justify-content: space-around;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.dapp-core-component__main__align-items-start {
|
|
2048
|
+
align-items: flex-start;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
.dapp-core-component__main__align-items-end {
|
|
2052
|
+
align-items: flex-end;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
.dapp-core-component__main__align-items-center {
|
|
2056
|
+
align-items: center;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.dapp-core-component__main__align-items-baseline {
|
|
2060
|
+
align-items: baseline;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.dapp-core-component__main__align-items-stretch {
|
|
2064
|
+
align-items: stretch;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.dapp-core-component__main__align-content-start {
|
|
2068
|
+
align-content: flex-start;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.dapp-core-component__main__align-content-end {
|
|
2072
|
+
align-content: flex-end;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.dapp-core-component__main__align-content-center {
|
|
2076
|
+
align-content: center;
|
|
2077
|
+
}
|
|
2078
|
+
|
|
2079
|
+
.dapp-core-component__main__align-content-between {
|
|
2080
|
+
align-content: space-between;
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
.dapp-core-component__main__align-content-around {
|
|
2084
|
+
align-content: space-around;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.dapp-core-component__main__align-content-stretch {
|
|
2088
|
+
align-content: stretch;
|
|
2089
|
+
}
|
|
2090
|
+
|
|
2091
|
+
.dapp-core-component__main__align-self-auto {
|
|
2092
|
+
align-self: auto;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.dapp-core-component__main__align-self-start {
|
|
2096
|
+
align-self: flex-start;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.dapp-core-component__main__align-self-end {
|
|
2100
|
+
align-self: flex-end;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.dapp-core-component__main__align-self-center {
|
|
2104
|
+
align-self: center;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.dapp-core-component__main__align-self-baseline {
|
|
2108
|
+
align-self: baseline;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.dapp-core-component__main__align-self-stretch {
|
|
2112
|
+
align-self: stretch;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
@media (min-width: 576px) {
|
|
2116
|
+
.dapp-core-component__main__flex-sm-row {
|
|
2117
|
+
flex-direction: row;
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
@media (min-width: 992px) {
|
|
2122
|
+
.dapp-core-component__main__flex-lg-row {
|
|
2123
|
+
flex-direction: row;
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
@media (min-width: 992px) {
|
|
2128
|
+
.dapp-core-component__main__flex-lg-wrap {
|
|
2129
|
+
flex-wrap: wrap;
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.dapp-core-component__main__form-check {
|
|
2134
|
+
display: flex;
|
|
2135
|
+
align-items: center;
|
|
2136
|
+
justify-content: flex-start;
|
|
2137
|
+
width: auto;
|
|
2138
|
+
padding-left: 0;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
.dapp-core-component__main__form-check-label {
|
|
2142
|
+
margin-bottom: 0;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
.dapp-core-component__main__form-check-input {
|
|
2146
|
+
position: absolute;
|
|
2147
|
+
margin-top: 0.3rem;
|
|
2148
|
+
margin-left: -1.25rem;
|
|
2149
|
+
}
|
|
2150
|
+
.dapp-core-component__main__form-check-input[disabled] ~ .dapp-core-component__main__form-check-label, .dapp-core-component__main__form-check-input:disabled ~ .dapp-core-component__main__form-check-label {
|
|
2151
|
+
color: #6c757d;
|
|
2152
|
+
}
|
|
2153
|
+
|
|
2154
|
+
.dapp-core-component__main__form-group {
|
|
2155
|
+
display: flex;
|
|
2156
|
+
flex: 0 0 auto;
|
|
2157
|
+
flex-flow: row wrap;
|
|
2158
|
+
align-items: center;
|
|
2159
|
+
margin-bottom: 0;
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
.dapp-core-component__main__form-control {
|
|
2163
|
+
display: block;
|
|
2164
|
+
width: 100%;
|
|
2165
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
2166
|
+
padding: 0.375rem 0.75rem;
|
|
2167
|
+
font-size: 1rem;
|
|
2168
|
+
font-weight: 400;
|
|
2169
|
+
line-height: 1.5;
|
|
2170
|
+
color: #495057;
|
|
2171
|
+
background-color: #fff;
|
|
2172
|
+
background-clip: padding-box;
|
|
2173
|
+
border: 1px solid #ced4da;
|
|
2174
|
+
border-radius: 0.25rem;
|
|
2175
|
+
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
.dapp-core-component__main__form-label {
|
|
2179
|
+
padding-top: calc(0.375rem + 1px);
|
|
2180
|
+
padding-bottom: calc(0.375rem + 1px);
|
|
2181
|
+
margin-bottom: 0;
|
|
2182
|
+
font-size: inherit;
|
|
2183
|
+
line-height: 1.5;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
input,
|
|
2187
|
+
button,
|
|
2188
|
+
select,
|
|
2189
|
+
optgroup,
|
|
2190
|
+
textarea {
|
|
2191
|
+
margin: 0;
|
|
2192
|
+
font-family: inherit;
|
|
2193
|
+
font-size: inherit;
|
|
2194
|
+
line-height: inherit;
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
.dapp-core-component__main__form-group {
|
|
2198
|
+
margin-bottom: 1rem;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
.dapp-core-component__main__form-text {
|
|
2202
|
+
display: block;
|
|
2203
|
+
margin-top: 0.25rem;
|
|
2204
|
+
color: inherit;
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
.dapp-core-component__main__border {
|
|
2208
|
+
border: 1px solid #dee2e6;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.dapp-core-component__main__border-top {
|
|
2212
|
+
border-top: 1px solid #dee2e6;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
.dapp-core-component__main__border-right {
|
|
2216
|
+
border-right: 1px solid #dee2e6;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
.dapp-core-component__main__border-bottom {
|
|
2220
|
+
border-bottom: 1px solid #dee2e6;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.dapp-core-component__main__border-left {
|
|
2224
|
+
border-left: 1px solid #dee2e6;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
.dapp-core-component__main__border-0 {
|
|
2228
|
+
border: 0;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
.dapp-core-component__main__border-top-0 {
|
|
2232
|
+
border-top: 0;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.dapp-core-component__main__border-right-0 {
|
|
2236
|
+
border-right: 0;
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
.dapp-core-component__main__border-bottom-0 {
|
|
2240
|
+
border-bottom: 0;
|
|
2241
|
+
}
|
|
2242
|
+
|
|
2243
|
+
.dapp-core-component__main__border-left-0 {
|
|
2244
|
+
border-left: 0;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.dapp-core-component__main__rounded-sm {
|
|
2248
|
+
border-radius: 0.2rem;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.dapp-core-component__main__rounded {
|
|
2252
|
+
border-radius: 0.25rem;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
.dapp-core-component__main__rounded-top {
|
|
2256
|
+
border-top-left-radius: 0.25rem;
|
|
2257
|
+
border-top-right-radius: 0.25rem;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.dapp-core-component__main__rounded-right {
|
|
2261
|
+
border-top-right-radius: 0.25rem;
|
|
2262
|
+
border-bottom-right-radius: 0.25rem;
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
.dapp-core-component__main__rounded-bottom {
|
|
2266
|
+
border-bottom-right-radius: 0.25rem;
|
|
2267
|
+
border-bottom-left-radius: 0.25rem;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
.dapp-core-component__main__rounded-left {
|
|
2271
|
+
border-top-left-radius: 0.25rem;
|
|
2272
|
+
border-bottom-left-radius: 0.25rem;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.dapp-core-component__main__rounded-lg {
|
|
2276
|
+
border-radius: 0.3rem;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
.dapp-core-component__main__rounded-circle {
|
|
2280
|
+
border-radius: 50%;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
.dapp-core-component__main__rounded-pill {
|
|
2284
|
+
border-radius: 50rem;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
.dapp-core-component__main__rounded-0 {
|
|
2288
|
+
border-radius: 0;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.dapp-core-component__main__h1,
|
|
2292
|
+
.dapp-core-component__main__h2,
|
|
2293
|
+
.dapp-core-component__main__h3,
|
|
2294
|
+
.dapp-core-component__main__h4,
|
|
2295
|
+
.dapp-core-component__main__h5,
|
|
2296
|
+
.dapp-core-component__main__h6 {
|
|
2297
|
+
margin-bottom: 0.5rem;
|
|
2298
|
+
font-weight: 500;
|
|
2299
|
+
line-height: 1.2;
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.dapp-core-component__main__h1 {
|
|
2303
|
+
font-size: 2.5rem;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
.dapp-core-component__main__h2 {
|
|
2307
|
+
font-size: 2rem;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
.dapp-core-component__main__h3 {
|
|
2311
|
+
font-size: 1.75rem;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2314
|
+
.dapp-core-component__main__h4 {
|
|
2315
|
+
font-size: 1.5rem;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
.dapp-core-component__main__h5 {
|
|
2319
|
+
font-size: 1.25rem;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.dapp-core-component__main__h6 {
|
|
2323
|
+
font-size: 1rem;
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
.dapp-core-component__main__lead {
|
|
2327
|
+
font-size: 1.25rem;
|
|
2328
|
+
font-weight: 300;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.dapp-core-component__main__bg-primary {
|
|
2332
|
+
background-color: #1b46c2;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.dapp-core-component__main__bg-warning,
|
|
2336
|
+
.dapp-core-component__main__warning {
|
|
2337
|
+
background-color: #f0ad4e;
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
.dapp-core-component__main__bg-danger,
|
|
2341
|
+
.dapp-core-component__main__danger {
|
|
2342
|
+
background-color: #d9534f;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.dapp-core-component__main__bg-success,
|
|
2346
|
+
.dapp-core-component__main__success {
|
|
2347
|
+
background-color: #5cb85c;
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
.dapp-core-component__main__position-relative {
|
|
2351
|
+
position: relative;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.dapp-core-component__main__position-absolute {
|
|
2355
|
+
position: absolute;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.dapp-core-component__main__w-25 {
|
|
2359
|
+
width: 25%;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.dapp-core-component__main__w-50 {
|
|
2363
|
+
width: 50%;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.dapp-core-component__main__w-75 {
|
|
2367
|
+
width: 75%;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.dapp-core-component__main__w-100 {
|
|
2371
|
+
width: 100%;
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
.dapp-core-component__main__w-auto {
|
|
2375
|
+
width: auto;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.dapp-core-component__main__h-25 {
|
|
2379
|
+
height: 25%;
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.dapp-core-component__main__h-50 {
|
|
2383
|
+
height: 50%;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.dapp-core-component__main__h-75 {
|
|
2387
|
+
height: 75%;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.dapp-core-component__main__h-100 {
|
|
2391
|
+
height: 100%;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.dapp-core-component__main__h-auto {
|
|
2395
|
+
height: auto;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.dapp-core-component__main__mw-100 {
|
|
2399
|
+
max-width: 100%;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.dapp-core-component__main__mh-100 {
|
|
2403
|
+
max-height: 100%;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.dapp-core-component__main__min-vw-100 {
|
|
2407
|
+
min-width: 100vw;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
.dapp-core-component__main__min-vh-100 {
|
|
2411
|
+
min-height: 100vh;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.dapp-core-component__main__vw-100 {
|
|
2415
|
+
width: 100vw;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.dapp-core-component__main__vh-100 {
|
|
2419
|
+
height: 100vh;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
@media (min-width: 768px) {
|
|
2423
|
+
.dapp-core-component__main__w-md-auto {
|
|
2424
|
+
width: auto;
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
.dapp-core-component__main__locked-icon {
|
|
2429
|
+
color: inherit;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
.dapp-core-component__main__shadow-sm {
|
|
2433
|
+
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
.dapp-core-component__main__shadow {
|
|
2437
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.dapp-core-component__main__shadow-lg {
|
|
2441
|
+
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.dapp-core-component__main__shadow-none {
|
|
2445
|
+
box-shadow: none;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.dapp-core-component__main__d-none {
|
|
2449
|
+
display: none;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.dapp-core-component__main__d-inline {
|
|
2453
|
+
display: inline;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.dapp-core-component__main__d-inline-block {
|
|
2457
|
+
display: inline-block;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.dapp-core-component__main__d-block {
|
|
2461
|
+
display: block;
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.dapp-core-component__main__d-table {
|
|
2465
|
+
display: table;
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
.dapp-core-component__main__d-table-row {
|
|
2469
|
+
display: table-row;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
.dapp-core-component__main__d-table-cell {
|
|
2473
|
+
display: table-cell;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
.dapp-core-component__main__d-flex {
|
|
2477
|
+
display: -ms-flexbox;
|
|
2478
|
+
display: flex;
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.dapp-core-component__main__d-inline-flex {
|
|
2482
|
+
display: -ms-inline-flexbox;
|
|
2483
|
+
display: inline-flex;
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
@media (min-width: 576px) {
|
|
2487
|
+
.dapp-core-component__main__d-sm-flex {
|
|
2488
|
+
display: flex;
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
.dapp-core-component__main__table {
|
|
2493
|
+
width: 100%;
|
|
2494
|
+
margin-bottom: 1rem;
|
|
2495
|
+
color: #212529;
|
|
2496
|
+
}
|
|
2497
|
+
.dapp-core-component__main__table th,
|
|
2498
|
+
.dapp-core-component__main__table td {
|
|
2499
|
+
padding: 0.75rem;
|
|
2500
|
+
vertical-align: top;
|
|
2501
|
+
border-top: 1px solid #dee2e6;
|
|
2502
|
+
}
|
|
2503
|
+
.dapp-core-component__main__table thead th {
|
|
2504
|
+
vertical-align: bottom;
|
|
2505
|
+
border-bottom: 2px solid #dee2e6;
|
|
2506
|
+
}
|
|
2507
|
+
.dapp-core-component__main__table tbody + tbody {
|
|
2508
|
+
border-top: 2px solid #dee2e6;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
.dapp-core-component__main__table-sm th,
|
|
2512
|
+
.dapp-core-component__main__table-sm td {
|
|
2513
|
+
padding: 0.3rem;
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
.dapp-core-component__main__table-bordered {
|
|
2517
|
+
border: 1px solid #dee2e6;
|
|
2518
|
+
}
|
|
2519
|
+
.dapp-core-component__main__table-bordered th,
|
|
2520
|
+
.dapp-core-component__main__table-bordered td {
|
|
2521
|
+
border: 1px solid #dee2e6;
|
|
2522
|
+
}
|
|
2523
|
+
.dapp-core-component__main__table-bordered thead th,
|
|
2524
|
+
.dapp-core-component__main__table-bordered thead td {
|
|
2525
|
+
border-bottom-width: 2px;
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
.dapp-core-component__main__table-borderless th,
|
|
2529
|
+
.dapp-core-component__main__table-borderless td,
|
|
2530
|
+
.dapp-core-component__main__table-borderless thead th,
|
|
2531
|
+
.dapp-core-component__main__table-borderless tbody + tbody {
|
|
2532
|
+
border: 0;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
|
|
2536
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
.dapp-core-component__main__table .dapp-core-component__main__thead-dark th {
|
|
2540
|
+
color: #fff;
|
|
2541
|
+
background-color: #343a40;
|
|
2542
|
+
border-color: #454d55;
|
|
2543
|
+
}
|
|
2544
|
+
.dapp-core-component__main__table .dapp-core-component__main__thead-light th {
|
|
2545
|
+
color: #495057;
|
|
2546
|
+
background-color: #e9ecef;
|
|
2547
|
+
border-color: #dee2e6;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.dapp-core-component__main__table-dark {
|
|
2551
|
+
color: #fff;
|
|
2552
|
+
background-color: #343a40;
|
|
2553
|
+
}
|
|
2554
|
+
.dapp-core-component__main__table-dark th,
|
|
2555
|
+
.dapp-core-component__main__table-dark td,
|
|
2556
|
+
.dapp-core-component__main__table-dark thead th {
|
|
2557
|
+
border-color: #454d55;
|
|
2558
|
+
}
|
|
2559
|
+
.dapp-core-component__main__table-dark.dapp-core-component__main__table-bordered {
|
|
2560
|
+
border: 0;
|
|
2561
|
+
}
|
|
2562
|
+
.dapp-core-component__main__table-dark.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
|
|
2563
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
2564
|
+
}
|
|
2565
|
+
.dapp-core-component__main__table-dark.dapp-core-component__main__table-hover tbody tr {
|
|
2566
|
+
color: #fff;
|
|
2567
|
+
background-color: rgba(255, 255, 255, 0.075);
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
.dapp-core-component__main__table-responsive {
|
|
2571
|
+
display: block;
|
|
2572
|
+
width: 100%;
|
|
2573
|
+
overflow-x: auto;
|
|
2574
|
+
-webkit-overflow-scrolling: touch;
|
|
2575
|
+
}
|
|
2576
|
+
.dapp-core-component__main__table-responsive > .dapp-core-component__main__table-bordered {
|
|
2577
|
+
border: 0;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
@media (max-width: 767.98px) {
|
|
2581
|
+
.dapp-core-component__main__transactions.dapp-core-component__main__table .dapp-core-component__main__transaction-hash .dapp-core-component__main__trim {
|
|
2582
|
+
max-width: 8rem;
|
|
2583
|
+
}
|
|
2584
|
+
}
|
|
2585
|
+
.dapp-core-component__main__font-weight-light {
|
|
2586
|
+
font-weight: 300;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.dapp-core-component__main__font-weight-lighter {
|
|
2590
|
+
font-weight: lighter;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
.dapp-core-component__main__font-weight-normal {
|
|
2594
|
+
font-weight: 400;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
.dapp-core-component__main__font-weight-medium {
|
|
2598
|
+
font-weight: 500;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.dapp-core-component__main__font-weight-bold {
|
|
2602
|
+
font-weight: 700;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
.dapp-core-component__main__font-weight-bolder {
|
|
2606
|
+
font-weight: bolder;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.dapp-core-component__main__font-italic {
|
|
2610
|
+
font-style: italic;
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
.dapp-core-component__main__icon-state {
|
|
2614
|
+
display: flex;
|
|
2615
|
+
align-items: center;
|
|
2616
|
+
justify-content: center;
|
|
2617
|
+
width: 6rem;
|
|
2618
|
+
height: 6rem;
|
|
2619
|
+
border-radius: 50%;
|
|
2620
|
+
}
|
|
2621
|
+
.dapp-core-component__main__icon-state.dapp-core-component__main__half {
|
|
2622
|
+
width: 3rem;
|
|
2623
|
+
height: 3rem;
|
|
2624
|
+
}
|
|
2625
|
+
|
|
2626
|
+
.dapp-core-component__main__side-icon {
|
|
2627
|
+
width: 1.5rem;
|
|
2628
|
+
height: 1.5rem;
|
|
2629
|
+
min-width: 1.5rem;
|
|
2630
|
+
min-height: 1.5rem;
|
|
2631
|
+
color: transparent;
|
|
2632
|
+
border-radius: 50%;
|
|
2633
|
+
overflow: hidden;
|
|
2634
|
+
border: 1px solid #dee2e6;
|
|
2635
|
+
}
|
|
2636
|
+
.dapp-core-component__main__side-icon svg {
|
|
2637
|
+
color: #cacbcc;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
div.dapp-core-component__main__side-icon {
|
|
2641
|
+
display: flex;
|
|
2642
|
+
align-items: center;
|
|
2643
|
+
justify-content: center;
|
|
2644
|
+
}
|
|
2645
|
+
div.dapp-core-component__main__side-icon img {
|
|
2646
|
+
transform: scale(0.75);
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.dapp-core-component__main__toast-messages {
|
|
2650
|
+
position: fixed;
|
|
2651
|
+
bottom: 1rem;
|
|
2652
|
+
left: 1rem;
|
|
2653
|
+
right: 1rem;
|
|
2654
|
+
z-index: 9999;
|
|
2655
|
+
}
|
|
2656
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast {
|
|
2657
|
+
display: block;
|
|
2658
|
+
flex-basis: 4rem;
|
|
2659
|
+
width: 100%;
|
|
2660
|
+
max-width: 28.875rem;
|
|
2661
|
+
transition: transform 0.3s ease-in-out;
|
|
2662
|
+
transform: translateX(120%);
|
|
2663
|
+
background-color: #fff;
|
|
2664
|
+
border-radius: 0.25rem;
|
|
2665
|
+
border-color: #dee2e6;
|
|
2666
|
+
}
|
|
2667
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__clickable {
|
|
2668
|
+
cursor: pointer;
|
|
2669
|
+
}
|
|
2670
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible {
|
|
2671
|
+
margin-bottom: 0.3rem;
|
|
2672
|
+
transform: translateX(0);
|
|
2673
|
+
}
|
|
2674
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress {
|
|
2675
|
+
background-color: rgba(0, 0, 0, 0);
|
|
2676
|
+
height: inherit;
|
|
2677
|
+
font-size: inherit;
|
|
2678
|
+
line-height: inherit;
|
|
2679
|
+
}
|
|
2680
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar {
|
|
2681
|
+
background-color: rgba(108, 117, 125, 0.2);
|
|
2682
|
+
}
|
|
2683
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress .dapp-core-component__main__progress-bar .dapp-core-component__main__content-height {
|
|
2684
|
+
z-index: -1;
|
|
2685
|
+
visibility: hidden;
|
|
2686
|
+
width: 0;
|
|
2687
|
+
}
|
|
2688
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast .dapp-core-component__main__tx-description {
|
|
2689
|
+
margin-bottom: 0.2rem;
|
|
2690
|
+
}
|
|
2691
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__close {
|
|
2692
|
+
opacity: 1;
|
|
2693
|
+
}
|
|
2694
|
+
.dapp-core-component__main__toast-messages .dapp-core-component__main__close svg {
|
|
2695
|
+
color: #6c757d;
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__textarea {
|
|
2699
|
+
-moz-appearance: textfield-multiline;
|
|
2700
|
+
-webkit-appearance: textarea;
|
|
2701
|
+
border: 1px solid #000;
|
|
2702
|
+
background-color: #fff;
|
|
2703
|
+
border-radius: 5px;
|
|
2704
|
+
font: medium -moz-fixed;
|
|
2705
|
+
font-size: 0.8125rem;
|
|
2706
|
+
min-height: 5rem;
|
|
2707
|
+
overflow: auto;
|
|
2708
|
+
padding: 0.375rem 0.75rem;
|
|
2709
|
+
resize: both;
|
|
2710
|
+
}
|
|
2711
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__textarea:hover {
|
|
2712
|
+
border: 1px solid #000;
|
|
2713
|
+
}
|
|
2714
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__textarea .dapp-core-component__main__highlighted {
|
|
2715
|
+
font-size: 1rem;
|
|
2716
|
+
}
|
|
2717
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__textarea.dapp-core-component__main__sc-call {
|
|
2718
|
+
min-height: 3rem;
|
|
2719
|
+
}
|
|
2720
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__form-control:disabled,
|
|
2721
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__form-control[readonly] {
|
|
2722
|
+
background-color: #fafafa;
|
|
2723
|
+
}
|
|
2724
|
+
.dapp-core-component__main__data-field .dapp-core-component__main__small-font {
|
|
2725
|
+
font-size: 0.8125rem;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.dapp-core-component__main__progress-steps {
|
|
2729
|
+
display: flex;
|
|
2730
|
+
}
|
|
2731
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps {
|
|
2732
|
+
display: flex;
|
|
2733
|
+
}
|
|
2734
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps hr {
|
|
2735
|
+
background-color: #6c757d;
|
|
2736
|
+
border-color: #dee2e6;
|
|
2737
|
+
z-index: 2;
|
|
2738
|
+
}
|
|
2739
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot {
|
|
2740
|
+
height: 0.625rem;
|
|
2741
|
+
width: 0.625rem;
|
|
2742
|
+
border-radius: 50%;
|
|
2743
|
+
margin: 0 1rem;
|
|
2744
|
+
z-index: 5;
|
|
2745
|
+
background-color: #6c757d;
|
|
2746
|
+
}
|
|
2747
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:first-of-type {
|
|
2748
|
+
margin-left: 0;
|
|
2749
|
+
}
|
|
2750
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:last-of-type {
|
|
2751
|
+
margin-right: 0;
|
|
2752
|
+
}
|
|
2753
|
+
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot.dapp-core-component__main__bg-primary {
|
|
2754
|
+
background-color: #1b46c2;
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
a.dapp-core-component__main__side-link::after {
|
|
2758
|
+
right: 0;
|
|
2759
|
+
left: unset;
|
|
2760
|
+
width: calc(100% - 1.85rem);
|
|
2761
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(bl));var N={"link-style":"dapp-core-component__main__link-style",linkStyle:"dapp-core-component__main__link-style","link-second-style":"dapp-core-component__main__link-second-style",linkSecondStyle:"dapp-core-component__main__link-second-style",wrapper:"dapp-core-component__main__wrapper","opacity-6":"dapp-core-component__main__opacity-6",opacity6:"dapp-core-component__main__opacity-6","qr-code-svg-container":"dapp-core-component__main__qr-code-svg-container",qrCodeSvgContainer:"dapp-core-component__main__qr-code-svg-container","pair-list":"dapp-core-component__main__pair-list",pairList:"dapp-core-component__main__pair-list","pair-loader":"dapp-core-component__main__pair-loader",pairLoader:"dapp-core-component__main__pair-loader","pair-image":"dapp-core-component__main__pair-image",pairImage:"dapp-core-component__main__pair-image","pair-remove":"dapp-core-component__main__pair-remove",pairRemove:"dapp-core-component__main__pair-remove","dapp-icon":"dapp-core-component__main__dapp-icon",dappIcon:"dapp-core-component__main__dapp-icon","icon-medium":"dapp-core-component__main__icon-medium",iconMedium:"dapp-core-component__main__icon-medium",centering:"dapp-core-component__main__centering","border-n":"dapp-core-component__main__border-n",borderN:"dapp-core-component__main__border-n","t-shadow":"dapp-core-component__main__t-shadow",tShadow:"dapp-core-component__main__t-shadow",btn:"dapp-core-component__main__btn",media:"dapp-core-component__main__media","media-body":"dapp-core-component__main__media-body",mediaBody:"dapp-core-component__main__media-body","connect-btns":"dapp-core-component__main__connect-btns",connectBtns:"dapp-core-component__main__connect-btns",info:"dapp-core-component__main__info","trust-badge":"dapp-core-component__main__trust-badge",trustBadge:"dapp-core-component__main__trust-badge",navbar:"dapp-core-component__main__navbar","dapp-name":"dapp-core-component__main__dapp-name",dappName:"dapp-core-component__main__dapp-name","action-btn":"dapp-core-component__main__action-btn",actionBtn:"dapp-core-component__main__action-btn",transactions:"dapp-core-component__main__transactions","transaction-icon":"dapp-core-component__main__transaction-icon",transactionIcon:"dapp-core-component__main__transaction-icon",table:"dapp-core-component__main__table","page-state":"dapp-core-component__main__page-state",pageState:"dapp-core-component__main__page-state","lds-ellipsis":"dapp-core-component__main__lds-ellipsis",ldsEllipsis:"dapp-core-component__main__lds-ellipsis","bg-blue":"dapp-core-component__main__bg-blue",bgBlue:"dapp-core-component__main__bg-blue","lds-ellipsis1":"dapp-core-component__main__lds-ellipsis1",ldsEllipsis1:"dapp-core-component__main__lds-ellipsis1","lds-ellipsis2":"dapp-core-component__main__lds-ellipsis2",ldsEllipsis2:"dapp-core-component__main__lds-ellipsis2","lds-ellipsis3":"dapp-core-component__main__lds-ellipsis3",ldsEllipsis3:"dapp-core-component__main__lds-ellipsis3",focus:"dapp-core-component__main__focus",disabled:"dapp-core-component__main__disabled","btn-primary":"dapp-core-component__main__btn-primary",btnPrimary:"dapp-core-component__main__btn-primary","btn-secondary":"dapp-core-component__main__btn-secondary",btnSecondary:"dapp-core-component__main__btn-secondary","btn-warning":"dapp-core-component__main__btn-warning",btnWarning:"dapp-core-component__main__btn-warning","btn-dark":"dapp-core-component__main__btn-dark",btnDark:"dapp-core-component__main__btn-dark","btn-link":"dapp-core-component__main__btn-link",btnLink:"dapp-core-component__main__btn-link","btn-light":"dapp-core-component__main__btn-light",btnLight:"dapp-core-component__main__btn-light",badge:"dapp-core-component__main__badge","badge-pill":"dapp-core-component__main__badge-pill",badgePill:"dapp-core-component__main__badge-pill","badge-primary":"dapp-core-component__main__badge-primary",badgePrimary:"dapp-core-component__main__badge-primary","badge-secondary":"dapp-core-component__main__badge-secondary",badgeSecondary:"dapp-core-component__main__badge-secondary","badge-success":"dapp-core-component__main__badge-success",badgeSuccess:"dapp-core-component__main__badge-success","badge-info":"dapp-core-component__main__badge-info",badgeInfo:"dapp-core-component__main__badge-info","badge-warning":"dapp-core-component__main__badge-warning",badgeWarning:"dapp-core-component__main__badge-warning","badge-danger":"dapp-core-component__main__badge-danger",badgeDanger:"dapp-core-component__main__badge-danger","badge-light":"dapp-core-component__main__badge-light",badgeLight:"dapp-core-component__main__badge-light","badge-dark":"dapp-core-component__main__badge-dark",badgeDark:"dapp-core-component__main__badge-dark",card:"dapp-core-component__main__card","list-group":"dapp-core-component__main__list-group",listGroup:"dapp-core-component__main__list-group","card-header":"dapp-core-component__main__card-header",cardHeader:"dapp-core-component__main__card-header","card-footer":"dapp-core-component__main__card-footer",cardFooter:"dapp-core-component__main__card-footer","card-header-item":"dapp-core-component__main__card-header-item",cardHeaderItem:"dapp-core-component__main__card-header-item",h6:"dapp-core-component__main__h6",compact:"dapp-core-component__main__compact","card-body":"dapp-core-component__main__card-body",cardBody:"dapp-core-component__main__card-body","card-title":"dapp-core-component__main__card-title",cardTitle:"dapp-core-component__main__card-title","card-subtitle":"dapp-core-component__main__card-subtitle",cardSubtitle:"dapp-core-component__main__card-subtitle","card-text":"dapp-core-component__main__card-text",cardText:"dapp-core-component__main__card-text","card-link":"dapp-core-component__main__card-link",cardLink:"dapp-core-component__main__card-link",text:"dapp-core-component__main__text","text-white":"dapp-core-component__main__text-white",textWhite:"dapp-core-component__main__text-white","text-monospace":"dapp-core-component__main__text-monospace",textMonospace:"dapp-core-component__main__text-monospace","trim-size-xl":"dapp-core-component__main__trim-size-xl",trimSizeXl:"dapp-core-component__main__trim-size-xl",trim:"dapp-core-component__main__trim","trim-only-sm":"dapp-core-component__main__trim-only-sm",trimOnlySm:"dapp-core-component__main__trim-only-sm","text-justify":"dapp-core-component__main__text-justify",textJustify:"dapp-core-component__main__text-justify","text-wrap":"dapp-core-component__main__text-wrap",textWrap:"dapp-core-component__main__text-wrap","text-nowrap":"dapp-core-component__main__text-nowrap",textNowrap:"dapp-core-component__main__text-nowrap","text-truncate":"dapp-core-component__main__text-truncate",textTruncate:"dapp-core-component__main__text-truncate","text-left":"dapp-core-component__main__text-left",textLeft:"dapp-core-component__main__text-left","text-right":"dapp-core-component__main__text-right",textRight:"dapp-core-component__main__text-right","text-center":"dapp-core-component__main__text-center",textCenter:"dapp-core-component__main__text-center","text-primary":"dapp-core-component__main__text-primary",textPrimary:"dapp-core-component__main__text-primary","text-secondary":"dapp-core-component__main__text-secondary",textSecondary:"dapp-core-component__main__text-secondary","text-primary-highlight":"dapp-core-component__main__text-primary-highlight",textPrimaryHighlight:"dapp-core-component__main__text-primary-highlight","text-muted":"dapp-core-component__main__text-muted",textMuted:"dapp-core-component__main__text-muted","text-success":"dapp-core-component__main__text-success",textSuccess:"dapp-core-component__main__text-success","text-body":"dapp-core-component__main__text-body",textBody:"dapp-core-component__main__text-body","text-black-50":"dapp-core-component__main__text-black-50",textBlack50:"dapp-core-component__main__text-black-50","text-white-50":"dapp-core-component__main__text-white-50",textWhite50:"dapp-core-component__main__text-white-50","text-lg-right":"dapp-core-component__main__text-lg-right",textLgRight:"dapp-core-component__main__text-lg-right","text-hide":"dapp-core-component__main__text-hide",textHide:"dapp-core-component__main__text-hide","text-decoration-none":"dapp-core-component__main__text-decoration-none",textDecorationNone:"dapp-core-component__main__text-decoration-none","text-break":"dapp-core-component__main__text-break",textBreak:"dapp-core-component__main__text-break","text-reset":"dapp-core-component__main__text-reset",textReset:"dapp-core-component__main__text-reset","text-lowercase":"dapp-core-component__main__text-lowercase",textLowercase:"dapp-core-component__main__text-lowercase","text-uppercase":"dapp-core-component__main__text-uppercase",textUppercase:"dapp-core-component__main__text-uppercase","text-capitalize":"dapp-core-component__main__text-capitalize",textCapitalize:"dapp-core-component__main__text-capitalize","text-danger":"dapp-core-component__main__text-danger",textDanger:"dapp-core-component__main__text-danger","text-warning":"dapp-core-component__main__text-warning",textWarning:"dapp-core-component__main__text-warning","trim-fs-sm":"dapp-core-component__main__trim-fs-sm",trimFsSm:"dapp-core-component__main__trim-fs-sm","mx-auto":"dapp-core-component__main__mx-auto",mxAuto:"dapp-core-component__main__mx-auto","m-0":"dapp-core-component__main__m-0",m0:"dapp-core-component__main__m-0","mt-0":"dapp-core-component__main__mt-0",mt0:"dapp-core-component__main__mt-0","my-0":"dapp-core-component__main__my-0",my0:"dapp-core-component__main__my-0","mr-0":"dapp-core-component__main__mr-0",mr0:"dapp-core-component__main__mr-0","mx-0":"dapp-core-component__main__mx-0",mx0:"dapp-core-component__main__mx-0","mb-0":"dapp-core-component__main__mb-0",mb0:"dapp-core-component__main__mb-0","ml-0":"dapp-core-component__main__ml-0",ml0:"dapp-core-component__main__ml-0","m-1":"dapp-core-component__main__m-1",m1:"dapp-core-component__main__m-1","mt-1":"dapp-core-component__main__mt-1",mt1:"dapp-core-component__main__mt-1","my-1":"dapp-core-component__main__my-1",my1:"dapp-core-component__main__my-1","mr-1":"dapp-core-component__main__mr-1",mr1:"dapp-core-component__main__mr-1","mx-1":"dapp-core-component__main__mx-1",mx1:"dapp-core-component__main__mx-1","mb-1":"dapp-core-component__main__mb-1",mb1:"dapp-core-component__main__mb-1","ml-1":"dapp-core-component__main__ml-1",ml1:"dapp-core-component__main__ml-1","m-2":"dapp-core-component__main__m-2",m2:"dapp-core-component__main__m-2","mt-2":"dapp-core-component__main__mt-2",mt2:"dapp-core-component__main__mt-2","my-2":"dapp-core-component__main__my-2",my2:"dapp-core-component__main__my-2","mr-2":"dapp-core-component__main__mr-2",mr2:"dapp-core-component__main__mr-2","mx-2":"dapp-core-component__main__mx-2",mx2:"dapp-core-component__main__mx-2","mb-2":"dapp-core-component__main__mb-2",mb2:"dapp-core-component__main__mb-2","ml-2":"dapp-core-component__main__ml-2",ml2:"dapp-core-component__main__ml-2","m-3":"dapp-core-component__main__m-3",m3:"dapp-core-component__main__m-3","mt-3":"dapp-core-component__main__mt-3",mt3:"dapp-core-component__main__mt-3","my-3":"dapp-core-component__main__my-3",my3:"dapp-core-component__main__my-3","mr-3":"dapp-core-component__main__mr-3",mr3:"dapp-core-component__main__mr-3","mx-3":"dapp-core-component__main__mx-3",mx3:"dapp-core-component__main__mx-3","mb-3":"dapp-core-component__main__mb-3",mb3:"dapp-core-component__main__mb-3","ml-3":"dapp-core-component__main__ml-3",ml3:"dapp-core-component__main__ml-3","m-4":"dapp-core-component__main__m-4",m4:"dapp-core-component__main__m-4","mt-4":"dapp-core-component__main__mt-4",mt4:"dapp-core-component__main__mt-4","my-4":"dapp-core-component__main__my-4",my4:"dapp-core-component__main__my-4","mr-4":"dapp-core-component__main__mr-4",mr4:"dapp-core-component__main__mr-4","mx-4":"dapp-core-component__main__mx-4",mx4:"dapp-core-component__main__mx-4","mb-4":"dapp-core-component__main__mb-4",mb4:"dapp-core-component__main__mb-4","ml-4":"dapp-core-component__main__ml-4",ml4:"dapp-core-component__main__ml-4","m-5":"dapp-core-component__main__m-5",m5:"dapp-core-component__main__m-5","mt-5":"dapp-core-component__main__mt-5",mt5:"dapp-core-component__main__mt-5","my-5":"dapp-core-component__main__my-5",my5:"dapp-core-component__main__my-5","mr-5":"dapp-core-component__main__mr-5",mr5:"dapp-core-component__main__mr-5","mx-5":"dapp-core-component__main__mx-5",mx5:"dapp-core-component__main__mx-5","mb-5":"dapp-core-component__main__mb-5",mb5:"dapp-core-component__main__mb-5","ml-5":"dapp-core-component__main__ml-5",ml5:"dapp-core-component__main__ml-5","p-0":"dapp-core-component__main__p-0",p0:"dapp-core-component__main__p-0","pt-0":"dapp-core-component__main__pt-0",pt0:"dapp-core-component__main__pt-0","py-0":"dapp-core-component__main__py-0",py0:"dapp-core-component__main__py-0","pr-0":"dapp-core-component__main__pr-0",pr0:"dapp-core-component__main__pr-0","px-0":"dapp-core-component__main__px-0",px0:"dapp-core-component__main__px-0","pb-0":"dapp-core-component__main__pb-0",pb0:"dapp-core-component__main__pb-0","pl-0":"dapp-core-component__main__pl-0",pl0:"dapp-core-component__main__pl-0","p-1":"dapp-core-component__main__p-1",p1:"dapp-core-component__main__p-1","pt-1":"dapp-core-component__main__pt-1",pt1:"dapp-core-component__main__pt-1","py-1":"dapp-core-component__main__py-1",py1:"dapp-core-component__main__py-1","pr-1":"dapp-core-component__main__pr-1",pr1:"dapp-core-component__main__pr-1","px-1":"dapp-core-component__main__px-1",px1:"dapp-core-component__main__px-1","pb-1":"dapp-core-component__main__pb-1",pb1:"dapp-core-component__main__pb-1","pl-1":"dapp-core-component__main__pl-1",pl1:"dapp-core-component__main__pl-1","p-2":"dapp-core-component__main__p-2",p2:"dapp-core-component__main__p-2","pt-2":"dapp-core-component__main__pt-2",pt2:"dapp-core-component__main__pt-2","py-2":"dapp-core-component__main__py-2",py2:"dapp-core-component__main__py-2","pr-2":"dapp-core-component__main__pr-2",pr2:"dapp-core-component__main__pr-2","px-2":"dapp-core-component__main__px-2",px2:"dapp-core-component__main__px-2","pb-2":"dapp-core-component__main__pb-2",pb2:"dapp-core-component__main__pb-2","pl-2":"dapp-core-component__main__pl-2",pl2:"dapp-core-component__main__pl-2","p-3":"dapp-core-component__main__p-3",p3:"dapp-core-component__main__p-3","pt-3":"dapp-core-component__main__pt-3",pt3:"dapp-core-component__main__pt-3","py-3":"dapp-core-component__main__py-3",py3:"dapp-core-component__main__py-3","pr-3":"dapp-core-component__main__pr-3",pr3:"dapp-core-component__main__pr-3","px-3":"dapp-core-component__main__px-3",px3:"dapp-core-component__main__px-3","pb-3":"dapp-core-component__main__pb-3",pb3:"dapp-core-component__main__pb-3","pl-3":"dapp-core-component__main__pl-3",pl3:"dapp-core-component__main__pl-3","p-4":"dapp-core-component__main__p-4",p4:"dapp-core-component__main__p-4","pt-4":"dapp-core-component__main__pt-4",pt4:"dapp-core-component__main__pt-4","py-4":"dapp-core-component__main__py-4",py4:"dapp-core-component__main__py-4","pr-4":"dapp-core-component__main__pr-4",pr4:"dapp-core-component__main__pr-4","px-4":"dapp-core-component__main__px-4",px4:"dapp-core-component__main__px-4","pb-4":"dapp-core-component__main__pb-4",pb4:"dapp-core-component__main__pb-4","pl-4":"dapp-core-component__main__pl-4",pl4:"dapp-core-component__main__pl-4","p-5":"dapp-core-component__main__p-5",p5:"dapp-core-component__main__p-5","pt-5":"dapp-core-component__main__pt-5",pt5:"dapp-core-component__main__pt-5","py-5":"dapp-core-component__main__py-5",py5:"dapp-core-component__main__py-5","pr-5":"dapp-core-component__main__pr-5",pr5:"dapp-core-component__main__pr-5","px-5":"dapp-core-component__main__px-5",px5:"dapp-core-component__main__px-5","pb-5":"dapp-core-component__main__pb-5",pb5:"dapp-core-component__main__pb-5","pl-5":"dapp-core-component__main__pl-5",pl5:"dapp-core-component__main__pl-5","m-n1":"dapp-core-component__main__m-n1",mN1:"dapp-core-component__main__m-n1","mt-n1":"dapp-core-component__main__mt-n1",mtN1:"dapp-core-component__main__mt-n1","my-n1":"dapp-core-component__main__my-n1",myN1:"dapp-core-component__main__my-n1","mr-n1":"dapp-core-component__main__mr-n1",mrN1:"dapp-core-component__main__mr-n1","mx-n1":"dapp-core-component__main__mx-n1",mxN1:"dapp-core-component__main__mx-n1","mb-n1":"dapp-core-component__main__mb-n1",mbN1:"dapp-core-component__main__mb-n1","ml-n1":"dapp-core-component__main__ml-n1",mlN1:"dapp-core-component__main__ml-n1","m-n2":"dapp-core-component__main__m-n2",mN2:"dapp-core-component__main__m-n2","mt-n2":"dapp-core-component__main__mt-n2",mtN2:"dapp-core-component__main__mt-n2","my-n2":"dapp-core-component__main__my-n2",myN2:"dapp-core-component__main__my-n2","mr-n2":"dapp-core-component__main__mr-n2",mrN2:"dapp-core-component__main__mr-n2","mx-n2":"dapp-core-component__main__mx-n2",mxN2:"dapp-core-component__main__mx-n2","mb-n2":"dapp-core-component__main__mb-n2",mbN2:"dapp-core-component__main__mb-n2","ml-n2":"dapp-core-component__main__ml-n2",mlN2:"dapp-core-component__main__ml-n2","m-n3":"dapp-core-component__main__m-n3",mN3:"dapp-core-component__main__m-n3","mt-n3":"dapp-core-component__main__mt-n3",mtN3:"dapp-core-component__main__mt-n3","my-n3":"dapp-core-component__main__my-n3",myN3:"dapp-core-component__main__my-n3","mr-n3":"dapp-core-component__main__mr-n3",mrN3:"dapp-core-component__main__mr-n3","mx-n3":"dapp-core-component__main__mx-n3",mxN3:"dapp-core-component__main__mx-n3","mb-n3":"dapp-core-component__main__mb-n3",mbN3:"dapp-core-component__main__mb-n3","ml-n3":"dapp-core-component__main__ml-n3",mlN3:"dapp-core-component__main__ml-n3","m-n4":"dapp-core-component__main__m-n4",mN4:"dapp-core-component__main__m-n4","mt-n4":"dapp-core-component__main__mt-n4",mtN4:"dapp-core-component__main__mt-n4","my-n4":"dapp-core-component__main__my-n4",myN4:"dapp-core-component__main__my-n4","mr-n4":"dapp-core-component__main__mr-n4",mrN4:"dapp-core-component__main__mr-n4","mx-n4":"dapp-core-component__main__mx-n4",mxN4:"dapp-core-component__main__mx-n4","mb-n4":"dapp-core-component__main__mb-n4",mbN4:"dapp-core-component__main__mb-n4","ml-n4":"dapp-core-component__main__ml-n4",mlN4:"dapp-core-component__main__ml-n4","m-n5":"dapp-core-component__main__m-n5",mN5:"dapp-core-component__main__m-n5","mt-n5":"dapp-core-component__main__mt-n5",mtN5:"dapp-core-component__main__mt-n5","my-n5":"dapp-core-component__main__my-n5",myN5:"dapp-core-component__main__my-n5","mr-n5":"dapp-core-component__main__mr-n5",mrN5:"dapp-core-component__main__mr-n5","mx-n5":"dapp-core-component__main__mx-n5",mxN5:"dapp-core-component__main__mx-n5","mb-n5":"dapp-core-component__main__mb-n5",mbN5:"dapp-core-component__main__mb-n5","ml-n5":"dapp-core-component__main__ml-n5",mlN5:"dapp-core-component__main__ml-n5","m-auto":"dapp-core-component__main__m-auto",mAuto:"dapp-core-component__main__m-auto","mt-auto":"dapp-core-component__main__mt-auto",mtAuto:"dapp-core-component__main__mt-auto","my-auto":"dapp-core-component__main__my-auto",myAuto:"dapp-core-component__main__my-auto","mr-auto":"dapp-core-component__main__mr-auto",mrAuto:"dapp-core-component__main__mr-auto","mb-auto":"dapp-core-component__main__mb-auto",mbAuto:"dapp-core-component__main__mb-auto","ml-auto":"dapp-core-component__main__ml-auto",mlAuto:"dapp-core-component__main__ml-auto","mr-lg-1":"dapp-core-component__main__mr-lg-1",mrLg1:"dapp-core-component__main__mr-lg-1","mr-lg-4":"dapp-core-component__main__mr-lg-4",mrLg4:"dapp-core-component__main__mr-lg-4","mx-lg-4":"dapp-core-component__main__mx-lg-4",mxLg4:"dapp-core-component__main__mx-lg-4","mb-xl-2":"dapp-core-component__main__mb-xl-2",mbXl2:"dapp-core-component__main__mb-xl-2","pr-sm-2":"dapp-core-component__main__pr-sm-2",prSm2:"dapp-core-component__main__pr-sm-2","px-sm-2":"dapp-core-component__main__px-sm-2",pxSm2:"dapp-core-component__main__px-sm-2","pr-xl-0":"dapp-core-component__main__pr-xl-0",prXl0:"dapp-core-component__main__pr-xl-0","px-xl-0":"dapp-core-component__main__px-xl-0",pxXl0:"dapp-core-component__main__px-xl-0",col:"dapp-core-component__main__col",row:"dapp-core-component__main__row","col-xl":"dapp-core-component__main__col-xl",colXl:"dapp-core-component__main__col-xl","col-xl-auto":"dapp-core-component__main__col-xl-auto",colXlAuto:"dapp-core-component__main__col-xl-auto","col-xl-12":"dapp-core-component__main__col-xl-12",colXl12:"dapp-core-component__main__col-xl-12","col-xl-11":"dapp-core-component__main__col-xl-11",colXl11:"dapp-core-component__main__col-xl-11","col-xl-10":"dapp-core-component__main__col-xl-10",colXl10:"dapp-core-component__main__col-xl-10","col-xl-9":"dapp-core-component__main__col-xl-9",colXl9:"dapp-core-component__main__col-xl-9","col-xl-8":"dapp-core-component__main__col-xl-8",colXl8:"dapp-core-component__main__col-xl-8","col-xl-7":"dapp-core-component__main__col-xl-7",colXl7:"dapp-core-component__main__col-xl-7","col-xl-6":"dapp-core-component__main__col-xl-6",colXl6:"dapp-core-component__main__col-xl-6","col-xl-5":"dapp-core-component__main__col-xl-5",colXl5:"dapp-core-component__main__col-xl-5","col-xl-4":"dapp-core-component__main__col-xl-4",colXl4:"dapp-core-component__main__col-xl-4","col-xl-3":"dapp-core-component__main__col-xl-3",colXl3:"dapp-core-component__main__col-xl-3","col-xl-2":"dapp-core-component__main__col-xl-2",colXl2:"dapp-core-component__main__col-xl-2","col-xl-1":"dapp-core-component__main__col-xl-1",colXl1:"dapp-core-component__main__col-xl-1","col-lg":"dapp-core-component__main__col-lg",colLg:"dapp-core-component__main__col-lg","col-lg-auto":"dapp-core-component__main__col-lg-auto",colLgAuto:"dapp-core-component__main__col-lg-auto","col-lg-12":"dapp-core-component__main__col-lg-12",colLg12:"dapp-core-component__main__col-lg-12","col-lg-11":"dapp-core-component__main__col-lg-11",colLg11:"dapp-core-component__main__col-lg-11","col-lg-10":"dapp-core-component__main__col-lg-10",colLg10:"dapp-core-component__main__col-lg-10","col-lg-9":"dapp-core-component__main__col-lg-9",colLg9:"dapp-core-component__main__col-lg-9","col-lg-8":"dapp-core-component__main__col-lg-8",colLg8:"dapp-core-component__main__col-lg-8","col-lg-7":"dapp-core-component__main__col-lg-7",colLg7:"dapp-core-component__main__col-lg-7","col-lg-6":"dapp-core-component__main__col-lg-6",colLg6:"dapp-core-component__main__col-lg-6","col-lg-5":"dapp-core-component__main__col-lg-5",colLg5:"dapp-core-component__main__col-lg-5","col-lg-4":"dapp-core-component__main__col-lg-4",colLg4:"dapp-core-component__main__col-lg-4","col-lg-3":"dapp-core-component__main__col-lg-3",colLg3:"dapp-core-component__main__col-lg-3","col-lg-2":"dapp-core-component__main__col-lg-2",colLg2:"dapp-core-component__main__col-lg-2","col-lg-1":"dapp-core-component__main__col-lg-1",colLg1:"dapp-core-component__main__col-lg-1","col-md":"dapp-core-component__main__col-md",colMd:"dapp-core-component__main__col-md","col-md-auto":"dapp-core-component__main__col-md-auto",colMdAuto:"dapp-core-component__main__col-md-auto","col-md-12":"dapp-core-component__main__col-md-12",colMd12:"dapp-core-component__main__col-md-12","col-md-11":"dapp-core-component__main__col-md-11",colMd11:"dapp-core-component__main__col-md-11","col-md-10":"dapp-core-component__main__col-md-10",colMd10:"dapp-core-component__main__col-md-10","col-md-9":"dapp-core-component__main__col-md-9",colMd9:"dapp-core-component__main__col-md-9","col-md-8":"dapp-core-component__main__col-md-8",colMd8:"dapp-core-component__main__col-md-8","col-md-7":"dapp-core-component__main__col-md-7",colMd7:"dapp-core-component__main__col-md-7","col-md-6":"dapp-core-component__main__col-md-6",colMd6:"dapp-core-component__main__col-md-6","col-md-5":"dapp-core-component__main__col-md-5",colMd5:"dapp-core-component__main__col-md-5","col-md-4":"dapp-core-component__main__col-md-4",colMd4:"dapp-core-component__main__col-md-4","col-md-3":"dapp-core-component__main__col-md-3",colMd3:"dapp-core-component__main__col-md-3","col-md-2":"dapp-core-component__main__col-md-2",colMd2:"dapp-core-component__main__col-md-2","col-md-1":"dapp-core-component__main__col-md-1",colMd1:"dapp-core-component__main__col-md-1","col-sm":"dapp-core-component__main__col-sm",colSm:"dapp-core-component__main__col-sm","col-sm-auto":"dapp-core-component__main__col-sm-auto",colSmAuto:"dapp-core-component__main__col-sm-auto","col-sm-12":"dapp-core-component__main__col-sm-12",colSm12:"dapp-core-component__main__col-sm-12","col-sm-11":"dapp-core-component__main__col-sm-11",colSm11:"dapp-core-component__main__col-sm-11","col-sm-10":"dapp-core-component__main__col-sm-10",colSm10:"dapp-core-component__main__col-sm-10","col-sm-9":"dapp-core-component__main__col-sm-9",colSm9:"dapp-core-component__main__col-sm-9","col-sm-8":"dapp-core-component__main__col-sm-8",colSm8:"dapp-core-component__main__col-sm-8","col-sm-7":"dapp-core-component__main__col-sm-7",colSm7:"dapp-core-component__main__col-sm-7","col-sm-6":"dapp-core-component__main__col-sm-6",colSm6:"dapp-core-component__main__col-sm-6","col-sm-5":"dapp-core-component__main__col-sm-5",colSm5:"dapp-core-component__main__col-sm-5","col-sm-4":"dapp-core-component__main__col-sm-4",colSm4:"dapp-core-component__main__col-sm-4","col-sm-3":"dapp-core-component__main__col-sm-3",colSm3:"dapp-core-component__main__col-sm-3","col-sm-2":"dapp-core-component__main__col-sm-2",colSm2:"dapp-core-component__main__col-sm-2","col-sm-1":"dapp-core-component__main__col-sm-1",colSm1:"dapp-core-component__main__col-sm-1","col-auto":"dapp-core-component__main__col-auto",colAuto:"dapp-core-component__main__col-auto","col-12":"dapp-core-component__main__col-12",col12:"dapp-core-component__main__col-12","col-11":"dapp-core-component__main__col-11",col11:"dapp-core-component__main__col-11","col-10":"dapp-core-component__main__col-10",col10:"dapp-core-component__main__col-10","col-9":"dapp-core-component__main__col-9",col9:"dapp-core-component__main__col-9","col-8":"dapp-core-component__main__col-8",col8:"dapp-core-component__main__col-8","col-7":"dapp-core-component__main__col-7",col7:"dapp-core-component__main__col-7","col-6":"dapp-core-component__main__col-6",col6:"dapp-core-component__main__col-6","col-5":"dapp-core-component__main__col-5",col5:"dapp-core-component__main__col-5","col-4":"dapp-core-component__main__col-4",col4:"dapp-core-component__main__col-4","col-3":"dapp-core-component__main__col-3",col3:"dapp-core-component__main__col-3","col-2":"dapp-core-component__main__col-2",col2:"dapp-core-component__main__col-2","col-1":"dapp-core-component__main__col-1",col1:"dapp-core-component__main__col-1","flex-row":"dapp-core-component__main__flex-row",flexRow:"dapp-core-component__main__flex-row","flex-column":"dapp-core-component__main__flex-column",flexColumn:"dapp-core-component__main__flex-column","flex-row-reverse":"dapp-core-component__main__flex-row-reverse",flexRowReverse:"dapp-core-component__main__flex-row-reverse","flex-column-reverse":"dapp-core-component__main__flex-column-reverse",flexColumnReverse:"dapp-core-component__main__flex-column-reverse","flex-wrap":"dapp-core-component__main__flex-wrap",flexWrap:"dapp-core-component__main__flex-wrap","flex-nowrap":"dapp-core-component__main__flex-nowrap",flexNowrap:"dapp-core-component__main__flex-nowrap","flex-wrap-reverse":"dapp-core-component__main__flex-wrap-reverse",flexWrapReverse:"dapp-core-component__main__flex-wrap-reverse","flex-fill":"dapp-core-component__main__flex-fill",flexFill:"dapp-core-component__main__flex-fill","flex-grow-0":"dapp-core-component__main__flex-grow-0",flexGrow0:"dapp-core-component__main__flex-grow-0","flex-grow-1":"dapp-core-component__main__flex-grow-1",flexGrow1:"dapp-core-component__main__flex-grow-1","flex-shrink-0":"dapp-core-component__main__flex-shrink-0",flexShrink0:"dapp-core-component__main__flex-shrink-0","flex-shrink-1":"dapp-core-component__main__flex-shrink-1",flexShrink1:"dapp-core-component__main__flex-shrink-1","justify-content-start":"dapp-core-component__main__justify-content-start",justifyContentStart:"dapp-core-component__main__justify-content-start","justify-content-end":"dapp-core-component__main__justify-content-end",justifyContentEnd:"dapp-core-component__main__justify-content-end","justify-content-center":"dapp-core-component__main__justify-content-center",justifyContentCenter:"dapp-core-component__main__justify-content-center","justify-content-between":"dapp-core-component__main__justify-content-between",justifyContentBetween:"dapp-core-component__main__justify-content-between","justify-content-around":"dapp-core-component__main__justify-content-around",justifyContentAround:"dapp-core-component__main__justify-content-around","align-items-start":"dapp-core-component__main__align-items-start",alignItemsStart:"dapp-core-component__main__align-items-start","align-items-end":"dapp-core-component__main__align-items-end",alignItemsEnd:"dapp-core-component__main__align-items-end","align-items-center":"dapp-core-component__main__align-items-center",alignItemsCenter:"dapp-core-component__main__align-items-center","align-items-baseline":"dapp-core-component__main__align-items-baseline",alignItemsBaseline:"dapp-core-component__main__align-items-baseline","align-items-stretch":"dapp-core-component__main__align-items-stretch",alignItemsStretch:"dapp-core-component__main__align-items-stretch","align-content-start":"dapp-core-component__main__align-content-start",alignContentStart:"dapp-core-component__main__align-content-start","align-content-end":"dapp-core-component__main__align-content-end",alignContentEnd:"dapp-core-component__main__align-content-end","align-content-center":"dapp-core-component__main__align-content-center",alignContentCenter:"dapp-core-component__main__align-content-center","align-content-between":"dapp-core-component__main__align-content-between",alignContentBetween:"dapp-core-component__main__align-content-between","align-content-around":"dapp-core-component__main__align-content-around",alignContentAround:"dapp-core-component__main__align-content-around","align-content-stretch":"dapp-core-component__main__align-content-stretch",alignContentStretch:"dapp-core-component__main__align-content-stretch","align-self-auto":"dapp-core-component__main__align-self-auto",alignSelfAuto:"dapp-core-component__main__align-self-auto","align-self-start":"dapp-core-component__main__align-self-start",alignSelfStart:"dapp-core-component__main__align-self-start","align-self-end":"dapp-core-component__main__align-self-end",alignSelfEnd:"dapp-core-component__main__align-self-end","align-self-center":"dapp-core-component__main__align-self-center",alignSelfCenter:"dapp-core-component__main__align-self-center","align-self-baseline":"dapp-core-component__main__align-self-baseline",alignSelfBaseline:"dapp-core-component__main__align-self-baseline","align-self-stretch":"dapp-core-component__main__align-self-stretch",alignSelfStretch:"dapp-core-component__main__align-self-stretch","flex-sm-row":"dapp-core-component__main__flex-sm-row",flexSmRow:"dapp-core-component__main__flex-sm-row","flex-lg-row":"dapp-core-component__main__flex-lg-row",flexLgRow:"dapp-core-component__main__flex-lg-row","flex-lg-wrap":"dapp-core-component__main__flex-lg-wrap",flexLgWrap:"dapp-core-component__main__flex-lg-wrap","form-check":"dapp-core-component__main__form-check",formCheck:"dapp-core-component__main__form-check","form-check-label":"dapp-core-component__main__form-check-label",formCheckLabel:"dapp-core-component__main__form-check-label","form-check-input":"dapp-core-component__main__form-check-input",formCheckInput:"dapp-core-component__main__form-check-input","form-group":"dapp-core-component__main__form-group",formGroup:"dapp-core-component__main__form-group","form-control":"dapp-core-component__main__form-control",formControl:"dapp-core-component__main__form-control","form-label":"dapp-core-component__main__form-label",formLabel:"dapp-core-component__main__form-label","form-text":"dapp-core-component__main__form-text",formText:"dapp-core-component__main__form-text",border:"dapp-core-component__main__border","border-top":"dapp-core-component__main__border-top",borderTop:"dapp-core-component__main__border-top","border-right":"dapp-core-component__main__border-right",borderRight:"dapp-core-component__main__border-right","border-bottom":"dapp-core-component__main__border-bottom",borderBottom:"dapp-core-component__main__border-bottom","border-left":"dapp-core-component__main__border-left",borderLeft:"dapp-core-component__main__border-left","border-0":"dapp-core-component__main__border-0",border0:"dapp-core-component__main__border-0","border-top-0":"dapp-core-component__main__border-top-0",borderTop0:"dapp-core-component__main__border-top-0","border-right-0":"dapp-core-component__main__border-right-0",borderRight0:"dapp-core-component__main__border-right-0","border-bottom-0":"dapp-core-component__main__border-bottom-0",borderBottom0:"dapp-core-component__main__border-bottom-0","border-left-0":"dapp-core-component__main__border-left-0",borderLeft0:"dapp-core-component__main__border-left-0","rounded-sm":"dapp-core-component__main__rounded-sm",roundedSm:"dapp-core-component__main__rounded-sm",rounded:"dapp-core-component__main__rounded","rounded-top":"dapp-core-component__main__rounded-top",roundedTop:"dapp-core-component__main__rounded-top","rounded-right":"dapp-core-component__main__rounded-right",roundedRight:"dapp-core-component__main__rounded-right","rounded-bottom":"dapp-core-component__main__rounded-bottom",roundedBottom:"dapp-core-component__main__rounded-bottom","rounded-left":"dapp-core-component__main__rounded-left",roundedLeft:"dapp-core-component__main__rounded-left","rounded-lg":"dapp-core-component__main__rounded-lg",roundedLg:"dapp-core-component__main__rounded-lg","rounded-circle":"dapp-core-component__main__rounded-circle",roundedCircle:"dapp-core-component__main__rounded-circle","rounded-pill":"dapp-core-component__main__rounded-pill",roundedPill:"dapp-core-component__main__rounded-pill","rounded-0":"dapp-core-component__main__rounded-0",rounded0:"dapp-core-component__main__rounded-0",h1:"dapp-core-component__main__h1",h2:"dapp-core-component__main__h2",h3:"dapp-core-component__main__h3",h4:"dapp-core-component__main__h4",h5:"dapp-core-component__main__h5",lead:"dapp-core-component__main__lead","bg-primary":"dapp-core-component__main__bg-primary",bgPrimary:"dapp-core-component__main__bg-primary","bg-warning":"dapp-core-component__main__bg-warning",bgWarning:"dapp-core-component__main__bg-warning",warning:"dapp-core-component__main__warning","bg-danger":"dapp-core-component__main__bg-danger",bgDanger:"dapp-core-component__main__bg-danger",danger:"dapp-core-component__main__danger","bg-success":"dapp-core-component__main__bg-success",bgSuccess:"dapp-core-component__main__bg-success",success:"dapp-core-component__main__success","position-relative":"dapp-core-component__main__position-relative",positionRelative:"dapp-core-component__main__position-relative","position-absolute":"dapp-core-component__main__position-absolute",positionAbsolute:"dapp-core-component__main__position-absolute","w-25":"dapp-core-component__main__w-25",w25:"dapp-core-component__main__w-25","w-50":"dapp-core-component__main__w-50",w50:"dapp-core-component__main__w-50","w-75":"dapp-core-component__main__w-75",w75:"dapp-core-component__main__w-75","w-100":"dapp-core-component__main__w-100",w100:"dapp-core-component__main__w-100","w-auto":"dapp-core-component__main__w-auto",wAuto:"dapp-core-component__main__w-auto","h-25":"dapp-core-component__main__h-25",h25:"dapp-core-component__main__h-25","h-50":"dapp-core-component__main__h-50",h50:"dapp-core-component__main__h-50","h-75":"dapp-core-component__main__h-75",h75:"dapp-core-component__main__h-75","h-100":"dapp-core-component__main__h-100",h100:"dapp-core-component__main__h-100","h-auto":"dapp-core-component__main__h-auto",hAuto:"dapp-core-component__main__h-auto","mw-100":"dapp-core-component__main__mw-100",mw100:"dapp-core-component__main__mw-100","mh-100":"dapp-core-component__main__mh-100",mh100:"dapp-core-component__main__mh-100","min-vw-100":"dapp-core-component__main__min-vw-100",minVw100:"dapp-core-component__main__min-vw-100","min-vh-100":"dapp-core-component__main__min-vh-100",minVh100:"dapp-core-component__main__min-vh-100","vw-100":"dapp-core-component__main__vw-100",vw100:"dapp-core-component__main__vw-100","vh-100":"dapp-core-component__main__vh-100",vh100:"dapp-core-component__main__vh-100","w-md-auto":"dapp-core-component__main__w-md-auto",wMdAuto:"dapp-core-component__main__w-md-auto","locked-icon":"dapp-core-component__main__locked-icon",lockedIcon:"dapp-core-component__main__locked-icon","shadow-sm":"dapp-core-component__main__shadow-sm",shadowSm:"dapp-core-component__main__shadow-sm",shadow:"dapp-core-component__main__shadow","shadow-lg":"dapp-core-component__main__shadow-lg",shadowLg:"dapp-core-component__main__shadow-lg","shadow-none":"dapp-core-component__main__shadow-none",shadowNone:"dapp-core-component__main__shadow-none","d-none":"dapp-core-component__main__d-none",dNone:"dapp-core-component__main__d-none","d-inline":"dapp-core-component__main__d-inline",dInline:"dapp-core-component__main__d-inline","d-inline-block":"dapp-core-component__main__d-inline-block",dInlineBlock:"dapp-core-component__main__d-inline-block","d-block":"dapp-core-component__main__d-block",dBlock:"dapp-core-component__main__d-block","d-table":"dapp-core-component__main__d-table",dTable:"dapp-core-component__main__d-table","d-table-row":"dapp-core-component__main__d-table-row",dTableRow:"dapp-core-component__main__d-table-row","d-table-cell":"dapp-core-component__main__d-table-cell",dTableCell:"dapp-core-component__main__d-table-cell","d-flex":"dapp-core-component__main__d-flex",dFlex:"dapp-core-component__main__d-flex","d-inline-flex":"dapp-core-component__main__d-inline-flex",dInlineFlex:"dapp-core-component__main__d-inline-flex","d-sm-flex":"dapp-core-component__main__d-sm-flex",dSmFlex:"dapp-core-component__main__d-sm-flex","table-sm":"dapp-core-component__main__table-sm",tableSm:"dapp-core-component__main__table-sm","table-bordered":"dapp-core-component__main__table-bordered",tableBordered:"dapp-core-component__main__table-bordered","table-borderless":"dapp-core-component__main__table-borderless",tableBorderless:"dapp-core-component__main__table-borderless","table-striped":"dapp-core-component__main__table-striped",tableStriped:"dapp-core-component__main__table-striped","thead-dark":"dapp-core-component__main__thead-dark",theadDark:"dapp-core-component__main__thead-dark","thead-light":"dapp-core-component__main__thead-light",theadLight:"dapp-core-component__main__thead-light","table-dark":"dapp-core-component__main__table-dark",tableDark:"dapp-core-component__main__table-dark","table-hover":"dapp-core-component__main__table-hover",tableHover:"dapp-core-component__main__table-hover","table-responsive":"dapp-core-component__main__table-responsive",tableResponsive:"dapp-core-component__main__table-responsive","transaction-hash":"dapp-core-component__main__transaction-hash",transactionHash:"dapp-core-component__main__transaction-hash","font-weight-light":"dapp-core-component__main__font-weight-light",fontWeightLight:"dapp-core-component__main__font-weight-light","font-weight-lighter":"dapp-core-component__main__font-weight-lighter",fontWeightLighter:"dapp-core-component__main__font-weight-lighter","font-weight-normal":"dapp-core-component__main__font-weight-normal",fontWeightNormal:"dapp-core-component__main__font-weight-normal","font-weight-medium":"dapp-core-component__main__font-weight-medium",fontWeightMedium:"dapp-core-component__main__font-weight-medium","font-weight-bold":"dapp-core-component__main__font-weight-bold",fontWeightBold:"dapp-core-component__main__font-weight-bold","font-weight-bolder":"dapp-core-component__main__font-weight-bolder",fontWeightBolder:"dapp-core-component__main__font-weight-bolder","font-italic":"dapp-core-component__main__font-italic",fontItalic:"dapp-core-component__main__font-italic","icon-state":"dapp-core-component__main__icon-state",iconState:"dapp-core-component__main__icon-state",half:"dapp-core-component__main__half","side-icon":"dapp-core-component__main__side-icon",sideIcon:"dapp-core-component__main__side-icon","toast-messages":"dapp-core-component__main__toast-messages",toastMessages:"dapp-core-component__main__toast-messages",toast:"dapp-core-component__main__toast",clickable:"dapp-core-component__main__clickable","toast-visible":"dapp-core-component__main__toast-visible",toastVisible:"dapp-core-component__main__toast-visible",progress:"dapp-core-component__main__progress","progress-bar":"dapp-core-component__main__progress-bar",progressBar:"dapp-core-component__main__progress-bar","content-height":"dapp-core-component__main__content-height",contentHeight:"dapp-core-component__main__content-height","tx-description":"dapp-core-component__main__tx-description",txDescription:"dapp-core-component__main__tx-description",close:"dapp-core-component__main__close","data-field":"dapp-core-component__main__data-field",dataField:"dapp-core-component__main__data-field",textarea:"dapp-core-component__main__textarea",highlighted:"dapp-core-component__main__highlighted","sc-call":"dapp-core-component__main__sc-call",scCall:"dapp-core-component__main__sc-call","small-font":"dapp-core-component__main__small-font",smallFont:"dapp-core-component__main__small-font","progress-steps":"dapp-core-component__main__progress-steps",progressSteps:"dapp-core-component__main__progress-steps",steps:"dapp-core-component__main__steps",dot:"dapp-core-component__main__dot","side-link":"dapp-core-component__main__side-link",sideLink:"dapp-core-component__main__side-link"};var Pr=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:c,headerTextClassName:p,onHide:d})=>e?n?Ro.default.createElement("div",{className:(0,ln.default)(fe.dappModalHeader,r)},n):Ro.default.createElement("div",{className:(0,ln.default)(fe.dappModalHeader,r)},Ro.default.createElement("div",{className:(0,ln.default)(fe.dappModalHeaderText,p)},o),Ro.default.createElement("button",{onClick:d,className:(0,ln.default)(fe.dappModalCloseButton,N.btn,N.btnLight,c)},Ro.default.createElement(oc.FontAwesomeIcon,{size:"lg",icon:ec.faTimes}))):null;var Sl={showHeader:!0,showFooter:!1,headerText:"",footerText:""},Mr=({id:e="dapp-modal",visible:o,onHide:n,parentElement:r,config:c=Sl,children:p,className:d="dapp-modal-dialog-wrapper"})=>{if(!o)return null;let{showHeader:l,showFooter:m,headerText:g,footerText:h,modalDialogClassName:u="dapp-modal-dialog",modalContentClassName:x="dapp-modal-dialog-content",modalHeaderClassName:A="dapp-modal-dialog-header",modalHeaderTextClassName:S="dapp-modal-dialog-header-text",modalCloseButtonClassName:C="dapp-modal-dialog-close-button",modalBodyClassName:R="dapp-modal-dialog-content-body",modalFooterClassName:Q="dapp-modal-dialog-footer",customModalHeader:P,customModalFooter:G}=c;return nc.default.createPortal(Oo.default.createElement("div",{id:e,role:"dialog","aria-modal":"true",className:(0,Dr.default)(u,fe.dappModal,d)},Oo.default.createElement("div",{className:(0,Dr.default)(fe.dappModalContent,x)},Oo.default.createElement(Pr,{visible:l,headerText:g,customHeader:P,className:A,headerTextClassName:S,closeButtonClassName:C,onHide:n}),Oo.default.createElement(Lr,{className:R},p),Oo.default.createElement(Er,{visible:m,customFooter:G,footerText:h,className:Q}))),r!=null?r:document==null?void 0:document.body)};t();t();var Uo=require("react");t();t();t();var tc=require("react");t();E();t();t();t();t();t();t();t();t();var Al=require("@multiversx/sdk-extension-provider"),kl=require("@multiversx/sdk-hw-provider"),Cl=require("@multiversx/sdk-opera-provider"),Il=require("@multiversx/sdk-web-wallet-provider");L();B();t();var rc=e=>b(void 0,null,function*(){if(!e.isInitialized())throw new Error("Unable to get version. Provider not initialized");let o=e.hwApp,{contractData:n,version:r}=yield o.getAppConfiguration();return{version:r,dataEnabled:n===Ma}}),Be=e=>`Unable to perform ${e}, Provider not initialized`,ft=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Be(`login with options: ${o}`))}logout(o){throw new Error(Be(`logout with options: ${o}`))}getAddress(){throw new Error(Be("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(Be(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Be(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Be(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Be(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Be(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Be(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},ac=new ft;var Ll=ac;function po(e){Ll=e}E();t();t();var sc=f(require("axios"));t();t();var ic=e=>{let o=e!=null?e:xr(I.getState());return o.endsWith("/")?o.slice(0,-1):o};function cc(e){return b(this,null,function*(){if(!e)return null;let n=`${ic()}/${ct}/${e}`;try{let{data:r}=yield sc.default.get(n);return r}catch(r){console.error("error fetching configuration for ",n)}return null})}function _n(e){return b(this,null,function*(){return yield cc(e)})}t();B();t();t();t();Io();t();t();t();var Nl=f(require("axios"));t();var El=f(require("axios"));t();var Dl=f(require("axios"));t();t();var Ml=f(require("axios"));t();var Rl=f(require("axios"));t();E();B();t();t();E();t();function lc(e){return b(this,null,function*(){let o=e;o==null&&(o=ro(I.getState()).address);let n=yield _n(o);if(n==null)throw"Could not read account, user not logged in";return n==null?void 0:n.balance})}t();var _c=require("@multiversx/sdk-core");t();ee();j();t();Io();t();E();B();t();E();j();t();t();t();j();t();t();t();t();var Ul=f(require("axios")),Wl=f(require("swr"));t();t();var gc=require("react");t();var $l=require("react"),hc=require("@multiversx/sdk-web-wallet-provider"),Vl=f(require("qs"));L();E();B();t();t();var uc,LC={search:(uc=window==null?void 0:window.location)==null?void 0:uc.search,removeParams:[]};t();var yc=require("react");tr();t();var xc=require("react"),Zl=require("@multiversx/sdk-extension-provider");L();t();E();B();t();t();t();t();var Tc=require("react"),ql=require("@multiversx/sdk-extension-provider");L();t();t();var gn=()=>v(Yi);t();E();t();t();var Jl=f(require("axios"));E();j();nn();t();We();E();t();t();var r_=require("react");t();t();t();E();t();t();var o_=f(require("bignumber.js"));L();E();j();t();var e_=f(require("bignumber.js"));L();t();var n_=require("@multiversx/sdk-core"),t_=f(require("bignumber.js"));L();t();t();t();t();Pn();var bc=e=>{let o=Vs(e);if(!o)return{isExpired:!1};let n=xo(),{ttl:r,extraInfo:c}=o,p=c==null?void 0:c.timestamp;if(!p)return{isExpired:!1};let d=p+r,l=n>d,m=d-n;return{isExpired:l,expiresAt:d,secondsUntilExpires:m}};t();var Sc,un={origin:typeof window!="undefined"?(Sc=window==null?void 0:window.location)==null?void 0:Sc.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},fn=e=>{var n,r,c,p,d;return e===!0?un:{origin:(n=e==null?void 0:e.origin)!=null?n:un.origin,blockHashShard:(r=e==null?void 0:e.blockHashShard)!=null?r:null,expirySeconds:(c=e==null?void 0:e.expirySeconds)!=null?c:un.expirySeconds,apiAddress:(p=e==null?void 0:e.apiAddress)!=null?p:un.apiAddress,tokenExpirationToastWarningSeconds:(d=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?d:un.tokenExpirationToastWarningSeconds}};t();var wc=({address:e,token:o,signature:n})=>{let r=Mo(e),c=Mo(o);return`${r}.${c}.${n}`};var vc=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:c}=fn(e);return{getNativeAuthConfig:fn,initialize:(...m)=>b(void 0,[...m],function*(d={},l){if(!n||!o)return"";let g=l!=null?l:yield Ys(n,c),{hash:h,timestamp:u}=g,x=Mo(JSON.stringify(y(y({},d),u?{timestamp:u}:{})));return`${Mo(o)}.${h}.${r}.${x}`}),getToken:wc,getTokenExpiration:bc}};B();Io();t();var yt=require("react"),Ac=(e,o)=>{let[n,r]=(0,yt.useState)(e);return(0,yt.useEffect)(()=>{let p=setTimeout(()=>r(e),o);return()=>clearTimeout(p)},[e]),n};t();t();var i_=require("react"),s_=require("@multiversx/sdk-extension-provider");We();ee();B();t();function ze(){return sn(I.getState())}oo();t();var kc=require("react"),Tt=require("@multiversx/sdk-core");E();var a_=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},lo=e=>{let o=v(Re),n=v($e),r=(0,kc.useRef)(n==null?void 0:n.loginToken),c=a_(o.apiAddress,e),p=fn(y(y({},e===!0?{}:e),c?{apiAddress:c}:{})),d=Boolean(e),l=vc(p),{address:m}=dn(),g=q(),h=S=>{r.current=S,g(On(y({loginToken:S},c?{nativeAuthConfig:p}:{})))},u=()=>b(void 0,null,function*(){try{return yield l.initialize()}catch(S){console.error("Unable to get block. Login failed.",S);return}}),x=({address:S,signature:C})=>{let R=r.current;if(!R)throw"Token not found. Call `setLoginToken` first.";if(!d){g(On({loginToken:R,signature:C}));return}let Q=l.getToken({address:S,token:R,signature:C});g(On(y({loginToken:R,signature:C,nativeAuthToken:Q},c?{nativeAuthConfig:p}:{})))};return{configuration:p,setLoginToken:h,getNativeAuthLoginToken:u,setTokenLoginInfo:x,refreshNativeAuthTokenLogin:C=>b(void 0,[C],function*({signMessageCallback:S}){let R=yield u();if(r.current=R,!R)return;let Q=new Tt.SignableMessage({address:new Tt.Address(m),message:a.Buffer.from(R)}),P=yield S(Q,{});x({address:m,signature:P.toJSON().signature})})}};t();var c_=require("react"),p_=require("@multiversx/sdk-opera-provider");We();ee();B();oo();t();var l_=require("react");We();E();t();t();zt();t();t();var d_=f(require("platform"));t();ee();j();nn();So();bo();t();t();t();t();t();function Cc(){return br(I.getState())}t();t();t();t();B();t();nn();So();t();t();t();E();t();t();var m_=f(require("axios"));t();t();var hn=require("react"),xt=require("@multiversx/sdk-hw-provider");We();ee();E();B();oo();t();var _o=require("react"),__=10,Ic=()=>{let[e,o]=(0,_o.useState)(""),[n,r]=(0,_o.useState)(!1),[c,p]=(0,_o.useState)(0),[d,l]=(0,_o.useState)([]),[m,g]=(0,_o.useState)(null),[h,u]=(0,_o.useState)(!1);return{accounts:d,setAccounts:l,isLoading:n,setIsLoading:r,setShowAddressList:u,showAddressList:h,startIndex:c,selectedAddress:m,onGoToPrevPage:()=>{g(null),p(C=>C===0?0:C-1)},onGoToNextPage:()=>{g(null),p(C=>C+1)},onSelectAddress:C=>{g(C)},error:e,setError:o,defaultAddressesPerPage:__}};var Bo="Check if the MultiversX App is open on Ledger";function Br({callbackRoute:e,token:o,addressesPerPage:n,nativeAuth:r,onLoginRedirect:c}){let p=v(Zi),d=q(),l=ze(),m=r!=null,g=lo(r),h=o,{accounts:u,setAccounts:x,isLoading:A,setIsLoading:S,setShowAddressList:C,showAddressList:R,startIndex:Q,selectedAddress:P,onGoToPrevPage:G,onGoToNextPage:F,onSelectAddress:de,error:re,setError:Y,defaultAddressesPerPage:$}=Ic(),V=n!=null?n:$,xe=new xt.HWProvider,[Vo,zo]=(0,hn.useState)(""),[bn,kt]=(0,hn.useState)(!1);function jo({provider:D,address:O,index:U,signature:It}){po(D),d(Ja({index:U,loginType:"ledger"})),It&&g.setTokenLoginInfo({signature:It,address:O}),d(_e({address:O,loginMethod:"ledger"})),eo({callbackRoute:e,onLoginRedirect:c,options:{address:O,signature:It}})}let qo=(D,O="")=>{let{errorMessage:U}=wo(D);U&&Y(`${U}.${O}`),S(!1),console.warn(D),d(er(null))};function Sn(D){return b(this,null,function*(){if(P==null)return!1;let{index:O}=P;if(m&&!h&&(h=yield g.getNativeAuthLoginToken(),!h)){console.warn("Fetching block failed. Login cancelled.");return}if(h){g.setLoginToken(h);try{let U=yield D.tokenLogin({token:a.Buffer.from(`${h}{}`),addressIndex:O});jo({address:U.address,provider:D,index:O,signature:U.signature.hex()})}catch(U){qo(U,". Update MultiversX App to continue.")}}else try{let U=yield D.login({addressIndex:O});jo({address:U,provider:D,index:O})}catch(U){return qo(U),!1}return!0})}function Xo(){return b(this,null,function*(){try{if(S(!0),P==null)return!1;d(p?qa(P):er(k(y({},P),{version:Vo,hasContractDataEnabled:bn})));let D=new xt.HWProvider;if(!(yield D.init()))return Y(Bo),console.warn(Bo),!1;S(!1),yield Sn(D)}catch(D){let{errorMessage:O}=wo(D);O&&Y(O),console.warn(Bo,D)}finally{S(!1)}return C(!1),!0})}function Ko(){return b(this,null,function*(){try{if(S(!0),!(yield xe.init())){Y(Bo),console.warn(Bo),S(!1);return}let O=yield xe.getAccounts(Q,V),U=yield rc(xe);zo(U.version),kt(U.dataEnabled),x(O),S(!1)}catch(D){let{errorMessage:O,defaultErrorMessage:U}=wo(D);Y(O!=null?O:U),console.error("error",D),S(!1)}})}function Ct(){return b(this,null,function*(){if(l)throw new Error(Je);Y("");try{if(S(!0),p!=null){let D=new xt.HWProvider;if(!(yield D.init())||!P){console.warn(Bo);return}let U=yield D.login({addressIndex:P.index.valueOf()});if(po(D),!U){S(!1),console.warn("Login cancelled.");return}d(_e({address:U,loginMethod:"ledger"})),eo({callbackRoute:e,onLoginRedirect:c})}else(u==null?void 0:u.length)>0||(yield Ko()),C(!0)}catch(D){console.error("error ",D);let{defaultErrorMessage:O}=wo();Y(O)}finally{S(!1)}})}(0,hn.useEffect)(()=>{Ko()},[Q]);let Yo=Boolean(re);return[Ct,{loginFailed:Yo,isLoggedIn:l&&!Yo,error:re,isLoading:A&&!Yo},{accounts:u,showAddressList:R,startIndex:Q,selectedAddress:P,version:Vo,contractDataEnabled:bn,onGoToPrevPage:G,onGoToNextPage:F,onSelectAddress:de,onConfirmSelectedAddress:Xo}]}t();var Fr=require("react");ee();E();B();oo();t();var Ur=require("react");ee();E();B();oo();t();t();var Lc=require("react");t();var y_=require("react");t();var Wr=require("react"),h_=require("socket.io-client");E();t();t();t();t();var Nc=e=>e.dappModal,Ec=T(Nc,e=>e.visible),Fo=T(Nc,e=>e.modal),$P=T(Fo,e=>e.showHeader),VP=T(Fo,e=>e.showFooter),zP=T(Fo,e=>e.headerText),jP=T(Fo,e=>e.footerText);var Pc=()=>v(Ec);fr();var bt=e=>{var l;let o=q(),n=Pc(),r=v(Fo),c=()=>{o(ur(!0))},p=()=>{o(ur(!1))},d=(0,Uo.useCallback)(m=>{o(Ii(m))},[]);return(0,Uo.useEffect)(()=>{e!=null&&e.modalConfig&&d(e==null?void 0:e.modalConfig)},[e==null?void 0:e.modalConfig]),(0,Uo.useEffect)(()=>{var m;return(m=e==null?void 0:e.config)!=null&&m.openOnMount&&c(),()=>{p()}},[]),(0,Uo.useEffect)(()=>{var m;typeof((m=e==null?void 0:e.config)==null?void 0:m.visible)=="boolean"&&(e.config.visible?c():p())},[(l=e==null?void 0:e.config)==null?void 0:l.visible]),{handleShowModal:c,handleHideModal:p,setModalConfig:d,visible:n,config:r}};t();t();var Hr=f(require("react")),Mc=f(require("classnames"));t();var T_=`.dapp-core-component__loginButtonStyles__default-login-button {
|
|
2762
|
+
color: inherit;
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2765
|
+
.dapp-core-component__loginButtonStyles__wrapper {
|
|
2766
|
+
color: inherit;
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
.dapp-core-component__loginButtonStyles__login-text {
|
|
2770
|
+
color: inherit;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
.dapp-core-component__loginButtonStyles__button-wrapper {
|
|
2774
|
+
color: inherit;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
.dapp-core-component__loginButtonStyles__button-content {
|
|
2778
|
+
color: inherit;
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2781
|
+
.dapp-core-component__loginButtonStyles__button-title {
|
|
2782
|
+
color: inherit;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
.dapp-core-component__loginButtonStyles__button-icon {
|
|
2786
|
+
color: inherit;
|
|
2787
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(T_));var Dc={"default-login-button":"dapp-core-component__loginButtonStyles__default-login-button",defaultLoginButton:"dapp-core-component__loginButtonStyles__default-login-button",wrapper:"dapp-core-component__loginButtonStyles__wrapper","login-text":"dapp-core-component__loginButtonStyles__login-text",loginText:"dapp-core-component__loginButtonStyles__login-text","button-wrapper":"dapp-core-component__loginButtonStyles__button-wrapper",buttonWrapper:"dapp-core-component__loginButtonStyles__button-wrapper","button-content":"dapp-core-component__loginButtonStyles__button-content",buttonContent:"dapp-core-component__loginButtonStyles__button-content","button-title":"dapp-core-component__loginButtonStyles__button-title",buttonTitle:"dapp-core-component__loginButtonStyles__button-title","button-icon":"dapp-core-component__loginButtonStyles__button-icon",buttonIcon:"dapp-core-component__loginButtonStyles__button-icon"};var Rc=({onLogin:e,text:o="Default Login Button",className:n="dapp-login-button",btnClassName:r="dapp-default-login-button",disabled:c,"data-testid":p,children:d})=>{let l={wrapper:(0,Mc.default)(N.btn,N.btnPrimary,N.px4,N.m1,N.mx3,{[r]:r!=null},n),loginText:Dc.loginText,wrapperClassName:n};return Hr.default.createElement("button",{"data-testid":p,disabled:c,className:l.wrapper,onClick:e},d||Hr.default.createElement("span",{className:l.loginText},o))};t();var he=f(require("react")),np=f(require("classnames"));t();t();var Oc=f(require("react"));var Gr=e=>{let{handleHideModal:o,visible:n,config:r}=bt({modalConfig:e.modalConfig,config:k(y({},e.modalInteractionConfig),{visible:e.visible})});return Oc.default.createElement(Mr,{onHide:()=>{var p;o(),(p=e.onClose)==null||p.call(e)},visible:n,config:r,className:e.className},e.children)};t();t();var J=f(require("react")),Bc=require("@fortawesome/free-solid-svg-icons"),Fc=require("@fortawesome/react-fontawesome"),$r=f(require("classnames"));t();var x_=`.dapp-core-component__scamPhishingStyles__scam-phishing-alert {
|
|
2788
|
+
margin: 40px auto 0;
|
|
2789
|
+
font-size: 12px;
|
|
2790
|
+
display: flex;
|
|
2791
|
+
justify-content: center;
|
|
2792
|
+
padding: 0 16px;
|
|
2793
|
+
width: auto;
|
|
2794
|
+
align-items: center;
|
|
2795
|
+
}
|
|
2796
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon {
|
|
2797
|
+
color: #1b46c2;
|
|
2798
|
+
margin-right: 8px;
|
|
2799
|
+
}
|
|
2800
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2801
|
+
text-align: left;
|
|
2802
|
+
display: flex;
|
|
2803
|
+
flex-direction: column;
|
|
2804
|
+
}
|
|
2805
|
+
@media (min-width: 768px) {
|
|
2806
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2807
|
+
flex-direction: row;
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text strong {
|
|
2811
|
+
color: #1b46c2;
|
|
2812
|
+
}
|
|
2813
|
+
@media (min-width: 768px) {
|
|
2814
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text .dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix {
|
|
2815
|
+
margin-left: 4px;
|
|
2816
|
+
}
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization {
|
|
2820
|
+
display: flex;
|
|
2821
|
+
flex-direction: column;
|
|
2822
|
+
margin-top: 0;
|
|
2823
|
+
}
|
|
2824
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2825
|
+
text-align: center;
|
|
2826
|
+
flex-direction: row;
|
|
2827
|
+
}
|
|
2828
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization .dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization-duration {
|
|
2829
|
+
margin-left: 4px;
|
|
2830
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(x_));var ye={"scam-phishing-alert":"dapp-core-component__scamPhishingStyles__scam-phishing-alert",scamPhishingAlert:"dapp-core-component__scamPhishingStyles__scam-phishing-alert","scam-phishing-alert-icon":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon",scamPhishingAlertIcon:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon","scam-phishing-alert-text":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-text",scamPhishingAlertText:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-text","scam-phishing-alert-prefix":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix",scamPhishingAlertPrefix:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix","scam-phishing-alert-authorization":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization",scamPhishingAlertAuthorization:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization","scam-phishing-alert-authorization-duration":"dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization-duration",scamPhishingAlertAuthorizationDuration:"dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization-duration"};var Uc=e=>{let{className:o,url:n,icon:r,authorizationInfo:c}=e,p=n.replace("https://","").replace(/\/$/,""),d=c!=null&&c.url?c.url.replace("https://","").replace(/\/$/,""):"";return J.default.createElement(J.default.Fragment,null,J.default.createElement("p",{className:(0,$r.default)(ye.scamPhishingAlert,o)},r||J.default.createElement(Fc.FontAwesomeIcon,{className:ye.scamPhishingAlertIcon,icon:Bc.faLock}),J.default.createElement("span",{className:ye.scamPhishingAlertText},J.default.createElement("span",null,"Scam/Phishing verification:")," ",J.default.createElement("span",{className:ye.scamPhishingAlertPrefix},J.default.createElement("strong",null,"https://"),p))),c&&c.url&&J.default.createElement("p",{className:(0,$r.default)(ye.scamPhishingAlert,ye.scamPhishingAlertAuthorization,c.className)},J.default.createElement("span",{className:ye.scamPhishingAlertText},"Please confirm that you are indeed connecting to"),J.default.createElement("span",{className:ye.scamPhishingAlertText},J.default.createElement("strong",null,"https://"),J.default.createElement("span",null,d," for"),J.default.createElement("strong",{className:ye.scamPhishingAlertAuthorizationDuration},c.duration)),J.default.createElement("span",{className:ye.scamPhishingAlertText},"and that you trust this site. You might be sharing sensitive data."),J.default.createElement("a",{href:"https://multiversx.com/faq"},"Learn more")))};t();var M=f(require("react")),wt=require("@fortawesome/free-solid-svg-icons"),Vr=require("@fortawesome/react-fontawesome"),qe=f(require("classnames"));t();var Ce=f(require("react")),Vc=f(require("classnames"));t();var je=f(require("react")),Wc=f(require("classnames"));L();t();var b_=`.dapp-core-component__formatAmountStyles__int-amount {
|
|
2831
|
+
color: inherit;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.dapp-core-component__formatAmountStyles__decimals {
|
|
2835
|
+
color: inherit;
|
|
2836
|
+
}
|
|
2837
|
+
|
|
2838
|
+
.dapp-core-component__formatAmountStyles__symbol {
|
|
2839
|
+
color: inherit;
|
|
2840
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(b_));var yn={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var S_=e=>je.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},je.default.createElement("span",{className:yn["int-amount"],"data-testid":"formatAmountInt"},"...")),w_=(e,o)=>{var u;let{value:n,showLastNonZeroDecimal:r=!1,showLabel:c=!0}=e,p=e.digits!=null?e.digits:To,d=e.decimals!=null?e.decimals:le,l=io({input:n,decimals:d,digits:p,showLastNonZeroDecimal:r,addCommas:!0}),m=l.split("."),g=m.length===1,h=l!==ke;if(p>0&&g&&h){let x="";for(let A=1;A<=p;A++)x=x+ke;m.push(x)}return je.default.createElement("span",{"data-testid":e["data-testid"]?e["data-testid"]:"formatAmountComponent",className:e.className},je.default.createElement("span",{className:yn["int-amount"],"data-testid":"formatAmountInt"},m[0]),m.length>1&&je.default.createElement("span",{className:yn.decimals,"data-testid":"formatAmountDecimals"},".",m[1]),c&&je.default.createElement("span",{className:(0,Wc.default)(yn.symbol,e.token&&N.textMuted),"data-testid":"formatAmountSymbol"},` ${(u=e.token)!=null?u:o}`))},v_=e=>{let{value:o}=e;return cn(o)?w_(e,e.egldLabel||""):S_(e)},Hc=e=>{let o=e.egldLabel||Ca,n=k(y({},e),{egldLabel:o});return je.default.createElement(v_,y({},n))};t();t();var H=f(require("react")),Gc=f(require("classnames"));L();t();var A_=`.dapp-core-component__trim-styles__trim {
|
|
2841
|
+
display: flex;
|
|
2842
|
+
max-width: 100%;
|
|
2843
|
+
overflow: hidden;
|
|
2844
|
+
position: relative;
|
|
2845
|
+
white-space: nowrap;
|
|
2846
|
+
/* IE fix */
|
|
2847
|
+
/* SAFARI fix */
|
|
2848
|
+
}
|
|
2849
|
+
.dapp-core-component__trim-styles__trim.dapp-core-component__trim-styles__overflow .dapp-core-component__trim-styles__ellipsis {
|
|
2850
|
+
display: block;
|
|
2851
|
+
}
|
|
2852
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left {
|
|
2853
|
+
flex-shrink: 1;
|
|
2854
|
+
font-size: 1px;
|
|
2855
|
+
overflow: hidden;
|
|
2856
|
+
text-overflow: ellipsis;
|
|
2857
|
+
text-align: left;
|
|
2858
|
+
}
|
|
2859
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2860
|
+
flex-shrink: 1;
|
|
2861
|
+
font-size: 1px;
|
|
2862
|
+
overflow: hidden;
|
|
2863
|
+
text-overflow: ellipsis;
|
|
2864
|
+
white-space: nowrap;
|
|
2865
|
+
direction: rtl;
|
|
2866
|
+
text-align: right;
|
|
2867
|
+
}
|
|
2868
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left span,
|
|
2869
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right span {
|
|
2870
|
+
font-size: 0.875rem;
|
|
2871
|
+
pointer-events: none;
|
|
2872
|
+
user-select: none;
|
|
2873
|
+
}
|
|
2874
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__ellipsis {
|
|
2875
|
+
flex-shrink: 0;
|
|
2876
|
+
display: none;
|
|
2877
|
+
pointer-events: none;
|
|
2878
|
+
user-select: none;
|
|
2879
|
+
}
|
|
2880
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
2881
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2882
|
+
text-overflow: clip;
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2885
|
+
@supports (-webkit-hyphens: none) {
|
|
2886
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right,
|
|
2887
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left {
|
|
2888
|
+
letter-spacing: -0.001em;
|
|
2889
|
+
}
|
|
2890
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2891
|
+
text-overflow: clip;
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__hidden-text-ref {
|
|
2895
|
+
position: absolute;
|
|
2896
|
+
display: block;
|
|
2897
|
+
color: transparent;
|
|
2898
|
+
}
|
|
2899
|
+
@media (max-width: 1199.98px) {
|
|
2900
|
+
.dapp-core-component__trim-styles__trim {
|
|
2901
|
+
max-width: 26rem;
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
@media (max-width: 991.98px) {
|
|
2905
|
+
.dapp-core-component__trim-styles__trim {
|
|
2906
|
+
max-width: 12rem;
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
@media (max-width: 768px) {
|
|
2910
|
+
.dapp-core-component__trim-styles__trim {
|
|
2911
|
+
max-width: 8rem;
|
|
2912
|
+
}
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
.dapp-core-component__trim-styles__trim-wrapper {
|
|
2916
|
+
display: flex;
|
|
2917
|
+
max-width: 100%;
|
|
2918
|
+
overflow: hidden;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
a:hover > .dapp-core-component__trim-styles__trim span {
|
|
2922
|
+
color: #0056b3;
|
|
2923
|
+
}
|
|
2924
|
+
a:hover > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref {
|
|
2925
|
+
color: transparent;
|
|
2926
|
+
}
|
|
2927
|
+
|
|
2928
|
+
a > .dapp-core-component__trim-styles__trim span,
|
|
2929
|
+
.dapp-core-component__trim-styles__text-primary > .dapp-core-component__trim-styles__trim span {
|
|
2930
|
+
color: #1b46c2;
|
|
2931
|
+
}
|
|
2932
|
+
a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref,
|
|
2933
|
+
.dapp-core-component__trim-styles__text-primary > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref {
|
|
2934
|
+
color: transparent;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim {
|
|
2938
|
+
max-width: 10rem;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-only-sm .dapp-core-component__trim-styles__trim {
|
|
2942
|
+
max-width: none;
|
|
2943
|
+
}
|
|
2944
|
+
@media (max-width: 768px) {
|
|
2945
|
+
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-only-sm .dapp-core-component__trim-styles__trim {
|
|
2946
|
+
max-width: 13rem;
|
|
2947
|
+
}
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left span,
|
|
2951
|
+
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right span,
|
|
2952
|
+
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__ellipsis {
|
|
2953
|
+
font-size: 0.875rem;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
@media (max-width: 768px) {
|
|
2957
|
+
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-size-xl .dapp-core-component__trim-styles__trim {
|
|
2958
|
+
max-width: 13rem;
|
|
2959
|
+
}
|
|
2960
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(A_));var Wo={trim:"dapp-core-component__trim-styles__trim",overflow:"dapp-core-component__trim-styles__overflow",ellipsis:"dapp-core-component__trim-styles__ellipsis",left:"dapp-core-component__trim-styles__left",right:"dapp-core-component__trim-styles__right","hidden-text-ref":"dapp-core-component__trim-styles__hidden-text-ref",hiddenTextRef:"dapp-core-component__trim-styles__hidden-text-ref","trim-wrapper":"dapp-core-component__trim-styles__trim-wrapper",trimWrapper:"dapp-core-component__trim-styles__trim-wrapper","text-primary":"dapp-core-component__trim-styles__text-primary",textPrimary:"dapp-core-component__trim-styles__text-primary",table:"dapp-core-component__trim-styles__table","trim-only-sm":"dapp-core-component__trim-styles__trim-only-sm",trimOnlySm:"dapp-core-component__trim-styles__trim-only-sm","trim-fs-sm":"dapp-core-component__trim-styles__trim-fs-sm",trimFsSm:"dapp-core-component__trim-styles__trim-fs-sm","trim-size-xl":"dapp-core-component__trim-styles__trim-size-xl",trimSizeXl:"dapp-core-component__trim-styles__trim-size-xl"};var $c=({text:e,className:o="dapp-trim",dataTestId:n="trim-text-component",color:r})=>{let[c,p]=(0,H.useState)(0),[d,l]=(0,H.useState)(!1),m=(0,H.useRef)(document==null?void 0:document.createElement("span")),g=(0,H.useRef)(document==null?void 0:document.createElement("span")),h=Ac(c,300),u=()=>{if(m.current&&g.current){let S=g.current.offsetWidth-m.current.offsetWidth;l(S>1)}},x=()=>{p(c+1)};return(0,H.useEffect)(()=>(window==null||window.addEventListener("resize",x),()=>{window==null||window.removeEventListener("resize",x)})),(0,H.useEffect)(()=>{u()},[h]),H.default.createElement("span",{ref:m,className:(0,Gc.default)(Wo.trim,r,o,{overflow:d}),"data-testid":n},H.default.createElement("span",{ref:g,className:Wo.hiddenTextRef},e),d?H.default.createElement(H.default.Fragment,null,H.default.createElement("span",{className:Wo.left},H.default.createElement("span",null,String(e).substring(0,Math.floor(e.length/2)))),H.default.createElement("span",{className:Wo.ellipsis},Oa),H.default.createElement("span",{className:Wo.right},H.default.createElement("span",null,String(e).substring(Math.ceil(e.length/2))))):H.default.createElement("span",null,e))};t();var k_=`.dapp-core-component__addressRowStyles__ledger-address-table-body-item {
|
|
2961
|
+
display: flex;
|
|
2962
|
+
align-items: center;
|
|
2963
|
+
padding: 16px;
|
|
2964
|
+
border-radius: 8px;
|
|
2965
|
+
}
|
|
2966
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item:not(.dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected) {
|
|
2967
|
+
color: #6c757d;
|
|
2968
|
+
}
|
|
2969
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data {
|
|
2970
|
+
font-size: 14px;
|
|
2971
|
+
line-height: 1;
|
|
2972
|
+
flex: 1;
|
|
2973
|
+
text-align: left;
|
|
2974
|
+
display: flex;
|
|
2975
|
+
align-items: center;
|
|
2976
|
+
padding-right: 16px;
|
|
2977
|
+
}
|
|
2978
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data:first-child {
|
|
2979
|
+
width: 55%;
|
|
2980
|
+
flex-basis: 55%;
|
|
2981
|
+
max-width: 55%;
|
|
2982
|
+
}
|
|
2983
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data:last-child {
|
|
2984
|
+
width: 32px;
|
|
2985
|
+
max-width: 32px;
|
|
2986
|
+
flex-basis: 32px;
|
|
2987
|
+
text-align: center;
|
|
2988
|
+
justify-content: center;
|
|
2989
|
+
padding-right: 0;
|
|
2990
|
+
}
|
|
2991
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input {
|
|
2992
|
+
position: relative;
|
|
2993
|
+
width: 12px;
|
|
2994
|
+
height: 12px;
|
|
2995
|
+
margin-right: 8px;
|
|
2996
|
+
-webkit-appearance: none;
|
|
2997
|
+
appearance: none;
|
|
2998
|
+
min-height: auto;
|
|
2999
|
+
}
|
|
3000
|
+
@media (min-width: 480px) {
|
|
3001
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input {
|
|
3002
|
+
margin-right: 12px;
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input:before {
|
|
3006
|
+
border: 2px solid #adb5bd;
|
|
3007
|
+
content: "";
|
|
3008
|
+
position: absolute;
|
|
3009
|
+
left: 50%;
|
|
3010
|
+
top: 50%;
|
|
3011
|
+
width: 12px;
|
|
3012
|
+
height: 12px;
|
|
3013
|
+
border-radius: 50%;
|
|
3014
|
+
transform: translate(-50%, -50%);
|
|
3015
|
+
}
|
|
3016
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input:checked:before {
|
|
3017
|
+
width: 12px;
|
|
3018
|
+
height: 12px;
|
|
3019
|
+
border: 4px solid #1b46c2;
|
|
3020
|
+
}
|
|
3021
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label {
|
|
3022
|
+
margin-bottom: 0;
|
|
3023
|
+
flex: 1;
|
|
3024
|
+
display: flex;
|
|
3025
|
+
}
|
|
3026
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value {
|
|
3027
|
+
flex: 1;
|
|
3028
|
+
}
|
|
3029
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
|
|
3030
|
+
max-width: 84px;
|
|
3031
|
+
display: flex;
|
|
3032
|
+
align-items: flex-end;
|
|
3033
|
+
}
|
|
3034
|
+
@media (min-width: 480px) {
|
|
3035
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
|
|
3036
|
+
max-width: 112px;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
@media (min-width: 768px) {
|
|
3040
|
+
.dapp-core-component__addressRowStyles__ledger-address-table-body-item .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label .dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value > span {
|
|
3041
|
+
max-width: 260px;
|
|
3042
|
+
}
|
|
3043
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(k_));var Fe={"ledger-address-table-body-item":"dapp-core-component__addressRowStyles__ledger-address-table-body-item",ledgerAddressTableBodyItem:"dapp-core-component__addressRowStyles__ledger-address-table-body-item","ledger-address-table-body-item-selected":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected",ledgerAddressTableBodyItemSelected:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-selected","ledger-address-table-body-item-data":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data",ledgerAddressTableBodyItemData:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data","ledger-address-table-body-item-data-input":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input",ledgerAddressTableBodyItemDataInput:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-input","ledger-address-table-body-item-data-label":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label",ledgerAddressTableBodyItemDataLabel:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-label","ledger-address-table-body-item-data-value":"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value",ledgerAddressTableBodyItemDataValue:"dapp-core-component__addressRowStyles__ledger-address-table-body-item-data-value"};var zc=({address:e,index:o,balance:n,selectedAddress:r,onSelectAddress:c,className:p="dapp-ledger-address-row",ledgerModalTableSelectedItemClassName:d})=>{let l=m=>{let{checked:g}=m.target;g&&c({address:e,index:o})};return Ce.default.createElement("div",{className:(0,Vc.default)(Fe.ledgerAddressTableBodyItem,{[d!=null?d:""]:r===e,[Fe.ledgerAddressTableBodyItemSelected]:r===e},p)},Ce.default.createElement("div",{className:Fe.ledgerAddressTableBodyItemData},Ce.default.createElement("input",{type:"radio",id:`check_${o}`,"data-testid":`check_${o}`,onChange:l,role:"button",checked:r===e,className:Fe.ledgerAddressTableBodyItemDataInput}),Ce.default.createElement("label",{htmlFor:`check_${o}`,role:"button","data-testid":`label_${o}`,className:Fe.ledgerAddressTableBodyItemDataLabel},Ce.default.createElement("div",{className:Fe.ledgerAddressTableBodyItemDataValue},Ce.default.createElement($c,{text:e})))),Ce.default.createElement("div",{className:Fe.ledgerAddressTableBodyItemData},Ce.default.createElement(Hc,{value:n,egldLabel:Cc()})),Ce.default.createElement("div",{className:Fe.ledgerAddressTableBodyItemData},o))};t();var C_=`.dapp-core-component__addressTableStyles__ledger-address-table-wrapper {
|
|
3044
|
+
text-align: center;
|
|
3045
|
+
padding: 48px 16px;
|
|
3046
|
+
overflow: hidden;
|
|
3047
|
+
display: flex;
|
|
3048
|
+
flex-direction: column;
|
|
3049
|
+
width: 100%;
|
|
3050
|
+
}
|
|
3051
|
+
@media (min-width: 768px) {
|
|
3052
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper {
|
|
3053
|
+
padding: 48px 40px;
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-heading {
|
|
3057
|
+
font-weight: 500;
|
|
3058
|
+
font-size: 24px;
|
|
3059
|
+
line-height: 1;
|
|
3060
|
+
margin-bottom: 12px;
|
|
3061
|
+
}
|
|
3062
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-description {
|
|
3063
|
+
line-height: 1;
|
|
3064
|
+
font-size: 14px;
|
|
3065
|
+
margin-bottom: 0;
|
|
3066
|
+
}
|
|
3067
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table {
|
|
3068
|
+
margin-top: 32px;
|
|
3069
|
+
overflow: hidden;
|
|
3070
|
+
display: flex;
|
|
3071
|
+
flex-direction: column;
|
|
3072
|
+
}
|
|
3073
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header {
|
|
3074
|
+
display: flex;
|
|
3075
|
+
align-items: center;
|
|
3076
|
+
background-color: #ced4da;
|
|
3077
|
+
line-height: 1;
|
|
3078
|
+
padding: 16px;
|
|
3079
|
+
text-align: left;
|
|
3080
|
+
font-size: 14px;
|
|
3081
|
+
border-radius: 8px;
|
|
3082
|
+
padding-right: 20px;
|
|
3083
|
+
}
|
|
3084
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item {
|
|
3085
|
+
flex: 1;
|
|
3086
|
+
}
|
|
3087
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item:first-child {
|
|
3088
|
+
width: 55%;
|
|
3089
|
+
flex-basis: 55%;
|
|
3090
|
+
max-width: 55%;
|
|
3091
|
+
}
|
|
3092
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-header .dapp-core-component__addressTableStyles__ledger-address-table-header-item:last-child {
|
|
3093
|
+
width: 32px;
|
|
3094
|
+
max-width: 32px;
|
|
3095
|
+
flex-basis: 32px;
|
|
3096
|
+
text-align: center;
|
|
3097
|
+
}
|
|
3098
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body {
|
|
3099
|
+
overflow-y: scroll;
|
|
3100
|
+
overflow-x: hidden;
|
|
3101
|
+
}
|
|
3102
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar {
|
|
3103
|
+
width: 4px;
|
|
3104
|
+
}
|
|
3105
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-track {
|
|
3106
|
+
background-color: transparent;
|
|
3107
|
+
}
|
|
3108
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-thumb {
|
|
3109
|
+
background-color: #ced4da;
|
|
3110
|
+
}
|
|
3111
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table .dapp-core-component__addressTableStyles__ledger-address-table-body::-webkit-scrollbar-thumb:hover {
|
|
3112
|
+
background-color: #ced4da;
|
|
3113
|
+
}
|
|
3114
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation {
|
|
3115
|
+
display: flex;
|
|
3116
|
+
max-width: 340px;
|
|
3117
|
+
margin: 48px auto 0;
|
|
3118
|
+
justify-content: space-between;
|
|
3119
|
+
align-items: center;
|
|
3120
|
+
}
|
|
3121
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button {
|
|
3122
|
+
border: none;
|
|
3123
|
+
background-color: transparent;
|
|
3124
|
+
font-weight: 600;
|
|
3125
|
+
transition: all 200ms ease;
|
|
3126
|
+
}
|
|
3127
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button.dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled {
|
|
3128
|
+
opacity: 0.5;
|
|
3129
|
+
pointer-events: none;
|
|
3130
|
+
}
|
|
3131
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-navigation .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button .dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label {
|
|
3132
|
+
padding: 0 8px;
|
|
3133
|
+
}
|
|
3134
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-button {
|
|
3135
|
+
border-radius: 6px;
|
|
3136
|
+
padding: 12px 16px;
|
|
3137
|
+
line-height: 1;
|
|
3138
|
+
font-size: 16px;
|
|
3139
|
+
font-weight: 600;
|
|
3140
|
+
margin-top: 40px !important;
|
|
3141
|
+
transition: all 200ms ease;
|
|
3142
|
+
width: 100%;
|
|
3143
|
+
}
|
|
3144
|
+
@media (min-width: 768px) {
|
|
3145
|
+
.dapp-core-component__addressTableStyles__ledger-address-table-wrapper .dapp-core-component__addressTableStyles__ledger-address-table-button {
|
|
3146
|
+
width: auto;
|
|
3147
|
+
}
|
|
3148
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(C_));var X={"ledger-address-table-wrapper":"dapp-core-component__addressTableStyles__ledger-address-table-wrapper",ledgerAddressTableWrapper:"dapp-core-component__addressTableStyles__ledger-address-table-wrapper","ledger-address-table-heading":"dapp-core-component__addressTableStyles__ledger-address-table-heading",ledgerAddressTableHeading:"dapp-core-component__addressTableStyles__ledger-address-table-heading","ledger-address-table-description":"dapp-core-component__addressTableStyles__ledger-address-table-description",ledgerAddressTableDescription:"dapp-core-component__addressTableStyles__ledger-address-table-description","ledger-address-table":"dapp-core-component__addressTableStyles__ledger-address-table",ledgerAddressTable:"dapp-core-component__addressTableStyles__ledger-address-table","ledger-address-table-header":"dapp-core-component__addressTableStyles__ledger-address-table-header",ledgerAddressTableHeader:"dapp-core-component__addressTableStyles__ledger-address-table-header","ledger-address-table-header-item":"dapp-core-component__addressTableStyles__ledger-address-table-header-item",ledgerAddressTableHeaderItem:"dapp-core-component__addressTableStyles__ledger-address-table-header-item","ledger-address-table-body":"dapp-core-component__addressTableStyles__ledger-address-table-body",ledgerAddressTableBody:"dapp-core-component__addressTableStyles__ledger-address-table-body","ledger-address-table-navigation":"dapp-core-component__addressTableStyles__ledger-address-table-navigation",ledgerAddressTableNavigation:"dapp-core-component__addressTableStyles__ledger-address-table-navigation","ledger-address-table-navigation-button":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button",ledgerAddressTableNavigationButton:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button","ledger-address-table-navigation-button-disabled":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled",ledgerAddressTableNavigationButtonDisabled:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-disabled","ledger-address-table-navigation-button-label":"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label",ledgerAddressTableNavigationButtonLabel:"dapp-core-component__addressTableStyles__ledger-address-table-navigation-button-label","ledger-address-table-button":"dapp-core-component__addressTableStyles__ledger-address-table-button",ledgerAddressTableButton:"dapp-core-component__addressTableStyles__ledger-address-table-button"};t();t();t();var Go=f(require("react")),Kc=require("@fortawesome/free-solid-svg-icons"),$o=f(require("classnames"));t();t();var Ho=f(require("react")),qc=require("@fortawesome/react-fontawesome"),Tn=f(require("classnames"));t();var I_=`.dapp-core-component__pageState-styles__wrapper {
|
|
3149
|
+
color: inherit;
|
|
3150
|
+
}
|
|
3151
|
+
|
|
3152
|
+
.dapp-core-component__pageState-styles__state {
|
|
3153
|
+
color: inherit;
|
|
3154
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(I_));var jc={wrapper:"dapp-core-component__pageState-styles__wrapper",state:"dapp-core-component__pageState-styles__state"};var Xc=({icon:e,title:o,action:n,iconClass:r,dataTestId:c,description:p,iconBgClass:d,iconSize:l="5x",className:m="dapp-page-state"})=>{let g={wrapper:(0,Tn.default)(jc.state,N.mAuto,N.p4,N.textCenter,m),iconContainer:(0,Tn.default)(N.iconState,N.mxAuto,{[d!=null?d:""]:Boolean(d)}),iconClass:(0,Tn.default)(r!=null&&r),title:(0,Tn.default)(N.h4,N.my4),description:N.mb3};return Ho.default.createElement("div",{className:g.wrapper,"data-testid":c},e&&Ho.default.createElement("span",{className:g.iconContainer},Ho.default.createElement(qc.FontAwesomeIcon,{icon:e,className:g.iconClass,size:l})),o&&Ho.default.createElement("p",{className:g.title},o),p&&Ho.default.createElement("div",{className:g.description},p),n)};t();var L_=`.dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper {
|
|
3155
|
+
text-align: center;
|
|
3156
|
+
padding: 40px 16px 0;
|
|
3157
|
+
}
|
|
3158
|
+
.dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-heading {
|
|
3159
|
+
font-weight: 500;
|
|
3160
|
+
font-size: 24px;
|
|
3161
|
+
line-height: 1;
|
|
3162
|
+
margin-bottom: 12px;
|
|
3163
|
+
}
|
|
3164
|
+
.dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-description {
|
|
3165
|
+
line-height: 1;
|
|
3166
|
+
font-size: 14px;
|
|
3167
|
+
margin-bottom: 0;
|
|
3168
|
+
}
|
|
3169
|
+
.dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper .dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner {
|
|
3170
|
+
margin: 120px 0;
|
|
3171
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(L_));var xn={"ledger-loading-wrapper":"dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper",ledgerLoadingWrapper:"dapp-core-component__ledgerLoadingStyles__ledger-loading-wrapper","ledger-loading-heading":"dapp-core-component__ledgerLoadingStyles__ledger-loading-heading",ledgerLoadingHeading:"dapp-core-component__ledgerLoadingStyles__ledger-loading-heading","ledger-loading-description":"dapp-core-component__ledgerLoadingStyles__ledger-loading-description",ledgerLoadingDescription:"dapp-core-component__ledgerLoadingStyles__ledger-loading-description","ledger-loading-spinner":"dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner",ledgerLoadingSpinner:"dapp-core-component__ledgerLoadingStyles__ledger-loading-spinner"};var St=({customSpinnerComponent:e,ledgerLoadingClassNames:o,customContentComponent:n})=>{let{ledgerModalSubtitleClassName:r,ledgerModalTitleClassName:c,ledgerLoadingWrapper:p,ledgerLoadingSpinner:d}=o||{};return Go.default.createElement("div",{className:(0,$o.default)(xn.ledgerLoadingWrapper,p)},Go.default.createElement("div",{className:(0,$o.default)(xn.ledgerLoadingHeading,c)},"Waiting for device..."),Go.default.createElement("p",{className:(0,$o.default)(xn.ledgerLoadingDescription,r)},"It may take a few seconds..."),n,Go.default.createElement("div",{className:(0,$o.default)(xn.ledgerLoadingSpinner,d)},e||Go.default.createElement(Xc,{iconSize:"10x",icon:Kc.faCircleNotch,iconClass:(0,$o.default)("fa-spin",N.textPrimary)})))};var Yc=10,Zc=({loading:e,accounts:o,startIndex:n,selectedAddress:r,onGoToPrevPage:c,onGoToNextPage:p,onConfirmSelectedAddress:d,onSelectAddress:l,className:m="dapp-ledger-address-table",customContentComponent:g,addressTableClassNames:h})=>{let{ledgerModalTitleClassName:u,ledgerModalSubtitleClassName:x,ledgerModalTableHeadClassName:A,ledgerModalTableItemClassName:S,ledgerModalButtonClassName:C,ledgerModalTableNavigationButtonClassName:R,ledgerModalTableSelectedItemClassName:Q,ledgerModalTableNavigationButtonDisabledClassName:P}=h||{},[G,F]=(0,M.useState)([]);(0,M.useEffect)(()=>{if(o.length>0&&!e&&(!r&&n===0)){let zo=o[0];l({address:zo,index:0})}},[o,r,e,n]);let de=$=>b(void 0,null,function*(){try{let V=yield lc($);return{address:$,balance:V}}catch(V){throw console.error("error fetching balance",V),G}});if((0,M.useEffect)(()=>{let $=o.map(V=>de(V));F(o.map(V=>({address:V,balance:"..."}))),Promise.all($).then(V=>{F(V)})},[o]),e)return M.default.createElement(St,null);let re=()=>{!r||d()},Y=["Address","Balance","#"];return M.default.createElement("div",{className:(0,qe.default)(X.ledgerAddressTableWrapper,m)},M.default.createElement("div",{className:X.ledgerAddressTableTop},M.default.createElement("div",{className:(0,qe.default)(X.ledgerAddressTableHeading,u)},"Access your wallet"),M.default.createElement("p",{className:(0,qe.default)(X.ledgerAddressTableDescription,x)},"Choose the wallet you want to access")),g,M.default.createElement("div",{className:X.ledgerAddressTable},M.default.createElement("div",{className:(0,qe.default)(X.ledgerAddressTableHeader,A)},Y.map($=>M.default.createElement("div",{key:$,className:X.ledgerAddressTableHeaderItem},$))),M.default.createElement("div",{className:X.ledgerAddressTableBody},G&&G.map(({address:$,balance:V},xe)=>M.default.createElement(zc,{address:$,balance:V,key:xe+n*Yc,index:xe+n*Yc,selectedAddress:r,onSelectAddress:l,className:S,ledgerModalTableSelectedItemClassName:Q})))),M.default.createElement("div",{className:X.ledgerAddressTableBottom},M.default.createElement("div",{className:X.ledgerAddressTableNavigation},M.default.createElement("button",{type:"button",onClick:c,"data-testid":"prevBtn",className:(0,qe.default)(X.ledgerAddressTableNavigationButton,{[P!=null?P:""]:n===0,[X.ledgerAddressTableNavigationButtonDisabled]:n===0},R)},M.default.createElement(Vr.FontAwesomeIcon,{size:"1x",icon:wt.faChevronLeft}),M.default.createElement("span",{className:X.ledgerAddressTableNavigationButtonLabel},"Prev")),M.default.createElement("button",{type:"button",onClick:p,"data-testid":"nextBtn",className:(0,qe.default)(X.ledgerAddressTableNavigationButton,{[X.ledgerAddressTableNavigationButtonDisabled]:o.length<10},R)},M.default.createElement("span",{className:X.ledgerAddressTableNavigationButtonLabel},"Next"),M.default.createElement(Vr.FontAwesomeIcon,{size:"1x",icon:wt.faChevronRight}))),M.default.createElement("button",{disabled:!r,onClick:re,"data-testid":"confirmBtn",className:(0,qe.default)(N.btn,N.btnPrimary,X.ledgerAddressTableButton,C)},"Access Wallet")))};t();var oe=f(require("react")),Ue=f(require("classnames"));t();var N_=`.dapp-core-component__confirmAddressStyles__ledger-confirm-address {
|
|
3172
|
+
text-align: center;
|
|
3173
|
+
padding: 48px 16px;
|
|
3174
|
+
overflow: hidden;
|
|
3175
|
+
display: flex;
|
|
3176
|
+
flex-direction: column;
|
|
3177
|
+
width: 100%;
|
|
3178
|
+
}
|
|
3179
|
+
@media (min-width: 768px) {
|
|
3180
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address {
|
|
3181
|
+
padding: 48px 40px;
|
|
3182
|
+
}
|
|
3183
|
+
}
|
|
3184
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-heading {
|
|
3185
|
+
font-weight: 500;
|
|
3186
|
+
font-size: 24px;
|
|
3187
|
+
line-height: 1;
|
|
3188
|
+
margin-bottom: 12px;
|
|
3189
|
+
}
|
|
3190
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-section {
|
|
3191
|
+
line-height: 1.5;
|
|
3192
|
+
margin-top: 40px;
|
|
3193
|
+
font-size: 16px;
|
|
3194
|
+
}
|
|
3195
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-section .dapp-core-component__confirmAddressStyles__ledger-confirm-address-description {
|
|
3196
|
+
color: #495057;
|
|
3197
|
+
}
|
|
3198
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-section .dapp-core-component__confirmAddressStyles__ledger-confirm-address-data {
|
|
3199
|
+
color: #000;
|
|
3200
|
+
margin: 8px 0;
|
|
3201
|
+
word-break: break-word;
|
|
3202
|
+
background-color: #adb5bd;
|
|
3203
|
+
padding: 12px;
|
|
3204
|
+
border-radius: 8px;
|
|
3205
|
+
}
|
|
3206
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-footer {
|
|
3207
|
+
font-size: 14px;
|
|
3208
|
+
color: #495057;
|
|
3209
|
+
line-height: 1.5;
|
|
3210
|
+
position: relative;
|
|
3211
|
+
margin-top: 40px;
|
|
3212
|
+
padding-top: 40px;
|
|
3213
|
+
}
|
|
3214
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-footer:before {
|
|
3215
|
+
height: 1px;
|
|
3216
|
+
content: "";
|
|
3217
|
+
left: 0;
|
|
3218
|
+
bottom: 100%;
|
|
3219
|
+
right: 0;
|
|
3220
|
+
position: absolute;
|
|
3221
|
+
background-color: #495057;
|
|
3222
|
+
}
|
|
3223
|
+
.dapp-core-component__confirmAddressStyles__ledger-confirm-address .dapp-core-component__confirmAddressStyles__ledger-confirm-address-footer a {
|
|
3224
|
+
color: #1b46c2;
|
|
3225
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(N_));var Te={"ledger-confirm-address":"dapp-core-component__confirmAddressStyles__ledger-confirm-address",ledgerConfirmAddress:"dapp-core-component__confirmAddressStyles__ledger-confirm-address","ledger-confirm-address-heading":"dapp-core-component__confirmAddressStyles__ledger-confirm-address-heading",ledgerConfirmAddressHeading:"dapp-core-component__confirmAddressStyles__ledger-confirm-address-heading","ledger-confirm-address-section":"dapp-core-component__confirmAddressStyles__ledger-confirm-address-section",ledgerConfirmAddressSection:"dapp-core-component__confirmAddressStyles__ledger-confirm-address-section","ledger-confirm-address-description":"dapp-core-component__confirmAddressStyles__ledger-confirm-address-description",ledgerConfirmAddressDescription:"dapp-core-component__confirmAddressStyles__ledger-confirm-address-description","ledger-confirm-address-data":"dapp-core-component__confirmAddressStyles__ledger-confirm-address-data",ledgerConfirmAddressData:"dapp-core-component__confirmAddressStyles__ledger-confirm-address-data","ledger-confirm-address-footer":"dapp-core-component__confirmAddressStyles__ledger-confirm-address-footer",ledgerConfirmAddressFooter:"dapp-core-component__confirmAddressStyles__ledger-confirm-address-footer"};var Jc=({token:e,className:o="dapp-ledger-confirm-address",customContentComponent:n,confirmAddressClassNames:r})=>{var x,A;let{ledgerAccount:c}=gn(),{ledgerModalTitleClassName:p,ledgerModalConfirmDescriptionClassName:d,ledgerModalConfirmDataClassName:l,ledgerModalConfirmFooterClassName:m,ledgerModalConfirmContentClassName:g}=r||{},h=v($e),u=(x=h==null?void 0:h.loginToken)!=null?x:e;return oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddress,g,o)},oe.default.createElement("h4",{className:(0,Ue.default)(Te.ledgerConfirmAddressHeading,p)},"Confirm Ledger Address"),n,oe.default.createElement("div",{className:Te.ledgerConfirmAddressSection},oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressDescription,d)},"For security, please confirm that your address:"),oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressData,l)},oe.default.createElement(oe.default.Fragment,null,(A=c==null?void 0:c.address)!=null?A:""))),u&&oe.default.createElement("div",{className:Te.ledgerConfirmAddressSection},oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressDescription,d)},"and Auth Token:"),oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressData,l)},`${u}{}`),oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressDescription,d)},u?"are the one shown on your Ledger device screen now.":"is the one shown on your Ledger device screen now.")),oe.default.createElement("div",{className:(0,Ue.default)(Te.ledgerConfirmAddressFooter,m)},oe.default.createElement("div",null,"Select Approve on your device to confirm."),oe.default.createElement("div",null,"Or, if it does not match, close this page and"," ",oe.default.createElement("a",{href:"https://help.multiversx.com/en/",target:"_blank",rel:"noreferrer"},"contact support"),".")))};t();var pe=f(require("react")),Le=f(require("classnames"));t();var K=f(require("react")),E_=e=>K.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",id:"Layer_1",x:"0px",y:"0px",viewBox:"0 0 290 142.3",style:{enableBackground:"new 0 0 290 142.3"},xmlSpace:"preserve"},e),K.createElement("style",{type:"text/css"},`
|
|
3226
|
+
.st0{filter:url(#Adobe_OpacityMaskFilter);}
|
|
3227
|
+
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000132080685600946463390000014083146887067534994_);}
|
|
3228
|
+
.st2{mask:url(#SVGID_1_);fill-rule:evenodd;clip-rule:evenodd;fill:#212529;}
|
|
3229
|
+
.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#212529;}
|
|
3230
|
+
`),K.createElement("defs",null,K.createElement("filter",{id:"Adobe_OpacityMaskFilter",filterUnits:"userSpaceOnUse",x:1,y:21.7,width:92.7,height:6.3},K.createElement("feColorMatrix",{type:"matrix",values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"}))),K.createElement("mask",{maskUnits:"userSpaceOnUse",x:1,y:21.7,width:92.7,height:6.3,id:"SVGID_1_"},K.createElement("g",{className:"st0"},K.createElement("linearGradient",{id:"SVGID_00000042721603501377086220000002945655816276772283_",gradientUnits:"userSpaceOnUse",x1:1,y1:24.85,x2:92.9,y2:24.85},K.createElement("stop",{offset:0,style:{stopColor:"#000000"}}),K.createElement("stop",{offset:.1864,style:{stopColor:"#000000"}}),K.createElement("stop",{offset:.8945,style:{stopColor:"#FFFFFF"}})),K.createElement("rect",{x:1,y:21.7,style:{fillRule:"evenodd",clipRule:"evenodd",fill:"url(#SVGID_00000042721603501377086220000002945655816276772283_)"},width:91.9,height:6.3}))),K.createElement("path",{className:"st2",d:"M1,26.6V28h92.7v-1.4H1z M1,21.7v1.4h92.7v-1.4H1z"}),K.createElement("g",null,K.createElement("path",{className:"st3",d:"M218.8,21h-38.1c-0.2,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.2,0.4v5.6c0,0.2,0.1,0.3,0.2,0.4 c0.1,0.1,0.2,0.2,0.4,0.2h38.1c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.2,0.2-0.4v-5.6c0-0.1-0.1-0.3-0.2-0.4 C219.1,21.1,219,21,218.8,21z M185.2,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.6-0.8l0,0l-1-0.3l0.2-0.6l1,0.4l-0.1-1h0.7 l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L185.2,25.4z M189.6,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.6-0.8l0,0l-1-0.3l0.2-0.6 l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L189.6,25.4z M194,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.6-0.8l0,0l-1-0.3 l0.2-0.6l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L194,25.4z M198.4,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.7-0.8 l0,0l-1-0.3l0.1-0.6l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L198.4,25.4z M202.8,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9 l-0.5-0.4l0.7-0.8l0,0l-1-0.3l0.2-0.6l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L202.8,25.4z M207.1,25.4l-0.5,0.4l-0.6-0.9 l0,0l-0.6,0.9l-0.5-0.4l0.7-0.8l0,0l-1-0.3l0.2-0.6l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L207.1,25.4z M211.5,25.4 l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.7-0.8l0,0l-1-0.3l0.2-0.6l1,0.4v-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3l0,0L211.5,25.4z M215.9,25.4l-0.5,0.4l-0.6-0.9l0,0l-0.6,0.9l-0.5-0.4l0.7-0.8l0,0l-1-0.3l0.2-0.6l1,0.4l-0.1-1h0.7l-0.1,1l1-0.4l0.2,0.6l-1,0.3 l0,0L215.9,25.4z"}),K.createElement("path",{className:"st3",d:"M283.8,9.2l-0.1-0.1c-0.2-0.2-0.3-0.3-0.5-0.5s-0.3-0.3-0.5-0.5c-0.1-0.1-0.3-0.3-0.4-0.4 c-0.6-0.6-1.2-1.1-1.8-1.6c-3.9-3-8.7-4.7-13.9-4.7h-28.1c-0.1-0.2-0.2-0.3-0.3-0.5c-0.4-0.6-1.1-0.9-1.8-0.9h-14.7 c-0.8,0-1.4,0.4-1.8,0.9c-0.1,0.2-0.2,0.3-0.3,0.5h-42.3c-0.1-0.2-0.2-0.3-0.3-0.5c-0.4-0.6-1.1-0.9-1.8-0.9h-14.7 c-0.8,0-1.4,0.4-1.8,0.9c-0.1,0.2-0.2,0.3-0.3,0.5h-13c-1.1,0-2.1,0.4-2.8,1.2c-0.7,0.7-1.2,1.8-1.2,2.8v8.8c-0.1,0-0.2,0-0.2,0 h-0.3h-29.1c-1.7,0-3.2,0.7-4.4,1.8c-1.2,1.2-1.8,2.8-1.8,4.4v0.3H92.9v8.4h12.7v0.7c0,1.7,0.7,3.2,1.8,4.4 c1.2,1.2,2.7,1.8,4.4,1.8h29.1h0.3c0.1,0,0.2,0,0.2,0v7.4c0,1.1,0.4,2.1,1.2,2.8s1.8,1.2,2.8,1.2h72.3l-0.4,0.5l-53.4,63.6 c-0.3,0.4-0.6,0.9-0.7,1.4c-0.2,0.5-0.2,1-0.2,1.5s0.2,1,0.4,1.5s0.6,0.9,1,1.2l28.9,24.3c0.4,0.3,0.9,0.6,1.4,0.7 c0.5,0.2,1,0.2,1.5,0.2s1-0.2,1.5-0.4s0.9-0.6,1.2-1l82.5-98.3l2.9-3.5C291.8,30.3,291.3,17.5,283.8,9.2z M105.1,27.9h-11v-6h11 V27.9z M277.7,45.1l-79.8,95c-0.2,0.3-0.5,0.5-0.8,0.7s-0.7,0.3-1,0.3c-0.4,0-0.7,0-1.1-0.1c-0.3-0.1-0.7-0.3-0.9-0.5l-29-24.3 c-0.3-0.2-0.5-0.5-0.7-0.8s-0.3-0.7-0.3-1c0-0.4,0-0.7,0.1-1.1c0.1-0.3,0.3-0.7,0.5-0.9l54-64.4l0.4-0.5l1-1.2l8.1-9.7l0.3-0.3 l0.3-0.3l5.2-6.2l0.3-0.4l0.3-0.4L250,10.6c4.8-5.7,11.8-8.3,18.6-7.6c0.2,0,0.5,0,0.7,0.1c0.3,0,0.6,0.1,0.9,0.1 c0.2,0,0.5,0.1,0.7,0.1c0.4,0.1,0.7,0.2,1.1,0.3c0.6,0.2,1.2,0.3,1.8,0.5c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.6,0.2,0.9,0.4 c0.2,0.1,0.4,0.2,0.6,0.3c0.6,0.3,1.2,0.7,1.9,1c0.4,0.2,0.8,0.5,1.2,0.8l0,0c0.4,0.3,0.8,0.6,1.1,0.9c0.1,0.1,0.2,0.2,0.3,0.2 c0.1,0.1,0.2,0.2,0.3,0.2c0.2,0.1,0.3,0.3,0.5,0.4c0.1,0.1,0.2,0.2,0.4,0.4c7.9,7.8,8.6,20.6,1.3,29.3l-4.7,5.6L277.7,45.1z M234.2,27.8l-6.8,8.1h-60.6c-0.8,0-1.5-0.7-1.5-1.5v-20c0-0.8,0.7-1.5,1.5-1.5h65.9c0.8,0,1.5,0.7,1.5,1.5L234.2,27.8L234.2,27.8z M141.2,34.9h-0.3h-29.1c-1.3,0-2.6-0.5-3.5-1.5c-0.9-0.9-1.5-2.2-1.5-3.5v-9.5c0-1.3,0.5-2.6,1.5-3.5c0.9-0.9,2.2-1.5,3.5-1.5 h29.1h0.3c0.1,0,0.2,0,0.2,0.1v19.4C141.3,34.8,141.3,34.9,141.2,34.9z M145.4,46.2c-0.7,0-1.4-0.3-2-0.8c-0.5-0.5-0.8-1.2-0.8-2 v-8.2v-3.4V18.1V15V5.4c0-0.7,0.3-1.4,0.8-1.9s1.2-0.8,2-0.8h12.9h19.2h42h19.2h21.4c-4.1,1.2-7.8,3.6-10.8,7.1l-14.5,17.3V14.4 c0-1.2-0.9-2.1-2.1-2.1h-65.9c-1.2,0-2.1,0.9-2.1,2.1v20c0,1.2,0.9,2.1,2.1,2.1h60.1l-8.2,9.7C218.7,46.2,145.4,46.2,145.4,46.2z"}),K.createElement("path",{className:"st3",d:"M265.5,12.2c-6.8,0-12.2,5.4-12.2,12.2c0,6.7,5.5,12.2,12.2,12.2c6.8,0,12.2-5.4,12.2-12.2 C277.7,17.7,272.2,12.2,265.5,12.2z M265.5,35.9c-6.4,0-11.6-5.2-11.6-11.5s5.2-11.5,11.6-11.5s11.6,5.2,11.6,11.5 S271.9,35.9,265.5,35.9z"}))),Qc=E_;t();var P_=`.dapp-core-component__ledgerConnectStyles__login-connect-container {
|
|
3231
|
+
color: inherit;
|
|
3232
|
+
width: 100%;
|
|
3233
|
+
}
|
|
3234
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content {
|
|
3235
|
+
text-align: center;
|
|
3236
|
+
padding: 40px 16px;
|
|
3237
|
+
}
|
|
3238
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-heading {
|
|
3239
|
+
font-weight: 500;
|
|
3240
|
+
font-size: 24px;
|
|
3241
|
+
line-height: 1;
|
|
3242
|
+
margin-bottom: 12px;
|
|
3243
|
+
}
|
|
3244
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-description {
|
|
3245
|
+
line-height: 1;
|
|
3246
|
+
font-size: 14px;
|
|
3247
|
+
margin-bottom: 0;
|
|
3248
|
+
}
|
|
3249
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-error {
|
|
3250
|
+
color: #d9534f;
|
|
3251
|
+
margin-bottom: 0;
|
|
3252
|
+
margin-top: 12px;
|
|
3253
|
+
line-height: 1;
|
|
3254
|
+
}
|
|
3255
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-icon {
|
|
3256
|
+
width: 100%;
|
|
3257
|
+
max-width: 288px;
|
|
3258
|
+
margin: 48px auto;
|
|
3259
|
+
}
|
|
3260
|
+
@media (min-width: 480px) {
|
|
3261
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-icon {
|
|
3262
|
+
margin: 100px auto;
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer {
|
|
3266
|
+
display: flex;
|
|
3267
|
+
flex-direction: column;
|
|
3268
|
+
align-items: center;
|
|
3269
|
+
}
|
|
3270
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-button {
|
|
3271
|
+
border-radius: 6px;
|
|
3272
|
+
padding: 12px 16px;
|
|
3273
|
+
line-height: 1;
|
|
3274
|
+
font-size: 16px;
|
|
3275
|
+
font-weight: 600;
|
|
3276
|
+
width: 100%;
|
|
3277
|
+
}
|
|
3278
|
+
@media (min-width: 768px) {
|
|
3279
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-button {
|
|
3280
|
+
width: auto;
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-link {
|
|
3284
|
+
line-height: 1;
|
|
3285
|
+
font-size: 18px;
|
|
3286
|
+
margin-top: 32px;
|
|
3287
|
+
font-weight: 500;
|
|
3288
|
+
}
|
|
3289
|
+
.dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-link:hover, .dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-link:active, .dapp-core-component__ledgerConnectStyles__login-connect-container .dapp-core-component__ledgerConnectStyles__login-connect-container-content .dapp-core-component__ledgerConnectStyles__login-connect-container-footer .dapp-core-component__ledgerConnectStyles__login-connect-container-link:focus {
|
|
3290
|
+
text-decoration: none;
|
|
3291
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(P_));var Ie={"login-connect-container":"dapp-core-component__ledgerConnectStyles__login-connect-container",loginConnectContainer:"dapp-core-component__ledgerConnectStyles__login-connect-container","login-connect-container-content":"dapp-core-component__ledgerConnectStyles__login-connect-container-content",loginConnectContainerContent:"dapp-core-component__ledgerConnectStyles__login-connect-container-content","login-connect-container-heading":"dapp-core-component__ledgerConnectStyles__login-connect-container-heading",loginConnectContainerHeading:"dapp-core-component__ledgerConnectStyles__login-connect-container-heading","login-connect-container-description":"dapp-core-component__ledgerConnectStyles__login-connect-container-description",loginConnectContainerDescription:"dapp-core-component__ledgerConnectStyles__login-connect-container-description","login-connect-container-error":"dapp-core-component__ledgerConnectStyles__login-connect-container-error",loginConnectContainerError:"dapp-core-component__ledgerConnectStyles__login-connect-container-error","login-connect-container-icon":"dapp-core-component__ledgerConnectStyles__login-connect-container-icon",loginConnectContainerIcon:"dapp-core-component__ledgerConnectStyles__login-connect-container-icon","login-connect-container-footer":"dapp-core-component__ledgerConnectStyles__login-connect-container-footer",loginConnectContainerFooter:"dapp-core-component__ledgerConnectStyles__login-connect-container-footer","login-connect-container-button":"dapp-core-component__ledgerConnectStyles__login-connect-container-button",loginConnectContainerButton:"dapp-core-component__ledgerConnectStyles__login-connect-container-button","login-connect-container-link":"dapp-core-component__ledgerConnectStyles__login-connect-container-link",loginConnectContainerLink:"dapp-core-component__ledgerConnectStyles__login-connect-container-link"};var ep=({onClick:e,error:o,disabled:n,connectPageContent:r,customContentComponent:c,className:p="dapp-ledger-connect-button",ledgerConnectClassNames:d})=>{let{ledgerModalTitleClassName:l,ledgerModalSubtitleClassName:m,ledgerModalErrorClassName:g,ledgerModalIconClassName:h,ledgerModalButtonClassName:u,ledgerModalFooterLinkClassName:x,ledgerModalFooterClassName:A,ledgerModalContentClassName:S}=d||{};return pe.default.createElement("div",{className:(0,Le.default)(Ie.loginConnectContainer,p)},pe.default.createElement("div",{className:(0,Le.default)(Ie.loginConnectContainerContent,S)},r||pe.default.createElement(pe.default.Fragment,null,pe.default.createElement("div",{className:(0,Le.default)(Ie.loginConnectContainerHeading,l)},"Connect Ledger"),pe.default.createElement("p",{className:(0,Le.default)(Ie.loginConnectContainerDescription,m)},"Unlock your device & open the MultiversX App"),o&&pe.default.createElement("p",{className:(0,Le.default)(Ie.loginConnectContainerError,g)},o),c,pe.default.createElement("div",{className:(0,Le.default)(Ie.loginConnectContainerIcon,h)},pe.default.createElement(Qc,null))),pe.default.createElement("div",{className:(0,Le.default)(Ie.loginConnectContainerFooter,A)},pe.default.createElement("button",{onClick:e,disabled:n,"data-testid":"connectBtn",className:(0,Le.default)(N.btn,N.btnPrimary,Ie.loginConnectContainerButton,u)},"Connect Ledger"),pe.default.createElement("a",{href:"https://support.ledger.com/hc/en-us/articles/115005165269-Connection-issues-with-Windows-or-Linux",target:"_blank",rel:"noopener noreferrer",className:(0,Le.default)(Ie.loginConnectContainerLink,x)},"Having connection issues?"))))};t();var D_=`.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container {
|
|
3292
|
+
padding: 48px 16px;
|
|
3293
|
+
}
|
|
3294
|
+
@media (min-width: 768px) {
|
|
3295
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container {
|
|
3296
|
+
padding: 48px 40px;
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content {
|
|
3300
|
+
border-radius: 24px;
|
|
3301
|
+
border: none;
|
|
3302
|
+
display: flex;
|
|
3303
|
+
flex-direction: column;
|
|
3304
|
+
box-shadow: none;
|
|
3305
|
+
max-width: 400px;
|
|
3306
|
+
}
|
|
3307
|
+
@media (min-width: 768px) {
|
|
3308
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content {
|
|
3309
|
+
max-width: 730px;
|
|
3310
|
+
}
|
|
3311
|
+
}
|
|
3312
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header {
|
|
3313
|
+
position: absolute;
|
|
3314
|
+
background-color: transparent;
|
|
3315
|
+
padding: 0;
|
|
3316
|
+
right: 20px;
|
|
3317
|
+
top: 16px;
|
|
3318
|
+
}
|
|
3319
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header-text {
|
|
3320
|
+
display: none;
|
|
3321
|
+
}
|
|
3322
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-close-button {
|
|
3323
|
+
float: none;
|
|
3324
|
+
position: relative;
|
|
3325
|
+
top: auto;
|
|
3326
|
+
padding: 0;
|
|
3327
|
+
cursor: pointer;
|
|
3328
|
+
}
|
|
3329
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-close-button:hover {
|
|
3330
|
+
background-color: transparent;
|
|
3331
|
+
}
|
|
3332
|
+
.dapp-core-component__ledgerLoginContainerStyles__ledger-login-container .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content .dapp-core-component__ledgerLoginContainerStyles__ledger-modal-body {
|
|
3333
|
+
flex: 1;
|
|
3334
|
+
display: flex;
|
|
3335
|
+
flex-direction: column;
|
|
3336
|
+
padding: 0;
|
|
3337
|
+
justify-content: center;
|
|
3338
|
+
overflow: hidden;
|
|
3339
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(D_));var go={"ledger-login-container":"dapp-core-component__ledgerLoginContainerStyles__ledger-login-container",ledgerLoginContainer:"dapp-core-component__ledgerLoginContainerStyles__ledger-login-container","ledger-modal-dialog-content":"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content",ledgerModalDialogContent:"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-dialog-content","ledger-modal-header":"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header",ledgerModalHeader:"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header","ledger-modal-header-text":"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header-text",ledgerModalHeaderText:"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-header-text","ledger-modal-close-button":"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-close-button",ledgerModalCloseButton:"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-close-button","ledger-modal-body":"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-body",ledgerModalBody:"dapp-core-component__ledgerLoginContainerStyles__ledger-modal-body"};t();t();var At=f(require("react")),zr=f(require("classnames"));t();var M_=`.dapp-core-component__progressBarStyles__ledger-progress-bar {
|
|
3340
|
+
position: relative;
|
|
3341
|
+
margin: 40px auto 0;
|
|
3342
|
+
}
|
|
3343
|
+
.dapp-core-component__progressBarStyles__ledger-progress-bar .dapp-core-component__progressBarStyles__ledger-progress-bar-track {
|
|
3344
|
+
max-width: 250px;
|
|
3345
|
+
width: 60vw;
|
|
3346
|
+
height: 4px;
|
|
3347
|
+
background-color: #adb5bd;
|
|
3348
|
+
border-radius: 2px;
|
|
3349
|
+
}
|
|
3350
|
+
.dapp-core-component__progressBarStyles__ledger-progress-bar .dapp-core-component__progressBarStyles__ledger-progress-bar-thumb {
|
|
3351
|
+
transition: all 400ms ease;
|
|
3352
|
+
height: 4px;
|
|
3353
|
+
border-radius: 2px;
|
|
3354
|
+
background-color: #495057;
|
|
3355
|
+
position: absolute;
|
|
3356
|
+
top: 0;
|
|
3357
|
+
bottom: 0;
|
|
3358
|
+
left: 0;
|
|
3359
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(M_));var vt={"ledger-progress-bar":"dapp-core-component__progressBarStyles__ledger-progress-bar",ledgerProgressBar:"dapp-core-component__progressBarStyles__ledger-progress-bar","ledger-progress-bar-track":"dapp-core-component__progressBarStyles__ledger-progress-bar-track",ledgerProgressBarTrack:"dapp-core-component__progressBarStyles__ledger-progress-bar-track","ledger-progress-bar-thumb":"dapp-core-component__progressBarStyles__ledger-progress-bar-thumb",ledgerProgressBarThumb:"dapp-core-component__progressBarStyles__ledger-progress-bar-thumb"};var op=e=>{let{percentage:o,ledgerProgressBarClassNames:n}=e,{ledgerProgressBarTrackClassName:r,ledgerProgressBarThumbClassName:c}=n||{};return At.default.createElement("div",{className:vt.ledgerProgressBar},At.default.createElement("div",{className:(0,zr.default)(vt.ledgerProgressBarTrack,r)}),At.default.createElement("div",{className:(0,zr.default)(vt.ledgerProgressBarThumb,c),style:{width:`${o}%`}}))};var tp=({callbackRoute:e,className:o="dapp-ledger-login-container",wrapContentInsideModal:n=!0,onClose:r,onLoginRedirect:c,token:p,nativeAuth:d,customSpinnerComponent:l,customContentComponent:m,innerLedgerComponentsClasses:g,showProgressBar:h=!0,showScamPhishingAlert:u=!0})=>{let{ledgerAccount:x}=gn(),[A,{error:S,isLoading:C},{showAddressList:R,accounts:Q,onGoToPrevPage:P,onGoToNextPage:G,onSelectAddress:F,onConfirmSelectedAddress:de,startIndex:re,selectedAddress:Y}]=Br({callbackRoute:e,token:p,onLoginRedirect:c,nativeAuth:d}),{addressTableClassNames:$,confirmAddressClassNames:V,ledgerConnectClassNames:xe,ledgerLoadingClassNames:Vo,ledgerProgressBarClassNames:zo,ledgerScamPhishingAlertClassName:bn}=g||{},kt=gt(p),jo=()=>{if(!u)return null;let Xo=js(p);return he.default.createElement(Uc,{url:window==null?void 0:window.location.origin,authorizationInfo:Xo,className:bn})},qo=()=>{let Xo=[{percentage:33,conditions:!R&&!x},{conditions:R&&!S&&!x,percentage:66},{conditions:x!=null&&!S,percentage:100}],Ko=(0,he.useMemo)(()=>Xo.find(Yo=>Yo.conditions),[]),Ct=Ko?Ko.percentage:33;return h?he.default.createElement(op,{percentage:Ct,ledgerProgressBarClassNames:zo}):null},Sn=()=>C?he.default.createElement(St,{customSpinnerComponent:l,customContentComponent:m,ledgerLoadingClassNames:Vo}):x!=null&&!S?he.default.createElement(Jc,{token:p,customContentComponent:m,confirmAddressClassNames:V}):R&&!S?he.default.createElement(Zc,{accounts:Q,loading:C,onGoToNextPage:G,onGoToPrevPage:P,onSelectAddress:F,startIndex:re,selectedAddress:Y==null?void 0:Y.address,onConfirmSelectedAddress:de,customContentComponent:m,addressTableClassNames:$}):he.default.createElement(ep,{error:S,disabled:kt,onClick:A,customContentComponent:m,ledgerConnectClassNames:xe});return n?he.default.createElement(Gr,{onClose:r,modalConfig:{headerText:"Login with ledger",showHeader:!0,modalContentClassName:go.ledgerModalDialogContent,modalHeaderClassName:go.ledgerModalHeader,modalHeaderTextClassName:go.ledgerModalHeaderText,modalCloseButtonClassName:go.ledgerModalCloseButton,modalBodyClassName:go.ledgerModalBody,modalDialogClassName:(0,np.default)(go.ledgerLoginContainer,o)}},jo(),qo(),Sn()):he.default.createElement(he.default.Fragment,null,jo(),qo(),Sn())};var R_=({token:e,callbackRoute:o,nativeAuth:n,children:r,onModalOpens:c,onModalCloses:p,loginButtonText:d="Ledger",buttonClassName:l="dapp-ledger-login-button",className:m="dapp-ledger-login",modalClassName:g,wrapContentInsideModal:h=!0,hideButtonWhenModalOpens:u=!1,onLoginRedirect:x,disabled:A,customSpinnerComponent:S,innerLedgerComponentsClasses:C,showProgressBar:R=!0,showScamPhishingAlert:Q=!0})=>{let P=bs(),[G,F]=(0,uo.useState)(!1),{handleShowModal:de,handleHideModal:re}=bt(),Y=gt(e);function $(){if(P)throw new Error(Je);F(!0),de(),c==null||c()}function V(){F(!1),re(),p==null||p()}return uo.default.createElement(uo.default.Fragment,null,(!u||!G)&&uo.default.createElement(Rc,{onLogin:$,className:m,btnClassName:l,text:d,disabled:A||Y},r),G&&uo.default.createElement(tp,{className:g,callbackRoute:o,token:e,nativeAuth:n,wrapContentInsideModal:h,onClose:V,onLoginRedirect:x,customSpinnerComponent:S,innerLedgerComponentsClasses:C,showProgressBar:R,showScamPhishingAlert:Q}))};0&&(module.exports={LedgerLoginButton});
|
|
3360
|
+
/*!
|
|
3361
|
+
* The buffer module from node.js, for the browser.
|
|
3362
|
+
*
|
|
3363
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
3364
|
+
* @license MIT
|
|
3365
|
+
*/
|
|
3366
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
3367
|
+
//# sourceMappingURL=LedgerLoginButton.js.map
|