@rango-dev/widget-embedded 0.31.1-next.3 → 0.32.1

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 (299) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/components/AppRoutes.d.ts.map +1 -1
  3. package/dist/components/BlockchainList/BlockchainList.d.ts.map +1 -1
  4. package/dist/components/BlockchainList/BlockchainList.styles.d.ts +4 -1
  5. package/dist/components/BlockchainList/BlockchainList.styles.d.ts.map +1 -1
  6. package/dist/components/BlockchainList/BlockchainList.types.d.ts +1 -0
  7. package/dist/components/BlockchainList/BlockchainList.types.d.ts.map +1 -1
  8. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts +4 -0
  9. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.d.ts.map +1 -0
  10. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts +483 -0
  11. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.d.ts.map +1 -0
  12. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts +12 -0
  13. package/dist/components/BlockchainSelectorButton/BlockchainSelectorButton.types.d.ts.map +1 -0
  14. package/dist/components/BlockchainSelectorButton/index.d.ts +2 -0
  15. package/dist/components/BlockchainSelectorButton/index.d.ts.map +1 -0
  16. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts +1 -0
  17. package/dist/components/BlockchainsSection/BlockchainsSection.styles.d.ts.map +1 -1
  18. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +11 -0
  19. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  20. package/dist/components/ConfirmWalletsModal/WalletList.d.ts.map +1 -1
  21. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts +3 -0
  22. package/dist/components/ConfirmWalletsModal/WalletList.styles.d.ts.map +1 -1
  23. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts +4 -0
  24. package/dist/components/CustomCollapsible/CustomCollapsible.styles.d.ts.map +1 -1
  25. package/dist/components/CustomDestination/CustomDestination.d.ts.map +1 -1
  26. package/dist/components/CustomDestination/CustomDestination.styles.d.ts +5 -2
  27. package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -1
  28. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts +4 -0
  29. package/dist/components/CustomTokenModal/CustomTokenModal.d.ts.map +1 -0
  30. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts +3 -0
  31. package/dist/components/CustomTokenModal/CustomTokenModal.helpers.d.ts.map +1 -0
  32. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +323 -0
  33. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -0
  34. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts +9 -0
  35. package/dist/components/CustomTokenModal/CustomTokenModal.types.d.ts.map +1 -0
  36. package/dist/components/CustomTokenModal/index.d.ts +2 -0
  37. package/dist/components/CustomTokenModal/index.d.ts.map +1 -0
  38. package/dist/components/FilterSelector/FilterSelector.style.d.ts +6 -0
  39. package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -1
  40. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +8 -0
  41. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  42. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts +6 -0
  43. package/dist/components/HistoryGroupedList/HistoryGroupedList.styles.d.ts.map +1 -1
  44. package/dist/components/Layout/Layout.styles.d.ts +4 -0
  45. package/dist/components/Layout/Layout.styles.d.ts.map +1 -1
  46. package/dist/components/Layout/PageContainer.d.ts +1 -0
  47. package/dist/components/Layout/PageContainer.d.ts.map +1 -1
  48. package/dist/components/Layout/ScrollableArea.d.ts +1 -0
  49. package/dist/components/Layout/ScrollableArea.d.ts.map +1 -1
  50. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts +1 -0
  51. package/dist/components/LoadingLiquiditySourceList/LoadingLiquiditySourceList.styles.d.ts.map +1 -1
  52. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts +14 -0
  53. package/dist/components/LoadingSwapDetails/LoadingSwapDetails.styles.d.ts.map +1 -1
  54. package/dist/components/NoResult/NoResult.styles.d.ts +4 -0
  55. package/dist/components/NoResult/NoResult.styles.d.ts.map +1 -1
  56. package/dist/components/Quote/Quote.styles.d.ts +22 -1
  57. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  58. package/dist/components/Quote/QuoteCostDetails.styles.d.ts +5 -0
  59. package/dist/components/Quote/QuoteCostDetails.styles.d.ts.map +1 -1
  60. package/dist/components/Quote/QuoteSummary.styles.d.ts +2 -0
  61. package/dist/components/Quote/QuoteSummary.styles.d.ts.map +1 -1
  62. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts +4 -0
  63. package/dist/components/QuoteSkeleton/QuoteSkeleton.styles.d.ts.map +1 -1
  64. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts +10 -0
  65. package/dist/components/QuoteSkeleton/QuoteSummarySkeleton.styles.d.ts.map +1 -1
  66. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts +5 -0
  67. package/dist/components/QuoteSkeleton/StepSkeleton.styles.d.ts.map +1 -1
  68. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +4 -0
  69. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  70. package/dist/components/Quotes/Quotes.styles.d.ts +3 -0
  71. package/dist/components/Quotes/Quotes.styles.d.ts.map +1 -1
  72. package/dist/components/RefreshModal/RefreshModal.styles.d.ts +2 -1
  73. package/dist/components/RefreshModal/RefreshModal.styles.d.ts.map +1 -1
  74. package/dist/components/SearchInput/SearchInput.styles.d.ts +1 -0
  75. package/dist/components/SearchInput/SearchInput.styles.d.ts.map +1 -1
  76. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts +3 -0
  77. package/dist/components/SettingsContainer/SettingsContainer.style.d.ts.map +1 -1
  78. package/dist/components/Slippage/Slippage.styles.d.ts +5 -0
  79. package/dist/components/Slippage/Slippage.styles.d.ts.map +1 -1
  80. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +15 -0
  81. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  82. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts +3 -0
  83. package/dist/components/SwapDetailsAlerts/SwapDetailsAlerts.styles.d.ts.map +1 -1
  84. package/dist/components/SwapDetailsModal/SwapDetailsModal.WalletState.d.ts.map +1 -1
  85. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts +2 -0
  86. package/dist/components/SwapDetailsModal/SwapDetailsModal.styles.d.ts.map +1 -1
  87. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts +2 -0
  88. package/dist/components/SwitchFromAndTo/SwitchFromAndTo.styles.d.ts.map +1 -1
  89. package/dist/components/TokenList/TokenList.d.ts.map +1 -1
  90. package/dist/components/TokenList/TokenList.styles.d.ts +18 -0
  91. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  92. package/dist/components/TokenList/TokenList.types.d.ts +5 -2
  93. package/dist/components/TokenList/TokenList.types.d.ts.map +1 -1
  94. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts +4 -0
  95. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.d.ts.map +1 -0
  96. package/dist/components/{WalletStatefulConnect/DerivationPath.styles.d.ts → WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts} +3 -1
  97. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.styles.d.ts.map +1 -0
  98. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts +10 -0
  99. package/dist/components/WalletDerivationPathModal/WalletDerivationPathModal.types.d.ts.map +1 -0
  100. package/dist/components/WalletDerivationPathModal/index.d.ts +2 -0
  101. package/dist/components/WalletDerivationPathModal/index.d.ts.map +1 -0
  102. package/dist/components/WalletModal/WalletModal.d.ts +4 -0
  103. package/dist/components/WalletModal/WalletModal.d.ts.map +1 -0
  104. package/dist/components/WalletModal/WalletModal.types.d.ts +10 -0
  105. package/dist/components/WalletModal/WalletModal.types.d.ts.map +1 -0
  106. package/dist/components/WalletModal/WalletModalContent.d.ts +4 -0
  107. package/dist/components/WalletModal/WalletModalContent.d.ts.map +1 -0
  108. package/dist/components/{WalletStatefulConnect/ConnectStatus.styles.d.ts → WalletModal/WalletModalContent.styles.d.ts} +5 -1
  109. package/dist/components/{WalletStatefulConnect/ConnectStatus.styles.d.ts.map → WalletModal/WalletModalContent.styles.d.ts.map} +1 -1
  110. package/dist/components/WalletModal/index.d.ts +2 -0
  111. package/dist/components/WalletModal/index.d.ts.map +1 -0
  112. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.d.ts +4 -0
  113. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.d.ts.map +1 -0
  114. package/dist/components/{WalletStatefulConnect/Namespaces.styles.d.ts → WalletNamespacesModal/WalletNamespacesModal.styles.d.ts} +2 -1
  115. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.styles.d.ts.map +1 -0
  116. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts +10 -0
  117. package/dist/components/WalletNamespacesModal/WalletNamespacesModal.types.d.ts.map +1 -0
  118. package/dist/components/WalletNamespacesModal/index.d.ts +2 -0
  119. package/dist/components/WalletNamespacesModal/index.d.ts.map +1 -0
  120. package/dist/constants/customTokens.d.ts +2 -0
  121. package/dist/constants/customTokens.d.ts.map +1 -0
  122. package/dist/constants/navigationRoutes.d.ts +2 -0
  123. package/dist/constants/navigationRoutes.d.ts.map +1 -1
  124. package/dist/constants/searchParams.d.ts +1 -0
  125. package/dist/constants/searchParams.d.ts.map +1 -1
  126. package/dist/containers/App/App.styles.d.ts +1 -0
  127. package/dist/containers/App/App.styles.d.ts.map +1 -1
  128. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts +2 -0
  129. package/dist/containers/ExpandedQuotes/ExpandedQuotes.styles.d.ts.map +1 -1
  130. package/dist/containers/Inputs/Inputs.styles.d.ts +2 -0
  131. package/dist/containers/Inputs/Inputs.styles.d.ts.map +1 -1
  132. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts +3 -0
  133. package/dist/containers/QuoteInfo/QuoteInfo.styles.d.ts.map +1 -1
  134. package/dist/containers/Settings/Lists.d.ts.map +1 -1
  135. package/dist/hooks/useFetchCustomToken.d.ts +16 -0
  136. package/dist/hooks/useFetchCustomToken.d.ts.map +1 -0
  137. package/dist/hooks/usePrepareBlockchainList/usePrepareBlockchainList.helpers.d.ts +2 -2
  138. package/dist/hooks/useSwapInput.d.ts.map +1 -1
  139. package/dist/hooks/useSyncUrlAndStore/useSyncUrlAndStore.d.ts.map +1 -1
  140. package/dist/hooks/useTheme.d.ts +1 -0
  141. package/dist/hooks/useTheme.d.ts.map +1 -1
  142. package/dist/hooks/useWalletList.d.ts +14 -11
  143. package/dist/hooks/useWalletList.d.ts.map +1 -1
  144. package/dist/index.js +2 -2
  145. package/dist/index.js.map +4 -4
  146. package/dist/pages/AddCustomTokenPage.d.ts +3 -0
  147. package/dist/pages/AddCustomTokenPage.d.ts.map +1 -0
  148. package/dist/pages/CustomTokensPage.d.ts +3 -0
  149. package/dist/pages/CustomTokensPage.d.ts.map +1 -0
  150. package/dist/pages/SelectBlockchainPage.d.ts +2 -1
  151. package/dist/pages/SelectBlockchainPage.d.ts.map +1 -1
  152. package/dist/pages/WalletsPage.d.ts +2 -0
  153. package/dist/pages/WalletsPage.d.ts.map +1 -1
  154. package/dist/store/AppStore.d.ts +2 -0
  155. package/dist/store/AppStore.d.ts.map +1 -1
  156. package/dist/store/app.d.ts +2 -0
  157. package/dist/store/app.d.ts.map +1 -1
  158. package/dist/store/quote.d.ts.map +1 -1
  159. package/dist/store/slices/data.d.ts +4 -3
  160. package/dist/store/slices/data.d.ts.map +1 -1
  161. package/dist/store/slices/settings.d.ts +7 -2
  162. package/dist/store/slices/settings.d.ts.map +1 -1
  163. package/dist/store/utils/data.d.ts +4 -1
  164. package/dist/store/utils/data.d.ts.map +1 -1
  165. package/dist/types/config.d.ts +3 -1
  166. package/dist/types/config.d.ts.map +1 -1
  167. package/dist/utils/meta.d.ts +1 -0
  168. package/dist/utils/meta.d.ts.map +1 -1
  169. package/dist/utils/quote.d.ts +1 -0
  170. package/dist/utils/quote.d.ts.map +1 -1
  171. package/dist/utils/settings.d.ts +3 -2
  172. package/dist/utils/settings.d.ts.map +1 -1
  173. package/dist/utils/swap.d.ts.map +1 -1
  174. package/dist/widget-embedded.build.json +1 -1
  175. package/package.json +5 -5
  176. package/src/components/AppRoutes.tsx +30 -0
  177. package/src/components/BlockchainList/BlockchainList.styles.ts +3 -1
  178. package/src/components/BlockchainList/BlockchainList.tsx +26 -17
  179. package/src/components/BlockchainList/BlockchainList.types.ts +1 -0
  180. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.styles.ts +49 -0
  181. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.tsx +47 -0
  182. package/src/components/BlockchainSelectorButton/BlockchainSelectorButton.types.ts +11 -0
  183. package/src/components/BlockchainSelectorButton/index.ts +1 -0
  184. package/src/components/ConfirmWalletsModal/WalletList.tsx +243 -52
  185. package/src/components/CustomDestination/CustomDestination.tsx +5 -3
  186. package/src/components/CustomTokenModal/CustomTokenModal.helpers.ts +19 -0
  187. package/src/components/CustomTokenModal/CustomTokenModal.styles.ts +57 -0
  188. package/src/components/CustomTokenModal/CustomTokenModal.tsx +92 -0
  189. package/src/components/CustomTokenModal/CustomTokenModal.types.ts +9 -0
  190. package/src/components/CustomTokenModal/index.ts +1 -0
  191. package/src/components/HeaderButtons/WalletButton.tsx +1 -1
  192. package/src/components/SwapDetailsModal/SwapDetailsModal.WalletState.tsx +113 -23
  193. package/src/components/TokenList/TokenList.styles.ts +1 -0
  194. package/src/components/TokenList/TokenList.tsx +76 -51
  195. package/src/components/TokenList/TokenList.types.ts +5 -2
  196. package/src/components/{WalletStatefulConnect/DerivationPath.tsx → WalletDerivationPathModal/WalletDerivationPathModal.tsx} +36 -18
  197. package/src/components/WalletDerivationPathModal/WalletDerivationPathModal.types.tsx +10 -0
  198. package/src/components/WalletDerivationPathModal/index.ts +1 -0
  199. package/src/components/WalletModal/WalletModal.tsx +25 -0
  200. package/src/components/WalletModal/WalletModal.types.ts +11 -0
  201. package/src/components/{WalletStatefulConnect/ConnectStatus.tsx → WalletModal/WalletModalContent.tsx} +5 -13
  202. package/src/components/WalletModal/index.ts +1 -0
  203. package/src/components/{WalletStatefulConnect/Namespaces.tsx → WalletNamespacesModal/WalletNamespacesModal.tsx} +27 -9
  204. package/src/components/{WalletStatefulConnect/Namespaces.types.tsx → WalletNamespacesModal/WalletNamespacesModal.types.tsx} +5 -2
  205. package/src/components/WalletNamespacesModal/index.ts +1 -0
  206. package/src/constants/customTokens.ts +6 -0
  207. package/src/constants/navigationRoutes.ts +2 -0
  208. package/src/constants/searchParams.ts +3 -0
  209. package/src/containers/Settings/Lists.tsx +25 -1
  210. package/src/hooks/useFetchCustomToken.ts +114 -0
  211. package/src/hooks/useSwapInput.ts +8 -3
  212. package/src/hooks/useSyncUrlAndStore/useSyncUrlAndStore.ts +6 -1
  213. package/src/hooks/useTheme.ts +5 -1
  214. package/src/hooks/useWalletList.ts +53 -22
  215. package/src/pages/AddCustomTokenPage.tsx +210 -0
  216. package/src/pages/CustomTokensPage.tsx +184 -0
  217. package/src/pages/HistoryPage.tsx +2 -2
  218. package/src/pages/LiquiditySourcePage.tsx +2 -2
  219. package/src/pages/SelectBlockchainPage.tsx +15 -8
  220. package/src/pages/SelectSwapItemsPage.tsx +1 -1
  221. package/src/pages/WalletsPage.tsx +162 -10
  222. package/src/store/app.ts +1 -0
  223. package/src/store/quote.ts +12 -2
  224. package/src/store/slices/data.ts +61 -8
  225. package/src/store/slices/settings.ts +35 -2
  226. package/src/store/utils/data.ts +26 -1
  227. package/src/store/wallets.ts +1 -1
  228. package/src/types/config.ts +4 -1
  229. package/src/utils/meta.ts +12 -1
  230. package/src/utils/quote.ts +16 -3
  231. package/src/utils/settings.ts +13 -1
  232. package/src/utils/swap.ts +7 -7
  233. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts +0 -3
  234. package/dist/components/ConfirmWalletsModal/ConfirmWallets.helpers.d.ts.map +0 -1
  235. package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts +0 -11
  236. package/dist/components/StatefulConnectModal/StatefulConnectModal.d.ts.map +0 -1
  237. package/dist/components/StatefulConnectModal/helpers.d.ts +0 -10
  238. package/dist/components/StatefulConnectModal/helpers.d.ts.map +0 -1
  239. package/dist/components/StatefulConnectModal/index.d.ts +0 -2
  240. package/dist/components/StatefulConnectModal/index.d.ts.map +0 -1
  241. package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts +0 -4
  242. package/dist/components/WalletStatefulConnect/ConnectStatus.d.ts.map +0 -1
  243. package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts +0 -8
  244. package/dist/components/WalletStatefulConnect/ConnectStatus.types.d.ts.map +0 -1
  245. package/dist/components/WalletStatefulConnect/DerivationPath.d.ts +0 -4
  246. package/dist/components/WalletStatefulConnect/DerivationPath.d.ts.map +0 -1
  247. package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts +0 -4
  248. package/dist/components/WalletStatefulConnect/DerivationPath.helpers.d.ts.map +0 -1
  249. package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts.map +0 -1
  250. package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts +0 -6
  251. package/dist/components/WalletStatefulConnect/DerivationPath.types.d.ts.map +0 -1
  252. package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts +0 -8
  253. package/dist/components/WalletStatefulConnect/ExperimentalChain.d.ts.map +0 -1
  254. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts +0 -4
  255. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.d.ts.map +0 -1
  256. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts +0 -8
  257. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.d.ts.map +0 -1
  258. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts +0 -6
  259. package/dist/components/WalletStatefulConnect/ExperimentalChainStatus.types.d.ts.map +0 -1
  260. package/dist/components/WalletStatefulConnect/Namespaces.d.ts +0 -4
  261. package/dist/components/WalletStatefulConnect/Namespaces.d.ts.map +0 -1
  262. package/dist/components/WalletStatefulConnect/Namespaces.helpers.d.ts +0 -3
  263. package/dist/components/WalletStatefulConnect/Namespaces.helpers.d.ts.map +0 -1
  264. package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts.map +0 -1
  265. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts +0 -7
  266. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts.map +0 -1
  267. package/dist/components/WalletStatefulConnect/index.d.ts +0 -5
  268. package/dist/components/WalletStatefulConnect/index.d.ts.map +0 -1
  269. package/dist/hooks/useStatefulConnect/index.d.ts +0 -5
  270. package/dist/hooks/useStatefulConnect/index.d.ts.map +0 -1
  271. package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts +0 -25
  272. package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts.map +0 -1
  273. package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts +0 -8
  274. package/dist/hooks/useStatefulConnect/useStatefulConnect.helpers.d.ts.map +0 -1
  275. package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts +0 -9
  276. package/dist/hooks/useStatefulConnect/useStatefulConnect.state.d.ts.map +0 -1
  277. package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts +0 -43
  278. package/dist/hooks/useStatefulConnect/useStatefulConnect.types.d.ts.map +0 -1
  279. package/src/components/ConfirmWalletsModal/ConfirmWallets.helpers.ts +0 -10
  280. package/src/components/StatefulConnectModal/StatefulConnectModal.tsx +0 -168
  281. package/src/components/StatefulConnectModal/helpers.ts +0 -23
  282. package/src/components/StatefulConnectModal/index.ts +0 -1
  283. package/src/components/WalletStatefulConnect/ConnectStatus.types.ts +0 -11
  284. package/src/components/WalletStatefulConnect/DerivationPath.helpers.ts +0 -23
  285. package/src/components/WalletStatefulConnect/DerivationPath.types.ts +0 -6
  286. package/src/components/WalletStatefulConnect/ExperimentalChain.tsx +0 -36
  287. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.helpers.ts +0 -53
  288. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.tsx +0 -35
  289. package/src/components/WalletStatefulConnect/ExperimentalChainStatus.types.ts +0 -5
  290. package/src/components/WalletStatefulConnect/Namespaces.helpers.ts +0 -9
  291. package/src/components/WalletStatefulConnect/index.ts +0 -4
  292. package/src/hooks/useStatefulConnect/index.ts +0 -9
  293. package/src/hooks/useStatefulConnect/useStatefulConnect.helpers.ts +0 -13
  294. package/src/hooks/useStatefulConnect/useStatefulConnect.state.ts +0 -45
  295. package/src/hooks/useStatefulConnect/useStatefulConnect.ts +0 -232
  296. package/src/hooks/useStatefulConnect/useStatefulConnect.types.ts +0 -56
  297. /package/src/components/{WalletStatefulConnect/DerivationPath.styles.ts → WalletDerivationPathModal/WalletDerivationPathModal.styles.ts} +0 -0
  298. /package/src/components/{WalletStatefulConnect/ConnectStatus.styles.ts → WalletModal/WalletModalContent.styles.ts} +0 -0
  299. /package/src/components/{WalletStatefulConnect/Namespaces.styles.ts → WalletNamespacesModal/WalletNamespacesModal.styles.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ConfirmWallets.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/ConfirmWallets.styles.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAWnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AA4BnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBAqN1C"}
1
+ {"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAcnD,OAAO,KAA8B,MAAM,OAAO,CAAC;AA8CnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBA+X1C"}
@@ -79,6 +79,7 @@ export declare const LogoContainer: import("@stitches/react/types/styled-compone
79
79
  24: string;
80
80
  28: string;
81
81
  32: string;
82
+ 36: string;
82
83
  };
83
84
  radii: {
84
85
  xs: string;
@@ -238,6 +239,7 @@ export declare const Spinner: import("@stitches/react/types/styled-component").S
238
239
  24: string;
239
240
  28: string;
240
241
  32: string;
242
+ 36: string;
241
243
  };
242
244
  radii: {
243
245
  xs: string;
@@ -397,6 +399,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
397
399
  24: string;
398
400
  28: string;
399
401
  32: string;
402
+ 36: string;
400
403
  };
401
404
  radii: {
402
405
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
1
+ {"version":3,"file":"WalletList.styles.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAExB,CAAC;AAWH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAYlB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC"}
@@ -84,6 +84,7 @@ export declare const CollapsibleRoot: import("@stitches/react/types/styled-compo
84
84
  24: string;
85
85
  28: string;
86
86
  32: string;
87
+ 36: string;
87
88
  };
88
89
  radii: {
89
90
  xs: string;
@@ -243,6 +244,7 @@ export declare const Trigger: import("@stitches/react/types/styled-component").S
243
244
  24: string;
244
245
  28: string;
245
246
  32: string;
247
+ 36: string;
246
248
  };
247
249
  radii: {
248
250
  xs: string;
@@ -404,6 +406,7 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
404
406
  24: string;
405
407
  28: string;
406
408
  32: string;
409
+ 36: string;
407
410
  };
408
411
  radii: {
409
412
  xs: string;
@@ -565,6 +568,7 @@ export declare const ExpandedIcon: import("@stitches/react/types/styled-componen
565
568
  24: string;
566
569
  28: string;
567
570
  32: string;
571
+ 36: string;
568
572
  };
569
573
  radii: {
570
574
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CustomCollapsible.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAG3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY1B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQlB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcvB,CAAC"}
1
+ {"version":3,"file":"CustomCollapsible.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomCollapsible/CustomCollapsible.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAG3D,eAAO,MAAM,8BAA8B,MAAM,CAAC;AAoBlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY1B,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQlB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CustomDestination.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAc3D,OAAO,KAA4B,MAAM,OAAO,CAAC;AAejD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,SAAS,qBAsHjD"}
1
+ {"version":3,"file":"CustomDestination.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAc3D,OAAO,KAA4B,MAAM,OAAO,CAAC;AAiBjD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,SAAS,qBAsHjD"}
@@ -80,6 +80,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
80
80
  24: string;
81
81
  28: string;
82
82
  32: string;
83
+ 36: string;
83
84
  };
84
85
  radii: {
85
86
  xs: string;
@@ -163,7 +164,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
163
164
  prefix?: import("react").ReactNode;
164
165
  suffix?: import("react").ReactNode;
165
166
  size?: "small" | "large" | undefined;
166
- variant?: "ghost" | "contained" | "outlined" | undefined;
167
+ variant?: "contained" | "outlined" | "ghost" | undefined;
167
168
  fullWidth?: boolean | undefined;
168
169
  labelProps?: import("@rango-dev/ui").TypographyPropTypes | undefined;
169
170
  style?: import("@stitches/react").CSS<{
@@ -172,7 +173,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
172
173
  themeMap: {};
173
174
  utils: {};
174
175
  }> | undefined;
175
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "prefix" | "size"> & {
176
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
176
177
  children?: import("react").ReactNode;
177
178
  } & import("react").RefAttributes<HTMLInputElement>>, {}, {
178
179
  xs: string;
@@ -255,6 +256,7 @@ export declare const StyledTextField: import("@stitches/react/types/styled-compo
255
256
  24: string;
256
257
  28: string;
257
258
  32: string;
259
+ 36: string;
258
260
  };
259
261
  radii: {
260
262
  xs: string;
@@ -414,6 +416,7 @@ export declare const CustomDestinationButton: import("@stitches/react/types/styl
414
416
  24: string;
415
417
  28: string;
416
418
  32: string;
419
+ 36: string;
417
420
  };
418
421
  radii: {
419
422
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
1
+ {"version":3,"file":"CustomDestination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomDestination/CustomDestination.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAapB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG1B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsBlC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { PropTypes } from './CustomTokenModal.types';
2
+ import React from 'react';
3
+ export declare function CustomTokenModal(props: PropTypes): React.JSX.Element;
4
+ //# sourceMappingURL=CustomTokenModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomTokenModal.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAU1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,SAAS,qBAyEhD"}
@@ -0,0 +1,3 @@
1
+ import type { BlockchainMeta } from 'rango-types';
2
+ export declare function generateExplorerLink(address: string | null, blockchain: BlockchainMeta): string;
3
+ //# sourceMappingURL=CustomTokenModal.helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomTokenModal.helpers.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAElD,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,MAAM,GAAG,IAAI,EACtB,UAAU,EAAE,cAAc,GACzB,MAAM,CAaR"}
@@ -0,0 +1,323 @@
1
+ export declare const StyledLink: import("@stitches/react/types/styled-component").StyledComponent<"a", {
2
+ hasHover?: boolean | "true" | "false" | undefined;
3
+ }, {
4
+ xs: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ }, import("@stitches/react/types/css-util").CSS<{
9
+ xs: string;
10
+ sm: string;
11
+ md: string;
12
+ lg: string;
13
+ }, {
14
+ colors: {
15
+ primary: string;
16
+ primary500: string;
17
+ primary550: string;
18
+ secondary: string;
19
+ secondary100: string;
20
+ secondary150: string;
21
+ secondary200: string;
22
+ secondary250: string;
23
+ secondary500: string;
24
+ secondary550: string;
25
+ neutral: string;
26
+ neutral100: string;
27
+ neutral200: string;
28
+ neutral300: string;
29
+ neutral400: string;
30
+ neutral500: string;
31
+ neutral600: string;
32
+ neutral700: string;
33
+ neutral800: string;
34
+ neutral900: string;
35
+ error100: string;
36
+ error300: string;
37
+ error500: string;
38
+ error600: string;
39
+ error700: string;
40
+ warning100: string;
41
+ warning300: string;
42
+ warning500: string;
43
+ warning600: string;
44
+ warning700: string;
45
+ info: string;
46
+ info100: string;
47
+ info300: string;
48
+ info500: string;
49
+ info600: string;
50
+ info700: string;
51
+ success100: string;
52
+ success300: string;
53
+ success500: string;
54
+ success600: string;
55
+ success700: string;
56
+ background: string;
57
+ foreground: string;
58
+ };
59
+ space: {
60
+ 0: string;
61
+ 5: string;
62
+ 10: string;
63
+ 15: string;
64
+ 20: string;
65
+ 25: string;
66
+ 30: string;
67
+ 40: string;
68
+ 46: string;
69
+ 50: string;
70
+ 60: string;
71
+ 70: string;
72
+ 80: string;
73
+ 90: string;
74
+ 100: string;
75
+ 2: string;
76
+ 4: string;
77
+ 6: string;
78
+ 8: string;
79
+ 12: string;
80
+ 16: string;
81
+ 24: string;
82
+ 28: string;
83
+ 32: string;
84
+ 36: string;
85
+ };
86
+ radii: {
87
+ xs: string;
88
+ sm: string;
89
+ xm: string;
90
+ md: string;
91
+ xl: string;
92
+ lg: string;
93
+ primary: string;
94
+ secondary: string;
95
+ };
96
+ fontSizes: {
97
+ 10: string;
98
+ 12: string;
99
+ 14: string;
100
+ 16: string;
101
+ 18: string;
102
+ 20: string;
103
+ 22: string;
104
+ 24: string;
105
+ 28: string;
106
+ 32: string;
107
+ 36: string;
108
+ 40: string;
109
+ 48: string;
110
+ };
111
+ fonts: {
112
+ primary: string;
113
+ widget: string;
114
+ };
115
+ fontWeights: {
116
+ regular: number;
117
+ medium: number;
118
+ semiBold: number;
119
+ bold: number;
120
+ };
121
+ lineHeights: {
122
+ 12: string;
123
+ 16: string;
124
+ 20: string;
125
+ 24: string;
126
+ 26: string;
127
+ 28: string;
128
+ 30: string;
129
+ 36: string;
130
+ 40: string;
131
+ 44: string;
132
+ 52: string;
133
+ 64: string;
134
+ };
135
+ letterSpacings: {};
136
+ sizes: {
137
+ 4: string;
138
+ 6: string;
139
+ 8: string;
140
+ 10: string;
141
+ 12: string;
142
+ 16: string;
143
+ 18: string;
144
+ 20: string;
145
+ 24: string;
146
+ 26: string;
147
+ 28: string;
148
+ 30: string;
149
+ 32: string;
150
+ 36: string;
151
+ 40: string;
152
+ 45: string;
153
+ 48: string;
154
+ };
155
+ borderWidths: {};
156
+ borderStyles: {};
157
+ shadows: {
158
+ mainContainer: string;
159
+ };
160
+ zIndices: {};
161
+ transitions: {};
162
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
163
+ export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
164
+ xs: string;
165
+ sm: string;
166
+ md: string;
167
+ lg: string;
168
+ }, import("@stitches/react/types/css-util").CSS<{
169
+ xs: string;
170
+ sm: string;
171
+ md: string;
172
+ lg: string;
173
+ }, {
174
+ colors: {
175
+ primary: string;
176
+ primary500: string;
177
+ primary550: string;
178
+ secondary: string;
179
+ secondary100: string;
180
+ secondary150: string;
181
+ secondary200: string;
182
+ secondary250: string;
183
+ secondary500: string;
184
+ secondary550: string;
185
+ neutral: string;
186
+ neutral100: string;
187
+ neutral200: string;
188
+ neutral300: string;
189
+ neutral400: string;
190
+ neutral500: string;
191
+ neutral600: string;
192
+ neutral700: string;
193
+ neutral800: string;
194
+ neutral900: string;
195
+ error100: string;
196
+ error300: string;
197
+ error500: string;
198
+ error600: string;
199
+ error700: string;
200
+ warning100: string;
201
+ warning300: string;
202
+ warning500: string;
203
+ warning600: string;
204
+ warning700: string;
205
+ info: string;
206
+ info100: string;
207
+ info300: string;
208
+ info500: string;
209
+ info600: string;
210
+ info700: string;
211
+ success100: string;
212
+ success300: string;
213
+ success500: string;
214
+ success600: string;
215
+ success700: string;
216
+ background: string;
217
+ foreground: string;
218
+ };
219
+ space: {
220
+ 0: string;
221
+ 5: string;
222
+ 10: string;
223
+ 15: string;
224
+ 20: string;
225
+ 25: string;
226
+ 30: string;
227
+ 40: string;
228
+ 46: string;
229
+ 50: string;
230
+ 60: string;
231
+ 70: string;
232
+ 80: string;
233
+ 90: string;
234
+ 100: string;
235
+ 2: string;
236
+ 4: string;
237
+ 6: string;
238
+ 8: string;
239
+ 12: string;
240
+ 16: string;
241
+ 24: string;
242
+ 28: string;
243
+ 32: string;
244
+ 36: string;
245
+ };
246
+ radii: {
247
+ xs: string;
248
+ sm: string;
249
+ xm: string;
250
+ md: string;
251
+ xl: string;
252
+ lg: string;
253
+ primary: string;
254
+ secondary: string;
255
+ };
256
+ fontSizes: {
257
+ 10: string;
258
+ 12: string;
259
+ 14: string;
260
+ 16: string;
261
+ 18: string;
262
+ 20: string;
263
+ 22: string;
264
+ 24: string;
265
+ 28: string;
266
+ 32: string;
267
+ 36: string;
268
+ 40: string;
269
+ 48: string;
270
+ };
271
+ fonts: {
272
+ primary: string;
273
+ widget: string;
274
+ };
275
+ fontWeights: {
276
+ regular: number;
277
+ medium: number;
278
+ semiBold: number;
279
+ bold: number;
280
+ };
281
+ lineHeights: {
282
+ 12: string;
283
+ 16: string;
284
+ 20: string;
285
+ 24: string;
286
+ 26: string;
287
+ 28: string;
288
+ 30: string;
289
+ 36: string;
290
+ 40: string;
291
+ 44: string;
292
+ 52: string;
293
+ 64: string;
294
+ };
295
+ letterSpacings: {};
296
+ sizes: {
297
+ 4: string;
298
+ 6: string;
299
+ 8: string;
300
+ 10: string;
301
+ 12: string;
302
+ 16: string;
303
+ 18: string;
304
+ 20: string;
305
+ 24: string;
306
+ 26: string;
307
+ 28: string;
308
+ 30: string;
309
+ 32: string;
310
+ 36: string;
311
+ 40: string;
312
+ 45: string;
313
+ 48: string;
314
+ };
315
+ borderWidths: {};
316
+ borderStyles: {};
317
+ shadows: {
318
+ mainContainer: string;
319
+ };
320
+ zIndices: {};
321
+ transitions: {};
322
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
323
+ //# sourceMappingURL=CustomTokenModal.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomTokenModal.styles.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkCrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkBpB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { BlockchainMeta, Token } from 'rango-sdk';
2
+ export type PropTypes = {
3
+ open: boolean;
4
+ onClose: () => void;
5
+ onSubmitClick: () => void;
6
+ token: Token;
7
+ blockchain: BlockchainMeta;
8
+ };
9
+ //# sourceMappingURL=CustomTokenModal.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomTokenModal.types.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/CustomTokenModal.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAEvD,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,EAAE,KAAK,CAAC;IACb,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { CustomTokenModal } from './CustomTokenModal';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomTokenModal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -82,6 +82,7 @@ export declare const IconContainer: import("@stitches/react/types/styled-compone
82
82
  24: string;
83
83
  28: string;
84
84
  32: string;
85
+ 36: string;
85
86
  };
86
87
  radii: {
87
88
  xs: string;
@@ -245,6 +246,7 @@ export declare const FilterButton: import("@stitches/react/types/styled-componen
245
246
  24: string;
246
247
  28: string;
247
248
  32: string;
249
+ 36: string;
248
250
  };
249
251
  radii: {
250
252
  xs: string;
@@ -404,6 +406,7 @@ export declare const Badge: import("@stitches/react/types/styled-component").Sty
404
406
  24: string;
405
407
  28: string;
406
408
  32: string;
409
+ 36: string;
407
410
  };
408
411
  radii: {
409
412
  xs: string;
@@ -563,6 +566,7 @@ export declare const FilterContainer: import("@stitches/react/types/styled-compo
563
566
  24: string;
564
567
  28: string;
565
568
  32: string;
569
+ 36: string;
566
570
  };
567
571
  radii: {
568
572
  xs: string;
@@ -722,6 +726,7 @@ export declare const centeredFlexContainer: import("@stitches/react/types/styled
722
726
  24: string;
723
727
  28: string;
724
728
  32: string;
729
+ 36: string;
725
730
  };
726
731
  radii: {
727
732
  xs: string;
@@ -881,6 +886,7 @@ export declare const FilterList: import("@stitches/react/types/styled-component"
881
886
  24: string;
882
887
  28: string;
883
888
  32: string;
889
+ 36: string;
884
890
  };
885
891
  radii: {
886
892
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FilterSelector.style.d.ts","sourceRoot":"","sources":["../../../src/components/FilterSelector/FilterSelector.style.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBxB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BvB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWhB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQrB,CAAC"}
1
+ {"version":3,"file":"FilterSelector.style.d.ts","sourceRoot":"","sources":["../../../src/components/FilterSelector/FilterSelector.style.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBxB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA6BvB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWhB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhC,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQrB,CAAC"}
@@ -82,6 +82,7 @@ export declare const HeaderButton: import("@stitches/react/types/styled-componen
82
82
  24: string;
83
83
  28: string;
84
84
  32: string;
85
+ 36: string;
85
86
  };
86
87
  radii: {
87
88
  xs: string;
@@ -241,6 +242,7 @@ export declare const ConnectedIcon: import("@stitches/react/types/styled-compone
241
242
  24: string;
242
243
  28: string;
243
244
  32: string;
245
+ 36: string;
244
246
  };
245
247
  radii: {
246
248
  xs: string;
@@ -400,6 +402,7 @@ export declare const SuffixContainer: import("@stitches/react/types/styled-compo
400
402
  24: string;
401
403
  28: string;
402
404
  32: string;
405
+ 36: string;
403
406
  };
404
407
  radii: {
405
408
  xs: string;
@@ -561,6 +564,7 @@ export declare const NotificationsBadgeContainer: import("@stitches/react/types/
561
564
  24: string;
562
565
  28: string;
563
566
  32: string;
567
+ 36: string;
564
568
  };
565
569
  radii: {
566
570
  xs: string;
@@ -722,6 +726,7 @@ export declare const ProgressIcon: import("@stitches/react/types/styled-componen
722
726
  24: string;
723
727
  28: string;
724
728
  32: string;
729
+ 36: string;
725
730
  };
726
731
  radii: {
727
732
  xs: string;
@@ -881,6 +886,7 @@ export declare const InProgressTransactionBadgeContainer: import("@stitches/reac
881
886
  24: string;
882
887
  28: string;
883
888
  32: string;
889
+ 36: string;
884
890
  };
885
891
  radii: {
886
892
  xs: string;
@@ -1040,6 +1046,7 @@ export declare const rowStyles: import("@stitches/react/types/styled-component")
1040
1046
  24: string;
1041
1047
  28: string;
1042
1048
  32: string;
1049
+ 36: string;
1043
1050
  };
1044
1051
  radii: {
1045
1052
  xs: string;
@@ -1199,6 +1206,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
1199
1206
  24: string;
1200
1207
  28: string;
1201
1208
  32: string;
1209
+ 36: string;
1202
1210
  };
1203
1211
  radii: {
1204
1212
  xs: string;
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9C,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAS/B,CAAC"}
1
+ {"version":3,"file":"HeaderButtons.styles.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderButtons/HeaderButtons.styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAWxB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO1B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAoBtC,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUvB,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM9C,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAS/B,CAAC"}