@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,3002 @@
|
|
|
1
|
+
"use strict";var Ws=Object.create;var jo=Object.defineProperty,Gs=Object.defineProperties,Hs=Object.getOwnPropertyDescriptor,$s=Object.getOwnPropertyDescriptors,Vs=Object.getOwnPropertyNames,un=Object.getOwnPropertySymbols,js=Object.getPrototypeOf,gt=Object.prototype.hasOwnProperty,Or=Object.prototype.propertyIsEnumerable;var Rr=(e,o,n)=>o in e?jo(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,f=(e,o)=>{for(var n in o||(o={}))gt.call(o,n)&&Rr(e,n,o[n]);if(un)for(var n of un(o))Or.call(o,n)&&Rr(e,n,o[n]);return e},k=(e,o)=>Gs(e,$s(o));var fn=(e,o)=>{var n={};for(var r in e)gt.call(e,r)&&o.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&un)for(var r of un(e))o.indexOf(r)<0&&Or.call(e,r)&&(n[r]=e[r]);return n};var S=(e,o)=>()=>(e&&(o=e(e=0)),o);var re=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports),Ze=(e,o)=>{for(var n in o)jo(e,n,{get:o[n],enumerable:!0})},Br=(e,o,n,r)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of Vs(o))!gt.call(e,s)&&s!==n&&jo(e,s,{get:()=>o[s],enumerable:!(r=Hs(o,s))||r.enumerable});return e};var h=(e,o,n)=>(n=e!=null?Ws(js(e)):{},Br(o||!e||!e.__esModule?jo(n,"default",{value:e,enumerable:!0}):n,e)),zo=e=>Br(jo({},"__esModule",{value:!0}),e);var y=(e,o,n)=>new Promise((r,s)=>{var p=l=>{try{_(n.next(l))}catch(g){s(g)}},m=l=>{try{_(n.throw(l))}catch(g){s(g)}},_=l=>l.done?r(l.value):Promise.resolve(l.value).then(p,m);_((n=n.apply(e,o)).next())});var Wr=re(hn=>{"use strict";t();hn.byteLength=qs;hn.toByteArray=Xs;hn.fromByteArray=Qs;var Se=[],pe=[],zs=typeof Uint8Array!="undefined"?Uint8Array:Array,ut="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Qe=0,Fr=ut.length;Qe<Fr;++Qe)Se[Qe]=ut[Qe],pe[ut.charCodeAt(Qe)]=Qe;var Qe,Fr;pe["-".charCodeAt(0)]=62;pe["_".charCodeAt(0)]=63;function Ur(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 qs(e){var o=Ur(e),n=o[0],r=o[1];return(n+r)*3/4-r}function Ks(e,o,n){return(o+n)*3/4-n}function Xs(e){var o,n=Ur(e),r=n[0],s=n[1],p=new zs(Ks(e,r,s)),m=0,_=s>0?r-4:r,l;for(l=0;l<_;l+=4)o=pe[e.charCodeAt(l)]<<18|pe[e.charCodeAt(l+1)]<<12|pe[e.charCodeAt(l+2)]<<6|pe[e.charCodeAt(l+3)],p[m++]=o>>16&255,p[m++]=o>>8&255,p[m++]=o&255;return s===2&&(o=pe[e.charCodeAt(l)]<<2|pe[e.charCodeAt(l+1)]>>4,p[m++]=o&255),s===1&&(o=pe[e.charCodeAt(l)]<<10|pe[e.charCodeAt(l+1)]<<4|pe[e.charCodeAt(l+2)]>>2,p[m++]=o>>8&255,p[m++]=o&255),p}function Ys(e){return Se[e>>18&63]+Se[e>>12&63]+Se[e>>6&63]+Se[e&63]}function Zs(e,o,n){for(var r,s=[],p=o;p<n;p+=3)r=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),s.push(Ys(r));return s.join("")}function Qs(e){for(var o,n=e.length,r=n%3,s=[],p=16383,m=0,_=n-r;m<_;m+=p)s.push(Zs(e,m,m+p>_?_:m+p));return r===1?(o=e[n-1],s.push(Se[o>>2]+Se[o<<4&63]+"==")):r===2&&(o=(e[n-2]<<8)+e[n-1],s.push(Se[o>>10]+Se[o>>4&63]+Se[o<<2&63]+"=")),s.join("")}});var Gr=re(ft=>{t();ft.read=function(e,o,n,r,s){var p,m,_=s*8-r-1,l=(1<<_)-1,g=l>>1,x=-7,u=n?s-1:0,v=n?-1:1,L=e[o+u];for(u+=v,p=L&(1<<-x)-1,L>>=-x,x+=_;x>0;p=p*256+e[o+u],u+=v,x-=8);for(m=p&(1<<-x)-1,p>>=-x,x+=r;x>0;m=m*256+e[o+u],u+=v,x-=8);if(p===0)p=1-g;else{if(p===l)return m?NaN:(L?-1:1)*(1/0);m=m+Math.pow(2,r),p=p-g}return(L?-1:1)*m*Math.pow(2,p-r)};ft.write=function(e,o,n,r,s,p){var m,_,l,g=p*8-s-1,x=(1<<g)-1,u=x>>1,v=s===23?Math.pow(2,-24)-Math.pow(2,-77):0,L=r?0:p-1,b=r?1:-1,I=o<0||o===0&&1/o<0?1:0;for(o=Math.abs(o),isNaN(o)||o===1/0?(_=isNaN(o)?1:0,m=x):(m=Math.floor(Math.log(o)/Math.LN2),o*(l=Math.pow(2,-m))<1&&(m--,l*=2),m+u>=1?o+=v/l:o+=v*Math.pow(2,1-u),o*l>=2&&(m++,l/=2),m+u>=x?(_=0,m=x):m+u>=1?(_=(o*l-1)*Math.pow(2,s),m=m+u):(_=o*Math.pow(2,u-1)*Math.pow(2,s),m=0));s>=8;e[n+L]=_&255,L+=b,_/=256,s-=8);for(m=m<<s|_,g+=s;g>0;e[n+L]=m&255,L+=b,m/=256,g-=8);e[n+L-b]|=I*128}});var ea=re(ho=>{"use strict";t();var ht=Wr(),fo=Gr(),Hr=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;ho.Buffer=d;ho.SlowBuffer=rp;ho.INSPECT_MAX_BYTES=50;var xn=2147483647;ho.kMaxLength=xn;d.TYPED_ARRAY_SUPPORT=Js();!d.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 Js(){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(d.prototype,"parent",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(!!d.isBuffer(this))return this.byteOffset}});function Ne(e){if(e>xn)throw new RangeError('The value "'+e+'" is invalid for option "size"');var o=new Uint8Array(e);return Object.setPrototypeOf(o,d.prototype),o}function d(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 bt(e)}return jr(e,o,n)}d.poolSize=8192;function jr(e,o,n){if(typeof e=="string")return op(e,o);if(ArrayBuffer.isView(e))return np(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(we(e,ArrayBuffer)||e&&we(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(we(e,SharedArrayBuffer)||e&&we(e.buffer,SharedArrayBuffer)))return Tt(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 d.from(r,o,n);var s=tp(e);if(s)return s;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return d.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)}d.from=function(e,o,n){return jr(e,o,n)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function zr(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 ep(e,o,n){return zr(e),e<=0?Ne(e):o!==void 0?typeof n=="string"?Ne(e).fill(o,n):Ne(e).fill(o):Ne(e)}d.alloc=function(e,o,n){return ep(e,o,n)};function bt(e){return zr(e),Ne(e<0?0:St(e)|0)}d.allocUnsafe=function(e){return bt(e)};d.allocUnsafeSlow=function(e){return bt(e)};function op(e,o){if((typeof o!="string"||o==="")&&(o="utf8"),!d.isEncoding(o))throw new TypeError("Unknown encoding: "+o);var n=qr(e,o)|0,r=Ne(n),s=r.write(e,o);return s!==n&&(r=r.slice(0,s)),r}function xt(e){for(var o=e.length<0?0:St(e.length)|0,n=Ne(o),r=0;r<o;r+=1)n[r]=e[r]&255;return n}function np(e){if(we(e,Uint8Array)){var o=new Uint8Array(e);return Tt(o.buffer,o.byteOffset,o.byteLength)}return xt(e)}function Tt(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,d.prototype),r}function tp(e){if(d.isBuffer(e)){var o=St(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"||wt(e.length)?Ne(0):xt(e);if(e.type==="Buffer"&&Array.isArray(e.data))return xt(e.data)}function St(e){if(e>=xn)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+xn.toString(16)+" bytes");return e|0}function rp(e){return+e!=e&&(e=0),d.alloc(+e)}d.isBuffer=function(o){return o!=null&&o._isBuffer===!0&&o!==d.prototype};d.compare=function(o,n){if(we(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),we(n,Uint8Array)&&(n=d.from(n,n.offset,n.byteLength)),!d.isBuffer(o)||!d.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,s=n.length,p=0,m=Math.min(r,s);p<m;++p)if(o[p]!==n[p]){r=o[p],s=n[p];break}return r<s?-1:s<r?1:0};d.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}};d.concat=function(o,n){if(!Array.isArray(o))throw new TypeError('"list" argument must be an Array of Buffers');if(o.length===0)return d.alloc(0);var r;if(n===void 0)for(n=0,r=0;r<o.length;++r)n+=o[r].length;var s=d.allocUnsafe(n),p=0;for(r=0;r<o.length;++r){var m=o[r];if(we(m,Uint8Array))p+m.length>s.length?d.from(m).copy(s,p):Uint8Array.prototype.set.call(s,m,p);else if(d.isBuffer(m))m.copy(s,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=m.length}return s};function qr(e,o){if(d.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||we(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 s=!1;;)switch(o){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":return yt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n*2;case"hex":return n>>>1;case"base64":return Jr(e).length;default:if(s)return r?-1:yt(e).length;o=(""+o).toLowerCase(),s=!0}}d.byteLength=qr;function ap(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 up(this,o,n);case"utf8":case"utf-8":return Xr(this,o,n);case"ascii":return _p(this,o,n);case"latin1":case"binary":return gp(this,o,n);case"base64":return lp(this,o,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return fp(this,o,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}d.prototype._isBuffer=!0;function Je(e,o,n){var r=e[o];e[o]=e[n],e[n]=r}d.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)Je(this,n,n+1);return this};d.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)Je(this,n,n+3),Je(this,n+1,n+2);return this};d.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)Je(this,n,n+7),Je(this,n+1,n+6),Je(this,n+2,n+5),Je(this,n+3,n+4);return this};d.prototype.toString=function(){var o=this.length;return o===0?"":arguments.length===0?Xr(this,0,o):ap.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(o){if(!d.isBuffer(o))throw new TypeError("Argument must be a Buffer");return this===o?!0:d.compare(this,o)===0};d.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+">"};Hr&&(d.prototype[Hr]=d.prototype.inspect);d.prototype.compare=function(o,n,r,s,p){if(we(o,Uint8Array)&&(o=d.from(o,o.offset,o.byteLength)),!d.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),s===void 0&&(s=0),p===void 0&&(p=this.length),n<0||r>o.length||s<0||p>this.length)throw new RangeError("out of range index");if(s>=p&&n>=r)return 0;if(s>=p)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,s>>>=0,p>>>=0,this===o)return 0;for(var m=p-s,_=r-n,l=Math.min(m,_),g=this.slice(s,p),x=o.slice(n,r),u=0;u<l;++u)if(g[u]!==x[u]){m=g[u],_=x[u];break}return m<_?-1:_<m?1:0};function Kr(e,o,n,r,s){if(e.length===0)return-1;if(typeof n=="string"?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,wt(n)&&(n=s?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(s)return-1;n=e.length-1}else if(n<0)if(s)n=0;else return-1;if(typeof o=="string"&&(o=d.from(o,r)),d.isBuffer(o))return o.length===0?-1:$r(e,o,n,r,s);if(typeof o=="number")return o=o&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,o,n):Uint8Array.prototype.lastIndexOf.call(e,o,n):$r(e,[o],n,r,s);throw new TypeError("val must be string, number or Buffer")}function $r(e,o,n,r,s){var p=1,m=e.length,_=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,m/=2,_/=2,n/=2}function l(L,b){return p===1?L[b]:L.readUInt16BE(b*p)}var g;if(s){var x=-1;for(g=n;g<m;g++)if(l(e,g)===l(o,x===-1?0:g-x)){if(x===-1&&(x=g),g-x+1===_)return x*p}else x!==-1&&(g-=g-x),x=-1}else for(n+_>m&&(n=m-_),g=n;g>=0;g--){for(var u=!0,v=0;v<_;v++)if(l(e,g+v)!==l(o,v)){u=!1;break}if(u)return g}return-1}d.prototype.includes=function(o,n,r){return this.indexOf(o,n,r)!==-1};d.prototype.indexOf=function(o,n,r){return Kr(this,o,n,r,!0)};d.prototype.lastIndexOf=function(o,n,r){return Kr(this,o,n,r,!1)};function ip(e,o,n,r){n=Number(n)||0;var s=e.length-n;r?(r=Number(r),r>s&&(r=s)):r=s;var p=o.length;r>p/2&&(r=p/2);for(var m=0;m<r;++m){var _=parseInt(o.substr(m*2,2),16);if(wt(_))return m;e[n+m]=_}return m}function cp(e,o,n,r){return Tn(yt(o,e.length-n),e,n,r)}function sp(e,o,n,r){return Tn(Tp(o),e,n,r)}function pp(e,o,n,r){return Tn(Jr(o),e,n,r)}function mp(e,o,n,r){return Tn(yp(o,e.length-n),e,n,r)}d.prototype.write=function(o,n,r,s){if(n===void 0)s="utf8",r=this.length,n=0;else if(r===void 0&&typeof n=="string")s=n,r=this.length,n=0;else if(isFinite(n))n=n>>>0,isFinite(r)?(r=r>>>0,s===void 0&&(s="utf8")):(s=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");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return ip(this,o,n,r);case"utf8":case"utf-8":return cp(this,o,n,r);case"ascii":case"latin1":case"binary":return sp(this,o,n,r);case"base64":return pp(this,o,n,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mp(this,o,n,r);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}};d.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?ht.fromByteArray(e):ht.fromByteArray(e.slice(o,n))}function Xr(e,o,n){n=Math.min(e.length,n);for(var r=[],s=o;s<n;){var p=e[s],m=null,_=p>239?4:p>223?3:p>191?2:1;if(s+_<=n){var l,g,x,u;switch(_){case 1:p<128&&(m=p);break;case 2:l=e[s+1],(l&192)===128&&(u=(p&31)<<6|l&63,u>127&&(m=u));break;case 3:l=e[s+1],g=e[s+2],(l&192)===128&&(g&192)===128&&(u=(p&15)<<12|(l&63)<<6|g&63,u>2047&&(u<55296||u>57343)&&(m=u));break;case 4:l=e[s+1],g=e[s+2],x=e[s+3],(l&192)===128&&(g&192)===128&&(x&192)===128&&(u=(p&15)<<18|(l&63)<<12|(g&63)<<6|x&63,u>65535&&u<1114112&&(m=u))}}m===null?(m=65533,_=1):m>65535&&(m-=65536,r.push(m>>>10&1023|55296),m=56320|m&1023),r.push(m),s+=_}return dp(r)}var Vr=4096;function dp(e){var o=e.length;if(o<=Vr)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<o;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Vr));return n}function _p(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]&127);return r}function gp(e,o,n){var r="";n=Math.min(e.length,n);for(var s=o;s<n;++s)r+=String.fromCharCode(e[s]);return r}function up(e,o,n){var r=e.length;(!o||o<0)&&(o=0),(!n||n<0||n>r)&&(n=r);for(var s="",p=o;p<n;++p)s+=bp[e[p]];return s}function fp(e,o,n){for(var r=e.slice(o,n),s="",p=0;p<r.length-1;p+=2)s+=String.fromCharCode(r[p]+r[p+1]*256);return s}d.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 s=this.subarray(o,n);return Object.setPrototypeOf(s,d.prototype),s};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")}d.prototype.readUintLE=d.prototype.readUIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return s};d.prototype.readUintBE=d.prototype.readUIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var s=this[o+--n],p=1;n>0&&(p*=256);)s+=this[o+--n]*p;return s};d.prototype.readUint8=d.prototype.readUInt8=function(o,n){return o=o>>>0,n||z(o,1,this.length),this[o]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(o,n){return o=o>>>0,n||z(o,2,this.length),this[o]|this[o+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(o,n){return o=o>>>0,n||z(o,2,this.length),this[o]<<8|this[o+1]};d.prototype.readUint32LE=d.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};d.prototype.readUint32BE=d.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])};d.prototype.readIntLE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var s=this[o],p=1,m=0;++m<n&&(p*=256);)s+=this[o+m]*p;return p*=128,s>=p&&(s-=Math.pow(2,8*n)),s};d.prototype.readIntBE=function(o,n,r){o=o>>>0,n=n>>>0,r||z(o,n,this.length);for(var s=n,p=1,m=this[o+--s];s>0&&(p*=256);)m+=this[o+--s]*p;return p*=128,m>=p&&(m-=Math.pow(2,8*n)),m};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]};d.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};d.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};d.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};d.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]};d.prototype.readFloatLE=function(o,n){return o=o>>>0,n||z(o,4,this.length),fo.read(this,o,!0,23,4)};d.prototype.readFloatBE=function(o,n){return o=o>>>0,n||z(o,4,this.length),fo.read(this,o,!1,23,4)};d.prototype.readDoubleLE=function(o,n){return o=o>>>0,n||z(o,8,this.length),fo.read(this,o,!0,52,8)};d.prototype.readDoubleBE=function(o,n){return o=o>>>0,n||z(o,8,this.length),fo.read(this,o,!1,52,8)};function oe(e,o,n,r,s,p){if(!d.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(o>s||o<p)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;oe(this,o,n,r,p,0)}var m=1,_=0;for(this[n]=o&255;++_<r&&(m*=256);)this[n+_]=o/m&255;return n+r};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,r=r>>>0,!s){var p=Math.pow(2,8*r)-1;oe(this,o,n,r,p,0)}var m=r-1,_=1;for(this[n+m]=o&255;--m>=0&&(_*=256);)this[n+m]=o/_&255;return n+r};d.prototype.writeUint8=d.prototype.writeUInt8=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,1,255,0),this[n]=o&255,n+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,2,65535,0),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,2,65535,0),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||oe(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};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||oe(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};d.prototype.writeIntLE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);oe(this,o,n,r,p-1,-p)}var m=0,_=1,l=0;for(this[n]=o&255;++m<r&&(_*=256);)o<0&&l===0&&this[n+m-1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeIntBE=function(o,n,r,s){if(o=+o,n=n>>>0,!s){var p=Math.pow(2,8*r-1);oe(this,o,n,r,p-1,-p)}var m=r-1,_=1,l=0;for(this[n+m]=o&255;--m>=0&&(_*=256);)o<0&&l===0&&this[n+m+1]!==0&&(l=1),this[n+m]=(o/_>>0)-l&255;return n+r};d.prototype.writeInt8=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,1,127,-128),o<0&&(o=255+o+1),this[n]=o&255,n+1};d.prototype.writeInt16LE=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,2,32767,-32768),this[n]=o&255,this[n+1]=o>>>8,n+2};d.prototype.writeInt16BE=function(o,n,r){return o=+o,n=n>>>0,r||oe(this,o,n,2,32767,-32768),this[n]=o>>>8,this[n+1]=o&255,n+2};d.prototype.writeInt32LE=function(o,n,r){return o=+o,n=n>>>0,r||oe(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};d.prototype.writeInt32BE=function(o,n,r){return o=+o,n=n>>>0,r||oe(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 Yr(e,o,n,r,s,p){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Zr(e,o,n,r,s){return o=+o,n=n>>>0,s||Yr(e,o,n,4,34028234663852886e22,-34028234663852886e22),fo.write(e,o,n,r,23,4),n+4}d.prototype.writeFloatLE=function(o,n,r){return Zr(this,o,n,!0,r)};d.prototype.writeFloatBE=function(o,n,r){return Zr(this,o,n,!1,r)};function Qr(e,o,n,r,s){return o=+o,n=n>>>0,s||Yr(e,o,n,8,17976931348623157e292,-17976931348623157e292),fo.write(e,o,n,r,52,8),n+8}d.prototype.writeDoubleLE=function(o,n,r){return Qr(this,o,n,!0,r)};d.prototype.writeDoubleBE=function(o,n,r){return Qr(this,o,n,!1,r)};d.prototype.copy=function(o,n,r,s){if(!d.isBuffer(o))throw new TypeError("argument should be a Buffer");if(r||(r=0),!s&&s!==0&&(s=this.length),n>=o.length&&(n=o.length),n||(n=0),s>0&&s<r&&(s=r),s===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(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),o.length-n<s-r&&(s=o.length-n+r);var p=s-r;return this===o&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(n,r,s):Uint8Array.prototype.set.call(o,this.subarray(r,s),n),p};d.prototype.fill=function(o,n,r,s){if(typeof o=="string"){if(typeof n=="string"?(s=n,n=0,r=this.length):typeof r=="string"&&(s=r,r=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!d.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(o.length===1){var p=o.charCodeAt(0);(s==="utf8"&&p<128||s==="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 m;if(typeof o=="number")for(m=n;m<r;++m)this[m]=o;else{var _=d.isBuffer(o)?o:d.from(o,s),l=_.length;if(l===0)throw new TypeError('The value "'+o+'" is invalid for argument "value"');for(m=0;m<r-n;++m)this[m+n]=_[m%l]}return this};var hp=/[^+/0-9A-Za-z-_]/g;function xp(e){if(e=e.split("=")[0],e=e.trim().replace(hp,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function yt(e,o){o=o||1/0;for(var n,r=e.length,s=null,p=[],m=0;m<r;++m){if(n=e.charCodeAt(m),n>55295&&n<57344){if(!s){if(n>56319){(o-=3)>-1&&p.push(239,191,189);continue}else if(m+1===r){(o-=3)>-1&&p.push(239,191,189);continue}s=n;continue}if(n<56320){(o-=3)>-1&&p.push(239,191,189),s=n;continue}n=(s-55296<<10|n-56320)+65536}else s&&(o-=3)>-1&&p.push(239,191,189);if(s=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 Tp(e){for(var o=[],n=0;n<e.length;++n)o.push(e.charCodeAt(n)&255);return o}function yp(e,o){for(var n,r,s,p=[],m=0;m<e.length&&!((o-=2)<0);++m)n=e.charCodeAt(m),r=n>>8,s=n%256,p.push(s),p.push(r);return p}function Jr(e){return ht.toByteArray(xp(e))}function Tn(e,o,n,r){for(var s=0;s<r&&!(s+n>=o.length||s>=e.length);++s)o[s+n]=e[s];return s}function we(e,o){return e instanceof o||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===o.name}function wt(e){return e!==e}var bp=function(){for(var e="0123456789abcdef",o=new Array(256),n=0;n<16;++n)for(var r=n*16,s=0;s<16;++s)o[r+s]=e[n]+e[s];return o}()});var aa=re((r_,ra)=>{t();var F=ra.exports={},ve,Ce;function vt(){throw new Error("setTimeout has not been defined")}function Ct(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?ve=setTimeout:ve=vt}catch(e){ve=vt}try{typeof clearTimeout=="function"?Ce=clearTimeout:Ce=Ct}catch(e){Ce=Ct}})();function oa(e){if(ve===setTimeout)return setTimeout(e,0);if((ve===vt||!ve)&&setTimeout)return ve=setTimeout,setTimeout(e,0);try{return ve(e,0)}catch(o){try{return ve.call(null,e,0)}catch(n){return ve.call(this,e,0)}}}function Sp(e){if(Ce===clearTimeout)return clearTimeout(e);if((Ce===Ct||!Ce)&&clearTimeout)return Ce=clearTimeout,clearTimeout(e);try{return Ce(e)}catch(o){try{return Ce.call(null,e)}catch(n){return Ce.call(this,e)}}}var De=[],xo=!1,eo,yn=-1;function wp(){!xo||!eo||(xo=!1,eo.length?De=eo.concat(De):yn=-1,De.length&&na())}function na(){if(!xo){var e=oa(wp);xo=!0;for(var o=De.length;o;){for(eo=De,De=[];++yn<o;)eo&&eo[yn].run();yn=-1,o=De.length}eo=null,xo=!1,Sp(e)}}F.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];De.push(new ta(e,o)),De.length===1&&!xo&&oa(na)};function ta(e,o){this.fun=e,this.array=o}ta.prototype.run=function(){this.fun.apply(null,this.array)};F.title="browser";F.browser=!0;F.env={};F.argv=[];F.version="";F.versions={};function Me(){}F.on=Me;F.addListener=Me;F.once=Me;F.off=Me;F.removeListener=Me;F.removeAllListeners=Me;F.emit=Me;F.prependListener=Me;F.prependOnceListener=Me;F.listeners=function(e){return[]};F.binding=function(e){throw new Error("process.binding is not supported")};F.cwd=function(){return"/"};F.chdir=function(e){throw new Error("process.chdir is not supported")};F.umask=function(){return 0}});var i,c,vp,a,t=S(()=>{i=h(ea()),c=h(aa()),vp=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),a=vp});var oo=S(()=>{"use strict";t()});var ia=S(()=>{"use strict";t()});var ca=S(()=>{"use strict";t()});var sa=S(()=>{"use strict";t()});var O=S(()=>{"use strict";t()});var pa=S(()=>{"use strict";t()});var ma=S(()=>{"use strict";t()});var ne=S(()=>{"use strict";t()});var la=S(()=>{"use strict";t()});var da=S(()=>{"use strict";t()});var q=S(()=>{"use strict";t();ia();ca();sa();O();pa();ma();ne();la();da()});var kt,_a,w_,ga,v_,ua,C_,k_,L_,fa,ha=S(()=>{"use strict";t();q();kt={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:_a,egldLabel:w_}=kt["devnet"],{chainId:ga,egldLabel:v_}=kt["testnet"],{chainId:ua,egldLabel:C_}=kt["mainnet"],k_={["devnet"]:_a,["testnet"]:ga,["mainnet"]:ua},L_={[_a]:"devnet",[ga]:"testnet",[ua]:"mainnet"},fa="multiversx://"});var Lt=S(()=>{"use strict";t()});var xa=S(()=>{"use strict";t()});var bn,It=S(()=>{"use strict";t();bn="transaction-status-toast-id"});var ke,Ta=S(()=>{"use strict";t();ke=require("@multiversx/sdk-web-wallet-provider")});var ya=S(()=>{"use strict";t()});var qo,Sn,ba,wn,Sa,To,E=S(()=>{"use strict";t();oo();ha();Lt();xa();It();Ta();ya();qo=5e4,Sn=1e9,ba=1,wn="logout",Sa="login",To="0"});var yo,vn=S(()=>{"use strict";t();yo=()=>Date.now()/1e3});var wa=S(()=>{"use strict";t()});var va=S(()=>{"use strict";t()});var At=S(()=>{"use strict";t();vn();wa();va()});var Et={};Ze(Et,{getItem:()=>kp,localStorageKeys:()=>fe,removeItem:()=>Lp,setItem:()=>Cp});var fe,Pt,Cp,kp,Lp,bo=S(()=>{"use strict";t();At();fe={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Pt=typeof localStorage!="undefined",Cp=({key:e,data:o,expires:n})=>{!Pt||localStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},kp=e=>{if(!Pt)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:yo()>=n.expires?(localStorage.removeItem(String(e)),null):n.data},Lp=e=>{!Pt||localStorage.removeItem(String(e))}});var Nt={};Ze(Nt,{clear:()=>Ia,getItem:()=>ka,removeItem:()=>La,setItem:()=>Ca,storage:()=>Ip});var Ca,ka,La,Ia,Ip,Aa=S(()=>{"use strict";t();Ca=({key:e,data:o,expires:n})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:n,data:o}))},ka=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},La=e=>sessionStorage.removeItem(String(e)),Ia=()=>sessionStorage.clear(),Ip={setItem:Ca,getItem:ka,removeItem:La,clear:Ia}});var Le,So=S(()=>{"use strict";t();bo();Aa();Le={session:Nt,local:Et}});var Dt,K,me,J=S(()=>{"use strict";t();Dt=require("@reduxjs/toolkit");E();K=(0,Dt.createAction)(wn),me=(0,Dt.createAction)(Sa,e=>({payload:e}))});var Rt,Pa,Ea,Cn,Mt,Na,Ot,ag,Bt,ig,Ap,Pp,cg,sg,pg,Ep,kn,Ln=S(()=>{"use strict";t();Rt=require("@multiversx/sdk-core"),Pa=require("@reduxjs/toolkit"),Ea=require("redux-persist");E();So();bo();J();Cn={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:To},Mt={address:"",websocketEvent:null,accounts:{"":Cn},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},Na=(0,Pa.createSlice)({name:"accountInfoSlice",initialState:Mt,reducers:{setAddress:(e,o)=>{let n=o.payload;e.address=n,e.publicKey=new Rt.Address(n).hex()},setAccount:(e,o)=>{let n=e.address===o.payload.address;e.accounts={[e.address]:n?o.payload:Cn},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(K,()=>(Le.local.removeItem(fe.loginExpiresAt),Mt)),e.addCase(me,(o,n)=>{let{address:r}=n.payload;o.address=r,o.publicKey=new Rt.Address(r).hex()}),e.addCase(Ea.REHYDRATE,(o,n)=>{var g;if(!((g=n.payload)!=null&&g.account))return;let{account:r}=n.payload,{address:s,shard:p,accounts:m,publicKey:_}=r;o.address=s,o.shard=p;let l=m&&s in m;o.accounts=l?m:Mt.accounts,o.publicKey=_})}}),{setAccount:Ot,setAddress:ag,setAccountNonce:Bt,setAccountShard:ig,setLedgerAccount:Ap,updateLedgerAccount:Pp,setWalletConnectAccount:cg,setIsAccountLoading:sg,setAccountLoadingError:pg,setWebsocketEvent:Ep}=Na.actions,kn=Na.reducer});function Ko(){return new Date().setHours(new Date().getHours()+24)}function Xo(e){Le.local.setItem({key:fe.loginExpiresAt,data:e,expires:e})}var Ft=S(()=>{"use strict";t();So();bo()});var Ma,Da,Ra,Tg,In,Np,An,yg,Dp,Oa,bg,Pn,En=S(()=>{"use strict";t();Ma=require("@reduxjs/toolkit");Ft();O();J();Da={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,operaLogin:null,isLoginSessionInvalid:!1},Ra=(0,Ma.createSlice)({name:"loginInfoSlice",initialState:Da,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(K,()=>Da),e.addCase(me,(o,n)=>{o.loginMethod=n.payload.loginMethod,Xo(Ko())})}}),{setLoginMethod:Tg,setWalletConnectLogin:In,setLedgerLogin:Np,setTokenLogin:An,setTokenLoginSignature:yg,setWalletLogin:Dp,invalidateLoginSession:Oa,setLogoutRoute:bg}=Ra.actions,Pn=Ra.reducer});var Fa,Ba,Ua,Cg,Mp,kg,Rp,Nn,Dn=S(()=>{"use strict";t();Fa=require("@reduxjs/toolkit");J();Ba={},Ua=(0,Fa.createSlice)({name:"modalsSlice",initialState:Ba,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(K,()=>Ba)}}),{setTxSubmittedModal:Cg,setNotificationModal:Mp,clearTxSubmittedModal:kg,clearNotificationModal:Rp}=Ua.actions,Nn=Ua.reducer});var Wa,Ga,Yo,Zo=S(()=>{"use strict";t();Wa=!1,Ga=(e=!0)=>{Wa=e},Yo=(e,o=0)=>{Wa||setTimeout(()=>{!window||(window.location.href=e,window.location.assign(e))},o)}});function no({callbackRoute:e,onLoginRedirect:o,options:n}){let r=Boolean(e),s=typeof o=="function",p=s?0:Op;r&&e!=null&&setTimeout(()=>{if(s)return o(e,n);window!=null&&window.location.pathname.includes(e)||Yo(e)},p)}var Op,Ha=S(()=>{"use strict";t();Zo();Op=200});function Ut(e){return e[Math.floor(Math.random()*e.length)]}var $a=S(()=>{"use strict";t()});var Wt=S(()=>{"use strict";t();Lt()});var to=S(()=>{"use strict";t();Ha();$a();Wt()});var Va,ja,Gt,Bp,za,Gg,Hg,Mn,Rn=S(()=>{"use strict";t();Va=require("@reduxjs/toolkit"),ja=h(require("lodash.omit"));to();Gt={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},Bp={network:Gt,chainID:"-1"},za=(0,Va.createSlice)({name:"appConfig",initialState:Bp,reducers:{initializeNetworkConfig:(e,o)=>{let n=Ut(o.payload.walletConnectBridgeAddresses),r=Ut(o.payload.walletConnectV2RelayAddresses),s=(0,ja.default)(o.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=k(f(f({},e.network),s),{walletConnectBridgeAddress:n,walletConnectV2RelayAddress:r})},setChainID:(e,o)=>{e.chainID=o.payload}}}),{initializeNetworkConfig:Gg,setChainID:Hg}=za.actions,Mn=za.reducer});var qa,Ht,Ka,Kg,Xg,Yg,On,Bn=S(()=>{"use strict";t();qa=require("@reduxjs/toolkit");q();J();Ht={isSigning:!1,signedSessions:{}},Ka=(0,qa.createSlice)({name:"signedMessageInfoSliceState",initialState:Ht,reducers:{setSignSession:(e,o)=>{let{sessionId:n,signedSession:r,errorMessage:s}=o.payload;s&&(e.errorMessage=s),e.isSigning=r.status==="pending",e.signedSessions[n]=r},setSignSessionState:(e,o)=>f(f({},e),o.payload),clearSignedMessageInfo:()=>Ht},extraReducers:e=>{e.addCase(K,()=>Ht)}}),{setSignSession:Kg,clearSignedMessageInfo:Xg,setSignSessionState:Yg}=Ka.actions,On=Ka.reducer});var Ya,Za,Xa,Qa,Fp,$t,ru,au,iu,cu,Fn,Un=S(()=>{"use strict";t();Ya=require("@reduxjs/toolkit"),Za=require("redux-persist");It();q();vn();J();Xa={customToasts:[],transactionToasts:[],failTransactionToast:null},Qa=(0,Ya.createSlice)({name:"toastsSlice",initialState:Xa,reducers:{addCustomToast:(e,o)=>{e.customToasts.push(k(f({},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:yo(),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(f({},o.payload),{toastId:bn})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(K,()=>Xa),e.addCase(Za.REHYDRATE,(o,n)=>{var s,p;let r=(p=(s=n.customToasts)==null?void 0:s.filter(m=>!("component"in m)))!=null?p:[];o.customToasts=r})}}),{addCustomToast:Fp,removeCustomToast:$t,addTransactionToast:ru,removeTransactionToast:au,addFailTransactionToast:iu,removeFailTransactionToast:cu}=Qa.actions,Fn=Qa.reducer});var Ja,jt,zt,qt,Up,Vt,ei,lu,Wp,Kt,Wn,Gn=S(()=>{"use strict";t();Ja=require("@reduxjs/toolkit");J();jt="Transaction failed",zt="Transaction successful",qt="Processing transaction",Up="Transaction submitted",Vt={},ei=(0,Ja.createSlice)({name:"transactionsInfo",initialState:Vt,reducers:{setTransactionsDisplayInfo(e,o){let{sessionId:n,transactionsDisplayInfo:r}=o.payload;n!=null&&(e[n]={errorMessage:(r==null?void 0:r.errorMessage)||jt,successMessage:(r==null?void 0:r.successMessage)||zt,processingMessage:(r==null?void 0:r.processingMessage)||qt,submittedMessage:(r==null?void 0:r.submittedMessage)||Up,transactionDuration:r==null?void 0:r.transactionDuration})},clearTransactionsInfoForSessionId(e,o){o.payload!=null&&delete e[o.payload]},clearTransactionsInfo:()=>Vt},extraReducers:e=>{e.addCase(K,()=>Vt)}}),{clearTransactionsInfo:lu,setTransactionsDisplayInfo:Wp,clearTransactionsInfoForSessionId:Kt}=ei.actions,Wn=ei.reducer});function vo(e){return e!=null&&(Kp(e)||Qp(e))}function Co(e){return e!=null&&(Xp(e)||Jp(e))}function ko(e){return e!=null&&(Yp(e)||em(e))}function Xt(e){return e!=null&&Zp(e)}function Kp(e){return e!=null&&Gp.includes(e)}function Xp(e){return e!=null&&Hp.includes(e)}function Yp(e){return e!=null&&$p.includes(e)}function Zp(e){return e!=null&&Vp.includes(e)}function Qp(e){return e!=null&&jp.includes(e)}function Jp(e){return e!=null&&zp.includes(e)}function em(e){return e!=null&&qp.includes(e)}var Gp,Hp,$p,Vp,jp,zp,qp,Lo=S(()=>{"use strict";t();O();Gp=["sent"],Hp=["success"],$p=["fail","cancelled","timedOut"],Vp=["timedOut"],jp=["pending"],zp=["success"],qp=["fail","invalid"]});var oi,ni,Qo,om,ti,ri,ai,nm,Hn,tm,rm,yu,am,$n,Yt,Vn,jn=S(()=>{"use strict";t();oi=require("@reduxjs/toolkit"),ni=require("redux-persist");O();Lo();J();Qo={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},om={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},ti=(0,oi.createSlice)({name:"transactionsSlice",initialState:Qo,reducers:{moveTransactionsToSignedState:(e,o)=>{var l,g;let{sessionId:n,transactions:r,errorMessage:s,status:p,redirectRoute:m}=o.payload,_=((l=e.customTransactionInformationForSessionId)==null?void 0:l[n])||om;e.signedTransactions[n]={transactions:r,status:p,errorMessage:s,redirectRoute:m,customTransactionInformation:_},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===n&&(e.transactionsToSign=Qo.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=f(f({},e.signedTransactions),o.payload)},updateSignedTransactions:(e,o)=>{let{sessionId:n,status:r,errorMessage:s,transactions:p}=o.payload;e.signedTransactions[n]!=null&&(e.signedTransactions[n].status=r,s!=null&&(e.signedTransactions[n].errorMessage=s),p!=null&&(e.signedTransactions[n].transactions=p))},updateSignedTransactionStatus:(e,o)=>{var _,l,g,x,u,v;let{sessionId:n,status:r,errorMessage:s,transactionHash:p}=o.payload,m=(l=(_=e.signedTransactions)==null?void 0:_[n])==null?void 0:l.transactions;if(m!=null){e.signedTransactions[n].transactions=m.map(I=>I.hash===p?k(f({},I),{status:r,errorMessage:s}):I);let L=(x=(g=e.signedTransactions[n])==null?void 0:g.transactions)==null?void 0:x.every(I=>Co(I.status)),b=(v=(u=e.signedTransactions[n])==null?void 0:u.transactions)==null?void 0:v.every(I=>ko(I.status));L&&(e.signedTransactions[n].status="success"),b&&(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=Qo.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=Qo.signedTransactions},setSignTransactionsError:(e,o)=>{e.signTransactionsError=o.payload},setSignTransactionsCancelMessage:(e,o)=>{e.signTransactionsCancelMessage=o.payload}},extraReducers:e=>{e.addCase(K,()=>Qo),e.addCase(ni.REHYDRATE,(o,n)=>{var m;if(o.signTransactionsCancelMessage=null,!((m=n.payload)!=null&&m.transactions))return;let{signedTransactions:r,customTransactionInformationForSessionId:s}=n.payload.transactions,p=Object.entries(r).reduce((_,[l,g])=>{let x=new Date(l),u=new Date;return u.setHours(u.getHours()+5),u-x>0||(_[l]=g),_},{});s!=null&&(o.customTransactionInformationForSessionId=s),r!=null&&(o.signedTransactions=p)})}}),{updateSignedTransactionStatus:ri,updateSignedTransactions:ai,setTransactionsToSign:nm,clearAllTransactionsToSign:Hn,clearAllSignedTransactions:tm,clearSignedTransaction:rm,clearTransactionToSign:yu,setSignTransactionsError:am,setSignTransactionsCancelMessage:$n,moveTransactionsToSignedState:Yt}=ti.actions,Vn=ti.reducer});var N=S(()=>{"use strict";t();Ln();En();Dn();Rn();Bn();Un();Gn();jn()});var Zt=S(()=>{"use strict";t()});var mi,pi,li,Qt,Vu,ju,zu,qu,di,_i,Jt=S(()=>{"use strict";t();mi=require("@reduxjs/toolkit");J();pi={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},li=(0,mi.createSlice)({name:"dappModalsSlice",initialState:pi,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=f({},o.payload)}},extraReducers:e=>{e.addCase(K,()=>pi)}}),{setDappModalVisibility:Qt,setDappModalHeaderVisibility:Vu,setDappModalFooterVisibility:ju,setDappModalHeaderText:zu,setDappModalFooterText:qu,setDappModalConfig:di}=li.actions,_i=li.reducer});var gi,pm,mm,ao,Xn=S(()=>{"use strict";t();gi=require("@reduxjs/toolkit");Zt();Ln();Jt();En();Dn();Rn();Bn();Un();Gn();jn();pm={["account"]:kn,["dappModal"]:_i,["loginInfo"]:Pn,["modals"]:Nn,["networkConfig"]:Mn,["signedMessageInfo"]:On,["toasts"]:Fn,["transactionsInfo"]:Wn,["transactions"]:Vn},mm=(e={})=>(0,gi.combineReducers)(f(f({},pm),e)),ao=mm});var xi={};Ze(xi,{default:()=>Cm,sessionStorageReducers:()=>er});function qe(e,o=[]){return{key:e,version:1,storage:fi.default,blacklist:o}}var ie,ui,fi,lm,en,dm,_m,gm,um,fm,hm,xm,Tm,ym,hi,bm,er,Sm,wm,vm,Cm,Ti=S(()=>{"use strict";t();ie=require("redux-persist"),ui=h(require("redux-persist/lib/storage")),fi=h(require("redux-persist/lib/storage/session"));Xn();N();Ln();En();Dn();Rn();Bn();Un();Gn();jn();Zt();lm={persistReducersStorageType:"localStorage"},en={["account"]:"sdk-dapp-account",["loginInfo"]:"sdk-dapp-login-info",["modals"]:"sdk-dapp-modals",["networkConfig"]:"sdk-dapp-network-config"},dm=qe(en["account"]),_m=qe(en["loginInfo"]),gm=qe(en["modals"]),um=qe(en["networkConfig"]),fm={2:e=>k(f({},e),{networkConfig:Gt})};hm=qe("sdk-dapp-transactionsInfo"),xm=qe("sdk-dapp-transactions",["transactionsToSign"]),Tm=qe("sdk-dapp-toasts"),ym=qe("sdk-dapp-signedMessageInfo"),hi={key:"sdk-dapp-store",version:2,storage:ui.default,whitelist:Object.keys(en),migrate:(0,ie.createMigrate)(fm,{debug:!1})},bm=k(f({},hi),{whitelist:[]}),er={["toasts"]:(0,ie.persistReducer)(Tm,Fn),["transactions"]:(0,ie.persistReducer)(xm,Vn),["transactionsInfo"]:(0,ie.persistReducer)(hm,Wn),["signedMessageInfo"]:(0,ie.persistReducer)(ym,On)},Sm=k(f({},er),{["account"]:(0,ie.persistReducer)(dm,kn),["loginInfo"]:(0,ie.persistReducer)(_m,Pn),["modals"]:(0,ie.persistReducer)(gm,Nn),["networkConfig"]:(0,ie.persistReducer)(um,Mn)}),wm=lm.persistReducersStorageType==="localStorage",vm=wm?(0,ie.persistReducer)(hi,ao(er)):(0,ie.persistReducer)(bm,ao(Sm)),Cm=vm});var yi={};Ze(yi,{default:()=>km});var km,bi=S(()=>{"use strict";t();Xn();km=ao()});var Si={};Ze(Si,{default:()=>Im});var le,Lm,Im,wi=S(()=>{"use strict";t();le=require("redux-persist"),Lm=[le.FLUSH,le.REHYDRATE,le.PAUSE,le.PERSIST,le.PURGE,le.REGISTER],Im=Lm});var ki={};Ze(ki,{default:()=>Ci});function Ci(e){return(0,vi.persistStore)(e)}var vi,Li=S(()=>{"use strict";t();vi=require("redux-persist")});var pc=re((H0,sc)=>{t();var vl=typeof a=="object"&&a&&a.Object===Object&&a;sc.exports=vl});var lc=re(($0,mc)=>{t();var Cl=pc(),kl=typeof self=="object"&&self&&self.Object===Object&&self,Ll=Cl||kl||Function("return this")();mc.exports=Ll});var cr=re((V0,dc)=>{t();var Il=lc(),Al=Il.Symbol;dc.exports=Al});var fc=re((j0,uc)=>{t();var _c=cr(),gc=Object.prototype,Pl=gc.hasOwnProperty,El=gc.toString,an=_c?_c.toStringTag:void 0;function Nl(e){var o=Pl.call(e,an),n=e[an];try{e[an]=void 0;var r=!0}catch(p){}var s=El.call(e);return r&&(o?e[an]=n:delete e[an]),s}uc.exports=Nl});var xc=re((z0,hc)=>{t();var Dl=Object.prototype,Ml=Dl.toString;function Rl(e){return Ml.call(e)}hc.exports=Rl});var Sc=re((q0,bc)=>{t();var Tc=cr(),Ol=fc(),Bl=xc(),Fl="[object Null]",Ul="[object Undefined]",yc=Tc?Tc.toStringTag:void 0;function Wl(e){return e==null?e===void 0?Ul:Fl:yc&&yc in Object(e)?Ol(e):Bl(e)}bc.exports=Wl});var vc=re((K0,wc)=>{t();var Gl=Array.isArray;wc.exports=Gl});var kc=re((X0,Cc)=>{t();function Hl(e){return e!=null&&typeof e=="object"}Cc.exports=Hl});var Ic=re((Y0,Lc)=>{t();var $l=Sc(),Vl=vc(),jl=kc(),zl="[object String]";function ql(e){return typeof e=="string"||!Vl(e)&&jl(e)&&$l(e)==zl}Lc.exports=ql});var Jd={};Ze(Jd,{WalletConnectLoginButton:()=>Qd});module.exports=zo(Jd);t();var go=h(require("react"));t();t();E();t();var Di=require("react"),Io=require("react-redux");t();var or=require("@reduxjs/toolkit"),Ei=require("react-redux/lib/utils/Subscription");N();t();var ci=h(require("lodash.throttle"));E();t();var ii=h(require("lodash.isequal")),zn=require("reselect");q();var T=(0,zn.createSelectorCreator)(zn.defaultMemoize,ii.default),Jo=(e,o)=>e!=""&&Boolean(o);N();Ft();So();bo();var im=[wn],qn=!1,cm=(0,ci.default)(()=>{Xo(Ko())},5e3),si=e=>o=>n=>{var l;if(im.includes(n.type))return o(n);let r=e.getState(),s=Le.local.getItem(fe.loginExpiresAt);if(!Jo((l=r==null?void 0:r.loginInfo)==null?void 0:l.loginMethod,r==null?void 0:r.account.address))return o(n);if(s==null)return Xo(Ko());let m=Date.now();return s-m<0&&!qn?setTimeout(()=>{qn=!0,e.dispatch(Oa())},1e3):(qn&&(qn=!1),cm()),o(n)};t();t();function Kn(){return typeof sessionStorage!="undefined"}var Ii=Kn()?(Ti(),zo(xi)).default:(bi(),zo(yi)).default,Ai=Kn()?(wi(),zo(Si)).default:[],Pi=Kn()?(Li(),zo(ki)).default:e=>e;Xn();var C=(0,or.configureStore)({reducer:Ii,middleware:e=>e({serializableCheck:{ignoredActions:[...Ai,Bt.type,Ot.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(si)}),Ni=(0,Ei.createSubscription)(C),Cf=Pi(C),kf=(0,or.configureStore)({reducer:ao});var Am={store:C,subscription:Ni},nr=(0,Di.createContext)(Am),Pf=(0,Io.createStoreHook)(nr),j=(0,Io.createDispatchHook)(nr),w=(0,Io.createSelectorHook)(nr);t();t();N();var Re=e=>e.account,io=T(Re,e=>e.address),Ao=T(Re,io,(e,o)=>o in e.accounts?e.accounts[o]:Cn),Pm=T(Re,Ao,(e,o)=>{let s=e,{accounts:n}=s,r=fn(s,["accounts"]);return k(f({},r),{account:o})}),Em=T(Ao,e=>e.balance),Nm=T(Ao,e=>{var o;return((o=e==null?void 0:e.nonce)==null?void 0:o.valueOf())||0}),Mf=T(Re,e=>e.shard),Dm=T(Re,e=>e.ledgerAccount),Rf=T(Re,e=>e.walletConnectAccount),Of=T(Re,e=>e.isAccountLoading),Bf=T(Re,e=>e.accountLoadingError),Mi=T(Re,e=>e.websocketEvent);t();var he=e=>e.loginInfo,Gf=T(he,e=>e.loginMethod),on=T(he,io,(e,o)=>Jo(e.loginMethod,o)),Hf=T(he,e=>e.walletConnectLogin),$f=T(he,e=>e.ledgerLogin),Ri=T(he,e=>e.walletLogin),Vf=T(he,e=>e.isLoginSessionInvalid),Po=T(he,e=>e.tokenLogin),jf=T(he,e=>e.logoutRoute);t();var Oi=e=>e.modals,Kf=T(Oi,e=>e.txSubmittedModal),Mm=T(Oi,e=>e.notificationModal);t();var Oe=e=>e.networkConfig,nn=T(Oe,e=>e.chainID),Bi=T(Oe,e=>e.network.walletConnectBridgeAddress),Fi=T(Oe,e=>e.network.walletConnectV2RelayAddress),Ui=T(Oe,e=>e.network.walletConnectV2ProjectId),Wi=T(Oe,e=>e.network.walletConnectV2Options),Yn=T(Oe,e=>e.network.walletConnectDeepLink),Be=T(Oe,e=>e.network),Gi=T(Be,e=>e.apiAddress),Hi=T(Be,e=>e.explorerAddress),$i=T(Be,e=>e.egldLabel);t();var Zn=e=>e.signedMessageInfo,Jf=T(Zn,e=>e.isSigning),eh=T(Zn,e=>e.errorMessage),oh=T(Zn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return e.signedSessions[o[n-1]]}),nh=T(Zn,e=>{let o=Object.keys(e.signedSessions),n=o.length;return o.length>0?o[n-1]:""});t();var tr=e=>e.toasts,ah=T(tr,e=>e.customToasts),ih=T(tr,e=>e.transactionToasts),ch=T(tr,e=>e.failTransactionToast);t();N();var Vi={errorMessage:jt,successMessage:zt,processingMessage:qt},Rm=e=>e.transactionsInfo,Om=T(Rm,(e,o)=>o,(e,o)=>o!=null&&(e==null?void 0:e[Number(o)])||Vi);t();t();var ce=require("@multiversx/sdk-core");E();t();function Qn(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(o){return!1}}function co(e){return Qn(e)?atob(e):e}function Jn(e){var s,p,m;let{data:o}=e,n=Qn(o!=null?o:"")?ce.TransactionPayload.fromEncoded(o):new ce.TransactionPayload(o),r=new ce.Transaction(f({value:e.value.valueOf(),data:n,nonce:e.nonce.valueOf(),receiver:new ce.Address(e.receiver),sender:new ce.Address(e.sender),gasLimit:(s=e.gasLimit.valueOf())!=null?s:qo,gasPrice:(p=e.gasPrice.valueOf())!=null?p:Sn,chainID:e.chainID.valueOf(),version:new ce.TransactionVersion((m=e.version)!=null?m:ba)},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 Fm=require("@multiversx/sdk-core/out");t();E();t();var zi=require("@multiversx/sdk-core");q();t();var ji=require("@multiversx/sdk-core");function Um(e){try{let o=new ji.Address(e);return Boolean(o.bech32())}catch(o){return!1}}function tn(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Um(e)}t();t();t();var Gm=require("@multiversx/sdk-core"),Hm=h(require("bignumber.js"));O();t();t();t();t();t();var rr="blocks";t();t();t();t();ne();t();t();ne();t();t();t();var Ym=h(require("bignumber.js"));E();t();var Xm=require("@multiversx/sdk-core"),ar=h(require("bignumber.js"));E();t();var qm=h(require("bignumber.js"));t();ar.default.config({ROUNDING_MODE:ar.default.ROUND_FLOOR});t();t();t();E();t();t();t();t();E();t();E();t();var Zm=require("@multiversx/sdk-core");E();t();var rn=require("@multiversx/sdk-core"),el=require("@multiversx/sdk-network-providers");E();t();t();var Qm=h(require("bignumber.js"));E();t();E();t();t();t();t();t();E();t();ne();var nl=["reDelegateRewards","claimRewards","unBond"],tl=["wrapEgld","unwrapEgld"],rl=["unStake"],al=["unDelegate"];t();t();t();E();t();var pl=h(require("bignumber.js"));t();t();t();t();ne();t();var ml=h(require("bignumber.js"));t();t();t();var _l=h(require("bignumber.js"));q();t();t();t();t();O();t();t();t();t();ne();t();t();t();var gl=h(require("linkifyjs"));t();E();t();var ul=h(require("bignumber.js"));t();q();t();t();O();t();O();t();t();t();ne();t();ne();t();var fl=h(require("bignumber.js"));E();ne();t();ne();t();var oc=require("react");q();t();t();ne();t();t();var hl=require("@multiversx/sdk-core/out"),xl=h(require("bignumber.js"));ne();t();q();t();t();q();var GS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];t();var nc=require("react");q();t();var yl=require("react");ne();var KS=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];Lo();var tt=e=>e.transactions,Eo=T(tt,e=>e.signedTransactions),bl=T(tt,e=>e.signTransactionsError),tc=T(tt,e=>e.signTransactionsCancelMessage),rt=e=>o=>Object.entries(o).reduce((n,[r,s])=>(e(s.status)&&(n[r]=s),n),{}),rc=T(Eo,rt(vo)),ac=T(Eo,rt(Co)),ic=T(Eo,rt(ko)),Sl=T(Eo,rt(Xt)),cc=T(tt,e=>{var o;return(e==null?void 0:e.transactionsToSign)==null?null:k(f({},e.transactionsToSign),{transactions:((o=e==null?void 0:e.transactionsToSign)==null?void 0:o.transactions.map(n=>Jn(n)))||[]})}),wl=T(Eo,(e,o)=>o,(e,o)=>o!=null?(e==null?void 0:e[o])||{}:{});t();var Ac=h(Ic());var No=e=>{if(!e||!(0,Ac.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,s,p]=o,m=JSON.parse(co(p)),_=co(n);return{ttl:Number(s),extraInfo:m,origin:_,blockHash:r}}catch(n){return console.error(`Error trying to decode ${e}:`,n),null}};var Pc=e=>{var s;let o=w(Po),n=(s=o==null?void 0:o.loginToken)!=null?s:e;if(!n)return;let r=No(n);if(!!r)return r.origin.toLowerCase().startsWith(fa)};t();function Kl(e){return Object.prototype.toString.call(e)==="[object String]"}var Ec=e=>{var n;if(!e||!Kl(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,s,p]=o,m=co(r),_=co(s),l=No(_);if(!l)return{address:m,body:_,signature:p,blockHash:"",origin:"",ttl:0};let g=k(f({},l),{address:m,body:_,signature:p});return(n=l.extraInfo)!=null&&n.timestamp||delete g.extraInfo,g}catch(r){return null}};t();var Xl=e=>e.replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),Do=e=>Xl(i.Buffer.from(e,"utf8").toString("base64"));t();t();t();var so=h(require("bignumber.js")),Nc=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),s=r.modulo(60).isGreaterThan(1),p=n.modulo(60).isGreaterThan(1),m=n.modulo(60).isLessThan(1);return s?`${r} hours`:p?`${n} minutes`:m?"less than 1 minute":`${n} minute`};var Dc=e=>{var s;let o=w(Po),n=(s=o==null?void 0:o.loginToken)!=null?s:e;if(!n)return;let r=No(n);if(!!r)return{url:r.origin,duration:Nc(r.ttl*1e3)}};t();var Oc=h(require("axios"));t();t();t();function Mc(e){return y(this,null,function*(){return yield new Promise(o=>{setTimeout(()=>o(),e)})})}t();var Rc=(e,o,n,r=0)=>y(void 0,null,function*(){try{return yield e(...n)}catch(s){return r<o.retries?((o==null?void 0:o.delay)!=null&&(yield Mc(o.delay)),yield Rc(e,o,n,r+1)):null}}),sr=(e,o={retries:5,delay:500})=>(...n)=>y(void 0,null,function*(){return yield Rc(e,o,n)});var Yl=4,Zl=3e4,at={current:null},po={current:null},Ql=sr((e,o)=>y(void 0,null,function*(){let{data:n}=yield Oc.default.get(`${e}/${rr}?from=${Yl}&size=1&fields=hash,timestamp${o?"&shard="+o:""}`),[r]=n;return r}));function Bc(e,o){return y(this,null,function*(){if(e==null)throw new Error("missing api url");let n=Date.now();if(at.current!=null&&n<at.current.timestamp*1e3+Zl)return at.current;if(po.current!=null)return yield po.current;po.current=Ql(e,o);try{let r=yield po.current;if(r==null)throw po.current=null,new Error("could not get block hash");return at.current={hash:r.hash,timestamp:r.timestamp},po.current=null,r}catch(r){return po.current=null,null}})}t();t();t();var Ro=h(require("react")),_r=h(require("classnames")),$c=h(require("react-dom"));t();var Jl=`.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(Jl));var de={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 Fc=h(require("react")),Uc=h(require("classnames"));var pr=({className:e,children:o})=>Fc.default.createElement("div",{className:(0,Uc.default)(de.dappModalBody,e)},o);t();var mr=h(require("react")),Wc=h(require("classnames"));var lr=({visible:e,customFooter:o,className:n,footerText:r})=>e?mr.default.createElement("div",{className:(0,Wc.default)(de.dappModalFooter,n)},o!=null?o:mr.default.createElement("div",null,r)):null;t();var Mo=h(require("react")),Gc=require("@fortawesome/free-solid-svg-icons"),Hc=require("@fortawesome/react-fontawesome"),cn=h(require("classnames"));t();var ed=`.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(ed));var B={"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 dr=({visible:e,headerText:o,customHeader:n,className:r,closeButtonClassName:s,headerTextClassName:p,onHide:m})=>e?n?Mo.default.createElement("div",{className:(0,cn.default)(de.dappModalHeader,r)},n):Mo.default.createElement("div",{className:(0,cn.default)(de.dappModalHeader,r)},Mo.default.createElement("div",{className:(0,cn.default)(de.dappModalHeaderText,p)},o),Mo.default.createElement("button",{onClick:m,className:(0,cn.default)(de.dappModalCloseButton,B.btn,B.btnLight,s)},Mo.default.createElement(Hc.FontAwesomeIcon,{size:"lg",icon:Gc.faTimes}))):null;var od={showHeader:!0,showFooter:!1,headerText:"",footerText:""},gr=({id:e="dapp-modal",visible:o,onHide:n,parentElement:r,config:s=od,children:p,className:m="dapp-modal-dialog-wrapper"})=>{if(!o)return null;let{showHeader:_,showFooter:l,headerText:g,footerText:x,modalDialogClassName:u="dapp-modal-dialog",modalContentClassName:v="dapp-modal-dialog-content",modalHeaderClassName:L="dapp-modal-dialog-header",modalHeaderTextClassName:b="dapp-modal-dialog-header-text",modalCloseButtonClassName:I="dapp-modal-dialog-close-button",modalBodyClassName:R="dapp-modal-dialog-content-body",modalFooterClassName:P="dapp-modal-dialog-footer",customModalHeader:Y,customModalFooter:Z}=s;return $c.default.createPortal(Ro.default.createElement("div",{id:e,role:"dialog","aria-modal":"true",className:(0,_r.default)(u,de.dappModal,m)},Ro.default.createElement("div",{className:(0,_r.default)(de.dappModalContent,v)},Ro.default.createElement(dr,{visible:_,headerText:g,customHeader:Y,className:L,headerTextClassName:b,closeButtonClassName:I,onHide:n}),Ro.default.createElement(pr,{className:R},p),Ro.default.createElement(lr,{visible:l,customFooter:Z,footerText:x,className:P}))),r!=null?r:document==null?void 0:document.body)};t();t();var Uo=require("react");t();t();t();var it=require("react");function Oo(e,o=[]){let n=(0,it.useRef)(!0);(0,it.useEffect)(()=>{n.current?n.current=!1:e()},o)}t();N();t();t();t();t();t();t();t();t();var Vc=require("@multiversx/sdk-extension-provider"),jc=require("@multiversx/sdk-hw-provider"),zc=require("@multiversx/sdk-opera-provider"),qc=require("@multiversx/sdk-web-wallet-provider");E();O();t();var sn=Bo,ct=sn;var mo=e=>{switch(e==null?void 0:e.constructor){case qc.WalletProvider:return"wallet";case sn:return"walletconnect";case ct:return"walletconnectv2";case jc.HWProvider:return"ledger";case Vc.ExtensionProvider:return"extension";case zc.OperaProvider:return"opera";case Bo:return"";default:return"extra"}};var Fe=e=>`Unable to perform ${e}, Provider not initialized`,Bo=class{init(){return Promise.resolve(!1)}login(o){throw new Error(Fe(`login with options: ${o}`))}logout(o){throw new Error(Fe(`logout with options: ${o}`))}getAddress(){throw new Error(Fe("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(o,n){throw new Error(Fe(`sendTransaction with transactions: ${o} options: ${n}`))}signTransaction(o,n){throw new Error(Fe(`signTransaction with transactions: ${o} options: ${n}`))}signTransactions(o,n){throw new Error(Fe(`signTransactions with transactions: ${o} options: ${n}`))}signMessage(o,n){throw new Error(Fe(`signTransactions with ${o} and options ${n}`))}sendCustomMessage({method:o,params:n}){throw new Error(Fe(`sendCustomMessage with method: ${o} params: ${n}`))}sendCustomRequest(o){throw new Error(Fe(`sendSessionEvent with options: ${o}`))}ping(){return Promise.resolve(!1)}},ur=new Bo;var Kc=ur;function lo(e){Kc=e}function se(){return Kc||ur}N();t();t();var nd=h(require("axios"));t();t();t();O();t();t();function Xc(){let e=se();return mo(e)}function _e(e){return Xc()===e}function st(){let e=window==null?void 0:window.location.search,o=C.getState(),n=se(),r=io(o),s=on(o),p=Ri(o);if(!n)throw"provider not initialized";return _e("ledger")&&s?new Promise(m=>{m(r)}):!_e("")&&!_e("wallet")&&!_e("extra")?n.getAddress():new Promise(m=>{if(p!=null){let _=new URLSearchParams(e),l=Object.fromEntries(_);tn(l.address)&&m(l.address)}s&&m(r),m("")})}t();Lo();t();t();t();var td=h(require("axios"));t();var rd=h(require("axios"));t();var id=h(require("axios"));t();t();var cd=h(require("axios"));t();var sd=h(require("axios"));t();N();O();t();t();N();t();t();var Qc=require("@multiversx/sdk-core");t();J();q();t();Lo();t();N();O();t();N();q();t();t();t();q();t();t();t();t();var dd=h(require("axios")),_d=h(require("swr"));t();t();var Jc=require("react");t();var fd=require("react"),ns=require("@multiversx/sdk-web-wallet-provider"),hd=h(require("qs"));E();N();O();t();t();var es,d1={search:(es=window==null?void 0:window.location)==null?void 0:es.search,removeParams:[]};t();var ts=require("react");Wt();t();var cs=require("react"),kd=require("@multiversx/sdk-extension-provider");E();t();var pn=()=>{let e=se(),o=mo(e);return{provider:e,providerType:o}};N();O();t();t();t();t();var is=require("react"),Sd=require("@multiversx/sdk-extension-provider");E();t();t();t();var mn=()=>w(Ao);t();t();t();t();t();var ln=h(require("react"));var tL=(0,ln.createContext)({}),rL=C.getState();t();var as=h(require("react"));t();var hr=h(require("react")),Td=h(require("axios"));t();t();N();t();t();var Ld=h(require("axios"));N();q();Zo();t();oo();N();t();t();var Dd=require("react");t();t();t();N();t();t();var Pd=h(require("bignumber.js"));E();N();q();t();var Ad=h(require("bignumber.js"));E();t();var Ed=require("@multiversx/sdk-core"),Nd=h(require("bignumber.js"));E();t();t();t();t();vn();var ss=e=>{let o=Ec(e);if(!o)return{isExpired:!1};let n=yo(),{ttl:r,extraInfo:s}=o,p=s==null?void 0:s.timestamp;if(!p)return{isExpired:!1};let m=p+r,_=n>m,l=m-n;return{isExpired:_,expiresAt:m,secondsUntilExpires:l}};t();var ps,dn={origin:typeof window!="undefined"?(ps=window==null?void 0:window.location)==null?void 0:ps.origin:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60},_n=e=>{var n,r,s,p,m;return e===!0?dn:{origin:(n=e==null?void 0:e.origin)!=null?n:dn.origin,blockHashShard:(r=e==null?void 0:e.blockHashShard)!=null?r:null,expirySeconds:(s=e==null?void 0:e.expirySeconds)!=null?s:dn.expirySeconds,apiAddress:(p=e==null?void 0:e.apiAddress)!=null?p:dn.apiAddress,tokenExpirationToastWarningSeconds:(m=e==null?void 0:e.tokenExpirationToastWarningSeconds)!=null?m:dn.tokenExpirationToastWarningSeconds}};t();var ms=({address:e,token:o,signature:n})=>{let r=Do(e),s=Do(o);return`${r}.${s}.${n}`};var ls=e=>{let{origin:o,apiAddress:n,expirySeconds:r,blockHashShard:s}=_n(e);return{getNativeAuthConfig:_n,initialize:(...l)=>y(void 0,[...l],function*(m={},_){if(!n||!o)return"";let g=_!=null?_:yield Bc(n,s),{hash:x,timestamp:u}=g,v=Do(JSON.stringify(f(f({},m),u?{timestamp:u}:{})));return`${Do(o)}.${x}.${r}.${v}`}),getToken:ms,getTokenExpiration:ss}};O();Lo();t();var ds=require("react");t();t();var Rd=require("react"),Od=require("@multiversx/sdk-extension-provider");oo();J();O();t();function ge(){return on(C.getState())}to();t();var _s=require("react"),pt=require("@multiversx/sdk-core");N();var Md=(e,o)=>{var n;return o?o===!0?e:(n=o.apiAddress)!=null?n:e:null},Xe=e=>{let o=w(Be),n=w(Po),r=(0,_s.useRef)(n==null?void 0:n.loginToken),s=Md(o.apiAddress,e),p=_n(f(f({},e===!0?{}:e),s?{apiAddress:s}:{})),m=Boolean(e),_=ls(p),{address:l}=mn(),g=j(),x=b=>{r.current=b,g(An(f({loginToken:b},s?{nativeAuthConfig:p}:{})))},u=()=>y(void 0,null,function*(){try{return yield _.initialize()}catch(b){console.error("Unable to get block. Login failed.",b);return}}),v=({address:b,signature:I})=>{let R=r.current;if(!R)throw"Token not found. Call `setLoginToken` first.";if(!m){g(An({loginToken:R,signature:I}));return}let P=_.getToken({address:b,token:R,signature:I});g(An(f({loginToken:R,signature:I,nativeAuthToken:P},s?{nativeAuthConfig:p}:{})))};return{configuration:p,setLoginToken:x,getNativeAuthLoginToken:u,setTokenLoginInfo:v,refreshNativeAuthTokenLogin:I=>y(void 0,[I],function*({signMessageCallback:b}){let R=yield u();if(r.current=R,!R)return;let P=new pt.SignableMessage({address:new pt.Address(l),message:i.Buffer.from(R)}),Y=yield b(P,{});v({address:l,signature:Y.toJSON().signature})})}};t();var Bd=require("react"),Fd=require("@multiversx/sdk-opera-provider");oo();J();O();to();t();var Gd=require("react");oo();N();t();t();At();t();t();var Tr=h(require("platform"));function gs(){var e,o,n,r;return((o=(e=Tr.default)==null?void 0:e.os)==null?void 0:o.family)==="iOS"||((r=(n=Tr.default)==null?void 0:n.os)==null?void 0:r.family)==="Android"}t();J();q();Zo();So();bo();var Ud=e=>{let o=Le.local.getItem(fe.logoutEvent),{data:n}=o?JSON.parse(o):{data:e};e===n&&(Le.local.setItem({key:fe.logoutEvent,data:e,expires:0}),Le.local.removeItem(fe.logoutEvent))};function mt(e,o,n=!0){return y(this,null,function*(){let r=se(),s=mo(r),p=ge(),m=s==="wallet";if(n&&(r==null?void 0:r.relogin)!=null)return yield r.relogin();if(!p||!r){yr(e,o,!1);return}try{let _=yield st();Ud(_)}catch(_){yr(e,o,!1),console.error("error fetching logout address",_)}m&&Ga(),C.dispatch(K());try{let l=m&&!e?window==null?void 0:window.location.origin:e;m?setTimeout(()=>{r.logout({callbackUrl:l})}):(yield r.logout({callbackUrl:l}),yr(e,o,m))}catch(_){console.error("error logging out",_)}})}function yr(e,o,n){e&&!n&&(typeof o=="function"?o(e):Yo(e))}t();t();t();t();t();t();t();t();t();O();t();Zo();So();t();t();t();N();t();t();var Wd=h(require("axios"));t();t();var us=require("react"),$d=require("@multiversx/sdk-hw-provider");oo();J();N();O();to();t();var Hd=require("react");t();var Ye=require("react");J();N();O();to();var br=({logoutRoute:e,callbackRoute:o,nativeAuth:n,token:r,onLoginRedirect:s})=>{let p=j(),m=15e3,_=n!=null,l=Xe(n),g=r,[x,u]=(0,Ye.useState)(""),[v,L]=(0,Ye.useState)(""),{provider:b}=pn(),I=w(Bi),R=w(Yn),P=(0,Ye.useRef)(b),Y=(0,Ye.useRef)(!0),Z,We=Boolean(v),Ge=!We,Ae=We?`${R}?wallet-connect=${encodeURIComponent(v)}`:"";(0,Ye.useEffect)(()=>{Ee();let D=setInterval(()=>{Ee()},m);return()=>clearInterval(D)},[b]),Oo(()=>{!r||ye()},[r]),Oo(()=>{P.current=b},[b]);let G=()=>{mt(e)},Pe=()=>{Y.current=!1};function Ee(){return y(this,null,function*(){var ue,H;if(b==null||!_e("walletconnect")||!Boolean((H=(ue=P.current)==null?void 0:ue.walletConnector)==null?void 0:H.connected))return;let ee={method:"heartbeat",params:{}};try{yield P.current.sendCustomMessage(ee)}catch(Q){console.error("Connection lost",Q),G()}})}function uo(){return y(this,null,function*(){var D;try{let ee=P.current;if(ge()||ee==null||!_e("walletconnect"))return;if(!Y.current){try{yield(D=P.current)==null?void 0:D.logout()}catch($){console.warn("Unable to logout")}return}let H=yield ee.getAddress();if(!H){console.warn("Login cancelled.");return}let Q=yield ee.getSignature(),Ve={address:H,loginMethod:"walletconnect"},W={logoutRoute:e,loginType:"walletConnect",callbackRoute:o!=null?o:window==null?void 0:window.location.href};p(In(W)),Q&&l.setTokenLoginInfo({signature:Q,address:H}),p(me(Ve)),ee.walletConnector.on("heartbeat",()=>{clearInterval(Z),Z=setInterval(()=>{console.log("xPortal Mobile Wallet Connection Lost"),G(),clearInterval(Z)},15e4)}),no({callbackRoute:o,onLoginRedirect:s,options:{address:H,signature:Q}})}catch(ee){u("Invalid address"),console.error(ee)}})}function He(D=!0){return y(this,null,function*(){var Q,Ve;let ee=D&&!v;if(!I||((Ve=(Q=P==null?void 0:P.current)==null?void 0:Q.isInitialized)==null?void 0:Ve.call(Q))&&!ee)return;let ue={onClientLogin:uo,onClientLogout:G},H=new sn(I,ue);yield H.init(),Y.current=!0,lo(H),P.current=H,D&&ye()})}function ye(){return y(this,null,function*(){var H;if(!I)return;let D=yield(H=P.current)==null?void 0:H.login();if(!Boolean(D))return;if(_&&!g&&(g=yield l.getNativeAuthLoginToken(),!g)){console.warn("Fetching block failed. Login cancelled.");return}if(!g){L(D);return}l.setLoginToken(g);let ue=`${D}&token=${g}`;L(ue)})}let $e=Boolean(x),Go=ge();return[He,{error:x,loginFailed:$e,isLoading:Ge&&!$e,isLoggedIn:Go&&!$e},{uriDeepLink:Ae,walletConnectUri:v,cancelLogin:Pe}]};t();var Ie=require("react");J();N();O();to();var Sr=({callbackRoute:e,logoutRoute:o,token:n,nativeAuth:r,onLoginRedirect:s})=>{let p=j(),m=r!=null,_=Xe(r),l=n,[g,x]=(0,Ie.useState)(""),[u,v]=(0,Ie.useState)(""),[L,b]=(0,Ie.useState)(!0),[I,R]=(0,Ie.useState)([]),P=se(),Y=w(Fi),Z=w(Ui),We=w(Wi),Ge=w(nn),Ae=w(Yn),G=(0,Ie.useRef)(P),Pe=(0,Ie.useRef)(!0),Ee=["erd_cancelAction","multiversx_cancelAction"],uo=L?"":`${Ae}?wallet-connect=${encodeURIComponent(u)}`;Oo(()=>{!n||H()},[n]),Oo(()=>{G.current=P},[P]),(0,Ie.useEffect)(()=>{b(!Boolean(u))},[u]);let He=()=>{mt(o)},ye=W=>{console.log("wc2 session event: ",W)},$e=()=>{Pe.current=!1};function Go(){return y(this,null,function*(){var W;try{let $=G.current;if(ge()||$==null||!_e("walletconnectv2"))return;if(!Pe.current){try{yield(W=G.current)==null?void 0:W.logout()}catch(Ir){console.warn("Unable to logout")}return}let te=yield $.getAddress();if(!te){console.warn("Login cancelled.");return}let be=yield $.getSignature(),Ho={address:te,loginMethod:"walletconnectv2"},_t={logoutRoute:o,loginType:"walletconnectv2",callbackRoute:e!=null?e:window==null?void 0:window.location.href};p(In(_t)),be&&_.setTokenLoginInfo({signature:be,address:te}),p(me(Ho)),no({callbackRoute:e,onLoginRedirect:s,options:{address:te,signature:be}})}catch($){x("Invalid address"),console.error($)}})}function D(W=!0){return y(this,null,function*(){if(!Z||!Y){x("Invalid WalletConnect setup");return}let $={onClientLogin:Go,onClientLogout:He,onClientEvent:ye},V=new ct($,Ge,Y,Z,We);yield V.init(),Pe.current=!0,lo(V),R(V.pairings),G.current=V,W&&H()})}function ee(W){return y(this,null,function*(){var $,V,te;if(!Y||!Z){x("Invalid WalletConnect setup");return}if(!W||!W.topic){x("Expired connection");return}try{let{approval:be}=yield($=G.current)==null?void 0:$.connect({topic:W.topic,methods:Ee});if(m&&!l&&(l=yield _.getNativeAuthLoginToken(),!l)){console.warn("Fetching block failed. Login cancelled.");return}l&&_.setLoginToken(l);try{yield(V=G.current)==null?void 0:V.login({approval:be,token:l})}catch(Ho){x("User rejected existing connection proposal"),b(!0),yield D()}}catch(be){console.error("Unable to connect to existing session",be),x("Unable to connect to existing session")}finally{R((te=G.current)==null?void 0:te.pairings)}})}function ue(W){return y(this,null,function*(){var $,V;try{W&&(yield($=G.current)==null?void 0:$.logout({topic:W}))}catch(te){console.error("Unable to remove existing pairing",te),x("Unable to remove existing pairing")}finally{R((V=G.current)==null?void 0:V.pairings)}})}function H(){return y(this,null,function*(){var W,$;if(!Y||!Z){x("Invalid WalletConnect setup");return}try{let{uri:V,approval:te}=yield(W=G.current)==null?void 0:W.connect({methods:Ee});if(!Boolean(V))return;if(v(V),m&&!l&&(l=yield _.getNativeAuthLoginToken(),!l)){console.warn("Fetching block failed. Login cancelled.");return}l&&_.setLoginToken(l);try{yield($=G.current)==null?void 0:$.login({approval:te,token:l})}catch(Ho){x("User rejected connection proposal"),b(!0),yield D()}}catch(V){console.error("Unable to connect",V)}})}let Q=Boolean(g),Ve=ge();return[D,{error:g,loginFailed:Q,isLoading:L&&!Q,isLoggedIn:Ve&&!Q},{uriDeepLink:uo,walletConnectUri:u,cancelLogin:$e,connectExisting:ee,removeExistingPairing:ue,wcPairings:I}]};t();t();var fs=require("react");t();var zd=require("react");t();var wr=require("react"),jd=require("socket.io-client");N();t();t();t();t();var hs=e=>e.dappModal,xs=T(hs,e=>e.visible),Fo=T(hs,e=>e.modal),g3=T(Fo,e=>e.showHeader),u3=T(Fo,e=>e.showFooter),f3=T(Fo,e=>e.headerText),h3=T(Fo,e=>e.footerText);var Ts=()=>w(xs);Jt();var lt=e=>{var _;let o=j(),n=Ts(),r=w(Fo),s=()=>{o(Qt(!0))},p=()=>{o(Qt(!1))},m=(0,Uo.useCallback)(l=>{o(di(l))},[]);return(0,Uo.useEffect)(()=>{e!=null&&e.modalConfig&&m(e==null?void 0:e.modalConfig)},[e==null?void 0:e.modalConfig]),(0,Uo.useEffect)(()=>{var l;return(l=e==null?void 0:e.config)!=null&&l.openOnMount&&s(),()=>{p()}},[]),(0,Uo.useEffect)(()=>{var l;typeof((l=e==null?void 0:e.config)==null?void 0:l.visible)=="boolean"&&(e.config.visible?s():p())},[(_=e==null?void 0:e.config)==null?void 0:_.visible]),{handleShowModal:s,handleHideModal:p,setModalConfig:m,visible:n,config:r}};t();t();var vr=h(require("react")),bs=h(require("classnames"));t();var qd=`.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(qd));var ys={"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 Ss=({onLogin:e,text:o="Default Login Button",className:n="dapp-login-button",btnClassName:r="dapp-default-login-button",disabled:s,"data-testid":p,children:m})=>{let _={wrapper:(0,bs.default)(B.btn,B.btnPrimary,B.px4,B.m1,B.mx3,{[r]:r!=null},n),loginText:ys.loginText,wrapperClassName:n};return vr.default.createElement("button",{"data-testid":p,disabled:s,className:_.wrapper,onClick:e},m||vr.default.createElement("span",{className:_.loginText},o))};t();var M=h(require("react")),Ns=require("@fortawesome/free-solid-svg-icons"),Te=h(require("classnames")),Ds=h(require("qrcode"));t();var _o=h(require("react")),Kd=e=>_o.createElement("svg",f({xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 31.114 44.981",width:16,height:16},e),_o.createElement("g",{transform:"translate(-47.168 -21.519)"},_o.createElement("g",{transform:"translate(-247.872 -130.693)"},_o.createElement("path",{d:"M355.676,152.213l-3.832,17.8h-9.661Z",transform:"translate(-40.089 1)",fillRule:"evenodd",fill:"#fff"}),_o.createElement("path",{d:"M326.45,271.184l-7.053,9.379H295.04l7.054-9.379Z",transform:"translate(0 -101.17)",fillRule:"evenodd",fill:"#fff"}),_o.createElement("path",{d:"M381.139,333.864l-13.493,17.8,3.832-17.8Z",transform:"translate(-61.742 -155.472)",fillRule:"evenodd",fill:"#fff"})))),ws=Kd;t();t();var vs=h(require("react"));var Cr=e=>{let{handleHideModal:o,visible:n,config:r}=lt({modalConfig:e.modalConfig,config:k(f({},e.modalInteractionConfig),{visible:e.visible})});return vs.default.createElement(gr,{onHide:()=>{var p;o(),(p=e.onClose)==null||p.call(e)},visible:n,config:r,className:e.className},e.children)};t();t();var Wo=h(require("react")),ks=require("@fortawesome/react-fontawesome"),gn=h(require("classnames"));t();var Xd=`.dapp-core-component__pageState-styles__wrapper {
|
|
2788
|
+
color: inherit;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
.dapp-core-component__pageState-styles__state {
|
|
2792
|
+
color: inherit;
|
|
2793
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Xd));var Cs={wrapper:"dapp-core-component__pageState-styles__wrapper",state:"dapp-core-component__pageState-styles__state"};var Ls=({icon:e,title:o,action:n,iconClass:r,dataTestId:s,description:p,iconBgClass:m,iconSize:_="5x",className:l="dapp-page-state"})=>{let g={wrapper:(0,gn.default)(Cs.state,B.mAuto,B.p4,B.textCenter,l),iconContainer:(0,gn.default)(B.iconState,B.mxAuto,{[m!=null?m:""]:Boolean(m)}),iconClass:(0,gn.default)(r!=null&&r),title:(0,gn.default)(B.h4,B.my4),description:B.mb3};return Wo.default.createElement("div",{className:g.wrapper,"data-testid":s},e&&Wo.default.createElement("span",{className:g.iconContainer},Wo.default.createElement(ks.FontAwesomeIcon,{icon:e,className:g.iconClass,size:_})),o&&Wo.default.createElement("p",{className:g.title},o),p&&Wo.default.createElement("div",{className:g.description},p),n)};t();t();var X=h(require("react")),Is=require("@fortawesome/free-solid-svg-icons"),As=require("@fortawesome/react-fontawesome"),kr=h(require("classnames"));t();var Yd=`.dapp-core-component__scamPhishingStyles__scam-phishing-alert {
|
|
2794
|
+
margin: 40px auto 0;
|
|
2795
|
+
font-size: 12px;
|
|
2796
|
+
display: flex;
|
|
2797
|
+
justify-content: center;
|
|
2798
|
+
padding: 0 16px;
|
|
2799
|
+
width: auto;
|
|
2800
|
+
align-items: center;
|
|
2801
|
+
}
|
|
2802
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-icon {
|
|
2803
|
+
color: #1b46c2;
|
|
2804
|
+
margin-right: 8px;
|
|
2805
|
+
}
|
|
2806
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2807
|
+
text-align: left;
|
|
2808
|
+
display: flex;
|
|
2809
|
+
flex-direction: column;
|
|
2810
|
+
}
|
|
2811
|
+
@media (min-width: 768px) {
|
|
2812
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2813
|
+
flex-direction: row;
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text strong {
|
|
2817
|
+
color: #1b46c2;
|
|
2818
|
+
}
|
|
2819
|
+
@media (min-width: 768px) {
|
|
2820
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text .dapp-core-component__scamPhishingStyles__scam-phishing-alert-prefix {
|
|
2821
|
+
margin-left: 4px;
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization {
|
|
2826
|
+
display: flex;
|
|
2827
|
+
flex-direction: column;
|
|
2828
|
+
margin-top: 0;
|
|
2829
|
+
}
|
|
2830
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization .dapp-core-component__scamPhishingStyles__scam-phishing-alert-text {
|
|
2831
|
+
text-align: center;
|
|
2832
|
+
flex-direction: row;
|
|
2833
|
+
}
|
|
2834
|
+
.dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization .dapp-core-component__scamPhishingStyles__scam-phishing-alert-authorization-duration {
|
|
2835
|
+
margin-left: 4px;
|
|
2836
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Yd));var xe={"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 Ps=e=>{let{className:o,url:n,icon:r,authorizationInfo:s}=e,p=n.replace("https://","").replace(/\/$/,""),m=s!=null&&s.url?s.url.replace("https://","").replace(/\/$/,""):"";return X.default.createElement(X.default.Fragment,null,X.default.createElement("p",{className:(0,kr.default)(xe.scamPhishingAlert,o)},r||X.default.createElement(As.FontAwesomeIcon,{className:xe.scamPhishingAlertIcon,icon:Is.faLock}),X.default.createElement("span",{className:xe.scamPhishingAlertText},X.default.createElement("span",null,"Scam/Phishing verification:")," ",X.default.createElement("span",{className:xe.scamPhishingAlertPrefix},X.default.createElement("strong",null,"https://"),p))),s&&s.url&&X.default.createElement("p",{className:(0,kr.default)(xe.scamPhishingAlert,xe.scamPhishingAlertAuthorization,s.className)},X.default.createElement("span",{className:xe.scamPhishingAlertText},"Please confirm that you are indeed connecting to"),X.default.createElement("span",{className:xe.scamPhishingAlertText},X.default.createElement("strong",null,"https://"),X.default.createElement("span",null,m," for"),X.default.createElement("strong",{className:xe.scamPhishingAlertAuthorizationDuration},s.duration)),X.default.createElement("span",{className:xe.scamPhishingAlertText},"and that you trust this site. You might be sharing sensitive data."),X.default.createElement("a",{href:"https://multiversx.com/faq"},"Learn more")))};t();var U=h(require("react")),dt=require("@fortawesome/free-solid-svg-icons"),Lr=require("@fortawesome/react-fontawesome"),Ue=h(require("classnames"));t();var Zd=`.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container {
|
|
2837
|
+
padding: 48px 16px;
|
|
2838
|
+
}
|
|
2839
|
+
@media (min-width: 768px) {
|
|
2840
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container {
|
|
2841
|
+
padding: 48px 40px;
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content {
|
|
2845
|
+
border-radius: 24px;
|
|
2846
|
+
border: none;
|
|
2847
|
+
display: flex;
|
|
2848
|
+
flex-direction: column;
|
|
2849
|
+
box-shadow: none;
|
|
2850
|
+
max-width: 400px;
|
|
2851
|
+
}
|
|
2852
|
+
@media (min-width: 768px) {
|
|
2853
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content {
|
|
2854
|
+
max-width: 730px;
|
|
2855
|
+
}
|
|
2856
|
+
}
|
|
2857
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header {
|
|
2858
|
+
position: absolute;
|
|
2859
|
+
background-color: transparent;
|
|
2860
|
+
padding: 0;
|
|
2861
|
+
right: 20px;
|
|
2862
|
+
top: 16px;
|
|
2863
|
+
}
|
|
2864
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header-text {
|
|
2865
|
+
display: none;
|
|
2866
|
+
}
|
|
2867
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-close-button {
|
|
2868
|
+
float: none;
|
|
2869
|
+
cursor: pointer;
|
|
2870
|
+
position: relative;
|
|
2871
|
+
top: auto;
|
|
2872
|
+
padding: 0;
|
|
2873
|
+
}
|
|
2874
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-close-button:hover {
|
|
2875
|
+
background-color: transparent;
|
|
2876
|
+
}
|
|
2877
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-body {
|
|
2878
|
+
flex: 1;
|
|
2879
|
+
display: flex;
|
|
2880
|
+
flex-direction: column;
|
|
2881
|
+
padding: 0;
|
|
2882
|
+
justify-content: center;
|
|
2883
|
+
overflow: hidden;
|
|
2884
|
+
}
|
|
2885
|
+
|
|
2886
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content {
|
|
2887
|
+
text-align: center;
|
|
2888
|
+
padding: 40px 16px;
|
|
2889
|
+
display: flex;
|
|
2890
|
+
flex-direction: column;
|
|
2891
|
+
}
|
|
2892
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-heading {
|
|
2893
|
+
font-weight: 500;
|
|
2894
|
+
font-size: 24px;
|
|
2895
|
+
line-height: 1;
|
|
2896
|
+
margin-bottom: 12px;
|
|
2897
|
+
}
|
|
2898
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-subheading {
|
|
2899
|
+
line-height: 1;
|
|
2900
|
+
font-size: 14px;
|
|
2901
|
+
margin-bottom: 0;
|
|
2902
|
+
}
|
|
2903
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-error {
|
|
2904
|
+
color: #d9534f;
|
|
2905
|
+
margin-bottom: 0;
|
|
2906
|
+
margin-top: 12px;
|
|
2907
|
+
line-height: 1;
|
|
2908
|
+
}
|
|
2909
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-qr-code {
|
|
2910
|
+
width: 100%;
|
|
2911
|
+
max-width: 290px;
|
|
2912
|
+
margin: 32px auto 0;
|
|
2913
|
+
border-radius: 16px;
|
|
2914
|
+
overflow: hidden;
|
|
2915
|
+
}
|
|
2916
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-loader {
|
|
2917
|
+
margin-top: 48px;
|
|
2918
|
+
}
|
|
2919
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button {
|
|
2920
|
+
border-radius: 6px;
|
|
2921
|
+
padding: 12px 16px;
|
|
2922
|
+
line-height: 1;
|
|
2923
|
+
font-size: 16px;
|
|
2924
|
+
font-weight: 600;
|
|
2925
|
+
width: 100%;
|
|
2926
|
+
display: inline-flex;
|
|
2927
|
+
align-items: center;
|
|
2928
|
+
margin-top: 32px;
|
|
2929
|
+
margin-bottom: -16px;
|
|
2930
|
+
justify-content: center;
|
|
2931
|
+
}
|
|
2932
|
+
@media (min-width: 768px) {
|
|
2933
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button {
|
|
2934
|
+
width: auto;
|
|
2935
|
+
align-self: center;
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2938
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button .dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button-icon {
|
|
2939
|
+
margin-right: 8px;
|
|
2940
|
+
}
|
|
2941
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings {
|
|
2942
|
+
margin-top: 32px;
|
|
2943
|
+
}
|
|
2944
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-lead {
|
|
2945
|
+
margin-bottom: 16px;
|
|
2946
|
+
}
|
|
2947
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list {
|
|
2948
|
+
display: inline-flex;
|
|
2949
|
+
flex-direction: column;
|
|
2950
|
+
gap: 16px;
|
|
2951
|
+
}
|
|
2952
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-button {
|
|
2953
|
+
display: flex;
|
|
2954
|
+
border: none;
|
|
2955
|
+
background-color: #dee2e6;
|
|
2956
|
+
border-radius: 6px;
|
|
2957
|
+
padding: 16px;
|
|
2958
|
+
align-items: center;
|
|
2959
|
+
}
|
|
2960
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-loader {
|
|
2961
|
+
width: 48px;
|
|
2962
|
+
overflow: hidden;
|
|
2963
|
+
height: auto;
|
|
2964
|
+
min-width: 2rem;
|
|
2965
|
+
margin: 0;
|
|
2966
|
+
padding: 0;
|
|
2967
|
+
color: #1b46c2;
|
|
2968
|
+
}
|
|
2969
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-image {
|
|
2970
|
+
width: 48px;
|
|
2971
|
+
}
|
|
2972
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-details {
|
|
2973
|
+
display: flex;
|
|
2974
|
+
flex-direction: column;
|
|
2975
|
+
align-items: flex-start;
|
|
2976
|
+
word-break: break-word;
|
|
2977
|
+
text-align: left;
|
|
2978
|
+
margin-left: 16px;
|
|
2979
|
+
gap: 4px;
|
|
2980
|
+
flex: 1;
|
|
2981
|
+
}
|
|
2982
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list .dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-remove {
|
|
2983
|
+
margin-left: 16px;
|
|
2984
|
+
}
|
|
2985
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link {
|
|
2986
|
+
line-height: 1;
|
|
2987
|
+
font-size: 18px;
|
|
2988
|
+
margin-top: 32px;
|
|
2989
|
+
font-weight: 500;
|
|
2990
|
+
display: inline-block;
|
|
2991
|
+
}
|
|
2992
|
+
.dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link:hover, .dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link:active, .dapp-core-component__walletConnectLoginContainerStyles__xPortal-content .dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link:focus {
|
|
2993
|
+
text-decoration: none;
|
|
2994
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Zd));var A={"xPortal-login-container":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container",xPortalLoginContainer:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-login-container","xPortal-modal-dialog-content":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content",xPortalModalDialogContent:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-dialog-content","xPortal-modal-header":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header",xPortalModalHeader:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header","xPortal-modal-header-text":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header-text",xPortalModalHeaderText:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-header-text","xPortal-modal-close-button":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-close-button",xPortalModalCloseButton:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-close-button","xPortal-modal-body":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-body",xPortalModalBody:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-modal-body","xPortal-content":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-content",xPortalContent:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-content","xPortal-container-heading":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-heading",xPortalContainerHeading:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-heading","xPortal-container-subheading":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-subheading",xPortalContainerSubheading:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-subheading","xPortal-container-error":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-error",xPortalContainerError:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-error","xPortal-qr-code":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-qr-code",xPortalQrCode:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-qr-code","xPortal-loader":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-loader",xPortalLoader:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-loader","xPortal-container-button":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button",xPortalContainerButton:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button","xPortal-container-button-icon":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button-icon",xPortalContainerButtonIcon:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-container-button-icon","xPortal-pairings":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings",xPortalPairings:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings","xPortal-pairings-lead":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-lead",xPortalPairingsLead:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-lead","xPortal-pairings-list":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list",xPortalPairingsList:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairings-list","xPortal-pairing-button":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-button",xPortalPairingButton:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-button","xPortal-pairing-loader":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-loader",xPortalPairingLoader:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-loader","xPortal-pairing-image":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-image",xPortalPairingImage:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-image","xPortal-pairing-details":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-details",xPortalPairingDetails:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-details","xPortal-pairing-remove":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-remove",xPortalPairingRemove:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-pairing-remove","xPortal-legacy-link":"dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link",xPortalLegacyLink:"dapp-core-component__walletConnectLoginContainerStyles__xPortal-legacy-link"};var Es=({connectExisting:e,removeExistingPairing:o,activePairings:n,className:r="dapp-wallet-connect-pairing-list",pairingListClasses:s})=>{let[p,m]=(0,U.useState)(""),{leadClassName:_,wrapperClassName:l,buttonClassName:g,iconClassName:x,loaderClassName:u,detailsClassName:v,removeClassName:L}=s||{};return(0,U.useEffect)(()=>{m("")},[n]),U.default.createElement("div",{className:(0,Ue.default)(A.xPortalPairings,r)},U.default.createElement("p",{className:(0,Ue.default)(A.xPortalPairingsLead,_)},"or choose an existing pairing:"),U.default.createElement("div",{className:(0,Ue.default)(A.xPortalPairingsList,l)},n.map(b=>{var I,R;return U.default.createElement("button",{type:"button",className:(0,Ue.default)(A.xPortalPairingButton,g),key:b.topic,onClick:()=>{e(b),m(b.topic)}},b.peerMetadata&&U.default.createElement(U.default.Fragment,null,p===b.topic?U.default.createElement(Lr.FontAwesomeIcon,{icon:dt.faCircleNotch,className:(0,Ue.default)("fa-spin","slow-spin",A.xPortalPairingLoader,u)}):U.default.createElement(U.default.Fragment,null,((R=(I=b.peerMetadata)==null?void 0:I.icons)==null?void 0:R[0])&&U.default.createElement("img",{src:b.peerMetadata.icons[0],alt:b.peerMetadata.name,className:(0,Ue.default)(A.xPortalPairingImage,x)})),U.default.createElement("div",{className:(0,Ue.default)(A.xPortalPairingDetails,v)},U.default.createElement("strong",{className:A.xPortalPairingDetail},p===b.topic?`Confirm on ${b.peerMetadata.name}`:b.peerMetadata.name),U.default.createElement("span",{className:A.xPortalPairingDetail},b.peerMetadata.description),U.default.createElement("span",{className:A.xPortalPairingDetail},b.peerMetadata.url)),U.default.createElement("div",{className:(0,Ue.default)(A.xPortalPairingRemove,L),onClick:P=>{P.stopPropagation(),o(b.topic)}},U.default.createElement(Lr.FontAwesomeIcon,{icon:dt.faTimes}))))})))};var Ms=({callbackRoute:e,loginButtonText:o="xPortal App",title:n="Login using xPortal App",logoutRoute:r="/unlock",className:s="dapp-wallet-connect-login-modal",lead:p="Scan the QR code using the xPortal App",legacyMessage:m="Unable to login? Use the legacy version",wrapContentInsideModal:_=!0,isWalletConnectV2:l=!1,token:g,nativeAuth:x,onClose:u,onLoginRedirect:v,innerWalletConnectComponentsClasses:L,customSpinnerComponent:b,showScamPhishingAlert:I=!0})=>{var Er;let[R,{error:P},{uriDeepLink:Y,walletConnectUri:Z,cancelLogin:We}]=br({logoutRoute:r,callbackRoute:e,token:g,nativeAuth:x,onLoginRedirect:v}),[Ge,{error:Ae},{connectExisting:G,removeExistingPairing:Pe,cancelLogin:Ee,uriDeepLink:uo,walletConnectUri:He,wcPairings:ye}]=Sr({logoutRoute:r,callbackRoute:e,token:g,nativeAuth:x,onLoginRedirect:v}),[$e,Go]=(0,M.useState)(""),[D,ee]=(0,M.useState)(l),[ue,H]=(0,M.useState)(l),{containerContentClassName:Q,containerScamPhishingAlertClassName:Ve,containerTitleClassName:W,containerSubtitleClassName:$,containerErrorClassName:V,containerQrCodeClassName:te,containerLoaderClassName:be,containerLegacyClassName:Ho,containerButtonClassName:_t,walletConnectPairingListClassNames:Ir}=L||{},Rs=gs(),Ar=D?(Er=ye==null?void 0:ye.filter(je=>{let Nr=ye.some(ze=>{var $o,Vo,Dr,Mr;return(($o=je.peerMetadata)==null?void 0:$o.name)===((Vo=ze==null?void 0:ze.peerMetadata)==null?void 0:Vo.name)&&((Dr=je.peerMetadata)==null?void 0:Dr.url)===((Mr=ze==null?void 0:ze.peerMetadata)==null?void 0:Mr.url)&&je.expiry<ze.expiry});return Boolean(je.active)&&je.peerMetadata&&!Nr}))!=null?Er:[]:[],Os=je=>{je.preventDefault(),ee(!1),H(!1)},Bs=()=>y(void 0,null,function*(){if(!(D&&He||!D&&Z))return;let $o=D?He:Z;if($o){let Vo=yield Ds.default.toString($o,{type:"svg"});Vo&&Go(Vo)}}),Fs=()=>{D?Ee():We(),u==null||u()};(0,M.useEffect)(()=>{Bs()},[D,Z,He]),(0,M.useEffect)(()=>{D?Ge():R()},[D]);let Us=I?Dc(g):void 0,Pr=M.default.createElement(M.default.Fragment,null,I&&M.default.createElement(Ps,{url:window==null?void 0:window.location.origin,authorizationInfo:Us,className:Ve}),M.default.createElement("div",{className:(0,Te.default)(A.xPortalContent,Q)},M.default.createElement("div",{className:(0,Te.default)(A.xPortalContainerHeading,W)},n),M.default.createElement("div",{className:(0,Te.default)(A.xPortalContainerSubheading,$)},p),M.default.createElement("div",null,P&&M.default.createElement("p",{className:(0,Te.default)(A.xPortalContainerError,V)},P),Ae&&M.default.createElement("p",{className:(0,Te.default)(A.xPortalContainerError,V)},Ae)),$e?M.default.createElement("div",{className:(0,Te.default)(A.xPortalQrCode,te),dangerouslySetInnerHTML:{__html:$e}}):M.default.createElement("div",{className:(0,Te.default)(A.xPortalLoader,be)},b||M.default.createElement(Ls,{iconSize:"10x",icon:Ns.faCircleNotch,iconClass:(0,Te.default)("fa-spin",B.textPrimary)})),Rs&&M.default.createElement("a",{id:"accessWalletBtn","data-testid":"accessWalletBtn",href:Y||uo,rel:"noopener noreferrer nofollow",target:"_blank",className:(0,Te.default)(B.btn,B.btnPrimary,A.xPortalContainerButton,_t)},M.default.createElement(ws,{className:A.xPortalContainerButtonIcon}),o),Ar.length>0&&M.default.createElement(Es,{activePairings:Ar,connectExisting:G,removeExistingPairing:Pe,className:s,pairingListClasses:Ir}),l&&ue&&M.default.createElement("a",{href:"/#",onClick:Os,className:(0,Te.default)(A.xPortalLegacyLink,Ho)},m)));return _?M.default.createElement(Cr,{onClose:Fs,modalConfig:{headerText:"Login using xPortal App",showHeader:!0,modalContentClassName:A.xPortalModalDialogContent,modalHeaderClassName:A.xPortalModalHeader,modalHeaderTextClassName:A.xPortalModalHeaderText,modalCloseButtonClassName:A.xPortalModalCloseButton,modalBodyClassName:A.xPortalModalBody,modalDialogClassName:A.xPortalLoginContainer},className:s},Pr):Pr};var Qd=({children:e,callbackRoute:o,onModalOpens:n,onModalCloses:r,loginButtonText:s="xPortal Mobile Wallet",title:p="Login using xPortal App",logoutRoute:m="/unlock",wrapContentInsideModal:_=!0,buttonClassName:l="dapp-wallet-connect-login-button",className:g="dapp-wallet-connect-login",modalClassName:x,lead:u="Scan the QR code using the xPortal App",token:v,nativeAuth:L,hideButtonWhenModalOpens:b=!1,isWalletConnectV2:I=!1,onLoginRedirect:R,disabled:P,innerWalletConnectComponentsClasses:Y,showScamPhishingAlert:Z,customSpinnerComponent:We})=>{let[Ge,Ae]=(0,go.useState)(!1),{handleShowModal:G,handleHideModal:Pe}=lt(),Ee=Pc(v);return go.default.createElement(go.default.Fragment,null,(!b||!Ge)&&go.default.createElement(Ss,{onLogin:()=>{Ae(!0),G(),n==null||n()},className:g,btnClassName:l,text:s,disabled:P||Ee},e),Ge&&go.default.createElement(Ms,{callbackRoute:o,loginButtonText:s,title:p,token:v,className:x,logoutRoute:m,lead:u,nativeAuth:L,wrapContentInsideModal:_,isWalletConnectV2:I,onClose:()=>{Ae(!1),Pe(),r==null||r()},onLoginRedirect:R,showScamPhishingAlert:Z,customSpinnerComponent:We,innerWalletConnectComponentsClasses:Y}))};0&&(module.exports={WalletConnectLoginButton});
|
|
2995
|
+
/*!
|
|
2996
|
+
* The buffer module from node.js, for the browser.
|
|
2997
|
+
*
|
|
2998
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
2999
|
+
* @license MIT
|
|
3000
|
+
*/
|
|
3001
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
3002
|
+
//# sourceMappingURL=WalletConnectLoginButton.js.map
|