@multiversx/sdk-dapp 2.3.1 → 2.3.2
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/.storybook/main.js +51 -0
- package/.storybook/preview.js +13 -0
- package/changelog.js +84 -0
- package/{UI → dist/UI}/CopyButton/copyButtonStyles.js +0 -0
- package/{UI → dist/UI}/CopyButton/helpers/copyToClipboard.d.ts +0 -0
- package/{UI → dist/UI}/CopyButton/helpers/copyToClipboard.js +0 -0
- package/{UI → dist/UI}/CopyButton/index.d.ts +0 -0
- package/dist/UI/CopyButton/index.js +2 -0
- package/{UI → dist/UI}/DappModal/components/DappModal.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModal.js +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalBody.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalBody.js +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalFooter.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalFooter.js +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalHeader.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/components/DappModalHeader.js +0 -0
- package/{UI → dist/UI}/DappModal/components/index.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/components/index.js +0 -0
- package/{UI → dist/UI}/DappModal/dappModal.types.d.ts +0 -0
- package/{UI → dist/UI}/DappModal/dappModal.types.js +0 -0
- package/{UI → dist/UI}/DappModal/dappModalStyles.js +0 -0
- package/{UI → dist/UI}/DappModal/hooks/index.d.ts +0 -0
- package/dist/UI/DappModal/hooks/index.js +2 -0
- package/{UI → dist/UI}/DappModal/hooks/useDappModal.d.ts +0 -0
- package/dist/UI/DappModal/hooks/useDappModal.js +2 -0
- package/{UI → dist/UI}/DappModal/index.d.ts +0 -0
- package/dist/UI/DappModal/index.js +2 -0
- package/{UI → dist/UI}/Denominate/index.d.ts +0 -0
- package/dist/UI/Denominate/index.js +2 -0
- package/{UI → dist/UI}/ExplorerLink/ExplorerLink.d.ts +0 -0
- package/dist/UI/ExplorerLink/ExplorerLink.js +2 -0
- package/{UI → dist/UI}/ExplorerLink/explorerLinkStyles.js +0 -0
- package/{UI → dist/UI}/ExplorerLink/index.d.ts +0 -0
- package/dist/UI/ExplorerLink/index.js +2 -0
- package/{UI → dist/UI}/FormatAmount/FormatAmount.d.ts +0 -0
- package/dist/UI/FormatAmount/FormatAmount.js +2 -0
- package/{UI → dist/UI}/FormatAmount/formatAmount.types.d.ts +0 -0
- package/{UI → dist/UI}/FormatAmount/formatAmount.types.js +0 -0
- package/{UI → dist/UI}/FormatAmount/formatAmountStyles.js +0 -0
- package/{UI → dist/UI}/FormatAmount/index.d.ts +0 -0
- package/dist/UI/FormatAmount/index.js +2 -0
- package/{UI → dist/UI}/FormatAmount/tests/formatAmountComponent.test.d.ts +0 -0
- package/{UI → dist/UI}/IconState/index.d.ts +0 -0
- package/{UI → dist/UI}/IconState/index.js +0 -0
- package/{UI → dist/UI}/Loader/index.d.ts +0 -0
- package/{UI → dist/UI}/Loader/index.js +0 -0
- package/{UI → dist/UI}/LoginButton/LoginButton.d.ts +0 -0
- package/{UI → dist/UI}/LoginButton/LoginButton.js +0 -0
- package/{UI → dist/UI}/LoginButton/loginButtonStyles.js +0 -0
- package/{UI → dist/UI}/LoginButton/stories/LoginButton.stories.d.ts +0 -0
- package/{UI → dist/UI}/ModalContainer/ModalContainer.d.ts +0 -0
- package/dist/UI/ModalContainer/ModalContainer.js +2 -0
- package/{UI → dist/UI}/ModalContainer/index.d.ts +0 -0
- package/dist/UI/ModalContainer/index.js +2 -0
- package/{UI → dist/UI}/NotificationModal/index.d.ts +0 -0
- package/dist/UI/NotificationModal/index.js +2 -0
- package/{UI → dist/UI}/NotificationModal/notificationModalStyles.js +0 -0
- package/{UI → dist/UI}/PageState/index.d.ts +0 -0
- package/{UI → dist/UI}/PageState/index.js +0 -0
- package/{UI → dist/UI}/PageState/pageStateStyles.js +0 -0
- package/{UI → dist/UI}/Progress/index.d.ts +0 -0
- package/dist/UI/Progress/index.js +2 -0
- package/{UI → dist/UI}/Progress/progressStyles.js +0 -0
- package/{UI → dist/UI}/ProgressSteps/Dot.d.ts +0 -0
- package/{UI → dist/UI}/ProgressSteps/Dot.js +0 -0
- package/{UI → dist/UI}/ProgressSteps/index.d.ts +0 -0
- package/{UI → dist/UI}/ProgressSteps/index.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignTransactionsModals.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignTransactionsModals.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithDeviceModal/SignStep.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.d.ts +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithDeviceModal/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithExtensionModal/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignWithExtensionModal/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithExtensionModal/signWithExtensionModalStyles.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithLedgerModal/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithWalletConnectModal/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/ConfirmationScreen.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/components/ConfirmationScreen.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/DeviceConfirmationScreen.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/TransactionStatusToast.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/components/TransactionStatusToast.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/confirmationScreen.types.d.ts +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/confirmationScreen.types.js +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/components/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/components/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/index.d.ts +0 -0
- package/dist/UI/SignTransactionsModals/index.js +2 -0
- package/{UI → dist/UI}/SignTransactionsModals/types/signTransactionsModals.types.d.ts +0 -0
- package/{UI → dist/UI}/SignTransactionsModals/types/signTransactionsModals.types.js +0 -0
- package/{UI → dist/UI}/TimeAgo/TimeAgo.d.ts +0 -0
- package/{UI → dist/UI}/TimeAgo/TimeAgo.js +0 -0
- package/{UI → dist/UI}/TimeAgo/index.d.ts +0 -0
- package/{UI → dist/UI}/TimeAgo/index.js +0 -0
- package/{UI → dist/UI}/TimeAgo/tests/TimeAgo.test.d.ts +0 -0
- package/{UI → dist/UI}/TokenDetails/TokenSymbol/index.d.ts +0 -0
- package/{UI → dist/UI}/TokenDetails/TokenSymbol/index.js +0 -0
- package/{UI → dist/UI}/TokenDetails/TokenSymbol/tokenSymbol.js +0 -0
- package/{UI → dist/UI}/TokenDetails/index.d.ts +0 -0
- package/dist/UI/TokenDetails/index.js +2 -0
- package/{UI → dist/UI}/TokenDetails/tokenDetailsStyles.js +0 -0
- package/{UI → dist/UI}/TransactionData/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionData/index.js +0 -0
- package/{UI → dist/UI}/TransactionDetails/TransactionDetails.d.ts +0 -0
- package/dist/UI/TransactionDetails/TransactionDetails.js +2 -0
- package/{UI → dist/UI}/TransactionDetails/components/TransactionDetailsBody.d.ts +0 -0
- package/dist/UI/TransactionDetails/components/TransactionDetailsBody.js +2 -0
- package/{UI → dist/UI}/TransactionDetails/components/index.d.ts +0 -0
- package/dist/UI/TransactionDetails/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionDetails/index.d.ts +0 -0
- package/dist/UI/TransactionDetails/index.js +2 -0
- package/{UI → dist/UI}/TransactionDetails/transactionDetails.styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/TransactionInfo.d.ts +0 -0
- package/dist/UI/TransactionInfo/TransactionInfo.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/AddressDetailItem/AddressDetailitem.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/AddressDetailItem/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/AddressDetailItem/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/AddressDetailItem/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataDecode/DataDecode.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/DataDecode/DataDecode.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataDecode/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/DataDecode/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataDecode/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/DataField.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/DataField/DataField.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/Link.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/Link.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/Linkified.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/Linkified.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/linkified.types.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/utils.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/Linkified/utils.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/ModalLink/ModalLink.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/ModalLink/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/ModalLink/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/components/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/dataField.module.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DataField/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/DataField/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/DetailItem/detailItem.module.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DetailItem/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/DetailItem/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/EventsList/EventsList.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/EventsList/EventsList.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/EventsList/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/EventsList/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/EventsList/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/NonceMessage/NonceMessage.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/NonceMessage/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/NonceMessage/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/OperationList.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/OperationList.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/DetailedItem.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/OperationBlock.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/OperationRow.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/OperationText.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/OperationText.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/OperationToken.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/components/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/OperationsList/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/OperationsList/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/ScResultsList.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultData/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultHash/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultSender/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScResultsList/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScResultsList/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScrDetailItem/ScrDetailItem.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScrDetailItem/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/ScrDetailItem/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/ScrDetailItem/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/TransactionAction.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/ActionText/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/ActionToken.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/components/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionAction/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionAction/tests/TransactionAction.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionLogs/TransactionLogs.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionLogs/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionLogs/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionStatus/TransactionStatus.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/TransactionStatus/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/TransactionStatus/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/components/transactionInfoFields/index.js +2 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoAge.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoFee.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoTo.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoValue.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionInfo/index.d.ts +0 -0
- package/dist/UI/TransactionInfo/index.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/TransactionsTable.d.ts +0 -0
- package/dist/UI/TransactionsTable/TransactionsTable.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/AccountName.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/AccountName.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/FailedTransactions.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/FailedTransactions.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/LockedTokenAddressIcon.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/LockedTokenAddressIcon.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/NoTransactions.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/NoTransactions.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/ScAddressIcon.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/ScAddressIcon.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/ShardSpan.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/ShardSpan.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionDirectionBadge.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionDirectionBadge.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionHash.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionHash.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionIcon.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionIcon.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionMethod.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionMethod.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionReceiver.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionReceiver.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionRow.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionRow.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionSender.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionSender.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionShardsTransition.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionShardsTransition.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionValue/TransactionValue.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/TransactionValue/index.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/TransactionValue/index.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/index.d.ts +0 -0
- package/dist/UI/TransactionsTable/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionHash.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionMethod.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionReceiver.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionSender.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionShardsTransition.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/TransactionValue.test.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/getMockTransactionByIndex.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/tests/mockTransactions.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsTable/components/transactionsTable.styles.js +0 -0
- package/{UI → dist/UI}/TransactionsTable/index.d.ts +0 -0
- package/dist/UI/TransactionsTable/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/TransactionsToastList.d.ts +0 -0
- package/dist/UI/TransactionsToastList/TransactionsToastList.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/CustomToast.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/CustomToast.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/IconToast/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/SimpleToast.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/components/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/customToast.styles.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/customToast.types.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/customToast.types.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/helpers/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/CustomToast/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/CustomToast/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/TransactionToast.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/components/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToast/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToast/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/transactionToast.type.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/transactionToast.type.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/utils/index.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToast/utils/index.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/TransactionToastGuard.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/TransactionToastGuard.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/components/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/components/types.d.ts +0 -0
- package/{UI → dist/UI}/TransactionsToastList/components/types.js +0 -0
- package/{UI → dist/UI}/TransactionsToastList/index.d.ts +0 -0
- package/dist/UI/TransactionsToastList/index.js +2 -0
- package/{UI → dist/UI}/TransactionsToastList/transactionsToastList.styles.js +0 -0
- package/{UI → dist/UI}/Trim/Trim.d.ts +0 -0
- package/{UI → dist/UI}/Trim/Trim.js +0 -0
- package/{UI → dist/UI}/Trim/index.d.ts +0 -0
- package/{UI → dist/UI}/Trim/index.js +0 -0
- package/{UI → dist/UI}/Trim/trim.styles.js +0 -0
- package/{UI → dist/UI}/UsdValue/UsdValue.d.ts +0 -0
- package/{UI → dist/UI}/UsdValue/UsdValue.js +0 -0
- package/{UI → dist/UI}/UsdValue/index.d.ts +0 -0
- package/{UI → dist/UI}/UsdValue/index.js +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/extensionLoginButton.styles.js +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/index.d.ts +0 -0
- package/dist/UI/extension/ExtensionLoginButton/index.js +2 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/stories/ExtensionLoginButton.stories.d.ts +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/tests/ExtensionLoginButton.test.d.ts +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/tests/helpers/checkIsLoggedInStore.d.ts +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/tests/helpers/index.d.ts +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/tests/mocks/index.d.ts +0 -0
- package/{UI → dist/UI}/extension/ExtensionLoginButton/tests/mocks/mockExtensionProvider.d.ts +0 -0
- package/{UI → dist/UI}/extension/helpers/getIsExtensionAvailable.d.ts +0 -0
- package/{UI → dist/UI}/extension/helpers/getIsExtensionAvailable.js +0 -0
- package/{UI → dist/UI}/extension/helpers/index.d.ts +0 -0
- package/{UI → dist/UI}/extension/helpers/index.js +0 -0
- package/{UI → dist/UI}/index.d.ts +0 -0
- package/dist/UI/index.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginButton/index.d.ts +0 -0
- package/dist/UI/ledger/LedgerLoginButton/index.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/AddressRow.d.ts +0 -0
- package/dist/UI/ledger/LedgerLoginContainer/AddressRow.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/AddressTable.d.ts +0 -0
- package/dist/UI/ledger/LedgerLoginContainer/AddressTable.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/ConfirmAddress.d.ts +0 -0
- package/dist/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/LedgerConnect.d.ts +0 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/LedgerConnect.js +0 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/addressTableStyles.js +0 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/index.d.ts +0 -0
- package/dist/UI/ledger/LedgerLoginContainer/index.js +2 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/ledgerConnectStyles.js +0 -0
- package/{UI → dist/UI}/ledger/LedgerLoginContainer/loginModalStyles.js +0 -0
- package/{UI → dist/UI}/ledger/index.d.ts +0 -0
- package/dist/UI/ledger/index.js +2 -0
- package/{UI → dist/UI}/pages/UnlockPage/index.d.ts +0 -0
- package/dist/UI/pages/UnlockPage/index.js +2 -0
- package/{UI → dist/UI}/pages/UnlockPage/unlockPageStyles.js +0 -0
- package/{UI → dist/UI}/pages/index.d.ts +0 -0
- package/dist/UI/pages/index.js +2 -0
- package/{UI → dist/UI}/types/index.d.ts +0 -0
- package/{UI → dist/UI}/types/index.js +0 -0
- package/{UI → dist/UI}/types/withClassname.types.d.ts +0 -0
- package/{UI → dist/UI}/types/withClassname.types.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.d.ts +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.d.ts +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.d.ts +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/index.d.ts +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectConnectionStatus/index.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginButton/index.d.ts +0 -0
- package/dist/UI/walletConnect/WalletConnectLoginButton/index.js +2 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginContainer/PairingList.d.ts +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginContainer/PairingList.js +0 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginContainer/index.d.ts +0 -0
- package/dist/UI/walletConnect/WalletConnectLoginContainer/index.js +2 -0
- package/{UI → dist/UI}/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +0 -0
- package/{UI → dist/UI}/walletConnect/index.d.ts +0 -0
- package/dist/UI/walletConnect/index.js +2 -0
- package/{UI → dist/UI}/webWallet/WebWalletLoginButton/index.d.ts +0 -0
- package/dist/UI/webWallet/WebWalletLoginButton/index.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-22ELNG4Z.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-22UA5SNR.js +0 -0
- package/dist/__chunks__/chunk-23WABCT6.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-25IPTBK3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-27DX5WIQ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2BLZGAC4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2GMKJKBH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2I6FWZ3G.js +0 -0
- package/dist/__chunks__/chunk-2IU4ZFFH.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2JEF2QS7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2LAIOIHX.js +0 -0
- package/dist/__chunks__/chunk-2MMI5UBN.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2N2RUSRA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2NMQCGC7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2NWUS3DO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2PGGQXUN.js +0 -0
- package/dist/__chunks__/chunk-2RYHQ6GQ.js +2 -0
- package/dist/__chunks__/chunk-2XGSMJKV.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-2YCTW6TI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-34YKLDLL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3565BFXD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-35N6HQAC.js +0 -0
- package/dist/__chunks__/chunk-372WAXTQ.js +2 -0
- package/dist/__chunks__/chunk-3AOYVMRJ.js +2 -0
- package/dist/__chunks__/chunk-3E6Y3O25.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3ETS27SD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3FA3ZIQX.js +0 -0
- package/dist/__chunks__/chunk-3NJDVZUF.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3NWVJRAB.js +0 -0
- package/dist/__chunks__/chunk-3P3HSTXF.js +2 -0
- package/dist/__chunks__/chunk-3QOSYPBU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3SGZP5CP.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3SYOVVPU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3SYQDA3A.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3U7QBETU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3VJMQVBD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3VZMC3FP.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-3YG6SFPG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-44G4OBAJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-44VPSU5H.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-47JMQSE2.js +0 -0
- package/dist/__chunks__/chunk-4AIE24DS.js +2 -0
- package/dist/__chunks__/chunk-4BJZ3PT3.js +2 -0
- package/dist/__chunks__/chunk-4DIH3QDD.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4DJA2B5I.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4I33RXZI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4ID2XIO2.js +0 -0
- package/dist/__chunks__/chunk-4ISXCVVL.js +2 -0
- package/dist/__chunks__/chunk-4JTWWYEP.js +2 -0
- package/dist/__chunks__/chunk-4L32YVLY.js +2 -0
- package/dist/__chunks__/chunk-4RCDPCHR.js +2 -0
- package/dist/__chunks__/chunk-4U27GF7V.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4UGEM7KX.js +0 -0
- package/dist/__chunks__/chunk-4V5UN7CO.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4VDFQTIQ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4VJCQIET.js +0 -0
- package/dist/__chunks__/chunk-4Y4O2KWM.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-4ZHZJTYB.js +0 -0
- package/dist/__chunks__/chunk-53VAVQW3.js +2 -0
- package/dist/__chunks__/chunk-5ALSFW3O.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5C6CC3E4.js +0 -0
- package/dist/__chunks__/chunk-5E5FMH2P.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5HNME5OQ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5JVA7MJI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5KGDRZSV.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5M2HIRXF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5MHH6T2T.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5NJW53EW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5PGJEWEM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5PN5T5IV.js +0 -0
- package/dist/__chunks__/chunk-5Q2WXT6C.js +2 -0
- package/dist/__chunks__/chunk-5Q2Y6MDB.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5SJ24Q3V.js +0 -0
- package/dist/__chunks__/chunk-5VNLNTWS.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-5VRLEUJK.js +0 -0
- package/dist/__chunks__/chunk-5WQI3F3M.js +2 -0
- package/dist/__chunks__/chunk-5XJBRFH7.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6FNBC33X.js +0 -0
- package/dist/__chunks__/chunk-6GH6VPOK.js +2 -0
- package/dist/__chunks__/chunk-6KHUFFJU.js +2 -0
- package/dist/__chunks__/chunk-6LJGDAKR.js +2 -0
- package/dist/__chunks__/chunk-6LXORK57.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6MDGZFLI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6OZDAYJV.js +0 -0
- package/dist/__chunks__/chunk-6QHTOLCT.js +2 -0
- package/dist/__chunks__/chunk-6S6Z43OG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6WNCIPBL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6WZ7DVP7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6YEBPDTC.js +0 -0
- package/dist/__chunks__/chunk-6ZGALJRB.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6ZGFYJ6T.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-6ZVGZMVA.js +0 -0
- package/dist/__chunks__/chunk-72DXWEHL.js +2 -0
- package/dist/__chunks__/chunk-73UHUEZD.js +2 -0
- package/dist/__chunks__/chunk-75IZAXPU.js +2 -0
- package/dist/__chunks__/chunk-77SY3HCE.js +2 -0
- package/dist/__chunks__/chunk-7ASLPEOW.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7F3MKQYJ.js +0 -0
- package/dist/__chunks__/chunk-7FGDNWAK.js +2 -0
- package/dist/__chunks__/chunk-7FRPIXPX.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7GX5FG76.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7I7NVYZT.js +0 -0
- package/dist/__chunks__/chunk-7JGMG5Y3.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7JS7EPFJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7LG3PXXW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7NE7LYHT.js +0 -0
- package/dist/__chunks__/chunk-7NHF2W5Z.js +2 -0
- package/dist/__chunks__/chunk-7PSBDNEK.js +2 -0
- package/dist/__chunks__/chunk-7R7Z5EUR.js +2 -0
- package/dist/__chunks__/chunk-7RLOHZID.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-7WRO2RBF.js +0 -0
- package/dist/__chunks__/chunk-7Y6YJ4ZF.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-A32WHRLH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-A3JT4J5G.js +0 -0
- package/dist/__chunks__/chunk-ABVIJYXG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ADB6IATQ.js +0 -0
- package/dist/__chunks__/chunk-AEEVEPBH.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AG43DFK4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AHEHSQEN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AHX4GHIC.js +0 -0
- package/dist/__chunks__/chunk-ALKTXMRV.js +2 -0
- package/dist/__chunks__/chunk-ALOAIKQA.js +2 -0
- package/dist/__chunks__/chunk-ALU6GIOA.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ANT3P3HL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AP2OU4L5.js +0 -0
- package/dist/__chunks__/chunk-ARZZT52Z.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AT4VQRWH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AUGXCG3S.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-AZB2QFQE.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-B2PSSBLH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-B67T4Z5G.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BDFHA3DI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BDHSNCDL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BFNQA3P2.js +0 -0
- package/dist/__chunks__/chunk-BJXEAGQI.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BP7X5FRP.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BQSKQ7XQ.js +0 -0
- package/dist/__chunks__/chunk-BTXXI3C5.js +2 -0
- package/dist/__chunks__/chunk-BXMSEXMF.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-BZAS5UWX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C3LWFRAX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C5G2ROQD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C5LKGARX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C5QWK5UC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C62XCHTF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-C7ZNGCKJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CC3RDZJL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CEQ5FXRO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CGDJYIJX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CGIJMPI5.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CKOXM4NV.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CLAJ4EPW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CN44AGME.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CPUZ2SZF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CR3W64ZJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CSNNQII4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CTHCJK3Q.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-CV2QFORU.js +0 -0
- package/dist/__chunks__/chunk-CYRCA52K.js +2 -0
- package/dist/__chunks__/chunk-CZR4SEII.js +2 -0
- package/dist/__chunks__/chunk-D2AKK7KI.js +2 -0
- package/dist/__chunks__/chunk-D2S75FIJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-D3AV7ISL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-D5NVSL2S.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-D6TGEXYH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-D7SFMPZV.js +0 -0
- package/dist/__chunks__/chunk-DBZNKJCO.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DCI4LUDC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DEY75ILF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DFY3BACZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DGPHTEKD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DGVX77VC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DJBYEDIK.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DKXAWU2I.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DLXVJ5WN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DNUCX5HA.js +0 -0
- package/dist/__chunks__/chunk-DR65UVWL.js +2 -0
- package/dist/__chunks__/chunk-DSW55A4J.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DT37QZH6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DVCP2A6O.js +0 -0
- package/dist/__chunks__/chunk-DXK4ZUCH.js +2 -0
- package/dist/__chunks__/chunk-DYYZ7GH2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DZ5IJ4N3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-DZNVWNNG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-E2Q2BLG6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-E6XKSJC4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ECG2YWGD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EDSKSLOU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EEJ5EEAY.js +0 -0
- package/dist/__chunks__/chunk-EEY324CM.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EIG7LFFL.js +0 -0
- package/dist/__chunks__/chunk-ELLRUCGQ.js +2 -0
- package/dist/__chunks__/chunk-EMDPC2AJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EMI5INPM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ENKT7UOC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EOYCVXQW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ESPFCMXW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ETBGCP2D.js +0 -0
- package/dist/__chunks__/chunk-EYWWTU44.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-EZAD4OKT.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-F2KFOOLN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-F2LZPJWY.js +0 -0
- package/dist/__chunks__/chunk-F2X5VVIZ.js +2 -0
- package/dist/__chunks__/chunk-FBK4E5NW.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FC3CZOOQ.js +0 -0
- package/dist/__chunks__/chunk-FDYRA6XJ.js +2 -0
- package/dist/__chunks__/chunk-FFVBU5RQ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FGE4DQX2.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FGT3C4FE.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FJTOBBI5.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FKHUTJ2C.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FMBO4NFG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FMECPQRZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FMIRA7YL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FOHOVMG2.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FP3YMQL6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FQET2LHU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FR4JYMVH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FSPFMBIA.js +0 -0
- package/dist/__chunks__/chunk-FTJZEDQU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FTQGHIGG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FVJ56UIF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FVPFOC6I.js +0 -0
- package/dist/__chunks__/chunk-FVYIDDES.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-FZMRVALH.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-G3EOABDZ.js +0 -0
- package/dist/__chunks__/chunk-G43B373M.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-G6V3RROQ.js +0 -0
- package/dist/__chunks__/chunk-G737UHQB.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GDPQQIJM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GFXSOIID.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GGMEVY45.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GIOHG425.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GIVH2AWO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GJAW3PFN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GKOGOKEY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GNCSMYRN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GNJAE3HJ.js +0 -0
- package/dist/__chunks__/chunk-GOPX3SDQ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GQSZQMAI.js +0 -0
- package/dist/__chunks__/chunk-GR3RT6ZZ.js +2 -0
- package/dist/__chunks__/chunk-GSBLW7YZ.js +6 -0
- package/dist/__chunks__/chunk-GT6KNDQW.js +2 -0
- package/dist/__chunks__/chunk-GTEK6WFJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GVU7CFIB.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GWXS27WL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GXUVIZUL.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-GYB57BD3.js +0 -0
- package/dist/__chunks__/chunk-GYZ7YF2I.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-H2JYGVBI.js +0 -0
- package/dist/__chunks__/chunk-H3PYQ4QV.js +2 -0
- package/dist/__chunks__/chunk-H4R6KAC3.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HBP5N4FR.js +0 -0
- package/dist/__chunks__/chunk-HDY53ANG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HH5S5FOE.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HHB5MK2C.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HI5RCCIL.js +0 -0
- package/dist/__chunks__/chunk-HIOXEIZD.js +2 -0
- package/dist/__chunks__/chunk-HNUB6XBH.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HOX227TC.js +0 -0
- package/dist/__chunks__/chunk-HQQXV7WQ.js +2 -0
- package/dist/__chunks__/chunk-HSRWKKTJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HVHTVQC4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HWKJ6RY7.js +0 -0
- package/dist/__chunks__/chunk-HX3CK5WP.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HXRDTXI7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-HZSM6ODA.js +0 -0
- package/dist/__chunks__/chunk-I2R4TID7.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-I2ZNHA6A.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-I3PTBNIV.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-I4E7WYSQ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-I7C6YFD6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ID2JOC6Q.js +0 -0
- package/dist/__chunks__/chunk-IFEQG3BM.js +2 -0
- package/dist/__chunks__/chunk-IGRX7653.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-IHEQMC3B.js +0 -0
- package/dist/__chunks__/chunk-IIB5LHL2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-IIU6OKSW.js +0 -0
- package/dist/__chunks__/chunk-IPZME5GZ.js +2 -0
- package/dist/__chunks__/chunk-IQ6OIUKX.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-IS2ZX7YO.js +0 -0
- package/dist/__chunks__/chunk-IT4RQOGU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ITDGZCSS.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-IULZDCAF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-IWM5BMMR.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-J4GZ6Z3A.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-J5HFBYM7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-J75YWYPN.js +0 -0
- package/dist/__chunks__/chunk-JA6VLNIR.js +2 -0
- package/dist/__chunks__/chunk-JAUQGKRF.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JBJD3IUJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JE66R4MY.js +0 -0
- package/dist/__chunks__/chunk-JFTNS53I.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JFXVZGSY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JHXE6OM2.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JOQWIKEX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JP45CTXR.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JPWFAJP3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JQMYW5MI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-JRRGPQYM.js +0 -0
- package/dist/__chunks__/chunk-JTPQQKSW.js +2 -0
- package/dist/__chunks__/chunk-JYZT4RCM.js +2 -0
- package/dist/__chunks__/chunk-K4PKLFGX.js +2 -0
- package/dist/__chunks__/chunk-KAOERY2M.js +2 -0
- package/dist/__chunks__/chunk-KBOGISKW.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KEQTNP4F.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KF6C5J3A.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KG3WGKGZ.js +0 -0
- package/dist/__chunks__/chunk-KHROB3G5.js +2 -0
- package/dist/__chunks__/chunk-KI3PKWMT.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KKMXLCWS.js +0 -0
- package/dist/__chunks__/chunk-KMLULSN5.js +2 -0
- package/dist/__chunks__/chunk-KNPSAOWD.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KOH3SXG4.js +0 -0
- package/dist/__chunks__/chunk-KPP2LHDW.js +2 -0
- package/dist/__chunks__/chunk-KQP4EJVX.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KRCUIXB4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KRJFYK4B.js +0 -0
- package/dist/__chunks__/chunk-KSWTSXQD.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-KVOYPUTL.js +0 -0
- package/dist/__chunks__/chunk-KVWHQQ6T.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-L3ERSIIK.js +0 -0
- package/dist/__chunks__/chunk-L4LGCVPV.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-L5ZELHXF.js +0 -0
- package/dist/__chunks__/chunk-L6WV33UF.js +2 -0
- package/dist/__chunks__/chunk-L6YXPGX2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LAKOAGJN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LB6YGDKA.js +0 -0
- package/dist/__chunks__/chunk-LCQ2B47Q.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LFOFH74W.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LGKB7JTU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LHCPMJMI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LHEUKATA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LJPH3Z4L.js +0 -0
- package/dist/__chunks__/chunk-LJXU3CGD.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LK5TR7MI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LNYINVMN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LO5NNAIV.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LPQY7BQ4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LPYLNBYA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LSBBZGJZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LW2JXNAA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-LWMZKHPZ.js +0 -0
- package/dist/__chunks__/chunk-M537TO3Y.js +2 -0
- package/dist/__chunks__/chunk-M6WZOAKB.js +2 -0
- package/dist/__chunks__/chunk-M7ITPD6X.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MCRQAFGN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MDIJXESM.js +0 -0
- package/dist/__chunks__/chunk-MDRRV726.js +2 -0
- package/dist/__chunks__/chunk-MOEOJYVT.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MOTQTNZX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MRGB5FAN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MV5K23LN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MV7THB7B.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MVJUBH74.js +0 -0
- package/dist/__chunks__/chunk-MY633BEI.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-MZDTO45T.js +0 -0
- package/dist/__chunks__/chunk-MZI6K4XH.js +2 -0
- package/dist/__chunks__/chunk-MZIDFQZ3.js +2 -0
- package/dist/__chunks__/chunk-N333Z2BV.js +2 -0
- package/dist/__chunks__/chunk-N4W43MXK.js +3 -0
- package/{__chunks__ → dist/__chunks__}/chunk-N5STTJJR.js +0 -0
- package/dist/__chunks__/chunk-N6VI4QEJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NAIMWCQ7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NCHDT5N7.js +0 -0
- package/dist/__chunks__/chunk-NCTWW6NZ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NEU5EJKU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NGVYQHDX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NHHDQ53S.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NHIPCB5H.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NIXVRMA2.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NJVX7KSK.js +0 -0
- package/dist/__chunks__/chunk-NKTSGS4A.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NM43ACPN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NQKCNVSW.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NUHXMTKA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-NUIOY7UN.js +0 -0
- package/dist/__chunks__/chunk-NUJXGF6Y.js +2 -0
- package/dist/__chunks__/chunk-NXJ3WD7Q.js +2 -0
- package/dist/__chunks__/chunk-O7ENQI63.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-O7YR4YPR.js +0 -0
- package/dist/__chunks__/chunk-OAQIIBF7.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OAZP5ERY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OBF5YWS6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OCMDIV3Q.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OGFDPDUC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OGKM4YOJ.js +0 -0
- package/dist/__chunks__/chunk-OKHHUA7J.js +2 -0
- package/dist/__chunks__/chunk-OKUWOTZU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OLYIRMPJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ONNEZDFU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OQMQWZG7.js +0 -0
- package/dist/__chunks__/chunk-OROZEXXL.js +2 -0
- package/dist/__chunks__/chunk-OUBYLJVO.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OWAUPU37.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OX5CQN4Z.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OXBZSHOZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OXIGVI7S.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-OXSLKC3X.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-P2ZI7AB4.js +0 -0
- package/dist/__chunks__/chunk-P6PWZCWU.js +2 -0
- package/dist/__chunks__/chunk-PAD5UBCO.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PAYBBQDI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PBNXNJJD.js +0 -0
- package/dist/__chunks__/chunk-PBRBN2YY.js +2 -0
- package/dist/__chunks__/chunk-PD45WZNF.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PDW7SVKQ.js +0 -0
- package/dist/__chunks__/chunk-PJYVNCWQ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PN4DBVEY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PNSV4VN3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PNVRKZHJ.js +0 -0
- package/dist/__chunks__/chunk-PQPMBI5T.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PV2VJ5SF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PXHBOM4A.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-PYACTRNA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Q4ODFQVM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Q644J7BS.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Q6QHLQQP.js +0 -0
- package/dist/__chunks__/chunk-QAXDO6Z2.js +3 -0
- package/dist/__chunks__/chunk-QCG67HPT.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QCGS2BTF.js +0 -0
- package/dist/__chunks__/chunk-QCJSSLN5.js +2 -0
- package/dist/__chunks__/chunk-QDBNFC47.js +2 -0
- package/dist/__chunks__/chunk-QDG6DX7I.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QDL73CLR.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QFTWB3KE.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QGFR3GHY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QIRM4QUA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QJIB5BMU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QLPB6APB.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QMQUN5M3.js +0 -0
- package/dist/__chunks__/chunk-QN7JZI2J.js +2 -0
- package/dist/__chunks__/chunk-QP7K2LX2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QQ6GQQFJ.js +0 -0
- package/dist/__chunks__/chunk-QQTMEJSS.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QR72MI4M.js +0 -0
- package/dist/__chunks__/chunk-QTYKPJCG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-QWGOVKNO.js +0 -0
- package/dist/__chunks__/chunk-QZRKSGF3.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-R54KN7DA.js +0 -0
- package/dist/__chunks__/chunk-R6BAD7QL.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RA3LR6FK.js +0 -0
- package/dist/__chunks__/chunk-RCRLXXJQ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RGJ34TDB.js +0 -0
- package/dist/__chunks__/chunk-RGZJQIHV.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RH7KUPWQ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RHYQCAKM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RQ3IOPRD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-RTALTTHJ.js +0 -0
- package/dist/__chunks__/chunk-RXQ5SMCE.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-S267QGNY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-S2ZXQSDD.js +0 -0
- package/dist/__chunks__/chunk-S6HSNFR4.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-S6J73DKV.js +0 -0
- package/dist/__chunks__/chunk-SHYWSDZ2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SIJOXE6U.js +0 -0
- package/dist/__chunks__/chunk-SJBVHNRS.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SKMXMVKW.js +0 -0
- package/dist/__chunks__/chunk-SLXALMUS.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SNAHUZB3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SNEQ5LP2.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SQJYWVIF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SQW2F44A.js +0 -0
- package/dist/__chunks__/chunk-SUFYB7SU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SYJSPEIV.js +0 -0
- package/dist/__chunks__/chunk-SZ5R4KYT.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-SZGCAC7X.js +0 -0
- package/dist/__chunks__/chunk-T2MVETZ4.js +2 -0
- package/dist/__chunks__/chunk-T2NSHK45.js +2 -0
- package/dist/__chunks__/chunk-T4MA5YPW.js +2 -0
- package/dist/__chunks__/chunk-T6DHLJEP.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-T7D7BT5X.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TA6HP4LD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TBPVIAWU.js +0 -0
- package/dist/__chunks__/chunk-TBXSSOYL.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TDF5MZJO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TDTMAESK.js +0 -0
- package/dist/__chunks__/chunk-TKK4TCUG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TMDHTPOA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TMST4RY3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TNJOR5TD.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TPDR3Y6L.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TRBRCNJF.js +0 -0
- package/dist/__chunks__/chunk-TV5JLIO3.js +2 -0
- package/dist/__chunks__/chunk-TWPMRPCJ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-TXAITGIS.js +0 -0
- package/dist/__chunks__/chunk-U4DREZMZ.js +2 -0
- package/dist/__chunks__/chunk-U7R3ODDD.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UB3HZ7Y3.js +0 -0
- package/dist/__chunks__/chunk-UBI77ZA7.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UCBDWIIG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UDOOWXC4.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UIDXWJ2D.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UMTCMSCG.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UNJGE72T.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UOJHMSFY.js +0 -0
- package/dist/__chunks__/chunk-US5YWUWE.js +2 -0
- package/dist/__chunks__/chunk-USKW77WO.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UXMP5VHF.js +0 -0
- package/dist/__chunks__/chunk-UXRDAS7C.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-UY44VO7R.js +0 -0
- package/dist/__chunks__/chunk-UYVTJE63.js +2 -0
- package/dist/__chunks__/chunk-UZZTB6J2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-V4YZWAJU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-V54HNRTY.js +0 -0
- package/dist/__chunks__/chunk-V55GBYFZ.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-V7X45B6Y.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VA3IQYLI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VB4M63XQ.js +0 -0
- package/dist/__chunks__/chunk-VB7EWJQ6.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VCGHU5KR.js +0 -0
- package/dist/__chunks__/chunk-VHVGMQVY.js +2 -0
- package/dist/__chunks__/chunk-VOJLYTVI.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VOMUIJI3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VP7XSTRT.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VPC4SBTZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VPGECZPA.js +0 -0
- package/dist/__chunks__/chunk-VRAV6RDB.js +29 -0
- package/dist/__chunks__/chunk-VSBFML35.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VSFOSOV7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VTMJ7INI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VULSG7BJ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VVBRYEUP.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-VXSWMT64.js +0 -0
- package/dist/__chunks__/chunk-VY4HFSTY.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-W2FL4F7Y.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-W3MMCTWC.js +0 -0
- package/dist/__chunks__/chunk-W4CWA4KM.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-W63MMDH6.js +0 -0
- package/dist/__chunks__/chunk-W6TOWN33.js +2 -0
- package/dist/__chunks__/chunk-WAX2SRRR.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WGA56F56.js +0 -0
- package/dist/__chunks__/chunk-WGSNT4EM.js +2 -0
- package/dist/__chunks__/chunk-WHEA5HYP.js +2 -0
- package/dist/__chunks__/chunk-WIFR7W45.js +2 -0
- package/dist/__chunks__/chunk-WJ5T7SOP.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WJGL6LVA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WME7JUV7.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WMHTN55U.js +0 -0
- package/dist/__chunks__/chunk-WMQVNZKG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WNLHYGPY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WOC5FZU4.js +0 -0
- package/dist/__chunks__/chunk-WOS6T7ZV.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WP4RD6AI.js +0 -0
- package/dist/__chunks__/chunk-WPOULSHX.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WQRBU2MN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WTAIM7XI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WTIKHG7D.js +0 -0
- package/dist/__chunks__/chunk-WVADOL2D.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-WVJETRW5.js +0 -0
- package/dist/__chunks__/chunk-X27CJKHX.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-X2JZA2ND.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-X53TXOIC.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-X5TGO2UY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XBLU7KZJ.js +0 -0
- package/dist/__chunks__/chunk-XCLZ5AS2.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XDEUCIC3.js +0 -0
- package/dist/__chunks__/chunk-XGHGX644.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XK6SVDDZ.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XLQRX5CU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XOSPBGLI.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XOZ662VA.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XVNI577V.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XXP2T2NS.js +0 -0
- package/dist/__chunks__/chunk-XYSWLSUL.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-XZ2PVEHF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Y4LHGIZO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Y4RXLAEX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Y6LGH6AG.js +0 -0
- package/dist/__chunks__/chunk-Y7VP4PME.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YAR2KJ42.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YBNZW627.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YDQULLMK.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YF4C2R42.js +0 -0
- package/dist/__chunks__/chunk-YHPAZ7RG.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YIBXPM4I.js +0 -0
- package/dist/__chunks__/chunk-YIID7WXR.js +2 -0
- package/dist/__chunks__/chunk-YJ3UC4ZI.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YLLIHJY3.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YQTZDKPJ.js +0 -0
- package/dist/__chunks__/chunk-YRQBJ7VU.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YTXACUAU.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YTYNUTPN.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-YUGUMBTX.js +0 -0
- package/dist/__chunks__/chunk-Z2OOX7G7.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Z5PKPJRS.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-Z7RMONMC.js +0 -0
- package/dist/__chunks__/chunk-ZABQNLC5.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZD4T5RDE.js +0 -0
- package/dist/__chunks__/chunk-ZEB6PEPS.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZFCXKCF6.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZFXP4YRF.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZH6KW5HC.js +0 -0
- package/dist/__chunks__/chunk-ZIYSW5GV.js +2 -0
- package/dist/__chunks__/chunk-ZMTFL7CC.js +2 -0
- package/dist/__chunks__/chunk-ZNGQR3EA.js +2 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZPUS5AXX.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZRFXBUCM.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZT4O7WWY.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZU6LXEUO.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZU6UOF5W.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZUUKUS6N.js +0 -0
- package/{__chunks__ → dist/__chunks__}/chunk-ZYK7LXDL.js +0 -0
- package/dist/__chunks__/chunk-ZYMMRRPY.js +2 -0
- package/{__commonjs → dist/__commonjs}/UI/CopyButton/copyButtonStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/CopyButton/helpers/copyToClipboard.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/CopyButton/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/components/DappModal.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/components/DappModalBody.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/components/DappModalFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/components/DappModalHeader.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/dappModal.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/DappModal/dappModalStyles.js +0 -0
- package/dist/__commonjs/UI/DappModal/hooks/index.js +9 -0
- package/dist/__commonjs/UI/DappModal/hooks/useDappModal.js +9 -0
- package/dist/__commonjs/UI/DappModal/index.js +2763 -0
- package/{__commonjs → dist/__commonjs}/UI/Denominate/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ExplorerLink/ExplorerLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ExplorerLink/explorerLinkStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ExplorerLink/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/FormatAmount/FormatAmount.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/FormatAmount/formatAmount.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/FormatAmount/formatAmountStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/FormatAmount/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/IconState/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Loader/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/LoginButton/LoginButton.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/LoginButton/loginButtonStyles.js +0 -0
- package/dist/__commonjs/UI/ModalContainer/ModalContainer.js +2763 -0
- package/dist/__commonjs/UI/ModalContainer/index.js +2763 -0
- package/dist/__commonjs/UI/NotificationModal/index.js +2769 -0
- package/{__commonjs → dist/__commonjs}/UI/NotificationModal/notificationModalStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/PageState/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/PageState/pageStateStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Progress/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Progress/progressStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ProgressSteps/Dot.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ProgressSteps/index.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +3316 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +2777 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2853 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +2779 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/SignWithExtensionModal/signWithExtensionModalStyles.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2853 -0
- package/dist/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +2779 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +3140 -0
- package/dist/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +3140 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/components/TransactionStatusToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/components/confirmationScreen.types.js +0 -0
- package/dist/__commonjs/UI/SignTransactionsModals/components/index.js +3140 -0
- package/dist/__commonjs/UI/SignTransactionsModals/index.js +3316 -0
- package/{__commonjs → dist/__commonjs}/UI/SignTransactionsModals/types/signTransactionsModals.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TimeAgo/TimeAgo.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TimeAgo/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TokenDetails/TokenSymbol/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TokenDetails/TokenSymbol/tokenSymbol.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TokenDetails/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TokenDetails/tokenDetailsStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionData/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionDetails/TransactionDetails.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionDetails/components/TransactionDetailsBody.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionDetails/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionDetails/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionDetails/transactionDetails.styles.js +0 -0
- package/dist/__commonjs/UI/TransactionInfo/TransactionInfo.js +3779 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/AddressDetailItem/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/AddressDetailItem/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataDecode/DataDecode.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataDecode/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataDecode/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/DataField.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/Link.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/Linkified.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/utils.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/dataField.module.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DataField/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DetailItem/detailItem.module.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/DetailItem/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/EventsList/EventsList.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/EventsList/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/EventsList/styles.js +0 -0
- package/dist/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2697 -0
- package/dist/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +2697 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/OperationList.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationText.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/OperationsList/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScResultsList/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScrDetailItem/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/ScrDetailItem/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/components/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionAction/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionLogs/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/TransactionStatus/index.js +0 -0
- package/dist/__commonjs/UI/TransactionInfo/components/index.js +3780 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +0 -0
- package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +2699 -0
- package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +2699 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +0 -0
- package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +3618 -0
- package/dist/__commonjs/UI/TransactionInfo/index.js +3780 -0
- package/dist/__commonjs/UI/TransactionsTable/TransactionsTable.js +2966 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/AccountName.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/FailedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/LockedTokenAddressIcon.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/NoTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/ScAddressIcon.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/ShardSpan.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionDirectionBadge.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionHash.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionIcon.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionReceiver.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionRow.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionSender.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionShardsTransition.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/TransactionValue/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsTable/components/transactionsTable.styles.js +0 -0
- package/dist/__commonjs/UI/TransactionsTable/index.js +2966 -0
- package/dist/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +3097 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/CustomToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/customToast.styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/customToast.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/CustomToast/index.js +0 -0
- package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +2965 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/components/index.js +0 -0
- package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +80 -0
- package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +2965 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/transactionToast.type.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/TransactionToast/utils/index.js +0 -0
- package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +2965 -0
- package/dist/__commonjs/UI/TransactionsToastList/components/index.js +3097 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/components/types.js +0 -0
- package/dist/__commonjs/UI/TransactionsToastList/index.js +3097 -0
- package/{__commonjs → dist/__commonjs}/UI/TransactionsToastList/transactionsToastList.styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Trim/Trim.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Trim/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/Trim/trim.styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/UsdValue/UsdValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/UsdValue/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/extension/ExtensionLoginButton/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/extension/helpers/getIsExtensionAvailable.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/extension/helpers/index.js +0 -0
- package/dist/__commonjs/UI/index.js +4181 -0
- package/dist/__commonjs/UI/ledger/LedgerLoginButton/index.js +2809 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/AddressRow.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/AddressTable.js +0 -0
- package/dist/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2697 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/LedgerConnect.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/addressTableStyles.js +0 -0
- package/dist/__commonjs/UI/ledger/LedgerLoginContainer/index.js +2783 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/ledgerConnectStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/ledger/LedgerLoginContainer/loginModalStyles.js +0 -0
- package/dist/__commonjs/UI/ledger/index.js +2809 -0
- package/dist/__commonjs/UI/pages/UnlockPage/index.js +2856 -0
- package/{__commonjs → dist/__commonjs}/UI/pages/UnlockPage/unlockPageStyles.js +0 -0
- package/dist/__commonjs/UI/pages/index.js +2856 -0
- package/{__commonjs → dist/__commonjs}/UI/types/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/types/withClassname.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectConnectionStatus/index.js +0 -0
- package/dist/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +2801 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectLoginContainer/PairingList.js +0 -0
- package/dist/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +2775 -0
- package/{__commonjs → dist/__commonjs}/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +0 -0
- package/dist/__commonjs/UI/walletConnect/index.js +2801 -0
- package/{__commonjs → dist/__commonjs}/UI/webWallet/WebWalletLoginButton/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/accountConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/account.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/blocks.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/dappConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/networkConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/socketResponse.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/data/websocketConfig.js +0 -0
- package/dist/__commonjs/__mocks__/index.js +9 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/packages/createSubscription.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/packages/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/server.js +0 -0
- package/dist/__commonjs/__mocks__/utils/index.js +9 -0
- package/{__commonjs → dist/__commonjs}/__mocks__/utils/mockWindowLocation.js +0 -0
- package/dist/__commonjs/__mocks__/utils/renderWithProvider.js +9 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/accounts/getAccountFromApi.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/accounts/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/getApiAddressForChainId.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/getEnvironmentForChainId.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/getNetworkConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/getServerConfiguration.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/getServerConfigurationForEnvironment.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/configuration/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/endpoints.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/getScamAddressData.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/getTransaction.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/getTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/getTransactions.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/getTransactionsByHashes.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/getTransactionsCount.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/helpers.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/transactions/sendSignedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/utils/getCleanApiAddress.js +0 -0
- package/{__commonjs → dist/__commonjs}/apiCalls/utils/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/main.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/mixins/hover.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/mixins/textTruncate.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/data/data.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/icons/iconState.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/icons/sideIcon.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/links/links.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/progress-steps/progressSteps.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/modules/toast-messages/toastMessages.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/background.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/badge.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/border.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/button.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/card.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/display.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/flex.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/font.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/form.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/grid.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/icons.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/position.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/shadows.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/size.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/spacing.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/table.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/text.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/theme.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/themes/type.js +0 -0
- package/{__commonjs → dist/__commonjs}/assets/sass/variables/variables.js +0 -0
- package/dist/__commonjs/components/LogoutListener/LogoutListener.js +9 -0
- package/dist/__commonjs/components/LogoutListener/helpers/index.js +9 -0
- package/dist/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +9 -0
- package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +9 -0
- package/{__commonjs → dist/__commonjs}/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +0 -0
- package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +9 -0
- package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +9 -0
- package/dist/__commonjs/components/LogoutListener/index.js +9 -0
- package/{__commonjs → dist/__commonjs}/components/ProviderInitializer.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionSender/TransactionSender.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionSender/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionStatusToast/FailedTransactionStatusToast.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionStatusToast/StatusIcon.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionStatusToast/StatusMessageComponent.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionStatusToast/transactionStatusToast.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionStatusToast/transactionStatusToastStyles.js +0 -0
- package/dist/__commonjs/components/TransactionsTracker/TransactionTracker.js +9 -0
- package/dist/__commonjs/components/TransactionsTracker/index.js +9 -0
- package/{__commonjs → dist/__commonjs}/components/TransactionsTracker/useClosureRef.js +0 -0
- package/dist/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +9 -0
- package/{__commonjs → dist/__commonjs}/constants/errorsMessages.js +0 -0
- package/{__commonjs → dist/__commonjs}/constants/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/constants/ledgerErrorCodes.js +0 -0
- package/{__commonjs → dist/__commonjs}/constants/mnemonicWords.js +0 -0
- package/{__commonjs → dist/__commonjs}/constants/network.js +0 -0
- package/{__commonjs → dist/__commonjs}/constants/transactionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/global.d.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetAccount.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetAccountInfo.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetAccountProvider.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetIsLoggedIn.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetLoginInfo.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/account/useGetWebsocketEvent.js +0 -0
- package/dist/__commonjs/hooks/index.js +9 -0
- package/dist/__commonjs/hooks/login/index.js +9 -0
- package/dist/__commonjs/hooks/login/useAddressScreens.js +9 -0
- package/{__commonjs → dist/__commonjs}/hooks/login/useExtensionLogin.js +0 -0
- package/dist/__commonjs/hooks/login/useLedgerLogin.js +9 -0
- package/{__commonjs → dist/__commonjs}/hooks/login/useLoginService.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/login/useWalletConnectLogin.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/login/useWalletConnectV2Login.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/login/useWebWalletLogin.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/useGetLastSignedMessageSession.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/useGetSignMessageSession.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/useGetSignedMessageStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/useSignMessage.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/signMessage/useVerifyMessage.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/helpers/useSetTransactionNonces.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCancelWalletConnectAction.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/checkBatch.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetActiveTransactionsStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetFailedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetPendingTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetSignTransactionsError.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetSignedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetSuccessfulTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetTokenDetails.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useGetTransactionDisplayInfo.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useParseMultiEsdtTransferData.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useParseSignedTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useSignMultipleTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useSignTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useSignTransactionsCommonData.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useSignTransactionsWithDevice.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useSignTransactionsWithLedger.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/transactions/useTrackTransactionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/useDebounce.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/useGetNetworkConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/useGetNotification.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/useUpdateEffect.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/userInterface/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/userInterface/useIsDappModalVisible.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/websocketListener/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/websocketListener/useGetWebsocketUrl.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/websocketListener/useInitializeWebsocketConnection.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/websocketListener/useRegisterWebsocketListener.js +0 -0
- package/{__commonjs → dist/__commonjs}/hooks/websocketListener/websocketConnection.js +0 -0
- package/{__commonjs → dist/__commonjs}/models/TransactionParameter.js +0 -0
- package/{__commonjs → dist/__commonjs}/models/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/models/newTransaction.js +0 -0
- package/{__commonjs → dist/__commonjs}/providers/accountProvider.js +0 -0
- package/{__commonjs → dist/__commonjs}/providers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/providers/utils.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/DappProviderContext.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/commonActions.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/middlewares/loginSessionMiddleware.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/persistConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/persistReduxStore.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/persistedRootReducer.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/reducers.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/reduxPersistIgnoredActions.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/rootReducer.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/accountInfoSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/dappModalsSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/helpers.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/loginInfoSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/modalsSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/networkConfigSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/signedMessageInfoSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/toastsSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/transactionsInfoSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/selectors/transactionsSelectors.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/accountInfoSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/dappModalsSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/loginInfoSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/modalsSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/networkConfigSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/signedMessageInfoSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/toastsSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/transactionsInfoSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/slices/transactionsSlice.js +0 -0
- package/{__commonjs → dist/__commonjs}/reduxStore/store.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/helpers/decodeNativeAuthToken.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/helpers/encodeValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/helpers/getLatestBlockHash.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/methods/getNativeAuthConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/methods/getToken.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/methods/getTokenExpiration.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/methods/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/nativeAuth/nativeAuth.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/clearTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/isCrossShardTransaction.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/sendTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/signTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/transformAndSignTransactions.js +0 -0
- package/{__commonjs → dist/__commonjs}/services/transactions/utils.js +0 -0
- package/{__commonjs → dist/__commonjs}/storage/local.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/account.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/dappProvider.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/enums.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/login.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/network.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/reducers.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/serverTransactions.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/signedMessage.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/suspiciousLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/toasts.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/tokens.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/types/transactions.types.js +0 -0
- package/{__commonjs → dist/__commonjs}/typings.d.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/addressIsValid.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getAccount.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getAccountBalance.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getAccountProviderType.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getAccountShard.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getAddress.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getIsProviderEqualTo.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getLatestNonce.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/getShardOfAddress.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/loginWithExternalProvider.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/refreshAccount.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/setNonce.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/account/signMessage.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/asyncActions/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/asyncActions/sleep.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/asyncActions/timeoutPromise.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/buildUrlParams.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/clearNavigationHistory.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/dateTime/getUnixTimestamp.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/dateTime/getUnixTimestampWithAddedMilliseconds.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/dateTime/getUnixTimestampWithAddedSeconds.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/dateTime/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/decoders/base64Utils.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/decoders/decodePart.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/decoders/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/decoders/isUtf8.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/environment/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/environment/isMobileEnvironment.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/environment/isWebEnvironment.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/getAllStringOccurrences.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/getIsLoggedIn.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/internal/getLedgerErrorCodes.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/internal/getRandomAddressFromNetwork.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/internal/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/internal/optionalRedirect.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/logout.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/math.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/network/getChainID.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/network/getEgldLabel.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/network/getNetworkConfig.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/network/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/calculateFeeLimit.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/denominate.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/formatAmount.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/getUsdValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/nominate.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/parseAmount.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/pipe.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/timeRemaining.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/operations/truncate.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/parseNavigationParams.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/redirect.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/retryMultipleTimes.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/smartContracts.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/storage/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/storage/local.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/storage/session.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/switchTrue.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/toasts/customToastsActions.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/toasts/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/builtCallbackUrl.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getAllTransactionsLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getAreTransactionsOnSameShard.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/constants.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/helpers/types.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getInterpretedTransaction/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getTokenFromData.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/getTransactionLink.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/isTokenTransfer.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/parseMultiEsdtTransferData.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/parseTransactionAfterSigning.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getEventListDataHexValue.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getEventListHighlight.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getOperationDirection.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getScResultsDecodedData.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getScResultsHighlight.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getScamFlag.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getShardText.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionFee.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getTrimmedHash.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/getVisibleOperations.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/useDataDecode.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionInfoHelpers/useGetOperationList.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/transactions/transactionStateByStatus.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/validation/getIdentifierType.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/validation/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/validation/maxDecimals.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/validation/stringIsFloat.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/validation/stringIsInteger.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/websocket/getWebsocketUrl.js +0 -0
- package/{__commonjs → dist/__commonjs}/utils/websocket/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/web/hooks/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/web/hooks/useIdleTimer.js +0 -0
- package/{__commonjs → dist/__commonjs}/web/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AppInitializer.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/matchPath.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/matchRoute.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AuthenticatedRoutesWrapper/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/components/index.js +0 -0
- package/{__commonjs → dist/__commonjs}/wrappers/AxiosInterceptorContext/index.js +0 -0
- package/dist/__commonjs/wrappers/DappProvider/CustomComponents.js +9 -0
- package/dist/__commonjs/wrappers/DappProvider/index.js +9 -0
- package/dist/__commonjs/wrappers/index.js +9 -0
- package/{__mocks__ → dist/__mocks__}/accountConfig.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/accountConfig.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/account.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/account.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/blocks.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/blocks.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/dappConfig.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/dappConfig.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/index.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/index.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/networkConfig.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/networkConfig.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/socketResponse.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/socketResponse.js +0 -0
- package/{__mocks__ → dist/__mocks__}/data/websocketConfig.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/data/websocketConfig.js +0 -0
- package/{__mocks__ → dist/__mocks__}/index.d.ts +0 -0
- package/dist/__mocks__/index.js +2 -0
- package/{__mocks__ → dist/__mocks__}/packages/createSubscription.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/packages/createSubscription.js +0 -0
- package/{__mocks__ → dist/__mocks__}/packages/index.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/packages/index.js +0 -0
- package/{__mocks__ → dist/__mocks__}/server.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/server.js +0 -0
- package/{__mocks__ → dist/__mocks__}/utils/index.d.ts +0 -0
- package/dist/__mocks__/utils/index.js +2 -0
- package/{__mocks__ → dist/__mocks__}/utils/mockWindowLocation.d.ts +0 -0
- package/{__mocks__ → dist/__mocks__}/utils/mockWindowLocation.js +0 -0
- package/{__mocks__ → dist/__mocks__}/utils/renderWithProvider.d.ts +0 -0
- package/dist/__mocks__/utils/renderWithProvider.js +2 -0
- package/{apiCalls → dist/apiCalls}/accounts/getAccountFromApi.d.ts +0 -0
- package/dist/apiCalls/accounts/getAccountFromApi.js +2 -0
- package/{apiCalls → dist/apiCalls}/accounts/index.d.ts +0 -0
- package/dist/apiCalls/accounts/index.js +2 -0
- package/{apiCalls → dist/apiCalls}/configuration/getApiAddressForChainId.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getApiAddressForChainId.js +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getEnvironmentForChainId.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getEnvironmentForChainId.js +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getNetworkConfig.d.ts +0 -0
- package/dist/apiCalls/configuration/getNetworkConfig.js +2 -0
- package/{apiCalls → dist/apiCalls}/configuration/getServerConfiguration.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getServerConfiguration.js +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getServerConfigurationForEnvironment.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/getServerConfigurationForEnvironment.js +0 -0
- package/{apiCalls → dist/apiCalls}/configuration/index.d.ts +0 -0
- package/dist/apiCalls/configuration/index.js +2 -0
- package/{apiCalls → dist/apiCalls}/endpoints.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/endpoints.js +0 -0
- package/{apiCalls → dist/apiCalls}/getScamAddressData.d.ts +0 -0
- package/dist/apiCalls/getScamAddressData.js +2 -0
- package/{apiCalls → dist/apiCalls}/index.d.ts +0 -0
- package/dist/apiCalls/index.js +2 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransaction.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransaction.js +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactions.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactions.js +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactions.types.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactions.types.js +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactionsByHashes.d.ts +0 -0
- package/dist/apiCalls/transactions/getTransactionsByHashes.js +2 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactionsCount.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/getTransactionsCount.js +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/helpers.d.ts +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/helpers.js +0 -0
- package/{apiCalls → dist/apiCalls}/transactions/index.d.ts +0 -0
- package/dist/apiCalls/transactions/index.js +2 -0
- package/{apiCalls → dist/apiCalls}/transactions/sendSignedTransactions.d.ts +0 -0
- package/dist/apiCalls/transactions/sendSignedTransactions.js +2 -0
- package/{apiCalls → dist/apiCalls}/utils/getCleanApiAddress.d.ts +0 -0
- package/dist/apiCalls/utils/getCleanApiAddress.js +2 -0
- package/{apiCalls → dist/apiCalls}/utils/index.d.ts +0 -0
- package/dist/apiCalls/utils/index.js +2 -0
- package/{assets → dist/assets}/sass/main.js +0 -0
- package/{assets → dist/assets}/sass/mixins/hover.js +0 -0
- package/{assets → dist/assets}/sass/mixins/textTruncate.js +0 -0
- package/{assets → dist/assets}/sass/modules/data/data.js +0 -0
- package/{assets → dist/assets}/sass/modules/icons/iconState.js +0 -0
- package/{assets → dist/assets}/sass/modules/icons/sideIcon.js +0 -0
- package/{assets → dist/assets}/sass/modules/links/links.js +0 -0
- package/{assets → dist/assets}/sass/modules/progress-steps/progressSteps.js +0 -0
- package/{assets → dist/assets}/sass/modules/toast-messages/toastMessages.js +0 -0
- package/{assets → dist/assets}/sass/themes/background.js +0 -0
- package/{assets → dist/assets}/sass/themes/badge.js +0 -0
- package/{assets → dist/assets}/sass/themes/border.js +0 -0
- package/{assets → dist/assets}/sass/themes/button.js +0 -0
- package/{assets → dist/assets}/sass/themes/card.js +0 -0
- package/{assets → dist/assets}/sass/themes/display.js +0 -0
- package/{assets → dist/assets}/sass/themes/flex.js +0 -0
- package/{assets → dist/assets}/sass/themes/font.js +0 -0
- package/{assets → dist/assets}/sass/themes/form.js +0 -0
- package/{assets → dist/assets}/sass/themes/grid.js +0 -0
- package/{assets → dist/assets}/sass/themes/icons.js +0 -0
- package/{assets → dist/assets}/sass/themes/position.js +0 -0
- package/{assets → dist/assets}/sass/themes/shadows.js +0 -0
- package/{assets → dist/assets}/sass/themes/size.js +0 -0
- package/{assets → dist/assets}/sass/themes/spacing.js +0 -0
- package/{assets → dist/assets}/sass/themes/table.js +0 -0
- package/{assets → dist/assets}/sass/themes/text.js +0 -0
- package/{assets → dist/assets}/sass/themes/theme.js +0 -0
- package/{assets → dist/assets}/sass/themes/type.js +0 -0
- package/{assets → dist/assets}/sass/variables/variables.js +0 -0
- package/{components → dist/components}/LogoutListener/LogoutListener.d.ts +0 -0
- package/dist/components/LogoutListener/LogoutListener.js +2 -0
- package/{components → dist/components}/LogoutListener/helpers/index.d.ts +0 -0
- package/dist/components/LogoutListener/helpers/index.js +2 -0
- package/{components → dist/components}/LogoutListener/helpers/useLogoutFromMultipleTabs.d.ts +0 -0
- package/dist/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +2 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogout.d.ts +0 -0
- package/dist/components/LogoutListener/helpers/useNativeAuthLogout.js +2 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.d.ts +0 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +0 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.d.ts +0 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +0 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/index.d.ts +0 -0
- package/dist/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +2 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/tests/getHumanReadableTokenExpirationTime.test.d.ts +0 -0
- package/{components → dist/components}/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.d.ts +0 -0
- package/dist/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +2 -0
- package/{components → dist/components}/LogoutListener/index.d.ts +0 -0
- package/dist/components/LogoutListener/index.js +2 -0
- package/{components → dist/components}/ProviderInitializer.d.ts +0 -0
- package/dist/components/ProviderInitializer.js +2 -0
- package/{components → dist/components}/TransactionSender/TransactionSender.d.ts +0 -0
- package/dist/components/TransactionSender/TransactionSender.js +2 -0
- package/{components → dist/components}/TransactionSender/index.d.ts +0 -0
- package/dist/components/TransactionSender/index.js +2 -0
- package/{components → dist/components}/TransactionStatusToast/FailedTransactionStatusToast.d.ts +0 -0
- package/dist/components/TransactionStatusToast/FailedTransactionStatusToast.js +2 -0
- package/{components → dist/components}/TransactionStatusToast/StatusIcon.d.ts +0 -0
- package/{components → dist/components}/TransactionStatusToast/StatusIcon.js +0 -0
- package/{components → dist/components}/TransactionStatusToast/StatusMessageComponent.d.ts +0 -0
- package/{components → dist/components}/TransactionStatusToast/StatusMessageComponent.js +0 -0
- package/{components → dist/components}/TransactionStatusToast/transactionStatusToast.types.d.ts +0 -0
- package/{components → dist/components}/TransactionStatusToast/transactionStatusToast.types.js +0 -0
- package/{components → dist/components}/TransactionStatusToast/transactionStatusToastStyles.js +0 -0
- package/{components → dist/components}/TransactionsTracker/TransactionTracker.d.ts +0 -0
- package/dist/components/TransactionsTracker/TransactionTracker.js +2 -0
- package/{components → dist/components}/TransactionsTracker/index.d.ts +0 -0
- package/dist/components/TransactionsTracker/index.js +2 -0
- package/{components → dist/components}/TransactionsTracker/useClosureRef.d.ts +0 -0
- package/{components → dist/components}/TransactionsTracker/useClosureRef.js +0 -0
- package/{components → dist/components}/TransactionsTracker/useTransactionsTracker.d.ts +0 -0
- package/dist/components/TransactionsTracker/useTransactionsTracker.js +2 -0
- package/{constants → dist/constants}/errorsMessages.d.ts +0 -0
- package/{constants → dist/constants}/errorsMessages.js +0 -0
- package/{constants → dist/constants}/index.d.ts +0 -0
- package/{constants → dist/constants}/index.js +0 -0
- package/{constants → dist/constants}/ledgerErrorCodes.d.ts +0 -0
- package/{constants → dist/constants}/ledgerErrorCodes.js +0 -0
- package/{constants → dist/constants}/mnemonicWords.d.ts +0 -0
- package/{constants → dist/constants}/mnemonicWords.js +0 -0
- package/{constants → dist/constants}/network.d.ts +0 -0
- package/{constants → dist/constants}/network.js +0 -0
- package/{constants → dist/constants}/transactionStatus.d.ts +0 -0
- package/{constants → dist/constants}/transactionStatus.js +0 -0
- package/{global.d.js → dist/global.d.js} +0 -0
- package/{hooks → dist/hooks}/account/index.d.ts +0 -0
- package/dist/hooks/account/index.js +2 -0
- package/{hooks → dist/hooks}/account/useGetAccount.d.ts +0 -0
- package/dist/hooks/account/useGetAccount.js +2 -0
- package/{hooks → dist/hooks}/account/useGetAccountInfo.d.ts +0 -0
- package/dist/hooks/account/useGetAccountInfo.js +2 -0
- package/{hooks → dist/hooks}/account/useGetAccountProvider.d.ts +0 -0
- package/{hooks → dist/hooks}/account/useGetAccountProvider.js +0 -0
- package/{hooks → dist/hooks}/account/useGetIsLoggedIn.d.ts +0 -0
- package/dist/hooks/account/useGetIsLoggedIn.js +2 -0
- package/{hooks → dist/hooks}/account/useGetLoginInfo.d.ts +0 -0
- package/dist/hooks/account/useGetLoginInfo.js +2 -0
- package/{hooks → dist/hooks}/account/useGetWebsocketEvent.d.ts +0 -0
- package/dist/hooks/account/useGetWebsocketEvent.js +2 -0
- package/{hooks → dist/hooks}/index.d.ts +0 -0
- package/dist/hooks/index.js +2 -0
- package/{hooks → dist/hooks}/login/index.d.ts +0 -0
- package/dist/hooks/login/index.js +2 -0
- package/dist/hooks/login/useAddressScreens.d.ts +41 -0
- package/dist/hooks/login/useAddressScreens.js +2 -0
- package/{hooks → dist/hooks}/login/useExtensionLogin.d.ts +0 -0
- package/dist/hooks/login/useExtensionLogin.js +2 -0
- package/dist/hooks/login/useLedgerLogin.d.ts +27 -0
- package/dist/hooks/login/useLedgerLogin.js +2 -0
- package/{hooks → dist/hooks}/login/useLoginService.d.ts +0 -0
- package/dist/hooks/login/useLoginService.js +2 -0
- package/{hooks → dist/hooks}/login/useWalletConnectLogin.d.ts +0 -0
- package/dist/hooks/login/useWalletConnectLogin.js +2 -0
- package/{hooks → dist/hooks}/login/useWalletConnectV2Login.d.ts +0 -0
- package/dist/hooks/login/useWalletConnectV2Login.js +2 -0
- package/{hooks → dist/hooks}/login/useWebWalletLogin.d.ts +0 -0
- package/dist/hooks/login/useWebWalletLogin.js +2 -0
- package/{hooks → dist/hooks}/signMessage/index.d.ts +0 -0
- package/dist/hooks/signMessage/index.js +2 -0
- package/{hooks → dist/hooks}/signMessage/useGetLastSignedMessageSession.d.ts +0 -0
- package/dist/hooks/signMessage/useGetLastSignedMessageSession.js +2 -0
- package/{hooks → dist/hooks}/signMessage/useGetSignMessageSession.d.ts +0 -0
- package/dist/hooks/signMessage/useGetSignMessageSession.js +2 -0
- package/{hooks → dist/hooks}/signMessage/useGetSignedMessageStatus.d.ts +0 -0
- package/dist/hooks/signMessage/useGetSignedMessageStatus.js +2 -0
- package/{hooks → dist/hooks}/signMessage/useSignMessage.d.ts +0 -0
- package/dist/hooks/signMessage/useSignMessage.js +2 -0
- package/{hooks → dist/hooks}/signMessage/useVerifyMessage.d.ts +0 -0
- package/{hooks → dist/hooks}/signMessage/useVerifyMessage.js +0 -0
- package/{hooks → dist/hooks}/transactions/helpers/getShouldMoveTransactionsToSignedState.d.ts +0 -0
- package/dist/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +2 -0
- package/{hooks → dist/hooks}/transactions/helpers/index.d.ts +0 -0
- package/dist/hooks/transactions/helpers/index.js +2 -0
- package/{hooks → dist/hooks}/transactions/helpers/useClearTransactionsToSignWithWarning.d.ts +0 -0
- package/dist/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +2 -0
- package/{hooks → dist/hooks}/transactions/helpers/useSetTransactionNonces.d.ts +0 -0
- package/dist/hooks/transactions/helpers/useSetTransactionNonces.js +2 -0
- package/{hooks → dist/hooks}/transactions/index.d.ts +0 -0
- package/dist/hooks/transactions/index.js +2 -0
- package/{hooks → dist/hooks}/transactions/useCancelWalletConnectAction.d.ts +0 -0
- package/{hooks → dist/hooks}/transactions/useCancelWalletConnectAction.js +0 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/checkBatch.d.ts +0 -0
- package/dist/hooks/transactions/useCheckTransactionStatus/checkBatch.js +2 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/getPendingTransactions.d.ts +0 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/getPendingTransactions.js +0 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/index.d.ts +0 -0
- package/dist/hooks/transactions/useCheckTransactionStatus/index.js +2 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/manageFailedTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/manageTimedOutTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useCheckTransactionStatus/useCheckTransactionStatus.d.ts +0 -0
- package/dist/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetActiveTransactionsStatus.d.ts +0 -0
- package/dist/hooks/transactions/useGetActiveTransactionsStatus.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetFailedTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useGetFailedTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetPendingTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useGetPendingTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetSignTransactionsError.d.ts +0 -0
- package/dist/hooks/transactions/useGetSignTransactionsError.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetSignedTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useGetSignedTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetSuccessfulTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useGetSuccessfulTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetTokenDetails.d.ts +0 -0
- package/dist/hooks/transactions/useGetTokenDetails.js +2 -0
- package/{hooks → dist/hooks}/transactions/useGetTransactionDisplayInfo.d.ts +0 -0
- package/dist/hooks/transactions/useGetTransactionDisplayInfo.js +2 -0
- package/{hooks → dist/hooks}/transactions/useParseMultiEsdtTransferData.d.ts +0 -0
- package/{hooks → dist/hooks}/transactions/useParseMultiEsdtTransferData.js +0 -0
- package/{hooks → dist/hooks}/transactions/useParseSignedTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useParseSignedTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useSignMultipleTransactions.d.ts +0 -0
- package/{hooks → dist/hooks}/transactions/useSignMultipleTransactions.js +0 -0
- package/{hooks → dist/hooks}/transactions/useSignTransactions.d.ts +0 -0
- package/dist/hooks/transactions/useSignTransactions.js +2 -0
- package/{hooks → dist/hooks}/transactions/useSignTransactionsCommonData.d.ts +0 -0
- package/dist/hooks/transactions/useSignTransactionsCommonData.js +2 -0
- package/{hooks → dist/hooks}/transactions/useSignTransactionsWithDevice.d.ts +0 -0
- package/dist/hooks/transactions/useSignTransactionsWithDevice.js +2 -0
- package/{hooks → dist/hooks}/transactions/useSignTransactionsWithLedger.d.ts +0 -0
- package/dist/hooks/transactions/useSignTransactionsWithLedger.js +2 -0
- package/{hooks → dist/hooks}/transactions/useTrackTransactionStatus.d.ts +0 -0
- package/dist/hooks/transactions/useTrackTransactionStatus.js +2 -0
- package/{hooks → dist/hooks}/useDebounce.d.ts +0 -0
- package/{hooks → dist/hooks}/useDebounce.js +0 -0
- package/{hooks → dist/hooks}/useGetNetworkConfig.d.ts +0 -0
- package/dist/hooks/useGetNetworkConfig.js +2 -0
- package/{hooks → dist/hooks}/useGetNotification.d.ts +0 -0
- package/dist/hooks/useGetNotification.js +2 -0
- package/{hooks → dist/hooks}/useUpdateEffect.d.ts +0 -0
- package/{hooks → dist/hooks}/useUpdateEffect.js +0 -0
- package/{hooks → dist/hooks}/userInterface/index.d.ts +0 -0
- package/dist/hooks/userInterface/index.js +2 -0
- package/{hooks → dist/hooks}/userInterface/useIsDappModalVisible.d.ts +0 -0
- package/dist/hooks/userInterface/useIsDappModalVisible.js +2 -0
- package/{hooks → dist/hooks}/websocketListener/index.d.ts +0 -0
- package/dist/hooks/websocketListener/index.js +2 -0
- package/{hooks → dist/hooks}/websocketListener/useGetWebsocketUrl.d.ts +0 -0
- package/{hooks → dist/hooks}/websocketListener/useGetWebsocketUrl.js +0 -0
- package/{hooks → dist/hooks}/websocketListener/useInitializeWebsocketConnection.d.ts +0 -0
- package/dist/hooks/websocketListener/useInitializeWebsocketConnection.js +2 -0
- package/{hooks → dist/hooks}/websocketListener/useRegisterWebsocketListener.d.ts +0 -0
- package/dist/hooks/websocketListener/useRegisterWebsocketListener.js +2 -0
- package/{hooks → dist/hooks}/websocketListener/websocketConnection.d.ts +0 -0
- package/{hooks → dist/hooks}/websocketListener/websocketConnection.js +0 -0
- package/{models → dist/models}/TransactionParameter.d.ts +0 -0
- package/{models → dist/models}/TransactionParameter.js +0 -0
- package/{models → dist/models}/index.d.ts +0 -0
- package/{models → dist/models}/index.js +0 -0
- package/{models → dist/models}/newTransaction.d.ts +0 -0
- package/{models → dist/models}/newTransaction.js +0 -0
- package/{providers → dist/providers}/accountProvider.d.ts +0 -0
- package/{providers → dist/providers}/accountProvider.js +0 -0
- package/{providers → dist/providers}/index.d.ts +0 -0
- package/{providers → dist/providers}/index.js +0 -0
- package/{providers → dist/providers}/utils.d.ts +0 -0
- package/{providers → dist/providers}/utils.js +0 -0
- package/{reduxStore → dist/reduxStore}/DappProviderContext.d.ts +0 -0
- package/dist/reduxStore/DappProviderContext.js +2 -0
- package/{reduxStore → dist/reduxStore}/commonActions.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/commonActions.js +0 -0
- package/{reduxStore → dist/reduxStore}/middlewares/loginSessionMiddleware.d.ts +0 -0
- package/dist/reduxStore/middlewares/loginSessionMiddleware.js +2 -0
- package/{reduxStore → dist/reduxStore}/persistConfig.d.ts +0 -0
- package/dist/reduxStore/persistConfig.js +2 -0
- package/{reduxStore → dist/reduxStore}/persistReduxStore.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/persistReduxStore.js +0 -0
- package/{reduxStore → dist/reduxStore}/persistedRootReducer.d.ts +0 -0
- package/dist/reduxStore/persistedRootReducer.js +2 -0
- package/{reduxStore → dist/reduxStore}/reducers.d.ts +0 -0
- package/dist/reduxStore/reducers.js +2 -0
- package/{reduxStore → dist/reduxStore}/reduxPersistIgnoredActions.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/reduxPersistIgnoredActions.js +0 -0
- package/{reduxStore → dist/reduxStore}/rootReducer.d.ts +0 -0
- package/dist/reduxStore/rootReducer.js +2 -0
- package/{reduxStore → dist/reduxStore}/selectors/accountInfoSelectors.d.ts +0 -0
- package/dist/reduxStore/selectors/accountInfoSelectors.js +2 -0
- package/{reduxStore → dist/reduxStore}/selectors/dappModalsSelectors.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/dappModalsSelectors.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/helpers.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/helpers.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/index.d.ts +0 -0
- package/dist/reduxStore/selectors/index.js +2 -0
- package/{reduxStore → dist/reduxStore}/selectors/loginInfoSelectors.d.ts +0 -0
- package/dist/reduxStore/selectors/loginInfoSelectors.js +2 -0
- package/{reduxStore → dist/reduxStore}/selectors/modalsSelectors.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/modalsSelectors.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/networkConfigSelectors.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/networkConfigSelectors.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/signedMessageInfoSelectors.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/signedMessageInfoSelectors.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/toastsSelectors.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/toastsSelectors.js +0 -0
- package/{reduxStore → dist/reduxStore}/selectors/transactionsInfoSelectors.d.ts +0 -0
- package/dist/reduxStore/selectors/transactionsInfoSelectors.js +2 -0
- package/{reduxStore → dist/reduxStore}/selectors/transactionsSelectors.d.ts +0 -0
- package/dist/reduxStore/selectors/transactionsSelectors.js +2 -0
- package/{reduxStore → dist/reduxStore}/slices/accountInfoSlice.d.ts +0 -0
- package/dist/reduxStore/slices/accountInfoSlice.js +2 -0
- package/{reduxStore → dist/reduxStore}/slices/dappModalsSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/dappModalsSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/index.d.ts +0 -0
- package/dist/reduxStore/slices/index.js +2 -0
- package/{reduxStore → dist/reduxStore}/slices/loginInfoSlice.d.ts +0 -0
- package/dist/reduxStore/slices/loginInfoSlice.js +2 -0
- package/{reduxStore → dist/reduxStore}/slices/modalsSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/modalsSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/networkConfigSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/networkConfigSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/signedMessageInfoSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/signedMessageInfoSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/toastsSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/toastsSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/transactionsInfoSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/transactionsInfoSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/slices/transactionsSlice.d.ts +0 -0
- package/{reduxStore → dist/reduxStore}/slices/transactionsSlice.js +0 -0
- package/{reduxStore → dist/reduxStore}/store.d.ts +0 -0
- package/dist/reduxStore/store.js +2 -0
- package/{services → dist/services}/index.d.ts +0 -0
- package/dist/services/index.js +2 -0
- package/{services → dist/services}/nativeAuth/helpers/decodeNativeAuthToken.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/helpers/decodeNativeAuthToken.js +0 -0
- package/{services → dist/services}/nativeAuth/helpers/encodeValue.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/helpers/encodeValue.js +0 -0
- package/{services → dist/services}/nativeAuth/helpers/getLatestBlockHash.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/helpers/getLatestBlockHash.js +0 -0
- package/{services → dist/services}/nativeAuth/helpers/index.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/helpers/index.js +0 -0
- package/{services → dist/services}/nativeAuth/helpers/tests/decodeNativeAuthToken.test.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/index.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/index.js +0 -0
- package/{services → dist/services}/nativeAuth/methods/getNativeAuthConfig.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/methods/getNativeAuthConfig.js +0 -0
- package/{services → dist/services}/nativeAuth/methods/getToken.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/methods/getToken.js +0 -0
- package/{services → dist/services}/nativeAuth/methods/getTokenExpiration.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/methods/getTokenExpiration.js +0 -0
- package/{services → dist/services}/nativeAuth/methods/index.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/methods/index.js +0 -0
- package/{services → dist/services}/nativeAuth/methods/tests/getTokenExpiration.test.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/nativeAuth.d.ts +0 -0
- package/{services → dist/services}/nativeAuth/nativeAuth.js +0 -0
- package/{services → dist/services}/nativeAuth/tests/nativeAuth.test.d.ts +0 -0
- package/{services → dist/services}/transactions/clearTransactions.d.ts +0 -0
- package/dist/services/transactions/clearTransactions.js +2 -0
- package/{services → dist/services}/transactions/index.d.ts +0 -0
- package/dist/services/transactions/index.js +2 -0
- package/{services → dist/services}/transactions/isCrossShardTransaction.d.ts +0 -0
- package/{services → dist/services}/transactions/isCrossShardTransaction.js +0 -0
- package/{services → dist/services}/transactions/sendTransactions.d.ts +0 -0
- package/dist/services/transactions/sendTransactions.js +2 -0
- package/{services → dist/services}/transactions/signTransactions.d.ts +0 -0
- package/dist/services/transactions/signTransactions.js +2 -0
- package/{services → dist/services}/transactions/transformAndSignTransactions.d.ts +0 -0
- package/dist/services/transactions/transformAndSignTransactions.js +2 -0
- package/{services → dist/services}/transactions/utils.d.ts +0 -0
- package/dist/services/transactions/utils.js +2 -0
- package/{setupTests.d.ts → dist/setupTests.d.ts} +0 -0
- package/{storage → dist/storage}/local.d.ts +0 -0
- package/dist/storage/local.js +2 -0
- package/{types → dist/types}/account.types.d.ts +0 -0
- package/{types → dist/types}/account.types.js +0 -0
- package/{types → dist/types}/dappProvider.types.d.ts +0 -0
- package/{types → dist/types}/dappProvider.types.js +0 -0
- package/{types → dist/types}/enums.types.d.ts +0 -0
- package/{types → dist/types}/enums.types.js +0 -0
- package/{types → dist/types}/index.d.ts +0 -0
- package/{types → dist/types}/index.js +0 -0
- package/{types → dist/types}/login.types.d.ts +0 -0
- package/{types → dist/types}/login.types.js +0 -0
- package/{types → dist/types}/network.types.d.ts +0 -0
- package/{types → dist/types}/network.types.js +0 -0
- package/{types → dist/types}/reducers.types.d.ts +0 -0
- package/{types → dist/types}/reducers.types.js +0 -0
- package/{types → dist/types}/serverTransactions.types.d.ts +0 -0
- package/{types → dist/types}/serverTransactions.types.js +0 -0
- package/{types → dist/types}/signedMessage.types.d.ts +0 -0
- package/{types → dist/types}/signedMessage.types.js +0 -0
- package/{types → dist/types}/suspiciousLink.d.ts +0 -0
- package/{types → dist/types}/suspiciousLink.js +0 -0
- package/{types → dist/types}/toasts.types.d.ts +0 -0
- package/{types → dist/types}/toasts.types.js +0 -0
- package/{types → dist/types}/tokens.types.d.ts +0 -0
- package/{types → dist/types}/tokens.types.js +0 -0
- package/{types → dist/types}/transactions.types.d.ts +0 -0
- package/{types → dist/types}/transactions.types.js +0 -0
- package/{typings.d.js → dist/typings.d.js} +0 -0
- package/{utils → dist/utils}/account/addressIsValid.d.ts +0 -0
- package/{utils → dist/utils}/account/addressIsValid.js +0 -0
- package/{utils → dist/utils}/account/getAccount.d.ts +0 -0
- package/dist/utils/account/getAccount.js +2 -0
- package/{utils → dist/utils}/account/getAccountBalance.d.ts +0 -0
- package/dist/utils/account/getAccountBalance.js +2 -0
- package/{utils → dist/utils}/account/getAccountProviderType.d.ts +0 -0
- package/{utils → dist/utils}/account/getAccountProviderType.js +0 -0
- package/{utils → dist/utils}/account/getAccountShard.d.ts +0 -0
- package/dist/utils/account/getAccountShard.js +2 -0
- package/{utils → dist/utils}/account/getAddress.d.ts +0 -0
- package/dist/utils/account/getAddress.js +2 -0
- package/{utils → dist/utils}/account/getIsProviderEqualTo.d.ts +0 -0
- package/{utils → dist/utils}/account/getIsProviderEqualTo.js +0 -0
- package/{utils → dist/utils}/account/getLatestNonce.d.ts +0 -0
- package/dist/utils/account/getLatestNonce.js +2 -0
- package/{utils → dist/utils}/account/getShardOfAddress.d.ts +0 -0
- package/{utils → dist/utils}/account/getShardOfAddress.js +0 -0
- package/{utils → dist/utils}/account/index.d.ts +0 -0
- package/dist/utils/account/index.js +2 -0
- package/{utils → dist/utils}/account/loginWithExternalProvider.d.ts +0 -0
- package/dist/utils/account/loginWithExternalProvider.js +2 -0
- package/{utils → dist/utils}/account/refreshAccount.d.ts +0 -0
- package/dist/utils/account/refreshAccount.js +2 -0
- package/{utils → dist/utils}/account/setNonce.d.ts +0 -0
- package/dist/utils/account/setNonce.js +2 -0
- package/{utils → dist/utils}/account/signMessage.d.ts +0 -0
- package/dist/utils/account/signMessage.js +2 -0
- package/{utils → dist/utils}/asyncActions/index.d.ts +0 -0
- package/{utils → dist/utils}/asyncActions/index.js +0 -0
- package/{utils → dist/utils}/asyncActions/sleep.d.ts +0 -0
- package/{utils → dist/utils}/asyncActions/sleep.js +0 -0
- package/{utils → dist/utils}/asyncActions/timeoutPromise.d.ts +0 -0
- package/{utils → dist/utils}/asyncActions/timeoutPromise.js +0 -0
- package/{utils → dist/utils}/buildUrlParams.d.ts +0 -0
- package/{utils → dist/utils}/buildUrlParams.js +0 -0
- package/{utils → dist/utils}/clearNavigationHistory.d.ts +0 -0
- package/{utils → dist/utils}/clearNavigationHistory.js +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestamp.d.ts +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestamp.js +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestampWithAddedMilliseconds.d.ts +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestampWithAddedMilliseconds.js +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestampWithAddedSeconds.d.ts +0 -0
- package/{utils → dist/utils}/dateTime/getUnixTimestampWithAddedSeconds.js +0 -0
- package/{utils → dist/utils}/dateTime/index.d.ts +0 -0
- package/{utils → dist/utils}/dateTime/index.js +0 -0
- package/{utils → dist/utils}/decoders/base64Utils.d.ts +0 -0
- package/{utils → dist/utils}/decoders/base64Utils.js +0 -0
- package/{utils → dist/utils}/decoders/decodePart.d.ts +0 -0
- package/{utils → dist/utils}/decoders/decodePart.js +0 -0
- package/{utils → dist/utils}/decoders/index.d.ts +0 -0
- package/{utils → dist/utils}/decoders/index.js +0 -0
- package/{utils → dist/utils}/decoders/isUtf8.d.ts +0 -0
- package/{utils → dist/utils}/decoders/isUtf8.js +0 -0
- package/{utils → dist/utils}/decoders/tests/decodePart.test.d.ts +0 -0
- package/{utils → dist/utils}/environment/index.d.ts +0 -0
- package/{utils → dist/utils}/environment/index.js +0 -0
- package/{utils → dist/utils}/environment/isMobileEnvironment.d.ts +0 -0
- package/{utils → dist/utils}/environment/isMobileEnvironment.js +0 -0
- package/{utils → dist/utils}/environment/isWebEnvironment.d.ts +0 -0
- package/{utils → dist/utils}/environment/isWebEnvironment.js +0 -0
- package/{utils → dist/utils}/getAllStringOccurrences.d.ts +0 -0
- package/{utils → dist/utils}/getAllStringOccurrences.js +0 -0
- package/{utils → dist/utils}/getIsLoggedIn.d.ts +0 -0
- package/dist/utils/getIsLoggedIn.js +2 -0
- package/{utils → dist/utils}/index.d.ts +0 -0
- package/dist/utils/index.js +2 -0
- package/{utils → dist/utils}/internal/getLedgerErrorCodes.d.ts +0 -0
- package/{utils → dist/utils}/internal/getLedgerErrorCodes.js +0 -0
- package/{utils → dist/utils}/internal/getRandomAddressFromNetwork.d.ts +0 -0
- package/{utils → dist/utils}/internal/getRandomAddressFromNetwork.js +0 -0
- package/{utils → dist/utils}/internal/index.d.ts +0 -0
- package/{utils → dist/utils}/internal/index.js +0 -0
- package/{utils → dist/utils}/internal/optionalRedirect.d.ts +0 -0
- package/{utils → dist/utils}/internal/optionalRedirect.js +0 -0
- package/{utils → dist/utils}/logout.d.ts +0 -0
- package/dist/utils/logout.js +2 -0
- package/{utils → dist/utils}/math.d.ts +0 -0
- package/{utils → dist/utils}/math.js +0 -0
- package/{utils → dist/utils}/network/getChainID.d.ts +0 -0
- package/dist/utils/network/getChainID.js +2 -0
- package/{utils → dist/utils}/network/getEgldLabel.d.ts +0 -0
- package/dist/utils/network/getEgldLabel.js +2 -0
- package/{utils → dist/utils}/network/getNetworkConfig.d.ts +0 -0
- package/dist/utils/network/getNetworkConfig.js +2 -0
- package/{utils → dist/utils}/network/index.d.ts +0 -0
- package/dist/utils/network/index.js +2 -0
- package/{utils → dist/utils}/operations/calculateFeeLimit.d.ts +0 -0
- package/{utils → dist/utils}/operations/calculateFeeLimit.js +0 -0
- package/{utils → dist/utils}/operations/denominate.d.ts +0 -0
- package/dist/utils/operations/denominate.js +2 -0
- package/{utils → dist/utils}/operations/formatAmount.d.ts +0 -0
- package/dist/utils/operations/formatAmount.js +2 -0
- package/{utils → dist/utils}/operations/getUsdValue.d.ts +0 -0
- package/{utils → dist/utils}/operations/getUsdValue.js +0 -0
- package/{utils → dist/utils}/operations/index.d.ts +0 -0
- package/dist/utils/operations/index.js +2 -0
- package/{utils → dist/utils}/operations/nominate.d.ts +0 -0
- package/{utils → dist/utils}/operations/nominate.js +0 -0
- package/{utils → dist/utils}/operations/parseAmount.d.ts +0 -0
- package/{utils → dist/utils}/operations/parseAmount.js +0 -0
- package/{utils → dist/utils}/operations/pipe.d.ts +0 -0
- package/{utils → dist/utils}/operations/pipe.js +0 -0
- package/{utils → dist/utils}/operations/tests/calculateFeeLimit.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/tests/formatAmount.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/tests/getUsdValue.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/tests/parseAmount.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/tests/pipe.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/tests/timeRemaining.test.d.ts +0 -0
- package/{utils → dist/utils}/operations/timeRemaining.d.ts +0 -0
- package/{utils → dist/utils}/operations/timeRemaining.js +0 -0
- package/{utils → dist/utils}/operations/truncate.d.ts +0 -0
- package/{utils → dist/utils}/operations/truncate.js +0 -0
- package/{utils → dist/utils}/parseNavigationParams.d.ts +0 -0
- package/{utils → dist/utils}/parseNavigationParams.js +0 -0
- package/{utils → dist/utils}/redirect.d.ts +0 -0
- package/{utils → dist/utils}/redirect.js +0 -0
- package/{utils → dist/utils}/retryMultipleTimes.d.ts +0 -0
- package/{utils → dist/utils}/retryMultipleTimes.js +0 -0
- package/{utils → dist/utils}/smartContracts.d.ts +0 -0
- package/{utils → dist/utils}/smartContracts.js +0 -0
- package/{utils → dist/utils}/storage/index.d.ts +0 -0
- package/dist/utils/storage/index.js +2 -0
- package/{utils → dist/utils}/storage/local.d.ts +0 -0
- package/{utils → dist/utils}/storage/local.js +0 -0
- package/{utils → dist/utils}/storage/session.d.ts +0 -0
- package/{utils → dist/utils}/storage/session.js +0 -0
- package/{utils → dist/utils}/switchTrue.d.ts +0 -0
- package/{utils → dist/utils}/switchTrue.js +0 -0
- package/{utils → dist/utils}/tests/smartContracts.test.d.ts +0 -0
- package/{utils → dist/utils}/toasts/customToastsActions.d.ts +0 -0
- package/dist/utils/toasts/customToastsActions.js +2 -0
- package/{utils → dist/utils}/toasts/index.d.ts +0 -0
- package/dist/utils/toasts/index.js +2 -0
- package/{utils → dist/utils}/transactions/builtCallbackUrl.d.ts +0 -0
- package/{utils → dist/utils}/transactions/builtCallbackUrl.js +0 -0
- package/{utils → dist/utils}/transactions/getAllTransactionsLink.d.ts +0 -0
- package/dist/utils/transactions/getAllTransactionsLink.js +2 -0
- package/{utils → dist/utils}/transactions/getAreTransactionsOnSameShard.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getAreTransactionsOnSameShard.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/constants.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/constants.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/getInterpretedTransaction.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getExplorerLink.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getOperationsMessages.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getReceiptMessage.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getScResultsMessages.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionMethod.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionTokens.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/index.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/base-transaction-mock.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getExplorerkLink.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getHumanReadableTimeFormat.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getOperationsMessages.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getReceiptMessage.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getScResultsMessages.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionMethod.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionReceiver.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionReceiverAssets.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionTokens.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionTransferType.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/types.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/helpers/types.js +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/index.d.ts +0 -0
- package/dist/utils/transactions/getInterpretedTransaction/index.js +2 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/tests/extended-transaction-mock.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getInterpretedTransaction/tests/getInterpretedTransaction.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getTokenFromData.d.ts +0 -0
- package/{utils → dist/utils}/transactions/getTokenFromData.js +0 -0
- package/{utils → dist/utils}/transactions/getTransactionLink.d.ts +0 -0
- package/dist/utils/transactions/getTransactionLink.js +2 -0
- package/{utils → dist/utils}/transactions/index.d.ts +0 -0
- package/dist/utils/transactions/index.js +2 -0
- package/{utils → dist/utils}/transactions/isTokenTransfer.d.ts +0 -0
- package/{utils → dist/utils}/transactions/isTokenTransfer.js +0 -0
- package/{utils → dist/utils}/transactions/parseMultiEsdtTransferData.d.ts +0 -0
- package/{utils → dist/utils}/transactions/parseMultiEsdtTransferData.js +0 -0
- package/{utils → dist/utils}/transactions/parseTransactionAfterSigning.d.ts +0 -0
- package/{utils → dist/utils}/transactions/parseTransactionAfterSigning.js +0 -0
- package/{utils → dist/utils}/transactions/tests/getNftFromData.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/tests/parseMultiEsdtTransferData.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/decodeForDisplay/index.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListDataHexValue.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListDataHexValue.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListHighlight.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListHighlight.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getOperationDirection.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getOperationDirection.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsDecodedData.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsDecodedData.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsHighlight.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsHighlight.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScamFlag.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getScamFlag.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getShardText.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getShardText.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionActionNftText.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionActionTokenText.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionFee.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionFee.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionMessages.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionStatus.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionStatus.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionStatusText.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTransactionStatusText.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTrimmedHash.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getTrimmedHash.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getVisibleOperations.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/getVisibleOperations.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/index.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/index.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/tests/getScamFlag.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/tests/getShardText.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/tests/getTransactionLinkWithLabel.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/tests/transactionActionUnwrapper.test.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/useDataDecode.d.ts +0 -0
- package/dist/utils/transactions/transactionInfoHelpers/useDataDecode.js +2 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/useDataDecodeMethod.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/useDataDecodeMethod.js +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/useGetOperationList.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionInfoHelpers/useGetOperationList.js +0 -0
- package/{utils → dist/utils}/transactions/transactionStateByStatus.d.ts +0 -0
- package/{utils → dist/utils}/transactions/transactionStateByStatus.js +0 -0
- package/{utils → dist/utils}/validation/getIdentifierType.d.ts +0 -0
- package/{utils → dist/utils}/validation/getIdentifierType.js +0 -0
- package/{utils → dist/utils}/validation/index.d.ts +0 -0
- package/{utils → dist/utils}/validation/index.js +0 -0
- package/{utils → dist/utils}/validation/maxDecimals.d.ts +0 -0
- package/{utils → dist/utils}/validation/maxDecimals.js +0 -0
- package/{utils → dist/utils}/validation/stringIsFloat.d.ts +0 -0
- package/{utils → dist/utils}/validation/stringIsFloat.js +0 -0
- package/{utils → dist/utils}/validation/stringIsInteger.d.ts +0 -0
- package/{utils → dist/utils}/validation/stringIsInteger.js +0 -0
- package/{utils → dist/utils}/validation/tests/stringIsFloat.test.d.ts +0 -0
- package/{utils → dist/utils}/validation/tests/stringIsInteger.test.d.ts +0 -0
- package/{utils → dist/utils}/websocket/getWebsocketUrl.d.ts +0 -0
- package/{utils → dist/utils}/websocket/getWebsocketUrl.js +0 -0
- package/{utils → dist/utils}/websocket/index.d.ts +0 -0
- package/{utils → dist/utils}/websocket/index.js +0 -0
- package/{web → dist/web}/hooks/index.d.ts +0 -0
- package/dist/web/hooks/index.js +2 -0
- package/{web → dist/web}/hooks/useIdleTimer.d.ts +0 -0
- package/dist/web/hooks/useIdleTimer.js +2 -0
- package/{web → dist/web}/index.d.ts +0 -0
- package/dist/web/index.js +2 -0
- package/{wrappers → dist/wrappers}/AppInitializer.d.ts +0 -0
- package/dist/wrappers/AppInitializer.js +2 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/index.d.ts +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/index.js +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/matchPath.d.ts +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/matchPath.js +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/matchRoute.d.ts +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/matchRoute.js +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/helpers/tests/matchRoute.test.d.ts +0 -0
- package/{wrappers → dist/wrappers}/AuthenticatedRoutesWrapper/index.d.ts +0 -0
- package/dist/wrappers/AuthenticatedRoutesWrapper/index.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/AxiosInterceptorContext.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/components/AxiosInterceptor.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/components/LoginInfoListener.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/components/index.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/components/index.js +2 -0
- package/{wrappers → dist/wrappers}/AxiosInterceptorContext/index.d.ts +0 -0
- package/dist/wrappers/AxiosInterceptorContext/index.js +2 -0
- package/{wrappers → dist/wrappers}/DappProvider/CustomComponents.d.ts +0 -0
- package/dist/wrappers/DappProvider/CustomComponents.js +2 -0
- package/{wrappers → dist/wrappers}/DappProvider/index.d.ts +0 -0
- package/dist/wrappers/DappProvider/index.js +2 -0
- package/{wrappers → dist/wrappers}/index.d.ts +0 -0
- package/dist/wrappers/index.js +2 -0
- package/esbuild-watch.js +16 -0
- package/esbuild.js +7 -0
- package/executeBuildCommand.js +92 -0
- package/jest.config.js +20 -0
- package/package.json +1 -1
- package/prerelease-script.js +126 -0
- package/src/global.d.ts +4 -0
- package/src/setupTests.js +85 -0
- package/src/typings.d.ts +49 -0
- package/UI/CopyButton/index.js +0 -2
- package/UI/DappModal/hooks/index.js +0 -2
- package/UI/DappModal/hooks/useDappModal.js +0 -2
- package/UI/DappModal/index.js +0 -2
- package/UI/Denominate/index.js +0 -2
- package/UI/ExplorerLink/ExplorerLink.js +0 -2
- package/UI/ExplorerLink/index.js +0 -2
- package/UI/FormatAmount/FormatAmount.js +0 -2
- package/UI/FormatAmount/index.js +0 -2
- package/UI/ModalContainer/ModalContainer.js +0 -2
- package/UI/ModalContainer/index.js +0 -2
- package/UI/NotificationModal/index.js +0 -2
- package/UI/Progress/index.js +0 -2
- package/UI/SignTransactionsModals/SignTransactionsModals.js +0 -2
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +0 -2
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +0 -2
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +0 -2
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +0 -2
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +0 -2
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +0 -2
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +0 -2
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +0 -2
- package/UI/SignTransactionsModals/components/index.js +0 -2
- package/UI/SignTransactionsModals/index.js +0 -2
- package/UI/TokenDetails/index.js +0 -2
- package/UI/TransactionDetails/TransactionDetails.js +0 -2
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +0 -2
- package/UI/TransactionDetails/components/index.js +0 -2
- package/UI/TransactionDetails/index.js +0 -2
- package/UI/TransactionInfo/TransactionInfo.js +0 -2
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +0 -2
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +0 -2
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +0 -2
- package/UI/TransactionInfo/components/DataDecode/index.js +0 -2
- package/UI/TransactionInfo/components/DataField/DataField.js +0 -2
- package/UI/TransactionInfo/components/DataField/index.js +0 -2
- package/UI/TransactionInfo/components/EventsList/EventsList.js +0 -2
- package/UI/TransactionInfo/components/EventsList/index.js +0 -2
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +0 -2
- package/UI/TransactionInfo/components/NonceMessage/index.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/components/index.js +0 -2
- package/UI/TransactionInfo/components/OperationsList/index.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +0 -2
- package/UI/TransactionInfo/components/ScResultsList/index.js +0 -2
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +0 -2
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionAction/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +0 -2
- package/UI/TransactionInfo/components/TransactionLogs/index.js +0 -2
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +0 -2
- package/UI/TransactionInfo/components/TransactionStatus/index.js +0 -2
- package/UI/TransactionInfo/components/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +0 -2
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +0 -2
- package/UI/TransactionInfo/index.js +0 -2
- package/UI/TransactionsTable/TransactionsTable.js +0 -2
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +0 -2
- package/UI/TransactionsTable/components/TransactionHash.js +0 -2
- package/UI/TransactionsTable/components/TransactionIcon.js +0 -2
- package/UI/TransactionsTable/components/TransactionReceiver.js +0 -2
- package/UI/TransactionsTable/components/TransactionRow.js +0 -2
- package/UI/TransactionsTable/components/TransactionSender.js +0 -2
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +0 -2
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +0 -2
- package/UI/TransactionsTable/components/TransactionValue/index.js +0 -2
- package/UI/TransactionsTable/components/index.js +0 -2
- package/UI/TransactionsTable/index.js +0 -2
- package/UI/TransactionsToastList/TransactionsToastList.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +0 -2
- package/UI/TransactionsToastList/components/CustomToast/index.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToast/index.js +0 -2
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +0 -2
- package/UI/TransactionsToastList/components/index.js +0 -2
- package/UI/TransactionsToastList/index.js +0 -2
- package/UI/extension/ExtensionLoginButton/index.js +0 -2
- package/UI/index.js +0 -2
- package/UI/ledger/LedgerLoginButton/index.js +0 -2
- package/UI/ledger/LedgerLoginContainer/AddressRow.js +0 -2
- package/UI/ledger/LedgerLoginContainer/AddressTable.js +0 -2
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +0 -2
- package/UI/ledger/LedgerLoginContainer/index.js +0 -2
- package/UI/ledger/index.js +0 -2
- package/UI/pages/UnlockPage/index.js +0 -2
- package/UI/pages/index.js +0 -2
- package/UI/walletConnect/WalletConnectLoginButton/index.js +0 -2
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +0 -2
- package/UI/walletConnect/index.js +0 -2
- package/UI/webWallet/WebWalletLoginButton/index.js +0 -2
- package/__chunks__/chunk-26QI5SIJ.js +0 -2
- package/__chunks__/chunk-2BUDQEWE.js +0 -2
- package/__chunks__/chunk-2IBLGO2A.js +0 -2
- package/__chunks__/chunk-2M4AKJPN.js +0 -2
- package/__chunks__/chunk-2NH2FQEH.js +0 -2
- package/__chunks__/chunk-2NV5YJWT.js +0 -2
- package/__chunks__/chunk-2OYAMC2Z.js +0 -2
- package/__chunks__/chunk-2Y6LPWGF.js +0 -2
- package/__chunks__/chunk-2YB4NPFQ.js +0 -2
- package/__chunks__/chunk-33ONNXNO.js +0 -2
- package/__chunks__/chunk-37FKTAKZ.js +0 -2
- package/__chunks__/chunk-3C5NB3VI.js +0 -2
- package/__chunks__/chunk-3JGCHKN2.js +0 -2
- package/__chunks__/chunk-3NPI7JA7.js +0 -2
- package/__chunks__/chunk-3UTO3IYR.js +0 -2
- package/__chunks__/chunk-3WWRIEF2.js +0 -2
- package/__chunks__/chunk-3ZG3MBAU.js +0 -2
- package/__chunks__/chunk-4DBTMUPJ.js +0 -2
- package/__chunks__/chunk-4L5GQQ5V.js +0 -2
- package/__chunks__/chunk-4VLJCJJM.js +0 -2
- package/__chunks__/chunk-4XBUGAEB.js +0 -3
- package/__chunks__/chunk-54MVJDAH.js +0 -2
- package/__chunks__/chunk-5DVEFQSB.js +0 -2
- package/__chunks__/chunk-5K7SVKSC.js +0 -2
- package/__chunks__/chunk-5KR2MVSX.js +0 -2
- package/__chunks__/chunk-5R3FZCYE.js +0 -2
- package/__chunks__/chunk-5STORMZC.js +0 -2
- package/__chunks__/chunk-5WMEJ3LG.js +0 -2
- package/__chunks__/chunk-6FEMGV3G.js +0 -2
- package/__chunks__/chunk-6H74GIU6.js +0 -2
- package/__chunks__/chunk-6JPAXTK6.js +0 -2
- package/__chunks__/chunk-6NRXAYB3.js +0 -2
- package/__chunks__/chunk-6SHBADXT.js +0 -2
- package/__chunks__/chunk-7CKJVDPG.js +0 -2
- package/__chunks__/chunk-7MWL77ZK.js +0 -2
- package/__chunks__/chunk-7NCGSE7V.js +0 -2
- package/__chunks__/chunk-7NFQGQ5Q.js +0 -2
- package/__chunks__/chunk-7PPUDZ2T.js +0 -2
- package/__chunks__/chunk-7UJ2QVNF.js +0 -2
- package/__chunks__/chunk-7WMZEP7Q.js +0 -2
- package/__chunks__/chunk-ABZ2IZO4.js +0 -2
- package/__chunks__/chunk-AEZVN3UO.js +0 -2
- package/__chunks__/chunk-AFUFEEUN.js +0 -2
- package/__chunks__/chunk-AGE76CJS.js +0 -2
- package/__chunks__/chunk-AHYWEF7B.js +0 -2
- package/__chunks__/chunk-ALWA4LTP.js +0 -6
- package/__chunks__/chunk-AQHHAZ3S.js +0 -2
- package/__chunks__/chunk-B25NAW7W.js +0 -2
- package/__chunks__/chunk-BFTBKNFG.js +0 -2
- package/__chunks__/chunk-BFU2QOK7.js +0 -2
- package/__chunks__/chunk-BGCOFQOB.js +0 -2
- package/__chunks__/chunk-BGFGNAC4.js +0 -2
- package/__chunks__/chunk-C5NUO4MM.js +0 -2
- package/__chunks__/chunk-CENV263I.js +0 -29
- package/__chunks__/chunk-CG7KGWWL.js +0 -2
- package/__chunks__/chunk-CGICAIB4.js +0 -2
- package/__chunks__/chunk-CKAD4F63.js +0 -2
- package/__chunks__/chunk-CKDAMVQL.js +0 -2
- package/__chunks__/chunk-D5HQSQ5Y.js +0 -2
- package/__chunks__/chunk-DD2JCDY2.js +0 -2
- package/__chunks__/chunk-DJ257IT6.js +0 -2
- package/__chunks__/chunk-DJHPFGX6.js +0 -2
- package/__chunks__/chunk-DLWIVAKD.js +0 -2
- package/__chunks__/chunk-DPHN7HVD.js +0 -2
- package/__chunks__/chunk-DUSZZPF5.js +0 -2
- package/__chunks__/chunk-DZ7DF3PB.js +0 -2
- package/__chunks__/chunk-EBAXDGL7.js +0 -2
- package/__chunks__/chunk-ED44NIUE.js +0 -2
- package/__chunks__/chunk-EFI4BH63.js +0 -2
- package/__chunks__/chunk-EHS4K6KJ.js +0 -2
- package/__chunks__/chunk-EUJ46VEZ.js +0 -2
- package/__chunks__/chunk-EVTUNKTW.js +0 -2
- package/__chunks__/chunk-EZP3TLKU.js +0 -2
- package/__chunks__/chunk-F2JINB56.js +0 -2
- package/__chunks__/chunk-F7ESS2A6.js +0 -2
- package/__chunks__/chunk-FBLFBPJI.js +0 -2
- package/__chunks__/chunk-FCUXC6CI.js +0 -2
- package/__chunks__/chunk-FD5HKRAX.js +0 -2
- package/__chunks__/chunk-FIN7KCFT.js +0 -2
- package/__chunks__/chunk-FYSR5U3I.js +0 -2
- package/__chunks__/chunk-GARX3UC3.js +0 -2
- package/__chunks__/chunk-GAZKVMFE.js +0 -2
- package/__chunks__/chunk-GCWTST6A.js +0 -2
- package/__chunks__/chunk-GFHZOO2D.js +0 -2
- package/__chunks__/chunk-GFY5ZUL6.js +0 -2
- package/__chunks__/chunk-GJ6TQ7XG.js +0 -2
- package/__chunks__/chunk-GKY5KA3F.js +0 -3
- package/__chunks__/chunk-H5SGYLT2.js +0 -2
- package/__chunks__/chunk-HFBCN33X.js +0 -2
- package/__chunks__/chunk-HNBKDGB4.js +0 -2
- package/__chunks__/chunk-HOMCNURE.js +0 -2
- package/__chunks__/chunk-HSLY632F.js +0 -2
- package/__chunks__/chunk-HTA6J7K7.js +0 -2
- package/__chunks__/chunk-HZVMBVZJ.js +0 -2
- package/__chunks__/chunk-I2OYSMHS.js +0 -2
- package/__chunks__/chunk-I5BVF6UR.js +0 -2
- package/__chunks__/chunk-IGNY6NRW.js +0 -2
- package/__chunks__/chunk-IHXP3ILK.js +0 -2
- package/__chunks__/chunk-J56ZMEK7.js +0 -2
- package/__chunks__/chunk-JBVENEHE.js +0 -2
- package/__chunks__/chunk-JIDGAQOT.js +0 -2
- package/__chunks__/chunk-JKIKLHKN.js +0 -2
- package/__chunks__/chunk-JR6VCWNL.js +0 -2
- package/__chunks__/chunk-JRWYH6C3.js +0 -2
- package/__chunks__/chunk-JVO3OTWJ.js +0 -2
- package/__chunks__/chunk-JYXQ7LOT.js +0 -2
- package/__chunks__/chunk-KBN5FUUU.js +0 -2
- package/__chunks__/chunk-KHO4IVX5.js +0 -2
- package/__chunks__/chunk-KIDD6MCM.js +0 -2
- package/__chunks__/chunk-KKHFB55C.js +0 -2
- package/__chunks__/chunk-KO6WAT63.js +0 -2
- package/__chunks__/chunk-KQAVVFT7.js +0 -2
- package/__chunks__/chunk-L3MGZIG6.js +0 -2
- package/__chunks__/chunk-LA7PNPJ6.js +0 -2
- package/__chunks__/chunk-LESGNI5A.js +0 -2
- package/__chunks__/chunk-LJUKWZBH.js +0 -2
- package/__chunks__/chunk-LL72H433.js +0 -2
- package/__chunks__/chunk-LLYSLML4.js +0 -2
- package/__chunks__/chunk-LNE2U5E7.js +0 -2
- package/__chunks__/chunk-LSEGAHMQ.js +0 -2
- package/__chunks__/chunk-LUOKYKOZ.js +0 -2
- package/__chunks__/chunk-M357HOML.js +0 -2
- package/__chunks__/chunk-M3FPP6T7.js +0 -2
- package/__chunks__/chunk-MJ2ISPU2.js +0 -2
- package/__chunks__/chunk-MMZKRMKR.js +0 -2
- package/__chunks__/chunk-MTRFJAV3.js +0 -2
- package/__chunks__/chunk-MXUG42SB.js +0 -2
- package/__chunks__/chunk-NP5FMYFI.js +0 -2
- package/__chunks__/chunk-NP7WBEQK.js +0 -2
- package/__chunks__/chunk-NRXK4FQF.js +0 -2
- package/__chunks__/chunk-NWJF7KGT.js +0 -2
- package/__chunks__/chunk-OIG4YF2R.js +0 -2
- package/__chunks__/chunk-P7BVVJX5.js +0 -2
- package/__chunks__/chunk-PC65DQCO.js +0 -2
- package/__chunks__/chunk-PEANG3NC.js +0 -2
- package/__chunks__/chunk-PNY4HLJR.js +0 -2
- package/__chunks__/chunk-PPQR6O44.js +0 -2
- package/__chunks__/chunk-PTBLBGQF.js +0 -2
- package/__chunks__/chunk-PVTRCISO.js +0 -2
- package/__chunks__/chunk-PWNNHBIM.js +0 -2
- package/__chunks__/chunk-PWSKY37E.js +0 -2
- package/__chunks__/chunk-Q3JOZ2CP.js +0 -2
- package/__chunks__/chunk-Q663T6WV.js +0 -2
- package/__chunks__/chunk-Q7HECF4Q.js +0 -2
- package/__chunks__/chunk-QD6GEHG4.js +0 -2
- package/__chunks__/chunk-QFLFTNJM.js +0 -2
- package/__chunks__/chunk-QWGX5US3.js +0 -2
- package/__chunks__/chunk-QZK7OOH3.js +0 -2
- package/__chunks__/chunk-R3FJRY2Z.js +0 -2
- package/__chunks__/chunk-R3K6XWCB.js +0 -2
- package/__chunks__/chunk-RJMVHSD5.js +0 -2
- package/__chunks__/chunk-RLFQERPJ.js +0 -2
- package/__chunks__/chunk-RM4DR5YH.js +0 -2
- package/__chunks__/chunk-RRF2ZJRY.js +0 -2
- package/__chunks__/chunk-RTJTVVFS.js +0 -2
- package/__chunks__/chunk-S5UJTCXN.js +0 -2
- package/__chunks__/chunk-SBXFKI4W.js +0 -2
- package/__chunks__/chunk-SCNZXL7L.js +0 -2
- package/__chunks__/chunk-SDDRSPEB.js +0 -2
- package/__chunks__/chunk-SHUPRDY6.js +0 -2
- package/__chunks__/chunk-SJJB4IAR.js +0 -2
- package/__chunks__/chunk-SOFXDHSN.js +0 -2
- package/__chunks__/chunk-T6N6SLAD.js +0 -2
- package/__chunks__/chunk-TEDBWAYV.js +0 -2
- package/__chunks__/chunk-TFYWCFKI.js +0 -2
- package/__chunks__/chunk-THI5XMU4.js +0 -2
- package/__chunks__/chunk-TIQYWG5H.js +0 -2
- package/__chunks__/chunk-TPYKAABN.js +0 -2
- package/__chunks__/chunk-TY3BD2GL.js +0 -2
- package/__chunks__/chunk-U2L6FONJ.js +0 -2
- package/__chunks__/chunk-UBEOQSIP.js +0 -2
- package/__chunks__/chunk-UBTVRU3E.js +0 -2
- package/__chunks__/chunk-UGJQJLC2.js +0 -2
- package/__chunks__/chunk-UJBZWEAJ.js +0 -2
- package/__chunks__/chunk-UOBE4FLX.js +0 -2
- package/__chunks__/chunk-URP3ZX5V.js +0 -2
- package/__chunks__/chunk-UZ7DPDMX.js +0 -2
- package/__chunks__/chunk-V4NH4KGH.js +0 -2
- package/__chunks__/chunk-VJIP6W32.js +0 -2
- package/__chunks__/chunk-VJW6DTZJ.js +0 -2
- package/__chunks__/chunk-VJYSHORZ.js +0 -2
- package/__chunks__/chunk-VKQHSYLK.js +0 -2
- package/__chunks__/chunk-VLNPGWC5.js +0 -2
- package/__chunks__/chunk-VMM6JAZG.js +0 -2
- package/__chunks__/chunk-VMMI6YPU.js +0 -2
- package/__chunks__/chunk-WAQ7MKEC.js +0 -2
- package/__chunks__/chunk-WZWIMOKV.js +0 -2
- package/__chunks__/chunk-X54MOIWZ.js +0 -2
- package/__chunks__/chunk-X66YBMS4.js +0 -2
- package/__chunks__/chunk-XFHTDU4F.js +0 -2
- package/__chunks__/chunk-XHDI2SKD.js +0 -2
- package/__chunks__/chunk-XKV723N6.js +0 -2
- package/__chunks__/chunk-XODRV4Q6.js +0 -2
- package/__chunks__/chunk-XTSTYNP6.js +0 -2
- package/__chunks__/chunk-YFGMHVY3.js +0 -2
- package/__chunks__/chunk-YNEWKYKQ.js +0 -2
- package/__chunks__/chunk-YZGKKPP5.js +0 -2
- package/__chunks__/chunk-Z7C2YERA.js +0 -2
- package/__chunks__/chunk-ZBOX22HU.js +0 -2
- package/__chunks__/chunk-ZFCLX5JU.js +0 -2
- package/__chunks__/chunk-ZFNBOBDY.js +0 -2
- package/__chunks__/chunk-ZG46K5FU.js +0 -2
- package/__chunks__/chunk-ZQ2QQO7X.js +0 -2
- package/__chunks__/chunk-ZUR56TCY.js +0 -2
- package/__chunks__/chunk-ZX4NKEPH.js +0 -2
- package/__commonjs/UI/DappModal/hooks/index.js +0 -9
- package/__commonjs/UI/DappModal/hooks/useDappModal.js +0 -9
- package/__commonjs/UI/DappModal/index.js +0 -2763
- package/__commonjs/UI/ModalContainer/ModalContainer.js +0 -2763
- package/__commonjs/UI/ModalContainer/index.js +0 -2763
- package/__commonjs/UI/NotificationModal/index.js +0 -2769
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +0 -3316
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +0 -2777
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +0 -2853
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +0 -2779
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +0 -2853
- package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +0 -2779
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +0 -3140
- package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +0 -3140
- package/__commonjs/UI/SignTransactionsModals/components/index.js +0 -3140
- package/__commonjs/UI/SignTransactionsModals/index.js +0 -3316
- package/__commonjs/UI/TransactionInfo/TransactionInfo.js +0 -3779
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +0 -2697
- package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +0 -2697
- package/__commonjs/UI/TransactionInfo/components/index.js +0 -3780
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +0 -2699
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +0 -2699
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +0 -3618
- package/__commonjs/UI/TransactionInfo/index.js +0 -3780
- package/__commonjs/UI/TransactionsTable/TransactionsTable.js +0 -2966
- package/__commonjs/UI/TransactionsTable/index.js +0 -2966
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +0 -3097
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +0 -2965
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +0 -80
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +0 -2965
- package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +0 -2965
- package/__commonjs/UI/TransactionsToastList/components/index.js +0 -3097
- package/__commonjs/UI/TransactionsToastList/index.js +0 -3097
- package/__commonjs/UI/index.js +0 -4181
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +0 -2809
- package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +0 -2697
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +0 -2783
- package/__commonjs/UI/ledger/index.js +0 -2809
- package/__commonjs/UI/pages/UnlockPage/index.js +0 -2856
- package/__commonjs/UI/pages/index.js +0 -2856
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +0 -2801
- package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +0 -2775
- package/__commonjs/UI/walletConnect/index.js +0 -2801
- package/__commonjs/__mocks__/index.js +0 -9
- package/__commonjs/__mocks__/utils/index.js +0 -9
- package/__commonjs/__mocks__/utils/renderWithProvider.js +0 -9
- package/__commonjs/components/LogoutListener/LogoutListener.js +0 -9
- package/__commonjs/components/LogoutListener/helpers/index.js +0 -9
- package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +0 -9
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +0 -9
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +0 -9
- package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +0 -9
- package/__commonjs/components/LogoutListener/index.js +0 -9
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +0 -9
- package/__commonjs/components/TransactionsTracker/index.js +0 -9
- package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +0 -9
- package/__commonjs/hooks/index.js +0 -9
- package/__commonjs/hooks/login/index.js +0 -9
- package/__commonjs/hooks/login/useLedgerLogin.js +0 -9
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +0 -9
- package/__commonjs/wrappers/DappProvider/index.js +0 -9
- package/__commonjs/wrappers/index.js +0 -9
- package/__mocks__/index.js +0 -2
- package/__mocks__/utils/index.js +0 -2
- package/__mocks__/utils/renderWithProvider.js +0 -2
- package/apiCalls/accounts/getAccountFromApi.js +0 -2
- package/apiCalls/accounts/index.js +0 -2
- package/apiCalls/configuration/getNetworkConfig.js +0 -2
- package/apiCalls/configuration/index.js +0 -2
- package/apiCalls/getScamAddressData.js +0 -2
- package/apiCalls/index.js +0 -2
- package/apiCalls/transactions/getTransactionsByHashes.js +0 -2
- package/apiCalls/transactions/index.js +0 -2
- package/apiCalls/transactions/sendSignedTransactions.js +0 -2
- package/apiCalls/utils/getCleanApiAddress.js +0 -2
- package/apiCalls/utils/index.js +0 -2
- package/components/LogoutListener/LogoutListener.js +0 -2
- package/components/LogoutListener/helpers/index.js +0 -2
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +0 -2
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +0 -2
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +0 -2
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +0 -2
- package/components/LogoutListener/index.js +0 -2
- package/components/ProviderInitializer.js +0 -2
- package/components/TransactionSender/TransactionSender.js +0 -2
- package/components/TransactionSender/index.js +0 -2
- package/components/TransactionStatusToast/FailedTransactionStatusToast.js +0 -2
- package/components/TransactionsTracker/TransactionTracker.js +0 -2
- package/components/TransactionsTracker/index.js +0 -2
- package/components/TransactionsTracker/useTransactionsTracker.js +0 -2
- package/hooks/account/index.js +0 -2
- package/hooks/account/useGetAccount.js +0 -2
- package/hooks/account/useGetAccountInfo.js +0 -2
- package/hooks/account/useGetIsLoggedIn.js +0 -2
- package/hooks/account/useGetLoginInfo.js +0 -2
- package/hooks/account/useGetWebsocketEvent.js +0 -2
- package/hooks/index.js +0 -2
- package/hooks/login/index.js +0 -2
- package/hooks/login/useExtensionLogin.js +0 -2
- package/hooks/login/useLedgerLogin.d.ts +0 -27
- package/hooks/login/useLedgerLogin.js +0 -2
- package/hooks/login/useLoginService.js +0 -2
- package/hooks/login/useWalletConnectLogin.js +0 -2
- package/hooks/login/useWalletConnectV2Login.js +0 -2
- package/hooks/login/useWebWalletLogin.js +0 -2
- package/hooks/signMessage/index.js +0 -2
- package/hooks/signMessage/useGetLastSignedMessageSession.js +0 -2
- package/hooks/signMessage/useGetSignMessageSession.js +0 -2
- package/hooks/signMessage/useGetSignedMessageStatus.js +0 -2
- package/hooks/signMessage/useSignMessage.js +0 -2
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +0 -2
- package/hooks/transactions/helpers/index.js +0 -2
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +0 -2
- package/hooks/transactions/helpers/useSetTransactionNonces.js +0 -2
- package/hooks/transactions/index.js +0 -2
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +0 -2
- package/hooks/transactions/useCheckTransactionStatus/index.js +0 -2
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +0 -2
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +0 -2
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +0 -2
- package/hooks/transactions/useGetActiveTransactionsStatus.js +0 -2
- package/hooks/transactions/useGetFailedTransactions.js +0 -2
- package/hooks/transactions/useGetPendingTransactions.js +0 -2
- package/hooks/transactions/useGetSignTransactionsError.js +0 -2
- package/hooks/transactions/useGetSignedTransactions.js +0 -2
- package/hooks/transactions/useGetSuccessfulTransactions.js +0 -2
- package/hooks/transactions/useGetTokenDetails.js +0 -2
- package/hooks/transactions/useGetTransactionDisplayInfo.js +0 -2
- package/hooks/transactions/useParseSignedTransactions.js +0 -2
- package/hooks/transactions/useSignTransactions.js +0 -2
- package/hooks/transactions/useSignTransactionsCommonData.js +0 -2
- package/hooks/transactions/useSignTransactionsWithDevice.js +0 -2
- package/hooks/transactions/useSignTransactionsWithLedger.js +0 -2
- package/hooks/transactions/useTrackTransactionStatus.js +0 -2
- package/hooks/useGetNetworkConfig.js +0 -2
- package/hooks/useGetNotification.js +0 -2
- package/hooks/userInterface/index.js +0 -2
- package/hooks/userInterface/useIsDappModalVisible.js +0 -2
- package/hooks/websocketListener/index.js +0 -2
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +0 -2
- package/hooks/websocketListener/useRegisterWebsocketListener.js +0 -2
- package/reduxStore/DappProviderContext.js +0 -2
- package/reduxStore/middlewares/loginSessionMiddleware.js +0 -2
- package/reduxStore/persistConfig.js +0 -2
- package/reduxStore/persistedRootReducer.js +0 -2
- package/reduxStore/reducers.js +0 -2
- package/reduxStore/rootReducer.js +0 -2
- package/reduxStore/selectors/accountInfoSelectors.js +0 -2
- package/reduxStore/selectors/index.js +0 -2
- package/reduxStore/selectors/loginInfoSelectors.js +0 -2
- package/reduxStore/selectors/transactionsInfoSelectors.js +0 -2
- package/reduxStore/selectors/transactionsSelectors.js +0 -2
- package/reduxStore/slices/accountInfoSlice.js +0 -2
- package/reduxStore/slices/index.js +0 -2
- package/reduxStore/slices/loginInfoSlice.js +0 -2
- package/reduxStore/store.js +0 -2
- package/services/index.js +0 -2
- package/services/transactions/clearTransactions.js +0 -2
- package/services/transactions/index.js +0 -2
- package/services/transactions/sendTransactions.js +0 -2
- package/services/transactions/signTransactions.js +0 -2
- package/services/transactions/transformAndSignTransactions.js +0 -2
- package/services/transactions/utils.js +0 -2
- package/storage/local.js +0 -2
- package/utils/account/getAccount.js +0 -2
- package/utils/account/getAccountBalance.js +0 -2
- package/utils/account/getAccountShard.js +0 -2
- package/utils/account/getAddress.js +0 -2
- package/utils/account/getLatestNonce.js +0 -2
- package/utils/account/index.js +0 -2
- package/utils/account/loginWithExternalProvider.js +0 -2
- package/utils/account/refreshAccount.js +0 -2
- package/utils/account/setNonce.js +0 -2
- package/utils/account/signMessage.js +0 -2
- package/utils/getIsLoggedIn.js +0 -2
- package/utils/index.js +0 -2
- package/utils/logout.js +0 -2
- package/utils/network/getChainID.js +0 -2
- package/utils/network/getEgldLabel.js +0 -2
- package/utils/network/getNetworkConfig.js +0 -2
- package/utils/network/index.js +0 -2
- package/utils/operations/denominate.js +0 -2
- package/utils/operations/formatAmount.js +0 -2
- package/utils/operations/index.js +0 -2
- package/utils/storage/index.js +0 -2
- package/utils/toasts/customToastsActions.js +0 -2
- package/utils/toasts/index.js +0 -2
- package/utils/transactions/getAllTransactionsLink.js +0 -2
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +0 -2
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +0 -2
- package/utils/transactions/getInterpretedTransaction/index.js +0 -2
- package/utils/transactions/getTransactionLink.js +0 -2
- package/utils/transactions/index.js +0 -2
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +0 -2
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +0 -2
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +0 -2
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +0 -2
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +0 -2
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +0 -2
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +0 -2
- package/utils/transactions/transactionInfoHelpers/index.js +0 -2
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +0 -2
- package/web/hooks/index.js +0 -2
- package/web/hooks/useIdleTimer.js +0 -2
- package/web/index.js +0 -2
- package/wrappers/AppInitializer.js +0 -2
- package/wrappers/AuthenticatedRoutesWrapper/index.js +0 -2
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +0 -2
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +0 -2
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +0 -2
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +0 -2
- package/wrappers/AxiosInterceptorContext/components/index.js +0 -2
- package/wrappers/AxiosInterceptorContext/index.js +0 -2
- package/wrappers/DappProvider/CustomComponents.js +0 -2
- package/wrappers/DappProvider/index.js +0 -2
- package/wrappers/index.js +0 -2
|
@@ -1,3618 +0,0 @@
|
|
|
1
|
-
"use strict";var t1=Object.create;var Yr=Object.defineProperty,r1=Object.defineProperties,a1=Object.getOwnPropertyDescriptor,i1=Object.getOwnPropertyDescriptors,s1=Object.getOwnPropertyNames,fi=Object.getOwnPropertySymbols,c1=Object.getPrototypeOf,Kc=Object.prototype.hasOwnProperty,h_=Object.prototype.propertyIsEnumerable;var g_=(n,t,a)=>t in n?Yr(n,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):n[t]=a,P=(n,t)=>{for(var a in t||(t={}))Kc.call(t,a)&&g_(n,a,t[a]);if(fi)for(var a of fi(t))h_.call(t,a)&&g_(n,a,t[a]);return n},V=(n,t)=>r1(n,i1(t));var tn=(n,t)=>{var a={};for(var c in n)Kc.call(n,c)&&t.indexOf(c)<0&&(a[c]=n[c]);if(n!=null&&fi)for(var c of fi(n))t.indexOf(c)<0&&h_.call(n,c)&&(a[c]=n[c]);return a};var z=(n,t)=>()=>(n&&(t=n(n=0)),t);var jr=(n,t)=>()=>(t||n((t={exports:{}}).exports,t),t.exports),pt=(n,t)=>{for(var a in t)Yr(n,a,{get:t[a],enumerable:!0})},y_=(n,t,a,c)=>{if(t&&typeof t=="object"||typeof t=="function")for(let _ of s1(t))!Kc.call(n,_)&&_!==a&&Yr(n,_,{get:()=>t[_],enumerable:!(c=a1(t,_))||c.enumerable});return n};var v=(n,t,a)=>(a=n!=null?t1(c1(n)):{},y_(t||!n||!n.__esModule?Yr(a,"default",{value:n,enumerable:!0}):a,n)),Jr=n=>y_(Yr({},"__esModule",{value:!0}),n);var J=(n,t,a)=>new Promise((c,_)=>{var g=I=>{try{A(a.next(I))}catch(D){_(D)}},h=I=>{try{A(a.throw(I))}catch(D){_(D)}},A=I=>I.done?c(I.value):Promise.resolve(I.value).then(g,h);A((a=a.apply(n,t)).next())});var b_=jr(gi=>{"use strict";i();gi.byteLength=m1;gi.toByteArray=d1;gi.fromByteArray=f1;var jn=[],Cn=[],p1=typeof Uint8Array!="undefined"?Uint8Array:Array,Xc="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(mt=0,x_=Xc.length;mt<x_;++mt)jn[mt]=Xc[mt],Cn[Xc.charCodeAt(mt)]=mt;var mt,x_;Cn["-".charCodeAt(0)]=62;Cn["_".charCodeAt(0)]=63;function T_(n){var t=n.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var a=n.indexOf("=");a===-1&&(a=t);var c=a===t?0:4-a%4;return[a,c]}function m1(n){var t=T_(n),a=t[0],c=t[1];return(a+c)*3/4-c}function l1(n,t,a){return(t+a)*3/4-a}function d1(n){var t,a=T_(n),c=a[0],_=a[1],g=new p1(l1(n,c,_)),h=0,A=_>0?c-4:c,I;for(I=0;I<A;I+=4)t=Cn[n.charCodeAt(I)]<<18|Cn[n.charCodeAt(I+1)]<<12|Cn[n.charCodeAt(I+2)]<<6|Cn[n.charCodeAt(I+3)],g[h++]=t>>16&255,g[h++]=t>>8&255,g[h++]=t&255;return _===2&&(t=Cn[n.charCodeAt(I)]<<2|Cn[n.charCodeAt(I+1)]>>4,g[h++]=t&255),_===1&&(t=Cn[n.charCodeAt(I)]<<10|Cn[n.charCodeAt(I+1)]<<4|Cn[n.charCodeAt(I+2)]>>2,g[h++]=t>>8&255,g[h++]=t&255),g}function _1(n){return jn[n>>18&63]+jn[n>>12&63]+jn[n>>6&63]+jn[n&63]}function u1(n,t,a){for(var c,_=[],g=t;g<a;g+=3)c=(n[g]<<16&16711680)+(n[g+1]<<8&65280)+(n[g+2]&255),_.push(_1(c));return _.join("")}function f1(n){for(var t,a=n.length,c=a%3,_=[],g=16383,h=0,A=a-c;h<A;h+=g)_.push(u1(n,h,h+g>A?A:h+g));return c===1?(t=n[a-1],_.push(jn[t>>2]+jn[t<<4&63]+"==")):c===2&&(t=(n[a-2]<<8)+n[a-1],_.push(jn[t>>10]+jn[t>>4&63]+jn[t<<2&63]+"=")),_.join("")}});var w_=jr(Zc=>{i();Zc.read=function(n,t,a,c,_){var g,h,A=_*8-c-1,I=(1<<A)-1,D=I>>1,F=-7,O=a?_-1:0,U=a?-1:1,te=n[t+O];for(O+=U,g=te&(1<<-F)-1,te>>=-F,F+=A;F>0;g=g*256+n[t+O],O+=U,F-=8);for(h=g&(1<<-F)-1,g>>=-F,F+=c;F>0;h=h*256+n[t+O],O+=U,F-=8);if(g===0)g=1-D;else{if(g===I)return h?NaN:(te?-1:1)*(1/0);h=h+Math.pow(2,c),g=g-D}return(te?-1:1)*h*Math.pow(2,g-c)};Zc.write=function(n,t,a,c,_,g){var h,A,I,D=g*8-_-1,F=(1<<D)-1,O=F>>1,U=_===23?Math.pow(2,-24)-Math.pow(2,-77):0,te=c?0:g-1,ie=c?1:-1,le=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(A=isNaN(t)?1:0,h=F):(h=Math.floor(Math.log(t)/Math.LN2),t*(I=Math.pow(2,-h))<1&&(h--,I*=2),h+O>=1?t+=U/I:t+=U*Math.pow(2,1-O),t*I>=2&&(h++,I/=2),h+O>=F?(A=0,h=F):h+O>=1?(A=(t*I-1)*Math.pow(2,_),h=h+O):(A=t*Math.pow(2,O-1)*Math.pow(2,_),h=0));_>=8;n[a+te]=A&255,te+=ie,A/=256,_-=8);for(h=h<<_|A,D+=_;D>0;n[a+te]=h&255,te+=ie,h/=256,D-=8);n[a+te-ie]|=le*128}});var F_=jr(Kt=>{"use strict";i();var Yc=b_(),qt=w_(),v_=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Kt.Buffer=L;Kt.SlowBuffer=b1;Kt.INSPECT_MAX_BYTES=50;var hi=2147483647;Kt.kMaxLength=hi;L.TYPED_ARRAY_SUPPORT=g1();!L.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 g1(){try{var n=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(n,t),n.foo()===42}catch(a){return!1}}Object.defineProperty(L.prototype,"parent",{enumerable:!0,get:function(){if(!!L.isBuffer(this))return this.buffer}});Object.defineProperty(L.prototype,"offset",{enumerable:!0,get:function(){if(!!L.isBuffer(this))return this.byteOffset}});function ho(n){if(n>hi)throw new RangeError('The value "'+n+'" is invalid for option "size"');var t=new Uint8Array(n);return Object.setPrototypeOf(t,L.prototype),t}function L(n,t,a){if(typeof n=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ep(n)}return I_(n,t,a)}L.poolSize=8192;function I_(n,t,a){if(typeof n=="string")return y1(n,t);if(ArrayBuffer.isView(n))return x1(n);if(n==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n);if(Jn(n,ArrayBuffer)||n&&Jn(n.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(Jn(n,SharedArrayBuffer)||n&&Jn(n.buffer,SharedArrayBuffer)))return Jc(n,t,a);if(typeof n=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var c=n.valueOf&&n.valueOf();if(c!=null&&c!==n)return L.from(c,t,a);var _=T1(n);if(_)return _;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof n[Symbol.toPrimitive]=="function")return L.from(n[Symbol.toPrimitive]("string"),t,a);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof n)}L.from=function(n,t,a){return I_(n,t,a)};Object.setPrototypeOf(L.prototype,Uint8Array.prototype);Object.setPrototypeOf(L,Uint8Array);function k_(n){if(typeof n!="number")throw new TypeError('"size" argument must be of type number');if(n<0)throw new RangeError('The value "'+n+'" is invalid for option "size"')}function h1(n,t,a){return k_(n),n<=0?ho(n):t!==void 0?typeof a=="string"?ho(n).fill(t,a):ho(n).fill(t):ho(n)}L.alloc=function(n,t,a){return h1(n,t,a)};function ep(n){return k_(n),ho(n<0?0:np(n)|0)}L.allocUnsafe=function(n){return ep(n)};L.allocUnsafeSlow=function(n){return ep(n)};function y1(n,t){if((typeof t!="string"||t==="")&&(t="utf8"),!L.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var a=L_(n,t)|0,c=ho(a),_=c.write(n,t);return _!==a&&(c=c.slice(0,_)),c}function jc(n){for(var t=n.length<0?0:np(n.length)|0,a=ho(t),c=0;c<t;c+=1)a[c]=n[c]&255;return a}function x1(n){if(Jn(n,Uint8Array)){var t=new Uint8Array(n);return Jc(t.buffer,t.byteOffset,t.byteLength)}return jc(n)}function Jc(n,t,a){if(t<0||n.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(n.byteLength<t+(a||0))throw new RangeError('"length" is outside of buffer bounds');var c;return t===void 0&&a===void 0?c=new Uint8Array(n):a===void 0?c=new Uint8Array(n,t):c=new Uint8Array(n,t,a),Object.setPrototypeOf(c,L.prototype),c}function T1(n){if(L.isBuffer(n)){var t=np(n.length)|0,a=ho(t);return a.length===0||n.copy(a,0,0,t),a}if(n.length!==void 0)return typeof n.length!="number"||op(n.length)?ho(0):jc(n);if(n.type==="Buffer"&&Array.isArray(n.data))return jc(n.data)}function np(n){if(n>=hi)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+hi.toString(16)+" bytes");return n|0}function b1(n){return+n!=n&&(n=0),L.alloc(+n)}L.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==L.prototype};L.compare=function(t,a){if(Jn(t,Uint8Array)&&(t=L.from(t,t.offset,t.byteLength)),Jn(a,Uint8Array)&&(a=L.from(a,a.offset,a.byteLength)),!L.isBuffer(t)||!L.isBuffer(a))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===a)return 0;for(var c=t.length,_=a.length,g=0,h=Math.min(c,_);g<h;++g)if(t[g]!==a[g]){c=t[g],_=a[g];break}return c<_?-1:_<c?1:0};L.isEncoding=function(t){switch(String(t).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}};L.concat=function(t,a){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return L.alloc(0);var c;if(a===void 0)for(a=0,c=0;c<t.length;++c)a+=t[c].length;var _=L.allocUnsafe(a),g=0;for(c=0;c<t.length;++c){var h=t[c];if(Jn(h,Uint8Array))g+h.length>_.length?L.from(h).copy(_,g):Uint8Array.prototype.set.call(_,h,g);else if(L.isBuffer(h))h.copy(_,g);else throw new TypeError('"list" argument must be an Array of Buffers');g+=h.length}return _};function L_(n,t){if(L.isBuffer(n))return n.length;if(ArrayBuffer.isView(n)||Jn(n,ArrayBuffer))return n.byteLength;if(typeof n!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof n);var a=n.length,c=arguments.length>2&&arguments[2]===!0;if(!c&&a===0)return 0;for(var _=!1;;)switch(t){case"ascii":case"latin1":case"binary":return a;case"utf8":case"utf-8":return Qc(n).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return a*2;case"hex":return a>>>1;case"base64":return M_(n).length;default:if(_)return c?-1:Qc(n).length;t=(""+t).toLowerCase(),_=!0}}L.byteLength=L_;function w1(n,t,a){var c=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((a===void 0||a>this.length)&&(a=this.length),a<=0)||(a>>>=0,t>>>=0,a<=t))return"";for(n||(n="utf8");;)switch(n){case"hex":return D1(this,t,a);case"utf8":case"utf-8":return C_(this,t,a);case"ascii":return C1(this,t,a);case"latin1":case"binary":return E1(this,t,a);case"base64":return L1(this,t,a);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return P1(this,t,a);default:if(c)throw new TypeError("Unknown encoding: "+n);n=(n+"").toLowerCase(),c=!0}}L.prototype._isBuffer=!0;function lt(n,t,a){var c=n[t];n[t]=n[a],n[a]=c}L.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var a=0;a<t;a+=2)lt(this,a,a+1);return this};L.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var a=0;a<t;a+=4)lt(this,a,a+3),lt(this,a+1,a+2);return this};L.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var a=0;a<t;a+=8)lt(this,a,a+7),lt(this,a+1,a+6),lt(this,a+2,a+5),lt(this,a+3,a+4);return this};L.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?C_(this,0,t):w1.apply(this,arguments)};L.prototype.toLocaleString=L.prototype.toString;L.prototype.equals=function(t){if(!L.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:L.compare(this,t)===0};L.prototype.inspect=function(){var t="",a=Kt.INSPECT_MAX_BYTES;return t=this.toString("hex",0,a).replace(/(.{2})/g,"$1 ").trim(),this.length>a&&(t+=" ... "),"<Buffer "+t+">"};v_&&(L.prototype[v_]=L.prototype.inspect);L.prototype.compare=function(t,a,c,_,g){if(Jn(t,Uint8Array)&&(t=L.from(t,t.offset,t.byteLength)),!L.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(a===void 0&&(a=0),c===void 0&&(c=t?t.length:0),_===void 0&&(_=0),g===void 0&&(g=this.length),a<0||c>t.length||_<0||g>this.length)throw new RangeError("out of range index");if(_>=g&&a>=c)return 0;if(_>=g)return-1;if(a>=c)return 1;if(a>>>=0,c>>>=0,_>>>=0,g>>>=0,this===t)return 0;for(var h=g-_,A=c-a,I=Math.min(h,A),D=this.slice(_,g),F=t.slice(a,c),O=0;O<I;++O)if(D[O]!==F[O]){h=D[O],A=F[O];break}return h<A?-1:A<h?1:0};function N_(n,t,a,c,_){if(n.length===0)return-1;if(typeof a=="string"?(c=a,a=0):a>2147483647?a=2147483647:a<-2147483648&&(a=-2147483648),a=+a,op(a)&&(a=_?0:n.length-1),a<0&&(a=n.length+a),a>=n.length){if(_)return-1;a=n.length-1}else if(a<0)if(_)a=0;else return-1;if(typeof t=="string"&&(t=L.from(t,c)),L.isBuffer(t))return t.length===0?-1:S_(n,t,a,c,_);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?_?Uint8Array.prototype.indexOf.call(n,t,a):Uint8Array.prototype.lastIndexOf.call(n,t,a):S_(n,[t],a,c,_);throw new TypeError("val must be string, number or Buffer")}function S_(n,t,a,c,_){var g=1,h=n.length,A=t.length;if(c!==void 0&&(c=String(c).toLowerCase(),c==="ucs2"||c==="ucs-2"||c==="utf16le"||c==="utf-16le")){if(n.length<2||t.length<2)return-1;g=2,h/=2,A/=2,a/=2}function I(te,ie){return g===1?te[ie]:te.readUInt16BE(ie*g)}var D;if(_){var F=-1;for(D=a;D<h;D++)if(I(n,D)===I(t,F===-1?0:D-F)){if(F===-1&&(F=D),D-F+1===A)return F*g}else F!==-1&&(D-=D-F),F=-1}else for(a+A>h&&(a=h-A),D=a;D>=0;D--){for(var O=!0,U=0;U<A;U++)if(I(n,D+U)!==I(t,U)){O=!1;break}if(O)return D}return-1}L.prototype.includes=function(t,a,c){return this.indexOf(t,a,c)!==-1};L.prototype.indexOf=function(t,a,c){return N_(this,t,a,c,!0)};L.prototype.lastIndexOf=function(t,a,c){return N_(this,t,a,c,!1)};function v1(n,t,a,c){a=Number(a)||0;var _=n.length-a;c?(c=Number(c),c>_&&(c=_)):c=_;var g=t.length;c>g/2&&(c=g/2);for(var h=0;h<c;++h){var A=parseInt(t.substr(h*2,2),16);if(op(A))return h;n[a+h]=A}return h}function S1(n,t,a,c){return yi(Qc(t,n.length-a),n,a,c)}function A1(n,t,a,c){return yi(O1(t),n,a,c)}function I1(n,t,a,c){return yi(M_(t),n,a,c)}function k1(n,t,a,c){return yi(R1(t,n.length-a),n,a,c)}L.prototype.write=function(t,a,c,_){if(a===void 0)_="utf8",c=this.length,a=0;else if(c===void 0&&typeof a=="string")_=a,c=this.length,a=0;else if(isFinite(a))a=a>>>0,isFinite(c)?(c=c>>>0,_===void 0&&(_="utf8")):(_=c,c=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var g=this.length-a;if((c===void 0||c>g)&&(c=g),t.length>0&&(c<0||a<0)||a>this.length)throw new RangeError("Attempt to write outside buffer bounds");_||(_="utf8");for(var h=!1;;)switch(_){case"hex":return v1(this,t,a,c);case"utf8":case"utf-8":return S1(this,t,a,c);case"ascii":case"latin1":case"binary":return A1(this,t,a,c);case"base64":return I1(this,t,a,c);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return k1(this,t,a,c);default:if(h)throw new TypeError("Unknown encoding: "+_);_=(""+_).toLowerCase(),h=!0}};L.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function L1(n,t,a){return t===0&&a===n.length?Yc.fromByteArray(n):Yc.fromByteArray(n.slice(t,a))}function C_(n,t,a){a=Math.min(n.length,a);for(var c=[],_=t;_<a;){var g=n[_],h=null,A=g>239?4:g>223?3:g>191?2:1;if(_+A<=a){var I,D,F,O;switch(A){case 1:g<128&&(h=g);break;case 2:I=n[_+1],(I&192)===128&&(O=(g&31)<<6|I&63,O>127&&(h=O));break;case 3:I=n[_+1],D=n[_+2],(I&192)===128&&(D&192)===128&&(O=(g&15)<<12|(I&63)<<6|D&63,O>2047&&(O<55296||O>57343)&&(h=O));break;case 4:I=n[_+1],D=n[_+2],F=n[_+3],(I&192)===128&&(D&192)===128&&(F&192)===128&&(O=(g&15)<<18|(I&63)<<12|(D&63)<<6|F&63,O>65535&&O<1114112&&(h=O))}}h===null?(h=65533,A=1):h>65535&&(h-=65536,c.push(h>>>10&1023|55296),h=56320|h&1023),c.push(h),_+=A}return N1(c)}var A_=4096;function N1(n){var t=n.length;if(t<=A_)return String.fromCharCode.apply(String,n);for(var a="",c=0;c<t;)a+=String.fromCharCode.apply(String,n.slice(c,c+=A_));return a}function C1(n,t,a){var c="";a=Math.min(n.length,a);for(var _=t;_<a;++_)c+=String.fromCharCode(n[_]&127);return c}function E1(n,t,a){var c="";a=Math.min(n.length,a);for(var _=t;_<a;++_)c+=String.fromCharCode(n[_]);return c}function D1(n,t,a){var c=n.length;(!t||t<0)&&(t=0),(!a||a<0||a>c)&&(a=c);for(var _="",g=t;g<a;++g)_+=B1[n[g]];return _}function P1(n,t,a){for(var c=n.slice(t,a),_="",g=0;g<c.length-1;g+=2)_+=String.fromCharCode(c[g]+c[g+1]*256);return _}L.prototype.slice=function(t,a){var c=this.length;t=~~t,a=a===void 0?c:~~a,t<0?(t+=c,t<0&&(t=0)):t>c&&(t=c),a<0?(a+=c,a<0&&(a=0)):a>c&&(a=c),a<t&&(a=t);var _=this.subarray(t,a);return Object.setPrototypeOf(_,L.prototype),_};function Fe(n,t,a){if(n%1!==0||n<0)throw new RangeError("offset is not uint");if(n+t>a)throw new RangeError("Trying to access beyond buffer length")}L.prototype.readUintLE=L.prototype.readUIntLE=function(t,a,c){t=t>>>0,a=a>>>0,c||Fe(t,a,this.length);for(var _=this[t],g=1,h=0;++h<a&&(g*=256);)_+=this[t+h]*g;return _};L.prototype.readUintBE=L.prototype.readUIntBE=function(t,a,c){t=t>>>0,a=a>>>0,c||Fe(t,a,this.length);for(var _=this[t+--a],g=1;a>0&&(g*=256);)_+=this[t+--a]*g;return _};L.prototype.readUint8=L.prototype.readUInt8=function(t,a){return t=t>>>0,a||Fe(t,1,this.length),this[t]};L.prototype.readUint16LE=L.prototype.readUInt16LE=function(t,a){return t=t>>>0,a||Fe(t,2,this.length),this[t]|this[t+1]<<8};L.prototype.readUint16BE=L.prototype.readUInt16BE=function(t,a){return t=t>>>0,a||Fe(t,2,this.length),this[t]<<8|this[t+1]};L.prototype.readUint32LE=L.prototype.readUInt32LE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};L.prototype.readUint32BE=L.prototype.readUInt32BE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};L.prototype.readIntLE=function(t,a,c){t=t>>>0,a=a>>>0,c||Fe(t,a,this.length);for(var _=this[t],g=1,h=0;++h<a&&(g*=256);)_+=this[t+h]*g;return g*=128,_>=g&&(_-=Math.pow(2,8*a)),_};L.prototype.readIntBE=function(t,a,c){t=t>>>0,a=a>>>0,c||Fe(t,a,this.length);for(var _=a,g=1,h=this[t+--_];_>0&&(g*=256);)h+=this[t+--_]*g;return g*=128,h>=g&&(h-=Math.pow(2,8*a)),h};L.prototype.readInt8=function(t,a){return t=t>>>0,a||Fe(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};L.prototype.readInt16LE=function(t,a){t=t>>>0,a||Fe(t,2,this.length);var c=this[t]|this[t+1]<<8;return c&32768?c|4294901760:c};L.prototype.readInt16BE=function(t,a){t=t>>>0,a||Fe(t,2,this.length);var c=this[t+1]|this[t]<<8;return c&32768?c|4294901760:c};L.prototype.readInt32LE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};L.prototype.readInt32BE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};L.prototype.readFloatLE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),qt.read(this,t,!0,23,4)};L.prototype.readFloatBE=function(t,a){return t=t>>>0,a||Fe(t,4,this.length),qt.read(this,t,!1,23,4)};L.prototype.readDoubleLE=function(t,a){return t=t>>>0,a||Fe(t,8,this.length),qt.read(this,t,!0,52,8)};L.prototype.readDoubleBE=function(t,a){return t=t>>>0,a||Fe(t,8,this.length),qt.read(this,t,!1,52,8)};function rn(n,t,a,c,_,g){if(!L.isBuffer(n))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>_||t<g)throw new RangeError('"value" argument is out of bounds');if(a+c>n.length)throw new RangeError("Index out of range")}L.prototype.writeUintLE=L.prototype.writeUIntLE=function(t,a,c,_){if(t=+t,a=a>>>0,c=c>>>0,!_){var g=Math.pow(2,8*c)-1;rn(this,t,a,c,g,0)}var h=1,A=0;for(this[a]=t&255;++A<c&&(h*=256);)this[a+A]=t/h&255;return a+c};L.prototype.writeUintBE=L.prototype.writeUIntBE=function(t,a,c,_){if(t=+t,a=a>>>0,c=c>>>0,!_){var g=Math.pow(2,8*c)-1;rn(this,t,a,c,g,0)}var h=c-1,A=1;for(this[a+h]=t&255;--h>=0&&(A*=256);)this[a+h]=t/A&255;return a+c};L.prototype.writeUint8=L.prototype.writeUInt8=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,1,255,0),this[a]=t&255,a+1};L.prototype.writeUint16LE=L.prototype.writeUInt16LE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,2,65535,0),this[a]=t&255,this[a+1]=t>>>8,a+2};L.prototype.writeUint16BE=L.prototype.writeUInt16BE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,2,65535,0),this[a]=t>>>8,this[a+1]=t&255,a+2};L.prototype.writeUint32LE=L.prototype.writeUInt32LE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,4,4294967295,0),this[a+3]=t>>>24,this[a+2]=t>>>16,this[a+1]=t>>>8,this[a]=t&255,a+4};L.prototype.writeUint32BE=L.prototype.writeUInt32BE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,4,4294967295,0),this[a]=t>>>24,this[a+1]=t>>>16,this[a+2]=t>>>8,this[a+3]=t&255,a+4};L.prototype.writeIntLE=function(t,a,c,_){if(t=+t,a=a>>>0,!_){var g=Math.pow(2,8*c-1);rn(this,t,a,c,g-1,-g)}var h=0,A=1,I=0;for(this[a]=t&255;++h<c&&(A*=256);)t<0&&I===0&&this[a+h-1]!==0&&(I=1),this[a+h]=(t/A>>0)-I&255;return a+c};L.prototype.writeIntBE=function(t,a,c,_){if(t=+t,a=a>>>0,!_){var g=Math.pow(2,8*c-1);rn(this,t,a,c,g-1,-g)}var h=c-1,A=1,I=0;for(this[a+h]=t&255;--h>=0&&(A*=256);)t<0&&I===0&&this[a+h+1]!==0&&(I=1),this[a+h]=(t/A>>0)-I&255;return a+c};L.prototype.writeInt8=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,1,127,-128),t<0&&(t=255+t+1),this[a]=t&255,a+1};L.prototype.writeInt16LE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,2,32767,-32768),this[a]=t&255,this[a+1]=t>>>8,a+2};L.prototype.writeInt16BE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,2,32767,-32768),this[a]=t>>>8,this[a+1]=t&255,a+2};L.prototype.writeInt32LE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,4,2147483647,-2147483648),this[a]=t&255,this[a+1]=t>>>8,this[a+2]=t>>>16,this[a+3]=t>>>24,a+4};L.prototype.writeInt32BE=function(t,a,c){return t=+t,a=a>>>0,c||rn(this,t,a,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[a]=t>>>24,this[a+1]=t>>>16,this[a+2]=t>>>8,this[a+3]=t&255,a+4};function E_(n,t,a,c,_,g){if(a+c>n.length)throw new RangeError("Index out of range");if(a<0)throw new RangeError("Index out of range")}function D_(n,t,a,c,_){return t=+t,a=a>>>0,_||E_(n,t,a,4,34028234663852886e22,-34028234663852886e22),qt.write(n,t,a,c,23,4),a+4}L.prototype.writeFloatLE=function(t,a,c){return D_(this,t,a,!0,c)};L.prototype.writeFloatBE=function(t,a,c){return D_(this,t,a,!1,c)};function P_(n,t,a,c,_){return t=+t,a=a>>>0,_||E_(n,t,a,8,17976931348623157e292,-17976931348623157e292),qt.write(n,t,a,c,52,8),a+8}L.prototype.writeDoubleLE=function(t,a,c){return P_(this,t,a,!0,c)};L.prototype.writeDoubleBE=function(t,a,c){return P_(this,t,a,!1,c)};L.prototype.copy=function(t,a,c,_){if(!L.isBuffer(t))throw new TypeError("argument should be a Buffer");if(c||(c=0),!_&&_!==0&&(_=this.length),a>=t.length&&(a=t.length),a||(a=0),_>0&&_<c&&(_=c),_===c||t.length===0||this.length===0)return 0;if(a<0)throw new RangeError("targetStart out of bounds");if(c<0||c>=this.length)throw new RangeError("Index out of range");if(_<0)throw new RangeError("sourceEnd out of bounds");_>this.length&&(_=this.length),t.length-a<_-c&&(_=t.length-a+c);var g=_-c;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(a,c,_):Uint8Array.prototype.set.call(t,this.subarray(c,_),a),g};L.prototype.fill=function(t,a,c,_){if(typeof t=="string"){if(typeof a=="string"?(_=a,a=0,c=this.length):typeof c=="string"&&(_=c,c=this.length),_!==void 0&&typeof _!="string")throw new TypeError("encoding must be a string");if(typeof _=="string"&&!L.isEncoding(_))throw new TypeError("Unknown encoding: "+_);if(t.length===1){var g=t.charCodeAt(0);(_==="utf8"&&g<128||_==="latin1")&&(t=g)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(a<0||this.length<a||this.length<c)throw new RangeError("Out of range index");if(c<=a)return this;a=a>>>0,c=c===void 0?this.length:c>>>0,t||(t=0);var h;if(typeof t=="number")for(h=a;h<c;++h)this[h]=t;else{var A=L.isBuffer(t)?t:L.from(t,_),I=A.length;if(I===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(h=0;h<c-a;++h)this[h+a]=A[h%I]}return this};var M1=/[^+/0-9A-Za-z-_]/g;function F1(n){if(n=n.split("=")[0],n=n.trim().replace(M1,""),n.length<2)return"";for(;n.length%4!==0;)n=n+"=";return n}function Qc(n,t){t=t||1/0;for(var a,c=n.length,_=null,g=[],h=0;h<c;++h){if(a=n.charCodeAt(h),a>55295&&a<57344){if(!_){if(a>56319){(t-=3)>-1&&g.push(239,191,189);continue}else if(h+1===c){(t-=3)>-1&&g.push(239,191,189);continue}_=a;continue}if(a<56320){(t-=3)>-1&&g.push(239,191,189),_=a;continue}a=(_-55296<<10|a-56320)+65536}else _&&(t-=3)>-1&&g.push(239,191,189);if(_=null,a<128){if((t-=1)<0)break;g.push(a)}else if(a<2048){if((t-=2)<0)break;g.push(a>>6|192,a&63|128)}else if(a<65536){if((t-=3)<0)break;g.push(a>>12|224,a>>6&63|128,a&63|128)}else if(a<1114112){if((t-=4)<0)break;g.push(a>>18|240,a>>12&63|128,a>>6&63|128,a&63|128)}else throw new Error("Invalid code point")}return g}function O1(n){for(var t=[],a=0;a<n.length;++a)t.push(n.charCodeAt(a)&255);return t}function R1(n,t){for(var a,c,_,g=[],h=0;h<n.length&&!((t-=2)<0);++h)a=n.charCodeAt(h),c=a>>8,_=a%256,g.push(_),g.push(c);return g}function M_(n){return Yc.toByteArray(F1(n))}function yi(n,t,a,c){for(var _=0;_<c&&!(_+a>=t.length||_>=n.length);++_)t[_+a]=n[_];return _}function Jn(n,t){return n instanceof t||n!=null&&n.constructor!=null&&n.constructor.name!=null&&n.constructor.name===t.name}function op(n){return n!==n}var B1=function(){for(var n="0123456789abcdef",t=new Array(256),a=0;a<16;++a)for(var c=a*16,_=0;_<16;++_)t[c+_]=n[a]+n[_];return t}()});var U_=jr((RN,W_)=>{i();var Ae=W_.exports={},Qn,eo;function tp(){throw new Error("setTimeout has not been defined")}function rp(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Qn=setTimeout:Qn=tp}catch(n){Qn=tp}try{typeof clearTimeout=="function"?eo=clearTimeout:eo=rp}catch(n){eo=rp}})();function O_(n){if(Qn===setTimeout)return setTimeout(n,0);if((Qn===tp||!Qn)&&setTimeout)return Qn=setTimeout,setTimeout(n,0);try{return Qn(n,0)}catch(t){try{return Qn.call(null,n,0)}catch(a){return Qn.call(this,n,0)}}}function W1(n){if(eo===clearTimeout)return clearTimeout(n);if((eo===rp||!eo)&&clearTimeout)return eo=clearTimeout,clearTimeout(n);try{return eo(n)}catch(t){try{return eo.call(null,n)}catch(a){return eo.call(this,n)}}}var yo=[],Xt=!1,dt,xi=-1;function U1(){!Xt||!dt||(Xt=!1,dt.length?yo=dt.concat(yo):xi=-1,yo.length&&R_())}function R_(){if(!Xt){var n=O_(U1);Xt=!0;for(var t=yo.length;t;){for(dt=yo,yo=[];++xi<t;)dt&&dt[xi].run();xi=-1,t=yo.length}dt=null,Xt=!1,W1(n)}}Ae.nextTick=function(n){var t=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)t[a-1]=arguments[a];yo.push(new B_(n,t)),yo.length===1&&!Xt&&O_(R_)};function B_(n,t){this.fun=n,this.array=t}B_.prototype.run=function(){this.fun.apply(null,this.array)};Ae.title="browser";Ae.browser=!0;Ae.env={};Ae.argv=[];Ae.version="";Ae.versions={};function xo(){}Ae.on=xo;Ae.addListener=xo;Ae.once=xo;Ae.off=xo;Ae.removeListener=xo;Ae.removeAllListeners=xo;Ae.emit=xo;Ae.prependListener=xo;Ae.prependOnceListener=xo;Ae.listeners=function(n){return[]};Ae.binding=function(n){throw new Error("process.binding is not supported")};Ae.cwd=function(){return"/"};Ae.chdir=function(n){throw new Error("process.chdir is not supported")};Ae.umask=function(){return 0}});var p,l,H1,m,i=z(()=>{p=v(F_()),l=v(U_()),H1=function(n){function t(){var c=this||self;return delete n.prototype.__magic__,c}if(typeof globalThis=="object")return globalThis;if(this)return t();n.defineProperty(n.prototype,"__magic__",{configurable:!0,get:t});var a=__magic__;return a}(Object),m=H1});var Yt=z(()=>{"use strict";i()});var z_=z(()=>{"use strict";i()});var q_=z(()=>{"use strict";i()});var K_=z(()=>{"use strict";i()});var we=z(()=>{"use strict";i()});var X_=z(()=>{"use strict";i()});var Z_=z(()=>{"use strict";i()});var Qr,Hn,xe=z(()=>{"use strict";i();Qr=(c=>(c.nft="nft",c.esdt="esdt",c.egld="egld",c))(Qr||{}),Hn=(_=>(_.raw="raw",_.text="text",_.decimal="decimal",_.smart="smart",_))(Hn||{})});var Y_=z(()=>{"use strict";i()});var j_=z(()=>{"use strict";i()});var Ge=z(()=>{"use strict";i();z_();q_();K_();we();X_();Z_();xe();Y_();j_()});var sp,J_,b2,Q_,w2,eu,nu,v2,S2,ou=z(()=>{"use strict";i();Ge();sp={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:"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://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:J_,egldLabel:b2}=sp["devnet"],{chainId:Q_,egldLabel:w2}=sp["testnet"],{chainId:eu,egldLabel:nu}=sp["mainnet"],v2={["devnet"]:J_,["testnet"]:Q_,["mainnet"]:eu},S2={[J_]:"devnet",[Q_]:"testnet",[eu]:"mainnet"}});var cp=z(()=>{"use strict";i()});var tu=z(()=>{"use strict";i()});var Si,pp=z(()=>{"use strict";i();Si="transaction-status-toast-id"});var ea,Ai,$e,_t,ru,mp,au,Ii,iu,su,he,Gn,j=z(()=>{"use strict";i();Yt();ou();cp();tu();pp();ea=5e4,Ai=1e9,$e=18,_t=4,ru=1,mp=4294967295,au=4294967280,Ii="logout",iu="login",su="refundedGas",he="N/A",Gn="0"});var aa,Ri=z(()=>{"use strict";i();aa=()=>Date.now()/1e3});var Zu=z(()=>{"use strict";i()});var Yu=z(()=>{"use strict";i()});var vp=z(()=>{"use strict";i();Ri();Zu();Yu()});var Ap={};pt(Ap,{getItem:()=>gA,localStorageKeys:()=>Xo,removeItem:()=>hA,setItem:()=>fA});var Xo,Sp,fA,gA,hA,or=z(()=>{"use strict";i();vp();Xo={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Sp=typeof localStorage!="undefined",fA=({key:n,data:t,expires:a})=>{!Sp||localStorage.setItem(String(n),JSON.stringify({expires:a,data:t}))},gA=n=>{if(!Sp)return;let t=localStorage.getItem(String(n));if(!t)return null;let a=JSON.parse(t);return!a||!a.hasOwnProperty("expires")||!a.hasOwnProperty("data")?null:aa()>=a.expires?(localStorage.removeItem(String(n)),null):a.data},hA=n=>{!Sp||localStorage.removeItem(String(n))}});var Ip={};pt(Ip,{clear:()=>ef,getItem:()=>Ju,removeItem:()=>Qu,setItem:()=>ju,storage:()=>yA});var ju,Ju,Qu,ef,yA,nf=z(()=>{"use strict";i();ju=({key:n,data:t,expires:a})=>{sessionStorage.setItem(String(n),JSON.stringify({expires:a,data:t}))},Ju=n=>{let t=sessionStorage.getItem(String(n));if(!t)return null;let a=JSON.parse(t);return!a||!a.hasOwnProperty("expires")||!a.hasOwnProperty("data")?null:Date.now()>=a.expires?(sessionStorage.removeItem(String(n)),null):a.data},Qu=n=>sessionStorage.removeItem(String(n)),ef=()=>sessionStorage.clear(),yA={setItem:ju,getItem:Ju,removeItem:Qu,clear:ef}});var ht,tr=z(()=>{"use strict";i();or();nf();ht={session:Ip,local:Ap}});var kp,Re,Ao,Ze=z(()=>{"use strict";i();kp=require("@reduxjs/toolkit");j();Re=(0,kp.createAction)(Ii),Ao=(0,kp.createAction)(iu,n=>({payload:n}))});var Np,of,tf,Bi,Lp,rf,Cp,AD,Ep,ID,xA,TA,kD,LD,ND,bA,af,Dp=z(()=>{"use strict";i();Np=require("@multiversx/sdk-core"),of=require("@reduxjs/toolkit"),tf=require("redux-persist");j();tr();or();Ze();Bi={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:Gn},Lp={address:"",websocketEvent:null,accounts:{"":Bi},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},rf=(0,of.createSlice)({name:"accountInfoSlice",initialState:Lp,reducers:{setAddress:(n,t)=>{let a=t.payload;n.address=a,n.publicKey=new Np.Address(a).hex()},setAccount:(n,t)=>{let a=n.address===t.payload.address;n.accounts={[n.address]:a?t.payload:Bi},n.shard=t.payload.shard,n.isAccountLoading=!1,n.accountLoadingError=null},setAccountNonce:(n,t)=>{let{address:a}=n;n.accounts[a].nonce=t.payload},setAccountShard:(n,t)=>{n.shard=t.payload},setLedgerAccount:(n,t)=>{n.ledgerAccount=t.payload},updateLedgerAccount:(n,t)=>{n.ledgerAccount!=null&&(n.ledgerAccount.index=t.payload.index,n.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(n,t)=>{n.walletConnectAccount=t.payload},setIsAccountLoading:(n,t)=>{n.isAccountLoading=t.payload,n.accountLoadingError=null},setAccountLoadingError:(n,t)=>{n.accountLoadingError=t.payload,n.isAccountLoading=!1},setWebsocketEvent:(n,t)=>{n.websocketEvent={timestamp:Date.now(),message:t.payload}}},extraReducers:n=>{n.addCase(Re,()=>(ht.local.removeItem(Xo.loginExpiresAt),Lp)),n.addCase(Ao,(t,a)=>{let{address:c}=a.payload;t.address=c,t.publicKey=new Np.Address(c).hex()}),n.addCase(tf.REHYDRATE,(t,a)=>{var D;if(!((D=a.payload)!=null&&D.account))return;let{account:c}=a.payload,{address:_,shard:g,accounts:h,publicKey:A}=c;t.address=_,t.shard=g;let I=h&&_ in h;t.accounts=I?h:Lp.accounts,t.publicKey=A})}}),{setAccount:Cp,setAddress:AD,setAccountNonce:Ep,setAccountShard:ID,setLedgerAccount:xA,updateLedgerAccount:TA,setWalletConnectAccount:kD,setIsAccountLoading:LD,setAccountLoadingError:ND,setWebsocketEvent:bA}=rf.actions,af=rf.reducer});function ia(){return new Date().setHours(new Date().getHours()+24)}function sa(n){ht.local.setItem({key:Xo.loginExpiresAt,data:n,expires:n})}var Pp=z(()=>{"use strict";i();tr();or()});var cf,sf,pf,WD,mf,wA,vA,UD,SA,lf,HD,df,Mp=z(()=>{"use strict";i();cf=require("@reduxjs/toolkit");Pp();we();Ze();sf={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,isLoginSessionInvalid:!1},pf=(0,cf.createSlice)({name:"loginInfoSlice",initialState:sf,reducers:{setLoginMethod:(n,t)=>{n.loginMethod=t.payload},setTokenLogin:(n,t)=>{n.tokenLogin=t.payload},setTokenLoginSignature:(n,t)=>{(n==null?void 0:n.tokenLogin)!=null&&(n.tokenLogin.signature=t.payload)},setWalletLogin:(n,t)=>{n.walletLogin=t.payload},setWalletConnectLogin:(n,t)=>{n.walletConnectLogin=t.payload},setLedgerLogin:(n,t)=>{n.ledgerLogin=t.payload},invalidateLoginSession:n=>{n.isLoginSessionInvalid=!0},setLogoutRoute:(n,t)=>{n.logoutRoute=t.payload}},extraReducers:n=>{n.addCase(Re,()=>sf),n.addCase(Ao,(t,a)=>{t.loginMethod=a.payload.loginMethod,sa(ia())})}}),{setLoginMethod:WD,setWalletConnectLogin:mf,setLedgerLogin:wA,setTokenLogin:vA,setTokenLoginSignature:UD,setWalletLogin:SA,invalidateLoginSession:lf,setLogoutRoute:HD}=pf.actions,df=pf.reducer});var uf,_f,ff,zD,AA,qD,IA,gf,Fp=z(()=>{"use strict";i();uf=require("@reduxjs/toolkit");Ze();_f={},ff=(0,uf.createSlice)({name:"modalsSlice",initialState:_f,reducers:{setTxSubmittedModal:(n,t)=>{n.txSubmittedModal=t.payload},setNotificationModal:(n,t)=>{n.notificationModal=t.payload},clearTxSubmittedModal:n=>{n.txSubmittedModal=void 0},clearNotificationModal:n=>{n.notificationModal=void 0}},extraReducers:n=>{n.addCase(Re,()=>_f)}}),{setTxSubmittedModal:zD,setNotificationModal:AA,clearTxSubmittedModal:qD,clearNotificationModal:IA}=ff.actions,gf=ff.reducer});var ca=z(()=>{"use strict";i()});var yf=z(()=>{"use strict";i();ca()});function Op(n){return n[Math.floor(Math.random()*n.length)]}var xf=z(()=>{"use strict";i()});var Rp=z(()=>{"use strict";i();cp()});var rr=z(()=>{"use strict";i();yf();xf();Rp()});var Tf,bf,Bp,kA,wf,sP,cP,vf,Wp=z(()=>{"use strict";i();Tf=require("@reduxjs/toolkit"),bf=v(require("lodash.omit"));rr();Bp={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},kA={network:Bp,chainID:"-1"},wf=(0,Tf.createSlice)({name:"appConfig",initialState:kA,reducers:{initializeNetworkConfig:(n,t)=>{let a=Op(t.payload.walletConnectBridgeAddresses),c=Op(t.payload.walletConnectV2RelayAddresses),_=(0,bf.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");n.network=V(P(P({},n.network),_),{walletConnectBridgeAddress:a,walletConnectV2RelayAddress:c})},setChainID:(n,t)=>{n.chainID=t.payload}}}),{initializeNetworkConfig:sP,setChainID:cP}=wf.actions,vf=wf.reducer});var Sf,Up,Af,uP,fP,gP,Wi,Ui=z(()=>{"use strict";i();Sf=require("@reduxjs/toolkit");Ge();Ze();Up={isSigning:!1,signedSessions:{}},Af=(0,Sf.createSlice)({name:"signedMessageInfoSliceState",initialState:Up,reducers:{setSignSession:(n,t)=>{let{sessionId:a,signedSession:c,errorMessage:_}=t.payload;return V(P({},n),{errorMessage:_!=null?_:n.errorMessage,isSigning:c.status==="pending",signedSessions:V(P({},n.signedSessions),{[a]:c})})},setSignSessionState:(n,t)=>P(P({},n),t.payload),clearSignedMessageInfo:()=>Up},extraReducers:n=>{n.addCase(Re,()=>Up)}}),{setSignSession:uP,clearSignedMessageInfo:fP,setSignSessionState:gP}=Af.actions,Wi=Af.reducer});var kf,Lf,If,Nf,LA,Hp,SP,AP,IP,kP,Hi,Gi=z(()=>{"use strict";i();kf=require("@reduxjs/toolkit"),Lf=require("redux-persist");pp();Ge();Ri();Ze();If={customToasts:[],transactionToasts:[],failTransactionToast:null},Nf=(0,kf.createSlice)({name:"toastsSlice",initialState:If,reducers:{addCustomToast:(n,t)=>{n.customToasts.push(V(P({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${n.customToasts.length+1}`}))},removeCustomToast:(n,t)=>{n.customToasts=n.customToasts.filter(a=>a.toastId!==t.payload)},addTransactionToast:(n,t)=>{n.transactionToasts.push({type:"transaction",startTimestamp:aa(),toastId:t.payload||`custom-toast-${n.transactionToasts.length+1}`})},removeTransactionToast:(n,t)=>{n.transactionToasts=n.transactionToasts.filter(a=>a.toastId!==t.payload)},addFailTransactionToast:(n,t)=>{n.failTransactionToast=V(P({},t.payload),{toastId:Si})},removeFailTransactionToast:n=>{n.failTransactionToast=null}},extraReducers:n=>{n.addCase(Re,()=>If),n.addCase(Lf.REHYDRATE,(t,a)=>{var _,g;let c=(g=(_=a.customToasts)==null?void 0:_.filter(h=>!("component"in h)))!=null?g:[];t.customToasts=c})}}),{addCustomToast:LA,removeCustomToast:Hp,addTransactionToast:SP,removeTransactionToast:AP,addFailTransactionToast:IP,removeFailTransactionToast:kP}=Nf.actions,Hi=Nf.reducer});var Cf,$p,Vp,zp,NA,Gp,Ef,EP,CA,qp,$i,Vi=z(()=>{"use strict";i();Cf=require("@reduxjs/toolkit");Ze();$p="Transaction failed",Vp="Transaction successful",zp="Processing transaction",NA="Transaction submitted",Gp={},Ef=(0,Cf.createSlice)({name:"transactionsInfo",initialState:Gp,reducers:{setTransactionsDisplayInfo(n,t){let{sessionId:a,transactionsDisplayInfo:c}=t.payload;a!=null&&(n[a]={errorMessage:(c==null?void 0:c.errorMessage)||$p,successMessage:(c==null?void 0:c.successMessage)||Vp,processingMessage:(c==null?void 0:c.processingMessage)||zp,submittedMessage:(c==null?void 0:c.submittedMessage)||NA,transactionDuration:c==null?void 0:c.transactionDuration})},clearTransactionsInfoForSessionId(n,t){t.payload!=null&&delete n[t.payload]},clearTransactionsInfo:()=>Gp},extraReducers:n=>{n.addCase(Re,()=>Gp)}}),{clearTransactionsInfo:EP,setTransactionsDisplayInfo:CA,clearTransactionsInfoForSessionId:qp}=Ef.actions,$i=Ef.reducer});function ar(n){return n!=null&&(BA(n)||GA(n))}function ir(n){return n!=null&&(WA(n)||$A(n))}function sr(n){return n!=null&&(UA(n)||VA(n))}function Kp(n){return n!=null&&HA(n)}function BA(n){return n!=null&&EA.includes(n)}function WA(n){return n!=null&&DA.includes(n)}function UA(n){return n!=null&&PA.includes(n)}function HA(n){return n!=null&&MA.includes(n)}function GA(n){return n!=null&&FA.includes(n)}function $A(n){return n!=null&&OA.includes(n)}function VA(n){return n!=null&&RA.includes(n)}var EA,DA,PA,MA,FA,OA,RA,cr=z(()=>{"use strict";i();we();EA=["sent"],DA=["success"],PA=["fail","cancelled","timedOut"],MA=["timedOut"],FA=["pending"],OA=["success"],RA=["fail","invalid"]});var Df,Pf,pa,zA,Mf,Ff,Of,qA,zi,KA,XA,UP,ZA,qi,Xp,Ki,Xi=z(()=>{"use strict";i();Df=require("@reduxjs/toolkit"),Pf=require("redux-persist");we();cr();Ze();pa={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},zA={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Mf=(0,Df.createSlice)({name:"transactionsSlice",initialState:pa,reducers:{moveTransactionsToSignedState:(n,t)=>{var I,D;let{sessionId:a,transactions:c,errorMessage:_,status:g,redirectRoute:h}=t.payload,A=((I=n.customTransactionInformationForSessionId)==null?void 0:I[a])||zA;n.signedTransactions[a]={transactions:c,status:g,errorMessage:_,redirectRoute:h,customTransactionInformation:A},((D=n==null?void 0:n.transactionsToSign)==null?void 0:D.sessionId)===a&&(n.transactionsToSign=pa.transactionsToSign)},clearSignedTransaction:(n,t)=>{n.signedTransactions[t.payload]&&delete n.signedTransactions[t.payload]},clearTransactionToSign:n=>{n!=null&&n.transactionsToSign&&(n.transactionsToSign=null)},updateSignedTransaction:(n,t)=>{n.signedTransactions=P(P({},n.signedTransactions),t.payload)},updateSignedTransactions:(n,t)=>{let{sessionId:a,status:c,errorMessage:_,transactions:g}=t.payload;n.signedTransactions[a]!=null&&(n.signedTransactions[a].status=c,_!=null&&(n.signedTransactions[a].errorMessage=_),g!=null&&(n.signedTransactions[a].transactions=g))},updateSignedTransactionStatus:(n,t)=>{var A,I,D,F,O,U;let{sessionId:a,status:c,errorMessage:_,transactionHash:g}=t.payload,h=(I=(A=n.signedTransactions)==null?void 0:A[a])==null?void 0:I.transactions;if(h!=null){n.signedTransactions[a].transactions=h.map(le=>le.hash===g?V(P({},le),{status:c,errorMessage:_}):le);let te=(F=(D=n.signedTransactions[a])==null?void 0:D.transactions)==null?void 0:F.every(le=>ir(le.status)),ie=(U=(O=n.signedTransactions[a])==null?void 0:O.transactions)==null?void 0:U.every(le=>sr(le.status));te&&(n.signedTransactions[a].status="success"),ie&&(n.signedTransactions[a].status="fail")}},setTransactionsToSign:(n,t)=>{n.transactionsToSign=t.payload;let{sessionId:a,customTransactionInformation:c}=t.payload;n.customTransactionInformationForSessionId[a]=c,n.signTransactionsError=null},clearAllTransactionsToSign:n=>{n.transactionsToSign=pa.transactionsToSign,n.signTransactionsError=null},clearAllSignedTransactions:n=>{n.signedTransactions=pa.signedTransactions},setSignTransactionsError:(n,t)=>{n.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(n,t)=>{n.signTransactionsCancelMessage=t.payload}},extraReducers:n=>{n.addCase(Re,()=>pa),n.addCase(Pf.REHYDRATE,(t,a)=>{var h;if(t.signTransactionsCancelMessage=null,!((h=a.payload)!=null&&h.transactions))return;let{signedTransactions:c,customTransactionInformationForSessionId:_}=a.payload.transactions,g=Object.entries(c).reduce((A,[I,D])=>{let F=new Date(I),O=new Date;return O.setHours(O.getHours()+5),O-F>0||(A[I]=D),A},{});_!=null&&(t.customTransactionInformationForSessionId=_),c!=null&&(t.signedTransactions=g)})}}),{updateSignedTransactionStatus:Ff,updateSignedTransactions:Of,setTransactionsToSign:qA,clearAllTransactionsToSign:zi,clearAllSignedTransactions:KA,clearSignedTransaction:XA,clearTransactionToSign:UP,setSignTransactionsError:ZA,setSignTransactionsCancelMessage:qi,moveTransactionsToSignedState:Xp}=Mf.actions,Ki=Mf.reducer});var _e=z(()=>{"use strict";i();Dp();Mp();Fp();Wp();Ui();Gi();Vi();Xi()});var Zp=z(()=>{"use strict";i()});var Hf,Uf,Gf,m5,l5,d5,_5,u5,f5,$f,Vf=z(()=>{"use strict";i();Hf=require("@reduxjs/toolkit");Ze();Uf={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},Gf=(0,Hf.createSlice)({name:"dappModalsSlice",initialState:Uf,reducers:{setDappModalVisibility:(n,t)=>{n.visible=t.payload},setDappModalHeaderVisibility:(n,t)=>{n.modal.showHeader=t.payload},setDappModalFooterVisibility:(n,t)=>{n.modal.showFooter=t.payload},setDappModalHeaderText:(n,t)=>{n.modal.headerText=t.payload},setDappModalFooterText:(n,t)=>{n.modal.footerText=t.payload},setDappModalConfig:(n,t)=>{n.modal=P({},t.payload)}},extraReducers:n=>{n.addCase(Re,()=>Uf)}}),{setDappModalVisibility:m5,setDappModalHeaderVisibility:l5,setDappModalFooterVisibility:d5,setDappModalHeaderText:_5,setDappModalFooterText:u5,setDappModalConfig:f5}=Gf.actions,$f=Gf.reducer});var zf,QA,eI,pr,Ji=z(()=>{"use strict";i();zf=require("@reduxjs/toolkit");Zp();Dp();Vf();Mp();Fp();Wp();Ui();Gi();Vi();Xi();QA={["account"]:af,["dappModal"]:$f,["loginInfo"]:df,["modals"]:gf,["networkConfig"]:vf,["signedMessageInfo"]:Wi,["toasts"]:Hi,["transactionsInfo"]:$i,["transactions"]:Ki},eI=(n={})=>(0,zf.combineReducers)(P(P({},QA),n)),pr=eI});var Xf={};pt(Xf,{default:()=>cI});function Qi(n,t=[]){return{key:n,version:1,storage:Kf.default,blacklist:t}}var Zo,qf,Kf,nI,oI,tI,rI,aI,iI,sI,cI,Zf=z(()=>{"use strict";i();Zo=require("redux-persist"),qf=v(require("redux-persist/lib/storage")),Kf=v(require("redux-persist/lib/storage/session"));Ji();_e();Ui();Gi();Vi();Xi();Zp();nI={2:n=>V(P({},n),{networkConfig:Bp})};oI=Qi("sdk-dapp-transactionsInfo"),tI=Qi("sdk-dapp-transactions",["transactionsToSign"]),rI=Qi("sdk-dapp-toasts"),aI=Qi("sdk-dapp-signedMessageInfo"),iI={key:"sdk-dapp-store",version:2,storage:qf.default,whitelist:["account","loginInfo","modals","networkConfig"],migrate:(0,Zo.createMigrate)(nI,{debug:!1})},sI={["toasts"]:(0,Zo.persistReducer)(rI,Hi),["transactions"]:(0,Zo.persistReducer)(tI,Ki),["transactionsInfo"]:(0,Zo.persistReducer)(oI,$i),["signedMessageInfo"]:(0,Zo.persistReducer)(aI,Wi)},cI=(0,Zo.persistReducer)(iI,pr(sI))});var Yf={};pt(Yf,{default:()=>pI});var pI,jf=z(()=>{"use strict";i();Ji();pI=pr()});var Jf={};pt(Jf,{default:()=>lI});var Dn,mI,lI,Qf=z(()=>{"use strict";i();Dn=require("redux-persist"),mI=[Dn.FLUSH,Dn.REHYDRATE,Dn.PAUSE,Dn.PERSIST,Dn.PURGE,Dn.REGISTER],lI=mI});var og={};pt(og,{default:()=>ng});function ng(n){return(0,eg.persistStore)(n)}var eg,tg=z(()=>{"use strict";i();eg=require("redux-persist")});var Fg=jr((gr,da)=>{i();(function(){var n,t="4.17.21",a=200,c="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",_="Expected a function",g="Invalid `variable` option passed into `_.template`",h="__lodash_hash_undefined__",A=500,I="__lodash_placeholder__",D=1,F=2,O=4,U=1,te=2,ie=1,le=2,Po=4,Ye=8,je=16,Ee=32,De=64,Je=128,qn=256,kr=512,As=30,py="...",my=800,ly=16,Bm=1,dy=2,_y=3,Qo=1/0,Mo=9007199254740991,uy=17976931348623157e292,wa=0/0,Kn=4294967295,fy=Kn-1,gy=Kn>>>1,hy=[["ary",Je],["bind",ie],["bindKey",le],["curry",Ye],["curryRight",je],["flip",kr],["partial",Ee],["partialRight",De],["rearg",qn]],Et="[object Arguments]",va="[object Array]",yy="[object AsyncFunction]",Lr="[object Boolean]",Nr="[object Date]",xy="[object DOMException]",Sa="[object Error]",Aa="[object Function]",Wm="[object GeneratorFunction]",Fn="[object Map]",Cr="[object Number]",Ty="[object Null]",io="[object Object]",Um="[object Promise]",by="[object Proxy]",Er="[object RegExp]",On="[object Set]",Dr="[object String]",Ia="[object Symbol]",wy="[object Undefined]",Pr="[object WeakMap]",vy="[object WeakSet]",Mr="[object ArrayBuffer]",Dt="[object DataView]",Is="[object Float32Array]",ks="[object Float64Array]",Ls="[object Int8Array]",Ns="[object Int16Array]",Cs="[object Int32Array]",Es="[object Uint8Array]",Ds="[object Uint8ClampedArray]",Ps="[object Uint16Array]",Ms="[object Uint32Array]",Sy=/\b__p \+= '';/g,Ay=/\b(__p \+=) '' \+/g,Iy=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Hm=/&(?:amp|lt|gt|quot|#39);/g,Gm=/[&<>"']/g,ky=RegExp(Hm.source),Ly=RegExp(Gm.source),Ny=/<%-([\s\S]+?)%>/g,Cy=/<%([\s\S]+?)%>/g,$m=/<%=([\s\S]+?)%>/g,Ey=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Dy=/^\w*$/,Py=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Fs=/[\\^$.*+?()[\]{}|]/g,My=RegExp(Fs.source),Os=/^\s+/,Fy=/\s/,Oy=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Ry=/\{\n\/\* \[wrapped with (.+)\] \*/,By=/,? & /,Wy=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Uy=/[()=,{}\[\]\/\s]/,Hy=/\\(\\)?/g,Gy=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Vm=/\w*$/,$y=/^[-+]0x[0-9a-f]+$/i,Vy=/^0b[01]+$/i,zy=/^\[object .+?Constructor\]$/,qy=/^0o[0-7]+$/i,Ky=/^(?:0|[1-9]\d*)$/,Xy=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ka=/($^)/,Zy=/['\n\r\u2028\u2029\\]/g,La="\\ud800-\\udfff",Yy="\\u0300-\\u036f",jy="\\ufe20-\\ufe2f",Jy="\\u20d0-\\u20ff",zm=Yy+jy+Jy,qm="\\u2700-\\u27bf",Km="a-z\\xdf-\\xf6\\xf8-\\xff",Qy="\\xac\\xb1\\xd7\\xf7",ex="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",nx="\\u2000-\\u206f",ox=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Xm="A-Z\\xc0-\\xd6\\xd8-\\xde",Zm="\\ufe0e\\ufe0f",Ym=Qy+ex+nx+ox,Rs="['\u2019]",tx="["+La+"]",jm="["+Ym+"]",Na="["+zm+"]",Jm="\\d+",rx="["+qm+"]",Qm="["+Km+"]",el="[^"+La+Ym+Jm+qm+Km+Xm+"]",Bs="\\ud83c[\\udffb-\\udfff]",ax="(?:"+Na+"|"+Bs+")",nl="[^"+La+"]",Ws="(?:\\ud83c[\\udde6-\\uddff]){2}",Us="[\\ud800-\\udbff][\\udc00-\\udfff]",Pt="["+Xm+"]",ol="\\u200d",tl="(?:"+Qm+"|"+el+")",ix="(?:"+Pt+"|"+el+")",rl="(?:"+Rs+"(?:d|ll|m|re|s|t|ve))?",al="(?:"+Rs+"(?:D|LL|M|RE|S|T|VE))?",il=ax+"?",sl="["+Zm+"]?",sx="(?:"+ol+"(?:"+[nl,Ws,Us].join("|")+")"+sl+il+")*",cx="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",px="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",cl=sl+il+sx,mx="(?:"+[rx,Ws,Us].join("|")+")"+cl,lx="(?:"+[nl+Na+"?",Na,Ws,Us,tx].join("|")+")",dx=RegExp(Rs,"g"),_x=RegExp(Na,"g"),Hs=RegExp(Bs+"(?="+Bs+")|"+lx+cl,"g"),ux=RegExp([Pt+"?"+Qm+"+"+rl+"(?="+[jm,Pt,"$"].join("|")+")",ix+"+"+al+"(?="+[jm,Pt+tl,"$"].join("|")+")",Pt+"?"+tl+"+"+rl,Pt+"+"+al,px,cx,Jm,mx].join("|"),"g"),fx=RegExp("["+ol+La+zm+Zm+"]"),gx=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,hx=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],yx=-1,ue={};ue[Is]=ue[ks]=ue[Ls]=ue[Ns]=ue[Cs]=ue[Es]=ue[Ds]=ue[Ps]=ue[Ms]=!0,ue[Et]=ue[va]=ue[Mr]=ue[Lr]=ue[Dt]=ue[Nr]=ue[Sa]=ue[Aa]=ue[Fn]=ue[Cr]=ue[io]=ue[Er]=ue[On]=ue[Dr]=ue[Pr]=!1;var de={};de[Et]=de[va]=de[Mr]=de[Dt]=de[Lr]=de[Nr]=de[Is]=de[ks]=de[Ls]=de[Ns]=de[Cs]=de[Fn]=de[Cr]=de[io]=de[Er]=de[On]=de[Dr]=de[Ia]=de[Es]=de[Ds]=de[Ps]=de[Ms]=!0,de[Sa]=de[Aa]=de[Pr]=!1;var xx={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},Tx={"&":"&","<":"<",">":">",'"':""","'":"'"},bx={"&":"&","<":"<",">":">",""":'"',"'":"'"},wx={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},vx=parseFloat,Sx=parseInt,pl=typeof m=="object"&&m&&m.Object===Object&&m,Ax=typeof self=="object"&&self&&self.Object===Object&&self,Pe=pl||Ax||Function("return this")(),Gs=typeof gr=="object"&&gr&&!gr.nodeType&&gr,et=Gs&&typeof da=="object"&&da&&!da.nodeType&&da,ml=et&&et.exports===Gs,$s=ml&&pl.process,wn=function(){try{var b=et&&et.require&&et.require("util").types;return b||$s&&$s.binding&&$s.binding("util")}catch(k){}}(),ll=wn&&wn.isArrayBuffer,dl=wn&&wn.isDate,_l=wn&&wn.isMap,ul=wn&&wn.isRegExp,fl=wn&&wn.isSet,gl=wn&&wn.isTypedArray;function ln(b,k,S){switch(S.length){case 0:return b.call(k);case 1:return b.call(k,S[0]);case 2:return b.call(k,S[0],S[1]);case 3:return b.call(k,S[0],S[1],S[2])}return b.apply(k,S)}function Ix(b,k,S,R){for(var q=-1,ae=b==null?0:b.length;++q<ae;){var ke=b[q];k(R,ke,S(ke),b)}return R}function vn(b,k){for(var S=-1,R=b==null?0:b.length;++S<R&&k(b[S],S,b)!==!1;);return b}function kx(b,k){for(var S=b==null?0:b.length;S--&&k(b[S],S,b)!==!1;);return b}function hl(b,k){for(var S=-1,R=b==null?0:b.length;++S<R;)if(!k(b[S],S,b))return!1;return!0}function Fo(b,k){for(var S=-1,R=b==null?0:b.length,q=0,ae=[];++S<R;){var ke=b[S];k(ke,S,b)&&(ae[q++]=ke)}return ae}function Ca(b,k){var S=b==null?0:b.length;return!!S&&Mt(b,k,0)>-1}function Vs(b,k,S){for(var R=-1,q=b==null?0:b.length;++R<q;)if(S(k,b[R]))return!0;return!1}function ge(b,k){for(var S=-1,R=b==null?0:b.length,q=Array(R);++S<R;)q[S]=k(b[S],S,b);return q}function Oo(b,k){for(var S=-1,R=k.length,q=b.length;++S<R;)b[q+S]=k[S];return b}function zs(b,k,S,R){var q=-1,ae=b==null?0:b.length;for(R&&ae&&(S=b[++q]);++q<ae;)S=k(S,b[q],q,b);return S}function Lx(b,k,S,R){var q=b==null?0:b.length;for(R&&q&&(S=b[--q]);q--;)S=k(S,b[q],q,b);return S}function qs(b,k){for(var S=-1,R=b==null?0:b.length;++S<R;)if(k(b[S],S,b))return!0;return!1}var Nx=Ks("length");function Cx(b){return b.split("")}function Ex(b){return b.match(Wy)||[]}function yl(b,k,S){var R;return S(b,function(q,ae,ke){if(k(q,ae,ke))return R=ae,!1}),R}function Ea(b,k,S,R){for(var q=b.length,ae=S+(R?1:-1);R?ae--:++ae<q;)if(k(b[ae],ae,b))return ae;return-1}function Mt(b,k,S){return k===k?$x(b,k,S):Ea(b,xl,S)}function Dx(b,k,S,R){for(var q=S-1,ae=b.length;++q<ae;)if(R(b[q],k))return q;return-1}function xl(b){return b!==b}function Tl(b,k){var S=b==null?0:b.length;return S?Zs(b,k)/S:wa}function Ks(b){return function(k){return k==null?n:k[b]}}function Xs(b){return function(k){return b==null?n:b[k]}}function bl(b,k,S,R,q){return q(b,function(ae,ke,me){S=R?(R=!1,ae):k(S,ae,ke,me)}),S}function Px(b,k){var S=b.length;for(b.sort(k);S--;)b[S]=b[S].value;return b}function Zs(b,k){for(var S,R=-1,q=b.length;++R<q;){var ae=k(b[R]);ae!==n&&(S=S===n?ae:S+ae)}return S}function Ys(b,k){for(var S=-1,R=Array(b);++S<b;)R[S]=k(S);return R}function Mx(b,k){return ge(k,function(S){return[S,b[S]]})}function wl(b){return b&&b.slice(0,Il(b)+1).replace(Os,"")}function dn(b){return function(k){return b(k)}}function js(b,k){return ge(k,function(S){return b[S]})}function Fr(b,k){return b.has(k)}function vl(b,k){for(var S=-1,R=b.length;++S<R&&Mt(k,b[S],0)>-1;);return S}function Sl(b,k){for(var S=b.length;S--&&Mt(k,b[S],0)>-1;);return S}function Fx(b,k){for(var S=b.length,R=0;S--;)b[S]===k&&++R;return R}var Ox=Xs(xx),Rx=Xs(Tx);function Bx(b){return"\\"+wx[b]}function Wx(b,k){return b==null?n:b[k]}function Ft(b){return fx.test(b)}function Ux(b){return gx.test(b)}function Hx(b){for(var k,S=[];!(k=b.next()).done;)S.push(k.value);return S}function Js(b){var k=-1,S=Array(b.size);return b.forEach(function(R,q){S[++k]=[q,R]}),S}function Al(b,k){return function(S){return b(k(S))}}function Ro(b,k){for(var S=-1,R=b.length,q=0,ae=[];++S<R;){var ke=b[S];(ke===k||ke===I)&&(b[S]=I,ae[q++]=S)}return ae}function Da(b){var k=-1,S=Array(b.size);return b.forEach(function(R){S[++k]=R}),S}function Gx(b){var k=-1,S=Array(b.size);return b.forEach(function(R){S[++k]=[R,R]}),S}function $x(b,k,S){for(var R=S-1,q=b.length;++R<q;)if(b[R]===k)return R;return-1}function Vx(b,k,S){for(var R=S+1;R--;)if(b[R]===k)return R;return R}function Ot(b){return Ft(b)?qx(b):Nx(b)}function Rn(b){return Ft(b)?Kx(b):Cx(b)}function Il(b){for(var k=b.length;k--&&Fy.test(b.charAt(k)););return k}var zx=Xs(bx);function qx(b){for(var k=Hs.lastIndex=0;Hs.test(b);)++k;return k}function Kx(b){return b.match(Hs)||[]}function Xx(b){return b.match(ux)||[]}var Zx=function b(k){k=k==null?Pe:Bo.defaults(Pe.Object(),k,Bo.pick(Pe,hx));var S=k.Array,R=k.Date,q=k.Error,ae=k.Function,ke=k.Math,me=k.Object,Qs=k.RegExp,Yx=k.String,Sn=k.TypeError,Pa=S.prototype,jx=ae.prototype,Rt=me.prototype,Ma=k["__core-js_shared__"],Fa=jx.toString,ce=Rt.hasOwnProperty,Jx=0,kl=function(){var e=/[^.]+$/.exec(Ma&&Ma.keys&&Ma.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Oa=Rt.toString,Qx=Fa.call(me),eT=Pe._,nT=Qs("^"+Fa.call(ce).replace(Fs,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ra=ml?k.Buffer:n,Wo=k.Symbol,Ba=k.Uint8Array,Ll=Ra?Ra.allocUnsafe:n,Wa=Al(me.getPrototypeOf,me),Nl=me.create,Cl=Rt.propertyIsEnumerable,Ua=Pa.splice,El=Wo?Wo.isConcatSpreadable:n,Or=Wo?Wo.iterator:n,nt=Wo?Wo.toStringTag:n,Ha=function(){try{var e=it(me,"defineProperty");return e({},"",{}),e}catch(o){}}(),oT=k.clearTimeout!==Pe.clearTimeout&&k.clearTimeout,tT=R&&R.now!==Pe.Date.now&&R.now,rT=k.setTimeout!==Pe.setTimeout&&k.setTimeout,Ga=ke.ceil,$a=ke.floor,ec=me.getOwnPropertySymbols,aT=Ra?Ra.isBuffer:n,Dl=k.isFinite,iT=Pa.join,sT=Al(me.keys,me),Le=ke.max,We=ke.min,cT=R.now,pT=k.parseInt,Pl=ke.random,mT=Pa.reverse,nc=it(k,"DataView"),Rr=it(k,"Map"),oc=it(k,"Promise"),Bt=it(k,"Set"),Br=it(k,"WeakMap"),Wr=it(me,"create"),Va=Br&&new Br,Wt={},lT=st(nc),dT=st(Rr),_T=st(oc),uT=st(Bt),fT=st(Br),za=Wo?Wo.prototype:n,Ur=za?za.valueOf:n,Ml=za?za.toString:n;function u(e){if(be(e)&&!K(e)&&!(e instanceof ee)){if(e instanceof An)return e;if(ce.call(e,"__wrapped__"))return Fd(e)}return new An(e)}var Ut=function(){function e(){}return function(o){if(!ye(o))return{};if(Nl)return Nl(o);e.prototype=o;var r=new e;return e.prototype=n,r}}();function qa(){}function An(e,o){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!o,this.__index__=0,this.__values__=n}u.templateSettings={escape:Ny,evaluate:Cy,interpolate:$m,variable:"",imports:{_:u}},u.prototype=qa.prototype,u.prototype.constructor=u,An.prototype=Ut(qa.prototype),An.prototype.constructor=An;function ee(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Kn,this.__views__=[]}function gT(){var e=new ee(this.__wrapped__);return e.__actions__=Qe(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Qe(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Qe(this.__views__),e}function hT(){if(this.__filtered__){var e=new ee(this);e.__dir__=-1,e.__filtered__=!0}else e=this.clone(),e.__dir__*=-1;return e}function yT(){var e=this.__wrapped__.value(),o=this.__dir__,r=K(e),s=o<0,d=r?e.length:0,f=C0(0,d,this.__views__),y=f.start,x=f.end,w=x-y,N=s?x:y-1,C=this.__iteratees__,E=C.length,M=0,W=We(w,this.__takeCount__);if(!r||!s&&d==w&&W==w)return rd(e,this.__actions__);var G=[];e:for(;w--&&M<W;){N+=o;for(var Z=-1,$=e[N];++Z<E;){var Q=C[Z],ne=Q.iteratee,fn=Q.type,Ke=ne($);if(fn==dy)$=Ke;else if(!Ke){if(fn==Bm)continue e;break e}}G[M++]=$}return G}ee.prototype=Ut(qa.prototype),ee.prototype.constructor=ee;function ot(e){var o=-1,r=e==null?0:e.length;for(this.clear();++o<r;){var s=e[o];this.set(s[0],s[1])}}function xT(){this.__data__=Wr?Wr(null):{},this.size=0}function TT(e){var o=this.has(e)&&delete this.__data__[e];return this.size-=o?1:0,o}function bT(e){var o=this.__data__;if(Wr){var r=o[e];return r===h?n:r}return ce.call(o,e)?o[e]:n}function wT(e){var o=this.__data__;return Wr?o[e]!==n:ce.call(o,e)}function vT(e,o){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Wr&&o===n?h:o,this}ot.prototype.clear=xT,ot.prototype.delete=TT,ot.prototype.get=bT,ot.prototype.has=wT,ot.prototype.set=vT;function so(e){var o=-1,r=e==null?0:e.length;for(this.clear();++o<r;){var s=e[o];this.set(s[0],s[1])}}function ST(){this.__data__=[],this.size=0}function AT(e){var o=this.__data__,r=Ka(o,e);if(r<0)return!1;var s=o.length-1;return r==s?o.pop():Ua.call(o,r,1),--this.size,!0}function IT(e){var o=this.__data__,r=Ka(o,e);return r<0?n:o[r][1]}function kT(e){return Ka(this.__data__,e)>-1}function LT(e,o){var r=this.__data__,s=Ka(r,e);return s<0?(++this.size,r.push([e,o])):r[s][1]=o,this}so.prototype.clear=ST,so.prototype.delete=AT,so.prototype.get=IT,so.prototype.has=kT,so.prototype.set=LT;function co(e){var o=-1,r=e==null?0:e.length;for(this.clear();++o<r;){var s=e[o];this.set(s[0],s[1])}}function NT(){this.size=0,this.__data__={hash:new ot,map:new(Rr||so),string:new ot}}function CT(e){var o=ai(this,e).delete(e);return this.size-=o?1:0,o}function ET(e){return ai(this,e).get(e)}function DT(e){return ai(this,e).has(e)}function PT(e,o){var r=ai(this,e),s=r.size;return r.set(e,o),this.size+=r.size==s?0:1,this}co.prototype.clear=NT,co.prototype.delete=CT,co.prototype.get=ET,co.prototype.has=DT,co.prototype.set=PT;function tt(e){var o=-1,r=e==null?0:e.length;for(this.__data__=new co;++o<r;)this.add(e[o])}function MT(e){return this.__data__.set(e,h),this}function FT(e){return this.__data__.has(e)}tt.prototype.add=tt.prototype.push=MT,tt.prototype.has=FT;function Bn(e){var o=this.__data__=new so(e);this.size=o.size}function OT(){this.__data__=new so,this.size=0}function RT(e){var o=this.__data__,r=o.delete(e);return this.size=o.size,r}function BT(e){return this.__data__.get(e)}function WT(e){return this.__data__.has(e)}function UT(e,o){var r=this.__data__;if(r instanceof so){var s=r.__data__;if(!Rr||s.length<a-1)return s.push([e,o]),this.size=++r.size,this;r=this.__data__=new co(s)}return r.set(e,o),this.size=r.size,this}Bn.prototype.clear=OT,Bn.prototype.delete=RT,Bn.prototype.get=BT,Bn.prototype.has=WT,Bn.prototype.set=UT;function Fl(e,o){var r=K(e),s=!r&&ct(e),d=!r&&!s&&Vo(e),f=!r&&!s&&!d&&Vt(e),y=r||s||d||f,x=y?Ys(e.length,Yx):[],w=x.length;for(var N in e)(o||ce.call(e,N))&&!(y&&(N=="length"||d&&(N=="offset"||N=="parent")||f&&(N=="buffer"||N=="byteLength"||N=="byteOffset")||_o(N,w)))&&x.push(N);return x}function Ol(e){var o=e.length;return o?e[_c(0,o-1)]:n}function HT(e,o){return ii(Qe(e),rt(o,0,e.length))}function GT(e){return ii(Qe(e))}function tc(e,o,r){(r!==n&&!Wn(e[o],r)||r===n&&!(o in e))&&po(e,o,r)}function Hr(e,o,r){var s=e[o];(!(ce.call(e,o)&&Wn(s,r))||r===n&&!(o in e))&&po(e,o,r)}function Ka(e,o){for(var r=e.length;r--;)if(Wn(e[r][0],o))return r;return-1}function $T(e,o,r,s){return Uo(e,function(d,f,y){o(s,d,r(d),y)}),s}function Rl(e,o){return e&&Zn(o,Me(o),e)}function VT(e,o){return e&&Zn(o,nn(o),e)}function po(e,o,r){o=="__proto__"&&Ha?Ha(e,o,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[o]=r}function rc(e,o){for(var r=-1,s=o.length,d=S(s),f=e==null;++r<s;)d[r]=f?n:Bc(e,o[r]);return d}function rt(e,o,r){return e===e&&(r!==n&&(e=e<=r?e:r),o!==n&&(e=e>=o?e:o)),e}function In(e,o,r,s,d,f){var y,x=o&D,w=o&F,N=o&O;if(r&&(y=d?r(e,s,d,f):r(e)),y!==n)return y;if(!ye(e))return e;var C=K(e);if(C){if(y=D0(e),!x)return Qe(e,y)}else{var E=Ue(e),M=E==Aa||E==Wm;if(Vo(e))return sd(e,x);if(E==io||E==Et||M&&!d){if(y=w||M?{}:Id(e),!x)return w?b0(e,VT(y,e)):T0(e,Rl(y,e))}else{if(!de[E])return d?e:{};y=P0(e,E,x)}}f||(f=new Bn);var W=f.get(e);if(W)return W;f.set(e,y),n_(e)?e.forEach(function($){y.add(In($,o,r,$,e,f))}):Qd(e)&&e.forEach(function($,Q){y.set(Q,In($,o,r,Q,e,f))});var G=N?w?Sc:vc:w?nn:Me,Z=C?n:G(e);return vn(Z||e,function($,Q){Z&&(Q=$,$=e[Q]),Hr(y,Q,In($,o,r,Q,e,f))}),y}function zT(e){var o=Me(e);return function(r){return Bl(r,e,o)}}function Bl(e,o,r){var s=r.length;if(e==null)return!s;for(e=me(e);s--;){var d=r[s],f=o[d],y=e[d];if(y===n&&!(d in e)||!f(y))return!1}return!0}function Wl(e,o,r){if(typeof e!="function")throw new Sn(_);return Xr(function(){e.apply(n,r)},o)}function Gr(e,o,r,s){var d=-1,f=Ca,y=!0,x=e.length,w=[],N=o.length;if(!x)return w;r&&(o=ge(o,dn(r))),s?(f=Vs,y=!1):o.length>=a&&(f=Fr,y=!1,o=new tt(o));e:for(;++d<x;){var C=e[d],E=r==null?C:r(C);if(C=s||C!==0?C:0,y&&E===E){for(var M=N;M--;)if(o[M]===E)continue e;w.push(C)}else f(o,E,s)||w.push(C)}return w}var Uo=dd(Xn),Ul=dd(ic,!0);function qT(e,o){var r=!0;return Uo(e,function(s,d,f){return r=!!o(s,d,f),r}),r}function Xa(e,o,r){for(var s=-1,d=e.length;++s<d;){var f=e[s],y=o(f);if(y!=null&&(x===n?y===y&&!un(y):r(y,x)))var x=y,w=f}return w}function KT(e,o,r,s){var d=e.length;for(r=X(r),r<0&&(r=-r>d?0:d+r),s=s===n||s>d?d:X(s),s<0&&(s+=d),s=r>s?0:t_(s);r<s;)e[r++]=o;return e}function Hl(e,o){var r=[];return Uo(e,function(s,d,f){o(s,d,f)&&r.push(s)}),r}function Oe(e,o,r,s,d){var f=-1,y=e.length;for(r||(r=F0),d||(d=[]);++f<y;){var x=e[f];o>0&&r(x)?o>1?Oe(x,o-1,r,s,d):Oo(d,x):s||(d[d.length]=x)}return d}var ac=_d(),Gl=_d(!0);function Xn(e,o){return e&&ac(e,o,Me)}function ic(e,o){return e&&Gl(e,o,Me)}function Za(e,o){return Fo(o,function(r){return uo(e[r])})}function at(e,o){o=Go(o,e);for(var r=0,s=o.length;e!=null&&r<s;)e=e[Yn(o[r++])];return r&&r==s?e:n}function $l(e,o,r){var s=o(e);return K(e)?s:Oo(s,r(e))}function ze(e){return e==null?e===n?wy:Ty:nt&&nt in me(e)?N0(e):G0(e)}function sc(e,o){return e>o}function XT(e,o){return e!=null&&ce.call(e,o)}function ZT(e,o){return e!=null&&o in me(e)}function YT(e,o,r){return e>=We(o,r)&&e<Le(o,r)}function cc(e,o,r){for(var s=r?Vs:Ca,d=e[0].length,f=e.length,y=f,x=S(f),w=1/0,N=[];y--;){var C=e[y];y&&o&&(C=ge(C,dn(o))),w=We(C.length,w),x[y]=!r&&(o||d>=120&&C.length>=120)?new tt(y&&C):n}C=e[0];var E=-1,M=x[0];e:for(;++E<d&&N.length<w;){var W=C[E],G=o?o(W):W;if(W=r||W!==0?W:0,!(M?Fr(M,G):s(N,G,r))){for(y=f;--y;){var Z=x[y];if(!(Z?Fr(Z,G):s(e[y],G,r)))continue e}M&&M.push(G),N.push(W)}}return N}function jT(e,o,r,s){return Xn(e,function(d,f,y){o(s,r(d),f,y)}),s}function $r(e,o,r){o=Go(o,e),e=Cd(e,o);var s=e==null?e:e[Yn(Ln(o))];return s==null?n:ln(s,e,r)}function Vl(e){return be(e)&&ze(e)==Et}function JT(e){return be(e)&&ze(e)==Mr}function QT(e){return be(e)&&ze(e)==Nr}function Vr(e,o,r,s,d){return e===o?!0:e==null||o==null||!be(e)&&!be(o)?e!==e&&o!==o:e0(e,o,r,s,Vr,d)}function e0(e,o,r,s,d,f){var y=K(e),x=K(o),w=y?va:Ue(e),N=x?va:Ue(o);w=w==Et?io:w,N=N==Et?io:N;var C=w==io,E=N==io,M=w==N;if(M&&Vo(e)){if(!Vo(o))return!1;y=!0,C=!1}if(M&&!C)return f||(f=new Bn),y||Vt(e)?vd(e,o,r,s,d,f):k0(e,o,w,r,s,d,f);if(!(r&U)){var W=C&&ce.call(e,"__wrapped__"),G=E&&ce.call(o,"__wrapped__");if(W||G){var Z=W?e.value():e,$=G?o.value():o;return f||(f=new Bn),d(Z,$,r,s,f)}}return M?(f||(f=new Bn),L0(e,o,r,s,d,f)):!1}function n0(e){return be(e)&&Ue(e)==Fn}function pc(e,o,r,s){var d=r.length,f=d,y=!s;if(e==null)return!f;for(e=me(e);d--;){var x=r[d];if(y&&x[2]?x[1]!==e[x[0]]:!(x[0]in e))return!1}for(;++d<f;){x=r[d];var w=x[0],N=e[w],C=x[1];if(y&&x[2]){if(N===n&&!(w in e))return!1}else{var E=new Bn;if(s)var M=s(N,C,w,e,o,E);if(!(M===n?Vr(C,N,U|te,s,E):M))return!1}}return!0}function zl(e){if(!ye(e)||R0(e))return!1;var o=uo(e)?nT:zy;return o.test(st(e))}function o0(e){return be(e)&&ze(e)==Er}function t0(e){return be(e)&&Ue(e)==On}function r0(e){return be(e)&&di(e.length)&&!!ue[ze(e)]}function ql(e){return typeof e=="function"?e:e==null?on:typeof e=="object"?K(e)?Zl(e[0],e[1]):Xl(e):u_(e)}function mc(e){if(!Kr(e))return sT(e);var o=[];for(var r in me(e))ce.call(e,r)&&r!="constructor"&&o.push(r);return o}function a0(e){if(!ye(e))return H0(e);var o=Kr(e),r=[];for(var s in e)s=="constructor"&&(o||!ce.call(e,s))||r.push(s);return r}function lc(e,o){return e<o}function Kl(e,o){var r=-1,s=en(e)?S(e.length):[];return Uo(e,function(d,f,y){s[++r]=o(d,f,y)}),s}function Xl(e){var o=Ic(e);return o.length==1&&o[0][2]?Ld(o[0][0],o[0][1]):function(r){return r===e||pc(r,e,o)}}function Zl(e,o){return Lc(e)&&kd(o)?Ld(Yn(e),o):function(r){var s=Bc(r,e);return s===n&&s===o?Wc(r,e):Vr(o,s,U|te)}}function Ya(e,o,r,s,d){e!==o&&ac(o,function(f,y){if(d||(d=new Bn),ye(f))i0(e,o,y,r,Ya,s,d);else{var x=s?s(Cc(e,y),f,y+"",e,o,d):n;x===n&&(x=f),tc(e,y,x)}},nn)}function i0(e,o,r,s,d,f,y){var x=Cc(e,r),w=Cc(o,r),N=y.get(w);if(N){tc(e,r,N);return}var C=f?f(x,w,r+"",e,o,y):n,E=C===n;if(E){var M=K(w),W=!M&&Vo(w),G=!M&&!W&&Vt(w);C=w,M||W||G?K(x)?C=x:ve(x)?C=Qe(x):W?(E=!1,C=sd(w,!0)):G?(E=!1,C=cd(w,!0)):C=[]:Zr(w)||ct(w)?(C=x,ct(x)?C=r_(x):(!ye(x)||uo(x))&&(C=Id(w))):E=!1}E&&(y.set(w,C),d(C,w,s,f,y),y.delete(w)),tc(e,r,C)}function Yl(e,o){var r=e.length;if(!!r)return o+=o<0?r:0,_o(o,r)?e[o]:n}function jl(e,o,r){o.length?o=ge(o,function(f){return K(f)?function(y){return at(y,f.length===1?f[0]:f)}:f}):o=[on];var s=-1;o=ge(o,dn(H()));var d=Kl(e,function(f,y,x){var w=ge(o,function(N){return N(f)});return{criteria:w,index:++s,value:f}});return Px(d,function(f,y){return x0(f,y,r)})}function s0(e,o){return Jl(e,o,function(r,s){return Wc(e,s)})}function Jl(e,o,r){for(var s=-1,d=o.length,f={};++s<d;){var y=o[s],x=at(e,y);r(x,y)&&zr(f,Go(y,e),x)}return f}function c0(e){return function(o){return at(o,e)}}function dc(e,o,r,s){var d=s?Dx:Mt,f=-1,y=o.length,x=e;for(e===o&&(o=Qe(o)),r&&(x=ge(e,dn(r)));++f<y;)for(var w=0,N=o[f],C=r?r(N):N;(w=d(x,C,w,s))>-1;)x!==e&&Ua.call(x,w,1),Ua.call(e,w,1);return e}function Ql(e,o){for(var r=e?o.length:0,s=r-1;r--;){var d=o[r];if(r==s||d!==f){var f=d;_o(d)?Ua.call(e,d,1):gc(e,d)}}return e}function _c(e,o){return e+$a(Pl()*(o-e+1))}function p0(e,o,r,s){for(var d=-1,f=Le(Ga((o-e)/(r||1)),0),y=S(f);f--;)y[s?f:++d]=e,e+=r;return y}function uc(e,o){var r="";if(!e||o<1||o>Mo)return r;do o%2&&(r+=e),o=$a(o/2),o&&(e+=e);while(o);return r}function Y(e,o){return Ec(Nd(e,o,on),e+"")}function m0(e){return Ol(zt(e))}function l0(e,o){var r=zt(e);return ii(r,rt(o,0,r.length))}function zr(e,o,r,s){if(!ye(e))return e;o=Go(o,e);for(var d=-1,f=o.length,y=f-1,x=e;x!=null&&++d<f;){var w=Yn(o[d]),N=r;if(w==="__proto__"||w==="constructor"||w==="prototype")return e;if(d!=y){var C=x[w];N=s?s(C,w,x):n,N===n&&(N=ye(C)?C:_o(o[d+1])?[]:{})}Hr(x,w,N),x=x[w]}return e}var ed=Va?function(e,o){return Va.set(e,o),e}:on,d0=Ha?function(e,o){return Ha(e,"toString",{configurable:!0,enumerable:!1,value:Hc(o),writable:!0})}:on;function _0(e){return ii(zt(e))}function kn(e,o,r){var s=-1,d=e.length;o<0&&(o=-o>d?0:d+o),r=r>d?d:r,r<0&&(r+=d),d=o>r?0:r-o>>>0,o>>>=0;for(var f=S(d);++s<d;)f[s]=e[s+o];return f}function u0(e,o){var r;return Uo(e,function(s,d,f){return r=o(s,d,f),!r}),!!r}function ja(e,o,r){var s=0,d=e==null?s:e.length;if(typeof o=="number"&&o===o&&d<=gy){for(;s<d;){var f=s+d>>>1,y=e[f];y!==null&&!un(y)&&(r?y<=o:y<o)?s=f+1:d=f}return d}return fc(e,o,on,r)}function fc(e,o,r,s){var d=0,f=e==null?0:e.length;if(f===0)return 0;o=r(o);for(var y=o!==o,x=o===null,w=un(o),N=o===n;d<f;){var C=$a((d+f)/2),E=r(e[C]),M=E!==n,W=E===null,G=E===E,Z=un(E);if(y)var $=s||G;else N?$=G&&(s||M):x?$=G&&M&&(s||!W):w?$=G&&M&&!W&&(s||!Z):W||Z?$=!1:$=s?E<=o:E<o;$?d=C+1:f=C}return We(f,fy)}function nd(e,o){for(var r=-1,s=e.length,d=0,f=[];++r<s;){var y=e[r],x=o?o(y):y;if(!r||!Wn(x,w)){var w=x;f[d++]=y===0?0:y}}return f}function od(e){return typeof e=="number"?e:un(e)?wa:+e}function _n(e){if(typeof e=="string")return e;if(K(e))return ge(e,_n)+"";if(un(e))return Ml?Ml.call(e):"";var o=e+"";return o=="0"&&1/e==-Qo?"-0":o}function Ho(e,o,r){var s=-1,d=Ca,f=e.length,y=!0,x=[],w=x;if(r)y=!1,d=Vs;else if(f>=a){var N=o?null:A0(e);if(N)return Da(N);y=!1,d=Fr,w=new tt}else w=o?[]:x;e:for(;++s<f;){var C=e[s],E=o?o(C):C;if(C=r||C!==0?C:0,y&&E===E){for(var M=w.length;M--;)if(w[M]===E)continue e;o&&w.push(E),x.push(C)}else d(w,E,r)||(w!==x&&w.push(E),x.push(C))}return x}function gc(e,o){return o=Go(o,e),e=Cd(e,o),e==null||delete e[Yn(Ln(o))]}function td(e,o,r,s){return zr(e,o,r(at(e,o)),s)}function Ja(e,o,r,s){for(var d=e.length,f=s?d:-1;(s?f--:++f<d)&&o(e[f],f,e););return r?kn(e,s?0:f,s?f+1:d):kn(e,s?f+1:0,s?d:f)}function rd(e,o){var r=e;return r instanceof ee&&(r=r.value()),zs(o,function(s,d){return d.func.apply(d.thisArg,Oo([s],d.args))},r)}function hc(e,o,r){var s=e.length;if(s<2)return s?Ho(e[0]):[];for(var d=-1,f=S(s);++d<s;)for(var y=e[d],x=-1;++x<s;)x!=d&&(f[d]=Gr(f[d]||y,e[x],o,r));return Ho(Oe(f,1),o,r)}function ad(e,o,r){for(var s=-1,d=e.length,f=o.length,y={};++s<d;){var x=s<f?o[s]:n;r(y,e[s],x)}return y}function yc(e){return ve(e)?e:[]}function xc(e){return typeof e=="function"?e:on}function Go(e,o){return K(e)?e:Lc(e,o)?[e]:Md(se(e))}var f0=Y;function $o(e,o,r){var s=e.length;return r=r===n?s:r,!o&&r>=s?e:kn(e,o,r)}var id=oT||function(e){return Pe.clearTimeout(e)};function sd(e,o){if(o)return e.slice();var r=e.length,s=Ll?Ll(r):new e.constructor(r);return e.copy(s),s}function Tc(e){var o=new e.constructor(e.byteLength);return new Ba(o).set(new Ba(e)),o}function g0(e,o){var r=o?Tc(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}function h0(e){var o=new e.constructor(e.source,Vm.exec(e));return o.lastIndex=e.lastIndex,o}function y0(e){return Ur?me(Ur.call(e)):{}}function cd(e,o){var r=o?Tc(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function pd(e,o){if(e!==o){var r=e!==n,s=e===null,d=e===e,f=un(e),y=o!==n,x=o===null,w=o===o,N=un(o);if(!x&&!N&&!f&&e>o||f&&y&&w&&!x&&!N||s&&y&&w||!r&&w||!d)return 1;if(!s&&!f&&!N&&e<o||N&&r&&d&&!s&&!f||x&&r&&d||!y&&d||!w)return-1}return 0}function x0(e,o,r){for(var s=-1,d=e.criteria,f=o.criteria,y=d.length,x=r.length;++s<y;){var w=pd(d[s],f[s]);if(w){if(s>=x)return w;var N=r[s];return w*(N=="desc"?-1:1)}}return e.index-o.index}function md(e,o,r,s){for(var d=-1,f=e.length,y=r.length,x=-1,w=o.length,N=Le(f-y,0),C=S(w+N),E=!s;++x<w;)C[x]=o[x];for(;++d<y;)(E||d<f)&&(C[r[d]]=e[d]);for(;N--;)C[x++]=e[d++];return C}function ld(e,o,r,s){for(var d=-1,f=e.length,y=-1,x=r.length,w=-1,N=o.length,C=Le(f-x,0),E=S(C+N),M=!s;++d<C;)E[d]=e[d];for(var W=d;++w<N;)E[W+w]=o[w];for(;++y<x;)(M||d<f)&&(E[W+r[y]]=e[d++]);return E}function Qe(e,o){var r=-1,s=e.length;for(o||(o=S(s));++r<s;)o[r]=e[r];return o}function Zn(e,o,r,s){var d=!r;r||(r={});for(var f=-1,y=o.length;++f<y;){var x=o[f],w=s?s(r[x],e[x],x,r,e):n;w===n&&(w=e[x]),d?po(r,x,w):Hr(r,x,w)}return r}function T0(e,o){return Zn(e,kc(e),o)}function b0(e,o){return Zn(e,Sd(e),o)}function Qa(e,o){return function(r,s){var d=K(r)?Ix:$T,f=o?o():{};return d(r,e,H(s,2),f)}}function Ht(e){return Y(function(o,r){var s=-1,d=r.length,f=d>1?r[d-1]:n,y=d>2?r[2]:n;for(f=e.length>3&&typeof f=="function"?(d--,f):n,y&&qe(r[0],r[1],y)&&(f=d<3?n:f,d=1),o=me(o);++s<d;){var x=r[s];x&&e(o,x,s,f)}return o})}function dd(e,o){return function(r,s){if(r==null)return r;if(!en(r))return e(r,s);for(var d=r.length,f=o?d:-1,y=me(r);(o?f--:++f<d)&&s(y[f],f,y)!==!1;);return r}}function _d(e){return function(o,r,s){for(var d=-1,f=me(o),y=s(o),x=y.length;x--;){var w=y[e?x:++d];if(r(f[w],w,f)===!1)break}return o}}function w0(e,o,r){var s=o&ie,d=qr(e);function f(){var y=this&&this!==Pe&&this instanceof f?d:e;return y.apply(s?r:this,arguments)}return f}function ud(e){return function(o){o=se(o);var r=Ft(o)?Rn(o):n,s=r?r[0]:o.charAt(0),d=r?$o(r,1).join(""):o.slice(1);return s[e]()+d}}function Gt(e){return function(o){return zs(d_(l_(o).replace(dx,"")),e,"")}}function qr(e){return function(){var o=arguments;switch(o.length){case 0:return new e;case 1:return new e(o[0]);case 2:return new e(o[0],o[1]);case 3:return new e(o[0],o[1],o[2]);case 4:return new e(o[0],o[1],o[2],o[3]);case 5:return new e(o[0],o[1],o[2],o[3],o[4]);case 6:return new e(o[0],o[1],o[2],o[3],o[4],o[5]);case 7:return new e(o[0],o[1],o[2],o[3],o[4],o[5],o[6])}var r=Ut(e.prototype),s=e.apply(r,o);return ye(s)?s:r}}function v0(e,o,r){var s=qr(e);function d(){for(var f=arguments.length,y=S(f),x=f,w=$t(d);x--;)y[x]=arguments[x];var N=f<3&&y[0]!==w&&y[f-1]!==w?[]:Ro(y,w);if(f-=N.length,f<r)return xd(e,o,ei,d.placeholder,n,y,N,n,n,r-f);var C=this&&this!==Pe&&this instanceof d?s:e;return ln(C,this,y)}return d}function fd(e){return function(o,r,s){var d=me(o);if(!en(o)){var f=H(r,3);o=Me(o),r=function(x){return f(d[x],x,d)}}var y=e(o,r,s);return y>-1?d[f?o[y]:y]:n}}function gd(e){return lo(function(o){var r=o.length,s=r,d=An.prototype.thru;for(e&&o.reverse();s--;){var f=o[s];if(typeof f!="function")throw new Sn(_);if(d&&!y&&ri(f)=="wrapper")var y=new An([],!0)}for(s=y?s:r;++s<r;){f=o[s];var x=ri(f),w=x=="wrapper"?Ac(f):n;w&&Nc(w[0])&&w[1]==(Je|Ye|Ee|qn)&&!w[4].length&&w[9]==1?y=y[ri(w[0])].apply(y,w[3]):y=f.length==1&&Nc(f)?y[x]():y.thru(f)}return function(){var N=arguments,C=N[0];if(y&&N.length==1&&K(C))return y.plant(C).value();for(var E=0,M=r?o[E].apply(this,N):C;++E<r;)M=o[E].call(this,M);return M}})}function ei(e,o,r,s,d,f,y,x,w,N){var C=o&Je,E=o&ie,M=o&le,W=o&(Ye|je),G=o&kr,Z=M?n:qr(e);function $(){for(var Q=arguments.length,ne=S(Q),fn=Q;fn--;)ne[fn]=arguments[fn];if(W)var Ke=$t($),gn=Fx(ne,Ke);if(s&&(ne=md(ne,s,d,W)),f&&(ne=ld(ne,f,y,W)),Q-=gn,W&&Q<N){var Se=Ro(ne,Ke);return xd(e,o,ei,$.placeholder,r,ne,Se,x,w,N-Q)}var Un=E?r:this,go=M?Un[e]:e;return Q=ne.length,x?ne=$0(ne,x):G&&Q>1&&ne.reverse(),C&&w<Q&&(ne.length=w),this&&this!==Pe&&this instanceof $&&(go=Z||qr(go)),go.apply(Un,ne)}return $}function hd(e,o){return function(r,s){return jT(r,e,o(s),{})}}function ni(e,o){return function(r,s){var d;if(r===n&&s===n)return o;if(r!==n&&(d=r),s!==n){if(d===n)return s;typeof r=="string"||typeof s=="string"?(r=_n(r),s=_n(s)):(r=od(r),s=od(s)),d=e(r,s)}return d}}function bc(e){return lo(function(o){return o=ge(o,dn(H())),Y(function(r){var s=this;return e(o,function(d){return ln(d,s,r)})})})}function oi(e,o){o=o===n?" ":_n(o);var r=o.length;if(r<2)return r?uc(o,e):o;var s=uc(o,Ga(e/Ot(o)));return Ft(o)?$o(Rn(s),0,e).join(""):s.slice(0,e)}function S0(e,o,r,s){var d=o&ie,f=qr(e);function y(){for(var x=-1,w=arguments.length,N=-1,C=s.length,E=S(C+w),M=this&&this!==Pe&&this instanceof y?f:e;++N<C;)E[N]=s[N];for(;w--;)E[N++]=arguments[++x];return ln(M,d?r:this,E)}return y}function yd(e){return function(o,r,s){return s&&typeof s!="number"&&qe(o,r,s)&&(r=s=n),o=fo(o),r===n?(r=o,o=0):r=fo(r),s=s===n?o<r?1:-1:fo(s),p0(o,r,s,e)}}function ti(e){return function(o,r){return typeof o=="string"&&typeof r=="string"||(o=Nn(o),r=Nn(r)),e(o,r)}}function xd(e,o,r,s,d,f,y,x,w,N){var C=o&Ye,E=C?y:n,M=C?n:y,W=C?f:n,G=C?n:f;o|=C?Ee:De,o&=~(C?De:Ee),o&Po||(o&=~(ie|le));var Z=[e,o,d,W,E,G,M,x,w,N],$=r.apply(n,Z);return Nc(e)&&Ed($,Z),$.placeholder=s,Dd($,e,o)}function wc(e){var o=ke[e];return function(r,s){if(r=Nn(r),s=s==null?0:We(X(s),292),s&&Dl(r)){var d=(se(r)+"e").split("e"),f=o(d[0]+"e"+(+d[1]+s));return d=(se(f)+"e").split("e"),+(d[0]+"e"+(+d[1]-s))}return o(r)}}var A0=Bt&&1/Da(new Bt([,-0]))[1]==Qo?function(e){return new Bt(e)}:Vc;function Td(e){return function(o){var r=Ue(o);return r==Fn?Js(o):r==On?Gx(o):Mx(o,e(o))}}function mo(e,o,r,s,d,f,y,x){var w=o≤if(!w&&typeof e!="function")throw new Sn(_);var N=s?s.length:0;if(N||(o&=~(Ee|De),s=d=n),y=y===n?y:Le(X(y),0),x=x===n?x:X(x),N-=d?d.length:0,o&De){var C=s,E=d;s=d=n}var M=w?n:Ac(e),W=[e,o,r,s,d,C,E,f,y,x];if(M&&U0(W,M),e=W[0],o=W[1],r=W[2],s=W[3],d=W[4],x=W[9]=W[9]===n?w?0:e.length:Le(W[9]-N,0),!x&&o&(Ye|je)&&(o&=~(Ye|je)),!o||o==ie)var G=w0(e,o,r);else o==Ye||o==je?G=v0(e,o,x):(o==Ee||o==(ie|Ee))&&!d.length?G=S0(e,o,r,s):G=ei.apply(n,W);var Z=M?ed:Ed;return Dd(Z(G,W),e,o)}function bd(e,o,r,s){return e===n||Wn(e,Rt[r])&&!ce.call(s,r)?o:e}function wd(e,o,r,s,d,f){return ye(e)&&ye(o)&&(f.set(o,e),Ya(e,o,n,wd,f),f.delete(o)),e}function I0(e){return Zr(e)?n:e}function vd(e,o,r,s,d,f){var y=r&U,x=e.length,w=o.length;if(x!=w&&!(y&&w>x))return!1;var N=f.get(e),C=f.get(o);if(N&&C)return N==o&&C==e;var E=-1,M=!0,W=r&te?new tt:n;for(f.set(e,o),f.set(o,e);++E<x;){var G=e[E],Z=o[E];if(s)var $=y?s(Z,G,E,o,e,f):s(G,Z,E,e,o,f);if($!==n){if($)continue;M=!1;break}if(W){if(!qs(o,function(Q,ne){if(!Fr(W,ne)&&(G===Q||d(G,Q,r,s,f)))return W.push(ne)})){M=!1;break}}else if(!(G===Z||d(G,Z,r,s,f))){M=!1;break}}return f.delete(e),f.delete(o),M}function k0(e,o,r,s,d,f,y){switch(r){case Dt:if(e.byteLength!=o.byteLength||e.byteOffset!=o.byteOffset)return!1;e=e.buffer,o=o.buffer;case Mr:return!(e.byteLength!=o.byteLength||!f(new Ba(e),new Ba(o)));case Lr:case Nr:case Cr:return Wn(+e,+o);case Sa:return e.name==o.name&&e.message==o.message;case Er:case Dr:return e==o+"";case Fn:var x=Js;case On:var w=s&U;if(x||(x=Da),e.size!=o.size&&!w)return!1;var N=y.get(e);if(N)return N==o;s|=te,y.set(e,o);var C=vd(x(e),x(o),s,d,f,y);return y.delete(e),C;case Ia:if(Ur)return Ur.call(e)==Ur.call(o)}return!1}function L0(e,o,r,s,d,f){var y=r&U,x=vc(e),w=x.length,N=vc(o),C=N.length;if(w!=C&&!y)return!1;for(var E=w;E--;){var M=x[E];if(!(y?M in o:ce.call(o,M)))return!1}var W=f.get(e),G=f.get(o);if(W&&G)return W==o&&G==e;var Z=!0;f.set(e,o),f.set(o,e);for(var $=y;++E<w;){M=x[E];var Q=e[M],ne=o[M];if(s)var fn=y?s(ne,Q,M,o,e,f):s(Q,ne,M,e,o,f);if(!(fn===n?Q===ne||d(Q,ne,r,s,f):fn)){Z=!1;break}$||($=M=="constructor")}if(Z&&!$){var Ke=e.constructor,gn=o.constructor;Ke!=gn&&"constructor"in e&&"constructor"in o&&!(typeof Ke=="function"&&Ke instanceof Ke&&typeof gn=="function"&&gn instanceof gn)&&(Z=!1)}return f.delete(e),f.delete(o),Z}function lo(e){return Ec(Nd(e,n,Bd),e+"")}function vc(e){return $l(e,Me,kc)}function Sc(e){return $l(e,nn,Sd)}var Ac=Va?function(e){return Va.get(e)}:Vc;function ri(e){for(var o=e.name+"",r=Wt[o],s=ce.call(Wt,o)?r.length:0;s--;){var d=r[s],f=d.func;if(f==null||f==e)return d.name}return o}function $t(e){var o=ce.call(u,"placeholder")?u:e;return o.placeholder}function H(){var e=u.iteratee||Gc;return e=e===Gc?ql:e,arguments.length?e(arguments[0],arguments[1]):e}function ai(e,o){var r=e.__data__;return O0(o)?r[typeof o=="string"?"string":"hash"]:r.map}function Ic(e){for(var o=Me(e),r=o.length;r--;){var s=o[r],d=e[s];o[r]=[s,d,kd(d)]}return o}function it(e,o){var r=Wx(e,o);return zl(r)?r:n}function N0(e){var o=ce.call(e,nt),r=e[nt];try{e[nt]=n;var s=!0}catch(f){}var d=Oa.call(e);return s&&(o?e[nt]=r:delete e[nt]),d}var kc=ec?function(e){return e==null?[]:(e=me(e),Fo(ec(e),function(o){return Cl.call(e,o)}))}:zc,Sd=ec?function(e){for(var o=[];e;)Oo(o,kc(e)),e=Wa(e);return o}:zc,Ue=ze;(nc&&Ue(new nc(new ArrayBuffer(1)))!=Dt||Rr&&Ue(new Rr)!=Fn||oc&&Ue(oc.resolve())!=Um||Bt&&Ue(new Bt)!=On||Br&&Ue(new Br)!=Pr)&&(Ue=function(e){var o=ze(e),r=o==io?e.constructor:n,s=r?st(r):"";if(s)switch(s){case lT:return Dt;case dT:return Fn;case _T:return Um;case uT:return On;case fT:return Pr}return o});function C0(e,o,r){for(var s=-1,d=r.length;++s<d;){var f=r[s],y=f.size;switch(f.type){case"drop":e+=y;break;case"dropRight":o-=y;break;case"take":o=We(o,e+y);break;case"takeRight":e=Le(e,o-y);break}}return{start:e,end:o}}function E0(e){var o=e.match(Ry);return o?o[1].split(By):[]}function Ad(e,o,r){o=Go(o,e);for(var s=-1,d=o.length,f=!1;++s<d;){var y=Yn(o[s]);if(!(f=e!=null&&r(e,y)))break;e=e[y]}return f||++s!=d?f:(d=e==null?0:e.length,!!d&&di(d)&&_o(y,d)&&(K(e)||ct(e)))}function D0(e){var o=e.length,r=new e.constructor(o);return o&&typeof e[0]=="string"&&ce.call(e,"index")&&(r.index=e.index,r.input=e.input),r}function Id(e){return typeof e.constructor=="function"&&!Kr(e)?Ut(Wa(e)):{}}function P0(e,o,r){var s=e.constructor;switch(o){case Mr:return Tc(e);case Lr:case Nr:return new s(+e);case Dt:return g0(e,r);case Is:case ks:case Ls:case Ns:case Cs:case Es:case Ds:case Ps:case Ms:return cd(e,r);case Fn:return new s;case Cr:case Dr:return new s(e);case Er:return h0(e);case On:return new s;case Ia:return y0(e)}}function M0(e,o){var r=o.length;if(!r)return e;var s=r-1;return o[s]=(r>1?"& ":"")+o[s],o=o.join(r>2?", ":" "),e.replace(Oy,`{
|
|
2
|
-
/* [wrapped with `+o+`] */
|
|
3
|
-
`)}function F0(e){return K(e)||ct(e)||!!(El&&e&&e[El])}function _o(e,o){var r=typeof e;return o=o==null?Mo:o,!!o&&(r=="number"||r!="symbol"&&Ky.test(e))&&e>-1&&e%1==0&&e<o}function qe(e,o,r){if(!ye(r))return!1;var s=typeof o;return(s=="number"?en(r)&&_o(o,r.length):s=="string"&&o in r)?Wn(r[o],e):!1}function Lc(e,o){if(K(e))return!1;var r=typeof e;return r=="number"||r=="symbol"||r=="boolean"||e==null||un(e)?!0:Dy.test(e)||!Ey.test(e)||o!=null&&e in me(o)}function O0(e){var o=typeof e;return o=="string"||o=="number"||o=="symbol"||o=="boolean"?e!=="__proto__":e===null}function Nc(e){var o=ri(e),r=u[o];if(typeof r!="function"||!(o in ee.prototype))return!1;if(e===r)return!0;var s=Ac(r);return!!s&&e===s[0]}function R0(e){return!!kl&&kl in e}var B0=Ma?uo:qc;function Kr(e){var o=e&&e.constructor,r=typeof o=="function"&&o.prototype||Rt;return e===r}function kd(e){return e===e&&!ye(e)}function Ld(e,o){return function(r){return r==null?!1:r[e]===o&&(o!==n||e in me(r))}}function W0(e){var o=mi(e,function(s){return r.size===A&&r.clear(),s}),r=o.cache;return o}function U0(e,o){var r=e[1],s=o[1],d=r|s,f=d<(ie|le|Je),y=s==Je&&r==Ye||s==Je&&r==qn&&e[7].length<=o[8]||s==(Je|qn)&&o[7].length<=o[8]&&r==Ye;if(!(f||y))return e;s&ie&&(e[2]=o[2],d|=r&ie?0:Po);var x=o[3];if(x){var w=e[3];e[3]=w?md(w,x,o[4]):x,e[4]=w?Ro(e[3],I):o[4]}return x=o[5],x&&(w=e[5],e[5]=w?ld(w,x,o[6]):x,e[6]=w?Ro(e[5],I):o[6]),x=o[7],x&&(e[7]=x),s&Je&&(e[8]=e[8]==null?o[8]:We(e[8],o[8])),e[9]==null&&(e[9]=o[9]),e[0]=o[0],e[1]=d,e}function H0(e){var o=[];if(e!=null)for(var r in me(e))o.push(r);return o}function G0(e){return Oa.call(e)}function Nd(e,o,r){return o=Le(o===n?e.length-1:o,0),function(){for(var s=arguments,d=-1,f=Le(s.length-o,0),y=S(f);++d<f;)y[d]=s[o+d];d=-1;for(var x=S(o+1);++d<o;)x[d]=s[d];return x[o]=r(y),ln(e,this,x)}}function Cd(e,o){return o.length<2?e:at(e,kn(o,0,-1))}function $0(e,o){for(var r=e.length,s=We(o.length,r),d=Qe(e);s--;){var f=o[s];e[s]=_o(f,r)?d[f]:n}return e}function Cc(e,o){if(!(o==="constructor"&&typeof e[o]=="function")&&o!="__proto__")return e[o]}var Ed=Pd(ed),Xr=rT||function(e,o){return Pe.setTimeout(e,o)},Ec=Pd(d0);function Dd(e,o,r){var s=o+"";return Ec(e,M0(s,V0(E0(s),r)))}function Pd(e){var o=0,r=0;return function(){var s=cT(),d=ly-(s-r);if(r=s,d>0){if(++o>=my)return arguments[0]}else o=0;return e.apply(n,arguments)}}function ii(e,o){var r=-1,s=e.length,d=s-1;for(o=o===n?s:o;++r<o;){var f=_c(r,d),y=e[f];e[f]=e[r],e[r]=y}return e.length=o,e}var Md=W0(function(e){var o=[];return e.charCodeAt(0)===46&&o.push(""),e.replace(Py,function(r,s,d,f){o.push(d?f.replace(Hy,"$1"):s||r)}),o});function Yn(e){if(typeof e=="string"||un(e))return e;var o=e+"";return o=="0"&&1/e==-Qo?"-0":o}function st(e){if(e!=null){try{return Fa.call(e)}catch(o){}try{return e+""}catch(o){}}return""}function V0(e,o){return vn(hy,function(r){var s="_."+r[0];o&r[1]&&!Ca(e,s)&&e.push(s)}),e.sort()}function Fd(e){if(e instanceof ee)return e.clone();var o=new An(e.__wrapped__,e.__chain__);return o.__actions__=Qe(e.__actions__),o.__index__=e.__index__,o.__values__=e.__values__,o}function z0(e,o,r){(r?qe(e,o,r):o===n)?o=1:o=Le(X(o),0);var s=e==null?0:e.length;if(!s||o<1)return[];for(var d=0,f=0,y=S(Ga(s/o));d<s;)y[f++]=kn(e,d,d+=o);return y}function q0(e){for(var o=-1,r=e==null?0:e.length,s=0,d=[];++o<r;){var f=e[o];f&&(d[s++]=f)}return d}function K0(){var e=arguments.length;if(!e)return[];for(var o=S(e-1),r=arguments[0],s=e;s--;)o[s-1]=arguments[s];return Oo(K(r)?Qe(r):[r],Oe(o,1))}var X0=Y(function(e,o){return ve(e)?Gr(e,Oe(o,1,ve,!0)):[]}),Z0=Y(function(e,o){var r=Ln(o);return ve(r)&&(r=n),ve(e)?Gr(e,Oe(o,1,ve,!0),H(r,2)):[]}),Y0=Y(function(e,o){var r=Ln(o);return ve(r)&&(r=n),ve(e)?Gr(e,Oe(o,1,ve,!0),n,r):[]});function j0(e,o,r){var s=e==null?0:e.length;return s?(o=r||o===n?1:X(o),kn(e,o<0?0:o,s)):[]}function J0(e,o,r){var s=e==null?0:e.length;return s?(o=r||o===n?1:X(o),o=s-o,kn(e,0,o<0?0:o)):[]}function Q0(e,o){return e&&e.length?Ja(e,H(o,3),!0,!0):[]}function eb(e,o){return e&&e.length?Ja(e,H(o,3),!0):[]}function nb(e,o,r,s){var d=e==null?0:e.length;return d?(r&&typeof r!="number"&&qe(e,o,r)&&(r=0,s=d),KT(e,o,r,s)):[]}function Od(e,o,r){var s=e==null?0:e.length;if(!s)return-1;var d=r==null?0:X(r);return d<0&&(d=Le(s+d,0)),Ea(e,H(o,3),d)}function Rd(e,o,r){var s=e==null?0:e.length;if(!s)return-1;var d=s-1;return r!==n&&(d=X(r),d=r<0?Le(s+d,0):We(d,s-1)),Ea(e,H(o,3),d,!0)}function Bd(e){var o=e==null?0:e.length;return o?Oe(e,1):[]}function ob(e){var o=e==null?0:e.length;return o?Oe(e,Qo):[]}function tb(e,o){var r=e==null?0:e.length;return r?(o=o===n?1:X(o),Oe(e,o)):[]}function rb(e){for(var o=-1,r=e==null?0:e.length,s={};++o<r;){var d=e[o];s[d[0]]=d[1]}return s}function Wd(e){return e&&e.length?e[0]:n}function ab(e,o,r){var s=e==null?0:e.length;if(!s)return-1;var d=r==null?0:X(r);return d<0&&(d=Le(s+d,0)),Mt(e,o,d)}function ib(e){var o=e==null?0:e.length;return o?kn(e,0,-1):[]}var sb=Y(function(e){var o=ge(e,yc);return o.length&&o[0]===e[0]?cc(o):[]}),cb=Y(function(e){var o=Ln(e),r=ge(e,yc);return o===Ln(r)?o=n:r.pop(),r.length&&r[0]===e[0]?cc(r,H(o,2)):[]}),pb=Y(function(e){var o=Ln(e),r=ge(e,yc);return o=typeof o=="function"?o:n,o&&r.pop(),r.length&&r[0]===e[0]?cc(r,n,o):[]});function mb(e,o){return e==null?"":iT.call(e,o)}function Ln(e){var o=e==null?0:e.length;return o?e[o-1]:n}function lb(e,o,r){var s=e==null?0:e.length;if(!s)return-1;var d=s;return r!==n&&(d=X(r),d=d<0?Le(s+d,0):We(d,s-1)),o===o?Vx(e,o,d):Ea(e,xl,d,!0)}function db(e,o){return e&&e.length?Yl(e,X(o)):n}var _b=Y(Ud);function Ud(e,o){return e&&e.length&&o&&o.length?dc(e,o):e}function ub(e,o,r){return e&&e.length&&o&&o.length?dc(e,o,H(r,2)):e}function fb(e,o,r){return e&&e.length&&o&&o.length?dc(e,o,n,r):e}var gb=lo(function(e,o){var r=e==null?0:e.length,s=rc(e,o);return Ql(e,ge(o,function(d){return _o(d,r)?+d:d}).sort(pd)),s});function hb(e,o){var r=[];if(!(e&&e.length))return r;var s=-1,d=[],f=e.length;for(o=H(o,3);++s<f;){var y=e[s];o(y,s,e)&&(r.push(y),d.push(s))}return Ql(e,d),r}function Dc(e){return e==null?e:mT.call(e)}function yb(e,o,r){var s=e==null?0:e.length;return s?(r&&typeof r!="number"&&qe(e,o,r)?(o=0,r=s):(o=o==null?0:X(o),r=r===n?s:X(r)),kn(e,o,r)):[]}function xb(e,o){return ja(e,o)}function Tb(e,o,r){return fc(e,o,H(r,2))}function bb(e,o){var r=e==null?0:e.length;if(r){var s=ja(e,o);if(s<r&&Wn(e[s],o))return s}return-1}function wb(e,o){return ja(e,o,!0)}function vb(e,o,r){return fc(e,o,H(r,2),!0)}function Sb(e,o){var r=e==null?0:e.length;if(r){var s=ja(e,o,!0)-1;if(Wn(e[s],o))return s}return-1}function Ab(e){return e&&e.length?nd(e):[]}function Ib(e,o){return e&&e.length?nd(e,H(o,2)):[]}function kb(e){var o=e==null?0:e.length;return o?kn(e,1,o):[]}function Lb(e,o,r){return e&&e.length?(o=r||o===n?1:X(o),kn(e,0,o<0?0:o)):[]}function Nb(e,o,r){var s=e==null?0:e.length;return s?(o=r||o===n?1:X(o),o=s-o,kn(e,o<0?0:o,s)):[]}function Cb(e,o){return e&&e.length?Ja(e,H(o,3),!1,!0):[]}function Eb(e,o){return e&&e.length?Ja(e,H(o,3)):[]}var Db=Y(function(e){return Ho(Oe(e,1,ve,!0))}),Pb=Y(function(e){var o=Ln(e);return ve(o)&&(o=n),Ho(Oe(e,1,ve,!0),H(o,2))}),Mb=Y(function(e){var o=Ln(e);return o=typeof o=="function"?o:n,Ho(Oe(e,1,ve,!0),n,o)});function Fb(e){return e&&e.length?Ho(e):[]}function Ob(e,o){return e&&e.length?Ho(e,H(o,2)):[]}function Rb(e,o){return o=typeof o=="function"?o:n,e&&e.length?Ho(e,n,o):[]}function Pc(e){if(!(e&&e.length))return[];var o=0;return e=Fo(e,function(r){if(ve(r))return o=Le(r.length,o),!0}),Ys(o,function(r){return ge(e,Ks(r))})}function Hd(e,o){if(!(e&&e.length))return[];var r=Pc(e);return o==null?r:ge(r,function(s){return ln(o,n,s)})}var Bb=Y(function(e,o){return ve(e)?Gr(e,o):[]}),Wb=Y(function(e){return hc(Fo(e,ve))}),Ub=Y(function(e){var o=Ln(e);return ve(o)&&(o=n),hc(Fo(e,ve),H(o,2))}),Hb=Y(function(e){var o=Ln(e);return o=typeof o=="function"?o:n,hc(Fo(e,ve),n,o)}),Gb=Y(Pc);function $b(e,o){return ad(e||[],o||[],Hr)}function Vb(e,o){return ad(e||[],o||[],zr)}var zb=Y(function(e){var o=e.length,r=o>1?e[o-1]:n;return r=typeof r=="function"?(e.pop(),r):n,Hd(e,r)});function Gd(e){var o=u(e);return o.__chain__=!0,o}function qb(e,o){return o(e),e}function si(e,o){return o(e)}var Kb=lo(function(e){var o=e.length,r=o?e[0]:0,s=this.__wrapped__,d=function(f){return rc(f,e)};return o>1||this.__actions__.length||!(s instanceof ee)||!_o(r)?this.thru(d):(s=s.slice(r,+r+(o?1:0)),s.__actions__.push({func:si,args:[d],thisArg:n}),new An(s,this.__chain__).thru(function(f){return o&&!f.length&&f.push(n),f}))});function Xb(){return Gd(this)}function Zb(){return new An(this.value(),this.__chain__)}function Yb(){this.__values__===n&&(this.__values__=o_(this.value()));var e=this.__index__>=this.__values__.length,o=e?n:this.__values__[this.__index__++];return{done:e,value:o}}function jb(){return this}function Jb(e){for(var o,r=this;r instanceof qa;){var s=Fd(r);s.__index__=0,s.__values__=n,o?d.__wrapped__=s:o=s;var d=s;r=r.__wrapped__}return d.__wrapped__=e,o}function Qb(){var e=this.__wrapped__;if(e instanceof ee){var o=e;return this.__actions__.length&&(o=new ee(this)),o=o.reverse(),o.__actions__.push({func:si,args:[Dc],thisArg:n}),new An(o,this.__chain__)}return this.thru(Dc)}function ew(){return rd(this.__wrapped__,this.__actions__)}var nw=Qa(function(e,o,r){ce.call(e,r)?++e[r]:po(e,r,1)});function ow(e,o,r){var s=K(e)?hl:qT;return r&&qe(e,o,r)&&(o=n),s(e,H(o,3))}function tw(e,o){var r=K(e)?Fo:Hl;return r(e,H(o,3))}var rw=fd(Od),aw=fd(Rd);function iw(e,o){return Oe(ci(e,o),1)}function sw(e,o){return Oe(ci(e,o),Qo)}function cw(e,o,r){return r=r===n?1:X(r),Oe(ci(e,o),r)}function $d(e,o){var r=K(e)?vn:Uo;return r(e,H(o,3))}function Vd(e,o){var r=K(e)?kx:Ul;return r(e,H(o,3))}var pw=Qa(function(e,o,r){ce.call(e,r)?e[r].push(o):po(e,r,[o])});function mw(e,o,r,s){e=en(e)?e:zt(e),r=r&&!s?X(r):0;var d=e.length;return r<0&&(r=Le(d+r,0)),_i(e)?r<=d&&e.indexOf(o,r)>-1:!!d&&Mt(e,o,r)>-1}var lw=Y(function(e,o,r){var s=-1,d=typeof o=="function",f=en(e)?S(e.length):[];return Uo(e,function(y){f[++s]=d?ln(o,y,r):$r(y,o,r)}),f}),dw=Qa(function(e,o,r){po(e,r,o)});function ci(e,o){var r=K(e)?ge:Kl;return r(e,H(o,3))}function _w(e,o,r,s){return e==null?[]:(K(o)||(o=o==null?[]:[o]),r=s?n:r,K(r)||(r=r==null?[]:[r]),jl(e,o,r))}var uw=Qa(function(e,o,r){e[r?0:1].push(o)},function(){return[[],[]]});function fw(e,o,r){var s=K(e)?zs:bl,d=arguments.length<3;return s(e,H(o,4),r,d,Uo)}function gw(e,o,r){var s=K(e)?Lx:bl,d=arguments.length<3;return s(e,H(o,4),r,d,Ul)}function hw(e,o){var r=K(e)?Fo:Hl;return r(e,li(H(o,3)))}function yw(e){var o=K(e)?Ol:m0;return o(e)}function xw(e,o,r){(r?qe(e,o,r):o===n)?o=1:o=X(o);var s=K(e)?HT:l0;return s(e,o)}function Tw(e){var o=K(e)?GT:_0;return o(e)}function bw(e){if(e==null)return 0;if(en(e))return _i(e)?Ot(e):e.length;var o=Ue(e);return o==Fn||o==On?e.size:mc(e).length}function ww(e,o,r){var s=K(e)?qs:u0;return r&&qe(e,o,r)&&(o=n),s(e,H(o,3))}var vw=Y(function(e,o){if(e==null)return[];var r=o.length;return r>1&&qe(e,o[0],o[1])?o=[]:r>2&&qe(o[0],o[1],o[2])&&(o=[o[0]]),jl(e,Oe(o,1),[])}),pi=tT||function(){return Pe.Date.now()};function Sw(e,o){if(typeof o!="function")throw new Sn(_);return e=X(e),function(){if(--e<1)return o.apply(this,arguments)}}function zd(e,o,r){return o=r?n:o,o=e&&o==null?e.length:o,mo(e,Je,n,n,n,n,o)}function qd(e,o){var r;if(typeof o!="function")throw new Sn(_);return e=X(e),function(){return--e>0&&(r=o.apply(this,arguments)),e<=1&&(o=n),r}}var Mc=Y(function(e,o,r){var s=ie;if(r.length){var d=Ro(r,$t(Mc));s|=Ee}return mo(e,s,o,r,d)}),Kd=Y(function(e,o,r){var s=ie|le;if(r.length){var d=Ro(r,$t(Kd));s|=Ee}return mo(o,s,e,r,d)});function Xd(e,o,r){o=r?n:o;var s=mo(e,Ye,n,n,n,n,n,o);return s.placeholder=Xd.placeholder,s}function Zd(e,o,r){o=r?n:o;var s=mo(e,je,n,n,n,n,n,o);return s.placeholder=Zd.placeholder,s}function Yd(e,o,r){var s,d,f,y,x,w,N=0,C=!1,E=!1,M=!0;if(typeof e!="function")throw new Sn(_);o=Nn(o)||0,ye(r)&&(C=!!r.leading,E="maxWait"in r,f=E?Le(Nn(r.maxWait)||0,o):f,M="trailing"in r?!!r.trailing:M);function W(Se){var Un=s,go=d;return s=d=n,N=Se,y=e.apply(go,Un),y}function G(Se){return N=Se,x=Xr(Q,o),C?W(Se):y}function Z(Se){var Un=Se-w,go=Se-N,f_=o-Un;return E?We(f_,f-go):f_}function $(Se){var Un=Se-w,go=Se-N;return w===n||Un>=o||Un<0||E&&go>=f}function Q(){var Se=pi();if($(Se))return ne(Se);x=Xr(Q,Z(Se))}function ne(Se){return x=n,M&&s?W(Se):(s=d=n,y)}function fn(){x!==n&&id(x),N=0,s=w=d=x=n}function Ke(){return x===n?y:ne(pi())}function gn(){var Se=pi(),Un=$(Se);if(s=arguments,d=this,w=Se,Un){if(x===n)return G(w);if(E)return id(x),x=Xr(Q,o),W(w)}return x===n&&(x=Xr(Q,o)),y}return gn.cancel=fn,gn.flush=Ke,gn}var Aw=Y(function(e,o){return Wl(e,1,o)}),Iw=Y(function(e,o,r){return Wl(e,Nn(o)||0,r)});function kw(e){return mo(e,kr)}function mi(e,o){if(typeof e!="function"||o!=null&&typeof o!="function")throw new Sn(_);var r=function(){var s=arguments,d=o?o.apply(this,s):s[0],f=r.cache;if(f.has(d))return f.get(d);var y=e.apply(this,s);return r.cache=f.set(d,y)||f,y};return r.cache=new(mi.Cache||co),r}mi.Cache=co;function li(e){if(typeof e!="function")throw new Sn(_);return function(){var o=arguments;switch(o.length){case 0:return!e.call(this);case 1:return!e.call(this,o[0]);case 2:return!e.call(this,o[0],o[1]);case 3:return!e.call(this,o[0],o[1],o[2])}return!e.apply(this,o)}}function Lw(e){return qd(2,e)}var Nw=f0(function(e,o){o=o.length==1&&K(o[0])?ge(o[0],dn(H())):ge(Oe(o,1),dn(H()));var r=o.length;return Y(function(s){for(var d=-1,f=We(s.length,r);++d<f;)s[d]=o[d].call(this,s[d]);return ln(e,this,s)})}),Fc=Y(function(e,o){var r=Ro(o,$t(Fc));return mo(e,Ee,n,o,r)}),jd=Y(function(e,o){var r=Ro(o,$t(jd));return mo(e,De,n,o,r)}),Cw=lo(function(e,o){return mo(e,qn,n,n,n,o)});function Ew(e,o){if(typeof e!="function")throw new Sn(_);return o=o===n?o:X(o),Y(e,o)}function Dw(e,o){if(typeof e!="function")throw new Sn(_);return o=o==null?0:Le(X(o),0),Y(function(r){var s=r[o],d=$o(r,0,o);return s&&Oo(d,s),ln(e,this,d)})}function Pw(e,o,r){var s=!0,d=!0;if(typeof e!="function")throw new Sn(_);return ye(r)&&(s="leading"in r?!!r.leading:s,d="trailing"in r?!!r.trailing:d),Yd(e,o,{leading:s,maxWait:o,trailing:d})}function Mw(e){return zd(e,1)}function Fw(e,o){return Fc(xc(o),e)}function Ow(){if(!arguments.length)return[];var e=arguments[0];return K(e)?e:[e]}function Rw(e){return In(e,O)}function Bw(e,o){return o=typeof o=="function"?o:n,In(e,O,o)}function Ww(e){return In(e,D|O)}function Uw(e,o){return o=typeof o=="function"?o:n,In(e,D|O,o)}function Hw(e,o){return o==null||Bl(e,o,Me(o))}function Wn(e,o){return e===o||e!==e&&o!==o}var Gw=ti(sc),$w=ti(function(e,o){return e>=o}),ct=Vl(function(){return arguments}())?Vl:function(e){return be(e)&&ce.call(e,"callee")&&!Cl.call(e,"callee")},K=S.isArray,Vw=ll?dn(ll):JT;function en(e){return e!=null&&di(e.length)&&!uo(e)}function ve(e){return be(e)&&en(e)}function zw(e){return e===!0||e===!1||be(e)&&ze(e)==Lr}var Vo=aT||qc,qw=dl?dn(dl):QT;function Kw(e){return be(e)&&e.nodeType===1&&!Zr(e)}function Xw(e){if(e==null)return!0;if(en(e)&&(K(e)||typeof e=="string"||typeof e.splice=="function"||Vo(e)||Vt(e)||ct(e)))return!e.length;var o=Ue(e);if(o==Fn||o==On)return!e.size;if(Kr(e))return!mc(e).length;for(var r in e)if(ce.call(e,r))return!1;return!0}function Zw(e,o){return Vr(e,o)}function Yw(e,o,r){r=typeof r=="function"?r:n;var s=r?r(e,o):n;return s===n?Vr(e,o,n,r):!!s}function Oc(e){if(!be(e))return!1;var o=ze(e);return o==Sa||o==xy||typeof e.message=="string"&&typeof e.name=="string"&&!Zr(e)}function jw(e){return typeof e=="number"&&Dl(e)}function uo(e){if(!ye(e))return!1;var o=ze(e);return o==Aa||o==Wm||o==yy||o==by}function Jd(e){return typeof e=="number"&&e==X(e)}function di(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Mo}function ye(e){var o=typeof e;return e!=null&&(o=="object"||o=="function")}function be(e){return e!=null&&typeof e=="object"}var Qd=_l?dn(_l):n0;function Jw(e,o){return e===o||pc(e,o,Ic(o))}function Qw(e,o,r){return r=typeof r=="function"?r:n,pc(e,o,Ic(o),r)}function ev(e){return e_(e)&&e!=+e}function nv(e){if(B0(e))throw new q(c);return zl(e)}function ov(e){return e===null}function tv(e){return e==null}function e_(e){return typeof e=="number"||be(e)&&ze(e)==Cr}function Zr(e){if(!be(e)||ze(e)!=io)return!1;var o=Wa(e);if(o===null)return!0;var r=ce.call(o,"constructor")&&o.constructor;return typeof r=="function"&&r instanceof r&&Fa.call(r)==Qx}var Rc=ul?dn(ul):o0;function rv(e){return Jd(e)&&e>=-Mo&&e<=Mo}var n_=fl?dn(fl):t0;function _i(e){return typeof e=="string"||!K(e)&&be(e)&&ze(e)==Dr}function un(e){return typeof e=="symbol"||be(e)&&ze(e)==Ia}var Vt=gl?dn(gl):r0;function av(e){return e===n}function iv(e){return be(e)&&Ue(e)==Pr}function sv(e){return be(e)&&ze(e)==vy}var cv=ti(lc),pv=ti(function(e,o){return e<=o});function o_(e){if(!e)return[];if(en(e))return _i(e)?Rn(e):Qe(e);if(Or&&e[Or])return Hx(e[Or]());var o=Ue(e),r=o==Fn?Js:o==On?Da:zt;return r(e)}function fo(e){if(!e)return e===0?e:0;if(e=Nn(e),e===Qo||e===-Qo){var o=e<0?-1:1;return o*uy}return e===e?e:0}function X(e){var o=fo(e),r=o%1;return o===o?r?o-r:o:0}function t_(e){return e?rt(X(e),0,Kn):0}function Nn(e){if(typeof e=="number")return e;if(un(e))return wa;if(ye(e)){var o=typeof e.valueOf=="function"?e.valueOf():e;e=ye(o)?o+"":o}if(typeof e!="string")return e===0?e:+e;e=wl(e);var r=Vy.test(e);return r||qy.test(e)?Sx(e.slice(2),r?2:8):$y.test(e)?wa:+e}function r_(e){return Zn(e,nn(e))}function mv(e){return e?rt(X(e),-Mo,Mo):e===0?e:0}function se(e){return e==null?"":_n(e)}var lv=Ht(function(e,o){if(Kr(o)||en(o)){Zn(o,Me(o),e);return}for(var r in o)ce.call(o,r)&&Hr(e,r,o[r])}),a_=Ht(function(e,o){Zn(o,nn(o),e)}),ui=Ht(function(e,o,r,s){Zn(o,nn(o),e,s)}),dv=Ht(function(e,o,r,s){Zn(o,Me(o),e,s)}),_v=lo(rc);function uv(e,o){var r=Ut(e);return o==null?r:Rl(r,o)}var fv=Y(function(e,o){e=me(e);var r=-1,s=o.length,d=s>2?o[2]:n;for(d&&qe(o[0],o[1],d)&&(s=1);++r<s;)for(var f=o[r],y=nn(f),x=-1,w=y.length;++x<w;){var N=y[x],C=e[N];(C===n||Wn(C,Rt[N])&&!ce.call(e,N))&&(e[N]=f[N])}return e}),gv=Y(function(e){return e.push(n,wd),ln(i_,n,e)});function hv(e,o){return yl(e,H(o,3),Xn)}function yv(e,o){return yl(e,H(o,3),ic)}function xv(e,o){return e==null?e:ac(e,H(o,3),nn)}function Tv(e,o){return e==null?e:Gl(e,H(o,3),nn)}function bv(e,o){return e&&Xn(e,H(o,3))}function wv(e,o){return e&&ic(e,H(o,3))}function vv(e){return e==null?[]:Za(e,Me(e))}function Sv(e){return e==null?[]:Za(e,nn(e))}function Bc(e,o,r){var s=e==null?n:at(e,o);return s===n?r:s}function Av(e,o){return e!=null&&Ad(e,o,XT)}function Wc(e,o){return e!=null&&Ad(e,o,ZT)}var Iv=hd(function(e,o,r){o!=null&&typeof o.toString!="function"&&(o=Oa.call(o)),e[o]=r},Hc(on)),kv=hd(function(e,o,r){o!=null&&typeof o.toString!="function"&&(o=Oa.call(o)),ce.call(e,o)?e[o].push(r):e[o]=[r]},H),Lv=Y($r);function Me(e){return en(e)?Fl(e):mc(e)}function nn(e){return en(e)?Fl(e,!0):a0(e)}function Nv(e,o){var r={};return o=H(o,3),Xn(e,function(s,d,f){po(r,o(s,d,f),s)}),r}function Cv(e,o){var r={};return o=H(o,3),Xn(e,function(s,d,f){po(r,d,o(s,d,f))}),r}var Ev=Ht(function(e,o,r){Ya(e,o,r)}),i_=Ht(function(e,o,r,s){Ya(e,o,r,s)}),Dv=lo(function(e,o){var r={};if(e==null)return r;var s=!1;o=ge(o,function(f){return f=Go(f,e),s||(s=f.length>1),f}),Zn(e,Sc(e),r),s&&(r=In(r,D|F|O,I0));for(var d=o.length;d--;)gc(r,o[d]);return r});function Pv(e,o){return s_(e,li(H(o)))}var Mv=lo(function(e,o){return e==null?{}:s0(e,o)});function s_(e,o){if(e==null)return{};var r=ge(Sc(e),function(s){return[s]});return o=H(o),Jl(e,r,function(s,d){return o(s,d[0])})}function Fv(e,o,r){o=Go(o,e);var s=-1,d=o.length;for(d||(d=1,e=n);++s<d;){var f=e==null?n:e[Yn(o[s])];f===n&&(s=d,f=r),e=uo(f)?f.call(e):f}return e}function Ov(e,o,r){return e==null?e:zr(e,o,r)}function Rv(e,o,r,s){return s=typeof s=="function"?s:n,e==null?e:zr(e,o,r,s)}var c_=Td(Me),p_=Td(nn);function Bv(e,o,r){var s=K(e),d=s||Vo(e)||Vt(e);if(o=H(o,4),r==null){var f=e&&e.constructor;d?r=s?new f:[]:ye(e)?r=uo(f)?Ut(Wa(e)):{}:r={}}return(d?vn:Xn)(e,function(y,x,w){return o(r,y,x,w)}),r}function Wv(e,o){return e==null?!0:gc(e,o)}function Uv(e,o,r){return e==null?e:td(e,o,xc(r))}function Hv(e,o,r,s){return s=typeof s=="function"?s:n,e==null?e:td(e,o,xc(r),s)}function zt(e){return e==null?[]:js(e,Me(e))}function Gv(e){return e==null?[]:js(e,nn(e))}function $v(e,o,r){return r===n&&(r=o,o=n),r!==n&&(r=Nn(r),r=r===r?r:0),o!==n&&(o=Nn(o),o=o===o?o:0),rt(Nn(e),o,r)}function Vv(e,o,r){return o=fo(o),r===n?(r=o,o=0):r=fo(r),e=Nn(e),YT(e,o,r)}function zv(e,o,r){if(r&&typeof r!="boolean"&&qe(e,o,r)&&(o=r=n),r===n&&(typeof o=="boolean"?(r=o,o=n):typeof e=="boolean"&&(r=e,e=n)),e===n&&o===n?(e=0,o=1):(e=fo(e),o===n?(o=e,e=0):o=fo(o)),e>o){var s=e;e=o,o=s}if(r||e%1||o%1){var d=Pl();return We(e+d*(o-e+vx("1e-"+((d+"").length-1))),o)}return _c(e,o)}var qv=Gt(function(e,o,r){return o=o.toLowerCase(),e+(r?m_(o):o)});function m_(e){return Uc(se(e).toLowerCase())}function l_(e){return e=se(e),e&&e.replace(Xy,Ox).replace(_x,"")}function Kv(e,o,r){e=se(e),o=_n(o);var s=e.length;r=r===n?s:rt(X(r),0,s);var d=r;return r-=o.length,r>=0&&e.slice(r,d)==o}function Xv(e){return e=se(e),e&&Ly.test(e)?e.replace(Gm,Rx):e}function Zv(e){return e=se(e),e&&My.test(e)?e.replace(Fs,"\\$&"):e}var Yv=Gt(function(e,o,r){return e+(r?"-":"")+o.toLowerCase()}),jv=Gt(function(e,o,r){return e+(r?" ":"")+o.toLowerCase()}),Jv=ud("toLowerCase");function Qv(e,o,r){e=se(e),o=X(o);var s=o?Ot(e):0;if(!o||s>=o)return e;var d=(o-s)/2;return oi($a(d),r)+e+oi(Ga(d),r)}function eS(e,o,r){e=se(e),o=X(o);var s=o?Ot(e):0;return o&&s<o?e+oi(o-s,r):e}function nS(e,o,r){e=se(e),o=X(o);var s=o?Ot(e):0;return o&&s<o?oi(o-s,r)+e:e}function oS(e,o,r){return r||o==null?o=0:o&&(o=+o),pT(se(e).replace(Os,""),o||0)}function tS(e,o,r){return(r?qe(e,o,r):o===n)?o=1:o=X(o),uc(se(e),o)}function rS(){var e=arguments,o=se(e[0]);return e.length<3?o:o.replace(e[1],e[2])}var aS=Gt(function(e,o,r){return e+(r?"_":"")+o.toLowerCase()});function iS(e,o,r){return r&&typeof r!="number"&&qe(e,o,r)&&(o=r=n),r=r===n?Kn:r>>>0,r?(e=se(e),e&&(typeof o=="string"||o!=null&&!Rc(o))&&(o=_n(o),!o&&Ft(e))?$o(Rn(e),0,r):e.split(o,r)):[]}var sS=Gt(function(e,o,r){return e+(r?" ":"")+Uc(o)});function cS(e,o,r){return e=se(e),r=r==null?0:rt(X(r),0,e.length),o=_n(o),e.slice(r,r+o.length)==o}function pS(e,o,r){var s=u.templateSettings;r&&qe(e,o,r)&&(o=n),e=se(e),o=ui({},o,s,bd);var d=ui({},o.imports,s.imports,bd),f=Me(d),y=js(d,f),x,w,N=0,C=o.interpolate||ka,E="__p += '",M=Qs((o.escape||ka).source+"|"+C.source+"|"+(C===$m?Gy:ka).source+"|"+(o.evaluate||ka).source+"|$","g"),W="//# sourceURL="+(ce.call(o,"sourceURL")?(o.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++yx+"]")+`
|
|
4
|
-
`;e.replace(M,function($,Q,ne,fn,Ke,gn){return ne||(ne=fn),E+=e.slice(N,gn).replace(Zy,Bx),Q&&(x=!0,E+=`' +
|
|
5
|
-
__e(`+Q+`) +
|
|
6
|
-
'`),Ke&&(w=!0,E+=`';
|
|
7
|
-
`+Ke+`;
|
|
8
|
-
__p += '`),ne&&(E+=`' +
|
|
9
|
-
((__t = (`+ne+`)) == null ? '' : __t) +
|
|
10
|
-
'`),N=gn+$.length,$}),E+=`';
|
|
11
|
-
`;var G=ce.call(o,"variable")&&o.variable;if(!G)E=`with (obj) {
|
|
12
|
-
`+E+`
|
|
13
|
-
}
|
|
14
|
-
`;else if(Uy.test(G))throw new q(g);E=(w?E.replace(Sy,""):E).replace(Ay,"$1").replace(Iy,"$1;"),E="function("+(G||"obj")+`) {
|
|
15
|
-
`+(G?"":`obj || (obj = {});
|
|
16
|
-
`)+"var __t, __p = ''"+(x?", __e = _.escape":"")+(w?`, __j = Array.prototype.join;
|
|
17
|
-
function print() { __p += __j.call(arguments, '') }
|
|
18
|
-
`:`;
|
|
19
|
-
`)+E+`return __p
|
|
20
|
-
}`;var Z=__(function(){return ae(f,W+"return "+E).apply(n,y)});if(Z.source=E,Oc(Z))throw Z;return Z}function mS(e){return se(e).toLowerCase()}function lS(e){return se(e).toUpperCase()}function dS(e,o,r){if(e=se(e),e&&(r||o===n))return wl(e);if(!e||!(o=_n(o)))return e;var s=Rn(e),d=Rn(o),f=vl(s,d),y=Sl(s,d)+1;return $o(s,f,y).join("")}function _S(e,o,r){if(e=se(e),e&&(r||o===n))return e.slice(0,Il(e)+1);if(!e||!(o=_n(o)))return e;var s=Rn(e),d=Sl(s,Rn(o))+1;return $o(s,0,d).join("")}function uS(e,o,r){if(e=se(e),e&&(r||o===n))return e.replace(Os,"");if(!e||!(o=_n(o)))return e;var s=Rn(e),d=vl(s,Rn(o));return $o(s,d).join("")}function fS(e,o){var r=As,s=py;if(ye(o)){var d="separator"in o?o.separator:d;r="length"in o?X(o.length):r,s="omission"in o?_n(o.omission):s}e=se(e);var f=e.length;if(Ft(e)){var y=Rn(e);f=y.length}if(r>=f)return e;var x=r-Ot(s);if(x<1)return s;var w=y?$o(y,0,x).join(""):e.slice(0,x);if(d===n)return w+s;if(y&&(x+=w.length-x),Rc(d)){if(e.slice(x).search(d)){var N,C=w;for(d.global||(d=Qs(d.source,se(Vm.exec(d))+"g")),d.lastIndex=0;N=d.exec(C);)var E=N.index;w=w.slice(0,E===n?x:E)}}else if(e.indexOf(_n(d),x)!=x){var M=w.lastIndexOf(d);M>-1&&(w=w.slice(0,M))}return w+s}function gS(e){return e=se(e),e&&ky.test(e)?e.replace(Hm,zx):e}var hS=Gt(function(e,o,r){return e+(r?" ":"")+o.toUpperCase()}),Uc=ud("toUpperCase");function d_(e,o,r){return e=se(e),o=r?n:o,o===n?Ux(e)?Xx(e):Ex(e):e.match(o)||[]}var __=Y(function(e,o){try{return ln(e,n,o)}catch(r){return Oc(r)?r:new q(r)}}),yS=lo(function(e,o){return vn(o,function(r){r=Yn(r),po(e,r,Mc(e[r],e))}),e});function xS(e){var o=e==null?0:e.length,r=H();return e=o?ge(e,function(s){if(typeof s[1]!="function")throw new Sn(_);return[r(s[0]),s[1]]}):[],Y(function(s){for(var d=-1;++d<o;){var f=e[d];if(ln(f[0],this,s))return ln(f[1],this,s)}})}function TS(e){return zT(In(e,D))}function Hc(e){return function(){return e}}function bS(e,o){return e==null||e!==e?o:e}var wS=gd(),vS=gd(!0);function on(e){return e}function Gc(e){return ql(typeof e=="function"?e:In(e,D))}function SS(e){return Xl(In(e,D))}function AS(e,o){return Zl(e,In(o,D))}var IS=Y(function(e,o){return function(r){return $r(r,e,o)}}),kS=Y(function(e,o){return function(r){return $r(e,r,o)}});function $c(e,o,r){var s=Me(o),d=Za(o,s);r==null&&!(ye(o)&&(d.length||!s.length))&&(r=o,o=e,e=this,d=Za(o,Me(o)));var f=!(ye(r)&&"chain"in r)||!!r.chain,y=uo(e);return vn(d,function(x){var w=o[x];e[x]=w,y&&(e.prototype[x]=function(){var N=this.__chain__;if(f||N){var C=e(this.__wrapped__),E=C.__actions__=Qe(this.__actions__);return E.push({func:w,args:arguments,thisArg:e}),C.__chain__=N,C}return w.apply(e,Oo([this.value()],arguments))})}),e}function LS(){return Pe._===this&&(Pe._=eT),this}function Vc(){}function NS(e){return e=X(e),Y(function(o){return Yl(o,e)})}var CS=bc(ge),ES=bc(hl),DS=bc(qs);function u_(e){return Lc(e)?Ks(Yn(e)):c0(e)}function PS(e){return function(o){return e==null?n:at(e,o)}}var MS=yd(),FS=yd(!0);function zc(){return[]}function qc(){return!1}function OS(){return{}}function RS(){return""}function BS(){return!0}function WS(e,o){if(e=X(e),e<1||e>Mo)return[];var r=Kn,s=We(e,Kn);o=H(o),e-=Kn;for(var d=Ys(s,o);++r<e;)o(r);return d}function US(e){return K(e)?ge(e,Yn):un(e)?[e]:Qe(Md(se(e)))}function HS(e){var o=++Jx;return se(e)+o}var GS=ni(function(e,o){return e+o},0),$S=wc("ceil"),VS=ni(function(e,o){return e/o},1),zS=wc("floor");function qS(e){return e&&e.length?Xa(e,on,sc):n}function KS(e,o){return e&&e.length?Xa(e,H(o,2),sc):n}function XS(e){return Tl(e,on)}function ZS(e,o){return Tl(e,H(o,2))}function YS(e){return e&&e.length?Xa(e,on,lc):n}function jS(e,o){return e&&e.length?Xa(e,H(o,2),lc):n}var JS=ni(function(e,o){return e*o},1),QS=wc("round"),e1=ni(function(e,o){return e-o},0);function n1(e){return e&&e.length?Zs(e,on):0}function o1(e,o){return e&&e.length?Zs(e,H(o,2)):0}return u.after=Sw,u.ary=zd,u.assign=lv,u.assignIn=a_,u.assignInWith=ui,u.assignWith=dv,u.at=_v,u.before=qd,u.bind=Mc,u.bindAll=yS,u.bindKey=Kd,u.castArray=Ow,u.chain=Gd,u.chunk=z0,u.compact=q0,u.concat=K0,u.cond=xS,u.conforms=TS,u.constant=Hc,u.countBy=nw,u.create=uv,u.curry=Xd,u.curryRight=Zd,u.debounce=Yd,u.defaults=fv,u.defaultsDeep=gv,u.defer=Aw,u.delay=Iw,u.difference=X0,u.differenceBy=Z0,u.differenceWith=Y0,u.drop=j0,u.dropRight=J0,u.dropRightWhile=Q0,u.dropWhile=eb,u.fill=nb,u.filter=tw,u.flatMap=iw,u.flatMapDeep=sw,u.flatMapDepth=cw,u.flatten=Bd,u.flattenDeep=ob,u.flattenDepth=tb,u.flip=kw,u.flow=wS,u.flowRight=vS,u.fromPairs=rb,u.functions=vv,u.functionsIn=Sv,u.groupBy=pw,u.initial=ib,u.intersection=sb,u.intersectionBy=cb,u.intersectionWith=pb,u.invert=Iv,u.invertBy=kv,u.invokeMap=lw,u.iteratee=Gc,u.keyBy=dw,u.keys=Me,u.keysIn=nn,u.map=ci,u.mapKeys=Nv,u.mapValues=Cv,u.matches=SS,u.matchesProperty=AS,u.memoize=mi,u.merge=Ev,u.mergeWith=i_,u.method=IS,u.methodOf=kS,u.mixin=$c,u.negate=li,u.nthArg=NS,u.omit=Dv,u.omitBy=Pv,u.once=Lw,u.orderBy=_w,u.over=CS,u.overArgs=Nw,u.overEvery=ES,u.overSome=DS,u.partial=Fc,u.partialRight=jd,u.partition=uw,u.pick=Mv,u.pickBy=s_,u.property=u_,u.propertyOf=PS,u.pull=_b,u.pullAll=Ud,u.pullAllBy=ub,u.pullAllWith=fb,u.pullAt=gb,u.range=MS,u.rangeRight=FS,u.rearg=Cw,u.reject=hw,u.remove=hb,u.rest=Ew,u.reverse=Dc,u.sampleSize=xw,u.set=Ov,u.setWith=Rv,u.shuffle=Tw,u.slice=yb,u.sortBy=vw,u.sortedUniq=Ab,u.sortedUniqBy=Ib,u.split=iS,u.spread=Dw,u.tail=kb,u.take=Lb,u.takeRight=Nb,u.takeRightWhile=Cb,u.takeWhile=Eb,u.tap=qb,u.throttle=Pw,u.thru=si,u.toArray=o_,u.toPairs=c_,u.toPairsIn=p_,u.toPath=US,u.toPlainObject=r_,u.transform=Bv,u.unary=Mw,u.union=Db,u.unionBy=Pb,u.unionWith=Mb,u.uniq=Fb,u.uniqBy=Ob,u.uniqWith=Rb,u.unset=Wv,u.unzip=Pc,u.unzipWith=Hd,u.update=Uv,u.updateWith=Hv,u.values=zt,u.valuesIn=Gv,u.without=Bb,u.words=d_,u.wrap=Fw,u.xor=Wb,u.xorBy=Ub,u.xorWith=Hb,u.zip=Gb,u.zipObject=$b,u.zipObjectDeep=Vb,u.zipWith=zb,u.entries=c_,u.entriesIn=p_,u.extend=a_,u.extendWith=ui,$c(u,u),u.add=GS,u.attempt=__,u.camelCase=qv,u.capitalize=m_,u.ceil=$S,u.clamp=$v,u.clone=Rw,u.cloneDeep=Ww,u.cloneDeepWith=Uw,u.cloneWith=Bw,u.conformsTo=Hw,u.deburr=l_,u.defaultTo=bS,u.divide=VS,u.endsWith=Kv,u.eq=Wn,u.escape=Xv,u.escapeRegExp=Zv,u.every=ow,u.find=rw,u.findIndex=Od,u.findKey=hv,u.findLast=aw,u.findLastIndex=Rd,u.findLastKey=yv,u.floor=zS,u.forEach=$d,u.forEachRight=Vd,u.forIn=xv,u.forInRight=Tv,u.forOwn=bv,u.forOwnRight=wv,u.get=Bc,u.gt=Gw,u.gte=$w,u.has=Av,u.hasIn=Wc,u.head=Wd,u.identity=on,u.includes=mw,u.indexOf=ab,u.inRange=Vv,u.invoke=Lv,u.isArguments=ct,u.isArray=K,u.isArrayBuffer=Vw,u.isArrayLike=en,u.isArrayLikeObject=ve,u.isBoolean=zw,u.isBuffer=Vo,u.isDate=qw,u.isElement=Kw,u.isEmpty=Xw,u.isEqual=Zw,u.isEqualWith=Yw,u.isError=Oc,u.isFinite=jw,u.isFunction=uo,u.isInteger=Jd,u.isLength=di,u.isMap=Qd,u.isMatch=Jw,u.isMatchWith=Qw,u.isNaN=ev,u.isNative=nv,u.isNil=tv,u.isNull=ov,u.isNumber=e_,u.isObject=ye,u.isObjectLike=be,u.isPlainObject=Zr,u.isRegExp=Rc,u.isSafeInteger=rv,u.isSet=n_,u.isString=_i,u.isSymbol=un,u.isTypedArray=Vt,u.isUndefined=av,u.isWeakMap=iv,u.isWeakSet=sv,u.join=mb,u.kebabCase=Yv,u.last=Ln,u.lastIndexOf=lb,u.lowerCase=jv,u.lowerFirst=Jv,u.lt=cv,u.lte=pv,u.max=qS,u.maxBy=KS,u.mean=XS,u.meanBy=ZS,u.min=YS,u.minBy=jS,u.stubArray=zc,u.stubFalse=qc,u.stubObject=OS,u.stubString=RS,u.stubTrue=BS,u.multiply=JS,u.nth=db,u.noConflict=LS,u.noop=Vc,u.now=pi,u.pad=Qv,u.padEnd=eS,u.padStart=nS,u.parseInt=oS,u.random=zv,u.reduce=fw,u.reduceRight=gw,u.repeat=tS,u.replace=rS,u.result=Fv,u.round=QS,u.runInContext=b,u.sample=yw,u.size=bw,u.snakeCase=aS,u.some=ww,u.sortedIndex=xb,u.sortedIndexBy=Tb,u.sortedIndexOf=bb,u.sortedLastIndex=wb,u.sortedLastIndexBy=vb,u.sortedLastIndexOf=Sb,u.startCase=sS,u.startsWith=cS,u.subtract=e1,u.sum=n1,u.sumBy=o1,u.template=pS,u.times=WS,u.toFinite=fo,u.toInteger=X,u.toLength=t_,u.toLower=mS,u.toNumber=Nn,u.toSafeInteger=mv,u.toString=se,u.toUpper=lS,u.trim=dS,u.trimEnd=_S,u.trimStart=uS,u.truncate=fS,u.unescape=gS,u.uniqueId=HS,u.upperCase=hS,u.upperFirst=Uc,u.each=$d,u.eachRight=Vd,u.first=Wd,$c(u,function(){var e={};return Xn(u,function(o,r){ce.call(u.prototype,r)||(e[r]=o)}),e}(),{chain:!1}),u.VERSION=t,vn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){u[e].placeholder=u}),vn(["drop","take"],function(e,o){ee.prototype[e]=function(r){r=r===n?1:Le(X(r),0);var s=this.__filtered__&&!o?new ee(this):this.clone();return s.__filtered__?s.__takeCount__=We(r,s.__takeCount__):s.__views__.push({size:We(r,Kn),type:e+(s.__dir__<0?"Right":"")}),s},ee.prototype[e+"Right"]=function(r){return this.reverse()[e](r).reverse()}}),vn(["filter","map","takeWhile"],function(e,o){var r=o+1,s=r==Bm||r==_y;ee.prototype[e]=function(d){var f=this.clone();return f.__iteratees__.push({iteratee:H(d,3),type:r}),f.__filtered__=f.__filtered__||s,f}}),vn(["head","last"],function(e,o){var r="take"+(o?"Right":"");ee.prototype[e]=function(){return this[r](1).value()[0]}}),vn(["initial","tail"],function(e,o){var r="drop"+(o?"":"Right");ee.prototype[e]=function(){return this.__filtered__?new ee(this):this[r](1)}}),ee.prototype.compact=function(){return this.filter(on)},ee.prototype.find=function(e){return this.filter(e).head()},ee.prototype.findLast=function(e){return this.reverse().find(e)},ee.prototype.invokeMap=Y(function(e,o){return typeof e=="function"?new ee(this):this.map(function(r){return $r(r,e,o)})}),ee.prototype.reject=function(e){return this.filter(li(H(e)))},ee.prototype.slice=function(e,o){e=X(e);var r=this;return r.__filtered__&&(e>0||o<0)?new ee(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),o!==n&&(o=X(o),r=o<0?r.dropRight(-o):r.take(o-e)),r)},ee.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},ee.prototype.toArray=function(){return this.take(Kn)},Xn(ee.prototype,function(e,o){var r=/^(?:filter|find|map|reject)|While$/.test(o),s=/^(?:head|last)$/.test(o),d=u[s?"take"+(o=="last"?"Right":""):o],f=s||/^find/.test(o);!d||(u.prototype[o]=function(){var y=this.__wrapped__,x=s?[1]:arguments,w=y instanceof ee,N=x[0],C=w||K(y),E=function(Q){var ne=d.apply(u,Oo([Q],x));return s&&M?ne[0]:ne};C&&r&&typeof N=="function"&&N.length!=1&&(w=C=!1);var M=this.__chain__,W=!!this.__actions__.length,G=f&&!M,Z=w&&!W;if(!f&&C){y=Z?y:new ee(this);var $=e.apply(y,x);return $.__actions__.push({func:si,args:[E],thisArg:n}),new An($,M)}return G&&Z?e.apply(this,x):($=this.thru(E),G?s?$.value()[0]:$.value():$)})}),vn(["pop","push","shift","sort","splice","unshift"],function(e){var o=Pa[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",s=/^(?:pop|shift)$/.test(e);u.prototype[e]=function(){var d=arguments;if(s&&!this.__chain__){var f=this.value();return o.apply(K(f)?f:[],d)}return this[r](function(y){return o.apply(K(y)?y:[],d)})}}),Xn(ee.prototype,function(e,o){var r=u[o];if(r){var s=r.name+"";ce.call(Wt,s)||(Wt[s]=[]),Wt[s].push({name:o,func:r})}}),Wt[ei(n,le).name]=[{name:"wrapper",func:n}],ee.prototype.clone=gT,ee.prototype.reverse=hT,ee.prototype.value=yT,u.prototype.at=Kb,u.prototype.chain=Xb,u.prototype.commit=Zb,u.prototype.next=Yb,u.prototype.plant=Jb,u.prototype.reverse=Qb,u.prototype.toJSON=u.prototype.valueOf=u.prototype.value=ew,u.prototype.first=u.prototype.head,Or&&(u.prototype[Or]=jb),u},Bo=Zx();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(Pe._=Bo,define(function(){return Bo})):et?((et.exports=Bo)._=Bo,Gs._=Bo):Pe._=Bo}).call(gr)});var DN={};pt(DN,{TransactionInfoAge:()=>J1,TransactionInfoEgldPrice:()=>sL,TransactionInfoFee:()=>nk,TransactionInfoFrom:()=>Kk,TransactionInfoGasLimit:()=>pL,TransactionInfoGasPrice:()=>lL,TransactionInfoGasUsed:()=>_L,TransactionInfoHash:()=>K1,TransactionInfoInputData:()=>EN,TransactionInfoMethod:()=>oL,TransactionInfoMiniblock:()=>QI,TransactionInfoNonce:()=>dN,TransactionInfoScResults:()=>SN,TransactionInfoStatus:()=>uA,TransactionInfoTo:()=>Zk,TransactionInfoTokenOperations:()=>aL,TransactionInfoValue:()=>jk});module.exports=Jr(DN);i();i();i();var vi=v(require("react"));i();var Zt=v(require("react")),Ti=require("@fortawesome/free-solid-svg-icons"),ap=require("@fortawesome/react-fontawesome"),$_=v(require("classnames"));i();function G1(n){let t=!1,a=document==null?void 0:document.createElement("textarea");a.value=n,a.style.position="fixed",document==null||document.body.appendChild(a),a.focus(),a.select();try{document==null||document.execCommand("copy"),t=!0}catch(c){console.error("Fallback: Oops, unable to copy",c)}return document==null||document.body.removeChild(a),t}function H_(n){return J(this,null,function*(){let t=!1;return navigator.clipboard?t=yield navigator.clipboard.writeText(n).then(function(){return!0},function(c){return console.error("Async: Could not copy text: ",c),!1}):t=G1(n),t})}i();var $1=`.dapp-core-component__copyButtonStyles__copy {
|
|
21
|
-
color: #6c757d;
|
|
22
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode($1));var G_={copy:"dapp-core-component__copyButtonStyles__copy"};var He=({text:n,className:t="dapp-copy-button"})=>{let[a,c]=(0,Zt.useState)({default:!0,success:!1});return Zt.default.createElement("a",{href:"/#",onClick:g=>J(void 0,null,function*(){g.preventDefault(),g.stopPropagation();let h=n&&n.trim();c({default:!1,success:yield H_(h)}),setTimeout(()=>{c({default:!0,success:!1})},1e3)}),className:(0,$_.default)(G_.copy,t)},a.default||!a.success?Zt.default.createElement(ap.FontAwesomeIcon,{icon:Ti.faCopy}):Zt.default.createElement(ap.FontAwesomeIcon,{icon:Ti.faCheck}))};i();var bi=v(require("react")),wi=v(require("classnames"));i();var V1=`.dapp-core-component__detailItem-module__detail-item:last-child {
|
|
23
|
-
border-bottom: 0;
|
|
24
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(V1));var V_={"detail-item":"dapp-core-component__detailItem-module__detail-item",detailItem:"dapp-core-component__detailItem-module__detail-item"};i();var z1=`.dapp-core-component__main__link-style {
|
|
25
|
-
color: #1392ff;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.dapp-core-component__main__link-second-style {
|
|
29
|
-
color: #9dabbd;
|
|
30
|
-
}
|
|
31
|
-
.dapp-core-component__main__link-second-style:hover {
|
|
32
|
-
color: #1392ff;
|
|
33
|
-
}
|
|
34
|
-
.dapp-core-component__main__link-second-style:hover svg {
|
|
35
|
-
color: #1392ff;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.dapp-core-component__main__wrapper {
|
|
39
|
-
min-height: 100vh;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dapp-core-component__main__opacity-6 {
|
|
43
|
-
opacity: 0.6;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.dapp-core-component__main__qr-code-svg-container {
|
|
47
|
-
width: 15rem;
|
|
48
|
-
height: 15rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.dapp-core-component__main__pair-list {
|
|
52
|
-
max-height: 20rem;
|
|
53
|
-
overflow-y: auto;
|
|
54
|
-
margin-bottom: -0.5rem;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.dapp-core-component__main__pair-loader,
|
|
58
|
-
.dapp-core-component__main__pair-image {
|
|
59
|
-
width: 4rem;
|
|
60
|
-
overflow: hidden;
|
|
61
|
-
height: auto;
|
|
62
|
-
min-width: 2rem;
|
|
63
|
-
margin: 0;
|
|
64
|
-
padding: 0;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.dapp-core-component__main__pair-remove {
|
|
68
|
-
padding: 0 0.5rem;
|
|
69
|
-
position: absolute;
|
|
70
|
-
right: 0;
|
|
71
|
-
top: 0;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.dapp-core-component__main__dapp-icon {
|
|
75
|
-
padding: 5px;
|
|
76
|
-
border-radius: 50%;
|
|
77
|
-
background-color: #fafafa;
|
|
78
|
-
width: 4.6428571429rem;
|
|
79
|
-
height: 4.6428571429rem;
|
|
80
|
-
display: flex;
|
|
81
|
-
align-items: center;
|
|
82
|
-
justify-content: center;
|
|
83
|
-
margin: 0 auto;
|
|
84
|
-
}
|
|
85
|
-
.dapp-core-component__main__dapp-icon.dapp-core-component__main__icon-medium {
|
|
86
|
-
width: 80px;
|
|
87
|
-
height: 80px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.dapp-core-component__main__centering {
|
|
91
|
-
display: flex;
|
|
92
|
-
justify-content: center;
|
|
93
|
-
align-items: center;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.dapp-core-component__main__border-n {
|
|
97
|
-
border: none;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.dapp-core-component__main__t-shadow {
|
|
101
|
-
text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.dapp-core-component__main__btn {
|
|
105
|
-
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.dapp-core-component__main__media {
|
|
109
|
-
display: flex;
|
|
110
|
-
align-items: flex-start;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.dapp-core-component__main__media-body {
|
|
114
|
-
flex: 1;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn {
|
|
118
|
-
display: flex;
|
|
119
|
-
height: 48px;
|
|
120
|
-
justify-content: center;
|
|
121
|
-
align-items: center;
|
|
122
|
-
color: #fff;
|
|
123
|
-
background-color: #1392ff;
|
|
124
|
-
padding: 15px 20px 15px 16px;
|
|
125
|
-
border-radius: 6px;
|
|
126
|
-
gap: 8px;
|
|
127
|
-
}
|
|
128
|
-
.dapp-core-component__main__connect-btns .dapp-core-component__main__btn:hover, .dapp-core-component__main__connect-btns .dapp-core-component__main__btn:active {
|
|
129
|
-
background-color: #1392ff;
|
|
130
|
-
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
|
|
131
|
-
}
|
|
132
|
-
.dapp-core-component__main__connect-btns .dapp-core-component__main__info {
|
|
133
|
-
color: #1392ff;
|
|
134
|
-
margin-left: 48px;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.dapp-core-component__main__btn {
|
|
138
|
-
transition: none;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.dapp-core-component__main__trust-badge {
|
|
142
|
-
width: 20px;
|
|
143
|
-
height: 20px;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
/* Navbar
|
|
147
|
-
-------------------------------------------------- */
|
|
148
|
-
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name {
|
|
149
|
-
display: flex;
|
|
150
|
-
align-items: center;
|
|
151
|
-
font-size: 1.7142857143rem;
|
|
152
|
-
font-weight: 400;
|
|
153
|
-
color: #9ba5b4;
|
|
154
|
-
margin-left: 1.6428571429rem;
|
|
155
|
-
}
|
|
156
|
-
.dapp-core-component__main__navbar .dapp-core-component__main__dapp-name:before {
|
|
157
|
-
content: "";
|
|
158
|
-
display: block;
|
|
159
|
-
width: 1px;
|
|
160
|
-
height: 3rem;
|
|
161
|
-
margin-right: 1.7142857143rem;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/* Dashboard
|
|
165
|
-
-------------------------------------------------- */
|
|
166
|
-
.dapp-core-component__main__action-btn {
|
|
167
|
-
display: flex;
|
|
168
|
-
flex-direction: column;
|
|
169
|
-
justify-content: center;
|
|
170
|
-
align-items: center;
|
|
171
|
-
color: #fff;
|
|
172
|
-
margin: 0 7px;
|
|
173
|
-
}
|
|
174
|
-
.dapp-core-component__main__action-btn button {
|
|
175
|
-
border-radius: 50%;
|
|
176
|
-
width: 40px;
|
|
177
|
-
height: 40px;
|
|
178
|
-
background-color: #fff;
|
|
179
|
-
}
|
|
180
|
-
.dapp-core-component__main__action-btn button:hover {
|
|
181
|
-
opacity: 0.9;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.dapp-core-component__main__transactions .dapp-core-component__main__transaction-icon {
|
|
185
|
-
border-radius: 50%;
|
|
186
|
-
width: 40px;
|
|
187
|
-
height: 40px;
|
|
188
|
-
}
|
|
189
|
-
.dapp-core-component__main__transactions.dapp-core-component__main__table td {
|
|
190
|
-
white-space: nowrap;
|
|
191
|
-
vertical-align: middle;
|
|
192
|
-
}
|
|
193
|
-
.dapp-core-component__main__transactions.dapp-core-component__main__table tr:last-of-type td {
|
|
194
|
-
border-bottom: 1px solid #dee2e6;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
/* Loader, Transaction Success/Fail
|
|
198
|
-
-------------------------------------------------- */
|
|
199
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis {
|
|
200
|
-
display: inline-block;
|
|
201
|
-
position: relative;
|
|
202
|
-
width: 64px;
|
|
203
|
-
height: 64px;
|
|
204
|
-
}
|
|
205
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div {
|
|
206
|
-
position: absolute;
|
|
207
|
-
top: 27px;
|
|
208
|
-
width: 11px;
|
|
209
|
-
height: 11px;
|
|
210
|
-
border-radius: 50%;
|
|
211
|
-
background: rgba(0, 0, 0, 0.1);
|
|
212
|
-
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
213
|
-
}
|
|
214
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__bg-blue .dapp-core-component__main__lds-ellipsis div {
|
|
215
|
-
background: rgba(255, 255, 255, 0.4);
|
|
216
|
-
}
|
|
217
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(1) {
|
|
218
|
-
left: 6px;
|
|
219
|
-
animation: dapp-core-component__main__lds-ellipsis1 0.6s infinite;
|
|
220
|
-
}
|
|
221
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(2) {
|
|
222
|
-
left: 6px;
|
|
223
|
-
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
|
|
224
|
-
}
|
|
225
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(3) {
|
|
226
|
-
left: 26px;
|
|
227
|
-
animation: dapp-core-component__main__lds-ellipsis2 0.6s infinite;
|
|
228
|
-
}
|
|
229
|
-
.dapp-core-component__main__page-state .dapp-core-component__main__lds-ellipsis div:nth-child(4) {
|
|
230
|
-
left: 45px;
|
|
231
|
-
animation: dapp-core-component__main__lds-ellipsis3 0.6s infinite;
|
|
232
|
-
}
|
|
233
|
-
@keyframes dapp-core-component__main__lds-ellipsis1 {
|
|
234
|
-
0% {
|
|
235
|
-
transform: scale(0);
|
|
236
|
-
}
|
|
237
|
-
100% {
|
|
238
|
-
transform: scale(1);
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
@keyframes dapp-core-component__main__lds-ellipsis3 {
|
|
242
|
-
0% {
|
|
243
|
-
transform: scale(1);
|
|
244
|
-
}
|
|
245
|
-
100% {
|
|
246
|
-
transform: scale(0);
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
@keyframes dapp-core-component__main__lds-ellipsis2 {
|
|
250
|
-
0% {
|
|
251
|
-
transform: translate(0, 0);
|
|
252
|
-
}
|
|
253
|
-
100% {
|
|
254
|
-
transform: translate(19px, 0);
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.dapp-core-component__main__btn {
|
|
259
|
-
display: inline-block;
|
|
260
|
-
font-weight: 400;
|
|
261
|
-
color: #212529;
|
|
262
|
-
text-align: center;
|
|
263
|
-
vertical-align: middle;
|
|
264
|
-
-webkit-user-select: none;
|
|
265
|
-
-moz-user-select: none;
|
|
266
|
-
-ms-user-select: none;
|
|
267
|
-
user-select: none;
|
|
268
|
-
background-color: rgba(0, 0, 0, 0);
|
|
269
|
-
border: 1px solid rgba(0, 0, 0, 0);
|
|
270
|
-
padding: 0.375rem 0.75rem;
|
|
271
|
-
font-size: 1rem;
|
|
272
|
-
line-height: 1.5;
|
|
273
|
-
border-radius: 0.25rem;
|
|
274
|
-
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;
|
|
275
|
-
cursor: pointer;
|
|
276
|
-
}
|
|
277
|
-
.dapp-core-component__main__btn .dapp-core-component__main__focus {
|
|
278
|
-
outline: 0;
|
|
279
|
-
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
|
|
280
|
-
}
|
|
281
|
-
.dapp-core-component__main__btn .dapp-core-component__main__disabled {
|
|
282
|
-
opacity: 0.65;
|
|
283
|
-
cursor: default;
|
|
284
|
-
}
|
|
285
|
-
.dapp-core-component__main__btn:hover {
|
|
286
|
-
color: #212529;
|
|
287
|
-
text-decoration: none;
|
|
288
|
-
}
|
|
289
|
-
.dapp-core-component__main__btn:focus {
|
|
290
|
-
outline: 0;
|
|
291
|
-
box-shadow: 0 0 0 0.2rem rgba(27, 70, 194, 0.25);
|
|
292
|
-
}
|
|
293
|
-
.dapp-core-component__main__btn:disabled {
|
|
294
|
-
opacity: 0.65;
|
|
295
|
-
cursor: default;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.dapp-core-component__main__btn-primary {
|
|
299
|
-
color: #fff;
|
|
300
|
-
background-color: #1b46c2;
|
|
301
|
-
border-color: #007bff;
|
|
302
|
-
}
|
|
303
|
-
.dapp-core-component__main__btn-primary .dapp-core-component__main__focus {
|
|
304
|
-
color: #fff;
|
|
305
|
-
background-color: #1b46c2;
|
|
306
|
-
border-color: #0062cc;
|
|
307
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
308
|
-
}
|
|
309
|
-
.dapp-core-component__main__btn-primary .dapp-core-component__main__disabled {
|
|
310
|
-
color: #fff;
|
|
311
|
-
background-color: #1b46c2;
|
|
312
|
-
border-color: #007bff;
|
|
313
|
-
}
|
|
314
|
-
.dapp-core-component__main__btn-primary:hover {
|
|
315
|
-
color: #fff;
|
|
316
|
-
background-color: #1b46c2;
|
|
317
|
-
border-color: #0062cc;
|
|
318
|
-
}
|
|
319
|
-
.dapp-core-component__main__btn-primary:focus {
|
|
320
|
-
color: #fff;
|
|
321
|
-
background-color: #1b46c2;
|
|
322
|
-
border-color: #0062cc;
|
|
323
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.dapp-core-component__main__btn-secondary {
|
|
327
|
-
color: #fff;
|
|
328
|
-
background-color: #6c757d;
|
|
329
|
-
border-color: #007bff;
|
|
330
|
-
}
|
|
331
|
-
.dapp-core-component__main__btn-secondary .dapp-core-component__main__focus {
|
|
332
|
-
color: #fff;
|
|
333
|
-
background-color: #6c757d;
|
|
334
|
-
border-color: #0062cc;
|
|
335
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
336
|
-
}
|
|
337
|
-
.dapp-core-component__main__btn-secondary .dapp-core-component__main__disabled {
|
|
338
|
-
color: #fff;
|
|
339
|
-
background-color: #6c757d;
|
|
340
|
-
border-color: #007bff;
|
|
341
|
-
}
|
|
342
|
-
.dapp-core-component__main__btn-secondary:hover {
|
|
343
|
-
color: #fff;
|
|
344
|
-
background-color: #6c757d;
|
|
345
|
-
border-color: #0062cc;
|
|
346
|
-
}
|
|
347
|
-
.dapp-core-component__main__btn-secondary:focus {
|
|
348
|
-
color: #fff;
|
|
349
|
-
background-color: #6c757d;
|
|
350
|
-
border-color: #0062cc;
|
|
351
|
-
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.dapp-core-component__main__btn-warning {
|
|
355
|
-
color: #212529;
|
|
356
|
-
background-color: #ffc107;
|
|
357
|
-
border-color: #ffc107;
|
|
358
|
-
}
|
|
359
|
-
.dapp-core-component__main__btn-warning .dapp-core-component__main__focus {
|
|
360
|
-
color: #212529;
|
|
361
|
-
background-color: #e0a800;
|
|
362
|
-
border-color: #d39e00;
|
|
363
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
364
|
-
}
|
|
365
|
-
.dapp-core-component__main__btn-warning .dapp-core-component__main__disabled {
|
|
366
|
-
color: #212529;
|
|
367
|
-
background-color: #ffc107;
|
|
368
|
-
border-color: #ffc107;
|
|
369
|
-
}
|
|
370
|
-
.dapp-core-component__main__btn-warning:hover {
|
|
371
|
-
color: #212529;
|
|
372
|
-
background-color: #e0a800;
|
|
373
|
-
border-color: #d39e00;
|
|
374
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
375
|
-
}
|
|
376
|
-
.dapp-core-component__main__btn-warning:focus {
|
|
377
|
-
color: #212529;
|
|
378
|
-
background-color: #e0a800;
|
|
379
|
-
border-color: #d39e00;
|
|
380
|
-
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.dapp-core-component__main__btn-dark {
|
|
384
|
-
color: #fff;
|
|
385
|
-
background-color: #343a40;
|
|
386
|
-
border-color: #343a40;
|
|
387
|
-
}
|
|
388
|
-
.dapp-core-component__main__btn-dark .dapp-core-component__main__focus {
|
|
389
|
-
color: #fff;
|
|
390
|
-
background-color: #23272b;
|
|
391
|
-
border-color: #1d2124;
|
|
392
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
393
|
-
}
|
|
394
|
-
.dapp-core-component__main__btn-dark .dapp-core-component__main__disabled {
|
|
395
|
-
color: #fff;
|
|
396
|
-
background-color: #343a40;
|
|
397
|
-
border-color: #343a40;
|
|
398
|
-
}
|
|
399
|
-
.dapp-core-component__main__btn-dark:hover {
|
|
400
|
-
color: #fff;
|
|
401
|
-
background-color: #23272b;
|
|
402
|
-
border-color: #1d2124;
|
|
403
|
-
}
|
|
404
|
-
.dapp-core-component__main__btn-dark:focus {
|
|
405
|
-
color: #fff;
|
|
406
|
-
background-color: #23272b;
|
|
407
|
-
border-color: #1d2124;
|
|
408
|
-
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.dapp-core-component__main__btn-link {
|
|
412
|
-
font-weight: 400;
|
|
413
|
-
color: #007bff;
|
|
414
|
-
text-decoration: none;
|
|
415
|
-
}
|
|
416
|
-
.dapp-core-component__main__btn-link:hover {
|
|
417
|
-
color: #0056b3;
|
|
418
|
-
text-decoration: underline;
|
|
419
|
-
}
|
|
420
|
-
.dapp-core-component__main__btn-link:focus, .dapp-core-component__main__btn-link.dapp-core-component__main__focus {
|
|
421
|
-
text-decoration: underline;
|
|
422
|
-
}
|
|
423
|
-
.dapp-core-component__main__btn-link:disabled, .dapp-core-component__main__btn-link.dapp-core-component__main__disabled {
|
|
424
|
-
color: #6c757d;
|
|
425
|
-
pointer-events: none;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.dapp-core-component__main__btn-light {
|
|
429
|
-
color: #212529;
|
|
430
|
-
background-color: #fafafa;
|
|
431
|
-
border-color: #fafafa;
|
|
432
|
-
}
|
|
433
|
-
.dapp-core-component__main__btn-light .dapp-core-component__main__focus {
|
|
434
|
-
color: #212529;
|
|
435
|
-
background-color: #e2e6ea;
|
|
436
|
-
border-color: #dae0e5;
|
|
437
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
438
|
-
}
|
|
439
|
-
.dapp-core-component__main__btn-light .dapp-core-component__main__disabled {
|
|
440
|
-
color: #212529;
|
|
441
|
-
background-color: #f8f9fa;
|
|
442
|
-
border-color: #f8f9fa;
|
|
443
|
-
}
|
|
444
|
-
.dapp-core-component__main__btn-light:hover {
|
|
445
|
-
color: #212529;
|
|
446
|
-
background-color: #e2e6ea;
|
|
447
|
-
border-color: #dae0e5;
|
|
448
|
-
}
|
|
449
|
-
.dapp-core-component__main__btn-light:focus {
|
|
450
|
-
color: #212529;
|
|
451
|
-
background-color: #e2e6ea;
|
|
452
|
-
border-color: #dae0e5;
|
|
453
|
-
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.dapp-core-component__main__badge {
|
|
457
|
-
display: inline-block;
|
|
458
|
-
padding: 0.25em 0.4em;
|
|
459
|
-
font-size: 75%;
|
|
460
|
-
font-weight: 700;
|
|
461
|
-
line-height: 1;
|
|
462
|
-
text-align: center;
|
|
463
|
-
white-space: nowrap;
|
|
464
|
-
vertical-align: baseline;
|
|
465
|
-
border-radius: 0.25rem;
|
|
466
|
-
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;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
@media (prefers-reduced-motion: reduce) {
|
|
470
|
-
.dapp-core-component__main__badge {
|
|
471
|
-
transition: none;
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
a.dapp-core-component__main__badge:hover, a.dapp-core-component__main__badge:focus {
|
|
475
|
-
text-decoration: none;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
.dapp-core-component__main__badge:empty {
|
|
479
|
-
display: none;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.dapp-core-component__main__btn .dapp-core-component__main__badge {
|
|
483
|
-
position: relative;
|
|
484
|
-
top: -1px;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.dapp-core-component__main__badge-pill {
|
|
488
|
-
padding-right: 0.6em;
|
|
489
|
-
padding-left: 0.6em;
|
|
490
|
-
border-radius: 10rem;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.dapp-core-component__main__badge-primary {
|
|
494
|
-
color: #fff;
|
|
495
|
-
background-color: #007bff;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
a.dapp-core-component__main__badge-primary:hover, a.dapp-core-component__main__badge-primary:focus {
|
|
499
|
-
color: #fff;
|
|
500
|
-
background-color: #0062cc;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
a.dapp-core-component__main__badge-primary:focus, a.dapp-core-component__main__badge-primary.dapp-core-component__main__focus {
|
|
504
|
-
outline: 0;
|
|
505
|
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
.dapp-core-component__main__badge-secondary {
|
|
509
|
-
color: #fff;
|
|
510
|
-
background-color: #6c757d;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
a.dapp-core-component__main__badge-secondary:hover, a.dapp-core-component__main__badge-secondary:focus {
|
|
514
|
-
color: #fff;
|
|
515
|
-
background-color: #545b62;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
a.dapp-core-component__main__badge-secondary:focus, a.dapp-core-component__main__badge-secondary.dapp-core-component__main__focus {
|
|
519
|
-
outline: 0;
|
|
520
|
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.dapp-core-component__main__badge-success {
|
|
524
|
-
color: #fff;
|
|
525
|
-
background-color: #28a745;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
a.dapp-core-component__main__badge-success:hover, a.dapp-core-component__main__badge-success:focus {
|
|
529
|
-
color: #fff;
|
|
530
|
-
background-color: #1e7e34;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
a.dapp-core-component__main__badge-success:focus, a.dapp-core-component__main__badge-success.dapp-core-component__main__focus {
|
|
534
|
-
outline: 0;
|
|
535
|
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.dapp-core-component__main__badge-info {
|
|
539
|
-
color: #fff;
|
|
540
|
-
background-color: #17a2b8;
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
a.dapp-core-component__main__badge-info:hover, a.dapp-core-component__main__badge-info:focus {
|
|
544
|
-
color: #fff;
|
|
545
|
-
background-color: #117a8b;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
a.dapp-core-component__main__badge-info:focus, a.dapp-core-component__main__badge-info.dapp-core-component__main__focus {
|
|
549
|
-
outline: 0;
|
|
550
|
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
.dapp-core-component__main__badge-warning {
|
|
554
|
-
color: #212529;
|
|
555
|
-
background-color: #ffc107;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
a.dapp-core-component__main__badge-warning:hover, a.dapp-core-component__main__badge-warning:focus {
|
|
559
|
-
color: #212529;
|
|
560
|
-
background-color: #d39e00;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
a.dapp-core-component__main__badge-warning:focus, a.dapp-core-component__main__badge-warning.dapp-core-component__main__focus {
|
|
564
|
-
outline: 0;
|
|
565
|
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.dapp-core-component__main__badge-danger {
|
|
569
|
-
color: #fff;
|
|
570
|
-
background-color: #dc3545;
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
a.dapp-core-component__main__badge-danger:hover, a.dapp-core-component__main__badge-danger:focus {
|
|
574
|
-
color: #fff;
|
|
575
|
-
background-color: #bd2130;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
a.dapp-core-component__main__badge-danger:focus, a.dapp-core-component__main__badge-danger.dapp-core-component__main__focus {
|
|
579
|
-
outline: 0;
|
|
580
|
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.dapp-core-component__main__badge-light {
|
|
584
|
-
color: #212529;
|
|
585
|
-
background-color: #f8f9fa;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
a.dapp-core-component__main__badge-light:hover, a.dapp-core-component__main__badge-light:focus {
|
|
589
|
-
color: #212529;
|
|
590
|
-
background-color: #dae0e5;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
a.dapp-core-component__main__badge-light:focus, a.dapp-core-component__main__badge-light.dapp-core-component__main__focus {
|
|
594
|
-
outline: 0;
|
|
595
|
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.dapp-core-component__main__badge-dark {
|
|
599
|
-
color: #fff;
|
|
600
|
-
background-color: #343a40;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
a.dapp-core-component__main__badge-dark:hover, a.dapp-core-component__main__badge-dark:focus {
|
|
604
|
-
color: #fff;
|
|
605
|
-
background-color: #1d2124;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
a.dapp-core-component__main__badge-dark:focus, a.dapp-core-component__main__badge-dark.dapp-core-component__main__focus {
|
|
609
|
-
outline: 0;
|
|
610
|
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.dapp-core-component__main__card {
|
|
614
|
-
position: relative;
|
|
615
|
-
display: flex;
|
|
616
|
-
flex-direction: column;
|
|
617
|
-
min-width: 0;
|
|
618
|
-
word-wrap: break-word;
|
|
619
|
-
background-color: #fff;
|
|
620
|
-
background-clip: border-box;
|
|
621
|
-
border: 1px solid rgba(0, 0, 0, 0.125);
|
|
622
|
-
border-radius: 5px;
|
|
623
|
-
}
|
|
624
|
-
.dapp-core-component__main__card > hr {
|
|
625
|
-
margin-right: 0;
|
|
626
|
-
margin-left: 0;
|
|
627
|
-
}
|
|
628
|
-
.dapp-core-component__main__card > .dapp-core-component__main__list-group {
|
|
629
|
-
border-top: inherit;
|
|
630
|
-
border-bottom: inherit;
|
|
631
|
-
}
|
|
632
|
-
.dapp-core-component__main__card > .dapp-core-component__main__list-group:first-child {
|
|
633
|
-
border-top-width: 0;
|
|
634
|
-
}
|
|
635
|
-
.dapp-core-component__main__card > .dapp-core-component__main__list-group:last-child {
|
|
636
|
-
border-bottom-width: 0;
|
|
637
|
-
}
|
|
638
|
-
.dapp-core-component__main__card > .dapp-core-component__main__card-header + .dapp-core-component__main__list-group,
|
|
639
|
-
.dapp-core-component__main__card > .dapp-core-component__main__list-group + .dapp-core-component__main__card-footer {
|
|
640
|
-
border-top: 0;
|
|
641
|
-
}
|
|
642
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header {
|
|
643
|
-
border: 0;
|
|
644
|
-
padding: 0;
|
|
645
|
-
}
|
|
646
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header:first-child {
|
|
647
|
-
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
|
|
648
|
-
}
|
|
649
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item {
|
|
650
|
-
border-bottom: 1px solid #dee2e6;
|
|
651
|
-
padding: 1.1rem 1rem;
|
|
652
|
-
}
|
|
653
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item h6,
|
|
654
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item .dapp-core-component__main__h6 {
|
|
655
|
-
line-height: 2.5rem;
|
|
656
|
-
letter-spacing: unset;
|
|
657
|
-
margin: 0;
|
|
658
|
-
}
|
|
659
|
-
.dapp-core-component__main__card .dapp-core-component__main__card-header .dapp-core-component__main__card-header-item.dapp-core-component__main__compact {
|
|
660
|
-
padding-top: 0.75rem;
|
|
661
|
-
padding-bottom: 0.75rem;
|
|
662
|
-
background-color: #fafafa;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.dapp-core-component__main__card-body {
|
|
666
|
-
flex: 1 1 auto;
|
|
667
|
-
min-height: 1px;
|
|
668
|
-
padding: 1.25rem;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.dapp-core-component__main__card-title {
|
|
672
|
-
margin-bottom: 0.75rem;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
.dapp-core-component__main__card-subtitle {
|
|
676
|
-
margin-top: -0.375rem;
|
|
677
|
-
margin-bottom: 0;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
.dapp-core-component__main__card-text:last-child {
|
|
681
|
-
margin-bottom: 0;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
.dapp-core-component__main__card-link:hover {
|
|
685
|
-
text-decoration: none;
|
|
686
|
-
}
|
|
687
|
-
.dapp-core-component__main__card-link + .dapp-core-component__main__card-link {
|
|
688
|
-
margin-left: 1.25rem;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.dapp-core-component__main__card-header {
|
|
692
|
-
padding: 0.75rem 1.25rem;
|
|
693
|
-
margin-bottom: 0;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.03);
|
|
695
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
.dapp-core-component__main__card-footer {
|
|
699
|
-
padding: 0.75rem 1.25rem;
|
|
700
|
-
background-color: rgba(0, 0, 0, 0.03);
|
|
701
|
-
border-top: 1px solid rgba(0, 0, 0, 0.125);
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.dapp-core-component__main__text {
|
|
705
|
-
color: #9dabbd;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.dapp-core-component__main__text-white {
|
|
709
|
-
color: #fff;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
.dapp-core-component__main__text-monospace {
|
|
713
|
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.dapp-core-component__main__table .dapp-core-component__main__trim-size-xl .dapp-core-component__main__trim {
|
|
717
|
-
max-width: 13rem;
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.dapp-core-component__main__table .dapp-core-component__main__trim {
|
|
721
|
-
max-width: 10rem;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
.dapp-core-component__main__table .dapp-core-component__main__trim-only-sm .dapp-core-component__main__trim {
|
|
725
|
-
max-width: none;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.dapp-core-component__main__text-justify {
|
|
729
|
-
text-align: justify;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.dapp-core-component__main__text-wrap {
|
|
733
|
-
white-space: normal;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
.dapp-core-component__main__text-nowrap {
|
|
737
|
-
white-space: nowrap;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.dapp-core-component__main__text-truncate {
|
|
741
|
-
overflow: hidden;
|
|
742
|
-
text-overflow: ellipsis;
|
|
743
|
-
white-space: nowrap;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.dapp-core-component__main__text-left {
|
|
747
|
-
text-align: left;
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
.dapp-core-component__main__text-right {
|
|
751
|
-
text-align: right;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.dapp-core-component__main__text-center {
|
|
755
|
-
text-align: center;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.dapp-core-component__main__text-primary {
|
|
759
|
-
color: #1b46c2;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.dapp-core-component__main__text-secondary {
|
|
763
|
-
color: #6c757d;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.dapp-core-component__main__text-primary-highlight {
|
|
767
|
-
color: #1b46c2;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.dapp-core-component__main__text-muted {
|
|
771
|
-
color: #6c757d;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.dapp-core-component__main__text-success {
|
|
775
|
-
color: #28a745;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
.dapp-core-component__main__text-justify {
|
|
779
|
-
text-align: justify;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.dapp-core-component__main__text-wrap {
|
|
783
|
-
white-space: normal;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.dapp-core-component__main__text-nowrap {
|
|
787
|
-
white-space: nowrap;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
.dapp-core-component__main__text-truncate {
|
|
791
|
-
overflow: hidden;
|
|
792
|
-
text-overflow: ellipsis;
|
|
793
|
-
white-space: nowrap;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.dapp-core-component__main__text-body {
|
|
797
|
-
color: #212529;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
.dapp-core-component__main__text-muted {
|
|
801
|
-
color: #6c757d;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.dapp-core-component__main__text-black-50 {
|
|
805
|
-
color: rgba(0, 0, 0, 0.5);
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.dapp-core-component__main__text-white-50 {
|
|
809
|
-
color: rgba(255, 255, 255, 0.5);
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
@media (min-width: 992px) {
|
|
813
|
-
.dapp-core-component__main__text-lg-right {
|
|
814
|
-
text-align: right;
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.dapp-core-component__main__text-hide {
|
|
819
|
-
font: 0/0 a;
|
|
820
|
-
color: rgba(0, 0, 0, 0);
|
|
821
|
-
text-shadow: none;
|
|
822
|
-
background-color: rgba(0, 0, 0, 0);
|
|
823
|
-
border: 0;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.dapp-core-component__main__text-decoration-none {
|
|
827
|
-
text-decoration: none;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.dapp-core-component__main__text-break {
|
|
831
|
-
word-break: break-word;
|
|
832
|
-
word-wrap: break-word;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.dapp-core-component__main__text-reset {
|
|
836
|
-
color: inherit;
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.dapp-core-component__main__text-lowercase {
|
|
840
|
-
text-transform: lowercase;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.dapp-core-component__main__text-uppercase {
|
|
844
|
-
text-transform: uppercase;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.dapp-core-component__main__text-capitalize {
|
|
848
|
-
text-transform: capitalize;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.dapp-core-component__main__text-danger {
|
|
852
|
-
color: #d9534f;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
.dapp-core-component__main__text-warning {
|
|
856
|
-
color: #f0ad4e;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
.dapp-core-component__main__trim-fs-sm {
|
|
860
|
-
color: inherit;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.dapp-core-component__main__text-break {
|
|
864
|
-
word-break: break-word;
|
|
865
|
-
word-wrap: break-word;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.dapp-core-component__main__mx-auto {
|
|
869
|
-
margin-left: auto;
|
|
870
|
-
margin-right: auto;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.dapp-core-component__main__m-0 {
|
|
874
|
-
margin: 0;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
.dapp-core-component__main__mt-0 {
|
|
878
|
-
margin-top: 0;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
.dapp-core-component__main__my-0 {
|
|
882
|
-
margin-top: 0;
|
|
883
|
-
margin-bottom: 0;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.dapp-core-component__main__mr-0 {
|
|
887
|
-
margin-right: 0;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.dapp-core-component__main__mx-0 {
|
|
891
|
-
margin-right: 0;
|
|
892
|
-
margin-left: 0;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.dapp-core-component__main__mb-0 {
|
|
896
|
-
margin-bottom: 0;
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
.dapp-core-component__main__my-0 {
|
|
900
|
-
margin-bottom: 0;
|
|
901
|
-
margin-top: 0;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.dapp-core-component__main__ml-0 {
|
|
905
|
-
margin-left: 0;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.dapp-core-component__main__mx-0 {
|
|
909
|
-
margin-left: 0;
|
|
910
|
-
margin-right: 0;
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.dapp-core-component__main__m-1 {
|
|
914
|
-
margin: 0.25rem;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.dapp-core-component__main__mt-1 {
|
|
918
|
-
margin-top: 0.25rem;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.dapp-core-component__main__my-1 {
|
|
922
|
-
margin-top: 0.25rem;
|
|
923
|
-
margin-bottom: 0.25rem;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.dapp-core-component__main__mr-1 {
|
|
927
|
-
margin-right: 0.25rem;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.dapp-core-component__main__mx-1 {
|
|
931
|
-
margin-left: 0.25rem;
|
|
932
|
-
margin-right: 0.25rem;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
.dapp-core-component__main__mb-1 {
|
|
936
|
-
margin-bottom: 0.25rem;
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
.dapp-core-component__main__my-1 {
|
|
940
|
-
margin-bottom: 0.25rem;
|
|
941
|
-
margin-top: 0.25rem;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.dapp-core-component__main__ml-1 {
|
|
945
|
-
margin-left: 0.25rem;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.dapp-core-component__main__mx-1 {
|
|
949
|
-
margin-right: 0.25rem;
|
|
950
|
-
margin-left: 0.25rem;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.dapp-core-component__main__m-2 {
|
|
954
|
-
margin: 0.5rem;
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
.dapp-core-component__main__mt-2 {
|
|
958
|
-
margin-top: 0.5rem;
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
.dapp-core-component__main__my-2 {
|
|
962
|
-
margin-bottom: 0.5rem;
|
|
963
|
-
margin-top: 0.5rem;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
.dapp-core-component__main__mr-2 {
|
|
967
|
-
margin-right: 0.5rem;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.dapp-core-component__main__mx-2 {
|
|
971
|
-
margin-right: 0.5rem;
|
|
972
|
-
margin-left: 0.5rem;
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
.dapp-core-component__main__mb-2 {
|
|
976
|
-
margin-bottom: 0.5rem;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.dapp-core-component__main__my-2 {
|
|
980
|
-
margin-top: 0.5rem;
|
|
981
|
-
margin-bottom: 0.5rem;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.dapp-core-component__main__ml-2 {
|
|
985
|
-
margin-left: 0.5rem;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
.dapp-core-component__main__mx-2 {
|
|
989
|
-
margin-right: 0.5rem;
|
|
990
|
-
margin-left: 0.5rem;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
.dapp-core-component__main__m-3 {
|
|
994
|
-
margin: 1rem;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.dapp-core-component__main__mt-3,
|
|
998
|
-
.dapp-core-component__main__my-3 {
|
|
999
|
-
margin-top: 1rem;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.dapp-core-component__main__mr-3 {
|
|
1003
|
-
margin-right: 1rem;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.dapp-core-component__main__mx-3 {
|
|
1007
|
-
margin-left: 1rem;
|
|
1008
|
-
margin-right: 1rem;
|
|
1009
|
-
}
|
|
1010
|
-
|
|
1011
|
-
.dapp-core-component__main__mb-3 {
|
|
1012
|
-
margin-bottom: 1rem;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
.dapp-core-component__main__my-3 {
|
|
1016
|
-
margin-top: 1rem;
|
|
1017
|
-
margin-bottom: 1rem;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.dapp-core-component__main__ml-3 {
|
|
1021
|
-
margin-left: 1rem;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.dapp-core-component__main__mx-3 {
|
|
1025
|
-
margin-left: 1rem;
|
|
1026
|
-
margin-right: 1rem;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.dapp-core-component__main__m-4 {
|
|
1030
|
-
margin: 1.5rem;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
.dapp-core-component__main__mt-4 {
|
|
1034
|
-
margin-top: 1.5rem;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.dapp-core-component__main__my-4 {
|
|
1038
|
-
margin-top: 1.5rem;
|
|
1039
|
-
margin-bottom: 1.5rem;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.dapp-core-component__main__mr-4 {
|
|
1043
|
-
margin-right: 1.5rem;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
.dapp-core-component__main__mx-4 {
|
|
1047
|
-
margin-right: 1.5rem;
|
|
1048
|
-
margin-left: 1.5rem;
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
.dapp-core-component__main__mb-4 {
|
|
1052
|
-
margin-bottom: 1.5rem;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.dapp-core-component__main__my-4 {
|
|
1056
|
-
margin-bottom: 1.5rem;
|
|
1057
|
-
margin-top: 1.5rem;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.dapp-core-component__main__ml-4 {
|
|
1061
|
-
margin-left: 1.5rem;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.dapp-core-component__main__mx-4 {
|
|
1065
|
-
margin-left: 1.5rem;
|
|
1066
|
-
margin-right: 1.5rem;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
.dapp-core-component__main__m-5 {
|
|
1070
|
-
margin: 3rem;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
.dapp-core-component__main__mt-5 {
|
|
1074
|
-
margin-top: 3rem;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
.dapp-core-component__main__my-5 {
|
|
1078
|
-
margin-top: 3rem;
|
|
1079
|
-
margin-bottom: 3rem;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.dapp-core-component__main__mr-5 {
|
|
1083
|
-
margin-right: 3rem;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
.dapp-core-component__main__mx-5 {
|
|
1087
|
-
margin-right: 3rem;
|
|
1088
|
-
margin-left: 3rem;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.dapp-core-component__main__mb-5 {
|
|
1092
|
-
margin-bottom: 3rem;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.dapp-core-component__main__my-5 {
|
|
1096
|
-
margin-top: 3rem;
|
|
1097
|
-
margin-bottom: 3rem;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
.dapp-core-component__main__ml-5 {
|
|
1101
|
-
margin-left: 3rem;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.dapp-core-component__main__mx-5 {
|
|
1105
|
-
margin-left: 3rem;
|
|
1106
|
-
margin-right: 3rem;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.dapp-core-component__main__p-0 {
|
|
1110
|
-
padding: 0;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.dapp-core-component__main__pt-0 {
|
|
1114
|
-
padding-top: 0;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
.dapp-core-component__main__py-0 {
|
|
1118
|
-
padding-top: 0;
|
|
1119
|
-
padding-bottom: 0;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.dapp-core-component__main__pr-0 {
|
|
1123
|
-
padding-right: 0;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.dapp-core-component__main__px-0 {
|
|
1127
|
-
padding-left: 0;
|
|
1128
|
-
padding-right: 0;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.dapp-core-component__main__pb-0 {
|
|
1132
|
-
padding-bottom: 0;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
.dapp-core-component__main__py-0 {
|
|
1136
|
-
padding-bottom: 0;
|
|
1137
|
-
padding-top: 0;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
|
-
.dapp-core-component__main__pl-0 {
|
|
1141
|
-
padding-left: 0;
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
.dapp-core-component__main__px-0 {
|
|
1145
|
-
padding-left: 0;
|
|
1146
|
-
padding-right: 0;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.dapp-core-component__main__p-1 {
|
|
1150
|
-
padding: 0.25rem;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.dapp-core-component__main__pt-1 {
|
|
1154
|
-
padding-top: 0.25rem;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.dapp-core-component__main__py-1 {
|
|
1158
|
-
padding-top: 0.25rem;
|
|
1159
|
-
padding-bottom: 0.25rem;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.dapp-core-component__main__pr-1 {
|
|
1163
|
-
padding-right: 0.25rem;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
.dapp-core-component__main__px-1 {
|
|
1167
|
-
padding-right: 0.25rem;
|
|
1168
|
-
padding-left: 0.25rem;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.dapp-core-component__main__pb-1 {
|
|
1172
|
-
padding-bottom: 0.25rem;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.dapp-core-component__main__py-1 {
|
|
1176
|
-
padding-top: 0.25rem;
|
|
1177
|
-
padding-bottom: 0.25rem;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
.dapp-core-component__main__pl-1 {
|
|
1181
|
-
padding-left: 0.25rem;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
.dapp-core-component__main__px-1 {
|
|
1185
|
-
padding-left: 0.25rem;
|
|
1186
|
-
padding-right: 0.25rem;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.dapp-core-component__main__p-2 {
|
|
1190
|
-
padding: 0.5rem;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
.dapp-core-component__main__pt-2 {
|
|
1194
|
-
padding-top: 0.5rem;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.dapp-core-component__main__py-2 {
|
|
1198
|
-
padding-bottom: 0.5rem;
|
|
1199
|
-
padding-top: 0.5rem;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.dapp-core-component__main__pr-2 {
|
|
1203
|
-
padding-right: 0.5rem;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.dapp-core-component__main__px-2 {
|
|
1207
|
-
padding-left: 0.5rem;
|
|
1208
|
-
padding-right: 0.5rem;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.dapp-core-component__main__pb-2 {
|
|
1212
|
-
padding-bottom: 0.5rem;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
.dapp-core-component__main__py-2 {
|
|
1216
|
-
padding-top: 0.5rem;
|
|
1217
|
-
padding-bottom: 0.5rem;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.dapp-core-component__main__pl-2 {
|
|
1221
|
-
padding-left: 0.5rem;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
.dapp-core-component__main__px-2 {
|
|
1225
|
-
padding-left: 0.5rem;
|
|
1226
|
-
padding-right: 0.5rem;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
.dapp-core-component__main__p-3 {
|
|
1230
|
-
padding: 1rem;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
.dapp-core-component__main__pt-3 {
|
|
1234
|
-
padding-top: 1rem;
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.dapp-core-component__main__py-3 {
|
|
1238
|
-
padding-top: 1rem;
|
|
1239
|
-
padding-bottom: 1rem;
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.dapp-core-component__main__pr-3 {
|
|
1243
|
-
padding-right: 1rem;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.dapp-core-component__main__px-3 {
|
|
1247
|
-
padding-right: 1rem;
|
|
1248
|
-
padding-left: 1rem;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
.dapp-core-component__main__pb-3 {
|
|
1252
|
-
padding-bottom: 1rem;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
.dapp-core-component__main__py-3 {
|
|
1256
|
-
padding-bottom: 1rem;
|
|
1257
|
-
padding-top: 1rem;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.dapp-core-component__main__pl-3 {
|
|
1261
|
-
padding-left: 1rem;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.dapp-core-component__main__px-3 {
|
|
1265
|
-
padding-right: 1rem;
|
|
1266
|
-
padding-left: 1rem;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.dapp-core-component__main__p-4 {
|
|
1270
|
-
padding: 1.5rem;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
.dapp-core-component__main__pt-4 {
|
|
1274
|
-
padding-top: 1.5rem;
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
.dapp-core-component__main__py-4 {
|
|
1278
|
-
padding-top: 1.5rem;
|
|
1279
|
-
padding-bottom: 1.5rem;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.dapp-core-component__main__pr-4 {
|
|
1283
|
-
padding-right: 1.5rem;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.dapp-core-component__main__px-4 {
|
|
1287
|
-
padding-left: 1.5rem;
|
|
1288
|
-
padding-right: 1.5rem;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
.dapp-core-component__main__pb-4 {
|
|
1292
|
-
padding-bottom: 1.5rem;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.dapp-core-component__main__py-4 {
|
|
1296
|
-
padding-top: 1.5rem;
|
|
1297
|
-
padding-bottom: 1.5rem;
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
.dapp-core-component__main__pl-4 {
|
|
1301
|
-
padding-left: 1.5rem;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.dapp-core-component__main__px-4 {
|
|
1305
|
-
padding-right: 1.5rem;
|
|
1306
|
-
padding-left: 1.5rem;
|
|
1307
|
-
}
|
|
1308
|
-
|
|
1309
|
-
.dapp-core-component__main__p-5 {
|
|
1310
|
-
padding: 3rem;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.dapp-core-component__main__pt-5 {
|
|
1314
|
-
padding-top: 3rem;
|
|
1315
|
-
}
|
|
1316
|
-
|
|
1317
|
-
.dapp-core-component__main__py-5 {
|
|
1318
|
-
padding-bottom: 3rem;
|
|
1319
|
-
padding-top: 3rem;
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
.dapp-core-component__main__pr-5 {
|
|
1323
|
-
padding-right: 3rem;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
.dapp-core-component__main__px-5 {
|
|
1327
|
-
padding-right: 3rem;
|
|
1328
|
-
padding-left: 3rem;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.dapp-core-component__main__pb-5 {
|
|
1332
|
-
padding-right: 3rem;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
.dapp-core-component__main__py-5 {
|
|
1336
|
-
padding-top: 3rem;
|
|
1337
|
-
padding-bottom: 3rem;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
.dapp-core-component__main__pl-5 {
|
|
1341
|
-
padding-left: 3rem;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.dapp-core-component__main__px-5 {
|
|
1345
|
-
padding-right: 3rem;
|
|
1346
|
-
padding-left: 3rem;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.dapp-core-component__main__m-n1 {
|
|
1350
|
-
margin: -0.25rem;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.dapp-core-component__main__mt-n1 {
|
|
1354
|
-
margin-top: -0.25rem;
|
|
1355
|
-
}
|
|
1356
|
-
|
|
1357
|
-
.dapp-core-component__main__my-n1 {
|
|
1358
|
-
margin-top: -0.25rem;
|
|
1359
|
-
margin-bottom: -0.25rem;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
.dapp-core-component__main__mr-n1 {
|
|
1363
|
-
margin-right: -0.25rem;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
.dapp-core-component__main__mx-n1 {
|
|
1367
|
-
margin-left: -0.25rem;
|
|
1368
|
-
margin-right: -0.25rem;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.dapp-core-component__main__mb-n1 {
|
|
1372
|
-
margin-bottom: -0.25rem;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.dapp-core-component__main__my-n1 {
|
|
1376
|
-
margin-bottom: -0.25rem;
|
|
1377
|
-
margin-top: -0.25rem;
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
.dapp-core-component__main__ml-n1 {
|
|
1381
|
-
margin-left: -0.25rem;
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
.dapp-core-component__main__mx-n1 {
|
|
1385
|
-
margin-left: -0.25rem;
|
|
1386
|
-
margin-right: -0.25rem;
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
.dapp-core-component__main__m-n2 {
|
|
1390
|
-
margin: -0.5rem;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
.dapp-core-component__main__mt-n2 {
|
|
1394
|
-
margin-top: -0.5rem;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.dapp-core-component__main__my-n2 {
|
|
1398
|
-
margin-top: -0.5rem;
|
|
1399
|
-
margin-left: -0.5rem;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
.dapp-core-component__main__mr-n2 {
|
|
1403
|
-
margin-right: -0.5rem;
|
|
1404
|
-
}
|
|
1405
|
-
|
|
1406
|
-
.dapp-core-component__main__mx-n2 {
|
|
1407
|
-
margin-right: -0.5rem;
|
|
1408
|
-
margin-left: -0.5rem;
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
.dapp-core-component__main__mb-n2 {
|
|
1412
|
-
margin-bottom: -0.5rem;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.dapp-core-component__main__my-n2 {
|
|
1416
|
-
margin-bottom: -0.5rem;
|
|
1417
|
-
margin-top: -0.5rem;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
.dapp-core-component__main__ml-n2 {
|
|
1421
|
-
margin-left: -0.5rem;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.dapp-core-component__main__mx-n2 {
|
|
1425
|
-
margin-left: -0.5rem;
|
|
1426
|
-
margin-right: -0.5rem;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
.dapp-core-component__main__m-n3 {
|
|
1430
|
-
margin: -1rem;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.dapp-core-component__main__mt-n3 {
|
|
1434
|
-
margin-top: -1rem;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
.dapp-core-component__main__my-n3 {
|
|
1438
|
-
margin-top: -1rem;
|
|
1439
|
-
margin-bottom: -1rem;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
.dapp-core-component__main__mr-n3 {
|
|
1443
|
-
margin-right: -1rem;
|
|
1444
|
-
}
|
|
1445
|
-
|
|
1446
|
-
.dapp-core-component__main__mx-n3 {
|
|
1447
|
-
margin-right: -1rem;
|
|
1448
|
-
margin-left: -1rem;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
.dapp-core-component__main__mb-n3 {
|
|
1452
|
-
margin-bottom: -1rem;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
.dapp-core-component__main__my-n3 {
|
|
1456
|
-
margin-bottom: -1rem;
|
|
1457
|
-
margin-top: -1rem;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
.dapp-core-component__main__ml-n3 {
|
|
1461
|
-
margin-left: -1rem;
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
.dapp-core-component__main__mx-n3 {
|
|
1465
|
-
margin-left: -1rem;
|
|
1466
|
-
margin-right: -1rem;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
.dapp-core-component__main__m-n4 {
|
|
1470
|
-
margin: -1.5rem;
|
|
1471
|
-
}
|
|
1472
|
-
|
|
1473
|
-
.dapp-core-component__main__mt-n4 {
|
|
1474
|
-
margin-top: -1.5rem;
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
|
-
.dapp-core-component__main__my-n4 {
|
|
1478
|
-
margin-top: -1.5rem;
|
|
1479
|
-
margin-bottom: -1.5rem;
|
|
1480
|
-
}
|
|
1481
|
-
|
|
1482
|
-
.dapp-core-component__main__mr-n4 {
|
|
1483
|
-
margin-right: -1.5rem;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
.dapp-core-component__main__mx-n4 {
|
|
1487
|
-
margin-left: -1.5rem;
|
|
1488
|
-
margin-right: -1.5rem;
|
|
1489
|
-
}
|
|
1490
|
-
|
|
1491
|
-
.dapp-core-component__main__mb-n4 {
|
|
1492
|
-
margin-bottom: -1.5rem;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
.dapp-core-component__main__my-n4 {
|
|
1496
|
-
margin-bottom: -1.5rem;
|
|
1497
|
-
margin-top: -1.5rem;
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
.dapp-core-component__main__ml-n4 {
|
|
1501
|
-
margin-left: -1.5rem;
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
.dapp-core-component__main__mx-n4 {
|
|
1505
|
-
margin-left: -1.5rem;
|
|
1506
|
-
margin-right: -1.5rem;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
.dapp-core-component__main__m-n5 {
|
|
1510
|
-
margin: -3rem;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
.dapp-core-component__main__mt-n5 {
|
|
1514
|
-
margin-top: -3rem;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.dapp-core-component__main__my-n5 {
|
|
1518
|
-
margin-bottom: -3rem;
|
|
1519
|
-
margin-top: -3rem;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.dapp-core-component__main__mr-n5 {
|
|
1523
|
-
margin-right: -3rem;
|
|
1524
|
-
}
|
|
1525
|
-
|
|
1526
|
-
.dapp-core-component__main__mx-n5 {
|
|
1527
|
-
margin-left: -3rem;
|
|
1528
|
-
margin-right: -3rem;
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
.dapp-core-component__main__mb-n5 {
|
|
1532
|
-
margin-bottom: -3rem;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
.dapp-core-component__main__my-n5 {
|
|
1536
|
-
margin-top: -3rem;
|
|
1537
|
-
margin-bottom: -3rem;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
.dapp-core-component__main__ml-n5 {
|
|
1541
|
-
margin-left: -3rem;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
.dapp-core-component__main__mx-n5 {
|
|
1545
|
-
margin-right: -3rem;
|
|
1546
|
-
margin-left: -3rem;
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
.dapp-core-component__main__m-auto {
|
|
1550
|
-
margin: auto;
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
|
-
.dapp-core-component__main__mt-auto {
|
|
1554
|
-
margin-top: auto;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
.dapp-core-component__main__my-auto {
|
|
1558
|
-
margin-bottom: auto;
|
|
1559
|
-
margin-top: auto;
|
|
1560
|
-
}
|
|
1561
|
-
|
|
1562
|
-
.dapp-core-component__main__mr-auto {
|
|
1563
|
-
margin-right: auto;
|
|
1564
|
-
}
|
|
1565
|
-
|
|
1566
|
-
.dapp-core-component__main__mx-auto {
|
|
1567
|
-
margin-left: auto;
|
|
1568
|
-
margin-right: auto;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
.dapp-core-component__main__mb-auto {
|
|
1572
|
-
margin-bottom: auto;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
.dapp-core-component__main__my-auto {
|
|
1576
|
-
margin-top: auto;
|
|
1577
|
-
margin-bottom: auto;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
.dapp-core-component__main__ml-auto {
|
|
1581
|
-
margin-left: auto;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
.dapp-core-component__main__mx-auto {
|
|
1585
|
-
margin-left: auto;
|
|
1586
|
-
margin-right: auto;
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
@media (min-width: 992px) {
|
|
1590
|
-
.dapp-core-component__main__mr-lg-1 {
|
|
1591
|
-
margin-right: 0.25rem;
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
|
|
1595
|
-
@media (min-width: 992px) {
|
|
1596
|
-
.dapp-core-component__main__mr-lg-4 {
|
|
1597
|
-
margin-right: 1.5rem;
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
@media (min-width: 992px) {
|
|
1602
|
-
.dapp-core-component__main__mx-lg-4 {
|
|
1603
|
-
margin-left: 1.5rem;
|
|
1604
|
-
margin-right: 1.5rem;
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
@media (min-width: 1200px) {
|
|
1609
|
-
.dapp-core-component__main__mb-xl-2 {
|
|
1610
|
-
margin-bottom: 0.5rem;
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
@media (min-width: 576px) {
|
|
1615
|
-
.dapp-core-component__main__pr-sm-2 {
|
|
1616
|
-
padding-right: 0.5rem;
|
|
1617
|
-
}
|
|
1618
|
-
}
|
|
1619
|
-
|
|
1620
|
-
@media (min-width: 576px) {
|
|
1621
|
-
.dapp-core-component__main__px-sm-2 {
|
|
1622
|
-
padding-left: 0.5rem;
|
|
1623
|
-
padding-right: 0.5rem;
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
@media (min-width: 1200px) {
|
|
1628
|
-
.dapp-core-component__main__pr-xl-0,
|
|
1629
|
-
.dapp-core-component__main__px-xl-0 {
|
|
1630
|
-
padding-right: 0;
|
|
1631
|
-
}
|
|
1632
|
-
}
|
|
1633
|
-
|
|
1634
|
-
.dapp-core-component__main__col {
|
|
1635
|
-
-ms-flex-preferred-size: 0;
|
|
1636
|
-
flex-basis: 0;
|
|
1637
|
-
-ms-flex-positive: 1;
|
|
1638
|
-
flex-grow: 1;
|
|
1639
|
-
max-width: 100%;
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
.dapp-core-component__main__row {
|
|
1643
|
-
display: flex;
|
|
1644
|
-
flex-wrap: wrap;
|
|
1645
|
-
margin-right: -15px;
|
|
1646
|
-
margin-left: -15px;
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
.dapp-core-component__main__col {
|
|
1650
|
-
flex-basis: 0;
|
|
1651
|
-
flex-grow: 1;
|
|
1652
|
-
max-width: 100%;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.dapp-core-component__main__col-xl,
|
|
1656
|
-
.dapp-core-component__main__col-xl-auto,
|
|
1657
|
-
.dapp-core-component__main__col-xl-12,
|
|
1658
|
-
.dapp-core-component__main__col-xl-11,
|
|
1659
|
-
.dapp-core-component__main__col-xl-10,
|
|
1660
|
-
.dapp-core-component__main__col-xl-9,
|
|
1661
|
-
.dapp-core-component__main__col-xl-8,
|
|
1662
|
-
.dapp-core-component__main__col-xl-7,
|
|
1663
|
-
.dapp-core-component__main__col-xl-6,
|
|
1664
|
-
.dapp-core-component__main__col-xl-5,
|
|
1665
|
-
.dapp-core-component__main__col-xl-4,
|
|
1666
|
-
.dapp-core-component__main__col-xl-3,
|
|
1667
|
-
.dapp-core-component__main__col-xl-2,
|
|
1668
|
-
.dapp-core-component__main__col-xl-1,
|
|
1669
|
-
.dapp-core-component__main__col-lg,
|
|
1670
|
-
.dapp-core-component__main__col-lg-auto,
|
|
1671
|
-
.dapp-core-component__main__col-lg-12,
|
|
1672
|
-
.dapp-core-component__main__col-lg-11,
|
|
1673
|
-
.dapp-core-component__main__col-lg-10,
|
|
1674
|
-
.dapp-core-component__main__col-lg-9,
|
|
1675
|
-
.dapp-core-component__main__col-lg-8,
|
|
1676
|
-
.dapp-core-component__main__col-lg-7,
|
|
1677
|
-
.dapp-core-component__main__col-lg-6,
|
|
1678
|
-
.dapp-core-component__main__col-lg-5,
|
|
1679
|
-
.dapp-core-component__main__col-lg-4,
|
|
1680
|
-
.dapp-core-component__main__col-lg-3,
|
|
1681
|
-
.dapp-core-component__main__col-lg-2,
|
|
1682
|
-
.dapp-core-component__main__col-lg-1,
|
|
1683
|
-
.dapp-core-component__main__col-md,
|
|
1684
|
-
.dapp-core-component__main__col-md-auto,
|
|
1685
|
-
.dapp-core-component__main__col-md-12,
|
|
1686
|
-
.dapp-core-component__main__col-md-11,
|
|
1687
|
-
.dapp-core-component__main__col-md-10,
|
|
1688
|
-
.dapp-core-component__main__col-md-9,
|
|
1689
|
-
.dapp-core-component__main__col-md-8,
|
|
1690
|
-
.dapp-core-component__main__col-md-7,
|
|
1691
|
-
.dapp-core-component__main__col-md-6,
|
|
1692
|
-
.dapp-core-component__main__col-md-5,
|
|
1693
|
-
.dapp-core-component__main__col-md-4,
|
|
1694
|
-
.dapp-core-component__main__col-md-3,
|
|
1695
|
-
.dapp-core-component__main__col-md-2,
|
|
1696
|
-
.dapp-core-component__main__col-md-1,
|
|
1697
|
-
.dapp-core-component__main__col-sm,
|
|
1698
|
-
.dapp-core-component__main__col-sm-auto,
|
|
1699
|
-
.dapp-core-component__main__col-sm-12,
|
|
1700
|
-
.dapp-core-component__main__col-sm-11,
|
|
1701
|
-
.dapp-core-component__main__col-sm-10,
|
|
1702
|
-
.dapp-core-component__main__col-sm-9,
|
|
1703
|
-
.dapp-core-component__main__col-sm-8,
|
|
1704
|
-
.dapp-core-component__main__col-sm-7,
|
|
1705
|
-
.dapp-core-component__main__col-sm-6,
|
|
1706
|
-
.dapp-core-component__main__col-sm-5,
|
|
1707
|
-
.dapp-core-component__main__col-sm-4,
|
|
1708
|
-
.dapp-core-component__main__col-sm-3,
|
|
1709
|
-
.dapp-core-component__main__col-sm-2,
|
|
1710
|
-
.dapp-core-component__main__col-sm-1,
|
|
1711
|
-
.dapp-core-component__main__col,
|
|
1712
|
-
.dapp-core-component__main__col-auto,
|
|
1713
|
-
.dapp-core-component__main__col-12,
|
|
1714
|
-
.dapp-core-component__main__col-11,
|
|
1715
|
-
.dapp-core-component__main__col-10,
|
|
1716
|
-
.dapp-core-component__main__col-9,
|
|
1717
|
-
.dapp-core-component__main__col-8,
|
|
1718
|
-
.dapp-core-component__main__col-7,
|
|
1719
|
-
.dapp-core-component__main__col-6,
|
|
1720
|
-
.dapp-core-component__main__col-5,
|
|
1721
|
-
.dapp-core-component__main__col-4,
|
|
1722
|
-
.dapp-core-component__main__col-3,
|
|
1723
|
-
.dapp-core-component__main__col-2,
|
|
1724
|
-
.dapp-core-component__main__col-1 {
|
|
1725
|
-
position: relative;
|
|
1726
|
-
width: 100%;
|
|
1727
|
-
padding-right: 15px;
|
|
1728
|
-
padding-left: 15px;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
.dapp-core-component__main__col-1 {
|
|
1732
|
-
flex: 0 0 8.3333333333%;
|
|
1733
|
-
max-width: 8.3333333333%;
|
|
1734
|
-
}
|
|
1735
|
-
|
|
1736
|
-
@media (min-width: 576px) {
|
|
1737
|
-
.dapp-core-component__main__col-sm-1 {
|
|
1738
|
-
flex: 0 0 8.3333333333%;
|
|
1739
|
-
max-width: 8.3333333333%;
|
|
1740
|
-
}
|
|
1741
|
-
.dapp-core-component__main__col-sm-2 {
|
|
1742
|
-
flex: 0 0 16.6666666667%;
|
|
1743
|
-
max-width: 16.6666666667%;
|
|
1744
|
-
}
|
|
1745
|
-
.dapp-core-component__main__col-sm-3 {
|
|
1746
|
-
flex: 0 0 25%;
|
|
1747
|
-
max-width: 25%;
|
|
1748
|
-
}
|
|
1749
|
-
.dapp-core-component__main__col-sm-4 {
|
|
1750
|
-
flex: 0 0 33.3333333333%;
|
|
1751
|
-
max-width: 33.3333333333%;
|
|
1752
|
-
}
|
|
1753
|
-
.dapp-core-component__main__col-sm-5 {
|
|
1754
|
-
flex: 0 0 41.6666666667%;
|
|
1755
|
-
max-width: 41.6666666667%;
|
|
1756
|
-
}
|
|
1757
|
-
.dapp-core-component__main__col-sm-6 {
|
|
1758
|
-
flex: 0 0 50%;
|
|
1759
|
-
max-width: 50%;
|
|
1760
|
-
}
|
|
1761
|
-
.dapp-core-component__main__col-sm-7 {
|
|
1762
|
-
flex: 0 0 58.3333333333%;
|
|
1763
|
-
max-width: 58.3333333333%;
|
|
1764
|
-
}
|
|
1765
|
-
.dapp-core-component__main__col-sm-8 {
|
|
1766
|
-
flex: 0 0 66.6666666667%;
|
|
1767
|
-
max-width: 66.6666666667%;
|
|
1768
|
-
}
|
|
1769
|
-
.dapp-core-component__main__col-sm-9 {
|
|
1770
|
-
flex: 0 0 75%;
|
|
1771
|
-
max-width: 75%;
|
|
1772
|
-
}
|
|
1773
|
-
.dapp-core-component__main__col-sm-10 {
|
|
1774
|
-
flex: 0 0 83.3333333333%;
|
|
1775
|
-
max-width: 83.3333333333%;
|
|
1776
|
-
}
|
|
1777
|
-
.dapp-core-component__main__col-sm-11 {
|
|
1778
|
-
flex: 0 0 91.6666666667%;
|
|
1779
|
-
max-width: 91.6666666667%;
|
|
1780
|
-
}
|
|
1781
|
-
.dapp-core-component__main__col-sm-12 {
|
|
1782
|
-
flex: 0 0 100%;
|
|
1783
|
-
max-width: 100%;
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
@media (min-width: 768px) {
|
|
1787
|
-
.dapp-core-component__main__col-md-1 {
|
|
1788
|
-
flex: 0 0 8.3333333333%;
|
|
1789
|
-
max-width: 8.3333333333%;
|
|
1790
|
-
}
|
|
1791
|
-
.dapp-core-component__main__col-md-2 {
|
|
1792
|
-
flex: 0 0 16.6666666667%;
|
|
1793
|
-
max-width: 16.6666666667%;
|
|
1794
|
-
}
|
|
1795
|
-
.dapp-core-component__main__col-md-3 {
|
|
1796
|
-
flex: 0 0 25%;
|
|
1797
|
-
max-width: 25%;
|
|
1798
|
-
}
|
|
1799
|
-
.dapp-core-component__main__col-md-4 {
|
|
1800
|
-
flex: 0 0 33.3333333333%;
|
|
1801
|
-
max-width: 33.3333333333%;
|
|
1802
|
-
}
|
|
1803
|
-
.dapp-core-component__main__col-md-5 {
|
|
1804
|
-
flex: 0 0 41.6666666667%;
|
|
1805
|
-
max-width: 41.6666666667%;
|
|
1806
|
-
}
|
|
1807
|
-
.dapp-core-component__main__col-md-6 {
|
|
1808
|
-
flex: 0 0 50%;
|
|
1809
|
-
max-width: 50%;
|
|
1810
|
-
}
|
|
1811
|
-
.dapp-core-component__main__col-md-7 {
|
|
1812
|
-
flex: 0 0 58.3333333333%;
|
|
1813
|
-
max-width: 58.3333333333%;
|
|
1814
|
-
}
|
|
1815
|
-
.dapp-core-component__main__col-md-8 {
|
|
1816
|
-
flex: 0 0 66.6666666667%;
|
|
1817
|
-
max-width: 66.6666666667%;
|
|
1818
|
-
}
|
|
1819
|
-
.dapp-core-component__main__col-md-9 {
|
|
1820
|
-
flex: 0 0 75%;
|
|
1821
|
-
max-width: 75%;
|
|
1822
|
-
}
|
|
1823
|
-
.dapp-core-component__main__col-md-10 {
|
|
1824
|
-
flex: 0 0 83.3333333333%;
|
|
1825
|
-
max-width: 83.3333333333%;
|
|
1826
|
-
}
|
|
1827
|
-
.dapp-core-component__main__col-md-11 {
|
|
1828
|
-
flex: 0 0 91.6666666667%;
|
|
1829
|
-
max-width: 91.6666666667%;
|
|
1830
|
-
}
|
|
1831
|
-
.dapp-core-component__main__col-md-12 {
|
|
1832
|
-
flex: 0 0 100%;
|
|
1833
|
-
max-width: 100%;
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
@media (min-width: 992px) {
|
|
1837
|
-
.dapp-core-component__main__col-lg-1 {
|
|
1838
|
-
flex: 0 0 8.3333333333%;
|
|
1839
|
-
max-width: 8.3333333333%;
|
|
1840
|
-
}
|
|
1841
|
-
.dapp-core-component__main__col-lg-2 {
|
|
1842
|
-
flex: 0 0 16.6666666667%;
|
|
1843
|
-
max-width: 16.6666666667%;
|
|
1844
|
-
}
|
|
1845
|
-
.dapp-core-component__main__col-lg-3 {
|
|
1846
|
-
flex: 0 0 25%;
|
|
1847
|
-
max-width: 25%;
|
|
1848
|
-
}
|
|
1849
|
-
.dapp-core-component__main__col-lg-4 {
|
|
1850
|
-
flex: 0 0 33.3333333333%;
|
|
1851
|
-
max-width: 33.3333333333%;
|
|
1852
|
-
}
|
|
1853
|
-
.dapp-core-component__main__col-lg-5 {
|
|
1854
|
-
flex: 0 0 41.6666666667%;
|
|
1855
|
-
max-width: 41.6666666667%;
|
|
1856
|
-
}
|
|
1857
|
-
.dapp-core-component__main__col-lg-6 {
|
|
1858
|
-
flex: 0 0 50%;
|
|
1859
|
-
max-width: 50%;
|
|
1860
|
-
}
|
|
1861
|
-
.dapp-core-component__main__col-lg-7 {
|
|
1862
|
-
flex: 0 0 58.3333333333%;
|
|
1863
|
-
max-width: 58.3333333333%;
|
|
1864
|
-
}
|
|
1865
|
-
.dapp-core-component__main__col-lg-8 {
|
|
1866
|
-
flex: 0 0 66.6666666667%;
|
|
1867
|
-
max-width: 66.6666666667%;
|
|
1868
|
-
}
|
|
1869
|
-
.dapp-core-component__main__col-lg-9 {
|
|
1870
|
-
flex: 0 0 75%;
|
|
1871
|
-
max-width: 75%;
|
|
1872
|
-
}
|
|
1873
|
-
.dapp-core-component__main__col-lg-10 {
|
|
1874
|
-
flex: 0 0 83.3333333333%;
|
|
1875
|
-
max-width: 83.3333333333%;
|
|
1876
|
-
}
|
|
1877
|
-
.dapp-core-component__main__col-lg-11 {
|
|
1878
|
-
flex: 0 0 91.6666666667%;
|
|
1879
|
-
max-width: 91.6666666667%;
|
|
1880
|
-
}
|
|
1881
|
-
.dapp-core-component__main__col-lg-12 {
|
|
1882
|
-
flex: 0 0 100%;
|
|
1883
|
-
max-width: 100%;
|
|
1884
|
-
}
|
|
1885
|
-
}
|
|
1886
|
-
@media (min-width: 1200px) {
|
|
1887
|
-
.dapp-core-component__main__col-xl-1 {
|
|
1888
|
-
flex: 0 0 8.3333333333%;
|
|
1889
|
-
max-width: 8.3333333333%;
|
|
1890
|
-
}
|
|
1891
|
-
.dapp-core-component__main__col-xl-2 {
|
|
1892
|
-
flex: 0 0 16.6666666667%;
|
|
1893
|
-
max-width: 16.6666666667%;
|
|
1894
|
-
}
|
|
1895
|
-
.dapp-core-component__main__col-xl-3 {
|
|
1896
|
-
flex: 0 0 25%;
|
|
1897
|
-
max-width: 25%;
|
|
1898
|
-
}
|
|
1899
|
-
.dapp-core-component__main__col-xl-4 {
|
|
1900
|
-
flex: 0 0 33.3333333333%;
|
|
1901
|
-
max-width: 33.3333333333%;
|
|
1902
|
-
}
|
|
1903
|
-
.dapp-core-component__main__col-xl-5 {
|
|
1904
|
-
flex: 0 0 41.6666666667%;
|
|
1905
|
-
max-width: 41.6666666667%;
|
|
1906
|
-
}
|
|
1907
|
-
.dapp-core-component__main__col-xl-6 {
|
|
1908
|
-
flex: 0 0 50%;
|
|
1909
|
-
max-width: 50%;
|
|
1910
|
-
}
|
|
1911
|
-
.dapp-core-component__main__col-xl-7 {
|
|
1912
|
-
flex: 0 0 58.3333333333%;
|
|
1913
|
-
max-width: 58.3333333333%;
|
|
1914
|
-
}
|
|
1915
|
-
.dapp-core-component__main__col-xl-8 {
|
|
1916
|
-
flex: 0 0 66.6666666667%;
|
|
1917
|
-
max-width: 66.6666666667%;
|
|
1918
|
-
}
|
|
1919
|
-
.dapp-core-component__main__col-xl-9 {
|
|
1920
|
-
flex: 0 0 75%;
|
|
1921
|
-
max-width: 75%;
|
|
1922
|
-
}
|
|
1923
|
-
.dapp-core-component__main__col-xl-10 {
|
|
1924
|
-
flex: 0 0 83.3333333333%;
|
|
1925
|
-
max-width: 83.3333333333%;
|
|
1926
|
-
}
|
|
1927
|
-
.dapp-core-component__main__col-xl-11 {
|
|
1928
|
-
flex: 0 0 91.6666666667%;
|
|
1929
|
-
max-width: 91.6666666667%;
|
|
1930
|
-
}
|
|
1931
|
-
.dapp-core-component__main__col-xl-12 {
|
|
1932
|
-
flex: 0 0 100%;
|
|
1933
|
-
max-width: 100%;
|
|
1934
|
-
}
|
|
1935
|
-
}
|
|
1936
|
-
.dapp-core-component__main__flex-row {
|
|
1937
|
-
flex-direction: row;
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
.dapp-core-component__main__flex-column {
|
|
1941
|
-
flex-direction: column;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
.dapp-core-component__main__flex-row-reverse {
|
|
1945
|
-
flex-direction: row-reverse;
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
.dapp-core-component__main__flex-column-reverse {
|
|
1949
|
-
flex-direction: column-reverse;
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
.dapp-core-component__main__flex-wrap {
|
|
1953
|
-
flex-wrap: wrap;
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
.dapp-core-component__main__flex-nowrap {
|
|
1957
|
-
flex-wrap: nowrap;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
.dapp-core-component__main__flex-wrap-reverse {
|
|
1961
|
-
flex-wrap: wrap-reverse;
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
.dapp-core-component__main__flex-fill {
|
|
1965
|
-
flex: 1 1 auto;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.dapp-core-component__main__flex-grow-0 {
|
|
1969
|
-
flex-grow: 0;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
.dapp-core-component__main__flex-grow-1 {
|
|
1973
|
-
flex-grow: 1;
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
.dapp-core-component__main__flex-shrink-0 {
|
|
1977
|
-
flex-shrink: 0;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
.dapp-core-component__main__flex-shrink-1 {
|
|
1981
|
-
flex-shrink: 1;
|
|
1982
|
-
}
|
|
1983
|
-
|
|
1984
|
-
.dapp-core-component__main__justify-content-start {
|
|
1985
|
-
justify-content: flex-start;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
.dapp-core-component__main__justify-content-end {
|
|
1989
|
-
justify-content: flex-end;
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
.dapp-core-component__main__justify-content-center {
|
|
1993
|
-
justify-content: center;
|
|
1994
|
-
}
|
|
1995
|
-
|
|
1996
|
-
.dapp-core-component__main__justify-content-between {
|
|
1997
|
-
justify-content: space-between;
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
.dapp-core-component__main__justify-content-around {
|
|
2001
|
-
justify-content: space-around;
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
.dapp-core-component__main__align-items-start {
|
|
2005
|
-
align-items: flex-start;
|
|
2006
|
-
}
|
|
2007
|
-
|
|
2008
|
-
.dapp-core-component__main__align-items-end {
|
|
2009
|
-
align-items: flex-end;
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
.dapp-core-component__main__align-items-center {
|
|
2013
|
-
align-items: center;
|
|
2014
|
-
}
|
|
2015
|
-
|
|
2016
|
-
.dapp-core-component__main__align-items-baseline {
|
|
2017
|
-
align-items: baseline;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.dapp-core-component__main__align-items-stretch {
|
|
2021
|
-
align-items: stretch;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.dapp-core-component__main__align-content-start {
|
|
2025
|
-
align-content: flex-start;
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
.dapp-core-component__main__align-content-end {
|
|
2029
|
-
align-content: flex-end;
|
|
2030
|
-
}
|
|
2031
|
-
|
|
2032
|
-
.dapp-core-component__main__align-content-center {
|
|
2033
|
-
align-content: center;
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
.dapp-core-component__main__align-content-between {
|
|
2037
|
-
align-content: space-between;
|
|
2038
|
-
}
|
|
2039
|
-
|
|
2040
|
-
.dapp-core-component__main__align-content-around {
|
|
2041
|
-
align-content: space-around;
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
.dapp-core-component__main__align-content-stretch {
|
|
2045
|
-
align-content: stretch;
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
.dapp-core-component__main__align-self-auto {
|
|
2049
|
-
align-self: auto;
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
.dapp-core-component__main__align-self-start {
|
|
2053
|
-
align-self: flex-start;
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
.dapp-core-component__main__align-self-end {
|
|
2057
|
-
align-self: flex-end;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
.dapp-core-component__main__align-self-center {
|
|
2061
|
-
align-self: center;
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
.dapp-core-component__main__align-self-baseline {
|
|
2065
|
-
align-self: baseline;
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
.dapp-core-component__main__align-self-stretch {
|
|
2069
|
-
align-self: stretch;
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
@media (min-width: 576px) {
|
|
2073
|
-
.dapp-core-component__main__flex-sm-row {
|
|
2074
|
-
flex-direction: row;
|
|
2075
|
-
}
|
|
2076
|
-
}
|
|
2077
|
-
|
|
2078
|
-
@media (min-width: 992px) {
|
|
2079
|
-
.dapp-core-component__main__flex-lg-row {
|
|
2080
|
-
flex-direction: row;
|
|
2081
|
-
}
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
@media (min-width: 992px) {
|
|
2085
|
-
.dapp-core-component__main__flex-lg-wrap {
|
|
2086
|
-
flex-wrap: wrap;
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
.dapp-core-component__main__form-check {
|
|
2091
|
-
display: flex;
|
|
2092
|
-
align-items: center;
|
|
2093
|
-
justify-content: flex-start;
|
|
2094
|
-
width: auto;
|
|
2095
|
-
padding-left: 0;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
.dapp-core-component__main__form-check-label {
|
|
2099
|
-
margin-bottom: 0;
|
|
2100
|
-
}
|
|
2101
|
-
|
|
2102
|
-
.dapp-core-component__main__form-check-input {
|
|
2103
|
-
position: absolute;
|
|
2104
|
-
margin-top: 0.3rem;
|
|
2105
|
-
margin-left: -1.25rem;
|
|
2106
|
-
}
|
|
2107
|
-
.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 {
|
|
2108
|
-
color: #6c757d;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
.dapp-core-component__main__form-group {
|
|
2112
|
-
display: flex;
|
|
2113
|
-
flex: 0 0 auto;
|
|
2114
|
-
flex-flow: row wrap;
|
|
2115
|
-
align-items: center;
|
|
2116
|
-
margin-bottom: 0;
|
|
2117
|
-
}
|
|
2118
|
-
|
|
2119
|
-
.dapp-core-component__main__form-control {
|
|
2120
|
-
display: block;
|
|
2121
|
-
width: 100%;
|
|
2122
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
2123
|
-
padding: 0.375rem 0.75rem;
|
|
2124
|
-
font-size: 1rem;
|
|
2125
|
-
font-weight: 400;
|
|
2126
|
-
line-height: 1.5;
|
|
2127
|
-
color: #495057;
|
|
2128
|
-
background-color: #fff;
|
|
2129
|
-
background-clip: padding-box;
|
|
2130
|
-
border: 1px solid #ced4da;
|
|
2131
|
-
border-radius: 0.25rem;
|
|
2132
|
-
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
.dapp-core-component__main__form-label {
|
|
2136
|
-
padding-top: calc(0.375rem + 1px);
|
|
2137
|
-
padding-bottom: calc(0.375rem + 1px);
|
|
2138
|
-
margin-bottom: 0;
|
|
2139
|
-
font-size: inherit;
|
|
2140
|
-
line-height: 1.5;
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
input,
|
|
2144
|
-
button,
|
|
2145
|
-
select,
|
|
2146
|
-
optgroup,
|
|
2147
|
-
textarea {
|
|
2148
|
-
margin: 0;
|
|
2149
|
-
font-family: inherit;
|
|
2150
|
-
font-size: inherit;
|
|
2151
|
-
line-height: inherit;
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
.dapp-core-component__main__form-group {
|
|
2155
|
-
margin-bottom: 1rem;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
.dapp-core-component__main__form-text {
|
|
2159
|
-
display: block;
|
|
2160
|
-
margin-top: 0.25rem;
|
|
2161
|
-
color: inherit;
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
.dapp-core-component__main__border {
|
|
2165
|
-
border: 1px solid #dee2e6;
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
.dapp-core-component__main__border-top {
|
|
2169
|
-
border-top: 1px solid #dee2e6;
|
|
2170
|
-
}
|
|
2171
|
-
|
|
2172
|
-
.dapp-core-component__main__border-right {
|
|
2173
|
-
border-right: 1px solid #dee2e6;
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
.dapp-core-component__main__border-bottom {
|
|
2177
|
-
border-bottom: 1px solid #dee2e6;
|
|
2178
|
-
}
|
|
2179
|
-
|
|
2180
|
-
.dapp-core-component__main__border-left {
|
|
2181
|
-
border-left: 1px solid #dee2e6;
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
.dapp-core-component__main__border-0 {
|
|
2185
|
-
border: 0;
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
.dapp-core-component__main__border-top-0 {
|
|
2189
|
-
border-top: 0;
|
|
2190
|
-
}
|
|
2191
|
-
|
|
2192
|
-
.dapp-core-component__main__border-right-0 {
|
|
2193
|
-
border-right: 0;
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
.dapp-core-component__main__border-bottom-0 {
|
|
2197
|
-
border-bottom: 0;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
.dapp-core-component__main__border-left-0 {
|
|
2201
|
-
border-left: 0;
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
.dapp-core-component__main__rounded-sm {
|
|
2205
|
-
border-radius: 0.2rem;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
.dapp-core-component__main__rounded {
|
|
2209
|
-
border-radius: 0.25rem;
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
.dapp-core-component__main__rounded-top {
|
|
2213
|
-
border-top-left-radius: 0.25rem;
|
|
2214
|
-
border-top-right-radius: 0.25rem;
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
.dapp-core-component__main__rounded-right {
|
|
2218
|
-
border-top-right-radius: 0.25rem;
|
|
2219
|
-
border-bottom-right-radius: 0.25rem;
|
|
2220
|
-
}
|
|
2221
|
-
|
|
2222
|
-
.dapp-core-component__main__rounded-bottom {
|
|
2223
|
-
border-bottom-right-radius: 0.25rem;
|
|
2224
|
-
border-bottom-left-radius: 0.25rem;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.dapp-core-component__main__rounded-left {
|
|
2228
|
-
border-top-left-radius: 0.25rem;
|
|
2229
|
-
border-bottom-left-radius: 0.25rem;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
.dapp-core-component__main__rounded-lg {
|
|
2233
|
-
border-radius: 0.3rem;
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
.dapp-core-component__main__rounded-circle {
|
|
2237
|
-
border-radius: 50%;
|
|
2238
|
-
}
|
|
2239
|
-
|
|
2240
|
-
.dapp-core-component__main__rounded-pill {
|
|
2241
|
-
border-radius: 50rem;
|
|
2242
|
-
}
|
|
2243
|
-
|
|
2244
|
-
.dapp-core-component__main__rounded-0 {
|
|
2245
|
-
border-radius: 0;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
.dapp-core-component__main__h1,
|
|
2249
|
-
.dapp-core-component__main__h2,
|
|
2250
|
-
.dapp-core-component__main__h3,
|
|
2251
|
-
.dapp-core-component__main__h4,
|
|
2252
|
-
.dapp-core-component__main__h5,
|
|
2253
|
-
.dapp-core-component__main__h6 {
|
|
2254
|
-
margin-bottom: 0.5rem;
|
|
2255
|
-
font-weight: 500;
|
|
2256
|
-
line-height: 1.2;
|
|
2257
|
-
}
|
|
2258
|
-
|
|
2259
|
-
.dapp-core-component__main__h1 {
|
|
2260
|
-
font-size: 2.5rem;
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
.dapp-core-component__main__h2 {
|
|
2264
|
-
font-size: 2rem;
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
|
-
.dapp-core-component__main__h3 {
|
|
2268
|
-
font-size: 1.75rem;
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
.dapp-core-component__main__h4 {
|
|
2272
|
-
font-size: 1.5rem;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
.dapp-core-component__main__h5 {
|
|
2276
|
-
font-size: 1.25rem;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
|
-
.dapp-core-component__main__h6 {
|
|
2280
|
-
font-size: 1rem;
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
.dapp-core-component__main__lead {
|
|
2284
|
-
font-size: 1.25rem;
|
|
2285
|
-
font-weight: 300;
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
.dapp-core-component__main__bg-primary {
|
|
2289
|
-
background-color: #1b46c2;
|
|
2290
|
-
}
|
|
2291
|
-
|
|
2292
|
-
.dapp-core-component__main__bg-warning,
|
|
2293
|
-
.dapp-core-component__main__warning {
|
|
2294
|
-
background-color: #f0ad4e;
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
.dapp-core-component__main__bg-danger,
|
|
2298
|
-
.dapp-core-component__main__danger {
|
|
2299
|
-
background-color: #d9534f;
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
.dapp-core-component__main__bg-success,
|
|
2303
|
-
.dapp-core-component__main__success {
|
|
2304
|
-
background-color: #5cb85c;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
.dapp-core-component__main__position-relative {
|
|
2308
|
-
position: relative;
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
.dapp-core-component__main__position-absolute {
|
|
2312
|
-
position: absolute;
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
.dapp-core-component__main__w-25 {
|
|
2316
|
-
width: 25%;
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
.dapp-core-component__main__w-50 {
|
|
2320
|
-
width: 50%;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.dapp-core-component__main__w-75 {
|
|
2324
|
-
width: 75%;
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
.dapp-core-component__main__w-100 {
|
|
2328
|
-
width: 100%;
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
.dapp-core-component__main__w-auto {
|
|
2332
|
-
width: auto;
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
|
-
.dapp-core-component__main__h-25 {
|
|
2336
|
-
height: 25%;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
.dapp-core-component__main__h-50 {
|
|
2340
|
-
height: 50%;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
.dapp-core-component__main__h-75 {
|
|
2344
|
-
height: 75%;
|
|
2345
|
-
}
|
|
2346
|
-
|
|
2347
|
-
.dapp-core-component__main__h-100 {
|
|
2348
|
-
height: 100%;
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
.dapp-core-component__main__h-auto {
|
|
2352
|
-
height: auto;
|
|
2353
|
-
}
|
|
2354
|
-
|
|
2355
|
-
.dapp-core-component__main__mw-100 {
|
|
2356
|
-
max-width: 100%;
|
|
2357
|
-
}
|
|
2358
|
-
|
|
2359
|
-
.dapp-core-component__main__mh-100 {
|
|
2360
|
-
max-height: 100%;
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
.dapp-core-component__main__min-vw-100 {
|
|
2364
|
-
min-width: 100vw;
|
|
2365
|
-
}
|
|
2366
|
-
|
|
2367
|
-
.dapp-core-component__main__min-vh-100 {
|
|
2368
|
-
min-height: 100vh;
|
|
2369
|
-
}
|
|
2370
|
-
|
|
2371
|
-
.dapp-core-component__main__vw-100 {
|
|
2372
|
-
width: 100vw;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
.dapp-core-component__main__vh-100 {
|
|
2376
|
-
height: 100vh;
|
|
2377
|
-
}
|
|
2378
|
-
|
|
2379
|
-
.dapp-core-component__main__locked-icon {
|
|
2380
|
-
color: inherit;
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
.dapp-core-component__main__shadow-sm {
|
|
2384
|
-
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
.dapp-core-component__main__shadow {
|
|
2388
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
.dapp-core-component__main__shadow-lg {
|
|
2392
|
-
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
|
|
2393
|
-
}
|
|
2394
|
-
|
|
2395
|
-
.dapp-core-component__main__shadow-none {
|
|
2396
|
-
box-shadow: none;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.dapp-core-component__main__d-none {
|
|
2400
|
-
display: none;
|
|
2401
|
-
}
|
|
2402
|
-
|
|
2403
|
-
.dapp-core-component__main__d-inline {
|
|
2404
|
-
display: inline;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
.dapp-core-component__main__d-inline-block {
|
|
2408
|
-
display: inline-block;
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
.dapp-core-component__main__d-block {
|
|
2412
|
-
display: block;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
.dapp-core-component__main__d-table {
|
|
2416
|
-
display: table;
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
.dapp-core-component__main__d-table-row {
|
|
2420
|
-
display: table-row;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.dapp-core-component__main__d-table-cell {
|
|
2424
|
-
display: table-cell;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
.dapp-core-component__main__d-flex {
|
|
2428
|
-
display: -ms-flexbox;
|
|
2429
|
-
display: flex;
|
|
2430
|
-
}
|
|
2431
|
-
|
|
2432
|
-
.dapp-core-component__main__d-inline-flex {
|
|
2433
|
-
display: -ms-inline-flexbox;
|
|
2434
|
-
display: inline-flex;
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
@media (min-width: 576px) {
|
|
2438
|
-
.dapp-core-component__main__d-sm-flex {
|
|
2439
|
-
display: flex;
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
.dapp-core-component__main__table {
|
|
2444
|
-
width: 100%;
|
|
2445
|
-
margin-bottom: 1rem;
|
|
2446
|
-
color: #212529;
|
|
2447
|
-
}
|
|
2448
|
-
.dapp-core-component__main__table th,
|
|
2449
|
-
.dapp-core-component__main__table td {
|
|
2450
|
-
padding: 0.75rem;
|
|
2451
|
-
vertical-align: top;
|
|
2452
|
-
border-top: 1px solid #dee2e6;
|
|
2453
|
-
}
|
|
2454
|
-
.dapp-core-component__main__table thead th {
|
|
2455
|
-
vertical-align: bottom;
|
|
2456
|
-
border-bottom: 2px solid #dee2e6;
|
|
2457
|
-
}
|
|
2458
|
-
.dapp-core-component__main__table tbody + tbody {
|
|
2459
|
-
border-top: 2px solid #dee2e6;
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
.dapp-core-component__main__table-sm th,
|
|
2463
|
-
.dapp-core-component__main__table-sm td {
|
|
2464
|
-
padding: 0.3rem;
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
.dapp-core-component__main__table-bordered {
|
|
2468
|
-
border: 1px solid #dee2e6;
|
|
2469
|
-
}
|
|
2470
|
-
.dapp-core-component__main__table-bordered th,
|
|
2471
|
-
.dapp-core-component__main__table-bordered td {
|
|
2472
|
-
border: 1px solid #dee2e6;
|
|
2473
|
-
}
|
|
2474
|
-
.dapp-core-component__main__table-bordered thead th,
|
|
2475
|
-
.dapp-core-component__main__table-bordered thead td {
|
|
2476
|
-
border-bottom-width: 2px;
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
.dapp-core-component__main__table-borderless th,
|
|
2480
|
-
.dapp-core-component__main__table-borderless td,
|
|
2481
|
-
.dapp-core-component__main__table-borderless thead th,
|
|
2482
|
-
.dapp-core-component__main__table-borderless tbody + tbody {
|
|
2483
|
-
border: 0;
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
|
|
2487
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
.dapp-core-component__main__table .dapp-core-component__main__thead-dark th {
|
|
2491
|
-
color: #fff;
|
|
2492
|
-
background-color: #343a40;
|
|
2493
|
-
border-color: #454d55;
|
|
2494
|
-
}
|
|
2495
|
-
.dapp-core-component__main__table .dapp-core-component__main__thead-light th {
|
|
2496
|
-
color: #495057;
|
|
2497
|
-
background-color: #e9ecef;
|
|
2498
|
-
border-color: #dee2e6;
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
|
-
.dapp-core-component__main__table-dark {
|
|
2502
|
-
color: #fff;
|
|
2503
|
-
background-color: #343a40;
|
|
2504
|
-
}
|
|
2505
|
-
.dapp-core-component__main__table-dark th,
|
|
2506
|
-
.dapp-core-component__main__table-dark td,
|
|
2507
|
-
.dapp-core-component__main__table-dark thead th {
|
|
2508
|
-
border-color: #454d55;
|
|
2509
|
-
}
|
|
2510
|
-
.dapp-core-component__main__table-dark.dapp-core-component__main__table-bordered {
|
|
2511
|
-
border: 0;
|
|
2512
|
-
}
|
|
2513
|
-
.dapp-core-component__main__table-dark.dapp-core-component__main__table-striped tbody tr:nth-of-type(odd) {
|
|
2514
|
-
background-color: rgba(255, 255, 255, 0.05);
|
|
2515
|
-
}
|
|
2516
|
-
.dapp-core-component__main__table-dark.dapp-core-component__main__table-hover tbody tr {
|
|
2517
|
-
color: #fff;
|
|
2518
|
-
background-color: rgba(255, 255, 255, 0.075);
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
.dapp-core-component__main__table-responsive {
|
|
2522
|
-
display: block;
|
|
2523
|
-
width: 100%;
|
|
2524
|
-
overflow-x: auto;
|
|
2525
|
-
-webkit-overflow-scrolling: touch;
|
|
2526
|
-
}
|
|
2527
|
-
.dapp-core-component__main__table-responsive > .dapp-core-component__main__table-bordered {
|
|
2528
|
-
border: 0;
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
@media (max-width: 767.98px) {
|
|
2532
|
-
.dapp-core-component__main__transactions.dapp-core-component__main__table .dapp-core-component__main__transaction-hash .dapp-core-component__main__trim {
|
|
2533
|
-
max-width: 8rem;
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
.dapp-core-component__main__font-weight-light {
|
|
2537
|
-
font-weight: 300;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.dapp-core-component__main__font-weight-lighter {
|
|
2541
|
-
font-weight: lighter;
|
|
2542
|
-
}
|
|
2543
|
-
|
|
2544
|
-
.dapp-core-component__main__font-weight-normal {
|
|
2545
|
-
font-weight: 400;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
.dapp-core-component__main__font-weight-medium {
|
|
2549
|
-
font-weight: 500;
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
.dapp-core-component__main__font-weight-bold {
|
|
2553
|
-
font-weight: 700;
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
.dapp-core-component__main__font-weight-bolder {
|
|
2557
|
-
font-weight: bolder;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.dapp-core-component__main__font-italic {
|
|
2561
|
-
font-style: italic;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.dapp-core-component__main__icon-state {
|
|
2565
|
-
display: flex;
|
|
2566
|
-
align-items: center;
|
|
2567
|
-
justify-content: center;
|
|
2568
|
-
width: 6rem;
|
|
2569
|
-
height: 6rem;
|
|
2570
|
-
border-radius: 50%;
|
|
2571
|
-
}
|
|
2572
|
-
.dapp-core-component__main__icon-state.dapp-core-component__main__half {
|
|
2573
|
-
width: 3rem;
|
|
2574
|
-
height: 3rem;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
.dapp-core-component__main__side-icon {
|
|
2578
|
-
width: 1.5rem;
|
|
2579
|
-
height: 1.5rem;
|
|
2580
|
-
min-width: 1.5rem;
|
|
2581
|
-
min-height: 1.5rem;
|
|
2582
|
-
color: transparent;
|
|
2583
|
-
border-radius: 50%;
|
|
2584
|
-
overflow: hidden;
|
|
2585
|
-
border: 1px solid #dee2e6;
|
|
2586
|
-
}
|
|
2587
|
-
.dapp-core-component__main__side-icon svg {
|
|
2588
|
-
color: #cacbcc;
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
div.dapp-core-component__main__side-icon {
|
|
2592
|
-
display: flex;
|
|
2593
|
-
align-items: center;
|
|
2594
|
-
justify-content: center;
|
|
2595
|
-
}
|
|
2596
|
-
div.dapp-core-component__main__side-icon img {
|
|
2597
|
-
transform: scale(0.75);
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
.dapp-core-component__main__toast-messages {
|
|
2601
|
-
position: fixed;
|
|
2602
|
-
bottom: 1rem;
|
|
2603
|
-
left: 1rem;
|
|
2604
|
-
right: 1rem;
|
|
2605
|
-
z-index: 9999;
|
|
2606
|
-
}
|
|
2607
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast {
|
|
2608
|
-
display: block;
|
|
2609
|
-
flex-basis: 4rem;
|
|
2610
|
-
width: 100%;
|
|
2611
|
-
max-width: 28.875rem;
|
|
2612
|
-
transition: transform 0.3s ease-in-out;
|
|
2613
|
-
transform: translateX(120%);
|
|
2614
|
-
background-color: #fff;
|
|
2615
|
-
border-radius: 0.25rem;
|
|
2616
|
-
border-color: #dee2e6;
|
|
2617
|
-
}
|
|
2618
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__clickable {
|
|
2619
|
-
cursor: pointer;
|
|
2620
|
-
}
|
|
2621
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible {
|
|
2622
|
-
margin-bottom: 0.3rem;
|
|
2623
|
-
transform: translateX(0);
|
|
2624
|
-
}
|
|
2625
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast.dapp-core-component__main__toast-visible .dapp-core-component__main__progress {
|
|
2626
|
-
background-color: rgba(0, 0, 0, 0);
|
|
2627
|
-
height: inherit;
|
|
2628
|
-
font-size: inherit;
|
|
2629
|
-
line-height: inherit;
|
|
2630
|
-
}
|
|
2631
|
-
.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 {
|
|
2632
|
-
background-color: rgba(108, 117, 125, 0.2);
|
|
2633
|
-
}
|
|
2634
|
-
.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 {
|
|
2635
|
-
z-index: -1;
|
|
2636
|
-
visibility: hidden;
|
|
2637
|
-
width: 0;
|
|
2638
|
-
}
|
|
2639
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__toast .dapp-core-component__main__tx-description {
|
|
2640
|
-
margin-bottom: 0.2rem;
|
|
2641
|
-
}
|
|
2642
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__close {
|
|
2643
|
-
opacity: 1;
|
|
2644
|
-
}
|
|
2645
|
-
.dapp-core-component__main__toast-messages .dapp-core-component__main__close svg {
|
|
2646
|
-
color: #6c757d;
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__textarea {
|
|
2650
|
-
-moz-appearance: textfield-multiline;
|
|
2651
|
-
-webkit-appearance: textarea;
|
|
2652
|
-
border: 1px solid #000;
|
|
2653
|
-
background-color: #fff;
|
|
2654
|
-
border-radius: 5px;
|
|
2655
|
-
font: medium -moz-fixed;
|
|
2656
|
-
font-size: 0.8125rem;
|
|
2657
|
-
min-height: 5rem;
|
|
2658
|
-
overflow: auto;
|
|
2659
|
-
padding: 0.375rem 0.75rem;
|
|
2660
|
-
resize: both;
|
|
2661
|
-
}
|
|
2662
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__textarea:hover {
|
|
2663
|
-
border: 1px solid #000;
|
|
2664
|
-
}
|
|
2665
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__textarea .dapp-core-component__main__highlighted {
|
|
2666
|
-
font-size: 1rem;
|
|
2667
|
-
}
|
|
2668
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__textarea.dapp-core-component__main__sc-call {
|
|
2669
|
-
min-height: 3rem;
|
|
2670
|
-
}
|
|
2671
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__form-control:disabled,
|
|
2672
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__form-control[readonly] {
|
|
2673
|
-
background-color: #fafafa;
|
|
2674
|
-
}
|
|
2675
|
-
.dapp-core-component__main__data-field .dapp-core-component__main__small-font {
|
|
2676
|
-
font-size: 0.8125rem;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
.dapp-core-component__main__progress-steps {
|
|
2680
|
-
display: flex;
|
|
2681
|
-
}
|
|
2682
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps {
|
|
2683
|
-
display: flex;
|
|
2684
|
-
}
|
|
2685
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps hr {
|
|
2686
|
-
background-color: #6c757d;
|
|
2687
|
-
border-color: #dee2e6;
|
|
2688
|
-
z-index: 2;
|
|
2689
|
-
}
|
|
2690
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot {
|
|
2691
|
-
height: 0.625rem;
|
|
2692
|
-
width: 0.625rem;
|
|
2693
|
-
border-radius: 50%;
|
|
2694
|
-
margin: 0 1rem;
|
|
2695
|
-
z-index: 5;
|
|
2696
|
-
background-color: #6c757d;
|
|
2697
|
-
}
|
|
2698
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:first-of-type {
|
|
2699
|
-
margin-left: 0;
|
|
2700
|
-
}
|
|
2701
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot:last-of-type {
|
|
2702
|
-
margin-right: 0;
|
|
2703
|
-
}
|
|
2704
|
-
.dapp-core-component__main__progress-steps .dapp-core-component__main__steps .dapp-core-component__main__dot.dapp-core-component__main__bg-primary {
|
|
2705
|
-
background-color: #1b46c2;
|
|
2706
|
-
}
|
|
2707
|
-
|
|
2708
|
-
a.dapp-core-component__main__side-link::after {
|
|
2709
|
-
right: 0;
|
|
2710
|
-
left: unset;
|
|
2711
|
-
width: calc(100% - 1.85rem);
|
|
2712
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(z1));var T={"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","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 oe=({children:n,title:t,className:a="",colWidth:c="2",noBorder:_=!1})=>bi.default.createElement("div",{className:(0,wi.default)(T.row,V_.detailItem,a,{[T.pt3]:_,[T.pb1]:_,[T.borderBottom]:!_,[T.py3]:!_})},bi.default.createElement("div",{className:(0,wi.default)(T.textSecondary,T.textLgRight,T.fontWeightMedium,T[`colLg${c}`])},t),bi.default.createElement("div",{className:(0,wi.default)(T.fontWeightMedium,T[`colLg${12-Number(c)}`])},n));i();var q1=`.dapp-core-component__styles__hash {
|
|
2713
|
-
display: flex;
|
|
2714
|
-
align-items: center;
|
|
2715
|
-
word-break: break-all;
|
|
2716
|
-
}
|
|
2717
|
-
.dapp-core-component__styles__hash .dapp-core-component__styles__copy {
|
|
2718
|
-
margin-left: 0.5rem;
|
|
2719
|
-
}
|
|
2720
|
-
.dapp-core-component__styles__hash .dapp-core-component__styles__copy svg path {
|
|
2721
|
-
fill: #cacbcc;
|
|
2722
|
-
transition: all 200ms;
|
|
2723
|
-
}
|
|
2724
|
-
.dapp-core-component__styles__hash .dapp-core-component__styles__copy svg path:hover {
|
|
2725
|
-
fill: #1f43f4;
|
|
2726
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(q1));var ip={hash:"dapp-core-component__styles__hash",copy:"dapp-core-component__styles__copy"};var K1=({className:n,transaction:t})=>vi.default.createElement(oe,{className:n,title:"Hash"},vi.default.createElement("div",{className:ip.hash},t.txHash,vi.default.createElement(He,{text:t.txHash,className:ip.copy})));i();i();var zo=v(require("react")),Ni=require("@fortawesome/free-solid-svg-icons"),lp=require("@fortawesome/react-fontawesome"),oa=v(require("classnames"));j();i();var Li=v(require("react"));i();function X1(n){let t=Math.floor(n/864e5),a=n%(24*60*60*1e3),c=Math.floor(a/(60*60*1e3)),_=a%(60*60*1e3),g=Math.floor(_/(60*1e3)),h=_%(60*1e3),A=Math.floor(h/1e3),I=A+" sec",D=g+" min",F=c+" hr",O=t+" day";if(A>1&&(I=A+" sec"),g>1&&(D=g+" min"),c>1&&(F=c+" hrs"),t>1&&(O=t+" days"),t>=1)return O+" "+F;if(c>=1){let U=g===0?"":" "+D;return F+U}if(g>=1){let U=A===0?"":" "+I;return D+U}return I}function Z1(n){let t=n.split(" ");return t.length>1?`${t[0]} ${t[1]}`:n}function Y1(n){let a=new Date().getTime()-n;return Math.max(a,0)}function cu(n,t=!0){let a=Y1(n),c=X1(a);return t?Z1(c):c}i();function ki({value:n,noSeconds:t,utc:a,meridiem:c=!0}){let _=new Date(n*1e3),[,g]=_.toLocaleString("en-US",{hour:"numeric",hour12:c}).split(" "),h=_.toUTCString(),[,A]=h.split(","),[I,D,F,O]=A.trim().split(" "),[U,te,ie]=O.split(":"),le=`:${ie}`,Po=`${U}:${te}${t?"":le}`,Ee=`${c?g:""} ${a?"UTC":""}`.trim();return`${D} ${I}, ${F} ${Po} ${Ee}`.trim()}i();var j1=`.dapp-core-component__transactionsTable-styles__transactions-table {
|
|
2727
|
-
border: none;
|
|
2728
|
-
box-shadow: 0 0.75rem 1.875rem 0 rgba(90, 97, 105, 0.05);
|
|
2729
|
-
border-radius: 0.75rem;
|
|
2730
|
-
color: #000;
|
|
2731
|
-
}
|
|
2732
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__transactions-table-header {
|
|
2733
|
-
border-bottom: none;
|
|
2734
|
-
border-radius: 0.75rem;
|
|
2735
|
-
padding: 1.75rem 2rem;
|
|
2736
|
-
}
|
|
2737
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__transactions-table-header h6 {
|
|
2738
|
-
margin-bottom: 0;
|
|
2739
|
-
}
|
|
2740
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper {
|
|
2741
|
-
overflow-x: auto;
|
|
2742
|
-
}
|
|
2743
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table {
|
|
2744
|
-
white-space: nowrap;
|
|
2745
|
-
max-height: 500px;
|
|
2746
|
-
width: 100%;
|
|
2747
|
-
}
|
|
2748
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table tr {
|
|
2749
|
-
border-top: 1px solid #e2e2e2;
|
|
2750
|
-
}
|
|
2751
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table th {
|
|
2752
|
-
white-space: nowrap;
|
|
2753
|
-
padding: 0.75rem;
|
|
2754
|
-
background-color: #fbfbfb;
|
|
2755
|
-
border: 0;
|
|
2756
|
-
vertical-align: middle;
|
|
2757
|
-
font-weight: 400;
|
|
2758
|
-
}
|
|
2759
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table th:first-child {
|
|
2760
|
-
padding-left: 2rem;
|
|
2761
|
-
}
|
|
2762
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table td {
|
|
2763
|
-
white-space: nowrap;
|
|
2764
|
-
width: 0.1%;
|
|
2765
|
-
white-space: nowrap;
|
|
2766
|
-
}
|
|
2767
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table td:first-child {
|
|
2768
|
-
padding-left: 1.25rem;
|
|
2769
|
-
}
|
|
2770
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell {
|
|
2771
|
-
padding: 0;
|
|
2772
|
-
margin: 0.75rem;
|
|
2773
|
-
font-variant-numeric: slashed-zero;
|
|
2774
|
-
color: #000;
|
|
2775
|
-
}
|
|
2776
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell a {
|
|
2777
|
-
color: #1f43f4;
|
|
2778
|
-
font-weight: 500;
|
|
2779
|
-
}
|
|
2780
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-margin {
|
|
2781
|
-
margin-left: 0;
|
|
2782
|
-
}
|
|
2783
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-margin [class*=left] span,
|
|
2784
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-margin [class*=right] span {
|
|
2785
|
-
font-size: 1rem;
|
|
2786
|
-
color: #1f43f4;
|
|
2787
|
-
}
|
|
2788
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-margin [class*=ellipsis] {
|
|
2789
|
-
color: #1f43f4;
|
|
2790
|
-
}
|
|
2791
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-overflow {
|
|
2792
|
-
max-width: 9rem;
|
|
2793
|
-
overflow: hidden;
|
|
2794
|
-
text-overflow: ellipsis;
|
|
2795
|
-
}
|
|
2796
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-link {
|
|
2797
|
-
position: relative;
|
|
2798
|
-
text-decoration: none;
|
|
2799
|
-
}
|
|
2800
|
-
.dapp-core-component__transactionsTable-styles__transactions-table .dapp-core-component__transactionsTable-styles__table-wrapper .dapp-core-component__transactionsTable-styles__table .dapp-core-component__transactionsTable-styles__transaction-cell-font-small {
|
|
2801
|
-
font-size: 0.75rem;
|
|
2802
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(j1));var To={"transactions-table":"dapp-core-component__transactionsTable-styles__transactions-table",transactionsTable:"dapp-core-component__transactionsTable-styles__transactions-table","transactions-table-header":"dapp-core-component__transactionsTable-styles__transactions-table-header",transactionsTableHeader:"dapp-core-component__transactionsTable-styles__transactions-table-header","table-wrapper":"dapp-core-component__transactionsTable-styles__table-wrapper",tableWrapper:"dapp-core-component__transactionsTable-styles__table-wrapper",table:"dapp-core-component__transactionsTable-styles__table","transaction-cell":"dapp-core-component__transactionsTable-styles__transaction-cell",transactionCell:"dapp-core-component__transactionsTable-styles__transaction-cell","transaction-cell-margin":"dapp-core-component__transactionsTable-styles__transaction-cell-margin",transactionCellMargin:"dapp-core-component__transactionsTable-styles__transaction-cell-margin","transaction-cell-overflow":"dapp-core-component__transactionsTable-styles__transaction-cell-overflow",transactionCellOverflow:"dapp-core-component__transactionsTable-styles__transaction-cell-overflow","transaction-cell-link":"dapp-core-component__transactionsTable-styles__transaction-cell-link",transactionCellLink:"dapp-core-component__transactionsTable-styles__transaction-cell-link","transaction-cell-font-small":"dapp-core-component__transactionsTable-styles__transaction-cell-font-small",transactionCellFontSmall:"dapp-core-component__transactionsTable-styles__transaction-cell-font-small"};var pu=({value:n,short:t=!1,tooltip:a=!1})=>{let c=cu(n*1e3,t),_=a?Li.default.createElement("span",{title:ki({value:n,noSeconds:!1,utc:!0}),"data-testid":`timeAgo-${n}`},c):Li.default.createElement("span",{"data-testid":`timeAgo-${n}`},c);return Li.default.createElement("span",{className:To.transactionCell},_)};i();we();function na(n){let t=h=>n.status.toLowerCase()===h.toLowerCase(),a=t("fail")||t("reward-reverted"),c=t("success"),_=t("not executed")||t("invalid"),g=t("pending")||n.pendingResults;return{failed:a,success:c,invalid:_,pending:g}}var J1=({className:n,transaction:t})=>{let{pending:a}=na(t);return zo.default.createElement(oe,{className:n,title:"Age"},t.timestamp!=null?zo.default.createElement("div",{className:(0,oa.default)(T.dFlex,T.flexWrap,T.alignItemsCenter),"data-testid":"transactionAge"},a?zo.default.createElement(lp.FontAwesomeIcon,{icon:Ni.faSpinner,className:(0,oa.default)(T.mr2,T.textSecondary,"fa-spin","slow-spin")}):zo.default.createElement(lp.FontAwesomeIcon,{icon:Ni.faClock,className:(0,oa.default)(T.mr2,T.textSecondary)}),zo.default.createElement(pu,{value:t.timestamp,short:!0}),zo.default.createElement("span",{className:(0,oa.default)(T.textSecondary,T.ml2)},"(",ki({value:t.timestamp,utc:!0}),")")):zo.default.createElement("span",{className:T.textSecondary},he))};i();i();var Oi=v(require("react")),Xu=v(require("classnames"));i();i();var oo=v(require("react")),So=require("@fortawesome/free-solid-svg-icons"),nr=require("@fortawesome/react-fontawesome"),gt=v(require("classnames"));i();i();i();i();xe();var mu=({operation:n,address:t})=>{let a=t===n.sender,c=t===n.receiver,_=a&&c,g=!_,h="";switch(!0){case a:h="Out";break;case c:h="In";break;case _:h="Self";break;case g:h="Internal";break}return{direction:h}};i();i();i();function Ci(n){for(let t=0;t<n.length;t++)if(n.charCodeAt(t)>127)return!1;return!0}function ta(n){let t=n;try{let a=p.Buffer.from(n,"hex").toString();Ci(a)&&a.length>1&&(t=a)}catch(a){}return t}var lu=n=>{let t=p.Buffer.from(n,"base64").toString().split("@");return t.length>=2&&(t[0].length>0?t[0]=ta(t[0]):t[1]=ta(t[1])),t.join("@")};i();var du=n=>{let{hash:t}=window.location;return t.substring(0,t.indexOf("/")>0?t.indexOf("/"):t.length).replace("#","")===n};i();var _u=v(require("linkifyjs")),Q1=n=>{let t=_u.find(n);if(!t.length)return{textWithLinks:n,hasLinks:!1};let a=n;for(let c of t){let _=n.substring(c.start,c.end);a=a.replace(_,c.value)}return{textWithLinks:a,hasLinks:!0}},dp=({message:n,scamInfo:t,isNsfw:a,uris:c,messagePrefix:_="Message hidden due to suspicious content - "})=>{var I;let g=`${_}${(I=t==null?void 0:t.info)!=null?I:"suspicious content"}`,{textWithLinks:h,hasLinks:A}=Q1(n);if(A||a||t)return{message:g,textWithLinks:h,isSuspicious:!0};if(c!=null&&c.length)for(let D of c){let F=dp({message:D,messagePrefix:_});if(F.isSuspicious)return F}return!A&&!t&&!a?{message:"",textWithLinks:h,isSuspicious:!1}:{message:g,textWithLinks:h,isSuspicious:!0}};i();j();var uu=n=>{let t=n;typeof t=="string"&&t.includes("Shard")&&(t=t.replace("Shard","").replace(" ",""));let a=mp.toString()===String(t).toString()||String(t)==="metachain",c=au.toString()===String(t).toString();return a?"Metachain":c?"All Shards":`Shard ${t}`};i();i();i();i();j();i();var gu=require("@multiversx/sdk-core"),qo=v(require("bignumber.js"));j();i();var fu=v(require("bignumber.js")),ut=(n,t=!0)=>{let a=String(n);if(!a.match(/^[-]?\d+$/))return!1;let c=new fu.default(a),_=t?0:-1;return c.toString(10)===a&&c.comparedTo(0)>=_};i();function bo(n){return{if:function(t){return t?{then:a=>a instanceof Function?bo(a(n)):bo(a)}:{then:()=>bo(n)}},then:t=>t instanceof Function?bo(t(n)):bo(t),valueOf:function(){return n}}}qo.default.config({ROUNDING_MODE:qo.default.ROUND_FLOOR});function Xe({input:n,decimals:t=$e,digits:a=_t,showLastNonZeroDecimal:c=!0,showIsLessThanDecimalsLabel:_=!1,addCommas:g=!1}){if(!ut(n,!1))throw new Error("Invalid input");let h=new qo.default(n).isNegative(),A=n;return h&&(A=n.substring(1)),bo(A).then(()=>gu.TokenPayment.fungibleFromBigInteger("",A,t).toRationalNumber()).then(I=>{let D=new qo.default(I);if(D.isZero())return Gn;let F=D.toString(10),[O,U]=F.split("."),te=new qo.default(U||0),ie=bo(0).if(Boolean(U&&c)).then(()=>Math.max(U.length,a)).if(te.isZero()&&!c).then(0).if(Boolean(U&&!c)).then(()=>Math.min(U.length,a)).valueOf(),le=U&&a>=1&&a<=U.length&&te.isGreaterThan(0)&&new qo.default(U.substring(0,a)).isZero(),Po=D.toFormat(ie);return bo(F).if(g).then(Po).if(Boolean(le)).then(je=>{let Ee=new qo.default(O).isZero(),[De,Je]=je.split("."),qn=new Array(a-1).fill(0),kr=[...qn,0].join(""),As=[...qn,1].join("");return Ee?_?`<${De}.${As}`:c?`${De}.${Je}`:De:`${De}.${kr}`}).if(Boolean(!le&&U)).then(je=>{let[Ee]=je.split("."),De=U.substring(0,ie);if(c){let Je=a-De.length;if(Je>0){let qn=Array(Je).fill(0).join("");return De=`${De}${qn}`,`${Ee}.${De}`}return je}return De?`${Ee}.${De}`:Ee}).valueOf()}).if(h).then(I=>`-${I}`).valueOf()}i();j();i();var eA=require("@multiversx/sdk-core");j();i();var ra=require("@multiversx/sdk-core"),tA=require("@multiversx/sdk-network-providers");j();i();i();var nA=v(require("bignumber.js"));j();i();j();i();i();var Qt=({amount:n,usd:t,decimals:a=2,addEqualSign:c})=>{let _=(parseFloat(n)*t).toFixed(a),g=parseFloat(_).toLocaleString("en",{maximumFractionDigits:a,minimumFractionDigits:a}),h=parseFloat(n)>0?"\u2248":"=";return`${c?`${h} `:""}$${g}`};i();function hu(n,t,a="..."){return isNaN(t)&&(t=10),a||(a="..."),n!=null&&(n.length<=t||n.length-a.length<=t)?n:String(n).substring(0,t-a.length)+a}i();i();var no="accounts",wo="transactions";var ft="tokens",_p="blocks",yu="miniblocks",xu="nodes",Tu="identities",up="collections",fp="nfts",gp="providers",hp="sc-results",bu="contracts",wu="logs",vu="code",Su="locked-accounts",Au="roles";var an={shard:n=>`/${_p}?shard=${n}`,receiverShard:n=>`/${wo}?receivershard=${n}`,senderShard:n=>`/${wo}?sendershard=${n}`,transactionDetails:n=>`/${wo}/${n}`,transactionDetailsScResults:n=>`/${wo}/${n}/${hp}`,transactionDetailsLogs:n=>`/${wo}/${n}/${wu}`,nodeDetails:n=>`/${xu}/${n}`,accountDetails:n=>`/${no}/${n}`,accountDetailsContractCode:n=>`/${no}/${n}/${vu}`,accountDetailsTokens:n=>`/${no}/${n}/${ft}`,accountDetailsNfts:n=>`/${no}/${n}/${fp}`,accountDetailsScResults:n=>`/${no}/${n}/${hp}`,accountDetailsContracts:n=>`/${no}/${n}/${bu}`,identityDetails:n=>`/${Tu}/${n}`,tokenDetails:n=>`/${ft}/${n}`,tokenDetailsAccounts:n=>`/${ft}/${n}/${no}`,tokenDetailsLockedAccounts:n=>`/${ft}/${n}/${Su}`,tokenDetailsRoles:n=>`/${ft}/${n}/${Au}`,collectionDetails:n=>`/${up}/${n}`,nftDetails:n=>`/${fp}/${n}`,providerDetails:n=>`/${gp}/${n}`,providerDetailsTransactions:n=>`/${gp}/${n}/${wo}`};function Ko({token:n,noValue:t,showLastNonZeroDecimal:a}){var D;let c=!t&&n.value&&n.type!=="NonFungibleESDT",_=n.decimals!=null,g="";n.type==="NonFungibleESDT"&&(g="NFT"),n.type==="SemiFungibleESDT"&&(g="SFT"),n.type==="MetaESDT"&&(g="Meta-ESDT");let h="";c&&_&&(h=_?Xe({input:n.value,decimals:n.decimals,digits:2,showLastNonZeroDecimal:a}):Number(n.value).toLocaleString("en"));let A=an.nftDetails(String(n.identifier)),I=n.ticker===n.collection&&(D=n.identifier)!=null?D:n.ticker;return{badgeText:g,tokenFormattedAmount:c?h:null,tokenExplorerLink:A,tokenLinkText:I,token:n,noValue:t,showLastNonZeroDecimal:a}}i();j();function er({token:n,noValue:t,showLastNonZeroDecimal:a}){var A;let c=Boolean(!t&&n.value),_=c?Xe({input:n.value,decimals:(A=n.decimals)!=null?A:$e,digits:2,showLastNonZeroDecimal:a,addCommas:!0}):null,g=an.tokenDetails(String(n.token)),h=n.ticker;return{tokenExplorerLink:g,tokenFormattedAmount:_,showFormattedAmount:c,tokenLinkText:h,token:n,showLastNonZeroDecimal:a}}i();var yp=v(require("bignumber.js")),rA=n=>{let t=new yp.default(n.gasPrice),a=new yp.default(n.gasUsed);return t.times(a).toString()};function Iu(n){return n.fee?n.fee:n.gasUsed===void 0?null:rA(n)}i();Ge();i();i();function ku(n){var t,a;return(a=(t=n==null?void 0:n.operations)==null?void 0:t.map(c=>c.message).filter(c=>Boolean(c)))!=null?a:[]}i();var Lu=v(require("bignumber.js"));j();var aA=n=>{var t,a;if(!((t=n.receipt)!=null&&t.value))return"";if(((a=n.receipt)==null?void 0:a.data)===su){let c=Xe({input:n.receipt.value,decimals:$e,digits:_t,showLastNonZeroDecimal:!0});return new Lu.default(c).times(n.gasPrice).times(100).toFixed()}return n.receipt.value};function Nu(n){var _;let t=(_=n.receipt)==null?void 0:_.data;if(!t)return"";let a=aA(n),c=a?`: ${a}`:"";return`${t}${c}`}i();function xp(n){var t,a;return(a=(t=n==null?void 0:n.results)==null?void 0:t.map(c=>c.returnMessage).filter(c=>Boolean(c)))!=null?a:[]}function Tp(n){return Array.from(new Set([...xp(n),...ku(n),Nu(n)])).filter(a=>Boolean(a))}i();we();var Cu=n=>{switch(!0){case n.pendingResults:return"Pending (Smart Contract Execution)";case n.status==="reward-reverted":return"fail";default:return n.status.toString()}};i();i();xe();var bp=n=>{var a,c;return(c=(a=n==null?void 0:n.operations)==null?void 0:a.filter(_=>Object.values(Qr).includes(_.type)))!=null?c:[]};i();i();xe();i();xe();var Eu=n=>{var t,a;switch(n.name){case"transfer":return["Transfer",{token:(t=n.arguments)==null?void 0:t.transfers},"to",{address:(a=n.arguments)==null?void 0:a.receiver}];default:return[]}};i();var Du=v(require("bignumber.js"));j();xe();var Pu=n=>{var t,a,c,_,g,h,A,I,D,F,O,U;switch(n.name){case"claimLockedAssets":return["Claim locked assets"];case"enterFarm":case"enterFarmProxy":return["Enter farm with",{token:(t=n.arguments)==null?void 0:t.transfers}];case"enterFarmAndLockRewards":case"enterFarmAndLockRewardsProxy":return["Enter farm and lock rewards with",{token:(a=n.arguments)==null?void 0:a.transfers}];case"exitFarm":case"exitFarmProxy":return["Exit farm with",{token:(c=n.arguments)==null?void 0:c.transfers}];case"claimRewards":case"claimRewardsProxy":return["Claim rewards",{token:(_=n.arguments)==null?void 0:_.transfers}];case"compoundRewards":case"compoundRewardsProxy":return["Reinvest rewards",{token:(g=n.arguments)==null?void 0:g.transfers}];case"swapTokensFixedInput":case"swap":return n.description?[n.description]:[];case"swapTokensFixedOutput":return n.description?[n.description]:[];case"addLiquidity":case"addLiquidityProxy":return["Added liquidity for",{token:[(h=n.arguments)==null?void 0:h.transfers[0]]},"and",{token:[(A=n.arguments)==null?void 0:A.transfers[1]]}];case"removeLiquidity":case"removeLiquidityProxy":return["Removed liquidity with ",{token:(I=n.arguments)==null?void 0:I.transfers}];case"mergeLockedAssetTokens":let te=Gn;if((D=n.arguments)!=null&&D.transfers){let ie=n.arguments.transfers.map(({value:le})=>le);te=Du.default.sum.apply(null,ie).toString(10)}return[`Merge ${(F=n.arguments)==null?void 0:F.transfers.length}`,{tokenNoLink:[(O=n.arguments)==null?void 0:O.transfers[0]]},"positions into a single",{tokenNoLink:[(U=n.arguments)==null?void 0:U.transfers[0]]},"position of value",{value:te}];case"wrapEgld":case"unwrapEgld":default:return n.description?[n.description]:[]}};i();xe();var Mu=n=>{var t,a,c,_,g,h,A,I,D,F,O,U;switch(n.name){case"delegate":case"stake":return["Delegate",{egldValue:(t=n.arguments)==null?void 0:t.value},"to staking provider",{providerName:(a=n.arguments)==null?void 0:a.providerName,providerAvatar:(c=n.arguments)==null?void 0:c.providerAvatar}];case"unDelegate":return["Undelegate",{egldValue:(_=n.arguments)==null?void 0:_.value},"from staking provider",{providerName:(g=n.arguments)==null?void 0:g.providerName,providerAvatar:(h=n.arguments)==null?void 0:h.providerAvatar}];case"claimRewards":return["Claim rewards from staking provider",{providerName:(A=n.arguments)==null?void 0:A.providerName,providerAvatar:(I=n.arguments)==null?void 0:I.providerAvatar}];case"reDelegateRewards":return["Redelegate rewards from staking provider",{providerName:(D=n.arguments)==null?void 0:D.providerName,providerAvatar:(F=n.arguments)==null?void 0:F.providerAvatar}];case"withdraw":return["Withdraw from staking provider",{providerName:(O=n.arguments)==null?void 0:O.providerName,providerAvatar:(U=n.arguments)==null?void 0:U.providerAvatar}];default:return[]}};var Ou=n=>{if(!n.arguments)return n.description?[n.description]:[n.name];switch(n.category){case"esdtNft":return Eu(n);case"mex":return Pu(n);case"stake":return Mu(n);default:return n.description?[n.description]:[]}};i();var Mi=require("react");Ge();i();i();xe();i();var Bu=require("@multiversx/sdk-core/out"),wp=v(require("bignumber.js"));xe();i();var Ru=require("@multiversx/sdk-core");function iA(n){try{let t=new Ru.Address(n);return Boolean(t.bech32())}catch(t){return!1}}function sn(n){return(n==null?void 0:n.startsWith("erd"))&&n.length===62&&/^\w+$/.test(n)&&iA(n)}var vo=(n,t,a)=>{switch(t){case"text":try{return p.Buffer.from(String(n),"hex").toString("utf8")}catch(_){}return n;case"decimal":return new wp.default(n,16).toString(10);case"smart":try{let _=Bu.Address.fromHex(n).toString();if(sn(_))return _}catch(_){}try{let _=p.Buffer.from(String(n),"hex").toString("utf8");return Ci(_)||a&&[...a.esdts,...a.nfts].some(A=>_.includes(A))?_:new wp.default(n,16).toString(10)}catch(_){}return n;case"raw":default:return n}};i();xe();i();var sA=n=>n.toLowerCase().match(/[0-9a-f]/g),cA=n=>n.length%2===0,Wu=n=>{let t=[];return n&&!sA(n)&&t.push(`Invalid Hex characters on argument @${n}`),n&&!cA(n)&&t.push(`Odd number of Hex characters on argument @${n}`),t};i();we();var Pi=({parts:n,decodedParts:t,identifier:a})=>{let c=[...t];if(n[0]==="ESDTNFTTransfer"&&n[2]&&(c[2]=vo(n[2],"decimal")),a==="ESDTNFTTransfer"&&n[1]){let _=p.Buffer.from(String(n[1]),"base64");c[1]=vo(_.toString("hex"),"decimal")}return c};var Hu=({parts:n,decodeMethod:t,identifier:a})=>{let c=[],_=n.map((h,A)=>{if(n.length>=2&&(A===0&&h.length<64||A===1&&!n[0]))return/[^a-z0-9]/gi.test(h)?vo(h,t):h;{let I=Wu(h);return I.length&&(c=I),vo(h,t)}});return{displayValue:(t==="smart"?Pi({parts:n,decodedParts:_,identifier:a}):_).join("@"),validationWarnings:c}};var Gu=({input:n,decodeMethod:t,identifier:a})=>{let c={displayValue:"",validationWarnings:[]};if(!(n.includes("@")||n.includes(`
|
|
2803
|
-
`)))return c.displayValue=vo(n,t),c;if(n.includes("@")){let g=n.split("@");c=Hu({parts:g,decodeMethod:t,identifier:a})}if(n.includes(`
|
|
2804
|
-
`)){let g=n.split(`
|
|
2805
|
-
`),h=g.map(I=>{let D=p.Buffer.from(String(I),"base64");return t==="raw"?I:vo(D.toString("hex"),t)}),A=t==="smart"?Pi({parts:g,decodedParts:h,identifier:a}):h;c.displayValue=A.join(`
|
|
2806
|
-
`)}return c};var pA=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}],$u=({value:n,initialDecodeMethod:t,setDecodeMethod:a,identifier:c})=>{let[_,g]=(0,Mi.useState)(t&&Object.values(Hn).includes(t)?t:"raw"),{displayValue:h,validationWarnings:A}=Gu({input:n,decodeMethod:_,identifier:c});return(0,Mi.useEffect)(()=>{a&&a(_)},[_]),{displayValue:h,validationWarnings:A,setActiveKey:g,decodeOptions:pA}};i();var Fi=require("react");Ge();var Vu=()=>{let{hash:n,pathname:t}=window.location,a=n.replace("#",""),c=a&&Object.values(Hn).includes(a)?a:"raw",[_,g]=(0,Fi.useState)(a);return(0,Fi.useEffect)(()=>{_&&_!=="raw"&&window.history.replaceState({},document==null?void 0:document.title,`${t}#${_}`)},[_,t]),{initialDecodeMethod:c,decodeMethod:_,setDecodeMethod:g}};i();var zu=require("react");xe();var lA=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];function dA({operations:n,transaction:t,isExpanded:a=!1,listLength:c=25}){let _=n.filter(F=>!lA.includes(F.action)&&(F.sender===t.sender||F.receiver===t.sender)),g=_.length>0?_:n,h=g.length>c?g.slice(0,c):g,A=g.length>c?g.slice(c,g.length):[],I=a?_.length>0?"Show in/out operations":"Show fewer operations":"Show all operations",D=h.length!==n.length||A.length>0;return{displayedOperations:a?n:h,toggleButtonText:I,showToggleButton:D}}function qu(n){let[t,a]=(0,zu.useState)(!1),c=()=>{a(A=>!A)},{displayedOperations:_,showToggleButton:g,toggleButtonText:h}=dA(V(P({},n),{isExpanded:t}));return{isExpanded:t,displayedOperations:_,showToggleButton:g,toggleButtonText:h,onToggleButtonClick:c}}var _A=n=>{let t=()=>oo.default.createElement(oo.default.Fragment,null),a="",{failed:c,invalid:_,pending:g,success:h}=na(n);return n.pendingResults&&(a=T.textWarning,t=()=>oo.default.createElement(nr.FontAwesomeIcon,{icon:So.faHourglass,className:(0,gt.default)(T.mr2,a)})),c&&(a=T.textDanger,t=()=>oo.default.createElement(nr.FontAwesomeIcon,{icon:So.faTimes,className:(0,gt.default)(T.mr2,a)})),_&&(a=T.textDanger,t=()=>oo.default.createElement(nr.FontAwesomeIcon,{icon:So.faBan,className:(0,gt.default)(T.mr2,a)})),h&&(a=T.textSuccess,t=()=>oo.default.createElement(nr.FontAwesomeIcon,{icon:So.faCheckCircle,className:(0,gt.default)(T.mr2,a)})),g&&(a=T.textWarning,t=()=>oo.default.createElement(nr.FontAwesomeIcon,{icon:So.faHourglass,className:(0,gt.default)(T.mr2,a)})),{Icon:t,color:a}},Ku=({className:n,transaction:t})=>{let{Icon:a}=_A(t);return oo.default.createElement("span",{className:(0,gt.default)(T.dFlex,T.alignItemsCenter,T.textCapitalize,T.mr2,n)},oo.default.createElement(a,null),Cu(t))};var uA=({className:n,transaction:t})=>Oi.default.createElement(oe,{className:n,title:"Status"},Oi.default.createElement("div",{className:(0,Xu.default)(T.dFlex,T.alignItemsCenter,T.flexWrap)},Oi.default.createElement(Ku,{transaction:t})));i();i();var ko=v(require("react"));j();i();var am=v(require("react")),vg=require("@fortawesome/free-solid-svg-icons"),Sg=require("@fortawesome/react-fontawesome"),Ag=v(require("classnames"));i();i();var pg=require("react"),mr=require("react-redux");i();var Yp=require("@reduxjs/toolkit"),sg=require("react-redux/lib/utils/Subscription");_e();i();var Bf=v(require("lodash.throttle"));j();i();var Rf=v(require("lodash.isequal")),Zi=require("reselect");Ge();var B=(0,Zi.createSelectorCreator)(Zi.defaultMemoize,Rf.default),ma=(n,t)=>n!=""&&Boolean(t);_e();Pp();tr();or();var YA=[Ii],Yi=!1,jA=(0,Bf.default)(()=>{sa(ia())},5e3),Wf=n=>t=>a=>{var I;if(YA.includes(a.type))return t(a);let c=n.getState(),_=ht.local.getItem(Xo.loginExpiresAt);if(!ma((I=c==null?void 0:c.loginInfo)==null?void 0:I.loginMethod,c==null?void 0:c.account.address))return t(a);if(_==null)return sa(ia());let h=Date.now();return _-h<0&&!Yi?setTimeout(()=>{Yi=!0,n.dispatch(lf())},1e3):(Yi&&(Yi=!1),jA()),t(a)};i();i();function ji(){return typeof sessionStorage!="undefined"}var rg=ji()?(Zf(),Jr(Xf)).default:(jf(),Jr(Yf)).default,ag=ji()?(Qf(),Jr(Jf)).default:[],ig=ji()?(tg(),Jr(og)).default:n=>n;Ji();var re=(0,Yp.configureStore)({reducer:rg,middleware:n=>n({serializableCheck:{ignoredActions:[...ag,Ep.type,Cp.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Wf)}),cg=(0,sg.createSubscription)(re),G5=ig(re),$5=(0,Yp.configureStore)({reducer:pr});var dI={store:re,subscription:cg},jp=(0,pg.createContext)(dI),K5=(0,mr.createStoreHook)(jp),hn=(0,mr.createDispatchHook)(jp),pe=(0,mr.createSelectorHook)(jp);i();i();_e();var Io=n=>n.account,lr=B(Io,n=>n.address),dr=B(Io,lr,(n,t)=>t in n.accounts?n.accounts[t]:Bi),_I=B(Io,dr,(n,t)=>{let _=n,{accounts:a}=_,c=tn(_,["accounts"]);return V(P({},c),{account:t})}),uI=B(dr,n=>n.balance),fI=B(dr,n=>{var t;return((t=n==null?void 0:n.nonce)==null?void 0:t.valueOf())||0}),j5=B(Io,n=>n.shard),gI=B(Io,n=>n.ledgerAccount),J5=B(Io,n=>n.walletConnectAccount),Q5=B(Io,n=>n.isAccountLoading),e6=B(Io,n=>n.accountLoadingError),mg=B(Io,n=>n.websocketEvent);i();var $n=n=>n.loginInfo,r6=B($n,n=>n.loginMethod),Jp=B($n,lr,(n,t)=>ma(n.loginMethod,t)),a6=B($n,n=>n.walletConnectLogin),i6=B($n,n=>n.ledgerLogin),hI=B($n,n=>n.walletLogin),s6=B($n,n=>n.isLoginSessionInvalid),yI=B($n,n=>n.tokenLogin),c6=B($n,n=>n.logoutRoute);i();var lg=n=>n.modals,l6=B(lg,n=>n.txSubmittedModal),xI=B(lg,n=>n.notificationModal);i();var to=n=>n.networkConfig,es=B(to,n=>n.chainID),TI=B(to,n=>n.network.walletConnectBridgeAddress),bI=B(to,n=>n.network.walletConnectV2RelayAddress),wI=B(to,n=>n.network.walletConnectV2ProjectId),vI=B(to,n=>n.network.walletConnectV2Options),dg=B(to,n=>n.network.walletConnectDeepLink),Yo=B(to,n=>n.network),_g=B(Yo,n=>n.apiAddress),ug=B(Yo,n=>n.explorerAddress),Qp=B(Yo,n=>n.egldLabel);i();var em=n=>n.signedMessageInfo,g6=B(em,n=>n.isSigning),h6=B(em,n=>n.errorMessage),y6=B(em,n=>{let t=Object.keys(n.signedSessions),a=t.length;return n.signedSessions[t[a-1]]});i();var nm=n=>n.toasts,b6=B(nm,n=>n.customToasts),w6=B(nm,n=>n.transactionToasts),v6=B(nm,n=>n.failTransactionToast);i();_e();var fg={errorMessage:$p,successMessage:Vp,processingMessage:zp},SI=n=>n.transactionsInfo,AI=B(SI,(n,t)=>t,(n,t)=>t!=null&&(n==null?void 0:n[Number(t)])||fg);i();i();var yn=require("@multiversx/sdk-core");j();i();function ns(n){try{return p.Buffer.from(n,"base64").toString()===atob(n)}catch(t){return!1}}function os(n){var _,g,h;let{data:t}=n,a=ns(t!=null?t:"")?yn.TransactionPayload.fromEncoded(t):new yn.TransactionPayload(t),c=new yn.Transaction(P({value:n.value.valueOf(),data:a,nonce:n.nonce.valueOf(),receiver:new yn.Address(n.receiver),sender:new yn.Address(n.sender),gasLimit:(_=n.gasLimit.valueOf())!=null?_:ea,gasPrice:(g=n.gasPrice.valueOf())!=null?g:Ai,chainID:n.chainID.valueOf(),version:new yn.TransactionVersion((h=n.version)!=null?h:ru)},n.options?{options:new yn.TransactionOptions(n.options)}:{}));return c.applySignature({hex:()=>n.signature||""},new yn.Address(n.sender)),c}i();cr();i();var II=v(require("bignumber.js"));Ge();i();i();var kI=require("@multiversx/sdk-core"),LI=v(require("bignumber.js"));we();i();i();i();var NI=require("@multiversx/sdk-core/out");i();j();i();var la=require("@multiversx/sdk-core");Ge();var CI=["ESDTNFTTransfer","ESDTNFTBurn","ESDTNFTAddQuantity","ESDTNFTCreate","MultiESDTNFTTransfer","ESDTTransfer","ESDTBurn","ESDTLocalMint","ESDTLocalBurn","ESDTWipe","ESDTFreeze"];function _r(n,t,a=""){if(!sn(n))return!1;if(new la.Address(n).isContractAddress())return!0;let g=gg({receiver:n,data:a});return g?new la.Address(g).isContractAddress()||PI(n,t,a):!1}var EI=n=>n.toLowerCase().match(/[0-9a-f]/g),DI=n=>n.length%2===0;function PI(n,t,a){let c=a==null?void 0:a.split("@");if(c==null)return!1;let[_,...g]=c,h=t!=null&&n!=null&&n===t,A=CI.includes(_),I=g.every(D=>EI(D)&&DI(D));return h&&A&&I}function gg({receiver:n,data:t}){try{if(!t)return n;let a=ns(t)?la.TransactionPayload.fromEncoded(t).toString():t,c=MI(a),_=a.split("@");return c>-1?_[c]:n}catch(a){console.log(a);return}}function MI(n){return n.includes("MultiESDTNFTTransfer")?1:n.includes("ESDTNFTTransfer")?4:-1}i();i();i();i();we();i();i();i();i();i();i();i();i();i();xe();var ts=n=>{var c,_,g,h,A,I;let t="Transaction";return((c=n.action)==null?void 0:c.name)&&((_=n.action)==null?void 0:_.category)&&(((g=n.action)==null?void 0:g.category)==="esdtNft"&&((h=n.action)==null?void 0:h.name)==="transfer"?t="Transaction":n.action&&(t=n.action.name),(I=(A=n.action)==null?void 0:A.arguments)!=null&&I.functionName&&(t=n.action.arguments.functionName)),t};i();var hg=!1;function OI(n){hg||(console.error(n),hg=!0)}function om({explorerAddress:n,to:t}){try{return new URL(t).href}catch(a){return t.startsWith("/")||(OI(`Link not prepended by / : ${t}`),t=`/${t}`),n?`${n}${t}`:t}}i();xe();i();i();j();i();xe();var RI=["reDelegateRewards","claimRewards","unBond"],BI=["wrapEgld","unwrapEgld"],WI=["unStake"],UI=["unDelegate"];i();i();i();j();i();var $I=v(require("bignumber.js"));i();i();i();var VI=v(require("bignumber.js"));var rs=n=>n.transactions,ur=B(rs,n=>n.signedTransactions),KI=B(rs,n=>n.signTransactionsError),yg=B(rs,n=>n.signTransactionsCancelMessage),as=n=>t=>Object.entries(t).reduce((a,[c,_])=>(n(_.status)&&(a[c]=_),a),{}),xg=B(ur,as(ar)),Tg=B(ur,as(ir)),bg=B(ur,as(sr)),XI=B(ur,as(Kp)),wg=B(rs,n=>{var t;return(n==null?void 0:n.transactionsToSign)==null?null:V(P({},n.transactionsToSign),{transactions:((t=n==null?void 0:n.transactionsToSign)==null?void 0:t.transactions.map(a=>os(a)))||[]})}),ZI=B(ur,(n,t)=>t,(n,t)=>t!=null?(n==null?void 0:n[t])||{}:{});var is=()=>pe(to);i();var YI=`.dapp-core-component__explorerLinkStyles__link .dapp-core-component__explorerLinkStyles__search {
|
|
2807
|
-
color: #6c757d;
|
|
2808
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(YI));var rm={link:"dapp-core-component__explorerLinkStyles__link",search:"dapp-core-component__explorerLinkStyles__search"};var fe=g=>{var h=g,{page:n,text:t,className:a="dapp-explorer-link",children:c}=h,_=tn(h,["page","text","className","children"]);let{network:{explorerAddress:A}}=is(),I=t!=null?t:am.default.createElement(Sg.FontAwesomeIcon,{icon:vg.faSearch,className:rm.search}),D=om({explorerAddress:String(A),to:n});return am.default.createElement("a",P({href:D,target:"_blank",className:(0,Ag.default)(rm.link,T.ml2,a),rel:"noreferrer"},_),c!=null?c:I)};i();i();var Ie=v(require("react")),Ig=v(require("classnames")),kg=v(require("lodash.debounce"));i();var jI=`.dapp-core-component__trim-styles__trim {
|
|
2809
|
-
display: flex;
|
|
2810
|
-
max-width: 100%;
|
|
2811
|
-
overflow: hidden;
|
|
2812
|
-
position: relative;
|
|
2813
|
-
white-space: nowrap;
|
|
2814
|
-
/* IE fix */
|
|
2815
|
-
/* SAFARI fix */
|
|
2816
|
-
}
|
|
2817
|
-
.dapp-core-component__trim-styles__trim.dapp-core-component__trim-styles__overflow .dapp-core-component__trim-styles__ellipsis {
|
|
2818
|
-
display: block;
|
|
2819
|
-
}
|
|
2820
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left {
|
|
2821
|
-
flex-shrink: 1;
|
|
2822
|
-
font-size: 1px;
|
|
2823
|
-
overflow: hidden;
|
|
2824
|
-
text-overflow: ellipsis;
|
|
2825
|
-
text-align: left;
|
|
2826
|
-
}
|
|
2827
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2828
|
-
flex-shrink: 1;
|
|
2829
|
-
font-size: 1px;
|
|
2830
|
-
overflow: hidden;
|
|
2831
|
-
text-overflow: ellipsis;
|
|
2832
|
-
white-space: nowrap;
|
|
2833
|
-
direction: rtl;
|
|
2834
|
-
text-align: right;
|
|
2835
|
-
}
|
|
2836
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left span,
|
|
2837
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right span {
|
|
2838
|
-
font-size: 0.875rem;
|
|
2839
|
-
pointer-events: none;
|
|
2840
|
-
user-select: none;
|
|
2841
|
-
}
|
|
2842
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__ellipsis {
|
|
2843
|
-
flex-shrink: 0;
|
|
2844
|
-
display: none;
|
|
2845
|
-
pointer-events: none;
|
|
2846
|
-
user-select: none;
|
|
2847
|
-
}
|
|
2848
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
2849
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2850
|
-
text-overflow: clip;
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
@supports (-webkit-hyphens: none) {
|
|
2854
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right,
|
|
2855
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left {
|
|
2856
|
-
letter-spacing: -0.001em;
|
|
2857
|
-
}
|
|
2858
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right {
|
|
2859
|
-
text-overflow: clip;
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
.dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__hidden-text-ref {
|
|
2863
|
-
position: absolute;
|
|
2864
|
-
display: block;
|
|
2865
|
-
color: transparent;
|
|
2866
|
-
}
|
|
2867
|
-
@media (max-width: 1199.98px) {
|
|
2868
|
-
.dapp-core-component__trim-styles__trim {
|
|
2869
|
-
max-width: 26rem;
|
|
2870
|
-
}
|
|
2871
|
-
}
|
|
2872
|
-
@media (max-width: 991.98px) {
|
|
2873
|
-
.dapp-core-component__trim-styles__trim {
|
|
2874
|
-
max-width: 12rem;
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
2877
|
-
@media (max-width: 768px) {
|
|
2878
|
-
.dapp-core-component__trim-styles__trim {
|
|
2879
|
-
max-width: 8rem;
|
|
2880
|
-
}
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
.dapp-core-component__trim-styles__trim-wrapper {
|
|
2884
|
-
display: flex;
|
|
2885
|
-
max-width: 100%;
|
|
2886
|
-
overflow: hidden;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
a:hover > .dapp-core-component__trim-styles__trim span {
|
|
2890
|
-
color: #0056b3;
|
|
2891
|
-
}
|
|
2892
|
-
a:hover > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref {
|
|
2893
|
-
color: transparent;
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
a > .dapp-core-component__trim-styles__trim span,
|
|
2897
|
-
.dapp-core-component__trim-styles__text-primary > .dapp-core-component__trim-styles__trim span {
|
|
2898
|
-
color: #1b46c2;
|
|
2899
|
-
}
|
|
2900
|
-
a > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref,
|
|
2901
|
-
.dapp-core-component__trim-styles__text-primary > .dapp-core-component__trim-styles__trim span.dapp-core-component__trim-styles__hidden-text-ref {
|
|
2902
|
-
color: transparent;
|
|
2903
|
-
}
|
|
2904
|
-
|
|
2905
|
-
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim {
|
|
2906
|
-
max-width: 10rem;
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-only-sm .dapp-core-component__trim-styles__trim {
|
|
2910
|
-
max-width: none;
|
|
2911
|
-
}
|
|
2912
|
-
@media (max-width: 768px) {
|
|
2913
|
-
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-only-sm .dapp-core-component__trim-styles__trim {
|
|
2914
|
-
max-width: 13rem;
|
|
2915
|
-
}
|
|
2916
|
-
}
|
|
2917
|
-
|
|
2918
|
-
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__left span,
|
|
2919
|
-
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__right span,
|
|
2920
|
-
.dapp-core-component__trim-styles__trim-fs-sm .dapp-core-component__trim-styles__trim .dapp-core-component__trim-styles__ellipsis {
|
|
2921
|
-
font-size: 0.875rem;
|
|
2922
|
-
}
|
|
2923
|
-
|
|
2924
|
-
@media (max-width: 768px) {
|
|
2925
|
-
.dapp-core-component__trim-styles__table .dapp-core-component__trim-styles__trim-size-xl .dapp-core-component__trim-styles__trim {
|
|
2926
|
-
max-width: 13rem;
|
|
2927
|
-
}
|
|
2928
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(jI));var xt={trim:"dapp-core-component__trim-styles__trim",overflow:"dapp-core-component__trim-styles__overflow",ellipsis:"dapp-core-component__trim-styles__ellipsis",left:"dapp-core-component__trim-styles__left",right:"dapp-core-component__trim-styles__right","hidden-text-ref":"dapp-core-component__trim-styles__hidden-text-ref",hiddenTextRef:"dapp-core-component__trim-styles__hidden-text-ref","trim-wrapper":"dapp-core-component__trim-styles__trim-wrapper",trimWrapper:"dapp-core-component__trim-styles__trim-wrapper","text-primary":"dapp-core-component__trim-styles__text-primary",textPrimary:"dapp-core-component__trim-styles__text-primary",table:"dapp-core-component__trim-styles__table","trim-only-sm":"dapp-core-component__trim-styles__trim-only-sm",trimOnlySm:"dapp-core-component__trim-styles__trim-only-sm","trim-fs-sm":"dapp-core-component__trim-styles__trim-fs-sm",trimFsSm:"dapp-core-component__trim-styles__trim-fs-sm","trim-size-xl":"dapp-core-component__trim-styles__trim-size-xl",trimSizeXl:"dapp-core-component__trim-styles__trim-size-xl"};var Tt=({text:n,className:t="dapp-trim",dataTestId:a="trim-text-component",color:c})=>{let[_,g]=(0,Ie.useState)(!1),h=(0,Ie.useRef)(document==null?void 0:document.createElement("span")),A=(0,Ie.useRef)(document==null?void 0:document.createElement("span")),I=(0,Ie.useCallback)((0,kg.default)(()=>{if(h.current&&A.current){let F=A.current.offsetWidth-h.current.offsetWidth;g(F>1)}},300),[]);return(0,Ie.useEffect)(()=>(window.addEventListener("resize",I),()=>{window.removeEventListener("resize",I)})),(0,Ie.useEffect)(()=>{I()},[]),Ie.default.createElement("span",{ref:h,className:(0,Ig.default)(xt.trim,c!=null?c:"",{[xt.overflow]:_},t),"data-testid":a},Ie.default.createElement("span",{ref:A,className:xt.hiddenTextRef},n),_?Ie.default.createElement(Ie.default.Fragment,null,Ie.default.createElement("span",{className:xt.left},Ie.default.createElement("span",null,String(n).substring(0,Math.floor(n.length/2)))),Ie.default.createElement("span",{className:xt.ellipsis},"..."),Ie.default.createElement("span",{className:xt.right},Ie.default.createElement("span",null,String(n).substring(Math.ceil(n.length/2))))):Ie.default.createElement("span",null,n))};i();var JI=`.dapp-core-component__styles__miniblock {
|
|
2929
|
-
display: flex;
|
|
2930
|
-
align-items: center;
|
|
2931
|
-
}
|
|
2932
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer {
|
|
2933
|
-
margin-left: 0;
|
|
2934
|
-
text-decoration: none;
|
|
2935
|
-
position: relative;
|
|
2936
|
-
display: flex;
|
|
2937
|
-
max-width: 100%;
|
|
2938
|
-
overflow: hidden;
|
|
2939
|
-
}
|
|
2940
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer:hover {
|
|
2941
|
-
text-decoration: none;
|
|
2942
|
-
}
|
|
2943
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer span [class*=left] span,
|
|
2944
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer span [class*=right] span {
|
|
2945
|
-
font-size: 1rem;
|
|
2946
|
-
color: #1f43f4;
|
|
2947
|
-
}
|
|
2948
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer span:last-child {
|
|
2949
|
-
color: #1f43f4;
|
|
2950
|
-
}
|
|
2951
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__explorer .dapp-core-component__styles__trim {
|
|
2952
|
-
max-width: none;
|
|
2953
|
-
align-items: flex-end;
|
|
2954
|
-
}
|
|
2955
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__copy {
|
|
2956
|
-
margin-left: 0.5rem;
|
|
2957
|
-
}
|
|
2958
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__copy svg path {
|
|
2959
|
-
fill: #cacbcc;
|
|
2960
|
-
transition: all 200ms;
|
|
2961
|
-
}
|
|
2962
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__copy svg path:hover {
|
|
2963
|
-
fill: #1f43f4;
|
|
2964
|
-
}
|
|
2965
|
-
.dapp-core-component__styles__miniblock .dapp-core-component__styles__void {
|
|
2966
|
-
color: #6c757d;
|
|
2967
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(JI));var fr={miniblock:"dapp-core-component__styles__miniblock",explorer:"dapp-core-component__styles__explorer",trim:"dapp-core-component__styles__trim",copy:"dapp-core-component__styles__copy",void:"dapp-core-component__styles__void"};var QI=({className:n,transaction:t})=>ko.default.createElement(oe,{className:n,title:"Miniblock"},ko.default.createElement("div",{className:fr.miniblock},t.miniBlockHash?ko.default.createElement(ko.default.Fragment,null,ko.default.createElement(fe,{page:`/${yu}/${t.miniBlockHash}`,className:fr.explorer},ko.default.createElement(Tt,{text:t.miniBlockHash,className:fr.trim})),ko.default.createElement(He,{text:t.miniBlockHash,className:fr.copy})):ko.default.createElement("span",{className:fr.void},he)));i();i();var bt=v(require("react")),Lg=v(require("classnames"));j();i();function ss(){return Qp(re.getState())}i();var ek=`.dapp-core-component__styles__fee .dapp-core-component__styles__price {
|
|
2968
|
-
color: #6c757d;
|
|
2969
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ek));var cs={fee:"dapp-core-component__styles__fee",price:"dapp-core-component__styles__price"};var nk=({className:n,transaction:t})=>{let a=ss(),c=Iu(t),_=c&&ut(c)?Xe({input:c,showLastNonZeroDecimal:!0}):he,g=t.price!=null?Qt({amount:_,usd:t.price,decimals:4,addEqualSign:!0}):he,h=t.gasUsed!=null?bt.default.createElement(bt.default.Fragment,null,_," ",a," ",bt.default.createElement("span",{className:cs.price},"(",g,")")):bt.default.createElement("span",{className:cs.price},he);return bt.default.createElement(oe,{title:"Transaction Fee",className:(0,Lg.default)(cs.fee,n)},bt.default.createElement("span",{"data-testid":"transactionInfoFee"},h))};i();i();var $g=v(require("classnames")),xn=v(require("react"));i();i();i();var im=v(require("react")),Ng=v(require("classnames"));var cn=_=>{var g=_,{address:n,assets:t,color:a}=g,c=tn(g,["address","assets","color"]);if(t&&t.name){let h=t.name.replace(new RegExp("\\p{Emoji}","gu"),""),A=`${h} (${n})`;return im.default.createElement("span",V(P({className:(0,Ng.default)(T.textTruncate,{[`text-${a}`]:a})},c),{title:A}),h)}return im.default.createElement(Tt,P({text:n,color:a},c))};i();var sk=v(require("react")),ck=require("@fortawesome/free-solid-svg-icons/faExchangeAlt");i();var tk=v(require("react")),rk=require("@fortawesome/react-fontawesome"),ak=v(require("classnames"));i();var ok=`.dapp-core-component__pageStateStyles__wrapper {
|
|
2970
|
-
color: inherit;
|
|
2971
|
-
}
|
|
2972
|
-
|
|
2973
|
-
.dapp-core-component__pageStateStyles__state {
|
|
2974
|
-
color: inherit;
|
|
2975
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(ok));i();var lk=v(require("react")),dk=require("@fortawesome/free-solid-svg-icons/faLock"),_k=require("@fortawesome/react-fontawesome"),uk=v(require("classnames"));i();var pk=v(require("axios")),mk=v(require("swr"));i();var fk=v(require("react")),gk=require("@fortawesome/free-solid-svg-icons/faExchangeAlt");i();var Cg=v(require("react")),Eg=v(require("classnames")),Dg=require("@fortawesome/free-solid-svg-icons/faFileAlt"),Pg=require("@fortawesome/react-fontawesome");var ro=({initiator:n,secondInitiator:t})=>_r(n)||_r(t!=null?t:"")?Cg.default.createElement(Pg.FontAwesomeIcon,{title:"Smart Contract",icon:Dg.faFileAlt,className:(0,Eg.default)(T.mr1,T.textSecondary),"data-testid":"scIcon"}):null;i();var Mg=v(require("react"));var wt=a=>{var c=a,{shard:n}=c,t=tn(c,["shard"]);return Mg.default.createElement("span",P({},t),uu(n))};i();var hk=v(require("react")),yk=v(require("classnames"));i();var Ik=v(require("react")),kk=v(require("classnames"));i();var xk=v(require("react")),Tk=require("@fortawesome/free-solid-svg-icons/faBan"),bk=require("@fortawesome/free-solid-svg-icons/faHourglass"),wk=require("@fortawesome/free-solid-svg-icons/faTimes"),vk=require("@fortawesome/react-fontawesome"),Sk=v(require("classnames")),Ak=v(Fg());i();var Lk=v(require("react")),Nk=v(require("classnames"));i();var Ek=v(require("react")),Dk=v(require("classnames"));xe();i();var Pk=v(require("react")),Mk=v(require("classnames"));xe();i();i();var Uk=v(require("react")),Hk=require("@fortawesome/free-solid-svg-icons"),Gk=require("@fortawesome/react-fontawesome"),$k=v(require("classnames"));i();i();var jo=v(require("react")),Og=v(require("classnames"));j();i();var Fk=`.dapp-core-component__formatAmountStyles__int-amount {
|
|
2976
|
-
color: inherit;
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
.dapp-core-component__formatAmountStyles__decimals {
|
|
2980
|
-
color: inherit;
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
.dapp-core-component__formatAmountStyles__symbol {
|
|
2984
|
-
color: inherit;
|
|
2985
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fk));var _a={"int-amount":"dapp-core-component__formatAmountStyles__int-amount",intAmount:"dapp-core-component__formatAmountStyles__int-amount",decimals:"dapp-core-component__formatAmountStyles__decimals",symbol:"dapp-core-component__formatAmountStyles__symbol"};var Ok=n=>jo.default.createElement("span",{"data-testid":n["data-testid"]?n["data-testid"]:"formatAmountComponent",className:n.className},jo.default.createElement("span",{className:_a["int-amount"],"data-testid":"formatAmountInt"},"...")),Rk=(n,t)=>{var O;let{value:a,showLastNonZeroDecimal:c=!1,showLabel:_=!0}=n,g=n.digits!=null?n.digits:_t,h=n.decimals!=null?n.decimals:$e,A=Xe({input:a,decimals:h,digits:g,showLastNonZeroDecimal:c,addCommas:!0}),I=A.split("."),D=I.length===1,F=A!==Gn;if(g>0&&D&&F){let U="";for(let te=1;te<=g;te++)U=U+Gn;I.push(U)}return jo.default.createElement("span",{"data-testid":n["data-testid"]?n["data-testid"]:"formatAmountComponent",className:n.className},jo.default.createElement("span",{className:_a["int-amount"],"data-testid":"formatAmountInt"},I[0]),I.length>1&&jo.default.createElement("span",{className:_a.decimals,"data-testid":"formatAmountDecimals"},".",I[1]),_&&jo.default.createElement("span",{className:(0,Og.default)(_a.symbol,n.token&&T.textMuted),"data-testid":"formatAmountSymbol"},` ${(O=n.token)!=null?O:t}`))},Bk=n=>{let{value:t}=n;return ut(t)?Rk(n,n.egldLabel||""):Ok(n)},pn=n=>{let t=n.egldLabel||nu,a=V(P({},n),{egldLabel:t});return jo.default.createElement(Bk,P({},a))};i();i();i();var ua=v(require("react")),ps=v(require("classnames"));i();var Wk=`.dapp-core-component__styles__transaction-action-collection {
|
|
2986
|
-
color: #1f43f4;
|
|
2987
|
-
display: inline-flex;
|
|
2988
|
-
margin-left: 0;
|
|
2989
|
-
}
|
|
2990
|
-
.dapp-core-component__styles__transaction-action-collection:hover {
|
|
2991
|
-
text-decoration: none;
|
|
2992
|
-
}
|
|
2993
|
-
|
|
2994
|
-
.dapp-core-component__styles__transaction-action-nft {
|
|
2995
|
-
display: contents;
|
|
2996
|
-
}
|
|
2997
|
-
.dapp-core-component__styles__transaction-action-nft .dapp-core-component__styles__explorer {
|
|
2998
|
-
margin-left: 0;
|
|
2999
|
-
color: #1f43f4;
|
|
3000
|
-
}
|
|
3001
|
-
.dapp-core-component__styles__transaction-action-nft .dapp-core-component__styles__explorer:hover {
|
|
3002
|
-
text-decoration: none;
|
|
3003
|
-
}
|
|
3004
|
-
.dapp-core-component__styles__transaction-action-nft .dapp-core-component__styles__explorer .dapp-core-component__styles__data {
|
|
3005
|
-
margin: 0;
|
|
3006
|
-
margin-right: 0.25rem;
|
|
3007
|
-
}
|
|
3008
|
-
.dapp-core-component__styles__transaction-action-nft .dapp-core-component__styles__truncate {
|
|
3009
|
-
overflow: hidden;
|
|
3010
|
-
text-overflow: ellipsis;
|
|
3011
|
-
white-space: nowrap;
|
|
3012
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Wk));var vt={"transaction-action-collection":"dapp-core-component__styles__transaction-action-collection",transactionActionCollection:"dapp-core-component__styles__transaction-action-collection","transaction-action-nft":"dapp-core-component__styles__transaction-action-nft",transactionActionNft:"dapp-core-component__styles__transaction-action-nft",explorer:"dapp-core-component__styles__explorer",data:"dapp-core-component__styles__data",truncate:"dapp-core-component__styles__truncate"};var Rg=({token:n})=>n.collection?ua.default.createElement(fe,{page:an.collectionDetails(n.collection),className:(0,ps.default)(vt.transactionActionCollection)},ua.default.createElement("div",{className:(0,ps.default)(T.dFlex,T.alignItemsCenter)},n.svgUrl&&ua.default.createElement("img",{src:n.svgUrl,alt:n.name,className:(0,ps.default)(T.sideIcon,T.mr1)}),ua.default.createElement("span",null,n.ticker))):null;i();var Lo=v(require("react")),hr=v(require("classnames"));i();var Bg=v(require("react")),Wg=v(require("classnames"));var Ug=({text:n,className:t,"data-testid":a="nftBadge"})=>Bg.default.createElement("div",{"data-testid":a,className:(0,Wg.default)(T.badge,T.badgeSecondary,T.badgePill,T.fontWeightLight,t)},n);var Hg=({badgeText:n,tokenFormattedAmount:t,tokenExplorerLink:a,tokenLinkText:c,token:_,showLastNonZeroDecimal:g})=>_.identifier?Lo.default.createElement("div",{className:vt.transactionActionNft},n!=null&&Lo.default.createElement(Ug,{text:n,className:(0,hr.default)(T.mr1,T.myAuto)}),t!=null&&Lo.default.createElement("div",{className:(0,hr.default)(T.mr1,{[T.textTruncate]:_.svgUrl})},Lo.default.createElement(pn,{value:_.value,digits:2,showLabel:!1,showLastNonZeroDecimal:g,decimals:_.decimals,"data-testid":"nftFormattedAmount"})),Lo.default.createElement(fe,{page:a,"data-testid":"nftExplorerLink",className:(0,hr.default)(vt.explorer,{[T.sideLink]:_.svgUrl,[T.dFlex]:_.svgUrl,[T.textTruncate]:!_.svgUrl})},Lo.default.createElement("div",{className:vt.data},_.svgUrl&&Lo.default.createElement("img",{src:_.svgUrl,alt:_.name,className:(0,hr.default)(T.sideIcon,T.mr1)}),Lo.default.createElement("span",{className:(0,hr.default)({[vt.truncate]:_.ticker===_.collection})},c)))):null;i();var No=v(require("react")),ms=v(require("classnames"));j();var Gg=({tokenExplorerLink:n,showFormattedAmount:t,tokenLinkText:a,token:c,showLastNonZeroDecimal:_})=>{var g;return c.token?No.default.createElement(No.default.Fragment,null,t&&No.default.createElement("div",{className:T.textTruncate},No.default.createElement(pn,{value:c.value,digits:2,showLabel:!1,decimals:(g=c.decimals)!=null?g:$e,showLastNonZeroDecimal:_,"data-testid":"tokenFormattedAmount"})),No.default.createElement(fe,{page:n,"data-testid":"tokenExplorerLink",className:(0,ms.default)(T.dFlex,{[T.sideLink]:c.svgUrl})},No.default.createElement("div",{className:(0,ms.default)(T.dFlex,T.alignItemsCenter)},c.svgUrl&&No.default.createElement("img",{src:c.svgUrl,alt:c.name,className:(0,ms.default)(T.sideIcon,T.mr1)}),No.default.createElement("span",null,a)))):null};var Vn={Collection:Rg,Nft:Hg,Token:Gg};i();var Vk=v(require("react")),zk=v(require("classnames"));i();var qk=`.dapp-core-component__styles__from .dapp-core-component__styles__wrapper {
|
|
3013
|
-
display: flex;
|
|
3014
|
-
align-items: center;
|
|
3015
|
-
}
|
|
3016
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer {
|
|
3017
|
-
margin-left: 0;
|
|
3018
|
-
position: relative;
|
|
3019
|
-
display: flex;
|
|
3020
|
-
max-width: 100%;
|
|
3021
|
-
overflow: hidden;
|
|
3022
|
-
color: #1f43f4;
|
|
3023
|
-
}
|
|
3024
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer:hover {
|
|
3025
|
-
text-decoration: none;
|
|
3026
|
-
}
|
|
3027
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer span {
|
|
3028
|
-
max-width: none;
|
|
3029
|
-
}
|
|
3030
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer span [class*=left] span,
|
|
3031
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer span [class*=right] span {
|
|
3032
|
-
font-size: 1rem;
|
|
3033
|
-
color: #1f43f4;
|
|
3034
|
-
}
|
|
3035
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer span:last-child {
|
|
3036
|
-
color: #1f43f4;
|
|
3037
|
-
}
|
|
3038
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__explorer .dapp-core-component__styles__trim {
|
|
3039
|
-
max-width: none;
|
|
3040
|
-
align-items: flex-end;
|
|
3041
|
-
}
|
|
3042
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__copy {
|
|
3043
|
-
margin-left: 0.5rem;
|
|
3044
|
-
}
|
|
3045
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__copy svg path {
|
|
3046
|
-
fill: #cacbcc;
|
|
3047
|
-
transition: all 200ms;
|
|
3048
|
-
}
|
|
3049
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__copy svg path:hover {
|
|
3050
|
-
fill: #1f43f4;
|
|
3051
|
-
}
|
|
3052
|
-
.dapp-core-component__styles__from .dapp-core-component__styles__wrapper .dapp-core-component__styles__shard {
|
|
3053
|
-
color: #1f43f4;
|
|
3054
|
-
text-decoration: none;
|
|
3055
|
-
flex-shrink: 0;
|
|
3056
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(qk));var St={from:"dapp-core-component__styles__from",wrapper:"dapp-core-component__styles__wrapper",explorer:"dapp-core-component__styles__explorer",trim:"dapp-core-component__styles__trim",copy:"dapp-core-component__styles__copy",shard:"dapp-core-component__styles__shard"};var Kk=({className:n,transaction:t})=>xn.default.createElement(oe,{title:"From",className:(0,$g.default)(St.from,n)},xn.default.createElement("div",{className:St.wrapper},xn.default.createElement(ro,{initiator:t.sender}),sn(t.sender)?xn.default.createElement(xn.default.Fragment,null,xn.default.createElement(fe,{page:String(t.links.senderLink),className:St.explorer},xn.default.createElement(cn,{address:t.sender,assets:t.senderAssets})),xn.default.createElement(He,{className:St.copy,text:t.sender}),xn.default.createElement(fe,{page:String(t.links.senderShardLink),className:St.shard},"(",xn.default.createElement(wt,{shard:t.senderShard}),")")):xn.default.createElement("span",{className:St.shard},"(",xn.default.createElement(wt,{shard:t.sender}),")")));i();i();var Ve=v(require("react")),sm=require("@fortawesome/free-solid-svg-icons"),cm=require("@fortawesome/react-fontawesome"),Vg=v(require("classnames"));we();i();var Xk=`.dapp-core-component__styles__to .dapp-core-component__styles__wrapper {
|
|
3057
|
-
display: flex;
|
|
3058
|
-
flex-direction: column;
|
|
3059
|
-
}
|
|
3060
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content {
|
|
3061
|
-
display: flex;
|
|
3062
|
-
align-items: center;
|
|
3063
|
-
}
|
|
3064
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__contract {
|
|
3065
|
-
margin-right: 0.5rem;
|
|
3066
|
-
}
|
|
3067
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer {
|
|
3068
|
-
display: flex;
|
|
3069
|
-
max-width: 100%;
|
|
3070
|
-
overflow: hidden;
|
|
3071
|
-
color: #1f43f4;
|
|
3072
|
-
margin-left: 0;
|
|
3073
|
-
}
|
|
3074
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer:hover {
|
|
3075
|
-
text-decoration: none;
|
|
3076
|
-
}
|
|
3077
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer span {
|
|
3078
|
-
max-width: none;
|
|
3079
|
-
}
|
|
3080
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer span [class*=left] span,
|
|
3081
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer span [class*=right] span {
|
|
3082
|
-
font-size: 1rem;
|
|
3083
|
-
color: #1f43f4;
|
|
3084
|
-
}
|
|
3085
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__explorer span:last-child {
|
|
3086
|
-
color: #1f43f4;
|
|
3087
|
-
}
|
|
3088
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__copy {
|
|
3089
|
-
margin: 0 0.5rem;
|
|
3090
|
-
}
|
|
3091
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__copy svg path {
|
|
3092
|
-
fill: #cacbcc;
|
|
3093
|
-
transition: all 200ms;
|
|
3094
|
-
}
|
|
3095
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__copy svg path:hover {
|
|
3096
|
-
fill: #1f43f4;
|
|
3097
|
-
}
|
|
3098
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__content .dapp-core-component__styles__shard {
|
|
3099
|
-
color: #1f43f4;
|
|
3100
|
-
text-decoration: none;
|
|
3101
|
-
flex-shrink: 0;
|
|
3102
|
-
margin-left: 0;
|
|
3103
|
-
}
|
|
3104
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__message {
|
|
3105
|
-
margin-left: 0.25rem;
|
|
3106
|
-
display: flex;
|
|
3107
|
-
align-items: center;
|
|
3108
|
-
}
|
|
3109
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__message .dapp-core-component__styles__icon {
|
|
3110
|
-
color: #6c757d;
|
|
3111
|
-
height: 0.75rem;
|
|
3112
|
-
}
|
|
3113
|
-
.dapp-core-component__styles__to .dapp-core-component__styles__wrapper .dapp-core-component__styles__message .dapp-core-component__styles__text {
|
|
3114
|
-
color: #d9534f;
|
|
3115
|
-
margin-left: 0.5rem;
|
|
3116
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Xk));var mn={to:"dapp-core-component__styles__to",wrapper:"dapp-core-component__styles__wrapper",content:"dapp-core-component__styles__content",contract:"dapp-core-component__styles__contract",explorer:"dapp-core-component__styles__explorer",copy:"dapp-core-component__styles__copy",shard:"dapp-core-component__styles__shard",message:"dapp-core-component__styles__message",icon:"dapp-core-component__styles__icon",text:"dapp-core-component__styles__text"};var Zk=({className:n,transaction:t})=>{let a=Tp(t),c=t.status==="reward-reverted";return Ve.default.createElement(oe,{title:"To",className:(0,Vg.default)(mn.to,n)},Ve.default.createElement("div",{className:mn.wrapper,"data-testid":"transactionTo"},Ve.default.createElement("div",{className:mn.content},_r(t.receiver)&&Ve.default.createElement("span",{className:mn.contract,"data-testid":"transactionToContract"},"Contract"),Ve.default.createElement(fe,{page:String(t.links.receiverLink),"data-testid":"transactionToExplorerLink",className:mn.explorer},Ve.default.createElement(cn,{address:t.receiver,assets:t.receiverAssets,"data-testid":"transactionToAccount"})),Ve.default.createElement(He,{className:mn.copy,text:t.receiver}),!isNaN(t.receiverShard)&&Ve.default.createElement(fe,{page:String(t.links.receiverShardLink),className:mn.shard},"(",Ve.default.createElement(wt,{shard:t.receiverShard,"data-testid":"transactionToShard"}),")")),a.map((_,g)=>Ve.default.createElement("div",{"data-testid":`message_${g}`,key:`tx-message-${g}`,className:mn.message},Ve.default.createElement(cm.FontAwesomeIcon,{icon:sm.faAngleDown,className:mn.icon,style:{marginTop:"2px"},transform:{rotate:45}}),Ve.default.createElement("small",{className:mn.text},_))),c&&Ve.default.createElement("div",{className:mn.message},Ve.default.createElement(cm.FontAwesomeIcon,{icon:sm.faAngleDown,className:mn.icon,style:{marginTop:"2px"},transform:{rotate:45}}),Ve.default.createElement("small",{className:mn.text},"Block Reverted"))))};i();i();var ls=v(require("react")),zg=v(require("classnames"));j();i();var Yk=`.dapp-core-component__styles__value .dapp-core-component__styles__price {
|
|
3117
|
-
color: #6c757d;
|
|
3118
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Yk));var pm={value:"dapp-core-component__styles__value",price:"dapp-core-component__styles__price"};var jk=({className:n,transaction:t})=>{let a=ss(),c=Xe({input:t.value,showLastNonZeroDecimal:!0}),_=Xe({input:t.value,addCommas:!1,showLastNonZeroDecimal:!0});return ls.default.createElement(oe,{title:"Value",className:(0,zg.default)(pm.value,n)},ls.default.createElement("span",{"data-testid":"transactionInfoValue"},c," ",a," ",ls.default.createElement("span",{className:pm.price},t.price!=null?`(${Qt({amount:_,usd:t.price,decimals:2,addEqualSign:!0})})`:he)))};i();i();var Tr=v(require("react"));xe();i();i();var xr=v(require("react"));i();var Te=v(require("react")),At=v(require("classnames"));i();var mm=v(require("react")),Jk=n=>mm.createElement("svg",P({"aria-hidden":"true",focusable:"false","data-prefix":"far","data-icon":"globe",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 496 512",className:"svg-inline--fa fa-globe fa-w-16 fa-5x"},n),mm.createElement("path",{fill:"#6c757d",d:"M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm179.3 160h-67.2c-6.7-36.5-17.5-68.8-31.2-94.7 42.9 19 77.7 52.7 98.4 94.7zM248 56c18.6 0 48.6 41.2 63.2 112H184.8C199.4 97.2 229.4 56 248 56zM48 256c0-13.7 1.4-27.1 4-40h77.7c-1 13.1-1.7 26.3-1.7 40s.7 26.9 1.7 40H52c-2.6-12.9-4-26.3-4-40zm20.7 88h67.2c6.7 36.5 17.5 68.8 31.2 94.7-42.9-19-77.7-52.7-98.4-94.7zm67.2-176H68.7c20.7-42 55.5-75.7 98.4-94.7-13.7 25.9-24.5 58.2-31.2 94.7zM248 456c-18.6 0-48.6-41.2-63.2-112h126.5c-14.7 70.8-44.7 112-63.3 112zm70.1-160H177.9c-1.1-12.8-1.9-26-1.9-40s.8-27.2 1.9-40h140.3c1.1 12.8 1.9 26 1.9 40s-.9 27.2-2 40zm10.8 142.7c13.7-25.9 24.4-58.2 31.2-94.7h67.2c-20.7 42-55.5 75.7-98.4 94.7zM366.3 296c1-13.1 1.7-26.3 1.7-40s-.7-26.9-1.7-40H444c2.6 12.9 4 26.3 4 40s-1.4 27.1-4 40h-77.7z",className:""})),qg=Jk;i();var Tn=v(require("react"));i();var Qk=`.dapp-core-component__styles__group {
|
|
3119
|
-
display: flex;
|
|
3120
|
-
flex-direction: row;
|
|
3121
|
-
flex-wrap: wrap;
|
|
3122
|
-
align-items: center;
|
|
3123
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Qk));var lm={group:"dapp-core-component__styles__group"};var dm=({token:n,noValue:t,showLastNonZeroDecimal:a})=>{if(["MetaESDT".toString(),"SemiFungibleESDT","NonFungibleESDT"].includes(n.type))switch(n.type){case"SemiFungibleESDT":{let _=Ko({token:n,showLastNonZeroDecimal:a});return Tn.default.createElement("div",{className:lm.group},Tn.default.createElement("span",{className:T.mr1},"SFT quantity"),Tn.default.createElement(Vn.Nft,V(P({},_),{badgeText:null})),Tn.default.createElement("span",{className:T.mr1},"of collection"),Tn.default.createElement(Vn.Collection,{token:n}))}case"NonFungibleESDT":{let _=Ko({token:n,noValue:t,showLastNonZeroDecimal:a});return Tn.default.createElement("div",{className:lm.group},Tn.default.createElement("span",{className:T.mr1},"NFT"),Tn.default.createElement(Vn.Nft,V(P({},_),{badgeText:null})),Tn.default.createElement("span",{className:T.mr1},"of collection"),Tn.default.createElement(Vn.Collection,{token:n}))}case"MetaESDT":{let _=Ko({token:n,noValue:t,showLastNonZeroDecimal:a});return Tn.default.createElement(Vn.Nft,V(P({},_),{badgeText:null}))}default:return null}else{let _=er({token:n,noValue:t,showLastNonZeroDecimal:a});return Tn.default.createElement(Vn.Token,V(P({},_),{showLastNonZeroDecimal:!0}))}};i();var eL=`.dapp-core-component__styles__address {
|
|
3124
|
-
display: flex;
|
|
3125
|
-
align-items: center;
|
|
3126
|
-
}
|
|
3127
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer {
|
|
3128
|
-
margin-left: 0;
|
|
3129
|
-
position: relative;
|
|
3130
|
-
display: flex;
|
|
3131
|
-
max-width: 100%;
|
|
3132
|
-
overflow: hidden;
|
|
3133
|
-
color: #1f43f4;
|
|
3134
|
-
}
|
|
3135
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer:hover {
|
|
3136
|
-
text-decoration: none;
|
|
3137
|
-
}
|
|
3138
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer span {
|
|
3139
|
-
max-width: none;
|
|
3140
|
-
}
|
|
3141
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer span [class*=left] span,
|
|
3142
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer span [class*=right] span {
|
|
3143
|
-
font-size: 1rem;
|
|
3144
|
-
color: #1f43f4;
|
|
3145
|
-
}
|
|
3146
|
-
.dapp-core-component__styles__address .dapp-core-component__styles__explorer span:last-child {
|
|
3147
|
-
color: #1f43f4;
|
|
3148
|
-
}
|
|
3149
|
-
|
|
3150
|
-
.dapp-core-component__styles__token {
|
|
3151
|
-
display: flex;
|
|
3152
|
-
flex-wrap: wrap;
|
|
3153
|
-
align-items: center;
|
|
3154
|
-
}
|
|
3155
|
-
@media (min-width: 992px) {
|
|
3156
|
-
.dapp-core-component__styles__token.dapp-core-component__styles__spaced {
|
|
3157
|
-
margin-right: 0.25rem;
|
|
3158
|
-
}
|
|
3159
|
-
}
|
|
3160
|
-
.dapp-core-component__styles__token .dapp-core-component__styles__comma {
|
|
3161
|
-
display: none;
|
|
3162
|
-
}
|
|
3163
|
-
@media (min-width: 992px) {
|
|
3164
|
-
.dapp-core-component__styles__token .dapp-core-component__styles__comma {
|
|
3165
|
-
display: block;
|
|
3166
|
-
}
|
|
3167
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(eL));var yr={address:"dapp-core-component__styles__address",explorer:"dapp-core-component__styles__explorer",token:"dapp-core-component__styles__token",spaced:"dapp-core-component__styles__spaced",comma:"dapp-core-component__styles__comma"};var Kg=({entry:n,transaction:t})=>{if(typeof n=="string")return Te.default.createElement("span",{className:T.mr1},n.replace("eGLD","EGLD"));if(Boolean(n.address)){let a;return n.address===t.sender&&(a=t.senderAssets),n.address===t.receiver&&(a=t.receiverAssets),sn(n.address)?Te.default.createElement("div",{className:yr.address},Te.default.createElement(ro,{initiator:n.address}),Te.default.createElement(fe,{page:an.accountDetails(n.address),"data-testid":"receiverLink",className:yr.explorer},Te.default.createElement(cn,{address:n.address,assets:a}))):""}if(Boolean(n.token&&n.token.length>0))return n.token.map((a,c)=>Te.default.createElement("div",{key:`tx-${a.identifier}-${c}`,className:(0,At.default)(yr.token,{[yr.spaced]:n.token.length>1})},Te.default.createElement(dm,{token:a,showLastNonZeroDecimal:!0}),c<n.token.length-1&&Te.default.createElement("span",{className:yr.comma},",")));if(Boolean(n.tokenNoValue&&n.tokenNoValue.length>0))return n.tokenNoValue.map((a,c)=>Te.default.createElement("div",{key:`tx-${a.token}-${c}`},Te.default.createElement(dm,{token:a,noValue:!0,showLastNonZeroDecimal:!0}),c<n.tokenNoValue.length-1&&Te.default.createElement("span",{className:(0,At.default)(T.mlN1,T.mr1,T.dNone,T.dSmFlex)},",")));if(Boolean(n.tokenNoLink&&n.tokenNoLink.length>0))return n.tokenNoLink.map((a,c)=>Te.default.createElement("div",{key:`tx-${a.token}-${c}`},Te.default.createElement("span",{className:T.mr1},a.ticker),c<n.tokenNoLink.length-1&&Te.default.createElement("span",{className:(0,At.default)(T.mlN1,T.mr1,T.dNone,T.dSmFlex)},",")));if(Boolean(n.value))return Te.default.createElement("span",null,Te.default.createElement(pn,{value:n.value,showLabel:!1,showLastNonZeroDecimal:!0}));if(Boolean(n.egldValue))return Te.default.createElement("span",null,Te.default.createElement(pn,{value:n.egldValue,showLastNonZeroDecimal:!0}));if(Boolean(n.providerName)){let a=(0,At.default)(T.sideIcon,T.mr1,T.mrLg1,T.roundedCircle);return Te.default.createElement("span",{className:(0,At.default)(T.dFlex,T.mr1)},Te.default.createElement(fe,{page:an.providerDetails(t.receiver),className:(0,At.default)(T.dFlex,T.alignSelfCenter)},n.providerAvatar?Te.default.createElement("img",{src:n.providerAvatar,className:a,alt:" "}):Te.default.createElement(qg,{className:a}),n.providerName))}return null};i();var nL=`.dapp-core-component__styles__action {
|
|
3168
|
-
display: flex;
|
|
3169
|
-
flex-direction: column;
|
|
3170
|
-
}
|
|
3171
|
-
@media (min-width: 992px) {
|
|
3172
|
-
.dapp-core-component__styles__action {
|
|
3173
|
-
flex-wrap: wrap;
|
|
3174
|
-
flex-direction: row;
|
|
3175
|
-
}
|
|
3176
|
-
}
|
|
3177
|
-
@media (min-width: 992px) {
|
|
3178
|
-
.dapp-core-component__styles__action .dapp-core-component__styles__result {
|
|
3179
|
-
flex-direction: row;
|
|
3180
|
-
align-items: center;
|
|
3181
|
-
display: contents;
|
|
3182
|
-
margin-right: 0.25rem;
|
|
3183
|
-
}
|
|
3184
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(nL));var _m={action:"dapp-core-component__styles__action",result:"dapp-core-component__styles__result"};var Xg=({transaction:n})=>{let t=(0,xr.useMemo)(()=>n.action?Ou(n.action):[],[n.action]);return xr.default.createElement("div",{"data-testid":"transactionAction",className:_m.action},t.map((a,c)=>xr.default.createElement("div",{key:JSON.stringify(t)+c,className:_m.result},xr.default.createElement(Kg,{transaction:n,entry:a}))))};var oL=({className:n,transaction:t})=>{var _;let a=t.action&&t.action.category,c=((_=t.action)==null?void 0:_.category)!=="scCall";return a?Tr.default.createElement(Tr.default.Fragment,null,Tr.default.createElement(oe,{className:n,title:"Method"},ts(t)),c&&Tr.default.createElement(oe,{className:n,title:"Transaction Action"},Tr.default.createElement(Xg,{transaction:t}))):null};i();i();var It=v(require("react")),nh=v(require("classnames"));i();var wr=v(require("react")),gm=v(require("classnames"));i();var Pn=v(require("react"));xe();i();var ga=v(require("react")),ds=v(require("classnames"));i();var Ne=v(require("react"));xe();i();var ao=v(require("react")),fa=v(require("classnames")),Zg=require("@fortawesome/free-solid-svg-icons"),Yg=require("@fortawesome/react-fontawesome");xe();i();var tL=`.dapp-core-component__styles__operation-block {
|
|
3185
|
-
display: flex;
|
|
3186
|
-
align-items: center;
|
|
3187
|
-
}
|
|
3188
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__direction {
|
|
3189
|
-
text-transform: uppercase;
|
|
3190
|
-
line-height: 1;
|
|
3191
|
-
min-width: 2.5rem;
|
|
3192
|
-
display: flex;
|
|
3193
|
-
align-items: center;
|
|
3194
|
-
padding: 0.25em 0.4em;
|
|
3195
|
-
margin-right: 0.5rem;
|
|
3196
|
-
justify-content: center;
|
|
3197
|
-
font-size: 63%;
|
|
3198
|
-
margin-right: 0.5rem;
|
|
3199
|
-
position: relative;
|
|
3200
|
-
padding-right: 0.6em;
|
|
3201
|
-
padding-left: 0.6em;
|
|
3202
|
-
border-radius: 10rem;
|
|
3203
|
-
background-color: #f5f5f5;
|
|
3204
|
-
}
|
|
3205
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__direction.dapp-core-component__styles__in {
|
|
3206
|
-
color: #17c671;
|
|
3207
|
-
border: 1px solid rgba(23, 198, 113, 0.2);
|
|
3208
|
-
}
|
|
3209
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__direction.dapp-core-component__styles__out {
|
|
3210
|
-
color: #d39e00;
|
|
3211
|
-
border: 1px solid rgba(211, 158, 0, 0.2);
|
|
3212
|
-
}
|
|
3213
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__direction.dapp-core-component__styles__int {
|
|
3214
|
-
color: #cacbcc;
|
|
3215
|
-
border: 1px solid rgba(202, 203, 204, 0.2);
|
|
3216
|
-
}
|
|
3217
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__direction.dapp-core-component__styles__self {
|
|
3218
|
-
color: #6c757d;
|
|
3219
|
-
border: 1px solid rgba(108, 117, 125, 0.2);
|
|
3220
|
-
}
|
|
3221
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer {
|
|
3222
|
-
align-items: flex-end;
|
|
3223
|
-
flex: 1;
|
|
3224
|
-
overflow: hidden;
|
|
3225
|
-
margin: 0;
|
|
3226
|
-
}
|
|
3227
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer:hover {
|
|
3228
|
-
text-decoration: none;
|
|
3229
|
-
}
|
|
3230
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer span {
|
|
3231
|
-
max-width: none;
|
|
3232
|
-
}
|
|
3233
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer span [class*=left] span,
|
|
3234
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer span [class*=right] span {
|
|
3235
|
-
font-size: 1rem;
|
|
3236
|
-
color: #1f43f4;
|
|
3237
|
-
}
|
|
3238
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__explorer span:last-child {
|
|
3239
|
-
color: #1f43f4;
|
|
3240
|
-
}
|
|
3241
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__copy {
|
|
3242
|
-
margin-left: 0.5rem;
|
|
3243
|
-
}
|
|
3244
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__copy svg path {
|
|
3245
|
-
fill: #cacbcc;
|
|
3246
|
-
transition: all 200ms;
|
|
3247
|
-
}
|
|
3248
|
-
.dapp-core-component__styles__operation-block .dapp-core-component__styles__copy svg path:hover {
|
|
3249
|
-
fill: #1f43f4;
|
|
3250
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(tL));var br={"operation-block":"dapp-core-component__styles__operation-block",operationBlock:"dapp-core-component__styles__operation-block",direction:"dapp-core-component__styles__direction",in:"dapp-core-component__styles__in",out:"dapp-core-component__styles__out",int:"dapp-core-component__styles__int",self:"dapp-core-component__styles__self",explorer:"dapp-core-component__styles__explorer",copy:"dapp-core-component__styles__copy"};var bn=({address:n,transaction:t,action:a,isFullSize:c,direction:_})=>{let g;n===t.sender&&(g=t.senderAssets),n===t.receiver&&(g=t.receiverAssets);let h={["Internal"]:"int",["In"]:"in",["Out"]:"out",["Self"]:"self"};return ao.default.createElement("div",{className:(0,fa.default)(br.operationBlock,{[T.col12]:c,[T.prXl0]:!c,[T.pl3]:!c&&g,[T.colLg6]:!c&&!g,[T.colXl4]:!c&&!g})},_&&ao.default.createElement("div",{className:(0,fa.default)(br.direction,br[h[_]])},h[_]),a&&ao.default.createElement(Yg.FontAwesomeIcon,{icon:Zg.faCaretRight,size:"xs",className:(0,fa.default)(T.textSecondary,T.mr2)}),ao.default.createElement("div",{className:(0,fa.default)(T.textNowrap,T.mr2)},a||""),sn(n)?ao.default.createElement(ao.default.Fragment,null,ao.default.createElement(fe,{page:an.accountDetails(n),className:br.explorer},ao.default.createElement(cn,{address:n,assets:g})),ao.default.createElement(He,{text:n,className:br.copy})):"")};var jg=({operation:n,transaction:t})=>{let{direction:a}=mu({operation:n,address:t.sender});switch(n.action){case"create":case"localMint":case"ESDTLocalMint":return Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Mint by",direction:"Internal"});case"addQuantity":return Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Add quantity by",direction:"Internal"});case"burn":case"localBurn":case"ESDTLocalBurn":return Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Burn by",direction:"Internal"});case"wipe":return Ne.default.createElement(bn,{transaction:t,address:n.receiver,action:"Wipe from",direction:"Internal"});case"multiTransfer":return Ne.default.createElement(Ne.default.Fragment,null,Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Multi transfer from",direction:a})," ",Ne.default.createElement(bn,{transaction:t,address:n.receiver,action:"To"}));case"transfer":return Ne.default.createElement(Ne.default.Fragment,null,Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Transfer from",direction:a})," ",Ne.default.createElement(bn,{transaction:t,address:n.receiver,action:"To"}));case"writeLog":return Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Write log by",direction:"Internal",isFullSize:!0});case"signalError":return Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"Signal error by",direction:"Internal",isFullSize:!0});default:return Ne.default.createElement(Ne.default.Fragment,null,Ne.default.createElement(bn,{transaction:t,address:n.sender,action:"From",direction:a})," ",Ne.default.createElement(bn,{transaction:t,address:n.receiver,action:"To"}))}};var um=({children:n,operation:t,transaction:a})=>ga.default.createElement("div",{className:(0,ds.default)(T.dFlex,T.row,T.mb3,T.mbXl2)},ga.default.createElement(jg,{operation:t,transaction:a}),n&&ga.default.createElement("div",{className:(0,ds.default)(T.colLg6,T.colXl4,T.dFlex,T.alignItemsCenter)},ga.default.createElement("div",{className:(0,ds.default)(T.dFlex,T.textTruncate)},n)));i();var fm=v(require("react"));xe();var rL=n=>{if(!n)return"";let t=n.split("-");return t.length>0?t[0]:n},Jg=({operation:n})=>{let t={type:n.esdtType,name:n.name,ticker:n.svgUrl?rL(String(n.identifier)):n.identifier,collection:n.collection,identifier:n.identifier,token:n.identifier,decimals:n.decimals,value:n.value,svgUrl:n.svgUrl};if(t.type==null)return null;switch(n.type){case"nft":{let a=Ko({token:t});return fm.default.createElement(Vn.Nft,V(P({},a),{badgeText:null}))}case"esdt":{let a=er({token:t});return fm.default.createElement(Vn.Token,P({},a))}default:return null}};var Qg=({operation:n,transaction:t})=>{switch(n.type){case"nft":case"esdt":return Pn.default.createElement(um,{operation:n,transaction:t},Pn.default.createElement(Pn.default.Fragment,null,n.esdtType==="NonFungibleESDT"&&Pn.default.createElement("div",{className:T.mr1},"NFT"),n.esdtType==="SemiFungibleESDT"&&Pn.default.createElement("div",{className:T.mr1},"SFT quantity"),Pn.default.createElement(Jg,{operation:n})));case"egld":return Pn.default.createElement(um,{operation:n,transaction:t},Pn.default.createElement(Pn.default.Fragment,null,Pn.default.createElement("div",{className:T.mr2},"Value"),Pn.default.createElement(pn,{value:n.value,showLastNonZeroDecimal:!0})));default:return null}};var eh=n=>{let{isExpanded:t,displayedOperations:a,showToggleButton:c,toggleButtonText:_,onToggleButtonClick:g}=qu(n);return wr.default.createElement("div",{className:T.mbN2},wr.default.createElement("div",{className:(0,gm.default)(T.dFlex,T.flexColumn)},a.map((h,A)=>wr.default.createElement("div",{key:`display-${A}`},wr.default.createElement(Qg,{operation:h,transaction:n.transaction})))),c&&wr.default.createElement("button",{className:(0,gm.default)(T.btn,T.btnLink),type:"button",onClick:g,"aria-controls":"operations-list","aria-expanded":t},_))};var aL=({className:n,transaction:t})=>{let a=bp(t);return a.length>0?It.default.createElement(oe,{className:n,title:It.default.createElement(It.default.Fragment,null,It.default.createElement("span",{className:T.mr2},"Token Operations"),It.default.createElement("span",{className:(0,nh.default)(T.badge,T.badgeSecondary,T.badgePill,T.fontWeightLight)},a.length))},It.default.createElement(eh,{transaction:t,operations:a})):null};i();i();var hm=v(require("react"));j();i();var iL=`.dapp-core-component__styles__price {
|
|
3251
|
-
color: #6c757d;
|
|
3252
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(iL));var oh={price:"dapp-core-component__styles__price"};var sL=({className:n,transaction:t})=>hm.default.createElement(oe,{className:n,title:"EGLD Price"},t.price!=null?Qt({amount:"1",usd:t.price}):hm.default.createElement("span",{className:oh.price},he));i();i();var ym=v(require("react"));j();i();var cL=`.dapp-core-component__styles__gas {
|
|
3253
|
-
color: #6c757d;
|
|
3254
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(cL));var th={gas:"dapp-core-component__styles__gas"};var pL=({className:n,transaction:t})=>ym.default.createElement(oe,{className:n,title:"Gas Limit"},t.gasLimit!=null?t.gasLimit.toLocaleString("en"):ym.default.createElement("span",{className:th.gas},he));i();i();var xm=v(require("react"));j();i();var mL=`.dapp-core-component__styles__gas {
|
|
3255
|
-
color: #6c757d;
|
|
3256
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(mL));var rh={gas:"dapp-core-component__styles__gas"};var lL=({className:n,transaction:t})=>xm.default.createElement(oe,{className:n,title:"Gas Used"},t.gasUsed!=null?t.gasUsed.toLocaleString("en"):xm.default.createElement("span",{className:rh.gas},he));i();i();var _s=v(require("react"));j();i();var dL=`.dapp-core-component__styles__gas {
|
|
3257
|
-
color: #6c757d;
|
|
3258
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(dL));var ah={gas:"dapp-core-component__styles__gas"};var _L=({className:n,transaction:t})=>_s.default.createElement(oe,{className:n,title:"Gas Price"},t.gasPrice!=null?_s.default.createElement(pn,{value:t.gasPrice.toString(),showLastNonZeroDecimal:!0}):_s.default.createElement("span",{className:ah.gas},he));i();i();var xa=v(require("react"));i();var hs=v(require("react")),Ah=require("@fortawesome/free-solid-svg-icons"),Ih=require("@fortawesome/react-fontawesome"),Cm=v(require("classnames"));i();i();var ih=require("react");i();_e();i();i();i();var fL=require("react"),gL=require("@multiversx/sdk-web-wallet-provider"),hL=v(require("qs"));j();_e();we();i();var dh=require("react"),DL=require("@multiversx/sdk-extension-provider");j();i();i();i();i();var yL=require("@multiversx/sdk-extension-provider"),xL=require("@multiversx/sdk-hw-provider"),TL=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),bL=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),wL=require("@multiversx/sdk-web-wallet-provider");j();we();var Co=n=>`Unable to perform ${n}, Provider not initialized`,Tm=class{init(){return Promise.resolve(!1)}login(t){throw new Error(Co(`login with options: ${t}`))}logout(t){throw new Error(Co(`logout with options: ${t}`))}getAddress(){throw new Error(Co("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,a){throw new Error(Co(`sendTransaction with transactions: ${t} options: ${a}`))}signTransaction(t,a){throw new Error(Co(`signTransaction with transactions: ${t} options: ${a}`))}signTransactions(t,a){throw new Error(Co(`signTransactions with transactions: ${t} options: ${a}`))}signMessage(t,a){throw new Error(Co(`signTransactions with ${t} and options ${a}`))}sendCustomMessage({method:t,params:a}){throw new Error(Co(`sendCustomMessage with method: ${t} params: ${a}`))}sendCustomRequest(t){throw new Error(Co(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},vL=new Tm;_e();we();i();i();i();i();i();var SL=v(require("axios"));i();i();i();i();var lh=require("react"),LL=require("@multiversx/sdk-extension-provider");j();i();i();i();var vr=()=>pe(dr);i();i();i();i();i();var ha=v(require("react"));var g8=(0,ha.createContext)({}),h8=re.getState();i();var mh=v(require("react"));i();var vm=v(require("react")),AL=v(require("axios"));i();i();_e();i();i();i();var PL=v(require("axios"));i();var uh=require("react");i();var _h=require("react");Rp();_e();Ge();i();i();ca();i();Yt();_e();i();i();i();i();i();i();_e();i();we();cr();i();i();i();var FL=v(require("axios"));i();var OL=v(require("axios"));i();var BL=v(require("axios"));i();i();var WL=v(require("axios"));i();var UL=v(require("axios"));i();_e();we();i();i();_e();i();i();var hh=require("@multiversx/sdk-core");i();Ze();Ge();i();cr();i();_e();we();i();_e();Ge();i();var YL=require("react");i();i();i();_e();i();i();var VL=v(require("bignumber.js"));j();_e();Ge();i();var $L=v(require("bignumber.js"));j();i();var zL=require("@multiversx/sdk-core"),qL=v(require("bignumber.js"));j();i();i();i();var yh,_V={hostname:typeof window!="undefined"?(yh=window==null?void 0:window.location)==null?void 0:yh.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};i();i();var KL=v(require("axios"));i();i();i();i();Ri();we();cr();i();i();i();i();var xh=require("react");i();i();var JL=require("react"),QL=require("@multiversx/sdk-extension-provider");Yt();Ze();we();i();rr();i();var jL=require("react"),Th=require("@multiversx/sdk-core");_e();i();i();var oN=require("react");Yt();_e();i();i();i();vp();i();i();var eN=v(require("platform"));i();Ze();Ge();ca();tr();or();i();i();i();i();i();ca();i();i();i();i();tr();i();i();i();_e();i();i();var nN=v(require("axios"));i();var wh=require("react"),tN=require("@multiversx/sdk-hw-provider");Yt();Ze();_e();we();rr();i();var km=require("react"),iN=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");Ze();_e();we();rr();i();var Lm=require("react"),sN=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");Ze();_e();we();rr();i();i();var vh=require("react");i();var mN=require("react");i();var Nm=require("react"),pN=require("socket.io-client");_e();i();i();i();i();var Sh=n=>n.dappModal,lN=B(Sh,n=>n.visible),gs=B(Sh,n=>n.modal),zX=B(gs,n=>n.showHeader),qX=B(gs,n=>n.showFooter),KX=B(gs,n=>n.headerText),XX=B(gs,n=>n.footerText);var kh=({transaction:n})=>{let{nonce:t}=vr(),{nonce:a}=n;return a>t?hs.default.createElement("div",{className:(0,Cm.default)(T.dFlex,T.ml1)},hs.default.createElement(Ih.FontAwesomeIcon,{icon:Ah.faAngleDown,className:T.textSecondary,style:{marginTop:"2px"},transform:{rotate:45}}),"\xA0",hs.default.createElement("small",{className:(0,Cm.default)(T.textWarning,T.ml1)}," ","Probable higher nonce in transaction")):null};var dN=({className:n,transaction:t})=>xa.default.createElement(oe,{className:n,title:"Nonce"},xa.default.createElement(xa.default.Fragment,null,t.nonce,xa.default.createElement(kh,{transaction:t})));i();i();var Dm=v(require("react"));i();var Ce=v(require("react")),Bh=require("@fortawesome/free-solid-svg-icons"),Wh=require("@fortawesome/react-fontawesome");j();i();Ge();var Lh=()=>{let{hash:n}=window.location,t=n.indexOf("/")>0?n.substring(n.indexOf("/")+1):"raw";return t&&Object.values(Hn).includes(t)?t:"raw"};i();var Em=v(require("react"));i();i();var Eo=v(require("react")),Nh=require("@fortawesome/free-solid-svg-icons"),Ch=require("@fortawesome/react-fontawesome"),Eh=v(require("classnames"));j();xe();i();var _N=`.dapp-core-component__styles__decode {
|
|
3259
|
-
margin-top: 0.25rem;
|
|
3260
|
-
position: relative;
|
|
3261
|
-
max-width: 100%;
|
|
3262
|
-
flex: 1;
|
|
3263
|
-
}
|
|
3264
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea {
|
|
3265
|
-
-moz-appearance: textfield-multiline;
|
|
3266
|
-
-webkit-appearance: textarea;
|
|
3267
|
-
border: 1px solid #dee2e6;
|
|
3268
|
-
background-color: #fafafa;
|
|
3269
|
-
font-size: 0.8125rem;
|
|
3270
|
-
min-height: 3.125rem;
|
|
3271
|
-
height: 4.5rem;
|
|
3272
|
-
overflow: auto;
|
|
3273
|
-
padding: 0.375rem 6rem 0.375rem 0.75rem;
|
|
3274
|
-
word-wrap: break-word;
|
|
3275
|
-
white-space: pre-wrap;
|
|
3276
|
-
resize: vertical;
|
|
3277
|
-
scrollbar-width: thin;
|
|
3278
|
-
overflow-x: hidden;
|
|
3279
|
-
width: 100%;
|
|
3280
|
-
}
|
|
3281
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea:hover {
|
|
3282
|
-
border: 1px solid #dee2e6;
|
|
3283
|
-
}
|
|
3284
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
3285
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea:before {
|
|
3286
|
-
background: #fafafa;
|
|
3287
|
-
content: "";
|
|
3288
|
-
bottom: 1px;
|
|
3289
|
-
right: 1px;
|
|
3290
|
-
width: 16px;
|
|
3291
|
-
height: 16px;
|
|
3292
|
-
position: absolute;
|
|
3293
|
-
cursor: ns-resize;
|
|
3294
|
-
}
|
|
3295
|
-
}
|
|
3296
|
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
|
3297
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea:after {
|
|
3298
|
-
content: "";
|
|
3299
|
-
bottom: 0;
|
|
3300
|
-
right: 0;
|
|
3301
|
-
width: 16px;
|
|
3302
|
-
height: 16px;
|
|
3303
|
-
position: absolute;
|
|
3304
|
-
-webkit-clip-path: polygon(80% 0, 80% 80%, 0 80%);
|
|
3305
|
-
clip-path: polygon(80% 0, 80% 80%, 0 80%);
|
|
3306
|
-
cursor: ns-resize;
|
|
3307
|
-
background: repeating-linear-gradient(135deg, #dee2e6, #dee2e6 1px, transparent 0, transparent 3px);
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar {
|
|
3311
|
-
background-color: #fafafa;
|
|
3312
|
-
width: 1rem;
|
|
3313
|
-
}
|
|
3314
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar-track {
|
|
3315
|
-
background-color: #fafafa;
|
|
3316
|
-
}
|
|
3317
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar-track:hover {
|
|
3318
|
-
background-color: #fafafa;
|
|
3319
|
-
}
|
|
3320
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar-thumb {
|
|
3321
|
-
background-color: #dee2e6;
|
|
3322
|
-
border-radius: 1rem;
|
|
3323
|
-
border: 5px solid #fafafa;
|
|
3324
|
-
}
|
|
3325
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar-thumb:hover {
|
|
3326
|
-
background-color: #a0a0a5;
|
|
3327
|
-
border: 4px solid #fafafa;
|
|
3328
|
-
}
|
|
3329
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-scrollbar-button {
|
|
3330
|
-
display: none;
|
|
3331
|
-
}
|
|
3332
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__textarea::-webkit-resizer {
|
|
3333
|
-
background-color: transparent;
|
|
3334
|
-
}
|
|
3335
|
-
@-moz-document url-prefix() {
|
|
3336
|
-
.dapp-core-component__styles__decode:before, .dapp-core-component__styles__decode:after {
|
|
3337
|
-
display: none;
|
|
3338
|
-
}
|
|
3339
|
-
}
|
|
3340
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select {
|
|
3341
|
-
right: 0.313rem;
|
|
3342
|
-
top: 0.313rem;
|
|
3343
|
-
position: absolute;
|
|
3344
|
-
}
|
|
3345
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select:after {
|
|
3346
|
-
content: "";
|
|
3347
|
-
position: absolute;
|
|
3348
|
-
width: 5px;
|
|
3349
|
-
height: 5px;
|
|
3350
|
-
top: calc(50% + 1px);
|
|
3351
|
-
transform: translateY(-50%);
|
|
3352
|
-
left: calc(50% + 0.5rem);
|
|
3353
|
-
border-top: 0.25rem solid;
|
|
3354
|
-
border-right: 0.25rem solid transparent;
|
|
3355
|
-
border-bottom: 0;
|
|
3356
|
-
border-left: 0.25rem solid transparent;
|
|
3357
|
-
}
|
|
3358
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select .dapp-core-component__styles__dropdown {
|
|
3359
|
-
appearance: none;
|
|
3360
|
-
text-align: center;
|
|
3361
|
-
padding: 0.25rem 0.5rem;
|
|
3362
|
-
text-indent: -10px;
|
|
3363
|
-
font-size: 0.6875rem;
|
|
3364
|
-
line-height: 1.5;
|
|
3365
|
-
border-radius: 0.25rem;
|
|
3366
|
-
background-color: transparent;
|
|
3367
|
-
border: 1px solid #e4e5e5;
|
|
3368
|
-
transition: all 400ms ease;
|
|
3369
|
-
cursor: pointer;
|
|
3370
|
-
}
|
|
3371
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select .dapp-core-component__styles__dropdown:hover {
|
|
3372
|
-
background-color: #eeeeee;
|
|
3373
|
-
}
|
|
3374
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select .dapp-core-component__styles__dropdown:active {
|
|
3375
|
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
|
|
3376
|
-
background-color: #eeeeee;
|
|
3377
|
-
}
|
|
3378
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__select .dapp-core-component__styles__dropdown:focus {
|
|
3379
|
-
outline: none;
|
|
3380
|
-
}
|
|
3381
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__warnings {
|
|
3382
|
-
display: flex;
|
|
3383
|
-
align-items: center;
|
|
3384
|
-
margin-right: 0.25rem;
|
|
3385
|
-
}
|
|
3386
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__warnings .dapp-core-component__styles__icon {
|
|
3387
|
-
margin-right: 0.25rem;
|
|
3388
|
-
color: #f0ad4e;
|
|
3389
|
-
}
|
|
3390
|
-
.dapp-core-component__styles__decode .dapp-core-component__styles__warnings .dapp-core-component__styles__warning {
|
|
3391
|
-
color: #f0ad4e;
|
|
3392
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(_N));var Jo={decode:"dapp-core-component__styles__decode",textarea:"dapp-core-component__styles__textarea",select:"dapp-core-component__styles__select",dropdown:"dapp-core-component__styles__dropdown",warnings:"dapp-core-component__styles__warnings",icon:"dapp-core-component__styles__icon",warning:"dapp-core-component__styles__warning"};var ys=n=>{let{className:t,value:a}=n,{displayValue:c,validationWarnings:_,setActiveKey:g,decodeOptions:h}=$u(n),A=a&&a!==he,I=D=>D?g(D.target.value):"raw";return Eo.default.createElement("div",{className:Jo.decode},Eo.default.createElement("div",{className:(0,Eh.default)(Jo.textarea,t)},c),A&&Eo.default.createElement("div",{className:Jo.select},Eo.default.createElement("select",{className:Jo.dropdown,onChange:I},h.map(D=>Eo.default.createElement("option",{key:D.value,value:D.value},D.label)))),_.map((D,F)=>Eo.default.createElement("div",{key:F,className:Jo.warnings},Eo.default.createElement(Ch.FontAwesomeIcon,{icon:Nh.faExclamationTriangle,className:Jo.icon,size:"xs"}),Eo.default.createElement("small",{className:Jo.warning},D))))};i();var Ts=v(require("react")),bs=v(require("classnames"));i();var uN=`.dapp-core-component__styles__scResultWrapper {
|
|
3393
|
-
display: flex;
|
|
3394
|
-
flex-direction: column;
|
|
3395
|
-
flex-wrap: wrap;
|
|
3396
|
-
margin-bottom: 1rem;
|
|
3397
|
-
}
|
|
3398
|
-
@media (min-width: 576px) {
|
|
3399
|
-
.dapp-core-component__styles__scResultWrapper {
|
|
3400
|
-
flex-direction: row;
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
.dapp-core-component__styles__scResultWrapper .dapp-core-component__styles__label {
|
|
3404
|
-
color: #6c757d;
|
|
3405
|
-
}
|
|
3406
|
-
@media (min-width: 576px) {
|
|
3407
|
-
.dapp-core-component__styles__scResultWrapper .dapp-core-component__styles__label {
|
|
3408
|
-
text-align: right;
|
|
3409
|
-
}
|
|
3410
|
-
}
|
|
3411
|
-
.dapp-core-component__styles__scResultWrapper .dapp-core-component__styles__data {
|
|
3412
|
-
display: flex;
|
|
3413
|
-
align-items: center;
|
|
3414
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(uN));var xs={scResultWrapper:"dapp-core-component__styles__scResultWrapper",label:"dapp-core-component__styles__label",data:"dapp-core-component__styles__data"};var fN=({label:n,children:t})=>Ts.default.createElement("div",{className:(0,bs.default)(T.row,xs.scResultWrapper)},Ts.default.createElement("div",{className:(0,bs.default)(T.colSm2,xs.label)},n),Ts.default.createElement("div",{className:(0,bs.default)(T.colSm10,xs.data)},t)),zn=fN;var gN=n=>Em.default.createElement(zn,{label:"Data"},Em.default.createElement(ys,P({},n))),Dh=gN;i();var Lt=v(require("react")),Ph=require("@fortawesome/free-solid-svg-icons"),Mh=require("@fortawesome/react-fontawesome");i();var hN=`.dapp-core-component__styles__scResultHash .dapp-core-component__styles__hash {
|
|
3415
|
-
font-size: 1rem;
|
|
3416
|
-
align-items: flex-end;
|
|
3417
|
-
max-width: none;
|
|
3418
|
-
}
|
|
3419
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__hash [class*=left] span,
|
|
3420
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__hash [class*=right] span {
|
|
3421
|
-
font-size: 1rem;
|
|
3422
|
-
}
|
|
3423
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__copy {
|
|
3424
|
-
margin-left: 0.5rem;
|
|
3425
|
-
}
|
|
3426
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__copy svg path {
|
|
3427
|
-
fill: #cacbcc;
|
|
3428
|
-
transition: all 200ms;
|
|
3429
|
-
}
|
|
3430
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__copy svg path:hover {
|
|
3431
|
-
fill: #1f43f4;
|
|
3432
|
-
}
|
|
3433
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__explorer {
|
|
3434
|
-
color: #cacbcc;
|
|
3435
|
-
transition: all 200ms;
|
|
3436
|
-
}
|
|
3437
|
-
.dapp-core-component__styles__scResultHash .dapp-core-component__styles__explorer:hover {
|
|
3438
|
-
color: #1f43f4;
|
|
3439
|
-
text-decoration: none;
|
|
3440
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(hN));var Ta={scResultHash:"dapp-core-component__styles__scResultHash",hash:"dapp-core-component__styles__hash",copy:"dapp-core-component__styles__copy",explorer:"dapp-core-component__styles__explorer"};var yN=({hash:n,page:t})=>Lt.default.createElement("div",{className:Ta.scResultHash},Lt.default.createElement(zn,{label:"Hash"},Lt.default.createElement(Tt,{text:n,className:Ta.hash}),Lt.default.createElement(He,{text:n,className:Ta.copy}),Lt.default.createElement(fe,{className:Ta.explorer,page:t},Lt.default.createElement(Mh.FontAwesomeIcon,{icon:Ph.faSearch})))),Fh=yN;i();var Nt=v(require("react"));i();var xN=`.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__copy {
|
|
3441
|
-
margin-left: 0.5rem;
|
|
3442
|
-
}
|
|
3443
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__copy svg path {
|
|
3444
|
-
fill: #cacbcc;
|
|
3445
|
-
transition: all 200ms;
|
|
3446
|
-
}
|
|
3447
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__copy svg path:hover {
|
|
3448
|
-
fill: #1f43f4;
|
|
3449
|
-
}
|
|
3450
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__address {
|
|
3451
|
-
position: relative;
|
|
3452
|
-
display: flex;
|
|
3453
|
-
max-width: 100%;
|
|
3454
|
-
overflow: hidden;
|
|
3455
|
-
width: auto;
|
|
3456
|
-
}
|
|
3457
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__address span {
|
|
3458
|
-
max-width: none;
|
|
3459
|
-
}
|
|
3460
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__address span [class*=left] span,
|
|
3461
|
-
.dapp-core-component__styles__scResultReceiver .dapp-core-component__styles__address span [class*=right] span {
|
|
3462
|
-
font-size: 1rem;
|
|
3463
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(xN));var ws={scResultReceiver:"dapp-core-component__styles__scResultReceiver",copy:"dapp-core-component__styles__copy",address:"dapp-core-component__styles__address"};var TN=({receiver:n,assets:t})=>Nt.default.createElement("div",{className:ws.scResultReceiver},Nt.default.createElement(zn,{label:"To"},Nt.default.createElement(ro,{initiator:n}),Nt.default.createElement("div",{className:ws.address},Nt.default.createElement(cn,{address:n,assets:t})),Nt.default.createElement(He,{text:n,className:ws.copy}))),Oh=TN;i();var Ct=v(require("react"));i();var bN=`.dapp-core-component__styles__scResultSender .dapp-core-component__styles__copy {
|
|
3464
|
-
margin-left: 0.5rem;
|
|
3465
|
-
}
|
|
3466
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__copy svg path {
|
|
3467
|
-
fill: #cacbcc;
|
|
3468
|
-
transition: all 200ms;
|
|
3469
|
-
}
|
|
3470
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__copy svg path:hover {
|
|
3471
|
-
fill: #1f43f4;
|
|
3472
|
-
}
|
|
3473
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__address {
|
|
3474
|
-
position: relative;
|
|
3475
|
-
display: flex;
|
|
3476
|
-
max-width: 100%;
|
|
3477
|
-
overflow: hidden;
|
|
3478
|
-
width: auto;
|
|
3479
|
-
}
|
|
3480
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__address span {
|
|
3481
|
-
max-width: none;
|
|
3482
|
-
}
|
|
3483
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__address span [class*=left] span,
|
|
3484
|
-
.dapp-core-component__styles__scResultSender .dapp-core-component__styles__address span [class*=right] span {
|
|
3485
|
-
font-size: 1rem;
|
|
3486
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(bN));var vs={scResultSender:"dapp-core-component__styles__scResultSender",copy:"dapp-core-component__styles__copy",address:"dapp-core-component__styles__address"};var wN=({sender:n,assets:t})=>Ct.default.createElement("div",{className:vs.scResultSender},Ct.default.createElement(zn,{label:"From"},Ct.default.createElement(ro,{initiator:n}),Ct.default.createElement("div",{className:vs.address},Ct.default.createElement(cn,{address:n,assets:t})),Ct.default.createElement(He,{text:n,className:vs.copy}))),Rh=wN;i();var vN=`.dapp-core-component__styles__results {
|
|
3487
|
-
display: flex;
|
|
3488
|
-
flex-direction: column;
|
|
3489
|
-
margin-top: 0.25rem;
|
|
3490
|
-
}
|
|
3491
|
-
.dapp-core-component__styles__results .dapp-core-component__styles__result {
|
|
3492
|
-
display: flex;
|
|
3493
|
-
border-left: 1px solid #dee2e6;
|
|
3494
|
-
border-bottom: 1px solid #dee2e6;
|
|
3495
|
-
padding-bottom: 1rem;
|
|
3496
|
-
margin-left: 1rem;
|
|
3497
|
-
}
|
|
3498
|
-
.dapp-core-component__styles__results .dapp-core-component__styles__result:not(:first-child) {
|
|
3499
|
-
padding-top: 1rem;
|
|
3500
|
-
}
|
|
3501
|
-
.dapp-core-component__styles__results .dapp-core-component__styles__result .dapp-core-component__styles__icon {
|
|
3502
|
-
margin-left: -1.1rem;
|
|
3503
|
-
margin-right: 0.5rem;
|
|
3504
|
-
border-radius: 50%;
|
|
3505
|
-
font-size: 0.9375rem;
|
|
3506
|
-
text-align: center;
|
|
3507
|
-
color: #6c757d;
|
|
3508
|
-
width: 2.1875rem;
|
|
3509
|
-
height: 2.1875rem;
|
|
3510
|
-
min-width: 2.1875rem;
|
|
3511
|
-
line-height: 2.1875rem;
|
|
3512
|
-
background: #fbfbfb;
|
|
3513
|
-
box-shadow: inset 0 0 3px rgba(108, 117, 125, 0.2);
|
|
3514
|
-
}
|
|
3515
|
-
.dapp-core-component__styles__results .dapp-core-component__styles__result .dapp-core-component__styles__content {
|
|
3516
|
-
flex: 1;
|
|
3517
|
-
margin-top: 0.4rem;
|
|
3518
|
-
max-width: calc(100% - 1.5875rem);
|
|
3519
|
-
width: calc(100% - 1.5875rem);
|
|
3520
|
-
display: block;
|
|
3521
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(vN));var ba={results:"dapp-core-component__styles__results",result:"dapp-core-component__styles__result",icon:"dapp-core-component__styles__icon",content:"dapp-core-component__styles__content"};var Uh=({results:n})=>{let t=(0,Ce.useRef)(null),a=Lh(),[c,_]=(0,Ce.useState)(a);return(0,Ce.useEffect)(()=>{t.current&&t.current!==null&&(window==null||window.scrollTo({top:t.current.getBoundingClientRect().top-70,behavior:"smooth"}))},[]),Ce.default.createElement("div",{className:ba.results},n.map(g=>{let h=du(g.hash);return Ce.default.createElement("div",P({key:g.hash,id:g.hash,className:ba.result},h?{ref:t}:{}),Ce.default.createElement("div",{className:ba.icon},Ce.default.createElement(Wh.FontAwesomeIcon,{icon:Bh.faExchange})),Ce.default.createElement("div",{className:ba.content},g.hash&&Ce.default.createElement(Fh,{hash:g.hash,page:an.transactionDetails(`${g.originalTxHash}#${g.hash}/${c}`)}),g.sender&&Ce.default.createElement(Rh,{sender:g.sender,assets:g.senderAssets}),g.receiver&&Ce.default.createElement(Oh,{receiver:g.receiver,assets:g.receiverAssets}),g.value!=null&&Ce.default.createElement(zn,{label:"Value"},Ce.default.createElement(pn,{value:g.value,showLastNonZeroDecimal:!0})),g.data&&Ce.default.createElement(Dh,P({value:g.data?lu(g.data):he},h?{initialDecodeMethod:a,setDecodeMethod:_}:{})),g.returnMessage&&Ce.default.createElement(zn,{label:"Response"},g.returnMessage)))}))};var SN=({className:n,transaction:t})=>{var c,_;return t.results&&((c=t.results)==null?void 0:c.length)>0?Dm.default.createElement(oe,{className:n,title:"Smart Contract Results"},Dm.default.createElement(Uh,{results:(_=t.results)!=null?_:[]})):null};i();i();var Rm=v(require("react"));i();i();var Do=v(require("react")),Om=v(require("classnames"));j();i();i();i();var Pm=v(require("react")),qh=v(require("linkify-react"));i();var Vh=v(require("react"));i();var Hh=v(require("linkifyjs")),AN=/^((file:\/\/\/)|(https?:|ftps?:)\/\/|(mailto:))/i,IN=n=>AN.test(n),Gh=n=>IN(n)?"":Hh.find(n).some(t=>t.type==="email")?"mailto:":"http://",$h=(n,t)=>n.length>t?n.substring(0,t)+"\u2026":n;var zh=_=>{var g=_,{href:n,linkComponent:t,truncate:a}=g,c=tn(g,["href","linkComponent","truncate"]);let h=t!=null?t:"a",A=Gh(n),I=a?$h(n,a):n;return Vh.default.createElement(h,V(P({},c),{href:`${A}${n}`}),I)};var Kh=a=>{var c=a,{children:n}=c,t=tn(c,["children"]);return Pm.default.createElement(qh.default,{options:{render:({attributes:g})=>{let{href:h}=g;return Pm.default.createElement(zh,V(P({},t),{href:h}))}}},n)};i();i();i();var Be=v(require("react")),ry=require("@fortawesome/free-solid-svg-icons"),ay=require("@fortawesome/react-fontawesome"),Ir=v(require("classnames"));i();var Ar=v(require("react")),Fm=v(require("classnames")),oy=v(require("react-dom"));i();var kN=`.dapp-core-component__dappModalStyles__dappModal {
|
|
3522
|
-
position: fixed;
|
|
3523
|
-
z-index: 999;
|
|
3524
|
-
padding-top: 100px;
|
|
3525
|
-
left: 50%;
|
|
3526
|
-
top: 50%;
|
|
3527
|
-
transform: translate(-50%, -50%);
|
|
3528
|
-
width: 100%;
|
|
3529
|
-
height: 100%;
|
|
3530
|
-
overflow: auto;
|
|
3531
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
3532
|
-
display: flex;
|
|
3533
|
-
align-items: center;
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
|
-
.dapp-core-component__dappModalStyles__dappModalContent {
|
|
3537
|
-
background: #fff;
|
|
3538
|
-
border: 2px solid #aaa;
|
|
3539
|
-
border-radius: 5px;
|
|
3540
|
-
z-index: 999;
|
|
3541
|
-
max-width: 500px;
|
|
3542
|
-
margin: auto;
|
|
3543
|
-
padding: 0;
|
|
3544
|
-
position: relative;
|
|
3545
|
-
width: 100%;
|
|
3546
|
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
3547
|
-
}
|
|
3548
|
-
|
|
3549
|
-
.dapp-core-component__dappModalStyles__dappModalHeader {
|
|
3550
|
-
padding: 2px 16px;
|
|
3551
|
-
background-color: #fff;
|
|
3552
|
-
font-size: 1.25rem;
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
.dapp-core-component__dappModalStyles__dappModalHeaderText {
|
|
3556
|
-
padding: 0 1rem;
|
|
3557
|
-
}
|
|
3558
|
-
|
|
3559
|
-
.dapp-core-component__dappModalStyles__dappModalBody {
|
|
3560
|
-
padding: 16px 0;
|
|
3561
|
-
}
|
|
3562
|
-
|
|
3563
|
-
.dapp-core-component__dappModalStyles__dappModalFooter {
|
|
3564
|
-
background-color: #fff;
|
|
3565
|
-
padding: 1rem 0.5rem;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
.dapp-core-component__dappModalStyles__dappModalCloseButton {
|
|
3569
|
-
position: absolute;
|
|
3570
|
-
top: 0;
|
|
3571
|
-
right: 0;
|
|
3572
|
-
float: right;
|
|
3573
|
-
font-weight: bold;
|
|
3574
|
-
border-radius: 5px;
|
|
3575
|
-
font-size: 1rem;
|
|
3576
|
-
padding: 0.5rem 1rem;
|
|
3577
|
-
border: 0;
|
|
3578
|
-
}
|
|
3579
|
-
|
|
3580
|
-
.dapp-core-component__dappModalStyles__dappModalCloseButton:hover,
|
|
3581
|
-
.dapp-core-component__dappModalStyles__dappModalCloseButton:focus {
|
|
3582
|
-
text-decoration: none;
|
|
3583
|
-
cursor: pointer;
|
|
3584
|
-
color: #212529;
|
|
3585
|
-
background-color: #dee2e6;
|
|
3586
|
-
border-color: #e9ecef;
|
|
3587
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(kN));var Mn={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"};i();var Xh=v(require("react")),Zh=v(require("classnames"));var Yh=({className:n,children:t})=>Xh.default.createElement("div",{className:(0,Zh.default)(Mn.dappModalBody,n)},t);i();var Mm=v(require("react")),jh=v(require("classnames"));var Jh=({visible:n,customFooter:t,className:a,footerText:c})=>n?Mm.default.createElement("div",{className:(0,jh.default)(Mn.dappModalFooter,a)},t!=null?t:Mm.default.createElement("div",null,c)):null;i();var Sr=v(require("react")),Qh=require("@fortawesome/free-solid-svg-icons"),ey=require("@fortawesome/react-fontawesome"),Ss=v(require("classnames"));var ny=({visible:n,headerText:t,customHeader:a,className:c,closeButtonClassName:_,onHide:g})=>n?a?Sr.default.createElement("div",{className:(0,Ss.default)(Mn.dappModalHeader,c)},a):Sr.default.createElement("div",{className:(0,Ss.default)(Mn.dappModalHeader,c)},Sr.default.createElement("div",{className:Mn.dappModalHeaderText},t),Sr.default.createElement("button",{onClick:g,className:(0,Ss.default)(Mn.dappModalCloseButton,T.btn,T.btnLight,_)},Sr.default.createElement(ey.FontAwesomeIcon,{size:"lg",icon:Qh.faTimes}))):null;var LN={showHeader:!0,showFooter:!1,headerText:"",footerText:""},ty=({id:n="dapp-modal",visible:t,onHide:a,parentElement:c,config:_=LN,children:g,className:h="dapp-modal-dialog-wrapper"})=>{if(!t)return null;let{showHeader:A,showFooter:I,headerText:D,footerText:F,modalDialogClassName:O="dapp-modal-dialog",modalContentClassName:U="dapp-modal-dialog-content",modalHeaderClassName:te="dapp-modal-dialog-header",modalCloseButtonClassName:ie="dapp-modal-dialog-close-button",modalBodyClassName:le="dapp-modal-dialog-content-body",modalFooterClassName:Po="dapp-modal-dialog-footer",customModalHeader:Ye,customModalFooter:je}=_;return oy.default.createPortal(Ar.default.createElement("div",{id:n,role:"dialog","aria-modal":"true",className:(0,Fm.default)(O,Mn.dappModal,h)},Ar.default.createElement("div",{className:(0,Fm.default)(Mn.dappModalContent,U)},Ar.default.createElement(ny,{visible:A,headerText:D,customHeader:Ye,className:te,closeButtonClassName:ie,onHide:a}),Ar.default.createElement(Yh,{className:le},g),Ar.default.createElement(Jh,{visible:I,customFooter:je,footerText:F,className:Po}))),c!=null?c:document==null?void 0:document.body)};var iy=n=>{let[t,a]=(0,Be.useState)(!1),c=h=>{h.preventDefault(),a(!0)},_=()=>{a(!1)},g=n.href.replace("https://","").replace("http://","");return Be.default.createElement(Be.default.Fragment,null,Be.default.createElement("a",V(P({},n),{onClick:c})),Be.default.createElement(ty,{visible:t,onHide:_},Be.default.createElement("div",{className:T.card},Be.default.createElement("div",{className:(0,Ir.default)(T.cardBody,T.textCenter)},Be.default.createElement("p",{className:(0,Ir.default)(T.h3,T.pt1)},Be.default.createElement(ay.FontAwesomeIcon,{icon:ry.faExclamationTriangle,className:(0,Ir.default)(T.textWarning,T.mr2)}),"Caution!"),Be.default.createElement("p",{className:T.lead},"You are about to navigate to an external website."),Be.default.createElement("div",{className:T.mxAuto},Be.default.createElement("p",null,"This link is not part of MultiversX. Do not enter your private words, your keystore file or any of your MultiversX account information.")),Be.default.createElement("div",{className:(0,Ir.default)(T.dFlex,T.alignItemsCenter,T.flexColumn)},Be.default.createElement("button",{type:"button",className:(0,Ir.default)(T.btn,T.btnPrimary),onClick:_},"Back to safety"),Be.default.createElement("a",{href:n.href,target:"_blank",className:T.mt3,rel:"noreferrer noopener"},"Continue to ",g))))))};i();var NN=`.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control:disabled,
|
|
3588
|
-
.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__form-control[readonly] {
|
|
3589
|
-
background-color: #fafafa;
|
|
3590
|
-
}
|
|
3591
|
-
.dapp-core-component__dataField-module__data-field .dapp-core-component__dataField-module__small-font {
|
|
3592
|
-
font-size: 0.8125rem;
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
.dapp-core-component__dataField-module__modal-container .dapp-core-component__dataField-module__modal-dialog .dapp-core-component__dataField-module__modal-content {
|
|
3596
|
-
align-items: center;
|
|
3597
|
-
border-radius: 0.25rem;
|
|
3598
|
-
}
|
|
3599
|
-
.dapp-core-component__dataField-module__modal-container .dapp-core-component__dataField-module__modal-dialog .dapp-core-component__dataField-module__card .dapp-core-component__dataField-module__card-body {
|
|
3600
|
-
box-shadow: inset 0 4px 0 0 #1b46c2;
|
|
3601
|
-
border-radius: 0.25rem;
|
|
3602
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(NN));var sy={"data-field":"dapp-core-component__dataField-module__data-field",dataField:"dapp-core-component__dataField-module__data-field","form-control":"dapp-core-component__dataField-module__form-control",formControl:"dapp-core-component__dataField-module__form-control","small-font":"dapp-core-component__dataField-module__small-font",smallFont:"dapp-core-component__dataField-module__small-font","modal-container":"dapp-core-component__dataField-module__modal-container",modalContainer:"dapp-core-component__dataField-module__modal-container","modal-dialog":"dapp-core-component__dataField-module__modal-dialog",modalDialog:"dapp-core-component__dataField-module__modal-dialog","modal-content":"dapp-core-component__dataField-module__modal-content",modalContent:"dapp-core-component__dataField-module__modal-content",card:"dapp-core-component__dataField-module__card","card-body":"dapp-core-component__dataField-module__card-body",cardBody:"dapp-core-component__dataField-module__card-body"};var CN=1e6,cy=({data:n,scamInfo:t})=>{let{initialDecodeMethod:a,setDecodeMethod:c}=Vu(),[_,g]=(0,Do.useState)(!1),h=O=>{O.preventDefault(),g(U=>!U)},A=n?p.Buffer.from(n,"base64").toString():he,{textWithLinks:I,message:D,isSuspicious:F}=dp({message:A,scamInfo:t});return Do.default.createElement(Do.default.Fragment,null,_?Do.default.createElement("div",{className:(0,Om.default)(T.formControl,T.col,T.mt1)},Do.default.createElement(Kh,{linkComponent:iy,target:"_blank",rel:"noreferrer noopener"},I)):Do.default.createElement(ys,{value:hu(D,CN),initialDecodeMethod:a,setDecodeMethod:c}),F&&Do.default.createElement("a",{href:"/#",onClick:h,className:(0,Om.default)(T.textMuted,sy.smallFont)},_?"Hide":"Show"," original message"))};var EN=({className:n,transaction:t})=>Rm.default.createElement(oe,{className:n,title:"Input Data"},Rm.default.createElement(cy,{data:t.data,scamInfo:t.scamInfo}));0&&(module.exports={TransactionInfoAge,TransactionInfoEgldPrice,TransactionInfoFee,TransactionInfoFrom,TransactionInfoGasLimit,TransactionInfoGasPrice,TransactionInfoGasUsed,TransactionInfoHash,TransactionInfoInputData,TransactionInfoMethod,TransactionInfoMiniblock,TransactionInfoNonce,TransactionInfoScResults,TransactionInfoStatus,TransactionInfoTo,TransactionInfoTokenOperations,TransactionInfoValue});
|
|
3603
|
-
/*!
|
|
3604
|
-
* The buffer module from node.js, for the browser.
|
|
3605
|
-
*
|
|
3606
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
3607
|
-
* @license MIT
|
|
3608
|
-
*/
|
|
3609
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
3610
|
-
/**
|
|
3611
|
-
* @license
|
|
3612
|
-
* Lodash <https://lodash.com/>
|
|
3613
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
3614
|
-
* Released under MIT license <https://lodash.com/license>
|
|
3615
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
3616
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
3617
|
-
*/
|
|
3618
|
-
//# sourceMappingURL=index.js.map
|