@multiversx/sdk-dapp 3.2.5 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.d.ts +4 -0
- package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/index.d.ts +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/index.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.d.ts +12 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecodeStyles.js +2 -0
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-Q6UOJFLB.js → chunk-22NFTA7X.js} +2 -2
- package/__chunks__/{chunk-EAPZFWYE.js → chunk-27D6Q6EC.js} +2 -2
- package/__chunks__/{chunk-RGLQAQBA.js → chunk-2FYV2ILO.js} +2 -2
- package/__chunks__/{chunk-SZDOU3CG.js → chunk-2ICBOZ2B.js} +2 -2
- package/__chunks__/{chunk-4LABPTVH.js → chunk-2OO7BETJ.js} +2 -2
- package/__chunks__/{chunk-WXAYQWCR.js → chunk-2RGRDZ3Z.js} +2 -2
- package/__chunks__/{chunk-PSPKQA23.js → chunk-2RMRPBHQ.js} +2 -2
- package/__chunks__/chunk-2VKSSN4F.js +2 -0
- package/__chunks__/chunk-2X6GMKLF.js +2 -0
- package/__chunks__/{chunk-V4D5RMYS.js → chunk-2Z4X6PUC.js} +2 -2
- package/__chunks__/{chunk-F5D5HQ7X.js → chunk-2ZKUXGRC.js} +2 -2
- package/__chunks__/{chunk-YRIATBAJ.js → chunk-35IIQJOS.js} +2 -2
- package/__chunks__/{chunk-IAWLE2HO.js → chunk-36IEVMGJ.js} +1 -1
- package/__chunks__/{chunk-RMYZCWSO.js → chunk-3DDRGH66.js} +2 -2
- package/__chunks__/{chunk-XN5EXICB.js → chunk-3EN5POKG.js} +2 -2
- package/__chunks__/chunk-3H3ZA3XN.js +2 -0
- package/__chunks__/{chunk-UPNLJAQD.js → chunk-3IWWOJDK.js} +2 -2
- package/__chunks__/{chunk-D56ZWQIW.js → chunk-3JFQVFLI.js} +2 -2
- package/__chunks__/{chunk-MDCA6TAU.js → chunk-3OM4DSQF.js} +2 -2
- package/__chunks__/{chunk-AWLJB5B6.js → chunk-3RQC7365.js} +2 -2
- package/__chunks__/{chunk-TCAPBJD2.js → chunk-3RZRXPAE.js} +2 -2
- package/__chunks__/{chunk-PUOWI3HO.js → chunk-3W6W6C7V.js} +2 -2
- package/__chunks__/{chunk-2P4WMGUB.js → chunk-3XH7KXOG.js} +2 -2
- package/__chunks__/chunk-3YFEE6WT.js +2 -0
- package/__chunks__/{chunk-HZDBS4U6.js → chunk-47OQZAF5.js} +2 -2
- package/__chunks__/{chunk-75SQ7UW4.js → chunk-4CZQ6YQW.js} +2 -2
- package/__chunks__/{chunk-2XO3NRTA.js → chunk-4E7UBGGD.js} +2 -2
- package/__chunks__/{chunk-7Z72QTQT.js → chunk-4GKSQE2H.js} +2 -2
- package/__chunks__/{chunk-CQMLFPQV.js → chunk-4QFDIB2Y.js} +2 -2
- package/__chunks__/{chunk-T4CALPHU.js → chunk-4WPNV6KY.js} +2 -2
- package/__chunks__/chunk-554LL6EC.js +2 -0
- package/__chunks__/chunk-57OGAMKU.js +2 -0
- package/__chunks__/chunk-5FT45IF3.js +2 -0
- package/__chunks__/{chunk-YGTQZZVG.js → chunk-5JM2Y2OM.js} +2 -2
- package/__chunks__/{chunk-LTHG5ZKO.js → chunk-5KCB2E5G.js} +2 -2
- package/__chunks__/{chunk-MMT6SA3I.js → chunk-5LBMDT3M.js} +2 -2
- package/__chunks__/chunk-5MX2U2MT.js +2 -0
- package/__chunks__/chunk-5PQK45SC.js +2 -0
- package/__chunks__/{chunk-UJJPTC2U.js → chunk-5R6PFEJ7.js} +2 -2
- package/__chunks__/{chunk-TG7ZMPUA.js → chunk-5VMMFEAU.js} +2 -2
- package/__chunks__/chunk-6CHJIE74.js +2 -0
- package/__chunks__/{chunk-U5J3WBPT.js → chunk-6DC54YQ6.js} +2 -2
- package/__chunks__/{chunk-ECUPWLUB.js → chunk-6H6DYI5V.js} +2 -2
- package/__chunks__/{chunk-6M2AJ4C4.js → chunk-6QDOHWW2.js} +2 -2
- package/__chunks__/{chunk-4WGHJ5XB.js → chunk-6ROUC5OX.js} +2 -2
- package/__chunks__/{chunk-F6TH6XFU.js → chunk-6TG2XCYN.js} +2 -2
- package/__chunks__/{chunk-OY64GKXT.js → chunk-6XJF3UR4.js} +2 -2
- package/__chunks__/chunk-73EGU24Z.js +2 -0
- package/__chunks__/{chunk-IFC4FNJN.js → chunk-75OO2O5K.js} +2 -2
- package/__chunks__/{chunk-DQH7SAOJ.js → chunk-7BHDPBKH.js} +2 -2
- package/__chunks__/{chunk-4VQFXEI5.js → chunk-7BVHJJRL.js} +2 -2
- package/__chunks__/{chunk-5OCHNAFC.js → chunk-7CLUABKW.js} +2 -2
- package/__chunks__/chunk-7LR6VXKK.js +2 -0
- package/__chunks__/{chunk-MQT4N74T.js → chunk-7STZXHFQ.js} +2 -2
- package/__chunks__/{chunk-4EPJNLY7.js → chunk-7T3M6SLI.js} +2 -2
- package/__chunks__/{chunk-UXQN6HJZ.js → chunk-7TPUYEJR.js} +2 -2
- package/__chunks__/chunk-7VXLVKPF.js +2 -0
- package/__chunks__/chunk-7YHUBQZR.js +2 -0
- package/__chunks__/chunk-A362Q7DB.js +2 -0
- package/__chunks__/chunk-A52OTWM3.js +2 -0
- package/__chunks__/{chunk-ECLIDYXB.js → chunk-AFXAPNKV.js} +2 -2
- package/__chunks__/{chunk-MWNQE52V.js → chunk-AGNALNYF.js} +2 -2
- package/__chunks__/{chunk-7HIUS4KV.js → chunk-AOYZE4ME.js} +2 -2
- package/__chunks__/{chunk-2ADJRFX4.js → chunk-ARF366F5.js} +2 -2
- package/__chunks__/{chunk-HP6SFZJH.js → chunk-ARFOJ42J.js} +2 -2
- package/__chunks__/{chunk-A5VZRUMK.js → chunk-B5KMUX6D.js} +2 -2
- package/__chunks__/{chunk-7UNIHWIZ.js → chunk-B6557WAA.js} +2 -2
- package/__chunks__/{chunk-HHCKHW5A.js → chunk-B6UHANNM.js} +2 -2
- package/__chunks__/{chunk-Z4LZFD42.js → chunk-B6VYNV2H.js} +2 -2
- package/__chunks__/{chunk-YCML6L7D.js → chunk-B6YNTCPD.js} +2 -2
- package/__chunks__/{chunk-KZCZZZW5.js → chunk-B7WWGXXM.js} +2 -2
- package/__chunks__/{chunk-RHSVQUEC.js → chunk-BAISL4CX.js} +2 -2
- package/__chunks__/{chunk-IWIMLSGD.js → chunk-BATVFPK7.js} +2 -2
- package/__chunks__/{chunk-XEZRLOLI.js → chunk-BCCDMTX4.js} +2 -2
- package/__chunks__/{chunk-ZB4URV5D.js → chunk-BEY77OBC.js} +2 -2
- package/__chunks__/{chunk-ICKA4GY3.js → chunk-BNUEUY6A.js} +2 -2
- package/__chunks__/{chunk-CCQLJW3S.js → chunk-BYVBVWTZ.js} +2 -2
- package/__chunks__/chunk-C3SE3N7M.js +2 -0
- package/__chunks__/chunk-CDL6ONDF.js +2 -0
- package/__chunks__/{chunk-ZXFR4Q2R.js → chunk-CGJGDWN4.js} +2 -2
- package/__chunks__/chunk-CK7AWBY4.js +2 -0
- package/__chunks__/{chunk-5M6LITHP.js → chunk-CKPJ4EJ3.js} +2 -2
- package/__chunks__/{chunk-PX7UKW5C.js → chunk-CKWD3PHU.js} +2 -2
- package/__chunks__/{chunk-7CXW5T3Q.js → chunk-CLC3BT5Q.js} +2 -2
- package/__chunks__/chunk-CLY6Y6TC.js +2 -0
- package/__chunks__/{chunk-63FM6PYE.js → chunk-COHOQ4XU.js} +2 -2
- package/__chunks__/chunk-CP6YHTPL.js +2 -0
- package/__chunks__/chunk-CTEBHPHI.js +2 -0
- package/__chunks__/chunk-CW6IZ4L2.js +2 -0
- package/__chunks__/{chunk-VJCWVD73.js → chunk-CWHP56WN.js} +2 -2
- package/__chunks__/{chunk-OZAREEQ7.js → chunk-CX3PGKFK.js} +2 -2
- package/__chunks__/{chunk-FKIEIT7V.js → chunk-CYOIGSE5.js} +2 -2
- package/__chunks__/{chunk-QAZMQ2BI.js → chunk-D46EWUCP.js} +38 -23
- package/__chunks__/{chunk-2AXRHFCT.js → chunk-DBDC43EV.js} +2 -2
- package/__chunks__/{chunk-HR4QHDOK.js → chunk-DCXKBUBN.js} +2 -2
- package/__chunks__/{chunk-XJOLQ6PM.js → chunk-DEZ3Z3DS.js} +2 -2
- package/__chunks__/chunk-DMMKCSIN.js +2 -0
- package/__chunks__/chunk-DMXPBWMP.js +2 -0
- package/__chunks__/chunk-DRA3ZQOO.js +2 -0
- package/__chunks__/chunk-DRL5NDFG.js +2 -0
- package/__chunks__/{chunk-RD6R3ZTJ.js → chunk-DXLMCOOP.js} +2 -2
- package/__chunks__/{chunk-4R7AKXBV.js → chunk-DYJV5T6M.js} +2 -2
- package/__chunks__/{chunk-LNSIXCJM.js → chunk-E2QSWOXN.js} +2 -2
- package/__chunks__/{chunk-WXYK3IBD.js → chunk-EACTSB2D.js} +2 -2
- package/__chunks__/{chunk-Y64UEMQU.js → chunk-ECOD5QXV.js} +2 -2
- package/__chunks__/{chunk-XTTCBZPZ.js → chunk-EDMYS6NM.js} +2 -2
- package/__chunks__/{chunk-747ZEL3L.js → chunk-EDODOJUM.js} +2 -2
- package/__chunks__/{chunk-AMQTIUU2.js → chunk-EEVR4XSC.js} +2 -2
- package/__chunks__/{chunk-7DGFWXBL.js → chunk-ELXAN2JE.js} +2 -2
- package/__chunks__/{chunk-SQY7FOOK.js → chunk-ELYYAQBR.js} +2 -2
- package/__chunks__/{chunk-GQVOTFIF.js → chunk-ERE6KIND.js} +2 -2
- package/__chunks__/{chunk-RBVLIN2K.js → chunk-EVGQ5ZN6.js} +2 -2
- package/__chunks__/{chunk-DHCGNWYH.js → chunk-F2BQDTWX.js} +2 -2
- package/__chunks__/{chunk-YJGD6SAG.js → chunk-F2TZIWT2.js} +2 -2
- package/__chunks__/{chunk-S67MSYCH.js → chunk-F6RJDZD4.js} +2 -2
- package/__chunks__/{chunk-KJULKI64.js → chunk-FG5JJ5UX.js} +2 -2
- package/__chunks__/{chunk-TLXJPXRM.js → chunk-FH26QJNM.js} +2 -2
- package/__chunks__/{chunk-GFZBRVRL.js → chunk-FLCGIIWW.js} +2 -2
- package/__chunks__/{chunk-VCWBDLHJ.js → chunk-FMEHXTFW.js} +2 -2
- package/__chunks__/{chunk-AYXYVGDQ.js → chunk-FOBJQ4QL.js} +2 -2
- package/__chunks__/{chunk-WLNDNIO7.js → chunk-FP5ZPDRM.js} +2 -2
- package/__chunks__/{chunk-VGMYUV6E.js → chunk-FYT36QJQ.js} +2 -2
- package/__chunks__/{chunk-BP35K4VN.js → chunk-FZ2X63AI.js} +2 -2
- package/__chunks__/{chunk-URK5SUUY.js → chunk-GDOWMUH2.js} +2 -2
- package/__chunks__/{chunk-5OSTDLN3.js → chunk-GL6WR3CR.js} +2 -2
- package/__chunks__/{chunk-UB2TL4MP.js → chunk-GRXYEX7R.js} +2 -2
- package/__chunks__/chunk-GW6ETFPP.js +2 -0
- package/__chunks__/{chunk-Y7KZE6JI.js → chunk-HA24UUQ3.js} +2 -2
- package/__chunks__/{chunk-INLNTCFA.js → chunk-HBIVEKQ7.js} +2 -2
- package/__chunks__/{chunk-EYR2HGP6.js → chunk-HE5GDI5C.js} +2 -2
- package/__chunks__/{chunk-ML7DGHVR.js → chunk-HFRNQ5GW.js} +2 -2
- package/__chunks__/{chunk-O6UDDBQR.js → chunk-HGJQPLXU.js} +2 -2
- package/__chunks__/{chunk-RYKL2M4Z.js → chunk-HK5SVUDL.js} +2 -2
- package/__chunks__/chunk-HLNVPOWL.js +2 -0
- package/__chunks__/chunk-HMSZE7MW.js +2 -0
- package/__chunks__/chunk-HQITPOGR.js +2 -0
- package/__chunks__/{chunk-E3C6OUTI.js → chunk-HRJLC3EO.js} +2 -2
- package/__chunks__/{chunk-UIH6T6RQ.js → chunk-HRZZNKS4.js} +2 -2
- package/__chunks__/{chunk-DAG4D5R6.js → chunk-HTQJWS7L.js} +2 -2
- package/__chunks__/{chunk-6BM6CLOE.js → chunk-HUFIW3HF.js} +2 -2
- package/__chunks__/{chunk-HVSEJYH3.js → chunk-I7YWYX6O.js} +2 -2
- package/__chunks__/{chunk-FRRAYSJQ.js → chunk-IGOZDKYS.js} +2 -2
- package/__chunks__/chunk-IIIQXGBT.js +2 -0
- package/__chunks__/{chunk-N5SI52YK.js → chunk-IJ6YC2DT.js} +2 -2
- package/__chunks__/{chunk-X4SGJESU.js → chunk-IRU73KKF.js} +2 -2
- package/__chunks__/{chunk-H3Z76TP6.js → chunk-IVEJ726U.js} +2 -2
- package/__chunks__/{chunk-VUBOZCEX.js → chunk-IWU27JOH.js} +2 -2
- package/__chunks__/{chunk-D4WOG6FL.js → chunk-IYDGYERZ.js} +2 -2
- package/__chunks__/{chunk-JBSZZHVK.js → chunk-J37OBQGR.js} +2 -2
- package/__chunks__/{chunk-E6IXI4PJ.js → chunk-JASQPBKL.js} +2 -2
- package/__chunks__/{chunk-F45IW6EO.js → chunk-JHJPEEAN.js} +2 -2
- package/__chunks__/{chunk-QYKUAZWK.js → chunk-JITGCP6X.js} +2 -2
- package/__chunks__/{chunk-BBTCXK63.js → chunk-JRIUMX34.js} +2 -2
- package/__chunks__/{chunk-TVNKVG3V.js → chunk-JT3F3EPA.js} +2 -2
- package/__chunks__/{chunk-5AI5ASLR.js → chunk-JTI5BXMD.js} +2 -2
- package/__chunks__/{chunk-QIV5G2TD.js → chunk-JXFAWF56.js} +2 -2
- package/__chunks__/{chunk-YLKTYBQM.js → chunk-JZVBDDG4.js} +2 -2
- package/__chunks__/chunk-K25BWLF6.js +2 -0
- package/__chunks__/{chunk-JSZB6JNO.js → chunk-K3IZTXEQ.js} +2 -2
- package/__chunks__/{chunk-2XIOINVP.js → chunk-K5SO6MV6.js} +2 -2
- package/__chunks__/{chunk-ZV6VH2G7.js → chunk-K77EF6OT.js} +2 -2
- package/__chunks__/{chunk-NK4PJVAQ.js → chunk-KGWPBGRV.js} +2 -2
- package/__chunks__/{chunk-3GJM2BFN.js → chunk-KKGXPXRR.js} +2 -2
- package/__chunks__/{chunk-6VGVCUFP.js → chunk-KTJUPDUR.js} +2 -2
- package/__chunks__/{chunk-GFZHWPTE.js → chunk-KYJLJJE4.js} +2 -2
- package/__chunks__/{chunk-FREF6GTA.js → chunk-L4KNLZDN.js} +2 -2
- package/__chunks__/{chunk-ZFWZB25L.js → chunk-L6GUMMQW.js} +2 -2
- package/__chunks__/chunk-LEZJ72J6.js +2 -0
- package/__chunks__/{chunk-UFGH3FUQ.js → chunk-LK5OGIAF.js} +2 -2
- package/__chunks__/{chunk-RWXPDAFU.js → chunk-LSAIGYX2.js} +2 -2
- package/__chunks__/{chunk-6AYESMTT.js → chunk-LTCSR5SY.js} +2 -2
- package/__chunks__/{chunk-ALQOGXOL.js → chunk-LU4X24AH.js} +2 -2
- package/__chunks__/chunk-LYQ2E4U2.js +2 -0
- package/__chunks__/{chunk-LKN5BV4K.js → chunk-LZC5UPCZ.js} +2 -2
- package/__chunks__/{chunk-P6Y4EJUT.js → chunk-M5QPHUPH.js} +2 -2
- package/__chunks__/chunk-MBTZPWGO.js +2 -0
- package/__chunks__/{chunk-ATMETQZZ.js → chunk-MSAKQH56.js} +2 -2
- package/__chunks__/{chunk-K6ZQSDYO.js → chunk-MXPF26VX.js} +2 -2
- package/__chunks__/chunk-MXTCTNBT.js +2 -0
- package/__chunks__/{chunk-HPRRPWKV.js → chunk-MY4QKZJT.js} +2 -2
- package/__chunks__/{chunk-5MOSR5EF.js → chunk-N4YFXMKQ.js} +2 -2
- package/__chunks__/{chunk-AFJKZ3XM.js → chunk-N6JKO6AK.js} +2 -2
- package/__chunks__/{chunk-P6ZZES7R.js → chunk-N6YP2PDJ.js} +2 -2
- package/__chunks__/{chunk-4USZL7AA.js → chunk-NCIDTQ4X.js} +2 -2
- package/__chunks__/{chunk-LWOX6G4N.js → chunk-NCK2SZLF.js} +2 -2
- package/__chunks__/{chunk-CMN2IWCQ.js → chunk-NN34ODQB.js} +2 -2
- package/__chunks__/{chunk-24MF7NST.js → chunk-NOPVLYIC.js} +2 -2
- package/__chunks__/{chunk-ETJURK3C.js → chunk-NRFTDVTM.js} +2 -2
- package/__chunks__/{chunk-H7F4UBPE.js → chunk-NTIYWE2S.js} +2 -2
- package/__chunks__/{chunk-LQDVNKC7.js → chunk-NV4DQRAN.js} +2 -2
- package/__chunks__/chunk-NVXDIPNJ.js +2 -0
- package/__chunks__/{chunk-MZBCY3I7.js → chunk-O2H6KJ6H.js} +2 -2
- package/__chunks__/{chunk-H6BN2H3D.js → chunk-O4GGAYAB.js} +2 -2
- package/__chunks__/{chunk-J2357NP7.js → chunk-O4ZA7XAB.js} +2 -2
- package/__chunks__/chunk-O5HPCVCN.js +2 -0
- package/__chunks__/{chunk-POC3G2OT.js → chunk-OC5RVI4C.js} +2 -2
- package/__chunks__/{chunk-IQSR2F5G.js → chunk-OESK7KQZ.js} +2 -2
- package/__chunks__/{chunk-QHREEBFE.js → chunk-ONYDSAHQ.js} +2 -2
- package/__chunks__/{chunk-2NNKTRGS.js → chunk-OOWMIF7J.js} +2 -2
- package/__chunks__/{chunk-CKQVECN4.js → chunk-OPFNC4UG.js} +2 -2
- package/__chunks__/{chunk-GPTXQKUL.js → chunk-ORZKQOUF.js} +2 -2
- package/__chunks__/chunk-OSPCDNOW.js +2 -0
- package/__chunks__/{chunk-JEZQCBXU.js → chunk-P3EO43BR.js} +2 -2
- package/__chunks__/{chunk-K6TRGTAR.js → chunk-P6HBXXCY.js} +2 -2
- package/__chunks__/{chunk-SLPBCE2C.js → chunk-P6LRZI6O.js} +2 -2
- package/__chunks__/chunk-PFNGN2KT.js +2 -0
- package/__chunks__/{chunk-ZQ6HFYSJ.js → chunk-PGW656ML.js} +2 -2
- package/__chunks__/{chunk-AAMINW2L.js → chunk-PIZOI42D.js} +2 -2
- package/__chunks__/{chunk-BX2W6EJH.js → chunk-PVRZNBFC.js} +2 -2
- package/__chunks__/{chunk-X6APZEDX.js → chunk-PVTNYLJX.js} +2 -2
- package/__chunks__/{chunk-DNERORC2.js → chunk-PZCJCMCF.js} +2 -2
- package/__chunks__/chunk-Q2B2KXY4.js +2 -0
- package/__chunks__/{chunk-P5AJ75Z6.js → chunk-Q4G4UCZQ.js} +2 -2
- package/__chunks__/chunk-Q5BAJFQJ.js +2 -0
- package/__chunks__/{chunk-7YHJWPIG.js → chunk-Q75GJ6MW.js} +2 -2
- package/__chunks__/{chunk-MNBYTCO6.js → chunk-QAJPHAFA.js} +2 -2
- package/__chunks__/{chunk-DFLV4B55.js → chunk-QBTLGDNW.js} +2 -2
- package/__chunks__/chunk-QOCZJI4T.js +2 -0
- package/__chunks__/{chunk-KEB4BZGV.js → chunk-QSGPTVWB.js} +2 -2
- package/__chunks__/{chunk-57IYVSAC.js → chunk-QTTXTNUK.js} +2 -2
- package/__chunks__/{chunk-EZISSTFD.js → chunk-QTXXVHAY.js} +2 -2
- package/__chunks__/{chunk-TZRZ6E3M.js → chunk-QVGF4HM4.js} +2 -2
- package/__chunks__/chunk-QXBRQOW7.js +2 -0
- package/__chunks__/{chunk-6VJPJO42.js → chunk-QYUDS5BO.js} +2 -2
- package/__chunks__/{chunk-JOKVNPWM.js → chunk-R2YVGMDF.js} +2 -2
- package/__chunks__/{chunk-CDHB5B6E.js → chunk-R7OP6NLP.js} +2 -2
- package/__chunks__/{chunk-XSLUQ4M5.js → chunk-RMETHMAZ.js} +2 -2
- package/__chunks__/{chunk-JVMLYGMW.js → chunk-RPKRINO7.js} +2 -2
- package/__chunks__/chunk-RY5UCMJN.js +2 -0
- package/__chunks__/{chunk-SZ4SNJX2.js → chunk-RZROTCCJ.js} +2 -2
- package/__chunks__/{chunk-G7MTMJOT.js → chunk-S34MTMWP.js} +2 -2
- package/__chunks__/chunk-S5FO7FJL.js +2 -0
- package/__chunks__/{chunk-4JP62MDP.js → chunk-S5NZMDGZ.js} +2 -2
- package/__chunks__/{chunk-7ZUV4BBD.js → chunk-S5PFWE4C.js} +2 -2
- package/__chunks__/chunk-S7B5FI4M.js +2 -0
- package/__chunks__/{chunk-CQZQ6SUC.js → chunk-SA7SPZ5Q.js} +2 -2
- package/__chunks__/{chunk-NWQC4BNS.js → chunk-SBS5HZJQ.js} +2 -2
- package/__chunks__/{chunk-YYDRC5GP.js → chunk-SCBSLTUJ.js} +2 -2
- package/__chunks__/{chunk-DAXHMHOB.js → chunk-SDBZSI4G.js} +2 -2
- package/__chunks__/{chunk-XOWHYMO7.js → chunk-SF32JIRH.js} +2 -2
- package/__chunks__/chunk-SHVH2GDU.js +2 -0
- package/__chunks__/{chunk-XCMWE7MA.js → chunk-SMDCXMBA.js} +2 -2
- package/__chunks__/chunk-SOIGLB5L.js +2 -0
- package/__chunks__/{chunk-XQ3LDLZR.js → chunk-T5GHAOG7.js} +2 -2
- package/__chunks__/{chunk-J2PAYGPH.js → chunk-T5RKP3S6.js} +2 -2
- package/__chunks__/{chunk-KILIGMDE.js → chunk-T65BYGGB.js} +2 -2
- package/__chunks__/{chunk-VLQMSVXF.js → chunk-TC2VRX7P.js} +2 -2
- package/__chunks__/chunk-TC5VQJIF.js +2 -0
- package/__chunks__/{chunk-GHD6VWEE.js → chunk-TCHAGS7W.js} +2 -2
- package/__chunks__/{chunk-VI7ADJXL.js → chunk-TGDCWKZH.js} +2 -2
- package/__chunks__/{chunk-NZJW6JHT.js → chunk-TI2BKU36.js} +2 -2
- package/__chunks__/{chunk-SX7WYAMX.js → chunk-TOOXZMM6.js} +2 -2
- package/__chunks__/{chunk-XO5WJXAA.js → chunk-TSOG7VHV.js} +2 -2
- package/__chunks__/{chunk-DJFSKTNV.js → chunk-TWOOX54R.js} +2 -2
- package/__chunks__/{chunk-G33WGR3X.js → chunk-U57ZWGFB.js} +2 -2
- package/__chunks__/{chunk-Y656ZLAQ.js → chunk-U7UHYJ3Y.js} +2 -2
- package/__chunks__/{chunk-UXJYEBET.js → chunk-UHCOBLCN.js} +2 -2
- package/__chunks__/{chunk-R6CTZIV3.js → chunk-UJ2TVVLS.js} +2 -2
- package/__chunks__/{chunk-K5Y5PIZE.js → chunk-UORIA4VW.js} +2 -2
- package/__chunks__/{chunk-RJAFIYYQ.js → chunk-UR6GJCED.js} +2 -2
- package/__chunks__/chunk-VNTDCHOL.js +2 -0
- package/__chunks__/{chunk-YPKK6A5K.js → chunk-VSHPUPA5.js} +2 -2
- package/__chunks__/{chunk-LKICBNFT.js → chunk-VT3RK4ML.js} +2 -2
- package/__chunks__/{chunk-NMUGKJSY.js → chunk-VTULVVC2.js} +2 -2
- package/__chunks__/{chunk-AKJ27DEG.js → chunk-VVOL7FT2.js} +2 -2
- package/__chunks__/{chunk-FCTJXMBI.js → chunk-VVXQ5JH2.js} +2 -2
- package/__chunks__/{chunk-DBYMQJYP.js → chunk-VYNXTASM.js} +2 -2
- package/__chunks__/{chunk-RTHUYAIG.js → chunk-VZWKOZ6B.js} +2 -2
- package/__chunks__/{chunk-IBQCY62R.js → chunk-W3L2EFEB.js} +2 -2
- package/__chunks__/{chunk-7IDQSLYW.js → chunk-W6C5CMJO.js} +2 -2
- package/__chunks__/{chunk-5RC2FTPK.js → chunk-W6FRSURD.js} +2 -2
- package/__chunks__/{chunk-NUSAWWKR.js → chunk-W7NINPVO.js} +2 -2
- package/__chunks__/chunk-WFD5GIRH.js +2 -0
- package/__chunks__/{chunk-H5KIVNKP.js → chunk-WGCVG5UO.js} +2 -2
- package/__chunks__/chunk-WIHTZO2K.js +2 -0
- package/__chunks__/{chunk-WWECBONB.js → chunk-WISDXJPM.js} +2 -2
- package/__chunks__/chunk-WKKA3SFN.js +2 -0
- package/__chunks__/{chunk-IUS5ZOUQ.js → chunk-WLCJHEXM.js} +2 -2
- package/__chunks__/{chunk-WMDKYZ5E.js → chunk-WPQCZPAU.js} +2 -2
- package/__chunks__/{chunk-FBHDUBE7.js → chunk-WTYVH54N.js} +2 -2
- package/__chunks__/{chunk-M4JVDOBK.js → chunk-WWWZ3RAI.js} +2 -2
- package/__chunks__/{chunk-AWBFCFGD.js → chunk-WXHEF5ZK.js} +2 -2
- package/__chunks__/{chunk-6TYNHNND.js → chunk-WZ7HCYDV.js} +2 -2
- package/__chunks__/{chunk-QRIF5NUP.js → chunk-X2ONJA4R.js} +2 -2
- package/__chunks__/{chunk-BSUU5B6P.js → chunk-X3PKF5CS.js} +2 -2
- package/__chunks__/{chunk-3LXDB7HT.js → chunk-X4K5MLX7.js} +2 -2
- package/__chunks__/{chunk-OQ7LGNMB.js → chunk-X5H6EB33.js} +2 -2
- package/__chunks__/{chunk-FGBDIYTS.js → chunk-XCZ2JOMD.js} +2 -2
- package/__chunks__/chunk-XIB72DXD.js +2 -0
- package/__chunks__/{chunk-AEZYRZ43.js → chunk-XJMDCYTG.js} +2 -2
- package/__chunks__/{chunk-TN3QIFBS.js → chunk-XLEXZIIX.js} +2 -2
- package/__chunks__/chunk-XLJHC725.js +2 -0
- package/__chunks__/{chunk-4H3SPEWN.js → chunk-XW75LTCG.js} +2 -2
- package/__chunks__/{chunk-4J5NW7T5.js → chunk-XWRZCRNU.js} +2 -2
- package/__chunks__/{chunk-WKIQTTUN.js → chunk-Y7AV2YT7.js} +2 -2
- package/__chunks__/{chunk-FQ5WTU7P.js → chunk-YBQ3SHT2.js} +2 -2
- package/__chunks__/chunk-YGUJYT2W.js +40 -0
- package/__chunks__/chunk-YKS6D477.js +2 -0
- package/__chunks__/{chunk-BSQC5BSO.js → chunk-YREYEHRB.js} +2 -2
- package/__chunks__/{chunk-JNKVSJ2I.js → chunk-YSWBS4EY.js} +2 -2
- package/__chunks__/{chunk-HU2P24T2.js → chunk-YV56APGS.js} +2 -2
- package/__chunks__/{chunk-F2EWXSQD.js → chunk-Z2Q6FYGJ.js} +2 -2
- package/__chunks__/{chunk-D2PBHMS2.js → chunk-ZBDM4V27.js} +2 -2
- package/__chunks__/{chunk-GVIAQP7P.js → chunk-ZCD57HI3.js} +2 -2
- package/__chunks__/{chunk-J2SV3BLY.js → chunk-ZEAAINXE.js} +2 -2
- package/__chunks__/{chunk-ZH3TGLHR.js → chunk-ZKRCBWLD.js} +2 -2
- package/__chunks__/{chunk-JDQG377T.js → chunk-ZSHENT6X.js} +2 -2
- package/__chunks__/{chunk-CI2M4DZP.js → chunk-ZUVA5FNS.js} +2 -2
- package/__chunks__/{chunk-AYV5HGXP.js → chunk-ZWIU7SD3.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +100 -47
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +95 -42
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +57 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +57 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +38 -23
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +98 -45
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +98 -45
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/components/index.js +7 -7
- package/__commonjs/UI/SignTransactionsModals/index.js +100 -47
- package/__commonjs/UI/TransactionData/TransactionData.js +46 -8
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.d.ts +4 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +2785 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/index.d.ts +2 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/index.js +2785 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.d.ts +12 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.js +9 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecodeStyles.js +47 -0
- package/__commonjs/UI/TransactionData/components/index.js +2777 -5
- package/__commonjs/UI/TransactionData/index.js +46 -8
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/__commonjs/UI/index.js +155 -102
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useCancelActionAndDispose.d.ts +2 -0
- package/__commonjs/hooks/transactions/useCancelActionAndDispose.js +9 -0
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/getModifiedLoginToken.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelActionAndDispose.d.ts +2 -0
- package/hooks/transactions/useCancelActionAndDispose.js +2 -0
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/asyncActions/index.js +1 -1
- package/utils/clearNavigationHistory.js +1 -1
- package/utils/decoders/index.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/internal/index.js +1 -1
- package/utils/internal/optionalRedirect.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/parseNavigationParams.js +1 -1
- package/utils/redirect.js +1 -1
- package/utils/removeSearchParamsFromUrl.js +1 -1
- package/utils/retryMultipleTimes.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getDataPayloadForTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/getUsernameForTransaction.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/window/getDefaultCallbackUrl.js +1 -1
- package/utils/window/index.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.d.ts +0 -10
- package/UI/TransactionData/components/TransactionDataDecode.js +0 -2
- package/__chunks__/chunk-232N5XDZ.js +0 -2
- package/__chunks__/chunk-2A6QKSTB.js +0 -2
- package/__chunks__/chunk-354NCSZ7.js +0 -2
- package/__chunks__/chunk-37ZGQ3GM.js +0 -2
- package/__chunks__/chunk-3M2KYZ6Y.js +0 -2
- package/__chunks__/chunk-3XMZATB7.js +0 -2
- package/__chunks__/chunk-46V64V3V.js +0 -2
- package/__chunks__/chunk-5TEQ6SWP.js +0 -2
- package/__chunks__/chunk-654MNELS.js +0 -2
- package/__chunks__/chunk-6BOBNPYF.js +0 -2
- package/__chunks__/chunk-6PCIEGF2.js +0 -2
- package/__chunks__/chunk-73LY7ULH.js +0 -2
- package/__chunks__/chunk-7HKV7IMJ.js +0 -2
- package/__chunks__/chunk-B42PWLJ6.js +0 -2
- package/__chunks__/chunk-BJ4F76M2.js +0 -2
- package/__chunks__/chunk-BKZLIHV3.js +0 -2
- package/__chunks__/chunk-BSOUKO3S.js +0 -2
- package/__chunks__/chunk-EWVKOGOY.js +0 -2
- package/__chunks__/chunk-FXVW3QOG.js +0 -2
- package/__chunks__/chunk-GDBGUOQW.js +0 -2
- package/__chunks__/chunk-GYYEEL33.js +0 -2
- package/__chunks__/chunk-HHHYJUNV.js +0 -2
- package/__chunks__/chunk-HJWRR3LB.js +0 -2
- package/__chunks__/chunk-HNNTXACS.js +0 -2
- package/__chunks__/chunk-HTXSL2EQ.js +0 -2
- package/__chunks__/chunk-IJUNZJZT.js +0 -2
- package/__chunks__/chunk-J6XF4IQM.js +0 -2
- package/__chunks__/chunk-JFMJANTK.js +0 -2
- package/__chunks__/chunk-KD3ONIXY.js +0 -2
- package/__chunks__/chunk-KILMF6UV.js +0 -2
- package/__chunks__/chunk-LSWLRBHK.js +0 -2
- package/__chunks__/chunk-LX3J2Q4I.js +0 -2
- package/__chunks__/chunk-MOXBK3V4.js +0 -2
- package/__chunks__/chunk-MS4VSSDI.js +0 -2
- package/__chunks__/chunk-MXJXTMXD.js +0 -2
- package/__chunks__/chunk-NR2MGXP4.js +0 -2
- package/__chunks__/chunk-NRVUPGRT.js +0 -2
- package/__chunks__/chunk-P7I74LIL.js +0 -2
- package/__chunks__/chunk-Q73UUFR7.js +0 -2
- package/__chunks__/chunk-R44WG4ZE.js +0 -2
- package/__chunks__/chunk-S6PBAGRJ.js +0 -2
- package/__chunks__/chunk-S7NV36KC.js +0 -2
- package/__chunks__/chunk-SEF5NZAI.js +0 -2
- package/__chunks__/chunk-TXXFHD4V.js +0 -2
- package/__chunks__/chunk-VGG4XWTR.js +0 -2
- package/__chunks__/chunk-VWBE5UGM.js +0 -2
- package/__chunks__/chunk-WFKWHNFK.js +0 -2
- package/__chunks__/chunk-WV3AYZWK.js +0 -2
- package/__chunks__/chunk-XLSCXPIX.js +0 -2
- package/__chunks__/chunk-YCIL54YS.js +0 -2
- package/__chunks__/chunk-YYI4KV4R.js +0 -2
- package/__chunks__/chunk-Z23XEM56.js +0 -2
- package/__chunks__/chunk-Z3FCAX26.js +0 -2
- package/__chunks__/chunk-Z7ZDU6HU.js +0 -2
- package/__chunks__/chunk-ZGFONXF4.js +0 -2
- package/__chunks__/chunk-ZHHHQIQ3.js +0 -2
- package/__chunks__/chunk-ZW6A6YWR.js +0 -2
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.d.ts +0 -10
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +0 -13
- package/__commonjs/hooks/transactions/useCancelCrossWindowAction.d.ts +0 -2
- package/__commonjs/hooks/transactions/useCancelCrossWindowAction.js +0 -9
- package/hooks/transactions/useCancelCrossWindowAction.d.ts +0 -2
- package/hooks/transactions/useCancelCrossWindowAction.js +0 -2
package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Mr=Object.create;var k=Object.defineProperty;var Ar=Object.getOwnPropertyDescriptor;var Dr=Object.getOwnPropertyNames;var Ur=Object.getPrototypeOf,Tr=Object.prototype.hasOwnProperty;var Ir=(t,r)=>()=>(t&&(r=t(t=0)),r);var R=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Wr=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Dr(r))!Tr.call(t,i)&&i!==e&&k(t,i,{get:()=>r[i],enumerable:!(n=Ar(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Mr(Ur(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var ir=R(N=>{"use strict";g();N.byteLength=Lr;N.toByteArray=Rr;N.fromByteArray=Yr;var w=[],_=[],Cr=typeof Uint8Array!="undefined"?Uint8Array:Array,H="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(A=0,tr=H.length;A<tr;++A)w[A]=H[A],_[H.charCodeAt(A)]=A;var A,tr;_["-".charCodeAt(0)]=62;_["_".charCodeAt(0)]=63;function nr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Lr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function kr(t,r,e){return(r+e)*3/4-e}function Rr(t){var r,e=nr(t),n=e[0],i=e[1],o=new Cr(kr(t,n,i)),a=0,c=i>0?n-4:n,u;for(u=0;u<c;u+=4)r=_[t.charCodeAt(u)]<<18|_[t.charCodeAt(u+1)]<<12|_[t.charCodeAt(u+2)]<<6|_[t.charCodeAt(u+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=_[t.charCodeAt(u)]<<2|_[t.charCodeAt(u+1)]>>4,o[a++]=r&255),i===1&&(r=_[t.charCodeAt(u)]<<10|_[t.charCodeAt(u+1)]<<4|_[t.charCodeAt(u+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Nr(t){return w[t>>18&63]+w[t>>12&63]+w[t>>6&63]+w[t&63]}function Gr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Nr(n));return i.join("")}function Yr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,c=e-n;a<c;a+=o)i.push(Gr(t,a,a+o>c?c:a+o));return n===1?(r=t[e-1],i.push(w[r>>2]+w[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(w[r>>10]+w[r>>4&63]+w[r<<2&63]+"=")),i.join("")}});var or=R(X=>{g();X.read=function(t,r,e,n,i){var o,a,c=i*8-n-1,u=(1<<c)-1,h=u>>1,s=-7,l=e?i-1:0,x=e?-1:1,m=t[r+l];for(l+=x,o=m&(1<<-s)-1,m>>=-s,s+=c;s>0;o=o*256+t[r+l],l+=x,s-=8);for(a=o&(1<<-s)-1,o>>=-s,s+=n;s>0;a=a*256+t[r+l],l+=x,s-=8);if(o===0)o=1-h;else{if(o===u)return a?NaN:(m?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-h}return(m?-1:1)*a*Math.pow(2,o-n)};X.write=function(t,r,e,n,i,o){var a,c,u,h=o*8-i-1,s=(1<<h)-1,l=s>>1,x=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=n?0:o-1,T=n?1:-1,Br=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=s):(a=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+l>=1?r+=x/u:r+=x*Math.pow(2,1-l),r*u>=2&&(a++,u/=2),a+l>=s?(c=0,a=s):a+l>=1?(c=(r*u-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;t[e+m]=c&255,m+=T,c/=256,i-=8);for(a=a<<i|c,h+=i;h>0;t[e+m]=a&255,m+=T,a/=256,h-=8);t[e+m-T]|=Br*128}});var xr=R(W=>{"use strict";g();var J=ir(),I=or(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;W.Buffer=p;W.SlowBuffer=Qr;W.INSPECT_MAX_BYTES=50;var Y=2147483647;W.kMaxLength=Y;p.TYPED_ARRAY_SUPPORT=qr();!p.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 qr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.buffer}});Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.byteOffset}});function S(t){if(t>Y)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,p.prototype),r}function p(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}p.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Hr(t,r);if(ArrayBuffer.isView(t))return Xr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(v(t,ArrayBuffer)||t&&v(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(v(t,SharedArrayBuffer)||t&&v(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return p.from(n,r,e);var i=Jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return p.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}p.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(p.prototype,Uint8Array.prototype);Object.setPrototypeOf(p,Uint8Array);function lr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function zr(t,r,e){return lr(t),t<=0?S(t):r!==void 0?typeof e=="string"?S(t).fill(r,e):S(t).fill(r):S(t)}p.alloc=function(t,r,e){return zr(t,r,e)};function O(t){return lr(t),S(t<0?0:Z(t)|0)}p.allocUnsafe=function(t){return O(t)};p.allocUnsafeSlow=function(t){return O(t)};function Hr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,n=S(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=S(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Xr(t){if(v(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,p.prototype),n}function Jr(t){if(p.isBuffer(t)){var r=Z(t.length)|0,e=S(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?S(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),p.alloc(+t)}p.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==p.prototype};p.compare=function(r,e){if(v(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),v(e,Uint8Array)&&(e=p.from(e,e.offset,e.byteLength)),!p.isBuffer(r)||!p.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};p.isEncoding=function(r){switch(String(r).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}};p.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return p.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=p.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(v(a,Uint8Array))o+a.length>i.length?p.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(p.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function hr(t,r){if(p.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||v(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return _r(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}p.byteLength=hr;function Vr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ne(this,r,e);case"utf8":case"utf-8":return fr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}p.prototype._isBuffer=!0;function D(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}p.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)D(this,e,e+1);return this};p.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)D(this,e,e+3),D(this,e+1,e+2);return this};p.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)D(this,e,e+7),D(this,e+1,e+6),D(this,e+2,e+5),D(this,e+3,e+4);return this};p.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?fr(this,0,r):Vr.apply(this,arguments)};p.prototype.toLocaleString=p.prototype.toString;p.prototype.equals=function(r){if(!p.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:p.compare(this,r)===0};p.prototype.inspect=function(){var r="",e=W.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ar&&(p.prototype[ar]=p.prototype.inspect);p.prototype.compare=function(r,e,n,i,o){if(v(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),!p.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-e,u=Math.min(a,c),h=this.slice(i,o),s=r.slice(e,n),l=0;l<u;++l)if(h[l]!==s[l]){a=h[l],c=s[l];break}return a<c?-1:c<a?1:0};function sr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=p.from(r,n)),p.isBuffer(r))return r.length===0?-1:pr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):pr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(t,r,e,n,i){var o=1,a=t.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,c/=2,e/=2}function u(m,T){return o===1?m[T]:m.readUInt16BE(T*o)}var h;if(i){var s=-1;for(h=e;h<a;h++)if(u(t,h)===u(r,s===-1?0:h-s)){if(s===-1&&(s=h),h-s+1===c)return s*o}else s!==-1&&(h-=h-s),s=-1}else for(e+c>a&&(e=a-c),h=e;h>=0;h--){for(var l=!0,x=0;x<c;x++)if(u(t,h+x)!==u(r,x)){l=!1;break}if(l)return h}return-1}p.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};p.prototype.indexOf=function(r,e,n){return sr(this,r,e,n,!0)};p.prototype.lastIndexOf=function(r,e,n){return sr(this,r,e,n,!1)};function Kr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(r.substr(a*2,2),16);if($(c))return a;t[e+a]=c}return a}function Or(t,r,e,n){return q(K(r,t.length-e),t,e,n)}function Zr(t,r,e,n){return q(pe(r),t,e,n)}function $r(t,r,e,n){return q(_r(r),t,e,n)}function jr(t,r,e,n){return q(ce(r,t.length-e),t,e,n)}p.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Kr(this,r,e,n);case"utf8":case"utf-8":return Or(this,r,e,n);case"ascii":case"latin1":case"binary":return Zr(this,r,e,n);case"base64":return $r(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function fr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=e){var u,h,s,l;switch(c){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(l=(o&31)<<6|u&63,l>127&&(a=l));break;case 3:u=t[i+1],h=t[i+2],(u&192)===128&&(h&192)===128&&(l=(o&15)<<12|(u&63)<<6|h&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:u=t[i+1],h=t[i+2],s=t[i+3],(u&192)===128&&(h&192)===128&&(s&192)===128&&(l=(o&15)<<18|(u&63)<<12|(h&63)<<6|s&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return re(n)}var cr=4096;function re(t){var r=t.length;if(r<=cr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=cr));return e}function ee(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function te(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ne(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=ue[t[o]];return i}function ie(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}p.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,p.prototype),i};function d(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};p.prototype.readUintBE=p.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};p.prototype.readUint8=p.prototype.readUInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]};p.prototype.readUint16LE=p.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]|this[r+1]<<8};p.prototype.readUint16BE=p.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]<<8|this[r+1]};p.prototype.readUint32LE=p.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};p.prototype.readUint32BE=p.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};p.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};p.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};p.prototype.readInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};p.prototype.readInt16LE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};p.prototype.readInt16BE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};p.prototype.readInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};p.prototype.readInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};p.prototype.readFloatLE=function(r,e){return r=r>>>0,e||d(r,4,this.length),I.read(this,r,!0,23,4)};p.prototype.readFloatBE=function(r,e){return r=r>>>0,e||d(r,4,this.length),I.read(this,r,!1,23,4)};p.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||d(r,8,this.length),I.read(this,r,!0,52,8)};p.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||d(r,8,this.length),I.read(this,r,!1,52,8)};function y(t,r,e,n,i,o){if(!p.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var a=1,c=0;for(this[e]=r&255;++c<n&&(a*=256);)this[e+c]=r/a&255;return e+n};p.prototype.writeUintBE=p.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var a=n-1,c=1;for(this[e+a]=r&255;--a>=0&&(c*=256);)this[e+a]=r/c&255;return e+n};p.prototype.writeUint8=p.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,255,0),this[e]=r&255,e+1};p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};p.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var a=0,c=1,u=0;for(this[e]=r&255;++a<n&&(c*=256);)r<0&&u===0&&this[e+a-1]!==0&&(u=1),this[e+a]=(r/c>>0)-u&255;return e+n};p.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var a=n-1,c=1,u=0;for(this[e+a]=r&255;--a>=0&&(c*=256);)r<0&&u===0&&this[e+a+1]!==0&&(u=1),this[e+a]=(r/c>>0)-u&255;return e+n};p.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};p.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};p.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function dr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,4,34028234663852886e22,-34028234663852886e22),I.write(t,r,e,n,23,4),e+4}p.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};p.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function mr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,8,17976931348623157e292,-17976931348623157e292),I.write(t,r,e,n,52,8),e+8}p.prototype.writeDoubleLE=function(r,e,n){return mr(this,r,e,!0,n)};p.prototype.writeDoubleBE=function(r,e,n){return mr(this,r,e,!1,n)};p.prototype.copy=function(r,e,n,i){if(!p.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};p.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!p.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var c=p.isBuffer(r)?r:p.from(r,i),u=c.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=c[a%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ae(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function pe(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function ce(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function _r(t){return J.toByteArray(ae(t))}function q(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function v(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Fr=R((xe,Er)=>{g();var f=Er.exports={},E,F;function j(){throw new Error("setTimeout has not been defined")}function P(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=j}catch(t){E=j}try{typeof clearTimeout=="function"?F=clearTimeout:F=P}catch(t){F=P}})();function gr(t){if(E===setTimeout)return setTimeout(t,0);if((E===j||!E)&&setTimeout)return E=setTimeout,setTimeout(t,0);try{return E(t,0)}catch(r){try{return E.call(null,t,0)}catch(e){return E.call(this,t,0)}}}function le(t){if(F===clearTimeout)return clearTimeout(t);if((F===P||!F)&&clearTimeout)return F=clearTimeout,clearTimeout(t);try{return F(t)}catch(r){try{return F.call(null,t)}catch(e){return F.call(this,t)}}}var B=[],b=!1,U,z=-1;function he(){!b||!U||(b=!1,U.length?B=U.concat(B):z=-1,B.length&&wr())}function wr(){if(!b){var t=gr(he);b=!0;for(var r=B.length;r;){for(U=B,B=[];++z<r;)U&&U[z].run();z=-1,r=B.length}U=null,b=!1,le(t)}}f.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];B.push(new vr(t,r)),B.length===1&&!b&&gr(wr)};function vr(t,r){this.fun=t,this.array=r}vr.prototype.run=function(){this.fun.apply(null,this.array)};f.title="browser";f.browser=!0;f.env={};f.argv=[];f.version="";f.versions={};function M(){}f.on=M;f.addListener=M;f.once=M;f.off=M;f.removeListener=M;f.removeAllListeners=M;f.emit=M;f.prependListener=M;f.prependOnceListener=M;f.listeners=function(t){return[]};f.binding=function(t){throw new Error("process.binding is not supported")};f.cwd=function(){return"/"};f.chdir=function(t){throw new Error("process.chdir is not supported")};f.umask=function(){return 0}});var C,L,ge,g=Ir(()=>{C=er(xr()),L=er(Fr()),ge=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var fe={};Wr(fe,{css:()=>Sr,default:()=>se});module.exports=br(fe);g();var Sr=`.dapp-core-component__signWithDeviceModalStyles__wallet-connect {
|
|
1
|
+
"use strict";var Dr=Object.create;var k=Object.defineProperty;var Br=Object.getOwnPropertyDescriptor;var Ar=Object.getOwnPropertyNames;var Wr=Object.getPrototypeOf,Ur=Object.prototype.hasOwnProperty;var Tr=(t,r)=>()=>(t&&(r=t(t=0)),r);var R=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports),Ir=(t,r)=>{for(var e in r)k(t,e,{get:r[e],enumerable:!0})},rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ar(r))!Ur.call(t,i)&&i!==e&&k(t,i,{get:()=>r[i],enumerable:!(n=Br(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?Dr(Wr(t)):{},rr(r||!t||!t.__esModule?k(e,"default",{value:t,enumerable:!0}):e,t)),br=t=>rr(k({},"__esModule",{value:!0}),t);var ir=R(N=>{"use strict";x();N.byteLength=Lr;N.toByteArray=Rr;N.fromByteArray=Yr;var w=[],y=[],Cr=typeof Uint8Array!="undefined"?Uint8Array:Array,H="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(B=0,tr=H.length;B<tr;++B)w[B]=H[B],y[H.charCodeAt(B)]=B;var B,tr;y["-".charCodeAt(0)]=62;y["_".charCodeAt(0)]=63;function nr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Lr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function kr(t,r,e){return(r+e)*3/4-e}function Rr(t){var r,e=nr(t),n=e[0],i=e[1],o=new Cr(kr(t,n,i)),a=0,c=i>0?n-4:n,u;for(u=0;u<c;u+=4)r=y[t.charCodeAt(u)]<<18|y[t.charCodeAt(u+1)]<<12|y[t.charCodeAt(u+2)]<<6|y[t.charCodeAt(u+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=y[t.charCodeAt(u)]<<2|y[t.charCodeAt(u+1)]>>4,o[a++]=r&255),i===1&&(r=y[t.charCodeAt(u)]<<10|y[t.charCodeAt(u+1)]<<4|y[t.charCodeAt(u+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Nr(t){return w[t>>18&63]+w[t>>12&63]+w[t>>6&63]+w[t&63]}function Gr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Nr(n));return i.join("")}function Yr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,a=0,c=e-n;a<c;a+=o)i.push(Gr(t,a,a+o>c?c:a+o));return n===1?(r=t[e-1],i.push(w[r>>2]+w[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(w[r>>10]+w[r>>4&63]+w[r<<2&63]+"=")),i.join("")}});var or=R(X=>{x();X.read=function(t,r,e,n,i){var o,a,c=i*8-n-1,u=(1<<c)-1,h=u>>1,s=-7,l=e?i-1:0,g=e?-1:1,m=t[r+l];for(l+=g,o=m&(1<<-s)-1,m>>=-s,s+=c;s>0;o=o*256+t[r+l],l+=g,s-=8);for(a=o&(1<<-s)-1,o>>=-s,s+=n;s>0;a=a*256+t[r+l],l+=g,s-=8);if(o===0)o=1-h;else{if(o===u)return a?NaN:(m?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-h}return(m?-1:1)*a*Math.pow(2,o-n)};X.write=function(t,r,e,n,i,o){var a,c,u,h=o*8-i-1,s=(1<<h)-1,l=s>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,m=n?0:o-1,U=n?1:-1,Mr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=s):(a=Math.floor(Math.log(r)/Math.LN2),r*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+l>=1?r+=g/u:r+=g*Math.pow(2,1-l),r*u>=2&&(a++,u/=2),a+l>=s?(c=0,a=s):a+l>=1?(c=(r*u-1)*Math.pow(2,i),a=a+l):(c=r*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;t[e+m]=c&255,m+=U,c/=256,i-=8);for(a=a<<i|c,h+=i;h>0;t[e+m]=a&255,m+=U,a/=256,h-=8);t[e+m-U]|=Mr*128}});var gr=R(I=>{"use strict";x();var J=ir(),T=or(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;I.Buffer=p;I.SlowBuffer=Qr;I.INSPECT_MAX_BYTES=50;var Y=2147483647;I.kMaxLength=Y;p.TYPED_ARRAY_SUPPORT=qr();!p.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 qr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(p.prototype,"parent",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.buffer}});Object.defineProperty(p.prototype,"offset",{enumerable:!0,get:function(){if(!!p.isBuffer(this))return this.byteOffset}});function F(t){if(t>Y)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,p.prototype),r}function p(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(t)}return ur(t,r,e)}p.poolSize=8192;function ur(t,r,e){if(typeof t=="string")return Hr(t,r);if(ArrayBuffer.isView(t))return Xr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(v(t,ArrayBuffer)||t&&v(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(v(t,SharedArrayBuffer)||t&&v(t.buffer,SharedArrayBuffer)))return V(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return p.from(n,r,e);var i=Jr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return p.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}p.from=function(t,r,e){return ur(t,r,e)};Object.setPrototypeOf(p.prototype,Uint8Array.prototype);Object.setPrototypeOf(p,Uint8Array);function lr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function zr(t,r,e){return lr(t),t<=0?F(t):r!==void 0?typeof e=="string"?F(t).fill(r,e):F(t).fill(r):F(t)}p.alloc=function(t,r,e){return zr(t,r,e)};function O(t){return lr(t),F(t<0?0:Z(t)|0)}p.allocUnsafe=function(t){return O(t)};p.allocUnsafeSlow=function(t){return O(t)};function Hr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!p.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=hr(t,r)|0,n=F(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function Q(t){for(var r=t.length<0?0:Z(t.length)|0,e=F(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function Xr(t){if(v(t,Uint8Array)){var r=new Uint8Array(t);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(t)}function V(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,p.prototype),n}function Jr(t){if(p.isBuffer(t)){var r=Z(t.length)|0,e=F(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||$(t.length)?F(0):Q(t);if(t.type==="Buffer"&&Array.isArray(t.data))return Q(t.data)}function Z(t){if(t>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return t|0}function Qr(t){return+t!=t&&(t=0),p.alloc(+t)}p.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==p.prototype};p.compare=function(r,e){if(v(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),v(e,Uint8Array)&&(e=p.from(e,e.offset,e.byteLength)),!p.isBuffer(r)||!p.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};p.isEncoding=function(r){switch(String(r).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}};p.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return p.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=p.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var a=r[n];if(v(a,Uint8Array))o+a.length>i.length?p.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(p.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function hr(t,r){if(p.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||v(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return K(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return yr(t).length;default:if(i)return n?-1:K(t).length;r=(""+r).toLowerCase(),i=!0}}p.byteLength=hr;function Vr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ne(this,r,e);case"utf8":case"utf-8":return fr(this,r,e);case"ascii":return ee(this,r,e);case"latin1":case"binary":return te(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return ie(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}p.prototype._isBuffer=!0;function A(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}p.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)A(this,e,e+1);return this};p.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)A(this,e,e+3),A(this,e+1,e+2);return this};p.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)A(this,e,e+7),A(this,e+1,e+6),A(this,e+2,e+5),A(this,e+3,e+4);return this};p.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?fr(this,0,r):Vr.apply(this,arguments)};p.prototype.toLocaleString=p.prototype.toString;p.prototype.equals=function(r){if(!p.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:p.compare(this,r)===0};p.prototype.inspect=function(){var r="",e=I.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ar&&(p.prototype[ar]=p.prototype.inspect);p.prototype.compare=function(r,e,n,i,o){if(v(r,Uint8Array)&&(r=p.from(r,r.offset,r.byteLength)),!p.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-e,u=Math.min(a,c),h=this.slice(i,o),s=r.slice(e,n),l=0;l<u;++l)if(h[l]!==s[l]){a=h[l],c=s[l];break}return a<c?-1:c<a?1:0};function sr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,$(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=p.from(r,n)),p.isBuffer(r))return r.length===0?-1:pr(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):pr(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function pr(t,r,e,n,i){var o=1,a=t.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,a/=2,c/=2,e/=2}function u(m,U){return o===1?m[U]:m.readUInt16BE(U*o)}var h;if(i){var s=-1;for(h=e;h<a;h++)if(u(t,h)===u(r,s===-1?0:h-s)){if(s===-1&&(s=h),h-s+1===c)return s*o}else s!==-1&&(h-=h-s),s=-1}else for(e+c>a&&(e=a-c),h=e;h>=0;h--){for(var l=!0,g=0;g<c;g++)if(u(t,h+g)!==u(r,g)){l=!1;break}if(l)return h}return-1}p.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};p.prototype.indexOf=function(r,e,n){return sr(this,r,e,n,!0)};p.prototype.lastIndexOf=function(r,e,n){return sr(this,r,e,n,!1)};function Kr(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(r.substr(a*2,2),16);if($(c))return a;t[e+a]=c}return a}function Or(t,r,e,n){return q(K(r,t.length-e),t,e,n)}function Zr(t,r,e,n){return q(pe(r),t,e,n)}function $r(t,r,e,n){return q(yr(r),t,e,n)}function jr(t,r,e,n){return q(ce(r,t.length-e),t,e,n)}p.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Kr(this,r,e,n);case"utf8":case"utf-8":return Or(this,r,e,n);case"ascii":case"latin1":case"binary":return Zr(this,r,e,n);case"base64":return $r(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return jr(this,r,e,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};p.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?J.fromByteArray(t):J.fromByteArray(t.slice(r,e))}function fr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=e){var u,h,s,l;switch(c){case 1:o<128&&(a=o);break;case 2:u=t[i+1],(u&192)===128&&(l=(o&31)<<6|u&63,l>127&&(a=l));break;case 3:u=t[i+1],h=t[i+2],(u&192)===128&&(h&192)===128&&(l=(o&15)<<12|(u&63)<<6|h&63,l>2047&&(l<55296||l>57343)&&(a=l));break;case 4:u=t[i+1],h=t[i+2],s=t[i+3],(u&192)===128&&(h&192)===128&&(s&192)===128&&(l=(o&15)<<18|(u&63)<<12|(h&63)<<6|s&63,l>65535&&l<1114112&&(a=l))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return re(n)}var cr=4096;function re(t){var r=t.length;if(r<=cr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=cr));return e}function ee(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function te(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ne(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=ue[t[o]];return i}function ie(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}p.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,p.prototype),i};function d(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}p.prototype.readUintLE=p.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return i};p.prototype.readUintBE=p.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};p.prototype.readUint8=p.prototype.readUInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]};p.prototype.readUint16LE=p.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]|this[r+1]<<8};p.prototype.readUint16BE=p.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||d(r,2,this.length),this[r]<<8|this[r+1]};p.prototype.readUint32LE=p.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};p.prototype.readUint32BE=p.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};p.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=this[r],o=1,a=0;++a<e&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};p.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||d(r,e,this.length);for(var i=e,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*e)),a};p.prototype.readInt8=function(r,e){return r=r>>>0,e||d(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};p.prototype.readInt16LE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};p.prototype.readInt16BE=function(r,e){r=r>>>0,e||d(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};p.prototype.readInt32LE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};p.prototype.readInt32BE=function(r,e){return r=r>>>0,e||d(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};p.prototype.readFloatLE=function(r,e){return r=r>>>0,e||d(r,4,this.length),T.read(this,r,!0,23,4)};p.prototype.readFloatBE=function(r,e){return r=r>>>0,e||d(r,4,this.length),T.read(this,r,!1,23,4)};p.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||d(r,8,this.length),T.read(this,r,!0,52,8)};p.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||d(r,8,this.length),T.read(this,r,!1,52,8)};function _(t,r,e,n,i,o){if(!p.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}p.prototype.writeUintLE=p.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;_(this,r,e,n,o,0)}var a=1,c=0;for(this[e]=r&255;++c<n&&(a*=256);)this[e+c]=r/a&255;return e+n};p.prototype.writeUintBE=p.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;_(this,r,e,n,o,0)}var a=n-1,c=1;for(this[e+a]=r&255;--a>=0&&(c*=256);)this[e+a]=r/c&255;return e+n};p.prototype.writeUint8=p.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,1,255,0),this[e]=r&255,e+1};p.prototype.writeUint16LE=p.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeUint16BE=p.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeUint32LE=p.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};p.prototype.writeUint32BE=p.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};p.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);_(this,r,e,n,o-1,-o)}var a=0,c=1,u=0;for(this[e]=r&255;++a<n&&(c*=256);)r<0&&u===0&&this[e+a-1]!==0&&(u=1),this[e+a]=(r/c>>0)-u&255;return e+n};p.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);_(this,r,e,n,o-1,-o)}var a=n-1,c=1,u=0;for(this[e+a]=r&255;--a>=0&&(c*=256);)r<0&&u===0&&this[e+a+1]!==0&&(u=1),this[e+a]=(r/c>>0)-u&255;return e+n};p.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};p.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};p.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};p.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};p.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||_(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function dr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function _r(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,4,34028234663852886e22,-34028234663852886e22),T.write(t,r,e,n,23,4),e+4}p.prototype.writeFloatLE=function(r,e,n){return _r(this,r,e,!0,n)};p.prototype.writeFloatBE=function(r,e,n){return _r(this,r,e,!1,n)};function mr(t,r,e,n,i){return r=+r,e=e>>>0,i||dr(t,r,e,8,17976931348623157e292,-17976931348623157e292),T.write(t,r,e,n,52,8),e+8}p.prototype.writeDoubleLE=function(r,e,n){return mr(this,r,e,!0,n)};p.prototype.writeDoubleBE=function(r,e,n){return mr(this,r,e,!1,n)};p.prototype.copy=function(r,e,n,i){if(!p.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};p.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!p.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=e;a<n;++a)this[a]=r;else{var c=p.isBuffer(r)?r:p.from(r,i),u=c.length;if(u===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-e;++a)this[a+e]=c[a%u]}return this};var oe=/[^+/0-9A-Za-z-_]/g;function ae(t){if(t=t.split("=")[0],t=t.trim().replace(oe,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function K(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],a=0;a<n;++a){if(e=t.charCodeAt(a),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function pe(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function ce(t,r){for(var e,n,i,o=[],a=0;a<t.length&&!((r-=2)<0);++a)e=t.charCodeAt(a),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function yr(t){return J.toByteArray(ae(t))}function q(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function v(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function $(t){return t!==t}var ue=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Sr=R((ge,Er)=>{x();var f=Er.exports={},E,S;function j(){throw new Error("setTimeout has not been defined")}function P(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?E=setTimeout:E=j}catch(t){E=j}try{typeof clearTimeout=="function"?S=clearTimeout:S=P}catch(t){S=P}})();function xr(t){if(E===setTimeout)return setTimeout(t,0);if((E===j||!E)&&setTimeout)return E=setTimeout,setTimeout(t,0);try{return E(t,0)}catch(r){try{return E.call(null,t,0)}catch(e){return E.call(this,t,0)}}}function le(t){if(S===clearTimeout)return clearTimeout(t);if((S===P||!S)&&clearTimeout)return S=clearTimeout,clearTimeout(t);try{return S(t)}catch(r){try{return S.call(null,t)}catch(e){return S.call(this,t)}}}var M=[],b=!1,W,z=-1;function he(){!b||!W||(b=!1,W.length?M=W.concat(M):z=-1,M.length&&wr())}function wr(){if(!b){var t=xr(he);b=!0;for(var r=M.length;r;){for(W=M,M=[];++z<r;)W&&W[z].run();z=-1,r=M.length}W=null,b=!1,le(t)}}f.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];M.push(new vr(t,r)),M.length===1&&!b&&xr(wr)};function vr(t,r){this.fun=t,this.array=r}vr.prototype.run=function(){this.fun.apply(null,this.array)};f.title="browser";f.browser=!0;f.env={};f.argv=[];f.version="";f.versions={};function D(){}f.on=D;f.addListener=D;f.once=D;f.off=D;f.removeListener=D;f.removeAllListeners=D;f.emit=D;f.prependListener=D;f.prependOnceListener=D;f.listeners=function(t){return[]};f.binding=function(t){throw new Error("process.binding is not supported")};f.cwd=function(){return"/"};f.chdir=function(t){throw new Error("process.chdir is not supported")};f.umask=function(){return 0}});var C,L,xe,x=Tr(()=>{C=er(gr()),L=er(Sr()),xe=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var fe={};Ir(fe,{css:()=>Fr,default:()=>se});module.exports=br(fe);x();var Fr=`.dapp-core-component__signWithDeviceModalStyles__wallet-connect {
|
|
2
2
|
color: inherit;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content.dapp-core-component__signWithDeviceModalStyles__spaced {
|
|
63
|
-
padding: 16px
|
|
63
|
+
padding: 16px;
|
|
64
64
|
}
|
|
65
65
|
@media (min-width: 768px) {
|
|
66
66
|
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content.dapp-core-component__signWithDeviceModalStyles__spaced {
|
|
@@ -105,48 +105,63 @@
|
|
|
105
105
|
}
|
|
106
106
|
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons {
|
|
107
107
|
display: flex;
|
|
108
|
-
flex-direction: column;
|
|
109
|
-
padding-top: 16px;
|
|
110
108
|
margin-top: auto;
|
|
109
|
+
gap: 12px;
|
|
110
|
+
}
|
|
111
|
+
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
|
|
112
|
+
background: transparent;
|
|
113
|
+
transition: all 200ms ease-out;
|
|
114
|
+
border: none;
|
|
115
|
+
font-size: 16px;
|
|
116
|
+
font-weight: 500;
|
|
117
|
+
margin-top: 24px;
|
|
118
|
+
text-align: center;
|
|
119
|
+
padding: 0;
|
|
120
|
+
border-radius: 8px;
|
|
121
|
+
background: #262626;
|
|
122
|
+
color: #e5e5e5 !important;
|
|
123
|
+
min-width: 96px;
|
|
124
|
+
}
|
|
125
|
+
@media (min-width: 768px) {
|
|
126
|
+
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
|
|
127
|
+
margin-top: 32px;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
@media (min-width: 992px) {
|
|
131
|
+
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
|
|
132
|
+
padding: 16px 24px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel:hover {
|
|
136
|
+
background-color: #23f7dd;
|
|
137
|
+
color: #171717 !important;
|
|
111
138
|
}
|
|
112
139
|
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-submit {
|
|
113
140
|
transition: all 200ms ease-out;
|
|
114
|
-
margin: 32px auto 0;
|
|
115
141
|
align-self: center;
|
|
116
142
|
line-height: 1;
|
|
117
143
|
font-family: "Inter";
|
|
118
144
|
font-size: 16px;
|
|
119
145
|
font-weight: 600;
|
|
120
|
-
padding: 16px 24px;
|
|
121
146
|
border-radius: 8px;
|
|
122
147
|
cursor: pointer;
|
|
123
148
|
display: inline-flex;
|
|
124
149
|
justify-content: center;
|
|
125
150
|
align-items: center;
|
|
126
151
|
width: auto;
|
|
127
|
-
|
|
152
|
+
margin: 24px 0 0;
|
|
153
|
+
flex: 1;
|
|
128
154
|
}
|
|
129
155
|
@media (min-width: 768px) {
|
|
130
156
|
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-submit {
|
|
131
|
-
margin-top:
|
|
157
|
+
margin-top: 32px;
|
|
132
158
|
}
|
|
133
159
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
border: none;
|
|
138
|
-
color: #23f7dd;
|
|
139
|
-
font-size: 16px;
|
|
140
|
-
font-weight: 500;
|
|
141
|
-
margin-top: 24px;
|
|
142
|
-
text-align: center;
|
|
143
|
-
padding: 0;
|
|
144
|
-
}
|
|
145
|
-
@media (min-width: 768px) {
|
|
146
|
-
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-cancel {
|
|
147
|
-
margin-top: 32px;
|
|
160
|
+
@media (min-width: 992px) {
|
|
161
|
+
.dapp-core-component__signWithDeviceModalStyles__modal-layout-content .dapp-core-component__signWithDeviceModalStyles__sign-buttons .dapp-core-component__signWithDeviceModalStyles__sign-button-submit {
|
|
162
|
+
padding: 16px 24px;
|
|
148
163
|
}
|
|
149
|
-
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(
|
|
164
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(Fr));var se={"wallet-connect":"dapp-core-component__signWithDeviceModalStyles__wallet-connect",walletConnect:"dapp-core-component__signWithDeviceModalStyles__wallet-connect","modal-container":"dapp-core-component__signWithDeviceModalStyles__modal-container",modalContainer:"dapp-core-component__signWithDeviceModalStyles__modal-container",formGroup:"dapp-core-component__signWithDeviceModalStyles__formGroup",title:"dapp-core-component__signWithDeviceModalStyles__title","modal-layout-content":"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",modalLayoutContent:"dapp-core-component__signWithDeviceModalStyles__modal-layout-content",guarded:"dapp-core-component__signWithDeviceModalStyles__guarded",spaced:"dapp-core-component__signWithDeviceModalStyles__spaced","modal-layout-heading-icon":"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",modalLayoutHeadingIcon:"dapp-core-component__signWithDeviceModalStyles__modal-layout-heading-icon",back:"dapp-core-component__signWithDeviceModalStyles__back",close:"dapp-core-component__signWithDeviceModalStyles__close",disabled:"dapp-core-component__signWithDeviceModalStyles__disabled","sign-buttons":"dapp-core-component__signWithDeviceModalStyles__sign-buttons",signButtons:"dapp-core-component__signWithDeviceModalStyles__sign-buttons","sign-button-cancel":"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel",signButtonCancel:"dapp-core-component__signWithDeviceModalStyles__sign-button-cancel","sign-button-submit":"dapp-core-component__signWithDeviceModalStyles__sign-button-submit",signButtonSubmit:"dapp-core-component__signWithDeviceModalStyles__sign-button-submit"};0&&(module.exports={css});
|
|
150
165
|
/*!
|
|
151
166
|
* The buffer module from node.js, for the browser.
|
|
152
167
|
*
|