@multiversx/sdk-dapp 2.3.2 → 2.3.4

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.
Files changed (3092) hide show
  1. package/{dist/UI → UI}/CopyButton/copyButtonStyles.js +0 -0
  2. package/{dist/UI → UI}/CopyButton/helpers/copyToClipboard.d.ts +0 -0
  3. package/{dist/UI → UI}/CopyButton/helpers/copyToClipboard.js +0 -0
  4. package/{dist/UI → UI}/CopyButton/index.d.ts +0 -0
  5. package/{dist/UI → UI}/CopyButton/index.js +0 -0
  6. package/{dist/UI → UI}/DappModal/components/DappModal.d.ts +0 -0
  7. package/{dist/UI → UI}/DappModal/components/DappModal.js +0 -0
  8. package/{dist/UI → UI}/DappModal/components/DappModalBody.d.ts +0 -0
  9. package/{dist/UI → UI}/DappModal/components/DappModalBody.js +0 -0
  10. package/{dist/UI → UI}/DappModal/components/DappModalFooter.d.ts +0 -0
  11. package/{dist/UI → UI}/DappModal/components/DappModalFooter.js +0 -0
  12. package/{dist/UI → UI}/DappModal/components/DappModalHeader.d.ts +0 -0
  13. package/{dist/UI → UI}/DappModal/components/DappModalHeader.js +0 -0
  14. package/{dist/UI → UI}/DappModal/components/index.d.ts +0 -0
  15. package/{dist/UI → UI}/DappModal/components/index.js +0 -0
  16. package/{dist/UI → UI}/DappModal/dappModal.types.d.ts +0 -0
  17. package/{dist/UI → UI}/DappModal/dappModal.types.js +0 -0
  18. package/{dist/UI → UI}/DappModal/dappModalStyles.js +0 -0
  19. package/{dist/UI → UI}/DappModal/hooks/index.d.ts +0 -0
  20. package/UI/DappModal/hooks/index.js +2 -0
  21. package/{dist/UI → UI}/DappModal/hooks/useDappModal.d.ts +0 -0
  22. package/UI/DappModal/hooks/useDappModal.js +2 -0
  23. package/{dist/UI → UI}/DappModal/index.d.ts +0 -0
  24. package/UI/DappModal/index.js +2 -0
  25. package/{dist/UI → UI}/Denominate/index.d.ts +0 -0
  26. package/{dist/UI → UI}/Denominate/index.js +0 -0
  27. package/{dist/UI → UI}/ExplorerLink/ExplorerLink.d.ts +0 -0
  28. package/UI/ExplorerLink/ExplorerLink.js +2 -0
  29. package/{dist/UI → UI}/ExplorerLink/explorerLinkStyles.js +0 -0
  30. package/{dist/UI → UI}/ExplorerLink/index.d.ts +0 -0
  31. package/UI/ExplorerLink/index.js +2 -0
  32. package/{dist/UI → UI}/FormatAmount/FormatAmount.d.ts +0 -0
  33. package/{dist/UI → UI}/FormatAmount/FormatAmount.js +0 -0
  34. package/{dist/UI → UI}/FormatAmount/formatAmount.types.d.ts +0 -0
  35. package/{dist/UI → UI}/FormatAmount/formatAmount.types.js +0 -0
  36. package/{dist/UI → UI}/FormatAmount/formatAmountStyles.js +0 -0
  37. package/{dist/UI → UI}/FormatAmount/index.d.ts +0 -0
  38. package/{dist/UI → UI}/FormatAmount/index.js +0 -0
  39. package/{dist/UI → UI}/FormatAmount/tests/formatAmountComponent.test.d.ts +0 -0
  40. package/{dist/UI → UI}/IconState/index.d.ts +0 -0
  41. package/{dist/UI → UI}/IconState/index.js +0 -0
  42. package/{dist/UI → UI}/Loader/index.d.ts +0 -0
  43. package/{dist/UI → UI}/Loader/index.js +0 -0
  44. package/{dist/UI → UI}/LoginButton/LoginButton.d.ts +0 -0
  45. package/{dist/UI → UI}/LoginButton/LoginButton.js +0 -0
  46. package/{dist/UI → UI}/LoginButton/loginButtonStyles.js +0 -0
  47. package/{dist/UI → UI}/LoginButton/stories/LoginButton.stories.d.ts +0 -0
  48. package/{dist/UI → UI}/ModalContainer/ModalContainer.d.ts +0 -0
  49. package/UI/ModalContainer/ModalContainer.js +2 -0
  50. package/{dist/UI → UI}/ModalContainer/index.d.ts +0 -0
  51. package/UI/ModalContainer/index.js +2 -0
  52. package/{dist/UI → UI}/NotificationModal/index.d.ts +0 -0
  53. package/UI/NotificationModal/index.js +2 -0
  54. package/{dist/UI → UI}/NotificationModal/notificationModalStyles.js +0 -0
  55. package/{dist/UI → UI}/PageState/index.d.ts +0 -0
  56. package/{dist/UI → UI}/PageState/index.js +0 -0
  57. package/{dist/UI → UI}/PageState/pageStateStyles.js +0 -0
  58. package/{dist/UI → UI}/Progress/index.d.ts +0 -0
  59. package/UI/Progress/index.js +2 -0
  60. package/{dist/UI → UI}/Progress/progressStyles.js +0 -0
  61. package/{dist/UI → UI}/ProgressSteps/Dot.d.ts +0 -0
  62. package/{dist/UI → UI}/ProgressSteps/Dot.js +0 -0
  63. package/{dist/UI → UI}/ProgressSteps/index.d.ts +0 -0
  64. package/{dist/UI → UI}/ProgressSteps/index.js +0 -0
  65. package/{dist/UI → UI}/SignTransactionsModals/SignTransactionsModals.d.ts +0 -0
  66. package/UI/SignTransactionsModals/SignTransactionsModals.js +2 -0
  67. package/{dist/UI → UI}/SignTransactionsModals/SignWithDeviceModal/SignStep.d.ts +0 -0
  68. package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +2 -0
  69. package/{dist/UI → UI}/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.d.ts +0 -0
  70. package/{dist/UI → UI}/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +0 -0
  71. package/{dist/UI → UI}/SignTransactionsModals/SignWithDeviceModal/index.d.ts +0 -0
  72. package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2 -0
  73. package/{dist/UI → UI}/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +0 -0
  74. package/{dist/UI → UI}/SignTransactionsModals/SignWithExtensionModal/index.d.ts +0 -0
  75. package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +2 -0
  76. package/{dist/UI → UI}/SignTransactionsModals/SignWithExtensionModal/signWithExtensionModalStyles.js +0 -0
  77. package/{dist/UI → UI}/SignTransactionsModals/SignWithLedgerModal/index.d.ts +0 -0
  78. package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2 -0
  79. package/{dist/UI → UI}/SignTransactionsModals/SignWithWalletConnectModal/index.d.ts +0 -0
  80. package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +2 -0
  81. package/{dist/UI → UI}/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +0 -0
  82. package/{dist/UI → UI}/SignTransactionsModals/components/ConfirmationScreen.d.ts +0 -0
  83. package/UI/SignTransactionsModals/components/ConfirmationScreen.js +2 -0
  84. package/{dist/UI → UI}/SignTransactionsModals/components/DeviceConfirmationScreen.d.ts +0 -0
  85. package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +2 -0
  86. package/{dist/UI → UI}/SignTransactionsModals/components/TransactionStatusToast.d.ts +0 -0
  87. package/UI/SignTransactionsModals/components/TransactionStatusToast.js +2 -0
  88. package/{dist/UI → UI}/SignTransactionsModals/components/confirmationScreen.types.d.ts +0 -0
  89. package/{dist/UI → UI}/SignTransactionsModals/components/confirmationScreen.types.js +0 -0
  90. package/{dist/UI → UI}/SignTransactionsModals/components/index.d.ts +0 -0
  91. package/UI/SignTransactionsModals/components/index.js +2 -0
  92. package/{dist/UI → UI}/SignTransactionsModals/index.d.ts +0 -0
  93. package/UI/SignTransactionsModals/index.js +2 -0
  94. package/{dist/UI → UI}/SignTransactionsModals/types/signTransactionsModals.types.d.ts +0 -0
  95. package/{dist/UI → UI}/SignTransactionsModals/types/signTransactionsModals.types.js +0 -0
  96. package/{dist/UI → UI}/TimeAgo/TimeAgo.d.ts +0 -0
  97. package/{dist/UI → UI}/TimeAgo/TimeAgo.js +0 -0
  98. package/{dist/UI → UI}/TimeAgo/index.d.ts +0 -0
  99. package/{dist/UI → UI}/TimeAgo/index.js +0 -0
  100. package/{dist/UI → UI}/TimeAgo/tests/TimeAgo.test.d.ts +0 -0
  101. package/{dist/UI → UI}/TokenDetails/TokenSymbol/index.d.ts +0 -0
  102. package/{dist/UI → UI}/TokenDetails/TokenSymbol/index.js +0 -0
  103. package/{dist/UI → UI}/TokenDetails/TokenSymbol/tokenSymbol.js +0 -0
  104. package/{dist/UI → UI}/TokenDetails/index.d.ts +0 -0
  105. package/UI/TokenDetails/index.js +2 -0
  106. package/{dist/UI → UI}/TokenDetails/tokenDetailsStyles.js +0 -0
  107. package/{dist/UI → UI}/TransactionData/index.d.ts +0 -0
  108. package/{dist/UI → UI}/TransactionData/index.js +0 -0
  109. package/{dist/UI → UI}/TransactionDetails/TransactionDetails.d.ts +0 -0
  110. package/UI/TransactionDetails/TransactionDetails.js +2 -0
  111. package/{dist/UI → UI}/TransactionDetails/components/TransactionDetailsBody.d.ts +0 -0
  112. package/UI/TransactionDetails/components/TransactionDetailsBody.js +2 -0
  113. package/{dist/UI → UI}/TransactionDetails/components/index.d.ts +0 -0
  114. package/UI/TransactionDetails/components/index.js +2 -0
  115. package/{dist/UI → UI}/TransactionDetails/index.d.ts +0 -0
  116. package/UI/TransactionDetails/index.js +2 -0
  117. package/{dist/UI → UI}/TransactionDetails/transactionDetails.styles.js +0 -0
  118. package/{dist/UI → UI}/TransactionInfo/TransactionInfo.d.ts +0 -0
  119. package/UI/TransactionInfo/TransactionInfo.js +2 -0
  120. package/{dist/UI → UI}/TransactionInfo/components/AddressDetailItem/AddressDetailitem.d.ts +0 -0
  121. package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +2 -0
  122. package/{dist/UI → UI}/TransactionInfo/components/AddressDetailItem/index.d.ts +0 -0
  123. package/UI/TransactionInfo/components/AddressDetailItem/index.js +2 -0
  124. package/{dist/UI → UI}/TransactionInfo/components/AddressDetailItem/styles.js +0 -0
  125. package/{dist/UI → UI}/TransactionInfo/components/DataDecode/DataDecode.d.ts +0 -0
  126. package/{dist/UI → UI}/TransactionInfo/components/DataDecode/DataDecode.js +0 -0
  127. package/{dist/UI → UI}/TransactionInfo/components/DataDecode/index.d.ts +0 -0
  128. package/{dist/UI → UI}/TransactionInfo/components/DataDecode/index.js +0 -0
  129. package/{dist/UI → UI}/TransactionInfo/components/DataDecode/styles.js +0 -0
  130. package/{dist/UI → UI}/TransactionInfo/components/DataField/DataField.d.ts +0 -0
  131. package/{dist/UI → UI}/TransactionInfo/components/DataField/DataField.js +0 -0
  132. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/Link.d.ts +0 -0
  133. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/Link.js +0 -0
  134. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/Linkified.d.ts +0 -0
  135. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/Linkified.js +0 -0
  136. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/index.d.ts +0 -0
  137. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/index.js +0 -0
  138. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/linkified.types.d.ts +0 -0
  139. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +0 -0
  140. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/utils.d.ts +0 -0
  141. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/Linkified/utils.js +0 -0
  142. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/ModalLink/ModalLink.d.ts +0 -0
  143. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +0 -0
  144. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/ModalLink/index.d.ts +0 -0
  145. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/ModalLink/index.js +0 -0
  146. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/index.d.ts +0 -0
  147. package/{dist/UI → UI}/TransactionInfo/components/DataField/components/index.js +0 -0
  148. package/{dist/UI → UI}/TransactionInfo/components/DataField/dataField.module.js +0 -0
  149. package/{dist/UI → UI}/TransactionInfo/components/DataField/index.d.ts +0 -0
  150. package/{dist/UI → UI}/TransactionInfo/components/DataField/index.js +0 -0
  151. package/{dist/UI → UI}/TransactionInfo/components/DetailItem/detailItem.module.js +0 -0
  152. package/{dist/UI → UI}/TransactionInfo/components/DetailItem/index.d.ts +0 -0
  153. package/{dist/UI → UI}/TransactionInfo/components/DetailItem/index.js +0 -0
  154. package/{dist/UI → UI}/TransactionInfo/components/EventsList/EventsList.d.ts +0 -0
  155. package/UI/TransactionInfo/components/EventsList/EventsList.js +2 -0
  156. package/{dist/UI → UI}/TransactionInfo/components/EventsList/index.d.ts +0 -0
  157. package/UI/TransactionInfo/components/EventsList/index.js +2 -0
  158. package/{dist/UI → UI}/TransactionInfo/components/EventsList/styles.js +0 -0
  159. package/{dist/UI → UI}/TransactionInfo/components/NonceMessage/NonceMessage.d.ts +0 -0
  160. package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2 -0
  161. package/{dist/UI → UI}/TransactionInfo/components/NonceMessage/index.d.ts +0 -0
  162. package/UI/TransactionInfo/components/NonceMessage/index.js +2 -0
  163. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/OperationList.d.ts +0 -0
  164. package/UI/TransactionInfo/components/OperationsList/OperationList.js +2 -0
  165. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/DetailedItem.d.ts +0 -0
  166. package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +2 -0
  167. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/OperationBlock.d.ts +0 -0
  168. package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +2 -0
  169. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/OperationRow.d.ts +0 -0
  170. package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +2 -0
  171. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/OperationText.d.ts +0 -0
  172. package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +2 -0
  173. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/OperationToken.d.ts +0 -0
  174. package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +2 -0
  175. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/components/index.d.ts +0 -0
  176. package/UI/TransactionInfo/components/OperationsList/components/index.js +2 -0
  177. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/index.d.ts +0 -0
  178. package/UI/TransactionInfo/components/OperationsList/index.js +2 -0
  179. package/{dist/UI → UI}/TransactionInfo/components/OperationsList/styles.js +0 -0
  180. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/ScResultsList.d.ts +0 -0
  181. package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +2 -0
  182. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.d.ts +0 -0
  183. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +0 -0
  184. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultData/index.d.ts +0 -0
  185. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultData/index.js +0 -0
  186. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.d.ts +0 -0
  187. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +2 -0
  188. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultHash/index.d.ts +0 -0
  189. package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +2 -0
  190. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +0 -0
  191. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.d.ts +0 -0
  192. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +2 -0
  193. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.d.ts +0 -0
  194. package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +2 -0
  195. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +0 -0
  196. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.d.ts +0 -0
  197. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +2 -0
  198. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultSender/index.d.ts +0 -0
  199. package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +2 -0
  200. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +0 -0
  201. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.d.ts +0 -0
  202. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +0 -0
  203. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.d.ts +0 -0
  204. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +0 -0
  205. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +0 -0
  206. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/index.d.ts +0 -0
  207. package/UI/TransactionInfo/components/ScResultsList/index.js +2 -0
  208. package/{dist/UI → UI}/TransactionInfo/components/ScResultsList/styles.js +0 -0
  209. package/{dist/UI → UI}/TransactionInfo/components/ScrDetailItem/ScrDetailItem.d.ts +0 -0
  210. package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +2 -0
  211. package/{dist/UI → UI}/TransactionInfo/components/ScrDetailItem/index.d.ts +0 -0
  212. package/UI/TransactionInfo/components/ScrDetailItem/index.js +2 -0
  213. package/{dist/UI → UI}/TransactionInfo/components/ScrDetailItem/styles.js +0 -0
  214. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/TransactionAction.d.ts +0 -0
  215. package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +2 -0
  216. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/ActionText/index.d.ts +0 -0
  217. package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +2 -0
  218. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +0 -0
  219. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/ActionToken.d.ts +0 -0
  220. package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +2 -0
  221. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.d.ts +0 -0
  222. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +0 -0
  223. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.d.ts +0 -0
  224. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +2 -0
  225. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.d.ts +0 -0
  226. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +2 -0
  227. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.d.ts +0 -0
  228. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +2 -0
  229. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.d.ts +0 -0
  230. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +2 -0
  231. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.d.ts +0 -0
  232. package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +2 -0
  233. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +0 -0
  234. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/index.d.ts +0 -0
  235. package/UI/TransactionInfo/components/TransactionAction/components/index.js +2 -0
  236. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/components/styles.js +0 -0
  237. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/index.d.ts +0 -0
  238. package/UI/TransactionInfo/components/TransactionAction/index.js +2 -0
  239. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/styles.js +0 -0
  240. package/{dist/UI → UI}/TransactionInfo/components/TransactionAction/tests/TransactionAction.test.d.ts +0 -0
  241. package/{dist/UI → UI}/TransactionInfo/components/TransactionLogs/TransactionLogs.d.ts +0 -0
  242. package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +2 -0
  243. package/{dist/UI → UI}/TransactionInfo/components/TransactionLogs/index.d.ts +0 -0
  244. package/UI/TransactionInfo/components/TransactionLogs/index.js +2 -0
  245. package/{dist/UI → UI}/TransactionInfo/components/TransactionStatus/TransactionStatus.d.ts +0 -0
  246. package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +2 -0
  247. package/{dist/UI → UI}/TransactionInfo/components/TransactionStatus/index.d.ts +0 -0
  248. package/UI/TransactionInfo/components/TransactionStatus/index.js +2 -0
  249. package/{dist/UI → UI}/TransactionInfo/components/index.d.ts +0 -0
  250. package/UI/TransactionInfo/components/index.js +2 -0
  251. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.d.ts +0 -0
  252. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +0 -0
  253. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.d.ts +0 -0
  254. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +0 -0
  255. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.d.ts +0 -0
  256. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +0 -0
  257. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.d.ts +0 -0
  258. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +0 -0
  259. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +0 -0
  260. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.d.ts +0 -0
  261. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +2 -0
  262. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.d.ts +0 -0
  263. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +2 -0
  264. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +0 -0
  265. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.d.ts +0 -0
  266. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +2 -0
  267. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.d.ts +0 -0
  268. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +2 -0
  269. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +0 -0
  270. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.d.ts +0 -0
  271. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +0 -0
  272. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.d.ts +0 -0
  273. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +0 -0
  274. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +0 -0
  275. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.d.ts +0 -0
  276. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +0 -0
  277. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.d.ts +0 -0
  278. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +0 -0
  279. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +0 -0
  280. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.d.ts +0 -0
  281. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +0 -0
  282. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.d.ts +0 -0
  283. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +0 -0
  284. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +0 -0
  285. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.d.ts +0 -0
  286. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +0 -0
  287. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.d.ts +0 -0
  288. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +0 -0
  289. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +0 -0
  290. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.d.ts +0 -0
  291. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +0 -0
  292. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.d.ts +0 -0
  293. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +0 -0
  294. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.d.ts +0 -0
  295. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +2 -0
  296. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.d.ts +0 -0
  297. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +2 -0
  298. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.d.ts +0 -0
  299. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +2 -0
  300. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.d.ts +0 -0
  301. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +2 -0
  302. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +0 -0
  303. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.d.ts +0 -0
  304. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +2 -0
  305. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.d.ts +0 -0
  306. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +2 -0
  307. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.d.ts +0 -0
  308. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +2 -0
  309. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.d.ts +0 -0
  310. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +2 -0
  311. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.d.ts +0 -0
  312. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +2 -0
  313. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.d.ts +0 -0
  314. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +2 -0
  315. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.d.ts +0 -0
  316. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +2 -0
  317. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.d.ts +0 -0
  318. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +2 -0
  319. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +0 -0
  320. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.d.ts +0 -0
  321. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +2 -0
  322. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.d.ts +0 -0
  323. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +2 -0
  324. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.d.ts +0 -0
  325. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +2 -0
  326. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.d.ts +0 -0
  327. package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +2 -0
  328. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +0 -0
  329. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/index.d.ts +0 -0
  330. package/UI/TransactionInfo/components/transactionInfoFields/index.js +2 -0
  331. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoAge.test.d.ts +0 -0
  332. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoFee.test.d.ts +0 -0
  333. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoTo.test.d.ts +0 -0
  334. package/{dist/UI → UI}/TransactionInfo/components/transactionInfoFields/tests/TransactionInfoValue.test.d.ts +0 -0
  335. package/{dist/UI → UI}/TransactionInfo/index.d.ts +0 -0
  336. package/UI/TransactionInfo/index.js +2 -0
  337. package/{dist/UI → UI}/TransactionsTable/TransactionsTable.d.ts +0 -0
  338. package/UI/TransactionsTable/TransactionsTable.js +2 -0
  339. package/{dist/UI → UI}/TransactionsTable/components/AccountName.d.ts +0 -0
  340. package/{dist/UI → UI}/TransactionsTable/components/AccountName.js +0 -0
  341. package/{dist/UI → UI}/TransactionsTable/components/FailedTransactions.d.ts +0 -0
  342. package/{dist/UI → UI}/TransactionsTable/components/FailedTransactions.js +0 -0
  343. package/{dist/UI → UI}/TransactionsTable/components/LockedTokenAddressIcon.d.ts +0 -0
  344. package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +2 -0
  345. package/{dist/UI → UI}/TransactionsTable/components/NoTransactions.d.ts +0 -0
  346. package/{dist/UI → UI}/TransactionsTable/components/NoTransactions.js +0 -0
  347. package/{dist/UI → UI}/TransactionsTable/components/ScAddressIcon.d.ts +0 -0
  348. package/{dist/UI → UI}/TransactionsTable/components/ScAddressIcon.js +0 -0
  349. package/{dist/UI → UI}/TransactionsTable/components/ShardSpan.d.ts +0 -0
  350. package/{dist/UI → UI}/TransactionsTable/components/ShardSpan.js +0 -0
  351. package/{dist/UI → UI}/TransactionsTable/components/TransactionDirectionBadge.d.ts +0 -0
  352. package/{dist/UI → UI}/TransactionsTable/components/TransactionDirectionBadge.js +0 -0
  353. package/{dist/UI → UI}/TransactionsTable/components/TransactionHash.d.ts +0 -0
  354. package/UI/TransactionsTable/components/TransactionHash.js +2 -0
  355. package/{dist/UI → UI}/TransactionsTable/components/TransactionIcon.d.ts +0 -0
  356. package/{dist/UI → UI}/TransactionsTable/components/TransactionIcon.js +0 -0
  357. package/{dist/UI → UI}/TransactionsTable/components/TransactionMethod.d.ts +0 -0
  358. package/{dist/UI → UI}/TransactionsTable/components/TransactionMethod.js +0 -0
  359. package/{dist/UI → UI}/TransactionsTable/components/TransactionReceiver.d.ts +0 -0
  360. package/UI/TransactionsTable/components/TransactionReceiver.js +2 -0
  361. package/{dist/UI → UI}/TransactionsTable/components/TransactionRow.d.ts +0 -0
  362. package/UI/TransactionsTable/components/TransactionRow.js +2 -0
  363. package/{dist/UI → UI}/TransactionsTable/components/TransactionSender.d.ts +0 -0
  364. package/UI/TransactionsTable/components/TransactionSender.js +2 -0
  365. package/{dist/UI → UI}/TransactionsTable/components/TransactionShardsTransition.d.ts +0 -0
  366. package/UI/TransactionsTable/components/TransactionShardsTransition.js +2 -0
  367. package/{dist/UI → UI}/TransactionsTable/components/TransactionValue/TransactionValue.d.ts +0 -0
  368. package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +2 -0
  369. package/{dist/UI → UI}/TransactionsTable/components/TransactionValue/index.d.ts +0 -0
  370. package/UI/TransactionsTable/components/TransactionValue/index.js +2 -0
  371. package/{dist/UI → UI}/TransactionsTable/components/index.d.ts +0 -0
  372. package/UI/TransactionsTable/components/index.js +2 -0
  373. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionHash.test.d.ts +0 -0
  374. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionMethod.test.d.ts +0 -0
  375. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionReceiver.test.d.ts +0 -0
  376. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionSender.test.d.ts +0 -0
  377. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionShardsTransition.test.d.ts +0 -0
  378. package/{dist/UI → UI}/TransactionsTable/components/tests/TransactionValue.test.d.ts +0 -0
  379. package/{dist/UI → UI}/TransactionsTable/components/tests/getMockTransactionByIndex.d.ts +0 -0
  380. package/{dist/UI → UI}/TransactionsTable/components/tests/mockTransactions.d.ts +0 -0
  381. package/{dist/UI → UI}/TransactionsTable/components/transactionsTable.styles.js +0 -0
  382. package/{dist/UI → UI}/TransactionsTable/index.d.ts +0 -0
  383. package/UI/TransactionsTable/index.js +2 -0
  384. package/{dist/UI → UI}/TransactionsToastList/TransactionsToastList.d.ts +0 -0
  385. package/UI/TransactionsToastList/TransactionsToastList.js +2 -0
  386. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/CustomToast.d.ts +0 -0
  387. package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +2 -0
  388. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.d.ts +0 -0
  389. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +2 -0
  390. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.d.ts +0 -0
  391. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +2 -0
  392. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.d.ts +0 -0
  393. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +2 -0
  394. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.d.ts +0 -0
  395. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +0 -0
  396. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.d.ts +0 -0
  397. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +0 -0
  398. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.d.ts +0 -0
  399. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +2 -0
  400. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.d.ts +0 -0
  401. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +2 -0
  402. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.d.ts +0 -0
  403. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +2 -0
  404. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.d.ts +0 -0
  405. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +0 -0
  406. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/IconToast/index.d.ts +0 -0
  407. package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +2 -0
  408. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/SimpleToast.d.ts +0 -0
  409. package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +2 -0
  410. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/components/index.d.ts +0 -0
  411. package/UI/TransactionsToastList/components/CustomToast/components/index.js +2 -0
  412. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/customToast.styles.js +0 -0
  413. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/customToast.types.d.ts +0 -0
  414. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/customToast.types.js +0 -0
  415. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.d.ts +0 -0
  416. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +0 -0
  417. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/index.d.ts +0 -0
  418. package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +2 -0
  419. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.d.ts +0 -0
  420. package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +2 -0
  421. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.d.ts +0 -0
  422. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +0 -0
  423. package/{dist/UI → UI}/TransactionsToastList/components/CustomToast/index.d.ts +0 -0
  424. package/UI/TransactionsToastList/components/CustomToast/index.js +2 -0
  425. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/TransactionToast.d.ts +0 -0
  426. package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +2 -0
  427. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.d.ts +0 -0
  428. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +0 -0
  429. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.d.ts +0 -0
  430. package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +2 -0
  431. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.d.ts +0 -0
  432. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +0 -0
  433. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/components/index.d.ts +0 -0
  434. package/UI/TransactionsToastList/components/TransactionToast/components/index.js +2 -0
  435. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.d.ts +0 -0
  436. package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +2 -0
  437. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/index.d.ts +0 -0
  438. package/UI/TransactionsToastList/components/TransactionToast/index.js +2 -0
  439. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +0 -0
  440. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/transactionToast.type.d.ts +0 -0
  441. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/transactionToast.type.js +0 -0
  442. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.d.ts +0 -0
  443. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +0 -0
  444. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/utils/index.d.ts +0 -0
  445. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToast/utils/index.js +0 -0
  446. package/{dist/UI → UI}/TransactionsToastList/components/TransactionToastGuard.d.ts +0 -0
  447. package/UI/TransactionsToastList/components/TransactionToastGuard.js +2 -0
  448. package/{dist/UI → UI}/TransactionsToastList/components/index.d.ts +0 -0
  449. package/UI/TransactionsToastList/components/index.js +2 -0
  450. package/{dist/UI → UI}/TransactionsToastList/components/types.d.ts +0 -0
  451. package/{dist/UI → UI}/TransactionsToastList/components/types.js +0 -0
  452. package/{dist/UI → UI}/TransactionsToastList/index.d.ts +0 -0
  453. package/UI/TransactionsToastList/index.js +2 -0
  454. package/{dist/UI → UI}/TransactionsToastList/transactionsToastList.styles.js +0 -0
  455. package/{dist/UI → UI}/Trim/Trim.d.ts +0 -0
  456. package/{dist/UI → UI}/Trim/Trim.js +0 -0
  457. package/{dist/UI → UI}/Trim/index.d.ts +0 -0
  458. package/{dist/UI → UI}/Trim/index.js +0 -0
  459. package/{dist/UI → UI}/Trim/trim.styles.js +0 -0
  460. package/{dist/UI → UI}/UsdValue/UsdValue.d.ts +0 -0
  461. package/{dist/UI → UI}/UsdValue/UsdValue.js +0 -0
  462. package/{dist/UI → UI}/UsdValue/index.d.ts +0 -0
  463. package/{dist/UI → UI}/UsdValue/index.js +0 -0
  464. package/{dist/UI → UI}/extension/ExtensionLoginButton/extensionLoginButton.styles.js +0 -0
  465. package/{dist/UI → UI}/extension/ExtensionLoginButton/index.d.ts +0 -0
  466. package/UI/extension/ExtensionLoginButton/index.js +2 -0
  467. package/{dist/UI → UI}/extension/ExtensionLoginButton/stories/ExtensionLoginButton.stories.d.ts +0 -0
  468. package/{dist/UI → UI}/extension/ExtensionLoginButton/tests/ExtensionLoginButton.test.d.ts +0 -0
  469. package/{dist/UI → UI}/extension/ExtensionLoginButton/tests/helpers/checkIsLoggedInStore.d.ts +0 -0
  470. package/{dist/UI → UI}/extension/ExtensionLoginButton/tests/helpers/index.d.ts +0 -0
  471. package/{dist/UI → UI}/extension/ExtensionLoginButton/tests/mocks/index.d.ts +0 -0
  472. package/{dist/UI → UI}/extension/ExtensionLoginButton/tests/mocks/mockExtensionProvider.d.ts +0 -0
  473. package/{dist/UI → UI}/extension/helpers/getIsExtensionAvailable.d.ts +0 -0
  474. package/{dist/UI → UI}/extension/helpers/getIsExtensionAvailable.js +0 -0
  475. package/{dist/UI → UI}/extension/helpers/index.d.ts +0 -0
  476. package/{dist/UI → UI}/extension/helpers/index.js +0 -0
  477. package/{dist/UI → UI}/index.d.ts +0 -0
  478. package/UI/index.js +2 -0
  479. package/{dist/UI → UI}/ledger/LedgerLoginButton/index.d.ts +0 -0
  480. package/UI/ledger/LedgerLoginButton/index.js +2 -0
  481. package/{dist/UI → UI}/ledger/LedgerLoginContainer/AddressRow.d.ts +0 -0
  482. package/UI/ledger/LedgerLoginContainer/AddressRow.js +2 -0
  483. package/{dist/UI → UI}/ledger/LedgerLoginContainer/AddressTable.d.ts +0 -0
  484. package/UI/ledger/LedgerLoginContainer/AddressTable.js +2 -0
  485. package/{dist/UI → UI}/ledger/LedgerLoginContainer/ConfirmAddress.d.ts +0 -0
  486. package/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2 -0
  487. package/{dist/UI → UI}/ledger/LedgerLoginContainer/LedgerConnect.d.ts +0 -0
  488. package/{dist/UI → UI}/ledger/LedgerLoginContainer/LedgerConnect.js +0 -0
  489. package/{dist/UI → UI}/ledger/LedgerLoginContainer/addressTableStyles.js +0 -0
  490. package/{dist/UI → UI}/ledger/LedgerLoginContainer/index.d.ts +0 -0
  491. package/UI/ledger/LedgerLoginContainer/index.js +2 -0
  492. package/{dist/UI → UI}/ledger/LedgerLoginContainer/ledgerConnectStyles.js +0 -0
  493. package/{dist/UI → UI}/ledger/LedgerLoginContainer/loginModalStyles.js +0 -0
  494. package/{dist/UI → UI}/ledger/index.d.ts +0 -0
  495. package/UI/ledger/index.js +2 -0
  496. package/{dist/UI → UI}/pages/UnlockPage/index.d.ts +0 -0
  497. package/UI/pages/UnlockPage/index.js +2 -0
  498. package/{dist/UI → UI}/pages/UnlockPage/unlockPageStyles.js +0 -0
  499. package/{dist/UI → UI}/pages/index.d.ts +0 -0
  500. package/UI/pages/index.js +2 -0
  501. package/{dist/UI → UI}/types/index.d.ts +0 -0
  502. package/{dist/UI → UI}/types/index.js +0 -0
  503. package/{dist/UI → UI}/types/withClassname.types.d.ts +0 -0
  504. package/{dist/UI → UI}/types/withClassname.types.js +0 -0
  505. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.d.ts +0 -0
  506. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +0 -0
  507. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.d.ts +0 -0
  508. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +0 -0
  509. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.d.ts +0 -0
  510. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +0 -0
  511. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/index.d.ts +0 -0
  512. package/{dist/UI → UI}/walletConnect/WalletConnectConnectionStatus/index.js +0 -0
  513. package/{dist/UI → UI}/walletConnect/WalletConnectLoginButton/index.d.ts +0 -0
  514. package/UI/walletConnect/WalletConnectLoginButton/index.js +2 -0
  515. package/{dist/UI → UI}/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -0
  516. package/{dist/UI → UI}/walletConnect/WalletConnectLoginContainer/PairingList.d.ts +0 -0
  517. package/{dist/UI → UI}/walletConnect/WalletConnectLoginContainer/PairingList.js +0 -0
  518. package/{dist/UI → UI}/walletConnect/WalletConnectLoginContainer/index.d.ts +0 -0
  519. package/UI/walletConnect/WalletConnectLoginContainer/index.js +2 -0
  520. package/{dist/UI → UI}/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +0 -0
  521. package/{dist/UI → UI}/walletConnect/index.d.ts +0 -0
  522. package/UI/walletConnect/index.js +2 -0
  523. package/{dist/UI → UI}/webWallet/WebWalletLoginButton/index.d.ts +0 -0
  524. package/UI/webWallet/WebWalletLoginButton/index.js +2 -0
  525. package/{dist/__chunks__ → __chunks__}/chunk-22ELNG4Z.js +0 -0
  526. package/{dist/__chunks__ → __chunks__}/chunk-22UA5SNR.js +0 -0
  527. package/{dist/__chunks__ → __chunks__}/chunk-25IPTBK3.js +0 -0
  528. package/{dist/__chunks__ → __chunks__}/chunk-27DX5WIQ.js +0 -0
  529. package/{dist/__chunks__ → __chunks__}/chunk-2BLZGAC4.js +0 -0
  530. package/{dist/__chunks__ → __chunks__}/chunk-2GMKJKBH.js +0 -0
  531. package/{dist/__chunks__ → __chunks__}/chunk-2I6FWZ3G.js +0 -0
  532. package/{dist/__chunks__ → __chunks__}/chunk-2JEF2QS7.js +0 -0
  533. package/{dist/__chunks__ → __chunks__}/chunk-2LAIOIHX.js +0 -0
  534. package/{dist/__chunks__ → __chunks__}/chunk-2N2RUSRA.js +0 -0
  535. package/{dist/__chunks__ → __chunks__}/chunk-2NMQCGC7.js +0 -0
  536. package/{dist/__chunks__ → __chunks__}/chunk-2NWUS3DO.js +0 -0
  537. package/{dist/__chunks__ → __chunks__}/chunk-2PGGQXUN.js +0 -0
  538. package/__chunks__/chunk-2RUB4CB7.js +2 -0
  539. package/__chunks__/chunk-2VIMD44A.js +2 -0
  540. package/__chunks__/chunk-2VY7HVTA.js +2 -0
  541. package/__chunks__/chunk-2XYOBGYY.js +2 -0
  542. package/{dist/__chunks__ → __chunks__}/chunk-2YCTW6TI.js +0 -0
  543. package/__chunks__/chunk-2Z5I7OQ3.js +2 -0
  544. package/{dist/__chunks__ → __chunks__}/chunk-34YKLDLL.js +0 -0
  545. package/{dist/__chunks__ → __chunks__}/chunk-3565BFXD.js +0 -0
  546. package/{dist/__chunks__ → __chunks__}/chunk-35N6HQAC.js +0 -0
  547. package/{dist/__chunks__ → __chunks__}/chunk-3ETS27SD.js +0 -0
  548. package/{dist/__chunks__ → __chunks__}/chunk-3FA3ZIQX.js +0 -0
  549. package/__chunks__/chunk-3GFVDZOK.js +2 -0
  550. package/{dist/__chunks__ → __chunks__}/chunk-3NWVJRAB.js +0 -0
  551. package/__chunks__/chunk-3O6LVCTH.js +2 -0
  552. package/{dist/__chunks__ → __chunks__}/chunk-3SGZP5CP.js +0 -0
  553. package/{dist/__chunks__ → __chunks__}/chunk-3SYOVVPU.js +0 -0
  554. package/{dist/__chunks__ → __chunks__}/chunk-3SYQDA3A.js +0 -0
  555. package/__chunks__/chunk-3TMETL3P.js +2 -0
  556. package/__chunks__/chunk-3TUBOWZO.js +2 -0
  557. package/{dist/__chunks__ → __chunks__}/chunk-3U7QBETU.js +0 -0
  558. package/{dist/__chunks__ → __chunks__}/chunk-3VJMQVBD.js +0 -0
  559. package/{dist/__chunks__ → __chunks__}/chunk-3VZMC3FP.js +0 -0
  560. package/{dist/__chunks__ → __chunks__}/chunk-3YG6SFPG.js +0 -0
  561. package/{dist/__chunks__ → __chunks__}/chunk-44G4OBAJ.js +0 -0
  562. package/{dist/__chunks__ → __chunks__}/chunk-44VPSU5H.js +0 -0
  563. package/__chunks__/chunk-46LXE34F.js +2 -0
  564. package/{dist/__chunks__ → __chunks__}/chunk-47JMQSE2.js +0 -0
  565. package/{dist/__chunks__ → __chunks__}/chunk-4DIH3QDD.js +0 -0
  566. package/{dist/__chunks__ → __chunks__}/chunk-4DJA2B5I.js +0 -0
  567. package/{dist/__chunks__ → __chunks__}/chunk-4I33RXZI.js +0 -0
  568. package/{dist/__chunks__ → __chunks__}/chunk-4ID2XIO2.js +0 -0
  569. package/{dist/__chunks__ → __chunks__}/chunk-4ISXCVVL.js +0 -0
  570. package/{dist/__chunks__ → __chunks__}/chunk-4L32YVLY.js +0 -0
  571. package/__chunks__/chunk-4PXTETZT.js +2 -0
  572. package/__chunks__/chunk-4QNXGZGX.js +2 -0
  573. package/__chunks__/chunk-4TE73X6A.js +2 -0
  574. package/{dist/__chunks__ → __chunks__}/chunk-4UGEM7KX.js +0 -0
  575. package/__chunks__/chunk-4V4DNQ54.js +2 -0
  576. package/{dist/__chunks__ → __chunks__}/chunk-4VDFQTIQ.js +0 -0
  577. package/{dist/__chunks__ → __chunks__}/chunk-4VJCQIET.js +0 -0
  578. package/{dist/__chunks__ → __chunks__}/chunk-4ZHZJTYB.js +0 -0
  579. package/__chunks__/chunk-576LTEJP.js +2 -0
  580. package/{dist/__chunks__ → __chunks__}/chunk-5C6CC3E4.js +0 -0
  581. package/{dist/__chunks__ → __chunks__}/chunk-5HNME5OQ.js +0 -0
  582. package/{dist/__chunks__ → __chunks__}/chunk-5JVA7MJI.js +0 -0
  583. package/{dist/__chunks__ → __chunks__}/chunk-5KGDRZSV.js +0 -0
  584. package/{dist/__chunks__ → __chunks__}/chunk-5M2HIRXF.js +0 -0
  585. package/{dist/__chunks__ → __chunks__}/chunk-5MHH6T2T.js +0 -0
  586. package/__chunks__/chunk-5MT6ZGXY.js +2 -0
  587. package/{dist/__chunks__ → __chunks__}/chunk-5NJW53EW.js +0 -0
  588. package/{dist/__chunks__ → __chunks__}/chunk-5PGJEWEM.js +0 -0
  589. package/{dist/__chunks__ → __chunks__}/chunk-5PN5T5IV.js +0 -0
  590. package/__chunks__/chunk-5RAGDKOG.js +2 -0
  591. package/{dist/__chunks__ → __chunks__}/chunk-5SJ24Q3V.js +0 -0
  592. package/{dist/__chunks__ → __chunks__}/chunk-5VRLEUJK.js +0 -0
  593. package/{dist/__chunks__ → __chunks__}/chunk-5WQI3F3M.js +0 -0
  594. package/__chunks__/chunk-6DSAU7KZ.js +2 -0
  595. package/{dist/__chunks__ → __chunks__}/chunk-6FNBC33X.js +0 -0
  596. package/__chunks__/chunk-6GWZQNWV.js +2 -0
  597. package/__chunks__/chunk-6JZ6NKVQ.js +2 -0
  598. package/{dist/__chunks__ → __chunks__}/chunk-6MDGZFLI.js +0 -0
  599. package/__chunks__/chunk-6MP35FV5.js +2 -0
  600. package/__chunks__/chunk-6N3KHK6B.js +2 -0
  601. package/{dist/__chunks__ → __chunks__}/chunk-6OZDAYJV.js +0 -0
  602. package/{dist/__chunks__ → __chunks__}/chunk-6WNCIPBL.js +0 -0
  603. package/{dist/__chunks__ → __chunks__}/chunk-6WZ7DVP7.js +0 -0
  604. package/{dist/__chunks__ → __chunks__}/chunk-6YEBPDTC.js +0 -0
  605. package/__chunks__/chunk-6YZFGYZN.js +2 -0
  606. package/{dist/__chunks__ → __chunks__}/chunk-6ZGFYJ6T.js +0 -0
  607. package/{dist/__chunks__ → __chunks__}/chunk-6ZVGZMVA.js +0 -0
  608. package/__chunks__/chunk-72LTDKZC.js +2 -0
  609. package/__chunks__/chunk-7B3ZG2X6.js +2 -0
  610. package/__chunks__/chunk-7BR5BD64.js +2 -0
  611. package/{dist/__chunks__ → __chunks__}/chunk-7F3MKQYJ.js +0 -0
  612. package/{dist/__chunks__ → __chunks__}/chunk-7GX5FG76.js +0 -0
  613. package/{dist/__chunks__ → __chunks__}/chunk-7I7NVYZT.js +0 -0
  614. package/{dist/__chunks__ → __chunks__}/chunk-7JS7EPFJ.js +0 -0
  615. package/{dist/__chunks__ → __chunks__}/chunk-7LG3PXXW.js +0 -0
  616. package/{dist/__chunks__ → __chunks__}/chunk-7NE7LYHT.js +0 -0
  617. package/__chunks__/chunk-7VWGZX3G.js +2 -0
  618. package/{dist/__chunks__ → __chunks__}/chunk-7WRO2RBF.js +0 -0
  619. package/{dist/__chunks__ → __chunks__}/chunk-A32WHRLH.js +0 -0
  620. package/{dist/__chunks__ → __chunks__}/chunk-A3JT4J5G.js +0 -0
  621. package/__chunks__/chunk-A5ARP3R6.js +2 -0
  622. package/__chunks__/chunk-ACTDBTKX.js +2 -0
  623. package/{dist/__chunks__ → __chunks__}/chunk-ADB6IATQ.js +0 -0
  624. package/{dist/__chunks__ → __chunks__}/chunk-AG43DFK4.js +0 -0
  625. package/__chunks__/chunk-AHCTQWLO.js +2 -0
  626. package/{dist/__chunks__ → __chunks__}/chunk-AHEHSQEN.js +0 -0
  627. package/{dist/__chunks__ → __chunks__}/chunk-AHX4GHIC.js +0 -0
  628. package/__chunks__/chunk-AL4XDHPF.js +2 -0
  629. package/__chunks__/chunk-ALYWHJWI.js +2 -0
  630. package/__chunks__/chunk-ANCW6B7B.js +2 -0
  631. package/{dist/__chunks__ → __chunks__}/chunk-ANT3P3HL.js +0 -0
  632. package/{dist/__chunks__ → __chunks__}/chunk-AP2OU4L5.js +0 -0
  633. package/{dist/__chunks__ → __chunks__}/chunk-AT4VQRWH.js +0 -0
  634. package/{dist/__chunks__ → __chunks__}/chunk-AUGXCG3S.js +0 -0
  635. package/__chunks__/chunk-AW4CXK3K.js +2 -0
  636. package/__chunks__/chunk-AWF37FWF.js +2 -0
  637. package/{dist/__chunks__ → __chunks__}/chunk-AZB2QFQE.js +0 -0
  638. package/{dist/__chunks__ → __chunks__}/chunk-B2PSSBLH.js +0 -0
  639. package/{dist/__chunks__ → __chunks__}/chunk-B67T4Z5G.js +0 -0
  640. package/__chunks__/chunk-BAP55IVP.js +2 -0
  641. package/__chunks__/chunk-BBFK3KRY.js +2 -0
  642. package/{dist/__chunks__ → __chunks__}/chunk-BDFHA3DI.js +0 -0
  643. package/{dist/__chunks__ → __chunks__}/chunk-BDHSNCDL.js +0 -0
  644. package/{dist/__chunks__ → __chunks__}/chunk-BFNQA3P2.js +0 -0
  645. package/__chunks__/chunk-BLXNO7BW.js +2 -0
  646. package/{dist/__chunks__ → __chunks__}/chunk-BP7X5FRP.js +0 -0
  647. package/{dist/__chunks__ → __chunks__}/chunk-BQSKQ7XQ.js +0 -0
  648. package/__chunks__/chunk-BS3UN6JF.js +2 -0
  649. package/{dist/__chunks__ → __chunks__}/chunk-BTXXI3C5.js +0 -0
  650. package/{dist/__chunks__ → __chunks__}/chunk-BZAS5UWX.js +0 -0
  651. package/{dist/__chunks__ → __chunks__}/chunk-C3LWFRAX.js +0 -0
  652. package/{dist/__chunks__ → __chunks__}/chunk-C5G2ROQD.js +0 -0
  653. package/{dist/__chunks__ → __chunks__}/chunk-C5LKGARX.js +0 -0
  654. package/{dist/__chunks__ → __chunks__}/chunk-C5QWK5UC.js +0 -0
  655. package/__chunks__/chunk-C5WTWDQT.js +2 -0
  656. package/{dist/__chunks__ → __chunks__}/chunk-C62XCHTF.js +0 -0
  657. package/{dist/__chunks__ → __chunks__}/chunk-C7ZNGCKJ.js +0 -0
  658. package/{dist/__chunks__ → __chunks__}/chunk-CC3RDZJL.js +0 -0
  659. package/__chunks__/chunk-CDMQOJ6Q.js +2 -0
  660. package/{dist/__chunks__ → __chunks__}/chunk-CEQ5FXRO.js +0 -0
  661. package/__chunks__/chunk-CF3GYZU5.js +2 -0
  662. package/{dist/__chunks__ → __chunks__}/chunk-CGDJYIJX.js +0 -0
  663. package/{dist/__chunks__ → __chunks__}/chunk-CGIJMPI5.js +0 -0
  664. package/__chunks__/chunk-CHOHVB7O.js +2 -0
  665. package/__chunks__/chunk-CILDKGFA.js +2 -0
  666. package/{dist/__chunks__ → __chunks__}/chunk-CKOXM4NV.js +0 -0
  667. package/{dist/__chunks__ → __chunks__}/chunk-CLAJ4EPW.js +0 -0
  668. package/{dist/__chunks__ → __chunks__}/chunk-CN44AGME.js +0 -0
  669. package/__chunks__/chunk-CORTTH72.js +2 -0
  670. package/{dist/__chunks__ → __chunks__}/chunk-CPUZ2SZF.js +0 -0
  671. package/{dist/__chunks__ → __chunks__}/chunk-CR3W64ZJ.js +0 -0
  672. package/{dist/__chunks__ → __chunks__}/chunk-CSNNQII4.js +0 -0
  673. package/{dist/__chunks__ → __chunks__}/chunk-CTHCJK3Q.js +0 -0
  674. package/__chunks__/chunk-CUJ3SDUO.js +2 -0
  675. package/__chunks__/chunk-CURVSVC3.js +2 -0
  676. package/{dist/__chunks__ → __chunks__}/chunk-CV2QFORU.js +0 -0
  677. package/__chunks__/chunk-CXDNH3H5.js +2 -0
  678. package/__chunks__/chunk-CXOJKK6K.js +2 -0
  679. package/__chunks__/chunk-CZJXU5SJ.js +2 -0
  680. package/{dist/__chunks__ → __chunks__}/chunk-D3AV7ISL.js +0 -0
  681. package/{dist/__chunks__ → __chunks__}/chunk-D5NVSL2S.js +0 -0
  682. package/{dist/__chunks__ → __chunks__}/chunk-D6TGEXYH.js +0 -0
  683. package/{dist/__chunks__ → __chunks__}/chunk-D7SFMPZV.js +0 -0
  684. package/{dist/__chunks__ → __chunks__}/chunk-DCI4LUDC.js +0 -0
  685. package/__chunks__/chunk-DCYMBICS.js +2 -0
  686. package/{dist/__chunks__ → __chunks__}/chunk-DEY75ILF.js +0 -0
  687. package/{dist/__chunks__ → __chunks__}/chunk-DFY3BACZ.js +0 -0
  688. package/{dist/__chunks__ → __chunks__}/chunk-DGPHTEKD.js +0 -0
  689. package/__chunks__/chunk-DGPPV3VD.js +2 -0
  690. package/{dist/__chunks__ → __chunks__}/chunk-DGVX77VC.js +0 -0
  691. package/{dist/__chunks__ → __chunks__}/chunk-DJBYEDIK.js +0 -0
  692. package/{dist/__chunks__ → __chunks__}/chunk-DKXAWU2I.js +0 -0
  693. package/{dist/__chunks__ → __chunks__}/chunk-DLXVJ5WN.js +0 -0
  694. package/{dist/__chunks__ → __chunks__}/chunk-DNUCX5HA.js +0 -0
  695. package/{dist/__chunks__ → __chunks__}/chunk-DT37QZH6.js +0 -0
  696. package/__chunks__/chunk-DTCH2OYG.js +2 -0
  697. package/__chunks__/chunk-DUSZZPF5.js +2 -0
  698. package/{dist/__chunks__ → __chunks__}/chunk-DVCP2A6O.js +0 -0
  699. package/{dist/__chunks__ → __chunks__}/chunk-DZ5IJ4N3.js +0 -0
  700. package/{dist/__chunks__ → __chunks__}/chunk-DZNVWNNG.js +0 -0
  701. package/{dist/__chunks__ → __chunks__}/chunk-E2Q2BLG6.js +0 -0
  702. package/{dist/__chunks__ → __chunks__}/chunk-E6XKSJC4.js +0 -0
  703. package/__chunks__/chunk-EBDZDPGC.js +2 -0
  704. package/{dist/__chunks__ → __chunks__}/chunk-ECG2YWGD.js +0 -0
  705. package/__chunks__/chunk-ECJMZXIM.js +2 -0
  706. package/{dist/__chunks__ → __chunks__}/chunk-EDSKSLOU.js +0 -0
  707. package/{dist/__chunks__ → __chunks__}/chunk-EEJ5EEAY.js +0 -0
  708. package/{dist/__chunks__ → __chunks__}/chunk-EIG7LFFL.js +0 -0
  709. package/__chunks__/chunk-EJCGNGRQ.js +2 -0
  710. package/{dist/__chunks__ → __chunks__}/chunk-EMI5INPM.js +0 -0
  711. package/{dist/__chunks__ → __chunks__}/chunk-ENKT7UOC.js +0 -0
  712. package/{dist/__chunks__ → __chunks__}/chunk-EOYCVXQW.js +0 -0
  713. package/{dist/__chunks__ → __chunks__}/chunk-ESPFCMXW.js +0 -0
  714. package/{dist/__chunks__ → __chunks__}/chunk-ETBGCP2D.js +0 -0
  715. package/__chunks__/chunk-ETJKBJCY.js +2 -0
  716. package/{dist/__chunks__ → __chunks__}/chunk-EZAD4OKT.js +0 -0
  717. package/{dist/__chunks__ → __chunks__}/chunk-F2KFOOLN.js +0 -0
  718. package/{dist/__chunks__ → __chunks__}/chunk-F2LZPJWY.js +0 -0
  719. package/__chunks__/chunk-FAH7OWWZ.js +2 -0
  720. package/__chunks__/chunk-FAOUUJ3G.js +2 -0
  721. package/__chunks__/chunk-FAZZZNFE.js +2 -0
  722. package/{dist/__chunks__ → __chunks__}/chunk-FC3CZOOQ.js +0 -0
  723. package/__chunks__/chunk-FF4TYM4J.js +2 -0
  724. package/{dist/__chunks__ → __chunks__}/chunk-FGE4DQX2.js +0 -0
  725. package/{dist/__chunks__ → __chunks__}/chunk-FGT3C4FE.js +0 -0
  726. package/{dist/__chunks__ → __chunks__}/chunk-FJTOBBI5.js +0 -0
  727. package/{dist/__chunks__ → __chunks__}/chunk-FKHUTJ2C.js +0 -0
  728. package/{dist/__chunks__ → __chunks__}/chunk-FMBO4NFG.js +0 -0
  729. package/{dist/__chunks__ → __chunks__}/chunk-FMECPQRZ.js +0 -0
  730. package/{dist/__chunks__ → __chunks__}/chunk-FMIRA7YL.js +0 -0
  731. package/{dist/__chunks__ → __chunks__}/chunk-FOHOVMG2.js +0 -0
  732. package/{dist/__chunks__ → __chunks__}/chunk-FP3YMQL6.js +0 -0
  733. package/{dist/__chunks__ → __chunks__}/chunk-FQET2LHU.js +0 -0
  734. package/{dist/__chunks__ → __chunks__}/chunk-FR4JYMVH.js +0 -0
  735. package/{dist/__chunks__ → __chunks__}/chunk-FSPFMBIA.js +0 -0
  736. package/{dist/__chunks__ → __chunks__}/chunk-FTJZEDQU.js +0 -0
  737. package/{dist/__chunks__ → __chunks__}/chunk-FTQGHIGG.js +0 -0
  738. package/{dist/__chunks__ → __chunks__}/chunk-FVJ56UIF.js +0 -0
  739. package/{dist/__chunks__ → __chunks__}/chunk-FVPFOC6I.js +0 -0
  740. package/__chunks__/chunk-FYSR5U3I.js +2 -0
  741. package/__chunks__/chunk-FZ2UARTN.js +2 -0
  742. package/{dist/__chunks__ → __chunks__}/chunk-FZMRVALH.js +0 -0
  743. package/{dist/__chunks__ → __chunks__}/chunk-G3EOABDZ.js +0 -0
  744. package/{dist/__chunks__ → __chunks__}/chunk-G6V3RROQ.js +0 -0
  745. package/__chunks__/chunk-GAZKVMFE.js +2 -0
  746. package/{dist/__chunks__ → __chunks__}/chunk-GDPQQIJM.js +0 -0
  747. package/{dist/__chunks__ → __chunks__}/chunk-GFXSOIID.js +0 -0
  748. package/{dist/__chunks__ → __chunks__}/chunk-GGMEVY45.js +0 -0
  749. package/{dist/__chunks__ → __chunks__}/chunk-GIOHG425.js +0 -0
  750. package/{dist/__chunks__ → __chunks__}/chunk-GIVH2AWO.js +0 -0
  751. package/{dist/__chunks__ → __chunks__}/chunk-GJAW3PFN.js +0 -0
  752. package/{dist/__chunks__ → __chunks__}/chunk-GKOGOKEY.js +0 -0
  753. package/{dist/__chunks__ → __chunks__}/chunk-GNCSMYRN.js +0 -0
  754. package/{dist/__chunks__ → __chunks__}/chunk-GNJAE3HJ.js +0 -0
  755. package/__chunks__/chunk-GPQK5HAU.js +2 -0
  756. package/{dist/__chunks__ → __chunks__}/chunk-GQSZQMAI.js +0 -0
  757. package/{dist/__chunks__ → __chunks__}/chunk-GSBLW7YZ.js +0 -0
  758. package/{dist/__chunks__ → __chunks__}/chunk-GT6KNDQW.js +0 -0
  759. package/__chunks__/chunk-GUA76X56.js +2 -0
  760. package/{dist/__chunks__ → __chunks__}/chunk-GVU7CFIB.js +0 -0
  761. package/{dist/__chunks__ → __chunks__}/chunk-GWXS27WL.js +0 -0
  762. package/{dist/__chunks__ → __chunks__}/chunk-GXUVIZUL.js +0 -0
  763. package/{dist/__chunks__ → __chunks__}/chunk-GYB57BD3.js +0 -0
  764. package/{dist/__chunks__ → __chunks__}/chunk-H2JYGVBI.js +0 -0
  765. package/{dist/__chunks__ → __chunks__}/chunk-HBP5N4FR.js +0 -0
  766. package/{dist/__chunks__ → __chunks__}/chunk-HH5S5FOE.js +0 -0
  767. package/{dist/__chunks__ → __chunks__}/chunk-HHB5MK2C.js +0 -0
  768. package/{dist/__chunks__ → __chunks__}/chunk-HI5RCCIL.js +0 -0
  769. package/{dist/__chunks__ → __chunks__}/chunk-HIOXEIZD.js +0 -0
  770. package/{dist/__chunks__ → __chunks__}/chunk-HNUB6XBH.js +0 -0
  771. package/{dist/__chunks__ → __chunks__}/chunk-HOX227TC.js +0 -0
  772. package/__chunks__/chunk-HRPTYIIJ.js +2 -0
  773. package/__chunks__/chunk-HV6OTQX5.js +2 -0
  774. package/{dist/__chunks__ → __chunks__}/chunk-HVHTVQC4.js +0 -0
  775. package/{dist/__chunks__ → __chunks__}/chunk-HWKJ6RY7.js +0 -0
  776. package/{dist/__chunks__ → __chunks__}/chunk-HXRDTXI7.js +0 -0
  777. package/{dist/__chunks__ → __chunks__}/chunk-HZSM6ODA.js +0 -0
  778. package/{dist/__chunks__ → __chunks__}/chunk-I2ZNHA6A.js +0 -0
  779. package/{dist/__chunks__ → __chunks__}/chunk-I3PTBNIV.js +0 -0
  780. package/{dist/__chunks__ → __chunks__}/chunk-I4E7WYSQ.js +0 -0
  781. package/__chunks__/chunk-I77EHZYZ.js +2 -0
  782. package/{dist/__chunks__ → __chunks__}/chunk-I7C6YFD6.js +0 -0
  783. package/{dist/__chunks__ → __chunks__}/chunk-ID2JOC6Q.js +0 -0
  784. package/{dist/__chunks__ → __chunks__}/chunk-IGRX7653.js +0 -0
  785. package/{dist/__chunks__ → __chunks__}/chunk-IHEQMC3B.js +0 -0
  786. package/{dist/__chunks__ → __chunks__}/chunk-IIU6OKSW.js +0 -0
  787. package/__chunks__/chunk-IJCM3NMJ.js +2 -0
  788. package/{dist/__chunks__ → __chunks__}/chunk-IPZME5GZ.js +0 -0
  789. package/{dist/__chunks__ → __chunks__}/chunk-IS2ZX7YO.js +0 -0
  790. package/{dist/__chunks__ → __chunks__}/chunk-ITDGZCSS.js +0 -0
  791. package/{dist/__chunks__ → __chunks__}/chunk-IULZDCAF.js +0 -0
  792. package/{dist/__chunks__ → __chunks__}/chunk-IWM5BMMR.js +0 -0
  793. package/__chunks__/chunk-J2IVPINO.js +2 -0
  794. package/{dist/__chunks__ → __chunks__}/chunk-J4GZ6Z3A.js +0 -0
  795. package/__chunks__/chunk-J53G5Q65.js +2 -0
  796. package/{dist/__chunks__ → __chunks__}/chunk-J5HFBYM7.js +0 -0
  797. package/{dist/__chunks__ → __chunks__}/chunk-J75YWYPN.js +0 -0
  798. package/{dist/__chunks__ → __chunks__}/chunk-JAUQGKRF.js +0 -0
  799. package/{dist/__chunks__ → __chunks__}/chunk-JBJD3IUJ.js +0 -0
  800. package/__chunks__/chunk-JDO4KUTS.js +2 -0
  801. package/{dist/__chunks__ → __chunks__}/chunk-JE66R4MY.js +0 -0
  802. package/{dist/__chunks__ → __chunks__}/chunk-JFXVZGSY.js +0 -0
  803. package/{dist/__chunks__ → __chunks__}/chunk-JHXE6OM2.js +0 -0
  804. package/{dist/__chunks__ → __chunks__}/chunk-JOQWIKEX.js +0 -0
  805. package/{dist/__chunks__ → __chunks__}/chunk-JP45CTXR.js +0 -0
  806. package/{dist/__chunks__ → __chunks__}/chunk-JPWFAJP3.js +0 -0
  807. package/{dist/__chunks__ → __chunks__}/chunk-JQMYW5MI.js +0 -0
  808. package/__chunks__/chunk-JSMFJB63.js +2 -0
  809. package/__chunks__/chunk-JTY5QAD5.js +2 -0
  810. package/__chunks__/chunk-K3GDAQPP.js +2 -0
  811. package/__chunks__/chunk-K3PGYBWT.js +2 -0
  812. package/__chunks__/chunk-K5UXVY6F.js +2 -0
  813. package/__chunks__/chunk-KAG22CBV.js +2 -0
  814. package/{dist/__chunks__ → __chunks__}/chunk-KEQTNP4F.js +0 -0
  815. package/{dist/__chunks__ → __chunks__}/chunk-KF6C5J3A.js +0 -0
  816. package/{dist/__chunks__ → __chunks__}/chunk-KG3WGKGZ.js +0 -0
  817. package/{dist/__chunks__ → __chunks__}/chunk-KI3PKWMT.js +0 -0
  818. package/__chunks__/chunk-KJQSDPJ2.js +2 -0
  819. package/{dist/__chunks__ → __chunks__}/chunk-KKMXLCWS.js +0 -0
  820. package/__chunks__/chunk-KLKE5QPU.js +2 -0
  821. package/{dist/__chunks__ → __chunks__}/chunk-KOH3SXG4.js +0 -0
  822. package/__chunks__/chunk-KOP4QOFU.js +2 -0
  823. package/__chunks__/chunk-KP65BVGX.js +2 -0
  824. package/{dist/__chunks__ → __chunks__}/chunk-KRCUIXB4.js +0 -0
  825. package/{dist/__chunks__ → __chunks__}/chunk-KRJFYK4B.js +0 -0
  826. package/{dist/__chunks__ → __chunks__}/chunk-KVOYPUTL.js +0 -0
  827. package/{dist/__chunks__ → __chunks__}/chunk-L3ERSIIK.js +0 -0
  828. package/{dist/__chunks__ → __chunks__}/chunk-L4LGCVPV.js +0 -0
  829. package/__chunks__/chunk-L5UY2GZ7.js +2 -0
  830. package/{dist/__chunks__ → __chunks__}/chunk-L5ZELHXF.js +0 -0
  831. package/{dist/__chunks__ → __chunks__}/chunk-LAKOAGJN.js +0 -0
  832. package/{dist/__chunks__ → __chunks__}/chunk-LB6YGDKA.js +0 -0
  833. package/{dist/__chunks__ → __chunks__}/chunk-LFOFH74W.js +0 -0
  834. package/{dist/__chunks__ → __chunks__}/chunk-LGKB7JTU.js +0 -0
  835. package/{dist/__chunks__ → __chunks__}/chunk-LHCPMJMI.js +0 -0
  836. package/{dist/__chunks__ → __chunks__}/chunk-LHEUKATA.js +0 -0
  837. package/{dist/__chunks__ → __chunks__}/chunk-LJPH3Z4L.js +0 -0
  838. package/{dist/__chunks__ → __chunks__}/chunk-LK5TR7MI.js +0 -0
  839. package/__chunks__/chunk-LKLFV2XY.js +2 -0
  840. package/__chunks__/chunk-LLMXRDT5.js +2 -0
  841. package/__chunks__/chunk-LM5S6O4W.js +2 -0
  842. package/{dist/__chunks__ → __chunks__}/chunk-LNYINVMN.js +0 -0
  843. package/{dist/__chunks__ → __chunks__}/chunk-LO5NNAIV.js +0 -0
  844. package/{dist/__chunks__ → __chunks__}/chunk-LPQY7BQ4.js +0 -0
  845. package/{dist/__chunks__ → __chunks__}/chunk-LPYLNBYA.js +0 -0
  846. package/{dist/__chunks__ → __chunks__}/chunk-LSBBZGJZ.js +0 -0
  847. package/__chunks__/chunk-LTWSIXLW.js +2 -0
  848. package/{dist/__chunks__ → __chunks__}/chunk-LW2JXNAA.js +0 -0
  849. package/__chunks__/chunk-LW3LLHMS.js +2 -0
  850. package/{dist/__chunks__ → __chunks__}/chunk-LWMZKHPZ.js +0 -0
  851. package/__chunks__/chunk-LYD5V7BZ.js +2 -0
  852. package/__chunks__/chunk-LYG7Y34I.js +2 -0
  853. package/__chunks__/chunk-LZCDCSQC.js +2 -0
  854. package/__chunks__/chunk-LZMEWL2M.js +2 -0
  855. package/__chunks__/chunk-LZWZSX7D.js +2 -0
  856. package/__chunks__/chunk-M357HOML.js +2 -0
  857. package/{dist/__chunks__ → __chunks__}/chunk-MCRQAFGN.js +0 -0
  858. package/{dist/__chunks__ → __chunks__}/chunk-MDIJXESM.js +0 -0
  859. package/__chunks__/chunk-MEOTG3Z3.js +2 -0
  860. package/__chunks__/chunk-MLXXWJ4C.js +2 -0
  861. package/{dist/__chunks__ → __chunks__}/chunk-MOTQTNZX.js +0 -0
  862. package/__chunks__/chunk-MRDDWPPB.js +2 -0
  863. package/{dist/__chunks__ → __chunks__}/chunk-MRGB5FAN.js +0 -0
  864. package/__chunks__/chunk-MT2VMS2T.js +2 -0
  865. package/{dist/__chunks__ → __chunks__}/chunk-MV5K23LN.js +0 -0
  866. package/{dist/__chunks__ → __chunks__}/chunk-MV7THB7B.js +0 -0
  867. package/{dist/__chunks__ → __chunks__}/chunk-MVJUBH74.js +0 -0
  868. package/{dist/__chunks__ → __chunks__}/chunk-MZDTO45T.js +0 -0
  869. package/{dist/__chunks__ → __chunks__}/chunk-N4W43MXK.js +0 -0
  870. package/{dist/__chunks__ → __chunks__}/chunk-N5STTJJR.js +0 -0
  871. package/{dist/__chunks__ → __chunks__}/chunk-NAIMWCQ7.js +0 -0
  872. package/{dist/__chunks__ → __chunks__}/chunk-NCHDT5N7.js +0 -0
  873. package/{dist/__chunks__ → __chunks__}/chunk-NEU5EJKU.js +0 -0
  874. package/__chunks__/chunk-NGTD7ZV6.js +2 -0
  875. package/{dist/__chunks__ → __chunks__}/chunk-NGVYQHDX.js +0 -0
  876. package/{dist/__chunks__ → __chunks__}/chunk-NHHDQ53S.js +0 -0
  877. package/{dist/__chunks__ → __chunks__}/chunk-NHIPCB5H.js +0 -0
  878. package/{dist/__chunks__ → __chunks__}/chunk-NIXVRMA2.js +0 -0
  879. package/{dist/__chunks__ → __chunks__}/chunk-NJVX7KSK.js +0 -0
  880. package/__chunks__/chunk-NJZPTWOS.js +2 -0
  881. package/{dist/__chunks__ → __chunks__}/chunk-NM43ACPN.js +0 -0
  882. package/{dist/__chunks__ → __chunks__}/chunk-NQKCNVSW.js +0 -0
  883. package/{dist/__chunks__ → __chunks__}/chunk-NUHXMTKA.js +0 -0
  884. package/{dist/__chunks__ → __chunks__}/chunk-NUIOY7UN.js +0 -0
  885. package/__chunks__/chunk-NXLLUWST.js +2 -0
  886. package/__chunks__/chunk-O256WOXA.js +2 -0
  887. package/{dist/__chunks__ → __chunks__}/chunk-O7YR4YPR.js +0 -0
  888. package/__chunks__/chunk-OAL65NMD.js +2 -0
  889. package/{dist/__chunks__ → __chunks__}/chunk-OAZP5ERY.js +0 -0
  890. package/{dist/__chunks__ → __chunks__}/chunk-OBF5YWS6.js +0 -0
  891. package/{dist/__chunks__ → __chunks__}/chunk-OCMDIV3Q.js +0 -0
  892. package/__chunks__/chunk-OCVU3HTM.js +2 -0
  893. package/{dist/__chunks__ → __chunks__}/chunk-OGFDPDUC.js +0 -0
  894. package/{dist/__chunks__ → __chunks__}/chunk-OGKM4YOJ.js +0 -0
  895. package/__chunks__/chunk-OH43OAXQ.js +2 -0
  896. package/__chunks__/chunk-OJLDQY4F.js +2 -0
  897. package/{dist/__chunks__ → __chunks__}/chunk-OKUWOTZU.js +0 -0
  898. package/__chunks__/chunk-OLCX44GZ.js +2 -0
  899. package/{dist/__chunks__ → __chunks__}/chunk-OLYIRMPJ.js +0 -0
  900. package/{dist/__chunks__ → __chunks__}/chunk-ONNEZDFU.js +0 -0
  901. package/{dist/__chunks__ → __chunks__}/chunk-OQMQWZG7.js +0 -0
  902. package/__chunks__/chunk-OS2TAKJT.js +2 -0
  903. package/{dist/__chunks__ → __chunks__}/chunk-OUBYLJVO.js +0 -0
  904. package/{dist/__chunks__ → __chunks__}/chunk-OWAUPU37.js +0 -0
  905. package/{dist/__chunks__ → __chunks__}/chunk-OX5CQN4Z.js +0 -0
  906. package/{dist/__chunks__ → __chunks__}/chunk-OXBZSHOZ.js +0 -0
  907. package/{dist/__chunks__ → __chunks__}/chunk-OXIGVI7S.js +0 -0
  908. package/{dist/__chunks__ → __chunks__}/chunk-OXSLKC3X.js +0 -0
  909. package/{dist/__chunks__ → __chunks__}/chunk-P2ZI7AB4.js +0 -0
  910. package/{dist/__chunks__ → __chunks__}/chunk-P6PWZCWU.js +0 -0
  911. package/{dist/__chunks__ → __chunks__}/chunk-PAYBBQDI.js +0 -0
  912. package/__chunks__/chunk-PBN22HGT.js +2 -0
  913. package/{dist/__chunks__ → __chunks__}/chunk-PBNXNJJD.js +0 -0
  914. package/{dist/__chunks__ → __chunks__}/chunk-PDW7SVKQ.js +0 -0
  915. package/__chunks__/chunk-PJX5AD3P.js +2 -0
  916. package/__chunks__/chunk-PKHJLTMB.js +2 -0
  917. package/__chunks__/chunk-PMRHP2KX.js +2 -0
  918. package/{dist/__chunks__ → __chunks__}/chunk-PN4DBVEY.js +0 -0
  919. package/{dist/__chunks__ → __chunks__}/chunk-PNSV4VN3.js +0 -0
  920. package/{dist/__chunks__ → __chunks__}/chunk-PNVRKZHJ.js +0 -0
  921. package/__chunks__/chunk-PQ2ECNXJ.js +2 -0
  922. package/{dist/__chunks__ → __chunks__}/chunk-PV2VJ5SF.js +0 -0
  923. package/__chunks__/chunk-PV6FDMJO.js +2 -0
  924. package/__chunks__/chunk-PVTIYMA7.js +2 -0
  925. package/{dist/__chunks__ → __chunks__}/chunk-PXHBOM4A.js +0 -0
  926. package/{dist/__chunks__ → __chunks__}/chunk-PYACTRNA.js +0 -0
  927. package/__chunks__/chunk-Q2P2Y34N.js +2 -0
  928. package/{dist/__chunks__ → __chunks__}/chunk-Q4ODFQVM.js +0 -0
  929. package/__chunks__/chunk-Q5WD4K5J.js +2 -0
  930. package/{dist/__chunks__ → __chunks__}/chunk-Q644J7BS.js +0 -0
  931. package/{dist/__chunks__ → __chunks__}/chunk-Q6QHLQQP.js +0 -0
  932. package/__chunks__/chunk-Q7A7VRXY.js +2 -0
  933. package/{dist/__chunks__ → __chunks__}/chunk-QAXDO6Z2.js +0 -0
  934. package/__chunks__/chunk-QB5KM2A7.js +2 -0
  935. package/{dist/__chunks__ → __chunks__}/chunk-QCGS2BTF.js +0 -0
  936. package/{dist/__chunks__ → __chunks__}/chunk-QDG6DX7I.js +0 -0
  937. package/{dist/__chunks__ → __chunks__}/chunk-QDL73CLR.js +0 -0
  938. package/__chunks__/chunk-QFH7RZH4.js +2 -0
  939. package/{dist/__chunks__ → __chunks__}/chunk-QFTWB3KE.js +0 -0
  940. package/{dist/__chunks__ → __chunks__}/chunk-QGFR3GHY.js +0 -0
  941. package/{dist/__chunks__ → __chunks__}/chunk-QIRM4QUA.js +0 -0
  942. package/{dist/__chunks__ → __chunks__}/chunk-QJIB5BMU.js +0 -0
  943. package/{dist/__chunks__ → __chunks__}/chunk-QLPB6APB.js +0 -0
  944. package/{dist/__chunks__ → __chunks__}/chunk-QMQUN5M3.js +0 -0
  945. package/__chunks__/chunk-QPUSY5J3.js +2 -0
  946. package/{dist/__chunks__ → __chunks__}/chunk-QQ6GQQFJ.js +0 -0
  947. package/{dist/__chunks__ → __chunks__}/chunk-QR72MI4M.js +0 -0
  948. package/__chunks__/chunk-QSYYDD4H.js +2 -0
  949. package/{dist/__chunks__ → __chunks__}/chunk-QWGOVKNO.js +0 -0
  950. package/__chunks__/chunk-QWNNDYSH.js +2 -0
  951. package/__chunks__/chunk-R4VNOC32.js +2 -0
  952. package/{dist/__chunks__ → __chunks__}/chunk-R54KN7DA.js +0 -0
  953. package/{dist/__chunks__ → __chunks__}/chunk-RA3LR6FK.js +0 -0
  954. package/__chunks__/chunk-RD2OSARF.js +2 -0
  955. package/{dist/__chunks__ → __chunks__}/chunk-RGJ34TDB.js +0 -0
  956. package/{dist/__chunks__ → __chunks__}/chunk-RGZJQIHV.js +0 -0
  957. package/{dist/__chunks__ → __chunks__}/chunk-RH7KUPWQ.js +0 -0
  958. package/{dist/__chunks__ → __chunks__}/chunk-RHYQCAKM.js +0 -0
  959. package/{dist/__chunks__ → __chunks__}/chunk-RQ3IOPRD.js +0 -0
  960. package/__chunks__/chunk-RRZHNSRS.js +2 -0
  961. package/{dist/__chunks__ → __chunks__}/chunk-RTALTTHJ.js +0 -0
  962. package/{dist/__chunks__ → __chunks__}/chunk-S267QGNY.js +0 -0
  963. package/{dist/__chunks__ → __chunks__}/chunk-S2ZXQSDD.js +0 -0
  964. package/{dist/__chunks__ → __chunks__}/chunk-S6J73DKV.js +0 -0
  965. package/__chunks__/chunk-SB3V3QDU.js +2 -0
  966. package/__chunks__/chunk-SHZWJNZQ.js +2 -0
  967. package/{dist/__chunks__ → __chunks__}/chunk-SIJOXE6U.js +0 -0
  968. package/{dist/__chunks__ → __chunks__}/chunk-SKMXMVKW.js +0 -0
  969. package/__chunks__/chunk-SLTHN4TJ.js +2 -0
  970. package/__chunks__/chunk-SMEGYC6D.js +2 -0
  971. package/{dist/__chunks__ → __chunks__}/chunk-SNAHUZB3.js +0 -0
  972. package/{dist/__chunks__ → __chunks__}/chunk-SNEQ5LP2.js +0 -0
  973. package/__chunks__/chunk-SOUBDOIW.js +2 -0
  974. package/__chunks__/chunk-SOUFGWHE.js +2 -0
  975. package/{dist/__chunks__ → __chunks__}/chunk-SQJYWVIF.js +0 -0
  976. package/{dist/__chunks__ → __chunks__}/chunk-SQW2F44A.js +0 -0
  977. package/{dist/__chunks__ → __chunks__}/chunk-SYJSPEIV.js +0 -0
  978. package/{dist/__chunks__ → __chunks__}/chunk-SZ5R4KYT.js +0 -0
  979. package/{dist/__chunks__ → __chunks__}/chunk-SZGCAC7X.js +0 -0
  980. package/__chunks__/chunk-SZQQ3B7M.js +2 -0
  981. package/__chunks__/chunk-T2AALMDP.js +2 -0
  982. package/{dist/__chunks__ → __chunks__}/chunk-T6DHLJEP.js +0 -0
  983. package/__chunks__/chunk-T6VGQDUD.js +2 -0
  984. package/{dist/__chunks__ → __chunks__}/chunk-T7D7BT5X.js +0 -0
  985. package/{dist/__chunks__ → __chunks__}/chunk-TA6HP4LD.js +0 -0
  986. package/{dist/__chunks__ → __chunks__}/chunk-TBPVIAWU.js +0 -0
  987. package/{dist/__chunks__ → __chunks__}/chunk-TBXSSOYL.js +0 -0
  988. package/__chunks__/chunk-TCJKUH64.js +2 -0
  989. package/{dist/__chunks__ → __chunks__}/chunk-TDF5MZJO.js +0 -0
  990. package/{dist/__chunks__ → __chunks__}/chunk-TDTMAESK.js +0 -0
  991. package/__chunks__/chunk-TEH2VTT4.js +2 -0
  992. package/{dist/__chunks__ → __chunks__}/chunk-TMDHTPOA.js +0 -0
  993. package/{dist/__chunks__ → __chunks__}/chunk-TMST4RY3.js +0 -0
  994. package/{dist/__chunks__ → __chunks__}/chunk-TNJOR5TD.js +0 -0
  995. package/{dist/__chunks__ → __chunks__}/chunk-TPDR3Y6L.js +0 -0
  996. package/{dist/__chunks__ → __chunks__}/chunk-TRBRCNJF.js +0 -0
  997. package/{dist/__chunks__ → __chunks__}/chunk-TXAITGIS.js +0 -0
  998. package/__chunks__/chunk-TXZPZQSD.js +2 -0
  999. package/__chunks__/chunk-U3HZ2UHB.js +2 -0
  1000. package/__chunks__/chunk-U5CDBI33.js +2 -0
  1001. package/{dist/__chunks__ → __chunks__}/chunk-UB3HZ7Y3.js +0 -0
  1002. package/{dist/__chunks__ → __chunks__}/chunk-UBI77ZA7.js +0 -0
  1003. package/{dist/__chunks__ → __chunks__}/chunk-UCBDWIIG.js +0 -0
  1004. package/{dist/__chunks__ → __chunks__}/chunk-UDOOWXC4.js +0 -0
  1005. package/{dist/__chunks__ → __chunks__}/chunk-UIDXWJ2D.js +0 -0
  1006. package/__chunks__/chunk-UKYRBHVO.js +2 -0
  1007. package/{dist/__chunks__ → __chunks__}/chunk-UMTCMSCG.js +0 -0
  1008. package/{dist/__chunks__ → __chunks__}/chunk-UNJGE72T.js +0 -0
  1009. package/{dist/__chunks__ → __chunks__}/chunk-UOJHMSFY.js +0 -0
  1010. package/__chunks__/chunk-US6GHNTN.js +2 -0
  1011. package/{dist/__chunks__ → __chunks__}/chunk-UXMP5VHF.js +0 -0
  1012. package/{dist/__chunks__ → __chunks__}/chunk-UY44VO7R.js +0 -0
  1013. package/__chunks__/chunk-UY5ICMA3.js +2 -0
  1014. package/__chunks__/chunk-UYXYU7BY.js +2 -0
  1015. package/__chunks__/chunk-V36EE44U.js +2 -0
  1016. package/__chunks__/chunk-V3O7HHG3.js +2 -0
  1017. package/{dist/__chunks__ → __chunks__}/chunk-V4YZWAJU.js +0 -0
  1018. package/{dist/__chunks__ → __chunks__}/chunk-V54HNRTY.js +0 -0
  1019. package/{dist/__chunks__ → __chunks__}/chunk-V7X45B6Y.js +0 -0
  1020. package/{dist/__chunks__ → __chunks__}/chunk-VA3IQYLI.js +0 -0
  1021. package/{dist/__chunks__ → __chunks__}/chunk-VB4M63XQ.js +0 -0
  1022. package/{dist/__chunks__ → __chunks__}/chunk-VCGHU5KR.js +0 -0
  1023. package/__chunks__/chunk-VIUOPUSR.js +2 -0
  1024. package/__chunks__/chunk-VJ3MRSWU.js +2 -0
  1025. package/__chunks__/chunk-VJ63KLMX.js +2 -0
  1026. package/__chunks__/chunk-VOHAJGXW.js +2 -0
  1027. package/__chunks__/chunk-VOHYBXNN.js +2 -0
  1028. package/{dist/__chunks__ → __chunks__}/chunk-VOMUIJI3.js +0 -0
  1029. package/{dist/__chunks__ → __chunks__}/chunk-VP7XSTRT.js +0 -0
  1030. package/{dist/__chunks__ → __chunks__}/chunk-VPC4SBTZ.js +0 -0
  1031. package/{dist/__chunks__ → __chunks__}/chunk-VPGECZPA.js +0 -0
  1032. package/{dist/__chunks__ → __chunks__}/chunk-VRAV6RDB.js +0 -0
  1033. package/{dist/__chunks__ → __chunks__}/chunk-VSFOSOV7.js +0 -0
  1034. package/{dist/__chunks__ → __chunks__}/chunk-VTMJ7INI.js +0 -0
  1035. package/{dist/__chunks__ → __chunks__}/chunk-VULSG7BJ.js +0 -0
  1036. package/{dist/__chunks__ → __chunks__}/chunk-VVBRYEUP.js +0 -0
  1037. package/__chunks__/chunk-VVUQZA2G.js +2 -0
  1038. package/__chunks__/chunk-VXCCSFU4.js +2 -0
  1039. package/{dist/__chunks__ → __chunks__}/chunk-VXSWMT64.js +0 -0
  1040. package/{dist/__chunks__ → __chunks__}/chunk-W2FL4F7Y.js +0 -0
  1041. package/{dist/__chunks__ → __chunks__}/chunk-W3MMCTWC.js +0 -0
  1042. package/{dist/__chunks__ → __chunks__}/chunk-W63MMDH6.js +0 -0
  1043. package/{dist/__chunks__ → __chunks__}/chunk-W6TOWN33.js +0 -0
  1044. package/__chunks__/chunk-WCUVB4PB.js +2 -0
  1045. package/{dist/__chunks__ → __chunks__}/chunk-WGA56F56.js +0 -0
  1046. package/__chunks__/chunk-WJ44H4KG.js +2 -0
  1047. package/{dist/__chunks__ → __chunks__}/chunk-WJGL6LVA.js +0 -0
  1048. package/__chunks__/chunk-WL4WQ6NX.js +2 -0
  1049. package/{dist/__chunks__ → __chunks__}/chunk-WME7JUV7.js +0 -0
  1050. package/{dist/__chunks__ → __chunks__}/chunk-WMHTN55U.js +0 -0
  1051. package/{dist/__chunks__ → __chunks__}/chunk-WMQVNZKG.js +0 -0
  1052. package/{dist/__chunks__ → __chunks__}/chunk-WNLHYGPY.js +0 -0
  1053. package/{dist/__chunks__ → __chunks__}/chunk-WOC5FZU4.js +0 -0
  1054. package/{dist/__chunks__ → __chunks__}/chunk-WP4RD6AI.js +0 -0
  1055. package/{dist/__chunks__ → __chunks__}/chunk-WQRBU2MN.js +0 -0
  1056. package/{dist/__chunks__ → __chunks__}/chunk-WTAIM7XI.js +0 -0
  1057. package/{dist/__chunks__ → __chunks__}/chunk-WTIKHG7D.js +0 -0
  1058. package/{dist/__chunks__ → __chunks__}/chunk-WVJETRW5.js +0 -0
  1059. package/__chunks__/chunk-WWOYU2ZW.js +2 -0
  1060. package/__chunks__/chunk-WXGINYRC.js +2 -0
  1061. package/{dist/__chunks__ → __chunks__}/chunk-X2JZA2ND.js +0 -0
  1062. package/{dist/__chunks__ → __chunks__}/chunk-X53TXOIC.js +0 -0
  1063. package/{dist/__chunks__ → __chunks__}/chunk-X5TGO2UY.js +0 -0
  1064. package/{dist/__chunks__ → __chunks__}/chunk-XBLU7KZJ.js +0 -0
  1065. package/{dist/__chunks__ → __chunks__}/chunk-XDEUCIC3.js +0 -0
  1066. package/__chunks__/chunk-XETGMOCA.js +2 -0
  1067. package/{dist/__chunks__ → __chunks__}/chunk-XK6SVDDZ.js +0 -0
  1068. package/{dist/__chunks__ → __chunks__}/chunk-XLQRX5CU.js +0 -0
  1069. package/__chunks__/chunk-XMBMB2HA.js +2 -0
  1070. package/__chunks__/chunk-XNEUL4SO.js +2 -0
  1071. package/{dist/__chunks__ → __chunks__}/chunk-XOSPBGLI.js +0 -0
  1072. package/{dist/__chunks__ → __chunks__}/chunk-XOZ662VA.js +0 -0
  1073. package/__chunks__/chunk-XRJFZEGV.js +2 -0
  1074. package/{dist/__chunks__ → __chunks__}/chunk-XVNI577V.js +0 -0
  1075. package/{dist/__chunks__ → __chunks__}/chunk-XXP2T2NS.js +0 -0
  1076. package/{dist/__chunks__ → __chunks__}/chunk-XZ2PVEHF.js +0 -0
  1077. package/__chunks__/chunk-Y3C3SGYG.js +2 -0
  1078. package/{dist/__chunks__ → __chunks__}/chunk-Y4LHGIZO.js +0 -0
  1079. package/{dist/__chunks__ → __chunks__}/chunk-Y4RXLAEX.js +0 -0
  1080. package/__chunks__/chunk-Y5IK26Y5.js +2 -0
  1081. package/{dist/__chunks__ → __chunks__}/chunk-Y6LGH6AG.js +0 -0
  1082. package/{dist/__chunks__ → __chunks__}/chunk-YAR2KJ42.js +0 -0
  1083. package/{dist/__chunks__ → __chunks__}/chunk-YBNZW627.js +0 -0
  1084. package/{dist/__chunks__ → __chunks__}/chunk-YDQULLMK.js +0 -0
  1085. package/{dist/__chunks__ → __chunks__}/chunk-YF4C2R42.js +0 -0
  1086. package/{dist/__chunks__ → __chunks__}/chunk-YIBXPM4I.js +0 -0
  1087. package/{dist/__chunks__ → __chunks__}/chunk-YLLIHJY3.js +0 -0
  1088. package/__chunks__/chunk-YNPZ2RGD.js +2 -0
  1089. package/__chunks__/chunk-YQLYWV7C.js +2 -0
  1090. package/{dist/__chunks__ → __chunks__}/chunk-YQTZDKPJ.js +0 -0
  1091. package/__chunks__/chunk-YSVSZ6MS.js +2 -0
  1092. package/{dist/__chunks__ → __chunks__}/chunk-YTXACUAU.js +0 -0
  1093. package/{dist/__chunks__ → __chunks__}/chunk-YTYNUTPN.js +0 -0
  1094. package/{dist/__chunks__ → __chunks__}/chunk-YUGUMBTX.js +0 -0
  1095. package/__chunks__/chunk-YVHBU2Y6.js +2 -0
  1096. package/__chunks__/chunk-YVHR27HJ.js +2 -0
  1097. package/{dist/__chunks__ → __chunks__}/chunk-Z5PKPJRS.js +0 -0
  1098. package/__chunks__/chunk-Z74X35LP.js +2 -0
  1099. package/{dist/__chunks__ → __chunks__}/chunk-Z7RMONMC.js +0 -0
  1100. package/__chunks__/chunk-ZC6XNQ6T.js +2 -0
  1101. package/{dist/__chunks__ → __chunks__}/chunk-ZD4T5RDE.js +0 -0
  1102. package/{dist/__chunks__ → __chunks__}/chunk-ZFCXKCF6.js +0 -0
  1103. package/{dist/__chunks__ → __chunks__}/chunk-ZFXP4YRF.js +0 -0
  1104. package/__chunks__/chunk-ZG2IFTIT.js +2 -0
  1105. package/{dist/__chunks__ → __chunks__}/chunk-ZH6KW5HC.js +0 -0
  1106. package/__chunks__/chunk-ZIFOGL5Z.js +2 -0
  1107. package/{dist/__chunks__ → __chunks__}/chunk-ZPUS5AXX.js +0 -0
  1108. package/__chunks__/chunk-ZQ2EMOPN.js +2 -0
  1109. package/{dist/__chunks__ → __chunks__}/chunk-ZRFXBUCM.js +0 -0
  1110. package/{dist/__chunks__ → __chunks__}/chunk-ZT4O7WWY.js +0 -0
  1111. package/{dist/__chunks__ → __chunks__}/chunk-ZU6LXEUO.js +0 -0
  1112. package/{dist/__chunks__ → __chunks__}/chunk-ZU6UOF5W.js +0 -0
  1113. package/__chunks__/chunk-ZUPVHFAA.js +2 -0
  1114. package/__chunks__/chunk-ZUR56TCY.js +2 -0
  1115. package/{dist/__chunks__ → __chunks__}/chunk-ZUUKUS6N.js +0 -0
  1116. package/__chunks__/chunk-ZWB52WH6.js +2 -0
  1117. package/{dist/__chunks__ → __chunks__}/chunk-ZYK7LXDL.js +0 -0
  1118. package/{dist/__commonjs → __commonjs}/UI/CopyButton/copyButtonStyles.js +0 -0
  1119. package/{dist/__commonjs → __commonjs}/UI/CopyButton/helpers/copyToClipboard.js +0 -0
  1120. package/{dist/__commonjs → __commonjs}/UI/CopyButton/index.js +0 -0
  1121. package/{dist/__commonjs → __commonjs}/UI/DappModal/components/DappModal.js +0 -0
  1122. package/{dist/__commonjs → __commonjs}/UI/DappModal/components/DappModalBody.js +0 -0
  1123. package/{dist/__commonjs → __commonjs}/UI/DappModal/components/DappModalFooter.js +0 -0
  1124. package/{dist/__commonjs → __commonjs}/UI/DappModal/components/DappModalHeader.js +0 -0
  1125. package/{dist/__commonjs → __commonjs}/UI/DappModal/components/index.js +0 -0
  1126. package/{dist/__commonjs → __commonjs}/UI/DappModal/dappModal.types.js +0 -0
  1127. package/{dist/__commonjs → __commonjs}/UI/DappModal/dappModalStyles.js +0 -0
  1128. package/__commonjs/UI/DappModal/hooks/index.js +9 -0
  1129. package/__commonjs/UI/DappModal/hooks/useDappModal.js +9 -0
  1130. package/__commonjs/UI/DappModal/index.js +2763 -0
  1131. package/{dist/__commonjs → __commonjs}/UI/Denominate/index.js +0 -0
  1132. package/{dist/__commonjs → __commonjs}/UI/ExplorerLink/ExplorerLink.js +0 -0
  1133. package/{dist/__commonjs → __commonjs}/UI/ExplorerLink/explorerLinkStyles.js +0 -0
  1134. package/{dist/__commonjs → __commonjs}/UI/ExplorerLink/index.js +0 -0
  1135. package/{dist/__commonjs → __commonjs}/UI/FormatAmount/FormatAmount.js +0 -0
  1136. package/{dist/__commonjs → __commonjs}/UI/FormatAmount/formatAmount.types.js +0 -0
  1137. package/{dist/__commonjs → __commonjs}/UI/FormatAmount/formatAmountStyles.js +0 -0
  1138. package/{dist/__commonjs → __commonjs}/UI/FormatAmount/index.js +0 -0
  1139. package/{dist/__commonjs → __commonjs}/UI/IconState/index.js +0 -0
  1140. package/{dist/__commonjs → __commonjs}/UI/Loader/index.js +0 -0
  1141. package/{dist/__commonjs → __commonjs}/UI/LoginButton/LoginButton.js +0 -0
  1142. package/{dist/__commonjs → __commonjs}/UI/LoginButton/loginButtonStyles.js +0 -0
  1143. package/__commonjs/UI/ModalContainer/ModalContainer.js +2763 -0
  1144. package/__commonjs/UI/ModalContainer/index.js +2763 -0
  1145. package/__commonjs/UI/NotificationModal/index.js +2769 -0
  1146. package/{dist/__commonjs → __commonjs}/UI/NotificationModal/notificationModalStyles.js +0 -0
  1147. package/{dist/__commonjs → __commonjs}/UI/PageState/index.js +0 -0
  1148. package/{dist/__commonjs → __commonjs}/UI/PageState/pageStateStyles.js +0 -0
  1149. package/{dist/__commonjs → __commonjs}/UI/Progress/index.js +0 -0
  1150. package/{dist/__commonjs → __commonjs}/UI/Progress/progressStyles.js +0 -0
  1151. package/{dist/__commonjs → __commonjs}/UI/ProgressSteps/Dot.js +0 -0
  1152. package/{dist/__commonjs → __commonjs}/UI/ProgressSteps/index.js +0 -0
  1153. package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +3316 -0
  1154. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +2777 -0
  1155. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/SignWithDeviceModal/hooks/useSignStepsClasses.js +0 -0
  1156. package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +2853 -0
  1157. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +0 -0
  1158. package/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +2779 -0
  1159. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/SignWithExtensionModal/signWithExtensionModalStyles.js +0 -0
  1160. package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +2853 -0
  1161. package/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +2779 -0
  1162. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/SignWithWalletConnectModal/signWithWalletConnectModalStyles.js +0 -0
  1163. package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +3140 -0
  1164. package/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +3140 -0
  1165. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/components/TransactionStatusToast.js +0 -0
  1166. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/components/confirmationScreen.types.js +0 -0
  1167. package/__commonjs/UI/SignTransactionsModals/components/index.js +3140 -0
  1168. package/__commonjs/UI/SignTransactionsModals/index.js +3316 -0
  1169. package/{dist/__commonjs → __commonjs}/UI/SignTransactionsModals/types/signTransactionsModals.types.js +0 -0
  1170. package/{dist/__commonjs → __commonjs}/UI/TimeAgo/TimeAgo.js +0 -0
  1171. package/{dist/__commonjs → __commonjs}/UI/TimeAgo/index.js +0 -0
  1172. package/{dist/__commonjs → __commonjs}/UI/TokenDetails/TokenSymbol/index.js +0 -0
  1173. package/{dist/__commonjs → __commonjs}/UI/TokenDetails/TokenSymbol/tokenSymbol.js +0 -0
  1174. package/{dist/__commonjs → __commonjs}/UI/TokenDetails/index.js +0 -0
  1175. package/{dist/__commonjs → __commonjs}/UI/TokenDetails/tokenDetailsStyles.js +0 -0
  1176. package/{dist/__commonjs → __commonjs}/UI/TransactionData/index.js +0 -0
  1177. package/{dist/__commonjs → __commonjs}/UI/TransactionDetails/TransactionDetails.js +0 -0
  1178. package/{dist/__commonjs → __commonjs}/UI/TransactionDetails/components/TransactionDetailsBody.js +0 -0
  1179. package/{dist/__commonjs → __commonjs}/UI/TransactionDetails/components/index.js +0 -0
  1180. package/{dist/__commonjs → __commonjs}/UI/TransactionDetails/index.js +0 -0
  1181. package/{dist/__commonjs → __commonjs}/UI/TransactionDetails/transactionDetails.styles.js +0 -0
  1182. package/__commonjs/UI/TransactionInfo/TransactionInfo.js +3779 -0
  1183. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +0 -0
  1184. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/AddressDetailItem/index.js +0 -0
  1185. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/AddressDetailItem/styles.js +0 -0
  1186. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataDecode/DataDecode.js +0 -0
  1187. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataDecode/index.js +0 -0
  1188. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataDecode/styles.js +0 -0
  1189. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/DataField.js +0 -0
  1190. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/Link.js +0 -0
  1191. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/Linkified.js +0 -0
  1192. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/index.js +0 -0
  1193. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/linkified.types.js +0 -0
  1194. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/Linkified/utils.js +0 -0
  1195. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +0 -0
  1196. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +0 -0
  1197. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/components/index.js +0 -0
  1198. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/dataField.module.js +0 -0
  1199. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DataField/index.js +0 -0
  1200. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DetailItem/detailItem.module.js +0 -0
  1201. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/DetailItem/index.js +0 -0
  1202. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/EventsList/EventsList.js +0 -0
  1203. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/EventsList/index.js +0 -0
  1204. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/EventsList/styles.js +0 -0
  1205. package/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +2697 -0
  1206. package/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +2697 -0
  1207. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/OperationList.js +0 -0
  1208. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +0 -0
  1209. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +0 -0
  1210. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +0 -0
  1211. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationText.js +0 -0
  1212. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +0 -0
  1213. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/components/index.js +0 -0
  1214. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/index.js +0 -0
  1215. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/OperationsList/styles.js +0 -0
  1216. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +0 -0
  1217. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +0 -0
  1218. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +0 -0
  1219. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +0 -0
  1220. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +0 -0
  1221. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultHash/styles.js +0 -0
  1222. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +0 -0
  1223. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +0 -0
  1224. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/styles.js +0 -0
  1225. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +0 -0
  1226. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +0 -0
  1227. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultSender/styles.js +0 -0
  1228. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/ResultWrapper.js +0 -0
  1229. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/index.js +0 -0
  1230. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/components/ResultWrapper/styles.js +0 -0
  1231. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/index.js +0 -0
  1232. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScResultsList/styles.js +0 -0
  1233. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +0 -0
  1234. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScrDetailItem/index.js +0 -0
  1235. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/ScrDetailItem/styles.js +0 -0
  1236. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +0 -0
  1237. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +0 -0
  1238. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionText/styles.js +0 -0
  1239. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +0 -0
  1240. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/NftBadge.js +0 -0
  1241. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +0 -0
  1242. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +0 -0
  1243. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +0 -0
  1244. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +0 -0
  1245. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +0 -0
  1246. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/styles.js +0 -0
  1247. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/index.js +0 -0
  1248. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/components/styles.js +0 -0
  1249. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/index.js +0 -0
  1250. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionAction/styles.js +0 -0
  1251. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +0 -0
  1252. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionLogs/index.js +0 -0
  1253. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +0 -0
  1254. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/TransactionStatus/index.js +0 -0
  1255. package/__commonjs/UI/TransactionInfo/components/index.js +3780 -0
  1256. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +0 -0
  1257. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +0 -0
  1258. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +0 -0
  1259. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +0 -0
  1260. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/styles.js +0 -0
  1261. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +0 -0
  1262. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +0 -0
  1263. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/styles.js +0 -0
  1264. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +0 -0
  1265. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +0 -0
  1266. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/styles.js +0 -0
  1267. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +0 -0
  1268. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +0 -0
  1269. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/styles.js +0 -0
  1270. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +0 -0
  1271. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +0 -0
  1272. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/styles.js +0 -0
  1273. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +0 -0
  1274. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +0 -0
  1275. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/styles.js +0 -0
  1276. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/TransactionInfoHash.js +0 -0
  1277. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/index.js +0 -0
  1278. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoHash/styles.js +0 -0
  1279. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +0 -0
  1280. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +0 -0
  1281. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +0 -0
  1282. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +0 -0
  1283. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +0 -0
  1284. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +0 -0
  1285. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/styles.js +0 -0
  1286. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +2699 -0
  1287. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +2699 -0
  1288. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +0 -0
  1289. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +0 -0
  1290. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +0 -0
  1291. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +0 -0
  1292. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +0 -0
  1293. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +0 -0
  1294. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/styles.js +0 -0
  1295. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +0 -0
  1296. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +0 -0
  1297. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +0 -0
  1298. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +0 -0
  1299. package/{dist/__commonjs → __commonjs}/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/styles.js +0 -0
  1300. package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +3618 -0
  1301. package/__commonjs/UI/TransactionInfo/index.js +3780 -0
  1302. package/__commonjs/UI/TransactionsTable/TransactionsTable.js +2966 -0
  1303. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/AccountName.js +0 -0
  1304. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/FailedTransactions.js +0 -0
  1305. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/LockedTokenAddressIcon.js +0 -0
  1306. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/NoTransactions.js +0 -0
  1307. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/ScAddressIcon.js +0 -0
  1308. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/ShardSpan.js +0 -0
  1309. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionDirectionBadge.js +0 -0
  1310. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionHash.js +0 -0
  1311. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionIcon.js +0 -0
  1312. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionMethod.js +0 -0
  1313. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionReceiver.js +0 -0
  1314. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionRow.js +0 -0
  1315. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionSender.js +0 -0
  1316. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionShardsTransition.js +0 -0
  1317. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +0 -0
  1318. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/TransactionValue/index.js +0 -0
  1319. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/index.js +0 -0
  1320. package/{dist/__commonjs → __commonjs}/UI/TransactionsTable/components/transactionsTable.styles.js +0 -0
  1321. package/__commonjs/UI/TransactionsTable/index.js +2966 -0
  1322. package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +3097 -0
  1323. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/CustomToast.js +0 -0
  1324. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +0 -0
  1325. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +0 -0
  1326. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +0 -0
  1327. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/MessageIconToastFooter.js +0 -0
  1328. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/SharedToastFooter.js +0 -0
  1329. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +0 -0
  1330. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +0 -0
  1331. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +0 -0
  1332. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/iconToast.types.js +0 -0
  1333. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +0 -0
  1334. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +0 -0
  1335. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/components/index.js +0 -0
  1336. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/customToast.styles.js +0 -0
  1337. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/customToast.types.js +0 -0
  1338. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +0 -0
  1339. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/index.js +0 -0
  1340. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +0 -0
  1341. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/helpers/useRemoveCustomToast.js +0 -0
  1342. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/CustomToast/index.js +0 -0
  1343. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +2965 -0
  1344. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +0 -0
  1345. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +0 -0
  1346. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastWrapper.js +0 -0
  1347. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/components/index.js +0 -0
  1348. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +80 -0
  1349. package/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +2965 -0
  1350. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/transactionToast.styles.js +0 -0
  1351. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/transactionToast.type.js +0 -0
  1352. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +0 -0
  1353. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/TransactionToast/utils/index.js +0 -0
  1354. package/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +2965 -0
  1355. package/__commonjs/UI/TransactionsToastList/components/index.js +3097 -0
  1356. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/components/types.js +0 -0
  1357. package/__commonjs/UI/TransactionsToastList/index.js +3097 -0
  1358. package/{dist/__commonjs → __commonjs}/UI/TransactionsToastList/transactionsToastList.styles.js +0 -0
  1359. package/{dist/__commonjs → __commonjs}/UI/Trim/Trim.js +0 -0
  1360. package/{dist/__commonjs → __commonjs}/UI/Trim/index.js +0 -0
  1361. package/{dist/__commonjs → __commonjs}/UI/Trim/trim.styles.js +0 -0
  1362. package/{dist/__commonjs → __commonjs}/UI/UsdValue/UsdValue.js +0 -0
  1363. package/{dist/__commonjs → __commonjs}/UI/UsdValue/index.js +0 -0
  1364. package/{dist/__commonjs → __commonjs}/UI/extension/ExtensionLoginButton/extensionLoginButton.styles.js +0 -0
  1365. package/{dist/__commonjs → __commonjs}/UI/extension/ExtensionLoginButton/index.js +0 -0
  1366. package/{dist/__commonjs → __commonjs}/UI/extension/helpers/getIsExtensionAvailable.js +0 -0
  1367. package/{dist/__commonjs → __commonjs}/UI/extension/helpers/index.js +0 -0
  1368. package/__commonjs/UI/index.js +4181 -0
  1369. package/__commonjs/UI/ledger/LedgerLoginButton/index.js +2809 -0
  1370. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/AddressRow.js +0 -0
  1371. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/AddressTable.js +0 -0
  1372. package/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +2697 -0
  1373. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/LedgerConnect.js +0 -0
  1374. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/addressTableStyles.js +0 -0
  1375. package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +2783 -0
  1376. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/ledgerConnectStyles.js +0 -0
  1377. package/{dist/__commonjs → __commonjs}/UI/ledger/LedgerLoginContainer/loginModalStyles.js +0 -0
  1378. package/__commonjs/UI/ledger/index.js +2809 -0
  1379. package/__commonjs/UI/pages/UnlockPage/index.js +2856 -0
  1380. package/{dist/__commonjs → __commonjs}/UI/pages/UnlockPage/unlockPageStyles.js +0 -0
  1381. package/__commonjs/UI/pages/index.js +2856 -0
  1382. package/{dist/__commonjs → __commonjs}/UI/types/index.js +0 -0
  1383. package/{dist/__commonjs → __commonjs}/UI/types/withClassname.types.js +0 -0
  1384. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionDescription.js +0 -0
  1385. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionHint.js +0 -0
  1386. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +0 -0
  1387. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectConnectionStatus/index.js +0 -0
  1388. package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +2801 -0
  1389. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectLoginButton/walletConnectLoginButtonStyles.js +0 -0
  1390. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectLoginContainer/PairingList.js +0 -0
  1391. package/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +2775 -0
  1392. package/{dist/__commonjs → __commonjs}/UI/walletConnect/WalletConnectLoginContainer/walletConnectLoginContainerStyles.js +0 -0
  1393. package/__commonjs/UI/walletConnect/index.js +2801 -0
  1394. package/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +2723 -0
  1395. package/{dist/__commonjs → __commonjs}/__mocks__/accountConfig.js +0 -0
  1396. package/{dist/__commonjs → __commonjs}/__mocks__/data/account.js +0 -0
  1397. package/{dist/__commonjs → __commonjs}/__mocks__/data/blocks.js +0 -0
  1398. package/{dist/__commonjs → __commonjs}/__mocks__/data/dappConfig.js +0 -0
  1399. package/{dist/__commonjs → __commonjs}/__mocks__/data/index.js +0 -0
  1400. package/{dist/__commonjs → __commonjs}/__mocks__/data/networkConfig.js +0 -0
  1401. package/{dist/__commonjs → __commonjs}/__mocks__/data/socketResponse.js +0 -0
  1402. package/{dist/__commonjs → __commonjs}/__mocks__/data/websocketConfig.js +0 -0
  1403. package/__commonjs/__mocks__/index.js +9 -0
  1404. package/{dist/__commonjs → __commonjs}/__mocks__/packages/createSubscription.js +0 -0
  1405. package/{dist/__commonjs → __commonjs}/__mocks__/packages/index.js +0 -0
  1406. package/{dist/__commonjs → __commonjs}/__mocks__/server.js +0 -0
  1407. package/__commonjs/__mocks__/utils/index.js +9 -0
  1408. package/{dist/__commonjs → __commonjs}/__mocks__/utils/mockWindowLocation.js +0 -0
  1409. package/__commonjs/__mocks__/utils/renderWithProvider.js +9 -0
  1410. package/{dist/__commonjs → __commonjs}/apiCalls/accounts/getAccountFromApi.js +0 -0
  1411. package/{dist/__commonjs → __commonjs}/apiCalls/accounts/index.js +0 -0
  1412. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/getApiAddressForChainId.js +0 -0
  1413. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/getEnvironmentForChainId.js +0 -0
  1414. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/getNetworkConfig.js +0 -0
  1415. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/getServerConfiguration.js +0 -0
  1416. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/getServerConfigurationForEnvironment.js +0 -0
  1417. package/{dist/__commonjs → __commonjs}/apiCalls/configuration/index.js +0 -0
  1418. package/{dist/__commonjs → __commonjs}/apiCalls/endpoints.js +0 -0
  1419. package/{dist/__commonjs → __commonjs}/apiCalls/getScamAddressData.js +0 -0
  1420. package/{dist/__commonjs → __commonjs}/apiCalls/index.js +0 -0
  1421. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/getTransaction.js +0 -0
  1422. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/getTransactions.js +0 -0
  1423. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/getTransactions.types.js +0 -0
  1424. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/getTransactionsByHashes.js +0 -0
  1425. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/getTransactionsCount.js +0 -0
  1426. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/helpers.js +0 -0
  1427. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/index.js +0 -0
  1428. package/{dist/__commonjs → __commonjs}/apiCalls/transactions/sendSignedTransactions.js +0 -0
  1429. package/{dist/__commonjs → __commonjs}/apiCalls/utils/getCleanApiAddress.js +0 -0
  1430. package/{dist/__commonjs → __commonjs}/apiCalls/utils/index.js +0 -0
  1431. package/{dist/__commonjs → __commonjs}/assets/sass/main.js +0 -0
  1432. package/{dist/__commonjs → __commonjs}/assets/sass/mixins/hover.js +0 -0
  1433. package/{dist/__commonjs → __commonjs}/assets/sass/mixins/textTruncate.js +0 -0
  1434. package/{dist/__commonjs → __commonjs}/assets/sass/modules/data/data.js +0 -0
  1435. package/{dist/__commonjs → __commonjs}/assets/sass/modules/icons/iconState.js +0 -0
  1436. package/{dist/__commonjs → __commonjs}/assets/sass/modules/icons/sideIcon.js +0 -0
  1437. package/{dist/__commonjs → __commonjs}/assets/sass/modules/links/links.js +0 -0
  1438. package/{dist/__commonjs → __commonjs}/assets/sass/modules/progress-steps/progressSteps.js +0 -0
  1439. package/{dist/__commonjs → __commonjs}/assets/sass/modules/toast-messages/toastMessages.js +0 -0
  1440. package/{dist/__commonjs → __commonjs}/assets/sass/themes/background.js +0 -0
  1441. package/{dist/__commonjs → __commonjs}/assets/sass/themes/badge.js +0 -0
  1442. package/{dist/__commonjs → __commonjs}/assets/sass/themes/border.js +0 -0
  1443. package/{dist/__commonjs → __commonjs}/assets/sass/themes/button.js +0 -0
  1444. package/{dist/__commonjs → __commonjs}/assets/sass/themes/card.js +0 -0
  1445. package/{dist/__commonjs → __commonjs}/assets/sass/themes/display.js +0 -0
  1446. package/{dist/__commonjs → __commonjs}/assets/sass/themes/flex.js +0 -0
  1447. package/{dist/__commonjs → __commonjs}/assets/sass/themes/font.js +0 -0
  1448. package/{dist/__commonjs → __commonjs}/assets/sass/themes/form.js +0 -0
  1449. package/{dist/__commonjs → __commonjs}/assets/sass/themes/grid.js +0 -0
  1450. package/{dist/__commonjs → __commonjs}/assets/sass/themes/icons.js +0 -0
  1451. package/{dist/__commonjs → __commonjs}/assets/sass/themes/position.js +0 -0
  1452. package/{dist/__commonjs → __commonjs}/assets/sass/themes/shadows.js +0 -0
  1453. package/{dist/__commonjs → __commonjs}/assets/sass/themes/size.js +0 -0
  1454. package/{dist/__commonjs → __commonjs}/assets/sass/themes/spacing.js +0 -0
  1455. package/{dist/__commonjs → __commonjs}/assets/sass/themes/table.js +0 -0
  1456. package/{dist/__commonjs → __commonjs}/assets/sass/themes/text.js +0 -0
  1457. package/{dist/__commonjs → __commonjs}/assets/sass/themes/theme.js +0 -0
  1458. package/{dist/__commonjs → __commonjs}/assets/sass/themes/type.js +0 -0
  1459. package/{dist/__commonjs → __commonjs}/assets/sass/variables/variables.js +0 -0
  1460. package/__commonjs/components/LogoutListener/LogoutListener.js +9 -0
  1461. package/__commonjs/components/LogoutListener/helpers/index.js +9 -0
  1462. package/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +9 -0
  1463. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +9 -0
  1464. package/{dist/__commonjs → __commonjs}/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +0 -0
  1465. package/{dist/__commonjs → __commonjs}/components/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +0 -0
  1466. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +9 -0
  1467. package/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +9 -0
  1468. package/__commonjs/components/LogoutListener/index.js +9 -0
  1469. package/__commonjs/components/ProviderInitializer.js +9 -0
  1470. package/{dist/__commonjs → __commonjs}/components/TransactionSender/TransactionSender.js +0 -0
  1471. package/{dist/__commonjs → __commonjs}/components/TransactionSender/index.js +0 -0
  1472. package/{dist/__commonjs → __commonjs}/components/TransactionStatusToast/FailedTransactionStatusToast.js +0 -0
  1473. package/{dist/__commonjs → __commonjs}/components/TransactionStatusToast/StatusIcon.js +0 -0
  1474. package/{dist/__commonjs → __commonjs}/components/TransactionStatusToast/StatusMessageComponent.js +0 -0
  1475. package/{dist/__commonjs → __commonjs}/components/TransactionStatusToast/transactionStatusToast.types.js +0 -0
  1476. package/{dist/__commonjs → __commonjs}/components/TransactionStatusToast/transactionStatusToastStyles.js +0 -0
  1477. package/__commonjs/components/TransactionsTracker/TransactionTracker.js +9 -0
  1478. package/__commonjs/components/TransactionsTracker/index.js +9 -0
  1479. package/{dist/__commonjs → __commonjs}/components/TransactionsTracker/useClosureRef.js +0 -0
  1480. package/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +9 -0
  1481. package/{dist/__commonjs → __commonjs}/constants/errorsMessages.js +0 -0
  1482. package/{dist/__commonjs → __commonjs}/constants/index.js +0 -0
  1483. package/{dist/__commonjs → __commonjs}/constants/ledgerErrorCodes.js +0 -0
  1484. package/{dist/__commonjs → __commonjs}/constants/mnemonicWords.js +0 -0
  1485. package/{dist/__commonjs → __commonjs}/constants/network.js +0 -0
  1486. package/{dist/__commonjs → __commonjs}/constants/transactionStatus.js +0 -0
  1487. package/{dist/__commonjs → __commonjs}/global.d.js +0 -0
  1488. package/{dist/__commonjs → __commonjs}/hooks/account/index.js +0 -0
  1489. package/{dist/__commonjs → __commonjs}/hooks/account/useGetAccount.js +0 -0
  1490. package/{dist/__commonjs → __commonjs}/hooks/account/useGetAccountInfo.js +0 -0
  1491. package/{dist/__commonjs → __commonjs}/hooks/account/useGetAccountProvider.js +0 -0
  1492. package/{dist/__commonjs → __commonjs}/hooks/account/useGetIsLoggedIn.js +0 -0
  1493. package/{dist/__commonjs → __commonjs}/hooks/account/useGetLoginInfo.js +0 -0
  1494. package/{dist/__commonjs → __commonjs}/hooks/account/useGetWebsocketEvent.js +0 -0
  1495. package/__commonjs/hooks/index.js +9 -0
  1496. package/__commonjs/hooks/login/index.js +9 -0
  1497. package/__commonjs/hooks/login/useAddressScreens.js +9 -0
  1498. package/{dist/__commonjs → __commonjs}/hooks/login/useExtensionLogin.js +0 -0
  1499. package/__commonjs/hooks/login/useLedgerLogin.js +9 -0
  1500. package/{dist/__commonjs → __commonjs}/hooks/login/useLoginService.js +0 -0
  1501. package/{dist/__commonjs → __commonjs}/hooks/login/useWalletConnectLogin.js +0 -0
  1502. package/{dist/__commonjs → __commonjs}/hooks/login/useWalletConnectV2Login.js +0 -0
  1503. package/__commonjs/hooks/login/useWebWalletLogin.js +9 -0
  1504. package/{dist/__commonjs → __commonjs}/hooks/signMessage/index.js +0 -0
  1505. package/{dist/__commonjs → __commonjs}/hooks/signMessage/useGetLastSignedMessageSession.js +0 -0
  1506. package/{dist/__commonjs → __commonjs}/hooks/signMessage/useGetSignMessageSession.js +0 -0
  1507. package/{dist/__commonjs → __commonjs}/hooks/signMessage/useGetSignedMessageStatus.js +0 -0
  1508. package/{dist/__commonjs → __commonjs}/hooks/signMessage/useSignMessage.js +0 -0
  1509. package/{dist/__commonjs → __commonjs}/hooks/signMessage/useVerifyMessage.js +0 -0
  1510. package/{dist/__commonjs → __commonjs}/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +0 -0
  1511. package/{dist/__commonjs → __commonjs}/hooks/transactions/helpers/index.js +0 -0
  1512. package/{dist/__commonjs → __commonjs}/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +0 -0
  1513. package/{dist/__commonjs → __commonjs}/hooks/transactions/helpers/useSetTransactionNonces.js +0 -0
  1514. package/{dist/__commonjs → __commonjs}/hooks/transactions/index.js +0 -0
  1515. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCancelWalletConnectAction.js +0 -0
  1516. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/checkBatch.js +0 -0
  1517. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/getPendingTransactions.js +0 -0
  1518. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/index.js +0 -0
  1519. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +0 -0
  1520. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +0 -0
  1521. package/{dist/__commonjs → __commonjs}/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +0 -0
  1522. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetActiveTransactionsStatus.js +0 -0
  1523. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetFailedTransactions.js +0 -0
  1524. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetPendingTransactions.js +0 -0
  1525. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetSignTransactionsError.js +0 -0
  1526. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetSignedTransactions.js +0 -0
  1527. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetSuccessfulTransactions.js +0 -0
  1528. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetTokenDetails.js +0 -0
  1529. package/{dist/__commonjs → __commonjs}/hooks/transactions/useGetTransactionDisplayInfo.js +0 -0
  1530. package/{dist/__commonjs → __commonjs}/hooks/transactions/useParseMultiEsdtTransferData.js +0 -0
  1531. package/{dist/__commonjs → __commonjs}/hooks/transactions/useParseSignedTransactions.js +0 -0
  1532. package/{dist/__commonjs → __commonjs}/hooks/transactions/useSignMultipleTransactions.js +0 -0
  1533. package/{dist/__commonjs → __commonjs}/hooks/transactions/useSignTransactions.js +0 -0
  1534. package/{dist/__commonjs → __commonjs}/hooks/transactions/useSignTransactionsCommonData.js +0 -0
  1535. package/{dist/__commonjs → __commonjs}/hooks/transactions/useSignTransactionsWithDevice.js +0 -0
  1536. package/{dist/__commonjs → __commonjs}/hooks/transactions/useSignTransactionsWithLedger.js +0 -0
  1537. package/{dist/__commonjs → __commonjs}/hooks/transactions/useTrackTransactionStatus.js +0 -0
  1538. package/{dist/__commonjs → __commonjs}/hooks/useDebounce.js +0 -0
  1539. package/{dist/__commonjs → __commonjs}/hooks/useGetNetworkConfig.js +0 -0
  1540. package/{dist/__commonjs → __commonjs}/hooks/useGetNotification.js +0 -0
  1541. package/{dist/__commonjs → __commonjs}/hooks/useUpdateEffect.js +0 -0
  1542. package/{dist/__commonjs → __commonjs}/hooks/userInterface/index.js +0 -0
  1543. package/{dist/__commonjs → __commonjs}/hooks/userInterface/useIsDappModalVisible.js +0 -0
  1544. package/{dist/__commonjs → __commonjs}/hooks/websocketListener/index.js +0 -0
  1545. package/{dist/__commonjs → __commonjs}/hooks/websocketListener/useGetWebsocketUrl.js +0 -0
  1546. package/{dist/__commonjs → __commonjs}/hooks/websocketListener/useInitializeWebsocketConnection.js +0 -0
  1547. package/{dist/__commonjs → __commonjs}/hooks/websocketListener/useRegisterWebsocketListener.js +0 -0
  1548. package/{dist/__commonjs → __commonjs}/hooks/websocketListener/websocketConnection.js +0 -0
  1549. package/{dist/__commonjs → __commonjs}/models/TransactionParameter.js +0 -0
  1550. package/{dist/__commonjs → __commonjs}/models/index.js +0 -0
  1551. package/{dist/__commonjs → __commonjs}/models/newTransaction.js +0 -0
  1552. package/{dist/__commonjs → __commonjs}/providers/accountProvider.js +0 -0
  1553. package/{dist/__commonjs → __commonjs}/providers/index.js +0 -0
  1554. package/{dist/__commonjs → __commonjs}/providers/utils.js +0 -0
  1555. package/{dist/__commonjs → __commonjs}/reduxStore/DappProviderContext.js +0 -0
  1556. package/{dist/__commonjs → __commonjs}/reduxStore/commonActions.js +0 -0
  1557. package/{dist/__commonjs → __commonjs}/reduxStore/middlewares/loginSessionMiddleware.js +0 -0
  1558. package/{dist/__commonjs → __commonjs}/reduxStore/persistConfig.js +0 -0
  1559. package/{dist/__commonjs → __commonjs}/reduxStore/persistReduxStore.js +0 -0
  1560. package/{dist/__commonjs → __commonjs}/reduxStore/persistedRootReducer.js +0 -0
  1561. package/{dist/__commonjs → __commonjs}/reduxStore/reducers.js +0 -0
  1562. package/{dist/__commonjs → __commonjs}/reduxStore/reduxPersistIgnoredActions.js +0 -0
  1563. package/{dist/__commonjs → __commonjs}/reduxStore/rootReducer.js +0 -0
  1564. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/accountInfoSelectors.js +0 -0
  1565. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/dappModalsSelectors.js +0 -0
  1566. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/helpers.js +0 -0
  1567. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/index.js +0 -0
  1568. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/loginInfoSelectors.js +0 -0
  1569. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/modalsSelectors.js +0 -0
  1570. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/networkConfigSelectors.js +0 -0
  1571. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/signedMessageInfoSelectors.js +0 -0
  1572. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/toastsSelectors.js +0 -0
  1573. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/transactionsInfoSelectors.js +0 -0
  1574. package/{dist/__commonjs → __commonjs}/reduxStore/selectors/transactionsSelectors.js +0 -0
  1575. package/{dist/__commonjs → __commonjs}/reduxStore/slices/accountInfoSlice.js +0 -0
  1576. package/{dist/__commonjs → __commonjs}/reduxStore/slices/dappModalsSlice.js +0 -0
  1577. package/{dist/__commonjs → __commonjs}/reduxStore/slices/index.js +0 -0
  1578. package/{dist/__commonjs → __commonjs}/reduxStore/slices/loginInfoSlice.js +0 -0
  1579. package/{dist/__commonjs → __commonjs}/reduxStore/slices/modalsSlice.js +0 -0
  1580. package/{dist/__commonjs → __commonjs}/reduxStore/slices/networkConfigSlice.js +0 -0
  1581. package/{dist/__commonjs → __commonjs}/reduxStore/slices/signedMessageInfoSlice.js +0 -0
  1582. package/{dist/__commonjs → __commonjs}/reduxStore/slices/toastsSlice.js +0 -0
  1583. package/{dist/__commonjs → __commonjs}/reduxStore/slices/transactionsInfoSlice.js +0 -0
  1584. package/{dist/__commonjs → __commonjs}/reduxStore/slices/transactionsSlice.js +0 -0
  1585. package/{dist/__commonjs → __commonjs}/reduxStore/store.js +0 -0
  1586. package/{dist/__commonjs → __commonjs}/services/index.js +0 -0
  1587. package/{dist/__commonjs → __commonjs}/services/nativeAuth/helpers/decodeNativeAuthToken.js +0 -0
  1588. package/{dist/__commonjs → __commonjs}/services/nativeAuth/helpers/encodeValue.js +0 -0
  1589. package/{dist/__commonjs → __commonjs}/services/nativeAuth/helpers/getLatestBlockHash.js +0 -0
  1590. package/{dist/__commonjs → __commonjs}/services/nativeAuth/helpers/index.js +0 -0
  1591. package/{dist/__commonjs → __commonjs}/services/nativeAuth/index.js +0 -0
  1592. package/{dist/__commonjs → __commonjs}/services/nativeAuth/methods/getNativeAuthConfig.js +0 -0
  1593. package/{dist/__commonjs → __commonjs}/services/nativeAuth/methods/getToken.js +0 -0
  1594. package/{dist/__commonjs → __commonjs}/services/nativeAuth/methods/getTokenExpiration.js +0 -0
  1595. package/{dist/__commonjs → __commonjs}/services/nativeAuth/methods/index.js +0 -0
  1596. package/{dist/__commonjs → __commonjs}/services/nativeAuth/nativeAuth.js +0 -0
  1597. package/{dist/__commonjs → __commonjs}/services/transactions/clearTransactions.js +0 -0
  1598. package/{dist/__commonjs → __commonjs}/services/transactions/index.js +0 -0
  1599. package/{dist/__commonjs → __commonjs}/services/transactions/isCrossShardTransaction.js +0 -0
  1600. package/{dist/__commonjs → __commonjs}/services/transactions/sendTransactions.js +0 -0
  1601. package/{dist/__commonjs → __commonjs}/services/transactions/signTransactions.js +0 -0
  1602. package/{dist/__commonjs → __commonjs}/services/transactions/transformAndSignTransactions.js +0 -0
  1603. package/{dist/__commonjs → __commonjs}/services/transactions/utils.js +0 -0
  1604. package/{dist/__commonjs → __commonjs}/storage/local.js +0 -0
  1605. package/{dist/__commonjs → __commonjs}/types/account.types.js +0 -0
  1606. package/{dist/__commonjs → __commonjs}/types/dappProvider.types.js +0 -0
  1607. package/{dist/__commonjs → __commonjs}/types/enums.types.js +0 -0
  1608. package/{dist/__commonjs → __commonjs}/types/index.js +0 -0
  1609. package/{dist/__commonjs → __commonjs}/types/login.types.js +0 -0
  1610. package/{dist/__commonjs → __commonjs}/types/network.types.js +0 -0
  1611. package/{dist/__commonjs → __commonjs}/types/reducers.types.js +0 -0
  1612. package/{dist/__commonjs → __commonjs}/types/serverTransactions.types.js +0 -0
  1613. package/{dist/__commonjs → __commonjs}/types/signedMessage.types.js +0 -0
  1614. package/{dist/__commonjs → __commonjs}/types/suspiciousLink.js +0 -0
  1615. package/{dist/__commonjs → __commonjs}/types/toasts.types.js +0 -0
  1616. package/{dist/__commonjs → __commonjs}/types/tokens.types.js +0 -0
  1617. package/{dist/__commonjs → __commonjs}/types/transactions.types.js +0 -0
  1618. package/{dist/__commonjs → __commonjs}/typings.d.js +0 -0
  1619. package/{dist/__commonjs → __commonjs}/utils/account/addressIsValid.js +0 -0
  1620. package/{dist/__commonjs → __commonjs}/utils/account/getAccount.js +0 -0
  1621. package/{dist/__commonjs → __commonjs}/utils/account/getAccountBalance.js +0 -0
  1622. package/{dist/__commonjs → __commonjs}/utils/account/getAccountProviderType.js +0 -0
  1623. package/{dist/__commonjs → __commonjs}/utils/account/getAccountShard.js +0 -0
  1624. package/{dist/__commonjs → __commonjs}/utils/account/getAddress.js +0 -0
  1625. package/{dist/__commonjs → __commonjs}/utils/account/getIsProviderEqualTo.js +0 -0
  1626. package/{dist/__commonjs → __commonjs}/utils/account/getLatestNonce.js +0 -0
  1627. package/{dist/__commonjs → __commonjs}/utils/account/getShardOfAddress.js +0 -0
  1628. package/{dist/__commonjs → __commonjs}/utils/account/index.js +0 -0
  1629. package/{dist/__commonjs → __commonjs}/utils/account/loginWithExternalProvider.js +0 -0
  1630. package/{dist/__commonjs → __commonjs}/utils/account/refreshAccount.js +0 -0
  1631. package/{dist/__commonjs → __commonjs}/utils/account/setNonce.js +0 -0
  1632. package/{dist/__commonjs → __commonjs}/utils/account/signMessage.js +0 -0
  1633. package/{dist/__commonjs → __commonjs}/utils/asyncActions/index.js +0 -0
  1634. package/{dist/__commonjs → __commonjs}/utils/asyncActions/sleep.js +0 -0
  1635. package/{dist/__commonjs → __commonjs}/utils/asyncActions/timeoutPromise.js +0 -0
  1636. package/{dist/__commonjs → __commonjs}/utils/buildUrlParams.js +0 -0
  1637. package/{dist/__commonjs → __commonjs}/utils/clearNavigationHistory.js +0 -0
  1638. package/{dist/__commonjs → __commonjs}/utils/dateTime/getUnixTimestamp.js +0 -0
  1639. package/{dist/__commonjs → __commonjs}/utils/dateTime/getUnixTimestampWithAddedMilliseconds.js +0 -0
  1640. package/{dist/__commonjs → __commonjs}/utils/dateTime/getUnixTimestampWithAddedSeconds.js +0 -0
  1641. package/{dist/__commonjs → __commonjs}/utils/dateTime/index.js +0 -0
  1642. package/{dist/__commonjs → __commonjs}/utils/decoders/base64Utils.js +0 -0
  1643. package/{dist/__commonjs → __commonjs}/utils/decoders/decodePart.js +0 -0
  1644. package/{dist/__commonjs → __commonjs}/utils/decoders/index.js +0 -0
  1645. package/{dist/__commonjs → __commonjs}/utils/decoders/isUtf8.js +0 -0
  1646. package/{dist/__commonjs → __commonjs}/utils/environment/index.js +0 -0
  1647. package/{dist/__commonjs → __commonjs}/utils/environment/isMobileEnvironment.js +0 -0
  1648. package/{dist/__commonjs → __commonjs}/utils/environment/isWebEnvironment.js +0 -0
  1649. package/{dist/__commonjs → __commonjs}/utils/getAllStringOccurrences.js +0 -0
  1650. package/{dist/__commonjs → __commonjs}/utils/getIsLoggedIn.js +0 -0
  1651. package/{dist/__commonjs → __commonjs}/utils/index.js +0 -0
  1652. package/{dist/__commonjs → __commonjs}/utils/internal/getLedgerErrorCodes.js +0 -0
  1653. package/{dist/__commonjs → __commonjs}/utils/internal/getRandomAddressFromNetwork.js +0 -0
  1654. package/{dist/__commonjs → __commonjs}/utils/internal/index.js +0 -0
  1655. package/{dist/__commonjs → __commonjs}/utils/internal/optionalRedirect.js +0 -0
  1656. package/{dist/__commonjs → __commonjs}/utils/logout.js +0 -0
  1657. package/{dist/__commonjs → __commonjs}/utils/math.js +0 -0
  1658. package/{dist/__commonjs → __commonjs}/utils/network/getChainID.js +0 -0
  1659. package/{dist/__commonjs → __commonjs}/utils/network/getEgldLabel.js +0 -0
  1660. package/{dist/__commonjs → __commonjs}/utils/network/getNetworkConfig.js +0 -0
  1661. package/{dist/__commonjs → __commonjs}/utils/network/index.js +0 -0
  1662. package/{dist/__commonjs → __commonjs}/utils/operations/calculateFeeLimit.js +0 -0
  1663. package/{dist/__commonjs → __commonjs}/utils/operations/denominate.js +0 -0
  1664. package/{dist/__commonjs → __commonjs}/utils/operations/formatAmount.js +0 -0
  1665. package/{dist/__commonjs → __commonjs}/utils/operations/getUsdValue.js +0 -0
  1666. package/{dist/__commonjs → __commonjs}/utils/operations/index.js +0 -0
  1667. package/{dist/__commonjs → __commonjs}/utils/operations/nominate.js +0 -0
  1668. package/{dist/__commonjs → __commonjs}/utils/operations/parseAmount.js +0 -0
  1669. package/{dist/__commonjs → __commonjs}/utils/operations/pipe.js +0 -0
  1670. package/{dist/__commonjs → __commonjs}/utils/operations/timeRemaining.js +0 -0
  1671. package/{dist/__commonjs → __commonjs}/utils/operations/truncate.js +0 -0
  1672. package/{dist/__commonjs → __commonjs}/utils/parseNavigationParams.js +0 -0
  1673. package/{dist/__commonjs → __commonjs}/utils/redirect.js +0 -0
  1674. package/{dist/__commonjs → __commonjs}/utils/retryMultipleTimes.js +0 -0
  1675. package/__commonjs/utils/sanitizeCallbackUrl.js +9 -0
  1676. package/{dist/__commonjs → __commonjs}/utils/smartContracts.js +0 -0
  1677. package/{dist/__commonjs → __commonjs}/utils/storage/index.js +0 -0
  1678. package/{dist/__commonjs → __commonjs}/utils/storage/local.js +0 -0
  1679. package/{dist/__commonjs → __commonjs}/utils/storage/session.js +0 -0
  1680. package/{dist/__commonjs → __commonjs}/utils/switchTrue.js +0 -0
  1681. package/{dist/__commonjs → __commonjs}/utils/toasts/customToastsActions.js +0 -0
  1682. package/{dist/__commonjs → __commonjs}/utils/toasts/index.js +0 -0
  1683. package/{dist/__commonjs → __commonjs}/utils/transactions/builtCallbackUrl.js +0 -0
  1684. package/{dist/__commonjs → __commonjs}/utils/transactions/getAllTransactionsLink.js +0 -0
  1685. package/{dist/__commonjs → __commonjs}/utils/transactions/getAreTransactionsOnSameShard.js +0 -0
  1686. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/constants.js +0 -0
  1687. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +0 -0
  1688. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +0 -0
  1689. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +0 -0
  1690. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +0 -0
  1691. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +0 -0
  1692. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +0 -0
  1693. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +0 -0
  1694. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +0 -0
  1695. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +0 -0
  1696. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +0 -0
  1697. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +0 -0
  1698. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +0 -0
  1699. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +0 -0
  1700. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +0 -0
  1701. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +0 -0
  1702. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +0 -0
  1703. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +0 -0
  1704. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +0 -0
  1705. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +0 -0
  1706. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +0 -0
  1707. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/index.js +0 -0
  1708. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/helpers/types.js +0 -0
  1709. package/{dist/__commonjs → __commonjs}/utils/transactions/getInterpretedTransaction/index.js +0 -0
  1710. package/{dist/__commonjs → __commonjs}/utils/transactions/getTokenFromData.js +0 -0
  1711. package/{dist/__commonjs → __commonjs}/utils/transactions/getTransactionLink.js +0 -0
  1712. package/{dist/__commonjs → __commonjs}/utils/transactions/index.js +0 -0
  1713. package/{dist/__commonjs → __commonjs}/utils/transactions/isTokenTransfer.js +0 -0
  1714. package/{dist/__commonjs → __commonjs}/utils/transactions/parseMultiEsdtTransferData.js +0 -0
  1715. package/{dist/__commonjs → __commonjs}/utils/transactions/parseTransactionAfterSigning.js +0 -0
  1716. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +0 -0
  1717. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +0 -0
  1718. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +0 -0
  1719. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +0 -0
  1720. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +0 -0
  1721. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +0 -0
  1722. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +0 -0
  1723. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getEventListDataHexValue.js +0 -0
  1724. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getEventListHighlight.js +0 -0
  1725. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +0 -0
  1726. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getOperationDirection.js +0 -0
  1727. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getScResultsDecodedData.js +0 -0
  1728. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getScResultsHighlight.js +0 -0
  1729. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +0 -0
  1730. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getScamFlag.js +0 -0
  1731. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getShardText.js +0 -0
  1732. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +0 -0
  1733. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +0 -0
  1734. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionFee.js +0 -0
  1735. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +0 -0
  1736. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +0 -0
  1737. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionStatus.js +0 -0
  1738. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTransactionStatusText.js +0 -0
  1739. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getTrimmedHash.js +0 -0
  1740. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/getVisibleOperations.js +0 -0
  1741. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/index.js +0 -0
  1742. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +0 -0
  1743. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +0 -0
  1744. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +0 -0
  1745. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +0 -0
  1746. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +0 -0
  1747. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +0 -0
  1748. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/useDataDecode.js +0 -0
  1749. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +0 -0
  1750. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionInfoHelpers/useGetOperationList.js +0 -0
  1751. package/{dist/__commonjs → __commonjs}/utils/transactions/transactionStateByStatus.js +0 -0
  1752. package/{dist/__commonjs → __commonjs}/utils/validation/getIdentifierType.js +0 -0
  1753. package/{dist/__commonjs → __commonjs}/utils/validation/index.js +0 -0
  1754. package/{dist/__commonjs → __commonjs}/utils/validation/maxDecimals.js +0 -0
  1755. package/{dist/__commonjs → __commonjs}/utils/validation/stringIsFloat.js +0 -0
  1756. package/{dist/__commonjs → __commonjs}/utils/validation/stringIsInteger.js +0 -0
  1757. package/{dist/__commonjs → __commonjs}/utils/websocket/getWebsocketUrl.js +0 -0
  1758. package/{dist/__commonjs → __commonjs}/utils/websocket/index.js +0 -0
  1759. package/{dist/__commonjs → __commonjs}/web/hooks/index.js +0 -0
  1760. package/{dist/__commonjs → __commonjs}/web/hooks/useIdleTimer.js +0 -0
  1761. package/{dist/__commonjs → __commonjs}/web/index.js +0 -0
  1762. package/{dist/__commonjs → __commonjs}/wrappers/AppInitializer.js +0 -0
  1763. package/{dist/__commonjs → __commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/index.js +0 -0
  1764. package/{dist/__commonjs → __commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/matchPath.js +0 -0
  1765. package/{dist/__commonjs → __commonjs}/wrappers/AuthenticatedRoutesWrapper/helpers/matchRoute.js +0 -0
  1766. package/{dist/__commonjs → __commonjs}/wrappers/AuthenticatedRoutesWrapper/index.js +0 -0
  1767. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +0 -0
  1768. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +0 -0
  1769. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +0 -0
  1770. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +0 -0
  1771. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/components/index.js +0 -0
  1772. package/{dist/__commonjs → __commonjs}/wrappers/AxiosInterceptorContext/index.js +0 -0
  1773. package/__commonjs/wrappers/DappProvider/CustomComponents.js +9 -0
  1774. package/__commonjs/wrappers/DappProvider/index.js +9 -0
  1775. package/__commonjs/wrappers/index.js +9 -0
  1776. package/{dist/__mocks__ → __mocks__}/accountConfig.d.ts +0 -0
  1777. package/{dist/__mocks__ → __mocks__}/accountConfig.js +0 -0
  1778. package/{dist/__mocks__ → __mocks__}/data/account.d.ts +0 -0
  1779. package/{dist/__mocks__ → __mocks__}/data/account.js +0 -0
  1780. package/{dist/__mocks__ → __mocks__}/data/blocks.d.ts +0 -0
  1781. package/{dist/__mocks__ → __mocks__}/data/blocks.js +0 -0
  1782. package/{dist/__mocks__ → __mocks__}/data/dappConfig.d.ts +0 -0
  1783. package/{dist/__mocks__ → __mocks__}/data/dappConfig.js +0 -0
  1784. package/{dist/__mocks__ → __mocks__}/data/index.d.ts +0 -0
  1785. package/{dist/__mocks__ → __mocks__}/data/index.js +0 -0
  1786. package/{dist/__mocks__ → __mocks__}/data/networkConfig.d.ts +0 -0
  1787. package/{dist/__mocks__ → __mocks__}/data/networkConfig.js +0 -0
  1788. package/{dist/__mocks__ → __mocks__}/data/socketResponse.d.ts +0 -0
  1789. package/{dist/__mocks__ → __mocks__}/data/socketResponse.js +0 -0
  1790. package/{dist/__mocks__ → __mocks__}/data/websocketConfig.d.ts +0 -0
  1791. package/{dist/__mocks__ → __mocks__}/data/websocketConfig.js +0 -0
  1792. package/{dist/__mocks__ → __mocks__}/index.d.ts +0 -0
  1793. package/__mocks__/index.js +2 -0
  1794. package/{dist/__mocks__ → __mocks__}/packages/createSubscription.d.ts +0 -0
  1795. package/{dist/__mocks__ → __mocks__}/packages/createSubscription.js +0 -0
  1796. package/{dist/__mocks__ → __mocks__}/packages/index.d.ts +0 -0
  1797. package/{dist/__mocks__ → __mocks__}/packages/index.js +0 -0
  1798. package/{dist/__mocks__ → __mocks__}/server.d.ts +0 -0
  1799. package/{dist/__mocks__ → __mocks__}/server.js +0 -0
  1800. package/{dist/__mocks__ → __mocks__}/utils/index.d.ts +0 -0
  1801. package/__mocks__/utils/index.js +2 -0
  1802. package/{dist/__mocks__ → __mocks__}/utils/mockWindowLocation.d.ts +0 -0
  1803. package/{dist/__mocks__ → __mocks__}/utils/mockWindowLocation.js +0 -0
  1804. package/{dist/__mocks__ → __mocks__}/utils/renderWithProvider.d.ts +0 -0
  1805. package/__mocks__/utils/renderWithProvider.js +2 -0
  1806. package/{dist/apiCalls → apiCalls}/accounts/getAccountFromApi.d.ts +0 -0
  1807. package/apiCalls/accounts/getAccountFromApi.js +2 -0
  1808. package/{dist/apiCalls → apiCalls}/accounts/index.d.ts +0 -0
  1809. package/apiCalls/accounts/index.js +2 -0
  1810. package/{dist/apiCalls → apiCalls}/configuration/getApiAddressForChainId.d.ts +0 -0
  1811. package/{dist/apiCalls → apiCalls}/configuration/getApiAddressForChainId.js +0 -0
  1812. package/{dist/apiCalls → apiCalls}/configuration/getEnvironmentForChainId.d.ts +0 -0
  1813. package/{dist/apiCalls → apiCalls}/configuration/getEnvironmentForChainId.js +0 -0
  1814. package/{dist/apiCalls → apiCalls}/configuration/getNetworkConfig.d.ts +0 -0
  1815. package/apiCalls/configuration/getNetworkConfig.js +2 -0
  1816. package/{dist/apiCalls → apiCalls}/configuration/getServerConfiguration.d.ts +0 -0
  1817. package/{dist/apiCalls → apiCalls}/configuration/getServerConfiguration.js +0 -0
  1818. package/{dist/apiCalls → apiCalls}/configuration/getServerConfigurationForEnvironment.d.ts +0 -0
  1819. package/{dist/apiCalls → apiCalls}/configuration/getServerConfigurationForEnvironment.js +0 -0
  1820. package/{dist/apiCalls → apiCalls}/configuration/index.d.ts +0 -0
  1821. package/apiCalls/configuration/index.js +2 -0
  1822. package/{dist/apiCalls → apiCalls}/endpoints.d.ts +0 -0
  1823. package/{dist/apiCalls → apiCalls}/endpoints.js +0 -0
  1824. package/{dist/apiCalls → apiCalls}/getScamAddressData.d.ts +0 -0
  1825. package/apiCalls/getScamAddressData.js +2 -0
  1826. package/{dist/apiCalls → apiCalls}/index.d.ts +0 -0
  1827. package/apiCalls/index.js +2 -0
  1828. package/{dist/apiCalls → apiCalls}/transactions/getTransaction.d.ts +0 -0
  1829. package/{dist/apiCalls → apiCalls}/transactions/getTransaction.js +0 -0
  1830. package/{dist/apiCalls → apiCalls}/transactions/getTransactions.d.ts +0 -0
  1831. package/{dist/apiCalls → apiCalls}/transactions/getTransactions.js +0 -0
  1832. package/{dist/apiCalls → apiCalls}/transactions/getTransactions.types.d.ts +0 -0
  1833. package/{dist/apiCalls → apiCalls}/transactions/getTransactions.types.js +0 -0
  1834. package/{dist/apiCalls → apiCalls}/transactions/getTransactionsByHashes.d.ts +0 -0
  1835. package/apiCalls/transactions/getTransactionsByHashes.js +2 -0
  1836. package/{dist/apiCalls → apiCalls}/transactions/getTransactionsCount.d.ts +0 -0
  1837. package/{dist/apiCalls → apiCalls}/transactions/getTransactionsCount.js +0 -0
  1838. package/{dist/apiCalls → apiCalls}/transactions/helpers.d.ts +0 -0
  1839. package/{dist/apiCalls → apiCalls}/transactions/helpers.js +0 -0
  1840. package/{dist/apiCalls → apiCalls}/transactions/index.d.ts +0 -0
  1841. package/apiCalls/transactions/index.js +2 -0
  1842. package/{dist/apiCalls → apiCalls}/transactions/sendSignedTransactions.d.ts +0 -0
  1843. package/apiCalls/transactions/sendSignedTransactions.js +2 -0
  1844. package/{dist/apiCalls → apiCalls}/utils/getCleanApiAddress.d.ts +0 -0
  1845. package/apiCalls/utils/getCleanApiAddress.js +2 -0
  1846. package/{dist/apiCalls → apiCalls}/utils/index.d.ts +0 -0
  1847. package/apiCalls/utils/index.js +2 -0
  1848. package/{dist/assets → assets}/sass/main.js +0 -0
  1849. package/{dist/assets → assets}/sass/mixins/hover.js +0 -0
  1850. package/{dist/assets → assets}/sass/mixins/textTruncate.js +0 -0
  1851. package/{dist/assets → assets}/sass/modules/data/data.js +0 -0
  1852. package/{dist/assets → assets}/sass/modules/icons/iconState.js +0 -0
  1853. package/{dist/assets → assets}/sass/modules/icons/sideIcon.js +0 -0
  1854. package/{dist/assets → assets}/sass/modules/links/links.js +0 -0
  1855. package/{dist/assets → assets}/sass/modules/progress-steps/progressSteps.js +0 -0
  1856. package/{dist/assets → assets}/sass/modules/toast-messages/toastMessages.js +0 -0
  1857. package/{dist/assets → assets}/sass/themes/background.js +0 -0
  1858. package/{dist/assets → assets}/sass/themes/badge.js +0 -0
  1859. package/{dist/assets → assets}/sass/themes/border.js +0 -0
  1860. package/{dist/assets → assets}/sass/themes/button.js +0 -0
  1861. package/{dist/assets → assets}/sass/themes/card.js +0 -0
  1862. package/{dist/assets → assets}/sass/themes/display.js +0 -0
  1863. package/{dist/assets → assets}/sass/themes/flex.js +0 -0
  1864. package/{dist/assets → assets}/sass/themes/font.js +0 -0
  1865. package/{dist/assets → assets}/sass/themes/form.js +0 -0
  1866. package/{dist/assets → assets}/sass/themes/grid.js +0 -0
  1867. package/{dist/assets → assets}/sass/themes/icons.js +0 -0
  1868. package/{dist/assets → assets}/sass/themes/position.js +0 -0
  1869. package/{dist/assets → assets}/sass/themes/shadows.js +0 -0
  1870. package/{dist/assets → assets}/sass/themes/size.js +0 -0
  1871. package/{dist/assets → assets}/sass/themes/spacing.js +0 -0
  1872. package/{dist/assets → assets}/sass/themes/table.js +0 -0
  1873. package/{dist/assets → assets}/sass/themes/text.js +0 -0
  1874. package/{dist/assets → assets}/sass/themes/theme.js +0 -0
  1875. package/{dist/assets → assets}/sass/themes/type.js +0 -0
  1876. package/{dist/assets → assets}/sass/variables/variables.js +0 -0
  1877. package/{dist/components → components}/LogoutListener/LogoutListener.d.ts +0 -0
  1878. package/components/LogoutListener/LogoutListener.js +2 -0
  1879. package/{dist/components → components}/LogoutListener/helpers/index.d.ts +0 -0
  1880. package/components/LogoutListener/helpers/index.js +2 -0
  1881. package/{dist/components → components}/LogoutListener/helpers/useLogoutFromMultipleTabs.d.ts +0 -0
  1882. package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +2 -0
  1883. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogout.d.ts +0 -0
  1884. package/components/LogoutListener/helpers/useNativeAuthLogout.js +2 -0
  1885. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.d.ts +0 -0
  1886. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/getHumanReadableTokenExpirationTime.js +0 -0
  1887. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.d.ts +0 -0
  1888. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/helpers/index.js +0 -0
  1889. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/index.d.ts +0 -0
  1890. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +2 -0
  1891. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/tests/getHumanReadableTokenExpirationTime.test.d.ts +0 -0
  1892. package/{dist/components → components}/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.d.ts +0 -0
  1893. package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +2 -0
  1894. package/{dist/components → components}/LogoutListener/index.d.ts +0 -0
  1895. package/components/LogoutListener/index.js +2 -0
  1896. package/{dist/components → components}/ProviderInitializer.d.ts +0 -0
  1897. package/components/ProviderInitializer.js +2 -0
  1898. package/{dist/components → components}/TransactionSender/TransactionSender.d.ts +0 -0
  1899. package/components/TransactionSender/TransactionSender.js +2 -0
  1900. package/{dist/components → components}/TransactionSender/index.d.ts +0 -0
  1901. package/components/TransactionSender/index.js +2 -0
  1902. package/{dist/components → components}/TransactionStatusToast/FailedTransactionStatusToast.d.ts +0 -0
  1903. package/components/TransactionStatusToast/FailedTransactionStatusToast.js +2 -0
  1904. package/{dist/components → components}/TransactionStatusToast/StatusIcon.d.ts +0 -0
  1905. package/{dist/components → components}/TransactionStatusToast/StatusIcon.js +0 -0
  1906. package/{dist/components → components}/TransactionStatusToast/StatusMessageComponent.d.ts +0 -0
  1907. package/{dist/components → components}/TransactionStatusToast/StatusMessageComponent.js +0 -0
  1908. package/{dist/components → components}/TransactionStatusToast/transactionStatusToast.types.d.ts +0 -0
  1909. package/{dist/components → components}/TransactionStatusToast/transactionStatusToast.types.js +0 -0
  1910. package/{dist/components → components}/TransactionStatusToast/transactionStatusToastStyles.js +0 -0
  1911. package/{dist/components → components}/TransactionsTracker/TransactionTracker.d.ts +0 -0
  1912. package/components/TransactionsTracker/TransactionTracker.js +2 -0
  1913. package/{dist/components → components}/TransactionsTracker/index.d.ts +0 -0
  1914. package/components/TransactionsTracker/index.js +2 -0
  1915. package/{dist/components → components}/TransactionsTracker/useClosureRef.d.ts +0 -0
  1916. package/{dist/components → components}/TransactionsTracker/useClosureRef.js +0 -0
  1917. package/{dist/components → components}/TransactionsTracker/useTransactionsTracker.d.ts +0 -0
  1918. package/components/TransactionsTracker/useTransactionsTracker.js +2 -0
  1919. package/{dist/constants → constants}/errorsMessages.d.ts +0 -0
  1920. package/{dist/constants → constants}/errorsMessages.js +0 -0
  1921. package/{dist/constants → constants}/index.d.ts +0 -0
  1922. package/{dist/constants → constants}/index.js +0 -0
  1923. package/{dist/constants → constants}/ledgerErrorCodes.d.ts +0 -0
  1924. package/{dist/constants → constants}/ledgerErrorCodes.js +0 -0
  1925. package/{dist/constants → constants}/mnemonicWords.d.ts +0 -0
  1926. package/{dist/constants → constants}/mnemonicWords.js +0 -0
  1927. package/{dist/constants → constants}/network.d.ts +0 -0
  1928. package/{dist/constants → constants}/network.js +0 -0
  1929. package/{dist/constants → constants}/transactionStatus.d.ts +0 -0
  1930. package/{dist/constants → constants}/transactionStatus.js +0 -0
  1931. package/{dist/global.d.js → global.d.js} +0 -0
  1932. package/{dist/hooks → hooks}/account/index.d.ts +0 -0
  1933. package/hooks/account/index.js +2 -0
  1934. package/{dist/hooks → hooks}/account/useGetAccount.d.ts +0 -0
  1935. package/hooks/account/useGetAccount.js +2 -0
  1936. package/{dist/hooks → hooks}/account/useGetAccountInfo.d.ts +0 -0
  1937. package/hooks/account/useGetAccountInfo.js +2 -0
  1938. package/{dist/hooks → hooks}/account/useGetAccountProvider.d.ts +0 -0
  1939. package/{dist/hooks → hooks}/account/useGetAccountProvider.js +0 -0
  1940. package/{dist/hooks → hooks}/account/useGetIsLoggedIn.d.ts +0 -0
  1941. package/hooks/account/useGetIsLoggedIn.js +2 -0
  1942. package/{dist/hooks → hooks}/account/useGetLoginInfo.d.ts +0 -0
  1943. package/hooks/account/useGetLoginInfo.js +2 -0
  1944. package/{dist/hooks → hooks}/account/useGetWebsocketEvent.d.ts +0 -0
  1945. package/hooks/account/useGetWebsocketEvent.js +2 -0
  1946. package/{dist/hooks → hooks}/index.d.ts +0 -0
  1947. package/hooks/index.js +2 -0
  1948. package/{dist/hooks → hooks}/login/index.d.ts +0 -0
  1949. package/hooks/login/index.js +2 -0
  1950. package/hooks/login/useAddressScreens.d.ts +38 -0
  1951. package/{dist/hooks → hooks}/login/useAddressScreens.js +0 -0
  1952. package/{dist/hooks → hooks}/login/useExtensionLogin.d.ts +0 -0
  1953. package/hooks/login/useExtensionLogin.js +2 -0
  1954. package/{dist/hooks → hooks}/login/useLedgerLogin.d.ts +0 -0
  1955. package/hooks/login/useLedgerLogin.js +2 -0
  1956. package/{dist/hooks → hooks}/login/useLoginService.d.ts +0 -0
  1957. package/hooks/login/useLoginService.js +2 -0
  1958. package/{dist/hooks → hooks}/login/useWalletConnectLogin.d.ts +0 -0
  1959. package/hooks/login/useWalletConnectLogin.js +2 -0
  1960. package/{dist/hooks → hooks}/login/useWalletConnectV2Login.d.ts +0 -0
  1961. package/hooks/login/useWalletConnectV2Login.js +2 -0
  1962. package/{dist/hooks → hooks}/login/useWebWalletLogin.d.ts +0 -0
  1963. package/hooks/login/useWebWalletLogin.js +2 -0
  1964. package/{dist/hooks → hooks}/signMessage/index.d.ts +0 -0
  1965. package/hooks/signMessage/index.js +2 -0
  1966. package/{dist/hooks → hooks}/signMessage/useGetLastSignedMessageSession.d.ts +0 -0
  1967. package/hooks/signMessage/useGetLastSignedMessageSession.js +2 -0
  1968. package/{dist/hooks → hooks}/signMessage/useGetSignMessageSession.d.ts +0 -0
  1969. package/hooks/signMessage/useGetSignMessageSession.js +2 -0
  1970. package/{dist/hooks → hooks}/signMessage/useGetSignedMessageStatus.d.ts +0 -0
  1971. package/hooks/signMessage/useGetSignedMessageStatus.js +2 -0
  1972. package/{dist/hooks → hooks}/signMessage/useSignMessage.d.ts +0 -0
  1973. package/hooks/signMessage/useSignMessage.js +2 -0
  1974. package/{dist/hooks → hooks}/signMessage/useVerifyMessage.d.ts +0 -0
  1975. package/{dist/hooks → hooks}/signMessage/useVerifyMessage.js +0 -0
  1976. package/{dist/hooks → hooks}/transactions/helpers/getShouldMoveTransactionsToSignedState.d.ts +0 -0
  1977. package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +2 -0
  1978. package/{dist/hooks → hooks}/transactions/helpers/index.d.ts +0 -0
  1979. package/hooks/transactions/helpers/index.js +2 -0
  1980. package/{dist/hooks → hooks}/transactions/helpers/useClearTransactionsToSignWithWarning.d.ts +0 -0
  1981. package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +2 -0
  1982. package/{dist/hooks → hooks}/transactions/helpers/useSetTransactionNonces.d.ts +0 -0
  1983. package/hooks/transactions/helpers/useSetTransactionNonces.js +2 -0
  1984. package/{dist/hooks → hooks}/transactions/index.d.ts +0 -0
  1985. package/hooks/transactions/index.js +2 -0
  1986. package/{dist/hooks → hooks}/transactions/useCancelWalletConnectAction.d.ts +0 -0
  1987. package/{dist/hooks → hooks}/transactions/useCancelWalletConnectAction.js +0 -0
  1988. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/checkBatch.d.ts +0 -0
  1989. package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +2 -0
  1990. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/getPendingTransactions.d.ts +0 -0
  1991. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/getPendingTransactions.js +0 -0
  1992. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/index.d.ts +0 -0
  1993. package/hooks/transactions/useCheckTransactionStatus/index.js +2 -0
  1994. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/manageFailedTransactions.d.ts +0 -0
  1995. package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +2 -0
  1996. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/manageTimedOutTransactions.d.ts +0 -0
  1997. package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +2 -0
  1998. package/{dist/hooks → hooks}/transactions/useCheckTransactionStatus/useCheckTransactionStatus.d.ts +0 -0
  1999. package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +2 -0
  2000. package/{dist/hooks → hooks}/transactions/useGetActiveTransactionsStatus.d.ts +0 -0
  2001. package/hooks/transactions/useGetActiveTransactionsStatus.js +2 -0
  2002. package/{dist/hooks → hooks}/transactions/useGetFailedTransactions.d.ts +0 -0
  2003. package/hooks/transactions/useGetFailedTransactions.js +2 -0
  2004. package/{dist/hooks → hooks}/transactions/useGetPendingTransactions.d.ts +0 -0
  2005. package/hooks/transactions/useGetPendingTransactions.js +2 -0
  2006. package/{dist/hooks → hooks}/transactions/useGetSignTransactionsError.d.ts +0 -0
  2007. package/hooks/transactions/useGetSignTransactionsError.js +2 -0
  2008. package/{dist/hooks → hooks}/transactions/useGetSignedTransactions.d.ts +0 -0
  2009. package/hooks/transactions/useGetSignedTransactions.js +2 -0
  2010. package/{dist/hooks → hooks}/transactions/useGetSuccessfulTransactions.d.ts +0 -0
  2011. package/hooks/transactions/useGetSuccessfulTransactions.js +2 -0
  2012. package/{dist/hooks → hooks}/transactions/useGetTokenDetails.d.ts +0 -0
  2013. package/hooks/transactions/useGetTokenDetails.js +2 -0
  2014. package/{dist/hooks → hooks}/transactions/useGetTransactionDisplayInfo.d.ts +0 -0
  2015. package/hooks/transactions/useGetTransactionDisplayInfo.js +2 -0
  2016. package/{dist/hooks → hooks}/transactions/useParseMultiEsdtTransferData.d.ts +0 -0
  2017. package/{dist/hooks → hooks}/transactions/useParseMultiEsdtTransferData.js +0 -0
  2018. package/{dist/hooks → hooks}/transactions/useParseSignedTransactions.d.ts +0 -0
  2019. package/hooks/transactions/useParseSignedTransactions.js +2 -0
  2020. package/{dist/hooks → hooks}/transactions/useSignMultipleTransactions.d.ts +0 -0
  2021. package/{dist/hooks → hooks}/transactions/useSignMultipleTransactions.js +0 -0
  2022. package/{dist/hooks → hooks}/transactions/useSignTransactions.d.ts +0 -0
  2023. package/hooks/transactions/useSignTransactions.js +2 -0
  2024. package/{dist/hooks → hooks}/transactions/useSignTransactionsCommonData.d.ts +0 -0
  2025. package/hooks/transactions/useSignTransactionsCommonData.js +2 -0
  2026. package/{dist/hooks → hooks}/transactions/useSignTransactionsWithDevice.d.ts +0 -0
  2027. package/hooks/transactions/useSignTransactionsWithDevice.js +2 -0
  2028. package/{dist/hooks → hooks}/transactions/useSignTransactionsWithLedger.d.ts +0 -0
  2029. package/hooks/transactions/useSignTransactionsWithLedger.js +2 -0
  2030. package/{dist/hooks → hooks}/transactions/useTrackTransactionStatus.d.ts +0 -0
  2031. package/hooks/transactions/useTrackTransactionStatus.js +2 -0
  2032. package/{dist/hooks → hooks}/useDebounce.d.ts +0 -0
  2033. package/{dist/hooks → hooks}/useDebounce.js +0 -0
  2034. package/{dist/hooks → hooks}/useGetNetworkConfig.d.ts +0 -0
  2035. package/hooks/useGetNetworkConfig.js +2 -0
  2036. package/{dist/hooks → hooks}/useGetNotification.d.ts +0 -0
  2037. package/hooks/useGetNotification.js +2 -0
  2038. package/{dist/hooks → hooks}/useUpdateEffect.d.ts +0 -0
  2039. package/{dist/hooks → hooks}/useUpdateEffect.js +0 -0
  2040. package/{dist/hooks → hooks}/userInterface/index.d.ts +0 -0
  2041. package/hooks/userInterface/index.js +2 -0
  2042. package/{dist/hooks → hooks}/userInterface/useIsDappModalVisible.d.ts +0 -0
  2043. package/hooks/userInterface/useIsDappModalVisible.js +2 -0
  2044. package/{dist/hooks → hooks}/websocketListener/index.d.ts +0 -0
  2045. package/hooks/websocketListener/index.js +2 -0
  2046. package/{dist/hooks → hooks}/websocketListener/useGetWebsocketUrl.d.ts +0 -0
  2047. package/{dist/hooks → hooks}/websocketListener/useGetWebsocketUrl.js +0 -0
  2048. package/{dist/hooks → hooks}/websocketListener/useInitializeWebsocketConnection.d.ts +0 -0
  2049. package/hooks/websocketListener/useInitializeWebsocketConnection.js +2 -0
  2050. package/{dist/hooks → hooks}/websocketListener/useRegisterWebsocketListener.d.ts +0 -0
  2051. package/hooks/websocketListener/useRegisterWebsocketListener.js +2 -0
  2052. package/{dist/hooks → hooks}/websocketListener/websocketConnection.d.ts +0 -0
  2053. package/{dist/hooks → hooks}/websocketListener/websocketConnection.js +0 -0
  2054. package/{dist/models → models}/TransactionParameter.d.ts +0 -0
  2055. package/{dist/models → models}/TransactionParameter.js +0 -0
  2056. package/{dist/models → models}/index.d.ts +0 -0
  2057. package/{dist/models → models}/index.js +0 -0
  2058. package/{dist/models → models}/newTransaction.d.ts +0 -0
  2059. package/{dist/models → models}/newTransaction.js +0 -0
  2060. package/package.json +1 -1
  2061. package/{dist/providers → providers}/accountProvider.d.ts +0 -0
  2062. package/{dist/providers → providers}/accountProvider.js +0 -0
  2063. package/{dist/providers → providers}/index.d.ts +0 -0
  2064. package/{dist/providers → providers}/index.js +0 -0
  2065. package/{dist/providers → providers}/utils.d.ts +0 -0
  2066. package/{dist/providers → providers}/utils.js +0 -0
  2067. package/{dist/reduxStore → reduxStore}/DappProviderContext.d.ts +0 -0
  2068. package/reduxStore/DappProviderContext.js +2 -0
  2069. package/{dist/reduxStore → reduxStore}/commonActions.d.ts +0 -0
  2070. package/{dist/reduxStore → reduxStore}/commonActions.js +0 -0
  2071. package/{dist/reduxStore → reduxStore}/middlewares/loginSessionMiddleware.d.ts +0 -0
  2072. package/reduxStore/middlewares/loginSessionMiddleware.js +2 -0
  2073. package/{dist/reduxStore → reduxStore}/persistConfig.d.ts +0 -0
  2074. package/reduxStore/persistConfig.js +2 -0
  2075. package/{dist/reduxStore → reduxStore}/persistReduxStore.d.ts +0 -0
  2076. package/{dist/reduxStore → reduxStore}/persistReduxStore.js +0 -0
  2077. package/{dist/reduxStore → reduxStore}/persistedRootReducer.d.ts +0 -0
  2078. package/reduxStore/persistedRootReducer.js +2 -0
  2079. package/{dist/reduxStore → reduxStore}/reducers.d.ts +0 -0
  2080. package/reduxStore/reducers.js +2 -0
  2081. package/{dist/reduxStore → reduxStore}/reduxPersistIgnoredActions.d.ts +0 -0
  2082. package/{dist/reduxStore → reduxStore}/reduxPersistIgnoredActions.js +0 -0
  2083. package/{dist/reduxStore → reduxStore}/rootReducer.d.ts +0 -0
  2084. package/reduxStore/rootReducer.js +2 -0
  2085. package/{dist/reduxStore → reduxStore}/selectors/accountInfoSelectors.d.ts +0 -0
  2086. package/reduxStore/selectors/accountInfoSelectors.js +2 -0
  2087. package/{dist/reduxStore → reduxStore}/selectors/dappModalsSelectors.d.ts +0 -0
  2088. package/{dist/reduxStore → reduxStore}/selectors/dappModalsSelectors.js +0 -0
  2089. package/{dist/reduxStore → reduxStore}/selectors/helpers.d.ts +0 -0
  2090. package/{dist/reduxStore → reduxStore}/selectors/helpers.js +0 -0
  2091. package/{dist/reduxStore → reduxStore}/selectors/index.d.ts +0 -0
  2092. package/reduxStore/selectors/index.js +2 -0
  2093. package/{dist/reduxStore → reduxStore}/selectors/loginInfoSelectors.d.ts +0 -0
  2094. package/reduxStore/selectors/loginInfoSelectors.js +2 -0
  2095. package/{dist/reduxStore → reduxStore}/selectors/modalsSelectors.d.ts +0 -0
  2096. package/{dist/reduxStore → reduxStore}/selectors/modalsSelectors.js +0 -0
  2097. package/{dist/reduxStore → reduxStore}/selectors/networkConfigSelectors.d.ts +0 -0
  2098. package/{dist/reduxStore → reduxStore}/selectors/networkConfigSelectors.js +0 -0
  2099. package/{dist/reduxStore → reduxStore}/selectors/signedMessageInfoSelectors.d.ts +0 -0
  2100. package/{dist/reduxStore → reduxStore}/selectors/signedMessageInfoSelectors.js +0 -0
  2101. package/{dist/reduxStore → reduxStore}/selectors/toastsSelectors.d.ts +0 -0
  2102. package/{dist/reduxStore → reduxStore}/selectors/toastsSelectors.js +0 -0
  2103. package/{dist/reduxStore → reduxStore}/selectors/transactionsInfoSelectors.d.ts +0 -0
  2104. package/reduxStore/selectors/transactionsInfoSelectors.js +2 -0
  2105. package/{dist/reduxStore → reduxStore}/selectors/transactionsSelectors.d.ts +0 -0
  2106. package/reduxStore/selectors/transactionsSelectors.js +2 -0
  2107. package/{dist/reduxStore → reduxStore}/slices/accountInfoSlice.d.ts +0 -0
  2108. package/reduxStore/slices/accountInfoSlice.js +2 -0
  2109. package/{dist/reduxStore → reduxStore}/slices/dappModalsSlice.d.ts +0 -0
  2110. package/{dist/reduxStore → reduxStore}/slices/dappModalsSlice.js +0 -0
  2111. package/{dist/reduxStore → reduxStore}/slices/index.d.ts +0 -0
  2112. package/reduxStore/slices/index.js +2 -0
  2113. package/reduxStore/slices/loginInfoSlice.d.ts +40 -0
  2114. package/reduxStore/slices/loginInfoSlice.js +2 -0
  2115. package/{dist/reduxStore → reduxStore}/slices/modalsSlice.d.ts +0 -0
  2116. package/{dist/reduxStore → reduxStore}/slices/modalsSlice.js +0 -0
  2117. package/{dist/reduxStore → reduxStore}/slices/networkConfigSlice.d.ts +0 -0
  2118. package/{dist/reduxStore → reduxStore}/slices/networkConfigSlice.js +0 -0
  2119. package/{dist/reduxStore → reduxStore}/slices/signedMessageInfoSlice.d.ts +0 -0
  2120. package/{dist/reduxStore → reduxStore}/slices/signedMessageInfoSlice.js +0 -0
  2121. package/{dist/reduxStore → reduxStore}/slices/toastsSlice.d.ts +0 -0
  2122. package/{dist/reduxStore → reduxStore}/slices/toastsSlice.js +0 -0
  2123. package/{dist/reduxStore → reduxStore}/slices/transactionsInfoSlice.d.ts +0 -0
  2124. package/{dist/reduxStore → reduxStore}/slices/transactionsInfoSlice.js +0 -0
  2125. package/{dist/reduxStore → reduxStore}/slices/transactionsSlice.d.ts +0 -0
  2126. package/{dist/reduxStore → reduxStore}/slices/transactionsSlice.js +0 -0
  2127. package/{dist/reduxStore → reduxStore}/store.d.ts +0 -0
  2128. package/reduxStore/store.js +2 -0
  2129. package/{dist/services → services}/index.d.ts +0 -0
  2130. package/services/index.js +2 -0
  2131. package/{dist/services → services}/nativeAuth/helpers/decodeNativeAuthToken.d.ts +0 -0
  2132. package/{dist/services → services}/nativeAuth/helpers/decodeNativeAuthToken.js +0 -0
  2133. package/{dist/services → services}/nativeAuth/helpers/encodeValue.d.ts +0 -0
  2134. package/{dist/services → services}/nativeAuth/helpers/encodeValue.js +0 -0
  2135. package/{dist/services → services}/nativeAuth/helpers/getLatestBlockHash.d.ts +0 -0
  2136. package/{dist/services → services}/nativeAuth/helpers/getLatestBlockHash.js +0 -0
  2137. package/{dist/services → services}/nativeAuth/helpers/index.d.ts +0 -0
  2138. package/{dist/services → services}/nativeAuth/helpers/index.js +0 -0
  2139. package/{dist/services → services}/nativeAuth/helpers/tests/decodeNativeAuthToken.test.d.ts +0 -0
  2140. package/{dist/services → services}/nativeAuth/index.d.ts +0 -0
  2141. package/{dist/services → services}/nativeAuth/index.js +0 -0
  2142. package/{dist/services → services}/nativeAuth/methods/getNativeAuthConfig.d.ts +0 -0
  2143. package/{dist/services → services}/nativeAuth/methods/getNativeAuthConfig.js +0 -0
  2144. package/{dist/services → services}/nativeAuth/methods/getToken.d.ts +0 -0
  2145. package/{dist/services → services}/nativeAuth/methods/getToken.js +0 -0
  2146. package/{dist/services → services}/nativeAuth/methods/getTokenExpiration.d.ts +0 -0
  2147. package/{dist/services → services}/nativeAuth/methods/getTokenExpiration.js +0 -0
  2148. package/{dist/services → services}/nativeAuth/methods/index.d.ts +0 -0
  2149. package/{dist/services → services}/nativeAuth/methods/index.js +0 -0
  2150. package/{dist/services → services}/nativeAuth/methods/tests/getTokenExpiration.test.d.ts +0 -0
  2151. package/{dist/services → services}/nativeAuth/nativeAuth.d.ts +0 -0
  2152. package/{dist/services → services}/nativeAuth/nativeAuth.js +0 -0
  2153. package/{dist/services → services}/nativeAuth/tests/nativeAuth.test.d.ts +0 -0
  2154. package/{dist/services → services}/transactions/clearTransactions.d.ts +0 -0
  2155. package/services/transactions/clearTransactions.js +2 -0
  2156. package/{dist/services → services}/transactions/index.d.ts +0 -0
  2157. package/services/transactions/index.js +2 -0
  2158. package/{dist/services → services}/transactions/isCrossShardTransaction.d.ts +0 -0
  2159. package/{dist/services → services}/transactions/isCrossShardTransaction.js +0 -0
  2160. package/{dist/services → services}/transactions/sendTransactions.d.ts +0 -0
  2161. package/services/transactions/sendTransactions.js +2 -0
  2162. package/{dist/services → services}/transactions/signTransactions.d.ts +0 -0
  2163. package/services/transactions/signTransactions.js +2 -0
  2164. package/{dist/services → services}/transactions/transformAndSignTransactions.d.ts +0 -0
  2165. package/services/transactions/transformAndSignTransactions.js +2 -0
  2166. package/{dist/services → services}/transactions/utils.d.ts +0 -0
  2167. package/{dist/services → services}/transactions/utils.js +0 -0
  2168. package/{dist/setupTests.d.ts → setupTests.d.ts} +0 -0
  2169. package/{dist/storage → storage}/local.d.ts +0 -0
  2170. package/storage/local.js +2 -0
  2171. package/{dist/types → types}/account.types.d.ts +0 -0
  2172. package/{dist/types → types}/account.types.js +0 -0
  2173. package/{dist/types → types}/dappProvider.types.d.ts +0 -0
  2174. package/{dist/types → types}/dappProvider.types.js +0 -0
  2175. package/{dist/types → types}/enums.types.d.ts +0 -0
  2176. package/{dist/types → types}/enums.types.js +0 -0
  2177. package/{dist/types → types}/index.d.ts +0 -0
  2178. package/{dist/types → types}/index.js +0 -0
  2179. package/{dist/types → types}/login.types.d.ts +0 -0
  2180. package/{dist/types → types}/login.types.js +0 -0
  2181. package/{dist/types → types}/network.types.d.ts +0 -0
  2182. package/{dist/types → types}/network.types.js +0 -0
  2183. package/{dist/types → types}/reducers.types.d.ts +0 -0
  2184. package/{dist/types → types}/reducers.types.js +0 -0
  2185. package/{dist/types → types}/serverTransactions.types.d.ts +0 -0
  2186. package/{dist/types → types}/serverTransactions.types.js +0 -0
  2187. package/{dist/types → types}/signedMessage.types.d.ts +0 -0
  2188. package/{dist/types → types}/signedMessage.types.js +0 -0
  2189. package/{dist/types → types}/suspiciousLink.d.ts +0 -0
  2190. package/{dist/types → types}/suspiciousLink.js +0 -0
  2191. package/{dist/types → types}/toasts.types.d.ts +0 -0
  2192. package/{dist/types → types}/toasts.types.js +0 -0
  2193. package/{dist/types → types}/tokens.types.d.ts +0 -0
  2194. package/{dist/types → types}/tokens.types.js +0 -0
  2195. package/{dist/types → types}/transactions.types.d.ts +0 -0
  2196. package/{dist/types → types}/transactions.types.js +0 -0
  2197. package/{dist/typings.d.js → typings.d.js} +0 -0
  2198. package/{dist/utils → utils}/account/addressIsValid.d.ts +0 -0
  2199. package/{dist/utils → utils}/account/addressIsValid.js +0 -0
  2200. package/{dist/utils → utils}/account/getAccount.d.ts +0 -0
  2201. package/utils/account/getAccount.js +2 -0
  2202. package/{dist/utils → utils}/account/getAccountBalance.d.ts +0 -0
  2203. package/utils/account/getAccountBalance.js +2 -0
  2204. package/{dist/utils → utils}/account/getAccountProviderType.d.ts +0 -0
  2205. package/{dist/utils → utils}/account/getAccountProviderType.js +0 -0
  2206. package/{dist/utils → utils}/account/getAccountShard.d.ts +0 -0
  2207. package/utils/account/getAccountShard.js +2 -0
  2208. package/{dist/utils → utils}/account/getAddress.d.ts +0 -0
  2209. package/utils/account/getAddress.js +2 -0
  2210. package/{dist/utils → utils}/account/getIsProviderEqualTo.d.ts +0 -0
  2211. package/{dist/utils → utils}/account/getIsProviderEqualTo.js +0 -0
  2212. package/{dist/utils → utils}/account/getLatestNonce.d.ts +0 -0
  2213. package/utils/account/getLatestNonce.js +2 -0
  2214. package/{dist/utils → utils}/account/getShardOfAddress.d.ts +0 -0
  2215. package/{dist/utils → utils}/account/getShardOfAddress.js +0 -0
  2216. package/{dist/utils → utils}/account/index.d.ts +0 -0
  2217. package/utils/account/index.js +2 -0
  2218. package/{dist/utils → utils}/account/loginWithExternalProvider.d.ts +0 -0
  2219. package/utils/account/loginWithExternalProvider.js +2 -0
  2220. package/{dist/utils → utils}/account/refreshAccount.d.ts +0 -0
  2221. package/utils/account/refreshAccount.js +2 -0
  2222. package/{dist/utils → utils}/account/setNonce.d.ts +0 -0
  2223. package/utils/account/setNonce.js +2 -0
  2224. package/{dist/utils → utils}/account/signMessage.d.ts +0 -0
  2225. package/utils/account/signMessage.js +2 -0
  2226. package/{dist/utils → utils}/asyncActions/index.d.ts +0 -0
  2227. package/{dist/utils → utils}/asyncActions/index.js +0 -0
  2228. package/{dist/utils → utils}/asyncActions/sleep.d.ts +0 -0
  2229. package/{dist/utils → utils}/asyncActions/sleep.js +0 -0
  2230. package/{dist/utils → utils}/asyncActions/timeoutPromise.d.ts +0 -0
  2231. package/{dist/utils → utils}/asyncActions/timeoutPromise.js +0 -0
  2232. package/{dist/utils → utils}/buildUrlParams.d.ts +0 -0
  2233. package/{dist/utils → utils}/buildUrlParams.js +0 -0
  2234. package/{dist/utils → utils}/clearNavigationHistory.d.ts +0 -0
  2235. package/{dist/utils → utils}/clearNavigationHistory.js +0 -0
  2236. package/{dist/utils → utils}/dateTime/getUnixTimestamp.d.ts +0 -0
  2237. package/{dist/utils → utils}/dateTime/getUnixTimestamp.js +0 -0
  2238. package/{dist/utils → utils}/dateTime/getUnixTimestampWithAddedMilliseconds.d.ts +0 -0
  2239. package/{dist/utils → utils}/dateTime/getUnixTimestampWithAddedMilliseconds.js +0 -0
  2240. package/{dist/utils → utils}/dateTime/getUnixTimestampWithAddedSeconds.d.ts +0 -0
  2241. package/{dist/utils → utils}/dateTime/getUnixTimestampWithAddedSeconds.js +0 -0
  2242. package/{dist/utils → utils}/dateTime/index.d.ts +0 -0
  2243. package/{dist/utils → utils}/dateTime/index.js +0 -0
  2244. package/{dist/utils → utils}/decoders/base64Utils.d.ts +0 -0
  2245. package/{dist/utils → utils}/decoders/base64Utils.js +0 -0
  2246. package/{dist/utils → utils}/decoders/decodePart.d.ts +0 -0
  2247. package/{dist/utils → utils}/decoders/decodePart.js +0 -0
  2248. package/{dist/utils → utils}/decoders/index.d.ts +0 -0
  2249. package/{dist/utils → utils}/decoders/index.js +0 -0
  2250. package/{dist/utils → utils}/decoders/isUtf8.d.ts +0 -0
  2251. package/{dist/utils → utils}/decoders/isUtf8.js +0 -0
  2252. package/{dist/utils → utils}/decoders/tests/decodePart.test.d.ts +0 -0
  2253. package/{dist/utils → utils}/environment/index.d.ts +0 -0
  2254. package/{dist/utils → utils}/environment/index.js +0 -0
  2255. package/{dist/utils → utils}/environment/isMobileEnvironment.d.ts +0 -0
  2256. package/{dist/utils → utils}/environment/isMobileEnvironment.js +0 -0
  2257. package/{dist/utils → utils}/environment/isWebEnvironment.d.ts +0 -0
  2258. package/{dist/utils → utils}/environment/isWebEnvironment.js +0 -0
  2259. package/{dist/utils → utils}/getAllStringOccurrences.d.ts +0 -0
  2260. package/{dist/utils → utils}/getAllStringOccurrences.js +0 -0
  2261. package/{dist/utils → utils}/getIsLoggedIn.d.ts +0 -0
  2262. package/utils/getIsLoggedIn.js +2 -0
  2263. package/{dist/utils → utils}/index.d.ts +0 -0
  2264. package/utils/index.js +2 -0
  2265. package/{dist/utils → utils}/internal/getLedgerErrorCodes.d.ts +0 -0
  2266. package/{dist/utils → utils}/internal/getLedgerErrorCodes.js +0 -0
  2267. package/{dist/utils → utils}/internal/getRandomAddressFromNetwork.d.ts +0 -0
  2268. package/{dist/utils → utils}/internal/getRandomAddressFromNetwork.js +0 -0
  2269. package/{dist/utils → utils}/internal/index.d.ts +0 -0
  2270. package/{dist/utils → utils}/internal/index.js +0 -0
  2271. package/{dist/utils → utils}/internal/optionalRedirect.d.ts +0 -0
  2272. package/{dist/utils → utils}/internal/optionalRedirect.js +0 -0
  2273. package/{dist/utils → utils}/logout.d.ts +0 -0
  2274. package/utils/logout.js +2 -0
  2275. package/{dist/utils → utils}/math.d.ts +0 -0
  2276. package/{dist/utils → utils}/math.js +0 -0
  2277. package/{dist/utils → utils}/network/getChainID.d.ts +0 -0
  2278. package/utils/network/getChainID.js +2 -0
  2279. package/{dist/utils → utils}/network/getEgldLabel.d.ts +0 -0
  2280. package/utils/network/getEgldLabel.js +2 -0
  2281. package/{dist/utils → utils}/network/getNetworkConfig.d.ts +0 -0
  2282. package/utils/network/getNetworkConfig.js +2 -0
  2283. package/{dist/utils → utils}/network/index.d.ts +0 -0
  2284. package/utils/network/index.js +2 -0
  2285. package/{dist/utils → utils}/operations/calculateFeeLimit.d.ts +0 -0
  2286. package/{dist/utils → utils}/operations/calculateFeeLimit.js +0 -0
  2287. package/{dist/utils → utils}/operations/denominate.d.ts +0 -0
  2288. package/{dist/utils → utils}/operations/denominate.js +0 -0
  2289. package/{dist/utils → utils}/operations/formatAmount.d.ts +0 -0
  2290. package/{dist/utils → utils}/operations/formatAmount.js +0 -0
  2291. package/{dist/utils → utils}/operations/getUsdValue.d.ts +0 -0
  2292. package/{dist/utils → utils}/operations/getUsdValue.js +0 -0
  2293. package/{dist/utils → utils}/operations/index.d.ts +0 -0
  2294. package/{dist/utils → utils}/operations/index.js +0 -0
  2295. package/{dist/utils → utils}/operations/nominate.d.ts +0 -0
  2296. package/{dist/utils → utils}/operations/nominate.js +0 -0
  2297. package/{dist/utils → utils}/operations/parseAmount.d.ts +0 -0
  2298. package/{dist/utils → utils}/operations/parseAmount.js +0 -0
  2299. package/{dist/utils → utils}/operations/pipe.d.ts +0 -0
  2300. package/{dist/utils → utils}/operations/pipe.js +0 -0
  2301. package/{dist/utils → utils}/operations/tests/calculateFeeLimit.test.d.ts +0 -0
  2302. package/{dist/utils → utils}/operations/tests/formatAmount.test.d.ts +0 -0
  2303. package/{dist/utils → utils}/operations/tests/getUsdValue.test.d.ts +0 -0
  2304. package/{dist/utils → utils}/operations/tests/parseAmount.test.d.ts +0 -0
  2305. package/{dist/utils → utils}/operations/tests/pipe.test.d.ts +0 -0
  2306. package/{dist/utils → utils}/operations/tests/timeRemaining.test.d.ts +0 -0
  2307. package/{dist/utils → utils}/operations/timeRemaining.d.ts +0 -0
  2308. package/{dist/utils → utils}/operations/timeRemaining.js +0 -0
  2309. package/{dist/utils → utils}/operations/truncate.d.ts +0 -0
  2310. package/{dist/utils → utils}/operations/truncate.js +0 -0
  2311. package/{dist/utils → utils}/parseNavigationParams.d.ts +0 -0
  2312. package/{dist/utils → utils}/parseNavigationParams.js +0 -0
  2313. package/{dist/utils → utils}/redirect.d.ts +0 -0
  2314. package/{dist/utils → utils}/redirect.js +0 -0
  2315. package/{dist/utils → utils}/retryMultipleTimes.d.ts +0 -0
  2316. package/{dist/utils → utils}/retryMultipleTimes.js +0 -0
  2317. package/utils/sanitizeCallbackUrl.d.ts +2 -0
  2318. package/utils/sanitizeCallbackUrl.js +2 -0
  2319. package/{dist/utils → utils}/smartContracts.d.ts +0 -0
  2320. package/{dist/utils → utils}/smartContracts.js +0 -0
  2321. package/{dist/utils → utils}/storage/index.d.ts +0 -0
  2322. package/utils/storage/index.js +2 -0
  2323. package/{dist/utils → utils}/storage/local.d.ts +0 -0
  2324. package/{dist/utils → utils}/storage/local.js +0 -0
  2325. package/{dist/utils → utils}/storage/session.d.ts +0 -0
  2326. package/{dist/utils → utils}/storage/session.js +0 -0
  2327. package/{dist/utils → utils}/switchTrue.d.ts +0 -0
  2328. package/{dist/utils → utils}/switchTrue.js +0 -0
  2329. package/utils/tests/sanitizeCallbackUrl.test.d.ts +2 -0
  2330. package/{dist/utils → utils}/tests/smartContracts.test.d.ts +0 -0
  2331. package/{dist/utils → utils}/toasts/customToastsActions.d.ts +0 -0
  2332. package/utils/toasts/customToastsActions.js +2 -0
  2333. package/{dist/utils → utils}/toasts/index.d.ts +0 -0
  2334. package/utils/toasts/index.js +2 -0
  2335. package/{dist/utils → utils}/transactions/builtCallbackUrl.d.ts +0 -0
  2336. package/{dist/utils → utils}/transactions/builtCallbackUrl.js +0 -0
  2337. package/{dist/utils → utils}/transactions/getAllTransactionsLink.d.ts +0 -0
  2338. package/utils/transactions/getAllTransactionsLink.js +2 -0
  2339. package/{dist/utils → utils}/transactions/getAreTransactionsOnSameShard.d.ts +0 -0
  2340. package/{dist/utils → utils}/transactions/getAreTransactionsOnSameShard.js +0 -0
  2341. package/{dist/utils → utils}/transactions/getInterpretedTransaction/constants.d.ts +0 -0
  2342. package/{dist/utils → utils}/transactions/getInterpretedTransaction/constants.js +0 -0
  2343. package/{dist/utils → utils}/transactions/getInterpretedTransaction/getInterpretedTransaction.d.ts +0 -0
  2344. package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +2 -0
  2345. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.d.ts +0 -0
  2346. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/explorerUrlBuilder.js +0 -0
  2347. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getExplorerLink.d.ts +0 -0
  2348. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getExplorerLink.js +0 -0
  2349. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.d.ts +0 -0
  2350. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getHumanReadableTimeFormat.js +0 -0
  2351. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getOperationsMessages.d.ts +0 -0
  2352. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getOperationsMessages.js +0 -0
  2353. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getReceiptMessage.d.ts +0 -0
  2354. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +0 -0
  2355. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getScResultsMessages.d.ts +0 -0
  2356. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getScResultsMessages.js +0 -0
  2357. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionMethod.d.ts +0 -0
  2358. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionMethod.js +0 -0
  2359. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.d.ts +0 -0
  2360. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiver.js +0 -0
  2361. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.d.ts +0 -0
  2362. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionReceiverAssets.js +0 -0
  2363. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionTokens.d.ts +0 -0
  2364. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionTokens.js +0 -0
  2365. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.d.ts +0 -0
  2366. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionTransferType.js +0 -0
  2367. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.d.ts +0 -0
  2368. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -0
  2369. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.d.ts +0 -0
  2370. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +0 -0
  2371. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.d.ts +0 -0
  2372. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +0 -0
  2373. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.d.ts +0 -0
  2374. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +0 -0
  2375. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.d.ts +0 -0
  2376. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +0 -0
  2377. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.d.ts +0 -0
  2378. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +0 -0
  2379. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.d.ts +0 -0
  2380. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +2 -0
  2381. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.d.ts +0 -0
  2382. package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -0
  2383. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/index.d.ts +0 -0
  2384. package/utils/transactions/getInterpretedTransaction/helpers/index.js +2 -0
  2385. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/base-transaction-mock.d.ts +0 -0
  2386. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getExplorerkLink.test.d.ts +0 -0
  2387. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getHumanReadableTimeFormat.test.d.ts +0 -0
  2388. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getOperationsMessages.test.d.ts +0 -0
  2389. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getReceiptMessage.test.d.ts +0 -0
  2390. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getScResultsMessages.test.d.ts +0 -0
  2391. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionMethod.test.d.ts +0 -0
  2392. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionReceiver.test.d.ts +0 -0
  2393. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionReceiverAssets.test.d.ts +0 -0
  2394. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionTokens.test.d.ts +0 -0
  2395. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/tests/getTransactionTransferType.test.d.ts +0 -0
  2396. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/types.d.ts +0 -0
  2397. package/{dist/utils → utils}/transactions/getInterpretedTransaction/helpers/types.js +0 -0
  2398. package/{dist/utils → utils}/transactions/getInterpretedTransaction/index.d.ts +0 -0
  2399. package/utils/transactions/getInterpretedTransaction/index.js +2 -0
  2400. package/{dist/utils → utils}/transactions/getInterpretedTransaction/tests/extended-transaction-mock.d.ts +0 -0
  2401. package/{dist/utils → utils}/transactions/getInterpretedTransaction/tests/getInterpretedTransaction.test.d.ts +0 -0
  2402. package/{dist/utils → utils}/transactions/getTokenFromData.d.ts +0 -0
  2403. package/{dist/utils → utils}/transactions/getTokenFromData.js +0 -0
  2404. package/{dist/utils → utils}/transactions/getTransactionLink.d.ts +0 -0
  2405. package/utils/transactions/getTransactionLink.js +2 -0
  2406. package/{dist/utils → utils}/transactions/index.d.ts +0 -0
  2407. package/utils/transactions/index.js +2 -0
  2408. package/{dist/utils → utils}/transactions/isTokenTransfer.d.ts +0 -0
  2409. package/{dist/utils → utils}/transactions/isTokenTransfer.js +0 -0
  2410. package/{dist/utils → utils}/transactions/parseMultiEsdtTransferData.d.ts +0 -0
  2411. package/{dist/utils → utils}/transactions/parseMultiEsdtTransferData.js +0 -0
  2412. package/{dist/utils → utils}/transactions/parseTransactionAfterSigning.d.ts +0 -0
  2413. package/{dist/utils → utils}/transactions/parseTransactionAfterSigning.js +0 -0
  2414. package/{dist/utils → utils}/transactions/tests/getNftFromData.test.d.ts +0 -0
  2415. package/{dist/utils → utils}/transactions/tests/parseMultiEsdtTransferData.test.d.ts +0 -0
  2416. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.d.ts +0 -0
  2417. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +0 -0
  2418. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.d.ts +0 -0
  2419. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +0 -0
  2420. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.d.ts +0 -0
  2421. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +0 -0
  2422. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.d.ts +0 -0
  2423. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getHexValidationWarnings.js +0 -0
  2424. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.d.ts +0 -0
  2425. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +0 -0
  2426. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.d.ts +0 -0
  2427. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +0 -0
  2428. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/index.d.ts +0 -0
  2429. package/{dist/utils → utils}/transactions/transactionInfoHelpers/decodeForDisplay/index.js +0 -0
  2430. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListDataHexValue.d.ts +0 -0
  2431. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListDataHexValue.js +0 -0
  2432. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListHighlight.d.ts +0 -0
  2433. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListHighlight.js +0 -0
  2434. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.d.ts +0 -0
  2435. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getEventListInitialDecodeMethod.js +0 -0
  2436. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getOperationDirection.d.ts +0 -0
  2437. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getOperationDirection.js +0 -0
  2438. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsDecodedData.d.ts +0 -0
  2439. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsDecodedData.js +0 -0
  2440. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsHighlight.d.ts +0 -0
  2441. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsHighlight.js +0 -0
  2442. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.d.ts +0 -0
  2443. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +0 -0
  2444. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScamFlag.d.ts +0 -0
  2445. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getScamFlag.js +0 -0
  2446. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getShardText.d.ts +0 -0
  2447. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getShardText.js +0 -0
  2448. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionActionNftText.d.ts +0 -0
  2449. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionActionNftText.js +0 -0
  2450. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionActionTokenText.d.ts +0 -0
  2451. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +0 -0
  2452. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionFee.d.ts +0 -0
  2453. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionFee.js +0 -0
  2454. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.d.ts +0 -0
  2455. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +0 -0
  2456. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionMessages.d.ts +0 -0
  2457. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionMessages.js +0 -0
  2458. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionStatus.d.ts +0 -0
  2459. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionStatus.js +0 -0
  2460. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionStatusText.d.ts +0 -0
  2461. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTransactionStatusText.js +0 -0
  2462. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTrimmedHash.d.ts +0 -0
  2463. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getTrimmedHash.js +0 -0
  2464. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getVisibleOperations.d.ts +0 -0
  2465. package/{dist/utils → utils}/transactions/transactionInfoHelpers/getVisibleOperations.js +0 -0
  2466. package/{dist/utils → utils}/transactions/transactionInfoHelpers/index.d.ts +0 -0
  2467. package/utils/transactions/transactionInfoHelpers/index.js +2 -0
  2468. package/{dist/utils → utils}/transactions/transactionInfoHelpers/tests/getScamFlag.test.d.ts +0 -0
  2469. package/{dist/utils → utils}/transactions/transactionInfoHelpers/tests/getShardText.test.d.ts +0 -0
  2470. package/{dist/utils → utils}/transactions/transactionInfoHelpers/tests/getTransactionLinkWithLabel.test.d.ts +0 -0
  2471. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.d.ts +0 -0
  2472. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/esdtNftUnwrapper.js +0 -0
  2473. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.d.ts +0 -0
  2474. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +2 -0
  2475. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.d.ts +0 -0
  2476. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +0 -0
  2477. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.d.ts +0 -0
  2478. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/stakeUnwrapper.js +0 -0
  2479. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.d.ts +0 -0
  2480. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +2 -0
  2481. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/tests/transactionActionUnwrapper.test.d.ts +0 -0
  2482. package/{dist/utils → utils}/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.d.ts +0 -0
  2483. package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +2 -0
  2484. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useDataDecode.d.ts +0 -0
  2485. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useDataDecode.js +0 -0
  2486. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useDataDecodeMethod.d.ts +0 -0
  2487. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useDataDecodeMethod.js +0 -0
  2488. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useGetOperationList.d.ts +0 -0
  2489. package/{dist/utils → utils}/transactions/transactionInfoHelpers/useGetOperationList.js +0 -0
  2490. package/{dist/utils → utils}/transactions/transactionStateByStatus.d.ts +0 -0
  2491. package/{dist/utils → utils}/transactions/transactionStateByStatus.js +0 -0
  2492. package/{dist/utils → utils}/validation/getIdentifierType.d.ts +0 -0
  2493. package/{dist/utils → utils}/validation/getIdentifierType.js +0 -0
  2494. package/{dist/utils → utils}/validation/index.d.ts +0 -0
  2495. package/{dist/utils → utils}/validation/index.js +0 -0
  2496. package/{dist/utils → utils}/validation/maxDecimals.d.ts +0 -0
  2497. package/{dist/utils → utils}/validation/maxDecimals.js +0 -0
  2498. package/{dist/utils → utils}/validation/stringIsFloat.d.ts +0 -0
  2499. package/{dist/utils → utils}/validation/stringIsFloat.js +0 -0
  2500. package/{dist/utils → utils}/validation/stringIsInteger.d.ts +0 -0
  2501. package/{dist/utils → utils}/validation/stringIsInteger.js +0 -0
  2502. package/{dist/utils → utils}/validation/tests/stringIsFloat.test.d.ts +0 -0
  2503. package/{dist/utils → utils}/validation/tests/stringIsInteger.test.d.ts +0 -0
  2504. package/{dist/utils → utils}/websocket/getWebsocketUrl.d.ts +0 -0
  2505. package/{dist/utils → utils}/websocket/getWebsocketUrl.js +0 -0
  2506. package/{dist/utils → utils}/websocket/index.d.ts +0 -0
  2507. package/{dist/utils → utils}/websocket/index.js +0 -0
  2508. package/{dist/web → web}/hooks/index.d.ts +0 -0
  2509. package/web/hooks/index.js +2 -0
  2510. package/{dist/web → web}/hooks/useIdleTimer.d.ts +0 -0
  2511. package/web/hooks/useIdleTimer.js +2 -0
  2512. package/{dist/web → web}/index.d.ts +0 -0
  2513. package/web/index.js +2 -0
  2514. package/{dist/wrappers → wrappers}/AppInitializer.d.ts +0 -0
  2515. package/wrappers/AppInitializer.js +2 -0
  2516. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/index.d.ts +0 -0
  2517. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/index.js +0 -0
  2518. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/matchPath.d.ts +0 -0
  2519. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/matchPath.js +0 -0
  2520. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/matchRoute.d.ts +0 -0
  2521. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/matchRoute.js +0 -0
  2522. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/helpers/tests/matchRoute.test.d.ts +0 -0
  2523. package/{dist/wrappers → wrappers}/AuthenticatedRoutesWrapper/index.d.ts +0 -0
  2524. package/wrappers/AuthenticatedRoutesWrapper/index.js +2 -0
  2525. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/AxiosInterceptorContext.d.ts +0 -0
  2526. package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +2 -0
  2527. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/components/AxiosInterceptor.d.ts +0 -0
  2528. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +2 -0
  2529. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.d.ts +0 -0
  2530. package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +2 -0
  2531. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/components/LoginInfoListener.d.ts +0 -0
  2532. package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +2 -0
  2533. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/components/index.d.ts +0 -0
  2534. package/wrappers/AxiosInterceptorContext/components/index.js +2 -0
  2535. package/{dist/wrappers → wrappers}/AxiosInterceptorContext/index.d.ts +0 -0
  2536. package/wrappers/AxiosInterceptorContext/index.js +2 -0
  2537. package/{dist/wrappers → wrappers}/DappProvider/CustomComponents.d.ts +0 -0
  2538. package/wrappers/DappProvider/CustomComponents.js +2 -0
  2539. package/{dist/wrappers → wrappers}/DappProvider/index.d.ts +0 -0
  2540. package/wrappers/DappProvider/index.js +2 -0
  2541. package/{dist/wrappers → wrappers}/index.d.ts +0 -0
  2542. package/wrappers/index.js +2 -0
  2543. package/.storybook/main.js +0 -51
  2544. package/.storybook/preview.js +0 -13
  2545. package/changelog.js +0 -84
  2546. package/dist/UI/DappModal/hooks/index.js +0 -2
  2547. package/dist/UI/DappModal/hooks/useDappModal.js +0 -2
  2548. package/dist/UI/DappModal/index.js +0 -2
  2549. package/dist/UI/ExplorerLink/ExplorerLink.js +0 -2
  2550. package/dist/UI/ExplorerLink/index.js +0 -2
  2551. package/dist/UI/ModalContainer/ModalContainer.js +0 -2
  2552. package/dist/UI/ModalContainer/index.js +0 -2
  2553. package/dist/UI/NotificationModal/index.js +0 -2
  2554. package/dist/UI/Progress/index.js +0 -2
  2555. package/dist/UI/SignTransactionsModals/SignTransactionsModals.js +0 -2
  2556. package/dist/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +0 -2
  2557. package/dist/UI/SignTransactionsModals/SignWithDeviceModal/index.js +0 -2
  2558. package/dist/UI/SignTransactionsModals/SignWithExtensionModal/index.js +0 -2
  2559. package/dist/UI/SignTransactionsModals/SignWithLedgerModal/index.js +0 -2
  2560. package/dist/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +0 -2
  2561. package/dist/UI/SignTransactionsModals/components/ConfirmationScreen.js +0 -2
  2562. package/dist/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +0 -2
  2563. package/dist/UI/SignTransactionsModals/components/TransactionStatusToast.js +0 -2
  2564. package/dist/UI/SignTransactionsModals/components/index.js +0 -2
  2565. package/dist/UI/SignTransactionsModals/index.js +0 -2
  2566. package/dist/UI/TokenDetails/index.js +0 -2
  2567. package/dist/UI/TransactionDetails/TransactionDetails.js +0 -2
  2568. package/dist/UI/TransactionDetails/components/TransactionDetailsBody.js +0 -2
  2569. package/dist/UI/TransactionDetails/components/index.js +0 -2
  2570. package/dist/UI/TransactionDetails/index.js +0 -2
  2571. package/dist/UI/TransactionInfo/TransactionInfo.js +0 -2
  2572. package/dist/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +0 -2
  2573. package/dist/UI/TransactionInfo/components/AddressDetailItem/index.js +0 -2
  2574. package/dist/UI/TransactionInfo/components/EventsList/EventsList.js +0 -2
  2575. package/dist/UI/TransactionInfo/components/EventsList/index.js +0 -2
  2576. package/dist/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +0 -2
  2577. package/dist/UI/TransactionInfo/components/NonceMessage/index.js +0 -2
  2578. package/dist/UI/TransactionInfo/components/OperationsList/OperationList.js +0 -2
  2579. package/dist/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +0 -2
  2580. package/dist/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +0 -2
  2581. package/dist/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +0 -2
  2582. package/dist/UI/TransactionInfo/components/OperationsList/components/OperationText.js +0 -2
  2583. package/dist/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +0 -2
  2584. package/dist/UI/TransactionInfo/components/OperationsList/components/index.js +0 -2
  2585. package/dist/UI/TransactionInfo/components/OperationsList/index.js +0 -2
  2586. package/dist/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +0 -2
  2587. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +0 -2
  2588. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +0 -2
  2589. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +0 -2
  2590. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +0 -2
  2591. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +0 -2
  2592. package/dist/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +0 -2
  2593. package/dist/UI/TransactionInfo/components/ScResultsList/index.js +0 -2
  2594. package/dist/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +0 -2
  2595. package/dist/UI/TransactionInfo/components/ScrDetailItem/index.js +0 -2
  2596. package/dist/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +0 -2
  2597. package/dist/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +0 -2
  2598. package/dist/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +0 -2
  2599. package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +0 -2
  2600. package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +0 -2
  2601. package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +0 -2
  2602. package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +0 -2
  2603. package/dist/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +0 -2
  2604. package/dist/UI/TransactionInfo/components/TransactionAction/components/index.js +0 -2
  2605. package/dist/UI/TransactionInfo/components/TransactionAction/index.js +0 -2
  2606. package/dist/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +0 -2
  2607. package/dist/UI/TransactionInfo/components/TransactionLogs/index.js +0 -2
  2608. package/dist/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +0 -2
  2609. package/dist/UI/TransactionInfo/components/TransactionStatus/index.js +0 -2
  2610. package/dist/UI/TransactionInfo/components/index.js +0 -2
  2611. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +0 -2
  2612. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +0 -2
  2613. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +0 -2
  2614. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +0 -2
  2615. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +0 -2
  2616. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +0 -2
  2617. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +0 -2
  2618. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +0 -2
  2619. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +0 -2
  2620. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +0 -2
  2621. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +0 -2
  2622. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +0 -2
  2623. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +0 -2
  2624. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +0 -2
  2625. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +0 -2
  2626. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +0 -2
  2627. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +0 -2
  2628. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +0 -2
  2629. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +0 -2
  2630. package/dist/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +0 -2
  2631. package/dist/UI/TransactionInfo/components/transactionInfoFields/index.js +0 -2
  2632. package/dist/UI/TransactionInfo/index.js +0 -2
  2633. package/dist/UI/TransactionsTable/TransactionsTable.js +0 -2
  2634. package/dist/UI/TransactionsTable/components/LockedTokenAddressIcon.js +0 -2
  2635. package/dist/UI/TransactionsTable/components/TransactionHash.js +0 -2
  2636. package/dist/UI/TransactionsTable/components/TransactionReceiver.js +0 -2
  2637. package/dist/UI/TransactionsTable/components/TransactionRow.js +0 -2
  2638. package/dist/UI/TransactionsTable/components/TransactionSender.js +0 -2
  2639. package/dist/UI/TransactionsTable/components/TransactionShardsTransition.js +0 -2
  2640. package/dist/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +0 -2
  2641. package/dist/UI/TransactionsTable/components/TransactionValue/index.js +0 -2
  2642. package/dist/UI/TransactionsTable/components/index.js +0 -2
  2643. package/dist/UI/TransactionsTable/index.js +0 -2
  2644. package/dist/UI/TransactionsToastList/TransactionsToastList.js +0 -2
  2645. package/dist/UI/TransactionsToastList/components/CustomToast/CustomToast.js +0 -2
  2646. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +0 -2
  2647. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +0 -2
  2648. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +0 -2
  2649. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +0 -2
  2650. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +0 -2
  2651. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +0 -2
  2652. package/dist/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +0 -2
  2653. package/dist/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +0 -2
  2654. package/dist/UI/TransactionsToastList/components/CustomToast/components/index.js +0 -2
  2655. package/dist/UI/TransactionsToastList/components/CustomToast/helpers/index.js +0 -2
  2656. package/dist/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +0 -2
  2657. package/dist/UI/TransactionsToastList/components/CustomToast/index.js +0 -2
  2658. package/dist/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +0 -2
  2659. package/dist/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +0 -2
  2660. package/dist/UI/TransactionsToastList/components/TransactionToast/components/index.js +0 -2
  2661. package/dist/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +0 -2
  2662. package/dist/UI/TransactionsToastList/components/TransactionToast/index.js +0 -2
  2663. package/dist/UI/TransactionsToastList/components/TransactionToastGuard.js +0 -2
  2664. package/dist/UI/TransactionsToastList/components/index.js +0 -2
  2665. package/dist/UI/TransactionsToastList/index.js +0 -2
  2666. package/dist/UI/extension/ExtensionLoginButton/index.js +0 -2
  2667. package/dist/UI/index.js +0 -2
  2668. package/dist/UI/ledger/LedgerLoginButton/index.js +0 -2
  2669. package/dist/UI/ledger/LedgerLoginContainer/AddressRow.js +0 -2
  2670. package/dist/UI/ledger/LedgerLoginContainer/AddressTable.js +0 -2
  2671. package/dist/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +0 -2
  2672. package/dist/UI/ledger/LedgerLoginContainer/index.js +0 -2
  2673. package/dist/UI/ledger/index.js +0 -2
  2674. package/dist/UI/pages/UnlockPage/index.js +0 -2
  2675. package/dist/UI/pages/index.js +0 -2
  2676. package/dist/UI/walletConnect/WalletConnectLoginButton/index.js +0 -2
  2677. package/dist/UI/walletConnect/WalletConnectLoginContainer/index.js +0 -2
  2678. package/dist/UI/walletConnect/index.js +0 -2
  2679. package/dist/UI/webWallet/WebWalletLoginButton/index.js +0 -2
  2680. package/dist/__chunks__/chunk-23WABCT6.js +0 -2
  2681. package/dist/__chunks__/chunk-2IU4ZFFH.js +0 -2
  2682. package/dist/__chunks__/chunk-2MMI5UBN.js +0 -2
  2683. package/dist/__chunks__/chunk-2RYHQ6GQ.js +0 -2
  2684. package/dist/__chunks__/chunk-2XGSMJKV.js +0 -2
  2685. package/dist/__chunks__/chunk-372WAXTQ.js +0 -2
  2686. package/dist/__chunks__/chunk-3AOYVMRJ.js +0 -2
  2687. package/dist/__chunks__/chunk-3E6Y3O25.js +0 -2
  2688. package/dist/__chunks__/chunk-3NJDVZUF.js +0 -2
  2689. package/dist/__chunks__/chunk-3P3HSTXF.js +0 -2
  2690. package/dist/__chunks__/chunk-3QOSYPBU.js +0 -2
  2691. package/dist/__chunks__/chunk-4AIE24DS.js +0 -2
  2692. package/dist/__chunks__/chunk-4BJZ3PT3.js +0 -2
  2693. package/dist/__chunks__/chunk-4JTWWYEP.js +0 -2
  2694. package/dist/__chunks__/chunk-4RCDPCHR.js +0 -2
  2695. package/dist/__chunks__/chunk-4U27GF7V.js +0 -2
  2696. package/dist/__chunks__/chunk-4V5UN7CO.js +0 -2
  2697. package/dist/__chunks__/chunk-4Y4O2KWM.js +0 -2
  2698. package/dist/__chunks__/chunk-53VAVQW3.js +0 -2
  2699. package/dist/__chunks__/chunk-5ALSFW3O.js +0 -2
  2700. package/dist/__chunks__/chunk-5E5FMH2P.js +0 -2
  2701. package/dist/__chunks__/chunk-5Q2WXT6C.js +0 -2
  2702. package/dist/__chunks__/chunk-5Q2Y6MDB.js +0 -2
  2703. package/dist/__chunks__/chunk-5VNLNTWS.js +0 -2
  2704. package/dist/__chunks__/chunk-5XJBRFH7.js +0 -2
  2705. package/dist/__chunks__/chunk-6GH6VPOK.js +0 -2
  2706. package/dist/__chunks__/chunk-6KHUFFJU.js +0 -2
  2707. package/dist/__chunks__/chunk-6LJGDAKR.js +0 -2
  2708. package/dist/__chunks__/chunk-6LXORK57.js +0 -2
  2709. package/dist/__chunks__/chunk-6QHTOLCT.js +0 -2
  2710. package/dist/__chunks__/chunk-6S6Z43OG.js +0 -2
  2711. package/dist/__chunks__/chunk-6ZGALJRB.js +0 -2
  2712. package/dist/__chunks__/chunk-72DXWEHL.js +0 -2
  2713. package/dist/__chunks__/chunk-73UHUEZD.js +0 -2
  2714. package/dist/__chunks__/chunk-75IZAXPU.js +0 -2
  2715. package/dist/__chunks__/chunk-77SY3HCE.js +0 -2
  2716. package/dist/__chunks__/chunk-7ASLPEOW.js +0 -2
  2717. package/dist/__chunks__/chunk-7FGDNWAK.js +0 -2
  2718. package/dist/__chunks__/chunk-7FRPIXPX.js +0 -2
  2719. package/dist/__chunks__/chunk-7JGMG5Y3.js +0 -2
  2720. package/dist/__chunks__/chunk-7NHF2W5Z.js +0 -2
  2721. package/dist/__chunks__/chunk-7PSBDNEK.js +0 -2
  2722. package/dist/__chunks__/chunk-7R7Z5EUR.js +0 -2
  2723. package/dist/__chunks__/chunk-7RLOHZID.js +0 -2
  2724. package/dist/__chunks__/chunk-7Y6YJ4ZF.js +0 -2
  2725. package/dist/__chunks__/chunk-ABVIJYXG.js +0 -2
  2726. package/dist/__chunks__/chunk-AEEVEPBH.js +0 -2
  2727. package/dist/__chunks__/chunk-ALKTXMRV.js +0 -2
  2728. package/dist/__chunks__/chunk-ALOAIKQA.js +0 -2
  2729. package/dist/__chunks__/chunk-ALU6GIOA.js +0 -2
  2730. package/dist/__chunks__/chunk-ARZZT52Z.js +0 -2
  2731. package/dist/__chunks__/chunk-BJXEAGQI.js +0 -2
  2732. package/dist/__chunks__/chunk-BXMSEXMF.js +0 -2
  2733. package/dist/__chunks__/chunk-CYRCA52K.js +0 -2
  2734. package/dist/__chunks__/chunk-CZR4SEII.js +0 -2
  2735. package/dist/__chunks__/chunk-D2AKK7KI.js +0 -2
  2736. package/dist/__chunks__/chunk-D2S75FIJ.js +0 -2
  2737. package/dist/__chunks__/chunk-DBZNKJCO.js +0 -2
  2738. package/dist/__chunks__/chunk-DR65UVWL.js +0 -2
  2739. package/dist/__chunks__/chunk-DSW55A4J.js +0 -2
  2740. package/dist/__chunks__/chunk-DXK4ZUCH.js +0 -2
  2741. package/dist/__chunks__/chunk-DYYZ7GH2.js +0 -2
  2742. package/dist/__chunks__/chunk-EEY324CM.js +0 -2
  2743. package/dist/__chunks__/chunk-ELLRUCGQ.js +0 -2
  2744. package/dist/__chunks__/chunk-EMDPC2AJ.js +0 -2
  2745. package/dist/__chunks__/chunk-EYWWTU44.js +0 -2
  2746. package/dist/__chunks__/chunk-F2X5VVIZ.js +0 -2
  2747. package/dist/__chunks__/chunk-FBK4E5NW.js +0 -2
  2748. package/dist/__chunks__/chunk-FDYRA6XJ.js +0 -2
  2749. package/dist/__chunks__/chunk-FFVBU5RQ.js +0 -2
  2750. package/dist/__chunks__/chunk-FVYIDDES.js +0 -2
  2751. package/dist/__chunks__/chunk-G43B373M.js +0 -2
  2752. package/dist/__chunks__/chunk-G737UHQB.js +0 -2
  2753. package/dist/__chunks__/chunk-GOPX3SDQ.js +0 -2
  2754. package/dist/__chunks__/chunk-GR3RT6ZZ.js +0 -2
  2755. package/dist/__chunks__/chunk-GTEK6WFJ.js +0 -2
  2756. package/dist/__chunks__/chunk-GYZ7YF2I.js +0 -2
  2757. package/dist/__chunks__/chunk-H3PYQ4QV.js +0 -2
  2758. package/dist/__chunks__/chunk-H4R6KAC3.js +0 -2
  2759. package/dist/__chunks__/chunk-HDY53ANG.js +0 -2
  2760. package/dist/__chunks__/chunk-HQQXV7WQ.js +0 -2
  2761. package/dist/__chunks__/chunk-HSRWKKTJ.js +0 -2
  2762. package/dist/__chunks__/chunk-HX3CK5WP.js +0 -2
  2763. package/dist/__chunks__/chunk-I2R4TID7.js +0 -2
  2764. package/dist/__chunks__/chunk-IFEQG3BM.js +0 -2
  2765. package/dist/__chunks__/chunk-IIB5LHL2.js +0 -2
  2766. package/dist/__chunks__/chunk-IQ6OIUKX.js +0 -2
  2767. package/dist/__chunks__/chunk-IT4RQOGU.js +0 -2
  2768. package/dist/__chunks__/chunk-JA6VLNIR.js +0 -2
  2769. package/dist/__chunks__/chunk-JFTNS53I.js +0 -2
  2770. package/dist/__chunks__/chunk-JRRGPQYM.js +0 -2
  2771. package/dist/__chunks__/chunk-JTPQQKSW.js +0 -2
  2772. package/dist/__chunks__/chunk-JYZT4RCM.js +0 -2
  2773. package/dist/__chunks__/chunk-K4PKLFGX.js +0 -2
  2774. package/dist/__chunks__/chunk-KAOERY2M.js +0 -2
  2775. package/dist/__chunks__/chunk-KBOGISKW.js +0 -2
  2776. package/dist/__chunks__/chunk-KHROB3G5.js +0 -2
  2777. package/dist/__chunks__/chunk-KMLULSN5.js +0 -2
  2778. package/dist/__chunks__/chunk-KNPSAOWD.js +0 -2
  2779. package/dist/__chunks__/chunk-KPP2LHDW.js +0 -2
  2780. package/dist/__chunks__/chunk-KQP4EJVX.js +0 -2
  2781. package/dist/__chunks__/chunk-KSWTSXQD.js +0 -2
  2782. package/dist/__chunks__/chunk-KVWHQQ6T.js +0 -2
  2783. package/dist/__chunks__/chunk-L6WV33UF.js +0 -2
  2784. package/dist/__chunks__/chunk-L6YXPGX2.js +0 -2
  2785. package/dist/__chunks__/chunk-LCQ2B47Q.js +0 -2
  2786. package/dist/__chunks__/chunk-LJXU3CGD.js +0 -2
  2787. package/dist/__chunks__/chunk-M537TO3Y.js +0 -2
  2788. package/dist/__chunks__/chunk-M6WZOAKB.js +0 -2
  2789. package/dist/__chunks__/chunk-M7ITPD6X.js +0 -2
  2790. package/dist/__chunks__/chunk-MDRRV726.js +0 -2
  2791. package/dist/__chunks__/chunk-MOEOJYVT.js +0 -2
  2792. package/dist/__chunks__/chunk-MY633BEI.js +0 -2
  2793. package/dist/__chunks__/chunk-MZI6K4XH.js +0 -2
  2794. package/dist/__chunks__/chunk-MZIDFQZ3.js +0 -2
  2795. package/dist/__chunks__/chunk-N333Z2BV.js +0 -2
  2796. package/dist/__chunks__/chunk-N6VI4QEJ.js +0 -2
  2797. package/dist/__chunks__/chunk-NCTWW6NZ.js +0 -2
  2798. package/dist/__chunks__/chunk-NKTSGS4A.js +0 -2
  2799. package/dist/__chunks__/chunk-NUJXGF6Y.js +0 -2
  2800. package/dist/__chunks__/chunk-NXJ3WD7Q.js +0 -2
  2801. package/dist/__chunks__/chunk-O7ENQI63.js +0 -2
  2802. package/dist/__chunks__/chunk-OAQIIBF7.js +0 -2
  2803. package/dist/__chunks__/chunk-OKHHUA7J.js +0 -2
  2804. package/dist/__chunks__/chunk-OROZEXXL.js +0 -2
  2805. package/dist/__chunks__/chunk-PAD5UBCO.js +0 -2
  2806. package/dist/__chunks__/chunk-PBRBN2YY.js +0 -2
  2807. package/dist/__chunks__/chunk-PD45WZNF.js +0 -2
  2808. package/dist/__chunks__/chunk-PJYVNCWQ.js +0 -2
  2809. package/dist/__chunks__/chunk-PQPMBI5T.js +0 -2
  2810. package/dist/__chunks__/chunk-QCG67HPT.js +0 -2
  2811. package/dist/__chunks__/chunk-QCJSSLN5.js +0 -2
  2812. package/dist/__chunks__/chunk-QDBNFC47.js +0 -2
  2813. package/dist/__chunks__/chunk-QN7JZI2J.js +0 -2
  2814. package/dist/__chunks__/chunk-QP7K2LX2.js +0 -2
  2815. package/dist/__chunks__/chunk-QQTMEJSS.js +0 -2
  2816. package/dist/__chunks__/chunk-QTYKPJCG.js +0 -2
  2817. package/dist/__chunks__/chunk-QZRKSGF3.js +0 -2
  2818. package/dist/__chunks__/chunk-R6BAD7QL.js +0 -2
  2819. package/dist/__chunks__/chunk-RCRLXXJQ.js +0 -2
  2820. package/dist/__chunks__/chunk-RXQ5SMCE.js +0 -2
  2821. package/dist/__chunks__/chunk-S6HSNFR4.js +0 -2
  2822. package/dist/__chunks__/chunk-SHYWSDZ2.js +0 -2
  2823. package/dist/__chunks__/chunk-SJBVHNRS.js +0 -2
  2824. package/dist/__chunks__/chunk-SLXALMUS.js +0 -2
  2825. package/dist/__chunks__/chunk-SUFYB7SU.js +0 -2
  2826. package/dist/__chunks__/chunk-T2MVETZ4.js +0 -2
  2827. package/dist/__chunks__/chunk-T2NSHK45.js +0 -2
  2828. package/dist/__chunks__/chunk-T4MA5YPW.js +0 -2
  2829. package/dist/__chunks__/chunk-TKK4TCUG.js +0 -2
  2830. package/dist/__chunks__/chunk-TV5JLIO3.js +0 -2
  2831. package/dist/__chunks__/chunk-TWPMRPCJ.js +0 -2
  2832. package/dist/__chunks__/chunk-U4DREZMZ.js +0 -2
  2833. package/dist/__chunks__/chunk-U7R3ODDD.js +0 -2
  2834. package/dist/__chunks__/chunk-US5YWUWE.js +0 -2
  2835. package/dist/__chunks__/chunk-USKW77WO.js +0 -2
  2836. package/dist/__chunks__/chunk-UXRDAS7C.js +0 -2
  2837. package/dist/__chunks__/chunk-UYVTJE63.js +0 -2
  2838. package/dist/__chunks__/chunk-UZZTB6J2.js +0 -2
  2839. package/dist/__chunks__/chunk-V55GBYFZ.js +0 -2
  2840. package/dist/__chunks__/chunk-VB7EWJQ6.js +0 -2
  2841. package/dist/__chunks__/chunk-VHVGMQVY.js +0 -2
  2842. package/dist/__chunks__/chunk-VOJLYTVI.js +0 -2
  2843. package/dist/__chunks__/chunk-VSBFML35.js +0 -2
  2844. package/dist/__chunks__/chunk-VY4HFSTY.js +0 -2
  2845. package/dist/__chunks__/chunk-W4CWA4KM.js +0 -2
  2846. package/dist/__chunks__/chunk-WAX2SRRR.js +0 -2
  2847. package/dist/__chunks__/chunk-WGSNT4EM.js +0 -2
  2848. package/dist/__chunks__/chunk-WHEA5HYP.js +0 -2
  2849. package/dist/__chunks__/chunk-WIFR7W45.js +0 -2
  2850. package/dist/__chunks__/chunk-WJ5T7SOP.js +0 -2
  2851. package/dist/__chunks__/chunk-WOS6T7ZV.js +0 -2
  2852. package/dist/__chunks__/chunk-WPOULSHX.js +0 -2
  2853. package/dist/__chunks__/chunk-WVADOL2D.js +0 -2
  2854. package/dist/__chunks__/chunk-X27CJKHX.js +0 -2
  2855. package/dist/__chunks__/chunk-XCLZ5AS2.js +0 -2
  2856. package/dist/__chunks__/chunk-XGHGX644.js +0 -2
  2857. package/dist/__chunks__/chunk-XYSWLSUL.js +0 -2
  2858. package/dist/__chunks__/chunk-Y7VP4PME.js +0 -2
  2859. package/dist/__chunks__/chunk-YHPAZ7RG.js +0 -2
  2860. package/dist/__chunks__/chunk-YIID7WXR.js +0 -2
  2861. package/dist/__chunks__/chunk-YJ3UC4ZI.js +0 -2
  2862. package/dist/__chunks__/chunk-YRQBJ7VU.js +0 -2
  2863. package/dist/__chunks__/chunk-Z2OOX7G7.js +0 -2
  2864. package/dist/__chunks__/chunk-ZABQNLC5.js +0 -2
  2865. package/dist/__chunks__/chunk-ZEB6PEPS.js +0 -2
  2866. package/dist/__chunks__/chunk-ZIYSW5GV.js +0 -2
  2867. package/dist/__chunks__/chunk-ZMTFL7CC.js +0 -2
  2868. package/dist/__chunks__/chunk-ZNGQR3EA.js +0 -2
  2869. package/dist/__chunks__/chunk-ZYMMRRPY.js +0 -2
  2870. package/dist/__commonjs/UI/DappModal/hooks/index.js +0 -9
  2871. package/dist/__commonjs/UI/DappModal/hooks/useDappModal.js +0 -9
  2872. package/dist/__commonjs/UI/DappModal/index.js +0 -2763
  2873. package/dist/__commonjs/UI/ModalContainer/ModalContainer.js +0 -2763
  2874. package/dist/__commonjs/UI/ModalContainer/index.js +0 -2763
  2875. package/dist/__commonjs/UI/NotificationModal/index.js +0 -2769
  2876. package/dist/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +0 -3316
  2877. package/dist/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +0 -2777
  2878. package/dist/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +0 -2853
  2879. package/dist/__commonjs/UI/SignTransactionsModals/SignWithExtensionModal/index.js +0 -2779
  2880. package/dist/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +0 -2853
  2881. package/dist/__commonjs/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +0 -2779
  2882. package/dist/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +0 -3140
  2883. package/dist/__commonjs/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +0 -3140
  2884. package/dist/__commonjs/UI/SignTransactionsModals/components/index.js +0 -3140
  2885. package/dist/__commonjs/UI/SignTransactionsModals/index.js +0 -3316
  2886. package/dist/__commonjs/UI/TransactionInfo/TransactionInfo.js +0 -3779
  2887. package/dist/__commonjs/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +0 -2697
  2888. package/dist/__commonjs/UI/TransactionInfo/components/NonceMessage/index.js +0 -2697
  2889. package/dist/__commonjs/UI/TransactionInfo/components/index.js +0 -3780
  2890. package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +0 -2699
  2891. package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +0 -2699
  2892. package/dist/__commonjs/UI/TransactionInfo/components/transactionInfoFields/index.js +0 -3618
  2893. package/dist/__commonjs/UI/TransactionInfo/index.js +0 -3780
  2894. package/dist/__commonjs/UI/TransactionsTable/TransactionsTable.js +0 -2966
  2895. package/dist/__commonjs/UI/TransactionsTable/index.js +0 -2966
  2896. package/dist/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +0 -3097
  2897. package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +0 -2965
  2898. package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +0 -80
  2899. package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToast/index.js +0 -2965
  2900. package/dist/__commonjs/UI/TransactionsToastList/components/TransactionToastGuard.js +0 -2965
  2901. package/dist/__commonjs/UI/TransactionsToastList/components/index.js +0 -3097
  2902. package/dist/__commonjs/UI/TransactionsToastList/index.js +0 -3097
  2903. package/dist/__commonjs/UI/index.js +0 -4181
  2904. package/dist/__commonjs/UI/ledger/LedgerLoginButton/index.js +0 -2809
  2905. package/dist/__commonjs/UI/ledger/LedgerLoginContainer/ConfirmAddress.js +0 -2697
  2906. package/dist/__commonjs/UI/ledger/LedgerLoginContainer/index.js +0 -2783
  2907. package/dist/__commonjs/UI/ledger/index.js +0 -2809
  2908. package/dist/__commonjs/UI/pages/UnlockPage/index.js +0 -2856
  2909. package/dist/__commonjs/UI/pages/index.js +0 -2856
  2910. package/dist/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +0 -2801
  2911. package/dist/__commonjs/UI/walletConnect/WalletConnectLoginContainer/index.js +0 -2775
  2912. package/dist/__commonjs/UI/walletConnect/index.js +0 -2801
  2913. package/dist/__commonjs/UI/webWallet/WebWalletLoginButton/index.js +0 -2723
  2914. package/dist/__commonjs/__mocks__/index.js +0 -9
  2915. package/dist/__commonjs/__mocks__/utils/index.js +0 -9
  2916. package/dist/__commonjs/__mocks__/utils/renderWithProvider.js +0 -9
  2917. package/dist/__commonjs/components/LogoutListener/LogoutListener.js +0 -9
  2918. package/dist/__commonjs/components/LogoutListener/helpers/index.js +0 -9
  2919. package/dist/__commonjs/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +0 -9
  2920. package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogout.js +0 -9
  2921. package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +0 -9
  2922. package/dist/__commonjs/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +0 -9
  2923. package/dist/__commonjs/components/LogoutListener/index.js +0 -9
  2924. package/dist/__commonjs/components/ProviderInitializer.js +0 -9
  2925. package/dist/__commonjs/components/TransactionsTracker/TransactionTracker.js +0 -9
  2926. package/dist/__commonjs/components/TransactionsTracker/index.js +0 -9
  2927. package/dist/__commonjs/components/TransactionsTracker/useTransactionsTracker.js +0 -9
  2928. package/dist/__commonjs/hooks/index.js +0 -9
  2929. package/dist/__commonjs/hooks/login/index.js +0 -9
  2930. package/dist/__commonjs/hooks/login/useAddressScreens.js +0 -9
  2931. package/dist/__commonjs/hooks/login/useLedgerLogin.js +0 -9
  2932. package/dist/__commonjs/hooks/login/useWebWalletLogin.js +0 -9
  2933. package/dist/__commonjs/wrappers/DappProvider/CustomComponents.js +0 -9
  2934. package/dist/__commonjs/wrappers/DappProvider/index.js +0 -9
  2935. package/dist/__commonjs/wrappers/index.js +0 -9
  2936. package/dist/__mocks__/index.js +0 -2
  2937. package/dist/__mocks__/utils/index.js +0 -2
  2938. package/dist/__mocks__/utils/renderWithProvider.js +0 -2
  2939. package/dist/apiCalls/accounts/getAccountFromApi.js +0 -2
  2940. package/dist/apiCalls/accounts/index.js +0 -2
  2941. package/dist/apiCalls/configuration/getNetworkConfig.js +0 -2
  2942. package/dist/apiCalls/configuration/index.js +0 -2
  2943. package/dist/apiCalls/getScamAddressData.js +0 -2
  2944. package/dist/apiCalls/index.js +0 -2
  2945. package/dist/apiCalls/transactions/getTransactionsByHashes.js +0 -2
  2946. package/dist/apiCalls/transactions/index.js +0 -2
  2947. package/dist/apiCalls/transactions/sendSignedTransactions.js +0 -2
  2948. package/dist/apiCalls/utils/getCleanApiAddress.js +0 -2
  2949. package/dist/apiCalls/utils/index.js +0 -2
  2950. package/dist/components/LogoutListener/LogoutListener.js +0 -2
  2951. package/dist/components/LogoutListener/helpers/index.js +0 -2
  2952. package/dist/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +0 -2
  2953. package/dist/components/LogoutListener/helpers/useNativeAuthLogout.js +0 -2
  2954. package/dist/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +0 -2
  2955. package/dist/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +0 -2
  2956. package/dist/components/LogoutListener/index.js +0 -2
  2957. package/dist/components/ProviderInitializer.js +0 -2
  2958. package/dist/components/TransactionSender/TransactionSender.js +0 -2
  2959. package/dist/components/TransactionSender/index.js +0 -2
  2960. package/dist/components/TransactionStatusToast/FailedTransactionStatusToast.js +0 -2
  2961. package/dist/components/TransactionsTracker/TransactionTracker.js +0 -2
  2962. package/dist/components/TransactionsTracker/index.js +0 -2
  2963. package/dist/components/TransactionsTracker/useTransactionsTracker.js +0 -2
  2964. package/dist/hooks/account/index.js +0 -2
  2965. package/dist/hooks/account/useGetAccount.js +0 -2
  2966. package/dist/hooks/account/useGetAccountInfo.js +0 -2
  2967. package/dist/hooks/account/useGetIsLoggedIn.js +0 -2
  2968. package/dist/hooks/account/useGetLoginInfo.js +0 -2
  2969. package/dist/hooks/account/useGetWebsocketEvent.js +0 -2
  2970. package/dist/hooks/index.js +0 -2
  2971. package/dist/hooks/login/index.js +0 -2
  2972. package/dist/hooks/login/useAddressScreens.d.ts +0 -41
  2973. package/dist/hooks/login/useExtensionLogin.js +0 -2
  2974. package/dist/hooks/login/useLedgerLogin.js +0 -2
  2975. package/dist/hooks/login/useLoginService.js +0 -2
  2976. package/dist/hooks/login/useWalletConnectLogin.js +0 -2
  2977. package/dist/hooks/login/useWalletConnectV2Login.js +0 -2
  2978. package/dist/hooks/login/useWebWalletLogin.js +0 -2
  2979. package/dist/hooks/signMessage/index.js +0 -2
  2980. package/dist/hooks/signMessage/useGetLastSignedMessageSession.js +0 -2
  2981. package/dist/hooks/signMessage/useGetSignMessageSession.js +0 -2
  2982. package/dist/hooks/signMessage/useGetSignedMessageStatus.js +0 -2
  2983. package/dist/hooks/signMessage/useSignMessage.js +0 -2
  2984. package/dist/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +0 -2
  2985. package/dist/hooks/transactions/helpers/index.js +0 -2
  2986. package/dist/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +0 -2
  2987. package/dist/hooks/transactions/helpers/useSetTransactionNonces.js +0 -2
  2988. package/dist/hooks/transactions/index.js +0 -2
  2989. package/dist/hooks/transactions/useCheckTransactionStatus/checkBatch.js +0 -2
  2990. package/dist/hooks/transactions/useCheckTransactionStatus/index.js +0 -2
  2991. package/dist/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +0 -2
  2992. package/dist/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +0 -2
  2993. package/dist/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +0 -2
  2994. package/dist/hooks/transactions/useGetActiveTransactionsStatus.js +0 -2
  2995. package/dist/hooks/transactions/useGetFailedTransactions.js +0 -2
  2996. package/dist/hooks/transactions/useGetPendingTransactions.js +0 -2
  2997. package/dist/hooks/transactions/useGetSignTransactionsError.js +0 -2
  2998. package/dist/hooks/transactions/useGetSignedTransactions.js +0 -2
  2999. package/dist/hooks/transactions/useGetSuccessfulTransactions.js +0 -2
  3000. package/dist/hooks/transactions/useGetTokenDetails.js +0 -2
  3001. package/dist/hooks/transactions/useGetTransactionDisplayInfo.js +0 -2
  3002. package/dist/hooks/transactions/useParseSignedTransactions.js +0 -2
  3003. package/dist/hooks/transactions/useSignTransactions.js +0 -2
  3004. package/dist/hooks/transactions/useSignTransactionsCommonData.js +0 -2
  3005. package/dist/hooks/transactions/useSignTransactionsWithDevice.js +0 -2
  3006. package/dist/hooks/transactions/useSignTransactionsWithLedger.js +0 -2
  3007. package/dist/hooks/transactions/useTrackTransactionStatus.js +0 -2
  3008. package/dist/hooks/useGetNetworkConfig.js +0 -2
  3009. package/dist/hooks/useGetNotification.js +0 -2
  3010. package/dist/hooks/userInterface/index.js +0 -2
  3011. package/dist/hooks/userInterface/useIsDappModalVisible.js +0 -2
  3012. package/dist/hooks/websocketListener/index.js +0 -2
  3013. package/dist/hooks/websocketListener/useInitializeWebsocketConnection.js +0 -2
  3014. package/dist/hooks/websocketListener/useRegisterWebsocketListener.js +0 -2
  3015. package/dist/reduxStore/DappProviderContext.js +0 -2
  3016. package/dist/reduxStore/middlewares/loginSessionMiddleware.js +0 -2
  3017. package/dist/reduxStore/persistConfig.js +0 -2
  3018. package/dist/reduxStore/persistedRootReducer.js +0 -2
  3019. package/dist/reduxStore/reducers.js +0 -2
  3020. package/dist/reduxStore/rootReducer.js +0 -2
  3021. package/dist/reduxStore/selectors/accountInfoSelectors.js +0 -2
  3022. package/dist/reduxStore/selectors/index.js +0 -2
  3023. package/dist/reduxStore/selectors/loginInfoSelectors.js +0 -2
  3024. package/dist/reduxStore/selectors/transactionsInfoSelectors.js +0 -2
  3025. package/dist/reduxStore/selectors/transactionsSelectors.js +0 -2
  3026. package/dist/reduxStore/slices/accountInfoSlice.js +0 -2
  3027. package/dist/reduxStore/slices/index.js +0 -2
  3028. package/dist/reduxStore/slices/loginInfoSlice.d.ts +0 -40
  3029. package/dist/reduxStore/slices/loginInfoSlice.js +0 -2
  3030. package/dist/reduxStore/store.js +0 -2
  3031. package/dist/services/index.js +0 -2
  3032. package/dist/services/transactions/clearTransactions.js +0 -2
  3033. package/dist/services/transactions/index.js +0 -2
  3034. package/dist/services/transactions/sendTransactions.js +0 -2
  3035. package/dist/services/transactions/signTransactions.js +0 -2
  3036. package/dist/services/transactions/transformAndSignTransactions.js +0 -2
  3037. package/dist/storage/local.js +0 -2
  3038. package/dist/utils/account/getAccount.js +0 -2
  3039. package/dist/utils/account/getAccountBalance.js +0 -2
  3040. package/dist/utils/account/getAccountShard.js +0 -2
  3041. package/dist/utils/account/getAddress.js +0 -2
  3042. package/dist/utils/account/getLatestNonce.js +0 -2
  3043. package/dist/utils/account/index.js +0 -2
  3044. package/dist/utils/account/loginWithExternalProvider.js +0 -2
  3045. package/dist/utils/account/refreshAccount.js +0 -2
  3046. package/dist/utils/account/setNonce.js +0 -2
  3047. package/dist/utils/account/signMessage.js +0 -2
  3048. package/dist/utils/getIsLoggedIn.js +0 -2
  3049. package/dist/utils/index.js +0 -2
  3050. package/dist/utils/logout.js +0 -2
  3051. package/dist/utils/network/getChainID.js +0 -2
  3052. package/dist/utils/network/getEgldLabel.js +0 -2
  3053. package/dist/utils/network/getNetworkConfig.js +0 -2
  3054. package/dist/utils/network/index.js +0 -2
  3055. package/dist/utils/storage/index.js +0 -2
  3056. package/dist/utils/toasts/customToastsActions.js +0 -2
  3057. package/dist/utils/toasts/index.js +0 -2
  3058. package/dist/utils/transactions/getAllTransactionsLink.js +0 -2
  3059. package/dist/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +0 -2
  3060. package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +0 -2
  3061. package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +0 -2
  3062. package/dist/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +0 -2
  3063. package/dist/utils/transactions/getInterpretedTransaction/helpers/index.js +0 -2
  3064. package/dist/utils/transactions/getInterpretedTransaction/index.js +0 -2
  3065. package/dist/utils/transactions/getTransactionLink.js +0 -2
  3066. package/dist/utils/transactions/index.js +0 -2
  3067. package/dist/utils/transactions/transactionInfoHelpers/index.js +0 -2
  3068. package/dist/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +0 -2
  3069. package/dist/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +0 -2
  3070. package/dist/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +0 -2
  3071. package/dist/web/hooks/index.js +0 -2
  3072. package/dist/web/hooks/useIdleTimer.js +0 -2
  3073. package/dist/web/index.js +0 -2
  3074. package/dist/wrappers/AppInitializer.js +0 -2
  3075. package/dist/wrappers/AuthenticatedRoutesWrapper/index.js +0 -2
  3076. package/dist/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +0 -2
  3077. package/dist/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +0 -2
  3078. package/dist/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +0 -2
  3079. package/dist/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +0 -2
  3080. package/dist/wrappers/AxiosInterceptorContext/components/index.js +0 -2
  3081. package/dist/wrappers/AxiosInterceptorContext/index.js +0 -2
  3082. package/dist/wrappers/DappProvider/CustomComponents.js +0 -2
  3083. package/dist/wrappers/DappProvider/index.js +0 -2
  3084. package/dist/wrappers/index.js +0 -2
  3085. package/esbuild-watch.js +0 -16
  3086. package/esbuild.js +0 -7
  3087. package/executeBuildCommand.js +0 -92
  3088. package/jest.config.js +0 -20
  3089. package/prerelease-script.js +0 -126
  3090. package/src/global.d.ts +0 -4
  3091. package/src/setupTests.js +0 -85
  3092. package/src/typings.d.ts +0 -49
@@ -0,0 +1,9 @@
1
+ "use strict";var Tr=Object.create;var b=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var dr=Object.getOwnPropertyNames;var Cr=Object.getPrototypeOf,Lr=Object.prototype.hasOwnProperty;var Sr=(e,r)=>()=>(e&&(r=e(e=0)),r);var N=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Rr=(e,r)=>{for(var t in r)b(e,t,{get:r[t],enumerable:!0})},rr=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of dr(r))!Lr.call(e,n)&&n!==t&&b(e,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return e};var tr=(e,r,t)=>(t=e!=null?Tr(Cr(e)):{},rr(r||!e||!e.__esModule?b(t,"default",{value:e,enumerable:!0}):t,e)),Mr=e=>rr(b({},"__esModule",{value:!0}),e);var nr=N(W=>{"use strict";F();W.byteLength=kr;W.toByteArray=br;W.fromByteArray=qr;var g=[],m=[],_r=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(d=0,er=$.length;d<er;++d)g[d]=$[d],m[$.charCodeAt(d)]=d;var d,er;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function ir(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var i=t===r?0:4-t%4;return[t,i]}function kr(e){var r=ir(e),t=r[0],i=r[1];return(t+i)*3/4-i}function Dr(e,r,t){return(r+t)*3/4-t}function br(e){var r,t=ir(e),i=t[0],n=t[1],o=new _r(Dr(e,i,n)),u=0,h=n>0?i-4:i,f;for(f=0;f<h;f+=4)r=m[e.charCodeAt(f)]<<18|m[e.charCodeAt(f+1)]<<12|m[e.charCodeAt(f+2)]<<6|m[e.charCodeAt(f+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return n===2&&(r=m[e.charCodeAt(f)]<<2|m[e.charCodeAt(f+1)]>>4,o[u++]=r&255),n===1&&(r=m[e.charCodeAt(f)]<<10|m[e.charCodeAt(f+1)]<<4|m[e.charCodeAt(f+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Nr(e){return g[e>>18&63]+g[e>>12&63]+g[e>>6&63]+g[e&63]}function Wr(e,r,t){for(var i,n=[],o=r;o<t;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),n.push(Nr(i));return n.join("")}function qr(e){for(var r,t=e.length,i=t%3,n=[],o=16383,u=0,h=t-i;u<h;u+=o)n.push(Wr(e,u,u+o>h?h:u+o));return i===1?(r=e[t-1],n.push(g[r>>2]+g[r<<4&63]+"==")):i===2&&(r=(e[t-2]<<8)+e[t-1],n.push(g[r>>10]+g[r>>4&63]+g[r<<2&63]+"=")),n.join("")}});var or=N(z=>{F();z.read=function(e,r,t,i,n){var o,u,h=n*8-i-1,f=(1<<h)-1,c=f>>1,l=-7,p=t?n-1:0,E=t?-1:1,x=e[r+p];for(p+=E,o=x&(1<<-l)-1,x>>=-l,l+=h;l>0;o=o*256+e[r+p],p+=E,l-=8);for(u=o&(1<<-l)-1,o>>=-l,l+=i;l>0;u=u*256+e[r+p],p+=E,l-=8);if(o===0)o=1-c;else{if(o===f)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,i),o=o-c}return(x?-1:1)*u*Math.pow(2,o-i)};z.write=function(e,r,t,i,n,o){var u,h,f,c=o*8-n-1,l=(1<<c)-1,p=l>>1,E=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:o-1,S=i?1:-1,Ur=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,u=l):(u=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-u))<1&&(u--,f*=2),u+p>=1?r+=E/f:r+=E*Math.pow(2,1-p),r*f>=2&&(u++,f/=2),u+p>=l?(h=0,u=l):u+p>=1?(h=(r*f-1)*Math.pow(2,n),u=u+p):(h=r*Math.pow(2,p-1)*Math.pow(2,n),u=0));n>=8;e[t+x]=h&255,x+=S,h/=256,n-=8);for(u=u<<n|h,c+=n;c>0;e[t+x]=u&255,x+=S,u/=256,c-=8);e[t+x-S]|=Ur*128}});var Er=N(M=>{"use strict";F();var G=nr(),R=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;M.Buffer=a;M.SlowBuffer=Gr;M.INSPECT_MAX_BYTES=50;var Y=2147483647;M.kMaxLength=Y;a.TYPED_ARRAY_SUPPORT=Yr();!a.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 Yr(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function U(e){if(e>Y)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,a.prototype),r}function a(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(e)}return fr(e,r,t)}a.poolSize=8192;function fr(e,r,t){if(typeof e=="string")return Xr(e,r);if(ArrayBuffer.isView(e))return $r(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(B(e,SharedArrayBuffer)||e&&B(e.buffer,SharedArrayBuffer)))return Q(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return a.from(i,r,t);var n=zr(e);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return a.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}a.from=function(e,r,t){return fr(e,r,t)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Hr(e,r,t){return pr(e),e<=0?U(e):r!==void 0?typeof t=="string"?U(e).fill(r,t):U(e).fill(r):U(e)}a.alloc=function(e,r,t){return Hr(e,r,t)};function K(e){return pr(e),U(e<0?0:O(e)|0)}a.allocUnsafe=function(e){return K(e)};a.allocUnsafeSlow=function(e){return K(e)};function Xr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=cr(e,r)|0,i=U(t),n=i.write(e,r);return n!==t&&(i=i.slice(0,n)),i}function J(e){for(var r=e.length<0?0:O(e.length)|0,t=U(r),i=0;i<r;i+=1)t[i]=e[i]&255;return t}function $r(e){if(B(e,Uint8Array)){var r=new Uint8Array(e);return Q(r.buffer,r.byteOffset,r.byteLength)}return J(e)}function Q(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,r):i=new Uint8Array(e,r,t),Object.setPrototypeOf(i,a.prototype),i}function zr(e){if(a.isBuffer(e)){var r=O(e.length)|0,t=U(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||Z(e.length)?U(0):J(e);if(e.type==="Buffer"&&Array.isArray(e.data))return J(e.data)}function O(e){if(e>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return e|0}function Gr(e){return+e!=e&&(e=0),a.alloc(+e)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,t){if(B(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),B(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(r)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var i=r.length,n=t.length,o=0,u=Math.min(i,n);o<u;++o)if(r[o]!==t[o]){i=r[o],n=t[o];break}return i<n?-1:n<i?1:0};a.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}};a.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<r.length;++i)t+=r[i].length;var n=a.allocUnsafe(t),o=0;for(i=0;i<r.length;++i){var u=r[i];if(B(u,Uint8Array))o+u.length>n.length?a.from(u).copy(n,o):Uint8Array.prototype.set.call(n,u,o);else if(a.isBuffer(u))u.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return n};function cr(e,r){if(a.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return mr(e).length;default:if(n)return i?-1:V(e).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=cr;function Jr(e,r,t){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return et(this,r,t);case"utf8":case"utf-8":return sr(this,r,t);case"ascii":return rt(this,r,t);case"latin1":case"binary":return tt(this,r,t);case"base64":return Pr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return it(this,r,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function C(e,r,t){var i=e[r];e[r]=e[t],e[t]=i}a.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 t=0;t<r;t+=2)C(this,t,t+1);return this};a.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 t=0;t<r;t+=4)C(this,t,t+3),C(this,t+1,t+2);return this};a.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 t=0;t<r;t+=8)C(this,t,t+7),C(this,t+1,t+6),C(this,t+2,t+5),C(this,t+3,t+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Jr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",t=M.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,t,i,n,o){if(B(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),t<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=i)return 0;if(n>=o)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var u=o-n,h=i-t,f=Math.min(u,h),c=this.slice(n,o),l=r.slice(t,i),p=0;p<f;++p)if(c[p]!==l[p]){u=c[p],h=l[p];break}return u<h?-1:h<u?1:0};function lr(e,r,t,i,n){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Z(t)&&(t=n?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(n)return-1;t=e.length-1}else if(t<0)if(n)t=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(e,r,t,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):ar(e,[r],t,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(e,r,t,i,n){var o=1,u=e.length,h=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,u/=2,h/=2,t/=2}function f(x,S){return o===1?x[S]:x.readUInt16BE(S*o)}var c;if(n){var l=-1;for(c=t;c<u;c++)if(f(e,c)===f(r,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===h)return l*o}else l!==-1&&(c-=c-l),l=-1}else for(t+h>u&&(t=u-h),c=t;c>=0;c--){for(var p=!0,E=0;E<h;E++)if(f(e,c+E)!==f(r,E)){p=!1;break}if(p)return c}return-1}a.prototype.includes=function(r,t,i){return this.indexOf(r,t,i)!==-1};a.prototype.indexOf=function(r,t,i){return lr(this,r,t,i,!0)};a.prototype.lastIndexOf=function(r,t,i){return lr(this,r,t,i,!1)};function Qr(e,r,t,i){t=Number(t)||0;var n=e.length-t;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var u=0;u<i;++u){var h=parseInt(r.substr(u*2,2),16);if(Z(h))return u;e[t+u]=h}return u}function Vr(e,r,t,i){return H(V(r,e.length-t),e,t,i)}function Kr(e,r,t,i){return H(ut(r),e,t,i)}function Or(e,r,t,i){return H(mr(r),e,t,i)}function Zr(e,r,t,i){return H(at(r,e.length-t),e,t,i)}a.prototype.write=function(r,t,i,n){if(t===void 0)n="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")n=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var u=!1;;)switch(n){case"hex":return Qr(this,r,t,i);case"utf8":case"utf-8":return Vr(this,r,t,i);case"ascii":case"latin1":case"binary":return Kr(this,r,t,i);case"base64":return Or(this,r,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Zr(this,r,t,i);default:if(u)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(e,r,t){return r===0&&t===e.length?G.fromByteArray(e):G.fromByteArray(e.slice(r,t))}function sr(e,r,t){t=Math.min(e.length,t);for(var i=[],n=r;n<t;){var o=e[n],u=null,h=o>239?4:o>223?3:o>191?2:1;if(n+h<=t){var f,c,l,p;switch(h){case 1:o<128&&(u=o);break;case 2:f=e[n+1],(f&192)===128&&(p=(o&31)<<6|f&63,p>127&&(u=p));break;case 3:f=e[n+1],c=e[n+2],(f&192)===128&&(c&192)===128&&(p=(o&15)<<12|(f&63)<<6|c&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:f=e[n+1],c=e[n+2],l=e[n+3],(f&192)===128&&(c&192)===128&&(l&192)===128&&(p=(o&15)<<18|(f&63)<<12|(c&63)<<6|l&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,i.push(u>>>10&1023|55296),u=56320|u&1023),i.push(u),n+=h}return jr(i)}var hr=4096;function jr(e){var r=e.length;if(r<=hr)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<r;)t+=String.fromCharCode.apply(String,e.slice(i,i+=hr));return t}function rt(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]&127);return i}function tt(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]);return i}function et(e,r,t){var i=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>i)&&(t=i);for(var n="",o=r;o<t;++o)n+=ht[e[o]];return n}function it(e,r,t){for(var i=e.slice(r,t),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,t){var i=this.length;r=~~r,t=t===void 0?i:~~t,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<r&&(t=r);var n=this.subarray(r,t);return Object.setPrototypeOf(n,a.prototype),n};function w(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r+--t],o=1;t>0&&(o*=256);)n+=this[r+--t]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,t){return r=r>>>0,t||w(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||w(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||w(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||w(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||w(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*t)),n};a.prototype.readIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||w(r,t,this.length);for(var n=t,o=1,u=this[r+--n];n>0&&(o*=256);)u+=this[r+--n]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*t)),u};a.prototype.readInt8=function(r,t){return r=r>>>0,t||w(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,t){r=r>>>0,t||w(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,t){r=r>>>0,t||w(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,t){return r=r>>>0,t||w(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,t){return r=r>>>0,t||w(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,t){return r=r>>>0,t||w(r,4,this.length),R.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,t){return r=r>>>0,t||w(r,4,this.length),R.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||w(r,8,this.length),R.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||w(r,8,this.length),R.read(this,r,!1,52,8)};function y(e,r,t,i,n,o){if(!a.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,t,i,o,0)}var u=1,h=0;for(this[t]=r&255;++h<i&&(u*=256);)this[t+h]=r/u&255;return t+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;y(this,r,t,i,o,0)}var u=i-1,h=1;for(this[t+u]=r&255;--u>=0&&(h*=256);)this[t+u]=r/h&255;return t+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,1,255,0),this[t]=r&255,t+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};a.prototype.writeIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,t,i,o-1,-o)}var u=0,h=1,f=0;for(this[t]=r&255;++u<i&&(h*=256);)r<0&&f===0&&this[t+u-1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);y(this,r,t,i,o-1,-o)}var u=i-1,h=1,f=0;for(this[t+u]=r&255;--u>=0&&(h*=256);)r<0&&f===0&&this[t+u+1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeInt8=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};a.prototype.writeInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};a.prototype.writeInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||y(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function wr(e,r,t,i,n,o){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function yr(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,4,34028234663852886e22,-34028234663852886e22),R.write(e,r,t,i,23,4),t+4}a.prototype.writeFloatLE=function(r,t,i){return yr(this,r,t,!0,i)};a.prototype.writeFloatBE=function(r,t,i){return yr(this,r,t,!1,i)};function xr(e,r,t,i,n){return r=+r,t=t>>>0,n||wr(e,r,t,8,17976931348623157e292,-17976931348623157e292),R.write(e,r,t,i,52,8),t+8}a.prototype.writeDoubleLE=function(r,t,i){return xr(this,r,t,!0,i)};a.prototype.writeDoubleBE=function(r,t,i){return xr(this,r,t,!1,i)};a.prototype.copy=function(r,t,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),t>=r.length&&(t=r.length),t||(t=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-t<n-i&&(n=r.length-t+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),t),o};a.prototype.fill=function(r,t,i,n){if(typeof r=="string"){if(typeof t=="string"?(n=t,t=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var u;if(typeof r=="number")for(u=t;u<i;++u)this[u]=r;else{var h=a.isBuffer(r)?r:a.from(r,n),f=h.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<i-t;++u)this[u+t]=h[u%f]}return this};var nt=/[^+/0-9A-Za-z-_]/g;function ot(e){if(e=e.split("=")[0],e=e.trim().replace(nt,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function V(e,r){r=r||1/0;for(var t,i=e.length,n=null,o=[],u=0;u<i;++u){if(t=e.charCodeAt(u),t>55295&&t<57344){if(!n){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ut(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function at(e,r){for(var t,i,n,o=[],u=0;u<e.length&&!((r-=2)<0);++u)t=e.charCodeAt(u),i=t>>8,n=t%256,o.push(n),o.push(i);return o}function mr(e){return G.toByteArray(ot(e))}function H(e,r,t,i){for(var n=0;n<i&&!(n+t>=r.length||n>=e.length);++n)r[n+t]=e[n];return n}function B(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function Z(e){return e!==e}var ht=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var i=t*16,n=0;n<16;++n)r[i+n]=e[t]+e[n];return r}()});var vr=N((mt,Ar)=>{F();var s=Ar.exports={},A,v;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=P}catch(e){A=P}try{typeof clearTimeout=="function"?v=clearTimeout:v=j}catch(e){v=j}})();function Fr(e){if(A===setTimeout)return setTimeout(e,0);if((A===P||!A)&&setTimeout)return A=setTimeout,setTimeout(e,0);try{return A(e,0)}catch(r){try{return A.call(null,e,0)}catch(t){return A.call(this,e,0)}}}function ft(e){if(v===clearTimeout)return clearTimeout(e);if((v===j||!v)&&clearTimeout)return v=clearTimeout,clearTimeout(e);try{return v(e)}catch(r){try{return v.call(null,e)}catch(t){return v.call(this,e)}}}var T=[],_=!1,L,X=-1;function pt(){!_||!L||(_=!1,L.length?T=L.concat(T):X=-1,T.length&&gr())}function gr(){if(!_){var e=Fr(pt);_=!0;for(var r=T.length;r;){for(L=T,T=[];++X<r;)L&&L[X].run();X=-1,r=T.length}L=null,_=!1,ft(e)}}s.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];T.push(new Br(e,r)),T.length===1&&!_&&Fr(gr)};function Br(e,r){this.fun=e,this.array=r}Br.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function I(){}s.on=I;s.addListener=I;s.once=I;s.off=I;s.removeListener=I;s.removeAllListeners=I;s.emit=I;s.prependListener=I;s.prependOnceListener=I;s.listeners=function(e){return[]};s.binding=function(e){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(e){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var k,D,Et,F=Sr(()=>{k=tr(Er()),D=tr(vr()),Et=function(e){function r(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var lt={};Rr(lt,{sanitizeCallbackUrl:()=>ct});module.exports=Mr(lt);F();var ct=(e,r=["address"])=>{let t=new URL(e),i=new URLSearchParams(t.search);r.forEach(o=>i.delete(o));let n=Array.from(i.values()).length>0?"?":"";return`${t.origin}${t.pathname}${n}${i.toString()}`};0&&(module.exports={sanitizeCallbackUrl});
2
+ /*!
3
+ * The buffer module from node.js, for the browser.
4
+ *
5
+ * @author Feross Aboukhadijeh <https://feross.org>
6
+ * @license MIT
7
+ */
8
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
9
+ //# sourceMappingURL=sanitizeCallbackUrl.js.map
File without changes
@@ -0,0 +1,9 @@
1
+ "use strict";var Js=Object.create;var Ke=Object.defineProperty,Xs=Object.defineProperties,Qs=Object.getOwnPropertyDescriptor,ea=Object.getOwnPropertyDescriptors,ta=Object.getOwnPropertyNames,dt=Object.getOwnPropertySymbols,ra=Object.getPrototypeOf,nr=Object.prototype.hasOwnProperty,fn=Object.prototype.propertyIsEnumerable;var gn=(e,t,r)=>t in e?Ke(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,T=(e,t)=>{for(var r in t||(t={}))nr.call(t,r)&&gn(e,r,t[r]);if(dt)for(var r of dt(t))fn.call(t,r)&&gn(e,r,t[r]);return e},A=(e,t)=>Xs(e,ea(t));var Ye=(e,t)=>{var r={};for(var o in e)nr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&dt)for(var o of dt(e))t.indexOf(o)<0&&fn.call(e,o)&&(r[o]=e[o]);return r};var x=(e,t)=>()=>(e&&(t=e(e=0)),t);var mt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),fe=(e,t)=>{for(var r in t)Ke(e,r,{get:t[r],enumerable:!0})},Tn=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let c of ta(t))!nr.call(e,c)&&c!==r&&Ke(e,c,{get:()=>t[c],enumerable:!(o=Qs(t,c))||o.enumerable});return e};var v=(e,t,r)=>(r=e!=null?Js(ra(e)):{},Tn(t||!e||!e.__esModule?Ke(r,"default",{value:e,enumerable:!0}):r,e)),Ze=e=>Tn(Ke({},"__esModule",{value:!0}),e);var S=(e,t,r)=>new Promise((o,c)=>{var p=m=>{try{d(r.next(m))}catch(g){c(g)}},l=m=>{try{d(r.throw(m))}catch(g){c(g)}},d=m=>m.done?o(m.value):Promise.resolve(m.value).then(p,l);d((r=r.apply(e,t)).next())});var Sn=mt(gt=>{"use strict";n();gt.byteLength=oa;gt.toByteArray=sa;gt.fromByteArray=la;var q=[],G=[],na=typeof Uint8Array!="undefined"?Uint8Array:Array,or="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(Te=0,yn=or.length;Te<yn;++Te)q[Te]=or[Te],G[or.charCodeAt(Te)]=Te;var Te,yn;G["-".charCodeAt(0)]=62;G["_".charCodeAt(0)]=63;function hn(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");r===-1&&(r=t);var o=r===t?0:4-r%4;return[r,o]}function oa(e){var t=hn(e),r=t[0],o=t[1];return(r+o)*3/4-o}function ia(e,t,r){return(t+r)*3/4-r}function sa(e){var t,r=hn(e),o=r[0],c=r[1],p=new na(ia(e,o,c)),l=0,d=c>0?o-4:o,m;for(m=0;m<d;m+=4)t=G[e.charCodeAt(m)]<<18|G[e.charCodeAt(m+1)]<<12|G[e.charCodeAt(m+2)]<<6|G[e.charCodeAt(m+3)],p[l++]=t>>16&255,p[l++]=t>>8&255,p[l++]=t&255;return c===2&&(t=G[e.charCodeAt(m)]<<2|G[e.charCodeAt(m+1)]>>4,p[l++]=t&255),c===1&&(t=G[e.charCodeAt(m)]<<10|G[e.charCodeAt(m+1)]<<4|G[e.charCodeAt(m+2)]>>2,p[l++]=t>>8&255,p[l++]=t&255),p}function aa(e){return q[e>>18&63]+q[e>>12&63]+q[e>>6&63]+q[e&63]}function ca(e,t,r){for(var o,c=[],p=t;p<r;p+=3)o=(e[p]<<16&16711680)+(e[p+1]<<8&65280)+(e[p+2]&255),c.push(aa(o));return c.join("")}function la(e){for(var t,r=e.length,o=r%3,c=[],p=16383,l=0,d=r-o;l<d;l+=p)c.push(ca(e,l,l+p>d?d:l+p));return o===1?(t=e[r-1],c.push(q[t>>2]+q[t<<4&63]+"==")):o===2&&(t=(e[r-2]<<8)+e[r-1],c.push(q[t>>10]+q[t>>4&63]+q[t<<2&63]+"=")),c.join("")}});var xn=mt(ir=>{n();ir.read=function(e,t,r,o,c){var p,l,d=c*8-o-1,m=(1<<d)-1,g=m>>1,y=-7,h=r?c-1:0,k=r?-1:1,N=e[t+h];for(h+=k,p=N&(1<<-y)-1,N>>=-y,y+=d;y>0;p=p*256+e[t+h],h+=k,y-=8);for(l=p&(1<<-y)-1,p>>=-y,y+=o;y>0;l=l*256+e[t+h],h+=k,y-=8);if(p===0)p=1-g;else{if(p===m)return l?NaN:(N?-1:1)*(1/0);l=l+Math.pow(2,o),p=p-g}return(N?-1:1)*l*Math.pow(2,p-o)};ir.write=function(e,t,r,o,c,p){var l,d,m,g=p*8-c-1,y=(1<<g)-1,h=y>>1,k=c===23?Math.pow(2,-24)-Math.pow(2,-77):0,N=o?0:p-1,B=o?1:-1,z=t<0||t===0&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,l=y):(l=Math.floor(Math.log(t)/Math.LN2),t*(m=Math.pow(2,-l))<1&&(l--,m*=2),l+h>=1?t+=k/m:t+=k*Math.pow(2,1-h),t*m>=2&&(l++,m/=2),l+h>=y?(d=0,l=y):l+h>=1?(d=(t*m-1)*Math.pow(2,c),l=l+h):(d=t*Math.pow(2,h-1)*Math.pow(2,c),l=0));c>=8;e[r+N]=d&255,N+=B,d/=256,c-=8);for(l=l<<c|d,g+=c;g>0;e[r+N]=l&255,N+=B,l/=256,g-=8);e[r+N-B]|=z*128}});var Rn=mt(Pe=>{"use strict";n();var sr=Sn(),Le=xn(),wn=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Pe.Buffer=u;Pe.SlowBuffer=fa;Pe.INSPECT_MAX_BYTES=50;var ft=2147483647;Pe.kMaxLength=ft;u.TYPED_ARRAY_SUPPORT=pa();!u.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 pa(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch(r){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function X(e){if(e>ft)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return pr(e)}return An(e,t,r)}u.poolSize=8192;function An(e,t,r){if(typeof e=="string")return da(e,t);if(ArrayBuffer.isView(e))return ma(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(K(e,ArrayBuffer)||e&&K(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(K(e,SharedArrayBuffer)||e&&K(e.buffer,SharedArrayBuffer)))return cr(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=e.valueOf&&e.valueOf();if(o!=null&&o!==e)return u.from(o,t,r);var c=ga(e);if(c)return c;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,t,r){return An(e,t,r)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function bn(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function ua(e,t,r){return bn(e),e<=0?X(e):t!==void 0?typeof r=="string"?X(e).fill(t,r):X(e).fill(t):X(e)}u.alloc=function(e,t,r){return ua(e,t,r)};function pr(e){return bn(e),X(e<0?0:ur(e)|0)}u.allocUnsafe=function(e){return pr(e)};u.allocUnsafeSlow=function(e){return pr(e)};function da(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=kn(e,t)|0,o=X(r),c=o.write(e,t);return c!==r&&(o=o.slice(0,c)),o}function ar(e){for(var t=e.length<0?0:ur(e.length)|0,r=X(t),o=0;o<t;o+=1)r[o]=e[o]&255;return r}function ma(e){if(K(e,Uint8Array)){var t=new Uint8Array(e);return cr(t.buffer,t.byteOffset,t.byteLength)}return ar(e)}function cr(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&r===void 0?o=new Uint8Array(e):r===void 0?o=new Uint8Array(e,t):o=new Uint8Array(e,t,r),Object.setPrototypeOf(o,u.prototype),o}function ga(e){if(u.isBuffer(e)){var t=ur(e.length)|0,r=X(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||dr(e.length)?X(0):ar(e);if(e.type==="Buffer"&&Array.isArray(e.data))return ar(e.data)}function ur(e){if(e>=ft)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ft.toString(16)+" bytes");return e|0}function fa(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==u.prototype};u.compare=function(t,r){if(K(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),K(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(t)||!u.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var o=t.length,c=r.length,p=0,l=Math.min(o,c);p<l;++p)if(t[p]!==r[p]){o=t[p],c=r[p];break}return o<c?-1:c<o?1:0};u.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return u.alloc(0);var o;if(r===void 0)for(r=0,o=0;o<t.length;++o)r+=t[o].length;var c=u.allocUnsafe(r),p=0;for(o=0;o<t.length;++o){var l=t[o];if(K(l,Uint8Array))p+l.length>c.length?u.from(l).copy(c,p):Uint8Array.prototype.set.call(c,l,p);else if(u.isBuffer(l))l.copy(c,p);else throw new TypeError('"list" argument must be an Array of Buffers');p+=l.length}return c};function kn(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||K(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&r===0)return 0;for(var c=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return lr(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Nn(e).length;default:if(c)return o?-1:lr(e).length;t=(""+t).toLowerCase(),c=!0}}u.byteLength=kn;function Ta(e,t,r){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return ka(this,t,r);case"utf8":case"utf-8":return Ln(this,t,r);case"ascii":return Aa(this,t,r);case"latin1":case"binary":return ba(this,t,r);case"base64":return va(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ea(this,t,r);default:if(o)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),o=!0}}u.prototype._isBuffer=!0;function ye(e,t,r){var o=e[t];e[t]=e[r],e[r]=o}u.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<t;r+=2)ye(this,r,r+1);return this};u.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<t;r+=4)ye(this,r,r+3),ye(this,r+1,r+2);return this};u.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<t;r+=8)ye(this,r,r+7),ye(this,r+1,r+6),ye(this,r+2,r+5),ye(this,r+3,r+4);return this};u.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?Ln(this,0,t):Ta.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(t){if(!u.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:u.compare(this,t)===0};u.prototype.inspect=function(){var t="",r=Pe.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"};wn&&(u.prototype[wn]=u.prototype.inspect);u.prototype.compare=function(t,r,o,c,p){if(K(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),o===void 0&&(o=t?t.length:0),c===void 0&&(c=0),p===void 0&&(p=this.length),r<0||o>t.length||c<0||p>this.length)throw new RangeError("out of range index");if(c>=p&&r>=o)return 0;if(c>=p)return-1;if(r>=o)return 1;if(r>>>=0,o>>>=0,c>>>=0,p>>>=0,this===t)return 0;for(var l=p-c,d=o-r,m=Math.min(l,d),g=this.slice(c,p),y=t.slice(r,o),h=0;h<m;++h)if(g[h]!==y[h]){l=g[h],d=y[h];break}return l<d?-1:d<l?1:0};function En(e,t,r,o,c){if(e.length===0)return-1;if(typeof r=="string"?(o=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,dr(r)&&(r=c?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(c)return-1;r=e.length-1}else if(r<0)if(c)r=0;else return-1;if(typeof t=="string"&&(t=u.from(t,o)),u.isBuffer(t))return t.length===0?-1:vn(e,t,r,o,c);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?c?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):vn(e,[t],r,o,c);throw new TypeError("val must be string, number or Buffer")}function vn(e,t,r,o,c){var p=1,l=e.length,d=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(e.length<2||t.length<2)return-1;p=2,l/=2,d/=2,r/=2}function m(N,B){return p===1?N[B]:N.readUInt16BE(B*p)}var g;if(c){var y=-1;for(g=r;g<l;g++)if(m(e,g)===m(t,y===-1?0:g-y)){if(y===-1&&(y=g),g-y+1===d)return y*p}else y!==-1&&(g-=g-y),y=-1}else for(r+d>l&&(r=l-d),g=r;g>=0;g--){for(var h=!0,k=0;k<d;k++)if(m(e,g+k)!==m(t,k)){h=!1;break}if(h)return g}return-1}u.prototype.includes=function(t,r,o){return this.indexOf(t,r,o)!==-1};u.prototype.indexOf=function(t,r,o){return En(this,t,r,o,!0)};u.prototype.lastIndexOf=function(t,r,o){return En(this,t,r,o,!1)};function ya(e,t,r,o){r=Number(r)||0;var c=e.length-r;o?(o=Number(o),o>c&&(o=c)):o=c;var p=t.length;o>p/2&&(o=p/2);for(var l=0;l<o;++l){var d=parseInt(t.substr(l*2,2),16);if(dr(d))return l;e[r+l]=d}return l}function ha(e,t,r,o){return Tt(lr(t,e.length-r),e,r,o)}function Sa(e,t,r,o){return Tt(Ca(t),e,r,o)}function xa(e,t,r,o){return Tt(Nn(t),e,r,o)}function wa(e,t,r,o){return Tt(Da(t,e.length-r),e,r,o)}u.prototype.write=function(t,r,o,c){if(r===void 0)c="utf8",o=this.length,r=0;else if(o===void 0&&typeof r=="string")c=r,o=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(o)?(o=o>>>0,c===void 0&&(c="utf8")):(c=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var p=this.length-r;if((o===void 0||o>p)&&(o=p),t.length>0&&(o<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");c||(c="utf8");for(var l=!1;;)switch(c){case"hex":return ya(this,t,r,o);case"utf8":case"utf-8":return ha(this,t,r,o);case"ascii":case"latin1":case"binary":return Sa(this,t,r,o);case"base64":return xa(this,t,r,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return wa(this,t,r,o);default:if(l)throw new TypeError("Unknown encoding: "+c);c=(""+c).toLowerCase(),l=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function va(e,t,r){return t===0&&r===e.length?sr.fromByteArray(e):sr.fromByteArray(e.slice(t,r))}function Ln(e,t,r){r=Math.min(e.length,r);for(var o=[],c=t;c<r;){var p=e[c],l=null,d=p>239?4:p>223?3:p>191?2:1;if(c+d<=r){var m,g,y,h;switch(d){case 1:p<128&&(l=p);break;case 2:m=e[c+1],(m&192)===128&&(h=(p&31)<<6|m&63,h>127&&(l=h));break;case 3:m=e[c+1],g=e[c+2],(m&192)===128&&(g&192)===128&&(h=(p&15)<<12|(m&63)<<6|g&63,h>2047&&(h<55296||h>57343)&&(l=h));break;case 4:m=e[c+1],g=e[c+2],y=e[c+3],(m&192)===128&&(g&192)===128&&(y&192)===128&&(h=(p&15)<<18|(m&63)<<12|(g&63)<<6|y&63,h>65535&&h<1114112&&(l=h))}}l===null?(l=65533,d=1):l>65535&&(l-=65536,o.push(l>>>10&1023|55296),l=56320|l&1023),o.push(l),c+=d}return Ia(o)}var In=4096;function Ia(e){var t=e.length;if(t<=In)return String.fromCharCode.apply(String,e);for(var r="",o=0;o<t;)r+=String.fromCharCode.apply(String,e.slice(o,o+=In));return r}function Aa(e,t,r){var o="";r=Math.min(e.length,r);for(var c=t;c<r;++c)o+=String.fromCharCode(e[c]&127);return o}function ba(e,t,r){var o="";r=Math.min(e.length,r);for(var c=t;c<r;++c)o+=String.fromCharCode(e[c]);return o}function ka(e,t,r){var o=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>o)&&(r=o);for(var c="",p=t;p<r;++p)c+=Na[e[p]];return c}function Ea(e,t,r){for(var o=e.slice(t,r),c="",p=0;p<o.length-1;p+=2)c+=String.fromCharCode(o[p]+o[p+1]*256);return c}u.prototype.slice=function(t,r){var o=this.length;t=~~t,r=r===void 0?o:~~r,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),r<0?(r+=o,r<0&&(r=0)):r>o&&(r=o),r<t&&(r=t);var c=this.subarray(t,r);return Object.setPrototypeOf(c,u.prototype),c};function C(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||C(t,r,this.length);for(var c=this[t],p=1,l=0;++l<r&&(p*=256);)c+=this[t+l]*p;return c};u.prototype.readUintBE=u.prototype.readUIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||C(t,r,this.length);for(var c=this[t+--r],p=1;r>0&&(p*=256);)c+=this[t+--r]*p;return c};u.prototype.readUint8=u.prototype.readUInt8=function(t,r){return t=t>>>0,r||C(t,1,this.length),this[t]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||C(t,2,this.length),this[t]|this[t+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||C(t,2,this.length),this[t]<<8|this[t+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||C(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||C(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])};u.prototype.readIntLE=function(t,r,o){t=t>>>0,r=r>>>0,o||C(t,r,this.length);for(var c=this[t],p=1,l=0;++l<r&&(p*=256);)c+=this[t+l]*p;return p*=128,c>=p&&(c-=Math.pow(2,8*r)),c};u.prototype.readIntBE=function(t,r,o){t=t>>>0,r=r>>>0,o||C(t,r,this.length);for(var c=r,p=1,l=this[t+--c];c>0&&(p*=256);)l+=this[t+--c]*p;return p*=128,l>=p&&(l-=Math.pow(2,8*r)),l};u.prototype.readInt8=function(t,r){return t=t>>>0,r||C(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]};u.prototype.readInt16LE=function(t,r){t=t>>>0,r||C(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o};u.prototype.readInt16BE=function(t,r){t=t>>>0,r||C(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o};u.prototype.readInt32LE=function(t,r){return t=t>>>0,r||C(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24};u.prototype.readInt32BE=function(t,r){return t=t>>>0,r||C(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]};u.prototype.readFloatLE=function(t,r){return t=t>>>0,r||C(t,4,this.length),Le.read(this,t,!0,23,4)};u.prototype.readFloatBE=function(t,r){return t=t>>>0,r||C(t,4,this.length),Le.read(this,t,!1,23,4)};u.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||C(t,8,this.length),Le.read(this,t,!0,52,8)};u.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||C(t,8,this.length),Le.read(this,t,!1,52,8)};function U(e,t,r,o,c,p){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>c||t<p)throw new RangeError('"value" argument is out of bounds');if(r+o>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(t,r,o,c){if(t=+t,r=r>>>0,o=o>>>0,!c){var p=Math.pow(2,8*o)-1;U(this,t,r,o,p,0)}var l=1,d=0;for(this[r]=t&255;++d<o&&(l*=256);)this[r+d]=t/l&255;return r+o};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(t,r,o,c){if(t=+t,r=r>>>0,o=o>>>0,!c){var p=Math.pow(2,8*o)-1;U(this,t,r,o,p,0)}var l=o-1,d=1;for(this[r+l]=t&255;--l>=0&&(d*=256);)this[r+l]=t/d&255;return r+o};u.prototype.writeUint8=u.prototype.writeUInt8=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,1,255,0),this[r]=t&255,r+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};u.prototype.writeIntLE=function(t,r,o,c){if(t=+t,r=r>>>0,!c){var p=Math.pow(2,8*o-1);U(this,t,r,o,p-1,-p)}var l=0,d=1,m=0;for(this[r]=t&255;++l<o&&(d*=256);)t<0&&m===0&&this[r+l-1]!==0&&(m=1),this[r+l]=(t/d>>0)-m&255;return r+o};u.prototype.writeIntBE=function(t,r,o,c){if(t=+t,r=r>>>0,!c){var p=Math.pow(2,8*o-1);U(this,t,r,o,p-1,-p)}var l=o-1,d=1,m=0;for(this[r+l]=t&255;--l>=0&&(d*=256);)t<0&&m===0&&this[r+l+1]!==0&&(m=1),this[r+l]=(t/d>>0)-m&255;return r+o};u.prototype.writeInt8=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1};u.prototype.writeInt16LE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2};u.prototype.writeInt16BE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2};u.prototype.writeInt32LE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4};u.prototype.writeInt32BE=function(t,r,o){return t=+t,r=r>>>0,o||U(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function Pn(e,t,r,o,c,p){if(r+o>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Cn(e,t,r,o,c){return t=+t,r=r>>>0,c||Pn(e,t,r,4,34028234663852886e22,-34028234663852886e22),Le.write(e,t,r,o,23,4),r+4}u.prototype.writeFloatLE=function(t,r,o){return Cn(this,t,r,!0,o)};u.prototype.writeFloatBE=function(t,r,o){return Cn(this,t,r,!1,o)};function Dn(e,t,r,o,c){return t=+t,r=r>>>0,c||Pn(e,t,r,8,17976931348623157e292,-17976931348623157e292),Le.write(e,t,r,o,52,8),r+8}u.prototype.writeDoubleLE=function(t,r,o){return Dn(this,t,r,!0,o)};u.prototype.writeDoubleBE=function(t,r,o){return Dn(this,t,r,!1,o)};u.prototype.copy=function(t,r,o,c){if(!u.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!c&&c!==0&&(c=this.length),r>=t.length&&(r=t.length),r||(r=0),c>0&&c<o&&(c=o),c===o||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(c<0)throw new RangeError("sourceEnd out of bounds");c>this.length&&(c=this.length),t.length-r<c-o&&(c=t.length-r+o);var p=c-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,o,c):Uint8Array.prototype.set.call(t,this.subarray(o,c),r),p};u.prototype.fill=function(t,r,o,c){if(typeof t=="string"){if(typeof r=="string"?(c=r,r=0,o=this.length):typeof o=="string"&&(c=o,o=this.length),c!==void 0&&typeof c!="string")throw new TypeError("encoding must be a string");if(typeof c=="string"&&!u.isEncoding(c))throw new TypeError("Unknown encoding: "+c);if(t.length===1){var p=t.charCodeAt(0);(c==="utf8"&&p<128||c==="latin1")&&(t=p)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<o)throw new RangeError("Out of range index");if(o<=r)return this;r=r>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var l;if(typeof t=="number")for(l=r;l<o;++l)this[l]=t;else{var d=u.isBuffer(t)?t:u.from(t,c),m=d.length;if(m===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(l=0;l<o-r;++l)this[l+r]=d[l%m]}return this};var La=/[^+/0-9A-Za-z-_]/g;function Pa(e){if(e=e.split("=")[0],e=e.trim().replace(La,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function lr(e,t){t=t||1/0;for(var r,o=e.length,c=null,p=[],l=0;l<o;++l){if(r=e.charCodeAt(l),r>55295&&r<57344){if(!c){if(r>56319){(t-=3)>-1&&p.push(239,191,189);continue}else if(l+1===o){(t-=3)>-1&&p.push(239,191,189);continue}c=r;continue}if(r<56320){(t-=3)>-1&&p.push(239,191,189),c=r;continue}r=(c-55296<<10|r-56320)+65536}else c&&(t-=3)>-1&&p.push(239,191,189);if(c=null,r<128){if((t-=1)<0)break;p.push(r)}else if(r<2048){if((t-=2)<0)break;p.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;p.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;p.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return p}function Ca(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Da(e,t){for(var r,o,c,p=[],l=0;l<e.length&&!((t-=2)<0);++l)r=e.charCodeAt(l),o=r>>8,c=r%256,p.push(c),p.push(o);return p}function Nn(e){return sr.toByteArray(Pa(e))}function Tt(e,t,r,o){for(var c=0;c<o&&!(c+r>=t.length||c>=e.length);++c)t[c+r]=e[c];return c}function K(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function dr(e){return e!==e}var Na=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var o=r*16,c=0;c<16;++c)t[o+c]=e[r]+e[c];return t}()});var Un=mt((Np,_n)=>{n();var P=_n.exports={},Y,Z;function mr(){throw new Error("setTimeout has not been defined")}function gr(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Y=setTimeout:Y=mr}catch(e){Y=mr}try{typeof clearTimeout=="function"?Z=clearTimeout:Z=gr}catch(e){Z=gr}})();function Mn(e){if(Y===setTimeout)return setTimeout(e,0);if((Y===mr||!Y)&&setTimeout)return Y=setTimeout,setTimeout(e,0);try{return Y(e,0)}catch(t){try{return Y.call(null,e,0)}catch(r){return Y.call(this,e,0)}}}function Ra(e){if(Z===clearTimeout)return clearTimeout(e);if((Z===gr||!Z)&&clearTimeout)return Z=clearTimeout,clearTimeout(e);try{return Z(e)}catch(t){try{return Z.call(null,e)}catch(r){return Z.call(this,e)}}}var Q=[],Ce=!1,he,yt=-1;function Ma(){!Ce||!he||(Ce=!1,he.length?Q=he.concat(Q):yt=-1,Q.length&&On())}function On(){if(!Ce){var e=Mn(Ma);Ce=!0;for(var t=Q.length;t;){for(he=Q,Q=[];++yt<t;)he&&he[yt].run();yt=-1,t=Q.length}he=null,Ce=!1,Ra(e)}}P.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Q.push(new Fn(e,t)),Q.length===1&&!Ce&&Mn(On)};function Fn(e,t){this.fun=e,this.array=t}Fn.prototype.run=function(){this.fun.apply(null,this.array)};P.title="browser";P.browser=!0;P.env={};P.argv=[];P.version="";P.versions={};function ee(){}P.on=ee;P.addListener=ee;P.once=ee;P.off=ee;P.removeListener=ee;P.removeAllListeners=ee;P.emit=ee;P.prependListener=ee;P.prependOnceListener=ee;P.listeners=function(e){return[]};P.binding=function(e){throw new Error("process.binding is not supported")};P.cwd=function(){return"/"};P.chdir=function(e){throw new Error("process.chdir is not supported")};P.umask=function(){return 0}});var i,s,Rp,n=x(()=>{i=v(Rn()),s=v(Un()),Rp=function(e){function t(){var o=this||self;return delete e.prototype.__magic__,o}if(typeof globalThis=="object")return globalThis;if(this)return t();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:t});var r=__magic__;return r}(Object)});var De=x(()=>{"use strict";n()});var Bn=x(()=>{"use strict";n()});var Wn=x(()=>{"use strict";n()});var Gn=x(()=>{"use strict";n()});var L=x(()=>{"use strict";n()});var $n=x(()=>{"use strict";n()});var Vn=x(()=>{"use strict";n()});var M=x(()=>{"use strict";n()});var Hn=x(()=>{"use strict";n()});var jn=x(()=>{"use strict";n()});var O=x(()=>{"use strict";n();Bn();Wn();Gn();L();$n();Vn();M();Hn();jn()});var fr,zn,Xp,qn,Qp,Kn,eu,tu,ru,Yn=x(()=>{"use strict";n();O();fr={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",apiTimeout:"4000"},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",apiTimeout:"4000"},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",apiTimeout:"4000"}},{chainId:zn,egldLabel:Xp}=fr["devnet"],{chainId:qn,egldLabel:Qp}=fr["testnet"],{chainId:Kn,egldLabel:eu}=fr["mainnet"],tu={["devnet"]:zn,["testnet"]:qn,["mainnet"]:Kn},ru={[zn]:"devnet",[qn]:"testnet",[Kn]:"mainnet"}});var Tr=x(()=>{"use strict";n()});var Zn=x(()=>{"use strict";n()});var ht,yr=x(()=>{"use strict";n();ht="transaction-status-toast-id"});var Je,St,Jn,xt,Xn,Ne,E=x(()=>{"use strict";n();De();Yn();Tr();Zn();yr();Je=5e4,St=1e9,Jn=1,xt="logout",Xn="login",Ne="0"});var Re,wt=x(()=>{"use strict";n();Re=()=>Date.now()/1e3});var Qn=x(()=>{"use strict";n()});var eo=x(()=>{"use strict";n()});var hr=x(()=>{"use strict";n();wt();Qn();eo()});var xr={};fe(xr,{getItem:()=>Fa,localStorageKeys:()=>$,removeItem:()=>_a,setItem:()=>Oa});var $,Sr,Oa,Fa,_a,Se=x(()=>{"use strict";n();hr();$={loginExpiresAt:"sdk-dapp-login-expires-at",logoutEvent:"sdk-dapp-logout-event"},Sr=typeof localStorage!="undefined",Oa=({key:e,data:t,expires:r})=>{!Sr||localStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},Fa=e=>{if(!Sr)return;let t=localStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Re()>=r.expires?(localStorage.removeItem(String(e)),null):r.data},_a=e=>{!Sr||localStorage.removeItem(String(e))}});var wr={};fe(wr,{clear:()=>oo,getItem:()=>ro,removeItem:()=>no,setItem:()=>to,storage:()=>Ua});var to,ro,no,oo,Ua,io=x(()=>{"use strict";n();to=({key:e,data:t,expires:r})=>{sessionStorage.setItem(String(e),JSON.stringify({expires:r,data:t}))},ro=e=>{let t=sessionStorage.getItem(String(e));if(!t)return null;let r=JSON.parse(t);return!r||!r.hasOwnProperty("expires")||!r.hasOwnProperty("data")?null:Date.now()>=r.expires?(sessionStorage.removeItem(String(e)),null):r.data},no=e=>sessionStorage.removeItem(String(e)),oo=()=>sessionStorage.clear(),Ua={setItem:to,getItem:ro,removeItem:no,clear:oo}});var te,Me=x(()=>{"use strict";n();Se();io();te={session:wr,local:xr}});var vr,D,re,F=x(()=>{"use strict";n();vr=require("@reduxjs/toolkit");E();D=(0,vr.createAction)(xt),re=(0,vr.createAction)(Xn,e=>({payload:e}))});var Ar,so,ao,vt,Ir,co,It,Cu,At,Du,Ba,Wa,Nu,Ru,Mu,lo,po,br=x(()=>{"use strict";n();Ar=require("@multiversx/sdk-core"),so=require("@reduxjs/toolkit"),ao=require("redux-persist");E();Me();Se();F();vt={balance:"...",address:"",nonce:0,txCount:0,scrCount:0,claimableRewards:Ne},Ir={address:"",websocketEvent:null,accounts:{"":vt},ledgerAccount:null,publicKey:"",walletConnectAccount:null,isAccountLoading:!0,accountLoadingError:null},co=(0,so.createSlice)({name:"accountInfoSlice",initialState:Ir,reducers:{setAddress:(e,t)=>{let r=t.payload;e.address=r,e.publicKey=new Ar.Address(r).hex()},setAccount:(e,t)=>{let r=e.address===t.payload.address;e.accounts={[e.address]:r?t.payload:vt},e.shard=t.payload.shard,e.isAccountLoading=!1,e.accountLoadingError=null},setAccountNonce:(e,t)=>{let{address:r}=e;e.accounts[r].nonce=t.payload},setAccountShard:(e,t)=>{e.shard=t.payload},setLedgerAccount:(e,t)=>{e.ledgerAccount=t.payload},updateLedgerAccount:(e,t)=>{e.ledgerAccount!=null&&(e.ledgerAccount.index=t.payload.index,e.ledgerAccount.address=t.payload.address)},setWalletConnectAccount:(e,t)=>{e.walletConnectAccount=t.payload},setIsAccountLoading:(e,t)=>{e.isAccountLoading=t.payload,e.accountLoadingError=null},setAccountLoadingError:(e,t)=>{e.accountLoadingError=t.payload,e.isAccountLoading=!1},setWebsocketEvent:(e,t)=>{e.websocketEvent={timestamp:Date.now(),message:t.payload}}},extraReducers:e=>{e.addCase(D,()=>(te.local.removeItem($.loginExpiresAt),Ir)),e.addCase(re,(t,r)=>{let{address:o}=r.payload;t.address=o,t.publicKey=new Ar.Address(o).hex()}),e.addCase(ao.REHYDRATE,(t,r)=>{var g;if(!((g=r.payload)!=null&&g.account))return;let{account:o}=r.payload,{address:c,shard:p,accounts:l,publicKey:d}=o;t.address=c,t.shard=p;let m=l&&c in l;t.accounts=m?l:Ir.accounts,t.publicKey=d})}}),{setAccount:It,setAddress:Cu,setAccountNonce:At,setAccountShard:Du,setLedgerAccount:Ba,updateLedgerAccount:Wa,setWalletConnectAccount:Nu,setIsAccountLoading:Ru,setAccountLoadingError:Mu,setWebsocketEvent:lo}=co.actions,po=co.reducer});function Xe(){return new Date().setHours(new Date().getHours()+24)}function Qe(e){te.local.setItem({key:$.loginExpiresAt,data:e,expires:e})}var kr=x(()=>{"use strict";n();Me();Se()});var mo,uo,go,Hu,fo,Ga,$a,ju,Va,To,zu,yo,Er=x(()=>{"use strict";n();mo=require("@reduxjs/toolkit");kr();L();F();uo={loginMethod:"",walletConnectLogin:null,ledgerLogin:null,tokenLogin:null,walletLogin:null,extensionLogin:null,isLoginSessionInvalid:!1},go=(0,mo.createSlice)({name:"loginInfoSlice",initialState:uo,reducers:{setLoginMethod:(e,t)=>{e.loginMethod=t.payload},setTokenLogin:(e,t)=>{e.tokenLogin=t.payload},setTokenLoginSignature:(e,t)=>{(e==null?void 0:e.tokenLogin)!=null&&(e.tokenLogin.signature=t.payload)},setWalletLogin:(e,t)=>{e.walletLogin=t.payload},setWalletConnectLogin:(e,t)=>{e.walletConnectLogin=t.payload},setLedgerLogin:(e,t)=>{e.ledgerLogin=t.payload},invalidateLoginSession:e=>{e.isLoginSessionInvalid=!0},setLogoutRoute:(e,t)=>{e.logoutRoute=t.payload}},extraReducers:e=>{e.addCase(D,()=>uo),e.addCase(re,(t,r)=>{t.loginMethod=r.payload.loginMethod,Qe(Xe())})}}),{setLoginMethod:Hu,setWalletConnectLogin:fo,setLedgerLogin:Ga,setTokenLogin:$a,setTokenLoginSignature:ju,setWalletLogin:Va,invalidateLoginSession:To,setLogoutRoute:zu}=go.actions,yo=go.reducer});var So,ho,xo,wo,Ha,Zu,ja,vo,Lr=x(()=>{"use strict";n();So=require("@reduxjs/toolkit");F();ho={},xo=(0,So.createSlice)({name:"modalsSlice",initialState:ho,reducers:{setTxSubmittedModal:(e,t)=>{e.txSubmittedModal=t.payload},setNotificationModal:(e,t)=>{e.notificationModal=t.payload},clearTxSubmittedModal:e=>{e.txSubmittedModal=void 0},clearNotificationModal:e=>{e.notificationModal=void 0}},extraReducers:e=>{e.addCase(D,()=>ho)}}),{setTxSubmittedModal:wo,setNotificationModal:Ha,clearTxSubmittedModal:Zu,clearNotificationModal:ja}=xo.actions,vo=xo.reducer});var Io,Ao,Oe,Fe=x(()=>{"use strict";n();Io=!1,Ao=(e=!0)=>{Io=e},Oe=(e,t=0)=>{Io||setTimeout(()=>{window.location.href=e,window.location.assign(e)},t)}});var bo=x(()=>{"use strict";n();Fe()});function Pr(e){return e[Math.floor(Math.random()*e.length)]}var ko=x(()=>{"use strict";n()});var Cr=x(()=>{"use strict";n();Tr()});var _e=x(()=>{"use strict";n();bo();ko();Cr()});var Eo,Lo,Dr,za,Po,ud,dd,Co,Nr=x(()=>{"use strict";n();Eo=require("@reduxjs/toolkit"),Lo=v(require("lodash.omit"));_e();Dr={id:"not-configured",chainId:"",name:"NOT CONFIGURED",egldLabel:"",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"",walletConnectBridgeAddress:"",walletConnectV2RelayAddress:"",walletConnectV2ProjectId:"",walletConnectV2Options:{},walletAddress:"",apiAddress:"",explorerAddress:"",apiTimeout:"4000"},za={network:Dr,chainID:"-1"},Po=(0,Eo.createSlice)({name:"appConfig",initialState:za,reducers:{initializeNetworkConfig:(e,t)=>{let r=Pr(t.payload.walletConnectBridgeAddresses),o=Pr(t.payload.walletConnectV2RelayAddresses),c=(0,Lo.default)(t.payload,"walletConnectBridgeAddresses","walletConnectV2RelayAddresses");e.network=A(T(T({},e.network),c),{walletConnectBridgeAddress:r,walletConnectV2RelayAddress:o})},setChainID:(e,t)=>{e.chainID=t.payload}}}),{initializeNetworkConfig:ud,setChainID:dd}=Po.actions,Co=Po.reducer});var Do,Rr,No,hd,Sd,xd,bt,kt=x(()=>{"use strict";n();Do=require("@reduxjs/toolkit");O();F();Rr={isSigning:!1,signedSessions:{}},No=(0,Do.createSlice)({name:"signedMessageInfoSliceState",initialState:Rr,reducers:{setSignSession:(e,t)=>{let{sessionId:r,signedSession:o,errorMessage:c}=t.payload;return A(T({},e),{errorMessage:c!=null?c:e.errorMessage,isSigning:o.status==="pending",signedSessions:A(T({},e.signedSessions),{[r]:o})})},setSignSessionState:(e,t)=>T(T({},e),t.payload),clearSignedMessageInfo:()=>Rr},extraReducers:e=>{e.addCase(D,()=>Rr)}}),{setSignSession:hd,clearSignedMessageInfo:Sd,setSignSessionState:xd}=No.actions,bt=No.reducer});var Mo,Oo,Ro,Fo,Mr,Or,Ld,Pd,Cd,Dd,Et,Lt=x(()=>{"use strict";n();Mo=require("@reduxjs/toolkit"),Oo=require("redux-persist");yr();O();wt();F();Ro={customToasts:[],transactionToasts:[],failTransactionToast:null},Fo=(0,Mo.createSlice)({name:"toastsSlice",initialState:Ro,reducers:{addCustomToast:(e,t)=>{e.customToasts.push(A(T({},t.payload),{type:"custom",toastId:t.payload.toastId||`custom-toast-${e.customToasts.length+1}`}))},removeCustomToast:(e,t)=>{e.customToasts=e.customToasts.filter(r=>r.toastId!==t.payload)},addTransactionToast:(e,t)=>{e.transactionToasts.push({type:"transaction",startTimestamp:Re(),toastId:t.payload||`custom-toast-${e.transactionToasts.length+1}`})},removeTransactionToast:(e,t)=>{e.transactionToasts=e.transactionToasts.filter(r=>r.toastId!==t.payload)},addFailTransactionToast:(e,t)=>{e.failTransactionToast=A(T({},t.payload),{toastId:ht})},removeFailTransactionToast:e=>{e.failTransactionToast=null}},extraReducers:e=>{e.addCase(D,()=>Ro),e.addCase(Oo.REHYDRATE,(t,r)=>{var c,p;let o=(p=(c=r.customToasts)==null?void 0:c.filter(l=>!("component"in l)))!=null?p:[];t.customToasts=o})}}),{addCustomToast:Mr,removeCustomToast:Or,addTransactionToast:Ld,removeTransactionToast:Pd,addFailTransactionToast:Cd,removeFailTransactionToast:Dd}=Fo.actions,Et=Fo.reducer});var _o,_r,Ur,Br,qa,Fr,Uo,Od,Ka,Wr,Pt,Ct=x(()=>{"use strict";n();_o=require("@reduxjs/toolkit");F();_r="Transaction failed",Ur="Transaction successful",Br="Processing transaction",qa="Transaction submitted",Fr={},Uo=(0,_o.createSlice)({name:"transactionsInfo",initialState:Fr,reducers:{setTransactionsDisplayInfo(e,t){let{sessionId:r,transactionsDisplayInfo:o}=t.payload;r!=null&&(e[r]={errorMessage:(o==null?void 0:o.errorMessage)||_r,successMessage:(o==null?void 0:o.successMessage)||Ur,processingMessage:(o==null?void 0:o.processingMessage)||Br,submittedMessage:(o==null?void 0:o.submittedMessage)||qa,transactionDuration:o==null?void 0:o.transactionDuration})},clearTransactionsInfoForSessionId(e,t){t.payload!=null&&delete e[t.payload]},clearTransactionsInfo:()=>Fr},extraReducers:e=>{e.addCase(D,()=>Fr)}}),{clearTransactionsInfo:Od,setTransactionsDisplayInfo:Ka,clearTransactionsInfoForSessionId:Wr}=Uo.actions,Pt=Uo.reducer});function ne(e){return e!=null&&(rc(e)||sc(e))}function xe(e){return e!=null&&(nc(e)||ac(e))}function we(e){return e!=null&&(oc(e)||cc(e))}function Gr(e){return e!=null&&ic(e)}function rc(e){return e!=null&&Ya.includes(e)}function nc(e){return e!=null&&Za.includes(e)}function oc(e){return e!=null&&Ja.includes(e)}function ic(e){return e!=null&&Xa.includes(e)}function sc(e){return e!=null&&Qa.includes(e)}function ac(e){return e!=null&&ec.includes(e)}function cc(e){return e!=null&&tc.includes(e)}var Ya,Za,Ja,Xa,Qa,ec,tc,Be=x(()=>{"use strict";n();L();Ya=["sent"],Za=["success"],Ja=["fail","cancelled","timedOut"],Xa=["timedOut"],Qa=["pending"],ec=["success"],tc=["fail","invalid"]});var Bo,Wo,et,lc,Go,tt,ve,pc,We,uc,dc,Hd,mc,Dt,$r,Nt,Rt=x(()=>{"use strict";n();Bo=require("@reduxjs/toolkit"),Wo=require("redux-persist");L();Be();F();et={signedTransactions:{},transactionsToSign:null,signTransactionsError:null,signTransactionsCancelMessage:null,customTransactionInformationForSessionId:{}},lc={signWithoutSending:!1,sessionInformation:null,redirectAfterSign:!1},Go=(0,Bo.createSlice)({name:"transactionsSlice",initialState:et,reducers:{moveTransactionsToSignedState:(e,t)=>{var m,g;let{sessionId:r,transactions:o,errorMessage:c,status:p,redirectRoute:l}=t.payload,d=((m=e.customTransactionInformationForSessionId)==null?void 0:m[r])||lc;e.signedTransactions[r]={transactions:o,status:p,errorMessage:c,redirectRoute:l,customTransactionInformation:d},((g=e==null?void 0:e.transactionsToSign)==null?void 0:g.sessionId)===r&&(e.transactionsToSign=et.transactionsToSign)},clearSignedTransaction:(e,t)=>{e.signedTransactions[t.payload]&&delete e.signedTransactions[t.payload]},clearTransactionToSign:e=>{e!=null&&e.transactionsToSign&&(e.transactionsToSign=null)},updateSignedTransaction:(e,t)=>{e.signedTransactions=T(T({},e.signedTransactions),t.payload)},updateSignedTransactions:(e,t)=>{let{sessionId:r,status:o,errorMessage:c,transactions:p}=t.payload;e.signedTransactions[r]!=null&&(e.signedTransactions[r].status=o,c!=null&&(e.signedTransactions[r].errorMessage=c),p!=null&&(e.signedTransactions[r].transactions=p))},updateSignedTransactionStatus:(e,t)=>{var d,m,g,y,h,k;let{sessionId:r,status:o,errorMessage:c,transactionHash:p}=t.payload,l=(m=(d=e.signedTransactions)==null?void 0:d[r])==null?void 0:m.transactions;if(l!=null){e.signedTransactions[r].transactions=l.map(z=>z.hash===p?A(T({},z),{status:o,errorMessage:c}):z);let N=(y=(g=e.signedTransactions[r])==null?void 0:g.transactions)==null?void 0:y.every(z=>xe(z.status)),B=(k=(h=e.signedTransactions[r])==null?void 0:h.transactions)==null?void 0:k.every(z=>we(z.status));N&&(e.signedTransactions[r].status="success"),B&&(e.signedTransactions[r].status="fail")}},setTransactionsToSign:(e,t)=>{e.transactionsToSign=t.payload;let{sessionId:r,customTransactionInformation:o}=t.payload;e.customTransactionInformationForSessionId[r]=o,e.signTransactionsError=null},clearAllTransactionsToSign:e=>{e.transactionsToSign=et.transactionsToSign,e.signTransactionsError=null},clearAllSignedTransactions:e=>{e.signedTransactions=et.signedTransactions},setSignTransactionsError:(e,t)=>{e.signTransactionsError=t.payload},setSignTransactionsCancelMessage:(e,t)=>{e.signTransactionsCancelMessage=t.payload}},extraReducers:e=>{e.addCase(D,()=>et),e.addCase(Wo.REHYDRATE,(t,r)=>{var l;if(t.signTransactionsCancelMessage=null,!((l=r.payload)!=null&&l.transactions))return;let{signedTransactions:o,customTransactionInformationForSessionId:c}=r.payload.transactions,p=Object.entries(o).reduce((d,[m,g])=>{let y=new Date(m),h=new Date;return h.setHours(h.getHours()+5),h-y>0||(d[m]=g),d},{});c!=null&&(t.customTransactionInformationForSessionId=c),o!=null&&(t.signedTransactions=p)})}}),{updateSignedTransactionStatus:tt,updateSignedTransactions:ve,setTransactionsToSign:pc,clearAllTransactionsToSign:We,clearAllSignedTransactions:uc,clearSignedTransaction:dc,clearTransactionToSign:Hd,setSignTransactionsError:mc,setSignTransactionsCancelMessage:Dt,moveTransactionsToSignedState:$r}=Go.actions,Nt=Go.reducer});var b=x(()=>{"use strict";n();br();Er();Lr();Nr();kt();Lt();Ct();Rt()});var Vr=x(()=>{"use strict";n()});var zo,jo,qo,gm,fm,Tm,ym,hm,Sm,Ko,Yo=x(()=>{"use strict";n();zo=require("@reduxjs/toolkit");F();jo={visible:!1,modal:{showHeader:!0,showFooter:!1,headerText:"",footerText:""}},qo=(0,zo.createSlice)({name:"dappModalsSlice",initialState:jo,reducers:{setDappModalVisibility:(e,t)=>{e.visible=t.payload},setDappModalHeaderVisibility:(e,t)=>{e.modal.showHeader=t.payload},setDappModalFooterVisibility:(e,t)=>{e.modal.showFooter=t.payload},setDappModalHeaderText:(e,t)=>{e.modal.headerText=t.payload},setDappModalFooterText:(e,t)=>{e.modal.footerText=t.payload},setDappModalConfig:(e,t)=>{e.modal=T({},t.payload)}},extraReducers:e=>{e.addCase(D,()=>jo)}}),{setDappModalVisibility:gm,setDappModalHeaderVisibility:fm,setDappModalFooterVisibility:Tm,setDappModalHeaderText:ym,setDappModalFooterText:hm,setDappModalConfig:Sm}=qo.actions,Ko=qo.reducer});var Zo,yc,hc,Ge,_t=x(()=>{"use strict";n();Zo=require("@reduxjs/toolkit");Vr();br();Yo();Er();Lr();Nr();kt();Lt();Ct();Rt();yc={["account"]:po,["dappModal"]:Ko,["loginInfo"]:yo,["modals"]:vo,["networkConfig"]:Co,["signedMessageInfo"]:bt,["toasts"]:Et,["transactionsInfo"]:Pt,["transactions"]:Nt},hc=(e={})=>(0,Zo.combineReducers)(T(T({},yc),e)),Ge=hc});var Qo={};fe(Qo,{default:()=>kc});function Ut(e,t=[]){return{key:e,version:1,storage:Xo.default,blacklist:t}}var pe,Jo,Xo,Sc,xc,wc,vc,Ic,Ac,bc,kc,ei=x(()=>{"use strict";n();pe=require("redux-persist"),Jo=v(require("redux-persist/lib/storage")),Xo=v(require("redux-persist/lib/storage/session"));_t();b();kt();Lt();Ct();Rt();Vr();Sc={2:e=>A(T({},e),{networkConfig:Dr})};xc=Ut("sdk-dapp-transactionsInfo"),wc=Ut("sdk-dapp-transactions",["transactionsToSign"]),vc=Ut("sdk-dapp-toasts"),Ic=Ut("sdk-dapp-signedMessageInfo"),Ac={key:"sdk-dapp-store",version:2,storage:Jo.default,whitelist:["account","loginInfo","modals","networkConfig"],migrate:(0,pe.createMigrate)(Sc,{debug:!1})},bc={["toasts"]:(0,pe.persistReducer)(vc,Et),["transactions"]:(0,pe.persistReducer)(wc,Nt),["transactionsInfo"]:(0,pe.persistReducer)(xc,Pt),["signedMessageInfo"]:(0,pe.persistReducer)(Ic,bt)},kc=(0,pe.persistReducer)(Ac,Ge(bc))});var ti={};fe(ti,{default:()=>Ec});var Ec,ri=x(()=>{"use strict";n();_t();Ec=Ge()});var ni={};fe(ni,{default:()=>Pc});var H,Lc,Pc,oi=x(()=>{"use strict";n();H=require("redux-persist"),Lc=[H.FLUSH,H.REHYDRATE,H.PAUSE,H.PERSIST,H.PURGE,H.REGISTER],Pc=Lc});var ai={};fe(ai,{default:()=>si});function si(e){return(0,ii.persistStore)(e)}var ii,ci=x(()=>{"use strict";n();ii=require("redux-persist")});var kp={};fe(kp,{CustomComponents:()=>bp});module.exports=Ze(kp);n();var qe=v(require("react"));n();n();n();n();var Ds=require("react");n();n();n();var gi=require("react"),$e=require("react-redux");n();var Hr=require("@reduxjs/toolkit"),di=require("react-redux/lib/utils/Subscription");b();n();var Vo=v(require("lodash.throttle"));E();n();var $o=v(require("lodash.isequal")),Mt=require("reselect");O();var f=(0,Mt.createSelectorCreator)(Mt.defaultMemoize,$o.default),rt=(e,t)=>e!=""&&Boolean(t);b();kr();Me();Se();var gc=[xt],Ot=!1,fc=(0,Vo.default)(()=>{Qe(Xe())},5e3),Ho=e=>t=>r=>{var m;if(gc.includes(r.type))return t(r);let o=e.getState(),c=te.local.getItem($.loginExpiresAt);if(!rt((m=o==null?void 0:o.loginInfo)==null?void 0:m.loginMethod,o==null?void 0:o.account.address))return t(r);if(c==null)return Qe(Xe());let l=Date.now();return c-l<0&&!Ot?setTimeout(()=>{Ot=!0,e.dispatch(To())},1e3):(Ot&&(Ot=!1),fc()),t(r)};n();n();function Ft(){return typeof sessionStorage!="undefined"}var li=Ft()?(ei(),Ze(Qo)).default:(ri(),Ze(ti)).default,pi=Ft()?(oi(),Ze(ni)).default:[],ui=Ft()?(ci(),Ze(ai)).default:e=>e;_t();var w=(0,Hr.configureStore)({reducer:li,middleware:e=>e({serializableCheck:{ignoredActions:[...pi,At.type,It.type],ignoredPaths:["payload.nonce","account.account.nonce","providers.accountProvider"]}}).concat(Ho)}),mi=(0,di.createSubscription)(w),zm=ui(w),qm=(0,Hr.configureStore)({reducer:Ge});var Cc={store:w,subscription:mi},jr=(0,gi.createContext)(Cc),Jm=(0,$e.createStoreHook)(jr),R=(0,$e.createDispatchHook)(jr),I=(0,$e.createSelectorHook)(jr);n();n();b();var oe=e=>e.account,Ie=f(oe,e=>e.address),ue=f(oe,Ie,(e,t)=>t in e.accounts?e.accounts[t]:vt),fi=f(oe,ue,(e,t)=>{let c=e,{accounts:r}=c,o=Ye(c,["accounts"]);return A(T({},o),{account:t})}),Dc=f(ue,e=>e.balance),Ti=f(ue,e=>{var t;return((t=e==null?void 0:e.nonce)==null?void 0:t.valueOf())||0}),tg=f(oe,e=>e.shard),Nc=f(oe,e=>e.ledgerAccount),rg=f(oe,e=>e.walletConnectAccount),ng=f(oe,e=>e.isAccountLoading),og=f(oe,e=>e.accountLoadingError),zr=f(oe,e=>e.websocketEvent);n();var _=e=>e.loginInfo,cg=f(_,e=>e.loginMethod),nt=f(_,Ie,(e,t)=>rt(e.loginMethod,t)),lg=f(_,e=>e.walletConnectLogin),pg=f(_,e=>e.ledgerLogin),yi=f(_,e=>e.walletLogin),ug=f(_,e=>e.isLoginSessionInvalid),Rc=f(_,e=>e.tokenLogin),Bt=f(_,e=>e.logoutRoute);n();var hi=e=>e.modals,gg=f(hi,e=>e.txSubmittedModal),Mc=f(hi,e=>e.notificationModal);n();var J=e=>e.networkConfig,Wt=f(J,e=>e.chainID),Oc=f(J,e=>e.network.walletConnectBridgeAddress),Fc=f(J,e=>e.network.walletConnectV2RelayAddress),_c=f(J,e=>e.network.walletConnectV2ProjectId),Uc=f(J,e=>e.network.walletConnectV2Options),Si=f(J,e=>e.network.walletConnectDeepLink),ie=f(J,e=>e.network),Gt=f(ie,e=>e.apiAddress),xi=f(ie,e=>e.explorerAddress),wi=f(ie,e=>e.egldLabel);n();var qr=e=>e.signedMessageInfo,Sg=f(qr,e=>e.isSigning),xg=f(qr,e=>e.errorMessage),wg=f(qr,e=>{let t=Object.keys(e.signedSessions),r=t.length;return e.signedSessions[t[r-1]]});n();var Kr=e=>e.toasts,Ag=f(Kr,e=>e.customToasts),bg=f(Kr,e=>e.transactionToasts),kg=f(Kr,e=>e.failTransactionToast);n();b();var vi={errorMessage:_r,successMessage:Ur,processingMessage:Br},Bc=e=>e.transactionsInfo,Wc=f(Bc,(e,t)=>t,(e,t)=>t!=null&&(e==null?void 0:e[Number(t)])||vi);n();n();var W=require("@multiversx/sdk-core");E();n();function Yr(e){try{return i.Buffer.from(e,"base64").toString()===atob(e)}catch(t){return!1}}function Ve(e){return atob(e)}function He(e){var c,p,l;let{data:t}=e,r=Yr(t!=null?t:"")?W.TransactionPayload.fromEncoded(t):new W.TransactionPayload(t),o=new W.Transaction(T({value:e.value.valueOf(),data:r,nonce:e.nonce.valueOf(),receiver:new W.Address(e.receiver),sender:new W.Address(e.sender),gasLimit:(c=e.gasLimit.valueOf())!=null?c:Je,gasPrice:(p=e.gasPrice.valueOf())!=null?p:St,chainID:e.chainID.valueOf(),version:new W.TransactionVersion((l=e.version)!=null?l:Jn)},e.options?{options:new W.TransactionOptions(e.options)}:{}));return o.applySignature({hex:()=>e.signature||""},new W.Address(e.sender)),o}n();Be();n();var $c=v(require("bignumber.js"));O();n();n();n();n();var Hc=require("@multiversx/sdk-core"),jc=v(require("bignumber.js"));L();n();var bi=require("@multiversx/sdk-core");function Vc(e){try{let t=new bi.Address(e);return Boolean(t.bech32())}catch(t){return!1}}function ot(e){return(e==null?void 0:e.startsWith("erd"))&&e.length===62&&/^\w+$/.test(e)&&Vc(e)}n();n();n();var qc=require("@multiversx/sdk-core/out");n();E();n();var ki=require("@multiversx/sdk-core");O();n();n();n();n();L();n();n();n();n();n();n();n();var $t="accounts";n();n();n();n();M();n();n();M();n();n();n();var rl=v(require("bignumber.js"));E();n();var tl=require("@multiversx/sdk-core"),Zr=v(require("bignumber.js"));E();n();var Qc=v(require("bignumber.js"));n();Zr.default.config({ROUNDING_MODE:Zr.default.ROUND_FLOOR});n();n();n();E();n();n();n();n();E();n();E();n();var nl=require("@multiversx/sdk-core");E();n();var it=require("@multiversx/sdk-core"),sl=require("@multiversx/sdk-network-providers");E();n();n();var ol=v(require("bignumber.js"));E();n();E();n();n();n();n();n();E();n();M();var cl=["reDelegateRewards","claimRewards","unBond"],ll=["wrapEgld","unwrapEgld"],pl=["unStake"],ul=["unDelegate"];n();n();n();E();n();var fl=v(require("bignumber.js"));n();n();n();M();n();var Tl=v(require("bignumber.js"));n();n();n();n();M();n();n();n();var Sl=v(require("linkifyjs"));n();E();n();var xl=v(require("bignumber.js"));n();O();n();n();L();n();L();n();n();n();M();n();M();n();var wl=v(require("bignumber.js"));E();M();n();M();n();var Ni=require("react");O();n();n();M();n();var vl=require("@multiversx/sdk-core/out"),Il=v(require("bignumber.js"));M();n();M();n();n();L();var JS=[{label:"Raw",value:"raw"},{label:"Text",value:"text"},{label:"Decimal",value:"decimal"},{label:"Smart",value:"smart"}];n();var Ri=require("react");O();n();var bl=require("react");M();var ox=["create","localMint","ESDTLocalMint","addQuantity","burn","localBurn","ESDTLocalBurn","wipe","writeLog","signalError"];var zt=e=>e.transactions,me=f(zt,e=>e.signedTransactions),kl=f(zt,e=>e.signTransactionsError),Mi=f(zt,e=>e.signTransactionsCancelMessage),qt=e=>t=>Object.entries(t).reduce((r,[o,c])=>(e(c.status)&&(r[o]=c),r),{}),Xr=f(me,qt(ne)),Oi=f(me,qt(xe)),Fi=f(me,qt(we)),El=f(me,qt(Gr)),_i=f(zt,e=>{var t;return(e==null?void 0:e.transactionsToSign)==null?null:A(T({},e.transactionsToSign),{transactions:((t=e==null?void 0:e.transactionsToSign)==null?void 0:t.transactions.map(r=>He(r)))||[]})}),Ll=f(me,(e,t)=>t,(e,t)=>t!=null?(e==null?void 0:e[t])||{}:{});var Qr=()=>I(J);n();var Ui=require("react");n();b();n();n();n();var Cl=require("react"),Dl=require("@multiversx/sdk-web-wallet-provider"),Nl=v(require("qs"));E();b();L();n();var Ji=require("react"),Gl=require("@multiversx/sdk-extension-provider");E();n();n();n();n();var Wi=require("@multiversx/sdk-extension-provider"),Gi=require("@multiversx/sdk-hw-provider"),$i=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider"),Vi=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider"),Hi=require("@multiversx/sdk-web-wallet-provider");E();L();var je=e=>{switch(e==null?void 0:e.constructor){case Hi.WalletProvider:return"wallet";case $i.WalletConnectProvider:return"walletconnect";case Vi.WalletConnectV2Provider:return"walletconnectv2";case Gi.HWProvider:return"ledger";case Wi.ExtensionProvider:return"extension";case Kt:return"";default:return"extra"}};var se=e=>`Unable to perform ${e}, Provider not initialized`,Kt=class{init(){return Promise.resolve(!1)}login(t){throw new Error(se(`login with options: ${t}`))}logout(t){throw new Error(se(`logout with options: ${t}`))}getAddress(){throw new Error(se("getAddress"))}isInitialized(){return!1}isConnected(){return Promise.resolve(!1)}sendTransaction(t,r){throw new Error(se(`sendTransaction with transactions: ${t} options: ${r}`))}signTransaction(t,r){throw new Error(se(`signTransaction with transactions: ${t} options: ${r}`))}signTransactions(t,r){throw new Error(se(`signTransactions with transactions: ${t} options: ${r}`))}signMessage(t,r){throw new Error(se(`signTransactions with ${t} and options ${r}`))}sendCustomMessage({method:t,params:r}){throw new Error(se(`sendCustomMessage with method: ${t} params: ${r}`))}sendCustomRequest(t){throw new Error(se(`sendSessionEvent with options: ${t}`))}ping(){return Promise.resolve(!1)}},en=new Kt;var Rl=en;function j(){return Rl||en}b();L();n();n();n();n();n();var zi=v(require("axios"));n();n();var ji=e=>{let t=e!=null?e:Gt(w.getState());return t.endsWith("/")?t.slice(0,-1):t};function qi(e){return S(this,null,function*(){if(!e)return null;let r=`${ji()}/${$t}/${e}`;try{let{data:o}=yield zi.default.get(r);return o}catch(o){console.error("error fetching configuration for ",r)}return null})}function st(e){return S(this,null,function*(){return yield qi(e)})}n();function Yt(e){let t=w.getState(),r=Ti(t);return e?r&&!isNaN(r)?Math.max(r,e.nonce):e.nonce:r}n();var Zi=require("react"),_l=require("@multiversx/sdk-extension-provider");E();n();n();var Ae=()=>I(fi);n();var at=()=>I(ue);n();n();n();n();n();var ct=v(require("react"));var dv=(0,ct.createContext)({}),mv=w.getState();n();var Yi=v(require("react"));n();var tn=v(require("react")),Ml=v(require("axios"));n();n();b();n();n();var $l=v(require("axios")),Vl=v(require("swr"));n();n();var Hl=v(require("axios"));n();var Qi=require("react");n();var Xi=require("react");Cr();b();O();n();n();function es(){let e=j();return je(e)}function ae(e){return es()===e}Fe();n();De();b();n();n();n();n();n();function ts(){let e=I(Xr),t=Object.entries(e),r=(t==null?void 0:t.length)>0;return{pendingTransactions:e,pendingTransactionsArray:t,hasPendingTransactions:r}}n();b();n();L();function lt(){let{search:e}=window.location,t=w.getState(),r=j(),o=Ie(t),c=nt(t),p=yi(t);if(!r)throw"provider not initialized";return ae("ledger")&&c?new Promise(l=>{l(o)}):!ae("")&&!ae("wallet")&&!ae("extra")?r.getAddress():new Promise(l=>{if(p!=null){let d=new URLSearchParams(e),m=Object.fromEntries(d);ot(m.address)&&l(m.address)}c&&l(o),l("")})}var rs=()=>S(void 0,null,function*(){try{let e=yield lt();try{let t=yield st(e);if(t!=null){let r=A(T({},t),{nonce:Yt(t)});return w.dispatch(It(r)),r}}catch(t){console.error("Failed getting account ",t)}}catch(e){console.error("Failed getting address ",e)}return null});function Zt(){return S(this,null,function*(){let e=j();if(e==null)throw"Provider not initialized";if(!e.isInitialized||e.isInitialized())return rs();try{if(!e.init)throw"Current provider does not have init() function";return(yield e.init())?rs():void 0}catch(t){console.error("Failed initializing provider ",t)}})}Be();n();n();n();var ns=v(require("axios"));function os(e){return S(this,null,function*(){let{apiAddress:t,apiTimeout:r}=ie(w.getState()),o=e.map(p=>ns.default.post(`${t}/transactions`,p.toPlainObject(),{timeout:parseInt(r)}));return(yield Promise.all(o)).map(({data:p})=>p.txHash)})}n();var is=v(require("axios"));function Jt(e){return S(this,null,function*(){let t=Gt(w.getState()),r=e.map(c=>c.hash),{data:o}=yield is.default.get(`${t}/transactions`,{params:{hashes:r.join(","),withScResults:!0}});return e.map(({hash:c,previousStatus:p})=>{let l=o.find(d=>(d==null?void 0:d.txHash)===c);return{hash:c,data:l==null?void 0:l.data,invalidTransaction:l==null,status:l==null?void 0:l.status,results:l==null?void 0:l.results,sender:l==null?void 0:l.sender,receiver:l==null?void 0:l.receiver,previousStatus:p,hasStatusChanged:l&&l.status!==p}})})}n();var ql=v(require("axios"));n();n();var Kl=v(require("axios"));n();var Yl=v(require("axios"));n();b();L();n();n();b();function as(e){w.dispatch(At(e))}n();n();var cs=require("@multiversx/sdk-core");n();F();O();n();Be();function ls(e,t){return e.reduce((o,{status:c,hash:p})=>(p!=null&&!t.includes(p)&&ne(c)&&o.push({hash:p,previousStatus:c}),o),[])}n();b();L();function ps({results:e,hash:t,sessionId:r}){let o=e==null?void 0:e.find(c=>(c==null?void 0:c.returnMessage)!=="");w.dispatch(tt({transactionHash:t,sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage})),w.dispatch(ve({sessionId:r,status:"fail",errorMessage:o==null?void 0:o.returnMessage}))}n();b();O();function nn(e){w.dispatch(ve({sessionId:e,status:"timedOut"}))}var Xt={},on=[];function Zl({serverTransaction:e,sessionId:t,customTransactionInformation:r,shouldRefreshBalance:o}){let{hash:c,status:p,results:l,invalidTransaction:d,hasStatusChanged:m}=e;try{if(on.includes(c))return;if(Xt[c]>30){nn(t);return}if(d||ne(p)){Xt[c]=Xt[c]?Xt[c]+1:1;return}m&&(xe(p)&&(r==null?void 0:r.completedTransactionsDelay)!=null?(on.push(c),setTimeout(()=>w.dispatch(tt({sessionId:t,status:"success",transactionHash:c})),r==null?void 0:r.completedTransactionsDelay)):w.dispatch(tt({sessionId:t,status:p,transactionHash:c}))),o||Zt(),we(p)&&ps({sessionId:t,hash:c,results:l})}catch(g){console.error(g),nn(t)}}function us(p){return S(this,arguments,function*({sessionId:e,transactionBatch:{transactions:t,customTransactionInformation:r},getTransactionsByHash:o=Jt,shouldRefreshBalance:c}){try{if(t==null)return;let l=ls(t,on),d=yield o(l);for(let m of d)Zl({serverTransaction:m,sessionId:e,customTransactionInformation:r,shouldRefreshBalance:c})}catch(l){console.error(l)}})}function ds(){let{pendingTransactionsArray:e}=ts();function t(r){return S(this,null,function*(){let o=e.filter(([c,p])=>c!=null&&ne(p.status));if(o.length>0)for(let[c,p]of o)yield us(T({sessionId:c,transactionBatch:p},r));r.shouldRefreshBalance&&Zt()})}return t}n();var sp=require("react");n();n();n();b();n();n();var Ql=v(require("bignumber.js"));E();b();O();n();var Xl=v(require("bignumber.js"));E();n();var ep=require("@multiversx/sdk-core"),tp=v(require("bignumber.js"));E();n();n();n();var ms,ik={hostname:typeof window!="undefined"?(ms=window==null?void 0:window.location)==null?void 0:ms.hostname:"",apiAddress:"https://api.multiversx.com",expirySeconds:60*60*24,tokenExpirationToastWarningSeconds:5*60};n();n();var rp=v(require("axios"));n();n();n();function np(e){return Object.prototype.toString.call(e)==="[object String]"}var gs=e=>{if(!e||!np(e))return null;try{let[t,r,o]=e.split("."),c=Ve(t),p=Ve(r),[l,d,m,g]=p.split("."),y=JSON.parse(Ve(g)),h=Ve(l),k={ttl:Number(m),address:c,extraInfo:y,host:h,signature:o,blockHash:d,body:p};return g==="e30"&&delete k.extraInfo,k}catch(t){return null}};n();wt();var pt=e=>{let t=gs(e);if(!t)return{isExpired:!1};let r=Re(),{ttl:o,extraInfo:c}=t,p=c.timestamp;if(!p)return{isExpired:!1};let l=p+o,d=r>l,m=l-r;return{isExpired:d,expiresAt:l,secondsUntilExpires:m}};L();Be();n();n();n();n();var fs=require("react");n();n();var cp=require("react"),lp=require("@multiversx/sdk-extension-provider");De();F();L();n();function be(){return nt(w.getState())}_e();n();var ap=require("react"),Ts=require("@multiversx/sdk-core");b();n();n();var mp=require("react");De();b();n();n();n();hr();n();n();var pp=v(require("platform"));n();F();O();Fe();Me();Se();var up=e=>{te.local.setItem({key:$.logoutEvent,data:e,expires:0}),te.local.removeItem($.logoutEvent)};function ke(e,t){return S(this,null,function*(){let r=j(),o=je(r),c=be(),p=o==="wallet";if(!c||!r){cn(e,t,!1);return}try{let l=yield lt();up(l)}catch(l){cn(e,t,!1),console.error("error fetching logout address",l)}p&&Ao(),w.dispatch(D());try{let d=p&&!e?window.location.origin:e;p?setTimeout(()=>{r.logout({callbackUrl:d})}):(yield r.logout({callbackUrl:d}),cn(e,t,p))}catch(l){console.error("error logging out",l)}})}function cn(e,t,r){e&&!r&&(typeof t=="function"?t(e):Oe(e))}n();n();n();n();n();n();Fe();n();n();n();function hs(e){return new Promise(t=>{setTimeout(()=>t(),e)})}n();var Ss=(e,t,r,o=0)=>S(void 0,null,function*(){try{return yield e(...r)}catch(c){return o<t.retries?((t==null?void 0:t.delay)!=null&&(yield hs(t.delay)),Ss(e,t,r,o+1)):null}}),xs=(e,t={retries:5,delay:500})=>(...r)=>S(void 0,null,function*(){return Ss(e,t,r)});Me();n();n();n();b();var dp={};var ws=e=>{if(e.component!=null){let t=e,{component:r}=t,o=Ye(t,["component"]),{payload:c}=w.dispatch(Mr(A(T({},o),{component:null})));return dp[c.toastId]=r,c}return w.dispatch(Mr(e)).payload};n();n();var vs=v(require("axios"));function ln(e){return S(this,null,function*(){try{let{data:t}=yield vs.default.get(`${e}/websocket/config`);return`wss://${t.url}`}catch(t){throw console.error(t),new Error("Can not get websocket url")}})}n();n();var Is=require("react"),fp=require("@multiversx/sdk-hw-provider");De();F();b();L();_e();n();var gp=require("react");n();var pn=require("react"),yp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectProvider");F();b();L();_e();n();var un=require("react"),hp=require("@multiversx/sdk-wallet-connect-provider/out/walletConnectV2Provider");F();b();L();_e();n();n();var As=require("react");n();var Es=require("react");n();var Ee=require("react"),bs=require("socket.io-client");b();n();var ce={current:null,status:"not_initialized"};var Sp=3e3,xp=3,wp=500,vp=1e3;function ks(){let e=(0,Ee.useRef)(null),{address:t}=at(),r=R(),{network:o}=Qr(),c=l=>{e.current&&clearTimeout(e.current),e.current=setTimeout(()=>{r(lo(l))},vp)},p=(0,Ee.useCallback)(xs(()=>S(this,null,function*(){ce.status="pending";let l=yield ln(o.apiAddress);if(l==null){console.warn("Can not get websocket url");return}ce.current=(0,bs.io)(l,{forceNew:!0,reconnectionAttempts:xp,timeout:Sp,query:{address:t}}),ce.status="completed",ce.current.onAny(d=>{c(d)})}),{retries:2,delay:wp}),[t]);(0,Ee.useEffect)(()=>{t&&ce.status==="not_initialized"&&!ce.current&&p()},[t,ce.current]),(0,Ee.useEffect)(()=>()=>{var l;(l=ce.current)==null||l.close(),e.current&&clearTimeout(e.current)},[])}function Ls(e){ks();let t=I(zr);(0,Es.useEffect)(()=>{let r=t==null?void 0:t.message;r&&e(r)},[e,t])}n();n();n();var Ps=e=>e.dappModal,Ip=f(Ps,e=>e.visible),er=f(Ps,e=>e.modal),BC=f(er,e=>e.showHeader),WC=f(er,e=>e.showFooter),GC=f(er,e=>e.headerText),$C=f(er,e=>e.footerText);Se();var{logoutEvent:Ap}=$,Cs="storage",Ns=()=>{let{address:e}=Ae(),t=I(Bt);(0,Ds.useEffect)(()=>{let r=o=>{if(!(o.key!==Ap||!o.newValue))try{let{data:c}=JSON.parse(o.newValue);c===e&&ke(t)}catch(c){return}};return window.addEventListener(Cs,r),()=>{window.removeEventListener(Cs,r)}},[e,t])};n();n();var tr=require("react"),dn=v(require("bignumber.js"));var Ms=require("@fortawesome/free-solid-svg-icons");n();n();var ut=v(require("bignumber.js")),Rs=e=>{let t=new ut.default(e).dividedBy(1e3).integerValue(ut.default.ROUND_FLOOR),r=new ut.default(t).dividedBy(60).integerValue(ut.default.ROUND_FLOOR),o=r.modulo(60).isGreaterThan(1),c=r.modulo(60).isLessThan(1);return o?`${r} minutes`:c?"less than 1 minute":`${r} minute`};var Os=()=>{let{address:e}=Ae(),{tokenLogin:t}=I(_),{secondsUntilExpires:r,expiresAt:o}=pt(t==null?void 0:t.nativeAuthToken),c=(0,tr.useRef)();return(0,tr.useEffect)(()=>{var d;let p=new dn.default(String(r)),l=p.times(1e3);if(!(!r||p.isLessThanOrEqualTo(0))){if((d=t==null?void 0:t.nativeAuthConfig)!=null&&d.tokenExpirationToastWarningSeconds){clearTimeout(c.current);let g=new dn.default(t.nativeAuthConfig.tokenExpirationToastWarningSeconds).times(1e3),y=p.times(1e3).minus(g),h=Rs(l),k=y.isLessThanOrEqualTo(0)?0:y.toNumber();c.current=setTimeout(()=>{ws({toastId:"nativeAuthTokenExpiration",type:"custom",title:"Session Expiration Warning",icon:Ms.faRefresh,message:`Your token will expire in ${h}!`})},k)}return()=>{clearTimeout(c.current)}}},[o,e,t==null?void 0:t.nativeAuthConfig]),null};n();var ze=require("react"),Fs=v(require("bignumber.js"));var _s=()=>{let{address:e}=Ae(),{tokenLogin:t}=I(_),r=I(Bt),{isExpired:o,secondsUntilExpires:c,expiresAt:p}=pt(t==null?void 0:t.nativeAuthToken),l=(0,ze.useRef)(""),d=(0,ze.useRef)();return(0,ze.useEffect)(()=>{e&&o&&ke(r)},[o,e,r]),(0,ze.useEffect)(()=>{let m=new Fs.default(String(c)),g=`${e}_${p}`,y=l.current===g;if(!(c&&m.isGreaterThan(0))||y)return;l.current=g,clearTimeout(d.current);let k=m.times(1e3);return d.current=setTimeout(()=>{ke(r)},k.toNumber()),()=>{clearTimeout(d.current)}},[p,e,r]),null};var Us=()=>(Os(),Ns(),_s(),null);n();n();var rr=require("react"),Ws=require("@multiversx/sdk-core"),Gs=require("@multiversx/sdk-core/out/signature");b();L();Fe();var Bs=e=>{let t=e.redirectRoute;t&&Oe(t)},$s=({sendSignedTransactionsAsync:e=os})=>{let t=I(ue),r=I(me),o=(0,rr.useRef)(!1),c=R(),p=()=>{c(We()),o.current=!1};function l(){return S(this,null,function*(){var m;let d=Object.keys(r);for(let g of d){let y=r==null?void 0:r[g],h=(m=y==null?void 0:y.customTransactionInformation)==null?void 0:m.signWithoutSending;if(!g||h){Bs(y);continue}try{if(!(r[g].status==="signed"&&!o.current))continue;let{transactions:B}=r[g];if(!B)continue;o.current=!0;let z=B.map(ge=>{let Ys=new Ws.Address(ge.sender),mn=He(ge),Zs=new Gs.Signature(ge.signature);return mn.applySignature(Zs,Ys),mn}),zs=yield e(z),qs="pending",Ks=B.map(ge=>zs.includes(ge.hash)?A(T({},ge),{status:qs}):ge);c(wo({sessionId:g,submittedMessage:"submitted"})),c(ve({sessionId:g,status:"sent",transactions:Ks})),p(),as(t.nonce+B.length),Bs(y),history.pushState({},document==null?void 0:document.title,"?")}catch(k){console.error("Unable to send transactions",k),c(ve({sessionId:g,status:"fail",errorMessage:k.message})),p()}finally{o.current=!1}}})}return(0,rr.useEffect)(()=>{l()},[r,t]),null};n();n();n();var Vs=require("react");function Hs(e){var c;let t=ds(),r=(c=e==null?void 0:e.getTransactionsByHash)!=null?c:Jt,o=()=>{t({shouldRefreshBalance:!0,getTransactionsByHash:r})};Ls(o),(0,Vs.useEffect)(()=>{let p=setInterval(o,3e4);return()=>{clearInterval(p)}},[o])}function js({getTransactionsByHash:e}){return Hs({getTransactionsByHash:e}),null}function bp({customComponents:e}){var p,l;let t=e==null?void 0:e.transactionSender,r=e==null?void 0:e.transactionTracker,o=(p=t==null?void 0:t.component)!=null?p:$s,c=(l=r==null?void 0:r.component)!=null?l:js;return qe.default.createElement(qe.default.Fragment,null,qe.default.createElement(o,T({},t==null?void 0:t.props)),qe.default.createElement(c,T({},r==null?void 0:r.props)),qe.default.createElement(Us,null))}0&&(module.exports={CustomComponents});
2
+ /*!
3
+ * The buffer module from node.js, for the browser.
4
+ *
5
+ * @author Feross Aboukhadijeh <https://feross.org>
6
+ * @license MIT
7
+ */
8
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
9
+ //# sourceMappingURL=CustomComponents.js.map